@alicloud/aliding20230426 2.17.0 → 2.19.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;
@@ -13952,6 +14101,216 @@ export declare class GetTemplateListByUserIdResponse extends $tea.Model {
13952
14101
  [key: string]: any;
13953
14102
  });
13954
14103
  }
14104
+ export declare class GetTodoTaskHeaders extends $tea.Model {
14105
+ commonHeaders?: {
14106
+ [key: string]: string;
14107
+ };
14108
+ accountContext?: GetTodoTaskHeadersAccountContext;
14109
+ static names(): {
14110
+ [key: string]: string;
14111
+ };
14112
+ static types(): {
14113
+ [key: string]: any;
14114
+ };
14115
+ constructor(map?: {
14116
+ [key: string]: any;
14117
+ });
14118
+ }
14119
+ export declare class GetTodoTaskShrinkHeaders extends $tea.Model {
14120
+ commonHeaders?: {
14121
+ [key: string]: string;
14122
+ };
14123
+ accountContextShrink?: string;
14124
+ static names(): {
14125
+ [key: string]: string;
14126
+ };
14127
+ static types(): {
14128
+ [key: string]: any;
14129
+ };
14130
+ constructor(map?: {
14131
+ [key: string]: any;
14132
+ });
14133
+ }
14134
+ export declare class GetTodoTaskRequest extends $tea.Model {
14135
+ /**
14136
+ * @remarks
14137
+ * This parameter is required.
14138
+ *
14139
+ * @example
14140
+ * OPJpwtxxxx
14141
+ */
14142
+ taskId?: string;
14143
+ tenantContext?: GetTodoTaskRequestTenantContext;
14144
+ static names(): {
14145
+ [key: string]: string;
14146
+ };
14147
+ static types(): {
14148
+ [key: string]: any;
14149
+ };
14150
+ constructor(map?: {
14151
+ [key: string]: any;
14152
+ });
14153
+ }
14154
+ export declare class GetTodoTaskShrinkRequest extends $tea.Model {
14155
+ /**
14156
+ * @remarks
14157
+ * This parameter is required.
14158
+ *
14159
+ * @example
14160
+ * OPJpwtxxxx
14161
+ */
14162
+ taskId?: string;
14163
+ tenantContextShrink?: string;
14164
+ static names(): {
14165
+ [key: string]: string;
14166
+ };
14167
+ static types(): {
14168
+ [key: string]: any;
14169
+ };
14170
+ constructor(map?: {
14171
+ [key: string]: any;
14172
+ });
14173
+ }
14174
+ export declare class GetTodoTaskResponseBody extends $tea.Model {
14175
+ /**
14176
+ * @example
14177
+ * isv_dingtalkTodo
14178
+ */
14179
+ bizTag?: string;
14180
+ /**
14181
+ * @example
14182
+ * 此参数禁止发布
14183
+ */
14184
+ cardTypeId?: string;
14185
+ /**
14186
+ * @example
14187
+ * 1617675000000
14188
+ */
14189
+ createdTime?: number;
14190
+ /**
14191
+ * @example
14192
+ * 012345
14193
+ */
14194
+ creatorId?: string;
14195
+ /**
14196
+ * @example
14197
+ * 应用可以调用该接口获取钉钉待办任务详情信息及状态。
14198
+ */
14199
+ description?: string;
14200
+ detailUrl?: GetTodoTaskResponseBodyDetailUrl;
14201
+ /**
14202
+ * @example
14203
+ * true
14204
+ */
14205
+ done?: boolean;
14206
+ /**
14207
+ * @example
14208
+ * 1617675000000
14209
+ */
14210
+ dueTime?: number;
14211
+ executorIds?: string[];
14212
+ /**
14213
+ * @example
14214
+ * 1617675000000
14215
+ */
14216
+ finishTime?: number;
14217
+ /**
14218
+ * @example
14219
+ * OPJpwtxxxx
14220
+ */
14221
+ id?: string;
14222
+ /**
14223
+ * @example
14224
+ * true
14225
+ */
14226
+ isOnlyShowExecutor?: boolean;
14227
+ /**
14228
+ * @example
14229
+ * 1617675000000
14230
+ */
14231
+ modifiedTime?: number;
14232
+ /**
14233
+ * @example
14234
+ * 012345
14235
+ */
14236
+ modifierId?: string;
14237
+ participantIds?: string[];
14238
+ /**
14239
+ * @example
14240
+ * 20
14241
+ */
14242
+ priority?: number;
14243
+ /**
14244
+ * @example
14245
+ * PUoiinWIxxx
14246
+ */
14247
+ requestId?: string;
14248
+ /**
14249
+ * @example
14250
+ * isv_dingtalkTodo
14251
+ */
14252
+ source?: string;
14253
+ /**
14254
+ * @example
14255
+ * isv_dingxxx
14256
+ */
14257
+ sourceId?: string;
14258
+ /**
14259
+ * @example
14260
+ * 1617675000000
14261
+ */
14262
+ startTime?: number;
14263
+ /**
14264
+ * @example
14265
+ * 接入钉钉待办
14266
+ */
14267
+ subject?: string;
14268
+ /**
14269
+ * @example
14270
+ * orgId1
14271
+ */
14272
+ tenantId?: string;
14273
+ /**
14274
+ * @example
14275
+ * org
14276
+ */
14277
+ tenantType?: string;
14278
+ /**
14279
+ * @example
14280
+ * 0FAAEC9C-C6C8-5C87-AF8E-1195889BBXXX
14281
+ */
14282
+ vendorRequestId?: string;
14283
+ /**
14284
+ * @example
14285
+ * dingtalk
14286
+ */
14287
+ vendorType?: string;
14288
+ static names(): {
14289
+ [key: string]: string;
14290
+ };
14291
+ static types(): {
14292
+ [key: string]: any;
14293
+ };
14294
+ constructor(map?: {
14295
+ [key: string]: any;
14296
+ });
14297
+ }
14298
+ export declare class GetTodoTaskResponse extends $tea.Model {
14299
+ headers?: {
14300
+ [key: string]: string;
14301
+ };
14302
+ statusCode?: number;
14303
+ body?: GetTodoTaskResponseBody;
14304
+ static names(): {
14305
+ [key: string]: string;
14306
+ };
14307
+ static types(): {
14308
+ [key: string]: any;
14309
+ };
14310
+ constructor(map?: {
14311
+ [key: string]: any;
14312
+ });
14313
+ }
13955
14314
  export declare class GetUserHeaders extends $tea.Model {
13956
14315
  commonHeaders?: {
13957
14316
  [key: string]: string;
@@ -14309,6 +14668,117 @@ export declare class GetUserIdResponse extends $tea.Model {
14309
14668
  [key: string]: any;
14310
14669
  });
14311
14670
  }
14671
+ export declare class GetUserIdByOrgIdAndStaffIdHeaders extends $tea.Model {
14672
+ commonHeaders?: {
14673
+ [key: string]: string;
14674
+ };
14675
+ accountContext?: GetUserIdByOrgIdAndStaffIdHeadersAccountContext;
14676
+ static names(): {
14677
+ [key: string]: string;
14678
+ };
14679
+ static types(): {
14680
+ [key: string]: any;
14681
+ };
14682
+ constructor(map?: {
14683
+ [key: string]: any;
14684
+ });
14685
+ }
14686
+ export declare class GetUserIdByOrgIdAndStaffIdShrinkHeaders extends $tea.Model {
14687
+ commonHeaders?: {
14688
+ [key: string]: string;
14689
+ };
14690
+ accountContextShrink?: string;
14691
+ static names(): {
14692
+ [key: string]: string;
14693
+ };
14694
+ static types(): {
14695
+ [key: string]: any;
14696
+ };
14697
+ constructor(map?: {
14698
+ [key: string]: any;
14699
+ });
14700
+ }
14701
+ export declare class GetUserIdByOrgIdAndStaffIdRequest extends $tea.Model {
14702
+ /**
14703
+ * @example
14704
+ * 123456
14705
+ */
14706
+ orgId?: number;
14707
+ tenantContext?: GetUserIdByOrgIdAndStaffIdRequestTenantContext;
14708
+ static names(): {
14709
+ [key: string]: string;
14710
+ };
14711
+ static types(): {
14712
+ [key: string]: any;
14713
+ };
14714
+ constructor(map?: {
14715
+ [key: string]: any;
14716
+ });
14717
+ }
14718
+ export declare class GetUserIdByOrgIdAndStaffIdShrinkRequest extends $tea.Model {
14719
+ /**
14720
+ * @example
14721
+ * 123456
14722
+ */
14723
+ orgId?: number;
14724
+ tenantContextShrink?: string;
14725
+ static names(): {
14726
+ [key: string]: string;
14727
+ };
14728
+ static types(): {
14729
+ [key: string]: any;
14730
+ };
14731
+ constructor(map?: {
14732
+ [key: string]: any;
14733
+ });
14734
+ }
14735
+ export declare class GetUserIdByOrgIdAndStaffIdResponseBody extends $tea.Model {
14736
+ /**
14737
+ * @example
14738
+ * 0FAAEC9C-C6C8-5C87-AF8E-1195889BBXXX
14739
+ */
14740
+ requestId?: string;
14741
+ /**
14742
+ * @example
14743
+ * 01223245436
14744
+ */
14745
+ userId?: string;
14746
+ /**
14747
+ * @example
14748
+ * 0FAAEC9C-C6C8-5C87-AF8E-1195889BBXXX
14749
+ */
14750
+ vendorRequestId?: string;
14751
+ /**
14752
+ * @example
14753
+ * dingtalk
14754
+ */
14755
+ vendorType?: string;
14756
+ static names(): {
14757
+ [key: string]: string;
14758
+ };
14759
+ static types(): {
14760
+ [key: string]: any;
14761
+ };
14762
+ constructor(map?: {
14763
+ [key: string]: any;
14764
+ });
14765
+ }
14766
+ export declare class GetUserIdByOrgIdAndStaffIdResponse extends $tea.Model {
14767
+ headers?: {
14768
+ [key: string]: string;
14769
+ };
14770
+ statusCode?: number;
14771
+ body?: GetUserIdByOrgIdAndStaffIdResponseBody;
14772
+ static names(): {
14773
+ [key: string]: string;
14774
+ };
14775
+ static types(): {
14776
+ [key: string]: any;
14777
+ };
14778
+ constructor(map?: {
14779
+ [key: string]: any;
14780
+ });
14781
+ }
14312
14782
  export declare class GetUserLatestPlanHeaders extends $tea.Model {
14313
14783
  commonHeaders?: {
14314
14784
  [key: string]: string;
@@ -17146,6 +17616,169 @@ export declare class ListTeamsResponse extends $tea.Model {
17146
17616
  [key: string]: any;
17147
17617
  });
17148
17618
  }
17619
+ export declare class ListTemplateHeaders extends $tea.Model {
17620
+ commonHeaders?: {
17621
+ [key: string]: string;
17622
+ };
17623
+ accountContext?: ListTemplateHeadersAccountContext;
17624
+ static names(): {
17625
+ [key: string]: string;
17626
+ };
17627
+ static types(): {
17628
+ [key: string]: any;
17629
+ };
17630
+ constructor(map?: {
17631
+ [key: string]: any;
17632
+ });
17633
+ }
17634
+ export declare class ListTemplateShrinkHeaders extends $tea.Model {
17635
+ commonHeaders?: {
17636
+ [key: string]: string;
17637
+ };
17638
+ accountContextShrink?: string;
17639
+ static names(): {
17640
+ [key: string]: string;
17641
+ };
17642
+ static types(): {
17643
+ [key: string]: any;
17644
+ };
17645
+ constructor(map?: {
17646
+ [key: string]: any;
17647
+ });
17648
+ }
17649
+ export declare class ListTemplateRequest extends $tea.Model {
17650
+ /**
17651
+ * @remarks
17652
+ * This parameter is required.
17653
+ *
17654
+ * @example
17655
+ * 20
17656
+ */
17657
+ maxResults?: number;
17658
+ /**
17659
+ * @example
17660
+ * zzz
17661
+ */
17662
+ nextToken?: string;
17663
+ /**
17664
+ * @remarks
17665
+ * This parameter is required.
17666
+ *
17667
+ * @example
17668
+ * public_template
17669
+ */
17670
+ templateType?: string;
17671
+ tenantContext?: ListTemplateRequestTenantContext;
17672
+ /**
17673
+ * @example
17674
+ * workspaceId
17675
+ */
17676
+ workspaceId?: string;
17677
+ static names(): {
17678
+ [key: string]: string;
17679
+ };
17680
+ static types(): {
17681
+ [key: string]: any;
17682
+ };
17683
+ constructor(map?: {
17684
+ [key: string]: any;
17685
+ });
17686
+ }
17687
+ export declare class ListTemplateShrinkRequest extends $tea.Model {
17688
+ /**
17689
+ * @remarks
17690
+ * This parameter is required.
17691
+ *
17692
+ * @example
17693
+ * 20
17694
+ */
17695
+ maxResults?: number;
17696
+ /**
17697
+ * @example
17698
+ * zzz
17699
+ */
17700
+ nextToken?: string;
17701
+ /**
17702
+ * @remarks
17703
+ * This parameter is required.
17704
+ *
17705
+ * @example
17706
+ * public_template
17707
+ */
17708
+ templateType?: string;
17709
+ tenantContextShrink?: string;
17710
+ /**
17711
+ * @example
17712
+ * workspaceId
17713
+ */
17714
+ workspaceId?: string;
17715
+ static names(): {
17716
+ [key: string]: string;
17717
+ };
17718
+ static types(): {
17719
+ [key: string]: any;
17720
+ };
17721
+ constructor(map?: {
17722
+ [key: string]: any;
17723
+ });
17724
+ }
17725
+ export declare class ListTemplateResponseBody extends $tea.Model {
17726
+ /**
17727
+ * @example
17728
+ * true
17729
+ */
17730
+ hasMore?: boolean;
17731
+ /**
17732
+ * @example
17733
+ * next_token
17734
+ */
17735
+ nextToken?: string;
17736
+ /**
17737
+ * @example
17738
+ * 0FAAEC9C-C6C8-5C87-AF8E-1195889BBXXX
17739
+ */
17740
+ requestId?: string;
17741
+ /**
17742
+ * @example
17743
+ * []
17744
+ */
17745
+ templateList?: ListTemplateResponseBodyTemplateList[];
17746
+ /**
17747
+ * @example
17748
+ * 0FAAEC9C-C6C8-5C87-AF8E-1195889BBXXX
17749
+ */
17750
+ vendorRequestId?: string;
17751
+ /**
17752
+ * @example
17753
+ * dingtalk
17754
+ */
17755
+ vendorType?: string;
17756
+ static names(): {
17757
+ [key: string]: string;
17758
+ };
17759
+ static types(): {
17760
+ [key: string]: any;
17761
+ };
17762
+ constructor(map?: {
17763
+ [key: string]: any;
17764
+ });
17765
+ }
17766
+ export declare class ListTemplateResponse extends $tea.Model {
17767
+ headers?: {
17768
+ [key: string]: string;
17769
+ };
17770
+ statusCode?: number;
17771
+ body?: ListTemplateResponseBody;
17772
+ static names(): {
17773
+ [key: string]: string;
17774
+ };
17775
+ static types(): {
17776
+ [key: string]: any;
17777
+ };
17778
+ constructor(map?: {
17779
+ [key: string]: any;
17780
+ });
17781
+ }
17149
17782
  export declare class ListWorkspacesHeaders extends $tea.Model {
17150
17783
  commonHeaders?: {
17151
17784
  [key: string]: string;
@@ -19832,6 +20465,135 @@ export declare class QueryOrgTodoTasksResponse extends $tea.Model {
19832
20465
  [key: string]: any;
19833
20466
  });
19834
20467
  }
20468
+ export declare class QueryRecordMinutesUrlHeaders extends $tea.Model {
20469
+ commonHeaders?: {
20470
+ [key: string]: string;
20471
+ };
20472
+ accountContext?: QueryRecordMinutesUrlHeadersAccountContext;
20473
+ static names(): {
20474
+ [key: string]: string;
20475
+ };
20476
+ static types(): {
20477
+ [key: string]: any;
20478
+ };
20479
+ constructor(map?: {
20480
+ [key: string]: any;
20481
+ });
20482
+ }
20483
+ export declare class QueryRecordMinutesUrlShrinkHeaders extends $tea.Model {
20484
+ commonHeaders?: {
20485
+ [key: string]: string;
20486
+ };
20487
+ accountContextShrink?: string;
20488
+ static names(): {
20489
+ [key: string]: string;
20490
+ };
20491
+ static types(): {
20492
+ [key: string]: any;
20493
+ };
20494
+ constructor(map?: {
20495
+ [key: string]: any;
20496
+ });
20497
+ }
20498
+ export declare class QueryRecordMinutesUrlRequest extends $tea.Model {
20499
+ /**
20500
+ * @remarks
20501
+ * This parameter is required.
20502
+ *
20503
+ * @example
20504
+ * minutes
20505
+ */
20506
+ bizType?: string;
20507
+ /**
20508
+ * @remarks
20509
+ * This parameter is required.
20510
+ *
20511
+ * @example
20512
+ * 1dddwrqrq
20513
+ */
20514
+ conferenceId?: string;
20515
+ tenantContext?: QueryRecordMinutesUrlRequestTenantContext;
20516
+ static names(): {
20517
+ [key: string]: string;
20518
+ };
20519
+ static types(): {
20520
+ [key: string]: any;
20521
+ };
20522
+ constructor(map?: {
20523
+ [key: string]: any;
20524
+ });
20525
+ }
20526
+ export declare class QueryRecordMinutesUrlShrinkRequest extends $tea.Model {
20527
+ /**
20528
+ * @remarks
20529
+ * This parameter is required.
20530
+ *
20531
+ * @example
20532
+ * minutes
20533
+ */
20534
+ bizType?: string;
20535
+ /**
20536
+ * @remarks
20537
+ * This parameter is required.
20538
+ *
20539
+ * @example
20540
+ * 1dddwrqrq
20541
+ */
20542
+ conferenceId?: string;
20543
+ tenantContextShrink?: string;
20544
+ static names(): {
20545
+ [key: string]: string;
20546
+ };
20547
+ static types(): {
20548
+ [key: string]: any;
20549
+ };
20550
+ constructor(map?: {
20551
+ [key: string]: any;
20552
+ });
20553
+ }
20554
+ export declare class QueryRecordMinutesUrlResponseBody extends $tea.Model {
20555
+ recordMinutesUrls?: QueryRecordMinutesUrlResponseBodyRecordMinutesUrls[];
20556
+ /**
20557
+ * @example
20558
+ * 0FAAEC9C-C6C8-5C87-AF8E-1195889BBXXX
20559
+ */
20560
+ requestId?: string;
20561
+ /**
20562
+ * @example
20563
+ * 0FAAEC9C-C6C8-5C87-AF8E-1195889BBXXX
20564
+ */
20565
+ vendorRequestId?: string;
20566
+ /**
20567
+ * @example
20568
+ * dingtalk
20569
+ */
20570
+ vendorType?: string;
20571
+ static names(): {
20572
+ [key: string]: string;
20573
+ };
20574
+ static types(): {
20575
+ [key: string]: any;
20576
+ };
20577
+ constructor(map?: {
20578
+ [key: string]: any;
20579
+ });
20580
+ }
20581
+ export declare class QueryRecordMinutesUrlResponse extends $tea.Model {
20582
+ headers?: {
20583
+ [key: string]: string;
20584
+ };
20585
+ statusCode?: number;
20586
+ body?: QueryRecordMinutesUrlResponseBody;
20587
+ static names(): {
20588
+ [key: string]: string;
20589
+ };
20590
+ static types(): {
20591
+ [key: string]: any;
20592
+ };
20593
+ constructor(map?: {
20594
+ [key: string]: any;
20595
+ });
20596
+ }
19835
20597
  export declare class QueryReportDetailHeaders extends $tea.Model {
19836
20598
  commonHeaders?: {
19837
20599
  [key: string]: string;
@@ -27305,6 +28067,41 @@ export declare class AddMeetingRoomsRequestMeetingRoomsToAdd extends $tea.Model
27305
28067
  [key: string]: any;
27306
28068
  });
27307
28069
  }
28070
+ export declare class AddRecordPermissionHeadersAccountContext extends $tea.Model {
28071
+ /**
28072
+ * @remarks
28073
+ * This parameter is required.
28074
+ *
28075
+ * @example
28076
+ * 012345
28077
+ */
28078
+ accountId?: string;
28079
+ static names(): {
28080
+ [key: string]: string;
28081
+ };
28082
+ static types(): {
28083
+ [key: string]: any;
28084
+ };
28085
+ constructor(map?: {
28086
+ [key: string]: any;
28087
+ });
28088
+ }
28089
+ export declare class AddRecordPermissionRequestTenantContext extends $tea.Model {
28090
+ /**
28091
+ * @example
28092
+ * xxxxxx
28093
+ */
28094
+ tenantId?: string;
28095
+ static names(): {
28096
+ [key: string]: string;
28097
+ };
28098
+ static types(): {
28099
+ [key: string]: any;
28100
+ };
28101
+ constructor(map?: {
28102
+ [key: string]: any;
28103
+ });
28104
+ }
27308
28105
  export declare class AddScenegroupMemberHeadersAccountContext extends $tea.Model {
27309
28106
  /**
27310
28107
  * @remarks
@@ -35100,6 +35897,62 @@ export declare class GetTemplateListByUserIdResponseBodyTemplateList extends $te
35100
35897
  [key: string]: any;
35101
35898
  });
35102
35899
  }
35900
+ export declare class GetTodoTaskHeadersAccountContext extends $tea.Model {
35901
+ /**
35902
+ * @remarks
35903
+ * This parameter is required.
35904
+ *
35905
+ * @example
35906
+ * 012345
35907
+ */
35908
+ accountId?: string;
35909
+ static names(): {
35910
+ [key: string]: string;
35911
+ };
35912
+ static types(): {
35913
+ [key: string]: any;
35914
+ };
35915
+ constructor(map?: {
35916
+ [key: string]: any;
35917
+ });
35918
+ }
35919
+ export declare class GetTodoTaskRequestTenantContext extends $tea.Model {
35920
+ /**
35921
+ * @example
35922
+ * xxxxxx
35923
+ */
35924
+ tenantId?: string;
35925
+ static names(): {
35926
+ [key: string]: string;
35927
+ };
35928
+ static types(): {
35929
+ [key: string]: any;
35930
+ };
35931
+ constructor(map?: {
35932
+ [key: string]: any;
35933
+ });
35934
+ }
35935
+ export declare class GetTodoTaskResponseBodyDetailUrl extends $tea.Model {
35936
+ /**
35937
+ * @example
35938
+ * dingtalk://dingtalkclient/action/open_mini_app?miniAppId={0}&ddMode=push&page=pages%2ftask-detail%2ftask-detail%3ftaskId%3d{1}
35939
+ */
35940
+ appUrl?: string;
35941
+ /**
35942
+ * @example
35943
+ * https://todo.dingtalk.com/ding-portal/detail/task/{0}
35944
+ */
35945
+ pcUrl?: string;
35946
+ static names(): {
35947
+ [key: string]: string;
35948
+ };
35949
+ static types(): {
35950
+ [key: string]: any;
35951
+ };
35952
+ constructor(map?: {
35953
+ [key: string]: any;
35954
+ });
35955
+ }
35103
35956
  export declare class GetUserHeadersAccountContext extends $tea.Model {
35104
35957
  /**
35105
35958
  * @example
@@ -35258,6 +36111,41 @@ export declare class GetUserIdRequestTenantContext extends $tea.Model {
35258
36111
  [key: string]: any;
35259
36112
  });
35260
36113
  }
36114
+ export declare class GetUserIdByOrgIdAndStaffIdHeadersAccountContext extends $tea.Model {
36115
+ /**
36116
+ * @remarks
36117
+ * This parameter is required.
36118
+ *
36119
+ * @example
36120
+ * 012345
36121
+ */
36122
+ accountId?: string;
36123
+ static names(): {
36124
+ [key: string]: string;
36125
+ };
36126
+ static types(): {
36127
+ [key: string]: any;
36128
+ };
36129
+ constructor(map?: {
36130
+ [key: string]: any;
36131
+ });
36132
+ }
36133
+ export declare class GetUserIdByOrgIdAndStaffIdRequestTenantContext extends $tea.Model {
36134
+ /**
36135
+ * @example
36136
+ * xxxxxx
36137
+ */
36138
+ tenantId?: string;
36139
+ static names(): {
36140
+ [key: string]: string;
36141
+ };
36142
+ static types(): {
36143
+ [key: string]: any;
36144
+ };
36145
+ constructor(map?: {
36146
+ [key: string]: any;
36147
+ });
36148
+ }
35261
36149
  export declare class GetUserLatestPlanHeadersAccountContext extends $tea.Model {
35262
36150
  /**
35263
36151
  * @remarks
@@ -37575,6 +38463,92 @@ export declare class ListTeamsResponseBodyTeams extends $tea.Model {
37575
38463
  [key: string]: any;
37576
38464
  });
37577
38465
  }
38466
+ export declare class ListTemplateHeadersAccountContext extends $tea.Model {
38467
+ /**
38468
+ * @remarks
38469
+ * This parameter is required.
38470
+ *
38471
+ * @example
38472
+ * 012345
38473
+ */
38474
+ accountId?: string;
38475
+ static names(): {
38476
+ [key: string]: string;
38477
+ };
38478
+ static types(): {
38479
+ [key: string]: any;
38480
+ };
38481
+ constructor(map?: {
38482
+ [key: string]: any;
38483
+ });
38484
+ }
38485
+ export declare class ListTemplateRequestTenantContext extends $tea.Model {
38486
+ /**
38487
+ * @example
38488
+ * xxxxxx
38489
+ */
38490
+ tenantId?: string;
38491
+ static names(): {
38492
+ [key: string]: string;
38493
+ };
38494
+ static types(): {
38495
+ [key: string]: any;
38496
+ };
38497
+ constructor(map?: {
38498
+ [key: string]: any;
38499
+ });
38500
+ }
38501
+ export declare class ListTemplateResponseBodyTemplateList extends $tea.Model {
38502
+ /**
38503
+ * @example
38504
+ * URL
38505
+ */
38506
+ coverUrl?: string;
38507
+ /**
38508
+ * @example
38509
+ * 1596506100000
38510
+ */
38511
+ createTime?: number;
38512
+ /**
38513
+ * @example
38514
+ * WORKBOOK
38515
+ */
38516
+ docType?: string;
38517
+ /**
38518
+ * @example
38519
+ * 123
38520
+ */
38521
+ id?: string;
38522
+ /**
38523
+ * @example
38524
+ * user_template
38525
+ */
38526
+ templateType?: string;
38527
+ /**
38528
+ * @example
38529
+ * title
38530
+ */
38531
+ title?: string;
38532
+ /**
38533
+ * @example
38534
+ * 1596506100000
38535
+ */
38536
+ updateTime?: number;
38537
+ /**
38538
+ * @example
38539
+ * workspaceId
38540
+ */
38541
+ workspaceId?: string;
38542
+ static names(): {
38543
+ [key: string]: string;
38544
+ };
38545
+ static types(): {
38546
+ [key: string]: any;
38547
+ };
38548
+ constructor(map?: {
38549
+ [key: string]: any;
38550
+ });
38551
+ }
37578
38552
  export declare class ListWorkspacesHeadersAccountContext extends $tea.Model {
37579
38553
  /**
37580
38554
  * @remarks
@@ -40380,6 +41354,57 @@ export declare class QueryOrgTodoTasksResponseBodyTodoCards extends $tea.Model {
40380
41354
  [key: string]: any;
40381
41355
  });
40382
41356
  }
41357
+ export declare class QueryRecordMinutesUrlHeadersAccountContext extends $tea.Model {
41358
+ /**
41359
+ * @remarks
41360
+ * This parameter is required.
41361
+ *
41362
+ * @example
41363
+ * 012345
41364
+ */
41365
+ accountId?: string;
41366
+ static names(): {
41367
+ [key: string]: string;
41368
+ };
41369
+ static types(): {
41370
+ [key: string]: any;
41371
+ };
41372
+ constructor(map?: {
41373
+ [key: string]: any;
41374
+ });
41375
+ }
41376
+ export declare class QueryRecordMinutesUrlRequestTenantContext extends $tea.Model {
41377
+ /**
41378
+ * @example
41379
+ * xxxxxx
41380
+ */
41381
+ tenantId?: string;
41382
+ static names(): {
41383
+ [key: string]: string;
41384
+ };
41385
+ static types(): {
41386
+ [key: string]: any;
41387
+ };
41388
+ constructor(map?: {
41389
+ [key: string]: any;
41390
+ });
41391
+ }
41392
+ export declare class QueryRecordMinutesUrlResponseBodyRecordMinutesUrls extends $tea.Model {
41393
+ /**
41394
+ * @example
41395
+ * url
41396
+ */
41397
+ recordMinutesUrl?: string;
41398
+ static names(): {
41399
+ [key: string]: string;
41400
+ };
41401
+ static types(): {
41402
+ [key: string]: any;
41403
+ };
41404
+ constructor(map?: {
41405
+ [key: string]: any;
41406
+ });
41407
+ }
40383
41408
  export declare class QueryReportDetailHeadersAccountContext extends $tea.Model {
40384
41409
  /**
40385
41410
  * @remarks
@@ -42891,6 +43916,22 @@ export default class Client extends OpenApi {
42891
43916
  * @returns AddMeetingRoomsResponse
42892
43917
  */
42893
43918
  addMeetingRooms(request: AddMeetingRoomsRequest): Promise<AddMeetingRoomsResponse>;
43919
+ /**
43920
+ * 添加闪记权限
43921
+ *
43922
+ * @param tmpReq - AddRecordPermissionRequest
43923
+ * @param tmpHeader - AddRecordPermissionHeaders
43924
+ * @param runtime - runtime options for this request RuntimeOptions
43925
+ * @returns AddRecordPermissionResponse
43926
+ */
43927
+ addRecordPermissionWithOptions(tmpReq: AddRecordPermissionRequest, tmpHeader: AddRecordPermissionHeaders, runtime: $Util.RuntimeOptions): Promise<AddRecordPermissionResponse>;
43928
+ /**
43929
+ * 添加闪记权限
43930
+ *
43931
+ * @param request - AddRecordPermissionRequest
43932
+ * @returns AddRecordPermissionResponse
43933
+ */
43934
+ addRecordPermission(request: AddRecordPermissionRequest): Promise<AddRecordPermissionResponse>;
42894
43935
  /**
42895
43936
  * 新增群成员
42896
43937
  *
@@ -44487,6 +45528,22 @@ export default class Client extends OpenApi {
44487
45528
  * @returns GetTemplateListByUserIdResponse
44488
45529
  */
44489
45530
  getTemplateListByUserId(request: GetTemplateListByUserIdRequest): Promise<GetTemplateListByUserIdResponse>;
45531
+ /**
45532
+ * 获取钉钉待办任务详情
45533
+ *
45534
+ * @param tmpReq - GetTodoTaskRequest
45535
+ * @param tmpHeader - GetTodoTaskHeaders
45536
+ * @param runtime - runtime options for this request RuntimeOptions
45537
+ * @returns GetTodoTaskResponse
45538
+ */
45539
+ getTodoTaskWithOptions(tmpReq: GetTodoTaskRequest, tmpHeader: GetTodoTaskHeaders, runtime: $Util.RuntimeOptions): Promise<GetTodoTaskResponse>;
45540
+ /**
45541
+ * 获取钉钉待办任务详情
45542
+ *
45543
+ * @param request - GetTodoTaskRequest
45544
+ * @returns GetTodoTaskResponse
45545
+ */
45546
+ getTodoTask(request: GetTodoTaskRequest): Promise<GetTodoTaskResponse>;
44490
45547
  /**
44491
45548
  * 获取专属账号信息
44492
45549
  *
@@ -44519,6 +45576,22 @@ export default class Client extends OpenApi {
44519
45576
  * @returns GetUserIdResponse
44520
45577
  */
44521
45578
  getUserId(request: GetUserIdRequest): Promise<GetUserIdResponse>;
45579
+ /**
45580
+ * 根据orgId和staffId获取用户userId
45581
+ *
45582
+ * @param tmpReq - GetUserIdByOrgIdAndStaffIdRequest
45583
+ * @param tmpHeader - GetUserIdByOrgIdAndStaffIdHeaders
45584
+ * @param runtime - runtime options for this request RuntimeOptions
45585
+ * @returns GetUserIdByOrgIdAndStaffIdResponse
45586
+ */
45587
+ getUserIdByOrgIdAndStaffIdWithOptions(tmpReq: GetUserIdByOrgIdAndStaffIdRequest, tmpHeader: GetUserIdByOrgIdAndStaffIdHeaders, runtime: $Util.RuntimeOptions): Promise<GetUserIdByOrgIdAndStaffIdResponse>;
45588
+ /**
45589
+ * 根据orgId和staffId获取用户userId
45590
+ *
45591
+ * @param request - GetUserIdByOrgIdAndStaffIdRequest
45592
+ * @returns GetUserIdByOrgIdAndStaffIdResponse
45593
+ */
45594
+ getUserIdByOrgIdAndStaffId(request: GetUserIdByOrgIdAndStaffIdRequest): Promise<GetUserIdByOrgIdAndStaffIdResponse>;
44522
45595
  /**
44523
45596
  * 获取用户最新的有效的专属账号迁移方案
44524
45597
  *
@@ -44839,6 +45912,22 @@ export default class Client extends OpenApi {
44839
45912
  * @returns ListTeamsResponse
44840
45913
  */
44841
45914
  listTeams(request: ListTeamsRequest): Promise<ListTeamsResponse>;
45915
+ /**
45916
+ * 查询文档模板
45917
+ *
45918
+ * @param tmpReq - ListTemplateRequest
45919
+ * @param tmpHeader - ListTemplateHeaders
45920
+ * @param runtime - runtime options for this request RuntimeOptions
45921
+ * @returns ListTemplateResponse
45922
+ */
45923
+ listTemplateWithOptions(tmpReq: ListTemplateRequest, tmpHeader: ListTemplateHeaders, runtime: $Util.RuntimeOptions): Promise<ListTemplateResponse>;
45924
+ /**
45925
+ * 查询文档模板
45926
+ *
45927
+ * @param request - ListTemplateRequest
45928
+ * @returns ListTemplateResponse
45929
+ */
45930
+ listTemplate(request: ListTemplateRequest): Promise<ListTemplateResponse>;
44842
45931
  /**
44843
45932
  * 获取知识库列表
44844
45933
  *
@@ -45159,6 +46248,22 @@ export default class Client extends OpenApi {
45159
46248
  * @returns QueryOrgTodoTasksResponse
45160
46249
  */
45161
46250
  queryOrgTodoTasks(request: QueryOrgTodoTasksRequest): Promise<QueryOrgTodoTasksResponse>;
46251
+ /**
46252
+ * 查询闪记的链接,可通过链接查看闪记内容
46253
+ *
46254
+ * @param tmpReq - QueryRecordMinutesUrlRequest
46255
+ * @param tmpHeader - QueryRecordMinutesUrlHeaders
46256
+ * @param runtime - runtime options for this request RuntimeOptions
46257
+ * @returns QueryRecordMinutesUrlResponse
46258
+ */
46259
+ queryRecordMinutesUrlWithOptions(tmpReq: QueryRecordMinutesUrlRequest, tmpHeader: QueryRecordMinutesUrlHeaders, runtime: $Util.RuntimeOptions): Promise<QueryRecordMinutesUrlResponse>;
46260
+ /**
46261
+ * 查询闪记的链接,可通过链接查看闪记内容
46262
+ *
46263
+ * @param request - QueryRecordMinutesUrlRequest
46264
+ * @returns QueryRecordMinutesUrlResponse
46265
+ */
46266
+ queryRecordMinutesUrl(request: QueryRecordMinutesUrlRequest): Promise<QueryRecordMinutesUrlResponse>;
45162
46267
  /**
45163
46268
  * 获取日志详情
45164
46269
  *