Skip to content

Commit 989664e

Browse files
author
github-actions[bot]
committed
feat: Updated OpenAPI spec
1 parent 8d397e1 commit 989664e

16 files changed

Lines changed: 220 additions & 90 deletions

src/libs/APITemplate/Generated/APITemplate.ApiIntegrationClient.CreateImage.g.cs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ partial void PrepareCreateImageArguments(
5555
ref int? expiration,
5656
ref int? cloudStorage,
5757
ref int? generationDelay,
58-
ref bool? resizeImages,
58+
ref int? resizeImages,
5959
ref int? resizeMaxWidth,
6060
ref int? resizeMaxHeight,
6161
ref string? resizeFormat,
@@ -72,7 +72,7 @@ partial void PrepareCreateImageRequest(
7272
int? expiration,
7373
int? cloudStorage,
7474
int? generationDelay,
75-
bool? resizeImages,
75+
int? resizeImages,
7676
int? resizeMaxWidth,
7777
int? resizeMaxHeight,
7878
string? resizeFormat,
@@ -119,7 +119,7 @@ partial void ProcessCreateImageResponseContent(
119119
int? expiration = default,
120120
int? cloudStorage = default,
121121
int? generationDelay = default,
122-
bool? resizeImages = default,
122+
int? resizeImages = default,
123123
int? resizeMaxWidth = default,
124124
int? resizeMaxHeight = default,
125125
string? resizeFormat = default,
@@ -181,7 +181,7 @@ partial void ProcessCreateImageResponseContent(
181181
int? expiration = default,
182182
int? cloudStorage = default,
183183
int? generationDelay = default,
184-
bool? resizeImages = default,
184+
int? resizeImages = default,
185185
int? resizeMaxWidth = default,
186186
int? resizeMaxHeight = default,
187187
string? resizeFormat = default,
@@ -247,7 +247,7 @@ partial void ProcessCreateImageResponseContent(
247247
.AddOptionalParameter("expiration", expiration?.ToString())
248248
.AddOptionalParameter("cloud_storage", cloudStorage?.ToString())
249249
.AddOptionalParameter("generation_delay", generationDelay?.ToString())
250-
.AddOptionalParameter("resize_images", resizeImages?.ToString().ToLowerInvariant())
250+
.AddOptionalParameter("resize_images", resizeImages?.ToString())
251251
.AddOptionalParameter("resize_max_width", resizeMaxWidth?.ToString())
252252
.AddOptionalParameter("resize_max_height", resizeMaxHeight?.ToString())
253253
.AddOptionalParameter("resize_format", resizeFormat)
@@ -658,7 +658,7 @@ partial void ProcessCreateImageResponseContent(
658658
int? expiration = default,
659659
int? cloudStorage = default,
660660
int? generationDelay = default,
661-
bool? resizeImages = default,
661+
int? resizeImages = default,
662662
int? resizeMaxWidth = default,
663663
int? resizeMaxHeight = default,
664664
string? resizeFormat = default,

src/libs/APITemplate/Generated/APITemplate.ApiIntegrationClient.CreatePdf.g.cs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ partial void PrepareCreatePdfArguments(
6363
ref int? extractLink,
6464
ref int? generationDelay,
6565
ref string? imageResampleRes,
66-
ref bool? resizeImages,
66+
ref int? resizeImages,
6767
ref int? resizeMaxWidth,
6868
ref int? resizeMaxHeight,
6969
ref string? resizeFormat,
@@ -92,7 +92,7 @@ partial void PrepareCreatePdfRequest(
9292
int? extractLink,
9393
int? generationDelay,
9494
string? imageResampleRes,
95-
bool? resizeImages,
95+
int? resizeImages,
9696
int? resizeMaxWidth,
9797
int? resizeMaxHeight,
9898
string? resizeFormat,
@@ -163,7 +163,7 @@ partial void ProcessCreatePdfResponseContent(
163163
int? extractLink = default,
164164
int? generationDelay = default,
165165
string? imageResampleRes = default,
166-
bool? resizeImages = default,
166+
int? resizeImages = default,
167167
int? resizeMaxWidth = default,
168168
int? resizeMaxHeight = default,
169169
string? resizeFormat = default,
@@ -261,7 +261,7 @@ partial void ProcessCreatePdfResponseContent(
261261
int? extractLink = default,
262262
int? generationDelay = default,
263263
string? imageResampleRes = default,
264-
bool? resizeImages = default,
264+
int? resizeImages = default,
265265
int? resizeMaxWidth = default,
266266
int? resizeMaxHeight = default,
267267
string? resizeFormat = default,
@@ -351,7 +351,7 @@ partial void ProcessCreatePdfResponseContent(
351351
.AddOptionalParameter("extract_link", extractLink?.ToString())
352352
.AddOptionalParameter("generation_delay", generationDelay?.ToString())
353353
.AddOptionalParameter("image_resample_res", imageResampleRes)
354-
.AddOptionalParameter("resize_images", resizeImages?.ToString().ToLowerInvariant())
354+
.AddOptionalParameter("resize_images", resizeImages?.ToString())
355355
.AddOptionalParameter("resize_max_width", resizeMaxWidth?.ToString())
356356
.AddOptionalParameter("resize_max_height", resizeMaxHeight?.ToString())
357357
.AddOptionalParameter("resize_format", resizeFormat)
@@ -798,7 +798,7 @@ partial void ProcessCreatePdfResponseContent(
798798
int? extractLink = default,
799799
int? generationDelay = default,
800800
string? imageResampleRes = default,
801-
bool? resizeImages = default,
801+
int? resizeImages = default,
802802
int? resizeMaxWidth = default,
803803
int? resizeMaxHeight = default,
804804
string? resizeFormat = default,

src/libs/APITemplate/Generated/APITemplate.ApiIntegrationClient.CreatePdfFromHtml.g.cs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ partial void PrepareCreatePdfFromHtmlArguments(
5858
ref int? cloudStorage,
5959
ref int? generationDelay,
6060
ref string? imageResampleRes,
61-
ref bool? resizeImages,
61+
ref int? resizeImages,
6262
ref int? resizeMaxWidth,
6363
ref int? resizeMaxHeight,
6464
ref string? resizeFormat,
@@ -81,7 +81,7 @@ partial void PrepareCreatePdfFromHtmlRequest(
8181
int? cloudStorage,
8282
int? generationDelay,
8383
string? imageResampleRes,
84-
bool? resizeImages,
84+
int? resizeImages,
8585
int? resizeMaxWidth,
8686
int? resizeMaxHeight,
8787
string? resizeFormat,
@@ -140,7 +140,7 @@ partial void ProcessCreatePdfFromHtmlResponseContent(
140140
int? cloudStorage = default,
141141
int? generationDelay = default,
142142
string? imageResampleRes = default,
143-
bool? resizeImages = default,
143+
int? resizeImages = default,
144144
int? resizeMaxWidth = default,
145145
int? resizeMaxHeight = default,
146146
string? resizeFormat = default,
@@ -220,7 +220,7 @@ partial void ProcessCreatePdfFromHtmlResponseContent(
220220
int? cloudStorage = default,
221221
int? generationDelay = default,
222222
string? imageResampleRes = default,
223-
bool? resizeImages = default,
223+
int? resizeImages = default,
224224
int? resizeMaxWidth = default,
225225
int? resizeMaxHeight = default,
226226
string? resizeFormat = default,
@@ -298,7 +298,7 @@ partial void ProcessCreatePdfFromHtmlResponseContent(
298298
.AddOptionalParameter("cloud_storage", cloudStorage?.ToString())
299299
.AddOptionalParameter("generation_delay", generationDelay?.ToString())
300300
.AddOptionalParameter("image_resample_res", imageResampleRes)
301-
.AddOptionalParameter("resize_images", resizeImages?.ToString().ToLowerInvariant())
301+
.AddOptionalParameter("resize_images", resizeImages?.ToString())
302302
.AddOptionalParameter("resize_max_width", resizeMaxWidth?.ToString())
303303
.AddOptionalParameter("resize_max_height", resizeMaxHeight?.ToString())
304304
.AddOptionalParameter("resize_format", resizeFormat)
@@ -743,7 +743,7 @@ partial void ProcessCreatePdfFromHtmlResponseContent(
743743
int? cloudStorage = default,
744744
int? generationDelay = default,
745745
string? imageResampleRes = default,
746-
bool? resizeImages = default,
746+
int? resizeImages = default,
747747
int? resizeMaxWidth = default,
748748
int? resizeMaxHeight = default,
749749
string? resizeFormat = default,

src/libs/APITemplate/Generated/APITemplate.ApiIntegrationClient.CreatePdfFromMarkdown.g.cs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ partial void PrepareCreatePdfFromMarkdownArguments(
5858
ref int? cloudStorage,
5959
ref int? generationDelay,
6060
ref string? imageResampleRes,
61-
ref bool? resizeImages,
61+
ref int? resizeImages,
6262
ref int? resizeMaxWidth,
6363
ref int? resizeMaxHeight,
6464
ref string? resizeFormat,
@@ -81,7 +81,7 @@ partial void PrepareCreatePdfFromMarkdownRequest(
8181
int? cloudStorage,
8282
int? generationDelay,
8383
string? imageResampleRes,
84-
bool? resizeImages,
84+
int? resizeImages,
8585
int? resizeMaxWidth,
8686
int? resizeMaxHeight,
8787
string? resizeFormat,
@@ -140,7 +140,7 @@ partial void ProcessCreatePdfFromMarkdownResponseContent(
140140
int? cloudStorage = default,
141141
int? generationDelay = default,
142142
string? imageResampleRes = default,
143-
bool? resizeImages = default,
143+
int? resizeImages = default,
144144
int? resizeMaxWidth = default,
145145
int? resizeMaxHeight = default,
146146
string? resizeFormat = default,
@@ -220,7 +220,7 @@ partial void ProcessCreatePdfFromMarkdownResponseContent(
220220
int? cloudStorage = default,
221221
int? generationDelay = default,
222222
string? imageResampleRes = default,
223-
bool? resizeImages = default,
223+
int? resizeImages = default,
224224
int? resizeMaxWidth = default,
225225
int? resizeMaxHeight = default,
226226
string? resizeFormat = default,
@@ -298,7 +298,7 @@ partial void ProcessCreatePdfFromMarkdownResponseContent(
298298
.AddOptionalParameter("cloud_storage", cloudStorage?.ToString())
299299
.AddOptionalParameter("generation_delay", generationDelay?.ToString())
300300
.AddOptionalParameter("image_resample_res", imageResampleRes)
301-
.AddOptionalParameter("resize_images", resizeImages?.ToString().ToLowerInvariant())
301+
.AddOptionalParameter("resize_images", resizeImages?.ToString())
302302
.AddOptionalParameter("resize_max_width", resizeMaxWidth?.ToString())
303303
.AddOptionalParameter("resize_max_height", resizeMaxHeight?.ToString())
304304
.AddOptionalParameter("resize_format", resizeFormat)
@@ -745,7 +745,7 @@ partial void ProcessCreatePdfFromMarkdownResponseContent(
745745
int? cloudStorage = default,
746746
int? generationDelay = default,
747747
string? imageResampleRes = default,
748-
bool? resizeImages = default,
748+
int? resizeImages = default,
749749
int? resizeMaxWidth = default,
750750
int? resizeMaxHeight = default,
751751
string? resizeFormat = default,

src/libs/APITemplate/Generated/APITemplate.ApiIntegrationClient.CreatePdfFromUrl.g.cs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ partial void PrepareCreatePdfFromUrlArguments(
5858
ref int? cloudStorage,
5959
ref int? generationDelay,
6060
ref string? imageResampleRes,
61-
ref bool? resizeImages,
61+
ref int? resizeImages,
6262
ref int? resizeMaxWidth,
6363
ref int? resizeMaxHeight,
6464
ref string? resizeFormat,
@@ -81,7 +81,7 @@ partial void PrepareCreatePdfFromUrlRequest(
8181
int? cloudStorage,
8282
int? generationDelay,
8383
string? imageResampleRes,
84-
bool? resizeImages,
84+
int? resizeImages,
8585
int? resizeMaxWidth,
8686
int? resizeMaxHeight,
8787
string? resizeFormat,
@@ -140,7 +140,7 @@ partial void ProcessCreatePdfFromUrlResponseContent(
140140
int? cloudStorage = default,
141141
int? generationDelay = default,
142142
string? imageResampleRes = default,
143-
bool? resizeImages = default,
143+
int? resizeImages = default,
144144
int? resizeMaxWidth = default,
145145
int? resizeMaxHeight = default,
146146
string? resizeFormat = default,
@@ -220,7 +220,7 @@ partial void ProcessCreatePdfFromUrlResponseContent(
220220
int? cloudStorage = default,
221221
int? generationDelay = default,
222222
string? imageResampleRes = default,
223-
bool? resizeImages = default,
223+
int? resizeImages = default,
224224
int? resizeMaxWidth = default,
225225
int? resizeMaxHeight = default,
226226
string? resizeFormat = default,
@@ -298,7 +298,7 @@ partial void ProcessCreatePdfFromUrlResponseContent(
298298
.AddOptionalParameter("cloud_storage", cloudStorage?.ToString())
299299
.AddOptionalParameter("generation_delay", generationDelay?.ToString())
300300
.AddOptionalParameter("image_resample_res", imageResampleRes)
301-
.AddOptionalParameter("resize_images", resizeImages?.ToString().ToLowerInvariant())
301+
.AddOptionalParameter("resize_images", resizeImages?.ToString())
302302
.AddOptionalParameter("resize_max_width", resizeMaxWidth?.ToString())
303303
.AddOptionalParameter("resize_max_height", resizeMaxHeight?.ToString())
304304
.AddOptionalParameter("resize_format", resizeFormat)
@@ -735,7 +735,7 @@ partial void ProcessCreatePdfFromUrlResponseContent(
735735
int? cloudStorage = default,
736736
int? generationDelay = default,
737737
string? imageResampleRes = default,
738-
bool? resizeImages = default,
738+
int? resizeImages = default,
739739
int? resizeMaxWidth = default,
740740
int? resizeMaxHeight = default,
741741
string? resizeFormat = default,

src/libs/APITemplate/Generated/APITemplate.IApiIntegrationClient.CreateImage.g.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public partial interface IApiIntegrationClient
3333
int? expiration = default,
3434
int? cloudStorage = default,
3535
int? generationDelay = default,
36-
bool? resizeImages = default,
36+
int? resizeImages = default,
3737
int? resizeMaxWidth = default,
3838
int? resizeMaxHeight = default,
3939
string? resizeFormat = default,
@@ -72,7 +72,7 @@ public partial interface IApiIntegrationClient
7272
int? expiration = default,
7373
int? cloudStorage = default,
7474
int? generationDelay = default,
75-
bool? resizeImages = default,
75+
int? resizeImages = default,
7676
int? resizeMaxWidth = default,
7777
int? resizeMaxHeight = default,
7878
string? resizeFormat = default,
@@ -108,7 +108,7 @@ public partial interface IApiIntegrationClient
108108
int? expiration = default,
109109
int? cloudStorage = default,
110110
int? generationDelay = default,
111-
bool? resizeImages = default,
111+
int? resizeImages = default,
112112
int? resizeMaxWidth = default,
113113
int? resizeMaxHeight = default,
114114
string? resizeFormat = default,

src/libs/APITemplate/Generated/APITemplate.IApiIntegrationClient.CreatePdf.g.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ public partial interface IApiIntegrationClient
5353
int? extractLink = default,
5454
int? generationDelay = default,
5555
string? imageResampleRes = default,
56-
bool? resizeImages = default,
56+
int? resizeImages = default,
5757
int? resizeMaxWidth = default,
5858
int? resizeMaxHeight = default,
5959
string? resizeFormat = default,
@@ -116,7 +116,7 @@ public partial interface IApiIntegrationClient
116116
int? extractLink = default,
117117
int? generationDelay = default,
118118
string? imageResampleRes = default,
119-
bool? resizeImages = default,
119+
int? resizeImages = default,
120120
int? resizeMaxWidth = default,
121121
int? resizeMaxHeight = default,
122122
string? resizeFormat = default,
@@ -176,7 +176,7 @@ public partial interface IApiIntegrationClient
176176
int? extractLink = default,
177177
int? generationDelay = default,
178178
string? imageResampleRes = default,
179-
bool? resizeImages = default,
179+
int? resizeImages = default,
180180
int? resizeMaxWidth = default,
181181
int? resizeMaxHeight = default,
182182
string? resizeFormat = default,

src/libs/APITemplate/Generated/APITemplate.IApiIntegrationClient.CreatePdfFromHtml.g.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ public partial interface IApiIntegrationClient
4242
int? cloudStorage = default,
4343
int? generationDelay = default,
4444
string? imageResampleRes = default,
45-
bool? resizeImages = default,
45+
int? resizeImages = default,
4646
int? resizeMaxWidth = default,
4747
int? resizeMaxHeight = default,
4848
string? resizeFormat = default,
@@ -93,7 +93,7 @@ public partial interface IApiIntegrationClient
9393
int? cloudStorage = default,
9494
int? generationDelay = default,
9595
string? imageResampleRes = default,
96-
bool? resizeImages = default,
96+
int? resizeImages = default,
9797
int? resizeMaxWidth = default,
9898
int? resizeMaxHeight = default,
9999
string? resizeFormat = default,
@@ -157,7 +157,7 @@ public partial interface IApiIntegrationClient
157157
int? cloudStorage = default,
158158
int? generationDelay = default,
159159
string? imageResampleRes = default,
160-
bool? resizeImages = default,
160+
int? resizeImages = default,
161161
int? resizeMaxWidth = default,
162162
int? resizeMaxHeight = default,
163163
string? resizeFormat = default,

src/libs/APITemplate/Generated/APITemplate.IApiIntegrationClient.CreatePdfFromMarkdown.g.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ public partial interface IApiIntegrationClient
4242
int? cloudStorage = default,
4343
int? generationDelay = default,
4444
string? imageResampleRes = default,
45-
bool? resizeImages = default,
45+
int? resizeImages = default,
4646
int? resizeMaxWidth = default,
4747
int? resizeMaxHeight = default,
4848
string? resizeFormat = default,
@@ -93,7 +93,7 @@ public partial interface IApiIntegrationClient
9393
int? cloudStorage = default,
9494
int? generationDelay = default,
9595
string? imageResampleRes = default,
96-
bool? resizeImages = default,
96+
int? resizeImages = default,
9797
int? resizeMaxWidth = default,
9898
int? resizeMaxHeight = default,
9999
string? resizeFormat = default,
@@ -159,7 +159,7 @@ public partial interface IApiIntegrationClient
159159
int? cloudStorage = default,
160160
int? generationDelay = default,
161161
string? imageResampleRes = default,
162-
bool? resizeImages = default,
162+
int? resizeImages = default,
163163
int? resizeMaxWidth = default,
164164
int? resizeMaxHeight = default,
165165
string? resizeFormat = default,

0 commit comments

Comments
 (0)