@alicloud/aliding20230426 2.21.0 → 2.22.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 +1524 -50
- package/dist/client.js +1433 -38
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +2657 -288
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;
|
|
@@ -9679,11 +9943,11 @@ export declare class GetCorpTasksResponse extends $tea.Model {
|
|
|
9679
9943
|
[key: string]: any;
|
|
9680
9944
|
});
|
|
9681
9945
|
}
|
|
9682
|
-
export declare class
|
|
9946
|
+
export declare class GetDeptNoHeaders extends $tea.Model {
|
|
9683
9947
|
commonHeaders?: {
|
|
9684
9948
|
[key: string]: string;
|
|
9685
9949
|
};
|
|
9686
|
-
accountContext?:
|
|
9950
|
+
accountContext?: GetDeptNoHeadersAccountContext;
|
|
9687
9951
|
static names(): {
|
|
9688
9952
|
[key: string]: string;
|
|
9689
9953
|
};
|
|
@@ -9694,7 +9958,7 @@ export declare class GetDocContentHeaders extends $tea.Model {
|
|
|
9694
9958
|
[key: string]: any;
|
|
9695
9959
|
});
|
|
9696
9960
|
}
|
|
9697
|
-
export declare class
|
|
9961
|
+
export declare class GetDeptNoShrinkHeaders extends $tea.Model {
|
|
9698
9962
|
commonHeaders?: {
|
|
9699
9963
|
[key: string]: string;
|
|
9700
9964
|
};
|
|
@@ -9709,26 +9973,16 @@ export declare class GetDocContentShrinkHeaders extends $tea.Model {
|
|
|
9709
9973
|
[key: string]: any;
|
|
9710
9974
|
});
|
|
9711
9975
|
}
|
|
9712
|
-
export declare class
|
|
9976
|
+
export declare class GetDeptNoRequest extends $tea.Model {
|
|
9977
|
+
tenantContext?: GetDeptNoRequestTenantContext;
|
|
9713
9978
|
/**
|
|
9714
9979
|
* @remarks
|
|
9715
9980
|
* This parameter is required.
|
|
9716
9981
|
*
|
|
9717
9982
|
* @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.
|
|
9983
|
+
* 012345
|
|
9730
9984
|
*/
|
|
9731
|
-
|
|
9985
|
+
deptId?: string;
|
|
9732
9986
|
static names(): {
|
|
9733
9987
|
[key: string]: string;
|
|
9734
9988
|
};
|
|
@@ -9739,26 +9993,16 @@ export declare class GetDocContentRequest extends $tea.Model {
|
|
|
9739
9993
|
[key: string]: any;
|
|
9740
9994
|
});
|
|
9741
9995
|
}
|
|
9742
|
-
export declare class
|
|
9996
|
+
export declare class GetDeptNoShrinkRequest extends $tea.Model {
|
|
9997
|
+
tenantContextShrink?: string;
|
|
9743
9998
|
/**
|
|
9744
9999
|
* @remarks
|
|
9745
10000
|
* This parameter is required.
|
|
9746
10001
|
*
|
|
9747
10002
|
* @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.
|
|
10003
|
+
* 012345
|
|
9760
10004
|
*/
|
|
9761
|
-
|
|
10005
|
+
deptId?: string;
|
|
9762
10006
|
static names(): {
|
|
9763
10007
|
[key: string]: string;
|
|
9764
10008
|
};
|
|
@@ -9769,17 +10013,17 @@ export declare class GetDocContentShrinkRequest extends $tea.Model {
|
|
|
9769
10013
|
[key: string]: any;
|
|
9770
10014
|
});
|
|
9771
10015
|
}
|
|
9772
|
-
export declare class
|
|
10016
|
+
export declare class GetDeptNoResponseBody extends $tea.Model {
|
|
9773
10017
|
/**
|
|
9774
10018
|
* @example
|
|
9775
|
-
*
|
|
10019
|
+
* 12345
|
|
9776
10020
|
*/
|
|
9777
|
-
|
|
10021
|
+
deptNo?: string;
|
|
9778
10022
|
/**
|
|
9779
10023
|
* @example
|
|
9780
|
-
*
|
|
10024
|
+
* 0FAAEC9C-C6C8-5C87-AF8E-1195889BBXXX
|
|
9781
10025
|
*/
|
|
9782
|
-
|
|
10026
|
+
requestId?: string;
|
|
9783
10027
|
/**
|
|
9784
10028
|
* @example
|
|
9785
10029
|
* 0FAAEC9C-C6C8-5C87-AF8E-1195889BBXXX
|
|
@@ -9800,12 +10044,12 @@ export declare class GetDocContentResponseBody extends $tea.Model {
|
|
|
9800
10044
|
[key: string]: any;
|
|
9801
10045
|
});
|
|
9802
10046
|
}
|
|
9803
|
-
export declare class
|
|
10047
|
+
export declare class GetDeptNoResponse extends $tea.Model {
|
|
9804
10048
|
headers?: {
|
|
9805
10049
|
[key: string]: string;
|
|
9806
10050
|
};
|
|
9807
10051
|
statusCode?: number;
|
|
9808
|
-
body?:
|
|
10052
|
+
body?: GetDeptNoResponseBody;
|
|
9809
10053
|
static names(): {
|
|
9810
10054
|
[key: string]: string;
|
|
9811
10055
|
};
|
|
@@ -9816,11 +10060,11 @@ export declare class GetDocContentResponse extends $tea.Model {
|
|
|
9816
10060
|
[key: string]: any;
|
|
9817
10061
|
});
|
|
9818
10062
|
}
|
|
9819
|
-
export declare class
|
|
10063
|
+
export declare class GetDocContentHeaders extends $tea.Model {
|
|
9820
10064
|
commonHeaders?: {
|
|
9821
10065
|
[key: string]: string;
|
|
9822
10066
|
};
|
|
9823
|
-
accountContext?:
|
|
10067
|
+
accountContext?: GetDocContentHeadersAccountContext;
|
|
9824
10068
|
static names(): {
|
|
9825
10069
|
[key: string]: string;
|
|
9826
10070
|
};
|
|
@@ -9831,7 +10075,7 @@ export declare class GetDocContentTakIdHeaders extends $tea.Model {
|
|
|
9831
10075
|
[key: string]: any;
|
|
9832
10076
|
});
|
|
9833
10077
|
}
|
|
9834
|
-
export declare class
|
|
10078
|
+
export declare class GetDocContentShrinkHeaders extends $tea.Model {
|
|
9835
10079
|
commonHeaders?: {
|
|
9836
10080
|
[key: string]: string;
|
|
9837
10081
|
};
|
|
@@ -9846,22 +10090,26 @@ export declare class GetDocContentTakIdShrinkHeaders extends $tea.Model {
|
|
|
9846
10090
|
[key: string]: any;
|
|
9847
10091
|
});
|
|
9848
10092
|
}
|
|
9849
|
-
export declare class
|
|
10093
|
+
export declare class GetDocContentRequest extends $tea.Model {
|
|
9850
10094
|
/**
|
|
9851
10095
|
* @remarks
|
|
9852
10096
|
* This parameter is required.
|
|
9853
10097
|
*
|
|
9854
10098
|
* @example
|
|
9855
|
-
*
|
|
10099
|
+
* dentry_uuid
|
|
9856
10100
|
*/
|
|
9857
10101
|
dentryUuid?: string;
|
|
9858
|
-
generateCp?: boolean;
|
|
9859
10102
|
/**
|
|
9860
10103
|
* @example
|
|
9861
10104
|
* markdown
|
|
9862
10105
|
*/
|
|
9863
10106
|
targetFormat?: string;
|
|
9864
|
-
tenantContext?:
|
|
10107
|
+
tenantContext?: GetDocContentRequestTenantContext;
|
|
10108
|
+
/**
|
|
10109
|
+
* @remarks
|
|
10110
|
+
* This parameter is required.
|
|
10111
|
+
*/
|
|
10112
|
+
userToken?: string;
|
|
9865
10113
|
static names(): {
|
|
9866
10114
|
[key: string]: string;
|
|
9867
10115
|
};
|
|
@@ -9872,22 +10120,26 @@ export declare class GetDocContentTakIdRequest extends $tea.Model {
|
|
|
9872
10120
|
[key: string]: any;
|
|
9873
10121
|
});
|
|
9874
10122
|
}
|
|
9875
|
-
export declare class
|
|
10123
|
+
export declare class GetDocContentShrinkRequest extends $tea.Model {
|
|
9876
10124
|
/**
|
|
9877
10125
|
* @remarks
|
|
9878
10126
|
* This parameter is required.
|
|
9879
10127
|
*
|
|
9880
10128
|
* @example
|
|
9881
|
-
*
|
|
10129
|
+
* dentry_uuid
|
|
9882
10130
|
*/
|
|
9883
10131
|
dentryUuid?: string;
|
|
9884
|
-
generateCp?: boolean;
|
|
9885
10132
|
/**
|
|
9886
10133
|
* @example
|
|
9887
10134
|
* markdown
|
|
9888
10135
|
*/
|
|
9889
10136
|
targetFormat?: string;
|
|
9890
10137
|
tenantContextShrink?: string;
|
|
10138
|
+
/**
|
|
10139
|
+
* @remarks
|
|
10140
|
+
* This parameter is required.
|
|
10141
|
+
*/
|
|
10142
|
+
userToken?: string;
|
|
9891
10143
|
static names(): {
|
|
9892
10144
|
[key: string]: string;
|
|
9893
10145
|
};
|
|
@@ -9898,7 +10150,7 @@ export declare class GetDocContentTakIdShrinkRequest extends $tea.Model {
|
|
|
9898
10150
|
[key: string]: any;
|
|
9899
10151
|
});
|
|
9900
10152
|
}
|
|
9901
|
-
export declare class
|
|
10153
|
+
export declare class GetDocContentResponseBody extends $tea.Model {
|
|
9902
10154
|
/**
|
|
9903
10155
|
* @example
|
|
9904
10156
|
* 0FAAEC9C-C6C8-5C87-AF8E-1195889BBXXX
|
|
@@ -9906,7 +10158,136 @@ export declare class GetDocContentTakIdResponseBody extends $tea.Model {
|
|
|
9906
10158
|
requestId?: string;
|
|
9907
10159
|
/**
|
|
9908
10160
|
* @example
|
|
9909
|
-
*
|
|
10161
|
+
* task123abc
|
|
10162
|
+
*/
|
|
10163
|
+
taskId?: number;
|
|
10164
|
+
/**
|
|
10165
|
+
* @example
|
|
10166
|
+
* 0FAAEC9C-C6C8-5C87-AF8E-1195889BBXXX
|
|
10167
|
+
*/
|
|
10168
|
+
vendorRequestId?: string;
|
|
10169
|
+
/**
|
|
10170
|
+
* @example
|
|
10171
|
+
* dingtalk
|
|
10172
|
+
*/
|
|
10173
|
+
vendorType?: string;
|
|
10174
|
+
static names(): {
|
|
10175
|
+
[key: string]: string;
|
|
10176
|
+
};
|
|
10177
|
+
static types(): {
|
|
10178
|
+
[key: string]: any;
|
|
10179
|
+
};
|
|
10180
|
+
constructor(map?: {
|
|
10181
|
+
[key: string]: any;
|
|
10182
|
+
});
|
|
10183
|
+
}
|
|
10184
|
+
export declare class GetDocContentResponse extends $tea.Model {
|
|
10185
|
+
headers?: {
|
|
10186
|
+
[key: string]: string;
|
|
10187
|
+
};
|
|
10188
|
+
statusCode?: number;
|
|
10189
|
+
body?: GetDocContentResponseBody;
|
|
10190
|
+
static names(): {
|
|
10191
|
+
[key: string]: string;
|
|
10192
|
+
};
|
|
10193
|
+
static types(): {
|
|
10194
|
+
[key: string]: any;
|
|
10195
|
+
};
|
|
10196
|
+
constructor(map?: {
|
|
10197
|
+
[key: string]: any;
|
|
10198
|
+
});
|
|
10199
|
+
}
|
|
10200
|
+
export declare class GetDocContentTakIdHeaders extends $tea.Model {
|
|
10201
|
+
commonHeaders?: {
|
|
10202
|
+
[key: string]: string;
|
|
10203
|
+
};
|
|
10204
|
+
accountContext?: GetDocContentTakIdHeadersAccountContext;
|
|
10205
|
+
static names(): {
|
|
10206
|
+
[key: string]: string;
|
|
10207
|
+
};
|
|
10208
|
+
static types(): {
|
|
10209
|
+
[key: string]: any;
|
|
10210
|
+
};
|
|
10211
|
+
constructor(map?: {
|
|
10212
|
+
[key: string]: any;
|
|
10213
|
+
});
|
|
10214
|
+
}
|
|
10215
|
+
export declare class GetDocContentTakIdShrinkHeaders extends $tea.Model {
|
|
10216
|
+
commonHeaders?: {
|
|
10217
|
+
[key: string]: string;
|
|
10218
|
+
};
|
|
10219
|
+
accountContextShrink?: string;
|
|
10220
|
+
static names(): {
|
|
10221
|
+
[key: string]: string;
|
|
10222
|
+
};
|
|
10223
|
+
static types(): {
|
|
10224
|
+
[key: string]: any;
|
|
10225
|
+
};
|
|
10226
|
+
constructor(map?: {
|
|
10227
|
+
[key: string]: any;
|
|
10228
|
+
});
|
|
10229
|
+
}
|
|
10230
|
+
export declare class GetDocContentTakIdRequest extends $tea.Model {
|
|
10231
|
+
/**
|
|
10232
|
+
* @remarks
|
|
10233
|
+
* This parameter is required.
|
|
10234
|
+
*
|
|
10235
|
+
* @example
|
|
10236
|
+
* qnYMoO1rWxrkmoj2I5L2PYkoJ47Z3je9
|
|
10237
|
+
*/
|
|
10238
|
+
dentryUuid?: string;
|
|
10239
|
+
generateCp?: boolean;
|
|
10240
|
+
/**
|
|
10241
|
+
* @example
|
|
10242
|
+
* markdown
|
|
10243
|
+
*/
|
|
10244
|
+
targetFormat?: string;
|
|
10245
|
+
tenantContext?: GetDocContentTakIdRequestTenantContext;
|
|
10246
|
+
static names(): {
|
|
10247
|
+
[key: string]: string;
|
|
10248
|
+
};
|
|
10249
|
+
static types(): {
|
|
10250
|
+
[key: string]: any;
|
|
10251
|
+
};
|
|
10252
|
+
constructor(map?: {
|
|
10253
|
+
[key: string]: any;
|
|
10254
|
+
});
|
|
10255
|
+
}
|
|
10256
|
+
export declare class GetDocContentTakIdShrinkRequest extends $tea.Model {
|
|
10257
|
+
/**
|
|
10258
|
+
* @remarks
|
|
10259
|
+
* This parameter is required.
|
|
10260
|
+
*
|
|
10261
|
+
* @example
|
|
10262
|
+
* qnYMoO1rWxrkmoj2I5L2PYkoJ47Z3je9
|
|
10263
|
+
*/
|
|
10264
|
+
dentryUuid?: string;
|
|
10265
|
+
generateCp?: boolean;
|
|
10266
|
+
/**
|
|
10267
|
+
* @example
|
|
10268
|
+
* markdown
|
|
10269
|
+
*/
|
|
10270
|
+
targetFormat?: string;
|
|
10271
|
+
tenantContextShrink?: string;
|
|
10272
|
+
static names(): {
|
|
10273
|
+
[key: string]: string;
|
|
10274
|
+
};
|
|
10275
|
+
static types(): {
|
|
10276
|
+
[key: string]: any;
|
|
10277
|
+
};
|
|
10278
|
+
constructor(map?: {
|
|
10279
|
+
[key: string]: any;
|
|
10280
|
+
});
|
|
10281
|
+
}
|
|
10282
|
+
export declare class GetDocContentTakIdResponseBody extends $tea.Model {
|
|
10283
|
+
/**
|
|
10284
|
+
* @example
|
|
10285
|
+
* 0FAAEC9C-C6C8-5C87-AF8E-1195889BBXXX
|
|
10286
|
+
*/
|
|
10287
|
+
requestId?: string;
|
|
10288
|
+
/**
|
|
10289
|
+
* @example
|
|
10290
|
+
* 72652830001
|
|
9910
10291
|
*/
|
|
9911
10292
|
taskId?: number;
|
|
9912
10293
|
/**
|
|
@@ -13672,6 +14053,181 @@ export declare class GetOperationRecordsResponse extends $tea.Model {
|
|
|
13672
14053
|
[key: string]: any;
|
|
13673
14054
|
});
|
|
13674
14055
|
}
|
|
14056
|
+
export declare class GetOrgLiveListHeaders extends $tea.Model {
|
|
14057
|
+
commonHeaders?: {
|
|
14058
|
+
[key: string]: string;
|
|
14059
|
+
};
|
|
14060
|
+
accountContext?: GetOrgLiveListHeadersAccountContext;
|
|
14061
|
+
static names(): {
|
|
14062
|
+
[key: string]: string;
|
|
14063
|
+
};
|
|
14064
|
+
static types(): {
|
|
14065
|
+
[key: string]: any;
|
|
14066
|
+
};
|
|
14067
|
+
constructor(map?: {
|
|
14068
|
+
[key: string]: any;
|
|
14069
|
+
});
|
|
14070
|
+
}
|
|
14071
|
+
export declare class GetOrgLiveListShrinkHeaders extends $tea.Model {
|
|
14072
|
+
commonHeaders?: {
|
|
14073
|
+
[key: string]: string;
|
|
14074
|
+
};
|
|
14075
|
+
accountContextShrink?: string;
|
|
14076
|
+
static names(): {
|
|
14077
|
+
[key: string]: string;
|
|
14078
|
+
};
|
|
14079
|
+
static types(): {
|
|
14080
|
+
[key: string]: any;
|
|
14081
|
+
};
|
|
14082
|
+
constructor(map?: {
|
|
14083
|
+
[key: string]: any;
|
|
14084
|
+
});
|
|
14085
|
+
}
|
|
14086
|
+
export declare class GetOrgLiveListRequest extends $tea.Model {
|
|
14087
|
+
/**
|
|
14088
|
+
* @remarks
|
|
14089
|
+
* This parameter is required.
|
|
14090
|
+
*
|
|
14091
|
+
* @example
|
|
14092
|
+
* db4d318xxxxx
|
|
14093
|
+
*/
|
|
14094
|
+
corpId?: string;
|
|
14095
|
+
/**
|
|
14096
|
+
* @example
|
|
14097
|
+
* 1720211800000
|
|
14098
|
+
*/
|
|
14099
|
+
endTime?: number;
|
|
14100
|
+
/**
|
|
14101
|
+
* @remarks
|
|
14102
|
+
* This parameter is required.
|
|
14103
|
+
*
|
|
14104
|
+
* @example
|
|
14105
|
+
* 1
|
|
14106
|
+
*/
|
|
14107
|
+
pageNumber?: number;
|
|
14108
|
+
/**
|
|
14109
|
+
* @remarks
|
|
14110
|
+
* This parameter is required.
|
|
14111
|
+
*
|
|
14112
|
+
* @example
|
|
14113
|
+
* 10
|
|
14114
|
+
*/
|
|
14115
|
+
pageSize?: number;
|
|
14116
|
+
/**
|
|
14117
|
+
* @example
|
|
14118
|
+
* 1719211800000
|
|
14119
|
+
*/
|
|
14120
|
+
startTime?: number;
|
|
14121
|
+
tenantContext?: GetOrgLiveListRequestTenantContext;
|
|
14122
|
+
/**
|
|
14123
|
+
* @example
|
|
14124
|
+
* 012345
|
|
14125
|
+
*/
|
|
14126
|
+
userId?: string;
|
|
14127
|
+
static names(): {
|
|
14128
|
+
[key: string]: string;
|
|
14129
|
+
};
|
|
14130
|
+
static types(): {
|
|
14131
|
+
[key: string]: any;
|
|
14132
|
+
};
|
|
14133
|
+
constructor(map?: {
|
|
14134
|
+
[key: string]: any;
|
|
14135
|
+
});
|
|
14136
|
+
}
|
|
14137
|
+
export declare class GetOrgLiveListShrinkRequest extends $tea.Model {
|
|
14138
|
+
/**
|
|
14139
|
+
* @remarks
|
|
14140
|
+
* This parameter is required.
|
|
14141
|
+
*
|
|
14142
|
+
* @example
|
|
14143
|
+
* db4d318xxxxx
|
|
14144
|
+
*/
|
|
14145
|
+
corpId?: string;
|
|
14146
|
+
/**
|
|
14147
|
+
* @example
|
|
14148
|
+
* 1720211800000
|
|
14149
|
+
*/
|
|
14150
|
+
endTime?: number;
|
|
14151
|
+
/**
|
|
14152
|
+
* @remarks
|
|
14153
|
+
* This parameter is required.
|
|
14154
|
+
*
|
|
14155
|
+
* @example
|
|
14156
|
+
* 1
|
|
14157
|
+
*/
|
|
14158
|
+
pageNumber?: number;
|
|
14159
|
+
/**
|
|
14160
|
+
* @remarks
|
|
14161
|
+
* This parameter is required.
|
|
14162
|
+
*
|
|
14163
|
+
* @example
|
|
14164
|
+
* 10
|
|
14165
|
+
*/
|
|
14166
|
+
pageSize?: number;
|
|
14167
|
+
/**
|
|
14168
|
+
* @example
|
|
14169
|
+
* 1719211800000
|
|
14170
|
+
*/
|
|
14171
|
+
startTime?: number;
|
|
14172
|
+
tenantContextShrink?: string;
|
|
14173
|
+
/**
|
|
14174
|
+
* @example
|
|
14175
|
+
* 012345
|
|
14176
|
+
*/
|
|
14177
|
+
userId?: string;
|
|
14178
|
+
static names(): {
|
|
14179
|
+
[key: string]: string;
|
|
14180
|
+
};
|
|
14181
|
+
static types(): {
|
|
14182
|
+
[key: string]: any;
|
|
14183
|
+
};
|
|
14184
|
+
constructor(map?: {
|
|
14185
|
+
[key: string]: any;
|
|
14186
|
+
});
|
|
14187
|
+
}
|
|
14188
|
+
export declare class GetOrgLiveListResponseBody extends $tea.Model {
|
|
14189
|
+
/**
|
|
14190
|
+
* @example
|
|
14191
|
+
* 0FAAEC9C-C6C8-5C87-AF8E-1195889BBXXX
|
|
14192
|
+
*/
|
|
14193
|
+
requestId?: string;
|
|
14194
|
+
result?: GetOrgLiveListResponseBodyResult;
|
|
14195
|
+
/**
|
|
14196
|
+
* @example
|
|
14197
|
+
* 0FAAEC9C-C6C8-5C87-AF8E-1195889BBXXX
|
|
14198
|
+
*/
|
|
14199
|
+
vendorRequestId?: string;
|
|
14200
|
+
/**
|
|
14201
|
+
* @example
|
|
14202
|
+
* dingtalk
|
|
14203
|
+
*/
|
|
14204
|
+
vendorType?: string;
|
|
14205
|
+
static names(): {
|
|
14206
|
+
[key: string]: string;
|
|
14207
|
+
};
|
|
14208
|
+
static types(): {
|
|
14209
|
+
[key: string]: any;
|
|
14210
|
+
};
|
|
14211
|
+
constructor(map?: {
|
|
14212
|
+
[key: string]: any;
|
|
14213
|
+
});
|
|
14214
|
+
}
|
|
14215
|
+
export declare class GetOrgLiveListResponse extends $tea.Model {
|
|
14216
|
+
headers?: {
|
|
14217
|
+
[key: string]: string;
|
|
14218
|
+
};
|
|
14219
|
+
statusCode?: number;
|
|
14220
|
+
body?: GetOrgLiveListResponseBody;
|
|
14221
|
+
static names(): {
|
|
14222
|
+
[key: string]: string;
|
|
14223
|
+
};
|
|
14224
|
+
static types(): {
|
|
14225
|
+
[key: string]: any;
|
|
14226
|
+
};
|
|
14227
|
+
constructor(map?: {
|
|
14228
|
+
[key: string]: any;
|
|
14229
|
+
});
|
|
14230
|
+
}
|
|
13675
14231
|
export declare class GetProcessDefinitionHeaders extends $tea.Model {
|
|
13676
14232
|
commonHeaders?: {
|
|
13677
14233
|
[key: string]: string;
|
|
@@ -15978,6 +16534,7 @@ export declare class GetUserResponseBody extends $tea.Model {
|
|
|
15978
16534
|
*/
|
|
15979
16535
|
title?: string;
|
|
15980
16536
|
unionEmpExt?: GetUserResponseBodyUnionEmpExt;
|
|
16537
|
+
unionid?: string;
|
|
15981
16538
|
/**
|
|
15982
16539
|
* @example
|
|
15983
16540
|
* zhangsan
|
|
@@ -25786,6 +26343,151 @@ export declare class SetColumnsVisibilityResponse extends $tea.Model {
|
|
|
25786
26343
|
[key: string]: any;
|
|
25787
26344
|
});
|
|
25788
26345
|
}
|
|
26346
|
+
export declare class SetConferenceHostsHeaders extends $tea.Model {
|
|
26347
|
+
commonHeaders?: {
|
|
26348
|
+
[key: string]: string;
|
|
26349
|
+
};
|
|
26350
|
+
accountContext?: SetConferenceHostsHeadersAccountContext;
|
|
26351
|
+
static names(): {
|
|
26352
|
+
[key: string]: string;
|
|
26353
|
+
};
|
|
26354
|
+
static types(): {
|
|
26355
|
+
[key: string]: any;
|
|
26356
|
+
};
|
|
26357
|
+
constructor(map?: {
|
|
26358
|
+
[key: string]: any;
|
|
26359
|
+
});
|
|
26360
|
+
}
|
|
26361
|
+
export declare class SetConferenceHostsShrinkHeaders extends $tea.Model {
|
|
26362
|
+
commonHeaders?: {
|
|
26363
|
+
[key: string]: string;
|
|
26364
|
+
};
|
|
26365
|
+
accountContextShrink?: string;
|
|
26366
|
+
static names(): {
|
|
26367
|
+
[key: string]: string;
|
|
26368
|
+
};
|
|
26369
|
+
static types(): {
|
|
26370
|
+
[key: string]: any;
|
|
26371
|
+
};
|
|
26372
|
+
constructor(map?: {
|
|
26373
|
+
[key: string]: any;
|
|
26374
|
+
});
|
|
26375
|
+
}
|
|
26376
|
+
export declare class SetConferenceHostsRequest extends $tea.Model {
|
|
26377
|
+
/**
|
|
26378
|
+
* @remarks
|
|
26379
|
+
* This parameter is required.
|
|
26380
|
+
*
|
|
26381
|
+
* @example
|
|
26382
|
+
* add
|
|
26383
|
+
*/
|
|
26384
|
+
operationType?: string;
|
|
26385
|
+
tenantContext?: SetConferenceHostsRequestTenantContext;
|
|
26386
|
+
/**
|
|
26387
|
+
* @remarks
|
|
26388
|
+
* This parameter is required.
|
|
26389
|
+
*
|
|
26390
|
+
* @example
|
|
26391
|
+
* [ "012345"]
|
|
26392
|
+
*/
|
|
26393
|
+
userIds?: string[];
|
|
26394
|
+
/**
|
|
26395
|
+
* @remarks
|
|
26396
|
+
* This parameter is required.
|
|
26397
|
+
*
|
|
26398
|
+
* @example
|
|
26399
|
+
* 607452e01401526ee39609e1
|
|
26400
|
+
*/
|
|
26401
|
+
conferenceId?: string;
|
|
26402
|
+
static names(): {
|
|
26403
|
+
[key: string]: string;
|
|
26404
|
+
};
|
|
26405
|
+
static types(): {
|
|
26406
|
+
[key: string]: any;
|
|
26407
|
+
};
|
|
26408
|
+
constructor(map?: {
|
|
26409
|
+
[key: string]: any;
|
|
26410
|
+
});
|
|
26411
|
+
}
|
|
26412
|
+
export declare class SetConferenceHostsShrinkRequest extends $tea.Model {
|
|
26413
|
+
/**
|
|
26414
|
+
* @remarks
|
|
26415
|
+
* This parameter is required.
|
|
26416
|
+
*
|
|
26417
|
+
* @example
|
|
26418
|
+
* add
|
|
26419
|
+
*/
|
|
26420
|
+
operationType?: string;
|
|
26421
|
+
tenantContextShrink?: string;
|
|
26422
|
+
/**
|
|
26423
|
+
* @remarks
|
|
26424
|
+
* This parameter is required.
|
|
26425
|
+
*
|
|
26426
|
+
* @example
|
|
26427
|
+
* [ "012345"]
|
|
26428
|
+
*/
|
|
26429
|
+
userIdsShrink?: string;
|
|
26430
|
+
/**
|
|
26431
|
+
* @remarks
|
|
26432
|
+
* This parameter is required.
|
|
26433
|
+
*
|
|
26434
|
+
* @example
|
|
26435
|
+
* 607452e01401526ee39609e1
|
|
26436
|
+
*/
|
|
26437
|
+
conferenceId?: string;
|
|
26438
|
+
static names(): {
|
|
26439
|
+
[key: string]: string;
|
|
26440
|
+
};
|
|
26441
|
+
static types(): {
|
|
26442
|
+
[key: string]: any;
|
|
26443
|
+
};
|
|
26444
|
+
constructor(map?: {
|
|
26445
|
+
[key: string]: any;
|
|
26446
|
+
});
|
|
26447
|
+
}
|
|
26448
|
+
export declare class SetConferenceHostsResponseBody extends $tea.Model {
|
|
26449
|
+
/**
|
|
26450
|
+
* @example
|
|
26451
|
+
* 0FAAEC9C-C6C8-5C87-AF8E-1195889BBXXX
|
|
26452
|
+
*/
|
|
26453
|
+
requestId?: string;
|
|
26454
|
+
success?: boolean;
|
|
26455
|
+
/**
|
|
26456
|
+
* @example
|
|
26457
|
+
* 0FAAEC9C-C6C8-5C87-AF8E-1195889BBXXX
|
|
26458
|
+
*/
|
|
26459
|
+
vendorRequestId?: string;
|
|
26460
|
+
/**
|
|
26461
|
+
* @example
|
|
26462
|
+
* dingtalk
|
|
26463
|
+
*/
|
|
26464
|
+
vendorType?: string;
|
|
26465
|
+
static names(): {
|
|
26466
|
+
[key: string]: string;
|
|
26467
|
+
};
|
|
26468
|
+
static types(): {
|
|
26469
|
+
[key: string]: any;
|
|
26470
|
+
};
|
|
26471
|
+
constructor(map?: {
|
|
26472
|
+
[key: string]: any;
|
|
26473
|
+
});
|
|
26474
|
+
}
|
|
26475
|
+
export declare class SetConferenceHostsResponse extends $tea.Model {
|
|
26476
|
+
headers?: {
|
|
26477
|
+
[key: string]: string;
|
|
26478
|
+
};
|
|
26479
|
+
statusCode?: number;
|
|
26480
|
+
body?: SetConferenceHostsResponseBody;
|
|
26481
|
+
static names(): {
|
|
26482
|
+
[key: string]: string;
|
|
26483
|
+
};
|
|
26484
|
+
static types(): {
|
|
26485
|
+
[key: string]: any;
|
|
26486
|
+
};
|
|
26487
|
+
constructor(map?: {
|
|
26488
|
+
[key: string]: any;
|
|
26489
|
+
});
|
|
26490
|
+
}
|
|
25789
26491
|
export declare class SetRowsVisibilityHeaders extends $tea.Model {
|
|
25790
26492
|
commonHeaders?: {
|
|
25791
26493
|
[key: string]: string;
|
|
@@ -31493,6 +32195,436 @@ export declare class CommitFileResponseBodyDentry extends $tea.Model {
|
|
|
31493
32195
|
[key: string]: any;
|
|
31494
32196
|
});
|
|
31495
32197
|
}
|
|
32198
|
+
export declare class CopyDentryHeadersAccountContext extends $tea.Model {
|
|
32199
|
+
/**
|
|
32200
|
+
* @remarks
|
|
32201
|
+
* This parameter is required.
|
|
32202
|
+
*
|
|
32203
|
+
* @example
|
|
32204
|
+
* 012345
|
|
32205
|
+
*/
|
|
32206
|
+
accountId?: string;
|
|
32207
|
+
static names(): {
|
|
32208
|
+
[key: string]: string;
|
|
32209
|
+
};
|
|
32210
|
+
static types(): {
|
|
32211
|
+
[key: string]: any;
|
|
32212
|
+
};
|
|
32213
|
+
constructor(map?: {
|
|
32214
|
+
[key: string]: any;
|
|
32215
|
+
});
|
|
32216
|
+
}
|
|
32217
|
+
export declare class CopyDentryRequestTenantContext extends $tea.Model {
|
|
32218
|
+
/**
|
|
32219
|
+
* @example
|
|
32220
|
+
* xxxxxx
|
|
32221
|
+
*/
|
|
32222
|
+
tenantId?: string;
|
|
32223
|
+
static names(): {
|
|
32224
|
+
[key: string]: string;
|
|
32225
|
+
};
|
|
32226
|
+
static types(): {
|
|
32227
|
+
[key: string]: any;
|
|
32228
|
+
};
|
|
32229
|
+
constructor(map?: {
|
|
32230
|
+
[key: string]: any;
|
|
32231
|
+
});
|
|
32232
|
+
}
|
|
32233
|
+
export declare class CopyDentryResponseBodyLinkSourceInfoIconUrl extends $tea.Model {
|
|
32234
|
+
/**
|
|
32235
|
+
* @example
|
|
32236
|
+
* gh
|
|
32237
|
+
*/
|
|
32238
|
+
line?: string;
|
|
32239
|
+
/**
|
|
32240
|
+
* @example
|
|
32241
|
+
* def
|
|
32242
|
+
*/
|
|
32243
|
+
small?: string;
|
|
32244
|
+
static names(): {
|
|
32245
|
+
[key: string]: string;
|
|
32246
|
+
};
|
|
32247
|
+
static types(): {
|
|
32248
|
+
[key: string]: any;
|
|
32249
|
+
};
|
|
32250
|
+
constructor(map?: {
|
|
32251
|
+
[key: string]: any;
|
|
32252
|
+
});
|
|
32253
|
+
}
|
|
32254
|
+
export declare class CopyDentryResponseBodyLinkSourceInfo extends $tea.Model {
|
|
32255
|
+
/**
|
|
32256
|
+
* @example
|
|
32257
|
+
* docx
|
|
32258
|
+
*/
|
|
32259
|
+
extension?: string;
|
|
32260
|
+
iconUrl?: CopyDentryResponseBodyLinkSourceInfoIconUrl;
|
|
32261
|
+
/**
|
|
32262
|
+
* @example
|
|
32263
|
+
* def
|
|
32264
|
+
*/
|
|
32265
|
+
id?: string;
|
|
32266
|
+
/**
|
|
32267
|
+
* @example
|
|
32268
|
+
* 0
|
|
32269
|
+
*/
|
|
32270
|
+
linkType?: number;
|
|
32271
|
+
/**
|
|
32272
|
+
* @example
|
|
32273
|
+
* def
|
|
32274
|
+
*/
|
|
32275
|
+
spaceId?: string;
|
|
32276
|
+
static names(): {
|
|
32277
|
+
[key: string]: string;
|
|
32278
|
+
};
|
|
32279
|
+
static types(): {
|
|
32280
|
+
[key: string]: any;
|
|
32281
|
+
};
|
|
32282
|
+
constructor(map?: {
|
|
32283
|
+
[key: string]: any;
|
|
32284
|
+
});
|
|
32285
|
+
}
|
|
32286
|
+
export declare class CopyDentryResponseBodySpaceHdIconVO extends $tea.Model {
|
|
32287
|
+
/**
|
|
32288
|
+
* @example
|
|
32289
|
+
* http://
|
|
32290
|
+
*/
|
|
32291
|
+
icon?: string;
|
|
32292
|
+
/**
|
|
32293
|
+
* @example
|
|
32294
|
+
* type
|
|
32295
|
+
*/
|
|
32296
|
+
type?: string;
|
|
32297
|
+
static names(): {
|
|
32298
|
+
[key: string]: string;
|
|
32299
|
+
};
|
|
32300
|
+
static types(): {
|
|
32301
|
+
[key: string]: any;
|
|
32302
|
+
};
|
|
32303
|
+
constructor(map?: {
|
|
32304
|
+
[key: string]: any;
|
|
32305
|
+
});
|
|
32306
|
+
}
|
|
32307
|
+
export declare class CopyDentryResponseBodySpaceIconVO extends $tea.Model {
|
|
32308
|
+
/**
|
|
32309
|
+
* @example
|
|
32310
|
+
* http://
|
|
32311
|
+
*/
|
|
32312
|
+
icon?: string;
|
|
32313
|
+
/**
|
|
32314
|
+
* @example
|
|
32315
|
+
* type
|
|
32316
|
+
*/
|
|
32317
|
+
type?: string;
|
|
32318
|
+
static names(): {
|
|
32319
|
+
[key: string]: string;
|
|
32320
|
+
};
|
|
32321
|
+
static types(): {
|
|
32322
|
+
[key: string]: any;
|
|
32323
|
+
};
|
|
32324
|
+
constructor(map?: {
|
|
32325
|
+
[key: string]: any;
|
|
32326
|
+
});
|
|
32327
|
+
}
|
|
32328
|
+
export declare class CopyDentryResponseBodySpaceOwner extends $tea.Model {
|
|
32329
|
+
/**
|
|
32330
|
+
* @example
|
|
32331
|
+
* 小钉
|
|
32332
|
+
*/
|
|
32333
|
+
name?: string;
|
|
32334
|
+
/**
|
|
32335
|
+
* @example
|
|
32336
|
+
* 012345
|
|
32337
|
+
*/
|
|
32338
|
+
userId?: string;
|
|
32339
|
+
static names(): {
|
|
32340
|
+
[key: string]: string;
|
|
32341
|
+
};
|
|
32342
|
+
static types(): {
|
|
32343
|
+
[key: string]: any;
|
|
32344
|
+
};
|
|
32345
|
+
constructor(map?: {
|
|
32346
|
+
[key: string]: any;
|
|
32347
|
+
});
|
|
32348
|
+
}
|
|
32349
|
+
export declare class CopyDentryResponseBodySpaceRecentListCreator extends $tea.Model {
|
|
32350
|
+
/**
|
|
32351
|
+
* @example
|
|
32352
|
+
* hello
|
|
32353
|
+
*/
|
|
32354
|
+
name?: string;
|
|
32355
|
+
/**
|
|
32356
|
+
* @example
|
|
32357
|
+
* 012345
|
|
32358
|
+
*/
|
|
32359
|
+
userId?: string;
|
|
32360
|
+
static names(): {
|
|
32361
|
+
[key: string]: string;
|
|
32362
|
+
};
|
|
32363
|
+
static types(): {
|
|
32364
|
+
[key: string]: any;
|
|
32365
|
+
};
|
|
32366
|
+
constructor(map?: {
|
|
32367
|
+
[key: string]: any;
|
|
32368
|
+
});
|
|
32369
|
+
}
|
|
32370
|
+
export declare class CopyDentryResponseBodySpaceRecentListLinkSourceInfoIconUrl extends $tea.Model {
|
|
32371
|
+
/**
|
|
32372
|
+
* @example
|
|
32373
|
+
* gh
|
|
32374
|
+
*/
|
|
32375
|
+
line?: string;
|
|
32376
|
+
/**
|
|
32377
|
+
* @example
|
|
32378
|
+
* def
|
|
32379
|
+
*/
|
|
32380
|
+
small?: string;
|
|
32381
|
+
static names(): {
|
|
32382
|
+
[key: string]: string;
|
|
32383
|
+
};
|
|
32384
|
+
static types(): {
|
|
32385
|
+
[key: string]: any;
|
|
32386
|
+
};
|
|
32387
|
+
constructor(map?: {
|
|
32388
|
+
[key: string]: any;
|
|
32389
|
+
});
|
|
32390
|
+
}
|
|
32391
|
+
export declare class CopyDentryResponseBodySpaceRecentListLinkSourceInfo extends $tea.Model {
|
|
32392
|
+
/**
|
|
32393
|
+
* @example
|
|
32394
|
+
* docx
|
|
32395
|
+
*/
|
|
32396
|
+
extension?: string;
|
|
32397
|
+
iconUrl?: CopyDentryResponseBodySpaceRecentListLinkSourceInfoIconUrl;
|
|
32398
|
+
/**
|
|
32399
|
+
* @example
|
|
32400
|
+
* def
|
|
32401
|
+
*/
|
|
32402
|
+
id?: string;
|
|
32403
|
+
/**
|
|
32404
|
+
* @example
|
|
32405
|
+
* 0
|
|
32406
|
+
*/
|
|
32407
|
+
linkType?: number;
|
|
32408
|
+
/**
|
|
32409
|
+
* @example
|
|
32410
|
+
* def
|
|
32411
|
+
*/
|
|
32412
|
+
spaceId?: string;
|
|
32413
|
+
static names(): {
|
|
32414
|
+
[key: string]: string;
|
|
32415
|
+
};
|
|
32416
|
+
static types(): {
|
|
32417
|
+
[key: string]: any;
|
|
32418
|
+
};
|
|
32419
|
+
constructor(map?: {
|
|
32420
|
+
[key: string]: any;
|
|
32421
|
+
});
|
|
32422
|
+
}
|
|
32423
|
+
export declare class CopyDentryResponseBodySpaceRecentListStatisticalInfo extends $tea.Model {
|
|
32424
|
+
wordCount?: number;
|
|
32425
|
+
static names(): {
|
|
32426
|
+
[key: string]: string;
|
|
32427
|
+
};
|
|
32428
|
+
static types(): {
|
|
32429
|
+
[key: string]: any;
|
|
32430
|
+
};
|
|
32431
|
+
constructor(map?: {
|
|
32432
|
+
[key: string]: any;
|
|
32433
|
+
});
|
|
32434
|
+
}
|
|
32435
|
+
export declare class CopyDentryResponseBodySpaceRecentListUpdater extends $tea.Model {
|
|
32436
|
+
/**
|
|
32437
|
+
* @example
|
|
32438
|
+
* hello
|
|
32439
|
+
*/
|
|
32440
|
+
name?: string;
|
|
32441
|
+
/**
|
|
32442
|
+
* @example
|
|
32443
|
+
* 012345
|
|
32444
|
+
*/
|
|
32445
|
+
userId?: string;
|
|
32446
|
+
static names(): {
|
|
32447
|
+
[key: string]: string;
|
|
32448
|
+
};
|
|
32449
|
+
static types(): {
|
|
32450
|
+
[key: string]: any;
|
|
32451
|
+
};
|
|
32452
|
+
constructor(map?: {
|
|
32453
|
+
[key: string]: any;
|
|
32454
|
+
});
|
|
32455
|
+
}
|
|
32456
|
+
export declare class CopyDentryResponseBodySpaceRecentListVisitorInfo extends $tea.Model {
|
|
32457
|
+
dentryActions?: string[];
|
|
32458
|
+
/**
|
|
32459
|
+
* @example
|
|
32460
|
+
* 1
|
|
32461
|
+
*/
|
|
32462
|
+
roleCode?: string;
|
|
32463
|
+
spaceActions?: string[];
|
|
32464
|
+
static names(): {
|
|
32465
|
+
[key: string]: string;
|
|
32466
|
+
};
|
|
32467
|
+
static types(): {
|
|
32468
|
+
[key: string]: any;
|
|
32469
|
+
};
|
|
32470
|
+
constructor(map?: {
|
|
32471
|
+
[key: string]: any;
|
|
32472
|
+
});
|
|
32473
|
+
}
|
|
32474
|
+
export declare class CopyDentryResponseBodySpaceRecentList extends $tea.Model {
|
|
32475
|
+
/**
|
|
32476
|
+
* @example
|
|
32477
|
+
* alidoc
|
|
32478
|
+
*/
|
|
32479
|
+
contentType?: string;
|
|
32480
|
+
/**
|
|
32481
|
+
* @example
|
|
32482
|
+
* 12345678
|
|
32483
|
+
*/
|
|
32484
|
+
createdTime?: number;
|
|
32485
|
+
creator?: CopyDentryResponseBodySpaceRecentListCreator;
|
|
32486
|
+
/**
|
|
32487
|
+
* @example
|
|
32488
|
+
* abc
|
|
32489
|
+
*/
|
|
32490
|
+
dentryId?: string;
|
|
32491
|
+
/**
|
|
32492
|
+
* @example
|
|
32493
|
+
* file
|
|
32494
|
+
*/
|
|
32495
|
+
dentryType?: string;
|
|
32496
|
+
/**
|
|
32497
|
+
* @example
|
|
32498
|
+
* cdefg
|
|
32499
|
+
*/
|
|
32500
|
+
dentryUuid?: string;
|
|
32501
|
+
/**
|
|
32502
|
+
* @example
|
|
32503
|
+
* aabbcc
|
|
32504
|
+
*/
|
|
32505
|
+
docKey?: string;
|
|
32506
|
+
/**
|
|
32507
|
+
* @example
|
|
32508
|
+
* alidoc
|
|
32509
|
+
*/
|
|
32510
|
+
extension?: string;
|
|
32511
|
+
/**
|
|
32512
|
+
* @example
|
|
32513
|
+
* false
|
|
32514
|
+
*/
|
|
32515
|
+
hasChildren?: boolean;
|
|
32516
|
+
linkSourceInfo?: CopyDentryResponseBodySpaceRecentListLinkSourceInfo;
|
|
32517
|
+
/**
|
|
32518
|
+
* @example
|
|
32519
|
+
* hello
|
|
32520
|
+
*/
|
|
32521
|
+
name?: string;
|
|
32522
|
+
/**
|
|
32523
|
+
* @example
|
|
32524
|
+
* 测试组织/测试知识库/abc
|
|
32525
|
+
*/
|
|
32526
|
+
path?: string;
|
|
32527
|
+
space?: any;
|
|
32528
|
+
/**
|
|
32529
|
+
* @example
|
|
32530
|
+
* bcd
|
|
32531
|
+
*/
|
|
32532
|
+
spaceId?: string;
|
|
32533
|
+
statisticalInfo?: CopyDentryResponseBodySpaceRecentListStatisticalInfo;
|
|
32534
|
+
/**
|
|
32535
|
+
* @example
|
|
32536
|
+
* 12345678
|
|
32537
|
+
*/
|
|
32538
|
+
updatedTime?: number;
|
|
32539
|
+
updater?: CopyDentryResponseBodySpaceRecentListUpdater;
|
|
32540
|
+
/**
|
|
32541
|
+
* @example
|
|
32542
|
+
* https://xxx.yy
|
|
32543
|
+
*/
|
|
32544
|
+
url?: string;
|
|
32545
|
+
visitorInfo?: CopyDentryResponseBodySpaceRecentListVisitorInfo;
|
|
32546
|
+
static names(): {
|
|
32547
|
+
[key: string]: string;
|
|
32548
|
+
};
|
|
32549
|
+
static types(): {
|
|
32550
|
+
[key: string]: any;
|
|
32551
|
+
};
|
|
32552
|
+
constructor(map?: {
|
|
32553
|
+
[key: string]: any;
|
|
32554
|
+
});
|
|
32555
|
+
}
|
|
32556
|
+
export declare class CopyDentryResponseBodySpaceVisitorInfo extends $tea.Model {
|
|
32557
|
+
/**
|
|
32558
|
+
* @example
|
|
32559
|
+
* GET_DENTRY
|
|
32560
|
+
*/
|
|
32561
|
+
dentryActions?: string[];
|
|
32562
|
+
/**
|
|
32563
|
+
* @example
|
|
32564
|
+
* 3
|
|
32565
|
+
*/
|
|
32566
|
+
roleCode?: string;
|
|
32567
|
+
/**
|
|
32568
|
+
* @example
|
|
32569
|
+
* GET_SPACE
|
|
32570
|
+
*/
|
|
32571
|
+
spaceActions?: string[];
|
|
32572
|
+
static names(): {
|
|
32573
|
+
[key: string]: string;
|
|
32574
|
+
};
|
|
32575
|
+
static types(): {
|
|
32576
|
+
[key: string]: any;
|
|
32577
|
+
};
|
|
32578
|
+
constructor(map?: {
|
|
32579
|
+
[key: string]: any;
|
|
32580
|
+
});
|
|
32581
|
+
}
|
|
32582
|
+
export declare class CopyDentryResponseBodySpace extends $tea.Model {
|
|
32583
|
+
/**
|
|
32584
|
+
* @example
|
|
32585
|
+
* https://img.alicdn.com/imgextra/i1/O1xxxxx.png
|
|
32586
|
+
*/
|
|
32587
|
+
cover?: string;
|
|
32588
|
+
/**
|
|
32589
|
+
* @example
|
|
32590
|
+
* 这是简介
|
|
32591
|
+
*/
|
|
32592
|
+
description?: string;
|
|
32593
|
+
hdIconVO?: CopyDentryResponseBodySpaceHdIconVO;
|
|
32594
|
+
iconVO?: CopyDentryResponseBodySpaceIconVO;
|
|
32595
|
+
/**
|
|
32596
|
+
* @example
|
|
32597
|
+
* n9XJxxxxx
|
|
32598
|
+
*/
|
|
32599
|
+
id?: string;
|
|
32600
|
+
name?: string;
|
|
32601
|
+
/**
|
|
32602
|
+
* @example
|
|
32603
|
+
* 测试知识库
|
|
32604
|
+
*/
|
|
32605
|
+
owner?: CopyDentryResponseBodySpaceOwner;
|
|
32606
|
+
recentList?: CopyDentryResponseBodySpaceRecentList[];
|
|
32607
|
+
/**
|
|
32608
|
+
* @example
|
|
32609
|
+
* 1
|
|
32610
|
+
*/
|
|
32611
|
+
type?: number;
|
|
32612
|
+
/**
|
|
32613
|
+
* @example
|
|
32614
|
+
* https://alidocs.dingtalk.com/i/spaces/n9XJ*******Xy/overview
|
|
32615
|
+
*/
|
|
32616
|
+
url?: string;
|
|
32617
|
+
visitorInfo?: CopyDentryResponseBodySpaceVisitorInfo;
|
|
32618
|
+
static names(): {
|
|
32619
|
+
[key: string]: string;
|
|
32620
|
+
};
|
|
32621
|
+
static types(): {
|
|
32622
|
+
[key: string]: any;
|
|
32623
|
+
};
|
|
32624
|
+
constructor(map?: {
|
|
32625
|
+
[key: string]: any;
|
|
32626
|
+
});
|
|
32627
|
+
}
|
|
31496
32628
|
export declare class CreateDeliveryPlanHeadersAccountContext extends $tea.Model {
|
|
31497
32629
|
/**
|
|
31498
32630
|
* @example
|
|
@@ -34067,6 +35199,41 @@ export declare class GetCorpTasksResponseBodyData extends $tea.Model {
|
|
|
34067
35199
|
[key: string]: any;
|
|
34068
35200
|
});
|
|
34069
35201
|
}
|
|
35202
|
+
export declare class GetDeptNoHeadersAccountContext extends $tea.Model {
|
|
35203
|
+
/**
|
|
35204
|
+
* @remarks
|
|
35205
|
+
* This parameter is required.
|
|
35206
|
+
*
|
|
35207
|
+
* @example
|
|
35208
|
+
* 012345
|
|
35209
|
+
*/
|
|
35210
|
+
accountId?: string;
|
|
35211
|
+
static names(): {
|
|
35212
|
+
[key: string]: string;
|
|
35213
|
+
};
|
|
35214
|
+
static types(): {
|
|
35215
|
+
[key: string]: any;
|
|
35216
|
+
};
|
|
35217
|
+
constructor(map?: {
|
|
35218
|
+
[key: string]: any;
|
|
35219
|
+
});
|
|
35220
|
+
}
|
|
35221
|
+
export declare class GetDeptNoRequestTenantContext extends $tea.Model {
|
|
35222
|
+
/**
|
|
35223
|
+
* @example
|
|
35224
|
+
* xxxxxx
|
|
35225
|
+
*/
|
|
35226
|
+
tenantId?: string;
|
|
35227
|
+
static names(): {
|
|
35228
|
+
[key: string]: string;
|
|
35229
|
+
};
|
|
35230
|
+
static types(): {
|
|
35231
|
+
[key: string]: any;
|
|
35232
|
+
};
|
|
35233
|
+
constructor(map?: {
|
|
35234
|
+
[key: string]: any;
|
|
35235
|
+
});
|
|
35236
|
+
}
|
|
34070
35237
|
export declare class GetDocContentHeadersAccountContext extends $tea.Model {
|
|
34071
35238
|
/**
|
|
34072
35239
|
* @remarks
|
|
@@ -37196,6 +38363,221 @@ export declare class GetOperationRecordsResponseBodyResult extends $tea.Model {
|
|
|
37196
38363
|
[key: string]: any;
|
|
37197
38364
|
});
|
|
37198
38365
|
}
|
|
38366
|
+
export declare class GetOrgLiveListHeadersAccountContext extends $tea.Model {
|
|
38367
|
+
/**
|
|
38368
|
+
* @remarks
|
|
38369
|
+
* This parameter is required.
|
|
38370
|
+
*
|
|
38371
|
+
* @example
|
|
38372
|
+
* 012345
|
|
38373
|
+
*/
|
|
38374
|
+
accountId?: string;
|
|
38375
|
+
static names(): {
|
|
38376
|
+
[key: string]: string;
|
|
38377
|
+
};
|
|
38378
|
+
static types(): {
|
|
38379
|
+
[key: string]: any;
|
|
38380
|
+
};
|
|
38381
|
+
constructor(map?: {
|
|
38382
|
+
[key: string]: any;
|
|
38383
|
+
});
|
|
38384
|
+
}
|
|
38385
|
+
export declare class GetOrgLiveListRequestTenantContext extends $tea.Model {
|
|
38386
|
+
/**
|
|
38387
|
+
* @example
|
|
38388
|
+
* xxxxxx
|
|
38389
|
+
*/
|
|
38390
|
+
tenantId?: string;
|
|
38391
|
+
static names(): {
|
|
38392
|
+
[key: string]: string;
|
|
38393
|
+
};
|
|
38394
|
+
static types(): {
|
|
38395
|
+
[key: string]: any;
|
|
38396
|
+
};
|
|
38397
|
+
constructor(map?: {
|
|
38398
|
+
[key: string]: any;
|
|
38399
|
+
});
|
|
38400
|
+
}
|
|
38401
|
+
export declare class GetOrgLiveListResponseBodyResultNewLiveLiveList extends $tea.Model {
|
|
38402
|
+
/**
|
|
38403
|
+
* @example
|
|
38404
|
+
* nickName
|
|
38405
|
+
*/
|
|
38406
|
+
anchorNickname?: string;
|
|
38407
|
+
/**
|
|
38408
|
+
* @example
|
|
38409
|
+
* ersqqdddf
|
|
38410
|
+
*/
|
|
38411
|
+
anchorUserId?: string;
|
|
38412
|
+
/**
|
|
38413
|
+
* @example
|
|
38414
|
+
* 1398324600000
|
|
38415
|
+
*/
|
|
38416
|
+
liveEndTime?: number;
|
|
38417
|
+
/**
|
|
38418
|
+
* @example
|
|
38419
|
+
* 1398321600000
|
|
38420
|
+
*/
|
|
38421
|
+
liveStartTime?: number;
|
|
38422
|
+
/**
|
|
38423
|
+
* @example
|
|
38424
|
+
* 4d38xxxxx
|
|
38425
|
+
*/
|
|
38426
|
+
liveUuid?: string;
|
|
38427
|
+
/**
|
|
38428
|
+
* @example
|
|
38429
|
+
* 群OpenConversationId
|
|
38430
|
+
*/
|
|
38431
|
+
shareOpenConversationIds?: string[];
|
|
38432
|
+
/**
|
|
38433
|
+
* @example
|
|
38434
|
+
* 直播标题
|
|
38435
|
+
*/
|
|
38436
|
+
title?: string;
|
|
38437
|
+
static names(): {
|
|
38438
|
+
[key: string]: string;
|
|
38439
|
+
};
|
|
38440
|
+
static types(): {
|
|
38441
|
+
[key: string]: any;
|
|
38442
|
+
};
|
|
38443
|
+
constructor(map?: {
|
|
38444
|
+
[key: string]: any;
|
|
38445
|
+
});
|
|
38446
|
+
}
|
|
38447
|
+
export declare class GetOrgLiveListResponseBodyResultNewLive extends $tea.Model {
|
|
38448
|
+
/**
|
|
38449
|
+
* @example
|
|
38450
|
+
* true
|
|
38451
|
+
*/
|
|
38452
|
+
hasMore?: boolean;
|
|
38453
|
+
/**
|
|
38454
|
+
* @example
|
|
38455
|
+
* []
|
|
38456
|
+
*/
|
|
38457
|
+
liveList?: GetOrgLiveListResponseBodyResultNewLiveLiveList[];
|
|
38458
|
+
/**
|
|
38459
|
+
* @example
|
|
38460
|
+
* 1
|
|
38461
|
+
*/
|
|
38462
|
+
pageNumber?: number;
|
|
38463
|
+
/**
|
|
38464
|
+
* @example
|
|
38465
|
+
* 10
|
|
38466
|
+
*/
|
|
38467
|
+
pageSize?: number;
|
|
38468
|
+
/**
|
|
38469
|
+
* @example
|
|
38470
|
+
* 100
|
|
38471
|
+
*/
|
|
38472
|
+
totalCount?: number;
|
|
38473
|
+
static names(): {
|
|
38474
|
+
[key: string]: string;
|
|
38475
|
+
};
|
|
38476
|
+
static types(): {
|
|
38477
|
+
[key: string]: any;
|
|
38478
|
+
};
|
|
38479
|
+
constructor(map?: {
|
|
38480
|
+
[key: string]: any;
|
|
38481
|
+
});
|
|
38482
|
+
}
|
|
38483
|
+
export declare class GetOrgLiveListResponseBodyResultUpdateLiveLiveList extends $tea.Model {
|
|
38484
|
+
/**
|
|
38485
|
+
* @example
|
|
38486
|
+
* nickName
|
|
38487
|
+
*/
|
|
38488
|
+
anchorNickname?: string;
|
|
38489
|
+
/**
|
|
38490
|
+
* @example
|
|
38491
|
+
* 012345
|
|
38492
|
+
*/
|
|
38493
|
+
anchorUserId?: string;
|
|
38494
|
+
/**
|
|
38495
|
+
* @example
|
|
38496
|
+
* 1398324600000
|
|
38497
|
+
*/
|
|
38498
|
+
liveEndTime?: number;
|
|
38499
|
+
/**
|
|
38500
|
+
* @example
|
|
38501
|
+
* 1398321600000
|
|
38502
|
+
*/
|
|
38503
|
+
liveStartTime?: number;
|
|
38504
|
+
/**
|
|
38505
|
+
* @example
|
|
38506
|
+
* 4d38xxxxx
|
|
38507
|
+
*/
|
|
38508
|
+
liveUuid?: string;
|
|
38509
|
+
/**
|
|
38510
|
+
* @example
|
|
38511
|
+
* 直播标题
|
|
38512
|
+
*/
|
|
38513
|
+
title?: string;
|
|
38514
|
+
static names(): {
|
|
38515
|
+
[key: string]: string;
|
|
38516
|
+
};
|
|
38517
|
+
static types(): {
|
|
38518
|
+
[key: string]: any;
|
|
38519
|
+
};
|
|
38520
|
+
constructor(map?: {
|
|
38521
|
+
[key: string]: any;
|
|
38522
|
+
});
|
|
38523
|
+
}
|
|
38524
|
+
export declare class GetOrgLiveListResponseBodyResultUpdateLive extends $tea.Model {
|
|
38525
|
+
/**
|
|
38526
|
+
* @example
|
|
38527
|
+
* true
|
|
38528
|
+
*/
|
|
38529
|
+
hasMore?: boolean;
|
|
38530
|
+
/**
|
|
38531
|
+
* @example
|
|
38532
|
+
* []
|
|
38533
|
+
*/
|
|
38534
|
+
liveList?: GetOrgLiveListResponseBodyResultUpdateLiveLiveList[];
|
|
38535
|
+
/**
|
|
38536
|
+
* @example
|
|
38537
|
+
* 1
|
|
38538
|
+
*/
|
|
38539
|
+
pageNumber?: number;
|
|
38540
|
+
/**
|
|
38541
|
+
* @example
|
|
38542
|
+
* 10
|
|
38543
|
+
*/
|
|
38544
|
+
pageSize?: number;
|
|
38545
|
+
/**
|
|
38546
|
+
* @example
|
|
38547
|
+
* 100
|
|
38548
|
+
*/
|
|
38549
|
+
totalCount?: number;
|
|
38550
|
+
static names(): {
|
|
38551
|
+
[key: string]: string;
|
|
38552
|
+
};
|
|
38553
|
+
static types(): {
|
|
38554
|
+
[key: string]: any;
|
|
38555
|
+
};
|
|
38556
|
+
constructor(map?: {
|
|
38557
|
+
[key: string]: any;
|
|
38558
|
+
});
|
|
38559
|
+
}
|
|
38560
|
+
export declare class GetOrgLiveListResponseBodyResult extends $tea.Model {
|
|
38561
|
+
/**
|
|
38562
|
+
* @example
|
|
38563
|
+
* 新建的直播列表
|
|
38564
|
+
*/
|
|
38565
|
+
newLive?: GetOrgLiveListResponseBodyResultNewLive;
|
|
38566
|
+
/**
|
|
38567
|
+
* @example
|
|
38568
|
+
* 修改的直播列表
|
|
38569
|
+
*/
|
|
38570
|
+
updateLive?: GetOrgLiveListResponseBodyResultUpdateLive;
|
|
38571
|
+
static names(): {
|
|
38572
|
+
[key: string]: string;
|
|
38573
|
+
};
|
|
38574
|
+
static types(): {
|
|
38575
|
+
[key: string]: any;
|
|
38576
|
+
};
|
|
38577
|
+
constructor(map?: {
|
|
38578
|
+
[key: string]: any;
|
|
38579
|
+
});
|
|
38580
|
+
}
|
|
37199
38581
|
export declare class GetProcessDefinitionHeadersAccountContext extends $tea.Model {
|
|
37200
38582
|
/**
|
|
37201
38583
|
* @remarks
|
|
@@ -43738,6 +45120,7 @@ export declare class QueryMeetingRoomResponseBodyResult extends $tea.Model {
|
|
|
43738
45120
|
* 0
|
|
43739
45121
|
*/
|
|
43740
45122
|
roomStatus?: number;
|
|
45123
|
+
roomUnionId?: string;
|
|
43741
45124
|
static names(): {
|
|
43742
45125
|
[key: string]: string;
|
|
43743
45126
|
};
|
|
@@ -45990,6 +47373,41 @@ export declare class SetColumnsVisibilityRequestTenantContext extends $tea.Model
|
|
|
45990
47373
|
[key: string]: any;
|
|
45991
47374
|
});
|
|
45992
47375
|
}
|
|
47376
|
+
export declare class SetConferenceHostsHeadersAccountContext extends $tea.Model {
|
|
47377
|
+
/**
|
|
47378
|
+
* @remarks
|
|
47379
|
+
* This parameter is required.
|
|
47380
|
+
*
|
|
47381
|
+
* @example
|
|
47382
|
+
* 012345
|
|
47383
|
+
*/
|
|
47384
|
+
accountId?: string;
|
|
47385
|
+
static names(): {
|
|
47386
|
+
[key: string]: string;
|
|
47387
|
+
};
|
|
47388
|
+
static types(): {
|
|
47389
|
+
[key: string]: any;
|
|
47390
|
+
};
|
|
47391
|
+
constructor(map?: {
|
|
47392
|
+
[key: string]: any;
|
|
47393
|
+
});
|
|
47394
|
+
}
|
|
47395
|
+
export declare class SetConferenceHostsRequestTenantContext extends $tea.Model {
|
|
47396
|
+
/**
|
|
47397
|
+
* @example
|
|
47398
|
+
* xxxxxx
|
|
47399
|
+
*/
|
|
47400
|
+
tenantId?: string;
|
|
47401
|
+
static names(): {
|
|
47402
|
+
[key: string]: string;
|
|
47403
|
+
};
|
|
47404
|
+
static types(): {
|
|
47405
|
+
[key: string]: any;
|
|
47406
|
+
};
|
|
47407
|
+
constructor(map?: {
|
|
47408
|
+
[key: string]: any;
|
|
47409
|
+
});
|
|
47410
|
+
}
|
|
45993
47411
|
export declare class SetRowsVisibilityHeadersAccountContext extends $tea.Model {
|
|
45994
47412
|
/**
|
|
45995
47413
|
* @example
|
|
@@ -47660,6 +49078,22 @@ export default class Client extends OpenApi {
|
|
|
47660
49078
|
* @returns CommitFileResponse
|
|
47661
49079
|
*/
|
|
47662
49080
|
commitFile(request: CommitFileRequest): Promise<CommitFileResponse>;
|
|
49081
|
+
/**
|
|
49082
|
+
* 创建知识库节点副本
|
|
49083
|
+
*
|
|
49084
|
+
* @param tmpReq - CopyDentryRequest
|
|
49085
|
+
* @param tmpHeader - CopyDentryHeaders
|
|
49086
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
49087
|
+
* @returns CopyDentryResponse
|
|
49088
|
+
*/
|
|
49089
|
+
copyDentryWithOptions(tmpReq: CopyDentryRequest, tmpHeader: CopyDentryHeaders, runtime: $Util.RuntimeOptions): Promise<CopyDentryResponse>;
|
|
49090
|
+
/**
|
|
49091
|
+
* 创建知识库节点副本
|
|
49092
|
+
*
|
|
49093
|
+
* @param request - CopyDentryRequest
|
|
49094
|
+
* @returns CopyDentryResponse
|
|
49095
|
+
*/
|
|
49096
|
+
copyDentry(request: CopyDentryRequest): Promise<CopyDentryResponse>;
|
|
47663
49097
|
/**
|
|
47664
49098
|
* 发布钉钉投放活动
|
|
47665
49099
|
*
|
|
@@ -48392,6 +49826,18 @@ export default class Client extends OpenApi {
|
|
|
48392
49826
|
* @returns GetCorpTasksResponse
|
|
48393
49827
|
*/
|
|
48394
49828
|
getCorpTasks(request: GetCorpTasksRequest): Promise<GetCorpTasksResponse>;
|
|
49829
|
+
/**
|
|
49830
|
+
* @param tmpReq - GetDeptNoRequest
|
|
49831
|
+
* @param tmpHeader - GetDeptNoHeaders
|
|
49832
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
49833
|
+
* @returns GetDeptNoResponse
|
|
49834
|
+
*/
|
|
49835
|
+
getDeptNoWithOptions(tmpReq: GetDeptNoRequest, tmpHeader: GetDeptNoHeaders, runtime: $Util.RuntimeOptions): Promise<GetDeptNoResponse>;
|
|
49836
|
+
/**
|
|
49837
|
+
* @param request - GetDeptNoRequest
|
|
49838
|
+
* @returns GetDeptNoResponse
|
|
49839
|
+
*/
|
|
49840
|
+
getDeptNo(request: GetDeptNoRequest): Promise<GetDeptNoResponse>;
|
|
48395
49841
|
/**
|
|
48396
49842
|
* 委托权限获取文档内容
|
|
48397
49843
|
*
|
|
@@ -48888,6 +50334,18 @@ export default class Client extends OpenApi {
|
|
|
48888
50334
|
* @returns GetOperationRecordsResponse
|
|
48889
50335
|
*/
|
|
48890
50336
|
getOperationRecords(request: GetOperationRecordsRequest): Promise<GetOperationRecordsResponse>;
|
|
50337
|
+
/**
|
|
50338
|
+
* @param tmpReq - GetOrgLiveListRequest
|
|
50339
|
+
* @param tmpHeader - GetOrgLiveListHeaders
|
|
50340
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
50341
|
+
* @returns GetOrgLiveListResponse
|
|
50342
|
+
*/
|
|
50343
|
+
getOrgLiveListWithOptions(tmpReq: GetOrgLiveListRequest, tmpHeader: GetOrgLiveListHeaders, runtime: $Util.RuntimeOptions): Promise<GetOrgLiveListResponse>;
|
|
50344
|
+
/**
|
|
50345
|
+
* @param request - GetOrgLiveListRequest
|
|
50346
|
+
* @returns GetOrgLiveListResponse
|
|
50347
|
+
*/
|
|
50348
|
+
getOrgLiveList(request: GetOrgLiveListRequest): Promise<GetOrgLiveListResponse>;
|
|
48891
50349
|
/**
|
|
48892
50350
|
* 获取流程定义
|
|
48893
50351
|
*
|
|
@@ -50264,6 +51722,22 @@ export default class Client extends OpenApi {
|
|
|
50264
51722
|
* @returns SetColumnsVisibilityResponse
|
|
50265
51723
|
*/
|
|
50266
51724
|
setColumnsVisibility(request: SetColumnsVisibilityRequest): Promise<SetColumnsVisibilityResponse>;
|
|
51725
|
+
/**
|
|
51726
|
+
* 设置联席主持人
|
|
51727
|
+
*
|
|
51728
|
+
* @param tmpReq - SetConferenceHostsRequest
|
|
51729
|
+
* @param tmpHeader - SetConferenceHostsHeaders
|
|
51730
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
51731
|
+
* @returns SetConferenceHostsResponse
|
|
51732
|
+
*/
|
|
51733
|
+
setConferenceHostsWithOptions(tmpReq: SetConferenceHostsRequest, tmpHeader: SetConferenceHostsHeaders, runtime: $Util.RuntimeOptions): Promise<SetConferenceHostsResponse>;
|
|
51734
|
+
/**
|
|
51735
|
+
* 设置联席主持人
|
|
51736
|
+
*
|
|
51737
|
+
* @param request - SetConferenceHostsRequest
|
|
51738
|
+
* @returns SetConferenceHostsResponse
|
|
51739
|
+
*/
|
|
51740
|
+
setConferenceHosts(request: SetConferenceHostsRequest): Promise<SetConferenceHostsResponse>;
|
|
50267
51741
|
/**
|
|
50268
51742
|
* 指定行隐藏
|
|
50269
51743
|
*
|