@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/dist/client.d.ts
CHANGED
|
@@ -9937,6 +9937,7 @@ export declare class DescribeApiResponseBodyOpenIdConnectConfig extends $tea.Mod
|
|
|
9937
9937
|
export declare class DescribeApiResponseBodyRequestConfig extends $tea.Model {
|
|
9938
9938
|
bodyFormat?: string;
|
|
9939
9939
|
bodyModel?: string;
|
|
9940
|
+
escapePathParam?: boolean;
|
|
9940
9941
|
postBodyDescription?: string;
|
|
9941
9942
|
requestHttpMethod?: string;
|
|
9942
9943
|
requestMode?: string;
|
|
@@ -10246,6 +10247,7 @@ export declare class DescribeApiDocResponseBodyErrorCodeSamples extends $tea.Mod
|
|
|
10246
10247
|
}
|
|
10247
10248
|
export declare class DescribeApiDocResponseBodyRequestConfig extends $tea.Model {
|
|
10248
10249
|
bodyFormat?: string;
|
|
10250
|
+
escapePathParam?: boolean;
|
|
10249
10251
|
postBodyDescription?: string;
|
|
10250
10252
|
requestHttpMethod?: string;
|
|
10251
10253
|
requestMode?: string;
|
|
@@ -10600,6 +10602,7 @@ export declare class DescribeApiHistoryResponseBodyOpenIdConnectConfig extends $
|
|
|
10600
10602
|
export declare class DescribeApiHistoryResponseBodyRequestConfig extends $tea.Model {
|
|
10601
10603
|
bodyFormat?: string;
|
|
10602
10604
|
bodyModel?: string;
|
|
10605
|
+
escapePathParam?: boolean;
|
|
10603
10606
|
postBodyDescription?: string;
|
|
10604
10607
|
requestHttpMethod?: string;
|
|
10605
10608
|
requestMode?: string;
|
package/dist/client.js
CHANGED
|
@@ -13932,6 +13932,7 @@ class DescribeApiResponseBodyRequestConfig extends $tea.Model {
|
|
|
13932
13932
|
return {
|
|
13933
13933
|
bodyFormat: 'BodyFormat',
|
|
13934
13934
|
bodyModel: 'BodyModel',
|
|
13935
|
+
escapePathParam: 'EscapePathParam',
|
|
13935
13936
|
postBodyDescription: 'PostBodyDescription',
|
|
13936
13937
|
requestHttpMethod: 'RequestHttpMethod',
|
|
13937
13938
|
requestMode: 'RequestMode',
|
|
@@ -13943,6 +13944,7 @@ class DescribeApiResponseBodyRequestConfig extends $tea.Model {
|
|
|
13943
13944
|
return {
|
|
13944
13945
|
bodyFormat: 'string',
|
|
13945
13946
|
bodyModel: 'string',
|
|
13947
|
+
escapePathParam: 'boolean',
|
|
13946
13948
|
postBodyDescription: 'string',
|
|
13947
13949
|
requestHttpMethod: 'string',
|
|
13948
13950
|
requestMode: 'string',
|
|
@@ -14391,6 +14393,7 @@ class DescribeApiDocResponseBodyRequestConfig extends $tea.Model {
|
|
|
14391
14393
|
static names() {
|
|
14392
14394
|
return {
|
|
14393
14395
|
bodyFormat: 'BodyFormat',
|
|
14396
|
+
escapePathParam: 'EscapePathParam',
|
|
14394
14397
|
postBodyDescription: 'PostBodyDescription',
|
|
14395
14398
|
requestHttpMethod: 'RequestHttpMethod',
|
|
14396
14399
|
requestMode: 'RequestMode',
|
|
@@ -14401,6 +14404,7 @@ class DescribeApiDocResponseBodyRequestConfig extends $tea.Model {
|
|
|
14401
14404
|
static types() {
|
|
14402
14405
|
return {
|
|
14403
14406
|
bodyFormat: 'string',
|
|
14407
|
+
escapePathParam: 'boolean',
|
|
14404
14408
|
postBodyDescription: 'string',
|
|
14405
14409
|
requestHttpMethod: 'string',
|
|
14406
14410
|
requestMode: 'string',
|
|
@@ -14914,6 +14918,7 @@ class DescribeApiHistoryResponseBodyRequestConfig extends $tea.Model {
|
|
|
14914
14918
|
return {
|
|
14915
14919
|
bodyFormat: 'BodyFormat',
|
|
14916
14920
|
bodyModel: 'BodyModel',
|
|
14921
|
+
escapePathParam: 'EscapePathParam',
|
|
14917
14922
|
postBodyDescription: 'PostBodyDescription',
|
|
14918
14923
|
requestHttpMethod: 'RequestHttpMethod',
|
|
14919
14924
|
requestMode: 'RequestMode',
|
|
@@ -14925,6 +14930,7 @@ class DescribeApiHistoryResponseBodyRequestConfig extends $tea.Model {
|
|
|
14925
14930
|
return {
|
|
14926
14931
|
bodyFormat: 'string',
|
|
14927
14932
|
bodyModel: 'string',
|
|
14933
|
+
escapePathParam: 'boolean',
|
|
14928
14934
|
postBodyDescription: 'string',
|
|
14929
14935
|
requestHttpMethod: 'string',
|
|
14930
14936
|
requestMode: 'string',
|