@larksuiteoapi/node-sdk 1.53.0 → 1.55.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/es/index.js +816 -13
- package/lib/index.js +816 -13
- package/package.json +1 -1
- package/types/index.d.ts +1895 -173
package/types/index.d.ts
CHANGED
|
@@ -4299,6 +4299,104 @@ declare abstract class Client$13 extends Client$14 {
|
|
|
4299
4299
|
*/
|
|
4300
4300
|
apaas: {
|
|
4301
4301
|
v1: {
|
|
4302
|
+
/**
|
|
4303
|
+
* app
|
|
4304
|
+
*/
|
|
4305
|
+
app: {
|
|
4306
|
+
listWithIterator: (payload?: {
|
|
4307
|
+
params?: {
|
|
4308
|
+
page_size?: string;
|
|
4309
|
+
page_token?: string;
|
|
4310
|
+
};
|
|
4311
|
+
}, options?: IRequestOptions$1) => Promise<{
|
|
4312
|
+
[Symbol.asyncIterator](): AsyncGenerator<{
|
|
4313
|
+
items?: {
|
|
4314
|
+
name?: {
|
|
4315
|
+
language_code?: string | undefined;
|
|
4316
|
+
text?: string | undefined;
|
|
4317
|
+
}[] | undefined;
|
|
4318
|
+
namespace?: string | undefined;
|
|
4319
|
+
created_at?: number | undefined;
|
|
4320
|
+
creator?: number | undefined;
|
|
4321
|
+
owner?: number | undefined;
|
|
4322
|
+
status?: "pending_launch" | "enabled" | "disabled" | "stopped" | "unspecified" | undefined;
|
|
4323
|
+
app_roles_info?: {
|
|
4324
|
+
admins?: number[] | undefined;
|
|
4325
|
+
developers?: number[] | undefined;
|
|
4326
|
+
test_users?: number[] | undefined;
|
|
4327
|
+
data_admins?: number[] | undefined;
|
|
4328
|
+
} | undefined;
|
|
4329
|
+
icon?: string | undefined;
|
|
4330
|
+
description?: {
|
|
4331
|
+
language_code?: string | undefined;
|
|
4332
|
+
text?: string | undefined;
|
|
4333
|
+
}[] | undefined;
|
|
4334
|
+
type?: "custom" | "client_isv_saas" | "client_isv_project" | undefined;
|
|
4335
|
+
enable_status?: "enabled" | "disabled" | undefined;
|
|
4336
|
+
release_status?: "released" | "unreleased" | undefined;
|
|
4337
|
+
service_status?: "available" | "unavailable" | undefined;
|
|
4338
|
+
service_unavailable_reason?: "from_isv" | "entitlement_expire" | undefined;
|
|
4339
|
+
feature_set?: "paid" | "free" | undefined;
|
|
4340
|
+
charge_mode?: "per_user" | "per_user_per_app" | "free" | "independent" | undefined;
|
|
4341
|
+
isv_tenant?: {
|
|
4342
|
+
id?: string | undefined;
|
|
4343
|
+
name?: string | undefined;
|
|
4344
|
+
} | undefined;
|
|
4345
|
+
}[] | undefined;
|
|
4346
|
+
} | null, void, unknown>;
|
|
4347
|
+
}>;
|
|
4348
|
+
/**
|
|
4349
|
+
* {@link https://open.feishu.cn/api-explorer?project=apaas&resource=app&apiName=list&version=v1 click to debug }
|
|
4350
|
+
*
|
|
4351
|
+
* {@link https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=list&project=apaas&resource=app&version=v1 document }
|
|
4352
|
+
*/
|
|
4353
|
+
list: (payload?: {
|
|
4354
|
+
params?: {
|
|
4355
|
+
page_size?: string;
|
|
4356
|
+
page_token?: string;
|
|
4357
|
+
};
|
|
4358
|
+
}, options?: IRequestOptions$1) => Promise<{
|
|
4359
|
+
code?: number | undefined;
|
|
4360
|
+
msg?: string | undefined;
|
|
4361
|
+
data?: {
|
|
4362
|
+
items?: {
|
|
4363
|
+
name?: {
|
|
4364
|
+
language_code?: string | undefined;
|
|
4365
|
+
text?: string | undefined;
|
|
4366
|
+
}[] | undefined;
|
|
4367
|
+
namespace?: string | undefined;
|
|
4368
|
+
created_at?: number | undefined;
|
|
4369
|
+
creator?: number | undefined;
|
|
4370
|
+
owner?: number | undefined;
|
|
4371
|
+
status?: "pending_launch" | "enabled" | "disabled" | "stopped" | "unspecified" | undefined;
|
|
4372
|
+
app_roles_info?: {
|
|
4373
|
+
admins?: number[] | undefined;
|
|
4374
|
+
developers?: number[] | undefined;
|
|
4375
|
+
test_users?: number[] | undefined;
|
|
4376
|
+
data_admins?: number[] | undefined;
|
|
4377
|
+
} | undefined;
|
|
4378
|
+
icon?: string | undefined;
|
|
4379
|
+
description?: {
|
|
4380
|
+
language_code?: string | undefined;
|
|
4381
|
+
text?: string | undefined;
|
|
4382
|
+
}[] | undefined;
|
|
4383
|
+
type?: "custom" | "client_isv_saas" | "client_isv_project" | undefined;
|
|
4384
|
+
enable_status?: "enabled" | "disabled" | undefined;
|
|
4385
|
+
release_status?: "released" | "unreleased" | undefined;
|
|
4386
|
+
service_status?: "available" | "unavailable" | undefined;
|
|
4387
|
+
service_unavailable_reason?: "from_isv" | "entitlement_expire" | undefined;
|
|
4388
|
+
feature_set?: "paid" | "free" | undefined;
|
|
4389
|
+
charge_mode?: "per_user" | "per_user_per_app" | "free" | "independent" | undefined;
|
|
4390
|
+
isv_tenant?: {
|
|
4391
|
+
id?: string | undefined;
|
|
4392
|
+
name?: string | undefined;
|
|
4393
|
+
} | undefined;
|
|
4394
|
+
}[] | undefined;
|
|
4395
|
+
page_token?: string | undefined;
|
|
4396
|
+
has_more?: boolean | undefined;
|
|
4397
|
+
} | undefined;
|
|
4398
|
+
}>;
|
|
4399
|
+
};
|
|
4302
4400
|
/**
|
|
4303
4401
|
* application.audit_log
|
|
4304
4402
|
*/
|
|
@@ -5206,7 +5304,7 @@ declare abstract class Client$13 extends Client$14 {
|
|
|
5206
5304
|
id?: string | undefined;
|
|
5207
5305
|
name?: string | undefined;
|
|
5208
5306
|
}[] | undefined;
|
|
5209
|
-
type?: "
|
|
5307
|
+
type?: "custom" | "all" | undefined;
|
|
5210
5308
|
updated_by?: string | undefined;
|
|
5211
5309
|
updated_at?: number | undefined;
|
|
5212
5310
|
} | undefined;
|
|
@@ -5332,7 +5430,7 @@ declare abstract class Client$13 extends Client$14 {
|
|
|
5332
5430
|
items?: {
|
|
5333
5431
|
user_id?: number | undefined;
|
|
5334
5432
|
namespace?: string | undefined;
|
|
5335
|
-
status?: "
|
|
5433
|
+
status?: "released" | "in_use" | undefined;
|
|
5336
5434
|
active_time?: number | undefined;
|
|
5337
5435
|
}[] | undefined;
|
|
5338
5436
|
} | null, void, unknown>;
|
|
@@ -5355,7 +5453,7 @@ declare abstract class Client$13 extends Client$14 {
|
|
|
5355
5453
|
items?: {
|
|
5356
5454
|
user_id?: number | undefined;
|
|
5357
5455
|
namespace?: string | undefined;
|
|
5358
|
-
status?: "
|
|
5456
|
+
status?: "released" | "in_use" | undefined;
|
|
5359
5457
|
active_time?: number | undefined;
|
|
5360
5458
|
}[] | undefined;
|
|
5361
5459
|
page_token?: string | undefined;
|
|
@@ -5378,7 +5476,7 @@ declare abstract class Client$13 extends Client$14 {
|
|
|
5378
5476
|
items?: {
|
|
5379
5477
|
user_id?: number | undefined;
|
|
5380
5478
|
namespace?: string | undefined;
|
|
5381
|
-
status?: "
|
|
5479
|
+
status?: "released" | "in_use" | undefined;
|
|
5382
5480
|
}[] | undefined;
|
|
5383
5481
|
} | null, void, unknown>;
|
|
5384
5482
|
}>;
|
|
@@ -5400,7 +5498,7 @@ declare abstract class Client$13 extends Client$14 {
|
|
|
5400
5498
|
items?: {
|
|
5401
5499
|
user_id?: number | undefined;
|
|
5402
5500
|
namespace?: string | undefined;
|
|
5403
|
-
status?: "
|
|
5501
|
+
status?: "released" | "in_use" | undefined;
|
|
5404
5502
|
}[] | undefined;
|
|
5405
5503
|
page_token?: string | undefined;
|
|
5406
5504
|
has_more?: boolean | undefined;
|
|
@@ -8637,7 +8735,7 @@ declare abstract class Client$11 extends Client$12 {
|
|
|
8637
8735
|
*/
|
|
8638
8736
|
approval: {
|
|
8639
8737
|
/**
|
|
8640
|
-
*
|
|
8738
|
+
* 事件
|
|
8641
8739
|
*/
|
|
8642
8740
|
approval: {
|
|
8643
8741
|
/**
|
|
@@ -9242,7 +9340,7 @@ declare abstract class Client$11 extends Client$12 {
|
|
|
9242
9340
|
}>;
|
|
9243
9341
|
};
|
|
9244
9342
|
/**
|
|
9245
|
-
*
|
|
9343
|
+
* 审批查询
|
|
9246
9344
|
*/
|
|
9247
9345
|
instance: {
|
|
9248
9346
|
/**
|
|
@@ -10179,7 +10277,7 @@ declare abstract class Client$11 extends Client$12 {
|
|
|
10179
10277
|
};
|
|
10180
10278
|
v4: {
|
|
10181
10279
|
/**
|
|
10182
|
-
*
|
|
10280
|
+
* 事件
|
|
10183
10281
|
*/
|
|
10184
10282
|
approval: {
|
|
10185
10283
|
/**
|
|
@@ -10784,7 +10882,7 @@ declare abstract class Client$11 extends Client$12 {
|
|
|
10784
10882
|
}>;
|
|
10785
10883
|
};
|
|
10786
10884
|
/**
|
|
10787
|
-
*
|
|
10885
|
+
* 审批查询
|
|
10788
10886
|
*/
|
|
10789
10887
|
instance: {
|
|
10790
10888
|
/**
|
|
@@ -12037,6 +12135,10 @@ declare abstract class Client$10 extends Client$11 {
|
|
|
12037
12135
|
work_day_no_punch_as_lack?: boolean;
|
|
12038
12136
|
work_hours_demand?: boolean;
|
|
12039
12137
|
work_hours?: number;
|
|
12138
|
+
free_clock_setting?: {
|
|
12139
|
+
clock_mode?: number;
|
|
12140
|
+
clock_internal_hhmm?: number;
|
|
12141
|
+
};
|
|
12040
12142
|
};
|
|
12041
12143
|
calendar_id: number;
|
|
12042
12144
|
need_punch_special_days?: Array<{
|
|
@@ -12210,6 +12312,10 @@ declare abstract class Client$10 extends Client$11 {
|
|
|
12210
12312
|
work_day_no_punch_as_lack?: boolean | undefined;
|
|
12211
12313
|
work_hours_demand?: boolean | undefined;
|
|
12212
12314
|
work_hours?: number | undefined;
|
|
12315
|
+
free_clock_setting?: {
|
|
12316
|
+
clock_mode?: number | undefined;
|
|
12317
|
+
clock_internal_hhmm?: number | undefined;
|
|
12318
|
+
} | undefined;
|
|
12213
12319
|
} | undefined;
|
|
12214
12320
|
calendar_id: number;
|
|
12215
12321
|
need_punch_special_days?: {
|
|
@@ -12416,6 +12522,10 @@ declare abstract class Client$10 extends Client$11 {
|
|
|
12416
12522
|
work_day_no_punch_as_lack?: boolean | undefined;
|
|
12417
12523
|
work_hours_demand?: boolean | undefined;
|
|
12418
12524
|
work_hours?: number | undefined;
|
|
12525
|
+
free_clock_setting?: {
|
|
12526
|
+
clock_mode?: number | undefined;
|
|
12527
|
+
clock_internal_hhmm?: number | undefined;
|
|
12528
|
+
} | undefined;
|
|
12419
12529
|
} | undefined;
|
|
12420
12530
|
calendar_id: number;
|
|
12421
12531
|
need_punch_special_days?: {
|
|
@@ -14548,6 +14658,10 @@ declare abstract class Client$10 extends Client$11 {
|
|
|
14548
14658
|
work_day_no_punch_as_lack?: boolean;
|
|
14549
14659
|
work_hours_demand?: boolean;
|
|
14550
14660
|
work_hours?: number;
|
|
14661
|
+
free_clock_setting?: {
|
|
14662
|
+
clock_mode?: number;
|
|
14663
|
+
clock_internal_hhmm?: number;
|
|
14664
|
+
};
|
|
14551
14665
|
};
|
|
14552
14666
|
calendar_id: number;
|
|
14553
14667
|
need_punch_special_days?: Array<{
|
|
@@ -14721,6 +14835,10 @@ declare abstract class Client$10 extends Client$11 {
|
|
|
14721
14835
|
work_day_no_punch_as_lack?: boolean | undefined;
|
|
14722
14836
|
work_hours_demand?: boolean | undefined;
|
|
14723
14837
|
work_hours?: number | undefined;
|
|
14838
|
+
free_clock_setting?: {
|
|
14839
|
+
clock_mode?: number | undefined;
|
|
14840
|
+
clock_internal_hhmm?: number | undefined;
|
|
14841
|
+
} | undefined;
|
|
14724
14842
|
} | undefined;
|
|
14725
14843
|
calendar_id: number;
|
|
14726
14844
|
need_punch_special_days?: {
|
|
@@ -14927,6 +15045,10 @@ declare abstract class Client$10 extends Client$11 {
|
|
|
14927
15045
|
work_day_no_punch_as_lack?: boolean | undefined;
|
|
14928
15046
|
work_hours_demand?: boolean | undefined;
|
|
14929
15047
|
work_hours?: number | undefined;
|
|
15048
|
+
free_clock_setting?: {
|
|
15049
|
+
clock_mode?: number | undefined;
|
|
15050
|
+
clock_internal_hhmm?: number | undefined;
|
|
15051
|
+
} | undefined;
|
|
14930
15052
|
} | undefined;
|
|
14931
15053
|
calendar_id: number;
|
|
14932
15054
|
need_punch_special_days?: {
|
|
@@ -22653,7 +22775,7 @@ declare abstract class Client$W extends Client$X {
|
|
|
22653
22775
|
desc?: boolean;
|
|
22654
22776
|
}>;
|
|
22655
22777
|
filter?: {
|
|
22656
|
-
conjunction
|
|
22778
|
+
conjunction: "and" | "or";
|
|
22657
22779
|
conditions?: Array<{
|
|
22658
22780
|
field_name: string;
|
|
22659
22781
|
operator: "is" | "isNot" | "contains" | "doesNotContain" | "isEmpty" | "isNotEmpty" | "isGreater" | "isGreaterEqual" | "isLess" | "isLessEqual" | "like" | "in";
|
|
@@ -22750,7 +22872,7 @@ declare abstract class Client$W extends Client$X {
|
|
|
22750
22872
|
desc?: boolean;
|
|
22751
22873
|
}>;
|
|
22752
22874
|
filter?: {
|
|
22753
|
-
conjunction
|
|
22875
|
+
conjunction: "and" | "or";
|
|
22754
22876
|
conditions?: Array<{
|
|
22755
22877
|
field_name: string;
|
|
22756
22878
|
operator: "is" | "isNot" | "contains" | "doesNotContain" | "isEmpty" | "isNotEmpty" | "isGreater" | "isGreaterEqual" | "isLess" | "isLessEqual" | "like" | "in";
|
|
@@ -25707,7 +25829,7 @@ declare abstract class Client$W extends Client$X {
|
|
|
25707
25829
|
desc?: boolean;
|
|
25708
25830
|
}>;
|
|
25709
25831
|
filter?: {
|
|
25710
|
-
conjunction
|
|
25832
|
+
conjunction: "and" | "or";
|
|
25711
25833
|
conditions?: Array<{
|
|
25712
25834
|
field_name: string;
|
|
25713
25835
|
operator: "is" | "isNot" | "contains" | "doesNotContain" | "isEmpty" | "isNotEmpty" | "isGreater" | "isGreaterEqual" | "isLess" | "isLessEqual" | "like" | "in";
|
|
@@ -25804,7 +25926,7 @@ declare abstract class Client$W extends Client$X {
|
|
|
25804
25926
|
desc?: boolean;
|
|
25805
25927
|
}>;
|
|
25806
25928
|
filter?: {
|
|
25807
|
-
conjunction
|
|
25929
|
+
conjunction: "and" | "or";
|
|
25808
25930
|
conditions?: Array<{
|
|
25809
25931
|
field_name: string;
|
|
25810
25932
|
operator: "is" | "isNot" | "contains" | "doesNotContain" | "isEmpty" | "isNotEmpty" | "isGreater" | "isGreaterEqual" | "isLess" | "isLessEqual" | "like" | "in";
|
|
@@ -27540,7 +27662,7 @@ declare abstract class Client$T extends Client$U {
|
|
|
27540
27662
|
timezone?: string;
|
|
27541
27663
|
};
|
|
27542
27664
|
vchat?: {
|
|
27543
|
-
vc_type?: "vc" | "third_party" | "no_meeting" | "lark_live" | "unknown";
|
|
27665
|
+
vc_type?: "vc" | "third_party" | "no_meeting" | "lark_live" | "unknown" | "third_party_meeting";
|
|
27544
27666
|
icon_type?: "vc" | "live" | "default";
|
|
27545
27667
|
description?: string;
|
|
27546
27668
|
meeting_url?: string;
|
|
@@ -27558,6 +27680,16 @@ declare abstract class Client$T extends Client$U {
|
|
|
27558
27680
|
open_lobby?: boolean;
|
|
27559
27681
|
allow_attendees_start?: boolean;
|
|
27560
27682
|
};
|
|
27683
|
+
third_party_meeting_settings?: {
|
|
27684
|
+
meeting_type?: string;
|
|
27685
|
+
meeting_id?: string;
|
|
27686
|
+
meeting_no?: string;
|
|
27687
|
+
password?: string;
|
|
27688
|
+
meeting_descriptions?: Array<{
|
|
27689
|
+
lang?: string;
|
|
27690
|
+
description?: string;
|
|
27691
|
+
}>;
|
|
27692
|
+
};
|
|
27561
27693
|
};
|
|
27562
27694
|
visibility?: "default" | "public" | "private";
|
|
27563
27695
|
attendee_ability?: "none" | "can_see_others" | "can_invite_others" | "can_modify_event";
|
|
@@ -27621,7 +27753,7 @@ declare abstract class Client$T extends Client$U {
|
|
|
27621
27753
|
timezone?: string;
|
|
27622
27754
|
};
|
|
27623
27755
|
vchat?: {
|
|
27624
|
-
vc_type?: "unknown" | "third_party" | "vc" | "no_meeting" | "lark_live" | undefined;
|
|
27756
|
+
vc_type?: "unknown" | "third_party" | "vc" | "no_meeting" | "lark_live" | "third_party_meeting" | undefined;
|
|
27625
27757
|
icon_type?: "default" | "vc" | "live" | undefined;
|
|
27626
27758
|
description?: string | undefined;
|
|
27627
27759
|
meeting_url?: string | undefined;
|
|
@@ -27639,10 +27771,20 @@ declare abstract class Client$T extends Client$U {
|
|
|
27639
27771
|
open_lobby?: boolean | undefined;
|
|
27640
27772
|
allow_attendees_start?: boolean | undefined;
|
|
27641
27773
|
} | undefined;
|
|
27774
|
+
third_party_meeting_settings?: {
|
|
27775
|
+
meeting_type?: string | undefined;
|
|
27776
|
+
meeting_id?: string | undefined;
|
|
27777
|
+
meeting_no?: string | undefined;
|
|
27778
|
+
password?: string | undefined;
|
|
27779
|
+
meeting_descriptions?: {
|
|
27780
|
+
lang?: string | undefined;
|
|
27781
|
+
description?: string | undefined;
|
|
27782
|
+
}[] | undefined;
|
|
27783
|
+
} | undefined;
|
|
27642
27784
|
} | undefined;
|
|
27643
27785
|
visibility?: "default" | "private" | "public" | undefined;
|
|
27644
27786
|
attendee_ability?: "none" | "can_see_others" | "can_invite_others" | "can_modify_event" | undefined;
|
|
27645
|
-
free_busy_status?: "
|
|
27787
|
+
free_busy_status?: "free" | "busy" | undefined;
|
|
27646
27788
|
location?: {
|
|
27647
27789
|
name?: string | undefined;
|
|
27648
27790
|
address?: string | undefined;
|
|
@@ -27755,7 +27897,7 @@ declare abstract class Client$T extends Client$U {
|
|
|
27755
27897
|
timezone?: string;
|
|
27756
27898
|
};
|
|
27757
27899
|
vchat?: {
|
|
27758
|
-
vc_type?: "unknown" | "third_party" | "vc" | "no_meeting" | "lark_live" | undefined;
|
|
27900
|
+
vc_type?: "unknown" | "third_party" | "vc" | "no_meeting" | "lark_live" | "third_party_meeting" | undefined;
|
|
27759
27901
|
icon_type?: "default" | "vc" | "live" | undefined;
|
|
27760
27902
|
description?: string | undefined;
|
|
27761
27903
|
meeting_url?: string | undefined;
|
|
@@ -27773,10 +27915,20 @@ declare abstract class Client$T extends Client$U {
|
|
|
27773
27915
|
open_lobby?: boolean | undefined;
|
|
27774
27916
|
allow_attendees_start?: boolean | undefined;
|
|
27775
27917
|
} | undefined;
|
|
27918
|
+
third_party_meeting_settings?: {
|
|
27919
|
+
meeting_type?: string | undefined;
|
|
27920
|
+
meeting_id?: string | undefined;
|
|
27921
|
+
meeting_no?: string | undefined;
|
|
27922
|
+
password?: string | undefined;
|
|
27923
|
+
meeting_descriptions?: {
|
|
27924
|
+
lang?: string | undefined;
|
|
27925
|
+
description?: string | undefined;
|
|
27926
|
+
}[] | undefined;
|
|
27927
|
+
} | undefined;
|
|
27776
27928
|
} | undefined;
|
|
27777
27929
|
visibility?: "default" | "private" | "public" | undefined;
|
|
27778
27930
|
attendee_ability?: "none" | "can_see_others" | "can_invite_others" | "can_modify_event" | undefined;
|
|
27779
|
-
free_busy_status?: "
|
|
27931
|
+
free_busy_status?: "free" | "busy" | undefined;
|
|
27780
27932
|
location?: {
|
|
27781
27933
|
name?: string | undefined;
|
|
27782
27934
|
address?: string | undefined;
|
|
@@ -27881,7 +28033,7 @@ declare abstract class Client$T extends Client$U {
|
|
|
27881
28033
|
app_link?: string | undefined;
|
|
27882
28034
|
organizer_calendar_id?: string | undefined;
|
|
27883
28035
|
vchat?: {
|
|
27884
|
-
vc_type?: "unknown" | "third_party" | "vc" | "no_meeting" | "lark_live" | undefined;
|
|
28036
|
+
vc_type?: "unknown" | "third_party" | "vc" | "no_meeting" | "lark_live" | "third_party_meeting" | undefined;
|
|
27885
28037
|
icon_type?: "default" | "vc" | "live" | undefined;
|
|
27886
28038
|
description?: string | undefined;
|
|
27887
28039
|
meeting_url?: string | undefined;
|
|
@@ -27893,7 +28045,7 @@ declare abstract class Client$T extends Client$U {
|
|
|
27893
28045
|
} | undefined;
|
|
27894
28046
|
visibility?: "default" | "private" | "public" | undefined;
|
|
27895
28047
|
attendee_ability?: "none" | "can_see_others" | "can_invite_others" | "can_modify_event" | undefined;
|
|
27896
|
-
free_busy_status?: "
|
|
28048
|
+
free_busy_status?: "free" | "busy" | undefined;
|
|
27897
28049
|
location?: {
|
|
27898
28050
|
name?: string | undefined;
|
|
27899
28051
|
address?: string | undefined;
|
|
@@ -28034,7 +28186,7 @@ declare abstract class Client$T extends Client$U {
|
|
|
28034
28186
|
timezone?: string;
|
|
28035
28187
|
};
|
|
28036
28188
|
vchat?: {
|
|
28037
|
-
vc_type?: "unknown" | "third_party" | "vc" | "no_meeting" | "lark_live" | undefined;
|
|
28189
|
+
vc_type?: "unknown" | "third_party" | "vc" | "no_meeting" | "lark_live" | "third_party_meeting" | undefined;
|
|
28038
28190
|
icon_type?: "default" | "vc" | "live" | undefined;
|
|
28039
28191
|
description?: string | undefined;
|
|
28040
28192
|
meeting_url?: string | undefined;
|
|
@@ -28046,7 +28198,7 @@ declare abstract class Client$T extends Client$U {
|
|
|
28046
28198
|
} | undefined;
|
|
28047
28199
|
visibility?: "default" | "private" | "public" | undefined;
|
|
28048
28200
|
attendee_ability?: "none" | "can_see_others" | "can_invite_others" | "can_modify_event" | undefined;
|
|
28049
|
-
free_busy_status?: "
|
|
28201
|
+
free_busy_status?: "free" | "busy" | undefined;
|
|
28050
28202
|
location?: {
|
|
28051
28203
|
name?: string | undefined;
|
|
28052
28204
|
address?: string | undefined;
|
|
@@ -28107,7 +28259,7 @@ declare abstract class Client$T extends Client$U {
|
|
|
28107
28259
|
timezone?: string;
|
|
28108
28260
|
};
|
|
28109
28261
|
vchat?: {
|
|
28110
|
-
vc_type?: "vc" | "third_party" | "no_meeting" | "lark_live" | "unknown";
|
|
28262
|
+
vc_type?: "vc" | "third_party" | "no_meeting" | "lark_live" | "unknown" | "third_party_meeting";
|
|
28111
28263
|
icon_type?: "vc" | "live" | "default";
|
|
28112
28264
|
description?: string;
|
|
28113
28265
|
meeting_url?: string;
|
|
@@ -28125,6 +28277,16 @@ declare abstract class Client$T extends Client$U {
|
|
|
28125
28277
|
open_lobby?: boolean;
|
|
28126
28278
|
allow_attendees_start?: boolean;
|
|
28127
28279
|
};
|
|
28280
|
+
third_party_meeting_settings?: {
|
|
28281
|
+
meeting_type?: string;
|
|
28282
|
+
meeting_id?: string;
|
|
28283
|
+
meeting_no?: string;
|
|
28284
|
+
password?: string;
|
|
28285
|
+
meeting_descriptions?: Array<{
|
|
28286
|
+
lang?: string;
|
|
28287
|
+
description?: string;
|
|
28288
|
+
}>;
|
|
28289
|
+
};
|
|
28128
28290
|
};
|
|
28129
28291
|
visibility?: "default" | "public" | "private";
|
|
28130
28292
|
attendee_ability?: "none" | "can_see_others" | "can_invite_others" | "can_modify_event";
|
|
@@ -28189,7 +28351,7 @@ declare abstract class Client$T extends Client$U {
|
|
|
28189
28351
|
timezone?: string;
|
|
28190
28352
|
};
|
|
28191
28353
|
vchat?: {
|
|
28192
|
-
vc_type?: "unknown" | "third_party" | "vc" | "no_meeting" | "lark_live" | undefined;
|
|
28354
|
+
vc_type?: "unknown" | "third_party" | "vc" | "no_meeting" | "lark_live" | "third_party_meeting" | undefined;
|
|
28193
28355
|
icon_type?: "default" | "vc" | "live" | undefined;
|
|
28194
28356
|
description?: string | undefined;
|
|
28195
28357
|
meeting_url?: string | undefined;
|
|
@@ -28207,10 +28369,20 @@ declare abstract class Client$T extends Client$U {
|
|
|
28207
28369
|
open_lobby?: boolean | undefined;
|
|
28208
28370
|
allow_attendees_start?: boolean | undefined;
|
|
28209
28371
|
} | undefined;
|
|
28372
|
+
third_party_meeting_settings?: {
|
|
28373
|
+
meeting_type?: string | undefined;
|
|
28374
|
+
meeting_id?: string | undefined;
|
|
28375
|
+
meeting_no?: string | undefined;
|
|
28376
|
+
password?: string | undefined;
|
|
28377
|
+
meeting_descriptions?: {
|
|
28378
|
+
lang?: string | undefined;
|
|
28379
|
+
description?: string | undefined;
|
|
28380
|
+
}[] | undefined;
|
|
28381
|
+
} | undefined;
|
|
28210
28382
|
} | undefined;
|
|
28211
28383
|
visibility?: "default" | "private" | "public" | undefined;
|
|
28212
28384
|
attendee_ability?: "none" | "can_see_others" | "can_invite_others" | "can_modify_event" | undefined;
|
|
28213
|
-
free_busy_status?: "
|
|
28385
|
+
free_busy_status?: "free" | "busy" | undefined;
|
|
28214
28386
|
location?: {
|
|
28215
28387
|
name?: string | undefined;
|
|
28216
28388
|
address?: string | undefined;
|
|
@@ -28321,7 +28493,7 @@ declare abstract class Client$T extends Client$U {
|
|
|
28321
28493
|
};
|
|
28322
28494
|
visibility?: "default" | "private" | "public" | undefined;
|
|
28323
28495
|
attendee_ability?: "none" | "can_see_others" | "can_invite_others" | "can_modify_event" | undefined;
|
|
28324
|
-
free_busy_status?: "
|
|
28496
|
+
free_busy_status?: "free" | "busy" | undefined;
|
|
28325
28497
|
location?: {
|
|
28326
28498
|
name?: string | undefined;
|
|
28327
28499
|
address?: string | undefined;
|
|
@@ -28409,7 +28581,7 @@ declare abstract class Client$T extends Client$U {
|
|
|
28409
28581
|
};
|
|
28410
28582
|
visibility?: "default" | "private" | "public" | undefined;
|
|
28411
28583
|
attendee_ability?: "none" | "can_see_others" | "can_invite_others" | "can_modify_event" | undefined;
|
|
28412
|
-
free_busy_status?: "
|
|
28584
|
+
free_busy_status?: "free" | "busy" | undefined;
|
|
28413
28585
|
location?: {
|
|
28414
28586
|
name?: string | undefined;
|
|
28415
28587
|
address?: string | undefined;
|
|
@@ -29575,7 +29747,7 @@ declare abstract class Client$T extends Client$U {
|
|
|
29575
29747
|
timezone?: string;
|
|
29576
29748
|
};
|
|
29577
29749
|
vchat?: {
|
|
29578
|
-
vc_type?: "vc" | "third_party" | "no_meeting" | "lark_live" | "unknown";
|
|
29750
|
+
vc_type?: "vc" | "third_party" | "no_meeting" | "lark_live" | "unknown" | "third_party_meeting";
|
|
29579
29751
|
icon_type?: "vc" | "live" | "default";
|
|
29580
29752
|
description?: string;
|
|
29581
29753
|
meeting_url?: string;
|
|
@@ -29593,6 +29765,16 @@ declare abstract class Client$T extends Client$U {
|
|
|
29593
29765
|
open_lobby?: boolean;
|
|
29594
29766
|
allow_attendees_start?: boolean;
|
|
29595
29767
|
};
|
|
29768
|
+
third_party_meeting_settings?: {
|
|
29769
|
+
meeting_type?: string;
|
|
29770
|
+
meeting_id?: string;
|
|
29771
|
+
meeting_no?: string;
|
|
29772
|
+
password?: string;
|
|
29773
|
+
meeting_descriptions?: Array<{
|
|
29774
|
+
lang?: string;
|
|
29775
|
+
description?: string;
|
|
29776
|
+
}>;
|
|
29777
|
+
};
|
|
29596
29778
|
};
|
|
29597
29779
|
visibility?: "default" | "public" | "private";
|
|
29598
29780
|
attendee_ability?: "none" | "can_see_others" | "can_invite_others" | "can_modify_event";
|
|
@@ -29656,7 +29838,7 @@ declare abstract class Client$T extends Client$U {
|
|
|
29656
29838
|
timezone?: string;
|
|
29657
29839
|
};
|
|
29658
29840
|
vchat?: {
|
|
29659
|
-
vc_type?: "unknown" | "third_party" | "vc" | "no_meeting" | "lark_live" | undefined;
|
|
29841
|
+
vc_type?: "unknown" | "third_party" | "vc" | "no_meeting" | "lark_live" | "third_party_meeting" | undefined;
|
|
29660
29842
|
icon_type?: "default" | "vc" | "live" | undefined;
|
|
29661
29843
|
description?: string | undefined;
|
|
29662
29844
|
meeting_url?: string | undefined;
|
|
@@ -29674,10 +29856,20 @@ declare abstract class Client$T extends Client$U {
|
|
|
29674
29856
|
open_lobby?: boolean | undefined;
|
|
29675
29857
|
allow_attendees_start?: boolean | undefined;
|
|
29676
29858
|
} | undefined;
|
|
29859
|
+
third_party_meeting_settings?: {
|
|
29860
|
+
meeting_type?: string | undefined;
|
|
29861
|
+
meeting_id?: string | undefined;
|
|
29862
|
+
meeting_no?: string | undefined;
|
|
29863
|
+
password?: string | undefined;
|
|
29864
|
+
meeting_descriptions?: {
|
|
29865
|
+
lang?: string | undefined;
|
|
29866
|
+
description?: string | undefined;
|
|
29867
|
+
}[] | undefined;
|
|
29868
|
+
} | undefined;
|
|
29677
29869
|
} | undefined;
|
|
29678
29870
|
visibility?: "default" | "private" | "public" | undefined;
|
|
29679
29871
|
attendee_ability?: "none" | "can_see_others" | "can_invite_others" | "can_modify_event" | undefined;
|
|
29680
|
-
free_busy_status?: "
|
|
29872
|
+
free_busy_status?: "free" | "busy" | undefined;
|
|
29681
29873
|
location?: {
|
|
29682
29874
|
name?: string | undefined;
|
|
29683
29875
|
address?: string | undefined;
|
|
@@ -29790,7 +29982,7 @@ declare abstract class Client$T extends Client$U {
|
|
|
29790
29982
|
timezone?: string;
|
|
29791
29983
|
};
|
|
29792
29984
|
vchat?: {
|
|
29793
|
-
vc_type?: "unknown" | "third_party" | "vc" | "no_meeting" | "lark_live" | undefined;
|
|
29985
|
+
vc_type?: "unknown" | "third_party" | "vc" | "no_meeting" | "lark_live" | "third_party_meeting" | undefined;
|
|
29794
29986
|
icon_type?: "default" | "vc" | "live" | undefined;
|
|
29795
29987
|
description?: string | undefined;
|
|
29796
29988
|
meeting_url?: string | undefined;
|
|
@@ -29808,10 +30000,20 @@ declare abstract class Client$T extends Client$U {
|
|
|
29808
30000
|
open_lobby?: boolean | undefined;
|
|
29809
30001
|
allow_attendees_start?: boolean | undefined;
|
|
29810
30002
|
} | undefined;
|
|
30003
|
+
third_party_meeting_settings?: {
|
|
30004
|
+
meeting_type?: string | undefined;
|
|
30005
|
+
meeting_id?: string | undefined;
|
|
30006
|
+
meeting_no?: string | undefined;
|
|
30007
|
+
password?: string | undefined;
|
|
30008
|
+
meeting_descriptions?: {
|
|
30009
|
+
lang?: string | undefined;
|
|
30010
|
+
description?: string | undefined;
|
|
30011
|
+
}[] | undefined;
|
|
30012
|
+
} | undefined;
|
|
29811
30013
|
} | undefined;
|
|
29812
30014
|
visibility?: "default" | "private" | "public" | undefined;
|
|
29813
30015
|
attendee_ability?: "none" | "can_see_others" | "can_invite_others" | "can_modify_event" | undefined;
|
|
29814
|
-
free_busy_status?: "
|
|
30016
|
+
free_busy_status?: "free" | "busy" | undefined;
|
|
29815
30017
|
location?: {
|
|
29816
30018
|
name?: string | undefined;
|
|
29817
30019
|
address?: string | undefined;
|
|
@@ -29916,7 +30118,7 @@ declare abstract class Client$T extends Client$U {
|
|
|
29916
30118
|
app_link?: string | undefined;
|
|
29917
30119
|
organizer_calendar_id?: string | undefined;
|
|
29918
30120
|
vchat?: {
|
|
29919
|
-
vc_type?: "unknown" | "third_party" | "vc" | "no_meeting" | "lark_live" | undefined;
|
|
30121
|
+
vc_type?: "unknown" | "third_party" | "vc" | "no_meeting" | "lark_live" | "third_party_meeting" | undefined;
|
|
29920
30122
|
icon_type?: "default" | "vc" | "live" | undefined;
|
|
29921
30123
|
description?: string | undefined;
|
|
29922
30124
|
meeting_url?: string | undefined;
|
|
@@ -29928,7 +30130,7 @@ declare abstract class Client$T extends Client$U {
|
|
|
29928
30130
|
} | undefined;
|
|
29929
30131
|
visibility?: "default" | "private" | "public" | undefined;
|
|
29930
30132
|
attendee_ability?: "none" | "can_see_others" | "can_invite_others" | "can_modify_event" | undefined;
|
|
29931
|
-
free_busy_status?: "
|
|
30133
|
+
free_busy_status?: "free" | "busy" | undefined;
|
|
29932
30134
|
location?: {
|
|
29933
30135
|
name?: string | undefined;
|
|
29934
30136
|
address?: string | undefined;
|
|
@@ -30069,7 +30271,7 @@ declare abstract class Client$T extends Client$U {
|
|
|
30069
30271
|
timezone?: string;
|
|
30070
30272
|
};
|
|
30071
30273
|
vchat?: {
|
|
30072
|
-
vc_type?: "unknown" | "third_party" | "vc" | "no_meeting" | "lark_live" | undefined;
|
|
30274
|
+
vc_type?: "unknown" | "third_party" | "vc" | "no_meeting" | "lark_live" | "third_party_meeting" | undefined;
|
|
30073
30275
|
icon_type?: "default" | "vc" | "live" | undefined;
|
|
30074
30276
|
description?: string | undefined;
|
|
30075
30277
|
meeting_url?: string | undefined;
|
|
@@ -30081,7 +30283,7 @@ declare abstract class Client$T extends Client$U {
|
|
|
30081
30283
|
} | undefined;
|
|
30082
30284
|
visibility?: "default" | "private" | "public" | undefined;
|
|
30083
30285
|
attendee_ability?: "none" | "can_see_others" | "can_invite_others" | "can_modify_event" | undefined;
|
|
30084
|
-
free_busy_status?: "
|
|
30286
|
+
free_busy_status?: "free" | "busy" | undefined;
|
|
30085
30287
|
location?: {
|
|
30086
30288
|
name?: string | undefined;
|
|
30087
30289
|
address?: string | undefined;
|
|
@@ -30142,7 +30344,7 @@ declare abstract class Client$T extends Client$U {
|
|
|
30142
30344
|
timezone?: string;
|
|
30143
30345
|
};
|
|
30144
30346
|
vchat?: {
|
|
30145
|
-
vc_type?: "vc" | "third_party" | "no_meeting" | "lark_live" | "unknown";
|
|
30347
|
+
vc_type?: "vc" | "third_party" | "no_meeting" | "lark_live" | "unknown" | "third_party_meeting";
|
|
30146
30348
|
icon_type?: "vc" | "live" | "default";
|
|
30147
30349
|
description?: string;
|
|
30148
30350
|
meeting_url?: string;
|
|
@@ -30160,6 +30362,16 @@ declare abstract class Client$T extends Client$U {
|
|
|
30160
30362
|
open_lobby?: boolean;
|
|
30161
30363
|
allow_attendees_start?: boolean;
|
|
30162
30364
|
};
|
|
30365
|
+
third_party_meeting_settings?: {
|
|
30366
|
+
meeting_type?: string;
|
|
30367
|
+
meeting_id?: string;
|
|
30368
|
+
meeting_no?: string;
|
|
30369
|
+
password?: string;
|
|
30370
|
+
meeting_descriptions?: Array<{
|
|
30371
|
+
lang?: string;
|
|
30372
|
+
description?: string;
|
|
30373
|
+
}>;
|
|
30374
|
+
};
|
|
30163
30375
|
};
|
|
30164
30376
|
visibility?: "default" | "public" | "private";
|
|
30165
30377
|
attendee_ability?: "none" | "can_see_others" | "can_invite_others" | "can_modify_event";
|
|
@@ -30224,7 +30436,7 @@ declare abstract class Client$T extends Client$U {
|
|
|
30224
30436
|
timezone?: string;
|
|
30225
30437
|
};
|
|
30226
30438
|
vchat?: {
|
|
30227
|
-
vc_type?: "unknown" | "third_party" | "vc" | "no_meeting" | "lark_live" | undefined;
|
|
30439
|
+
vc_type?: "unknown" | "third_party" | "vc" | "no_meeting" | "lark_live" | "third_party_meeting" | undefined;
|
|
30228
30440
|
icon_type?: "default" | "vc" | "live" | undefined;
|
|
30229
30441
|
description?: string | undefined;
|
|
30230
30442
|
meeting_url?: string | undefined;
|
|
@@ -30242,10 +30454,20 @@ declare abstract class Client$T extends Client$U {
|
|
|
30242
30454
|
open_lobby?: boolean | undefined;
|
|
30243
30455
|
allow_attendees_start?: boolean | undefined;
|
|
30244
30456
|
} | undefined;
|
|
30457
|
+
third_party_meeting_settings?: {
|
|
30458
|
+
meeting_type?: string | undefined;
|
|
30459
|
+
meeting_id?: string | undefined;
|
|
30460
|
+
meeting_no?: string | undefined;
|
|
30461
|
+
password?: string | undefined;
|
|
30462
|
+
meeting_descriptions?: {
|
|
30463
|
+
lang?: string | undefined;
|
|
30464
|
+
description?: string | undefined;
|
|
30465
|
+
}[] | undefined;
|
|
30466
|
+
} | undefined;
|
|
30245
30467
|
} | undefined;
|
|
30246
30468
|
visibility?: "default" | "private" | "public" | undefined;
|
|
30247
30469
|
attendee_ability?: "none" | "can_see_others" | "can_invite_others" | "can_modify_event" | undefined;
|
|
30248
|
-
free_busy_status?: "
|
|
30470
|
+
free_busy_status?: "free" | "busy" | undefined;
|
|
30249
30471
|
location?: {
|
|
30250
30472
|
name?: string | undefined;
|
|
30251
30473
|
address?: string | undefined;
|
|
@@ -30356,7 +30578,7 @@ declare abstract class Client$T extends Client$U {
|
|
|
30356
30578
|
};
|
|
30357
30579
|
visibility?: "default" | "private" | "public" | undefined;
|
|
30358
30580
|
attendee_ability?: "none" | "can_see_others" | "can_invite_others" | "can_modify_event" | undefined;
|
|
30359
|
-
free_busy_status?: "
|
|
30581
|
+
free_busy_status?: "free" | "busy" | undefined;
|
|
30360
30582
|
location?: {
|
|
30361
30583
|
name?: string | undefined;
|
|
30362
30584
|
address?: string | undefined;
|
|
@@ -30444,7 +30666,7 @@ declare abstract class Client$T extends Client$U {
|
|
|
30444
30666
|
};
|
|
30445
30667
|
visibility?: "default" | "private" | "public" | undefined;
|
|
30446
30668
|
attendee_ability?: "none" | "can_see_others" | "can_invite_others" | "can_modify_event" | undefined;
|
|
30447
|
-
free_busy_status?: "
|
|
30669
|
+
free_busy_status?: "free" | "busy" | undefined;
|
|
30448
30670
|
location?: {
|
|
30449
30671
|
name?: string | undefined;
|
|
30450
30672
|
address?: string | undefined;
|
|
@@ -31290,6 +31512,375 @@ declare abstract class Client$Q extends Client$R {
|
|
|
31290
31512
|
} | undefined;
|
|
31291
31513
|
}>;
|
|
31292
31514
|
};
|
|
31515
|
+
/**
|
|
31516
|
+
* lump_sum_payment
|
|
31517
|
+
*/
|
|
31518
|
+
lumpSumPayment: {
|
|
31519
|
+
/**
|
|
31520
|
+
* {@link https://open.feishu.cn/api-explorer?project=compensation&resource=lump_sum_payment&apiName=batch_create&version=v1 click to debug }
|
|
31521
|
+
*
|
|
31522
|
+
* {@link https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=batch_create&project=compensation&resource=lump_sum_payment&version=v1 document }
|
|
31523
|
+
*/
|
|
31524
|
+
batchCreate: (payload?: {
|
|
31525
|
+
data?: {
|
|
31526
|
+
records?: Array<{
|
|
31527
|
+
unique_id: string;
|
|
31528
|
+
user_id: string;
|
|
31529
|
+
total_amount: string;
|
|
31530
|
+
binding_period: number;
|
|
31531
|
+
currency_id: string;
|
|
31532
|
+
issuance_frequency: number;
|
|
31533
|
+
item_id: string;
|
|
31534
|
+
reference_period_start_date?: string;
|
|
31535
|
+
reference_period_end_date?: string;
|
|
31536
|
+
details: Array<{
|
|
31537
|
+
issuance_amount: string;
|
|
31538
|
+
issuance_status: "to_be_issued" | "not_issued";
|
|
31539
|
+
issuance_way: "with_salary" | "with_cash" | "with_year_end_bonus";
|
|
31540
|
+
issuance_time: string;
|
|
31541
|
+
belong_time: string;
|
|
31542
|
+
issuance_country_region_id?: string;
|
|
31543
|
+
issuance_pay_group_id?: string;
|
|
31544
|
+
}>;
|
|
31545
|
+
remark?: string;
|
|
31546
|
+
}>;
|
|
31547
|
+
};
|
|
31548
|
+
params: {
|
|
31549
|
+
user_id_type: "user_id" | "union_id" | "open_id" | "people_corehr_id";
|
|
31550
|
+
};
|
|
31551
|
+
}, options?: IRequestOptions$1) => Promise<{
|
|
31552
|
+
code?: number | undefined;
|
|
31553
|
+
msg?: string | undefined;
|
|
31554
|
+
data?: {
|
|
31555
|
+
operate_results?: {
|
|
31556
|
+
id?: string | undefined;
|
|
31557
|
+
unique_id?: string | undefined;
|
|
31558
|
+
code?: number | undefined;
|
|
31559
|
+
message?: string | undefined;
|
|
31560
|
+
}[] | undefined;
|
|
31561
|
+
} | undefined;
|
|
31562
|
+
}>;
|
|
31563
|
+
/**
|
|
31564
|
+
* {@link https://open.feishu.cn/api-explorer?project=compensation&resource=lump_sum_payment&apiName=batch_remove&version=v1 click to debug }
|
|
31565
|
+
*
|
|
31566
|
+
* {@link https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=batch_remove&project=compensation&resource=lump_sum_payment&version=v1 document }
|
|
31567
|
+
*/
|
|
31568
|
+
batchRemove: (payload?: {
|
|
31569
|
+
data?: {
|
|
31570
|
+
record_ids?: Array<string>;
|
|
31571
|
+
reason?: string;
|
|
31572
|
+
};
|
|
31573
|
+
}, options?: IRequestOptions$1) => Promise<{
|
|
31574
|
+
code?: number | undefined;
|
|
31575
|
+
msg?: string | undefined;
|
|
31576
|
+
data?: {
|
|
31577
|
+
operate_results?: {
|
|
31578
|
+
id?: string | undefined;
|
|
31579
|
+
unique_id?: string | undefined;
|
|
31580
|
+
code?: number | undefined;
|
|
31581
|
+
message?: string | undefined;
|
|
31582
|
+
}[] | undefined;
|
|
31583
|
+
} | undefined;
|
|
31584
|
+
}>;
|
|
31585
|
+
/**
|
|
31586
|
+
* {@link https://open.feishu.cn/api-explorer?project=compensation&resource=lump_sum_payment&apiName=batch_update&version=v1 click to debug }
|
|
31587
|
+
*
|
|
31588
|
+
* {@link https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=batch_update&project=compensation&resource=lump_sum_payment&version=v1 document }
|
|
31589
|
+
*/
|
|
31590
|
+
batchUpdate: (payload?: {
|
|
31591
|
+
data?: {
|
|
31592
|
+
records?: Array<{
|
|
31593
|
+
id?: string;
|
|
31594
|
+
total_amount: string;
|
|
31595
|
+
binding_period?: number;
|
|
31596
|
+
currency_id: string;
|
|
31597
|
+
issuance_frequency: number;
|
|
31598
|
+
remark?: string;
|
|
31599
|
+
reference_period_start_date?: string;
|
|
31600
|
+
reference_period_end_date?: string;
|
|
31601
|
+
details: Array<{
|
|
31602
|
+
id?: string;
|
|
31603
|
+
issuance_amount?: string;
|
|
31604
|
+
issuance_status?: "to_be_issued" | "not_issued";
|
|
31605
|
+
issuance_way?: "with_salary" | "with_cash" | "with_year_end_bonus";
|
|
31606
|
+
issuance_time?: string;
|
|
31607
|
+
belong_time?: string;
|
|
31608
|
+
issuance_country_region_id?: string;
|
|
31609
|
+
issuance_pay_group_id?: string;
|
|
31610
|
+
}>;
|
|
31611
|
+
}>;
|
|
31612
|
+
};
|
|
31613
|
+
}, options?: IRequestOptions$1) => Promise<{
|
|
31614
|
+
code?: number | undefined;
|
|
31615
|
+
msg?: string | undefined;
|
|
31616
|
+
data?: {
|
|
31617
|
+
operate_results?: {
|
|
31618
|
+
id?: string | undefined;
|
|
31619
|
+
unique_id?: string | undefined;
|
|
31620
|
+
code?: number | undefined;
|
|
31621
|
+
message?: string | undefined;
|
|
31622
|
+
}[] | undefined;
|
|
31623
|
+
} | undefined;
|
|
31624
|
+
}>;
|
|
31625
|
+
queryWithIterator: (payload?: {
|
|
31626
|
+
data?: {
|
|
31627
|
+
ids?: Array<string>;
|
|
31628
|
+
unique_ids?: Array<string>;
|
|
31629
|
+
user_ids?: Array<string>;
|
|
31630
|
+
item_ids?: Array<string>;
|
|
31631
|
+
create_time_gte?: string;
|
|
31632
|
+
create_time_lte?: string;
|
|
31633
|
+
modify_time_gte?: string;
|
|
31634
|
+
modify_time_lte?: string;
|
|
31635
|
+
company_ids?: Array<string>;
|
|
31636
|
+
service_company_ids?: Array<string>;
|
|
31637
|
+
department_ids?: Array<string>;
|
|
31638
|
+
job_family_ids?: Array<string>;
|
|
31639
|
+
job_level_ids?: Array<string>;
|
|
31640
|
+
work_location_ids?: Array<string>;
|
|
31641
|
+
employee_type_ids?: Array<string>;
|
|
31642
|
+
onboard_date_gte?: string;
|
|
31643
|
+
onboard_date_lte?: string;
|
|
31644
|
+
offboard_date_gte?: string;
|
|
31645
|
+
offboard_date_lte?: string;
|
|
31646
|
+
};
|
|
31647
|
+
params: {
|
|
31648
|
+
page_size: number;
|
|
31649
|
+
page_token?: string;
|
|
31650
|
+
user_id_type: "user_id" | "union_id" | "open_id" | "people_corehr_id";
|
|
31651
|
+
};
|
|
31652
|
+
}, options?: IRequestOptions$1) => Promise<{
|
|
31653
|
+
[Symbol.asyncIterator](): AsyncGenerator<{
|
|
31654
|
+
records?: {
|
|
31655
|
+
id?: string | undefined;
|
|
31656
|
+
unique_id?: string | undefined;
|
|
31657
|
+
user_id?: string | undefined;
|
|
31658
|
+
total_amount?: string | undefined;
|
|
31659
|
+
binding_period?: number | undefined;
|
|
31660
|
+
currency_id?: string | undefined;
|
|
31661
|
+
issuance_frequency?: number | undefined;
|
|
31662
|
+
item_id?: string | undefined;
|
|
31663
|
+
remark?: string | undefined;
|
|
31664
|
+
issuance_detail_text?: {
|
|
31665
|
+
zh_cn?: string | undefined;
|
|
31666
|
+
en_us?: string | undefined;
|
|
31667
|
+
} | undefined;
|
|
31668
|
+
apply_source?: number | undefined;
|
|
31669
|
+
return_amount_before_tax?: string | undefined;
|
|
31670
|
+
return_amount_after_tax?: string | undefined;
|
|
31671
|
+
binding_period_offboarding_type?: "default" | "yes" | "no" | undefined;
|
|
31672
|
+
create_time?: string | undefined;
|
|
31673
|
+
modify_time?: string | undefined;
|
|
31674
|
+
reference_period_start_date?: string | undefined;
|
|
31675
|
+
reference_period_end_date?: string | undefined;
|
|
31676
|
+
details?: {
|
|
31677
|
+
id?: string | undefined;
|
|
31678
|
+
record_id?: string | undefined;
|
|
31679
|
+
user_id?: string | undefined;
|
|
31680
|
+
issuance_amount?: string | undefined;
|
|
31681
|
+
issuance_status?: "to_be_issued" | "not_issued" | undefined;
|
|
31682
|
+
issuance_way?: "with_salary" | "with_cash" | "with_year_end_bonus" | undefined;
|
|
31683
|
+
issuance_time?: string | undefined;
|
|
31684
|
+
currency_id?: string | undefined;
|
|
31685
|
+
belong_time?: string | undefined;
|
|
31686
|
+
create_time?: string | undefined;
|
|
31687
|
+
modify_time?: string | undefined;
|
|
31688
|
+
issuance_country_region_id?: string | undefined;
|
|
31689
|
+
issuance_pay_group_id?: string | undefined;
|
|
31690
|
+
}[] | undefined;
|
|
31691
|
+
}[] | undefined;
|
|
31692
|
+
} | null, void, unknown>;
|
|
31693
|
+
}>;
|
|
31694
|
+
/**
|
|
31695
|
+
* {@link https://open.feishu.cn/api-explorer?project=compensation&resource=lump_sum_payment&apiName=query&version=v1 click to debug }
|
|
31696
|
+
*
|
|
31697
|
+
* {@link https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=query&project=compensation&resource=lump_sum_payment&version=v1 document }
|
|
31698
|
+
*/
|
|
31699
|
+
query: (payload?: {
|
|
31700
|
+
data?: {
|
|
31701
|
+
ids?: Array<string>;
|
|
31702
|
+
unique_ids?: Array<string>;
|
|
31703
|
+
user_ids?: Array<string>;
|
|
31704
|
+
item_ids?: Array<string>;
|
|
31705
|
+
create_time_gte?: string;
|
|
31706
|
+
create_time_lte?: string;
|
|
31707
|
+
modify_time_gte?: string;
|
|
31708
|
+
modify_time_lte?: string;
|
|
31709
|
+
company_ids?: Array<string>;
|
|
31710
|
+
service_company_ids?: Array<string>;
|
|
31711
|
+
department_ids?: Array<string>;
|
|
31712
|
+
job_family_ids?: Array<string>;
|
|
31713
|
+
job_level_ids?: Array<string>;
|
|
31714
|
+
work_location_ids?: Array<string>;
|
|
31715
|
+
employee_type_ids?: Array<string>;
|
|
31716
|
+
onboard_date_gte?: string;
|
|
31717
|
+
onboard_date_lte?: string;
|
|
31718
|
+
offboard_date_gte?: string;
|
|
31719
|
+
offboard_date_lte?: string;
|
|
31720
|
+
};
|
|
31721
|
+
params: {
|
|
31722
|
+
page_size: number;
|
|
31723
|
+
page_token?: string;
|
|
31724
|
+
user_id_type: "user_id" | "union_id" | "open_id" | "people_corehr_id";
|
|
31725
|
+
};
|
|
31726
|
+
}, options?: IRequestOptions$1) => Promise<{
|
|
31727
|
+
code?: number | undefined;
|
|
31728
|
+
msg?: string | undefined;
|
|
31729
|
+
data?: {
|
|
31730
|
+
page_token?: string | undefined;
|
|
31731
|
+
has_more?: boolean | undefined;
|
|
31732
|
+
records?: {
|
|
31733
|
+
id?: string | undefined;
|
|
31734
|
+
unique_id?: string | undefined;
|
|
31735
|
+
user_id?: string | undefined;
|
|
31736
|
+
total_amount?: string | undefined;
|
|
31737
|
+
binding_period?: number | undefined;
|
|
31738
|
+
currency_id?: string | undefined;
|
|
31739
|
+
issuance_frequency?: number | undefined;
|
|
31740
|
+
item_id?: string | undefined;
|
|
31741
|
+
remark?: string | undefined;
|
|
31742
|
+
issuance_detail_text?: {
|
|
31743
|
+
zh_cn?: string | undefined;
|
|
31744
|
+
en_us?: string | undefined;
|
|
31745
|
+
} | undefined;
|
|
31746
|
+
apply_source?: number | undefined;
|
|
31747
|
+
return_amount_before_tax?: string | undefined;
|
|
31748
|
+
return_amount_after_tax?: string | undefined;
|
|
31749
|
+
binding_period_offboarding_type?: "default" | "yes" | "no" | undefined;
|
|
31750
|
+
create_time?: string | undefined;
|
|
31751
|
+
modify_time?: string | undefined;
|
|
31752
|
+
reference_period_start_date?: string | undefined;
|
|
31753
|
+
reference_period_end_date?: string | undefined;
|
|
31754
|
+
details?: {
|
|
31755
|
+
id?: string | undefined;
|
|
31756
|
+
record_id?: string | undefined;
|
|
31757
|
+
user_id?: string | undefined;
|
|
31758
|
+
issuance_amount?: string | undefined;
|
|
31759
|
+
issuance_status?: "to_be_issued" | "not_issued" | undefined;
|
|
31760
|
+
issuance_way?: "with_salary" | "with_cash" | "with_year_end_bonus" | undefined;
|
|
31761
|
+
issuance_time?: string | undefined;
|
|
31762
|
+
currency_id?: string | undefined;
|
|
31763
|
+
belong_time?: string | undefined;
|
|
31764
|
+
create_time?: string | undefined;
|
|
31765
|
+
modify_time?: string | undefined;
|
|
31766
|
+
issuance_country_region_id?: string | undefined;
|
|
31767
|
+
issuance_pay_group_id?: string | undefined;
|
|
31768
|
+
}[] | undefined;
|
|
31769
|
+
}[] | undefined;
|
|
31770
|
+
} | undefined;
|
|
31771
|
+
}>;
|
|
31772
|
+
queryDetailWithIterator: (payload?: {
|
|
31773
|
+
data?: {
|
|
31774
|
+
ids?: Array<string>;
|
|
31775
|
+
record_ids?: Array<string>;
|
|
31776
|
+
record_unique_ids?: Array<string>;
|
|
31777
|
+
issuance_ways?: Array<"with_salary" | "with_cash" | "with_physical_distribution" | "with_year_end_bonus">;
|
|
31778
|
+
issuance_statuses?: Array<"to_be_issued" | "not_issued">;
|
|
31779
|
+
user_ids?: Array<string>;
|
|
31780
|
+
item_ids?: Array<string>;
|
|
31781
|
+
issuance_date_gte?: string;
|
|
31782
|
+
issuance_date_lte?: string;
|
|
31783
|
+
create_time_gte?: string;
|
|
31784
|
+
create_time_lte?: string;
|
|
31785
|
+
modify_time_gte?: string;
|
|
31786
|
+
modify_time_lte?: string;
|
|
31787
|
+
company_ids?: Array<string>;
|
|
31788
|
+
service_company_ids?: Array<string>;
|
|
31789
|
+
department_ids?: Array<string>;
|
|
31790
|
+
job_family_ids?: Array<string>;
|
|
31791
|
+
job_level_ids?: Array<string>;
|
|
31792
|
+
work_location_ids?: Array<string>;
|
|
31793
|
+
employee_type_ids?: Array<string>;
|
|
31794
|
+
onboard_date_gte?: string;
|
|
31795
|
+
onboard_date_lte?: string;
|
|
31796
|
+
offboard_date_gte?: string;
|
|
31797
|
+
offboard_date_lte?: string;
|
|
31798
|
+
};
|
|
31799
|
+
params: {
|
|
31800
|
+
page_size: number;
|
|
31801
|
+
page_token?: string;
|
|
31802
|
+
user_id_type: "user_id" | "union_id" | "open_id" | "people_corehr_id";
|
|
31803
|
+
};
|
|
31804
|
+
}, options?: IRequestOptions$1) => Promise<{
|
|
31805
|
+
[Symbol.asyncIterator](): AsyncGenerator<{
|
|
31806
|
+
records?: {
|
|
31807
|
+
id?: string | undefined;
|
|
31808
|
+
record_id?: string | undefined;
|
|
31809
|
+
user_id?: string | undefined;
|
|
31810
|
+
issuance_amount?: string | undefined;
|
|
31811
|
+
issuance_status?: "to_be_issued" | "not_issued" | undefined;
|
|
31812
|
+
issuance_way?: "with_salary" | "with_cash" | "with_year_end_bonus" | undefined;
|
|
31813
|
+
issuance_time?: string | undefined;
|
|
31814
|
+
currency_id?: string | undefined;
|
|
31815
|
+
belong_time?: string | undefined;
|
|
31816
|
+
create_time?: string | undefined;
|
|
31817
|
+
modify_time?: string | undefined;
|
|
31818
|
+
issuance_country_region_id?: string | undefined;
|
|
31819
|
+
issuance_pay_group_id?: string | undefined;
|
|
31820
|
+
}[] | undefined;
|
|
31821
|
+
} | null, void, unknown>;
|
|
31822
|
+
}>;
|
|
31823
|
+
/**
|
|
31824
|
+
* {@link https://open.feishu.cn/api-explorer?project=compensation&resource=lump_sum_payment&apiName=query_detail&version=v1 click to debug }
|
|
31825
|
+
*
|
|
31826
|
+
* {@link https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=query_detail&project=compensation&resource=lump_sum_payment&version=v1 document }
|
|
31827
|
+
*/
|
|
31828
|
+
queryDetail: (payload?: {
|
|
31829
|
+
data?: {
|
|
31830
|
+
ids?: Array<string>;
|
|
31831
|
+
record_ids?: Array<string>;
|
|
31832
|
+
record_unique_ids?: Array<string>;
|
|
31833
|
+
issuance_ways?: Array<"with_salary" | "with_cash" | "with_physical_distribution" | "with_year_end_bonus">;
|
|
31834
|
+
issuance_statuses?: Array<"to_be_issued" | "not_issued">;
|
|
31835
|
+
user_ids?: Array<string>;
|
|
31836
|
+
item_ids?: Array<string>;
|
|
31837
|
+
issuance_date_gte?: string;
|
|
31838
|
+
issuance_date_lte?: string;
|
|
31839
|
+
create_time_gte?: string;
|
|
31840
|
+
create_time_lte?: string;
|
|
31841
|
+
modify_time_gte?: string;
|
|
31842
|
+
modify_time_lte?: string;
|
|
31843
|
+
company_ids?: Array<string>;
|
|
31844
|
+
service_company_ids?: Array<string>;
|
|
31845
|
+
department_ids?: Array<string>;
|
|
31846
|
+
job_family_ids?: Array<string>;
|
|
31847
|
+
job_level_ids?: Array<string>;
|
|
31848
|
+
work_location_ids?: Array<string>;
|
|
31849
|
+
employee_type_ids?: Array<string>;
|
|
31850
|
+
onboard_date_gte?: string;
|
|
31851
|
+
onboard_date_lte?: string;
|
|
31852
|
+
offboard_date_gte?: string;
|
|
31853
|
+
offboard_date_lte?: string;
|
|
31854
|
+
};
|
|
31855
|
+
params: {
|
|
31856
|
+
page_size: number;
|
|
31857
|
+
page_token?: string;
|
|
31858
|
+
user_id_type: "user_id" | "union_id" | "open_id" | "people_corehr_id";
|
|
31859
|
+
};
|
|
31860
|
+
}, options?: IRequestOptions$1) => Promise<{
|
|
31861
|
+
code?: number | undefined;
|
|
31862
|
+
msg?: string | undefined;
|
|
31863
|
+
data?: {
|
|
31864
|
+
page_token?: string | undefined;
|
|
31865
|
+
has_more?: boolean | undefined;
|
|
31866
|
+
records?: {
|
|
31867
|
+
id?: string | undefined;
|
|
31868
|
+
record_id?: string | undefined;
|
|
31869
|
+
user_id?: string | undefined;
|
|
31870
|
+
issuance_amount?: string | undefined;
|
|
31871
|
+
issuance_status?: "to_be_issued" | "not_issued" | undefined;
|
|
31872
|
+
issuance_way?: "with_salary" | "with_cash" | "with_year_end_bonus" | undefined;
|
|
31873
|
+
issuance_time?: string | undefined;
|
|
31874
|
+
currency_id?: string | undefined;
|
|
31875
|
+
belong_time?: string | undefined;
|
|
31876
|
+
create_time?: string | undefined;
|
|
31877
|
+
modify_time?: string | undefined;
|
|
31878
|
+
issuance_country_region_id?: string | undefined;
|
|
31879
|
+
issuance_pay_group_id?: string | undefined;
|
|
31880
|
+
}[] | undefined;
|
|
31881
|
+
} | undefined;
|
|
31882
|
+
}>;
|
|
31883
|
+
};
|
|
31293
31884
|
/**
|
|
31294
31885
|
* plan
|
|
31295
31886
|
*/
|
|
@@ -60417,6 +61008,10 @@ declare abstract class Client$M extends Client$N {
|
|
|
60417
61008
|
field?: string | undefined;
|
|
60418
61009
|
before?: string | undefined;
|
|
60419
61010
|
after?: string | undefined;
|
|
61011
|
+
ext?: {
|
|
61012
|
+
id?: string | undefined;
|
|
61013
|
+
usage?: string | undefined;
|
|
61014
|
+
} | undefined;
|
|
60420
61015
|
}[] | undefined;
|
|
60421
61016
|
operator?: string | undefined;
|
|
60422
61017
|
operation_type?: number | undefined;
|
|
@@ -60455,6 +61050,10 @@ declare abstract class Client$M extends Client$N {
|
|
|
60455
61050
|
field?: string | undefined;
|
|
60456
61051
|
before?: string | undefined;
|
|
60457
61052
|
after?: string | undefined;
|
|
61053
|
+
ext?: {
|
|
61054
|
+
id?: string | undefined;
|
|
61055
|
+
usage?: string | undefined;
|
|
61056
|
+
} | undefined;
|
|
60458
61057
|
}[] | undefined;
|
|
60459
61058
|
operator?: string | undefined;
|
|
60460
61059
|
operation_type?: number | undefined;
|
|
@@ -62005,6 +62604,13 @@ declare abstract class Client$M extends Client$N {
|
|
|
62005
62604
|
}[] | undefined;
|
|
62006
62605
|
} | undefined;
|
|
62007
62606
|
archive_cpst_plan_id?: string | undefined;
|
|
62607
|
+
individuals_with_headcount_or_not?: {
|
|
62608
|
+
enum_name: string;
|
|
62609
|
+
display?: {
|
|
62610
|
+
lang: string;
|
|
62611
|
+
value: string;
|
|
62612
|
+
}[] | undefined;
|
|
62613
|
+
} | undefined;
|
|
62008
62614
|
}[] | undefined;
|
|
62009
62615
|
} | undefined;
|
|
62010
62616
|
}>;
|
|
@@ -63742,6 +64348,13 @@ declare abstract class Client$M extends Client$N {
|
|
|
63742
64348
|
}[] | undefined;
|
|
63743
64349
|
} | undefined;
|
|
63744
64350
|
archive_cpst_plan_id?: string | undefined;
|
|
64351
|
+
individuals_with_headcount_or_not?: {
|
|
64352
|
+
enum_name: string;
|
|
64353
|
+
display?: {
|
|
64354
|
+
lang: string;
|
|
64355
|
+
value: string;
|
|
64356
|
+
}[] | undefined;
|
|
64357
|
+
} | undefined;
|
|
63745
64358
|
}[] | undefined;
|
|
63746
64359
|
} | null, void, unknown>;
|
|
63747
64360
|
}>;
|
|
@@ -65032,6 +65645,13 @@ declare abstract class Client$M extends Client$N {
|
|
|
65032
65645
|
}[] | undefined;
|
|
65033
65646
|
} | undefined;
|
|
65034
65647
|
archive_cpst_plan_id?: string | undefined;
|
|
65648
|
+
individuals_with_headcount_or_not?: {
|
|
65649
|
+
enum_name: string;
|
|
65650
|
+
display?: {
|
|
65651
|
+
lang: string;
|
|
65652
|
+
value: string;
|
|
65653
|
+
}[] | undefined;
|
|
65654
|
+
} | undefined;
|
|
65035
65655
|
}[] | undefined;
|
|
65036
65656
|
page_token?: string | undefined;
|
|
65037
65657
|
has_more?: boolean | undefined;
|
|
@@ -66074,6 +66694,59 @@ declare abstract class Client$M extends Client$N {
|
|
|
66074
66694
|
* job
|
|
66075
66695
|
*/
|
|
66076
66696
|
job: {
|
|
66697
|
+
/**
|
|
66698
|
+
* {@link https://open.feishu.cn/api-explorer?project=corehr&resource=job&apiName=batch_get&version=v2 click to debug }
|
|
66699
|
+
*
|
|
66700
|
+
* {@link https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=batch_get&project=corehr&resource=job&version=v2 document }
|
|
66701
|
+
*
|
|
66702
|
+
* 批量获取职务信息
|
|
66703
|
+
*/
|
|
66704
|
+
batchGet: (payload?: {
|
|
66705
|
+
data?: {
|
|
66706
|
+
job_ids?: Array<string>;
|
|
66707
|
+
job_codes?: Array<string>;
|
|
66708
|
+
fields?: Array<string>;
|
|
66709
|
+
};
|
|
66710
|
+
params?: {
|
|
66711
|
+
user_id_type?: "user_id" | "union_id" | "open_id" | "people_corehr_id";
|
|
66712
|
+
};
|
|
66713
|
+
}, options?: IRequestOptions$1) => Promise<{
|
|
66714
|
+
code?: number | undefined;
|
|
66715
|
+
msg?: string | undefined;
|
|
66716
|
+
data?: {
|
|
66717
|
+
items?: {
|
|
66718
|
+
id?: string | undefined;
|
|
66719
|
+
code?: string | undefined;
|
|
66720
|
+
name: Array<{
|
|
66721
|
+
lang: string;
|
|
66722
|
+
value: string;
|
|
66723
|
+
}>;
|
|
66724
|
+
description?: {
|
|
66725
|
+
lang: string;
|
|
66726
|
+
value: string;
|
|
66727
|
+
}[] | undefined;
|
|
66728
|
+
active: boolean;
|
|
66729
|
+
job_title?: {
|
|
66730
|
+
lang: string;
|
|
66731
|
+
value: string;
|
|
66732
|
+
}[] | undefined;
|
|
66733
|
+
pathway_id?: string | undefined;
|
|
66734
|
+
job_family_id_list?: string[] | undefined;
|
|
66735
|
+
job_level_id_list?: string[] | undefined;
|
|
66736
|
+
working_hours_type_id?: string | undefined;
|
|
66737
|
+
effective_time: string;
|
|
66738
|
+
expiration_time?: string | undefined;
|
|
66739
|
+
custom_fields?: {
|
|
66740
|
+
field_name: string;
|
|
66741
|
+
value: string;
|
|
66742
|
+
}[] | undefined;
|
|
66743
|
+
created_by?: string | undefined;
|
|
66744
|
+
created_time?: string | undefined;
|
|
66745
|
+
updated_by?: string | undefined;
|
|
66746
|
+
updated_time?: string | undefined;
|
|
66747
|
+
}[] | undefined;
|
|
66748
|
+
} | undefined;
|
|
66749
|
+
}>;
|
|
66077
66750
|
/**
|
|
66078
66751
|
* {@link https://open.feishu.cn/api-explorer?project=corehr&resource=job&apiName=get&version=v2 click to debug }
|
|
66079
66752
|
*
|
|
@@ -66167,6 +66840,52 @@ declare abstract class Client$M extends Client$N {
|
|
|
66167
66840
|
page_token?: string | undefined;
|
|
66168
66841
|
} | undefined;
|
|
66169
66842
|
}>;
|
|
66843
|
+
/**
|
|
66844
|
+
* {@link https://open.feishu.cn/api-explorer?project=corehr&resource=job&apiName=query_multi_timeline&version=v2 click to debug }
|
|
66845
|
+
*
|
|
66846
|
+
* {@link https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=query_multi_timeline&project=corehr&resource=job&version=v2 document }
|
|
66847
|
+
*
|
|
66848
|
+
* 查询生效时间在指定时间范围的职务
|
|
66849
|
+
*/
|
|
66850
|
+
queryMultiTimeline: (payload?: {
|
|
66851
|
+
data: {
|
|
66852
|
+
job_ids: Array<string>;
|
|
66853
|
+
start_date?: string;
|
|
66854
|
+
end_date?: string;
|
|
66855
|
+
fields?: Array<string>;
|
|
66856
|
+
};
|
|
66857
|
+
}, options?: IRequestOptions$1) => Promise<{
|
|
66858
|
+
code?: number | undefined;
|
|
66859
|
+
msg?: string | undefined;
|
|
66860
|
+
data?: {
|
|
66861
|
+
items?: {
|
|
66862
|
+
job_version_data?: {
|
|
66863
|
+
job_id?: string | undefined;
|
|
66864
|
+
job_version_id?: string | undefined;
|
|
66865
|
+
job_names?: {
|
|
66866
|
+
lang: string;
|
|
66867
|
+
value: string;
|
|
66868
|
+
}[] | undefined;
|
|
66869
|
+
effective_date?: string | undefined;
|
|
66870
|
+
expiration_date?: string | undefined;
|
|
66871
|
+
active?: boolean | undefined;
|
|
66872
|
+
descriptions?: {
|
|
66873
|
+
lang: string;
|
|
66874
|
+
value: string;
|
|
66875
|
+
}[] | undefined;
|
|
66876
|
+
code?: string | undefined;
|
|
66877
|
+
job_titles?: {
|
|
66878
|
+
lang: string;
|
|
66879
|
+
value: string;
|
|
66880
|
+
}[] | undefined;
|
|
66881
|
+
job_family_ids?: string[] | undefined;
|
|
66882
|
+
job_level_ids?: string[] | undefined;
|
|
66883
|
+
pathway_id?: string | undefined;
|
|
66884
|
+
working_hours_type_id?: string | undefined;
|
|
66885
|
+
}[] | undefined;
|
|
66886
|
+
}[] | undefined;
|
|
66887
|
+
} | undefined;
|
|
66888
|
+
}>;
|
|
66170
66889
|
queryRecentChangeWithIterator: (payload?: {
|
|
66171
66890
|
params: {
|
|
66172
66891
|
page_size: number;
|
|
@@ -66828,6 +67547,47 @@ declare abstract class Client$M extends Client$N {
|
|
|
66828
67547
|
}[] | undefined;
|
|
66829
67548
|
} | undefined;
|
|
66830
67549
|
}>;
|
|
67550
|
+
/**
|
|
67551
|
+
* {@link https://open.feishu.cn/api-explorer?project=corehr&resource=job_family&apiName=query_multi_timeline&version=v2 click to debug }
|
|
67552
|
+
*
|
|
67553
|
+
* {@link https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=query_multi_timeline&project=corehr&resource=job_family&version=v2 document }
|
|
67554
|
+
*
|
|
67555
|
+
* 查询生效时间在指定时间范围的序列
|
|
67556
|
+
*/
|
|
67557
|
+
queryMultiTimeline: (payload?: {
|
|
67558
|
+
data: {
|
|
67559
|
+
job_family_ids: Array<string>;
|
|
67560
|
+
start_date?: string;
|
|
67561
|
+
end_date?: string;
|
|
67562
|
+
fields?: Array<string>;
|
|
67563
|
+
};
|
|
67564
|
+
}, options?: IRequestOptions$1) => Promise<{
|
|
67565
|
+
code?: number | undefined;
|
|
67566
|
+
msg?: string | undefined;
|
|
67567
|
+
data?: {
|
|
67568
|
+
items?: {
|
|
67569
|
+
job_family_version_data?: {
|
|
67570
|
+
job_family_id?: string | undefined;
|
|
67571
|
+
job_family_version_id?: string | undefined;
|
|
67572
|
+
job_family_names?: {
|
|
67573
|
+
lang: string;
|
|
67574
|
+
value: string;
|
|
67575
|
+
}[] | undefined;
|
|
67576
|
+
effective_date?: string | undefined;
|
|
67577
|
+
expiration_date?: string | undefined;
|
|
67578
|
+
active?: boolean | undefined;
|
|
67579
|
+
descriptions?: {
|
|
67580
|
+
lang: string;
|
|
67581
|
+
value: string;
|
|
67582
|
+
}[] | undefined;
|
|
67583
|
+
selectable?: boolean | undefined;
|
|
67584
|
+
parent_job_family_id?: string | undefined;
|
|
67585
|
+
pathway_ids?: string[] | undefined;
|
|
67586
|
+
code?: string | undefined;
|
|
67587
|
+
}[] | undefined;
|
|
67588
|
+
}[] | undefined;
|
|
67589
|
+
} | undefined;
|
|
67590
|
+
}>;
|
|
66831
67591
|
queryRecentChangeWithIterator: (payload?: {
|
|
66832
67592
|
params: {
|
|
66833
67593
|
page_size: number;
|
|
@@ -67529,6 +68289,133 @@ declare abstract class Client$M extends Client$N {
|
|
|
67529
68289
|
} | undefined;
|
|
67530
68290
|
}>;
|
|
67531
68291
|
};
|
|
68292
|
+
/**
|
|
68293
|
+
* pathway
|
|
68294
|
+
*/
|
|
68295
|
+
pathway: {
|
|
68296
|
+
/**
|
|
68297
|
+
* {@link https://open.feishu.cn/api-explorer?project=corehr&resource=pathway&apiName=active&version=v2 click to debug }
|
|
68298
|
+
*
|
|
68299
|
+
* {@link https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=active&project=corehr&resource=pathway&version=v2 document }
|
|
68300
|
+
*
|
|
68301
|
+
* 启/停用通道
|
|
68302
|
+
*/
|
|
68303
|
+
active: (payload?: {
|
|
68304
|
+
data: {
|
|
68305
|
+
pathway_id: string;
|
|
68306
|
+
active: boolean;
|
|
68307
|
+
};
|
|
68308
|
+
}, options?: IRequestOptions$1) => Promise<{
|
|
68309
|
+
code?: number | undefined;
|
|
68310
|
+
msg?: string | undefined;
|
|
68311
|
+
data?: {} | undefined;
|
|
68312
|
+
}>;
|
|
68313
|
+
/**
|
|
68314
|
+
* {@link https://open.feishu.cn/api-explorer?project=corehr&resource=pathway&apiName=batch_get&version=v2 click to debug }
|
|
68315
|
+
*
|
|
68316
|
+
* {@link https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=batch_get&project=corehr&resource=pathway&version=v2 document }
|
|
68317
|
+
*
|
|
68318
|
+
* 通过通道 ID 批量获取通道信息
|
|
68319
|
+
*/
|
|
68320
|
+
batchGet: (payload?: {
|
|
68321
|
+
data: {
|
|
68322
|
+
pathway_ids: Array<string>;
|
|
68323
|
+
};
|
|
68324
|
+
}, options?: IRequestOptions$1) => Promise<{
|
|
68325
|
+
code?: number | undefined;
|
|
68326
|
+
msg?: string | undefined;
|
|
68327
|
+
data?: {
|
|
68328
|
+
items?: {
|
|
68329
|
+
pathway_id?: string | undefined;
|
|
68330
|
+
code?: string | undefined;
|
|
68331
|
+
names?: {
|
|
68332
|
+
lang: string;
|
|
68333
|
+
value: string;
|
|
68334
|
+
}[] | undefined;
|
|
68335
|
+
descriptions?: {
|
|
68336
|
+
lang: string;
|
|
68337
|
+
value: string;
|
|
68338
|
+
}[] | undefined;
|
|
68339
|
+
active?: boolean | undefined;
|
|
68340
|
+
}[] | undefined;
|
|
68341
|
+
} | undefined;
|
|
68342
|
+
}>;
|
|
68343
|
+
/**
|
|
68344
|
+
* {@link https://open.feishu.cn/api-explorer?project=corehr&resource=pathway&apiName=create&version=v2 click to debug }
|
|
68345
|
+
*
|
|
68346
|
+
* {@link https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=create&project=corehr&resource=pathway&version=v2 document }
|
|
68347
|
+
*
|
|
68348
|
+
* 创建通道
|
|
68349
|
+
*/
|
|
68350
|
+
create: (payload?: {
|
|
68351
|
+
data: {
|
|
68352
|
+
code?: string;
|
|
68353
|
+
names: Array<{
|
|
68354
|
+
lang: string;
|
|
68355
|
+
value: string;
|
|
68356
|
+
}>;
|
|
68357
|
+
descriptions?: Array<{
|
|
68358
|
+
lang: string;
|
|
68359
|
+
value: string;
|
|
68360
|
+
}>;
|
|
68361
|
+
};
|
|
68362
|
+
params?: {
|
|
68363
|
+
client_token?: string;
|
|
68364
|
+
};
|
|
68365
|
+
}, options?: IRequestOptions$1) => Promise<{
|
|
68366
|
+
code?: number | undefined;
|
|
68367
|
+
msg?: string | undefined;
|
|
68368
|
+
data?: {
|
|
68369
|
+
pathway_id?: string | undefined;
|
|
68370
|
+
} | undefined;
|
|
68371
|
+
}>;
|
|
68372
|
+
/**
|
|
68373
|
+
* {@link https://open.feishu.cn/api-explorer?project=corehr&resource=pathway&apiName=delete&version=v2 click to debug }
|
|
68374
|
+
*
|
|
68375
|
+
* {@link https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=delete&project=corehr&resource=pathway&version=v2 document }
|
|
68376
|
+
*
|
|
68377
|
+
* 删除通道
|
|
68378
|
+
*/
|
|
68379
|
+
delete: (payload?: {
|
|
68380
|
+
path: {
|
|
68381
|
+
pathway_id: string;
|
|
68382
|
+
};
|
|
68383
|
+
}, options?: IRequestOptions$1) => Promise<{
|
|
68384
|
+
code?: number | undefined;
|
|
68385
|
+
msg?: string | undefined;
|
|
68386
|
+
data?: {} | undefined;
|
|
68387
|
+
}>;
|
|
68388
|
+
/**
|
|
68389
|
+
* {@link https://open.feishu.cn/api-explorer?project=corehr&resource=pathway&apiName=patch&version=v2 click to debug }
|
|
68390
|
+
*
|
|
68391
|
+
* {@link https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=patch&project=corehr&resource=pathway&version=v2 document }
|
|
68392
|
+
*
|
|
68393
|
+
* 更新通道信息
|
|
68394
|
+
*/
|
|
68395
|
+
patch: (payload?: {
|
|
68396
|
+
data?: {
|
|
68397
|
+
code?: string;
|
|
68398
|
+
names?: Array<{
|
|
68399
|
+
lang: string;
|
|
68400
|
+
value: string;
|
|
68401
|
+
}>;
|
|
68402
|
+
descriptions?: Array<{
|
|
68403
|
+
lang: string;
|
|
68404
|
+
value: string;
|
|
68405
|
+
}>;
|
|
68406
|
+
};
|
|
68407
|
+
params?: {
|
|
68408
|
+
client_token?: string;
|
|
68409
|
+
};
|
|
68410
|
+
path: {
|
|
68411
|
+
pathway_id: string;
|
|
68412
|
+
};
|
|
68413
|
+
}, options?: IRequestOptions$1) => Promise<{
|
|
68414
|
+
code?: number | undefined;
|
|
68415
|
+
msg?: string | undefined;
|
|
68416
|
+
data?: {} | undefined;
|
|
68417
|
+
}>;
|
|
68418
|
+
};
|
|
67532
68419
|
/**
|
|
67533
68420
|
* person
|
|
67534
68421
|
*/
|
|
@@ -69877,6 +70764,78 @@ declare abstract class Client$M extends Client$N {
|
|
|
69877
70764
|
} | undefined;
|
|
69878
70765
|
}>;
|
|
69879
70766
|
};
|
|
70767
|
+
/**
|
|
70768
|
+
* position
|
|
70769
|
+
*/
|
|
70770
|
+
position: {
|
|
70771
|
+
/**
|
|
70772
|
+
* {@link https://open.feishu.cn/api-explorer?project=corehr&resource=position&apiName=query&version=v2 click to debug }
|
|
70773
|
+
*
|
|
70774
|
+
* {@link https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=query&project=corehr&resource=position&version=v2 document }
|
|
70775
|
+
*
|
|
70776
|
+
* 查询岗位信息
|
|
70777
|
+
*/
|
|
70778
|
+
query: (payload?: {
|
|
70779
|
+
data?: {
|
|
70780
|
+
department_ids?: Array<string>;
|
|
70781
|
+
effective_time?: string;
|
|
70782
|
+
active?: boolean;
|
|
70783
|
+
fields?: Array<string>;
|
|
70784
|
+
position_ids?: Array<string>;
|
|
70785
|
+
position_codes?: Array<string>;
|
|
70786
|
+
};
|
|
70787
|
+
params: {
|
|
70788
|
+
department_id_type?: "open_department_id" | "department_id" | "people_corehr_department_id";
|
|
70789
|
+
user_id_type?: "user_id" | "union_id" | "open_id" | "people_corehr_id";
|
|
70790
|
+
page_size: number;
|
|
70791
|
+
page_token?: string;
|
|
70792
|
+
};
|
|
70793
|
+
}, options?: IRequestOptions$1) => Promise<{
|
|
70794
|
+
code?: number | undefined;
|
|
70795
|
+
msg?: string | undefined;
|
|
70796
|
+
data?: {
|
|
70797
|
+
items?: {
|
|
70798
|
+
position_id?: string | undefined;
|
|
70799
|
+
code?: string | undefined;
|
|
70800
|
+
names?: {
|
|
70801
|
+
lang: string;
|
|
70802
|
+
value: string;
|
|
70803
|
+
}[] | undefined;
|
|
70804
|
+
descriptions?: {
|
|
70805
|
+
lang: string;
|
|
70806
|
+
value: string;
|
|
70807
|
+
}[] | undefined;
|
|
70808
|
+
active: boolean;
|
|
70809
|
+
job_family_id_list?: string[] | undefined;
|
|
70810
|
+
cost_center_id?: string | undefined;
|
|
70811
|
+
job_id?: string | undefined;
|
|
70812
|
+
job_level_id_list?: string[] | undefined;
|
|
70813
|
+
employee_type_id_list?: string[] | undefined;
|
|
70814
|
+
job_grade_id_list?: string[] | undefined;
|
|
70815
|
+
work_location_id_list?: string[] | undefined;
|
|
70816
|
+
working_hours_type_id?: string | undefined;
|
|
70817
|
+
department_id: string;
|
|
70818
|
+
direct_leader_id?: string | undefined;
|
|
70819
|
+
dotted_line_leader_id?: string | undefined;
|
|
70820
|
+
is_key_position?: boolean | undefined;
|
|
70821
|
+
effective_time: string;
|
|
70822
|
+
expiration_time: string;
|
|
70823
|
+
custom_fields?: {
|
|
70824
|
+
custom_api_name: string;
|
|
70825
|
+
name?: {
|
|
70826
|
+
zh_cn?: string | undefined;
|
|
70827
|
+
en_us?: string | undefined;
|
|
70828
|
+
} | undefined;
|
|
70829
|
+
type?: number | undefined;
|
|
70830
|
+
value: string;
|
|
70831
|
+
}[] | undefined;
|
|
70832
|
+
created_by?: string | undefined;
|
|
70833
|
+
}[] | undefined;
|
|
70834
|
+
page_token?: string | undefined;
|
|
70835
|
+
has_more?: boolean | undefined;
|
|
70836
|
+
} | undefined;
|
|
70837
|
+
}>;
|
|
70838
|
+
};
|
|
69880
70839
|
/**
|
|
69881
70840
|
* 待入职
|
|
69882
70841
|
*/
|
|
@@ -71581,7 +72540,7 @@ declare abstract class Client$M extends Client$N {
|
|
|
71581
72540
|
social_security_city_id?: string | undefined;
|
|
71582
72541
|
non_compete_covenant?: boolean | undefined;
|
|
71583
72542
|
weekly_working_hours?: number | undefined;
|
|
71584
|
-
rehire?: "
|
|
72543
|
+
rehire?: "yes" | "no" | "to_be_confirmed" | undefined;
|
|
71585
72544
|
rehire_employment_id?: string | undefined;
|
|
71586
72545
|
working_hours_type?: string | undefined;
|
|
71587
72546
|
weekly_working_hours_v2?: number | undefined;
|
|
@@ -72767,7 +73726,7 @@ declare abstract class Client$M extends Client$N {
|
|
|
72767
73726
|
social_security_city_id?: string | undefined;
|
|
72768
73727
|
non_compete_covenant?: boolean | undefined;
|
|
72769
73728
|
weekly_working_hours?: number | undefined;
|
|
72770
|
-
rehire?: "
|
|
73729
|
+
rehire?: "yes" | "no" | "to_be_confirmed" | undefined;
|
|
72771
73730
|
rehire_employment_id?: string | undefined;
|
|
72772
73731
|
working_hours_type?: string | undefined;
|
|
72773
73732
|
weekly_working_hours_v2?: number | undefined;
|
|
@@ -73979,7 +74938,7 @@ declare abstract class Client$M extends Client$N {
|
|
|
73979
74938
|
social_security_city_id?: string | undefined;
|
|
73980
74939
|
non_compete_covenant?: boolean | undefined;
|
|
73981
74940
|
weekly_working_hours?: number | undefined;
|
|
73982
|
-
rehire?: "
|
|
74941
|
+
rehire?: "yes" | "no" | "to_be_confirmed" | undefined;
|
|
73983
74942
|
rehire_employment_id?: string | undefined;
|
|
73984
74943
|
working_hours_type?: string | undefined;
|
|
73985
74944
|
weekly_working_hours_v2?: number | undefined;
|
|
@@ -75181,7 +76140,7 @@ declare abstract class Client$M extends Client$N {
|
|
|
75181
76140
|
social_security_city_id?: string | undefined;
|
|
75182
76141
|
non_compete_covenant?: boolean | undefined;
|
|
75183
76142
|
weekly_working_hours?: number | undefined;
|
|
75184
|
-
rehire?: "
|
|
76143
|
+
rehire?: "yes" | "no" | "to_be_confirmed" | undefined;
|
|
75185
76144
|
rehire_employment_id?: string | undefined;
|
|
75186
76145
|
working_hours_type?: string | undefined;
|
|
75187
76146
|
weekly_working_hours_v2?: number | undefined;
|
|
@@ -76168,7 +77127,7 @@ declare abstract class Client$M extends Client$N {
|
|
|
76168
77127
|
file_value?: {
|
|
76169
77128
|
open_file_id?: string | undefined;
|
|
76170
77129
|
file_name?: string | undefined;
|
|
76171
|
-
length?:
|
|
77130
|
+
length?: number | undefined;
|
|
76172
77131
|
mime_type?: string | undefined;
|
|
76173
77132
|
} | undefined;
|
|
76174
77133
|
} | undefined;
|
|
@@ -76201,7 +77160,7 @@ declare abstract class Client$M extends Client$N {
|
|
|
76201
77160
|
file_value?: {
|
|
76202
77161
|
open_file_id?: string | undefined;
|
|
76203
77162
|
file_name?: string | undefined;
|
|
76204
|
-
length?:
|
|
77163
|
+
length?: number | undefined;
|
|
76205
77164
|
mime_type?: string | undefined;
|
|
76206
77165
|
} | undefined;
|
|
76207
77166
|
} | undefined;
|
|
@@ -192850,7 +193809,7 @@ declare abstract class Client$G extends Client$H {
|
|
|
192850
193809
|
httpInstance: HttpInstance;
|
|
192851
193810
|
abstract formatPayload(payload?: IPayload, options?: IRequestOptions$1): Promise<Required<IPayload>>;
|
|
192852
193811
|
/**
|
|
192853
|
-
*
|
|
193812
|
+
* 云文档-文件管理
|
|
192854
193813
|
*/
|
|
192855
193814
|
drive: {
|
|
192856
193815
|
/**
|
|
@@ -193418,7 +194377,7 @@ declare abstract class Client$G extends Client$H {
|
|
|
193418
194377
|
}>;
|
|
193419
194378
|
};
|
|
193420
194379
|
/**
|
|
193421
|
-
*
|
|
194380
|
+
* 文件
|
|
193422
194381
|
*/
|
|
193423
194382
|
file: {
|
|
193424
194383
|
/**
|
|
@@ -194259,7 +195218,7 @@ declare abstract class Client$G extends Client$H {
|
|
|
194259
195218
|
}>;
|
|
194260
195219
|
};
|
|
194261
195220
|
/**
|
|
194262
|
-
*
|
|
195221
|
+
* 素材
|
|
194263
195222
|
*/
|
|
194264
195223
|
media: {
|
|
194265
195224
|
/**
|
|
@@ -195382,7 +196341,7 @@ declare abstract class Client$G extends Client$H {
|
|
|
195382
196341
|
}>;
|
|
195383
196342
|
};
|
|
195384
196343
|
/**
|
|
195385
|
-
*
|
|
196344
|
+
* 文件
|
|
195386
196345
|
*/
|
|
195387
196346
|
file: {
|
|
195388
196347
|
/**
|
|
@@ -196223,7 +197182,7 @@ declare abstract class Client$G extends Client$H {
|
|
|
196223
197182
|
}>;
|
|
196224
197183
|
};
|
|
196225
197184
|
/**
|
|
196226
|
-
*
|
|
197185
|
+
* 素材
|
|
196227
197186
|
*/
|
|
196228
197187
|
media: {
|
|
196229
197188
|
/**
|
|
@@ -202207,7 +203166,7 @@ declare abstract class Client$x extends Client$y {
|
|
|
202207
203166
|
}>;
|
|
202208
203167
|
};
|
|
202209
203168
|
/**
|
|
202210
|
-
*
|
|
203169
|
+
* 入职
|
|
202211
203170
|
*/
|
|
202212
203171
|
application: {
|
|
202213
203172
|
/**
|
|
@@ -203078,6 +204037,7 @@ declare abstract class Client$x extends Client$y {
|
|
|
203078
204037
|
job_offered?: string | undefined;
|
|
203079
204038
|
job_grade_id?: string | undefined;
|
|
203080
204039
|
common_attachment_id_list?: string[] | undefined;
|
|
204040
|
+
pathway_id?: string | undefined;
|
|
203081
204041
|
} | undefined;
|
|
203082
204042
|
salary_plan?: {
|
|
203083
204043
|
currency?: string | undefined;
|
|
@@ -206036,6 +206996,14 @@ declare abstract class Client$x extends Client$y {
|
|
|
206036
206996
|
en_us?: string | undefined;
|
|
206037
206997
|
} | undefined;
|
|
206038
206998
|
}[] | undefined;
|
|
206999
|
+
related_dimension_config?: {
|
|
207000
|
+
type?: number | undefined;
|
|
207001
|
+
related_dimension_settings?: {
|
|
207002
|
+
dimension_id?: string | undefined;
|
|
207003
|
+
related_operator_type?: number | undefined;
|
|
207004
|
+
dimension_option_ids?: string[] | undefined;
|
|
207005
|
+
}[] | undefined;
|
|
207006
|
+
} | undefined;
|
|
206039
207007
|
}[] | undefined;
|
|
206040
207008
|
}[] | undefined;
|
|
206041
207009
|
}[] | undefined;
|
|
@@ -206125,6 +207093,14 @@ declare abstract class Client$x extends Client$y {
|
|
|
206125
207093
|
en_us?: string | undefined;
|
|
206126
207094
|
} | undefined;
|
|
206127
207095
|
}[] | undefined;
|
|
207096
|
+
related_dimension_config?: {
|
|
207097
|
+
type?: number | undefined;
|
|
207098
|
+
related_dimension_settings?: {
|
|
207099
|
+
dimension_id?: string | undefined;
|
|
207100
|
+
related_operator_type?: number | undefined;
|
|
207101
|
+
dimension_option_ids?: string[] | undefined;
|
|
207102
|
+
}[] | undefined;
|
|
207103
|
+
} | undefined;
|
|
206128
207104
|
}[] | undefined;
|
|
206129
207105
|
}[] | undefined;
|
|
206130
207106
|
}[] | undefined;
|
|
@@ -209025,6 +210001,11 @@ declare abstract class Client$x extends Client$y {
|
|
|
209025
210001
|
position_id?: string | undefined;
|
|
209026
210002
|
completion_time?: string | undefined;
|
|
209027
210003
|
approval_status?: number | undefined;
|
|
210004
|
+
count_data?: {
|
|
210005
|
+
offer_count?: number | undefined;
|
|
210006
|
+
pre_hire_count?: number | undefined;
|
|
210007
|
+
complete_count?: number | undefined;
|
|
210008
|
+
} | undefined;
|
|
209028
210009
|
} | undefined;
|
|
209029
210010
|
} | undefined;
|
|
209030
210011
|
}>;
|
|
@@ -209208,6 +210189,11 @@ declare abstract class Client$x extends Client$y {
|
|
|
209208
210189
|
position_id?: string | undefined;
|
|
209209
210190
|
completion_time?: string | undefined;
|
|
209210
210191
|
approval_status?: number | undefined;
|
|
210192
|
+
count_data?: {
|
|
210193
|
+
offer_count?: number | undefined;
|
|
210194
|
+
pre_hire_count?: number | undefined;
|
|
210195
|
+
complete_count?: number | undefined;
|
|
210196
|
+
} | undefined;
|
|
209211
210197
|
}[] | undefined;
|
|
209212
210198
|
} | undefined;
|
|
209213
210199
|
}>;
|
|
@@ -209366,6 +210352,11 @@ declare abstract class Client$x extends Client$y {
|
|
|
209366
210352
|
position_id?: string | undefined;
|
|
209367
210353
|
completion_time?: string | undefined;
|
|
209368
210354
|
approval_status?: number | undefined;
|
|
210355
|
+
count_data?: {
|
|
210356
|
+
offer_count?: number | undefined;
|
|
210357
|
+
pre_hire_count?: number | undefined;
|
|
210358
|
+
complete_count?: number | undefined;
|
|
210359
|
+
} | undefined;
|
|
209369
210360
|
}[] | undefined;
|
|
209370
210361
|
} | undefined;
|
|
209371
210362
|
}>;
|
|
@@ -209379,10 +210370,10 @@ declare abstract class Client$x extends Client$y {
|
|
|
209379
210370
|
* 更新招聘需求
|
|
209380
210371
|
*/
|
|
209381
210372
|
update: (payload?: {
|
|
209382
|
-
data
|
|
209383
|
-
name
|
|
209384
|
-
display_progress
|
|
209385
|
-
head_count
|
|
210373
|
+
data?: {
|
|
210374
|
+
name?: string;
|
|
210375
|
+
display_progress?: number;
|
|
210376
|
+
head_count?: number;
|
|
209386
210377
|
recruitment_type_id?: string;
|
|
209387
210378
|
employee_type_id?: string;
|
|
209388
210379
|
max_level_id?: string;
|
|
@@ -210113,6 +211104,7 @@ declare abstract class Client$x extends Client$y {
|
|
|
210113
211104
|
position_id?: string;
|
|
210114
211105
|
job_offered?: string;
|
|
210115
211106
|
job_grade_id?: string;
|
|
211107
|
+
pathway_id?: string;
|
|
210116
211108
|
};
|
|
210117
211109
|
salary_info?: {
|
|
210118
211110
|
currency: string;
|
|
@@ -210170,6 +211162,7 @@ declare abstract class Client$x extends Client$y {
|
|
|
210170
211162
|
position_id?: string | undefined;
|
|
210171
211163
|
job_offered?: string | undefined;
|
|
210172
211164
|
job_grade_id?: string | undefined;
|
|
211165
|
+
pathway_id?: string | undefined;
|
|
210173
211166
|
} | undefined;
|
|
210174
211167
|
salary_info?: {
|
|
210175
211168
|
currency: string;
|
|
@@ -210327,6 +211320,7 @@ declare abstract class Client$x extends Client$y {
|
|
|
210327
211320
|
job_offered?: string | undefined;
|
|
210328
211321
|
job_grade_id?: string | undefined;
|
|
210329
211322
|
common_attachment_id_list?: string[] | undefined;
|
|
211323
|
+
pathway_id?: string | undefined;
|
|
210330
211324
|
} | undefined;
|
|
210331
211325
|
salary_plan?: {
|
|
210332
211326
|
currency?: string | undefined;
|
|
@@ -210535,6 +211529,7 @@ declare abstract class Client$x extends Client$y {
|
|
|
210535
211529
|
position_id?: string;
|
|
210536
211530
|
job_offered?: string;
|
|
210537
211531
|
job_grade_id?: string;
|
|
211532
|
+
pathway_id?: string;
|
|
210538
211533
|
};
|
|
210539
211534
|
salary_info?: {
|
|
210540
211535
|
currency: string;
|
|
@@ -210593,6 +211588,7 @@ declare abstract class Client$x extends Client$y {
|
|
|
210593
211588
|
position_id?: string | undefined;
|
|
210594
211589
|
job_offered?: string | undefined;
|
|
210595
211590
|
job_grade_id?: string | undefined;
|
|
211591
|
+
pathway_id?: string | undefined;
|
|
210596
211592
|
} | undefined;
|
|
210597
211593
|
salary_info?: {
|
|
210598
211594
|
currency: string;
|
|
@@ -210738,6 +211734,48 @@ declare abstract class Client$x extends Client$y {
|
|
|
210738
211734
|
} | undefined;
|
|
210739
211735
|
}>;
|
|
210740
211736
|
};
|
|
211737
|
+
/**
|
|
211738
|
+
* Offer 审批流配置(灰度租户可见)
|
|
211739
|
+
*/
|
|
211740
|
+
offerApprovalTemplate: {
|
|
211741
|
+
/**
|
|
211742
|
+
* {@link https://open.feishu.cn/api-explorer?project=hire&resource=offer_approval_template&apiName=list&version=v1 click to debug }
|
|
211743
|
+
*
|
|
211744
|
+
* {@link https://open.feishu.cn/document/ukTMukTMukTM/uMzM1YjLzMTN24yMzUjN/hire-v1/offer_approval_template/list document }
|
|
211745
|
+
*
|
|
211746
|
+
* 获取 Offer 审批流配置列表
|
|
211747
|
+
*
|
|
211748
|
+
* 获取 Offer 审批流配置列表
|
|
211749
|
+
*/
|
|
211750
|
+
list: (payload?: {
|
|
211751
|
+
params?: {
|
|
211752
|
+
page_token?: string;
|
|
211753
|
+
page_size?: number;
|
|
211754
|
+
department_id_type?: "open_department_id" | "department_id" | "people_admin_department_id";
|
|
211755
|
+
};
|
|
211756
|
+
}, options?: IRequestOptions$1) => Promise<{
|
|
211757
|
+
code?: number | undefined;
|
|
211758
|
+
msg?: string | undefined;
|
|
211759
|
+
data?: {
|
|
211760
|
+
has_more?: boolean | undefined;
|
|
211761
|
+
page_token?: string | undefined;
|
|
211762
|
+
items?: {
|
|
211763
|
+
id?: string | undefined;
|
|
211764
|
+
name?: {
|
|
211765
|
+
zh_cn?: string | undefined;
|
|
211766
|
+
en_us?: string | undefined;
|
|
211767
|
+
} | undefined;
|
|
211768
|
+
create_time?: string | undefined;
|
|
211769
|
+
remark?: string | undefined;
|
|
211770
|
+
department_list?: {
|
|
211771
|
+
id?: string | undefined;
|
|
211772
|
+
name?: string | undefined;
|
|
211773
|
+
en_name?: string | undefined;
|
|
211774
|
+
}[] | undefined;
|
|
211775
|
+
}[] | undefined;
|
|
211776
|
+
} | undefined;
|
|
211777
|
+
}>;
|
|
211778
|
+
};
|
|
210741
211779
|
/**
|
|
210742
211780
|
* offer_custom_field
|
|
210743
211781
|
*/
|
|
@@ -210815,6 +211853,178 @@ declare abstract class Client$x extends Client$y {
|
|
|
210815
211853
|
} | undefined;
|
|
210816
211854
|
}>;
|
|
210817
211855
|
};
|
|
211856
|
+
/**
|
|
211857
|
+
* portal_apply_schema
|
|
211858
|
+
*/
|
|
211859
|
+
portalApplySchema: {
|
|
211860
|
+
listWithIterator: (payload?: {
|
|
211861
|
+
params?: {
|
|
211862
|
+
page_size?: number;
|
|
211863
|
+
page_token?: string;
|
|
211864
|
+
};
|
|
211865
|
+
}, options?: IRequestOptions$1) => Promise<{
|
|
211866
|
+
[Symbol.asyncIterator](): AsyncGenerator<{
|
|
211867
|
+
items?: {
|
|
211868
|
+
id?: string | undefined;
|
|
211869
|
+
name?: string | undefined;
|
|
211870
|
+
scenarios?: number[] | undefined;
|
|
211871
|
+
objects?: {
|
|
211872
|
+
id?: string | undefined;
|
|
211873
|
+
name?: {
|
|
211874
|
+
zh_cn?: string | undefined;
|
|
211875
|
+
en_us?: string | undefined;
|
|
211876
|
+
} | undefined;
|
|
211877
|
+
description?: {
|
|
211878
|
+
zh_cn?: string | undefined;
|
|
211879
|
+
en_us?: string | undefined;
|
|
211880
|
+
} | undefined;
|
|
211881
|
+
setting?: {
|
|
211882
|
+
object_type?: number | undefined;
|
|
211883
|
+
config?: {
|
|
211884
|
+
options?: {
|
|
211885
|
+
key?: string | undefined;
|
|
211886
|
+
name?: {
|
|
211887
|
+
zh_cn?: string | undefined;
|
|
211888
|
+
en_us?: string | undefined;
|
|
211889
|
+
} | undefined;
|
|
211890
|
+
description?: {
|
|
211891
|
+
zh_cn?: string | undefined;
|
|
211892
|
+
en_us?: string | undefined;
|
|
211893
|
+
} | undefined;
|
|
211894
|
+
active_status?: number | undefined;
|
|
211895
|
+
}[] | undefined;
|
|
211896
|
+
} | undefined;
|
|
211897
|
+
} | undefined;
|
|
211898
|
+
is_customized?: boolean | undefined;
|
|
211899
|
+
is_required?: boolean | undefined;
|
|
211900
|
+
is_visible?: boolean | undefined;
|
|
211901
|
+
active_status?: number | undefined;
|
|
211902
|
+
children_list?: {
|
|
211903
|
+
id?: string | undefined;
|
|
211904
|
+
name?: {
|
|
211905
|
+
zh_cn?: string | undefined;
|
|
211906
|
+
en_us?: string | undefined;
|
|
211907
|
+
} | undefined;
|
|
211908
|
+
description?: {
|
|
211909
|
+
zh_cn?: string | undefined;
|
|
211910
|
+
en_us?: string | undefined;
|
|
211911
|
+
} | undefined;
|
|
211912
|
+
setting?: {
|
|
211913
|
+
object_type?: number | undefined;
|
|
211914
|
+
config?: {
|
|
211915
|
+
options?: {
|
|
211916
|
+
key?: string | undefined;
|
|
211917
|
+
name?: {
|
|
211918
|
+
zh_cn?: string | undefined;
|
|
211919
|
+
en_us?: string | undefined;
|
|
211920
|
+
} | undefined;
|
|
211921
|
+
description?: {
|
|
211922
|
+
zh_cn?: string | undefined;
|
|
211923
|
+
en_us?: string | undefined;
|
|
211924
|
+
} | undefined;
|
|
211925
|
+
active_status?: number | undefined;
|
|
211926
|
+
}[] | undefined;
|
|
211927
|
+
} | undefined;
|
|
211928
|
+
} | undefined;
|
|
211929
|
+
parent_id?: string | undefined;
|
|
211930
|
+
is_customized?: boolean | undefined;
|
|
211931
|
+
is_required?: boolean | undefined;
|
|
211932
|
+
is_visible?: boolean | undefined;
|
|
211933
|
+
active_status?: number | undefined;
|
|
211934
|
+
}[] | undefined;
|
|
211935
|
+
}[] | undefined;
|
|
211936
|
+
}[] | undefined;
|
|
211937
|
+
} | null, void, unknown>;
|
|
211938
|
+
}>;
|
|
211939
|
+
/**
|
|
211940
|
+
* {@link https://open.feishu.cn/api-explorer?project=hire&resource=portal_apply_schema&apiName=list&version=v1 click to debug }
|
|
211941
|
+
*
|
|
211942
|
+
* {@link https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=list&project=hire&resource=portal_apply_schema&version=v1 document }
|
|
211943
|
+
*/
|
|
211944
|
+
list: (payload?: {
|
|
211945
|
+
params?: {
|
|
211946
|
+
page_size?: number;
|
|
211947
|
+
page_token?: string;
|
|
211948
|
+
};
|
|
211949
|
+
}, options?: IRequestOptions$1) => Promise<{
|
|
211950
|
+
code?: number | undefined;
|
|
211951
|
+
msg?: string | undefined;
|
|
211952
|
+
data?: {
|
|
211953
|
+
items?: {
|
|
211954
|
+
id?: string | undefined;
|
|
211955
|
+
name?: string | undefined;
|
|
211956
|
+
scenarios?: number[] | undefined;
|
|
211957
|
+
objects?: {
|
|
211958
|
+
id?: string | undefined;
|
|
211959
|
+
name?: {
|
|
211960
|
+
zh_cn?: string | undefined;
|
|
211961
|
+
en_us?: string | undefined;
|
|
211962
|
+
} | undefined;
|
|
211963
|
+
description?: {
|
|
211964
|
+
zh_cn?: string | undefined;
|
|
211965
|
+
en_us?: string | undefined;
|
|
211966
|
+
} | undefined;
|
|
211967
|
+
setting?: {
|
|
211968
|
+
object_type?: number | undefined;
|
|
211969
|
+
config?: {
|
|
211970
|
+
options?: {
|
|
211971
|
+
key?: string | undefined;
|
|
211972
|
+
name?: {
|
|
211973
|
+
zh_cn?: string | undefined;
|
|
211974
|
+
en_us?: string | undefined;
|
|
211975
|
+
} | undefined;
|
|
211976
|
+
description?: {
|
|
211977
|
+
zh_cn?: string | undefined;
|
|
211978
|
+
en_us?: string | undefined;
|
|
211979
|
+
} | undefined;
|
|
211980
|
+
active_status?: number | undefined;
|
|
211981
|
+
}[] | undefined;
|
|
211982
|
+
} | undefined;
|
|
211983
|
+
} | undefined;
|
|
211984
|
+
is_customized?: boolean | undefined;
|
|
211985
|
+
is_required?: boolean | undefined;
|
|
211986
|
+
is_visible?: boolean | undefined;
|
|
211987
|
+
active_status?: number | undefined;
|
|
211988
|
+
children_list?: {
|
|
211989
|
+
id?: string | undefined;
|
|
211990
|
+
name?: {
|
|
211991
|
+
zh_cn?: string | undefined;
|
|
211992
|
+
en_us?: string | undefined;
|
|
211993
|
+
} | undefined;
|
|
211994
|
+
description?: {
|
|
211995
|
+
zh_cn?: string | undefined;
|
|
211996
|
+
en_us?: string | undefined;
|
|
211997
|
+
} | undefined;
|
|
211998
|
+
setting?: {
|
|
211999
|
+
object_type?: number | undefined;
|
|
212000
|
+
config?: {
|
|
212001
|
+
options?: {
|
|
212002
|
+
key?: string | undefined;
|
|
212003
|
+
name?: {
|
|
212004
|
+
zh_cn?: string | undefined;
|
|
212005
|
+
en_us?: string | undefined;
|
|
212006
|
+
} | undefined;
|
|
212007
|
+
description?: {
|
|
212008
|
+
zh_cn?: string | undefined;
|
|
212009
|
+
en_us?: string | undefined;
|
|
212010
|
+
} | undefined;
|
|
212011
|
+
active_status?: number | undefined;
|
|
212012
|
+
}[] | undefined;
|
|
212013
|
+
} | undefined;
|
|
212014
|
+
} | undefined;
|
|
212015
|
+
parent_id?: string | undefined;
|
|
212016
|
+
is_customized?: boolean | undefined;
|
|
212017
|
+
is_required?: boolean | undefined;
|
|
212018
|
+
is_visible?: boolean | undefined;
|
|
212019
|
+
active_status?: number | undefined;
|
|
212020
|
+
}[] | undefined;
|
|
212021
|
+
}[] | undefined;
|
|
212022
|
+
}[] | undefined;
|
|
212023
|
+
page_token?: string | undefined;
|
|
212024
|
+
has_more?: boolean | undefined;
|
|
212025
|
+
} | undefined;
|
|
212026
|
+
}>;
|
|
212027
|
+
};
|
|
210818
212028
|
/**
|
|
210819
212029
|
* 问卷(灰度租户可见)
|
|
210820
212030
|
*/
|
|
@@ -216138,7 +217348,7 @@ declare abstract class Client$x extends Client$y {
|
|
|
216138
217348
|
}>;
|
|
216139
217349
|
};
|
|
216140
217350
|
/**
|
|
216141
|
-
*
|
|
217351
|
+
* 入职
|
|
216142
217352
|
*/
|
|
216143
217353
|
application: {
|
|
216144
217354
|
/**
|
|
@@ -217009,6 +218219,7 @@ declare abstract class Client$x extends Client$y {
|
|
|
217009
218219
|
job_offered?: string | undefined;
|
|
217010
218220
|
job_grade_id?: string | undefined;
|
|
217011
218221
|
common_attachment_id_list?: string[] | undefined;
|
|
218222
|
+
pathway_id?: string | undefined;
|
|
217012
218223
|
} | undefined;
|
|
217013
218224
|
salary_plan?: {
|
|
217014
218225
|
currency?: string | undefined;
|
|
@@ -219967,6 +221178,14 @@ declare abstract class Client$x extends Client$y {
|
|
|
219967
221178
|
en_us?: string | undefined;
|
|
219968
221179
|
} | undefined;
|
|
219969
221180
|
}[] | undefined;
|
|
221181
|
+
related_dimension_config?: {
|
|
221182
|
+
type?: number | undefined;
|
|
221183
|
+
related_dimension_settings?: {
|
|
221184
|
+
dimension_id?: string | undefined;
|
|
221185
|
+
related_operator_type?: number | undefined;
|
|
221186
|
+
dimension_option_ids?: string[] | undefined;
|
|
221187
|
+
}[] | undefined;
|
|
221188
|
+
} | undefined;
|
|
219970
221189
|
}[] | undefined;
|
|
219971
221190
|
}[] | undefined;
|
|
219972
221191
|
}[] | undefined;
|
|
@@ -220056,6 +221275,14 @@ declare abstract class Client$x extends Client$y {
|
|
|
220056
221275
|
en_us?: string | undefined;
|
|
220057
221276
|
} | undefined;
|
|
220058
221277
|
}[] | undefined;
|
|
221278
|
+
related_dimension_config?: {
|
|
221279
|
+
type?: number | undefined;
|
|
221280
|
+
related_dimension_settings?: {
|
|
221281
|
+
dimension_id?: string | undefined;
|
|
221282
|
+
related_operator_type?: number | undefined;
|
|
221283
|
+
dimension_option_ids?: string[] | undefined;
|
|
221284
|
+
}[] | undefined;
|
|
221285
|
+
} | undefined;
|
|
220059
221286
|
}[] | undefined;
|
|
220060
221287
|
}[] | undefined;
|
|
220061
221288
|
}[] | undefined;
|
|
@@ -222956,6 +224183,11 @@ declare abstract class Client$x extends Client$y {
|
|
|
222956
224183
|
position_id?: string | undefined;
|
|
222957
224184
|
completion_time?: string | undefined;
|
|
222958
224185
|
approval_status?: number | undefined;
|
|
224186
|
+
count_data?: {
|
|
224187
|
+
offer_count?: number | undefined;
|
|
224188
|
+
pre_hire_count?: number | undefined;
|
|
224189
|
+
complete_count?: number | undefined;
|
|
224190
|
+
} | undefined;
|
|
222959
224191
|
} | undefined;
|
|
222960
224192
|
} | undefined;
|
|
222961
224193
|
}>;
|
|
@@ -223139,6 +224371,11 @@ declare abstract class Client$x extends Client$y {
|
|
|
223139
224371
|
position_id?: string | undefined;
|
|
223140
224372
|
completion_time?: string | undefined;
|
|
223141
224373
|
approval_status?: number | undefined;
|
|
224374
|
+
count_data?: {
|
|
224375
|
+
offer_count?: number | undefined;
|
|
224376
|
+
pre_hire_count?: number | undefined;
|
|
224377
|
+
complete_count?: number | undefined;
|
|
224378
|
+
} | undefined;
|
|
223142
224379
|
}[] | undefined;
|
|
223143
224380
|
} | undefined;
|
|
223144
224381
|
}>;
|
|
@@ -223297,6 +224534,11 @@ declare abstract class Client$x extends Client$y {
|
|
|
223297
224534
|
position_id?: string | undefined;
|
|
223298
224535
|
completion_time?: string | undefined;
|
|
223299
224536
|
approval_status?: number | undefined;
|
|
224537
|
+
count_data?: {
|
|
224538
|
+
offer_count?: number | undefined;
|
|
224539
|
+
pre_hire_count?: number | undefined;
|
|
224540
|
+
complete_count?: number | undefined;
|
|
224541
|
+
} | undefined;
|
|
223300
224542
|
}[] | undefined;
|
|
223301
224543
|
} | undefined;
|
|
223302
224544
|
}>;
|
|
@@ -223310,10 +224552,10 @@ declare abstract class Client$x extends Client$y {
|
|
|
223310
224552
|
* 更新招聘需求
|
|
223311
224553
|
*/
|
|
223312
224554
|
update: (payload?: {
|
|
223313
|
-
data
|
|
223314
|
-
name
|
|
223315
|
-
display_progress
|
|
223316
|
-
head_count
|
|
224555
|
+
data?: {
|
|
224556
|
+
name?: string;
|
|
224557
|
+
display_progress?: number;
|
|
224558
|
+
head_count?: number;
|
|
223317
224559
|
recruitment_type_id?: string;
|
|
223318
224560
|
employee_type_id?: string;
|
|
223319
224561
|
max_level_id?: string;
|
|
@@ -224044,6 +225286,7 @@ declare abstract class Client$x extends Client$y {
|
|
|
224044
225286
|
position_id?: string;
|
|
224045
225287
|
job_offered?: string;
|
|
224046
225288
|
job_grade_id?: string;
|
|
225289
|
+
pathway_id?: string;
|
|
224047
225290
|
};
|
|
224048
225291
|
salary_info?: {
|
|
224049
225292
|
currency: string;
|
|
@@ -224101,6 +225344,7 @@ declare abstract class Client$x extends Client$y {
|
|
|
224101
225344
|
position_id?: string | undefined;
|
|
224102
225345
|
job_offered?: string | undefined;
|
|
224103
225346
|
job_grade_id?: string | undefined;
|
|
225347
|
+
pathway_id?: string | undefined;
|
|
224104
225348
|
} | undefined;
|
|
224105
225349
|
salary_info?: {
|
|
224106
225350
|
currency: string;
|
|
@@ -224258,6 +225502,7 @@ declare abstract class Client$x extends Client$y {
|
|
|
224258
225502
|
job_offered?: string | undefined;
|
|
224259
225503
|
job_grade_id?: string | undefined;
|
|
224260
225504
|
common_attachment_id_list?: string[] | undefined;
|
|
225505
|
+
pathway_id?: string | undefined;
|
|
224261
225506
|
} | undefined;
|
|
224262
225507
|
salary_plan?: {
|
|
224263
225508
|
currency?: string | undefined;
|
|
@@ -224466,6 +225711,7 @@ declare abstract class Client$x extends Client$y {
|
|
|
224466
225711
|
position_id?: string;
|
|
224467
225712
|
job_offered?: string;
|
|
224468
225713
|
job_grade_id?: string;
|
|
225714
|
+
pathway_id?: string;
|
|
224469
225715
|
};
|
|
224470
225716
|
salary_info?: {
|
|
224471
225717
|
currency: string;
|
|
@@ -224524,6 +225770,7 @@ declare abstract class Client$x extends Client$y {
|
|
|
224524
225770
|
position_id?: string | undefined;
|
|
224525
225771
|
job_offered?: string | undefined;
|
|
224526
225772
|
job_grade_id?: string | undefined;
|
|
225773
|
+
pathway_id?: string | undefined;
|
|
224527
225774
|
} | undefined;
|
|
224528
225775
|
salary_info?: {
|
|
224529
225776
|
currency: string;
|
|
@@ -224669,6 +225916,48 @@ declare abstract class Client$x extends Client$y {
|
|
|
224669
225916
|
} | undefined;
|
|
224670
225917
|
}>;
|
|
224671
225918
|
};
|
|
225919
|
+
/**
|
|
225920
|
+
* Offer 审批流配置(灰度租户可见)
|
|
225921
|
+
*/
|
|
225922
|
+
offerApprovalTemplate: {
|
|
225923
|
+
/**
|
|
225924
|
+
* {@link https://open.feishu.cn/api-explorer?project=hire&resource=offer_approval_template&apiName=list&version=v1 click to debug }
|
|
225925
|
+
*
|
|
225926
|
+
* {@link https://open.feishu.cn/document/ukTMukTMukTM/uMzM1YjLzMTN24yMzUjN/hire-v1/offer_approval_template/list document }
|
|
225927
|
+
*
|
|
225928
|
+
* 获取 Offer 审批流配置列表
|
|
225929
|
+
*
|
|
225930
|
+
* 获取 Offer 审批流配置列表
|
|
225931
|
+
*/
|
|
225932
|
+
list: (payload?: {
|
|
225933
|
+
params?: {
|
|
225934
|
+
page_token?: string;
|
|
225935
|
+
page_size?: number;
|
|
225936
|
+
department_id_type?: "open_department_id" | "department_id" | "people_admin_department_id";
|
|
225937
|
+
};
|
|
225938
|
+
}, options?: IRequestOptions$1) => Promise<{
|
|
225939
|
+
code?: number | undefined;
|
|
225940
|
+
msg?: string | undefined;
|
|
225941
|
+
data?: {
|
|
225942
|
+
has_more?: boolean | undefined;
|
|
225943
|
+
page_token?: string | undefined;
|
|
225944
|
+
items?: {
|
|
225945
|
+
id?: string | undefined;
|
|
225946
|
+
name?: {
|
|
225947
|
+
zh_cn?: string | undefined;
|
|
225948
|
+
en_us?: string | undefined;
|
|
225949
|
+
} | undefined;
|
|
225950
|
+
create_time?: string | undefined;
|
|
225951
|
+
remark?: string | undefined;
|
|
225952
|
+
department_list?: {
|
|
225953
|
+
id?: string | undefined;
|
|
225954
|
+
name?: string | undefined;
|
|
225955
|
+
en_name?: string | undefined;
|
|
225956
|
+
}[] | undefined;
|
|
225957
|
+
}[] | undefined;
|
|
225958
|
+
} | undefined;
|
|
225959
|
+
}>;
|
|
225960
|
+
};
|
|
224672
225961
|
/**
|
|
224673
225962
|
* offer_custom_field
|
|
224674
225963
|
*/
|
|
@@ -224746,6 +226035,178 @@ declare abstract class Client$x extends Client$y {
|
|
|
224746
226035
|
} | undefined;
|
|
224747
226036
|
}>;
|
|
224748
226037
|
};
|
|
226038
|
+
/**
|
|
226039
|
+
* portal_apply_schema
|
|
226040
|
+
*/
|
|
226041
|
+
portalApplySchema: {
|
|
226042
|
+
listWithIterator: (payload?: {
|
|
226043
|
+
params?: {
|
|
226044
|
+
page_size?: number;
|
|
226045
|
+
page_token?: string;
|
|
226046
|
+
};
|
|
226047
|
+
}, options?: IRequestOptions$1) => Promise<{
|
|
226048
|
+
[Symbol.asyncIterator](): AsyncGenerator<{
|
|
226049
|
+
items?: {
|
|
226050
|
+
id?: string | undefined;
|
|
226051
|
+
name?: string | undefined;
|
|
226052
|
+
scenarios?: number[] | undefined;
|
|
226053
|
+
objects?: {
|
|
226054
|
+
id?: string | undefined;
|
|
226055
|
+
name?: {
|
|
226056
|
+
zh_cn?: string | undefined;
|
|
226057
|
+
en_us?: string | undefined;
|
|
226058
|
+
} | undefined;
|
|
226059
|
+
description?: {
|
|
226060
|
+
zh_cn?: string | undefined;
|
|
226061
|
+
en_us?: string | undefined;
|
|
226062
|
+
} | undefined;
|
|
226063
|
+
setting?: {
|
|
226064
|
+
object_type?: number | undefined;
|
|
226065
|
+
config?: {
|
|
226066
|
+
options?: {
|
|
226067
|
+
key?: string | undefined;
|
|
226068
|
+
name?: {
|
|
226069
|
+
zh_cn?: string | undefined;
|
|
226070
|
+
en_us?: string | undefined;
|
|
226071
|
+
} | undefined;
|
|
226072
|
+
description?: {
|
|
226073
|
+
zh_cn?: string | undefined;
|
|
226074
|
+
en_us?: string | undefined;
|
|
226075
|
+
} | undefined;
|
|
226076
|
+
active_status?: number | undefined;
|
|
226077
|
+
}[] | undefined;
|
|
226078
|
+
} | undefined;
|
|
226079
|
+
} | undefined;
|
|
226080
|
+
is_customized?: boolean | undefined;
|
|
226081
|
+
is_required?: boolean | undefined;
|
|
226082
|
+
is_visible?: boolean | undefined;
|
|
226083
|
+
active_status?: number | undefined;
|
|
226084
|
+
children_list?: {
|
|
226085
|
+
id?: string | undefined;
|
|
226086
|
+
name?: {
|
|
226087
|
+
zh_cn?: string | undefined;
|
|
226088
|
+
en_us?: string | undefined;
|
|
226089
|
+
} | undefined;
|
|
226090
|
+
description?: {
|
|
226091
|
+
zh_cn?: string | undefined;
|
|
226092
|
+
en_us?: string | undefined;
|
|
226093
|
+
} | undefined;
|
|
226094
|
+
setting?: {
|
|
226095
|
+
object_type?: number | undefined;
|
|
226096
|
+
config?: {
|
|
226097
|
+
options?: {
|
|
226098
|
+
key?: string | undefined;
|
|
226099
|
+
name?: {
|
|
226100
|
+
zh_cn?: string | undefined;
|
|
226101
|
+
en_us?: string | undefined;
|
|
226102
|
+
} | undefined;
|
|
226103
|
+
description?: {
|
|
226104
|
+
zh_cn?: string | undefined;
|
|
226105
|
+
en_us?: string | undefined;
|
|
226106
|
+
} | undefined;
|
|
226107
|
+
active_status?: number | undefined;
|
|
226108
|
+
}[] | undefined;
|
|
226109
|
+
} | undefined;
|
|
226110
|
+
} | undefined;
|
|
226111
|
+
parent_id?: string | undefined;
|
|
226112
|
+
is_customized?: boolean | undefined;
|
|
226113
|
+
is_required?: boolean | undefined;
|
|
226114
|
+
is_visible?: boolean | undefined;
|
|
226115
|
+
active_status?: number | undefined;
|
|
226116
|
+
}[] | undefined;
|
|
226117
|
+
}[] | undefined;
|
|
226118
|
+
}[] | undefined;
|
|
226119
|
+
} | null, void, unknown>;
|
|
226120
|
+
}>;
|
|
226121
|
+
/**
|
|
226122
|
+
* {@link https://open.feishu.cn/api-explorer?project=hire&resource=portal_apply_schema&apiName=list&version=v1 click to debug }
|
|
226123
|
+
*
|
|
226124
|
+
* {@link https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=list&project=hire&resource=portal_apply_schema&version=v1 document }
|
|
226125
|
+
*/
|
|
226126
|
+
list: (payload?: {
|
|
226127
|
+
params?: {
|
|
226128
|
+
page_size?: number;
|
|
226129
|
+
page_token?: string;
|
|
226130
|
+
};
|
|
226131
|
+
}, options?: IRequestOptions$1) => Promise<{
|
|
226132
|
+
code?: number | undefined;
|
|
226133
|
+
msg?: string | undefined;
|
|
226134
|
+
data?: {
|
|
226135
|
+
items?: {
|
|
226136
|
+
id?: string | undefined;
|
|
226137
|
+
name?: string | undefined;
|
|
226138
|
+
scenarios?: number[] | undefined;
|
|
226139
|
+
objects?: {
|
|
226140
|
+
id?: string | undefined;
|
|
226141
|
+
name?: {
|
|
226142
|
+
zh_cn?: string | undefined;
|
|
226143
|
+
en_us?: string | undefined;
|
|
226144
|
+
} | undefined;
|
|
226145
|
+
description?: {
|
|
226146
|
+
zh_cn?: string | undefined;
|
|
226147
|
+
en_us?: string | undefined;
|
|
226148
|
+
} | undefined;
|
|
226149
|
+
setting?: {
|
|
226150
|
+
object_type?: number | undefined;
|
|
226151
|
+
config?: {
|
|
226152
|
+
options?: {
|
|
226153
|
+
key?: string | undefined;
|
|
226154
|
+
name?: {
|
|
226155
|
+
zh_cn?: string | undefined;
|
|
226156
|
+
en_us?: string | undefined;
|
|
226157
|
+
} | undefined;
|
|
226158
|
+
description?: {
|
|
226159
|
+
zh_cn?: string | undefined;
|
|
226160
|
+
en_us?: string | undefined;
|
|
226161
|
+
} | undefined;
|
|
226162
|
+
active_status?: number | undefined;
|
|
226163
|
+
}[] | undefined;
|
|
226164
|
+
} | undefined;
|
|
226165
|
+
} | undefined;
|
|
226166
|
+
is_customized?: boolean | undefined;
|
|
226167
|
+
is_required?: boolean | undefined;
|
|
226168
|
+
is_visible?: boolean | undefined;
|
|
226169
|
+
active_status?: number | undefined;
|
|
226170
|
+
children_list?: {
|
|
226171
|
+
id?: string | undefined;
|
|
226172
|
+
name?: {
|
|
226173
|
+
zh_cn?: string | undefined;
|
|
226174
|
+
en_us?: string | undefined;
|
|
226175
|
+
} | undefined;
|
|
226176
|
+
description?: {
|
|
226177
|
+
zh_cn?: string | undefined;
|
|
226178
|
+
en_us?: string | undefined;
|
|
226179
|
+
} | undefined;
|
|
226180
|
+
setting?: {
|
|
226181
|
+
object_type?: number | undefined;
|
|
226182
|
+
config?: {
|
|
226183
|
+
options?: {
|
|
226184
|
+
key?: string | undefined;
|
|
226185
|
+
name?: {
|
|
226186
|
+
zh_cn?: string | undefined;
|
|
226187
|
+
en_us?: string | undefined;
|
|
226188
|
+
} | undefined;
|
|
226189
|
+
description?: {
|
|
226190
|
+
zh_cn?: string | undefined;
|
|
226191
|
+
en_us?: string | undefined;
|
|
226192
|
+
} | undefined;
|
|
226193
|
+
active_status?: number | undefined;
|
|
226194
|
+
}[] | undefined;
|
|
226195
|
+
} | undefined;
|
|
226196
|
+
} | undefined;
|
|
226197
|
+
parent_id?: string | undefined;
|
|
226198
|
+
is_customized?: boolean | undefined;
|
|
226199
|
+
is_required?: boolean | undefined;
|
|
226200
|
+
is_visible?: boolean | undefined;
|
|
226201
|
+
active_status?: number | undefined;
|
|
226202
|
+
}[] | undefined;
|
|
226203
|
+
}[] | undefined;
|
|
226204
|
+
}[] | undefined;
|
|
226205
|
+
page_token?: string | undefined;
|
|
226206
|
+
has_more?: boolean | undefined;
|
|
226207
|
+
} | undefined;
|
|
226208
|
+
}>;
|
|
226209
|
+
};
|
|
224749
226210
|
/**
|
|
224750
226211
|
* 问卷(灰度租户可见)
|
|
224751
226212
|
*/
|
|
@@ -232334,7 +233795,7 @@ declare abstract class Client$v extends Client$w {
|
|
|
232334
233795
|
}>;
|
|
232335
233796
|
};
|
|
232336
233797
|
/**
|
|
232337
|
-
*
|
|
233798
|
+
* 消息加急
|
|
232338
233799
|
*/
|
|
232339
233800
|
message: {
|
|
232340
233801
|
/**
|
|
@@ -234985,7 +236446,7 @@ declare abstract class Client$v extends Client$w {
|
|
|
234985
236446
|
}>;
|
|
234986
236447
|
};
|
|
234987
236448
|
/**
|
|
234988
|
-
*
|
|
236449
|
+
* 消息加急
|
|
234989
236450
|
*/
|
|
234990
236451
|
message: {
|
|
234991
236452
|
/**
|
|
@@ -242645,6 +244106,10 @@ declare abstract class Client$o extends Client$p {
|
|
|
242645
244106
|
};
|
|
242646
244107
|
source_url_pc?: string;
|
|
242647
244108
|
source_url_mobile?: string;
|
|
244109
|
+
progress_rate?: {
|
|
244110
|
+
percent?: number;
|
|
244111
|
+
status?: number;
|
|
244112
|
+
};
|
|
242648
244113
|
};
|
|
242649
244114
|
params?: {
|
|
242650
244115
|
user_id_type?: "user_id" | "union_id" | "open_id";
|
|
@@ -242709,6 +244174,10 @@ declare abstract class Client$o extends Client$p {
|
|
|
242709
244174
|
} | undefined;
|
|
242710
244175
|
}[] | undefined;
|
|
242711
244176
|
} | undefined;
|
|
244177
|
+
progress_rate?: {
|
|
244178
|
+
percent?: number | undefined;
|
|
244179
|
+
status?: number | undefined;
|
|
244180
|
+
} | undefined;
|
|
242712
244181
|
} | undefined;
|
|
242713
244182
|
}>;
|
|
242714
244183
|
/**
|
|
@@ -242805,6 +244274,10 @@ declare abstract class Client$o extends Client$p {
|
|
|
242805
244274
|
} | undefined;
|
|
242806
244275
|
}[] | undefined;
|
|
242807
244276
|
} | undefined;
|
|
244277
|
+
progress_rate?: {
|
|
244278
|
+
percent?: number | undefined;
|
|
244279
|
+
status?: number | undefined;
|
|
244280
|
+
} | undefined;
|
|
242808
244281
|
} | undefined;
|
|
242809
244282
|
}>;
|
|
242810
244283
|
/**
|
|
@@ -242872,6 +244345,10 @@ declare abstract class Client$o extends Client$p {
|
|
|
242872
244345
|
};
|
|
242873
244346
|
}>;
|
|
242874
244347
|
};
|
|
244348
|
+
progress_rate?: {
|
|
244349
|
+
percent?: number;
|
|
244350
|
+
status?: number;
|
|
244351
|
+
};
|
|
242875
244352
|
};
|
|
242876
244353
|
params?: {
|
|
242877
244354
|
user_id_type?: "user_id" | "union_id" | "open_id";
|
|
@@ -242939,6 +244416,10 @@ declare abstract class Client$o extends Client$p {
|
|
|
242939
244416
|
} | undefined;
|
|
242940
244417
|
}[] | undefined;
|
|
242941
244418
|
} | undefined;
|
|
244419
|
+
progress_rate?: {
|
|
244420
|
+
percent?: number | undefined;
|
|
244421
|
+
status?: number | undefined;
|
|
244422
|
+
} | undefined;
|
|
242942
244423
|
} | undefined;
|
|
242943
244424
|
}>;
|
|
242944
244425
|
};
|
|
@@ -243401,6 +244882,10 @@ declare abstract class Client$o extends Client$p {
|
|
|
243401
244882
|
};
|
|
243402
244883
|
source_url_pc?: string;
|
|
243403
244884
|
source_url_mobile?: string;
|
|
244885
|
+
progress_rate?: {
|
|
244886
|
+
percent?: number;
|
|
244887
|
+
status?: number;
|
|
244888
|
+
};
|
|
243404
244889
|
};
|
|
243405
244890
|
params?: {
|
|
243406
244891
|
user_id_type?: "user_id" | "union_id" | "open_id";
|
|
@@ -243465,101 +244950,109 @@ declare abstract class Client$o extends Client$p {
|
|
|
243465
244950
|
} | undefined;
|
|
243466
244951
|
}[] | undefined;
|
|
243467
244952
|
} | undefined;
|
|
243468
|
-
|
|
243469
|
-
|
|
243470
|
-
|
|
243471
|
-
|
|
243472
|
-
|
|
243473
|
-
|
|
243474
|
-
|
|
243475
|
-
*
|
|
243476
|
-
*
|
|
243477
|
-
*
|
|
243478
|
-
|
|
243479
|
-
|
|
243480
|
-
|
|
243481
|
-
|
|
243482
|
-
|
|
243483
|
-
|
|
243484
|
-
|
|
243485
|
-
|
|
243486
|
-
|
|
243487
|
-
}
|
|
243488
|
-
|
|
243489
|
-
|
|
243490
|
-
|
|
243491
|
-
|
|
243492
|
-
|
|
243493
|
-
*
|
|
243494
|
-
*
|
|
243495
|
-
*
|
|
243496
|
-
|
|
243497
|
-
|
|
243498
|
-
|
|
243499
|
-
|
|
243500
|
-
|
|
243501
|
-
|
|
243502
|
-
|
|
243503
|
-
|
|
243504
|
-
|
|
243505
|
-
|
|
243506
|
-
|
|
243507
|
-
|
|
243508
|
-
|
|
243509
|
-
|
|
243510
|
-
|
|
243511
|
-
|
|
243512
|
-
|
|
243513
|
-
|
|
243514
|
-
|
|
243515
|
-
|
|
243516
|
-
|
|
243517
|
-
|
|
243518
|
-
|
|
243519
|
-
|
|
243520
|
-
|
|
243521
|
-
|
|
243522
|
-
|
|
243523
|
-
|
|
243524
|
-
|
|
243525
|
-
|
|
243526
|
-
|
|
243527
|
-
|
|
243528
|
-
|
|
243529
|
-
|
|
243530
|
-
|
|
243531
|
-
|
|
243532
|
-
|
|
243533
|
-
|
|
243534
|
-
|
|
243535
|
-
|
|
243536
|
-
|
|
243537
|
-
|
|
243538
|
-
|
|
243539
|
-
|
|
243540
|
-
|
|
243541
|
-
|
|
243542
|
-
|
|
243543
|
-
|
|
243544
|
-
|
|
243545
|
-
|
|
243546
|
-
|
|
243547
|
-
|
|
243548
|
-
} | undefined;
|
|
243549
|
-
|
|
243550
|
-
|
|
243551
|
-
|
|
243552
|
-
|
|
243553
|
-
|
|
243554
|
-
|
|
243555
|
-
|
|
243556
|
-
|
|
243557
|
-
|
|
243558
|
-
|
|
243559
|
-
|
|
243560
|
-
|
|
243561
|
-
|
|
243562
|
-
|
|
244953
|
+
progress_rate?: {
|
|
244954
|
+
percent?: number | undefined;
|
|
244955
|
+
status?: number | undefined;
|
|
244956
|
+
} | undefined;
|
|
244957
|
+
} | undefined;
|
|
244958
|
+
}>;
|
|
244959
|
+
/**
|
|
244960
|
+
* {@link https://open.feishu.cn/api-explorer?project=okr&resource=progress_record&apiName=delete&version=v1 click to debug }
|
|
244961
|
+
*
|
|
244962
|
+
* {@link https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/okr-v1/progress_record/delete document }
|
|
244963
|
+
*
|
|
244964
|
+
* 删除OKR进展记录
|
|
244965
|
+
*
|
|
244966
|
+
* 根据ID删除OKR进展记录
|
|
244967
|
+
*/
|
|
244968
|
+
delete: (payload?: {
|
|
244969
|
+
path: {
|
|
244970
|
+
progress_id: string;
|
|
244971
|
+
};
|
|
244972
|
+
}, options?: IRequestOptions$1) => Promise<{
|
|
244973
|
+
code?: number | undefined;
|
|
244974
|
+
msg?: string | undefined;
|
|
244975
|
+
data?: {} | undefined;
|
|
244976
|
+
}>;
|
|
244977
|
+
/**
|
|
244978
|
+
* {@link https://open.feishu.cn/api-explorer?project=okr&resource=progress_record&apiName=get&version=v1 click to debug }
|
|
244979
|
+
*
|
|
244980
|
+
* {@link https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/okr-v1/progress_record/get document }
|
|
244981
|
+
*
|
|
244982
|
+
* 获取OKR进展记录
|
|
244983
|
+
*
|
|
244984
|
+
* 根据ID获取OKR进展记录详情
|
|
244985
|
+
*/
|
|
244986
|
+
get: (payload?: {
|
|
244987
|
+
params?: {
|
|
244988
|
+
user_id_type?: "user_id" | "union_id" | "open_id";
|
|
244989
|
+
};
|
|
244990
|
+
path?: {
|
|
244991
|
+
progress_id?: string;
|
|
244992
|
+
};
|
|
244993
|
+
}, options?: IRequestOptions$1) => Promise<{
|
|
244994
|
+
code?: number | undefined;
|
|
244995
|
+
msg?: string | undefined;
|
|
244996
|
+
data?: {
|
|
244997
|
+
progress_id?: string | undefined;
|
|
244998
|
+
modify_time?: string | undefined;
|
|
244999
|
+
content?: {
|
|
245000
|
+
blocks?: {
|
|
245001
|
+
type?: "paragraph" | "gallery" | undefined;
|
|
245002
|
+
paragraph?: {
|
|
245003
|
+
style?: {
|
|
245004
|
+
list?: {
|
|
245005
|
+
type?: "number" | "bullet" | "checkBox" | "checkedBox" | "indent" | undefined;
|
|
245006
|
+
indentLevel?: number | undefined;
|
|
245007
|
+
number?: number | undefined;
|
|
245008
|
+
} | undefined;
|
|
245009
|
+
} | undefined;
|
|
245010
|
+
elements?: {
|
|
245011
|
+
type?: "person" | "textRun" | "docsLink" | undefined;
|
|
245012
|
+
textRun?: {
|
|
245013
|
+
text?: string | undefined;
|
|
245014
|
+
style?: {
|
|
245015
|
+
bold?: boolean | undefined;
|
|
245016
|
+
strikeThrough?: boolean | undefined;
|
|
245017
|
+
backColor?: {
|
|
245018
|
+
red?: number | undefined;
|
|
245019
|
+
green?: number | undefined;
|
|
245020
|
+
blue?: number | undefined;
|
|
245021
|
+
alpha?: number | undefined;
|
|
245022
|
+
} | undefined;
|
|
245023
|
+
textColor?: {
|
|
245024
|
+
red?: number | undefined;
|
|
245025
|
+
green?: number | undefined;
|
|
245026
|
+
blue?: number | undefined;
|
|
245027
|
+
alpha?: number | undefined;
|
|
245028
|
+
} | undefined;
|
|
245029
|
+
link?: {
|
|
245030
|
+
url?: string | undefined;
|
|
245031
|
+
} | undefined;
|
|
245032
|
+
} | undefined;
|
|
245033
|
+
} | undefined;
|
|
245034
|
+
docsLink?: {
|
|
245035
|
+
url?: string | undefined;
|
|
245036
|
+
title?: string | undefined;
|
|
245037
|
+
} | undefined;
|
|
245038
|
+
person?: {
|
|
245039
|
+
openId?: string | undefined;
|
|
245040
|
+
} | undefined;
|
|
245041
|
+
}[] | undefined;
|
|
245042
|
+
} | undefined;
|
|
245043
|
+
gallery?: {
|
|
245044
|
+
imageList?: {
|
|
245045
|
+
fileToken?: string | undefined;
|
|
245046
|
+
src?: string | undefined;
|
|
245047
|
+
width?: number | undefined;
|
|
245048
|
+
height?: number | undefined;
|
|
245049
|
+
}[] | undefined;
|
|
245050
|
+
} | undefined;
|
|
245051
|
+
}[] | undefined;
|
|
245052
|
+
} | undefined;
|
|
245053
|
+
progress_rate?: {
|
|
245054
|
+
percent?: number | undefined;
|
|
245055
|
+
status?: number | undefined;
|
|
243563
245056
|
} | undefined;
|
|
243564
245057
|
} | undefined;
|
|
243565
245058
|
}>;
|
|
@@ -243628,6 +245121,10 @@ declare abstract class Client$o extends Client$p {
|
|
|
243628
245121
|
};
|
|
243629
245122
|
}>;
|
|
243630
245123
|
};
|
|
245124
|
+
progress_rate?: {
|
|
245125
|
+
percent?: number;
|
|
245126
|
+
status?: number;
|
|
245127
|
+
};
|
|
243631
245128
|
};
|
|
243632
245129
|
params?: {
|
|
243633
245130
|
user_id_type?: "user_id" | "union_id" | "open_id";
|
|
@@ -243695,6 +245192,10 @@ declare abstract class Client$o extends Client$p {
|
|
|
243695
245192
|
} | undefined;
|
|
243696
245193
|
}[] | undefined;
|
|
243697
245194
|
} | undefined;
|
|
245195
|
+
progress_rate?: {
|
|
245196
|
+
percent?: number | undefined;
|
|
245197
|
+
status?: number | undefined;
|
|
245198
|
+
} | undefined;
|
|
243698
245199
|
} | undefined;
|
|
243699
245200
|
}>;
|
|
243700
245201
|
};
|
|
@@ -244114,6 +245615,134 @@ declare abstract class Client$l extends Client$m {
|
|
|
244114
245615
|
} | undefined;
|
|
244115
245616
|
}>;
|
|
244116
245617
|
};
|
|
245618
|
+
/**
|
|
245619
|
+
* cost_allocation_detail
|
|
245620
|
+
*/
|
|
245621
|
+
costAllocationDetail: {
|
|
245622
|
+
listWithIterator: (payload?: {
|
|
245623
|
+
params: {
|
|
245624
|
+
page_size: number;
|
|
245625
|
+
page_token?: string;
|
|
245626
|
+
cost_allocation_plan_id: string;
|
|
245627
|
+
pay_period: string;
|
|
245628
|
+
report_type: number;
|
|
245629
|
+
};
|
|
245630
|
+
}, options?: IRequestOptions$1) => Promise<{
|
|
245631
|
+
[Symbol.asyncIterator](): AsyncGenerator<{
|
|
245632
|
+
cost_allocation_report_datas?: {
|
|
245633
|
+
data_summary_dimensions?: {
|
|
245634
|
+
dimension_level?: number | undefined;
|
|
245635
|
+
dimension_type?: number | undefined;
|
|
245636
|
+
dimension_value_id?: string | undefined;
|
|
245637
|
+
enum_dimension?: {
|
|
245638
|
+
enum_value_id?: string | undefined;
|
|
245639
|
+
enum_key?: string | undefined;
|
|
245640
|
+
} | undefined;
|
|
245641
|
+
dimension_value_lookup_info?: {
|
|
245642
|
+
type?: string | undefined;
|
|
245643
|
+
id?: string | undefined;
|
|
245644
|
+
code?: string | undefined;
|
|
245645
|
+
} | undefined;
|
|
245646
|
+
dimension_names?: {
|
|
245647
|
+
locale?: string | undefined;
|
|
245648
|
+
value?: string | undefined;
|
|
245649
|
+
id?: string | undefined;
|
|
245650
|
+
}[] | undefined;
|
|
245651
|
+
dimension_titles?: {
|
|
245652
|
+
locale?: string | undefined;
|
|
245653
|
+
value?: string | undefined;
|
|
245654
|
+
id?: string | undefined;
|
|
245655
|
+
}[] | undefined;
|
|
245656
|
+
}[] | undefined;
|
|
245657
|
+
compensation_cost_item?: {
|
|
245658
|
+
number_of_individuals_for_payment?: number | undefined;
|
|
245659
|
+
compensation_costs?: {
|
|
245660
|
+
compensation_cost_value?: string | undefined;
|
|
245661
|
+
i18n_names?: {
|
|
245662
|
+
locale?: string | undefined;
|
|
245663
|
+
value?: string | undefined;
|
|
245664
|
+
id?: string | undefined;
|
|
245665
|
+
}[] | undefined;
|
|
245666
|
+
}[] | undefined;
|
|
245667
|
+
} | undefined;
|
|
245668
|
+
employment_id?: string | undefined;
|
|
245669
|
+
}[] | undefined;
|
|
245670
|
+
cost_allocation_report_names?: {
|
|
245671
|
+
locale?: string | undefined;
|
|
245672
|
+
value?: string | undefined;
|
|
245673
|
+
id?: string | undefined;
|
|
245674
|
+
}[] | undefined;
|
|
245675
|
+
pay_period?: string | undefined;
|
|
245676
|
+
} | null, void, unknown>;
|
|
245677
|
+
}>;
|
|
245678
|
+
/**
|
|
245679
|
+
* {@link https://open.feishu.cn/api-explorer?project=payroll&resource=cost_allocation_detail&apiName=list&version=v1 click to debug }
|
|
245680
|
+
*
|
|
245681
|
+
* {@link https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=list&project=payroll&resource=cost_allocation_detail&version=v1 document }
|
|
245682
|
+
*
|
|
245683
|
+
* 获取成本分摊报表明细数据
|
|
245684
|
+
*/
|
|
245685
|
+
list: (payload?: {
|
|
245686
|
+
params: {
|
|
245687
|
+
page_size: number;
|
|
245688
|
+
page_token?: string;
|
|
245689
|
+
cost_allocation_plan_id: string;
|
|
245690
|
+
pay_period: string;
|
|
245691
|
+
report_type: number;
|
|
245692
|
+
};
|
|
245693
|
+
}, options?: IRequestOptions$1) => Promise<{
|
|
245694
|
+
code?: number | undefined;
|
|
245695
|
+
msg?: string | undefined;
|
|
245696
|
+
data?: {
|
|
245697
|
+
cost_allocation_report_datas?: {
|
|
245698
|
+
data_summary_dimensions?: {
|
|
245699
|
+
dimension_level?: number | undefined;
|
|
245700
|
+
dimension_type?: number | undefined;
|
|
245701
|
+
dimension_value_id?: string | undefined;
|
|
245702
|
+
enum_dimension?: {
|
|
245703
|
+
enum_value_id?: string | undefined;
|
|
245704
|
+
enum_key?: string | undefined;
|
|
245705
|
+
} | undefined;
|
|
245706
|
+
dimension_value_lookup_info?: {
|
|
245707
|
+
type?: string | undefined;
|
|
245708
|
+
id?: string | undefined;
|
|
245709
|
+
code?: string | undefined;
|
|
245710
|
+
} | undefined;
|
|
245711
|
+
dimension_names?: {
|
|
245712
|
+
locale?: string | undefined;
|
|
245713
|
+
value?: string | undefined;
|
|
245714
|
+
id?: string | undefined;
|
|
245715
|
+
}[] | undefined;
|
|
245716
|
+
dimension_titles?: {
|
|
245717
|
+
locale?: string | undefined;
|
|
245718
|
+
value?: string | undefined;
|
|
245719
|
+
id?: string | undefined;
|
|
245720
|
+
}[] | undefined;
|
|
245721
|
+
}[] | undefined;
|
|
245722
|
+
compensation_cost_item?: {
|
|
245723
|
+
number_of_individuals_for_payment?: number | undefined;
|
|
245724
|
+
compensation_costs?: {
|
|
245725
|
+
compensation_cost_value?: string | undefined;
|
|
245726
|
+
i18n_names?: {
|
|
245727
|
+
locale?: string | undefined;
|
|
245728
|
+
value?: string | undefined;
|
|
245729
|
+
id?: string | undefined;
|
|
245730
|
+
}[] | undefined;
|
|
245731
|
+
}[] | undefined;
|
|
245732
|
+
} | undefined;
|
|
245733
|
+
employment_id?: string | undefined;
|
|
245734
|
+
}[] | undefined;
|
|
245735
|
+
cost_allocation_report_names?: {
|
|
245736
|
+
locale?: string | undefined;
|
|
245737
|
+
value?: string | undefined;
|
|
245738
|
+
id?: string | undefined;
|
|
245739
|
+
}[] | undefined;
|
|
245740
|
+
pay_period?: string | undefined;
|
|
245741
|
+
page_token?: string | undefined;
|
|
245742
|
+
has_more?: boolean | undefined;
|
|
245743
|
+
} | undefined;
|
|
245744
|
+
}>;
|
|
245745
|
+
};
|
|
244117
245746
|
/**
|
|
244118
245747
|
* cost_allocation_plan
|
|
244119
245748
|
*/
|
|
@@ -244821,7 +246450,7 @@ declare abstract class Client$i extends Client$j {
|
|
|
244821
246450
|
} | undefined;
|
|
244822
246451
|
semester_id?: string | undefined;
|
|
244823
246452
|
mode?: "metric_development" | "performance_review" | "metric_development_and_performance_review" | undefined;
|
|
244824
|
-
progress?: "finished" | "
|
|
246453
|
+
progress?: "finished" | "enabled" | "initiating" | "configurable" | "unable" | undefined;
|
|
244825
246454
|
create_time?: string | undefined;
|
|
244826
246455
|
modify_time?: string | undefined;
|
|
244827
246456
|
create_user_id?: string | undefined;
|
|
@@ -245310,7 +246939,7 @@ declare abstract class Client$i extends Client$j {
|
|
|
245310
246939
|
zh_cn?: string | undefined;
|
|
245311
246940
|
en_us?: string | undefined;
|
|
245312
246941
|
} | undefined;
|
|
245313
|
-
status?: "
|
|
246942
|
+
status?: "enabled" | "disabled" | "to_be_configured" | "to_be_activated" | undefined;
|
|
245314
246943
|
is_set_by_group?: boolean | undefined;
|
|
245315
246944
|
total_metric_score_method?: "formula" | "review_manually" | "sum" | "weight" | undefined;
|
|
245316
246945
|
metric_weight_method?: "sum_of_metric_weights_for_each_dimension_equals_1" | "total_sum_of_all_metric_weight_equals_1" | undefined;
|
|
@@ -257601,6 +259230,7 @@ declare abstract class Client$4 extends Client$5 {
|
|
|
257601
259230
|
with_participants?: boolean;
|
|
257602
259231
|
with_meeting_ability?: boolean;
|
|
257603
259232
|
user_id_type?: "user_id" | "union_id" | "open_id";
|
|
259233
|
+
query_mode?: number;
|
|
257604
259234
|
};
|
|
257605
259235
|
path?: {
|
|
257606
259236
|
meeting_id?: string;
|
|
@@ -257646,6 +259276,10 @@ declare abstract class Client$4 extends Client$5 {
|
|
|
257646
259276
|
use_pstn?: boolean | undefined;
|
|
257647
259277
|
} | undefined;
|
|
257648
259278
|
} | undefined;
|
|
259279
|
+
related_artifacts?: {
|
|
259280
|
+
note_doc_token?: string | undefined;
|
|
259281
|
+
verbatim_doc_token?: string | undefined;
|
|
259282
|
+
} | undefined;
|
|
257649
259283
|
} | undefined;
|
|
257650
259284
|
}>;
|
|
257651
259285
|
/**
|
|
@@ -257927,6 +259561,8 @@ declare abstract class Client$4 extends Client$5 {
|
|
|
257927
259561
|
meeting_type?: number;
|
|
257928
259562
|
page_size?: number;
|
|
257929
259563
|
page_token?: string;
|
|
259564
|
+
include_external_meetings?: boolean;
|
|
259565
|
+
include_webinar?: boolean;
|
|
257930
259566
|
user_id_type?: "user_id" | "union_id" | "open_id";
|
|
257931
259567
|
};
|
|
257932
259568
|
}, options?: IRequestOptions$1) => Promise<{
|
|
@@ -257956,6 +259592,11 @@ declare abstract class Client$4 extends Client$5 {
|
|
|
257956
259592
|
room_name?: string | undefined;
|
|
257957
259593
|
}[] | undefined;
|
|
257958
259594
|
has_related_document?: boolean | undefined;
|
|
259595
|
+
ai_note?: boolean | undefined;
|
|
259596
|
+
is_external?: boolean | undefined;
|
|
259597
|
+
meeting_subtype?: number | undefined;
|
|
259598
|
+
meeting_instance_id?: string | undefined;
|
|
259599
|
+
number_of_webinar_viewers?: string | undefined;
|
|
257959
259600
|
}[] | undefined;
|
|
257960
259601
|
} | null, void, unknown>;
|
|
257961
259602
|
}>;
|
|
@@ -257975,6 +259616,8 @@ declare abstract class Client$4 extends Client$5 {
|
|
|
257975
259616
|
meeting_type?: number;
|
|
257976
259617
|
page_size?: number;
|
|
257977
259618
|
page_token?: string;
|
|
259619
|
+
include_external_meetings?: boolean;
|
|
259620
|
+
include_webinar?: boolean;
|
|
257978
259621
|
user_id_type?: "user_id" | "union_id" | "open_id";
|
|
257979
259622
|
};
|
|
257980
259623
|
}, options?: IRequestOptions$1) => Promise<{
|
|
@@ -258006,6 +259649,11 @@ declare abstract class Client$4 extends Client$5 {
|
|
|
258006
259649
|
room_name?: string | undefined;
|
|
258007
259650
|
}[] | undefined;
|
|
258008
259651
|
has_related_document?: boolean | undefined;
|
|
259652
|
+
ai_note?: boolean | undefined;
|
|
259653
|
+
is_external?: boolean | undefined;
|
|
259654
|
+
meeting_subtype?: number | undefined;
|
|
259655
|
+
meeting_instance_id?: string | undefined;
|
|
259656
|
+
number_of_webinar_viewers?: string | undefined;
|
|
258009
259657
|
}[] | undefined;
|
|
258010
259658
|
page_token?: string | undefined;
|
|
258011
259659
|
has_more?: boolean | undefined;
|
|
@@ -258026,6 +259674,7 @@ declare abstract class Client$4 extends Client$5 {
|
|
|
258026
259674
|
room_id?: string;
|
|
258027
259675
|
page_size?: number;
|
|
258028
259676
|
page_token?: string;
|
|
259677
|
+
webinar_user_role?: string;
|
|
258029
259678
|
user_id_type?: "user_id" | "union_id" | "open_id";
|
|
258030
259679
|
};
|
|
258031
259680
|
}, options?: IRequestOptions$1) => Promise<{
|
|
@@ -258057,6 +259706,8 @@ declare abstract class Client$4 extends Client$5 {
|
|
|
258057
259706
|
time_in_meeting?: string | undefined;
|
|
258058
259707
|
leave_reason?: string | undefined;
|
|
258059
259708
|
accept_status?: number | undefined;
|
|
259709
|
+
is_external?: boolean | undefined;
|
|
259710
|
+
webinar_user_role?: string | undefined;
|
|
258060
259711
|
}[] | undefined;
|
|
258061
259712
|
} | null, void, unknown>;
|
|
258062
259713
|
}>;
|
|
@@ -258075,6 +259726,7 @@ declare abstract class Client$4 extends Client$5 {
|
|
|
258075
259726
|
room_id?: string;
|
|
258076
259727
|
page_size?: number;
|
|
258077
259728
|
page_token?: string;
|
|
259729
|
+
webinar_user_role?: string;
|
|
258078
259730
|
user_id_type?: "user_id" | "union_id" | "open_id";
|
|
258079
259731
|
};
|
|
258080
259732
|
}, options?: IRequestOptions$1) => Promise<{
|
|
@@ -258108,6 +259760,8 @@ declare abstract class Client$4 extends Client$5 {
|
|
|
258108
259760
|
time_in_meeting?: string | undefined;
|
|
258109
259761
|
leave_reason?: string | undefined;
|
|
258110
259762
|
accept_status?: number | undefined;
|
|
259763
|
+
is_external?: boolean | undefined;
|
|
259764
|
+
webinar_user_role?: string | undefined;
|
|
258111
259765
|
}[] | undefined;
|
|
258112
259766
|
page_token?: string | undefined;
|
|
258113
259767
|
has_more?: boolean | undefined;
|
|
@@ -260258,6 +261912,7 @@ declare abstract class Client$4 extends Client$5 {
|
|
|
260258
261912
|
with_participants?: boolean;
|
|
260259
261913
|
with_meeting_ability?: boolean;
|
|
260260
261914
|
user_id_type?: "user_id" | "union_id" | "open_id";
|
|
261915
|
+
query_mode?: number;
|
|
260261
261916
|
};
|
|
260262
261917
|
path?: {
|
|
260263
261918
|
meeting_id?: string;
|
|
@@ -260303,6 +261958,10 @@ declare abstract class Client$4 extends Client$5 {
|
|
|
260303
261958
|
use_pstn?: boolean | undefined;
|
|
260304
261959
|
} | undefined;
|
|
260305
261960
|
} | undefined;
|
|
261961
|
+
related_artifacts?: {
|
|
261962
|
+
note_doc_token?: string | undefined;
|
|
261963
|
+
verbatim_doc_token?: string | undefined;
|
|
261964
|
+
} | undefined;
|
|
260306
261965
|
} | undefined;
|
|
260307
261966
|
}>;
|
|
260308
261967
|
/**
|
|
@@ -260584,6 +262243,8 @@ declare abstract class Client$4 extends Client$5 {
|
|
|
260584
262243
|
meeting_type?: number;
|
|
260585
262244
|
page_size?: number;
|
|
260586
262245
|
page_token?: string;
|
|
262246
|
+
include_external_meetings?: boolean;
|
|
262247
|
+
include_webinar?: boolean;
|
|
260587
262248
|
user_id_type?: "user_id" | "union_id" | "open_id";
|
|
260588
262249
|
};
|
|
260589
262250
|
}, options?: IRequestOptions$1) => Promise<{
|
|
@@ -260613,6 +262274,11 @@ declare abstract class Client$4 extends Client$5 {
|
|
|
260613
262274
|
room_name?: string | undefined;
|
|
260614
262275
|
}[] | undefined;
|
|
260615
262276
|
has_related_document?: boolean | undefined;
|
|
262277
|
+
ai_note?: boolean | undefined;
|
|
262278
|
+
is_external?: boolean | undefined;
|
|
262279
|
+
meeting_subtype?: number | undefined;
|
|
262280
|
+
meeting_instance_id?: string | undefined;
|
|
262281
|
+
number_of_webinar_viewers?: string | undefined;
|
|
260616
262282
|
}[] | undefined;
|
|
260617
262283
|
} | null, void, unknown>;
|
|
260618
262284
|
}>;
|
|
@@ -260632,6 +262298,8 @@ declare abstract class Client$4 extends Client$5 {
|
|
|
260632
262298
|
meeting_type?: number;
|
|
260633
262299
|
page_size?: number;
|
|
260634
262300
|
page_token?: string;
|
|
262301
|
+
include_external_meetings?: boolean;
|
|
262302
|
+
include_webinar?: boolean;
|
|
260635
262303
|
user_id_type?: "user_id" | "union_id" | "open_id";
|
|
260636
262304
|
};
|
|
260637
262305
|
}, options?: IRequestOptions$1) => Promise<{
|
|
@@ -260663,6 +262331,11 @@ declare abstract class Client$4 extends Client$5 {
|
|
|
260663
262331
|
room_name?: string | undefined;
|
|
260664
262332
|
}[] | undefined;
|
|
260665
262333
|
has_related_document?: boolean | undefined;
|
|
262334
|
+
ai_note?: boolean | undefined;
|
|
262335
|
+
is_external?: boolean | undefined;
|
|
262336
|
+
meeting_subtype?: number | undefined;
|
|
262337
|
+
meeting_instance_id?: string | undefined;
|
|
262338
|
+
number_of_webinar_viewers?: string | undefined;
|
|
260666
262339
|
}[] | undefined;
|
|
260667
262340
|
page_token?: string | undefined;
|
|
260668
262341
|
has_more?: boolean | undefined;
|
|
@@ -260683,6 +262356,7 @@ declare abstract class Client$4 extends Client$5 {
|
|
|
260683
262356
|
room_id?: string;
|
|
260684
262357
|
page_size?: number;
|
|
260685
262358
|
page_token?: string;
|
|
262359
|
+
webinar_user_role?: string;
|
|
260686
262360
|
user_id_type?: "user_id" | "union_id" | "open_id";
|
|
260687
262361
|
};
|
|
260688
262362
|
}, options?: IRequestOptions$1) => Promise<{
|
|
@@ -260714,6 +262388,8 @@ declare abstract class Client$4 extends Client$5 {
|
|
|
260714
262388
|
time_in_meeting?: string | undefined;
|
|
260715
262389
|
leave_reason?: string | undefined;
|
|
260716
262390
|
accept_status?: number | undefined;
|
|
262391
|
+
is_external?: boolean | undefined;
|
|
262392
|
+
webinar_user_role?: string | undefined;
|
|
260717
262393
|
}[] | undefined;
|
|
260718
262394
|
} | null, void, unknown>;
|
|
260719
262395
|
}>;
|
|
@@ -260732,6 +262408,7 @@ declare abstract class Client$4 extends Client$5 {
|
|
|
260732
262408
|
room_id?: string;
|
|
260733
262409
|
page_size?: number;
|
|
260734
262410
|
page_token?: string;
|
|
262411
|
+
webinar_user_role?: string;
|
|
260735
262412
|
user_id_type?: "user_id" | "union_id" | "open_id";
|
|
260736
262413
|
};
|
|
260737
262414
|
}, options?: IRequestOptions$1) => Promise<{
|
|
@@ -260765,6 +262442,8 @@ declare abstract class Client$4 extends Client$5 {
|
|
|
260765
262442
|
time_in_meeting?: string | undefined;
|
|
260766
262443
|
leave_reason?: string | undefined;
|
|
260767
262444
|
accept_status?: number | undefined;
|
|
262445
|
+
is_external?: boolean | undefined;
|
|
262446
|
+
webinar_user_role?: string | undefined;
|
|
260768
262447
|
}[] | undefined;
|
|
260769
262448
|
page_token?: string | undefined;
|
|
260770
262449
|
has_more?: boolean | undefined;
|
|
@@ -262713,7 +264392,7 @@ declare abstract class Client$2 extends Client$3 {
|
|
|
262713
264392
|
name?: string | undefined;
|
|
262714
264393
|
description?: string | undefined;
|
|
262715
264394
|
space_id?: string | undefined;
|
|
262716
|
-
space_type?: "person" | "team" | undefined;
|
|
264395
|
+
space_type?: "person" | "team" | "my_library" | undefined;
|
|
262717
264396
|
visibility?: "private" | "public" | undefined;
|
|
262718
264397
|
open_sharing?: "open" | "closed" | undefined;
|
|
262719
264398
|
} | undefined;
|
|
@@ -262745,7 +264424,7 @@ declare abstract class Client$2 extends Client$3 {
|
|
|
262745
264424
|
name?: string | undefined;
|
|
262746
264425
|
description?: string | undefined;
|
|
262747
264426
|
space_id?: string | undefined;
|
|
262748
|
-
space_type?: "person" | "team" | undefined;
|
|
264427
|
+
space_type?: "person" | "team" | "my_library" | undefined;
|
|
262749
264428
|
visibility?: "private" | "public" | undefined;
|
|
262750
264429
|
open_sharing?: "open" | "closed" | undefined;
|
|
262751
264430
|
} | undefined;
|
|
@@ -262795,7 +264474,6 @@ declare abstract class Client$2 extends Client$3 {
|
|
|
262795
264474
|
params?: {
|
|
262796
264475
|
page_size?: number;
|
|
262797
264476
|
page_token?: string;
|
|
262798
|
-
lang?: "zh" | "id" | "de" | "en" | "es" | "fr" | "it" | "pt" | "vi" | "ru" | "hi" | "th" | "ko" | "ja" | "zh-HK" | "zh-TW";
|
|
262799
264477
|
};
|
|
262800
264478
|
}, options?: IRequestOptions$1) => Promise<{
|
|
262801
264479
|
[Symbol.asyncIterator](): AsyncGenerator<{
|
|
@@ -262803,7 +264481,7 @@ declare abstract class Client$2 extends Client$3 {
|
|
|
262803
264481
|
name?: string | undefined;
|
|
262804
264482
|
description?: string | undefined;
|
|
262805
264483
|
space_id?: string | undefined;
|
|
262806
|
-
space_type?: "person" | "team" | undefined;
|
|
264484
|
+
space_type?: "person" | "team" | "my_library" | undefined;
|
|
262807
264485
|
visibility?: "private" | "public" | undefined;
|
|
262808
264486
|
open_sharing?: "open" | "closed" | undefined;
|
|
262809
264487
|
}[] | undefined;
|
|
@@ -262824,7 +264502,6 @@ declare abstract class Client$2 extends Client$3 {
|
|
|
262824
264502
|
params?: {
|
|
262825
264503
|
page_size?: number;
|
|
262826
264504
|
page_token?: string;
|
|
262827
|
-
lang?: "zh" | "id" | "de" | "en" | "es" | "fr" | "it" | "pt" | "vi" | "ru" | "hi" | "th" | "ko" | "ja" | "zh-HK" | "zh-TW";
|
|
262828
264505
|
};
|
|
262829
264506
|
}, options?: IRequestOptions$1) => Promise<{
|
|
262830
264507
|
code?: number | undefined;
|
|
@@ -262834,7 +264511,7 @@ declare abstract class Client$2 extends Client$3 {
|
|
|
262834
264511
|
name?: string | undefined;
|
|
262835
264512
|
description?: string | undefined;
|
|
262836
264513
|
space_id?: string | undefined;
|
|
262837
|
-
space_type?: "person" | "team" | undefined;
|
|
264514
|
+
space_type?: "person" | "team" | "my_library" | undefined;
|
|
262838
264515
|
visibility?: "private" | "public" | undefined;
|
|
262839
264516
|
open_sharing?: "open" | "closed" | undefined;
|
|
262840
264517
|
}[] | undefined;
|
|
@@ -263379,7 +265056,7 @@ declare abstract class Client$2 extends Client$3 {
|
|
|
263379
265056
|
name?: string | undefined;
|
|
263380
265057
|
description?: string | undefined;
|
|
263381
265058
|
space_id?: string | undefined;
|
|
263382
|
-
space_type?: "person" | "team" | undefined;
|
|
265059
|
+
space_type?: "person" | "team" | "my_library" | undefined;
|
|
263383
265060
|
visibility?: "private" | "public" | undefined;
|
|
263384
265061
|
open_sharing?: "open" | "closed" | undefined;
|
|
263385
265062
|
} | undefined;
|
|
@@ -263411,7 +265088,7 @@ declare abstract class Client$2 extends Client$3 {
|
|
|
263411
265088
|
name?: string | undefined;
|
|
263412
265089
|
description?: string | undefined;
|
|
263413
265090
|
space_id?: string | undefined;
|
|
263414
|
-
space_type?: "person" | "team" | undefined;
|
|
265091
|
+
space_type?: "person" | "team" | "my_library" | undefined;
|
|
263415
265092
|
visibility?: "private" | "public" | undefined;
|
|
263416
265093
|
open_sharing?: "open" | "closed" | undefined;
|
|
263417
265094
|
} | undefined;
|
|
@@ -263461,7 +265138,6 @@ declare abstract class Client$2 extends Client$3 {
|
|
|
263461
265138
|
params?: {
|
|
263462
265139
|
page_size?: number;
|
|
263463
265140
|
page_token?: string;
|
|
263464
|
-
lang?: "zh" | "id" | "de" | "en" | "es" | "fr" | "it" | "pt" | "vi" | "ru" | "hi" | "th" | "ko" | "ja" | "zh-HK" | "zh-TW";
|
|
263465
265141
|
};
|
|
263466
265142
|
}, options?: IRequestOptions$1) => Promise<{
|
|
263467
265143
|
[Symbol.asyncIterator](): AsyncGenerator<{
|
|
@@ -263469,7 +265145,7 @@ declare abstract class Client$2 extends Client$3 {
|
|
|
263469
265145
|
name?: string | undefined;
|
|
263470
265146
|
description?: string | undefined;
|
|
263471
265147
|
space_id?: string | undefined;
|
|
263472
|
-
space_type?: "person" | "team" | undefined;
|
|
265148
|
+
space_type?: "person" | "team" | "my_library" | undefined;
|
|
263473
265149
|
visibility?: "private" | "public" | undefined;
|
|
263474
265150
|
open_sharing?: "open" | "closed" | undefined;
|
|
263475
265151
|
}[] | undefined;
|
|
@@ -263490,7 +265166,6 @@ declare abstract class Client$2 extends Client$3 {
|
|
|
263490
265166
|
params?: {
|
|
263491
265167
|
page_size?: number;
|
|
263492
265168
|
page_token?: string;
|
|
263493
|
-
lang?: "zh" | "id" | "de" | "en" | "es" | "fr" | "it" | "pt" | "vi" | "ru" | "hi" | "th" | "ko" | "ja" | "zh-HK" | "zh-TW";
|
|
263494
265169
|
};
|
|
263495
265170
|
}, options?: IRequestOptions$1) => Promise<{
|
|
263496
265171
|
code?: number | undefined;
|
|
@@ -263500,7 +265175,7 @@ declare abstract class Client$2 extends Client$3 {
|
|
|
263500
265175
|
name?: string | undefined;
|
|
263501
265176
|
description?: string | undefined;
|
|
263502
265177
|
space_id?: string | undefined;
|
|
263503
|
-
space_type?: "person" | "team" | undefined;
|
|
265178
|
+
space_type?: "person" | "team" | "my_library" | undefined;
|
|
263504
265179
|
visibility?: "private" | "public" | undefined;
|
|
263505
265180
|
open_sharing?: "open" | "closed" | undefined;
|
|
263506
265181
|
}[] | undefined;
|
|
@@ -267497,6 +269172,52 @@ interface IHandles extends IOtherEventHandles {
|
|
|
267497
269172
|
open_id?: string;
|
|
267498
269173
|
};
|
|
267499
269174
|
}) => Promise<any> | any;
|
|
269175
|
+
/**
|
|
269176
|
+
|
|
269177
|
+
*/
|
|
269178
|
+
"corehr.pathway.created_v2"?: (data: {
|
|
269179
|
+
event_id?: string;
|
|
269180
|
+
token?: string;
|
|
269181
|
+
create_time?: string;
|
|
269182
|
+
event_type?: string;
|
|
269183
|
+
tenant_key?: string;
|
|
269184
|
+
ts?: string;
|
|
269185
|
+
uuid?: string;
|
|
269186
|
+
type?: string;
|
|
269187
|
+
app_id?: string;
|
|
269188
|
+
pathway_id?: string;
|
|
269189
|
+
}) => Promise<any> | any;
|
|
269190
|
+
/**
|
|
269191
|
+
|
|
269192
|
+
*/
|
|
269193
|
+
"corehr.pathway.deleted_v2"?: (data: {
|
|
269194
|
+
event_id?: string;
|
|
269195
|
+
token?: string;
|
|
269196
|
+
create_time?: string;
|
|
269197
|
+
event_type?: string;
|
|
269198
|
+
tenant_key?: string;
|
|
269199
|
+
ts?: string;
|
|
269200
|
+
uuid?: string;
|
|
269201
|
+
type?: string;
|
|
269202
|
+
app_id?: string;
|
|
269203
|
+
pathway_id?: string;
|
|
269204
|
+
}) => Promise<any> | any;
|
|
269205
|
+
/**
|
|
269206
|
+
|
|
269207
|
+
*/
|
|
269208
|
+
"corehr.pathway.updated_v2"?: (data: {
|
|
269209
|
+
event_id?: string;
|
|
269210
|
+
token?: string;
|
|
269211
|
+
create_time?: string;
|
|
269212
|
+
event_type?: string;
|
|
269213
|
+
tenant_key?: string;
|
|
269214
|
+
ts?: string;
|
|
269215
|
+
uuid?: string;
|
|
269216
|
+
type?: string;
|
|
269217
|
+
app_id?: string;
|
|
269218
|
+
pathway_id?: string;
|
|
269219
|
+
field_changes?: Array<string>;
|
|
269220
|
+
}) => Promise<any> | any;
|
|
267500
269221
|
/**
|
|
267501
269222
|
|
|
267502
269223
|
*/
|
|
@@ -267565,6 +269286,7 @@ interface IHandles extends IOtherEventHandles {
|
|
|
267565
269286
|
flow_definition_id?: string;
|
|
267566
269287
|
node_definition_id?: string;
|
|
267567
269288
|
node_id?: string;
|
|
269289
|
+
node_id_str?: string;
|
|
267568
269290
|
}) => Promise<any> | any;
|
|
267569
269291
|
/**
|
|
267570
269292
|
|