@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
|
@@ -5,7 +5,7 @@ import * as $dara from '@darabonba/typescript';
|
|
|
5
5
|
export class ListAppConversationMessagesRequest extends $dara.Model {
|
|
6
6
|
/**
|
|
7
7
|
* @remarks
|
|
8
|
-
*
|
|
8
|
+
* The conversation ID.
|
|
9
9
|
*
|
|
10
10
|
* @example
|
|
11
11
|
* 81bc5a34-1d8d-4ef7-a208-7401c51b054b
|
|
@@ -13,9 +13,9 @@ export class ListAppConversationMessagesRequest extends $dara.Model {
|
|
|
13
13
|
conversationId?: string;
|
|
14
14
|
/**
|
|
15
15
|
* @remarks
|
|
16
|
-
*
|
|
16
|
+
* The number of entries per query.
|
|
17
17
|
*
|
|
18
|
-
* Valid values: 10 to 100. Default
|
|
18
|
+
* Valid values: 10 to 100. Default value: 20.
|
|
19
19
|
*
|
|
20
20
|
* @example
|
|
21
21
|
* 10
|
|
@@ -23,7 +23,7 @@ export class ListAppConversationMessagesRequest extends $dara.Model {
|
|
|
23
23
|
maxResults?: number;
|
|
24
24
|
/**
|
|
25
25
|
* @remarks
|
|
26
|
-
*
|
|
26
|
+
* The token for the next query. This parameter is empty if no more results are available.
|
|
27
27
|
*
|
|
28
28
|
* @example
|
|
29
29
|
* FFh3Xqm+JgZ/U9Jyb7wdVr9LWk80Tghn5UZjbcWEVEderBcbVF+Y6PS0i8PpCL4PQZ3e0C9oEH0Asd4tJEuGtkl2WuKdiWZpEwadNydQdJPFM=
|
|
@@ -31,7 +31,7 @@ export class ListAppConversationMessagesRequest extends $dara.Model {
|
|
|
31
31
|
nextToken?: string;
|
|
32
32
|
/**
|
|
33
33
|
* @remarks
|
|
34
|
-
*
|
|
34
|
+
* The number of entries per page (10-100).
|
|
35
35
|
*
|
|
36
36
|
* @example
|
|
37
37
|
* 10
|
|
@@ -39,7 +39,7 @@ export class ListAppConversationMessagesRequest extends $dara.Model {
|
|
|
39
39
|
pageSize?: number;
|
|
40
40
|
/**
|
|
41
41
|
* @remarks
|
|
42
|
-
*
|
|
42
|
+
* The site ID.
|
|
43
43
|
*
|
|
44
44
|
* @example
|
|
45
45
|
* 734600510965856
|
|
@@ -47,7 +47,7 @@ export class ListAppConversationMessagesRequest extends $dara.Model {
|
|
|
47
47
|
siteId?: string;
|
|
48
48
|
/**
|
|
49
49
|
* @remarks
|
|
50
|
-
*
|
|
50
|
+
* The creation time of the last entry on the previous page (ISO 8601 format).
|
|
51
51
|
*
|
|
52
52
|
* @example
|
|
53
53
|
* null
|
|
@@ -5,7 +5,7 @@ import * as $dara from '@darabonba/typescript';
|
|
|
5
5
|
export class ListAppConversationMessagesResponseBodyModule extends $dara.Model {
|
|
6
6
|
/**
|
|
7
7
|
* @remarks
|
|
8
|
-
*
|
|
8
|
+
* The bot ID.
|
|
9
9
|
*
|
|
10
10
|
* @example
|
|
11
11
|
* Zero2
|
|
@@ -13,7 +13,7 @@ export class ListAppConversationMessagesResponseBodyModule extends $dara.Model {
|
|
|
13
13
|
botId?: string;
|
|
14
14
|
/**
|
|
15
15
|
* @remarks
|
|
16
|
-
*
|
|
16
|
+
* The chat ID.
|
|
17
17
|
*
|
|
18
18
|
* @example
|
|
19
19
|
* chat-xrz3etcl2bsygwlx8g
|
|
@@ -21,7 +21,7 @@ export class ListAppConversationMessagesResponseBodyModule extends $dara.Model {
|
|
|
21
21
|
chatId?: string;
|
|
22
22
|
/**
|
|
23
23
|
* @remarks
|
|
24
|
-
*
|
|
24
|
+
* The current chat status.
|
|
25
25
|
*
|
|
26
26
|
* @example
|
|
27
27
|
* created
|
|
@@ -29,7 +29,7 @@ export class ListAppConversationMessagesResponseBodyModule extends $dara.Model {
|
|
|
29
29
|
chatStatus?: string;
|
|
30
30
|
/**
|
|
31
31
|
* @remarks
|
|
32
|
-
* The ID of the data
|
|
32
|
+
* The ID of the data API that is called.
|
|
33
33
|
*
|
|
34
34
|
* @example
|
|
35
35
|
* {\\"DeviceName\\": u\\"\\u667a\\u80fd\\u63d2\\u5ea716A\\", \\"BlidMac\\": \\"18bc5a53351c\\", \\"DeviceModel\\": \\"ABSP21-16M\\", \\"DeviceCategory\\": u\\"\\u63d2\\u5ea7\\", \\"DeviceManufacturer\\": \\"\\", \\"DeviceType\\": 140}
|
|
@@ -37,7 +37,7 @@ export class ListAppConversationMessagesResponseBodyModule extends $dara.Model {
|
|
|
37
37
|
content?: string;
|
|
38
38
|
/**
|
|
39
39
|
* @remarks
|
|
40
|
-
*
|
|
40
|
+
* The content type.
|
|
41
41
|
*
|
|
42
42
|
* @example
|
|
43
43
|
* image/png
|
|
@@ -45,7 +45,7 @@ export class ListAppConversationMessagesResponseBodyModule extends $dara.Model {
|
|
|
45
45
|
contentType?: string;
|
|
46
46
|
/**
|
|
47
47
|
* @remarks
|
|
48
|
-
*
|
|
48
|
+
* The conversation ID.
|
|
49
49
|
*
|
|
50
50
|
* @example
|
|
51
51
|
* 872be9bc-3097-433d-b462-596202455102
|
|
@@ -53,7 +53,7 @@ export class ListAppConversationMessagesResponseBodyModule extends $dara.Model {
|
|
|
53
53
|
conversationId?: string;
|
|
54
54
|
/**
|
|
55
55
|
* @remarks
|
|
56
|
-
*
|
|
56
|
+
* The creation time.
|
|
57
57
|
*
|
|
58
58
|
* @example
|
|
59
59
|
* 1740479834
|
|
@@ -61,7 +61,7 @@ export class ListAppConversationMessagesResponseBodyModule extends $dara.Model {
|
|
|
61
61
|
gmtCreate?: string;
|
|
62
62
|
/**
|
|
63
63
|
* @remarks
|
|
64
|
-
*
|
|
64
|
+
* The modification time.
|
|
65
65
|
*
|
|
66
66
|
* @example
|
|
67
67
|
* 2025-08-28T02:25:41Z
|
|
@@ -69,7 +69,7 @@ export class ListAppConversationMessagesResponseBodyModule extends $dara.Model {
|
|
|
69
69
|
gmtModified?: string;
|
|
70
70
|
/**
|
|
71
71
|
* @remarks
|
|
72
|
-
*
|
|
72
|
+
* The message ID.
|
|
73
73
|
*
|
|
74
74
|
* @example
|
|
75
75
|
* 5f9e88ce-f223-4447-a23e-cb574df6c97a
|
|
@@ -77,7 +77,7 @@ export class ListAppConversationMessagesResponseBodyModule extends $dara.Model {
|
|
|
77
77
|
messageId?: string;
|
|
78
78
|
/**
|
|
79
79
|
* @remarks
|
|
80
|
-
*
|
|
80
|
+
* The business extension metadata (in Map format, must be a JSON string).
|
|
81
81
|
*
|
|
82
82
|
* @example
|
|
83
83
|
* {\\"appId\\":\\"WS20260507200853000001\\",\\"inputTokens\\":1411,\\"outputTokens\\":51}
|
|
@@ -85,7 +85,7 @@ export class ListAppConversationMessagesResponseBodyModule extends $dara.Model {
|
|
|
85
85
|
metaData?: string;
|
|
86
86
|
/**
|
|
87
87
|
* @remarks
|
|
88
|
-
*
|
|
88
|
+
* **[Deprecated]** The region sequence number. This parameter is deprecated.
|
|
89
89
|
*
|
|
90
90
|
* @example
|
|
91
91
|
* 1
|
|
@@ -93,19 +93,18 @@ export class ListAppConversationMessagesResponseBodyModule extends $dara.Model {
|
|
|
93
93
|
no?: number;
|
|
94
94
|
/**
|
|
95
95
|
* @remarks
|
|
96
|
-
*
|
|
96
|
+
* The role of the conversation participant. Valid values:
|
|
97
97
|
*
|
|
98
|
-
* - user: User
|
|
98
|
+
* - user: User.
|
|
99
99
|
*
|
|
100
|
-
* - assistant: Assistant
|
|
100
|
+
* - assistant: Assistant.
|
|
101
101
|
*
|
|
102
|
-
* - system: System
|
|
102
|
+
* - system: System.
|
|
103
|
+
* - function: Function.
|
|
103
104
|
*
|
|
104
|
-
* -
|
|
105
|
+
* - plugin: Plugin.
|
|
105
106
|
*
|
|
106
|
-
* -
|
|
107
|
-
*
|
|
108
|
-
* - tool: Tool
|
|
107
|
+
* - tool: Tool.
|
|
109
108
|
*
|
|
110
109
|
* @example
|
|
111
110
|
* user
|
|
@@ -113,7 +112,7 @@ export class ListAppConversationMessagesResponseBodyModule extends $dara.Model {
|
|
|
113
112
|
role?: string;
|
|
114
113
|
/**
|
|
115
114
|
* @remarks
|
|
116
|
-
*
|
|
115
|
+
* The section ID of the check item.
|
|
117
116
|
*
|
|
118
117
|
* @example
|
|
119
118
|
* 11
|
|
@@ -121,7 +120,7 @@ export class ListAppConversationMessagesResponseBodyModule extends $dara.Model {
|
|
|
121
120
|
sectionId?: string;
|
|
122
121
|
/**
|
|
123
122
|
* @remarks
|
|
124
|
-
*
|
|
123
|
+
* The site ID. You can obtain this value by calling the [ListSites](~~ListSites~~) operation.
|
|
125
124
|
*
|
|
126
125
|
* @example
|
|
127
126
|
* 865181640657408
|
|
@@ -129,7 +128,7 @@ export class ListAppConversationMessagesResponseBodyModule extends $dara.Model {
|
|
|
129
128
|
siteId?: string;
|
|
130
129
|
/**
|
|
131
130
|
* @remarks
|
|
132
|
-
*
|
|
131
|
+
* The file type.
|
|
133
132
|
*
|
|
134
133
|
* @example
|
|
135
134
|
* IMAGE
|
|
@@ -187,7 +186,7 @@ export class ListAppConversationMessagesResponseBodyModule extends $dara.Model {
|
|
|
187
186
|
export class ListAppConversationMessagesResponseBody extends $dara.Model {
|
|
188
187
|
/**
|
|
189
188
|
* @remarks
|
|
190
|
-
*
|
|
189
|
+
* The access denied details.
|
|
191
190
|
*
|
|
192
191
|
* @example
|
|
193
192
|
* {}
|
|
@@ -195,7 +194,7 @@ export class ListAppConversationMessagesResponseBody extends $dara.Model {
|
|
|
195
194
|
accessDeniedDetail?: string;
|
|
196
195
|
/**
|
|
197
196
|
* @remarks
|
|
198
|
-
*
|
|
197
|
+
* Indicates whether retry is allowed.
|
|
199
198
|
*
|
|
200
199
|
* @example
|
|
201
200
|
* False
|
|
@@ -203,7 +202,7 @@ export class ListAppConversationMessagesResponseBody extends $dara.Model {
|
|
|
203
202
|
allowRetry?: boolean;
|
|
204
203
|
/**
|
|
205
204
|
* @remarks
|
|
206
|
-
*
|
|
205
|
+
* The application name.
|
|
207
206
|
*
|
|
208
207
|
* @example
|
|
209
208
|
* or
|
|
@@ -211,7 +210,7 @@ export class ListAppConversationMessagesResponseBody extends $dara.Model {
|
|
|
211
210
|
appName?: string;
|
|
212
211
|
/**
|
|
213
212
|
* @remarks
|
|
214
|
-
* dynamic error code.
|
|
213
|
+
* The dynamic error code.
|
|
215
214
|
*
|
|
216
215
|
* @example
|
|
217
216
|
* ERROR-oo1
|
|
@@ -219,8 +218,8 @@ export class ListAppConversationMessagesResponseBody extends $dara.Model {
|
|
|
219
218
|
dynamicCode?: string;
|
|
220
219
|
/**
|
|
221
220
|
* @remarks
|
|
222
|
-
* dynamic error message used to replace the `%s`
|
|
223
|
-
* > If **ErrMessage** returns **The Value of Input Parameter %s is not valid** and **DynamicMessage** returns **DtsJobId**,
|
|
221
|
+
* The dynamic error message, which is used to replace the `%s` in the **ErrMessage** response parameter.
|
|
222
|
+
* > If **ErrMessage** returns **The Value of Input Parameter %s is not valid** and **DynamicMessage** returns **DtsJobId**, the request parameter **DtsJobId** is invalid.
|
|
224
223
|
*
|
|
225
224
|
* @example
|
|
226
225
|
* SYSTEM_ERROR
|
|
@@ -228,14 +227,14 @@ export class ListAppConversationMessagesResponseBody extends $dara.Model {
|
|
|
228
227
|
dynamicMessage?: string;
|
|
229
228
|
/**
|
|
230
229
|
* @remarks
|
|
231
|
-
*
|
|
230
|
+
* The error parameters.
|
|
232
231
|
*/
|
|
233
232
|
errorArgs?: any[];
|
|
234
233
|
/**
|
|
235
234
|
* @remarks
|
|
236
|
-
*
|
|
235
|
+
* The number of entries per query.
|
|
237
236
|
*
|
|
238
|
-
*
|
|
237
|
+
* Valid values: 10 to 100. Default value: 20.
|
|
239
238
|
*
|
|
240
239
|
* @example
|
|
241
240
|
* 10
|
|
@@ -243,12 +242,12 @@ export class ListAppConversationMessagesResponseBody extends $dara.Model {
|
|
|
243
242
|
maxResults?: number;
|
|
244
243
|
/**
|
|
245
244
|
* @remarks
|
|
246
|
-
*
|
|
245
|
+
* The response data.
|
|
247
246
|
*/
|
|
248
247
|
module?: ListAppConversationMessagesResponseBodyModule[];
|
|
249
248
|
/**
|
|
250
249
|
* @remarks
|
|
251
|
-
*
|
|
250
|
+
* The token for the next query. This parameter is empty if no more results are available.
|
|
252
251
|
*
|
|
253
252
|
* @example
|
|
254
253
|
* FFh3Xqm+JgZ/U9Jyb7wdVr9LWk80Tghn5UZjbcWEVEderBcbVF+Y6PS0i8PpCL4PQZ3e0C9oEH0Asd4tJEuGtkl2WuKdiWZpEwadNydQdJPFM=
|
|
@@ -264,7 +263,7 @@ export class ListAppConversationMessagesResponseBody extends $dara.Model {
|
|
|
264
263
|
requestId?: string;
|
|
265
264
|
/**
|
|
266
265
|
* @remarks
|
|
267
|
-
* error code
|
|
266
|
+
* The error code.
|
|
268
267
|
*
|
|
269
268
|
* @example
|
|
270
269
|
* SYSTEM.ERROR
|
|
@@ -272,15 +271,15 @@ export class ListAppConversationMessagesResponseBody extends $dara.Model {
|
|
|
272
271
|
rootErrorCode?: string;
|
|
273
272
|
/**
|
|
274
273
|
* @remarks
|
|
275
|
-
*
|
|
274
|
+
* The exception message.
|
|
276
275
|
*
|
|
277
276
|
* @example
|
|
278
|
-
*
|
|
277
|
+
* System exception.
|
|
279
278
|
*/
|
|
280
279
|
rootErrorMsg?: string;
|
|
281
280
|
/**
|
|
282
281
|
* @remarks
|
|
283
|
-
*
|
|
282
|
+
* A reserved parameter.
|
|
284
283
|
*
|
|
285
284
|
* @example
|
|
286
285
|
* True
|
|
@@ -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
|
*/
|
|
@@ -5,7 +5,7 @@ import * as $dara from '@darabonba/typescript';
|
|
|
5
5
|
export class ListAppPluginConfigsRequest extends $dara.Model {
|
|
6
6
|
/**
|
|
7
7
|
* @remarks
|
|
8
|
-
*
|
|
8
|
+
* The business ID of the application instance.
|
|
9
9
|
*
|
|
10
10
|
* @example
|
|
11
11
|
* WD20250703155602000001
|
|
@@ -13,9 +13,9 @@ export class ListAppPluginConfigsRequest extends $dara.Model {
|
|
|
13
13
|
bizId?: string;
|
|
14
14
|
/**
|
|
15
15
|
* @remarks
|
|
16
|
-
*
|
|
16
|
+
* The number of entries per query.
|
|
17
17
|
*
|
|
18
|
-
* Valid values: 10 to 100. Default
|
|
18
|
+
* Valid values: 10 to 100. Default value: 20.
|
|
19
19
|
*
|
|
20
20
|
* @example
|
|
21
21
|
* 10
|
|
@@ -23,7 +23,7 @@ export class ListAppPluginConfigsRequest extends $dara.Model {
|
|
|
23
23
|
maxResults?: number;
|
|
24
24
|
/**
|
|
25
25
|
* @remarks
|
|
26
|
-
*
|
|
26
|
+
* The token for the next query. This parameter is empty if no more results exist.
|
|
27
27
|
*
|
|
28
28
|
* @example
|
|
29
29
|
* FFh3Xqm+JgZ/U9Jyb7wdVr9LWk80Tghn5UZjbcWEVEderBcbVF+Y6PS0i8PpCL4PQZ3e0C9oEH0Asd4tJEuGtkl2WuKdiWZpEwadNydQdJPFM=
|
|
@@ -5,7 +5,7 @@ import * as $dara from '@darabonba/typescript';
|
|
|
5
5
|
export class ListAppPluginConfigsResponseBodyModule extends $dara.Model {
|
|
6
6
|
/**
|
|
7
7
|
* @remarks
|
|
8
|
-
*
|
|
8
|
+
* The business ID.
|
|
9
9
|
*
|
|
10
10
|
* @example
|
|
11
11
|
* WD20250703155602000001
|
|
@@ -13,7 +13,7 @@ export class ListAppPluginConfigsResponseBodyModule extends $dara.Model {
|
|
|
13
13
|
bizId?: string;
|
|
14
14
|
/**
|
|
15
15
|
* @remarks
|
|
16
|
-
* Indicates whether
|
|
16
|
+
* Indicates whether the item is displayed.
|
|
17
17
|
*
|
|
18
18
|
* @example
|
|
19
19
|
* always
|
|
@@ -21,11 +21,11 @@ export class ListAppPluginConfigsResponseBodyModule extends $dara.Model {
|
|
|
21
21
|
display?: number;
|
|
22
22
|
/**
|
|
23
23
|
* @remarks
|
|
24
|
-
*
|
|
24
|
+
* Specifies whether scheduled delivery of resource snapshots is enabled.
|
|
25
25
|
*
|
|
26
|
-
* Valid values:
|
|
27
|
-
* - true: Enabled.
|
|
28
|
-
* - false:
|
|
26
|
+
* Valid values:
|
|
27
|
+
* - true: Enabled.
|
|
28
|
+
* - false: Disabled.
|
|
29
29
|
*
|
|
30
30
|
* @example
|
|
31
31
|
* True
|
|
@@ -33,12 +33,12 @@ export class ListAppPluginConfigsResponseBodyModule extends $dara.Model {
|
|
|
33
33
|
enabled?: number;
|
|
34
34
|
/**
|
|
35
35
|
* @remarks
|
|
36
|
-
*
|
|
36
|
+
* The extension information.
|
|
37
37
|
*/
|
|
38
38
|
extend?: { [key: string]: string };
|
|
39
39
|
/**
|
|
40
40
|
* @remarks
|
|
41
|
-
*
|
|
41
|
+
* The creation time.
|
|
42
42
|
*
|
|
43
43
|
* Use the UTC time format: yyyy-MM-ddTHH:mm:ss.SSSZ
|
|
44
44
|
*
|
|
@@ -48,7 +48,7 @@ export class ListAppPluginConfigsResponseBodyModule extends $dara.Model {
|
|
|
48
48
|
gmtCreateTime?: string;
|
|
49
49
|
/**
|
|
50
50
|
* @remarks
|
|
51
|
-
*
|
|
51
|
+
* The modification time.
|
|
52
52
|
*
|
|
53
53
|
* Use the UTC time format: yyyy-MM-ddTHH:mm:ss.SSSZ
|
|
54
54
|
*
|
|
@@ -58,7 +58,7 @@ export class ListAppPluginConfigsResponseBodyModule extends $dara.Model {
|
|
|
58
58
|
gmtModifiedTime?: string;
|
|
59
59
|
/**
|
|
60
60
|
* @remarks
|
|
61
|
-
* primary key
|
|
61
|
+
* The primary key.
|
|
62
62
|
*
|
|
63
63
|
* @example
|
|
64
64
|
* 16257
|
|
@@ -66,7 +66,7 @@ export class ListAppPluginConfigsResponseBodyModule extends $dara.Model {
|
|
|
66
66
|
id?: number;
|
|
67
67
|
/**
|
|
68
68
|
* @remarks
|
|
69
|
-
*
|
|
69
|
+
* The plug-in configuration.
|
|
70
70
|
*
|
|
71
71
|
* @example
|
|
72
72
|
* {}
|
|
@@ -74,7 +74,7 @@ export class ListAppPluginConfigsResponseBodyModule extends $dara.Model {
|
|
|
74
74
|
pluginConfig?: string;
|
|
75
75
|
/**
|
|
76
76
|
* @remarks
|
|
77
|
-
*
|
|
77
|
+
* The plug-in description.
|
|
78
78
|
*
|
|
79
79
|
* @example
|
|
80
80
|
* a simple test plugin
|
|
@@ -82,7 +82,7 @@ export class ListAppPluginConfigsResponseBodyModule extends $dara.Model {
|
|
|
82
82
|
pluginDesc?: string;
|
|
83
83
|
/**
|
|
84
84
|
* @remarks
|
|
85
|
-
*
|
|
85
|
+
* The plug-in ID.
|
|
86
86
|
*
|
|
87
87
|
* @example
|
|
88
88
|
* 1bae9ceaceea432d91c7069fab0dfc02
|
|
@@ -90,7 +90,7 @@ export class ListAppPluginConfigsResponseBodyModule extends $dara.Model {
|
|
|
90
90
|
pluginId?: string;
|
|
91
91
|
/**
|
|
92
92
|
* @remarks
|
|
93
|
-
*
|
|
93
|
+
* The plug-in name.
|
|
94
94
|
*
|
|
95
95
|
* @example
|
|
96
96
|
* tf_testaccapigatewayplugin29311
|
|
@@ -98,7 +98,7 @@ export class ListAppPluginConfigsResponseBodyModule extends $dara.Model {
|
|
|
98
98
|
pluginName?: string;
|
|
99
99
|
/**
|
|
100
100
|
* @remarks
|
|
101
|
-
*
|
|
101
|
+
* The site name.
|
|
102
102
|
*
|
|
103
103
|
* @example
|
|
104
104
|
* wkweb.cn
|
|
@@ -106,7 +106,7 @@ export class ListAppPluginConfigsResponseBodyModule extends $dara.Model {
|
|
|
106
106
|
siteName?: string;
|
|
107
107
|
/**
|
|
108
108
|
* @remarks
|
|
109
|
-
*
|
|
109
|
+
* The user ID.
|
|
110
110
|
*
|
|
111
111
|
* @example
|
|
112
112
|
* 123456
|
|
@@ -163,7 +163,7 @@ export class ListAppPluginConfigsResponseBodyModule extends $dara.Model {
|
|
|
163
163
|
export class ListAppPluginConfigsResponseBody extends $dara.Model {
|
|
164
164
|
/**
|
|
165
165
|
* @remarks
|
|
166
|
-
* The detailed reason why access
|
|
166
|
+
* The detailed reason why access is denied.
|
|
167
167
|
*
|
|
168
168
|
* @example
|
|
169
169
|
* {}
|
|
@@ -171,7 +171,7 @@ export class ListAppPluginConfigsResponseBody extends $dara.Model {
|
|
|
171
171
|
accessDeniedDetail?: string;
|
|
172
172
|
/**
|
|
173
173
|
* @remarks
|
|
174
|
-
*
|
|
174
|
+
* Indicates whether retry is allowed.
|
|
175
175
|
*
|
|
176
176
|
* @example
|
|
177
177
|
* False
|
|
@@ -179,7 +179,7 @@ export class ListAppPluginConfigsResponseBody extends $dara.Model {
|
|
|
179
179
|
allowRetry?: boolean;
|
|
180
180
|
/**
|
|
181
181
|
* @remarks
|
|
182
|
-
*
|
|
182
|
+
* The application name. The application with this name is queried.
|
|
183
183
|
*
|
|
184
184
|
* @example
|
|
185
185
|
* spring-cloud-b
|
|
@@ -187,7 +187,7 @@ export class ListAppPluginConfigsResponseBody extends $dara.Model {
|
|
|
187
187
|
appName?: string;
|
|
188
188
|
/**
|
|
189
189
|
* @remarks
|
|
190
|
-
*
|
|
190
|
+
* The dynamic error code.
|
|
191
191
|
*
|
|
192
192
|
* @example
|
|
193
193
|
* ERROR-oo1
|
|
@@ -195,8 +195,8 @@ export class ListAppPluginConfigsResponseBody extends $dara.Model {
|
|
|
195
195
|
dynamicCode?: string;
|
|
196
196
|
/**
|
|
197
197
|
* @remarks
|
|
198
|
-
*
|
|
199
|
-
* > If **ErrMessage** returns **The Value of Input Parameter %s is not valid** and **DynamicMessage** returns **DtsJobId**,
|
|
198
|
+
* The dynamic error message, which is used to replace the `%s` in the **ErrMessage** response parameter.
|
|
199
|
+
* > If **ErrMessage** returns **The Value of Input Parameter %s is not valid** and **DynamicMessage** returns **DtsJobId**, the request parameter **DtsJobId** is invalid.
|
|
200
200
|
*
|
|
201
201
|
* @example
|
|
202
202
|
* SYSTEM_ERROR
|
|
@@ -204,14 +204,14 @@ export class ListAppPluginConfigsResponseBody extends $dara.Model {
|
|
|
204
204
|
dynamicMessage?: string;
|
|
205
205
|
/**
|
|
206
206
|
* @remarks
|
|
207
|
-
*
|
|
207
|
+
* The returned error parameters.
|
|
208
208
|
*/
|
|
209
209
|
errorArgs?: any[];
|
|
210
210
|
/**
|
|
211
211
|
* @remarks
|
|
212
|
-
* The number of
|
|
212
|
+
* The number of entries per query.
|
|
213
213
|
*
|
|
214
|
-
* Valid
|
|
214
|
+
* Valid values: 10 to 100. Default value: 20.
|
|
215
215
|
*
|
|
216
216
|
* @example
|
|
217
217
|
* 10
|
|
@@ -219,12 +219,12 @@ export class ListAppPluginConfigsResponseBody extends $dara.Model {
|
|
|
219
219
|
maxResults?: number;
|
|
220
220
|
/**
|
|
221
221
|
* @remarks
|
|
222
|
-
* task object
|
|
222
|
+
* The task object.
|
|
223
223
|
*/
|
|
224
224
|
module?: ListAppPluginConfigsResponseBodyModule[];
|
|
225
225
|
/**
|
|
226
226
|
* @remarks
|
|
227
|
-
* The token
|
|
227
|
+
* The token for the next query. This parameter is empty if no more results exist.
|
|
228
228
|
*
|
|
229
229
|
* @example
|
|
230
230
|
* 0l45bkwM022Dt+rOvPi/oQ==
|
|
@@ -240,7 +240,7 @@ export class ListAppPluginConfigsResponseBody extends $dara.Model {
|
|
|
240
240
|
requestId?: string;
|
|
241
241
|
/**
|
|
242
242
|
* @remarks
|
|
243
|
-
* error code
|
|
243
|
+
* The error code.
|
|
244
244
|
*
|
|
245
245
|
* @example
|
|
246
246
|
* SYSTEM.ERROR
|
|
@@ -248,15 +248,15 @@ export class ListAppPluginConfigsResponseBody extends $dara.Model {
|
|
|
248
248
|
rootErrorCode?: string;
|
|
249
249
|
/**
|
|
250
250
|
* @remarks
|
|
251
|
-
*
|
|
251
|
+
* The exception message.
|
|
252
252
|
*
|
|
253
253
|
* @example
|
|
254
|
-
*
|
|
254
|
+
* System exception.
|
|
255
255
|
*/
|
|
256
256
|
rootErrorMsg?: string;
|
|
257
257
|
/**
|
|
258
258
|
* @remarks
|
|
259
|
-
* is
|
|
259
|
+
* Indicates whether the request is processed synchronously.
|
|
260
260
|
*
|
|
261
261
|
* @example
|
|
262
262
|
* True
|
|
@@ -5,7 +5,7 @@ import * as $dara from '@darabonba/typescript';
|
|
|
5
5
|
export class ListAppPublishHistoryRequest extends $dara.Model {
|
|
6
6
|
/**
|
|
7
7
|
* @remarks
|
|
8
|
-
*
|
|
8
|
+
* The business ID.
|
|
9
9
|
*
|
|
10
10
|
* @example
|
|
11
11
|
* WD20250703155602000001
|
|
@@ -14,17 +14,17 @@ export class ListAppPublishHistoryRequest extends $dara.Model {
|
|
|
14
14
|
deployChannel?: string;
|
|
15
15
|
/**
|
|
16
16
|
* @remarks
|
|
17
|
-
*
|
|
17
|
+
* The search keyword.
|
|
18
18
|
*
|
|
19
19
|
* @example
|
|
20
|
-
*
|
|
20
|
+
* 1_OperationsSupport_SalesOperations
|
|
21
21
|
*/
|
|
22
22
|
keyword?: string;
|
|
23
23
|
/**
|
|
24
24
|
* @remarks
|
|
25
|
-
*
|
|
25
|
+
* The number of entries per query.
|
|
26
26
|
*
|
|
27
|
-
*
|
|
27
|
+
* Valid values: 10 to 100. Default value: 20.
|
|
28
28
|
*
|
|
29
29
|
* @example
|
|
30
30
|
* 10
|
|
@@ -32,7 +32,7 @@ export class ListAppPublishHistoryRequest extends $dara.Model {
|
|
|
32
32
|
maxResults?: number;
|
|
33
33
|
/**
|
|
34
34
|
* @remarks
|
|
35
|
-
*
|
|
35
|
+
* The token for the next query. This parameter is empty if no more results exist.
|
|
36
36
|
*
|
|
37
37
|
* @example
|
|
38
38
|
* 0l45bkwM022Dt+rOvPi/oQ==
|
|
@@ -40,7 +40,7 @@ export class ListAppPublishHistoryRequest extends $dara.Model {
|
|
|
40
40
|
nextToken?: string;
|
|
41
41
|
/**
|
|
42
42
|
* @remarks
|
|
43
|
-
*
|
|
43
|
+
* The page number.
|
|
44
44
|
*
|
|
45
45
|
* @example
|
|
46
46
|
* 1
|
|
@@ -48,7 +48,7 @@ export class ListAppPublishHistoryRequest extends $dara.Model {
|
|
|
48
48
|
pageNum?: number;
|
|
49
49
|
/**
|
|
50
50
|
* @remarks
|
|
51
|
-
*
|
|
51
|
+
* The page size.
|
|
52
52
|
*
|
|
53
53
|
* @example
|
|
54
54
|
* 10
|
|
@@ -57,7 +57,7 @@ export class ListAppPublishHistoryRequest extends $dara.Model {
|
|
|
57
57
|
publishEnv?: string;
|
|
58
58
|
/**
|
|
59
59
|
* @remarks
|
|
60
|
-
*
|
|
60
|
+
* The sort method.
|
|
61
61
|
*
|
|
62
62
|
* @example
|
|
63
63
|
* EndTime
|
|
@@ -65,7 +65,7 @@ export class ListAppPublishHistoryRequest extends $dara.Model {
|
|
|
65
65
|
sort?: string;
|
|
66
66
|
/**
|
|
67
67
|
* @remarks
|
|
68
|
-
*
|
|
68
|
+
* The publish status.
|
|
69
69
|
*
|
|
70
70
|
* @example
|
|
71
71
|
* NORMAL
|
|
@@ -74,7 +74,7 @@ export class ListAppPublishHistoryRequest extends $dara.Model {
|
|
|
74
74
|
subchannel?: string;
|
|
75
75
|
/**
|
|
76
76
|
* @remarks
|
|
77
|
-
*
|
|
77
|
+
* The website domain name.
|
|
78
78
|
*
|
|
79
79
|
* @example
|
|
80
80
|
* www.aliyun.com
|