@alicloud/aliding20230426 2.27.1 → 2.28.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 +2106 -2
- package/dist/client.js +3988 -2499
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +4696 -1924
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
|
|
@@ -19642,6 +20408,87 @@ export declare class UpdateMeetingRoomGroupRequestTenantContext extends $dara.Mo
|
|
|
19642
20408
|
[key: string]: any;
|
|
19643
20409
|
});
|
|
19644
20410
|
}
|
|
20411
|
+
export declare class UpdatePermissionHeadersAccountContext extends $dara.Model {
|
|
20412
|
+
/**
|
|
20413
|
+
* @remarks
|
|
20414
|
+
* This parameter is required.
|
|
20415
|
+
*
|
|
20416
|
+
* @example
|
|
20417
|
+
* 012345
|
|
20418
|
+
*/
|
|
20419
|
+
accountId?: string;
|
|
20420
|
+
static names(): {
|
|
20421
|
+
[key: string]: string;
|
|
20422
|
+
};
|
|
20423
|
+
static types(): {
|
|
20424
|
+
[key: string]: any;
|
|
20425
|
+
};
|
|
20426
|
+
validate(): void;
|
|
20427
|
+
constructor(map?: {
|
|
20428
|
+
[key: string]: any;
|
|
20429
|
+
});
|
|
20430
|
+
}
|
|
20431
|
+
export declare class UpdatePermissionRequestMembers extends $dara.Model {
|
|
20432
|
+
/**
|
|
20433
|
+
* @example
|
|
20434
|
+
* 123456
|
|
20435
|
+
*/
|
|
20436
|
+
corpId?: string;
|
|
20437
|
+
/**
|
|
20438
|
+
* @example
|
|
20439
|
+
* ORG
|
|
20440
|
+
*/
|
|
20441
|
+
id?: string;
|
|
20442
|
+
/**
|
|
20443
|
+
* @example
|
|
20444
|
+
* ORG
|
|
20445
|
+
*/
|
|
20446
|
+
type?: string;
|
|
20447
|
+
static names(): {
|
|
20448
|
+
[key: string]: string;
|
|
20449
|
+
};
|
|
20450
|
+
static types(): {
|
|
20451
|
+
[key: string]: any;
|
|
20452
|
+
};
|
|
20453
|
+
validate(): void;
|
|
20454
|
+
constructor(map?: {
|
|
20455
|
+
[key: string]: any;
|
|
20456
|
+
});
|
|
20457
|
+
}
|
|
20458
|
+
export declare class UpdatePermissionRequestOption extends $dara.Model {
|
|
20459
|
+
/**
|
|
20460
|
+
* @example
|
|
20461
|
+
* 10
|
|
20462
|
+
*/
|
|
20463
|
+
duration?: number;
|
|
20464
|
+
static names(): {
|
|
20465
|
+
[key: string]: string;
|
|
20466
|
+
};
|
|
20467
|
+
static types(): {
|
|
20468
|
+
[key: string]: any;
|
|
20469
|
+
};
|
|
20470
|
+
validate(): void;
|
|
20471
|
+
constructor(map?: {
|
|
20472
|
+
[key: string]: any;
|
|
20473
|
+
});
|
|
20474
|
+
}
|
|
20475
|
+
export declare class UpdatePermissionRequestTenantContext extends $dara.Model {
|
|
20476
|
+
/**
|
|
20477
|
+
* @example
|
|
20478
|
+
* xxxxxx
|
|
20479
|
+
*/
|
|
20480
|
+
tenantId?: string;
|
|
20481
|
+
static names(): {
|
|
20482
|
+
[key: string]: string;
|
|
20483
|
+
};
|
|
20484
|
+
static types(): {
|
|
20485
|
+
[key: string]: any;
|
|
20486
|
+
};
|
|
20487
|
+
validate(): void;
|
|
20488
|
+
constructor(map?: {
|
|
20489
|
+
[key: string]: any;
|
|
20490
|
+
});
|
|
20491
|
+
}
|
|
19645
20492
|
export declare class UpdateRangeHeadersAccountContext extends $dara.Model {
|
|
19646
20493
|
/**
|
|
19647
20494
|
* @example
|
|
@@ -20334,12 +21181,12 @@ export declare class WearOrgHonorResponseBodyContent extends $dara.Model {
|
|
|
20334
21181
|
export declare class DentryAppPropertiesValue extends $dara.Model {
|
|
20335
21182
|
/**
|
|
20336
21183
|
* @example
|
|
20337
|
-
*
|
|
21184
|
+
* test
|
|
20338
21185
|
*/
|
|
20339
21186
|
name?: string;
|
|
20340
21187
|
/**
|
|
20341
21188
|
* @example
|
|
20342
|
-
*
|
|
21189
|
+
* value
|
|
20343
21190
|
*/
|
|
20344
21191
|
value?: string;
|
|
20345
21192
|
/**
|
|
@@ -20668,6 +21515,153 @@ export declare class AddDriveSpaceResponse extends $dara.Model {
|
|
|
20668
21515
|
[key: string]: any;
|
|
20669
21516
|
});
|
|
20670
21517
|
}
|
|
21518
|
+
export declare class AddFolderHeaders extends $dara.Model {
|
|
21519
|
+
commonHeaders?: {
|
|
21520
|
+
[key: string]: string;
|
|
21521
|
+
};
|
|
21522
|
+
accountContext?: AddFolderHeadersAccountContext;
|
|
21523
|
+
static names(): {
|
|
21524
|
+
[key: string]: string;
|
|
21525
|
+
};
|
|
21526
|
+
static types(): {
|
|
21527
|
+
[key: string]: any;
|
|
21528
|
+
};
|
|
21529
|
+
validate(): void;
|
|
21530
|
+
constructor(map?: {
|
|
21531
|
+
[key: string]: any;
|
|
21532
|
+
});
|
|
21533
|
+
}
|
|
21534
|
+
export declare class AddFolderShrinkHeaders extends $dara.Model {
|
|
21535
|
+
commonHeaders?: {
|
|
21536
|
+
[key: string]: string;
|
|
21537
|
+
};
|
|
21538
|
+
accountContextShrink?: string;
|
|
21539
|
+
static names(): {
|
|
21540
|
+
[key: string]: string;
|
|
21541
|
+
};
|
|
21542
|
+
static types(): {
|
|
21543
|
+
[key: string]: any;
|
|
21544
|
+
};
|
|
21545
|
+
validate(): void;
|
|
21546
|
+
constructor(map?: {
|
|
21547
|
+
[key: string]: any;
|
|
21548
|
+
});
|
|
21549
|
+
}
|
|
21550
|
+
export declare class AddFolderRequest extends $dara.Model {
|
|
21551
|
+
/**
|
|
21552
|
+
* @remarks
|
|
21553
|
+
* This parameter is required.
|
|
21554
|
+
*/
|
|
21555
|
+
name?: string;
|
|
21556
|
+
option?: AddFolderRequestOption;
|
|
21557
|
+
/**
|
|
21558
|
+
* @remarks
|
|
21559
|
+
* This parameter is required.
|
|
21560
|
+
*
|
|
21561
|
+
* @example
|
|
21562
|
+
* 140822073803
|
|
21563
|
+
*/
|
|
21564
|
+
parentId?: string;
|
|
21565
|
+
/**
|
|
21566
|
+
* @remarks
|
|
21567
|
+
* This parameter is required.
|
|
21568
|
+
*
|
|
21569
|
+
* @example
|
|
21570
|
+
* xPar2SZ63KodG3aV
|
|
21571
|
+
*/
|
|
21572
|
+
spaceId?: string;
|
|
21573
|
+
tenantContext?: AddFolderRequestTenantContext;
|
|
21574
|
+
static names(): {
|
|
21575
|
+
[key: string]: string;
|
|
21576
|
+
};
|
|
21577
|
+
static types(): {
|
|
21578
|
+
[key: string]: any;
|
|
21579
|
+
};
|
|
21580
|
+
validate(): void;
|
|
21581
|
+
constructor(map?: {
|
|
21582
|
+
[key: string]: any;
|
|
21583
|
+
});
|
|
21584
|
+
}
|
|
21585
|
+
export declare class AddFolderShrinkRequest extends $dara.Model {
|
|
21586
|
+
/**
|
|
21587
|
+
* @remarks
|
|
21588
|
+
* This parameter is required.
|
|
21589
|
+
*/
|
|
21590
|
+
name?: string;
|
|
21591
|
+
optionShrink?: string;
|
|
21592
|
+
/**
|
|
21593
|
+
* @remarks
|
|
21594
|
+
* This parameter is required.
|
|
21595
|
+
*
|
|
21596
|
+
* @example
|
|
21597
|
+
* 140822073803
|
|
21598
|
+
*/
|
|
21599
|
+
parentId?: string;
|
|
21600
|
+
/**
|
|
21601
|
+
* @remarks
|
|
21602
|
+
* This parameter is required.
|
|
21603
|
+
*
|
|
21604
|
+
* @example
|
|
21605
|
+
* xPar2SZ63KodG3aV
|
|
21606
|
+
*/
|
|
21607
|
+
spaceId?: string;
|
|
21608
|
+
tenantContextShrink?: string;
|
|
21609
|
+
static names(): {
|
|
21610
|
+
[key: string]: string;
|
|
21611
|
+
};
|
|
21612
|
+
static types(): {
|
|
21613
|
+
[key: string]: any;
|
|
21614
|
+
};
|
|
21615
|
+
validate(): void;
|
|
21616
|
+
constructor(map?: {
|
|
21617
|
+
[key: string]: any;
|
|
21618
|
+
});
|
|
21619
|
+
}
|
|
21620
|
+
export declare class AddFolderResponseBody extends $dara.Model {
|
|
21621
|
+
dentry?: AddFolderResponseBodyDentry;
|
|
21622
|
+
/**
|
|
21623
|
+
* @example
|
|
21624
|
+
* 0FAAEC9C-C6C8-5C87-AF8E-1195889BBXXX
|
|
21625
|
+
*/
|
|
21626
|
+
requestId?: string;
|
|
21627
|
+
/**
|
|
21628
|
+
* @example
|
|
21629
|
+
* 0FAAEC9C-C6C8-5C87-AF8E-1195889BBXXX
|
|
21630
|
+
*/
|
|
21631
|
+
vendorRequestId?: string;
|
|
21632
|
+
/**
|
|
21633
|
+
* @example
|
|
21634
|
+
* dingtalk
|
|
21635
|
+
*/
|
|
21636
|
+
vendorType?: string;
|
|
21637
|
+
static names(): {
|
|
21638
|
+
[key: string]: string;
|
|
21639
|
+
};
|
|
21640
|
+
static types(): {
|
|
21641
|
+
[key: string]: any;
|
|
21642
|
+
};
|
|
21643
|
+
validate(): void;
|
|
21644
|
+
constructor(map?: {
|
|
21645
|
+
[key: string]: any;
|
|
21646
|
+
});
|
|
21647
|
+
}
|
|
21648
|
+
export declare class AddFolderResponse extends $dara.Model {
|
|
21649
|
+
headers?: {
|
|
21650
|
+
[key: string]: string;
|
|
21651
|
+
};
|
|
21652
|
+
statusCode?: number;
|
|
21653
|
+
body?: AddFolderResponseBody;
|
|
21654
|
+
static names(): {
|
|
21655
|
+
[key: string]: string;
|
|
21656
|
+
};
|
|
21657
|
+
static types(): {
|
|
21658
|
+
[key: string]: any;
|
|
21659
|
+
};
|
|
21660
|
+
validate(): void;
|
|
21661
|
+
constructor(map?: {
|
|
21662
|
+
[key: string]: any;
|
|
21663
|
+
});
|
|
21664
|
+
}
|
|
20671
21665
|
export declare class AddMeetingRoomsHeaders extends $dara.Model {
|
|
20672
21666
|
commonHeaders?: {
|
|
20673
21667
|
[key: string]: string;
|
|
@@ -20808,6 +21802,137 @@ export declare class AddMeetingRoomsResponse extends $dara.Model {
|
|
|
20808
21802
|
[key: string]: any;
|
|
20809
21803
|
});
|
|
20810
21804
|
}
|
|
21805
|
+
export declare class AddPermissionHeaders extends $dara.Model {
|
|
21806
|
+
commonHeaders?: {
|
|
21807
|
+
[key: string]: string;
|
|
21808
|
+
};
|
|
21809
|
+
accountContext?: AddPermissionHeadersAccountContext;
|
|
21810
|
+
static names(): {
|
|
21811
|
+
[key: string]: string;
|
|
21812
|
+
};
|
|
21813
|
+
static types(): {
|
|
21814
|
+
[key: string]: any;
|
|
21815
|
+
};
|
|
21816
|
+
validate(): void;
|
|
21817
|
+
constructor(map?: {
|
|
21818
|
+
[key: string]: any;
|
|
21819
|
+
});
|
|
21820
|
+
}
|
|
21821
|
+
export declare class AddPermissionShrinkHeaders extends $dara.Model {
|
|
21822
|
+
commonHeaders?: {
|
|
21823
|
+
[key: string]: string;
|
|
21824
|
+
};
|
|
21825
|
+
accountContextShrink?: string;
|
|
21826
|
+
static names(): {
|
|
21827
|
+
[key: string]: string;
|
|
21828
|
+
};
|
|
21829
|
+
static types(): {
|
|
21830
|
+
[key: string]: any;
|
|
21831
|
+
};
|
|
21832
|
+
validate(): void;
|
|
21833
|
+
constructor(map?: {
|
|
21834
|
+
[key: string]: any;
|
|
21835
|
+
});
|
|
21836
|
+
}
|
|
21837
|
+
export declare class AddPermissionRequest extends $dara.Model {
|
|
21838
|
+
dentryUuid?: string;
|
|
21839
|
+
/**
|
|
21840
|
+
* @remarks
|
|
21841
|
+
* This parameter is required.
|
|
21842
|
+
*/
|
|
21843
|
+
members?: AddPermissionRequestMembers[];
|
|
21844
|
+
option?: AddPermissionRequestOption;
|
|
21845
|
+
/**
|
|
21846
|
+
* @remarks
|
|
21847
|
+
* This parameter is required.
|
|
21848
|
+
*/
|
|
21849
|
+
roleId?: string;
|
|
21850
|
+
tenantContext?: AddPermissionRequestTenantContext;
|
|
21851
|
+
static names(): {
|
|
21852
|
+
[key: string]: string;
|
|
21853
|
+
};
|
|
21854
|
+
static types(): {
|
|
21855
|
+
[key: string]: any;
|
|
21856
|
+
};
|
|
21857
|
+
validate(): void;
|
|
21858
|
+
constructor(map?: {
|
|
21859
|
+
[key: string]: any;
|
|
21860
|
+
});
|
|
21861
|
+
}
|
|
21862
|
+
export declare class AddPermissionShrinkRequest extends $dara.Model {
|
|
21863
|
+
dentryUuid?: string;
|
|
21864
|
+
/**
|
|
21865
|
+
* @remarks
|
|
21866
|
+
* This parameter is required.
|
|
21867
|
+
*/
|
|
21868
|
+
membersShrink?: string;
|
|
21869
|
+
optionShrink?: string;
|
|
21870
|
+
/**
|
|
21871
|
+
* @remarks
|
|
21872
|
+
* This parameter is required.
|
|
21873
|
+
*/
|
|
21874
|
+
roleId?: string;
|
|
21875
|
+
tenantContextShrink?: string;
|
|
21876
|
+
static names(): {
|
|
21877
|
+
[key: string]: string;
|
|
21878
|
+
};
|
|
21879
|
+
static types(): {
|
|
21880
|
+
[key: string]: any;
|
|
21881
|
+
};
|
|
21882
|
+
validate(): void;
|
|
21883
|
+
constructor(map?: {
|
|
21884
|
+
[key: string]: any;
|
|
21885
|
+
});
|
|
21886
|
+
}
|
|
21887
|
+
export declare class AddPermissionResponseBody extends $dara.Model {
|
|
21888
|
+
/**
|
|
21889
|
+
* @example
|
|
21890
|
+
* 0FAAEC9C-C6C8-5C87-AF8E-1195889BBXXX
|
|
21891
|
+
*/
|
|
21892
|
+
requestId?: string;
|
|
21893
|
+
/**
|
|
21894
|
+
* @example
|
|
21895
|
+
* true
|
|
21896
|
+
*/
|
|
21897
|
+
success?: boolean;
|
|
21898
|
+
/**
|
|
21899
|
+
* @example
|
|
21900
|
+
* 0FAAEC9C-C6C8-5C87-AF8E-1195889BBXXX
|
|
21901
|
+
*/
|
|
21902
|
+
vendorRequestId?: string;
|
|
21903
|
+
/**
|
|
21904
|
+
* @example
|
|
21905
|
+
* dingtalk
|
|
21906
|
+
*/
|
|
21907
|
+
vendorType?: string;
|
|
21908
|
+
static names(): {
|
|
21909
|
+
[key: string]: string;
|
|
21910
|
+
};
|
|
21911
|
+
static types(): {
|
|
21912
|
+
[key: string]: any;
|
|
21913
|
+
};
|
|
21914
|
+
validate(): void;
|
|
21915
|
+
constructor(map?: {
|
|
21916
|
+
[key: string]: any;
|
|
21917
|
+
});
|
|
21918
|
+
}
|
|
21919
|
+
export declare class AddPermissionResponse extends $dara.Model {
|
|
21920
|
+
headers?: {
|
|
21921
|
+
[key: string]: string;
|
|
21922
|
+
};
|
|
21923
|
+
statusCode?: number;
|
|
21924
|
+
body?: AddPermissionResponseBody;
|
|
21925
|
+
static names(): {
|
|
21926
|
+
[key: string]: string;
|
|
21927
|
+
};
|
|
21928
|
+
static types(): {
|
|
21929
|
+
[key: string]: any;
|
|
21930
|
+
};
|
|
21931
|
+
validate(): void;
|
|
21932
|
+
constructor(map?: {
|
|
21933
|
+
[key: string]: any;
|
|
21934
|
+
});
|
|
21935
|
+
}
|
|
20811
21936
|
export declare class AddRecordPermissionHeaders extends $dara.Model {
|
|
20812
21937
|
commonHeaders?: {
|
|
20813
21938
|
[key: string]: string;
|
|
@@ -28117,6 +29242,148 @@ export declare class DeleteColumnsResponse extends $dara.Model {
|
|
|
28117
29242
|
[key: string]: any;
|
|
28118
29243
|
});
|
|
28119
29244
|
}
|
|
29245
|
+
export declare class DeleteDentryHeaders extends $dara.Model {
|
|
29246
|
+
commonHeaders?: {
|
|
29247
|
+
[key: string]: string;
|
|
29248
|
+
};
|
|
29249
|
+
accountContext?: DeleteDentryHeadersAccountContext;
|
|
29250
|
+
static names(): {
|
|
29251
|
+
[key: string]: string;
|
|
29252
|
+
};
|
|
29253
|
+
static types(): {
|
|
29254
|
+
[key: string]: any;
|
|
29255
|
+
};
|
|
29256
|
+
validate(): void;
|
|
29257
|
+
constructor(map?: {
|
|
29258
|
+
[key: string]: any;
|
|
29259
|
+
});
|
|
29260
|
+
}
|
|
29261
|
+
export declare class DeleteDentryShrinkHeaders extends $dara.Model {
|
|
29262
|
+
commonHeaders?: {
|
|
29263
|
+
[key: string]: string;
|
|
29264
|
+
};
|
|
29265
|
+
accountContextShrink?: string;
|
|
29266
|
+
static names(): {
|
|
29267
|
+
[key: string]: string;
|
|
29268
|
+
};
|
|
29269
|
+
static types(): {
|
|
29270
|
+
[key: string]: any;
|
|
29271
|
+
};
|
|
29272
|
+
validate(): void;
|
|
29273
|
+
constructor(map?: {
|
|
29274
|
+
[key: string]: any;
|
|
29275
|
+
});
|
|
29276
|
+
}
|
|
29277
|
+
export declare class DeleteDentryRequest extends $dara.Model {
|
|
29278
|
+
/**
|
|
29279
|
+
* @remarks
|
|
29280
|
+
* This parameter is required.
|
|
29281
|
+
*
|
|
29282
|
+
* @example
|
|
29283
|
+
* b9XJlZ44W3NeDGyA
|
|
29284
|
+
*/
|
|
29285
|
+
dentryId?: string;
|
|
29286
|
+
/**
|
|
29287
|
+
* @remarks
|
|
29288
|
+
* This parameter is required.
|
|
29289
|
+
*
|
|
29290
|
+
* @example
|
|
29291
|
+
* nb9XJx4EPx16QGyA
|
|
29292
|
+
*/
|
|
29293
|
+
spaceId?: string;
|
|
29294
|
+
tenantContext?: DeleteDentryRequestTenantContext;
|
|
29295
|
+
toRecycleBin?: boolean;
|
|
29296
|
+
static names(): {
|
|
29297
|
+
[key: string]: string;
|
|
29298
|
+
};
|
|
29299
|
+
static types(): {
|
|
29300
|
+
[key: string]: any;
|
|
29301
|
+
};
|
|
29302
|
+
validate(): void;
|
|
29303
|
+
constructor(map?: {
|
|
29304
|
+
[key: string]: any;
|
|
29305
|
+
});
|
|
29306
|
+
}
|
|
29307
|
+
export declare class DeleteDentryShrinkRequest extends $dara.Model {
|
|
29308
|
+
/**
|
|
29309
|
+
* @remarks
|
|
29310
|
+
* This parameter is required.
|
|
29311
|
+
*
|
|
29312
|
+
* @example
|
|
29313
|
+
* b9XJlZ44W3NeDGyA
|
|
29314
|
+
*/
|
|
29315
|
+
dentryId?: string;
|
|
29316
|
+
/**
|
|
29317
|
+
* @remarks
|
|
29318
|
+
* This parameter is required.
|
|
29319
|
+
*
|
|
29320
|
+
* @example
|
|
29321
|
+
* nb9XJx4EPx16QGyA
|
|
29322
|
+
*/
|
|
29323
|
+
spaceId?: string;
|
|
29324
|
+
tenantContextShrink?: string;
|
|
29325
|
+
toRecycleBin?: boolean;
|
|
29326
|
+
static names(): {
|
|
29327
|
+
[key: string]: string;
|
|
29328
|
+
};
|
|
29329
|
+
static types(): {
|
|
29330
|
+
[key: string]: any;
|
|
29331
|
+
};
|
|
29332
|
+
validate(): void;
|
|
29333
|
+
constructor(map?: {
|
|
29334
|
+
[key: string]: any;
|
|
29335
|
+
});
|
|
29336
|
+
}
|
|
29337
|
+
export declare class DeleteDentryResponseBody extends $dara.Model {
|
|
29338
|
+
async?: boolean;
|
|
29339
|
+
/**
|
|
29340
|
+
* @example
|
|
29341
|
+
* 0FAAEC9C-C6C8-5C87-AF8E-1195889BBXXX
|
|
29342
|
+
*/
|
|
29343
|
+
requestId?: string;
|
|
29344
|
+
/**
|
|
29345
|
+
* @example
|
|
29346
|
+
* task123abc
|
|
29347
|
+
*/
|
|
29348
|
+
taskId?: string;
|
|
29349
|
+
/**
|
|
29350
|
+
* @example
|
|
29351
|
+
* 0FAAEC9C-C6C8-5C87-AF8E-1195889BBXXX
|
|
29352
|
+
*/
|
|
29353
|
+
vendorRequestId?: string;
|
|
29354
|
+
/**
|
|
29355
|
+
* @example
|
|
29356
|
+
* dingtalk
|
|
29357
|
+
*/
|
|
29358
|
+
vendorType?: string;
|
|
29359
|
+
static names(): {
|
|
29360
|
+
[key: string]: string;
|
|
29361
|
+
};
|
|
29362
|
+
static types(): {
|
|
29363
|
+
[key: string]: any;
|
|
29364
|
+
};
|
|
29365
|
+
validate(): void;
|
|
29366
|
+
constructor(map?: {
|
|
29367
|
+
[key: string]: any;
|
|
29368
|
+
});
|
|
29369
|
+
}
|
|
29370
|
+
export declare class DeleteDentryResponse extends $dara.Model {
|
|
29371
|
+
headers?: {
|
|
29372
|
+
[key: string]: string;
|
|
29373
|
+
};
|
|
29374
|
+
statusCode?: number;
|
|
29375
|
+
body?: DeleteDentryResponseBody;
|
|
29376
|
+
static names(): {
|
|
29377
|
+
[key: string]: string;
|
|
29378
|
+
};
|
|
29379
|
+
static types(): {
|
|
29380
|
+
[key: string]: any;
|
|
29381
|
+
};
|
|
29382
|
+
validate(): void;
|
|
29383
|
+
constructor(map?: {
|
|
29384
|
+
[key: string]: any;
|
|
29385
|
+
});
|
|
29386
|
+
}
|
|
28120
29387
|
export declare class DeleteDriveSpaceHeaders extends $dara.Model {
|
|
28121
29388
|
commonHeaders?: {
|
|
28122
29389
|
[key: string]: string;
|
|
@@ -28938,6 +30205,155 @@ export declare class DeleteMeetingRoomGroupResponse extends $dara.Model {
|
|
|
28938
30205
|
[key: string]: any;
|
|
28939
30206
|
});
|
|
28940
30207
|
}
|
|
30208
|
+
export declare class DeletePermissionHeaders extends $dara.Model {
|
|
30209
|
+
commonHeaders?: {
|
|
30210
|
+
[key: string]: string;
|
|
30211
|
+
};
|
|
30212
|
+
accountContext?: DeletePermissionHeadersAccountContext;
|
|
30213
|
+
static names(): {
|
|
30214
|
+
[key: string]: string;
|
|
30215
|
+
};
|
|
30216
|
+
static types(): {
|
|
30217
|
+
[key: string]: any;
|
|
30218
|
+
};
|
|
30219
|
+
validate(): void;
|
|
30220
|
+
constructor(map?: {
|
|
30221
|
+
[key: string]: any;
|
|
30222
|
+
});
|
|
30223
|
+
}
|
|
30224
|
+
export declare class DeletePermissionShrinkHeaders extends $dara.Model {
|
|
30225
|
+
commonHeaders?: {
|
|
30226
|
+
[key: string]: string;
|
|
30227
|
+
};
|
|
30228
|
+
accountContextShrink?: string;
|
|
30229
|
+
static names(): {
|
|
30230
|
+
[key: string]: string;
|
|
30231
|
+
};
|
|
30232
|
+
static types(): {
|
|
30233
|
+
[key: string]: any;
|
|
30234
|
+
};
|
|
30235
|
+
validate(): void;
|
|
30236
|
+
constructor(map?: {
|
|
30237
|
+
[key: string]: any;
|
|
30238
|
+
});
|
|
30239
|
+
}
|
|
30240
|
+
export declare class DeletePermissionRequest extends $dara.Model {
|
|
30241
|
+
/**
|
|
30242
|
+
* @remarks
|
|
30243
|
+
* This parameter is required.
|
|
30244
|
+
*
|
|
30245
|
+
* @example
|
|
30246
|
+
* a9E05BDRVQRkezKGCE3nlwPDJ63zgkYA
|
|
30247
|
+
*/
|
|
30248
|
+
dentryUuid?: string;
|
|
30249
|
+
/**
|
|
30250
|
+
* @remarks
|
|
30251
|
+
* This parameter is required.
|
|
30252
|
+
*/
|
|
30253
|
+
members?: DeletePermissionRequestMembers[];
|
|
30254
|
+
/**
|
|
30255
|
+
* @remarks
|
|
30256
|
+
* This parameter is required.
|
|
30257
|
+
*
|
|
30258
|
+
* @example
|
|
30259
|
+
* MANAGER
|
|
30260
|
+
*/
|
|
30261
|
+
roleId?: string;
|
|
30262
|
+
tenantContext?: DeletePermissionRequestTenantContext;
|
|
30263
|
+
static names(): {
|
|
30264
|
+
[key: string]: string;
|
|
30265
|
+
};
|
|
30266
|
+
static types(): {
|
|
30267
|
+
[key: string]: any;
|
|
30268
|
+
};
|
|
30269
|
+
validate(): void;
|
|
30270
|
+
constructor(map?: {
|
|
30271
|
+
[key: string]: any;
|
|
30272
|
+
});
|
|
30273
|
+
}
|
|
30274
|
+
export declare class DeletePermissionShrinkRequest extends $dara.Model {
|
|
30275
|
+
/**
|
|
30276
|
+
* @remarks
|
|
30277
|
+
* This parameter is required.
|
|
30278
|
+
*
|
|
30279
|
+
* @example
|
|
30280
|
+
* a9E05BDRVQRkezKGCE3nlwPDJ63zgkYA
|
|
30281
|
+
*/
|
|
30282
|
+
dentryUuid?: string;
|
|
30283
|
+
/**
|
|
30284
|
+
* @remarks
|
|
30285
|
+
* This parameter is required.
|
|
30286
|
+
*/
|
|
30287
|
+
membersShrink?: string;
|
|
30288
|
+
/**
|
|
30289
|
+
* @remarks
|
|
30290
|
+
* This parameter is required.
|
|
30291
|
+
*
|
|
30292
|
+
* @example
|
|
30293
|
+
* MANAGER
|
|
30294
|
+
*/
|
|
30295
|
+
roleId?: string;
|
|
30296
|
+
tenantContextShrink?: string;
|
|
30297
|
+
static names(): {
|
|
30298
|
+
[key: string]: string;
|
|
30299
|
+
};
|
|
30300
|
+
static types(): {
|
|
30301
|
+
[key: string]: any;
|
|
30302
|
+
};
|
|
30303
|
+
validate(): void;
|
|
30304
|
+
constructor(map?: {
|
|
30305
|
+
[key: string]: any;
|
|
30306
|
+
});
|
|
30307
|
+
}
|
|
30308
|
+
export declare class DeletePermissionResponseBody extends $dara.Model {
|
|
30309
|
+
/**
|
|
30310
|
+
* @example
|
|
30311
|
+
* 0FAAEC9C-C6C8-5C87-AF8E-1195889BBXXX
|
|
30312
|
+
*/
|
|
30313
|
+
requestId?: string;
|
|
30314
|
+
/**
|
|
30315
|
+
* @example
|
|
30316
|
+
* true
|
|
30317
|
+
*/
|
|
30318
|
+
success?: boolean;
|
|
30319
|
+
/**
|
|
30320
|
+
* @example
|
|
30321
|
+
* 0FAAEC9C-C6C8-5C87-AF8E-1195889BBXXX
|
|
30322
|
+
*/
|
|
30323
|
+
vendorRequestId?: string;
|
|
30324
|
+
/**
|
|
30325
|
+
* @example
|
|
30326
|
+
* dingtalk
|
|
30327
|
+
*/
|
|
30328
|
+
vendorType?: string;
|
|
30329
|
+
static names(): {
|
|
30330
|
+
[key: string]: string;
|
|
30331
|
+
};
|
|
30332
|
+
static types(): {
|
|
30333
|
+
[key: string]: any;
|
|
30334
|
+
};
|
|
30335
|
+
validate(): void;
|
|
30336
|
+
constructor(map?: {
|
|
30337
|
+
[key: string]: any;
|
|
30338
|
+
});
|
|
30339
|
+
}
|
|
30340
|
+
export declare class DeletePermissionResponse extends $dara.Model {
|
|
30341
|
+
headers?: {
|
|
30342
|
+
[key: string]: string;
|
|
30343
|
+
};
|
|
30344
|
+
statusCode?: number;
|
|
30345
|
+
body?: DeletePermissionResponseBody;
|
|
30346
|
+
static names(): {
|
|
30347
|
+
[key: string]: string;
|
|
30348
|
+
};
|
|
30349
|
+
static types(): {
|
|
30350
|
+
[key: string]: any;
|
|
30351
|
+
};
|
|
30352
|
+
validate(): void;
|
|
30353
|
+
constructor(map?: {
|
|
30354
|
+
[key: string]: any;
|
|
30355
|
+
});
|
|
30356
|
+
}
|
|
28941
30357
|
export declare class DeleteRowsHeaders extends $dara.Model {
|
|
28942
30358
|
commonHeaders?: {
|
|
28943
30359
|
[key: string]: string;
|
|
@@ -29814,6 +31230,155 @@ export declare class DeleteWorkspaceMembersResponse extends $dara.Model {
|
|
|
29814
31230
|
[key: string]: any;
|
|
29815
31231
|
});
|
|
29816
31232
|
}
|
|
31233
|
+
export declare class DocUpdateContentHeaders extends $dara.Model {
|
|
31234
|
+
commonHeaders?: {
|
|
31235
|
+
[key: string]: string;
|
|
31236
|
+
};
|
|
31237
|
+
accountContext?: DocUpdateContentHeadersAccountContext;
|
|
31238
|
+
static names(): {
|
|
31239
|
+
[key: string]: string;
|
|
31240
|
+
};
|
|
31241
|
+
static types(): {
|
|
31242
|
+
[key: string]: any;
|
|
31243
|
+
};
|
|
31244
|
+
validate(): void;
|
|
31245
|
+
constructor(map?: {
|
|
31246
|
+
[key: string]: any;
|
|
31247
|
+
});
|
|
31248
|
+
}
|
|
31249
|
+
export declare class DocUpdateContentShrinkHeaders extends $dara.Model {
|
|
31250
|
+
commonHeaders?: {
|
|
31251
|
+
[key: string]: string;
|
|
31252
|
+
};
|
|
31253
|
+
accountContextShrink?: string;
|
|
31254
|
+
static names(): {
|
|
31255
|
+
[key: string]: string;
|
|
31256
|
+
};
|
|
31257
|
+
static types(): {
|
|
31258
|
+
[key: string]: any;
|
|
31259
|
+
};
|
|
31260
|
+
validate(): void;
|
|
31261
|
+
constructor(map?: {
|
|
31262
|
+
[key: string]: any;
|
|
31263
|
+
});
|
|
31264
|
+
}
|
|
31265
|
+
export declare class DocUpdateContentRequest extends $dara.Model {
|
|
31266
|
+
/**
|
|
31267
|
+
* @remarks
|
|
31268
|
+
* This parameter is required.
|
|
31269
|
+
*
|
|
31270
|
+
* @example
|
|
31271
|
+
* []
|
|
31272
|
+
*/
|
|
31273
|
+
content?: string;
|
|
31274
|
+
/**
|
|
31275
|
+
* @example
|
|
31276
|
+
* markdown
|
|
31277
|
+
*/
|
|
31278
|
+
dataType?: string;
|
|
31279
|
+
/**
|
|
31280
|
+
* @remarks
|
|
31281
|
+
* This parameter is required.
|
|
31282
|
+
*
|
|
31283
|
+
* @example
|
|
31284
|
+
* 4j6OJzVEG4jJO3p8
|
|
31285
|
+
*/
|
|
31286
|
+
docKey?: string;
|
|
31287
|
+
tenantContext?: DocUpdateContentRequestTenantContext;
|
|
31288
|
+
static names(): {
|
|
31289
|
+
[key: string]: string;
|
|
31290
|
+
};
|
|
31291
|
+
static types(): {
|
|
31292
|
+
[key: string]: any;
|
|
31293
|
+
};
|
|
31294
|
+
validate(): void;
|
|
31295
|
+
constructor(map?: {
|
|
31296
|
+
[key: string]: any;
|
|
31297
|
+
});
|
|
31298
|
+
}
|
|
31299
|
+
export declare class DocUpdateContentShrinkRequest extends $dara.Model {
|
|
31300
|
+
/**
|
|
31301
|
+
* @remarks
|
|
31302
|
+
* This parameter is required.
|
|
31303
|
+
*
|
|
31304
|
+
* @example
|
|
31305
|
+
* []
|
|
31306
|
+
*/
|
|
31307
|
+
content?: string;
|
|
31308
|
+
/**
|
|
31309
|
+
* @example
|
|
31310
|
+
* markdown
|
|
31311
|
+
*/
|
|
31312
|
+
dataType?: string;
|
|
31313
|
+
/**
|
|
31314
|
+
* @remarks
|
|
31315
|
+
* This parameter is required.
|
|
31316
|
+
*
|
|
31317
|
+
* @example
|
|
31318
|
+
* 4j6OJzVEG4jJO3p8
|
|
31319
|
+
*/
|
|
31320
|
+
docKey?: string;
|
|
31321
|
+
tenantContextShrink?: string;
|
|
31322
|
+
static names(): {
|
|
31323
|
+
[key: string]: string;
|
|
31324
|
+
};
|
|
31325
|
+
static types(): {
|
|
31326
|
+
[key: string]: any;
|
|
31327
|
+
};
|
|
31328
|
+
validate(): void;
|
|
31329
|
+
constructor(map?: {
|
|
31330
|
+
[key: string]: any;
|
|
31331
|
+
});
|
|
31332
|
+
}
|
|
31333
|
+
export declare class DocUpdateContentResponseBody extends $dara.Model {
|
|
31334
|
+
/**
|
|
31335
|
+
* @example
|
|
31336
|
+
* 0FAAEC9C-C6C8-5C87-AF8E-1195889BBXXX
|
|
31337
|
+
*/
|
|
31338
|
+
requestId?: string;
|
|
31339
|
+
/**
|
|
31340
|
+
* @example
|
|
31341
|
+
* true
|
|
31342
|
+
*/
|
|
31343
|
+
value?: boolean;
|
|
31344
|
+
/**
|
|
31345
|
+
* @example
|
|
31346
|
+
* 0FAAEC9C-C6C8-5C87-AF8E-1195889BBXXX
|
|
31347
|
+
*/
|
|
31348
|
+
vendorRequestId?: string;
|
|
31349
|
+
/**
|
|
31350
|
+
* @example
|
|
31351
|
+
* dingtalk
|
|
31352
|
+
*/
|
|
31353
|
+
vendorType?: string;
|
|
31354
|
+
static names(): {
|
|
31355
|
+
[key: string]: string;
|
|
31356
|
+
};
|
|
31357
|
+
static types(): {
|
|
31358
|
+
[key: string]: any;
|
|
31359
|
+
};
|
|
31360
|
+
validate(): void;
|
|
31361
|
+
constructor(map?: {
|
|
31362
|
+
[key: string]: any;
|
|
31363
|
+
});
|
|
31364
|
+
}
|
|
31365
|
+
export declare class DocUpdateContentResponse extends $dara.Model {
|
|
31366
|
+
headers?: {
|
|
31367
|
+
[key: string]: string;
|
|
31368
|
+
};
|
|
31369
|
+
statusCode?: number;
|
|
31370
|
+
body?: DocUpdateContentResponseBody;
|
|
31371
|
+
static names(): {
|
|
31372
|
+
[key: string]: string;
|
|
31373
|
+
};
|
|
31374
|
+
static types(): {
|
|
31375
|
+
[key: string]: any;
|
|
31376
|
+
};
|
|
31377
|
+
validate(): void;
|
|
31378
|
+
constructor(map?: {
|
|
31379
|
+
[key: string]: any;
|
|
31380
|
+
});
|
|
31381
|
+
}
|
|
29817
31382
|
export declare class ExecuteBatchTaskHeaders extends $dara.Model {
|
|
29818
31383
|
commonHeaders?: {
|
|
29819
31384
|
[key: string]: string;
|
|
@@ -30698,6 +32263,147 @@ export declare class GetAllSheetsResponse extends $dara.Model {
|
|
|
30698
32263
|
[key: string]: any;
|
|
30699
32264
|
});
|
|
30700
32265
|
}
|
|
32266
|
+
export declare class GetAssistantCapabilityHeaders extends $dara.Model {
|
|
32267
|
+
commonHeaders?: {
|
|
32268
|
+
[key: string]: string;
|
|
32269
|
+
};
|
|
32270
|
+
/**
|
|
32271
|
+
* @example
|
|
32272
|
+
* 123456
|
|
32273
|
+
*/
|
|
32274
|
+
accountId?: string;
|
|
32275
|
+
static names(): {
|
|
32276
|
+
[key: string]: string;
|
|
32277
|
+
};
|
|
32278
|
+
static types(): {
|
|
32279
|
+
[key: string]: any;
|
|
32280
|
+
};
|
|
32281
|
+
validate(): void;
|
|
32282
|
+
constructor(map?: {
|
|
32283
|
+
[key: string]: any;
|
|
32284
|
+
});
|
|
32285
|
+
}
|
|
32286
|
+
export declare class GetAssistantCapabilityRequest extends $dara.Model {
|
|
32287
|
+
/**
|
|
32288
|
+
* @remarks
|
|
32289
|
+
* This parameter is required.
|
|
32290
|
+
*
|
|
32291
|
+
* @example
|
|
32292
|
+
* assistantId1
|
|
32293
|
+
*/
|
|
32294
|
+
assistantId?: string;
|
|
32295
|
+
/**
|
|
32296
|
+
* @remarks
|
|
32297
|
+
* This parameter is required.
|
|
32298
|
+
*
|
|
32299
|
+
* @example
|
|
32300
|
+
* []
|
|
32301
|
+
*/
|
|
32302
|
+
content?: GetAssistantCapabilityRequestContent[];
|
|
32303
|
+
/**
|
|
32304
|
+
* @example
|
|
32305
|
+
* id1
|
|
32306
|
+
*/
|
|
32307
|
+
id?: string;
|
|
32308
|
+
/**
|
|
32309
|
+
* @example
|
|
32310
|
+
* {}
|
|
32311
|
+
*/
|
|
32312
|
+
metadata?: {
|
|
32313
|
+
[key: string]: any;
|
|
32314
|
+
};
|
|
32315
|
+
/**
|
|
32316
|
+
* @example
|
|
32317
|
+
* originalAssistantId1
|
|
32318
|
+
*/
|
|
32319
|
+
originalAssistantId?: string;
|
|
32320
|
+
/**
|
|
32321
|
+
* @example
|
|
32322
|
+
* cfp
|
|
32323
|
+
*/
|
|
32324
|
+
protocol?: string;
|
|
32325
|
+
/**
|
|
32326
|
+
* @example
|
|
32327
|
+
* threadId
|
|
32328
|
+
*/
|
|
32329
|
+
threadId?: string;
|
|
32330
|
+
/**
|
|
32331
|
+
* @example
|
|
32332
|
+
* 5000
|
|
32333
|
+
*/
|
|
32334
|
+
timeout?: number;
|
|
32335
|
+
static names(): {
|
|
32336
|
+
[key: string]: string;
|
|
32337
|
+
};
|
|
32338
|
+
static types(): {
|
|
32339
|
+
[key: string]: any;
|
|
32340
|
+
};
|
|
32341
|
+
validate(): void;
|
|
32342
|
+
constructor(map?: {
|
|
32343
|
+
[key: string]: any;
|
|
32344
|
+
});
|
|
32345
|
+
}
|
|
32346
|
+
export declare class GetAssistantCapabilityResponseBody extends $dara.Model {
|
|
32347
|
+
/**
|
|
32348
|
+
* @example
|
|
32349
|
+
* 助理描述
|
|
32350
|
+
*/
|
|
32351
|
+
assistantDescription?: string;
|
|
32352
|
+
/**
|
|
32353
|
+
* @example
|
|
32354
|
+
* true
|
|
32355
|
+
*/
|
|
32356
|
+
canHandle?: boolean;
|
|
32357
|
+
/**
|
|
32358
|
+
* @example
|
|
32359
|
+
* {}
|
|
32360
|
+
*/
|
|
32361
|
+
capabilityAssessment?: GetAssistantCapabilityResponseBodyCapabilityAssessment;
|
|
32362
|
+
/**
|
|
32363
|
+
* @example
|
|
32364
|
+
* id1
|
|
32365
|
+
*/
|
|
32366
|
+
id?: string;
|
|
32367
|
+
/**
|
|
32368
|
+
* @example
|
|
32369
|
+
* {}
|
|
32370
|
+
*/
|
|
32371
|
+
metadata?: {
|
|
32372
|
+
[key: string]: any;
|
|
32373
|
+
};
|
|
32374
|
+
/**
|
|
32375
|
+
* @example
|
|
32376
|
+
* requestId
|
|
32377
|
+
*/
|
|
32378
|
+
requestId?: string;
|
|
32379
|
+
static names(): {
|
|
32380
|
+
[key: string]: string;
|
|
32381
|
+
};
|
|
32382
|
+
static types(): {
|
|
32383
|
+
[key: string]: any;
|
|
32384
|
+
};
|
|
32385
|
+
validate(): void;
|
|
32386
|
+
constructor(map?: {
|
|
32387
|
+
[key: string]: any;
|
|
32388
|
+
});
|
|
32389
|
+
}
|
|
32390
|
+
export declare class GetAssistantCapabilityResponse extends $dara.Model {
|
|
32391
|
+
headers?: {
|
|
32392
|
+
[key: string]: string;
|
|
32393
|
+
};
|
|
32394
|
+
statusCode?: number;
|
|
32395
|
+
body?: GetAssistantCapabilityResponseBody;
|
|
32396
|
+
static names(): {
|
|
32397
|
+
[key: string]: string;
|
|
32398
|
+
};
|
|
32399
|
+
static types(): {
|
|
32400
|
+
[key: string]: any;
|
|
32401
|
+
};
|
|
32402
|
+
validate(): void;
|
|
32403
|
+
constructor(map?: {
|
|
32404
|
+
[key: string]: any;
|
|
32405
|
+
});
|
|
32406
|
+
}
|
|
30701
32407
|
export declare class GetConversaionSpaceHeaders extends $dara.Model {
|
|
30702
32408
|
commonHeaders?: {
|
|
30703
32409
|
[key: string]: string;
|
|
@@ -41419,6 +43125,137 @@ export declare class ListNodesResponse extends $dara.Model {
|
|
|
41419
43125
|
[key: string]: any;
|
|
41420
43126
|
});
|
|
41421
43127
|
}
|
|
43128
|
+
export declare class ListPermissionsHeaders extends $dara.Model {
|
|
43129
|
+
commonHeaders?: {
|
|
43130
|
+
[key: string]: string;
|
|
43131
|
+
};
|
|
43132
|
+
accountContext?: ListPermissionsHeadersAccountContext;
|
|
43133
|
+
static names(): {
|
|
43134
|
+
[key: string]: string;
|
|
43135
|
+
};
|
|
43136
|
+
static types(): {
|
|
43137
|
+
[key: string]: any;
|
|
43138
|
+
};
|
|
43139
|
+
validate(): void;
|
|
43140
|
+
constructor(map?: {
|
|
43141
|
+
[key: string]: any;
|
|
43142
|
+
});
|
|
43143
|
+
}
|
|
43144
|
+
export declare class ListPermissionsShrinkHeaders extends $dara.Model {
|
|
43145
|
+
commonHeaders?: {
|
|
43146
|
+
[key: string]: string;
|
|
43147
|
+
};
|
|
43148
|
+
accountContextShrink?: string;
|
|
43149
|
+
static names(): {
|
|
43150
|
+
[key: string]: string;
|
|
43151
|
+
};
|
|
43152
|
+
static types(): {
|
|
43153
|
+
[key: string]: any;
|
|
43154
|
+
};
|
|
43155
|
+
validate(): void;
|
|
43156
|
+
constructor(map?: {
|
|
43157
|
+
[key: string]: any;
|
|
43158
|
+
});
|
|
43159
|
+
}
|
|
43160
|
+
export declare class ListPermissionsRequest extends $dara.Model {
|
|
43161
|
+
/**
|
|
43162
|
+
* @remarks
|
|
43163
|
+
* This parameter is required.
|
|
43164
|
+
*
|
|
43165
|
+
* @example
|
|
43166
|
+
* KGZLxjv9VGkoG9YwHE5wx7k2V6EDybno
|
|
43167
|
+
*/
|
|
43168
|
+
dentryUuid?: string;
|
|
43169
|
+
option?: ListPermissionsRequestOption;
|
|
43170
|
+
tenantContext?: ListPermissionsRequestTenantContext;
|
|
43171
|
+
static names(): {
|
|
43172
|
+
[key: string]: string;
|
|
43173
|
+
};
|
|
43174
|
+
static types(): {
|
|
43175
|
+
[key: string]: any;
|
|
43176
|
+
};
|
|
43177
|
+
validate(): void;
|
|
43178
|
+
constructor(map?: {
|
|
43179
|
+
[key: string]: any;
|
|
43180
|
+
});
|
|
43181
|
+
}
|
|
43182
|
+
export declare class ListPermissionsShrinkRequest extends $dara.Model {
|
|
43183
|
+
/**
|
|
43184
|
+
* @remarks
|
|
43185
|
+
* This parameter is required.
|
|
43186
|
+
*
|
|
43187
|
+
* @example
|
|
43188
|
+
* KGZLxjv9VGkoG9YwHE5wx7k2V6EDybno
|
|
43189
|
+
*/
|
|
43190
|
+
dentryUuid?: string;
|
|
43191
|
+
optionShrink?: string;
|
|
43192
|
+
tenantContextShrink?: string;
|
|
43193
|
+
static names(): {
|
|
43194
|
+
[key: string]: string;
|
|
43195
|
+
};
|
|
43196
|
+
static types(): {
|
|
43197
|
+
[key: string]: any;
|
|
43198
|
+
};
|
|
43199
|
+
validate(): void;
|
|
43200
|
+
constructor(map?: {
|
|
43201
|
+
[key: string]: any;
|
|
43202
|
+
});
|
|
43203
|
+
}
|
|
43204
|
+
export declare class ListPermissionsResponseBody extends $dara.Model {
|
|
43205
|
+
/**
|
|
43206
|
+
* @example
|
|
43207
|
+
* 59886
|
|
43208
|
+
*/
|
|
43209
|
+
duration?: number;
|
|
43210
|
+
/**
|
|
43211
|
+
* @example
|
|
43212
|
+
* 1
|
|
43213
|
+
*/
|
|
43214
|
+
nextToken?: string;
|
|
43215
|
+
permissions?: ListPermissionsResponseBodyPermissions[];
|
|
43216
|
+
/**
|
|
43217
|
+
* @example
|
|
43218
|
+
* 0FAAEC9C-C6C8-5C87-AF8E-1195889BBXXX
|
|
43219
|
+
*/
|
|
43220
|
+
requestId?: string;
|
|
43221
|
+
/**
|
|
43222
|
+
* @example
|
|
43223
|
+
* 0FAAEC9C-C6C8-5C87-AF8E-1195889BBXXX
|
|
43224
|
+
*/
|
|
43225
|
+
vendorRequestId?: string;
|
|
43226
|
+
/**
|
|
43227
|
+
* @example
|
|
43228
|
+
* dingtalk
|
|
43229
|
+
*/
|
|
43230
|
+
vendorType?: string;
|
|
43231
|
+
static names(): {
|
|
43232
|
+
[key: string]: string;
|
|
43233
|
+
};
|
|
43234
|
+
static types(): {
|
|
43235
|
+
[key: string]: any;
|
|
43236
|
+
};
|
|
43237
|
+
validate(): void;
|
|
43238
|
+
constructor(map?: {
|
|
43239
|
+
[key: string]: any;
|
|
43240
|
+
});
|
|
43241
|
+
}
|
|
43242
|
+
export declare class ListPermissionsResponse extends $dara.Model {
|
|
43243
|
+
headers?: {
|
|
43244
|
+
[key: string]: string;
|
|
43245
|
+
};
|
|
43246
|
+
statusCode?: number;
|
|
43247
|
+
body?: ListPermissionsResponseBody;
|
|
43248
|
+
static names(): {
|
|
43249
|
+
[key: string]: string;
|
|
43250
|
+
};
|
|
43251
|
+
static types(): {
|
|
43252
|
+
[key: string]: any;
|
|
43253
|
+
};
|
|
43254
|
+
validate(): void;
|
|
43255
|
+
constructor(map?: {
|
|
43256
|
+
[key: string]: any;
|
|
43257
|
+
});
|
|
43258
|
+
}
|
|
41422
43259
|
export declare class ListReportHeaders extends $dara.Model {
|
|
41423
43260
|
commonHeaders?: {
|
|
41424
43261
|
[key: string]: string;
|
|
@@ -52095,6 +53932,145 @@ export declare class UpdateMeetingRoomGroupResponse extends $dara.Model {
|
|
|
52095
53932
|
[key: string]: any;
|
|
52096
53933
|
});
|
|
52097
53934
|
}
|
|
53935
|
+
export declare class UpdatePermissionHeaders extends $dara.Model {
|
|
53936
|
+
commonHeaders?: {
|
|
53937
|
+
[key: string]: string;
|
|
53938
|
+
};
|
|
53939
|
+
accountContext?: UpdatePermissionHeadersAccountContext;
|
|
53940
|
+
static names(): {
|
|
53941
|
+
[key: string]: string;
|
|
53942
|
+
};
|
|
53943
|
+
static types(): {
|
|
53944
|
+
[key: string]: any;
|
|
53945
|
+
};
|
|
53946
|
+
validate(): void;
|
|
53947
|
+
constructor(map?: {
|
|
53948
|
+
[key: string]: any;
|
|
53949
|
+
});
|
|
53950
|
+
}
|
|
53951
|
+
export declare class UpdatePermissionShrinkHeaders extends $dara.Model {
|
|
53952
|
+
commonHeaders?: {
|
|
53953
|
+
[key: string]: string;
|
|
53954
|
+
};
|
|
53955
|
+
accountContextShrink?: string;
|
|
53956
|
+
static names(): {
|
|
53957
|
+
[key: string]: string;
|
|
53958
|
+
};
|
|
53959
|
+
static types(): {
|
|
53960
|
+
[key: string]: any;
|
|
53961
|
+
};
|
|
53962
|
+
validate(): void;
|
|
53963
|
+
constructor(map?: {
|
|
53964
|
+
[key: string]: any;
|
|
53965
|
+
});
|
|
53966
|
+
}
|
|
53967
|
+
export declare class UpdatePermissionRequest extends $dara.Model {
|
|
53968
|
+
/**
|
|
53969
|
+
* @example
|
|
53970
|
+
* kDnRL6jAJMLgNkw7tBnw5aY4VyMoPYe1
|
|
53971
|
+
*/
|
|
53972
|
+
dentryUuid?: string;
|
|
53973
|
+
/**
|
|
53974
|
+
* @remarks
|
|
53975
|
+
* This parameter is required.
|
|
53976
|
+
*/
|
|
53977
|
+
members?: UpdatePermissionRequestMembers[];
|
|
53978
|
+
option?: UpdatePermissionRequestOption;
|
|
53979
|
+
/**
|
|
53980
|
+
* @example
|
|
53981
|
+
* READER
|
|
53982
|
+
*/
|
|
53983
|
+
roleId?: string;
|
|
53984
|
+
tenantContext?: UpdatePermissionRequestTenantContext;
|
|
53985
|
+
static names(): {
|
|
53986
|
+
[key: string]: string;
|
|
53987
|
+
};
|
|
53988
|
+
static types(): {
|
|
53989
|
+
[key: string]: any;
|
|
53990
|
+
};
|
|
53991
|
+
validate(): void;
|
|
53992
|
+
constructor(map?: {
|
|
53993
|
+
[key: string]: any;
|
|
53994
|
+
});
|
|
53995
|
+
}
|
|
53996
|
+
export declare class UpdatePermissionShrinkRequest extends $dara.Model {
|
|
53997
|
+
/**
|
|
53998
|
+
* @example
|
|
53999
|
+
* kDnRL6jAJMLgNkw7tBnw5aY4VyMoPYe1
|
|
54000
|
+
*/
|
|
54001
|
+
dentryUuid?: string;
|
|
54002
|
+
/**
|
|
54003
|
+
* @remarks
|
|
54004
|
+
* This parameter is required.
|
|
54005
|
+
*/
|
|
54006
|
+
membersShrink?: string;
|
|
54007
|
+
optionShrink?: string;
|
|
54008
|
+
/**
|
|
54009
|
+
* @example
|
|
54010
|
+
* READER
|
|
54011
|
+
*/
|
|
54012
|
+
roleId?: string;
|
|
54013
|
+
tenantContextShrink?: string;
|
|
54014
|
+
static names(): {
|
|
54015
|
+
[key: string]: string;
|
|
54016
|
+
};
|
|
54017
|
+
static types(): {
|
|
54018
|
+
[key: string]: any;
|
|
54019
|
+
};
|
|
54020
|
+
validate(): void;
|
|
54021
|
+
constructor(map?: {
|
|
54022
|
+
[key: string]: any;
|
|
54023
|
+
});
|
|
54024
|
+
}
|
|
54025
|
+
export declare class UpdatePermissionResponseBody extends $dara.Model {
|
|
54026
|
+
/**
|
|
54027
|
+
* @example
|
|
54028
|
+
* 0FAAEC9C-C6C8-5C87-AF8E-1195889BBXXX
|
|
54029
|
+
*/
|
|
54030
|
+
requestId?: string;
|
|
54031
|
+
/**
|
|
54032
|
+
* @example
|
|
54033
|
+
* true
|
|
54034
|
+
*/
|
|
54035
|
+
success?: boolean;
|
|
54036
|
+
/**
|
|
54037
|
+
* @example
|
|
54038
|
+
* 0FAAEC9C-C6C8-5C87-AF8E-1195889BBXXX
|
|
54039
|
+
*/
|
|
54040
|
+
vendorRequestId?: string;
|
|
54041
|
+
/**
|
|
54042
|
+
* @example
|
|
54043
|
+
* dingtalk
|
|
54044
|
+
*/
|
|
54045
|
+
vendorType?: string;
|
|
54046
|
+
static names(): {
|
|
54047
|
+
[key: string]: string;
|
|
54048
|
+
};
|
|
54049
|
+
static types(): {
|
|
54050
|
+
[key: string]: any;
|
|
54051
|
+
};
|
|
54052
|
+
validate(): void;
|
|
54053
|
+
constructor(map?: {
|
|
54054
|
+
[key: string]: any;
|
|
54055
|
+
});
|
|
54056
|
+
}
|
|
54057
|
+
export declare class UpdatePermissionResponse extends $dara.Model {
|
|
54058
|
+
headers?: {
|
|
54059
|
+
[key: string]: string;
|
|
54060
|
+
};
|
|
54061
|
+
statusCode?: number;
|
|
54062
|
+
body?: UpdatePermissionResponseBody;
|
|
54063
|
+
static names(): {
|
|
54064
|
+
[key: string]: string;
|
|
54065
|
+
};
|
|
54066
|
+
static types(): {
|
|
54067
|
+
[key: string]: any;
|
|
54068
|
+
};
|
|
54069
|
+
validate(): void;
|
|
54070
|
+
constructor(map?: {
|
|
54071
|
+
[key: string]: any;
|
|
54072
|
+
});
|
|
54073
|
+
}
|
|
52098
54074
|
export declare class UpdateRangeHeaders extends $dara.Model {
|
|
52099
54075
|
commonHeaders?: {
|
|
52100
54076
|
[key: string]: string;
|
|
@@ -54052,6 +56028,22 @@ export default class Client extends OpenApi {
|
|
|
54052
56028
|
* @returns AddDriveSpaceResponse
|
|
54053
56029
|
*/
|
|
54054
56030
|
addDriveSpace(request: AddDriveSpaceRequest): Promise<AddDriveSpaceResponse>;
|
|
56031
|
+
/**
|
|
56032
|
+
* 添加文件夹
|
|
56033
|
+
*
|
|
56034
|
+
* @param tmpReq - AddFolderRequest
|
|
56035
|
+
* @param tmpHeader - AddFolderHeaders
|
|
56036
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
56037
|
+
* @returns AddFolderResponse
|
|
56038
|
+
*/
|
|
56039
|
+
addFolderWithOptions(tmpReq: AddFolderRequest, tmpHeader: AddFolderHeaders, runtime: $dara.RuntimeOptions): Promise<AddFolderResponse>;
|
|
56040
|
+
/**
|
|
56041
|
+
* 添加文件夹
|
|
56042
|
+
*
|
|
56043
|
+
* @param request - AddFolderRequest
|
|
56044
|
+
* @returns AddFolderResponse
|
|
56045
|
+
*/
|
|
56046
|
+
addFolder(request: AddFolderRequest): Promise<AddFolderResponse>;
|
|
54055
56047
|
/**
|
|
54056
56048
|
* 预定会议室
|
|
54057
56049
|
*
|
|
@@ -54068,6 +56060,22 @@ export default class Client extends OpenApi {
|
|
|
54068
56060
|
* @returns AddMeetingRoomsResponse
|
|
54069
56061
|
*/
|
|
54070
56062
|
addMeetingRooms(request: AddMeetingRoomsRequest): Promise<AddMeetingRoomsResponse>;
|
|
56063
|
+
/**
|
|
56064
|
+
* 添加文件权限
|
|
56065
|
+
*
|
|
56066
|
+
* @param tmpReq - AddPermissionRequest
|
|
56067
|
+
* @param tmpHeader - AddPermissionHeaders
|
|
56068
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
56069
|
+
* @returns AddPermissionResponse
|
|
56070
|
+
*/
|
|
56071
|
+
addPermissionWithOptions(tmpReq: AddPermissionRequest, tmpHeader: AddPermissionHeaders, runtime: $dara.RuntimeOptions): Promise<AddPermissionResponse>;
|
|
56072
|
+
/**
|
|
56073
|
+
* 添加文件权限
|
|
56074
|
+
*
|
|
56075
|
+
* @param request - AddPermissionRequest
|
|
56076
|
+
* @returns AddPermissionResponse
|
|
56077
|
+
*/
|
|
56078
|
+
addPermission(request: AddPermissionRequest): Promise<AddPermissionResponse>;
|
|
54071
56079
|
/**
|
|
54072
56080
|
* 添加闪记权限
|
|
54073
56081
|
*
|
|
@@ -54804,6 +56812,22 @@ export default class Client extends OpenApi {
|
|
|
54804
56812
|
* @returns DeleteColumnsResponse
|
|
54805
56813
|
*/
|
|
54806
56814
|
deleteColumns(request: DeleteColumnsRequest): Promise<DeleteColumnsResponse>;
|
|
56815
|
+
/**
|
|
56816
|
+
* 删除文件或文件夹
|
|
56817
|
+
*
|
|
56818
|
+
* @param tmpReq - DeleteDentryRequest
|
|
56819
|
+
* @param tmpHeader - DeleteDentryHeaders
|
|
56820
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
56821
|
+
* @returns DeleteDentryResponse
|
|
56822
|
+
*/
|
|
56823
|
+
deleteDentryWithOptions(tmpReq: DeleteDentryRequest, tmpHeader: DeleteDentryHeaders, runtime: $dara.RuntimeOptions): Promise<DeleteDentryResponse>;
|
|
56824
|
+
/**
|
|
56825
|
+
* 删除文件或文件夹
|
|
56826
|
+
*
|
|
56827
|
+
* @param request - DeleteDentryRequest
|
|
56828
|
+
* @returns DeleteDentryResponse
|
|
56829
|
+
*/
|
|
56830
|
+
deleteDentry(request: DeleteDentryRequest): Promise<DeleteDentryResponse>;
|
|
54807
56831
|
/**
|
|
54808
56832
|
* 删除钉盘空间
|
|
54809
56833
|
*
|
|
@@ -54912,6 +56936,22 @@ export default class Client extends OpenApi {
|
|
|
54912
56936
|
* @returns DeleteMeetingRoomGroupResponse
|
|
54913
56937
|
*/
|
|
54914
56938
|
deleteMeetingRoomGroup(request: DeleteMeetingRoomGroupRequest): Promise<DeleteMeetingRoomGroupResponse>;
|
|
56939
|
+
/**
|
|
56940
|
+
* 删除文件权限
|
|
56941
|
+
*
|
|
56942
|
+
* @param tmpReq - DeletePermissionRequest
|
|
56943
|
+
* @param tmpHeader - DeletePermissionHeaders
|
|
56944
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
56945
|
+
* @returns DeletePermissionResponse
|
|
56946
|
+
*/
|
|
56947
|
+
deletePermissionWithOptions(tmpReq: DeletePermissionRequest, tmpHeader: DeletePermissionHeaders, runtime: $dara.RuntimeOptions): Promise<DeletePermissionResponse>;
|
|
56948
|
+
/**
|
|
56949
|
+
* 删除文件权限
|
|
56950
|
+
*
|
|
56951
|
+
* @param request - DeletePermissionRequest
|
|
56952
|
+
* @returns DeletePermissionResponse
|
|
56953
|
+
*/
|
|
56954
|
+
deletePermission(request: DeletePermissionRequest): Promise<DeletePermissionResponse>;
|
|
54915
56955
|
/**
|
|
54916
56956
|
* 删除指定行
|
|
54917
56957
|
*
|
|
@@ -55024,6 +57064,22 @@ export default class Client extends OpenApi {
|
|
|
55024
57064
|
* @returns DeleteWorkspaceMembersResponse
|
|
55025
57065
|
*/
|
|
55026
57066
|
deleteWorkspaceMembers(request: DeleteWorkspaceMembersRequest): Promise<DeleteWorkspaceMembersResponse>;
|
|
57067
|
+
/**
|
|
57068
|
+
* 覆写文档
|
|
57069
|
+
*
|
|
57070
|
+
* @param tmpReq - DocUpdateContentRequest
|
|
57071
|
+
* @param tmpHeader - DocUpdateContentHeaders
|
|
57072
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
57073
|
+
* @returns DocUpdateContentResponse
|
|
57074
|
+
*/
|
|
57075
|
+
docUpdateContentWithOptions(tmpReq: DocUpdateContentRequest, tmpHeader: DocUpdateContentHeaders, runtime: $dara.RuntimeOptions): Promise<DocUpdateContentResponse>;
|
|
57076
|
+
/**
|
|
57077
|
+
* 覆写文档
|
|
57078
|
+
*
|
|
57079
|
+
* @param request - DocUpdateContentRequest
|
|
57080
|
+
* @returns DocUpdateContentResponse
|
|
57081
|
+
*/
|
|
57082
|
+
docUpdateContent(request: DocUpdateContentRequest): Promise<DocUpdateContentResponse>;
|
|
55027
57083
|
/**
|
|
55028
57084
|
* 批量执行宜搭审批任务
|
|
55029
57085
|
*
|
|
@@ -55136,6 +57192,22 @@ export default class Client extends OpenApi {
|
|
|
55136
57192
|
* @returns GetAllSheetsResponse
|
|
55137
57193
|
*/
|
|
55138
57194
|
getAllSheets(request: GetAllSheetsRequest): Promise<GetAllSheetsResponse>;
|
|
57195
|
+
/**
|
|
57196
|
+
* 获取助理能力
|
|
57197
|
+
*
|
|
57198
|
+
* @param request - GetAssistantCapabilityRequest
|
|
57199
|
+
* @param headers - GetAssistantCapabilityHeaders
|
|
57200
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
57201
|
+
* @returns GetAssistantCapabilityResponse
|
|
57202
|
+
*/
|
|
57203
|
+
getAssistantCapabilityWithOptions(request: GetAssistantCapabilityRequest, headers: GetAssistantCapabilityHeaders, runtime: $dara.RuntimeOptions): Promise<GetAssistantCapabilityResponse>;
|
|
57204
|
+
/**
|
|
57205
|
+
* 获取助理能力
|
|
57206
|
+
*
|
|
57207
|
+
* @param request - GetAssistantCapabilityRequest
|
|
57208
|
+
* @returns GetAssistantCapabilityResponse
|
|
57209
|
+
*/
|
|
57210
|
+
getAssistantCapability(request: GetAssistantCapabilityRequest): Promise<GetAssistantCapabilityResponse>;
|
|
55139
57211
|
/**
|
|
55140
57212
|
* 获取群存储空间信息
|
|
55141
57213
|
*
|
|
@@ -56344,6 +58416,22 @@ export default class Client extends OpenApi {
|
|
|
56344
58416
|
* @returns ListNodesResponse
|
|
56345
58417
|
*/
|
|
56346
58418
|
listNodes(request: ListNodesRequest): Promise<ListNodesResponse>;
|
|
58419
|
+
/**
|
|
58420
|
+
* 获取文件权限列表
|
|
58421
|
+
*
|
|
58422
|
+
* @param tmpReq - ListPermissionsRequest
|
|
58423
|
+
* @param tmpHeader - ListPermissionsHeaders
|
|
58424
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
58425
|
+
* @returns ListPermissionsResponse
|
|
58426
|
+
*/
|
|
58427
|
+
listPermissionsWithOptions(tmpReq: ListPermissionsRequest, tmpHeader: ListPermissionsHeaders, runtime: $dara.RuntimeOptions): Promise<ListPermissionsResponse>;
|
|
58428
|
+
/**
|
|
58429
|
+
* 获取文件权限列表
|
|
58430
|
+
*
|
|
58431
|
+
* @param request - ListPermissionsRequest
|
|
58432
|
+
* @returns ListPermissionsResponse
|
|
58433
|
+
*/
|
|
58434
|
+
listPermissions(request: ListPermissionsRequest): Promise<ListPermissionsResponse>;
|
|
56347
58435
|
/**
|
|
56348
58436
|
* 获取用户发出的日志列表
|
|
56349
58437
|
*
|
|
@@ -57528,6 +59616,22 @@ export default class Client extends OpenApi {
|
|
|
57528
59616
|
* @returns UpdateMeetingRoomGroupResponse
|
|
57529
59617
|
*/
|
|
57530
59618
|
updateMeetingRoomGroup(request: UpdateMeetingRoomGroupRequest): Promise<UpdateMeetingRoomGroupResponse>;
|
|
59619
|
+
/**
|
|
59620
|
+
* 更新文件权限
|
|
59621
|
+
*
|
|
59622
|
+
* @param tmpReq - UpdatePermissionRequest
|
|
59623
|
+
* @param tmpHeader - UpdatePermissionHeaders
|
|
59624
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
59625
|
+
* @returns UpdatePermissionResponse
|
|
59626
|
+
*/
|
|
59627
|
+
updatePermissionWithOptions(tmpReq: UpdatePermissionRequest, tmpHeader: UpdatePermissionHeaders, runtime: $dara.RuntimeOptions): Promise<UpdatePermissionResponse>;
|
|
59628
|
+
/**
|
|
59629
|
+
* 更新文件权限
|
|
59630
|
+
*
|
|
59631
|
+
* @param request - UpdatePermissionRequest
|
|
59632
|
+
* @returns UpdatePermissionResponse
|
|
59633
|
+
*/
|
|
59634
|
+
updatePermission(request: UpdatePermissionRequest): Promise<UpdatePermissionResponse>;
|
|
57531
59635
|
/**
|
|
57532
59636
|
* 更新单元格区域
|
|
57533
59637
|
*
|