@alicloud/aliding20230426 2.12.0 → 2.14.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 +1157 -217
- package/dist/client.js +1611 -65
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +2311 -425
package/dist/client.d.ts
CHANGED
|
@@ -1453,6 +1453,94 @@ export declare class ClearDataResponse extends $tea.Model {
|
|
|
1453
1453
|
[key: string]: any;
|
|
1454
1454
|
});
|
|
1455
1455
|
}
|
|
1456
|
+
export declare class CloseVideoConferenceHeaders extends $tea.Model {
|
|
1457
|
+
commonHeaders?: {
|
|
1458
|
+
[key: string]: string;
|
|
1459
|
+
};
|
|
1460
|
+
accountContext?: CloseVideoConferenceHeadersAccountContext;
|
|
1461
|
+
static names(): {
|
|
1462
|
+
[key: string]: string;
|
|
1463
|
+
};
|
|
1464
|
+
static types(): {
|
|
1465
|
+
[key: string]: any;
|
|
1466
|
+
};
|
|
1467
|
+
constructor(map?: {
|
|
1468
|
+
[key: string]: any;
|
|
1469
|
+
});
|
|
1470
|
+
}
|
|
1471
|
+
export declare class CloseVideoConferenceShrinkHeaders extends $tea.Model {
|
|
1472
|
+
commonHeaders?: {
|
|
1473
|
+
[key: string]: string;
|
|
1474
|
+
};
|
|
1475
|
+
accountContextShrink?: string;
|
|
1476
|
+
static names(): {
|
|
1477
|
+
[key: string]: string;
|
|
1478
|
+
};
|
|
1479
|
+
static types(): {
|
|
1480
|
+
[key: string]: any;
|
|
1481
|
+
};
|
|
1482
|
+
constructor(map?: {
|
|
1483
|
+
[key: string]: any;
|
|
1484
|
+
});
|
|
1485
|
+
}
|
|
1486
|
+
export declare class CloseVideoConferenceRequest extends $tea.Model {
|
|
1487
|
+
tenantContext?: CloseVideoConferenceRequestTenantContext;
|
|
1488
|
+
conferenceId?: string;
|
|
1489
|
+
static names(): {
|
|
1490
|
+
[key: string]: string;
|
|
1491
|
+
};
|
|
1492
|
+
static types(): {
|
|
1493
|
+
[key: string]: any;
|
|
1494
|
+
};
|
|
1495
|
+
constructor(map?: {
|
|
1496
|
+
[key: string]: any;
|
|
1497
|
+
});
|
|
1498
|
+
}
|
|
1499
|
+
export declare class CloseVideoConferenceShrinkRequest extends $tea.Model {
|
|
1500
|
+
tenantContextShrink?: string;
|
|
1501
|
+
conferenceId?: string;
|
|
1502
|
+
static names(): {
|
|
1503
|
+
[key: string]: string;
|
|
1504
|
+
};
|
|
1505
|
+
static types(): {
|
|
1506
|
+
[key: string]: any;
|
|
1507
|
+
};
|
|
1508
|
+
constructor(map?: {
|
|
1509
|
+
[key: string]: any;
|
|
1510
|
+
});
|
|
1511
|
+
}
|
|
1512
|
+
export declare class CloseVideoConferenceResponseBody extends $tea.Model {
|
|
1513
|
+
cause?: string;
|
|
1514
|
+
code?: number;
|
|
1515
|
+
requestId?: string;
|
|
1516
|
+
vendorRequestId?: string;
|
|
1517
|
+
vendorType?: string;
|
|
1518
|
+
static names(): {
|
|
1519
|
+
[key: string]: string;
|
|
1520
|
+
};
|
|
1521
|
+
static types(): {
|
|
1522
|
+
[key: string]: any;
|
|
1523
|
+
};
|
|
1524
|
+
constructor(map?: {
|
|
1525
|
+
[key: string]: any;
|
|
1526
|
+
});
|
|
1527
|
+
}
|
|
1528
|
+
export declare class CloseVideoConferenceResponse extends $tea.Model {
|
|
1529
|
+
headers?: {
|
|
1530
|
+
[key: string]: string;
|
|
1531
|
+
};
|
|
1532
|
+
statusCode?: number;
|
|
1533
|
+
body?: CloseVideoConferenceResponseBody;
|
|
1534
|
+
static names(): {
|
|
1535
|
+
[key: string]: string;
|
|
1536
|
+
};
|
|
1537
|
+
static types(): {
|
|
1538
|
+
[key: string]: any;
|
|
1539
|
+
};
|
|
1540
|
+
constructor(map?: {
|
|
1541
|
+
[key: string]: any;
|
|
1542
|
+
});
|
|
1543
|
+
}
|
|
1456
1544
|
export declare class CommentListReportHeaders extends $tea.Model {
|
|
1457
1545
|
commonHeaders?: {
|
|
1458
1546
|
[key: string]: string;
|
|
@@ -11654,11 +11742,11 @@ export declare class QueryMeetingRoomListResponse extends $tea.Model {
|
|
|
11654
11742
|
[key: string]: any;
|
|
11655
11743
|
});
|
|
11656
11744
|
}
|
|
11657
|
-
export declare class
|
|
11745
|
+
export declare class QueryMinutesHeaders extends $tea.Model {
|
|
11658
11746
|
commonHeaders?: {
|
|
11659
11747
|
[key: string]: string;
|
|
11660
11748
|
};
|
|
11661
|
-
accountContext?:
|
|
11749
|
+
accountContext?: QueryMinutesHeadersAccountContext;
|
|
11662
11750
|
static names(): {
|
|
11663
11751
|
[key: string]: string;
|
|
11664
11752
|
};
|
|
@@ -11669,7 +11757,7 @@ export declare class QueryOrgHonorsHeaders extends $tea.Model {
|
|
|
11669
11757
|
[key: string]: any;
|
|
11670
11758
|
});
|
|
11671
11759
|
}
|
|
11672
|
-
export declare class
|
|
11760
|
+
export declare class QueryMinutesShrinkHeaders extends $tea.Model {
|
|
11673
11761
|
commonHeaders?: {
|
|
11674
11762
|
[key: string]: string;
|
|
11675
11763
|
};
|
|
@@ -11684,11 +11772,9 @@ export declare class QueryOrgHonorsShrinkHeaders extends $tea.Model {
|
|
|
11684
11772
|
[key: string]: any;
|
|
11685
11773
|
});
|
|
11686
11774
|
}
|
|
11687
|
-
export declare class
|
|
11688
|
-
tenantContext?:
|
|
11689
|
-
|
|
11690
|
-
nextToken?: string;
|
|
11691
|
-
orgId?: number;
|
|
11775
|
+
export declare class QueryMinutesRequest extends $tea.Model {
|
|
11776
|
+
tenantContext?: QueryMinutesRequestTenantContext;
|
|
11777
|
+
conferenceId?: string;
|
|
11692
11778
|
static names(): {
|
|
11693
11779
|
[key: string]: string;
|
|
11694
11780
|
};
|
|
@@ -11699,11 +11785,9 @@ export declare class QueryOrgHonorsRequest extends $tea.Model {
|
|
|
11699
11785
|
[key: string]: any;
|
|
11700
11786
|
});
|
|
11701
11787
|
}
|
|
11702
|
-
export declare class
|
|
11788
|
+
export declare class QueryMinutesShrinkRequest extends $tea.Model {
|
|
11703
11789
|
tenantContextShrink?: string;
|
|
11704
|
-
|
|
11705
|
-
nextToken?: string;
|
|
11706
|
-
orgId?: number;
|
|
11790
|
+
conferenceId?: string;
|
|
11707
11791
|
static names(): {
|
|
11708
11792
|
[key: string]: string;
|
|
11709
11793
|
};
|
|
@@ -11714,10 +11798,11 @@ export declare class QueryOrgHonorsShrinkRequest extends $tea.Model {
|
|
|
11714
11798
|
[key: string]: any;
|
|
11715
11799
|
});
|
|
11716
11800
|
}
|
|
11717
|
-
export declare class
|
|
11718
|
-
|
|
11719
|
-
openHonors?: QueryOrgHonorsResponseBodyOpenHonors[];
|
|
11801
|
+
export declare class QueryMinutesResponseBody extends $tea.Model {
|
|
11802
|
+
audioList?: QueryMinutesResponseBodyAudioList[];
|
|
11720
11803
|
requestId?: string;
|
|
11804
|
+
vendorRequestId?: string;
|
|
11805
|
+
vendorType?: string;
|
|
11721
11806
|
static names(): {
|
|
11722
11807
|
[key: string]: string;
|
|
11723
11808
|
};
|
|
@@ -11728,12 +11813,12 @@ export declare class QueryOrgHonorsResponseBody extends $tea.Model {
|
|
|
11728
11813
|
[key: string]: any;
|
|
11729
11814
|
});
|
|
11730
11815
|
}
|
|
11731
|
-
export declare class
|
|
11816
|
+
export declare class QueryMinutesResponse extends $tea.Model {
|
|
11732
11817
|
headers?: {
|
|
11733
11818
|
[key: string]: string;
|
|
11734
11819
|
};
|
|
11735
11820
|
statusCode?: number;
|
|
11736
|
-
body?:
|
|
11821
|
+
body?: QueryMinutesResponseBody;
|
|
11737
11822
|
static names(): {
|
|
11738
11823
|
[key: string]: string;
|
|
11739
11824
|
};
|
|
@@ -11744,11 +11829,11 @@ export declare class QueryOrgHonorsResponse extends $tea.Model {
|
|
|
11744
11829
|
[key: string]: any;
|
|
11745
11830
|
});
|
|
11746
11831
|
}
|
|
11747
|
-
export declare class
|
|
11832
|
+
export declare class QueryMinutesSummaryHeaders extends $tea.Model {
|
|
11748
11833
|
commonHeaders?: {
|
|
11749
11834
|
[key: string]: string;
|
|
11750
11835
|
};
|
|
11751
|
-
accountContext?:
|
|
11836
|
+
accountContext?: QueryMinutesSummaryHeadersAccountContext;
|
|
11752
11837
|
static names(): {
|
|
11753
11838
|
[key: string]: string;
|
|
11754
11839
|
};
|
|
@@ -11759,7 +11844,7 @@ export declare class QueryOrgTodoTasksHeaders extends $tea.Model {
|
|
|
11759
11844
|
[key: string]: any;
|
|
11760
11845
|
});
|
|
11761
11846
|
}
|
|
11762
|
-
export declare class
|
|
11847
|
+
export declare class QueryMinutesSummaryShrinkHeaders extends $tea.Model {
|
|
11763
11848
|
commonHeaders?: {
|
|
11764
11849
|
[key: string]: string;
|
|
11765
11850
|
};
|
|
@@ -11774,10 +11859,10 @@ export declare class QueryOrgTodoTasksShrinkHeaders extends $tea.Model {
|
|
|
11774
11859
|
[key: string]: any;
|
|
11775
11860
|
});
|
|
11776
11861
|
}
|
|
11777
|
-
export declare class
|
|
11778
|
-
tenantContext?:
|
|
11779
|
-
|
|
11780
|
-
|
|
11862
|
+
export declare class QueryMinutesSummaryRequest extends $tea.Model {
|
|
11863
|
+
tenantContext?: QueryMinutesSummaryRequestTenantContext;
|
|
11864
|
+
conferenceId?: string;
|
|
11865
|
+
summaryTypeList?: string[];
|
|
11781
11866
|
static names(): {
|
|
11782
11867
|
[key: string]: string;
|
|
11783
11868
|
};
|
|
@@ -11788,10 +11873,10 @@ export declare class QueryOrgTodoTasksRequest extends $tea.Model {
|
|
|
11788
11873
|
[key: string]: any;
|
|
11789
11874
|
});
|
|
11790
11875
|
}
|
|
11791
|
-
export declare class
|
|
11876
|
+
export declare class QueryMinutesSummaryShrinkRequest extends $tea.Model {
|
|
11792
11877
|
tenantContextShrink?: string;
|
|
11793
|
-
|
|
11794
|
-
|
|
11878
|
+
conferenceId?: string;
|
|
11879
|
+
summaryTypeListShrink?: string;
|
|
11795
11880
|
static names(): {
|
|
11796
11881
|
[key: string]: string;
|
|
11797
11882
|
};
|
|
@@ -11802,10 +11887,11 @@ export declare class QueryOrgTodoTasksShrinkRequest extends $tea.Model {
|
|
|
11802
11887
|
[key: string]: any;
|
|
11803
11888
|
});
|
|
11804
11889
|
}
|
|
11805
|
-
export declare class
|
|
11806
|
-
nextToken?: string;
|
|
11890
|
+
export declare class QueryMinutesSummaryResponseBody extends $tea.Model {
|
|
11807
11891
|
requestId?: string;
|
|
11808
|
-
|
|
11892
|
+
summary?: QueryMinutesSummaryResponseBodySummary;
|
|
11893
|
+
vendorRequestId?: string;
|
|
11894
|
+
vendorType?: string;
|
|
11809
11895
|
static names(): {
|
|
11810
11896
|
[key: string]: string;
|
|
11811
11897
|
};
|
|
@@ -11816,12 +11902,12 @@ export declare class QueryOrgTodoTasksResponseBody extends $tea.Model {
|
|
|
11816
11902
|
[key: string]: any;
|
|
11817
11903
|
});
|
|
11818
11904
|
}
|
|
11819
|
-
export declare class
|
|
11905
|
+
export declare class QueryMinutesSummaryResponse extends $tea.Model {
|
|
11820
11906
|
headers?: {
|
|
11821
11907
|
[key: string]: string;
|
|
11822
11908
|
};
|
|
11823
11909
|
statusCode?: number;
|
|
11824
|
-
body?:
|
|
11910
|
+
body?: QueryMinutesSummaryResponseBody;
|
|
11825
11911
|
static names(): {
|
|
11826
11912
|
[key: string]: string;
|
|
11827
11913
|
};
|
|
@@ -11832,11 +11918,11 @@ export declare class QueryOrgTodoTasksResponse extends $tea.Model {
|
|
|
11832
11918
|
[key: string]: any;
|
|
11833
11919
|
});
|
|
11834
11920
|
}
|
|
11835
|
-
export declare class
|
|
11921
|
+
export declare class QueryMinutesTextHeaders extends $tea.Model {
|
|
11836
11922
|
commonHeaders?: {
|
|
11837
11923
|
[key: string]: string;
|
|
11838
11924
|
};
|
|
11839
|
-
accountContext?:
|
|
11925
|
+
accountContext?: QueryMinutesTextHeadersAccountContext;
|
|
11840
11926
|
static names(): {
|
|
11841
11927
|
[key: string]: string;
|
|
11842
11928
|
};
|
|
@@ -11847,7 +11933,7 @@ export declare class QueryReportDetailHeaders extends $tea.Model {
|
|
|
11847
11933
|
[key: string]: any;
|
|
11848
11934
|
});
|
|
11849
11935
|
}
|
|
11850
|
-
export declare class
|
|
11936
|
+
export declare class QueryMinutesTextShrinkHeaders extends $tea.Model {
|
|
11851
11937
|
commonHeaders?: {
|
|
11852
11938
|
[key: string]: string;
|
|
11853
11939
|
};
|
|
@@ -11862,9 +11948,12 @@ export declare class QueryReportDetailShrinkHeaders extends $tea.Model {
|
|
|
11862
11948
|
[key: string]: any;
|
|
11863
11949
|
});
|
|
11864
11950
|
}
|
|
11865
|
-
export declare class
|
|
11866
|
-
|
|
11867
|
-
|
|
11951
|
+
export declare class QueryMinutesTextRequest extends $tea.Model {
|
|
11952
|
+
tenantContext?: QueryMinutesTextRequestTenantContext;
|
|
11953
|
+
conferenceId?: string;
|
|
11954
|
+
direction?: string;
|
|
11955
|
+
maxResults?: number;
|
|
11956
|
+
nextToken?: string;
|
|
11868
11957
|
static names(): {
|
|
11869
11958
|
[key: string]: string;
|
|
11870
11959
|
};
|
|
@@ -11875,9 +11964,12 @@ export declare class QueryReportDetailRequest extends $tea.Model {
|
|
|
11875
11964
|
[key: string]: any;
|
|
11876
11965
|
});
|
|
11877
11966
|
}
|
|
11878
|
-
export declare class
|
|
11879
|
-
reportId?: string;
|
|
11967
|
+
export declare class QueryMinutesTextShrinkRequest extends $tea.Model {
|
|
11880
11968
|
tenantContextShrink?: string;
|
|
11969
|
+
conferenceId?: string;
|
|
11970
|
+
direction?: string;
|
|
11971
|
+
maxResults?: number;
|
|
11972
|
+
nextToken?: string;
|
|
11881
11973
|
static names(): {
|
|
11882
11974
|
[key: string]: string;
|
|
11883
11975
|
};
|
|
@@ -11888,17 +11980,11 @@ export declare class QueryReportDetailShrinkRequest extends $tea.Model {
|
|
|
11888
11980
|
[key: string]: any;
|
|
11889
11981
|
});
|
|
11890
11982
|
}
|
|
11891
|
-
export declare class
|
|
11892
|
-
|
|
11893
|
-
|
|
11894
|
-
|
|
11895
|
-
creatorName?: string;
|
|
11896
|
-
deptName?: string;
|
|
11897
|
-
modifiedTime?: number;
|
|
11898
|
-
remark?: string;
|
|
11899
|
-
reportId?: string;
|
|
11983
|
+
export declare class QueryMinutesTextResponseBody extends $tea.Model {
|
|
11984
|
+
hasMore?: boolean;
|
|
11985
|
+
nextToken?: string;
|
|
11986
|
+
paragraphList?: QueryMinutesTextResponseBodyParagraphList[];
|
|
11900
11987
|
requestId?: string;
|
|
11901
|
-
templateName?: string;
|
|
11902
11988
|
vendorRequestId?: string;
|
|
11903
11989
|
vendorType?: string;
|
|
11904
11990
|
static names(): {
|
|
@@ -11911,12 +11997,12 @@ export declare class QueryReportDetailResponseBody extends $tea.Model {
|
|
|
11911
11997
|
[key: string]: any;
|
|
11912
11998
|
});
|
|
11913
11999
|
}
|
|
11914
|
-
export declare class
|
|
12000
|
+
export declare class QueryMinutesTextResponse extends $tea.Model {
|
|
11915
12001
|
headers?: {
|
|
11916
12002
|
[key: string]: string;
|
|
11917
12003
|
};
|
|
11918
12004
|
statusCode?: number;
|
|
11919
|
-
body?:
|
|
12005
|
+
body?: QueryMinutesTextResponseBody;
|
|
11920
12006
|
static names(): {
|
|
11921
12007
|
[key: string]: string;
|
|
11922
12008
|
};
|
|
@@ -11927,11 +12013,11 @@ export declare class QueryReportDetailResponse extends $tea.Model {
|
|
|
11927
12013
|
[key: string]: any;
|
|
11928
12014
|
});
|
|
11929
12015
|
}
|
|
11930
|
-
export declare class
|
|
12016
|
+
export declare class QueryOrgHonorsHeaders extends $tea.Model {
|
|
11931
12017
|
commonHeaders?: {
|
|
11932
12018
|
[key: string]: string;
|
|
11933
12019
|
};
|
|
11934
|
-
accountContext?:
|
|
12020
|
+
accountContext?: QueryOrgHonorsHeadersAccountContext;
|
|
11935
12021
|
static names(): {
|
|
11936
12022
|
[key: string]: string;
|
|
11937
12023
|
};
|
|
@@ -11942,7 +12028,7 @@ export declare class QueryScheduleConferenceHeaders extends $tea.Model {
|
|
|
11942
12028
|
[key: string]: any;
|
|
11943
12029
|
});
|
|
11944
12030
|
}
|
|
11945
|
-
export declare class
|
|
12031
|
+
export declare class QueryOrgHonorsShrinkHeaders extends $tea.Model {
|
|
11946
12032
|
commonHeaders?: {
|
|
11947
12033
|
[key: string]: string;
|
|
11948
12034
|
};
|
|
@@ -11957,9 +12043,11 @@ export declare class QueryScheduleConferenceShrinkHeaders extends $tea.Model {
|
|
|
11957
12043
|
[key: string]: any;
|
|
11958
12044
|
});
|
|
11959
12045
|
}
|
|
11960
|
-
export declare class
|
|
11961
|
-
tenantContext?:
|
|
11962
|
-
|
|
12046
|
+
export declare class QueryOrgHonorsRequest extends $tea.Model {
|
|
12047
|
+
tenantContext?: QueryOrgHonorsRequestTenantContext;
|
|
12048
|
+
maxResults?: number;
|
|
12049
|
+
nextToken?: string;
|
|
12050
|
+
orgId?: number;
|
|
11963
12051
|
static names(): {
|
|
11964
12052
|
[key: string]: string;
|
|
11965
12053
|
};
|
|
@@ -11970,9 +12058,11 @@ export declare class QueryScheduleConferenceRequest extends $tea.Model {
|
|
|
11970
12058
|
[key: string]: any;
|
|
11971
12059
|
});
|
|
11972
12060
|
}
|
|
11973
|
-
export declare class
|
|
12061
|
+
export declare class QueryOrgHonorsShrinkRequest extends $tea.Model {
|
|
11974
12062
|
tenantContextShrink?: string;
|
|
11975
|
-
|
|
12063
|
+
maxResults?: number;
|
|
12064
|
+
nextToken?: string;
|
|
12065
|
+
orgId?: number;
|
|
11976
12066
|
static names(): {
|
|
11977
12067
|
[key: string]: string;
|
|
11978
12068
|
};
|
|
@@ -11983,15 +12073,10 @@ export declare class QueryScheduleConferenceShrinkRequest extends $tea.Model {
|
|
|
11983
12073
|
[key: string]: any;
|
|
11984
12074
|
});
|
|
11985
12075
|
}
|
|
11986
|
-
export declare class
|
|
11987
|
-
|
|
11988
|
-
|
|
12076
|
+
export declare class QueryOrgHonorsResponseBody extends $tea.Model {
|
|
12077
|
+
nextToken?: string;
|
|
12078
|
+
openHonors?: QueryOrgHonorsResponseBodyOpenHonors[];
|
|
11989
12079
|
requestId?: string;
|
|
11990
|
-
roomCode?: string;
|
|
11991
|
-
scheduleConferenceId?: string;
|
|
11992
|
-
startTime?: number;
|
|
11993
|
-
title?: string;
|
|
11994
|
-
url?: string;
|
|
11995
12080
|
static names(): {
|
|
11996
12081
|
[key: string]: string;
|
|
11997
12082
|
};
|
|
@@ -12002,12 +12087,12 @@ export declare class QueryScheduleConferenceResponseBody extends $tea.Model {
|
|
|
12002
12087
|
[key: string]: any;
|
|
12003
12088
|
});
|
|
12004
12089
|
}
|
|
12005
|
-
export declare class
|
|
12090
|
+
export declare class QueryOrgHonorsResponse extends $tea.Model {
|
|
12006
12091
|
headers?: {
|
|
12007
12092
|
[key: string]: string;
|
|
12008
12093
|
};
|
|
12009
12094
|
statusCode?: number;
|
|
12010
|
-
body?:
|
|
12095
|
+
body?: QueryOrgHonorsResponseBody;
|
|
12011
12096
|
static names(): {
|
|
12012
12097
|
[key: string]: string;
|
|
12013
12098
|
};
|
|
@@ -12018,11 +12103,11 @@ export declare class QueryScheduleConferenceResponse extends $tea.Model {
|
|
|
12018
12103
|
[key: string]: any;
|
|
12019
12104
|
});
|
|
12020
12105
|
}
|
|
12021
|
-
export declare class
|
|
12106
|
+
export declare class QueryOrgTodoTasksHeaders extends $tea.Model {
|
|
12022
12107
|
commonHeaders?: {
|
|
12023
12108
|
[key: string]: string;
|
|
12024
12109
|
};
|
|
12025
|
-
accountContext?:
|
|
12110
|
+
accountContext?: QueryOrgTodoTasksHeadersAccountContext;
|
|
12026
12111
|
static names(): {
|
|
12027
12112
|
[key: string]: string;
|
|
12028
12113
|
};
|
|
@@ -12033,7 +12118,7 @@ export declare class QueryScheduleConferenceInfoHeaders extends $tea.Model {
|
|
|
12033
12118
|
[key: string]: any;
|
|
12034
12119
|
});
|
|
12035
12120
|
}
|
|
12036
|
-
export declare class
|
|
12121
|
+
export declare class QueryOrgTodoTasksShrinkHeaders extends $tea.Model {
|
|
12037
12122
|
commonHeaders?: {
|
|
12038
12123
|
[key: string]: string;
|
|
12039
12124
|
};
|
|
@@ -12048,11 +12133,10 @@ export declare class QueryScheduleConferenceInfoShrinkHeaders extends $tea.Model
|
|
|
12048
12133
|
[key: string]: any;
|
|
12049
12134
|
});
|
|
12050
12135
|
}
|
|
12051
|
-
export declare class
|
|
12052
|
-
|
|
12136
|
+
export declare class QueryOrgTodoTasksRequest extends $tea.Model {
|
|
12137
|
+
tenantContext?: QueryOrgTodoTasksRequestTenantContext;
|
|
12138
|
+
isDone?: boolean;
|
|
12053
12139
|
nextToken?: string;
|
|
12054
|
-
scheduleConferenceId?: string;
|
|
12055
|
-
tenantContext?: QueryScheduleConferenceInfoRequestTenantContext;
|
|
12056
12140
|
static names(): {
|
|
12057
12141
|
[key: string]: string;
|
|
12058
12142
|
};
|
|
@@ -12063,11 +12147,10 @@ export declare class QueryScheduleConferenceInfoRequest extends $tea.Model {
|
|
|
12063
12147
|
[key: string]: any;
|
|
12064
12148
|
});
|
|
12065
12149
|
}
|
|
12066
|
-
export declare class
|
|
12067
|
-
maxResults?: number;
|
|
12068
|
-
nextToken?: string;
|
|
12069
|
-
scheduleConferenceId?: string;
|
|
12150
|
+
export declare class QueryOrgTodoTasksShrinkRequest extends $tea.Model {
|
|
12070
12151
|
tenantContextShrink?: string;
|
|
12152
|
+
isDone?: boolean;
|
|
12153
|
+
nextToken?: string;
|
|
12071
12154
|
static names(): {
|
|
12072
12155
|
[key: string]: string;
|
|
12073
12156
|
};
|
|
@@ -12078,13 +12161,10 @@ export declare class QueryScheduleConferenceInfoShrinkRequest extends $tea.Model
|
|
|
12078
12161
|
[key: string]: any;
|
|
12079
12162
|
});
|
|
12080
12163
|
}
|
|
12081
|
-
export declare class
|
|
12082
|
-
conferenceList?: QueryScheduleConferenceInfoResponseBodyConferenceList[];
|
|
12164
|
+
export declare class QueryOrgTodoTasksResponseBody extends $tea.Model {
|
|
12083
12165
|
nextToken?: string;
|
|
12084
12166
|
requestId?: string;
|
|
12085
|
-
|
|
12086
|
-
vendorRequestId?: string;
|
|
12087
|
-
vendorType?: string;
|
|
12167
|
+
todoCards?: QueryOrgTodoTasksResponseBodyTodoCards[];
|
|
12088
12168
|
static names(): {
|
|
12089
12169
|
[key: string]: string;
|
|
12090
12170
|
};
|
|
@@ -12095,12 +12175,12 @@ export declare class QueryScheduleConferenceInfoResponseBody extends $tea.Model
|
|
|
12095
12175
|
[key: string]: any;
|
|
12096
12176
|
});
|
|
12097
12177
|
}
|
|
12098
|
-
export declare class
|
|
12178
|
+
export declare class QueryOrgTodoTasksResponse extends $tea.Model {
|
|
12099
12179
|
headers?: {
|
|
12100
12180
|
[key: string]: string;
|
|
12101
12181
|
};
|
|
12102
12182
|
statusCode?: number;
|
|
12103
|
-
body?:
|
|
12183
|
+
body?: QueryOrgTodoTasksResponseBody;
|
|
12104
12184
|
static names(): {
|
|
12105
12185
|
[key: string]: string;
|
|
12106
12186
|
};
|
|
@@ -12111,11 +12191,11 @@ export declare class QueryScheduleConferenceInfoResponse extends $tea.Model {
|
|
|
12111
12191
|
[key: string]: any;
|
|
12112
12192
|
});
|
|
12113
12193
|
}
|
|
12114
|
-
export declare class
|
|
12194
|
+
export declare class QueryReportDetailHeaders extends $tea.Model {
|
|
12115
12195
|
commonHeaders?: {
|
|
12116
12196
|
[key: string]: string;
|
|
12117
12197
|
};
|
|
12118
|
-
accountContext?:
|
|
12198
|
+
accountContext?: QueryReportDetailHeadersAccountContext;
|
|
12119
12199
|
static names(): {
|
|
12120
12200
|
[key: string]: string;
|
|
12121
12201
|
};
|
|
@@ -12126,7 +12206,7 @@ export declare class QueryUserHonorsHeaders extends $tea.Model {
|
|
|
12126
12206
|
[key: string]: any;
|
|
12127
12207
|
});
|
|
12128
12208
|
}
|
|
12129
|
-
export declare class
|
|
12209
|
+
export declare class QueryReportDetailShrinkHeaders extends $tea.Model {
|
|
12130
12210
|
commonHeaders?: {
|
|
12131
12211
|
[key: string]: string;
|
|
12132
12212
|
};
|
|
@@ -12141,12 +12221,9 @@ export declare class QueryUserHonorsShrinkHeaders extends $tea.Model {
|
|
|
12141
12221
|
[key: string]: any;
|
|
12142
12222
|
});
|
|
12143
12223
|
}
|
|
12144
|
-
export declare class
|
|
12145
|
-
|
|
12146
|
-
|
|
12147
|
-
nextToken?: string;
|
|
12148
|
-
orgId?: number;
|
|
12149
|
-
userId?: string;
|
|
12224
|
+
export declare class QueryReportDetailRequest extends $tea.Model {
|
|
12225
|
+
reportId?: string;
|
|
12226
|
+
tenantContext?: QueryReportDetailRequestTenantContext;
|
|
12150
12227
|
static names(): {
|
|
12151
12228
|
[key: string]: string;
|
|
12152
12229
|
};
|
|
@@ -12157,12 +12234,9 @@ export declare class QueryUserHonorsRequest extends $tea.Model {
|
|
|
12157
12234
|
[key: string]: any;
|
|
12158
12235
|
});
|
|
12159
12236
|
}
|
|
12160
|
-
export declare class
|
|
12237
|
+
export declare class QueryReportDetailShrinkRequest extends $tea.Model {
|
|
12238
|
+
reportId?: string;
|
|
12161
12239
|
tenantContextShrink?: string;
|
|
12162
|
-
maxResults?: number;
|
|
12163
|
-
nextToken?: string;
|
|
12164
|
-
orgId?: number;
|
|
12165
|
-
userId?: string;
|
|
12166
12240
|
static names(): {
|
|
12167
12241
|
[key: string]: string;
|
|
12168
12242
|
};
|
|
@@ -12173,10 +12247,19 @@ export declare class QueryUserHonorsShrinkRequest extends $tea.Model {
|
|
|
12173
12247
|
[key: string]: any;
|
|
12174
12248
|
});
|
|
12175
12249
|
}
|
|
12176
|
-
export declare class
|
|
12177
|
-
|
|
12178
|
-
|
|
12250
|
+
export declare class QueryReportDetailResponseBody extends $tea.Model {
|
|
12251
|
+
content?: QueryReportDetailResponseBodyContent[];
|
|
12252
|
+
createTime?: number;
|
|
12253
|
+
creatorId?: string;
|
|
12254
|
+
creatorName?: string;
|
|
12255
|
+
deptName?: string;
|
|
12256
|
+
modifiedTime?: number;
|
|
12257
|
+
remark?: string;
|
|
12258
|
+
reportId?: string;
|
|
12179
12259
|
requestId?: string;
|
|
12260
|
+
templateName?: string;
|
|
12261
|
+
vendorRequestId?: string;
|
|
12262
|
+
vendorType?: string;
|
|
12180
12263
|
static names(): {
|
|
12181
12264
|
[key: string]: string;
|
|
12182
12265
|
};
|
|
@@ -12187,12 +12270,12 @@ export declare class QueryUserHonorsResponseBody extends $tea.Model {
|
|
|
12187
12270
|
[key: string]: any;
|
|
12188
12271
|
});
|
|
12189
12272
|
}
|
|
12190
|
-
export declare class
|
|
12273
|
+
export declare class QueryReportDetailResponse extends $tea.Model {
|
|
12191
12274
|
headers?: {
|
|
12192
12275
|
[key: string]: string;
|
|
12193
12276
|
};
|
|
12194
12277
|
statusCode?: number;
|
|
12195
|
-
body?:
|
|
12278
|
+
body?: QueryReportDetailResponseBody;
|
|
12196
12279
|
static names(): {
|
|
12197
12280
|
[key: string]: string;
|
|
12198
12281
|
};
|
|
@@ -12203,7 +12286,283 @@ export declare class QueryUserHonorsResponse extends $tea.Model {
|
|
|
12203
12286
|
[key: string]: any;
|
|
12204
12287
|
});
|
|
12205
12288
|
}
|
|
12206
|
-
export declare class
|
|
12289
|
+
export declare class QueryScheduleConferenceHeaders extends $tea.Model {
|
|
12290
|
+
commonHeaders?: {
|
|
12291
|
+
[key: string]: string;
|
|
12292
|
+
};
|
|
12293
|
+
accountContext?: QueryScheduleConferenceHeadersAccountContext;
|
|
12294
|
+
static names(): {
|
|
12295
|
+
[key: string]: string;
|
|
12296
|
+
};
|
|
12297
|
+
static types(): {
|
|
12298
|
+
[key: string]: any;
|
|
12299
|
+
};
|
|
12300
|
+
constructor(map?: {
|
|
12301
|
+
[key: string]: any;
|
|
12302
|
+
});
|
|
12303
|
+
}
|
|
12304
|
+
export declare class QueryScheduleConferenceShrinkHeaders extends $tea.Model {
|
|
12305
|
+
commonHeaders?: {
|
|
12306
|
+
[key: string]: string;
|
|
12307
|
+
};
|
|
12308
|
+
accountContextShrink?: string;
|
|
12309
|
+
static names(): {
|
|
12310
|
+
[key: string]: string;
|
|
12311
|
+
};
|
|
12312
|
+
static types(): {
|
|
12313
|
+
[key: string]: any;
|
|
12314
|
+
};
|
|
12315
|
+
constructor(map?: {
|
|
12316
|
+
[key: string]: any;
|
|
12317
|
+
});
|
|
12318
|
+
}
|
|
12319
|
+
export declare class QueryScheduleConferenceRequest extends $tea.Model {
|
|
12320
|
+
tenantContext?: QueryScheduleConferenceRequestTenantContext;
|
|
12321
|
+
scheduleConferenceId?: string;
|
|
12322
|
+
static names(): {
|
|
12323
|
+
[key: string]: string;
|
|
12324
|
+
};
|
|
12325
|
+
static types(): {
|
|
12326
|
+
[key: string]: any;
|
|
12327
|
+
};
|
|
12328
|
+
constructor(map?: {
|
|
12329
|
+
[key: string]: any;
|
|
12330
|
+
});
|
|
12331
|
+
}
|
|
12332
|
+
export declare class QueryScheduleConferenceShrinkRequest extends $tea.Model {
|
|
12333
|
+
tenantContextShrink?: string;
|
|
12334
|
+
scheduleConferenceId?: string;
|
|
12335
|
+
static names(): {
|
|
12336
|
+
[key: string]: string;
|
|
12337
|
+
};
|
|
12338
|
+
static types(): {
|
|
12339
|
+
[key: string]: any;
|
|
12340
|
+
};
|
|
12341
|
+
constructor(map?: {
|
|
12342
|
+
[key: string]: any;
|
|
12343
|
+
});
|
|
12344
|
+
}
|
|
12345
|
+
export declare class QueryScheduleConferenceResponseBody extends $tea.Model {
|
|
12346
|
+
endTime?: number;
|
|
12347
|
+
phones?: string[];
|
|
12348
|
+
requestId?: string;
|
|
12349
|
+
roomCode?: string;
|
|
12350
|
+
scheduleConferenceId?: string;
|
|
12351
|
+
startTime?: number;
|
|
12352
|
+
title?: string;
|
|
12353
|
+
url?: string;
|
|
12354
|
+
static names(): {
|
|
12355
|
+
[key: string]: string;
|
|
12356
|
+
};
|
|
12357
|
+
static types(): {
|
|
12358
|
+
[key: string]: any;
|
|
12359
|
+
};
|
|
12360
|
+
constructor(map?: {
|
|
12361
|
+
[key: string]: any;
|
|
12362
|
+
});
|
|
12363
|
+
}
|
|
12364
|
+
export declare class QueryScheduleConferenceResponse extends $tea.Model {
|
|
12365
|
+
headers?: {
|
|
12366
|
+
[key: string]: string;
|
|
12367
|
+
};
|
|
12368
|
+
statusCode?: number;
|
|
12369
|
+
body?: QueryScheduleConferenceResponseBody;
|
|
12370
|
+
static names(): {
|
|
12371
|
+
[key: string]: string;
|
|
12372
|
+
};
|
|
12373
|
+
static types(): {
|
|
12374
|
+
[key: string]: any;
|
|
12375
|
+
};
|
|
12376
|
+
constructor(map?: {
|
|
12377
|
+
[key: string]: any;
|
|
12378
|
+
});
|
|
12379
|
+
}
|
|
12380
|
+
export declare class QueryScheduleConferenceInfoHeaders extends $tea.Model {
|
|
12381
|
+
commonHeaders?: {
|
|
12382
|
+
[key: string]: string;
|
|
12383
|
+
};
|
|
12384
|
+
accountContext?: QueryScheduleConferenceInfoHeadersAccountContext;
|
|
12385
|
+
static names(): {
|
|
12386
|
+
[key: string]: string;
|
|
12387
|
+
};
|
|
12388
|
+
static types(): {
|
|
12389
|
+
[key: string]: any;
|
|
12390
|
+
};
|
|
12391
|
+
constructor(map?: {
|
|
12392
|
+
[key: string]: any;
|
|
12393
|
+
});
|
|
12394
|
+
}
|
|
12395
|
+
export declare class QueryScheduleConferenceInfoShrinkHeaders extends $tea.Model {
|
|
12396
|
+
commonHeaders?: {
|
|
12397
|
+
[key: string]: string;
|
|
12398
|
+
};
|
|
12399
|
+
accountContextShrink?: string;
|
|
12400
|
+
static names(): {
|
|
12401
|
+
[key: string]: string;
|
|
12402
|
+
};
|
|
12403
|
+
static types(): {
|
|
12404
|
+
[key: string]: any;
|
|
12405
|
+
};
|
|
12406
|
+
constructor(map?: {
|
|
12407
|
+
[key: string]: any;
|
|
12408
|
+
});
|
|
12409
|
+
}
|
|
12410
|
+
export declare class QueryScheduleConferenceInfoRequest extends $tea.Model {
|
|
12411
|
+
maxResults?: number;
|
|
12412
|
+
nextToken?: string;
|
|
12413
|
+
scheduleConferenceId?: string;
|
|
12414
|
+
tenantContext?: QueryScheduleConferenceInfoRequestTenantContext;
|
|
12415
|
+
static names(): {
|
|
12416
|
+
[key: string]: string;
|
|
12417
|
+
};
|
|
12418
|
+
static types(): {
|
|
12419
|
+
[key: string]: any;
|
|
12420
|
+
};
|
|
12421
|
+
constructor(map?: {
|
|
12422
|
+
[key: string]: any;
|
|
12423
|
+
});
|
|
12424
|
+
}
|
|
12425
|
+
export declare class QueryScheduleConferenceInfoShrinkRequest extends $tea.Model {
|
|
12426
|
+
maxResults?: number;
|
|
12427
|
+
nextToken?: string;
|
|
12428
|
+
scheduleConferenceId?: string;
|
|
12429
|
+
tenantContextShrink?: string;
|
|
12430
|
+
static names(): {
|
|
12431
|
+
[key: string]: string;
|
|
12432
|
+
};
|
|
12433
|
+
static types(): {
|
|
12434
|
+
[key: string]: any;
|
|
12435
|
+
};
|
|
12436
|
+
constructor(map?: {
|
|
12437
|
+
[key: string]: any;
|
|
12438
|
+
});
|
|
12439
|
+
}
|
|
12440
|
+
export declare class QueryScheduleConferenceInfoResponseBody extends $tea.Model {
|
|
12441
|
+
conferenceList?: QueryScheduleConferenceInfoResponseBodyConferenceList[];
|
|
12442
|
+
nextToken?: string;
|
|
12443
|
+
requestId?: string;
|
|
12444
|
+
totalCount?: number;
|
|
12445
|
+
vendorRequestId?: string;
|
|
12446
|
+
vendorType?: string;
|
|
12447
|
+
static names(): {
|
|
12448
|
+
[key: string]: string;
|
|
12449
|
+
};
|
|
12450
|
+
static types(): {
|
|
12451
|
+
[key: string]: any;
|
|
12452
|
+
};
|
|
12453
|
+
constructor(map?: {
|
|
12454
|
+
[key: string]: any;
|
|
12455
|
+
});
|
|
12456
|
+
}
|
|
12457
|
+
export declare class QueryScheduleConferenceInfoResponse extends $tea.Model {
|
|
12458
|
+
headers?: {
|
|
12459
|
+
[key: string]: string;
|
|
12460
|
+
};
|
|
12461
|
+
statusCode?: number;
|
|
12462
|
+
body?: QueryScheduleConferenceInfoResponseBody;
|
|
12463
|
+
static names(): {
|
|
12464
|
+
[key: string]: string;
|
|
12465
|
+
};
|
|
12466
|
+
static types(): {
|
|
12467
|
+
[key: string]: any;
|
|
12468
|
+
};
|
|
12469
|
+
constructor(map?: {
|
|
12470
|
+
[key: string]: any;
|
|
12471
|
+
});
|
|
12472
|
+
}
|
|
12473
|
+
export declare class QueryUserHonorsHeaders extends $tea.Model {
|
|
12474
|
+
commonHeaders?: {
|
|
12475
|
+
[key: string]: string;
|
|
12476
|
+
};
|
|
12477
|
+
accountContext?: QueryUserHonorsHeadersAccountContext;
|
|
12478
|
+
static names(): {
|
|
12479
|
+
[key: string]: string;
|
|
12480
|
+
};
|
|
12481
|
+
static types(): {
|
|
12482
|
+
[key: string]: any;
|
|
12483
|
+
};
|
|
12484
|
+
constructor(map?: {
|
|
12485
|
+
[key: string]: any;
|
|
12486
|
+
});
|
|
12487
|
+
}
|
|
12488
|
+
export declare class QueryUserHonorsShrinkHeaders extends $tea.Model {
|
|
12489
|
+
commonHeaders?: {
|
|
12490
|
+
[key: string]: string;
|
|
12491
|
+
};
|
|
12492
|
+
accountContextShrink?: string;
|
|
12493
|
+
static names(): {
|
|
12494
|
+
[key: string]: string;
|
|
12495
|
+
};
|
|
12496
|
+
static types(): {
|
|
12497
|
+
[key: string]: any;
|
|
12498
|
+
};
|
|
12499
|
+
constructor(map?: {
|
|
12500
|
+
[key: string]: any;
|
|
12501
|
+
});
|
|
12502
|
+
}
|
|
12503
|
+
export declare class QueryUserHonorsRequest extends $tea.Model {
|
|
12504
|
+
tenantContext?: QueryUserHonorsRequestTenantContext;
|
|
12505
|
+
maxResults?: number;
|
|
12506
|
+
nextToken?: string;
|
|
12507
|
+
orgId?: number;
|
|
12508
|
+
userId?: string;
|
|
12509
|
+
static names(): {
|
|
12510
|
+
[key: string]: string;
|
|
12511
|
+
};
|
|
12512
|
+
static types(): {
|
|
12513
|
+
[key: string]: any;
|
|
12514
|
+
};
|
|
12515
|
+
constructor(map?: {
|
|
12516
|
+
[key: string]: any;
|
|
12517
|
+
});
|
|
12518
|
+
}
|
|
12519
|
+
export declare class QueryUserHonorsShrinkRequest extends $tea.Model {
|
|
12520
|
+
tenantContextShrink?: string;
|
|
12521
|
+
maxResults?: number;
|
|
12522
|
+
nextToken?: string;
|
|
12523
|
+
orgId?: number;
|
|
12524
|
+
userId?: string;
|
|
12525
|
+
static names(): {
|
|
12526
|
+
[key: string]: string;
|
|
12527
|
+
};
|
|
12528
|
+
static types(): {
|
|
12529
|
+
[key: string]: any;
|
|
12530
|
+
};
|
|
12531
|
+
constructor(map?: {
|
|
12532
|
+
[key: string]: any;
|
|
12533
|
+
});
|
|
12534
|
+
}
|
|
12535
|
+
export declare class QueryUserHonorsResponseBody extends $tea.Model {
|
|
12536
|
+
honors?: QueryUserHonorsResponseBodyHonors[];
|
|
12537
|
+
nextToken?: string;
|
|
12538
|
+
requestId?: string;
|
|
12539
|
+
static names(): {
|
|
12540
|
+
[key: string]: string;
|
|
12541
|
+
};
|
|
12542
|
+
static types(): {
|
|
12543
|
+
[key: string]: any;
|
|
12544
|
+
};
|
|
12545
|
+
constructor(map?: {
|
|
12546
|
+
[key: string]: any;
|
|
12547
|
+
});
|
|
12548
|
+
}
|
|
12549
|
+
export declare class QueryUserHonorsResponse extends $tea.Model {
|
|
12550
|
+
headers?: {
|
|
12551
|
+
[key: string]: string;
|
|
12552
|
+
};
|
|
12553
|
+
statusCode?: number;
|
|
12554
|
+
body?: QueryUserHonorsResponseBody;
|
|
12555
|
+
static names(): {
|
|
12556
|
+
[key: string]: string;
|
|
12557
|
+
};
|
|
12558
|
+
static types(): {
|
|
12559
|
+
[key: string]: any;
|
|
12560
|
+
};
|
|
12561
|
+
constructor(map?: {
|
|
12562
|
+
[key: string]: any;
|
|
12563
|
+
});
|
|
12564
|
+
}
|
|
12565
|
+
export declare class RecallHonorHeaders extends $tea.Model {
|
|
12207
12566
|
commonHeaders?: {
|
|
12208
12567
|
[key: string]: string;
|
|
12209
12568
|
};
|
|
@@ -14130,6 +14489,97 @@ export declare class StartInstanceResponse extends $tea.Model {
|
|
|
14130
14489
|
[key: string]: any;
|
|
14131
14490
|
});
|
|
14132
14491
|
}
|
|
14492
|
+
export declare class StartMinutesHeaders extends $tea.Model {
|
|
14493
|
+
commonHeaders?: {
|
|
14494
|
+
[key: string]: string;
|
|
14495
|
+
};
|
|
14496
|
+
accountContext?: StartMinutesHeadersAccountContext;
|
|
14497
|
+
static names(): {
|
|
14498
|
+
[key: string]: string;
|
|
14499
|
+
};
|
|
14500
|
+
static types(): {
|
|
14501
|
+
[key: string]: any;
|
|
14502
|
+
};
|
|
14503
|
+
constructor(map?: {
|
|
14504
|
+
[key: string]: any;
|
|
14505
|
+
});
|
|
14506
|
+
}
|
|
14507
|
+
export declare class StartMinutesShrinkHeaders extends $tea.Model {
|
|
14508
|
+
commonHeaders?: {
|
|
14509
|
+
[key: string]: string;
|
|
14510
|
+
};
|
|
14511
|
+
accountContextShrink?: string;
|
|
14512
|
+
static names(): {
|
|
14513
|
+
[key: string]: string;
|
|
14514
|
+
};
|
|
14515
|
+
static types(): {
|
|
14516
|
+
[key: string]: any;
|
|
14517
|
+
};
|
|
14518
|
+
constructor(map?: {
|
|
14519
|
+
[key: string]: any;
|
|
14520
|
+
});
|
|
14521
|
+
}
|
|
14522
|
+
export declare class StartMinutesRequest extends $tea.Model {
|
|
14523
|
+
tenantContext?: StartMinutesRequestTenantContext;
|
|
14524
|
+
conferenceId?: string;
|
|
14525
|
+
ownerUserId?: string;
|
|
14526
|
+
recordAudio?: boolean;
|
|
14527
|
+
static names(): {
|
|
14528
|
+
[key: string]: string;
|
|
14529
|
+
};
|
|
14530
|
+
static types(): {
|
|
14531
|
+
[key: string]: any;
|
|
14532
|
+
};
|
|
14533
|
+
constructor(map?: {
|
|
14534
|
+
[key: string]: any;
|
|
14535
|
+
});
|
|
14536
|
+
}
|
|
14537
|
+
export declare class StartMinutesShrinkRequest extends $tea.Model {
|
|
14538
|
+
tenantContextShrink?: string;
|
|
14539
|
+
conferenceId?: string;
|
|
14540
|
+
ownerUserId?: string;
|
|
14541
|
+
recordAudio?: boolean;
|
|
14542
|
+
static names(): {
|
|
14543
|
+
[key: string]: string;
|
|
14544
|
+
};
|
|
14545
|
+
static types(): {
|
|
14546
|
+
[key: string]: any;
|
|
14547
|
+
};
|
|
14548
|
+
constructor(map?: {
|
|
14549
|
+
[key: string]: any;
|
|
14550
|
+
});
|
|
14551
|
+
}
|
|
14552
|
+
export declare class StartMinutesResponseBody extends $tea.Model {
|
|
14553
|
+
code?: string;
|
|
14554
|
+
requestId?: string;
|
|
14555
|
+
vendorRequestId?: string;
|
|
14556
|
+
vendorType?: string;
|
|
14557
|
+
static names(): {
|
|
14558
|
+
[key: string]: string;
|
|
14559
|
+
};
|
|
14560
|
+
static types(): {
|
|
14561
|
+
[key: string]: any;
|
|
14562
|
+
};
|
|
14563
|
+
constructor(map?: {
|
|
14564
|
+
[key: string]: any;
|
|
14565
|
+
});
|
|
14566
|
+
}
|
|
14567
|
+
export declare class StartMinutesResponse extends $tea.Model {
|
|
14568
|
+
headers?: {
|
|
14569
|
+
[key: string]: string;
|
|
14570
|
+
};
|
|
14571
|
+
statusCode?: number;
|
|
14572
|
+
body?: StartMinutesResponseBody;
|
|
14573
|
+
static names(): {
|
|
14574
|
+
[key: string]: string;
|
|
14575
|
+
};
|
|
14576
|
+
static types(): {
|
|
14577
|
+
[key: string]: any;
|
|
14578
|
+
};
|
|
14579
|
+
constructor(map?: {
|
|
14580
|
+
[key: string]: any;
|
|
14581
|
+
});
|
|
14582
|
+
}
|
|
14133
14583
|
export declare class StatisticsListByTypeReportHeaders extends $tea.Model {
|
|
14134
14584
|
commonHeaders?: {
|
|
14135
14585
|
[key: string]: string;
|
|
@@ -14279,11 +14729,96 @@ export declare class StatisticsReportShrinkRequest extends $tea.Model {
|
|
|
14279
14729
|
[key: string]: any;
|
|
14280
14730
|
});
|
|
14281
14731
|
}
|
|
14282
|
-
export declare class StatisticsReportResponseBody extends $tea.Model {
|
|
14283
|
-
commentNum?: number;
|
|
14284
|
-
commentUserNum?: number;
|
|
14285
|
-
likeNum?: number;
|
|
14286
|
-
readNum?: number;
|
|
14732
|
+
export declare class StatisticsReportResponseBody extends $tea.Model {
|
|
14733
|
+
commentNum?: number;
|
|
14734
|
+
commentUserNum?: number;
|
|
14735
|
+
likeNum?: number;
|
|
14736
|
+
readNum?: number;
|
|
14737
|
+
requestId?: string;
|
|
14738
|
+
static names(): {
|
|
14739
|
+
[key: string]: string;
|
|
14740
|
+
};
|
|
14741
|
+
static types(): {
|
|
14742
|
+
[key: string]: any;
|
|
14743
|
+
};
|
|
14744
|
+
constructor(map?: {
|
|
14745
|
+
[key: string]: any;
|
|
14746
|
+
});
|
|
14747
|
+
}
|
|
14748
|
+
export declare class StatisticsReportResponse extends $tea.Model {
|
|
14749
|
+
headers?: {
|
|
14750
|
+
[key: string]: string;
|
|
14751
|
+
};
|
|
14752
|
+
statusCode?: number;
|
|
14753
|
+
body?: StatisticsReportResponseBody;
|
|
14754
|
+
static names(): {
|
|
14755
|
+
[key: string]: string;
|
|
14756
|
+
};
|
|
14757
|
+
static types(): {
|
|
14758
|
+
[key: string]: any;
|
|
14759
|
+
};
|
|
14760
|
+
constructor(map?: {
|
|
14761
|
+
[key: string]: any;
|
|
14762
|
+
});
|
|
14763
|
+
}
|
|
14764
|
+
export declare class StopCloudRecordHeaders extends $tea.Model {
|
|
14765
|
+
commonHeaders?: {
|
|
14766
|
+
[key: string]: string;
|
|
14767
|
+
};
|
|
14768
|
+
accountContext?: StopCloudRecordHeadersAccountContext;
|
|
14769
|
+
static names(): {
|
|
14770
|
+
[key: string]: string;
|
|
14771
|
+
};
|
|
14772
|
+
static types(): {
|
|
14773
|
+
[key: string]: any;
|
|
14774
|
+
};
|
|
14775
|
+
constructor(map?: {
|
|
14776
|
+
[key: string]: any;
|
|
14777
|
+
});
|
|
14778
|
+
}
|
|
14779
|
+
export declare class StopCloudRecordShrinkHeaders extends $tea.Model {
|
|
14780
|
+
commonHeaders?: {
|
|
14781
|
+
[key: string]: string;
|
|
14782
|
+
};
|
|
14783
|
+
accountContextShrink?: string;
|
|
14784
|
+
static names(): {
|
|
14785
|
+
[key: string]: string;
|
|
14786
|
+
};
|
|
14787
|
+
static types(): {
|
|
14788
|
+
[key: string]: any;
|
|
14789
|
+
};
|
|
14790
|
+
constructor(map?: {
|
|
14791
|
+
[key: string]: any;
|
|
14792
|
+
});
|
|
14793
|
+
}
|
|
14794
|
+
export declare class StopCloudRecordRequest extends $tea.Model {
|
|
14795
|
+
tenantContext?: StopCloudRecordRequestTenantContext;
|
|
14796
|
+
conferenceId?: string;
|
|
14797
|
+
static names(): {
|
|
14798
|
+
[key: string]: string;
|
|
14799
|
+
};
|
|
14800
|
+
static types(): {
|
|
14801
|
+
[key: string]: any;
|
|
14802
|
+
};
|
|
14803
|
+
constructor(map?: {
|
|
14804
|
+
[key: string]: any;
|
|
14805
|
+
});
|
|
14806
|
+
}
|
|
14807
|
+
export declare class StopCloudRecordShrinkRequest extends $tea.Model {
|
|
14808
|
+
tenantContextShrink?: string;
|
|
14809
|
+
conferenceId?: string;
|
|
14810
|
+
static names(): {
|
|
14811
|
+
[key: string]: string;
|
|
14812
|
+
};
|
|
14813
|
+
static types(): {
|
|
14814
|
+
[key: string]: any;
|
|
14815
|
+
};
|
|
14816
|
+
constructor(map?: {
|
|
14817
|
+
[key: string]: any;
|
|
14818
|
+
});
|
|
14819
|
+
}
|
|
14820
|
+
export declare class StopCloudRecordResponseBody extends $tea.Model {
|
|
14821
|
+
code?: string;
|
|
14287
14822
|
requestId?: string;
|
|
14288
14823
|
static names(): {
|
|
14289
14824
|
[key: string]: string;
|
|
@@ -14295,12 +14830,12 @@ export declare class StatisticsReportResponseBody extends $tea.Model {
|
|
|
14295
14830
|
[key: string]: any;
|
|
14296
14831
|
});
|
|
14297
14832
|
}
|
|
14298
|
-
export declare class
|
|
14833
|
+
export declare class StopCloudRecordResponse extends $tea.Model {
|
|
14299
14834
|
headers?: {
|
|
14300
14835
|
[key: string]: string;
|
|
14301
14836
|
};
|
|
14302
14837
|
statusCode?: number;
|
|
14303
|
-
body?:
|
|
14838
|
+
body?: StopCloudRecordResponseBody;
|
|
14304
14839
|
static names(): {
|
|
14305
14840
|
[key: string]: string;
|
|
14306
14841
|
};
|
|
@@ -14311,11 +14846,11 @@ export declare class StatisticsReportResponse extends $tea.Model {
|
|
|
14311
14846
|
[key: string]: any;
|
|
14312
14847
|
});
|
|
14313
14848
|
}
|
|
14314
|
-
export declare class
|
|
14849
|
+
export declare class StopMinutesHeaders extends $tea.Model {
|
|
14315
14850
|
commonHeaders?: {
|
|
14316
14851
|
[key: string]: string;
|
|
14317
14852
|
};
|
|
14318
|
-
accountContext?:
|
|
14853
|
+
accountContext?: StopMinutesHeadersAccountContext;
|
|
14319
14854
|
static names(): {
|
|
14320
14855
|
[key: string]: string;
|
|
14321
14856
|
};
|
|
@@ -14326,7 +14861,7 @@ export declare class StopCloudRecordHeaders extends $tea.Model {
|
|
|
14326
14861
|
[key: string]: any;
|
|
14327
14862
|
});
|
|
14328
14863
|
}
|
|
14329
|
-
export declare class
|
|
14864
|
+
export declare class StopMinutesShrinkHeaders extends $tea.Model {
|
|
14330
14865
|
commonHeaders?: {
|
|
14331
14866
|
[key: string]: string;
|
|
14332
14867
|
};
|
|
@@ -14341,8 +14876,8 @@ export declare class StopCloudRecordShrinkHeaders extends $tea.Model {
|
|
|
14341
14876
|
[key: string]: any;
|
|
14342
14877
|
});
|
|
14343
14878
|
}
|
|
14344
|
-
export declare class
|
|
14345
|
-
tenantContext?:
|
|
14879
|
+
export declare class StopMinutesRequest extends $tea.Model {
|
|
14880
|
+
tenantContext?: StopMinutesRequestTenantContext;
|
|
14346
14881
|
conferenceId?: string;
|
|
14347
14882
|
static names(): {
|
|
14348
14883
|
[key: string]: string;
|
|
@@ -14354,7 +14889,7 @@ export declare class StopCloudRecordRequest extends $tea.Model {
|
|
|
14354
14889
|
[key: string]: any;
|
|
14355
14890
|
});
|
|
14356
14891
|
}
|
|
14357
|
-
export declare class
|
|
14892
|
+
export declare class StopMinutesShrinkRequest extends $tea.Model {
|
|
14358
14893
|
tenantContextShrink?: string;
|
|
14359
14894
|
conferenceId?: string;
|
|
14360
14895
|
static names(): {
|
|
@@ -14367,9 +14902,11 @@ export declare class StopCloudRecordShrinkRequest extends $tea.Model {
|
|
|
14367
14902
|
[key: string]: any;
|
|
14368
14903
|
});
|
|
14369
14904
|
}
|
|
14370
|
-
export declare class
|
|
14905
|
+
export declare class StopMinutesResponseBody extends $tea.Model {
|
|
14371
14906
|
code?: string;
|
|
14372
14907
|
requestId?: string;
|
|
14908
|
+
vendorRequestId?: string;
|
|
14909
|
+
vendorType?: string;
|
|
14373
14910
|
static names(): {
|
|
14374
14911
|
[key: string]: string;
|
|
14375
14912
|
};
|
|
@@ -14380,12 +14917,12 @@ export declare class StopCloudRecordResponseBody extends $tea.Model {
|
|
|
14380
14917
|
[key: string]: any;
|
|
14381
14918
|
});
|
|
14382
14919
|
}
|
|
14383
|
-
export declare class
|
|
14920
|
+
export declare class StopMinutesResponse extends $tea.Model {
|
|
14384
14921
|
headers?: {
|
|
14385
14922
|
[key: string]: string;
|
|
14386
14923
|
};
|
|
14387
14924
|
statusCode?: number;
|
|
14388
|
-
body?:
|
|
14925
|
+
body?: StopMinutesResponseBody;
|
|
14389
14926
|
static names(): {
|
|
14390
14927
|
[key: string]: string;
|
|
14391
14928
|
};
|
|
@@ -16705,6 +17242,30 @@ export declare class ClearDataRequestTenantContext extends $tea.Model {
|
|
|
16705
17242
|
[key: string]: any;
|
|
16706
17243
|
});
|
|
16707
17244
|
}
|
|
17245
|
+
export declare class CloseVideoConferenceHeadersAccountContext extends $tea.Model {
|
|
17246
|
+
accountId?: string;
|
|
17247
|
+
static names(): {
|
|
17248
|
+
[key: string]: string;
|
|
17249
|
+
};
|
|
17250
|
+
static types(): {
|
|
17251
|
+
[key: string]: any;
|
|
17252
|
+
};
|
|
17253
|
+
constructor(map?: {
|
|
17254
|
+
[key: string]: any;
|
|
17255
|
+
});
|
|
17256
|
+
}
|
|
17257
|
+
export declare class CloseVideoConferenceRequestTenantContext extends $tea.Model {
|
|
17258
|
+
tenantId?: string;
|
|
17259
|
+
static names(): {
|
|
17260
|
+
[key: string]: string;
|
|
17261
|
+
};
|
|
17262
|
+
static types(): {
|
|
17263
|
+
[key: string]: any;
|
|
17264
|
+
};
|
|
17265
|
+
constructor(map?: {
|
|
17266
|
+
[key: string]: any;
|
|
17267
|
+
});
|
|
17268
|
+
}
|
|
16708
17269
|
export declare class CommentListReportHeadersAccountContext extends $tea.Model {
|
|
16709
17270
|
accountId?: string;
|
|
16710
17271
|
static names(): {
|
|
@@ -22437,7 +22998,226 @@ export declare class QueryDentryResponseBodyVisitorInfo extends $tea.Model {
|
|
|
22437
22998
|
[key: string]: any;
|
|
22438
22999
|
});
|
|
22439
23000
|
}
|
|
22440
|
-
export declare class QueryLiveInfoHeadersAccountContext extends $tea.Model {
|
|
23001
|
+
export declare class QueryLiveInfoHeadersAccountContext extends $tea.Model {
|
|
23002
|
+
accountId?: string;
|
|
23003
|
+
static names(): {
|
|
23004
|
+
[key: string]: string;
|
|
23005
|
+
};
|
|
23006
|
+
static types(): {
|
|
23007
|
+
[key: string]: any;
|
|
23008
|
+
};
|
|
23009
|
+
constructor(map?: {
|
|
23010
|
+
[key: string]: any;
|
|
23011
|
+
});
|
|
23012
|
+
}
|
|
23013
|
+
export declare class QueryLiveInfoRequestTenantContext extends $tea.Model {
|
|
23014
|
+
tenantId?: string;
|
|
23015
|
+
static names(): {
|
|
23016
|
+
[key: string]: string;
|
|
23017
|
+
};
|
|
23018
|
+
static types(): {
|
|
23019
|
+
[key: string]: any;
|
|
23020
|
+
};
|
|
23021
|
+
constructor(map?: {
|
|
23022
|
+
[key: string]: any;
|
|
23023
|
+
});
|
|
23024
|
+
}
|
|
23025
|
+
export declare class QueryLiveWatchDetailHeadersAccountContext extends $tea.Model {
|
|
23026
|
+
accountId?: string;
|
|
23027
|
+
static names(): {
|
|
23028
|
+
[key: string]: string;
|
|
23029
|
+
};
|
|
23030
|
+
static types(): {
|
|
23031
|
+
[key: string]: any;
|
|
23032
|
+
};
|
|
23033
|
+
constructor(map?: {
|
|
23034
|
+
[key: string]: any;
|
|
23035
|
+
});
|
|
23036
|
+
}
|
|
23037
|
+
export declare class QueryLiveWatchDetailRequestTenantContext extends $tea.Model {
|
|
23038
|
+
tenantId?: string;
|
|
23039
|
+
static names(): {
|
|
23040
|
+
[key: string]: string;
|
|
23041
|
+
};
|
|
23042
|
+
static types(): {
|
|
23043
|
+
[key: string]: any;
|
|
23044
|
+
};
|
|
23045
|
+
constructor(map?: {
|
|
23046
|
+
[key: string]: any;
|
|
23047
|
+
});
|
|
23048
|
+
}
|
|
23049
|
+
export declare class QueryLiveWatchUserListHeadersAccountContext extends $tea.Model {
|
|
23050
|
+
accountId?: string;
|
|
23051
|
+
static names(): {
|
|
23052
|
+
[key: string]: string;
|
|
23053
|
+
};
|
|
23054
|
+
static types(): {
|
|
23055
|
+
[key: string]: any;
|
|
23056
|
+
};
|
|
23057
|
+
constructor(map?: {
|
|
23058
|
+
[key: string]: any;
|
|
23059
|
+
});
|
|
23060
|
+
}
|
|
23061
|
+
export declare class QueryLiveWatchUserListRequestTenantContext extends $tea.Model {
|
|
23062
|
+
tenantId?: string;
|
|
23063
|
+
static names(): {
|
|
23064
|
+
[key: string]: string;
|
|
23065
|
+
};
|
|
23066
|
+
static types(): {
|
|
23067
|
+
[key: string]: any;
|
|
23068
|
+
};
|
|
23069
|
+
constructor(map?: {
|
|
23070
|
+
[key: string]: any;
|
|
23071
|
+
});
|
|
23072
|
+
}
|
|
23073
|
+
export declare class QueryLiveWatchUserListResponseBodyOrgUsesList extends $tea.Model {
|
|
23074
|
+
deptName?: string;
|
|
23075
|
+
name?: string;
|
|
23076
|
+
userId?: string;
|
|
23077
|
+
watchLiveTime?: number;
|
|
23078
|
+
watchPlaybackTime?: number;
|
|
23079
|
+
watchProgressMs?: number;
|
|
23080
|
+
static names(): {
|
|
23081
|
+
[key: string]: string;
|
|
23082
|
+
};
|
|
23083
|
+
static types(): {
|
|
23084
|
+
[key: string]: any;
|
|
23085
|
+
};
|
|
23086
|
+
constructor(map?: {
|
|
23087
|
+
[key: string]: any;
|
|
23088
|
+
});
|
|
23089
|
+
}
|
|
23090
|
+
export declare class QueryLiveWatchUserListResponseBodyOutOrgUserList extends $tea.Model {
|
|
23091
|
+
name?: string;
|
|
23092
|
+
watchLiveTime?: number;
|
|
23093
|
+
watchPlaybackTime?: number;
|
|
23094
|
+
watchProgressMs?: number;
|
|
23095
|
+
static names(): {
|
|
23096
|
+
[key: string]: string;
|
|
23097
|
+
};
|
|
23098
|
+
static types(): {
|
|
23099
|
+
[key: string]: any;
|
|
23100
|
+
};
|
|
23101
|
+
constructor(map?: {
|
|
23102
|
+
[key: string]: any;
|
|
23103
|
+
});
|
|
23104
|
+
}
|
|
23105
|
+
export declare class QueryMeetingRoomHeadersAccountContext extends $tea.Model {
|
|
23106
|
+
accountId?: string;
|
|
23107
|
+
static names(): {
|
|
23108
|
+
[key: string]: string;
|
|
23109
|
+
};
|
|
23110
|
+
static types(): {
|
|
23111
|
+
[key: string]: any;
|
|
23112
|
+
};
|
|
23113
|
+
constructor(map?: {
|
|
23114
|
+
[key: string]: any;
|
|
23115
|
+
});
|
|
23116
|
+
}
|
|
23117
|
+
export declare class QueryMeetingRoomRequestTenantContext extends $tea.Model {
|
|
23118
|
+
tenantId?: string;
|
|
23119
|
+
static names(): {
|
|
23120
|
+
[key: string]: string;
|
|
23121
|
+
};
|
|
23122
|
+
static types(): {
|
|
23123
|
+
[key: string]: any;
|
|
23124
|
+
};
|
|
23125
|
+
constructor(map?: {
|
|
23126
|
+
[key: string]: any;
|
|
23127
|
+
});
|
|
23128
|
+
}
|
|
23129
|
+
export declare class QueryMeetingRoomResponseBodyResultReservationAuthorityAuthorizedMembers extends $tea.Model {
|
|
23130
|
+
memberId?: string;
|
|
23131
|
+
memberName?: string;
|
|
23132
|
+
memberType?: string;
|
|
23133
|
+
static names(): {
|
|
23134
|
+
[key: string]: string;
|
|
23135
|
+
};
|
|
23136
|
+
static types(): {
|
|
23137
|
+
[key: string]: any;
|
|
23138
|
+
};
|
|
23139
|
+
constructor(map?: {
|
|
23140
|
+
[key: string]: any;
|
|
23141
|
+
});
|
|
23142
|
+
}
|
|
23143
|
+
export declare class QueryMeetingRoomResponseBodyResultReservationAuthority extends $tea.Model {
|
|
23144
|
+
authorizedMembers?: QueryMeetingRoomResponseBodyResultReservationAuthorityAuthorizedMembers[];
|
|
23145
|
+
static names(): {
|
|
23146
|
+
[key: string]: string;
|
|
23147
|
+
};
|
|
23148
|
+
static types(): {
|
|
23149
|
+
[key: string]: any;
|
|
23150
|
+
};
|
|
23151
|
+
constructor(map?: {
|
|
23152
|
+
[key: string]: any;
|
|
23153
|
+
});
|
|
23154
|
+
}
|
|
23155
|
+
export declare class QueryMeetingRoomResponseBodyResultRoomGroup extends $tea.Model {
|
|
23156
|
+
groupId?: number;
|
|
23157
|
+
groupName?: string;
|
|
23158
|
+
parentId?: number;
|
|
23159
|
+
static names(): {
|
|
23160
|
+
[key: string]: string;
|
|
23161
|
+
};
|
|
23162
|
+
static types(): {
|
|
23163
|
+
[key: string]: any;
|
|
23164
|
+
};
|
|
23165
|
+
constructor(map?: {
|
|
23166
|
+
[key: string]: any;
|
|
23167
|
+
});
|
|
23168
|
+
}
|
|
23169
|
+
export declare class QueryMeetingRoomResponseBodyResultRoomLabels extends $tea.Model {
|
|
23170
|
+
labelId?: number;
|
|
23171
|
+
labelName?: string;
|
|
23172
|
+
static names(): {
|
|
23173
|
+
[key: string]: string;
|
|
23174
|
+
};
|
|
23175
|
+
static types(): {
|
|
23176
|
+
[key: string]: any;
|
|
23177
|
+
};
|
|
23178
|
+
constructor(map?: {
|
|
23179
|
+
[key: string]: any;
|
|
23180
|
+
});
|
|
23181
|
+
}
|
|
23182
|
+
export declare class QueryMeetingRoomResponseBodyResultRoomLocation extends $tea.Model {
|
|
23183
|
+
desc?: string;
|
|
23184
|
+
title?: string;
|
|
23185
|
+
static names(): {
|
|
23186
|
+
[key: string]: string;
|
|
23187
|
+
};
|
|
23188
|
+
static types(): {
|
|
23189
|
+
[key: string]: any;
|
|
23190
|
+
};
|
|
23191
|
+
constructor(map?: {
|
|
23192
|
+
[key: string]: any;
|
|
23193
|
+
});
|
|
23194
|
+
}
|
|
23195
|
+
export declare class QueryMeetingRoomResponseBodyResult extends $tea.Model {
|
|
23196
|
+
corpId?: string;
|
|
23197
|
+
deviceUnionIds?: string[];
|
|
23198
|
+
enableCycleReservation?: boolean;
|
|
23199
|
+
isvRoomId?: string;
|
|
23200
|
+
reservationAuthority?: QueryMeetingRoomResponseBodyResultReservationAuthority;
|
|
23201
|
+
roomCapacity?: number;
|
|
23202
|
+
roomGroup?: QueryMeetingRoomResponseBodyResultRoomGroup;
|
|
23203
|
+
roomId?: string;
|
|
23204
|
+
roomLabels?: QueryMeetingRoomResponseBodyResultRoomLabels[];
|
|
23205
|
+
roomLocation?: QueryMeetingRoomResponseBodyResultRoomLocation;
|
|
23206
|
+
roomName?: string;
|
|
23207
|
+
roomPicture?: string;
|
|
23208
|
+
roomStaffId?: string;
|
|
23209
|
+
roomStatus?: number;
|
|
23210
|
+
static names(): {
|
|
23211
|
+
[key: string]: string;
|
|
23212
|
+
};
|
|
23213
|
+
static types(): {
|
|
23214
|
+
[key: string]: any;
|
|
23215
|
+
};
|
|
23216
|
+
constructor(map?: {
|
|
23217
|
+
[key: string]: any;
|
|
23218
|
+
});
|
|
23219
|
+
}
|
|
23220
|
+
export declare class QueryMeetingRoomGroupHeadersAccountContext extends $tea.Model {
|
|
22441
23221
|
accountId?: string;
|
|
22442
23222
|
static names(): {
|
|
22443
23223
|
[key: string]: string;
|
|
@@ -22449,7 +23229,7 @@ export declare class QueryLiveInfoHeadersAccountContext extends $tea.Model {
|
|
|
22449
23229
|
[key: string]: any;
|
|
22450
23230
|
});
|
|
22451
23231
|
}
|
|
22452
|
-
export declare class
|
|
23232
|
+
export declare class QueryMeetingRoomGroupRequestTenantContext extends $tea.Model {
|
|
22453
23233
|
tenantId?: string;
|
|
22454
23234
|
static names(): {
|
|
22455
23235
|
[key: string]: string;
|
|
@@ -22461,7 +23241,7 @@ export declare class QueryLiveInfoRequestTenantContext extends $tea.Model {
|
|
|
22461
23241
|
[key: string]: any;
|
|
22462
23242
|
});
|
|
22463
23243
|
}
|
|
22464
|
-
export declare class
|
|
23244
|
+
export declare class QueryMeetingRoomGroupListHeadersAccountContext extends $tea.Model {
|
|
22465
23245
|
accountId?: string;
|
|
22466
23246
|
static names(): {
|
|
22467
23247
|
[key: string]: string;
|
|
@@ -22473,7 +23253,7 @@ export declare class QueryLiveWatchDetailHeadersAccountContext extends $tea.Mode
|
|
|
22473
23253
|
[key: string]: any;
|
|
22474
23254
|
});
|
|
22475
23255
|
}
|
|
22476
|
-
export declare class
|
|
23256
|
+
export declare class QueryMeetingRoomGroupListRequestTenantContext extends $tea.Model {
|
|
22477
23257
|
tenantId?: string;
|
|
22478
23258
|
static names(): {
|
|
22479
23259
|
[key: string]: string;
|
|
@@ -22485,8 +23265,10 @@ export declare class QueryLiveWatchDetailRequestTenantContext extends $tea.Model
|
|
|
22485
23265
|
[key: string]: any;
|
|
22486
23266
|
});
|
|
22487
23267
|
}
|
|
22488
|
-
export declare class
|
|
22489
|
-
|
|
23268
|
+
export declare class QueryMeetingRoomGroupListResponseBodyResult extends $tea.Model {
|
|
23269
|
+
groupId?: number;
|
|
23270
|
+
groupName?: string;
|
|
23271
|
+
parentId?: number;
|
|
22490
23272
|
static names(): {
|
|
22491
23273
|
[key: string]: string;
|
|
22492
23274
|
};
|
|
@@ -22497,8 +23279,8 @@ export declare class QueryLiveWatchUserListHeadersAccountContext extends $tea.Mo
|
|
|
22497
23279
|
[key: string]: any;
|
|
22498
23280
|
});
|
|
22499
23281
|
}
|
|
22500
|
-
export declare class
|
|
22501
|
-
|
|
23282
|
+
export declare class QueryMeetingRoomListHeadersAccountContext extends $tea.Model {
|
|
23283
|
+
accountId?: string;
|
|
22502
23284
|
static names(): {
|
|
22503
23285
|
[key: string]: string;
|
|
22504
23286
|
};
|
|
@@ -22509,13 +23291,8 @@ export declare class QueryLiveWatchUserListRequestTenantContext extends $tea.Mod
|
|
|
22509
23291
|
[key: string]: any;
|
|
22510
23292
|
});
|
|
22511
23293
|
}
|
|
22512
|
-
export declare class
|
|
22513
|
-
|
|
22514
|
-
name?: string;
|
|
22515
|
-
userId?: string;
|
|
22516
|
-
watchLiveTime?: number;
|
|
22517
|
-
watchPlaybackTime?: number;
|
|
22518
|
-
watchProgressMs?: number;
|
|
23294
|
+
export declare class QueryMeetingRoomListRequestTenantContext extends $tea.Model {
|
|
23295
|
+
tenantId?: string;
|
|
22519
23296
|
static names(): {
|
|
22520
23297
|
[key: string]: string;
|
|
22521
23298
|
};
|
|
@@ -22526,11 +23303,10 @@ export declare class QueryLiveWatchUserListResponseBodyOrgUsesList extends $tea.
|
|
|
22526
23303
|
[key: string]: any;
|
|
22527
23304
|
});
|
|
22528
23305
|
}
|
|
22529
|
-
export declare class
|
|
22530
|
-
|
|
22531
|
-
|
|
22532
|
-
|
|
22533
|
-
watchProgressMs?: number;
|
|
23306
|
+
export declare class QueryMeetingRoomListResponseBodyResultRoomGroup extends $tea.Model {
|
|
23307
|
+
groupId?: number;
|
|
23308
|
+
groupName?: string;
|
|
23309
|
+
parentId?: number;
|
|
22534
23310
|
static names(): {
|
|
22535
23311
|
[key: string]: string;
|
|
22536
23312
|
};
|
|
@@ -22541,8 +23317,9 @@ export declare class QueryLiveWatchUserListResponseBodyOutOrgUserList extends $t
|
|
|
22541
23317
|
[key: string]: any;
|
|
22542
23318
|
});
|
|
22543
23319
|
}
|
|
22544
|
-
export declare class
|
|
22545
|
-
|
|
23320
|
+
export declare class QueryMeetingRoomListResponseBodyResultRoomLabels extends $tea.Model {
|
|
23321
|
+
labelId?: number;
|
|
23322
|
+
labelName?: string;
|
|
22546
23323
|
static names(): {
|
|
22547
23324
|
[key: string]: string;
|
|
22548
23325
|
};
|
|
@@ -22553,8 +23330,9 @@ export declare class QueryMeetingRoomHeadersAccountContext extends $tea.Model {
|
|
|
22553
23330
|
[key: string]: any;
|
|
22554
23331
|
});
|
|
22555
23332
|
}
|
|
22556
|
-
export declare class
|
|
22557
|
-
|
|
23333
|
+
export declare class QueryMeetingRoomListResponseBodyResultRoomLocation extends $tea.Model {
|
|
23334
|
+
desc?: string;
|
|
23335
|
+
title?: string;
|
|
22558
23336
|
static names(): {
|
|
22559
23337
|
[key: string]: string;
|
|
22560
23338
|
};
|
|
@@ -22565,10 +23343,18 @@ export declare class QueryMeetingRoomRequestTenantContext extends $tea.Model {
|
|
|
22565
23343
|
[key: string]: any;
|
|
22566
23344
|
});
|
|
22567
23345
|
}
|
|
22568
|
-
export declare class
|
|
22569
|
-
|
|
22570
|
-
|
|
22571
|
-
|
|
23346
|
+
export declare class QueryMeetingRoomListResponseBodyResult extends $tea.Model {
|
|
23347
|
+
corpId?: string;
|
|
23348
|
+
isvRoomId?: string;
|
|
23349
|
+
roomCapacity?: number;
|
|
23350
|
+
roomGroup?: QueryMeetingRoomListResponseBodyResultRoomGroup;
|
|
23351
|
+
roomId?: string;
|
|
23352
|
+
roomLabels?: QueryMeetingRoomListResponseBodyResultRoomLabels[];
|
|
23353
|
+
roomLocation?: QueryMeetingRoomListResponseBodyResultRoomLocation;
|
|
23354
|
+
roomName?: string;
|
|
23355
|
+
roomPicture?: string;
|
|
23356
|
+
roomStaffId?: string;
|
|
23357
|
+
roomStatus?: number;
|
|
22572
23358
|
static names(): {
|
|
22573
23359
|
[key: string]: string;
|
|
22574
23360
|
};
|
|
@@ -22579,8 +23365,8 @@ export declare class QueryMeetingRoomResponseBodyResultReservationAuthorityAutho
|
|
|
22579
23365
|
[key: string]: any;
|
|
22580
23366
|
});
|
|
22581
23367
|
}
|
|
22582
|
-
export declare class
|
|
22583
|
-
|
|
23368
|
+
export declare class QueryMinutesHeadersAccountContext extends $tea.Model {
|
|
23369
|
+
accountId?: string;
|
|
22584
23370
|
static names(): {
|
|
22585
23371
|
[key: string]: string;
|
|
22586
23372
|
};
|
|
@@ -22591,10 +23377,8 @@ export declare class QueryMeetingRoomResponseBodyResultReservationAuthority exte
|
|
|
22591
23377
|
[key: string]: any;
|
|
22592
23378
|
});
|
|
22593
23379
|
}
|
|
22594
|
-
export declare class
|
|
22595
|
-
|
|
22596
|
-
groupName?: string;
|
|
22597
|
-
parentId?: number;
|
|
23380
|
+
export declare class QueryMinutesRequestTenantContext extends $tea.Model {
|
|
23381
|
+
tenantId?: string;
|
|
22598
23382
|
static names(): {
|
|
22599
23383
|
[key: string]: string;
|
|
22600
23384
|
};
|
|
@@ -22605,9 +23389,14 @@ export declare class QueryMeetingRoomResponseBodyResultRoomGroup extends $tea.Mo
|
|
|
22605
23389
|
[key: string]: any;
|
|
22606
23390
|
});
|
|
22607
23391
|
}
|
|
22608
|
-
export declare class
|
|
22609
|
-
|
|
22610
|
-
|
|
23392
|
+
export declare class QueryMinutesResponseBodyAudioList extends $tea.Model {
|
|
23393
|
+
duration?: number;
|
|
23394
|
+
endTime?: number;
|
|
23395
|
+
fileSize?: number;
|
|
23396
|
+
playUrl?: string;
|
|
23397
|
+
recordId?: string;
|
|
23398
|
+
startTime?: number;
|
|
23399
|
+
userId?: string;
|
|
22611
23400
|
static names(): {
|
|
22612
23401
|
[key: string]: string;
|
|
22613
23402
|
};
|
|
@@ -22618,9 +23407,8 @@ export declare class QueryMeetingRoomResponseBodyResultRoomLabels extends $tea.M
|
|
|
22618
23407
|
[key: string]: any;
|
|
22619
23408
|
});
|
|
22620
23409
|
}
|
|
22621
|
-
export declare class
|
|
22622
|
-
|
|
22623
|
-
title?: string;
|
|
23410
|
+
export declare class QueryMinutesSummaryHeadersAccountContext extends $tea.Model {
|
|
23411
|
+
accountId?: string;
|
|
22624
23412
|
static names(): {
|
|
22625
23413
|
[key: string]: string;
|
|
22626
23414
|
};
|
|
@@ -22631,21 +23419,8 @@ export declare class QueryMeetingRoomResponseBodyResultRoomLocation extends $tea
|
|
|
22631
23419
|
[key: string]: any;
|
|
22632
23420
|
});
|
|
22633
23421
|
}
|
|
22634
|
-
export declare class
|
|
22635
|
-
|
|
22636
|
-
deviceUnionIds?: string[];
|
|
22637
|
-
enableCycleReservation?: boolean;
|
|
22638
|
-
isvRoomId?: string;
|
|
22639
|
-
reservationAuthority?: QueryMeetingRoomResponseBodyResultReservationAuthority;
|
|
22640
|
-
roomCapacity?: number;
|
|
22641
|
-
roomGroup?: QueryMeetingRoomResponseBodyResultRoomGroup;
|
|
22642
|
-
roomId?: string;
|
|
22643
|
-
roomLabels?: QueryMeetingRoomResponseBodyResultRoomLabels[];
|
|
22644
|
-
roomLocation?: QueryMeetingRoomResponseBodyResultRoomLocation;
|
|
22645
|
-
roomName?: string;
|
|
22646
|
-
roomPicture?: string;
|
|
22647
|
-
roomStaffId?: string;
|
|
22648
|
-
roomStatus?: number;
|
|
23422
|
+
export declare class QueryMinutesSummaryRequestTenantContext extends $tea.Model {
|
|
23423
|
+
tenantId?: string;
|
|
22649
23424
|
static names(): {
|
|
22650
23425
|
[key: string]: string;
|
|
22651
23426
|
};
|
|
@@ -22656,8 +23431,12 @@ export declare class QueryMeetingRoomResponseBodyResult extends $tea.Model {
|
|
|
22656
23431
|
[key: string]: any;
|
|
22657
23432
|
});
|
|
22658
23433
|
}
|
|
22659
|
-
export declare class
|
|
22660
|
-
|
|
23434
|
+
export declare class QueryMinutesSummaryResponseBodySummaryActions extends $tea.Model {
|
|
23435
|
+
end?: number;
|
|
23436
|
+
id?: number;
|
|
23437
|
+
sentenceId?: number;
|
|
23438
|
+
start?: number;
|
|
23439
|
+
text?: string;
|
|
22661
23440
|
static names(): {
|
|
22662
23441
|
[key: string]: string;
|
|
22663
23442
|
};
|
|
@@ -22668,8 +23447,12 @@ export declare class QueryMeetingRoomGroupHeadersAccountContext extends $tea.Mod
|
|
|
22668
23447
|
[key: string]: any;
|
|
22669
23448
|
});
|
|
22670
23449
|
}
|
|
22671
|
-
export declare class
|
|
22672
|
-
|
|
23450
|
+
export declare class QueryMinutesSummaryResponseBodySummaryAutoChapters extends $tea.Model {
|
|
23451
|
+
end?: number;
|
|
23452
|
+
headline?: string;
|
|
23453
|
+
id?: number;
|
|
23454
|
+
start?: number;
|
|
23455
|
+
summary?: string;
|
|
22673
23456
|
static names(): {
|
|
22674
23457
|
[key: string]: string;
|
|
22675
23458
|
};
|
|
@@ -22680,8 +23463,10 @@ export declare class QueryMeetingRoomGroupRequestTenantContext extends $tea.Mode
|
|
|
22680
23463
|
[key: string]: any;
|
|
22681
23464
|
});
|
|
22682
23465
|
}
|
|
22683
|
-
export declare class
|
|
22684
|
-
|
|
23466
|
+
export declare class QueryMinutesSummaryResponseBodySummaryConversationalSummary extends $tea.Model {
|
|
23467
|
+
speakerId?: string;
|
|
23468
|
+
speakerName?: string;
|
|
23469
|
+
summary?: string;
|
|
22685
23470
|
static names(): {
|
|
22686
23471
|
[key: string]: string;
|
|
22687
23472
|
};
|
|
@@ -22692,8 +23477,12 @@ export declare class QueryMeetingRoomGroupListHeadersAccountContext extends $tea
|
|
|
22692
23477
|
[key: string]: any;
|
|
22693
23478
|
});
|
|
22694
23479
|
}
|
|
22695
|
-
export declare class
|
|
22696
|
-
|
|
23480
|
+
export declare class QueryMinutesSummaryResponseBodySummaryKeySentences extends $tea.Model {
|
|
23481
|
+
end?: number;
|
|
23482
|
+
id?: number;
|
|
23483
|
+
sentenceId?: number;
|
|
23484
|
+
start?: number;
|
|
23485
|
+
text?: string;
|
|
22697
23486
|
static names(): {
|
|
22698
23487
|
[key: string]: string;
|
|
22699
23488
|
};
|
|
@@ -22704,10 +23493,11 @@ export declare class QueryMeetingRoomGroupListRequestTenantContext extends $tea.
|
|
|
22704
23493
|
[key: string]: any;
|
|
22705
23494
|
});
|
|
22706
23495
|
}
|
|
22707
|
-
export declare class
|
|
22708
|
-
|
|
22709
|
-
|
|
22710
|
-
|
|
23496
|
+
export declare class QueryMinutesSummaryResponseBodySummaryQuestionsAnsweringSummary extends $tea.Model {
|
|
23497
|
+
answer?: string;
|
|
23498
|
+
question?: string;
|
|
23499
|
+
sentenceIdsOfAnswer?: number[];
|
|
23500
|
+
sentenceIdsOfQuestion?: number[];
|
|
22711
23501
|
static names(): {
|
|
22712
23502
|
[key: string]: string;
|
|
22713
23503
|
};
|
|
@@ -22718,8 +23508,14 @@ export declare class QueryMeetingRoomGroupListResponseBodyResult extends $tea.Mo
|
|
|
22718
23508
|
[key: string]: any;
|
|
22719
23509
|
});
|
|
22720
23510
|
}
|
|
22721
|
-
export declare class
|
|
22722
|
-
|
|
23511
|
+
export declare class QueryMinutesSummaryResponseBodySummary extends $tea.Model {
|
|
23512
|
+
actions?: QueryMinutesSummaryResponseBodySummaryActions;
|
|
23513
|
+
autoChapters?: QueryMinutesSummaryResponseBodySummaryAutoChapters[];
|
|
23514
|
+
conversationalSummary?: QueryMinutesSummaryResponseBodySummaryConversationalSummary[];
|
|
23515
|
+
keySentences?: QueryMinutesSummaryResponseBodySummaryKeySentences;
|
|
23516
|
+
keywords?: string[];
|
|
23517
|
+
paragraphSummary?: string;
|
|
23518
|
+
questionsAnsweringSummary?: QueryMinutesSummaryResponseBodySummaryQuestionsAnsweringSummary[];
|
|
22723
23519
|
static names(): {
|
|
22724
23520
|
[key: string]: string;
|
|
22725
23521
|
};
|
|
@@ -22730,8 +23526,8 @@ export declare class QueryMeetingRoomListHeadersAccountContext extends $tea.Mode
|
|
|
22730
23526
|
[key: string]: any;
|
|
22731
23527
|
});
|
|
22732
23528
|
}
|
|
22733
|
-
export declare class
|
|
22734
|
-
|
|
23529
|
+
export declare class QueryMinutesTextHeadersAccountContext extends $tea.Model {
|
|
23530
|
+
accountId?: string;
|
|
22735
23531
|
static names(): {
|
|
22736
23532
|
[key: string]: string;
|
|
22737
23533
|
};
|
|
@@ -22742,10 +23538,8 @@ export declare class QueryMeetingRoomListRequestTenantContext extends $tea.Model
|
|
|
22742
23538
|
[key: string]: any;
|
|
22743
23539
|
});
|
|
22744
23540
|
}
|
|
22745
|
-
export declare class
|
|
22746
|
-
|
|
22747
|
-
groupName?: string;
|
|
22748
|
-
parentId?: number;
|
|
23541
|
+
export declare class QueryMinutesTextRequestTenantContext extends $tea.Model {
|
|
23542
|
+
tenantId?: string;
|
|
22749
23543
|
static names(): {
|
|
22750
23544
|
[key: string]: string;
|
|
22751
23545
|
};
|
|
@@ -22756,9 +23550,11 @@ export declare class QueryMeetingRoomListResponseBodyResultRoomGroup extends $te
|
|
|
22756
23550
|
[key: string]: any;
|
|
22757
23551
|
});
|
|
22758
23552
|
}
|
|
22759
|
-
export declare class
|
|
22760
|
-
|
|
22761
|
-
|
|
23553
|
+
export declare class QueryMinutesTextResponseBodyParagraphListSentenceListWordList extends $tea.Model {
|
|
23554
|
+
endTime?: number;
|
|
23555
|
+
startTime?: number;
|
|
23556
|
+
word?: string;
|
|
23557
|
+
wordId?: string;
|
|
22762
23558
|
static names(): {
|
|
22763
23559
|
[key: string]: string;
|
|
22764
23560
|
};
|
|
@@ -22769,9 +23565,12 @@ export declare class QueryMeetingRoomListResponseBodyResultRoomLabels extends $t
|
|
|
22769
23565
|
[key: string]: any;
|
|
22770
23566
|
});
|
|
22771
23567
|
}
|
|
22772
|
-
export declare class
|
|
22773
|
-
|
|
22774
|
-
|
|
23568
|
+
export declare class QueryMinutesTextResponseBodyParagraphListSentenceList extends $tea.Model {
|
|
23569
|
+
endTime?: number;
|
|
23570
|
+
sentence?: string;
|
|
23571
|
+
startTime?: number;
|
|
23572
|
+
userId?: string;
|
|
23573
|
+
wordList?: QueryMinutesTextResponseBodyParagraphListSentenceListWordList[];
|
|
22775
23574
|
static names(): {
|
|
22776
23575
|
[key: string]: string;
|
|
22777
23576
|
};
|
|
@@ -22782,18 +23581,15 @@ export declare class QueryMeetingRoomListResponseBodyResultRoomLocation extends
|
|
|
22782
23581
|
[key: string]: any;
|
|
22783
23582
|
});
|
|
22784
23583
|
}
|
|
22785
|
-
export declare class
|
|
22786
|
-
|
|
22787
|
-
|
|
22788
|
-
|
|
22789
|
-
|
|
22790
|
-
|
|
22791
|
-
|
|
22792
|
-
|
|
22793
|
-
|
|
22794
|
-
roomPicture?: string;
|
|
22795
|
-
roomStaffId?: string;
|
|
22796
|
-
roomStatus?: number;
|
|
23584
|
+
export declare class QueryMinutesTextResponseBodyParagraphList extends $tea.Model {
|
|
23585
|
+
endTime?: number;
|
|
23586
|
+
nickName?: string;
|
|
23587
|
+
paragraph?: string;
|
|
23588
|
+
paragraphId?: number;
|
|
23589
|
+
recordId?: number;
|
|
23590
|
+
sentenceList?: QueryMinutesTextResponseBodyParagraphListSentenceList[];
|
|
23591
|
+
startTime?: number;
|
|
23592
|
+
userId?: string;
|
|
22797
23593
|
static names(): {
|
|
22798
23594
|
[key: string]: string;
|
|
22799
23595
|
};
|
|
@@ -23773,6 +24569,30 @@ export declare class StartInstanceHeadersAccountContext extends $tea.Model {
|
|
|
23773
24569
|
[key: string]: any;
|
|
23774
24570
|
});
|
|
23775
24571
|
}
|
|
24572
|
+
export declare class StartMinutesHeadersAccountContext extends $tea.Model {
|
|
24573
|
+
accountId?: string;
|
|
24574
|
+
static names(): {
|
|
24575
|
+
[key: string]: string;
|
|
24576
|
+
};
|
|
24577
|
+
static types(): {
|
|
24578
|
+
[key: string]: any;
|
|
24579
|
+
};
|
|
24580
|
+
constructor(map?: {
|
|
24581
|
+
[key: string]: any;
|
|
24582
|
+
});
|
|
24583
|
+
}
|
|
24584
|
+
export declare class StartMinutesRequestTenantContext extends $tea.Model {
|
|
24585
|
+
tenantId?: string;
|
|
24586
|
+
static names(): {
|
|
24587
|
+
[key: string]: string;
|
|
24588
|
+
};
|
|
24589
|
+
static types(): {
|
|
24590
|
+
[key: string]: any;
|
|
24591
|
+
};
|
|
24592
|
+
constructor(map?: {
|
|
24593
|
+
[key: string]: any;
|
|
24594
|
+
});
|
|
24595
|
+
}
|
|
23776
24596
|
export declare class StatisticsListByTypeReportHeadersAccountContext extends $tea.Model {
|
|
23777
24597
|
accountId?: string;
|
|
23778
24598
|
static names(): {
|
|
@@ -23845,6 +24665,30 @@ export declare class StopCloudRecordRequestTenantContext extends $tea.Model {
|
|
|
23845
24665
|
[key: string]: any;
|
|
23846
24666
|
});
|
|
23847
24667
|
}
|
|
24668
|
+
export declare class StopMinutesHeadersAccountContext extends $tea.Model {
|
|
24669
|
+
accountId?: string;
|
|
24670
|
+
static names(): {
|
|
24671
|
+
[key: string]: string;
|
|
24672
|
+
};
|
|
24673
|
+
static types(): {
|
|
24674
|
+
[key: string]: any;
|
|
24675
|
+
};
|
|
24676
|
+
constructor(map?: {
|
|
24677
|
+
[key: string]: any;
|
|
24678
|
+
});
|
|
24679
|
+
}
|
|
24680
|
+
export declare class StopMinutesRequestTenantContext extends $tea.Model {
|
|
24681
|
+
tenantId?: string;
|
|
24682
|
+
static names(): {
|
|
24683
|
+
[key: string]: string;
|
|
24684
|
+
};
|
|
24685
|
+
static types(): {
|
|
24686
|
+
[key: string]: any;
|
|
24687
|
+
};
|
|
24688
|
+
constructor(map?: {
|
|
24689
|
+
[key: string]: any;
|
|
24690
|
+
});
|
|
24691
|
+
}
|
|
23848
24692
|
export declare class SubscribeCalendarHeadersAccountContext extends $tea.Model {
|
|
23849
24693
|
accountId?: string;
|
|
23850
24694
|
static names(): {
|
|
@@ -24672,6 +25516,22 @@ export default class Client extends OpenApi {
|
|
|
24672
25516
|
* @return ClearDataResponse
|
|
24673
25517
|
*/
|
|
24674
25518
|
clearData(request: ClearDataRequest): Promise<ClearDataResponse>;
|
|
25519
|
+
/**
|
|
25520
|
+
* @summary 关闭视频会议
|
|
25521
|
+
*
|
|
25522
|
+
* @param tmpReq CloseVideoConferenceRequest
|
|
25523
|
+
* @param tmpHeader CloseVideoConferenceHeaders
|
|
25524
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
25525
|
+
* @return CloseVideoConferenceResponse
|
|
25526
|
+
*/
|
|
25527
|
+
closeVideoConferenceWithOptions(tmpReq: CloseVideoConferenceRequest, tmpHeader: CloseVideoConferenceHeaders, runtime: $Util.RuntimeOptions): Promise<CloseVideoConferenceResponse>;
|
|
25528
|
+
/**
|
|
25529
|
+
* @summary 关闭视频会议
|
|
25530
|
+
*
|
|
25531
|
+
* @param request CloseVideoConferenceRequest
|
|
25532
|
+
* @return CloseVideoConferenceResponse
|
|
25533
|
+
*/
|
|
25534
|
+
closeVideoConference(request: CloseVideoConferenceRequest): Promise<CloseVideoConferenceResponse>;
|
|
24675
25535
|
/**
|
|
24676
25536
|
* @summary 获取日志评论列表
|
|
24677
25537
|
*
|
|
@@ -26508,6 +27368,54 @@ export default class Client extends OpenApi {
|
|
|
26508
27368
|
* @return QueryMeetingRoomListResponse
|
|
26509
27369
|
*/
|
|
26510
27370
|
queryMeetingRoomList(request: QueryMeetingRoomListRequest): Promise<QueryMeetingRoomListResponse>;
|
|
27371
|
+
/**
|
|
27372
|
+
* @summary 查询闪记录音
|
|
27373
|
+
*
|
|
27374
|
+
* @param tmpReq QueryMinutesRequest
|
|
27375
|
+
* @param tmpHeader QueryMinutesHeaders
|
|
27376
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
27377
|
+
* @return QueryMinutesResponse
|
|
27378
|
+
*/
|
|
27379
|
+
queryMinutesWithOptions(tmpReq: QueryMinutesRequest, tmpHeader: QueryMinutesHeaders, runtime: $Util.RuntimeOptions): Promise<QueryMinutesResponse>;
|
|
27380
|
+
/**
|
|
27381
|
+
* @summary 查询闪记录音
|
|
27382
|
+
*
|
|
27383
|
+
* @param request QueryMinutesRequest
|
|
27384
|
+
* @return QueryMinutesResponse
|
|
27385
|
+
*/
|
|
27386
|
+
queryMinutes(request: QueryMinutesRequest): Promise<QueryMinutesResponse>;
|
|
27387
|
+
/**
|
|
27388
|
+
* @summary 查询会议闪记智能纪要
|
|
27389
|
+
*
|
|
27390
|
+
* @param tmpReq QueryMinutesSummaryRequest
|
|
27391
|
+
* @param tmpHeader QueryMinutesSummaryHeaders
|
|
27392
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
27393
|
+
* @return QueryMinutesSummaryResponse
|
|
27394
|
+
*/
|
|
27395
|
+
queryMinutesSummaryWithOptions(tmpReq: QueryMinutesSummaryRequest, tmpHeader: QueryMinutesSummaryHeaders, runtime: $Util.RuntimeOptions): Promise<QueryMinutesSummaryResponse>;
|
|
27396
|
+
/**
|
|
27397
|
+
* @summary 查询会议闪记智能纪要
|
|
27398
|
+
*
|
|
27399
|
+
* @param request QueryMinutesSummaryRequest
|
|
27400
|
+
* @return QueryMinutesSummaryResponse
|
|
27401
|
+
*/
|
|
27402
|
+
queryMinutesSummary(request: QueryMinutesSummaryRequest): Promise<QueryMinutesSummaryResponse>;
|
|
27403
|
+
/**
|
|
27404
|
+
* @summary 查询会议闪记的文本信息
|
|
27405
|
+
*
|
|
27406
|
+
* @param tmpReq QueryMinutesTextRequest
|
|
27407
|
+
* @param tmpHeader QueryMinutesTextHeaders
|
|
27408
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
27409
|
+
* @return QueryMinutesTextResponse
|
|
27410
|
+
*/
|
|
27411
|
+
queryMinutesTextWithOptions(tmpReq: QueryMinutesTextRequest, tmpHeader: QueryMinutesTextHeaders, runtime: $Util.RuntimeOptions): Promise<QueryMinutesTextResponse>;
|
|
27412
|
+
/**
|
|
27413
|
+
* @summary 查询会议闪记的文本信息
|
|
27414
|
+
*
|
|
27415
|
+
* @param request QueryMinutesTextRequest
|
|
27416
|
+
* @return QueryMinutesTextResponse
|
|
27417
|
+
*/
|
|
27418
|
+
queryMinutesText(request: QueryMinutesTextRequest): Promise<QueryMinutesTextResponse>;
|
|
26511
27419
|
/**
|
|
26512
27420
|
* @summary 查询企业荣誉
|
|
26513
27421
|
*
|
|
@@ -26956,6 +27864,22 @@ export default class Client extends OpenApi {
|
|
|
26956
27864
|
* @return StartInstanceResponse
|
|
26957
27865
|
*/
|
|
26958
27866
|
startInstance(request: StartInstanceRequest): Promise<StartInstanceResponse>;
|
|
27867
|
+
/**
|
|
27868
|
+
* @summary 开启闪记
|
|
27869
|
+
*
|
|
27870
|
+
* @param tmpReq StartMinutesRequest
|
|
27871
|
+
* @param tmpHeader StartMinutesHeaders
|
|
27872
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
27873
|
+
* @return StartMinutesResponse
|
|
27874
|
+
*/
|
|
27875
|
+
startMinutesWithOptions(tmpReq: StartMinutesRequest, tmpHeader: StartMinutesHeaders, runtime: $Util.RuntimeOptions): Promise<StartMinutesResponse>;
|
|
27876
|
+
/**
|
|
27877
|
+
* @summary 开启闪记
|
|
27878
|
+
*
|
|
27879
|
+
* @param request StartMinutesRequest
|
|
27880
|
+
* @return StartMinutesResponse
|
|
27881
|
+
*/
|
|
27882
|
+
startMinutes(request: StartMinutesRequest): Promise<StartMinutesResponse>;
|
|
26959
27883
|
/**
|
|
26960
27884
|
* @summary 获取日志相关人员列表
|
|
26961
27885
|
*
|
|
@@ -27004,6 +27928,22 @@ export default class Client extends OpenApi {
|
|
|
27004
27928
|
* @return StopCloudRecordResponse
|
|
27005
27929
|
*/
|
|
27006
27930
|
stopCloudRecord(request: StopCloudRecordRequest): Promise<StopCloudRecordResponse>;
|
|
27931
|
+
/**
|
|
27932
|
+
* @summary 暂停闪记
|
|
27933
|
+
*
|
|
27934
|
+
* @param tmpReq StopMinutesRequest
|
|
27935
|
+
* @param tmpHeader StopMinutesHeaders
|
|
27936
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
27937
|
+
* @return StopMinutesResponse
|
|
27938
|
+
*/
|
|
27939
|
+
stopMinutesWithOptions(tmpReq: StopMinutesRequest, tmpHeader: StopMinutesHeaders, runtime: $Util.RuntimeOptions): Promise<StopMinutesResponse>;
|
|
27940
|
+
/**
|
|
27941
|
+
* @summary 暂停闪记
|
|
27942
|
+
*
|
|
27943
|
+
* @param request StopMinutesRequest
|
|
27944
|
+
* @return StopMinutesResponse
|
|
27945
|
+
*/
|
|
27946
|
+
stopMinutes(request: StopMinutesRequest): Promise<StopMinutesResponse>;
|
|
27007
27947
|
/**
|
|
27008
27948
|
* @summary 订阅公共日历
|
|
27009
27949
|
*
|