@alicloud/aliding20230426 2.13.0 → 2.15.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 CHANGED
@@ -1202,6 +1202,93 @@ export declare class CancelScheduleConferenceResponse extends $tea.Model {
1202
1202
  [key: string]: any;
1203
1203
  });
1204
1204
  }
1205
+ export declare class CheckAlibabaStaffHeaders extends $tea.Model {
1206
+ commonHeaders?: {
1207
+ [key: string]: string;
1208
+ };
1209
+ accountContext?: CheckAlibabaStaffHeadersAccountContext;
1210
+ static names(): {
1211
+ [key: string]: string;
1212
+ };
1213
+ static types(): {
1214
+ [key: string]: any;
1215
+ };
1216
+ constructor(map?: {
1217
+ [key: string]: any;
1218
+ });
1219
+ }
1220
+ export declare class CheckAlibabaStaffShrinkHeaders extends $tea.Model {
1221
+ commonHeaders?: {
1222
+ [key: string]: string;
1223
+ };
1224
+ accountContextShrink?: string;
1225
+ static names(): {
1226
+ [key: string]: string;
1227
+ };
1228
+ static types(): {
1229
+ [key: string]: any;
1230
+ };
1231
+ constructor(map?: {
1232
+ [key: string]: any;
1233
+ });
1234
+ }
1235
+ export declare class CheckAlibabaStaffRequest extends $tea.Model {
1236
+ mobile?: string;
1237
+ tenantContext?: CheckAlibabaStaffRequestTenantContext;
1238
+ static names(): {
1239
+ [key: string]: string;
1240
+ };
1241
+ static types(): {
1242
+ [key: string]: any;
1243
+ };
1244
+ constructor(map?: {
1245
+ [key: string]: any;
1246
+ });
1247
+ }
1248
+ export declare class CheckAlibabaStaffShrinkRequest extends $tea.Model {
1249
+ mobile?: string;
1250
+ tenantContextShrink?: string;
1251
+ static names(): {
1252
+ [key: string]: string;
1253
+ };
1254
+ static types(): {
1255
+ [key: string]: any;
1256
+ };
1257
+ constructor(map?: {
1258
+ [key: string]: any;
1259
+ });
1260
+ }
1261
+ export declare class CheckAlibabaStaffResponseBody extends $tea.Model {
1262
+ isAlibabaStaff?: boolean;
1263
+ requestId?: string;
1264
+ vendorRequestId?: string;
1265
+ vendorType?: string;
1266
+ static names(): {
1267
+ [key: string]: string;
1268
+ };
1269
+ static types(): {
1270
+ [key: string]: any;
1271
+ };
1272
+ constructor(map?: {
1273
+ [key: string]: any;
1274
+ });
1275
+ }
1276
+ export declare class CheckAlibabaStaffResponse extends $tea.Model {
1277
+ headers?: {
1278
+ [key: string]: string;
1279
+ };
1280
+ statusCode?: number;
1281
+ body?: CheckAlibabaStaffResponseBody;
1282
+ static names(): {
1283
+ [key: string]: string;
1284
+ };
1285
+ static types(): {
1286
+ [key: string]: any;
1287
+ };
1288
+ constructor(map?: {
1289
+ [key: string]: any;
1290
+ });
1291
+ }
1205
1292
  export declare class CheckUserIsGroupMemberHeaders extends $tea.Model {
1206
1293
  commonHeaders?: {
1207
1294
  [key: string]: string;
@@ -11742,6 +11829,93 @@ export declare class QueryMeetingRoomListResponse extends $tea.Model {
11742
11829
  [key: string]: any;
11743
11830
  });
11744
11831
  }
11832
+ export declare class QueryMinutesHeaders extends $tea.Model {
11833
+ commonHeaders?: {
11834
+ [key: string]: string;
11835
+ };
11836
+ accountContext?: QueryMinutesHeadersAccountContext;
11837
+ static names(): {
11838
+ [key: string]: string;
11839
+ };
11840
+ static types(): {
11841
+ [key: string]: any;
11842
+ };
11843
+ constructor(map?: {
11844
+ [key: string]: any;
11845
+ });
11846
+ }
11847
+ export declare class QueryMinutesShrinkHeaders extends $tea.Model {
11848
+ commonHeaders?: {
11849
+ [key: string]: string;
11850
+ };
11851
+ accountContextShrink?: string;
11852
+ static names(): {
11853
+ [key: string]: string;
11854
+ };
11855
+ static types(): {
11856
+ [key: string]: any;
11857
+ };
11858
+ constructor(map?: {
11859
+ [key: string]: any;
11860
+ });
11861
+ }
11862
+ export declare class QueryMinutesRequest extends $tea.Model {
11863
+ tenantContext?: QueryMinutesRequestTenantContext;
11864
+ conferenceId?: string;
11865
+ static names(): {
11866
+ [key: string]: string;
11867
+ };
11868
+ static types(): {
11869
+ [key: string]: any;
11870
+ };
11871
+ constructor(map?: {
11872
+ [key: string]: any;
11873
+ });
11874
+ }
11875
+ export declare class QueryMinutesShrinkRequest extends $tea.Model {
11876
+ tenantContextShrink?: string;
11877
+ conferenceId?: string;
11878
+ static names(): {
11879
+ [key: string]: string;
11880
+ };
11881
+ static types(): {
11882
+ [key: string]: any;
11883
+ };
11884
+ constructor(map?: {
11885
+ [key: string]: any;
11886
+ });
11887
+ }
11888
+ export declare class QueryMinutesResponseBody extends $tea.Model {
11889
+ audioList?: QueryMinutesResponseBodyAudioList[];
11890
+ requestId?: string;
11891
+ vendorRequestId?: string;
11892
+ vendorType?: string;
11893
+ static names(): {
11894
+ [key: string]: string;
11895
+ };
11896
+ static types(): {
11897
+ [key: string]: any;
11898
+ };
11899
+ constructor(map?: {
11900
+ [key: string]: any;
11901
+ });
11902
+ }
11903
+ export declare class QueryMinutesResponse extends $tea.Model {
11904
+ headers?: {
11905
+ [key: string]: string;
11906
+ };
11907
+ statusCode?: number;
11908
+ body?: QueryMinutesResponseBody;
11909
+ static names(): {
11910
+ [key: string]: string;
11911
+ };
11912
+ static types(): {
11913
+ [key: string]: any;
11914
+ };
11915
+ constructor(map?: {
11916
+ [key: string]: any;
11917
+ });
11918
+ }
11745
11919
  export declare class QueryMinutesSummaryHeaders extends $tea.Model {
11746
11920
  commonHeaders?: {
11747
11921
  [key: string]: string;
@@ -14402,6 +14576,97 @@ export declare class StartInstanceResponse extends $tea.Model {
14402
14576
  [key: string]: any;
14403
14577
  });
14404
14578
  }
14579
+ export declare class StartMinutesHeaders extends $tea.Model {
14580
+ commonHeaders?: {
14581
+ [key: string]: string;
14582
+ };
14583
+ accountContext?: StartMinutesHeadersAccountContext;
14584
+ static names(): {
14585
+ [key: string]: string;
14586
+ };
14587
+ static types(): {
14588
+ [key: string]: any;
14589
+ };
14590
+ constructor(map?: {
14591
+ [key: string]: any;
14592
+ });
14593
+ }
14594
+ export declare class StartMinutesShrinkHeaders extends $tea.Model {
14595
+ commonHeaders?: {
14596
+ [key: string]: string;
14597
+ };
14598
+ accountContextShrink?: string;
14599
+ static names(): {
14600
+ [key: string]: string;
14601
+ };
14602
+ static types(): {
14603
+ [key: string]: any;
14604
+ };
14605
+ constructor(map?: {
14606
+ [key: string]: any;
14607
+ });
14608
+ }
14609
+ export declare class StartMinutesRequest extends $tea.Model {
14610
+ tenantContext?: StartMinutesRequestTenantContext;
14611
+ conferenceId?: string;
14612
+ ownerUserId?: string;
14613
+ recordAudio?: boolean;
14614
+ static names(): {
14615
+ [key: string]: string;
14616
+ };
14617
+ static types(): {
14618
+ [key: string]: any;
14619
+ };
14620
+ constructor(map?: {
14621
+ [key: string]: any;
14622
+ });
14623
+ }
14624
+ export declare class StartMinutesShrinkRequest extends $tea.Model {
14625
+ tenantContextShrink?: string;
14626
+ conferenceId?: string;
14627
+ ownerUserId?: string;
14628
+ recordAudio?: boolean;
14629
+ static names(): {
14630
+ [key: string]: string;
14631
+ };
14632
+ static types(): {
14633
+ [key: string]: any;
14634
+ };
14635
+ constructor(map?: {
14636
+ [key: string]: any;
14637
+ });
14638
+ }
14639
+ export declare class StartMinutesResponseBody extends $tea.Model {
14640
+ code?: string;
14641
+ requestId?: string;
14642
+ vendorRequestId?: string;
14643
+ vendorType?: string;
14644
+ static names(): {
14645
+ [key: string]: string;
14646
+ };
14647
+ static types(): {
14648
+ [key: string]: any;
14649
+ };
14650
+ constructor(map?: {
14651
+ [key: string]: any;
14652
+ });
14653
+ }
14654
+ export declare class StartMinutesResponse extends $tea.Model {
14655
+ headers?: {
14656
+ [key: string]: string;
14657
+ };
14658
+ statusCode?: number;
14659
+ body?: StartMinutesResponseBody;
14660
+ static names(): {
14661
+ [key: string]: string;
14662
+ };
14663
+ static types(): {
14664
+ [key: string]: any;
14665
+ };
14666
+ constructor(map?: {
14667
+ [key: string]: any;
14668
+ });
14669
+ }
14405
14670
  export declare class StatisticsListByTypeReportHeaders extends $tea.Model {
14406
14671
  commonHeaders?: {
14407
14672
  [key: string]: string;
@@ -14668,11 +14933,11 @@ export declare class StopCloudRecordResponse extends $tea.Model {
14668
14933
  [key: string]: any;
14669
14934
  });
14670
14935
  }
14671
- export declare class SubscribeCalendarHeaders extends $tea.Model {
14936
+ export declare class StopMinutesHeaders extends $tea.Model {
14672
14937
  commonHeaders?: {
14673
14938
  [key: string]: string;
14674
14939
  };
14675
- accountContext?: SubscribeCalendarHeadersAccountContext;
14940
+ accountContext?: StopMinutesHeadersAccountContext;
14676
14941
  static names(): {
14677
14942
  [key: string]: string;
14678
14943
  };
@@ -14683,7 +14948,7 @@ export declare class SubscribeCalendarHeaders extends $tea.Model {
14683
14948
  [key: string]: any;
14684
14949
  });
14685
14950
  }
14686
- export declare class SubscribeCalendarShrinkHeaders extends $tea.Model {
14951
+ export declare class StopMinutesShrinkHeaders extends $tea.Model {
14687
14952
  commonHeaders?: {
14688
14953
  [key: string]: string;
14689
14954
  };
@@ -14698,8 +14963,9 @@ export declare class SubscribeCalendarShrinkHeaders extends $tea.Model {
14698
14963
  [key: string]: any;
14699
14964
  });
14700
14965
  }
14701
- export declare class SubscribeCalendarRequest extends $tea.Model {
14702
- calendarId?: string;
14966
+ export declare class StopMinutesRequest extends $tea.Model {
14967
+ tenantContext?: StopMinutesRequestTenantContext;
14968
+ conferenceId?: string;
14703
14969
  static names(): {
14704
14970
  [key: string]: string;
14705
14971
  };
@@ -14710,8 +14976,24 @@ export declare class SubscribeCalendarRequest extends $tea.Model {
14710
14976
  [key: string]: any;
14711
14977
  });
14712
14978
  }
14713
- export declare class SubscribeCalendarResponseBody extends $tea.Model {
14979
+ export declare class StopMinutesShrinkRequest extends $tea.Model {
14980
+ tenantContextShrink?: string;
14981
+ conferenceId?: string;
14982
+ static names(): {
14983
+ [key: string]: string;
14984
+ };
14985
+ static types(): {
14986
+ [key: string]: any;
14987
+ };
14988
+ constructor(map?: {
14989
+ [key: string]: any;
14990
+ });
14991
+ }
14992
+ export declare class StopMinutesResponseBody extends $tea.Model {
14993
+ code?: string;
14714
14994
  requestId?: string;
14995
+ vendorRequestId?: string;
14996
+ vendorType?: string;
14715
14997
  static names(): {
14716
14998
  [key: string]: string;
14717
14999
  };
@@ -14722,12 +15004,82 @@ export declare class SubscribeCalendarResponseBody extends $tea.Model {
14722
15004
  [key: string]: any;
14723
15005
  });
14724
15006
  }
14725
- export declare class SubscribeCalendarResponse extends $tea.Model {
15007
+ export declare class StopMinutesResponse extends $tea.Model {
14726
15008
  headers?: {
14727
15009
  [key: string]: string;
14728
15010
  };
14729
15011
  statusCode?: number;
14730
- body?: SubscribeCalendarResponseBody;
15012
+ body?: StopMinutesResponseBody;
15013
+ static names(): {
15014
+ [key: string]: string;
15015
+ };
15016
+ static types(): {
15017
+ [key: string]: any;
15018
+ };
15019
+ constructor(map?: {
15020
+ [key: string]: any;
15021
+ });
15022
+ }
15023
+ export declare class SubscribeCalendarHeaders extends $tea.Model {
15024
+ commonHeaders?: {
15025
+ [key: string]: string;
15026
+ };
15027
+ accountContext?: SubscribeCalendarHeadersAccountContext;
15028
+ static names(): {
15029
+ [key: string]: string;
15030
+ };
15031
+ static types(): {
15032
+ [key: string]: any;
15033
+ };
15034
+ constructor(map?: {
15035
+ [key: string]: any;
15036
+ });
15037
+ }
15038
+ export declare class SubscribeCalendarShrinkHeaders extends $tea.Model {
15039
+ commonHeaders?: {
15040
+ [key: string]: string;
15041
+ };
15042
+ accountContextShrink?: string;
15043
+ static names(): {
15044
+ [key: string]: string;
15045
+ };
15046
+ static types(): {
15047
+ [key: string]: any;
15048
+ };
15049
+ constructor(map?: {
15050
+ [key: string]: any;
15051
+ });
15052
+ }
15053
+ export declare class SubscribeCalendarRequest extends $tea.Model {
15054
+ calendarId?: string;
15055
+ static names(): {
15056
+ [key: string]: string;
15057
+ };
15058
+ static types(): {
15059
+ [key: string]: any;
15060
+ };
15061
+ constructor(map?: {
15062
+ [key: string]: any;
15063
+ });
15064
+ }
15065
+ export declare class SubscribeCalendarResponseBody extends $tea.Model {
15066
+ requestId?: string;
15067
+ static names(): {
15068
+ [key: string]: string;
15069
+ };
15070
+ static types(): {
15071
+ [key: string]: any;
15072
+ };
15073
+ constructor(map?: {
15074
+ [key: string]: any;
15075
+ });
15076
+ }
15077
+ export declare class SubscribeCalendarResponse extends $tea.Model {
15078
+ headers?: {
15079
+ [key: string]: string;
15080
+ };
15081
+ statusCode?: number;
15082
+ body?: SubscribeCalendarResponseBody;
14731
15083
  static names(): {
14732
15084
  [key: string]: string;
14733
15085
  };
@@ -16141,6 +16493,106 @@ export declare class UpdateUserAvatarResponse extends $tea.Model {
16141
16493
  [key: string]: any;
16142
16494
  });
16143
16495
  }
16496
+ export declare class UpdateVideoConferenceSettingHeaders extends $tea.Model {
16497
+ commonHeaders?: {
16498
+ [key: string]: string;
16499
+ };
16500
+ accountContext?: UpdateVideoConferenceSettingHeadersAccountContext;
16501
+ static names(): {
16502
+ [key: string]: string;
16503
+ };
16504
+ static types(): {
16505
+ [key: string]: any;
16506
+ };
16507
+ constructor(map?: {
16508
+ [key: string]: any;
16509
+ });
16510
+ }
16511
+ export declare class UpdateVideoConferenceSettingShrinkHeaders extends $tea.Model {
16512
+ commonHeaders?: {
16513
+ [key: string]: string;
16514
+ };
16515
+ accountContextShrink?: string;
16516
+ static names(): {
16517
+ [key: string]: string;
16518
+ };
16519
+ static types(): {
16520
+ [key: string]: any;
16521
+ };
16522
+ constructor(map?: {
16523
+ [key: string]: any;
16524
+ });
16525
+ }
16526
+ export declare class UpdateVideoConferenceSettingRequest extends $tea.Model {
16527
+ allowUnmuteSelf?: boolean;
16528
+ autoTransferHost?: boolean;
16529
+ forbiddenShareScreen?: boolean;
16530
+ lockConference?: boolean;
16531
+ muteAll?: boolean;
16532
+ onlyInternalEmployeesJoin?: boolean;
16533
+ tenantContext?: UpdateVideoConferenceSettingRequestTenantContext;
16534
+ conferenceId?: string;
16535
+ static names(): {
16536
+ [key: string]: string;
16537
+ };
16538
+ static types(): {
16539
+ [key: string]: any;
16540
+ };
16541
+ constructor(map?: {
16542
+ [key: string]: any;
16543
+ });
16544
+ }
16545
+ export declare class UpdateVideoConferenceSettingShrinkRequest extends $tea.Model {
16546
+ allowUnmuteSelf?: boolean;
16547
+ autoTransferHost?: boolean;
16548
+ forbiddenShareScreen?: boolean;
16549
+ lockConference?: boolean;
16550
+ muteAll?: boolean;
16551
+ onlyInternalEmployeesJoin?: boolean;
16552
+ tenantContextShrink?: string;
16553
+ conferenceId?: string;
16554
+ static names(): {
16555
+ [key: string]: string;
16556
+ };
16557
+ static types(): {
16558
+ [key: string]: any;
16559
+ };
16560
+ constructor(map?: {
16561
+ [key: string]: any;
16562
+ });
16563
+ }
16564
+ export declare class UpdateVideoConferenceSettingResponseBody extends $tea.Model {
16565
+ caseResult?: string;
16566
+ code?: string;
16567
+ requestId?: string;
16568
+ vendorRequestId?: string;
16569
+ vendorType?: string;
16570
+ static names(): {
16571
+ [key: string]: string;
16572
+ };
16573
+ static types(): {
16574
+ [key: string]: any;
16575
+ };
16576
+ constructor(map?: {
16577
+ [key: string]: any;
16578
+ });
16579
+ }
16580
+ export declare class UpdateVideoConferenceSettingResponse extends $tea.Model {
16581
+ headers?: {
16582
+ [key: string]: string;
16583
+ };
16584
+ statusCode?: number;
16585
+ body?: UpdateVideoConferenceSettingResponseBody;
16586
+ static names(): {
16587
+ [key: string]: string;
16588
+ };
16589
+ static types(): {
16590
+ [key: string]: any;
16591
+ };
16592
+ constructor(map?: {
16593
+ [key: string]: any;
16594
+ });
16595
+ }
16144
16596
  export declare class UpdateWorkspaceDocMembersHeaders extends $tea.Model {
16145
16597
  commonHeaders?: {
16146
16598
  [key: string]: string;
@@ -16917,6 +17369,30 @@ export declare class CancelScheduleConferenceRequestTenantContext extends $tea.M
16917
17369
  [key: string]: any;
16918
17370
  });
16919
17371
  }
17372
+ export declare class CheckAlibabaStaffHeadersAccountContext extends $tea.Model {
17373
+ accountId?: string;
17374
+ static names(): {
17375
+ [key: string]: string;
17376
+ };
17377
+ static types(): {
17378
+ [key: string]: any;
17379
+ };
17380
+ constructor(map?: {
17381
+ [key: string]: any;
17382
+ });
17383
+ }
17384
+ export declare class CheckAlibabaStaffRequestTenantContext extends $tea.Model {
17385
+ tenantId?: string;
17386
+ static names(): {
17387
+ [key: string]: string;
17388
+ };
17389
+ static types(): {
17390
+ [key: string]: any;
17391
+ };
17392
+ constructor(map?: {
17393
+ [key: string]: any;
17394
+ });
17395
+ }
16920
17396
  export declare class CheckUserIsGroupMemberHeadersAccountContext extends $tea.Model {
16921
17397
  accountId?: string;
16922
17398
  static names(): {
@@ -23100,6 +23576,48 @@ export declare class QueryMeetingRoomListResponseBodyResult extends $tea.Model {
23100
23576
  [key: string]: any;
23101
23577
  });
23102
23578
  }
23579
+ export declare class QueryMinutesHeadersAccountContext extends $tea.Model {
23580
+ accountId?: string;
23581
+ static names(): {
23582
+ [key: string]: string;
23583
+ };
23584
+ static types(): {
23585
+ [key: string]: any;
23586
+ };
23587
+ constructor(map?: {
23588
+ [key: string]: any;
23589
+ });
23590
+ }
23591
+ export declare class QueryMinutesRequestTenantContext extends $tea.Model {
23592
+ tenantId?: string;
23593
+ static names(): {
23594
+ [key: string]: string;
23595
+ };
23596
+ static types(): {
23597
+ [key: string]: any;
23598
+ };
23599
+ constructor(map?: {
23600
+ [key: string]: any;
23601
+ });
23602
+ }
23603
+ export declare class QueryMinutesResponseBodyAudioList extends $tea.Model {
23604
+ duration?: number;
23605
+ endTime?: number;
23606
+ fileSize?: number;
23607
+ playUrl?: string;
23608
+ recordId?: string;
23609
+ startTime?: number;
23610
+ userId?: string;
23611
+ static names(): {
23612
+ [key: string]: string;
23613
+ };
23614
+ static types(): {
23615
+ [key: string]: any;
23616
+ };
23617
+ constructor(map?: {
23618
+ [key: string]: any;
23619
+ });
23620
+ }
23103
23621
  export declare class QueryMinutesSummaryHeadersAccountContext extends $tea.Model {
23104
23622
  accountId?: string;
23105
23623
  static names(): {
@@ -24262,6 +24780,30 @@ export declare class StartInstanceHeadersAccountContext extends $tea.Model {
24262
24780
  [key: string]: any;
24263
24781
  });
24264
24782
  }
24783
+ export declare class StartMinutesHeadersAccountContext extends $tea.Model {
24784
+ accountId?: string;
24785
+ static names(): {
24786
+ [key: string]: string;
24787
+ };
24788
+ static types(): {
24789
+ [key: string]: any;
24790
+ };
24791
+ constructor(map?: {
24792
+ [key: string]: any;
24793
+ });
24794
+ }
24795
+ export declare class StartMinutesRequestTenantContext extends $tea.Model {
24796
+ tenantId?: string;
24797
+ static names(): {
24798
+ [key: string]: string;
24799
+ };
24800
+ static types(): {
24801
+ [key: string]: any;
24802
+ };
24803
+ constructor(map?: {
24804
+ [key: string]: any;
24805
+ });
24806
+ }
24265
24807
  export declare class StatisticsListByTypeReportHeadersAccountContext extends $tea.Model {
24266
24808
  accountId?: string;
24267
24809
  static names(): {
@@ -24334,6 +24876,30 @@ export declare class StopCloudRecordRequestTenantContext extends $tea.Model {
24334
24876
  [key: string]: any;
24335
24877
  });
24336
24878
  }
24879
+ export declare class StopMinutesHeadersAccountContext extends $tea.Model {
24880
+ accountId?: string;
24881
+ static names(): {
24882
+ [key: string]: string;
24883
+ };
24884
+ static types(): {
24885
+ [key: string]: any;
24886
+ };
24887
+ constructor(map?: {
24888
+ [key: string]: any;
24889
+ });
24890
+ }
24891
+ export declare class StopMinutesRequestTenantContext extends $tea.Model {
24892
+ tenantId?: string;
24893
+ static names(): {
24894
+ [key: string]: string;
24895
+ };
24896
+ static types(): {
24897
+ [key: string]: any;
24898
+ };
24899
+ constructor(map?: {
24900
+ [key: string]: any;
24901
+ });
24902
+ }
24337
24903
  export declare class SubscribeCalendarHeadersAccountContext extends $tea.Model {
24338
24904
  accountId?: string;
24339
24905
  static names(): {
@@ -24764,6 +25330,30 @@ export declare class UpdateUserAvatarHeadersAccountContext extends $tea.Model {
24764
25330
  [key: string]: any;
24765
25331
  });
24766
25332
  }
25333
+ export declare class UpdateVideoConferenceSettingHeadersAccountContext extends $tea.Model {
25334
+ accountId?: string;
25335
+ static names(): {
25336
+ [key: string]: string;
25337
+ };
25338
+ static types(): {
25339
+ [key: string]: any;
25340
+ };
25341
+ constructor(map?: {
25342
+ [key: string]: any;
25343
+ });
25344
+ }
25345
+ export declare class UpdateVideoConferenceSettingRequestTenantContext extends $tea.Model {
25346
+ tenantId?: string;
25347
+ static names(): {
25348
+ [key: string]: string;
25349
+ };
25350
+ static types(): {
25351
+ [key: string]: any;
25352
+ };
25353
+ constructor(map?: {
25354
+ [key: string]: any;
25355
+ });
25356
+ }
24767
25357
  export declare class UpdateWorkspaceDocMembersHeadersAccountContext extends $tea.Model {
24768
25358
  accountId?: string;
24769
25359
  static names(): {
@@ -25113,6 +25703,22 @@ export default class Client extends OpenApi {
25113
25703
  * @return CancelScheduleConferenceResponse
25114
25704
  */
25115
25705
  cancelScheduleConference(request: CancelScheduleConferenceRequest): Promise<CancelScheduleConferenceResponse>;
25706
+ /**
25707
+ * @summary 校验阿里员工
25708
+ *
25709
+ * @param tmpReq CheckAlibabaStaffRequest
25710
+ * @param tmpHeader CheckAlibabaStaffHeaders
25711
+ * @param runtime runtime options for this request RuntimeOptions
25712
+ * @return CheckAlibabaStaffResponse
25713
+ */
25714
+ checkAlibabaStaffWithOptions(tmpReq: CheckAlibabaStaffRequest, tmpHeader: CheckAlibabaStaffHeaders, runtime: $Util.RuntimeOptions): Promise<CheckAlibabaStaffResponse>;
25715
+ /**
25716
+ * @summary 校验阿里员工
25717
+ *
25718
+ * @param request CheckAlibabaStaffRequest
25719
+ * @return CheckAlibabaStaffResponse
25720
+ */
25721
+ checkAlibabaStaff(request: CheckAlibabaStaffRequest): Promise<CheckAlibabaStaffResponse>;
25116
25722
  /**
25117
25723
  * @summary 查询用户是否为企业内部群成员
25118
25724
  *
@@ -27013,6 +27619,22 @@ export default class Client extends OpenApi {
27013
27619
  * @return QueryMeetingRoomListResponse
27014
27620
  */
27015
27621
  queryMeetingRoomList(request: QueryMeetingRoomListRequest): Promise<QueryMeetingRoomListResponse>;
27622
+ /**
27623
+ * @summary 查询闪记录音
27624
+ *
27625
+ * @param tmpReq QueryMinutesRequest
27626
+ * @param tmpHeader QueryMinutesHeaders
27627
+ * @param runtime runtime options for this request RuntimeOptions
27628
+ * @return QueryMinutesResponse
27629
+ */
27630
+ queryMinutesWithOptions(tmpReq: QueryMinutesRequest, tmpHeader: QueryMinutesHeaders, runtime: $Util.RuntimeOptions): Promise<QueryMinutesResponse>;
27631
+ /**
27632
+ * @summary 查询闪记录音
27633
+ *
27634
+ * @param request QueryMinutesRequest
27635
+ * @return QueryMinutesResponse
27636
+ */
27637
+ queryMinutes(request: QueryMinutesRequest): Promise<QueryMinutesResponse>;
27016
27638
  /**
27017
27639
  * @summary 查询会议闪记智能纪要
27018
27640
  *
@@ -27493,6 +28115,22 @@ export default class Client extends OpenApi {
27493
28115
  * @return StartInstanceResponse
27494
28116
  */
27495
28117
  startInstance(request: StartInstanceRequest): Promise<StartInstanceResponse>;
28118
+ /**
28119
+ * @summary 开启闪记
28120
+ *
28121
+ * @param tmpReq StartMinutesRequest
28122
+ * @param tmpHeader StartMinutesHeaders
28123
+ * @param runtime runtime options for this request RuntimeOptions
28124
+ * @return StartMinutesResponse
28125
+ */
28126
+ startMinutesWithOptions(tmpReq: StartMinutesRequest, tmpHeader: StartMinutesHeaders, runtime: $Util.RuntimeOptions): Promise<StartMinutesResponse>;
28127
+ /**
28128
+ * @summary 开启闪记
28129
+ *
28130
+ * @param request StartMinutesRequest
28131
+ * @return StartMinutesResponse
28132
+ */
28133
+ startMinutes(request: StartMinutesRequest): Promise<StartMinutesResponse>;
27496
28134
  /**
27497
28135
  * @summary 获取日志相关人员列表
27498
28136
  *
@@ -27541,6 +28179,22 @@ export default class Client extends OpenApi {
27541
28179
  * @return StopCloudRecordResponse
27542
28180
  */
27543
28181
  stopCloudRecord(request: StopCloudRecordRequest): Promise<StopCloudRecordResponse>;
28182
+ /**
28183
+ * @summary 暂停闪记
28184
+ *
28185
+ * @param tmpReq StopMinutesRequest
28186
+ * @param tmpHeader StopMinutesHeaders
28187
+ * @param runtime runtime options for this request RuntimeOptions
28188
+ * @return StopMinutesResponse
28189
+ */
28190
+ stopMinutesWithOptions(tmpReq: StopMinutesRequest, tmpHeader: StopMinutesHeaders, runtime: $Util.RuntimeOptions): Promise<StopMinutesResponse>;
28191
+ /**
28192
+ * @summary 暂停闪记
28193
+ *
28194
+ * @param request StopMinutesRequest
28195
+ * @return StopMinutesResponse
28196
+ */
28197
+ stopMinutes(request: StopMinutesRequest): Promise<StopMinutesResponse>;
27544
28198
  /**
27545
28199
  * @summary 订阅公共日历
27546
28200
  *
@@ -27813,6 +28467,22 @@ export default class Client extends OpenApi {
27813
28467
  * @return UpdateUserAvatarResponse
27814
28468
  */
27815
28469
  updateUserAvatar(request: UpdateUserAvatarRequest): Promise<UpdateUserAvatarResponse>;
28470
+ /**
28471
+ * @summary 设置正在进行中的视频会议属性
28472
+ *
28473
+ * @param tmpReq UpdateVideoConferenceSettingRequest
28474
+ * @param tmpHeader UpdateVideoConferenceSettingHeaders
28475
+ * @param runtime runtime options for this request RuntimeOptions
28476
+ * @return UpdateVideoConferenceSettingResponse
28477
+ */
28478
+ updateVideoConferenceSettingWithOptions(tmpReq: UpdateVideoConferenceSettingRequest, tmpHeader: UpdateVideoConferenceSettingHeaders, runtime: $Util.RuntimeOptions): Promise<UpdateVideoConferenceSettingResponse>;
28479
+ /**
28480
+ * @summary 设置正在进行中的视频会议属性
28481
+ *
28482
+ * @param request UpdateVideoConferenceSettingRequest
28483
+ * @return UpdateVideoConferenceSettingResponse
28484
+ */
28485
+ updateVideoConferenceSetting(request: UpdateVideoConferenceSettingRequest): Promise<UpdateVideoConferenceSettingResponse>;
27816
28486
  /**
27817
28487
  * @summary 修改知识库文档成员权限
27818
28488
  *