@alicloud/websitebuild20250429 2.6.1 → 2.7.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 +105 -0
- package/dist/client.js +380 -0
- package/dist/client.js.map +1 -1
- package/dist/models/AppAiStaff.d.ts +21 -0
- package/dist/models/AppAiStaff.js +64 -0
- package/dist/models/AppAiStaff.js.map +1 -0
- package/dist/models/AppInstance.d.ts +44 -0
- package/dist/models/AppInstance.js +112 -0
- package/dist/models/AppInstance.js.map +1 -0
- package/dist/models/AppInstanceAggregate.d.ts +50 -0
- package/dist/models/AppInstanceAggregate.js +130 -0
- package/dist/models/AppInstanceAggregate.js.map +1 -0
- package/dist/models/AppInstanceProfile.d.ts +29 -0
- package/dist/models/AppInstanceProfile.js +88 -0
- package/dist/models/AppInstanceProfile.js.map +1 -0
- package/dist/models/AppOperateAction.d.ts +33 -0
- package/dist/models/AppOperateAction.js +64 -0
- package/dist/models/AppOperateAction.js.map +1 -0
- package/dist/models/AppOperationAddress.d.ts +15 -0
- package/dist/models/AppOperationAddress.js +62 -0
- package/dist/models/AppOperationAddress.js.map +1 -0
- package/dist/models/AppService.d.ts +29 -0
- package/dist/models/AppService.js +90 -0
- package/dist/models/AppService.js.map +1 -0
- package/dist/models/AppServiceAggregate.d.ts +31 -0
- package/dist/models/AppServiceAggregate.js +96 -0
- package/dist/models/AppServiceAggregate.js.map +1 -0
- package/dist/models/AppServiceGroup.d.ts +21 -0
- package/dist/models/AppServiceGroup.js +64 -0
- package/dist/models/AppServiceGroup.js.map +1 -0
- package/dist/models/AppServiceProfile.d.ts +20 -0
- package/dist/models/AppServiceProfile.js +70 -0
- package/dist/models/AppServiceProfile.js.map +1 -0
- package/dist/models/CreateAppInstanceRequest.d.ts +63 -0
- package/dist/models/CreateAppInstanceRequest.js +76 -0
- package/dist/models/CreateAppInstanceRequest.js.map +1 -0
- package/dist/models/CreateAppInstanceResponse.d.ts +19 -0
- package/dist/models/CreateAppInstanceResponse.js +69 -0
- package/dist/models/CreateAppInstanceResponse.js.map +1 -0
- package/dist/models/CreateAppInstanceResponseBody.d.ts +86 -0
- package/dist/models/CreateAppInstanceResponseBody.js +107 -0
- package/dist/models/CreateAppInstanceResponseBody.js.map +1 -0
- package/dist/models/CreateAppInstanceTicketRequest.d.ts +23 -0
- package/dist/models/CreateAppInstanceTicketRequest.js +60 -0
- package/dist/models/CreateAppInstanceTicketRequest.js.map +1 -0
- package/dist/models/CreateAppInstanceTicketResponse.d.ts +19 -0
- package/dist/models/CreateAppInstanceTicketResponse.js +69 -0
- package/dist/models/CreateAppInstanceTicketResponse.js.map +1 -0
- package/dist/models/CreateAppInstanceTicketResponseBody.d.ts +134 -0
- package/dist/models/CreateAppInstanceTicketResponseBody.js +125 -0
- package/dist/models/CreateAppInstanceTicketResponseBody.js.map +1 -0
- package/dist/models/GetAppInstanceRequest.d.ts +18 -0
- package/dist/models/GetAppInstanceRequest.js +58 -0
- package/dist/models/GetAppInstanceRequest.js.map +1 -0
- package/dist/models/GetAppInstanceResponse.d.ts +19 -0
- package/dist/models/GetAppInstanceResponse.js +69 -0
- package/dist/models/GetAppInstanceResponse.js.map +1 -0
- package/dist/models/GetAppInstanceResponseBody.d.ts +64 -0
- package/dist/models/GetAppInstanceResponseBody.js +85 -0
- package/dist/models/GetAppInstanceResponseBody.js.map +1 -0
- package/dist/models/ListAppInstancesRequest.d.ts +69 -0
- package/dist/models/ListAppInstancesRequest.js +83 -0
- package/dist/models/ListAppInstancesRequest.js.map +1 -0
- package/dist/models/ListAppInstancesResponse.d.ts +19 -0
- package/dist/models/ListAppInstancesResponse.js +69 -0
- package/dist/models/ListAppInstancesResponse.js.map +1 -0
- package/dist/models/ListAppInstancesResponseBody.d.ts +96 -0
- package/dist/models/ListAppInstancesResponseBody.js +101 -0
- package/dist/models/ListAppInstancesResponseBody.js.map +1 -0
- package/dist/models/ListAppInstancesShrinkRequest.d.ts +69 -0
- package/dist/models/ListAppInstancesShrinkRequest.js +80 -0
- package/dist/models/ListAppInstancesShrinkRequest.js.map +1 -0
- package/dist/models/ModifyAppInstanceSpecRequest.d.ts +44 -0
- package/dist/models/ModifyAppInstanceSpecRequest.js +70 -0
- package/dist/models/ModifyAppInstanceSpecRequest.js.map +1 -0
- package/dist/models/ModifyAppInstanceSpecResponse.d.ts +19 -0
- package/dist/models/ModifyAppInstanceSpecResponse.js +69 -0
- package/dist/models/ModifyAppInstanceSpecResponse.js.map +1 -0
- package/dist/models/ModifyAppInstanceSpecResponseBody.d.ts +76 -0
- package/dist/models/ModifyAppInstanceSpecResponseBody.js +103 -0
- package/dist/models/ModifyAppInstanceSpecResponseBody.js.map +1 -0
- package/dist/models/RefreshAppInstanceTicketRequest.d.ts +28 -0
- package/dist/models/RefreshAppInstanceTicketRequest.js +62 -0
- package/dist/models/RefreshAppInstanceTicketRequest.js.map +1 -0
- package/dist/models/RefreshAppInstanceTicketResponse.d.ts +19 -0
- package/dist/models/RefreshAppInstanceTicketResponse.js +69 -0
- package/dist/models/RefreshAppInstanceTicketResponse.js.map +1 -0
- package/dist/models/RefreshAppInstanceTicketResponseBody.d.ts +134 -0
- package/dist/models/RefreshAppInstanceTicketResponseBody.js +125 -0
- package/dist/models/RefreshAppInstanceTicketResponseBody.js.map +1 -0
- package/dist/models/RenewAppInstanceRequest.d.ts +39 -0
- package/dist/models/RenewAppInstanceRequest.js +68 -0
- package/dist/models/RenewAppInstanceRequest.js.map +1 -0
- package/dist/models/RenewAppInstanceResponse.d.ts +19 -0
- package/dist/models/RenewAppInstanceResponse.js +69 -0
- package/dist/models/RenewAppInstanceResponse.js.map +1 -0
- package/dist/models/RenewAppInstanceResponseBody.d.ts +76 -0
- package/dist/models/RenewAppInstanceResponseBody.js +103 -0
- package/dist/models/RenewAppInstanceResponseBody.js.map +1 -0
- package/dist/models/model.d.ts +37 -0
- package/dist/models/model.js +77 -2
- package/dist/models/model.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +436 -0
- package/src/models/AppAiStaff.ts +40 -0
- package/src/models/AppInstance.ts +110 -0
- package/src/models/AppInstanceAggregate.ts +131 -0
- package/src/models/AppInstanceProfile.ts +72 -0
- package/src/models/AppOperateAction.ts +52 -0
- package/src/models/AppOperationAddress.ts +31 -0
- package/src/models/AppService.ts +73 -0
- package/src/models/AppServiceAggregate.ts +80 -0
- package/src/models/AppServiceGroup.ts +40 -0
- package/src/models/AppServiceProfile.ts +45 -0
- package/src/models/CreateAppInstanceRequest.ts +94 -0
- package/src/models/CreateAppInstanceResponse.ts +40 -0
- package/src/models/CreateAppInstanceResponseBody.ts +139 -0
- package/src/models/CreateAppInstanceTicketRequest.ts +38 -0
- package/src/models/CreateAppInstanceTicketResponse.ts +40 -0
- package/src/models/CreateAppInstanceTicketResponseBody.ts +205 -0
- package/src/models/GetAppInstanceRequest.ts +31 -0
- package/src/models/GetAppInstanceResponse.ts +40 -0
- package/src/models/GetAppInstanceResponseBody.ts +103 -0
- package/src/models/ListAppInstancesRequest.ts +107 -0
- package/src/models/ListAppInstancesResponse.ts +40 -0
- package/src/models/ListAppInstancesResponseBody.ts +151 -0
- package/src/models/ListAppInstancesShrinkRequest.ts +104 -0
- package/src/models/ModifyAppInstanceSpecRequest.ts +69 -0
- package/src/models/ModifyAppInstanceSpecResponse.ts +40 -0
- package/src/models/ModifyAppInstanceSpecResponseBody.ts +125 -0
- package/src/models/RefreshAppInstanceTicketRequest.ts +45 -0
- package/src/models/RefreshAppInstanceTicketResponse.ts +40 -0
- package/src/models/RefreshAppInstanceTicketResponseBody.ts +205 -0
- package/src/models/RenewAppInstanceRequest.ts +62 -0
- package/src/models/RenewAppInstanceResponse.ts +40 -0
- package/src/models/RenewAppInstanceResponseBody.ts +125 -0
- package/src/models/model.ts +37 -0
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
export class AppAiStaff extends $dara.Model {
|
|
6
|
+
staffId?: string;
|
|
7
|
+
staffName?: string;
|
|
8
|
+
staffType?: string;
|
|
9
|
+
/**
|
|
10
|
+
* @remarks
|
|
11
|
+
* 可能的值:unknown, init, testing, online
|
|
12
|
+
*/
|
|
13
|
+
status?: string;
|
|
14
|
+
static names(): { [key: string]: string } {
|
|
15
|
+
return {
|
|
16
|
+
staffId: 'StaffId',
|
|
17
|
+
staffName: 'StaffName',
|
|
18
|
+
staffType: 'StaffType',
|
|
19
|
+
status: 'Status',
|
|
20
|
+
};
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
static types(): { [key: string]: any } {
|
|
24
|
+
return {
|
|
25
|
+
staffId: 'string',
|
|
26
|
+
staffName: 'string',
|
|
27
|
+
staffType: 'string',
|
|
28
|
+
status: 'string',
|
|
29
|
+
};
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
validate() {
|
|
33
|
+
super.validate();
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
constructor(map?: { [key: string]: any }) {
|
|
37
|
+
super(map);
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
|
|
@@ -0,0 +1,110 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
import { AppInstanceProfile } from "./AppInstanceProfile";
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
export class AppInstance extends $dara.Model {
|
|
7
|
+
appSubType?: string;
|
|
8
|
+
appType?: string;
|
|
9
|
+
bizId?: string;
|
|
10
|
+
buildType?: string;
|
|
11
|
+
deleted?: number;
|
|
12
|
+
description?: string;
|
|
13
|
+
designSpecBizId?: string;
|
|
14
|
+
designSpecId?: string;
|
|
15
|
+
domain?: string;
|
|
16
|
+
endTime?: string;
|
|
17
|
+
espBizId?: string;
|
|
18
|
+
gmtCreate?: string;
|
|
19
|
+
gmtDelete?: string;
|
|
20
|
+
gmtModified?: string;
|
|
21
|
+
gmtPublish?: string;
|
|
22
|
+
iconUrl?: string;
|
|
23
|
+
name?: string;
|
|
24
|
+
profile?: AppInstanceProfile;
|
|
25
|
+
siteHost?: string;
|
|
26
|
+
slug?: string;
|
|
27
|
+
sourceType?: string;
|
|
28
|
+
startTime?: string;
|
|
29
|
+
/**
|
|
30
|
+
* @remarks
|
|
31
|
+
* trial,draft,live,refunded,expired,released
|
|
32
|
+
*/
|
|
33
|
+
status?: string;
|
|
34
|
+
statusText?: string;
|
|
35
|
+
thumbnailUrl?: string;
|
|
36
|
+
userId?: string;
|
|
37
|
+
static names(): { [key: string]: string } {
|
|
38
|
+
return {
|
|
39
|
+
appSubType: 'AppSubType',
|
|
40
|
+
appType: 'AppType',
|
|
41
|
+
bizId: 'BizId',
|
|
42
|
+
buildType: 'BuildType',
|
|
43
|
+
deleted: 'Deleted',
|
|
44
|
+
description: 'Description',
|
|
45
|
+
designSpecBizId: 'DesignSpecBizId',
|
|
46
|
+
designSpecId: 'DesignSpecId',
|
|
47
|
+
domain: 'Domain',
|
|
48
|
+
endTime: 'EndTime',
|
|
49
|
+
espBizId: 'EspBizId',
|
|
50
|
+
gmtCreate: 'GmtCreate',
|
|
51
|
+
gmtDelete: 'GmtDelete',
|
|
52
|
+
gmtModified: 'GmtModified',
|
|
53
|
+
gmtPublish: 'GmtPublish',
|
|
54
|
+
iconUrl: 'IconUrl',
|
|
55
|
+
name: 'Name',
|
|
56
|
+
profile: 'Profile',
|
|
57
|
+
siteHost: 'SiteHost',
|
|
58
|
+
slug: 'Slug',
|
|
59
|
+
sourceType: 'SourceType',
|
|
60
|
+
startTime: 'StartTime',
|
|
61
|
+
status: 'Status',
|
|
62
|
+
statusText: 'StatusText',
|
|
63
|
+
thumbnailUrl: 'ThumbnailUrl',
|
|
64
|
+
userId: 'UserId',
|
|
65
|
+
};
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
static types(): { [key: string]: any } {
|
|
69
|
+
return {
|
|
70
|
+
appSubType: 'string',
|
|
71
|
+
appType: 'string',
|
|
72
|
+
bizId: 'string',
|
|
73
|
+
buildType: 'string',
|
|
74
|
+
deleted: 'number',
|
|
75
|
+
description: 'string',
|
|
76
|
+
designSpecBizId: 'string',
|
|
77
|
+
designSpecId: 'string',
|
|
78
|
+
domain: 'string',
|
|
79
|
+
endTime: 'string',
|
|
80
|
+
espBizId: 'string',
|
|
81
|
+
gmtCreate: 'string',
|
|
82
|
+
gmtDelete: 'string',
|
|
83
|
+
gmtModified: 'string',
|
|
84
|
+
gmtPublish: 'string',
|
|
85
|
+
iconUrl: 'string',
|
|
86
|
+
name: 'string',
|
|
87
|
+
profile: AppInstanceProfile,
|
|
88
|
+
siteHost: 'string',
|
|
89
|
+
slug: 'string',
|
|
90
|
+
sourceType: 'string',
|
|
91
|
+
startTime: 'string',
|
|
92
|
+
status: 'string',
|
|
93
|
+
statusText: 'string',
|
|
94
|
+
thumbnailUrl: 'string',
|
|
95
|
+
userId: 'string',
|
|
96
|
+
};
|
|
97
|
+
}
|
|
98
|
+
|
|
99
|
+
validate() {
|
|
100
|
+
if(this.profile && typeof (this.profile as any).validate === 'function') {
|
|
101
|
+
(this.profile as any).validate();
|
|
102
|
+
}
|
|
103
|
+
super.validate();
|
|
104
|
+
}
|
|
105
|
+
|
|
106
|
+
constructor(map?: { [key: string]: any }) {
|
|
107
|
+
super(map);
|
|
108
|
+
}
|
|
109
|
+
}
|
|
110
|
+
|
|
@@ -0,0 +1,131 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
import { AppAiStaff } from "./AppAiStaff";
|
|
4
|
+
import { AppOperationAddress } from "./AppOperationAddress";
|
|
5
|
+
import { AppServiceAggregate } from "./AppServiceAggregate";
|
|
6
|
+
import { AppInstanceProfile } from "./AppInstanceProfile";
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
export class AppInstanceAggregate extends $dara.Model {
|
|
10
|
+
aiStaffList?: AppAiStaff[];
|
|
11
|
+
appOperationAddress?: AppOperationAddress;
|
|
12
|
+
appServiceList?: AppServiceAggregate[];
|
|
13
|
+
appSubType?: string;
|
|
14
|
+
appType?: string;
|
|
15
|
+
bizId?: string;
|
|
16
|
+
buildType?: string;
|
|
17
|
+
createTime?: string;
|
|
18
|
+
deleted?: number;
|
|
19
|
+
description?: string;
|
|
20
|
+
designSpecBizId?: string;
|
|
21
|
+
designSpecId?: string;
|
|
22
|
+
domain?: string;
|
|
23
|
+
endTime?: string;
|
|
24
|
+
espBizId?: string;
|
|
25
|
+
gmtDelete?: string;
|
|
26
|
+
gmtModified?: string;
|
|
27
|
+
gmtPublish?: string;
|
|
28
|
+
iconUrl?: string;
|
|
29
|
+
name?: string;
|
|
30
|
+
profile?: AppInstanceProfile;
|
|
31
|
+
siteHost?: string;
|
|
32
|
+
slug?: string;
|
|
33
|
+
sourceType?: string;
|
|
34
|
+
startTime?: string;
|
|
35
|
+
/**
|
|
36
|
+
* @remarks
|
|
37
|
+
* trial,draft,live,refunded,expired,released
|
|
38
|
+
*/
|
|
39
|
+
status?: string;
|
|
40
|
+
statusText?: string;
|
|
41
|
+
thumbnailUrl?: string;
|
|
42
|
+
userId?: string;
|
|
43
|
+
static names(): { [key: string]: string } {
|
|
44
|
+
return {
|
|
45
|
+
aiStaffList: 'AiStaffList',
|
|
46
|
+
appOperationAddress: 'AppOperationAddress',
|
|
47
|
+
appServiceList: 'AppServiceList',
|
|
48
|
+
appSubType: 'AppSubType',
|
|
49
|
+
appType: 'AppType',
|
|
50
|
+
bizId: 'BizId',
|
|
51
|
+
buildType: 'BuildType',
|
|
52
|
+
createTime: 'CreateTime',
|
|
53
|
+
deleted: 'Deleted',
|
|
54
|
+
description: 'Description',
|
|
55
|
+
designSpecBizId: 'DesignSpecBizId',
|
|
56
|
+
designSpecId: 'DesignSpecId',
|
|
57
|
+
domain: 'Domain',
|
|
58
|
+
endTime: 'EndTime',
|
|
59
|
+
espBizId: 'EspBizId',
|
|
60
|
+
gmtDelete: 'GmtDelete',
|
|
61
|
+
gmtModified: 'GmtModified',
|
|
62
|
+
gmtPublish: 'GmtPublish',
|
|
63
|
+
iconUrl: 'IconUrl',
|
|
64
|
+
name: 'Name',
|
|
65
|
+
profile: 'Profile',
|
|
66
|
+
siteHost: 'SiteHost',
|
|
67
|
+
slug: 'Slug',
|
|
68
|
+
sourceType: 'SourceType',
|
|
69
|
+
startTime: 'StartTime',
|
|
70
|
+
status: 'Status',
|
|
71
|
+
statusText: 'StatusText',
|
|
72
|
+
thumbnailUrl: 'ThumbnailUrl',
|
|
73
|
+
userId: 'UserId',
|
|
74
|
+
};
|
|
75
|
+
}
|
|
76
|
+
|
|
77
|
+
static types(): { [key: string]: any } {
|
|
78
|
+
return {
|
|
79
|
+
aiStaffList: { 'type': 'array', 'itemType': AppAiStaff },
|
|
80
|
+
appOperationAddress: AppOperationAddress,
|
|
81
|
+
appServiceList: { 'type': 'array', 'itemType': AppServiceAggregate },
|
|
82
|
+
appSubType: 'string',
|
|
83
|
+
appType: 'string',
|
|
84
|
+
bizId: 'string',
|
|
85
|
+
buildType: 'string',
|
|
86
|
+
createTime: 'string',
|
|
87
|
+
deleted: 'number',
|
|
88
|
+
description: 'string',
|
|
89
|
+
designSpecBizId: 'string',
|
|
90
|
+
designSpecId: 'string',
|
|
91
|
+
domain: 'string',
|
|
92
|
+
endTime: 'string',
|
|
93
|
+
espBizId: 'string',
|
|
94
|
+
gmtDelete: 'string',
|
|
95
|
+
gmtModified: 'string',
|
|
96
|
+
gmtPublish: 'string',
|
|
97
|
+
iconUrl: 'string',
|
|
98
|
+
name: 'string',
|
|
99
|
+
profile: AppInstanceProfile,
|
|
100
|
+
siteHost: 'string',
|
|
101
|
+
slug: 'string',
|
|
102
|
+
sourceType: 'string',
|
|
103
|
+
startTime: 'string',
|
|
104
|
+
status: 'string',
|
|
105
|
+
statusText: 'string',
|
|
106
|
+
thumbnailUrl: 'string',
|
|
107
|
+
userId: 'string',
|
|
108
|
+
};
|
|
109
|
+
}
|
|
110
|
+
|
|
111
|
+
validate() {
|
|
112
|
+
if(Array.isArray(this.aiStaffList)) {
|
|
113
|
+
$dara.Model.validateArray(this.aiStaffList);
|
|
114
|
+
}
|
|
115
|
+
if(this.appOperationAddress && typeof (this.appOperationAddress as any).validate === 'function') {
|
|
116
|
+
(this.appOperationAddress as any).validate();
|
|
117
|
+
}
|
|
118
|
+
if(Array.isArray(this.appServiceList)) {
|
|
119
|
+
$dara.Model.validateArray(this.appServiceList);
|
|
120
|
+
}
|
|
121
|
+
if(this.profile && typeof (this.profile as any).validate === 'function') {
|
|
122
|
+
(this.profile as any).validate();
|
|
123
|
+
}
|
|
124
|
+
super.validate();
|
|
125
|
+
}
|
|
126
|
+
|
|
127
|
+
constructor(map?: { [key: string]: any }) {
|
|
128
|
+
super(map);
|
|
129
|
+
}
|
|
130
|
+
}
|
|
131
|
+
|
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
export class AppInstanceProfile extends $dara.Model {
|
|
6
|
+
applicationType?: string;
|
|
7
|
+
applicationTypeText?: string;
|
|
8
|
+
bizId?: string;
|
|
9
|
+
commodityCode?: string;
|
|
10
|
+
customerService?: string;
|
|
11
|
+
deployArea?: string;
|
|
12
|
+
instanceId?: string;
|
|
13
|
+
ordTime?: string;
|
|
14
|
+
orderId?: string;
|
|
15
|
+
payTime?: string;
|
|
16
|
+
seoSite?: string;
|
|
17
|
+
siteVersion?: string;
|
|
18
|
+
siteVersionText?: string;
|
|
19
|
+
source?: string;
|
|
20
|
+
templateEtag?: string;
|
|
21
|
+
templateId?: string;
|
|
22
|
+
static names(): { [key: string]: string } {
|
|
23
|
+
return {
|
|
24
|
+
applicationType: 'ApplicationType',
|
|
25
|
+
applicationTypeText: 'ApplicationTypeText',
|
|
26
|
+
bizId: 'BizId',
|
|
27
|
+
commodityCode: 'CommodityCode',
|
|
28
|
+
customerService: 'CustomerService',
|
|
29
|
+
deployArea: 'DeployArea',
|
|
30
|
+
instanceId: 'InstanceId',
|
|
31
|
+
ordTime: 'OrdTime',
|
|
32
|
+
orderId: 'OrderId',
|
|
33
|
+
payTime: 'PayTime',
|
|
34
|
+
seoSite: 'SeoSite',
|
|
35
|
+
siteVersion: 'SiteVersion',
|
|
36
|
+
siteVersionText: 'SiteVersionText',
|
|
37
|
+
source: 'Source',
|
|
38
|
+
templateEtag: 'TemplateEtag',
|
|
39
|
+
templateId: 'TemplateId',
|
|
40
|
+
};
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
static types(): { [key: string]: any } {
|
|
44
|
+
return {
|
|
45
|
+
applicationType: 'string',
|
|
46
|
+
applicationTypeText: 'string',
|
|
47
|
+
bizId: 'string',
|
|
48
|
+
commodityCode: 'string',
|
|
49
|
+
customerService: 'string',
|
|
50
|
+
deployArea: 'string',
|
|
51
|
+
instanceId: 'string',
|
|
52
|
+
ordTime: 'string',
|
|
53
|
+
orderId: 'string',
|
|
54
|
+
payTime: 'string',
|
|
55
|
+
seoSite: 'string',
|
|
56
|
+
siteVersion: 'string',
|
|
57
|
+
siteVersionText: 'string',
|
|
58
|
+
source: 'string',
|
|
59
|
+
templateEtag: 'string',
|
|
60
|
+
templateId: 'string',
|
|
61
|
+
};
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
validate() {
|
|
65
|
+
super.validate();
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
constructor(map?: { [key: string]: any }) {
|
|
69
|
+
super(map);
|
|
70
|
+
}
|
|
71
|
+
}
|
|
72
|
+
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
export class AppOperateAction extends $dara.Model {
|
|
6
|
+
/**
|
|
7
|
+
* @remarks
|
|
8
|
+
* 用于唯一标识一个操作行为
|
|
9
|
+
*/
|
|
10
|
+
actionKey?: string;
|
|
11
|
+
/**
|
|
12
|
+
* @remarks
|
|
13
|
+
* 用于在界面中展示操作名称
|
|
14
|
+
*/
|
|
15
|
+
actionText?: string;
|
|
16
|
+
/**
|
|
17
|
+
* @remarks
|
|
18
|
+
* 标识该操作是否可用
|
|
19
|
+
*/
|
|
20
|
+
enable?: boolean;
|
|
21
|
+
/**
|
|
22
|
+
* @remarks
|
|
23
|
+
* 点击操作时跳转的URL地址
|
|
24
|
+
*/
|
|
25
|
+
href?: string;
|
|
26
|
+
static names(): { [key: string]: string } {
|
|
27
|
+
return {
|
|
28
|
+
actionKey: 'ActionKey',
|
|
29
|
+
actionText: 'ActionText',
|
|
30
|
+
enable: 'Enable',
|
|
31
|
+
href: 'Href',
|
|
32
|
+
};
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
static types(): { [key: string]: any } {
|
|
36
|
+
return {
|
|
37
|
+
actionKey: 'string',
|
|
38
|
+
actionText: 'string',
|
|
39
|
+
enable: 'boolean',
|
|
40
|
+
href: 'string',
|
|
41
|
+
};
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
validate() {
|
|
45
|
+
super.validate();
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
constructor(map?: { [key: string]: any }) {
|
|
49
|
+
super(map);
|
|
50
|
+
}
|
|
51
|
+
}
|
|
52
|
+
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
import { AppOperateAction } from "./AppOperateAction";
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
export class AppOperationAddress extends $dara.Model {
|
|
7
|
+
actions?: AppOperateAction[];
|
|
8
|
+
static names(): { [key: string]: string } {
|
|
9
|
+
return {
|
|
10
|
+
actions: 'Actions',
|
|
11
|
+
};
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
static types(): { [key: string]: any } {
|
|
15
|
+
return {
|
|
16
|
+
actions: { 'type': 'array', 'itemType': AppOperateAction },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
validate() {
|
|
21
|
+
if(Array.isArray(this.actions)) {
|
|
22
|
+
$dara.Model.validateArray(this.actions);
|
|
23
|
+
}
|
|
24
|
+
super.validate();
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
constructor(map?: { [key: string]: any }) {
|
|
28
|
+
super(map);
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
|
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
import { AppServiceProfile } from "./AppServiceProfile";
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
export class AppService extends $dara.Model {
|
|
7
|
+
bizId?: string;
|
|
8
|
+
createTime?: string;
|
|
9
|
+
deleted?: number;
|
|
10
|
+
endTime?: string;
|
|
11
|
+
espBizId?: string;
|
|
12
|
+
gmtModified?: string;
|
|
13
|
+
instanceBizId?: string;
|
|
14
|
+
name?: string;
|
|
15
|
+
profile?: AppServiceProfile;
|
|
16
|
+
serviceType?: string;
|
|
17
|
+
serviceTypeText?: string;
|
|
18
|
+
slug?: string;
|
|
19
|
+
startTime?: string;
|
|
20
|
+
status?: string;
|
|
21
|
+
userId?: string;
|
|
22
|
+
static names(): { [key: string]: string } {
|
|
23
|
+
return {
|
|
24
|
+
bizId: 'BizId',
|
|
25
|
+
createTime: 'CreateTime',
|
|
26
|
+
deleted: 'Deleted',
|
|
27
|
+
endTime: 'EndTime',
|
|
28
|
+
espBizId: 'EspBizId',
|
|
29
|
+
gmtModified: 'GmtModified',
|
|
30
|
+
instanceBizId: 'InstanceBizId',
|
|
31
|
+
name: 'Name',
|
|
32
|
+
profile: 'Profile',
|
|
33
|
+
serviceType: 'ServiceType',
|
|
34
|
+
serviceTypeText: 'ServiceTypeText',
|
|
35
|
+
slug: 'Slug',
|
|
36
|
+
startTime: 'StartTime',
|
|
37
|
+
status: 'Status',
|
|
38
|
+
userId: 'UserId',
|
|
39
|
+
};
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
static types(): { [key: string]: any } {
|
|
43
|
+
return {
|
|
44
|
+
bizId: 'string',
|
|
45
|
+
createTime: 'string',
|
|
46
|
+
deleted: 'number',
|
|
47
|
+
endTime: 'string',
|
|
48
|
+
espBizId: 'string',
|
|
49
|
+
gmtModified: 'string',
|
|
50
|
+
instanceBizId: 'string',
|
|
51
|
+
name: 'string',
|
|
52
|
+
profile: AppServiceProfile,
|
|
53
|
+
serviceType: 'string',
|
|
54
|
+
serviceTypeText: 'string',
|
|
55
|
+
slug: 'string',
|
|
56
|
+
startTime: 'string',
|
|
57
|
+
status: 'string',
|
|
58
|
+
userId: 'string',
|
|
59
|
+
};
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
validate() {
|
|
63
|
+
if(this.profile && typeof (this.profile as any).validate === 'function') {
|
|
64
|
+
(this.profile as any).validate();
|
|
65
|
+
}
|
|
66
|
+
super.validate();
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
constructor(map?: { [key: string]: any }) {
|
|
70
|
+
super(map);
|
|
71
|
+
}
|
|
72
|
+
}
|
|
73
|
+
|
|
@@ -0,0 +1,80 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
import { AppOperationAddress } from "./AppOperationAddress";
|
|
4
|
+
import { AppServiceProfile } from "./AppServiceProfile";
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
export class AppServiceAggregate extends $dara.Model {
|
|
8
|
+
bizId?: string;
|
|
9
|
+
deleted?: number;
|
|
10
|
+
endTime?: string;
|
|
11
|
+
espBizId?: string;
|
|
12
|
+
gmtCreate?: string;
|
|
13
|
+
gmtModified?: string;
|
|
14
|
+
instanceBizId?: string;
|
|
15
|
+
name?: string;
|
|
16
|
+
operationAddress?: AppOperationAddress;
|
|
17
|
+
profile?: AppServiceProfile;
|
|
18
|
+
serviceType?: string;
|
|
19
|
+
serviceTypeText?: string;
|
|
20
|
+
slug?: string;
|
|
21
|
+
startTime?: string;
|
|
22
|
+
status?: string;
|
|
23
|
+
userId?: string;
|
|
24
|
+
static names(): { [key: string]: string } {
|
|
25
|
+
return {
|
|
26
|
+
bizId: 'BizId',
|
|
27
|
+
deleted: 'Deleted',
|
|
28
|
+
endTime: 'EndTime',
|
|
29
|
+
espBizId: 'EspBizId',
|
|
30
|
+
gmtCreate: 'GmtCreate',
|
|
31
|
+
gmtModified: 'GmtModified',
|
|
32
|
+
instanceBizId: 'InstanceBizId',
|
|
33
|
+
name: 'Name',
|
|
34
|
+
operationAddress: 'OperationAddress',
|
|
35
|
+
profile: 'Profile',
|
|
36
|
+
serviceType: 'ServiceType',
|
|
37
|
+
serviceTypeText: 'ServiceTypeText',
|
|
38
|
+
slug: 'Slug',
|
|
39
|
+
startTime: 'StartTime',
|
|
40
|
+
status: 'Status',
|
|
41
|
+
userId: 'UserId',
|
|
42
|
+
};
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
static types(): { [key: string]: any } {
|
|
46
|
+
return {
|
|
47
|
+
bizId: 'string',
|
|
48
|
+
deleted: 'number',
|
|
49
|
+
endTime: 'string',
|
|
50
|
+
espBizId: 'string',
|
|
51
|
+
gmtCreate: 'string',
|
|
52
|
+
gmtModified: 'string',
|
|
53
|
+
instanceBizId: 'string',
|
|
54
|
+
name: 'string',
|
|
55
|
+
operationAddress: AppOperationAddress,
|
|
56
|
+
profile: AppServiceProfile,
|
|
57
|
+
serviceType: 'string',
|
|
58
|
+
serviceTypeText: 'string',
|
|
59
|
+
slug: 'string',
|
|
60
|
+
startTime: 'string',
|
|
61
|
+
status: 'string',
|
|
62
|
+
userId: 'string',
|
|
63
|
+
};
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
validate() {
|
|
67
|
+
if(this.operationAddress && typeof (this.operationAddress as any).validate === 'function') {
|
|
68
|
+
(this.operationAddress as any).validate();
|
|
69
|
+
}
|
|
70
|
+
if(this.profile && typeof (this.profile as any).validate === 'function') {
|
|
71
|
+
(this.profile as any).validate();
|
|
72
|
+
}
|
|
73
|
+
super.validate();
|
|
74
|
+
}
|
|
75
|
+
|
|
76
|
+
constructor(map?: { [key: string]: any }) {
|
|
77
|
+
super(map);
|
|
78
|
+
}
|
|
79
|
+
}
|
|
80
|
+
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
export class AppServiceGroup extends $dara.Model {
|
|
6
|
+
name?: string;
|
|
7
|
+
qrCode?: string;
|
|
8
|
+
/**
|
|
9
|
+
* @remarks
|
|
10
|
+
* 例如:dingtalk、wx 等
|
|
11
|
+
*/
|
|
12
|
+
type?: string;
|
|
13
|
+
url?: string;
|
|
14
|
+
static names(): { [key: string]: string } {
|
|
15
|
+
return {
|
|
16
|
+
name: 'Name',
|
|
17
|
+
qrCode: 'QrCode',
|
|
18
|
+
type: 'Type',
|
|
19
|
+
url: 'Url',
|
|
20
|
+
};
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
static types(): { [key: string]: any } {
|
|
24
|
+
return {
|
|
25
|
+
name: 'string',
|
|
26
|
+
qrCode: 'string',
|
|
27
|
+
type: 'string',
|
|
28
|
+
url: 'string',
|
|
29
|
+
};
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
validate() {
|
|
33
|
+
super.validate();
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
constructor(map?: { [key: string]: any }) {
|
|
37
|
+
super(map);
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
export class AppServiceProfile extends $dara.Model {
|
|
6
|
+
bizId?: string;
|
|
7
|
+
designType?: string;
|
|
8
|
+
designTypeText?: string;
|
|
9
|
+
instanceId?: string;
|
|
10
|
+
orderId?: string;
|
|
11
|
+
serviceSpec?: string;
|
|
12
|
+
serviceSpecText?: string;
|
|
13
|
+
static names(): { [key: string]: string } {
|
|
14
|
+
return {
|
|
15
|
+
bizId: 'BizId',
|
|
16
|
+
designType: 'DesignType',
|
|
17
|
+
designTypeText: 'DesignTypeText',
|
|
18
|
+
instanceId: 'InstanceId',
|
|
19
|
+
orderId: 'OrderId',
|
|
20
|
+
serviceSpec: 'ServiceSpec',
|
|
21
|
+
serviceSpecText: 'ServiceSpecText',
|
|
22
|
+
};
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
static types(): { [key: string]: any } {
|
|
26
|
+
return {
|
|
27
|
+
bizId: 'string',
|
|
28
|
+
designType: 'string',
|
|
29
|
+
designTypeText: 'string',
|
|
30
|
+
instanceId: 'string',
|
|
31
|
+
orderId: 'string',
|
|
32
|
+
serviceSpec: 'string',
|
|
33
|
+
serviceSpecText: 'string',
|
|
34
|
+
};
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
validate() {
|
|
38
|
+
super.validate();
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
constructor(map?: { [key: string]: any }) {
|
|
42
|
+
super(map);
|
|
43
|
+
}
|
|
44
|
+
}
|
|
45
|
+
|