@alicloud/aliding20230426 2.5.0 → 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
@@ -3303,6 +3303,270 @@ class CreateScheduleConferenceResponse extends $tea.Model {
3303
3303
  }
3304
3304
  }
3305
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;
3306
3570
  class CreateSheetHeaders extends $tea.Model {
3307
3571
  constructor(map) {
3308
3572
  super(map);
@@ -6393,6 +6657,124 @@ class GetCorpTasksResponse extends $tea.Model {
6393
6657
  }
6394
6658
  }
6395
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,
6774
+ };
6775
+ }
6776
+ }
6777
+ exports.GetDocContentResponse = GetDocContentResponse;
6396
6778
  class GetEventHeaders extends $tea.Model {
6397
6779
  constructor(map) {
6398
6780
  super(map);
@@ -7417,6 +7799,120 @@ class GetInstancesByIdListResponse extends $tea.Model {
7417
7799
  }
7418
7800
  }
7419
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;
7420
7916
  class GetMeCorpSubmissionHeaders extends $tea.Model {
7421
7917
  constructor(map) {
7422
7918
  super(map);
@@ -20464,40 +20960,104 @@ class CreateReportRequestTenantContext extends $tea.Model {
20464
20960
  };
20465
20961
  }
20466
20962
  }
20467
- exports.CreateReportRequestTenantContext = CreateReportRequestTenantContext;
20468
- class CreateScenegroupHeadersAccountContext extends $tea.Model {
20963
+ exports.CreateReportRequestTenantContext = CreateReportRequestTenantContext;
20964
+ class CreateScenegroupHeadersAccountContext extends $tea.Model {
20965
+ constructor(map) {
20966
+ super(map);
20967
+ }
20968
+ static names() {
20969
+ return {
20970
+ accountId: 'accountId',
20971
+ };
20972
+ }
20973
+ static types() {
20974
+ return {
20975
+ accountId: 'string',
20976
+ };
20977
+ }
20978
+ }
20979
+ exports.CreateScenegroupHeadersAccountContext = CreateScenegroupHeadersAccountContext;
20980
+ class CreateScheduleConferenceHeadersAccountContext extends $tea.Model {
20981
+ constructor(map) {
20982
+ super(map);
20983
+ }
20984
+ static names() {
20985
+ return {
20986
+ accountId: 'accountId',
20987
+ };
20988
+ }
20989
+ static types() {
20990
+ return {
20991
+ accountId: 'string',
20992
+ };
20993
+ }
20994
+ }
20995
+ exports.CreateScheduleConferenceHeadersAccountContext = CreateScheduleConferenceHeadersAccountContext;
20996
+ class CreateScheduleConferenceRequestTenantContext extends $tea.Model {
20997
+ constructor(map) {
20998
+ super(map);
20999
+ }
21000
+ static names() {
21001
+ return {
21002
+ tenantId: 'tenantId',
21003
+ };
21004
+ }
21005
+ static types() {
21006
+ return {
21007
+ tenantId: 'string',
21008
+ };
21009
+ }
21010
+ }
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 {
20469
21029
  constructor(map) {
20470
21030
  super(map);
20471
21031
  }
20472
21032
  static names() {
20473
21033
  return {
20474
- accountId: 'accountId',
21034
+ tenantId: 'tenantId',
20475
21035
  };
20476
21036
  }
20477
21037
  static types() {
20478
21038
  return {
20479
- accountId: 'string',
21039
+ tenantId: 'string',
20480
21040
  };
20481
21041
  }
20482
21042
  }
20483
- exports.CreateScenegroupHeadersAccountContext = CreateScenegroupHeadersAccountContext;
20484
- class CreateScheduleConferenceHeadersAccountContext extends $tea.Model {
21043
+ exports.CreateSearchDomeRequestTenantContext = CreateSearchDomeRequestTenantContext;
21044
+ class CreateSearchKeywordHeadersAccountContext extends $tea.Model {
20485
21045
  constructor(map) {
20486
21046
  super(map);
20487
21047
  }
20488
21048
  static names() {
20489
21049
  return {
20490
- accountId: 'accountId',
21050
+ userToken: 'userToken',
20491
21051
  };
20492
21052
  }
20493
21053
  static types() {
20494
21054
  return {
20495
- accountId: 'string',
21055
+ userToken: 'string',
20496
21056
  };
20497
21057
  }
20498
21058
  }
20499
- exports.CreateScheduleConferenceHeadersAccountContext = CreateScheduleConferenceHeadersAccountContext;
20500
- class CreateScheduleConferenceRequestTenantContext extends $tea.Model {
21059
+ exports.CreateSearchKeywordHeadersAccountContext = CreateSearchKeywordHeadersAccountContext;
21060
+ class CreateSearchKeywordRequestTenantContext extends $tea.Model {
20501
21061
  constructor(map) {
20502
21062
  super(map);
20503
21063
  }
@@ -20512,7 +21072,7 @@ class CreateScheduleConferenceRequestTenantContext extends $tea.Model {
20512
21072
  };
20513
21073
  }
20514
21074
  }
20515
- exports.CreateScheduleConferenceRequestTenantContext = CreateScheduleConferenceRequestTenantContext;
21075
+ exports.CreateSearchKeywordRequestTenantContext = CreateSearchKeywordRequestTenantContext;
20516
21076
  class CreateSheetHeadersAccountContext extends $tea.Model {
20517
21077
  constructor(map) {
20518
21078
  super(map);
@@ -21481,6 +22041,38 @@ class GetCorpTasksResponseBodyData extends $tea.Model {
21481
22041
  }
21482
22042
  }
21483
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;
21484
22076
  class GetEventHeadersAccountContext extends $tea.Model {
21485
22077
  constructor(map) {
21486
22078
  super(map);
@@ -22389,6 +22981,38 @@ class GetInstancesByIdListResponseBodyResult extends $tea.Model {
22389
22981
  }
22390
22982
  }
22391
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',
23012
+ };
23013
+ }
23014
+ }
23015
+ exports.GetLiveReplayUrlRequestTenantContext = GetLiveReplayUrlRequestTenantContext;
22392
23016
  class GetMeCorpSubmissionHeadersAccountContext extends $tea.Model {
22393
23017
  constructor(map) {
22394
23018
  super(map);
@@ -31124,6 +31748,132 @@ class Client extends openapi_client_1.default {
31124
31748
  let headers = new CreateScheduleConferenceHeaders({});
31125
31749
  return await this.createScheduleConferenceWithOptions(request, headers, runtime);
31126
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
+ }
31127
31877
  async createSheetWithOptions(tmpReq, tmpHeader, runtime) {
31128
31878
  tea_util_1.default.validateModel(tmpReq);
31129
31879
  let request = new CreateSheetShrinkRequest({});
@@ -32607,6 +33357,57 @@ class Client extends openapi_client_1.default {
32607
33357
  let headers = new GetCorpTasksHeaders({});
32608
33358
  return await this.getCorpTasksWithOptions(request, headers, runtime);
32609
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
+ }
32610
33411
  async getEventWithOptions(request, tmpHeader, runtime) {
32611
33412
  tea_util_1.default.validateModel(request);
32612
33413
  let headers = new GetEventShrinkHeaders({});
@@ -33116,6 +33917,54 @@ class Client extends openapi_client_1.default {
33116
33917
  let headers = new GetInstancesByIdListHeaders({});
33117
33918
  return await this.getInstancesByIdListWithOptions(request, headers, runtime);
33118
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
+ }
33119
33968
  async getMeCorpSubmissionWithOptions(request, tmpHeader, runtime) {
33120
33969
  tea_util_1.default.validateModel(request);
33121
33970
  let headers = new GetMeCorpSubmissionShrinkHeaders({});