Skip to content

Commit b26aef6

Browse files
Merge remote-tracking branch 'origin/master' into release
2 parents 870db0b + b4be1e2 commit b26aef6

File tree

824 files changed

+107022
-244
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

824 files changed

+107022
-244
lines changed

dev/api/api_client.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ var (
6464
xmlCheck = regexp.MustCompile("(?i:[application|text]/xml)")
6565
)
6666

67-
// APIClient manages communication with the Aspose.Words for Cloud API Reference API v22.9
67+
// APIClient manages communication with the Aspose.Words for Cloud API Reference API v22.12
6868
// In most cases there should be only one, shared, APIClient.
6969
type APIClient struct {
7070
cfg *models.Configuration

dev/api/models/bmp_save_options_data.go

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,6 @@ type BmpSaveOptionsDataResult struct {
4747
// Container class for bmp save options.
4848
FileName string `json:"FileName,omitempty"`
4949

50-
// Container class for bmp save options.
51-
FlatOpcXmlMappingOnly bool `json:"FlatOpcXmlMappingOnly,omitempty"`
52-
5350
// Container class for bmp save options.
5451
ImlRenderingMode string `json:"ImlRenderingMode,omitempty"`
5552

@@ -151,9 +148,6 @@ type BmpSaveOptionsData struct {
151148
// Container class for bmp save options.
152149
FileName *string `json:"FileName,omitempty"`
153150

154-
// Container class for bmp save options.
155-
FlatOpcXmlMappingOnly *bool `json:"FlatOpcXmlMappingOnly,omitempty"`
156-
157151
// Container class for bmp save options.
158152
ImlRenderingMode *string `json:"ImlRenderingMode,omitempty"`
159153

dev/api/models/configuration.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ func NewConfiguration(configFilePath string) (pConfig *Configuration, err error)
9999
cfg := Configuration{
100100
BaseUrl: "https://api.aspose.cloud",
101101
DebugMode: false,
102-
DefaultHeader: map[string]string{"x-aspose-client": "go sdk", "x-aspose-client-version": "22.9"},
102+
DefaultHeader: map[string]string{"x-aspose-client": "go sdk", "x-aspose-client-version": "22.12"},
103103
}
104104
err = json.Unmarshal(data, &cfg)
105105

dev/api/models/csv_data_load_options.go

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,31 +28,40 @@
2828
package models
2929

3030
// Represents options for parsing CSV data.
31+
// To learn more, visit the LINQ Reporting Engine documentation article.
3132
type CsvDataLoadOptionsResult struct {
3233
// Represents options for parsing CSV data.
34+
// To learn more, visit the LINQ Reporting Engine documentation article.
3335
CommentChar string `json:"CommentChar,omitempty"`
3436

3537
// Represents options for parsing CSV data.
38+
// To learn more, visit the LINQ Reporting Engine documentation article.
3639
Delimiter string `json:"Delimiter,omitempty"`
3740

3841
// Represents options for parsing CSV data.
42+
// To learn more, visit the LINQ Reporting Engine documentation article.
3943
HasHeaders bool `json:"HasHeaders,omitempty"`
4044

4145
// Represents options for parsing CSV data.
46+
// To learn more, visit the LINQ Reporting Engine documentation article.
4247
QuoteChar string `json:"QuoteChar,omitempty"`
4348
}
4449

4550
type CsvDataLoadOptions struct {
4651
// Represents options for parsing CSV data.
52+
// To learn more, visit the LINQ Reporting Engine documentation article.
4753
CommentChar *string `json:"CommentChar,omitempty"`
4854

4955
// Represents options for parsing CSV data.
56+
// To learn more, visit the LINQ Reporting Engine documentation article.
5057
Delimiter *string `json:"Delimiter,omitempty"`
5158

5259
// Represents options for parsing CSV data.
60+
// To learn more, visit the LINQ Reporting Engine documentation article.
5361
HasHeaders *bool `json:"HasHeaders,omitempty"`
5462

5563
// Represents options for parsing CSV data.
64+
// To learn more, visit the LINQ Reporting Engine documentation article.
5665
QuoteChar *string `json:"QuoteChar,omitempty"`
5766
}
5867

dev/api/models/doc_save_options_data.go

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,6 @@ type DocSaveOptionsDataResult struct {
4747
// Container class for doc/dot save options.
4848
FileName string `json:"FileName,omitempty"`
4949

50-
// Container class for doc/dot save options.
51-
FlatOpcXmlMappingOnly bool `json:"FlatOpcXmlMappingOnly,omitempty"`
52-
5350
// Container class for doc/dot save options.
5451
ImlRenderingMode string `json:"ImlRenderingMode,omitempty"`
5552

@@ -106,9 +103,6 @@ type DocSaveOptionsData struct {
106103
// Container class for doc/dot save options.
107104
FileName *string `json:"FileName,omitempty"`
108105

109-
// Container class for doc/dot save options.
110-
FlatOpcXmlMappingOnly *bool `json:"FlatOpcXmlMappingOnly,omitempty"`
111-
112106
// Container class for doc/dot save options.
113107
ImlRenderingMode *string `json:"ImlRenderingMode,omitempty"`
114108

dev/api/models/docm_save_options_data.go

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,6 @@ type DocmSaveOptionsDataResult struct {
4747
// Container class for docm save options.
4848
FileName string `json:"FileName,omitempty"`
4949

50-
// Container class for docm save options.
51-
FlatOpcXmlMappingOnly bool `json:"FlatOpcXmlMappingOnly,omitempty"`
52-
5350
// Container class for docm save options.
5451
ImlRenderingMode string `json:"ImlRenderingMode,omitempty"`
5552

@@ -106,9 +103,6 @@ type DocmSaveOptionsData struct {
106103
// Container class for docm save options.
107104
FileName *string `json:"FileName,omitempty"`
108105

109-
// Container class for docm save options.
110-
FlatOpcXmlMappingOnly *bool `json:"FlatOpcXmlMappingOnly,omitempty"`
111-
112106
// Container class for docm save options.
113107
ImlRenderingMode *string `json:"ImlRenderingMode,omitempty"`
114108

dev/api/models/docx_save_options_data.go

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,6 @@ type DocxSaveOptionsDataResult struct {
4747
// Container class for docx save options.
4848
FileName string `json:"FileName,omitempty"`
4949

50-
// Container class for docx save options.
51-
FlatOpcXmlMappingOnly bool `json:"FlatOpcXmlMappingOnly,omitempty"`
52-
5350
// Container class for docx save options.
5451
ImlRenderingMode string `json:"ImlRenderingMode,omitempty"`
5552

@@ -106,9 +103,6 @@ type DocxSaveOptionsData struct {
106103
// Container class for docx save options.
107104
FileName *string `json:"FileName,omitempty"`
108105

109-
// Container class for docx save options.
110-
FlatOpcXmlMappingOnly *bool `json:"FlatOpcXmlMappingOnly,omitempty"`
111-
112106
// Container class for docx save options.
113107
ImlRenderingMode *string `json:"ImlRenderingMode,omitempty"`
114108

dev/api/models/dot_save_options_data.go

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,6 @@ type DotSaveOptionsDataResult struct {
4747
// Container class for dot save options.
4848
FileName string `json:"FileName,omitempty"`
4949

50-
// Container class for dot save options.
51-
FlatOpcXmlMappingOnly bool `json:"FlatOpcXmlMappingOnly,omitempty"`
52-
5350
// Container class for dot save options.
5451
ImlRenderingMode string `json:"ImlRenderingMode,omitempty"`
5552

@@ -106,9 +103,6 @@ type DotSaveOptionsData struct {
106103
// Container class for dot save options.
107104
FileName *string `json:"FileName,omitempty"`
108105

109-
// Container class for dot save options.
110-
FlatOpcXmlMappingOnly *bool `json:"FlatOpcXmlMappingOnly,omitempty"`
111-
112106
// Container class for dot save options.
113107
ImlRenderingMode *string `json:"ImlRenderingMode,omitempty"`
114108

dev/api/models/dotm_save_options_data.go

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,6 @@ type DotmSaveOptionsDataResult struct {
4747
// Container class for dotm save options.
4848
FileName string `json:"FileName,omitempty"`
4949

50-
// Container class for dotm save options.
51-
FlatOpcXmlMappingOnly bool `json:"FlatOpcXmlMappingOnly,omitempty"`
52-
5350
// Container class for dotm save options.
5451
ImlRenderingMode string `json:"ImlRenderingMode,omitempty"`
5552

@@ -106,9 +103,6 @@ type DotmSaveOptionsData struct {
106103
// Container class for dotm save options.
107104
FileName *string `json:"FileName,omitempty"`
108105

109-
// Container class for dotm save options.
110-
FlatOpcXmlMappingOnly *bool `json:"FlatOpcXmlMappingOnly,omitempty"`
111-
112106
// Container class for dotm save options.
113107
ImlRenderingMode *string `json:"ImlRenderingMode,omitempty"`
114108

dev/api/models/dotx_save_options_data.go

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,6 @@ type DotxSaveOptionsDataResult struct {
4747
// Container class for dotx save options.
4848
FileName string `json:"FileName,omitempty"`
4949

50-
// Container class for dotx save options.
51-
FlatOpcXmlMappingOnly bool `json:"FlatOpcXmlMappingOnly,omitempty"`
52-
5350
// Container class for dotx save options.
5451
ImlRenderingMode string `json:"ImlRenderingMode,omitempty"`
5552

@@ -106,9 +103,6 @@ type DotxSaveOptionsData struct {
106103
// Container class for dotx save options.
107104
FileName *string `json:"FileName,omitempty"`
108105

109-
// Container class for dotx save options.
110-
FlatOpcXmlMappingOnly *bool `json:"FlatOpcXmlMappingOnly,omitempty"`
111-
112106
// Container class for dotx save options.
113107
ImlRenderingMode *string `json:"ImlRenderingMode,omitempty"`
114108

0 commit comments

Comments
 (0)