@alicloud/aliding20230426 2.27.1 → 2.29.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 +2390 -98
- package/dist/client.js +4101 -2335
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +5366 -2222
package/dist/client.d.ts
CHANGED
|
@@ -99,6 +99,215 @@ export declare class AddDriveSpaceRequestTenantContext extends $dara.Model {
|
|
|
99
99
|
[key: string]: any;
|
|
100
100
|
});
|
|
101
101
|
}
|
|
102
|
+
export declare class AddFolderHeadersAccountContext extends $dara.Model {
|
|
103
|
+
/**
|
|
104
|
+
* @remarks
|
|
105
|
+
* This parameter is required.
|
|
106
|
+
*
|
|
107
|
+
* @example
|
|
108
|
+
* 012345
|
|
109
|
+
*/
|
|
110
|
+
accountId?: string;
|
|
111
|
+
static names(): {
|
|
112
|
+
[key: string]: string;
|
|
113
|
+
};
|
|
114
|
+
static types(): {
|
|
115
|
+
[key: string]: any;
|
|
116
|
+
};
|
|
117
|
+
validate(): void;
|
|
118
|
+
constructor(map?: {
|
|
119
|
+
[key: string]: any;
|
|
120
|
+
});
|
|
121
|
+
}
|
|
122
|
+
export declare class AddFolderRequestOptionAppProperties extends $dara.Model {
|
|
123
|
+
/**
|
|
124
|
+
* @remarks
|
|
125
|
+
* This parameter is required.
|
|
126
|
+
*
|
|
127
|
+
* @example
|
|
128
|
+
* test
|
|
129
|
+
*/
|
|
130
|
+
name?: string;
|
|
131
|
+
/**
|
|
132
|
+
* @remarks
|
|
133
|
+
* This parameter is required.
|
|
134
|
+
*
|
|
135
|
+
* @example
|
|
136
|
+
* value
|
|
137
|
+
*/
|
|
138
|
+
value?: string;
|
|
139
|
+
/**
|
|
140
|
+
* @remarks
|
|
141
|
+
* This parameter is required.
|
|
142
|
+
*
|
|
143
|
+
* @example
|
|
144
|
+
* PUBLIC
|
|
145
|
+
*/
|
|
146
|
+
visibility?: string;
|
|
147
|
+
static names(): {
|
|
148
|
+
[key: string]: string;
|
|
149
|
+
};
|
|
150
|
+
static types(): {
|
|
151
|
+
[key: string]: any;
|
|
152
|
+
};
|
|
153
|
+
validate(): void;
|
|
154
|
+
constructor(map?: {
|
|
155
|
+
[key: string]: any;
|
|
156
|
+
});
|
|
157
|
+
}
|
|
158
|
+
export declare class AddFolderRequestOption extends $dara.Model {
|
|
159
|
+
appProperties?: AddFolderRequestOptionAppProperties[];
|
|
160
|
+
/**
|
|
161
|
+
* @example
|
|
162
|
+
* AUTO_RENAME
|
|
163
|
+
*/
|
|
164
|
+
conflictStrategy?: string;
|
|
165
|
+
static names(): {
|
|
166
|
+
[key: string]: string;
|
|
167
|
+
};
|
|
168
|
+
static types(): {
|
|
169
|
+
[key: string]: any;
|
|
170
|
+
};
|
|
171
|
+
validate(): void;
|
|
172
|
+
constructor(map?: {
|
|
173
|
+
[key: string]: any;
|
|
174
|
+
});
|
|
175
|
+
}
|
|
176
|
+
export declare class AddFolderRequestTenantContext extends $dara.Model {
|
|
177
|
+
/**
|
|
178
|
+
* @example
|
|
179
|
+
* xxxxxx
|
|
180
|
+
*/
|
|
181
|
+
tenantId?: string;
|
|
182
|
+
static names(): {
|
|
183
|
+
[key: string]: string;
|
|
184
|
+
};
|
|
185
|
+
static types(): {
|
|
186
|
+
[key: string]: any;
|
|
187
|
+
};
|
|
188
|
+
validate(): void;
|
|
189
|
+
constructor(map?: {
|
|
190
|
+
[key: string]: any;
|
|
191
|
+
});
|
|
192
|
+
}
|
|
193
|
+
export declare class AddFolderResponseBodyDentryProperties extends $dara.Model {
|
|
194
|
+
/**
|
|
195
|
+
* @example
|
|
196
|
+
* true
|
|
197
|
+
*/
|
|
198
|
+
readOnly?: boolean;
|
|
199
|
+
static names(): {
|
|
200
|
+
[key: string]: string;
|
|
201
|
+
};
|
|
202
|
+
static types(): {
|
|
203
|
+
[key: string]: any;
|
|
204
|
+
};
|
|
205
|
+
validate(): void;
|
|
206
|
+
constructor(map?: {
|
|
207
|
+
[key: string]: any;
|
|
208
|
+
});
|
|
209
|
+
}
|
|
210
|
+
export declare class AddFolderResponseBodyDentry extends $dara.Model {
|
|
211
|
+
appProperties?: {
|
|
212
|
+
[key: string]: DentryAppPropertiesValue[];
|
|
213
|
+
};
|
|
214
|
+
/**
|
|
215
|
+
* @example
|
|
216
|
+
* 2022-01-01T10:00:00Z
|
|
217
|
+
*/
|
|
218
|
+
createTime?: string;
|
|
219
|
+
/**
|
|
220
|
+
* @example
|
|
221
|
+
* creator_id
|
|
222
|
+
*/
|
|
223
|
+
creatorId?: string;
|
|
224
|
+
/**
|
|
225
|
+
* @example
|
|
226
|
+
* txt
|
|
227
|
+
*/
|
|
228
|
+
extension?: string;
|
|
229
|
+
/**
|
|
230
|
+
* @example
|
|
231
|
+
* dentry_id
|
|
232
|
+
*/
|
|
233
|
+
id?: string;
|
|
234
|
+
/**
|
|
235
|
+
* @example
|
|
236
|
+
* 2022-01-01T10:00:00Z
|
|
237
|
+
*/
|
|
238
|
+
modifiedTime?: string;
|
|
239
|
+
/**
|
|
240
|
+
* @example
|
|
241
|
+
* modifier_id
|
|
242
|
+
*/
|
|
243
|
+
modifierId?: string;
|
|
244
|
+
/**
|
|
245
|
+
* @example
|
|
246
|
+
* dentry_name
|
|
247
|
+
*/
|
|
248
|
+
name?: string;
|
|
249
|
+
/**
|
|
250
|
+
* @example
|
|
251
|
+
* 163201723391
|
|
252
|
+
*/
|
|
253
|
+
parentId?: string;
|
|
254
|
+
/**
|
|
255
|
+
* @example
|
|
256
|
+
* PUBLIC_OSS_PARTITION
|
|
257
|
+
*/
|
|
258
|
+
partitionType?: string;
|
|
259
|
+
/**
|
|
260
|
+
* @example
|
|
261
|
+
* ./test.txt
|
|
262
|
+
*/
|
|
263
|
+
path?: string;
|
|
264
|
+
properties?: AddFolderResponseBodyDentryProperties;
|
|
265
|
+
/**
|
|
266
|
+
* @example
|
|
267
|
+
* 6020771
|
|
268
|
+
*/
|
|
269
|
+
size?: number;
|
|
270
|
+
/**
|
|
271
|
+
* @example
|
|
272
|
+
* Ao01nSzzBxZQ68JW
|
|
273
|
+
*/
|
|
274
|
+
spaceId?: string;
|
|
275
|
+
/**
|
|
276
|
+
* @example
|
|
277
|
+
* NORMAL
|
|
278
|
+
*/
|
|
279
|
+
status?: string;
|
|
280
|
+
/**
|
|
281
|
+
* @example
|
|
282
|
+
* DINGTALK
|
|
283
|
+
*/
|
|
284
|
+
storageDriver?: string;
|
|
285
|
+
/**
|
|
286
|
+
* @example
|
|
287
|
+
* FOLDER
|
|
288
|
+
*/
|
|
289
|
+
type?: string;
|
|
290
|
+
/**
|
|
291
|
+
* @example
|
|
292
|
+
* 80a7201602b34450a7a97d8d4e255421
|
|
293
|
+
*/
|
|
294
|
+
uuid?: string;
|
|
295
|
+
/**
|
|
296
|
+
* @example
|
|
297
|
+
* 1
|
|
298
|
+
*/
|
|
299
|
+
version?: number;
|
|
300
|
+
static names(): {
|
|
301
|
+
[key: string]: string;
|
|
302
|
+
};
|
|
303
|
+
static types(): {
|
|
304
|
+
[key: string]: any;
|
|
305
|
+
};
|
|
306
|
+
validate(): void;
|
|
307
|
+
constructor(map?: {
|
|
308
|
+
[key: string]: any;
|
|
309
|
+
});
|
|
310
|
+
}
|
|
102
311
|
export declare class AddMeetingRoomsHeadersAccountContext extends $dara.Model {
|
|
103
312
|
/**
|
|
104
313
|
* @remarks
|
|
@@ -136,6 +345,87 @@ export declare class AddMeetingRoomsRequestMeetingRoomsToAdd extends $dara.Model
|
|
|
136
345
|
[key: string]: any;
|
|
137
346
|
});
|
|
138
347
|
}
|
|
348
|
+
export declare class AddPermissionHeadersAccountContext extends $dara.Model {
|
|
349
|
+
/**
|
|
350
|
+
* @remarks
|
|
351
|
+
* This parameter is required.
|
|
352
|
+
*
|
|
353
|
+
* @example
|
|
354
|
+
* 012345
|
|
355
|
+
*/
|
|
356
|
+
accountId?: string;
|
|
357
|
+
static names(): {
|
|
358
|
+
[key: string]: string;
|
|
359
|
+
};
|
|
360
|
+
static types(): {
|
|
361
|
+
[key: string]: any;
|
|
362
|
+
};
|
|
363
|
+
validate(): void;
|
|
364
|
+
constructor(map?: {
|
|
365
|
+
[key: string]: any;
|
|
366
|
+
});
|
|
367
|
+
}
|
|
368
|
+
export declare class AddPermissionRequestMembers extends $dara.Model {
|
|
369
|
+
/**
|
|
370
|
+
* @example
|
|
371
|
+
* 123456
|
|
372
|
+
*/
|
|
373
|
+
corpId?: string;
|
|
374
|
+
/**
|
|
375
|
+
* @example
|
|
376
|
+
* 123456
|
|
377
|
+
*/
|
|
378
|
+
id?: string;
|
|
379
|
+
/**
|
|
380
|
+
* @example
|
|
381
|
+
* ORG
|
|
382
|
+
*/
|
|
383
|
+
type?: string;
|
|
384
|
+
static names(): {
|
|
385
|
+
[key: string]: string;
|
|
386
|
+
};
|
|
387
|
+
static types(): {
|
|
388
|
+
[key: string]: any;
|
|
389
|
+
};
|
|
390
|
+
validate(): void;
|
|
391
|
+
constructor(map?: {
|
|
392
|
+
[key: string]: any;
|
|
393
|
+
});
|
|
394
|
+
}
|
|
395
|
+
export declare class AddPermissionRequestOption extends $dara.Model {
|
|
396
|
+
/**
|
|
397
|
+
* @example
|
|
398
|
+
* 3600
|
|
399
|
+
*/
|
|
400
|
+
duration?: number;
|
|
401
|
+
static names(): {
|
|
402
|
+
[key: string]: string;
|
|
403
|
+
};
|
|
404
|
+
static types(): {
|
|
405
|
+
[key: string]: any;
|
|
406
|
+
};
|
|
407
|
+
validate(): void;
|
|
408
|
+
constructor(map?: {
|
|
409
|
+
[key: string]: any;
|
|
410
|
+
});
|
|
411
|
+
}
|
|
412
|
+
export declare class AddPermissionRequestTenantContext extends $dara.Model {
|
|
413
|
+
/**
|
|
414
|
+
* @example
|
|
415
|
+
* xxxxxx
|
|
416
|
+
*/
|
|
417
|
+
tenantId?: string;
|
|
418
|
+
static names(): {
|
|
419
|
+
[key: string]: string;
|
|
420
|
+
};
|
|
421
|
+
static types(): {
|
|
422
|
+
[key: string]: any;
|
|
423
|
+
};
|
|
424
|
+
validate(): void;
|
|
425
|
+
constructor(map?: {
|
|
426
|
+
[key: string]: any;
|
|
427
|
+
});
|
|
428
|
+
}
|
|
139
429
|
export declare class AddRecordPermissionHeadersAccountContext extends $dara.Model {
|
|
140
430
|
/**
|
|
141
431
|
* @remarks
|
|
@@ -4217,6 +4507,43 @@ export declare class DeleteColumnsRequestTenantContext extends $dara.Model {
|
|
|
4217
4507
|
[key: string]: any;
|
|
4218
4508
|
});
|
|
4219
4509
|
}
|
|
4510
|
+
export declare class DeleteDentryHeadersAccountContext extends $dara.Model {
|
|
4511
|
+
/**
|
|
4512
|
+
* @remarks
|
|
4513
|
+
* This parameter is required.
|
|
4514
|
+
*
|
|
4515
|
+
* @example
|
|
4516
|
+
* 012345
|
|
4517
|
+
*/
|
|
4518
|
+
accountId?: string;
|
|
4519
|
+
static names(): {
|
|
4520
|
+
[key: string]: string;
|
|
4521
|
+
};
|
|
4522
|
+
static types(): {
|
|
4523
|
+
[key: string]: any;
|
|
4524
|
+
};
|
|
4525
|
+
validate(): void;
|
|
4526
|
+
constructor(map?: {
|
|
4527
|
+
[key: string]: any;
|
|
4528
|
+
});
|
|
4529
|
+
}
|
|
4530
|
+
export declare class DeleteDentryRequestTenantContext extends $dara.Model {
|
|
4531
|
+
/**
|
|
4532
|
+
* @example
|
|
4533
|
+
* xxxxxx
|
|
4534
|
+
*/
|
|
4535
|
+
tenantId?: string;
|
|
4536
|
+
static names(): {
|
|
4537
|
+
[key: string]: string;
|
|
4538
|
+
};
|
|
4539
|
+
static types(): {
|
|
4540
|
+
[key: string]: any;
|
|
4541
|
+
};
|
|
4542
|
+
validate(): void;
|
|
4543
|
+
constructor(map?: {
|
|
4544
|
+
[key: string]: any;
|
|
4545
|
+
});
|
|
4546
|
+
}
|
|
4220
4547
|
export declare class DeleteDriveSpaceHeadersAccountContext extends $dara.Model {
|
|
4221
4548
|
/**
|
|
4222
4549
|
* @remarks
|
|
@@ -4442,6 +4769,70 @@ export declare class DeleteMeetingRoomGroupRequestTenantContext extends $dara.Mo
|
|
|
4442
4769
|
[key: string]: any;
|
|
4443
4770
|
});
|
|
4444
4771
|
}
|
|
4772
|
+
export declare class DeletePermissionHeadersAccountContext extends $dara.Model {
|
|
4773
|
+
/**
|
|
4774
|
+
* @remarks
|
|
4775
|
+
* This parameter is required.
|
|
4776
|
+
*
|
|
4777
|
+
* @example
|
|
4778
|
+
* 012345
|
|
4779
|
+
*/
|
|
4780
|
+
accountId?: string;
|
|
4781
|
+
static names(): {
|
|
4782
|
+
[key: string]: string;
|
|
4783
|
+
};
|
|
4784
|
+
static types(): {
|
|
4785
|
+
[key: string]: any;
|
|
4786
|
+
};
|
|
4787
|
+
validate(): void;
|
|
4788
|
+
constructor(map?: {
|
|
4789
|
+
[key: string]: any;
|
|
4790
|
+
});
|
|
4791
|
+
}
|
|
4792
|
+
export declare class DeletePermissionRequestMembers extends $dara.Model {
|
|
4793
|
+
/**
|
|
4794
|
+
* @example
|
|
4795
|
+
* 123456
|
|
4796
|
+
*/
|
|
4797
|
+
corpId?: string;
|
|
4798
|
+
/**
|
|
4799
|
+
* @example
|
|
4800
|
+
* ORG
|
|
4801
|
+
*/
|
|
4802
|
+
id?: string;
|
|
4803
|
+
/**
|
|
4804
|
+
* @example
|
|
4805
|
+
* ORG
|
|
4806
|
+
*/
|
|
4807
|
+
type?: string;
|
|
4808
|
+
static names(): {
|
|
4809
|
+
[key: string]: string;
|
|
4810
|
+
};
|
|
4811
|
+
static types(): {
|
|
4812
|
+
[key: string]: any;
|
|
4813
|
+
};
|
|
4814
|
+
validate(): void;
|
|
4815
|
+
constructor(map?: {
|
|
4816
|
+
[key: string]: any;
|
|
4817
|
+
});
|
|
4818
|
+
}
|
|
4819
|
+
export declare class DeletePermissionRequestTenantContext extends $dara.Model {
|
|
4820
|
+
/**
|
|
4821
|
+
* @example
|
|
4822
|
+
* xxxxxx
|
|
4823
|
+
*/
|
|
4824
|
+
tenantId?: string;
|
|
4825
|
+
static names(): {
|
|
4826
|
+
[key: string]: string;
|
|
4827
|
+
};
|
|
4828
|
+
static types(): {
|
|
4829
|
+
[key: string]: any;
|
|
4830
|
+
};
|
|
4831
|
+
validate(): void;
|
|
4832
|
+
constructor(map?: {
|
|
4833
|
+
[key: string]: any;
|
|
4834
|
+
});
|
|
4835
|
+
}
|
|
4445
4836
|
export declare class DeleteRowsHeadersAccountContext extends $dara.Model {
|
|
4446
4837
|
/**
|
|
4447
4838
|
* @example
|
|
@@ -4714,6 +5105,43 @@ export declare class DeleteWorkspaceMembersRequestTenantContext extends $dara.Mo
|
|
|
4714
5105
|
[key: string]: any;
|
|
4715
5106
|
});
|
|
4716
5107
|
}
|
|
5108
|
+
export declare class DocUpdateContentHeadersAccountContext extends $dara.Model {
|
|
5109
|
+
/**
|
|
5110
|
+
* @remarks
|
|
5111
|
+
* This parameter is required.
|
|
5112
|
+
*
|
|
5113
|
+
* @example
|
|
5114
|
+
* 012345
|
|
5115
|
+
*/
|
|
5116
|
+
accountId?: string;
|
|
5117
|
+
static names(): {
|
|
5118
|
+
[key: string]: string;
|
|
5119
|
+
};
|
|
5120
|
+
static types(): {
|
|
5121
|
+
[key: string]: any;
|
|
5122
|
+
};
|
|
5123
|
+
validate(): void;
|
|
5124
|
+
constructor(map?: {
|
|
5125
|
+
[key: string]: any;
|
|
5126
|
+
});
|
|
5127
|
+
}
|
|
5128
|
+
export declare class DocUpdateContentRequestTenantContext extends $dara.Model {
|
|
5129
|
+
/**
|
|
5130
|
+
* @example
|
|
5131
|
+
* xxxxxx
|
|
5132
|
+
*/
|
|
5133
|
+
tenantId?: string;
|
|
5134
|
+
static names(): {
|
|
5135
|
+
[key: string]: string;
|
|
5136
|
+
};
|
|
5137
|
+
static types(): {
|
|
5138
|
+
[key: string]: any;
|
|
5139
|
+
};
|
|
5140
|
+
validate(): void;
|
|
5141
|
+
constructor(map?: {
|
|
5142
|
+
[key: string]: any;
|
|
5143
|
+
});
|
|
5144
|
+
}
|
|
4717
5145
|
export declare class ExecuteBatchTaskHeadersAccountContext extends $dara.Model {
|
|
4718
5146
|
/**
|
|
4719
5147
|
* @remarks
|
|
@@ -5006,6 +5434,216 @@ export declare class GetAllSheetsResponseBodyValue extends $dara.Model {
|
|
|
5006
5434
|
[key: string]: any;
|
|
5007
5435
|
});
|
|
5008
5436
|
}
|
|
5437
|
+
export declare class GetAssistantCapabilityRequestContentCardCallback extends $dara.Model {
|
|
5438
|
+
/**
|
|
5439
|
+
* @example
|
|
5440
|
+
* {}
|
|
5441
|
+
*/
|
|
5442
|
+
content?: string;
|
|
5443
|
+
/**
|
|
5444
|
+
* @example
|
|
5445
|
+
* templateId123
|
|
5446
|
+
*/
|
|
5447
|
+
templateId?: string;
|
|
5448
|
+
/**
|
|
5449
|
+
* @example
|
|
5450
|
+
* 012345
|
|
5451
|
+
*/
|
|
5452
|
+
userId?: string;
|
|
5453
|
+
static names(): {
|
|
5454
|
+
[key: string]: string;
|
|
5455
|
+
};
|
|
5456
|
+
static types(): {
|
|
5457
|
+
[key: string]: any;
|
|
5458
|
+
};
|
|
5459
|
+
validate(): void;
|
|
5460
|
+
constructor(map?: {
|
|
5461
|
+
[key: string]: any;
|
|
5462
|
+
});
|
|
5463
|
+
}
|
|
5464
|
+
export declare class GetAssistantCapabilityRequestContentDingCard extends $dara.Model {
|
|
5465
|
+
/**
|
|
5466
|
+
* @example
|
|
5467
|
+
* 卡片描述
|
|
5468
|
+
*/
|
|
5469
|
+
cardDesc?: string;
|
|
5470
|
+
/**
|
|
5471
|
+
* @example
|
|
5472
|
+
* {}
|
|
5473
|
+
*/
|
|
5474
|
+
content?: string;
|
|
5475
|
+
/**
|
|
5476
|
+
* @remarks
|
|
5477
|
+
* This parameter is required.
|
|
5478
|
+
*
|
|
5479
|
+
* @example
|
|
5480
|
+
* basic_card_schema
|
|
5481
|
+
*/
|
|
5482
|
+
contentType?: string;
|
|
5483
|
+
/**
|
|
5484
|
+
* @example
|
|
5485
|
+
* true
|
|
5486
|
+
*/
|
|
5487
|
+
finished?: boolean;
|
|
5488
|
+
/**
|
|
5489
|
+
* @example
|
|
5490
|
+
* templateId123
|
|
5491
|
+
*/
|
|
5492
|
+
templateId?: string;
|
|
5493
|
+
static names(): {
|
|
5494
|
+
[key: string]: string;
|
|
5495
|
+
};
|
|
5496
|
+
static types(): {
|
|
5497
|
+
[key: string]: any;
|
|
5498
|
+
};
|
|
5499
|
+
validate(): void;
|
|
5500
|
+
constructor(map?: {
|
|
5501
|
+
[key: string]: any;
|
|
5502
|
+
});
|
|
5503
|
+
}
|
|
5504
|
+
export declare class GetAssistantCapabilityRequestContentImageUrl extends $dara.Model {
|
|
5505
|
+
/**
|
|
5506
|
+
* @example
|
|
5507
|
+
* auto
|
|
5508
|
+
*/
|
|
5509
|
+
detail?: string;
|
|
5510
|
+
/**
|
|
5511
|
+
* @example
|
|
5512
|
+
* 这是一张小猫钓鱼图
|
|
5513
|
+
*/
|
|
5514
|
+
imageDesc?: string;
|
|
5515
|
+
/**
|
|
5516
|
+
* @example
|
|
5517
|
+
* https://img.alicdn.com/1234.png
|
|
5518
|
+
*/
|
|
5519
|
+
url?: string;
|
|
5520
|
+
static names(): {
|
|
5521
|
+
[key: string]: string;
|
|
5522
|
+
};
|
|
5523
|
+
static types(): {
|
|
5524
|
+
[key: string]: any;
|
|
5525
|
+
};
|
|
5526
|
+
validate(): void;
|
|
5527
|
+
constructor(map?: {
|
|
5528
|
+
[key: string]: any;
|
|
5529
|
+
});
|
|
5530
|
+
}
|
|
5531
|
+
export declare class GetAssistantCapabilityRequestContentMarkdown extends $dara.Model {
|
|
5532
|
+
/**
|
|
5533
|
+
* @example
|
|
5534
|
+
* 1. markdown内容
|
|
5535
|
+
* 2. markdown内容
|
|
5536
|
+
*/
|
|
5537
|
+
value?: string;
|
|
5538
|
+
static names(): {
|
|
5539
|
+
[key: string]: string;
|
|
5540
|
+
};
|
|
5541
|
+
static types(): {
|
|
5542
|
+
[key: string]: any;
|
|
5543
|
+
};
|
|
5544
|
+
validate(): void;
|
|
5545
|
+
constructor(map?: {
|
|
5546
|
+
[key: string]: any;
|
|
5547
|
+
});
|
|
5548
|
+
}
|
|
5549
|
+
export declare class GetAssistantCapabilityRequestContentText extends $dara.Model {
|
|
5550
|
+
/**
|
|
5551
|
+
* @example
|
|
5552
|
+
* 你好!
|
|
5553
|
+
*/
|
|
5554
|
+
value?: string;
|
|
5555
|
+
static names(): {
|
|
5556
|
+
[key: string]: string;
|
|
5557
|
+
};
|
|
5558
|
+
static types(): {
|
|
5559
|
+
[key: string]: any;
|
|
5560
|
+
};
|
|
5561
|
+
validate(): void;
|
|
5562
|
+
constructor(map?: {
|
|
5563
|
+
[key: string]: any;
|
|
5564
|
+
});
|
|
5565
|
+
}
|
|
5566
|
+
export declare class GetAssistantCapabilityRequestContent extends $dara.Model {
|
|
5567
|
+
cardCallback?: GetAssistantCapabilityRequestContentCardCallback;
|
|
5568
|
+
dingCard?: GetAssistantCapabilityRequestContentDingCard;
|
|
5569
|
+
imageUrl?: GetAssistantCapabilityRequestContentImageUrl;
|
|
5570
|
+
markdown?: GetAssistantCapabilityRequestContentMarkdown;
|
|
5571
|
+
text?: GetAssistantCapabilityRequestContentText;
|
|
5572
|
+
/**
|
|
5573
|
+
* @remarks
|
|
5574
|
+
* This parameter is required.
|
|
5575
|
+
*
|
|
5576
|
+
* @example
|
|
5577
|
+
* text
|
|
5578
|
+
*/
|
|
5579
|
+
type?: string;
|
|
5580
|
+
static names(): {
|
|
5581
|
+
[key: string]: string;
|
|
5582
|
+
};
|
|
5583
|
+
static types(): {
|
|
5584
|
+
[key: string]: any;
|
|
5585
|
+
};
|
|
5586
|
+
validate(): void;
|
|
5587
|
+
constructor(map?: {
|
|
5588
|
+
[key: string]: any;
|
|
5589
|
+
});
|
|
5590
|
+
}
|
|
5591
|
+
export declare class GetAssistantCapabilityResponseBodyCapabilityAssessmentCapabilityList extends $dara.Model {
|
|
5592
|
+
/**
|
|
5593
|
+
* @example
|
|
5594
|
+
* 能力概览
|
|
5595
|
+
*/
|
|
5596
|
+
capabilityOverview?: string;
|
|
5597
|
+
/**
|
|
5598
|
+
* @example
|
|
5599
|
+
* 能力描述
|
|
5600
|
+
*/
|
|
5601
|
+
description?: string;
|
|
5602
|
+
/**
|
|
5603
|
+
* @example
|
|
5604
|
+
* {}
|
|
5605
|
+
*/
|
|
5606
|
+
metadata?: {
|
|
5607
|
+
[key: string]: any;
|
|
5608
|
+
};
|
|
5609
|
+
/**
|
|
5610
|
+
* @example
|
|
5611
|
+
* 能力名称
|
|
5612
|
+
*/
|
|
5613
|
+
name?: string;
|
|
5614
|
+
static names(): {
|
|
5615
|
+
[key: string]: string;
|
|
5616
|
+
};
|
|
5617
|
+
static types(): {
|
|
5618
|
+
[key: string]: any;
|
|
5619
|
+
};
|
|
5620
|
+
validate(): void;
|
|
5621
|
+
constructor(map?: {
|
|
5622
|
+
[key: string]: any;
|
|
5623
|
+
});
|
|
5624
|
+
}
|
|
5625
|
+
export declare class GetAssistantCapabilityResponseBodyCapabilityAssessment extends $dara.Model {
|
|
5626
|
+
/**
|
|
5627
|
+
* @example
|
|
5628
|
+
* 能力概览
|
|
5629
|
+
*/
|
|
5630
|
+
briefCapability?: string;
|
|
5631
|
+
/**
|
|
5632
|
+
* @example
|
|
5633
|
+
* []
|
|
5634
|
+
*/
|
|
5635
|
+
capabilityList?: GetAssistantCapabilityResponseBodyCapabilityAssessmentCapabilityList[];
|
|
5636
|
+
static names(): {
|
|
5637
|
+
[key: string]: string;
|
|
5638
|
+
};
|
|
5639
|
+
static types(): {
|
|
5640
|
+
[key: string]: any;
|
|
5641
|
+
};
|
|
5642
|
+
validate(): void;
|
|
5643
|
+
constructor(map?: {
|
|
5644
|
+
[key: string]: any;
|
|
5645
|
+
});
|
|
5646
|
+
}
|
|
5009
5647
|
export declare class GetConversaionSpaceHeadersAccountContext extends $dara.Model {
|
|
5010
5648
|
/**
|
|
5011
5649
|
* @remarks
|
|
@@ -13870,6 +14508,134 @@ export declare class ListNodesResponseBodyNodes extends $dara.Model {
|
|
|
13870
14508
|
[key: string]: any;
|
|
13871
14509
|
});
|
|
13872
14510
|
}
|
|
14511
|
+
export declare class ListPermissionsHeadersAccountContext extends $dara.Model {
|
|
14512
|
+
/**
|
|
14513
|
+
* @remarks
|
|
14514
|
+
* This parameter is required.
|
|
14515
|
+
*
|
|
14516
|
+
* @example
|
|
14517
|
+
* 012345
|
|
14518
|
+
*/
|
|
14519
|
+
accountId?: string;
|
|
14520
|
+
static names(): {
|
|
14521
|
+
[key: string]: string;
|
|
14522
|
+
};
|
|
14523
|
+
static types(): {
|
|
14524
|
+
[key: string]: any;
|
|
14525
|
+
};
|
|
14526
|
+
validate(): void;
|
|
14527
|
+
constructor(map?: {
|
|
14528
|
+
[key: string]: any;
|
|
14529
|
+
});
|
|
14530
|
+
}
|
|
14531
|
+
export declare class ListPermissionsRequestOption extends $dara.Model {
|
|
14532
|
+
filterRoleIds?: string[];
|
|
14533
|
+
/**
|
|
14534
|
+
* @example
|
|
14535
|
+
* 20
|
|
14536
|
+
*/
|
|
14537
|
+
maxResults?: number;
|
|
14538
|
+
/**
|
|
14539
|
+
* @example
|
|
14540
|
+
* 2
|
|
14541
|
+
*/
|
|
14542
|
+
nextToken?: string;
|
|
14543
|
+
static names(): {
|
|
14544
|
+
[key: string]: string;
|
|
14545
|
+
};
|
|
14546
|
+
static types(): {
|
|
14547
|
+
[key: string]: any;
|
|
14548
|
+
};
|
|
14549
|
+
validate(): void;
|
|
14550
|
+
constructor(map?: {
|
|
14551
|
+
[key: string]: any;
|
|
14552
|
+
});
|
|
14553
|
+
}
|
|
14554
|
+
export declare class ListPermissionsRequestTenantContext extends $dara.Model {
|
|
14555
|
+
/**
|
|
14556
|
+
* @example
|
|
14557
|
+
* xxxxxx
|
|
14558
|
+
*/
|
|
14559
|
+
tenantId?: string;
|
|
14560
|
+
static names(): {
|
|
14561
|
+
[key: string]: string;
|
|
14562
|
+
};
|
|
14563
|
+
static types(): {
|
|
14564
|
+
[key: string]: any;
|
|
14565
|
+
};
|
|
14566
|
+
validate(): void;
|
|
14567
|
+
constructor(map?: {
|
|
14568
|
+
[key: string]: any;
|
|
14569
|
+
});
|
|
14570
|
+
}
|
|
14571
|
+
export declare class ListPermissionsResponseBodyPermissionsMember extends $dara.Model {
|
|
14572
|
+
/**
|
|
14573
|
+
* @example
|
|
14574
|
+
* 123456
|
|
14575
|
+
*/
|
|
14576
|
+
corpId?: string;
|
|
14577
|
+
/**
|
|
14578
|
+
* @example
|
|
14579
|
+
* 123456
|
|
14580
|
+
*/
|
|
14581
|
+
id?: string;
|
|
14582
|
+
/**
|
|
14583
|
+
* @example
|
|
14584
|
+
* ORG
|
|
14585
|
+
*/
|
|
14586
|
+
type?: string;
|
|
14587
|
+
static names(): {
|
|
14588
|
+
[key: string]: string;
|
|
14589
|
+
};
|
|
14590
|
+
static types(): {
|
|
14591
|
+
[key: string]: any;
|
|
14592
|
+
};
|
|
14593
|
+
validate(): void;
|
|
14594
|
+
constructor(map?: {
|
|
14595
|
+
[key: string]: any;
|
|
14596
|
+
});
|
|
14597
|
+
}
|
|
14598
|
+
export declare class ListPermissionsResponseBodyPermissionsRole extends $dara.Model {
|
|
14599
|
+
/**
|
|
14600
|
+
* @example
|
|
14601
|
+
* OWNER
|
|
14602
|
+
*/
|
|
14603
|
+
id?: string;
|
|
14604
|
+
/**
|
|
14605
|
+
* @example
|
|
14606
|
+
* 拥有者
|
|
14607
|
+
*/
|
|
14608
|
+
name?: string;
|
|
14609
|
+
static names(): {
|
|
14610
|
+
[key: string]: string;
|
|
14611
|
+
};
|
|
14612
|
+
static types(): {
|
|
14613
|
+
[key: string]: any;
|
|
14614
|
+
};
|
|
14615
|
+
validate(): void;
|
|
14616
|
+
constructor(map?: {
|
|
14617
|
+
[key: string]: any;
|
|
14618
|
+
});
|
|
14619
|
+
}
|
|
14620
|
+
export declare class ListPermissionsResponseBodyPermissions extends $dara.Model {
|
|
14621
|
+
/**
|
|
14622
|
+
* @example
|
|
14623
|
+
* 123456
|
|
14624
|
+
*/
|
|
14625
|
+
dentryUuid?: string;
|
|
14626
|
+
member?: ListPermissionsResponseBodyPermissionsMember;
|
|
14627
|
+
role?: ListPermissionsResponseBodyPermissionsRole;
|
|
14628
|
+
static names(): {
|
|
14629
|
+
[key: string]: string;
|
|
14630
|
+
};
|
|
14631
|
+
static types(): {
|
|
14632
|
+
[key: string]: any;
|
|
14633
|
+
};
|
|
14634
|
+
validate(): void;
|
|
14635
|
+
constructor(map?: {
|
|
14636
|
+
[key: string]: any;
|
|
14637
|
+
});
|
|
14638
|
+
}
|
|
13873
14639
|
export declare class ListReportHeadersAccountContext extends $dara.Model {
|
|
13874
14640
|
/**
|
|
13875
14641
|
* @example
|
|
@@ -19243,6 +20009,60 @@ export declare class SubscribeEventRequestTenantContext extends $dara.Model {
|
|
|
19243
20009
|
[key: string]: any;
|
|
19244
20010
|
});
|
|
19245
20011
|
}
|
|
20012
|
+
export declare class SwitchMainOrgHeadersAccountContext extends $dara.Model {
|
|
20013
|
+
/**
|
|
20014
|
+
* @remarks
|
|
20015
|
+
* This parameter is required.
|
|
20016
|
+
*
|
|
20017
|
+
* @example
|
|
20018
|
+
* 012345
|
|
20019
|
+
*/
|
|
20020
|
+
accountId?: string;
|
|
20021
|
+
static names(): {
|
|
20022
|
+
[key: string]: string;
|
|
20023
|
+
};
|
|
20024
|
+
static types(): {
|
|
20025
|
+
[key: string]: any;
|
|
20026
|
+
};
|
|
20027
|
+
validate(): void;
|
|
20028
|
+
constructor(map?: {
|
|
20029
|
+
[key: string]: any;
|
|
20030
|
+
});
|
|
20031
|
+
}
|
|
20032
|
+
export declare class SwitchMainOrgRequestTenantContext extends $dara.Model {
|
|
20033
|
+
/**
|
|
20034
|
+
* @example
|
|
20035
|
+
* xxxxxx
|
|
20036
|
+
*/
|
|
20037
|
+
tenantId?: string;
|
|
20038
|
+
static names(): {
|
|
20039
|
+
[key: string]: string;
|
|
20040
|
+
};
|
|
20041
|
+
static types(): {
|
|
20042
|
+
[key: string]: any;
|
|
20043
|
+
};
|
|
20044
|
+
validate(): void;
|
|
20045
|
+
constructor(map?: {
|
|
20046
|
+
[key: string]: any;
|
|
20047
|
+
});
|
|
20048
|
+
}
|
|
20049
|
+
export declare class SwitchMainOrgResponseBodyContent extends $dara.Model {
|
|
20050
|
+
/**
|
|
20051
|
+
* @example
|
|
20052
|
+
* null
|
|
20053
|
+
*/
|
|
20054
|
+
data?: any;
|
|
20055
|
+
static names(): {
|
|
20056
|
+
[key: string]: string;
|
|
20057
|
+
};
|
|
20058
|
+
static types(): {
|
|
20059
|
+
[key: string]: any;
|
|
20060
|
+
};
|
|
20061
|
+
validate(): void;
|
|
20062
|
+
constructor(map?: {
|
|
20063
|
+
[key: string]: any;
|
|
20064
|
+
});
|
|
20065
|
+
}
|
|
19246
20066
|
export declare class SyncDingTypeHeadersAccountContext extends $dara.Model {
|
|
19247
20067
|
/**
|
|
19248
20068
|
* @remarks
|
|
@@ -19642,6 +20462,87 @@ export declare class UpdateMeetingRoomGroupRequestTenantContext extends $dara.Mo
|
|
|
19642
20462
|
[key: string]: any;
|
|
19643
20463
|
});
|
|
19644
20464
|
}
|
|
20465
|
+
export declare class UpdatePermissionHeadersAccountContext extends $dara.Model {
|
|
20466
|
+
/**
|
|
20467
|
+
* @remarks
|
|
20468
|
+
* This parameter is required.
|
|
20469
|
+
*
|
|
20470
|
+
* @example
|
|
20471
|
+
* 012345
|
|
20472
|
+
*/
|
|
20473
|
+
accountId?: string;
|
|
20474
|
+
static names(): {
|
|
20475
|
+
[key: string]: string;
|
|
20476
|
+
};
|
|
20477
|
+
static types(): {
|
|
20478
|
+
[key: string]: any;
|
|
20479
|
+
};
|
|
20480
|
+
validate(): void;
|
|
20481
|
+
constructor(map?: {
|
|
20482
|
+
[key: string]: any;
|
|
20483
|
+
});
|
|
20484
|
+
}
|
|
20485
|
+
export declare class UpdatePermissionRequestMembers extends $dara.Model {
|
|
20486
|
+
/**
|
|
20487
|
+
* @example
|
|
20488
|
+
* 123456
|
|
20489
|
+
*/
|
|
20490
|
+
corpId?: string;
|
|
20491
|
+
/**
|
|
20492
|
+
* @example
|
|
20493
|
+
* ORG
|
|
20494
|
+
*/
|
|
20495
|
+
id?: string;
|
|
20496
|
+
/**
|
|
20497
|
+
* @example
|
|
20498
|
+
* ORG
|
|
20499
|
+
*/
|
|
20500
|
+
type?: string;
|
|
20501
|
+
static names(): {
|
|
20502
|
+
[key: string]: string;
|
|
20503
|
+
};
|
|
20504
|
+
static types(): {
|
|
20505
|
+
[key: string]: any;
|
|
20506
|
+
};
|
|
20507
|
+
validate(): void;
|
|
20508
|
+
constructor(map?: {
|
|
20509
|
+
[key: string]: any;
|
|
20510
|
+
});
|
|
20511
|
+
}
|
|
20512
|
+
export declare class UpdatePermissionRequestOption extends $dara.Model {
|
|
20513
|
+
/**
|
|
20514
|
+
* @example
|
|
20515
|
+
* 10
|
|
20516
|
+
*/
|
|
20517
|
+
duration?: number;
|
|
20518
|
+
static names(): {
|
|
20519
|
+
[key: string]: string;
|
|
20520
|
+
};
|
|
20521
|
+
static types(): {
|
|
20522
|
+
[key: string]: any;
|
|
20523
|
+
};
|
|
20524
|
+
validate(): void;
|
|
20525
|
+
constructor(map?: {
|
|
20526
|
+
[key: string]: any;
|
|
20527
|
+
});
|
|
20528
|
+
}
|
|
20529
|
+
export declare class UpdatePermissionRequestTenantContext extends $dara.Model {
|
|
20530
|
+
/**
|
|
20531
|
+
* @example
|
|
20532
|
+
* xxxxxx
|
|
20533
|
+
*/
|
|
20534
|
+
tenantId?: string;
|
|
20535
|
+
static names(): {
|
|
20536
|
+
[key: string]: string;
|
|
20537
|
+
};
|
|
20538
|
+
static types(): {
|
|
20539
|
+
[key: string]: any;
|
|
20540
|
+
};
|
|
20541
|
+
validate(): void;
|
|
20542
|
+
constructor(map?: {
|
|
20543
|
+
[key: string]: any;
|
|
20544
|
+
});
|
|
20545
|
+
}
|
|
19645
20546
|
export declare class UpdateRangeHeadersAccountContext extends $dara.Model {
|
|
19646
20547
|
/**
|
|
19647
20548
|
* @example
|
|
@@ -20334,12 +21235,12 @@ export declare class WearOrgHonorResponseBodyContent extends $dara.Model {
|
|
|
20334
21235
|
export declare class DentryAppPropertiesValue extends $dara.Model {
|
|
20335
21236
|
/**
|
|
20336
21237
|
* @example
|
|
20337
|
-
*
|
|
21238
|
+
* test
|
|
20338
21239
|
*/
|
|
20339
21240
|
name?: string;
|
|
20340
21241
|
/**
|
|
20341
21242
|
* @example
|
|
20342
|
-
*
|
|
21243
|
+
* value
|
|
20343
21244
|
*/
|
|
20344
21245
|
value?: string;
|
|
20345
21246
|
/**
|
|
@@ -20668,6 +21569,153 @@ export declare class AddDriveSpaceResponse extends $dara.Model {
|
|
|
20668
21569
|
[key: string]: any;
|
|
20669
21570
|
});
|
|
20670
21571
|
}
|
|
21572
|
+
export declare class AddFolderHeaders extends $dara.Model {
|
|
21573
|
+
commonHeaders?: {
|
|
21574
|
+
[key: string]: string;
|
|
21575
|
+
};
|
|
21576
|
+
accountContext?: AddFolderHeadersAccountContext;
|
|
21577
|
+
static names(): {
|
|
21578
|
+
[key: string]: string;
|
|
21579
|
+
};
|
|
21580
|
+
static types(): {
|
|
21581
|
+
[key: string]: any;
|
|
21582
|
+
};
|
|
21583
|
+
validate(): void;
|
|
21584
|
+
constructor(map?: {
|
|
21585
|
+
[key: string]: any;
|
|
21586
|
+
});
|
|
21587
|
+
}
|
|
21588
|
+
export declare class AddFolderShrinkHeaders extends $dara.Model {
|
|
21589
|
+
commonHeaders?: {
|
|
21590
|
+
[key: string]: string;
|
|
21591
|
+
};
|
|
21592
|
+
accountContextShrink?: string;
|
|
21593
|
+
static names(): {
|
|
21594
|
+
[key: string]: string;
|
|
21595
|
+
};
|
|
21596
|
+
static types(): {
|
|
21597
|
+
[key: string]: any;
|
|
21598
|
+
};
|
|
21599
|
+
validate(): void;
|
|
21600
|
+
constructor(map?: {
|
|
21601
|
+
[key: string]: any;
|
|
21602
|
+
});
|
|
21603
|
+
}
|
|
21604
|
+
export declare class AddFolderRequest extends $dara.Model {
|
|
21605
|
+
/**
|
|
21606
|
+
* @remarks
|
|
21607
|
+
* This parameter is required.
|
|
21608
|
+
*/
|
|
21609
|
+
name?: string;
|
|
21610
|
+
option?: AddFolderRequestOption;
|
|
21611
|
+
/**
|
|
21612
|
+
* @remarks
|
|
21613
|
+
* This parameter is required.
|
|
21614
|
+
*
|
|
21615
|
+
* @example
|
|
21616
|
+
* 140822073803
|
|
21617
|
+
*/
|
|
21618
|
+
parentId?: string;
|
|
21619
|
+
/**
|
|
21620
|
+
* @remarks
|
|
21621
|
+
* This parameter is required.
|
|
21622
|
+
*
|
|
21623
|
+
* @example
|
|
21624
|
+
* xPar2SZ63KodG3aV
|
|
21625
|
+
*/
|
|
21626
|
+
spaceId?: string;
|
|
21627
|
+
tenantContext?: AddFolderRequestTenantContext;
|
|
21628
|
+
static names(): {
|
|
21629
|
+
[key: string]: string;
|
|
21630
|
+
};
|
|
21631
|
+
static types(): {
|
|
21632
|
+
[key: string]: any;
|
|
21633
|
+
};
|
|
21634
|
+
validate(): void;
|
|
21635
|
+
constructor(map?: {
|
|
21636
|
+
[key: string]: any;
|
|
21637
|
+
});
|
|
21638
|
+
}
|
|
21639
|
+
export declare class AddFolderShrinkRequest extends $dara.Model {
|
|
21640
|
+
/**
|
|
21641
|
+
* @remarks
|
|
21642
|
+
* This parameter is required.
|
|
21643
|
+
*/
|
|
21644
|
+
name?: string;
|
|
21645
|
+
optionShrink?: string;
|
|
21646
|
+
/**
|
|
21647
|
+
* @remarks
|
|
21648
|
+
* This parameter is required.
|
|
21649
|
+
*
|
|
21650
|
+
* @example
|
|
21651
|
+
* 140822073803
|
|
21652
|
+
*/
|
|
21653
|
+
parentId?: string;
|
|
21654
|
+
/**
|
|
21655
|
+
* @remarks
|
|
21656
|
+
* This parameter is required.
|
|
21657
|
+
*
|
|
21658
|
+
* @example
|
|
21659
|
+
* xPar2SZ63KodG3aV
|
|
21660
|
+
*/
|
|
21661
|
+
spaceId?: string;
|
|
21662
|
+
tenantContextShrink?: string;
|
|
21663
|
+
static names(): {
|
|
21664
|
+
[key: string]: string;
|
|
21665
|
+
};
|
|
21666
|
+
static types(): {
|
|
21667
|
+
[key: string]: any;
|
|
21668
|
+
};
|
|
21669
|
+
validate(): void;
|
|
21670
|
+
constructor(map?: {
|
|
21671
|
+
[key: string]: any;
|
|
21672
|
+
});
|
|
21673
|
+
}
|
|
21674
|
+
export declare class AddFolderResponseBody extends $dara.Model {
|
|
21675
|
+
dentry?: AddFolderResponseBodyDentry;
|
|
21676
|
+
/**
|
|
21677
|
+
* @example
|
|
21678
|
+
* 0FAAEC9C-C6C8-5C87-AF8E-1195889BBXXX
|
|
21679
|
+
*/
|
|
21680
|
+
requestId?: string;
|
|
21681
|
+
/**
|
|
21682
|
+
* @example
|
|
21683
|
+
* 0FAAEC9C-C6C8-5C87-AF8E-1195889BBXXX
|
|
21684
|
+
*/
|
|
21685
|
+
vendorRequestId?: string;
|
|
21686
|
+
/**
|
|
21687
|
+
* @example
|
|
21688
|
+
* dingtalk
|
|
21689
|
+
*/
|
|
21690
|
+
vendorType?: string;
|
|
21691
|
+
static names(): {
|
|
21692
|
+
[key: string]: string;
|
|
21693
|
+
};
|
|
21694
|
+
static types(): {
|
|
21695
|
+
[key: string]: any;
|
|
21696
|
+
};
|
|
21697
|
+
validate(): void;
|
|
21698
|
+
constructor(map?: {
|
|
21699
|
+
[key: string]: any;
|
|
21700
|
+
});
|
|
21701
|
+
}
|
|
21702
|
+
export declare class AddFolderResponse extends $dara.Model {
|
|
21703
|
+
headers?: {
|
|
21704
|
+
[key: string]: string;
|
|
21705
|
+
};
|
|
21706
|
+
statusCode?: number;
|
|
21707
|
+
body?: AddFolderResponseBody;
|
|
21708
|
+
static names(): {
|
|
21709
|
+
[key: string]: string;
|
|
21710
|
+
};
|
|
21711
|
+
static types(): {
|
|
21712
|
+
[key: string]: any;
|
|
21713
|
+
};
|
|
21714
|
+
validate(): void;
|
|
21715
|
+
constructor(map?: {
|
|
21716
|
+
[key: string]: any;
|
|
21717
|
+
});
|
|
21718
|
+
}
|
|
20671
21719
|
export declare class AddMeetingRoomsHeaders extends $dara.Model {
|
|
20672
21720
|
commonHeaders?: {
|
|
20673
21721
|
[key: string]: string;
|
|
@@ -20808,6 +21856,137 @@ export declare class AddMeetingRoomsResponse extends $dara.Model {
|
|
|
20808
21856
|
[key: string]: any;
|
|
20809
21857
|
});
|
|
20810
21858
|
}
|
|
21859
|
+
export declare class AddPermissionHeaders extends $dara.Model {
|
|
21860
|
+
commonHeaders?: {
|
|
21861
|
+
[key: string]: string;
|
|
21862
|
+
};
|
|
21863
|
+
accountContext?: AddPermissionHeadersAccountContext;
|
|
21864
|
+
static names(): {
|
|
21865
|
+
[key: string]: string;
|
|
21866
|
+
};
|
|
21867
|
+
static types(): {
|
|
21868
|
+
[key: string]: any;
|
|
21869
|
+
};
|
|
21870
|
+
validate(): void;
|
|
21871
|
+
constructor(map?: {
|
|
21872
|
+
[key: string]: any;
|
|
21873
|
+
});
|
|
21874
|
+
}
|
|
21875
|
+
export declare class AddPermissionShrinkHeaders extends $dara.Model {
|
|
21876
|
+
commonHeaders?: {
|
|
21877
|
+
[key: string]: string;
|
|
21878
|
+
};
|
|
21879
|
+
accountContextShrink?: string;
|
|
21880
|
+
static names(): {
|
|
21881
|
+
[key: string]: string;
|
|
21882
|
+
};
|
|
21883
|
+
static types(): {
|
|
21884
|
+
[key: string]: any;
|
|
21885
|
+
};
|
|
21886
|
+
validate(): void;
|
|
21887
|
+
constructor(map?: {
|
|
21888
|
+
[key: string]: any;
|
|
21889
|
+
});
|
|
21890
|
+
}
|
|
21891
|
+
export declare class AddPermissionRequest extends $dara.Model {
|
|
21892
|
+
dentryUuid?: string;
|
|
21893
|
+
/**
|
|
21894
|
+
* @remarks
|
|
21895
|
+
* This parameter is required.
|
|
21896
|
+
*/
|
|
21897
|
+
members?: AddPermissionRequestMembers[];
|
|
21898
|
+
option?: AddPermissionRequestOption;
|
|
21899
|
+
/**
|
|
21900
|
+
* @remarks
|
|
21901
|
+
* This parameter is required.
|
|
21902
|
+
*/
|
|
21903
|
+
roleId?: string;
|
|
21904
|
+
tenantContext?: AddPermissionRequestTenantContext;
|
|
21905
|
+
static names(): {
|
|
21906
|
+
[key: string]: string;
|
|
21907
|
+
};
|
|
21908
|
+
static types(): {
|
|
21909
|
+
[key: string]: any;
|
|
21910
|
+
};
|
|
21911
|
+
validate(): void;
|
|
21912
|
+
constructor(map?: {
|
|
21913
|
+
[key: string]: any;
|
|
21914
|
+
});
|
|
21915
|
+
}
|
|
21916
|
+
export declare class AddPermissionShrinkRequest extends $dara.Model {
|
|
21917
|
+
dentryUuid?: string;
|
|
21918
|
+
/**
|
|
21919
|
+
* @remarks
|
|
21920
|
+
* This parameter is required.
|
|
21921
|
+
*/
|
|
21922
|
+
membersShrink?: string;
|
|
21923
|
+
optionShrink?: string;
|
|
21924
|
+
/**
|
|
21925
|
+
* @remarks
|
|
21926
|
+
* This parameter is required.
|
|
21927
|
+
*/
|
|
21928
|
+
roleId?: string;
|
|
21929
|
+
tenantContextShrink?: string;
|
|
21930
|
+
static names(): {
|
|
21931
|
+
[key: string]: string;
|
|
21932
|
+
};
|
|
21933
|
+
static types(): {
|
|
21934
|
+
[key: string]: any;
|
|
21935
|
+
};
|
|
21936
|
+
validate(): void;
|
|
21937
|
+
constructor(map?: {
|
|
21938
|
+
[key: string]: any;
|
|
21939
|
+
});
|
|
21940
|
+
}
|
|
21941
|
+
export declare class AddPermissionResponseBody extends $dara.Model {
|
|
21942
|
+
/**
|
|
21943
|
+
* @example
|
|
21944
|
+
* 0FAAEC9C-C6C8-5C87-AF8E-1195889BBXXX
|
|
21945
|
+
*/
|
|
21946
|
+
requestId?: string;
|
|
21947
|
+
/**
|
|
21948
|
+
* @example
|
|
21949
|
+
* true
|
|
21950
|
+
*/
|
|
21951
|
+
success?: boolean;
|
|
21952
|
+
/**
|
|
21953
|
+
* @example
|
|
21954
|
+
* 0FAAEC9C-C6C8-5C87-AF8E-1195889BBXXX
|
|
21955
|
+
*/
|
|
21956
|
+
vendorRequestId?: string;
|
|
21957
|
+
/**
|
|
21958
|
+
* @example
|
|
21959
|
+
* dingtalk
|
|
21960
|
+
*/
|
|
21961
|
+
vendorType?: string;
|
|
21962
|
+
static names(): {
|
|
21963
|
+
[key: string]: string;
|
|
21964
|
+
};
|
|
21965
|
+
static types(): {
|
|
21966
|
+
[key: string]: any;
|
|
21967
|
+
};
|
|
21968
|
+
validate(): void;
|
|
21969
|
+
constructor(map?: {
|
|
21970
|
+
[key: string]: any;
|
|
21971
|
+
});
|
|
21972
|
+
}
|
|
21973
|
+
export declare class AddPermissionResponse extends $dara.Model {
|
|
21974
|
+
headers?: {
|
|
21975
|
+
[key: string]: string;
|
|
21976
|
+
};
|
|
21977
|
+
statusCode?: number;
|
|
21978
|
+
body?: AddPermissionResponseBody;
|
|
21979
|
+
static names(): {
|
|
21980
|
+
[key: string]: string;
|
|
21981
|
+
};
|
|
21982
|
+
static types(): {
|
|
21983
|
+
[key: string]: any;
|
|
21984
|
+
};
|
|
21985
|
+
validate(): void;
|
|
21986
|
+
constructor(map?: {
|
|
21987
|
+
[key: string]: any;
|
|
21988
|
+
});
|
|
21989
|
+
}
|
|
20811
21990
|
export declare class AddRecordPermissionHeaders extends $dara.Model {
|
|
20812
21991
|
commonHeaders?: {
|
|
20813
21992
|
[key: string]: string;
|
|
@@ -28117,6 +29296,148 @@ export declare class DeleteColumnsResponse extends $dara.Model {
|
|
|
28117
29296
|
[key: string]: any;
|
|
28118
29297
|
});
|
|
28119
29298
|
}
|
|
29299
|
+
export declare class DeleteDentryHeaders extends $dara.Model {
|
|
29300
|
+
commonHeaders?: {
|
|
29301
|
+
[key: string]: string;
|
|
29302
|
+
};
|
|
29303
|
+
accountContext?: DeleteDentryHeadersAccountContext;
|
|
29304
|
+
static names(): {
|
|
29305
|
+
[key: string]: string;
|
|
29306
|
+
};
|
|
29307
|
+
static types(): {
|
|
29308
|
+
[key: string]: any;
|
|
29309
|
+
};
|
|
29310
|
+
validate(): void;
|
|
29311
|
+
constructor(map?: {
|
|
29312
|
+
[key: string]: any;
|
|
29313
|
+
});
|
|
29314
|
+
}
|
|
29315
|
+
export declare class DeleteDentryShrinkHeaders extends $dara.Model {
|
|
29316
|
+
commonHeaders?: {
|
|
29317
|
+
[key: string]: string;
|
|
29318
|
+
};
|
|
29319
|
+
accountContextShrink?: string;
|
|
29320
|
+
static names(): {
|
|
29321
|
+
[key: string]: string;
|
|
29322
|
+
};
|
|
29323
|
+
static types(): {
|
|
29324
|
+
[key: string]: any;
|
|
29325
|
+
};
|
|
29326
|
+
validate(): void;
|
|
29327
|
+
constructor(map?: {
|
|
29328
|
+
[key: string]: any;
|
|
29329
|
+
});
|
|
29330
|
+
}
|
|
29331
|
+
export declare class DeleteDentryRequest extends $dara.Model {
|
|
29332
|
+
/**
|
|
29333
|
+
* @remarks
|
|
29334
|
+
* This parameter is required.
|
|
29335
|
+
*
|
|
29336
|
+
* @example
|
|
29337
|
+
* b9XJlZ44W3NeDGyA
|
|
29338
|
+
*/
|
|
29339
|
+
dentryId?: string;
|
|
29340
|
+
/**
|
|
29341
|
+
* @remarks
|
|
29342
|
+
* This parameter is required.
|
|
29343
|
+
*
|
|
29344
|
+
* @example
|
|
29345
|
+
* nb9XJx4EPx16QGyA
|
|
29346
|
+
*/
|
|
29347
|
+
spaceId?: string;
|
|
29348
|
+
tenantContext?: DeleteDentryRequestTenantContext;
|
|
29349
|
+
toRecycleBin?: boolean;
|
|
29350
|
+
static names(): {
|
|
29351
|
+
[key: string]: string;
|
|
29352
|
+
};
|
|
29353
|
+
static types(): {
|
|
29354
|
+
[key: string]: any;
|
|
29355
|
+
};
|
|
29356
|
+
validate(): void;
|
|
29357
|
+
constructor(map?: {
|
|
29358
|
+
[key: string]: any;
|
|
29359
|
+
});
|
|
29360
|
+
}
|
|
29361
|
+
export declare class DeleteDentryShrinkRequest extends $dara.Model {
|
|
29362
|
+
/**
|
|
29363
|
+
* @remarks
|
|
29364
|
+
* This parameter is required.
|
|
29365
|
+
*
|
|
29366
|
+
* @example
|
|
29367
|
+
* b9XJlZ44W3NeDGyA
|
|
29368
|
+
*/
|
|
29369
|
+
dentryId?: string;
|
|
29370
|
+
/**
|
|
29371
|
+
* @remarks
|
|
29372
|
+
* This parameter is required.
|
|
29373
|
+
*
|
|
29374
|
+
* @example
|
|
29375
|
+
* nb9XJx4EPx16QGyA
|
|
29376
|
+
*/
|
|
29377
|
+
spaceId?: string;
|
|
29378
|
+
tenantContextShrink?: string;
|
|
29379
|
+
toRecycleBin?: boolean;
|
|
29380
|
+
static names(): {
|
|
29381
|
+
[key: string]: string;
|
|
29382
|
+
};
|
|
29383
|
+
static types(): {
|
|
29384
|
+
[key: string]: any;
|
|
29385
|
+
};
|
|
29386
|
+
validate(): void;
|
|
29387
|
+
constructor(map?: {
|
|
29388
|
+
[key: string]: any;
|
|
29389
|
+
});
|
|
29390
|
+
}
|
|
29391
|
+
export declare class DeleteDentryResponseBody extends $dara.Model {
|
|
29392
|
+
async?: boolean;
|
|
29393
|
+
/**
|
|
29394
|
+
* @example
|
|
29395
|
+
* 0FAAEC9C-C6C8-5C87-AF8E-1195889BBXXX
|
|
29396
|
+
*/
|
|
29397
|
+
requestId?: string;
|
|
29398
|
+
/**
|
|
29399
|
+
* @example
|
|
29400
|
+
* task123abc
|
|
29401
|
+
*/
|
|
29402
|
+
taskId?: string;
|
|
29403
|
+
/**
|
|
29404
|
+
* @example
|
|
29405
|
+
* 0FAAEC9C-C6C8-5C87-AF8E-1195889BBXXX
|
|
29406
|
+
*/
|
|
29407
|
+
vendorRequestId?: string;
|
|
29408
|
+
/**
|
|
29409
|
+
* @example
|
|
29410
|
+
* dingtalk
|
|
29411
|
+
*/
|
|
29412
|
+
vendorType?: string;
|
|
29413
|
+
static names(): {
|
|
29414
|
+
[key: string]: string;
|
|
29415
|
+
};
|
|
29416
|
+
static types(): {
|
|
29417
|
+
[key: string]: any;
|
|
29418
|
+
};
|
|
29419
|
+
validate(): void;
|
|
29420
|
+
constructor(map?: {
|
|
29421
|
+
[key: string]: any;
|
|
29422
|
+
});
|
|
29423
|
+
}
|
|
29424
|
+
export declare class DeleteDentryResponse extends $dara.Model {
|
|
29425
|
+
headers?: {
|
|
29426
|
+
[key: string]: string;
|
|
29427
|
+
};
|
|
29428
|
+
statusCode?: number;
|
|
29429
|
+
body?: DeleteDentryResponseBody;
|
|
29430
|
+
static names(): {
|
|
29431
|
+
[key: string]: string;
|
|
29432
|
+
};
|
|
29433
|
+
static types(): {
|
|
29434
|
+
[key: string]: any;
|
|
29435
|
+
};
|
|
29436
|
+
validate(): void;
|
|
29437
|
+
constructor(map?: {
|
|
29438
|
+
[key: string]: any;
|
|
29439
|
+
});
|
|
29440
|
+
}
|
|
28120
29441
|
export declare class DeleteDriveSpaceHeaders extends $dara.Model {
|
|
28121
29442
|
commonHeaders?: {
|
|
28122
29443
|
[key: string]: string;
|
|
@@ -28805,12 +30126,128 @@ export declare class DeleteMeetingRoomResponseBody extends $dara.Model {
|
|
|
28805
30126
|
[key: string]: any;
|
|
28806
30127
|
});
|
|
28807
30128
|
}
|
|
28808
|
-
export declare class DeleteMeetingRoomResponse extends $dara.Model {
|
|
30129
|
+
export declare class DeleteMeetingRoomResponse extends $dara.Model {
|
|
30130
|
+
headers?: {
|
|
30131
|
+
[key: string]: string;
|
|
30132
|
+
};
|
|
30133
|
+
statusCode?: number;
|
|
30134
|
+
body?: DeleteMeetingRoomResponseBody;
|
|
30135
|
+
static names(): {
|
|
30136
|
+
[key: string]: string;
|
|
30137
|
+
};
|
|
30138
|
+
static types(): {
|
|
30139
|
+
[key: string]: any;
|
|
30140
|
+
};
|
|
30141
|
+
validate(): void;
|
|
30142
|
+
constructor(map?: {
|
|
30143
|
+
[key: string]: any;
|
|
30144
|
+
});
|
|
30145
|
+
}
|
|
30146
|
+
export declare class DeleteMeetingRoomGroupHeaders extends $dara.Model {
|
|
30147
|
+
commonHeaders?: {
|
|
30148
|
+
[key: string]: string;
|
|
30149
|
+
};
|
|
30150
|
+
accountContext?: DeleteMeetingRoomGroupHeadersAccountContext;
|
|
30151
|
+
static names(): {
|
|
30152
|
+
[key: string]: string;
|
|
30153
|
+
};
|
|
30154
|
+
static types(): {
|
|
30155
|
+
[key: string]: any;
|
|
30156
|
+
};
|
|
30157
|
+
validate(): void;
|
|
30158
|
+
constructor(map?: {
|
|
30159
|
+
[key: string]: any;
|
|
30160
|
+
});
|
|
30161
|
+
}
|
|
30162
|
+
export declare class DeleteMeetingRoomGroupShrinkHeaders extends $dara.Model {
|
|
30163
|
+
commonHeaders?: {
|
|
30164
|
+
[key: string]: string;
|
|
30165
|
+
};
|
|
30166
|
+
accountContextShrink?: string;
|
|
30167
|
+
static names(): {
|
|
30168
|
+
[key: string]: string;
|
|
30169
|
+
};
|
|
30170
|
+
static types(): {
|
|
30171
|
+
[key: string]: any;
|
|
30172
|
+
};
|
|
30173
|
+
validate(): void;
|
|
30174
|
+
constructor(map?: {
|
|
30175
|
+
[key: string]: any;
|
|
30176
|
+
});
|
|
30177
|
+
}
|
|
30178
|
+
export declare class DeleteMeetingRoomGroupRequest extends $dara.Model {
|
|
30179
|
+
/**
|
|
30180
|
+
* @remarks
|
|
30181
|
+
* This parameter is required.
|
|
30182
|
+
*
|
|
30183
|
+
* @example
|
|
30184
|
+
* 172
|
|
30185
|
+
*/
|
|
30186
|
+
groupId?: string;
|
|
30187
|
+
tenantContext?: DeleteMeetingRoomGroupRequestTenantContext;
|
|
30188
|
+
static names(): {
|
|
30189
|
+
[key: string]: string;
|
|
30190
|
+
};
|
|
30191
|
+
static types(): {
|
|
30192
|
+
[key: string]: any;
|
|
30193
|
+
};
|
|
30194
|
+
validate(): void;
|
|
30195
|
+
constructor(map?: {
|
|
30196
|
+
[key: string]: any;
|
|
30197
|
+
});
|
|
30198
|
+
}
|
|
30199
|
+
export declare class DeleteMeetingRoomGroupShrinkRequest extends $dara.Model {
|
|
30200
|
+
/**
|
|
30201
|
+
* @remarks
|
|
30202
|
+
* This parameter is required.
|
|
30203
|
+
*
|
|
30204
|
+
* @example
|
|
30205
|
+
* 172
|
|
30206
|
+
*/
|
|
30207
|
+
groupId?: string;
|
|
30208
|
+
tenantContextShrink?: string;
|
|
30209
|
+
static names(): {
|
|
30210
|
+
[key: string]: string;
|
|
30211
|
+
};
|
|
30212
|
+
static types(): {
|
|
30213
|
+
[key: string]: any;
|
|
30214
|
+
};
|
|
30215
|
+
validate(): void;
|
|
30216
|
+
constructor(map?: {
|
|
30217
|
+
[key: string]: any;
|
|
30218
|
+
});
|
|
30219
|
+
}
|
|
30220
|
+
export declare class DeleteMeetingRoomGroupResponseBody extends $dara.Model {
|
|
30221
|
+
/**
|
|
30222
|
+
* @remarks
|
|
30223
|
+
* requestId
|
|
30224
|
+
*
|
|
30225
|
+
* @example
|
|
30226
|
+
* 0FAAEC9C-C6C8-5C87-AF8E-1195889BBXXX
|
|
30227
|
+
*/
|
|
30228
|
+
requestId?: string;
|
|
30229
|
+
/**
|
|
30230
|
+
* @example
|
|
30231
|
+
* true
|
|
30232
|
+
*/
|
|
30233
|
+
result?: boolean;
|
|
30234
|
+
static names(): {
|
|
30235
|
+
[key: string]: string;
|
|
30236
|
+
};
|
|
30237
|
+
static types(): {
|
|
30238
|
+
[key: string]: any;
|
|
30239
|
+
};
|
|
30240
|
+
validate(): void;
|
|
30241
|
+
constructor(map?: {
|
|
30242
|
+
[key: string]: any;
|
|
30243
|
+
});
|
|
30244
|
+
}
|
|
30245
|
+
export declare class DeleteMeetingRoomGroupResponse extends $dara.Model {
|
|
28809
30246
|
headers?: {
|
|
28810
30247
|
[key: string]: string;
|
|
28811
30248
|
};
|
|
28812
30249
|
statusCode?: number;
|
|
28813
|
-
body?:
|
|
30250
|
+
body?: DeleteMeetingRoomGroupResponseBody;
|
|
28814
30251
|
static names(): {
|
|
28815
30252
|
[key: string]: string;
|
|
28816
30253
|
};
|
|
@@ -28822,11 +30259,11 @@ export declare class DeleteMeetingRoomResponse extends $dara.Model {
|
|
|
28822
30259
|
[key: string]: any;
|
|
28823
30260
|
});
|
|
28824
30261
|
}
|
|
28825
|
-
export declare class
|
|
30262
|
+
export declare class DeletePermissionHeaders extends $dara.Model {
|
|
28826
30263
|
commonHeaders?: {
|
|
28827
30264
|
[key: string]: string;
|
|
28828
30265
|
};
|
|
28829
|
-
accountContext?:
|
|
30266
|
+
accountContext?: DeletePermissionHeadersAccountContext;
|
|
28830
30267
|
static names(): {
|
|
28831
30268
|
[key: string]: string;
|
|
28832
30269
|
};
|
|
@@ -28838,7 +30275,7 @@ export declare class DeleteMeetingRoomGroupHeaders extends $dara.Model {
|
|
|
28838
30275
|
[key: string]: any;
|
|
28839
30276
|
});
|
|
28840
30277
|
}
|
|
28841
|
-
export declare class
|
|
30278
|
+
export declare class DeletePermissionShrinkHeaders extends $dara.Model {
|
|
28842
30279
|
commonHeaders?: {
|
|
28843
30280
|
[key: string]: string;
|
|
28844
30281
|
};
|
|
@@ -28854,16 +30291,29 @@ export declare class DeleteMeetingRoomGroupShrinkHeaders extends $dara.Model {
|
|
|
28854
30291
|
[key: string]: any;
|
|
28855
30292
|
});
|
|
28856
30293
|
}
|
|
28857
|
-
export declare class
|
|
30294
|
+
export declare class DeletePermissionRequest extends $dara.Model {
|
|
28858
30295
|
/**
|
|
28859
30296
|
* @remarks
|
|
28860
30297
|
* This parameter is required.
|
|
28861
30298
|
*
|
|
28862
30299
|
* @example
|
|
28863
|
-
*
|
|
30300
|
+
* a9E05BDRVQRkezKGCE3nlwPDJ63zgkYA
|
|
28864
30301
|
*/
|
|
28865
|
-
|
|
28866
|
-
|
|
30302
|
+
dentryUuid?: string;
|
|
30303
|
+
/**
|
|
30304
|
+
* @remarks
|
|
30305
|
+
* This parameter is required.
|
|
30306
|
+
*/
|
|
30307
|
+
members?: DeletePermissionRequestMembers[];
|
|
30308
|
+
/**
|
|
30309
|
+
* @remarks
|
|
30310
|
+
* This parameter is required.
|
|
30311
|
+
*
|
|
30312
|
+
* @example
|
|
30313
|
+
* MANAGER
|
|
30314
|
+
*/
|
|
30315
|
+
roleId?: string;
|
|
30316
|
+
tenantContext?: DeletePermissionRequestTenantContext;
|
|
28867
30317
|
static names(): {
|
|
28868
30318
|
[key: string]: string;
|
|
28869
30319
|
};
|
|
@@ -28875,15 +30325,28 @@ export declare class DeleteMeetingRoomGroupRequest extends $dara.Model {
|
|
|
28875
30325
|
[key: string]: any;
|
|
28876
30326
|
});
|
|
28877
30327
|
}
|
|
28878
|
-
export declare class
|
|
30328
|
+
export declare class DeletePermissionShrinkRequest extends $dara.Model {
|
|
28879
30329
|
/**
|
|
28880
30330
|
* @remarks
|
|
28881
30331
|
* This parameter is required.
|
|
28882
30332
|
*
|
|
28883
30333
|
* @example
|
|
28884
|
-
*
|
|
30334
|
+
* a9E05BDRVQRkezKGCE3nlwPDJ63zgkYA
|
|
28885
30335
|
*/
|
|
28886
|
-
|
|
30336
|
+
dentryUuid?: string;
|
|
30337
|
+
/**
|
|
30338
|
+
* @remarks
|
|
30339
|
+
* This parameter is required.
|
|
30340
|
+
*/
|
|
30341
|
+
membersShrink?: string;
|
|
30342
|
+
/**
|
|
30343
|
+
* @remarks
|
|
30344
|
+
* This parameter is required.
|
|
30345
|
+
*
|
|
30346
|
+
* @example
|
|
30347
|
+
* MANAGER
|
|
30348
|
+
*/
|
|
30349
|
+
roleId?: string;
|
|
28887
30350
|
tenantContextShrink?: string;
|
|
28888
30351
|
static names(): {
|
|
28889
30352
|
[key: string]: string;
|
|
@@ -28896,11 +30359,8 @@ export declare class DeleteMeetingRoomGroupShrinkRequest extends $dara.Model {
|
|
|
28896
30359
|
[key: string]: any;
|
|
28897
30360
|
});
|
|
28898
30361
|
}
|
|
28899
|
-
export declare class
|
|
30362
|
+
export declare class DeletePermissionResponseBody extends $dara.Model {
|
|
28900
30363
|
/**
|
|
28901
|
-
* @remarks
|
|
28902
|
-
* requestId
|
|
28903
|
-
*
|
|
28904
30364
|
* @example
|
|
28905
30365
|
* 0FAAEC9C-C6C8-5C87-AF8E-1195889BBXXX
|
|
28906
30366
|
*/
|
|
@@ -28909,7 +30369,17 @@ export declare class DeleteMeetingRoomGroupResponseBody extends $dara.Model {
|
|
|
28909
30369
|
* @example
|
|
28910
30370
|
* true
|
|
28911
30371
|
*/
|
|
28912
|
-
|
|
30372
|
+
success?: boolean;
|
|
30373
|
+
/**
|
|
30374
|
+
* @example
|
|
30375
|
+
* 0FAAEC9C-C6C8-5C87-AF8E-1195889BBXXX
|
|
30376
|
+
*/
|
|
30377
|
+
vendorRequestId?: string;
|
|
30378
|
+
/**
|
|
30379
|
+
* @example
|
|
30380
|
+
* dingtalk
|
|
30381
|
+
*/
|
|
30382
|
+
vendorType?: string;
|
|
28913
30383
|
static names(): {
|
|
28914
30384
|
[key: string]: string;
|
|
28915
30385
|
};
|
|
@@ -28921,12 +30391,12 @@ export declare class DeleteMeetingRoomGroupResponseBody extends $dara.Model {
|
|
|
28921
30391
|
[key: string]: any;
|
|
28922
30392
|
});
|
|
28923
30393
|
}
|
|
28924
|
-
export declare class
|
|
30394
|
+
export declare class DeletePermissionResponse extends $dara.Model {
|
|
28925
30395
|
headers?: {
|
|
28926
30396
|
[key: string]: string;
|
|
28927
30397
|
};
|
|
28928
30398
|
statusCode?: number;
|
|
28929
|
-
body?:
|
|
30399
|
+
body?: DeletePermissionResponseBody;
|
|
28930
30400
|
static names(): {
|
|
28931
30401
|
[key: string]: string;
|
|
28932
30402
|
};
|
|
@@ -29814,6 +31284,155 @@ export declare class DeleteWorkspaceMembersResponse extends $dara.Model {
|
|
|
29814
31284
|
[key: string]: any;
|
|
29815
31285
|
});
|
|
29816
31286
|
}
|
|
31287
|
+
export declare class DocUpdateContentHeaders extends $dara.Model {
|
|
31288
|
+
commonHeaders?: {
|
|
31289
|
+
[key: string]: string;
|
|
31290
|
+
};
|
|
31291
|
+
accountContext?: DocUpdateContentHeadersAccountContext;
|
|
31292
|
+
static names(): {
|
|
31293
|
+
[key: string]: string;
|
|
31294
|
+
};
|
|
31295
|
+
static types(): {
|
|
31296
|
+
[key: string]: any;
|
|
31297
|
+
};
|
|
31298
|
+
validate(): void;
|
|
31299
|
+
constructor(map?: {
|
|
31300
|
+
[key: string]: any;
|
|
31301
|
+
});
|
|
31302
|
+
}
|
|
31303
|
+
export declare class DocUpdateContentShrinkHeaders extends $dara.Model {
|
|
31304
|
+
commonHeaders?: {
|
|
31305
|
+
[key: string]: string;
|
|
31306
|
+
};
|
|
31307
|
+
accountContextShrink?: string;
|
|
31308
|
+
static names(): {
|
|
31309
|
+
[key: string]: string;
|
|
31310
|
+
};
|
|
31311
|
+
static types(): {
|
|
31312
|
+
[key: string]: any;
|
|
31313
|
+
};
|
|
31314
|
+
validate(): void;
|
|
31315
|
+
constructor(map?: {
|
|
31316
|
+
[key: string]: any;
|
|
31317
|
+
});
|
|
31318
|
+
}
|
|
31319
|
+
export declare class DocUpdateContentRequest extends $dara.Model {
|
|
31320
|
+
/**
|
|
31321
|
+
* @remarks
|
|
31322
|
+
* This parameter is required.
|
|
31323
|
+
*
|
|
31324
|
+
* @example
|
|
31325
|
+
* []
|
|
31326
|
+
*/
|
|
31327
|
+
content?: string;
|
|
31328
|
+
/**
|
|
31329
|
+
* @example
|
|
31330
|
+
* markdown
|
|
31331
|
+
*/
|
|
31332
|
+
dataType?: string;
|
|
31333
|
+
/**
|
|
31334
|
+
* @remarks
|
|
31335
|
+
* This parameter is required.
|
|
31336
|
+
*
|
|
31337
|
+
* @example
|
|
31338
|
+
* 4j6OJzVEG4jJO3p8
|
|
31339
|
+
*/
|
|
31340
|
+
docKey?: string;
|
|
31341
|
+
tenantContext?: DocUpdateContentRequestTenantContext;
|
|
31342
|
+
static names(): {
|
|
31343
|
+
[key: string]: string;
|
|
31344
|
+
};
|
|
31345
|
+
static types(): {
|
|
31346
|
+
[key: string]: any;
|
|
31347
|
+
};
|
|
31348
|
+
validate(): void;
|
|
31349
|
+
constructor(map?: {
|
|
31350
|
+
[key: string]: any;
|
|
31351
|
+
});
|
|
31352
|
+
}
|
|
31353
|
+
export declare class DocUpdateContentShrinkRequest extends $dara.Model {
|
|
31354
|
+
/**
|
|
31355
|
+
* @remarks
|
|
31356
|
+
* This parameter is required.
|
|
31357
|
+
*
|
|
31358
|
+
* @example
|
|
31359
|
+
* []
|
|
31360
|
+
*/
|
|
31361
|
+
content?: string;
|
|
31362
|
+
/**
|
|
31363
|
+
* @example
|
|
31364
|
+
* markdown
|
|
31365
|
+
*/
|
|
31366
|
+
dataType?: string;
|
|
31367
|
+
/**
|
|
31368
|
+
* @remarks
|
|
31369
|
+
* This parameter is required.
|
|
31370
|
+
*
|
|
31371
|
+
* @example
|
|
31372
|
+
* 4j6OJzVEG4jJO3p8
|
|
31373
|
+
*/
|
|
31374
|
+
docKey?: string;
|
|
31375
|
+
tenantContextShrink?: string;
|
|
31376
|
+
static names(): {
|
|
31377
|
+
[key: string]: string;
|
|
31378
|
+
};
|
|
31379
|
+
static types(): {
|
|
31380
|
+
[key: string]: any;
|
|
31381
|
+
};
|
|
31382
|
+
validate(): void;
|
|
31383
|
+
constructor(map?: {
|
|
31384
|
+
[key: string]: any;
|
|
31385
|
+
});
|
|
31386
|
+
}
|
|
31387
|
+
export declare class DocUpdateContentResponseBody extends $dara.Model {
|
|
31388
|
+
/**
|
|
31389
|
+
* @example
|
|
31390
|
+
* 0FAAEC9C-C6C8-5C87-AF8E-1195889BBXXX
|
|
31391
|
+
*/
|
|
31392
|
+
requestId?: string;
|
|
31393
|
+
/**
|
|
31394
|
+
* @example
|
|
31395
|
+
* true
|
|
31396
|
+
*/
|
|
31397
|
+
value?: boolean;
|
|
31398
|
+
/**
|
|
31399
|
+
* @example
|
|
31400
|
+
* 0FAAEC9C-C6C8-5C87-AF8E-1195889BBXXX
|
|
31401
|
+
*/
|
|
31402
|
+
vendorRequestId?: string;
|
|
31403
|
+
/**
|
|
31404
|
+
* @example
|
|
31405
|
+
* dingtalk
|
|
31406
|
+
*/
|
|
31407
|
+
vendorType?: string;
|
|
31408
|
+
static names(): {
|
|
31409
|
+
[key: string]: string;
|
|
31410
|
+
};
|
|
31411
|
+
static types(): {
|
|
31412
|
+
[key: string]: any;
|
|
31413
|
+
};
|
|
31414
|
+
validate(): void;
|
|
31415
|
+
constructor(map?: {
|
|
31416
|
+
[key: string]: any;
|
|
31417
|
+
});
|
|
31418
|
+
}
|
|
31419
|
+
export declare class DocUpdateContentResponse extends $dara.Model {
|
|
31420
|
+
headers?: {
|
|
31421
|
+
[key: string]: string;
|
|
31422
|
+
};
|
|
31423
|
+
statusCode?: number;
|
|
31424
|
+
body?: DocUpdateContentResponseBody;
|
|
31425
|
+
static names(): {
|
|
31426
|
+
[key: string]: string;
|
|
31427
|
+
};
|
|
31428
|
+
static types(): {
|
|
31429
|
+
[key: string]: any;
|
|
31430
|
+
};
|
|
31431
|
+
validate(): void;
|
|
31432
|
+
constructor(map?: {
|
|
31433
|
+
[key: string]: any;
|
|
31434
|
+
});
|
|
31435
|
+
}
|
|
29817
31436
|
export declare class ExecuteBatchTaskHeaders extends $dara.Model {
|
|
29818
31437
|
commonHeaders?: {
|
|
29819
31438
|
[key: string]: string;
|
|
@@ -30456,12 +32075,121 @@ export declare class FinishTicketResponseBody extends $dara.Model {
|
|
|
30456
32075
|
[key: string]: any;
|
|
30457
32076
|
});
|
|
30458
32077
|
}
|
|
30459
|
-
export declare class FinishTicketResponse extends $dara.Model {
|
|
32078
|
+
export declare class FinishTicketResponse extends $dara.Model {
|
|
32079
|
+
headers?: {
|
|
32080
|
+
[key: string]: string;
|
|
32081
|
+
};
|
|
32082
|
+
statusCode?: number;
|
|
32083
|
+
body?: FinishTicketResponseBody;
|
|
32084
|
+
static names(): {
|
|
32085
|
+
[key: string]: string;
|
|
32086
|
+
};
|
|
32087
|
+
static types(): {
|
|
32088
|
+
[key: string]: any;
|
|
32089
|
+
};
|
|
32090
|
+
validate(): void;
|
|
32091
|
+
constructor(map?: {
|
|
32092
|
+
[key: string]: any;
|
|
32093
|
+
});
|
|
32094
|
+
}
|
|
32095
|
+
export declare class GetActivityListHeaders extends $dara.Model {
|
|
32096
|
+
commonHeaders?: {
|
|
32097
|
+
[key: string]: string;
|
|
32098
|
+
};
|
|
32099
|
+
accountContext?: GetActivityListHeadersAccountContext;
|
|
32100
|
+
static names(): {
|
|
32101
|
+
[key: string]: string;
|
|
32102
|
+
};
|
|
32103
|
+
static types(): {
|
|
32104
|
+
[key: string]: any;
|
|
32105
|
+
};
|
|
32106
|
+
validate(): void;
|
|
32107
|
+
constructor(map?: {
|
|
32108
|
+
[key: string]: any;
|
|
32109
|
+
});
|
|
32110
|
+
}
|
|
32111
|
+
export declare class GetActivityListShrinkHeaders extends $dara.Model {
|
|
32112
|
+
commonHeaders?: {
|
|
32113
|
+
[key: string]: string;
|
|
32114
|
+
};
|
|
32115
|
+
accountContextShrink?: string;
|
|
32116
|
+
static names(): {
|
|
32117
|
+
[key: string]: string;
|
|
32118
|
+
};
|
|
32119
|
+
static types(): {
|
|
32120
|
+
[key: string]: any;
|
|
32121
|
+
};
|
|
32122
|
+
validate(): void;
|
|
32123
|
+
constructor(map?: {
|
|
32124
|
+
[key: string]: any;
|
|
32125
|
+
});
|
|
32126
|
+
}
|
|
32127
|
+
export declare class GetActivityListRequest extends $dara.Model {
|
|
32128
|
+
/**
|
|
32129
|
+
* @example
|
|
32130
|
+
* APP_PBxxx
|
|
32131
|
+
*/
|
|
32132
|
+
appType?: string;
|
|
32133
|
+
/**
|
|
32134
|
+
* @example
|
|
32135
|
+
* zh_CN
|
|
32136
|
+
*/
|
|
32137
|
+
language?: string;
|
|
32138
|
+
/**
|
|
32139
|
+
* @example
|
|
32140
|
+
* TPROC--X1Gxx
|
|
32141
|
+
*/
|
|
32142
|
+
processCode?: string;
|
|
32143
|
+
/**
|
|
32144
|
+
* @example
|
|
32145
|
+
* hexxxx
|
|
32146
|
+
*/
|
|
32147
|
+
systemToken?: string;
|
|
32148
|
+
static names(): {
|
|
32149
|
+
[key: string]: string;
|
|
32150
|
+
};
|
|
32151
|
+
static types(): {
|
|
32152
|
+
[key: string]: any;
|
|
32153
|
+
};
|
|
32154
|
+
validate(): void;
|
|
32155
|
+
constructor(map?: {
|
|
32156
|
+
[key: string]: any;
|
|
32157
|
+
});
|
|
32158
|
+
}
|
|
32159
|
+
export declare class GetActivityListResponseBody extends $dara.Model {
|
|
32160
|
+
/**
|
|
32161
|
+
* @example
|
|
32162
|
+
* 0FAAEC9C-C6C8-5C87-AF8E-1195889BBXXX
|
|
32163
|
+
*/
|
|
32164
|
+
requestId?: string;
|
|
32165
|
+
result?: GetActivityListResponseBodyResult[];
|
|
32166
|
+
/**
|
|
32167
|
+
* @example
|
|
32168
|
+
* 0FAAEC9C-C6C8-5C87-AF8E-1195889BBXXX
|
|
32169
|
+
*/
|
|
32170
|
+
vendorRequestId?: string;
|
|
32171
|
+
/**
|
|
32172
|
+
* @example
|
|
32173
|
+
* dingtalk
|
|
32174
|
+
*/
|
|
32175
|
+
vendorType?: string;
|
|
32176
|
+
static names(): {
|
|
32177
|
+
[key: string]: string;
|
|
32178
|
+
};
|
|
32179
|
+
static types(): {
|
|
32180
|
+
[key: string]: any;
|
|
32181
|
+
};
|
|
32182
|
+
validate(): void;
|
|
32183
|
+
constructor(map?: {
|
|
32184
|
+
[key: string]: any;
|
|
32185
|
+
});
|
|
32186
|
+
}
|
|
32187
|
+
export declare class GetActivityListResponse extends $dara.Model {
|
|
30460
32188
|
headers?: {
|
|
30461
32189
|
[key: string]: string;
|
|
30462
32190
|
};
|
|
30463
32191
|
statusCode?: number;
|
|
30464
|
-
body?:
|
|
32192
|
+
body?: GetActivityListResponseBody;
|
|
30465
32193
|
static names(): {
|
|
30466
32194
|
[key: string]: string;
|
|
30467
32195
|
};
|
|
@@ -30473,11 +32201,11 @@ export declare class FinishTicketResponse extends $dara.Model {
|
|
|
30473
32201
|
[key: string]: any;
|
|
30474
32202
|
});
|
|
30475
32203
|
}
|
|
30476
|
-
export declare class
|
|
32204
|
+
export declare class GetAllSheetsHeaders extends $dara.Model {
|
|
30477
32205
|
commonHeaders?: {
|
|
30478
32206
|
[key: string]: string;
|
|
30479
32207
|
};
|
|
30480
|
-
accountContext?:
|
|
32208
|
+
accountContext?: GetAllSheetsHeadersAccountContext;
|
|
30481
32209
|
static names(): {
|
|
30482
32210
|
[key: string]: string;
|
|
30483
32211
|
};
|
|
@@ -30489,7 +32217,7 @@ export declare class GetActivityListHeaders extends $dara.Model {
|
|
|
30489
32217
|
[key: string]: any;
|
|
30490
32218
|
});
|
|
30491
32219
|
}
|
|
30492
|
-
export declare class
|
|
32220
|
+
export declare class GetAllSheetsShrinkHeaders extends $dara.Model {
|
|
30493
32221
|
commonHeaders?: {
|
|
30494
32222
|
[key: string]: string;
|
|
30495
32223
|
};
|
|
@@ -30505,27 +32233,16 @@ export declare class GetActivityListShrinkHeaders extends $dara.Model {
|
|
|
30505
32233
|
[key: string]: any;
|
|
30506
32234
|
});
|
|
30507
32235
|
}
|
|
30508
|
-
export declare class
|
|
30509
|
-
|
|
30510
|
-
* @example
|
|
30511
|
-
* APP_PBxxx
|
|
30512
|
-
*/
|
|
30513
|
-
appType?: string;
|
|
30514
|
-
/**
|
|
30515
|
-
* @example
|
|
30516
|
-
* zh_CN
|
|
30517
|
-
*/
|
|
30518
|
-
language?: string;
|
|
30519
|
-
/**
|
|
30520
|
-
* @example
|
|
30521
|
-
* TPROC--X1Gxx
|
|
30522
|
-
*/
|
|
30523
|
-
processCode?: string;
|
|
32236
|
+
export declare class GetAllSheetsRequest extends $dara.Model {
|
|
32237
|
+
tenantContext?: GetAllSheetsRequestTenantContext;
|
|
30524
32238
|
/**
|
|
32239
|
+
* @remarks
|
|
32240
|
+
* This parameter is required.
|
|
32241
|
+
*
|
|
30525
32242
|
* @example
|
|
30526
|
-
*
|
|
32243
|
+
* stxxxx
|
|
30527
32244
|
*/
|
|
30528
|
-
|
|
32245
|
+
workbookId?: string;
|
|
30529
32246
|
static names(): {
|
|
30530
32247
|
[key: string]: string;
|
|
30531
32248
|
};
|
|
@@ -30537,23 +32254,16 @@ export declare class GetActivityListRequest extends $dara.Model {
|
|
|
30537
32254
|
[key: string]: any;
|
|
30538
32255
|
});
|
|
30539
32256
|
}
|
|
30540
|
-
export declare class
|
|
30541
|
-
|
|
30542
|
-
* @example
|
|
30543
|
-
* 0FAAEC9C-C6C8-5C87-AF8E-1195889BBXXX
|
|
30544
|
-
*/
|
|
30545
|
-
requestId?: string;
|
|
30546
|
-
result?: GetActivityListResponseBodyResult[];
|
|
30547
|
-
/**
|
|
30548
|
-
* @example
|
|
30549
|
-
* 0FAAEC9C-C6C8-5C87-AF8E-1195889BBXXX
|
|
30550
|
-
*/
|
|
30551
|
-
vendorRequestId?: string;
|
|
32257
|
+
export declare class GetAllSheetsShrinkRequest extends $dara.Model {
|
|
32258
|
+
tenantContextShrink?: string;
|
|
30552
32259
|
/**
|
|
32260
|
+
* @remarks
|
|
32261
|
+
* This parameter is required.
|
|
32262
|
+
*
|
|
30553
32263
|
* @example
|
|
30554
|
-
*
|
|
32264
|
+
* stxxxx
|
|
30555
32265
|
*/
|
|
30556
|
-
|
|
32266
|
+
workbookId?: string;
|
|
30557
32267
|
static names(): {
|
|
30558
32268
|
[key: string]: string;
|
|
30559
32269
|
};
|
|
@@ -30565,12 +32275,20 @@ export declare class GetActivityListResponseBody extends $dara.Model {
|
|
|
30565
32275
|
[key: string]: any;
|
|
30566
32276
|
});
|
|
30567
32277
|
}
|
|
30568
|
-
export declare class
|
|
30569
|
-
|
|
30570
|
-
|
|
30571
|
-
|
|
30572
|
-
|
|
30573
|
-
|
|
32278
|
+
export declare class GetAllSheetsResponseBody extends $dara.Model {
|
|
32279
|
+
/**
|
|
32280
|
+
* @remarks
|
|
32281
|
+
* requestId
|
|
32282
|
+
*
|
|
32283
|
+
* @example
|
|
32284
|
+
* 0FAAEC9C-C6C8-5C87-AF8E-1195889BBXXX
|
|
32285
|
+
*/
|
|
32286
|
+
requestId?: string;
|
|
32287
|
+
/**
|
|
32288
|
+
* @example
|
|
32289
|
+
* []
|
|
32290
|
+
*/
|
|
32291
|
+
value?: GetAllSheetsResponseBodyValue[];
|
|
30574
32292
|
static names(): {
|
|
30575
32293
|
[key: string]: string;
|
|
30576
32294
|
};
|
|
@@ -30582,11 +32300,12 @@ export declare class GetActivityListResponse extends $dara.Model {
|
|
|
30582
32300
|
[key: string]: any;
|
|
30583
32301
|
});
|
|
30584
32302
|
}
|
|
30585
|
-
export declare class
|
|
30586
|
-
|
|
32303
|
+
export declare class GetAllSheetsResponse extends $dara.Model {
|
|
32304
|
+
headers?: {
|
|
30587
32305
|
[key: string]: string;
|
|
30588
32306
|
};
|
|
30589
|
-
|
|
32307
|
+
statusCode?: number;
|
|
32308
|
+
body?: GetAllSheetsResponseBody;
|
|
30590
32309
|
static names(): {
|
|
30591
32310
|
[key: string]: string;
|
|
30592
32311
|
};
|
|
@@ -30598,11 +32317,15 @@ export declare class GetAllSheetsHeaders extends $dara.Model {
|
|
|
30598
32317
|
[key: string]: any;
|
|
30599
32318
|
});
|
|
30600
32319
|
}
|
|
30601
|
-
export declare class
|
|
32320
|
+
export declare class GetAssistantCapabilityHeaders extends $dara.Model {
|
|
30602
32321
|
commonHeaders?: {
|
|
30603
32322
|
[key: string]: string;
|
|
30604
32323
|
};
|
|
30605
|
-
|
|
32324
|
+
/**
|
|
32325
|
+
* @example
|
|
32326
|
+
* 123456
|
|
32327
|
+
*/
|
|
32328
|
+
accountId?: string;
|
|
30606
32329
|
static names(): {
|
|
30607
32330
|
[key: string]: string;
|
|
30608
32331
|
};
|
|
@@ -30614,37 +32337,55 @@ export declare class GetAllSheetsShrinkHeaders extends $dara.Model {
|
|
|
30614
32337
|
[key: string]: any;
|
|
30615
32338
|
});
|
|
30616
32339
|
}
|
|
30617
|
-
export declare class
|
|
30618
|
-
tenantContext?: GetAllSheetsRequestTenantContext;
|
|
32340
|
+
export declare class GetAssistantCapabilityRequest extends $dara.Model {
|
|
30619
32341
|
/**
|
|
30620
32342
|
* @remarks
|
|
30621
32343
|
* This parameter is required.
|
|
30622
32344
|
*
|
|
30623
32345
|
* @example
|
|
30624
|
-
*
|
|
32346
|
+
* assistantId1
|
|
30625
32347
|
*/
|
|
30626
|
-
|
|
30627
|
-
static names(): {
|
|
30628
|
-
[key: string]: string;
|
|
30629
|
-
};
|
|
30630
|
-
static types(): {
|
|
30631
|
-
[key: string]: any;
|
|
30632
|
-
};
|
|
30633
|
-
validate(): void;
|
|
30634
|
-
constructor(map?: {
|
|
30635
|
-
[key: string]: any;
|
|
30636
|
-
});
|
|
30637
|
-
}
|
|
30638
|
-
export declare class GetAllSheetsShrinkRequest extends $dara.Model {
|
|
30639
|
-
tenantContextShrink?: string;
|
|
32348
|
+
assistantId?: string;
|
|
30640
32349
|
/**
|
|
30641
32350
|
* @remarks
|
|
30642
32351
|
* This parameter is required.
|
|
30643
32352
|
*
|
|
30644
32353
|
* @example
|
|
30645
|
-
*
|
|
32354
|
+
* []
|
|
30646
32355
|
*/
|
|
30647
|
-
|
|
32356
|
+
content?: GetAssistantCapabilityRequestContent[];
|
|
32357
|
+
/**
|
|
32358
|
+
* @example
|
|
32359
|
+
* id1
|
|
32360
|
+
*/
|
|
32361
|
+
id?: string;
|
|
32362
|
+
/**
|
|
32363
|
+
* @example
|
|
32364
|
+
* {}
|
|
32365
|
+
*/
|
|
32366
|
+
metadata?: {
|
|
32367
|
+
[key: string]: any;
|
|
32368
|
+
};
|
|
32369
|
+
/**
|
|
32370
|
+
* @example
|
|
32371
|
+
* originalAssistantId1
|
|
32372
|
+
*/
|
|
32373
|
+
originalAssistantId?: string;
|
|
32374
|
+
/**
|
|
32375
|
+
* @example
|
|
32376
|
+
* cfp
|
|
32377
|
+
*/
|
|
32378
|
+
protocol?: string;
|
|
32379
|
+
/**
|
|
32380
|
+
* @example
|
|
32381
|
+
* threadId
|
|
32382
|
+
*/
|
|
32383
|
+
threadId?: string;
|
|
32384
|
+
/**
|
|
32385
|
+
* @example
|
|
32386
|
+
* 5000
|
|
32387
|
+
*/
|
|
32388
|
+
timeout?: number;
|
|
30648
32389
|
static names(): {
|
|
30649
32390
|
[key: string]: string;
|
|
30650
32391
|
};
|
|
@@ -30656,20 +32397,39 @@ export declare class GetAllSheetsShrinkRequest extends $dara.Model {
|
|
|
30656
32397
|
[key: string]: any;
|
|
30657
32398
|
});
|
|
30658
32399
|
}
|
|
30659
|
-
export declare class
|
|
32400
|
+
export declare class GetAssistantCapabilityResponseBody extends $dara.Model {
|
|
30660
32401
|
/**
|
|
30661
|
-
* @remarks
|
|
30662
|
-
* requestId
|
|
30663
|
-
*
|
|
30664
32402
|
* @example
|
|
30665
|
-
*
|
|
32403
|
+
* 助理描述
|
|
30666
32404
|
*/
|
|
30667
|
-
|
|
32405
|
+
assistantDescription?: string;
|
|
30668
32406
|
/**
|
|
30669
32407
|
* @example
|
|
30670
|
-
*
|
|
32408
|
+
* true
|
|
30671
32409
|
*/
|
|
30672
|
-
|
|
32410
|
+
canHandle?: boolean;
|
|
32411
|
+
/**
|
|
32412
|
+
* @example
|
|
32413
|
+
* {}
|
|
32414
|
+
*/
|
|
32415
|
+
capabilityAssessment?: GetAssistantCapabilityResponseBodyCapabilityAssessment;
|
|
32416
|
+
/**
|
|
32417
|
+
* @example
|
|
32418
|
+
* id1
|
|
32419
|
+
*/
|
|
32420
|
+
id?: string;
|
|
32421
|
+
/**
|
|
32422
|
+
* @example
|
|
32423
|
+
* {}
|
|
32424
|
+
*/
|
|
32425
|
+
metadata?: {
|
|
32426
|
+
[key: string]: any;
|
|
32427
|
+
};
|
|
32428
|
+
/**
|
|
32429
|
+
* @example
|
|
32430
|
+
* requestId
|
|
32431
|
+
*/
|
|
32432
|
+
requestId?: string;
|
|
30673
32433
|
static names(): {
|
|
30674
32434
|
[key: string]: string;
|
|
30675
32435
|
};
|
|
@@ -30681,12 +32441,12 @@ export declare class GetAllSheetsResponseBody extends $dara.Model {
|
|
|
30681
32441
|
[key: string]: any;
|
|
30682
32442
|
});
|
|
30683
32443
|
}
|
|
30684
|
-
export declare class
|
|
32444
|
+
export declare class GetAssistantCapabilityResponse extends $dara.Model {
|
|
30685
32445
|
headers?: {
|
|
30686
32446
|
[key: string]: string;
|
|
30687
32447
|
};
|
|
30688
32448
|
statusCode?: number;
|
|
30689
|
-
body?:
|
|
32449
|
+
body?: GetAssistantCapabilityResponseBody;
|
|
30690
32450
|
static names(): {
|
|
30691
32451
|
[key: string]: string;
|
|
30692
32452
|
};
|
|
@@ -41419,6 +43179,137 @@ export declare class ListNodesResponse extends $dara.Model {
|
|
|
41419
43179
|
[key: string]: any;
|
|
41420
43180
|
});
|
|
41421
43181
|
}
|
|
43182
|
+
export declare class ListPermissionsHeaders extends $dara.Model {
|
|
43183
|
+
commonHeaders?: {
|
|
43184
|
+
[key: string]: string;
|
|
43185
|
+
};
|
|
43186
|
+
accountContext?: ListPermissionsHeadersAccountContext;
|
|
43187
|
+
static names(): {
|
|
43188
|
+
[key: string]: string;
|
|
43189
|
+
};
|
|
43190
|
+
static types(): {
|
|
43191
|
+
[key: string]: any;
|
|
43192
|
+
};
|
|
43193
|
+
validate(): void;
|
|
43194
|
+
constructor(map?: {
|
|
43195
|
+
[key: string]: any;
|
|
43196
|
+
});
|
|
43197
|
+
}
|
|
43198
|
+
export declare class ListPermissionsShrinkHeaders extends $dara.Model {
|
|
43199
|
+
commonHeaders?: {
|
|
43200
|
+
[key: string]: string;
|
|
43201
|
+
};
|
|
43202
|
+
accountContextShrink?: string;
|
|
43203
|
+
static names(): {
|
|
43204
|
+
[key: string]: string;
|
|
43205
|
+
};
|
|
43206
|
+
static types(): {
|
|
43207
|
+
[key: string]: any;
|
|
43208
|
+
};
|
|
43209
|
+
validate(): void;
|
|
43210
|
+
constructor(map?: {
|
|
43211
|
+
[key: string]: any;
|
|
43212
|
+
});
|
|
43213
|
+
}
|
|
43214
|
+
export declare class ListPermissionsRequest extends $dara.Model {
|
|
43215
|
+
/**
|
|
43216
|
+
* @remarks
|
|
43217
|
+
* This parameter is required.
|
|
43218
|
+
*
|
|
43219
|
+
* @example
|
|
43220
|
+
* KGZLxjv9VGkoG9YwHE5wx7k2V6EDybno
|
|
43221
|
+
*/
|
|
43222
|
+
dentryUuid?: string;
|
|
43223
|
+
option?: ListPermissionsRequestOption;
|
|
43224
|
+
tenantContext?: ListPermissionsRequestTenantContext;
|
|
43225
|
+
static names(): {
|
|
43226
|
+
[key: string]: string;
|
|
43227
|
+
};
|
|
43228
|
+
static types(): {
|
|
43229
|
+
[key: string]: any;
|
|
43230
|
+
};
|
|
43231
|
+
validate(): void;
|
|
43232
|
+
constructor(map?: {
|
|
43233
|
+
[key: string]: any;
|
|
43234
|
+
});
|
|
43235
|
+
}
|
|
43236
|
+
export declare class ListPermissionsShrinkRequest extends $dara.Model {
|
|
43237
|
+
/**
|
|
43238
|
+
* @remarks
|
|
43239
|
+
* This parameter is required.
|
|
43240
|
+
*
|
|
43241
|
+
* @example
|
|
43242
|
+
* KGZLxjv9VGkoG9YwHE5wx7k2V6EDybno
|
|
43243
|
+
*/
|
|
43244
|
+
dentryUuid?: string;
|
|
43245
|
+
optionShrink?: string;
|
|
43246
|
+
tenantContextShrink?: string;
|
|
43247
|
+
static names(): {
|
|
43248
|
+
[key: string]: string;
|
|
43249
|
+
};
|
|
43250
|
+
static types(): {
|
|
43251
|
+
[key: string]: any;
|
|
43252
|
+
};
|
|
43253
|
+
validate(): void;
|
|
43254
|
+
constructor(map?: {
|
|
43255
|
+
[key: string]: any;
|
|
43256
|
+
});
|
|
43257
|
+
}
|
|
43258
|
+
export declare class ListPermissionsResponseBody extends $dara.Model {
|
|
43259
|
+
/**
|
|
43260
|
+
* @example
|
|
43261
|
+
* 59886
|
|
43262
|
+
*/
|
|
43263
|
+
duration?: number;
|
|
43264
|
+
/**
|
|
43265
|
+
* @example
|
|
43266
|
+
* 1
|
|
43267
|
+
*/
|
|
43268
|
+
nextToken?: string;
|
|
43269
|
+
permissions?: ListPermissionsResponseBodyPermissions[];
|
|
43270
|
+
/**
|
|
43271
|
+
* @example
|
|
43272
|
+
* 0FAAEC9C-C6C8-5C87-AF8E-1195889BBXXX
|
|
43273
|
+
*/
|
|
43274
|
+
requestId?: string;
|
|
43275
|
+
/**
|
|
43276
|
+
* @example
|
|
43277
|
+
* 0FAAEC9C-C6C8-5C87-AF8E-1195889BBXXX
|
|
43278
|
+
*/
|
|
43279
|
+
vendorRequestId?: string;
|
|
43280
|
+
/**
|
|
43281
|
+
* @example
|
|
43282
|
+
* dingtalk
|
|
43283
|
+
*/
|
|
43284
|
+
vendorType?: string;
|
|
43285
|
+
static names(): {
|
|
43286
|
+
[key: string]: string;
|
|
43287
|
+
};
|
|
43288
|
+
static types(): {
|
|
43289
|
+
[key: string]: any;
|
|
43290
|
+
};
|
|
43291
|
+
validate(): void;
|
|
43292
|
+
constructor(map?: {
|
|
43293
|
+
[key: string]: any;
|
|
43294
|
+
});
|
|
43295
|
+
}
|
|
43296
|
+
export declare class ListPermissionsResponse extends $dara.Model {
|
|
43297
|
+
headers?: {
|
|
43298
|
+
[key: string]: string;
|
|
43299
|
+
};
|
|
43300
|
+
statusCode?: number;
|
|
43301
|
+
body?: ListPermissionsResponseBody;
|
|
43302
|
+
static names(): {
|
|
43303
|
+
[key: string]: string;
|
|
43304
|
+
};
|
|
43305
|
+
static types(): {
|
|
43306
|
+
[key: string]: any;
|
|
43307
|
+
};
|
|
43308
|
+
validate(): void;
|
|
43309
|
+
constructor(map?: {
|
|
43310
|
+
[key: string]: any;
|
|
43311
|
+
});
|
|
43312
|
+
}
|
|
41422
43313
|
export declare class ListReportHeaders extends $dara.Model {
|
|
41423
43314
|
commonHeaders?: {
|
|
41424
43315
|
[key: string]: string;
|
|
@@ -50732,6 +52623,128 @@ export declare class SubscribeEventResponse extends $dara.Model {
|
|
|
50732
52623
|
[key: string]: any;
|
|
50733
52624
|
});
|
|
50734
52625
|
}
|
|
52626
|
+
export declare class SwitchMainOrgHeaders extends $dara.Model {
|
|
52627
|
+
commonHeaders?: {
|
|
52628
|
+
[key: string]: string;
|
|
52629
|
+
};
|
|
52630
|
+
accountContext?: SwitchMainOrgHeadersAccountContext;
|
|
52631
|
+
static names(): {
|
|
52632
|
+
[key: string]: string;
|
|
52633
|
+
};
|
|
52634
|
+
static types(): {
|
|
52635
|
+
[key: string]: any;
|
|
52636
|
+
};
|
|
52637
|
+
validate(): void;
|
|
52638
|
+
constructor(map?: {
|
|
52639
|
+
[key: string]: any;
|
|
52640
|
+
});
|
|
52641
|
+
}
|
|
52642
|
+
export declare class SwitchMainOrgShrinkHeaders extends $dara.Model {
|
|
52643
|
+
commonHeaders?: {
|
|
52644
|
+
[key: string]: string;
|
|
52645
|
+
};
|
|
52646
|
+
accountContextShrink?: string;
|
|
52647
|
+
static names(): {
|
|
52648
|
+
[key: string]: string;
|
|
52649
|
+
};
|
|
52650
|
+
static types(): {
|
|
52651
|
+
[key: string]: any;
|
|
52652
|
+
};
|
|
52653
|
+
validate(): void;
|
|
52654
|
+
constructor(map?: {
|
|
52655
|
+
[key: string]: any;
|
|
52656
|
+
});
|
|
52657
|
+
}
|
|
52658
|
+
export declare class SwitchMainOrgRequest extends $dara.Model {
|
|
52659
|
+
/**
|
|
52660
|
+
* @example
|
|
52661
|
+
* 21001
|
|
52662
|
+
*/
|
|
52663
|
+
targetOrgId?: number;
|
|
52664
|
+
tenantContext?: SwitchMainOrgRequestTenantContext;
|
|
52665
|
+
static names(): {
|
|
52666
|
+
[key: string]: string;
|
|
52667
|
+
};
|
|
52668
|
+
static types(): {
|
|
52669
|
+
[key: string]: any;
|
|
52670
|
+
};
|
|
52671
|
+
validate(): void;
|
|
52672
|
+
constructor(map?: {
|
|
52673
|
+
[key: string]: any;
|
|
52674
|
+
});
|
|
52675
|
+
}
|
|
52676
|
+
export declare class SwitchMainOrgShrinkRequest extends $dara.Model {
|
|
52677
|
+
/**
|
|
52678
|
+
* @example
|
|
52679
|
+
* 21001
|
|
52680
|
+
*/
|
|
52681
|
+
targetOrgId?: number;
|
|
52682
|
+
tenantContextShrink?: string;
|
|
52683
|
+
static names(): {
|
|
52684
|
+
[key: string]: string;
|
|
52685
|
+
};
|
|
52686
|
+
static types(): {
|
|
52687
|
+
[key: string]: any;
|
|
52688
|
+
};
|
|
52689
|
+
validate(): void;
|
|
52690
|
+
constructor(map?: {
|
|
52691
|
+
[key: string]: any;
|
|
52692
|
+
});
|
|
52693
|
+
}
|
|
52694
|
+
export declare class SwitchMainOrgResponseBody extends $dara.Model {
|
|
52695
|
+
content?: SwitchMainOrgResponseBodyContent;
|
|
52696
|
+
/**
|
|
52697
|
+
* @example
|
|
52698
|
+
* 0
|
|
52699
|
+
*/
|
|
52700
|
+
errorCode?: string;
|
|
52701
|
+
errorCtx?: {
|
|
52702
|
+
[key: string]: any;
|
|
52703
|
+
};
|
|
52704
|
+
errorMsg?: string;
|
|
52705
|
+
/**
|
|
52706
|
+
* @example
|
|
52707
|
+
* 200
|
|
52708
|
+
*/
|
|
52709
|
+
httpStatusCode?: number;
|
|
52710
|
+
/**
|
|
52711
|
+
* @example
|
|
52712
|
+
* 0FAAEC9C-C6C8-5C87-AF8E-1195889BBXXX
|
|
52713
|
+
*/
|
|
52714
|
+
requestId?: string;
|
|
52715
|
+
/**
|
|
52716
|
+
* @example
|
|
52717
|
+
* true
|
|
52718
|
+
*/
|
|
52719
|
+
success?: boolean;
|
|
52720
|
+
static names(): {
|
|
52721
|
+
[key: string]: string;
|
|
52722
|
+
};
|
|
52723
|
+
static types(): {
|
|
52724
|
+
[key: string]: any;
|
|
52725
|
+
};
|
|
52726
|
+
validate(): void;
|
|
52727
|
+
constructor(map?: {
|
|
52728
|
+
[key: string]: any;
|
|
52729
|
+
});
|
|
52730
|
+
}
|
|
52731
|
+
export declare class SwitchMainOrgResponse extends $dara.Model {
|
|
52732
|
+
headers?: {
|
|
52733
|
+
[key: string]: string;
|
|
52734
|
+
};
|
|
52735
|
+
statusCode?: number;
|
|
52736
|
+
body?: SwitchMainOrgResponseBody;
|
|
52737
|
+
static names(): {
|
|
52738
|
+
[key: string]: string;
|
|
52739
|
+
};
|
|
52740
|
+
static types(): {
|
|
52741
|
+
[key: string]: any;
|
|
52742
|
+
};
|
|
52743
|
+
validate(): void;
|
|
52744
|
+
constructor(map?: {
|
|
52745
|
+
[key: string]: any;
|
|
52746
|
+
});
|
|
52747
|
+
}
|
|
50735
52748
|
export declare class SyncDingTypeHeaders extends $dara.Model {
|
|
50736
52749
|
commonHeaders?: {
|
|
50737
52750
|
[key: string]: string;
|
|
@@ -52095,6 +54108,145 @@ export declare class UpdateMeetingRoomGroupResponse extends $dara.Model {
|
|
|
52095
54108
|
[key: string]: any;
|
|
52096
54109
|
});
|
|
52097
54110
|
}
|
|
54111
|
+
export declare class UpdatePermissionHeaders extends $dara.Model {
|
|
54112
|
+
commonHeaders?: {
|
|
54113
|
+
[key: string]: string;
|
|
54114
|
+
};
|
|
54115
|
+
accountContext?: UpdatePermissionHeadersAccountContext;
|
|
54116
|
+
static names(): {
|
|
54117
|
+
[key: string]: string;
|
|
54118
|
+
};
|
|
54119
|
+
static types(): {
|
|
54120
|
+
[key: string]: any;
|
|
54121
|
+
};
|
|
54122
|
+
validate(): void;
|
|
54123
|
+
constructor(map?: {
|
|
54124
|
+
[key: string]: any;
|
|
54125
|
+
});
|
|
54126
|
+
}
|
|
54127
|
+
export declare class UpdatePermissionShrinkHeaders extends $dara.Model {
|
|
54128
|
+
commonHeaders?: {
|
|
54129
|
+
[key: string]: string;
|
|
54130
|
+
};
|
|
54131
|
+
accountContextShrink?: string;
|
|
54132
|
+
static names(): {
|
|
54133
|
+
[key: string]: string;
|
|
54134
|
+
};
|
|
54135
|
+
static types(): {
|
|
54136
|
+
[key: string]: any;
|
|
54137
|
+
};
|
|
54138
|
+
validate(): void;
|
|
54139
|
+
constructor(map?: {
|
|
54140
|
+
[key: string]: any;
|
|
54141
|
+
});
|
|
54142
|
+
}
|
|
54143
|
+
export declare class UpdatePermissionRequest extends $dara.Model {
|
|
54144
|
+
/**
|
|
54145
|
+
* @example
|
|
54146
|
+
* kDnRL6jAJMLgNkw7tBnw5aY4VyMoPYe1
|
|
54147
|
+
*/
|
|
54148
|
+
dentryUuid?: string;
|
|
54149
|
+
/**
|
|
54150
|
+
* @remarks
|
|
54151
|
+
* This parameter is required.
|
|
54152
|
+
*/
|
|
54153
|
+
members?: UpdatePermissionRequestMembers[];
|
|
54154
|
+
option?: UpdatePermissionRequestOption;
|
|
54155
|
+
/**
|
|
54156
|
+
* @example
|
|
54157
|
+
* READER
|
|
54158
|
+
*/
|
|
54159
|
+
roleId?: string;
|
|
54160
|
+
tenantContext?: UpdatePermissionRequestTenantContext;
|
|
54161
|
+
static names(): {
|
|
54162
|
+
[key: string]: string;
|
|
54163
|
+
};
|
|
54164
|
+
static types(): {
|
|
54165
|
+
[key: string]: any;
|
|
54166
|
+
};
|
|
54167
|
+
validate(): void;
|
|
54168
|
+
constructor(map?: {
|
|
54169
|
+
[key: string]: any;
|
|
54170
|
+
});
|
|
54171
|
+
}
|
|
54172
|
+
export declare class UpdatePermissionShrinkRequest extends $dara.Model {
|
|
54173
|
+
/**
|
|
54174
|
+
* @example
|
|
54175
|
+
* kDnRL6jAJMLgNkw7tBnw5aY4VyMoPYe1
|
|
54176
|
+
*/
|
|
54177
|
+
dentryUuid?: string;
|
|
54178
|
+
/**
|
|
54179
|
+
* @remarks
|
|
54180
|
+
* This parameter is required.
|
|
54181
|
+
*/
|
|
54182
|
+
membersShrink?: string;
|
|
54183
|
+
optionShrink?: string;
|
|
54184
|
+
/**
|
|
54185
|
+
* @example
|
|
54186
|
+
* READER
|
|
54187
|
+
*/
|
|
54188
|
+
roleId?: string;
|
|
54189
|
+
tenantContextShrink?: string;
|
|
54190
|
+
static names(): {
|
|
54191
|
+
[key: string]: string;
|
|
54192
|
+
};
|
|
54193
|
+
static types(): {
|
|
54194
|
+
[key: string]: any;
|
|
54195
|
+
};
|
|
54196
|
+
validate(): void;
|
|
54197
|
+
constructor(map?: {
|
|
54198
|
+
[key: string]: any;
|
|
54199
|
+
});
|
|
54200
|
+
}
|
|
54201
|
+
export declare class UpdatePermissionResponseBody extends $dara.Model {
|
|
54202
|
+
/**
|
|
54203
|
+
* @example
|
|
54204
|
+
* 0FAAEC9C-C6C8-5C87-AF8E-1195889BBXXX
|
|
54205
|
+
*/
|
|
54206
|
+
requestId?: string;
|
|
54207
|
+
/**
|
|
54208
|
+
* @example
|
|
54209
|
+
* true
|
|
54210
|
+
*/
|
|
54211
|
+
success?: boolean;
|
|
54212
|
+
/**
|
|
54213
|
+
* @example
|
|
54214
|
+
* 0FAAEC9C-C6C8-5C87-AF8E-1195889BBXXX
|
|
54215
|
+
*/
|
|
54216
|
+
vendorRequestId?: string;
|
|
54217
|
+
/**
|
|
54218
|
+
* @example
|
|
54219
|
+
* dingtalk
|
|
54220
|
+
*/
|
|
54221
|
+
vendorType?: string;
|
|
54222
|
+
static names(): {
|
|
54223
|
+
[key: string]: string;
|
|
54224
|
+
};
|
|
54225
|
+
static types(): {
|
|
54226
|
+
[key: string]: any;
|
|
54227
|
+
};
|
|
54228
|
+
validate(): void;
|
|
54229
|
+
constructor(map?: {
|
|
54230
|
+
[key: string]: any;
|
|
54231
|
+
});
|
|
54232
|
+
}
|
|
54233
|
+
export declare class UpdatePermissionResponse extends $dara.Model {
|
|
54234
|
+
headers?: {
|
|
54235
|
+
[key: string]: string;
|
|
54236
|
+
};
|
|
54237
|
+
statusCode?: number;
|
|
54238
|
+
body?: UpdatePermissionResponseBody;
|
|
54239
|
+
static names(): {
|
|
54240
|
+
[key: string]: string;
|
|
54241
|
+
};
|
|
54242
|
+
static types(): {
|
|
54243
|
+
[key: string]: any;
|
|
54244
|
+
};
|
|
54245
|
+
validate(): void;
|
|
54246
|
+
constructor(map?: {
|
|
54247
|
+
[key: string]: any;
|
|
54248
|
+
});
|
|
54249
|
+
}
|
|
52098
54250
|
export declare class UpdateRangeHeaders extends $dara.Model {
|
|
52099
54251
|
commonHeaders?: {
|
|
52100
54252
|
[key: string]: string;
|
|
@@ -54052,6 +56204,22 @@ export default class Client extends OpenApi {
|
|
|
54052
56204
|
* @returns AddDriveSpaceResponse
|
|
54053
56205
|
*/
|
|
54054
56206
|
addDriveSpace(request: AddDriveSpaceRequest): Promise<AddDriveSpaceResponse>;
|
|
56207
|
+
/**
|
|
56208
|
+
* 添加文件夹
|
|
56209
|
+
*
|
|
56210
|
+
* @param tmpReq - AddFolderRequest
|
|
56211
|
+
* @param tmpHeader - AddFolderHeaders
|
|
56212
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
56213
|
+
* @returns AddFolderResponse
|
|
56214
|
+
*/
|
|
56215
|
+
addFolderWithOptions(tmpReq: AddFolderRequest, tmpHeader: AddFolderHeaders, runtime: $dara.RuntimeOptions): Promise<AddFolderResponse>;
|
|
56216
|
+
/**
|
|
56217
|
+
* 添加文件夹
|
|
56218
|
+
*
|
|
56219
|
+
* @param request - AddFolderRequest
|
|
56220
|
+
* @returns AddFolderResponse
|
|
56221
|
+
*/
|
|
56222
|
+
addFolder(request: AddFolderRequest): Promise<AddFolderResponse>;
|
|
54055
56223
|
/**
|
|
54056
56224
|
* 预定会议室
|
|
54057
56225
|
*
|
|
@@ -54068,6 +56236,22 @@ export default class Client extends OpenApi {
|
|
|
54068
56236
|
* @returns AddMeetingRoomsResponse
|
|
54069
56237
|
*/
|
|
54070
56238
|
addMeetingRooms(request: AddMeetingRoomsRequest): Promise<AddMeetingRoomsResponse>;
|
|
56239
|
+
/**
|
|
56240
|
+
* 添加文件权限
|
|
56241
|
+
*
|
|
56242
|
+
* @param tmpReq - AddPermissionRequest
|
|
56243
|
+
* @param tmpHeader - AddPermissionHeaders
|
|
56244
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
56245
|
+
* @returns AddPermissionResponse
|
|
56246
|
+
*/
|
|
56247
|
+
addPermissionWithOptions(tmpReq: AddPermissionRequest, tmpHeader: AddPermissionHeaders, runtime: $dara.RuntimeOptions): Promise<AddPermissionResponse>;
|
|
56248
|
+
/**
|
|
56249
|
+
* 添加文件权限
|
|
56250
|
+
*
|
|
56251
|
+
* @param request - AddPermissionRequest
|
|
56252
|
+
* @returns AddPermissionResponse
|
|
56253
|
+
*/
|
|
56254
|
+
addPermission(request: AddPermissionRequest): Promise<AddPermissionResponse>;
|
|
54071
56255
|
/**
|
|
54072
56256
|
* 添加闪记权限
|
|
54073
56257
|
*
|
|
@@ -54804,6 +56988,22 @@ export default class Client extends OpenApi {
|
|
|
54804
56988
|
* @returns DeleteColumnsResponse
|
|
54805
56989
|
*/
|
|
54806
56990
|
deleteColumns(request: DeleteColumnsRequest): Promise<DeleteColumnsResponse>;
|
|
56991
|
+
/**
|
|
56992
|
+
* 删除文件或文件夹
|
|
56993
|
+
*
|
|
56994
|
+
* @param tmpReq - DeleteDentryRequest
|
|
56995
|
+
* @param tmpHeader - DeleteDentryHeaders
|
|
56996
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
56997
|
+
* @returns DeleteDentryResponse
|
|
56998
|
+
*/
|
|
56999
|
+
deleteDentryWithOptions(tmpReq: DeleteDentryRequest, tmpHeader: DeleteDentryHeaders, runtime: $dara.RuntimeOptions): Promise<DeleteDentryResponse>;
|
|
57000
|
+
/**
|
|
57001
|
+
* 删除文件或文件夹
|
|
57002
|
+
*
|
|
57003
|
+
* @param request - DeleteDentryRequest
|
|
57004
|
+
* @returns DeleteDentryResponse
|
|
57005
|
+
*/
|
|
57006
|
+
deleteDentry(request: DeleteDentryRequest): Promise<DeleteDentryResponse>;
|
|
54807
57007
|
/**
|
|
54808
57008
|
* 删除钉盘空间
|
|
54809
57009
|
*
|
|
@@ -54912,6 +57112,22 @@ export default class Client extends OpenApi {
|
|
|
54912
57112
|
* @returns DeleteMeetingRoomGroupResponse
|
|
54913
57113
|
*/
|
|
54914
57114
|
deleteMeetingRoomGroup(request: DeleteMeetingRoomGroupRequest): Promise<DeleteMeetingRoomGroupResponse>;
|
|
57115
|
+
/**
|
|
57116
|
+
* 删除文件权限
|
|
57117
|
+
*
|
|
57118
|
+
* @param tmpReq - DeletePermissionRequest
|
|
57119
|
+
* @param tmpHeader - DeletePermissionHeaders
|
|
57120
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
57121
|
+
* @returns DeletePermissionResponse
|
|
57122
|
+
*/
|
|
57123
|
+
deletePermissionWithOptions(tmpReq: DeletePermissionRequest, tmpHeader: DeletePermissionHeaders, runtime: $dara.RuntimeOptions): Promise<DeletePermissionResponse>;
|
|
57124
|
+
/**
|
|
57125
|
+
* 删除文件权限
|
|
57126
|
+
*
|
|
57127
|
+
* @param request - DeletePermissionRequest
|
|
57128
|
+
* @returns DeletePermissionResponse
|
|
57129
|
+
*/
|
|
57130
|
+
deletePermission(request: DeletePermissionRequest): Promise<DeletePermissionResponse>;
|
|
54915
57131
|
/**
|
|
54916
57132
|
* 删除指定行
|
|
54917
57133
|
*
|
|
@@ -55024,6 +57240,22 @@ export default class Client extends OpenApi {
|
|
|
55024
57240
|
* @returns DeleteWorkspaceMembersResponse
|
|
55025
57241
|
*/
|
|
55026
57242
|
deleteWorkspaceMembers(request: DeleteWorkspaceMembersRequest): Promise<DeleteWorkspaceMembersResponse>;
|
|
57243
|
+
/**
|
|
57244
|
+
* 覆写文档
|
|
57245
|
+
*
|
|
57246
|
+
* @param tmpReq - DocUpdateContentRequest
|
|
57247
|
+
* @param tmpHeader - DocUpdateContentHeaders
|
|
57248
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
57249
|
+
* @returns DocUpdateContentResponse
|
|
57250
|
+
*/
|
|
57251
|
+
docUpdateContentWithOptions(tmpReq: DocUpdateContentRequest, tmpHeader: DocUpdateContentHeaders, runtime: $dara.RuntimeOptions): Promise<DocUpdateContentResponse>;
|
|
57252
|
+
/**
|
|
57253
|
+
* 覆写文档
|
|
57254
|
+
*
|
|
57255
|
+
* @param request - DocUpdateContentRequest
|
|
57256
|
+
* @returns DocUpdateContentResponse
|
|
57257
|
+
*/
|
|
57258
|
+
docUpdateContent(request: DocUpdateContentRequest): Promise<DocUpdateContentResponse>;
|
|
55027
57259
|
/**
|
|
55028
57260
|
* 批量执行宜搭审批任务
|
|
55029
57261
|
*
|
|
@@ -55136,6 +57368,22 @@ export default class Client extends OpenApi {
|
|
|
55136
57368
|
* @returns GetAllSheetsResponse
|
|
55137
57369
|
*/
|
|
55138
57370
|
getAllSheets(request: GetAllSheetsRequest): Promise<GetAllSheetsResponse>;
|
|
57371
|
+
/**
|
|
57372
|
+
* 获取助理能力
|
|
57373
|
+
*
|
|
57374
|
+
* @param request - GetAssistantCapabilityRequest
|
|
57375
|
+
* @param headers - GetAssistantCapabilityHeaders
|
|
57376
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
57377
|
+
* @returns GetAssistantCapabilityResponse
|
|
57378
|
+
*/
|
|
57379
|
+
getAssistantCapabilityWithOptions(request: GetAssistantCapabilityRequest, headers: GetAssistantCapabilityHeaders, runtime: $dara.RuntimeOptions): Promise<GetAssistantCapabilityResponse>;
|
|
57380
|
+
/**
|
|
57381
|
+
* 获取助理能力
|
|
57382
|
+
*
|
|
57383
|
+
* @param request - GetAssistantCapabilityRequest
|
|
57384
|
+
* @returns GetAssistantCapabilityResponse
|
|
57385
|
+
*/
|
|
57386
|
+
getAssistantCapability(request: GetAssistantCapabilityRequest): Promise<GetAssistantCapabilityResponse>;
|
|
55139
57387
|
/**
|
|
55140
57388
|
* 获取群存储空间信息
|
|
55141
57389
|
*
|
|
@@ -56344,6 +58592,22 @@ export default class Client extends OpenApi {
|
|
|
56344
58592
|
* @returns ListNodesResponse
|
|
56345
58593
|
*/
|
|
56346
58594
|
listNodes(request: ListNodesRequest): Promise<ListNodesResponse>;
|
|
58595
|
+
/**
|
|
58596
|
+
* 获取文件权限列表
|
|
58597
|
+
*
|
|
58598
|
+
* @param tmpReq - ListPermissionsRequest
|
|
58599
|
+
* @param tmpHeader - ListPermissionsHeaders
|
|
58600
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
58601
|
+
* @returns ListPermissionsResponse
|
|
58602
|
+
*/
|
|
58603
|
+
listPermissionsWithOptions(tmpReq: ListPermissionsRequest, tmpHeader: ListPermissionsHeaders, runtime: $dara.RuntimeOptions): Promise<ListPermissionsResponse>;
|
|
58604
|
+
/**
|
|
58605
|
+
* 获取文件权限列表
|
|
58606
|
+
*
|
|
58607
|
+
* @param request - ListPermissionsRequest
|
|
58608
|
+
* @returns ListPermissionsResponse
|
|
58609
|
+
*/
|
|
58610
|
+
listPermissions(request: ListPermissionsRequest): Promise<ListPermissionsResponse>;
|
|
56347
58611
|
/**
|
|
56348
58612
|
* 获取用户发出的日志列表
|
|
56349
58613
|
*
|
|
@@ -57368,6 +59632,18 @@ export default class Client extends OpenApi {
|
|
|
57368
59632
|
* @returns SubscribeEventResponse
|
|
57369
59633
|
*/
|
|
57370
59634
|
subscribeEvent(request: SubscribeEventRequest): Promise<SubscribeEventResponse>;
|
|
59635
|
+
/**
|
|
59636
|
+
* @param tmpReq - SwitchMainOrgRequest
|
|
59637
|
+
* @param tmpHeader - SwitchMainOrgHeaders
|
|
59638
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
59639
|
+
* @returns SwitchMainOrgResponse
|
|
59640
|
+
*/
|
|
59641
|
+
switchMainOrgWithOptions(tmpReq: SwitchMainOrgRequest, tmpHeader: SwitchMainOrgHeaders, runtime: $dara.RuntimeOptions): Promise<SwitchMainOrgResponse>;
|
|
59642
|
+
/**
|
|
59643
|
+
* @param request - SwitchMainOrgRequest
|
|
59644
|
+
* @returns SwitchMainOrgResponse
|
|
59645
|
+
*/
|
|
59646
|
+
switchMainOrg(request: SwitchMainOrgRequest): Promise<SwitchMainOrgResponse>;
|
|
57371
59647
|
/**
|
|
57372
59648
|
* 同步钉钉账号类型
|
|
57373
59649
|
*
|
|
@@ -57528,6 +59804,22 @@ export default class Client extends OpenApi {
|
|
|
57528
59804
|
* @returns UpdateMeetingRoomGroupResponse
|
|
57529
59805
|
*/
|
|
57530
59806
|
updateMeetingRoomGroup(request: UpdateMeetingRoomGroupRequest): Promise<UpdateMeetingRoomGroupResponse>;
|
|
59807
|
+
/**
|
|
59808
|
+
* 更新文件权限
|
|
59809
|
+
*
|
|
59810
|
+
* @param tmpReq - UpdatePermissionRequest
|
|
59811
|
+
* @param tmpHeader - UpdatePermissionHeaders
|
|
59812
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
59813
|
+
* @returns UpdatePermissionResponse
|
|
59814
|
+
*/
|
|
59815
|
+
updatePermissionWithOptions(tmpReq: UpdatePermissionRequest, tmpHeader: UpdatePermissionHeaders, runtime: $dara.RuntimeOptions): Promise<UpdatePermissionResponse>;
|
|
59816
|
+
/**
|
|
59817
|
+
* 更新文件权限
|
|
59818
|
+
*
|
|
59819
|
+
* @param request - UpdatePermissionRequest
|
|
59820
|
+
* @returns UpdatePermissionResponse
|
|
59821
|
+
*/
|
|
59822
|
+
updatePermission(request: UpdatePermissionRequest): Promise<UpdatePermissionResponse>;
|
|
57531
59823
|
/**
|
|
57532
59824
|
* 更新单元格区域
|
|
57533
59825
|
*
|