@alicloud/websitebuild20250429 2.36.2 → 2.37.0
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 +23 -2
- package/dist/client.js +62 -2
- package/dist/client.js.map +1 -1
- package/dist/models/DeleteAppSceneRecipientRequest.d.ts +37 -0
- package/dist/models/DeleteAppSceneRecipientRequest.js +62 -0
- package/dist/models/DeleteAppSceneRecipientRequest.js.map +1 -0
- package/dist/models/DeleteAppSceneRecipientResponse.d.ts +19 -0
- package/dist/models/DeleteAppSceneRecipientResponse.js +69 -0
- package/dist/models/DeleteAppSceneRecipientResponse.js.map +1 -0
- package/dist/models/DeleteAppSceneRecipientResponseBody.d.ts +98 -0
- package/dist/models/DeleteAppSceneRecipientResponseBody.js +81 -0
- package/dist/models/DeleteAppSceneRecipientResponseBody.js.map +1 -0
- package/dist/models/ListAppInstanceDomainsRequest.d.ts +16 -2
- package/dist/models/ListAppInstanceDomainsRequest.js +2 -0
- package/dist/models/ListAppInstanceDomainsRequest.js.map +1 -1
- package/dist/models/ListAppInstanceDomainsResponseBody.d.ts +76 -29
- package/dist/models/ListAppInstanceDomainsResponseBody.js +12 -0
- package/dist/models/ListAppInstanceDomainsResponseBody.js.map +1 -1
- package/dist/models/ListAppTemplatesRequest.d.ts +12 -2
- package/dist/models/ListAppTemplatesRequest.js +4 -0
- package/dist/models/ListAppTemplatesRequest.js.map +1 -1
- package/dist/models/ListAppTemplatesResponseBody.d.ts +23 -21
- package/dist/models/ListAppTemplatesResponseBody.js +4 -0
- package/dist/models/ListAppTemplatesResponseBody.js.map +1 -1
- package/dist/models/model.d.ts +3 -0
- package/dist/models/model.js +16 -10
- package/dist/models/model.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +70 -2
- package/src/models/DeleteAppSceneRecipientRequest.ts +54 -0
- package/src/models/DeleteAppSceneRecipientResponse.ts +40 -0
- package/src/models/DeleteAppSceneRecipientResponseBody.ts +134 -0
- package/src/models/ListAppInstanceDomainsRequest.ts +18 -2
- package/src/models/ListAppInstanceDomainsResponseBody.ts +88 -29
- package/src/models/ListAppTemplatesRequest.ts +16 -2
- package/src/models/ListAppTemplatesResponseBody.ts +27 -21
- package/src/models/model.ts +3 -0
|
@@ -21,7 +21,7 @@ export class ListAppTemplatesResponseBodyModuleData extends $dara.Model {
|
|
|
21
21
|
bizId?: string;
|
|
22
22
|
/**
|
|
23
23
|
* @remarks
|
|
24
|
-
* The color.
|
|
24
|
+
* The color scheme.
|
|
25
25
|
*
|
|
26
26
|
* @example
|
|
27
27
|
* Red
|
|
@@ -29,7 +29,7 @@ export class ListAppTemplatesResponseBodyModuleData extends $dara.Model {
|
|
|
29
29
|
colorScheme?: string;
|
|
30
30
|
/**
|
|
31
31
|
* @remarks
|
|
32
|
-
* The color name.
|
|
32
|
+
* The color scheme name.
|
|
33
33
|
*
|
|
34
34
|
* @example
|
|
35
35
|
* red
|
|
@@ -81,7 +81,7 @@ export class ListAppTemplatesResponseBodyModuleData extends $dara.Model {
|
|
|
81
81
|
id?: number;
|
|
82
82
|
/**
|
|
83
83
|
* @remarks
|
|
84
|
-
* The industry of the file to be analyzed. Default value: **common** (general industry). Select an appropriate industry so that the backend matches the applicable
|
|
84
|
+
* The industry of the file to be analyzed. Default value: **common** (general industry). Select an appropriate industry so that the backend matches the algorithm combination applicable to the industry. Valid values:
|
|
85
85
|
*
|
|
86
86
|
* - **microVideo**: short video industry.
|
|
87
87
|
* - **common**: general industry.
|
|
@@ -98,6 +98,7 @@ export class ListAppTemplatesResponseBodyModuleData extends $dara.Model {
|
|
|
98
98
|
* abc
|
|
99
99
|
*/
|
|
100
100
|
industryName?: string;
|
|
101
|
+
isRecommended?: boolean;
|
|
101
102
|
/**
|
|
102
103
|
* @remarks
|
|
103
104
|
* The ID of the last modifier.
|
|
@@ -116,12 +117,12 @@ export class ListAppTemplatesResponseBodyModuleData extends $dara.Model {
|
|
|
116
117
|
likeCount?: number;
|
|
117
118
|
/**
|
|
118
119
|
* @remarks
|
|
119
|
-
* Indicates whether the current user has liked this
|
|
120
|
+
* Indicates whether the current user has liked this item.
|
|
120
121
|
*/
|
|
121
122
|
liked?: boolean;
|
|
122
123
|
/**
|
|
123
124
|
* @remarks
|
|
124
|
-
* The
|
|
125
|
+
* The repair action.
|
|
125
126
|
*
|
|
126
127
|
* @example
|
|
127
128
|
* {\\"memFrom\\": \\"text\\", \\"uid\\": \\"text\\", \\"labels\\": \\"jsonb\\", \\"content\\": \\"text\\", \\"fromId\\": \\"text\\", \\"uuid\\": \\"text\\"}
|
|
@@ -138,8 +139,8 @@ export class ListAppTemplatesResponseBodyModuleData extends $dara.Model {
|
|
|
138
139
|
/**
|
|
139
140
|
* @remarks
|
|
140
141
|
* The product version. Valid values:
|
|
141
|
-
* - **BasicVersion**: Basic
|
|
142
|
-
* - **EnterpriseVersion**: Enterprise
|
|
142
|
+
* - **BasicVersion**: Basic Edition.
|
|
143
|
+
* - **EnterpriseVersion**: Enterprise Edition.
|
|
143
144
|
*
|
|
144
145
|
* @example
|
|
145
146
|
* EnterpriseVersion
|
|
@@ -147,7 +148,7 @@ export class ListAppTemplatesResponseBodyModuleData extends $dara.Model {
|
|
|
147
148
|
productVersion?: string;
|
|
148
149
|
/**
|
|
149
150
|
* @remarks
|
|
150
|
-
* The
|
|
151
|
+
* The edition name.
|
|
151
152
|
*
|
|
152
153
|
* @example
|
|
153
154
|
* 1.0.1
|
|
@@ -223,6 +224,7 @@ export class ListAppTemplatesResponseBodyModuleData extends $dara.Model {
|
|
|
223
224
|
id: 'Id',
|
|
224
225
|
industry: 'Industry',
|
|
225
226
|
industryName: 'IndustryName',
|
|
227
|
+
isRecommended: 'IsRecommended',
|
|
226
228
|
lastModifier: 'LastModifier',
|
|
227
229
|
likeCount: 'LikeCount',
|
|
228
230
|
liked: 'Liked',
|
|
@@ -253,6 +255,7 @@ export class ListAppTemplatesResponseBodyModuleData extends $dara.Model {
|
|
|
253
255
|
id: 'number',
|
|
254
256
|
industry: 'string',
|
|
255
257
|
industryName: 'string',
|
|
258
|
+
isRecommended: 'boolean',
|
|
256
259
|
lastModifier: 'string',
|
|
257
260
|
likeCount: 'number',
|
|
258
261
|
liked: 'boolean',
|
|
@@ -290,7 +293,7 @@ export class ListAppTemplatesResponseBodyModuleNext extends $dara.Model {
|
|
|
290
293
|
appType?: string;
|
|
291
294
|
/**
|
|
292
295
|
* @remarks
|
|
293
|
-
* The
|
|
296
|
+
* The bizId of the associated application instance.
|
|
294
297
|
*
|
|
295
298
|
* @example
|
|
296
299
|
* WS20260502160409000001
|
|
@@ -298,7 +301,7 @@ export class ListAppTemplatesResponseBodyModuleNext extends $dara.Model {
|
|
|
298
301
|
bizId?: string;
|
|
299
302
|
/**
|
|
300
303
|
* @remarks
|
|
301
|
-
* The color.
|
|
304
|
+
* The color scheme.
|
|
302
305
|
*
|
|
303
306
|
* @example
|
|
304
307
|
* red
|
|
@@ -306,7 +309,7 @@ export class ListAppTemplatesResponseBodyModuleNext extends $dara.Model {
|
|
|
306
309
|
colorScheme?: string;
|
|
307
310
|
/**
|
|
308
311
|
* @remarks
|
|
309
|
-
* The color name.
|
|
312
|
+
* The color scheme name.
|
|
310
313
|
*
|
|
311
314
|
* @example
|
|
312
315
|
* red
|
|
@@ -372,9 +375,10 @@ export class ListAppTemplatesResponseBodyModuleNext extends $dara.Model {
|
|
|
372
375
|
* abc
|
|
373
376
|
*/
|
|
374
377
|
industryName?: string;
|
|
378
|
+
isRecommended?: boolean;
|
|
375
379
|
/**
|
|
376
380
|
* @remarks
|
|
377
|
-
* The ID of the last
|
|
381
|
+
* The ID of the user who last modified the resource.
|
|
378
382
|
*
|
|
379
383
|
* @example
|
|
380
384
|
* admin
|
|
@@ -390,12 +394,12 @@ export class ListAppTemplatesResponseBodyModuleNext extends $dara.Model {
|
|
|
390
394
|
likeCount?: number;
|
|
391
395
|
/**
|
|
392
396
|
* @remarks
|
|
393
|
-
* Indicates whether the current user has liked this
|
|
397
|
+
* Indicates whether the current user has liked this item.
|
|
394
398
|
*/
|
|
395
399
|
liked?: boolean;
|
|
396
400
|
/**
|
|
397
401
|
* @remarks
|
|
398
|
-
* The
|
|
402
|
+
* The fix content.
|
|
399
403
|
*
|
|
400
404
|
* @example
|
|
401
405
|
* {\\"knowledge_point\\":\\"text\\",\\"trunk_id\\":\\"text\\",\\"doc_name\\":\\"text\\",\\"knowledge_point_id\\":\\"text\\",\\"doc_id\\":\\"text\\",\\"trunk_content\\":\\"text\\"}
|
|
@@ -411,9 +415,9 @@ export class ListAppTemplatesResponseBodyModuleNext extends $dara.Model {
|
|
|
411
415
|
previewUrl?: string;
|
|
412
416
|
/**
|
|
413
417
|
* @remarks
|
|
414
|
-
* The product
|
|
415
|
-
* - **BasicVersion**: Basic
|
|
416
|
-
* - **EnterpriseVersion**: Enterprise
|
|
418
|
+
* The product edition. Valid values:
|
|
419
|
+
* - **BasicVersion**: Basic Edition.
|
|
420
|
+
* - **EnterpriseVersion**: Enterprise Edition.
|
|
417
421
|
* > This parameter is required only when ProductForm is set to IntegrationForm.
|
|
418
422
|
*
|
|
419
423
|
* @example
|
|
@@ -422,7 +426,7 @@ export class ListAppTemplatesResponseBodyModuleNext extends $dara.Model {
|
|
|
422
426
|
productVersion?: string;
|
|
423
427
|
/**
|
|
424
428
|
* @remarks
|
|
425
|
-
* The
|
|
429
|
+
* The product edition name.
|
|
426
430
|
*
|
|
427
431
|
* @example
|
|
428
432
|
* 1.0.2
|
|
@@ -438,7 +442,7 @@ export class ListAppTemplatesResponseBodyModuleNext extends $dara.Model {
|
|
|
438
442
|
shareCount?: number;
|
|
439
443
|
/**
|
|
440
444
|
* @remarks
|
|
441
|
-
* Valid values: unknown, init, testing, online.
|
|
445
|
+
* The status. Valid values: unknown, init, testing, online.
|
|
442
446
|
*
|
|
443
447
|
* @example
|
|
444
448
|
* Succeeded
|
|
@@ -497,6 +501,7 @@ export class ListAppTemplatesResponseBodyModuleNext extends $dara.Model {
|
|
|
497
501
|
id: 'Id',
|
|
498
502
|
industry: 'Industry',
|
|
499
503
|
industryName: 'IndustryName',
|
|
504
|
+
isRecommended: 'IsRecommended',
|
|
500
505
|
lastModifier: 'LastModifier',
|
|
501
506
|
likeCount: 'LikeCount',
|
|
502
507
|
liked: 'Liked',
|
|
@@ -527,6 +532,7 @@ export class ListAppTemplatesResponseBodyModuleNext extends $dara.Model {
|
|
|
527
532
|
id: 'number',
|
|
528
533
|
industry: 'string',
|
|
529
534
|
industryName: 'string',
|
|
535
|
+
isRecommended: 'boolean',
|
|
530
536
|
lastModifier: 'string',
|
|
531
537
|
likeCount: 'number',
|
|
532
538
|
liked: 'boolean',
|
|
@@ -598,7 +604,7 @@ export class ListAppTemplatesResponseBodyModule extends $dara.Model {
|
|
|
598
604
|
prePage?: boolean;
|
|
599
605
|
/**
|
|
600
606
|
* @remarks
|
|
601
|
-
* In addition to the pagination limit, the server processes a maximum of 1000 recent records
|
|
607
|
+
* In addition to the pagination limit, the server processes a maximum of 1000 recent records for the current query. If the result exceeds 1000 records, **ResultLimit** is **true**, and you need to narrow the time range and search again. Otherwise, **ResultLimit** is **false**.
|
|
602
608
|
*
|
|
603
609
|
* @example
|
|
604
610
|
* False
|
|
@@ -753,7 +759,7 @@ export class ListAppTemplatesResponseBody extends $dara.Model {
|
|
|
753
759
|
* The exception message.
|
|
754
760
|
*
|
|
755
761
|
* @example
|
|
756
|
-
*
|
|
762
|
+
* System exception
|
|
757
763
|
*/
|
|
758
764
|
rootErrorMsg?: string;
|
|
759
765
|
/**
|
package/src/models/model.ts
CHANGED
|
@@ -354,6 +354,9 @@ export { DeleteAppNotificationSceneResponse } from './DeleteAppNotificationScene
|
|
|
354
354
|
export { DeleteAppPluginRequest } from './DeleteAppPluginRequest';
|
|
355
355
|
export { DeleteAppPluginResponseBody } from './DeleteAppPluginResponseBody';
|
|
356
356
|
export { DeleteAppPluginResponse } from './DeleteAppPluginResponse';
|
|
357
|
+
export { DeleteAppSceneRecipientRequest } from './DeleteAppSceneRecipientRequest';
|
|
358
|
+
export { DeleteAppSceneRecipientResponseBody } from './DeleteAppSceneRecipientResponseBody';
|
|
359
|
+
export { DeleteAppSceneRecipientResponse } from './DeleteAppSceneRecipientResponse';
|
|
357
360
|
export { DeleteAppSupabaseSecretsRequest } from './DeleteAppSupabaseSecretsRequest';
|
|
358
361
|
export { DeleteAppSupabaseSecretsResponseBody } from './DeleteAppSupabaseSecretsResponseBody';
|
|
359
362
|
export { DeleteAppSupabaseSecretsResponse } from './DeleteAppSupabaseSecretsResponse';
|