@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
|
@@ -14,7 +14,7 @@ export class ListAppPublishHistoryResponseBodyModuleHistory extends $dara.Model
|
|
|
14
14
|
commitHash?: string;
|
|
15
15
|
/**
|
|
16
16
|
* @remarks
|
|
17
|
-
*
|
|
17
|
+
* The current step number.
|
|
18
18
|
*
|
|
19
19
|
* @example
|
|
20
20
|
* PRE_CHECK
|
|
@@ -22,7 +22,7 @@ export class ListAppPublishHistoryResponseBodyModuleHistory extends $dara.Model
|
|
|
22
22
|
currentStep?: string;
|
|
23
23
|
/**
|
|
24
24
|
* @remarks
|
|
25
|
-
*
|
|
25
|
+
* The deployment channel.
|
|
26
26
|
*
|
|
27
27
|
* @example
|
|
28
28
|
* PC
|
|
@@ -30,7 +30,7 @@ export class ListAppPublishHistoryResponseBodyModuleHistory extends $dara.Model
|
|
|
30
30
|
deployChannel?: string;
|
|
31
31
|
/**
|
|
32
32
|
* @remarks
|
|
33
|
-
*
|
|
33
|
+
* The application description.
|
|
34
34
|
*
|
|
35
35
|
* @example
|
|
36
36
|
* PSKB
|
|
@@ -38,7 +38,7 @@ export class ListAppPublishHistoryResponseBodyModuleHistory extends $dara.Model
|
|
|
38
38
|
description?: string;
|
|
39
39
|
/**
|
|
40
40
|
* @remarks
|
|
41
|
-
*
|
|
41
|
+
* The publish process.
|
|
42
42
|
*
|
|
43
43
|
* @example
|
|
44
44
|
* error
|
|
@@ -46,14 +46,14 @@ export class ListAppPublishHistoryResponseBodyModuleHistory extends $dara.Model
|
|
|
46
46
|
errorStep?: string;
|
|
47
47
|
/**
|
|
48
48
|
* @remarks
|
|
49
|
-
* Indicates whether the
|
|
49
|
+
* Indicates whether the task is complete.
|
|
50
50
|
*/
|
|
51
51
|
isFinish?: boolean;
|
|
52
52
|
/**
|
|
53
53
|
* @remarks
|
|
54
|
-
* Indicates whether resource allocation
|
|
55
|
-
* - true
|
|
56
|
-
* - false
|
|
54
|
+
* Indicates whether the resource allocation of the business unit is successful.
|
|
55
|
+
* - true: The allocation is successful.
|
|
56
|
+
* - false: The allocation failed.
|
|
57
57
|
*
|
|
58
58
|
* @example
|
|
59
59
|
* True
|
|
@@ -61,7 +61,7 @@ export class ListAppPublishHistoryResponseBodyModuleHistory extends $dara.Model
|
|
|
61
61
|
isSuccess?: boolean;
|
|
62
62
|
/**
|
|
63
63
|
* @remarks
|
|
64
|
-
*
|
|
64
|
+
* The error message.
|
|
65
65
|
*
|
|
66
66
|
* @example
|
|
67
67
|
* SUCCESS
|
|
@@ -69,7 +69,7 @@ export class ListAppPublishHistoryResponseBodyModuleHistory extends $dara.Model
|
|
|
69
69
|
msg?: string;
|
|
70
70
|
/**
|
|
71
71
|
* @remarks
|
|
72
|
-
*
|
|
72
|
+
* The sort type. Valid values: ASC and DESC.
|
|
73
73
|
*
|
|
74
74
|
* @example
|
|
75
75
|
* DESC
|
|
@@ -77,7 +77,7 @@ export class ListAppPublishHistoryResponseBodyModuleHistory extends $dara.Model
|
|
|
77
77
|
orderType?: string;
|
|
78
78
|
/**
|
|
79
79
|
* @remarks
|
|
80
|
-
*
|
|
80
|
+
* The transcoding progress.
|
|
81
81
|
*
|
|
82
82
|
* @example
|
|
83
83
|
* true
|
|
@@ -85,7 +85,7 @@ export class ListAppPublishHistoryResponseBodyModuleHistory extends $dara.Model
|
|
|
85
85
|
percent?: number;
|
|
86
86
|
/**
|
|
87
87
|
* @remarks
|
|
88
|
-
*
|
|
88
|
+
* The publish number.
|
|
89
89
|
*
|
|
90
90
|
* @example
|
|
91
91
|
* 123
|
|
@@ -93,7 +93,7 @@ export class ListAppPublishHistoryResponseBodyModuleHistory extends $dara.Model
|
|
|
93
93
|
publishNumber?: string;
|
|
94
94
|
/**
|
|
95
95
|
* @remarks
|
|
96
|
-
*
|
|
96
|
+
* The publish order ID.
|
|
97
97
|
*
|
|
98
98
|
* @example
|
|
99
99
|
* 123
|
|
@@ -101,7 +101,7 @@ export class ListAppPublishHistoryResponseBodyModuleHistory extends $dara.Model
|
|
|
101
101
|
publishOrderId?: number;
|
|
102
102
|
/**
|
|
103
103
|
* @remarks
|
|
104
|
-
*
|
|
104
|
+
* The publish time.
|
|
105
105
|
*
|
|
106
106
|
* Use the UTC time format: yyyy-MM-ddTHH:mm:ss.SSSZ
|
|
107
107
|
*
|
|
@@ -111,7 +111,7 @@ export class ListAppPublishHistoryResponseBodyModuleHistory extends $dara.Model
|
|
|
111
111
|
publishTime?: string;
|
|
112
112
|
/**
|
|
113
113
|
* @remarks
|
|
114
|
-
*
|
|
114
|
+
* The component-specific configurations.
|
|
115
115
|
*/
|
|
116
116
|
steps?: string[];
|
|
117
117
|
subchannel?: string;
|
|
@@ -172,7 +172,7 @@ export class ListAppPublishHistoryResponseBodyModuleHistory extends $dara.Model
|
|
|
172
172
|
export class ListAppPublishHistoryResponseBodyModule extends $dara.Model {
|
|
173
173
|
/**
|
|
174
174
|
* @remarks
|
|
175
|
-
*
|
|
175
|
+
* The current publish order ID.
|
|
176
176
|
*
|
|
177
177
|
* @example
|
|
178
178
|
* 123
|
|
@@ -180,16 +180,16 @@ export class ListAppPublishHistoryResponseBodyModule extends $dara.Model {
|
|
|
180
180
|
currentPublishOrderId?: number;
|
|
181
181
|
/**
|
|
182
182
|
* @remarks
|
|
183
|
-
* Indicates whether to display the history of
|
|
183
|
+
* Indicates whether to display the history of alert templates applied to application groups. Valid values:
|
|
184
184
|
*
|
|
185
|
-
* - true:
|
|
185
|
+
* - true: Displayed.
|
|
186
186
|
*
|
|
187
|
-
* - false (default):
|
|
187
|
+
* - false (default): Not displayed.
|
|
188
188
|
*/
|
|
189
189
|
history?: ListAppPublishHistoryResponseBodyModuleHistory[];
|
|
190
190
|
/**
|
|
191
191
|
* @remarks
|
|
192
|
-
*
|
|
192
|
+
* The page number. Default value: 1.
|
|
193
193
|
*
|
|
194
194
|
* @example
|
|
195
195
|
* 1
|
|
@@ -197,7 +197,7 @@ export class ListAppPublishHistoryResponseBodyModule extends $dara.Model {
|
|
|
197
197
|
pageNum?: number;
|
|
198
198
|
/**
|
|
199
199
|
* @remarks
|
|
200
|
-
*
|
|
200
|
+
* The page size.
|
|
201
201
|
*
|
|
202
202
|
* @example
|
|
203
203
|
* 10
|
|
@@ -205,7 +205,7 @@ export class ListAppPublishHistoryResponseBodyModule extends $dara.Model {
|
|
|
205
205
|
pageSize?: number;
|
|
206
206
|
/**
|
|
207
207
|
* @remarks
|
|
208
|
-
*
|
|
208
|
+
* The total number of entries.
|
|
209
209
|
*
|
|
210
210
|
* @example
|
|
211
211
|
* 0
|
|
@@ -246,7 +246,7 @@ export class ListAppPublishHistoryResponseBodyModule extends $dara.Model {
|
|
|
246
246
|
export class ListAppPublishHistoryResponseBody extends $dara.Model {
|
|
247
247
|
/**
|
|
248
248
|
* @remarks
|
|
249
|
-
*
|
|
249
|
+
* The details about the access denial.
|
|
250
250
|
*
|
|
251
251
|
* @example
|
|
252
252
|
* {}
|
|
@@ -254,7 +254,7 @@ export class ListAppPublishHistoryResponseBody extends $dara.Model {
|
|
|
254
254
|
accessDeniedDetail?: string;
|
|
255
255
|
/**
|
|
256
256
|
* @remarks
|
|
257
|
-
*
|
|
257
|
+
* Indicates whether retry is allowed.
|
|
258
258
|
*
|
|
259
259
|
* @example
|
|
260
260
|
* False
|
|
@@ -262,7 +262,7 @@ export class ListAppPublishHistoryResponseBody extends $dara.Model {
|
|
|
262
262
|
allowRetry?: boolean;
|
|
263
263
|
/**
|
|
264
264
|
* @remarks
|
|
265
|
-
* frontend application
|
|
265
|
+
* The frontend application name.
|
|
266
266
|
*
|
|
267
267
|
* @example
|
|
268
268
|
* spring-cloud-b
|
|
@@ -270,7 +270,7 @@ export class ListAppPublishHistoryResponseBody extends $dara.Model {
|
|
|
270
270
|
appName?: string;
|
|
271
271
|
/**
|
|
272
272
|
* @remarks
|
|
273
|
-
* dynamic error code.
|
|
273
|
+
* The dynamic error code.
|
|
274
274
|
*
|
|
275
275
|
* @example
|
|
276
276
|
* ERROR-oo1
|
|
@@ -278,7 +278,7 @@ export class ListAppPublishHistoryResponseBody extends $dara.Model {
|
|
|
278
278
|
dynamicCode?: string;
|
|
279
279
|
/**
|
|
280
280
|
* @remarks
|
|
281
|
-
* dynamic message
|
|
281
|
+
* The dynamic message. This parameter is not in use. Ignore this parameter.
|
|
282
282
|
*
|
|
283
283
|
* @example
|
|
284
284
|
* abc
|
|
@@ -286,14 +286,14 @@ export class ListAppPublishHistoryResponseBody extends $dara.Model {
|
|
|
286
286
|
dynamicMessage?: string;
|
|
287
287
|
/**
|
|
288
288
|
* @remarks
|
|
289
|
-
*
|
|
289
|
+
* The error parameters.
|
|
290
290
|
*/
|
|
291
291
|
errorArgs?: any[];
|
|
292
292
|
/**
|
|
293
293
|
* @remarks
|
|
294
|
-
*
|
|
294
|
+
* The number of entries per query.
|
|
295
295
|
*
|
|
296
|
-
*
|
|
296
|
+
* Valid values: 10 to 100. Default value: 20.
|
|
297
297
|
*
|
|
298
298
|
* @example
|
|
299
299
|
* 10
|
|
@@ -301,18 +301,18 @@ export class ListAppPublishHistoryResponseBody extends $dara.Model {
|
|
|
301
301
|
maxResults?: number;
|
|
302
302
|
/**
|
|
303
303
|
* @remarks
|
|
304
|
-
*
|
|
304
|
+
* The data table module.
|
|
305
305
|
*
|
|
306
|
-
* - ABTest: experiment
|
|
306
|
+
* - ABTest: the experiment data table.
|
|
307
307
|
*
|
|
308
|
-
* - ExperimentTool: experiment tool table
|
|
308
|
+
* - ExperimentTool: the experiment tool table.
|
|
309
309
|
*
|
|
310
|
-
* - DataDiagnosis:
|
|
310
|
+
* - DataDiagnosis: data modeling diagnostics.
|
|
311
311
|
*/
|
|
312
312
|
module?: ListAppPublishHistoryResponseBodyModule;
|
|
313
313
|
/**
|
|
314
314
|
* @remarks
|
|
315
|
-
*
|
|
315
|
+
* The token for the next query. This parameter is empty if no more results exist.
|
|
316
316
|
*
|
|
317
317
|
* @example
|
|
318
318
|
* 0l45bkwM022Dt+rOvPi/oQ==
|
|
@@ -328,7 +328,7 @@ export class ListAppPublishHistoryResponseBody extends $dara.Model {
|
|
|
328
328
|
requestId?: string;
|
|
329
329
|
/**
|
|
330
330
|
* @remarks
|
|
331
|
-
* error code
|
|
331
|
+
* The error code.
|
|
332
332
|
*
|
|
333
333
|
* @example
|
|
334
334
|
* SYSTEM.ERROR
|
|
@@ -336,15 +336,15 @@ export class ListAppPublishHistoryResponseBody extends $dara.Model {
|
|
|
336
336
|
rootErrorCode?: string;
|
|
337
337
|
/**
|
|
338
338
|
* @remarks
|
|
339
|
-
*
|
|
339
|
+
* The error message.
|
|
340
340
|
*
|
|
341
341
|
* @example
|
|
342
|
-
*
|
|
342
|
+
* System exception
|
|
343
343
|
*/
|
|
344
344
|
rootErrorMsg?: string;
|
|
345
345
|
/**
|
|
346
346
|
* @remarks
|
|
347
|
-
*
|
|
347
|
+
* The reserved parameter.
|
|
348
348
|
*
|
|
349
349
|
* @example
|
|
350
350
|
* True
|
|
@@ -5,7 +5,7 @@ import * as $dara from '@darabonba/typescript';
|
|
|
5
5
|
export class ListAppTemplateDictsRequest extends $dara.Model {
|
|
6
6
|
/**
|
|
7
7
|
* @remarks
|
|
8
|
-
*
|
|
8
|
+
* The dictionary type.
|
|
9
9
|
*
|
|
10
10
|
* @example
|
|
11
11
|
* product_version
|
|
@@ -13,9 +13,9 @@ export class ListAppTemplateDictsRequest extends $dara.Model {
|
|
|
13
13
|
dictType?: string;
|
|
14
14
|
/**
|
|
15
15
|
* @remarks
|
|
16
|
-
*
|
|
16
|
+
* The number of entries per query.
|
|
17
17
|
*
|
|
18
|
-
* Valid
|
|
18
|
+
* Valid values: 10 to 100. Default value: 20.
|
|
19
19
|
*
|
|
20
20
|
* @example
|
|
21
21
|
* 10
|
|
@@ -23,7 +23,7 @@ export class ListAppTemplateDictsRequest 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 ListAppTemplateDictsResponseBodyModule extends $dara.Model {
|
|
6
6
|
/**
|
|
7
7
|
* @remarks
|
|
8
|
-
*
|
|
8
|
+
* The dictionary code.
|
|
9
9
|
*
|
|
10
10
|
* @example
|
|
11
11
|
* abc
|
|
@@ -13,7 +13,7 @@ export class ListAppTemplateDictsResponseBodyModule extends $dara.Model {
|
|
|
13
13
|
dictCode?: string;
|
|
14
14
|
/**
|
|
15
15
|
* @remarks
|
|
16
|
-
*
|
|
16
|
+
* The dictionary label.
|
|
17
17
|
*
|
|
18
18
|
* @example
|
|
19
19
|
* label
|
|
@@ -21,7 +21,7 @@ export class ListAppTemplateDictsResponseBodyModule extends $dara.Model {
|
|
|
21
21
|
dictLabel?: string;
|
|
22
22
|
/**
|
|
23
23
|
* @remarks
|
|
24
|
-
*
|
|
24
|
+
* The template dictionary type enumeration.
|
|
25
25
|
*
|
|
26
26
|
* @example
|
|
27
27
|
* product_version
|
|
@@ -29,7 +29,7 @@ export class ListAppTemplateDictsResponseBodyModule extends $dara.Model {
|
|
|
29
29
|
dictType?: string;
|
|
30
30
|
/**
|
|
31
31
|
* @remarks
|
|
32
|
-
*
|
|
32
|
+
* The dictionary value.
|
|
33
33
|
*
|
|
34
34
|
* @example
|
|
35
35
|
* abc
|
|
@@ -37,18 +37,18 @@ export class ListAppTemplateDictsResponseBodyModule extends $dara.Model {
|
|
|
37
37
|
dictValue?: string;
|
|
38
38
|
/**
|
|
39
39
|
* @remarks
|
|
40
|
-
* Indicates whether
|
|
40
|
+
* Indicates whether templates exist.
|
|
41
41
|
*/
|
|
42
42
|
hasTemplates?: boolean;
|
|
43
43
|
/**
|
|
44
44
|
* @remarks
|
|
45
|
-
*
|
|
45
|
+
* The sort order. Default value: DESC.
|
|
46
46
|
*
|
|
47
|
-
*
|
|
47
|
+
* Valid values:
|
|
48
48
|
*
|
|
49
|
-
* ASC:
|
|
49
|
+
* - ASC: Ascending order.
|
|
50
50
|
*
|
|
51
|
-
* DESC:
|
|
51
|
+
* - DESC: Descending order.
|
|
52
52
|
*
|
|
53
53
|
* @example
|
|
54
54
|
* desc
|
|
@@ -88,7 +88,7 @@ export class ListAppTemplateDictsResponseBodyModule extends $dara.Model {
|
|
|
88
88
|
export class ListAppTemplateDictsResponseBody extends $dara.Model {
|
|
89
89
|
/**
|
|
90
90
|
* @remarks
|
|
91
|
-
*
|
|
91
|
+
* The detailed reason why access is denied.
|
|
92
92
|
*
|
|
93
93
|
* @example
|
|
94
94
|
* {}
|
|
@@ -96,7 +96,7 @@ export class ListAppTemplateDictsResponseBody extends $dara.Model {
|
|
|
96
96
|
accessDeniedDetail?: string;
|
|
97
97
|
/**
|
|
98
98
|
* @remarks
|
|
99
|
-
*
|
|
99
|
+
* Indicates whether retry is allowed.
|
|
100
100
|
*
|
|
101
101
|
* @example
|
|
102
102
|
* False
|
|
@@ -104,7 +104,7 @@ export class ListAppTemplateDictsResponseBody extends $dara.Model {
|
|
|
104
104
|
allowRetry?: boolean;
|
|
105
105
|
/**
|
|
106
106
|
* @remarks
|
|
107
|
-
* application name
|
|
107
|
+
* The application name to query.
|
|
108
108
|
*
|
|
109
109
|
* @example
|
|
110
110
|
* spring-cloud-b
|
|
@@ -112,7 +112,7 @@ export class ListAppTemplateDictsResponseBody extends $dara.Model {
|
|
|
112
112
|
appName?: string;
|
|
113
113
|
/**
|
|
114
114
|
* @remarks
|
|
115
|
-
* dynamic error code.
|
|
115
|
+
* The dynamic error code.
|
|
116
116
|
*
|
|
117
117
|
* @example
|
|
118
118
|
* ERROR-oo1
|
|
@@ -120,8 +120,8 @@ export class ListAppTemplateDictsResponseBody extends $dara.Model {
|
|
|
120
120
|
dynamicCode?: string;
|
|
121
121
|
/**
|
|
122
122
|
* @remarks
|
|
123
|
-
* dynamic error message used to replace the `%s`
|
|
124
|
-
* > If **ErrMessage** returns **The Value of Input Parameter %s is not valid** and **DynamicMessage** returns **DtsJobId**,
|
|
123
|
+
* The dynamic error message, which is used to replace the `%s` in the **ErrMessage** return parameter.
|
|
124
|
+
* > If **ErrMessage** returns **The Value of Input Parameter %s is not valid** and **DynamicMessage** returns **DtsJobId**, the request parameter **DtsJobId** is invalid.
|
|
125
125
|
*
|
|
126
126
|
* @example
|
|
127
127
|
* SYSTEM_ERROR
|
|
@@ -129,14 +129,14 @@ export class ListAppTemplateDictsResponseBody extends $dara.Model {
|
|
|
129
129
|
dynamicMessage?: string;
|
|
130
130
|
/**
|
|
131
131
|
* @remarks
|
|
132
|
-
*
|
|
132
|
+
* The error parameters.
|
|
133
133
|
*/
|
|
134
134
|
errorArgs?: any[];
|
|
135
135
|
/**
|
|
136
136
|
* @remarks
|
|
137
|
-
*
|
|
137
|
+
* The number of entries per query.
|
|
138
138
|
*
|
|
139
|
-
*
|
|
139
|
+
* Valid values: 10 to 100. Default value: 20.
|
|
140
140
|
*
|
|
141
141
|
* @example
|
|
142
142
|
* 10
|
|
@@ -144,12 +144,12 @@ export class ListAppTemplateDictsResponseBody extends $dara.Model {
|
|
|
144
144
|
maxResults?: number;
|
|
145
145
|
/**
|
|
146
146
|
* @remarks
|
|
147
|
-
* response
|
|
147
|
+
* The response data.
|
|
148
148
|
*/
|
|
149
149
|
module?: ListAppTemplateDictsResponseBodyModule[];
|
|
150
150
|
/**
|
|
151
151
|
* @remarks
|
|
152
|
-
*
|
|
152
|
+
* The token for the next query. This parameter is empty if no more results exist.
|
|
153
153
|
*
|
|
154
154
|
* @example
|
|
155
155
|
* AAAAARbaCuN6hiD08qrLdwJ9Fh3BFw8paIJ7ylB6A7Qn9JjM
|
|
@@ -165,7 +165,7 @@ export class ListAppTemplateDictsResponseBody extends $dara.Model {
|
|
|
165
165
|
requestId?: string;
|
|
166
166
|
/**
|
|
167
167
|
* @remarks
|
|
168
|
-
* error code
|
|
168
|
+
* The error code.
|
|
169
169
|
*
|
|
170
170
|
* @example
|
|
171
171
|
* SYSTEM.ERROR
|
|
@@ -173,15 +173,15 @@ export class ListAppTemplateDictsResponseBody extends $dara.Model {
|
|
|
173
173
|
rootErrorCode?: string;
|
|
174
174
|
/**
|
|
175
175
|
* @remarks
|
|
176
|
-
*
|
|
176
|
+
* The exception message.
|
|
177
177
|
*
|
|
178
178
|
* @example
|
|
179
|
-
*
|
|
179
|
+
* System exception.
|
|
180
180
|
*/
|
|
181
181
|
rootErrorMsg?: string;
|
|
182
182
|
/**
|
|
183
183
|
* @remarks
|
|
184
|
-
* is
|
|
184
|
+
* Indicates whether the request is synchronously processed.
|
|
185
185
|
*
|
|
186
186
|
* @example
|
|
187
187
|
* True
|
|
@@ -5,7 +5,7 @@ import * as $dara from '@darabonba/typescript';
|
|
|
5
5
|
export class ListIsvPaymentPluginConfigsRequest extends $dara.Model {
|
|
6
6
|
/**
|
|
7
7
|
* @remarks
|
|
8
|
-
*
|
|
8
|
+
* The business ID.
|
|
9
9
|
*
|
|
10
10
|
* @example
|
|
11
11
|
* WD20250821161210000001
|
|
@@ -13,9 +13,9 @@ export class ListIsvPaymentPluginConfigsRequest extends $dara.Model {
|
|
|
13
13
|
bizId?: string;
|
|
14
14
|
/**
|
|
15
15
|
* @remarks
|
|
16
|
-
*
|
|
16
|
+
* The number of entries per query.
|
|
17
17
|
*
|
|
18
|
-
* Valid
|
|
18
|
+
* Valid values: 10 to 100. Default value: 20.
|
|
19
19
|
*
|
|
20
20
|
* @example
|
|
21
21
|
* 10
|
|
@@ -23,7 +23,7 @@ export class ListIsvPaymentPluginConfigsRequest 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 there is no next query.
|
|
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 ListIsvPaymentPluginConfigsResponseBodyModule extends $dara.Model {
|
|
6
6
|
/**
|
|
7
7
|
* @remarks
|
|
8
|
-
*
|
|
8
|
+
* The business ID.
|
|
9
9
|
*
|
|
10
10
|
* @example
|
|
11
11
|
* WS20250915163734000001
|
|
@@ -13,12 +13,12 @@ export class ListIsvPaymentPluginConfigsResponseBodyModule extends $dara.Model {
|
|
|
13
13
|
bizId?: string;
|
|
14
14
|
/**
|
|
15
15
|
* @remarks
|
|
16
|
-
*
|
|
16
|
+
* The extension information.
|
|
17
17
|
*/
|
|
18
18
|
extend?: { [key: string]: string };
|
|
19
19
|
/**
|
|
20
20
|
* @remarks
|
|
21
|
-
*
|
|
21
|
+
* The creation time.
|
|
22
22
|
*
|
|
23
23
|
* Use the UTC time format: yyyy-MM-ddTHH:mm:ss.SSSZ
|
|
24
24
|
*
|
|
@@ -28,7 +28,7 @@ export class ListIsvPaymentPluginConfigsResponseBodyModule extends $dara.Model {
|
|
|
28
28
|
gmtCreateTime?: string;
|
|
29
29
|
/**
|
|
30
30
|
* @remarks
|
|
31
|
-
*
|
|
31
|
+
* The modification time.
|
|
32
32
|
*
|
|
33
33
|
* Use the UTC time format: yyyy-MM-ddTHH:mm:ss.SSSZ
|
|
34
34
|
*
|
|
@@ -38,7 +38,7 @@ export class ListIsvPaymentPluginConfigsResponseBodyModule extends $dara.Model {
|
|
|
38
38
|
gmtModifiedTime?: string;
|
|
39
39
|
/**
|
|
40
40
|
* @remarks
|
|
41
|
-
*
|
|
41
|
+
* The primary key.
|
|
42
42
|
*
|
|
43
43
|
* @example
|
|
44
44
|
* 16257
|
|
@@ -46,7 +46,7 @@ export class ListIsvPaymentPluginConfigsResponseBodyModule extends $dara.Model {
|
|
|
46
46
|
id?: number;
|
|
47
47
|
/**
|
|
48
48
|
* @remarks
|
|
49
|
-
*
|
|
49
|
+
* The plugin configuration.
|
|
50
50
|
*
|
|
51
51
|
* @example
|
|
52
52
|
* {}
|
|
@@ -54,7 +54,7 @@ export class ListIsvPaymentPluginConfigsResponseBodyModule extends $dara.Model {
|
|
|
54
54
|
pluginConfig?: string;
|
|
55
55
|
/**
|
|
56
56
|
* @remarks
|
|
57
|
-
*
|
|
57
|
+
* The plugin description.
|
|
58
58
|
*
|
|
59
59
|
* @example
|
|
60
60
|
* a simple test plugin
|
|
@@ -62,7 +62,7 @@ export class ListIsvPaymentPluginConfigsResponseBodyModule extends $dara.Model {
|
|
|
62
62
|
pluginDesc?: string;
|
|
63
63
|
/**
|
|
64
64
|
* @remarks
|
|
65
|
-
*
|
|
65
|
+
* The plugin ID.
|
|
66
66
|
*
|
|
67
67
|
* @example
|
|
68
68
|
* 1bae9ceaceea432d91c7069fab0dfc02
|
|
@@ -70,7 +70,7 @@ export class ListIsvPaymentPluginConfigsResponseBodyModule extends $dara.Model {
|
|
|
70
70
|
pluginId?: string;
|
|
71
71
|
/**
|
|
72
72
|
* @remarks
|
|
73
|
-
*
|
|
73
|
+
* The plugin name.
|
|
74
74
|
*
|
|
75
75
|
* @example
|
|
76
76
|
* tf_testaccapigatewayplugin29311
|
|
@@ -78,7 +78,7 @@ export class ListIsvPaymentPluginConfigsResponseBodyModule extends $dara.Model {
|
|
|
78
78
|
pluginName?: string;
|
|
79
79
|
/**
|
|
80
80
|
* @remarks
|
|
81
|
-
*
|
|
81
|
+
* The site name.
|
|
82
82
|
*
|
|
83
83
|
* @example
|
|
84
84
|
* jugaocai.com
|
|
@@ -86,7 +86,7 @@ export class ListIsvPaymentPluginConfigsResponseBodyModule extends $dara.Model {
|
|
|
86
86
|
siteName?: string;
|
|
87
87
|
/**
|
|
88
88
|
* @remarks
|
|
89
|
-
*
|
|
89
|
+
* The user ID.
|
|
90
90
|
*
|
|
91
91
|
* @example
|
|
92
92
|
* 123456
|
|
@@ -139,7 +139,7 @@ export class ListIsvPaymentPluginConfigsResponseBodyModule extends $dara.Model {
|
|
|
139
139
|
export class ListIsvPaymentPluginConfigsResponseBody extends $dara.Model {
|
|
140
140
|
/**
|
|
141
141
|
* @remarks
|
|
142
|
-
*
|
|
142
|
+
* The detailed reason why access is denied.
|
|
143
143
|
*
|
|
144
144
|
* @example
|
|
145
145
|
* {}
|
|
@@ -155,7 +155,7 @@ export class ListIsvPaymentPluginConfigsResponseBody extends $dara.Model {
|
|
|
155
155
|
allowRetry?: boolean;
|
|
156
156
|
/**
|
|
157
157
|
* @remarks
|
|
158
|
-
*
|
|
158
|
+
* The app name.
|
|
159
159
|
*
|
|
160
160
|
* @example
|
|
161
161
|
* dewuApp
|
|
@@ -163,7 +163,7 @@ export class ListIsvPaymentPluginConfigsResponseBody extends $dara.Model {
|
|
|
163
163
|
appName?: string;
|
|
164
164
|
/**
|
|
165
165
|
* @remarks
|
|
166
|
-
*
|
|
166
|
+
* The dynamic code. Not currently used. Ignore this parameter.
|
|
167
167
|
*
|
|
168
168
|
* @example
|
|
169
169
|
* ERROR-oo1
|
|
@@ -171,8 +171,8 @@ export class ListIsvPaymentPluginConfigsResponseBody extends $dara.Model {
|
|
|
171
171
|
dynamicCode?: string;
|
|
172
172
|
/**
|
|
173
173
|
* @remarks
|
|
174
|
-
*
|
|
175
|
-
* > If **ErrMessage** returns **The Value of Input Parameter %s is not valid** and **DynamicMessage** returns **DtsJobId**,
|
|
174
|
+
* The dynamic error message, which is used to replace the `%s` in the **ErrMessage** response parameter.
|
|
175
|
+
* > If **ErrMessage** returns **The Value of Input Parameter %s is not valid** and **DynamicMessage** returns **DtsJobId**, the request parameter **DtsJobId** is invalid.
|
|
176
176
|
*
|
|
177
177
|
* @example
|
|
178
178
|
* abc
|
|
@@ -180,14 +180,14 @@ export class ListIsvPaymentPluginConfigsResponseBody extends $dara.Model {
|
|
|
180
180
|
dynamicMessage?: string;
|
|
181
181
|
/**
|
|
182
182
|
* @remarks
|
|
183
|
-
*
|
|
183
|
+
* The error parameters.
|
|
184
184
|
*/
|
|
185
185
|
errorArgs?: any[];
|
|
186
186
|
/**
|
|
187
187
|
* @remarks
|
|
188
|
-
*
|
|
188
|
+
* The number of entries per query.
|
|
189
189
|
*
|
|
190
|
-
*
|
|
190
|
+
* Valid values: 10 to 100. Default value: 20.
|
|
191
191
|
*
|
|
192
192
|
* @example
|
|
193
193
|
* 10
|
|
@@ -195,12 +195,12 @@ export class ListIsvPaymentPluginConfigsResponseBody extends $dara.Model {
|
|
|
195
195
|
maxResults?: number;
|
|
196
196
|
/**
|
|
197
197
|
* @remarks
|
|
198
|
-
*
|
|
198
|
+
* The response data.
|
|
199
199
|
*/
|
|
200
200
|
module?: ListIsvPaymentPluginConfigsResponseBodyModule[];
|
|
201
201
|
/**
|
|
202
202
|
* @remarks
|
|
203
|
-
*
|
|
203
|
+
* The token for the next query. This parameter is empty if there is no next query.
|
|
204
204
|
*
|
|
205
205
|
* @example
|
|
206
206
|
* AAAAARbaCuN6hiD08qrLdwJ9Fh3BFw8paIJ7ylB6A7Qn9JjM
|
|
@@ -216,7 +216,7 @@ export class ListIsvPaymentPluginConfigsResponseBody extends $dara.Model {
|
|
|
216
216
|
requestId?: string;
|
|
217
217
|
/**
|
|
218
218
|
* @remarks
|
|
219
|
-
*
|
|
219
|
+
* The error code.
|
|
220
220
|
*
|
|
221
221
|
* @example
|
|
222
222
|
* SYSTEM.ERROR
|
|
@@ -224,15 +224,15 @@ export class ListIsvPaymentPluginConfigsResponseBody extends $dara.Model {
|
|
|
224
224
|
rootErrorCode?: string;
|
|
225
225
|
/**
|
|
226
226
|
* @remarks
|
|
227
|
-
*
|
|
227
|
+
* The exception message.
|
|
228
228
|
*
|
|
229
229
|
* @example
|
|
230
|
-
*
|
|
230
|
+
* System exception.
|
|
231
231
|
*/
|
|
232
232
|
rootErrorMsg?: string;
|
|
233
233
|
/**
|
|
234
234
|
* @remarks
|
|
235
|
-
*
|
|
235
|
+
* The reserved parameter.
|
|
236
236
|
*
|
|
237
237
|
* @example
|
|
238
238
|
* True
|