@alicloud/websitebuild20250429 2.35.0 → 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 +73 -73
- package/dist/client.js +73 -73
- 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/CreateAppChatRequest.d.ts +5 -5
- package/dist/models/CreateAppLlmApiKeyForPartnerRequest.d.ts +4 -4
- package/dist/models/CreateAppLlmApiKeyForPartnerResponseBody.d.ts +12 -12
- package/dist/models/DeleteAppNotificationSceneRequest.d.ts +6 -0
- package/dist/models/DeleteAppNotificationSceneRequest.js.map +1 -1
- package/dist/models/DeleteAppNotificationSceneResponseBody.d.ts +36 -1
- package/dist/models/DeleteAppNotificationSceneResponseBody.js.map +1 -1
- package/dist/models/GetAppCodeWorkspaceDetailRequest.d.ts +1 -1
- package/dist/models/GetAppCodeWorkspaceDetailResponseBody.d.ts +19 -19
- package/dist/models/GetAppDatabaseTableSchemasRequest.d.ts +6 -0
- package/dist/models/GetAppDatabaseTableSchemasRequest.js.map +1 -1
- package/dist/models/GetAppDatabaseTableSchemasResponseBody.d.ts +35 -1
- package/dist/models/GetAppDatabaseTableSchemasResponseBody.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/GetAppSandboxPreviewUrlRequest.d.ts +2 -2
- package/dist/models/GetAppSandboxPreviewUrlResponseBody.d.ts +12 -12
- package/dist/models/GetAppSupabaseInstanceRequest.d.ts +1 -1
- package/dist/models/GetAppSupabaseInstanceResponseBody.d.ts +21 -21
- package/dist/models/GetAppTemplateRequest.d.ts +1 -1
- package/dist/models/GetAppTemplateResponseBody.d.ts +48 -48
- package/dist/models/GetOssUploadPolicyResponseBody.d.ts +6 -6
- package/dist/models/GetTempDownloadUrlRequest.d.ts +3 -0
- package/dist/models/GetTempDownloadUrlRequest.js.map +1 -1
- package/dist/models/GetTempDownloadUrlResponseBody.d.ts +36 -1
- package/dist/models/GetTempDownloadUrlResponseBody.js.map +1 -1
- package/dist/models/ListAppConversationMessagesRequest.d.ts +7 -7
- package/dist/models/ListAppConversationMessagesResponseBody.d.ts +36 -37
- package/dist/models/ListAppConversationMessagesResponseBody.js.map +1 -1
- package/dist/models/ListAppInstancesResponseBody.d.ts +5 -2
- package/dist/models/ListAppInstancesResponseBody.js.map +1 -1
- package/dist/models/ListAppPluginConfigsRequest.d.ts +4 -4
- package/dist/models/ListAppPluginConfigsResponseBody.d.ts +29 -29
- package/dist/models/ListAppPublishHistoryRequest.d.ts +11 -11
- package/dist/models/ListAppPublishHistoryResponseBody.d.ts +39 -39
- package/dist/models/ListAppTemplateDictsRequest.d.ts +4 -4
- package/dist/models/ListAppTemplateDictsResponseBody.d.ts +24 -24
- package/dist/models/ListIsvPaymentPluginConfigsRequest.d.ts +4 -4
- package/dist/models/ListIsvPaymentPluginConfigsResponseBody.d.ts +25 -25
- package/dist/models/ListMarketplaceAppPluginsResponseBody.d.ts +3 -2
- package/dist/models/ListMarketplaceAppPluginsResponseBody.js +2 -0
- package/dist/models/ListMarketplaceAppPluginsResponseBody.js.map +1 -1
- package/dist/models/PublishAppInstanceRequest.d.ts +6 -6
- package/dist/models/PublishAppInstanceResponseBody.d.ts +12 -12
- package/dist/models/RollbackAppCodeSnapshotRequest.d.ts +2 -2
- package/dist/models/RollbackAppCodeSnapshotResponseBody.d.ts +15 -15
- package/dist/models/UpdateAppSupabaseAuthConfigRequest.d.ts +2 -2
- package/dist/models/UpdateAppSupabaseAuthConfigResponseBody.d.ts +11 -11
- package/dist/models/UpdateMiniAppBindingRequest.d.ts +4 -4
- package/dist/models/UpdateMiniAppBindingResponseBody.d.ts +2 -2
- package/package.json +1 -1
- package/src/client.ts +73 -73
- package/src/models/AppInstanceProfile.ts +67 -0
- package/src/models/CreateAppChatRequest.ts +5 -5
- package/src/models/CreateAppLlmApiKeyForPartnerRequest.ts +4 -4
- package/src/models/CreateAppLlmApiKeyForPartnerResponseBody.ts +12 -12
- package/src/models/DeleteAppNotificationSceneRequest.ts +6 -0
- package/src/models/DeleteAppNotificationSceneResponseBody.ts +36 -1
- package/src/models/GetAppCodeWorkspaceDetailRequest.ts +1 -1
- package/src/models/GetAppCodeWorkspaceDetailResponseBody.ts +19 -19
- package/src/models/GetAppDatabaseTableSchemasRequest.ts +6 -0
- package/src/models/GetAppDatabaseTableSchemasResponseBody.ts +35 -1
- package/src/models/GetAppInstanceForAdminResponseBody.ts +2 -2
- package/src/models/GetAppInstanceResponseBody.ts +3 -3
- package/src/models/GetAppPluginResponseBody.ts +24 -4
- package/src/models/GetAppSandboxPreviewUrlRequest.ts +2 -2
- package/src/models/GetAppSandboxPreviewUrlResponseBody.ts +12 -12
- package/src/models/GetAppSupabaseInstanceRequest.ts +1 -1
- package/src/models/GetAppSupabaseInstanceResponseBody.ts +21 -21
- package/src/models/GetAppTemplateRequest.ts +1 -1
- package/src/models/GetAppTemplateResponseBody.ts +49 -49
- package/src/models/GetOssUploadPolicyResponseBody.ts +6 -6
- package/src/models/GetTempDownloadUrlRequest.ts +3 -0
- package/src/models/GetTempDownloadUrlResponseBody.ts +36 -1
- package/src/models/ListAppConversationMessagesRequest.ts +7 -7
- package/src/models/ListAppConversationMessagesResponseBody.ts +36 -37
- package/src/models/ListAppInstancesResponseBody.ts +5 -2
- package/src/models/ListAppPluginConfigsRequest.ts +4 -4
- package/src/models/ListAppPluginConfigsResponseBody.ts +31 -31
- package/src/models/ListAppPublishHistoryRequest.ts +11 -11
- package/src/models/ListAppPublishHistoryResponseBody.ts +39 -39
- package/src/models/ListAppTemplateDictsRequest.ts +4 -4
- package/src/models/ListAppTemplateDictsResponseBody.ts +24 -24
- package/src/models/ListIsvPaymentPluginConfigsRequest.ts +4 -4
- package/src/models/ListIsvPaymentPluginConfigsResponseBody.ts +25 -25
- package/src/models/ListMarketplaceAppPluginsResponseBody.ts +5 -2
- package/src/models/PublishAppInstanceRequest.ts +6 -6
- package/src/models/PublishAppInstanceResponseBody.ts +12 -12
- package/src/models/RollbackAppCodeSnapshotRequest.ts +2 -2
- package/src/models/RollbackAppCodeSnapshotResponseBody.ts +15 -15
- package/src/models/UpdateAppSupabaseAuthConfigRequest.ts +2 -2
- package/src/models/UpdateAppSupabaseAuthConfigResponseBody.ts +11 -11
- package/src/models/UpdateMiniAppBindingRequest.ts +4 -4
- package/src/models/UpdateMiniAppBindingResponseBody.ts +2 -2
|
@@ -2,7 +2,7 @@ import * as $dara from '@darabonba/typescript';
|
|
|
2
2
|
export declare class ListAppPluginConfigsResponseBodyModule extends $dara.Model {
|
|
3
3
|
/**
|
|
4
4
|
* @remarks
|
|
5
|
-
*
|
|
5
|
+
* The business ID.
|
|
6
6
|
*
|
|
7
7
|
* @example
|
|
8
8
|
* WD20250703155602000001
|
|
@@ -10,7 +10,7 @@ export declare class ListAppPluginConfigsResponseBodyModule extends $dara.Model
|
|
|
10
10
|
bizId?: string;
|
|
11
11
|
/**
|
|
12
12
|
* @remarks
|
|
13
|
-
* Indicates whether
|
|
13
|
+
* Indicates whether the item is displayed.
|
|
14
14
|
*
|
|
15
15
|
* @example
|
|
16
16
|
* always
|
|
@@ -18,11 +18,11 @@ export declare class ListAppPluginConfigsResponseBodyModule extends $dara.Model
|
|
|
18
18
|
display?: number;
|
|
19
19
|
/**
|
|
20
20
|
* @remarks
|
|
21
|
-
*
|
|
21
|
+
* Specifies whether scheduled delivery of resource snapshots is enabled.
|
|
22
22
|
*
|
|
23
23
|
* Valid values:
|
|
24
24
|
* - true: Enabled.
|
|
25
|
-
* - false:
|
|
25
|
+
* - false: Disabled.
|
|
26
26
|
*
|
|
27
27
|
* @example
|
|
28
28
|
* True
|
|
@@ -30,14 +30,14 @@ export declare class ListAppPluginConfigsResponseBodyModule extends $dara.Model
|
|
|
30
30
|
enabled?: number;
|
|
31
31
|
/**
|
|
32
32
|
* @remarks
|
|
33
|
-
*
|
|
33
|
+
* The extension information.
|
|
34
34
|
*/
|
|
35
35
|
extend?: {
|
|
36
36
|
[key: string]: string;
|
|
37
37
|
};
|
|
38
38
|
/**
|
|
39
39
|
* @remarks
|
|
40
|
-
*
|
|
40
|
+
* The creation time.
|
|
41
41
|
*
|
|
42
42
|
* Use the UTC time format: yyyy-MM-ddTHH:mm:ss.SSSZ
|
|
43
43
|
*
|
|
@@ -47,7 +47,7 @@ export declare class ListAppPluginConfigsResponseBodyModule extends $dara.Model
|
|
|
47
47
|
gmtCreateTime?: string;
|
|
48
48
|
/**
|
|
49
49
|
* @remarks
|
|
50
|
-
*
|
|
50
|
+
* The modification time.
|
|
51
51
|
*
|
|
52
52
|
* Use the UTC time format: yyyy-MM-ddTHH:mm:ss.SSSZ
|
|
53
53
|
*
|
|
@@ -57,7 +57,7 @@ export declare class ListAppPluginConfigsResponseBodyModule extends $dara.Model
|
|
|
57
57
|
gmtModifiedTime?: string;
|
|
58
58
|
/**
|
|
59
59
|
* @remarks
|
|
60
|
-
* primary key
|
|
60
|
+
* The primary key.
|
|
61
61
|
*
|
|
62
62
|
* @example
|
|
63
63
|
* 16257
|
|
@@ -65,7 +65,7 @@ export declare class ListAppPluginConfigsResponseBodyModule extends $dara.Model
|
|
|
65
65
|
id?: number;
|
|
66
66
|
/**
|
|
67
67
|
* @remarks
|
|
68
|
-
*
|
|
68
|
+
* The plug-in configuration.
|
|
69
69
|
*
|
|
70
70
|
* @example
|
|
71
71
|
* {}
|
|
@@ -73,7 +73,7 @@ export declare class ListAppPluginConfigsResponseBodyModule extends $dara.Model
|
|
|
73
73
|
pluginConfig?: string;
|
|
74
74
|
/**
|
|
75
75
|
* @remarks
|
|
76
|
-
*
|
|
76
|
+
* The plug-in description.
|
|
77
77
|
*
|
|
78
78
|
* @example
|
|
79
79
|
* a simple test plugin
|
|
@@ -81,7 +81,7 @@ export declare class ListAppPluginConfigsResponseBodyModule extends $dara.Model
|
|
|
81
81
|
pluginDesc?: string;
|
|
82
82
|
/**
|
|
83
83
|
* @remarks
|
|
84
|
-
*
|
|
84
|
+
* The plug-in ID.
|
|
85
85
|
*
|
|
86
86
|
* @example
|
|
87
87
|
* 1bae9ceaceea432d91c7069fab0dfc02
|
|
@@ -89,7 +89,7 @@ export declare class ListAppPluginConfigsResponseBodyModule extends $dara.Model
|
|
|
89
89
|
pluginId?: string;
|
|
90
90
|
/**
|
|
91
91
|
* @remarks
|
|
92
|
-
*
|
|
92
|
+
* The plug-in name.
|
|
93
93
|
*
|
|
94
94
|
* @example
|
|
95
95
|
* tf_testaccapigatewayplugin29311
|
|
@@ -97,7 +97,7 @@ export declare class ListAppPluginConfigsResponseBodyModule extends $dara.Model
|
|
|
97
97
|
pluginName?: string;
|
|
98
98
|
/**
|
|
99
99
|
* @remarks
|
|
100
|
-
*
|
|
100
|
+
* The site name.
|
|
101
101
|
*
|
|
102
102
|
* @example
|
|
103
103
|
* wkweb.cn
|
|
@@ -105,7 +105,7 @@ export declare class ListAppPluginConfigsResponseBodyModule extends $dara.Model
|
|
|
105
105
|
siteName?: string;
|
|
106
106
|
/**
|
|
107
107
|
* @remarks
|
|
108
|
-
*
|
|
108
|
+
* The user ID.
|
|
109
109
|
*
|
|
110
110
|
* @example
|
|
111
111
|
* 123456
|
|
@@ -125,7 +125,7 @@ export declare class ListAppPluginConfigsResponseBodyModule extends $dara.Model
|
|
|
125
125
|
export declare class ListAppPluginConfigsResponseBody extends $dara.Model {
|
|
126
126
|
/**
|
|
127
127
|
* @remarks
|
|
128
|
-
* The detailed reason why access
|
|
128
|
+
* The detailed reason why access is denied.
|
|
129
129
|
*
|
|
130
130
|
* @example
|
|
131
131
|
* {}
|
|
@@ -133,7 +133,7 @@ export declare class ListAppPluginConfigsResponseBody extends $dara.Model {
|
|
|
133
133
|
accessDeniedDetail?: string;
|
|
134
134
|
/**
|
|
135
135
|
* @remarks
|
|
136
|
-
*
|
|
136
|
+
* Indicates whether retry is allowed.
|
|
137
137
|
*
|
|
138
138
|
* @example
|
|
139
139
|
* False
|
|
@@ -141,7 +141,7 @@ export declare class ListAppPluginConfigsResponseBody extends $dara.Model {
|
|
|
141
141
|
allowRetry?: boolean;
|
|
142
142
|
/**
|
|
143
143
|
* @remarks
|
|
144
|
-
*
|
|
144
|
+
* The application name. The application with this name is queried.
|
|
145
145
|
*
|
|
146
146
|
* @example
|
|
147
147
|
* spring-cloud-b
|
|
@@ -149,7 +149,7 @@ export declare class ListAppPluginConfigsResponseBody extends $dara.Model {
|
|
|
149
149
|
appName?: string;
|
|
150
150
|
/**
|
|
151
151
|
* @remarks
|
|
152
|
-
*
|
|
152
|
+
* The dynamic error code.
|
|
153
153
|
*
|
|
154
154
|
* @example
|
|
155
155
|
* ERROR-oo1
|
|
@@ -157,8 +157,8 @@ export declare class ListAppPluginConfigsResponseBody extends $dara.Model {
|
|
|
157
157
|
dynamicCode?: string;
|
|
158
158
|
/**
|
|
159
159
|
* @remarks
|
|
160
|
-
*
|
|
161
|
-
* > If **ErrMessage** returns **The Value of Input Parameter %s is not valid** and **DynamicMessage** returns **DtsJobId**,
|
|
160
|
+
* The dynamic error message, which is used to replace the `%s` in the **ErrMessage** response parameter.
|
|
161
|
+
* > If **ErrMessage** returns **The Value of Input Parameter %s is not valid** and **DynamicMessage** returns **DtsJobId**, the request parameter **DtsJobId** is invalid.
|
|
162
162
|
*
|
|
163
163
|
* @example
|
|
164
164
|
* SYSTEM_ERROR
|
|
@@ -166,14 +166,14 @@ export declare class ListAppPluginConfigsResponseBody extends $dara.Model {
|
|
|
166
166
|
dynamicMessage?: string;
|
|
167
167
|
/**
|
|
168
168
|
* @remarks
|
|
169
|
-
*
|
|
169
|
+
* The returned error parameters.
|
|
170
170
|
*/
|
|
171
171
|
errorArgs?: any[];
|
|
172
172
|
/**
|
|
173
173
|
* @remarks
|
|
174
|
-
* The number of
|
|
174
|
+
* The number of entries per query.
|
|
175
175
|
*
|
|
176
|
-
* Valid
|
|
176
|
+
* Valid values: 10 to 100. Default value: 20.
|
|
177
177
|
*
|
|
178
178
|
* @example
|
|
179
179
|
* 10
|
|
@@ -181,12 +181,12 @@ export declare class ListAppPluginConfigsResponseBody extends $dara.Model {
|
|
|
181
181
|
maxResults?: number;
|
|
182
182
|
/**
|
|
183
183
|
* @remarks
|
|
184
|
-
* task object
|
|
184
|
+
* The task object.
|
|
185
185
|
*/
|
|
186
186
|
module?: ListAppPluginConfigsResponseBodyModule[];
|
|
187
187
|
/**
|
|
188
188
|
* @remarks
|
|
189
|
-
* The token
|
|
189
|
+
* The token for the next query. This parameter is empty if no more results exist.
|
|
190
190
|
*
|
|
191
191
|
* @example
|
|
192
192
|
* 0l45bkwM022Dt+rOvPi/oQ==
|
|
@@ -202,7 +202,7 @@ export declare class ListAppPluginConfigsResponseBody extends $dara.Model {
|
|
|
202
202
|
requestId?: string;
|
|
203
203
|
/**
|
|
204
204
|
* @remarks
|
|
205
|
-
* error code
|
|
205
|
+
* The error code.
|
|
206
206
|
*
|
|
207
207
|
* @example
|
|
208
208
|
* SYSTEM.ERROR
|
|
@@ -210,15 +210,15 @@ export declare class ListAppPluginConfigsResponseBody extends $dara.Model {
|
|
|
210
210
|
rootErrorCode?: string;
|
|
211
211
|
/**
|
|
212
212
|
* @remarks
|
|
213
|
-
*
|
|
213
|
+
* The exception message.
|
|
214
214
|
*
|
|
215
215
|
* @example
|
|
216
|
-
*
|
|
216
|
+
* System exception.
|
|
217
217
|
*/
|
|
218
218
|
rootErrorMsg?: string;
|
|
219
219
|
/**
|
|
220
220
|
* @remarks
|
|
221
|
-
* is
|
|
221
|
+
* Indicates whether the request is processed synchronously.
|
|
222
222
|
*
|
|
223
223
|
* @example
|
|
224
224
|
* True
|
|
@@ -2,7 +2,7 @@ import * as $dara from '@darabonba/typescript';
|
|
|
2
2
|
export declare class ListAppPublishHistoryRequest extends $dara.Model {
|
|
3
3
|
/**
|
|
4
4
|
* @remarks
|
|
5
|
-
*
|
|
5
|
+
* The business ID.
|
|
6
6
|
*
|
|
7
7
|
* @example
|
|
8
8
|
* WD20250703155602000001
|
|
@@ -11,17 +11,17 @@ export declare class ListAppPublishHistoryRequest extends $dara.Model {
|
|
|
11
11
|
deployChannel?: string;
|
|
12
12
|
/**
|
|
13
13
|
* @remarks
|
|
14
|
-
*
|
|
14
|
+
* The search keyword.
|
|
15
15
|
*
|
|
16
16
|
* @example
|
|
17
|
-
*
|
|
17
|
+
* 1_OperationsSupport_SalesOperations
|
|
18
18
|
*/
|
|
19
19
|
keyword?: string;
|
|
20
20
|
/**
|
|
21
21
|
* @remarks
|
|
22
|
-
*
|
|
22
|
+
* The number of entries per query.
|
|
23
23
|
*
|
|
24
|
-
*
|
|
24
|
+
* Valid values: 10 to 100. Default value: 20.
|
|
25
25
|
*
|
|
26
26
|
* @example
|
|
27
27
|
* 10
|
|
@@ -29,7 +29,7 @@ export declare class ListAppPublishHistoryRequest extends $dara.Model {
|
|
|
29
29
|
maxResults?: number;
|
|
30
30
|
/**
|
|
31
31
|
* @remarks
|
|
32
|
-
*
|
|
32
|
+
* The token for the next query. This parameter is empty if no more results exist.
|
|
33
33
|
*
|
|
34
34
|
* @example
|
|
35
35
|
* 0l45bkwM022Dt+rOvPi/oQ==
|
|
@@ -37,7 +37,7 @@ export declare class ListAppPublishHistoryRequest extends $dara.Model {
|
|
|
37
37
|
nextToken?: string;
|
|
38
38
|
/**
|
|
39
39
|
* @remarks
|
|
40
|
-
*
|
|
40
|
+
* The page number.
|
|
41
41
|
*
|
|
42
42
|
* @example
|
|
43
43
|
* 1
|
|
@@ -45,7 +45,7 @@ export declare class ListAppPublishHistoryRequest extends $dara.Model {
|
|
|
45
45
|
pageNum?: number;
|
|
46
46
|
/**
|
|
47
47
|
* @remarks
|
|
48
|
-
*
|
|
48
|
+
* The page size.
|
|
49
49
|
*
|
|
50
50
|
* @example
|
|
51
51
|
* 10
|
|
@@ -54,7 +54,7 @@ export declare class ListAppPublishHistoryRequest extends $dara.Model {
|
|
|
54
54
|
publishEnv?: string;
|
|
55
55
|
/**
|
|
56
56
|
* @remarks
|
|
57
|
-
*
|
|
57
|
+
* The sort method.
|
|
58
58
|
*
|
|
59
59
|
* @example
|
|
60
60
|
* EndTime
|
|
@@ -62,7 +62,7 @@ export declare class ListAppPublishHistoryRequest extends $dara.Model {
|
|
|
62
62
|
sort?: string;
|
|
63
63
|
/**
|
|
64
64
|
* @remarks
|
|
65
|
-
*
|
|
65
|
+
* The publish status.
|
|
66
66
|
*
|
|
67
67
|
* @example
|
|
68
68
|
* NORMAL
|
|
@@ -71,7 +71,7 @@ export declare class ListAppPublishHistoryRequest extends $dara.Model {
|
|
|
71
71
|
subchannel?: string;
|
|
72
72
|
/**
|
|
73
73
|
* @remarks
|
|
74
|
-
*
|
|
74
|
+
* The website domain name.
|
|
75
75
|
*
|
|
76
76
|
* @example
|
|
77
77
|
* www.aliyun.com
|
|
@@ -11,7 +11,7 @@ export declare class ListAppPublishHistoryResponseBodyModuleHistory extends $dar
|
|
|
11
11
|
commitHash?: string;
|
|
12
12
|
/**
|
|
13
13
|
* @remarks
|
|
14
|
-
*
|
|
14
|
+
* The current step number.
|
|
15
15
|
*
|
|
16
16
|
* @example
|
|
17
17
|
* PRE_CHECK
|
|
@@ -19,7 +19,7 @@ export declare class ListAppPublishHistoryResponseBodyModuleHistory extends $dar
|
|
|
19
19
|
currentStep?: string;
|
|
20
20
|
/**
|
|
21
21
|
* @remarks
|
|
22
|
-
*
|
|
22
|
+
* The deployment channel.
|
|
23
23
|
*
|
|
24
24
|
* @example
|
|
25
25
|
* PC
|
|
@@ -27,7 +27,7 @@ export declare class ListAppPublishHistoryResponseBodyModuleHistory extends $dar
|
|
|
27
27
|
deployChannel?: string;
|
|
28
28
|
/**
|
|
29
29
|
* @remarks
|
|
30
|
-
*
|
|
30
|
+
* The application description.
|
|
31
31
|
*
|
|
32
32
|
* @example
|
|
33
33
|
* PSKB
|
|
@@ -35,7 +35,7 @@ export declare class ListAppPublishHistoryResponseBodyModuleHistory extends $dar
|
|
|
35
35
|
description?: string;
|
|
36
36
|
/**
|
|
37
37
|
* @remarks
|
|
38
|
-
*
|
|
38
|
+
* The publish process.
|
|
39
39
|
*
|
|
40
40
|
* @example
|
|
41
41
|
* error
|
|
@@ -43,14 +43,14 @@ export declare class ListAppPublishHistoryResponseBodyModuleHistory extends $dar
|
|
|
43
43
|
errorStep?: string;
|
|
44
44
|
/**
|
|
45
45
|
* @remarks
|
|
46
|
-
* Indicates whether the
|
|
46
|
+
* Indicates whether the task is complete.
|
|
47
47
|
*/
|
|
48
48
|
isFinish?: boolean;
|
|
49
49
|
/**
|
|
50
50
|
* @remarks
|
|
51
|
-
* Indicates whether resource allocation
|
|
52
|
-
* - true
|
|
53
|
-
* - false
|
|
51
|
+
* Indicates whether the resource allocation of the business unit is successful.
|
|
52
|
+
* - true: The allocation is successful.
|
|
53
|
+
* - false: The allocation failed.
|
|
54
54
|
*
|
|
55
55
|
* @example
|
|
56
56
|
* True
|
|
@@ -58,7 +58,7 @@ export declare class ListAppPublishHistoryResponseBodyModuleHistory extends $dar
|
|
|
58
58
|
isSuccess?: boolean;
|
|
59
59
|
/**
|
|
60
60
|
* @remarks
|
|
61
|
-
*
|
|
61
|
+
* The error message.
|
|
62
62
|
*
|
|
63
63
|
* @example
|
|
64
64
|
* SUCCESS
|
|
@@ -66,7 +66,7 @@ export declare class ListAppPublishHistoryResponseBodyModuleHistory extends $dar
|
|
|
66
66
|
msg?: string;
|
|
67
67
|
/**
|
|
68
68
|
* @remarks
|
|
69
|
-
*
|
|
69
|
+
* The sort type. Valid values: ASC and DESC.
|
|
70
70
|
*
|
|
71
71
|
* @example
|
|
72
72
|
* DESC
|
|
@@ -74,7 +74,7 @@ export declare class ListAppPublishHistoryResponseBodyModuleHistory extends $dar
|
|
|
74
74
|
orderType?: string;
|
|
75
75
|
/**
|
|
76
76
|
* @remarks
|
|
77
|
-
*
|
|
77
|
+
* The transcoding progress.
|
|
78
78
|
*
|
|
79
79
|
* @example
|
|
80
80
|
* true
|
|
@@ -82,7 +82,7 @@ export declare class ListAppPublishHistoryResponseBodyModuleHistory extends $dar
|
|
|
82
82
|
percent?: number;
|
|
83
83
|
/**
|
|
84
84
|
* @remarks
|
|
85
|
-
*
|
|
85
|
+
* The publish number.
|
|
86
86
|
*
|
|
87
87
|
* @example
|
|
88
88
|
* 123
|
|
@@ -90,7 +90,7 @@ export declare class ListAppPublishHistoryResponseBodyModuleHistory extends $dar
|
|
|
90
90
|
publishNumber?: string;
|
|
91
91
|
/**
|
|
92
92
|
* @remarks
|
|
93
|
-
*
|
|
93
|
+
* The publish order ID.
|
|
94
94
|
*
|
|
95
95
|
* @example
|
|
96
96
|
* 123
|
|
@@ -98,7 +98,7 @@ export declare class ListAppPublishHistoryResponseBodyModuleHistory extends $dar
|
|
|
98
98
|
publishOrderId?: number;
|
|
99
99
|
/**
|
|
100
100
|
* @remarks
|
|
101
|
-
*
|
|
101
|
+
* The publish time.
|
|
102
102
|
*
|
|
103
103
|
* Use the UTC time format: yyyy-MM-ddTHH:mm:ss.SSSZ
|
|
104
104
|
*
|
|
@@ -108,7 +108,7 @@ export declare class ListAppPublishHistoryResponseBodyModuleHistory extends $dar
|
|
|
108
108
|
publishTime?: string;
|
|
109
109
|
/**
|
|
110
110
|
* @remarks
|
|
111
|
-
*
|
|
111
|
+
* The component-specific configurations.
|
|
112
112
|
*/
|
|
113
113
|
steps?: string[];
|
|
114
114
|
subchannel?: string;
|
|
@@ -126,7 +126,7 @@ export declare class ListAppPublishHistoryResponseBodyModuleHistory extends $dar
|
|
|
126
126
|
export declare class ListAppPublishHistoryResponseBodyModule extends $dara.Model {
|
|
127
127
|
/**
|
|
128
128
|
* @remarks
|
|
129
|
-
*
|
|
129
|
+
* The current publish order ID.
|
|
130
130
|
*
|
|
131
131
|
* @example
|
|
132
132
|
* 123
|
|
@@ -134,16 +134,16 @@ export declare class ListAppPublishHistoryResponseBodyModule extends $dara.Model
|
|
|
134
134
|
currentPublishOrderId?: number;
|
|
135
135
|
/**
|
|
136
136
|
* @remarks
|
|
137
|
-
* Indicates whether to display the history of
|
|
137
|
+
* Indicates whether to display the history of alert templates applied to application groups. Valid values:
|
|
138
138
|
*
|
|
139
|
-
* - true:
|
|
139
|
+
* - true: Displayed.
|
|
140
140
|
*
|
|
141
|
-
* - false (default):
|
|
141
|
+
* - false (default): Not displayed.
|
|
142
142
|
*/
|
|
143
143
|
history?: ListAppPublishHistoryResponseBodyModuleHistory[];
|
|
144
144
|
/**
|
|
145
145
|
* @remarks
|
|
146
|
-
*
|
|
146
|
+
* The page number. Default value: 1.
|
|
147
147
|
*
|
|
148
148
|
* @example
|
|
149
149
|
* 1
|
|
@@ -151,7 +151,7 @@ export declare class ListAppPublishHistoryResponseBodyModule extends $dara.Model
|
|
|
151
151
|
pageNum?: number;
|
|
152
152
|
/**
|
|
153
153
|
* @remarks
|
|
154
|
-
*
|
|
154
|
+
* The page size.
|
|
155
155
|
*
|
|
156
156
|
* @example
|
|
157
157
|
* 10
|
|
@@ -159,7 +159,7 @@ export declare class ListAppPublishHistoryResponseBodyModule extends $dara.Model
|
|
|
159
159
|
pageSize?: number;
|
|
160
160
|
/**
|
|
161
161
|
* @remarks
|
|
162
|
-
*
|
|
162
|
+
* The total number of entries.
|
|
163
163
|
*
|
|
164
164
|
* @example
|
|
165
165
|
* 0
|
|
@@ -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
|
-
*
|
|
182
|
+
* The details about the access denial.
|
|
183
183
|
*
|
|
184
184
|
* @example
|
|
185
185
|
* {}
|
|
@@ -187,7 +187,7 @@ export declare class ListAppPublishHistoryResponseBody extends $dara.Model {
|
|
|
187
187
|
accessDeniedDetail?: string;
|
|
188
188
|
/**
|
|
189
189
|
* @remarks
|
|
190
|
-
*
|
|
190
|
+
* Indicates whether retry is allowed.
|
|
191
191
|
*
|
|
192
192
|
* @example
|
|
193
193
|
* False
|
|
@@ -195,7 +195,7 @@ export declare class ListAppPublishHistoryResponseBody extends $dara.Model {
|
|
|
195
195
|
allowRetry?: boolean;
|
|
196
196
|
/**
|
|
197
197
|
* @remarks
|
|
198
|
-
* frontend application
|
|
198
|
+
* The frontend application name.
|
|
199
199
|
*
|
|
200
200
|
* @example
|
|
201
201
|
* spring-cloud-b
|
|
@@ -203,7 +203,7 @@ export declare class ListAppPublishHistoryResponseBody extends $dara.Model {
|
|
|
203
203
|
appName?: string;
|
|
204
204
|
/**
|
|
205
205
|
* @remarks
|
|
206
|
-
* dynamic error code.
|
|
206
|
+
* The dynamic error code.
|
|
207
207
|
*
|
|
208
208
|
* @example
|
|
209
209
|
* ERROR-oo1
|
|
@@ -211,7 +211,7 @@ export declare class ListAppPublishHistoryResponseBody extends $dara.Model {
|
|
|
211
211
|
dynamicCode?: string;
|
|
212
212
|
/**
|
|
213
213
|
* @remarks
|
|
214
|
-
* dynamic message
|
|
214
|
+
* The dynamic message. This parameter is not in use. Ignore this parameter.
|
|
215
215
|
*
|
|
216
216
|
* @example
|
|
217
217
|
* abc
|
|
@@ -219,14 +219,14 @@ export declare class ListAppPublishHistoryResponseBody extends $dara.Model {
|
|
|
219
219
|
dynamicMessage?: string;
|
|
220
220
|
/**
|
|
221
221
|
* @remarks
|
|
222
|
-
*
|
|
222
|
+
* The error parameters.
|
|
223
223
|
*/
|
|
224
224
|
errorArgs?: any[];
|
|
225
225
|
/**
|
|
226
226
|
* @remarks
|
|
227
|
-
*
|
|
227
|
+
* The number of entries per query.
|
|
228
228
|
*
|
|
229
|
-
*
|
|
229
|
+
* Valid values: 10 to 100. Default value: 20.
|
|
230
230
|
*
|
|
231
231
|
* @example
|
|
232
232
|
* 10
|
|
@@ -234,18 +234,18 @@ export declare class ListAppPublishHistoryResponseBody extends $dara.Model {
|
|
|
234
234
|
maxResults?: number;
|
|
235
235
|
/**
|
|
236
236
|
* @remarks
|
|
237
|
-
*
|
|
237
|
+
* The data table module.
|
|
238
238
|
*
|
|
239
|
-
* - ABTest: experiment
|
|
239
|
+
* - ABTest: the experiment data table.
|
|
240
240
|
*
|
|
241
|
-
* - ExperimentTool: experiment tool table
|
|
241
|
+
* - ExperimentTool: the experiment tool table.
|
|
242
242
|
*
|
|
243
|
-
* - DataDiagnosis:
|
|
243
|
+
* - DataDiagnosis: data modeling diagnostics.
|
|
244
244
|
*/
|
|
245
245
|
module?: ListAppPublishHistoryResponseBodyModule;
|
|
246
246
|
/**
|
|
247
247
|
* @remarks
|
|
248
|
-
*
|
|
248
|
+
* The token for the next query. This parameter is empty if no more results exist.
|
|
249
249
|
*
|
|
250
250
|
* @example
|
|
251
251
|
* 0l45bkwM022Dt+rOvPi/oQ==
|
|
@@ -261,7 +261,7 @@ export declare class ListAppPublishHistoryResponseBody extends $dara.Model {
|
|
|
261
261
|
requestId?: string;
|
|
262
262
|
/**
|
|
263
263
|
* @remarks
|
|
264
|
-
* error code
|
|
264
|
+
* The error code.
|
|
265
265
|
*
|
|
266
266
|
* @example
|
|
267
267
|
* SYSTEM.ERROR
|
|
@@ -269,15 +269,15 @@ export declare class ListAppPublishHistoryResponseBody extends $dara.Model {
|
|
|
269
269
|
rootErrorCode?: string;
|
|
270
270
|
/**
|
|
271
271
|
* @remarks
|
|
272
|
-
*
|
|
272
|
+
* The error message.
|
|
273
273
|
*
|
|
274
274
|
* @example
|
|
275
|
-
*
|
|
275
|
+
* System exception
|
|
276
276
|
*/
|
|
277
277
|
rootErrorMsg?: string;
|
|
278
278
|
/**
|
|
279
279
|
* @remarks
|
|
280
|
-
*
|
|
280
|
+
* The reserved parameter.
|
|
281
281
|
*
|
|
282
282
|
* @example
|
|
283
283
|
* True
|
|
@@ -2,7 +2,7 @@ import * as $dara from '@darabonba/typescript';
|
|
|
2
2
|
export declare class ListAppTemplateDictsRequest extends $dara.Model {
|
|
3
3
|
/**
|
|
4
4
|
* @remarks
|
|
5
|
-
*
|
|
5
|
+
* The dictionary type.
|
|
6
6
|
*
|
|
7
7
|
* @example
|
|
8
8
|
* product_version
|
|
@@ -10,9 +10,9 @@ export declare class ListAppTemplateDictsRequest extends $dara.Model {
|
|
|
10
10
|
dictType?: string;
|
|
11
11
|
/**
|
|
12
12
|
* @remarks
|
|
13
|
-
*
|
|
13
|
+
* The number of entries per query.
|
|
14
14
|
*
|
|
15
|
-
* Valid
|
|
15
|
+
* Valid values: 10 to 100. Default value: 20.
|
|
16
16
|
*
|
|
17
17
|
* @example
|
|
18
18
|
* 10
|
|
@@ -20,7 +20,7 @@ export declare class ListAppTemplateDictsRequest extends $dara.Model {
|
|
|
20
20
|
maxResults?: number;
|
|
21
21
|
/**
|
|
22
22
|
* @remarks
|
|
23
|
-
*
|
|
23
|
+
* The token for the next query. This parameter is empty if no more results exist.
|
|
24
24
|
*
|
|
25
25
|
* @example
|
|
26
26
|
* FFh3Xqm+JgZ/U9Jyb7wdVr9LWk80Tghn5UZjbcWEVEderBcbVF+Y6PS0i8PpCL4PQZ3e0C9oEH0Asd4tJEuGtkl2WuKdiWZpEwadNydQdJPFM=
|