@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.
Files changed (102) hide show
  1. package/dist/client.d.ts +73 -73
  2. package/dist/client.js +73 -73
  3. package/dist/models/AppInstanceProfile.d.ts +65 -0
  4. package/dist/models/AppInstanceProfile.js +2 -0
  5. package/dist/models/AppInstanceProfile.js.map +1 -1
  6. package/dist/models/CreateAppChatRequest.d.ts +5 -5
  7. package/dist/models/CreateAppLlmApiKeyForPartnerRequest.d.ts +4 -4
  8. package/dist/models/CreateAppLlmApiKeyForPartnerResponseBody.d.ts +12 -12
  9. package/dist/models/DeleteAppNotificationSceneRequest.d.ts +6 -0
  10. package/dist/models/DeleteAppNotificationSceneRequest.js.map +1 -1
  11. package/dist/models/DeleteAppNotificationSceneResponseBody.d.ts +36 -1
  12. package/dist/models/DeleteAppNotificationSceneResponseBody.js.map +1 -1
  13. package/dist/models/GetAppCodeWorkspaceDetailRequest.d.ts +1 -1
  14. package/dist/models/GetAppCodeWorkspaceDetailResponseBody.d.ts +19 -19
  15. package/dist/models/GetAppDatabaseTableSchemasRequest.d.ts +6 -0
  16. package/dist/models/GetAppDatabaseTableSchemasRequest.js.map +1 -1
  17. package/dist/models/GetAppDatabaseTableSchemasResponseBody.d.ts +35 -1
  18. package/dist/models/GetAppDatabaseTableSchemasResponseBody.js.map +1 -1
  19. package/dist/models/GetAppInstanceForAdminResponseBody.d.ts +2 -2
  20. package/dist/models/GetAppInstanceResponseBody.d.ts +3 -3
  21. package/dist/models/GetAppPluginResponseBody.d.ts +20 -4
  22. package/dist/models/GetAppPluginResponseBody.js +4 -0
  23. package/dist/models/GetAppPluginResponseBody.js.map +1 -1
  24. package/dist/models/GetAppSandboxPreviewUrlRequest.d.ts +2 -2
  25. package/dist/models/GetAppSandboxPreviewUrlResponseBody.d.ts +12 -12
  26. package/dist/models/GetAppSupabaseInstanceRequest.d.ts +1 -1
  27. package/dist/models/GetAppSupabaseInstanceResponseBody.d.ts +21 -21
  28. package/dist/models/GetAppTemplateRequest.d.ts +1 -1
  29. package/dist/models/GetAppTemplateResponseBody.d.ts +48 -48
  30. package/dist/models/GetOssUploadPolicyResponseBody.d.ts +6 -6
  31. package/dist/models/GetTempDownloadUrlRequest.d.ts +3 -0
  32. package/dist/models/GetTempDownloadUrlRequest.js.map +1 -1
  33. package/dist/models/GetTempDownloadUrlResponseBody.d.ts +36 -1
  34. package/dist/models/GetTempDownloadUrlResponseBody.js.map +1 -1
  35. package/dist/models/ListAppConversationMessagesRequest.d.ts +7 -7
  36. package/dist/models/ListAppConversationMessagesResponseBody.d.ts +36 -37
  37. package/dist/models/ListAppConversationMessagesResponseBody.js.map +1 -1
  38. package/dist/models/ListAppInstancesResponseBody.d.ts +5 -2
  39. package/dist/models/ListAppInstancesResponseBody.js.map +1 -1
  40. package/dist/models/ListAppPluginConfigsRequest.d.ts +4 -4
  41. package/dist/models/ListAppPluginConfigsResponseBody.d.ts +29 -29
  42. package/dist/models/ListAppPublishHistoryRequest.d.ts +11 -11
  43. package/dist/models/ListAppPublishHistoryResponseBody.d.ts +39 -39
  44. package/dist/models/ListAppTemplateDictsRequest.d.ts +4 -4
  45. package/dist/models/ListAppTemplateDictsResponseBody.d.ts +24 -24
  46. package/dist/models/ListIsvPaymentPluginConfigsRequest.d.ts +4 -4
  47. package/dist/models/ListIsvPaymentPluginConfigsResponseBody.d.ts +25 -25
  48. package/dist/models/ListMarketplaceAppPluginsResponseBody.d.ts +3 -2
  49. package/dist/models/ListMarketplaceAppPluginsResponseBody.js +2 -0
  50. package/dist/models/ListMarketplaceAppPluginsResponseBody.js.map +1 -1
  51. package/dist/models/PublishAppInstanceRequest.d.ts +6 -6
  52. package/dist/models/PublishAppInstanceResponseBody.d.ts +12 -12
  53. package/dist/models/RollbackAppCodeSnapshotRequest.d.ts +2 -2
  54. package/dist/models/RollbackAppCodeSnapshotResponseBody.d.ts +15 -15
  55. package/dist/models/UpdateAppSupabaseAuthConfigRequest.d.ts +2 -2
  56. package/dist/models/UpdateAppSupabaseAuthConfigResponseBody.d.ts +11 -11
  57. package/dist/models/UpdateMiniAppBindingRequest.d.ts +4 -4
  58. package/dist/models/UpdateMiniAppBindingResponseBody.d.ts +2 -2
  59. package/package.json +1 -1
  60. package/src/client.ts +73 -73
  61. package/src/models/AppInstanceProfile.ts +67 -0
  62. package/src/models/CreateAppChatRequest.ts +5 -5
  63. package/src/models/CreateAppLlmApiKeyForPartnerRequest.ts +4 -4
  64. package/src/models/CreateAppLlmApiKeyForPartnerResponseBody.ts +12 -12
  65. package/src/models/DeleteAppNotificationSceneRequest.ts +6 -0
  66. package/src/models/DeleteAppNotificationSceneResponseBody.ts +36 -1
  67. package/src/models/GetAppCodeWorkspaceDetailRequest.ts +1 -1
  68. package/src/models/GetAppCodeWorkspaceDetailResponseBody.ts +19 -19
  69. package/src/models/GetAppDatabaseTableSchemasRequest.ts +6 -0
  70. package/src/models/GetAppDatabaseTableSchemasResponseBody.ts +35 -1
  71. package/src/models/GetAppInstanceForAdminResponseBody.ts +2 -2
  72. package/src/models/GetAppInstanceResponseBody.ts +3 -3
  73. package/src/models/GetAppPluginResponseBody.ts +24 -4
  74. package/src/models/GetAppSandboxPreviewUrlRequest.ts +2 -2
  75. package/src/models/GetAppSandboxPreviewUrlResponseBody.ts +12 -12
  76. package/src/models/GetAppSupabaseInstanceRequest.ts +1 -1
  77. package/src/models/GetAppSupabaseInstanceResponseBody.ts +21 -21
  78. package/src/models/GetAppTemplateRequest.ts +1 -1
  79. package/src/models/GetAppTemplateResponseBody.ts +49 -49
  80. package/src/models/GetOssUploadPolicyResponseBody.ts +6 -6
  81. package/src/models/GetTempDownloadUrlRequest.ts +3 -0
  82. package/src/models/GetTempDownloadUrlResponseBody.ts +36 -1
  83. package/src/models/ListAppConversationMessagesRequest.ts +7 -7
  84. package/src/models/ListAppConversationMessagesResponseBody.ts +36 -37
  85. package/src/models/ListAppInstancesResponseBody.ts +5 -2
  86. package/src/models/ListAppPluginConfigsRequest.ts +4 -4
  87. package/src/models/ListAppPluginConfigsResponseBody.ts +31 -31
  88. package/src/models/ListAppPublishHistoryRequest.ts +11 -11
  89. package/src/models/ListAppPublishHistoryResponseBody.ts +39 -39
  90. package/src/models/ListAppTemplateDictsRequest.ts +4 -4
  91. package/src/models/ListAppTemplateDictsResponseBody.ts +24 -24
  92. package/src/models/ListIsvPaymentPluginConfigsRequest.ts +4 -4
  93. package/src/models/ListIsvPaymentPluginConfigsResponseBody.ts +25 -25
  94. package/src/models/ListMarketplaceAppPluginsResponseBody.ts +5 -2
  95. package/src/models/PublishAppInstanceRequest.ts +6 -6
  96. package/src/models/PublishAppInstanceResponseBody.ts +12 -12
  97. package/src/models/RollbackAppCodeSnapshotRequest.ts +2 -2
  98. package/src/models/RollbackAppCodeSnapshotResponseBody.ts +15 -15
  99. package/src/models/UpdateAppSupabaseAuthConfigRequest.ts +2 -2
  100. package/src/models/UpdateAppSupabaseAuthConfigResponseBody.ts +11 -11
  101. package/src/models/UpdateMiniAppBindingRequest.ts +4 -4
  102. package/src/models/UpdateMiniAppBindingResponseBody.ts +2 -2
@@ -5,7 +5,7 @@ import * as $dara from '@darabonba/typescript';
5
5
  export class CreateAppLlmApiKeyForPartnerResponseBodyModule extends $dara.Model {
6
6
  /**
7
7
  * @remarks
8
- * ciphertext of the API key encrypted by AES
8
+ * The AES-encrypted API key ciphertext.
9
9
  *
10
10
  * @example
11
11
  * xxxx-xxxxxx
@@ -35,7 +35,7 @@ export class CreateAppLlmApiKeyForPartnerResponseBodyModule extends $dara.Model
35
35
  export class CreateAppLlmApiKeyForPartnerResponseBody extends $dara.Model {
36
36
  /**
37
37
  * @remarks
38
- * Detailed reason for access denial.
38
+ * The detailed reason why access was denied.
39
39
  *
40
40
  * @example
41
41
  * {}
@@ -43,7 +43,7 @@ export class CreateAppLlmApiKeyForPartnerResponseBody extends $dara.Model {
43
43
  accessDeniedDetail?: string;
44
44
  /**
45
45
  * @remarks
46
- * is retry allowed
46
+ * Indicates whether retry is allowed.
47
47
  *
48
48
  * @example
49
49
  * False
@@ -51,7 +51,7 @@ export class CreateAppLlmApiKeyForPartnerResponseBody extends $dara.Model {
51
51
  allowRetry?: boolean;
52
52
  /**
53
53
  * @remarks
54
- * App Name.
54
+ * The application name.
55
55
  *
56
56
  * @example
57
57
  * watermark
@@ -59,7 +59,7 @@ export class CreateAppLlmApiKeyForPartnerResponseBody extends $dara.Model {
59
59
  appName?: string;
60
60
  /**
61
61
  * @remarks
62
- * dynamic error code.
62
+ * The dynamic error code.
63
63
  *
64
64
  * @example
65
65
  * ERROR-oo1
@@ -67,7 +67,7 @@ export class CreateAppLlmApiKeyForPartnerResponseBody extends $dara.Model {
67
67
  dynamicCode?: string;
68
68
  /**
69
69
  * @remarks
70
- * dynamic error message.
70
+ * The dynamic error message.
71
71
  *
72
72
  * @example
73
73
  * SYSTEM.ERROR
@@ -75,12 +75,12 @@ export class CreateAppLlmApiKeyForPartnerResponseBody extends $dara.Model {
75
75
  dynamicMessage?: string;
76
76
  /**
77
77
  * @remarks
78
- * returned error parameters
78
+ * The error arguments returned.
79
79
  */
80
80
  errorArgs?: any[];
81
81
  /**
82
82
  * @remarks
83
- * response data
83
+ * The response data.
84
84
  */
85
85
  module?: CreateAppLlmApiKeyForPartnerResponseBodyModule;
86
86
  /**
@@ -93,7 +93,7 @@ export class CreateAppLlmApiKeyForPartnerResponseBody extends $dara.Model {
93
93
  requestId?: string;
94
94
  /**
95
95
  * @remarks
96
- * error code
96
+ * The error code.
97
97
  *
98
98
  * @example
99
99
  * SYSTEM.EROR
@@ -101,15 +101,15 @@ export class CreateAppLlmApiKeyForPartnerResponseBody extends $dara.Model {
101
101
  rootErrorCode?: string;
102
102
  /**
103
103
  * @remarks
104
- * abnormal message
104
+ * The root error message.
105
105
  *
106
106
  * @example
107
- * 系统异常
107
+ * System exception.
108
108
  */
109
109
  rootErrorMsg?: string;
110
110
  /**
111
111
  * @remarks
112
- * is processed synchronously
112
+ * Indicates whether the request is processed synchronously.
113
113
  *
114
114
  * @example
115
115
  * True
@@ -4,11 +4,17 @@ import * as $dara from '@darabonba/typescript';
4
4
 
5
5
  export class DeleteAppNotificationSceneRequest extends $dara.Model {
6
6
  /**
7
+ * @remarks
8
+ * The business ID.
9
+ *
7
10
  * @example
8
11
  * WS20250801154628000001
9
12
  */
10
13
  bizId?: string;
11
14
  /**
15
+ * @remarks
16
+ * The scenario ID.
17
+ *
12
18
  * @example
13
19
  * 1000006921
14
20
  */
@@ -4,52 +4,87 @@ import * as $dara from '@darabonba/typescript';
4
4
 
5
5
  export class DeleteAppNotificationSceneResponseBody extends $dara.Model {
6
6
  /**
7
+ * @remarks
8
+ * The details of the permission verification failure.
9
+ *
7
10
  * @example
8
11
  * {}
9
12
  */
10
13
  accessDeniedDetail?: string;
11
14
  /**
15
+ * @remarks
16
+ * Indicates whether retry is allowed.
17
+ *
12
18
  * @example
13
19
  * False
14
20
  */
15
21
  allowRetry?: boolean;
16
22
  /**
23
+ * @remarks
24
+ * The application name.
25
+ *
17
26
  * @example
18
27
  * ish-intelligence-store-platform-admin-web
19
28
  */
20
29
  appName?: string;
21
30
  /**
31
+ * @remarks
32
+ * The dynamic error code.
33
+ *
22
34
  * @example
23
35
  * ERROR-oo1
24
36
  */
25
37
  dynamicCode?: string;
26
38
  /**
39
+ * @remarks
40
+ * The dynamic error message, which is used to replace the `%s` variable in the **ErrMessage** response parameter.
41
+ * > If **ErrMessage** returns **The Value of Input Parameter %s is not valid** and **DynamicMessage** returns **DtsJobId**, the request parameter **DtsJobId** is invalid.
42
+ *
27
43
  * @example
28
44
  * SYSTEM_ERROR
29
45
  */
30
46
  dynamicMessage?: string;
47
+ /**
48
+ * @remarks
49
+ * The returned error parameters.
50
+ */
31
51
  errorArgs?: any[];
32
52
  /**
53
+ * @remarks
54
+ * Indicates whether the move operation is successful.
55
+ *
33
56
  * @example
34
57
  * true
35
58
  */
36
59
  module?: boolean;
37
60
  /**
61
+ * @remarks
62
+ * Id of the request
63
+ *
38
64
  * @example
39
65
  * 6C6B99AC-39EC-5350-874C-204128C905E6
40
66
  */
41
67
  requestId?: string;
42
68
  /**
69
+ * @remarks
70
+ * The error code.
71
+ *
43
72
  * @example
44
73
  * SYSTEM.ERROR
45
74
  */
46
75
  rootErrorCode?: string;
47
76
  /**
77
+ * @remarks
78
+ * The exception message.
79
+ *
48
80
  * @example
49
- * 系统异常
81
+ * System exception.
50
82
  */
51
83
  rootErrorMsg?: string;
52
84
  /**
85
+ * @remarks
86
+ * Indicates whether the request is synchronously processed.
87
+ *
53
88
  * @example
54
89
  * True
55
90
  */
@@ -5,7 +5,7 @@ import * as $dara from '@darabonba/typescript';
5
5
  export class GetAppCodeWorkspaceDetailRequest extends $dara.Model {
6
6
  /**
7
7
  * @remarks
8
- * Site ID
8
+ * The site ID.
9
9
  *
10
10
  * @example
11
11
  * 1071596645435968
@@ -5,7 +5,7 @@ import * as $dara from '@darabonba/typescript';
5
5
  export class GetAppCodeWorkspaceDetailResponseBodyModuleSnapshots extends $dara.Model {
6
6
  /**
7
7
  * @remarks
8
- * SDK change log
8
+ * The SDK release notes.
9
9
  *
10
10
  * @example
11
11
  * - Add Params.
@@ -13,7 +13,7 @@ export class GetAppCodeWorkspaceDetailResponseBodyModuleSnapshots extends $dara.
13
13
  changeLog?: string;
14
14
  /**
15
15
  * @remarks
16
- * Creation UTC time in ISO8601 format.
16
+ * The creation time in UTC. The time is in ISO 8601 format.
17
17
  *
18
18
  * Use the UTC time format: yyyy-MM-ddTHH:mm:ss.SSSZ
19
19
  *
@@ -23,7 +23,7 @@ export class GetAppCodeWorkspaceDetailResponseBodyModuleSnapshots extends $dara.
23
23
  gmtCreateTime?: string;
24
24
  /**
25
25
  * @remarks
26
- * Logical value
26
+ * The logical value.
27
27
  *
28
28
  * @example
29
29
  * 111
@@ -82,7 +82,7 @@ export class GetAppCodeWorkspaceDetailResponseBodyModule extends $dara.Model {
82
82
  maxLogicalNumber?: number;
83
83
  /**
84
84
  * @remarks
85
- * Site ID, which can be obtained by invoking the [ListSites](~~ListSites~~) API.
85
+ * The site ID. You can obtain the site ID by calling the [ListSites](~~ListSites~~) operation.
86
86
  *
87
87
  * @example
88
88
  * 865181640657408
@@ -90,7 +90,7 @@ export class GetAppCodeWorkspaceDetailResponseBodyModule extends $dara.Model {
90
90
  siteId?: string;
91
91
  /**
92
92
  * @remarks
93
- * API Guide information.
93
+ * The operation description.
94
94
  */
95
95
  snapshots?: GetAppCodeWorkspaceDetailResponseBodyModuleSnapshots[];
96
96
  static names(): { [key: string]: string } {
@@ -130,7 +130,7 @@ export class GetAppCodeWorkspaceDetailResponseBodyModule extends $dara.Model {
130
130
  export class GetAppCodeWorkspaceDetailResponseBody extends $dara.Model {
131
131
  /**
132
132
  * @remarks
133
- * Detailed reason for access denial.
133
+ * The detailed reason why access is denied.
134
134
  *
135
135
  * @example
136
136
  * {}
@@ -138,9 +138,9 @@ export class GetAppCodeWorkspaceDetailResponseBody extends $dara.Model {
138
138
  accessDeniedDetail?: string;
139
139
  /**
140
140
  * @remarks
141
- * Indicates whether retry is allowed. Valid values:
142
- * - false: Retry is not allowed.
143
- * - true: Retry is allowed.
141
+ * Indicates whether retries are allowed. Valid values:
142
+ * - false: Retries are not allowed.
143
+ * - true: Retries are allowed.
144
144
  *
145
145
  * @example
146
146
  * False
@@ -148,7 +148,7 @@ export class GetAppCodeWorkspaceDetailResponseBody extends $dara.Model {
148
148
  allowRetry?: boolean;
149
149
  /**
150
150
  * @remarks
151
- * App name.
151
+ * The application name.
152
152
  *
153
153
  * @example
154
154
  * spring-cloud-b
@@ -156,7 +156,7 @@ export class GetAppCodeWorkspaceDetailResponseBody extends $dara.Model {
156
156
  appName?: string;
157
157
  /**
158
158
  * @remarks
159
- * Dynamic error code.
159
+ * The dynamic error code.
160
160
  *
161
161
  * @example
162
162
  * ERROR-oo1
@@ -164,8 +164,8 @@ export class GetAppCodeWorkspaceDetailResponseBody extends $dara.Model {
164
164
  dynamicCode?: string;
165
165
  /**
166
166
  * @remarks
167
- * Dynamic error message, used to replace the `%s` placeholder in the **ErrMessage** error message.
168
- * > If **ErrMessage** returns **The Value of Input Parameter %s is not valid** and **DynamicMessage** returns **DtsJobId**, it indicates that the provided request parameter **DtsJobId** is invalid.
167
+ * The dynamic error message, which is used to replace the `%s` variable in the **ErrMessage** parameter.
168
+ * > If **ErrMessage** returns **The Value of Input Parameter %s is not valid** and **DynamicMessage** returns **DtsJobId**, the value of the request parameter **DtsJobId** is invalid.
169
169
  *
170
170
  * @example
171
171
  * abc
@@ -173,12 +173,12 @@ export class GetAppCodeWorkspaceDetailResponseBody extends $dara.Model {
173
173
  dynamicMessage?: string;
174
174
  /**
175
175
  * @remarks
176
- * Faulty parameters
176
+ * The error parameters.
177
177
  */
178
178
  errorArgs?: any[];
179
179
  /**
180
180
  * @remarks
181
- * Application module
181
+ * The application module.
182
182
  */
183
183
  module?: GetAppCodeWorkspaceDetailResponseBodyModule;
184
184
  /**
@@ -191,7 +191,7 @@ export class GetAppCodeWorkspaceDetailResponseBody extends $dara.Model {
191
191
  requestId?: string;
192
192
  /**
193
193
  * @remarks
194
- * Error code
194
+ * The error code.
195
195
  *
196
196
  * @example
197
197
  * SYSTEM.ERROR
@@ -199,15 +199,15 @@ export class GetAppCodeWorkspaceDetailResponseBody extends $dara.Model {
199
199
  rootErrorCode?: string;
200
200
  /**
201
201
  * @remarks
202
- * Abnormal message
202
+ * The exception message.
203
203
  *
204
204
  * @example
205
- * 系统异常
205
+ * System exception.
206
206
  */
207
207
  rootErrorMsg?: string;
208
208
  /**
209
209
  * @remarks
210
- * Reserved parameter.
210
+ * A reserved parameter.
211
211
  *
212
212
  * @example
213
213
  * True
@@ -4,11 +4,17 @@ import * as $dara from '@darabonba/typescript';
4
4
 
5
5
  export class GetAppDatabaseTableSchemasRequest extends $dara.Model {
6
6
  /**
7
+ * @remarks
8
+ * The business ID.
9
+ *
7
10
  * @example
8
11
  * WD20250703155602000001
9
12
  */
10
13
  bizId?: string;
11
14
  /**
15
+ * @remarks
16
+ * The table name.
17
+ *
12
18
  * @example
13
19
  * default.ai_advertising_material_rec_train_v1103
14
20
  */
@@ -4,52 +4,86 @@ import * as $dara from '@darabonba/typescript';
4
4
 
5
5
  export class GetAppDatabaseTableSchemasResponseBody extends $dara.Model {
6
6
  /**
7
+ * @remarks
8
+ * The details of the permission verification failure.
9
+ *
7
10
  * @example
8
11
  * {}
9
12
  */
10
13
  accessDeniedDetail?: string;
11
14
  /**
15
+ * @remarks
16
+ * Indicates whether retry is allowed.
17
+ *
12
18
  * @example
13
19
  * False
14
20
  */
15
21
  allowRetry?: boolean;
16
22
  /**
23
+ * @remarks
24
+ * The application name.
25
+ *
17
26
  * @example
18
27
  * or
19
28
  */
20
29
  appName?: string;
21
30
  /**
31
+ * @remarks
32
+ * The error code.
33
+ *
22
34
  * @example
23
35
  * ERROR-oo1
24
36
  */
25
37
  dynamicCode?: string;
26
38
  /**
39
+ * @remarks
40
+ * The dynamic message.
41
+ *
27
42
  * @example
28
43
  * SYSTEM_ERROR
29
44
  */
30
45
  dynamicMessage?: string;
46
+ /**
47
+ * @remarks
48
+ * The error parameters returned.
49
+ */
31
50
  errorArgs?: any[];
32
51
  /**
52
+ * @remarks
53
+ * The application module.
54
+ *
33
55
  * @example
34
56
  * true
35
57
  */
36
58
  module?: string;
37
59
  /**
60
+ * @remarks
61
+ * Id of the request
62
+ *
38
63
  * @example
39
64
  * 6C6B99AC-39EC-5350-874C-204128C905E6
40
65
  */
41
66
  requestId?: string;
42
67
  /**
68
+ * @remarks
69
+ * The error code.
70
+ *
43
71
  * @example
44
72
  * SYSTEM.ERROR
45
73
  */
46
74
  rootErrorCode?: string;
47
75
  /**
76
+ * @remarks
77
+ * The exception message.
78
+ *
48
79
  * @example
49
- * 系统异常
80
+ * System exception.
50
81
  */
51
82
  rootErrorMsg?: string;
52
83
  /**
84
+ * @remarks
85
+ * The reserved parameter.
86
+ *
53
87
  * @example
54
88
  * True
55
89
  */
@@ -46,7 +46,7 @@ export class GetAppInstanceForAdminResponseBody extends $dara.Model {
46
46
  dynamicMessage?: string;
47
47
  /**
48
48
  * @remarks
49
- * The error parameters returned.
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` placeholder in the **ErrMessage** response parameter.
42
- * > If **ErrMessage** returns **The Value of Input Parameter %s is not valid** and **DynamicMessage** returns **DtsJobId**, the request parameter **DtsJobId** that you specify is invalid.
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 gateway plug-in ID.
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 retry is allowed.
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
  /**
@@ -5,7 +5,7 @@ import * as $dara from '@darabonba/typescript';
5
5
  export class GetAppSandboxPreviewUrlRequest extends $dara.Model {
6
6
  /**
7
7
  * @remarks
8
- * session ID
8
+ * The session ID.
9
9
  *
10
10
  * @example
11
11
  * 593fe1a2-d0b4-4fde-a2b0-78ad6a438d41
@@ -13,7 +13,7 @@ export class GetAppSandboxPreviewUrlRequest extends $dara.Model {
13
13
  conversationId?: string;
14
14
  /**
15
15
  * @remarks
16
- * Specifies whether to restart the application process. This parameter is optional and defaults to false.
16
+ * Specifies whether to restart the application process. This parameter is optional. Default value: false.
17
17
  *
18
18
  * @example
19
19
  * true
@@ -5,7 +5,7 @@ import * as $dara from '@darabonba/typescript';
5
5
  export class GetAppSandboxPreviewUrlResponseBody extends $dara.Model {
6
6
  /**
7
7
  * @remarks
8
- * Detailed reason for access denial.
8
+ * The detailed reason why access is denied.
9
9
  *
10
10
  * @example
11
11
  * {}
@@ -13,7 +13,7 @@ export class GetAppSandboxPreviewUrlResponseBody extends $dara.Model {
13
13
  accessDeniedDetail?: string;
14
14
  /**
15
15
  * @remarks
16
- * is retry allowed
16
+ * Indicates whether retry is allowed.
17
17
  *
18
18
  * @example
19
19
  * False
@@ -21,7 +21,7 @@ export class GetAppSandboxPreviewUrlResponseBody extends $dara.Model {
21
21
  allowRetry?: boolean;
22
22
  /**
23
23
  * @remarks
24
- * App Name.
24
+ * The application name.
25
25
  *
26
26
  * @example
27
27
  * spring-cloud-b
@@ -29,7 +29,7 @@ export class GetAppSandboxPreviewUrlResponseBody extends $dara.Model {
29
29
  appName?: string;
30
30
  /**
31
31
  * @remarks
32
- * dynamic code; currently unused, please ignore
32
+ * The dynamic code. This parameter is not in use. Ignore this parameter.
33
33
  *
34
34
  * @example
35
35
  * ERROR-oo1
@@ -37,8 +37,8 @@ export class GetAppSandboxPreviewUrlResponseBody extends $dara.Model {
37
37
  dynamicCode?: string;
38
38
  /**
39
39
  * @remarks
40
- * dynamic error message used to replace `%s` in the **ErrMessage** error message.
41
- * > If **ErrMessage** returns **The Value of Input Parameter %s is not valid** and **DynamicMessage** returns **DtsJobId**, it indicates that the provided request parameter **DtsJobId** is invalid.
40
+ * The dynamic error message, which is used to replace the `%s` variable in the **ErrMessage** return parameter.
41
+ * > If **ErrMessage** returns **The Value of Input Parameter %s is not valid** and **DynamicMessage** returns **DtsJobId**, the request parameter **DtsJobId** is invalid.
42
42
  *
43
43
  * @example
44
44
  * SYSTEM_ERROR
@@ -46,12 +46,12 @@ export class GetAppSandboxPreviewUrlResponseBody extends $dara.Model {
46
46
  dynamicMessage?: string;
47
47
  /**
48
48
  * @remarks
49
- * returned error parameters
49
+ * The error parameters.
50
50
  */
51
51
  errorArgs?: any[];
52
52
  /**
53
53
  * @remarks
54
- * returned object.
54
+ * The response object.
55
55
  *
56
56
  * @example
57
57
  * true
@@ -67,7 +67,7 @@ export class GetAppSandboxPreviewUrlResponseBody extends $dara.Model {
67
67
  requestId?: string;
68
68
  /**
69
69
  * @remarks
70
- * error code
70
+ * The error code.
71
71
  *
72
72
  * @example
73
73
  * SYSTEM.ERROR
@@ -75,15 +75,15 @@ export class GetAppSandboxPreviewUrlResponseBody extends $dara.Model {
75
75
  rootErrorCode?: string;
76
76
  /**
77
77
  * @remarks
78
- * abnormal message
78
+ * The exception message.
79
79
  *
80
80
  * @example
81
- * 系统异常
81
+ * System exception.
82
82
  */
83
83
  rootErrorMsg?: string;
84
84
  /**
85
85
  * @remarks
86
- * Reserved parameter.
86
+ * A reserved parameter.
87
87
  *
88
88
  * @example
89
89
  * True