@alicloud/aliding20230426 2.21.0 → 2.22.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/client.d.ts +1534 -50
- package/dist/client.js +1457 -45
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +2828 -441
package/dist/client.d.ts
CHANGED
|
@@ -3206,6 +3206,270 @@ export declare class CommitFileResponse extends $tea.Model {
|
|
|
3206
3206
|
[key: string]: any;
|
|
3207
3207
|
});
|
|
3208
3208
|
}
|
|
3209
|
+
export declare class CopyDentryHeaders extends $tea.Model {
|
|
3210
|
+
commonHeaders?: {
|
|
3211
|
+
[key: string]: string;
|
|
3212
|
+
};
|
|
3213
|
+
accountContext?: CopyDentryHeadersAccountContext;
|
|
3214
|
+
static names(): {
|
|
3215
|
+
[key: string]: string;
|
|
3216
|
+
};
|
|
3217
|
+
static types(): {
|
|
3218
|
+
[key: string]: any;
|
|
3219
|
+
};
|
|
3220
|
+
constructor(map?: {
|
|
3221
|
+
[key: string]: any;
|
|
3222
|
+
});
|
|
3223
|
+
}
|
|
3224
|
+
export declare class CopyDentryShrinkHeaders extends $tea.Model {
|
|
3225
|
+
commonHeaders?: {
|
|
3226
|
+
[key: string]: string;
|
|
3227
|
+
};
|
|
3228
|
+
accountContextShrink?: string;
|
|
3229
|
+
static names(): {
|
|
3230
|
+
[key: string]: string;
|
|
3231
|
+
};
|
|
3232
|
+
static types(): {
|
|
3233
|
+
[key: string]: any;
|
|
3234
|
+
};
|
|
3235
|
+
constructor(map?: {
|
|
3236
|
+
[key: string]: any;
|
|
3237
|
+
});
|
|
3238
|
+
}
|
|
3239
|
+
export declare class CopyDentryRequest extends $tea.Model {
|
|
3240
|
+
/**
|
|
3241
|
+
* @remarks
|
|
3242
|
+
* This parameter is required.
|
|
3243
|
+
*
|
|
3244
|
+
* @example
|
|
3245
|
+
* b9XJljElJv6RPGyA
|
|
3246
|
+
*/
|
|
3247
|
+
dentryId?: string;
|
|
3248
|
+
/**
|
|
3249
|
+
* @remarks
|
|
3250
|
+
* This parameter is required.
|
|
3251
|
+
*/
|
|
3252
|
+
name?: string;
|
|
3253
|
+
/**
|
|
3254
|
+
* @remarks
|
|
3255
|
+
* This parameter is required.
|
|
3256
|
+
*
|
|
3257
|
+
* @example
|
|
3258
|
+
* 24458420428
|
|
3259
|
+
*/
|
|
3260
|
+
spaceId?: string;
|
|
3261
|
+
/**
|
|
3262
|
+
* @remarks
|
|
3263
|
+
* This parameter is required.
|
|
3264
|
+
*
|
|
3265
|
+
* @example
|
|
3266
|
+
* b9XJljElJv6RPG
|
|
3267
|
+
*/
|
|
3268
|
+
targetSpaceId?: string;
|
|
3269
|
+
tenantContext?: CopyDentryRequestTenantContext;
|
|
3270
|
+
/**
|
|
3271
|
+
* @example
|
|
3272
|
+
* b9XJljElJv6RPGyA2
|
|
3273
|
+
*/
|
|
3274
|
+
toNextDentryId?: string;
|
|
3275
|
+
/**
|
|
3276
|
+
* @example
|
|
3277
|
+
* b9XJljElJv6RPGyA4
|
|
3278
|
+
*/
|
|
3279
|
+
toParentDentryId?: string;
|
|
3280
|
+
/**
|
|
3281
|
+
* @example
|
|
3282
|
+
* b9XJljElJv6RPGyA3
|
|
3283
|
+
*/
|
|
3284
|
+
toPrevDentryId?: string;
|
|
3285
|
+
static names(): {
|
|
3286
|
+
[key: string]: string;
|
|
3287
|
+
};
|
|
3288
|
+
static types(): {
|
|
3289
|
+
[key: string]: any;
|
|
3290
|
+
};
|
|
3291
|
+
constructor(map?: {
|
|
3292
|
+
[key: string]: any;
|
|
3293
|
+
});
|
|
3294
|
+
}
|
|
3295
|
+
export declare class CopyDentryShrinkRequest extends $tea.Model {
|
|
3296
|
+
/**
|
|
3297
|
+
* @remarks
|
|
3298
|
+
* This parameter is required.
|
|
3299
|
+
*
|
|
3300
|
+
* @example
|
|
3301
|
+
* b9XJljElJv6RPGyA
|
|
3302
|
+
*/
|
|
3303
|
+
dentryId?: string;
|
|
3304
|
+
/**
|
|
3305
|
+
* @remarks
|
|
3306
|
+
* This parameter is required.
|
|
3307
|
+
*/
|
|
3308
|
+
name?: string;
|
|
3309
|
+
/**
|
|
3310
|
+
* @remarks
|
|
3311
|
+
* This parameter is required.
|
|
3312
|
+
*
|
|
3313
|
+
* @example
|
|
3314
|
+
* 24458420428
|
|
3315
|
+
*/
|
|
3316
|
+
spaceId?: string;
|
|
3317
|
+
/**
|
|
3318
|
+
* @remarks
|
|
3319
|
+
* This parameter is required.
|
|
3320
|
+
*
|
|
3321
|
+
* @example
|
|
3322
|
+
* b9XJljElJv6RPG
|
|
3323
|
+
*/
|
|
3324
|
+
targetSpaceId?: string;
|
|
3325
|
+
tenantContextShrink?: string;
|
|
3326
|
+
/**
|
|
3327
|
+
* @example
|
|
3328
|
+
* b9XJljElJv6RPGyA2
|
|
3329
|
+
*/
|
|
3330
|
+
toNextDentryId?: string;
|
|
3331
|
+
/**
|
|
3332
|
+
* @example
|
|
3333
|
+
* b9XJljElJv6RPGyA4
|
|
3334
|
+
*/
|
|
3335
|
+
toParentDentryId?: string;
|
|
3336
|
+
/**
|
|
3337
|
+
* @example
|
|
3338
|
+
* b9XJljElJv6RPGyA3
|
|
3339
|
+
*/
|
|
3340
|
+
toPrevDentryId?: string;
|
|
3341
|
+
static names(): {
|
|
3342
|
+
[key: string]: string;
|
|
3343
|
+
};
|
|
3344
|
+
static types(): {
|
|
3345
|
+
[key: string]: any;
|
|
3346
|
+
};
|
|
3347
|
+
constructor(map?: {
|
|
3348
|
+
[key: string]: any;
|
|
3349
|
+
});
|
|
3350
|
+
}
|
|
3351
|
+
export declare class CopyDentryResponseBody extends $tea.Model {
|
|
3352
|
+
/**
|
|
3353
|
+
* @example
|
|
3354
|
+
* alidoc
|
|
3355
|
+
*/
|
|
3356
|
+
contentType?: string;
|
|
3357
|
+
/**
|
|
3358
|
+
* @example
|
|
3359
|
+
* 12345678
|
|
3360
|
+
*/
|
|
3361
|
+
createdTime?: number;
|
|
3362
|
+
creator?: {
|
|
3363
|
+
[key: string]: any;
|
|
3364
|
+
};
|
|
3365
|
+
/**
|
|
3366
|
+
* @example
|
|
3367
|
+
* abc
|
|
3368
|
+
*/
|
|
3369
|
+
dentryId?: string;
|
|
3370
|
+
/**
|
|
3371
|
+
* @example
|
|
3372
|
+
* file
|
|
3373
|
+
*/
|
|
3374
|
+
dentryType?: string;
|
|
3375
|
+
/**
|
|
3376
|
+
* @example
|
|
3377
|
+
* cdefg
|
|
3378
|
+
*/
|
|
3379
|
+
dentryUuid?: string;
|
|
3380
|
+
/**
|
|
3381
|
+
* @example
|
|
3382
|
+
* aabbcc
|
|
3383
|
+
*/
|
|
3384
|
+
docKey?: string;
|
|
3385
|
+
/**
|
|
3386
|
+
* @example
|
|
3387
|
+
* alidoc
|
|
3388
|
+
*/
|
|
3389
|
+
extension?: string;
|
|
3390
|
+
/**
|
|
3391
|
+
* @example
|
|
3392
|
+
* false
|
|
3393
|
+
*/
|
|
3394
|
+
hasChildren?: boolean;
|
|
3395
|
+
linkSourceInfo?: CopyDentryResponseBodyLinkSourceInfo;
|
|
3396
|
+
/**
|
|
3397
|
+
* @example
|
|
3398
|
+
* hello
|
|
3399
|
+
*/
|
|
3400
|
+
name?: string;
|
|
3401
|
+
/**
|
|
3402
|
+
* @example
|
|
3403
|
+
* 测试组织/测试知识库/abc
|
|
3404
|
+
*/
|
|
3405
|
+
path?: string;
|
|
3406
|
+
/**
|
|
3407
|
+
* @example
|
|
3408
|
+
* 0FAAEC9C-C6C8-5C87-AF8E-1195889BBXXX
|
|
3409
|
+
*/
|
|
3410
|
+
requestId?: string;
|
|
3411
|
+
space?: CopyDentryResponseBodySpace;
|
|
3412
|
+
/**
|
|
3413
|
+
* @example
|
|
3414
|
+
* bcd
|
|
3415
|
+
*/
|
|
3416
|
+
spaceId?: string;
|
|
3417
|
+
/**
|
|
3418
|
+
* @example
|
|
3419
|
+
* 12345678
|
|
3420
|
+
*/
|
|
3421
|
+
updatedTime?: number;
|
|
3422
|
+
/**
|
|
3423
|
+
* @example
|
|
3424
|
+
* {\\"UserId\\": \\"353851\\", \\"Name\\": u\\"\\u848b\\u7fbd\\u4e2d\\"}
|
|
3425
|
+
*/
|
|
3426
|
+
updater?: {
|
|
3427
|
+
[key: string]: any;
|
|
3428
|
+
};
|
|
3429
|
+
/**
|
|
3430
|
+
* @example
|
|
3431
|
+
* https://xxx.yy
|
|
3432
|
+
*/
|
|
3433
|
+
url?: string;
|
|
3434
|
+
/**
|
|
3435
|
+
* @example
|
|
3436
|
+
* 0FAAEC9C-C6C8-5C87-AF8E-1195889BBXXX
|
|
3437
|
+
*/
|
|
3438
|
+
vendorRequestId?: string;
|
|
3439
|
+
/**
|
|
3440
|
+
* @example
|
|
3441
|
+
* dingtalk
|
|
3442
|
+
*/
|
|
3443
|
+
vendorType?: string;
|
|
3444
|
+
visitorInfo?: {
|
|
3445
|
+
[key: string]: any;
|
|
3446
|
+
};
|
|
3447
|
+
static names(): {
|
|
3448
|
+
[key: string]: string;
|
|
3449
|
+
};
|
|
3450
|
+
static types(): {
|
|
3451
|
+
[key: string]: any;
|
|
3452
|
+
};
|
|
3453
|
+
constructor(map?: {
|
|
3454
|
+
[key: string]: any;
|
|
3455
|
+
});
|
|
3456
|
+
}
|
|
3457
|
+
export declare class CopyDentryResponse extends $tea.Model {
|
|
3458
|
+
headers?: {
|
|
3459
|
+
[key: string]: string;
|
|
3460
|
+
};
|
|
3461
|
+
statusCode?: number;
|
|
3462
|
+
body?: CopyDentryResponseBody;
|
|
3463
|
+
static names(): {
|
|
3464
|
+
[key: string]: string;
|
|
3465
|
+
};
|
|
3466
|
+
static types(): {
|
|
3467
|
+
[key: string]: any;
|
|
3468
|
+
};
|
|
3469
|
+
constructor(map?: {
|
|
3470
|
+
[key: string]: any;
|
|
3471
|
+
});
|
|
3472
|
+
}
|
|
3209
3473
|
export declare class CreateDeliveryPlanHeaders extends $tea.Model {
|
|
3210
3474
|
commonHeaders?: {
|
|
3211
3475
|
[key: string]: string;
|
|
@@ -4549,6 +4813,11 @@ export declare class CreatePersonalTodoTaskRequest extends $tea.Model {
|
|
|
4549
4813
|
* [ "012345" ]
|
|
4550
4814
|
*/
|
|
4551
4815
|
participantIds?: string[];
|
|
4816
|
+
/**
|
|
4817
|
+
* @example
|
|
4818
|
+
* 1703750708595
|
|
4819
|
+
*/
|
|
4820
|
+
reminderTimeStamp?: number;
|
|
4552
4821
|
/**
|
|
4553
4822
|
* @remarks
|
|
4554
4823
|
* This parameter is required.
|
|
@@ -4593,6 +4862,11 @@ export declare class CreatePersonalTodoTaskShrinkRequest extends $tea.Model {
|
|
|
4593
4862
|
* [ "012345" ]
|
|
4594
4863
|
*/
|
|
4595
4864
|
participantIdsShrink?: string;
|
|
4865
|
+
/**
|
|
4866
|
+
* @example
|
|
4867
|
+
* 1703750708595
|
|
4868
|
+
*/
|
|
4869
|
+
reminderTimeStamp?: number;
|
|
4596
4870
|
/**
|
|
4597
4871
|
* @remarks
|
|
4598
4872
|
* This parameter is required.
|
|
@@ -9679,11 +9953,11 @@ export declare class GetCorpTasksResponse extends $tea.Model {
|
|
|
9679
9953
|
[key: string]: any;
|
|
9680
9954
|
});
|
|
9681
9955
|
}
|
|
9682
|
-
export declare class
|
|
9956
|
+
export declare class GetDeptNoHeaders extends $tea.Model {
|
|
9683
9957
|
commonHeaders?: {
|
|
9684
9958
|
[key: string]: string;
|
|
9685
9959
|
};
|
|
9686
|
-
accountContext?:
|
|
9960
|
+
accountContext?: GetDeptNoHeadersAccountContext;
|
|
9687
9961
|
static names(): {
|
|
9688
9962
|
[key: string]: string;
|
|
9689
9963
|
};
|
|
@@ -9694,7 +9968,7 @@ export declare class GetDocContentHeaders extends $tea.Model {
|
|
|
9694
9968
|
[key: string]: any;
|
|
9695
9969
|
});
|
|
9696
9970
|
}
|
|
9697
|
-
export declare class
|
|
9971
|
+
export declare class GetDeptNoShrinkHeaders extends $tea.Model {
|
|
9698
9972
|
commonHeaders?: {
|
|
9699
9973
|
[key: string]: string;
|
|
9700
9974
|
};
|
|
@@ -9709,26 +9983,16 @@ export declare class GetDocContentShrinkHeaders extends $tea.Model {
|
|
|
9709
9983
|
[key: string]: any;
|
|
9710
9984
|
});
|
|
9711
9985
|
}
|
|
9712
|
-
export declare class
|
|
9986
|
+
export declare class GetDeptNoRequest extends $tea.Model {
|
|
9987
|
+
tenantContext?: GetDeptNoRequestTenantContext;
|
|
9713
9988
|
/**
|
|
9714
9989
|
* @remarks
|
|
9715
9990
|
* This parameter is required.
|
|
9716
9991
|
*
|
|
9717
9992
|
* @example
|
|
9718
|
-
*
|
|
9719
|
-
*/
|
|
9720
|
-
dentryUuid?: string;
|
|
9721
|
-
/**
|
|
9722
|
-
* @example
|
|
9723
|
-
* markdown
|
|
9724
|
-
*/
|
|
9725
|
-
targetFormat?: string;
|
|
9726
|
-
tenantContext?: GetDocContentRequestTenantContext;
|
|
9727
|
-
/**
|
|
9728
|
-
* @remarks
|
|
9729
|
-
* This parameter is required.
|
|
9993
|
+
* 012345
|
|
9730
9994
|
*/
|
|
9731
|
-
|
|
9995
|
+
deptId?: string;
|
|
9732
9996
|
static names(): {
|
|
9733
9997
|
[key: string]: string;
|
|
9734
9998
|
};
|
|
@@ -9739,26 +10003,16 @@ export declare class GetDocContentRequest extends $tea.Model {
|
|
|
9739
10003
|
[key: string]: any;
|
|
9740
10004
|
});
|
|
9741
10005
|
}
|
|
9742
|
-
export declare class
|
|
10006
|
+
export declare class GetDeptNoShrinkRequest extends $tea.Model {
|
|
10007
|
+
tenantContextShrink?: string;
|
|
9743
10008
|
/**
|
|
9744
10009
|
* @remarks
|
|
9745
10010
|
* This parameter is required.
|
|
9746
10011
|
*
|
|
9747
10012
|
* @example
|
|
9748
|
-
*
|
|
9749
|
-
*/
|
|
9750
|
-
dentryUuid?: string;
|
|
9751
|
-
/**
|
|
9752
|
-
* @example
|
|
9753
|
-
* markdown
|
|
9754
|
-
*/
|
|
9755
|
-
targetFormat?: string;
|
|
9756
|
-
tenantContextShrink?: string;
|
|
9757
|
-
/**
|
|
9758
|
-
* @remarks
|
|
9759
|
-
* This parameter is required.
|
|
10013
|
+
* 012345
|
|
9760
10014
|
*/
|
|
9761
|
-
|
|
10015
|
+
deptId?: string;
|
|
9762
10016
|
static names(): {
|
|
9763
10017
|
[key: string]: string;
|
|
9764
10018
|
};
|
|
@@ -9769,17 +10023,17 @@ export declare class GetDocContentShrinkRequest extends $tea.Model {
|
|
|
9769
10023
|
[key: string]: any;
|
|
9770
10024
|
});
|
|
9771
10025
|
}
|
|
9772
|
-
export declare class
|
|
10026
|
+
export declare class GetDeptNoResponseBody extends $tea.Model {
|
|
9773
10027
|
/**
|
|
9774
10028
|
* @example
|
|
9775
|
-
*
|
|
10029
|
+
* 12345
|
|
9776
10030
|
*/
|
|
9777
|
-
|
|
10031
|
+
deptNo?: string;
|
|
9778
10032
|
/**
|
|
9779
10033
|
* @example
|
|
9780
|
-
*
|
|
10034
|
+
* 0FAAEC9C-C6C8-5C87-AF8E-1195889BBXXX
|
|
9781
10035
|
*/
|
|
9782
|
-
|
|
10036
|
+
requestId?: string;
|
|
9783
10037
|
/**
|
|
9784
10038
|
* @example
|
|
9785
10039
|
* 0FAAEC9C-C6C8-5C87-AF8E-1195889BBXXX
|
|
@@ -9800,12 +10054,12 @@ export declare class GetDocContentResponseBody extends $tea.Model {
|
|
|
9800
10054
|
[key: string]: any;
|
|
9801
10055
|
});
|
|
9802
10056
|
}
|
|
9803
|
-
export declare class
|
|
10057
|
+
export declare class GetDeptNoResponse extends $tea.Model {
|
|
9804
10058
|
headers?: {
|
|
9805
10059
|
[key: string]: string;
|
|
9806
10060
|
};
|
|
9807
10061
|
statusCode?: number;
|
|
9808
|
-
body?:
|
|
10062
|
+
body?: GetDeptNoResponseBody;
|
|
9809
10063
|
static names(): {
|
|
9810
10064
|
[key: string]: string;
|
|
9811
10065
|
};
|
|
@@ -9816,11 +10070,11 @@ export declare class GetDocContentResponse extends $tea.Model {
|
|
|
9816
10070
|
[key: string]: any;
|
|
9817
10071
|
});
|
|
9818
10072
|
}
|
|
9819
|
-
export declare class
|
|
10073
|
+
export declare class GetDocContentHeaders extends $tea.Model {
|
|
9820
10074
|
commonHeaders?: {
|
|
9821
10075
|
[key: string]: string;
|
|
9822
10076
|
};
|
|
9823
|
-
accountContext?:
|
|
10077
|
+
accountContext?: GetDocContentHeadersAccountContext;
|
|
9824
10078
|
static names(): {
|
|
9825
10079
|
[key: string]: string;
|
|
9826
10080
|
};
|
|
@@ -9831,7 +10085,7 @@ export declare class GetDocContentTakIdHeaders extends $tea.Model {
|
|
|
9831
10085
|
[key: string]: any;
|
|
9832
10086
|
});
|
|
9833
10087
|
}
|
|
9834
|
-
export declare class
|
|
10088
|
+
export declare class GetDocContentShrinkHeaders extends $tea.Model {
|
|
9835
10089
|
commonHeaders?: {
|
|
9836
10090
|
[key: string]: string;
|
|
9837
10091
|
};
|
|
@@ -9846,22 +10100,26 @@ export declare class GetDocContentTakIdShrinkHeaders extends $tea.Model {
|
|
|
9846
10100
|
[key: string]: any;
|
|
9847
10101
|
});
|
|
9848
10102
|
}
|
|
9849
|
-
export declare class
|
|
10103
|
+
export declare class GetDocContentRequest extends $tea.Model {
|
|
9850
10104
|
/**
|
|
9851
10105
|
* @remarks
|
|
9852
10106
|
* This parameter is required.
|
|
9853
10107
|
*
|
|
9854
10108
|
* @example
|
|
9855
|
-
*
|
|
10109
|
+
* dentry_uuid
|
|
9856
10110
|
*/
|
|
9857
10111
|
dentryUuid?: string;
|
|
9858
|
-
generateCp?: boolean;
|
|
9859
10112
|
/**
|
|
9860
10113
|
* @example
|
|
9861
10114
|
* markdown
|
|
9862
10115
|
*/
|
|
9863
10116
|
targetFormat?: string;
|
|
9864
|
-
tenantContext?:
|
|
10117
|
+
tenantContext?: GetDocContentRequestTenantContext;
|
|
10118
|
+
/**
|
|
10119
|
+
* @remarks
|
|
10120
|
+
* This parameter is required.
|
|
10121
|
+
*/
|
|
10122
|
+
userToken?: string;
|
|
9865
10123
|
static names(): {
|
|
9866
10124
|
[key: string]: string;
|
|
9867
10125
|
};
|
|
@@ -9872,22 +10130,26 @@ export declare class GetDocContentTakIdRequest extends $tea.Model {
|
|
|
9872
10130
|
[key: string]: any;
|
|
9873
10131
|
});
|
|
9874
10132
|
}
|
|
9875
|
-
export declare class
|
|
10133
|
+
export declare class GetDocContentShrinkRequest extends $tea.Model {
|
|
9876
10134
|
/**
|
|
9877
10135
|
* @remarks
|
|
9878
10136
|
* This parameter is required.
|
|
9879
10137
|
*
|
|
9880
10138
|
* @example
|
|
9881
|
-
*
|
|
10139
|
+
* dentry_uuid
|
|
9882
10140
|
*/
|
|
9883
10141
|
dentryUuid?: string;
|
|
9884
|
-
generateCp?: boolean;
|
|
9885
10142
|
/**
|
|
9886
10143
|
* @example
|
|
9887
10144
|
* markdown
|
|
9888
10145
|
*/
|
|
9889
10146
|
targetFormat?: string;
|
|
9890
10147
|
tenantContextShrink?: string;
|
|
10148
|
+
/**
|
|
10149
|
+
* @remarks
|
|
10150
|
+
* This parameter is required.
|
|
10151
|
+
*/
|
|
10152
|
+
userToken?: string;
|
|
9891
10153
|
static names(): {
|
|
9892
10154
|
[key: string]: string;
|
|
9893
10155
|
};
|
|
@@ -9898,7 +10160,7 @@ export declare class GetDocContentTakIdShrinkRequest extends $tea.Model {
|
|
|
9898
10160
|
[key: string]: any;
|
|
9899
10161
|
});
|
|
9900
10162
|
}
|
|
9901
|
-
export declare class
|
|
10163
|
+
export declare class GetDocContentResponseBody extends $tea.Model {
|
|
9902
10164
|
/**
|
|
9903
10165
|
* @example
|
|
9904
10166
|
* 0FAAEC9C-C6C8-5C87-AF8E-1195889BBXXX
|
|
@@ -9906,7 +10168,136 @@ export declare class GetDocContentTakIdResponseBody extends $tea.Model {
|
|
|
9906
10168
|
requestId?: string;
|
|
9907
10169
|
/**
|
|
9908
10170
|
* @example
|
|
9909
|
-
*
|
|
10171
|
+
* task123abc
|
|
10172
|
+
*/
|
|
10173
|
+
taskId?: number;
|
|
10174
|
+
/**
|
|
10175
|
+
* @example
|
|
10176
|
+
* 0FAAEC9C-C6C8-5C87-AF8E-1195889BBXXX
|
|
10177
|
+
*/
|
|
10178
|
+
vendorRequestId?: string;
|
|
10179
|
+
/**
|
|
10180
|
+
* @example
|
|
10181
|
+
* dingtalk
|
|
10182
|
+
*/
|
|
10183
|
+
vendorType?: string;
|
|
10184
|
+
static names(): {
|
|
10185
|
+
[key: string]: string;
|
|
10186
|
+
};
|
|
10187
|
+
static types(): {
|
|
10188
|
+
[key: string]: any;
|
|
10189
|
+
};
|
|
10190
|
+
constructor(map?: {
|
|
10191
|
+
[key: string]: any;
|
|
10192
|
+
});
|
|
10193
|
+
}
|
|
10194
|
+
export declare class GetDocContentResponse extends $tea.Model {
|
|
10195
|
+
headers?: {
|
|
10196
|
+
[key: string]: string;
|
|
10197
|
+
};
|
|
10198
|
+
statusCode?: number;
|
|
10199
|
+
body?: GetDocContentResponseBody;
|
|
10200
|
+
static names(): {
|
|
10201
|
+
[key: string]: string;
|
|
10202
|
+
};
|
|
10203
|
+
static types(): {
|
|
10204
|
+
[key: string]: any;
|
|
10205
|
+
};
|
|
10206
|
+
constructor(map?: {
|
|
10207
|
+
[key: string]: any;
|
|
10208
|
+
});
|
|
10209
|
+
}
|
|
10210
|
+
export declare class GetDocContentTakIdHeaders extends $tea.Model {
|
|
10211
|
+
commonHeaders?: {
|
|
10212
|
+
[key: string]: string;
|
|
10213
|
+
};
|
|
10214
|
+
accountContext?: GetDocContentTakIdHeadersAccountContext;
|
|
10215
|
+
static names(): {
|
|
10216
|
+
[key: string]: string;
|
|
10217
|
+
};
|
|
10218
|
+
static types(): {
|
|
10219
|
+
[key: string]: any;
|
|
10220
|
+
};
|
|
10221
|
+
constructor(map?: {
|
|
10222
|
+
[key: string]: any;
|
|
10223
|
+
});
|
|
10224
|
+
}
|
|
10225
|
+
export declare class GetDocContentTakIdShrinkHeaders extends $tea.Model {
|
|
10226
|
+
commonHeaders?: {
|
|
10227
|
+
[key: string]: string;
|
|
10228
|
+
};
|
|
10229
|
+
accountContextShrink?: string;
|
|
10230
|
+
static names(): {
|
|
10231
|
+
[key: string]: string;
|
|
10232
|
+
};
|
|
10233
|
+
static types(): {
|
|
10234
|
+
[key: string]: any;
|
|
10235
|
+
};
|
|
10236
|
+
constructor(map?: {
|
|
10237
|
+
[key: string]: any;
|
|
10238
|
+
});
|
|
10239
|
+
}
|
|
10240
|
+
export declare class GetDocContentTakIdRequest extends $tea.Model {
|
|
10241
|
+
/**
|
|
10242
|
+
* @remarks
|
|
10243
|
+
* This parameter is required.
|
|
10244
|
+
*
|
|
10245
|
+
* @example
|
|
10246
|
+
* qnYMoO1rWxrkmoj2I5L2PYkoJ47Z3je9
|
|
10247
|
+
*/
|
|
10248
|
+
dentryUuid?: string;
|
|
10249
|
+
generateCp?: boolean;
|
|
10250
|
+
/**
|
|
10251
|
+
* @example
|
|
10252
|
+
* markdown
|
|
10253
|
+
*/
|
|
10254
|
+
targetFormat?: string;
|
|
10255
|
+
tenantContext?: GetDocContentTakIdRequestTenantContext;
|
|
10256
|
+
static names(): {
|
|
10257
|
+
[key: string]: string;
|
|
10258
|
+
};
|
|
10259
|
+
static types(): {
|
|
10260
|
+
[key: string]: any;
|
|
10261
|
+
};
|
|
10262
|
+
constructor(map?: {
|
|
10263
|
+
[key: string]: any;
|
|
10264
|
+
});
|
|
10265
|
+
}
|
|
10266
|
+
export declare class GetDocContentTakIdShrinkRequest extends $tea.Model {
|
|
10267
|
+
/**
|
|
10268
|
+
* @remarks
|
|
10269
|
+
* This parameter is required.
|
|
10270
|
+
*
|
|
10271
|
+
* @example
|
|
10272
|
+
* qnYMoO1rWxrkmoj2I5L2PYkoJ47Z3je9
|
|
10273
|
+
*/
|
|
10274
|
+
dentryUuid?: string;
|
|
10275
|
+
generateCp?: boolean;
|
|
10276
|
+
/**
|
|
10277
|
+
* @example
|
|
10278
|
+
* markdown
|
|
10279
|
+
*/
|
|
10280
|
+
targetFormat?: string;
|
|
10281
|
+
tenantContextShrink?: string;
|
|
10282
|
+
static names(): {
|
|
10283
|
+
[key: string]: string;
|
|
10284
|
+
};
|
|
10285
|
+
static types(): {
|
|
10286
|
+
[key: string]: any;
|
|
10287
|
+
};
|
|
10288
|
+
constructor(map?: {
|
|
10289
|
+
[key: string]: any;
|
|
10290
|
+
});
|
|
10291
|
+
}
|
|
10292
|
+
export declare class GetDocContentTakIdResponseBody extends $tea.Model {
|
|
10293
|
+
/**
|
|
10294
|
+
* @example
|
|
10295
|
+
* 0FAAEC9C-C6C8-5C87-AF8E-1195889BBXXX
|
|
10296
|
+
*/
|
|
10297
|
+
requestId?: string;
|
|
10298
|
+
/**
|
|
10299
|
+
* @example
|
|
10300
|
+
* 72652830001
|
|
9910
10301
|
*/
|
|
9911
10302
|
taskId?: number;
|
|
9912
10303
|
/**
|
|
@@ -13672,6 +14063,181 @@ export declare class GetOperationRecordsResponse extends $tea.Model {
|
|
|
13672
14063
|
[key: string]: any;
|
|
13673
14064
|
});
|
|
13674
14065
|
}
|
|
14066
|
+
export declare class GetOrgLiveListHeaders extends $tea.Model {
|
|
14067
|
+
commonHeaders?: {
|
|
14068
|
+
[key: string]: string;
|
|
14069
|
+
};
|
|
14070
|
+
accountContext?: GetOrgLiveListHeadersAccountContext;
|
|
14071
|
+
static names(): {
|
|
14072
|
+
[key: string]: string;
|
|
14073
|
+
};
|
|
14074
|
+
static types(): {
|
|
14075
|
+
[key: string]: any;
|
|
14076
|
+
};
|
|
14077
|
+
constructor(map?: {
|
|
14078
|
+
[key: string]: any;
|
|
14079
|
+
});
|
|
14080
|
+
}
|
|
14081
|
+
export declare class GetOrgLiveListShrinkHeaders extends $tea.Model {
|
|
14082
|
+
commonHeaders?: {
|
|
14083
|
+
[key: string]: string;
|
|
14084
|
+
};
|
|
14085
|
+
accountContextShrink?: string;
|
|
14086
|
+
static names(): {
|
|
14087
|
+
[key: string]: string;
|
|
14088
|
+
};
|
|
14089
|
+
static types(): {
|
|
14090
|
+
[key: string]: any;
|
|
14091
|
+
};
|
|
14092
|
+
constructor(map?: {
|
|
14093
|
+
[key: string]: any;
|
|
14094
|
+
});
|
|
14095
|
+
}
|
|
14096
|
+
export declare class GetOrgLiveListRequest extends $tea.Model {
|
|
14097
|
+
/**
|
|
14098
|
+
* @remarks
|
|
14099
|
+
* This parameter is required.
|
|
14100
|
+
*
|
|
14101
|
+
* @example
|
|
14102
|
+
* db4d318xxxxx
|
|
14103
|
+
*/
|
|
14104
|
+
corpId?: string;
|
|
14105
|
+
/**
|
|
14106
|
+
* @example
|
|
14107
|
+
* 1720211800000
|
|
14108
|
+
*/
|
|
14109
|
+
endTime?: number;
|
|
14110
|
+
/**
|
|
14111
|
+
* @remarks
|
|
14112
|
+
* This parameter is required.
|
|
14113
|
+
*
|
|
14114
|
+
* @example
|
|
14115
|
+
* 1
|
|
14116
|
+
*/
|
|
14117
|
+
pageNumber?: number;
|
|
14118
|
+
/**
|
|
14119
|
+
* @remarks
|
|
14120
|
+
* This parameter is required.
|
|
14121
|
+
*
|
|
14122
|
+
* @example
|
|
14123
|
+
* 10
|
|
14124
|
+
*/
|
|
14125
|
+
pageSize?: number;
|
|
14126
|
+
/**
|
|
14127
|
+
* @example
|
|
14128
|
+
* 1719211800000
|
|
14129
|
+
*/
|
|
14130
|
+
startTime?: number;
|
|
14131
|
+
tenantContext?: GetOrgLiveListRequestTenantContext;
|
|
14132
|
+
/**
|
|
14133
|
+
* @example
|
|
14134
|
+
* 012345
|
|
14135
|
+
*/
|
|
14136
|
+
userId?: string;
|
|
14137
|
+
static names(): {
|
|
14138
|
+
[key: string]: string;
|
|
14139
|
+
};
|
|
14140
|
+
static types(): {
|
|
14141
|
+
[key: string]: any;
|
|
14142
|
+
};
|
|
14143
|
+
constructor(map?: {
|
|
14144
|
+
[key: string]: any;
|
|
14145
|
+
});
|
|
14146
|
+
}
|
|
14147
|
+
export declare class GetOrgLiveListShrinkRequest extends $tea.Model {
|
|
14148
|
+
/**
|
|
14149
|
+
* @remarks
|
|
14150
|
+
* This parameter is required.
|
|
14151
|
+
*
|
|
14152
|
+
* @example
|
|
14153
|
+
* db4d318xxxxx
|
|
14154
|
+
*/
|
|
14155
|
+
corpId?: string;
|
|
14156
|
+
/**
|
|
14157
|
+
* @example
|
|
14158
|
+
* 1720211800000
|
|
14159
|
+
*/
|
|
14160
|
+
endTime?: number;
|
|
14161
|
+
/**
|
|
14162
|
+
* @remarks
|
|
14163
|
+
* This parameter is required.
|
|
14164
|
+
*
|
|
14165
|
+
* @example
|
|
14166
|
+
* 1
|
|
14167
|
+
*/
|
|
14168
|
+
pageNumber?: number;
|
|
14169
|
+
/**
|
|
14170
|
+
* @remarks
|
|
14171
|
+
* This parameter is required.
|
|
14172
|
+
*
|
|
14173
|
+
* @example
|
|
14174
|
+
* 10
|
|
14175
|
+
*/
|
|
14176
|
+
pageSize?: number;
|
|
14177
|
+
/**
|
|
14178
|
+
* @example
|
|
14179
|
+
* 1719211800000
|
|
14180
|
+
*/
|
|
14181
|
+
startTime?: number;
|
|
14182
|
+
tenantContextShrink?: string;
|
|
14183
|
+
/**
|
|
14184
|
+
* @example
|
|
14185
|
+
* 012345
|
|
14186
|
+
*/
|
|
14187
|
+
userId?: string;
|
|
14188
|
+
static names(): {
|
|
14189
|
+
[key: string]: string;
|
|
14190
|
+
};
|
|
14191
|
+
static types(): {
|
|
14192
|
+
[key: string]: any;
|
|
14193
|
+
};
|
|
14194
|
+
constructor(map?: {
|
|
14195
|
+
[key: string]: any;
|
|
14196
|
+
});
|
|
14197
|
+
}
|
|
14198
|
+
export declare class GetOrgLiveListResponseBody extends $tea.Model {
|
|
14199
|
+
/**
|
|
14200
|
+
* @example
|
|
14201
|
+
* 0FAAEC9C-C6C8-5C87-AF8E-1195889BBXXX
|
|
14202
|
+
*/
|
|
14203
|
+
requestId?: string;
|
|
14204
|
+
result?: GetOrgLiveListResponseBodyResult;
|
|
14205
|
+
/**
|
|
14206
|
+
* @example
|
|
14207
|
+
* 0FAAEC9C-C6C8-5C87-AF8E-1195889BBXXX
|
|
14208
|
+
*/
|
|
14209
|
+
vendorRequestId?: string;
|
|
14210
|
+
/**
|
|
14211
|
+
* @example
|
|
14212
|
+
* dingtalk
|
|
14213
|
+
*/
|
|
14214
|
+
vendorType?: string;
|
|
14215
|
+
static names(): {
|
|
14216
|
+
[key: string]: string;
|
|
14217
|
+
};
|
|
14218
|
+
static types(): {
|
|
14219
|
+
[key: string]: any;
|
|
14220
|
+
};
|
|
14221
|
+
constructor(map?: {
|
|
14222
|
+
[key: string]: any;
|
|
14223
|
+
});
|
|
14224
|
+
}
|
|
14225
|
+
export declare class GetOrgLiveListResponse extends $tea.Model {
|
|
14226
|
+
headers?: {
|
|
14227
|
+
[key: string]: string;
|
|
14228
|
+
};
|
|
14229
|
+
statusCode?: number;
|
|
14230
|
+
body?: GetOrgLiveListResponseBody;
|
|
14231
|
+
static names(): {
|
|
14232
|
+
[key: string]: string;
|
|
14233
|
+
};
|
|
14234
|
+
static types(): {
|
|
14235
|
+
[key: string]: any;
|
|
14236
|
+
};
|
|
14237
|
+
constructor(map?: {
|
|
14238
|
+
[key: string]: any;
|
|
14239
|
+
});
|
|
14240
|
+
}
|
|
13675
14241
|
export declare class GetProcessDefinitionHeaders extends $tea.Model {
|
|
13676
14242
|
commonHeaders?: {
|
|
13677
14243
|
[key: string]: string;
|
|
@@ -15978,6 +16544,7 @@ export declare class GetUserResponseBody extends $tea.Model {
|
|
|
15978
16544
|
*/
|
|
15979
16545
|
title?: string;
|
|
15980
16546
|
unionEmpExt?: GetUserResponseBodyUnionEmpExt;
|
|
16547
|
+
unionid?: string;
|
|
15981
16548
|
/**
|
|
15982
16549
|
* @example
|
|
15983
16550
|
* zhangsan
|
|
@@ -25786,6 +26353,151 @@ export declare class SetColumnsVisibilityResponse extends $tea.Model {
|
|
|
25786
26353
|
[key: string]: any;
|
|
25787
26354
|
});
|
|
25788
26355
|
}
|
|
26356
|
+
export declare class SetConferenceHostsHeaders extends $tea.Model {
|
|
26357
|
+
commonHeaders?: {
|
|
26358
|
+
[key: string]: string;
|
|
26359
|
+
};
|
|
26360
|
+
accountContext?: SetConferenceHostsHeadersAccountContext;
|
|
26361
|
+
static names(): {
|
|
26362
|
+
[key: string]: string;
|
|
26363
|
+
};
|
|
26364
|
+
static types(): {
|
|
26365
|
+
[key: string]: any;
|
|
26366
|
+
};
|
|
26367
|
+
constructor(map?: {
|
|
26368
|
+
[key: string]: any;
|
|
26369
|
+
});
|
|
26370
|
+
}
|
|
26371
|
+
export declare class SetConferenceHostsShrinkHeaders extends $tea.Model {
|
|
26372
|
+
commonHeaders?: {
|
|
26373
|
+
[key: string]: string;
|
|
26374
|
+
};
|
|
26375
|
+
accountContextShrink?: string;
|
|
26376
|
+
static names(): {
|
|
26377
|
+
[key: string]: string;
|
|
26378
|
+
};
|
|
26379
|
+
static types(): {
|
|
26380
|
+
[key: string]: any;
|
|
26381
|
+
};
|
|
26382
|
+
constructor(map?: {
|
|
26383
|
+
[key: string]: any;
|
|
26384
|
+
});
|
|
26385
|
+
}
|
|
26386
|
+
export declare class SetConferenceHostsRequest extends $tea.Model {
|
|
26387
|
+
/**
|
|
26388
|
+
* @remarks
|
|
26389
|
+
* This parameter is required.
|
|
26390
|
+
*
|
|
26391
|
+
* @example
|
|
26392
|
+
* add
|
|
26393
|
+
*/
|
|
26394
|
+
operationType?: string;
|
|
26395
|
+
tenantContext?: SetConferenceHostsRequestTenantContext;
|
|
26396
|
+
/**
|
|
26397
|
+
* @remarks
|
|
26398
|
+
* This parameter is required.
|
|
26399
|
+
*
|
|
26400
|
+
* @example
|
|
26401
|
+
* [ "012345"]
|
|
26402
|
+
*/
|
|
26403
|
+
userIds?: string[];
|
|
26404
|
+
/**
|
|
26405
|
+
* @remarks
|
|
26406
|
+
* This parameter is required.
|
|
26407
|
+
*
|
|
26408
|
+
* @example
|
|
26409
|
+
* 607452e01401526ee39609e1
|
|
26410
|
+
*/
|
|
26411
|
+
conferenceId?: string;
|
|
26412
|
+
static names(): {
|
|
26413
|
+
[key: string]: string;
|
|
26414
|
+
};
|
|
26415
|
+
static types(): {
|
|
26416
|
+
[key: string]: any;
|
|
26417
|
+
};
|
|
26418
|
+
constructor(map?: {
|
|
26419
|
+
[key: string]: any;
|
|
26420
|
+
});
|
|
26421
|
+
}
|
|
26422
|
+
export declare class SetConferenceHostsShrinkRequest extends $tea.Model {
|
|
26423
|
+
/**
|
|
26424
|
+
* @remarks
|
|
26425
|
+
* This parameter is required.
|
|
26426
|
+
*
|
|
26427
|
+
* @example
|
|
26428
|
+
* add
|
|
26429
|
+
*/
|
|
26430
|
+
operationType?: string;
|
|
26431
|
+
tenantContextShrink?: string;
|
|
26432
|
+
/**
|
|
26433
|
+
* @remarks
|
|
26434
|
+
* This parameter is required.
|
|
26435
|
+
*
|
|
26436
|
+
* @example
|
|
26437
|
+
* [ "012345"]
|
|
26438
|
+
*/
|
|
26439
|
+
userIdsShrink?: string;
|
|
26440
|
+
/**
|
|
26441
|
+
* @remarks
|
|
26442
|
+
* This parameter is required.
|
|
26443
|
+
*
|
|
26444
|
+
* @example
|
|
26445
|
+
* 607452e01401526ee39609e1
|
|
26446
|
+
*/
|
|
26447
|
+
conferenceId?: string;
|
|
26448
|
+
static names(): {
|
|
26449
|
+
[key: string]: string;
|
|
26450
|
+
};
|
|
26451
|
+
static types(): {
|
|
26452
|
+
[key: string]: any;
|
|
26453
|
+
};
|
|
26454
|
+
constructor(map?: {
|
|
26455
|
+
[key: string]: any;
|
|
26456
|
+
});
|
|
26457
|
+
}
|
|
26458
|
+
export declare class SetConferenceHostsResponseBody extends $tea.Model {
|
|
26459
|
+
/**
|
|
26460
|
+
* @example
|
|
26461
|
+
* 0FAAEC9C-C6C8-5C87-AF8E-1195889BBXXX
|
|
26462
|
+
*/
|
|
26463
|
+
requestId?: string;
|
|
26464
|
+
success?: boolean;
|
|
26465
|
+
/**
|
|
26466
|
+
* @example
|
|
26467
|
+
* 0FAAEC9C-C6C8-5C87-AF8E-1195889BBXXX
|
|
26468
|
+
*/
|
|
26469
|
+
vendorRequestId?: string;
|
|
26470
|
+
/**
|
|
26471
|
+
* @example
|
|
26472
|
+
* dingtalk
|
|
26473
|
+
*/
|
|
26474
|
+
vendorType?: string;
|
|
26475
|
+
static names(): {
|
|
26476
|
+
[key: string]: string;
|
|
26477
|
+
};
|
|
26478
|
+
static types(): {
|
|
26479
|
+
[key: string]: any;
|
|
26480
|
+
};
|
|
26481
|
+
constructor(map?: {
|
|
26482
|
+
[key: string]: any;
|
|
26483
|
+
});
|
|
26484
|
+
}
|
|
26485
|
+
export declare class SetConferenceHostsResponse extends $tea.Model {
|
|
26486
|
+
headers?: {
|
|
26487
|
+
[key: string]: string;
|
|
26488
|
+
};
|
|
26489
|
+
statusCode?: number;
|
|
26490
|
+
body?: SetConferenceHostsResponseBody;
|
|
26491
|
+
static names(): {
|
|
26492
|
+
[key: string]: string;
|
|
26493
|
+
};
|
|
26494
|
+
static types(): {
|
|
26495
|
+
[key: string]: any;
|
|
26496
|
+
};
|
|
26497
|
+
constructor(map?: {
|
|
26498
|
+
[key: string]: any;
|
|
26499
|
+
});
|
|
26500
|
+
}
|
|
25789
26501
|
export declare class SetRowsVisibilityHeaders extends $tea.Model {
|
|
25790
26502
|
commonHeaders?: {
|
|
25791
26503
|
[key: string]: string;
|
|
@@ -31493,6 +32205,436 @@ export declare class CommitFileResponseBodyDentry extends $tea.Model {
|
|
|
31493
32205
|
[key: string]: any;
|
|
31494
32206
|
});
|
|
31495
32207
|
}
|
|
32208
|
+
export declare class CopyDentryHeadersAccountContext extends $tea.Model {
|
|
32209
|
+
/**
|
|
32210
|
+
* @remarks
|
|
32211
|
+
* This parameter is required.
|
|
32212
|
+
*
|
|
32213
|
+
* @example
|
|
32214
|
+
* 012345
|
|
32215
|
+
*/
|
|
32216
|
+
accountId?: string;
|
|
32217
|
+
static names(): {
|
|
32218
|
+
[key: string]: string;
|
|
32219
|
+
};
|
|
32220
|
+
static types(): {
|
|
32221
|
+
[key: string]: any;
|
|
32222
|
+
};
|
|
32223
|
+
constructor(map?: {
|
|
32224
|
+
[key: string]: any;
|
|
32225
|
+
});
|
|
32226
|
+
}
|
|
32227
|
+
export declare class CopyDentryRequestTenantContext extends $tea.Model {
|
|
32228
|
+
/**
|
|
32229
|
+
* @example
|
|
32230
|
+
* xxxxxx
|
|
32231
|
+
*/
|
|
32232
|
+
tenantId?: string;
|
|
32233
|
+
static names(): {
|
|
32234
|
+
[key: string]: string;
|
|
32235
|
+
};
|
|
32236
|
+
static types(): {
|
|
32237
|
+
[key: string]: any;
|
|
32238
|
+
};
|
|
32239
|
+
constructor(map?: {
|
|
32240
|
+
[key: string]: any;
|
|
32241
|
+
});
|
|
32242
|
+
}
|
|
32243
|
+
export declare class CopyDentryResponseBodyLinkSourceInfoIconUrl extends $tea.Model {
|
|
32244
|
+
/**
|
|
32245
|
+
* @example
|
|
32246
|
+
* gh
|
|
32247
|
+
*/
|
|
32248
|
+
line?: string;
|
|
32249
|
+
/**
|
|
32250
|
+
* @example
|
|
32251
|
+
* def
|
|
32252
|
+
*/
|
|
32253
|
+
small?: string;
|
|
32254
|
+
static names(): {
|
|
32255
|
+
[key: string]: string;
|
|
32256
|
+
};
|
|
32257
|
+
static types(): {
|
|
32258
|
+
[key: string]: any;
|
|
32259
|
+
};
|
|
32260
|
+
constructor(map?: {
|
|
32261
|
+
[key: string]: any;
|
|
32262
|
+
});
|
|
32263
|
+
}
|
|
32264
|
+
export declare class CopyDentryResponseBodyLinkSourceInfo extends $tea.Model {
|
|
32265
|
+
/**
|
|
32266
|
+
* @example
|
|
32267
|
+
* docx
|
|
32268
|
+
*/
|
|
32269
|
+
extension?: string;
|
|
32270
|
+
iconUrl?: CopyDentryResponseBodyLinkSourceInfoIconUrl;
|
|
32271
|
+
/**
|
|
32272
|
+
* @example
|
|
32273
|
+
* def
|
|
32274
|
+
*/
|
|
32275
|
+
id?: string;
|
|
32276
|
+
/**
|
|
32277
|
+
* @example
|
|
32278
|
+
* 0
|
|
32279
|
+
*/
|
|
32280
|
+
linkType?: number;
|
|
32281
|
+
/**
|
|
32282
|
+
* @example
|
|
32283
|
+
* def
|
|
32284
|
+
*/
|
|
32285
|
+
spaceId?: string;
|
|
32286
|
+
static names(): {
|
|
32287
|
+
[key: string]: string;
|
|
32288
|
+
};
|
|
32289
|
+
static types(): {
|
|
32290
|
+
[key: string]: any;
|
|
32291
|
+
};
|
|
32292
|
+
constructor(map?: {
|
|
32293
|
+
[key: string]: any;
|
|
32294
|
+
});
|
|
32295
|
+
}
|
|
32296
|
+
export declare class CopyDentryResponseBodySpaceHdIconVO extends $tea.Model {
|
|
32297
|
+
/**
|
|
32298
|
+
* @example
|
|
32299
|
+
* http://
|
|
32300
|
+
*/
|
|
32301
|
+
icon?: string;
|
|
32302
|
+
/**
|
|
32303
|
+
* @example
|
|
32304
|
+
* type
|
|
32305
|
+
*/
|
|
32306
|
+
type?: string;
|
|
32307
|
+
static names(): {
|
|
32308
|
+
[key: string]: string;
|
|
32309
|
+
};
|
|
32310
|
+
static types(): {
|
|
32311
|
+
[key: string]: any;
|
|
32312
|
+
};
|
|
32313
|
+
constructor(map?: {
|
|
32314
|
+
[key: string]: any;
|
|
32315
|
+
});
|
|
32316
|
+
}
|
|
32317
|
+
export declare class CopyDentryResponseBodySpaceIconVO extends $tea.Model {
|
|
32318
|
+
/**
|
|
32319
|
+
* @example
|
|
32320
|
+
* http://
|
|
32321
|
+
*/
|
|
32322
|
+
icon?: string;
|
|
32323
|
+
/**
|
|
32324
|
+
* @example
|
|
32325
|
+
* type
|
|
32326
|
+
*/
|
|
32327
|
+
type?: string;
|
|
32328
|
+
static names(): {
|
|
32329
|
+
[key: string]: string;
|
|
32330
|
+
};
|
|
32331
|
+
static types(): {
|
|
32332
|
+
[key: string]: any;
|
|
32333
|
+
};
|
|
32334
|
+
constructor(map?: {
|
|
32335
|
+
[key: string]: any;
|
|
32336
|
+
});
|
|
32337
|
+
}
|
|
32338
|
+
export declare class CopyDentryResponseBodySpaceOwner extends $tea.Model {
|
|
32339
|
+
/**
|
|
32340
|
+
* @example
|
|
32341
|
+
* 小钉
|
|
32342
|
+
*/
|
|
32343
|
+
name?: string;
|
|
32344
|
+
/**
|
|
32345
|
+
* @example
|
|
32346
|
+
* 012345
|
|
32347
|
+
*/
|
|
32348
|
+
userId?: string;
|
|
32349
|
+
static names(): {
|
|
32350
|
+
[key: string]: string;
|
|
32351
|
+
};
|
|
32352
|
+
static types(): {
|
|
32353
|
+
[key: string]: any;
|
|
32354
|
+
};
|
|
32355
|
+
constructor(map?: {
|
|
32356
|
+
[key: string]: any;
|
|
32357
|
+
});
|
|
32358
|
+
}
|
|
32359
|
+
export declare class CopyDentryResponseBodySpaceRecentListCreator extends $tea.Model {
|
|
32360
|
+
/**
|
|
32361
|
+
* @example
|
|
32362
|
+
* hello
|
|
32363
|
+
*/
|
|
32364
|
+
name?: string;
|
|
32365
|
+
/**
|
|
32366
|
+
* @example
|
|
32367
|
+
* 012345
|
|
32368
|
+
*/
|
|
32369
|
+
userId?: string;
|
|
32370
|
+
static names(): {
|
|
32371
|
+
[key: string]: string;
|
|
32372
|
+
};
|
|
32373
|
+
static types(): {
|
|
32374
|
+
[key: string]: any;
|
|
32375
|
+
};
|
|
32376
|
+
constructor(map?: {
|
|
32377
|
+
[key: string]: any;
|
|
32378
|
+
});
|
|
32379
|
+
}
|
|
32380
|
+
export declare class CopyDentryResponseBodySpaceRecentListLinkSourceInfoIconUrl extends $tea.Model {
|
|
32381
|
+
/**
|
|
32382
|
+
* @example
|
|
32383
|
+
* gh
|
|
32384
|
+
*/
|
|
32385
|
+
line?: string;
|
|
32386
|
+
/**
|
|
32387
|
+
* @example
|
|
32388
|
+
* def
|
|
32389
|
+
*/
|
|
32390
|
+
small?: string;
|
|
32391
|
+
static names(): {
|
|
32392
|
+
[key: string]: string;
|
|
32393
|
+
};
|
|
32394
|
+
static types(): {
|
|
32395
|
+
[key: string]: any;
|
|
32396
|
+
};
|
|
32397
|
+
constructor(map?: {
|
|
32398
|
+
[key: string]: any;
|
|
32399
|
+
});
|
|
32400
|
+
}
|
|
32401
|
+
export declare class CopyDentryResponseBodySpaceRecentListLinkSourceInfo extends $tea.Model {
|
|
32402
|
+
/**
|
|
32403
|
+
* @example
|
|
32404
|
+
* docx
|
|
32405
|
+
*/
|
|
32406
|
+
extension?: string;
|
|
32407
|
+
iconUrl?: CopyDentryResponseBodySpaceRecentListLinkSourceInfoIconUrl;
|
|
32408
|
+
/**
|
|
32409
|
+
* @example
|
|
32410
|
+
* def
|
|
32411
|
+
*/
|
|
32412
|
+
id?: string;
|
|
32413
|
+
/**
|
|
32414
|
+
* @example
|
|
32415
|
+
* 0
|
|
32416
|
+
*/
|
|
32417
|
+
linkType?: number;
|
|
32418
|
+
/**
|
|
32419
|
+
* @example
|
|
32420
|
+
* def
|
|
32421
|
+
*/
|
|
32422
|
+
spaceId?: string;
|
|
32423
|
+
static names(): {
|
|
32424
|
+
[key: string]: string;
|
|
32425
|
+
};
|
|
32426
|
+
static types(): {
|
|
32427
|
+
[key: string]: any;
|
|
32428
|
+
};
|
|
32429
|
+
constructor(map?: {
|
|
32430
|
+
[key: string]: any;
|
|
32431
|
+
});
|
|
32432
|
+
}
|
|
32433
|
+
export declare class CopyDentryResponseBodySpaceRecentListStatisticalInfo extends $tea.Model {
|
|
32434
|
+
wordCount?: number;
|
|
32435
|
+
static names(): {
|
|
32436
|
+
[key: string]: string;
|
|
32437
|
+
};
|
|
32438
|
+
static types(): {
|
|
32439
|
+
[key: string]: any;
|
|
32440
|
+
};
|
|
32441
|
+
constructor(map?: {
|
|
32442
|
+
[key: string]: any;
|
|
32443
|
+
});
|
|
32444
|
+
}
|
|
32445
|
+
export declare class CopyDentryResponseBodySpaceRecentListUpdater extends $tea.Model {
|
|
32446
|
+
/**
|
|
32447
|
+
* @example
|
|
32448
|
+
* hello
|
|
32449
|
+
*/
|
|
32450
|
+
name?: string;
|
|
32451
|
+
/**
|
|
32452
|
+
* @example
|
|
32453
|
+
* 012345
|
|
32454
|
+
*/
|
|
32455
|
+
userId?: string;
|
|
32456
|
+
static names(): {
|
|
32457
|
+
[key: string]: string;
|
|
32458
|
+
};
|
|
32459
|
+
static types(): {
|
|
32460
|
+
[key: string]: any;
|
|
32461
|
+
};
|
|
32462
|
+
constructor(map?: {
|
|
32463
|
+
[key: string]: any;
|
|
32464
|
+
});
|
|
32465
|
+
}
|
|
32466
|
+
export declare class CopyDentryResponseBodySpaceRecentListVisitorInfo extends $tea.Model {
|
|
32467
|
+
dentryActions?: string[];
|
|
32468
|
+
/**
|
|
32469
|
+
* @example
|
|
32470
|
+
* 1
|
|
32471
|
+
*/
|
|
32472
|
+
roleCode?: string;
|
|
32473
|
+
spaceActions?: string[];
|
|
32474
|
+
static names(): {
|
|
32475
|
+
[key: string]: string;
|
|
32476
|
+
};
|
|
32477
|
+
static types(): {
|
|
32478
|
+
[key: string]: any;
|
|
32479
|
+
};
|
|
32480
|
+
constructor(map?: {
|
|
32481
|
+
[key: string]: any;
|
|
32482
|
+
});
|
|
32483
|
+
}
|
|
32484
|
+
export declare class CopyDentryResponseBodySpaceRecentList extends $tea.Model {
|
|
32485
|
+
/**
|
|
32486
|
+
* @example
|
|
32487
|
+
* alidoc
|
|
32488
|
+
*/
|
|
32489
|
+
contentType?: string;
|
|
32490
|
+
/**
|
|
32491
|
+
* @example
|
|
32492
|
+
* 12345678
|
|
32493
|
+
*/
|
|
32494
|
+
createdTime?: number;
|
|
32495
|
+
creator?: CopyDentryResponseBodySpaceRecentListCreator;
|
|
32496
|
+
/**
|
|
32497
|
+
* @example
|
|
32498
|
+
* abc
|
|
32499
|
+
*/
|
|
32500
|
+
dentryId?: string;
|
|
32501
|
+
/**
|
|
32502
|
+
* @example
|
|
32503
|
+
* file
|
|
32504
|
+
*/
|
|
32505
|
+
dentryType?: string;
|
|
32506
|
+
/**
|
|
32507
|
+
* @example
|
|
32508
|
+
* cdefg
|
|
32509
|
+
*/
|
|
32510
|
+
dentryUuid?: string;
|
|
32511
|
+
/**
|
|
32512
|
+
* @example
|
|
32513
|
+
* aabbcc
|
|
32514
|
+
*/
|
|
32515
|
+
docKey?: string;
|
|
32516
|
+
/**
|
|
32517
|
+
* @example
|
|
32518
|
+
* alidoc
|
|
32519
|
+
*/
|
|
32520
|
+
extension?: string;
|
|
32521
|
+
/**
|
|
32522
|
+
* @example
|
|
32523
|
+
* false
|
|
32524
|
+
*/
|
|
32525
|
+
hasChildren?: boolean;
|
|
32526
|
+
linkSourceInfo?: CopyDentryResponseBodySpaceRecentListLinkSourceInfo;
|
|
32527
|
+
/**
|
|
32528
|
+
* @example
|
|
32529
|
+
* hello
|
|
32530
|
+
*/
|
|
32531
|
+
name?: string;
|
|
32532
|
+
/**
|
|
32533
|
+
* @example
|
|
32534
|
+
* 测试组织/测试知识库/abc
|
|
32535
|
+
*/
|
|
32536
|
+
path?: string;
|
|
32537
|
+
space?: any;
|
|
32538
|
+
/**
|
|
32539
|
+
* @example
|
|
32540
|
+
* bcd
|
|
32541
|
+
*/
|
|
32542
|
+
spaceId?: string;
|
|
32543
|
+
statisticalInfo?: CopyDentryResponseBodySpaceRecentListStatisticalInfo;
|
|
32544
|
+
/**
|
|
32545
|
+
* @example
|
|
32546
|
+
* 12345678
|
|
32547
|
+
*/
|
|
32548
|
+
updatedTime?: number;
|
|
32549
|
+
updater?: CopyDentryResponseBodySpaceRecentListUpdater;
|
|
32550
|
+
/**
|
|
32551
|
+
* @example
|
|
32552
|
+
* https://xxx.yy
|
|
32553
|
+
*/
|
|
32554
|
+
url?: string;
|
|
32555
|
+
visitorInfo?: CopyDentryResponseBodySpaceRecentListVisitorInfo;
|
|
32556
|
+
static names(): {
|
|
32557
|
+
[key: string]: string;
|
|
32558
|
+
};
|
|
32559
|
+
static types(): {
|
|
32560
|
+
[key: string]: any;
|
|
32561
|
+
};
|
|
32562
|
+
constructor(map?: {
|
|
32563
|
+
[key: string]: any;
|
|
32564
|
+
});
|
|
32565
|
+
}
|
|
32566
|
+
export declare class CopyDentryResponseBodySpaceVisitorInfo extends $tea.Model {
|
|
32567
|
+
/**
|
|
32568
|
+
* @example
|
|
32569
|
+
* GET_DENTRY
|
|
32570
|
+
*/
|
|
32571
|
+
dentryActions?: string[];
|
|
32572
|
+
/**
|
|
32573
|
+
* @example
|
|
32574
|
+
* 3
|
|
32575
|
+
*/
|
|
32576
|
+
roleCode?: string;
|
|
32577
|
+
/**
|
|
32578
|
+
* @example
|
|
32579
|
+
* GET_SPACE
|
|
32580
|
+
*/
|
|
32581
|
+
spaceActions?: string[];
|
|
32582
|
+
static names(): {
|
|
32583
|
+
[key: string]: string;
|
|
32584
|
+
};
|
|
32585
|
+
static types(): {
|
|
32586
|
+
[key: string]: any;
|
|
32587
|
+
};
|
|
32588
|
+
constructor(map?: {
|
|
32589
|
+
[key: string]: any;
|
|
32590
|
+
});
|
|
32591
|
+
}
|
|
32592
|
+
export declare class CopyDentryResponseBodySpace extends $tea.Model {
|
|
32593
|
+
/**
|
|
32594
|
+
* @example
|
|
32595
|
+
* https://img.alicdn.com/imgextra/i1/O1xxxxx.png
|
|
32596
|
+
*/
|
|
32597
|
+
cover?: string;
|
|
32598
|
+
/**
|
|
32599
|
+
* @example
|
|
32600
|
+
* 这是简介
|
|
32601
|
+
*/
|
|
32602
|
+
description?: string;
|
|
32603
|
+
hdIconVO?: CopyDentryResponseBodySpaceHdIconVO;
|
|
32604
|
+
iconVO?: CopyDentryResponseBodySpaceIconVO;
|
|
32605
|
+
/**
|
|
32606
|
+
* @example
|
|
32607
|
+
* n9XJxxxxx
|
|
32608
|
+
*/
|
|
32609
|
+
id?: string;
|
|
32610
|
+
name?: string;
|
|
32611
|
+
/**
|
|
32612
|
+
* @example
|
|
32613
|
+
* 测试知识库
|
|
32614
|
+
*/
|
|
32615
|
+
owner?: CopyDentryResponseBodySpaceOwner;
|
|
32616
|
+
recentList?: CopyDentryResponseBodySpaceRecentList[];
|
|
32617
|
+
/**
|
|
32618
|
+
* @example
|
|
32619
|
+
* 1
|
|
32620
|
+
*/
|
|
32621
|
+
type?: number;
|
|
32622
|
+
/**
|
|
32623
|
+
* @example
|
|
32624
|
+
* https://alidocs.dingtalk.com/i/spaces/n9XJ*******Xy/overview
|
|
32625
|
+
*/
|
|
32626
|
+
url?: string;
|
|
32627
|
+
visitorInfo?: CopyDentryResponseBodySpaceVisitorInfo;
|
|
32628
|
+
static names(): {
|
|
32629
|
+
[key: string]: string;
|
|
32630
|
+
};
|
|
32631
|
+
static types(): {
|
|
32632
|
+
[key: string]: any;
|
|
32633
|
+
};
|
|
32634
|
+
constructor(map?: {
|
|
32635
|
+
[key: string]: any;
|
|
32636
|
+
});
|
|
32637
|
+
}
|
|
31496
32638
|
export declare class CreateDeliveryPlanHeadersAccountContext extends $tea.Model {
|
|
31497
32639
|
/**
|
|
31498
32640
|
* @example
|
|
@@ -34067,6 +35209,41 @@ export declare class GetCorpTasksResponseBodyData extends $tea.Model {
|
|
|
34067
35209
|
[key: string]: any;
|
|
34068
35210
|
});
|
|
34069
35211
|
}
|
|
35212
|
+
export declare class GetDeptNoHeadersAccountContext extends $tea.Model {
|
|
35213
|
+
/**
|
|
35214
|
+
* @remarks
|
|
35215
|
+
* This parameter is required.
|
|
35216
|
+
*
|
|
35217
|
+
* @example
|
|
35218
|
+
* 012345
|
|
35219
|
+
*/
|
|
35220
|
+
accountId?: string;
|
|
35221
|
+
static names(): {
|
|
35222
|
+
[key: string]: string;
|
|
35223
|
+
};
|
|
35224
|
+
static types(): {
|
|
35225
|
+
[key: string]: any;
|
|
35226
|
+
};
|
|
35227
|
+
constructor(map?: {
|
|
35228
|
+
[key: string]: any;
|
|
35229
|
+
});
|
|
35230
|
+
}
|
|
35231
|
+
export declare class GetDeptNoRequestTenantContext extends $tea.Model {
|
|
35232
|
+
/**
|
|
35233
|
+
* @example
|
|
35234
|
+
* xxxxxx
|
|
35235
|
+
*/
|
|
35236
|
+
tenantId?: string;
|
|
35237
|
+
static names(): {
|
|
35238
|
+
[key: string]: string;
|
|
35239
|
+
};
|
|
35240
|
+
static types(): {
|
|
35241
|
+
[key: string]: any;
|
|
35242
|
+
};
|
|
35243
|
+
constructor(map?: {
|
|
35244
|
+
[key: string]: any;
|
|
35245
|
+
});
|
|
35246
|
+
}
|
|
34070
35247
|
export declare class GetDocContentHeadersAccountContext extends $tea.Model {
|
|
34071
35248
|
/**
|
|
34072
35249
|
* @remarks
|
|
@@ -37196,6 +38373,221 @@ export declare class GetOperationRecordsResponseBodyResult extends $tea.Model {
|
|
|
37196
38373
|
[key: string]: any;
|
|
37197
38374
|
});
|
|
37198
38375
|
}
|
|
38376
|
+
export declare class GetOrgLiveListHeadersAccountContext extends $tea.Model {
|
|
38377
|
+
/**
|
|
38378
|
+
* @remarks
|
|
38379
|
+
* This parameter is required.
|
|
38380
|
+
*
|
|
38381
|
+
* @example
|
|
38382
|
+
* 012345
|
|
38383
|
+
*/
|
|
38384
|
+
accountId?: string;
|
|
38385
|
+
static names(): {
|
|
38386
|
+
[key: string]: string;
|
|
38387
|
+
};
|
|
38388
|
+
static types(): {
|
|
38389
|
+
[key: string]: any;
|
|
38390
|
+
};
|
|
38391
|
+
constructor(map?: {
|
|
38392
|
+
[key: string]: any;
|
|
38393
|
+
});
|
|
38394
|
+
}
|
|
38395
|
+
export declare class GetOrgLiveListRequestTenantContext extends $tea.Model {
|
|
38396
|
+
/**
|
|
38397
|
+
* @example
|
|
38398
|
+
* xxxxxx
|
|
38399
|
+
*/
|
|
38400
|
+
tenantId?: string;
|
|
38401
|
+
static names(): {
|
|
38402
|
+
[key: string]: string;
|
|
38403
|
+
};
|
|
38404
|
+
static types(): {
|
|
38405
|
+
[key: string]: any;
|
|
38406
|
+
};
|
|
38407
|
+
constructor(map?: {
|
|
38408
|
+
[key: string]: any;
|
|
38409
|
+
});
|
|
38410
|
+
}
|
|
38411
|
+
export declare class GetOrgLiveListResponseBodyResultNewLiveLiveList extends $tea.Model {
|
|
38412
|
+
/**
|
|
38413
|
+
* @example
|
|
38414
|
+
* nickName
|
|
38415
|
+
*/
|
|
38416
|
+
anchorNickname?: string;
|
|
38417
|
+
/**
|
|
38418
|
+
* @example
|
|
38419
|
+
* ersqqdddf
|
|
38420
|
+
*/
|
|
38421
|
+
anchorUserId?: string;
|
|
38422
|
+
/**
|
|
38423
|
+
* @example
|
|
38424
|
+
* 1398324600000
|
|
38425
|
+
*/
|
|
38426
|
+
liveEndTime?: number;
|
|
38427
|
+
/**
|
|
38428
|
+
* @example
|
|
38429
|
+
* 1398321600000
|
|
38430
|
+
*/
|
|
38431
|
+
liveStartTime?: number;
|
|
38432
|
+
/**
|
|
38433
|
+
* @example
|
|
38434
|
+
* 4d38xxxxx
|
|
38435
|
+
*/
|
|
38436
|
+
liveUuid?: string;
|
|
38437
|
+
/**
|
|
38438
|
+
* @example
|
|
38439
|
+
* 群OpenConversationId
|
|
38440
|
+
*/
|
|
38441
|
+
shareOpenConversationIds?: string[];
|
|
38442
|
+
/**
|
|
38443
|
+
* @example
|
|
38444
|
+
* 直播标题
|
|
38445
|
+
*/
|
|
38446
|
+
title?: string;
|
|
38447
|
+
static names(): {
|
|
38448
|
+
[key: string]: string;
|
|
38449
|
+
};
|
|
38450
|
+
static types(): {
|
|
38451
|
+
[key: string]: any;
|
|
38452
|
+
};
|
|
38453
|
+
constructor(map?: {
|
|
38454
|
+
[key: string]: any;
|
|
38455
|
+
});
|
|
38456
|
+
}
|
|
38457
|
+
export declare class GetOrgLiveListResponseBodyResultNewLive extends $tea.Model {
|
|
38458
|
+
/**
|
|
38459
|
+
* @example
|
|
38460
|
+
* true
|
|
38461
|
+
*/
|
|
38462
|
+
hasMore?: boolean;
|
|
38463
|
+
/**
|
|
38464
|
+
* @example
|
|
38465
|
+
* []
|
|
38466
|
+
*/
|
|
38467
|
+
liveList?: GetOrgLiveListResponseBodyResultNewLiveLiveList[];
|
|
38468
|
+
/**
|
|
38469
|
+
* @example
|
|
38470
|
+
* 1
|
|
38471
|
+
*/
|
|
38472
|
+
pageNumber?: number;
|
|
38473
|
+
/**
|
|
38474
|
+
* @example
|
|
38475
|
+
* 10
|
|
38476
|
+
*/
|
|
38477
|
+
pageSize?: number;
|
|
38478
|
+
/**
|
|
38479
|
+
* @example
|
|
38480
|
+
* 100
|
|
38481
|
+
*/
|
|
38482
|
+
totalCount?: number;
|
|
38483
|
+
static names(): {
|
|
38484
|
+
[key: string]: string;
|
|
38485
|
+
};
|
|
38486
|
+
static types(): {
|
|
38487
|
+
[key: string]: any;
|
|
38488
|
+
};
|
|
38489
|
+
constructor(map?: {
|
|
38490
|
+
[key: string]: any;
|
|
38491
|
+
});
|
|
38492
|
+
}
|
|
38493
|
+
export declare class GetOrgLiveListResponseBodyResultUpdateLiveLiveList extends $tea.Model {
|
|
38494
|
+
/**
|
|
38495
|
+
* @example
|
|
38496
|
+
* nickName
|
|
38497
|
+
*/
|
|
38498
|
+
anchorNickname?: string;
|
|
38499
|
+
/**
|
|
38500
|
+
* @example
|
|
38501
|
+
* 012345
|
|
38502
|
+
*/
|
|
38503
|
+
anchorUserId?: string;
|
|
38504
|
+
/**
|
|
38505
|
+
* @example
|
|
38506
|
+
* 1398324600000
|
|
38507
|
+
*/
|
|
38508
|
+
liveEndTime?: number;
|
|
38509
|
+
/**
|
|
38510
|
+
* @example
|
|
38511
|
+
* 1398321600000
|
|
38512
|
+
*/
|
|
38513
|
+
liveStartTime?: number;
|
|
38514
|
+
/**
|
|
38515
|
+
* @example
|
|
38516
|
+
* 4d38xxxxx
|
|
38517
|
+
*/
|
|
38518
|
+
liveUuid?: string;
|
|
38519
|
+
/**
|
|
38520
|
+
* @example
|
|
38521
|
+
* 直播标题
|
|
38522
|
+
*/
|
|
38523
|
+
title?: string;
|
|
38524
|
+
static names(): {
|
|
38525
|
+
[key: string]: string;
|
|
38526
|
+
};
|
|
38527
|
+
static types(): {
|
|
38528
|
+
[key: string]: any;
|
|
38529
|
+
};
|
|
38530
|
+
constructor(map?: {
|
|
38531
|
+
[key: string]: any;
|
|
38532
|
+
});
|
|
38533
|
+
}
|
|
38534
|
+
export declare class GetOrgLiveListResponseBodyResultUpdateLive extends $tea.Model {
|
|
38535
|
+
/**
|
|
38536
|
+
* @example
|
|
38537
|
+
* true
|
|
38538
|
+
*/
|
|
38539
|
+
hasMore?: boolean;
|
|
38540
|
+
/**
|
|
38541
|
+
* @example
|
|
38542
|
+
* []
|
|
38543
|
+
*/
|
|
38544
|
+
liveList?: GetOrgLiveListResponseBodyResultUpdateLiveLiveList[];
|
|
38545
|
+
/**
|
|
38546
|
+
* @example
|
|
38547
|
+
* 1
|
|
38548
|
+
*/
|
|
38549
|
+
pageNumber?: number;
|
|
38550
|
+
/**
|
|
38551
|
+
* @example
|
|
38552
|
+
* 10
|
|
38553
|
+
*/
|
|
38554
|
+
pageSize?: number;
|
|
38555
|
+
/**
|
|
38556
|
+
* @example
|
|
38557
|
+
* 100
|
|
38558
|
+
*/
|
|
38559
|
+
totalCount?: number;
|
|
38560
|
+
static names(): {
|
|
38561
|
+
[key: string]: string;
|
|
38562
|
+
};
|
|
38563
|
+
static types(): {
|
|
38564
|
+
[key: string]: any;
|
|
38565
|
+
};
|
|
38566
|
+
constructor(map?: {
|
|
38567
|
+
[key: string]: any;
|
|
38568
|
+
});
|
|
38569
|
+
}
|
|
38570
|
+
export declare class GetOrgLiveListResponseBodyResult extends $tea.Model {
|
|
38571
|
+
/**
|
|
38572
|
+
* @example
|
|
38573
|
+
* 新建的直播列表
|
|
38574
|
+
*/
|
|
38575
|
+
newLive?: GetOrgLiveListResponseBodyResultNewLive;
|
|
38576
|
+
/**
|
|
38577
|
+
* @example
|
|
38578
|
+
* 修改的直播列表
|
|
38579
|
+
*/
|
|
38580
|
+
updateLive?: GetOrgLiveListResponseBodyResultUpdateLive;
|
|
38581
|
+
static names(): {
|
|
38582
|
+
[key: string]: string;
|
|
38583
|
+
};
|
|
38584
|
+
static types(): {
|
|
38585
|
+
[key: string]: any;
|
|
38586
|
+
};
|
|
38587
|
+
constructor(map?: {
|
|
38588
|
+
[key: string]: any;
|
|
38589
|
+
});
|
|
38590
|
+
}
|
|
37199
38591
|
export declare class GetProcessDefinitionHeadersAccountContext extends $tea.Model {
|
|
37200
38592
|
/**
|
|
37201
38593
|
* @remarks
|
|
@@ -43738,6 +45130,7 @@ export declare class QueryMeetingRoomResponseBodyResult extends $tea.Model {
|
|
|
43738
45130
|
* 0
|
|
43739
45131
|
*/
|
|
43740
45132
|
roomStatus?: number;
|
|
45133
|
+
roomUnionId?: string;
|
|
43741
45134
|
static names(): {
|
|
43742
45135
|
[key: string]: string;
|
|
43743
45136
|
};
|
|
@@ -45990,6 +47383,41 @@ export declare class SetColumnsVisibilityRequestTenantContext extends $tea.Model
|
|
|
45990
47383
|
[key: string]: any;
|
|
45991
47384
|
});
|
|
45992
47385
|
}
|
|
47386
|
+
export declare class SetConferenceHostsHeadersAccountContext extends $tea.Model {
|
|
47387
|
+
/**
|
|
47388
|
+
* @remarks
|
|
47389
|
+
* This parameter is required.
|
|
47390
|
+
*
|
|
47391
|
+
* @example
|
|
47392
|
+
* 012345
|
|
47393
|
+
*/
|
|
47394
|
+
accountId?: string;
|
|
47395
|
+
static names(): {
|
|
47396
|
+
[key: string]: string;
|
|
47397
|
+
};
|
|
47398
|
+
static types(): {
|
|
47399
|
+
[key: string]: any;
|
|
47400
|
+
};
|
|
47401
|
+
constructor(map?: {
|
|
47402
|
+
[key: string]: any;
|
|
47403
|
+
});
|
|
47404
|
+
}
|
|
47405
|
+
export declare class SetConferenceHostsRequestTenantContext extends $tea.Model {
|
|
47406
|
+
/**
|
|
47407
|
+
* @example
|
|
47408
|
+
* xxxxxx
|
|
47409
|
+
*/
|
|
47410
|
+
tenantId?: string;
|
|
47411
|
+
static names(): {
|
|
47412
|
+
[key: string]: string;
|
|
47413
|
+
};
|
|
47414
|
+
static types(): {
|
|
47415
|
+
[key: string]: any;
|
|
47416
|
+
};
|
|
47417
|
+
constructor(map?: {
|
|
47418
|
+
[key: string]: any;
|
|
47419
|
+
});
|
|
47420
|
+
}
|
|
45993
47421
|
export declare class SetRowsVisibilityHeadersAccountContext extends $tea.Model {
|
|
45994
47422
|
/**
|
|
45995
47423
|
* @example
|
|
@@ -47660,6 +49088,22 @@ export default class Client extends OpenApi {
|
|
|
47660
49088
|
* @returns CommitFileResponse
|
|
47661
49089
|
*/
|
|
47662
49090
|
commitFile(request: CommitFileRequest): Promise<CommitFileResponse>;
|
|
49091
|
+
/**
|
|
49092
|
+
* 创建知识库节点副本
|
|
49093
|
+
*
|
|
49094
|
+
* @param tmpReq - CopyDentryRequest
|
|
49095
|
+
* @param tmpHeader - CopyDentryHeaders
|
|
49096
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
49097
|
+
* @returns CopyDentryResponse
|
|
49098
|
+
*/
|
|
49099
|
+
copyDentryWithOptions(tmpReq: CopyDentryRequest, tmpHeader: CopyDentryHeaders, runtime: $Util.RuntimeOptions): Promise<CopyDentryResponse>;
|
|
49100
|
+
/**
|
|
49101
|
+
* 创建知识库节点副本
|
|
49102
|
+
*
|
|
49103
|
+
* @param request - CopyDentryRequest
|
|
49104
|
+
* @returns CopyDentryResponse
|
|
49105
|
+
*/
|
|
49106
|
+
copyDentry(request: CopyDentryRequest): Promise<CopyDentryResponse>;
|
|
47663
49107
|
/**
|
|
47664
49108
|
* 发布钉钉投放活动
|
|
47665
49109
|
*
|
|
@@ -48392,6 +49836,18 @@ export default class Client extends OpenApi {
|
|
|
48392
49836
|
* @returns GetCorpTasksResponse
|
|
48393
49837
|
*/
|
|
48394
49838
|
getCorpTasks(request: GetCorpTasksRequest): Promise<GetCorpTasksResponse>;
|
|
49839
|
+
/**
|
|
49840
|
+
* @param tmpReq - GetDeptNoRequest
|
|
49841
|
+
* @param tmpHeader - GetDeptNoHeaders
|
|
49842
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
49843
|
+
* @returns GetDeptNoResponse
|
|
49844
|
+
*/
|
|
49845
|
+
getDeptNoWithOptions(tmpReq: GetDeptNoRequest, tmpHeader: GetDeptNoHeaders, runtime: $Util.RuntimeOptions): Promise<GetDeptNoResponse>;
|
|
49846
|
+
/**
|
|
49847
|
+
* @param request - GetDeptNoRequest
|
|
49848
|
+
* @returns GetDeptNoResponse
|
|
49849
|
+
*/
|
|
49850
|
+
getDeptNo(request: GetDeptNoRequest): Promise<GetDeptNoResponse>;
|
|
48395
49851
|
/**
|
|
48396
49852
|
* 委托权限获取文档内容
|
|
48397
49853
|
*
|
|
@@ -48888,6 +50344,18 @@ export default class Client extends OpenApi {
|
|
|
48888
50344
|
* @returns GetOperationRecordsResponse
|
|
48889
50345
|
*/
|
|
48890
50346
|
getOperationRecords(request: GetOperationRecordsRequest): Promise<GetOperationRecordsResponse>;
|
|
50347
|
+
/**
|
|
50348
|
+
* @param tmpReq - GetOrgLiveListRequest
|
|
50349
|
+
* @param tmpHeader - GetOrgLiveListHeaders
|
|
50350
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
50351
|
+
* @returns GetOrgLiveListResponse
|
|
50352
|
+
*/
|
|
50353
|
+
getOrgLiveListWithOptions(tmpReq: GetOrgLiveListRequest, tmpHeader: GetOrgLiveListHeaders, runtime: $Util.RuntimeOptions): Promise<GetOrgLiveListResponse>;
|
|
50354
|
+
/**
|
|
50355
|
+
* @param request - GetOrgLiveListRequest
|
|
50356
|
+
* @returns GetOrgLiveListResponse
|
|
50357
|
+
*/
|
|
50358
|
+
getOrgLiveList(request: GetOrgLiveListRequest): Promise<GetOrgLiveListResponse>;
|
|
48891
50359
|
/**
|
|
48892
50360
|
* 获取流程定义
|
|
48893
50361
|
*
|
|
@@ -50264,6 +51732,22 @@ export default class Client extends OpenApi {
|
|
|
50264
51732
|
* @returns SetColumnsVisibilityResponse
|
|
50265
51733
|
*/
|
|
50266
51734
|
setColumnsVisibility(request: SetColumnsVisibilityRequest): Promise<SetColumnsVisibilityResponse>;
|
|
51735
|
+
/**
|
|
51736
|
+
* 设置联席主持人
|
|
51737
|
+
*
|
|
51738
|
+
* @param tmpReq - SetConferenceHostsRequest
|
|
51739
|
+
* @param tmpHeader - SetConferenceHostsHeaders
|
|
51740
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
51741
|
+
* @returns SetConferenceHostsResponse
|
|
51742
|
+
*/
|
|
51743
|
+
setConferenceHostsWithOptions(tmpReq: SetConferenceHostsRequest, tmpHeader: SetConferenceHostsHeaders, runtime: $Util.RuntimeOptions): Promise<SetConferenceHostsResponse>;
|
|
51744
|
+
/**
|
|
51745
|
+
* 设置联席主持人
|
|
51746
|
+
*
|
|
51747
|
+
* @param request - SetConferenceHostsRequest
|
|
51748
|
+
* @returns SetConferenceHostsResponse
|
|
51749
|
+
*/
|
|
51750
|
+
setConferenceHosts(request: SetConferenceHostsRequest): Promise<SetConferenceHostsResponse>;
|
|
50267
51751
|
/**
|
|
50268
51752
|
* 指定行隐藏
|
|
50269
51753
|
*
|