@alicloud/websitebuild20250429 2.27.0 → 2.27.1
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 +16 -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/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 +17 -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/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"}
|
|
@@ -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"}
|
package/package.json
CHANGED
package/src/client.ts
CHANGED
|
@@ -11,7 +11,11 @@ export default class Client extends OpenApi {
|
|
|
11
11
|
|
|
12
12
|
constructor(config: $OpenApiUtil.Config) {
|
|
13
13
|
super(config);
|
|
14
|
-
this._endpointRule = "";
|
|
14
|
+
this._endpointRule = "regional";
|
|
15
|
+
this._endpointMap = {
|
|
16
|
+
public: "websitebuild.aliyuncs.com",
|
|
17
|
+
'cn-zhangjiakou': "websitebuild.aliyuncs.com",
|
|
18
|
+
};
|
|
15
19
|
this.checkConfig(config);
|
|
16
20
|
this._endpoint = this.getEndpoint("websitebuild", this._regionId, this._endpointRule, this._network, this._suffix, this._endpointMap, this._endpoint);
|
|
17
21
|
}
|
|
@@ -428,10 +432,10 @@ export default class Client extends OpenApi {
|
|
|
428
432
|
}
|
|
429
433
|
|
|
430
434
|
/**
|
|
431
|
-
*
|
|
435
|
+
* Converts a trial instance to a paid instance.
|
|
432
436
|
*
|
|
433
437
|
* @remarks
|
|
434
|
-
*
|
|
438
|
+
* Queries application instance information.
|
|
435
439
|
*
|
|
436
440
|
* @param request - ConfirmAppInstanceRequest
|
|
437
441
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -506,10 +510,10 @@ export default class Client extends OpenApi {
|
|
|
506
510
|
}
|
|
507
511
|
|
|
508
512
|
/**
|
|
509
|
-
*
|
|
513
|
+
* Converts a trial instance to a paid instance.
|
|
510
514
|
*
|
|
511
515
|
* @remarks
|
|
512
|
-
*
|
|
516
|
+
* Queries application instance information.
|
|
513
517
|
*
|
|
514
518
|
* @param request - ConfirmAppInstanceRequest
|
|
515
519
|
* @returns ConfirmAppInstanceResponse
|
|
@@ -5292,10 +5296,10 @@ export default class Client extends OpenApi {
|
|
|
5292
5296
|
}
|
|
5293
5297
|
|
|
5294
5298
|
/**
|
|
5295
|
-
*
|
|
5299
|
+
* Triggers a data change notification (for admin).
|
|
5296
5300
|
*
|
|
5297
5301
|
* @remarks
|
|
5298
|
-
*
|
|
5302
|
+
* Queries application instance information.
|
|
5299
5303
|
*
|
|
5300
5304
|
* @param request - NotifyAppNotificationForAdminRequest
|
|
5301
5305
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -5312,6 +5316,10 @@ export default class Client extends OpenApi {
|
|
|
5312
5316
|
query["Env"] = request.env;
|
|
5313
5317
|
}
|
|
5314
5318
|
|
|
5319
|
+
if (!$dara.isNull(request.payload)) {
|
|
5320
|
+
query["Payload"] = request.payload;
|
|
5321
|
+
}
|
|
5322
|
+
|
|
5315
5323
|
if (!$dara.isNull(request.sceneId)) {
|
|
5316
5324
|
query["SceneId"] = request.sceneId;
|
|
5317
5325
|
}
|
|
@@ -5334,10 +5342,10 @@ export default class Client extends OpenApi {
|
|
|
5334
5342
|
}
|
|
5335
5343
|
|
|
5336
5344
|
/**
|
|
5337
|
-
*
|
|
5345
|
+
* Triggers a data change notification (for admin).
|
|
5338
5346
|
*
|
|
5339
5347
|
* @remarks
|
|
5340
|
-
*
|
|
5348
|
+
* Queries application instance information.
|
|
5341
5349
|
*
|
|
5342
5350
|
* @param request - NotifyAppNotificationForAdminRequest
|
|
5343
5351
|
* @returns NotifyAppNotificationForAdminResponse
|
|
@@ -6,10 +6,13 @@ export class AppInstanceProfile extends $dara.Model {
|
|
|
6
6
|
applicationType?: string;
|
|
7
7
|
applicationTypeText?: string;
|
|
8
8
|
bizId?: string;
|
|
9
|
+
chatbiTaskId?: string;
|
|
10
|
+
chatbiTaskStatus?: string;
|
|
9
11
|
commodityCode?: string;
|
|
10
12
|
customerService?: string;
|
|
11
13
|
deployArea?: string;
|
|
12
14
|
instanceId?: string;
|
|
15
|
+
openChatBi?: boolean;
|
|
13
16
|
ordTime?: string;
|
|
14
17
|
orderId?: string;
|
|
15
18
|
payTime?: string;
|
|
@@ -20,17 +23,18 @@ export class AppInstanceProfile extends $dara.Model {
|
|
|
20
23
|
source?: string;
|
|
21
24
|
templateEtag?: string;
|
|
22
25
|
templateId?: string;
|
|
23
|
-
chatbiTaskId?: string;
|
|
24
|
-
chatbiTaskStatus?: string;
|
|
25
26
|
static names(): { [key: string]: string } {
|
|
26
27
|
return {
|
|
27
28
|
applicationType: 'ApplicationType',
|
|
28
29
|
applicationTypeText: 'ApplicationTypeText',
|
|
29
30
|
bizId: 'BizId',
|
|
31
|
+
chatbiTaskId: 'ChatbiTaskId',
|
|
32
|
+
chatbiTaskStatus: 'ChatbiTaskStatus',
|
|
30
33
|
commodityCode: 'CommodityCode',
|
|
31
34
|
customerService: 'CustomerService',
|
|
32
35
|
deployArea: 'DeployArea',
|
|
33
36
|
instanceId: 'InstanceId',
|
|
37
|
+
openChatBi: 'OpenChatBi',
|
|
34
38
|
ordTime: 'OrdTime',
|
|
35
39
|
orderId: 'OrderId',
|
|
36
40
|
payTime: 'PayTime',
|
|
@@ -41,8 +45,6 @@ export class AppInstanceProfile extends $dara.Model {
|
|
|
41
45
|
source: 'Source',
|
|
42
46
|
templateEtag: 'TemplateEtag',
|
|
43
47
|
templateId: 'TemplateId',
|
|
44
|
-
chatbiTaskId: 'chatbiTaskId',
|
|
45
|
-
chatbiTaskStatus: 'chatbiTaskStatus',
|
|
46
48
|
};
|
|
47
49
|
}
|
|
48
50
|
|
|
@@ -51,10 +53,13 @@ export class AppInstanceProfile extends $dara.Model {
|
|
|
51
53
|
applicationType: 'string',
|
|
52
54
|
applicationTypeText: 'string',
|
|
53
55
|
bizId: 'string',
|
|
56
|
+
chatbiTaskId: 'string',
|
|
57
|
+
chatbiTaskStatus: 'string',
|
|
54
58
|
commodityCode: 'string',
|
|
55
59
|
customerService: 'string',
|
|
56
60
|
deployArea: 'string',
|
|
57
61
|
instanceId: 'string',
|
|
62
|
+
openChatBi: 'boolean',
|
|
58
63
|
ordTime: 'string',
|
|
59
64
|
orderId: 'string',
|
|
60
65
|
payTime: 'string',
|
|
@@ -65,8 +70,6 @@ export class AppInstanceProfile extends $dara.Model {
|
|
|
65
70
|
source: 'string',
|
|
66
71
|
templateEtag: 'string',
|
|
67
72
|
templateId: 'string',
|
|
68
|
-
chatbiTaskId: 'string',
|
|
69
|
-
chatbiTaskStatus: 'string',
|
|
70
73
|
};
|
|
71
74
|
}
|
|
72
75
|
|