@alicloud/aliding20230426 2.16.0 → 2.18.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
@@ -460,6 +460,155 @@ export declare class AddMeetingRoomsResponse extends $tea.Model {
460
460
  [key: string]: any;
461
461
  });
462
462
  }
463
+ export declare class AddRecordPermissionHeaders extends $tea.Model {
464
+ commonHeaders?: {
465
+ [key: string]: string;
466
+ };
467
+ accountContext?: AddRecordPermissionHeadersAccountContext;
468
+ static names(): {
469
+ [key: string]: string;
470
+ };
471
+ static types(): {
472
+ [key: string]: any;
473
+ };
474
+ constructor(map?: {
475
+ [key: string]: any;
476
+ });
477
+ }
478
+ export declare class AddRecordPermissionShrinkHeaders extends $tea.Model {
479
+ commonHeaders?: {
480
+ [key: string]: string;
481
+ };
482
+ accountContextShrink?: string;
483
+ static names(): {
484
+ [key: string]: string;
485
+ };
486
+ static types(): {
487
+ [key: string]: any;
488
+ };
489
+ constructor(map?: {
490
+ [key: string]: any;
491
+ });
492
+ }
493
+ export declare class AddRecordPermissionRequest extends $tea.Model {
494
+ /**
495
+ * @remarks
496
+ * This parameter is required.
497
+ *
498
+ * @example
499
+ * minutes
500
+ */
501
+ bizType?: string;
502
+ /**
503
+ * @remarks
504
+ * This parameter is required.
505
+ *
506
+ * @example
507
+ * 1dddwrqrq
508
+ */
509
+ conferenceId?: string;
510
+ tenantContext?: AddRecordPermissionRequestTenantContext;
511
+ /**
512
+ * @remarks
513
+ * This parameter is required.
514
+ *
515
+ * @example
516
+ * 012345
517
+ */
518
+ userId?: string;
519
+ static names(): {
520
+ [key: string]: string;
521
+ };
522
+ static types(): {
523
+ [key: string]: any;
524
+ };
525
+ constructor(map?: {
526
+ [key: string]: any;
527
+ });
528
+ }
529
+ export declare class AddRecordPermissionShrinkRequest extends $tea.Model {
530
+ /**
531
+ * @remarks
532
+ * This parameter is required.
533
+ *
534
+ * @example
535
+ * minutes
536
+ */
537
+ bizType?: string;
538
+ /**
539
+ * @remarks
540
+ * This parameter is required.
541
+ *
542
+ * @example
543
+ * 1dddwrqrq
544
+ */
545
+ conferenceId?: string;
546
+ tenantContextShrink?: string;
547
+ /**
548
+ * @remarks
549
+ * This parameter is required.
550
+ *
551
+ * @example
552
+ * 012345
553
+ */
554
+ userId?: string;
555
+ static names(): {
556
+ [key: string]: string;
557
+ };
558
+ static types(): {
559
+ [key: string]: any;
560
+ };
561
+ constructor(map?: {
562
+ [key: string]: any;
563
+ });
564
+ }
565
+ export declare class AddRecordPermissionResponseBody extends $tea.Model {
566
+ /**
567
+ * @example
568
+ * 200
569
+ */
570
+ code?: string;
571
+ /**
572
+ * @example
573
+ * 0FAAEC9C-C6C8-5C87-AF8E-1195889BBXXX
574
+ */
575
+ requestId?: string;
576
+ /**
577
+ * @example
578
+ * 0FAAEC9C-C6C8-5C87-AF8E-1195889BBXXX
579
+ */
580
+ vendorRequestId?: string;
581
+ /**
582
+ * @example
583
+ * dingtalk
584
+ */
585
+ vendorType?: string;
586
+ static names(): {
587
+ [key: string]: string;
588
+ };
589
+ static types(): {
590
+ [key: string]: any;
591
+ };
592
+ constructor(map?: {
593
+ [key: string]: any;
594
+ });
595
+ }
596
+ export declare class AddRecordPermissionResponse extends $tea.Model {
597
+ headers?: {
598
+ [key: string]: string;
599
+ };
600
+ statusCode?: number;
601
+ body?: AddRecordPermissionResponseBody;
602
+ static names(): {
603
+ [key: string]: string;
604
+ };
605
+ static types(): {
606
+ [key: string]: any;
607
+ };
608
+ constructor(map?: {
609
+ [key: string]: any;
610
+ });
611
+ }
463
612
  export declare class AddScenegroupMemberHeaders extends $tea.Model {
464
613
  commonHeaders?: {
465
614
  [key: string]: string;
@@ -3147,6 +3296,7 @@ export declare class CreateEventShrinkHeaders extends $tea.Model {
3147
3296
  }
3148
3297
  export declare class CreateEventRequest extends $tea.Model {
3149
3298
  attendees?: CreateEventRequestAttendees[];
3299
+ cardInstances?: CreateEventRequestCardInstances[];
3150
3300
  description?: string;
3151
3301
  end?: CreateEventRequestEnd;
3152
3302
  extra?: {
@@ -3197,6 +3347,7 @@ export declare class CreateEventRequest extends $tea.Model {
3197
3347
  }
3198
3348
  export declare class CreateEventShrinkRequest extends $tea.Model {
3199
3349
  attendeesShrink?: string;
3350
+ cardInstancesShrink?: string;
3200
3351
  description?: string;
3201
3352
  endShrink?: string;
3202
3353
  extraShrink?: string;
@@ -13293,6 +13444,132 @@ export declare class GetSheetResponse extends $tea.Model {
13293
13444
  [key: string]: any;
13294
13445
  });
13295
13446
  }
13447
+ export declare class GetSheetContentJobIdHeaders extends $tea.Model {
13448
+ commonHeaders?: {
13449
+ [key: string]: string;
13450
+ };
13451
+ accountContext?: GetSheetContentJobIdHeadersAccountContext;
13452
+ static names(): {
13453
+ [key: string]: string;
13454
+ };
13455
+ static types(): {
13456
+ [key: string]: any;
13457
+ };
13458
+ constructor(map?: {
13459
+ [key: string]: any;
13460
+ });
13461
+ }
13462
+ export declare class GetSheetContentJobIdShrinkHeaders extends $tea.Model {
13463
+ commonHeaders?: {
13464
+ [key: string]: string;
13465
+ };
13466
+ accountContextShrink?: string;
13467
+ static names(): {
13468
+ [key: string]: string;
13469
+ };
13470
+ static types(): {
13471
+ [key: string]: any;
13472
+ };
13473
+ constructor(map?: {
13474
+ [key: string]: any;
13475
+ });
13476
+ }
13477
+ export declare class GetSheetContentJobIdRequest extends $tea.Model {
13478
+ /**
13479
+ * @example
13480
+ * MNDoBb60VLYDGNPytQe7Gzp4JlemrZQ3
13481
+ */
13482
+ dentryUuid?: string;
13483
+ /**
13484
+ * @example
13485
+ * dingTalksheetToxlsx
13486
+ */
13487
+ exportType?: string;
13488
+ tenantContext?: GetSheetContentJobIdRequestTenantContext;
13489
+ static names(): {
13490
+ [key: string]: string;
13491
+ };
13492
+ static types(): {
13493
+ [key: string]: any;
13494
+ };
13495
+ constructor(map?: {
13496
+ [key: string]: any;
13497
+ });
13498
+ }
13499
+ export declare class GetSheetContentJobIdShrinkRequest extends $tea.Model {
13500
+ /**
13501
+ * @example
13502
+ * MNDoBb60VLYDGNPytQe7Gzp4JlemrZQ3
13503
+ */
13504
+ dentryUuid?: string;
13505
+ /**
13506
+ * @example
13507
+ * dingTalksheetToxlsx
13508
+ */
13509
+ exportType?: string;
13510
+ tenantContextShrink?: string;
13511
+ static names(): {
13512
+ [key: string]: string;
13513
+ };
13514
+ static types(): {
13515
+ [key: string]: any;
13516
+ };
13517
+ constructor(map?: {
13518
+ [key: string]: any;
13519
+ });
13520
+ }
13521
+ export declare class GetSheetContentJobIdResponseBody extends $tea.Model {
13522
+ /**
13523
+ * @example
13524
+ * 14640056080
13525
+ */
13526
+ jobId?: string;
13527
+ /**
13528
+ * @example
13529
+ * 0FAAEC9C-C6C8-5C87-AF8E-1195889BBXXX
13530
+ */
13531
+ requestId?: string;
13532
+ /**
13533
+ * @example
13534
+ * init
13535
+ */
13536
+ status?: string;
13537
+ /**
13538
+ * @example
13539
+ * 0FAAEC9C-C6C8-5C87-AF8E-1195889BBXXX
13540
+ */
13541
+ vendorRequestId?: string;
13542
+ /**
13543
+ * @example
13544
+ * dingtalk
13545
+ */
13546
+ vendorType?: string;
13547
+ static names(): {
13548
+ [key: string]: string;
13549
+ };
13550
+ static types(): {
13551
+ [key: string]: any;
13552
+ };
13553
+ constructor(map?: {
13554
+ [key: string]: any;
13555
+ });
13556
+ }
13557
+ export declare class GetSheetContentJobIdResponse extends $tea.Model {
13558
+ headers?: {
13559
+ [key: string]: string;
13560
+ };
13561
+ statusCode?: number;
13562
+ body?: GetSheetContentJobIdResponseBody;
13563
+ static names(): {
13564
+ [key: string]: string;
13565
+ };
13566
+ static types(): {
13567
+ [key: string]: any;
13568
+ };
13569
+ constructor(map?: {
13570
+ [key: string]: any;
13571
+ });
13572
+ }
13296
13573
  export declare class GetSpaceDirectoriesHeaders extends $tea.Model {
13297
13574
  commonHeaders?: {
13298
13575
  [key: string]: string;
@@ -14064,6 +14341,234 @@ export declare class GetUserResponse extends $tea.Model {
14064
14341
  [key: string]: any;
14065
14342
  });
14066
14343
  }
14344
+ export declare class GetUserIdHeaders extends $tea.Model {
14345
+ commonHeaders?: {
14346
+ [key: string]: string;
14347
+ };
14348
+ accountContext?: GetUserIdHeadersAccountContext;
14349
+ static names(): {
14350
+ [key: string]: string;
14351
+ };
14352
+ static types(): {
14353
+ [key: string]: any;
14354
+ };
14355
+ constructor(map?: {
14356
+ [key: string]: any;
14357
+ });
14358
+ }
14359
+ export declare class GetUserIdShrinkHeaders extends $tea.Model {
14360
+ commonHeaders?: {
14361
+ [key: string]: string;
14362
+ };
14363
+ accountContextShrink?: string;
14364
+ static names(): {
14365
+ [key: string]: string;
14366
+ };
14367
+ static types(): {
14368
+ [key: string]: any;
14369
+ };
14370
+ constructor(map?: {
14371
+ [key: string]: any;
14372
+ });
14373
+ }
14374
+ export declare class GetUserIdRequest extends $tea.Model {
14375
+ tenantContext?: GetUserIdRequestTenantContext;
14376
+ /**
14377
+ * @remarks
14378
+ * unionId
14379
+ *
14380
+ * @example
14381
+ * ****iE
14382
+ */
14383
+ unionId?: string;
14384
+ static names(): {
14385
+ [key: string]: string;
14386
+ };
14387
+ static types(): {
14388
+ [key: string]: any;
14389
+ };
14390
+ constructor(map?: {
14391
+ [key: string]: any;
14392
+ });
14393
+ }
14394
+ export declare class GetUserIdShrinkRequest extends $tea.Model {
14395
+ tenantContextShrink?: string;
14396
+ /**
14397
+ * @remarks
14398
+ * unionId
14399
+ *
14400
+ * @example
14401
+ * ****iE
14402
+ */
14403
+ unionId?: string;
14404
+ static names(): {
14405
+ [key: string]: string;
14406
+ };
14407
+ static types(): {
14408
+ [key: string]: any;
14409
+ };
14410
+ constructor(map?: {
14411
+ [key: string]: any;
14412
+ });
14413
+ }
14414
+ export declare class GetUserIdResponseBody extends $tea.Model {
14415
+ /**
14416
+ * @example
14417
+ * 0FAAEC9C-C6C8-5C87-AF8E-1195889BBXXX
14418
+ */
14419
+ requestId?: string;
14420
+ /**
14421
+ * @example
14422
+ * 012345
14423
+ */
14424
+ userId?: string;
14425
+ /**
14426
+ * @example
14427
+ * 0FAAEC9C-C6C8-5C87-AF8E-1195889BBXXX
14428
+ */
14429
+ vendorRequestId?: string;
14430
+ /**
14431
+ * @example
14432
+ * dingtalk
14433
+ */
14434
+ vendorType?: string;
14435
+ static names(): {
14436
+ [key: string]: string;
14437
+ };
14438
+ static types(): {
14439
+ [key: string]: any;
14440
+ };
14441
+ constructor(map?: {
14442
+ [key: string]: any;
14443
+ });
14444
+ }
14445
+ export declare class GetUserIdResponse extends $tea.Model {
14446
+ headers?: {
14447
+ [key: string]: string;
14448
+ };
14449
+ statusCode?: number;
14450
+ body?: GetUserIdResponseBody;
14451
+ static names(): {
14452
+ [key: string]: string;
14453
+ };
14454
+ static types(): {
14455
+ [key: string]: any;
14456
+ };
14457
+ constructor(map?: {
14458
+ [key: string]: any;
14459
+ });
14460
+ }
14461
+ export declare class GetUserIdByOrgIdAndStaffIdHeaders extends $tea.Model {
14462
+ commonHeaders?: {
14463
+ [key: string]: string;
14464
+ };
14465
+ accountContext?: GetUserIdByOrgIdAndStaffIdHeadersAccountContext;
14466
+ static names(): {
14467
+ [key: string]: string;
14468
+ };
14469
+ static types(): {
14470
+ [key: string]: any;
14471
+ };
14472
+ constructor(map?: {
14473
+ [key: string]: any;
14474
+ });
14475
+ }
14476
+ export declare class GetUserIdByOrgIdAndStaffIdShrinkHeaders extends $tea.Model {
14477
+ commonHeaders?: {
14478
+ [key: string]: string;
14479
+ };
14480
+ accountContextShrink?: string;
14481
+ static names(): {
14482
+ [key: string]: string;
14483
+ };
14484
+ static types(): {
14485
+ [key: string]: any;
14486
+ };
14487
+ constructor(map?: {
14488
+ [key: string]: any;
14489
+ });
14490
+ }
14491
+ export declare class GetUserIdByOrgIdAndStaffIdRequest extends $tea.Model {
14492
+ /**
14493
+ * @example
14494
+ * 123456
14495
+ */
14496
+ orgId?: number;
14497
+ tenantContext?: GetUserIdByOrgIdAndStaffIdRequestTenantContext;
14498
+ static names(): {
14499
+ [key: string]: string;
14500
+ };
14501
+ static types(): {
14502
+ [key: string]: any;
14503
+ };
14504
+ constructor(map?: {
14505
+ [key: string]: any;
14506
+ });
14507
+ }
14508
+ export declare class GetUserIdByOrgIdAndStaffIdShrinkRequest extends $tea.Model {
14509
+ /**
14510
+ * @example
14511
+ * 123456
14512
+ */
14513
+ orgId?: number;
14514
+ tenantContextShrink?: string;
14515
+ static names(): {
14516
+ [key: string]: string;
14517
+ };
14518
+ static types(): {
14519
+ [key: string]: any;
14520
+ };
14521
+ constructor(map?: {
14522
+ [key: string]: any;
14523
+ });
14524
+ }
14525
+ export declare class GetUserIdByOrgIdAndStaffIdResponseBody extends $tea.Model {
14526
+ /**
14527
+ * @example
14528
+ * 0FAAEC9C-C6C8-5C87-AF8E-1195889BBXXX
14529
+ */
14530
+ requestId?: string;
14531
+ /**
14532
+ * @example
14533
+ * 01223245436
14534
+ */
14535
+ userId?: string;
14536
+ /**
14537
+ * @example
14538
+ * 0FAAEC9C-C6C8-5C87-AF8E-1195889BBXXX
14539
+ */
14540
+ vendorRequestId?: string;
14541
+ /**
14542
+ * @example
14543
+ * dingtalk
14544
+ */
14545
+ vendorType?: string;
14546
+ static names(): {
14547
+ [key: string]: string;
14548
+ };
14549
+ static types(): {
14550
+ [key: string]: any;
14551
+ };
14552
+ constructor(map?: {
14553
+ [key: string]: any;
14554
+ });
14555
+ }
14556
+ export declare class GetUserIdByOrgIdAndStaffIdResponse extends $tea.Model {
14557
+ headers?: {
14558
+ [key: string]: string;
14559
+ };
14560
+ statusCode?: number;
14561
+ body?: GetUserIdByOrgIdAndStaffIdResponseBody;
14562
+ static names(): {
14563
+ [key: string]: string;
14564
+ };
14565
+ static types(): {
14566
+ [key: string]: any;
14567
+ };
14568
+ constructor(map?: {
14569
+ [key: string]: any;
14570
+ });
14571
+ }
14067
14572
  export declare class GetUserLatestPlanHeaders extends $tea.Model {
14068
14573
  commonHeaders?: {
14069
14574
  [key: string]: string;
@@ -16901,6 +17406,169 @@ export declare class ListTeamsResponse extends $tea.Model {
16901
17406
  [key: string]: any;
16902
17407
  });
16903
17408
  }
17409
+ export declare class ListTemplateHeaders extends $tea.Model {
17410
+ commonHeaders?: {
17411
+ [key: string]: string;
17412
+ };
17413
+ accountContext?: ListTemplateHeadersAccountContext;
17414
+ static names(): {
17415
+ [key: string]: string;
17416
+ };
17417
+ static types(): {
17418
+ [key: string]: any;
17419
+ };
17420
+ constructor(map?: {
17421
+ [key: string]: any;
17422
+ });
17423
+ }
17424
+ export declare class ListTemplateShrinkHeaders extends $tea.Model {
17425
+ commonHeaders?: {
17426
+ [key: string]: string;
17427
+ };
17428
+ accountContextShrink?: string;
17429
+ static names(): {
17430
+ [key: string]: string;
17431
+ };
17432
+ static types(): {
17433
+ [key: string]: any;
17434
+ };
17435
+ constructor(map?: {
17436
+ [key: string]: any;
17437
+ });
17438
+ }
17439
+ export declare class ListTemplateRequest extends $tea.Model {
17440
+ /**
17441
+ * @remarks
17442
+ * This parameter is required.
17443
+ *
17444
+ * @example
17445
+ * 20
17446
+ */
17447
+ maxResults?: number;
17448
+ /**
17449
+ * @example
17450
+ * zzz
17451
+ */
17452
+ nextToken?: string;
17453
+ /**
17454
+ * @remarks
17455
+ * This parameter is required.
17456
+ *
17457
+ * @example
17458
+ * public_template
17459
+ */
17460
+ templateType?: string;
17461
+ tenantContext?: ListTemplateRequestTenantContext;
17462
+ /**
17463
+ * @example
17464
+ * workspaceId
17465
+ */
17466
+ workspaceId?: string;
17467
+ static names(): {
17468
+ [key: string]: string;
17469
+ };
17470
+ static types(): {
17471
+ [key: string]: any;
17472
+ };
17473
+ constructor(map?: {
17474
+ [key: string]: any;
17475
+ });
17476
+ }
17477
+ export declare class ListTemplateShrinkRequest extends $tea.Model {
17478
+ /**
17479
+ * @remarks
17480
+ * This parameter is required.
17481
+ *
17482
+ * @example
17483
+ * 20
17484
+ */
17485
+ maxResults?: number;
17486
+ /**
17487
+ * @example
17488
+ * zzz
17489
+ */
17490
+ nextToken?: string;
17491
+ /**
17492
+ * @remarks
17493
+ * This parameter is required.
17494
+ *
17495
+ * @example
17496
+ * public_template
17497
+ */
17498
+ templateType?: string;
17499
+ tenantContextShrink?: string;
17500
+ /**
17501
+ * @example
17502
+ * workspaceId
17503
+ */
17504
+ workspaceId?: string;
17505
+ static names(): {
17506
+ [key: string]: string;
17507
+ };
17508
+ static types(): {
17509
+ [key: string]: any;
17510
+ };
17511
+ constructor(map?: {
17512
+ [key: string]: any;
17513
+ });
17514
+ }
17515
+ export declare class ListTemplateResponseBody extends $tea.Model {
17516
+ /**
17517
+ * @example
17518
+ * true
17519
+ */
17520
+ hasMore?: boolean;
17521
+ /**
17522
+ * @example
17523
+ * next_token
17524
+ */
17525
+ nextToken?: string;
17526
+ /**
17527
+ * @example
17528
+ * 0FAAEC9C-C6C8-5C87-AF8E-1195889BBXXX
17529
+ */
17530
+ requestId?: string;
17531
+ /**
17532
+ * @example
17533
+ * []
17534
+ */
17535
+ templateList?: ListTemplateResponseBodyTemplateList[];
17536
+ /**
17537
+ * @example
17538
+ * 0FAAEC9C-C6C8-5C87-AF8E-1195889BBXXX
17539
+ */
17540
+ vendorRequestId?: string;
17541
+ /**
17542
+ * @example
17543
+ * dingtalk
17544
+ */
17545
+ vendorType?: string;
17546
+ static names(): {
17547
+ [key: string]: string;
17548
+ };
17549
+ static types(): {
17550
+ [key: string]: any;
17551
+ };
17552
+ constructor(map?: {
17553
+ [key: string]: any;
17554
+ });
17555
+ }
17556
+ export declare class ListTemplateResponse extends $tea.Model {
17557
+ headers?: {
17558
+ [key: string]: string;
17559
+ };
17560
+ statusCode?: number;
17561
+ body?: ListTemplateResponseBody;
17562
+ static names(): {
17563
+ [key: string]: string;
17564
+ };
17565
+ static types(): {
17566
+ [key: string]: any;
17567
+ };
17568
+ constructor(map?: {
17569
+ [key: string]: any;
17570
+ });
17571
+ }
16904
17572
  export declare class ListWorkspacesHeaders extends $tea.Model {
16905
17573
  commonHeaders?: {
16906
17574
  [key: string]: string;
@@ -17086,6 +17754,7 @@ export declare class PatchEventRequest extends $tea.Model {
17086
17754
  * primary
17087
17755
  */
17088
17756
  calendarId?: string;
17757
+ cardInstances?: PatchEventRequestCardInstances[];
17089
17758
  description?: string;
17090
17759
  end?: PatchEventRequestEnd;
17091
17760
  /**
@@ -17129,6 +17798,7 @@ export declare class PatchEventShrinkRequest extends $tea.Model {
17129
17798
  * primary
17130
17799
  */
17131
17800
  calendarId?: string;
17801
+ cardInstancesShrink?: string;
17132
17802
  description?: string;
17133
17803
  endShrink?: string;
17134
17804
  /**
@@ -19585,6 +20255,135 @@ export declare class QueryOrgTodoTasksResponse extends $tea.Model {
19585
20255
  [key: string]: any;
19586
20256
  });
19587
20257
  }
20258
+ export declare class QueryRecordMinutesUrlHeaders extends $tea.Model {
20259
+ commonHeaders?: {
20260
+ [key: string]: string;
20261
+ };
20262
+ accountContext?: QueryRecordMinutesUrlHeadersAccountContext;
20263
+ static names(): {
20264
+ [key: string]: string;
20265
+ };
20266
+ static types(): {
20267
+ [key: string]: any;
20268
+ };
20269
+ constructor(map?: {
20270
+ [key: string]: any;
20271
+ });
20272
+ }
20273
+ export declare class QueryRecordMinutesUrlShrinkHeaders extends $tea.Model {
20274
+ commonHeaders?: {
20275
+ [key: string]: string;
20276
+ };
20277
+ accountContextShrink?: string;
20278
+ static names(): {
20279
+ [key: string]: string;
20280
+ };
20281
+ static types(): {
20282
+ [key: string]: any;
20283
+ };
20284
+ constructor(map?: {
20285
+ [key: string]: any;
20286
+ });
20287
+ }
20288
+ export declare class QueryRecordMinutesUrlRequest extends $tea.Model {
20289
+ /**
20290
+ * @remarks
20291
+ * This parameter is required.
20292
+ *
20293
+ * @example
20294
+ * minutes
20295
+ */
20296
+ bizType?: string;
20297
+ /**
20298
+ * @remarks
20299
+ * This parameter is required.
20300
+ *
20301
+ * @example
20302
+ * 1dddwrqrq
20303
+ */
20304
+ conferenceId?: string;
20305
+ tenantContext?: QueryRecordMinutesUrlRequestTenantContext;
20306
+ static names(): {
20307
+ [key: string]: string;
20308
+ };
20309
+ static types(): {
20310
+ [key: string]: any;
20311
+ };
20312
+ constructor(map?: {
20313
+ [key: string]: any;
20314
+ });
20315
+ }
20316
+ export declare class QueryRecordMinutesUrlShrinkRequest extends $tea.Model {
20317
+ /**
20318
+ * @remarks
20319
+ * This parameter is required.
20320
+ *
20321
+ * @example
20322
+ * minutes
20323
+ */
20324
+ bizType?: string;
20325
+ /**
20326
+ * @remarks
20327
+ * This parameter is required.
20328
+ *
20329
+ * @example
20330
+ * 1dddwrqrq
20331
+ */
20332
+ conferenceId?: string;
20333
+ tenantContextShrink?: string;
20334
+ static names(): {
20335
+ [key: string]: string;
20336
+ };
20337
+ static types(): {
20338
+ [key: string]: any;
20339
+ };
20340
+ constructor(map?: {
20341
+ [key: string]: any;
20342
+ });
20343
+ }
20344
+ export declare class QueryRecordMinutesUrlResponseBody extends $tea.Model {
20345
+ recordMinutesUrls?: QueryRecordMinutesUrlResponseBodyRecordMinutesUrls[];
20346
+ /**
20347
+ * @example
20348
+ * 0FAAEC9C-C6C8-5C87-AF8E-1195889BBXXX
20349
+ */
20350
+ requestId?: string;
20351
+ /**
20352
+ * @example
20353
+ * 0FAAEC9C-C6C8-5C87-AF8E-1195889BBXXX
20354
+ */
20355
+ vendorRequestId?: string;
20356
+ /**
20357
+ * @example
20358
+ * dingtalk
20359
+ */
20360
+ vendorType?: string;
20361
+ static names(): {
20362
+ [key: string]: string;
20363
+ };
20364
+ static types(): {
20365
+ [key: string]: any;
20366
+ };
20367
+ constructor(map?: {
20368
+ [key: string]: any;
20369
+ });
20370
+ }
20371
+ export declare class QueryRecordMinutesUrlResponse extends $tea.Model {
20372
+ headers?: {
20373
+ [key: string]: string;
20374
+ };
20375
+ statusCode?: number;
20376
+ body?: QueryRecordMinutesUrlResponseBody;
20377
+ static names(): {
20378
+ [key: string]: string;
20379
+ };
20380
+ static types(): {
20381
+ [key: string]: any;
20382
+ };
20383
+ constructor(map?: {
20384
+ [key: string]: any;
20385
+ });
20386
+ }
19588
20387
  export declare class QueryReportDetailHeaders extends $tea.Model {
19589
20388
  commonHeaders?: {
19590
20389
  [key: string]: string;
@@ -27058,6 +27857,41 @@ export declare class AddMeetingRoomsRequestMeetingRoomsToAdd extends $tea.Model
27058
27857
  [key: string]: any;
27059
27858
  });
27060
27859
  }
27860
+ export declare class AddRecordPermissionHeadersAccountContext extends $tea.Model {
27861
+ /**
27862
+ * @remarks
27863
+ * This parameter is required.
27864
+ *
27865
+ * @example
27866
+ * 012345
27867
+ */
27868
+ accountId?: string;
27869
+ static names(): {
27870
+ [key: string]: string;
27871
+ };
27872
+ static types(): {
27873
+ [key: string]: any;
27874
+ };
27875
+ constructor(map?: {
27876
+ [key: string]: any;
27877
+ });
27878
+ }
27879
+ export declare class AddRecordPermissionRequestTenantContext extends $tea.Model {
27880
+ /**
27881
+ * @example
27882
+ * xxxxxx
27883
+ */
27884
+ tenantId?: string;
27885
+ static names(): {
27886
+ [key: string]: string;
27887
+ };
27888
+ static types(): {
27889
+ [key: string]: any;
27890
+ };
27891
+ constructor(map?: {
27892
+ [key: string]: any;
27893
+ });
27894
+ }
27061
27895
  export declare class AddScenegroupMemberHeadersAccountContext extends $tea.Model {
27062
27896
  /**
27063
27897
  * @remarks
@@ -28200,6 +29034,19 @@ export declare class CreateEventRequestAttendees extends $tea.Model {
28200
29034
  [key: string]: any;
28201
29035
  });
28202
29036
  }
29037
+ export declare class CreateEventRequestCardInstances extends $tea.Model {
29038
+ outTrackId?: string;
29039
+ scenario?: string;
29040
+ static names(): {
29041
+ [key: string]: string;
29042
+ };
29043
+ static types(): {
29044
+ [key: string]: any;
29045
+ };
29046
+ constructor(map?: {
29047
+ [key: string]: any;
29048
+ });
29049
+ }
28203
29050
  export declare class CreateEventRequestEnd extends $tea.Model {
28204
29051
  /**
28205
29052
  * @example
@@ -34127,6 +34974,41 @@ export declare class GetSheetRequestTenantContext extends $tea.Model {
34127
34974
  [key: string]: any;
34128
34975
  });
34129
34976
  }
34977
+ export declare class GetSheetContentJobIdHeadersAccountContext extends $tea.Model {
34978
+ /**
34979
+ * @remarks
34980
+ * This parameter is required.
34981
+ *
34982
+ * @example
34983
+ * 012345
34984
+ */
34985
+ accountId?: string;
34986
+ static names(): {
34987
+ [key: string]: string;
34988
+ };
34989
+ static types(): {
34990
+ [key: string]: any;
34991
+ };
34992
+ constructor(map?: {
34993
+ [key: string]: any;
34994
+ });
34995
+ }
34996
+ export declare class GetSheetContentJobIdRequestTenantContext extends $tea.Model {
34997
+ /**
34998
+ * @example
34999
+ * xxxxxx
35000
+ */
35001
+ tenantId?: string;
35002
+ static names(): {
35003
+ [key: string]: string;
35004
+ };
35005
+ static types(): {
35006
+ [key: string]: any;
35007
+ };
35008
+ constructor(map?: {
35009
+ [key: string]: any;
35010
+ });
35011
+ }
34130
35012
  export declare class GetSpaceDirectoriesHeadersAccountContext extends $tea.Model {
34131
35013
  /**
34132
35014
  * @remarks
@@ -34928,6 +35810,76 @@ export declare class GetUserResponseBodyUnionEmpExt extends $tea.Model {
34928
35810
  [key: string]: any;
34929
35811
  });
34930
35812
  }
35813
+ export declare class GetUserIdHeadersAccountContext extends $tea.Model {
35814
+ /**
35815
+ * @remarks
35816
+ * This parameter is required.
35817
+ *
35818
+ * @example
35819
+ * 012345
35820
+ */
35821
+ accountId?: string;
35822
+ static names(): {
35823
+ [key: string]: string;
35824
+ };
35825
+ static types(): {
35826
+ [key: string]: any;
35827
+ };
35828
+ constructor(map?: {
35829
+ [key: string]: any;
35830
+ });
35831
+ }
35832
+ export declare class GetUserIdRequestTenantContext extends $tea.Model {
35833
+ /**
35834
+ * @example
35835
+ * xxxxxx
35836
+ */
35837
+ tenantId?: string;
35838
+ static names(): {
35839
+ [key: string]: string;
35840
+ };
35841
+ static types(): {
35842
+ [key: string]: any;
35843
+ };
35844
+ constructor(map?: {
35845
+ [key: string]: any;
35846
+ });
35847
+ }
35848
+ export declare class GetUserIdByOrgIdAndStaffIdHeadersAccountContext extends $tea.Model {
35849
+ /**
35850
+ * @remarks
35851
+ * This parameter is required.
35852
+ *
35853
+ * @example
35854
+ * 012345
35855
+ */
35856
+ accountId?: string;
35857
+ static names(): {
35858
+ [key: string]: string;
35859
+ };
35860
+ static types(): {
35861
+ [key: string]: any;
35862
+ };
35863
+ constructor(map?: {
35864
+ [key: string]: any;
35865
+ });
35866
+ }
35867
+ export declare class GetUserIdByOrgIdAndStaffIdRequestTenantContext extends $tea.Model {
35868
+ /**
35869
+ * @example
35870
+ * xxxxxx
35871
+ */
35872
+ tenantId?: string;
35873
+ static names(): {
35874
+ [key: string]: string;
35875
+ };
35876
+ static types(): {
35877
+ [key: string]: any;
35878
+ };
35879
+ constructor(map?: {
35880
+ [key: string]: any;
35881
+ });
35882
+ }
34931
35883
  export declare class GetUserLatestPlanHeadersAccountContext extends $tea.Model {
34932
35884
  /**
34933
35885
  * @remarks
@@ -37245,6 +38197,92 @@ export declare class ListTeamsResponseBodyTeams extends $tea.Model {
37245
38197
  [key: string]: any;
37246
38198
  });
37247
38199
  }
38200
+ export declare class ListTemplateHeadersAccountContext extends $tea.Model {
38201
+ /**
38202
+ * @remarks
38203
+ * This parameter is required.
38204
+ *
38205
+ * @example
38206
+ * 012345
38207
+ */
38208
+ accountId?: string;
38209
+ static names(): {
38210
+ [key: string]: string;
38211
+ };
38212
+ static types(): {
38213
+ [key: string]: any;
38214
+ };
38215
+ constructor(map?: {
38216
+ [key: string]: any;
38217
+ });
38218
+ }
38219
+ export declare class ListTemplateRequestTenantContext extends $tea.Model {
38220
+ /**
38221
+ * @example
38222
+ * xxxxxx
38223
+ */
38224
+ tenantId?: string;
38225
+ static names(): {
38226
+ [key: string]: string;
38227
+ };
38228
+ static types(): {
38229
+ [key: string]: any;
38230
+ };
38231
+ constructor(map?: {
38232
+ [key: string]: any;
38233
+ });
38234
+ }
38235
+ export declare class ListTemplateResponseBodyTemplateList extends $tea.Model {
38236
+ /**
38237
+ * @example
38238
+ * URL
38239
+ */
38240
+ coverUrl?: string;
38241
+ /**
38242
+ * @example
38243
+ * 1596506100000
38244
+ */
38245
+ createTime?: number;
38246
+ /**
38247
+ * @example
38248
+ * WORKBOOK
38249
+ */
38250
+ docType?: string;
38251
+ /**
38252
+ * @example
38253
+ * 123
38254
+ */
38255
+ id?: string;
38256
+ /**
38257
+ * @example
38258
+ * user_template
38259
+ */
38260
+ templateType?: string;
38261
+ /**
38262
+ * @example
38263
+ * title
38264
+ */
38265
+ title?: string;
38266
+ /**
38267
+ * @example
38268
+ * 1596506100000
38269
+ */
38270
+ updateTime?: number;
38271
+ /**
38272
+ * @example
38273
+ * workspaceId
38274
+ */
38275
+ workspaceId?: string;
38276
+ static names(): {
38277
+ [key: string]: string;
38278
+ };
38279
+ static types(): {
38280
+ [key: string]: any;
38281
+ };
38282
+ constructor(map?: {
38283
+ [key: string]: any;
38284
+ });
38285
+ }
37248
38286
  export declare class ListWorkspacesHeadersAccountContext extends $tea.Model {
37249
38287
  /**
37250
38288
  * @remarks
@@ -37423,6 +38461,19 @@ export declare class PatchEventRequestAttendees extends $tea.Model {
37423
38461
  [key: string]: any;
37424
38462
  });
37425
38463
  }
38464
+ export declare class PatchEventRequestCardInstances extends $tea.Model {
38465
+ outTrackId?: string;
38466
+ scenario?: string;
38467
+ static names(): {
38468
+ [key: string]: string;
38469
+ };
38470
+ static types(): {
38471
+ [key: string]: any;
38472
+ };
38473
+ constructor(map?: {
38474
+ [key: string]: any;
38475
+ });
38476
+ }
37426
38477
  export declare class PatchEventRequestEnd extends $tea.Model {
37427
38478
  /**
37428
38479
  * @example
@@ -40037,6 +41088,57 @@ export declare class QueryOrgTodoTasksResponseBodyTodoCards extends $tea.Model {
40037
41088
  [key: string]: any;
40038
41089
  });
40039
41090
  }
41091
+ export declare class QueryRecordMinutesUrlHeadersAccountContext extends $tea.Model {
41092
+ /**
41093
+ * @remarks
41094
+ * This parameter is required.
41095
+ *
41096
+ * @example
41097
+ * 012345
41098
+ */
41099
+ accountId?: string;
41100
+ static names(): {
41101
+ [key: string]: string;
41102
+ };
41103
+ static types(): {
41104
+ [key: string]: any;
41105
+ };
41106
+ constructor(map?: {
41107
+ [key: string]: any;
41108
+ });
41109
+ }
41110
+ export declare class QueryRecordMinutesUrlRequestTenantContext extends $tea.Model {
41111
+ /**
41112
+ * @example
41113
+ * xxxxxx
41114
+ */
41115
+ tenantId?: string;
41116
+ static names(): {
41117
+ [key: string]: string;
41118
+ };
41119
+ static types(): {
41120
+ [key: string]: any;
41121
+ };
41122
+ constructor(map?: {
41123
+ [key: string]: any;
41124
+ });
41125
+ }
41126
+ export declare class QueryRecordMinutesUrlResponseBodyRecordMinutesUrls extends $tea.Model {
41127
+ /**
41128
+ * @example
41129
+ * url
41130
+ */
41131
+ recordMinutesUrl?: string;
41132
+ static names(): {
41133
+ [key: string]: string;
41134
+ };
41135
+ static types(): {
41136
+ [key: string]: any;
41137
+ };
41138
+ constructor(map?: {
41139
+ [key: string]: any;
41140
+ });
41141
+ }
40040
41142
  export declare class QueryReportDetailHeadersAccountContext extends $tea.Model {
40041
41143
  /**
40042
41144
  * @remarks
@@ -42548,6 +43650,22 @@ export default class Client extends OpenApi {
42548
43650
  * @returns AddMeetingRoomsResponse
42549
43651
  */
42550
43652
  addMeetingRooms(request: AddMeetingRoomsRequest): Promise<AddMeetingRoomsResponse>;
43653
+ /**
43654
+ * 添加闪记权限
43655
+ *
43656
+ * @param tmpReq - AddRecordPermissionRequest
43657
+ * @param tmpHeader - AddRecordPermissionHeaders
43658
+ * @param runtime - runtime options for this request RuntimeOptions
43659
+ * @returns AddRecordPermissionResponse
43660
+ */
43661
+ addRecordPermissionWithOptions(tmpReq: AddRecordPermissionRequest, tmpHeader: AddRecordPermissionHeaders, runtime: $Util.RuntimeOptions): Promise<AddRecordPermissionResponse>;
43662
+ /**
43663
+ * 添加闪记权限
43664
+ *
43665
+ * @param request - AddRecordPermissionRequest
43666
+ * @returns AddRecordPermissionResponse
43667
+ */
43668
+ addRecordPermission(request: AddRecordPermissionRequest): Promise<AddRecordPermissionResponse>;
42551
43669
  /**
42552
43670
  * 新增群成员
42553
43671
  *
@@ -44064,6 +45182,22 @@ export default class Client extends OpenApi {
44064
45182
  * @returns GetSheetResponse
44065
45183
  */
44066
45184
  getSheet(request: GetSheetRequest): Promise<GetSheetResponse>;
45185
+ /**
45186
+ * 获取表格文档内容jobId
45187
+ *
45188
+ * @param tmpReq - GetSheetContentJobIdRequest
45189
+ * @param tmpHeader - GetSheetContentJobIdHeaders
45190
+ * @param runtime - runtime options for this request RuntimeOptions
45191
+ * @returns GetSheetContentJobIdResponse
45192
+ */
45193
+ getSheetContentJobIdWithOptions(tmpReq: GetSheetContentJobIdRequest, tmpHeader: GetSheetContentJobIdHeaders, runtime: $Util.RuntimeOptions): Promise<GetSheetContentJobIdResponse>;
45194
+ /**
45195
+ * 获取表格文档内容jobId
45196
+ *
45197
+ * @param request - GetSheetContentJobIdRequest
45198
+ * @returns GetSheetContentJobIdResponse
45199
+ */
45200
+ getSheetContentJobId(request: GetSheetContentJobIdRequest): Promise<GetSheetContentJobIdResponse>;
44067
45201
  /**
44068
45202
  * 查询知识库下的目录结构
44069
45203
  *
@@ -44144,6 +45278,38 @@ export default class Client extends OpenApi {
44144
45278
  * @returns GetUserResponse
44145
45279
  */
44146
45280
  getUser(request: GetUserRequest): Promise<GetUserResponse>;
45281
+ /**
45282
+ * 根据unionId获取用户userId
45283
+ *
45284
+ * @param tmpReq - GetUserIdRequest
45285
+ * @param tmpHeader - GetUserIdHeaders
45286
+ * @param runtime - runtime options for this request RuntimeOptions
45287
+ * @returns GetUserIdResponse
45288
+ */
45289
+ getUserIdWithOptions(tmpReq: GetUserIdRequest, tmpHeader: GetUserIdHeaders, runtime: $Util.RuntimeOptions): Promise<GetUserIdResponse>;
45290
+ /**
45291
+ * 根据unionId获取用户userId
45292
+ *
45293
+ * @param request - GetUserIdRequest
45294
+ * @returns GetUserIdResponse
45295
+ */
45296
+ getUserId(request: GetUserIdRequest): Promise<GetUserIdResponse>;
45297
+ /**
45298
+ * 根据orgId和staffId获取用户userId
45299
+ *
45300
+ * @param tmpReq - GetUserIdByOrgIdAndStaffIdRequest
45301
+ * @param tmpHeader - GetUserIdByOrgIdAndStaffIdHeaders
45302
+ * @param runtime - runtime options for this request RuntimeOptions
45303
+ * @returns GetUserIdByOrgIdAndStaffIdResponse
45304
+ */
45305
+ getUserIdByOrgIdAndStaffIdWithOptions(tmpReq: GetUserIdByOrgIdAndStaffIdRequest, tmpHeader: GetUserIdByOrgIdAndStaffIdHeaders, runtime: $Util.RuntimeOptions): Promise<GetUserIdByOrgIdAndStaffIdResponse>;
45306
+ /**
45307
+ * 根据orgId和staffId获取用户userId
45308
+ *
45309
+ * @param request - GetUserIdByOrgIdAndStaffIdRequest
45310
+ * @returns GetUserIdByOrgIdAndStaffIdResponse
45311
+ */
45312
+ getUserIdByOrgIdAndStaffId(request: GetUserIdByOrgIdAndStaffIdRequest): Promise<GetUserIdByOrgIdAndStaffIdResponse>;
44147
45313
  /**
44148
45314
  * 获取用户最新的有效的专属账号迁移方案
44149
45315
  *
@@ -44464,6 +45630,22 @@ export default class Client extends OpenApi {
44464
45630
  * @returns ListTeamsResponse
44465
45631
  */
44466
45632
  listTeams(request: ListTeamsRequest): Promise<ListTeamsResponse>;
45633
+ /**
45634
+ * 查询文档模板
45635
+ *
45636
+ * @param tmpReq - ListTemplateRequest
45637
+ * @param tmpHeader - ListTemplateHeaders
45638
+ * @param runtime - runtime options for this request RuntimeOptions
45639
+ * @returns ListTemplateResponse
45640
+ */
45641
+ listTemplateWithOptions(tmpReq: ListTemplateRequest, tmpHeader: ListTemplateHeaders, runtime: $Util.RuntimeOptions): Promise<ListTemplateResponse>;
45642
+ /**
45643
+ * 查询文档模板
45644
+ *
45645
+ * @param request - ListTemplateRequest
45646
+ * @returns ListTemplateResponse
45647
+ */
45648
+ listTemplate(request: ListTemplateRequest): Promise<ListTemplateResponse>;
44467
45649
  /**
44468
45650
  * 获取知识库列表
44469
45651
  *
@@ -44784,6 +45966,22 @@ export default class Client extends OpenApi {
44784
45966
  * @returns QueryOrgTodoTasksResponse
44785
45967
  */
44786
45968
  queryOrgTodoTasks(request: QueryOrgTodoTasksRequest): Promise<QueryOrgTodoTasksResponse>;
45969
+ /**
45970
+ * 查询闪记的链接,可通过链接查看闪记内容
45971
+ *
45972
+ * @param tmpReq - QueryRecordMinutesUrlRequest
45973
+ * @param tmpHeader - QueryRecordMinutesUrlHeaders
45974
+ * @param runtime - runtime options for this request RuntimeOptions
45975
+ * @returns QueryRecordMinutesUrlResponse
45976
+ */
45977
+ queryRecordMinutesUrlWithOptions(tmpReq: QueryRecordMinutesUrlRequest, tmpHeader: QueryRecordMinutesUrlHeaders, runtime: $Util.RuntimeOptions): Promise<QueryRecordMinutesUrlResponse>;
45978
+ /**
45979
+ * 查询闪记的链接,可通过链接查看闪记内容
45980
+ *
45981
+ * @param request - QueryRecordMinutesUrlRequest
45982
+ * @returns QueryRecordMinutesUrlResponse
45983
+ */
45984
+ queryRecordMinutesUrl(request: QueryRecordMinutesUrlRequest): Promise<QueryRecordMinutesUrlResponse>;
44787
45985
  /**
44788
45986
  * 获取日志详情
44789
45987
  *