@alicloud/aliding20230426 2.19.0 → 2.20.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/client.d.ts CHANGED
@@ -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,165 @@ 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
+ * @example
20549
+ * Eijxxx
20550
+ */
20551
+ anchorUnionId?: string;
20552
+ /**
20553
+ * @example
20554
+ * 123456
20555
+ */
20556
+ liveUuid?: string;
20557
+ tenantContext?: QueryGroupLiveInfoRequestTenantContext;
20558
+ static names(): {
20559
+ [key: string]: string;
20560
+ };
20561
+ static types(): {
20562
+ [key: string]: any;
20563
+ };
20564
+ constructor(map?: {
20565
+ [key: string]: any;
20566
+ });
20567
+ }
20568
+ export declare class QueryGroupLiveInfoShrinkRequest extends $tea.Model {
20569
+ /**
20570
+ * @example
20571
+ * Eijxxx
20572
+ */
20573
+ anchorUnionId?: string;
20574
+ /**
20575
+ * @example
20576
+ * 123456
20577
+ */
20578
+ liveUuid?: string;
20579
+ tenantContextShrink?: string;
20580
+ static names(): {
20581
+ [key: string]: string;
20582
+ };
20583
+ static types(): {
20584
+ [key: string]: any;
20585
+ };
20586
+ constructor(map?: {
20587
+ [key: string]: any;
20588
+ });
20589
+ }
20590
+ export declare class QueryGroupLiveInfoResponseBody extends $tea.Model {
20591
+ /**
20592
+ * @example
20593
+ * http://xxx/kk.jpg
20594
+ */
20595
+ coverUrl?: string;
20596
+ /**
20597
+ * @example
20598
+ * 59886
20599
+ */
20600
+ duration?: number;
20601
+ /**
20602
+ * @example
20603
+ * 1687928400000
20604
+ */
20605
+ endTime?: number;
20606
+ introduction?: string;
20607
+ /**
20608
+ * @example
20609
+ * 0FAAEC9C-C6C8-5C87-AF8E-1195889BBXXX
20610
+ */
20611
+ liveId?: string;
20612
+ /**
20613
+ * @example
20614
+ * http://ssssss
20615
+ */
20616
+ livePlayUrl?: string;
20617
+ liveStatus?: number;
20618
+ /**
20619
+ * @example
20620
+ * 13414
20621
+ */
20622
+ playbackDuration?: number;
20623
+ /**
20624
+ * @remarks
20625
+ * requestId
20626
+ *
20627
+ * @example
20628
+ * 0FAAEC9C-C6C8-5C87-AF8E-1195889BBXXX
20629
+ */
20630
+ requestId?: string;
20631
+ /**
20632
+ * @example
20633
+ * 1687924800000
20634
+ */
20635
+ startTime?: number;
20636
+ /**
20637
+ * @example
20638
+ * 0
20639
+ */
20640
+ subscribeCount?: number;
20641
+ title?: string;
20642
+ /**
20643
+ * @example
20644
+ * 10
20645
+ */
20646
+ uv?: number;
20647
+ vendorRequestId?: string;
20648
+ vendorType?: string;
20649
+ static names(): {
20650
+ [key: string]: string;
20651
+ };
20652
+ static types(): {
20653
+ [key: string]: any;
20654
+ };
20655
+ constructor(map?: {
20656
+ [key: string]: any;
20657
+ });
20658
+ }
20659
+ export declare class QueryGroupLiveInfoResponse extends $tea.Model {
20660
+ headers?: {
20661
+ [key: string]: string;
20662
+ };
20663
+ statusCode?: number;
20664
+ body?: QueryGroupLiveInfoResponseBody;
20665
+ static names(): {
20666
+ [key: string]: string;
20667
+ };
20668
+ static types(): {
20669
+ [key: string]: any;
20670
+ };
20671
+ constructor(map?: {
20672
+ [key: string]: any;
20673
+ });
20674
+ }
18948
20675
  export declare class QueryLiveInfoHeaders extends $tea.Model {
18949
20676
  commonHeaders?: {
18950
20677
  [key: string]: string;
@@ -21868,6 +23595,150 @@ export declare class RemoveMeetingRoomsResponse extends $tea.Model {
21868
23595
  [key: string]: any;
21869
23596
  });
21870
23597
  }
23598
+ export declare class RespondEventHeaders extends $tea.Model {
23599
+ commonHeaders?: {
23600
+ [key: string]: string;
23601
+ };
23602
+ accountContext?: RespondEventHeadersAccountContext;
23603
+ static names(): {
23604
+ [key: string]: string;
23605
+ };
23606
+ static types(): {
23607
+ [key: string]: any;
23608
+ };
23609
+ constructor(map?: {
23610
+ [key: string]: any;
23611
+ });
23612
+ }
23613
+ export declare class RespondEventShrinkHeaders extends $tea.Model {
23614
+ commonHeaders?: {
23615
+ [key: string]: string;
23616
+ };
23617
+ accountContextShrink?: string;
23618
+ static names(): {
23619
+ [key: string]: string;
23620
+ };
23621
+ static types(): {
23622
+ [key: string]: any;
23623
+ };
23624
+ constructor(map?: {
23625
+ [key: string]: any;
23626
+ });
23627
+ }
23628
+ export declare class RespondEventRequest extends $tea.Model {
23629
+ /**
23630
+ * @remarks
23631
+ * This parameter is required.
23632
+ *
23633
+ * @example
23634
+ * primary
23635
+ */
23636
+ calendarId?: string;
23637
+ /**
23638
+ * @remarks
23639
+ * This parameter is required.
23640
+ *
23641
+ * @example
23642
+ * RHN2REJFc2w4VHNiUUlvcVB0ejFydz09
23643
+ */
23644
+ eventId?: string;
23645
+ /**
23646
+ * @remarks
23647
+ * This parameter is required.
23648
+ *
23649
+ * @example
23650
+ * accepted
23651
+ */
23652
+ responseStatus?: string;
23653
+ tenantContext?: RespondEventRequestTenantContext;
23654
+ static names(): {
23655
+ [key: string]: string;
23656
+ };
23657
+ static types(): {
23658
+ [key: string]: any;
23659
+ };
23660
+ constructor(map?: {
23661
+ [key: string]: any;
23662
+ });
23663
+ }
23664
+ export declare class RespondEventShrinkRequest extends $tea.Model {
23665
+ /**
23666
+ * @remarks
23667
+ * This parameter is required.
23668
+ *
23669
+ * @example
23670
+ * primary
23671
+ */
23672
+ calendarId?: string;
23673
+ /**
23674
+ * @remarks
23675
+ * This parameter is required.
23676
+ *
23677
+ * @example
23678
+ * RHN2REJFc2w4VHNiUUlvcVB0ejFydz09
23679
+ */
23680
+ eventId?: string;
23681
+ /**
23682
+ * @remarks
23683
+ * This parameter is required.
23684
+ *
23685
+ * @example
23686
+ * accepted
23687
+ */
23688
+ responseStatus?: string;
23689
+ tenantContextShrink?: string;
23690
+ static names(): {
23691
+ [key: string]: string;
23692
+ };
23693
+ static types(): {
23694
+ [key: string]: any;
23695
+ };
23696
+ constructor(map?: {
23697
+ [key: string]: any;
23698
+ });
23699
+ }
23700
+ export declare class RespondEventResponseBody extends $tea.Model {
23701
+ /**
23702
+ * @example
23703
+ * 0FAAEC9C-C6C8-5C87-AF8E-1195889BBXXX
23704
+ */
23705
+ requestId?: string;
23706
+ /**
23707
+ * @example
23708
+ * 0FAAEC9C-C6C8-5C87-AF8E-1195889BBXXX
23709
+ */
23710
+ vendorRequestId?: string;
23711
+ /**
23712
+ * @example
23713
+ * dingtalk
23714
+ */
23715
+ vendorType?: string;
23716
+ static names(): {
23717
+ [key: string]: string;
23718
+ };
23719
+ static types(): {
23720
+ [key: string]: any;
23721
+ };
23722
+ constructor(map?: {
23723
+ [key: string]: any;
23724
+ });
23725
+ }
23726
+ export declare class RespondEventResponse extends $tea.Model {
23727
+ headers?: {
23728
+ [key: string]: string;
23729
+ };
23730
+ statusCode?: number;
23731
+ body?: RespondEventResponseBody;
23732
+ static names(): {
23733
+ [key: string]: string;
23734
+ };
23735
+ static types(): {
23736
+ [key: string]: any;
23737
+ };
23738
+ constructor(map?: {
23739
+ [key: string]: any;
23740
+ });
23741
+ }
21871
23742
  export declare class SaveContentHeaders extends $tea.Model {
21872
23743
  commonHeaders?: {
21873
23744
  [key: string]: string;
@@ -25316,6 +27187,140 @@ export declare class TerminateInstanceResponse extends $tea.Model {
25316
27187
  [key: string]: any;
25317
27188
  });
25318
27189
  }
27190
+ export declare class TransferTicketHeaders extends $tea.Model {
27191
+ commonHeaders?: {
27192
+ [key: string]: string;
27193
+ };
27194
+ accountContext?: TransferTicketHeadersAccountContext;
27195
+ static names(): {
27196
+ [key: string]: string;
27197
+ };
27198
+ static types(): {
27199
+ [key: string]: any;
27200
+ };
27201
+ constructor(map?: {
27202
+ [key: string]: any;
27203
+ });
27204
+ }
27205
+ export declare class TransferTicketShrinkHeaders extends $tea.Model {
27206
+ commonHeaders?: {
27207
+ [key: string]: string;
27208
+ };
27209
+ accountContextShrink?: string;
27210
+ static names(): {
27211
+ [key: string]: string;
27212
+ };
27213
+ static types(): {
27214
+ [key: string]: any;
27215
+ };
27216
+ constructor(map?: {
27217
+ [key: string]: any;
27218
+ });
27219
+ }
27220
+ export declare class TransferTicketRequest extends $tea.Model {
27221
+ notify?: TransferTicketRequestNotify;
27222
+ /**
27223
+ * @remarks
27224
+ * This parameter is required.
27225
+ *
27226
+ * @example
27227
+ * eKWh3xxxxiE
27228
+ */
27229
+ openTeamId?: string;
27230
+ /**
27231
+ * @remarks
27232
+ * This parameter is required.
27233
+ *
27234
+ * @example
27235
+ * Dq9hP8Sk2v6vQxxxxiE
27236
+ */
27237
+ openTicketId?: string;
27238
+ processorUserIds?: string[];
27239
+ tenantContext?: TransferTicketRequestTenantContext;
27240
+ ticketMemo?: TransferTicketRequestTicketMemo;
27241
+ static names(): {
27242
+ [key: string]: string;
27243
+ };
27244
+ static types(): {
27245
+ [key: string]: any;
27246
+ };
27247
+ constructor(map?: {
27248
+ [key: string]: any;
27249
+ });
27250
+ }
27251
+ export declare class TransferTicketShrinkRequest extends $tea.Model {
27252
+ notifyShrink?: string;
27253
+ /**
27254
+ * @remarks
27255
+ * This parameter is required.
27256
+ *
27257
+ * @example
27258
+ * eKWh3xxxxiE
27259
+ */
27260
+ openTeamId?: string;
27261
+ /**
27262
+ * @remarks
27263
+ * This parameter is required.
27264
+ *
27265
+ * @example
27266
+ * Dq9hP8Sk2v6vQxxxxiE
27267
+ */
27268
+ openTicketId?: string;
27269
+ processorUserIdsShrink?: string;
27270
+ tenantContextShrink?: string;
27271
+ ticketMemoShrink?: string;
27272
+ static names(): {
27273
+ [key: string]: string;
27274
+ };
27275
+ static types(): {
27276
+ [key: string]: any;
27277
+ };
27278
+ constructor(map?: {
27279
+ [key: string]: any;
27280
+ });
27281
+ }
27282
+ export declare class TransferTicketResponseBody extends $tea.Model {
27283
+ /**
27284
+ * @example
27285
+ * 0FAAEC9C-C6C8-5C87-AF8E-1195889BBXXX
27286
+ */
27287
+ requestId?: string;
27288
+ /**
27289
+ * @example
27290
+ * 0FAAEC9C-C6C8-5C87-AF8E-1195889BBXXX
27291
+ */
27292
+ vendorRequestId?: string;
27293
+ /**
27294
+ * @example
27295
+ * dingtalk
27296
+ */
27297
+ vendorType?: string;
27298
+ static names(): {
27299
+ [key: string]: string;
27300
+ };
27301
+ static types(): {
27302
+ [key: string]: any;
27303
+ };
27304
+ constructor(map?: {
27305
+ [key: string]: any;
27306
+ });
27307
+ }
27308
+ export declare class TransferTicketResponse extends $tea.Model {
27309
+ headers?: {
27310
+ [key: string]: string;
27311
+ };
27312
+ statusCode?: number;
27313
+ body?: TransferTicketResponseBody;
27314
+ static names(): {
27315
+ [key: string]: string;
27316
+ };
27317
+ static types(): {
27318
+ [key: string]: any;
27319
+ };
27320
+ constructor(map?: {
27321
+ [key: string]: any;
27322
+ });
27323
+ }
25319
27324
  export declare class UnsubscribeCalendarHeaders extends $tea.Model {
25320
27325
  commonHeaders?: {
25321
27326
  [key: string]: string;
@@ -28121,6 +30126,75 @@ export declare class AddScenegroupMemberHeadersAccountContext extends $tea.Model
28121
30126
  [key: string]: any;
28122
30127
  });
28123
30128
  }
30129
+ export declare class AddTicketMemoHeadersAccountContext extends $tea.Model {
30130
+ /**
30131
+ * @remarks
30132
+ * This parameter is required.
30133
+ *
30134
+ * @example
30135
+ * 012345
30136
+ */
30137
+ accountId?: string;
30138
+ static names(): {
30139
+ [key: string]: string;
30140
+ };
30141
+ static types(): {
30142
+ [key: string]: any;
30143
+ };
30144
+ constructor(map?: {
30145
+ [key: string]: any;
30146
+ });
30147
+ }
30148
+ export declare class AddTicketMemoRequestTenantContext extends $tea.Model {
30149
+ /**
30150
+ * @example
30151
+ * xxxxxx
30152
+ */
30153
+ tenantId?: string;
30154
+ static names(): {
30155
+ [key: string]: string;
30156
+ };
30157
+ static types(): {
30158
+ [key: string]: any;
30159
+ };
30160
+ constructor(map?: {
30161
+ [key: string]: any;
30162
+ });
30163
+ }
30164
+ export declare class AddTicketMemoRequestTicketMemoAttachments extends $tea.Model {
30165
+ /**
30166
+ * @example
30167
+ * "ticket/image/44xxxx9/43003/e27204b38xxxx1640499.txt
30168
+ */
30169
+ fileName?: string;
30170
+ /**
30171
+ * @example
30172
+ * wahaha.txt
30173
+ */
30174
+ key?: 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 AddTicketMemoRequestTicketMemo extends $tea.Model {
30186
+ attachments?: AddTicketMemoRequestTicketMemoAttachments[];
30187
+ memo?: string;
30188
+ static names(): {
30189
+ [key: string]: string;
30190
+ };
30191
+ static types(): {
30192
+ [key: string]: any;
30193
+ };
30194
+ constructor(map?: {
30195
+ [key: string]: any;
30196
+ });
30197
+ }
28124
30198
  export declare class AddWorkspaceHeadersAccountContext extends $tea.Model {
28125
30199
  /**
28126
30200
  * @remarks
@@ -28407,6 +30481,93 @@ export declare class AddWorkspaceMembersRequestTenantContext extends $tea.Model
28407
30481
  [key: string]: any;
28408
30482
  });
28409
30483
  }
30484
+ export declare class AssignTicketHeadersAccountContext extends $tea.Model {
30485
+ /**
30486
+ * @remarks
30487
+ * This parameter is required.
30488
+ *
30489
+ * @example
30490
+ * 012345
30491
+ */
30492
+ accountId?: string;
30493
+ static names(): {
30494
+ [key: string]: string;
30495
+ };
30496
+ static types(): {
30497
+ [key: string]: any;
30498
+ };
30499
+ constructor(map?: {
30500
+ [key: string]: any;
30501
+ });
30502
+ }
30503
+ export declare class AssignTicketRequestNotify extends $tea.Model {
30504
+ groupNoticeReceiverUserIds?: string[];
30505
+ /**
30506
+ * @example
30507
+ * true
30508
+ */
30509
+ noticeAllGroupMember?: boolean;
30510
+ workNoticeReceiverUserIds?: string[];
30511
+ static names(): {
30512
+ [key: string]: string;
30513
+ };
30514
+ static types(): {
30515
+ [key: string]: any;
30516
+ };
30517
+ constructor(map?: {
30518
+ [key: string]: any;
30519
+ });
30520
+ }
30521
+ export declare class AssignTicketRequestTenantContext extends $tea.Model {
30522
+ /**
30523
+ * @example
30524
+ * xxxxxx
30525
+ */
30526
+ tenantId?: string;
30527
+ static names(): {
30528
+ [key: string]: string;
30529
+ };
30530
+ static types(): {
30531
+ [key: string]: any;
30532
+ };
30533
+ constructor(map?: {
30534
+ [key: string]: any;
30535
+ });
30536
+ }
30537
+ export declare class AssignTicketRequestTicketMemoAttachments extends $tea.Model {
30538
+ /**
30539
+ * @example
30540
+ * ticket/image/44708069/43003/e27aec4499.txt
30541
+ */
30542
+ fileName?: string;
30543
+ /**
30544
+ * @example
30545
+ * wahaha.txt
30546
+ */
30547
+ key?: 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 AssignTicketRequestTicketMemo extends $tea.Model {
30559
+ attachments?: AssignTicketRequestTicketMemoAttachments[];
30560
+ memo?: string;
30561
+ static names(): {
30562
+ [key: string]: string;
30563
+ };
30564
+ static types(): {
30565
+ [key: string]: any;
30566
+ };
30567
+ constructor(map?: {
30568
+ [key: string]: any;
30569
+ });
30570
+ }
28410
30571
  export declare class BatchGetFormDataByIdListHeadersAccountContext extends $tea.Model {
28411
30572
  /**
28412
30573
  * @remarks
@@ -31102,6 +33263,93 @@ export declare class ExpandGroupCapacityRequestTenantContext extends $tea.Model
31102
33263
  [key: string]: any;
31103
33264
  });
31104
33265
  }
33266
+ export declare class FinishTicketHeadersAccountContext extends $tea.Model {
33267
+ /**
33268
+ * @remarks
33269
+ * This parameter is required.
33270
+ *
33271
+ * @example
33272
+ * 012345
33273
+ */
33274
+ accountId?: string;
33275
+ static names(): {
33276
+ [key: string]: string;
33277
+ };
33278
+ static types(): {
33279
+ [key: string]: any;
33280
+ };
33281
+ constructor(map?: {
33282
+ [key: string]: any;
33283
+ });
33284
+ }
33285
+ export declare class FinishTicketRequestNotify extends $tea.Model {
33286
+ groupNoticeReceiverUserIds?: string[];
33287
+ /**
33288
+ * @example
33289
+ * true
33290
+ */
33291
+ noticeAllGroupMember?: boolean;
33292
+ workNoticeReceiverUserIds?: string[];
33293
+ static names(): {
33294
+ [key: string]: string;
33295
+ };
33296
+ static types(): {
33297
+ [key: string]: any;
33298
+ };
33299
+ constructor(map?: {
33300
+ [key: string]: any;
33301
+ });
33302
+ }
33303
+ export declare class FinishTicketRequestTenantContext extends $tea.Model {
33304
+ /**
33305
+ * @example
33306
+ * xxxxxx
33307
+ */
33308
+ tenantId?: string;
33309
+ static names(): {
33310
+ [key: string]: string;
33311
+ };
33312
+ static types(): {
33313
+ [key: string]: any;
33314
+ };
33315
+ constructor(map?: {
33316
+ [key: string]: any;
33317
+ });
33318
+ }
33319
+ export declare class FinishTicketRequestTicketMemoAttachments extends $tea.Model {
33320
+ /**
33321
+ * @example
33322
+ * wahaha.txt
33323
+ */
33324
+ fileName?: string;
33325
+ /**
33326
+ * @example
33327
+ * ticket/image/44xxxx9/43003/e27xxxx1640499.txt
33328
+ */
33329
+ key?: 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 FinishTicketRequestTicketMemo extends $tea.Model {
33341
+ attachments?: FinishTicketRequestTicketMemoAttachments[];
33342
+ memo?: string;
33343
+ static names(): {
33344
+ [key: string]: string;
33345
+ };
33346
+ static types(): {
33347
+ [key: string]: any;
33348
+ };
33349
+ constructor(map?: {
33350
+ [key: string]: any;
33351
+ });
33352
+ }
31105
33353
  export declare class GetActivityListHeadersAccountContext extends $tea.Model {
31106
33354
  /**
31107
33355
  * @remarks
@@ -32402,6 +34650,98 @@ export declare class GetFormListInAppResponseBodyData extends $tea.Model {
32402
34650
  [key: string]: any;
32403
34651
  });
32404
34652
  }
34653
+ export declare class GetGroupLiveListHeadersAccountContext extends $tea.Model {
34654
+ /**
34655
+ * @remarks
34656
+ * This parameter is required.
34657
+ *
34658
+ * @example
34659
+ * 012345
34660
+ */
34661
+ accountId?: string;
34662
+ static names(): {
34663
+ [key: string]: string;
34664
+ };
34665
+ static types(): {
34666
+ [key: string]: any;
34667
+ };
34668
+ constructor(map?: {
34669
+ [key: string]: any;
34670
+ });
34671
+ }
34672
+ export declare class GetGroupLiveListRequestTenantContext extends $tea.Model {
34673
+ /**
34674
+ * @example
34675
+ * xxxxxx
34676
+ */
34677
+ tenantId?: string;
34678
+ static names(): {
34679
+ [key: string]: string;
34680
+ };
34681
+ static types(): {
34682
+ [key: string]: any;
34683
+ };
34684
+ constructor(map?: {
34685
+ [key: string]: any;
34686
+ });
34687
+ }
34688
+ export declare class GetGroupLiveListResponseBodyResultGroupLiveList extends $tea.Model {
34689
+ /**
34690
+ * @example
34691
+ * nickName
34692
+ */
34693
+ anchorNickname?: string;
34694
+ /**
34695
+ * @example
34696
+ * Eijxx
34697
+ */
34698
+ anchorUnionId?: string;
34699
+ /**
34700
+ * @example
34701
+ * 1398324600000
34702
+ */
34703
+ liveEndTime?: number;
34704
+ /**
34705
+ * @example
34706
+ * 1398321600000
34707
+ */
34708
+ liveStartTime?: number;
34709
+ /**
34710
+ * @example
34711
+ * 4d38xxxxx
34712
+ */
34713
+ liveUuid?: string;
34714
+ /**
34715
+ * @example
34716
+ * 直播标题
34717
+ */
34718
+ title?: string;
34719
+ static names(): {
34720
+ [key: string]: string;
34721
+ };
34722
+ static types(): {
34723
+ [key: string]: any;
34724
+ };
34725
+ constructor(map?: {
34726
+ [key: string]: any;
34727
+ });
34728
+ }
34729
+ export declare class GetGroupLiveListResponseBodyResult extends $tea.Model {
34730
+ /**
34731
+ * @example
34732
+ * 直播列表
34733
+ */
34734
+ groupLiveList?: GetGroupLiveListResponseBodyResultGroupLiveList[];
34735
+ static names(): {
34736
+ [key: string]: string;
34737
+ };
34738
+ static types(): {
34739
+ [key: string]: any;
34740
+ };
34741
+ constructor(map?: {
34742
+ [key: string]: any;
34743
+ });
34744
+ }
32405
34745
  export declare class GetInnerGroupMembersHeadersAccountContext extends $tea.Model {
32406
34746
  /**
32407
34747
  * @remarks
@@ -33497,6 +35837,232 @@ export declare class GetMineWorkspaceResponseBodyWorkspace extends $tea.Model {
33497
35837
  [key: string]: any;
33498
35838
  });
33499
35839
  }
35840
+ export declare class GetMultiDimTableAllFieldsHeadersAccountContext extends $tea.Model {
35841
+ /**
35842
+ * @remarks
35843
+ * This parameter is required.
35844
+ *
35845
+ * @example
35846
+ * 012345
35847
+ */
35848
+ accountId?: string;
35849
+ static names(): {
35850
+ [key: string]: string;
35851
+ };
35852
+ static types(): {
35853
+ [key: string]: any;
35854
+ };
35855
+ constructor(map?: {
35856
+ [key: string]: any;
35857
+ });
35858
+ }
35859
+ export declare class GetMultiDimTableAllFieldsRequestTenantContext extends $tea.Model {
35860
+ /**
35861
+ * @example
35862
+ * xxxxxx
35863
+ */
35864
+ tenantId?: string;
35865
+ static names(): {
35866
+ [key: string]: string;
35867
+ };
35868
+ static types(): {
35869
+ [key: string]: any;
35870
+ };
35871
+ constructor(map?: {
35872
+ [key: string]: any;
35873
+ });
35874
+ }
35875
+ export declare class GetMultiDimTableAllFieldsResponseBodyValue extends $tea.Model {
35876
+ /**
35877
+ * @example
35878
+ * stxxxx
35879
+ */
35880
+ id?: string;
35881
+ /**
35882
+ * @example
35883
+ * Sheet1
35884
+ */
35885
+ name?: string;
35886
+ /**
35887
+ * @example
35888
+ * xxx
35889
+ */
35890
+ property?: {
35891
+ [key: string]: any;
35892
+ };
35893
+ /**
35894
+ * @example
35895
+ * xxx
35896
+ */
35897
+ type?: string;
35898
+ static names(): {
35899
+ [key: string]: string;
35900
+ };
35901
+ static types(): {
35902
+ [key: string]: any;
35903
+ };
35904
+ constructor(map?: {
35905
+ [key: string]: any;
35906
+ });
35907
+ }
35908
+ export declare class GetMultiDimTableAllSheetsHeadersAccountContext extends $tea.Model {
35909
+ /**
35910
+ * @remarks
35911
+ * This parameter is required.
35912
+ *
35913
+ * @example
35914
+ * 012345
35915
+ */
35916
+ accountId?: string;
35917
+ static names(): {
35918
+ [key: string]: string;
35919
+ };
35920
+ static types(): {
35921
+ [key: string]: any;
35922
+ };
35923
+ constructor(map?: {
35924
+ [key: string]: any;
35925
+ });
35926
+ }
35927
+ export declare class GetMultiDimTableAllSheetsRequestTenantContext extends $tea.Model {
35928
+ /**
35929
+ * @example
35930
+ * xxxxxx
35931
+ */
35932
+ tenantId?: string;
35933
+ static names(): {
35934
+ [key: string]: string;
35935
+ };
35936
+ static types(): {
35937
+ [key: string]: any;
35938
+ };
35939
+ constructor(map?: {
35940
+ [key: string]: any;
35941
+ });
35942
+ }
35943
+ export declare class GetMultiDimTableAllSheetsResponseBodyValue extends $tea.Model {
35944
+ /**
35945
+ * @example
35946
+ * xxx
35947
+ */
35948
+ id?: string;
35949
+ /**
35950
+ * @example
35951
+ * xxx
35952
+ */
35953
+ name?: 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 GetMultiDimTableRecordHeadersAccountContext extends $tea.Model {
35965
+ /**
35966
+ * @remarks
35967
+ * This parameter is required.
35968
+ *
35969
+ * @example
35970
+ * 012345
35971
+ */
35972
+ accountId?: string;
35973
+ static names(): {
35974
+ [key: string]: string;
35975
+ };
35976
+ static types(): {
35977
+ [key: string]: any;
35978
+ };
35979
+ constructor(map?: {
35980
+ [key: string]: any;
35981
+ });
35982
+ }
35983
+ export declare class GetMultiDimTableRecordRequestTenantContext extends $tea.Model {
35984
+ /**
35985
+ * @example
35986
+ * xxxxxx
35987
+ */
35988
+ tenantId?: string;
35989
+ static names(): {
35990
+ [key: string]: string;
35991
+ };
35992
+ static types(): {
35993
+ [key: string]: any;
35994
+ };
35995
+ constructor(map?: {
35996
+ [key: string]: any;
35997
+ });
35998
+ }
35999
+ export declare class GetMultiDimTableRecordResponseBodyCreatedBy extends $tea.Model {
36000
+ /**
36001
+ * @example
36002
+ * 012345
36003
+ */
36004
+ userId?: string;
36005
+ static names(): {
36006
+ [key: string]: string;
36007
+ };
36008
+ static types(): {
36009
+ [key: string]: any;
36010
+ };
36011
+ constructor(map?: {
36012
+ [key: string]: any;
36013
+ });
36014
+ }
36015
+ export declare class GetMultiDimTableRecordResponseBodyLastModifiedBy extends $tea.Model {
36016
+ /**
36017
+ * @example
36018
+ * 012345
36019
+ */
36020
+ userId?: string;
36021
+ static names(): {
36022
+ [key: string]: string;
36023
+ };
36024
+ static types(): {
36025
+ [key: string]: any;
36026
+ };
36027
+ constructor(map?: {
36028
+ [key: string]: any;
36029
+ });
36030
+ }
36031
+ export declare class GetMultiDimTableSheetHeadersAccountContext extends $tea.Model {
36032
+ /**
36033
+ * @remarks
36034
+ * This parameter is required.
36035
+ *
36036
+ * @example
36037
+ * 012345
36038
+ */
36039
+ accountId?: string;
36040
+ static names(): {
36041
+ [key: string]: string;
36042
+ };
36043
+ static types(): {
36044
+ [key: string]: any;
36045
+ };
36046
+ constructor(map?: {
36047
+ [key: string]: any;
36048
+ });
36049
+ }
36050
+ export declare class GetMultiDimTableSheetRequestTenantContext extends $tea.Model {
36051
+ /**
36052
+ * @example
36053
+ * xxxxxx
36054
+ */
36055
+ tenantId?: string;
36056
+ static names(): {
36057
+ [key: string]: string;
36058
+ };
36059
+ static types(): {
36060
+ [key: string]: any;
36061
+ };
36062
+ constructor(map?: {
36063
+ [key: string]: any;
36064
+ });
36065
+ }
33500
36066
  export declare class GetMultipartFileUploadInfosHeadersAccountContext extends $tea.Model {
33501
36067
  /**
33502
36068
  * @remarks
@@ -35897,6 +38463,129 @@ export declare class GetTemplateListByUserIdResponseBodyTemplateList extends $te
35897
38463
  [key: string]: any;
35898
38464
  });
35899
38465
  }
38466
+ export declare class GetTicketHeadersAccountContext extends $tea.Model {
38467
+ /**
38468
+ * @example
38469
+ * 012345
38470
+ */
38471
+ accountId?: string;
38472
+ static names(): {
38473
+ [key: string]: string;
38474
+ };
38475
+ static types(): {
38476
+ [key: string]: any;
38477
+ };
38478
+ constructor(map?: {
38479
+ [key: string]: any;
38480
+ });
38481
+ }
38482
+ export declare class GetTicketRequestTenantContext extends $tea.Model {
38483
+ /**
38484
+ * @example
38485
+ * xxxxxx
38486
+ */
38487
+ tenantId?: string;
38488
+ static names(): {
38489
+ [key: string]: string;
38490
+ };
38491
+ static types(): {
38492
+ [key: string]: any;
38493
+ };
38494
+ constructor(map?: {
38495
+ [key: string]: any;
38496
+ });
38497
+ }
38498
+ export declare class GetTicketResponseBodyCreator extends $tea.Model {
38499
+ /**
38500
+ * @example
38501
+ * 贤文
38502
+ */
38503
+ nickName?: string;
38504
+ /**
38505
+ * @example
38506
+ * 012345
38507
+ */
38508
+ unionId?: 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 GetTicketResponseBodyProcessor 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 GetTicketResponseBodyTakers 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 GetTicketResponseBodyTemplate extends $tea.Model {
38562
+ /**
38563
+ * @remarks
38564
+ * OpenTemplateBizId
38565
+ *
38566
+ * @example
38567
+ * OpenTemplateBizId
38568
+ */
38569
+ openTemplateBizId?: string;
38570
+ /**
38571
+ * @remarks
38572
+ * OpenTemplateBizId
38573
+ *
38574
+ * @example
38575
+ * OpenTemplateBizId
38576
+ */
38577
+ openTemplateId?: string;
38578
+ templateName?: string;
38579
+ static names(): {
38580
+ [key: string]: string;
38581
+ };
38582
+ static types(): {
38583
+ [key: string]: any;
38584
+ };
38585
+ constructor(map?: {
38586
+ [key: string]: any;
38587
+ });
38588
+ }
35900
38589
  export declare class GetTodoTaskHeadersAccountContext extends $tea.Model {
35901
38590
  /**
35902
38591
  * @remarks
@@ -38017,6 +40706,147 @@ export declare class ListFormRemarksHeadersAccountContext extends $tea.Model {
38017
40706
  [key: string]: any;
38018
40707
  });
38019
40708
  }
40709
+ export declare class ListMultiDimTableRecordsHeadersAccountContext extends $tea.Model {
40710
+ /**
40711
+ * @remarks
40712
+ * This parameter is required.
40713
+ *
40714
+ * @example
40715
+ * 012345
40716
+ */
40717
+ accountId?: string;
40718
+ static names(): {
40719
+ [key: string]: string;
40720
+ };
40721
+ static types(): {
40722
+ [key: string]: any;
40723
+ };
40724
+ constructor(map?: {
40725
+ [key: string]: any;
40726
+ });
40727
+ }
40728
+ export declare class ListMultiDimTableRecordsRequestFilterConditions extends $tea.Model {
40729
+ /**
40730
+ * @example
40731
+ * Sandbox
40732
+ */
40733
+ field?: string;
40734
+ /**
40735
+ * @example
40736
+ * equal
40737
+ */
40738
+ operator?: string;
40739
+ value?: any[];
40740
+ static names(): {
40741
+ [key: string]: string;
40742
+ };
40743
+ static types(): {
40744
+ [key: string]: any;
40745
+ };
40746
+ constructor(map?: {
40747
+ [key: string]: any;
40748
+ });
40749
+ }
40750
+ export declare class ListMultiDimTableRecordsRequestFilter extends $tea.Model {
40751
+ /**
40752
+ * @example
40753
+ * and
40754
+ */
40755
+ combination?: string;
40756
+ conditions?: ListMultiDimTableRecordsRequestFilterConditions[];
40757
+ static names(): {
40758
+ [key: string]: string;
40759
+ };
40760
+ static types(): {
40761
+ [key: string]: any;
40762
+ };
40763
+ constructor(map?: {
40764
+ [key: string]: any;
40765
+ });
40766
+ }
40767
+ export declare class ListMultiDimTableRecordsRequestTenantContext extends $tea.Model {
40768
+ /**
40769
+ * @example
40770
+ * xxxxxx
40771
+ */
40772
+ tenantId?: string;
40773
+ static names(): {
40774
+ [key: string]: string;
40775
+ };
40776
+ static types(): {
40777
+ [key: string]: any;
40778
+ };
40779
+ constructor(map?: {
40780
+ [key: string]: any;
40781
+ });
40782
+ }
40783
+ export declare class ListMultiDimTableRecordsResponseBodyRecordsCreatedBy extends $tea.Model {
40784
+ /**
40785
+ * @example
40786
+ * 012345
40787
+ */
40788
+ userId?: string;
40789
+ static names(): {
40790
+ [key: string]: string;
40791
+ };
40792
+ static types(): {
40793
+ [key: string]: any;
40794
+ };
40795
+ constructor(map?: {
40796
+ [key: string]: any;
40797
+ });
40798
+ }
40799
+ export declare class ListMultiDimTableRecordsResponseBodyRecordsLastModifiedBy extends $tea.Model {
40800
+ /**
40801
+ * @example
40802
+ * 012345
40803
+ */
40804
+ userId?: string;
40805
+ static names(): {
40806
+ [key: string]: string;
40807
+ };
40808
+ static types(): {
40809
+ [key: string]: any;
40810
+ };
40811
+ constructor(map?: {
40812
+ [key: string]: any;
40813
+ });
40814
+ }
40815
+ export declare class ListMultiDimTableRecordsResponseBodyRecords extends $tea.Model {
40816
+ createdBy?: ListMultiDimTableRecordsResponseBodyRecordsCreatedBy;
40817
+ /**
40818
+ * @example
40819
+ * xxx
40820
+ */
40821
+ createdTime?: number;
40822
+ /**
40823
+ * @example
40824
+ * title,shortTitle
40825
+ */
40826
+ fields?: {
40827
+ [key: string]: any;
40828
+ };
40829
+ /**
40830
+ * @example
40831
+ * 123
40832
+ */
40833
+ id?: string;
40834
+ lastModifiedBy?: ListMultiDimTableRecordsResponseBodyRecordsLastModifiedBy;
40835
+ /**
40836
+ * @example
40837
+ * xxx
40838
+ */
40839
+ lastModifiedTime?: number;
40840
+ static names(): {
40841
+ [key: string]: string;
40842
+ };
40843
+ static types(): {
40844
+ [key: string]: any;
40845
+ };
40846
+ constructor(map?: {
40847
+ [key: string]: any;
40848
+ });
40849
+ }
38020
40850
  export declare class ListNavigationByFormTypeHeadersAccountContext extends $tea.Model {
38021
40851
  /**
38022
40852
  * @remarks
@@ -38549,6 +41379,135 @@ export declare class ListTemplateResponseBodyTemplateList extends $tea.Model {
38549
41379
  [key: string]: any;
38550
41380
  });
38551
41381
  }
41382
+ export declare class ListTicketOperateRecordHeadersAccountContext extends $tea.Model {
41383
+ /**
41384
+ * @example
41385
+ * 012345
41386
+ */
41387
+ accountId?: string;
41388
+ static names(): {
41389
+ [key: string]: string;
41390
+ };
41391
+ static types(): {
41392
+ [key: string]: any;
41393
+ };
41394
+ constructor(map?: {
41395
+ [key: string]: any;
41396
+ });
41397
+ }
41398
+ export declare class ListTicketOperateRecordRequestTenantContext extends $tea.Model {
41399
+ /**
41400
+ * @example
41401
+ * xxxxxx
41402
+ */
41403
+ tenantId?: string;
41404
+ static names(): {
41405
+ [key: string]: string;
41406
+ };
41407
+ static types(): {
41408
+ [key: string]: any;
41409
+ };
41410
+ constructor(map?: {
41411
+ [key: string]: any;
41412
+ });
41413
+ }
41414
+ export declare class ListTicketOperateRecordResponseBodyRecordsOperator extends $tea.Model {
41415
+ /**
41416
+ * @example
41417
+ * 贤文
41418
+ */
41419
+ nickName?: string;
41420
+ /**
41421
+ * @example
41422
+ * 012345
41423
+ */
41424
+ unionId?: 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 ListTicketOperateRecordResponseBodyRecordsTicketMemoAttachments extends $tea.Model {
41436
+ /**
41437
+ * @example
41438
+ * wahaha.txt
41439
+ */
41440
+ fileName?: string;
41441
+ /**
41442
+ * @example
41443
+ * ticket/image/447xxxx9/43003/e2xxxec4243e940a1367_1625xxxx99.txt
41444
+ */
41445
+ key?: 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 ListTicketOperateRecordResponseBodyRecordsTicketMemo extends $tea.Model {
41457
+ attachments?: ListTicketOperateRecordResponseBodyRecordsTicketMemoAttachments[];
41458
+ /**
41459
+ * @example
41460
+ * 贤文结束工单
41461
+ */
41462
+ memo?: string;
41463
+ static names(): {
41464
+ [key: string]: string;
41465
+ };
41466
+ static types(): {
41467
+ [key: string]: any;
41468
+ };
41469
+ constructor(map?: {
41470
+ [key: string]: any;
41471
+ });
41472
+ }
41473
+ export declare class ListTicketOperateRecordResponseBodyRecords extends $tea.Model {
41474
+ /**
41475
+ * @example
41476
+ * a8iSxxxxgtgiE
41477
+ */
41478
+ openTicketId?: string;
41479
+ /**
41480
+ * @example
41481
+ * {"originTakers":[{"nickName":"贤文","unionId":"Dq9hxxxxwiEiE"},{"nickName":"王鸿程","unionId":"4kITooxxxx5wiEiE"}]}
41482
+ */
41483
+ operateData?: string;
41484
+ /**
41485
+ * @example
41486
+ * 2021-07-09 19:26:09
41487
+ */
41488
+ operateTime?: string;
41489
+ /**
41490
+ * @example
41491
+ * FINISH
41492
+ */
41493
+ operation?: string;
41494
+ /**
41495
+ * @example
41496
+ * 结单
41497
+ */
41498
+ operationDisplayName?: string;
41499
+ operator?: ListTicketOperateRecordResponseBodyRecordsOperator;
41500
+ ticketMemo?: ListTicketOperateRecordResponseBodyRecordsTicketMemo;
41501
+ static names(): {
41502
+ [key: string]: string;
41503
+ };
41504
+ static types(): {
41505
+ [key: string]: any;
41506
+ };
41507
+ constructor(map?: {
41508
+ [key: string]: any;
41509
+ });
41510
+ }
38552
41511
  export declare class ListWorkspacesHeadersAccountContext extends $tea.Model {
38553
41512
  /**
38554
41513
  * @remarks
@@ -40087,6 +43046,41 @@ export declare class QueryDentryResponseBodyVisitorInfo extends $tea.Model {
40087
43046
  [key: string]: any;
40088
43047
  });
40089
43048
  }
43049
+ export declare class QueryGroupLiveInfoHeadersAccountContext extends $tea.Model {
43050
+ /**
43051
+ * @remarks
43052
+ * This parameter is required.
43053
+ *
43054
+ * @example
43055
+ * 012345
43056
+ */
43057
+ accountId?: string;
43058
+ static names(): {
43059
+ [key: string]: string;
43060
+ };
43061
+ static types(): {
43062
+ [key: string]: any;
43063
+ };
43064
+ constructor(map?: {
43065
+ [key: string]: any;
43066
+ });
43067
+ }
43068
+ export declare class QueryGroupLiveInfoRequestTenantContext extends $tea.Model {
43069
+ /**
43070
+ * @example
43071
+ * 1
43072
+ */
43073
+ tenantId?: string;
43074
+ static names(): {
43075
+ [key: string]: string;
43076
+ };
43077
+ static types(): {
43078
+ [key: string]: any;
43079
+ };
43080
+ constructor(map?: {
43081
+ [key: string]: any;
43082
+ });
43083
+ }
40090
43084
  export declare class QueryLiveInfoHeadersAccountContext extends $tea.Model {
40091
43085
  /**
40092
43086
  * @remarks
@@ -41824,6 +44818,41 @@ export declare class RemoveMeetingRoomsRequestMeetingRoomsToRemove extends $tea.
41824
44818
  [key: string]: any;
41825
44819
  });
41826
44820
  }
44821
+ export declare class RespondEventHeadersAccountContext extends $tea.Model {
44822
+ /**
44823
+ * @remarks
44824
+ * This parameter is required.
44825
+ *
44826
+ * @example
44827
+ * 012345
44828
+ */
44829
+ accountId?: string;
44830
+ static names(): {
44831
+ [key: string]: string;
44832
+ };
44833
+ static types(): {
44834
+ [key: string]: any;
44835
+ };
44836
+ constructor(map?: {
44837
+ [key: string]: any;
44838
+ });
44839
+ }
44840
+ export declare class RespondEventRequestTenantContext extends $tea.Model {
44841
+ /**
44842
+ * @example
44843
+ * xxxxxx
44844
+ */
44845
+ tenantId?: string;
44846
+ static names(): {
44847
+ [key: string]: string;
44848
+ };
44849
+ static types(): {
44850
+ [key: string]: any;
44851
+ };
44852
+ constructor(map?: {
44853
+ [key: string]: any;
44854
+ });
44855
+ }
41827
44856
  export declare class SaveContentHeadersAccountContext extends $tea.Model {
41828
44857
  /**
41829
44858
  * @remarks
@@ -43061,6 +46090,93 @@ export declare class TerminateInstanceHeadersAccountContext extends $tea.Model {
43061
46090
  [key: string]: any;
43062
46091
  });
43063
46092
  }
46093
+ export declare class TransferTicketHeadersAccountContext extends $tea.Model {
46094
+ /**
46095
+ * @remarks
46096
+ * This parameter is required.
46097
+ *
46098
+ * @example
46099
+ * 012345
46100
+ */
46101
+ accountId?: string;
46102
+ static names(): {
46103
+ [key: string]: string;
46104
+ };
46105
+ static types(): {
46106
+ [key: string]: any;
46107
+ };
46108
+ constructor(map?: {
46109
+ [key: string]: any;
46110
+ });
46111
+ }
46112
+ export declare class TransferTicketRequestNotify extends $tea.Model {
46113
+ groupNoticeReceiverUserIds?: string[];
46114
+ /**
46115
+ * @example
46116
+ * true
46117
+ */
46118
+ noticeAllGroupMember?: boolean;
46119
+ workNoticeReceiverUserIds?: string[];
46120
+ static names(): {
46121
+ [key: string]: string;
46122
+ };
46123
+ static types(): {
46124
+ [key: string]: any;
46125
+ };
46126
+ constructor(map?: {
46127
+ [key: string]: any;
46128
+ });
46129
+ }
46130
+ export declare class TransferTicketRequestTenantContext extends $tea.Model {
46131
+ /**
46132
+ * @example
46133
+ * xxxxxx
46134
+ */
46135
+ tenantId?: string;
46136
+ static names(): {
46137
+ [key: string]: string;
46138
+ };
46139
+ static types(): {
46140
+ [key: string]: any;
46141
+ };
46142
+ constructor(map?: {
46143
+ [key: string]: any;
46144
+ });
46145
+ }
46146
+ export declare class TransferTicketRequestTicketMemoAttachments extends $tea.Model {
46147
+ /**
46148
+ * @example
46149
+ * auto-test-1727143229007.pdf
46150
+ */
46151
+ fileName?: string;
46152
+ /**
46153
+ * @example
46154
+ * key1
46155
+ */
46156
+ key?: 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 TransferTicketRequestTicketMemo extends $tea.Model {
46168
+ attachments?: TransferTicketRequestTicketMemoAttachments[];
46169
+ memo?: string;
46170
+ static names(): {
46171
+ [key: string]: string;
46172
+ };
46173
+ static types(): {
46174
+ [key: string]: any;
46175
+ };
46176
+ constructor(map?: {
46177
+ [key: string]: any;
46178
+ });
46179
+ }
43064
46180
  export declare class UnsubscribeCalendarHeadersAccountContext extends $tea.Model {
43065
46181
  /**
43066
46182
  * @remarks
@@ -43948,6 +47064,22 @@ export default class Client extends OpenApi {
43948
47064
  * @returns AddScenegroupMemberResponse
43949
47065
  */
43950
47066
  addScenegroupMember(request: AddScenegroupMemberRequest): Promise<AddScenegroupMemberResponse>;
47067
+ /**
47068
+ * 工单添加备注
47069
+ *
47070
+ * @param tmpReq - AddTicketMemoRequest
47071
+ * @param tmpHeader - AddTicketMemoHeaders
47072
+ * @param runtime - runtime options for this request RuntimeOptions
47073
+ * @returns AddTicketMemoResponse
47074
+ */
47075
+ addTicketMemoWithOptions(tmpReq: AddTicketMemoRequest, tmpHeader: AddTicketMemoHeaders, runtime: $Util.RuntimeOptions): Promise<AddTicketMemoResponse>;
47076
+ /**
47077
+ * 工单添加备注
47078
+ *
47079
+ * @param request - AddTicketMemoRequest
47080
+ * @returns AddTicketMemoResponse
47081
+ */
47082
+ addTicketMemo(request: AddTicketMemoRequest): Promise<AddTicketMemoResponse>;
43951
47083
  /**
43952
47084
  * 新建知识库
43953
47085
  *
@@ -43996,6 +47128,22 @@ export default class Client extends OpenApi {
43996
47128
  * @returns AddWorkspaceMembersResponse
43997
47129
  */
43998
47130
  addWorkspaceMembers(request: AddWorkspaceMembersRequest): Promise<AddWorkspaceMembersResponse>;
47131
+ /**
47132
+ * 指派工单
47133
+ *
47134
+ * @param tmpReq - AssignTicketRequest
47135
+ * @param tmpHeader - AssignTicketHeaders
47136
+ * @param runtime - runtime options for this request RuntimeOptions
47137
+ * @returns AssignTicketResponse
47138
+ */
47139
+ assignTicketWithOptions(tmpReq: AssignTicketRequest, tmpHeader: AssignTicketHeaders, runtime: $Util.RuntimeOptions): Promise<AssignTicketResponse>;
47140
+ /**
47141
+ * 指派工单
47142
+ *
47143
+ * @param request - AssignTicketRequest
47144
+ * @returns AssignTicketResponse
47145
+ */
47146
+ assignTicket(request: AssignTicketRequest): Promise<AssignTicketResponse>;
43999
47147
  /**
44000
47148
  * 批量获取表单实例数据
44001
47149
  *
@@ -44824,6 +47972,22 @@ export default class Client extends OpenApi {
44824
47972
  * @returns ExpandGroupCapacityResponse
44825
47973
  */
44826
47974
  expandGroupCapacity(request: ExpandGroupCapacityRequest): Promise<ExpandGroupCapacityResponse>;
47975
+ /**
47976
+ * 完结工单
47977
+ *
47978
+ * @param tmpReq - FinishTicketRequest
47979
+ * @param tmpHeader - FinishTicketHeaders
47980
+ * @param runtime - runtime options for this request RuntimeOptions
47981
+ * @returns FinishTicketResponse
47982
+ */
47983
+ finishTicketWithOptions(tmpReq: FinishTicketRequest, tmpHeader: FinishTicketHeaders, runtime: $Util.RuntimeOptions): Promise<FinishTicketResponse>;
47984
+ /**
47985
+ * 完结工单
47986
+ *
47987
+ * @param request - FinishTicketRequest
47988
+ * @returns FinishTicketResponse
47989
+ */
47990
+ finishTicket(request: FinishTicketRequest): Promise<FinishTicketResponse>;
44827
47991
  /**
44828
47992
  * 获取流程设计的节点信息
44829
47993
  *
@@ -45048,6 +48212,22 @@ export default class Client extends OpenApi {
45048
48212
  * @returns GetFormListInAppResponse
45049
48213
  */
45050
48214
  getFormListInApp(request: GetFormListInAppRequest): Promise<GetFormListInAppResponse>;
48215
+ /**
48216
+ * 查询群内直播信息(最早支持2024年01月数据)
48217
+ *
48218
+ * @param tmpReq - GetGroupLiveListRequest
48219
+ * @param tmpHeader - GetGroupLiveListHeaders
48220
+ * @param runtime - runtime options for this request RuntimeOptions
48221
+ * @returns GetGroupLiveListResponse
48222
+ */
48223
+ getGroupLiveListWithOptions(tmpReq: GetGroupLiveListRequest, tmpHeader: GetGroupLiveListHeaders, runtime: $Util.RuntimeOptions): Promise<GetGroupLiveListResponse>;
48224
+ /**
48225
+ * 查询群内直播信息(最早支持2024年01月数据)
48226
+ *
48227
+ * @param request - GetGroupLiveListRequest
48228
+ * @returns GetGroupLiveListResponse
48229
+ */
48230
+ getGroupLiveList(request: GetGroupLiveListRequest): Promise<GetGroupLiveListResponse>;
45051
48231
  /**
45052
48232
  * 查询企业内部群成员
45053
48233
  *
@@ -45192,6 +48372,70 @@ export default class Client extends OpenApi {
45192
48372
  * @returns GetMineWorkspaceResponse
45193
48373
  */
45194
48374
  getMineWorkspace(request: GetMineWorkspaceRequest): Promise<GetMineWorkspaceResponse>;
48375
+ /**
48376
+ * 获取所有字段
48377
+ *
48378
+ * @param tmpReq - GetMultiDimTableAllFieldsRequest
48379
+ * @param tmpHeader - GetMultiDimTableAllFieldsHeaders
48380
+ * @param runtime - runtime options for this request RuntimeOptions
48381
+ * @returns GetMultiDimTableAllFieldsResponse
48382
+ */
48383
+ getMultiDimTableAllFieldsWithOptions(tmpReq: GetMultiDimTableAllFieldsRequest, tmpHeader: GetMultiDimTableAllFieldsHeaders, runtime: $Util.RuntimeOptions): Promise<GetMultiDimTableAllFieldsResponse>;
48384
+ /**
48385
+ * 获取所有字段
48386
+ *
48387
+ * @param request - GetMultiDimTableAllFieldsRequest
48388
+ * @returns GetMultiDimTableAllFieldsResponse
48389
+ */
48390
+ getMultiDimTableAllFields(request: GetMultiDimTableAllFieldsRequest): Promise<GetMultiDimTableAllFieldsResponse>;
48391
+ /**
48392
+ * 获取所有数据表
48393
+ *
48394
+ * @param tmpReq - GetMultiDimTableAllSheetsRequest
48395
+ * @param tmpHeader - GetMultiDimTableAllSheetsHeaders
48396
+ * @param runtime - runtime options for this request RuntimeOptions
48397
+ * @returns GetMultiDimTableAllSheetsResponse
48398
+ */
48399
+ getMultiDimTableAllSheetsWithOptions(tmpReq: GetMultiDimTableAllSheetsRequest, tmpHeader: GetMultiDimTableAllSheetsHeaders, runtime: $Util.RuntimeOptions): Promise<GetMultiDimTableAllSheetsResponse>;
48400
+ /**
48401
+ * 获取所有数据表
48402
+ *
48403
+ * @param request - GetMultiDimTableAllSheetsRequest
48404
+ * @returns GetMultiDimTableAllSheetsResponse
48405
+ */
48406
+ getMultiDimTableAllSheets(request: GetMultiDimTableAllSheetsRequest): Promise<GetMultiDimTableAllSheetsResponse>;
48407
+ /**
48408
+ * 获取记录
48409
+ *
48410
+ * @param tmpReq - GetMultiDimTableRecordRequest
48411
+ * @param tmpHeader - GetMultiDimTableRecordHeaders
48412
+ * @param runtime - runtime options for this request RuntimeOptions
48413
+ * @returns GetMultiDimTableRecordResponse
48414
+ */
48415
+ getMultiDimTableRecordWithOptions(tmpReq: GetMultiDimTableRecordRequest, tmpHeader: GetMultiDimTableRecordHeaders, runtime: $Util.RuntimeOptions): Promise<GetMultiDimTableRecordResponse>;
48416
+ /**
48417
+ * 获取记录
48418
+ *
48419
+ * @param request - GetMultiDimTableRecordRequest
48420
+ * @returns GetMultiDimTableRecordResponse
48421
+ */
48422
+ getMultiDimTableRecord(request: GetMultiDimTableRecordRequest): Promise<GetMultiDimTableRecordResponse>;
48423
+ /**
48424
+ * 获取数据表
48425
+ *
48426
+ * @param tmpReq - GetMultiDimTableSheetRequest
48427
+ * @param tmpHeader - GetMultiDimTableSheetHeaders
48428
+ * @param runtime - runtime options for this request RuntimeOptions
48429
+ * @returns GetMultiDimTableSheetResponse
48430
+ */
48431
+ getMultiDimTableSheetWithOptions(tmpReq: GetMultiDimTableSheetRequest, tmpHeader: GetMultiDimTableSheetHeaders, runtime: $Util.RuntimeOptions): Promise<GetMultiDimTableSheetResponse>;
48432
+ /**
48433
+ * 获取数据表
48434
+ *
48435
+ * @param request - GetMultiDimTableSheetRequest
48436
+ * @returns GetMultiDimTableSheetResponse
48437
+ */
48438
+ getMultiDimTableSheet(request: GetMultiDimTableSheetRequest): Promise<GetMultiDimTableSheetResponse>;
45195
48439
  /**
45196
48440
  * 获取文件分片上传信息
45197
48441
  *
@@ -45528,6 +48772,22 @@ export default class Client extends OpenApi {
45528
48772
  * @returns GetTemplateListByUserIdResponse
45529
48773
  */
45530
48774
  getTemplateListByUserId(request: GetTemplateListByUserIdRequest): Promise<GetTemplateListByUserIdResponse>;
48775
+ /**
48776
+ * 获取指定工单详情
48777
+ *
48778
+ * @param tmpReq - GetTicketRequest
48779
+ * @param tmpHeader - GetTicketHeaders
48780
+ * @param runtime - runtime options for this request RuntimeOptions
48781
+ * @returns GetTicketResponse
48782
+ */
48783
+ getTicketWithOptions(tmpReq: GetTicketRequest, tmpHeader: GetTicketHeaders, runtime: $Util.RuntimeOptions): Promise<GetTicketResponse>;
48784
+ /**
48785
+ * 获取指定工单详情
48786
+ *
48787
+ * @param request - GetTicketRequest
48788
+ * @returns GetTicketResponse
48789
+ */
48790
+ getTicket(request: GetTicketRequest): Promise<GetTicketResponse>;
45531
48791
  /**
45532
48792
  * 获取钉钉待办任务详情
45533
48793
  *
@@ -45832,6 +49092,22 @@ export default class Client extends OpenApi {
45832
49092
  * @returns ListFormRemarksResponse
45833
49093
  */
45834
49094
  listFormRemarks(request: ListFormRemarksRequest): Promise<ListFormRemarksResponse>;
49095
+ /**
49096
+ * 列出多行记录
49097
+ *
49098
+ * @param tmpReq - ListMultiDimTableRecordsRequest
49099
+ * @param tmpHeader - ListMultiDimTableRecordsHeaders
49100
+ * @param runtime - runtime options for this request RuntimeOptions
49101
+ * @returns ListMultiDimTableRecordsResponse
49102
+ */
49103
+ listMultiDimTableRecordsWithOptions(tmpReq: ListMultiDimTableRecordsRequest, tmpHeader: ListMultiDimTableRecordsHeaders, runtime: $Util.RuntimeOptions): Promise<ListMultiDimTableRecordsResponse>;
49104
+ /**
49105
+ * 列出多行记录
49106
+ *
49107
+ * @param request - ListMultiDimTableRecordsRequest
49108
+ * @returns ListMultiDimTableRecordsResponse
49109
+ */
49110
+ listMultiDimTableRecords(request: ListMultiDimTableRecordsRequest): Promise<ListMultiDimTableRecordsResponse>;
45835
49111
  /**
45836
49112
  * 获取应用下的页面列表
45837
49113
  *
@@ -45928,6 +49204,22 @@ export default class Client extends OpenApi {
45928
49204
  * @returns ListTemplateResponse
45929
49205
  */
45930
49206
  listTemplate(request: ListTemplateRequest): Promise<ListTemplateResponse>;
49207
+ /**
49208
+ * 查询工单操作记录
49209
+ *
49210
+ * @param tmpReq - ListTicketOperateRecordRequest
49211
+ * @param tmpHeader - ListTicketOperateRecordHeaders
49212
+ * @param runtime - runtime options for this request RuntimeOptions
49213
+ * @returns ListTicketOperateRecordResponse
49214
+ */
49215
+ listTicketOperateRecordWithOptions(tmpReq: ListTicketOperateRecordRequest, tmpHeader: ListTicketOperateRecordHeaders, runtime: $Util.RuntimeOptions): Promise<ListTicketOperateRecordResponse>;
49216
+ /**
49217
+ * 查询工单操作记录
49218
+ *
49219
+ * @param request - ListTicketOperateRecordRequest
49220
+ * @returns ListTicketOperateRecordResponse
49221
+ */
49222
+ listTicketOperateRecord(request: ListTicketOperateRecordRequest): Promise<ListTicketOperateRecordResponse>;
45931
49223
  /**
45932
49224
  * 获取知识库列表
45933
49225
  *
@@ -46056,6 +49348,22 @@ export default class Client extends OpenApi {
46056
49348
  * @returns QueryDentryResponse
46057
49349
  */
46058
49350
  queryDentry(request: QueryDentryRequest): Promise<QueryDentryResponse>;
49351
+ /**
49352
+ * 查询直播信息
49353
+ *
49354
+ * @param tmpReq - QueryGroupLiveInfoRequest
49355
+ * @param tmpHeader - QueryGroupLiveInfoHeaders
49356
+ * @param runtime - runtime options for this request RuntimeOptions
49357
+ * @returns QueryGroupLiveInfoResponse
49358
+ */
49359
+ queryGroupLiveInfoWithOptions(tmpReq: QueryGroupLiveInfoRequest, tmpHeader: QueryGroupLiveInfoHeaders, runtime: $Util.RuntimeOptions): Promise<QueryGroupLiveInfoResponse>;
49360
+ /**
49361
+ * 查询直播信息
49362
+ *
49363
+ * @param request - QueryGroupLiveInfoRequest
49364
+ * @returns QueryGroupLiveInfoResponse
49365
+ */
49366
+ queryGroupLiveInfo(request: QueryGroupLiveInfoRequest): Promise<QueryGroupLiveInfoResponse>;
46059
49367
  /**
46060
49368
  * 查询直播信息
46061
49369
  *
@@ -46408,6 +49716,22 @@ export default class Client extends OpenApi {
46408
49716
  * @returns RemoveMeetingRoomsResponse
46409
49717
  */
46410
49718
  removeMeetingRooms(request: RemoveMeetingRoomsRequest): Promise<RemoveMeetingRoomsResponse>;
49719
+ /**
49720
+ * 设置日程响应邀请状态
49721
+ *
49722
+ * @param tmpReq - RespondEventRequest
49723
+ * @param tmpHeader - RespondEventHeaders
49724
+ * @param runtime - runtime options for this request RuntimeOptions
49725
+ * @returns RespondEventResponse
49726
+ */
49727
+ respondEventWithOptions(tmpReq: RespondEventRequest, tmpHeader: RespondEventHeaders, runtime: $Util.RuntimeOptions): Promise<RespondEventResponse>;
49728
+ /**
49729
+ * 设置日程响应邀请状态
49730
+ *
49731
+ * @param request - RespondEventRequest
49732
+ * @returns RespondEventResponse
49733
+ */
49734
+ respondEvent(request: RespondEventRequest): Promise<RespondEventResponse>;
46411
49735
  /**
46412
49736
  * 保存日志内容
46413
49737
  *
@@ -46808,6 +50132,22 @@ export default class Client extends OpenApi {
46808
50132
  * @returns TerminateInstanceResponse
46809
50133
  */
46810
50134
  terminateInstance(request: TerminateInstanceRequest): Promise<TerminateInstanceResponse>;
50135
+ /**
50136
+ * 转交工单
50137
+ *
50138
+ * @param tmpReq - TransferTicketRequest
50139
+ * @param tmpHeader - TransferTicketHeaders
50140
+ * @param runtime - runtime options for this request RuntimeOptions
50141
+ * @returns TransferTicketResponse
50142
+ */
50143
+ transferTicketWithOptions(tmpReq: TransferTicketRequest, tmpHeader: TransferTicketHeaders, runtime: $Util.RuntimeOptions): Promise<TransferTicketResponse>;
50144
+ /**
50145
+ * 转交工单
50146
+ *
50147
+ * @param request - TransferTicketRequest
50148
+ * @returns TransferTicketResponse
50149
+ */
50150
+ transferTicket(request: TransferTicketRequest): Promise<TransferTicketResponse>;
46811
50151
  /**
46812
50152
  * 取消订阅公共日历
46813
50153
  *