@alicloud/aliding20230426 2.20.2 → 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 +1776 -0
- package/dist/client.js +1969 -248
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +3286 -392
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;
|
|
@@ -5731,6 +5995,195 @@ export declare class CreateSubscribedCalendarResponse extends $tea.Model {
|
|
|
5731
5995
|
[key: string]: any;
|
|
5732
5996
|
});
|
|
5733
5997
|
}
|
|
5998
|
+
export declare class CreateTicketHeaders extends $tea.Model {
|
|
5999
|
+
commonHeaders?: {
|
|
6000
|
+
[key: string]: string;
|
|
6001
|
+
};
|
|
6002
|
+
accountContext?: CreateTicketHeadersAccountContext;
|
|
6003
|
+
static names(): {
|
|
6004
|
+
[key: string]: string;
|
|
6005
|
+
};
|
|
6006
|
+
static types(): {
|
|
6007
|
+
[key: string]: any;
|
|
6008
|
+
};
|
|
6009
|
+
constructor(map?: {
|
|
6010
|
+
[key: string]: any;
|
|
6011
|
+
});
|
|
6012
|
+
}
|
|
6013
|
+
export declare class CreateTicketShrinkHeaders extends $tea.Model {
|
|
6014
|
+
commonHeaders?: {
|
|
6015
|
+
[key: string]: string;
|
|
6016
|
+
};
|
|
6017
|
+
accountContextShrink?: string;
|
|
6018
|
+
static names(): {
|
|
6019
|
+
[key: string]: string;
|
|
6020
|
+
};
|
|
6021
|
+
static types(): {
|
|
6022
|
+
[key: string]: any;
|
|
6023
|
+
};
|
|
6024
|
+
constructor(map?: {
|
|
6025
|
+
[key: string]: any;
|
|
6026
|
+
});
|
|
6027
|
+
}
|
|
6028
|
+
export declare class CreateTicketRequest extends $tea.Model {
|
|
6029
|
+
/**
|
|
6030
|
+
* @example
|
|
6031
|
+
* []
|
|
6032
|
+
*/
|
|
6033
|
+
customFields?: string;
|
|
6034
|
+
notify?: CreateTicketRequestNotify;
|
|
6035
|
+
/**
|
|
6036
|
+
* @remarks
|
|
6037
|
+
* This parameter is required.
|
|
6038
|
+
*
|
|
6039
|
+
* @example
|
|
6040
|
+
* G3IOe205RLciE
|
|
6041
|
+
*/
|
|
6042
|
+
openTeamId?: string;
|
|
6043
|
+
/**
|
|
6044
|
+
* @remarks
|
|
6045
|
+
* This parameter is required.
|
|
6046
|
+
*
|
|
6047
|
+
* @example
|
|
6048
|
+
* xxxx
|
|
6049
|
+
*/
|
|
6050
|
+
openTemplateBizId?: string;
|
|
6051
|
+
/**
|
|
6052
|
+
* @remarks
|
|
6053
|
+
* This parameter is required.
|
|
6054
|
+
*/
|
|
6055
|
+
processorUserIds?: string[];
|
|
6056
|
+
/**
|
|
6057
|
+
* @remarks
|
|
6058
|
+
* This parameter is required.
|
|
6059
|
+
*
|
|
6060
|
+
* @example
|
|
6061
|
+
* SG
|
|
6062
|
+
*/
|
|
6063
|
+
scene?: string;
|
|
6064
|
+
sceneContext?: CreateTicketRequestSceneContext;
|
|
6065
|
+
tenantContext?: CreateTicketRequestTenantContext;
|
|
6066
|
+
/**
|
|
6067
|
+
* @remarks
|
|
6068
|
+
* This parameter is required.
|
|
6069
|
+
*
|
|
6070
|
+
* @example
|
|
6071
|
+
* Killer Ball Wo Mouichido
|
|
6072
|
+
*/
|
|
6073
|
+
title?: string;
|
|
6074
|
+
static names(): {
|
|
6075
|
+
[key: string]: string;
|
|
6076
|
+
};
|
|
6077
|
+
static types(): {
|
|
6078
|
+
[key: string]: any;
|
|
6079
|
+
};
|
|
6080
|
+
constructor(map?: {
|
|
6081
|
+
[key: string]: any;
|
|
6082
|
+
});
|
|
6083
|
+
}
|
|
6084
|
+
export declare class CreateTicketShrinkRequest extends $tea.Model {
|
|
6085
|
+
/**
|
|
6086
|
+
* @example
|
|
6087
|
+
* []
|
|
6088
|
+
*/
|
|
6089
|
+
customFields?: string;
|
|
6090
|
+
notifyShrink?: string;
|
|
6091
|
+
/**
|
|
6092
|
+
* @remarks
|
|
6093
|
+
* This parameter is required.
|
|
6094
|
+
*
|
|
6095
|
+
* @example
|
|
6096
|
+
* G3IOe205RLciE
|
|
6097
|
+
*/
|
|
6098
|
+
openTeamId?: string;
|
|
6099
|
+
/**
|
|
6100
|
+
* @remarks
|
|
6101
|
+
* This parameter is required.
|
|
6102
|
+
*
|
|
6103
|
+
* @example
|
|
6104
|
+
* xxxx
|
|
6105
|
+
*/
|
|
6106
|
+
openTemplateBizId?: string;
|
|
6107
|
+
/**
|
|
6108
|
+
* @remarks
|
|
6109
|
+
* This parameter is required.
|
|
6110
|
+
*/
|
|
6111
|
+
processorUserIdsShrink?: string;
|
|
6112
|
+
/**
|
|
6113
|
+
* @remarks
|
|
6114
|
+
* This parameter is required.
|
|
6115
|
+
*
|
|
6116
|
+
* @example
|
|
6117
|
+
* SG
|
|
6118
|
+
*/
|
|
6119
|
+
scene?: string;
|
|
6120
|
+
sceneContextShrink?: string;
|
|
6121
|
+
tenantContextShrink?: string;
|
|
6122
|
+
/**
|
|
6123
|
+
* @remarks
|
|
6124
|
+
* This parameter is required.
|
|
6125
|
+
*
|
|
6126
|
+
* @example
|
|
6127
|
+
* Killer Ball Wo Mouichido
|
|
6128
|
+
*/
|
|
6129
|
+
title?: string;
|
|
6130
|
+
static names(): {
|
|
6131
|
+
[key: string]: string;
|
|
6132
|
+
};
|
|
6133
|
+
static types(): {
|
|
6134
|
+
[key: string]: any;
|
|
6135
|
+
};
|
|
6136
|
+
constructor(map?: {
|
|
6137
|
+
[key: string]: any;
|
|
6138
|
+
});
|
|
6139
|
+
}
|
|
6140
|
+
export declare class CreateTicketResponseBody extends $tea.Model {
|
|
6141
|
+
/**
|
|
6142
|
+
* @example
|
|
6143
|
+
* a8iSxxxxtgiE
|
|
6144
|
+
*/
|
|
6145
|
+
openTicketId?: string;
|
|
6146
|
+
/**
|
|
6147
|
+
* @example
|
|
6148
|
+
* 0FAAEC9C-C6C8-5C87-AF8E-1195889BBXXX
|
|
6149
|
+
*/
|
|
6150
|
+
requestId?: string;
|
|
6151
|
+
/**
|
|
6152
|
+
* @example
|
|
6153
|
+
* 0FAAEC9C-C6C8-5C87-AF8E-1195889BBXXX
|
|
6154
|
+
*/
|
|
6155
|
+
vendorRequestId?: string;
|
|
6156
|
+
/**
|
|
6157
|
+
* @example
|
|
6158
|
+
* dingtalk
|
|
6159
|
+
*/
|
|
6160
|
+
vendorType?: string;
|
|
6161
|
+
static names(): {
|
|
6162
|
+
[key: string]: string;
|
|
6163
|
+
};
|
|
6164
|
+
static types(): {
|
|
6165
|
+
[key: string]: any;
|
|
6166
|
+
};
|
|
6167
|
+
constructor(map?: {
|
|
6168
|
+
[key: string]: any;
|
|
6169
|
+
});
|
|
6170
|
+
}
|
|
6171
|
+
export declare class CreateTicketResponse extends $tea.Model {
|
|
6172
|
+
headers?: {
|
|
6173
|
+
[key: string]: string;
|
|
6174
|
+
};
|
|
6175
|
+
statusCode?: number;
|
|
6176
|
+
body?: CreateTicketResponseBody;
|
|
6177
|
+
static names(): {
|
|
6178
|
+
[key: string]: string;
|
|
6179
|
+
};
|
|
6180
|
+
static types(): {
|
|
6181
|
+
[key: string]: any;
|
|
6182
|
+
};
|
|
6183
|
+
constructor(map?: {
|
|
6184
|
+
[key: string]: any;
|
|
6185
|
+
});
|
|
6186
|
+
}
|
|
5734
6187
|
export declare class CreateTodoTaskHeaders extends $tea.Model {
|
|
5735
6188
|
commonHeaders?: {
|
|
5736
6189
|
[key: string]: string;
|
|
@@ -9490,6 +9943,123 @@ export declare class GetCorpTasksResponse extends $tea.Model {
|
|
|
9490
9943
|
[key: string]: any;
|
|
9491
9944
|
});
|
|
9492
9945
|
}
|
|
9946
|
+
export declare class GetDeptNoHeaders extends $tea.Model {
|
|
9947
|
+
commonHeaders?: {
|
|
9948
|
+
[key: string]: string;
|
|
9949
|
+
};
|
|
9950
|
+
accountContext?: GetDeptNoHeadersAccountContext;
|
|
9951
|
+
static names(): {
|
|
9952
|
+
[key: string]: string;
|
|
9953
|
+
};
|
|
9954
|
+
static types(): {
|
|
9955
|
+
[key: string]: any;
|
|
9956
|
+
};
|
|
9957
|
+
constructor(map?: {
|
|
9958
|
+
[key: string]: any;
|
|
9959
|
+
});
|
|
9960
|
+
}
|
|
9961
|
+
export declare class GetDeptNoShrinkHeaders extends $tea.Model {
|
|
9962
|
+
commonHeaders?: {
|
|
9963
|
+
[key: string]: string;
|
|
9964
|
+
};
|
|
9965
|
+
accountContextShrink?: string;
|
|
9966
|
+
static names(): {
|
|
9967
|
+
[key: string]: string;
|
|
9968
|
+
};
|
|
9969
|
+
static types(): {
|
|
9970
|
+
[key: string]: any;
|
|
9971
|
+
};
|
|
9972
|
+
constructor(map?: {
|
|
9973
|
+
[key: string]: any;
|
|
9974
|
+
});
|
|
9975
|
+
}
|
|
9976
|
+
export declare class GetDeptNoRequest extends $tea.Model {
|
|
9977
|
+
tenantContext?: GetDeptNoRequestTenantContext;
|
|
9978
|
+
/**
|
|
9979
|
+
* @remarks
|
|
9980
|
+
* This parameter is required.
|
|
9981
|
+
*
|
|
9982
|
+
* @example
|
|
9983
|
+
* 012345
|
|
9984
|
+
*/
|
|
9985
|
+
deptId?: string;
|
|
9986
|
+
static names(): {
|
|
9987
|
+
[key: string]: string;
|
|
9988
|
+
};
|
|
9989
|
+
static types(): {
|
|
9990
|
+
[key: string]: any;
|
|
9991
|
+
};
|
|
9992
|
+
constructor(map?: {
|
|
9993
|
+
[key: string]: any;
|
|
9994
|
+
});
|
|
9995
|
+
}
|
|
9996
|
+
export declare class GetDeptNoShrinkRequest extends $tea.Model {
|
|
9997
|
+
tenantContextShrink?: string;
|
|
9998
|
+
/**
|
|
9999
|
+
* @remarks
|
|
10000
|
+
* This parameter is required.
|
|
10001
|
+
*
|
|
10002
|
+
* @example
|
|
10003
|
+
* 012345
|
|
10004
|
+
*/
|
|
10005
|
+
deptId?: string;
|
|
10006
|
+
static names(): {
|
|
10007
|
+
[key: string]: string;
|
|
10008
|
+
};
|
|
10009
|
+
static types(): {
|
|
10010
|
+
[key: string]: any;
|
|
10011
|
+
};
|
|
10012
|
+
constructor(map?: {
|
|
10013
|
+
[key: string]: any;
|
|
10014
|
+
});
|
|
10015
|
+
}
|
|
10016
|
+
export declare class GetDeptNoResponseBody extends $tea.Model {
|
|
10017
|
+
/**
|
|
10018
|
+
* @example
|
|
10019
|
+
* 12345
|
|
10020
|
+
*/
|
|
10021
|
+
deptNo?: string;
|
|
10022
|
+
/**
|
|
10023
|
+
* @example
|
|
10024
|
+
* 0FAAEC9C-C6C8-5C87-AF8E-1195889BBXXX
|
|
10025
|
+
*/
|
|
10026
|
+
requestId?: string;
|
|
10027
|
+
/**
|
|
10028
|
+
* @example
|
|
10029
|
+
* 0FAAEC9C-C6C8-5C87-AF8E-1195889BBXXX
|
|
10030
|
+
*/
|
|
10031
|
+
vendorRequestId?: string;
|
|
10032
|
+
/**
|
|
10033
|
+
* @example
|
|
10034
|
+
* dingtalk
|
|
10035
|
+
*/
|
|
10036
|
+
vendorType?: string;
|
|
10037
|
+
static names(): {
|
|
10038
|
+
[key: string]: string;
|
|
10039
|
+
};
|
|
10040
|
+
static types(): {
|
|
10041
|
+
[key: string]: any;
|
|
10042
|
+
};
|
|
10043
|
+
constructor(map?: {
|
|
10044
|
+
[key: string]: any;
|
|
10045
|
+
});
|
|
10046
|
+
}
|
|
10047
|
+
export declare class GetDeptNoResponse extends $tea.Model {
|
|
10048
|
+
headers?: {
|
|
10049
|
+
[key: string]: string;
|
|
10050
|
+
};
|
|
10051
|
+
statusCode?: number;
|
|
10052
|
+
body?: GetDeptNoResponseBody;
|
|
10053
|
+
static names(): {
|
|
10054
|
+
[key: string]: string;
|
|
10055
|
+
};
|
|
10056
|
+
static types(): {
|
|
10057
|
+
[key: string]: any;
|
|
10058
|
+
};
|
|
10059
|
+
constructor(map?: {
|
|
10060
|
+
[key: string]: any;
|
|
10061
|
+
});
|
|
10062
|
+
}
|
|
9493
10063
|
export declare class GetDocContentHeaders extends $tea.Model {
|
|
9494
10064
|
commonHeaders?: {
|
|
9495
10065
|
[key: string]: string;
|
|
@@ -13483,6 +14053,181 @@ export declare class GetOperationRecordsResponse extends $tea.Model {
|
|
|
13483
14053
|
[key: string]: any;
|
|
13484
14054
|
});
|
|
13485
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
|
+
}
|
|
13486
14231
|
export declare class GetProcessDefinitionHeaders extends $tea.Model {
|
|
13487
14232
|
commonHeaders?: {
|
|
13488
14233
|
[key: string]: string;
|
|
@@ -15789,6 +16534,7 @@ export declare class GetUserResponseBody extends $tea.Model {
|
|
|
15789
16534
|
*/
|
|
15790
16535
|
title?: string;
|
|
15791
16536
|
unionEmpExt?: GetUserResponseBodyUnionEmpExt;
|
|
16537
|
+
unionid?: string;
|
|
15792
16538
|
/**
|
|
15793
16539
|
* @example
|
|
15794
16540
|
* zhangsan
|
|
@@ -25597,6 +26343,151 @@ export declare class SetColumnsVisibilityResponse extends $tea.Model {
|
|
|
25597
26343
|
[key: string]: any;
|
|
25598
26344
|
});
|
|
25599
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
|
+
}
|
|
25600
26491
|
export declare class SetRowsVisibilityHeaders extends $tea.Model {
|
|
25601
26492
|
commonHeaders?: {
|
|
25602
26493
|
[key: string]: string;
|
|
@@ -31304,6 +32195,436 @@ export declare class CommitFileResponseBodyDentry extends $tea.Model {
|
|
|
31304
32195
|
[key: string]: any;
|
|
31305
32196
|
});
|
|
31306
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
|
+
}
|
|
31307
32628
|
export declare class CreateDeliveryPlanHeadersAccountContext extends $tea.Model {
|
|
31308
32629
|
/**
|
|
31309
32630
|
* @example
|
|
@@ -32444,6 +33765,103 @@ export declare class CreateSubscribedCalendarRequestSubscribeScope extends $tea.
|
|
|
32444
33765
|
[key: string]: any;
|
|
32445
33766
|
});
|
|
32446
33767
|
}
|
|
33768
|
+
export declare class CreateTicketHeadersAccountContext extends $tea.Model {
|
|
33769
|
+
/**
|
|
33770
|
+
* @remarks
|
|
33771
|
+
* This parameter is required.
|
|
33772
|
+
*
|
|
33773
|
+
* @example
|
|
33774
|
+
* 012345
|
|
33775
|
+
*/
|
|
33776
|
+
accountId?: string;
|
|
33777
|
+
static names(): {
|
|
33778
|
+
[key: string]: string;
|
|
33779
|
+
};
|
|
33780
|
+
static types(): {
|
|
33781
|
+
[key: string]: any;
|
|
33782
|
+
};
|
|
33783
|
+
constructor(map?: {
|
|
33784
|
+
[key: string]: any;
|
|
33785
|
+
});
|
|
33786
|
+
}
|
|
33787
|
+
export declare class CreateTicketRequestNotify extends $tea.Model {
|
|
33788
|
+
groupNoticeReceiverUserIds?: string[];
|
|
33789
|
+
/**
|
|
33790
|
+
* @example
|
|
33791
|
+
* false
|
|
33792
|
+
*/
|
|
33793
|
+
noticeAllGroupMember?: boolean;
|
|
33794
|
+
workNoticeReceiverUserIds?: string[];
|
|
33795
|
+
static names(): {
|
|
33796
|
+
[key: string]: string;
|
|
33797
|
+
};
|
|
33798
|
+
static types(): {
|
|
33799
|
+
[key: string]: any;
|
|
33800
|
+
};
|
|
33801
|
+
constructor(map?: {
|
|
33802
|
+
[key: string]: any;
|
|
33803
|
+
});
|
|
33804
|
+
}
|
|
33805
|
+
export declare class CreateTicketRequestSceneContextGroupMsgs extends $tea.Model {
|
|
33806
|
+
/**
|
|
33807
|
+
* @example
|
|
33808
|
+
* true
|
|
33809
|
+
*/
|
|
33810
|
+
anchor?: boolean;
|
|
33811
|
+
/**
|
|
33812
|
+
* @example
|
|
33813
|
+
* 1234567
|
|
33814
|
+
*/
|
|
33815
|
+
openMsgId?: string;
|
|
33816
|
+
static names(): {
|
|
33817
|
+
[key: string]: string;
|
|
33818
|
+
};
|
|
33819
|
+
static types(): {
|
|
33820
|
+
[key: string]: any;
|
|
33821
|
+
};
|
|
33822
|
+
constructor(map?: {
|
|
33823
|
+
[key: string]: any;
|
|
33824
|
+
});
|
|
33825
|
+
}
|
|
33826
|
+
export declare class CreateTicketRequestSceneContext extends $tea.Model {
|
|
33827
|
+
groupMsgs?: CreateTicketRequestSceneContextGroupMsgs[];
|
|
33828
|
+
/**
|
|
33829
|
+
* @example
|
|
33830
|
+
* cidDKVAOW8yVWPEN+WZfwSSAQ==
|
|
33831
|
+
*/
|
|
33832
|
+
openConversationId?: string;
|
|
33833
|
+
relevantorUserIds?: string[];
|
|
33834
|
+
/**
|
|
33835
|
+
* @example
|
|
33836
|
+
* 42674892
|
|
33837
|
+
*/
|
|
33838
|
+
topicId?: string;
|
|
33839
|
+
static names(): {
|
|
33840
|
+
[key: string]: string;
|
|
33841
|
+
};
|
|
33842
|
+
static types(): {
|
|
33843
|
+
[key: string]: any;
|
|
33844
|
+
};
|
|
33845
|
+
constructor(map?: {
|
|
33846
|
+
[key: string]: any;
|
|
33847
|
+
});
|
|
33848
|
+
}
|
|
33849
|
+
export declare class CreateTicketRequestTenantContext extends $tea.Model {
|
|
33850
|
+
/**
|
|
33851
|
+
* @example
|
|
33852
|
+
* xxxxxx
|
|
33853
|
+
*/
|
|
33854
|
+
tenantId?: string;
|
|
33855
|
+
static names(): {
|
|
33856
|
+
[key: string]: string;
|
|
33857
|
+
};
|
|
33858
|
+
static types(): {
|
|
33859
|
+
[key: string]: any;
|
|
33860
|
+
};
|
|
33861
|
+
constructor(map?: {
|
|
33862
|
+
[key: string]: any;
|
|
33863
|
+
});
|
|
33864
|
+
}
|
|
32447
33865
|
export declare class CreateTodoTaskHeadersAccountContext extends $tea.Model {
|
|
32448
33866
|
/**
|
|
32449
33867
|
* @example
|
|
@@ -33781,6 +35199,41 @@ export declare class GetCorpTasksResponseBodyData extends $tea.Model {
|
|
|
33781
35199
|
[key: string]: any;
|
|
33782
35200
|
});
|
|
33783
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
|
+
}
|
|
33784
35237
|
export declare class GetDocContentHeadersAccountContext extends $tea.Model {
|
|
33785
35238
|
/**
|
|
33786
35239
|
* @remarks
|
|
@@ -36910,6 +38363,221 @@ export declare class GetOperationRecordsResponseBodyResult extends $tea.Model {
|
|
|
36910
38363
|
[key: string]: any;
|
|
36911
38364
|
});
|
|
36912
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
|
+
}
|
|
36913
38581
|
export declare class GetProcessDefinitionHeadersAccountContext extends $tea.Model {
|
|
36914
38582
|
/**
|
|
36915
38583
|
* @remarks
|
|
@@ -43452,6 +45120,7 @@ export declare class QueryMeetingRoomResponseBodyResult extends $tea.Model {
|
|
|
43452
45120
|
* 0
|
|
43453
45121
|
*/
|
|
43454
45122
|
roomStatus?: number;
|
|
45123
|
+
roomUnionId?: string;
|
|
43455
45124
|
static names(): {
|
|
43456
45125
|
[key: string]: string;
|
|
43457
45126
|
};
|
|
@@ -45704,6 +47373,41 @@ export declare class SetColumnsVisibilityRequestTenantContext extends $tea.Model
|
|
|
45704
47373
|
[key: string]: any;
|
|
45705
47374
|
});
|
|
45706
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
|
+
}
|
|
45707
47411
|
export declare class SetRowsVisibilityHeadersAccountContext extends $tea.Model {
|
|
45708
47412
|
/**
|
|
45709
47413
|
* @example
|
|
@@ -47374,6 +49078,22 @@ export default class Client extends OpenApi {
|
|
|
47374
49078
|
* @returns CommitFileResponse
|
|
47375
49079
|
*/
|
|
47376
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>;
|
|
47377
49097
|
/**
|
|
47378
49098
|
* 发布钉钉投放活动
|
|
47379
49099
|
*
|
|
@@ -47630,6 +49350,22 @@ export default class Client extends OpenApi {
|
|
|
47630
49350
|
* @returns CreateSubscribedCalendarResponse
|
|
47631
49351
|
*/
|
|
47632
49352
|
createSubscribedCalendar(request: CreateSubscribedCalendarRequest): Promise<CreateSubscribedCalendarResponse>;
|
|
49353
|
+
/**
|
|
49354
|
+
* 创建工单
|
|
49355
|
+
*
|
|
49356
|
+
* @param tmpReq - CreateTicketRequest
|
|
49357
|
+
* @param tmpHeader - CreateTicketHeaders
|
|
49358
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
49359
|
+
* @returns CreateTicketResponse
|
|
49360
|
+
*/
|
|
49361
|
+
createTicketWithOptions(tmpReq: CreateTicketRequest, tmpHeader: CreateTicketHeaders, runtime: $Util.RuntimeOptions): Promise<CreateTicketResponse>;
|
|
49362
|
+
/**
|
|
49363
|
+
* 创建工单
|
|
49364
|
+
*
|
|
49365
|
+
* @param request - CreateTicketRequest
|
|
49366
|
+
* @returns CreateTicketResponse
|
|
49367
|
+
*/
|
|
49368
|
+
createTicket(request: CreateTicketRequest): Promise<CreateTicketResponse>;
|
|
47633
49369
|
/**
|
|
47634
49370
|
* 创建代办
|
|
47635
49371
|
*
|
|
@@ -48090,6 +49826,18 @@ export default class Client extends OpenApi {
|
|
|
48090
49826
|
* @returns GetCorpTasksResponse
|
|
48091
49827
|
*/
|
|
48092
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>;
|
|
48093
49841
|
/**
|
|
48094
49842
|
* 委托权限获取文档内容
|
|
48095
49843
|
*
|
|
@@ -48586,6 +50334,18 @@ export default class Client extends OpenApi {
|
|
|
48586
50334
|
* @returns GetOperationRecordsResponse
|
|
48587
50335
|
*/
|
|
48588
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>;
|
|
48589
50349
|
/**
|
|
48590
50350
|
* 获取流程定义
|
|
48591
50351
|
*
|
|
@@ -49962,6 +51722,22 @@ export default class Client extends OpenApi {
|
|
|
49962
51722
|
* @returns SetColumnsVisibilityResponse
|
|
49963
51723
|
*/
|
|
49964
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>;
|
|
49965
51741
|
/**
|
|
49966
51742
|
* 指定行隐藏
|
|
49967
51743
|
*
|