@alicloud/cloudapi20160714 4.2.0 → 4.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/client.d.ts +3 -0
- package/dist/client.js +6 -0
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +9 -0
package/package.json
CHANGED
package/src/client.ts
CHANGED
|
@@ -17589,6 +17589,7 @@ export class DescribeApiResponseBodyOpenIdConnectConfig extends $tea.Model {
|
|
|
17589
17589
|
export class DescribeApiResponseBodyRequestConfig extends $tea.Model {
|
|
17590
17590
|
bodyFormat?: string;
|
|
17591
17591
|
bodyModel?: string;
|
|
17592
|
+
escapePathParam?: boolean;
|
|
17592
17593
|
postBodyDescription?: string;
|
|
17593
17594
|
requestHttpMethod?: string;
|
|
17594
17595
|
requestMode?: string;
|
|
@@ -17598,6 +17599,7 @@ export class DescribeApiResponseBodyRequestConfig extends $tea.Model {
|
|
|
17598
17599
|
return {
|
|
17599
17600
|
bodyFormat: 'BodyFormat',
|
|
17600
17601
|
bodyModel: 'BodyModel',
|
|
17602
|
+
escapePathParam: 'EscapePathParam',
|
|
17601
17603
|
postBodyDescription: 'PostBodyDescription',
|
|
17602
17604
|
requestHttpMethod: 'RequestHttpMethod',
|
|
17603
17605
|
requestMode: 'RequestMode',
|
|
@@ -17610,6 +17612,7 @@ export class DescribeApiResponseBodyRequestConfig extends $tea.Model {
|
|
|
17610
17612
|
return {
|
|
17611
17613
|
bodyFormat: 'string',
|
|
17612
17614
|
bodyModel: 'string',
|
|
17615
|
+
escapePathParam: 'boolean',
|
|
17613
17616
|
postBodyDescription: 'string',
|
|
17614
17617
|
requestHttpMethod: 'string',
|
|
17615
17618
|
requestMode: 'string',
|
|
@@ -18178,6 +18181,7 @@ export class DescribeApiDocResponseBodyErrorCodeSamples extends $tea.Model {
|
|
|
18178
18181
|
|
|
18179
18182
|
export class DescribeApiDocResponseBodyRequestConfig extends $tea.Model {
|
|
18180
18183
|
bodyFormat?: string;
|
|
18184
|
+
escapePathParam?: boolean;
|
|
18181
18185
|
postBodyDescription?: string;
|
|
18182
18186
|
requestHttpMethod?: string;
|
|
18183
18187
|
requestMode?: string;
|
|
@@ -18186,6 +18190,7 @@ export class DescribeApiDocResponseBodyRequestConfig extends $tea.Model {
|
|
|
18186
18190
|
static names(): { [key: string]: string } {
|
|
18187
18191
|
return {
|
|
18188
18192
|
bodyFormat: 'BodyFormat',
|
|
18193
|
+
escapePathParam: 'EscapePathParam',
|
|
18189
18194
|
postBodyDescription: 'PostBodyDescription',
|
|
18190
18195
|
requestHttpMethod: 'RequestHttpMethod',
|
|
18191
18196
|
requestMode: 'RequestMode',
|
|
@@ -18197,6 +18202,7 @@ export class DescribeApiDocResponseBodyRequestConfig extends $tea.Model {
|
|
|
18197
18202
|
static types(): { [key: string]: any } {
|
|
18198
18203
|
return {
|
|
18199
18204
|
bodyFormat: 'string',
|
|
18205
|
+
escapePathParam: 'boolean',
|
|
18200
18206
|
postBodyDescription: 'string',
|
|
18201
18207
|
requestHttpMethod: 'string',
|
|
18202
18208
|
requestMode: 'string',
|
|
@@ -18847,6 +18853,7 @@ export class DescribeApiHistoryResponseBodyOpenIdConnectConfig extends $tea.Mode
|
|
|
18847
18853
|
export class DescribeApiHistoryResponseBodyRequestConfig extends $tea.Model {
|
|
18848
18854
|
bodyFormat?: string;
|
|
18849
18855
|
bodyModel?: string;
|
|
18856
|
+
escapePathParam?: boolean;
|
|
18850
18857
|
postBodyDescription?: string;
|
|
18851
18858
|
requestHttpMethod?: string;
|
|
18852
18859
|
requestMode?: string;
|
|
@@ -18856,6 +18863,7 @@ export class DescribeApiHistoryResponseBodyRequestConfig extends $tea.Model {
|
|
|
18856
18863
|
return {
|
|
18857
18864
|
bodyFormat: 'BodyFormat',
|
|
18858
18865
|
bodyModel: 'BodyModel',
|
|
18866
|
+
escapePathParam: 'EscapePathParam',
|
|
18859
18867
|
postBodyDescription: 'PostBodyDescription',
|
|
18860
18868
|
requestHttpMethod: 'RequestHttpMethod',
|
|
18861
18869
|
requestMode: 'RequestMode',
|
|
@@ -18868,6 +18876,7 @@ export class DescribeApiHistoryResponseBodyRequestConfig extends $tea.Model {
|
|
|
18868
18876
|
return {
|
|
18869
18877
|
bodyFormat: 'string',
|
|
18870
18878
|
bodyModel: 'string',
|
|
18879
|
+
escapePathParam: 'boolean',
|
|
18871
18880
|
postBodyDescription: 'string',
|
|
18872
18881
|
requestHttpMethod: 'string',
|
|
18873
18882
|
requestMode: 'string',
|