@alicloud/aliding20230426 2.4.2 → 2.6.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.js CHANGED
@@ -2785,6 +2785,142 @@ class CreateOrgHonorTemplateResponse extends $tea.Model {
2785
2785
  }
2786
2786
  }
2787
2787
  exports.CreateOrgHonorTemplateResponse = CreateOrgHonorTemplateResponse;
2788
+ class CreatePersonalTodoTaskHeaders extends $tea.Model {
2789
+ constructor(map) {
2790
+ super(map);
2791
+ }
2792
+ static names() {
2793
+ return {
2794
+ commonHeaders: 'commonHeaders',
2795
+ accountContext: 'AccountContext',
2796
+ };
2797
+ }
2798
+ static types() {
2799
+ return {
2800
+ commonHeaders: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
2801
+ accountContext: CreatePersonalTodoTaskHeadersAccountContext,
2802
+ };
2803
+ }
2804
+ }
2805
+ exports.CreatePersonalTodoTaskHeaders = CreatePersonalTodoTaskHeaders;
2806
+ class CreatePersonalTodoTaskShrinkHeaders extends $tea.Model {
2807
+ constructor(map) {
2808
+ super(map);
2809
+ }
2810
+ static names() {
2811
+ return {
2812
+ commonHeaders: 'commonHeaders',
2813
+ accountContextShrink: 'AccountContext',
2814
+ };
2815
+ }
2816
+ static types() {
2817
+ return {
2818
+ commonHeaders: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
2819
+ accountContextShrink: 'string',
2820
+ };
2821
+ }
2822
+ }
2823
+ exports.CreatePersonalTodoTaskShrinkHeaders = CreatePersonalTodoTaskShrinkHeaders;
2824
+ class CreatePersonalTodoTaskRequest extends $tea.Model {
2825
+ constructor(map) {
2826
+ super(map);
2827
+ }
2828
+ static names() {
2829
+ return {
2830
+ description: 'Description',
2831
+ dueTime: 'DueTime',
2832
+ executorIds: 'ExecutorIds',
2833
+ notifyConfigs: 'NotifyConfigs',
2834
+ participantIds: 'ParticipantIds',
2835
+ subject: 'Subject',
2836
+ tenantContext: 'TenantContext',
2837
+ };
2838
+ }
2839
+ static types() {
2840
+ return {
2841
+ description: 'string',
2842
+ dueTime: 'number',
2843
+ executorIds: { 'type': 'array', 'itemType': 'string' },
2844
+ notifyConfigs: CreatePersonalTodoTaskRequestNotifyConfigs,
2845
+ participantIds: { 'type': 'array', 'itemType': 'string' },
2846
+ subject: 'string',
2847
+ tenantContext: CreatePersonalTodoTaskRequestTenantContext,
2848
+ };
2849
+ }
2850
+ }
2851
+ exports.CreatePersonalTodoTaskRequest = CreatePersonalTodoTaskRequest;
2852
+ class CreatePersonalTodoTaskShrinkRequest extends $tea.Model {
2853
+ constructor(map) {
2854
+ super(map);
2855
+ }
2856
+ static names() {
2857
+ return {
2858
+ description: 'Description',
2859
+ dueTime: 'DueTime',
2860
+ executorIdsShrink: 'ExecutorIds',
2861
+ notifyConfigsShrink: 'NotifyConfigs',
2862
+ participantIdsShrink: 'ParticipantIds',
2863
+ subject: 'Subject',
2864
+ tenantContextShrink: 'TenantContext',
2865
+ };
2866
+ }
2867
+ static types() {
2868
+ return {
2869
+ description: 'string',
2870
+ dueTime: 'number',
2871
+ executorIdsShrink: 'string',
2872
+ notifyConfigsShrink: 'string',
2873
+ participantIdsShrink: 'string',
2874
+ subject: 'string',
2875
+ tenantContextShrink: 'string',
2876
+ };
2877
+ }
2878
+ }
2879
+ exports.CreatePersonalTodoTaskShrinkRequest = CreatePersonalTodoTaskShrinkRequest;
2880
+ class CreatePersonalTodoTaskResponseBody extends $tea.Model {
2881
+ constructor(map) {
2882
+ super(map);
2883
+ }
2884
+ static names() {
2885
+ return {
2886
+ createdTime: 'createdTime',
2887
+ requestId: 'requestId',
2888
+ taskId: 'taskId',
2889
+ vendorRequestId: 'vendorRequestId',
2890
+ vendorType: 'vendorType',
2891
+ };
2892
+ }
2893
+ static types() {
2894
+ return {
2895
+ createdTime: 'number',
2896
+ requestId: 'string',
2897
+ taskId: 'string',
2898
+ vendorRequestId: 'string',
2899
+ vendorType: 'string',
2900
+ };
2901
+ }
2902
+ }
2903
+ exports.CreatePersonalTodoTaskResponseBody = CreatePersonalTodoTaskResponseBody;
2904
+ class CreatePersonalTodoTaskResponse extends $tea.Model {
2905
+ constructor(map) {
2906
+ super(map);
2907
+ }
2908
+ static names() {
2909
+ return {
2910
+ headers: 'headers',
2911
+ statusCode: 'statusCode',
2912
+ body: 'body',
2913
+ };
2914
+ }
2915
+ static types() {
2916
+ return {
2917
+ headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
2918
+ statusCode: 'number',
2919
+ body: CreatePersonalTodoTaskResponseBody,
2920
+ };
2921
+ }
2922
+ }
2923
+ exports.CreatePersonalTodoTaskResponse = CreatePersonalTodoTaskResponse;
2788
2924
  class CreateReportHeaders extends $tea.Model {
2789
2925
  constructor(map) {
2790
2926
  super(map);
@@ -3167,6 +3303,270 @@ class CreateScheduleConferenceResponse extends $tea.Model {
3167
3303
  }
3168
3304
  }
3169
3305
  exports.CreateScheduleConferenceResponse = CreateScheduleConferenceResponse;
3306
+ class CreateSearchDomeHeaders extends $tea.Model {
3307
+ constructor(map) {
3308
+ super(map);
3309
+ }
3310
+ static names() {
3311
+ return {
3312
+ commonHeaders: 'commonHeaders',
3313
+ accountContext: 'AccountContext',
3314
+ };
3315
+ }
3316
+ static types() {
3317
+ return {
3318
+ commonHeaders: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
3319
+ accountContext: CreateSearchDomeHeadersAccountContext,
3320
+ };
3321
+ }
3322
+ }
3323
+ exports.CreateSearchDomeHeaders = CreateSearchDomeHeaders;
3324
+ class CreateSearchDomeShrinkHeaders extends $tea.Model {
3325
+ constructor(map) {
3326
+ super(map);
3327
+ }
3328
+ static names() {
3329
+ return {
3330
+ commonHeaders: 'commonHeaders',
3331
+ accountContextShrink: 'AccountContext',
3332
+ };
3333
+ }
3334
+ static types() {
3335
+ return {
3336
+ commonHeaders: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
3337
+ accountContextShrink: 'string',
3338
+ };
3339
+ }
3340
+ }
3341
+ exports.CreateSearchDomeShrinkHeaders = CreateSearchDomeShrinkHeaders;
3342
+ class CreateSearchDomeRequest extends $tea.Model {
3343
+ constructor(map) {
3344
+ super(map);
3345
+ }
3346
+ static names() {
3347
+ return {
3348
+ content: 'Content',
3349
+ endTime: 'EndTime',
3350
+ resId: 'ResId',
3351
+ startTime: 'StartTime',
3352
+ tenantContext: 'TenantContext',
3353
+ userIdList: 'UserIdList',
3354
+ };
3355
+ }
3356
+ static types() {
3357
+ return {
3358
+ content: 'string',
3359
+ endTime: 'number',
3360
+ resId: 'string',
3361
+ startTime: 'number',
3362
+ tenantContext: CreateSearchDomeRequestTenantContext,
3363
+ userIdList: { 'type': 'array', 'itemType': 'string' },
3364
+ };
3365
+ }
3366
+ }
3367
+ exports.CreateSearchDomeRequest = CreateSearchDomeRequest;
3368
+ class CreateSearchDomeShrinkRequest extends $tea.Model {
3369
+ constructor(map) {
3370
+ super(map);
3371
+ }
3372
+ static names() {
3373
+ return {
3374
+ content: 'Content',
3375
+ endTime: 'EndTime',
3376
+ resId: 'ResId',
3377
+ startTime: 'StartTime',
3378
+ tenantContextShrink: 'TenantContext',
3379
+ userIdListShrink: 'UserIdList',
3380
+ };
3381
+ }
3382
+ static types() {
3383
+ return {
3384
+ content: 'string',
3385
+ endTime: 'number',
3386
+ resId: 'string',
3387
+ startTime: 'number',
3388
+ tenantContextShrink: 'string',
3389
+ userIdListShrink: 'string',
3390
+ };
3391
+ }
3392
+ }
3393
+ exports.CreateSearchDomeShrinkRequest = CreateSearchDomeShrinkRequest;
3394
+ class CreateSearchDomeResponseBody extends $tea.Model {
3395
+ constructor(map) {
3396
+ super(map);
3397
+ }
3398
+ static names() {
3399
+ return {
3400
+ arguments: 'arguments',
3401
+ requestId: 'requestId',
3402
+ success: 'success',
3403
+ vendorRequestId: 'vendorRequestId',
3404
+ vendorType: 'vendorType',
3405
+ };
3406
+ }
3407
+ static types() {
3408
+ return {
3409
+ arguments: { 'type': 'array', 'itemType': 'any' },
3410
+ requestId: 'string',
3411
+ success: 'boolean',
3412
+ vendorRequestId: 'string',
3413
+ vendorType: 'string',
3414
+ };
3415
+ }
3416
+ }
3417
+ exports.CreateSearchDomeResponseBody = CreateSearchDomeResponseBody;
3418
+ class CreateSearchDomeResponse extends $tea.Model {
3419
+ constructor(map) {
3420
+ super(map);
3421
+ }
3422
+ static names() {
3423
+ return {
3424
+ headers: 'headers',
3425
+ statusCode: 'statusCode',
3426
+ body: 'body',
3427
+ };
3428
+ }
3429
+ static types() {
3430
+ return {
3431
+ headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
3432
+ statusCode: 'number',
3433
+ body: CreateSearchDomeResponseBody,
3434
+ };
3435
+ }
3436
+ }
3437
+ exports.CreateSearchDomeResponse = CreateSearchDomeResponse;
3438
+ class CreateSearchKeywordHeaders extends $tea.Model {
3439
+ constructor(map) {
3440
+ super(map);
3441
+ }
3442
+ static names() {
3443
+ return {
3444
+ commonHeaders: 'commonHeaders',
3445
+ accountContext: 'AccountContext',
3446
+ };
3447
+ }
3448
+ static types() {
3449
+ return {
3450
+ commonHeaders: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
3451
+ accountContext: CreateSearchKeywordHeadersAccountContext,
3452
+ };
3453
+ }
3454
+ }
3455
+ exports.CreateSearchKeywordHeaders = CreateSearchKeywordHeaders;
3456
+ class CreateSearchKeywordShrinkHeaders extends $tea.Model {
3457
+ constructor(map) {
3458
+ super(map);
3459
+ }
3460
+ static names() {
3461
+ return {
3462
+ commonHeaders: 'commonHeaders',
3463
+ accountContextShrink: 'AccountContext',
3464
+ };
3465
+ }
3466
+ static types() {
3467
+ return {
3468
+ commonHeaders: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
3469
+ accountContextShrink: 'string',
3470
+ };
3471
+ }
3472
+ }
3473
+ exports.CreateSearchKeywordShrinkHeaders = CreateSearchKeywordShrinkHeaders;
3474
+ class CreateSearchKeywordRequest extends $tea.Model {
3475
+ constructor(map) {
3476
+ super(map);
3477
+ }
3478
+ static names() {
3479
+ return {
3480
+ content: 'Content',
3481
+ endTime: 'EndTime',
3482
+ resId: 'ResId',
3483
+ startTime: 'StartTime',
3484
+ tenantContext: 'TenantContext',
3485
+ userIdList: 'UserIdList',
3486
+ };
3487
+ }
3488
+ static types() {
3489
+ return {
3490
+ content: 'string',
3491
+ endTime: 'number',
3492
+ resId: 'string',
3493
+ startTime: 'number',
3494
+ tenantContext: CreateSearchKeywordRequestTenantContext,
3495
+ userIdList: { 'type': 'array', 'itemType': 'string' },
3496
+ };
3497
+ }
3498
+ }
3499
+ exports.CreateSearchKeywordRequest = CreateSearchKeywordRequest;
3500
+ class CreateSearchKeywordShrinkRequest extends $tea.Model {
3501
+ constructor(map) {
3502
+ super(map);
3503
+ }
3504
+ static names() {
3505
+ return {
3506
+ content: 'Content',
3507
+ endTime: 'EndTime',
3508
+ resId: 'ResId',
3509
+ startTime: 'StartTime',
3510
+ tenantContextShrink: 'TenantContext',
3511
+ userIdListShrink: 'UserIdList',
3512
+ };
3513
+ }
3514
+ static types() {
3515
+ return {
3516
+ content: 'string',
3517
+ endTime: 'number',
3518
+ resId: 'string',
3519
+ startTime: 'number',
3520
+ tenantContextShrink: 'string',
3521
+ userIdListShrink: 'string',
3522
+ };
3523
+ }
3524
+ }
3525
+ exports.CreateSearchKeywordShrinkRequest = CreateSearchKeywordShrinkRequest;
3526
+ class CreateSearchKeywordResponseBody extends $tea.Model {
3527
+ constructor(map) {
3528
+ super(map);
3529
+ }
3530
+ static names() {
3531
+ return {
3532
+ arguments: 'arguments',
3533
+ requestId: 'requestId',
3534
+ success: 'success',
3535
+ vendorRequestId: 'vendorRequestId',
3536
+ vendorType: 'vendorType',
3537
+ };
3538
+ }
3539
+ static types() {
3540
+ return {
3541
+ arguments: { 'type': 'array', 'itemType': 'any' },
3542
+ requestId: 'string',
3543
+ success: 'boolean',
3544
+ vendorRequestId: 'string',
3545
+ vendorType: 'string',
3546
+ };
3547
+ }
3548
+ }
3549
+ exports.CreateSearchKeywordResponseBody = CreateSearchKeywordResponseBody;
3550
+ class CreateSearchKeywordResponse extends $tea.Model {
3551
+ constructor(map) {
3552
+ super(map);
3553
+ }
3554
+ static names() {
3555
+ return {
3556
+ headers: 'headers',
3557
+ statusCode: 'statusCode',
3558
+ body: 'body',
3559
+ };
3560
+ }
3561
+ static types() {
3562
+ return {
3563
+ headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
3564
+ statusCode: 'number',
3565
+ body: CreateSearchKeywordResponseBody,
3566
+ };
3567
+ }
3568
+ }
3569
+ exports.CreateSearchKeywordResponse = CreateSearchKeywordResponse;
3170
3570
  class CreateSheetHeaders extends $tea.Model {
3171
3571
  constructor(map) {
3172
3572
  super(map);
@@ -6252,11 +6652,129 @@ class GetCorpTasksResponse extends $tea.Model {
6252
6652
  return {
6253
6653
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
6254
6654
  statusCode: 'number',
6255
- body: GetCorpTasksResponseBody,
6655
+ body: GetCorpTasksResponseBody,
6656
+ };
6657
+ }
6658
+ }
6659
+ exports.GetCorpTasksResponse = GetCorpTasksResponse;
6660
+ class GetDocContentHeaders extends $tea.Model {
6661
+ constructor(map) {
6662
+ super(map);
6663
+ }
6664
+ static names() {
6665
+ return {
6666
+ commonHeaders: 'commonHeaders',
6667
+ accountContext: 'AccountContext',
6668
+ };
6669
+ }
6670
+ static types() {
6671
+ return {
6672
+ commonHeaders: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
6673
+ accountContext: GetDocContentHeadersAccountContext,
6674
+ };
6675
+ }
6676
+ }
6677
+ exports.GetDocContentHeaders = GetDocContentHeaders;
6678
+ class GetDocContentShrinkHeaders extends $tea.Model {
6679
+ constructor(map) {
6680
+ super(map);
6681
+ }
6682
+ static names() {
6683
+ return {
6684
+ commonHeaders: 'commonHeaders',
6685
+ accountContextShrink: 'AccountContext',
6686
+ };
6687
+ }
6688
+ static types() {
6689
+ return {
6690
+ commonHeaders: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
6691
+ accountContextShrink: 'string',
6692
+ };
6693
+ }
6694
+ }
6695
+ exports.GetDocContentShrinkHeaders = GetDocContentShrinkHeaders;
6696
+ class GetDocContentRequest extends $tea.Model {
6697
+ constructor(map) {
6698
+ super(map);
6699
+ }
6700
+ static names() {
6701
+ return {
6702
+ dentryUuid: 'DentryUuid',
6703
+ targetFormat: 'TargetFormat',
6704
+ tenantContext: 'TenantContext',
6705
+ };
6706
+ }
6707
+ static types() {
6708
+ return {
6709
+ dentryUuid: 'string',
6710
+ targetFormat: 'string',
6711
+ tenantContext: GetDocContentRequestTenantContext,
6712
+ };
6713
+ }
6714
+ }
6715
+ exports.GetDocContentRequest = GetDocContentRequest;
6716
+ class GetDocContentShrinkRequest extends $tea.Model {
6717
+ constructor(map) {
6718
+ super(map);
6719
+ }
6720
+ static names() {
6721
+ return {
6722
+ dentryUuid: 'DentryUuid',
6723
+ targetFormat: 'TargetFormat',
6724
+ tenantContextShrink: 'TenantContext',
6725
+ };
6726
+ }
6727
+ static types() {
6728
+ return {
6729
+ dentryUuid: 'string',
6730
+ targetFormat: 'string',
6731
+ tenantContextShrink: 'string',
6732
+ };
6733
+ }
6734
+ }
6735
+ exports.GetDocContentShrinkRequest = GetDocContentShrinkRequest;
6736
+ class GetDocContentResponseBody extends $tea.Model {
6737
+ constructor(map) {
6738
+ super(map);
6739
+ }
6740
+ static names() {
6741
+ return {
6742
+ requestId: 'requestId',
6743
+ taskId: 'taskId',
6744
+ vendorRequestId: 'vendorRequestId',
6745
+ vendorType: 'vendorType',
6746
+ };
6747
+ }
6748
+ static types() {
6749
+ return {
6750
+ requestId: 'string',
6751
+ taskId: 'number',
6752
+ vendorRequestId: 'string',
6753
+ vendorType: 'string',
6754
+ };
6755
+ }
6756
+ }
6757
+ exports.GetDocContentResponseBody = GetDocContentResponseBody;
6758
+ class GetDocContentResponse extends $tea.Model {
6759
+ constructor(map) {
6760
+ super(map);
6761
+ }
6762
+ static names() {
6763
+ return {
6764
+ headers: 'headers',
6765
+ statusCode: 'statusCode',
6766
+ body: 'body',
6767
+ };
6768
+ }
6769
+ static types() {
6770
+ return {
6771
+ headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
6772
+ statusCode: 'number',
6773
+ body: GetDocContentResponseBody,
6256
6774
  };
6257
6775
  }
6258
6776
  }
6259
- exports.GetCorpTasksResponse = GetCorpTasksResponse;
6777
+ exports.GetDocContentResponse = GetDocContentResponse;
6260
6778
  class GetEventHeaders extends $tea.Model {
6261
6779
  constructor(map) {
6262
6780
  super(map);
@@ -7281,6 +7799,120 @@ class GetInstancesByIdListResponse extends $tea.Model {
7281
7799
  }
7282
7800
  }
7283
7801
  exports.GetInstancesByIdListResponse = GetInstancesByIdListResponse;
7802
+ class GetLiveReplayUrlHeaders extends $tea.Model {
7803
+ constructor(map) {
7804
+ super(map);
7805
+ }
7806
+ static names() {
7807
+ return {
7808
+ commonHeaders: 'commonHeaders',
7809
+ accountContext: 'AccountContext',
7810
+ };
7811
+ }
7812
+ static types() {
7813
+ return {
7814
+ commonHeaders: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
7815
+ accountContext: GetLiveReplayUrlHeadersAccountContext,
7816
+ };
7817
+ }
7818
+ }
7819
+ exports.GetLiveReplayUrlHeaders = GetLiveReplayUrlHeaders;
7820
+ class GetLiveReplayUrlShrinkHeaders extends $tea.Model {
7821
+ constructor(map) {
7822
+ super(map);
7823
+ }
7824
+ static names() {
7825
+ return {
7826
+ commonHeaders: 'commonHeaders',
7827
+ accountContextShrink: 'AccountContext',
7828
+ };
7829
+ }
7830
+ static types() {
7831
+ return {
7832
+ commonHeaders: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
7833
+ accountContextShrink: 'string',
7834
+ };
7835
+ }
7836
+ }
7837
+ exports.GetLiveReplayUrlShrinkHeaders = GetLiveReplayUrlShrinkHeaders;
7838
+ class GetLiveReplayUrlRequest extends $tea.Model {
7839
+ constructor(map) {
7840
+ super(map);
7841
+ }
7842
+ static names() {
7843
+ return {
7844
+ liveId: 'LiveId',
7845
+ tenantContext: 'TenantContext',
7846
+ };
7847
+ }
7848
+ static types() {
7849
+ return {
7850
+ liveId: 'string',
7851
+ tenantContext: GetLiveReplayUrlRequestTenantContext,
7852
+ };
7853
+ }
7854
+ }
7855
+ exports.GetLiveReplayUrlRequest = GetLiveReplayUrlRequest;
7856
+ class GetLiveReplayUrlShrinkRequest extends $tea.Model {
7857
+ constructor(map) {
7858
+ super(map);
7859
+ }
7860
+ static names() {
7861
+ return {
7862
+ liveId: 'LiveId',
7863
+ tenantContextShrink: 'TenantContext',
7864
+ };
7865
+ }
7866
+ static types() {
7867
+ return {
7868
+ liveId: 'string',
7869
+ tenantContextShrink: 'string',
7870
+ };
7871
+ }
7872
+ }
7873
+ exports.GetLiveReplayUrlShrinkRequest = GetLiveReplayUrlShrinkRequest;
7874
+ class GetLiveReplayUrlResponseBody extends $tea.Model {
7875
+ constructor(map) {
7876
+ super(map);
7877
+ }
7878
+ static names() {
7879
+ return {
7880
+ replayUrl: 'replayUrl',
7881
+ requestId: 'requestId',
7882
+ vendorRequestId: 'vendorRequestId',
7883
+ vendorType: 'vendorType',
7884
+ };
7885
+ }
7886
+ static types() {
7887
+ return {
7888
+ replayUrl: 'string',
7889
+ requestId: 'string',
7890
+ vendorRequestId: 'string',
7891
+ vendorType: 'string',
7892
+ };
7893
+ }
7894
+ }
7895
+ exports.GetLiveReplayUrlResponseBody = GetLiveReplayUrlResponseBody;
7896
+ class GetLiveReplayUrlResponse extends $tea.Model {
7897
+ constructor(map) {
7898
+ super(map);
7899
+ }
7900
+ static names() {
7901
+ return {
7902
+ headers: 'headers',
7903
+ statusCode: 'statusCode',
7904
+ body: 'body',
7905
+ };
7906
+ }
7907
+ static types() {
7908
+ return {
7909
+ headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
7910
+ statusCode: 'number',
7911
+ body: GetLiveReplayUrlResponseBody,
7912
+ };
7913
+ }
7914
+ }
7915
+ exports.GetLiveReplayUrlResponse = GetLiveReplayUrlResponse;
7284
7916
  class GetMeCorpSubmissionHeaders extends $tea.Model {
7285
7917
  constructor(map) {
7286
7918
  super(map);
@@ -20225,6 +20857,54 @@ class CreateOrgHonorTemplateRequestTenantContext extends $tea.Model {
20225
20857
  }
20226
20858
  }
20227
20859
  exports.CreateOrgHonorTemplateRequestTenantContext = CreateOrgHonorTemplateRequestTenantContext;
20860
+ class CreatePersonalTodoTaskHeadersAccountContext extends $tea.Model {
20861
+ constructor(map) {
20862
+ super(map);
20863
+ }
20864
+ static names() {
20865
+ return {
20866
+ userToken: 'userToken',
20867
+ };
20868
+ }
20869
+ static types() {
20870
+ return {
20871
+ userToken: 'string',
20872
+ };
20873
+ }
20874
+ }
20875
+ exports.CreatePersonalTodoTaskHeadersAccountContext = CreatePersonalTodoTaskHeadersAccountContext;
20876
+ class CreatePersonalTodoTaskRequestNotifyConfigs extends $tea.Model {
20877
+ constructor(map) {
20878
+ super(map);
20879
+ }
20880
+ static names() {
20881
+ return {
20882
+ dingNotify: 'DingNotify',
20883
+ };
20884
+ }
20885
+ static types() {
20886
+ return {
20887
+ dingNotify: 'string',
20888
+ };
20889
+ }
20890
+ }
20891
+ exports.CreatePersonalTodoTaskRequestNotifyConfigs = CreatePersonalTodoTaskRequestNotifyConfigs;
20892
+ class CreatePersonalTodoTaskRequestTenantContext extends $tea.Model {
20893
+ constructor(map) {
20894
+ super(map);
20895
+ }
20896
+ static names() {
20897
+ return {
20898
+ tenantId: 'tenantId',
20899
+ };
20900
+ }
20901
+ static types() {
20902
+ return {
20903
+ tenantId: 'string',
20904
+ };
20905
+ }
20906
+ }
20907
+ exports.CreatePersonalTodoTaskRequestTenantContext = CreatePersonalTodoTaskRequestTenantContext;
20228
20908
  class CreateReportHeadersAccountContext extends $tea.Model {
20229
20909
  constructor(map) {
20230
20910
  super(map);
@@ -20329,6 +21009,70 @@ class CreateScheduleConferenceRequestTenantContext extends $tea.Model {
20329
21009
  }
20330
21010
  }
20331
21011
  exports.CreateScheduleConferenceRequestTenantContext = CreateScheduleConferenceRequestTenantContext;
21012
+ class CreateSearchDomeHeadersAccountContext extends $tea.Model {
21013
+ constructor(map) {
21014
+ super(map);
21015
+ }
21016
+ static names() {
21017
+ return {
21018
+ userToken: 'userToken',
21019
+ };
21020
+ }
21021
+ static types() {
21022
+ return {
21023
+ userToken: 'string',
21024
+ };
21025
+ }
21026
+ }
21027
+ exports.CreateSearchDomeHeadersAccountContext = CreateSearchDomeHeadersAccountContext;
21028
+ class CreateSearchDomeRequestTenantContext extends $tea.Model {
21029
+ constructor(map) {
21030
+ super(map);
21031
+ }
21032
+ static names() {
21033
+ return {
21034
+ tenantId: 'tenantId',
21035
+ };
21036
+ }
21037
+ static types() {
21038
+ return {
21039
+ tenantId: 'string',
21040
+ };
21041
+ }
21042
+ }
21043
+ exports.CreateSearchDomeRequestTenantContext = CreateSearchDomeRequestTenantContext;
21044
+ class CreateSearchKeywordHeadersAccountContext extends $tea.Model {
21045
+ constructor(map) {
21046
+ super(map);
21047
+ }
21048
+ static names() {
21049
+ return {
21050
+ userToken: 'userToken',
21051
+ };
21052
+ }
21053
+ static types() {
21054
+ return {
21055
+ userToken: 'string',
21056
+ };
21057
+ }
21058
+ }
21059
+ exports.CreateSearchKeywordHeadersAccountContext = CreateSearchKeywordHeadersAccountContext;
21060
+ class CreateSearchKeywordRequestTenantContext extends $tea.Model {
21061
+ constructor(map) {
21062
+ super(map);
21063
+ }
21064
+ static names() {
21065
+ return {
21066
+ tenantId: 'tenantId',
21067
+ };
21068
+ }
21069
+ static types() {
21070
+ return {
21071
+ tenantId: 'string',
21072
+ };
21073
+ }
21074
+ }
21075
+ exports.CreateSearchKeywordRequestTenantContext = CreateSearchKeywordRequestTenantContext;
20332
21076
  class CreateSheetHeadersAccountContext extends $tea.Model {
20333
21077
  constructor(map) {
20334
21078
  super(map);
@@ -21297,6 +22041,38 @@ class GetCorpTasksResponseBodyData extends $tea.Model {
21297
22041
  }
21298
22042
  }
21299
22043
  exports.GetCorpTasksResponseBodyData = GetCorpTasksResponseBodyData;
22044
+ class GetDocContentHeadersAccountContext extends $tea.Model {
22045
+ constructor(map) {
22046
+ super(map);
22047
+ }
22048
+ static names() {
22049
+ return {
22050
+ userToken: 'userToken',
22051
+ };
22052
+ }
22053
+ static types() {
22054
+ return {
22055
+ userToken: 'string',
22056
+ };
22057
+ }
22058
+ }
22059
+ exports.GetDocContentHeadersAccountContext = GetDocContentHeadersAccountContext;
22060
+ class GetDocContentRequestTenantContext extends $tea.Model {
22061
+ constructor(map) {
22062
+ super(map);
22063
+ }
22064
+ static names() {
22065
+ return {
22066
+ tenantId: 'tenantId',
22067
+ };
22068
+ }
22069
+ static types() {
22070
+ return {
22071
+ tenantId: 'string',
22072
+ };
22073
+ }
22074
+ }
22075
+ exports.GetDocContentRequestTenantContext = GetDocContentRequestTenantContext;
21300
22076
  class GetEventHeadersAccountContext extends $tea.Model {
21301
22077
  constructor(map) {
21302
22078
  super(map);
@@ -22192,19 +22968,51 @@ class GetInstancesByIdListResponseBodyResult extends $tea.Model {
22192
22968
  }
22193
22969
  static types() {
22194
22970
  return {
22195
- actionExecutor: { 'type': 'array', 'itemType': GetInstancesByIdListResponseBodyResultActionExecutor },
22196
- approvedResult: 'string',
22197
- data: { 'type': 'map', 'keyType': 'string', 'valueType': 'any' },
22198
- formUuid: 'string',
22199
- instanceStatus: 'string',
22200
- originator: GetInstancesByIdListResponseBodyResultOriginator,
22201
- processCode: 'string',
22202
- processInstanceId: 'string',
22203
- title: 'string',
22971
+ actionExecutor: { 'type': 'array', 'itemType': GetInstancesByIdListResponseBodyResultActionExecutor },
22972
+ approvedResult: 'string',
22973
+ data: { 'type': 'map', 'keyType': 'string', 'valueType': 'any' },
22974
+ formUuid: 'string',
22975
+ instanceStatus: 'string',
22976
+ originator: GetInstancesByIdListResponseBodyResultOriginator,
22977
+ processCode: 'string',
22978
+ processInstanceId: 'string',
22979
+ title: 'string',
22980
+ };
22981
+ }
22982
+ }
22983
+ exports.GetInstancesByIdListResponseBodyResult = GetInstancesByIdListResponseBodyResult;
22984
+ class GetLiveReplayUrlHeadersAccountContext extends $tea.Model {
22985
+ constructor(map) {
22986
+ super(map);
22987
+ }
22988
+ static names() {
22989
+ return {
22990
+ accountId: 'accountId',
22991
+ };
22992
+ }
22993
+ static types() {
22994
+ return {
22995
+ accountId: 'string',
22996
+ };
22997
+ }
22998
+ }
22999
+ exports.GetLiveReplayUrlHeadersAccountContext = GetLiveReplayUrlHeadersAccountContext;
23000
+ class GetLiveReplayUrlRequestTenantContext extends $tea.Model {
23001
+ constructor(map) {
23002
+ super(map);
23003
+ }
23004
+ static names() {
23005
+ return {
23006
+ tenantId: 'tenantId',
23007
+ };
23008
+ }
23009
+ static types() {
23010
+ return {
23011
+ tenantId: 'string',
22204
23012
  };
22205
23013
  }
22206
23014
  }
22207
- exports.GetInstancesByIdListResponseBodyResult = GetInstancesByIdListResponseBodyResult;
23015
+ exports.GetLiveReplayUrlRequestTenantContext = GetLiveReplayUrlRequestTenantContext;
22208
23016
  class GetMeCorpSubmissionHeadersAccountContext extends $tea.Model {
22209
23017
  constructor(map) {
22210
23018
  super(map);
@@ -30645,6 +31453,78 @@ class Client extends openapi_client_1.default {
30645
31453
  let headers = new CreateOrgHonorTemplateHeaders({});
30646
31454
  return await this.createOrgHonorTemplateWithOptions(request, headers, runtime);
30647
31455
  }
31456
+ async createPersonalTodoTaskWithOptions(tmpReq, tmpHeader, runtime) {
31457
+ tea_util_1.default.validateModel(tmpReq);
31458
+ let request = new CreatePersonalTodoTaskShrinkRequest({});
31459
+ openapi_util_1.default.convert(tmpReq, request);
31460
+ let headers = new CreatePersonalTodoTaskShrinkHeaders({});
31461
+ openapi_util_1.default.convert(tmpHeader, headers);
31462
+ if (!tea_util_1.default.isUnset(tmpHeader.accountContext)) {
31463
+ headers.accountContextShrink = openapi_util_1.default.arrayToStringWithSpecifiedStyle(tmpHeader.accountContext, "AccountContext", "json");
31464
+ }
31465
+ if (!tea_util_1.default.isUnset(tmpReq.executorIds)) {
31466
+ request.executorIdsShrink = openapi_util_1.default.arrayToStringWithSpecifiedStyle(tmpReq.executorIds, "ExecutorIds", "json");
31467
+ }
31468
+ if (!tea_util_1.default.isUnset(tmpReq.notifyConfigs)) {
31469
+ request.notifyConfigsShrink = openapi_util_1.default.arrayToStringWithSpecifiedStyle(tmpReq.notifyConfigs, "NotifyConfigs", "json");
31470
+ }
31471
+ if (!tea_util_1.default.isUnset(tmpReq.participantIds)) {
31472
+ request.participantIdsShrink = openapi_util_1.default.arrayToStringWithSpecifiedStyle(tmpReq.participantIds, "ParticipantIds", "json");
31473
+ }
31474
+ if (!tea_util_1.default.isUnset(tmpReq.tenantContext)) {
31475
+ request.tenantContextShrink = openapi_util_1.default.arrayToStringWithSpecifiedStyle(tmpReq.tenantContext, "TenantContext", "json");
31476
+ }
31477
+ let body = {};
31478
+ if (!tea_util_1.default.isUnset(request.description)) {
31479
+ body["Description"] = request.description;
31480
+ }
31481
+ if (!tea_util_1.default.isUnset(request.dueTime)) {
31482
+ body["DueTime"] = request.dueTime;
31483
+ }
31484
+ if (!tea_util_1.default.isUnset(request.executorIdsShrink)) {
31485
+ body["ExecutorIds"] = request.executorIdsShrink;
31486
+ }
31487
+ if (!tea_util_1.default.isUnset(request.notifyConfigsShrink)) {
31488
+ body["NotifyConfigs"] = request.notifyConfigsShrink;
31489
+ }
31490
+ if (!tea_util_1.default.isUnset(request.participantIdsShrink)) {
31491
+ body["ParticipantIds"] = request.participantIdsShrink;
31492
+ }
31493
+ if (!tea_util_1.default.isUnset(request.subject)) {
31494
+ body["Subject"] = request.subject;
31495
+ }
31496
+ if (!tea_util_1.default.isUnset(request.tenantContextShrink)) {
31497
+ body["TenantContext"] = request.tenantContextShrink;
31498
+ }
31499
+ let realHeaders = {};
31500
+ if (!tea_util_1.default.isUnset(headers.commonHeaders)) {
31501
+ realHeaders = headers.commonHeaders;
31502
+ }
31503
+ if (!tea_util_1.default.isUnset(headers.accountContextShrink)) {
31504
+ realHeaders["AccountContext"] = tea_util_1.default.toJSONString(headers.accountContextShrink);
31505
+ }
31506
+ let req = new $OpenApi.OpenApiRequest({
31507
+ headers: realHeaders,
31508
+ body: openapi_util_1.default.parseToMap(body),
31509
+ });
31510
+ let params = new $OpenApi.Params({
31511
+ action: "CreatePersonalTodoTask",
31512
+ version: "2023-04-26",
31513
+ protocol: "HTTPS",
31514
+ pathname: `/dingtalk/v1/task/createPersonalTodoTask`,
31515
+ method: "POST",
31516
+ authType: "AK",
31517
+ style: "ROA",
31518
+ reqBodyType: "formData",
31519
+ bodyType: "json",
31520
+ });
31521
+ return $tea.cast(await this.callApi(params, req, runtime), new CreatePersonalTodoTaskResponse({}));
31522
+ }
31523
+ async createPersonalTodoTask(request) {
31524
+ let runtime = new $Util.RuntimeOptions({});
31525
+ let headers = new CreatePersonalTodoTaskHeaders({});
31526
+ return await this.createPersonalTodoTaskWithOptions(request, headers, runtime);
31527
+ }
30648
31528
  async createReportWithOptions(tmpReq, tmpHeader, runtime) {
30649
31529
  tea_util_1.default.validateModel(tmpReq);
30650
31530
  let request = new CreateReportShrinkRequest({});
@@ -30868,6 +31748,132 @@ class Client extends openapi_client_1.default {
30868
31748
  let headers = new CreateScheduleConferenceHeaders({});
30869
31749
  return await this.createScheduleConferenceWithOptions(request, headers, runtime);
30870
31750
  }
31751
+ async createSearchDomeWithOptions(tmpReq, tmpHeader, runtime) {
31752
+ tea_util_1.default.validateModel(tmpReq);
31753
+ let request = new CreateSearchDomeShrinkRequest({});
31754
+ openapi_util_1.default.convert(tmpReq, request);
31755
+ let headers = new CreateSearchDomeShrinkHeaders({});
31756
+ openapi_util_1.default.convert(tmpHeader, headers);
31757
+ if (!tea_util_1.default.isUnset(tmpHeader.accountContext)) {
31758
+ headers.accountContextShrink = openapi_util_1.default.arrayToStringWithSpecifiedStyle(tmpHeader.accountContext, "AccountContext", "json");
31759
+ }
31760
+ if (!tea_util_1.default.isUnset(tmpReq.tenantContext)) {
31761
+ request.tenantContextShrink = openapi_util_1.default.arrayToStringWithSpecifiedStyle(tmpReq.tenantContext, "TenantContext", "json");
31762
+ }
31763
+ if (!tea_util_1.default.isUnset(tmpReq.userIdList)) {
31764
+ request.userIdListShrink = openapi_util_1.default.arrayToStringWithSpecifiedStyle(tmpReq.userIdList, "UserIdList", "json");
31765
+ }
31766
+ let body = {};
31767
+ if (!tea_util_1.default.isUnset(request.content)) {
31768
+ body["Content"] = request.content;
31769
+ }
31770
+ if (!tea_util_1.default.isUnset(request.endTime)) {
31771
+ body["EndTime"] = request.endTime;
31772
+ }
31773
+ if (!tea_util_1.default.isUnset(request.resId)) {
31774
+ body["ResId"] = request.resId;
31775
+ }
31776
+ if (!tea_util_1.default.isUnset(request.startTime)) {
31777
+ body["StartTime"] = request.startTime;
31778
+ }
31779
+ if (!tea_util_1.default.isUnset(request.tenantContextShrink)) {
31780
+ body["TenantContext"] = request.tenantContextShrink;
31781
+ }
31782
+ if (!tea_util_1.default.isUnset(request.userIdListShrink)) {
31783
+ body["UserIdList"] = request.userIdListShrink;
31784
+ }
31785
+ let realHeaders = {};
31786
+ if (!tea_util_1.default.isUnset(headers.commonHeaders)) {
31787
+ realHeaders = headers.commonHeaders;
31788
+ }
31789
+ if (!tea_util_1.default.isUnset(headers.accountContextShrink)) {
31790
+ realHeaders["AccountContext"] = tea_util_1.default.toJSONString(headers.accountContextShrink);
31791
+ }
31792
+ let req = new $OpenApi.OpenApiRequest({
31793
+ headers: realHeaders,
31794
+ body: openapi_util_1.default.parseToMap(body),
31795
+ });
31796
+ let params = new $OpenApi.Params({
31797
+ action: "CreateSearchDome",
31798
+ version: "2023-04-26",
31799
+ protocol: "HTTPS",
31800
+ pathname: `/dingtalk/v1/watt/createSearchDome`,
31801
+ method: "POST",
31802
+ authType: "AK",
31803
+ style: "ROA",
31804
+ reqBodyType: "formData",
31805
+ bodyType: "json",
31806
+ });
31807
+ return $tea.cast(await this.callApi(params, req, runtime), new CreateSearchDomeResponse({}));
31808
+ }
31809
+ async createSearchDome(request) {
31810
+ let runtime = new $Util.RuntimeOptions({});
31811
+ let headers = new CreateSearchDomeHeaders({});
31812
+ return await this.createSearchDomeWithOptions(request, headers, runtime);
31813
+ }
31814
+ async createSearchKeywordWithOptions(tmpReq, tmpHeader, runtime) {
31815
+ tea_util_1.default.validateModel(tmpReq);
31816
+ let request = new CreateSearchKeywordShrinkRequest({});
31817
+ openapi_util_1.default.convert(tmpReq, request);
31818
+ let headers = new CreateSearchKeywordShrinkHeaders({});
31819
+ openapi_util_1.default.convert(tmpHeader, headers);
31820
+ if (!tea_util_1.default.isUnset(tmpHeader.accountContext)) {
31821
+ headers.accountContextShrink = openapi_util_1.default.arrayToStringWithSpecifiedStyle(tmpHeader.accountContext, "AccountContext", "json");
31822
+ }
31823
+ if (!tea_util_1.default.isUnset(tmpReq.tenantContext)) {
31824
+ request.tenantContextShrink = openapi_util_1.default.arrayToStringWithSpecifiedStyle(tmpReq.tenantContext, "TenantContext", "json");
31825
+ }
31826
+ if (!tea_util_1.default.isUnset(tmpReq.userIdList)) {
31827
+ request.userIdListShrink = openapi_util_1.default.arrayToStringWithSpecifiedStyle(tmpReq.userIdList, "UserIdList", "json");
31828
+ }
31829
+ let body = {};
31830
+ if (!tea_util_1.default.isUnset(request.content)) {
31831
+ body["Content"] = request.content;
31832
+ }
31833
+ if (!tea_util_1.default.isUnset(request.endTime)) {
31834
+ body["EndTime"] = request.endTime;
31835
+ }
31836
+ if (!tea_util_1.default.isUnset(request.resId)) {
31837
+ body["ResId"] = request.resId;
31838
+ }
31839
+ if (!tea_util_1.default.isUnset(request.startTime)) {
31840
+ body["StartTime"] = request.startTime;
31841
+ }
31842
+ if (!tea_util_1.default.isUnset(request.tenantContextShrink)) {
31843
+ body["TenantContext"] = request.tenantContextShrink;
31844
+ }
31845
+ if (!tea_util_1.default.isUnset(request.userIdListShrink)) {
31846
+ body["UserIdList"] = request.userIdListShrink;
31847
+ }
31848
+ let realHeaders = {};
31849
+ if (!tea_util_1.default.isUnset(headers.commonHeaders)) {
31850
+ realHeaders = headers.commonHeaders;
31851
+ }
31852
+ if (!tea_util_1.default.isUnset(headers.accountContextShrink)) {
31853
+ realHeaders["AccountContext"] = tea_util_1.default.toJSONString(headers.accountContextShrink);
31854
+ }
31855
+ let req = new $OpenApi.OpenApiRequest({
31856
+ headers: realHeaders,
31857
+ body: openapi_util_1.default.parseToMap(body),
31858
+ });
31859
+ let params = new $OpenApi.Params({
31860
+ action: "CreateSearchKeyword",
31861
+ version: "2023-04-26",
31862
+ protocol: "HTTPS",
31863
+ pathname: `/dingtalk/v1/watt/createSearchKeyword`,
31864
+ method: "POST",
31865
+ authType: "AK",
31866
+ style: "ROA",
31867
+ reqBodyType: "formData",
31868
+ bodyType: "json",
31869
+ });
31870
+ return $tea.cast(await this.callApi(params, req, runtime), new CreateSearchKeywordResponse({}));
31871
+ }
31872
+ async createSearchKeyword(request) {
31873
+ let runtime = new $Util.RuntimeOptions({});
31874
+ let headers = new CreateSearchKeywordHeaders({});
31875
+ return await this.createSearchKeywordWithOptions(request, headers, runtime);
31876
+ }
30871
31877
  async createSheetWithOptions(tmpReq, tmpHeader, runtime) {
30872
31878
  tea_util_1.default.validateModel(tmpReq);
30873
31879
  let request = new CreateSheetShrinkRequest({});
@@ -32351,6 +33357,57 @@ class Client extends openapi_client_1.default {
32351
33357
  let headers = new GetCorpTasksHeaders({});
32352
33358
  return await this.getCorpTasksWithOptions(request, headers, runtime);
32353
33359
  }
33360
+ async getDocContentWithOptions(tmpReq, tmpHeader, runtime) {
33361
+ tea_util_1.default.validateModel(tmpReq);
33362
+ let request = new GetDocContentShrinkRequest({});
33363
+ openapi_util_1.default.convert(tmpReq, request);
33364
+ let headers = new GetDocContentShrinkHeaders({});
33365
+ openapi_util_1.default.convert(tmpHeader, headers);
33366
+ if (!tea_util_1.default.isUnset(tmpHeader.accountContext)) {
33367
+ headers.accountContextShrink = openapi_util_1.default.arrayToStringWithSpecifiedStyle(tmpHeader.accountContext, "AccountContext", "json");
33368
+ }
33369
+ if (!tea_util_1.default.isUnset(tmpReq.tenantContext)) {
33370
+ request.tenantContextShrink = openapi_util_1.default.arrayToStringWithSpecifiedStyle(tmpReq.tenantContext, "TenantContext", "json");
33371
+ }
33372
+ let body = {};
33373
+ if (!tea_util_1.default.isUnset(request.dentryUuid)) {
33374
+ body["DentryUuid"] = request.dentryUuid;
33375
+ }
33376
+ if (!tea_util_1.default.isUnset(request.targetFormat)) {
33377
+ body["TargetFormat"] = request.targetFormat;
33378
+ }
33379
+ if (!tea_util_1.default.isUnset(request.tenantContextShrink)) {
33380
+ body["TenantContext"] = request.tenantContextShrink;
33381
+ }
33382
+ let realHeaders = {};
33383
+ if (!tea_util_1.default.isUnset(headers.commonHeaders)) {
33384
+ realHeaders = headers.commonHeaders;
33385
+ }
33386
+ if (!tea_util_1.default.isUnset(headers.accountContextShrink)) {
33387
+ realHeaders["AccountContext"] = tea_util_1.default.toJSONString(headers.accountContextShrink);
33388
+ }
33389
+ let req = new $OpenApi.OpenApiRequest({
33390
+ headers: realHeaders,
33391
+ body: openapi_util_1.default.parseToMap(body),
33392
+ });
33393
+ let params = new $OpenApi.Params({
33394
+ action: "GetDocContent",
33395
+ version: "2023-04-26",
33396
+ protocol: "HTTPS",
33397
+ pathname: `/dingtalk/v2/documents/getDocContent`,
33398
+ method: "POST",
33399
+ authType: "AK",
33400
+ style: "ROA",
33401
+ reqBodyType: "formData",
33402
+ bodyType: "json",
33403
+ });
33404
+ return $tea.cast(await this.callApi(params, req, runtime), new GetDocContentResponse({}));
33405
+ }
33406
+ async getDocContent(request) {
33407
+ let runtime = new $Util.RuntimeOptions({});
33408
+ let headers = new GetDocContentHeaders({});
33409
+ return await this.getDocContentWithOptions(request, headers, runtime);
33410
+ }
32354
33411
  async getEventWithOptions(request, tmpHeader, runtime) {
32355
33412
  tea_util_1.default.validateModel(request);
32356
33413
  let headers = new GetEventShrinkHeaders({});
@@ -32860,6 +33917,54 @@ class Client extends openapi_client_1.default {
32860
33917
  let headers = new GetInstancesByIdListHeaders({});
32861
33918
  return await this.getInstancesByIdListWithOptions(request, headers, runtime);
32862
33919
  }
33920
+ async getLiveReplayUrlWithOptions(tmpReq, tmpHeader, runtime) {
33921
+ tea_util_1.default.validateModel(tmpReq);
33922
+ let request = new GetLiveReplayUrlShrinkRequest({});
33923
+ openapi_util_1.default.convert(tmpReq, request);
33924
+ let headers = new GetLiveReplayUrlShrinkHeaders({});
33925
+ openapi_util_1.default.convert(tmpHeader, headers);
33926
+ if (!tea_util_1.default.isUnset(tmpHeader.accountContext)) {
33927
+ headers.accountContextShrink = openapi_util_1.default.arrayToStringWithSpecifiedStyle(tmpHeader.accountContext, "AccountContext", "json");
33928
+ }
33929
+ if (!tea_util_1.default.isUnset(tmpReq.tenantContext)) {
33930
+ request.tenantContextShrink = openapi_util_1.default.arrayToStringWithSpecifiedStyle(tmpReq.tenantContext, "TenantContext", "json");
33931
+ }
33932
+ let body = {};
33933
+ if (!tea_util_1.default.isUnset(request.liveId)) {
33934
+ body["LiveId"] = request.liveId;
33935
+ }
33936
+ if (!tea_util_1.default.isUnset(request.tenantContextShrink)) {
33937
+ body["TenantContext"] = request.tenantContextShrink;
33938
+ }
33939
+ let realHeaders = {};
33940
+ if (!tea_util_1.default.isUnset(headers.commonHeaders)) {
33941
+ realHeaders = headers.commonHeaders;
33942
+ }
33943
+ if (!tea_util_1.default.isUnset(headers.accountContextShrink)) {
33944
+ realHeaders["AccountContext"] = tea_util_1.default.toJSONString(headers.accountContextShrink);
33945
+ }
33946
+ let req = new $OpenApi.OpenApiRequest({
33947
+ headers: realHeaders,
33948
+ body: openapi_util_1.default.parseToMap(body),
33949
+ });
33950
+ let params = new $OpenApi.Params({
33951
+ action: "GetLiveReplayUrl",
33952
+ version: "2023-04-26",
33953
+ protocol: "HTTPS",
33954
+ pathname: `/dingtalk/v1/ysp/getLiveReplayUrl`,
33955
+ method: "POST",
33956
+ authType: "AK",
33957
+ style: "ROA",
33958
+ reqBodyType: "formData",
33959
+ bodyType: "json",
33960
+ });
33961
+ return $tea.cast(await this.callApi(params, req, runtime), new GetLiveReplayUrlResponse({}));
33962
+ }
33963
+ async getLiveReplayUrl(request) {
33964
+ let runtime = new $Util.RuntimeOptions({});
33965
+ let headers = new GetLiveReplayUrlHeaders({});
33966
+ return await this.getLiveReplayUrlWithOptions(request, headers, runtime);
33967
+ }
32863
33968
  async getMeCorpSubmissionWithOptions(request, tmpHeader, runtime) {
32864
33969
  tea_util_1.default.validateModel(request);
32865
33970
  let headers = new GetMeCorpSubmissionShrinkHeaders({});