@alicloud/websitebuild20250429 2.27.0 → 2.27.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 +8 -8
- package/dist/client.js +22 -9
- package/dist/client.js.map +1 -1
- package/dist/models/AppInstanceProfile.d.ts +3 -2
- package/dist/models/AppInstanceProfile.js +6 -4
- package/dist/models/AppInstanceProfile.js.map +1 -1
- package/dist/models/ConfirmAppInstanceRequest.d.ts +37 -0
- package/dist/models/ConfirmAppInstanceRequest.js.map +1 -1
- package/dist/models/ConfirmAppInstanceResponseBody.d.ts +47 -0
- package/dist/models/ConfirmAppInstanceResponseBody.js.map +1 -1
- package/dist/models/ListAppInstancesRequest.d.ts +4 -3
- package/dist/models/ListAppInstancesRequest.js +5 -0
- package/dist/models/ListAppInstancesRequest.js.map +1 -1
- package/dist/models/ListAppInstancesResponseBody.d.ts +3 -3
- package/dist/models/ListAppInstancesShrinkRequest.d.ts +4 -3
- package/dist/models/ListAppInstancesShrinkRequest.js +2 -0
- package/dist/models/ListAppInstancesShrinkRequest.js.map +1 -1
- package/dist/models/NotifyAppNotificationForAdminRequest.d.ts +10 -0
- package/dist/models/NotifyAppNotificationForAdminRequest.js +2 -0
- package/dist/models/NotifyAppNotificationForAdminRequest.js.map +1 -1
- package/dist/models/NotifyAppNotificationForAdminResponseBody.d.ts +34 -0
- package/dist/models/NotifyAppNotificationForAdminResponseBody.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +25 -9
- package/src/models/AppInstanceProfile.ts +9 -6
- package/src/models/ConfirmAppInstanceRequest.ts +37 -0
- package/src/models/ConfirmAppInstanceResponseBody.ts +47 -0
- package/src/models/ListAppInstancesRequest.ts +9 -3
- package/src/models/ListAppInstancesResponseBody.ts +3 -3
- package/src/models/ListAppInstancesShrinkRequest.ts +6 -3
- package/src/models/NotifyAppNotificationForAdminRequest.ts +12 -0
- package/src/models/NotifyAppNotificationForAdminResponseBody.ts +34 -0
|
@@ -3,10 +3,13 @@ export declare class AppInstanceProfile extends $dara.Model {
|
|
|
3
3
|
applicationType?: string;
|
|
4
4
|
applicationTypeText?: string;
|
|
5
5
|
bizId?: string;
|
|
6
|
+
chatbiTaskId?: string;
|
|
7
|
+
chatbiTaskStatus?: string;
|
|
6
8
|
commodityCode?: string;
|
|
7
9
|
customerService?: string;
|
|
8
10
|
deployArea?: string;
|
|
9
11
|
instanceId?: string;
|
|
12
|
+
openChatBi?: boolean;
|
|
10
13
|
ordTime?: string;
|
|
11
14
|
orderId?: string;
|
|
12
15
|
payTime?: string;
|
|
@@ -17,8 +20,6 @@ export declare class AppInstanceProfile extends $dara.Model {
|
|
|
17
20
|
source?: string;
|
|
18
21
|
templateEtag?: string;
|
|
19
22
|
templateId?: string;
|
|
20
|
-
chatbiTaskId?: string;
|
|
21
|
-
chatbiTaskStatus?: string;
|
|
22
23
|
static names(): {
|
|
23
24
|
[key: string]: string;
|
|
24
25
|
};
|
|
@@ -42,10 +42,13 @@ class AppInstanceProfile extends $dara.Model {
|
|
|
42
42
|
applicationType: 'ApplicationType',
|
|
43
43
|
applicationTypeText: 'ApplicationTypeText',
|
|
44
44
|
bizId: 'BizId',
|
|
45
|
+
chatbiTaskId: 'ChatbiTaskId',
|
|
46
|
+
chatbiTaskStatus: 'ChatbiTaskStatus',
|
|
45
47
|
commodityCode: 'CommodityCode',
|
|
46
48
|
customerService: 'CustomerService',
|
|
47
49
|
deployArea: 'DeployArea',
|
|
48
50
|
instanceId: 'InstanceId',
|
|
51
|
+
openChatBi: 'OpenChatBi',
|
|
49
52
|
ordTime: 'OrdTime',
|
|
50
53
|
orderId: 'OrderId',
|
|
51
54
|
payTime: 'PayTime',
|
|
@@ -56,8 +59,6 @@ class AppInstanceProfile extends $dara.Model {
|
|
|
56
59
|
source: 'Source',
|
|
57
60
|
templateEtag: 'TemplateEtag',
|
|
58
61
|
templateId: 'TemplateId',
|
|
59
|
-
chatbiTaskId: 'chatbiTaskId',
|
|
60
|
-
chatbiTaskStatus: 'chatbiTaskStatus',
|
|
61
62
|
};
|
|
62
63
|
}
|
|
63
64
|
static types() {
|
|
@@ -65,10 +66,13 @@ class AppInstanceProfile extends $dara.Model {
|
|
|
65
66
|
applicationType: 'string',
|
|
66
67
|
applicationTypeText: 'string',
|
|
67
68
|
bizId: 'string',
|
|
69
|
+
chatbiTaskId: 'string',
|
|
70
|
+
chatbiTaskStatus: 'string',
|
|
68
71
|
commodityCode: 'string',
|
|
69
72
|
customerService: 'string',
|
|
70
73
|
deployArea: 'string',
|
|
71
74
|
instanceId: 'string',
|
|
75
|
+
openChatBi: 'boolean',
|
|
72
76
|
ordTime: 'string',
|
|
73
77
|
orderId: 'string',
|
|
74
78
|
payTime: 'string',
|
|
@@ -79,8 +83,6 @@ class AppInstanceProfile extends $dara.Model {
|
|
|
79
83
|
source: 'string',
|
|
80
84
|
templateEtag: 'string',
|
|
81
85
|
templateId: 'string',
|
|
82
|
-
chatbiTaskId: 'string',
|
|
83
|
-
chatbiTaskStatus: 'string',
|
|
84
86
|
};
|
|
85
87
|
}
|
|
86
88
|
validate() {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AppInstanceProfile.js","sourceRoot":"","sources":["../../src/models/AppInstanceProfile.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,kBAAmB,SAAQ,KAAK,CAAC,KAAK;
|
|
1
|
+
{"version":3,"file":"AppInstanceProfile.js","sourceRoot":"","sources":["../../src/models/AppInstanceProfile.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,kBAAmB,SAAQ,KAAK,CAAC,KAAK;IAqBjD,MAAM,CAAC,KAAK;QACV,OAAO;YACL,eAAe,EAAE,iBAAiB;YAClC,mBAAmB,EAAE,qBAAqB;YAC1C,KAAK,EAAE,OAAO;YACd,YAAY,EAAE,cAAc;YAC5B,gBAAgB,EAAE,kBAAkB;YACpC,aAAa,EAAE,eAAe;YAC9B,eAAe,EAAE,iBAAiB;YAClC,UAAU,EAAE,YAAY;YACxB,UAAU,EAAE,YAAY;YACxB,UAAU,EAAE,YAAY;YACxB,OAAO,EAAE,SAAS;YAClB,OAAO,EAAE,SAAS;YAClB,OAAO,EAAE,SAAS;YAClB,UAAU,EAAE,YAAY;YACxB,OAAO,EAAE,SAAS;YAClB,WAAW,EAAE,aAAa;YAC1B,eAAe,EAAE,iBAAiB;YAClC,MAAM,EAAE,QAAQ;YAChB,YAAY,EAAE,cAAc;YAC5B,UAAU,EAAE,YAAY;SACzB,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,eAAe,EAAE,QAAQ;YACzB,mBAAmB,EAAE,QAAQ;YAC7B,KAAK,EAAE,QAAQ;YACf,YAAY,EAAE,QAAQ;YACtB,gBAAgB,EAAE,QAAQ;YAC1B,aAAa,EAAE,QAAQ;YACvB,eAAe,EAAE,QAAQ;YACzB,UAAU,EAAE,QAAQ;YACpB,UAAU,EAAE,QAAQ;YACpB,UAAU,EAAE,SAAS;YACrB,OAAO,EAAE,QAAQ;YACjB,OAAO,EAAE,QAAQ;YACjB,OAAO,EAAE,QAAQ;YACjB,UAAU,EAAE,QAAQ;YACpB,OAAO,EAAE,QAAQ;YACjB,WAAW,EAAE,QAAQ;YACrB,eAAe,EAAE,QAAQ;YACzB,MAAM,EAAE,QAAQ;YAChB,YAAY,EAAE,QAAQ;YACtB,UAAU,EAAE,QAAQ;SACrB,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AA9ED,gDA8EC"}
|
|
@@ -1,56 +1,93 @@
|
|
|
1
1
|
import * as $dara from '@darabonba/typescript';
|
|
2
2
|
export declare class ConfirmAppInstanceRequest extends $dara.Model {
|
|
3
3
|
/**
|
|
4
|
+
* @remarks
|
|
5
|
+
* The application type.
|
|
6
|
+
*
|
|
4
7
|
* @example
|
|
5
8
|
* PC_WebSite
|
|
6
9
|
*/
|
|
7
10
|
applicationType?: string;
|
|
8
11
|
/**
|
|
12
|
+
* @remarks
|
|
13
|
+
* Specifies whether to enable auto-renewal upon expiration.
|
|
14
|
+
*
|
|
9
15
|
* @example
|
|
10
16
|
* false
|
|
11
17
|
*/
|
|
12
18
|
autoRenew?: boolean;
|
|
13
19
|
/**
|
|
20
|
+
* @remarks
|
|
21
|
+
* The client token that is used to ensure the idempotence of the request. Generate a unique value from your client. The ClientToken value can contain only ASCII characters and cannot exceed 64 characters in length.
|
|
22
|
+
*
|
|
14
23
|
* @example
|
|
15
24
|
* 123456
|
|
16
25
|
*/
|
|
17
26
|
clientToken?: string;
|
|
18
27
|
/**
|
|
28
|
+
* @remarks
|
|
29
|
+
* The deployment region.
|
|
30
|
+
*
|
|
19
31
|
* @example
|
|
20
32
|
* HongKong
|
|
21
33
|
*/
|
|
22
34
|
deployArea?: string;
|
|
23
35
|
/**
|
|
36
|
+
* @remarks
|
|
37
|
+
* Required. The number of subscription periods.
|
|
38
|
+
*
|
|
24
39
|
* @example
|
|
25
40
|
* 1
|
|
26
41
|
*/
|
|
27
42
|
duration?: number;
|
|
28
43
|
/**
|
|
44
|
+
* @remarks
|
|
45
|
+
* The extended information.
|
|
46
|
+
*
|
|
29
47
|
* @example
|
|
30
48
|
* {\\"deliveryNodeName\\":\\"视觉设计确认\\",\\"deliveryNodeStatus\\":\\"Reject\\",\\"deliveryOperatorRole\\":\\"Customer\\"}
|
|
31
49
|
*/
|
|
32
50
|
extend?: string;
|
|
33
51
|
/**
|
|
52
|
+
* @remarks
|
|
53
|
+
* The payment type.
|
|
54
|
+
*
|
|
34
55
|
* @example
|
|
35
56
|
* AUTO_PAY
|
|
36
57
|
*/
|
|
37
58
|
paymentType?: string;
|
|
38
59
|
/**
|
|
60
|
+
* @remarks
|
|
61
|
+
* Required. The unit of the subscription period. Valid values:
|
|
62
|
+
* - Year: year
|
|
63
|
+
* - Month: month
|
|
64
|
+
* - Day: day
|
|
65
|
+
* - Hour: hour.
|
|
66
|
+
*
|
|
39
67
|
* @example
|
|
40
68
|
* Month
|
|
41
69
|
*/
|
|
42
70
|
pricingCycle?: string;
|
|
43
71
|
/**
|
|
72
|
+
* @remarks
|
|
73
|
+
* Required. The number of instances to purchase.
|
|
74
|
+
*
|
|
44
75
|
* @example
|
|
45
76
|
* 1
|
|
46
77
|
*/
|
|
47
78
|
quantity?: number;
|
|
48
79
|
/**
|
|
80
|
+
* @remarks
|
|
81
|
+
* The website version.
|
|
82
|
+
*
|
|
49
83
|
* @example
|
|
50
84
|
* Basic_Edition
|
|
51
85
|
*/
|
|
52
86
|
siteVersion?: string;
|
|
53
87
|
/**
|
|
88
|
+
* @remarks
|
|
89
|
+
* The business ID of the trial instance.
|
|
90
|
+
*
|
|
54
91
|
* @example
|
|
55
92
|
* WS123456
|
|
56
93
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ConfirmAppInstanceRequest.js","sourceRoot":"","sources":["../../src/models/ConfirmAppInstanceRequest.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,yBAA0B,SAAQ,KAAK,CAAC,KAAK;
|
|
1
|
+
{"version":3,"file":"ConfirmAppInstanceRequest.js","sourceRoot":"","sources":["../../src/models/ConfirmAppInstanceRequest.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,yBAA0B,SAAQ,KAAK,CAAC,KAAK;IA8FxD,MAAM,CAAC,KAAK;QACV,OAAO;YACL,eAAe,EAAE,iBAAiB;YAClC,SAAS,EAAE,WAAW;YACtB,WAAW,EAAE,aAAa;YAC1B,UAAU,EAAE,YAAY;YACxB,QAAQ,EAAE,UAAU;YACpB,MAAM,EAAE,QAAQ;YAChB,WAAW,EAAE,aAAa;YAC1B,YAAY,EAAE,cAAc;YAC5B,QAAQ,EAAE,UAAU;YACpB,WAAW,EAAE,aAAa;YAC1B,UAAU,EAAE,YAAY;YACxB,OAAO,EAAE,SAAS;SACnB,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,eAAe,EAAE,QAAQ;YACzB,SAAS,EAAE,SAAS;YACpB,WAAW,EAAE,QAAQ;YACrB,UAAU,EAAE,QAAQ;YACpB,QAAQ,EAAE,QAAQ;YAClB,MAAM,EAAE,QAAQ;YAChB,WAAW,EAAE,QAAQ;YACrB,YAAY,EAAE,QAAQ;YACtB,QAAQ,EAAE,QAAQ;YAClB,WAAW,EAAE,QAAQ;YACrB,UAAU,EAAE,QAAQ;YACpB,OAAO,EAAE,QAAQ;SAClB,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AAvID,8DAuIC"}
|
|
@@ -1,21 +1,33 @@
|
|
|
1
1
|
import * as $dara from '@darabonba/typescript';
|
|
2
2
|
export declare class ConfirmAppInstanceResponseBodyModule extends $dara.Model {
|
|
3
3
|
/**
|
|
4
|
+
* @remarks
|
|
5
|
+
* The business ID.
|
|
6
|
+
*
|
|
4
7
|
* @example
|
|
5
8
|
* WD20250703155602000001
|
|
6
9
|
*/
|
|
7
10
|
bizId?: string;
|
|
8
11
|
/**
|
|
12
|
+
* @remarks
|
|
13
|
+
* The instance ID.
|
|
14
|
+
*
|
|
9
15
|
* @example
|
|
10
16
|
* idaas-cn-7mz2uc8v902
|
|
11
17
|
*/
|
|
12
18
|
instanceId?: string;
|
|
13
19
|
/**
|
|
20
|
+
* @remarks
|
|
21
|
+
* The order ID.
|
|
22
|
+
*
|
|
14
23
|
* @example
|
|
15
24
|
* 247748990880615
|
|
16
25
|
*/
|
|
17
26
|
orderId?: string;
|
|
18
27
|
/**
|
|
28
|
+
* @remarks
|
|
29
|
+
* The second-level domain name of the website.
|
|
30
|
+
*
|
|
19
31
|
* @example
|
|
20
32
|
* abcd.scd.wanwang.xin
|
|
21
33
|
*/
|
|
@@ -33,48 +45,83 @@ export declare class ConfirmAppInstanceResponseBodyModule extends $dara.Model {
|
|
|
33
45
|
}
|
|
34
46
|
export declare class ConfirmAppInstanceResponseBody extends $dara.Model {
|
|
35
47
|
/**
|
|
48
|
+
* @remarks
|
|
49
|
+
* The details about the access denial.
|
|
50
|
+
*
|
|
36
51
|
* @example
|
|
37
52
|
* {}
|
|
38
53
|
*/
|
|
39
54
|
accessDeniedDetail?: string;
|
|
40
55
|
/**
|
|
56
|
+
* @remarks
|
|
57
|
+
* Indicates whether retry is allowed.
|
|
58
|
+
*
|
|
41
59
|
* @example
|
|
42
60
|
* False
|
|
43
61
|
*/
|
|
44
62
|
allowRetry?: boolean;
|
|
45
63
|
/**
|
|
64
|
+
* @remarks
|
|
65
|
+
* The application name. The application with this name is queried.
|
|
66
|
+
*
|
|
46
67
|
* @example
|
|
47
68
|
* spring-cloud-b
|
|
48
69
|
*/
|
|
49
70
|
appName?: string;
|
|
50
71
|
/**
|
|
72
|
+
* @remarks
|
|
73
|
+
* The dynamic error code.
|
|
74
|
+
*
|
|
51
75
|
* @example
|
|
52
76
|
* ERROR-oo1
|
|
53
77
|
*/
|
|
54
78
|
dynamicCode?: string;
|
|
55
79
|
/**
|
|
80
|
+
* @remarks
|
|
81
|
+
* The dynamic message.
|
|
82
|
+
*
|
|
56
83
|
* @example
|
|
57
84
|
* SYSTEM_ERROR
|
|
58
85
|
*/
|
|
59
86
|
dynamicMessage?: string;
|
|
87
|
+
/**
|
|
88
|
+
* @remarks
|
|
89
|
+
* The error parameters.
|
|
90
|
+
*/
|
|
60
91
|
errorArgs?: any[];
|
|
92
|
+
/**
|
|
93
|
+
* @remarks
|
|
94
|
+
* The response data.
|
|
95
|
+
*/
|
|
61
96
|
module?: ConfirmAppInstanceResponseBodyModule;
|
|
62
97
|
/**
|
|
98
|
+
* @remarks
|
|
99
|
+
* Id of the request
|
|
100
|
+
*
|
|
63
101
|
* @example
|
|
64
102
|
* 6C6B99AC-39EC-5350-874C-204128C905E6
|
|
65
103
|
*/
|
|
66
104
|
requestId?: string;
|
|
67
105
|
/**
|
|
106
|
+
* @remarks
|
|
107
|
+
* The error code.
|
|
108
|
+
*
|
|
68
109
|
* @example
|
|
69
110
|
* SYSTEM.ERROR
|
|
70
111
|
*/
|
|
71
112
|
rootErrorCode?: string;
|
|
72
113
|
/**
|
|
114
|
+
* @remarks
|
|
115
|
+
* The error message.
|
|
116
|
+
*
|
|
73
117
|
* @example
|
|
74
118
|
* 系统异常
|
|
75
119
|
*/
|
|
76
120
|
rootErrorMsg?: string;
|
|
77
121
|
/**
|
|
122
|
+
* @remarks
|
|
123
|
+
* The reserved parameter.
|
|
124
|
+
*
|
|
78
125
|
* @example
|
|
79
126
|
* True
|
|
80
127
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ConfirmAppInstanceResponseBody.js","sourceRoot":"","sources":["../../src/models/ConfirmAppInstanceResponseBody.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,oCAAqC,SAAQ,KAAK,CAAC,KAAK;
|
|
1
|
+
{"version":3,"file":"ConfirmAppInstanceResponseBody.js","sourceRoot":"","sources":["../../src/models/ConfirmAppInstanceResponseBody.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,oCAAqC,SAAQ,KAAK,CAAC,KAAK;IAiCnE,MAAM,CAAC,KAAK;QACV,OAAO;YACL,KAAK,EAAE,OAAO;YACd,UAAU,EAAE,YAAY;YACxB,OAAO,EAAE,SAAS;YAClB,QAAQ,EAAE,UAAU;SACrB,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,KAAK,EAAE,QAAQ;YACf,UAAU,EAAE,QAAQ;YACpB,OAAO,EAAE,QAAQ;YACjB,QAAQ,EAAE,QAAQ;SACnB,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AA1DD,oFA0DC;AAED,MAAa,8BAA+B,SAAQ,KAAK,CAAC,KAAK;IAmF7D,MAAM,CAAC,KAAK;QACV,OAAO;YACL,kBAAkB,EAAE,oBAAoB;YACxC,UAAU,EAAE,YAAY;YACxB,OAAO,EAAE,SAAS;YAClB,WAAW,EAAE,aAAa;YAC1B,cAAc,EAAE,gBAAgB;YAChC,SAAS,EAAE,WAAW;YACtB,MAAM,EAAE,QAAQ;YAChB,SAAS,EAAE,WAAW;YACtB,aAAa,EAAE,eAAe;YAC9B,YAAY,EAAE,cAAc;YAC5B,OAAO,EAAE,SAAS;SACnB,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,kBAAkB,EAAE,QAAQ;YAC5B,UAAU,EAAE,SAAS;YACrB,OAAO,EAAE,QAAQ;YACjB,WAAW,EAAE,QAAQ;YACrB,cAAc,EAAE,QAAQ;YACxB,SAAS,EAAE,EAAE,MAAM,EAAE,OAAO,EAAE,UAAU,EAAE,KAAK,EAAE;YACjD,MAAM,EAAE,oCAAoC;YAC5C,SAAS,EAAE,QAAQ;YACnB,aAAa,EAAE,QAAQ;YACvB,YAAY,EAAE,QAAQ;YACtB,OAAO,EAAE,SAAS;SACnB,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,IAAG,KAAK,CAAC,OAAO,CAAC,IAAI,CAAC,SAAS,CAAC,EAAE,CAAC;YACjC,KAAK,CAAC,KAAK,CAAC,aAAa,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC;QAC5C,CAAC;QACD,IAAG,IAAI,CAAC,MAAM,IAAI,OAAQ,IAAI,CAAC,MAAc,CAAC,QAAQ,KAAK,UAAU,EAAE,CAAC;YACrE,IAAI,CAAC,MAAc,CAAC,QAAQ,EAAE,CAAC;QAClC,CAAC;QACD,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AAhID,wEAgIC"}
|
|
@@ -8,6 +8,7 @@ export declare class ListAppInstancesRequest extends $dara.Model {
|
|
|
8
8
|
* WS20250731233102000001
|
|
9
9
|
*/
|
|
10
10
|
bizId?: string;
|
|
11
|
+
bizIds?: string[];
|
|
11
12
|
/**
|
|
12
13
|
* @remarks
|
|
13
14
|
* The start of the expiration time range.
|
|
@@ -44,7 +45,7 @@ export declare class ListAppInstancesRequest extends $dara.Model {
|
|
|
44
45
|
maxResults?: number;
|
|
45
46
|
/**
|
|
46
47
|
* @remarks
|
|
47
|
-
* The token for the next query. This parameter is empty if no more results
|
|
48
|
+
* The token for the next query. This parameter is empty if no more results are available.
|
|
48
49
|
*
|
|
49
50
|
* @example
|
|
50
51
|
* AAAAARbaCuN6hiD08qrLdwJ9Fh3BFw8paIJ7ylB6A7Qn9JjM
|
|
@@ -52,7 +53,7 @@ export declare class ListAppInstancesRequest extends $dara.Model {
|
|
|
52
53
|
nextToken?: string;
|
|
53
54
|
/**
|
|
54
55
|
* @remarks
|
|
55
|
-
* The field
|
|
56
|
+
* The field used for sorting.
|
|
56
57
|
*
|
|
57
58
|
* @example
|
|
58
59
|
* gmtCreated
|
|
@@ -60,7 +61,7 @@ export declare class ListAppInstancesRequest extends $dara.Model {
|
|
|
60
61
|
orderColumn?: string;
|
|
61
62
|
/**
|
|
62
63
|
* @remarks
|
|
63
|
-
* The sort
|
|
64
|
+
* The sort type. Valid values: ASC and DESC.
|
|
64
65
|
*
|
|
65
66
|
* @example
|
|
66
67
|
* DOWNGRADE
|
|
@@ -40,6 +40,7 @@ class ListAppInstancesRequest extends $dara.Model {
|
|
|
40
40
|
static names() {
|
|
41
41
|
return {
|
|
42
42
|
bizId: 'BizId',
|
|
43
|
+
bizIds: 'BizIds',
|
|
43
44
|
endTimeBegin: 'EndTimeBegin',
|
|
44
45
|
endTimeEnd: 'EndTimeEnd',
|
|
45
46
|
extend: 'Extend',
|
|
@@ -56,6 +57,7 @@ class ListAppInstancesRequest extends $dara.Model {
|
|
|
56
57
|
static types() {
|
|
57
58
|
return {
|
|
58
59
|
bizId: 'string',
|
|
60
|
+
bizIds: { 'type': 'array', 'itemType': 'string' },
|
|
59
61
|
endTimeBegin: 'string',
|
|
60
62
|
endTimeEnd: 'string',
|
|
61
63
|
extend: 'string',
|
|
@@ -70,6 +72,9 @@ class ListAppInstancesRequest extends $dara.Model {
|
|
|
70
72
|
};
|
|
71
73
|
}
|
|
72
74
|
validate() {
|
|
75
|
+
if (Array.isArray(this.bizIds)) {
|
|
76
|
+
$dara.Model.validateArray(this.bizIds);
|
|
77
|
+
}
|
|
73
78
|
if (Array.isArray(this.statusList)) {
|
|
74
79
|
$dara.Model.validateArray(this.statusList);
|
|
75
80
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ListAppInstancesRequest.js","sourceRoot":"","sources":["../../src/models/ListAppInstancesRequest.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,uBAAwB,SAAQ,KAAK,CAAC,KAAK;
|
|
1
|
+
{"version":3,"file":"ListAppInstancesRequest.js","sourceRoot":"","sources":["../../src/models/ListAppInstancesRequest.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,uBAAwB,SAAQ,KAAK,CAAC,KAAK;IAiGtD,MAAM,CAAC,KAAK;QACV,OAAO;YACL,KAAK,EAAE,OAAO;YACd,MAAM,EAAE,QAAQ;YAChB,YAAY,EAAE,cAAc;YAC5B,UAAU,EAAE,YAAY;YACxB,MAAM,EAAE,QAAQ;YAChB,UAAU,EAAE,YAAY;YACxB,SAAS,EAAE,WAAW;YACtB,WAAW,EAAE,aAAa;YAC1B,SAAS,EAAE,WAAW;YACtB,OAAO,EAAE,SAAS;YAClB,QAAQ,EAAE,UAAU;YACpB,KAAK,EAAE,OAAO;YACd,UAAU,EAAE,YAAY;SACzB,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,KAAK,EAAE,QAAQ;YACf,MAAM,EAAE,EAAE,MAAM,EAAE,OAAO,EAAE,UAAU,EAAE,QAAQ,EAAE;YACjD,YAAY,EAAE,QAAQ;YACtB,UAAU,EAAE,QAAQ;YACpB,MAAM,EAAE,QAAQ;YAChB,UAAU,EAAE,QAAQ;YACpB,SAAS,EAAE,QAAQ;YACnB,WAAW,EAAE,QAAQ;YACrB,SAAS,EAAE,QAAQ;YACnB,OAAO,EAAE,QAAQ;YACjB,QAAQ,EAAE,QAAQ;YAClB,KAAK,EAAE,QAAQ;YACf,UAAU,EAAE,EAAE,MAAM,EAAE,OAAO,EAAE,UAAU,EAAE,QAAQ,EAAE;SACtD,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,IAAG,KAAK,CAAC,OAAO,CAAC,IAAI,CAAC,MAAM,CAAC,EAAE,CAAC;YAC9B,KAAK,CAAC,KAAK,CAAC,aAAa,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC;QACzC,CAAC;QACD,IAAG,KAAK,CAAC,OAAO,CAAC,IAAI,CAAC,UAAU,CAAC,EAAE,CAAC;YAClC,KAAK,CAAC,KAAK,CAAC,aAAa,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC;QAC7C,CAAC;QACD,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AAlJD,0DAkJC"}
|
|
@@ -11,7 +11,7 @@ export declare class ListAppInstancesResponseBody extends $dara.Model {
|
|
|
11
11
|
accessDeniedDetail?: string;
|
|
12
12
|
/**
|
|
13
13
|
* @remarks
|
|
14
|
-
* Indicates whether retry is allowed.
|
|
14
|
+
* Indicates whether a retry is allowed.
|
|
15
15
|
*
|
|
16
16
|
* @example
|
|
17
17
|
* False
|
|
@@ -79,7 +79,7 @@ export declare class ListAppInstancesResponseBody extends $dara.Model {
|
|
|
79
79
|
nextPage?: boolean;
|
|
80
80
|
/**
|
|
81
81
|
* @remarks
|
|
82
|
-
* The token for the next query. This parameter is empty if no more results
|
|
82
|
+
* The token for the next query. This parameter is empty if no more results are available.
|
|
83
83
|
*
|
|
84
84
|
* @example
|
|
85
85
|
* dw+qdTi1EjVSWX/INJdYNw==
|
|
@@ -111,7 +111,7 @@ export declare class ListAppInstancesResponseBody extends $dara.Model {
|
|
|
111
111
|
requestId?: string;
|
|
112
112
|
/**
|
|
113
113
|
* @remarks
|
|
114
|
-
*
|
|
114
|
+
* In addition to pagination limits, the server processes up to 1,000 recent records per query. If the result exceeds 1,000 records, **ResultLimit** is **true**. Narrow the time range and search again. Otherwise, **ResultLimit** is **false**.
|
|
115
115
|
*
|
|
116
116
|
* @example
|
|
117
117
|
* False
|
|
@@ -8,6 +8,7 @@ export declare class ListAppInstancesShrinkRequest extends $dara.Model {
|
|
|
8
8
|
* WS20250731233102000001
|
|
9
9
|
*/
|
|
10
10
|
bizId?: string;
|
|
11
|
+
bizIdsShrink?: string;
|
|
11
12
|
/**
|
|
12
13
|
* @remarks
|
|
13
14
|
* The start of the expiration time range.
|
|
@@ -44,7 +45,7 @@ export declare class ListAppInstancesShrinkRequest extends $dara.Model {
|
|
|
44
45
|
maxResults?: number;
|
|
45
46
|
/**
|
|
46
47
|
* @remarks
|
|
47
|
-
* The token for the next query. This parameter is empty if no more results
|
|
48
|
+
* The token for the next query. This parameter is empty if no more results are available.
|
|
48
49
|
*
|
|
49
50
|
* @example
|
|
50
51
|
* AAAAARbaCuN6hiD08qrLdwJ9Fh3BFw8paIJ7ylB6A7Qn9JjM
|
|
@@ -52,7 +53,7 @@ export declare class ListAppInstancesShrinkRequest extends $dara.Model {
|
|
|
52
53
|
nextToken?: string;
|
|
53
54
|
/**
|
|
54
55
|
* @remarks
|
|
55
|
-
* The field
|
|
56
|
+
* The field used for sorting.
|
|
56
57
|
*
|
|
57
58
|
* @example
|
|
58
59
|
* gmtCreated
|
|
@@ -60,7 +61,7 @@ export declare class ListAppInstancesShrinkRequest extends $dara.Model {
|
|
|
60
61
|
orderColumn?: string;
|
|
61
62
|
/**
|
|
62
63
|
* @remarks
|
|
63
|
-
* The sort
|
|
64
|
+
* The sort type. Valid values: ASC and DESC.
|
|
64
65
|
*
|
|
65
66
|
* @example
|
|
66
67
|
* DOWNGRADE
|
|
@@ -40,6 +40,7 @@ class ListAppInstancesShrinkRequest extends $dara.Model {
|
|
|
40
40
|
static names() {
|
|
41
41
|
return {
|
|
42
42
|
bizId: 'BizId',
|
|
43
|
+
bizIdsShrink: 'BizIds',
|
|
43
44
|
endTimeBegin: 'EndTimeBegin',
|
|
44
45
|
endTimeEnd: 'EndTimeEnd',
|
|
45
46
|
extend: 'Extend',
|
|
@@ -56,6 +57,7 @@ class ListAppInstancesShrinkRequest extends $dara.Model {
|
|
|
56
57
|
static types() {
|
|
57
58
|
return {
|
|
58
59
|
bizId: 'string',
|
|
60
|
+
bizIdsShrink: 'string',
|
|
59
61
|
endTimeBegin: 'string',
|
|
60
62
|
endTimeEnd: 'string',
|
|
61
63
|
extend: 'string',
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ListAppInstancesShrinkRequest.js","sourceRoot":"","sources":["../../src/models/ListAppInstancesShrinkRequest.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,6BAA8B,SAAQ,KAAK,CAAC,KAAK;
|
|
1
|
+
{"version":3,"file":"ListAppInstancesShrinkRequest.js","sourceRoot":"","sources":["../../src/models/ListAppInstancesShrinkRequest.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,6BAA8B,SAAQ,KAAK,CAAC,KAAK;IAiG5D,MAAM,CAAC,KAAK;QACV,OAAO;YACL,KAAK,EAAE,OAAO;YACd,YAAY,EAAE,QAAQ;YACtB,YAAY,EAAE,cAAc;YAC5B,UAAU,EAAE,YAAY;YACxB,MAAM,EAAE,QAAQ;YAChB,UAAU,EAAE,YAAY;YACxB,SAAS,EAAE,WAAW;YACtB,WAAW,EAAE,aAAa;YAC1B,SAAS,EAAE,WAAW;YACtB,OAAO,EAAE,SAAS;YAClB,QAAQ,EAAE,UAAU;YACpB,KAAK,EAAE,OAAO;YACd,gBAAgB,EAAE,YAAY;SAC/B,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,KAAK,EAAE,QAAQ;YACf,YAAY,EAAE,QAAQ;YACtB,YAAY,EAAE,QAAQ;YACtB,UAAU,EAAE,QAAQ;YACpB,MAAM,EAAE,QAAQ;YAChB,UAAU,EAAE,QAAQ;YACpB,SAAS,EAAE,QAAQ;YACnB,WAAW,EAAE,QAAQ;YACrB,SAAS,EAAE,QAAQ;YACnB,OAAO,EAAE,QAAQ;YACjB,QAAQ,EAAE,QAAQ;YAClB,KAAK,EAAE,QAAQ;YACf,gBAAgB,EAAE,QAAQ;SAC3B,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AA5ID,sEA4IC"}
|
|
@@ -1,16 +1,26 @@
|
|
|
1
1
|
import * as $dara from '@darabonba/typescript';
|
|
2
2
|
export declare class NotifyAppNotificationForAdminRequest extends $dara.Model {
|
|
3
3
|
/**
|
|
4
|
+
* @remarks
|
|
5
|
+
* The business ID.
|
|
6
|
+
*
|
|
4
7
|
* @example
|
|
5
8
|
* WS20260206134746000001
|
|
6
9
|
*/
|
|
7
10
|
bizId?: string;
|
|
8
11
|
/**
|
|
12
|
+
* @remarks
|
|
13
|
+
* The environment identifier.
|
|
14
|
+
*
|
|
9
15
|
* @example
|
|
10
16
|
* staging
|
|
11
17
|
*/
|
|
12
18
|
env?: string;
|
|
19
|
+
payload?: string;
|
|
13
20
|
/**
|
|
21
|
+
* @remarks
|
|
22
|
+
* The scene ID.
|
|
23
|
+
*
|
|
14
24
|
* @example
|
|
15
25
|
* 8c909373-6c33-41a7-aa38-3650e288a63e
|
|
16
26
|
*/
|
|
@@ -41,6 +41,7 @@ class NotifyAppNotificationForAdminRequest extends $dara.Model {
|
|
|
41
41
|
return {
|
|
42
42
|
bizId: 'BizId',
|
|
43
43
|
env: 'Env',
|
|
44
|
+
payload: 'Payload',
|
|
44
45
|
sceneId: 'SceneId',
|
|
45
46
|
};
|
|
46
47
|
}
|
|
@@ -48,6 +49,7 @@ class NotifyAppNotificationForAdminRequest extends $dara.Model {
|
|
|
48
49
|
return {
|
|
49
50
|
bizId: 'string',
|
|
50
51
|
env: 'string',
|
|
52
|
+
payload: 'string',
|
|
51
53
|
sceneId: 'string',
|
|
52
54
|
};
|
|
53
55
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"NotifyAppNotificationForAdminRequest.js","sourceRoot":"","sources":["../../src/models/NotifyAppNotificationForAdminRequest.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,oCAAqC,SAAQ,KAAK,CAAC,KAAK;
|
|
1
|
+
{"version":3,"file":"NotifyAppNotificationForAdminRequest.js","sourceRoot":"","sources":["../../src/models/NotifyAppNotificationForAdminRequest.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,oCAAqC,SAAQ,KAAK,CAAC,KAAK;IA0BnE,MAAM,CAAC,KAAK;QACV,OAAO;YACL,KAAK,EAAE,OAAO;YACd,GAAG,EAAE,KAAK;YACV,OAAO,EAAE,SAAS;YAClB,OAAO,EAAE,SAAS;SACnB,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,KAAK,EAAE,QAAQ;YACf,GAAG,EAAE,QAAQ;YACb,OAAO,EAAE,QAAQ;YACjB,OAAO,EAAE,QAAQ;SAClB,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AAnDD,oFAmDC"}
|
|
@@ -1,52 +1,86 @@
|
|
|
1
1
|
import * as $dara from '@darabonba/typescript';
|
|
2
2
|
export declare class NotifyAppNotificationForAdminResponseBody extends $dara.Model {
|
|
3
3
|
/**
|
|
4
|
+
* @remarks
|
|
5
|
+
* The detailed reason why access was denied.
|
|
6
|
+
*
|
|
4
7
|
* @example
|
|
5
8
|
* {}
|
|
6
9
|
*/
|
|
7
10
|
accessDeniedDetail?: string;
|
|
8
11
|
/**
|
|
12
|
+
* @remarks
|
|
13
|
+
* Indicates whether retry is allowed.
|
|
14
|
+
*
|
|
9
15
|
* @example
|
|
10
16
|
* False
|
|
11
17
|
*/
|
|
12
18
|
allowRetry?: boolean;
|
|
13
19
|
/**
|
|
20
|
+
* @remarks
|
|
21
|
+
* The application name. The name must start with a letter and can contain letters, digits, underscores (_), and hyphens (-). The name can be up to 36 characters in length.
|
|
22
|
+
*
|
|
14
23
|
* @example
|
|
15
24
|
* dewuApp
|
|
16
25
|
*/
|
|
17
26
|
appName?: string;
|
|
18
27
|
/**
|
|
28
|
+
* @remarks
|
|
29
|
+
* The dynamic error code.
|
|
30
|
+
*
|
|
19
31
|
* @example
|
|
20
32
|
* ERROR-oo1
|
|
21
33
|
*/
|
|
22
34
|
dynamicCode?: string;
|
|
23
35
|
/**
|
|
36
|
+
* @remarks
|
|
37
|
+
* The dynamic error message, which is used to replace the %s variable in the ErrMessage response parameter.
|
|
38
|
+
*
|
|
24
39
|
* @example
|
|
25
40
|
* SYSTEM_ERROR
|
|
26
41
|
*/
|
|
27
42
|
dynamicMessage?: string;
|
|
43
|
+
/**
|
|
44
|
+
* @remarks
|
|
45
|
+
* The error parameters.
|
|
46
|
+
*/
|
|
28
47
|
errorArgs?: any[];
|
|
29
48
|
/**
|
|
49
|
+
* @remarks
|
|
50
|
+
* The response data.
|
|
51
|
+
*
|
|
30
52
|
* @example
|
|
31
53
|
* true
|
|
32
54
|
*/
|
|
33
55
|
module?: boolean;
|
|
34
56
|
/**
|
|
57
|
+
* @remarks
|
|
58
|
+
* Id of the request
|
|
59
|
+
*
|
|
35
60
|
* @example
|
|
36
61
|
* 6C6B99AC-39EC-5350-874C-204128C905E6
|
|
37
62
|
*/
|
|
38
63
|
requestId?: string;
|
|
39
64
|
/**
|
|
65
|
+
* @remarks
|
|
66
|
+
* The error code.
|
|
67
|
+
*
|
|
40
68
|
* @example
|
|
41
69
|
* SYSTEM.ERROR
|
|
42
70
|
*/
|
|
43
71
|
rootErrorCode?: string;
|
|
44
72
|
/**
|
|
73
|
+
* @remarks
|
|
74
|
+
* The exception message.
|
|
75
|
+
*
|
|
45
76
|
* @example
|
|
46
77
|
* 系统异常
|
|
47
78
|
*/
|
|
48
79
|
rootErrorMsg?: string;
|
|
49
80
|
/**
|
|
81
|
+
* @remarks
|
|
82
|
+
* A reserved parameter.
|
|
83
|
+
*
|
|
50
84
|
* @example
|
|
51
85
|
* True
|
|
52
86
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"NotifyAppNotificationForAdminResponseBody.js","sourceRoot":"","sources":["../../src/models/NotifyAppNotificationForAdminResponseBody.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,yCAA0C,SAAQ,KAAK,CAAC,KAAK;
|
|
1
|
+
{"version":3,"file":"NotifyAppNotificationForAdminResponseBody.js","sourceRoot":"","sources":["../../src/models/NotifyAppNotificationForAdminResponseBody.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,yCAA0C,SAAQ,KAAK,CAAC,KAAK;IAsFxE,MAAM,CAAC,KAAK;QACV,OAAO;YACL,kBAAkB,EAAE,oBAAoB;YACxC,UAAU,EAAE,YAAY;YACxB,OAAO,EAAE,SAAS;YAClB,WAAW,EAAE,aAAa;YAC1B,cAAc,EAAE,gBAAgB;YAChC,SAAS,EAAE,WAAW;YACtB,MAAM,EAAE,QAAQ;YAChB,SAAS,EAAE,WAAW;YACtB,aAAa,EAAE,eAAe;YAC9B,YAAY,EAAE,cAAc;YAC5B,OAAO,EAAE,SAAS;SACnB,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,kBAAkB,EAAE,QAAQ;YAC5B,UAAU,EAAE,SAAS;YACrB,OAAO,EAAE,QAAQ;YACjB,WAAW,EAAE,QAAQ;YACrB,cAAc,EAAE,QAAQ;YACxB,SAAS,EAAE,EAAE,MAAM,EAAE,OAAO,EAAE,UAAU,EAAE,KAAK,EAAE;YACjD,MAAM,EAAE,SAAS;YACjB,SAAS,EAAE,QAAQ;YACnB,aAAa,EAAE,QAAQ;YACvB,YAAY,EAAE,QAAQ;YACtB,OAAO,EAAE,SAAS;SACnB,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,IAAG,KAAK,CAAC,OAAO,CAAC,IAAI,CAAC,SAAS,CAAC,EAAE,CAAC;YACjC,KAAK,CAAC,KAAK,CAAC,aAAa,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC;QAC5C,CAAC;QACD,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AAhID,8FAgIC"}
|