@alicloud/websitebuild20250429 2.35.1 → 2.35.2
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 +2 -2
- package/dist/client.js +2 -2
- package/dist/models/AppInstanceProfile.d.ts +65 -0
- package/dist/models/AppInstanceProfile.js +2 -0
- package/dist/models/AppInstanceProfile.js.map +1 -1
- package/dist/models/GetAppInstanceForAdminResponseBody.d.ts +2 -2
- package/dist/models/GetAppInstanceResponseBody.d.ts +3 -3
- package/dist/models/GetAppPluginResponseBody.d.ts +20 -4
- package/dist/models/GetAppPluginResponseBody.js +4 -0
- package/dist/models/GetAppPluginResponseBody.js.map +1 -1
- package/dist/models/GetOssUploadPolicyResponseBody.d.ts +6 -6
- package/dist/models/ListAppInstancesResponseBody.d.ts +5 -2
- package/dist/models/ListAppInstancesResponseBody.js.map +1 -1
- package/dist/models/ListAppPublishHistoryRequest.d.ts +1 -1
- package/dist/models/ListAppPublishHistoryResponseBody.d.ts +5 -5
- package/package.json +1 -1
- package/src/client.ts +2 -2
- package/src/models/AppInstanceProfile.ts +67 -0
- package/src/models/GetAppInstanceForAdminResponseBody.ts +2 -2
- package/src/models/GetAppInstanceResponseBody.ts +3 -3
- package/src/models/GetAppPluginResponseBody.ts +24 -4
- package/src/models/GetOssUploadPolicyResponseBody.ts +6 -6
- package/src/models/ListAppInstancesResponseBody.ts +5 -2
- package/src/models/ListAppPublishHistoryRequest.ts +1 -1
- package/src/models/ListAppPublishHistoryResponseBody.ts +5 -5
package/dist/client.d.ts
CHANGED
|
@@ -1496,7 +1496,7 @@ export default class Client extends OpenApi {
|
|
|
1496
1496
|
* Generates a file upload policy.
|
|
1497
1497
|
*
|
|
1498
1498
|
* @remarks
|
|
1499
|
-
* Retrieves the configuration information of the code generation
|
|
1499
|
+
* Retrieves the configuration information of the code generation plugin.
|
|
1500
1500
|
*
|
|
1501
1501
|
* @param request - GetOssUploadPolicyRequest
|
|
1502
1502
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -1507,7 +1507,7 @@ export default class Client extends OpenApi {
|
|
|
1507
1507
|
* Generates a file upload policy.
|
|
1508
1508
|
*
|
|
1509
1509
|
* @remarks
|
|
1510
|
-
* Retrieves the configuration information of the code generation
|
|
1510
|
+
* Retrieves the configuration information of the code generation plugin.
|
|
1511
1511
|
*
|
|
1512
1512
|
* @param request - GetOssUploadPolicyRequest
|
|
1513
1513
|
* @returns GetOssUploadPolicyResponse
|
package/dist/client.js
CHANGED
|
@@ -3984,7 +3984,7 @@ class Client extends openapi_core_1.default {
|
|
|
3984
3984
|
* Generates a file upload policy.
|
|
3985
3985
|
*
|
|
3986
3986
|
* @remarks
|
|
3987
|
-
* Retrieves the configuration information of the code generation
|
|
3987
|
+
* Retrieves the configuration information of the code generation plugin.
|
|
3988
3988
|
*
|
|
3989
3989
|
* @param request - GetOssUploadPolicyRequest
|
|
3990
3990
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -4016,7 +4016,7 @@ class Client extends openapi_core_1.default {
|
|
|
4016
4016
|
* Generates a file upload policy.
|
|
4017
4017
|
*
|
|
4018
4018
|
* @remarks
|
|
4019
|
-
* Retrieves the configuration information of the code generation
|
|
4019
|
+
* Retrieves the configuration information of the code generation plugin.
|
|
4020
4020
|
*
|
|
4021
4021
|
* @param request - GetOssUploadPolicyRequest
|
|
4022
4022
|
* @returns GetOssUploadPolicyResponse
|
|
@@ -1,24 +1,89 @@
|
|
|
1
1
|
import * as $dara from '@darabonba/typescript';
|
|
2
2
|
export declare class AppInstanceProfile extends $dara.Model {
|
|
3
|
+
/**
|
|
4
|
+
* @remarks
|
|
5
|
+
* The application type code.
|
|
6
|
+
*/
|
|
3
7
|
applicationType?: string;
|
|
8
|
+
/**
|
|
9
|
+
* @remarks
|
|
10
|
+
* The text description of the application type.
|
|
11
|
+
*/
|
|
4
12
|
applicationTypeText?: string;
|
|
13
|
+
/**
|
|
14
|
+
* @remarks
|
|
15
|
+
* The business ID.
|
|
16
|
+
*/
|
|
5
17
|
bizId?: string;
|
|
6
18
|
chatbiTaskId?: string;
|
|
7
19
|
chatbiTaskStatus?: string;
|
|
20
|
+
/**
|
|
21
|
+
* @remarks
|
|
22
|
+
* The commodity code.
|
|
23
|
+
*/
|
|
8
24
|
commodityCode?: string;
|
|
25
|
+
/**
|
|
26
|
+
* @remarks
|
|
27
|
+
* The customer service information.
|
|
28
|
+
*/
|
|
9
29
|
customerService?: string;
|
|
30
|
+
/**
|
|
31
|
+
* @remarks
|
|
32
|
+
* The deployment area.
|
|
33
|
+
*/
|
|
10
34
|
deployArea?: string;
|
|
35
|
+
icpbaNo?: string;
|
|
36
|
+
/**
|
|
37
|
+
* @remarks
|
|
38
|
+
* The associated instance ID.
|
|
39
|
+
*/
|
|
11
40
|
instanceId?: string;
|
|
12
41
|
openChatBi?: boolean;
|
|
42
|
+
/**
|
|
43
|
+
* @remarks
|
|
44
|
+
* The time when the order was placed.
|
|
45
|
+
*/
|
|
13
46
|
ordTime?: string;
|
|
47
|
+
/**
|
|
48
|
+
* @remarks
|
|
49
|
+
* The order ID.
|
|
50
|
+
*/
|
|
14
51
|
orderId?: string;
|
|
52
|
+
/**
|
|
53
|
+
* @remarks
|
|
54
|
+
* The payment time.
|
|
55
|
+
*/
|
|
15
56
|
payTime?: string;
|
|
16
57
|
previewUrl?: string;
|
|
58
|
+
/**
|
|
59
|
+
* @remarks
|
|
60
|
+
* The SEO site information.
|
|
61
|
+
*/
|
|
17
62
|
seoSite?: string;
|
|
63
|
+
/**
|
|
64
|
+
* @remarks
|
|
65
|
+
* The site version code.
|
|
66
|
+
*/
|
|
18
67
|
siteVersion?: string;
|
|
68
|
+
/**
|
|
69
|
+
* @remarks
|
|
70
|
+
* The text description of the site version.
|
|
71
|
+
*/
|
|
19
72
|
siteVersionText?: string;
|
|
73
|
+
/**
|
|
74
|
+
* @remarks
|
|
75
|
+
* The source information.
|
|
76
|
+
*/
|
|
20
77
|
source?: string;
|
|
78
|
+
/**
|
|
79
|
+
* @remarks
|
|
80
|
+
* The ETag of the template.
|
|
81
|
+
*/
|
|
21
82
|
templateEtag?: string;
|
|
83
|
+
/**
|
|
84
|
+
* @remarks
|
|
85
|
+
* The template ID.
|
|
86
|
+
*/
|
|
22
87
|
templateId?: string;
|
|
23
88
|
static names(): {
|
|
24
89
|
[key: string]: string;
|
|
@@ -47,6 +47,7 @@ class AppInstanceProfile extends $dara.Model {
|
|
|
47
47
|
commodityCode: 'CommodityCode',
|
|
48
48
|
customerService: 'CustomerService',
|
|
49
49
|
deployArea: 'DeployArea',
|
|
50
|
+
icpbaNo: 'IcpbaNo',
|
|
50
51
|
instanceId: 'InstanceId',
|
|
51
52
|
openChatBi: 'OpenChatBi',
|
|
52
53
|
ordTime: 'OrdTime',
|
|
@@ -71,6 +72,7 @@ class AppInstanceProfile extends $dara.Model {
|
|
|
71
72
|
commodityCode: 'string',
|
|
72
73
|
customerService: 'string',
|
|
73
74
|
deployArea: 'string',
|
|
75
|
+
icpbaNo: 'string',
|
|
74
76
|
instanceId: 'string',
|
|
75
77
|
openChatBi: 'boolean',
|
|
76
78
|
ordTime: 'string',
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AppInstanceProfile.js","sourceRoot":"","sources":["../../src/models/AppInstanceProfile.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,kBAAmB,SAAQ,KAAK,CAAC,KAAK;
|
|
1
|
+
{"version":3,"file":"AppInstanceProfile.js","sourceRoot":"","sources":["../../src/models/AppInstanceProfile.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,kBAAmB,SAAQ,KAAK,CAAC,KAAK;IAsFjD,MAAM,CAAC,KAAK;QACV,OAAO;YACL,eAAe,EAAE,iBAAiB;YAClC,mBAAmB,EAAE,qBAAqB;YAC1C,KAAK,EAAE,OAAO;YACd,YAAY,EAAE,cAAc;YAC5B,gBAAgB,EAAE,kBAAkB;YACpC,aAAa,EAAE,eAAe;YAC9B,eAAe,EAAE,iBAAiB;YAClC,UAAU,EAAE,YAAY;YACxB,OAAO,EAAE,SAAS;YAClB,UAAU,EAAE,YAAY;YACxB,UAAU,EAAE,YAAY;YACxB,OAAO,EAAE,SAAS;YAClB,OAAO,EAAE,SAAS;YAClB,OAAO,EAAE,SAAS;YAClB,UAAU,EAAE,YAAY;YACxB,OAAO,EAAE,SAAS;YAClB,WAAW,EAAE,aAAa;YAC1B,eAAe,EAAE,iBAAiB;YAClC,MAAM,EAAE,QAAQ;YAChB,YAAY,EAAE,cAAc;YAC5B,UAAU,EAAE,YAAY;SACzB,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,eAAe,EAAE,QAAQ;YACzB,mBAAmB,EAAE,QAAQ;YAC7B,KAAK,EAAE,QAAQ;YACf,YAAY,EAAE,QAAQ;YACtB,gBAAgB,EAAE,QAAQ;YAC1B,aAAa,EAAE,QAAQ;YACvB,eAAe,EAAE,QAAQ;YACzB,UAAU,EAAE,QAAQ;YACpB,OAAO,EAAE,QAAQ;YACjB,UAAU,EAAE,QAAQ;YACpB,UAAU,EAAE,SAAS;YACrB,OAAO,EAAE,QAAQ;YACjB,OAAO,EAAE,QAAQ;YACjB,OAAO,EAAE,QAAQ;YACjB,UAAU,EAAE,QAAQ;YACpB,OAAO,EAAE,QAAQ;YACjB,WAAW,EAAE,QAAQ;YACrB,eAAe,EAAE,QAAQ;YACzB,MAAM,EAAE,QAAQ;YAChB,YAAY,EAAE,QAAQ;YACtB,UAAU,EAAE,QAAQ;SACrB,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AAjJD,gDAiJC"}
|
|
@@ -43,7 +43,7 @@ export declare class GetAppInstanceForAdminResponseBody extends $dara.Model {
|
|
|
43
43
|
dynamicMessage?: string;
|
|
44
44
|
/**
|
|
45
45
|
* @remarks
|
|
46
|
-
* The error parameters
|
|
46
|
+
* The returned error parameters.
|
|
47
47
|
*/
|
|
48
48
|
errorArgs?: any[];
|
|
49
49
|
/**
|
|
@@ -75,7 +75,7 @@ export declare class GetAppInstanceForAdminResponseBody extends $dara.Model {
|
|
|
75
75
|
* The exception message.
|
|
76
76
|
*
|
|
77
77
|
* @example
|
|
78
|
-
*
|
|
78
|
+
* System exception
|
|
79
79
|
*/
|
|
80
80
|
rootErrorMsg?: string;
|
|
81
81
|
/**
|
|
@@ -35,8 +35,8 @@ export declare class GetAppInstanceResponseBody extends $dara.Model {
|
|
|
35
35
|
dynamicCode?: string;
|
|
36
36
|
/**
|
|
37
37
|
* @remarks
|
|
38
|
-
* The dynamic error message, which is used to replace the `%s`
|
|
39
|
-
* > If **ErrMessage** returns **The Value of Input Parameter %s is not valid** and **DynamicMessage** returns **DtsJobId**, the request parameter **DtsJobId**
|
|
38
|
+
* The dynamic error message, which is used to replace the `%s` variable in the **ErrMessage** parameter.
|
|
39
|
+
* > If **ErrMessage** returns **The Value of Input Parameter %s is not valid** and **DynamicMessage** returns **DtsJobId**, the request parameter **DtsJobId** is invalid.
|
|
40
40
|
*
|
|
41
41
|
* @example
|
|
42
42
|
* SYSTEM_ERROR
|
|
@@ -76,7 +76,7 @@ export declare class GetAppInstanceResponseBody extends $dara.Model {
|
|
|
76
76
|
* The exception message.
|
|
77
77
|
*
|
|
78
78
|
* @example
|
|
79
|
-
*
|
|
79
|
+
* System exception
|
|
80
80
|
*/
|
|
81
81
|
rootErrorMsg?: string;
|
|
82
82
|
/**
|
|
@@ -63,6 +63,14 @@ export declare class GetAppPluginResponseBodyModule extends $dara.Model {
|
|
|
63
63
|
* {\\"deliveryNodeName\\":\\"bindDomainAndPublish\\",\\"deliveryNodeStatus\\":\\"Finish\\",\\"deliveryOperatorRole\\":\\"Provider\\"}
|
|
64
64
|
*/
|
|
65
65
|
extend?: string;
|
|
66
|
+
/**
|
|
67
|
+
* @remarks
|
|
68
|
+
* The version number.
|
|
69
|
+
*
|
|
70
|
+
* @example
|
|
71
|
+
* v0.1.0
|
|
72
|
+
*/
|
|
73
|
+
gitRef?: string;
|
|
66
74
|
/**
|
|
67
75
|
* @remarks
|
|
68
76
|
* The creation time.
|
|
@@ -105,7 +113,7 @@ export declare class GetAppPluginResponseBodyModule extends $dara.Model {
|
|
|
105
113
|
icon?: string;
|
|
106
114
|
/**
|
|
107
115
|
* @remarks
|
|
108
|
-
* The bound API
|
|
116
|
+
* The bound API Gateway plug-in ID.
|
|
109
117
|
*
|
|
110
118
|
* @example
|
|
111
119
|
* 1bae9ceaceea432d91c7069fab0dfc02
|
|
@@ -119,6 +127,14 @@ export declare class GetAppPluginResponseBodyModule extends $dara.Model {
|
|
|
119
127
|
* tf_testaccapigatewayplugin29311
|
|
120
128
|
*/
|
|
121
129
|
pluginName?: string;
|
|
130
|
+
/**
|
|
131
|
+
* @remarks
|
|
132
|
+
* The image repository URL.
|
|
133
|
+
*
|
|
134
|
+
* @example
|
|
135
|
+
* xxx
|
|
136
|
+
*/
|
|
137
|
+
repositoryUrl?: string;
|
|
122
138
|
/**
|
|
123
139
|
* @remarks
|
|
124
140
|
* The skill header information for model selection.
|
|
@@ -153,7 +169,7 @@ export declare class GetAppPluginResponseBodyModule extends $dara.Model {
|
|
|
153
169
|
version?: string;
|
|
154
170
|
/**
|
|
155
171
|
* @remarks
|
|
156
|
-
* The visibility level
|
|
172
|
+
* **The visibility level.**
|
|
157
173
|
*
|
|
158
174
|
* @example
|
|
159
175
|
* PRIVATE
|
|
@@ -181,7 +197,7 @@ export declare class GetAppPluginResponseBody extends $dara.Model {
|
|
|
181
197
|
accessDeniedDetail?: string;
|
|
182
198
|
/**
|
|
183
199
|
* @remarks
|
|
184
|
-
* Indicates whether
|
|
200
|
+
* Indicates whether retries are allowed.
|
|
185
201
|
*
|
|
186
202
|
* @example
|
|
187
203
|
* False
|
|
@@ -243,7 +259,7 @@ export declare class GetAppPluginResponseBody extends $dara.Model {
|
|
|
243
259
|
* The exception message.
|
|
244
260
|
*
|
|
245
261
|
* @example
|
|
246
|
-
* System exception
|
|
262
|
+
* System exception
|
|
247
263
|
*/
|
|
248
264
|
rootErrorMsg?: string;
|
|
249
265
|
/**
|
|
@@ -46,6 +46,7 @@ class GetAppPluginResponseBodyModule extends $dara.Model {
|
|
|
46
46
|
display: 'Display',
|
|
47
47
|
enabled: 'Enabled',
|
|
48
48
|
extend: 'Extend',
|
|
49
|
+
gitRef: 'GitRef',
|
|
49
50
|
gmtCreate: 'GmtCreate',
|
|
50
51
|
gmtModified: 'GmtModified',
|
|
51
52
|
hooks: 'Hooks',
|
|
@@ -53,6 +54,7 @@ class GetAppPluginResponseBodyModule extends $dara.Model {
|
|
|
53
54
|
icon: 'Icon',
|
|
54
55
|
pluginId: 'PluginId',
|
|
55
56
|
pluginName: 'PluginName',
|
|
57
|
+
repositoryUrl: 'RepositoryUrl',
|
|
56
58
|
skillHeader: 'SkillHeader',
|
|
57
59
|
status: 'Status',
|
|
58
60
|
tags: 'Tags',
|
|
@@ -69,6 +71,7 @@ class GetAppPluginResponseBodyModule extends $dara.Model {
|
|
|
69
71
|
display: 'number',
|
|
70
72
|
enabled: 'number',
|
|
71
73
|
extend: 'string',
|
|
74
|
+
gitRef: 'string',
|
|
72
75
|
gmtCreate: 'string',
|
|
73
76
|
gmtModified: 'string',
|
|
74
77
|
hooks: 'string',
|
|
@@ -76,6 +79,7 @@ class GetAppPluginResponseBodyModule extends $dara.Model {
|
|
|
76
79
|
icon: 'string',
|
|
77
80
|
pluginId: 'string',
|
|
78
81
|
pluginName: 'string',
|
|
82
|
+
repositoryUrl: 'string',
|
|
79
83
|
skillHeader: 'string',
|
|
80
84
|
status: 'string',
|
|
81
85
|
tags: 'string',
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"GetAppPluginResponseBody.js","sourceRoot":"","sources":["../../src/models/GetAppPluginResponseBody.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,8BAA+B,SAAQ,KAAK,CAAC,KAAK;
|
|
1
|
+
{"version":3,"file":"GetAppPluginResponseBody.js","sourceRoot":"","sources":["../../src/models/GetAppPluginResponseBody.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,8BAA+B,SAAQ,KAAK,CAAC,KAAK;IAgL7D,MAAM,CAAC,KAAK;QACV,OAAO;YACL,QAAQ,EAAE,UAAU;YACpB,WAAW,EAAE,aAAa;YAC1B,SAAS,EAAE,WAAW;YACtB,WAAW,EAAE,aAAa;YAC1B,OAAO,EAAE,SAAS;YAClB,OAAO,EAAE,SAAS;YAClB,MAAM,EAAE,QAAQ;YAChB,MAAM,EAAE,QAAQ;YAChB,SAAS,EAAE,WAAW;YACtB,WAAW,EAAE,aAAa;YAC1B,KAAK,EAAE,OAAO;YACd,QAAQ,EAAE,UAAU;YACpB,IAAI,EAAE,MAAM;YACZ,QAAQ,EAAE,UAAU;YACpB,UAAU,EAAE,YAAY;YACxB,aAAa,EAAE,eAAe;YAC9B,WAAW,EAAE,aAAa;YAC1B,MAAM,EAAE,QAAQ;YAChB,IAAI,EAAE,MAAM;YACZ,OAAO,EAAE,SAAS;YAClB,UAAU,EAAE,YAAY;SACzB,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,QAAQ,EAAE,QAAQ;YAClB,WAAW,EAAE,QAAQ;YACrB,SAAS,EAAE,QAAQ;YACnB,WAAW,EAAE,QAAQ;YACrB,OAAO,EAAE,QAAQ;YACjB,OAAO,EAAE,QAAQ;YACjB,MAAM,EAAE,QAAQ;YAChB,MAAM,EAAE,QAAQ;YAChB,SAAS,EAAE,QAAQ;YACnB,WAAW,EAAE,QAAQ;YACrB,KAAK,EAAE,QAAQ;YACf,QAAQ,EAAE,QAAQ;YAClB,IAAI,EAAE,QAAQ;YACd,QAAQ,EAAE,QAAQ;YAClB,UAAU,EAAE,QAAQ;YACpB,aAAa,EAAE,QAAQ;YACvB,WAAW,EAAE,QAAQ;YACrB,MAAM,EAAE,QAAQ;YAChB,IAAI,EAAE,QAAQ;YACd,OAAO,EAAE,QAAQ;YACjB,UAAU,EAAE,QAAQ;SACrB,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AA3OD,wEA2OC;AAED,MAAa,wBAAyB,SAAQ,KAAK,CAAC,KAAK;IAoFvD,MAAM,CAAC,KAAK;QACV,OAAO;YACL,kBAAkB,EAAE,oBAAoB;YACxC,UAAU,EAAE,YAAY;YACxB,OAAO,EAAE,SAAS;YAClB,WAAW,EAAE,aAAa;YAC1B,cAAc,EAAE,gBAAgB;YAChC,SAAS,EAAE,WAAW;YACtB,MAAM,EAAE,QAAQ;YAChB,SAAS,EAAE,WAAW;YACtB,aAAa,EAAE,eAAe;YAC9B,YAAY,EAAE,cAAc;YAC5B,OAAO,EAAE,SAAS;SACnB,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,kBAAkB,EAAE,QAAQ;YAC5B,UAAU,EAAE,SAAS;YACrB,OAAO,EAAE,QAAQ;YACjB,WAAW,EAAE,QAAQ;YACrB,cAAc,EAAE,QAAQ;YACxB,SAAS,EAAE,EAAE,MAAM,EAAE,OAAO,EAAE,UAAU,EAAE,KAAK,EAAE;YACjD,MAAM,EAAE,8BAA8B;YACtC,SAAS,EAAE,QAAQ;YACnB,aAAa,EAAE,QAAQ;YACvB,YAAY,EAAE,QAAQ;YACtB,OAAO,EAAE,SAAS;SACnB,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,IAAG,KAAK,CAAC,OAAO,CAAC,IAAI,CAAC,SAAS,CAAC,EAAE,CAAC;YACjC,KAAK,CAAC,KAAK,CAAC,aAAa,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC;QAC5C,CAAC;QACD,IAAG,IAAI,CAAC,MAAM,IAAI,OAAQ,IAAI,CAAC,MAAc,CAAC,QAAQ,KAAK,UAAU,EAAE,CAAC;YACrE,IAAI,CAAC,MAAc,CAAC,QAAQ,EAAE,CAAC;QAClC,CAAC;QACD,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AAjID,4DAiIC"}
|
|
@@ -26,7 +26,7 @@ export declare class GetOssUploadPolicyResponseBodyModule extends $dara.Model {
|
|
|
26
26
|
policy?: string;
|
|
27
27
|
/**
|
|
28
28
|
* @remarks
|
|
29
|
-
* The Security Token Service (STS) token. This
|
|
29
|
+
* The Security Token Service (STS) token. This value is null in non-STS scenarios.
|
|
30
30
|
*
|
|
31
31
|
* @example
|
|
32
32
|
* ***
|
|
@@ -78,7 +78,7 @@ export declare class GetOssUploadPolicyResponseBodyModule extends $dara.Model {
|
|
|
78
78
|
export declare class GetOssUploadPolicyResponseBody extends $dara.Model {
|
|
79
79
|
/**
|
|
80
80
|
* @remarks
|
|
81
|
-
* The detailed reason why access
|
|
81
|
+
* The detailed reason why access was denied.
|
|
82
82
|
*
|
|
83
83
|
* @example
|
|
84
84
|
* {}
|
|
@@ -86,9 +86,9 @@ export declare class GetOssUploadPolicyResponseBody extends $dara.Model {
|
|
|
86
86
|
accessDeniedDetail?: string;
|
|
87
87
|
/**
|
|
88
88
|
* @remarks
|
|
89
|
-
* Indicates whether
|
|
90
|
-
* - false:
|
|
91
|
-
* - true:
|
|
89
|
+
* Indicates whether retry is allowed. Valid values:
|
|
90
|
+
* - false: Retry is not allowed.
|
|
91
|
+
* - true: Retry is allowed.
|
|
92
92
|
*
|
|
93
93
|
* @example
|
|
94
94
|
* False
|
|
@@ -149,7 +149,7 @@ export declare class GetOssUploadPolicyResponseBody extends $dara.Model {
|
|
|
149
149
|
* The exception message.
|
|
150
150
|
*
|
|
151
151
|
* @example
|
|
152
|
-
*
|
|
152
|
+
* System exception
|
|
153
153
|
*/
|
|
154
154
|
rootErrorMsg?: string;
|
|
155
155
|
/**
|
|
@@ -111,7 +111,7 @@ export declare class ListAppInstancesResponseBody extends $dara.Model {
|
|
|
111
111
|
requestId?: string;
|
|
112
112
|
/**
|
|
113
113
|
* @remarks
|
|
114
|
-
* In addition to pagination
|
|
114
|
+
* In addition to the pagination limit, the server processes a maximum of 1000 recent records per query. If the results exceed 1000 records, **ResultLimit** is **true** and you need to narrow the time range and search again. Otherwise, **ResultLimit** is **false**.
|
|
115
115
|
*
|
|
116
116
|
* @example
|
|
117
117
|
* False
|
|
@@ -130,10 +130,13 @@ export declare class ListAppInstancesResponseBody extends $dara.Model {
|
|
|
130
130
|
* The exception message.
|
|
131
131
|
*
|
|
132
132
|
* @example
|
|
133
|
-
*
|
|
133
|
+
* System exception
|
|
134
134
|
*/
|
|
135
135
|
rootErrorMsg?: string;
|
|
136
136
|
/**
|
|
137
|
+
* @remarks
|
|
138
|
+
* The start position.
|
|
139
|
+
*
|
|
137
140
|
* @example
|
|
138
141
|
* 1
|
|
139
142
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ListAppInstancesResponseBody.js","sourceRoot":"","sources":["../../src/models/ListAppInstancesResponseBody.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAC/C,iEAA8D;AAG9D,MAAa,4BAA6B,SAAQ,KAAK,CAAC,KAAK;
|
|
1
|
+
{"version":3,"file":"ListAppInstancesResponseBody.js","sourceRoot":"","sources":["../../src/models/ListAppInstancesResponseBody.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAC/C,iEAA8D;AAG9D,MAAa,4BAA6B,SAAQ,KAAK,CAAC,KAAK;IA6J3D,MAAM,CAAC,KAAK;QACV,OAAO;YACL,kBAAkB,EAAE,oBAAoB;YACxC,UAAU,EAAE,YAAY;YACxB,OAAO,EAAE,SAAS;YAClB,cAAc,EAAE,gBAAgB;YAChC,IAAI,EAAE,MAAM;YACZ,WAAW,EAAE,aAAa;YAC1B,cAAc,EAAE,gBAAgB;YAChC,SAAS,EAAE,WAAW;YACtB,UAAU,EAAE,YAAY;YACxB,QAAQ,EAAE,UAAU;YACpB,SAAS,EAAE,WAAW;YACtB,QAAQ,EAAE,UAAU;YACpB,OAAO,EAAE,SAAS;YAClB,SAAS,EAAE,WAAW;YACtB,WAAW,EAAE,aAAa;YAC1B,aAAa,EAAE,eAAe;YAC9B,YAAY,EAAE,cAAc;YAC5B,aAAa,EAAE,eAAe;YAC9B,OAAO,EAAE,SAAS;YAClB,YAAY,EAAE,cAAc;SAC7B,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,kBAAkB,EAAE,QAAQ;YAC5B,UAAU,EAAE,SAAS;YACrB,OAAO,EAAE,QAAQ;YACjB,cAAc,EAAE,QAAQ;YACxB,IAAI,EAAE,EAAE,MAAM,EAAE,OAAO,EAAE,UAAU,EAAE,2CAAoB,EAAE;YAC3D,WAAW,EAAE,QAAQ;YACrB,cAAc,EAAE,QAAQ;YACxB,SAAS,EAAE,EAAE,MAAM,EAAE,OAAO,EAAE,UAAU,EAAE,KAAK,EAAE;YACjD,UAAU,EAAE,QAAQ;YACpB,QAAQ,EAAE,SAAS;YACnB,SAAS,EAAE,QAAQ;YACnB,QAAQ,EAAE,QAAQ;YAClB,OAAO,EAAE,SAAS;YAClB,SAAS,EAAE,QAAQ;YACnB,WAAW,EAAE,SAAS;YACtB,aAAa,EAAE,QAAQ;YACvB,YAAY,EAAE,QAAQ;YACtB,aAAa,EAAE,QAAQ;YACvB,OAAO,EAAE,SAAS;YAClB,YAAY,EAAE,QAAQ;SACvB,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,IAAG,KAAK,CAAC,OAAO,CAAC,IAAI,CAAC,IAAI,CAAC,EAAE,CAAC;YAC5B,KAAK,CAAC,KAAK,CAAC,aAAa,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;QACvC,CAAC;QACD,IAAG,KAAK,CAAC,OAAO,CAAC,IAAI,CAAC,SAAS,CAAC,EAAE,CAAC;YACjC,KAAK,CAAC,KAAK,CAAC,aAAa,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC;QAC5C,CAAC;QACD,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AA5ND,oEA4NC"}
|
|
@@ -48,7 +48,7 @@ export declare class ListAppPublishHistoryResponseBodyModuleHistory extends $dar
|
|
|
48
48
|
isFinish?: boolean;
|
|
49
49
|
/**
|
|
50
50
|
* @remarks
|
|
51
|
-
* Indicates whether the resource allocation of the business unit is successful.
|
|
51
|
+
* Indicates whether the resource allocation of the business unit is successful.
|
|
52
52
|
* - true: The allocation is successful.
|
|
53
53
|
* - false: The allocation failed.
|
|
54
54
|
*
|
|
@@ -108,7 +108,7 @@ export declare class ListAppPublishHistoryResponseBodyModuleHistory extends $dar
|
|
|
108
108
|
publishTime?: string;
|
|
109
109
|
/**
|
|
110
110
|
* @remarks
|
|
111
|
-
* The specific
|
|
111
|
+
* The component-specific configurations.
|
|
112
112
|
*/
|
|
113
113
|
steps?: string[];
|
|
114
114
|
subchannel?: string;
|
|
@@ -179,7 +179,7 @@ export declare class ListAppPublishHistoryResponseBodyModule extends $dara.Model
|
|
|
179
179
|
export declare class ListAppPublishHistoryResponseBody extends $dara.Model {
|
|
180
180
|
/**
|
|
181
181
|
* @remarks
|
|
182
|
-
* The
|
|
182
|
+
* The details about the access denial.
|
|
183
183
|
*
|
|
184
184
|
* @example
|
|
185
185
|
* {}
|
|
@@ -269,10 +269,10 @@ export declare class ListAppPublishHistoryResponseBody extends $dara.Model {
|
|
|
269
269
|
rootErrorCode?: string;
|
|
270
270
|
/**
|
|
271
271
|
* @remarks
|
|
272
|
-
* The
|
|
272
|
+
* The error message.
|
|
273
273
|
*
|
|
274
274
|
* @example
|
|
275
|
-
* System exception
|
|
275
|
+
* System exception
|
|
276
276
|
*/
|
|
277
277
|
rootErrorMsg?: string;
|
|
278
278
|
/**
|
package/package.json
CHANGED
package/src/client.ts
CHANGED
|
@@ -4324,7 +4324,7 @@ export default class Client extends OpenApi {
|
|
|
4324
4324
|
* Generates a file upload policy.
|
|
4325
4325
|
*
|
|
4326
4326
|
* @remarks
|
|
4327
|
-
* Retrieves the configuration information of the code generation
|
|
4327
|
+
* Retrieves the configuration information of the code generation plugin.
|
|
4328
4328
|
*
|
|
4329
4329
|
* @param request - GetOssUploadPolicyRequest
|
|
4330
4330
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -4358,7 +4358,7 @@ export default class Client extends OpenApi {
|
|
|
4358
4358
|
* Generates a file upload policy.
|
|
4359
4359
|
*
|
|
4360
4360
|
* @remarks
|
|
4361
|
-
* Retrieves the configuration information of the code generation
|
|
4361
|
+
* Retrieves the configuration information of the code generation plugin.
|
|
4362
4362
|
*
|
|
4363
4363
|
* @param request - GetOssUploadPolicyRequest
|
|
4364
4364
|
* @returns GetOssUploadPolicyResponse
|
|
@@ -3,25 +3,90 @@ import * as $dara from '@darabonba/typescript';
|
|
|
3
3
|
|
|
4
4
|
|
|
5
5
|
export class AppInstanceProfile extends $dara.Model {
|
|
6
|
+
/**
|
|
7
|
+
* @remarks
|
|
8
|
+
* The application type code.
|
|
9
|
+
*/
|
|
6
10
|
applicationType?: string;
|
|
11
|
+
/**
|
|
12
|
+
* @remarks
|
|
13
|
+
* The text description of the application type.
|
|
14
|
+
*/
|
|
7
15
|
applicationTypeText?: string;
|
|
16
|
+
/**
|
|
17
|
+
* @remarks
|
|
18
|
+
* The business ID.
|
|
19
|
+
*/
|
|
8
20
|
bizId?: string;
|
|
9
21
|
chatbiTaskId?: string;
|
|
10
22
|
chatbiTaskStatus?: string;
|
|
23
|
+
/**
|
|
24
|
+
* @remarks
|
|
25
|
+
* The commodity code.
|
|
26
|
+
*/
|
|
11
27
|
commodityCode?: string;
|
|
28
|
+
/**
|
|
29
|
+
* @remarks
|
|
30
|
+
* The customer service information.
|
|
31
|
+
*/
|
|
12
32
|
customerService?: string;
|
|
33
|
+
/**
|
|
34
|
+
* @remarks
|
|
35
|
+
* The deployment area.
|
|
36
|
+
*/
|
|
13
37
|
deployArea?: string;
|
|
38
|
+
icpbaNo?: string;
|
|
39
|
+
/**
|
|
40
|
+
* @remarks
|
|
41
|
+
* The associated instance ID.
|
|
42
|
+
*/
|
|
14
43
|
instanceId?: string;
|
|
15
44
|
openChatBi?: boolean;
|
|
45
|
+
/**
|
|
46
|
+
* @remarks
|
|
47
|
+
* The time when the order was placed.
|
|
48
|
+
*/
|
|
16
49
|
ordTime?: string;
|
|
50
|
+
/**
|
|
51
|
+
* @remarks
|
|
52
|
+
* The order ID.
|
|
53
|
+
*/
|
|
17
54
|
orderId?: string;
|
|
55
|
+
/**
|
|
56
|
+
* @remarks
|
|
57
|
+
* The payment time.
|
|
58
|
+
*/
|
|
18
59
|
payTime?: string;
|
|
19
60
|
previewUrl?: string;
|
|
61
|
+
/**
|
|
62
|
+
* @remarks
|
|
63
|
+
* The SEO site information.
|
|
64
|
+
*/
|
|
20
65
|
seoSite?: string;
|
|
66
|
+
/**
|
|
67
|
+
* @remarks
|
|
68
|
+
* The site version code.
|
|
69
|
+
*/
|
|
21
70
|
siteVersion?: string;
|
|
71
|
+
/**
|
|
72
|
+
* @remarks
|
|
73
|
+
* The text description of the site version.
|
|
74
|
+
*/
|
|
22
75
|
siteVersionText?: string;
|
|
76
|
+
/**
|
|
77
|
+
* @remarks
|
|
78
|
+
* The source information.
|
|
79
|
+
*/
|
|
23
80
|
source?: string;
|
|
81
|
+
/**
|
|
82
|
+
* @remarks
|
|
83
|
+
* The ETag of the template.
|
|
84
|
+
*/
|
|
24
85
|
templateEtag?: string;
|
|
86
|
+
/**
|
|
87
|
+
* @remarks
|
|
88
|
+
* The template ID.
|
|
89
|
+
*/
|
|
25
90
|
templateId?: string;
|
|
26
91
|
static names(): { [key: string]: string } {
|
|
27
92
|
return {
|
|
@@ -33,6 +98,7 @@ export class AppInstanceProfile extends $dara.Model {
|
|
|
33
98
|
commodityCode: 'CommodityCode',
|
|
34
99
|
customerService: 'CustomerService',
|
|
35
100
|
deployArea: 'DeployArea',
|
|
101
|
+
icpbaNo: 'IcpbaNo',
|
|
36
102
|
instanceId: 'InstanceId',
|
|
37
103
|
openChatBi: 'OpenChatBi',
|
|
38
104
|
ordTime: 'OrdTime',
|
|
@@ -58,6 +124,7 @@ export class AppInstanceProfile extends $dara.Model {
|
|
|
58
124
|
commodityCode: 'string',
|
|
59
125
|
customerService: 'string',
|
|
60
126
|
deployArea: 'string',
|
|
127
|
+
icpbaNo: 'string',
|
|
61
128
|
instanceId: 'string',
|
|
62
129
|
openChatBi: 'boolean',
|
|
63
130
|
ordTime: 'string',
|
|
@@ -46,7 +46,7 @@ export class GetAppInstanceForAdminResponseBody extends $dara.Model {
|
|
|
46
46
|
dynamicMessage?: string;
|
|
47
47
|
/**
|
|
48
48
|
* @remarks
|
|
49
|
-
* The error parameters
|
|
49
|
+
* The returned error parameters.
|
|
50
50
|
*/
|
|
51
51
|
errorArgs?: any[];
|
|
52
52
|
/**
|
|
@@ -78,7 +78,7 @@ export class GetAppInstanceForAdminResponseBody extends $dara.Model {
|
|
|
78
78
|
* The exception message.
|
|
79
79
|
*
|
|
80
80
|
* @example
|
|
81
|
-
*
|
|
81
|
+
* System exception
|
|
82
82
|
*/
|
|
83
83
|
rootErrorMsg?: string;
|
|
84
84
|
/**
|
|
@@ -38,8 +38,8 @@ export class GetAppInstanceResponseBody extends $dara.Model {
|
|
|
38
38
|
dynamicCode?: string;
|
|
39
39
|
/**
|
|
40
40
|
* @remarks
|
|
41
|
-
* The dynamic error message, which is used to replace the `%s`
|
|
42
|
-
* > If **ErrMessage** returns **The Value of Input Parameter %s is not valid** and **DynamicMessage** returns **DtsJobId**, the request parameter **DtsJobId**
|
|
41
|
+
* The dynamic error message, which is used to replace the `%s` variable in the **ErrMessage** parameter.
|
|
42
|
+
* > If **ErrMessage** returns **The Value of Input Parameter %s is not valid** and **DynamicMessage** returns **DtsJobId**, the request parameter **DtsJobId** is invalid.
|
|
43
43
|
*
|
|
44
44
|
* @example
|
|
45
45
|
* SYSTEM_ERROR
|
|
@@ -79,7 +79,7 @@ export class GetAppInstanceResponseBody extends $dara.Model {
|
|
|
79
79
|
* The exception message.
|
|
80
80
|
*
|
|
81
81
|
* @example
|
|
82
|
-
*
|
|
82
|
+
* System exception
|
|
83
83
|
*/
|
|
84
84
|
rootErrorMsg?: string;
|
|
85
85
|
/**
|
|
@@ -66,6 +66,14 @@ export class GetAppPluginResponseBodyModule extends $dara.Model {
|
|
|
66
66
|
* {\\"deliveryNodeName\\":\\"bindDomainAndPublish\\",\\"deliveryNodeStatus\\":\\"Finish\\",\\"deliveryOperatorRole\\":\\"Provider\\"}
|
|
67
67
|
*/
|
|
68
68
|
extend?: string;
|
|
69
|
+
/**
|
|
70
|
+
* @remarks
|
|
71
|
+
* The version number.
|
|
72
|
+
*
|
|
73
|
+
* @example
|
|
74
|
+
* v0.1.0
|
|
75
|
+
*/
|
|
76
|
+
gitRef?: string;
|
|
69
77
|
/**
|
|
70
78
|
* @remarks
|
|
71
79
|
* The creation time.
|
|
@@ -108,7 +116,7 @@ export class GetAppPluginResponseBodyModule extends $dara.Model {
|
|
|
108
116
|
icon?: string;
|
|
109
117
|
/**
|
|
110
118
|
* @remarks
|
|
111
|
-
* The bound API
|
|
119
|
+
* The bound API Gateway plug-in ID.
|
|
112
120
|
*
|
|
113
121
|
* @example
|
|
114
122
|
* 1bae9ceaceea432d91c7069fab0dfc02
|
|
@@ -122,6 +130,14 @@ export class GetAppPluginResponseBodyModule extends $dara.Model {
|
|
|
122
130
|
* tf_testaccapigatewayplugin29311
|
|
123
131
|
*/
|
|
124
132
|
pluginName?: string;
|
|
133
|
+
/**
|
|
134
|
+
* @remarks
|
|
135
|
+
* The image repository URL.
|
|
136
|
+
*
|
|
137
|
+
* @example
|
|
138
|
+
* xxx
|
|
139
|
+
*/
|
|
140
|
+
repositoryUrl?: string;
|
|
125
141
|
/**
|
|
126
142
|
* @remarks
|
|
127
143
|
* The skill header information for model selection.
|
|
@@ -156,7 +172,7 @@ export class GetAppPluginResponseBodyModule extends $dara.Model {
|
|
|
156
172
|
version?: string;
|
|
157
173
|
/**
|
|
158
174
|
* @remarks
|
|
159
|
-
* The visibility level
|
|
175
|
+
* **The visibility level.**
|
|
160
176
|
*
|
|
161
177
|
* @example
|
|
162
178
|
* PRIVATE
|
|
@@ -171,6 +187,7 @@ export class GetAppPluginResponseBodyModule extends $dara.Model {
|
|
|
171
187
|
display: 'Display',
|
|
172
188
|
enabled: 'Enabled',
|
|
173
189
|
extend: 'Extend',
|
|
190
|
+
gitRef: 'GitRef',
|
|
174
191
|
gmtCreate: 'GmtCreate',
|
|
175
192
|
gmtModified: 'GmtModified',
|
|
176
193
|
hooks: 'Hooks',
|
|
@@ -178,6 +195,7 @@ export class GetAppPluginResponseBodyModule extends $dara.Model {
|
|
|
178
195
|
icon: 'Icon',
|
|
179
196
|
pluginId: 'PluginId',
|
|
180
197
|
pluginName: 'PluginName',
|
|
198
|
+
repositoryUrl: 'RepositoryUrl',
|
|
181
199
|
skillHeader: 'SkillHeader',
|
|
182
200
|
status: 'Status',
|
|
183
201
|
tags: 'Tags',
|
|
@@ -195,6 +213,7 @@ export class GetAppPluginResponseBodyModule extends $dara.Model {
|
|
|
195
213
|
display: 'number',
|
|
196
214
|
enabled: 'number',
|
|
197
215
|
extend: 'string',
|
|
216
|
+
gitRef: 'string',
|
|
198
217
|
gmtCreate: 'string',
|
|
199
218
|
gmtModified: 'string',
|
|
200
219
|
hooks: 'string',
|
|
@@ -202,6 +221,7 @@ export class GetAppPluginResponseBodyModule extends $dara.Model {
|
|
|
202
221
|
icon: 'string',
|
|
203
222
|
pluginId: 'string',
|
|
204
223
|
pluginName: 'string',
|
|
224
|
+
repositoryUrl: 'string',
|
|
205
225
|
skillHeader: 'string',
|
|
206
226
|
status: 'string',
|
|
207
227
|
tags: 'string',
|
|
@@ -230,7 +250,7 @@ export class GetAppPluginResponseBody extends $dara.Model {
|
|
|
230
250
|
accessDeniedDetail?: string;
|
|
231
251
|
/**
|
|
232
252
|
* @remarks
|
|
233
|
-
* Indicates whether
|
|
253
|
+
* Indicates whether retries are allowed.
|
|
234
254
|
*
|
|
235
255
|
* @example
|
|
236
256
|
* False
|
|
@@ -292,7 +312,7 @@ export class GetAppPluginResponseBody extends $dara.Model {
|
|
|
292
312
|
* The exception message.
|
|
293
313
|
*
|
|
294
314
|
* @example
|
|
295
|
-
* System exception
|
|
315
|
+
* System exception
|
|
296
316
|
*/
|
|
297
317
|
rootErrorMsg?: string;
|
|
298
318
|
/**
|
|
@@ -29,7 +29,7 @@ export class GetOssUploadPolicyResponseBodyModule extends $dara.Model {
|
|
|
29
29
|
policy?: string;
|
|
30
30
|
/**
|
|
31
31
|
* @remarks
|
|
32
|
-
* The Security Token Service (STS) token. This
|
|
32
|
+
* The Security Token Service (STS) token. This value is null in non-STS scenarios.
|
|
33
33
|
*
|
|
34
34
|
* @example
|
|
35
35
|
* ***
|
|
@@ -105,7 +105,7 @@ export class GetOssUploadPolicyResponseBodyModule extends $dara.Model {
|
|
|
105
105
|
export class GetOssUploadPolicyResponseBody extends $dara.Model {
|
|
106
106
|
/**
|
|
107
107
|
* @remarks
|
|
108
|
-
* The detailed reason why access
|
|
108
|
+
* The detailed reason why access was denied.
|
|
109
109
|
*
|
|
110
110
|
* @example
|
|
111
111
|
* {}
|
|
@@ -113,9 +113,9 @@ export class GetOssUploadPolicyResponseBody extends $dara.Model {
|
|
|
113
113
|
accessDeniedDetail?: string;
|
|
114
114
|
/**
|
|
115
115
|
* @remarks
|
|
116
|
-
* Indicates whether
|
|
117
|
-
* - false:
|
|
118
|
-
* - true:
|
|
116
|
+
* Indicates whether retry is allowed. Valid values:
|
|
117
|
+
* - false: Retry is not allowed.
|
|
118
|
+
* - true: Retry is allowed.
|
|
119
119
|
*
|
|
120
120
|
* @example
|
|
121
121
|
* False
|
|
@@ -176,7 +176,7 @@ export class GetOssUploadPolicyResponseBody extends $dara.Model {
|
|
|
176
176
|
* The exception message.
|
|
177
177
|
*
|
|
178
178
|
* @example
|
|
179
|
-
*
|
|
179
|
+
* System exception
|
|
180
180
|
*/
|
|
181
181
|
rootErrorMsg?: string;
|
|
182
182
|
/**
|
|
@@ -114,7 +114,7 @@ export class ListAppInstancesResponseBody extends $dara.Model {
|
|
|
114
114
|
requestId?: string;
|
|
115
115
|
/**
|
|
116
116
|
* @remarks
|
|
117
|
-
* In addition to pagination
|
|
117
|
+
* In addition to the pagination limit, the server processes a maximum of 1000 recent records per query. If the results exceed 1000 records, **ResultLimit** is **true** and you need to narrow the time range and search again. Otherwise, **ResultLimit** is **false**.
|
|
118
118
|
*
|
|
119
119
|
* @example
|
|
120
120
|
* False
|
|
@@ -133,10 +133,13 @@ export class ListAppInstancesResponseBody extends $dara.Model {
|
|
|
133
133
|
* The exception message.
|
|
134
134
|
*
|
|
135
135
|
* @example
|
|
136
|
-
*
|
|
136
|
+
* System exception
|
|
137
137
|
*/
|
|
138
138
|
rootErrorMsg?: string;
|
|
139
139
|
/**
|
|
140
|
+
* @remarks
|
|
141
|
+
* The start position.
|
|
142
|
+
*
|
|
140
143
|
* @example
|
|
141
144
|
* 1
|
|
142
145
|
*/
|
|
@@ -51,7 +51,7 @@ export class ListAppPublishHistoryResponseBodyModuleHistory extends $dara.Model
|
|
|
51
51
|
isFinish?: boolean;
|
|
52
52
|
/**
|
|
53
53
|
* @remarks
|
|
54
|
-
* Indicates whether the resource allocation of the business unit is successful.
|
|
54
|
+
* Indicates whether the resource allocation of the business unit is successful.
|
|
55
55
|
* - true: The allocation is successful.
|
|
56
56
|
* - false: The allocation failed.
|
|
57
57
|
*
|
|
@@ -111,7 +111,7 @@ export class ListAppPublishHistoryResponseBodyModuleHistory extends $dara.Model
|
|
|
111
111
|
publishTime?: string;
|
|
112
112
|
/**
|
|
113
113
|
* @remarks
|
|
114
|
-
* The specific
|
|
114
|
+
* The component-specific configurations.
|
|
115
115
|
*/
|
|
116
116
|
steps?: string[];
|
|
117
117
|
subchannel?: string;
|
|
@@ -246,7 +246,7 @@ export class ListAppPublishHistoryResponseBodyModule extends $dara.Model {
|
|
|
246
246
|
export class ListAppPublishHistoryResponseBody extends $dara.Model {
|
|
247
247
|
/**
|
|
248
248
|
* @remarks
|
|
249
|
-
* The
|
|
249
|
+
* The details about the access denial.
|
|
250
250
|
*
|
|
251
251
|
* @example
|
|
252
252
|
* {}
|
|
@@ -336,10 +336,10 @@ export class ListAppPublishHistoryResponseBody extends $dara.Model {
|
|
|
336
336
|
rootErrorCode?: string;
|
|
337
337
|
/**
|
|
338
338
|
* @remarks
|
|
339
|
-
* The
|
|
339
|
+
* The error message.
|
|
340
340
|
*
|
|
341
341
|
* @example
|
|
342
|
-
* System exception
|
|
342
|
+
* System exception
|
|
343
343
|
*/
|
|
344
344
|
rootErrorMsg?: string;
|
|
345
345
|
/**
|