@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 GetAppSupabaseInstanceRequest extends $dara.Model {
6
6
  /**
7
7
  * @remarks
8
- * business ID
8
+ * The business ID.
9
9
  *
10
10
  * @example
11
11
  * WD20250703155602000001
@@ -5,7 +5,7 @@ import * as $dara from '@darabonba/typescript';
5
5
  export class GetAppSupabaseInstanceResponseBodyModule extends $dara.Model {
6
6
  /**
7
7
  * @remarks
8
- * anonymity key
8
+ * The anonymous key.
9
9
  *
10
10
  * @example
11
11
  * 1111
@@ -13,7 +13,7 @@ export class GetAppSupabaseInstanceResponseBodyModule extends $dara.Model {
13
13
  anonKey?: string;
14
14
  /**
15
15
  * @remarks
16
- * application instance business ID
16
+ * The business ID of the application instance.
17
17
  *
18
18
  * @example
19
19
  * WS20250915163734000001
@@ -21,7 +21,7 @@ export class GetAppSupabaseInstanceResponseBodyModule extends $dara.Model {
21
21
  bizId?: string;
22
22
  /**
23
23
  * @remarks
24
- * database instance ID
24
+ * The database instance ID.
25
25
  *
26
26
  * @example
27
27
  * selectdb-cn-2bl4djolb02
@@ -29,7 +29,7 @@ export class GetAppSupabaseInstanceResponseBodyModule extends $dara.Model {
29
29
  dbInstanceId?: string;
30
30
  /**
31
31
  * @remarks
32
- * Database public URL
32
+ * The public URL of the database.
33
33
  *
34
34
  * @example
35
35
  * 111
@@ -37,7 +37,7 @@ export class GetAppSupabaseInstanceResponseBodyModule extends $dara.Model {
37
37
  dbPublicUrl?: string;
38
38
  /**
39
39
  * @remarks
40
- * instance creation status
40
+ * The instance creation status.
41
41
  *
42
42
  * @example
43
43
  * 1111
@@ -45,7 +45,7 @@ export class GetAppSupabaseInstanceResponseBodyModule extends $dara.Model {
45
45
  instanceCreateStatus?: string;
46
46
  /**
47
47
  * @remarks
48
- * service key
48
+ * The service key.
49
49
  *
50
50
  * @example
51
51
  * e80f5a7a08514709a2fb
@@ -53,7 +53,7 @@ export class GetAppSupabaseInstanceResponseBodyModule extends $dara.Model {
53
53
  serviceKey?: string;
54
54
  /**
55
55
  * @remarks
56
- * trial, draft, live, refunded, expired, released
56
+ * trial,draft,live,refunded,expired,released
57
57
  *
58
58
  * @example
59
59
  * NORMAL
@@ -61,7 +61,7 @@ export class GetAppSupabaseInstanceResponseBodyModule extends $dara.Model {
61
61
  status?: number;
62
62
  /**
63
63
  * @remarks
64
- * Supabase instance ID
64
+ * The Supabase instance ID.
65
65
  *
66
66
  * @example
67
67
  * 1111
@@ -69,7 +69,7 @@ export class GetAppSupabaseInstanceResponseBodyModule extends $dara.Model {
69
69
  supabaseInstanceId?: string;
70
70
  /**
71
71
  * @remarks
72
- * Supabase public URL
72
+ * The public URL of the Supabase instance.
73
73
  *
74
74
  * @example
75
75
  * 111
@@ -115,7 +115,7 @@ export class GetAppSupabaseInstanceResponseBodyModule extends $dara.Model {
115
115
  export class GetAppSupabaseInstanceResponseBody extends $dara.Model {
116
116
  /**
117
117
  * @remarks
118
- * Detailed reason for access denial.
118
+ * The detailed reason why access is denied.
119
119
  *
120
120
  * @example
121
121
  * {}
@@ -123,7 +123,7 @@ export class GetAppSupabaseInstanceResponseBody extends $dara.Model {
123
123
  accessDeniedDetail?: string;
124
124
  /**
125
125
  * @remarks
126
- * Is retry allowed
126
+ * Indicates whether a retry is allowed.
127
127
  *
128
128
  * @example
129
129
  * False
@@ -131,7 +131,7 @@ export class GetAppSupabaseInstanceResponseBody extends $dara.Model {
131
131
  allowRetry?: boolean;
132
132
  /**
133
133
  * @remarks
134
- * App Name.
134
+ * The application name.
135
135
  *
136
136
  * @example
137
137
  * spring-cloud-b
@@ -139,7 +139,7 @@ export class GetAppSupabaseInstanceResponseBody extends $dara.Model {
139
139
  appName?: string;
140
140
  /**
141
141
  * @remarks
142
- * Dynamic error code.
142
+ * The dynamic error code.
143
143
  *
144
144
  * @example
145
145
  * ERROR-oo1
@@ -147,8 +147,8 @@ export class GetAppSupabaseInstanceResponseBody extends $dara.Model {
147
147
  dynamicCode?: string;
148
148
  /**
149
149
  * @remarks
150
- * Dynamic error message, used to replace the `%s` placeholder in the **ErrMessage** error message.
151
- * > 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.
150
+ * The dynamic error message, which is used to replace the `%s` placeholder in the **ErrMessage** return parameter.
151
+ * > 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.
152
152
  *
153
153
  * @example
154
154
  * SYSTEM_ERROR
@@ -156,12 +156,12 @@ export class GetAppSupabaseInstanceResponseBody extends $dara.Model {
156
156
  dynamicMessage?: string;
157
157
  /**
158
158
  * @remarks
159
- * Returned error parameters
159
+ * The error parameters returned.
160
160
  */
161
161
  errorArgs?: any[];
162
162
  /**
163
163
  * @remarks
164
- * Task object
164
+ * The task object.
165
165
  */
166
166
  module?: GetAppSupabaseInstanceResponseBodyModule;
167
167
  /**
@@ -174,7 +174,7 @@ export class GetAppSupabaseInstanceResponseBody extends $dara.Model {
174
174
  requestId?: string;
175
175
  /**
176
176
  * @remarks
177
- * error code
177
+ * The error code.
178
178
  *
179
179
  * @example
180
180
  * SYSTEM.ERROR
@@ -182,15 +182,15 @@ export class GetAppSupabaseInstanceResponseBody extends $dara.Model {
182
182
  rootErrorCode?: string;
183
183
  /**
184
184
  * @remarks
185
- * Abnormal message
185
+ * The exception message.
186
186
  *
187
187
  * @example
188
- * 系统异常
188
+ * System exception.
189
189
  */
190
190
  rootErrorMsg?: string;
191
191
  /**
192
192
  * @remarks
193
- * Spare parameter.
193
+ * A reserved parameter.
194
194
  *
195
195
  * @example
196
196
  * True
@@ -5,7 +5,7 @@ import * as $dara from '@darabonba/typescript';
5
5
  export class GetAppTemplateRequest extends $dara.Model {
6
6
  /**
7
7
  * @remarks
8
- * Template ID
8
+ * The template ID.
9
9
  *
10
10
  * @example
11
11
  * JKSVNY04LH7DRI6F
@@ -5,7 +5,7 @@ import * as $dara from '@darabonba/typescript';
5
5
  export class GetAppTemplateResponseBodyModule extends $dara.Model {
6
6
  /**
7
7
  * @remarks
8
- * Application type
8
+ * The application type.
9
9
  *
10
10
  * @example
11
11
  * TRACE
@@ -13,7 +13,7 @@ export class GetAppTemplateResponseBodyModule extends $dara.Model {
13
13
  appType?: string;
14
14
  /**
15
15
  * @remarks
16
- * Business ID
16
+ * The business ID.
17
17
  *
18
18
  * @example
19
19
  * WD20250703155602000001
@@ -21,7 +21,7 @@ export class GetAppTemplateResponseBodyModule extends $dara.Model {
21
21
  bizId?: string;
22
22
  /**
23
23
  * @remarks
24
- * color
24
+ * The color scheme.
25
25
  *
26
26
  * @example
27
27
  * red
@@ -29,7 +29,7 @@ export class GetAppTemplateResponseBodyModule extends $dara.Model {
29
29
  colorScheme?: string;
30
30
  /**
31
31
  * @remarks
32
- * Color name
32
+ * The color scheme name.
33
33
  *
34
34
  * @example
35
35
  * red
@@ -37,7 +37,7 @@ export class GetAppTemplateResponseBodyModule extends $dara.Model {
37
37
  colorSchemeName?: string;
38
38
  /**
39
39
  * @remarks
40
- * The actual data volume of the original table copied during DMS lockless change.
40
+ * The actual amount of data copied from the original table during a DMS lock-free schema change.
41
41
  *
42
42
  * @example
43
43
  * 100
@@ -45,7 +45,7 @@ export class GetAppTemplateResponseBodyModule extends $dara.Model {
45
45
  copyCount?: number;
46
46
  /**
47
47
  * @remarks
48
- * User ID of the creator.
48
+ * The user ID of the creator.
49
49
  *
50
50
  * @example
51
51
  * 208614160512124381
@@ -53,7 +53,7 @@ export class GetAppTemplateResponseBodyModule extends $dara.Model {
53
53
  creator?: string;
54
54
  /**
55
55
  * @remarks
56
- * Creation UTC time, in ISO 8601 date format.
56
+ * The creation time in UTC. The date format follows ISO 8601.
57
57
  *
58
58
  * Use the UTC time format: yyyy-MM-ddTHH:mm:ss.SSSZ
59
59
  *
@@ -63,7 +63,7 @@ export class GetAppTemplateResponseBodyModule extends $dara.Model {
63
63
  gmtCreateTime?: string;
64
64
  /**
65
65
  * @remarks
66
- * Modify time
66
+ * modify time
67
67
  *
68
68
  * Use the UTC time format: yyyy-MM-ddTHH:mm:ss.SSSZ
69
69
  *
@@ -73,7 +73,7 @@ export class GetAppTemplateResponseBodyModule extends $dara.Model {
73
73
  gmtModifiedTime?: string;
74
74
  /**
75
75
  * @remarks
76
- * Primary key
76
+ * The primary key.
77
77
  *
78
78
  * @example
79
79
  * 16257
@@ -81,19 +81,19 @@ export class GetAppTemplateResponseBodyModule extends $dara.Model {
81
81
  id?: number;
82
82
  /**
83
83
  * @remarks
84
- * Industry. Default value: **common** (general industry). Valid values:
84
+ * The industry. Default value: **common** (general industry). Valid values:
85
85
  *
86
- * - **microVideo**: Short video industry.
86
+ * - **microVideo**: short video industry.
87
87
  *
88
- * - **common**: General industry.
88
+ * - **common**: general industry.
89
89
  *
90
90
  * @example
91
- * 通用
91
+ * General.
92
92
  */
93
93
  industry?: string;
94
94
  /**
95
95
  * @remarks
96
- * Industry name.
96
+ * The industry name.
97
97
  *
98
98
  * @example
99
99
  * indextry
@@ -101,7 +101,7 @@ export class GetAppTemplateResponseBodyModule extends $dara.Model {
101
101
  industryName?: string;
102
102
  /**
103
103
  * @remarks
104
- * Last modifier
104
+ * The last modifier.
105
105
  *
106
106
  * @example
107
107
  * admin
@@ -109,7 +109,7 @@ export class GetAppTemplateResponseBodyModule extends $dara.Model {
109
109
  lastModifier?: string;
110
110
  /**
111
111
  * @remarks
112
- * Like count.
112
+ * The number of likes.
113
113
  *
114
114
  * @example
115
115
  * 100
@@ -117,27 +117,27 @@ export class GetAppTemplateResponseBodyModule extends $dara.Model {
117
117
  likeCount?: number;
118
118
  /**
119
119
  * @remarks
120
- * Whether the current user has liked it
120
+ * Indicates whether the current user has liked the template.
121
121
  */
122
122
  liked?: boolean;
123
123
  /**
124
124
  * @remarks
125
125
  * <props="china">
126
126
  *
127
- * Map of metadata for text segmentation.
127
+ * The metadata map of the text chunk.
128
128
  *
129
- * > In document-search-type knowledge bases, the `file_path` field in the metadata Map is meaningless. Do not use it in your business code.
129
+ * > The `file_path` field in the metadata map of a document search knowledge base is meaningless. Do not use it in your business code.
130
130
  *
131
- * > When retrieving a document-search-type knowledge base, if a segment contains an image, the image URL will be exposed through the `image_url` field in the metadata Map, along with a time-to-live (TTL).
131
+ * > When retrieving a document search knowledge base, if a chunk contains images, the image URL is returned through the `image_url` field in the metadata map, along with an expiration time.
132
132
  *
133
133
  *
134
134
  * <props="intl">
135
135
  *
136
- * Map of metadata for text segmentation.
136
+ * The metadata map of the text chunk.
137
137
  *
138
- * > In document-search-type knowledge bases, the `file_path` field in the metadata Map is meaningless. Do not use it in your business code.
138
+ * > The `file_path` field in the metadata map of a document search knowledge base is meaningless. Do not use it in your business code.
139
139
  *
140
- * > When retrieving a document-search-type knowledge base, if a segment contains an image, the image URL will be exposed through the `image_url` field in the metadata Map, along with a time-to-live (TTL).
140
+ * > When retrieving a document search knowledge base, if a chunk contains images, the image URL is returned through the `image_url` field in the metadata map, along with an expiration time.
141
141
  *
142
142
  * @example
143
143
  * {\\"operations\\":[{\\"operator\\":\\"replace\\",\\"oldMetaName\\":\\"character2_add\\",\\"newMetaType\\":\\"varchar(2)\\"}]}
@@ -145,7 +145,7 @@ export class GetAppTemplateResponseBodyModule extends $dara.Model {
145
145
  metadata?: string;
146
146
  /**
147
147
  * @remarks
148
- * Preview URL
148
+ * The preview URL.
149
149
  *
150
150
  * @example
151
151
  * https://preview-lyj.aliyuncs.com/preview/4825a3849c2e49e1b48804c7f90b766f?subSceneIds=807648
@@ -153,9 +153,9 @@ export class GetAppTemplateResponseBodyModule extends $dara.Model {
153
153
  previewUrl?: string;
154
154
  /**
155
155
  * @remarks
156
- * Edition. Valid values:
157
- * - **BasicVersion**: Basic Edition.
158
- * - **EnterpriseVersion**: Enterprise Edition.
156
+ * The product version. Valid values:
157
+ * - **BasicVersion**: Basic edition.
158
+ * - **EnterpriseVersion**: Enterprise edition.
159
159
  * > This parameter is required only when ProductForm is set to IntegrationForm.
160
160
  *
161
161
  * @example
@@ -164,7 +164,7 @@ export class GetAppTemplateResponseBodyModule extends $dara.Model {
164
164
  productVersion?: string;
165
165
  /**
166
166
  * @remarks
167
- * Edition Name.
167
+ * The edition name.
168
168
  *
169
169
  * @example
170
170
  * 1.0.2
@@ -172,7 +172,7 @@ export class GetAppTemplateResponseBodyModule extends $dara.Model {
172
172
  productVersionName?: string;
173
173
  /**
174
174
  * @remarks
175
- * Share count
175
+ * The number of shares.
176
176
  *
177
177
  * @example
178
178
  * 100
@@ -180,7 +180,7 @@ export class GetAppTemplateResponseBodyModule extends $dara.Model {
180
180
  shareCount?: number;
181
181
  /**
182
182
  * @remarks
183
- * trial, draft, live, refunded, expired, released
183
+ * trial,draft,live,refunded,expired,released
184
184
  *
185
185
  * @example
186
186
  * NORMAL
@@ -188,7 +188,7 @@ export class GetAppTemplateResponseBodyModule extends $dara.Model {
188
188
  status?: string;
189
189
  /**
190
190
  * @remarks
191
- * Template ID
191
+ * The template ID.
192
192
  *
193
193
  * @example
194
194
  * 7cc17da1-b670-4be7-a6b4-0b3cdf7bf5f7
@@ -196,7 +196,7 @@ export class GetAppTemplateResponseBodyModule extends $dara.Model {
196
196
  templateId?: string;
197
197
  /**
198
198
  * @remarks
199
- * Template Name
199
+ * The template name.
200
200
  *
201
201
  * @example
202
202
  * siemProtect_All_
@@ -204,7 +204,7 @@ export class GetAppTemplateResponseBodyModule extends $dara.Model {
204
204
  templateName?: string;
205
205
  /**
206
206
  * @remarks
207
- * application thumbnail
207
+ * The application thumbnail URL.
208
208
  *
209
209
  * @example
210
210
  * placeHolder
@@ -212,7 +212,7 @@ export class GetAppTemplateResponseBodyModule extends $dara.Model {
212
212
  thumbnailUrl?: string;
213
213
  /**
214
214
  * @remarks
215
- * View count.
215
+ * The number of views.
216
216
  *
217
217
  * @example
218
218
  * 100
@@ -220,9 +220,9 @@ export class GetAppTemplateResponseBodyModule extends $dara.Model {
220
220
  viewCount?: number;
221
221
  /**
222
222
  * @remarks
223
- * Hot word weight, an integer in the range [1, 5].
224
- * Common value: 4.
225
- * If the effect is not obvious, you can moderately increase the weight. However, if the weight is too high, it may cause negative effects and reduce the accuracy of detecting other words.
223
+ * The weight of the hot word. Valid values: integers in the range of [1, 5].
224
+ * Common value: 4.
225
+ * If the effect is not obvious, increase the weight as needed. However, a large weight may cause negative effects and lead to inaccurate recognition of other words.
226
226
  *
227
227
  * @example
228
228
  * 100
@@ -300,7 +300,7 @@ export class GetAppTemplateResponseBodyModule extends $dara.Model {
300
300
  export class GetAppTemplateResponseBody extends $dara.Model {
301
301
  /**
302
302
  * @remarks
303
- * permission denied information
303
+ * The access denied details.
304
304
  *
305
305
  * @example
306
306
  * {}
@@ -308,7 +308,7 @@ export class GetAppTemplateResponseBody extends $dara.Model {
308
308
  accessDeniedDetail?: string;
309
309
  /**
310
310
  * @remarks
311
- * is retry allowed
311
+ * Indicates whether a retry is allowed.
312
312
  *
313
313
  * @example
314
314
  * False
@@ -316,7 +316,7 @@ export class GetAppTemplateResponseBody extends $dara.Model {
316
316
  allowRetry?: boolean;
317
317
  /**
318
318
  * @remarks
319
- * App Name.
319
+ * The application name.
320
320
  *
321
321
  * @example
322
322
  * ish-intelligence-store-platform-admin-web
@@ -324,7 +324,7 @@ export class GetAppTemplateResponseBody extends $dara.Model {
324
324
  appName?: string;
325
325
  /**
326
326
  * @remarks
327
- * dynamic error Code
327
+ * The dynamic error code.
328
328
  *
329
329
  * @example
330
330
  * ERROR-oo1
@@ -332,8 +332,8 @@ export class GetAppTemplateResponseBody extends $dara.Model {
332
332
  dynamicCode?: string;
333
333
  /**
334
334
  * @remarks
335
- * dynamic error message, used to replace the `%s` placeholder in the **ErrMessage** error message.
336
- * > If **ErrMessage** returns **The Value of Input Parameter %s is not valid** and **DynamicMessage** returns **DtsJobId**, it indicates that the request parameter **DtsJobId** is invalid.
335
+ * The dynamic error message, which is used to replace the `%s` in the **ErrMessage** response parameter.
336
+ * > 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.
337
337
  *
338
338
  * @example
339
339
  * SYSTEM_ERROR
@@ -341,12 +341,12 @@ export class GetAppTemplateResponseBody extends $dara.Model {
341
341
  dynamicMessage?: string;
342
342
  /**
343
343
  * @remarks
344
- * returned error parameters
344
+ * The error parameters.
345
345
  */
346
346
  errorArgs?: any[];
347
347
  /**
348
348
  * @remarks
349
- * whether deletion succeeded
349
+ * Indicates whether the deletion is successful.
350
350
  */
351
351
  module?: GetAppTemplateResponseBodyModule;
352
352
  /**
@@ -359,7 +359,7 @@ export class GetAppTemplateResponseBody extends $dara.Model {
359
359
  requestId?: string;
360
360
  /**
361
361
  * @remarks
362
- * Error code
362
+ * The error code.
363
363
  *
364
364
  * @example
365
365
  * SYSTEM.ERROR
@@ -367,15 +367,15 @@ export class GetAppTemplateResponseBody extends $dara.Model {
367
367
  rootErrorCode?: string;
368
368
  /**
369
369
  * @remarks
370
- * abnormal message
370
+ * The exception message.
371
371
  *
372
372
  * @example
373
- * 系统异常
373
+ * System exception.
374
374
  */
375
375
  rootErrorMsg?: string;
376
376
  /**
377
377
  * @remarks
378
- * Reserved parameter.
378
+ * A reserved parameter.
379
379
  *
380
380
  * @example
381
381
  * True
@@ -29,7 +29,7 @@ export class GetOssUploadPolicyResponseBodyModule extends $dara.Model {
29
29
  policy?: string;
30
30
  /**
31
31
  * @remarks
32
- * The Security Token Service (STS) token. This parameter is null in non-STS scenarios.
32
+ * The Security Token Service (STS) token. This value is null in non-STS scenarios.
33
33
  *
34
34
  * @example
35
35
  * ***
@@ -105,7 +105,7 @@ export class GetOssUploadPolicyResponseBodyModule extends $dara.Model {
105
105
  export class GetOssUploadPolicyResponseBody extends $dara.Model {
106
106
  /**
107
107
  * @remarks
108
- * The detailed reason why access is denied.
108
+ * The detailed reason why access was denied.
109
109
  *
110
110
  * @example
111
111
  * {}
@@ -113,9 +113,9 @@ export class GetOssUploadPolicyResponseBody extends $dara.Model {
113
113
  accessDeniedDetail?: string;
114
114
  /**
115
115
  * @remarks
116
- * Indicates whether a retry is allowed. Valid values:
117
- * - false: No retry is allowed.
118
- * - true: A retry is allowed.
116
+ * Indicates whether retry is allowed. Valid values:
117
+ * - false: Retry is not allowed.
118
+ * - true: Retry is allowed.
119
119
  *
120
120
  * @example
121
121
  * False
@@ -176,7 +176,7 @@ export class GetOssUploadPolicyResponseBody extends $dara.Model {
176
176
  * The exception message.
177
177
  *
178
178
  * @example
179
- * 系统异常
179
+ * System exception
180
180
  */
181
181
  rootErrorMsg?: string;
182
182
  /**
@@ -4,6 +4,9 @@ import * as $dara from '@darabonba/typescript';
4
4
 
5
5
  export class GetTempDownloadUrlRequest extends $dara.Model {
6
6
  /**
7
+ * @remarks
8
+ * The key of the OSS object.
9
+ *
7
10
  * @example
8
11
  * backend/detection/objects/r-0008ujvfksltf5j45n81/task-000hckiuwyau0gwn17vq.jpg
9
12
  */
@@ -4,52 +4,87 @@ import * as $dara from '@darabonba/typescript';
4
4
 
5
5
  export class GetTempDownloadUrlResponseBody 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
  * spring-cloud-b
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 error message, which is used to replace the `%s` variable in the **ErrMessage** return parameter.
41
+ * > For example, if **ErrMessage** returns **The Value of Input Parameter %s is not valid** and **DynamicMessage** returns **DtsJobId**, the **DtsJobId** request parameter is invalid.
42
+ *
27
43
  * @example
28
44
  * SYSTEM_ERROR
29
45
  */
30
46
  dynamicMessage?: string;
47
+ /**
48
+ * @remarks
49
+ * The error parameters.
50
+ */
31
51
  errorArgs?: any[];
32
52
  /**
53
+ * @remarks
54
+ * The response data.
55
+ *
33
56
  * @example
34
57
  * true
35
58
  */
36
59
  module?: string;
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 error 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 processed synchronously.
87
+ *
53
88
  * @example
54
89
  * True
55
90
  */