@alicloud/aliding20230426 2.22.1 → 2.23.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 +655 -0
- package/dist/client.js +691 -30
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +1404 -318
package/src/client.ts
CHANGED
|
@@ -7738,6 +7738,7 @@ export class CreateScheduleConferenceRequest extends $tea.Model {
|
|
|
7738
7738
|
* 1687928400000L
|
|
7739
7739
|
*/
|
|
7740
7740
|
endTime?: number;
|
|
7741
|
+
scheduleConfSettingModel?: CreateScheduleConferenceRequestScheduleConfSettingModel;
|
|
7741
7742
|
/**
|
|
7742
7743
|
* @remarks
|
|
7743
7744
|
* This parameter is required.
|
|
@@ -7758,6 +7759,7 @@ export class CreateScheduleConferenceRequest extends $tea.Model {
|
|
|
7758
7759
|
static names(): { [key: string]: string } {
|
|
7759
7760
|
return {
|
|
7760
7761
|
endTime: 'EndTime',
|
|
7762
|
+
scheduleConfSettingModel: 'ScheduleConfSettingModel',
|
|
7761
7763
|
startTime: 'StartTime',
|
|
7762
7764
|
tenantContext: 'TenantContext',
|
|
7763
7765
|
title: 'Title',
|
|
@@ -7767,6 +7769,7 @@ export class CreateScheduleConferenceRequest extends $tea.Model {
|
|
|
7767
7769
|
static types(): { [key: string]: any } {
|
|
7768
7770
|
return {
|
|
7769
7771
|
endTime: 'number',
|
|
7772
|
+
scheduleConfSettingModel: CreateScheduleConferenceRequestScheduleConfSettingModel,
|
|
7770
7773
|
startTime: 'number',
|
|
7771
7774
|
tenantContext: CreateScheduleConferenceRequestTenantContext,
|
|
7772
7775
|
title: 'string',
|
|
@@ -7787,6 +7790,7 @@ export class CreateScheduleConferenceShrinkRequest extends $tea.Model {
|
|
|
7787
7790
|
* 1687928400000L
|
|
7788
7791
|
*/
|
|
7789
7792
|
endTime?: number;
|
|
7793
|
+
scheduleConfSettingModelShrink?: string;
|
|
7790
7794
|
/**
|
|
7791
7795
|
* @remarks
|
|
7792
7796
|
* This parameter is required.
|
|
@@ -7807,6 +7811,7 @@ export class CreateScheduleConferenceShrinkRequest extends $tea.Model {
|
|
|
7807
7811
|
static names(): { [key: string]: string } {
|
|
7808
7812
|
return {
|
|
7809
7813
|
endTime: 'EndTime',
|
|
7814
|
+
scheduleConfSettingModelShrink: 'ScheduleConfSettingModel',
|
|
7810
7815
|
startTime: 'StartTime',
|
|
7811
7816
|
tenantContextShrink: 'TenantContext',
|
|
7812
7817
|
title: 'Title',
|
|
@@ -7816,6 +7821,7 @@ export class CreateScheduleConferenceShrinkRequest extends $tea.Model {
|
|
|
7816
7821
|
static types(): { [key: string]: any } {
|
|
7817
7822
|
return {
|
|
7818
7823
|
endTime: 'number',
|
|
7824
|
+
scheduleConfSettingModelShrink: 'string',
|
|
7819
7825
|
startTime: 'number',
|
|
7820
7826
|
tenantContextShrink: 'string',
|
|
7821
7827
|
title: 'string',
|
|
@@ -20663,6 +20669,197 @@ export class GetOrgLiveListResponse extends $tea.Model {
|
|
|
20663
20669
|
}
|
|
20664
20670
|
}
|
|
20665
20671
|
|
|
20672
|
+
export class GetOrgOrWebOpenDocContentTaskIdHeaders extends $tea.Model {
|
|
20673
|
+
commonHeaders?: { [key: string]: string };
|
|
20674
|
+
accountContext?: GetOrgOrWebOpenDocContentTaskIdHeadersAccountContext;
|
|
20675
|
+
static names(): { [key: string]: string } {
|
|
20676
|
+
return {
|
|
20677
|
+
commonHeaders: 'commonHeaders',
|
|
20678
|
+
accountContext: 'AccountContext',
|
|
20679
|
+
};
|
|
20680
|
+
}
|
|
20681
|
+
|
|
20682
|
+
static types(): { [key: string]: any } {
|
|
20683
|
+
return {
|
|
20684
|
+
commonHeaders: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
20685
|
+
accountContext: GetOrgOrWebOpenDocContentTaskIdHeadersAccountContext,
|
|
20686
|
+
};
|
|
20687
|
+
}
|
|
20688
|
+
|
|
20689
|
+
constructor(map?: { [key: string]: any }) {
|
|
20690
|
+
super(map);
|
|
20691
|
+
}
|
|
20692
|
+
}
|
|
20693
|
+
|
|
20694
|
+
export class GetOrgOrWebOpenDocContentTaskIdShrinkHeaders extends $tea.Model {
|
|
20695
|
+
commonHeaders?: { [key: string]: string };
|
|
20696
|
+
accountContextShrink?: string;
|
|
20697
|
+
static names(): { [key: string]: string } {
|
|
20698
|
+
return {
|
|
20699
|
+
commonHeaders: 'commonHeaders',
|
|
20700
|
+
accountContextShrink: 'AccountContext',
|
|
20701
|
+
};
|
|
20702
|
+
}
|
|
20703
|
+
|
|
20704
|
+
static types(): { [key: string]: any } {
|
|
20705
|
+
return {
|
|
20706
|
+
commonHeaders: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
20707
|
+
accountContextShrink: 'string',
|
|
20708
|
+
};
|
|
20709
|
+
}
|
|
20710
|
+
|
|
20711
|
+
constructor(map?: { [key: string]: any }) {
|
|
20712
|
+
super(map);
|
|
20713
|
+
}
|
|
20714
|
+
}
|
|
20715
|
+
|
|
20716
|
+
export class GetOrgOrWebOpenDocContentTaskIdRequest extends $tea.Model {
|
|
20717
|
+
/**
|
|
20718
|
+
* @remarks
|
|
20719
|
+
* This parameter is required.
|
|
20720
|
+
*
|
|
20721
|
+
* @example
|
|
20722
|
+
* 20eMKjyp810mMdK4Hz4B5BA6JxAZB1Gv
|
|
20723
|
+
*/
|
|
20724
|
+
dentryUuid?: string;
|
|
20725
|
+
generateCp?: boolean;
|
|
20726
|
+
/**
|
|
20727
|
+
* @example
|
|
20728
|
+
* markdown
|
|
20729
|
+
*/
|
|
20730
|
+
targetFormat?: string;
|
|
20731
|
+
tenantContext?: GetOrgOrWebOpenDocContentTaskIdRequestTenantContext;
|
|
20732
|
+
static names(): { [key: string]: string } {
|
|
20733
|
+
return {
|
|
20734
|
+
dentryUuid: 'DentryUuid',
|
|
20735
|
+
generateCp: 'GenerateCp',
|
|
20736
|
+
targetFormat: 'TargetFormat',
|
|
20737
|
+
tenantContext: 'TenantContext',
|
|
20738
|
+
};
|
|
20739
|
+
}
|
|
20740
|
+
|
|
20741
|
+
static types(): { [key: string]: any } {
|
|
20742
|
+
return {
|
|
20743
|
+
dentryUuid: 'string',
|
|
20744
|
+
generateCp: 'boolean',
|
|
20745
|
+
targetFormat: 'string',
|
|
20746
|
+
tenantContext: GetOrgOrWebOpenDocContentTaskIdRequestTenantContext,
|
|
20747
|
+
};
|
|
20748
|
+
}
|
|
20749
|
+
|
|
20750
|
+
constructor(map?: { [key: string]: any }) {
|
|
20751
|
+
super(map);
|
|
20752
|
+
}
|
|
20753
|
+
}
|
|
20754
|
+
|
|
20755
|
+
export class GetOrgOrWebOpenDocContentTaskIdShrinkRequest extends $tea.Model {
|
|
20756
|
+
/**
|
|
20757
|
+
* @remarks
|
|
20758
|
+
* This parameter is required.
|
|
20759
|
+
*
|
|
20760
|
+
* @example
|
|
20761
|
+
* 20eMKjyp810mMdK4Hz4B5BA6JxAZB1Gv
|
|
20762
|
+
*/
|
|
20763
|
+
dentryUuid?: string;
|
|
20764
|
+
generateCp?: boolean;
|
|
20765
|
+
/**
|
|
20766
|
+
* @example
|
|
20767
|
+
* markdown
|
|
20768
|
+
*/
|
|
20769
|
+
targetFormat?: string;
|
|
20770
|
+
tenantContextShrink?: string;
|
|
20771
|
+
static names(): { [key: string]: string } {
|
|
20772
|
+
return {
|
|
20773
|
+
dentryUuid: 'DentryUuid',
|
|
20774
|
+
generateCp: 'GenerateCp',
|
|
20775
|
+
targetFormat: 'TargetFormat',
|
|
20776
|
+
tenantContextShrink: 'TenantContext',
|
|
20777
|
+
};
|
|
20778
|
+
}
|
|
20779
|
+
|
|
20780
|
+
static types(): { [key: string]: any } {
|
|
20781
|
+
return {
|
|
20782
|
+
dentryUuid: 'string',
|
|
20783
|
+
generateCp: 'boolean',
|
|
20784
|
+
targetFormat: 'string',
|
|
20785
|
+
tenantContextShrink: 'string',
|
|
20786
|
+
};
|
|
20787
|
+
}
|
|
20788
|
+
|
|
20789
|
+
constructor(map?: { [key: string]: any }) {
|
|
20790
|
+
super(map);
|
|
20791
|
+
}
|
|
20792
|
+
}
|
|
20793
|
+
|
|
20794
|
+
export class GetOrgOrWebOpenDocContentTaskIdResponseBody extends $tea.Model {
|
|
20795
|
+
/**
|
|
20796
|
+
* @example
|
|
20797
|
+
* 0FAAEC9C-C6C8-5C87-AF8E-1195889BBXXX
|
|
20798
|
+
*/
|
|
20799
|
+
requestId?: string;
|
|
20800
|
+
/**
|
|
20801
|
+
* @example
|
|
20802
|
+
* 158740210521
|
|
20803
|
+
*/
|
|
20804
|
+
taskId?: number;
|
|
20805
|
+
/**
|
|
20806
|
+
* @example
|
|
20807
|
+
* 0FAAEC9C-C6C8-5C87-AF8E-1195889BBXXX
|
|
20808
|
+
*/
|
|
20809
|
+
vendorRequestId?: string;
|
|
20810
|
+
/**
|
|
20811
|
+
* @example
|
|
20812
|
+
* dingtalk
|
|
20813
|
+
*/
|
|
20814
|
+
vendorType?: string;
|
|
20815
|
+
static names(): { [key: string]: string } {
|
|
20816
|
+
return {
|
|
20817
|
+
requestId: 'requestId',
|
|
20818
|
+
taskId: 'taskId',
|
|
20819
|
+
vendorRequestId: 'vendorRequestId',
|
|
20820
|
+
vendorType: 'vendorType',
|
|
20821
|
+
};
|
|
20822
|
+
}
|
|
20823
|
+
|
|
20824
|
+
static types(): { [key: string]: any } {
|
|
20825
|
+
return {
|
|
20826
|
+
requestId: 'string',
|
|
20827
|
+
taskId: 'number',
|
|
20828
|
+
vendorRequestId: 'string',
|
|
20829
|
+
vendorType: 'string',
|
|
20830
|
+
};
|
|
20831
|
+
}
|
|
20832
|
+
|
|
20833
|
+
constructor(map?: { [key: string]: any }) {
|
|
20834
|
+
super(map);
|
|
20835
|
+
}
|
|
20836
|
+
}
|
|
20837
|
+
|
|
20838
|
+
export class GetOrgOrWebOpenDocContentTaskIdResponse extends $tea.Model {
|
|
20839
|
+
headers?: { [key: string]: string };
|
|
20840
|
+
statusCode?: number;
|
|
20841
|
+
body?: GetOrgOrWebOpenDocContentTaskIdResponseBody;
|
|
20842
|
+
static names(): { [key: string]: string } {
|
|
20843
|
+
return {
|
|
20844
|
+
headers: 'headers',
|
|
20845
|
+
statusCode: 'statusCode',
|
|
20846
|
+
body: 'body',
|
|
20847
|
+
};
|
|
20848
|
+
}
|
|
20849
|
+
|
|
20850
|
+
static types(): { [key: string]: any } {
|
|
20851
|
+
return {
|
|
20852
|
+
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
20853
|
+
statusCode: 'number',
|
|
20854
|
+
body: GetOrgOrWebOpenDocContentTaskIdResponseBody,
|
|
20855
|
+
};
|
|
20856
|
+
}
|
|
20857
|
+
|
|
20858
|
+
constructor(map?: { [key: string]: any }) {
|
|
20859
|
+
super(map);
|
|
20860
|
+
}
|
|
20861
|
+
}
|
|
20862
|
+
|
|
20666
20863
|
export class GetProcessDefinitionHeaders extends $tea.Model {
|
|
20667
20864
|
commonHeaders?: { [key: string]: string };
|
|
20668
20865
|
accountContext?: GetProcessDefinitionHeadersAccountContext;
|
|
@@ -30391,9 +30588,9 @@ export class QueryConferenceInfoResponse extends $tea.Model {
|
|
|
30391
30588
|
}
|
|
30392
30589
|
}
|
|
30393
30590
|
|
|
30394
|
-
export class
|
|
30591
|
+
export class QueryConferenceInfoByRoomCodeHeaders extends $tea.Model {
|
|
30395
30592
|
commonHeaders?: { [key: string]: string };
|
|
30396
|
-
accountContext?:
|
|
30593
|
+
accountContext?: QueryConferenceInfoByRoomCodeHeadersAccountContext;
|
|
30397
30594
|
static names(): { [key: string]: string } {
|
|
30398
30595
|
return {
|
|
30399
30596
|
commonHeaders: 'commonHeaders',
|
|
@@ -30404,7 +30601,7 @@ export class QueryConferenceMembersHeaders extends $tea.Model {
|
|
|
30404
30601
|
static types(): { [key: string]: any } {
|
|
30405
30602
|
return {
|
|
30406
30603
|
commonHeaders: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
30407
|
-
accountContext:
|
|
30604
|
+
accountContext: QueryConferenceInfoByRoomCodeHeadersAccountContext,
|
|
30408
30605
|
};
|
|
30409
30606
|
}
|
|
30410
30607
|
|
|
@@ -30413,7 +30610,7 @@ export class QueryConferenceMembersHeaders extends $tea.Model {
|
|
|
30413
30610
|
}
|
|
30414
30611
|
}
|
|
30415
30612
|
|
|
30416
|
-
export class
|
|
30613
|
+
export class QueryConferenceInfoByRoomCodeShrinkHeaders extends $tea.Model {
|
|
30417
30614
|
commonHeaders?: { [key: string]: string };
|
|
30418
30615
|
accountContextShrink?: string;
|
|
30419
30616
|
static names(): { [key: string]: string } {
|
|
@@ -30435,41 +30632,44 @@ export class QueryConferenceMembersShrinkHeaders extends $tea.Model {
|
|
|
30435
30632
|
}
|
|
30436
30633
|
}
|
|
30437
30634
|
|
|
30438
|
-
export class
|
|
30635
|
+
export class QueryConferenceInfoByRoomCodeRequest extends $tea.Model {
|
|
30636
|
+
tenantContext?: QueryConferenceInfoByRoomCodeRequestTenantContext;
|
|
30439
30637
|
/**
|
|
30440
30638
|
* @example
|
|
30441
|
-
*
|
|
30639
|
+
* 20
|
|
30442
30640
|
*/
|
|
30443
30641
|
maxResults?: number;
|
|
30444
30642
|
/**
|
|
30643
|
+
* @remarks
|
|
30644
|
+
* This parameter is required.
|
|
30645
|
+
*
|
|
30445
30646
|
* @example
|
|
30446
|
-
*
|
|
30647
|
+
* 0
|
|
30447
30648
|
*/
|
|
30448
30649
|
nextToken?: string;
|
|
30449
|
-
tenantContext?: QueryConferenceMembersRequestTenantContext;
|
|
30450
30650
|
/**
|
|
30451
30651
|
* @remarks
|
|
30452
30652
|
* This parameter is required.
|
|
30453
30653
|
*
|
|
30454
30654
|
* @example
|
|
30455
|
-
*
|
|
30655
|
+
* 583 480 813
|
|
30456
30656
|
*/
|
|
30457
|
-
|
|
30657
|
+
roomCode?: string;
|
|
30458
30658
|
static names(): { [key: string]: string } {
|
|
30459
30659
|
return {
|
|
30460
|
-
maxResults: 'MaxResults',
|
|
30461
|
-
nextToken: 'NextToken',
|
|
30462
30660
|
tenantContext: 'TenantContext',
|
|
30463
|
-
|
|
30661
|
+
maxResults: 'maxResults',
|
|
30662
|
+
nextToken: 'nextToken',
|
|
30663
|
+
roomCode: 'roomCode',
|
|
30464
30664
|
};
|
|
30465
30665
|
}
|
|
30466
30666
|
|
|
30467
30667
|
static types(): { [key: string]: any } {
|
|
30468
30668
|
return {
|
|
30669
|
+
tenantContext: QueryConferenceInfoByRoomCodeRequestTenantContext,
|
|
30469
30670
|
maxResults: 'number',
|
|
30470
30671
|
nextToken: 'string',
|
|
30471
|
-
|
|
30472
|
-
conferenceId: 'string',
|
|
30672
|
+
roomCode: 'string',
|
|
30473
30673
|
};
|
|
30474
30674
|
}
|
|
30475
30675
|
|
|
@@ -30478,41 +30678,44 @@ export class QueryConferenceMembersRequest extends $tea.Model {
|
|
|
30478
30678
|
}
|
|
30479
30679
|
}
|
|
30480
30680
|
|
|
30481
|
-
export class
|
|
30681
|
+
export class QueryConferenceInfoByRoomCodeShrinkRequest extends $tea.Model {
|
|
30682
|
+
tenantContextShrink?: string;
|
|
30482
30683
|
/**
|
|
30483
30684
|
* @example
|
|
30484
|
-
*
|
|
30685
|
+
* 20
|
|
30485
30686
|
*/
|
|
30486
30687
|
maxResults?: number;
|
|
30487
30688
|
/**
|
|
30689
|
+
* @remarks
|
|
30690
|
+
* This parameter is required.
|
|
30691
|
+
*
|
|
30488
30692
|
* @example
|
|
30489
|
-
*
|
|
30693
|
+
* 0
|
|
30490
30694
|
*/
|
|
30491
30695
|
nextToken?: string;
|
|
30492
|
-
tenantContextShrink?: string;
|
|
30493
30696
|
/**
|
|
30494
30697
|
* @remarks
|
|
30495
30698
|
* This parameter is required.
|
|
30496
30699
|
*
|
|
30497
30700
|
* @example
|
|
30498
|
-
*
|
|
30701
|
+
* 583 480 813
|
|
30499
30702
|
*/
|
|
30500
|
-
|
|
30703
|
+
roomCode?: string;
|
|
30501
30704
|
static names(): { [key: string]: string } {
|
|
30502
30705
|
return {
|
|
30503
|
-
maxResults: 'MaxResults',
|
|
30504
|
-
nextToken: 'NextToken',
|
|
30505
30706
|
tenantContextShrink: 'TenantContext',
|
|
30506
|
-
|
|
30707
|
+
maxResults: 'maxResults',
|
|
30708
|
+
nextToken: 'nextToken',
|
|
30709
|
+
roomCode: 'roomCode',
|
|
30507
30710
|
};
|
|
30508
30711
|
}
|
|
30509
30712
|
|
|
30510
30713
|
static types(): { [key: string]: any } {
|
|
30511
30714
|
return {
|
|
30715
|
+
tenantContextShrink: 'string',
|
|
30512
30716
|
maxResults: 'number',
|
|
30513
30717
|
nextToken: 'string',
|
|
30514
|
-
|
|
30515
|
-
conferenceId: 'string',
|
|
30718
|
+
roomCode: 'string',
|
|
30516
30719
|
};
|
|
30517
30720
|
}
|
|
30518
30721
|
|
|
@@ -30521,17 +30724,28 @@ export class QueryConferenceMembersShrinkRequest extends $tea.Model {
|
|
|
30521
30724
|
}
|
|
30522
30725
|
}
|
|
30523
30726
|
|
|
30524
|
-
export class
|
|
30525
|
-
memberModels?: QueryConferenceMembersResponseBodyMemberModels[];
|
|
30727
|
+
export class QueryConferenceInfoByRoomCodeResponseBody extends $tea.Model {
|
|
30526
30728
|
/**
|
|
30527
30729
|
* @example
|
|
30528
|
-
*
|
|
30730
|
+
* []
|
|
30731
|
+
*/
|
|
30732
|
+
conferenceList?: QueryConferenceInfoByRoomCodeResponseBodyConferenceList[];
|
|
30733
|
+
/**
|
|
30734
|
+
* @example
|
|
30735
|
+
* 0FAAEC9C-C6C8-5C87-AF8E-1195889BBXXX
|
|
30736
|
+
*/
|
|
30737
|
+
dingtalkRequestId?: string;
|
|
30738
|
+
/**
|
|
30739
|
+
* @example
|
|
30740
|
+
* true
|
|
30741
|
+
*/
|
|
30742
|
+
hasMore?: boolean;
|
|
30743
|
+
/**
|
|
30744
|
+
* @example
|
|
30745
|
+
* 1296
|
|
30529
30746
|
*/
|
|
30530
30747
|
nextToken?: string;
|
|
30531
30748
|
/**
|
|
30532
|
-
* @remarks
|
|
30533
|
-
* requestId
|
|
30534
|
-
*
|
|
30535
30749
|
* @example
|
|
30536
30750
|
* 0FAAEC9C-C6C8-5C87-AF8E-1195889BBXXX
|
|
30537
30751
|
*/
|
|
@@ -30541,21 +30755,39 @@ export class QueryConferenceMembersResponseBody extends $tea.Model {
|
|
|
30541
30755
|
* 20
|
|
30542
30756
|
*/
|
|
30543
30757
|
totalCount?: number;
|
|
30758
|
+
/**
|
|
30759
|
+
* @example
|
|
30760
|
+
* 0FAAEC9C-C6C8-5C87-AF8E-1195889BBXXX
|
|
30761
|
+
*/
|
|
30762
|
+
vendorRequestId?: string;
|
|
30763
|
+
/**
|
|
30764
|
+
* @example
|
|
30765
|
+
* dingtalk
|
|
30766
|
+
*/
|
|
30767
|
+
vendorType?: string;
|
|
30544
30768
|
static names(): { [key: string]: string } {
|
|
30545
30769
|
return {
|
|
30546
|
-
|
|
30770
|
+
conferenceList: 'conferenceList',
|
|
30771
|
+
dingtalkRequestId: 'dingtalkRequestId',
|
|
30772
|
+
hasMore: 'hasMore',
|
|
30547
30773
|
nextToken: 'nextToken',
|
|
30548
30774
|
requestId: 'requestId',
|
|
30549
30775
|
totalCount: 'totalCount',
|
|
30776
|
+
vendorRequestId: 'vendorRequestId',
|
|
30777
|
+
vendorType: 'vendorType',
|
|
30550
30778
|
};
|
|
30551
30779
|
}
|
|
30552
30780
|
|
|
30553
30781
|
static types(): { [key: string]: any } {
|
|
30554
30782
|
return {
|
|
30555
|
-
|
|
30783
|
+
conferenceList: { 'type': 'array', 'itemType': QueryConferenceInfoByRoomCodeResponseBodyConferenceList },
|
|
30784
|
+
dingtalkRequestId: 'string',
|
|
30785
|
+
hasMore: 'boolean',
|
|
30556
30786
|
nextToken: 'string',
|
|
30557
30787
|
requestId: 'string',
|
|
30558
30788
|
totalCount: 'number',
|
|
30789
|
+
vendorRequestId: 'string',
|
|
30790
|
+
vendorType: 'string',
|
|
30559
30791
|
};
|
|
30560
30792
|
}
|
|
30561
30793
|
|
|
@@ -30564,10 +30796,10 @@ export class QueryConferenceMembersResponseBody extends $tea.Model {
|
|
|
30564
30796
|
}
|
|
30565
30797
|
}
|
|
30566
30798
|
|
|
30567
|
-
export class
|
|
30799
|
+
export class QueryConferenceInfoByRoomCodeResponse extends $tea.Model {
|
|
30568
30800
|
headers?: { [key: string]: string };
|
|
30569
30801
|
statusCode?: number;
|
|
30570
|
-
body?:
|
|
30802
|
+
body?: QueryConferenceInfoByRoomCodeResponseBody;
|
|
30571
30803
|
static names(): { [key: string]: string } {
|
|
30572
30804
|
return {
|
|
30573
30805
|
headers: 'headers',
|
|
@@ -30580,7 +30812,7 @@ export class QueryConferenceMembersResponse extends $tea.Model {
|
|
|
30580
30812
|
return {
|
|
30581
30813
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
30582
30814
|
statusCode: 'number',
|
|
30583
|
-
body:
|
|
30815
|
+
body: QueryConferenceInfoByRoomCodeResponseBody,
|
|
30584
30816
|
};
|
|
30585
30817
|
}
|
|
30586
30818
|
|
|
@@ -30589,9 +30821,9 @@ export class QueryConferenceMembersResponse extends $tea.Model {
|
|
|
30589
30821
|
}
|
|
30590
30822
|
}
|
|
30591
30823
|
|
|
30592
|
-
export class
|
|
30824
|
+
export class QueryConferenceMembersHeaders extends $tea.Model {
|
|
30593
30825
|
commonHeaders?: { [key: string]: string };
|
|
30594
|
-
accountContext?:
|
|
30826
|
+
accountContext?: QueryConferenceMembersHeadersAccountContext;
|
|
30595
30827
|
static names(): { [key: string]: string } {
|
|
30596
30828
|
return {
|
|
30597
30829
|
commonHeaders: 'commonHeaders',
|
|
@@ -30602,7 +30834,7 @@ export class QueryDentryHeaders extends $tea.Model {
|
|
|
30602
30834
|
static types(): { [key: string]: any } {
|
|
30603
30835
|
return {
|
|
30604
30836
|
commonHeaders: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
30605
|
-
accountContext:
|
|
30837
|
+
accountContext: QueryConferenceMembersHeadersAccountContext,
|
|
30606
30838
|
};
|
|
30607
30839
|
}
|
|
30608
30840
|
|
|
@@ -30611,7 +30843,205 @@ export class QueryDentryHeaders extends $tea.Model {
|
|
|
30611
30843
|
}
|
|
30612
30844
|
}
|
|
30613
30845
|
|
|
30614
|
-
export class
|
|
30846
|
+
export class QueryConferenceMembersShrinkHeaders extends $tea.Model {
|
|
30847
|
+
commonHeaders?: { [key: string]: string };
|
|
30848
|
+
accountContextShrink?: string;
|
|
30849
|
+
static names(): { [key: string]: string } {
|
|
30850
|
+
return {
|
|
30851
|
+
commonHeaders: 'commonHeaders',
|
|
30852
|
+
accountContextShrink: 'AccountContext',
|
|
30853
|
+
};
|
|
30854
|
+
}
|
|
30855
|
+
|
|
30856
|
+
static types(): { [key: string]: any } {
|
|
30857
|
+
return {
|
|
30858
|
+
commonHeaders: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
30859
|
+
accountContextShrink: 'string',
|
|
30860
|
+
};
|
|
30861
|
+
}
|
|
30862
|
+
|
|
30863
|
+
constructor(map?: { [key: string]: any }) {
|
|
30864
|
+
super(map);
|
|
30865
|
+
}
|
|
30866
|
+
}
|
|
30867
|
+
|
|
30868
|
+
export class QueryConferenceMembersRequest extends $tea.Model {
|
|
30869
|
+
/**
|
|
30870
|
+
* @example
|
|
30871
|
+
* 300
|
|
30872
|
+
*/
|
|
30873
|
+
maxResults?: number;
|
|
30874
|
+
/**
|
|
30875
|
+
* @example
|
|
30876
|
+
* 123000000
|
|
30877
|
+
*/
|
|
30878
|
+
nextToken?: string;
|
|
30879
|
+
tenantContext?: QueryConferenceMembersRequestTenantContext;
|
|
30880
|
+
/**
|
|
30881
|
+
* @remarks
|
|
30882
|
+
* This parameter is required.
|
|
30883
|
+
*
|
|
30884
|
+
* @example
|
|
30885
|
+
* 61289fxxx
|
|
30886
|
+
*/
|
|
30887
|
+
conferenceId?: string;
|
|
30888
|
+
static names(): { [key: string]: string } {
|
|
30889
|
+
return {
|
|
30890
|
+
maxResults: 'MaxResults',
|
|
30891
|
+
nextToken: 'NextToken',
|
|
30892
|
+
tenantContext: 'TenantContext',
|
|
30893
|
+
conferenceId: 'conferenceId',
|
|
30894
|
+
};
|
|
30895
|
+
}
|
|
30896
|
+
|
|
30897
|
+
static types(): { [key: string]: any } {
|
|
30898
|
+
return {
|
|
30899
|
+
maxResults: 'number',
|
|
30900
|
+
nextToken: 'string',
|
|
30901
|
+
tenantContext: QueryConferenceMembersRequestTenantContext,
|
|
30902
|
+
conferenceId: 'string',
|
|
30903
|
+
};
|
|
30904
|
+
}
|
|
30905
|
+
|
|
30906
|
+
constructor(map?: { [key: string]: any }) {
|
|
30907
|
+
super(map);
|
|
30908
|
+
}
|
|
30909
|
+
}
|
|
30910
|
+
|
|
30911
|
+
export class QueryConferenceMembersShrinkRequest extends $tea.Model {
|
|
30912
|
+
/**
|
|
30913
|
+
* @example
|
|
30914
|
+
* 300
|
|
30915
|
+
*/
|
|
30916
|
+
maxResults?: number;
|
|
30917
|
+
/**
|
|
30918
|
+
* @example
|
|
30919
|
+
* 123000000
|
|
30920
|
+
*/
|
|
30921
|
+
nextToken?: string;
|
|
30922
|
+
tenantContextShrink?: string;
|
|
30923
|
+
/**
|
|
30924
|
+
* @remarks
|
|
30925
|
+
* This parameter is required.
|
|
30926
|
+
*
|
|
30927
|
+
* @example
|
|
30928
|
+
* 61289fxxx
|
|
30929
|
+
*/
|
|
30930
|
+
conferenceId?: string;
|
|
30931
|
+
static names(): { [key: string]: string } {
|
|
30932
|
+
return {
|
|
30933
|
+
maxResults: 'MaxResults',
|
|
30934
|
+
nextToken: 'NextToken',
|
|
30935
|
+
tenantContextShrink: 'TenantContext',
|
|
30936
|
+
conferenceId: 'conferenceId',
|
|
30937
|
+
};
|
|
30938
|
+
}
|
|
30939
|
+
|
|
30940
|
+
static types(): { [key: string]: any } {
|
|
30941
|
+
return {
|
|
30942
|
+
maxResults: 'number',
|
|
30943
|
+
nextToken: 'string',
|
|
30944
|
+
tenantContextShrink: 'string',
|
|
30945
|
+
conferenceId: 'string',
|
|
30946
|
+
};
|
|
30947
|
+
}
|
|
30948
|
+
|
|
30949
|
+
constructor(map?: { [key: string]: any }) {
|
|
30950
|
+
super(map);
|
|
30951
|
+
}
|
|
30952
|
+
}
|
|
30953
|
+
|
|
30954
|
+
export class QueryConferenceMembersResponseBody extends $tea.Model {
|
|
30955
|
+
memberModels?: QueryConferenceMembersResponseBodyMemberModels[];
|
|
30956
|
+
/**
|
|
30957
|
+
* @example
|
|
30958
|
+
* 123000000
|
|
30959
|
+
*/
|
|
30960
|
+
nextToken?: string;
|
|
30961
|
+
/**
|
|
30962
|
+
* @remarks
|
|
30963
|
+
* requestId
|
|
30964
|
+
*
|
|
30965
|
+
* @example
|
|
30966
|
+
* 0FAAEC9C-C6C8-5C87-AF8E-1195889BBXXX
|
|
30967
|
+
*/
|
|
30968
|
+
requestId?: string;
|
|
30969
|
+
/**
|
|
30970
|
+
* @example
|
|
30971
|
+
* 20
|
|
30972
|
+
*/
|
|
30973
|
+
totalCount?: number;
|
|
30974
|
+
static names(): { [key: string]: string } {
|
|
30975
|
+
return {
|
|
30976
|
+
memberModels: 'memberModels',
|
|
30977
|
+
nextToken: 'nextToken',
|
|
30978
|
+
requestId: 'requestId',
|
|
30979
|
+
totalCount: 'totalCount',
|
|
30980
|
+
};
|
|
30981
|
+
}
|
|
30982
|
+
|
|
30983
|
+
static types(): { [key: string]: any } {
|
|
30984
|
+
return {
|
|
30985
|
+
memberModels: { 'type': 'array', 'itemType': QueryConferenceMembersResponseBodyMemberModels },
|
|
30986
|
+
nextToken: 'string',
|
|
30987
|
+
requestId: 'string',
|
|
30988
|
+
totalCount: 'number',
|
|
30989
|
+
};
|
|
30990
|
+
}
|
|
30991
|
+
|
|
30992
|
+
constructor(map?: { [key: string]: any }) {
|
|
30993
|
+
super(map);
|
|
30994
|
+
}
|
|
30995
|
+
}
|
|
30996
|
+
|
|
30997
|
+
export class QueryConferenceMembersResponse extends $tea.Model {
|
|
30998
|
+
headers?: { [key: string]: string };
|
|
30999
|
+
statusCode?: number;
|
|
31000
|
+
body?: QueryConferenceMembersResponseBody;
|
|
31001
|
+
static names(): { [key: string]: string } {
|
|
31002
|
+
return {
|
|
31003
|
+
headers: 'headers',
|
|
31004
|
+
statusCode: 'statusCode',
|
|
31005
|
+
body: 'body',
|
|
31006
|
+
};
|
|
31007
|
+
}
|
|
31008
|
+
|
|
31009
|
+
static types(): { [key: string]: any } {
|
|
31010
|
+
return {
|
|
31011
|
+
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
31012
|
+
statusCode: 'number',
|
|
31013
|
+
body: QueryConferenceMembersResponseBody,
|
|
31014
|
+
};
|
|
31015
|
+
}
|
|
31016
|
+
|
|
31017
|
+
constructor(map?: { [key: string]: any }) {
|
|
31018
|
+
super(map);
|
|
31019
|
+
}
|
|
31020
|
+
}
|
|
31021
|
+
|
|
31022
|
+
export class QueryDentryHeaders extends $tea.Model {
|
|
31023
|
+
commonHeaders?: { [key: string]: string };
|
|
31024
|
+
accountContext?: QueryDentryHeadersAccountContext;
|
|
31025
|
+
static names(): { [key: string]: string } {
|
|
31026
|
+
return {
|
|
31027
|
+
commonHeaders: 'commonHeaders',
|
|
31028
|
+
accountContext: 'AccountContext',
|
|
31029
|
+
};
|
|
31030
|
+
}
|
|
31031
|
+
|
|
31032
|
+
static types(): { [key: string]: any } {
|
|
31033
|
+
return {
|
|
31034
|
+
commonHeaders: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
31035
|
+
accountContext: QueryDentryHeadersAccountContext,
|
|
31036
|
+
};
|
|
31037
|
+
}
|
|
31038
|
+
|
|
31039
|
+
constructor(map?: { [key: string]: any }) {
|
|
31040
|
+
super(map);
|
|
31041
|
+
}
|
|
31042
|
+
}
|
|
31043
|
+
|
|
31044
|
+
export class QueryDentryShrinkHeaders extends $tea.Model {
|
|
30615
31045
|
commonHeaders?: { [key: string]: string };
|
|
30616
31046
|
accountContextShrink?: string;
|
|
30617
31047
|
static names(): { [key: string]: string } {
|
|
@@ -48730,6 +49160,219 @@ export class CreateScheduleConferenceHeadersAccountContext extends $tea.Model {
|
|
|
48730
49160
|
}
|
|
48731
49161
|
}
|
|
48732
49162
|
|
|
49163
|
+
export class CreateScheduleConferenceRequestScheduleConfSettingModelMoziConfOpenRecordSetting extends $tea.Model {
|
|
49164
|
+
isFollowHost?: boolean;
|
|
49165
|
+
/**
|
|
49166
|
+
* @example
|
|
49167
|
+
* grid
|
|
49168
|
+
*/
|
|
49169
|
+
mode?: string;
|
|
49170
|
+
/**
|
|
49171
|
+
* @example
|
|
49172
|
+
* 0
|
|
49173
|
+
*/
|
|
49174
|
+
recordAutoStart?: number;
|
|
49175
|
+
/**
|
|
49176
|
+
* @example
|
|
49177
|
+
* 0
|
|
49178
|
+
*/
|
|
49179
|
+
recordAutoStartType?: number;
|
|
49180
|
+
static names(): { [key: string]: string } {
|
|
49181
|
+
return {
|
|
49182
|
+
isFollowHost: 'IsFollowHost',
|
|
49183
|
+
mode: 'Mode',
|
|
49184
|
+
recordAutoStart: 'RecordAutoStart',
|
|
49185
|
+
recordAutoStartType: 'RecordAutoStartType',
|
|
49186
|
+
};
|
|
49187
|
+
}
|
|
49188
|
+
|
|
49189
|
+
static types(): { [key: string]: any } {
|
|
49190
|
+
return {
|
|
49191
|
+
isFollowHost: 'boolean',
|
|
49192
|
+
mode: 'string',
|
|
49193
|
+
recordAutoStart: 'number',
|
|
49194
|
+
recordAutoStartType: 'number',
|
|
49195
|
+
};
|
|
49196
|
+
}
|
|
49197
|
+
|
|
49198
|
+
constructor(map?: { [key: string]: any }) {
|
|
49199
|
+
super(map);
|
|
49200
|
+
}
|
|
49201
|
+
}
|
|
49202
|
+
|
|
49203
|
+
export class CreateScheduleConferenceRequestScheduleConfSettingModelMoziConfVirtualExtraSettingMoziConfExtensionAppSettings extends $tea.Model {
|
|
49204
|
+
/**
|
|
49205
|
+
* @example
|
|
49206
|
+
* 0
|
|
49207
|
+
*/
|
|
49208
|
+
autoOpenMode?: number;
|
|
49209
|
+
/**
|
|
49210
|
+
* @example
|
|
49211
|
+
* xxx
|
|
49212
|
+
*/
|
|
49213
|
+
coolAppCode?: string;
|
|
49214
|
+
/**
|
|
49215
|
+
* @example
|
|
49216
|
+
* xxx
|
|
49217
|
+
*/
|
|
49218
|
+
extensionAppBizData?: string;
|
|
49219
|
+
static names(): { [key: string]: string } {
|
|
49220
|
+
return {
|
|
49221
|
+
autoOpenMode: 'AutoOpenMode',
|
|
49222
|
+
coolAppCode: 'CoolAppCode',
|
|
49223
|
+
extensionAppBizData: 'ExtensionAppBizData',
|
|
49224
|
+
};
|
|
49225
|
+
}
|
|
49226
|
+
|
|
49227
|
+
static types(): { [key: string]: any } {
|
|
49228
|
+
return {
|
|
49229
|
+
autoOpenMode: 'number',
|
|
49230
|
+
coolAppCode: 'string',
|
|
49231
|
+
extensionAppBizData: 'string',
|
|
49232
|
+
};
|
|
49233
|
+
}
|
|
49234
|
+
|
|
49235
|
+
constructor(map?: { [key: string]: any }) {
|
|
49236
|
+
super(map);
|
|
49237
|
+
}
|
|
49238
|
+
}
|
|
49239
|
+
|
|
49240
|
+
export class CreateScheduleConferenceRequestScheduleConfSettingModelMoziConfVirtualExtraSetting extends $tea.Model {
|
|
49241
|
+
/**
|
|
49242
|
+
* @example
|
|
49243
|
+
* 2iPOLbpUNMLzB5LuwggiiqiPwiEiE
|
|
49244
|
+
*/
|
|
49245
|
+
cloudRecordOwnerUserId?: string;
|
|
49246
|
+
/**
|
|
49247
|
+
* @example
|
|
49248
|
+
* 0
|
|
49249
|
+
*/
|
|
49250
|
+
enableChat?: number;
|
|
49251
|
+
enableWebAnonymousJoin?: boolean;
|
|
49252
|
+
/**
|
|
49253
|
+
* @example
|
|
49254
|
+
* 0
|
|
49255
|
+
*/
|
|
49256
|
+
joinBeforeHost?: number;
|
|
49257
|
+
/**
|
|
49258
|
+
* @example
|
|
49259
|
+
* 0
|
|
49260
|
+
*/
|
|
49261
|
+
lockMediaStatusMicMute?: number;
|
|
49262
|
+
/**
|
|
49263
|
+
* @example
|
|
49264
|
+
* 0
|
|
49265
|
+
*/
|
|
49266
|
+
lockNick?: number;
|
|
49267
|
+
minutesOwnerUserId?: string;
|
|
49268
|
+
moziConfExtensionAppSettings?: CreateScheduleConferenceRequestScheduleConfSettingModelMoziConfVirtualExtraSettingMoziConfExtensionAppSettings[];
|
|
49269
|
+
pushAllMeetingRecords?: boolean;
|
|
49270
|
+
pushCloudRecordCard?: boolean;
|
|
49271
|
+
pushMinutesCard?: boolean;
|
|
49272
|
+
/**
|
|
49273
|
+
* @example
|
|
49274
|
+
* 1
|
|
49275
|
+
*/
|
|
49276
|
+
waitingRoom?: number;
|
|
49277
|
+
static names(): { [key: string]: string } {
|
|
49278
|
+
return {
|
|
49279
|
+
cloudRecordOwnerUserId: 'CloudRecordOwnerUserId',
|
|
49280
|
+
enableChat: 'EnableChat',
|
|
49281
|
+
enableWebAnonymousJoin: 'EnableWebAnonymousJoin',
|
|
49282
|
+
joinBeforeHost: 'JoinBeforeHost',
|
|
49283
|
+
lockMediaStatusMicMute: 'LockMediaStatusMicMute',
|
|
49284
|
+
lockNick: 'LockNick',
|
|
49285
|
+
minutesOwnerUserId: 'MinutesOwnerUserId',
|
|
49286
|
+
moziConfExtensionAppSettings: 'MoziConfExtensionAppSettings',
|
|
49287
|
+
pushAllMeetingRecords: 'PushAllMeetingRecords',
|
|
49288
|
+
pushCloudRecordCard: 'PushCloudRecordCard',
|
|
49289
|
+
pushMinutesCard: 'PushMinutesCard',
|
|
49290
|
+
waitingRoom: 'WaitingRoom',
|
|
49291
|
+
};
|
|
49292
|
+
}
|
|
49293
|
+
|
|
49294
|
+
static types(): { [key: string]: any } {
|
|
49295
|
+
return {
|
|
49296
|
+
cloudRecordOwnerUserId: 'string',
|
|
49297
|
+
enableChat: 'number',
|
|
49298
|
+
enableWebAnonymousJoin: 'boolean',
|
|
49299
|
+
joinBeforeHost: 'number',
|
|
49300
|
+
lockMediaStatusMicMute: 'number',
|
|
49301
|
+
lockNick: 'number',
|
|
49302
|
+
minutesOwnerUserId: 'string',
|
|
49303
|
+
moziConfExtensionAppSettings: { 'type': 'array', 'itemType': CreateScheduleConferenceRequestScheduleConfSettingModelMoziConfVirtualExtraSettingMoziConfExtensionAppSettings },
|
|
49304
|
+
pushAllMeetingRecords: 'boolean',
|
|
49305
|
+
pushCloudRecordCard: 'boolean',
|
|
49306
|
+
pushMinutesCard: 'boolean',
|
|
49307
|
+
waitingRoom: 'number',
|
|
49308
|
+
};
|
|
49309
|
+
}
|
|
49310
|
+
|
|
49311
|
+
constructor(map?: { [key: string]: any }) {
|
|
49312
|
+
super(map);
|
|
49313
|
+
}
|
|
49314
|
+
}
|
|
49315
|
+
|
|
49316
|
+
export class CreateScheduleConferenceRequestScheduleConfSettingModel extends $tea.Model {
|
|
49317
|
+
cohostUserIds?: string[];
|
|
49318
|
+
/**
|
|
49319
|
+
* @example
|
|
49320
|
+
* dingc02f685fa06381c44ac5d6980864d335
|
|
49321
|
+
*/
|
|
49322
|
+
confAllowedCorpId?: string;
|
|
49323
|
+
/**
|
|
49324
|
+
* @example
|
|
49325
|
+
* 2iPOLbpUNMLzB5LuwggiiqiPwiEiE
|
|
49326
|
+
*/
|
|
49327
|
+
hostUserId?: string;
|
|
49328
|
+
/**
|
|
49329
|
+
* @example
|
|
49330
|
+
* 0
|
|
49331
|
+
*/
|
|
49332
|
+
lockRoom?: number;
|
|
49333
|
+
moziConfOpenRecordSetting?: CreateScheduleConferenceRequestScheduleConfSettingModelMoziConfOpenRecordSetting;
|
|
49334
|
+
moziConfVirtualExtraSetting?: CreateScheduleConferenceRequestScheduleConfSettingModelMoziConfVirtualExtraSetting;
|
|
49335
|
+
/**
|
|
49336
|
+
* @example
|
|
49337
|
+
* 1
|
|
49338
|
+
*/
|
|
49339
|
+
muteOnJoin?: number;
|
|
49340
|
+
/**
|
|
49341
|
+
* @example
|
|
49342
|
+
* 0
|
|
49343
|
+
*/
|
|
49344
|
+
screenShareForbidden?: number;
|
|
49345
|
+
static names(): { [key: string]: string } {
|
|
49346
|
+
return {
|
|
49347
|
+
cohostUserIds: 'CohostUserIds',
|
|
49348
|
+
confAllowedCorpId: 'ConfAllowedCorpId',
|
|
49349
|
+
hostUserId: 'HostUserId',
|
|
49350
|
+
lockRoom: 'LockRoom',
|
|
49351
|
+
moziConfOpenRecordSetting: 'MoziConfOpenRecordSetting',
|
|
49352
|
+
moziConfVirtualExtraSetting: 'MoziConfVirtualExtraSetting',
|
|
49353
|
+
muteOnJoin: 'MuteOnJoin',
|
|
49354
|
+
screenShareForbidden: 'ScreenShareForbidden',
|
|
49355
|
+
};
|
|
49356
|
+
}
|
|
49357
|
+
|
|
49358
|
+
static types(): { [key: string]: any } {
|
|
49359
|
+
return {
|
|
49360
|
+
cohostUserIds: { 'type': 'array', 'itemType': 'string' },
|
|
49361
|
+
confAllowedCorpId: 'string',
|
|
49362
|
+
hostUserId: 'string',
|
|
49363
|
+
lockRoom: 'number',
|
|
49364
|
+
moziConfOpenRecordSetting: CreateScheduleConferenceRequestScheduleConfSettingModelMoziConfOpenRecordSetting,
|
|
49365
|
+
moziConfVirtualExtraSetting: CreateScheduleConferenceRequestScheduleConfSettingModelMoziConfVirtualExtraSetting,
|
|
49366
|
+
muteOnJoin: 'number',
|
|
49367
|
+
screenShareForbidden: 'number',
|
|
49368
|
+
};
|
|
49369
|
+
}
|
|
49370
|
+
|
|
49371
|
+
constructor(map?: { [key: string]: any }) {
|
|
49372
|
+
super(map);
|
|
49373
|
+
}
|
|
49374
|
+
}
|
|
49375
|
+
|
|
48733
49376
|
export class CreateScheduleConferenceRequestTenantContext extends $tea.Model {
|
|
48734
49377
|
/**
|
|
48735
49378
|
* @example
|
|
@@ -55538,6 +56181,7 @@ export class GetOrgLiveListResponseBodyResultNewLiveLiveList extends $tea.Model
|
|
|
55538
56181
|
* nickName
|
|
55539
56182
|
*/
|
|
55540
56183
|
anchorNickname?: string;
|
|
56184
|
+
anchorUnionId?: string;
|
|
55541
56185
|
/**
|
|
55542
56186
|
* @example
|
|
55543
56187
|
* ersqqdddf
|
|
@@ -55571,6 +56215,7 @@ export class GetOrgLiveListResponseBodyResultNewLiveLiveList extends $tea.Model
|
|
|
55571
56215
|
static names(): { [key: string]: string } {
|
|
55572
56216
|
return {
|
|
55573
56217
|
anchorNickname: 'AnchorNickname',
|
|
56218
|
+
anchorUnionId: 'AnchorUnionId',
|
|
55574
56219
|
anchorUserId: 'AnchorUserId',
|
|
55575
56220
|
liveEndTime: 'LiveEndTime',
|
|
55576
56221
|
liveStartTime: 'LiveStartTime',
|
|
@@ -55583,6 +56228,7 @@ export class GetOrgLiveListResponseBodyResultNewLiveLiveList extends $tea.Model
|
|
|
55583
56228
|
static types(): { [key: string]: any } {
|
|
55584
56229
|
return {
|
|
55585
56230
|
anchorNickname: 'string',
|
|
56231
|
+
anchorUnionId: 'string',
|
|
55586
56232
|
anchorUserId: 'string',
|
|
55587
56233
|
liveEndTime: 'number',
|
|
55588
56234
|
liveStartTime: 'number',
|
|
@@ -55654,6 +56300,7 @@ export class GetOrgLiveListResponseBodyResultUpdateLiveLiveList extends $tea.Mod
|
|
|
55654
56300
|
* nickName
|
|
55655
56301
|
*/
|
|
55656
56302
|
anchorNickname?: string;
|
|
56303
|
+
anchorUnionId?: string;
|
|
55657
56304
|
/**
|
|
55658
56305
|
* @example
|
|
55659
56306
|
* 012345
|
|
@@ -55682,6 +56329,7 @@ export class GetOrgLiveListResponseBodyResultUpdateLiveLiveList extends $tea.Mod
|
|
|
55682
56329
|
static names(): { [key: string]: string } {
|
|
55683
56330
|
return {
|
|
55684
56331
|
anchorNickname: 'AnchorNickname',
|
|
56332
|
+
anchorUnionId: 'AnchorUnionId',
|
|
55685
56333
|
anchorUserId: 'AnchorUserId',
|
|
55686
56334
|
liveEndTime: 'LiveEndTime',
|
|
55687
56335
|
liveStartTime: 'LiveStartTime',
|
|
@@ -55693,6 +56341,7 @@ export class GetOrgLiveListResponseBodyResultUpdateLiveLiveList extends $tea.Mod
|
|
|
55693
56341
|
static types(): { [key: string]: any } {
|
|
55694
56342
|
return {
|
|
55695
56343
|
anchorNickname: 'string',
|
|
56344
|
+
anchorUnionId: 'string',
|
|
55696
56345
|
anchorUserId: 'string',
|
|
55697
56346
|
liveEndTime: 'number',
|
|
55698
56347
|
liveStartTime: 'number',
|
|
@@ -55787,6 +56436,55 @@ export class GetOrgLiveListResponseBodyResult extends $tea.Model {
|
|
|
55787
56436
|
}
|
|
55788
56437
|
}
|
|
55789
56438
|
|
|
56439
|
+
export class GetOrgOrWebOpenDocContentTaskIdHeadersAccountContext extends $tea.Model {
|
|
56440
|
+
/**
|
|
56441
|
+
* @remarks
|
|
56442
|
+
* This parameter is required.
|
|
56443
|
+
*
|
|
56444
|
+
* @example
|
|
56445
|
+
* 012345
|
|
56446
|
+
*/
|
|
56447
|
+
accountId?: string;
|
|
56448
|
+
static names(): { [key: string]: string } {
|
|
56449
|
+
return {
|
|
56450
|
+
accountId: 'accountId',
|
|
56451
|
+
};
|
|
56452
|
+
}
|
|
56453
|
+
|
|
56454
|
+
static types(): { [key: string]: any } {
|
|
56455
|
+
return {
|
|
56456
|
+
accountId: 'string',
|
|
56457
|
+
};
|
|
56458
|
+
}
|
|
56459
|
+
|
|
56460
|
+
constructor(map?: { [key: string]: any }) {
|
|
56461
|
+
super(map);
|
|
56462
|
+
}
|
|
56463
|
+
}
|
|
56464
|
+
|
|
56465
|
+
export class GetOrgOrWebOpenDocContentTaskIdRequestTenantContext extends $tea.Model {
|
|
56466
|
+
/**
|
|
56467
|
+
* @example
|
|
56468
|
+
* xxxxxx
|
|
56469
|
+
*/
|
|
56470
|
+
tenantId?: string;
|
|
56471
|
+
static names(): { [key: string]: string } {
|
|
56472
|
+
return {
|
|
56473
|
+
tenantId: 'tenantId',
|
|
56474
|
+
};
|
|
56475
|
+
}
|
|
56476
|
+
|
|
56477
|
+
static types(): { [key: string]: any } {
|
|
56478
|
+
return {
|
|
56479
|
+
tenantId: 'string',
|
|
56480
|
+
};
|
|
56481
|
+
}
|
|
56482
|
+
|
|
56483
|
+
constructor(map?: { [key: string]: any }) {
|
|
56484
|
+
super(map);
|
|
56485
|
+
}
|
|
56486
|
+
}
|
|
56487
|
+
|
|
55790
56488
|
export class GetProcessDefinitionHeadersAccountContext extends $tea.Model {
|
|
55791
56489
|
/**
|
|
55792
56490
|
* @remarks
|
|
@@ -63826,6 +64524,147 @@ export class QueryConferenceInfoResponseBodyConfInfo extends $tea.Model {
|
|
|
63826
64524
|
}
|
|
63827
64525
|
}
|
|
63828
64526
|
|
|
64527
|
+
export class QueryConferenceInfoByRoomCodeHeadersAccountContext extends $tea.Model {
|
|
64528
|
+
/**
|
|
64529
|
+
* @remarks
|
|
64530
|
+
* This parameter is required.
|
|
64531
|
+
*
|
|
64532
|
+
* @example
|
|
64533
|
+
* 012345
|
|
64534
|
+
*/
|
|
64535
|
+
accountId?: string;
|
|
64536
|
+
static names(): { [key: string]: string } {
|
|
64537
|
+
return {
|
|
64538
|
+
accountId: 'accountId',
|
|
64539
|
+
};
|
|
64540
|
+
}
|
|
64541
|
+
|
|
64542
|
+
static types(): { [key: string]: any } {
|
|
64543
|
+
return {
|
|
64544
|
+
accountId: 'string',
|
|
64545
|
+
};
|
|
64546
|
+
}
|
|
64547
|
+
|
|
64548
|
+
constructor(map?: { [key: string]: any }) {
|
|
64549
|
+
super(map);
|
|
64550
|
+
}
|
|
64551
|
+
}
|
|
64552
|
+
|
|
64553
|
+
export class QueryConferenceInfoByRoomCodeRequestTenantContext extends $tea.Model {
|
|
64554
|
+
/**
|
|
64555
|
+
* @example
|
|
64556
|
+
* xxxxxx
|
|
64557
|
+
*/
|
|
64558
|
+
tenantId?: string;
|
|
64559
|
+
static names(): { [key: string]: string } {
|
|
64560
|
+
return {
|
|
64561
|
+
tenantId: 'tenantId',
|
|
64562
|
+
};
|
|
64563
|
+
}
|
|
64564
|
+
|
|
64565
|
+
static types(): { [key: string]: any } {
|
|
64566
|
+
return {
|
|
64567
|
+
tenantId: 'string',
|
|
64568
|
+
};
|
|
64569
|
+
}
|
|
64570
|
+
|
|
64571
|
+
constructor(map?: { [key: string]: any }) {
|
|
64572
|
+
super(map);
|
|
64573
|
+
}
|
|
64574
|
+
}
|
|
64575
|
+
|
|
64576
|
+
export class QueryConferenceInfoByRoomCodeResponseBodyConferenceList extends $tea.Model {
|
|
64577
|
+
/**
|
|
64578
|
+
* @example
|
|
64579
|
+
* 3
|
|
64580
|
+
*/
|
|
64581
|
+
bizType?: string;
|
|
64582
|
+
/**
|
|
64583
|
+
* @example
|
|
64584
|
+
* 1000
|
|
64585
|
+
*/
|
|
64586
|
+
confDuration?: number;
|
|
64587
|
+
/**
|
|
64588
|
+
* @example
|
|
64589
|
+
* 636cf59f2b032f014ae32902
|
|
64590
|
+
*/
|
|
64591
|
+
conferenceId?: string;
|
|
64592
|
+
/**
|
|
64593
|
+
* @example
|
|
64594
|
+
* 527079
|
|
64595
|
+
*/
|
|
64596
|
+
creatorId?: string;
|
|
64597
|
+
creatorNick?: string;
|
|
64598
|
+
/**
|
|
64599
|
+
* @example
|
|
64600
|
+
* 1668087732000
|
|
64601
|
+
*/
|
|
64602
|
+
endTime?: number;
|
|
64603
|
+
/**
|
|
64604
|
+
* @example
|
|
64605
|
+
* https//:xxx
|
|
64606
|
+
*/
|
|
64607
|
+
externalLinkUrl?: string;
|
|
64608
|
+
/**
|
|
64609
|
+
* @example
|
|
64610
|
+
* 123456789
|
|
64611
|
+
*/
|
|
64612
|
+
roomCode?: string;
|
|
64613
|
+
/**
|
|
64614
|
+
* @example
|
|
64615
|
+
* 2d79cbde-b9d8-4256-9788-78b05834944e
|
|
64616
|
+
*/
|
|
64617
|
+
scheduleConferenceId?: string;
|
|
64618
|
+
/**
|
|
64619
|
+
* @example
|
|
64620
|
+
* 1668087731000
|
|
64621
|
+
*/
|
|
64622
|
+
startTime?: number;
|
|
64623
|
+
/**
|
|
64624
|
+
* @example
|
|
64625
|
+
* 2
|
|
64626
|
+
*/
|
|
64627
|
+
status?: number;
|
|
64628
|
+
title?: string;
|
|
64629
|
+
static names(): { [key: string]: string } {
|
|
64630
|
+
return {
|
|
64631
|
+
bizType: 'BizType',
|
|
64632
|
+
confDuration: 'ConfDuration',
|
|
64633
|
+
conferenceId: 'ConferenceId',
|
|
64634
|
+
creatorId: 'CreatorId',
|
|
64635
|
+
creatorNick: 'CreatorNick',
|
|
64636
|
+
endTime: 'EndTime',
|
|
64637
|
+
externalLinkUrl: 'ExternalLinkUrl',
|
|
64638
|
+
roomCode: 'RoomCode',
|
|
64639
|
+
scheduleConferenceId: 'ScheduleConferenceId',
|
|
64640
|
+
startTime: 'StartTime',
|
|
64641
|
+
status: 'Status',
|
|
64642
|
+
title: 'Title',
|
|
64643
|
+
};
|
|
64644
|
+
}
|
|
64645
|
+
|
|
64646
|
+
static types(): { [key: string]: any } {
|
|
64647
|
+
return {
|
|
64648
|
+
bizType: 'string',
|
|
64649
|
+
confDuration: 'number',
|
|
64650
|
+
conferenceId: 'string',
|
|
64651
|
+
creatorId: 'string',
|
|
64652
|
+
creatorNick: 'string',
|
|
64653
|
+
endTime: 'number',
|
|
64654
|
+
externalLinkUrl: 'string',
|
|
64655
|
+
roomCode: 'string',
|
|
64656
|
+
scheduleConferenceId: 'string',
|
|
64657
|
+
startTime: 'number',
|
|
64658
|
+
status: 'number',
|
|
64659
|
+
title: 'string',
|
|
64660
|
+
};
|
|
64661
|
+
}
|
|
64662
|
+
|
|
64663
|
+
constructor(map?: { [key: string]: any }) {
|
|
64664
|
+
super(map);
|
|
64665
|
+
}
|
|
64666
|
+
}
|
|
64667
|
+
|
|
63829
64668
|
export class QueryConferenceMembersHeadersAccountContext extends $tea.Model {
|
|
63830
64669
|
/**
|
|
63831
64670
|
* @remarks
|
|
@@ -68759,24 +69598,194 @@ export class StartInstanceHeadersAccountContext extends $tea.Model {
|
|
|
68759
69598
|
}
|
|
68760
69599
|
}
|
|
68761
69600
|
|
|
68762
|
-
export class StartMinutesHeadersAccountContext extends $tea.Model {
|
|
69601
|
+
export class StartMinutesHeadersAccountContext extends $tea.Model {
|
|
69602
|
+
/**
|
|
69603
|
+
* @remarks
|
|
69604
|
+
* This parameter is required.
|
|
69605
|
+
*
|
|
69606
|
+
* @example
|
|
69607
|
+
* 012345
|
|
69608
|
+
*/
|
|
69609
|
+
accountId?: string;
|
|
69610
|
+
static names(): { [key: string]: string } {
|
|
69611
|
+
return {
|
|
69612
|
+
accountId: 'accountId',
|
|
69613
|
+
};
|
|
69614
|
+
}
|
|
69615
|
+
|
|
69616
|
+
static types(): { [key: string]: any } {
|
|
69617
|
+
return {
|
|
69618
|
+
accountId: 'string',
|
|
69619
|
+
};
|
|
69620
|
+
}
|
|
69621
|
+
|
|
69622
|
+
constructor(map?: { [key: string]: any }) {
|
|
69623
|
+
super(map);
|
|
69624
|
+
}
|
|
69625
|
+
}
|
|
69626
|
+
|
|
69627
|
+
export class StartMinutesRequestTenantContext extends $tea.Model {
|
|
69628
|
+
/**
|
|
69629
|
+
* @example
|
|
69630
|
+
* xxxxxx
|
|
69631
|
+
*/
|
|
69632
|
+
tenantId?: string;
|
|
69633
|
+
static names(): { [key: string]: string } {
|
|
69634
|
+
return {
|
|
69635
|
+
tenantId: 'tenantId',
|
|
69636
|
+
};
|
|
69637
|
+
}
|
|
69638
|
+
|
|
69639
|
+
static types(): { [key: string]: any } {
|
|
69640
|
+
return {
|
|
69641
|
+
tenantId: 'string',
|
|
69642
|
+
};
|
|
69643
|
+
}
|
|
69644
|
+
|
|
69645
|
+
constructor(map?: { [key: string]: any }) {
|
|
69646
|
+
super(map);
|
|
69647
|
+
}
|
|
69648
|
+
}
|
|
69649
|
+
|
|
69650
|
+
export class StatisticsListByTypeReportHeadersAccountContext extends $tea.Model {
|
|
69651
|
+
/**
|
|
69652
|
+
* @remarks
|
|
69653
|
+
* This parameter is required.
|
|
69654
|
+
*
|
|
69655
|
+
* @example
|
|
69656
|
+
* 012345
|
|
69657
|
+
*/
|
|
69658
|
+
accountId?: string;
|
|
69659
|
+
static names(): { [key: string]: string } {
|
|
69660
|
+
return {
|
|
69661
|
+
accountId: 'accountId',
|
|
69662
|
+
};
|
|
69663
|
+
}
|
|
69664
|
+
|
|
69665
|
+
static types(): { [key: string]: any } {
|
|
69666
|
+
return {
|
|
69667
|
+
accountId: 'string',
|
|
69668
|
+
};
|
|
69669
|
+
}
|
|
69670
|
+
|
|
69671
|
+
constructor(map?: { [key: string]: any }) {
|
|
69672
|
+
super(map);
|
|
69673
|
+
}
|
|
69674
|
+
}
|
|
69675
|
+
|
|
69676
|
+
export class StatisticsListByTypeReportRequestTenantContext extends $tea.Model {
|
|
69677
|
+
/**
|
|
69678
|
+
* @example
|
|
69679
|
+
* 1
|
|
69680
|
+
*/
|
|
69681
|
+
tenantId?: string;
|
|
69682
|
+
static names(): { [key: string]: string } {
|
|
69683
|
+
return {
|
|
69684
|
+
tenantId: 'tenantId',
|
|
69685
|
+
};
|
|
69686
|
+
}
|
|
69687
|
+
|
|
69688
|
+
static types(): { [key: string]: any } {
|
|
69689
|
+
return {
|
|
69690
|
+
tenantId: 'string',
|
|
69691
|
+
};
|
|
69692
|
+
}
|
|
69693
|
+
|
|
69694
|
+
constructor(map?: { [key: string]: any }) {
|
|
69695
|
+
super(map);
|
|
69696
|
+
}
|
|
69697
|
+
}
|
|
69698
|
+
|
|
69699
|
+
export class StatisticsReportHeadersAccountContext extends $tea.Model {
|
|
69700
|
+
/**
|
|
69701
|
+
* @remarks
|
|
69702
|
+
* This parameter is required.
|
|
69703
|
+
*
|
|
69704
|
+
* @example
|
|
69705
|
+
* 012345
|
|
69706
|
+
*/
|
|
69707
|
+
accountId?: string;
|
|
69708
|
+
static names(): { [key: string]: string } {
|
|
69709
|
+
return {
|
|
69710
|
+
accountId: 'accountId',
|
|
69711
|
+
};
|
|
69712
|
+
}
|
|
69713
|
+
|
|
69714
|
+
static types(): { [key: string]: any } {
|
|
69715
|
+
return {
|
|
69716
|
+
accountId: 'string',
|
|
69717
|
+
};
|
|
69718
|
+
}
|
|
69719
|
+
|
|
69720
|
+
constructor(map?: { [key: string]: any }) {
|
|
69721
|
+
super(map);
|
|
69722
|
+
}
|
|
69723
|
+
}
|
|
69724
|
+
|
|
69725
|
+
export class StatisticsReportRequestTenantContext extends $tea.Model {
|
|
69726
|
+
/**
|
|
69727
|
+
* @example
|
|
69728
|
+
* 1
|
|
69729
|
+
*/
|
|
69730
|
+
tenantId?: string;
|
|
69731
|
+
static names(): { [key: string]: string } {
|
|
69732
|
+
return {
|
|
69733
|
+
tenantId: 'tenantId',
|
|
69734
|
+
};
|
|
69735
|
+
}
|
|
69736
|
+
|
|
69737
|
+
static types(): { [key: string]: any } {
|
|
69738
|
+
return {
|
|
69739
|
+
tenantId: 'string',
|
|
69740
|
+
};
|
|
69741
|
+
}
|
|
69742
|
+
|
|
69743
|
+
constructor(map?: { [key: string]: any }) {
|
|
69744
|
+
super(map);
|
|
69745
|
+
}
|
|
69746
|
+
}
|
|
69747
|
+
|
|
69748
|
+
export class StopCloudRecordHeadersAccountContext extends $tea.Model {
|
|
69749
|
+
/**
|
|
69750
|
+
* @remarks
|
|
69751
|
+
* This parameter is required.
|
|
69752
|
+
*
|
|
69753
|
+
* @example
|
|
69754
|
+
* 012345
|
|
69755
|
+
*/
|
|
69756
|
+
accountId?: string;
|
|
69757
|
+
static names(): { [key: string]: string } {
|
|
69758
|
+
return {
|
|
69759
|
+
accountId: 'accountId',
|
|
69760
|
+
};
|
|
69761
|
+
}
|
|
69762
|
+
|
|
69763
|
+
static types(): { [key: string]: any } {
|
|
69764
|
+
return {
|
|
69765
|
+
accountId: 'string',
|
|
69766
|
+
};
|
|
69767
|
+
}
|
|
69768
|
+
|
|
69769
|
+
constructor(map?: { [key: string]: any }) {
|
|
69770
|
+
super(map);
|
|
69771
|
+
}
|
|
69772
|
+
}
|
|
69773
|
+
|
|
69774
|
+
export class StopCloudRecordRequestTenantContext extends $tea.Model {
|
|
68763
69775
|
/**
|
|
68764
|
-
* @remarks
|
|
68765
|
-
* This parameter is required.
|
|
68766
|
-
*
|
|
68767
69776
|
* @example
|
|
68768
|
-
*
|
|
69777
|
+
* 1
|
|
68769
69778
|
*/
|
|
68770
|
-
|
|
69779
|
+
tenantId?: string;
|
|
68771
69780
|
static names(): { [key: string]: string } {
|
|
68772
69781
|
return {
|
|
68773
|
-
|
|
69782
|
+
tenantId: 'tenantId',
|
|
68774
69783
|
};
|
|
68775
69784
|
}
|
|
68776
69785
|
|
|
68777
69786
|
static types(): { [key: string]: any } {
|
|
68778
69787
|
return {
|
|
68779
|
-
|
|
69788
|
+
tenantId: 'string',
|
|
68780
69789
|
};
|
|
68781
69790
|
}
|
|
68782
69791
|
|
|
@@ -68785,21 +69794,24 @@ export class StartMinutesHeadersAccountContext extends $tea.Model {
|
|
|
68785
69794
|
}
|
|
68786
69795
|
}
|
|
68787
69796
|
|
|
68788
|
-
export class
|
|
69797
|
+
export class StopMinutesHeadersAccountContext extends $tea.Model {
|
|
68789
69798
|
/**
|
|
69799
|
+
* @remarks
|
|
69800
|
+
* This parameter is required.
|
|
69801
|
+
*
|
|
68790
69802
|
* @example
|
|
68791
|
-
*
|
|
69803
|
+
* 012345
|
|
68792
69804
|
*/
|
|
68793
|
-
|
|
69805
|
+
accountId?: string;
|
|
68794
69806
|
static names(): { [key: string]: string } {
|
|
68795
69807
|
return {
|
|
68796
|
-
|
|
69808
|
+
accountId: 'accountId',
|
|
68797
69809
|
};
|
|
68798
69810
|
}
|
|
68799
69811
|
|
|
68800
69812
|
static types(): { [key: string]: any } {
|
|
68801
69813
|
return {
|
|
68802
|
-
|
|
69814
|
+
accountId: 'string',
|
|
68803
69815
|
};
|
|
68804
69816
|
}
|
|
68805
69817
|
|
|
@@ -68808,24 +69820,21 @@ export class StartMinutesRequestTenantContext extends $tea.Model {
|
|
|
68808
69820
|
}
|
|
68809
69821
|
}
|
|
68810
69822
|
|
|
68811
|
-
export class
|
|
69823
|
+
export class StopMinutesRequestTenantContext extends $tea.Model {
|
|
68812
69824
|
/**
|
|
68813
|
-
* @remarks
|
|
68814
|
-
* This parameter is required.
|
|
68815
|
-
*
|
|
68816
69825
|
* @example
|
|
68817
|
-
*
|
|
69826
|
+
* xxxxxx
|
|
68818
69827
|
*/
|
|
68819
|
-
|
|
69828
|
+
tenantId?: string;
|
|
68820
69829
|
static names(): { [key: string]: string } {
|
|
68821
69830
|
return {
|
|
68822
|
-
|
|
69831
|
+
tenantId: 'tenantId',
|
|
68823
69832
|
};
|
|
68824
69833
|
}
|
|
68825
69834
|
|
|
68826
69835
|
static types(): { [key: string]: any } {
|
|
68827
69836
|
return {
|
|
68828
|
-
|
|
69837
|
+
tenantId: 'string',
|
|
68829
69838
|
};
|
|
68830
69839
|
}
|
|
68831
69840
|
|
|
@@ -68834,21 +69843,24 @@ export class StatisticsListByTypeReportHeadersAccountContext extends $tea.Model
|
|
|
68834
69843
|
}
|
|
68835
69844
|
}
|
|
68836
69845
|
|
|
68837
|
-
export class
|
|
69846
|
+
export class SubscribeCalendarHeadersAccountContext extends $tea.Model {
|
|
68838
69847
|
/**
|
|
69848
|
+
* @remarks
|
|
69849
|
+
* This parameter is required.
|
|
69850
|
+
*
|
|
68839
69851
|
* @example
|
|
68840
|
-
*
|
|
69852
|
+
* 012345
|
|
68841
69853
|
*/
|
|
68842
|
-
|
|
69854
|
+
accountId?: string;
|
|
68843
69855
|
static names(): { [key: string]: string } {
|
|
68844
69856
|
return {
|
|
68845
|
-
|
|
69857
|
+
accountId: 'accountId',
|
|
68846
69858
|
};
|
|
68847
69859
|
}
|
|
68848
69860
|
|
|
68849
69861
|
static types(): { [key: string]: any } {
|
|
68850
69862
|
return {
|
|
68851
|
-
|
|
69863
|
+
accountId: 'string',
|
|
68852
69864
|
};
|
|
68853
69865
|
}
|
|
68854
69866
|
|
|
@@ -68857,7 +69869,7 @@ export class StatisticsListByTypeReportRequestTenantContext extends $tea.Model {
|
|
|
68857
69869
|
}
|
|
68858
69870
|
}
|
|
68859
69871
|
|
|
68860
|
-
export class
|
|
69872
|
+
export class SyncDingTypeHeadersAccountContext extends $tea.Model {
|
|
68861
69873
|
/**
|
|
68862
69874
|
* @remarks
|
|
68863
69875
|
* This parameter is required.
|
|
@@ -68883,10 +69895,10 @@ export class StatisticsReportHeadersAccountContext extends $tea.Model {
|
|
|
68883
69895
|
}
|
|
68884
69896
|
}
|
|
68885
69897
|
|
|
68886
|
-
export class
|
|
69898
|
+
export class SyncDingTypeRequestTenantContext extends $tea.Model {
|
|
68887
69899
|
/**
|
|
68888
69900
|
* @example
|
|
68889
|
-
*
|
|
69901
|
+
* xxxxxx
|
|
68890
69902
|
*/
|
|
68891
69903
|
tenantId?: string;
|
|
68892
69904
|
static names(): { [key: string]: string } {
|
|
@@ -68906,7 +69918,7 @@ export class StatisticsReportRequestTenantContext extends $tea.Model {
|
|
|
68906
69918
|
}
|
|
68907
69919
|
}
|
|
68908
69920
|
|
|
68909
|
-
export class
|
|
69921
|
+
export class TerminateInstanceHeadersAccountContext extends $tea.Model {
|
|
68910
69922
|
/**
|
|
68911
69923
|
* @remarks
|
|
68912
69924
|
* This parameter is required.
|
|
@@ -68932,21 +69944,24 @@ export class StopCloudRecordHeadersAccountContext extends $tea.Model {
|
|
|
68932
69944
|
}
|
|
68933
69945
|
}
|
|
68934
69946
|
|
|
68935
|
-
export class
|
|
69947
|
+
export class TransferTicketHeadersAccountContext extends $tea.Model {
|
|
68936
69948
|
/**
|
|
69949
|
+
* @remarks
|
|
69950
|
+
* This parameter is required.
|
|
69951
|
+
*
|
|
68937
69952
|
* @example
|
|
68938
|
-
*
|
|
69953
|
+
* 012345
|
|
68939
69954
|
*/
|
|
68940
|
-
|
|
69955
|
+
accountId?: string;
|
|
68941
69956
|
static names(): { [key: string]: string } {
|
|
68942
69957
|
return {
|
|
68943
|
-
|
|
69958
|
+
accountId: 'accountId',
|
|
68944
69959
|
};
|
|
68945
69960
|
}
|
|
68946
69961
|
|
|
68947
69962
|
static types(): { [key: string]: any } {
|
|
68948
69963
|
return {
|
|
68949
|
-
|
|
69964
|
+
accountId: 'string',
|
|
68950
69965
|
};
|
|
68951
69966
|
}
|
|
68952
69967
|
|
|
@@ -68955,24 +69970,27 @@ export class StopCloudRecordRequestTenantContext extends $tea.Model {
|
|
|
68955
69970
|
}
|
|
68956
69971
|
}
|
|
68957
69972
|
|
|
68958
|
-
export class
|
|
69973
|
+
export class TransferTicketRequestNotify extends $tea.Model {
|
|
69974
|
+
groupNoticeReceiverUserIds?: string[];
|
|
68959
69975
|
/**
|
|
68960
|
-
* @remarks
|
|
68961
|
-
* This parameter is required.
|
|
68962
|
-
*
|
|
68963
69976
|
* @example
|
|
68964
|
-
*
|
|
69977
|
+
* true
|
|
68965
69978
|
*/
|
|
68966
|
-
|
|
69979
|
+
noticeAllGroupMember?: boolean;
|
|
69980
|
+
workNoticeReceiverUserIds?: string[];
|
|
68967
69981
|
static names(): { [key: string]: string } {
|
|
68968
69982
|
return {
|
|
68969
|
-
|
|
69983
|
+
groupNoticeReceiverUserIds: 'GroupNoticeReceiverUserIds',
|
|
69984
|
+
noticeAllGroupMember: 'NoticeAllGroupMember',
|
|
69985
|
+
workNoticeReceiverUserIds: 'WorkNoticeReceiverUserIds',
|
|
68970
69986
|
};
|
|
68971
69987
|
}
|
|
68972
69988
|
|
|
68973
69989
|
static types(): { [key: string]: any } {
|
|
68974
69990
|
return {
|
|
68975
|
-
|
|
69991
|
+
groupNoticeReceiverUserIds: { 'type': 'array', 'itemType': 'string' },
|
|
69992
|
+
noticeAllGroupMember: 'boolean',
|
|
69993
|
+
workNoticeReceiverUserIds: { 'type': 'array', 'itemType': 'string' },
|
|
68976
69994
|
};
|
|
68977
69995
|
}
|
|
68978
69996
|
|
|
@@ -68981,7 +69999,7 @@ export class StopMinutesHeadersAccountContext extends $tea.Model {
|
|
|
68981
69999
|
}
|
|
68982
70000
|
}
|
|
68983
70001
|
|
|
68984
|
-
export class
|
|
70002
|
+
export class TransferTicketRequestTenantContext extends $tea.Model {
|
|
68985
70003
|
/**
|
|
68986
70004
|
* @example
|
|
68987
70005
|
* xxxxxx
|
|
@@ -69004,24 +70022,28 @@ export class StopMinutesRequestTenantContext extends $tea.Model {
|
|
|
69004
70022
|
}
|
|
69005
70023
|
}
|
|
69006
70024
|
|
|
69007
|
-
export class
|
|
70025
|
+
export class TransferTicketRequestTicketMemoAttachments extends $tea.Model {
|
|
69008
70026
|
/**
|
|
69009
|
-
* @remarks
|
|
69010
|
-
* This parameter is required.
|
|
69011
|
-
*
|
|
69012
70027
|
* @example
|
|
69013
|
-
*
|
|
70028
|
+
* auto-test-1727143229007.pdf
|
|
69014
70029
|
*/
|
|
69015
|
-
|
|
70030
|
+
fileName?: string;
|
|
70031
|
+
/**
|
|
70032
|
+
* @example
|
|
70033
|
+
* key1
|
|
70034
|
+
*/
|
|
70035
|
+
key?: string;
|
|
69016
70036
|
static names(): { [key: string]: string } {
|
|
69017
70037
|
return {
|
|
69018
|
-
|
|
70038
|
+
fileName: 'FileName',
|
|
70039
|
+
key: 'Key',
|
|
69019
70040
|
};
|
|
69020
70041
|
}
|
|
69021
70042
|
|
|
69022
70043
|
static types(): { [key: string]: any } {
|
|
69023
70044
|
return {
|
|
69024
|
-
|
|
70045
|
+
fileName: 'string',
|
|
70046
|
+
key: 'string',
|
|
69025
70047
|
};
|
|
69026
70048
|
}
|
|
69027
70049
|
|
|
@@ -69030,24 +70052,20 @@ export class SubscribeCalendarHeadersAccountContext extends $tea.Model {
|
|
|
69030
70052
|
}
|
|
69031
70053
|
}
|
|
69032
70054
|
|
|
69033
|
-
export class
|
|
69034
|
-
|
|
69035
|
-
|
|
69036
|
-
* This parameter is required.
|
|
69037
|
-
*
|
|
69038
|
-
* @example
|
|
69039
|
-
* 012345
|
|
69040
|
-
*/
|
|
69041
|
-
accountId?: string;
|
|
70055
|
+
export class TransferTicketRequestTicketMemo extends $tea.Model {
|
|
70056
|
+
attachments?: TransferTicketRequestTicketMemoAttachments[];
|
|
70057
|
+
memo?: string;
|
|
69042
70058
|
static names(): { [key: string]: string } {
|
|
69043
70059
|
return {
|
|
69044
|
-
|
|
70060
|
+
attachments: 'Attachments',
|
|
70061
|
+
memo: 'Memo',
|
|
69045
70062
|
};
|
|
69046
70063
|
}
|
|
69047
70064
|
|
|
69048
70065
|
static types(): { [key: string]: any } {
|
|
69049
70066
|
return {
|
|
69050
|
-
|
|
70067
|
+
attachments: { 'type': 'array', 'itemType': TransferTicketRequestTicketMemoAttachments },
|
|
70068
|
+
memo: 'string',
|
|
69051
70069
|
};
|
|
69052
70070
|
}
|
|
69053
70071
|
|
|
@@ -69056,21 +70074,24 @@ export class SyncDingTypeHeadersAccountContext extends $tea.Model {
|
|
|
69056
70074
|
}
|
|
69057
70075
|
}
|
|
69058
70076
|
|
|
69059
|
-
export class
|
|
70077
|
+
export class UnsubscribeCalendarHeadersAccountContext extends $tea.Model {
|
|
69060
70078
|
/**
|
|
70079
|
+
* @remarks
|
|
70080
|
+
* This parameter is required.
|
|
70081
|
+
*
|
|
69061
70082
|
* @example
|
|
69062
|
-
*
|
|
70083
|
+
* 012345
|
|
69063
70084
|
*/
|
|
69064
|
-
|
|
70085
|
+
accountId?: string;
|
|
69065
70086
|
static names(): { [key: string]: string } {
|
|
69066
70087
|
return {
|
|
69067
|
-
|
|
70088
|
+
accountId: 'accountId',
|
|
69068
70089
|
};
|
|
69069
70090
|
}
|
|
69070
70091
|
|
|
69071
70092
|
static types(): { [key: string]: any } {
|
|
69072
70093
|
return {
|
|
69073
|
-
|
|
70094
|
+
accountId: 'string',
|
|
69074
70095
|
};
|
|
69075
70096
|
}
|
|
69076
70097
|
|
|
@@ -69079,7 +70100,7 @@ export class SyncDingTypeRequestTenantContext extends $tea.Model {
|
|
|
69079
70100
|
}
|
|
69080
70101
|
}
|
|
69081
70102
|
|
|
69082
|
-
export class
|
|
70103
|
+
export class UpdateFormDataHeadersAccountContext extends $tea.Model {
|
|
69083
70104
|
/**
|
|
69084
70105
|
* @remarks
|
|
69085
70106
|
* This parameter is required.
|
|
@@ -69105,7 +70126,7 @@ export class TerminateInstanceHeadersAccountContext extends $tea.Model {
|
|
|
69105
70126
|
}
|
|
69106
70127
|
}
|
|
69107
70128
|
|
|
69108
|
-
export class
|
|
70129
|
+
export class UpdateInstanceHeadersAccountContext extends $tea.Model {
|
|
69109
70130
|
/**
|
|
69110
70131
|
* @remarks
|
|
69111
70132
|
* This parameter is required.
|
|
@@ -69131,27 +70152,24 @@ export class TransferTicketHeadersAccountContext extends $tea.Model {
|
|
|
69131
70152
|
}
|
|
69132
70153
|
}
|
|
69133
70154
|
|
|
69134
|
-
export class
|
|
69135
|
-
groupNoticeReceiverUserIds?: string[];
|
|
70155
|
+
export class UpdateLiveHeadersAccountContext extends $tea.Model {
|
|
69136
70156
|
/**
|
|
70157
|
+
* @remarks
|
|
70158
|
+
* This parameter is required.
|
|
70159
|
+
*
|
|
69137
70160
|
* @example
|
|
69138
|
-
*
|
|
70161
|
+
* 012345
|
|
69139
70162
|
*/
|
|
69140
|
-
|
|
69141
|
-
workNoticeReceiverUserIds?: string[];
|
|
70163
|
+
accountId?: string;
|
|
69142
70164
|
static names(): { [key: string]: string } {
|
|
69143
70165
|
return {
|
|
69144
|
-
|
|
69145
|
-
noticeAllGroupMember: 'NoticeAllGroupMember',
|
|
69146
|
-
workNoticeReceiverUserIds: 'WorkNoticeReceiverUserIds',
|
|
70166
|
+
accountId: 'accountId',
|
|
69147
70167
|
};
|
|
69148
70168
|
}
|
|
69149
70169
|
|
|
69150
70170
|
static types(): { [key: string]: any } {
|
|
69151
70171
|
return {
|
|
69152
|
-
|
|
69153
|
-
noticeAllGroupMember: 'boolean',
|
|
69154
|
-
workNoticeReceiverUserIds: { 'type': 'array', 'itemType': 'string' },
|
|
70172
|
+
accountId: 'string',
|
|
69155
70173
|
};
|
|
69156
70174
|
}
|
|
69157
70175
|
|
|
@@ -69160,10 +70178,10 @@ export class TransferTicketRequestNotify extends $tea.Model {
|
|
|
69160
70178
|
}
|
|
69161
70179
|
}
|
|
69162
70180
|
|
|
69163
|
-
export class
|
|
70181
|
+
export class UpdateLiveRequestTenantContext extends $tea.Model {
|
|
69164
70182
|
/**
|
|
69165
70183
|
* @example
|
|
69166
|
-
*
|
|
70184
|
+
* 1
|
|
69167
70185
|
*/
|
|
69168
70186
|
tenantId?: string;
|
|
69169
70187
|
static names(): { [key: string]: string } {
|
|
@@ -69183,28 +70201,24 @@ export class TransferTicketRequestTenantContext extends $tea.Model {
|
|
|
69183
70201
|
}
|
|
69184
70202
|
}
|
|
69185
70203
|
|
|
69186
|
-
export class
|
|
69187
|
-
/**
|
|
69188
|
-
* @example
|
|
69189
|
-
* auto-test-1727143229007.pdf
|
|
69190
|
-
*/
|
|
69191
|
-
fileName?: string;
|
|
70204
|
+
export class UpdateMeetingRoomHeadersAccountContext extends $tea.Model {
|
|
69192
70205
|
/**
|
|
70206
|
+
* @remarks
|
|
70207
|
+
* This parameter is required.
|
|
70208
|
+
*
|
|
69193
70209
|
* @example
|
|
69194
|
-
*
|
|
70210
|
+
* 012345
|
|
69195
70211
|
*/
|
|
69196
|
-
|
|
70212
|
+
accountId?: string;
|
|
69197
70213
|
static names(): { [key: string]: string } {
|
|
69198
70214
|
return {
|
|
69199
|
-
|
|
69200
|
-
key: 'Key',
|
|
70215
|
+
accountId: 'accountId',
|
|
69201
70216
|
};
|
|
69202
70217
|
}
|
|
69203
70218
|
|
|
69204
70219
|
static types(): { [key: string]: any } {
|
|
69205
70220
|
return {
|
|
69206
|
-
|
|
69207
|
-
key: 'string',
|
|
70221
|
+
accountId: 'string',
|
|
69208
70222
|
};
|
|
69209
70223
|
}
|
|
69210
70224
|
|
|
@@ -69213,20 +70227,23 @@ export class TransferTicketRequestTicketMemoAttachments extends $tea.Model {
|
|
|
69213
70227
|
}
|
|
69214
70228
|
}
|
|
69215
70229
|
|
|
69216
|
-
export class
|
|
69217
|
-
|
|
69218
|
-
|
|
70230
|
+
export class UpdateMeetingRoomRequestReservationAuthorityAuthorizedMembers extends $tea.Model {
|
|
70231
|
+
memberId?: string;
|
|
70232
|
+
memberName?: string;
|
|
70233
|
+
memberType?: string;
|
|
69219
70234
|
static names(): { [key: string]: string } {
|
|
69220
70235
|
return {
|
|
69221
|
-
|
|
69222
|
-
|
|
70236
|
+
memberId: 'MemberId',
|
|
70237
|
+
memberName: 'MemberName',
|
|
70238
|
+
memberType: 'MemberType',
|
|
69223
70239
|
};
|
|
69224
70240
|
}
|
|
69225
70241
|
|
|
69226
70242
|
static types(): { [key: string]: any } {
|
|
69227
70243
|
return {
|
|
69228
|
-
|
|
69229
|
-
|
|
70244
|
+
memberId: 'string',
|
|
70245
|
+
memberName: 'string',
|
|
70246
|
+
memberType: 'string',
|
|
69230
70247
|
};
|
|
69231
70248
|
}
|
|
69232
70249
|
|
|
@@ -69235,24 +70252,17 @@ export class TransferTicketRequestTicketMemo extends $tea.Model {
|
|
|
69235
70252
|
}
|
|
69236
70253
|
}
|
|
69237
70254
|
|
|
69238
|
-
export class
|
|
69239
|
-
|
|
69240
|
-
* @remarks
|
|
69241
|
-
* This parameter is required.
|
|
69242
|
-
*
|
|
69243
|
-
* @example
|
|
69244
|
-
* 012345
|
|
69245
|
-
*/
|
|
69246
|
-
accountId?: string;
|
|
70255
|
+
export class UpdateMeetingRoomRequestReservationAuthority extends $tea.Model {
|
|
70256
|
+
authorizedMembers?: UpdateMeetingRoomRequestReservationAuthorityAuthorizedMembers[];
|
|
69247
70257
|
static names(): { [key: string]: string } {
|
|
69248
70258
|
return {
|
|
69249
|
-
|
|
70259
|
+
authorizedMembers: 'AuthorizedMembers',
|
|
69250
70260
|
};
|
|
69251
70261
|
}
|
|
69252
70262
|
|
|
69253
70263
|
static types(): { [key: string]: any } {
|
|
69254
70264
|
return {
|
|
69255
|
-
|
|
70265
|
+
authorizedMembers: { 'type': 'array', 'itemType': UpdateMeetingRoomRequestReservationAuthorityAuthorizedMembers },
|
|
69256
70266
|
};
|
|
69257
70267
|
}
|
|
69258
70268
|
|
|
@@ -69261,24 +70271,20 @@ export class UnsubscribeCalendarHeadersAccountContext extends $tea.Model {
|
|
|
69261
70271
|
}
|
|
69262
70272
|
}
|
|
69263
70273
|
|
|
69264
|
-
export class
|
|
69265
|
-
|
|
69266
|
-
|
|
69267
|
-
* This parameter is required.
|
|
69268
|
-
*
|
|
69269
|
-
* @example
|
|
69270
|
-
* 012345
|
|
69271
|
-
*/
|
|
69272
|
-
accountId?: string;
|
|
70274
|
+
export class UpdateMeetingRoomRequestRoomLocation extends $tea.Model {
|
|
70275
|
+
desc?: string;
|
|
70276
|
+
title?: string;
|
|
69273
70277
|
static names(): { [key: string]: string } {
|
|
69274
70278
|
return {
|
|
69275
|
-
|
|
70279
|
+
desc: 'Desc',
|
|
70280
|
+
title: 'Title',
|
|
69276
70281
|
};
|
|
69277
70282
|
}
|
|
69278
70283
|
|
|
69279
70284
|
static types(): { [key: string]: any } {
|
|
69280
70285
|
return {
|
|
69281
|
-
|
|
70286
|
+
desc: 'string',
|
|
70287
|
+
title: 'string',
|
|
69282
70288
|
};
|
|
69283
70289
|
}
|
|
69284
70290
|
|
|
@@ -69287,24 +70293,21 @@ export class UpdateFormDataHeadersAccountContext extends $tea.Model {
|
|
|
69287
70293
|
}
|
|
69288
70294
|
}
|
|
69289
70295
|
|
|
69290
|
-
export class
|
|
70296
|
+
export class UpdateMeetingRoomRequestTenantContext extends $tea.Model {
|
|
69291
70297
|
/**
|
|
69292
|
-
* @remarks
|
|
69293
|
-
* This parameter is required.
|
|
69294
|
-
*
|
|
69295
70298
|
* @example
|
|
69296
|
-
*
|
|
70299
|
+
* xxxxxx
|
|
69297
70300
|
*/
|
|
69298
|
-
|
|
70301
|
+
tenantId?: string;
|
|
69299
70302
|
static names(): { [key: string]: string } {
|
|
69300
70303
|
return {
|
|
69301
|
-
|
|
70304
|
+
tenantId: 'tenantId',
|
|
69302
70305
|
};
|
|
69303
70306
|
}
|
|
69304
70307
|
|
|
69305
70308
|
static types(): { [key: string]: any } {
|
|
69306
70309
|
return {
|
|
69307
|
-
|
|
70310
|
+
tenantId: 'string',
|
|
69308
70311
|
};
|
|
69309
70312
|
}
|
|
69310
70313
|
|
|
@@ -69313,7 +70316,7 @@ export class UpdateInstanceHeadersAccountContext extends $tea.Model {
|
|
|
69313
70316
|
}
|
|
69314
70317
|
}
|
|
69315
70318
|
|
|
69316
|
-
export class
|
|
70319
|
+
export class UpdateMeetingRoomGroupHeadersAccountContext extends $tea.Model {
|
|
69317
70320
|
/**
|
|
69318
70321
|
* @remarks
|
|
69319
70322
|
* This parameter is required.
|
|
@@ -69339,10 +70342,10 @@ export class UpdateLiveHeadersAccountContext extends $tea.Model {
|
|
|
69339
70342
|
}
|
|
69340
70343
|
}
|
|
69341
70344
|
|
|
69342
|
-
export class
|
|
70345
|
+
export class UpdateMeetingRoomGroupRequestTenantContext extends $tea.Model {
|
|
69343
70346
|
/**
|
|
69344
70347
|
* @example
|
|
69345
|
-
*
|
|
70348
|
+
* xxxxxx
|
|
69346
70349
|
*/
|
|
69347
70350
|
tenantId?: string;
|
|
69348
70351
|
static names(): { [key: string]: string } {
|
|
@@ -69362,11 +70365,8 @@ export class UpdateLiveRequestTenantContext extends $tea.Model {
|
|
|
69362
70365
|
}
|
|
69363
70366
|
}
|
|
69364
70367
|
|
|
69365
|
-
export class
|
|
70368
|
+
export class UpdateRangeHeadersAccountContext extends $tea.Model {
|
|
69366
70369
|
/**
|
|
69367
|
-
* @remarks
|
|
69368
|
-
* This parameter is required.
|
|
69369
|
-
*
|
|
69370
70370
|
* @example
|
|
69371
70371
|
* 012345
|
|
69372
70372
|
*/
|
|
@@ -69388,113 +70388,35 @@ export class UpdateMeetingRoomHeadersAccountContext extends $tea.Model {
|
|
|
69388
70388
|
}
|
|
69389
70389
|
}
|
|
69390
70390
|
|
|
69391
|
-
export class
|
|
69392
|
-
memberId?: string;
|
|
69393
|
-
memberName?: string;
|
|
69394
|
-
memberType?: string;
|
|
69395
|
-
static names(): { [key: string]: string } {
|
|
69396
|
-
return {
|
|
69397
|
-
memberId: 'MemberId',
|
|
69398
|
-
memberName: 'MemberName',
|
|
69399
|
-
memberType: 'MemberType',
|
|
69400
|
-
};
|
|
69401
|
-
}
|
|
69402
|
-
|
|
69403
|
-
static types(): { [key: string]: any } {
|
|
69404
|
-
return {
|
|
69405
|
-
memberId: 'string',
|
|
69406
|
-
memberName: 'string',
|
|
69407
|
-
memberType: 'string',
|
|
69408
|
-
};
|
|
69409
|
-
}
|
|
69410
|
-
|
|
69411
|
-
constructor(map?: { [key: string]: any }) {
|
|
69412
|
-
super(map);
|
|
69413
|
-
}
|
|
69414
|
-
}
|
|
69415
|
-
|
|
69416
|
-
export class UpdateMeetingRoomRequestReservationAuthority extends $tea.Model {
|
|
69417
|
-
authorizedMembers?: UpdateMeetingRoomRequestReservationAuthorityAuthorizedMembers[];
|
|
69418
|
-
static names(): { [key: string]: string } {
|
|
69419
|
-
return {
|
|
69420
|
-
authorizedMembers: 'AuthorizedMembers',
|
|
69421
|
-
};
|
|
69422
|
-
}
|
|
69423
|
-
|
|
69424
|
-
static types(): { [key: string]: any } {
|
|
69425
|
-
return {
|
|
69426
|
-
authorizedMembers: { 'type': 'array', 'itemType': UpdateMeetingRoomRequestReservationAuthorityAuthorizedMembers },
|
|
69427
|
-
};
|
|
69428
|
-
}
|
|
69429
|
-
|
|
69430
|
-
constructor(map?: { [key: string]: any }) {
|
|
69431
|
-
super(map);
|
|
69432
|
-
}
|
|
69433
|
-
}
|
|
69434
|
-
|
|
69435
|
-
export class UpdateMeetingRoomRequestRoomLocation extends $tea.Model {
|
|
69436
|
-
desc?: string;
|
|
69437
|
-
title?: string;
|
|
69438
|
-
static names(): { [key: string]: string } {
|
|
69439
|
-
return {
|
|
69440
|
-
desc: 'Desc',
|
|
69441
|
-
title: 'Title',
|
|
69442
|
-
};
|
|
69443
|
-
}
|
|
69444
|
-
|
|
69445
|
-
static types(): { [key: string]: any } {
|
|
69446
|
-
return {
|
|
69447
|
-
desc: 'string',
|
|
69448
|
-
title: 'string',
|
|
69449
|
-
};
|
|
69450
|
-
}
|
|
69451
|
-
|
|
69452
|
-
constructor(map?: { [key: string]: any }) {
|
|
69453
|
-
super(map);
|
|
69454
|
-
}
|
|
69455
|
-
}
|
|
69456
|
-
|
|
69457
|
-
export class UpdateMeetingRoomRequestTenantContext extends $tea.Model {
|
|
70391
|
+
export class UpdateRangeRequestHyperlinks extends $tea.Model {
|
|
69458
70392
|
/**
|
|
69459
70393
|
* @example
|
|
69460
|
-
*
|
|
70394
|
+
* path
|
|
69461
70395
|
*/
|
|
69462
|
-
|
|
69463
|
-
static names(): { [key: string]: string } {
|
|
69464
|
-
return {
|
|
69465
|
-
tenantId: 'tenantId',
|
|
69466
|
-
};
|
|
69467
|
-
}
|
|
69468
|
-
|
|
69469
|
-
static types(): { [key: string]: any } {
|
|
69470
|
-
return {
|
|
69471
|
-
tenantId: 'string',
|
|
69472
|
-
};
|
|
69473
|
-
}
|
|
69474
|
-
|
|
69475
|
-
constructor(map?: { [key: string]: any }) {
|
|
69476
|
-
super(map);
|
|
69477
|
-
}
|
|
69478
|
-
}
|
|
69479
|
-
|
|
69480
|
-
export class UpdateMeetingRoomGroupHeadersAccountContext extends $tea.Model {
|
|
70396
|
+
type?: string;
|
|
69481
70397
|
/**
|
|
69482
|
-
* @remarks
|
|
69483
|
-
* This parameter is required.
|
|
69484
|
-
*
|
|
69485
70398
|
* @example
|
|
69486
|
-
*
|
|
70399
|
+
* https://www.dingtalk.com
|
|
69487
70400
|
*/
|
|
69488
|
-
|
|
70401
|
+
link?: string;
|
|
70402
|
+
/**
|
|
70403
|
+
* @example
|
|
70404
|
+
* test
|
|
70405
|
+
*/
|
|
70406
|
+
text?: string;
|
|
69489
70407
|
static names(): { [key: string]: string } {
|
|
69490
70408
|
return {
|
|
69491
|
-
|
|
70409
|
+
type: 'Type',
|
|
70410
|
+
link: 'Link',
|
|
70411
|
+
text: 'Text',
|
|
69492
70412
|
};
|
|
69493
70413
|
}
|
|
69494
70414
|
|
|
69495
70415
|
static types(): { [key: string]: any } {
|
|
69496
70416
|
return {
|
|
69497
|
-
|
|
70417
|
+
type: 'string',
|
|
70418
|
+
link: 'string',
|
|
70419
|
+
text: 'string',
|
|
69498
70420
|
};
|
|
69499
70421
|
}
|
|
69500
70422
|
|
|
@@ -69503,10 +70425,10 @@ export class UpdateMeetingRoomGroupHeadersAccountContext extends $tea.Model {
|
|
|
69503
70425
|
}
|
|
69504
70426
|
}
|
|
69505
70427
|
|
|
69506
|
-
export class
|
|
70428
|
+
export class UpdateRangeRequestTenantContext extends $tea.Model {
|
|
69507
70429
|
/**
|
|
69508
70430
|
* @example
|
|
69509
|
-
*
|
|
70431
|
+
* 1
|
|
69510
70432
|
*/
|
|
69511
70433
|
tenantId?: string;
|
|
69512
70434
|
static names(): { [key: string]: string } {
|
|
@@ -69526,8 +70448,11 @@ export class UpdateMeetingRoomGroupRequestTenantContext extends $tea.Model {
|
|
|
69526
70448
|
}
|
|
69527
70449
|
}
|
|
69528
70450
|
|
|
69529
|
-
export class
|
|
70451
|
+
export class UpdateScheduleConfSettingsHeadersAccountContext extends $tea.Model {
|
|
69530
70452
|
/**
|
|
70453
|
+
* @remarks
|
|
70454
|
+
* This parameter is required.
|
|
70455
|
+
*
|
|
69531
70456
|
* @example
|
|
69532
70457
|
* 012345
|
|
69533
70458
|
*/
|
|
@@ -69549,35 +70474,38 @@ export class UpdateRangeHeadersAccountContext extends $tea.Model {
|
|
|
69549
70474
|
}
|
|
69550
70475
|
}
|
|
69551
70476
|
|
|
69552
|
-
export class
|
|
70477
|
+
export class UpdateScheduleConfSettingsRequestScheduleConfSettingModelMoziConfOpenRecordSetting extends $tea.Model {
|
|
70478
|
+
isFollowHost?: boolean;
|
|
69553
70479
|
/**
|
|
69554
70480
|
* @example
|
|
69555
|
-
*
|
|
70481
|
+
* grid
|
|
69556
70482
|
*/
|
|
69557
|
-
|
|
70483
|
+
mode?: string;
|
|
69558
70484
|
/**
|
|
69559
70485
|
* @example
|
|
69560
|
-
*
|
|
70486
|
+
* 0
|
|
69561
70487
|
*/
|
|
69562
|
-
|
|
70488
|
+
recordAutoStart?: number;
|
|
69563
70489
|
/**
|
|
69564
70490
|
* @example
|
|
69565
|
-
*
|
|
70491
|
+
* 0
|
|
69566
70492
|
*/
|
|
69567
|
-
|
|
70493
|
+
recordAutoStartType?: number;
|
|
69568
70494
|
static names(): { [key: string]: string } {
|
|
69569
70495
|
return {
|
|
69570
|
-
|
|
69571
|
-
|
|
69572
|
-
|
|
70496
|
+
isFollowHost: 'IsFollowHost',
|
|
70497
|
+
mode: 'Mode',
|
|
70498
|
+
recordAutoStart: 'RecordAutoStart',
|
|
70499
|
+
recordAutoStartType: 'RecordAutoStartType',
|
|
69573
70500
|
};
|
|
69574
70501
|
}
|
|
69575
70502
|
|
|
69576
70503
|
static types(): { [key: string]: any } {
|
|
69577
70504
|
return {
|
|
69578
|
-
|
|
69579
|
-
|
|
69580
|
-
|
|
70505
|
+
isFollowHost: 'boolean',
|
|
70506
|
+
mode: 'string',
|
|
70507
|
+
recordAutoStart: 'number',
|
|
70508
|
+
recordAutoStartType: 'number',
|
|
69581
70509
|
};
|
|
69582
70510
|
}
|
|
69583
70511
|
|
|
@@ -69586,47 +70514,35 @@ export class UpdateRangeRequestHyperlinks extends $tea.Model {
|
|
|
69586
70514
|
}
|
|
69587
70515
|
}
|
|
69588
70516
|
|
|
69589
|
-
export class
|
|
70517
|
+
export class UpdateScheduleConfSettingsRequestScheduleConfSettingModelMoziConfVirtualExtraSettingMoziConfExtensionAppSettings extends $tea.Model {
|
|
69590
70518
|
/**
|
|
69591
70519
|
* @example
|
|
69592
|
-
*
|
|
70520
|
+
* 0
|
|
69593
70521
|
*/
|
|
69594
|
-
|
|
69595
|
-
static names(): { [key: string]: string } {
|
|
69596
|
-
return {
|
|
69597
|
-
tenantId: 'tenantId',
|
|
69598
|
-
};
|
|
69599
|
-
}
|
|
69600
|
-
|
|
69601
|
-
static types(): { [key: string]: any } {
|
|
69602
|
-
return {
|
|
69603
|
-
tenantId: 'string',
|
|
69604
|
-
};
|
|
69605
|
-
}
|
|
69606
|
-
|
|
69607
|
-
constructor(map?: { [key: string]: any }) {
|
|
69608
|
-
super(map);
|
|
69609
|
-
}
|
|
69610
|
-
}
|
|
69611
|
-
|
|
69612
|
-
export class UpdateScheduleConfSettingsHeadersAccountContext extends $tea.Model {
|
|
70522
|
+
autoOpenMode?: number;
|
|
69613
70523
|
/**
|
|
69614
|
-
* @remarks
|
|
69615
|
-
* This parameter is required.
|
|
69616
|
-
*
|
|
69617
70524
|
* @example
|
|
69618
|
-
*
|
|
70525
|
+
* xxxx
|
|
69619
70526
|
*/
|
|
69620
|
-
|
|
70527
|
+
coolAppCode?: string;
|
|
70528
|
+
/**
|
|
70529
|
+
* @example
|
|
70530
|
+
* xxx
|
|
70531
|
+
*/
|
|
70532
|
+
extensionAppBizData?: string;
|
|
69621
70533
|
static names(): { [key: string]: string } {
|
|
69622
70534
|
return {
|
|
69623
|
-
|
|
70535
|
+
autoOpenMode: 'AutoOpenMode',
|
|
70536
|
+
coolAppCode: 'CoolAppCode',
|
|
70537
|
+
extensionAppBizData: 'ExtensionAppBizData',
|
|
69624
70538
|
};
|
|
69625
70539
|
}
|
|
69626
70540
|
|
|
69627
70541
|
static types(): { [key: string]: any } {
|
|
69628
70542
|
return {
|
|
69629
|
-
|
|
70543
|
+
autoOpenMode: 'number',
|
|
70544
|
+
coolAppCode: 'string',
|
|
70545
|
+
extensionAppBizData: 'string',
|
|
69630
70546
|
};
|
|
69631
70547
|
}
|
|
69632
70548
|
|
|
@@ -69659,6 +70575,7 @@ export class UpdateScheduleConfSettingsRequestScheduleConfSettingModelMoziConfVi
|
|
|
69659
70575
|
*/
|
|
69660
70576
|
lockNick?: number;
|
|
69661
70577
|
minutesOwnerUserId?: string;
|
|
70578
|
+
moziConfExtensionAppSettings?: UpdateScheduleConfSettingsRequestScheduleConfSettingModelMoziConfVirtualExtraSettingMoziConfExtensionAppSettings[];
|
|
69662
70579
|
pushAllMeetingRecords?: boolean;
|
|
69663
70580
|
pushCloudRecordCard?: boolean;
|
|
69664
70581
|
pushMinutesCard?: boolean;
|
|
@@ -69676,6 +70593,7 @@ export class UpdateScheduleConfSettingsRequestScheduleConfSettingModelMoziConfVi
|
|
|
69676
70593
|
lockMediaStatusMicMute: 'LockMediaStatusMicMute',
|
|
69677
70594
|
lockNick: 'LockNick',
|
|
69678
70595
|
minutesOwnerUserId: 'MinutesOwnerUserId',
|
|
70596
|
+
moziConfExtensionAppSettings: 'MoziConfExtensionAppSettings',
|
|
69679
70597
|
pushAllMeetingRecords: 'PushAllMeetingRecords',
|
|
69680
70598
|
pushCloudRecordCard: 'PushCloudRecordCard',
|
|
69681
70599
|
pushMinutesCard: 'PushMinutesCard',
|
|
@@ -69692,6 +70610,7 @@ export class UpdateScheduleConfSettingsRequestScheduleConfSettingModelMoziConfVi
|
|
|
69692
70610
|
lockMediaStatusMicMute: 'number',
|
|
69693
70611
|
lockNick: 'number',
|
|
69694
70612
|
minutesOwnerUserId: 'string',
|
|
70613
|
+
moziConfExtensionAppSettings: { 'type': 'array', 'itemType': UpdateScheduleConfSettingsRequestScheduleConfSettingModelMoziConfVirtualExtraSettingMoziConfExtensionAppSettings },
|
|
69695
70614
|
pushAllMeetingRecords: 'boolean',
|
|
69696
70615
|
pushCloudRecordCard: 'boolean',
|
|
69697
70616
|
pushMinutesCard: 'boolean',
|
|
@@ -69721,6 +70640,7 @@ export class UpdateScheduleConfSettingsRequestScheduleConfSettingModel extends $
|
|
|
69721
70640
|
* 1
|
|
69722
70641
|
*/
|
|
69723
70642
|
lockRoom?: number;
|
|
70643
|
+
moziConfOpenRecordSetting?: UpdateScheduleConfSettingsRequestScheduleConfSettingModelMoziConfOpenRecordSetting;
|
|
69724
70644
|
moziConfVirtualExtraSetting?: UpdateScheduleConfSettingsRequestScheduleConfSettingModelMoziConfVirtualExtraSetting;
|
|
69725
70645
|
/**
|
|
69726
70646
|
* @example
|
|
@@ -69738,6 +70658,7 @@ export class UpdateScheduleConfSettingsRequestScheduleConfSettingModel extends $
|
|
|
69738
70658
|
confAllowedCorpId: 'ConfAllowedCorpId',
|
|
69739
70659
|
hostUserId: 'HostUserId',
|
|
69740
70660
|
lockRoom: 'LockRoom',
|
|
70661
|
+
moziConfOpenRecordSetting: 'MoziConfOpenRecordSetting',
|
|
69741
70662
|
moziConfVirtualExtraSetting: 'MoziConfVirtualExtraSetting',
|
|
69742
70663
|
muteOnJoin: 'MuteOnJoin',
|
|
69743
70664
|
screenShareForbidden: 'ScreenShareForbidden',
|
|
@@ -69750,6 +70671,7 @@ export class UpdateScheduleConfSettingsRequestScheduleConfSettingModel extends $
|
|
|
69750
70671
|
confAllowedCorpId: 'string',
|
|
69751
70672
|
hostUserId: 'string',
|
|
69752
70673
|
lockRoom: 'number',
|
|
70674
|
+
moziConfOpenRecordSetting: UpdateScheduleConfSettingsRequestScheduleConfSettingModelMoziConfOpenRecordSetting,
|
|
69753
70675
|
moziConfVirtualExtraSetting: UpdateScheduleConfSettingsRequestScheduleConfSettingModelMoziConfVirtualExtraSetting,
|
|
69754
70676
|
muteOnJoin: 'number',
|
|
69755
70677
|
screenShareForbidden: 'number',
|
|
@@ -73517,6 +74439,10 @@ export default class Client extends OpenApi {
|
|
|
73517
74439
|
headers.accountContextShrink = OpenApiUtil.arrayToStringWithSpecifiedStyle(tmpHeader.accountContext, "AccountContext", "json");
|
|
73518
74440
|
}
|
|
73519
74441
|
|
|
74442
|
+
if (!Util.isUnset(tmpReq.scheduleConfSettingModel)) {
|
|
74443
|
+
request.scheduleConfSettingModelShrink = OpenApiUtil.arrayToStringWithSpecifiedStyle(tmpReq.scheduleConfSettingModel, "ScheduleConfSettingModel", "json");
|
|
74444
|
+
}
|
|
74445
|
+
|
|
73520
74446
|
if (!Util.isUnset(tmpReq.tenantContext)) {
|
|
73521
74447
|
request.tenantContextShrink = OpenApiUtil.arrayToStringWithSpecifiedStyle(tmpReq.tenantContext, "TenantContext", "json");
|
|
73522
74448
|
}
|
|
@@ -73526,6 +74452,10 @@ export default class Client extends OpenApi {
|
|
|
73526
74452
|
body["EndTime"] = request.endTime;
|
|
73527
74453
|
}
|
|
73528
74454
|
|
|
74455
|
+
if (!Util.isUnset(request.scheduleConfSettingModelShrink)) {
|
|
74456
|
+
body["ScheduleConfSettingModel"] = request.scheduleConfSettingModelShrink;
|
|
74457
|
+
}
|
|
74458
|
+
|
|
73529
74459
|
if (!Util.isUnset(request.startTime)) {
|
|
73530
74460
|
body["StartTime"] = request.startTime;
|
|
73531
74461
|
}
|
|
@@ -78917,6 +79847,84 @@ export default class Client extends OpenApi {
|
|
|
78917
79847
|
return await this.getOrgLiveListWithOptions(request, headers, runtime);
|
|
78918
79848
|
}
|
|
78919
79849
|
|
|
79850
|
+
/**
|
|
79851
|
+
* 委托权限获取组织或者互联网公开文档内容taskId
|
|
79852
|
+
*
|
|
79853
|
+
* @param tmpReq - GetOrgOrWebOpenDocContentTaskIdRequest
|
|
79854
|
+
* @param tmpHeader - GetOrgOrWebOpenDocContentTaskIdHeaders
|
|
79855
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
79856
|
+
* @returns GetOrgOrWebOpenDocContentTaskIdResponse
|
|
79857
|
+
*/
|
|
79858
|
+
async getOrgOrWebOpenDocContentTaskIdWithOptions(tmpReq: GetOrgOrWebOpenDocContentTaskIdRequest, tmpHeader: GetOrgOrWebOpenDocContentTaskIdHeaders, runtime: $Util.RuntimeOptions): Promise<GetOrgOrWebOpenDocContentTaskIdResponse> {
|
|
79859
|
+
Util.validateModel(tmpReq);
|
|
79860
|
+
let request = new GetOrgOrWebOpenDocContentTaskIdShrinkRequest({ });
|
|
79861
|
+
OpenApiUtil.convert(tmpReq, request);
|
|
79862
|
+
let headers = new GetOrgOrWebOpenDocContentTaskIdShrinkHeaders({ });
|
|
79863
|
+
OpenApiUtil.convert(tmpHeader, headers);
|
|
79864
|
+
if (!Util.isUnset(tmpHeader.accountContext)) {
|
|
79865
|
+
headers.accountContextShrink = OpenApiUtil.arrayToStringWithSpecifiedStyle(tmpHeader.accountContext, "AccountContext", "json");
|
|
79866
|
+
}
|
|
79867
|
+
|
|
79868
|
+
if (!Util.isUnset(tmpReq.tenantContext)) {
|
|
79869
|
+
request.tenantContextShrink = OpenApiUtil.arrayToStringWithSpecifiedStyle(tmpReq.tenantContext, "TenantContext", "json");
|
|
79870
|
+
}
|
|
79871
|
+
|
|
79872
|
+
let body : {[key: string ]: any} = { };
|
|
79873
|
+
if (!Util.isUnset(request.dentryUuid)) {
|
|
79874
|
+
body["DentryUuid"] = request.dentryUuid;
|
|
79875
|
+
}
|
|
79876
|
+
|
|
79877
|
+
if (!Util.isUnset(request.generateCp)) {
|
|
79878
|
+
body["GenerateCp"] = request.generateCp;
|
|
79879
|
+
}
|
|
79880
|
+
|
|
79881
|
+
if (!Util.isUnset(request.targetFormat)) {
|
|
79882
|
+
body["TargetFormat"] = request.targetFormat;
|
|
79883
|
+
}
|
|
79884
|
+
|
|
79885
|
+
if (!Util.isUnset(request.tenantContextShrink)) {
|
|
79886
|
+
body["TenantContext"] = request.tenantContextShrink;
|
|
79887
|
+
}
|
|
79888
|
+
|
|
79889
|
+
let realHeaders : {[key: string ]: string} = { };
|
|
79890
|
+
if (!Util.isUnset(headers.commonHeaders)) {
|
|
79891
|
+
realHeaders = headers.commonHeaders;
|
|
79892
|
+
}
|
|
79893
|
+
|
|
79894
|
+
if (!Util.isUnset(headers.accountContextShrink)) {
|
|
79895
|
+
realHeaders["AccountContext"] = Util.toJSONString(headers.accountContextShrink);
|
|
79896
|
+
}
|
|
79897
|
+
|
|
79898
|
+
let req = new $OpenApi.OpenApiRequest({
|
|
79899
|
+
headers: realHeaders,
|
|
79900
|
+
body: OpenApiUtil.parseToMap(body),
|
|
79901
|
+
});
|
|
79902
|
+
let params = new $OpenApi.Params({
|
|
79903
|
+
action: "GetOrgOrWebOpenDocContentTaskId",
|
|
79904
|
+
version: "2023-04-26",
|
|
79905
|
+
protocol: "HTTPS",
|
|
79906
|
+
pathname: `/dingtalk/v2/documents/getOrgOrWebOpenDocContentTaskId`,
|
|
79907
|
+
method: "POST",
|
|
79908
|
+
authType: "AK",
|
|
79909
|
+
style: "ROA",
|
|
79910
|
+
reqBodyType: "formData",
|
|
79911
|
+
bodyType: "json",
|
|
79912
|
+
});
|
|
79913
|
+
return $tea.cast<GetOrgOrWebOpenDocContentTaskIdResponse>(await this.callApi(params, req, runtime), new GetOrgOrWebOpenDocContentTaskIdResponse({}));
|
|
79914
|
+
}
|
|
79915
|
+
|
|
79916
|
+
/**
|
|
79917
|
+
* 委托权限获取组织或者互联网公开文档内容taskId
|
|
79918
|
+
*
|
|
79919
|
+
* @param request - GetOrgOrWebOpenDocContentTaskIdRequest
|
|
79920
|
+
* @returns GetOrgOrWebOpenDocContentTaskIdResponse
|
|
79921
|
+
*/
|
|
79922
|
+
async getOrgOrWebOpenDocContentTaskId(request: GetOrgOrWebOpenDocContentTaskIdRequest): Promise<GetOrgOrWebOpenDocContentTaskIdResponse> {
|
|
79923
|
+
let runtime = new $Util.RuntimeOptions({ });
|
|
79924
|
+
let headers = new GetOrgOrWebOpenDocContentTaskIdHeaders({ });
|
|
79925
|
+
return await this.getOrgOrWebOpenDocContentTaskIdWithOptions(request, headers, runtime);
|
|
79926
|
+
}
|
|
79927
|
+
|
|
78920
79928
|
/**
|
|
78921
79929
|
* 获取流程定义
|
|
78922
79930
|
*
|
|
@@ -82679,6 +83687,84 @@ export default class Client extends OpenApi {
|
|
|
82679
83687
|
return await this.queryConferenceInfoWithOptions(request, headers, runtime);
|
|
82680
83688
|
}
|
|
82681
83689
|
|
|
83690
|
+
/**
|
|
83691
|
+
* 根据会议码查询视频会议信息
|
|
83692
|
+
*
|
|
83693
|
+
* @param tmpReq - QueryConferenceInfoByRoomCodeRequest
|
|
83694
|
+
* @param tmpHeader - QueryConferenceInfoByRoomCodeHeaders
|
|
83695
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
83696
|
+
* @returns QueryConferenceInfoByRoomCodeResponse
|
|
83697
|
+
*/
|
|
83698
|
+
async queryConferenceInfoByRoomCodeWithOptions(tmpReq: QueryConferenceInfoByRoomCodeRequest, tmpHeader: QueryConferenceInfoByRoomCodeHeaders, runtime: $Util.RuntimeOptions): Promise<QueryConferenceInfoByRoomCodeResponse> {
|
|
83699
|
+
Util.validateModel(tmpReq);
|
|
83700
|
+
let request = new QueryConferenceInfoByRoomCodeShrinkRequest({ });
|
|
83701
|
+
OpenApiUtil.convert(tmpReq, request);
|
|
83702
|
+
let headers = new QueryConferenceInfoByRoomCodeShrinkHeaders({ });
|
|
83703
|
+
OpenApiUtil.convert(tmpHeader, headers);
|
|
83704
|
+
if (!Util.isUnset(tmpHeader.accountContext)) {
|
|
83705
|
+
headers.accountContextShrink = OpenApiUtil.arrayToStringWithSpecifiedStyle(tmpHeader.accountContext, "AccountContext", "json");
|
|
83706
|
+
}
|
|
83707
|
+
|
|
83708
|
+
if (!Util.isUnset(tmpReq.tenantContext)) {
|
|
83709
|
+
request.tenantContextShrink = OpenApiUtil.arrayToStringWithSpecifiedStyle(tmpReq.tenantContext, "TenantContext", "json");
|
|
83710
|
+
}
|
|
83711
|
+
|
|
83712
|
+
let body : {[key: string ]: any} = { };
|
|
83713
|
+
if (!Util.isUnset(request.tenantContextShrink)) {
|
|
83714
|
+
body["TenantContext"] = request.tenantContextShrink;
|
|
83715
|
+
}
|
|
83716
|
+
|
|
83717
|
+
if (!Util.isUnset(request.maxResults)) {
|
|
83718
|
+
body["maxResults"] = request.maxResults;
|
|
83719
|
+
}
|
|
83720
|
+
|
|
83721
|
+
if (!Util.isUnset(request.nextToken)) {
|
|
83722
|
+
body["nextToken"] = request.nextToken;
|
|
83723
|
+
}
|
|
83724
|
+
|
|
83725
|
+
if (!Util.isUnset(request.roomCode)) {
|
|
83726
|
+
body["roomCode"] = request.roomCode;
|
|
83727
|
+
}
|
|
83728
|
+
|
|
83729
|
+
let realHeaders : {[key: string ]: string} = { };
|
|
83730
|
+
if (!Util.isUnset(headers.commonHeaders)) {
|
|
83731
|
+
realHeaders = headers.commonHeaders;
|
|
83732
|
+
}
|
|
83733
|
+
|
|
83734
|
+
if (!Util.isUnset(headers.accountContextShrink)) {
|
|
83735
|
+
realHeaders["AccountContext"] = Util.toJSONString(headers.accountContextShrink);
|
|
83736
|
+
}
|
|
83737
|
+
|
|
83738
|
+
let req = new $OpenApi.OpenApiRequest({
|
|
83739
|
+
headers: realHeaders,
|
|
83740
|
+
body: OpenApiUtil.parseToMap(body),
|
|
83741
|
+
});
|
|
83742
|
+
let params = new $OpenApi.Params({
|
|
83743
|
+
action: "QueryConferenceInfoByRoomCode",
|
|
83744
|
+
version: "2023-04-26",
|
|
83745
|
+
protocol: "HTTPS",
|
|
83746
|
+
pathname: `/dingtalk/v1/ysp/queryConferenceInfoByRoomCode`,
|
|
83747
|
+
method: "POST",
|
|
83748
|
+
authType: "AK",
|
|
83749
|
+
style: "ROA",
|
|
83750
|
+
reqBodyType: "formData",
|
|
83751
|
+
bodyType: "json",
|
|
83752
|
+
});
|
|
83753
|
+
return $tea.cast<QueryConferenceInfoByRoomCodeResponse>(await this.callApi(params, req, runtime), new QueryConferenceInfoByRoomCodeResponse({}));
|
|
83754
|
+
}
|
|
83755
|
+
|
|
83756
|
+
/**
|
|
83757
|
+
* 根据会议码查询视频会议信息
|
|
83758
|
+
*
|
|
83759
|
+
* @param request - QueryConferenceInfoByRoomCodeRequest
|
|
83760
|
+
* @returns QueryConferenceInfoByRoomCodeResponse
|
|
83761
|
+
*/
|
|
83762
|
+
async queryConferenceInfoByRoomCode(request: QueryConferenceInfoByRoomCodeRequest): Promise<QueryConferenceInfoByRoomCodeResponse> {
|
|
83763
|
+
let runtime = new $Util.RuntimeOptions({ });
|
|
83764
|
+
let headers = new QueryConferenceInfoByRoomCodeHeaders({ });
|
|
83765
|
+
return await this.queryConferenceInfoByRoomCodeWithOptions(request, headers, runtime);
|
|
83766
|
+
}
|
|
83767
|
+
|
|
82682
83768
|
/**
|
|
82683
83769
|
* 查询视频会议成员
|
|
82684
83770
|
*
|