@alicloud/aliding20230426 2.17.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;
@@ -14309,6 +14458,117 @@ export declare class GetUserIdResponse extends $tea.Model {
14309
14458
  [key: string]: any;
14310
14459
  });
14311
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
+ }
14312
14572
  export declare class GetUserLatestPlanHeaders extends $tea.Model {
14313
14573
  commonHeaders?: {
14314
14574
  [key: string]: string;
@@ -17146,6 +17406,169 @@ export declare class ListTeamsResponse extends $tea.Model {
17146
17406
  [key: string]: any;
17147
17407
  });
17148
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
+ }
17149
17572
  export declare class ListWorkspacesHeaders extends $tea.Model {
17150
17573
  commonHeaders?: {
17151
17574
  [key: string]: string;
@@ -19832,6 +20255,135 @@ export declare class QueryOrgTodoTasksResponse extends $tea.Model {
19832
20255
  [key: string]: any;
19833
20256
  });
19834
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
+ }
19835
20387
  export declare class QueryReportDetailHeaders extends $tea.Model {
19836
20388
  commonHeaders?: {
19837
20389
  [key: string]: string;
@@ -27305,6 +27857,41 @@ export declare class AddMeetingRoomsRequestMeetingRoomsToAdd extends $tea.Model
27305
27857
  [key: string]: any;
27306
27858
  });
27307
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
+ }
27308
27895
  export declare class AddScenegroupMemberHeadersAccountContext extends $tea.Model {
27309
27896
  /**
27310
27897
  * @remarks
@@ -35258,6 +35845,41 @@ export declare class GetUserIdRequestTenantContext extends $tea.Model {
35258
35845
  [key: string]: any;
35259
35846
  });
35260
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
+ }
35261
35883
  export declare class GetUserLatestPlanHeadersAccountContext extends $tea.Model {
35262
35884
  /**
35263
35885
  * @remarks
@@ -37575,6 +38197,92 @@ export declare class ListTeamsResponseBodyTeams extends $tea.Model {
37575
38197
  [key: string]: any;
37576
38198
  });
37577
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
+ }
37578
38286
  export declare class ListWorkspacesHeadersAccountContext extends $tea.Model {
37579
38287
  /**
37580
38288
  * @remarks
@@ -40380,6 +41088,57 @@ export declare class QueryOrgTodoTasksResponseBodyTodoCards extends $tea.Model {
40380
41088
  [key: string]: any;
40381
41089
  });
40382
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
+ }
40383
41142
  export declare class QueryReportDetailHeadersAccountContext extends $tea.Model {
40384
41143
  /**
40385
41144
  * @remarks
@@ -42891,6 +43650,22 @@ export default class Client extends OpenApi {
42891
43650
  * @returns AddMeetingRoomsResponse
42892
43651
  */
42893
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>;
42894
43669
  /**
42895
43670
  * 新增群成员
42896
43671
  *
@@ -44519,6 +45294,22 @@ export default class Client extends OpenApi {
44519
45294
  * @returns GetUserIdResponse
44520
45295
  */
44521
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>;
44522
45313
  /**
44523
45314
  * 获取用户最新的有效的专属账号迁移方案
44524
45315
  *
@@ -44839,6 +45630,22 @@ export default class Client extends OpenApi {
44839
45630
  * @returns ListTeamsResponse
44840
45631
  */
44841
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>;
44842
45649
  /**
44843
45650
  * 获取知识库列表
44844
45651
  *
@@ -45159,6 +45966,22 @@ export default class Client extends OpenApi {
45159
45966
  * @returns QueryOrgTodoTasksResponse
45160
45967
  */
45161
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>;
45162
45985
  /**
45163
45986
  * 获取日志详情
45164
45987
  *