@larksuiteoapi/node-sdk 1.36.0 → 1.37.1

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
@@ -82,6 +82,7 @@ interface HttpRequestOptions<D> {
82
82
  params?: Record<string, any>;
83
83
  data?: D;
84
84
  responseType?: ResponseType;
85
+ paramsSerializer?: (params: Record<string, any>) => string;
85
86
  }
86
87
 
87
88
  interface IRequestOptions {
@@ -16740,7 +16741,7 @@ declare abstract class Client$R extends Client$S {
16740
16741
  params?: {
16741
16742
  customized_config?: boolean;
16742
16743
  source_app_token?: string;
16743
- copy_types?: number;
16744
+ copy_types?: Array<string>;
16744
16745
  api_type?: string;
16745
16746
  };
16746
16747
  }, options?: IRequestOptions$1) => Promise<{
@@ -19512,7 +19513,7 @@ declare abstract class Client$R extends Client$S {
19512
19513
  params?: {
19513
19514
  customized_config?: boolean;
19514
19515
  source_app_token?: string;
19515
- copy_types?: number;
19516
+ copy_types?: Array<string>;
19516
19517
  api_type?: string;
19517
19518
  };
19518
19519
  }, options?: IRequestOptions$1) => Promise<{
@@ -27010,7 +27011,7 @@ declare abstract class Client$L extends Client$M {
27010
27011
  */
27011
27012
  batch: (payload?: {
27012
27013
  params: {
27013
- department_ids: number;
27014
+ department_ids: Array<string>;
27014
27015
  department_id_type?: "open_department_id" | "department_id";
27015
27016
  user_id_type?: "open_id" | "union_id" | "user_id";
27016
27017
  };
@@ -29141,7 +29142,7 @@ declare abstract class Client$L extends Client$M {
29141
29142
  */
29142
29143
  batch: (payload?: {
29143
29144
  params: {
29144
- user_ids: number;
29145
+ user_ids: Array<string>;
29145
29146
  user_id_type?: "open_id" | "union_id" | "user_id";
29146
29147
  department_id_type?: "open_department_id" | "department_id";
29147
29148
  };
@@ -30785,7 +30786,7 @@ declare abstract class Client$L extends Client$M {
30785
30786
  */
30786
30787
  batch: (payload?: {
30787
30788
  params: {
30788
- department_ids: number;
30789
+ department_ids: Array<string>;
30789
30790
  department_id_type?: "open_department_id" | "department_id";
30790
30791
  user_id_type?: "open_id" | "union_id" | "user_id";
30791
30792
  };
@@ -32916,7 +32917,7 @@ declare abstract class Client$L extends Client$M {
32916
32917
  */
32917
32918
  batch: (payload?: {
32918
32919
  params: {
32919
- user_ids: number;
32920
+ user_ids: Array<string>;
32920
32921
  user_id_type?: "open_id" | "union_id" | "user_id";
32921
32922
  department_id_type?: "open_department_id" | "department_id";
32922
32923
  };
@@ -34675,8 +34676,8 @@ declare abstract class Client$I extends Client$J {
34675
34676
  */
34676
34677
  query: (payload?: {
34677
34678
  params?: {
34678
- employment_id_list?: number;
34679
- role_id_list?: number;
34679
+ employment_id_list?: Array<string>;
34680
+ role_id_list?: Array<string>;
34680
34681
  page_token?: string;
34681
34682
  page_size?: string;
34682
34683
  user_id_type?: "user_id" | "union_id" | "open_id" | "people_corehr_id";
@@ -36545,7 +36546,7 @@ declare abstract class Client$I extends Client$J {
36545
36546
  */
36546
36547
  query: (payload?: {
36547
36548
  params: {
36548
- object_api_name_list: number;
36549
+ object_api_name_list: Array<string>;
36549
36550
  };
36550
36551
  }, options?: IRequestOptions$1) => Promise<{
36551
36552
  code?: number | undefined;
@@ -36841,8 +36842,8 @@ declare abstract class Client$I extends Client$J {
36841
36842
  params: {
36842
36843
  page_token?: string;
36843
36844
  page_size: string;
36844
- department_id_list?: number;
36845
- name_list?: number;
36845
+ department_id_list?: Array<string>;
36846
+ name_list?: Array<string>;
36846
36847
  user_id_type?: "user_id" | "union_id" | "open_id" | "people_corehr_id";
36847
36848
  department_id_type?: "open_department_id" | "department_id" | "people_corehr_department_id";
36848
36849
  };
@@ -38239,7 +38240,7 @@ declare abstract class Client$I extends Client$J {
38239
38240
  page_token?: string;
38240
38241
  page_size: string;
38241
38242
  employment_id?: string;
38242
- job_data_id_list?: number;
38243
+ job_data_id_list?: Array<string>;
38243
38244
  department_id?: string;
38244
38245
  job_id?: string;
38245
38246
  get_all_version?: boolean;
@@ -38883,7 +38884,7 @@ declare abstract class Client$I extends Client$J {
38883
38884
  page_token?: string;
38884
38885
  page_size: string;
38885
38886
  as_of_date?: string;
38886
- employment_id_list?: number;
38887
+ employment_id_list?: Array<string>;
38887
38888
  user_id_type?: "user_id" | "union_id" | "open_id" | "people_corehr_id";
38888
38889
  time_zone?: string;
38889
38890
  };
@@ -38928,10 +38929,10 @@ declare abstract class Client$I extends Client$J {
38928
38929
  params: {
38929
38930
  page_token?: string;
38930
38931
  page_size: string;
38931
- employment_id_list?: number;
38932
- initiator_id_list?: number;
38933
- leave_request_status?: number;
38934
- leave_type_id_list?: number;
38932
+ employment_id_list?: Array<string>;
38933
+ initiator_id_list?: Array<string>;
38934
+ leave_request_status?: Array<string>;
38935
+ leave_type_id_list?: Array<string>;
38935
38936
  leave_start_date_min?: string;
38936
38937
  leave_start_date_max?: string;
38937
38938
  leave_end_date_min?: string;
@@ -42904,7 +42905,7 @@ declare abstract class Client$I extends Client$J {
42904
42905
  params: {
42905
42906
  page_token?: string;
42906
42907
  page_size: string;
42907
- pre_hire_ids?: number;
42908
+ pre_hire_ids?: Array<string>;
42908
42909
  };
42909
42910
  }, options?: IRequestOptions$1) => Promise<{
42910
42911
  code?: number | undefined;
@@ -43433,7 +43434,7 @@ declare abstract class Client$I extends Client$J {
43433
43434
  query: (payload?: {
43434
43435
  params?: {
43435
43436
  active?: boolean;
43436
- transfer_reason_unique_identifier?: number;
43437
+ transfer_reason_unique_identifier?: Array<string>;
43437
43438
  };
43438
43439
  }, options?: IRequestOptions$1) => Promise<{
43439
43440
  code?: number | undefined;
@@ -43469,7 +43470,7 @@ declare abstract class Client$I extends Client$J {
43469
43470
  query: (payload?: {
43470
43471
  params?: {
43471
43472
  active?: boolean;
43472
- transfer_type_unique_identifier?: number;
43473
+ transfer_type_unique_identifier?: Array<string>;
43473
43474
  };
43474
43475
  }, options?: IRequestOptions$1) => Promise<{
43475
43476
  code?: number | undefined;
@@ -43848,8 +43849,8 @@ declare abstract class Client$I extends Client$J {
43848
43849
  */
43849
43850
  query: (payload?: {
43850
43851
  params?: {
43851
- employment_id_list?: number;
43852
- role_id_list?: number;
43852
+ employment_id_list?: Array<string>;
43853
+ role_id_list?: Array<string>;
43853
43854
  page_token?: string;
43854
43855
  page_size?: string;
43855
43856
  user_id_type?: "user_id" | "union_id" | "open_id" | "people_corehr_id";
@@ -45718,7 +45719,7 @@ declare abstract class Client$I extends Client$J {
45718
45719
  */
45719
45720
  query: (payload?: {
45720
45721
  params: {
45721
- object_api_name_list: number;
45722
+ object_api_name_list: Array<string>;
45722
45723
  };
45723
45724
  }, options?: IRequestOptions$1) => Promise<{
45724
45725
  code?: number | undefined;
@@ -46014,8 +46015,8 @@ declare abstract class Client$I extends Client$J {
46014
46015
  params: {
46015
46016
  page_token?: string;
46016
46017
  page_size: string;
46017
- department_id_list?: number;
46018
- name_list?: number;
46018
+ department_id_list?: Array<string>;
46019
+ name_list?: Array<string>;
46019
46020
  user_id_type?: "user_id" | "union_id" | "open_id" | "people_corehr_id";
46020
46021
  department_id_type?: "open_department_id" | "department_id" | "people_corehr_department_id";
46021
46022
  };
@@ -47412,7 +47413,7 @@ declare abstract class Client$I extends Client$J {
47412
47413
  page_token?: string;
47413
47414
  page_size: string;
47414
47415
  employment_id?: string;
47415
- job_data_id_list?: number;
47416
+ job_data_id_list?: Array<string>;
47416
47417
  department_id?: string;
47417
47418
  job_id?: string;
47418
47419
  get_all_version?: boolean;
@@ -48056,7 +48057,7 @@ declare abstract class Client$I extends Client$J {
48056
48057
  page_token?: string;
48057
48058
  page_size: string;
48058
48059
  as_of_date?: string;
48059
- employment_id_list?: number;
48060
+ employment_id_list?: Array<string>;
48060
48061
  user_id_type?: "user_id" | "union_id" | "open_id" | "people_corehr_id";
48061
48062
  time_zone?: string;
48062
48063
  };
@@ -48101,10 +48102,10 @@ declare abstract class Client$I extends Client$J {
48101
48102
  params: {
48102
48103
  page_token?: string;
48103
48104
  page_size: string;
48104
- employment_id_list?: number;
48105
- initiator_id_list?: number;
48106
- leave_request_status?: number;
48107
- leave_type_id_list?: number;
48105
+ employment_id_list?: Array<string>;
48106
+ initiator_id_list?: Array<string>;
48107
+ leave_request_status?: Array<string>;
48108
+ leave_type_id_list?: Array<string>;
48108
48109
  leave_start_date_min?: string;
48109
48110
  leave_start_date_max?: string;
48110
48111
  leave_end_date_min?: string;
@@ -52077,7 +52078,7 @@ declare abstract class Client$I extends Client$J {
52077
52078
  params: {
52078
52079
  page_token?: string;
52079
52080
  page_size: string;
52080
- pre_hire_ids?: number;
52081
+ pre_hire_ids?: Array<string>;
52081
52082
  };
52082
52083
  }, options?: IRequestOptions$1) => Promise<{
52083
52084
  code?: number | undefined;
@@ -52606,7 +52607,7 @@ declare abstract class Client$I extends Client$J {
52606
52607
  query: (payload?: {
52607
52608
  params?: {
52608
52609
  active?: boolean;
52609
- transfer_reason_unique_identifier?: number;
52610
+ transfer_reason_unique_identifier?: Array<string>;
52610
52611
  };
52611
52612
  }, options?: IRequestOptions$1) => Promise<{
52612
52613
  code?: number | undefined;
@@ -52642,7 +52643,7 @@ declare abstract class Client$I extends Client$J {
52642
52643
  query: (payload?: {
52643
52644
  params?: {
52644
52645
  active?: boolean;
52645
- transfer_type_unique_identifier?: number;
52646
+ transfer_type_unique_identifier?: Array<string>;
52646
52647
  };
52647
52648
  }, options?: IRequestOptions$1) => Promise<{
52648
52649
  code?: number | undefined;
@@ -67416,7 +67417,7 @@ declare abstract class Client$I extends Client$J {
67416
67417
  listWithIterator: (payload?: {
67417
67418
  params: {
67418
67419
  modify_time_to: string;
67419
- statuses?: number;
67420
+ statuses?: Array<number>;
67420
67421
  page_token?: string;
67421
67422
  page_size: number;
67422
67423
  modify_time_from: string;
@@ -67435,7 +67436,7 @@ declare abstract class Client$I extends Client$J {
67435
67436
  list: (payload?: {
67436
67437
  params: {
67437
67438
  modify_time_to: string;
67438
- statuses?: number;
67439
+ statuses?: Array<number>;
67439
67440
  page_token?: string;
67440
67441
  page_size: number;
67441
67442
  modify_time_from: string;
@@ -121375,7 +121376,7 @@ declare abstract class Client$E extends Client$F {
121375
121376
  */
121376
121377
  batchGetTmpDownloadUrl: (payload?: {
121377
121378
  params: {
121378
- file_tokens: number;
121379
+ file_tokens: Array<string>;
121379
121380
  extra?: string;
121380
121381
  };
121381
121382
  }, options?: IRequestOptions$1) => Promise<{
@@ -123334,7 +123335,7 @@ declare abstract class Client$E extends Client$F {
123334
123335
  */
123335
123336
  batchGetTmpDownloadUrl: (payload?: {
123336
123337
  params: {
123337
- file_tokens: number;
123338
+ file_tokens: Array<string>;
123338
123339
  extra?: string;
123339
123340
  };
123340
123341
  }, options?: IRequestOptions$1) => Promise<{
@@ -124003,12 +124004,12 @@ declare abstract class Client$C extends Client$D {
124003
124004
  listWithIterator: (payload?: {
124004
124005
  params?: {
124005
124006
  view?: "basic" | "full";
124006
- status?: number;
124007
- type?: number;
124007
+ status?: Array<number>;
124008
+ type?: Array<number>;
124008
124009
  start_time?: string;
124009
124010
  end_time?: string;
124010
124011
  user_id_type?: "user_id" | "union_id" | "open_id";
124011
- user_ids?: number;
124012
+ user_ids?: Array<string>;
124012
124013
  page_token?: string;
124013
124014
  page_size?: number;
124014
124015
  };
@@ -124190,12 +124191,12 @@ declare abstract class Client$C extends Client$D {
124190
124191
  list: (payload?: {
124191
124192
  params?: {
124192
124193
  view?: "basic" | "full";
124193
- status?: number;
124194
- type?: number;
124194
+ status?: Array<number>;
124195
+ type?: Array<number>;
124195
124196
  start_time?: string;
124196
124197
  end_time?: string;
124197
124198
  user_id_type?: "user_id" | "union_id" | "open_id";
124198
- user_ids?: number;
124199
+ user_ids?: Array<string>;
124199
124200
  page_token?: string;
124200
124201
  page_size?: number;
124201
124202
  };
@@ -124402,12 +124403,12 @@ declare abstract class Client$C extends Client$D {
124402
124403
  listWithIterator: (payload?: {
124403
124404
  params?: {
124404
124405
  view?: "basic" | "full";
124405
- status?: number;
124406
- type?: number;
124406
+ status?: Array<number>;
124407
+ type?: Array<number>;
124407
124408
  start_time?: string;
124408
124409
  end_time?: string;
124409
124410
  user_id_type?: "user_id" | "union_id" | "open_id";
124410
- user_ids?: number;
124411
+ user_ids?: Array<string>;
124411
124412
  page_token?: string;
124412
124413
  page_size?: number;
124413
124414
  };
@@ -124589,12 +124590,12 @@ declare abstract class Client$C extends Client$D {
124589
124590
  list: (payload?: {
124590
124591
  params?: {
124591
124592
  view?: "basic" | "full";
124592
- status?: number;
124593
- type?: number;
124593
+ status?: Array<number>;
124594
+ type?: Array<number>;
124594
124595
  start_time?: string;
124595
124596
  end_time?: string;
124596
124597
  user_id_type?: "user_id" | "union_id" | "open_id";
124597
- user_ids?: number;
124598
+ user_ids?: Array<string>;
124598
124599
  page_token?: string;
124599
124600
  page_size?: number;
124600
124601
  };
@@ -125289,7 +125290,7 @@ declare abstract class Client$v extends Client$w {
125289
125290
  */
125290
125291
  list: (payload?: {
125291
125292
  params: {
125292
- status: number;
125293
+ status: Array<number>;
125293
125294
  };
125294
125295
  }, options?: IRequestOptions$1) => Promise<{
125295
125296
  code?: number | undefined;
@@ -126635,10 +126636,10 @@ declare abstract class Client$v extends Client$w {
126635
126636
  channel?: number;
126636
126637
  solved?: number;
126637
126638
  score?: number;
126638
- status_list?: number;
126639
+ status_list?: Array<number>;
126639
126640
  guest_name?: string;
126640
126641
  guest_id?: string;
126641
- tags?: number;
126642
+ tags?: Array<string>;
126642
126643
  page?: number;
126643
126644
  page_size?: number;
126644
126645
  create_time_start?: number;
@@ -127282,7 +127283,7 @@ declare abstract class Client$v extends Client$w {
127282
127283
  */
127283
127284
  list: (payload?: {
127284
127285
  params: {
127285
- status: number;
127286
+ status: Array<number>;
127286
127287
  };
127287
127288
  }, options?: IRequestOptions$1) => Promise<{
127288
127289
  code?: number | undefined;
@@ -128628,10 +128629,10 @@ declare abstract class Client$v extends Client$w {
128628
128629
  channel?: number;
128629
128630
  solved?: number;
128630
128631
  score?: number;
128631
- status_list?: number;
128632
+ status_list?: Array<number>;
128632
128633
  guest_name?: string;
128633
128634
  guest_id?: string;
128634
- tags?: number;
128635
+ tags?: Array<string>;
128635
128636
  page?: number;
128636
128637
  page_size?: number;
128637
128638
  create_time_start?: number;
@@ -129325,7 +129326,7 @@ declare abstract class Client$u extends Client$v {
129325
129326
  get: (payload?: {
129326
129327
  params?: {
129327
129328
  user_id_type?: "user_id" | "union_id" | "open_id" | undefined;
129328
- options?: number | undefined;
129329
+ options?: "get_latest_application_on_chain"[] | undefined;
129329
129330
  } | undefined;
129330
129331
  path: {
129331
129332
  application_id: string;
@@ -129407,7 +129408,7 @@ declare abstract class Client$u extends Client$v {
129407
129408
  talent_id?: string;
129408
129409
  active_status?: string;
129409
129410
  job_id?: string;
129410
- lock_status?: number;
129411
+ lock_status?: Array<number>;
129411
129412
  page_token?: string;
129412
129413
  page_size?: number;
129413
129414
  update_start_time?: string;
@@ -131959,7 +131960,7 @@ declare abstract class Client$u extends Client$v {
131959
131960
  interviewFeedbackForm: {
131960
131961
  listWithIterator: (payload?: {
131961
131962
  params?: {
131962
- interview_feedback_form_ids?: number;
131963
+ interview_feedback_form_ids?: Array<string>;
131963
131964
  page_size?: number;
131964
131965
  page_token?: string;
131965
131966
  };
@@ -132046,7 +132047,7 @@ declare abstract class Client$u extends Client$v {
132046
132047
  */
132047
132048
  list: (payload?: {
132048
132049
  params?: {
132049
- interview_feedback_form_ids?: number;
132050
+ interview_feedback_form_ids?: Array<string>;
132050
132051
  page_size?: number;
132051
132052
  page_token?: string;
132052
132053
  };
@@ -132335,7 +132336,7 @@ declare abstract class Client$u extends Client$v {
132335
132336
  params?: {
132336
132337
  page_size?: number;
132337
132338
  page_token?: string;
132338
- ids?: number;
132339
+ ids?: Array<string>;
132339
132340
  user_id_type?: "user_id" | "union_id" | "open_id";
132340
132341
  };
132341
132342
  }, options?: IRequestOptions$1) => Promise<{
@@ -132496,7 +132497,7 @@ declare abstract class Client$u extends Client$v {
132496
132497
  params?: {
132497
132498
  page_size?: number;
132498
132499
  page_token?: string;
132499
- ids?: number;
132500
+ ids?: Array<string>;
132500
132501
  user_id_type?: "user_id" | "union_id" | "open_id";
132501
132502
  };
132502
132503
  }, options?: IRequestOptions$1) => Promise<{
@@ -132936,7 +132937,7 @@ declare abstract class Client$u extends Client$v {
132936
132937
  params?: {
132937
132938
  page_size?: number;
132938
132939
  page_token?: string;
132939
- user_ids?: number;
132940
+ user_ids?: Array<string>;
132940
132941
  verify_status?: number;
132941
132942
  earliest_update_time?: string;
132942
132943
  latest_update_time?: string;
@@ -132959,7 +132960,7 @@ declare abstract class Client$u extends Client$v {
132959
132960
  params?: {
132960
132961
  page_size?: number;
132961
132962
  page_token?: string;
132962
- user_ids?: number;
132963
+ user_ids?: Array<string>;
132963
132964
  verify_status?: number;
132964
132965
  earliest_update_time?: string;
132965
132966
  latest_update_time?: string;
@@ -137662,7 +137663,7 @@ declare abstract class Client$u extends Client$v {
137662
137663
  list: (payload?: {
137663
137664
  params?: {
137664
137665
  user_id_type?: "user_id" | "union_id" | "open_id";
137665
- subject_ids?: number;
137666
+ subject_ids?: Array<string>;
137666
137667
  page_token?: string;
137667
137668
  page_size?: number;
137668
137669
  };
@@ -138997,7 +138998,7 @@ declare abstract class Client$u extends Client$v {
138997
138998
  params?: {
138998
138999
  page_size?: number;
138999
139000
  page_token?: string;
139000
- id_list?: number;
139001
+ id_list?: Array<string>;
139001
139002
  };
139002
139003
  }, options?: IRequestOptions$1) => Promise<{
139003
139004
  [Symbol.asyncIterator](): AsyncGenerator<{
@@ -139027,7 +139028,7 @@ declare abstract class Client$u extends Client$v {
139027
139028
  params?: {
139028
139029
  page_size?: number;
139029
139030
  page_token?: string;
139030
- id_list?: number;
139031
+ id_list?: Array<string>;
139031
139032
  };
139032
139033
  }, options?: IRequestOptions$1) => Promise<{
139033
139034
  code?: number | undefined;
@@ -141277,7 +141278,7 @@ declare abstract class Client$u extends Client$v {
141277
141278
  get: (payload?: {
141278
141279
  params?: {
141279
141280
  user_id_type?: "user_id" | "union_id" | "open_id" | undefined;
141280
- options?: number | undefined;
141281
+ options?: "get_latest_application_on_chain"[] | undefined;
141281
141282
  } | undefined;
141282
141283
  path: {
141283
141284
  application_id: string;
@@ -141359,7 +141360,7 @@ declare abstract class Client$u extends Client$v {
141359
141360
  talent_id?: string;
141360
141361
  active_status?: string;
141361
141362
  job_id?: string;
141362
- lock_status?: number;
141363
+ lock_status?: Array<number>;
141363
141364
  page_token?: string;
141364
141365
  page_size?: number;
141365
141366
  update_start_time?: string;
@@ -143911,7 +143912,7 @@ declare abstract class Client$u extends Client$v {
143911
143912
  interviewFeedbackForm: {
143912
143913
  listWithIterator: (payload?: {
143913
143914
  params?: {
143914
- interview_feedback_form_ids?: number;
143915
+ interview_feedback_form_ids?: Array<string>;
143915
143916
  page_size?: number;
143916
143917
  page_token?: string;
143917
143918
  };
@@ -143998,7 +143999,7 @@ declare abstract class Client$u extends Client$v {
143998
143999
  */
143999
144000
  list: (payload?: {
144000
144001
  params?: {
144001
- interview_feedback_form_ids?: number;
144002
+ interview_feedback_form_ids?: Array<string>;
144002
144003
  page_size?: number;
144003
144004
  page_token?: string;
144004
144005
  };
@@ -144287,7 +144288,7 @@ declare abstract class Client$u extends Client$v {
144287
144288
  params?: {
144288
144289
  page_size?: number;
144289
144290
  page_token?: string;
144290
- ids?: number;
144291
+ ids?: Array<string>;
144291
144292
  user_id_type?: "user_id" | "union_id" | "open_id";
144292
144293
  };
144293
144294
  }, options?: IRequestOptions$1) => Promise<{
@@ -144448,7 +144449,7 @@ declare abstract class Client$u extends Client$v {
144448
144449
  params?: {
144449
144450
  page_size?: number;
144450
144451
  page_token?: string;
144451
- ids?: number;
144452
+ ids?: Array<string>;
144452
144453
  user_id_type?: "user_id" | "union_id" | "open_id";
144453
144454
  };
144454
144455
  }, options?: IRequestOptions$1) => Promise<{
@@ -144888,7 +144889,7 @@ declare abstract class Client$u extends Client$v {
144888
144889
  params?: {
144889
144890
  page_size?: number;
144890
144891
  page_token?: string;
144891
- user_ids?: number;
144892
+ user_ids?: Array<string>;
144892
144893
  verify_status?: number;
144893
144894
  earliest_update_time?: string;
144894
144895
  latest_update_time?: string;
@@ -144911,7 +144912,7 @@ declare abstract class Client$u extends Client$v {
144911
144912
  params?: {
144912
144913
  page_size?: number;
144913
144914
  page_token?: string;
144914
- user_ids?: number;
144915
+ user_ids?: Array<string>;
144915
144916
  verify_status?: number;
144916
144917
  earliest_update_time?: string;
144917
144918
  latest_update_time?: string;
@@ -149614,7 +149615,7 @@ declare abstract class Client$u extends Client$v {
149614
149615
  list: (payload?: {
149615
149616
  params?: {
149616
149617
  user_id_type?: "user_id" | "union_id" | "open_id";
149617
- subject_ids?: number;
149618
+ subject_ids?: Array<string>;
149618
149619
  page_token?: string;
149619
149620
  page_size?: number;
149620
149621
  };
@@ -150949,7 +150950,7 @@ declare abstract class Client$u extends Client$v {
150949
150950
  params?: {
150950
150951
  page_size?: number;
150951
150952
  page_token?: string;
150952
- id_list?: number;
150953
+ id_list?: Array<string>;
150953
150954
  };
150954
150955
  }, options?: IRequestOptions$1) => Promise<{
150955
150956
  [Symbol.asyncIterator](): AsyncGenerator<{
@@ -150979,7 +150980,7 @@ declare abstract class Client$u extends Client$v {
150979
150980
  params?: {
150980
150981
  page_size?: number;
150981
150982
  page_token?: string;
150982
- id_list?: number;
150983
+ id_list?: Array<string>;
150983
150984
  };
150984
150985
  }, options?: IRequestOptions$1) => Promise<{
150985
150986
  code?: number | undefined;
@@ -163251,7 +163252,7 @@ declare abstract class Client$m extends Client$n {
163251
163252
  batchGet: (payload?: {
163252
163253
  params: {
163253
163254
  user_id_type?: "user_id" | "union_id" | "open_id" | "people_admin_id";
163254
- okr_ids: number;
163255
+ okr_ids: Array<string>;
163255
163256
  lang?: string;
163256
163257
  };
163257
163258
  }, options?: IRequestOptions$1) => Promise<{
@@ -163831,8 +163832,8 @@ declare abstract class Client$m extends Client$n {
163831
163832
  query: (payload?: {
163832
163833
  params: {
163833
163834
  user_id_type?: "user_id" | "union_id" | "open_id" | "people_admin_id";
163834
- user_ids: number;
163835
- period_ids: number;
163835
+ user_ids: Array<string>;
163836
+ period_ids: Array<string>;
163836
163837
  };
163837
163838
  }, options?: IRequestOptions$1) => Promise<{
163838
163839
  code?: number | undefined;
@@ -163879,7 +163880,7 @@ declare abstract class Client$m extends Client$n {
163879
163880
  offset: string;
163880
163881
  limit: string;
163881
163882
  lang?: string;
163882
- period_ids?: number;
163883
+ period_ids?: Array<string>;
163883
163884
  };
163884
163885
  path?: {
163885
163886
  user_id?: string;
@@ -164007,7 +164008,7 @@ declare abstract class Client$m extends Client$n {
164007
164008
  batchGet: (payload?: {
164008
164009
  params: {
164009
164010
  user_id_type?: "user_id" | "union_id" | "open_id" | "people_admin_id";
164010
- okr_ids: number;
164011
+ okr_ids: Array<string>;
164011
164012
  lang?: string;
164012
164013
  };
164013
164014
  }, options?: IRequestOptions$1) => Promise<{
@@ -164587,8 +164588,8 @@ declare abstract class Client$m extends Client$n {
164587
164588
  query: (payload?: {
164588
164589
  params: {
164589
164590
  user_id_type?: "user_id" | "union_id" | "open_id" | "people_admin_id";
164590
- user_ids: number;
164591
- period_ids: number;
164591
+ user_ids: Array<string>;
164592
+ period_ids: Array<string>;
164592
164593
  };
164593
164594
  }, options?: IRequestOptions$1) => Promise<{
164594
164595
  code?: number | undefined;
@@ -164635,7 +164636,7 @@ declare abstract class Client$m extends Client$n {
164635
164636
  offset: string;
164636
164637
  limit: string;
164637
164638
  lang?: string;
164638
- period_ids?: number;
164639
+ period_ids?: Array<string>;
164639
164640
  };
164640
164641
  path?: {
164641
164642
  user_id?: string;
@@ -177881,7 +177882,7 @@ declare abstract class Client$4 extends Client$5 {
177881
177882
  need_topic?: boolean;
177882
177883
  start_time: string;
177883
177884
  end_time: string;
177884
- room_ids: number;
177885
+ room_ids: Array<string>;
177885
177886
  is_exclude?: boolean;
177886
177887
  page_size?: number;
177887
177888
  page_token?: string;
@@ -177921,7 +177922,7 @@ declare abstract class Client$4 extends Client$5 {
177921
177922
  need_topic?: boolean;
177922
177923
  start_time: string;
177923
177924
  end_time: string;
177924
- room_ids: number;
177925
+ room_ids: Array<string>;
177925
177926
  is_exclude?: boolean;
177926
177927
  page_size?: number;
177927
177928
  page_token?: string;
@@ -180537,7 +180538,7 @@ declare abstract class Client$4 extends Client$5 {
180537
180538
  need_topic?: boolean;
180538
180539
  start_time: string;
180539
180540
  end_time: string;
180540
- room_ids: number;
180541
+ room_ids: Array<string>;
180541
180542
  is_exclude?: boolean;
180542
180543
  page_size?: number;
180543
180544
  page_token?: string;
@@ -180577,7 +180578,7 @@ declare abstract class Client$4 extends Client$5 {
180577
180578
  need_topic?: boolean;
180578
180579
  start_time: string;
180579
180580
  end_time: string;
180580
- room_ids: number;
180581
+ room_ids: Array<string>;
180581
180582
  is_exclude?: boolean;
180582
180583
  page_size?: number;
180583
180584
  page_token?: string;