@alicloud/aliding20230426 2.41.3 → 2.43.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 +48 -0
- package/dist/client.js +195 -0
- package/dist/client.js.map +1 -1
- package/dist/models/BatchQueryGroupMemberHeaders.d.ts +37 -0
- package/dist/models/BatchQueryGroupMemberHeaders.js +85 -0
- package/dist/models/BatchQueryGroupMemberHeaders.js.map +1 -0
- package/dist/models/BatchQueryGroupMemberRequest.d.ts +57 -0
- package/dist/models/BatchQueryGroupMemberRequest.js +88 -0
- package/dist/models/BatchQueryGroupMemberRequest.js.map +1 -0
- package/dist/models/BatchQueryGroupMemberResponse.d.ts +19 -0
- package/dist/models/BatchQueryGroupMemberResponse.js +69 -0
- package/dist/models/BatchQueryGroupMemberResponse.js.map +1 -0
- package/dist/models/BatchQueryGroupMemberResponseBody.d.ts +43 -0
- package/dist/models/BatchQueryGroupMemberResponseBody.js +71 -0
- package/dist/models/BatchQueryGroupMemberResponseBody.js.map +1 -0
- package/dist/models/BatchQueryGroupMemberShrinkHeaders.d.ts +17 -0
- package/dist/models/BatchQueryGroupMemberShrinkHeaders.js +63 -0
- package/dist/models/BatchQueryGroupMemberShrinkHeaders.js.map +1 -0
- package/dist/models/BatchQueryGroupMemberShrinkRequest.d.ts +40 -0
- package/dist/models/BatchQueryGroupMemberShrinkRequest.js +66 -0
- package/dist/models/BatchQueryGroupMemberShrinkRequest.js.map +1 -0
- package/dist/models/CreateScheduleConferenceRequest.d.ts +99 -1
- package/dist/models/CreateScheduleConferenceRequest.js +41 -1
- package/dist/models/CreateScheduleConferenceRequest.js.map +1 -1
- package/dist/models/CreateScheduleConferenceResponseBody.d.ts +10 -0
- package/dist/models/CreateScheduleConferenceResponseBody.js +4 -0
- package/dist/models/CreateScheduleConferenceResponseBody.js.map +1 -1
- package/dist/models/CreateScheduleConferenceShrinkRequest.d.ts +4 -0
- package/dist/models/CreateScheduleConferenceShrinkRequest.js.map +1 -1
- package/dist/models/GetScencegroupFileDownloadurlHeaders.d.ts +37 -0
- package/dist/models/GetScencegroupFileDownloadurlHeaders.js +85 -0
- package/dist/models/GetScencegroupFileDownloadurlHeaders.js.map +1 -0
- package/dist/models/GetScencegroupFileDownloadurlRequest.d.ts +39 -0
- package/dist/models/GetScencegroupFileDownloadurlRequest.js +82 -0
- package/dist/models/GetScencegroupFileDownloadurlRequest.js.map +1 -0
- package/dist/models/GetScencegroupFileDownloadurlResponse.d.ts +19 -0
- package/dist/models/GetScencegroupFileDownloadurlResponse.js +69 -0
- package/dist/models/GetScencegroupFileDownloadurlResponse.js.map +1 -0
- package/dist/models/GetScencegroupFileDownloadurlResponseBody.d.ts +33 -0
- package/dist/models/GetScencegroupFileDownloadurlResponseBody.js +64 -0
- package/dist/models/GetScencegroupFileDownloadurlResponseBody.js.map +1 -0
- package/dist/models/GetScencegroupFileDownloadurlShrinkHeaders.d.ts +17 -0
- package/dist/models/GetScencegroupFileDownloadurlShrinkHeaders.js +63 -0
- package/dist/models/GetScencegroupFileDownloadurlShrinkHeaders.js.map +1 -0
- package/dist/models/GetScencegroupFileDownloadurlShrinkRequest.d.ts +22 -0
- package/dist/models/GetScencegroupFileDownloadurlShrinkRequest.js +60 -0
- package/dist/models/GetScencegroupFileDownloadurlShrinkRequest.js.map +1 -0
- package/dist/models/GetScenegroupHeaders.d.ts +37 -0
- package/dist/models/GetScenegroupHeaders.js +85 -0
- package/dist/models/GetScenegroupHeaders.js.map +1 -0
- package/dist/models/GetScenegroupRequest.d.ts +39 -0
- package/dist/models/GetScenegroupRequest.js +82 -0
- package/dist/models/GetScenegroupRequest.js.map +1 -0
- package/dist/models/GetScenegroupResponse.d.ts +19 -0
- package/dist/models/GetScenegroupResponse.js +69 -0
- package/dist/models/GetScenegroupResponse.js.map +1 -0
- package/dist/models/GetScenegroupResponseBody.d.ts +54 -0
- package/dist/models/GetScenegroupResponseBody.js +113 -0
- package/dist/models/GetScenegroupResponseBody.js.map +1 -0
- package/dist/models/GetScenegroupShrinkHeaders.d.ts +17 -0
- package/dist/models/GetScenegroupShrinkHeaders.js +63 -0
- package/dist/models/GetScenegroupShrinkHeaders.js.map +1 -0
- package/dist/models/GetScenegroupShrinkRequest.d.ts +22 -0
- package/dist/models/GetScenegroupShrinkRequest.js +60 -0
- package/dist/models/GetScenegroupShrinkRequest.js.map +1 -0
- package/dist/models/model.d.ts +26 -0
- package/dist/models/model.js +112 -59
- package/dist/models/model.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +222 -0
- package/src/models/BatchQueryGroupMemberHeaders.ts +66 -0
- package/src/models/BatchQueryGroupMemberRequest.ts +91 -0
- package/src/models/BatchQueryGroupMemberResponse.ts +40 -0
- package/src/models/BatchQueryGroupMemberResponseBody.ts +69 -0
- package/src/models/BatchQueryGroupMemberShrinkHeaders.ts +33 -0
- package/src/models/BatchQueryGroupMemberShrinkRequest.ts +61 -0
- package/src/models/CreateScheduleConferenceRequest.ts +130 -1
- package/src/models/CreateScheduleConferenceResponseBody.ts +14 -0
- package/src/models/CreateScheduleConferenceShrinkRequest.ts +4 -0
- package/src/models/GetScencegroupFileDownloadurlHeaders.ts +66 -0
- package/src/models/GetScencegroupFileDownloadurlRequest.ts +67 -0
- package/src/models/GetScencegroupFileDownloadurlResponse.ts +40 -0
- package/src/models/GetScencegroupFileDownloadurlResponseBody.ts +52 -0
- package/src/models/GetScencegroupFileDownloadurlShrinkHeaders.ts +33 -0
- package/src/models/GetScencegroupFileDownloadurlShrinkRequest.ts +37 -0
- package/src/models/GetScenegroupHeaders.ts +66 -0
- package/src/models/GetScenegroupRequest.ts +67 -0
- package/src/models/GetScenegroupResponse.ts +40 -0
- package/src/models/GetScenegroupResponseBody.ts +113 -0
- package/src/models/GetScenegroupShrinkHeaders.ts +33 -0
- package/src/models/GetScenegroupShrinkRequest.ts +37 -0
- package/src/models/model.ts +26 -0
|
@@ -2,7 +2,59 @@
|
|
|
2
2
|
import * as $dara from '@darabonba/typescript';
|
|
3
3
|
|
|
4
4
|
|
|
5
|
+
export class CreateScheduleConferenceRequestScheduleConfSettingModelAiAgentSummarySetting extends $dara.Model {
|
|
6
|
+
/**
|
|
7
|
+
* @example
|
|
8
|
+
* 0
|
|
9
|
+
*/
|
|
10
|
+
allowAllParticipantsStart?: number;
|
|
11
|
+
/**
|
|
12
|
+
* @example
|
|
13
|
+
* 0
|
|
14
|
+
*/
|
|
15
|
+
receiverType?: number;
|
|
16
|
+
/**
|
|
17
|
+
* @example
|
|
18
|
+
* 0
|
|
19
|
+
*/
|
|
20
|
+
restrictShareMinutesSummaryOnly?: number;
|
|
21
|
+
/**
|
|
22
|
+
* @example
|
|
23
|
+
* disable
|
|
24
|
+
*/
|
|
25
|
+
value?: string;
|
|
26
|
+
static names(): { [key: string]: string } {
|
|
27
|
+
return {
|
|
28
|
+
allowAllParticipantsStart: 'AllowAllParticipantsStart',
|
|
29
|
+
receiverType: 'ReceiverType',
|
|
30
|
+
restrictShareMinutesSummaryOnly: 'RestrictShareMinutesSummaryOnly',
|
|
31
|
+
value: 'Value',
|
|
32
|
+
};
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
static types(): { [key: string]: any } {
|
|
36
|
+
return {
|
|
37
|
+
allowAllParticipantsStart: 'number',
|
|
38
|
+
receiverType: 'number',
|
|
39
|
+
restrictShareMinutesSummaryOnly: 'number',
|
|
40
|
+
value: 'string',
|
|
41
|
+
};
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
validate() {
|
|
45
|
+
super.validate();
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
constructor(map?: { [key: string]: any }) {
|
|
49
|
+
super(map);
|
|
50
|
+
}
|
|
51
|
+
}
|
|
52
|
+
|
|
5
53
|
export class CreateScheduleConferenceRequestScheduleConfSettingModelMoziConfOpenRecordSetting extends $dara.Model {
|
|
54
|
+
/**
|
|
55
|
+
* @example
|
|
56
|
+
* true
|
|
57
|
+
*/
|
|
6
58
|
isFollowHost?: boolean;
|
|
7
59
|
/**
|
|
8
60
|
* @example
|
|
@@ -19,12 +71,18 @@ export class CreateScheduleConferenceRequestScheduleConfSettingModelMoziConfOpen
|
|
|
19
71
|
* 0
|
|
20
72
|
*/
|
|
21
73
|
recordAutoStartType?: number;
|
|
74
|
+
/**
|
|
75
|
+
* @example
|
|
76
|
+
* 0
|
|
77
|
+
*/
|
|
78
|
+
restrictShareMinutesSummaryOnly?: number;
|
|
22
79
|
static names(): { [key: string]: string } {
|
|
23
80
|
return {
|
|
24
81
|
isFollowHost: 'IsFollowHost',
|
|
25
82
|
mode: 'Mode',
|
|
26
83
|
recordAutoStart: 'RecordAutoStart',
|
|
27
84
|
recordAutoStartType: 'RecordAutoStartType',
|
|
85
|
+
restrictShareMinutesSummaryOnly: 'RestrictShareMinutesSummaryOnly',
|
|
28
86
|
};
|
|
29
87
|
}
|
|
30
88
|
|
|
@@ -34,6 +92,7 @@ export class CreateScheduleConferenceRequestScheduleConfSettingModelMoziConfOpen
|
|
|
34
92
|
mode: 'string',
|
|
35
93
|
recordAutoStart: 'number',
|
|
36
94
|
recordAutoStartType: 'number',
|
|
95
|
+
restrictShareMinutesSummaryOnly: 'number',
|
|
37
96
|
};
|
|
38
97
|
}
|
|
39
98
|
|
|
@@ -54,7 +113,7 @@ export class CreateScheduleConferenceRequestScheduleConfSettingModelMoziConfVirt
|
|
|
54
113
|
autoOpenMode?: number;
|
|
55
114
|
/**
|
|
56
115
|
* @example
|
|
57
|
-
*
|
|
116
|
+
* xxxx
|
|
58
117
|
*/
|
|
59
118
|
coolAppCode?: string;
|
|
60
119
|
/**
|
|
@@ -98,7 +157,16 @@ export class CreateScheduleConferenceRequestScheduleConfSettingModelMoziConfVirt
|
|
|
98
157
|
* 0
|
|
99
158
|
*/
|
|
100
159
|
enableChat?: number;
|
|
160
|
+
/**
|
|
161
|
+
* @example
|
|
162
|
+
* true
|
|
163
|
+
*/
|
|
101
164
|
enableWebAnonymousJoin?: boolean;
|
|
165
|
+
/**
|
|
166
|
+
* @example
|
|
167
|
+
* false
|
|
168
|
+
*/
|
|
169
|
+
hiddenOwnerNick?: boolean;
|
|
102
170
|
/**
|
|
103
171
|
* @example
|
|
104
172
|
* 0
|
|
@@ -114,10 +182,37 @@ export class CreateScheduleConferenceRequestScheduleConfSettingModelMoziConfVirt
|
|
|
114
182
|
* 0
|
|
115
183
|
*/
|
|
116
184
|
lockNick?: number;
|
|
185
|
+
/**
|
|
186
|
+
* @example
|
|
187
|
+
* 0
|
|
188
|
+
*/
|
|
117
189
|
minutesOwnerUserId?: string;
|
|
190
|
+
/**
|
|
191
|
+
* @example
|
|
192
|
+
* 1
|
|
193
|
+
*/
|
|
194
|
+
minutesSummaryDiyTemplateVersion?: string;
|
|
195
|
+
minutesSummaryTemplateId?: string;
|
|
196
|
+
minutesSummaryTemplateType?: string;
|
|
197
|
+
/**
|
|
198
|
+
* @example
|
|
199
|
+
* {}
|
|
200
|
+
*/
|
|
118
201
|
moziConfExtensionAppSettings?: CreateScheduleConferenceRequestScheduleConfSettingModelMoziConfVirtualExtraSettingMoziConfExtensionAppSettings[];
|
|
202
|
+
/**
|
|
203
|
+
* @example
|
|
204
|
+
* true
|
|
205
|
+
*/
|
|
119
206
|
pushAllMeetingRecords?: boolean;
|
|
207
|
+
/**
|
|
208
|
+
* @example
|
|
209
|
+
* true
|
|
210
|
+
*/
|
|
120
211
|
pushCloudRecordCard?: boolean;
|
|
212
|
+
/**
|
|
213
|
+
* @example
|
|
214
|
+
* true
|
|
215
|
+
*/
|
|
121
216
|
pushMinutesCard?: boolean;
|
|
122
217
|
/**
|
|
123
218
|
* @example
|
|
@@ -129,10 +224,14 @@ export class CreateScheduleConferenceRequestScheduleConfSettingModelMoziConfVirt
|
|
|
129
224
|
cloudRecordOwnerUserId: 'CloudRecordOwnerUserId',
|
|
130
225
|
enableChat: 'EnableChat',
|
|
131
226
|
enableWebAnonymousJoin: 'EnableWebAnonymousJoin',
|
|
227
|
+
hiddenOwnerNick: 'HiddenOwnerNick',
|
|
132
228
|
joinBeforeHost: 'JoinBeforeHost',
|
|
133
229
|
lockMediaStatusMicMute: 'LockMediaStatusMicMute',
|
|
134
230
|
lockNick: 'LockNick',
|
|
135
231
|
minutesOwnerUserId: 'MinutesOwnerUserId',
|
|
232
|
+
minutesSummaryDiyTemplateVersion: 'MinutesSummaryDiyTemplateVersion',
|
|
233
|
+
minutesSummaryTemplateId: 'MinutesSummaryTemplateId',
|
|
234
|
+
minutesSummaryTemplateType: 'MinutesSummaryTemplateType',
|
|
136
235
|
moziConfExtensionAppSettings: 'MoziConfExtensionAppSettings',
|
|
137
236
|
pushAllMeetingRecords: 'PushAllMeetingRecords',
|
|
138
237
|
pushCloudRecordCard: 'PushCloudRecordCard',
|
|
@@ -146,10 +245,14 @@ export class CreateScheduleConferenceRequestScheduleConfSettingModelMoziConfVirt
|
|
|
146
245
|
cloudRecordOwnerUserId: 'string',
|
|
147
246
|
enableChat: 'number',
|
|
148
247
|
enableWebAnonymousJoin: 'boolean',
|
|
248
|
+
hiddenOwnerNick: 'boolean',
|
|
149
249
|
joinBeforeHost: 'number',
|
|
150
250
|
lockMediaStatusMicMute: 'number',
|
|
151
251
|
lockNick: 'number',
|
|
152
252
|
minutesOwnerUserId: 'string',
|
|
253
|
+
minutesSummaryDiyTemplateVersion: 'string',
|
|
254
|
+
minutesSummaryTemplateId: 'string',
|
|
255
|
+
minutesSummaryTemplateType: 'string',
|
|
153
256
|
moziConfExtensionAppSettings: { 'type': 'array', 'itemType': CreateScheduleConferenceRequestScheduleConfSettingModelMoziConfVirtualExtraSettingMoziConfExtensionAppSettings },
|
|
154
257
|
pushAllMeetingRecords: 'boolean',
|
|
155
258
|
pushCloudRecordCard: 'boolean',
|
|
@@ -171,6 +274,15 @@ export class CreateScheduleConferenceRequestScheduleConfSettingModelMoziConfVirt
|
|
|
171
274
|
}
|
|
172
275
|
|
|
173
276
|
export class CreateScheduleConferenceRequestScheduleConfSettingModel extends $dara.Model {
|
|
277
|
+
/**
|
|
278
|
+
* @example
|
|
279
|
+
* {}
|
|
280
|
+
*/
|
|
281
|
+
aiAgentSummarySetting?: CreateScheduleConferenceRequestScheduleConfSettingModelAiAgentSummarySetting;
|
|
282
|
+
/**
|
|
283
|
+
* @example
|
|
284
|
+
* ["012345"]
|
|
285
|
+
*/
|
|
174
286
|
cohostUserIds?: string[];
|
|
175
287
|
/**
|
|
176
288
|
* @example
|
|
@@ -187,7 +299,15 @@ export class CreateScheduleConferenceRequestScheduleConfSettingModel extends $da
|
|
|
187
299
|
* 0
|
|
188
300
|
*/
|
|
189
301
|
lockRoom?: number;
|
|
302
|
+
/**
|
|
303
|
+
* @example
|
|
304
|
+
* {}
|
|
305
|
+
*/
|
|
190
306
|
moziConfOpenRecordSetting?: CreateScheduleConferenceRequestScheduleConfSettingModelMoziConfOpenRecordSetting;
|
|
307
|
+
/**
|
|
308
|
+
* @example
|
|
309
|
+
* {}
|
|
310
|
+
*/
|
|
191
311
|
moziConfVirtualExtraSetting?: CreateScheduleConferenceRequestScheduleConfSettingModelMoziConfVirtualExtraSetting;
|
|
192
312
|
/**
|
|
193
313
|
* @example
|
|
@@ -201,6 +321,7 @@ export class CreateScheduleConferenceRequestScheduleConfSettingModel extends $da
|
|
|
201
321
|
screenShareForbidden?: number;
|
|
202
322
|
static names(): { [key: string]: string } {
|
|
203
323
|
return {
|
|
324
|
+
aiAgentSummarySetting: 'AiAgentSummarySetting',
|
|
204
325
|
cohostUserIds: 'CohostUserIds',
|
|
205
326
|
confAllowedCorpId: 'ConfAllowedCorpId',
|
|
206
327
|
hostUserId: 'HostUserId',
|
|
@@ -214,6 +335,7 @@ export class CreateScheduleConferenceRequestScheduleConfSettingModel extends $da
|
|
|
214
335
|
|
|
215
336
|
static types(): { [key: string]: any } {
|
|
216
337
|
return {
|
|
338
|
+
aiAgentSummarySetting: CreateScheduleConferenceRequestScheduleConfSettingModelAiAgentSummarySetting,
|
|
217
339
|
cohostUserIds: { 'type': 'array', 'itemType': 'string' },
|
|
218
340
|
confAllowedCorpId: 'string',
|
|
219
341
|
hostUserId: 'string',
|
|
@@ -226,6 +348,9 @@ export class CreateScheduleConferenceRequestScheduleConfSettingModel extends $da
|
|
|
226
348
|
}
|
|
227
349
|
|
|
228
350
|
validate() {
|
|
351
|
+
if(this.aiAgentSummarySetting && typeof (this.aiAgentSummarySetting as any).validate === 'function') {
|
|
352
|
+
(this.aiAgentSummarySetting as any).validate();
|
|
353
|
+
}
|
|
229
354
|
if(Array.isArray(this.cohostUserIds)) {
|
|
230
355
|
$dara.Model.validateArray(this.cohostUserIds);
|
|
231
356
|
}
|
|
@@ -279,6 +404,10 @@ export class CreateScheduleConferenceRequest extends $dara.Model {
|
|
|
279
404
|
* 1687928400000L
|
|
280
405
|
*/
|
|
281
406
|
endTime?: number;
|
|
407
|
+
/**
|
|
408
|
+
* @example
|
|
409
|
+
* 预约会议设置
|
|
410
|
+
*/
|
|
282
411
|
scheduleConfSettingModel?: CreateScheduleConferenceRequestScheduleConfSettingModel;
|
|
283
412
|
/**
|
|
284
413
|
* @remarks
|
|
@@ -31,6 +31,16 @@ export class CreateScheduleConferenceResponseBody extends $dara.Model {
|
|
|
31
31
|
* https://meeting.dingtalk.com/j/knvMq1ixxxx
|
|
32
32
|
*/
|
|
33
33
|
url?: string;
|
|
34
|
+
/**
|
|
35
|
+
* @example
|
|
36
|
+
* 0FAAEC9C-C6C8-5C87-AF8E-1195889BBXXX
|
|
37
|
+
*/
|
|
38
|
+
vendorRequestId?: string;
|
|
39
|
+
/**
|
|
40
|
+
* @example
|
|
41
|
+
* dingtalk
|
|
42
|
+
*/
|
|
43
|
+
vendorType?: string;
|
|
34
44
|
static names(): { [key: string]: string } {
|
|
35
45
|
return {
|
|
36
46
|
phones: 'phones',
|
|
@@ -38,6 +48,8 @@ export class CreateScheduleConferenceResponseBody extends $dara.Model {
|
|
|
38
48
|
roomCode: 'roomCode',
|
|
39
49
|
scheduleConferenceId: 'scheduleConferenceId',
|
|
40
50
|
url: 'url',
|
|
51
|
+
vendorRequestId: 'vendorRequestId',
|
|
52
|
+
vendorType: 'vendorType',
|
|
41
53
|
};
|
|
42
54
|
}
|
|
43
55
|
|
|
@@ -48,6 +60,8 @@ export class CreateScheduleConferenceResponseBody extends $dara.Model {
|
|
|
48
60
|
roomCode: 'string',
|
|
49
61
|
scheduleConferenceId: 'string',
|
|
50
62
|
url: 'string',
|
|
63
|
+
vendorRequestId: 'string',
|
|
64
|
+
vendorType: 'string',
|
|
51
65
|
};
|
|
52
66
|
}
|
|
53
67
|
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
export class GetScencegroupFileDownloadurlHeadersAccountContext extends $dara.Model {
|
|
6
|
+
/**
|
|
7
|
+
* @remarks
|
|
8
|
+
* This parameter is required.
|
|
9
|
+
*
|
|
10
|
+
* @example
|
|
11
|
+
* 012345
|
|
12
|
+
*/
|
|
13
|
+
accountId?: string;
|
|
14
|
+
static names(): { [key: string]: string } {
|
|
15
|
+
return {
|
|
16
|
+
accountId: 'accountId',
|
|
17
|
+
};
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
static types(): { [key: string]: any } {
|
|
21
|
+
return {
|
|
22
|
+
accountId: 'string',
|
|
23
|
+
};
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
validate() {
|
|
27
|
+
super.validate();
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
constructor(map?: { [key: string]: any }) {
|
|
31
|
+
super(map);
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
export class GetScencegroupFileDownloadurlHeaders extends $dara.Model {
|
|
36
|
+
commonHeaders?: { [key: string]: string };
|
|
37
|
+
accountContext?: GetScencegroupFileDownloadurlHeadersAccountContext;
|
|
38
|
+
static names(): { [key: string]: string } {
|
|
39
|
+
return {
|
|
40
|
+
commonHeaders: 'commonHeaders',
|
|
41
|
+
accountContext: 'AccountContext',
|
|
42
|
+
};
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
static types(): { [key: string]: any } {
|
|
46
|
+
return {
|
|
47
|
+
commonHeaders: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
48
|
+
accountContext: GetScencegroupFileDownloadurlHeadersAccountContext,
|
|
49
|
+
};
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
validate() {
|
|
53
|
+
if(this.commonHeaders) {
|
|
54
|
+
$dara.Model.validateMap(this.commonHeaders);
|
|
55
|
+
}
|
|
56
|
+
if(this.accountContext && typeof (this.accountContext as any).validate === 'function') {
|
|
57
|
+
(this.accountContext as any).validate();
|
|
58
|
+
}
|
|
59
|
+
super.validate();
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
constructor(map?: { [key: string]: any }) {
|
|
63
|
+
super(map);
|
|
64
|
+
}
|
|
65
|
+
}
|
|
66
|
+
|
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
export class GetScencegroupFileDownloadurlRequestTenantContext extends $dara.Model {
|
|
6
|
+
/**
|
|
7
|
+
* @example
|
|
8
|
+
* xxxxxx
|
|
9
|
+
*/
|
|
10
|
+
tenantId?: string;
|
|
11
|
+
static names(): { [key: string]: string } {
|
|
12
|
+
return {
|
|
13
|
+
tenantId: 'tenantId',
|
|
14
|
+
};
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
static types(): { [key: string]: any } {
|
|
18
|
+
return {
|
|
19
|
+
tenantId: 'string',
|
|
20
|
+
};
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
validate() {
|
|
24
|
+
super.validate();
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
constructor(map?: { [key: string]: any }) {
|
|
28
|
+
super(map);
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
export class GetScencegroupFileDownloadurlRequest extends $dara.Model {
|
|
33
|
+
/**
|
|
34
|
+
* @remarks
|
|
35
|
+
* This parameter is required.
|
|
36
|
+
*
|
|
37
|
+
* @example
|
|
38
|
+
* abc*****xyz
|
|
39
|
+
*/
|
|
40
|
+
downloadCode?: string;
|
|
41
|
+
tenantContext?: GetScencegroupFileDownloadurlRequestTenantContext;
|
|
42
|
+
static names(): { [key: string]: string } {
|
|
43
|
+
return {
|
|
44
|
+
downloadCode: 'DownloadCode',
|
|
45
|
+
tenantContext: 'TenantContext',
|
|
46
|
+
};
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
static types(): { [key: string]: any } {
|
|
50
|
+
return {
|
|
51
|
+
downloadCode: 'string',
|
|
52
|
+
tenantContext: GetScencegroupFileDownloadurlRequestTenantContext,
|
|
53
|
+
};
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
validate() {
|
|
57
|
+
if(this.tenantContext && typeof (this.tenantContext as any).validate === 'function') {
|
|
58
|
+
(this.tenantContext as any).validate();
|
|
59
|
+
}
|
|
60
|
+
super.validate();
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
constructor(map?: { [key: string]: any }) {
|
|
64
|
+
super(map);
|
|
65
|
+
}
|
|
66
|
+
}
|
|
67
|
+
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
import { GetScencegroupFileDownloadurlResponseBody } from "./GetScencegroupFileDownloadurlResponseBody";
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
export class GetScencegroupFileDownloadurlResponse extends $dara.Model {
|
|
7
|
+
headers?: { [key: string]: string };
|
|
8
|
+
statusCode?: number;
|
|
9
|
+
body?: GetScencegroupFileDownloadurlResponseBody;
|
|
10
|
+
static names(): { [key: string]: string } {
|
|
11
|
+
return {
|
|
12
|
+
headers: 'headers',
|
|
13
|
+
statusCode: 'statusCode',
|
|
14
|
+
body: 'body',
|
|
15
|
+
};
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
static types(): { [key: string]: any } {
|
|
19
|
+
return {
|
|
20
|
+
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
21
|
+
statusCode: 'number',
|
|
22
|
+
body: GetScencegroupFileDownloadurlResponseBody,
|
|
23
|
+
};
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
validate() {
|
|
27
|
+
if(this.headers) {
|
|
28
|
+
$dara.Model.validateMap(this.headers);
|
|
29
|
+
}
|
|
30
|
+
if(this.body && typeof (this.body as any).validate === 'function') {
|
|
31
|
+
(this.body as any).validate();
|
|
32
|
+
}
|
|
33
|
+
super.validate();
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
constructor(map?: { [key: string]: any }) {
|
|
37
|
+
super(map);
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
|
|
@@ -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 GetScencegroupFileDownloadurlResponseBody extends $dara.Model {
|
|
6
|
+
/**
|
|
7
|
+
* @example
|
|
8
|
+
* An https download connection
|
|
9
|
+
*/
|
|
10
|
+
downloadUrl?: string;
|
|
11
|
+
/**
|
|
12
|
+
* @example
|
|
13
|
+
* 0FAAEC9C-C6C8-5C87-AF8E-1195889BBXXX
|
|
14
|
+
*/
|
|
15
|
+
requestId?: string;
|
|
16
|
+
/**
|
|
17
|
+
* @example
|
|
18
|
+
* 0FAAEC9C-C6C8-5C87-AF8E-1195889BBXXX
|
|
19
|
+
*/
|
|
20
|
+
vendorRequestId?: string;
|
|
21
|
+
/**
|
|
22
|
+
* @example
|
|
23
|
+
* dingtalk
|
|
24
|
+
*/
|
|
25
|
+
vendorType?: string;
|
|
26
|
+
static names(): { [key: string]: string } {
|
|
27
|
+
return {
|
|
28
|
+
downloadUrl: 'downloadUrl',
|
|
29
|
+
requestId: 'requestId',
|
|
30
|
+
vendorRequestId: 'vendorRequestId',
|
|
31
|
+
vendorType: 'vendorType',
|
|
32
|
+
};
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
static types(): { [key: string]: any } {
|
|
36
|
+
return {
|
|
37
|
+
downloadUrl: 'string',
|
|
38
|
+
requestId: 'string',
|
|
39
|
+
vendorRequestId: 'string',
|
|
40
|
+
vendorType: '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,33 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
export class GetScencegroupFileDownloadurlShrinkHeaders extends $dara.Model {
|
|
6
|
+
commonHeaders?: { [key: string]: string };
|
|
7
|
+
accountContextShrink?: string;
|
|
8
|
+
static names(): { [key: string]: string } {
|
|
9
|
+
return {
|
|
10
|
+
commonHeaders: 'commonHeaders',
|
|
11
|
+
accountContextShrink: 'AccountContext',
|
|
12
|
+
};
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
static types(): { [key: string]: any } {
|
|
16
|
+
return {
|
|
17
|
+
commonHeaders: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
18
|
+
accountContextShrink: 'string',
|
|
19
|
+
};
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
validate() {
|
|
23
|
+
if(this.commonHeaders) {
|
|
24
|
+
$dara.Model.validateMap(this.commonHeaders);
|
|
25
|
+
}
|
|
26
|
+
super.validate();
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
constructor(map?: { [key: string]: any }) {
|
|
30
|
+
super(map);
|
|
31
|
+
}
|
|
32
|
+
}
|
|
33
|
+
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
export class GetScencegroupFileDownloadurlShrinkRequest extends $dara.Model {
|
|
6
|
+
/**
|
|
7
|
+
* @remarks
|
|
8
|
+
* This parameter is required.
|
|
9
|
+
*
|
|
10
|
+
* @example
|
|
11
|
+
* abc*****xyz
|
|
12
|
+
*/
|
|
13
|
+
downloadCode?: string;
|
|
14
|
+
tenantContextShrink?: string;
|
|
15
|
+
static names(): { [key: string]: string } {
|
|
16
|
+
return {
|
|
17
|
+
downloadCode: 'DownloadCode',
|
|
18
|
+
tenantContextShrink: 'TenantContext',
|
|
19
|
+
};
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
static types(): { [key: string]: any } {
|
|
23
|
+
return {
|
|
24
|
+
downloadCode: 'string',
|
|
25
|
+
tenantContextShrink: 'string',
|
|
26
|
+
};
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
validate() {
|
|
30
|
+
super.validate();
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
constructor(map?: { [key: string]: any }) {
|
|
34
|
+
super(map);
|
|
35
|
+
}
|
|
36
|
+
}
|
|
37
|
+
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
export class GetScenegroupHeadersAccountContext extends $dara.Model {
|
|
6
|
+
/**
|
|
7
|
+
* @remarks
|
|
8
|
+
* This parameter is required.
|
|
9
|
+
*
|
|
10
|
+
* @example
|
|
11
|
+
* 012345
|
|
12
|
+
*/
|
|
13
|
+
accountId?: string;
|
|
14
|
+
static names(): { [key: string]: string } {
|
|
15
|
+
return {
|
|
16
|
+
accountId: 'accountId',
|
|
17
|
+
};
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
static types(): { [key: string]: any } {
|
|
21
|
+
return {
|
|
22
|
+
accountId: 'string',
|
|
23
|
+
};
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
validate() {
|
|
27
|
+
super.validate();
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
constructor(map?: { [key: string]: any }) {
|
|
31
|
+
super(map);
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
export class GetScenegroupHeaders extends $dara.Model {
|
|
36
|
+
commonHeaders?: { [key: string]: string };
|
|
37
|
+
accountContext?: GetScenegroupHeadersAccountContext;
|
|
38
|
+
static names(): { [key: string]: string } {
|
|
39
|
+
return {
|
|
40
|
+
commonHeaders: 'commonHeaders',
|
|
41
|
+
accountContext: 'AccountContext',
|
|
42
|
+
};
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
static types(): { [key: string]: any } {
|
|
46
|
+
return {
|
|
47
|
+
commonHeaders: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
48
|
+
accountContext: GetScenegroupHeadersAccountContext,
|
|
49
|
+
};
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
validate() {
|
|
53
|
+
if(this.commonHeaders) {
|
|
54
|
+
$dara.Model.validateMap(this.commonHeaders);
|
|
55
|
+
}
|
|
56
|
+
if(this.accountContext && typeof (this.accountContext as any).validate === 'function') {
|
|
57
|
+
(this.accountContext as any).validate();
|
|
58
|
+
}
|
|
59
|
+
super.validate();
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
constructor(map?: { [key: string]: any }) {
|
|
63
|
+
super(map);
|
|
64
|
+
}
|
|
65
|
+
}
|
|
66
|
+
|