@alicloud/aliding20230426 2.5.0 → 2.6.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/client.d.ts +952 -480
- package/dist/client.js +860 -11
- package/dist/client.js.map +1 -1
- package/package.json +2 -2
- package/src/client.ts +1524 -480
package/dist/client.d.ts
CHANGED
|
@@ -87,11 +87,11 @@ export declare class AddAttendeeResponseBody extends $tea.Model {
|
|
|
87
87
|
});
|
|
88
88
|
}
|
|
89
89
|
export declare class AddAttendeeResponse extends $tea.Model {
|
|
90
|
-
headers
|
|
90
|
+
headers?: {
|
|
91
91
|
[key: string]: string;
|
|
92
92
|
};
|
|
93
|
-
statusCode
|
|
94
|
-
body
|
|
93
|
+
statusCode?: number;
|
|
94
|
+
body?: AddAttendeeResponseBody;
|
|
95
95
|
static names(): {
|
|
96
96
|
[key: string]: string;
|
|
97
97
|
};
|
|
@@ -174,11 +174,11 @@ export declare class AddMeetingRoomsResponseBody extends $tea.Model {
|
|
|
174
174
|
});
|
|
175
175
|
}
|
|
176
176
|
export declare class AddMeetingRoomsResponse extends $tea.Model {
|
|
177
|
-
headers
|
|
177
|
+
headers?: {
|
|
178
178
|
[key: string]: string;
|
|
179
179
|
};
|
|
180
|
-
statusCode
|
|
181
|
-
body
|
|
180
|
+
statusCode?: number;
|
|
181
|
+
body?: AddMeetingRoomsResponseBody;
|
|
182
182
|
static names(): {
|
|
183
183
|
[key: string]: string;
|
|
184
184
|
};
|
|
@@ -246,11 +246,11 @@ export declare class AddScenegroupMemberResponseBody extends $tea.Model {
|
|
|
246
246
|
});
|
|
247
247
|
}
|
|
248
248
|
export declare class AddScenegroupMemberResponse extends $tea.Model {
|
|
249
|
-
headers
|
|
249
|
+
headers?: {
|
|
250
250
|
[key: string]: string;
|
|
251
251
|
};
|
|
252
|
-
statusCode
|
|
253
|
-
body
|
|
252
|
+
statusCode?: number;
|
|
253
|
+
body?: AddScenegroupMemberResponseBody;
|
|
254
254
|
static names(): {
|
|
255
255
|
[key: string]: string;
|
|
256
256
|
};
|
|
@@ -333,11 +333,11 @@ export declare class AddWorkspaceResponseBody extends $tea.Model {
|
|
|
333
333
|
});
|
|
334
334
|
}
|
|
335
335
|
export declare class AddWorkspaceResponse extends $tea.Model {
|
|
336
|
-
headers
|
|
336
|
+
headers?: {
|
|
337
337
|
[key: string]: string;
|
|
338
338
|
};
|
|
339
|
-
statusCode
|
|
340
|
-
body
|
|
339
|
+
statusCode?: number;
|
|
340
|
+
body?: AddWorkspaceResponseBody;
|
|
341
341
|
static names(): {
|
|
342
342
|
[key: string]: string;
|
|
343
343
|
};
|
|
@@ -421,11 +421,11 @@ export declare class AddWorkspaceDocMembersResponseBody extends $tea.Model {
|
|
|
421
421
|
});
|
|
422
422
|
}
|
|
423
423
|
export declare class AddWorkspaceDocMembersResponse extends $tea.Model {
|
|
424
|
-
headers
|
|
424
|
+
headers?: {
|
|
425
425
|
[key: string]: string;
|
|
426
426
|
};
|
|
427
|
-
statusCode
|
|
428
|
-
body
|
|
427
|
+
statusCode?: number;
|
|
428
|
+
body?: AddWorkspaceDocMembersResponseBody;
|
|
429
429
|
static names(): {
|
|
430
430
|
[key: string]: string;
|
|
431
431
|
};
|
|
@@ -508,11 +508,11 @@ export declare class AddWorkspaceMembersResponseBody extends $tea.Model {
|
|
|
508
508
|
});
|
|
509
509
|
}
|
|
510
510
|
export declare class AddWorkspaceMembersResponse extends $tea.Model {
|
|
511
|
-
headers
|
|
511
|
+
headers?: {
|
|
512
512
|
[key: string]: string;
|
|
513
513
|
};
|
|
514
|
-
statusCode
|
|
515
|
-
body
|
|
514
|
+
statusCode?: number;
|
|
515
|
+
body?: AddWorkspaceMembersResponseBody;
|
|
516
516
|
static names(): {
|
|
517
517
|
[key: string]: string;
|
|
518
518
|
};
|
|
@@ -601,11 +601,11 @@ export declare class BatchGetFormDataByIdListResponseBody extends $tea.Model {
|
|
|
601
601
|
});
|
|
602
602
|
}
|
|
603
603
|
export declare class BatchGetFormDataByIdListResponse extends $tea.Model {
|
|
604
|
-
headers
|
|
604
|
+
headers?: {
|
|
605
605
|
[key: string]: string;
|
|
606
606
|
};
|
|
607
|
-
statusCode
|
|
608
|
-
body
|
|
607
|
+
statusCode?: number;
|
|
608
|
+
body?: BatchGetFormDataByIdListResponseBody;
|
|
609
609
|
static names(): {
|
|
610
610
|
[key: string]: string;
|
|
611
611
|
};
|
|
@@ -695,11 +695,11 @@ export declare class BatchRemovalByFormInstanceIdListResponseBody extends $tea.M
|
|
|
695
695
|
});
|
|
696
696
|
}
|
|
697
697
|
export declare class BatchRemovalByFormInstanceIdListResponse extends $tea.Model {
|
|
698
|
-
headers
|
|
698
|
+
headers?: {
|
|
699
699
|
[key: string]: string;
|
|
700
700
|
};
|
|
701
|
-
statusCode
|
|
702
|
-
body
|
|
701
|
+
statusCode?: number;
|
|
702
|
+
body?: BatchRemovalByFormInstanceIdListResponseBody;
|
|
703
703
|
static names(): {
|
|
704
704
|
[key: string]: string;
|
|
705
705
|
};
|
|
@@ -792,11 +792,11 @@ export declare class BatchSaveFormDataResponseBody extends $tea.Model {
|
|
|
792
792
|
});
|
|
793
793
|
}
|
|
794
794
|
export declare class BatchSaveFormDataResponse extends $tea.Model {
|
|
795
|
-
headers
|
|
795
|
+
headers?: {
|
|
796
796
|
[key: string]: string;
|
|
797
797
|
};
|
|
798
|
-
statusCode
|
|
799
|
-
body
|
|
798
|
+
statusCode?: number;
|
|
799
|
+
body?: BatchSaveFormDataResponseBody;
|
|
800
800
|
static names(): {
|
|
801
801
|
[key: string]: string;
|
|
802
802
|
};
|
|
@@ -893,11 +893,11 @@ export declare class BatchUpdateFormDataByInstanceIdResponseBody extends $tea.Mo
|
|
|
893
893
|
});
|
|
894
894
|
}
|
|
895
895
|
export declare class BatchUpdateFormDataByInstanceIdResponse extends $tea.Model {
|
|
896
|
-
headers
|
|
896
|
+
headers?: {
|
|
897
897
|
[key: string]: string;
|
|
898
898
|
};
|
|
899
|
-
statusCode
|
|
900
|
-
body
|
|
899
|
+
statusCode?: number;
|
|
900
|
+
body?: BatchUpdateFormDataByInstanceIdResponseBody;
|
|
901
901
|
static names(): {
|
|
902
902
|
[key: string]: string;
|
|
903
903
|
};
|
|
@@ -994,11 +994,11 @@ export declare class BatchUpdateFormDataByInstanceMapResponseBody extends $tea.M
|
|
|
994
994
|
});
|
|
995
995
|
}
|
|
996
996
|
export declare class BatchUpdateFormDataByInstanceMapResponse extends $tea.Model {
|
|
997
|
-
headers
|
|
997
|
+
headers?: {
|
|
998
998
|
[key: string]: string;
|
|
999
999
|
};
|
|
1000
|
-
statusCode
|
|
1001
|
-
body
|
|
1000
|
+
statusCode?: number;
|
|
1001
|
+
body?: BatchUpdateFormDataByInstanceMapResponseBody;
|
|
1002
1002
|
static names(): {
|
|
1003
1003
|
[key: string]: string;
|
|
1004
1004
|
};
|
|
@@ -1079,11 +1079,11 @@ export declare class CancelScheduleConferenceResponseBody extends $tea.Model {
|
|
|
1079
1079
|
});
|
|
1080
1080
|
}
|
|
1081
1081
|
export declare class CancelScheduleConferenceResponse extends $tea.Model {
|
|
1082
|
-
headers
|
|
1082
|
+
headers?: {
|
|
1083
1083
|
[key: string]: string;
|
|
1084
1084
|
};
|
|
1085
|
-
statusCode
|
|
1086
|
-
body
|
|
1085
|
+
statusCode?: number;
|
|
1086
|
+
body?: CancelScheduleConferenceResponseBody;
|
|
1087
1087
|
static names(): {
|
|
1088
1088
|
[key: string]: string;
|
|
1089
1089
|
};
|
|
@@ -1168,11 +1168,11 @@ export declare class ClearResponseBody extends $tea.Model {
|
|
|
1168
1168
|
});
|
|
1169
1169
|
}
|
|
1170
1170
|
export declare class ClearResponse extends $tea.Model {
|
|
1171
|
-
headers
|
|
1171
|
+
headers?: {
|
|
1172
1172
|
[key: string]: string;
|
|
1173
1173
|
};
|
|
1174
|
-
statusCode
|
|
1175
|
-
body
|
|
1174
|
+
statusCode?: number;
|
|
1175
|
+
body?: ClearResponseBody;
|
|
1176
1176
|
static names(): {
|
|
1177
1177
|
[key: string]: string;
|
|
1178
1178
|
};
|
|
@@ -1257,11 +1257,11 @@ export declare class ClearDataResponseBody extends $tea.Model {
|
|
|
1257
1257
|
});
|
|
1258
1258
|
}
|
|
1259
1259
|
export declare class ClearDataResponse extends $tea.Model {
|
|
1260
|
-
headers
|
|
1260
|
+
headers?: {
|
|
1261
1261
|
[key: string]: string;
|
|
1262
1262
|
};
|
|
1263
|
-
statusCode
|
|
1264
|
-
body
|
|
1263
|
+
statusCode?: number;
|
|
1264
|
+
body?: ClearDataResponseBody;
|
|
1265
1265
|
static names(): {
|
|
1266
1266
|
[key: string]: string;
|
|
1267
1267
|
};
|
|
@@ -1348,11 +1348,11 @@ export declare class CommentListReportResponseBody extends $tea.Model {
|
|
|
1348
1348
|
});
|
|
1349
1349
|
}
|
|
1350
1350
|
export declare class CommentListReportResponse extends $tea.Model {
|
|
1351
|
-
headers
|
|
1351
|
+
headers?: {
|
|
1352
1352
|
[key: string]: string;
|
|
1353
1353
|
};
|
|
1354
|
-
statusCode
|
|
1355
|
-
body
|
|
1354
|
+
statusCode?: number;
|
|
1355
|
+
body?: CommentListReportResponseBody;
|
|
1356
1356
|
static names(): {
|
|
1357
1357
|
[key: string]: string;
|
|
1358
1358
|
};
|
|
@@ -1446,11 +1446,11 @@ export declare class CreateDeliveryPlanResponseBody extends $tea.Model {
|
|
|
1446
1446
|
});
|
|
1447
1447
|
}
|
|
1448
1448
|
export declare class CreateDeliveryPlanResponse extends $tea.Model {
|
|
1449
|
-
headers
|
|
1449
|
+
headers?: {
|
|
1450
1450
|
[key: string]: string;
|
|
1451
1451
|
};
|
|
1452
|
-
statusCode
|
|
1453
|
-
body
|
|
1452
|
+
statusCode?: number;
|
|
1453
|
+
body?: CreateDeliveryPlanResponseBody;
|
|
1454
1454
|
static names(): {
|
|
1455
1455
|
[key: string]: string;
|
|
1456
1456
|
};
|
|
@@ -1569,11 +1569,11 @@ export declare class CreateEventResponseBody extends $tea.Model {
|
|
|
1569
1569
|
});
|
|
1570
1570
|
}
|
|
1571
1571
|
export declare class CreateEventResponse extends $tea.Model {
|
|
1572
|
-
headers
|
|
1572
|
+
headers?: {
|
|
1573
1573
|
[key: string]: string;
|
|
1574
1574
|
};
|
|
1575
|
-
statusCode
|
|
1576
|
-
body
|
|
1575
|
+
statusCode?: number;
|
|
1576
|
+
body?: CreateEventResponseBody;
|
|
1577
1577
|
static names(): {
|
|
1578
1578
|
[key: string]: string;
|
|
1579
1579
|
};
|
|
@@ -1664,11 +1664,11 @@ export declare class CreateLiveResponseBody extends $tea.Model {
|
|
|
1664
1664
|
});
|
|
1665
1665
|
}
|
|
1666
1666
|
export declare class CreateLiveResponse extends $tea.Model {
|
|
1667
|
-
headers
|
|
1667
|
+
headers?: {
|
|
1668
1668
|
[key: string]: string;
|
|
1669
1669
|
};
|
|
1670
|
-
statusCode
|
|
1671
|
-
body
|
|
1670
|
+
statusCode?: number;
|
|
1671
|
+
body?: CreateLiveResponseBody;
|
|
1672
1672
|
static names(): {
|
|
1673
1673
|
[key: string]: string;
|
|
1674
1674
|
};
|
|
@@ -1769,11 +1769,11 @@ export declare class CreateMeetingRoomResponseBody extends $tea.Model {
|
|
|
1769
1769
|
});
|
|
1770
1770
|
}
|
|
1771
1771
|
export declare class CreateMeetingRoomResponse extends $tea.Model {
|
|
1772
|
-
headers
|
|
1772
|
+
headers?: {
|
|
1773
1773
|
[key: string]: string;
|
|
1774
1774
|
};
|
|
1775
|
-
statusCode
|
|
1776
|
-
body
|
|
1775
|
+
statusCode?: number;
|
|
1776
|
+
body?: CreateMeetingRoomResponseBody;
|
|
1777
1777
|
static names(): {
|
|
1778
1778
|
[key: string]: string;
|
|
1779
1779
|
};
|
|
@@ -1856,11 +1856,11 @@ export declare class CreateMeetingRoomGroupResponseBody extends $tea.Model {
|
|
|
1856
1856
|
});
|
|
1857
1857
|
}
|
|
1858
1858
|
export declare class CreateMeetingRoomGroupResponse extends $tea.Model {
|
|
1859
|
-
headers
|
|
1859
|
+
headers?: {
|
|
1860
1860
|
[key: string]: string;
|
|
1861
1861
|
};
|
|
1862
|
-
statusCode
|
|
1863
|
-
body
|
|
1862
|
+
statusCode?: number;
|
|
1863
|
+
body?: CreateMeetingRoomGroupResponseBody;
|
|
1864
1864
|
static names(): {
|
|
1865
1865
|
[key: string]: string;
|
|
1866
1866
|
};
|
|
@@ -1935,11 +1935,11 @@ export declare class CreateOrUpdateFormDataResponseBody extends $tea.Model {
|
|
|
1935
1935
|
});
|
|
1936
1936
|
}
|
|
1937
1937
|
export declare class CreateOrUpdateFormDataResponse extends $tea.Model {
|
|
1938
|
-
headers
|
|
1938
|
+
headers?: {
|
|
1939
1939
|
[key: string]: string;
|
|
1940
1940
|
};
|
|
1941
|
-
statusCode
|
|
1942
|
-
body
|
|
1941
|
+
statusCode?: number;
|
|
1942
|
+
body?: CreateOrUpdateFormDataResponseBody;
|
|
1943
1943
|
static names(): {
|
|
1944
1944
|
[key: string]: string;
|
|
1945
1945
|
};
|
|
@@ -2032,11 +2032,11 @@ export declare class CreateOrgHonorTemplateResponseBody extends $tea.Model {
|
|
|
2032
2032
|
});
|
|
2033
2033
|
}
|
|
2034
2034
|
export declare class CreateOrgHonorTemplateResponse extends $tea.Model {
|
|
2035
|
-
headers
|
|
2035
|
+
headers?: {
|
|
2036
2036
|
[key: string]: string;
|
|
2037
2037
|
};
|
|
2038
|
-
statusCode
|
|
2039
|
-
body
|
|
2038
|
+
statusCode?: number;
|
|
2039
|
+
body?: CreateOrgHonorTemplateResponseBody;
|
|
2040
2040
|
static names(): {
|
|
2041
2041
|
[key: string]: string;
|
|
2042
2042
|
};
|
|
@@ -2130,11 +2130,11 @@ export declare class CreatePersonalTodoTaskResponseBody extends $tea.Model {
|
|
|
2130
2130
|
});
|
|
2131
2131
|
}
|
|
2132
2132
|
export declare class CreatePersonalTodoTaskResponse extends $tea.Model {
|
|
2133
|
-
headers
|
|
2133
|
+
headers?: {
|
|
2134
2134
|
[key: string]: string;
|
|
2135
2135
|
};
|
|
2136
|
-
statusCode
|
|
2137
|
-
body
|
|
2136
|
+
statusCode?: number;
|
|
2137
|
+
body?: CreatePersonalTodoTaskResponseBody;
|
|
2138
2138
|
static names(): {
|
|
2139
2139
|
[key: string]: string;
|
|
2140
2140
|
};
|
|
@@ -2225,11 +2225,11 @@ export declare class CreateReportResponseBody extends $tea.Model {
|
|
|
2225
2225
|
});
|
|
2226
2226
|
}
|
|
2227
2227
|
export declare class CreateReportResponse extends $tea.Model {
|
|
2228
|
-
headers
|
|
2228
|
+
headers?: {
|
|
2229
2229
|
[key: string]: string;
|
|
2230
2230
|
};
|
|
2231
|
-
statusCode
|
|
2232
|
-
body
|
|
2231
|
+
statusCode?: number;
|
|
2232
|
+
body?: CreateReportResponseBody;
|
|
2233
2233
|
static names(): {
|
|
2234
2234
|
[key: string]: string;
|
|
2235
2235
|
};
|
|
@@ -2315,11 +2315,11 @@ export declare class CreateScenegroupResponseBody extends $tea.Model {
|
|
|
2315
2315
|
});
|
|
2316
2316
|
}
|
|
2317
2317
|
export declare class CreateScenegroupResponse extends $tea.Model {
|
|
2318
|
-
headers
|
|
2318
|
+
headers?: {
|
|
2319
2319
|
[key: string]: string;
|
|
2320
2320
|
};
|
|
2321
|
-
statusCode
|
|
2322
|
-
body
|
|
2321
|
+
statusCode?: number;
|
|
2322
|
+
body?: CreateScenegroupResponseBody;
|
|
2323
2323
|
static names(): {
|
|
2324
2324
|
[key: string]: string;
|
|
2325
2325
|
};
|
|
@@ -2407,11 +2407,203 @@ export declare class CreateScheduleConferenceResponseBody extends $tea.Model {
|
|
|
2407
2407
|
});
|
|
2408
2408
|
}
|
|
2409
2409
|
export declare class CreateScheduleConferenceResponse extends $tea.Model {
|
|
2410
|
-
headers
|
|
2410
|
+
headers?: {
|
|
2411
2411
|
[key: string]: string;
|
|
2412
2412
|
};
|
|
2413
|
-
statusCode
|
|
2414
|
-
body
|
|
2413
|
+
statusCode?: number;
|
|
2414
|
+
body?: CreateScheduleConferenceResponseBody;
|
|
2415
|
+
static names(): {
|
|
2416
|
+
[key: string]: string;
|
|
2417
|
+
};
|
|
2418
|
+
static types(): {
|
|
2419
|
+
[key: string]: any;
|
|
2420
|
+
};
|
|
2421
|
+
constructor(map?: {
|
|
2422
|
+
[key: string]: any;
|
|
2423
|
+
});
|
|
2424
|
+
}
|
|
2425
|
+
export declare class CreateSearchDomeHeaders extends $tea.Model {
|
|
2426
|
+
commonHeaders?: {
|
|
2427
|
+
[key: string]: string;
|
|
2428
|
+
};
|
|
2429
|
+
accountContext?: CreateSearchDomeHeadersAccountContext;
|
|
2430
|
+
static names(): {
|
|
2431
|
+
[key: string]: string;
|
|
2432
|
+
};
|
|
2433
|
+
static types(): {
|
|
2434
|
+
[key: string]: any;
|
|
2435
|
+
};
|
|
2436
|
+
constructor(map?: {
|
|
2437
|
+
[key: string]: any;
|
|
2438
|
+
});
|
|
2439
|
+
}
|
|
2440
|
+
export declare class CreateSearchDomeShrinkHeaders extends $tea.Model {
|
|
2441
|
+
commonHeaders?: {
|
|
2442
|
+
[key: string]: string;
|
|
2443
|
+
};
|
|
2444
|
+
accountContextShrink?: string;
|
|
2445
|
+
static names(): {
|
|
2446
|
+
[key: string]: string;
|
|
2447
|
+
};
|
|
2448
|
+
static types(): {
|
|
2449
|
+
[key: string]: any;
|
|
2450
|
+
};
|
|
2451
|
+
constructor(map?: {
|
|
2452
|
+
[key: string]: any;
|
|
2453
|
+
});
|
|
2454
|
+
}
|
|
2455
|
+
export declare class CreateSearchDomeRequest extends $tea.Model {
|
|
2456
|
+
content?: string;
|
|
2457
|
+
endTime?: number;
|
|
2458
|
+
resId?: string;
|
|
2459
|
+
startTime?: number;
|
|
2460
|
+
tenantContext?: CreateSearchDomeRequestTenantContext;
|
|
2461
|
+
userIdList?: string[];
|
|
2462
|
+
static names(): {
|
|
2463
|
+
[key: string]: string;
|
|
2464
|
+
};
|
|
2465
|
+
static types(): {
|
|
2466
|
+
[key: string]: any;
|
|
2467
|
+
};
|
|
2468
|
+
constructor(map?: {
|
|
2469
|
+
[key: string]: any;
|
|
2470
|
+
});
|
|
2471
|
+
}
|
|
2472
|
+
export declare class CreateSearchDomeShrinkRequest extends $tea.Model {
|
|
2473
|
+
content?: string;
|
|
2474
|
+
endTime?: number;
|
|
2475
|
+
resId?: string;
|
|
2476
|
+
startTime?: number;
|
|
2477
|
+
tenantContextShrink?: string;
|
|
2478
|
+
userIdListShrink?: string;
|
|
2479
|
+
static names(): {
|
|
2480
|
+
[key: string]: string;
|
|
2481
|
+
};
|
|
2482
|
+
static types(): {
|
|
2483
|
+
[key: string]: any;
|
|
2484
|
+
};
|
|
2485
|
+
constructor(map?: {
|
|
2486
|
+
[key: string]: any;
|
|
2487
|
+
});
|
|
2488
|
+
}
|
|
2489
|
+
export declare class CreateSearchDomeResponseBody extends $tea.Model {
|
|
2490
|
+
arguments?: any[];
|
|
2491
|
+
requestId?: string;
|
|
2492
|
+
success?: boolean;
|
|
2493
|
+
vendorRequestId?: string;
|
|
2494
|
+
vendorType?: string;
|
|
2495
|
+
static names(): {
|
|
2496
|
+
[key: string]: string;
|
|
2497
|
+
};
|
|
2498
|
+
static types(): {
|
|
2499
|
+
[key: string]: any;
|
|
2500
|
+
};
|
|
2501
|
+
constructor(map?: {
|
|
2502
|
+
[key: string]: any;
|
|
2503
|
+
});
|
|
2504
|
+
}
|
|
2505
|
+
export declare class CreateSearchDomeResponse extends $tea.Model {
|
|
2506
|
+
headers?: {
|
|
2507
|
+
[key: string]: string;
|
|
2508
|
+
};
|
|
2509
|
+
statusCode?: number;
|
|
2510
|
+
body?: CreateSearchDomeResponseBody;
|
|
2511
|
+
static names(): {
|
|
2512
|
+
[key: string]: string;
|
|
2513
|
+
};
|
|
2514
|
+
static types(): {
|
|
2515
|
+
[key: string]: any;
|
|
2516
|
+
};
|
|
2517
|
+
constructor(map?: {
|
|
2518
|
+
[key: string]: any;
|
|
2519
|
+
});
|
|
2520
|
+
}
|
|
2521
|
+
export declare class CreateSearchKeywordHeaders extends $tea.Model {
|
|
2522
|
+
commonHeaders?: {
|
|
2523
|
+
[key: string]: string;
|
|
2524
|
+
};
|
|
2525
|
+
accountContext?: CreateSearchKeywordHeadersAccountContext;
|
|
2526
|
+
static names(): {
|
|
2527
|
+
[key: string]: string;
|
|
2528
|
+
};
|
|
2529
|
+
static types(): {
|
|
2530
|
+
[key: string]: any;
|
|
2531
|
+
};
|
|
2532
|
+
constructor(map?: {
|
|
2533
|
+
[key: string]: any;
|
|
2534
|
+
});
|
|
2535
|
+
}
|
|
2536
|
+
export declare class CreateSearchKeywordShrinkHeaders extends $tea.Model {
|
|
2537
|
+
commonHeaders?: {
|
|
2538
|
+
[key: string]: string;
|
|
2539
|
+
};
|
|
2540
|
+
accountContextShrink?: string;
|
|
2541
|
+
static names(): {
|
|
2542
|
+
[key: string]: string;
|
|
2543
|
+
};
|
|
2544
|
+
static types(): {
|
|
2545
|
+
[key: string]: any;
|
|
2546
|
+
};
|
|
2547
|
+
constructor(map?: {
|
|
2548
|
+
[key: string]: any;
|
|
2549
|
+
});
|
|
2550
|
+
}
|
|
2551
|
+
export declare class CreateSearchKeywordRequest extends $tea.Model {
|
|
2552
|
+
content?: string;
|
|
2553
|
+
endTime?: number;
|
|
2554
|
+
resId?: string;
|
|
2555
|
+
startTime?: number;
|
|
2556
|
+
tenantContext?: CreateSearchKeywordRequestTenantContext;
|
|
2557
|
+
userIdList?: string[];
|
|
2558
|
+
static names(): {
|
|
2559
|
+
[key: string]: string;
|
|
2560
|
+
};
|
|
2561
|
+
static types(): {
|
|
2562
|
+
[key: string]: any;
|
|
2563
|
+
};
|
|
2564
|
+
constructor(map?: {
|
|
2565
|
+
[key: string]: any;
|
|
2566
|
+
});
|
|
2567
|
+
}
|
|
2568
|
+
export declare class CreateSearchKeywordShrinkRequest extends $tea.Model {
|
|
2569
|
+
content?: string;
|
|
2570
|
+
endTime?: number;
|
|
2571
|
+
resId?: string;
|
|
2572
|
+
startTime?: number;
|
|
2573
|
+
tenantContextShrink?: string;
|
|
2574
|
+
userIdListShrink?: string;
|
|
2575
|
+
static names(): {
|
|
2576
|
+
[key: string]: string;
|
|
2577
|
+
};
|
|
2578
|
+
static types(): {
|
|
2579
|
+
[key: string]: any;
|
|
2580
|
+
};
|
|
2581
|
+
constructor(map?: {
|
|
2582
|
+
[key: string]: any;
|
|
2583
|
+
});
|
|
2584
|
+
}
|
|
2585
|
+
export declare class CreateSearchKeywordResponseBody extends $tea.Model {
|
|
2586
|
+
arguments?: any[];
|
|
2587
|
+
requestId?: string;
|
|
2588
|
+
success?: boolean;
|
|
2589
|
+
vendorRequestId?: string;
|
|
2590
|
+
vendorType?: string;
|
|
2591
|
+
static names(): {
|
|
2592
|
+
[key: string]: string;
|
|
2593
|
+
};
|
|
2594
|
+
static types(): {
|
|
2595
|
+
[key: string]: any;
|
|
2596
|
+
};
|
|
2597
|
+
constructor(map?: {
|
|
2598
|
+
[key: string]: any;
|
|
2599
|
+
});
|
|
2600
|
+
}
|
|
2601
|
+
export declare class CreateSearchKeywordResponse extends $tea.Model {
|
|
2602
|
+
headers?: {
|
|
2603
|
+
[key: string]: string;
|
|
2604
|
+
};
|
|
2605
|
+
statusCode?: number;
|
|
2606
|
+
body?: CreateSearchKeywordResponseBody;
|
|
2415
2607
|
static names(): {
|
|
2416
2608
|
[key: string]: string;
|
|
2417
2609
|
};
|
|
@@ -2496,11 +2688,11 @@ export declare class CreateSheetResponseBody extends $tea.Model {
|
|
|
2496
2688
|
});
|
|
2497
2689
|
}
|
|
2498
2690
|
export declare class CreateSheetResponse extends $tea.Model {
|
|
2499
|
-
headers
|
|
2691
|
+
headers?: {
|
|
2500
2692
|
[key: string]: string;
|
|
2501
2693
|
};
|
|
2502
|
-
statusCode
|
|
2503
|
-
body
|
|
2694
|
+
statusCode?: number;
|
|
2695
|
+
body?: CreateSheetResponseBody;
|
|
2504
2696
|
static names(): {
|
|
2505
2697
|
[key: string]: string;
|
|
2506
2698
|
};
|
|
@@ -2585,11 +2777,11 @@ export declare class CreateSubscribedCalendarResponseBody extends $tea.Model {
|
|
|
2585
2777
|
});
|
|
2586
2778
|
}
|
|
2587
2779
|
export declare class CreateSubscribedCalendarResponse extends $tea.Model {
|
|
2588
|
-
headers
|
|
2780
|
+
headers?: {
|
|
2589
2781
|
[key: string]: string;
|
|
2590
2782
|
};
|
|
2591
|
-
statusCode
|
|
2592
|
-
body
|
|
2783
|
+
statusCode?: number;
|
|
2784
|
+
body?: CreateSubscribedCalendarResponseBody;
|
|
2593
2785
|
static names(): {
|
|
2594
2786
|
[key: string]: string;
|
|
2595
2787
|
};
|
|
@@ -2714,11 +2906,11 @@ export declare class CreateTodoTaskResponseBody extends $tea.Model {
|
|
|
2714
2906
|
});
|
|
2715
2907
|
}
|
|
2716
2908
|
export declare class CreateTodoTaskResponse extends $tea.Model {
|
|
2717
|
-
headers
|
|
2909
|
+
headers?: {
|
|
2718
2910
|
[key: string]: string;
|
|
2719
2911
|
};
|
|
2720
|
-
statusCode
|
|
2721
|
-
body
|
|
2912
|
+
statusCode?: number;
|
|
2913
|
+
body?: CreateTodoTaskResponseBody;
|
|
2722
2914
|
static names(): {
|
|
2723
2915
|
[key: string]: string;
|
|
2724
2916
|
};
|
|
@@ -2806,11 +2998,11 @@ export declare class CreateVideoConferenceResponseBody extends $tea.Model {
|
|
|
2806
2998
|
});
|
|
2807
2999
|
}
|
|
2808
3000
|
export declare class CreateVideoConferenceResponse extends $tea.Model {
|
|
2809
|
-
headers
|
|
3001
|
+
headers?: {
|
|
2810
3002
|
[key: string]: string;
|
|
2811
3003
|
};
|
|
2812
|
-
statusCode
|
|
2813
|
-
body
|
|
3004
|
+
statusCode?: number;
|
|
3005
|
+
body?: CreateVideoConferenceResponseBody;
|
|
2814
3006
|
static names(): {
|
|
2815
3007
|
[key: string]: string;
|
|
2816
3008
|
};
|
|
@@ -2896,11 +3088,11 @@ export declare class CreateWorkspaceResponseBody extends $tea.Model {
|
|
|
2896
3088
|
});
|
|
2897
3089
|
}
|
|
2898
3090
|
export declare class CreateWorkspaceResponse extends $tea.Model {
|
|
2899
|
-
headers
|
|
3091
|
+
headers?: {
|
|
2900
3092
|
[key: string]: string;
|
|
2901
3093
|
};
|
|
2902
|
-
statusCode
|
|
2903
|
-
body
|
|
3094
|
+
statusCode?: number;
|
|
3095
|
+
body?: CreateWorkspaceResponseBody;
|
|
2904
3096
|
static names(): {
|
|
2905
3097
|
[key: string]: string;
|
|
2906
3098
|
};
|
|
@@ -2994,11 +3186,11 @@ export declare class CreateWorkspaceDocResponseBody extends $tea.Model {
|
|
|
2994
3186
|
});
|
|
2995
3187
|
}
|
|
2996
3188
|
export declare class CreateWorkspaceDocResponse extends $tea.Model {
|
|
2997
|
-
headers
|
|
3189
|
+
headers?: {
|
|
2998
3190
|
[key: string]: string;
|
|
2999
3191
|
};
|
|
3000
|
-
statusCode
|
|
3001
|
-
body
|
|
3192
|
+
statusCode?: number;
|
|
3193
|
+
body?: CreateWorkspaceDocResponseBody;
|
|
3002
3194
|
static names(): {
|
|
3003
3195
|
[key: string]: string;
|
|
3004
3196
|
};
|
|
@@ -3085,11 +3277,11 @@ export declare class DeleteColumnsResponseBody extends $tea.Model {
|
|
|
3085
3277
|
});
|
|
3086
3278
|
}
|
|
3087
3279
|
export declare class DeleteColumnsResponse extends $tea.Model {
|
|
3088
|
-
headers
|
|
3280
|
+
headers?: {
|
|
3089
3281
|
[key: string]: string;
|
|
3090
3282
|
};
|
|
3091
|
-
statusCode
|
|
3092
|
-
body
|
|
3283
|
+
statusCode?: number;
|
|
3284
|
+
body?: DeleteColumnsResponseBody;
|
|
3093
3285
|
static names(): {
|
|
3094
3286
|
[key: string]: string;
|
|
3095
3287
|
};
|
|
@@ -3165,11 +3357,11 @@ export declare class DeleteEventResponseBody extends $tea.Model {
|
|
|
3165
3357
|
});
|
|
3166
3358
|
}
|
|
3167
3359
|
export declare class DeleteEventResponse extends $tea.Model {
|
|
3168
|
-
headers
|
|
3360
|
+
headers?: {
|
|
3169
3361
|
[key: string]: string;
|
|
3170
3362
|
};
|
|
3171
|
-
statusCode
|
|
3172
|
-
body
|
|
3363
|
+
statusCode?: number;
|
|
3364
|
+
body?: DeleteEventResponseBody;
|
|
3173
3365
|
static names(): {
|
|
3174
3366
|
[key: string]: string;
|
|
3175
3367
|
};
|
|
@@ -3240,11 +3432,11 @@ export declare class DeleteFormDataResponseBody extends $tea.Model {
|
|
|
3240
3432
|
});
|
|
3241
3433
|
}
|
|
3242
3434
|
export declare class DeleteFormDataResponse extends $tea.Model {
|
|
3243
|
-
headers
|
|
3435
|
+
headers?: {
|
|
3244
3436
|
[key: string]: string;
|
|
3245
3437
|
};
|
|
3246
|
-
statusCode
|
|
3247
|
-
body
|
|
3438
|
+
statusCode?: number;
|
|
3439
|
+
body?: DeleteFormDataResponseBody;
|
|
3248
3440
|
static names(): {
|
|
3249
3441
|
[key: string]: string;
|
|
3250
3442
|
};
|
|
@@ -3315,11 +3507,11 @@ export declare class DeleteInstanceResponseBody extends $tea.Model {
|
|
|
3315
3507
|
});
|
|
3316
3508
|
}
|
|
3317
3509
|
export declare class DeleteInstanceResponse extends $tea.Model {
|
|
3318
|
-
headers
|
|
3510
|
+
headers?: {
|
|
3319
3511
|
[key: string]: string;
|
|
3320
3512
|
};
|
|
3321
|
-
statusCode
|
|
3322
|
-
body
|
|
3513
|
+
statusCode?: number;
|
|
3514
|
+
body?: DeleteInstanceResponseBody;
|
|
3323
3515
|
static names(): {
|
|
3324
3516
|
[key: string]: string;
|
|
3325
3517
|
};
|
|
@@ -3400,11 +3592,11 @@ export declare class DeleteLiveResponseBody extends $tea.Model {
|
|
|
3400
3592
|
});
|
|
3401
3593
|
}
|
|
3402
3594
|
export declare class DeleteLiveResponse extends $tea.Model {
|
|
3403
|
-
headers
|
|
3595
|
+
headers?: {
|
|
3404
3596
|
[key: string]: string;
|
|
3405
3597
|
};
|
|
3406
|
-
statusCode
|
|
3407
|
-
body
|
|
3598
|
+
statusCode?: number;
|
|
3599
|
+
body?: DeleteLiveResponseBody;
|
|
3408
3600
|
static names(): {
|
|
3409
3601
|
[key: string]: string;
|
|
3410
3602
|
};
|
|
@@ -3485,11 +3677,11 @@ export declare class DeleteMeetingRoomResponseBody extends $tea.Model {
|
|
|
3485
3677
|
});
|
|
3486
3678
|
}
|
|
3487
3679
|
export declare class DeleteMeetingRoomResponse extends $tea.Model {
|
|
3488
|
-
headers
|
|
3680
|
+
headers?: {
|
|
3489
3681
|
[key: string]: string;
|
|
3490
3682
|
};
|
|
3491
|
-
statusCode
|
|
3492
|
-
body
|
|
3683
|
+
statusCode?: number;
|
|
3684
|
+
body?: DeleteMeetingRoomResponseBody;
|
|
3493
3685
|
static names(): {
|
|
3494
3686
|
[key: string]: string;
|
|
3495
3687
|
};
|
|
@@ -3570,11 +3762,11 @@ export declare class DeleteMeetingRoomGroupResponseBody extends $tea.Model {
|
|
|
3570
3762
|
});
|
|
3571
3763
|
}
|
|
3572
3764
|
export declare class DeleteMeetingRoomGroupResponse extends $tea.Model {
|
|
3573
|
-
headers
|
|
3765
|
+
headers?: {
|
|
3574
3766
|
[key: string]: string;
|
|
3575
3767
|
};
|
|
3576
|
-
statusCode
|
|
3577
|
-
body
|
|
3768
|
+
statusCode?: number;
|
|
3769
|
+
body?: DeleteMeetingRoomGroupResponseBody;
|
|
3578
3770
|
static names(): {
|
|
3579
3771
|
[key: string]: string;
|
|
3580
3772
|
};
|
|
@@ -3661,11 +3853,11 @@ export declare class DeleteRowsResponseBody extends $tea.Model {
|
|
|
3661
3853
|
});
|
|
3662
3854
|
}
|
|
3663
3855
|
export declare class DeleteRowsResponse extends $tea.Model {
|
|
3664
|
-
headers
|
|
3856
|
+
headers?: {
|
|
3665
3857
|
[key: string]: string;
|
|
3666
3858
|
};
|
|
3667
|
-
statusCode
|
|
3668
|
-
body
|
|
3859
|
+
statusCode?: number;
|
|
3860
|
+
body?: DeleteRowsResponseBody;
|
|
3669
3861
|
static names(): {
|
|
3670
3862
|
[key: string]: string;
|
|
3671
3863
|
};
|
|
@@ -3733,11 +3925,11 @@ export declare class DeleteScenegroupMemberResponseBody extends $tea.Model {
|
|
|
3733
3925
|
});
|
|
3734
3926
|
}
|
|
3735
3927
|
export declare class DeleteScenegroupMemberResponse extends $tea.Model {
|
|
3736
|
-
headers
|
|
3928
|
+
headers?: {
|
|
3737
3929
|
[key: string]: string;
|
|
3738
3930
|
};
|
|
3739
|
-
statusCode
|
|
3740
|
-
body
|
|
3931
|
+
statusCode?: number;
|
|
3932
|
+
body?: DeleteScenegroupMemberResponseBody;
|
|
3741
3933
|
static names(): {
|
|
3742
3934
|
[key: string]: string;
|
|
3743
3935
|
};
|
|
@@ -3820,11 +4012,11 @@ export declare class DeleteSheetResponseBody extends $tea.Model {
|
|
|
3820
4012
|
});
|
|
3821
4013
|
}
|
|
3822
4014
|
export declare class DeleteSheetResponse extends $tea.Model {
|
|
3823
|
-
headers
|
|
4015
|
+
headers?: {
|
|
3824
4016
|
[key: string]: string;
|
|
3825
4017
|
};
|
|
3826
|
-
statusCode
|
|
3827
|
-
body
|
|
4018
|
+
statusCode?: number;
|
|
4019
|
+
body?: DeleteSheetResponseBody;
|
|
3828
4020
|
static names(): {
|
|
3829
4021
|
[key: string]: string;
|
|
3830
4022
|
};
|
|
@@ -3891,11 +4083,11 @@ export declare class DeleteSubscribedCalendarResponseBody extends $tea.Model {
|
|
|
3891
4083
|
});
|
|
3892
4084
|
}
|
|
3893
4085
|
export declare class DeleteSubscribedCalendarResponse extends $tea.Model {
|
|
3894
|
-
headers
|
|
4086
|
+
headers?: {
|
|
3895
4087
|
[key: string]: string;
|
|
3896
4088
|
};
|
|
3897
|
-
statusCode
|
|
3898
|
-
body
|
|
4089
|
+
statusCode?: number;
|
|
4090
|
+
body?: DeleteSubscribedCalendarResponseBody;
|
|
3899
4091
|
static names(): {
|
|
3900
4092
|
[key: string]: string;
|
|
3901
4093
|
};
|
|
@@ -3978,11 +4170,11 @@ export declare class DeleteTodoTaskResponseBody extends $tea.Model {
|
|
|
3978
4170
|
});
|
|
3979
4171
|
}
|
|
3980
4172
|
export declare class DeleteTodoTaskResponse extends $tea.Model {
|
|
3981
|
-
headers
|
|
4173
|
+
headers?: {
|
|
3982
4174
|
[key: string]: string;
|
|
3983
4175
|
};
|
|
3984
|
-
statusCode
|
|
3985
|
-
body
|
|
4176
|
+
statusCode?: number;
|
|
4177
|
+
body?: DeleteTodoTaskResponseBody;
|
|
3986
4178
|
static names(): {
|
|
3987
4179
|
[key: string]: string;
|
|
3988
4180
|
};
|
|
@@ -4066,11 +4258,11 @@ export declare class DeleteWorkspaceDocMembersResponseBody extends $tea.Model {
|
|
|
4066
4258
|
});
|
|
4067
4259
|
}
|
|
4068
4260
|
export declare class DeleteWorkspaceDocMembersResponse extends $tea.Model {
|
|
4069
|
-
headers
|
|
4261
|
+
headers?: {
|
|
4070
4262
|
[key: string]: string;
|
|
4071
4263
|
};
|
|
4072
|
-
statusCode
|
|
4073
|
-
body
|
|
4264
|
+
statusCode?: number;
|
|
4265
|
+
body?: DeleteWorkspaceDocMembersResponseBody;
|
|
4074
4266
|
static names(): {
|
|
4075
4267
|
[key: string]: string;
|
|
4076
4268
|
};
|
|
@@ -4152,11 +4344,11 @@ export declare class DeleteWorkspaceMembersResponseBody extends $tea.Model {
|
|
|
4152
4344
|
});
|
|
4153
4345
|
}
|
|
4154
4346
|
export declare class DeleteWorkspaceMembersResponse extends $tea.Model {
|
|
4155
|
-
headers
|
|
4347
|
+
headers?: {
|
|
4156
4348
|
[key: string]: string;
|
|
4157
4349
|
};
|
|
4158
|
-
statusCode
|
|
4159
|
-
body
|
|
4350
|
+
statusCode?: number;
|
|
4351
|
+
body?: DeleteWorkspaceMembersResponseBody;
|
|
4160
4352
|
static names(): {
|
|
4161
4353
|
[key: string]: string;
|
|
4162
4354
|
};
|
|
@@ -4231,11 +4423,11 @@ export declare class ExecuteBatchTaskResponseBody extends $tea.Model {
|
|
|
4231
4423
|
});
|
|
4232
4424
|
}
|
|
4233
4425
|
export declare class ExecuteBatchTaskResponse extends $tea.Model {
|
|
4234
|
-
headers
|
|
4426
|
+
headers?: {
|
|
4235
4427
|
[key: string]: string;
|
|
4236
4428
|
};
|
|
4237
|
-
statusCode
|
|
4238
|
-
body
|
|
4429
|
+
statusCode?: number;
|
|
4430
|
+
body?: ExecuteBatchTaskResponseBody;
|
|
4239
4431
|
static names(): {
|
|
4240
4432
|
[key: string]: string;
|
|
4241
4433
|
};
|
|
@@ -4310,11 +4502,11 @@ export declare class ExecutePlatformTaskResponseBody extends $tea.Model {
|
|
|
4310
4502
|
});
|
|
4311
4503
|
}
|
|
4312
4504
|
export declare class ExecutePlatformTaskResponse extends $tea.Model {
|
|
4313
|
-
headers
|
|
4505
|
+
headers?: {
|
|
4314
4506
|
[key: string]: string;
|
|
4315
4507
|
};
|
|
4316
|
-
statusCode
|
|
4317
|
-
body
|
|
4508
|
+
statusCode?: number;
|
|
4509
|
+
body?: ExecutePlatformTaskResponseBody;
|
|
4318
4510
|
static names(): {
|
|
4319
4511
|
[key: string]: string;
|
|
4320
4512
|
};
|
|
@@ -4391,11 +4583,11 @@ export declare class ExecuteTaskResponseBody extends $tea.Model {
|
|
|
4391
4583
|
});
|
|
4392
4584
|
}
|
|
4393
4585
|
export declare class ExecuteTaskResponse extends $tea.Model {
|
|
4394
|
-
headers
|
|
4586
|
+
headers?: {
|
|
4395
4587
|
[key: string]: string;
|
|
4396
4588
|
};
|
|
4397
|
-
statusCode
|
|
4398
|
-
body
|
|
4589
|
+
statusCode?: number;
|
|
4590
|
+
body?: ExecuteTaskResponseBody;
|
|
4399
4591
|
static names(): {
|
|
4400
4592
|
[key: string]: string;
|
|
4401
4593
|
};
|
|
@@ -4467,11 +4659,11 @@ export declare class GetActivityListResponseBody extends $tea.Model {
|
|
|
4467
4659
|
});
|
|
4468
4660
|
}
|
|
4469
4661
|
export declare class GetActivityListResponse extends $tea.Model {
|
|
4470
|
-
headers
|
|
4662
|
+
headers?: {
|
|
4471
4663
|
[key: string]: string;
|
|
4472
4664
|
};
|
|
4473
|
-
statusCode
|
|
4474
|
-
body
|
|
4665
|
+
statusCode?: number;
|
|
4666
|
+
body?: GetActivityListResponseBody;
|
|
4475
4667
|
static names(): {
|
|
4476
4668
|
[key: string]: string;
|
|
4477
4669
|
};
|
|
@@ -4552,11 +4744,11 @@ export declare class GetAllSheetsResponseBody extends $tea.Model {
|
|
|
4552
4744
|
});
|
|
4553
4745
|
}
|
|
4554
4746
|
export declare class GetAllSheetsResponse extends $tea.Model {
|
|
4555
|
-
headers
|
|
4747
|
+
headers?: {
|
|
4556
4748
|
[key: string]: string;
|
|
4557
4749
|
};
|
|
4558
|
-
statusCode
|
|
4559
|
-
body
|
|
4750
|
+
statusCode?: number;
|
|
4751
|
+
body?: GetAllSheetsResponseBody;
|
|
4560
4752
|
static names(): {
|
|
4561
4753
|
[key: string]: string;
|
|
4562
4754
|
};
|
|
@@ -4636,11 +4828,11 @@ export declare class GetCorpAccomplishmentTasksResponseBody extends $tea.Model {
|
|
|
4636
4828
|
});
|
|
4637
4829
|
}
|
|
4638
4830
|
export declare class GetCorpAccomplishmentTasksResponse extends $tea.Model {
|
|
4639
|
-
headers
|
|
4831
|
+
headers?: {
|
|
4640
4832
|
[key: string]: string;
|
|
4641
4833
|
};
|
|
4642
|
-
statusCode
|
|
4643
|
-
body
|
|
4834
|
+
statusCode?: number;
|
|
4835
|
+
body?: GetCorpAccomplishmentTasksResponseBody;
|
|
4644
4836
|
static names(): {
|
|
4645
4837
|
[key: string]: string;
|
|
4646
4838
|
};
|
|
@@ -4720,11 +4912,100 @@ export declare class GetCorpTasksResponseBody extends $tea.Model {
|
|
|
4720
4912
|
});
|
|
4721
4913
|
}
|
|
4722
4914
|
export declare class GetCorpTasksResponse extends $tea.Model {
|
|
4723
|
-
headers
|
|
4915
|
+
headers?: {
|
|
4724
4916
|
[key: string]: string;
|
|
4725
4917
|
};
|
|
4726
|
-
statusCode
|
|
4727
|
-
body
|
|
4918
|
+
statusCode?: number;
|
|
4919
|
+
body?: GetCorpTasksResponseBody;
|
|
4920
|
+
static names(): {
|
|
4921
|
+
[key: string]: string;
|
|
4922
|
+
};
|
|
4923
|
+
static types(): {
|
|
4924
|
+
[key: string]: any;
|
|
4925
|
+
};
|
|
4926
|
+
constructor(map?: {
|
|
4927
|
+
[key: string]: any;
|
|
4928
|
+
});
|
|
4929
|
+
}
|
|
4930
|
+
export declare class GetDocContentHeaders extends $tea.Model {
|
|
4931
|
+
commonHeaders?: {
|
|
4932
|
+
[key: string]: string;
|
|
4933
|
+
};
|
|
4934
|
+
accountContext?: GetDocContentHeadersAccountContext;
|
|
4935
|
+
static names(): {
|
|
4936
|
+
[key: string]: string;
|
|
4937
|
+
};
|
|
4938
|
+
static types(): {
|
|
4939
|
+
[key: string]: any;
|
|
4940
|
+
};
|
|
4941
|
+
constructor(map?: {
|
|
4942
|
+
[key: string]: any;
|
|
4943
|
+
});
|
|
4944
|
+
}
|
|
4945
|
+
export declare class GetDocContentShrinkHeaders extends $tea.Model {
|
|
4946
|
+
commonHeaders?: {
|
|
4947
|
+
[key: string]: string;
|
|
4948
|
+
};
|
|
4949
|
+
accountContextShrink?: string;
|
|
4950
|
+
static names(): {
|
|
4951
|
+
[key: string]: string;
|
|
4952
|
+
};
|
|
4953
|
+
static types(): {
|
|
4954
|
+
[key: string]: any;
|
|
4955
|
+
};
|
|
4956
|
+
constructor(map?: {
|
|
4957
|
+
[key: string]: any;
|
|
4958
|
+
});
|
|
4959
|
+
}
|
|
4960
|
+
export declare class GetDocContentRequest extends $tea.Model {
|
|
4961
|
+
dentryUuid?: string;
|
|
4962
|
+
targetFormat?: string;
|
|
4963
|
+
tenantContext?: GetDocContentRequestTenantContext;
|
|
4964
|
+
static names(): {
|
|
4965
|
+
[key: string]: string;
|
|
4966
|
+
};
|
|
4967
|
+
static types(): {
|
|
4968
|
+
[key: string]: any;
|
|
4969
|
+
};
|
|
4970
|
+
constructor(map?: {
|
|
4971
|
+
[key: string]: any;
|
|
4972
|
+
});
|
|
4973
|
+
}
|
|
4974
|
+
export declare class GetDocContentShrinkRequest extends $tea.Model {
|
|
4975
|
+
dentryUuid?: string;
|
|
4976
|
+
targetFormat?: string;
|
|
4977
|
+
tenantContextShrink?: string;
|
|
4978
|
+
static names(): {
|
|
4979
|
+
[key: string]: string;
|
|
4980
|
+
};
|
|
4981
|
+
static types(): {
|
|
4982
|
+
[key: string]: any;
|
|
4983
|
+
};
|
|
4984
|
+
constructor(map?: {
|
|
4985
|
+
[key: string]: any;
|
|
4986
|
+
});
|
|
4987
|
+
}
|
|
4988
|
+
export declare class GetDocContentResponseBody extends $tea.Model {
|
|
4989
|
+
requestId?: string;
|
|
4990
|
+
taskId?: number;
|
|
4991
|
+
vendorRequestId?: string;
|
|
4992
|
+
vendorType?: string;
|
|
4993
|
+
static names(): {
|
|
4994
|
+
[key: string]: string;
|
|
4995
|
+
};
|
|
4996
|
+
static types(): {
|
|
4997
|
+
[key: string]: any;
|
|
4998
|
+
};
|
|
4999
|
+
constructor(map?: {
|
|
5000
|
+
[key: string]: any;
|
|
5001
|
+
});
|
|
5002
|
+
}
|
|
5003
|
+
export declare class GetDocContentResponse extends $tea.Model {
|
|
5004
|
+
headers?: {
|
|
5005
|
+
[key: string]: string;
|
|
5006
|
+
};
|
|
5007
|
+
statusCode?: number;
|
|
5008
|
+
body?: GetDocContentResponseBody;
|
|
4728
5009
|
static names(): {
|
|
4729
5010
|
[key: string]: string;
|
|
4730
5011
|
};
|
|
@@ -4813,11 +5094,11 @@ export declare class GetEventResponseBody extends $tea.Model {
|
|
|
4813
5094
|
});
|
|
4814
5095
|
}
|
|
4815
5096
|
export declare class GetEventResponse extends $tea.Model {
|
|
4816
|
-
headers
|
|
5097
|
+
headers?: {
|
|
4817
5098
|
[key: string]: string;
|
|
4818
5099
|
};
|
|
4819
|
-
statusCode
|
|
4820
|
-
body
|
|
5100
|
+
statusCode?: number;
|
|
5101
|
+
body?: GetEventResponseBody;
|
|
4821
5102
|
static names(): {
|
|
4822
5103
|
[key: string]: string;
|
|
4823
5104
|
};
|
|
@@ -4889,11 +5170,11 @@ export declare class GetFieldDefByUuidResponseBody extends $tea.Model {
|
|
|
4889
5170
|
});
|
|
4890
5171
|
}
|
|
4891
5172
|
export declare class GetFieldDefByUuidResponse extends $tea.Model {
|
|
4892
|
-
headers
|
|
5173
|
+
headers?: {
|
|
4893
5174
|
[key: string]: string;
|
|
4894
5175
|
};
|
|
4895
|
-
statusCode
|
|
4896
|
-
body
|
|
5176
|
+
statusCode?: number;
|
|
5177
|
+
body?: GetFieldDefByUuidResponseBody;
|
|
4897
5178
|
static names(): {
|
|
4898
5179
|
[key: string]: string;
|
|
4899
5180
|
};
|
|
@@ -4965,11 +5246,11 @@ export declare class GetFormComponentDefinitionListResponseBody extends $tea.Mod
|
|
|
4965
5246
|
});
|
|
4966
5247
|
}
|
|
4967
5248
|
export declare class GetFormComponentDefinitionListResponse extends $tea.Model {
|
|
4968
|
-
headers
|
|
5249
|
+
headers?: {
|
|
4969
5250
|
[key: string]: string;
|
|
4970
5251
|
};
|
|
4971
|
-
statusCode
|
|
4972
|
-
body
|
|
5252
|
+
statusCode?: number;
|
|
5253
|
+
body?: GetFormComponentDefinitionListResponseBody;
|
|
4973
5254
|
static names(): {
|
|
4974
5255
|
[key: string]: string;
|
|
4975
5256
|
};
|
|
@@ -5046,11 +5327,11 @@ export declare class GetFormDataByIDResponseBody extends $tea.Model {
|
|
|
5046
5327
|
});
|
|
5047
5328
|
}
|
|
5048
5329
|
export declare class GetFormDataByIDResponse extends $tea.Model {
|
|
5049
|
-
headers
|
|
5330
|
+
headers?: {
|
|
5050
5331
|
[key: string]: string;
|
|
5051
5332
|
};
|
|
5052
|
-
statusCode
|
|
5053
|
-
body
|
|
5333
|
+
statusCode?: number;
|
|
5334
|
+
body?: GetFormDataByIDResponseBody;
|
|
5054
5335
|
static names(): {
|
|
5055
5336
|
[key: string]: string;
|
|
5056
5337
|
};
|
|
@@ -5126,11 +5407,11 @@ export declare class GetFormListInAppResponseBody extends $tea.Model {
|
|
|
5126
5407
|
});
|
|
5127
5408
|
}
|
|
5128
5409
|
export declare class GetFormListInAppResponse extends $tea.Model {
|
|
5129
|
-
headers
|
|
5410
|
+
headers?: {
|
|
5130
5411
|
[key: string]: string;
|
|
5131
5412
|
};
|
|
5132
|
-
statusCode
|
|
5133
|
-
body
|
|
5413
|
+
statusCode?: number;
|
|
5414
|
+
body?: GetFormListInAppResponseBody;
|
|
5134
5415
|
static names(): {
|
|
5135
5416
|
[key: string]: string;
|
|
5136
5417
|
};
|
|
@@ -5215,11 +5496,11 @@ export declare class GetInstanceByIdResponseBody extends $tea.Model {
|
|
|
5215
5496
|
});
|
|
5216
5497
|
}
|
|
5217
5498
|
export declare class GetInstanceByIdResponse extends $tea.Model {
|
|
5218
|
-
headers
|
|
5499
|
+
headers?: {
|
|
5219
5500
|
[key: string]: string;
|
|
5220
5501
|
};
|
|
5221
|
-
statusCode
|
|
5222
|
-
body
|
|
5502
|
+
statusCode?: number;
|
|
5503
|
+
body?: GetInstanceByIdResponseBody;
|
|
5223
5504
|
static names(): {
|
|
5224
5505
|
[key: string]: string;
|
|
5225
5506
|
};
|
|
@@ -5304,11 +5585,11 @@ export declare class GetInstanceIdListResponseBody extends $tea.Model {
|
|
|
5304
5585
|
});
|
|
5305
5586
|
}
|
|
5306
5587
|
export declare class GetInstanceIdListResponse extends $tea.Model {
|
|
5307
|
-
headers
|
|
5588
|
+
headers?: {
|
|
5308
5589
|
[key: string]: string;
|
|
5309
5590
|
};
|
|
5310
|
-
statusCode
|
|
5311
|
-
body
|
|
5591
|
+
statusCode?: number;
|
|
5592
|
+
body?: GetInstanceIdListResponseBody;
|
|
5312
5593
|
static names(): {
|
|
5313
5594
|
[key: string]: string;
|
|
5314
5595
|
};
|
|
@@ -5394,11 +5675,11 @@ export declare class GetInstancesResponseBody extends $tea.Model {
|
|
|
5394
5675
|
});
|
|
5395
5676
|
}
|
|
5396
5677
|
export declare class GetInstancesResponse extends $tea.Model {
|
|
5397
|
-
headers
|
|
5678
|
+
headers?: {
|
|
5398
5679
|
[key: string]: string;
|
|
5399
5680
|
};
|
|
5400
|
-
statusCode
|
|
5401
|
-
body
|
|
5681
|
+
statusCode?: number;
|
|
5682
|
+
body?: GetInstancesResponseBody;
|
|
5402
5683
|
static names(): {
|
|
5403
5684
|
[key: string]: string;
|
|
5404
5685
|
};
|
|
@@ -5470,11 +5751,98 @@ export declare class GetInstancesByIdListResponseBody extends $tea.Model {
|
|
|
5470
5751
|
});
|
|
5471
5752
|
}
|
|
5472
5753
|
export declare class GetInstancesByIdListResponse extends $tea.Model {
|
|
5473
|
-
headers
|
|
5754
|
+
headers?: {
|
|
5755
|
+
[key: string]: string;
|
|
5756
|
+
};
|
|
5757
|
+
statusCode?: number;
|
|
5758
|
+
body?: GetInstancesByIdListResponseBody;
|
|
5759
|
+
static names(): {
|
|
5760
|
+
[key: string]: string;
|
|
5761
|
+
};
|
|
5762
|
+
static types(): {
|
|
5763
|
+
[key: string]: any;
|
|
5764
|
+
};
|
|
5765
|
+
constructor(map?: {
|
|
5766
|
+
[key: string]: any;
|
|
5767
|
+
});
|
|
5768
|
+
}
|
|
5769
|
+
export declare class GetLiveReplayUrlHeaders extends $tea.Model {
|
|
5770
|
+
commonHeaders?: {
|
|
5771
|
+
[key: string]: string;
|
|
5772
|
+
};
|
|
5773
|
+
accountContext?: GetLiveReplayUrlHeadersAccountContext;
|
|
5774
|
+
static names(): {
|
|
5775
|
+
[key: string]: string;
|
|
5776
|
+
};
|
|
5777
|
+
static types(): {
|
|
5778
|
+
[key: string]: any;
|
|
5779
|
+
};
|
|
5780
|
+
constructor(map?: {
|
|
5781
|
+
[key: string]: any;
|
|
5782
|
+
});
|
|
5783
|
+
}
|
|
5784
|
+
export declare class GetLiveReplayUrlShrinkHeaders extends $tea.Model {
|
|
5785
|
+
commonHeaders?: {
|
|
5786
|
+
[key: string]: string;
|
|
5787
|
+
};
|
|
5788
|
+
accountContextShrink?: string;
|
|
5789
|
+
static names(): {
|
|
5790
|
+
[key: string]: string;
|
|
5791
|
+
};
|
|
5792
|
+
static types(): {
|
|
5793
|
+
[key: string]: any;
|
|
5794
|
+
};
|
|
5795
|
+
constructor(map?: {
|
|
5796
|
+
[key: string]: any;
|
|
5797
|
+
});
|
|
5798
|
+
}
|
|
5799
|
+
export declare class GetLiveReplayUrlRequest extends $tea.Model {
|
|
5800
|
+
liveId?: string;
|
|
5801
|
+
tenantContext?: GetLiveReplayUrlRequestTenantContext;
|
|
5802
|
+
static names(): {
|
|
5803
|
+
[key: string]: string;
|
|
5804
|
+
};
|
|
5805
|
+
static types(): {
|
|
5806
|
+
[key: string]: any;
|
|
5807
|
+
};
|
|
5808
|
+
constructor(map?: {
|
|
5809
|
+
[key: string]: any;
|
|
5810
|
+
});
|
|
5811
|
+
}
|
|
5812
|
+
export declare class GetLiveReplayUrlShrinkRequest extends $tea.Model {
|
|
5813
|
+
liveId?: string;
|
|
5814
|
+
tenantContextShrink?: string;
|
|
5815
|
+
static names(): {
|
|
5816
|
+
[key: string]: string;
|
|
5817
|
+
};
|
|
5818
|
+
static types(): {
|
|
5819
|
+
[key: string]: any;
|
|
5820
|
+
};
|
|
5821
|
+
constructor(map?: {
|
|
5822
|
+
[key: string]: any;
|
|
5823
|
+
});
|
|
5824
|
+
}
|
|
5825
|
+
export declare class GetLiveReplayUrlResponseBody extends $tea.Model {
|
|
5826
|
+
replayUrl?: string;
|
|
5827
|
+
requestId?: string;
|
|
5828
|
+
vendorRequestId?: string;
|
|
5829
|
+
vendorType?: string;
|
|
5830
|
+
static names(): {
|
|
5831
|
+
[key: string]: string;
|
|
5832
|
+
};
|
|
5833
|
+
static types(): {
|
|
5834
|
+
[key: string]: any;
|
|
5835
|
+
};
|
|
5836
|
+
constructor(map?: {
|
|
5837
|
+
[key: string]: any;
|
|
5838
|
+
});
|
|
5839
|
+
}
|
|
5840
|
+
export declare class GetLiveReplayUrlResponse extends $tea.Model {
|
|
5841
|
+
headers?: {
|
|
5474
5842
|
[key: string]: string;
|
|
5475
5843
|
};
|
|
5476
|
-
statusCode
|
|
5477
|
-
body
|
|
5844
|
+
statusCode?: number;
|
|
5845
|
+
body?: GetLiveReplayUrlResponseBody;
|
|
5478
5846
|
static names(): {
|
|
5479
5847
|
[key: string]: string;
|
|
5480
5848
|
};
|
|
@@ -5554,11 +5922,11 @@ export declare class GetMeCorpSubmissionResponseBody extends $tea.Model {
|
|
|
5554
5922
|
});
|
|
5555
5923
|
}
|
|
5556
5924
|
export declare class GetMeCorpSubmissionResponse extends $tea.Model {
|
|
5557
|
-
headers
|
|
5925
|
+
headers?: {
|
|
5558
5926
|
[key: string]: string;
|
|
5559
5927
|
};
|
|
5560
|
-
statusCode
|
|
5561
|
-
body
|
|
5928
|
+
statusCode?: number;
|
|
5929
|
+
body?: GetMeCorpSubmissionResponseBody;
|
|
5562
5930
|
static names(): {
|
|
5563
5931
|
[key: string]: string;
|
|
5564
5932
|
};
|
|
@@ -5641,11 +6009,11 @@ export declare class GetMeetingRoomsScheduleResponseBody extends $tea.Model {
|
|
|
5641
6009
|
});
|
|
5642
6010
|
}
|
|
5643
6011
|
export declare class GetMeetingRoomsScheduleResponse extends $tea.Model {
|
|
5644
|
-
headers
|
|
6012
|
+
headers?: {
|
|
5645
6013
|
[key: string]: string;
|
|
5646
6014
|
};
|
|
5647
|
-
statusCode
|
|
5648
|
-
body
|
|
6015
|
+
statusCode?: number;
|
|
6016
|
+
body?: GetMeetingRoomsScheduleResponseBody;
|
|
5649
6017
|
static names(): {
|
|
5650
6018
|
[key: string]: string;
|
|
5651
6019
|
};
|
|
@@ -5728,11 +6096,11 @@ export declare class GetMineWorkspaceResponseBody extends $tea.Model {
|
|
|
5728
6096
|
});
|
|
5729
6097
|
}
|
|
5730
6098
|
export declare class GetMineWorkspaceResponse extends $tea.Model {
|
|
5731
|
-
headers
|
|
6099
|
+
headers?: {
|
|
5732
6100
|
[key: string]: string;
|
|
5733
6101
|
};
|
|
5734
|
-
statusCode
|
|
5735
|
-
body
|
|
6102
|
+
statusCode?: number;
|
|
6103
|
+
body?: GetMineWorkspaceResponseBody;
|
|
5736
6104
|
static names(): {
|
|
5737
6105
|
[key: string]: string;
|
|
5738
6106
|
};
|
|
@@ -5817,11 +6185,11 @@ export declare class GetNodeResponseBody extends $tea.Model {
|
|
|
5817
6185
|
});
|
|
5818
6186
|
}
|
|
5819
6187
|
export declare class GetNodeResponse extends $tea.Model {
|
|
5820
|
-
headers
|
|
6188
|
+
headers?: {
|
|
5821
6189
|
[key: string]: string;
|
|
5822
6190
|
};
|
|
5823
|
-
statusCode
|
|
5824
|
-
body
|
|
6191
|
+
statusCode?: number;
|
|
6192
|
+
body?: GetNodeResponseBody;
|
|
5825
6193
|
static names(): {
|
|
5826
6194
|
[key: string]: string;
|
|
5827
6195
|
};
|
|
@@ -5904,11 +6272,11 @@ export declare class GetNodeByUrlResponseBody extends $tea.Model {
|
|
|
5904
6272
|
});
|
|
5905
6273
|
}
|
|
5906
6274
|
export declare class GetNodeByUrlResponse extends $tea.Model {
|
|
5907
|
-
headers
|
|
6275
|
+
headers?: {
|
|
5908
6276
|
[key: string]: string;
|
|
5909
6277
|
};
|
|
5910
|
-
statusCode
|
|
5911
|
-
body
|
|
6278
|
+
statusCode?: number;
|
|
6279
|
+
body?: GetNodeByUrlResponseBody;
|
|
5912
6280
|
static names(): {
|
|
5913
6281
|
[key: string]: string;
|
|
5914
6282
|
};
|
|
@@ -5991,11 +6359,11 @@ export declare class GetNodesResponseBody extends $tea.Model {
|
|
|
5991
6359
|
});
|
|
5992
6360
|
}
|
|
5993
6361
|
export declare class GetNodesResponse extends $tea.Model {
|
|
5994
|
-
headers
|
|
6362
|
+
headers?: {
|
|
5995
6363
|
[key: string]: string;
|
|
5996
6364
|
};
|
|
5997
|
-
statusCode
|
|
5998
|
-
body
|
|
6365
|
+
statusCode?: number;
|
|
6366
|
+
body?: GetNodesResponseBody;
|
|
5999
6367
|
static names(): {
|
|
6000
6368
|
[key: string]: string;
|
|
6001
6369
|
};
|
|
@@ -6077,11 +6445,11 @@ export declare class GetNotifyMeResponseBody extends $tea.Model {
|
|
|
6077
6445
|
});
|
|
6078
6446
|
}
|
|
6079
6447
|
export declare class GetNotifyMeResponse extends $tea.Model {
|
|
6080
|
-
headers
|
|
6448
|
+
headers?: {
|
|
6081
6449
|
[key: string]: string;
|
|
6082
6450
|
};
|
|
6083
|
-
statusCode
|
|
6084
|
-
body
|
|
6451
|
+
statusCode?: number;
|
|
6452
|
+
body?: GetNotifyMeResponseBody;
|
|
6085
6453
|
static names(): {
|
|
6086
6454
|
[key: string]: string;
|
|
6087
6455
|
};
|
|
@@ -6152,11 +6520,11 @@ export declare class GetOpenUrlResponseBody extends $tea.Model {
|
|
|
6152
6520
|
});
|
|
6153
6521
|
}
|
|
6154
6522
|
export declare class GetOpenUrlResponse extends $tea.Model {
|
|
6155
|
-
headers
|
|
6523
|
+
headers?: {
|
|
6156
6524
|
[key: string]: string;
|
|
6157
6525
|
};
|
|
6158
|
-
statusCode
|
|
6159
|
-
body
|
|
6526
|
+
statusCode?: number;
|
|
6527
|
+
body?: GetOpenUrlResponseBody;
|
|
6160
6528
|
static names(): {
|
|
6161
6529
|
[key: string]: string;
|
|
6162
6530
|
};
|
|
@@ -6228,11 +6596,11 @@ export declare class GetOperationRecordsResponseBody extends $tea.Model {
|
|
|
6228
6596
|
});
|
|
6229
6597
|
}
|
|
6230
6598
|
export declare class GetOperationRecordsResponse extends $tea.Model {
|
|
6231
|
-
headers
|
|
6599
|
+
headers?: {
|
|
6232
6600
|
[key: string]: string;
|
|
6233
6601
|
};
|
|
6234
|
-
statusCode
|
|
6235
|
-
body
|
|
6602
|
+
statusCode?: number;
|
|
6603
|
+
body?: GetOperationRecordsResponseBody;
|
|
6236
6604
|
static names(): {
|
|
6237
6605
|
[key: string]: string;
|
|
6238
6606
|
};
|
|
@@ -6320,11 +6688,11 @@ export declare class GetProcessDefinitionResponseBody extends $tea.Model {
|
|
|
6320
6688
|
});
|
|
6321
6689
|
}
|
|
6322
6690
|
export declare class GetProcessDefinitionResponse extends $tea.Model {
|
|
6323
|
-
headers
|
|
6691
|
+
headers?: {
|
|
6324
6692
|
[key: string]: string;
|
|
6325
6693
|
};
|
|
6326
|
-
statusCode
|
|
6327
|
-
body
|
|
6694
|
+
statusCode?: number;
|
|
6695
|
+
body?: GetProcessDefinitionResponseBody;
|
|
6328
6696
|
static names(): {
|
|
6329
6697
|
[key: string]: string;
|
|
6330
6698
|
};
|
|
@@ -6414,11 +6782,11 @@ export declare class GetRangeResponseBody extends $tea.Model {
|
|
|
6414
6782
|
});
|
|
6415
6783
|
}
|
|
6416
6784
|
export declare class GetRangeResponse extends $tea.Model {
|
|
6417
|
-
headers
|
|
6785
|
+
headers?: {
|
|
6418
6786
|
[key: string]: string;
|
|
6419
6787
|
};
|
|
6420
|
-
statusCode
|
|
6421
|
-
body
|
|
6788
|
+
statusCode?: number;
|
|
6789
|
+
body?: GetRangeResponseBody;
|
|
6422
6790
|
static names(): {
|
|
6423
6791
|
[key: string]: string;
|
|
6424
6792
|
};
|
|
@@ -6505,11 +6873,11 @@ export declare class GetReportTemplateByNameResponseBody extends $tea.Model {
|
|
|
6505
6873
|
});
|
|
6506
6874
|
}
|
|
6507
6875
|
export declare class GetReportTemplateByNameResponse extends $tea.Model {
|
|
6508
|
-
headers
|
|
6876
|
+
headers?: {
|
|
6509
6877
|
[key: string]: string;
|
|
6510
6878
|
};
|
|
6511
|
-
statusCode
|
|
6512
|
-
body
|
|
6879
|
+
statusCode?: number;
|
|
6880
|
+
body?: GetReportTemplateByNameResponseBody;
|
|
6513
6881
|
static names(): {
|
|
6514
6882
|
[key: string]: string;
|
|
6515
6883
|
};
|
|
@@ -6592,11 +6960,11 @@ export declare class GetReportUnReadCountResponseBody extends $tea.Model {
|
|
|
6592
6960
|
});
|
|
6593
6961
|
}
|
|
6594
6962
|
export declare class GetReportUnReadCountResponse extends $tea.Model {
|
|
6595
|
-
headers
|
|
6963
|
+
headers?: {
|
|
6596
6964
|
[key: string]: string;
|
|
6597
6965
|
};
|
|
6598
|
-
statusCode
|
|
6599
|
-
body
|
|
6966
|
+
statusCode?: number;
|
|
6967
|
+
body?: GetReportUnReadCountResponseBody;
|
|
6600
6968
|
static names(): {
|
|
6601
6969
|
[key: string]: string;
|
|
6602
6970
|
};
|
|
@@ -6669,11 +7037,11 @@ export declare class GetRunningTasksResponseBody extends $tea.Model {
|
|
|
6669
7037
|
});
|
|
6670
7038
|
}
|
|
6671
7039
|
export declare class GetRunningTasksResponse extends $tea.Model {
|
|
6672
|
-
headers
|
|
7040
|
+
headers?: {
|
|
6673
7041
|
[key: string]: string;
|
|
6674
7042
|
};
|
|
6675
|
-
statusCode
|
|
6676
|
-
body
|
|
7043
|
+
statusCode?: number;
|
|
7044
|
+
body?: GetRunningTasksResponseBody;
|
|
6677
7045
|
static names(): {
|
|
6678
7046
|
[key: string]: string;
|
|
6679
7047
|
};
|
|
@@ -6762,11 +7130,11 @@ export declare class GetSheetResponseBody extends $tea.Model {
|
|
|
6762
7130
|
});
|
|
6763
7131
|
}
|
|
6764
7132
|
export declare class GetSheetResponse extends $tea.Model {
|
|
6765
|
-
headers
|
|
7133
|
+
headers?: {
|
|
6766
7134
|
[key: string]: string;
|
|
6767
7135
|
};
|
|
6768
|
-
statusCode
|
|
6769
|
-
body
|
|
7136
|
+
statusCode?: number;
|
|
7137
|
+
body?: GetSheetResponseBody;
|
|
6770
7138
|
static names(): {
|
|
6771
7139
|
[key: string]: string;
|
|
6772
7140
|
};
|
|
@@ -6855,11 +7223,11 @@ export declare class GetSpaceDirectoriesResponseBody extends $tea.Model {
|
|
|
6855
7223
|
});
|
|
6856
7224
|
}
|
|
6857
7225
|
export declare class GetSpaceDirectoriesResponse extends $tea.Model {
|
|
6858
|
-
headers
|
|
7226
|
+
headers?: {
|
|
6859
7227
|
[key: string]: string;
|
|
6860
7228
|
};
|
|
6861
|
-
statusCode
|
|
6862
|
-
body
|
|
7229
|
+
statusCode?: number;
|
|
7230
|
+
body?: GetSpaceDirectoriesResponseBody;
|
|
6863
7231
|
static names(): {
|
|
6864
7232
|
[key: string]: string;
|
|
6865
7233
|
};
|
|
@@ -6931,11 +7299,11 @@ export declare class GetSubscribedCalendarResponseBody extends $tea.Model {
|
|
|
6931
7299
|
});
|
|
6932
7300
|
}
|
|
6933
7301
|
export declare class GetSubscribedCalendarResponse extends $tea.Model {
|
|
6934
|
-
headers
|
|
7302
|
+
headers?: {
|
|
6935
7303
|
[key: string]: string;
|
|
6936
7304
|
};
|
|
6937
|
-
statusCode
|
|
6938
|
-
body
|
|
7305
|
+
statusCode?: number;
|
|
7306
|
+
body?: GetSubscribedCalendarResponseBody;
|
|
6939
7307
|
static names(): {
|
|
6940
7308
|
[key: string]: string;
|
|
6941
7309
|
};
|
|
@@ -7014,11 +7382,11 @@ export declare class GetTaskCopiesResponseBody extends $tea.Model {
|
|
|
7014
7382
|
});
|
|
7015
7383
|
}
|
|
7016
7384
|
export declare class GetTaskCopiesResponse extends $tea.Model {
|
|
7017
|
-
headers
|
|
7385
|
+
headers?: {
|
|
7018
7386
|
[key: string]: string;
|
|
7019
7387
|
};
|
|
7020
|
-
statusCode
|
|
7021
|
-
body
|
|
7388
|
+
statusCode?: number;
|
|
7389
|
+
body?: GetTaskCopiesResponseBody;
|
|
7022
7390
|
static names(): {
|
|
7023
7391
|
[key: string]: string;
|
|
7024
7392
|
};
|
|
@@ -7102,11 +7470,11 @@ export declare class GetTemplateListByUserIdResponseBody extends $tea.Model {
|
|
|
7102
7470
|
});
|
|
7103
7471
|
}
|
|
7104
7472
|
export declare class GetTemplateListByUserIdResponse extends $tea.Model {
|
|
7105
|
-
headers
|
|
7473
|
+
headers?: {
|
|
7106
7474
|
[key: string]: string;
|
|
7107
7475
|
};
|
|
7108
|
-
statusCode
|
|
7109
|
-
body
|
|
7476
|
+
statusCode?: number;
|
|
7477
|
+
body?: GetTemplateListByUserIdResponseBody;
|
|
7110
7478
|
static names(): {
|
|
7111
7479
|
[key: string]: string;
|
|
7112
7480
|
};
|
|
@@ -7218,11 +7586,11 @@ export declare class GetUserResponseBody extends $tea.Model {
|
|
|
7218
7586
|
});
|
|
7219
7587
|
}
|
|
7220
7588
|
export declare class GetUserResponse extends $tea.Model {
|
|
7221
|
-
headers
|
|
7589
|
+
headers?: {
|
|
7222
7590
|
[key: string]: string;
|
|
7223
7591
|
};
|
|
7224
|
-
statusCode
|
|
7225
|
-
body
|
|
7592
|
+
statusCode?: number;
|
|
7593
|
+
body?: GetUserResponseBody;
|
|
7226
7594
|
static names(): {
|
|
7227
7595
|
[key: string]: string;
|
|
7228
7596
|
};
|
|
@@ -7305,11 +7673,11 @@ export declare class GetWorkspaceResponseBody extends $tea.Model {
|
|
|
7305
7673
|
});
|
|
7306
7674
|
}
|
|
7307
7675
|
export declare class GetWorkspaceResponse extends $tea.Model {
|
|
7308
|
-
headers
|
|
7676
|
+
headers?: {
|
|
7309
7677
|
[key: string]: string;
|
|
7310
7678
|
};
|
|
7311
|
-
statusCode
|
|
7312
|
-
body
|
|
7679
|
+
statusCode?: number;
|
|
7680
|
+
body?: GetWorkspaceResponseBody;
|
|
7313
7681
|
static names(): {
|
|
7314
7682
|
[key: string]: string;
|
|
7315
7683
|
};
|
|
@@ -7392,11 +7760,11 @@ export declare class GetWorkspacesResponseBody extends $tea.Model {
|
|
|
7392
7760
|
});
|
|
7393
7761
|
}
|
|
7394
7762
|
export declare class GetWorkspacesResponse extends $tea.Model {
|
|
7395
|
-
headers
|
|
7763
|
+
headers?: {
|
|
7396
7764
|
[key: string]: string;
|
|
7397
7765
|
};
|
|
7398
|
-
statusCode
|
|
7399
|
-
body
|
|
7766
|
+
statusCode?: number;
|
|
7767
|
+
body?: GetWorkspacesResponseBody;
|
|
7400
7768
|
static names(): {
|
|
7401
7769
|
[key: string]: string;
|
|
7402
7770
|
};
|
|
@@ -7496,11 +7864,11 @@ export declare class GrantHonorResponseBody extends $tea.Model {
|
|
|
7496
7864
|
});
|
|
7497
7865
|
}
|
|
7498
7866
|
export declare class GrantHonorResponse extends $tea.Model {
|
|
7499
|
-
headers
|
|
7867
|
+
headers?: {
|
|
7500
7868
|
[key: string]: string;
|
|
7501
7869
|
};
|
|
7502
|
-
statusCode
|
|
7503
|
-
body
|
|
7870
|
+
statusCode?: number;
|
|
7871
|
+
body?: GrantHonorResponseBody;
|
|
7504
7872
|
static names(): {
|
|
7505
7873
|
[key: string]: string;
|
|
7506
7874
|
};
|
|
@@ -7587,11 +7955,11 @@ export declare class InsertColumnsBeforeResponseBody extends $tea.Model {
|
|
|
7587
7955
|
});
|
|
7588
7956
|
}
|
|
7589
7957
|
export declare class InsertColumnsBeforeResponse extends $tea.Model {
|
|
7590
|
-
headers
|
|
7958
|
+
headers?: {
|
|
7591
7959
|
[key: string]: string;
|
|
7592
7960
|
};
|
|
7593
|
-
statusCode
|
|
7594
|
-
body
|
|
7961
|
+
statusCode?: number;
|
|
7962
|
+
body?: InsertColumnsBeforeResponseBody;
|
|
7595
7963
|
static names(): {
|
|
7596
7964
|
[key: string]: string;
|
|
7597
7965
|
};
|
|
@@ -7678,11 +8046,11 @@ export declare class InsertRowsBeforeResponseBody extends $tea.Model {
|
|
|
7678
8046
|
});
|
|
7679
8047
|
}
|
|
7680
8048
|
export declare class InsertRowsBeforeResponse extends $tea.Model {
|
|
7681
|
-
headers
|
|
8049
|
+
headers?: {
|
|
7682
8050
|
[key: string]: string;
|
|
7683
8051
|
};
|
|
7684
|
-
statusCode
|
|
7685
|
-
body
|
|
8052
|
+
statusCode?: number;
|
|
8053
|
+
body?: InsertRowsBeforeResponseBody;
|
|
7686
8054
|
static names(): {
|
|
7687
8055
|
[key: string]: string;
|
|
7688
8056
|
};
|
|
@@ -7765,11 +8133,11 @@ export declare class InviteUsersResponseBody extends $tea.Model {
|
|
|
7765
8133
|
});
|
|
7766
8134
|
}
|
|
7767
8135
|
export declare class InviteUsersResponse extends $tea.Model {
|
|
7768
|
-
headers
|
|
8136
|
+
headers?: {
|
|
7769
8137
|
[key: string]: string;
|
|
7770
8138
|
};
|
|
7771
|
-
statusCode
|
|
7772
|
-
body
|
|
8139
|
+
statusCode?: number;
|
|
8140
|
+
body?: InviteUsersResponseBody;
|
|
7773
8141
|
static names(): {
|
|
7774
8142
|
[key: string]: string;
|
|
7775
8143
|
};
|
|
@@ -7845,11 +8213,11 @@ export declare class ListApplicationResponseBody extends $tea.Model {
|
|
|
7845
8213
|
});
|
|
7846
8214
|
}
|
|
7847
8215
|
export declare class ListApplicationResponse extends $tea.Model {
|
|
7848
|
-
headers
|
|
8216
|
+
headers?: {
|
|
7849
8217
|
[key: string]: string;
|
|
7850
8218
|
};
|
|
7851
|
-
statusCode
|
|
7852
|
-
body
|
|
8219
|
+
statusCode?: number;
|
|
8220
|
+
body?: ListApplicationResponseBody;
|
|
7853
8221
|
static names(): {
|
|
7854
8222
|
[key: string]: string;
|
|
7855
8223
|
};
|
|
@@ -7930,11 +8298,11 @@ export declare class ListCalendarsResponseBody extends $tea.Model {
|
|
|
7930
8298
|
});
|
|
7931
8299
|
}
|
|
7932
8300
|
export declare class ListCalendarsResponse extends $tea.Model {
|
|
7933
|
-
headers
|
|
8301
|
+
headers?: {
|
|
7934
8302
|
[key: string]: string;
|
|
7935
8303
|
};
|
|
7936
|
-
statusCode
|
|
7937
|
-
body
|
|
8304
|
+
statusCode?: number;
|
|
8305
|
+
body?: ListCalendarsResponseBody;
|
|
7938
8306
|
static names(): {
|
|
7939
8307
|
[key: string]: string;
|
|
7940
8308
|
};
|
|
@@ -8013,11 +8381,11 @@ export declare class ListEventsResponseBody extends $tea.Model {
|
|
|
8013
8381
|
});
|
|
8014
8382
|
}
|
|
8015
8383
|
export declare class ListEventsResponse extends $tea.Model {
|
|
8016
|
-
headers
|
|
8384
|
+
headers?: {
|
|
8017
8385
|
[key: string]: string;
|
|
8018
8386
|
};
|
|
8019
|
-
statusCode
|
|
8020
|
-
body
|
|
8387
|
+
statusCode?: number;
|
|
8388
|
+
body?: ListEventsResponseBody;
|
|
8021
8389
|
static names(): {
|
|
8022
8390
|
[key: string]: string;
|
|
8023
8391
|
};
|
|
@@ -8090,11 +8458,11 @@ export declare class ListEventsViewResponseBody extends $tea.Model {
|
|
|
8090
8458
|
});
|
|
8091
8459
|
}
|
|
8092
8460
|
export declare class ListEventsViewResponse extends $tea.Model {
|
|
8093
|
-
headers
|
|
8461
|
+
headers?: {
|
|
8094
8462
|
[key: string]: string;
|
|
8095
8463
|
};
|
|
8096
|
-
statusCode
|
|
8097
|
-
body
|
|
8464
|
+
statusCode?: number;
|
|
8465
|
+
body?: ListEventsViewResponseBody;
|
|
8098
8466
|
static names(): {
|
|
8099
8467
|
[key: string]: string;
|
|
8100
8468
|
};
|
|
@@ -8183,11 +8551,11 @@ export declare class ListFormRemarksResponseBody extends $tea.Model {
|
|
|
8183
8551
|
});
|
|
8184
8552
|
}
|
|
8185
8553
|
export declare class ListFormRemarksResponse extends $tea.Model {
|
|
8186
|
-
headers
|
|
8554
|
+
headers?: {
|
|
8187
8555
|
[key: string]: string;
|
|
8188
8556
|
};
|
|
8189
|
-
statusCode
|
|
8190
|
-
body
|
|
8557
|
+
statusCode?: number;
|
|
8558
|
+
body?: ListFormRemarksResponseBody;
|
|
8191
8559
|
static names(): {
|
|
8192
8560
|
[key: string]: string;
|
|
8193
8561
|
};
|
|
@@ -8259,11 +8627,11 @@ export declare class ListNavigationByFormTypeResponseBody extends $tea.Model {
|
|
|
8259
8627
|
});
|
|
8260
8628
|
}
|
|
8261
8629
|
export declare class ListNavigationByFormTypeResponse extends $tea.Model {
|
|
8262
|
-
headers
|
|
8630
|
+
headers?: {
|
|
8263
8631
|
[key: string]: string;
|
|
8264
8632
|
};
|
|
8265
|
-
statusCode
|
|
8266
|
-
body
|
|
8633
|
+
statusCode?: number;
|
|
8634
|
+
body?: ListNavigationByFormTypeResponseBody;
|
|
8267
8635
|
static names(): {
|
|
8268
8636
|
[key: string]: string;
|
|
8269
8637
|
};
|
|
@@ -8351,11 +8719,11 @@ export declare class ListNodesResponseBody extends $tea.Model {
|
|
|
8351
8719
|
});
|
|
8352
8720
|
}
|
|
8353
8721
|
export declare class ListNodesResponse extends $tea.Model {
|
|
8354
|
-
headers
|
|
8722
|
+
headers?: {
|
|
8355
8723
|
[key: string]: string;
|
|
8356
8724
|
};
|
|
8357
|
-
statusCode
|
|
8358
|
-
body
|
|
8725
|
+
statusCode?: number;
|
|
8726
|
+
body?: ListNodesResponseBody;
|
|
8359
8727
|
static names(): {
|
|
8360
8728
|
[key: string]: string;
|
|
8361
8729
|
};
|
|
@@ -8451,11 +8819,11 @@ export declare class ListReportResponseBody extends $tea.Model {
|
|
|
8451
8819
|
});
|
|
8452
8820
|
}
|
|
8453
8821
|
export declare class ListReportResponse extends $tea.Model {
|
|
8454
|
-
headers
|
|
8822
|
+
headers?: {
|
|
8455
8823
|
[key: string]: string;
|
|
8456
8824
|
};
|
|
8457
|
-
statusCode
|
|
8458
|
-
body
|
|
8825
|
+
statusCode?: number;
|
|
8826
|
+
body?: ListReportResponseBody;
|
|
8459
8827
|
static names(): {
|
|
8460
8828
|
[key: string]: string;
|
|
8461
8829
|
};
|
|
@@ -8532,11 +8900,11 @@ export declare class ListTableDataByFormInstanceIdTableIdResponseBody extends $t
|
|
|
8532
8900
|
});
|
|
8533
8901
|
}
|
|
8534
8902
|
export declare class ListTableDataByFormInstanceIdTableIdResponse extends $tea.Model {
|
|
8535
|
-
headers
|
|
8903
|
+
headers?: {
|
|
8536
8904
|
[key: string]: string;
|
|
8537
8905
|
};
|
|
8538
|
-
statusCode
|
|
8539
|
-
body
|
|
8906
|
+
statusCode?: number;
|
|
8907
|
+
body?: ListTableDataByFormInstanceIdTableIdResponseBody;
|
|
8540
8908
|
static names(): {
|
|
8541
8909
|
[key: string]: string;
|
|
8542
8910
|
};
|
|
@@ -8622,11 +8990,11 @@ export declare class ListTeamsResponseBody extends $tea.Model {
|
|
|
8622
8990
|
});
|
|
8623
8991
|
}
|
|
8624
8992
|
export declare class ListTeamsResponse extends $tea.Model {
|
|
8625
|
-
headers
|
|
8993
|
+
headers?: {
|
|
8626
8994
|
[key: string]: string;
|
|
8627
8995
|
};
|
|
8628
|
-
statusCode
|
|
8629
|
-
body
|
|
8996
|
+
statusCode?: number;
|
|
8997
|
+
body?: ListTeamsResponseBody;
|
|
8630
8998
|
static names(): {
|
|
8631
8999
|
[key: string]: string;
|
|
8632
9000
|
};
|
|
@@ -8716,11 +9084,11 @@ export declare class ListWorkspacesResponseBody extends $tea.Model {
|
|
|
8716
9084
|
});
|
|
8717
9085
|
}
|
|
8718
9086
|
export declare class ListWorkspacesResponse extends $tea.Model {
|
|
8719
|
-
headers
|
|
9087
|
+
headers?: {
|
|
8720
9088
|
[key: string]: string;
|
|
8721
9089
|
};
|
|
8722
|
-
statusCode
|
|
8723
|
-
body
|
|
9090
|
+
statusCode?: number;
|
|
9091
|
+
body?: ListWorkspacesResponseBody;
|
|
8724
9092
|
static names(): {
|
|
8725
9093
|
[key: string]: string;
|
|
8726
9094
|
};
|
|
@@ -8835,11 +9203,11 @@ export declare class PatchEventResponseBody extends $tea.Model {
|
|
|
8835
9203
|
});
|
|
8836
9204
|
}
|
|
8837
9205
|
export declare class PatchEventResponse extends $tea.Model {
|
|
8838
|
-
headers
|
|
9206
|
+
headers?: {
|
|
8839
9207
|
[key: string]: string;
|
|
8840
9208
|
};
|
|
8841
|
-
statusCode
|
|
8842
|
-
body
|
|
9209
|
+
statusCode?: number;
|
|
9210
|
+
body?: PatchEventResponseBody;
|
|
8843
9211
|
static names(): {
|
|
8844
9212
|
[key: string]: string;
|
|
8845
9213
|
};
|
|
@@ -8929,11 +9297,11 @@ export declare class QueryCloudRecordTextResponseBody extends $tea.Model {
|
|
|
8929
9297
|
});
|
|
8930
9298
|
}
|
|
8931
9299
|
export declare class QueryCloudRecordTextResponse extends $tea.Model {
|
|
8932
|
-
headers
|
|
9300
|
+
headers?: {
|
|
8933
9301
|
[key: string]: string;
|
|
8934
9302
|
};
|
|
8935
|
-
statusCode
|
|
8936
|
-
body
|
|
9303
|
+
statusCode?: number;
|
|
9304
|
+
body?: QueryCloudRecordTextResponseBody;
|
|
8937
9305
|
static names(): {
|
|
8938
9306
|
[key: string]: string;
|
|
8939
9307
|
};
|
|
@@ -9014,11 +9382,11 @@ export declare class QueryCloudRecordVideoResponseBody extends $tea.Model {
|
|
|
9014
9382
|
});
|
|
9015
9383
|
}
|
|
9016
9384
|
export declare class QueryCloudRecordVideoResponse extends $tea.Model {
|
|
9017
|
-
headers
|
|
9385
|
+
headers?: {
|
|
9018
9386
|
[key: string]: string;
|
|
9019
9387
|
};
|
|
9020
|
-
statusCode
|
|
9021
|
-
body
|
|
9388
|
+
statusCode?: number;
|
|
9389
|
+
body?: QueryCloudRecordVideoResponseBody;
|
|
9022
9390
|
static names(): {
|
|
9023
9391
|
[key: string]: string;
|
|
9024
9392
|
};
|
|
@@ -9107,11 +9475,11 @@ export declare class QueryCloudRecordVideoPlayInfoResponseBody extends $tea.Mode
|
|
|
9107
9475
|
});
|
|
9108
9476
|
}
|
|
9109
9477
|
export declare class QueryCloudRecordVideoPlayInfoResponse extends $tea.Model {
|
|
9110
|
-
headers
|
|
9478
|
+
headers?: {
|
|
9111
9479
|
[key: string]: string;
|
|
9112
9480
|
};
|
|
9113
|
-
statusCode
|
|
9114
|
-
body
|
|
9481
|
+
statusCode?: number;
|
|
9482
|
+
body?: QueryCloudRecordVideoPlayInfoResponseBody;
|
|
9115
9483
|
static names(): {
|
|
9116
9484
|
[key: string]: string;
|
|
9117
9485
|
};
|
|
@@ -9178,11 +9546,11 @@ export declare class QueryConferenceInfoResponseBody extends $tea.Model {
|
|
|
9178
9546
|
});
|
|
9179
9547
|
}
|
|
9180
9548
|
export declare class QueryConferenceInfoResponse extends $tea.Model {
|
|
9181
|
-
headers
|
|
9549
|
+
headers?: {
|
|
9182
9550
|
[key: string]: string;
|
|
9183
9551
|
};
|
|
9184
|
-
statusCode
|
|
9185
|
-
body
|
|
9552
|
+
statusCode?: number;
|
|
9553
|
+
body?: QueryConferenceInfoResponseBody;
|
|
9186
9554
|
static names(): {
|
|
9187
9555
|
[key: string]: string;
|
|
9188
9556
|
};
|
|
@@ -9269,11 +9637,11 @@ export declare class QueryConferenceMembersResponseBody extends $tea.Model {
|
|
|
9269
9637
|
});
|
|
9270
9638
|
}
|
|
9271
9639
|
export declare class QueryConferenceMembersResponse extends $tea.Model {
|
|
9272
|
-
headers
|
|
9640
|
+
headers?: {
|
|
9273
9641
|
[key: string]: string;
|
|
9274
9642
|
};
|
|
9275
|
-
statusCode
|
|
9276
|
-
body
|
|
9643
|
+
statusCode?: number;
|
|
9644
|
+
body?: QueryConferenceMembersResponseBody;
|
|
9277
9645
|
static names(): {
|
|
9278
9646
|
[key: string]: string;
|
|
9279
9647
|
};
|
|
@@ -9375,11 +9743,11 @@ export declare class QueryDentryResponseBody extends $tea.Model {
|
|
|
9375
9743
|
});
|
|
9376
9744
|
}
|
|
9377
9745
|
export declare class QueryDentryResponse extends $tea.Model {
|
|
9378
|
-
headers
|
|
9746
|
+
headers?: {
|
|
9379
9747
|
[key: string]: string;
|
|
9380
9748
|
};
|
|
9381
|
-
statusCode
|
|
9382
|
-
body
|
|
9749
|
+
statusCode?: number;
|
|
9750
|
+
body?: QueryDentryResponseBody;
|
|
9383
9751
|
static names(): {
|
|
9384
9752
|
[key: string]: string;
|
|
9385
9753
|
};
|
|
@@ -9471,11 +9839,11 @@ export declare class QueryLiveInfoResponseBody extends $tea.Model {
|
|
|
9471
9839
|
});
|
|
9472
9840
|
}
|
|
9473
9841
|
export declare class QueryLiveInfoResponse extends $tea.Model {
|
|
9474
|
-
headers
|
|
9842
|
+
headers?: {
|
|
9475
9843
|
[key: string]: string;
|
|
9476
9844
|
};
|
|
9477
|
-
statusCode
|
|
9478
|
-
body
|
|
9845
|
+
statusCode?: number;
|
|
9846
|
+
body?: QueryLiveInfoResponseBody;
|
|
9479
9847
|
static names(): {
|
|
9480
9848
|
[key: string]: string;
|
|
9481
9849
|
};
|
|
@@ -9563,11 +9931,11 @@ export declare class QueryLiveWatchDetailResponseBody extends $tea.Model {
|
|
|
9563
9931
|
});
|
|
9564
9932
|
}
|
|
9565
9933
|
export declare class QueryLiveWatchDetailResponse extends $tea.Model {
|
|
9566
|
-
headers
|
|
9934
|
+
headers?: {
|
|
9567
9935
|
[key: string]: string;
|
|
9568
9936
|
};
|
|
9569
|
-
statusCode
|
|
9570
|
-
body
|
|
9937
|
+
statusCode?: number;
|
|
9938
|
+
body?: QueryLiveWatchDetailResponseBody;
|
|
9571
9939
|
static names(): {
|
|
9572
9940
|
[key: string]: string;
|
|
9573
9941
|
};
|
|
@@ -9653,11 +10021,11 @@ export declare class QueryLiveWatchUserListResponseBody extends $tea.Model {
|
|
|
9653
10021
|
});
|
|
9654
10022
|
}
|
|
9655
10023
|
export declare class QueryLiveWatchUserListResponse extends $tea.Model {
|
|
9656
|
-
headers
|
|
10024
|
+
headers?: {
|
|
9657
10025
|
[key: string]: string;
|
|
9658
10026
|
};
|
|
9659
|
-
statusCode
|
|
9660
|
-
body
|
|
10027
|
+
statusCode?: number;
|
|
10028
|
+
body?: QueryLiveWatchUserListResponseBody;
|
|
9661
10029
|
static names(): {
|
|
9662
10030
|
[key: string]: string;
|
|
9663
10031
|
};
|
|
@@ -9740,11 +10108,11 @@ export declare class QueryMeetingRoomResponseBody extends $tea.Model {
|
|
|
9740
10108
|
});
|
|
9741
10109
|
}
|
|
9742
10110
|
export declare class QueryMeetingRoomResponse extends $tea.Model {
|
|
9743
|
-
headers
|
|
10111
|
+
headers?: {
|
|
9744
10112
|
[key: string]: string;
|
|
9745
10113
|
};
|
|
9746
|
-
statusCode
|
|
9747
|
-
body
|
|
10114
|
+
statusCode?: number;
|
|
10115
|
+
body?: QueryMeetingRoomResponseBody;
|
|
9748
10116
|
static names(): {
|
|
9749
10117
|
[key: string]: string;
|
|
9750
10118
|
};
|
|
@@ -9827,11 +10195,11 @@ export declare class QueryMeetingRoomGroupResponseBody extends $tea.Model {
|
|
|
9827
10195
|
});
|
|
9828
10196
|
}
|
|
9829
10197
|
export declare class QueryMeetingRoomGroupResponse extends $tea.Model {
|
|
9830
|
-
headers
|
|
10198
|
+
headers?: {
|
|
9831
10199
|
[key: string]: string;
|
|
9832
10200
|
};
|
|
9833
|
-
statusCode
|
|
9834
|
-
body
|
|
10201
|
+
statusCode?: number;
|
|
10202
|
+
body?: QueryMeetingRoomGroupResponseBody;
|
|
9835
10203
|
static names(): {
|
|
9836
10204
|
[key: string]: string;
|
|
9837
10205
|
};
|
|
@@ -9914,11 +10282,11 @@ export declare class QueryMeetingRoomGroupListResponseBody extends $tea.Model {
|
|
|
9914
10282
|
});
|
|
9915
10283
|
}
|
|
9916
10284
|
export declare class QueryMeetingRoomGroupListResponse extends $tea.Model {
|
|
9917
|
-
headers
|
|
10285
|
+
headers?: {
|
|
9918
10286
|
[key: string]: string;
|
|
9919
10287
|
};
|
|
9920
|
-
statusCode
|
|
9921
|
-
body
|
|
10288
|
+
statusCode?: number;
|
|
10289
|
+
body?: QueryMeetingRoomGroupListResponseBody;
|
|
9922
10290
|
static names(): {
|
|
9923
10291
|
[key: string]: string;
|
|
9924
10292
|
};
|
|
@@ -10003,11 +10371,11 @@ export declare class QueryMeetingRoomListResponseBody extends $tea.Model {
|
|
|
10003
10371
|
});
|
|
10004
10372
|
}
|
|
10005
10373
|
export declare class QueryMeetingRoomListResponse extends $tea.Model {
|
|
10006
|
-
headers
|
|
10374
|
+
headers?: {
|
|
10007
10375
|
[key: string]: string;
|
|
10008
10376
|
};
|
|
10009
|
-
statusCode
|
|
10010
|
-
body
|
|
10377
|
+
statusCode?: number;
|
|
10378
|
+
body?: QueryMeetingRoomListResponseBody;
|
|
10011
10379
|
static names(): {
|
|
10012
10380
|
[key: string]: string;
|
|
10013
10381
|
};
|
|
@@ -10093,11 +10461,11 @@ export declare class QueryOrgHonorsResponseBody extends $tea.Model {
|
|
|
10093
10461
|
});
|
|
10094
10462
|
}
|
|
10095
10463
|
export declare class QueryOrgHonorsResponse extends $tea.Model {
|
|
10096
|
-
headers
|
|
10464
|
+
headers?: {
|
|
10097
10465
|
[key: string]: string;
|
|
10098
10466
|
};
|
|
10099
|
-
statusCode
|
|
10100
|
-
body
|
|
10467
|
+
statusCode?: number;
|
|
10468
|
+
body?: QueryOrgHonorsResponseBody;
|
|
10101
10469
|
static names(): {
|
|
10102
10470
|
[key: string]: string;
|
|
10103
10471
|
};
|
|
@@ -10181,11 +10549,11 @@ export declare class QueryOrgTodoTasksResponseBody extends $tea.Model {
|
|
|
10181
10549
|
});
|
|
10182
10550
|
}
|
|
10183
10551
|
export declare class QueryOrgTodoTasksResponse extends $tea.Model {
|
|
10184
|
-
headers
|
|
10552
|
+
headers?: {
|
|
10185
10553
|
[key: string]: string;
|
|
10186
10554
|
};
|
|
10187
|
-
statusCode
|
|
10188
|
-
body
|
|
10555
|
+
statusCode?: number;
|
|
10556
|
+
body?: QueryOrgTodoTasksResponseBody;
|
|
10189
10557
|
static names(): {
|
|
10190
10558
|
[key: string]: string;
|
|
10191
10559
|
};
|
|
@@ -10272,11 +10640,11 @@ export declare class QueryScheduleConferenceResponseBody extends $tea.Model {
|
|
|
10272
10640
|
});
|
|
10273
10641
|
}
|
|
10274
10642
|
export declare class QueryScheduleConferenceResponse extends $tea.Model {
|
|
10275
|
-
headers
|
|
10643
|
+
headers?: {
|
|
10276
10644
|
[key: string]: string;
|
|
10277
10645
|
};
|
|
10278
|
-
statusCode
|
|
10279
|
-
body
|
|
10646
|
+
statusCode?: number;
|
|
10647
|
+
body?: QueryScheduleConferenceResponseBody;
|
|
10280
10648
|
static names(): {
|
|
10281
10649
|
[key: string]: string;
|
|
10282
10650
|
};
|
|
@@ -10364,11 +10732,11 @@ export declare class QueryUserHonorsResponseBody extends $tea.Model {
|
|
|
10364
10732
|
});
|
|
10365
10733
|
}
|
|
10366
10734
|
export declare class QueryUserHonorsResponse extends $tea.Model {
|
|
10367
|
-
headers
|
|
10735
|
+
headers?: {
|
|
10368
10736
|
[key: string]: string;
|
|
10369
10737
|
};
|
|
10370
|
-
statusCode
|
|
10371
|
-
body
|
|
10738
|
+
statusCode?: number;
|
|
10739
|
+
body?: QueryUserHonorsResponseBody;
|
|
10372
10740
|
static names(): {
|
|
10373
10741
|
[key: string]: string;
|
|
10374
10742
|
};
|
|
@@ -10460,11 +10828,11 @@ export declare class RecallHonorResponseBody extends $tea.Model {
|
|
|
10460
10828
|
});
|
|
10461
10829
|
}
|
|
10462
10830
|
export declare class RecallHonorResponse extends $tea.Model {
|
|
10463
|
-
headers
|
|
10831
|
+
headers?: {
|
|
10464
10832
|
[key: string]: string;
|
|
10465
10833
|
};
|
|
10466
|
-
statusCode
|
|
10467
|
-
body
|
|
10834
|
+
statusCode?: number;
|
|
10835
|
+
body?: RecallHonorResponseBody;
|
|
10468
10836
|
static names(): {
|
|
10469
10837
|
[key: string]: string;
|
|
10470
10838
|
};
|
|
@@ -10551,11 +10919,11 @@ export declare class ReceiverListReportResponseBody extends $tea.Model {
|
|
|
10551
10919
|
});
|
|
10552
10920
|
}
|
|
10553
10921
|
export declare class ReceiverListReportResponse extends $tea.Model {
|
|
10554
|
-
headers
|
|
10922
|
+
headers?: {
|
|
10555
10923
|
[key: string]: string;
|
|
10556
10924
|
};
|
|
10557
|
-
statusCode
|
|
10558
|
-
body
|
|
10925
|
+
statusCode?: number;
|
|
10926
|
+
body?: ReceiverListReportResponseBody;
|
|
10559
10927
|
static names(): {
|
|
10560
10928
|
[key: string]: string;
|
|
10561
10929
|
};
|
|
@@ -10630,11 +10998,11 @@ export declare class RedirectTaskResponseBody extends $tea.Model {
|
|
|
10630
10998
|
});
|
|
10631
10999
|
}
|
|
10632
11000
|
export declare class RedirectTaskResponse extends $tea.Model {
|
|
10633
|
-
headers
|
|
11001
|
+
headers?: {
|
|
10634
11002
|
[key: string]: string;
|
|
10635
11003
|
};
|
|
10636
|
-
statusCode
|
|
10637
|
-
body
|
|
11004
|
+
statusCode?: number;
|
|
11005
|
+
body?: RedirectTaskResponseBody;
|
|
10638
11006
|
static names(): {
|
|
10639
11007
|
[key: string]: string;
|
|
10640
11008
|
};
|
|
@@ -10724,11 +11092,11 @@ export declare class RemoveAttendeeResponseBody extends $tea.Model {
|
|
|
10724
11092
|
});
|
|
10725
11093
|
}
|
|
10726
11094
|
export declare class RemoveAttendeeResponse extends $tea.Model {
|
|
10727
|
-
headers
|
|
11095
|
+
headers?: {
|
|
10728
11096
|
[key: string]: string;
|
|
10729
11097
|
};
|
|
10730
|
-
statusCode
|
|
10731
|
-
body
|
|
11098
|
+
statusCode?: number;
|
|
11099
|
+
body?: RemoveAttendeeResponseBody;
|
|
10732
11100
|
static names(): {
|
|
10733
11101
|
[key: string]: string;
|
|
10734
11102
|
};
|
|
@@ -10811,11 +11179,11 @@ export declare class RemoveMeetingRoomsResponseBody extends $tea.Model {
|
|
|
10811
11179
|
});
|
|
10812
11180
|
}
|
|
10813
11181
|
export declare class RemoveMeetingRoomsResponse extends $tea.Model {
|
|
10814
|
-
headers
|
|
11182
|
+
headers?: {
|
|
10815
11183
|
[key: string]: string;
|
|
10816
11184
|
};
|
|
10817
|
-
statusCode
|
|
10818
|
-
body
|
|
11185
|
+
statusCode?: number;
|
|
11186
|
+
body?: RemoveMeetingRoomsResponseBody;
|
|
10819
11187
|
static names(): {
|
|
10820
11188
|
[key: string]: string;
|
|
10821
11189
|
};
|
|
@@ -10900,11 +11268,11 @@ export declare class SaveContentResponseBody extends $tea.Model {
|
|
|
10900
11268
|
});
|
|
10901
11269
|
}
|
|
10902
11270
|
export declare class SaveContentResponse extends $tea.Model {
|
|
10903
|
-
headers
|
|
11271
|
+
headers?: {
|
|
10904
11272
|
[key: string]: string;
|
|
10905
11273
|
};
|
|
10906
|
-
statusCode
|
|
10907
|
-
body
|
|
11274
|
+
statusCode?: number;
|
|
11275
|
+
body?: SaveContentResponseBody;
|
|
10908
11276
|
static names(): {
|
|
10909
11277
|
[key: string]: string;
|
|
10910
11278
|
};
|
|
@@ -10977,11 +11345,11 @@ export declare class SaveFormDataResponseBody extends $tea.Model {
|
|
|
10977
11345
|
});
|
|
10978
11346
|
}
|
|
10979
11347
|
export declare class SaveFormDataResponse extends $tea.Model {
|
|
10980
|
-
headers
|
|
11348
|
+
headers?: {
|
|
10981
11349
|
[key: string]: string;
|
|
10982
11350
|
};
|
|
10983
|
-
statusCode
|
|
10984
|
-
body
|
|
11351
|
+
statusCode?: number;
|
|
11352
|
+
body?: SaveFormDataResponseBody;
|
|
10985
11353
|
static names(): {
|
|
10986
11354
|
[key: string]: string;
|
|
10987
11355
|
};
|
|
@@ -11056,11 +11424,11 @@ export declare class SaveFormRemarkResponseBody extends $tea.Model {
|
|
|
11056
11424
|
});
|
|
11057
11425
|
}
|
|
11058
11426
|
export declare class SaveFormRemarkResponse extends $tea.Model {
|
|
11059
|
-
headers
|
|
11427
|
+
headers?: {
|
|
11060
11428
|
[key: string]: string;
|
|
11061
11429
|
};
|
|
11062
|
-
statusCode
|
|
11063
|
-
body
|
|
11430
|
+
statusCode?: number;
|
|
11431
|
+
body?: SaveFormRemarkResponseBody;
|
|
11064
11432
|
static names(): {
|
|
11065
11433
|
[key: string]: string;
|
|
11066
11434
|
};
|
|
@@ -11139,11 +11507,11 @@ export declare class SearchEmployeeFieldValuesResponseBody extends $tea.Model {
|
|
|
11139
11507
|
});
|
|
11140
11508
|
}
|
|
11141
11509
|
export declare class SearchEmployeeFieldValuesResponse extends $tea.Model {
|
|
11142
|
-
headers
|
|
11510
|
+
headers?: {
|
|
11143
11511
|
[key: string]: string;
|
|
11144
11512
|
};
|
|
11145
|
-
statusCode
|
|
11146
|
-
body
|
|
11513
|
+
statusCode?: number;
|
|
11514
|
+
body?: SearchEmployeeFieldValuesResponseBody;
|
|
11147
11515
|
static names(): {
|
|
11148
11516
|
[key: string]: string;
|
|
11149
11517
|
};
|
|
@@ -11225,11 +11593,11 @@ export declare class SearchFormDataIdListResponseBody extends $tea.Model {
|
|
|
11225
11593
|
});
|
|
11226
11594
|
}
|
|
11227
11595
|
export declare class SearchFormDataIdListResponse extends $tea.Model {
|
|
11228
|
-
headers
|
|
11596
|
+
headers?: {
|
|
11229
11597
|
[key: string]: string;
|
|
11230
11598
|
};
|
|
11231
|
-
statusCode
|
|
11232
|
-
body
|
|
11599
|
+
statusCode?: number;
|
|
11600
|
+
body?: SearchFormDataIdListResponseBody;
|
|
11233
11601
|
static names(): {
|
|
11234
11602
|
[key: string]: string;
|
|
11235
11603
|
};
|
|
@@ -11311,11 +11679,11 @@ export declare class SearchFormDataSecondGenerationResponseBody extends $tea.Mod
|
|
|
11311
11679
|
});
|
|
11312
11680
|
}
|
|
11313
11681
|
export declare class SearchFormDataSecondGenerationResponse extends $tea.Model {
|
|
11314
|
-
headers
|
|
11682
|
+
headers?: {
|
|
11315
11683
|
[key: string]: string;
|
|
11316
11684
|
};
|
|
11317
|
-
statusCode
|
|
11318
|
-
body
|
|
11685
|
+
statusCode?: number;
|
|
11686
|
+
body?: SearchFormDataSecondGenerationResponseBody;
|
|
11319
11687
|
static names(): {
|
|
11320
11688
|
[key: string]: string;
|
|
11321
11689
|
};
|
|
@@ -11397,11 +11765,11 @@ export declare class SearchFormDataSecondGenerationNoTableFieldResponseBody exte
|
|
|
11397
11765
|
});
|
|
11398
11766
|
}
|
|
11399
11767
|
export declare class SearchFormDataSecondGenerationNoTableFieldResponse extends $tea.Model {
|
|
11400
|
-
headers
|
|
11768
|
+
headers?: {
|
|
11401
11769
|
[key: string]: string;
|
|
11402
11770
|
};
|
|
11403
|
-
statusCode
|
|
11404
|
-
body
|
|
11771
|
+
statusCode?: number;
|
|
11772
|
+
body?: SearchFormDataSecondGenerationNoTableFieldResponseBody;
|
|
11405
11773
|
static names(): {
|
|
11406
11774
|
[key: string]: string;
|
|
11407
11775
|
};
|
|
@@ -11484,11 +11852,11 @@ export declare class SearchFormDatasResponseBody extends $tea.Model {
|
|
|
11484
11852
|
});
|
|
11485
11853
|
}
|
|
11486
11854
|
export declare class SearchFormDatasResponse extends $tea.Model {
|
|
11487
|
-
headers
|
|
11855
|
+
headers?: {
|
|
11488
11856
|
[key: string]: string;
|
|
11489
11857
|
};
|
|
11490
|
-
statusCode
|
|
11491
|
-
body
|
|
11858
|
+
statusCode?: number;
|
|
11859
|
+
body?: SearchFormDatasResponseBody;
|
|
11492
11860
|
static names(): {
|
|
11493
11861
|
[key: string]: string;
|
|
11494
11862
|
};
|
|
@@ -11578,11 +11946,11 @@ export declare class SendBannerResponseBody extends $tea.Model {
|
|
|
11578
11946
|
});
|
|
11579
11947
|
}
|
|
11580
11948
|
export declare class SendBannerResponse extends $tea.Model {
|
|
11581
|
-
headers
|
|
11949
|
+
headers?: {
|
|
11582
11950
|
[key: string]: string;
|
|
11583
11951
|
};
|
|
11584
|
-
statusCode
|
|
11585
|
-
body
|
|
11952
|
+
statusCode?: number;
|
|
11953
|
+
body?: SendBannerResponseBody;
|
|
11586
11954
|
static names(): {
|
|
11587
11955
|
[key: string]: string;
|
|
11588
11956
|
};
|
|
@@ -11672,11 +12040,11 @@ export declare class SendPopupResponseBody extends $tea.Model {
|
|
|
11672
12040
|
});
|
|
11673
12041
|
}
|
|
11674
12042
|
export declare class SendPopupResponse extends $tea.Model {
|
|
11675
|
-
headers
|
|
12043
|
+
headers?: {
|
|
11676
12044
|
[key: string]: string;
|
|
11677
12045
|
};
|
|
11678
|
-
statusCode
|
|
11679
|
-
body
|
|
12046
|
+
statusCode?: number;
|
|
12047
|
+
body?: SendPopupResponseBody;
|
|
11680
12048
|
static names(): {
|
|
11681
12049
|
[key: string]: string;
|
|
11682
12050
|
};
|
|
@@ -11766,11 +12134,11 @@ export declare class SendSearchShadeResponseBody extends $tea.Model {
|
|
|
11766
12134
|
});
|
|
11767
12135
|
}
|
|
11768
12136
|
export declare class SendSearchShadeResponse extends $tea.Model {
|
|
11769
|
-
headers
|
|
12137
|
+
headers?: {
|
|
11770
12138
|
[key: string]: string;
|
|
11771
12139
|
};
|
|
11772
|
-
statusCode
|
|
11773
|
-
body
|
|
12140
|
+
statusCode?: number;
|
|
12141
|
+
body?: SendSearchShadeResponseBody;
|
|
11774
12142
|
static names(): {
|
|
11775
12143
|
[key: string]: string;
|
|
11776
12144
|
};
|
|
@@ -11859,11 +12227,11 @@ export declare class SetColumnsVisibilityResponseBody extends $tea.Model {
|
|
|
11859
12227
|
});
|
|
11860
12228
|
}
|
|
11861
12229
|
export declare class SetColumnsVisibilityResponse extends $tea.Model {
|
|
11862
|
-
headers
|
|
12230
|
+
headers?: {
|
|
11863
12231
|
[key: string]: string;
|
|
11864
12232
|
};
|
|
11865
|
-
statusCode
|
|
11866
|
-
body
|
|
12233
|
+
statusCode?: number;
|
|
12234
|
+
body?: SetColumnsVisibilityResponseBody;
|
|
11867
12235
|
static names(): {
|
|
11868
12236
|
[key: string]: string;
|
|
11869
12237
|
};
|
|
@@ -11952,11 +12320,11 @@ export declare class SetRowsVisibilityResponseBody extends $tea.Model {
|
|
|
11952
12320
|
});
|
|
11953
12321
|
}
|
|
11954
12322
|
export declare class SetRowsVisibilityResponse extends $tea.Model {
|
|
11955
|
-
headers
|
|
12323
|
+
headers?: {
|
|
11956
12324
|
[key: string]: string;
|
|
11957
12325
|
};
|
|
11958
|
-
statusCode
|
|
11959
|
-
body
|
|
12326
|
+
statusCode?: number;
|
|
12327
|
+
body?: SetRowsVisibilityResponseBody;
|
|
11960
12328
|
static names(): {
|
|
11961
12329
|
[key: string]: string;
|
|
11962
12330
|
};
|
|
@@ -12048,11 +12416,11 @@ export declare class SimpleListReportResponseBody extends $tea.Model {
|
|
|
12048
12416
|
});
|
|
12049
12417
|
}
|
|
12050
12418
|
export declare class SimpleListReportResponse extends $tea.Model {
|
|
12051
|
-
headers
|
|
12419
|
+
headers?: {
|
|
12052
12420
|
[key: string]: string;
|
|
12053
12421
|
};
|
|
12054
|
-
statusCode
|
|
12055
|
-
body
|
|
12422
|
+
statusCode?: number;
|
|
12423
|
+
body?: SimpleListReportResponseBody;
|
|
12056
12424
|
static names(): {
|
|
12057
12425
|
[key: string]: string;
|
|
12058
12426
|
};
|
|
@@ -12137,11 +12505,11 @@ export declare class StartCloudRecordResponseBody extends $tea.Model {
|
|
|
12137
12505
|
});
|
|
12138
12506
|
}
|
|
12139
12507
|
export declare class StartCloudRecordResponse extends $tea.Model {
|
|
12140
|
-
headers
|
|
12508
|
+
headers?: {
|
|
12141
12509
|
[key: string]: string;
|
|
12142
12510
|
};
|
|
12143
|
-
statusCode
|
|
12144
|
-
body
|
|
12511
|
+
statusCode?: number;
|
|
12512
|
+
body?: StartCloudRecordResponseBody;
|
|
12145
12513
|
static names(): {
|
|
12146
12514
|
[key: string]: string;
|
|
12147
12515
|
};
|
|
@@ -12216,11 +12584,11 @@ export declare class StartInstanceResponseBody extends $tea.Model {
|
|
|
12216
12584
|
});
|
|
12217
12585
|
}
|
|
12218
12586
|
export declare class StartInstanceResponse extends $tea.Model {
|
|
12219
|
-
headers
|
|
12587
|
+
headers?: {
|
|
12220
12588
|
[key: string]: string;
|
|
12221
12589
|
};
|
|
12222
|
-
statusCode
|
|
12223
|
-
body
|
|
12590
|
+
statusCode?: number;
|
|
12591
|
+
body?: StartInstanceResponseBody;
|
|
12224
12592
|
static names(): {
|
|
12225
12593
|
[key: string]: string;
|
|
12226
12594
|
};
|
|
@@ -12309,11 +12677,11 @@ export declare class StatisticsListByTypeReportResponseBody extends $tea.Model {
|
|
|
12309
12677
|
});
|
|
12310
12678
|
}
|
|
12311
12679
|
export declare class StatisticsListByTypeReportResponse extends $tea.Model {
|
|
12312
|
-
headers
|
|
12680
|
+
headers?: {
|
|
12313
12681
|
[key: string]: string;
|
|
12314
12682
|
};
|
|
12315
|
-
statusCode
|
|
12316
|
-
body
|
|
12683
|
+
statusCode?: number;
|
|
12684
|
+
body?: StatisticsListByTypeReportResponseBody;
|
|
12317
12685
|
static names(): {
|
|
12318
12686
|
[key: string]: string;
|
|
12319
12687
|
};
|
|
@@ -12397,11 +12765,11 @@ export declare class StatisticsReportResponseBody extends $tea.Model {
|
|
|
12397
12765
|
});
|
|
12398
12766
|
}
|
|
12399
12767
|
export declare class StatisticsReportResponse extends $tea.Model {
|
|
12400
|
-
headers
|
|
12768
|
+
headers?: {
|
|
12401
12769
|
[key: string]: string;
|
|
12402
12770
|
};
|
|
12403
|
-
statusCode
|
|
12404
|
-
body
|
|
12771
|
+
statusCode?: number;
|
|
12772
|
+
body?: StatisticsReportResponseBody;
|
|
12405
12773
|
static names(): {
|
|
12406
12774
|
[key: string]: string;
|
|
12407
12775
|
};
|
|
@@ -12482,11 +12850,11 @@ export declare class StopCloudRecordResponseBody extends $tea.Model {
|
|
|
12482
12850
|
});
|
|
12483
12851
|
}
|
|
12484
12852
|
export declare class StopCloudRecordResponse extends $tea.Model {
|
|
12485
|
-
headers
|
|
12853
|
+
headers?: {
|
|
12486
12854
|
[key: string]: string;
|
|
12487
12855
|
};
|
|
12488
|
-
statusCode
|
|
12489
|
-
body
|
|
12856
|
+
statusCode?: number;
|
|
12857
|
+
body?: StopCloudRecordResponseBody;
|
|
12490
12858
|
static names(): {
|
|
12491
12859
|
[key: string]: string;
|
|
12492
12860
|
};
|
|
@@ -12552,11 +12920,11 @@ export declare class SubscribeCalendarResponseBody extends $tea.Model {
|
|
|
12552
12920
|
});
|
|
12553
12921
|
}
|
|
12554
12922
|
export declare class SubscribeCalendarResponse extends $tea.Model {
|
|
12555
|
-
headers
|
|
12923
|
+
headers?: {
|
|
12556
12924
|
[key: string]: string;
|
|
12557
12925
|
};
|
|
12558
|
-
statusCode
|
|
12559
|
-
body
|
|
12926
|
+
statusCode?: number;
|
|
12927
|
+
body?: SubscribeCalendarResponseBody;
|
|
12560
12928
|
static names(): {
|
|
12561
12929
|
[key: string]: string;
|
|
12562
12930
|
};
|
|
@@ -12627,11 +12995,11 @@ export declare class TerminateInstanceResponseBody extends $tea.Model {
|
|
|
12627
12995
|
});
|
|
12628
12996
|
}
|
|
12629
12997
|
export declare class TerminateInstanceResponse extends $tea.Model {
|
|
12630
|
-
headers
|
|
12998
|
+
headers?: {
|
|
12631
12999
|
[key: string]: string;
|
|
12632
13000
|
};
|
|
12633
|
-
statusCode
|
|
12634
|
-
body
|
|
13001
|
+
statusCode?: number;
|
|
13002
|
+
body?: TerminateInstanceResponseBody;
|
|
12635
13003
|
static names(): {
|
|
12636
13004
|
[key: string]: string;
|
|
12637
13005
|
};
|
|
@@ -12698,11 +13066,11 @@ export declare class UnsubscribeCalendarResponseBody extends $tea.Model {
|
|
|
12698
13066
|
});
|
|
12699
13067
|
}
|
|
12700
13068
|
export declare class UnsubscribeCalendarResponse extends $tea.Model {
|
|
12701
|
-
headers
|
|
13069
|
+
headers?: {
|
|
12702
13070
|
[key: string]: string;
|
|
12703
13071
|
};
|
|
12704
|
-
statusCode
|
|
12705
|
-
body
|
|
13072
|
+
statusCode?: number;
|
|
13073
|
+
body?: UnsubscribeCalendarResponseBody;
|
|
12706
13074
|
static names(): {
|
|
12707
13075
|
[key: string]: string;
|
|
12708
13076
|
};
|
|
@@ -12775,11 +13143,11 @@ export declare class UpdateFormDataResponseBody extends $tea.Model {
|
|
|
12775
13143
|
});
|
|
12776
13144
|
}
|
|
12777
13145
|
export declare class UpdateFormDataResponse extends $tea.Model {
|
|
12778
|
-
headers
|
|
13146
|
+
headers?: {
|
|
12779
13147
|
[key: string]: string;
|
|
12780
13148
|
};
|
|
12781
|
-
statusCode
|
|
12782
|
-
body
|
|
13149
|
+
statusCode?: number;
|
|
13150
|
+
body?: UpdateFormDataResponseBody;
|
|
12783
13151
|
static names(): {
|
|
12784
13152
|
[key: string]: string;
|
|
12785
13153
|
};
|
|
@@ -12851,11 +13219,11 @@ export declare class UpdateInstanceResponseBody extends $tea.Model {
|
|
|
12851
13219
|
});
|
|
12852
13220
|
}
|
|
12853
13221
|
export declare class UpdateInstanceResponse extends $tea.Model {
|
|
12854
|
-
headers
|
|
13222
|
+
headers?: {
|
|
12855
13223
|
[key: string]: string;
|
|
12856
13224
|
};
|
|
12857
|
-
statusCode
|
|
12858
|
-
body
|
|
13225
|
+
statusCode?: number;
|
|
13226
|
+
body?: UpdateInstanceResponseBody;
|
|
12859
13227
|
static names(): {
|
|
12860
13228
|
[key: string]: string;
|
|
12861
13229
|
};
|
|
@@ -12946,11 +13314,11 @@ export declare class UpdateLiveResponseBody extends $tea.Model {
|
|
|
12946
13314
|
});
|
|
12947
13315
|
}
|
|
12948
13316
|
export declare class UpdateLiveResponse extends $tea.Model {
|
|
12949
|
-
headers
|
|
13317
|
+
headers?: {
|
|
12950
13318
|
[key: string]: string;
|
|
12951
13319
|
};
|
|
12952
|
-
statusCode
|
|
12953
|
-
body
|
|
13320
|
+
statusCode?: number;
|
|
13321
|
+
body?: UpdateLiveResponseBody;
|
|
12954
13322
|
static names(): {
|
|
12955
13323
|
[key: string]: string;
|
|
12956
13324
|
};
|
|
@@ -13053,11 +13421,11 @@ export declare class UpdateMeetingRoomResponseBody extends $tea.Model {
|
|
|
13053
13421
|
});
|
|
13054
13422
|
}
|
|
13055
13423
|
export declare class UpdateMeetingRoomResponse extends $tea.Model {
|
|
13056
|
-
headers
|
|
13424
|
+
headers?: {
|
|
13057
13425
|
[key: string]: string;
|
|
13058
13426
|
};
|
|
13059
|
-
statusCode
|
|
13060
|
-
body
|
|
13427
|
+
statusCode?: number;
|
|
13428
|
+
body?: UpdateMeetingRoomResponseBody;
|
|
13061
13429
|
static names(): {
|
|
13062
13430
|
[key: string]: string;
|
|
13063
13431
|
};
|
|
@@ -13140,11 +13508,11 @@ export declare class UpdateMeetingRoomGroupResponseBody extends $tea.Model {
|
|
|
13140
13508
|
});
|
|
13141
13509
|
}
|
|
13142
13510
|
export declare class UpdateMeetingRoomGroupResponse extends $tea.Model {
|
|
13143
|
-
headers
|
|
13511
|
+
headers?: {
|
|
13144
13512
|
[key: string]: string;
|
|
13145
13513
|
};
|
|
13146
|
-
statusCode
|
|
13147
|
-
body
|
|
13514
|
+
statusCode?: number;
|
|
13515
|
+
body?: UpdateMeetingRoomGroupResponseBody;
|
|
13148
13516
|
static names(): {
|
|
13149
13517
|
[key: string]: string;
|
|
13150
13518
|
};
|
|
@@ -13237,11 +13605,11 @@ export declare class UpdateRangeResponseBody extends $tea.Model {
|
|
|
13237
13605
|
});
|
|
13238
13606
|
}
|
|
13239
13607
|
export declare class UpdateRangeResponse extends $tea.Model {
|
|
13240
|
-
headers
|
|
13608
|
+
headers?: {
|
|
13241
13609
|
[key: string]: string;
|
|
13242
13610
|
};
|
|
13243
|
-
statusCode
|
|
13244
|
-
body
|
|
13611
|
+
statusCode?: number;
|
|
13612
|
+
body?: UpdateRangeResponseBody;
|
|
13245
13613
|
static names(): {
|
|
13246
13614
|
[key: string]: string;
|
|
13247
13615
|
};
|
|
@@ -13328,11 +13696,11 @@ export declare class UpdateScheduleConferenceResponseBody extends $tea.Model {
|
|
|
13328
13696
|
});
|
|
13329
13697
|
}
|
|
13330
13698
|
export declare class UpdateScheduleConferenceResponse extends $tea.Model {
|
|
13331
|
-
headers
|
|
13699
|
+
headers?: {
|
|
13332
13700
|
[key: string]: string;
|
|
13333
13701
|
};
|
|
13334
|
-
statusCode
|
|
13335
|
-
body
|
|
13702
|
+
statusCode?: number;
|
|
13703
|
+
body?: UpdateScheduleConferenceResponseBody;
|
|
13336
13704
|
static names(): {
|
|
13337
13705
|
[key: string]: string;
|
|
13338
13706
|
};
|
|
@@ -13422,11 +13790,11 @@ export declare class UpdateStatusResponseBody extends $tea.Model {
|
|
|
13422
13790
|
});
|
|
13423
13791
|
}
|
|
13424
13792
|
export declare class UpdateStatusResponse extends $tea.Model {
|
|
13425
|
-
headers
|
|
13793
|
+
headers?: {
|
|
13426
13794
|
[key: string]: string;
|
|
13427
13795
|
};
|
|
13428
|
-
statusCode
|
|
13429
|
-
body
|
|
13796
|
+
statusCode?: number;
|
|
13797
|
+
body?: UpdateStatusResponseBody;
|
|
13430
13798
|
static names(): {
|
|
13431
13799
|
[key: string]: string;
|
|
13432
13800
|
};
|
|
@@ -13513,11 +13881,11 @@ export declare class UpdateSubscribedCalendarsResponseBody extends $tea.Model {
|
|
|
13513
13881
|
});
|
|
13514
13882
|
}
|
|
13515
13883
|
export declare class UpdateSubscribedCalendarsResponse extends $tea.Model {
|
|
13516
|
-
headers
|
|
13884
|
+
headers?: {
|
|
13517
13885
|
[key: string]: string;
|
|
13518
13886
|
};
|
|
13519
|
-
statusCode
|
|
13520
|
-
body
|
|
13887
|
+
statusCode?: number;
|
|
13888
|
+
body?: UpdateSubscribedCalendarsResponseBody;
|
|
13521
13889
|
static names(): {
|
|
13522
13890
|
[key: string]: string;
|
|
13523
13891
|
};
|
|
@@ -13610,11 +13978,11 @@ export declare class UpdateTodoTaskResponseBody extends $tea.Model {
|
|
|
13610
13978
|
});
|
|
13611
13979
|
}
|
|
13612
13980
|
export declare class UpdateTodoTaskResponse extends $tea.Model {
|
|
13613
|
-
headers
|
|
13981
|
+
headers?: {
|
|
13614
13982
|
[key: string]: string;
|
|
13615
13983
|
};
|
|
13616
|
-
statusCode
|
|
13617
|
-
body
|
|
13984
|
+
statusCode?: number;
|
|
13985
|
+
body?: UpdateTodoTaskResponseBody;
|
|
13618
13986
|
static names(): {
|
|
13619
13987
|
[key: string]: string;
|
|
13620
13988
|
};
|
|
@@ -13699,11 +14067,11 @@ export declare class UpdateTodoTaskExecutorStatusResponseBody extends $tea.Model
|
|
|
13699
14067
|
});
|
|
13700
14068
|
}
|
|
13701
14069
|
export declare class UpdateTodoTaskExecutorStatusResponse extends $tea.Model {
|
|
13702
|
-
headers
|
|
14070
|
+
headers?: {
|
|
13703
14071
|
[key: string]: string;
|
|
13704
14072
|
};
|
|
13705
|
-
statusCode
|
|
13706
|
-
body
|
|
14073
|
+
statusCode?: number;
|
|
14074
|
+
body?: UpdateTodoTaskExecutorStatusResponseBody;
|
|
13707
14075
|
static names(): {
|
|
13708
14076
|
[key: string]: string;
|
|
13709
14077
|
};
|
|
@@ -13773,11 +14141,11 @@ export declare class UpdateUserAvatarResponseBody extends $tea.Model {
|
|
|
13773
14141
|
});
|
|
13774
14142
|
}
|
|
13775
14143
|
export declare class UpdateUserAvatarResponse extends $tea.Model {
|
|
13776
|
-
headers
|
|
14144
|
+
headers?: {
|
|
13777
14145
|
[key: string]: string;
|
|
13778
14146
|
};
|
|
13779
|
-
statusCode
|
|
13780
|
-
body
|
|
14147
|
+
statusCode?: number;
|
|
14148
|
+
body?: UpdateUserAvatarResponseBody;
|
|
13781
14149
|
static names(): {
|
|
13782
14150
|
[key: string]: string;
|
|
13783
14151
|
};
|
|
@@ -13861,11 +14229,11 @@ export declare class UpdateWorkspaceDocMembersResponseBody extends $tea.Model {
|
|
|
13861
14229
|
});
|
|
13862
14230
|
}
|
|
13863
14231
|
export declare class UpdateWorkspaceDocMembersResponse extends $tea.Model {
|
|
13864
|
-
headers
|
|
14232
|
+
headers?: {
|
|
13865
14233
|
[key: string]: string;
|
|
13866
14234
|
};
|
|
13867
|
-
statusCode
|
|
13868
|
-
body
|
|
14235
|
+
statusCode?: number;
|
|
14236
|
+
body?: UpdateWorkspaceDocMembersResponseBody;
|
|
13869
14237
|
static names(): {
|
|
13870
14238
|
[key: string]: string;
|
|
13871
14239
|
};
|
|
@@ -13947,11 +14315,11 @@ export declare class UpdateWorkspaceMembersResponseBody extends $tea.Model {
|
|
|
13947
14315
|
});
|
|
13948
14316
|
}
|
|
13949
14317
|
export declare class UpdateWorkspaceMembersResponse extends $tea.Model {
|
|
13950
|
-
headers
|
|
14318
|
+
headers?: {
|
|
13951
14319
|
[key: string]: string;
|
|
13952
14320
|
};
|
|
13953
|
-
statusCode
|
|
13954
|
-
body
|
|
14321
|
+
statusCode?: number;
|
|
14322
|
+
body?: UpdateWorkspaceMembersResponseBody;
|
|
13955
14323
|
static names(): {
|
|
13956
14324
|
[key: string]: string;
|
|
13957
14325
|
};
|
|
@@ -14038,11 +14406,11 @@ export declare class UploadMediaResponseBody extends $tea.Model {
|
|
|
14038
14406
|
});
|
|
14039
14407
|
}
|
|
14040
14408
|
export declare class UploadMediaResponse extends $tea.Model {
|
|
14041
|
-
headers
|
|
14409
|
+
headers?: {
|
|
14042
14410
|
[key: string]: string;
|
|
14043
14411
|
};
|
|
14044
|
-
statusCode
|
|
14045
|
-
body
|
|
14412
|
+
statusCode?: number;
|
|
14413
|
+
body?: UploadMediaResponseBody;
|
|
14046
14414
|
static names(): {
|
|
14047
14415
|
[key: string]: string;
|
|
14048
14416
|
};
|
|
@@ -14136,11 +14504,11 @@ export declare class WearOrgHonorResponseBody extends $tea.Model {
|
|
|
14136
14504
|
});
|
|
14137
14505
|
}
|
|
14138
14506
|
export declare class WearOrgHonorResponse extends $tea.Model {
|
|
14139
|
-
headers
|
|
14507
|
+
headers?: {
|
|
14140
14508
|
[key: string]: string;
|
|
14141
14509
|
};
|
|
14142
|
-
statusCode
|
|
14143
|
-
body
|
|
14510
|
+
statusCode?: number;
|
|
14511
|
+
body?: WearOrgHonorResponseBody;
|
|
14144
14512
|
static names(): {
|
|
14145
14513
|
[key: string]: string;
|
|
14146
14514
|
};
|
|
@@ -15211,6 +15579,54 @@ export declare class CreateScheduleConferenceRequestTenantContext extends $tea.M
|
|
|
15211
15579
|
[key: string]: any;
|
|
15212
15580
|
});
|
|
15213
15581
|
}
|
|
15582
|
+
export declare class CreateSearchDomeHeadersAccountContext extends $tea.Model {
|
|
15583
|
+
userToken?: string;
|
|
15584
|
+
static names(): {
|
|
15585
|
+
[key: string]: string;
|
|
15586
|
+
};
|
|
15587
|
+
static types(): {
|
|
15588
|
+
[key: string]: any;
|
|
15589
|
+
};
|
|
15590
|
+
constructor(map?: {
|
|
15591
|
+
[key: string]: any;
|
|
15592
|
+
});
|
|
15593
|
+
}
|
|
15594
|
+
export declare class CreateSearchDomeRequestTenantContext extends $tea.Model {
|
|
15595
|
+
tenantId?: string;
|
|
15596
|
+
static names(): {
|
|
15597
|
+
[key: string]: string;
|
|
15598
|
+
};
|
|
15599
|
+
static types(): {
|
|
15600
|
+
[key: string]: any;
|
|
15601
|
+
};
|
|
15602
|
+
constructor(map?: {
|
|
15603
|
+
[key: string]: any;
|
|
15604
|
+
});
|
|
15605
|
+
}
|
|
15606
|
+
export declare class CreateSearchKeywordHeadersAccountContext extends $tea.Model {
|
|
15607
|
+
userToken?: string;
|
|
15608
|
+
static names(): {
|
|
15609
|
+
[key: string]: string;
|
|
15610
|
+
};
|
|
15611
|
+
static types(): {
|
|
15612
|
+
[key: string]: any;
|
|
15613
|
+
};
|
|
15614
|
+
constructor(map?: {
|
|
15615
|
+
[key: string]: any;
|
|
15616
|
+
});
|
|
15617
|
+
}
|
|
15618
|
+
export declare class CreateSearchKeywordRequestTenantContext extends $tea.Model {
|
|
15619
|
+
tenantId?: string;
|
|
15620
|
+
static names(): {
|
|
15621
|
+
[key: string]: string;
|
|
15622
|
+
};
|
|
15623
|
+
static types(): {
|
|
15624
|
+
[key: string]: any;
|
|
15625
|
+
};
|
|
15626
|
+
constructor(map?: {
|
|
15627
|
+
[key: string]: any;
|
|
15628
|
+
});
|
|
15629
|
+
}
|
|
15214
15630
|
export declare class CreateSheetHeadersAccountContext extends $tea.Model {
|
|
15215
15631
|
accountId?: string;
|
|
15216
15632
|
static names(): {
|
|
@@ -15915,6 +16331,30 @@ export declare class GetCorpTasksResponseBodyData extends $tea.Model {
|
|
|
15915
16331
|
[key: string]: any;
|
|
15916
16332
|
});
|
|
15917
16333
|
}
|
|
16334
|
+
export declare class GetDocContentHeadersAccountContext extends $tea.Model {
|
|
16335
|
+
userToken?: string;
|
|
16336
|
+
static names(): {
|
|
16337
|
+
[key: string]: string;
|
|
16338
|
+
};
|
|
16339
|
+
static types(): {
|
|
16340
|
+
[key: string]: any;
|
|
16341
|
+
};
|
|
16342
|
+
constructor(map?: {
|
|
16343
|
+
[key: string]: any;
|
|
16344
|
+
});
|
|
16345
|
+
}
|
|
16346
|
+
export declare class GetDocContentRequestTenantContext extends $tea.Model {
|
|
16347
|
+
tenantId?: string;
|
|
16348
|
+
static names(): {
|
|
16349
|
+
[key: string]: string;
|
|
16350
|
+
};
|
|
16351
|
+
static types(): {
|
|
16352
|
+
[key: string]: any;
|
|
16353
|
+
};
|
|
16354
|
+
constructor(map?: {
|
|
16355
|
+
[key: string]: any;
|
|
16356
|
+
});
|
|
16357
|
+
}
|
|
15918
16358
|
export declare class GetEventHeadersAccountContext extends $tea.Model {
|
|
15919
16359
|
accountId?: string;
|
|
15920
16360
|
static names(): {
|
|
@@ -16555,6 +16995,30 @@ export declare class GetInstancesByIdListResponseBodyResult extends $tea.Model {
|
|
|
16555
16995
|
[key: string]: any;
|
|
16556
16996
|
});
|
|
16557
16997
|
}
|
|
16998
|
+
export declare class GetLiveReplayUrlHeadersAccountContext extends $tea.Model {
|
|
16999
|
+
accountId?: string;
|
|
17000
|
+
static names(): {
|
|
17001
|
+
[key: string]: string;
|
|
17002
|
+
};
|
|
17003
|
+
static types(): {
|
|
17004
|
+
[key: string]: any;
|
|
17005
|
+
};
|
|
17006
|
+
constructor(map?: {
|
|
17007
|
+
[key: string]: any;
|
|
17008
|
+
});
|
|
17009
|
+
}
|
|
17010
|
+
export declare class GetLiveReplayUrlRequestTenantContext extends $tea.Model {
|
|
17011
|
+
tenantId?: string;
|
|
17012
|
+
static names(): {
|
|
17013
|
+
[key: string]: string;
|
|
17014
|
+
};
|
|
17015
|
+
static types(): {
|
|
17016
|
+
[key: string]: any;
|
|
17017
|
+
};
|
|
17018
|
+
constructor(map?: {
|
|
17019
|
+
[key: string]: any;
|
|
17020
|
+
});
|
|
17021
|
+
}
|
|
16558
17022
|
export declare class GetMeCorpSubmissionHeadersAccountContext extends $tea.Model {
|
|
16559
17023
|
accountId?: string;
|
|
16560
17024
|
static names(): {
|
|
@@ -21571,6 +22035,10 @@ export default class Client extends OpenApi {
|
|
|
21571
22035
|
createScenegroup(request: CreateScenegroupRequest): Promise<CreateScenegroupResponse>;
|
|
21572
22036
|
createScheduleConferenceWithOptions(tmpReq: CreateScheduleConferenceRequest, tmpHeader: CreateScheduleConferenceHeaders, runtime: $Util.RuntimeOptions): Promise<CreateScheduleConferenceResponse>;
|
|
21573
22037
|
createScheduleConference(request: CreateScheduleConferenceRequest): Promise<CreateScheduleConferenceResponse>;
|
|
22038
|
+
createSearchDomeWithOptions(tmpReq: CreateSearchDomeRequest, tmpHeader: CreateSearchDomeHeaders, runtime: $Util.RuntimeOptions): Promise<CreateSearchDomeResponse>;
|
|
22039
|
+
createSearchDome(request: CreateSearchDomeRequest): Promise<CreateSearchDomeResponse>;
|
|
22040
|
+
createSearchKeywordWithOptions(tmpReq: CreateSearchKeywordRequest, tmpHeader: CreateSearchKeywordHeaders, runtime: $Util.RuntimeOptions): Promise<CreateSearchKeywordResponse>;
|
|
22041
|
+
createSearchKeyword(request: CreateSearchKeywordRequest): Promise<CreateSearchKeywordResponse>;
|
|
21574
22042
|
createSheetWithOptions(tmpReq: CreateSheetRequest, tmpHeader: CreateSheetHeaders, runtime: $Util.RuntimeOptions): Promise<CreateSheetResponse>;
|
|
21575
22043
|
createSheet(request: CreateSheetRequest): Promise<CreateSheetResponse>;
|
|
21576
22044
|
createSubscribedCalendarWithOptions(tmpReq: CreateSubscribedCalendarRequest, tmpHeader: CreateSubscribedCalendarHeaders, runtime: $Util.RuntimeOptions): Promise<CreateSubscribedCalendarResponse>;
|
|
@@ -21625,6 +22093,8 @@ export default class Client extends OpenApi {
|
|
|
21625
22093
|
getCorpAccomplishmentTasks(request: GetCorpAccomplishmentTasksRequest): Promise<GetCorpAccomplishmentTasksResponse>;
|
|
21626
22094
|
getCorpTasksWithOptions(request: GetCorpTasksRequest, tmpHeader: GetCorpTasksHeaders, runtime: $Util.RuntimeOptions): Promise<GetCorpTasksResponse>;
|
|
21627
22095
|
getCorpTasks(request: GetCorpTasksRequest): Promise<GetCorpTasksResponse>;
|
|
22096
|
+
getDocContentWithOptions(tmpReq: GetDocContentRequest, tmpHeader: GetDocContentHeaders, runtime: $Util.RuntimeOptions): Promise<GetDocContentResponse>;
|
|
22097
|
+
getDocContent(request: GetDocContentRequest): Promise<GetDocContentResponse>;
|
|
21628
22098
|
getEventWithOptions(request: GetEventRequest, tmpHeader: GetEventHeaders, runtime: $Util.RuntimeOptions): Promise<GetEventResponse>;
|
|
21629
22099
|
getEvent(request: GetEventRequest): Promise<GetEventResponse>;
|
|
21630
22100
|
getFieldDefByUuidWithOptions(request: GetFieldDefByUuidRequest, tmpHeader: GetFieldDefByUuidHeaders, runtime: $Util.RuntimeOptions): Promise<GetFieldDefByUuidResponse>;
|
|
@@ -21643,6 +22113,8 @@ export default class Client extends OpenApi {
|
|
|
21643
22113
|
getInstances(request: GetInstancesRequest): Promise<GetInstancesResponse>;
|
|
21644
22114
|
getInstancesByIdListWithOptions(request: GetInstancesByIdListRequest, tmpHeader: GetInstancesByIdListHeaders, runtime: $Util.RuntimeOptions): Promise<GetInstancesByIdListResponse>;
|
|
21645
22115
|
getInstancesByIdList(request: GetInstancesByIdListRequest): Promise<GetInstancesByIdListResponse>;
|
|
22116
|
+
getLiveReplayUrlWithOptions(tmpReq: GetLiveReplayUrlRequest, tmpHeader: GetLiveReplayUrlHeaders, runtime: $Util.RuntimeOptions): Promise<GetLiveReplayUrlResponse>;
|
|
22117
|
+
getLiveReplayUrl(request: GetLiveReplayUrlRequest): Promise<GetLiveReplayUrlResponse>;
|
|
21646
22118
|
getMeCorpSubmissionWithOptions(request: GetMeCorpSubmissionRequest, tmpHeader: GetMeCorpSubmissionHeaders, runtime: $Util.RuntimeOptions): Promise<GetMeCorpSubmissionResponse>;
|
|
21647
22119
|
getMeCorpSubmission(request: GetMeCorpSubmissionRequest): Promise<GetMeCorpSubmissionResponse>;
|
|
21648
22120
|
getMeetingRoomsScheduleWithOptions(tmpReq: GetMeetingRoomsScheduleRequest, tmpHeader: GetMeetingRoomsScheduleHeaders, runtime: $Util.RuntimeOptions): Promise<GetMeetingRoomsScheduleResponse>;
|