@alicloud/aliding20230426 2.19.0 → 2.20.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/client.d.ts CHANGED
@@ -706,6 +706,136 @@ export declare class AddScenegroupMemberResponse extends $tea.Model {
706
706
  [key: string]: any;
707
707
  });
708
708
  }
709
+ export declare class AddTicketMemoHeaders extends $tea.Model {
710
+ commonHeaders?: {
711
+ [key: string]: string;
712
+ };
713
+ accountContext?: AddTicketMemoHeadersAccountContext;
714
+ static names(): {
715
+ [key: string]: string;
716
+ };
717
+ static types(): {
718
+ [key: string]: any;
719
+ };
720
+ constructor(map?: {
721
+ [key: string]: any;
722
+ });
723
+ }
724
+ export declare class AddTicketMemoShrinkHeaders extends $tea.Model {
725
+ commonHeaders?: {
726
+ [key: string]: string;
727
+ };
728
+ accountContextShrink?: string;
729
+ static names(): {
730
+ [key: string]: string;
731
+ };
732
+ static types(): {
733
+ [key: string]: any;
734
+ };
735
+ constructor(map?: {
736
+ [key: string]: any;
737
+ });
738
+ }
739
+ export declare class AddTicketMemoRequest extends $tea.Model {
740
+ /**
741
+ * @remarks
742
+ * This parameter is required.
743
+ *
744
+ * @example
745
+ * eKWh3xxxxiE
746
+ */
747
+ openTeamId?: string;
748
+ /**
749
+ * @remarks
750
+ * This parameter is required.
751
+ *
752
+ * @example
753
+ * Dq9hP8Sk2v6vQxxxxiE
754
+ */
755
+ openTicketId?: string;
756
+ tenantContext?: AddTicketMemoRequestTenantContext;
757
+ ticketMemo?: AddTicketMemoRequestTicketMemo;
758
+ static names(): {
759
+ [key: string]: string;
760
+ };
761
+ static types(): {
762
+ [key: string]: any;
763
+ };
764
+ constructor(map?: {
765
+ [key: string]: any;
766
+ });
767
+ }
768
+ export declare class AddTicketMemoShrinkRequest extends $tea.Model {
769
+ /**
770
+ * @remarks
771
+ * This parameter is required.
772
+ *
773
+ * @example
774
+ * eKWh3xxxxiE
775
+ */
776
+ openTeamId?: string;
777
+ /**
778
+ * @remarks
779
+ * This parameter is required.
780
+ *
781
+ * @example
782
+ * Dq9hP8Sk2v6vQxxxxiE
783
+ */
784
+ openTicketId?: string;
785
+ tenantContextShrink?: string;
786
+ ticketMemoShrink?: string;
787
+ static names(): {
788
+ [key: string]: string;
789
+ };
790
+ static types(): {
791
+ [key: string]: any;
792
+ };
793
+ constructor(map?: {
794
+ [key: string]: any;
795
+ });
796
+ }
797
+ export declare class AddTicketMemoResponseBody extends $tea.Model {
798
+ /**
799
+ * @example
800
+ * 0FAAEC9C-C6C8-5C87-AF8E-1195889BBXXX
801
+ */
802
+ requestId?: string;
803
+ /**
804
+ * @example
805
+ * 0FAAEC9C-C6C8-5C87-AF8E-1195889BBXXX
806
+ */
807
+ vendorRequestId?: string;
808
+ /**
809
+ * @example
810
+ * dingtalk
811
+ */
812
+ vendorType?: string;
813
+ static names(): {
814
+ [key: string]: string;
815
+ };
816
+ static types(): {
817
+ [key: string]: any;
818
+ };
819
+ constructor(map?: {
820
+ [key: string]: any;
821
+ });
822
+ }
823
+ export declare class AddTicketMemoResponse extends $tea.Model {
824
+ headers?: {
825
+ [key: string]: string;
826
+ };
827
+ statusCode?: number;
828
+ body?: AddTicketMemoResponseBody;
829
+ static names(): {
830
+ [key: string]: string;
831
+ };
832
+ static types(): {
833
+ [key: string]: any;
834
+ };
835
+ constructor(map?: {
836
+ [key: string]: any;
837
+ });
838
+ }
709
839
  export declare class AddWorkspaceHeaders extends $tea.Model {
710
840
  commonHeaders?: {
711
841
  [key: string]: string;
@@ -1047,6 +1177,140 @@ export declare class AddWorkspaceMembersResponse extends $tea.Model {
1047
1177
  [key: string]: any;
1048
1178
  });
1049
1179
  }
1180
+ export declare class AssignTicketHeaders extends $tea.Model {
1181
+ commonHeaders?: {
1182
+ [key: string]: string;
1183
+ };
1184
+ accountContext?: AssignTicketHeadersAccountContext;
1185
+ static names(): {
1186
+ [key: string]: string;
1187
+ };
1188
+ static types(): {
1189
+ [key: string]: any;
1190
+ };
1191
+ constructor(map?: {
1192
+ [key: string]: any;
1193
+ });
1194
+ }
1195
+ export declare class AssignTicketShrinkHeaders extends $tea.Model {
1196
+ commonHeaders?: {
1197
+ [key: string]: string;
1198
+ };
1199
+ accountContextShrink?: string;
1200
+ static names(): {
1201
+ [key: string]: string;
1202
+ };
1203
+ static types(): {
1204
+ [key: string]: any;
1205
+ };
1206
+ constructor(map?: {
1207
+ [key: string]: any;
1208
+ });
1209
+ }
1210
+ export declare class AssignTicketRequest extends $tea.Model {
1211
+ notify?: AssignTicketRequestNotify;
1212
+ /**
1213
+ * @remarks
1214
+ * This parameter is required.
1215
+ *
1216
+ * @example
1217
+ * eKWh3xxxxiE
1218
+ */
1219
+ openTeamId?: string;
1220
+ /**
1221
+ * @remarks
1222
+ * This parameter is required.
1223
+ *
1224
+ * @example
1225
+ * Dq9hP8Sk2v6vQxxxxiE
1226
+ */
1227
+ openTicketId?: string;
1228
+ processorUserIds?: string[];
1229
+ tenantContext?: AssignTicketRequestTenantContext;
1230
+ ticketMemo?: AssignTicketRequestTicketMemo;
1231
+ static names(): {
1232
+ [key: string]: string;
1233
+ };
1234
+ static types(): {
1235
+ [key: string]: any;
1236
+ };
1237
+ constructor(map?: {
1238
+ [key: string]: any;
1239
+ });
1240
+ }
1241
+ export declare class AssignTicketShrinkRequest extends $tea.Model {
1242
+ notifyShrink?: string;
1243
+ /**
1244
+ * @remarks
1245
+ * This parameter is required.
1246
+ *
1247
+ * @example
1248
+ * eKWh3xxxxiE
1249
+ */
1250
+ openTeamId?: string;
1251
+ /**
1252
+ * @remarks
1253
+ * This parameter is required.
1254
+ *
1255
+ * @example
1256
+ * Dq9hP8Sk2v6vQxxxxiE
1257
+ */
1258
+ openTicketId?: string;
1259
+ processorUserIdsShrink?: string;
1260
+ tenantContextShrink?: string;
1261
+ ticketMemoShrink?: string;
1262
+ static names(): {
1263
+ [key: string]: string;
1264
+ };
1265
+ static types(): {
1266
+ [key: string]: any;
1267
+ };
1268
+ constructor(map?: {
1269
+ [key: string]: any;
1270
+ });
1271
+ }
1272
+ export declare class AssignTicketResponseBody extends $tea.Model {
1273
+ /**
1274
+ * @example
1275
+ * 0FAAEC9C-C6C8-5C87-AF8E-1195889BBXXX
1276
+ */
1277
+ requestId?: string;
1278
+ /**
1279
+ * @example
1280
+ * 0FAAEC9C-C6C8-5C87-AF8E-1195889BBXXX
1281
+ */
1282
+ vendorRequestId?: string;
1283
+ /**
1284
+ * @example
1285
+ * dingtalk
1286
+ */
1287
+ vendorType?: string;
1288
+ static names(): {
1289
+ [key: string]: string;
1290
+ };
1291
+ static types(): {
1292
+ [key: string]: any;
1293
+ };
1294
+ constructor(map?: {
1295
+ [key: string]: any;
1296
+ });
1297
+ }
1298
+ export declare class AssignTicketResponse extends $tea.Model {
1299
+ headers?: {
1300
+ [key: string]: string;
1301
+ };
1302
+ statusCode?: number;
1303
+ body?: AssignTicketResponseBody;
1304
+ static names(): {
1305
+ [key: string]: string;
1306
+ };
1307
+ static types(): {
1308
+ [key: string]: any;
1309
+ };
1310
+ constructor(map?: {
1311
+ [key: string]: any;
1312
+ });
1313
+ }
1050
1314
  export declare class BatchGetFormDataByIdListHeaders extends $tea.Model {
1051
1315
  commonHeaders?: {
1052
1316
  [key: string]: string;
@@ -8456,6 +8720,138 @@ export declare class ExpandGroupCapacityResponse extends $tea.Model {
8456
8720
  [key: string]: any;
8457
8721
  });
8458
8722
  }
8723
+ export declare class FinishTicketHeaders extends $tea.Model {
8724
+ commonHeaders?: {
8725
+ [key: string]: string;
8726
+ };
8727
+ accountContext?: FinishTicketHeadersAccountContext;
8728
+ static names(): {
8729
+ [key: string]: string;
8730
+ };
8731
+ static types(): {
8732
+ [key: string]: any;
8733
+ };
8734
+ constructor(map?: {
8735
+ [key: string]: any;
8736
+ });
8737
+ }
8738
+ export declare class FinishTicketShrinkHeaders extends $tea.Model {
8739
+ commonHeaders?: {
8740
+ [key: string]: string;
8741
+ };
8742
+ accountContextShrink?: string;
8743
+ static names(): {
8744
+ [key: string]: string;
8745
+ };
8746
+ static types(): {
8747
+ [key: string]: any;
8748
+ };
8749
+ constructor(map?: {
8750
+ [key: string]: any;
8751
+ });
8752
+ }
8753
+ export declare class FinishTicketRequest extends $tea.Model {
8754
+ notify?: FinishTicketRequestNotify;
8755
+ /**
8756
+ * @remarks
8757
+ * This parameter is required.
8758
+ *
8759
+ * @example
8760
+ * eKWh3xxxxiE
8761
+ */
8762
+ openTeamId?: string;
8763
+ /**
8764
+ * @remarks
8765
+ * This parameter is required.
8766
+ *
8767
+ * @example
8768
+ * Dq9hP8Sk2v6vQxxxxiE
8769
+ */
8770
+ openTicketId?: string;
8771
+ tenantContext?: FinishTicketRequestTenantContext;
8772
+ ticketMemo?: FinishTicketRequestTicketMemo;
8773
+ static names(): {
8774
+ [key: string]: string;
8775
+ };
8776
+ static types(): {
8777
+ [key: string]: any;
8778
+ };
8779
+ constructor(map?: {
8780
+ [key: string]: any;
8781
+ });
8782
+ }
8783
+ export declare class FinishTicketShrinkRequest extends $tea.Model {
8784
+ notifyShrink?: string;
8785
+ /**
8786
+ * @remarks
8787
+ * This parameter is required.
8788
+ *
8789
+ * @example
8790
+ * eKWh3xxxxiE
8791
+ */
8792
+ openTeamId?: string;
8793
+ /**
8794
+ * @remarks
8795
+ * This parameter is required.
8796
+ *
8797
+ * @example
8798
+ * Dq9hP8Sk2v6vQxxxxiE
8799
+ */
8800
+ openTicketId?: string;
8801
+ tenantContextShrink?: string;
8802
+ ticketMemoShrink?: string;
8803
+ static names(): {
8804
+ [key: string]: string;
8805
+ };
8806
+ static types(): {
8807
+ [key: string]: any;
8808
+ };
8809
+ constructor(map?: {
8810
+ [key: string]: any;
8811
+ });
8812
+ }
8813
+ export declare class FinishTicketResponseBody extends $tea.Model {
8814
+ /**
8815
+ * @example
8816
+ * 0FAAEC9C-C6C8-5C87-AF8E-1195889BBXXX
8817
+ */
8818
+ requestId?: string;
8819
+ /**
8820
+ * @example
8821
+ * 0FAAEC9C-C6C8-5C87-AF8E-1195889BBXXX
8822
+ */
8823
+ vendorRequestId?: string;
8824
+ /**
8825
+ * @example
8826
+ * dingtalk
8827
+ */
8828
+ vendorType?: string;
8829
+ static names(): {
8830
+ [key: string]: string;
8831
+ };
8832
+ static types(): {
8833
+ [key: string]: any;
8834
+ };
8835
+ constructor(map?: {
8836
+ [key: string]: any;
8837
+ });
8838
+ }
8839
+ export declare class FinishTicketResponse extends $tea.Model {
8840
+ headers?: {
8841
+ [key: string]: string;
8842
+ };
8843
+ statusCode?: number;
8844
+ body?: FinishTicketResponseBody;
8845
+ static names(): {
8846
+ [key: string]: string;
8847
+ };
8848
+ static types(): {
8849
+ [key: string]: any;
8850
+ };
8851
+ constructor(map?: {
8852
+ [key: string]: any;
8853
+ });
8854
+ }
8459
8855
  export declare class GetActivityListHeaders extends $tea.Model {
8460
8856
  commonHeaders?: {
8461
8857
  [key: string]: string;
@@ -10241,11 +10637,11 @@ export declare class GetFormListInAppResponse extends $tea.Model {
10241
10637
  [key: string]: any;
10242
10638
  });
10243
10639
  }
10244
- export declare class GetInnerGroupMembersHeaders extends $tea.Model {
10640
+ export declare class GetGroupLiveListHeaders extends $tea.Model {
10245
10641
  commonHeaders?: {
10246
10642
  [key: string]: string;
10247
10643
  };
10248
- accountContext?: GetInnerGroupMembersHeadersAccountContext;
10644
+ accountContext?: GetGroupLiveListHeadersAccountContext;
10249
10645
  static names(): {
10250
10646
  [key: string]: string;
10251
10647
  };
@@ -10256,7 +10652,7 @@ export declare class GetInnerGroupMembersHeaders extends $tea.Model {
10256
10652
  [key: string]: any;
10257
10653
  });
10258
10654
  }
10259
- export declare class GetInnerGroupMembersShrinkHeaders extends $tea.Model {
10655
+ export declare class GetGroupLiveListShrinkHeaders extends $tea.Model {
10260
10656
  commonHeaders?: {
10261
10657
  [key: string]: string;
10262
10658
  };
@@ -10271,22 +10667,32 @@ export declare class GetInnerGroupMembersShrinkHeaders extends $tea.Model {
10271
10667
  [key: string]: any;
10272
10668
  });
10273
10669
  }
10274
- export declare class GetInnerGroupMembersRequest extends $tea.Model {
10670
+ export declare class GetGroupLiveListRequest extends $tea.Model {
10275
10671
  /**
10672
+ * @remarks
10673
+ * This parameter is required.
10674
+ *
10276
10675
  * @example
10277
- * 100
10676
+ * 1398324600000
10278
10677
  */
10279
- maxResults?: number;
10678
+ endTime?: number;
10280
10679
  /**
10680
+ * @remarks
10681
+ * This parameter is required.
10682
+ *
10281
10683
  * @example
10282
- * UZr*****
10684
+ * cidt*****Xa4K10w==
10283
10685
  */
10284
- nextToken?: string;
10686
+ openConversationId?: string;
10285
10687
  /**
10688
+ * @remarks
10689
+ * This parameter is required.
10690
+ *
10286
10691
  * @example
10287
- * cidB8Pzg****FIWPv2PMA==
10692
+ * 1398324600000
10288
10693
  */
10289
- openConversationId?: string;
10694
+ startTime?: number;
10695
+ tenantContext?: GetGroupLiveListRequestTenantContext;
10290
10696
  static names(): {
10291
10697
  [key: string]: string;
10292
10698
  };
@@ -10297,27 +10703,49 @@ export declare class GetInnerGroupMembersRequest extends $tea.Model {
10297
10703
  [key: string]: any;
10298
10704
  });
10299
10705
  }
10300
- export declare class GetInnerGroupMembersResponseBody extends $tea.Model {
10706
+ export declare class GetGroupLiveListShrinkRequest extends $tea.Model {
10301
10707
  /**
10708
+ * @remarks
10709
+ * This parameter is required.
10710
+ *
10302
10711
  * @example
10303
- * true
10712
+ * 1398324600000
10304
10713
  */
10305
- hasMore?: boolean;
10714
+ endTime?: number;
10306
10715
  /**
10716
+ * @remarks
10717
+ * This parameter is required.
10718
+ *
10307
10719
  * @example
10308
- * cdf***
10720
+ * cidt*****Xa4K10w==
10309
10721
  */
10310
- nextToken?: string;
10722
+ openConversationId?: string;
10311
10723
  /**
10724
+ * @remarks
10725
+ * This parameter is required.
10726
+ *
10312
10727
  * @example
10313
- * 0FAAEC9C-C6C8-5C87-AF8E-1195889BBXXX
10728
+ * 1398324600000
10314
10729
  */
10315
- requestId?: string;
10730
+ startTime?: number;
10731
+ tenantContextShrink?: string;
10732
+ static names(): {
10733
+ [key: string]: string;
10734
+ };
10735
+ static types(): {
10736
+ [key: string]: any;
10737
+ };
10738
+ constructor(map?: {
10739
+ [key: string]: any;
10740
+ });
10741
+ }
10742
+ export declare class GetGroupLiveListResponseBody extends $tea.Model {
10316
10743
  /**
10317
10744
  * @example
10318
- * ["012345"]
10745
+ * 0FAAEC9C-C6C8-5C87-AF8E-1195889BBXXX
10319
10746
  */
10320
- userIds?: string[];
10747
+ requestId?: string;
10748
+ result?: GetGroupLiveListResponseBodyResult;
10321
10749
  /**
10322
10750
  * @example
10323
10751
  * 0FAAEC9C-C6C8-5C87-AF8E-1195889BBXXX
@@ -10338,12 +10766,12 @@ export declare class GetInnerGroupMembersResponseBody extends $tea.Model {
10338
10766
  [key: string]: any;
10339
10767
  });
10340
10768
  }
10341
- export declare class GetInnerGroupMembersResponse extends $tea.Model {
10769
+ export declare class GetGroupLiveListResponse extends $tea.Model {
10342
10770
  headers?: {
10343
10771
  [key: string]: string;
10344
10772
  };
10345
10773
  statusCode?: number;
10346
- body?: GetInnerGroupMembersResponseBody;
10774
+ body?: GetGroupLiveListResponseBody;
10347
10775
  static names(): {
10348
10776
  [key: string]: string;
10349
10777
  };
@@ -10354,11 +10782,11 @@ export declare class GetInnerGroupMembersResponse extends $tea.Model {
10354
10782
  [key: string]: any;
10355
10783
  });
10356
10784
  }
10357
- export declare class GetInstanceByIdHeaders extends $tea.Model {
10785
+ export declare class GetInnerGroupMembersHeaders extends $tea.Model {
10358
10786
  commonHeaders?: {
10359
10787
  [key: string]: string;
10360
10788
  };
10361
- accountContext?: GetInstanceByIdHeadersAccountContext;
10789
+ accountContext?: GetInnerGroupMembersHeadersAccountContext;
10362
10790
  static names(): {
10363
10791
  [key: string]: string;
10364
10792
  };
@@ -10369,7 +10797,7 @@ export declare class GetInstanceByIdHeaders extends $tea.Model {
10369
10797
  [key: string]: any;
10370
10798
  });
10371
10799
  }
10372
- export declare class GetInstanceByIdShrinkHeaders extends $tea.Model {
10800
+ export declare class GetInnerGroupMembersShrinkHeaders extends $tea.Model {
10373
10801
  commonHeaders?: {
10374
10802
  [key: string]: string;
10375
10803
  };
@@ -10384,27 +10812,22 @@ export declare class GetInstanceByIdShrinkHeaders extends $tea.Model {
10384
10812
  [key: string]: any;
10385
10813
  });
10386
10814
  }
10387
- export declare class GetInstanceByIdRequest extends $tea.Model {
10388
- /**
10389
- * @example
10390
- * APP_PBxxx
10391
- */
10392
- appType?: string;
10815
+ export declare class GetInnerGroupMembersRequest extends $tea.Model {
10393
10816
  /**
10394
10817
  * @example
10395
- * f30233fb-72e1-xxx
10818
+ * 100
10396
10819
  */
10397
- id?: string;
10820
+ maxResults?: number;
10398
10821
  /**
10399
10822
  * @example
10400
- * zh_CN
10823
+ * UZr*****
10401
10824
  */
10402
- language?: string;
10825
+ nextToken?: string;
10403
10826
  /**
10404
10827
  * @example
10405
- * hexxxx
10828
+ * cidB8Pzg****FIWPv2PMA==
10406
10829
  */
10407
- systemToken?: string;
10830
+ openConversationId?: string;
10408
10831
  static names(): {
10409
10832
  [key: string]: string;
10410
10833
  };
@@ -10415,47 +10838,17 @@ export declare class GetInstanceByIdRequest extends $tea.Model {
10415
10838
  [key: string]: any;
10416
10839
  });
10417
10840
  }
10418
- export declare class GetInstanceByIdResponseBody extends $tea.Model {
10419
- actionExecutor?: GetInstanceByIdResponseBodyActionExecutor[];
10420
- /**
10421
- * @example
10422
- * agree
10423
- */
10424
- approvedResult?: string;
10425
- /**
10426
- * @example
10427
- * 2021-05-01
10428
- */
10429
- createTimeGMT?: string;
10430
- data?: {
10431
- [key: string]: any;
10432
- };
10433
- /**
10434
- * @example
10435
- * FORM-EF6Y4xxx
10436
- */
10437
- formUuid?: string;
10438
- /**
10439
- * @example
10440
- * RUNNING
10441
- */
10442
- instanceStatus?: string;
10443
- /**
10444
- * @example
10445
- * 2021-05-01
10446
- */
10447
- modifiedTimeGMT?: string;
10448
- originator?: GetInstanceByIdResponseBodyOriginator;
10841
+ export declare class GetInnerGroupMembersResponseBody extends $tea.Model {
10449
10842
  /**
10450
10843
  * @example
10451
- * TPROC--X1Gxxx
10844
+ * true
10452
10845
  */
10453
- processCode?: string;
10846
+ hasMore?: boolean;
10454
10847
  /**
10455
10848
  * @example
10456
- * f30233fb-72e1-4xxx
10849
+ * cdf***
10457
10850
  */
10458
- processInstanceId?: string;
10851
+ nextToken?: string;
10459
10852
  /**
10460
10853
  * @example
10461
10854
  * 0FAAEC9C-C6C8-5C87-AF8E-1195889BBXXX
@@ -10463,9 +10856,9 @@ export declare class GetInstanceByIdResponseBody extends $tea.Model {
10463
10856
  requestId?: string;
10464
10857
  /**
10465
10858
  * @example
10466
- * 李四发起的请购单
10859
+ * ["012345"]
10467
10860
  */
10468
- title?: string;
10861
+ userIds?: string[];
10469
10862
  /**
10470
10863
  * @example
10471
10864
  * 0FAAEC9C-C6C8-5C87-AF8E-1195889BBXXX
@@ -10476,11 +10869,6 @@ export declare class GetInstanceByIdResponseBody extends $tea.Model {
10476
10869
  * dingtalk
10477
10870
  */
10478
10871
  vendorType?: string;
10479
- /**
10480
- * @example
10481
- * 1
10482
- */
10483
- version?: number;
10484
10872
  static names(): {
10485
10873
  [key: string]: string;
10486
10874
  };
@@ -10491,12 +10879,12 @@ export declare class GetInstanceByIdResponseBody extends $tea.Model {
10491
10879
  [key: string]: any;
10492
10880
  });
10493
10881
  }
10494
- export declare class GetInstanceByIdResponse extends $tea.Model {
10882
+ export declare class GetInnerGroupMembersResponse extends $tea.Model {
10495
10883
  headers?: {
10496
10884
  [key: string]: string;
10497
10885
  };
10498
10886
  statusCode?: number;
10499
- body?: GetInstanceByIdResponseBody;
10887
+ body?: GetInnerGroupMembersResponseBody;
10500
10888
  static names(): {
10501
10889
  [key: string]: string;
10502
10890
  };
@@ -10507,11 +10895,11 @@ export declare class GetInstanceByIdResponse extends $tea.Model {
10507
10895
  [key: string]: any;
10508
10896
  });
10509
10897
  }
10510
- export declare class GetInstanceIdListHeaders extends $tea.Model {
10898
+ export declare class GetInstanceByIdHeaders extends $tea.Model {
10511
10899
  commonHeaders?: {
10512
10900
  [key: string]: string;
10513
10901
  };
10514
- accountContext?: GetInstanceIdListHeadersAccountContext;
10902
+ accountContext?: GetInstanceByIdHeadersAccountContext;
10515
10903
  static names(): {
10516
10904
  [key: string]: string;
10517
10905
  };
@@ -10522,7 +10910,7 @@ export declare class GetInstanceIdListHeaders extends $tea.Model {
10522
10910
  [key: string]: any;
10523
10911
  });
10524
10912
  }
10525
- export declare class GetInstanceIdListShrinkHeaders extends $tea.Model {
10913
+ export declare class GetInstanceByIdShrinkHeaders extends $tea.Model {
10526
10914
  commonHeaders?: {
10527
10915
  [key: string]: string;
10528
10916
  };
@@ -10537,7 +10925,7 @@ export declare class GetInstanceIdListShrinkHeaders extends $tea.Model {
10537
10925
  [key: string]: any;
10538
10926
  });
10539
10927
  }
10540
- export declare class GetInstanceIdListRequest extends $tea.Model {
10928
+ export declare class GetInstanceByIdRequest extends $tea.Model {
10541
10929
  /**
10542
10930
  * @example
10543
10931
  * APP_PBxxx
@@ -10545,29 +10933,9 @@ export declare class GetInstanceIdListRequest extends $tea.Model {
10545
10933
  appType?: string;
10546
10934
  /**
10547
10935
  * @example
10548
- * agree
10549
- */
10550
- approvedResult?: string;
10551
- /**
10552
- * @example
10553
- * 2021-05-01
10554
- */
10555
- createFromTimeGMT?: string;
10556
- /**
10557
- * @example
10558
- * 2021-05-01
10559
- */
10560
- createToTimeGMT?: string;
10561
- /**
10562
- * @example
10563
- * FORM-EF6Yxxx
10564
- */
10565
- formUuid?: string;
10566
- /**
10567
- * @example
10568
- * RUNNING
10936
+ * f30233fb-72e1-xxx
10569
10937
  */
10570
- instanceStatus?: string;
10938
+ id?: string;
10571
10939
  /**
10572
10940
  * @example
10573
10941
  * zh_CN
@@ -10575,65 +10943,60 @@ export declare class GetInstanceIdListRequest extends $tea.Model {
10575
10943
  language?: string;
10576
10944
  /**
10577
10945
  * @example
10578
- * 2021-05-01
10579
- */
10580
- modifiedFromTimeGMT?: string;
10581
- /**
10582
- * @example
10583
- * 2021-09-10
10584
- */
10585
- modifiedToTimeGMT?: string;
10586
- /**
10587
- * @example
10588
- * 012345
10946
+ * hexxxx
10589
10947
  */
10590
- originatorId?: string;
10948
+ systemToken?: string;
10949
+ static names(): {
10950
+ [key: string]: string;
10951
+ };
10952
+ static types(): {
10953
+ [key: string]: any;
10954
+ };
10955
+ constructor(map?: {
10956
+ [key: string]: any;
10957
+ });
10958
+ }
10959
+ export declare class GetInstanceByIdResponseBody extends $tea.Model {
10960
+ actionExecutor?: GetInstanceByIdResponseBodyActionExecutor[];
10591
10961
  /**
10592
10962
  * @example
10593
- * 1
10963
+ * agree
10594
10964
  */
10595
- pageNumber?: number;
10965
+ approvedResult?: string;
10596
10966
  /**
10597
10967
  * @example
10598
- * 10
10968
+ * 2021-05-01
10599
10969
  */
10600
- pageSize?: number;
10970
+ createTimeGMT?: string;
10971
+ data?: {
10972
+ [key: string]: any;
10973
+ };
10601
10974
  /**
10602
10975
  * @example
10603
- * {\\"textField\\":\\"123\\"}
10976
+ * FORM-EF6Y4xxx
10604
10977
  */
10605
- searchFieldJson?: string;
10978
+ formUuid?: string;
10606
10979
  /**
10607
10980
  * @example
10608
- * hexxxx
10981
+ * RUNNING
10609
10982
  */
10610
- systemToken?: string;
10983
+ instanceStatus?: string;
10611
10984
  /**
10612
10985
  * @example
10613
- * 1045001
10986
+ * 2021-05-01
10614
10987
  */
10615
- taskId?: string;
10616
- static names(): {
10617
- [key: string]: string;
10618
- };
10619
- static types(): {
10620
- [key: string]: any;
10621
- };
10622
- constructor(map?: {
10623
- [key: string]: any;
10624
- });
10625
- }
10626
- export declare class GetInstanceIdListResponseBody extends $tea.Model {
10988
+ modifiedTimeGMT?: string;
10989
+ originator?: GetInstanceByIdResponseBodyOriginator;
10627
10990
  /**
10628
10991
  * @example
10629
- * [ "FINST-BOOxxx" ]
10992
+ * TPROC--X1Gxxx
10630
10993
  */
10631
- data?: string[];
10994
+ processCode?: string;
10632
10995
  /**
10633
10996
  * @example
10634
- * 1
10997
+ * f30233fb-72e1-4xxx
10635
10998
  */
10636
- pageNumber?: number;
10999
+ processInstanceId?: string;
10637
11000
  /**
10638
11001
  * @example
10639
11002
  * 0FAAEC9C-C6C8-5C87-AF8E-1195889BBXXX
@@ -10641,9 +11004,9 @@ export declare class GetInstanceIdListResponseBody extends $tea.Model {
10641
11004
  requestId?: string;
10642
11005
  /**
10643
11006
  * @example
10644
- * 10
11007
+ * 李四发起的请购单
10645
11008
  */
10646
- totalCount?: number;
11009
+ title?: string;
10647
11010
  /**
10648
11011
  * @example
10649
11012
  * 0FAAEC9C-C6C8-5C87-AF8E-1195889BBXXX
@@ -10654,6 +11017,11 @@ export declare class GetInstanceIdListResponseBody extends $tea.Model {
10654
11017
  * dingtalk
10655
11018
  */
10656
11019
  vendorType?: string;
11020
+ /**
11021
+ * @example
11022
+ * 1
11023
+ */
11024
+ version?: number;
10657
11025
  static names(): {
10658
11026
  [key: string]: string;
10659
11027
  };
@@ -10664,12 +11032,12 @@ export declare class GetInstanceIdListResponseBody extends $tea.Model {
10664
11032
  [key: string]: any;
10665
11033
  });
10666
11034
  }
10667
- export declare class GetInstanceIdListResponse extends $tea.Model {
11035
+ export declare class GetInstanceByIdResponse extends $tea.Model {
10668
11036
  headers?: {
10669
11037
  [key: string]: string;
10670
11038
  };
10671
11039
  statusCode?: number;
10672
- body?: GetInstanceIdListResponseBody;
11040
+ body?: GetInstanceByIdResponseBody;
10673
11041
  static names(): {
10674
11042
  [key: string]: string;
10675
11043
  };
@@ -10680,11 +11048,11 @@ export declare class GetInstanceIdListResponse extends $tea.Model {
10680
11048
  [key: string]: any;
10681
11049
  });
10682
11050
  }
10683
- export declare class GetInstancesHeaders extends $tea.Model {
11051
+ export declare class GetInstanceIdListHeaders extends $tea.Model {
10684
11052
  commonHeaders?: {
10685
11053
  [key: string]: string;
10686
11054
  };
10687
- accountContext?: GetInstancesHeadersAccountContext;
11055
+ accountContext?: GetInstanceIdListHeadersAccountContext;
10688
11056
  static names(): {
10689
11057
  [key: string]: string;
10690
11058
  };
@@ -10695,7 +11063,7 @@ export declare class GetInstancesHeaders extends $tea.Model {
10695
11063
  [key: string]: any;
10696
11064
  });
10697
11065
  }
10698
- export declare class GetInstancesShrinkHeaders extends $tea.Model {
11066
+ export declare class GetInstanceIdListShrinkHeaders extends $tea.Model {
10699
11067
  commonHeaders?: {
10700
11068
  [key: string]: string;
10701
11069
  };
@@ -10710,7 +11078,7 @@ export declare class GetInstancesShrinkHeaders extends $tea.Model {
10710
11078
  [key: string]: any;
10711
11079
  });
10712
11080
  }
10713
- export declare class GetInstancesRequest extends $tea.Model {
11081
+ export declare class GetInstanceIdListRequest extends $tea.Model {
10714
11082
  /**
10715
11083
  * @example
10716
11084
  * APP_PBxxx
@@ -10756,11 +11124,6 @@ export declare class GetInstancesRequest extends $tea.Model {
10756
11124
  * 2021-09-10
10757
11125
  */
10758
11126
  modifiedToTimeGMT?: string;
10759
- /**
10760
- * @example
10761
- * {}
10762
- */
10763
- orderConfigJson?: string;
10764
11127
  /**
10765
11128
  * @example
10766
11129
  * 012345
@@ -10783,7 +11146,7 @@ export declare class GetInstancesRequest extends $tea.Model {
10783
11146
  searchFieldJson?: string;
10784
11147
  /**
10785
11148
  * @example
10786
- * hexxyy
11149
+ * hexxxx
10787
11150
  */
10788
11151
  systemToken?: string;
10789
11152
  /**
@@ -10801,8 +11164,186 @@ export declare class GetInstancesRequest extends $tea.Model {
10801
11164
  [key: string]: any;
10802
11165
  });
10803
11166
  }
10804
- export declare class GetInstancesResponseBody extends $tea.Model {
10805
- data?: GetInstancesResponseBodyData[];
11167
+ export declare class GetInstanceIdListResponseBody extends $tea.Model {
11168
+ /**
11169
+ * @example
11170
+ * [ "FINST-BOOxxx" ]
11171
+ */
11172
+ data?: string[];
11173
+ /**
11174
+ * @example
11175
+ * 1
11176
+ */
11177
+ pageNumber?: number;
11178
+ /**
11179
+ * @example
11180
+ * 0FAAEC9C-C6C8-5C87-AF8E-1195889BBXXX
11181
+ */
11182
+ requestId?: string;
11183
+ /**
11184
+ * @example
11185
+ * 10
11186
+ */
11187
+ totalCount?: number;
11188
+ /**
11189
+ * @example
11190
+ * 0FAAEC9C-C6C8-5C87-AF8E-1195889BBXXX
11191
+ */
11192
+ vendorRequestId?: string;
11193
+ /**
11194
+ * @example
11195
+ * dingtalk
11196
+ */
11197
+ vendorType?: string;
11198
+ static names(): {
11199
+ [key: string]: string;
11200
+ };
11201
+ static types(): {
11202
+ [key: string]: any;
11203
+ };
11204
+ constructor(map?: {
11205
+ [key: string]: any;
11206
+ });
11207
+ }
11208
+ export declare class GetInstanceIdListResponse extends $tea.Model {
11209
+ headers?: {
11210
+ [key: string]: string;
11211
+ };
11212
+ statusCode?: number;
11213
+ body?: GetInstanceIdListResponseBody;
11214
+ static names(): {
11215
+ [key: string]: string;
11216
+ };
11217
+ static types(): {
11218
+ [key: string]: any;
11219
+ };
11220
+ constructor(map?: {
11221
+ [key: string]: any;
11222
+ });
11223
+ }
11224
+ export declare class GetInstancesHeaders extends $tea.Model {
11225
+ commonHeaders?: {
11226
+ [key: string]: string;
11227
+ };
11228
+ accountContext?: GetInstancesHeadersAccountContext;
11229
+ static names(): {
11230
+ [key: string]: string;
11231
+ };
11232
+ static types(): {
11233
+ [key: string]: any;
11234
+ };
11235
+ constructor(map?: {
11236
+ [key: string]: any;
11237
+ });
11238
+ }
11239
+ export declare class GetInstancesShrinkHeaders extends $tea.Model {
11240
+ commonHeaders?: {
11241
+ [key: string]: string;
11242
+ };
11243
+ accountContextShrink?: string;
11244
+ static names(): {
11245
+ [key: string]: string;
11246
+ };
11247
+ static types(): {
11248
+ [key: string]: any;
11249
+ };
11250
+ constructor(map?: {
11251
+ [key: string]: any;
11252
+ });
11253
+ }
11254
+ export declare class GetInstancesRequest extends $tea.Model {
11255
+ /**
11256
+ * @example
11257
+ * APP_PBxxx
11258
+ */
11259
+ appType?: string;
11260
+ /**
11261
+ * @example
11262
+ * agree
11263
+ */
11264
+ approvedResult?: string;
11265
+ /**
11266
+ * @example
11267
+ * 2021-05-01
11268
+ */
11269
+ createFromTimeGMT?: string;
11270
+ /**
11271
+ * @example
11272
+ * 2021-05-01
11273
+ */
11274
+ createToTimeGMT?: string;
11275
+ /**
11276
+ * @example
11277
+ * FORM-EF6Yxxx
11278
+ */
11279
+ formUuid?: string;
11280
+ /**
11281
+ * @example
11282
+ * RUNNING
11283
+ */
11284
+ instanceStatus?: string;
11285
+ /**
11286
+ * @example
11287
+ * zh_CN
11288
+ */
11289
+ language?: string;
11290
+ /**
11291
+ * @example
11292
+ * 2021-05-01
11293
+ */
11294
+ modifiedFromTimeGMT?: string;
11295
+ /**
11296
+ * @example
11297
+ * 2021-09-10
11298
+ */
11299
+ modifiedToTimeGMT?: string;
11300
+ /**
11301
+ * @example
11302
+ * {}
11303
+ */
11304
+ orderConfigJson?: string;
11305
+ /**
11306
+ * @example
11307
+ * 012345
11308
+ */
11309
+ originatorId?: string;
11310
+ /**
11311
+ * @example
11312
+ * 1
11313
+ */
11314
+ pageNumber?: number;
11315
+ /**
11316
+ * @example
11317
+ * 10
11318
+ */
11319
+ pageSize?: number;
11320
+ /**
11321
+ * @example
11322
+ * {\\"textField\\":\\"123\\"}
11323
+ */
11324
+ searchFieldJson?: string;
11325
+ /**
11326
+ * @example
11327
+ * hexxyy
11328
+ */
11329
+ systemToken?: string;
11330
+ /**
11331
+ * @example
11332
+ * 1045001
11333
+ */
11334
+ taskId?: string;
11335
+ static names(): {
11336
+ [key: string]: string;
11337
+ };
11338
+ static types(): {
11339
+ [key: string]: any;
11340
+ };
11341
+ constructor(map?: {
11342
+ [key: string]: any;
11343
+ });
11344
+ }
11345
+ export declare class GetInstancesResponseBody extends $tea.Model {
11346
+ data?: GetInstancesResponseBodyData[];
10806
11347
  /**
10807
11348
  * @example
10808
11349
  * 1
@@ -11449,11 +11990,11 @@ export declare class GetMineWorkspaceResponse extends $tea.Model {
11449
11990
  [key: string]: any;
11450
11991
  });
11451
11992
  }
11452
- export declare class GetMultipartFileUploadInfosHeaders extends $tea.Model {
11993
+ export declare class GetMultiDimTableAllFieldsHeaders extends $tea.Model {
11453
11994
  commonHeaders?: {
11454
11995
  [key: string]: string;
11455
11996
  };
11456
- accountContext?: GetMultipartFileUploadInfosHeadersAccountContext;
11997
+ accountContext?: GetMultiDimTableAllFieldsHeadersAccountContext;
11457
11998
  static names(): {
11458
11999
  [key: string]: string;
11459
12000
  };
@@ -11464,7 +12005,7 @@ export declare class GetMultipartFileUploadInfosHeaders extends $tea.Model {
11464
12005
  [key: string]: any;
11465
12006
  });
11466
12007
  }
11467
- export declare class GetMultipartFileUploadInfosShrinkHeaders extends $tea.Model {
12008
+ export declare class GetMultiDimTableAllFieldsShrinkHeaders extends $tea.Model {
11468
12009
  commonHeaders?: {
11469
12010
  [key: string]: string;
11470
12011
  };
@@ -11479,15 +12020,24 @@ export declare class GetMultipartFileUploadInfosShrinkHeaders extends $tea.Model
11479
12020
  [key: string]: any;
11480
12021
  });
11481
12022
  }
11482
- export declare class GetMultipartFileUploadInfosRequest extends $tea.Model {
11483
- option?: GetMultipartFileUploadInfosRequestOption;
11484
- partNumbers?: number[];
11485
- tenantContext?: GetMultipartFileUploadInfosRequestTenantContext;
12023
+ export declare class GetMultiDimTableAllFieldsRequest extends $tea.Model {
12024
+ /**
12025
+ * @remarks
12026
+ * This parameter is required.
12027
+ *
12028
+ * @example
12029
+ * 338534
12030
+ */
12031
+ baseId?: string;
11486
12032
  /**
12033
+ * @remarks
12034
+ * This parameter is required.
12035
+ *
11487
12036
  * @example
11488
- * hwHPAAAAAipHxxxxx
12037
+ * xxx
11489
12038
  */
11490
- uploadKey?: string;
12039
+ sheetIdOrName?: string;
12040
+ tenantContext?: GetMultiDimTableAllFieldsRequestTenantContext;
11491
12041
  static names(): {
11492
12042
  [key: string]: string;
11493
12043
  };
@@ -11498,15 +12048,24 @@ export declare class GetMultipartFileUploadInfosRequest extends $tea.Model {
11498
12048
  [key: string]: any;
11499
12049
  });
11500
12050
  }
11501
- export declare class GetMultipartFileUploadInfosShrinkRequest extends $tea.Model {
11502
- optionShrink?: string;
11503
- partNumbersShrink?: string;
11504
- tenantContextShrink?: string;
12051
+ export declare class GetMultiDimTableAllFieldsShrinkRequest extends $tea.Model {
11505
12052
  /**
12053
+ * @remarks
12054
+ * This parameter is required.
12055
+ *
11506
12056
  * @example
11507
- * hwHPAAAAAipHxxxxx
12057
+ * 338534
11508
12058
  */
11509
- uploadKey?: string;
12059
+ baseId?: string;
12060
+ /**
12061
+ * @remarks
12062
+ * This parameter is required.
12063
+ *
12064
+ * @example
12065
+ * xxx
12066
+ */
12067
+ sheetIdOrName?: string;
12068
+ tenantContextShrink?: string;
11510
12069
  static names(): {
11511
12070
  [key: string]: string;
11512
12071
  };
@@ -11517,13 +12076,17 @@ export declare class GetMultipartFileUploadInfosShrinkRequest extends $tea.Model
11517
12076
  [key: string]: any;
11518
12077
  });
11519
12078
  }
11520
- export declare class GetMultipartFileUploadInfosResponseBody extends $tea.Model {
11521
- multipartHeaderSignatureInfos?: GetMultipartFileUploadInfosResponseBodyMultipartHeaderSignatureInfos[];
12079
+ export declare class GetMultiDimTableAllFieldsResponseBody extends $tea.Model {
11522
12080
  /**
11523
12081
  * @example
11524
12082
  * 0FAAEC9C-C6C8-5C87-AF8E-1195889BBXXX
11525
12083
  */
11526
12084
  requestId?: string;
12085
+ /**
12086
+ * @example
12087
+ * []
12088
+ */
12089
+ value?: GetMultiDimTableAllFieldsResponseBodyValue[];
11527
12090
  /**
11528
12091
  * @example
11529
12092
  * 0FAAEC9C-C6C8-5C87-AF8E-1195889BBXXX
@@ -11544,12 +12107,12 @@ export declare class GetMultipartFileUploadInfosResponseBody extends $tea.Model
11544
12107
  [key: string]: any;
11545
12108
  });
11546
12109
  }
11547
- export declare class GetMultipartFileUploadInfosResponse extends $tea.Model {
12110
+ export declare class GetMultiDimTableAllFieldsResponse extends $tea.Model {
11548
12111
  headers?: {
11549
12112
  [key: string]: string;
11550
12113
  };
11551
12114
  statusCode?: number;
11552
- body?: GetMultipartFileUploadInfosResponseBody;
12115
+ body?: GetMultiDimTableAllFieldsResponseBody;
11553
12116
  static names(): {
11554
12117
  [key: string]: string;
11555
12118
  };
@@ -11560,11 +12123,11 @@ export declare class GetMultipartFileUploadInfosResponse extends $tea.Model {
11560
12123
  [key: string]: any;
11561
12124
  });
11562
12125
  }
11563
- export declare class GetNewestInnerGroupsHeaders extends $tea.Model {
12126
+ export declare class GetMultiDimTableAllSheetsHeaders extends $tea.Model {
11564
12127
  commonHeaders?: {
11565
12128
  [key: string]: string;
11566
12129
  };
11567
- accountContext?: GetNewestInnerGroupsHeadersAccountContext;
12130
+ accountContext?: GetMultiDimTableAllSheetsHeadersAccountContext;
11568
12131
  static names(): {
11569
12132
  [key: string]: string;
11570
12133
  };
@@ -11575,7 +12138,7 @@ export declare class GetNewestInnerGroupsHeaders extends $tea.Model {
11575
12138
  [key: string]: any;
11576
12139
  });
11577
12140
  }
11578
- export declare class GetNewestInnerGroupsShrinkHeaders extends $tea.Model {
12141
+ export declare class GetMultiDimTableAllSheetsShrinkHeaders extends $tea.Model {
11579
12142
  commonHeaders?: {
11580
12143
  [key: string]: string;
11581
12144
  };
@@ -11590,14 +12153,36 @@ export declare class GetNewestInnerGroupsShrinkHeaders extends $tea.Model {
11590
12153
  [key: string]: any;
11591
12154
  });
11592
12155
  }
11593
- export declare class GetNewestInnerGroupsRequest extends $tea.Model {
12156
+ export declare class GetMultiDimTableAllSheetsRequest extends $tea.Model {
11594
12157
  /**
12158
+ * @remarks
12159
+ * This parameter is required.
12160
+ *
11595
12161
  * @example
11596
- * {}
12162
+ * 144972
11597
12163
  */
11598
- request?: {
12164
+ baseId?: string;
12165
+ tenantContext?: GetMultiDimTableAllSheetsRequestTenantContext;
12166
+ static names(): {
12167
+ [key: string]: string;
12168
+ };
12169
+ static types(): {
11599
12170
  [key: string]: any;
11600
12171
  };
12172
+ constructor(map?: {
12173
+ [key: string]: any;
12174
+ });
12175
+ }
12176
+ export declare class GetMultiDimTableAllSheetsShrinkRequest extends $tea.Model {
12177
+ /**
12178
+ * @remarks
12179
+ * This parameter is required.
12180
+ *
12181
+ * @example
12182
+ * 144972
12183
+ */
12184
+ baseId?: string;
12185
+ tenantContextShrink?: string;
11601
12186
  static names(): {
11602
12187
  [key: string]: string;
11603
12188
  };
@@ -11608,12 +12193,27 @@ export declare class GetNewestInnerGroupsRequest extends $tea.Model {
11608
12193
  [key: string]: any;
11609
12194
  });
11610
12195
  }
11611
- export declare class GetNewestInnerGroupsShrinkRequest extends $tea.Model {
12196
+ export declare class GetMultiDimTableAllSheetsResponseBody extends $tea.Model {
11612
12197
  /**
11613
12198
  * @example
11614
- * {}
12199
+ * 0FAAEC9C-C6C8-5C87-AF8E-1195889BBXXX
11615
12200
  */
11616
- requestShrink?: string;
12201
+ requestId?: string;
12202
+ /**
12203
+ * @example
12204
+ * []
12205
+ */
12206
+ value?: GetMultiDimTableAllSheetsResponseBodyValue[];
12207
+ /**
12208
+ * @example
12209
+ * 0FAAEC9C-C6C8-5C87-AF8E-1195889BBXXX
12210
+ */
12211
+ vendorRequestId?: string;
12212
+ /**
12213
+ * @example
12214
+ * dingtalk
12215
+ */
12216
+ vendorType?: string;
11617
12217
  static names(): {
11618
12218
  [key: string]: string;
11619
12219
  };
@@ -11624,8 +12224,505 @@ export declare class GetNewestInnerGroupsShrinkRequest extends $tea.Model {
11624
12224
  [key: string]: any;
11625
12225
  });
11626
12226
  }
11627
- export declare class GetNewestInnerGroupsResponseBody extends $tea.Model {
11628
- groupInfos?: GetNewestInnerGroupsResponseBodyGroupInfos[];
12227
+ export declare class GetMultiDimTableAllSheetsResponse extends $tea.Model {
12228
+ headers?: {
12229
+ [key: string]: string;
12230
+ };
12231
+ statusCode?: number;
12232
+ body?: GetMultiDimTableAllSheetsResponseBody;
12233
+ static names(): {
12234
+ [key: string]: string;
12235
+ };
12236
+ static types(): {
12237
+ [key: string]: any;
12238
+ };
12239
+ constructor(map?: {
12240
+ [key: string]: any;
12241
+ });
12242
+ }
12243
+ export declare class GetMultiDimTableRecordHeaders extends $tea.Model {
12244
+ commonHeaders?: {
12245
+ [key: string]: string;
12246
+ };
12247
+ accountContext?: GetMultiDimTableRecordHeadersAccountContext;
12248
+ static names(): {
12249
+ [key: string]: string;
12250
+ };
12251
+ static types(): {
12252
+ [key: string]: any;
12253
+ };
12254
+ constructor(map?: {
12255
+ [key: string]: any;
12256
+ });
12257
+ }
12258
+ export declare class GetMultiDimTableRecordShrinkHeaders extends $tea.Model {
12259
+ commonHeaders?: {
12260
+ [key: string]: string;
12261
+ };
12262
+ accountContextShrink?: string;
12263
+ static names(): {
12264
+ [key: string]: string;
12265
+ };
12266
+ static types(): {
12267
+ [key: string]: any;
12268
+ };
12269
+ constructor(map?: {
12270
+ [key: string]: any;
12271
+ });
12272
+ }
12273
+ export declare class GetMultiDimTableRecordRequest extends $tea.Model {
12274
+ /**
12275
+ * @remarks
12276
+ * This parameter is required.
12277
+ *
12278
+ * @example
12279
+ * 101114
12280
+ */
12281
+ baseId?: string;
12282
+ /**
12283
+ * @remarks
12284
+ * This parameter is required.
12285
+ *
12286
+ * @example
12287
+ * xxx
12288
+ */
12289
+ recordId?: string;
12290
+ /**
12291
+ * @remarks
12292
+ * This parameter is required.
12293
+ *
12294
+ * @example
12295
+ * xxx
12296
+ */
12297
+ sheetIdOrName?: string;
12298
+ tenantContext?: GetMultiDimTableRecordRequestTenantContext;
12299
+ static names(): {
12300
+ [key: string]: string;
12301
+ };
12302
+ static types(): {
12303
+ [key: string]: any;
12304
+ };
12305
+ constructor(map?: {
12306
+ [key: string]: any;
12307
+ });
12308
+ }
12309
+ export declare class GetMultiDimTableRecordShrinkRequest extends $tea.Model {
12310
+ /**
12311
+ * @remarks
12312
+ * This parameter is required.
12313
+ *
12314
+ * @example
12315
+ * 101114
12316
+ */
12317
+ baseId?: string;
12318
+ /**
12319
+ * @remarks
12320
+ * This parameter is required.
12321
+ *
12322
+ * @example
12323
+ * xxx
12324
+ */
12325
+ recordId?: string;
12326
+ /**
12327
+ * @remarks
12328
+ * This parameter is required.
12329
+ *
12330
+ * @example
12331
+ * xxx
12332
+ */
12333
+ sheetIdOrName?: string;
12334
+ tenantContextShrink?: string;
12335
+ static names(): {
12336
+ [key: string]: string;
12337
+ };
12338
+ static types(): {
12339
+ [key: string]: any;
12340
+ };
12341
+ constructor(map?: {
12342
+ [key: string]: any;
12343
+ });
12344
+ }
12345
+ export declare class GetMultiDimTableRecordResponseBody extends $tea.Model {
12346
+ createdBy?: GetMultiDimTableRecordResponseBodyCreatedBy;
12347
+ /**
12348
+ * @example
12349
+ * xxx
12350
+ */
12351
+ createdTime?: number;
12352
+ /**
12353
+ * @example
12354
+ * xxx
12355
+ */
12356
+ fields?: {
12357
+ [key: string]: any;
12358
+ };
12359
+ /**
12360
+ * @example
12361
+ * xxx
12362
+ */
12363
+ id?: string;
12364
+ lastModifiedBy?: GetMultiDimTableRecordResponseBodyLastModifiedBy;
12365
+ /**
12366
+ * @example
12367
+ * xxx
12368
+ */
12369
+ lastModifiedTime?: number;
12370
+ /**
12371
+ * @example
12372
+ * 0FAAEC9C-C6C8-5C87-AF8E-1195889BBXXX
12373
+ */
12374
+ requestId?: string;
12375
+ /**
12376
+ * @example
12377
+ * 0FAAEC9C-C6C8-5C87-AF8E-1195889BBXXX
12378
+ */
12379
+ vendorRequestId?: string;
12380
+ /**
12381
+ * @example
12382
+ * dingtalk
12383
+ */
12384
+ vendorType?: string;
12385
+ static names(): {
12386
+ [key: string]: string;
12387
+ };
12388
+ static types(): {
12389
+ [key: string]: any;
12390
+ };
12391
+ constructor(map?: {
12392
+ [key: string]: any;
12393
+ });
12394
+ }
12395
+ export declare class GetMultiDimTableRecordResponse extends $tea.Model {
12396
+ headers?: {
12397
+ [key: string]: string;
12398
+ };
12399
+ statusCode?: number;
12400
+ body?: GetMultiDimTableRecordResponseBody;
12401
+ static names(): {
12402
+ [key: string]: string;
12403
+ };
12404
+ static types(): {
12405
+ [key: string]: any;
12406
+ };
12407
+ constructor(map?: {
12408
+ [key: string]: any;
12409
+ });
12410
+ }
12411
+ export declare class GetMultiDimTableSheetHeaders extends $tea.Model {
12412
+ commonHeaders?: {
12413
+ [key: string]: string;
12414
+ };
12415
+ accountContext?: GetMultiDimTableSheetHeadersAccountContext;
12416
+ static names(): {
12417
+ [key: string]: string;
12418
+ };
12419
+ static types(): {
12420
+ [key: string]: any;
12421
+ };
12422
+ constructor(map?: {
12423
+ [key: string]: any;
12424
+ });
12425
+ }
12426
+ export declare class GetMultiDimTableSheetShrinkHeaders extends $tea.Model {
12427
+ commonHeaders?: {
12428
+ [key: string]: string;
12429
+ };
12430
+ accountContextShrink?: string;
12431
+ static names(): {
12432
+ [key: string]: string;
12433
+ };
12434
+ static types(): {
12435
+ [key: string]: any;
12436
+ };
12437
+ constructor(map?: {
12438
+ [key: string]: any;
12439
+ });
12440
+ }
12441
+ export declare class GetMultiDimTableSheetRequest extends $tea.Model {
12442
+ /**
12443
+ * @remarks
12444
+ * This parameter is required.
12445
+ *
12446
+ * @example
12447
+ * 169899
12448
+ */
12449
+ baseId?: string;
12450
+ /**
12451
+ * @remarks
12452
+ * This parameter is required.
12453
+ *
12454
+ * @example
12455
+ * xxx
12456
+ */
12457
+ sheetIdOrName?: string;
12458
+ tenantContext?: GetMultiDimTableSheetRequestTenantContext;
12459
+ static names(): {
12460
+ [key: string]: string;
12461
+ };
12462
+ static types(): {
12463
+ [key: string]: any;
12464
+ };
12465
+ constructor(map?: {
12466
+ [key: string]: any;
12467
+ });
12468
+ }
12469
+ export declare class GetMultiDimTableSheetShrinkRequest extends $tea.Model {
12470
+ /**
12471
+ * @remarks
12472
+ * This parameter is required.
12473
+ *
12474
+ * @example
12475
+ * 169899
12476
+ */
12477
+ baseId?: string;
12478
+ /**
12479
+ * @remarks
12480
+ * This parameter is required.
12481
+ *
12482
+ * @example
12483
+ * xxx
12484
+ */
12485
+ sheetIdOrName?: string;
12486
+ tenantContextShrink?: string;
12487
+ static names(): {
12488
+ [key: string]: string;
12489
+ };
12490
+ static types(): {
12491
+ [key: string]: any;
12492
+ };
12493
+ constructor(map?: {
12494
+ [key: string]: any;
12495
+ });
12496
+ }
12497
+ export declare class GetMultiDimTableSheetResponseBody extends $tea.Model {
12498
+ /**
12499
+ * @example
12500
+ * 0FAAEC9C-C6C8-5C87-AF8E-1195889BBXXX
12501
+ */
12502
+ id?: string;
12503
+ /**
12504
+ * @example
12505
+ * Sheet1
12506
+ */
12507
+ name?: string;
12508
+ /**
12509
+ * @example
12510
+ * 0FAAEC9C-C6C8-5C87-AF8E-1195889BBXXX
12511
+ */
12512
+ requestId?: string;
12513
+ /**
12514
+ * @example
12515
+ * 0FAAEC9C-C6C8-5C87-AF8E-1195889BBXXX
12516
+ */
12517
+ vendorRequestId?: string;
12518
+ /**
12519
+ * @example
12520
+ * dingtalk
12521
+ */
12522
+ vendorType?: string;
12523
+ static names(): {
12524
+ [key: string]: string;
12525
+ };
12526
+ static types(): {
12527
+ [key: string]: any;
12528
+ };
12529
+ constructor(map?: {
12530
+ [key: string]: any;
12531
+ });
12532
+ }
12533
+ export declare class GetMultiDimTableSheetResponse extends $tea.Model {
12534
+ headers?: {
12535
+ [key: string]: string;
12536
+ };
12537
+ statusCode?: number;
12538
+ body?: GetMultiDimTableSheetResponseBody;
12539
+ static names(): {
12540
+ [key: string]: string;
12541
+ };
12542
+ static types(): {
12543
+ [key: string]: any;
12544
+ };
12545
+ constructor(map?: {
12546
+ [key: string]: any;
12547
+ });
12548
+ }
12549
+ export declare class GetMultipartFileUploadInfosHeaders extends $tea.Model {
12550
+ commonHeaders?: {
12551
+ [key: string]: string;
12552
+ };
12553
+ accountContext?: GetMultipartFileUploadInfosHeadersAccountContext;
12554
+ static names(): {
12555
+ [key: string]: string;
12556
+ };
12557
+ static types(): {
12558
+ [key: string]: any;
12559
+ };
12560
+ constructor(map?: {
12561
+ [key: string]: any;
12562
+ });
12563
+ }
12564
+ export declare class GetMultipartFileUploadInfosShrinkHeaders extends $tea.Model {
12565
+ commonHeaders?: {
12566
+ [key: string]: string;
12567
+ };
12568
+ accountContextShrink?: string;
12569
+ static names(): {
12570
+ [key: string]: string;
12571
+ };
12572
+ static types(): {
12573
+ [key: string]: any;
12574
+ };
12575
+ constructor(map?: {
12576
+ [key: string]: any;
12577
+ });
12578
+ }
12579
+ export declare class GetMultipartFileUploadInfosRequest extends $tea.Model {
12580
+ option?: GetMultipartFileUploadInfosRequestOption;
12581
+ partNumbers?: number[];
12582
+ tenantContext?: GetMultipartFileUploadInfosRequestTenantContext;
12583
+ /**
12584
+ * @example
12585
+ * hwHPAAAAAipHxxxxx
12586
+ */
12587
+ uploadKey?: string;
12588
+ static names(): {
12589
+ [key: string]: string;
12590
+ };
12591
+ static types(): {
12592
+ [key: string]: any;
12593
+ };
12594
+ constructor(map?: {
12595
+ [key: string]: any;
12596
+ });
12597
+ }
12598
+ export declare class GetMultipartFileUploadInfosShrinkRequest extends $tea.Model {
12599
+ optionShrink?: string;
12600
+ partNumbersShrink?: string;
12601
+ tenantContextShrink?: string;
12602
+ /**
12603
+ * @example
12604
+ * hwHPAAAAAipHxxxxx
12605
+ */
12606
+ uploadKey?: string;
12607
+ static names(): {
12608
+ [key: string]: string;
12609
+ };
12610
+ static types(): {
12611
+ [key: string]: any;
12612
+ };
12613
+ constructor(map?: {
12614
+ [key: string]: any;
12615
+ });
12616
+ }
12617
+ export declare class GetMultipartFileUploadInfosResponseBody extends $tea.Model {
12618
+ multipartHeaderSignatureInfos?: GetMultipartFileUploadInfosResponseBodyMultipartHeaderSignatureInfos[];
12619
+ /**
12620
+ * @example
12621
+ * 0FAAEC9C-C6C8-5C87-AF8E-1195889BBXXX
12622
+ */
12623
+ requestId?: string;
12624
+ /**
12625
+ * @example
12626
+ * 0FAAEC9C-C6C8-5C87-AF8E-1195889BBXXX
12627
+ */
12628
+ vendorRequestId?: string;
12629
+ /**
12630
+ * @example
12631
+ * dingtalk
12632
+ */
12633
+ vendorType?: string;
12634
+ static names(): {
12635
+ [key: string]: string;
12636
+ };
12637
+ static types(): {
12638
+ [key: string]: any;
12639
+ };
12640
+ constructor(map?: {
12641
+ [key: string]: any;
12642
+ });
12643
+ }
12644
+ export declare class GetMultipartFileUploadInfosResponse extends $tea.Model {
12645
+ headers?: {
12646
+ [key: string]: string;
12647
+ };
12648
+ statusCode?: number;
12649
+ body?: GetMultipartFileUploadInfosResponseBody;
12650
+ static names(): {
12651
+ [key: string]: string;
12652
+ };
12653
+ static types(): {
12654
+ [key: string]: any;
12655
+ };
12656
+ constructor(map?: {
12657
+ [key: string]: any;
12658
+ });
12659
+ }
12660
+ export declare class GetNewestInnerGroupsHeaders extends $tea.Model {
12661
+ commonHeaders?: {
12662
+ [key: string]: string;
12663
+ };
12664
+ accountContext?: GetNewestInnerGroupsHeadersAccountContext;
12665
+ static names(): {
12666
+ [key: string]: string;
12667
+ };
12668
+ static types(): {
12669
+ [key: string]: any;
12670
+ };
12671
+ constructor(map?: {
12672
+ [key: string]: any;
12673
+ });
12674
+ }
12675
+ export declare class GetNewestInnerGroupsShrinkHeaders extends $tea.Model {
12676
+ commonHeaders?: {
12677
+ [key: string]: string;
12678
+ };
12679
+ accountContextShrink?: string;
12680
+ static names(): {
12681
+ [key: string]: string;
12682
+ };
12683
+ static types(): {
12684
+ [key: string]: any;
12685
+ };
12686
+ constructor(map?: {
12687
+ [key: string]: any;
12688
+ });
12689
+ }
12690
+ export declare class GetNewestInnerGroupsRequest extends $tea.Model {
12691
+ /**
12692
+ * @example
12693
+ * {}
12694
+ */
12695
+ request?: {
12696
+ [key: string]: any;
12697
+ };
12698
+ static names(): {
12699
+ [key: string]: string;
12700
+ };
12701
+ static types(): {
12702
+ [key: string]: any;
12703
+ };
12704
+ constructor(map?: {
12705
+ [key: string]: any;
12706
+ });
12707
+ }
12708
+ export declare class GetNewestInnerGroupsShrinkRequest extends $tea.Model {
12709
+ /**
12710
+ * @example
12711
+ * {}
12712
+ */
12713
+ requestShrink?: string;
12714
+ static names(): {
12715
+ [key: string]: string;
12716
+ };
12717
+ static types(): {
12718
+ [key: string]: any;
12719
+ };
12720
+ constructor(map?: {
12721
+ [key: string]: any;
12722
+ });
12723
+ }
12724
+ export declare class GetNewestInnerGroupsResponseBody extends $tea.Model {
12725
+ groupInfos?: GetNewestInnerGroupsResponseBodyGroupInfos[];
11629
12726
  /**
11630
12727
  * @example
11631
12728
  * 0FAAEC9C-C6C8-5C87-AF8E-1195889BBXXX
@@ -14101,6 +15198,183 @@ export declare class GetTemplateListByUserIdResponse extends $tea.Model {
14101
15198
  [key: string]: any;
14102
15199
  });
14103
15200
  }
15201
+ export declare class GetTicketHeaders extends $tea.Model {
15202
+ commonHeaders?: {
15203
+ [key: string]: string;
15204
+ };
15205
+ accountContext?: GetTicketHeadersAccountContext;
15206
+ static names(): {
15207
+ [key: string]: string;
15208
+ };
15209
+ static types(): {
15210
+ [key: string]: any;
15211
+ };
15212
+ constructor(map?: {
15213
+ [key: string]: any;
15214
+ });
15215
+ }
15216
+ export declare class GetTicketShrinkHeaders extends $tea.Model {
15217
+ commonHeaders?: {
15218
+ [key: string]: string;
15219
+ };
15220
+ accountContextShrink?: string;
15221
+ static names(): {
15222
+ [key: string]: string;
15223
+ };
15224
+ static types(): {
15225
+ [key: string]: any;
15226
+ };
15227
+ constructor(map?: {
15228
+ [key: string]: any;
15229
+ });
15230
+ }
15231
+ export declare class GetTicketRequest extends $tea.Model {
15232
+ /**
15233
+ * @remarks
15234
+ * This parameter is required.
15235
+ *
15236
+ * @example
15237
+ * eKWh3xxxxiE
15238
+ */
15239
+ openTeamId?: string;
15240
+ /**
15241
+ * @remarks
15242
+ * This parameter is required.
15243
+ *
15244
+ * @example
15245
+ * Dq9hP8Sk2v6vQxxxxiE
15246
+ */
15247
+ openTicketId?: string;
15248
+ tenantContext?: GetTicketRequestTenantContext;
15249
+ static names(): {
15250
+ [key: string]: string;
15251
+ };
15252
+ static types(): {
15253
+ [key: string]: any;
15254
+ };
15255
+ constructor(map?: {
15256
+ [key: string]: any;
15257
+ });
15258
+ }
15259
+ export declare class GetTicketShrinkRequest extends $tea.Model {
15260
+ /**
15261
+ * @remarks
15262
+ * This parameter is required.
15263
+ *
15264
+ * @example
15265
+ * eKWh3xxxxiE
15266
+ */
15267
+ openTeamId?: string;
15268
+ /**
15269
+ * @remarks
15270
+ * This parameter is required.
15271
+ *
15272
+ * @example
15273
+ * Dq9hP8Sk2v6vQxxxxiE
15274
+ */
15275
+ openTicketId?: string;
15276
+ tenantContextShrink?: string;
15277
+ static names(): {
15278
+ [key: string]: string;
15279
+ };
15280
+ static types(): {
15281
+ [key: string]: any;
15282
+ };
15283
+ constructor(map?: {
15284
+ [key: string]: any;
15285
+ });
15286
+ }
15287
+ export declare class GetTicketResponseBody extends $tea.Model {
15288
+ /**
15289
+ * @example
15290
+ * 2021-07-09 14:45:01
15291
+ */
15292
+ createTime?: string;
15293
+ creator?: GetTicketResponseBodyCreator;
15294
+ /**
15295
+ * @example
15296
+ * [{ "customerVisible": true,"editable": false,"identifier": "input1","name": "正文","placeholder": "请输入","required": false,"type": "TEXT_AREA","value": "123"},{"customerVisible": true,"editable": false,"identifier": "input2","name": "单选","options": [{"color": "#000000","value": "选项1"},{"color": "#000000","value": "选项2"},{"color": "#000000","value": "选项3"}],"required": false,"type": "RADIO"},{"customerVisible": true,"editable": false,"identifier": "input3","name": "多选","options": [{"color": "#000000","value": "选项1"},{"color": "#000000","value": "选项2"},{"color": "#000000","value": "选项3"}],"required": false,"type": "CHECKBOX"},{"customerVisible": true,"editable": false,"identifier": "input5","name": "数字","required": false,"type": "INPUT_NUMBER"},{"customerVisible": true,"editable": false,"identifier": "input6","maxFileNum": 20,"name": "上传","required": false,"type": "FILE"},{"customerVisible": true,"editable": false,"identifier": "input7","maxFileNum": 20,"name": "图片","required": false,"type": "IMAGE"},{"customerVisible": true,"editable": false,"format": "DATE_TIME","identifier": "input8","name": "日期","required": false,"type": "DATE_TIME_PICKER"}]
15297
+ */
15298
+ customFields?: string;
15299
+ /**
15300
+ * @example
15301
+ * cidZBSNxxxxXUCrAA==
15302
+ */
15303
+ openConversationId?: string;
15304
+ /**
15305
+ * @example
15306
+ * a8iSxxxxtgiE
15307
+ */
15308
+ openTicketId?: string;
15309
+ processor?: GetTicketResponseBodyProcessor;
15310
+ /**
15311
+ * @example
15312
+ * 0FAAEC9C-C6C8-5C87-AF8E-1195889BBXXX
15313
+ */
15314
+ requestId?: string;
15315
+ /**
15316
+ * @example
15317
+ * SG
15318
+ */
15319
+ scene?: string;
15320
+ /**
15321
+ * @example
15322
+ * {"groupId":1893227,"groupIsNormal":true,"groupName":"API和SPI测试群","groupSetId":29003,"groupSetName":"默认服务群组","scene":"SG"}
15323
+ */
15324
+ sceneContext?: string;
15325
+ /**
15326
+ * @example
15327
+ * FINISHED
15328
+ */
15329
+ stage?: string;
15330
+ takers?: GetTicketResponseBodyTakers[];
15331
+ template?: GetTicketResponseBodyTemplate;
15332
+ /**
15333
+ * @example
15334
+ * 贤文api测试,处理人王鸿程和李航宇
15335
+ */
15336
+ title?: string;
15337
+ /**
15338
+ * @example
15339
+ * 2021-07-09 19:26:09
15340
+ */
15341
+ updateTime?: string;
15342
+ /**
15343
+ * @example
15344
+ * 0FAAEC9C-C6C8-5C87-AF8E-1195889BBXXX
15345
+ */
15346
+ vendorRequestId?: string;
15347
+ /**
15348
+ * @example
15349
+ * dingtalk
15350
+ */
15351
+ vendorType?: string;
15352
+ static names(): {
15353
+ [key: string]: string;
15354
+ };
15355
+ static types(): {
15356
+ [key: string]: any;
15357
+ };
15358
+ constructor(map?: {
15359
+ [key: string]: any;
15360
+ });
15361
+ }
15362
+ export declare class GetTicketResponse extends $tea.Model {
15363
+ headers?: {
15364
+ [key: string]: string;
15365
+ };
15366
+ statusCode?: number;
15367
+ body?: GetTicketResponseBody;
15368
+ static names(): {
15369
+ [key: string]: string;
15370
+ };
15371
+ static types(): {
15372
+ [key: string]: any;
15373
+ };
15374
+ constructor(map?: {
15375
+ [key: string]: any;
15376
+ });
15377
+ }
14104
15378
  export declare class GetTodoTaskHeaders extends $tea.Model {
14105
15379
  commonHeaders?: {
14106
15380
  [key: string]: string;
@@ -16897,6 +18171,171 @@ export declare class ListFormRemarksResponse extends $tea.Model {
16897
18171
  [key: string]: any;
16898
18172
  });
16899
18173
  }
18174
+ export declare class ListMultiDimTableRecordsHeaders extends $tea.Model {
18175
+ commonHeaders?: {
18176
+ [key: string]: string;
18177
+ };
18178
+ accountContext?: ListMultiDimTableRecordsHeadersAccountContext;
18179
+ static names(): {
18180
+ [key: string]: string;
18181
+ };
18182
+ static types(): {
18183
+ [key: string]: any;
18184
+ };
18185
+ constructor(map?: {
18186
+ [key: string]: any;
18187
+ });
18188
+ }
18189
+ export declare class ListMultiDimTableRecordsShrinkHeaders extends $tea.Model {
18190
+ commonHeaders?: {
18191
+ [key: string]: string;
18192
+ };
18193
+ accountContextShrink?: string;
18194
+ static names(): {
18195
+ [key: string]: string;
18196
+ };
18197
+ static types(): {
18198
+ [key: string]: any;
18199
+ };
18200
+ constructor(map?: {
18201
+ [key: string]: any;
18202
+ });
18203
+ }
18204
+ export declare class ListMultiDimTableRecordsRequest extends $tea.Model {
18205
+ /**
18206
+ * @remarks
18207
+ * This parameter is required.
18208
+ *
18209
+ * @example
18210
+ * 101114
18211
+ */
18212
+ baseId?: string;
18213
+ filter?: ListMultiDimTableRecordsRequestFilter;
18214
+ /**
18215
+ * @example
18216
+ * 100
18217
+ */
18218
+ maxResults?: number;
18219
+ /**
18220
+ * @example
18221
+ * AAAAAUUg5QSTWwHyeElt8z5z4Qo=
18222
+ */
18223
+ nextToken?: string;
18224
+ /**
18225
+ * @remarks
18226
+ * This parameter is required.
18227
+ *
18228
+ * @example
18229
+ * xxx
18230
+ */
18231
+ sheetIdOrName?: string;
18232
+ tenantContext?: ListMultiDimTableRecordsRequestTenantContext;
18233
+ static names(): {
18234
+ [key: string]: string;
18235
+ };
18236
+ static types(): {
18237
+ [key: string]: any;
18238
+ };
18239
+ constructor(map?: {
18240
+ [key: string]: any;
18241
+ });
18242
+ }
18243
+ export declare class ListMultiDimTableRecordsShrinkRequest extends $tea.Model {
18244
+ /**
18245
+ * @remarks
18246
+ * This parameter is required.
18247
+ *
18248
+ * @example
18249
+ * 101114
18250
+ */
18251
+ baseId?: string;
18252
+ filterShrink?: string;
18253
+ /**
18254
+ * @example
18255
+ * 100
18256
+ */
18257
+ maxResults?: number;
18258
+ /**
18259
+ * @example
18260
+ * AAAAAUUg5QSTWwHyeElt8z5z4Qo=
18261
+ */
18262
+ nextToken?: string;
18263
+ /**
18264
+ * @remarks
18265
+ * This parameter is required.
18266
+ *
18267
+ * @example
18268
+ * xxx
18269
+ */
18270
+ sheetIdOrName?: string;
18271
+ tenantContextShrink?: string;
18272
+ static names(): {
18273
+ [key: string]: string;
18274
+ };
18275
+ static types(): {
18276
+ [key: string]: any;
18277
+ };
18278
+ constructor(map?: {
18279
+ [key: string]: any;
18280
+ });
18281
+ }
18282
+ export declare class ListMultiDimTableRecordsResponseBody extends $tea.Model {
18283
+ /**
18284
+ * @example
18285
+ * true
18286
+ */
18287
+ hasMore?: boolean;
18288
+ /**
18289
+ * @example
18290
+ * 1234567890
18291
+ */
18292
+ nextToken?: string;
18293
+ /**
18294
+ * @example
18295
+ * []
18296
+ */
18297
+ records?: ListMultiDimTableRecordsResponseBodyRecords[];
18298
+ /**
18299
+ * @example
18300
+ * 0FAAEC9C-C6C8-5C87-AF8E-1195889BBXXX
18301
+ */
18302
+ requestId?: string;
18303
+ /**
18304
+ * @example
18305
+ * 0FAAEC9C-C6C8-5C87-AF8E-1195889BBXXX
18306
+ */
18307
+ vendorRequestId?: string;
18308
+ /**
18309
+ * @example
18310
+ * dingtalk
18311
+ */
18312
+ vendorType?: string;
18313
+ static names(): {
18314
+ [key: string]: string;
18315
+ };
18316
+ static types(): {
18317
+ [key: string]: any;
18318
+ };
18319
+ constructor(map?: {
18320
+ [key: string]: any;
18321
+ });
18322
+ }
18323
+ export declare class ListMultiDimTableRecordsResponse extends $tea.Model {
18324
+ headers?: {
18325
+ [key: string]: string;
18326
+ };
18327
+ statusCode?: number;
18328
+ body?: ListMultiDimTableRecordsResponseBody;
18329
+ static names(): {
18330
+ [key: string]: string;
18331
+ };
18332
+ static types(): {
18333
+ [key: string]: any;
18334
+ };
18335
+ constructor(map?: {
18336
+ [key: string]: any;
18337
+ });
18338
+ }
16900
18339
  export declare class ListNavigationByFormTypeHeaders extends $tea.Model {
16901
18340
  commonHeaders?: {
16902
18341
  [key: string]: string;
@@ -17779,6 +19218,135 @@ export declare class ListTemplateResponse extends $tea.Model {
17779
19218
  [key: string]: any;
17780
19219
  });
17781
19220
  }
19221
+ export declare class ListTicketOperateRecordHeaders extends $tea.Model {
19222
+ commonHeaders?: {
19223
+ [key: string]: string;
19224
+ };
19225
+ accountContext?: ListTicketOperateRecordHeadersAccountContext;
19226
+ static names(): {
19227
+ [key: string]: string;
19228
+ };
19229
+ static types(): {
19230
+ [key: string]: any;
19231
+ };
19232
+ constructor(map?: {
19233
+ [key: string]: any;
19234
+ });
19235
+ }
19236
+ export declare class ListTicketOperateRecordShrinkHeaders extends $tea.Model {
19237
+ commonHeaders?: {
19238
+ [key: string]: string;
19239
+ };
19240
+ accountContextShrink?: string;
19241
+ static names(): {
19242
+ [key: string]: string;
19243
+ };
19244
+ static types(): {
19245
+ [key: string]: any;
19246
+ };
19247
+ constructor(map?: {
19248
+ [key: string]: any;
19249
+ });
19250
+ }
19251
+ export declare class ListTicketOperateRecordRequest extends $tea.Model {
19252
+ /**
19253
+ * @remarks
19254
+ * This parameter is required.
19255
+ *
19256
+ * @example
19257
+ * eKWh3xxxxiE
19258
+ */
19259
+ openTeamId?: string;
19260
+ /**
19261
+ * @remarks
19262
+ * This parameter is required.
19263
+ *
19264
+ * @example
19265
+ * Dq9hP8Sk2v6vQxxxxiE
19266
+ */
19267
+ openTicketId?: string;
19268
+ tenantContext?: ListTicketOperateRecordRequestTenantContext;
19269
+ static names(): {
19270
+ [key: string]: string;
19271
+ };
19272
+ static types(): {
19273
+ [key: string]: any;
19274
+ };
19275
+ constructor(map?: {
19276
+ [key: string]: any;
19277
+ });
19278
+ }
19279
+ export declare class ListTicketOperateRecordShrinkRequest extends $tea.Model {
19280
+ /**
19281
+ * @remarks
19282
+ * This parameter is required.
19283
+ *
19284
+ * @example
19285
+ * eKWh3xxxxiE
19286
+ */
19287
+ openTeamId?: string;
19288
+ /**
19289
+ * @remarks
19290
+ * This parameter is required.
19291
+ *
19292
+ * @example
19293
+ * Dq9hP8Sk2v6vQxxxxiE
19294
+ */
19295
+ openTicketId?: string;
19296
+ tenantContextShrink?: string;
19297
+ static names(): {
19298
+ [key: string]: string;
19299
+ };
19300
+ static types(): {
19301
+ [key: string]: any;
19302
+ };
19303
+ constructor(map?: {
19304
+ [key: string]: any;
19305
+ });
19306
+ }
19307
+ export declare class ListTicketOperateRecordResponseBody extends $tea.Model {
19308
+ records?: ListTicketOperateRecordResponseBodyRecords[];
19309
+ /**
19310
+ * @example
19311
+ * 0FAAEC9C-C6C8-5C87-AF8E-1195889BBXXX
19312
+ */
19313
+ requestId?: string;
19314
+ /**
19315
+ * @example
19316
+ * 0FAAEC9C-C6C8-5C87-AF8E-1195889BBXXX
19317
+ */
19318
+ vendorRequestId?: string;
19319
+ /**
19320
+ * @example
19321
+ * dingtalk
19322
+ */
19323
+ vendorType?: string;
19324
+ static names(): {
19325
+ [key: string]: string;
19326
+ };
19327
+ static types(): {
19328
+ [key: string]: any;
19329
+ };
19330
+ constructor(map?: {
19331
+ [key: string]: any;
19332
+ });
19333
+ }
19334
+ export declare class ListTicketOperateRecordResponse extends $tea.Model {
19335
+ headers?: {
19336
+ [key: string]: string;
19337
+ };
19338
+ statusCode?: number;
19339
+ body?: ListTicketOperateRecordResponseBody;
19340
+ static names(): {
19341
+ [key: string]: string;
19342
+ };
19343
+ static types(): {
19344
+ [key: string]: any;
19345
+ };
19346
+ constructor(map?: {
19347
+ [key: string]: any;
19348
+ });
19349
+ }
17782
19350
  export declare class ListWorkspacesHeaders extends $tea.Model {
17783
19351
  commonHeaders?: {
17784
19352
  [key: string]: string;
@@ -18945,6 +20513,186 @@ export declare class QueryDentryResponse extends $tea.Model {
18945
20513
  [key: string]: any;
18946
20514
  });
18947
20515
  }
20516
+ export declare class QueryGroupLiveInfoHeaders extends $tea.Model {
20517
+ commonHeaders?: {
20518
+ [key: string]: string;
20519
+ };
20520
+ accountContext?: QueryGroupLiveInfoHeadersAccountContext;
20521
+ static names(): {
20522
+ [key: string]: string;
20523
+ };
20524
+ static types(): {
20525
+ [key: string]: any;
20526
+ };
20527
+ constructor(map?: {
20528
+ [key: string]: any;
20529
+ });
20530
+ }
20531
+ export declare class QueryGroupLiveInfoShrinkHeaders extends $tea.Model {
20532
+ commonHeaders?: {
20533
+ [key: string]: string;
20534
+ };
20535
+ accountContextShrink?: string;
20536
+ static names(): {
20537
+ [key: string]: string;
20538
+ };
20539
+ static types(): {
20540
+ [key: string]: any;
20541
+ };
20542
+ constructor(map?: {
20543
+ [key: string]: any;
20544
+ });
20545
+ }
20546
+ export declare class QueryGroupLiveInfoRequest extends $tea.Model {
20547
+ /**
20548
+ * @remarks
20549
+ * This parameter is required.
20550
+ *
20551
+ * @example
20552
+ * 333d
20553
+ */
20554
+ anchorUnionId?: string;
20555
+ /**
20556
+ * @remarks
20557
+ * This parameter is required.
20558
+ *
20559
+ * @example
20560
+ * 4d38xxxxx
20561
+ */
20562
+ liveUuid?: string;
20563
+ tenantContext?: QueryGroupLiveInfoRequestTenantContext;
20564
+ static names(): {
20565
+ [key: string]: string;
20566
+ };
20567
+ static types(): {
20568
+ [key: string]: any;
20569
+ };
20570
+ constructor(map?: {
20571
+ [key: string]: any;
20572
+ });
20573
+ }
20574
+ export declare class QueryGroupLiveInfoShrinkRequest extends $tea.Model {
20575
+ /**
20576
+ * @remarks
20577
+ * This parameter is required.
20578
+ *
20579
+ * @example
20580
+ * 333d
20581
+ */
20582
+ anchorUnionId?: string;
20583
+ /**
20584
+ * @remarks
20585
+ * This parameter is required.
20586
+ *
20587
+ * @example
20588
+ * 4d38xxxxx
20589
+ */
20590
+ liveUuid?: string;
20591
+ tenantContextShrink?: string;
20592
+ static names(): {
20593
+ [key: string]: string;
20594
+ };
20595
+ static types(): {
20596
+ [key: string]: any;
20597
+ };
20598
+ constructor(map?: {
20599
+ [key: string]: any;
20600
+ });
20601
+ }
20602
+ export declare class QueryGroupLiveInfoResponseBody extends $tea.Model {
20603
+ /**
20604
+ * @example
20605
+ * http://xxx/kk.jpg
20606
+ */
20607
+ coverUrl?: string;
20608
+ /**
20609
+ * @example
20610
+ * 59886
20611
+ */
20612
+ duration?: number;
20613
+ /**
20614
+ * @example
20615
+ * 1687928400000
20616
+ */
20617
+ endTime?: number;
20618
+ introduction?: string;
20619
+ /**
20620
+ * @example
20621
+ * 0FAAEC9C-C6C8-5C87-AF8E-1195889BBXXX
20622
+ */
20623
+ liveId?: string;
20624
+ /**
20625
+ * @example
20626
+ * http://ssssss
20627
+ */
20628
+ livePlayUrl?: string;
20629
+ liveStatus?: number;
20630
+ /**
20631
+ * @example
20632
+ * 13414
20633
+ */
20634
+ playbackDuration?: number;
20635
+ /**
20636
+ * @remarks
20637
+ * requestId
20638
+ *
20639
+ * @example
20640
+ * 0FAAEC9C-C6C8-5C87-AF8E-1195889BBXXX
20641
+ */
20642
+ requestId?: string;
20643
+ staffId?: string;
20644
+ /**
20645
+ * @example
20646
+ * 1687924800000
20647
+ */
20648
+ startTime?: number;
20649
+ /**
20650
+ * @example
20651
+ * 0
20652
+ */
20653
+ subscribeCount?: number;
20654
+ title?: string;
20655
+ /**
20656
+ * @example
20657
+ * 10
20658
+ */
20659
+ uv?: number;
20660
+ /**
20661
+ * @example
20662
+ * 0FAAEC9C-C6C8-5C87-AF8E-1195889BBXXX
20663
+ */
20664
+ vendorRequestId?: string;
20665
+ /**
20666
+ * @example
20667
+ * dingtalk
20668
+ */
20669
+ vendorType?: string;
20670
+ static names(): {
20671
+ [key: string]: string;
20672
+ };
20673
+ static types(): {
20674
+ [key: string]: any;
20675
+ };
20676
+ constructor(map?: {
20677
+ [key: string]: any;
20678
+ });
20679
+ }
20680
+ export declare class QueryGroupLiveInfoResponse extends $tea.Model {
20681
+ headers?: {
20682
+ [key: string]: string;
20683
+ };
20684
+ statusCode?: number;
20685
+ body?: QueryGroupLiveInfoResponseBody;
20686
+ static names(): {
20687
+ [key: string]: string;
20688
+ };
20689
+ static types(): {
20690
+ [key: string]: any;
20691
+ };
20692
+ constructor(map?: {
20693
+ [key: string]: any;
20694
+ });
20695
+ }
18948
20696
  export declare class QueryLiveInfoHeaders extends $tea.Model {
18949
20697
  commonHeaders?: {
18950
20698
  [key: string]: string;
@@ -21868,6 +23616,150 @@ export declare class RemoveMeetingRoomsResponse extends $tea.Model {
21868
23616
  [key: string]: any;
21869
23617
  });
21870
23618
  }
23619
+ export declare class RespondEventHeaders extends $tea.Model {
23620
+ commonHeaders?: {
23621
+ [key: string]: string;
23622
+ };
23623
+ accountContext?: RespondEventHeadersAccountContext;
23624
+ static names(): {
23625
+ [key: string]: string;
23626
+ };
23627
+ static types(): {
23628
+ [key: string]: any;
23629
+ };
23630
+ constructor(map?: {
23631
+ [key: string]: any;
23632
+ });
23633
+ }
23634
+ export declare class RespondEventShrinkHeaders extends $tea.Model {
23635
+ commonHeaders?: {
23636
+ [key: string]: string;
23637
+ };
23638
+ accountContextShrink?: string;
23639
+ static names(): {
23640
+ [key: string]: string;
23641
+ };
23642
+ static types(): {
23643
+ [key: string]: any;
23644
+ };
23645
+ constructor(map?: {
23646
+ [key: string]: any;
23647
+ });
23648
+ }
23649
+ export declare class RespondEventRequest extends $tea.Model {
23650
+ /**
23651
+ * @remarks
23652
+ * This parameter is required.
23653
+ *
23654
+ * @example
23655
+ * primary
23656
+ */
23657
+ calendarId?: string;
23658
+ /**
23659
+ * @remarks
23660
+ * This parameter is required.
23661
+ *
23662
+ * @example
23663
+ * RHN2REJFc2w4VHNiUUlvcVB0ejFydz09
23664
+ */
23665
+ eventId?: string;
23666
+ /**
23667
+ * @remarks
23668
+ * This parameter is required.
23669
+ *
23670
+ * @example
23671
+ * accepted
23672
+ */
23673
+ responseStatus?: string;
23674
+ tenantContext?: RespondEventRequestTenantContext;
23675
+ static names(): {
23676
+ [key: string]: string;
23677
+ };
23678
+ static types(): {
23679
+ [key: string]: any;
23680
+ };
23681
+ constructor(map?: {
23682
+ [key: string]: any;
23683
+ });
23684
+ }
23685
+ export declare class RespondEventShrinkRequest extends $tea.Model {
23686
+ /**
23687
+ * @remarks
23688
+ * This parameter is required.
23689
+ *
23690
+ * @example
23691
+ * primary
23692
+ */
23693
+ calendarId?: string;
23694
+ /**
23695
+ * @remarks
23696
+ * This parameter is required.
23697
+ *
23698
+ * @example
23699
+ * RHN2REJFc2w4VHNiUUlvcVB0ejFydz09
23700
+ */
23701
+ eventId?: string;
23702
+ /**
23703
+ * @remarks
23704
+ * This parameter is required.
23705
+ *
23706
+ * @example
23707
+ * accepted
23708
+ */
23709
+ responseStatus?: string;
23710
+ tenantContextShrink?: string;
23711
+ static names(): {
23712
+ [key: string]: string;
23713
+ };
23714
+ static types(): {
23715
+ [key: string]: any;
23716
+ };
23717
+ constructor(map?: {
23718
+ [key: string]: any;
23719
+ });
23720
+ }
23721
+ export declare class RespondEventResponseBody extends $tea.Model {
23722
+ /**
23723
+ * @example
23724
+ * 0FAAEC9C-C6C8-5C87-AF8E-1195889BBXXX
23725
+ */
23726
+ requestId?: string;
23727
+ /**
23728
+ * @example
23729
+ * 0FAAEC9C-C6C8-5C87-AF8E-1195889BBXXX
23730
+ */
23731
+ vendorRequestId?: string;
23732
+ /**
23733
+ * @example
23734
+ * dingtalk
23735
+ */
23736
+ vendorType?: string;
23737
+ static names(): {
23738
+ [key: string]: string;
23739
+ };
23740
+ static types(): {
23741
+ [key: string]: any;
23742
+ };
23743
+ constructor(map?: {
23744
+ [key: string]: any;
23745
+ });
23746
+ }
23747
+ export declare class RespondEventResponse extends $tea.Model {
23748
+ headers?: {
23749
+ [key: string]: string;
23750
+ };
23751
+ statusCode?: number;
23752
+ body?: RespondEventResponseBody;
23753
+ static names(): {
23754
+ [key: string]: string;
23755
+ };
23756
+ static types(): {
23757
+ [key: string]: any;
23758
+ };
23759
+ constructor(map?: {
23760
+ [key: string]: any;
23761
+ });
23762
+ }
21871
23763
  export declare class SaveContentHeaders extends $tea.Model {
21872
23764
  commonHeaders?: {
21873
23765
  [key: string]: string;
@@ -25316,11 +27208,11 @@ export declare class TerminateInstanceResponse extends $tea.Model {
25316
27208
  [key: string]: any;
25317
27209
  });
25318
27210
  }
25319
- export declare class UnsubscribeCalendarHeaders extends $tea.Model {
27211
+ export declare class TransferTicketHeaders extends $tea.Model {
25320
27212
  commonHeaders?: {
25321
27213
  [key: string]: string;
25322
27214
  };
25323
- accountContext?: UnsubscribeCalendarHeadersAccountContext;
27215
+ accountContext?: TransferTicketHeadersAccountContext;
25324
27216
  static names(): {
25325
27217
  [key: string]: string;
25326
27218
  };
@@ -25331,7 +27223,7 @@ export declare class UnsubscribeCalendarHeaders extends $tea.Model {
25331
27223
  [key: string]: any;
25332
27224
  });
25333
27225
  }
25334
- export declare class UnsubscribeCalendarShrinkHeaders extends $tea.Model {
27226
+ export declare class TransferTicketShrinkHeaders extends $tea.Model {
25335
27227
  commonHeaders?: {
25336
27228
  [key: string]: string;
25337
27229
  };
@@ -25346,15 +27238,27 @@ export declare class UnsubscribeCalendarShrinkHeaders extends $tea.Model {
25346
27238
  [key: string]: any;
25347
27239
  });
25348
27240
  }
25349
- export declare class UnsubscribeCalendarRequest extends $tea.Model {
27241
+ export declare class TransferTicketRequest extends $tea.Model {
27242
+ notify?: TransferTicketRequestNotify;
25350
27243
  /**
25351
27244
  * @remarks
25352
27245
  * This parameter is required.
25353
27246
  *
25354
27247
  * @example
25355
- * MzM5Mxxx
27248
+ * eKWh3xxxxiE
25356
27249
  */
25357
- calendarId?: string;
27250
+ openTeamId?: string;
27251
+ /**
27252
+ * @remarks
27253
+ * This parameter is required.
27254
+ *
27255
+ * @example
27256
+ * Dq9hP8Sk2v6vQxxxxiE
27257
+ */
27258
+ openTicketId?: string;
27259
+ processorUserIds?: string[];
27260
+ tenantContext?: TransferTicketRequestTenantContext;
27261
+ ticketMemo?: TransferTicketRequestTicketMemo;
25358
27262
  static names(): {
25359
27263
  [key: string]: string;
25360
27264
  };
@@ -25365,20 +27269,53 @@ export declare class UnsubscribeCalendarRequest extends $tea.Model {
25365
27269
  [key: string]: any;
25366
27270
  });
25367
27271
  }
25368
- export declare class UnsubscribeCalendarResponseBody extends $tea.Model {
27272
+ export declare class TransferTicketShrinkRequest extends $tea.Model {
27273
+ notifyShrink?: string;
25369
27274
  /**
25370
27275
  * @remarks
25371
- * requestId
27276
+ * This parameter is required.
25372
27277
  *
27278
+ * @example
27279
+ * eKWh3xxxxiE
27280
+ */
27281
+ openTeamId?: string;
27282
+ /**
27283
+ * @remarks
27284
+ * This parameter is required.
27285
+ *
27286
+ * @example
27287
+ * Dq9hP8Sk2v6vQxxxxiE
27288
+ */
27289
+ openTicketId?: string;
27290
+ processorUserIdsShrink?: string;
27291
+ tenantContextShrink?: string;
27292
+ ticketMemoShrink?: string;
27293
+ static names(): {
27294
+ [key: string]: string;
27295
+ };
27296
+ static types(): {
27297
+ [key: string]: any;
27298
+ };
27299
+ constructor(map?: {
27300
+ [key: string]: any;
27301
+ });
27302
+ }
27303
+ export declare class TransferTicketResponseBody extends $tea.Model {
27304
+ /**
25373
27305
  * @example
25374
27306
  * 0FAAEC9C-C6C8-5C87-AF8E-1195889BBXXX
25375
27307
  */
25376
27308
  requestId?: string;
25377
27309
  /**
25378
27310
  * @example
25379
- * true
27311
+ * 0FAAEC9C-C6C8-5C87-AF8E-1195889BBXXX
25380
27312
  */
25381
- result?: boolean;
27313
+ vendorRequestId?: string;
27314
+ /**
27315
+ * @example
27316
+ * dingtalk
27317
+ */
27318
+ vendorType?: string;
25382
27319
  static names(): {
25383
27320
  [key: string]: string;
25384
27321
  };
@@ -25389,12 +27326,12 @@ export declare class UnsubscribeCalendarResponseBody extends $tea.Model {
25389
27326
  [key: string]: any;
25390
27327
  });
25391
27328
  }
25392
- export declare class UnsubscribeCalendarResponse extends $tea.Model {
27329
+ export declare class TransferTicketResponse extends $tea.Model {
25393
27330
  headers?: {
25394
27331
  [key: string]: string;
25395
27332
  };
25396
27333
  statusCode?: number;
25397
- body?: UnsubscribeCalendarResponseBody;
27334
+ body?: TransferTicketResponseBody;
25398
27335
  static names(): {
25399
27336
  [key: string]: string;
25400
27337
  };
@@ -25405,11 +27342,11 @@ export declare class UnsubscribeCalendarResponse extends $tea.Model {
25405
27342
  [key: string]: any;
25406
27343
  });
25407
27344
  }
25408
- export declare class UpdateFormDataHeaders extends $tea.Model {
27345
+ export declare class UnsubscribeCalendarHeaders extends $tea.Model {
25409
27346
  commonHeaders?: {
25410
27347
  [key: string]: string;
25411
27348
  };
25412
- accountContext?: UpdateFormDataHeadersAccountContext;
27349
+ accountContext?: UnsubscribeCalendarHeadersAccountContext;
25413
27350
  static names(): {
25414
27351
  [key: string]: string;
25415
27352
  };
@@ -25420,7 +27357,7 @@ export declare class UpdateFormDataHeaders extends $tea.Model {
25420
27357
  [key: string]: any;
25421
27358
  });
25422
27359
  }
25423
- export declare class UpdateFormDataShrinkHeaders extends $tea.Model {
27360
+ export declare class UnsubscribeCalendarShrinkHeaders extends $tea.Model {
25424
27361
  commonHeaders?: {
25425
27362
  [key: string]: string;
25426
27363
  };
@@ -25435,37 +27372,15 @@ export declare class UpdateFormDataShrinkHeaders extends $tea.Model {
25435
27372
  [key: string]: any;
25436
27373
  });
25437
27374
  }
25438
- export declare class UpdateFormDataRequest extends $tea.Model {
25439
- /**
25440
- * @example
25441
- * APP_PBKTxxx
25442
- */
25443
- appType?: string;
25444
- /**
25445
- * @example
25446
- * FORM_INxxx
25447
- */
25448
- formInstanceId?: string;
25449
- /**
25450
- * @example
25451
- * zh_CN
25452
- */
25453
- language?: string;
25454
- /**
25455
- * @example
25456
- * hexxxx
25457
- */
25458
- systemToken?: string;
25459
- /**
25460
- * @example
25461
- * {}
25462
- */
25463
- updateFormDataJson?: string;
27375
+ export declare class UnsubscribeCalendarRequest extends $tea.Model {
25464
27376
  /**
27377
+ * @remarks
27378
+ * This parameter is required.
27379
+ *
25465
27380
  * @example
25466
- * false
27381
+ * MzM5Mxxx
25467
27382
  */
25468
- useLatestVersion?: boolean;
27383
+ calendarId?: string;
25469
27384
  static names(): {
25470
27385
  [key: string]: string;
25471
27386
  };
@@ -25476,22 +27391,20 @@ export declare class UpdateFormDataRequest extends $tea.Model {
25476
27391
  [key: string]: any;
25477
27392
  });
25478
27393
  }
25479
- export declare class UpdateFormDataResponseBody extends $tea.Model {
27394
+ export declare class UnsubscribeCalendarResponseBody extends $tea.Model {
25480
27395
  /**
27396
+ * @remarks
27397
+ * requestId
27398
+ *
25481
27399
  * @example
25482
27400
  * 0FAAEC9C-C6C8-5C87-AF8E-1195889BBXXX
25483
27401
  */
25484
27402
  requestId?: string;
25485
27403
  /**
25486
27404
  * @example
25487
- * 0FAAEC9C-C6C8-5C87-AF8E-1195889BBXXX
25488
- */
25489
- vendorRequestId?: string;
25490
- /**
25491
- * @example
25492
- * dingtalk
27405
+ * true
25493
27406
  */
25494
- vendorType?: string;
27407
+ result?: boolean;
25495
27408
  static names(): {
25496
27409
  [key: string]: string;
25497
27410
  };
@@ -25502,12 +27415,12 @@ export declare class UpdateFormDataResponseBody extends $tea.Model {
25502
27415
  [key: string]: any;
25503
27416
  });
25504
27417
  }
25505
- export declare class UpdateFormDataResponse extends $tea.Model {
27418
+ export declare class UnsubscribeCalendarResponse extends $tea.Model {
25506
27419
  headers?: {
25507
27420
  [key: string]: string;
25508
27421
  };
25509
27422
  statusCode?: number;
25510
- body?: UpdateFormDataResponseBody;
27423
+ body?: UnsubscribeCalendarResponseBody;
25511
27424
  static names(): {
25512
27425
  [key: string]: string;
25513
27426
  };
@@ -25518,11 +27431,11 @@ export declare class UpdateFormDataResponse extends $tea.Model {
25518
27431
  [key: string]: any;
25519
27432
  });
25520
27433
  }
25521
- export declare class UpdateInstanceHeaders extends $tea.Model {
27434
+ export declare class UpdateFormDataHeaders extends $tea.Model {
25522
27435
  commonHeaders?: {
25523
27436
  [key: string]: string;
25524
27437
  };
25525
- accountContext?: UpdateInstanceHeadersAccountContext;
27438
+ accountContext?: UpdateFormDataHeadersAccountContext;
25526
27439
  static names(): {
25527
27440
  [key: string]: string;
25528
27441
  };
@@ -25533,7 +27446,7 @@ export declare class UpdateInstanceHeaders extends $tea.Model {
25533
27446
  [key: string]: any;
25534
27447
  });
25535
27448
  }
25536
- export declare class UpdateInstanceShrinkHeaders extends $tea.Model {
27449
+ export declare class UpdateFormDataShrinkHeaders extends $tea.Model {
25537
27450
  commonHeaders?: {
25538
27451
  [key: string]: string;
25539
27452
  };
@@ -25548,25 +27461,25 @@ export declare class UpdateInstanceShrinkHeaders extends $tea.Model {
25548
27461
  [key: string]: any;
25549
27462
  });
25550
27463
  }
25551
- export declare class UpdateInstanceRequest extends $tea.Model {
27464
+ export declare class UpdateFormDataRequest extends $tea.Model {
25552
27465
  /**
25553
27466
  * @example
25554
- * APP_PBxxx
27467
+ * APP_PBKTxxx
25555
27468
  */
25556
27469
  appType?: string;
25557
27470
  /**
25558
27471
  * @example
25559
- * zh_CN
27472
+ * FORM_INxxx
25560
27473
  */
25561
- language?: string;
27474
+ formInstanceId?: string;
25562
27475
  /**
25563
27476
  * @example
25564
- * f30233fb-72e1-4af4-8cb8-c7e0ea9ee530
27477
+ * zh_CN
25565
27478
  */
25566
- processInstanceId?: string;
27479
+ language?: string;
25567
27480
  /**
25568
27481
  * @example
25569
- * hexxyy
27482
+ * hexxxx
25570
27483
  */
25571
27484
  systemToken?: string;
25572
27485
  /**
@@ -25574,6 +27487,11 @@ export declare class UpdateInstanceRequest extends $tea.Model {
25574
27487
  * {}
25575
27488
  */
25576
27489
  updateFormDataJson?: string;
27490
+ /**
27491
+ * @example
27492
+ * false
27493
+ */
27494
+ useLatestVersion?: boolean;
25577
27495
  static names(): {
25578
27496
  [key: string]: string;
25579
27497
  };
@@ -25584,7 +27502,115 @@ export declare class UpdateInstanceRequest extends $tea.Model {
25584
27502
  [key: string]: any;
25585
27503
  });
25586
27504
  }
25587
- export declare class UpdateInstanceResponseBody extends $tea.Model {
27505
+ export declare class UpdateFormDataResponseBody extends $tea.Model {
27506
+ /**
27507
+ * @example
27508
+ * 0FAAEC9C-C6C8-5C87-AF8E-1195889BBXXX
27509
+ */
27510
+ requestId?: string;
27511
+ /**
27512
+ * @example
27513
+ * 0FAAEC9C-C6C8-5C87-AF8E-1195889BBXXX
27514
+ */
27515
+ vendorRequestId?: string;
27516
+ /**
27517
+ * @example
27518
+ * dingtalk
27519
+ */
27520
+ vendorType?: string;
27521
+ static names(): {
27522
+ [key: string]: string;
27523
+ };
27524
+ static types(): {
27525
+ [key: string]: any;
27526
+ };
27527
+ constructor(map?: {
27528
+ [key: string]: any;
27529
+ });
27530
+ }
27531
+ export declare class UpdateFormDataResponse extends $tea.Model {
27532
+ headers?: {
27533
+ [key: string]: string;
27534
+ };
27535
+ statusCode?: number;
27536
+ body?: UpdateFormDataResponseBody;
27537
+ static names(): {
27538
+ [key: string]: string;
27539
+ };
27540
+ static types(): {
27541
+ [key: string]: any;
27542
+ };
27543
+ constructor(map?: {
27544
+ [key: string]: any;
27545
+ });
27546
+ }
27547
+ export declare class UpdateInstanceHeaders extends $tea.Model {
27548
+ commonHeaders?: {
27549
+ [key: string]: string;
27550
+ };
27551
+ accountContext?: UpdateInstanceHeadersAccountContext;
27552
+ static names(): {
27553
+ [key: string]: string;
27554
+ };
27555
+ static types(): {
27556
+ [key: string]: any;
27557
+ };
27558
+ constructor(map?: {
27559
+ [key: string]: any;
27560
+ });
27561
+ }
27562
+ export declare class UpdateInstanceShrinkHeaders extends $tea.Model {
27563
+ commonHeaders?: {
27564
+ [key: string]: string;
27565
+ };
27566
+ accountContextShrink?: string;
27567
+ static names(): {
27568
+ [key: string]: string;
27569
+ };
27570
+ static types(): {
27571
+ [key: string]: any;
27572
+ };
27573
+ constructor(map?: {
27574
+ [key: string]: any;
27575
+ });
27576
+ }
27577
+ export declare class UpdateInstanceRequest extends $tea.Model {
27578
+ /**
27579
+ * @example
27580
+ * APP_PBxxx
27581
+ */
27582
+ appType?: string;
27583
+ /**
27584
+ * @example
27585
+ * zh_CN
27586
+ */
27587
+ language?: string;
27588
+ /**
27589
+ * @example
27590
+ * f30233fb-72e1-4af4-8cb8-c7e0ea9ee530
27591
+ */
27592
+ processInstanceId?: string;
27593
+ /**
27594
+ * @example
27595
+ * hexxyy
27596
+ */
27597
+ systemToken?: string;
27598
+ /**
27599
+ * @example
27600
+ * {}
27601
+ */
27602
+ updateFormDataJson?: string;
27603
+ static names(): {
27604
+ [key: string]: string;
27605
+ };
27606
+ static types(): {
27607
+ [key: string]: any;
27608
+ };
27609
+ constructor(map?: {
27610
+ [key: string]: any;
27611
+ });
27612
+ }
27613
+ export declare class UpdateInstanceResponseBody extends $tea.Model {
25588
27614
  /**
25589
27615
  * @example
25590
27616
  * 0FAAEC9C-C6C8-5C87-AF8E-1195889BBXXX
@@ -28121,6 +30147,75 @@ export declare class AddScenegroupMemberHeadersAccountContext extends $tea.Model
28121
30147
  [key: string]: any;
28122
30148
  });
28123
30149
  }
30150
+ export declare class AddTicketMemoHeadersAccountContext extends $tea.Model {
30151
+ /**
30152
+ * @remarks
30153
+ * This parameter is required.
30154
+ *
30155
+ * @example
30156
+ * 012345
30157
+ */
30158
+ accountId?: string;
30159
+ static names(): {
30160
+ [key: string]: string;
30161
+ };
30162
+ static types(): {
30163
+ [key: string]: any;
30164
+ };
30165
+ constructor(map?: {
30166
+ [key: string]: any;
30167
+ });
30168
+ }
30169
+ export declare class AddTicketMemoRequestTenantContext extends $tea.Model {
30170
+ /**
30171
+ * @example
30172
+ * xxxxxx
30173
+ */
30174
+ tenantId?: string;
30175
+ static names(): {
30176
+ [key: string]: string;
30177
+ };
30178
+ static types(): {
30179
+ [key: string]: any;
30180
+ };
30181
+ constructor(map?: {
30182
+ [key: string]: any;
30183
+ });
30184
+ }
30185
+ export declare class AddTicketMemoRequestTicketMemoAttachments extends $tea.Model {
30186
+ /**
30187
+ * @example
30188
+ * "ticket/image/44xxxx9/43003/e27204b38xxxx1640499.txt
30189
+ */
30190
+ fileName?: string;
30191
+ /**
30192
+ * @example
30193
+ * wahaha.txt
30194
+ */
30195
+ key?: string;
30196
+ static names(): {
30197
+ [key: string]: string;
30198
+ };
30199
+ static types(): {
30200
+ [key: string]: any;
30201
+ };
30202
+ constructor(map?: {
30203
+ [key: string]: any;
30204
+ });
30205
+ }
30206
+ export declare class AddTicketMemoRequestTicketMemo extends $tea.Model {
30207
+ attachments?: AddTicketMemoRequestTicketMemoAttachments[];
30208
+ memo?: string;
30209
+ static names(): {
30210
+ [key: string]: string;
30211
+ };
30212
+ static types(): {
30213
+ [key: string]: any;
30214
+ };
30215
+ constructor(map?: {
30216
+ [key: string]: any;
30217
+ });
30218
+ }
28124
30219
  export declare class AddWorkspaceHeadersAccountContext extends $tea.Model {
28125
30220
  /**
28126
30221
  * @remarks
@@ -28407,6 +30502,93 @@ export declare class AddWorkspaceMembersRequestTenantContext extends $tea.Model
28407
30502
  [key: string]: any;
28408
30503
  });
28409
30504
  }
30505
+ export declare class AssignTicketHeadersAccountContext extends $tea.Model {
30506
+ /**
30507
+ * @remarks
30508
+ * This parameter is required.
30509
+ *
30510
+ * @example
30511
+ * 012345
30512
+ */
30513
+ accountId?: string;
30514
+ static names(): {
30515
+ [key: string]: string;
30516
+ };
30517
+ static types(): {
30518
+ [key: string]: any;
30519
+ };
30520
+ constructor(map?: {
30521
+ [key: string]: any;
30522
+ });
30523
+ }
30524
+ export declare class AssignTicketRequestNotify extends $tea.Model {
30525
+ groupNoticeReceiverUserIds?: string[];
30526
+ /**
30527
+ * @example
30528
+ * true
30529
+ */
30530
+ noticeAllGroupMember?: boolean;
30531
+ workNoticeReceiverUserIds?: string[];
30532
+ static names(): {
30533
+ [key: string]: string;
30534
+ };
30535
+ static types(): {
30536
+ [key: string]: any;
30537
+ };
30538
+ constructor(map?: {
30539
+ [key: string]: any;
30540
+ });
30541
+ }
30542
+ export declare class AssignTicketRequestTenantContext extends $tea.Model {
30543
+ /**
30544
+ * @example
30545
+ * xxxxxx
30546
+ */
30547
+ tenantId?: string;
30548
+ static names(): {
30549
+ [key: string]: string;
30550
+ };
30551
+ static types(): {
30552
+ [key: string]: any;
30553
+ };
30554
+ constructor(map?: {
30555
+ [key: string]: any;
30556
+ });
30557
+ }
30558
+ export declare class AssignTicketRequestTicketMemoAttachments extends $tea.Model {
30559
+ /**
30560
+ * @example
30561
+ * ticket/image/44708069/43003/e27aec4499.txt
30562
+ */
30563
+ fileName?: string;
30564
+ /**
30565
+ * @example
30566
+ * wahaha.txt
30567
+ */
30568
+ key?: string;
30569
+ static names(): {
30570
+ [key: string]: string;
30571
+ };
30572
+ static types(): {
30573
+ [key: string]: any;
30574
+ };
30575
+ constructor(map?: {
30576
+ [key: string]: any;
30577
+ });
30578
+ }
30579
+ export declare class AssignTicketRequestTicketMemo extends $tea.Model {
30580
+ attachments?: AssignTicketRequestTicketMemoAttachments[];
30581
+ memo?: string;
30582
+ static names(): {
30583
+ [key: string]: string;
30584
+ };
30585
+ static types(): {
30586
+ [key: string]: any;
30587
+ };
30588
+ constructor(map?: {
30589
+ [key: string]: any;
30590
+ });
30591
+ }
28410
30592
  export declare class BatchGetFormDataByIdListHeadersAccountContext extends $tea.Model {
28411
30593
  /**
28412
30594
  * @remarks
@@ -31102,6 +33284,93 @@ export declare class ExpandGroupCapacityRequestTenantContext extends $tea.Model
31102
33284
  [key: string]: any;
31103
33285
  });
31104
33286
  }
33287
+ export declare class FinishTicketHeadersAccountContext extends $tea.Model {
33288
+ /**
33289
+ * @remarks
33290
+ * This parameter is required.
33291
+ *
33292
+ * @example
33293
+ * 012345
33294
+ */
33295
+ accountId?: string;
33296
+ static names(): {
33297
+ [key: string]: string;
33298
+ };
33299
+ static types(): {
33300
+ [key: string]: any;
33301
+ };
33302
+ constructor(map?: {
33303
+ [key: string]: any;
33304
+ });
33305
+ }
33306
+ export declare class FinishTicketRequestNotify extends $tea.Model {
33307
+ groupNoticeReceiverUserIds?: string[];
33308
+ /**
33309
+ * @example
33310
+ * true
33311
+ */
33312
+ noticeAllGroupMember?: boolean;
33313
+ workNoticeReceiverUserIds?: string[];
33314
+ static names(): {
33315
+ [key: string]: string;
33316
+ };
33317
+ static types(): {
33318
+ [key: string]: any;
33319
+ };
33320
+ constructor(map?: {
33321
+ [key: string]: any;
33322
+ });
33323
+ }
33324
+ export declare class FinishTicketRequestTenantContext extends $tea.Model {
33325
+ /**
33326
+ * @example
33327
+ * xxxxxx
33328
+ */
33329
+ tenantId?: string;
33330
+ static names(): {
33331
+ [key: string]: string;
33332
+ };
33333
+ static types(): {
33334
+ [key: string]: any;
33335
+ };
33336
+ constructor(map?: {
33337
+ [key: string]: any;
33338
+ });
33339
+ }
33340
+ export declare class FinishTicketRequestTicketMemoAttachments extends $tea.Model {
33341
+ /**
33342
+ * @example
33343
+ * wahaha.txt
33344
+ */
33345
+ fileName?: string;
33346
+ /**
33347
+ * @example
33348
+ * ticket/image/44xxxx9/43003/e27xxxx1640499.txt
33349
+ */
33350
+ key?: string;
33351
+ static names(): {
33352
+ [key: string]: string;
33353
+ };
33354
+ static types(): {
33355
+ [key: string]: any;
33356
+ };
33357
+ constructor(map?: {
33358
+ [key: string]: any;
33359
+ });
33360
+ }
33361
+ export declare class FinishTicketRequestTicketMemo extends $tea.Model {
33362
+ attachments?: FinishTicketRequestTicketMemoAttachments[];
33363
+ memo?: string;
33364
+ static names(): {
33365
+ [key: string]: string;
33366
+ };
33367
+ static types(): {
33368
+ [key: string]: any;
33369
+ };
33370
+ constructor(map?: {
33371
+ [key: string]: any;
33372
+ });
33373
+ }
31105
33374
  export declare class GetActivityListHeadersAccountContext extends $tea.Model {
31106
33375
  /**
31107
33376
  * @remarks
@@ -32402,6 +34671,98 @@ export declare class GetFormListInAppResponseBodyData extends $tea.Model {
32402
34671
  [key: string]: any;
32403
34672
  });
32404
34673
  }
34674
+ export declare class GetGroupLiveListHeadersAccountContext extends $tea.Model {
34675
+ /**
34676
+ * @remarks
34677
+ * This parameter is required.
34678
+ *
34679
+ * @example
34680
+ * 012345
34681
+ */
34682
+ accountId?: string;
34683
+ static names(): {
34684
+ [key: string]: string;
34685
+ };
34686
+ static types(): {
34687
+ [key: string]: any;
34688
+ };
34689
+ constructor(map?: {
34690
+ [key: string]: any;
34691
+ });
34692
+ }
34693
+ export declare class GetGroupLiveListRequestTenantContext extends $tea.Model {
34694
+ /**
34695
+ * @example
34696
+ * xxxxxx
34697
+ */
34698
+ tenantId?: string;
34699
+ static names(): {
34700
+ [key: string]: string;
34701
+ };
34702
+ static types(): {
34703
+ [key: string]: any;
34704
+ };
34705
+ constructor(map?: {
34706
+ [key: string]: any;
34707
+ });
34708
+ }
34709
+ export declare class GetGroupLiveListResponseBodyResultGroupLiveList extends $tea.Model {
34710
+ /**
34711
+ * @example
34712
+ * nickName
34713
+ */
34714
+ anchorNickname?: string;
34715
+ /**
34716
+ * @example
34717
+ * Eijxx
34718
+ */
34719
+ anchorUnionId?: string;
34720
+ /**
34721
+ * @example
34722
+ * 1398324600000
34723
+ */
34724
+ liveEndTime?: number;
34725
+ /**
34726
+ * @example
34727
+ * 1398321600000
34728
+ */
34729
+ liveStartTime?: number;
34730
+ /**
34731
+ * @example
34732
+ * 4d38xxxxx
34733
+ */
34734
+ liveUuid?: string;
34735
+ /**
34736
+ * @example
34737
+ * 直播标题
34738
+ */
34739
+ title?: string;
34740
+ static names(): {
34741
+ [key: string]: string;
34742
+ };
34743
+ static types(): {
34744
+ [key: string]: any;
34745
+ };
34746
+ constructor(map?: {
34747
+ [key: string]: any;
34748
+ });
34749
+ }
34750
+ export declare class GetGroupLiveListResponseBodyResult extends $tea.Model {
34751
+ /**
34752
+ * @example
34753
+ * 直播列表
34754
+ */
34755
+ groupLiveList?: GetGroupLiveListResponseBodyResultGroupLiveList[];
34756
+ static names(): {
34757
+ [key: string]: string;
34758
+ };
34759
+ static types(): {
34760
+ [key: string]: any;
34761
+ };
34762
+ constructor(map?: {
34763
+ [key: string]: any;
34764
+ });
34765
+ }
32405
34766
  export declare class GetInnerGroupMembersHeadersAccountContext extends $tea.Model {
32406
34767
  /**
32407
34768
  * @remarks
@@ -33497,6 +35858,232 @@ export declare class GetMineWorkspaceResponseBodyWorkspace extends $tea.Model {
33497
35858
  [key: string]: any;
33498
35859
  });
33499
35860
  }
35861
+ export declare class GetMultiDimTableAllFieldsHeadersAccountContext extends $tea.Model {
35862
+ /**
35863
+ * @remarks
35864
+ * This parameter is required.
35865
+ *
35866
+ * @example
35867
+ * 012345
35868
+ */
35869
+ accountId?: string;
35870
+ static names(): {
35871
+ [key: string]: string;
35872
+ };
35873
+ static types(): {
35874
+ [key: string]: any;
35875
+ };
35876
+ constructor(map?: {
35877
+ [key: string]: any;
35878
+ });
35879
+ }
35880
+ export declare class GetMultiDimTableAllFieldsRequestTenantContext extends $tea.Model {
35881
+ /**
35882
+ * @example
35883
+ * xxxxxx
35884
+ */
35885
+ tenantId?: string;
35886
+ static names(): {
35887
+ [key: string]: string;
35888
+ };
35889
+ static types(): {
35890
+ [key: string]: any;
35891
+ };
35892
+ constructor(map?: {
35893
+ [key: string]: any;
35894
+ });
35895
+ }
35896
+ export declare class GetMultiDimTableAllFieldsResponseBodyValue extends $tea.Model {
35897
+ /**
35898
+ * @example
35899
+ * stxxxx
35900
+ */
35901
+ id?: string;
35902
+ /**
35903
+ * @example
35904
+ * Sheet1
35905
+ */
35906
+ name?: string;
35907
+ /**
35908
+ * @example
35909
+ * xxx
35910
+ */
35911
+ property?: {
35912
+ [key: string]: any;
35913
+ };
35914
+ /**
35915
+ * @example
35916
+ * xxx
35917
+ */
35918
+ type?: string;
35919
+ static names(): {
35920
+ [key: string]: string;
35921
+ };
35922
+ static types(): {
35923
+ [key: string]: any;
35924
+ };
35925
+ constructor(map?: {
35926
+ [key: string]: any;
35927
+ });
35928
+ }
35929
+ export declare class GetMultiDimTableAllSheetsHeadersAccountContext extends $tea.Model {
35930
+ /**
35931
+ * @remarks
35932
+ * This parameter is required.
35933
+ *
35934
+ * @example
35935
+ * 012345
35936
+ */
35937
+ accountId?: string;
35938
+ static names(): {
35939
+ [key: string]: string;
35940
+ };
35941
+ static types(): {
35942
+ [key: string]: any;
35943
+ };
35944
+ constructor(map?: {
35945
+ [key: string]: any;
35946
+ });
35947
+ }
35948
+ export declare class GetMultiDimTableAllSheetsRequestTenantContext extends $tea.Model {
35949
+ /**
35950
+ * @example
35951
+ * xxxxxx
35952
+ */
35953
+ tenantId?: string;
35954
+ static names(): {
35955
+ [key: string]: string;
35956
+ };
35957
+ static types(): {
35958
+ [key: string]: any;
35959
+ };
35960
+ constructor(map?: {
35961
+ [key: string]: any;
35962
+ });
35963
+ }
35964
+ export declare class GetMultiDimTableAllSheetsResponseBodyValue extends $tea.Model {
35965
+ /**
35966
+ * @example
35967
+ * xxx
35968
+ */
35969
+ id?: string;
35970
+ /**
35971
+ * @example
35972
+ * xxx
35973
+ */
35974
+ name?: string;
35975
+ static names(): {
35976
+ [key: string]: string;
35977
+ };
35978
+ static types(): {
35979
+ [key: string]: any;
35980
+ };
35981
+ constructor(map?: {
35982
+ [key: string]: any;
35983
+ });
35984
+ }
35985
+ export declare class GetMultiDimTableRecordHeadersAccountContext extends $tea.Model {
35986
+ /**
35987
+ * @remarks
35988
+ * This parameter is required.
35989
+ *
35990
+ * @example
35991
+ * 012345
35992
+ */
35993
+ accountId?: string;
35994
+ static names(): {
35995
+ [key: string]: string;
35996
+ };
35997
+ static types(): {
35998
+ [key: string]: any;
35999
+ };
36000
+ constructor(map?: {
36001
+ [key: string]: any;
36002
+ });
36003
+ }
36004
+ export declare class GetMultiDimTableRecordRequestTenantContext extends $tea.Model {
36005
+ /**
36006
+ * @example
36007
+ * xxxxxx
36008
+ */
36009
+ tenantId?: string;
36010
+ static names(): {
36011
+ [key: string]: string;
36012
+ };
36013
+ static types(): {
36014
+ [key: string]: any;
36015
+ };
36016
+ constructor(map?: {
36017
+ [key: string]: any;
36018
+ });
36019
+ }
36020
+ export declare class GetMultiDimTableRecordResponseBodyCreatedBy extends $tea.Model {
36021
+ /**
36022
+ * @example
36023
+ * 012345
36024
+ */
36025
+ userId?: string;
36026
+ static names(): {
36027
+ [key: string]: string;
36028
+ };
36029
+ static types(): {
36030
+ [key: string]: any;
36031
+ };
36032
+ constructor(map?: {
36033
+ [key: string]: any;
36034
+ });
36035
+ }
36036
+ export declare class GetMultiDimTableRecordResponseBodyLastModifiedBy extends $tea.Model {
36037
+ /**
36038
+ * @example
36039
+ * 012345
36040
+ */
36041
+ userId?: string;
36042
+ static names(): {
36043
+ [key: string]: string;
36044
+ };
36045
+ static types(): {
36046
+ [key: string]: any;
36047
+ };
36048
+ constructor(map?: {
36049
+ [key: string]: any;
36050
+ });
36051
+ }
36052
+ export declare class GetMultiDimTableSheetHeadersAccountContext extends $tea.Model {
36053
+ /**
36054
+ * @remarks
36055
+ * This parameter is required.
36056
+ *
36057
+ * @example
36058
+ * 012345
36059
+ */
36060
+ accountId?: string;
36061
+ static names(): {
36062
+ [key: string]: string;
36063
+ };
36064
+ static types(): {
36065
+ [key: string]: any;
36066
+ };
36067
+ constructor(map?: {
36068
+ [key: string]: any;
36069
+ });
36070
+ }
36071
+ export declare class GetMultiDimTableSheetRequestTenantContext extends $tea.Model {
36072
+ /**
36073
+ * @example
36074
+ * xxxxxx
36075
+ */
36076
+ tenantId?: string;
36077
+ static names(): {
36078
+ [key: string]: string;
36079
+ };
36080
+ static types(): {
36081
+ [key: string]: any;
36082
+ };
36083
+ constructor(map?: {
36084
+ [key: string]: any;
36085
+ });
36086
+ }
33500
36087
  export declare class GetMultipartFileUploadInfosHeadersAccountContext extends $tea.Model {
33501
36088
  /**
33502
36089
  * @remarks
@@ -35897,6 +38484,129 @@ export declare class GetTemplateListByUserIdResponseBodyTemplateList extends $te
35897
38484
  [key: string]: any;
35898
38485
  });
35899
38486
  }
38487
+ export declare class GetTicketHeadersAccountContext extends $tea.Model {
38488
+ /**
38489
+ * @example
38490
+ * 012345
38491
+ */
38492
+ accountId?: string;
38493
+ static names(): {
38494
+ [key: string]: string;
38495
+ };
38496
+ static types(): {
38497
+ [key: string]: any;
38498
+ };
38499
+ constructor(map?: {
38500
+ [key: string]: any;
38501
+ });
38502
+ }
38503
+ export declare class GetTicketRequestTenantContext extends $tea.Model {
38504
+ /**
38505
+ * @example
38506
+ * xxxxxx
38507
+ */
38508
+ tenantId?: string;
38509
+ static names(): {
38510
+ [key: string]: string;
38511
+ };
38512
+ static types(): {
38513
+ [key: string]: any;
38514
+ };
38515
+ constructor(map?: {
38516
+ [key: string]: any;
38517
+ });
38518
+ }
38519
+ export declare class GetTicketResponseBodyCreator extends $tea.Model {
38520
+ /**
38521
+ * @example
38522
+ * 贤文
38523
+ */
38524
+ nickName?: string;
38525
+ /**
38526
+ * @example
38527
+ * 012345
38528
+ */
38529
+ unionId?: string;
38530
+ static names(): {
38531
+ [key: string]: string;
38532
+ };
38533
+ static types(): {
38534
+ [key: string]: any;
38535
+ };
38536
+ constructor(map?: {
38537
+ [key: string]: any;
38538
+ });
38539
+ }
38540
+ export declare class GetTicketResponseBodyProcessor extends $tea.Model {
38541
+ /**
38542
+ * @example
38543
+ * 贤文
38544
+ */
38545
+ nickName?: string;
38546
+ /**
38547
+ * @example
38548
+ * 012345
38549
+ */
38550
+ unionId?: string;
38551
+ static names(): {
38552
+ [key: string]: string;
38553
+ };
38554
+ static types(): {
38555
+ [key: string]: any;
38556
+ };
38557
+ constructor(map?: {
38558
+ [key: string]: any;
38559
+ });
38560
+ }
38561
+ export declare class GetTicketResponseBodyTakers extends $tea.Model {
38562
+ /**
38563
+ * @example
38564
+ * 贤文
38565
+ */
38566
+ nickName?: string;
38567
+ /**
38568
+ * @example
38569
+ * 012345
38570
+ */
38571
+ unionId?: string;
38572
+ static names(): {
38573
+ [key: string]: string;
38574
+ };
38575
+ static types(): {
38576
+ [key: string]: any;
38577
+ };
38578
+ constructor(map?: {
38579
+ [key: string]: any;
38580
+ });
38581
+ }
38582
+ export declare class GetTicketResponseBodyTemplate extends $tea.Model {
38583
+ /**
38584
+ * @remarks
38585
+ * OpenTemplateBizId
38586
+ *
38587
+ * @example
38588
+ * OpenTemplateBizId
38589
+ */
38590
+ openTemplateBizId?: string;
38591
+ /**
38592
+ * @remarks
38593
+ * OpenTemplateBizId
38594
+ *
38595
+ * @example
38596
+ * OpenTemplateBizId
38597
+ */
38598
+ openTemplateId?: string;
38599
+ templateName?: string;
38600
+ static names(): {
38601
+ [key: string]: string;
38602
+ };
38603
+ static types(): {
38604
+ [key: string]: any;
38605
+ };
38606
+ constructor(map?: {
38607
+ [key: string]: any;
38608
+ });
38609
+ }
35900
38610
  export declare class GetTodoTaskHeadersAccountContext extends $tea.Model {
35901
38611
  /**
35902
38612
  * @remarks
@@ -38017,6 +40727,147 @@ export declare class ListFormRemarksHeadersAccountContext extends $tea.Model {
38017
40727
  [key: string]: any;
38018
40728
  });
38019
40729
  }
40730
+ export declare class ListMultiDimTableRecordsHeadersAccountContext extends $tea.Model {
40731
+ /**
40732
+ * @remarks
40733
+ * This parameter is required.
40734
+ *
40735
+ * @example
40736
+ * 012345
40737
+ */
40738
+ accountId?: string;
40739
+ static names(): {
40740
+ [key: string]: string;
40741
+ };
40742
+ static types(): {
40743
+ [key: string]: any;
40744
+ };
40745
+ constructor(map?: {
40746
+ [key: string]: any;
40747
+ });
40748
+ }
40749
+ export declare class ListMultiDimTableRecordsRequestFilterConditions extends $tea.Model {
40750
+ /**
40751
+ * @example
40752
+ * Sandbox
40753
+ */
40754
+ field?: string;
40755
+ /**
40756
+ * @example
40757
+ * equal
40758
+ */
40759
+ operator?: string;
40760
+ value?: any[];
40761
+ static names(): {
40762
+ [key: string]: string;
40763
+ };
40764
+ static types(): {
40765
+ [key: string]: any;
40766
+ };
40767
+ constructor(map?: {
40768
+ [key: string]: any;
40769
+ });
40770
+ }
40771
+ export declare class ListMultiDimTableRecordsRequestFilter extends $tea.Model {
40772
+ /**
40773
+ * @example
40774
+ * and
40775
+ */
40776
+ combination?: string;
40777
+ conditions?: ListMultiDimTableRecordsRequestFilterConditions[];
40778
+ static names(): {
40779
+ [key: string]: string;
40780
+ };
40781
+ static types(): {
40782
+ [key: string]: any;
40783
+ };
40784
+ constructor(map?: {
40785
+ [key: string]: any;
40786
+ });
40787
+ }
40788
+ export declare class ListMultiDimTableRecordsRequestTenantContext extends $tea.Model {
40789
+ /**
40790
+ * @example
40791
+ * xxxxxx
40792
+ */
40793
+ tenantId?: string;
40794
+ static names(): {
40795
+ [key: string]: string;
40796
+ };
40797
+ static types(): {
40798
+ [key: string]: any;
40799
+ };
40800
+ constructor(map?: {
40801
+ [key: string]: any;
40802
+ });
40803
+ }
40804
+ export declare class ListMultiDimTableRecordsResponseBodyRecordsCreatedBy extends $tea.Model {
40805
+ /**
40806
+ * @example
40807
+ * 012345
40808
+ */
40809
+ userId?: string;
40810
+ static names(): {
40811
+ [key: string]: string;
40812
+ };
40813
+ static types(): {
40814
+ [key: string]: any;
40815
+ };
40816
+ constructor(map?: {
40817
+ [key: string]: any;
40818
+ });
40819
+ }
40820
+ export declare class ListMultiDimTableRecordsResponseBodyRecordsLastModifiedBy extends $tea.Model {
40821
+ /**
40822
+ * @example
40823
+ * 012345
40824
+ */
40825
+ userId?: string;
40826
+ static names(): {
40827
+ [key: string]: string;
40828
+ };
40829
+ static types(): {
40830
+ [key: string]: any;
40831
+ };
40832
+ constructor(map?: {
40833
+ [key: string]: any;
40834
+ });
40835
+ }
40836
+ export declare class ListMultiDimTableRecordsResponseBodyRecords extends $tea.Model {
40837
+ createdBy?: ListMultiDimTableRecordsResponseBodyRecordsCreatedBy;
40838
+ /**
40839
+ * @example
40840
+ * xxx
40841
+ */
40842
+ createdTime?: number;
40843
+ /**
40844
+ * @example
40845
+ * title,shortTitle
40846
+ */
40847
+ fields?: {
40848
+ [key: string]: any;
40849
+ };
40850
+ /**
40851
+ * @example
40852
+ * 123
40853
+ */
40854
+ id?: string;
40855
+ lastModifiedBy?: ListMultiDimTableRecordsResponseBodyRecordsLastModifiedBy;
40856
+ /**
40857
+ * @example
40858
+ * xxx
40859
+ */
40860
+ lastModifiedTime?: number;
40861
+ static names(): {
40862
+ [key: string]: string;
40863
+ };
40864
+ static types(): {
40865
+ [key: string]: any;
40866
+ };
40867
+ constructor(map?: {
40868
+ [key: string]: any;
40869
+ });
40870
+ }
38020
40871
  export declare class ListNavigationByFormTypeHeadersAccountContext extends $tea.Model {
38021
40872
  /**
38022
40873
  * @remarks
@@ -38549,6 +41400,135 @@ export declare class ListTemplateResponseBodyTemplateList extends $tea.Model {
38549
41400
  [key: string]: any;
38550
41401
  });
38551
41402
  }
41403
+ export declare class ListTicketOperateRecordHeadersAccountContext extends $tea.Model {
41404
+ /**
41405
+ * @example
41406
+ * 012345
41407
+ */
41408
+ accountId?: string;
41409
+ static names(): {
41410
+ [key: string]: string;
41411
+ };
41412
+ static types(): {
41413
+ [key: string]: any;
41414
+ };
41415
+ constructor(map?: {
41416
+ [key: string]: any;
41417
+ });
41418
+ }
41419
+ export declare class ListTicketOperateRecordRequestTenantContext extends $tea.Model {
41420
+ /**
41421
+ * @example
41422
+ * xxxxxx
41423
+ */
41424
+ tenantId?: string;
41425
+ static names(): {
41426
+ [key: string]: string;
41427
+ };
41428
+ static types(): {
41429
+ [key: string]: any;
41430
+ };
41431
+ constructor(map?: {
41432
+ [key: string]: any;
41433
+ });
41434
+ }
41435
+ export declare class ListTicketOperateRecordResponseBodyRecordsOperator extends $tea.Model {
41436
+ /**
41437
+ * @example
41438
+ * 贤文
41439
+ */
41440
+ nickName?: string;
41441
+ /**
41442
+ * @example
41443
+ * 012345
41444
+ */
41445
+ unionId?: string;
41446
+ static names(): {
41447
+ [key: string]: string;
41448
+ };
41449
+ static types(): {
41450
+ [key: string]: any;
41451
+ };
41452
+ constructor(map?: {
41453
+ [key: string]: any;
41454
+ });
41455
+ }
41456
+ export declare class ListTicketOperateRecordResponseBodyRecordsTicketMemoAttachments extends $tea.Model {
41457
+ /**
41458
+ * @example
41459
+ * wahaha.txt
41460
+ */
41461
+ fileName?: string;
41462
+ /**
41463
+ * @example
41464
+ * ticket/image/447xxxx9/43003/e2xxxec4243e940a1367_1625xxxx99.txt
41465
+ */
41466
+ key?: string;
41467
+ static names(): {
41468
+ [key: string]: string;
41469
+ };
41470
+ static types(): {
41471
+ [key: string]: any;
41472
+ };
41473
+ constructor(map?: {
41474
+ [key: string]: any;
41475
+ });
41476
+ }
41477
+ export declare class ListTicketOperateRecordResponseBodyRecordsTicketMemo extends $tea.Model {
41478
+ attachments?: ListTicketOperateRecordResponseBodyRecordsTicketMemoAttachments[];
41479
+ /**
41480
+ * @example
41481
+ * 贤文结束工单
41482
+ */
41483
+ memo?: string;
41484
+ static names(): {
41485
+ [key: string]: string;
41486
+ };
41487
+ static types(): {
41488
+ [key: string]: any;
41489
+ };
41490
+ constructor(map?: {
41491
+ [key: string]: any;
41492
+ });
41493
+ }
41494
+ export declare class ListTicketOperateRecordResponseBodyRecords extends $tea.Model {
41495
+ /**
41496
+ * @example
41497
+ * a8iSxxxxgtgiE
41498
+ */
41499
+ openTicketId?: string;
41500
+ /**
41501
+ * @example
41502
+ * {"originTakers":[{"nickName":"贤文","unionId":"Dq9hxxxxwiEiE"},{"nickName":"王鸿程","unionId":"4kITooxxxx5wiEiE"}]}
41503
+ */
41504
+ operateData?: string;
41505
+ /**
41506
+ * @example
41507
+ * 2021-07-09 19:26:09
41508
+ */
41509
+ operateTime?: string;
41510
+ /**
41511
+ * @example
41512
+ * FINISH
41513
+ */
41514
+ operation?: string;
41515
+ /**
41516
+ * @example
41517
+ * 结单
41518
+ */
41519
+ operationDisplayName?: string;
41520
+ operator?: ListTicketOperateRecordResponseBodyRecordsOperator;
41521
+ ticketMemo?: ListTicketOperateRecordResponseBodyRecordsTicketMemo;
41522
+ static names(): {
41523
+ [key: string]: string;
41524
+ };
41525
+ static types(): {
41526
+ [key: string]: any;
41527
+ };
41528
+ constructor(map?: {
41529
+ [key: string]: any;
41530
+ });
41531
+ }
38552
41532
  export declare class ListWorkspacesHeadersAccountContext extends $tea.Model {
38553
41533
  /**
38554
41534
  * @remarks
@@ -40087,6 +43067,41 @@ export declare class QueryDentryResponseBodyVisitorInfo extends $tea.Model {
40087
43067
  [key: string]: any;
40088
43068
  });
40089
43069
  }
43070
+ export declare class QueryGroupLiveInfoHeadersAccountContext extends $tea.Model {
43071
+ /**
43072
+ * @remarks
43073
+ * This parameter is required.
43074
+ *
43075
+ * @example
43076
+ * 012345
43077
+ */
43078
+ accountId?: string;
43079
+ static names(): {
43080
+ [key: string]: string;
43081
+ };
43082
+ static types(): {
43083
+ [key: string]: any;
43084
+ };
43085
+ constructor(map?: {
43086
+ [key: string]: any;
43087
+ });
43088
+ }
43089
+ export declare class QueryGroupLiveInfoRequestTenantContext extends $tea.Model {
43090
+ /**
43091
+ * @example
43092
+ * 1
43093
+ */
43094
+ tenantId?: string;
43095
+ static names(): {
43096
+ [key: string]: string;
43097
+ };
43098
+ static types(): {
43099
+ [key: string]: any;
43100
+ };
43101
+ constructor(map?: {
43102
+ [key: string]: any;
43103
+ });
43104
+ }
40090
43105
  export declare class QueryLiveInfoHeadersAccountContext extends $tea.Model {
40091
43106
  /**
40092
43107
  * @remarks
@@ -41824,6 +44839,41 @@ export declare class RemoveMeetingRoomsRequestMeetingRoomsToRemove extends $tea.
41824
44839
  [key: string]: any;
41825
44840
  });
41826
44841
  }
44842
+ export declare class RespondEventHeadersAccountContext extends $tea.Model {
44843
+ /**
44844
+ * @remarks
44845
+ * This parameter is required.
44846
+ *
44847
+ * @example
44848
+ * 012345
44849
+ */
44850
+ accountId?: string;
44851
+ static names(): {
44852
+ [key: string]: string;
44853
+ };
44854
+ static types(): {
44855
+ [key: string]: any;
44856
+ };
44857
+ constructor(map?: {
44858
+ [key: string]: any;
44859
+ });
44860
+ }
44861
+ export declare class RespondEventRequestTenantContext extends $tea.Model {
44862
+ /**
44863
+ * @example
44864
+ * xxxxxx
44865
+ */
44866
+ tenantId?: string;
44867
+ static names(): {
44868
+ [key: string]: string;
44869
+ };
44870
+ static types(): {
44871
+ [key: string]: any;
44872
+ };
44873
+ constructor(map?: {
44874
+ [key: string]: any;
44875
+ });
44876
+ }
41827
44877
  export declare class SaveContentHeadersAccountContext extends $tea.Model {
41828
44878
  /**
41829
44879
  * @remarks
@@ -43061,6 +46111,93 @@ export declare class TerminateInstanceHeadersAccountContext extends $tea.Model {
43061
46111
  [key: string]: any;
43062
46112
  });
43063
46113
  }
46114
+ export declare class TransferTicketHeadersAccountContext extends $tea.Model {
46115
+ /**
46116
+ * @remarks
46117
+ * This parameter is required.
46118
+ *
46119
+ * @example
46120
+ * 012345
46121
+ */
46122
+ accountId?: string;
46123
+ static names(): {
46124
+ [key: string]: string;
46125
+ };
46126
+ static types(): {
46127
+ [key: string]: any;
46128
+ };
46129
+ constructor(map?: {
46130
+ [key: string]: any;
46131
+ });
46132
+ }
46133
+ export declare class TransferTicketRequestNotify extends $tea.Model {
46134
+ groupNoticeReceiverUserIds?: string[];
46135
+ /**
46136
+ * @example
46137
+ * true
46138
+ */
46139
+ noticeAllGroupMember?: boolean;
46140
+ workNoticeReceiverUserIds?: string[];
46141
+ static names(): {
46142
+ [key: string]: string;
46143
+ };
46144
+ static types(): {
46145
+ [key: string]: any;
46146
+ };
46147
+ constructor(map?: {
46148
+ [key: string]: any;
46149
+ });
46150
+ }
46151
+ export declare class TransferTicketRequestTenantContext extends $tea.Model {
46152
+ /**
46153
+ * @example
46154
+ * xxxxxx
46155
+ */
46156
+ tenantId?: string;
46157
+ static names(): {
46158
+ [key: string]: string;
46159
+ };
46160
+ static types(): {
46161
+ [key: string]: any;
46162
+ };
46163
+ constructor(map?: {
46164
+ [key: string]: any;
46165
+ });
46166
+ }
46167
+ export declare class TransferTicketRequestTicketMemoAttachments extends $tea.Model {
46168
+ /**
46169
+ * @example
46170
+ * auto-test-1727143229007.pdf
46171
+ */
46172
+ fileName?: string;
46173
+ /**
46174
+ * @example
46175
+ * key1
46176
+ */
46177
+ key?: string;
46178
+ static names(): {
46179
+ [key: string]: string;
46180
+ };
46181
+ static types(): {
46182
+ [key: string]: any;
46183
+ };
46184
+ constructor(map?: {
46185
+ [key: string]: any;
46186
+ });
46187
+ }
46188
+ export declare class TransferTicketRequestTicketMemo extends $tea.Model {
46189
+ attachments?: TransferTicketRequestTicketMemoAttachments[];
46190
+ memo?: string;
46191
+ static names(): {
46192
+ [key: string]: string;
46193
+ };
46194
+ static types(): {
46195
+ [key: string]: any;
46196
+ };
46197
+ constructor(map?: {
46198
+ [key: string]: any;
46199
+ });
46200
+ }
43064
46201
  export declare class UnsubscribeCalendarHeadersAccountContext extends $tea.Model {
43065
46202
  /**
43066
46203
  * @remarks
@@ -43948,6 +47085,22 @@ export default class Client extends OpenApi {
43948
47085
  * @returns AddScenegroupMemberResponse
43949
47086
  */
43950
47087
  addScenegroupMember(request: AddScenegroupMemberRequest): Promise<AddScenegroupMemberResponse>;
47088
+ /**
47089
+ * 工单添加备注
47090
+ *
47091
+ * @param tmpReq - AddTicketMemoRequest
47092
+ * @param tmpHeader - AddTicketMemoHeaders
47093
+ * @param runtime - runtime options for this request RuntimeOptions
47094
+ * @returns AddTicketMemoResponse
47095
+ */
47096
+ addTicketMemoWithOptions(tmpReq: AddTicketMemoRequest, tmpHeader: AddTicketMemoHeaders, runtime: $Util.RuntimeOptions): Promise<AddTicketMemoResponse>;
47097
+ /**
47098
+ * 工单添加备注
47099
+ *
47100
+ * @param request - AddTicketMemoRequest
47101
+ * @returns AddTicketMemoResponse
47102
+ */
47103
+ addTicketMemo(request: AddTicketMemoRequest): Promise<AddTicketMemoResponse>;
43951
47104
  /**
43952
47105
  * 新建知识库
43953
47106
  *
@@ -43996,6 +47149,22 @@ export default class Client extends OpenApi {
43996
47149
  * @returns AddWorkspaceMembersResponse
43997
47150
  */
43998
47151
  addWorkspaceMembers(request: AddWorkspaceMembersRequest): Promise<AddWorkspaceMembersResponse>;
47152
+ /**
47153
+ * 指派工单
47154
+ *
47155
+ * @param tmpReq - AssignTicketRequest
47156
+ * @param tmpHeader - AssignTicketHeaders
47157
+ * @param runtime - runtime options for this request RuntimeOptions
47158
+ * @returns AssignTicketResponse
47159
+ */
47160
+ assignTicketWithOptions(tmpReq: AssignTicketRequest, tmpHeader: AssignTicketHeaders, runtime: $Util.RuntimeOptions): Promise<AssignTicketResponse>;
47161
+ /**
47162
+ * 指派工单
47163
+ *
47164
+ * @param request - AssignTicketRequest
47165
+ * @returns AssignTicketResponse
47166
+ */
47167
+ assignTicket(request: AssignTicketRequest): Promise<AssignTicketResponse>;
43999
47168
  /**
44000
47169
  * 批量获取表单实例数据
44001
47170
  *
@@ -44824,6 +47993,22 @@ export default class Client extends OpenApi {
44824
47993
  * @returns ExpandGroupCapacityResponse
44825
47994
  */
44826
47995
  expandGroupCapacity(request: ExpandGroupCapacityRequest): Promise<ExpandGroupCapacityResponse>;
47996
+ /**
47997
+ * 完结工单
47998
+ *
47999
+ * @param tmpReq - FinishTicketRequest
48000
+ * @param tmpHeader - FinishTicketHeaders
48001
+ * @param runtime - runtime options for this request RuntimeOptions
48002
+ * @returns FinishTicketResponse
48003
+ */
48004
+ finishTicketWithOptions(tmpReq: FinishTicketRequest, tmpHeader: FinishTicketHeaders, runtime: $Util.RuntimeOptions): Promise<FinishTicketResponse>;
48005
+ /**
48006
+ * 完结工单
48007
+ *
48008
+ * @param request - FinishTicketRequest
48009
+ * @returns FinishTicketResponse
48010
+ */
48011
+ finishTicket(request: FinishTicketRequest): Promise<FinishTicketResponse>;
44827
48012
  /**
44828
48013
  * 获取流程设计的节点信息
44829
48014
  *
@@ -45048,6 +48233,22 @@ export default class Client extends OpenApi {
45048
48233
  * @returns GetFormListInAppResponse
45049
48234
  */
45050
48235
  getFormListInApp(request: GetFormListInAppRequest): Promise<GetFormListInAppResponse>;
48236
+ /**
48237
+ * 查询群内直播信息(最早支持2024年01月数据)
48238
+ *
48239
+ * @param tmpReq - GetGroupLiveListRequest
48240
+ * @param tmpHeader - GetGroupLiveListHeaders
48241
+ * @param runtime - runtime options for this request RuntimeOptions
48242
+ * @returns GetGroupLiveListResponse
48243
+ */
48244
+ getGroupLiveListWithOptions(tmpReq: GetGroupLiveListRequest, tmpHeader: GetGroupLiveListHeaders, runtime: $Util.RuntimeOptions): Promise<GetGroupLiveListResponse>;
48245
+ /**
48246
+ * 查询群内直播信息(最早支持2024年01月数据)
48247
+ *
48248
+ * @param request - GetGroupLiveListRequest
48249
+ * @returns GetGroupLiveListResponse
48250
+ */
48251
+ getGroupLiveList(request: GetGroupLiveListRequest): Promise<GetGroupLiveListResponse>;
45051
48252
  /**
45052
48253
  * 查询企业内部群成员
45053
48254
  *
@@ -45192,6 +48393,70 @@ export default class Client extends OpenApi {
45192
48393
  * @returns GetMineWorkspaceResponse
45193
48394
  */
45194
48395
  getMineWorkspace(request: GetMineWorkspaceRequest): Promise<GetMineWorkspaceResponse>;
48396
+ /**
48397
+ * 获取所有字段
48398
+ *
48399
+ * @param tmpReq - GetMultiDimTableAllFieldsRequest
48400
+ * @param tmpHeader - GetMultiDimTableAllFieldsHeaders
48401
+ * @param runtime - runtime options for this request RuntimeOptions
48402
+ * @returns GetMultiDimTableAllFieldsResponse
48403
+ */
48404
+ getMultiDimTableAllFieldsWithOptions(tmpReq: GetMultiDimTableAllFieldsRequest, tmpHeader: GetMultiDimTableAllFieldsHeaders, runtime: $Util.RuntimeOptions): Promise<GetMultiDimTableAllFieldsResponse>;
48405
+ /**
48406
+ * 获取所有字段
48407
+ *
48408
+ * @param request - GetMultiDimTableAllFieldsRequest
48409
+ * @returns GetMultiDimTableAllFieldsResponse
48410
+ */
48411
+ getMultiDimTableAllFields(request: GetMultiDimTableAllFieldsRequest): Promise<GetMultiDimTableAllFieldsResponse>;
48412
+ /**
48413
+ * 获取所有数据表
48414
+ *
48415
+ * @param tmpReq - GetMultiDimTableAllSheetsRequest
48416
+ * @param tmpHeader - GetMultiDimTableAllSheetsHeaders
48417
+ * @param runtime - runtime options for this request RuntimeOptions
48418
+ * @returns GetMultiDimTableAllSheetsResponse
48419
+ */
48420
+ getMultiDimTableAllSheetsWithOptions(tmpReq: GetMultiDimTableAllSheetsRequest, tmpHeader: GetMultiDimTableAllSheetsHeaders, runtime: $Util.RuntimeOptions): Promise<GetMultiDimTableAllSheetsResponse>;
48421
+ /**
48422
+ * 获取所有数据表
48423
+ *
48424
+ * @param request - GetMultiDimTableAllSheetsRequest
48425
+ * @returns GetMultiDimTableAllSheetsResponse
48426
+ */
48427
+ getMultiDimTableAllSheets(request: GetMultiDimTableAllSheetsRequest): Promise<GetMultiDimTableAllSheetsResponse>;
48428
+ /**
48429
+ * 获取记录
48430
+ *
48431
+ * @param tmpReq - GetMultiDimTableRecordRequest
48432
+ * @param tmpHeader - GetMultiDimTableRecordHeaders
48433
+ * @param runtime - runtime options for this request RuntimeOptions
48434
+ * @returns GetMultiDimTableRecordResponse
48435
+ */
48436
+ getMultiDimTableRecordWithOptions(tmpReq: GetMultiDimTableRecordRequest, tmpHeader: GetMultiDimTableRecordHeaders, runtime: $Util.RuntimeOptions): Promise<GetMultiDimTableRecordResponse>;
48437
+ /**
48438
+ * 获取记录
48439
+ *
48440
+ * @param request - GetMultiDimTableRecordRequest
48441
+ * @returns GetMultiDimTableRecordResponse
48442
+ */
48443
+ getMultiDimTableRecord(request: GetMultiDimTableRecordRequest): Promise<GetMultiDimTableRecordResponse>;
48444
+ /**
48445
+ * 获取数据表
48446
+ *
48447
+ * @param tmpReq - GetMultiDimTableSheetRequest
48448
+ * @param tmpHeader - GetMultiDimTableSheetHeaders
48449
+ * @param runtime - runtime options for this request RuntimeOptions
48450
+ * @returns GetMultiDimTableSheetResponse
48451
+ */
48452
+ getMultiDimTableSheetWithOptions(tmpReq: GetMultiDimTableSheetRequest, tmpHeader: GetMultiDimTableSheetHeaders, runtime: $Util.RuntimeOptions): Promise<GetMultiDimTableSheetResponse>;
48453
+ /**
48454
+ * 获取数据表
48455
+ *
48456
+ * @param request - GetMultiDimTableSheetRequest
48457
+ * @returns GetMultiDimTableSheetResponse
48458
+ */
48459
+ getMultiDimTableSheet(request: GetMultiDimTableSheetRequest): Promise<GetMultiDimTableSheetResponse>;
45195
48460
  /**
45196
48461
  * 获取文件分片上传信息
45197
48462
  *
@@ -45528,6 +48793,22 @@ export default class Client extends OpenApi {
45528
48793
  * @returns GetTemplateListByUserIdResponse
45529
48794
  */
45530
48795
  getTemplateListByUserId(request: GetTemplateListByUserIdRequest): Promise<GetTemplateListByUserIdResponse>;
48796
+ /**
48797
+ * 获取指定工单详情
48798
+ *
48799
+ * @param tmpReq - GetTicketRequest
48800
+ * @param tmpHeader - GetTicketHeaders
48801
+ * @param runtime - runtime options for this request RuntimeOptions
48802
+ * @returns GetTicketResponse
48803
+ */
48804
+ getTicketWithOptions(tmpReq: GetTicketRequest, tmpHeader: GetTicketHeaders, runtime: $Util.RuntimeOptions): Promise<GetTicketResponse>;
48805
+ /**
48806
+ * 获取指定工单详情
48807
+ *
48808
+ * @param request - GetTicketRequest
48809
+ * @returns GetTicketResponse
48810
+ */
48811
+ getTicket(request: GetTicketRequest): Promise<GetTicketResponse>;
45531
48812
  /**
45532
48813
  * 获取钉钉待办任务详情
45533
48814
  *
@@ -45832,6 +49113,22 @@ export default class Client extends OpenApi {
45832
49113
  * @returns ListFormRemarksResponse
45833
49114
  */
45834
49115
  listFormRemarks(request: ListFormRemarksRequest): Promise<ListFormRemarksResponse>;
49116
+ /**
49117
+ * 列出多行记录
49118
+ *
49119
+ * @param tmpReq - ListMultiDimTableRecordsRequest
49120
+ * @param tmpHeader - ListMultiDimTableRecordsHeaders
49121
+ * @param runtime - runtime options for this request RuntimeOptions
49122
+ * @returns ListMultiDimTableRecordsResponse
49123
+ */
49124
+ listMultiDimTableRecordsWithOptions(tmpReq: ListMultiDimTableRecordsRequest, tmpHeader: ListMultiDimTableRecordsHeaders, runtime: $Util.RuntimeOptions): Promise<ListMultiDimTableRecordsResponse>;
49125
+ /**
49126
+ * 列出多行记录
49127
+ *
49128
+ * @param request - ListMultiDimTableRecordsRequest
49129
+ * @returns ListMultiDimTableRecordsResponse
49130
+ */
49131
+ listMultiDimTableRecords(request: ListMultiDimTableRecordsRequest): Promise<ListMultiDimTableRecordsResponse>;
45835
49132
  /**
45836
49133
  * 获取应用下的页面列表
45837
49134
  *
@@ -45928,6 +49225,22 @@ export default class Client extends OpenApi {
45928
49225
  * @returns ListTemplateResponse
45929
49226
  */
45930
49227
  listTemplate(request: ListTemplateRequest): Promise<ListTemplateResponse>;
49228
+ /**
49229
+ * 查询工单操作记录
49230
+ *
49231
+ * @param tmpReq - ListTicketOperateRecordRequest
49232
+ * @param tmpHeader - ListTicketOperateRecordHeaders
49233
+ * @param runtime - runtime options for this request RuntimeOptions
49234
+ * @returns ListTicketOperateRecordResponse
49235
+ */
49236
+ listTicketOperateRecordWithOptions(tmpReq: ListTicketOperateRecordRequest, tmpHeader: ListTicketOperateRecordHeaders, runtime: $Util.RuntimeOptions): Promise<ListTicketOperateRecordResponse>;
49237
+ /**
49238
+ * 查询工单操作记录
49239
+ *
49240
+ * @param request - ListTicketOperateRecordRequest
49241
+ * @returns ListTicketOperateRecordResponse
49242
+ */
49243
+ listTicketOperateRecord(request: ListTicketOperateRecordRequest): Promise<ListTicketOperateRecordResponse>;
45931
49244
  /**
45932
49245
  * 获取知识库列表
45933
49246
  *
@@ -46056,6 +49369,22 @@ export default class Client extends OpenApi {
46056
49369
  * @returns QueryDentryResponse
46057
49370
  */
46058
49371
  queryDentry(request: QueryDentryRequest): Promise<QueryDentryResponse>;
49372
+ /**
49373
+ * 查询群直播详情
49374
+ *
49375
+ * @param tmpReq - QueryGroupLiveInfoRequest
49376
+ * @param tmpHeader - QueryGroupLiveInfoHeaders
49377
+ * @param runtime - runtime options for this request RuntimeOptions
49378
+ * @returns QueryGroupLiveInfoResponse
49379
+ */
49380
+ queryGroupLiveInfoWithOptions(tmpReq: QueryGroupLiveInfoRequest, tmpHeader: QueryGroupLiveInfoHeaders, runtime: $Util.RuntimeOptions): Promise<QueryGroupLiveInfoResponse>;
49381
+ /**
49382
+ * 查询群直播详情
49383
+ *
49384
+ * @param request - QueryGroupLiveInfoRequest
49385
+ * @returns QueryGroupLiveInfoResponse
49386
+ */
49387
+ queryGroupLiveInfo(request: QueryGroupLiveInfoRequest): Promise<QueryGroupLiveInfoResponse>;
46059
49388
  /**
46060
49389
  * 查询直播信息
46061
49390
  *
@@ -46408,6 +49737,22 @@ export default class Client extends OpenApi {
46408
49737
  * @returns RemoveMeetingRoomsResponse
46409
49738
  */
46410
49739
  removeMeetingRooms(request: RemoveMeetingRoomsRequest): Promise<RemoveMeetingRoomsResponse>;
49740
+ /**
49741
+ * 设置日程响应邀请状态
49742
+ *
49743
+ * @param tmpReq - RespondEventRequest
49744
+ * @param tmpHeader - RespondEventHeaders
49745
+ * @param runtime - runtime options for this request RuntimeOptions
49746
+ * @returns RespondEventResponse
49747
+ */
49748
+ respondEventWithOptions(tmpReq: RespondEventRequest, tmpHeader: RespondEventHeaders, runtime: $Util.RuntimeOptions): Promise<RespondEventResponse>;
49749
+ /**
49750
+ * 设置日程响应邀请状态
49751
+ *
49752
+ * @param request - RespondEventRequest
49753
+ * @returns RespondEventResponse
49754
+ */
49755
+ respondEvent(request: RespondEventRequest): Promise<RespondEventResponse>;
46411
49756
  /**
46412
49757
  * 保存日志内容
46413
49758
  *
@@ -46808,6 +50153,22 @@ export default class Client extends OpenApi {
46808
50153
  * @returns TerminateInstanceResponse
46809
50154
  */
46810
50155
  terminateInstance(request: TerminateInstanceRequest): Promise<TerminateInstanceResponse>;
50156
+ /**
50157
+ * 转交工单
50158
+ *
50159
+ * @param tmpReq - TransferTicketRequest
50160
+ * @param tmpHeader - TransferTicketHeaders
50161
+ * @param runtime - runtime options for this request RuntimeOptions
50162
+ * @returns TransferTicketResponse
50163
+ */
50164
+ transferTicketWithOptions(tmpReq: TransferTicketRequest, tmpHeader: TransferTicketHeaders, runtime: $Util.RuntimeOptions): Promise<TransferTicketResponse>;
50165
+ /**
50166
+ * 转交工单
50167
+ *
50168
+ * @param request - TransferTicketRequest
50169
+ * @returns TransferTicketResponse
50170
+ */
50171
+ transferTicket(request: TransferTicketRequest): Promise<TransferTicketResponse>;
46811
50172
  /**
46812
50173
  * 取消订阅公共日历
46813
50174
  *