@larksuiteoapi/node-sdk 1.27.0 → 1.28.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/types/index.d.ts CHANGED
@@ -1068,7 +1068,7 @@ declare abstract class Client$Y extends Client$Z {
1068
1068
  httpInstance: HttpInstance;
1069
1069
  abstract formatPayload(payload?: IPayload, options?: IRequestOptions$1): Promise<Required<IPayload>>;
1070
1070
  /**
1071
- * 管理后台-企业勋章
1071
+ * 管理后台-行为审计
1072
1072
  */
1073
1073
  admin: {
1074
1074
  /**
@@ -1095,6 +1095,7 @@ declare abstract class Client$Y extends Client$Z {
1095
1095
  contains_child_dept: boolean;
1096
1096
  page_size?: number;
1097
1097
  page_token?: string;
1098
+ target_geo?: string;
1098
1099
  };
1099
1100
  }, options?: IRequestOptions$1) => Promise<{
1100
1101
  code?: number | undefined;
@@ -1170,6 +1171,7 @@ declare abstract class Client$Y extends Client$Z {
1170
1171
  user_id?: string;
1171
1172
  page_size?: number;
1172
1173
  page_token?: string;
1174
+ target_geo?: string;
1173
1175
  };
1174
1176
  }, options?: IRequestOptions$1) => Promise<{
1175
1177
  code?: number | undefined;
@@ -1226,6 +1228,7 @@ declare abstract class Client$Y extends Client$Z {
1226
1228
  event_module?: number;
1227
1229
  page_token?: string;
1228
1230
  page_size?: number;
1231
+ user_type?: number;
1229
1232
  };
1230
1233
  }, options?: IRequestOptions$1) => Promise<{
1231
1234
  [Symbol.asyncIterator](): AsyncGenerator<{
@@ -1352,6 +1355,7 @@ declare abstract class Client$Y extends Client$Z {
1352
1355
  os?: string | undefined;
1353
1356
  city?: string | undefined;
1354
1357
  } | undefined;
1358
+ operator_tenant?: string | undefined;
1355
1359
  }[] | undefined;
1356
1360
  } | null, void, unknown>;
1357
1361
  }>;
@@ -1371,6 +1375,7 @@ declare abstract class Client$Y extends Client$Z {
1371
1375
  event_module?: number;
1372
1376
  page_token?: string;
1373
1377
  page_size?: number;
1378
+ user_type?: number;
1374
1379
  };
1375
1380
  }, options?: IRequestOptions$1) => Promise<{
1376
1381
  code?: number | undefined;
@@ -1501,6 +1506,7 @@ declare abstract class Client$Y extends Client$Z {
1501
1506
  os?: string | undefined;
1502
1507
  city?: string | undefined;
1503
1508
  } | undefined;
1509
+ operator_tenant?: string | undefined;
1504
1510
  }[] | undefined;
1505
1511
  } | undefined;
1506
1512
  }>;
@@ -2043,6 +2049,7 @@ declare abstract class Client$Y extends Client$Z {
2043
2049
  contains_child_dept: boolean;
2044
2050
  page_size?: number;
2045
2051
  page_token?: string;
2052
+ target_geo?: string;
2046
2053
  };
2047
2054
  }, options?: IRequestOptions$1) => Promise<{
2048
2055
  code?: number | undefined;
@@ -2118,6 +2125,7 @@ declare abstract class Client$Y extends Client$Z {
2118
2125
  user_id?: string;
2119
2126
  page_size?: number;
2120
2127
  page_token?: string;
2128
+ target_geo?: string;
2121
2129
  };
2122
2130
  }, options?: IRequestOptions$1) => Promise<{
2123
2131
  code?: number | undefined;
@@ -2174,6 +2182,7 @@ declare abstract class Client$Y extends Client$Z {
2174
2182
  event_module?: number;
2175
2183
  page_token?: string;
2176
2184
  page_size?: number;
2185
+ user_type?: number;
2177
2186
  };
2178
2187
  }, options?: IRequestOptions$1) => Promise<{
2179
2188
  [Symbol.asyncIterator](): AsyncGenerator<{
@@ -2300,6 +2309,7 @@ declare abstract class Client$Y extends Client$Z {
2300
2309
  os?: string | undefined;
2301
2310
  city?: string | undefined;
2302
2311
  } | undefined;
2312
+ operator_tenant?: string | undefined;
2303
2313
  }[] | undefined;
2304
2314
  } | null, void, unknown>;
2305
2315
  }>;
@@ -2319,6 +2329,7 @@ declare abstract class Client$Y extends Client$Z {
2319
2329
  event_module?: number;
2320
2330
  page_token?: string;
2321
2331
  page_size?: number;
2332
+ user_type?: number;
2322
2333
  };
2323
2334
  }, options?: IRequestOptions$1) => Promise<{
2324
2335
  code?: number | undefined;
@@ -2449,6 +2460,7 @@ declare abstract class Client$Y extends Client$Z {
2449
2460
  os?: string | undefined;
2450
2461
  city?: string | undefined;
2451
2462
  } | undefined;
2463
+ operator_tenant?: string | undefined;
2452
2464
  }[] | undefined;
2453
2465
  } | undefined;
2454
2466
  }>;
@@ -22076,6 +22088,7 @@ declare abstract class Client$N extends Client$O {
22076
22088
  meeting_settings?: {
22077
22089
  owner_id?: string;
22078
22090
  join_meeting_permission?: "anyone_can_join" | "only_organization_employees" | "only_event_attendees";
22091
+ password?: string;
22079
22092
  assign_hosts?: Array<string>;
22080
22093
  auto_record?: boolean;
22081
22094
  open_lobby?: boolean;
@@ -22142,6 +22155,7 @@ declare abstract class Client$N extends Client$O {
22142
22155
  meeting_settings?: {
22143
22156
  owner_id?: string | undefined;
22144
22157
  join_meeting_permission?: "anyone_can_join" | "only_organization_employees" | "only_event_attendees" | undefined;
22158
+ password?: string | undefined;
22145
22159
  assign_hosts?: string[] | undefined;
22146
22160
  auto_record?: boolean | undefined;
22147
22161
  open_lobby?: boolean | undefined;
@@ -22257,6 +22271,7 @@ declare abstract class Client$N extends Client$O {
22257
22271
  meeting_settings?: {
22258
22272
  owner_id?: string | undefined;
22259
22273
  join_meeting_permission?: "anyone_can_join" | "only_organization_employees" | "only_event_attendees" | undefined;
22274
+ password?: string | undefined;
22260
22275
  assign_hosts?: string[] | undefined;
22261
22276
  auto_record?: boolean | undefined;
22262
22277
  open_lobby?: boolean | undefined;
@@ -22594,6 +22609,7 @@ declare abstract class Client$N extends Client$O {
22594
22609
  meeting_settings?: {
22595
22610
  owner_id?: string;
22596
22611
  join_meeting_permission?: "anyone_can_join" | "only_organization_employees" | "only_event_attendees";
22612
+ password?: string;
22597
22613
  assign_hosts?: Array<string>;
22598
22614
  auto_record?: boolean;
22599
22615
  open_lobby?: boolean;
@@ -22660,6 +22676,7 @@ declare abstract class Client$N extends Client$O {
22660
22676
  meeting_settings?: {
22661
22677
  owner_id?: string | undefined;
22662
22678
  join_meeting_permission?: "anyone_can_join" | "only_organization_employees" | "only_event_attendees" | undefined;
22679
+ password?: string | undefined;
22663
22680
  assign_hosts?: string[] | undefined;
22664
22681
  auto_record?: boolean | undefined;
22665
22682
  open_lobby?: boolean | undefined;
@@ -23993,6 +24010,7 @@ declare abstract class Client$N extends Client$O {
23993
24010
  meeting_settings?: {
23994
24011
  owner_id?: string;
23995
24012
  join_meeting_permission?: "anyone_can_join" | "only_organization_employees" | "only_event_attendees";
24013
+ password?: string;
23996
24014
  assign_hosts?: Array<string>;
23997
24015
  auto_record?: boolean;
23998
24016
  open_lobby?: boolean;
@@ -24059,6 +24077,7 @@ declare abstract class Client$N extends Client$O {
24059
24077
  meeting_settings?: {
24060
24078
  owner_id?: string | undefined;
24061
24079
  join_meeting_permission?: "anyone_can_join" | "only_organization_employees" | "only_event_attendees" | undefined;
24080
+ password?: string | undefined;
24062
24081
  assign_hosts?: string[] | undefined;
24063
24082
  auto_record?: boolean | undefined;
24064
24083
  open_lobby?: boolean | undefined;
@@ -24174,6 +24193,7 @@ declare abstract class Client$N extends Client$O {
24174
24193
  meeting_settings?: {
24175
24194
  owner_id?: string | undefined;
24176
24195
  join_meeting_permission?: "anyone_can_join" | "only_organization_employees" | "only_event_attendees" | undefined;
24196
+ password?: string | undefined;
24177
24197
  assign_hosts?: string[] | undefined;
24178
24198
  auto_record?: boolean | undefined;
24179
24199
  open_lobby?: boolean | undefined;
@@ -24511,6 +24531,7 @@ declare abstract class Client$N extends Client$O {
24511
24531
  meeting_settings?: {
24512
24532
  owner_id?: string;
24513
24533
  join_meeting_permission?: "anyone_can_join" | "only_organization_employees" | "only_event_attendees";
24534
+ password?: string;
24514
24535
  assign_hosts?: Array<string>;
24515
24536
  auto_record?: boolean;
24516
24537
  open_lobby?: boolean;
@@ -24577,6 +24598,7 @@ declare abstract class Client$N extends Client$O {
24577
24598
  meeting_settings?: {
24578
24599
  owner_id?: string | undefined;
24579
24600
  join_meeting_permission?: "anyone_can_join" | "only_organization_employees" | "only_event_attendees" | undefined;
24601
+ password?: string | undefined;
24580
24602
  assign_hosts?: string[] | undefined;
24581
24603
  auto_record?: boolean | undefined;
24582
24604
  open_lobby?: boolean | undefined;
@@ -38516,8 +38538,28 @@ declare abstract class Client$I extends Client$J {
38516
38538
  value?: string | undefined;
38517
38539
  wk_api_name?: string | undefined;
38518
38540
  } | undefined;
38541
+ record_value?: {
38542
+ values?: {
38543
+ country_region?: {
38544
+ object_value?: {
38545
+ value?: string | undefined;
38546
+ wk_api_name?: string | undefined;
38547
+ } | undefined;
38548
+ } | undefined;
38549
+ } | undefined;
38550
+ } | undefined;
38519
38551
  }[] | undefined;
38520
38552
  } | undefined;
38553
+ record_value?: {
38554
+ values?: {
38555
+ country_region?: {
38556
+ object_value?: {
38557
+ value?: string | undefined;
38558
+ wk_api_name?: string | undefined;
38559
+ } | undefined;
38560
+ } | undefined;
38561
+ } | undefined;
38562
+ } | undefined;
38521
38563
  } | undefined;
38522
38564
  }[] | undefined;
38523
38565
  } | undefined;
@@ -38558,6 +38600,11 @@ declare abstract class Client$I extends Client$J {
38558
38600
  en_us?: string | undefined;
38559
38601
  } | undefined;
38560
38602
  update_time: string;
38603
+ org_truncation?: {
38604
+ org_key?: string | undefined;
38605
+ type?: number | undefined;
38606
+ depth?: number | undefined;
38607
+ }[] | undefined;
38561
38608
  }[] | undefined;
38562
38609
  has_more?: boolean | undefined;
38563
38610
  page_token?: string | undefined;
@@ -44832,8 +44879,28 @@ declare abstract class Client$I extends Client$J {
44832
44879
  value?: string | undefined;
44833
44880
  wk_api_name?: string | undefined;
44834
44881
  } | undefined;
44882
+ record_value?: {
44883
+ values?: {
44884
+ country_region?: {
44885
+ object_value?: {
44886
+ value?: string | undefined;
44887
+ wk_api_name?: string | undefined;
44888
+ } | undefined;
44889
+ } | undefined;
44890
+ } | undefined;
44891
+ } | undefined;
44835
44892
  }[] | undefined;
44836
44893
  } | undefined;
44894
+ record_value?: {
44895
+ values?: {
44896
+ country_region?: {
44897
+ object_value?: {
44898
+ value?: string | undefined;
44899
+ wk_api_name?: string | undefined;
44900
+ } | undefined;
44901
+ } | undefined;
44902
+ } | undefined;
44903
+ } | undefined;
44837
44904
  } | undefined;
44838
44905
  }[] | undefined;
44839
44906
  } | undefined;
@@ -44874,6 +44941,11 @@ declare abstract class Client$I extends Client$J {
44874
44941
  en_us?: string | undefined;
44875
44942
  } | undefined;
44876
44943
  update_time: string;
44944
+ org_truncation?: {
44945
+ org_key?: string | undefined;
44946
+ type?: number | undefined;
44947
+ depth?: number | undefined;
44948
+ }[] | undefined;
44877
44949
  }[] | undefined;
44878
44950
  has_more?: boolean | undefined;
44879
44951
  page_token?: string | undefined;
@@ -45333,6 +45405,8 @@ declare abstract class Client$I extends Client$J {
45333
45405
  bank_id_list?: Array<string>;
45334
45406
  bank_name_list?: Array<string>;
45335
45407
  status_list?: Array<number>;
45408
+ update_start_time?: string;
45409
+ update_end_time?: string;
45336
45410
  };
45337
45411
  params: {
45338
45412
  page_size: number;
@@ -45349,6 +45423,8 @@ declare abstract class Client$I extends Client$J {
45349
45423
  bank_code?: string | undefined;
45350
45424
  country_region_id?: string | undefined;
45351
45425
  status?: number | undefined;
45426
+ create_time?: string | undefined;
45427
+ update_time?: string | undefined;
45352
45428
  }[] | undefined;
45353
45429
  } | null, void, unknown>;
45354
45430
  }>;
@@ -45362,6 +45438,8 @@ declare abstract class Client$I extends Client$J {
45362
45438
  bank_id_list?: Array<string>;
45363
45439
  bank_name_list?: Array<string>;
45364
45440
  status_list?: Array<number>;
45441
+ update_start_time?: string;
45442
+ update_end_time?: string;
45365
45443
  };
45366
45444
  params: {
45367
45445
  page_size: number;
@@ -45380,6 +45458,8 @@ declare abstract class Client$I extends Client$J {
45380
45458
  bank_code?: string | undefined;
45381
45459
  country_region_id?: string | undefined;
45382
45460
  status?: number | undefined;
45461
+ create_time?: string | undefined;
45462
+ update_time?: string | undefined;
45383
45463
  }[] | undefined;
45384
45464
  page_token?: string | undefined;
45385
45465
  has_more?: boolean | undefined;
@@ -45396,6 +45476,8 @@ declare abstract class Client$I extends Client$J {
45396
45476
  bank_branch_id_list?: Array<string>;
45397
45477
  bank_branch_name_list?: Array<string>;
45398
45478
  status_list?: Array<number>;
45479
+ update_start_time?: string;
45480
+ update_end_time?: string;
45399
45481
  };
45400
45482
  params: {
45401
45483
  page_size: number;
@@ -45413,6 +45495,11 @@ declare abstract class Client$I extends Client$J {
45413
45495
  code?: string | undefined;
45414
45496
  swift_code?: string | undefined;
45415
45497
  status?: number | undefined;
45498
+ bank_branch_code?: string | undefined;
45499
+ register_place?: string | undefined;
45500
+ bank_address?: string | undefined;
45501
+ create_time?: string | undefined;
45502
+ update_time?: string | undefined;
45416
45503
  }[] | undefined;
45417
45504
  } | null, void, unknown>;
45418
45505
  }>;
@@ -45427,6 +45514,8 @@ declare abstract class Client$I extends Client$J {
45427
45514
  bank_branch_id_list?: Array<string>;
45428
45515
  bank_branch_name_list?: Array<string>;
45429
45516
  status_list?: Array<number>;
45517
+ update_start_time?: string;
45518
+ update_end_time?: string;
45430
45519
  };
45431
45520
  params: {
45432
45521
  page_size: number;
@@ -45446,6 +45535,11 @@ declare abstract class Client$I extends Client$J {
45446
45535
  code?: string | undefined;
45447
45536
  swift_code?: string | undefined;
45448
45537
  status?: number | undefined;
45538
+ bank_branch_code?: string | undefined;
45539
+ register_place?: string | undefined;
45540
+ bank_address?: string | undefined;
45541
+ create_time?: string | undefined;
45542
+ update_time?: string | undefined;
45449
45543
  }[] | undefined;
45450
45544
  page_token?: string | undefined;
45451
45545
  has_more?: boolean | undefined;
@@ -47362,6 +47456,7 @@ declare abstract class Client$I extends Client$J {
47362
47456
  } | undefined;
47363
47457
  birth_certificate_of_child?: {
47364
47458
  id?: string | undefined;
47459
+ name?: string | undefined;
47365
47460
  }[] | undefined;
47366
47461
  }[] | undefined;
47367
47462
  emergency_contact_list?: {
@@ -47577,6 +47672,7 @@ declare abstract class Client$I extends Client$J {
47577
47672
  } | undefined;
47578
47673
  files?: {
47579
47674
  id?: string | undefined;
47675
+ name?: string | undefined;
47580
47676
  }[] | undefined;
47581
47677
  }[] | undefined;
47582
47678
  native_region?: string | undefined;
@@ -48413,6 +48509,7 @@ declare abstract class Client$I extends Client$J {
48413
48509
  } | undefined;
48414
48510
  birth_certificate_of_child?: {
48415
48511
  id?: string | undefined;
48512
+ name?: string | undefined;
48416
48513
  }[] | undefined;
48417
48514
  }[] | undefined;
48418
48515
  emergency_contact_list?: {
@@ -48628,6 +48725,7 @@ declare abstract class Client$I extends Client$J {
48628
48725
  } | undefined;
48629
48726
  files?: {
48630
48727
  id?: string | undefined;
48728
+ name?: string | undefined;
48631
48729
  }[] | undefined;
48632
48730
  }[] | undefined;
48633
48731
  native_region?: string | undefined;
@@ -49473,6 +49571,7 @@ declare abstract class Client$I extends Client$J {
49473
49571
  } | undefined;
49474
49572
  birth_certificate_of_child?: {
49475
49573
  id?: string | undefined;
49574
+ name?: string | undefined;
49476
49575
  }[] | undefined;
49477
49576
  }[] | undefined;
49478
49577
  emergency_contact_list?: {
@@ -49688,6 +49787,7 @@ declare abstract class Client$I extends Client$J {
49688
49787
  } | undefined;
49689
49788
  files?: {
49690
49789
  id?: string | undefined;
49790
+ name?: string | undefined;
49691
49791
  }[] | undefined;
49692
49792
  }[] | undefined;
49693
49793
  native_region?: string | undefined;
@@ -50231,6 +50331,15 @@ declare abstract class Client$I extends Client$J {
50231
50331
  probation_exist?: boolean | undefined;
50232
50332
  original_department?: string | undefined;
50233
50333
  target_department?: string | undefined;
50334
+ target_draft_department?: string | undefined;
50335
+ original_department_id_path?: {
50336
+ department_id?: string | undefined;
50337
+ draft_department_id?: string | undefined;
50338
+ }[] | undefined;
50339
+ target_department_id_path?: {
50340
+ department_id?: string | undefined;
50341
+ draft_department_id?: string | undefined;
50342
+ }[] | undefined;
50234
50343
  original_work_location?: string | undefined;
50235
50344
  target_work_location?: string | undefined;
50236
50345
  original_direct_manager?: string | undefined;
@@ -50359,6 +50468,15 @@ declare abstract class Client$I extends Client$J {
50359
50468
  probation_exist?: boolean | undefined;
50360
50469
  original_department?: string | undefined;
50361
50470
  target_department?: string | undefined;
50471
+ target_draft_department?: string | undefined;
50472
+ original_department_id_path?: {
50473
+ department_id?: string | undefined;
50474
+ draft_department_id?: string | undefined;
50475
+ }[] | undefined;
50476
+ target_department_id_path?: {
50477
+ department_id?: string | undefined;
50478
+ draft_department_id?: string | undefined;
50479
+ }[] | undefined;
50362
50480
  original_work_location?: string | undefined;
50363
50481
  target_work_location?: string | undefined;
50364
50482
  original_direct_manager?: string | undefined;
@@ -51471,6 +51589,7 @@ declare abstract class Client$I extends Client$J {
51471
51589
  } | undefined;
51472
51590
  birth_certificate_of_child?: {
51473
51591
  id?: string | undefined;
51592
+ name?: string | undefined;
51474
51593
  }[] | undefined;
51475
51594
  }[] | undefined;
51476
51595
  emergency_contact_list?: {
@@ -51686,6 +51805,7 @@ declare abstract class Client$I extends Client$J {
51686
51805
  } | undefined;
51687
51806
  files?: {
51688
51807
  id?: string | undefined;
51808
+ name?: string | undefined;
51689
51809
  }[] | undefined;
51690
51810
  }[] | undefined;
51691
51811
  native_region?: string | undefined;
@@ -52548,375 +52668,2335 @@ declare abstract class Client$I extends Client$J {
52548
52668
  value: string;
52549
52669
  }[] | undefined;
52550
52670
  } | undefined;
52551
- birth_certificate_of_child?: {
52552
- id?: string | undefined;
52553
- }[] | undefined;
52554
- }[] | undefined;
52555
- emergency_contact_list?: {
52556
- name?: {
52557
- local_primary?: string | undefined;
52558
- local_first_name?: string | undefined;
52559
- country_region_id: string;
52560
- name_type: {
52561
- enum_name: string;
52562
- display?: Array<{
52563
- lang: string;
52564
- value: string;
52565
- }>;
52566
- };
52567
- local_first_name_2?: string | undefined;
52568
- local_primary_2?: string | undefined;
52569
- additional_name_type?: {
52570
- enum_name: string;
52571
- display?: {
52572
- lang: string;
52573
- value: string;
52574
- }[] | undefined;
52575
- } | undefined;
52576
- first_name?: string | undefined;
52577
- full_name?: string | undefined;
52578
- hereditary?: string | undefined;
52579
- custom_name?: string | undefined;
52580
- custom_local_name?: string | undefined;
52581
- middle_name?: string | undefined;
52582
- name_primary?: string | undefined;
52583
- secondary?: string | undefined;
52584
- social?: {
52585
- enum_name: string;
52586
- display?: {
52587
- lang: string;
52588
- value: string;
52589
- }[] | undefined;
52590
- } | undefined;
52591
- tertiary?: string | undefined;
52592
- title?: {
52593
- enum_name: string;
52594
- display?: {
52595
- lang: string;
52596
- value: string;
52597
- }[] | undefined;
52598
- } | undefined;
52599
- local_middle_name?: string | undefined;
52600
- local_secondary?: string | undefined;
52601
- display_name_local_and_western_script?: string | undefined;
52602
- display_name_local_script?: string | undefined;
52603
- display_name_western_script?: string | undefined;
52604
- } | undefined;
52605
- relationship?: {
52606
- enum_name: string;
52607
- display?: {
52608
- lang: string;
52609
- value: string;
52610
- }[] | undefined;
52611
- } | undefined;
52612
- phone_ist?: {
52613
- international_area_code?: {
52614
- enum_name: string;
52615
- display?: {
52616
- lang: string;
52617
- value: string;
52618
- }[] | undefined;
52619
- } | undefined;
52620
- phone_number: string;
52621
- formatted_phone_number?: string | undefined;
52622
- device_type?: {
52623
- enum_name: string;
52624
- display?: {
52625
- lang: string;
52626
- value: string;
52627
- }[] | undefined;
52628
- } | undefined;
52629
- phone_usage?: {
52630
- enum_name: string;
52631
- display?: {
52632
- lang: string;
52633
- value: string;
52634
- }[] | undefined;
52635
- } | undefined;
52636
- is_primary?: boolean | undefined;
52637
- is_public?: boolean | undefined;
52638
- }[] | undefined;
52639
- legal_name?: string | undefined;
52640
- custom_fields?: {
52641
- custom_api_name: string;
52642
- name?: {
52643
- zh_cn?: string | undefined;
52644
- en_us?: string | undefined;
52645
- } | undefined;
52646
- type?: number | undefined;
52647
- value: string;
52648
- }[] | undefined;
52649
- }[] | undefined;
52650
- date_entered_workforce?: string | undefined;
52651
- working_years?: number | undefined;
52652
- profile_image_id?: string | undefined;
52653
- email_address?: string | undefined;
52654
- age?: number | undefined;
52655
- highest_level_of_education?: {
52656
- school: Array<{
52657
- lang: string;
52658
- value: string;
52659
- }>;
52660
- level_of_education?: {
52661
- enum_name: string;
52662
- display?: {
52663
- lang: string;
52664
- value: string;
52665
- }[] | undefined;
52666
- } | undefined;
52667
- start_date?: string | undefined;
52668
- end_date?: string | undefined;
52669
- field_of_study?: {
52671
+ birth_certificate_of_child?: {
52672
+ id?: string | undefined;
52673
+ name?: string | undefined;
52674
+ }[] | undefined;
52675
+ }[] | undefined;
52676
+ emergency_contact_list?: {
52677
+ name?: {
52678
+ local_primary?: string | undefined;
52679
+ local_first_name?: string | undefined;
52680
+ country_region_id: string;
52681
+ name_type: {
52682
+ enum_name: string;
52683
+ display?: Array<{
52684
+ lang: string;
52685
+ value: string;
52686
+ }>;
52687
+ };
52688
+ local_first_name_2?: string | undefined;
52689
+ local_primary_2?: string | undefined;
52690
+ additional_name_type?: {
52691
+ enum_name: string;
52692
+ display?: {
52693
+ lang: string;
52694
+ value: string;
52695
+ }[] | undefined;
52696
+ } | undefined;
52697
+ first_name?: string | undefined;
52698
+ full_name?: string | undefined;
52699
+ hereditary?: string | undefined;
52700
+ custom_name?: string | undefined;
52701
+ custom_local_name?: string | undefined;
52702
+ middle_name?: string | undefined;
52703
+ name_primary?: string | undefined;
52704
+ secondary?: string | undefined;
52705
+ social?: {
52706
+ enum_name: string;
52707
+ display?: {
52708
+ lang: string;
52709
+ value: string;
52710
+ }[] | undefined;
52711
+ } | undefined;
52712
+ tertiary?: string | undefined;
52713
+ title?: {
52714
+ enum_name: string;
52715
+ display?: {
52716
+ lang: string;
52717
+ value: string;
52718
+ }[] | undefined;
52719
+ } | undefined;
52720
+ local_middle_name?: string | undefined;
52721
+ local_secondary?: string | undefined;
52722
+ display_name_local_and_western_script?: string | undefined;
52723
+ display_name_local_script?: string | undefined;
52724
+ display_name_western_script?: string | undefined;
52725
+ } | undefined;
52726
+ relationship?: {
52727
+ enum_name: string;
52728
+ display?: {
52729
+ lang: string;
52730
+ value: string;
52731
+ }[] | undefined;
52732
+ } | undefined;
52733
+ phone_ist?: {
52734
+ international_area_code?: {
52735
+ enum_name: string;
52736
+ display?: {
52737
+ lang: string;
52738
+ value: string;
52739
+ }[] | undefined;
52740
+ } | undefined;
52741
+ phone_number: string;
52742
+ formatted_phone_number?: string | undefined;
52743
+ device_type?: {
52744
+ enum_name: string;
52745
+ display?: {
52746
+ lang: string;
52747
+ value: string;
52748
+ }[] | undefined;
52749
+ } | undefined;
52750
+ phone_usage?: {
52751
+ enum_name: string;
52752
+ display?: {
52753
+ lang: string;
52754
+ value: string;
52755
+ }[] | undefined;
52756
+ } | undefined;
52757
+ is_primary?: boolean | undefined;
52758
+ is_public?: boolean | undefined;
52759
+ }[] | undefined;
52760
+ legal_name?: string | undefined;
52761
+ custom_fields?: {
52762
+ custom_api_name: string;
52763
+ name?: {
52764
+ zh_cn?: string | undefined;
52765
+ en_us?: string | undefined;
52766
+ } | undefined;
52767
+ type?: number | undefined;
52768
+ value: string;
52769
+ }[] | undefined;
52770
+ }[] | undefined;
52771
+ date_entered_workforce?: string | undefined;
52772
+ working_years?: number | undefined;
52773
+ profile_image_id?: string | undefined;
52774
+ email_address?: string | undefined;
52775
+ age?: number | undefined;
52776
+ highest_level_of_education?: {
52777
+ school: Array<{
52778
+ lang: string;
52779
+ value: string;
52780
+ }>;
52781
+ level_of_education?: {
52782
+ enum_name: string;
52783
+ display?: {
52784
+ lang: string;
52785
+ value: string;
52786
+ }[] | undefined;
52787
+ } | undefined;
52788
+ start_date?: string | undefined;
52789
+ end_date?: string | undefined;
52790
+ field_of_study?: {
52791
+ lang: string;
52792
+ value: string;
52793
+ }[] | undefined;
52794
+ degree?: {
52795
+ enum_name: string;
52796
+ display?: {
52797
+ lang: string;
52798
+ value: string;
52799
+ }[] | undefined;
52800
+ } | undefined;
52801
+ school_name?: {
52802
+ enum_name: string;
52803
+ display?: {
52804
+ lang: string;
52805
+ value: string;
52806
+ }[] | undefined;
52807
+ } | undefined;
52808
+ field_of_study_name?: {
52809
+ enum_name: string;
52810
+ display?: {
52811
+ lang: string;
52812
+ value: string;
52813
+ }[] | undefined;
52814
+ } | undefined;
52815
+ country_region_id?: string | undefined;
52816
+ expected_end_date?: string | undefined;
52817
+ custom_fields?: {
52818
+ custom_api_name: string;
52819
+ name?: {
52820
+ zh_cn?: string | undefined;
52821
+ en_us?: string | undefined;
52822
+ } | undefined;
52823
+ type?: number | undefined;
52824
+ value: string;
52825
+ }[] | undefined;
52826
+ } | undefined;
52827
+ highest_degree_of_education?: {
52828
+ school: Array<{
52829
+ lang: string;
52830
+ value: string;
52831
+ }>;
52832
+ level_of_education?: {
52833
+ enum_name: string;
52834
+ display?: {
52835
+ lang: string;
52836
+ value: string;
52837
+ }[] | undefined;
52838
+ } | undefined;
52839
+ start_date?: string | undefined;
52840
+ end_date?: string | undefined;
52841
+ field_of_study?: {
52842
+ lang: string;
52843
+ value: string;
52844
+ }[] | undefined;
52845
+ degree?: {
52846
+ enum_name: string;
52847
+ display?: {
52848
+ lang: string;
52849
+ value: string;
52850
+ }[] | undefined;
52851
+ } | undefined;
52852
+ school_name?: {
52853
+ enum_name: string;
52854
+ display?: {
52855
+ lang: string;
52856
+ value: string;
52857
+ }[] | undefined;
52858
+ } | undefined;
52859
+ field_of_study_name?: {
52860
+ enum_name: string;
52861
+ display?: {
52862
+ lang: string;
52863
+ value: string;
52864
+ }[] | undefined;
52865
+ } | undefined;
52866
+ country_region_id?: string | undefined;
52867
+ expected_end_date?: string | undefined;
52868
+ custom_fields?: {
52869
+ custom_api_name: string;
52870
+ name?: {
52871
+ zh_cn?: string | undefined;
52872
+ en_us?: string | undefined;
52873
+ } | undefined;
52874
+ type?: number | undefined;
52875
+ value: string;
52876
+ }[] | undefined;
52877
+ } | undefined;
52878
+ personal_profile?: {
52879
+ personal_profile_id?: string | undefined;
52880
+ personal_profile_type?: {
52881
+ enum_name: string;
52882
+ display?: {
52883
+ lang: string;
52884
+ value: string;
52885
+ }[] | undefined;
52886
+ } | undefined;
52887
+ files?: {
52888
+ id?: string | undefined;
52889
+ name?: string | undefined;
52890
+ }[] | undefined;
52891
+ }[] | undefined;
52892
+ native_region?: string | undefined;
52893
+ hukou_type?: {
52894
+ enum_name: string;
52895
+ display?: {
52896
+ lang: string;
52897
+ value: string;
52898
+ }[] | undefined;
52899
+ } | undefined;
52900
+ hukou_location?: string | undefined;
52901
+ talent_id?: string | undefined;
52902
+ custom_fields?: {
52903
+ custom_api_name: string;
52904
+ name?: {
52905
+ zh_cn?: string | undefined;
52906
+ en_us?: string | undefined;
52907
+ } | undefined;
52908
+ type?: number | undefined;
52909
+ value: string;
52910
+ }[] | undefined;
52911
+ national_id_number?: string | undefined;
52912
+ family_address?: string | undefined;
52913
+ born_country_region?: string | undefined;
52914
+ is_disabled?: boolean | undefined;
52915
+ disable_card_number?: string | undefined;
52916
+ is_martyr_family?: boolean | undefined;
52917
+ martyr_card_number?: string | undefined;
52918
+ is_old_alone?: boolean | undefined;
52919
+ resident_taxes?: {
52920
+ year_resident_tax: string;
52921
+ resident_status?: {
52922
+ enum_name: string;
52923
+ display?: {
52924
+ lang: string;
52925
+ value: string;
52926
+ }[] | undefined;
52927
+ } | undefined;
52928
+ tax_country_region_id?: string | undefined;
52929
+ custom_fields?: {
52930
+ field_name: string;
52931
+ value: string;
52932
+ }[] | undefined;
52933
+ }[] | undefined;
52934
+ first_entry_time?: string | undefined;
52935
+ leave_time?: string | undefined;
52936
+ } | undefined;
52937
+ } | undefined;
52938
+ }>;
52939
+ };
52940
+ /**
52941
+ * 待入职
52942
+ */
52943
+ preHire: {
52944
+ /**
52945
+ * {@link https://open.feishu.cn/api-explorer?project=corehr&resource=pre_hire&apiName=create&version=v2 click to debug }
52946
+ *
52947
+ * {@link https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/corehr-v2/pre_hire/create document }
52948
+ *
52949
+ * 创建待入职人员
52950
+ *
52951
+ * 创建待入职人员
52952
+ */
52953
+ create: (payload?: {
52954
+ data: {
52955
+ basic_info: {
52956
+ name?: {
52957
+ full_name?: string;
52958
+ first_name?: string;
52959
+ middle_name?: string;
52960
+ name_primary?: string;
52961
+ local_first_name?: string;
52962
+ local_middle_name?: string;
52963
+ local_primary?: string;
52964
+ country_region_id?: string;
52965
+ custom_local_name?: string;
52966
+ custom_western_name?: string;
52967
+ };
52968
+ phone_number?: string;
52969
+ international_area_code?: string;
52970
+ email?: string;
52971
+ date_of_birth?: string;
52972
+ personal_id_number?: string;
52973
+ personal_id_type?: string;
52974
+ date_entered_workforce?: string;
52975
+ gender_id?: string;
52976
+ nationality_id?: string;
52977
+ additional_nationality_id_list?: Array<string>;
52978
+ citizenship_status_id_list?: Array<string>;
52979
+ home_address?: string;
52980
+ worker_id?: string;
52981
+ user_geo?: string;
52982
+ legal_name?: {
52983
+ full_name?: string;
52984
+ first_name?: string;
52985
+ middle_name?: string;
52986
+ name_primary?: string;
52987
+ local_first_name?: string;
52988
+ local_middle_name?: string;
52989
+ local_primary?: string;
52990
+ country_region_id?: string;
52991
+ custom_local_name?: string;
52992
+ custom_western_name?: string;
52993
+ };
52994
+ };
52995
+ offer_info: {
52996
+ offer_id?: string;
52997
+ offer_hr_id?: string;
52998
+ department_id?: string;
52999
+ direct_leader_id?: string;
53000
+ job_id?: string;
53001
+ job_family_id?: string;
53002
+ job_level_id?: string;
53003
+ job_title?: string;
53004
+ probation_start_date?: string;
53005
+ probation_end_date?: string;
53006
+ contract_start_date?: string;
53007
+ contract_end_date?: string;
53008
+ duration_period?: number;
53009
+ duration_unit?: string;
53010
+ onboarding_date?: string;
53011
+ onboarding_location_id?: string;
53012
+ office_location_id?: string;
53013
+ recruitment_type_id?: string;
53014
+ probation_period?: string;
53015
+ employee_type_id?: string;
53016
+ employment_type_id?: string;
53017
+ work_email?: string;
53018
+ duration_type_id?: string;
53019
+ signing_type_id?: string;
53020
+ entry_mode?: string;
53021
+ social_security_city_id?: string;
53022
+ contract_type?: string;
53023
+ company?: string;
53024
+ cost_center_rate?: Array<{
53025
+ cost_center_id?: string;
53026
+ rate?: number;
53027
+ }>;
53028
+ job_grade_id?: string;
53029
+ custom_fields?: Array<{
53030
+ field_name: string;
53031
+ value: string;
53032
+ }>;
53033
+ service_company?: string;
53034
+ work_shift?: string;
53035
+ compensation_type?: string;
53036
+ work_location_id?: string;
53037
+ onboarding_address_id?: string;
53038
+ office_address_id?: string;
53039
+ };
53040
+ education_info?: Array<{
53041
+ school_name?: string;
53042
+ education?: string;
53043
+ start_time?: string;
53044
+ end_time?: string;
53045
+ field_of_study?: string;
53046
+ }>;
53047
+ work_experience?: Array<{
53048
+ company_name?: string;
53049
+ start_time?: string;
53050
+ end_time?: string;
53051
+ job_title?: string;
53052
+ description?: string;
53053
+ }>;
53054
+ ats_application_id?: string;
53055
+ };
53056
+ }, options?: IRequestOptions$1) => Promise<{
53057
+ code?: number | undefined;
53058
+ msg?: string | undefined;
53059
+ data?: {
53060
+ pre_hire_id?: string | undefined;
53061
+ } | undefined;
53062
+ }>;
53063
+ searchWithIterator: (payload?: {
53064
+ data?: {
53065
+ worker_ids?: Array<string>;
53066
+ pre_hire_ids?: Array<string>;
53067
+ onboarding_date_start?: string;
53068
+ onboarding_date_end?: string;
53069
+ updated_date_start?: string;
53070
+ updated_date_end?: string;
53071
+ onboarding_location_ids?: Array<string>;
53072
+ onboarding_status?: "preboarding" | "deleted" | "day_one" | "withdrawn" | "completed";
53073
+ department_ids?: Array<string>;
53074
+ direct_manager_ids?: Array<string>;
53075
+ employee_type_ids?: Array<string>;
53076
+ job_family_ids?: Array<string>;
53077
+ key_word?: string;
53078
+ rehire?: "to_be_confirmed" | "no" | "yes";
53079
+ fields?: Array<string>;
53080
+ };
53081
+ params: {
53082
+ page_size: number;
53083
+ page_token?: string;
53084
+ user_id_type?: "user_id" | "union_id" | "open_id" | "people_corehr_id";
53085
+ department_id_type?: "open_department_id" | "department_id" | "people_corehr_department_id";
53086
+ };
53087
+ }, options?: IRequestOptions$1) => Promise<{
53088
+ [Symbol.asyncIterator](): AsyncGenerator<{
53089
+ items?: {
53090
+ person_info?: {
53091
+ person_id?: string | undefined;
53092
+ phone_number?: string | undefined;
53093
+ legal_name?: string | undefined;
53094
+ preferred_name?: string | undefined;
53095
+ preferred_local_full_name?: string | undefined;
53096
+ preferred_english_full_name?: string | undefined;
53097
+ name_list?: {
53098
+ local_primary?: string | undefined;
53099
+ local_first_name?: string | undefined;
53100
+ country_region_id: string;
53101
+ name_type: {
53102
+ enum_name: string;
53103
+ display?: Array<{
53104
+ lang: string;
53105
+ value: string;
53106
+ }>;
53107
+ };
53108
+ local_first_name_2?: string | undefined;
53109
+ local_primary_2?: string | undefined;
53110
+ additional_name_type?: {
53111
+ enum_name: string;
53112
+ display?: {
53113
+ lang: string;
53114
+ value: string;
53115
+ }[] | undefined;
53116
+ } | undefined;
53117
+ first_name?: string | undefined;
53118
+ full_name?: string | undefined;
53119
+ hereditary?: string | undefined;
53120
+ custom_name?: string | undefined;
53121
+ custom_local_name?: string | undefined;
53122
+ middle_name?: string | undefined;
53123
+ name_primary?: string | undefined;
53124
+ secondary?: string | undefined;
53125
+ social?: {
53126
+ enum_name: string;
53127
+ display?: {
53128
+ lang: string;
53129
+ value: string;
53130
+ }[] | undefined;
53131
+ } | undefined;
53132
+ tertiary?: string | undefined;
53133
+ title?: {
53134
+ enum_name: string;
53135
+ display?: {
53136
+ lang: string;
53137
+ value: string;
53138
+ }[] | undefined;
53139
+ } | undefined;
53140
+ local_middle_name?: string | undefined;
53141
+ local_secondary?: string | undefined;
53142
+ display_name_local_and_western_script?: string | undefined;
53143
+ display_name_local_script?: string | undefined;
53144
+ display_name_western_script?: string | undefined;
53145
+ }[] | undefined;
53146
+ gender?: {
53147
+ enum_name: string;
53148
+ display?: {
53149
+ lang: string;
53150
+ value: string;
53151
+ }[] | undefined;
53152
+ } | undefined;
53153
+ date_of_birth?: string | undefined;
53154
+ nationality_id?: string | undefined;
53155
+ additional_nationalities?: {
53156
+ nationality_id?: string | undefined;
53157
+ name?: {
53158
+ lang: string;
53159
+ value: string;
53160
+ }[] | undefined;
53161
+ alpha_2_code?: string | undefined;
53162
+ alpha_3_code?: string | undefined;
53163
+ numeric_code?: number | undefined;
53164
+ country_region_id?: string | undefined;
53165
+ status?: number | undefined;
53166
+ }[] | undefined;
53167
+ citizenship_status?: {
53168
+ id?: string | undefined;
53169
+ country_region_id?: string | undefined;
53170
+ active?: boolean | undefined;
53171
+ name?: {
53172
+ lang: string;
53173
+ value: string;
53174
+ }[] | undefined;
53175
+ citizenship_status?: {
53176
+ lang: string;
53177
+ value: string;
53178
+ }[] | undefined;
53179
+ view_order?: string | undefined;
53180
+ }[] | undefined;
53181
+ race?: {
53182
+ enum_name: string;
53183
+ display?: {
53184
+ lang: string;
53185
+ value: string;
53186
+ }[] | undefined;
53187
+ } | undefined;
53188
+ marital_status?: {
53189
+ enum_name: string;
53190
+ display?: {
53191
+ lang: string;
53192
+ value: string;
53193
+ }[] | undefined;
53194
+ } | undefined;
53195
+ phone_list?: {
53196
+ international_area_code?: {
53197
+ enum_name: string;
53198
+ display?: {
53199
+ lang: string;
53200
+ value: string;
53201
+ }[] | undefined;
53202
+ } | undefined;
53203
+ phone_number: string;
53204
+ formatted_phone_number?: string | undefined;
53205
+ device_type?: {
53206
+ enum_name: string;
53207
+ display?: {
53208
+ lang: string;
53209
+ value: string;
53210
+ }[] | undefined;
53211
+ } | undefined;
53212
+ phone_usage?: {
53213
+ enum_name: string;
53214
+ display?: {
53215
+ lang: string;
53216
+ value: string;
53217
+ }[] | undefined;
53218
+ } | undefined;
53219
+ is_primary?: boolean | undefined;
53220
+ is_public?: boolean | undefined;
53221
+ }[] | undefined;
53222
+ address_list?: {
53223
+ full_address_local_script?: string | undefined;
53224
+ full_address_western_script?: string | undefined;
53225
+ address_id?: string | undefined;
53226
+ country_region_id: string;
53227
+ region_id?: string | undefined;
53228
+ city_id?: string | undefined;
53229
+ distinct_id?: string | undefined;
53230
+ local_address_line1?: string | undefined;
53231
+ local_address_line2?: string | undefined;
53232
+ local_address_line3?: string | undefined;
53233
+ local_address_line4?: string | undefined;
53234
+ local_address_line5?: string | undefined;
53235
+ local_address_line6?: string | undefined;
53236
+ local_address_line7?: string | undefined;
53237
+ local_address_line8?: string | undefined;
53238
+ local_address_line9?: string | undefined;
53239
+ postal_code?: string | undefined;
53240
+ address_type_list: Array<{
53241
+ enum_name: string;
53242
+ display?: Array<{
53243
+ lang: string;
53244
+ value: string;
53245
+ }>;
53246
+ }>;
53247
+ is_primary: boolean;
53248
+ is_public: boolean;
53249
+ custom_fields?: {
53250
+ custom_api_name: string;
53251
+ name?: {
53252
+ zh_cn?: string | undefined;
53253
+ en_us?: string | undefined;
53254
+ } | undefined;
53255
+ type?: number | undefined;
53256
+ value: string;
53257
+ }[] | undefined;
53258
+ }[] | undefined;
53259
+ email_list?: {
53260
+ email: string;
53261
+ is_primary?: boolean | undefined;
53262
+ is_public?: boolean | undefined;
53263
+ email_usage?: {
53264
+ enum_name: string;
53265
+ display?: {
53266
+ lang: string;
53267
+ value: string;
53268
+ }[] | undefined;
53269
+ } | undefined;
53270
+ }[] | undefined;
53271
+ work_experience_list?: {
53272
+ company_organization?: {
53273
+ lang: string;
53274
+ value: string;
53275
+ }[] | undefined;
53276
+ department?: {
53277
+ lang: string;
53278
+ value: string;
53279
+ }[] | undefined;
53280
+ job?: {
53281
+ lang: string;
53282
+ value: string;
53283
+ }[] | undefined;
53284
+ description?: {
53285
+ lang: string;
53286
+ value: string;
53287
+ }[] | undefined;
53288
+ start_date?: string | undefined;
53289
+ end_date?: string | undefined;
53290
+ custom_fields?: {
53291
+ custom_api_name: string;
53292
+ name?: {
53293
+ zh_cn?: string | undefined;
53294
+ en_us?: string | undefined;
53295
+ } | undefined;
53296
+ type?: number | undefined;
53297
+ value: string;
53298
+ }[] | undefined;
53299
+ }[] | undefined;
53300
+ education_list?: {
53301
+ school: Array<{
53302
+ lang: string;
53303
+ value: string;
53304
+ }>;
53305
+ level_of_education?: {
53306
+ enum_name: string;
53307
+ display?: {
53308
+ lang: string;
53309
+ value: string;
53310
+ }[] | undefined;
53311
+ } | undefined;
53312
+ start_date?: string | undefined;
53313
+ end_date?: string | undefined;
53314
+ field_of_study?: {
53315
+ lang: string;
53316
+ value: string;
53317
+ }[] | undefined;
53318
+ degree?: {
53319
+ enum_name: string;
53320
+ display?: {
53321
+ lang: string;
53322
+ value: string;
53323
+ }[] | undefined;
53324
+ } | undefined;
53325
+ school_name?: {
53326
+ enum_name: string;
53327
+ display?: {
53328
+ lang: string;
53329
+ value: string;
53330
+ }[] | undefined;
53331
+ } | undefined;
53332
+ field_of_study_name?: {
53333
+ enum_name: string;
53334
+ display?: {
53335
+ lang: string;
53336
+ value: string;
53337
+ }[] | undefined;
53338
+ } | undefined;
53339
+ country_region_id?: string | undefined;
53340
+ expected_end_date?: string | undefined;
53341
+ custom_fields?: {
53342
+ custom_api_name: string;
53343
+ name?: {
53344
+ zh_cn?: string | undefined;
53345
+ en_us?: string | undefined;
53346
+ } | undefined;
53347
+ type?: number | undefined;
53348
+ value: string;
53349
+ }[] | undefined;
53350
+ }[] | undefined;
53351
+ bank_account_list?: {
53352
+ bank_name?: string | undefined;
53353
+ bank_account_number: string;
53354
+ account_holder: string;
53355
+ bank?: {
53356
+ enum_name: string;
53357
+ display?: {
53358
+ lang: string;
53359
+ value: string;
53360
+ }[] | undefined;
53361
+ } | undefined;
53362
+ bank_identification_code?: string | undefined;
53363
+ branch_name?: string | undefined;
53364
+ bank_id?: string | undefined;
53365
+ branch_id?: string | undefined;
53366
+ country_region_id?: string | undefined;
53367
+ bank_account_usage?: {
53368
+ enum_name: string;
53369
+ display?: {
53370
+ lang: string;
53371
+ value: string;
53372
+ }[] | undefined;
53373
+ }[] | undefined;
53374
+ bank_account_type?: {
53375
+ enum_name: string;
53376
+ display?: {
53377
+ lang: string;
53378
+ value: string;
53379
+ }[] | undefined;
53380
+ } | undefined;
53381
+ currency_id?: string | undefined;
53382
+ custom_fields?: {
53383
+ custom_api_name: string;
53384
+ name?: {
53385
+ zh_cn?: string | undefined;
53386
+ en_us?: string | undefined;
53387
+ } | undefined;
53388
+ type?: number | undefined;
53389
+ value: string;
53390
+ }[] | undefined;
53391
+ }[] | undefined;
53392
+ national_id_list?: {
53393
+ national_id_type_id: string;
53394
+ national_id_number: string;
53395
+ issue_date?: string | undefined;
53396
+ expiration_date?: string | undefined;
53397
+ country_region_id: string;
53398
+ issued_by?: string | undefined;
53399
+ custom_fields?: {
53400
+ custom_api_name: string;
53401
+ name?: {
53402
+ zh_cn?: string | undefined;
53403
+ en_us?: string | undefined;
53404
+ } | undefined;
53405
+ type?: number | undefined;
53406
+ value: string;
53407
+ }[] | undefined;
53408
+ }[] | undefined;
53409
+ dependent_list?: {
53410
+ name?: {
53411
+ local_primary?: string | undefined;
53412
+ local_first_name?: string | undefined;
53413
+ country_region_id: string;
53414
+ name_type: {
53415
+ enum_name: string;
53416
+ display?: Array<{
53417
+ lang: string;
53418
+ value: string;
53419
+ }>;
53420
+ };
53421
+ local_first_name_2?: string | undefined;
53422
+ local_primary_2?: string | undefined;
53423
+ additional_name_type?: {
53424
+ enum_name: string;
53425
+ display?: {
53426
+ lang: string;
53427
+ value: string;
53428
+ }[] | undefined;
53429
+ } | undefined;
53430
+ first_name?: string | undefined;
53431
+ full_name?: string | undefined;
53432
+ hereditary?: string | undefined;
53433
+ custom_name?: string | undefined;
53434
+ custom_local_name?: string | undefined;
53435
+ middle_name?: string | undefined;
53436
+ name_primary?: string | undefined;
53437
+ secondary?: string | undefined;
53438
+ social?: {
53439
+ enum_name: string;
53440
+ display?: {
53441
+ lang: string;
53442
+ value: string;
53443
+ }[] | undefined;
53444
+ } | undefined;
53445
+ tertiary?: string | undefined;
53446
+ title?: {
53447
+ enum_name: string;
53448
+ display?: {
53449
+ lang: string;
53450
+ value: string;
53451
+ }[] | undefined;
53452
+ } | undefined;
53453
+ local_middle_name?: string | undefined;
53454
+ local_secondary?: string | undefined;
53455
+ display_name_local_and_western_script?: string | undefined;
53456
+ display_name_local_script?: string | undefined;
53457
+ display_name_western_script?: string | undefined;
53458
+ } | undefined;
53459
+ relationship: {
53460
+ enum_name: string;
53461
+ display?: Array<{
53462
+ lang: string;
53463
+ value: string;
53464
+ }>;
53465
+ };
53466
+ gender?: {
53467
+ enum_name: string;
53468
+ display?: {
53469
+ lang: string;
53470
+ value: string;
53471
+ }[] | undefined;
53472
+ } | undefined;
53473
+ date_of_birth?: string | undefined;
53474
+ nationality_id?: string | undefined;
53475
+ national_id_list?: {
53476
+ national_id_type_id: string;
53477
+ national_id_number: string;
53478
+ issue_date?: string | undefined;
53479
+ expiration_date?: string | undefined;
53480
+ country_region_id: string;
53481
+ issued_by?: string | undefined;
53482
+ custom_fields?: {
53483
+ custom_api_name: string;
53484
+ name?: {
53485
+ zh_cn?: string | undefined;
53486
+ en_us?: string | undefined;
53487
+ } | undefined;
53488
+ type?: number | undefined;
53489
+ value: string;
53490
+ }[] | undefined;
53491
+ }[] | undefined;
53492
+ spouses_working_status?: {
53493
+ enum_name: string;
53494
+ display?: {
53495
+ lang: string;
53496
+ value: string;
53497
+ }[] | undefined;
53498
+ } | undefined;
53499
+ is_this_person_covered_by_health_insurance?: boolean | undefined;
53500
+ is_this_person_allowed_for_tax_deduction?: boolean | undefined;
53501
+ custom_fields?: {
53502
+ custom_api_name: string;
53503
+ name?: {
53504
+ zh_cn?: string | undefined;
53505
+ en_us?: string | undefined;
53506
+ } | undefined;
53507
+ type?: number | undefined;
53508
+ value: string;
53509
+ }[] | undefined;
53510
+ dependent_name?: string | undefined;
53511
+ employer?: string | undefined;
53512
+ job?: string | undefined;
53513
+ phone?: {
53514
+ international_area_code?: {
53515
+ enum_name: string;
53516
+ display?: {
53517
+ lang: string;
53518
+ value: string;
53519
+ }[] | undefined;
53520
+ } | undefined;
53521
+ phone_number: string;
53522
+ formatted_phone_number?: string | undefined;
53523
+ device_type?: {
53524
+ enum_name: string;
53525
+ display?: {
53526
+ lang: string;
53527
+ value: string;
53528
+ }[] | undefined;
53529
+ } | undefined;
53530
+ phone_usage?: {
53531
+ enum_name: string;
53532
+ display?: {
53533
+ lang: string;
53534
+ value: string;
53535
+ }[] | undefined;
53536
+ } | undefined;
53537
+ is_primary?: boolean | undefined;
53538
+ is_public?: boolean | undefined;
53539
+ } | undefined;
53540
+ address?: {
53541
+ full_address_local_script?: string | undefined;
53542
+ full_address_western_script?: string | undefined;
53543
+ address_id?: string | undefined;
53544
+ country_region_id: string;
53545
+ region_id?: string | undefined;
53546
+ city_id?: string | undefined;
53547
+ distinct_id?: string | undefined;
53548
+ local_address_line1?: string | undefined;
53549
+ local_address_line2?: string | undefined;
53550
+ local_address_line3?: string | undefined;
53551
+ local_address_line4?: string | undefined;
53552
+ local_address_line5?: string | undefined;
53553
+ local_address_line6?: string | undefined;
53554
+ local_address_line7?: string | undefined;
53555
+ local_address_line8?: string | undefined;
53556
+ local_address_line9?: string | undefined;
53557
+ postal_code?: string | undefined;
53558
+ address_type_list: Array<{
53559
+ enum_name: string;
53560
+ display?: Array<{
53561
+ lang: string;
53562
+ value: string;
53563
+ }>;
53564
+ }>;
53565
+ is_primary: boolean;
53566
+ is_public: boolean;
53567
+ custom_fields?: {
53568
+ custom_api_name: string;
53569
+ name?: {
53570
+ zh_cn?: string | undefined;
53571
+ en_us?: string | undefined;
53572
+ } | undefined;
53573
+ type?: number | undefined;
53574
+ value: string;
53575
+ }[] | undefined;
53576
+ } | undefined;
53577
+ birth_certificate_of_child?: {
53578
+ id?: string | undefined;
53579
+ name?: string | undefined;
53580
+ }[] | undefined;
53581
+ }[] | undefined;
53582
+ emergency_contact_list?: {
53583
+ name?: {
53584
+ local_primary?: string | undefined;
53585
+ local_first_name?: string | undefined;
53586
+ country_region_id: string;
53587
+ name_type: {
53588
+ enum_name: string;
53589
+ display?: Array<{
53590
+ lang: string;
53591
+ value: string;
53592
+ }>;
53593
+ };
53594
+ local_first_name_2?: string | undefined;
53595
+ local_primary_2?: string | undefined;
53596
+ additional_name_type?: {
53597
+ enum_name: string;
53598
+ display?: {
53599
+ lang: string;
53600
+ value: string;
53601
+ }[] | undefined;
53602
+ } | undefined;
53603
+ first_name?: string | undefined;
53604
+ full_name?: string | undefined;
53605
+ hereditary?: string | undefined;
53606
+ custom_name?: string | undefined;
53607
+ custom_local_name?: string | undefined;
53608
+ middle_name?: string | undefined;
53609
+ name_primary?: string | undefined;
53610
+ secondary?: string | undefined;
53611
+ social?: {
53612
+ enum_name: string;
53613
+ display?: {
53614
+ lang: string;
53615
+ value: string;
53616
+ }[] | undefined;
53617
+ } | undefined;
53618
+ tertiary?: string | undefined;
53619
+ title?: {
53620
+ enum_name: string;
53621
+ display?: {
53622
+ lang: string;
53623
+ value: string;
53624
+ }[] | undefined;
53625
+ } | undefined;
53626
+ local_middle_name?: string | undefined;
53627
+ local_secondary?: string | undefined;
53628
+ display_name_local_and_western_script?: string | undefined;
53629
+ display_name_local_script?: string | undefined;
53630
+ display_name_western_script?: string | undefined;
53631
+ } | undefined;
53632
+ relationship?: {
53633
+ enum_name: string;
53634
+ display?: {
53635
+ lang: string;
53636
+ value: string;
53637
+ }[] | undefined;
53638
+ } | undefined;
53639
+ phone_ist?: {
53640
+ international_area_code?: {
53641
+ enum_name: string;
53642
+ display?: {
53643
+ lang: string;
53644
+ value: string;
53645
+ }[] | undefined;
53646
+ } | undefined;
53647
+ phone_number: string;
53648
+ formatted_phone_number?: string | undefined;
53649
+ device_type?: {
53650
+ enum_name: string;
53651
+ display?: {
53652
+ lang: string;
53653
+ value: string;
53654
+ }[] | undefined;
53655
+ } | undefined;
53656
+ phone_usage?: {
53657
+ enum_name: string;
53658
+ display?: {
53659
+ lang: string;
53660
+ value: string;
53661
+ }[] | undefined;
53662
+ } | undefined;
53663
+ is_primary?: boolean | undefined;
53664
+ is_public?: boolean | undefined;
53665
+ }[] | undefined;
53666
+ phone_list?: {
53667
+ international_area_code?: {
53668
+ enum_name: string;
53669
+ display?: {
53670
+ lang: string;
53671
+ value: string;
53672
+ }[] | undefined;
53673
+ } | undefined;
53674
+ phone_number: string;
53675
+ formatted_phone_number?: string | undefined;
53676
+ device_type?: {
53677
+ enum_name: string;
53678
+ display?: {
53679
+ lang: string;
53680
+ value: string;
53681
+ }[] | undefined;
53682
+ } | undefined;
53683
+ phone_usage?: {
53684
+ enum_name: string;
53685
+ display?: {
53686
+ lang: string;
53687
+ value: string;
53688
+ }[] | undefined;
53689
+ } | undefined;
53690
+ is_primary?: boolean | undefined;
53691
+ is_public?: boolean | undefined;
53692
+ }[] | undefined;
53693
+ legal_name?: string | undefined;
53694
+ custom_fields?: {
53695
+ custom_api_name: string;
53696
+ name?: {
53697
+ zh_cn?: string | undefined;
53698
+ en_us?: string | undefined;
53699
+ } | undefined;
53700
+ type?: number | undefined;
53701
+ value: string;
53702
+ }[] | undefined;
53703
+ }[] | undefined;
53704
+ date_entered_workforce?: string | undefined;
53705
+ profile_image_id?: string | undefined;
53706
+ email_address?: string | undefined;
53707
+ age?: number | undefined;
53708
+ highest_level_of_education?: {
53709
+ school: Array<{
53710
+ lang: string;
53711
+ value: string;
53712
+ }>;
53713
+ level_of_education?: {
53714
+ enum_name: string;
53715
+ display?: {
53716
+ lang: string;
53717
+ value: string;
53718
+ }[] | undefined;
53719
+ } | undefined;
53720
+ start_date?: string | undefined;
53721
+ end_date?: string | undefined;
53722
+ field_of_study?: {
53723
+ lang: string;
53724
+ value: string;
53725
+ }[] | undefined;
53726
+ degree?: {
53727
+ enum_name: string;
53728
+ display?: {
53729
+ lang: string;
53730
+ value: string;
53731
+ }[] | undefined;
53732
+ } | undefined;
53733
+ school_name?: {
53734
+ enum_name: string;
53735
+ display?: {
53736
+ lang: string;
53737
+ value: string;
53738
+ }[] | undefined;
53739
+ } | undefined;
53740
+ field_of_study_name?: {
53741
+ enum_name: string;
53742
+ display?: {
53743
+ lang: string;
53744
+ value: string;
53745
+ }[] | undefined;
53746
+ } | undefined;
53747
+ country_region_id?: string | undefined;
53748
+ expected_end_date?: string | undefined;
53749
+ custom_fields?: {
53750
+ custom_api_name: string;
53751
+ name?: {
53752
+ zh_cn?: string | undefined;
53753
+ en_us?: string | undefined;
53754
+ } | undefined;
53755
+ type?: number | undefined;
53756
+ value: string;
53757
+ }[] | undefined;
53758
+ } | undefined;
53759
+ highest_degree_of_education?: {
53760
+ school: Array<{
53761
+ lang: string;
53762
+ value: string;
53763
+ }>;
53764
+ level_of_education?: {
53765
+ enum_name: string;
53766
+ display?: {
53767
+ lang: string;
53768
+ value: string;
53769
+ }[] | undefined;
53770
+ } | undefined;
53771
+ start_date?: string | undefined;
53772
+ end_date?: string | undefined;
53773
+ field_of_study?: {
53774
+ lang: string;
53775
+ value: string;
53776
+ }[] | undefined;
53777
+ degree?: {
53778
+ enum_name: string;
53779
+ display?: {
53780
+ lang: string;
53781
+ value: string;
53782
+ }[] | undefined;
53783
+ } | undefined;
53784
+ school_name?: {
53785
+ enum_name: string;
53786
+ display?: {
53787
+ lang: string;
53788
+ value: string;
53789
+ }[] | undefined;
53790
+ } | undefined;
53791
+ field_of_study_name?: {
53792
+ enum_name: string;
53793
+ display?: {
53794
+ lang: string;
53795
+ value: string;
53796
+ }[] | undefined;
53797
+ } | undefined;
53798
+ country_region_id?: string | undefined;
53799
+ expected_end_date?: string | undefined;
53800
+ custom_fields?: {
53801
+ custom_api_name: string;
53802
+ name?: {
53803
+ zh_cn?: string | undefined;
53804
+ en_us?: string | undefined;
53805
+ } | undefined;
53806
+ type?: number | undefined;
53807
+ value: string;
53808
+ }[] | undefined;
53809
+ } | undefined;
53810
+ personal_profile?: {
53811
+ personal_profile_id?: string | undefined;
53812
+ personal_profile_type?: {
53813
+ enum_name: string;
53814
+ display?: {
53815
+ lang: string;
53816
+ value: string;
53817
+ }[] | undefined;
53818
+ } | undefined;
53819
+ files?: {
53820
+ id?: string | undefined;
53821
+ name?: string | undefined;
53822
+ }[] | undefined;
53823
+ }[] | undefined;
53824
+ native_region?: string | undefined;
53825
+ hukou_type?: {
53826
+ enum_name: string;
53827
+ display?: {
53828
+ lang: string;
53829
+ value: string;
53830
+ }[] | undefined;
53831
+ } | undefined;
53832
+ hukou_location?: string | undefined;
53833
+ talent_id?: string | undefined;
53834
+ custom_fields?: {
53835
+ custom_api_name: string;
53836
+ name?: {
53837
+ zh_cn?: string | undefined;
53838
+ en_us?: string | undefined;
53839
+ } | undefined;
53840
+ type?: number | undefined;
53841
+ value: string;
53842
+ }[] | undefined;
53843
+ national_id_number?: string | undefined;
53844
+ family_address?: string | undefined;
53845
+ person_info_chns?: {
53846
+ native_region?: string | undefined;
53847
+ hukou_type?: {
53848
+ enum_name: string;
53849
+ display?: {
53850
+ lang: string;
53851
+ value: string;
53852
+ }[] | undefined;
53853
+ } | undefined;
53854
+ hukou_location?: string | undefined;
53855
+ }[] | undefined;
53856
+ religion?: {
53857
+ enum_name: string;
53858
+ display?: {
53859
+ lang: string;
53860
+ value: string;
53861
+ }[] | undefined;
53862
+ } | undefined;
53863
+ } | undefined;
53864
+ employment_info?: {
53865
+ department_id?: string | undefined;
53866
+ cost_center_rates?: {
53867
+ cost_center_id?: string | undefined;
53868
+ rate?: number | undefined;
53869
+ }[] | undefined;
53870
+ office_location_id?: string | undefined;
53871
+ work_location_id?: string | undefined;
53872
+ work_station?: string | undefined;
53873
+ worker_id?: string | undefined;
53874
+ compensation_type?: {
53875
+ enum_name: string;
53876
+ display?: {
53877
+ lang: string;
53878
+ value: string;
53879
+ }[] | undefined;
53880
+ } | undefined;
53881
+ direct_leader_id?: string | undefined;
53882
+ job_id?: string | undefined;
53883
+ job_family_id?: string | undefined;
53884
+ job_level_id?: string | undefined;
53885
+ job_grade_id?: string | undefined;
53886
+ job_title?: string | undefined;
53887
+ employee_type_id?: string | undefined;
53888
+ employment_type?: string | undefined;
53889
+ work_email?: string | undefined;
53890
+ company_id?: string | undefined;
53891
+ social_security_city_id?: string | undefined;
53892
+ non_compete_covenant?: boolean | undefined;
53893
+ weekly_working_hours?: number | undefined;
53894
+ rehire?: "to_be_confirmed" | "no" | "yes" | undefined;
53895
+ rehire_employment_id?: string | undefined;
53896
+ working_hours_type?: string | undefined;
53897
+ weekly_working_hours_v2?: number | undefined;
53898
+ office_address?: {
53899
+ full_address_local_script?: string | undefined;
53900
+ full_address_western_script?: string | undefined;
53901
+ address_id?: string | undefined;
53902
+ country_region_id: string;
53903
+ region_id?: string | undefined;
53904
+ city_id?: string | undefined;
53905
+ distinct_id?: string | undefined;
53906
+ city_id_v2?: string | undefined;
53907
+ district_id_v2?: string | undefined;
53908
+ local_address_line1?: string | undefined;
53909
+ local_address_line2?: string | undefined;
53910
+ local_address_line3?: string | undefined;
53911
+ local_address_line4?: string | undefined;
53912
+ local_address_line5?: string | undefined;
53913
+ local_address_line6?: string | undefined;
53914
+ local_address_line7?: string | undefined;
53915
+ local_address_line8?: string | undefined;
53916
+ local_address_line9?: string | undefined;
53917
+ postal_code?: string | undefined;
53918
+ address_type_list: Array<{
53919
+ enum_name: string;
53920
+ display?: Array<{
53921
+ lang: string;
53922
+ value: string;
53923
+ }>;
53924
+ }>;
53925
+ is_primary: boolean;
53926
+ is_public: boolean;
53927
+ custom_fields?: {
53928
+ custom_api_name: string;
53929
+ name?: {
53930
+ zh_cn?: string | undefined;
53931
+ en_us?: string | undefined;
53932
+ } | undefined;
53933
+ type?: number | undefined;
53934
+ value: string;
53935
+ }[] | undefined;
53936
+ } | undefined;
53937
+ working_calendar_id?: string | undefined;
53938
+ updated_at?: string | undefined;
53939
+ suspected_rehiring?: boolean | undefined;
53940
+ custom_fields?: {
53941
+ custom_api_name: string;
53942
+ name?: {
53943
+ zh_cn?: string | undefined;
53944
+ en_us?: string | undefined;
53945
+ } | undefined;
53946
+ type?: number | undefined;
53947
+ value: string;
53948
+ }[] | undefined;
53949
+ } | undefined;
53950
+ onboarding_info?: {
53951
+ offer_id?: string | undefined;
53952
+ offer_hr_id?: string | undefined;
53953
+ entry_mode?: string | undefined;
53954
+ onboarding_date?: string | undefined;
53955
+ ats_application_id?: string | undefined;
53956
+ recruitment_type?: string | undefined;
53957
+ onboarding_location_id?: string | undefined;
53958
+ company_sponsored_visa?: boolean | undefined;
53959
+ onboarding_status?: "deleted" | "completed" | "preboarding" | "day_one" | "withdrawn" | undefined;
53960
+ onboarding_task_list?: {
53961
+ task_name?: string | undefined;
53962
+ task_status?: "rejected" | "completed" | "terminated" | "not_started" | "initiating" | "exception" | "in_progress" | "skipped" | "uninitialized" | "failed" | "in_review" | undefined;
53963
+ operator_id?: string | undefined;
53964
+ task_code?: string | undefined;
53965
+ }[] | undefined;
53966
+ onboarding_address?: {
53967
+ full_address_local_script?: string | undefined;
53968
+ full_address_western_script?: string | undefined;
53969
+ address_id?: string | undefined;
53970
+ country_region_id: string;
53971
+ region_id?: string | undefined;
53972
+ city_id?: string | undefined;
53973
+ distinct_id?: string | undefined;
53974
+ city_id_v2?: string | undefined;
53975
+ district_id_v2?: string | undefined;
53976
+ local_address_line1?: string | undefined;
53977
+ local_address_line2?: string | undefined;
53978
+ local_address_line3?: string | undefined;
53979
+ local_address_line4?: string | undefined;
53980
+ local_address_line5?: string | undefined;
53981
+ local_address_line6?: string | undefined;
53982
+ local_address_line7?: string | undefined;
53983
+ local_address_line8?: string | undefined;
53984
+ local_address_line9?: string | undefined;
53985
+ postal_code?: string | undefined;
53986
+ address_type_list: Array<{
53987
+ enum_name: string;
53988
+ display?: Array<{
53989
+ lang: string;
53990
+ value: string;
53991
+ }>;
53992
+ }>;
53993
+ is_primary: boolean;
53994
+ is_public: boolean;
53995
+ custom_fields?: {
53996
+ custom_api_name: string;
53997
+ name?: {
53998
+ zh_cn?: string | undefined;
53999
+ en_us?: string | undefined;
54000
+ } | undefined;
54001
+ type?: number | undefined;
54002
+ value: string;
54003
+ }[] | undefined;
54004
+ } | undefined;
54005
+ flow_name?: {
54006
+ lang: string;
54007
+ value: string;
54008
+ }[] | undefined;
54009
+ } | undefined;
54010
+ probation_info?: {
54011
+ probation_start_date?: string | undefined;
54012
+ probation_end_date?: string | undefined;
54013
+ probation_period?: number | undefined;
54014
+ } | undefined;
54015
+ contract_info?: {
54016
+ contract_start_date?: string | undefined;
54017
+ contract_end_date?: string | undefined;
54018
+ contract_type?: string | undefined;
54019
+ duration_type?: string | undefined;
54020
+ signing_type?: string | undefined;
54021
+ } | undefined;
54022
+ pre_hire_id?: string | undefined;
54023
+ people_fields_json?: string | undefined;
54024
+ }[] | undefined;
54025
+ } | null, void, unknown>;
54026
+ }>;
54027
+ /**
54028
+ * {@link https://open.feishu.cn/api-explorer?project=corehr&resource=pre_hire&apiName=search&version=v2 click to debug }
54029
+ *
54030
+ * {@link https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=search&project=corehr&resource=pre_hire&version=v2 document }
54031
+ *
54032
+ * 根据部门 ID,上级部门查询部门列表
54033
+ */
54034
+ search: (payload?: {
54035
+ data?: {
54036
+ worker_ids?: Array<string>;
54037
+ pre_hire_ids?: Array<string>;
54038
+ onboarding_date_start?: string;
54039
+ onboarding_date_end?: string;
54040
+ updated_date_start?: string;
54041
+ updated_date_end?: string;
54042
+ onboarding_location_ids?: Array<string>;
54043
+ onboarding_status?: "preboarding" | "deleted" | "day_one" | "withdrawn" | "completed";
54044
+ department_ids?: Array<string>;
54045
+ direct_manager_ids?: Array<string>;
54046
+ employee_type_ids?: Array<string>;
54047
+ job_family_ids?: Array<string>;
54048
+ key_word?: string;
54049
+ rehire?: "to_be_confirmed" | "no" | "yes";
54050
+ fields?: Array<string>;
54051
+ };
54052
+ params: {
54053
+ page_size: number;
54054
+ page_token?: string;
54055
+ user_id_type?: "user_id" | "union_id" | "open_id" | "people_corehr_id";
54056
+ department_id_type?: "open_department_id" | "department_id" | "people_corehr_department_id";
54057
+ };
54058
+ }, options?: IRequestOptions$1) => Promise<{
54059
+ code?: number | undefined;
54060
+ msg?: string | undefined;
54061
+ data?: {
54062
+ items?: {
54063
+ person_info?: {
54064
+ person_id?: string | undefined;
54065
+ phone_number?: string | undefined;
54066
+ legal_name?: string | undefined;
54067
+ preferred_name?: string | undefined;
54068
+ preferred_local_full_name?: string | undefined;
54069
+ preferred_english_full_name?: string | undefined;
54070
+ name_list?: {
54071
+ local_primary?: string | undefined;
54072
+ local_first_name?: string | undefined;
54073
+ country_region_id: string;
54074
+ name_type: {
54075
+ enum_name: string;
54076
+ display?: Array<{
54077
+ lang: string;
54078
+ value: string;
54079
+ }>;
54080
+ };
54081
+ local_first_name_2?: string | undefined;
54082
+ local_primary_2?: string | undefined;
54083
+ additional_name_type?: {
54084
+ enum_name: string;
54085
+ display?: {
54086
+ lang: string;
54087
+ value: string;
54088
+ }[] | undefined;
54089
+ } | undefined;
54090
+ first_name?: string | undefined;
54091
+ full_name?: string | undefined;
54092
+ hereditary?: string | undefined;
54093
+ custom_name?: string | undefined;
54094
+ custom_local_name?: string | undefined;
54095
+ middle_name?: string | undefined;
54096
+ name_primary?: string | undefined;
54097
+ secondary?: string | undefined;
54098
+ social?: {
54099
+ enum_name: string;
54100
+ display?: {
54101
+ lang: string;
54102
+ value: string;
54103
+ }[] | undefined;
54104
+ } | undefined;
54105
+ tertiary?: string | undefined;
54106
+ title?: {
54107
+ enum_name: string;
54108
+ display?: {
54109
+ lang: string;
54110
+ value: string;
54111
+ }[] | undefined;
54112
+ } | undefined;
54113
+ local_middle_name?: string | undefined;
54114
+ local_secondary?: string | undefined;
54115
+ display_name_local_and_western_script?: string | undefined;
54116
+ display_name_local_script?: string | undefined;
54117
+ display_name_western_script?: string | undefined;
54118
+ }[] | undefined;
54119
+ gender?: {
54120
+ enum_name: string;
54121
+ display?: {
54122
+ lang: string;
54123
+ value: string;
54124
+ }[] | undefined;
54125
+ } | undefined;
54126
+ date_of_birth?: string | undefined;
54127
+ nationality_id?: string | undefined;
54128
+ additional_nationalities?: {
54129
+ nationality_id?: string | undefined;
54130
+ name?: {
54131
+ lang: string;
54132
+ value: string;
54133
+ }[] | undefined;
54134
+ alpha_2_code?: string | undefined;
54135
+ alpha_3_code?: string | undefined;
54136
+ numeric_code?: number | undefined;
54137
+ country_region_id?: string | undefined;
54138
+ status?: number | undefined;
54139
+ }[] | undefined;
54140
+ citizenship_status?: {
54141
+ id?: string | undefined;
54142
+ country_region_id?: string | undefined;
54143
+ active?: boolean | undefined;
54144
+ name?: {
54145
+ lang: string;
54146
+ value: string;
54147
+ }[] | undefined;
54148
+ citizenship_status?: {
54149
+ lang: string;
54150
+ value: string;
54151
+ }[] | undefined;
54152
+ view_order?: string | undefined;
54153
+ }[] | undefined;
54154
+ race?: {
54155
+ enum_name: string;
54156
+ display?: {
54157
+ lang: string;
54158
+ value: string;
54159
+ }[] | undefined;
54160
+ } | undefined;
54161
+ marital_status?: {
54162
+ enum_name: string;
54163
+ display?: {
54164
+ lang: string;
54165
+ value: string;
54166
+ }[] | undefined;
54167
+ } | undefined;
54168
+ phone_list?: {
54169
+ international_area_code?: {
54170
+ enum_name: string;
54171
+ display?: {
54172
+ lang: string;
54173
+ value: string;
54174
+ }[] | undefined;
54175
+ } | undefined;
54176
+ phone_number: string;
54177
+ formatted_phone_number?: string | undefined;
54178
+ device_type?: {
54179
+ enum_name: string;
54180
+ display?: {
54181
+ lang: string;
54182
+ value: string;
54183
+ }[] | undefined;
54184
+ } | undefined;
54185
+ phone_usage?: {
54186
+ enum_name: string;
54187
+ display?: {
54188
+ lang: string;
54189
+ value: string;
54190
+ }[] | undefined;
54191
+ } | undefined;
54192
+ is_primary?: boolean | undefined;
54193
+ is_public?: boolean | undefined;
54194
+ }[] | undefined;
54195
+ address_list?: {
54196
+ full_address_local_script?: string | undefined;
54197
+ full_address_western_script?: string | undefined;
54198
+ address_id?: string | undefined;
54199
+ country_region_id: string;
54200
+ region_id?: string | undefined;
54201
+ city_id?: string | undefined;
54202
+ distinct_id?: string | undefined;
54203
+ local_address_line1?: string | undefined;
54204
+ local_address_line2?: string | undefined;
54205
+ local_address_line3?: string | undefined;
54206
+ local_address_line4?: string | undefined;
54207
+ local_address_line5?: string | undefined;
54208
+ local_address_line6?: string | undefined;
54209
+ local_address_line7?: string | undefined;
54210
+ local_address_line8?: string | undefined;
54211
+ local_address_line9?: string | undefined;
54212
+ postal_code?: string | undefined;
54213
+ address_type_list: Array<{
54214
+ enum_name: string;
54215
+ display?: Array<{
54216
+ lang: string;
54217
+ value: string;
54218
+ }>;
54219
+ }>;
54220
+ is_primary: boolean;
54221
+ is_public: boolean;
54222
+ custom_fields?: {
54223
+ custom_api_name: string;
54224
+ name?: {
54225
+ zh_cn?: string | undefined;
54226
+ en_us?: string | undefined;
54227
+ } | undefined;
54228
+ type?: number | undefined;
54229
+ value: string;
54230
+ }[] | undefined;
54231
+ }[] | undefined;
54232
+ email_list?: {
54233
+ email: string;
54234
+ is_primary?: boolean | undefined;
54235
+ is_public?: boolean | undefined;
54236
+ email_usage?: {
54237
+ enum_name: string;
54238
+ display?: {
54239
+ lang: string;
54240
+ value: string;
54241
+ }[] | undefined;
54242
+ } | undefined;
54243
+ }[] | undefined;
54244
+ work_experience_list?: {
54245
+ company_organization?: {
54246
+ lang: string;
54247
+ value: string;
54248
+ }[] | undefined;
54249
+ department?: {
54250
+ lang: string;
54251
+ value: string;
54252
+ }[] | undefined;
54253
+ job?: {
54254
+ lang: string;
54255
+ value: string;
54256
+ }[] | undefined;
54257
+ description?: {
54258
+ lang: string;
54259
+ value: string;
54260
+ }[] | undefined;
54261
+ start_date?: string | undefined;
54262
+ end_date?: string | undefined;
54263
+ custom_fields?: {
54264
+ custom_api_name: string;
54265
+ name?: {
54266
+ zh_cn?: string | undefined;
54267
+ en_us?: string | undefined;
54268
+ } | undefined;
54269
+ type?: number | undefined;
54270
+ value: string;
54271
+ }[] | undefined;
54272
+ }[] | undefined;
54273
+ education_list?: {
54274
+ school: Array<{
54275
+ lang: string;
54276
+ value: string;
54277
+ }>;
54278
+ level_of_education?: {
54279
+ enum_name: string;
54280
+ display?: {
54281
+ lang: string;
54282
+ value: string;
54283
+ }[] | undefined;
54284
+ } | undefined;
54285
+ start_date?: string | undefined;
54286
+ end_date?: string | undefined;
54287
+ field_of_study?: {
54288
+ lang: string;
54289
+ value: string;
54290
+ }[] | undefined;
54291
+ degree?: {
54292
+ enum_name: string;
54293
+ display?: {
54294
+ lang: string;
54295
+ value: string;
54296
+ }[] | undefined;
54297
+ } | undefined;
54298
+ school_name?: {
54299
+ enum_name: string;
54300
+ display?: {
54301
+ lang: string;
54302
+ value: string;
54303
+ }[] | undefined;
54304
+ } | undefined;
54305
+ field_of_study_name?: {
54306
+ enum_name: string;
54307
+ display?: {
54308
+ lang: string;
54309
+ value: string;
54310
+ }[] | undefined;
54311
+ } | undefined;
54312
+ country_region_id?: string | undefined;
54313
+ expected_end_date?: string | undefined;
54314
+ custom_fields?: {
54315
+ custom_api_name: string;
54316
+ name?: {
54317
+ zh_cn?: string | undefined;
54318
+ en_us?: string | undefined;
54319
+ } | undefined;
54320
+ type?: number | undefined;
54321
+ value: string;
54322
+ }[] | undefined;
54323
+ }[] | undefined;
54324
+ bank_account_list?: {
54325
+ bank_name?: string | undefined;
54326
+ bank_account_number: string;
54327
+ account_holder: string;
54328
+ bank?: {
54329
+ enum_name: string;
54330
+ display?: {
54331
+ lang: string;
54332
+ value: string;
54333
+ }[] | undefined;
54334
+ } | undefined;
54335
+ bank_identification_code?: string | undefined;
54336
+ branch_name?: string | undefined;
54337
+ bank_id?: string | undefined;
54338
+ branch_id?: string | undefined;
54339
+ country_region_id?: string | undefined;
54340
+ bank_account_usage?: {
54341
+ enum_name: string;
54342
+ display?: {
54343
+ lang: string;
54344
+ value: string;
54345
+ }[] | undefined;
54346
+ }[] | undefined;
54347
+ bank_account_type?: {
54348
+ enum_name: string;
54349
+ display?: {
54350
+ lang: string;
54351
+ value: string;
54352
+ }[] | undefined;
54353
+ } | undefined;
54354
+ currency_id?: string | undefined;
54355
+ custom_fields?: {
54356
+ custom_api_name: string;
54357
+ name?: {
54358
+ zh_cn?: string | undefined;
54359
+ en_us?: string | undefined;
54360
+ } | undefined;
54361
+ type?: number | undefined;
54362
+ value: string;
54363
+ }[] | undefined;
54364
+ }[] | undefined;
54365
+ national_id_list?: {
54366
+ national_id_type_id: string;
54367
+ national_id_number: string;
54368
+ issue_date?: string | undefined;
54369
+ expiration_date?: string | undefined;
54370
+ country_region_id: string;
54371
+ issued_by?: string | undefined;
54372
+ custom_fields?: {
54373
+ custom_api_name: string;
54374
+ name?: {
54375
+ zh_cn?: string | undefined;
54376
+ en_us?: string | undefined;
54377
+ } | undefined;
54378
+ type?: number | undefined;
54379
+ value: string;
54380
+ }[] | undefined;
54381
+ }[] | undefined;
54382
+ dependent_list?: {
54383
+ name?: {
54384
+ local_primary?: string | undefined;
54385
+ local_first_name?: string | undefined;
54386
+ country_region_id: string;
54387
+ name_type: {
54388
+ enum_name: string;
54389
+ display?: Array<{
54390
+ lang: string;
54391
+ value: string;
54392
+ }>;
54393
+ };
54394
+ local_first_name_2?: string | undefined;
54395
+ local_primary_2?: string | undefined;
54396
+ additional_name_type?: {
54397
+ enum_name: string;
54398
+ display?: {
54399
+ lang: string;
54400
+ value: string;
54401
+ }[] | undefined;
54402
+ } | undefined;
54403
+ first_name?: string | undefined;
54404
+ full_name?: string | undefined;
54405
+ hereditary?: string | undefined;
54406
+ custom_name?: string | undefined;
54407
+ custom_local_name?: string | undefined;
54408
+ middle_name?: string | undefined;
54409
+ name_primary?: string | undefined;
54410
+ secondary?: string | undefined;
54411
+ social?: {
54412
+ enum_name: string;
54413
+ display?: {
54414
+ lang: string;
54415
+ value: string;
54416
+ }[] | undefined;
54417
+ } | undefined;
54418
+ tertiary?: string | undefined;
54419
+ title?: {
54420
+ enum_name: string;
54421
+ display?: {
54422
+ lang: string;
54423
+ value: string;
54424
+ }[] | undefined;
54425
+ } | undefined;
54426
+ local_middle_name?: string | undefined;
54427
+ local_secondary?: string | undefined;
54428
+ display_name_local_and_western_script?: string | undefined;
54429
+ display_name_local_script?: string | undefined;
54430
+ display_name_western_script?: string | undefined;
54431
+ } | undefined;
54432
+ relationship: {
54433
+ enum_name: string;
54434
+ display?: Array<{
54435
+ lang: string;
54436
+ value: string;
54437
+ }>;
54438
+ };
54439
+ gender?: {
54440
+ enum_name: string;
54441
+ display?: {
54442
+ lang: string;
54443
+ value: string;
54444
+ }[] | undefined;
54445
+ } | undefined;
54446
+ date_of_birth?: string | undefined;
54447
+ nationality_id?: string | undefined;
54448
+ national_id_list?: {
54449
+ national_id_type_id: string;
54450
+ national_id_number: string;
54451
+ issue_date?: string | undefined;
54452
+ expiration_date?: string | undefined;
54453
+ country_region_id: string;
54454
+ issued_by?: string | undefined;
54455
+ custom_fields?: {
54456
+ custom_api_name: string;
54457
+ name?: {
54458
+ zh_cn?: string | undefined;
54459
+ en_us?: string | undefined;
54460
+ } | undefined;
54461
+ type?: number | undefined;
54462
+ value: string;
54463
+ }[] | undefined;
54464
+ }[] | undefined;
54465
+ spouses_working_status?: {
54466
+ enum_name: string;
54467
+ display?: {
54468
+ lang: string;
54469
+ value: string;
54470
+ }[] | undefined;
54471
+ } | undefined;
54472
+ is_this_person_covered_by_health_insurance?: boolean | undefined;
54473
+ is_this_person_allowed_for_tax_deduction?: boolean | undefined;
54474
+ custom_fields?: {
54475
+ custom_api_name: string;
54476
+ name?: {
54477
+ zh_cn?: string | undefined;
54478
+ en_us?: string | undefined;
54479
+ } | undefined;
54480
+ type?: number | undefined;
54481
+ value: string;
54482
+ }[] | undefined;
54483
+ dependent_name?: string | undefined;
54484
+ employer?: string | undefined;
54485
+ job?: string | undefined;
54486
+ phone?: {
54487
+ international_area_code?: {
54488
+ enum_name: string;
54489
+ display?: {
54490
+ lang: string;
54491
+ value: string;
54492
+ }[] | undefined;
54493
+ } | undefined;
54494
+ phone_number: string;
54495
+ formatted_phone_number?: string | undefined;
54496
+ device_type?: {
54497
+ enum_name: string;
54498
+ display?: {
54499
+ lang: string;
54500
+ value: string;
54501
+ }[] | undefined;
54502
+ } | undefined;
54503
+ phone_usage?: {
54504
+ enum_name: string;
54505
+ display?: {
54506
+ lang: string;
54507
+ value: string;
54508
+ }[] | undefined;
54509
+ } | undefined;
54510
+ is_primary?: boolean | undefined;
54511
+ is_public?: boolean | undefined;
54512
+ } | undefined;
54513
+ address?: {
54514
+ full_address_local_script?: string | undefined;
54515
+ full_address_western_script?: string | undefined;
54516
+ address_id?: string | undefined;
54517
+ country_region_id: string;
54518
+ region_id?: string | undefined;
54519
+ city_id?: string | undefined;
54520
+ distinct_id?: string | undefined;
54521
+ local_address_line1?: string | undefined;
54522
+ local_address_line2?: string | undefined;
54523
+ local_address_line3?: string | undefined;
54524
+ local_address_line4?: string | undefined;
54525
+ local_address_line5?: string | undefined;
54526
+ local_address_line6?: string | undefined;
54527
+ local_address_line7?: string | undefined;
54528
+ local_address_line8?: string | undefined;
54529
+ local_address_line9?: string | undefined;
54530
+ postal_code?: string | undefined;
54531
+ address_type_list: Array<{
54532
+ enum_name: string;
54533
+ display?: Array<{
54534
+ lang: string;
54535
+ value: string;
54536
+ }>;
54537
+ }>;
54538
+ is_primary: boolean;
54539
+ is_public: boolean;
54540
+ custom_fields?: {
54541
+ custom_api_name: string;
54542
+ name?: {
54543
+ zh_cn?: string | undefined;
54544
+ en_us?: string | undefined;
54545
+ } | undefined;
54546
+ type?: number | undefined;
54547
+ value: string;
54548
+ }[] | undefined;
54549
+ } | undefined;
54550
+ birth_certificate_of_child?: {
54551
+ id?: string | undefined;
54552
+ name?: string | undefined;
54553
+ }[] | undefined;
54554
+ }[] | undefined;
54555
+ emergency_contact_list?: {
54556
+ name?: {
54557
+ local_primary?: string | undefined;
54558
+ local_first_name?: string | undefined;
54559
+ country_region_id: string;
54560
+ name_type: {
54561
+ enum_name: string;
54562
+ display?: Array<{
54563
+ lang: string;
54564
+ value: string;
54565
+ }>;
54566
+ };
54567
+ local_first_name_2?: string | undefined;
54568
+ local_primary_2?: string | undefined;
54569
+ additional_name_type?: {
54570
+ enum_name: string;
54571
+ display?: {
54572
+ lang: string;
54573
+ value: string;
54574
+ }[] | undefined;
54575
+ } | undefined;
54576
+ first_name?: string | undefined;
54577
+ full_name?: string | undefined;
54578
+ hereditary?: string | undefined;
54579
+ custom_name?: string | undefined;
54580
+ custom_local_name?: string | undefined;
54581
+ middle_name?: string | undefined;
54582
+ name_primary?: string | undefined;
54583
+ secondary?: string | undefined;
54584
+ social?: {
54585
+ enum_name: string;
54586
+ display?: {
54587
+ lang: string;
54588
+ value: string;
54589
+ }[] | undefined;
54590
+ } | undefined;
54591
+ tertiary?: string | undefined;
54592
+ title?: {
54593
+ enum_name: string;
54594
+ display?: {
54595
+ lang: string;
54596
+ value: string;
54597
+ }[] | undefined;
54598
+ } | undefined;
54599
+ local_middle_name?: string | undefined;
54600
+ local_secondary?: string | undefined;
54601
+ display_name_local_and_western_script?: string | undefined;
54602
+ display_name_local_script?: string | undefined;
54603
+ display_name_western_script?: string | undefined;
54604
+ } | undefined;
54605
+ relationship?: {
54606
+ enum_name: string;
54607
+ display?: {
54608
+ lang: string;
54609
+ value: string;
54610
+ }[] | undefined;
54611
+ } | undefined;
54612
+ phone_ist?: {
54613
+ international_area_code?: {
54614
+ enum_name: string;
54615
+ display?: {
54616
+ lang: string;
54617
+ value: string;
54618
+ }[] | undefined;
54619
+ } | undefined;
54620
+ phone_number: string;
54621
+ formatted_phone_number?: string | undefined;
54622
+ device_type?: {
54623
+ enum_name: string;
54624
+ display?: {
54625
+ lang: string;
54626
+ value: string;
54627
+ }[] | undefined;
54628
+ } | undefined;
54629
+ phone_usage?: {
54630
+ enum_name: string;
54631
+ display?: {
54632
+ lang: string;
54633
+ value: string;
54634
+ }[] | undefined;
54635
+ } | undefined;
54636
+ is_primary?: boolean | undefined;
54637
+ is_public?: boolean | undefined;
54638
+ }[] | undefined;
54639
+ phone_list?: {
54640
+ international_area_code?: {
54641
+ enum_name: string;
54642
+ display?: {
54643
+ lang: string;
54644
+ value: string;
54645
+ }[] | undefined;
54646
+ } | undefined;
54647
+ phone_number: string;
54648
+ formatted_phone_number?: string | undefined;
54649
+ device_type?: {
54650
+ enum_name: string;
54651
+ display?: {
54652
+ lang: string;
54653
+ value: string;
54654
+ }[] | undefined;
54655
+ } | undefined;
54656
+ phone_usage?: {
54657
+ enum_name: string;
54658
+ display?: {
54659
+ lang: string;
54660
+ value: string;
54661
+ }[] | undefined;
54662
+ } | undefined;
54663
+ is_primary?: boolean | undefined;
54664
+ is_public?: boolean | undefined;
54665
+ }[] | undefined;
54666
+ legal_name?: string | undefined;
54667
+ custom_fields?: {
54668
+ custom_api_name: string;
54669
+ name?: {
54670
+ zh_cn?: string | undefined;
54671
+ en_us?: string | undefined;
54672
+ } | undefined;
54673
+ type?: number | undefined;
54674
+ value: string;
54675
+ }[] | undefined;
54676
+ }[] | undefined;
54677
+ date_entered_workforce?: string | undefined;
54678
+ profile_image_id?: string | undefined;
54679
+ email_address?: string | undefined;
54680
+ age?: number | undefined;
54681
+ highest_level_of_education?: {
54682
+ school: Array<{
54683
+ lang: string;
54684
+ value: string;
54685
+ }>;
54686
+ level_of_education?: {
54687
+ enum_name: string;
54688
+ display?: {
54689
+ lang: string;
54690
+ value: string;
54691
+ }[] | undefined;
54692
+ } | undefined;
54693
+ start_date?: string | undefined;
54694
+ end_date?: string | undefined;
54695
+ field_of_study?: {
54696
+ lang: string;
54697
+ value: string;
54698
+ }[] | undefined;
54699
+ degree?: {
54700
+ enum_name: string;
54701
+ display?: {
54702
+ lang: string;
54703
+ value: string;
54704
+ }[] | undefined;
54705
+ } | undefined;
54706
+ school_name?: {
54707
+ enum_name: string;
54708
+ display?: {
54709
+ lang: string;
54710
+ value: string;
54711
+ }[] | undefined;
54712
+ } | undefined;
54713
+ field_of_study_name?: {
54714
+ enum_name: string;
54715
+ display?: {
54716
+ lang: string;
54717
+ value: string;
54718
+ }[] | undefined;
54719
+ } | undefined;
54720
+ country_region_id?: string | undefined;
54721
+ expected_end_date?: string | undefined;
54722
+ custom_fields?: {
54723
+ custom_api_name: string;
54724
+ name?: {
54725
+ zh_cn?: string | undefined;
54726
+ en_us?: string | undefined;
54727
+ } | undefined;
54728
+ type?: number | undefined;
54729
+ value: string;
54730
+ }[] | undefined;
54731
+ } | undefined;
54732
+ highest_degree_of_education?: {
54733
+ school: Array<{
54734
+ lang: string;
54735
+ value: string;
54736
+ }>;
54737
+ level_of_education?: {
54738
+ enum_name: string;
54739
+ display?: {
54740
+ lang: string;
54741
+ value: string;
54742
+ }[] | undefined;
54743
+ } | undefined;
54744
+ start_date?: string | undefined;
54745
+ end_date?: string | undefined;
54746
+ field_of_study?: {
54747
+ lang: string;
54748
+ value: string;
54749
+ }[] | undefined;
54750
+ degree?: {
54751
+ enum_name: string;
54752
+ display?: {
54753
+ lang: string;
54754
+ value: string;
54755
+ }[] | undefined;
54756
+ } | undefined;
54757
+ school_name?: {
54758
+ enum_name: string;
54759
+ display?: {
54760
+ lang: string;
54761
+ value: string;
54762
+ }[] | undefined;
54763
+ } | undefined;
54764
+ field_of_study_name?: {
54765
+ enum_name: string;
54766
+ display?: {
54767
+ lang: string;
54768
+ value: string;
54769
+ }[] | undefined;
54770
+ } | undefined;
54771
+ country_region_id?: string | undefined;
54772
+ expected_end_date?: string | undefined;
54773
+ custom_fields?: {
54774
+ custom_api_name: string;
54775
+ name?: {
54776
+ zh_cn?: string | undefined;
54777
+ en_us?: string | undefined;
54778
+ } | undefined;
54779
+ type?: number | undefined;
54780
+ value: string;
54781
+ }[] | undefined;
54782
+ } | undefined;
54783
+ personal_profile?: {
54784
+ personal_profile_id?: string | undefined;
54785
+ personal_profile_type?: {
54786
+ enum_name: string;
54787
+ display?: {
54788
+ lang: string;
54789
+ value: string;
54790
+ }[] | undefined;
54791
+ } | undefined;
54792
+ files?: {
54793
+ id?: string | undefined;
54794
+ name?: string | undefined;
54795
+ }[] | undefined;
54796
+ }[] | undefined;
54797
+ native_region?: string | undefined;
54798
+ hukou_type?: {
54799
+ enum_name: string;
54800
+ display?: {
54801
+ lang: string;
54802
+ value: string;
54803
+ }[] | undefined;
54804
+ } | undefined;
54805
+ hukou_location?: string | undefined;
54806
+ talent_id?: string | undefined;
54807
+ custom_fields?: {
54808
+ custom_api_name: string;
54809
+ name?: {
54810
+ zh_cn?: string | undefined;
54811
+ en_us?: string | undefined;
54812
+ } | undefined;
54813
+ type?: number | undefined;
54814
+ value: string;
54815
+ }[] | undefined;
54816
+ national_id_number?: string | undefined;
54817
+ family_address?: string | undefined;
54818
+ person_info_chns?: {
54819
+ native_region?: string | undefined;
54820
+ hukou_type?: {
54821
+ enum_name: string;
54822
+ display?: {
54823
+ lang: string;
54824
+ value: string;
54825
+ }[] | undefined;
54826
+ } | undefined;
54827
+ hukou_location?: string | undefined;
54828
+ }[] | undefined;
54829
+ religion?: {
54830
+ enum_name: string;
54831
+ display?: {
54832
+ lang: string;
54833
+ value: string;
54834
+ }[] | undefined;
54835
+ } | undefined;
54836
+ } | undefined;
54837
+ employment_info?: {
54838
+ department_id?: string | undefined;
54839
+ cost_center_rates?: {
54840
+ cost_center_id?: string | undefined;
54841
+ rate?: number | undefined;
54842
+ }[] | undefined;
54843
+ office_location_id?: string | undefined;
54844
+ work_location_id?: string | undefined;
54845
+ work_station?: string | undefined;
54846
+ worker_id?: string | undefined;
54847
+ compensation_type?: {
54848
+ enum_name: string;
54849
+ display?: {
54850
+ lang: string;
54851
+ value: string;
54852
+ }[] | undefined;
54853
+ } | undefined;
54854
+ direct_leader_id?: string | undefined;
54855
+ job_id?: string | undefined;
54856
+ job_family_id?: string | undefined;
54857
+ job_level_id?: string | undefined;
54858
+ job_grade_id?: string | undefined;
54859
+ job_title?: string | undefined;
54860
+ employee_type_id?: string | undefined;
54861
+ employment_type?: string | undefined;
54862
+ work_email?: string | undefined;
54863
+ company_id?: string | undefined;
54864
+ social_security_city_id?: string | undefined;
54865
+ non_compete_covenant?: boolean | undefined;
54866
+ weekly_working_hours?: number | undefined;
54867
+ rehire?: "to_be_confirmed" | "no" | "yes" | undefined;
54868
+ rehire_employment_id?: string | undefined;
54869
+ working_hours_type?: string | undefined;
54870
+ weekly_working_hours_v2?: number | undefined;
54871
+ office_address?: {
54872
+ full_address_local_script?: string | undefined;
54873
+ full_address_western_script?: string | undefined;
54874
+ address_id?: string | undefined;
54875
+ country_region_id: string;
54876
+ region_id?: string | undefined;
54877
+ city_id?: string | undefined;
54878
+ distinct_id?: string | undefined;
54879
+ city_id_v2?: string | undefined;
54880
+ district_id_v2?: string | undefined;
54881
+ local_address_line1?: string | undefined;
54882
+ local_address_line2?: string | undefined;
54883
+ local_address_line3?: string | undefined;
54884
+ local_address_line4?: string | undefined;
54885
+ local_address_line5?: string | undefined;
54886
+ local_address_line6?: string | undefined;
54887
+ local_address_line7?: string | undefined;
54888
+ local_address_line8?: string | undefined;
54889
+ local_address_line9?: string | undefined;
54890
+ postal_code?: string | undefined;
54891
+ address_type_list: Array<{
54892
+ enum_name: string;
54893
+ display?: Array<{
54894
+ lang: string;
54895
+ value: string;
54896
+ }>;
54897
+ }>;
54898
+ is_primary: boolean;
54899
+ is_public: boolean;
54900
+ custom_fields?: {
54901
+ custom_api_name: string;
54902
+ name?: {
54903
+ zh_cn?: string | undefined;
54904
+ en_us?: string | undefined;
54905
+ } | undefined;
54906
+ type?: number | undefined;
54907
+ value: string;
54908
+ }[] | undefined;
54909
+ } | undefined;
54910
+ working_calendar_id?: string | undefined;
54911
+ updated_at?: string | undefined;
54912
+ suspected_rehiring?: boolean | undefined;
54913
+ custom_fields?: {
54914
+ custom_api_name: string;
54915
+ name?: {
54916
+ zh_cn?: string | undefined;
54917
+ en_us?: string | undefined;
54918
+ } | undefined;
54919
+ type?: number | undefined;
54920
+ value: string;
54921
+ }[] | undefined;
54922
+ } | undefined;
54923
+ onboarding_info?: {
54924
+ offer_id?: string | undefined;
54925
+ offer_hr_id?: string | undefined;
54926
+ entry_mode?: string | undefined;
54927
+ onboarding_date?: string | undefined;
54928
+ ats_application_id?: string | undefined;
54929
+ recruitment_type?: string | undefined;
54930
+ onboarding_location_id?: string | undefined;
54931
+ company_sponsored_visa?: boolean | undefined;
54932
+ onboarding_status?: "deleted" | "completed" | "preboarding" | "day_one" | "withdrawn" | undefined;
54933
+ onboarding_task_list?: {
54934
+ task_name?: string | undefined;
54935
+ task_status?: "rejected" | "completed" | "terminated" | "not_started" | "initiating" | "exception" | "in_progress" | "skipped" | "uninitialized" | "failed" | "in_review" | undefined;
54936
+ operator_id?: string | undefined;
54937
+ task_code?: string | undefined;
54938
+ }[] | undefined;
54939
+ onboarding_address?: {
54940
+ full_address_local_script?: string | undefined;
54941
+ full_address_western_script?: string | undefined;
54942
+ address_id?: string | undefined;
54943
+ country_region_id: string;
54944
+ region_id?: string | undefined;
54945
+ city_id?: string | undefined;
54946
+ distinct_id?: string | undefined;
54947
+ city_id_v2?: string | undefined;
54948
+ district_id_v2?: string | undefined;
54949
+ local_address_line1?: string | undefined;
54950
+ local_address_line2?: string | undefined;
54951
+ local_address_line3?: string | undefined;
54952
+ local_address_line4?: string | undefined;
54953
+ local_address_line5?: string | undefined;
54954
+ local_address_line6?: string | undefined;
54955
+ local_address_line7?: string | undefined;
54956
+ local_address_line8?: string | undefined;
54957
+ local_address_line9?: string | undefined;
54958
+ postal_code?: string | undefined;
54959
+ address_type_list: Array<{
54960
+ enum_name: string;
54961
+ display?: Array<{
54962
+ lang: string;
54963
+ value: string;
54964
+ }>;
54965
+ }>;
54966
+ is_primary: boolean;
54967
+ is_public: boolean;
54968
+ custom_fields?: {
54969
+ custom_api_name: string;
54970
+ name?: {
54971
+ zh_cn?: string | undefined;
54972
+ en_us?: string | undefined;
54973
+ } | undefined;
54974
+ type?: number | undefined;
54975
+ value: string;
54976
+ }[] | undefined;
54977
+ } | undefined;
54978
+ flow_name?: {
52670
54979
  lang: string;
52671
54980
  value: string;
52672
54981
  }[] | undefined;
52673
- degree?: {
52674
- enum_name: string;
52675
- display?: {
52676
- lang: string;
52677
- value: string;
52678
- }[] | undefined;
52679
- } | undefined;
52680
- school_name?: {
52681
- enum_name: string;
52682
- display?: {
52683
- lang: string;
52684
- value: string;
52685
- }[] | undefined;
52686
- } | undefined;
52687
- field_of_study_name?: {
52688
- enum_name: string;
52689
- display?: {
52690
- lang: string;
52691
- value: string;
52692
- }[] | undefined;
52693
- } | undefined;
52694
- country_region_id?: string | undefined;
52695
- expected_end_date?: string | undefined;
52696
- custom_fields?: {
52697
- custom_api_name: string;
52698
- name?: {
52699
- zh_cn?: string | undefined;
52700
- en_us?: string | undefined;
52701
- } | undefined;
52702
- type?: number | undefined;
52703
- value: string;
52704
- }[] | undefined;
52705
54982
  } | undefined;
52706
- highest_degree_of_education?: {
52707
- school: Array<{
52708
- lang: string;
52709
- value: string;
52710
- }>;
52711
- level_of_education?: {
52712
- enum_name: string;
52713
- display?: {
52714
- lang: string;
52715
- value: string;
52716
- }[] | undefined;
52717
- } | undefined;
52718
- start_date?: string | undefined;
52719
- end_date?: string | undefined;
52720
- field_of_study?: {
52721
- lang: string;
52722
- value: string;
52723
- }[] | undefined;
52724
- degree?: {
52725
- enum_name: string;
52726
- display?: {
52727
- lang: string;
52728
- value: string;
52729
- }[] | undefined;
52730
- } | undefined;
52731
- school_name?: {
52732
- enum_name: string;
52733
- display?: {
52734
- lang: string;
52735
- value: string;
52736
- }[] | undefined;
52737
- } | undefined;
52738
- field_of_study_name?: {
52739
- enum_name: string;
52740
- display?: {
52741
- lang: string;
52742
- value: string;
52743
- }[] | undefined;
52744
- } | undefined;
52745
- country_region_id?: string | undefined;
52746
- expected_end_date?: string | undefined;
52747
- custom_fields?: {
52748
- custom_api_name: string;
52749
- name?: {
52750
- zh_cn?: string | undefined;
52751
- en_us?: string | undefined;
52752
- } | undefined;
52753
- type?: number | undefined;
52754
- value: string;
52755
- }[] | undefined;
54983
+ probation_info?: {
54984
+ probation_start_date?: string | undefined;
54985
+ probation_end_date?: string | undefined;
54986
+ probation_period?: number | undefined;
52756
54987
  } | undefined;
52757
- personal_profile?: {
52758
- personal_profile_id?: string | undefined;
52759
- personal_profile_type?: {
52760
- enum_name: string;
52761
- display?: {
52762
- lang: string;
52763
- value: string;
52764
- }[] | undefined;
52765
- } | undefined;
52766
- files?: {
52767
- id?: string | undefined;
52768
- }[] | undefined;
52769
- }[] | undefined;
52770
- native_region?: string | undefined;
52771
- hukou_type?: {
52772
- enum_name: string;
52773
- display?: {
52774
- lang: string;
52775
- value: string;
52776
- }[] | undefined;
54988
+ contract_info?: {
54989
+ contract_start_date?: string | undefined;
54990
+ contract_end_date?: string | undefined;
54991
+ contract_type?: string | undefined;
54992
+ duration_type?: string | undefined;
54993
+ signing_type?: string | undefined;
52777
54994
  } | undefined;
52778
- hukou_location?: string | undefined;
52779
- talent_id?: string | undefined;
52780
- custom_fields?: {
52781
- custom_api_name: string;
52782
- name?: {
52783
- zh_cn?: string | undefined;
52784
- en_us?: string | undefined;
52785
- } | undefined;
52786
- type?: number | undefined;
52787
- value: string;
52788
- }[] | undefined;
52789
- national_id_number?: string | undefined;
52790
- family_address?: string | undefined;
52791
- born_country_region?: string | undefined;
52792
- is_disabled?: boolean | undefined;
52793
- disable_card_number?: string | undefined;
52794
- is_martyr_family?: boolean | undefined;
52795
- martyr_card_number?: string | undefined;
52796
- is_old_alone?: boolean | undefined;
52797
- resident_taxes?: {
52798
- year_resident_tax: string;
52799
- resident_status?: {
52800
- enum_name: string;
52801
- display?: {
52802
- lang: string;
52803
- value: string;
52804
- }[] | undefined;
52805
- } | undefined;
52806
- tax_country_region_id?: string | undefined;
52807
- custom_fields?: {
52808
- field_name: string;
52809
- value: string;
52810
- }[] | undefined;
52811
- }[] | undefined;
52812
- first_entry_time?: string | undefined;
52813
- leave_time?: string | undefined;
52814
- } | undefined;
52815
- } | undefined;
52816
- }>;
52817
- };
52818
- /**
52819
- * 待入职
52820
- */
52821
- preHire: {
52822
- /**
52823
- * {@link https://open.feishu.cn/api-explorer?project=corehr&resource=pre_hire&apiName=create&version=v2 click to debug }
52824
- *
52825
- * {@link https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/corehr-v2/pre_hire/create document }
52826
- *
52827
- * 创建待入职人员
52828
- *
52829
- * 创建待入职人员
52830
- */
52831
- create: (payload?: {
52832
- data: {
52833
- basic_info: {
52834
- name?: {
52835
- full_name?: string;
52836
- first_name?: string;
52837
- middle_name?: string;
52838
- name_primary?: string;
52839
- local_first_name?: string;
52840
- local_middle_name?: string;
52841
- local_primary?: string;
52842
- };
52843
- phone_number?: string;
52844
- international_area_code?: string;
52845
- email?: string;
52846
- date_of_birth?: string;
52847
- personal_id_number?: string;
52848
- date_entered_workforce?: string;
52849
- gender_id?: string;
52850
- nationality_id?: string;
52851
- additional_nationality_id_list?: Array<string>;
52852
- citizenship_status_id_list?: Array<string>;
52853
- home_address?: string;
52854
- worker_id?: string;
52855
- user_geo?: string;
52856
- };
52857
- offer_info: {
52858
- offer_id?: string;
52859
- offer_hr_id?: string;
52860
- department_id?: string;
52861
- direct_leader_id?: string;
52862
- job_id?: string;
52863
- job_family_id?: string;
52864
- job_level_id?: string;
52865
- job_title?: string;
52866
- probation_start_date?: string;
52867
- probation_end_date?: string;
52868
- contract_start_date?: string;
52869
- contract_end_date?: string;
52870
- duration_period?: number;
52871
- duration_unit?: string;
52872
- onboarding_date?: string;
52873
- onboarding_location_id?: string;
52874
- office_location_id?: string;
52875
- recruitment_type_id?: string;
52876
- probation_period?: string;
52877
- employee_type_id?: string;
52878
- employment_type_id?: string;
52879
- work_email?: string;
52880
- duration_type_id?: string;
52881
- signing_type_id?: string;
52882
- entry_mode?: string;
52883
- social_security_city_id?: string;
52884
- contract_type?: string;
52885
- company?: string;
52886
- cost_center_rate?: Array<{
52887
- cost_center_id?: string;
52888
- rate?: number;
52889
- }>;
52890
- job_grade_id?: string;
52891
- custom_fields?: Array<{
52892
- field_name: string;
52893
- value: string;
52894
- }>;
52895
- service_company?: string;
52896
- work_shift?: string;
52897
- compensation_type?: string;
52898
- };
52899
- education_info?: Array<{
52900
- school_name?: string;
52901
- education?: string;
52902
- start_time?: string;
52903
- end_time?: string;
52904
- field_of_study?: string;
52905
- }>;
52906
- work_experience?: Array<{
52907
- company_name?: string;
52908
- start_time?: string;
52909
- end_time?: string;
52910
- job_title?: string;
52911
- description?: string;
52912
- }>;
52913
- ats_application_id?: string;
52914
- };
52915
- }, options?: IRequestOptions$1) => Promise<{
52916
- code?: number | undefined;
52917
- msg?: string | undefined;
52918
- data?: {
52919
- pre_hire_id?: string | undefined;
54995
+ pre_hire_id?: string | undefined;
54996
+ people_fields_json?: string | undefined;
54997
+ }[] | undefined;
54998
+ page_token?: string | undefined;
54999
+ has_more?: boolean | undefined;
52920
55000
  } | undefined;
52921
55001
  }>;
52922
55002
  };
@@ -53726,6 +55806,7 @@ declare abstract class Client$G extends Client$H {
53726
55806
  }[] | undefined;
53727
55807
  side?: number | undefined;
53728
55808
  conners?: number[] | undefined;
55809
+ face_conners?: number[] | undefined;
53729
55810
  } | undefined;
53730
55811
  } | null>;
53731
55812
  };
@@ -105518,7 +107599,7 @@ declare abstract class Client$E extends Client$F {
105518
107599
  httpInstance: HttpInstance;
105519
107600
  abstract formatPayload(payload?: IPayload, options?: IRequestOptions$1): Promise<Required<IPayload>>;
105520
107601
  /**
105521
- * 云文档-文档
107602
+ * 云文档-文件管理
105522
107603
  */
105523
107604
  drive: {
105524
107605
  /**
@@ -106084,7 +108165,7 @@ declare abstract class Client$E extends Client$F {
106084
108165
  }>;
106085
108166
  };
106086
108167
  /**
106087
- * 分片上传
108168
+ * 文件
106088
108169
  */
106089
108170
  file: {
106090
108171
  /**
@@ -107998,7 +110079,7 @@ declare abstract class Client$E extends Client$F {
107998
110079
  }>;
107999
110080
  };
108000
110081
  /**
108001
- * 分片上传
110082
+ * 文件
108002
110083
  */
108003
110084
  file: {
108004
110085
  /**
@@ -127230,6 +129311,8 @@ declare abstract class Client$s extends Client$t {
127230
129311
  video_conference_setting?: "only_owner" | "all_members";
127231
129312
  edit_permission?: "only_owner" | "all_members";
127232
129313
  chat_tags?: Array<string>;
129314
+ pin_manage_setting?: "only_owner" | "all_members";
129315
+ hide_member_count_setting?: "all_members" | "only_owner";
127233
129316
  };
127234
129317
  params?: {
127235
129318
  user_id_type?: "user_id" | "union_id" | "open_id";
@@ -127253,6 +129336,7 @@ declare abstract class Client$s extends Client$t {
127253
129336
  owner_id_type?: string | undefined;
127254
129337
  urgent_setting?: "all_members" | "only_owner" | undefined;
127255
129338
  video_conference_setting?: "all_members" | "only_owner" | undefined;
129339
+ pin_manage_setting?: "all_members" | "only_owner" | undefined;
127256
129340
  add_member_permission?: string | undefined;
127257
129341
  share_card_permission?: string | undefined;
127258
129342
  at_all_permission?: string | undefined;
@@ -127275,6 +129359,7 @@ declare abstract class Client$s extends Client$t {
127275
129359
  download_has_permission_setting?: "all_members" | "not_anyone" | undefined;
127276
129360
  message_has_permission_setting?: "all_members" | "not_anyone" | undefined;
127277
129361
  } | undefined;
129362
+ hide_member_count_setting?: "all_members" | "only_owner" | undefined;
127278
129363
  } | undefined;
127279
129364
  }>;
127280
129365
  /**
@@ -127357,6 +129442,9 @@ declare abstract class Client$s extends Client$t {
127357
129442
  } | undefined;
127358
129443
  urgent_setting?: "all_members" | "only_owner" | undefined;
127359
129444
  video_conference_setting?: "all_members" | "only_owner" | undefined;
129445
+ pin_manage_setting?: "all_members" | "only_owner" | undefined;
129446
+ hide_member_count_setting?: "all_members" | "only_owner" | undefined;
129447
+ chat_status?: "normal" | "dissolved" | "dissolved_save" | undefined;
127360
129448
  } | undefined;
127361
129449
  }>;
127362
129450
  /**
@@ -127405,6 +129493,7 @@ declare abstract class Client$s extends Client$t {
127405
129493
  external?: boolean | undefined;
127406
129494
  tenant_key?: string | undefined;
127407
129495
  labels?: string[] | undefined;
129496
+ chat_status?: "normal" | "dissolved" | "dissolved_save" | undefined;
127408
129497
  }[] | undefined;
127409
129498
  } | null, void, unknown>;
127410
129499
  }>;
@@ -127440,6 +129529,7 @@ declare abstract class Client$s extends Client$t {
127440
129529
  external?: boolean | undefined;
127441
129530
  tenant_key?: string | undefined;
127442
129531
  labels?: string[] | undefined;
129532
+ chat_status?: "normal" | "dissolved" | "dissolved_save" | undefined;
127443
129533
  }[] | undefined;
127444
129534
  page_token?: string | undefined;
127445
129535
  has_more?: boolean | undefined;
@@ -127464,6 +129554,7 @@ declare abstract class Client$s extends Client$t {
127464
129554
  external?: boolean | undefined;
127465
129555
  tenant_key?: string | undefined;
127466
129556
  labels?: string[] | undefined;
129557
+ chat_status?: "normal" | "dissolved" | "dissolved_save" | undefined;
127467
129558
  }[] | undefined;
127468
129559
  } | null, void, unknown>;
127469
129560
  }>;
@@ -127499,6 +129590,7 @@ declare abstract class Client$s extends Client$t {
127499
129590
  external?: boolean | undefined;
127500
129591
  tenant_key?: string | undefined;
127501
129592
  labels?: string[] | undefined;
129593
+ chat_status?: "normal" | "dissolved" | "dissolved_save" | undefined;
127502
129594
  }[] | undefined;
127503
129595
  page_token?: string | undefined;
127504
129596
  has_more?: boolean | undefined;
@@ -127545,6 +129637,8 @@ declare abstract class Client$s extends Client$t {
127545
129637
  group_message_type?: "chat" | "thread";
127546
129638
  urgent_setting?: "only_owner" | "all_members";
127547
129639
  video_conference_setting?: "only_owner" | "all_members";
129640
+ pin_manage_setting?: "only_owner" | "all_members";
129641
+ hide_member_count_setting?: "all_members" | "only_owner";
127548
129642
  };
127549
129643
  params?: {
127550
129644
  user_id_type?: "user_id" | "union_id" | "open_id";
@@ -128592,7 +130686,7 @@ declare abstract class Client$s extends Client$t {
128592
130686
  }>;
128593
130687
  };
128594
130688
  /**
128595
- * 消息加急
130689
+ * 消息 - 消息卡片
128596
130690
  */
128597
130691
  message: {
128598
130692
  /**
@@ -129832,6 +131926,8 @@ declare abstract class Client$s extends Client$t {
129832
131926
  video_conference_setting?: "only_owner" | "all_members";
129833
131927
  edit_permission?: "only_owner" | "all_members";
129834
131928
  chat_tags?: Array<string>;
131929
+ pin_manage_setting?: "only_owner" | "all_members";
131930
+ hide_member_count_setting?: "all_members" | "only_owner";
129835
131931
  };
129836
131932
  params?: {
129837
131933
  user_id_type?: "user_id" | "union_id" | "open_id";
@@ -129855,6 +131951,7 @@ declare abstract class Client$s extends Client$t {
129855
131951
  owner_id_type?: string | undefined;
129856
131952
  urgent_setting?: "all_members" | "only_owner" | undefined;
129857
131953
  video_conference_setting?: "all_members" | "only_owner" | undefined;
131954
+ pin_manage_setting?: "all_members" | "only_owner" | undefined;
129858
131955
  add_member_permission?: string | undefined;
129859
131956
  share_card_permission?: string | undefined;
129860
131957
  at_all_permission?: string | undefined;
@@ -129877,6 +131974,7 @@ declare abstract class Client$s extends Client$t {
129877
131974
  download_has_permission_setting?: "all_members" | "not_anyone" | undefined;
129878
131975
  message_has_permission_setting?: "all_members" | "not_anyone" | undefined;
129879
131976
  } | undefined;
131977
+ hide_member_count_setting?: "all_members" | "only_owner" | undefined;
129880
131978
  } | undefined;
129881
131979
  }>;
129882
131980
  /**
@@ -129959,6 +132057,9 @@ declare abstract class Client$s extends Client$t {
129959
132057
  } | undefined;
129960
132058
  urgent_setting?: "all_members" | "only_owner" | undefined;
129961
132059
  video_conference_setting?: "all_members" | "only_owner" | undefined;
132060
+ pin_manage_setting?: "all_members" | "only_owner" | undefined;
132061
+ hide_member_count_setting?: "all_members" | "only_owner" | undefined;
132062
+ chat_status?: "normal" | "dissolved" | "dissolved_save" | undefined;
129962
132063
  } | undefined;
129963
132064
  }>;
129964
132065
  /**
@@ -130007,6 +132108,7 @@ declare abstract class Client$s extends Client$t {
130007
132108
  external?: boolean | undefined;
130008
132109
  tenant_key?: string | undefined;
130009
132110
  labels?: string[] | undefined;
132111
+ chat_status?: "normal" | "dissolved" | "dissolved_save" | undefined;
130010
132112
  }[] | undefined;
130011
132113
  } | null, void, unknown>;
130012
132114
  }>;
@@ -130042,6 +132144,7 @@ declare abstract class Client$s extends Client$t {
130042
132144
  external?: boolean | undefined;
130043
132145
  tenant_key?: string | undefined;
130044
132146
  labels?: string[] | undefined;
132147
+ chat_status?: "normal" | "dissolved" | "dissolved_save" | undefined;
130045
132148
  }[] | undefined;
130046
132149
  page_token?: string | undefined;
130047
132150
  has_more?: boolean | undefined;
@@ -130066,6 +132169,7 @@ declare abstract class Client$s extends Client$t {
130066
132169
  external?: boolean | undefined;
130067
132170
  tenant_key?: string | undefined;
130068
132171
  labels?: string[] | undefined;
132172
+ chat_status?: "normal" | "dissolved" | "dissolved_save" | undefined;
130069
132173
  }[] | undefined;
130070
132174
  } | null, void, unknown>;
130071
132175
  }>;
@@ -130101,6 +132205,7 @@ declare abstract class Client$s extends Client$t {
130101
132205
  external?: boolean | undefined;
130102
132206
  tenant_key?: string | undefined;
130103
132207
  labels?: string[] | undefined;
132208
+ chat_status?: "normal" | "dissolved" | "dissolved_save" | undefined;
130104
132209
  }[] | undefined;
130105
132210
  page_token?: string | undefined;
130106
132211
  has_more?: boolean | undefined;
@@ -130147,6 +132252,8 @@ declare abstract class Client$s extends Client$t {
130147
132252
  group_message_type?: "chat" | "thread";
130148
132253
  urgent_setting?: "only_owner" | "all_members";
130149
132254
  video_conference_setting?: "only_owner" | "all_members";
132255
+ pin_manage_setting?: "only_owner" | "all_members";
132256
+ hide_member_count_setting?: "all_members" | "only_owner";
130150
132257
  };
130151
132258
  params?: {
130152
132259
  user_id_type?: "user_id" | "union_id" | "open_id";
@@ -131194,7 +133301,7 @@ declare abstract class Client$s extends Client$t {
131194
133301
  }>;
131195
133302
  };
131196
133303
  /**
131197
- * 消息加急
133304
+ * 消息 - 消息卡片
131198
133305
  */
131199
133306
  message: {
131200
133307
  /**
@@ -132246,6 +134353,404 @@ declare abstract class Client$s extends Client$t {
132246
134353
  }>;
132247
134354
  };
132248
134355
  };
134356
+ v2: {
134357
+ /**
134358
+ * app_feed_card.batch
134359
+ */
134360
+ appFeedCardBatch: {
134361
+ /**
134362
+ * {@link https://open.feishu.cn/api-explorer?project=im&resource=app_feed_card.batch&apiName=delete&version=v2 click to debug }
134363
+ *
134364
+ * {@link https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=delete&project=im&resource=app_feed_card.batch&version=v2 document }
134365
+ */
134366
+ delete: (payload?: {
134367
+ data?: {
134368
+ feed_cards?: Array<{
134369
+ biz_id: string;
134370
+ user_id: string;
134371
+ }>;
134372
+ };
134373
+ params?: {
134374
+ user_id_type?: "open_id" | "user_id" | "union_id";
134375
+ };
134376
+ }, options?: IRequestOptions$1) => Promise<{
134377
+ code?: number | undefined;
134378
+ msg?: string | undefined;
134379
+ data?: {
134380
+ failed_cards?: {
134381
+ biz_id: string;
134382
+ user_id: string;
134383
+ reason?: "0" | "1" | "2" | "3" | "4" | undefined;
134384
+ }[] | undefined;
134385
+ } | undefined;
134386
+ }>;
134387
+ /**
134388
+ * {@link https://open.feishu.cn/api-explorer?project=im&resource=app_feed_card.batch&apiName=update&version=v2 click to debug }
134389
+ *
134390
+ * {@link https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=update&project=im&resource=app_feed_card.batch&version=v2 document }
134391
+ */
134392
+ update: (payload?: {
134393
+ data?: {
134394
+ feed_cards?: Array<{
134395
+ app_feed_card: {
134396
+ biz_id?: string;
134397
+ title?: string;
134398
+ avatar_key?: string;
134399
+ preview?: string;
134400
+ status_label?: {
134401
+ text: string;
134402
+ type: "primary" | "secondary" | "success" | "danger";
134403
+ };
134404
+ buttons?: {
134405
+ buttons: Array<{
134406
+ multi_url?: {
134407
+ url?: string;
134408
+ android_url?: string;
134409
+ ios_url?: string;
134410
+ pc_url?: string;
134411
+ };
134412
+ action_type: "url_page" | "webhook";
134413
+ text: {
134414
+ text: string;
134415
+ };
134416
+ button_type?: "default" | "primary" | "success";
134417
+ action_map?: Record<string, string>;
134418
+ }>;
134419
+ };
134420
+ link?: {
134421
+ link?: string;
134422
+ };
134423
+ time_sensitive?: boolean;
134424
+ notify?: {
134425
+ close_notify?: boolean;
134426
+ custom_sound_text?: string;
134427
+ with_custom_sound?: boolean;
134428
+ };
134429
+ };
134430
+ user_id: string;
134431
+ update_fields: Array<"1" | "2" | "3" | "10" | "11" | "12" | "13" | "101" | "102" | "103">;
134432
+ }>;
134433
+ };
134434
+ params?: {
134435
+ user_id_type?: "open_id" | "user_id" | "union_id";
134436
+ };
134437
+ }, options?: IRequestOptions$1) => Promise<{
134438
+ code?: number | undefined;
134439
+ msg?: string | undefined;
134440
+ data?: {
134441
+ failed_cards?: {
134442
+ biz_id: string;
134443
+ user_id: string;
134444
+ reason?: "0" | "1" | "2" | "3" | "4" | undefined;
134445
+ }[] | undefined;
134446
+ } | undefined;
134447
+ }>;
134448
+ };
134449
+ /**
134450
+ * app_feed_card
134451
+ */
134452
+ appFeedCard: {
134453
+ /**
134454
+ * {@link https://open.feishu.cn/api-explorer?project=im&resource=app_feed_card&apiName=create&version=v2 click to debug }
134455
+ *
134456
+ * {@link https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=create&project=im&resource=app_feed_card&version=v2 document }
134457
+ */
134458
+ create: (payload?: {
134459
+ data?: {
134460
+ app_feed_card?: {
134461
+ biz_id?: string;
134462
+ title?: string;
134463
+ avatar_key?: string;
134464
+ preview?: string;
134465
+ status_label?: {
134466
+ text: string;
134467
+ type: "primary" | "secondary" | "success" | "danger";
134468
+ };
134469
+ buttons?: {
134470
+ buttons: Array<{
134471
+ multi_url?: {
134472
+ url?: string;
134473
+ android_url?: string;
134474
+ ios_url?: string;
134475
+ pc_url?: string;
134476
+ };
134477
+ action_type: "url_page" | "webhook";
134478
+ text: {
134479
+ text: string;
134480
+ };
134481
+ button_type?: "default" | "primary" | "success";
134482
+ action_map?: Record<string, string>;
134483
+ }>;
134484
+ };
134485
+ link?: {
134486
+ link?: string;
134487
+ };
134488
+ time_sensitive?: boolean;
134489
+ notify?: {
134490
+ close_notify?: boolean;
134491
+ custom_sound_text?: string;
134492
+ with_custom_sound?: boolean;
134493
+ };
134494
+ };
134495
+ user_ids?: Array<string>;
134496
+ };
134497
+ params?: {
134498
+ user_id_type?: "open_id" | "union_id" | "user_id";
134499
+ };
134500
+ }, options?: IRequestOptions$1) => Promise<{
134501
+ code?: number | undefined;
134502
+ msg?: string | undefined;
134503
+ data?: {
134504
+ failed_cards?: {
134505
+ biz_id: string;
134506
+ user_id: string;
134507
+ reason?: "0" | "1" | "2" | "3" | "4" | undefined;
134508
+ }[] | undefined;
134509
+ biz_id?: string | undefined;
134510
+ } | undefined;
134511
+ }>;
134512
+ };
134513
+ /**
134514
+ * biz_entity_tag_relation
134515
+ */
134516
+ bizEntityTagRelation: {
134517
+ /**
134518
+ * {@link https://open.feishu.cn/api-explorer?project=im&resource=biz_entity_tag_relation&apiName=create&version=v2 click to debug }
134519
+ *
134520
+ * {@link https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=create&project=im&resource=biz_entity_tag_relation&version=v2 document }
134521
+ */
134522
+ create: (payload?: {
134523
+ data: {
134524
+ tag_biz_type: "chat";
134525
+ biz_entity_id: string;
134526
+ tag_ids?: Array<string>;
134527
+ bot_id?: string;
134528
+ };
134529
+ }, options?: IRequestOptions$1) => Promise<{
134530
+ code?: number | undefined;
134531
+ msg?: string | undefined;
134532
+ data?: {} | undefined;
134533
+ }>;
134534
+ /**
134535
+ * {@link https://open.feishu.cn/api-explorer?project=im&resource=biz_entity_tag_relation&apiName=get&version=v2 click to debug }
134536
+ *
134537
+ * {@link https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=get&project=im&resource=biz_entity_tag_relation&version=v2 document }
134538
+ */
134539
+ get: (payload?: {
134540
+ params: {
134541
+ tag_biz_type: "chat";
134542
+ biz_entity_id: string;
134543
+ bot_id?: string;
134544
+ };
134545
+ }, options?: IRequestOptions$1) => Promise<{
134546
+ code?: number | undefined;
134547
+ msg?: string | undefined;
134548
+ data?: {
134549
+ tag_info_with_bind_versions?: {
134550
+ tag_info?: {
134551
+ id?: string | undefined;
134552
+ tag_type?: string | undefined;
134553
+ name?: string | undefined;
134554
+ i18n_names?: {
134555
+ locale: string;
134556
+ name?: string | undefined;
134557
+ }[] | undefined;
134558
+ create_time?: string | undefined;
134559
+ update_time?: string | undefined;
134560
+ } | undefined;
134561
+ bind_version?: string | undefined;
134562
+ }[] | undefined;
134563
+ } | undefined;
134564
+ }>;
134565
+ /**
134566
+ * {@link https://open.feishu.cn/api-explorer?project=im&resource=biz_entity_tag_relation&apiName=update&version=v2 click to debug }
134567
+ *
134568
+ * {@link https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=update&project=im&resource=biz_entity_tag_relation&version=v2 document }
134569
+ */
134570
+ update: (payload?: {
134571
+ data: {
134572
+ tag_biz_type: "chat";
134573
+ biz_entity_id: string;
134574
+ tag_ids?: Array<string>;
134575
+ bot_id?: string;
134576
+ };
134577
+ }, options?: IRequestOptions$1) => Promise<{
134578
+ code?: number | undefined;
134579
+ msg?: string | undefined;
134580
+ data?: {} | undefined;
134581
+ }>;
134582
+ };
134583
+ /**
134584
+ * chat_button
134585
+ */
134586
+ chatButton: {
134587
+ /**
134588
+ * {@link https://open.feishu.cn/api-explorer?project=im&resource=chat_button&apiName=update&version=v2 click to debug }
134589
+ *
134590
+ * {@link https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=update&project=im&resource=chat_button&version=v2 document }
134591
+ */
134592
+ update: (payload?: {
134593
+ data: {
134594
+ user_ids?: Array<string>;
134595
+ chat_id: string;
134596
+ buttons?: {
134597
+ buttons: Array<{
134598
+ multi_url?: {
134599
+ url?: string;
134600
+ android_url?: string;
134601
+ ios_url?: string;
134602
+ pc_url?: string;
134603
+ };
134604
+ action_type: "url_page" | "webhook";
134605
+ text: {
134606
+ text: string;
134607
+ };
134608
+ button_type?: "default" | "primary" | "success";
134609
+ action_map?: Record<string, string>;
134610
+ }>;
134611
+ };
134612
+ bot_id?: string;
134613
+ };
134614
+ params?: {
134615
+ user_id_type?: "open_id" | "union_id" | "user_id";
134616
+ };
134617
+ }, options?: IRequestOptions$1) => Promise<{
134618
+ code?: number | undefined;
134619
+ msg?: string | undefined;
134620
+ data?: {
134621
+ failed_user_reasons?: {
134622
+ error_code?: number | undefined;
134623
+ error_message?: string | undefined;
134624
+ user_id?: string | undefined;
134625
+ }[] | undefined;
134626
+ } | undefined;
134627
+ }>;
134628
+ };
134629
+ /**
134630
+ * feed_card
134631
+ */
134632
+ feedCard: {
134633
+ /**
134634
+ * {@link https://open.feishu.cn/api-explorer?project=im&resource=feed_card&apiName=patch&version=v2 click to debug }
134635
+ *
134636
+ * {@link https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=patch&project=im&resource=feed_card&version=v2 document }
134637
+ */
134638
+ patch: (payload?: {
134639
+ data: {
134640
+ time_sensitive: boolean;
134641
+ user_ids: Array<string>;
134642
+ };
134643
+ params: {
134644
+ user_id_type: "open_id" | "user_id" | "union_id";
134645
+ };
134646
+ path: {
134647
+ feed_card_id: string;
134648
+ };
134649
+ }, options?: IRequestOptions$1) => Promise<{
134650
+ code?: number | undefined;
134651
+ msg?: string | undefined;
134652
+ data?: {
134653
+ failed_user_reasons?: {
134654
+ error_code?: number | undefined;
134655
+ error_message?: string | undefined;
134656
+ user_id?: string | undefined;
134657
+ }[] | undefined;
134658
+ } | undefined;
134659
+ }>;
134660
+ };
134661
+ /**
134662
+ * tag
134663
+ */
134664
+ tag: {
134665
+ /**
134666
+ * {@link https://open.feishu.cn/api-explorer?project=im&resource=tag&apiName=create&version=v2 click to debug }
134667
+ *
134668
+ * {@link https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=create&project=im&resource=tag&version=v2 document }
134669
+ */
134670
+ create: (payload?: {
134671
+ data: {
134672
+ create_tag: {
134673
+ tag_type: "tenant";
134674
+ name: string;
134675
+ i18n_names?: Array<{
134676
+ locale: string;
134677
+ name?: string;
134678
+ }>;
134679
+ };
134680
+ bot_id?: string;
134681
+ };
134682
+ }, options?: IRequestOptions$1) => Promise<{
134683
+ code?: number | undefined;
134684
+ msg?: string | undefined;
134685
+ data?: {
134686
+ id?: string | undefined;
134687
+ create_tag_fail_reason?: {
134688
+ duplicate_id?: string | undefined;
134689
+ } | undefined;
134690
+ } | undefined;
134691
+ }>;
134692
+ /**
134693
+ * {@link https://open.feishu.cn/api-explorer?project=im&resource=tag&apiName=patch&version=v2 click to debug }
134694
+ *
134695
+ * {@link https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=patch&project=im&resource=tag&version=v2 document }
134696
+ */
134697
+ patch: (payload?: {
134698
+ data?: {
134699
+ patch_tag?: {
134700
+ id?: string;
134701
+ name?: string;
134702
+ i18n_names?: Array<{
134703
+ locale: string;
134704
+ name?: string;
134705
+ }>;
134706
+ };
134707
+ bot_id?: string;
134708
+ };
134709
+ path: {
134710
+ tag_id: string;
134711
+ };
134712
+ }, options?: IRequestOptions$1) => Promise<{
134713
+ code?: number | undefined;
134714
+ msg?: string | undefined;
134715
+ data?: {
134716
+ tag_info?: {
134717
+ id?: string | undefined;
134718
+ tag_type?: string | undefined;
134719
+ name?: string | undefined;
134720
+ i18n_names?: {
134721
+ locale: string;
134722
+ name?: string | undefined;
134723
+ }[] | undefined;
134724
+ create_time?: string | undefined;
134725
+ update_time?: string | undefined;
134726
+ } | undefined;
134727
+ patch_tag_fail_reason?: {
134728
+ duplicate_id?: string | undefined;
134729
+ } | undefined;
134730
+ } | undefined;
134731
+ }>;
134732
+ };
134733
+ /**
134734
+ * url_preview
134735
+ */
134736
+ urlPreview: {
134737
+ /**
134738
+ * {@link https://open.feishu.cn/api-explorer?project=im&resource=url_preview&apiName=batch_update&version=v2 click to debug }
134739
+ *
134740
+ * {@link https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=batch_update&project=im&resource=url_preview&version=v2 document }
134741
+ */
134742
+ batchUpdate: (payload?: {
134743
+ data: {
134744
+ preview_tokens: Array<string>;
134745
+ open_ids?: Array<string>;
134746
+ };
134747
+ }, options?: IRequestOptions$1) => Promise<{
134748
+ code?: number | undefined;
134749
+ msg?: string | undefined;
134750
+ data?: {} | undefined;
134751
+ }>;
134752
+ };
134753
+ };
132249
134754
  };
132250
134755
  }
132251
134756
 
@@ -136926,137 +139431,180 @@ declare abstract class Client$m extends Client$n {
136926
139431
  } | undefined;
136927
139432
  }>;
136928
139433
  /**
136929
- * {@link https://open.feishu.cn/api-explorer?project=okr&resource=progress_record&apiName=update&version=v1 click to debug }
139434
+ * {@link https://open.feishu.cn/api-explorer?project=okr&resource=progress_record&apiName=update&version=v1 click to debug }
139435
+ *
139436
+ * {@link https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/okr-v1/progress_record/update document }
139437
+ *
139438
+ * 更新OKR进展记录
139439
+ *
139440
+ * 根据OKR进展记录ID更新进展详情
139441
+ */
139442
+ update: (payload?: {
139443
+ data: {
139444
+ content: {
139445
+ blocks?: Array<{
139446
+ type?: "paragraph" | "gallery";
139447
+ paragraph?: {
139448
+ style?: {
139449
+ list?: {
139450
+ type?: "number" | "bullet" | "checkBox" | "checkedBox" | "indent";
139451
+ indentLevel?: number;
139452
+ number?: number;
139453
+ };
139454
+ };
139455
+ elements?: Array<{
139456
+ type?: "textRun" | "docsLink" | "person";
139457
+ textRun?: {
139458
+ text?: string;
139459
+ style?: {
139460
+ bold?: boolean;
139461
+ strikeThrough?: boolean;
139462
+ backColor?: {
139463
+ red?: number;
139464
+ green?: number;
139465
+ blue?: number;
139466
+ alpha?: number;
139467
+ };
139468
+ textColor?: {
139469
+ red?: number;
139470
+ green?: number;
139471
+ blue?: number;
139472
+ alpha?: number;
139473
+ };
139474
+ link?: {
139475
+ url?: string;
139476
+ };
139477
+ };
139478
+ };
139479
+ docsLink?: {
139480
+ url?: string;
139481
+ title?: string;
139482
+ };
139483
+ person?: {
139484
+ openId?: string;
139485
+ };
139486
+ }>;
139487
+ };
139488
+ gallery?: {
139489
+ imageList?: Array<{
139490
+ fileToken?: string;
139491
+ src?: string;
139492
+ width?: number;
139493
+ height?: number;
139494
+ }>;
139495
+ };
139496
+ }>;
139497
+ };
139498
+ };
139499
+ params?: {
139500
+ user_id_type?: "user_id" | "union_id" | "open_id";
139501
+ };
139502
+ path: {
139503
+ progress_id: string;
139504
+ };
139505
+ }, options?: IRequestOptions$1) => Promise<{
139506
+ code?: number | undefined;
139507
+ msg?: string | undefined;
139508
+ data?: {
139509
+ progress_id?: string | undefined;
139510
+ modify_time?: string | undefined;
139511
+ content?: {
139512
+ blocks?: {
139513
+ type?: "gallery" | "paragraph" | undefined;
139514
+ paragraph?: {
139515
+ style?: {
139516
+ list?: {
139517
+ type?: "number" | "bullet" | "checkBox" | "checkedBox" | "indent" | undefined;
139518
+ indentLevel?: number | undefined;
139519
+ number?: number | undefined;
139520
+ } | undefined;
139521
+ } | undefined;
139522
+ elements?: {
139523
+ type?: "person" | "textRun" | "docsLink" | undefined;
139524
+ textRun?: {
139525
+ text?: string | undefined;
139526
+ style?: {
139527
+ bold?: boolean | undefined;
139528
+ strikeThrough?: boolean | undefined;
139529
+ backColor?: {
139530
+ red?: number | undefined;
139531
+ green?: number | undefined;
139532
+ blue?: number | undefined;
139533
+ alpha?: number | undefined;
139534
+ } | undefined;
139535
+ textColor?: {
139536
+ red?: number | undefined;
139537
+ green?: number | undefined;
139538
+ blue?: number | undefined;
139539
+ alpha?: number | undefined;
139540
+ } | undefined;
139541
+ link?: {
139542
+ url?: string | undefined;
139543
+ } | undefined;
139544
+ } | undefined;
139545
+ } | undefined;
139546
+ docsLink?: {
139547
+ url?: string | undefined;
139548
+ title?: string | undefined;
139549
+ } | undefined;
139550
+ person?: {
139551
+ openId?: string | undefined;
139552
+ } | undefined;
139553
+ }[] | undefined;
139554
+ } | undefined;
139555
+ gallery?: {
139556
+ imageList?: {
139557
+ fileToken?: string | undefined;
139558
+ src?: string | undefined;
139559
+ width?: number | undefined;
139560
+ height?: number | undefined;
139561
+ }[] | undefined;
139562
+ } | undefined;
139563
+ }[] | undefined;
139564
+ } | undefined;
139565
+ } | undefined;
139566
+ }>;
139567
+ };
139568
+ /**
139569
+ * 复盘(灰度租户可见)
139570
+ */
139571
+ review: {
139572
+ /**
139573
+ * {@link https://open.feishu.cn/api-explorer?project=okr&resource=review&apiName=query&version=v1 click to debug }
136930
139574
  *
136931
- * {@link https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/okr-v1/progress_record/update document }
139575
+ * {@link https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/okr-v1/review/query document }
136932
139576
  *
136933
- * 更新OKR进展记录
139577
+ * 查询复盘信息
136934
139578
  *
136935
- * 根据OKR进展记录ID更新进展详情
139579
+ * 根据周期和用户查询复盘信息。
136936
139580
  */
136937
- update: (payload?: {
136938
- data: {
136939
- content: {
136940
- blocks?: Array<{
136941
- type?: "paragraph" | "gallery";
136942
- paragraph?: {
136943
- style?: {
136944
- list?: {
136945
- type?: "number" | "bullet" | "checkBox" | "checkedBox" | "indent";
136946
- indentLevel?: number;
136947
- number?: number;
136948
- };
136949
- };
136950
- elements?: Array<{
136951
- type?: "textRun" | "docsLink" | "person";
136952
- textRun?: {
136953
- text?: string;
136954
- style?: {
136955
- bold?: boolean;
136956
- strikeThrough?: boolean;
136957
- backColor?: {
136958
- red?: number;
136959
- green?: number;
136960
- blue?: number;
136961
- alpha?: number;
136962
- };
136963
- textColor?: {
136964
- red?: number;
136965
- green?: number;
136966
- blue?: number;
136967
- alpha?: number;
136968
- };
136969
- link?: {
136970
- url?: string;
136971
- };
136972
- };
136973
- };
136974
- docsLink?: {
136975
- url?: string;
136976
- title?: string;
136977
- };
136978
- person?: {
136979
- openId?: string;
136980
- };
136981
- }>;
136982
- };
136983
- gallery?: {
136984
- imageList?: Array<{
136985
- fileToken?: string;
136986
- src?: string;
136987
- width?: number;
136988
- height?: number;
136989
- }>;
136990
- };
136991
- }>;
136992
- };
136993
- };
136994
- params?: {
136995
- user_id_type?: "user_id" | "union_id" | "open_id";
136996
- };
136997
- path: {
136998
- progress_id: string;
139581
+ query: (payload?: {
139582
+ params: {
139583
+ user_id_type?: "user_id" | "union_id" | "open_id" | "people_admin_id";
139584
+ user_ids: number;
139585
+ period_ids: number;
136999
139586
  };
137000
139587
  }, options?: IRequestOptions$1) => Promise<{
137001
139588
  code?: number | undefined;
137002
139589
  msg?: string | undefined;
137003
139590
  data?: {
137004
- progress_id?: string | undefined;
137005
- modify_time?: string | undefined;
137006
- content?: {
137007
- blocks?: {
137008
- type?: "gallery" | "paragraph" | undefined;
137009
- paragraph?: {
137010
- style?: {
137011
- list?: {
137012
- type?: "number" | "bullet" | "checkBox" | "checkedBox" | "indent" | undefined;
137013
- indentLevel?: number | undefined;
137014
- number?: number | undefined;
137015
- } | undefined;
137016
- } | undefined;
137017
- elements?: {
137018
- type?: "person" | "textRun" | "docsLink" | undefined;
137019
- textRun?: {
137020
- text?: string | undefined;
137021
- style?: {
137022
- bold?: boolean | undefined;
137023
- strikeThrough?: boolean | undefined;
137024
- backColor?: {
137025
- red?: number | undefined;
137026
- green?: number | undefined;
137027
- blue?: number | undefined;
137028
- alpha?: number | undefined;
137029
- } | undefined;
137030
- textColor?: {
137031
- red?: number | undefined;
137032
- green?: number | undefined;
137033
- blue?: number | undefined;
137034
- alpha?: number | undefined;
137035
- } | undefined;
137036
- link?: {
137037
- url?: string | undefined;
137038
- } | undefined;
137039
- } | undefined;
137040
- } | undefined;
137041
- docsLink?: {
137042
- url?: string | undefined;
137043
- title?: string | undefined;
137044
- } | undefined;
137045
- person?: {
137046
- openId?: string | undefined;
137047
- } | undefined;
137048
- }[] | undefined;
137049
- } | undefined;
137050
- gallery?: {
137051
- imageList?: {
137052
- fileToken?: string | undefined;
137053
- src?: string | undefined;
137054
- width?: number | undefined;
137055
- height?: number | undefined;
137056
- }[] | undefined;
137057
- } | undefined;
139591
+ review_list?: {
139592
+ user_id?: {
139593
+ open_id?: string | undefined;
139594
+ user_id?: string | undefined;
139595
+ } | undefined;
139596
+ review_period_list?: {
139597
+ period_id?: string | undefined;
139598
+ cycle_review_list?: {
139599
+ url?: string | undefined;
139600
+ create_time?: string | undefined;
139601
+ }[] | undefined;
139602
+ progress_report_list?: {
139603
+ url?: string | undefined;
139604
+ create_time?: string | undefined;
139605
+ }[] | undefined;
137058
139606
  }[] | undefined;
137059
- } | undefined;
139607
+ }[] | undefined;
137060
139608
  } | undefined;
137061
139609
  }>;
137062
139610
  };
@@ -137773,6 +140321,49 @@ declare abstract class Client$m extends Client$n {
137773
140321
  } | undefined;
137774
140322
  }>;
137775
140323
  };
140324
+ /**
140325
+ * 复盘(灰度租户可见)
140326
+ */
140327
+ review: {
140328
+ /**
140329
+ * {@link https://open.feishu.cn/api-explorer?project=okr&resource=review&apiName=query&version=v1 click to debug }
140330
+ *
140331
+ * {@link https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/okr-v1/review/query document }
140332
+ *
140333
+ * 查询复盘信息
140334
+ *
140335
+ * 根据周期和用户查询复盘信息。
140336
+ */
140337
+ query: (payload?: {
140338
+ params: {
140339
+ user_id_type?: "user_id" | "union_id" | "open_id" | "people_admin_id";
140340
+ user_ids: number;
140341
+ period_ids: number;
140342
+ };
140343
+ }, options?: IRequestOptions$1) => Promise<{
140344
+ code?: number | undefined;
140345
+ msg?: string | undefined;
140346
+ data?: {
140347
+ review_list?: {
140348
+ user_id?: {
140349
+ open_id?: string | undefined;
140350
+ user_id?: string | undefined;
140351
+ } | undefined;
140352
+ review_period_list?: {
140353
+ period_id?: string | undefined;
140354
+ cycle_review_list?: {
140355
+ url?: string | undefined;
140356
+ create_time?: string | undefined;
140357
+ }[] | undefined;
140358
+ progress_report_list?: {
140359
+ url?: string | undefined;
140360
+ create_time?: string | undefined;
140361
+ }[] | undefined;
140362
+ }[] | undefined;
140363
+ }[] | undefined;
140364
+ } | undefined;
140365
+ }>;
140366
+ };
137776
140367
  /**
137777
140368
  * 用户OKR
137778
140369
  */
@@ -141238,7 +143829,7 @@ declare abstract class Client$c extends Client$d {
141238
143829
  }>;
141239
143830
  };
141240
143831
  /**
141241
- * 工作表
143832
+ * 单元格
141242
143833
  */
141243
143834
  spreadsheetSheet: {
141244
143835
  /**
@@ -142077,7 +144668,7 @@ declare abstract class Client$c extends Client$d {
142077
144668
  }>;
142078
144669
  };
142079
144670
  /**
142080
- * 工作表
144671
+ * 单元格
142081
144672
  */
142082
144673
  spreadsheetSheet: {
142083
144674
  /**
@@ -149546,6 +152137,7 @@ declare abstract class Client$4 extends Client$5 {
149546
152137
  meeting_no?: string;
149547
152138
  user_id?: string;
149548
152139
  room_id?: string;
152140
+ meeting_type?: number;
149549
152141
  };
149550
152142
  params?: {
149551
152143
  user_id_type?: "user_id" | "union_id" | "open_id";
@@ -149692,6 +152284,7 @@ declare abstract class Client$4 extends Client$5 {
149692
152284
  topic?: string | undefined;
149693
152285
  url?: string | undefined;
149694
152286
  meeting_no?: string | undefined;
152287
+ password?: string | undefined;
149695
152288
  create_time?: string | undefined;
149696
152289
  start_time?: string | undefined;
149697
152290
  end_time?: string | undefined;
@@ -149807,6 +152400,7 @@ declare abstract class Client$4 extends Client$5 {
149807
152400
  topic?: string | undefined;
149808
152401
  url?: string | undefined;
149809
152402
  meeting_no?: string | undefined;
152403
+ password?: string | undefined;
149810
152404
  }[] | undefined;
149811
152405
  } | null, void, unknown>;
149812
152406
  }>;
@@ -149838,6 +152432,7 @@ declare abstract class Client$4 extends Client$5 {
149838
152432
  topic?: string | undefined;
149839
152433
  url?: string | undefined;
149840
152434
  meeting_no?: string | undefined;
152435
+ password?: string | undefined;
149841
152436
  }[] | undefined;
149842
152437
  } | undefined;
149843
152438
  }>;
@@ -149996,6 +152591,7 @@ declare abstract class Client$4 extends Client$5 {
149996
152591
  meeting_no?: string;
149997
152592
  user_id?: string;
149998
152593
  room_id?: string;
152594
+ meeting_type?: number;
149999
152595
  page_size?: number;
150000
152596
  page_token?: string;
150001
152597
  user_id_type?: "user_id" | "union_id" | "open_id";
@@ -150005,6 +152601,7 @@ declare abstract class Client$4 extends Client$5 {
150005
152601
  meeting_list?: {
150006
152602
  meeting_id?: string | undefined;
150007
152603
  meeting_topic?: string | undefined;
152604
+ meeting_type?: number | undefined;
150008
152605
  organizer?: string | undefined;
150009
152606
  department?: string | undefined;
150010
152607
  user_id?: string | undefined;
@@ -150015,11 +152612,17 @@ declare abstract class Client$4 extends Client$5 {
150015
152612
  meeting_end_time?: string | undefined;
150016
152613
  meeting_duration?: string | undefined;
150017
152614
  number_of_participants?: string | undefined;
152615
+ number_of_devices?: string | undefined;
150018
152616
  audio?: boolean | undefined;
150019
152617
  video?: boolean | undefined;
150020
152618
  sharing?: boolean | undefined;
150021
152619
  recording?: boolean | undefined;
150022
152620
  telephone?: boolean | undefined;
152621
+ reserved_rooms?: {
152622
+ room_id?: string | undefined;
152623
+ room_name?: string | undefined;
152624
+ }[] | undefined;
152625
+ has_related_document?: boolean | undefined;
150023
152626
  }[] | undefined;
150024
152627
  } | null, void, unknown>;
150025
152628
  }>;
@@ -150036,6 +152639,7 @@ declare abstract class Client$4 extends Client$5 {
150036
152639
  meeting_no?: string;
150037
152640
  user_id?: string;
150038
152641
  room_id?: string;
152642
+ meeting_type?: number;
150039
152643
  page_size?: number;
150040
152644
  page_token?: string;
150041
152645
  user_id_type?: "user_id" | "union_id" | "open_id";
@@ -150047,6 +152651,7 @@ declare abstract class Client$4 extends Client$5 {
150047
152651
  meeting_list?: {
150048
152652
  meeting_id?: string | undefined;
150049
152653
  meeting_topic?: string | undefined;
152654
+ meeting_type?: number | undefined;
150050
152655
  organizer?: string | undefined;
150051
152656
  department?: string | undefined;
150052
152657
  user_id?: string | undefined;
@@ -150057,11 +152662,17 @@ declare abstract class Client$4 extends Client$5 {
150057
152662
  meeting_end_time?: string | undefined;
150058
152663
  meeting_duration?: string | undefined;
150059
152664
  number_of_participants?: string | undefined;
152665
+ number_of_devices?: string | undefined;
150060
152666
  audio?: boolean | undefined;
150061
152667
  video?: boolean | undefined;
150062
152668
  sharing?: boolean | undefined;
150063
152669
  recording?: boolean | undefined;
150064
152670
  telephone?: boolean | undefined;
152671
+ reserved_rooms?: {
152672
+ room_id?: string | undefined;
152673
+ room_name?: string | undefined;
152674
+ }[] | undefined;
152675
+ has_related_document?: boolean | undefined;
150065
152676
  }[] | undefined;
150066
152677
  page_token?: string | undefined;
150067
152678
  has_more?: boolean | undefined;
@@ -150112,6 +152723,7 @@ declare abstract class Client$4 extends Client$5 {
150112
152723
  leave_time?: string | undefined;
150113
152724
  time_in_meeting?: string | undefined;
150114
152725
  leave_reason?: string | undefined;
152726
+ accept_status?: number | undefined;
150115
152727
  }[] | undefined;
150116
152728
  } | null, void, unknown>;
150117
152729
  }>;
@@ -150162,6 +152774,7 @@ declare abstract class Client$4 extends Client$5 {
150162
152774
  leave_time?: string | undefined;
150163
152775
  time_in_meeting?: string | undefined;
150164
152776
  leave_reason?: string | undefined;
152777
+ accept_status?: number | undefined;
150165
152778
  }[] | undefined;
150166
152779
  page_token?: string | undefined;
150167
152780
  has_more?: boolean | undefined;
@@ -150443,6 +153056,7 @@ declare abstract class Client$4 extends Client$5 {
150443
153056
  user_type?: number;
150444
153057
  id?: string;
150445
153058
  }>;
153059
+ password?: string;
150446
153060
  };
150447
153061
  };
150448
153062
  params?: {
@@ -150455,6 +153069,7 @@ declare abstract class Client$4 extends Client$5 {
150455
153069
  reserve?: {
150456
153070
  id?: string | undefined;
150457
153071
  meeting_no?: string | undefined;
153072
+ password?: string | undefined;
150458
153073
  url?: string | undefined;
150459
153074
  app_link?: string | undefined;
150460
153075
  live_link?: string | undefined;
@@ -150510,6 +153125,7 @@ declare abstract class Client$4 extends Client$5 {
150510
153125
  reserve?: {
150511
153126
  id?: string | undefined;
150512
153127
  meeting_no?: string | undefined;
153128
+ password?: string | undefined;
150513
153129
  url?: string | undefined;
150514
153130
  app_link?: string | undefined;
150515
153131
  live_link?: string | undefined;
@@ -150574,6 +153190,7 @@ declare abstract class Client$4 extends Client$5 {
150574
153190
  topic?: string | undefined;
150575
153191
  url?: string | undefined;
150576
153192
  meeting_no?: string | undefined;
153193
+ password?: string | undefined;
150577
153194
  create_time?: string | undefined;
150578
153195
  start_time?: string | undefined;
150579
153196
  end_time?: string | undefined;
@@ -150646,6 +153263,7 @@ declare abstract class Client$4 extends Client$5 {
150646
153263
  user_type?: number;
150647
153264
  id?: string;
150648
153265
  }>;
153266
+ password?: string;
150649
153267
  };
150650
153268
  };
150651
153269
  params?: {
@@ -150661,6 +153279,7 @@ declare abstract class Client$4 extends Client$5 {
150661
153279
  reserve?: {
150662
153280
  id?: string | undefined;
150663
153281
  meeting_no?: string | undefined;
153282
+ password?: string | undefined;
150664
153283
  url?: string | undefined;
150665
153284
  live_link?: string | undefined;
150666
153285
  end_time?: string | undefined;
@@ -152166,6 +154785,7 @@ declare abstract class Client$4 extends Client$5 {
152166
154785
  meeting_no?: string;
152167
154786
  user_id?: string;
152168
154787
  room_id?: string;
154788
+ meeting_type?: number;
152169
154789
  };
152170
154790
  params?: {
152171
154791
  user_id_type?: "user_id" | "union_id" | "open_id";
@@ -152312,6 +154932,7 @@ declare abstract class Client$4 extends Client$5 {
152312
154932
  topic?: string | undefined;
152313
154933
  url?: string | undefined;
152314
154934
  meeting_no?: string | undefined;
154935
+ password?: string | undefined;
152315
154936
  create_time?: string | undefined;
152316
154937
  start_time?: string | undefined;
152317
154938
  end_time?: string | undefined;
@@ -152427,6 +155048,7 @@ declare abstract class Client$4 extends Client$5 {
152427
155048
  topic?: string | undefined;
152428
155049
  url?: string | undefined;
152429
155050
  meeting_no?: string | undefined;
155051
+ password?: string | undefined;
152430
155052
  }[] | undefined;
152431
155053
  } | null, void, unknown>;
152432
155054
  }>;
@@ -152458,6 +155080,7 @@ declare abstract class Client$4 extends Client$5 {
152458
155080
  topic?: string | undefined;
152459
155081
  url?: string | undefined;
152460
155082
  meeting_no?: string | undefined;
155083
+ password?: string | undefined;
152461
155084
  }[] | undefined;
152462
155085
  } | undefined;
152463
155086
  }>;
@@ -152616,6 +155239,7 @@ declare abstract class Client$4 extends Client$5 {
152616
155239
  meeting_no?: string;
152617
155240
  user_id?: string;
152618
155241
  room_id?: string;
155242
+ meeting_type?: number;
152619
155243
  page_size?: number;
152620
155244
  page_token?: string;
152621
155245
  user_id_type?: "user_id" | "union_id" | "open_id";
@@ -152625,6 +155249,7 @@ declare abstract class Client$4 extends Client$5 {
152625
155249
  meeting_list?: {
152626
155250
  meeting_id?: string | undefined;
152627
155251
  meeting_topic?: string | undefined;
155252
+ meeting_type?: number | undefined;
152628
155253
  organizer?: string | undefined;
152629
155254
  department?: string | undefined;
152630
155255
  user_id?: string | undefined;
@@ -152635,11 +155260,17 @@ declare abstract class Client$4 extends Client$5 {
152635
155260
  meeting_end_time?: string | undefined;
152636
155261
  meeting_duration?: string | undefined;
152637
155262
  number_of_participants?: string | undefined;
155263
+ number_of_devices?: string | undefined;
152638
155264
  audio?: boolean | undefined;
152639
155265
  video?: boolean | undefined;
152640
155266
  sharing?: boolean | undefined;
152641
155267
  recording?: boolean | undefined;
152642
155268
  telephone?: boolean | undefined;
155269
+ reserved_rooms?: {
155270
+ room_id?: string | undefined;
155271
+ room_name?: string | undefined;
155272
+ }[] | undefined;
155273
+ has_related_document?: boolean | undefined;
152643
155274
  }[] | undefined;
152644
155275
  } | null, void, unknown>;
152645
155276
  }>;
@@ -152656,6 +155287,7 @@ declare abstract class Client$4 extends Client$5 {
152656
155287
  meeting_no?: string;
152657
155288
  user_id?: string;
152658
155289
  room_id?: string;
155290
+ meeting_type?: number;
152659
155291
  page_size?: number;
152660
155292
  page_token?: string;
152661
155293
  user_id_type?: "user_id" | "union_id" | "open_id";
@@ -152667,6 +155299,7 @@ declare abstract class Client$4 extends Client$5 {
152667
155299
  meeting_list?: {
152668
155300
  meeting_id?: string | undefined;
152669
155301
  meeting_topic?: string | undefined;
155302
+ meeting_type?: number | undefined;
152670
155303
  organizer?: string | undefined;
152671
155304
  department?: string | undefined;
152672
155305
  user_id?: string | undefined;
@@ -152677,11 +155310,17 @@ declare abstract class Client$4 extends Client$5 {
152677
155310
  meeting_end_time?: string | undefined;
152678
155311
  meeting_duration?: string | undefined;
152679
155312
  number_of_participants?: string | undefined;
155313
+ number_of_devices?: string | undefined;
152680
155314
  audio?: boolean | undefined;
152681
155315
  video?: boolean | undefined;
152682
155316
  sharing?: boolean | undefined;
152683
155317
  recording?: boolean | undefined;
152684
155318
  telephone?: boolean | undefined;
155319
+ reserved_rooms?: {
155320
+ room_id?: string | undefined;
155321
+ room_name?: string | undefined;
155322
+ }[] | undefined;
155323
+ has_related_document?: boolean | undefined;
152685
155324
  }[] | undefined;
152686
155325
  page_token?: string | undefined;
152687
155326
  has_more?: boolean | undefined;
@@ -152732,6 +155371,7 @@ declare abstract class Client$4 extends Client$5 {
152732
155371
  leave_time?: string | undefined;
152733
155372
  time_in_meeting?: string | undefined;
152734
155373
  leave_reason?: string | undefined;
155374
+ accept_status?: number | undefined;
152735
155375
  }[] | undefined;
152736
155376
  } | null, void, unknown>;
152737
155377
  }>;
@@ -152782,6 +155422,7 @@ declare abstract class Client$4 extends Client$5 {
152782
155422
  leave_time?: string | undefined;
152783
155423
  time_in_meeting?: string | undefined;
152784
155424
  leave_reason?: string | undefined;
155425
+ accept_status?: number | undefined;
152785
155426
  }[] | undefined;
152786
155427
  page_token?: string | undefined;
152787
155428
  has_more?: boolean | undefined;
@@ -153063,6 +155704,7 @@ declare abstract class Client$4 extends Client$5 {
153063
155704
  user_type?: number;
153064
155705
  id?: string;
153065
155706
  }>;
155707
+ password?: string;
153066
155708
  };
153067
155709
  };
153068
155710
  params?: {
@@ -153075,6 +155717,7 @@ declare abstract class Client$4 extends Client$5 {
153075
155717
  reserve?: {
153076
155718
  id?: string | undefined;
153077
155719
  meeting_no?: string | undefined;
155720
+ password?: string | undefined;
153078
155721
  url?: string | undefined;
153079
155722
  app_link?: string | undefined;
153080
155723
  live_link?: string | undefined;
@@ -153130,6 +155773,7 @@ declare abstract class Client$4 extends Client$5 {
153130
155773
  reserve?: {
153131
155774
  id?: string | undefined;
153132
155775
  meeting_no?: string | undefined;
155776
+ password?: string | undefined;
153133
155777
  url?: string | undefined;
153134
155778
  app_link?: string | undefined;
153135
155779
  live_link?: string | undefined;
@@ -153194,6 +155838,7 @@ declare abstract class Client$4 extends Client$5 {
153194
155838
  topic?: string | undefined;
153195
155839
  url?: string | undefined;
153196
155840
  meeting_no?: string | undefined;
155841
+ password?: string | undefined;
153197
155842
  create_time?: string | undefined;
153198
155843
  start_time?: string | undefined;
153199
155844
  end_time?: string | undefined;
@@ -153266,6 +155911,7 @@ declare abstract class Client$4 extends Client$5 {
153266
155911
  user_type?: number;
153267
155912
  id?: string;
153268
155913
  }>;
155914
+ password?: string;
153269
155915
  };
153270
155916
  };
153271
155917
  params?: {
@@ -153281,6 +155927,7 @@ declare abstract class Client$4 extends Client$5 {
153281
155927
  reserve?: {
153282
155928
  id?: string | undefined;
153283
155929
  meeting_no?: string | undefined;
155930
+ password?: string | undefined;
153284
155931
  url?: string | undefined;
153285
155932
  live_link?: string | undefined;
153286
155933
  end_time?: string | undefined;
@@ -157263,6 +159910,15 @@ interface IHandles extends IOtherEventHandles {
157263
159910
  open_id?: string;
157264
159911
  }>;
157265
159912
  calendar_event_id?: string;
159913
+ change_type?: string;
159914
+ rsvp_infos?: Array<{
159915
+ from_user_id?: {
159916
+ union_id?: string;
159917
+ user_id?: string;
159918
+ open_id?: string;
159919
+ };
159920
+ rsvp_status?: string;
159921
+ }>;
157266
159922
  }) => Promise<any> | any;
157267
159923
  /**
157268
159924
  * {@link https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/contact-v3/custom_attr_event/events/updated document }
@@ -158551,6 +161207,7 @@ interface IHandles extends IOtherEventHandles {
158551
161207
  job_change_id?: string;
158552
161208
  transfer_mode?: number;
158553
161209
  transfer_type_unique_identifier?: string;
161210
+ transfer_reason_unique_identifier?: string;
158554
161211
  process_id?: string;
158555
161212
  effective_date?: string;
158556
161213
  status?: number;
@@ -160251,6 +162908,21 @@ interface IHandles extends IOtherEventHandles {
160251
162908
  user_type?: number;
160252
162909
  };
160253
162910
  calendar_event_id?: string;
162911
+ meeting_sub_type?: number;
162912
+ security_setting?: {
162913
+ security_level?: number;
162914
+ group_ids?: Array<string>;
162915
+ user_ids?: Array<{
162916
+ union_id?: string;
162917
+ user_id?: string;
162918
+ open_id?: string;
162919
+ }>;
162920
+ room_ids?: Array<string>;
162921
+ has_set_security_contacts_and_group?: boolean;
162922
+ };
162923
+ webinar_setting?: {
162924
+ webinar_type?: number;
162925
+ };
160254
162926
  };
160255
162927
  operator?: {
160256
162928
  id?: {
@@ -160301,6 +162973,21 @@ interface IHandles extends IOtherEventHandles {
160301
162973
  user_type?: number;
160302
162974
  };
160303
162975
  calendar_event_id?: string;
162976
+ meeting_sub_type?: number;
162977
+ security_setting?: {
162978
+ security_level?: number;
162979
+ group_ids?: Array<string>;
162980
+ user_ids?: Array<{
162981
+ union_id?: string;
162982
+ user_id?: string;
162983
+ open_id?: string;
162984
+ }>;
162985
+ room_ids?: Array<string>;
162986
+ has_set_security_contacts_and_group?: boolean;
162987
+ };
162988
+ webinar_setting?: {
162989
+ webinar_type?: number;
162990
+ };
160304
162991
  };
160305
162992
  operator?: {
160306
162993
  id?: {
@@ -160354,6 +163041,21 @@ interface IHandles extends IOtherEventHandles {
160354
163041
  user_role?: number;
160355
163042
  user_type?: number;
160356
163043
  };
163044
+ meeting_sub_type?: number;
163045
+ security_setting?: {
163046
+ security_level?: number;
163047
+ group_ids?: Array<string>;
163048
+ user_ids?: Array<{
163049
+ union_id?: string;
163050
+ user_id?: string;
163051
+ open_id?: string;
163052
+ }>;
163053
+ room_ids?: Array<string>;
163054
+ has_set_security_contacts_and_group?: boolean;
163055
+ };
163056
+ webinar_setting?: {
163057
+ webinar_type?: number;
163058
+ };
160357
163059
  };
160358
163060
  operator?: {
160359
163061
  id?: {
@@ -160407,6 +163109,21 @@ interface IHandles extends IOtherEventHandles {
160407
163109
  user_role?: number;
160408
163110
  user_type?: number;
160409
163111
  };
163112
+ meeting_sub_type?: number;
163113
+ security_setting?: {
163114
+ security_level?: number;
163115
+ group_ids?: Array<string>;
163116
+ user_ids?: Array<{
163117
+ union_id?: string;
163118
+ user_id?: string;
163119
+ open_id?: string;
163120
+ }>;
163121
+ room_ids?: Array<string>;
163122
+ has_set_security_contacts_and_group?: boolean;
163123
+ };
163124
+ webinar_setting?: {
163125
+ webinar_type?: number;
163126
+ };
160410
163127
  };
160411
163128
  operator?: {
160412
163129
  id?: {
@@ -160471,6 +163188,21 @@ interface IHandles extends IOtherEventHandles {
160471
163188
  user_type?: number;
160472
163189
  };
160473
163190
  calendar_event_id?: string;
163191
+ meeting_sub_type?: number;
163192
+ security_setting?: {
163193
+ security_level?: number;
163194
+ group_ids?: Array<string>;
163195
+ user_ids?: Array<{
163196
+ union_id?: string;
163197
+ user_id?: string;
163198
+ open_id?: string;
163199
+ }>;
163200
+ room_ids?: Array<string>;
163201
+ has_set_security_contacts_and_group?: boolean;
163202
+ };
163203
+ webinar_setting?: {
163204
+ webinar_type?: number;
163205
+ };
160474
163206
  };
160475
163207
  operator?: {
160476
163208
  id?: {
@@ -160525,6 +163257,21 @@ interface IHandles extends IOtherEventHandles {
160525
163257
  user_type?: number;
160526
163258
  };
160527
163259
  calendar_event_id?: string;
163260
+ meeting_sub_type?: number;
163261
+ security_setting?: {
163262
+ security_level?: number;
163263
+ group_ids?: Array<string>;
163264
+ user_ids?: Array<{
163265
+ union_id?: string;
163266
+ user_id?: string;
163267
+ open_id?: string;
163268
+ }>;
163269
+ room_ids?: Array<string>;
163270
+ has_set_security_contacts_and_group?: boolean;
163271
+ };
163272
+ webinar_setting?: {
163273
+ webinar_type?: number;
163274
+ };
160528
163275
  };
160529
163276
  operator?: {
160530
163277
  id?: {
@@ -160578,6 +163325,21 @@ interface IHandles extends IOtherEventHandles {
160578
163325
  user_role?: number;
160579
163326
  user_type?: number;
160580
163327
  };
163328
+ meeting_sub_type?: number;
163329
+ security_setting?: {
163330
+ security_level?: number;
163331
+ group_ids?: Array<string>;
163332
+ user_ids?: Array<{
163333
+ union_id?: string;
163334
+ user_id?: string;
163335
+ open_id?: string;
163336
+ }>;
163337
+ room_ids?: Array<string>;
163338
+ has_set_security_contacts_and_group?: boolean;
163339
+ };
163340
+ webinar_setting?: {
163341
+ webinar_type?: number;
163342
+ };
160581
163343
  };
160582
163344
  operator?: {
160583
163345
  id?: {
@@ -160620,6 +163382,21 @@ interface IHandles extends IOtherEventHandles {
160620
163382
  open_id?: string;
160621
163383
  };
160622
163384
  };
163385
+ meeting_sub_type?: number;
163386
+ security_setting?: {
163387
+ security_level?: number;
163388
+ group_ids?: Array<string>;
163389
+ user_ids?: Array<{
163390
+ union_id?: string;
163391
+ user_id?: string;
163392
+ open_id?: string;
163393
+ }>;
163394
+ room_ids?: Array<string>;
163395
+ has_set_security_contacts_and_group?: boolean;
163396
+ };
163397
+ webinar_setting?: {
163398
+ webinar_type?: number;
163399
+ };
160623
163400
  };
160624
163401
  url?: string;
160625
163402
  duration?: string;
@@ -160666,6 +163443,21 @@ interface IHandles extends IOtherEventHandles {
160666
163443
  user_role?: number;
160667
163444
  user_type?: number;
160668
163445
  };
163446
+ meeting_sub_type?: number;
163447
+ security_setting?: {
163448
+ security_level?: number;
163449
+ group_ids?: Array<string>;
163450
+ user_ids?: Array<{
163451
+ union_id?: string;
163452
+ user_id?: string;
163453
+ open_id?: string;
163454
+ }>;
163455
+ room_ids?: Array<string>;
163456
+ has_set_security_contacts_and_group?: boolean;
163457
+ };
163458
+ webinar_setting?: {
163459
+ webinar_type?: number;
163460
+ };
160669
163461
  };
160670
163462
  operator?: {
160671
163463
  id?: {
@@ -160719,6 +163511,21 @@ interface IHandles extends IOtherEventHandles {
160719
163511
  user_role?: number;
160720
163512
  user_type?: number;
160721
163513
  };
163514
+ meeting_sub_type?: number;
163515
+ security_setting?: {
163516
+ security_level?: number;
163517
+ group_ids?: Array<string>;
163518
+ user_ids?: Array<{
163519
+ union_id?: string;
163520
+ user_id?: string;
163521
+ open_id?: string;
163522
+ }>;
163523
+ room_ids?: Array<string>;
163524
+ has_set_security_contacts_and_group?: boolean;
163525
+ };
163526
+ webinar_setting?: {
163527
+ webinar_type?: number;
163528
+ };
160722
163529
  };
160723
163530
  operator?: {
160724
163531
  id?: {
@@ -160772,6 +163579,21 @@ interface IHandles extends IOtherEventHandles {
160772
163579
  user_role?: number;
160773
163580
  user_type?: number;
160774
163581
  };
163582
+ meeting_sub_type?: number;
163583
+ security_setting?: {
163584
+ security_level?: number;
163585
+ group_ids?: Array<string>;
163586
+ user_ids?: Array<{
163587
+ union_id?: string;
163588
+ user_id?: string;
163589
+ open_id?: string;
163590
+ }>;
163591
+ room_ids?: Array<string>;
163592
+ has_set_security_contacts_and_group?: boolean;
163593
+ };
163594
+ webinar_setting?: {
163595
+ webinar_type?: number;
163596
+ };
160775
163597
  };
160776
163598
  operator?: {
160777
163599
  id?: {