@larksuiteoapi/node-sdk 1.43.0 → 1.45.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 +226 -52
- package/lib/index.js +226 -52
- package/package.json +1 -1
- package/types/index.d.ts +682 -89
package/types/index.d.ts
CHANGED
|
@@ -116,7 +116,7 @@ interface IPayload {
|
|
|
116
116
|
path?: Record<string, any>;
|
|
117
117
|
}
|
|
118
118
|
|
|
119
|
-
declare abstract class Client$
|
|
119
|
+
declare abstract class Client$12 {
|
|
120
120
|
tokenManager: any;
|
|
121
121
|
domain: any;
|
|
122
122
|
logger: Logger;
|
|
@@ -1067,7 +1067,7 @@ declare abstract class Client$11 {
|
|
|
1067
1067
|
};
|
|
1068
1068
|
}
|
|
1069
1069
|
|
|
1070
|
-
declare abstract class Client$
|
|
1070
|
+
declare abstract class Client$11 extends Client$12 {
|
|
1071
1071
|
tokenManager: any;
|
|
1072
1072
|
domain: any;
|
|
1073
1073
|
logger: Logger;
|
|
@@ -3068,7 +3068,7 @@ declare abstract class Client$10 extends Client$11 {
|
|
|
3068
3068
|
};
|
|
3069
3069
|
}
|
|
3070
3070
|
|
|
3071
|
-
declare abstract class Client
|
|
3071
|
+
declare abstract class Client$10 extends Client$11 {
|
|
3072
3072
|
tokenManager: any;
|
|
3073
3073
|
domain: any;
|
|
3074
3074
|
logger: Logger;
|
|
@@ -3146,6 +3146,7 @@ declare abstract class Client$$ extends Client$10 {
|
|
|
3146
3146
|
plain_text?: string | undefined;
|
|
3147
3147
|
created_at?: string | undefined;
|
|
3148
3148
|
status?: "IN_PROGRESS" | "COMPLETED" | undefined;
|
|
3149
|
+
reasoning_content?: string | undefined;
|
|
3149
3150
|
} | undefined;
|
|
3150
3151
|
} | undefined;
|
|
3151
3152
|
}>;
|
|
@@ -3199,6 +3200,7 @@ declare abstract class Client$$ extends Client$10 {
|
|
|
3199
3200
|
plain_text?: string | undefined;
|
|
3200
3201
|
created_at?: string | undefined;
|
|
3201
3202
|
status?: "IN_PROGRESS" | "COMPLETED" | undefined;
|
|
3203
|
+
reasoning_content?: string | undefined;
|
|
3202
3204
|
} | undefined;
|
|
3203
3205
|
} | undefined;
|
|
3204
3206
|
}>;
|
|
@@ -3248,6 +3250,7 @@ declare abstract class Client$$ extends Client$10 {
|
|
|
3248
3250
|
plain_text?: string | undefined;
|
|
3249
3251
|
created_at?: string | undefined;
|
|
3250
3252
|
status?: "IN_PROGRESS" | "COMPLETED" | undefined;
|
|
3253
|
+
reasoning_content?: string | undefined;
|
|
3251
3254
|
}[] | undefined;
|
|
3252
3255
|
} | null, void, unknown>;
|
|
3253
3256
|
}>;
|
|
@@ -3306,6 +3309,7 @@ declare abstract class Client$$ extends Client$10 {
|
|
|
3306
3309
|
plain_text?: string | undefined;
|
|
3307
3310
|
created_at?: string | undefined;
|
|
3308
3311
|
status?: "IN_PROGRESS" | "COMPLETED" | undefined;
|
|
3312
|
+
reasoning_content?: string | undefined;
|
|
3309
3313
|
}[] | undefined;
|
|
3310
3314
|
page_token?: string | undefined;
|
|
3311
3315
|
has_more?: boolean | undefined;
|
|
@@ -3962,7 +3966,7 @@ declare abstract class Client$$ extends Client$10 {
|
|
|
3962
3966
|
};
|
|
3963
3967
|
}
|
|
3964
3968
|
|
|
3965
|
-
declare abstract class Client
|
|
3969
|
+
declare abstract class Client$$ extends Client$10 {
|
|
3966
3970
|
tokenManager: any;
|
|
3967
3971
|
domain: any;
|
|
3968
3972
|
logger: Logger;
|
|
@@ -4817,7 +4821,7 @@ declare abstract class Client$_ extends Client$$ {
|
|
|
4817
4821
|
}>;
|
|
4818
4822
|
};
|
|
4819
4823
|
/**
|
|
4820
|
-
*
|
|
4824
|
+
* 应用
|
|
4821
4825
|
*/
|
|
4822
4826
|
application: {
|
|
4823
4827
|
/**
|
|
@@ -6223,7 +6227,7 @@ declare abstract class Client$_ extends Client$$ {
|
|
|
6223
6227
|
}>;
|
|
6224
6228
|
};
|
|
6225
6229
|
/**
|
|
6226
|
-
*
|
|
6230
|
+
* 应用
|
|
6227
6231
|
*/
|
|
6228
6232
|
application: {
|
|
6229
6233
|
/**
|
|
@@ -6787,7 +6791,7 @@ declare abstract class Client$_ extends Client$$ {
|
|
|
6787
6791
|
};
|
|
6788
6792
|
}
|
|
6789
6793
|
|
|
6790
|
-
declare abstract class Client$
|
|
6794
|
+
declare abstract class Client$_ extends Client$$ {
|
|
6791
6795
|
tokenManager: any;
|
|
6792
6796
|
domain: any;
|
|
6793
6797
|
logger: Logger;
|
|
@@ -7403,7 +7407,7 @@ declare abstract class Client$Z extends Client$_ {
|
|
|
7403
7407
|
}>;
|
|
7404
7408
|
};
|
|
7405
7409
|
/**
|
|
7406
|
-
*
|
|
7410
|
+
* 审批查询
|
|
7407
7411
|
*/
|
|
7408
7412
|
instance: {
|
|
7409
7413
|
/**
|
|
@@ -8940,7 +8944,7 @@ declare abstract class Client$Z extends Client$_ {
|
|
|
8940
8944
|
}>;
|
|
8941
8945
|
};
|
|
8942
8946
|
/**
|
|
8943
|
-
*
|
|
8947
|
+
* 审批查询
|
|
8944
8948
|
*/
|
|
8945
8949
|
instance: {
|
|
8946
8950
|
/**
|
|
@@ -9874,7 +9878,7 @@ declare abstract class Client$Z extends Client$_ {
|
|
|
9874
9878
|
};
|
|
9875
9879
|
}
|
|
9876
9880
|
|
|
9877
|
-
declare abstract class Client$
|
|
9881
|
+
declare abstract class Client$Z extends Client$_ {
|
|
9878
9882
|
tokenManager: any;
|
|
9879
9883
|
domain: any;
|
|
9880
9884
|
logger: Logger;
|
|
@@ -10150,7 +10154,7 @@ declare abstract class Client$Y extends Client$Z {
|
|
|
10150
10154
|
face_live_need_action?: boolean;
|
|
10151
10155
|
face_downgrade?: boolean;
|
|
10152
10156
|
replace_basic_pic?: boolean;
|
|
10153
|
-
|
|
10157
|
+
anti_cheat_punch_config?: {
|
|
10154
10158
|
intercept_suspected_cheat_punch?: boolean;
|
|
10155
10159
|
check_cheat_software_punch?: boolean;
|
|
10156
10160
|
check_buddy_punch?: boolean;
|
|
@@ -10268,6 +10272,9 @@ declare abstract class Client$Y extends Client$Z {
|
|
|
10268
10272
|
};
|
|
10269
10273
|
new_calendar_id?: string;
|
|
10270
10274
|
allow_apply_punch?: boolean;
|
|
10275
|
+
clock_in_abnormal_settings?: {
|
|
10276
|
+
ignore_until_latest_clockout?: boolean;
|
|
10277
|
+
};
|
|
10271
10278
|
};
|
|
10272
10279
|
operator_id?: string;
|
|
10273
10280
|
};
|
|
@@ -10315,7 +10322,7 @@ declare abstract class Client$Y extends Client$Z {
|
|
|
10315
10322
|
face_live_need_action?: boolean | undefined;
|
|
10316
10323
|
face_downgrade?: boolean | undefined;
|
|
10317
10324
|
replace_basic_pic?: boolean | undefined;
|
|
10318
|
-
|
|
10325
|
+
anti_cheat_punch_config?: {
|
|
10319
10326
|
intercept_suspected_cheat_punch?: boolean | undefined;
|
|
10320
10327
|
check_cheat_software_punch?: boolean | undefined;
|
|
10321
10328
|
check_buddy_punch?: boolean | undefined;
|
|
@@ -10437,6 +10444,9 @@ declare abstract class Client$Y extends Client$Z {
|
|
|
10437
10444
|
} | undefined;
|
|
10438
10445
|
new_calendar_id?: string | undefined;
|
|
10439
10446
|
allow_apply_punch?: boolean | undefined;
|
|
10447
|
+
clock_in_abnormal_settings?: {
|
|
10448
|
+
ignore_until_latest_clockout?: boolean | undefined;
|
|
10449
|
+
} | undefined;
|
|
10440
10450
|
} | undefined;
|
|
10441
10451
|
} | undefined;
|
|
10442
10452
|
}>;
|
|
@@ -10514,7 +10524,7 @@ declare abstract class Client$Y extends Client$Z {
|
|
|
10514
10524
|
face_live_need_action?: boolean | undefined;
|
|
10515
10525
|
face_downgrade?: boolean | undefined;
|
|
10516
10526
|
replace_basic_pic?: boolean | undefined;
|
|
10517
|
-
|
|
10527
|
+
anti_cheat_punch_config?: {
|
|
10518
10528
|
intercept_suspected_cheat_punch?: boolean | undefined;
|
|
10519
10529
|
check_cheat_software_punch?: boolean | undefined;
|
|
10520
10530
|
check_buddy_punch?: boolean | undefined;
|
|
@@ -10635,6 +10645,9 @@ declare abstract class Client$Y extends Client$Z {
|
|
|
10635
10645
|
} | undefined;
|
|
10636
10646
|
new_calendar_id?: string | undefined;
|
|
10637
10647
|
allow_apply_punch?: boolean | undefined;
|
|
10648
|
+
clock_in_abnormal_settings?: {
|
|
10649
|
+
ignore_until_latest_clockout?: boolean | undefined;
|
|
10650
|
+
} | undefined;
|
|
10638
10651
|
} | undefined;
|
|
10639
10652
|
}>;
|
|
10640
10653
|
listWithIterator: (payload?: {
|
|
@@ -12639,7 +12652,7 @@ declare abstract class Client$Y extends Client$Z {
|
|
|
12639
12652
|
face_live_need_action?: boolean;
|
|
12640
12653
|
face_downgrade?: boolean;
|
|
12641
12654
|
replace_basic_pic?: boolean;
|
|
12642
|
-
|
|
12655
|
+
anti_cheat_punch_config?: {
|
|
12643
12656
|
intercept_suspected_cheat_punch?: boolean;
|
|
12644
12657
|
check_cheat_software_punch?: boolean;
|
|
12645
12658
|
check_buddy_punch?: boolean;
|
|
@@ -12757,6 +12770,9 @@ declare abstract class Client$Y extends Client$Z {
|
|
|
12757
12770
|
};
|
|
12758
12771
|
new_calendar_id?: string;
|
|
12759
12772
|
allow_apply_punch?: boolean;
|
|
12773
|
+
clock_in_abnormal_settings?: {
|
|
12774
|
+
ignore_until_latest_clockout?: boolean;
|
|
12775
|
+
};
|
|
12760
12776
|
};
|
|
12761
12777
|
operator_id?: string;
|
|
12762
12778
|
};
|
|
@@ -12804,7 +12820,7 @@ declare abstract class Client$Y extends Client$Z {
|
|
|
12804
12820
|
face_live_need_action?: boolean | undefined;
|
|
12805
12821
|
face_downgrade?: boolean | undefined;
|
|
12806
12822
|
replace_basic_pic?: boolean | undefined;
|
|
12807
|
-
|
|
12823
|
+
anti_cheat_punch_config?: {
|
|
12808
12824
|
intercept_suspected_cheat_punch?: boolean | undefined;
|
|
12809
12825
|
check_cheat_software_punch?: boolean | undefined;
|
|
12810
12826
|
check_buddy_punch?: boolean | undefined;
|
|
@@ -12926,6 +12942,9 @@ declare abstract class Client$Y extends Client$Z {
|
|
|
12926
12942
|
} | undefined;
|
|
12927
12943
|
new_calendar_id?: string | undefined;
|
|
12928
12944
|
allow_apply_punch?: boolean | undefined;
|
|
12945
|
+
clock_in_abnormal_settings?: {
|
|
12946
|
+
ignore_until_latest_clockout?: boolean | undefined;
|
|
12947
|
+
} | undefined;
|
|
12929
12948
|
} | undefined;
|
|
12930
12949
|
} | undefined;
|
|
12931
12950
|
}>;
|
|
@@ -13003,7 +13022,7 @@ declare abstract class Client$Y extends Client$Z {
|
|
|
13003
13022
|
face_live_need_action?: boolean | undefined;
|
|
13004
13023
|
face_downgrade?: boolean | undefined;
|
|
13005
13024
|
replace_basic_pic?: boolean | undefined;
|
|
13006
|
-
|
|
13025
|
+
anti_cheat_punch_config?: {
|
|
13007
13026
|
intercept_suspected_cheat_punch?: boolean | undefined;
|
|
13008
13027
|
check_cheat_software_punch?: boolean | undefined;
|
|
13009
13028
|
check_buddy_punch?: boolean | undefined;
|
|
@@ -13124,6 +13143,9 @@ declare abstract class Client$Y extends Client$Z {
|
|
|
13124
13143
|
} | undefined;
|
|
13125
13144
|
new_calendar_id?: string | undefined;
|
|
13126
13145
|
allow_apply_punch?: boolean | undefined;
|
|
13146
|
+
clock_in_abnormal_settings?: {
|
|
13147
|
+
ignore_until_latest_clockout?: boolean | undefined;
|
|
13148
|
+
} | undefined;
|
|
13127
13149
|
} | undefined;
|
|
13128
13150
|
}>;
|
|
13129
13151
|
listWithIterator: (payload?: {
|
|
@@ -14865,7 +14887,7 @@ declare abstract class Client$Y extends Client$Z {
|
|
|
14865
14887
|
};
|
|
14866
14888
|
}
|
|
14867
14889
|
|
|
14868
|
-
declare abstract class Client$
|
|
14890
|
+
declare abstract class Client$Y extends Client$Z {
|
|
14869
14891
|
tokenManager: any;
|
|
14870
14892
|
domain: any;
|
|
14871
14893
|
logger: Logger;
|
|
@@ -15062,7 +15084,7 @@ declare abstract class Client$X extends Client$Y {
|
|
|
15062
15084
|
};
|
|
15063
15085
|
}
|
|
15064
15086
|
|
|
15065
|
-
declare abstract class Client$
|
|
15087
|
+
declare abstract class Client$X extends Client$Y {
|
|
15066
15088
|
tokenManager: any;
|
|
15067
15089
|
domain: any;
|
|
15068
15090
|
logger: Logger;
|
|
@@ -15405,7 +15427,7 @@ declare abstract class Client$W extends Client$X {
|
|
|
15405
15427
|
};
|
|
15406
15428
|
}
|
|
15407
15429
|
|
|
15408
|
-
declare abstract class Client$
|
|
15430
|
+
declare abstract class Client$W extends Client$X {
|
|
15409
15431
|
tokenManager: any;
|
|
15410
15432
|
domain: any;
|
|
15411
15433
|
logger: Logger;
|
|
@@ -15417,7 +15439,7 @@ declare abstract class Client$V extends Client$W {
|
|
|
15417
15439
|
aweme_ecosystem: {};
|
|
15418
15440
|
}
|
|
15419
15441
|
|
|
15420
|
-
declare abstract class Client$
|
|
15442
|
+
declare abstract class Client$V extends Client$W {
|
|
15421
15443
|
tokenManager: any;
|
|
15422
15444
|
domain: any;
|
|
15423
15445
|
logger: Logger;
|
|
@@ -17988,7 +18010,7 @@ declare abstract class Client$U extends Client$V {
|
|
|
17988
18010
|
};
|
|
17989
18011
|
}
|
|
17990
18012
|
|
|
17991
|
-
declare abstract class Client$
|
|
18013
|
+
declare abstract class Client$U extends Client$V {
|
|
17992
18014
|
tokenManager: any;
|
|
17993
18015
|
domain: any;
|
|
17994
18016
|
logger: Logger;
|
|
@@ -23913,7 +23935,7 @@ declare abstract class Client$T extends Client$U {
|
|
|
23913
23935
|
};
|
|
23914
23936
|
}
|
|
23915
23937
|
|
|
23916
|
-
declare abstract class Client$
|
|
23938
|
+
declare abstract class Client$T extends Client$U {
|
|
23917
23939
|
tokenManager: any;
|
|
23918
23940
|
domain: any;
|
|
23919
23941
|
logger: Logger;
|
|
@@ -24146,7 +24168,7 @@ declare abstract class Client$S extends Client$T {
|
|
|
24146
24168
|
};
|
|
24147
24169
|
}
|
|
24148
24170
|
|
|
24149
|
-
declare abstract class Client$
|
|
24171
|
+
declare abstract class Client$S extends Client$T {
|
|
24150
24172
|
tokenManager: any;
|
|
24151
24173
|
domain: any;
|
|
24152
24174
|
logger: Logger;
|
|
@@ -24281,7 +24303,7 @@ declare abstract class Client$R extends Client$S {
|
|
|
24281
24303
|
};
|
|
24282
24304
|
}
|
|
24283
24305
|
|
|
24284
|
-
declare abstract class Client$
|
|
24306
|
+
declare abstract class Client$R extends Client$S {
|
|
24285
24307
|
tokenManager: any;
|
|
24286
24308
|
domain: any;
|
|
24287
24309
|
logger: Logger;
|
|
@@ -25157,6 +25179,18 @@ declare abstract class Client$Q extends Client$R {
|
|
|
25157
25179
|
attachments?: Array<{
|
|
25158
25180
|
file_token?: string;
|
|
25159
25181
|
}>;
|
|
25182
|
+
event_check_in?: {
|
|
25183
|
+
enable_check_in: boolean;
|
|
25184
|
+
check_in_start_time?: {
|
|
25185
|
+
time_type: "before_event_start" | "after_event_start" | "after_event_end";
|
|
25186
|
+
duration: number;
|
|
25187
|
+
};
|
|
25188
|
+
check_in_end_time?: {
|
|
25189
|
+
time_type: "before_event_start" | "after_event_start" | "after_event_end";
|
|
25190
|
+
duration: number;
|
|
25191
|
+
};
|
|
25192
|
+
need_notify_attendees?: boolean;
|
|
25193
|
+
};
|
|
25160
25194
|
};
|
|
25161
25195
|
params?: {
|
|
25162
25196
|
idempotency_key?: string;
|
|
@@ -25238,6 +25272,18 @@ declare abstract class Client$Q extends Client$R {
|
|
|
25238
25272
|
is_deleted?: boolean | undefined;
|
|
25239
25273
|
name?: string | undefined;
|
|
25240
25274
|
}[] | undefined;
|
|
25275
|
+
event_check_in?: {
|
|
25276
|
+
enable_check_in: boolean;
|
|
25277
|
+
check_in_start_time?: {
|
|
25278
|
+
time_type: "before_event_start" | "after_event_start" | "after_event_end";
|
|
25279
|
+
duration: number;
|
|
25280
|
+
} | undefined;
|
|
25281
|
+
check_in_end_time?: {
|
|
25282
|
+
time_type: "before_event_start" | "after_event_start" | "after_event_end";
|
|
25283
|
+
duration: number;
|
|
25284
|
+
} | undefined;
|
|
25285
|
+
need_notify_attendees?: boolean | undefined;
|
|
25286
|
+
} | undefined;
|
|
25241
25287
|
} | undefined;
|
|
25242
25288
|
} | undefined;
|
|
25243
25289
|
}>;
|
|
@@ -25381,6 +25427,18 @@ declare abstract class Client$Q extends Client$R {
|
|
|
25381
25427
|
file_size?: string | undefined;
|
|
25382
25428
|
name?: string | undefined;
|
|
25383
25429
|
}[] | undefined;
|
|
25430
|
+
event_check_in?: {
|
|
25431
|
+
enable_check_in: boolean;
|
|
25432
|
+
check_in_start_time?: {
|
|
25433
|
+
time_type: "before_event_start" | "after_event_start" | "after_event_end";
|
|
25434
|
+
duration: number;
|
|
25435
|
+
} | undefined;
|
|
25436
|
+
check_in_end_time?: {
|
|
25437
|
+
time_type: "before_event_start" | "after_event_start" | "after_event_end";
|
|
25438
|
+
duration: number;
|
|
25439
|
+
} | undefined;
|
|
25440
|
+
need_notify_attendees?: boolean | undefined;
|
|
25441
|
+
} | undefined;
|
|
25384
25442
|
} | undefined;
|
|
25385
25443
|
} | undefined;
|
|
25386
25444
|
}>;
|
|
@@ -25689,6 +25747,18 @@ declare abstract class Client$Q extends Client$R {
|
|
|
25689
25747
|
file_token?: string;
|
|
25690
25748
|
is_deleted?: boolean;
|
|
25691
25749
|
}>;
|
|
25750
|
+
event_check_in?: {
|
|
25751
|
+
enable_check_in: boolean;
|
|
25752
|
+
check_in_start_time?: {
|
|
25753
|
+
time_type: "before_event_start" | "after_event_start" | "after_event_end";
|
|
25754
|
+
duration: number;
|
|
25755
|
+
};
|
|
25756
|
+
check_in_end_time?: {
|
|
25757
|
+
time_type: "before_event_start" | "after_event_start" | "after_event_end";
|
|
25758
|
+
duration: number;
|
|
25759
|
+
};
|
|
25760
|
+
need_notify_attendees?: boolean;
|
|
25761
|
+
};
|
|
25692
25762
|
};
|
|
25693
25763
|
params?: {
|
|
25694
25764
|
user_id_type?: "user_id" | "union_id" | "open_id";
|
|
@@ -25770,6 +25840,18 @@ declare abstract class Client$Q extends Client$R {
|
|
|
25770
25840
|
is_deleted?: boolean | undefined;
|
|
25771
25841
|
name?: string | undefined;
|
|
25772
25842
|
}[] | undefined;
|
|
25843
|
+
event_check_in?: {
|
|
25844
|
+
enable_check_in: boolean;
|
|
25845
|
+
check_in_start_time?: {
|
|
25846
|
+
time_type: "before_event_start" | "after_event_start" | "after_event_end";
|
|
25847
|
+
duration: number;
|
|
25848
|
+
} | undefined;
|
|
25849
|
+
check_in_end_time?: {
|
|
25850
|
+
time_type: "before_event_start" | "after_event_start" | "after_event_end";
|
|
25851
|
+
duration: number;
|
|
25852
|
+
} | undefined;
|
|
25853
|
+
need_notify_attendees?: boolean | undefined;
|
|
25854
|
+
} | undefined;
|
|
25773
25855
|
} | undefined;
|
|
25774
25856
|
} | undefined;
|
|
25775
25857
|
}>;
|
|
@@ -27132,6 +27214,18 @@ declare abstract class Client$Q extends Client$R {
|
|
|
27132
27214
|
attachments?: Array<{
|
|
27133
27215
|
file_token?: string;
|
|
27134
27216
|
}>;
|
|
27217
|
+
event_check_in?: {
|
|
27218
|
+
enable_check_in: boolean;
|
|
27219
|
+
check_in_start_time?: {
|
|
27220
|
+
time_type: "before_event_start" | "after_event_start" | "after_event_end";
|
|
27221
|
+
duration: number;
|
|
27222
|
+
};
|
|
27223
|
+
check_in_end_time?: {
|
|
27224
|
+
time_type: "before_event_start" | "after_event_start" | "after_event_end";
|
|
27225
|
+
duration: number;
|
|
27226
|
+
};
|
|
27227
|
+
need_notify_attendees?: boolean;
|
|
27228
|
+
};
|
|
27135
27229
|
};
|
|
27136
27230
|
params?: {
|
|
27137
27231
|
idempotency_key?: string;
|
|
@@ -27213,6 +27307,18 @@ declare abstract class Client$Q extends Client$R {
|
|
|
27213
27307
|
is_deleted?: boolean | undefined;
|
|
27214
27308
|
name?: string | undefined;
|
|
27215
27309
|
}[] | undefined;
|
|
27310
|
+
event_check_in?: {
|
|
27311
|
+
enable_check_in: boolean;
|
|
27312
|
+
check_in_start_time?: {
|
|
27313
|
+
time_type: "before_event_start" | "after_event_start" | "after_event_end";
|
|
27314
|
+
duration: number;
|
|
27315
|
+
} | undefined;
|
|
27316
|
+
check_in_end_time?: {
|
|
27317
|
+
time_type: "before_event_start" | "after_event_start" | "after_event_end";
|
|
27318
|
+
duration: number;
|
|
27319
|
+
} | undefined;
|
|
27320
|
+
need_notify_attendees?: boolean | undefined;
|
|
27321
|
+
} | undefined;
|
|
27216
27322
|
} | undefined;
|
|
27217
27323
|
} | undefined;
|
|
27218
27324
|
}>;
|
|
@@ -27356,6 +27462,18 @@ declare abstract class Client$Q extends Client$R {
|
|
|
27356
27462
|
file_size?: string | undefined;
|
|
27357
27463
|
name?: string | undefined;
|
|
27358
27464
|
}[] | undefined;
|
|
27465
|
+
event_check_in?: {
|
|
27466
|
+
enable_check_in: boolean;
|
|
27467
|
+
check_in_start_time?: {
|
|
27468
|
+
time_type: "before_event_start" | "after_event_start" | "after_event_end";
|
|
27469
|
+
duration: number;
|
|
27470
|
+
} | undefined;
|
|
27471
|
+
check_in_end_time?: {
|
|
27472
|
+
time_type: "before_event_start" | "after_event_start" | "after_event_end";
|
|
27473
|
+
duration: number;
|
|
27474
|
+
} | undefined;
|
|
27475
|
+
need_notify_attendees?: boolean | undefined;
|
|
27476
|
+
} | undefined;
|
|
27359
27477
|
} | undefined;
|
|
27360
27478
|
} | undefined;
|
|
27361
27479
|
}>;
|
|
@@ -27664,6 +27782,18 @@ declare abstract class Client$Q extends Client$R {
|
|
|
27664
27782
|
file_token?: string;
|
|
27665
27783
|
is_deleted?: boolean;
|
|
27666
27784
|
}>;
|
|
27785
|
+
event_check_in?: {
|
|
27786
|
+
enable_check_in: boolean;
|
|
27787
|
+
check_in_start_time?: {
|
|
27788
|
+
time_type: "before_event_start" | "after_event_start" | "after_event_end";
|
|
27789
|
+
duration: number;
|
|
27790
|
+
};
|
|
27791
|
+
check_in_end_time?: {
|
|
27792
|
+
time_type: "before_event_start" | "after_event_start" | "after_event_end";
|
|
27793
|
+
duration: number;
|
|
27794
|
+
};
|
|
27795
|
+
need_notify_attendees?: boolean;
|
|
27796
|
+
};
|
|
27667
27797
|
};
|
|
27668
27798
|
params?: {
|
|
27669
27799
|
user_id_type?: "user_id" | "union_id" | "open_id";
|
|
@@ -27745,6 +27875,18 @@ declare abstract class Client$Q extends Client$R {
|
|
|
27745
27875
|
is_deleted?: boolean | undefined;
|
|
27746
27876
|
name?: string | undefined;
|
|
27747
27877
|
}[] | undefined;
|
|
27878
|
+
event_check_in?: {
|
|
27879
|
+
enable_check_in: boolean;
|
|
27880
|
+
check_in_start_time?: {
|
|
27881
|
+
time_type: "before_event_start" | "after_event_start" | "after_event_end";
|
|
27882
|
+
duration: number;
|
|
27883
|
+
} | undefined;
|
|
27884
|
+
check_in_end_time?: {
|
|
27885
|
+
time_type: "before_event_start" | "after_event_start" | "after_event_end";
|
|
27886
|
+
duration: number;
|
|
27887
|
+
} | undefined;
|
|
27888
|
+
need_notify_attendees?: boolean | undefined;
|
|
27889
|
+
} | undefined;
|
|
27748
27890
|
} | undefined;
|
|
27749
27891
|
} | undefined;
|
|
27750
27892
|
}>;
|
|
@@ -28244,7 +28386,7 @@ declare abstract class Client$Q extends Client$R {
|
|
|
28244
28386
|
};
|
|
28245
28387
|
}
|
|
28246
28388
|
|
|
28247
|
-
declare abstract class Client$
|
|
28389
|
+
declare abstract class Client$Q extends Client$R {
|
|
28248
28390
|
tokenManager: any;
|
|
28249
28391
|
domain: any;
|
|
28250
28392
|
logger: Logger;
|
|
@@ -28482,7 +28624,7 @@ declare abstract class Client$P extends Client$Q {
|
|
|
28482
28624
|
};
|
|
28483
28625
|
}
|
|
28484
28626
|
|
|
28485
|
-
declare abstract class Client$
|
|
28627
|
+
declare abstract class Client$P extends Client$Q {
|
|
28486
28628
|
tokenManager: any;
|
|
28487
28629
|
domain: any;
|
|
28488
28630
|
logger: Logger;
|
|
@@ -28494,7 +28636,7 @@ declare abstract class Client$O extends Client$P {
|
|
|
28494
28636
|
comment_sdk: {};
|
|
28495
28637
|
}
|
|
28496
28638
|
|
|
28497
|
-
declare abstract class Client$
|
|
28639
|
+
declare abstract class Client$O extends Client$P {
|
|
28498
28640
|
tokenManager: any;
|
|
28499
28641
|
domain: any;
|
|
28500
28642
|
logger: Logger;
|
|
@@ -28835,7 +28977,7 @@ declare abstract class Client$N extends Client$O {
|
|
|
28835
28977
|
};
|
|
28836
28978
|
}
|
|
28837
28979
|
|
|
28838
|
-
declare abstract class Client$
|
|
28980
|
+
declare abstract class Client$N extends Client$O {
|
|
28839
28981
|
tokenManager: any;
|
|
28840
28982
|
domain: any;
|
|
28841
28983
|
logger: Logger;
|
|
@@ -36392,7 +36534,7 @@ declare abstract class Client$M extends Client$N {
|
|
|
36392
36534
|
};
|
|
36393
36535
|
}
|
|
36394
36536
|
|
|
36395
|
-
declare abstract class Client$
|
|
36537
|
+
declare abstract class Client$M extends Client$N {
|
|
36396
36538
|
tokenManager: any;
|
|
36397
36539
|
domain: any;
|
|
36398
36540
|
logger: Logger;
|
|
@@ -36404,7 +36546,7 @@ declare abstract class Client$L extends Client$M {
|
|
|
36404
36546
|
content_check: {};
|
|
36405
36547
|
}
|
|
36406
36548
|
|
|
36407
|
-
declare abstract class Client$
|
|
36549
|
+
declare abstract class Client$L extends Client$M {
|
|
36408
36550
|
tokenManager: any;
|
|
36409
36551
|
domain: any;
|
|
36410
36552
|
logger: Logger;
|
|
@@ -36416,7 +36558,7 @@ declare abstract class Client$K extends Client$L {
|
|
|
36416
36558
|
contract: {};
|
|
36417
36559
|
}
|
|
36418
36560
|
|
|
36419
|
-
declare abstract class Client$
|
|
36561
|
+
declare abstract class Client$K extends Client$L {
|
|
36420
36562
|
tokenManager: any;
|
|
36421
36563
|
domain: any;
|
|
36422
36564
|
logger: Logger;
|
|
@@ -39536,6 +39678,7 @@ declare abstract class Client$J extends Client$K {
|
|
|
39536
39678
|
lang: string;
|
|
39537
39679
|
value: string;
|
|
39538
39680
|
}>;
|
|
39681
|
+
pathway_id?: string;
|
|
39539
39682
|
job_family_id_list?: Array<string>;
|
|
39540
39683
|
job_level_id_list?: Array<string>;
|
|
39541
39684
|
working_hours_type_id?: string;
|
|
@@ -39569,6 +39712,7 @@ declare abstract class Client$J extends Client$K {
|
|
|
39569
39712
|
lang: string;
|
|
39570
39713
|
value: string;
|
|
39571
39714
|
}[] | undefined;
|
|
39715
|
+
pathway_id?: string | undefined;
|
|
39572
39716
|
job_family_id_list?: string[] | undefined;
|
|
39573
39717
|
job_level_id_list?: string[] | undefined;
|
|
39574
39718
|
working_hours_type_id?: string | undefined;
|
|
@@ -39632,6 +39776,7 @@ declare abstract class Client$J extends Client$K {
|
|
|
39632
39776
|
lang: string;
|
|
39633
39777
|
value: string;
|
|
39634
39778
|
}[] | undefined;
|
|
39779
|
+
pathway_id?: string | undefined;
|
|
39635
39780
|
job_family_id_list?: string[] | undefined;
|
|
39636
39781
|
job_level_id_list?: string[] | undefined;
|
|
39637
39782
|
working_hours_type_id?: string | undefined;
|
|
@@ -39680,6 +39825,7 @@ declare abstract class Client$J extends Client$K {
|
|
|
39680
39825
|
lang: string;
|
|
39681
39826
|
value: string;
|
|
39682
39827
|
}[] | undefined;
|
|
39828
|
+
pathway_id?: string | undefined;
|
|
39683
39829
|
job_family_id_list?: string[] | undefined;
|
|
39684
39830
|
job_level_id_list?: string[] | undefined;
|
|
39685
39831
|
working_hours_type_id?: string | undefined;
|
|
@@ -39719,6 +39865,7 @@ declare abstract class Client$J extends Client$K {
|
|
|
39719
39865
|
lang: string;
|
|
39720
39866
|
value: string;
|
|
39721
39867
|
}>;
|
|
39868
|
+
pathway_id?: string;
|
|
39722
39869
|
job_family_id_list?: Array<string>;
|
|
39723
39870
|
job_level_id_list?: Array<string>;
|
|
39724
39871
|
working_hours_type_id?: string;
|
|
@@ -39755,6 +39902,7 @@ declare abstract class Client$J extends Client$K {
|
|
|
39755
39902
|
lang: string;
|
|
39756
39903
|
value: string;
|
|
39757
39904
|
}[] | undefined;
|
|
39905
|
+
pathway_id?: string | undefined;
|
|
39758
39906
|
job_family_id_list?: string[] | undefined;
|
|
39759
39907
|
job_level_id_list?: string[] | undefined;
|
|
39760
39908
|
working_hours_type_id?: string | undefined;
|
|
@@ -39869,6 +40017,8 @@ declare abstract class Client$J extends Client$K {
|
|
|
39869
40017
|
target_service_company?: string;
|
|
39870
40018
|
original_position?: string;
|
|
39871
40019
|
target_position?: string;
|
|
40020
|
+
original_pathway?: string;
|
|
40021
|
+
target_pathway?: string;
|
|
39872
40022
|
};
|
|
39873
40023
|
transfer_key?: string;
|
|
39874
40024
|
initiator_id?: string;
|
|
@@ -39980,6 +40130,8 @@ declare abstract class Client$J extends Client$K {
|
|
|
39980
40130
|
target_service_company?: string | undefined;
|
|
39981
40131
|
original_position?: string | undefined;
|
|
39982
40132
|
target_position?: string | undefined;
|
|
40133
|
+
original_pathway?: string | undefined;
|
|
40134
|
+
target_pathway?: string | undefined;
|
|
39983
40135
|
} | undefined;
|
|
39984
40136
|
} | undefined;
|
|
39985
40137
|
}>;
|
|
@@ -40035,6 +40187,8 @@ declare abstract class Client$J extends Client$K {
|
|
|
40035
40187
|
enum_name: string;
|
|
40036
40188
|
};
|
|
40037
40189
|
service_company?: string;
|
|
40190
|
+
position_id?: string;
|
|
40191
|
+
pathway_id?: string;
|
|
40038
40192
|
};
|
|
40039
40193
|
params?: {
|
|
40040
40194
|
client_token?: string;
|
|
@@ -40098,6 +40252,7 @@ declare abstract class Client$J extends Client$K {
|
|
|
40098
40252
|
}[] | undefined;
|
|
40099
40253
|
} | undefined;
|
|
40100
40254
|
service_company?: string | undefined;
|
|
40255
|
+
pathway_id?: string | undefined;
|
|
40101
40256
|
} | undefined;
|
|
40102
40257
|
} | undefined;
|
|
40103
40258
|
}>;
|
|
@@ -40198,6 +40353,7 @@ declare abstract class Client$J extends Client$K {
|
|
|
40198
40353
|
service_company?: string | undefined;
|
|
40199
40354
|
employee_subtype_id?: string | undefined;
|
|
40200
40355
|
position_id?: string | undefined;
|
|
40356
|
+
pathway_id?: string | undefined;
|
|
40201
40357
|
job_data_reason?: {
|
|
40202
40358
|
enum_name: string;
|
|
40203
40359
|
display?: {
|
|
@@ -40295,6 +40451,7 @@ declare abstract class Client$J extends Client$K {
|
|
|
40295
40451
|
service_company?: string | undefined;
|
|
40296
40452
|
employee_subtype_id?: string | undefined;
|
|
40297
40453
|
position_id?: string | undefined;
|
|
40454
|
+
pathway_id?: string | undefined;
|
|
40298
40455
|
job_data_reason?: {
|
|
40299
40456
|
enum_name: string;
|
|
40300
40457
|
display?: {
|
|
@@ -40354,6 +40511,7 @@ declare abstract class Client$J extends Client$K {
|
|
|
40354
40511
|
enum_name: string;
|
|
40355
40512
|
};
|
|
40356
40513
|
service_company?: string;
|
|
40514
|
+
pathway_id?: string;
|
|
40357
40515
|
};
|
|
40358
40516
|
params?: {
|
|
40359
40517
|
client_token?: string;
|
|
@@ -40421,6 +40579,7 @@ declare abstract class Client$J extends Client$K {
|
|
|
40421
40579
|
}[] | undefined;
|
|
40422
40580
|
} | undefined;
|
|
40423
40581
|
service_company?: string | undefined;
|
|
40582
|
+
pathway_id?: string | undefined;
|
|
40424
40583
|
} | undefined;
|
|
40425
40584
|
} | undefined;
|
|
40426
40585
|
}>;
|
|
@@ -40446,9 +40605,14 @@ declare abstract class Client$J extends Client$K {
|
|
|
40446
40605
|
}>;
|
|
40447
40606
|
active: boolean;
|
|
40448
40607
|
parent_id?: string;
|
|
40608
|
+
pathway_ids?: Array<string>;
|
|
40449
40609
|
effective_time: string;
|
|
40450
40610
|
expiration_time?: string;
|
|
40451
40611
|
code?: string;
|
|
40612
|
+
description?: Array<{
|
|
40613
|
+
lang: string;
|
|
40614
|
+
value: string;
|
|
40615
|
+
}>;
|
|
40452
40616
|
custom_fields?: Array<{
|
|
40453
40617
|
field_name: string;
|
|
40454
40618
|
value: string;
|
|
@@ -40469,9 +40633,14 @@ declare abstract class Client$J extends Client$K {
|
|
|
40469
40633
|
}>;
|
|
40470
40634
|
active: boolean;
|
|
40471
40635
|
parent_id?: string | undefined;
|
|
40636
|
+
pathway_ids?: string[] | undefined;
|
|
40472
40637
|
effective_time: string;
|
|
40473
40638
|
expiration_time?: string | undefined;
|
|
40474
40639
|
code?: string | undefined;
|
|
40640
|
+
description?: {
|
|
40641
|
+
lang: string;
|
|
40642
|
+
value: string;
|
|
40643
|
+
}[] | undefined;
|
|
40475
40644
|
custom_fields?: {
|
|
40476
40645
|
field_name: string;
|
|
40477
40646
|
value: string;
|
|
@@ -40522,9 +40691,14 @@ declare abstract class Client$J extends Client$K {
|
|
|
40522
40691
|
}>;
|
|
40523
40692
|
active: boolean;
|
|
40524
40693
|
parent_id?: string | undefined;
|
|
40694
|
+
pathway_ids?: string[] | undefined;
|
|
40525
40695
|
effective_time: string;
|
|
40526
40696
|
expiration_time?: string | undefined;
|
|
40527
40697
|
code?: string | undefined;
|
|
40698
|
+
description?: {
|
|
40699
|
+
lang: string;
|
|
40700
|
+
value: string;
|
|
40701
|
+
}[] | undefined;
|
|
40528
40702
|
custom_fields?: {
|
|
40529
40703
|
field_name: string;
|
|
40530
40704
|
value: string;
|
|
@@ -40558,9 +40732,14 @@ declare abstract class Client$J extends Client$K {
|
|
|
40558
40732
|
}>;
|
|
40559
40733
|
active: boolean;
|
|
40560
40734
|
parent_id?: string | undefined;
|
|
40735
|
+
pathway_ids?: string[] | undefined;
|
|
40561
40736
|
effective_time: string;
|
|
40562
40737
|
expiration_time?: string | undefined;
|
|
40563
40738
|
code?: string | undefined;
|
|
40739
|
+
description?: {
|
|
40740
|
+
lang: string;
|
|
40741
|
+
value: string;
|
|
40742
|
+
}[] | undefined;
|
|
40564
40743
|
custom_fields?: {
|
|
40565
40744
|
field_name: string;
|
|
40566
40745
|
value: string;
|
|
@@ -40587,9 +40766,14 @@ declare abstract class Client$J extends Client$K {
|
|
|
40587
40766
|
}>;
|
|
40588
40767
|
active?: boolean;
|
|
40589
40768
|
parent_id?: string;
|
|
40769
|
+
pathway_ids?: Array<string>;
|
|
40590
40770
|
effective_time?: string;
|
|
40591
40771
|
expiration_time?: string;
|
|
40592
40772
|
code?: string;
|
|
40773
|
+
description?: Array<{
|
|
40774
|
+
lang: string;
|
|
40775
|
+
value: string;
|
|
40776
|
+
}>;
|
|
40593
40777
|
custom_fields?: Array<{
|
|
40594
40778
|
field_name: string;
|
|
40595
40779
|
value: string;
|
|
@@ -40613,9 +40797,14 @@ declare abstract class Client$J extends Client$K {
|
|
|
40613
40797
|
}>;
|
|
40614
40798
|
active: boolean;
|
|
40615
40799
|
parent_id?: string | undefined;
|
|
40800
|
+
pathway_ids?: string[] | undefined;
|
|
40616
40801
|
effective_time: string;
|
|
40617
40802
|
expiration_time?: string | undefined;
|
|
40618
40803
|
code?: string | undefined;
|
|
40804
|
+
description?: {
|
|
40805
|
+
lang: string;
|
|
40806
|
+
value: string;
|
|
40807
|
+
}[] | undefined;
|
|
40619
40808
|
custom_fields?: {
|
|
40620
40809
|
field_name: string;
|
|
40621
40810
|
value: string;
|
|
@@ -40655,6 +40844,7 @@ declare abstract class Client$J extends Client$K {
|
|
|
40655
40844
|
value: string;
|
|
40656
40845
|
}>;
|
|
40657
40846
|
job_grade?: Array<string>;
|
|
40847
|
+
pathway_ids?: Array<string>;
|
|
40658
40848
|
};
|
|
40659
40849
|
params?: {
|
|
40660
40850
|
client_token?: string;
|
|
@@ -40681,6 +40871,7 @@ declare abstract class Client$J extends Client$K {
|
|
|
40681
40871
|
value: string;
|
|
40682
40872
|
}[] | undefined;
|
|
40683
40873
|
job_grade?: string[] | undefined;
|
|
40874
|
+
pathway_ids?: string[] | undefined;
|
|
40684
40875
|
} | undefined;
|
|
40685
40876
|
} | undefined;
|
|
40686
40877
|
}>;
|
|
@@ -40737,6 +40928,7 @@ declare abstract class Client$J extends Client$K {
|
|
|
40737
40928
|
value: string;
|
|
40738
40929
|
}[] | undefined;
|
|
40739
40930
|
job_grade?: string[] | undefined;
|
|
40931
|
+
pathway_ids?: string[] | undefined;
|
|
40740
40932
|
} | undefined;
|
|
40741
40933
|
} | undefined;
|
|
40742
40934
|
}>;
|
|
@@ -40776,6 +40968,7 @@ declare abstract class Client$J extends Client$K {
|
|
|
40776
40968
|
value: string;
|
|
40777
40969
|
}[] | undefined;
|
|
40778
40970
|
job_grade?: string[] | undefined;
|
|
40971
|
+
pathway_ids?: string[] | undefined;
|
|
40779
40972
|
}[] | undefined;
|
|
40780
40973
|
has_more?: boolean | undefined;
|
|
40781
40974
|
page_token?: string | undefined;
|
|
@@ -40808,6 +41001,7 @@ declare abstract class Client$J extends Client$K {
|
|
|
40808
41001
|
value: string;
|
|
40809
41002
|
}>;
|
|
40810
41003
|
job_grade?: Array<string>;
|
|
41004
|
+
pathway_ids?: Array<string>;
|
|
40811
41005
|
};
|
|
40812
41006
|
params?: {
|
|
40813
41007
|
client_token?: string;
|
|
@@ -40837,6 +41031,7 @@ declare abstract class Client$J extends Client$K {
|
|
|
40837
41031
|
value: string;
|
|
40838
41032
|
}[] | undefined;
|
|
40839
41033
|
job_grade?: string[] | undefined;
|
|
41034
|
+
pathway_ids?: string[] | undefined;
|
|
40840
41035
|
} | undefined;
|
|
40841
41036
|
} | undefined;
|
|
40842
41037
|
}>;
|
|
@@ -48910,6 +49105,7 @@ declare abstract class Client$J extends Client$K {
|
|
|
48910
49105
|
lang: string;
|
|
48911
49106
|
value: string;
|
|
48912
49107
|
}>;
|
|
49108
|
+
pathway_id?: string;
|
|
48913
49109
|
job_family_id_list?: Array<string>;
|
|
48914
49110
|
job_level_id_list?: Array<string>;
|
|
48915
49111
|
working_hours_type_id?: string;
|
|
@@ -48943,6 +49139,7 @@ declare abstract class Client$J extends Client$K {
|
|
|
48943
49139
|
lang: string;
|
|
48944
49140
|
value: string;
|
|
48945
49141
|
}[] | undefined;
|
|
49142
|
+
pathway_id?: string | undefined;
|
|
48946
49143
|
job_family_id_list?: string[] | undefined;
|
|
48947
49144
|
job_level_id_list?: string[] | undefined;
|
|
48948
49145
|
working_hours_type_id?: string | undefined;
|
|
@@ -49006,6 +49203,7 @@ declare abstract class Client$J extends Client$K {
|
|
|
49006
49203
|
lang: string;
|
|
49007
49204
|
value: string;
|
|
49008
49205
|
}[] | undefined;
|
|
49206
|
+
pathway_id?: string | undefined;
|
|
49009
49207
|
job_family_id_list?: string[] | undefined;
|
|
49010
49208
|
job_level_id_list?: string[] | undefined;
|
|
49011
49209
|
working_hours_type_id?: string | undefined;
|
|
@@ -49054,6 +49252,7 @@ declare abstract class Client$J extends Client$K {
|
|
|
49054
49252
|
lang: string;
|
|
49055
49253
|
value: string;
|
|
49056
49254
|
}[] | undefined;
|
|
49255
|
+
pathway_id?: string | undefined;
|
|
49057
49256
|
job_family_id_list?: string[] | undefined;
|
|
49058
49257
|
job_level_id_list?: string[] | undefined;
|
|
49059
49258
|
working_hours_type_id?: string | undefined;
|
|
@@ -49093,6 +49292,7 @@ declare abstract class Client$J extends Client$K {
|
|
|
49093
49292
|
lang: string;
|
|
49094
49293
|
value: string;
|
|
49095
49294
|
}>;
|
|
49295
|
+
pathway_id?: string;
|
|
49096
49296
|
job_family_id_list?: Array<string>;
|
|
49097
49297
|
job_level_id_list?: Array<string>;
|
|
49098
49298
|
working_hours_type_id?: string;
|
|
@@ -49129,6 +49329,7 @@ declare abstract class Client$J extends Client$K {
|
|
|
49129
49329
|
lang: string;
|
|
49130
49330
|
value: string;
|
|
49131
49331
|
}[] | undefined;
|
|
49332
|
+
pathway_id?: string | undefined;
|
|
49132
49333
|
job_family_id_list?: string[] | undefined;
|
|
49133
49334
|
job_level_id_list?: string[] | undefined;
|
|
49134
49335
|
working_hours_type_id?: string | undefined;
|
|
@@ -49243,6 +49444,8 @@ declare abstract class Client$J extends Client$K {
|
|
|
49243
49444
|
target_service_company?: string;
|
|
49244
49445
|
original_position?: string;
|
|
49245
49446
|
target_position?: string;
|
|
49447
|
+
original_pathway?: string;
|
|
49448
|
+
target_pathway?: string;
|
|
49246
49449
|
};
|
|
49247
49450
|
transfer_key?: string;
|
|
49248
49451
|
initiator_id?: string;
|
|
@@ -49354,6 +49557,8 @@ declare abstract class Client$J extends Client$K {
|
|
|
49354
49557
|
target_service_company?: string | undefined;
|
|
49355
49558
|
original_position?: string | undefined;
|
|
49356
49559
|
target_position?: string | undefined;
|
|
49560
|
+
original_pathway?: string | undefined;
|
|
49561
|
+
target_pathway?: string | undefined;
|
|
49357
49562
|
} | undefined;
|
|
49358
49563
|
} | undefined;
|
|
49359
49564
|
}>;
|
|
@@ -49409,6 +49614,8 @@ declare abstract class Client$J extends Client$K {
|
|
|
49409
49614
|
enum_name: string;
|
|
49410
49615
|
};
|
|
49411
49616
|
service_company?: string;
|
|
49617
|
+
position_id?: string;
|
|
49618
|
+
pathway_id?: string;
|
|
49412
49619
|
};
|
|
49413
49620
|
params?: {
|
|
49414
49621
|
client_token?: string;
|
|
@@ -49472,6 +49679,7 @@ declare abstract class Client$J extends Client$K {
|
|
|
49472
49679
|
}[] | undefined;
|
|
49473
49680
|
} | undefined;
|
|
49474
49681
|
service_company?: string | undefined;
|
|
49682
|
+
pathway_id?: string | undefined;
|
|
49475
49683
|
} | undefined;
|
|
49476
49684
|
} | undefined;
|
|
49477
49685
|
}>;
|
|
@@ -49572,6 +49780,7 @@ declare abstract class Client$J extends Client$K {
|
|
|
49572
49780
|
service_company?: string | undefined;
|
|
49573
49781
|
employee_subtype_id?: string | undefined;
|
|
49574
49782
|
position_id?: string | undefined;
|
|
49783
|
+
pathway_id?: string | undefined;
|
|
49575
49784
|
job_data_reason?: {
|
|
49576
49785
|
enum_name: string;
|
|
49577
49786
|
display?: {
|
|
@@ -49669,6 +49878,7 @@ declare abstract class Client$J extends Client$K {
|
|
|
49669
49878
|
service_company?: string | undefined;
|
|
49670
49879
|
employee_subtype_id?: string | undefined;
|
|
49671
49880
|
position_id?: string | undefined;
|
|
49881
|
+
pathway_id?: string | undefined;
|
|
49672
49882
|
job_data_reason?: {
|
|
49673
49883
|
enum_name: string;
|
|
49674
49884
|
display?: {
|
|
@@ -49728,6 +49938,7 @@ declare abstract class Client$J extends Client$K {
|
|
|
49728
49938
|
enum_name: string;
|
|
49729
49939
|
};
|
|
49730
49940
|
service_company?: string;
|
|
49941
|
+
pathway_id?: string;
|
|
49731
49942
|
};
|
|
49732
49943
|
params?: {
|
|
49733
49944
|
client_token?: string;
|
|
@@ -49795,6 +50006,7 @@ declare abstract class Client$J extends Client$K {
|
|
|
49795
50006
|
}[] | undefined;
|
|
49796
50007
|
} | undefined;
|
|
49797
50008
|
service_company?: string | undefined;
|
|
50009
|
+
pathway_id?: string | undefined;
|
|
49798
50010
|
} | undefined;
|
|
49799
50011
|
} | undefined;
|
|
49800
50012
|
}>;
|
|
@@ -49820,9 +50032,14 @@ declare abstract class Client$J extends Client$K {
|
|
|
49820
50032
|
}>;
|
|
49821
50033
|
active: boolean;
|
|
49822
50034
|
parent_id?: string;
|
|
50035
|
+
pathway_ids?: Array<string>;
|
|
49823
50036
|
effective_time: string;
|
|
49824
50037
|
expiration_time?: string;
|
|
49825
50038
|
code?: string;
|
|
50039
|
+
description?: Array<{
|
|
50040
|
+
lang: string;
|
|
50041
|
+
value: string;
|
|
50042
|
+
}>;
|
|
49826
50043
|
custom_fields?: Array<{
|
|
49827
50044
|
field_name: string;
|
|
49828
50045
|
value: string;
|
|
@@ -49843,9 +50060,14 @@ declare abstract class Client$J extends Client$K {
|
|
|
49843
50060
|
}>;
|
|
49844
50061
|
active: boolean;
|
|
49845
50062
|
parent_id?: string | undefined;
|
|
50063
|
+
pathway_ids?: string[] | undefined;
|
|
49846
50064
|
effective_time: string;
|
|
49847
50065
|
expiration_time?: string | undefined;
|
|
49848
50066
|
code?: string | undefined;
|
|
50067
|
+
description?: {
|
|
50068
|
+
lang: string;
|
|
50069
|
+
value: string;
|
|
50070
|
+
}[] | undefined;
|
|
49849
50071
|
custom_fields?: {
|
|
49850
50072
|
field_name: string;
|
|
49851
50073
|
value: string;
|
|
@@ -49896,9 +50118,14 @@ declare abstract class Client$J extends Client$K {
|
|
|
49896
50118
|
}>;
|
|
49897
50119
|
active: boolean;
|
|
49898
50120
|
parent_id?: string | undefined;
|
|
50121
|
+
pathway_ids?: string[] | undefined;
|
|
49899
50122
|
effective_time: string;
|
|
49900
50123
|
expiration_time?: string | undefined;
|
|
49901
50124
|
code?: string | undefined;
|
|
50125
|
+
description?: {
|
|
50126
|
+
lang: string;
|
|
50127
|
+
value: string;
|
|
50128
|
+
}[] | undefined;
|
|
49902
50129
|
custom_fields?: {
|
|
49903
50130
|
field_name: string;
|
|
49904
50131
|
value: string;
|
|
@@ -49932,9 +50159,14 @@ declare abstract class Client$J extends Client$K {
|
|
|
49932
50159
|
}>;
|
|
49933
50160
|
active: boolean;
|
|
49934
50161
|
parent_id?: string | undefined;
|
|
50162
|
+
pathway_ids?: string[] | undefined;
|
|
49935
50163
|
effective_time: string;
|
|
49936
50164
|
expiration_time?: string | undefined;
|
|
49937
50165
|
code?: string | undefined;
|
|
50166
|
+
description?: {
|
|
50167
|
+
lang: string;
|
|
50168
|
+
value: string;
|
|
50169
|
+
}[] | undefined;
|
|
49938
50170
|
custom_fields?: {
|
|
49939
50171
|
field_name: string;
|
|
49940
50172
|
value: string;
|
|
@@ -49961,9 +50193,14 @@ declare abstract class Client$J extends Client$K {
|
|
|
49961
50193
|
}>;
|
|
49962
50194
|
active?: boolean;
|
|
49963
50195
|
parent_id?: string;
|
|
50196
|
+
pathway_ids?: Array<string>;
|
|
49964
50197
|
effective_time?: string;
|
|
49965
50198
|
expiration_time?: string;
|
|
49966
50199
|
code?: string;
|
|
50200
|
+
description?: Array<{
|
|
50201
|
+
lang: string;
|
|
50202
|
+
value: string;
|
|
50203
|
+
}>;
|
|
49967
50204
|
custom_fields?: Array<{
|
|
49968
50205
|
field_name: string;
|
|
49969
50206
|
value: string;
|
|
@@ -49987,9 +50224,14 @@ declare abstract class Client$J extends Client$K {
|
|
|
49987
50224
|
}>;
|
|
49988
50225
|
active: boolean;
|
|
49989
50226
|
parent_id?: string | undefined;
|
|
50227
|
+
pathway_ids?: string[] | undefined;
|
|
49990
50228
|
effective_time: string;
|
|
49991
50229
|
expiration_time?: string | undefined;
|
|
49992
50230
|
code?: string | undefined;
|
|
50231
|
+
description?: {
|
|
50232
|
+
lang: string;
|
|
50233
|
+
value: string;
|
|
50234
|
+
}[] | undefined;
|
|
49993
50235
|
custom_fields?: {
|
|
49994
50236
|
field_name: string;
|
|
49995
50237
|
value: string;
|
|
@@ -50029,6 +50271,7 @@ declare abstract class Client$J extends Client$K {
|
|
|
50029
50271
|
value: string;
|
|
50030
50272
|
}>;
|
|
50031
50273
|
job_grade?: Array<string>;
|
|
50274
|
+
pathway_ids?: Array<string>;
|
|
50032
50275
|
};
|
|
50033
50276
|
params?: {
|
|
50034
50277
|
client_token?: string;
|
|
@@ -50055,6 +50298,7 @@ declare abstract class Client$J extends Client$K {
|
|
|
50055
50298
|
value: string;
|
|
50056
50299
|
}[] | undefined;
|
|
50057
50300
|
job_grade?: string[] | undefined;
|
|
50301
|
+
pathway_ids?: string[] | undefined;
|
|
50058
50302
|
} | undefined;
|
|
50059
50303
|
} | undefined;
|
|
50060
50304
|
}>;
|
|
@@ -50111,6 +50355,7 @@ declare abstract class Client$J extends Client$K {
|
|
|
50111
50355
|
value: string;
|
|
50112
50356
|
}[] | undefined;
|
|
50113
50357
|
job_grade?: string[] | undefined;
|
|
50358
|
+
pathway_ids?: string[] | undefined;
|
|
50114
50359
|
} | undefined;
|
|
50115
50360
|
} | undefined;
|
|
50116
50361
|
}>;
|
|
@@ -50150,6 +50395,7 @@ declare abstract class Client$J extends Client$K {
|
|
|
50150
50395
|
value: string;
|
|
50151
50396
|
}[] | undefined;
|
|
50152
50397
|
job_grade?: string[] | undefined;
|
|
50398
|
+
pathway_ids?: string[] | undefined;
|
|
50153
50399
|
}[] | undefined;
|
|
50154
50400
|
has_more?: boolean | undefined;
|
|
50155
50401
|
page_token?: string | undefined;
|
|
@@ -50182,6 +50428,7 @@ declare abstract class Client$J extends Client$K {
|
|
|
50182
50428
|
value: string;
|
|
50183
50429
|
}>;
|
|
50184
50430
|
job_grade?: Array<string>;
|
|
50431
|
+
pathway_ids?: Array<string>;
|
|
50185
50432
|
};
|
|
50186
50433
|
params?: {
|
|
50187
50434
|
client_token?: string;
|
|
@@ -50211,6 +50458,7 @@ declare abstract class Client$J extends Client$K {
|
|
|
50211
50458
|
value: string;
|
|
50212
50459
|
}[] | undefined;
|
|
50213
50460
|
job_grade?: string[] | undefined;
|
|
50461
|
+
pathway_ids?: string[] | undefined;
|
|
50214
50462
|
} | undefined;
|
|
50215
50463
|
} | undefined;
|
|
50216
50464
|
}>;
|
|
@@ -55422,6 +55670,8 @@ declare abstract class Client$J extends Client$K {
|
|
|
55422
55670
|
original_position?: string | undefined;
|
|
55423
55671
|
target_position?: string | undefined;
|
|
55424
55672
|
target_draft_position?: string | undefined;
|
|
55673
|
+
original_pathway?: string | undefined;
|
|
55674
|
+
target_pathway?: string | undefined;
|
|
55425
55675
|
is_transfer_with_workforce?: boolean | undefined;
|
|
55426
55676
|
} | undefined;
|
|
55427
55677
|
}[] | undefined;
|
|
@@ -56648,7 +56898,6 @@ declare abstract class Client$J extends Client$K {
|
|
|
56648
56898
|
*/
|
|
56649
56899
|
create: (payload?: {
|
|
56650
56900
|
data: {
|
|
56651
|
-
cost_center_version_id?: string;
|
|
56652
56901
|
name: Array<{
|
|
56653
56902
|
lang: string;
|
|
56654
56903
|
value: string;
|
|
@@ -57696,6 +57945,7 @@ declare abstract class Client$J extends Client$K {
|
|
|
57696
57945
|
lang: string;
|
|
57697
57946
|
value: string;
|
|
57698
57947
|
}[] | undefined;
|
|
57948
|
+
pathway_id?: string | undefined;
|
|
57699
57949
|
job_family_id_list?: string[] | undefined;
|
|
57700
57950
|
job_level_id_list?: string[] | undefined;
|
|
57701
57951
|
working_hours_type_id?: string | undefined;
|
|
@@ -59122,6 +59372,7 @@ declare abstract class Client$J extends Client$K {
|
|
|
59122
59372
|
work_location?: string;
|
|
59123
59373
|
weekly_working_hours?: number;
|
|
59124
59374
|
position?: string;
|
|
59375
|
+
pathway?: string;
|
|
59125
59376
|
};
|
|
59126
59377
|
emp_contract_record?: {
|
|
59127
59378
|
contract_number?: string;
|
|
@@ -59412,6 +59663,7 @@ declare abstract class Client$J extends Client$K {
|
|
|
59412
59663
|
lang: string;
|
|
59413
59664
|
value: string;
|
|
59414
59665
|
}[] | undefined;
|
|
59666
|
+
pathway_id?: string | undefined;
|
|
59415
59667
|
job_family_id_list?: string[] | undefined;
|
|
59416
59668
|
job_level_id_list?: string[] | undefined;
|
|
59417
59669
|
working_hours_type_id?: string | undefined;
|
|
@@ -60699,6 +60951,7 @@ declare abstract class Client$J extends Client$K {
|
|
|
60699
60951
|
lang: string;
|
|
60700
60952
|
value: string;
|
|
60701
60953
|
}[] | undefined;
|
|
60954
|
+
pathway_id?: string | undefined;
|
|
60702
60955
|
job_family_id_list?: string[] | undefined;
|
|
60703
60956
|
job_level_id_list?: string[] | undefined;
|
|
60704
60957
|
working_hours_type_id?: string | undefined;
|
|
@@ -62469,6 +62722,7 @@ declare abstract class Client$J extends Client$K {
|
|
|
62469
62722
|
lang: string;
|
|
62470
62723
|
value: string;
|
|
62471
62724
|
}[] | undefined;
|
|
62725
|
+
pathway_id?: string | undefined;
|
|
62472
62726
|
job_family_id_list?: string[] | undefined;
|
|
62473
62727
|
job_level_id_list?: string[] | undefined;
|
|
62474
62728
|
working_hours_type_id?: string | undefined;
|
|
@@ -62515,6 +62769,7 @@ declare abstract class Client$J extends Client$K {
|
|
|
62515
62769
|
lang: string;
|
|
62516
62770
|
value: string;
|
|
62517
62771
|
}[] | undefined;
|
|
62772
|
+
pathway_id?: string | undefined;
|
|
62518
62773
|
job_family_id_list?: string[] | undefined;
|
|
62519
62774
|
job_level_id_list?: string[] | undefined;
|
|
62520
62775
|
working_hours_type_id?: string | undefined;
|
|
@@ -62591,6 +62846,7 @@ declare abstract class Client$J extends Client$K {
|
|
|
62591
62846
|
target_position?: string;
|
|
62592
62847
|
target_social_security_city?: string;
|
|
62593
62848
|
is_transfer_with_workforce?: boolean;
|
|
62849
|
+
target_pathway?: string;
|
|
62594
62850
|
};
|
|
62595
62851
|
transfer_key?: string;
|
|
62596
62852
|
initiator_id?: string;
|
|
@@ -62715,6 +62971,8 @@ declare abstract class Client$J extends Client$K {
|
|
|
62715
62971
|
target_draft_position?: string | undefined;
|
|
62716
62972
|
original_social_security_city?: string | undefined;
|
|
62717
62973
|
target_social_security_city?: string | undefined;
|
|
62974
|
+
original_pathway?: string | undefined;
|
|
62975
|
+
target_pathway?: string | undefined;
|
|
62718
62976
|
is_transfer_with_workforce?: boolean | undefined;
|
|
62719
62977
|
} | undefined;
|
|
62720
62978
|
is_adjust_salary?: boolean | undefined;
|
|
@@ -62887,6 +63145,8 @@ declare abstract class Client$J extends Client$K {
|
|
|
62887
63145
|
target_draft_position?: string | undefined;
|
|
62888
63146
|
original_social_security_city?: string | undefined;
|
|
62889
63147
|
target_social_security_city?: string | undefined;
|
|
63148
|
+
original_pathway?: string | undefined;
|
|
63149
|
+
target_pathway?: string | undefined;
|
|
62890
63150
|
is_transfer_with_workforce?: boolean | undefined;
|
|
62891
63151
|
} | undefined;
|
|
62892
63152
|
is_adjust_salary?: boolean | undefined;
|
|
@@ -63046,6 +63306,8 @@ declare abstract class Client$J extends Client$K {
|
|
|
63046
63306
|
target_draft_position?: string | undefined;
|
|
63047
63307
|
original_social_security_city?: string | undefined;
|
|
63048
63308
|
target_social_security_city?: string | undefined;
|
|
63309
|
+
original_pathway?: string | undefined;
|
|
63310
|
+
target_pathway?: string | undefined;
|
|
63049
63311
|
is_transfer_with_workforce?: boolean | undefined;
|
|
63050
63312
|
} | undefined;
|
|
63051
63313
|
is_adjust_salary?: boolean | undefined;
|
|
@@ -63091,13 +63353,14 @@ declare abstract class Client$J extends Client$K {
|
|
|
63091
63353
|
}>;
|
|
63092
63354
|
active: boolean;
|
|
63093
63355
|
parent_id?: string | undefined;
|
|
63356
|
+
pathway_ids?: string[] | undefined;
|
|
63094
63357
|
effective_time: string;
|
|
63095
63358
|
expiration_time?: string | undefined;
|
|
63096
63359
|
code?: string | undefined;
|
|
63097
|
-
description
|
|
63360
|
+
description?: {
|
|
63098
63361
|
lang: string;
|
|
63099
63362
|
value: string;
|
|
63100
|
-
}
|
|
63363
|
+
}[] | undefined;
|
|
63101
63364
|
custom_fields?: {
|
|
63102
63365
|
custom_api_name: string;
|
|
63103
63366
|
name?: {
|
|
@@ -63345,6 +63608,7 @@ declare abstract class Client$J extends Client$K {
|
|
|
63345
63608
|
value: string;
|
|
63346
63609
|
}[] | undefined;
|
|
63347
63610
|
job_grade?: string[] | undefined;
|
|
63611
|
+
pathway_ids?: string[] | undefined;
|
|
63348
63612
|
}[] | undefined;
|
|
63349
63613
|
} | undefined;
|
|
63350
63614
|
}>;
|
|
@@ -66268,6 +66532,10 @@ declare abstract class Client$J extends Client$K {
|
|
|
66268
66532
|
};
|
|
66269
66533
|
resident_status_specification?: string;
|
|
66270
66534
|
year_resident_tax?: string;
|
|
66535
|
+
custom_fields?: Array<{
|
|
66536
|
+
field_name: string;
|
|
66537
|
+
value: string;
|
|
66538
|
+
}>;
|
|
66271
66539
|
}>;
|
|
66272
66540
|
born_country_region?: string;
|
|
66273
66541
|
is_disabled?: boolean;
|
|
@@ -66286,6 +66554,10 @@ declare abstract class Client$J extends Client$K {
|
|
|
66286
66554
|
issue_date?: string;
|
|
66287
66555
|
expiration_date?: string;
|
|
66288
66556
|
issued_by?: string;
|
|
66557
|
+
custom_fields?: Array<{
|
|
66558
|
+
field_name: string;
|
|
66559
|
+
value: string;
|
|
66560
|
+
}>;
|
|
66289
66561
|
}>;
|
|
66290
66562
|
spouses_working_status?: string;
|
|
66291
66563
|
is_this_person_covered_by_health_insurance?: boolean;
|
|
@@ -66320,6 +66592,10 @@ declare abstract class Client$J extends Client$K {
|
|
|
66320
66592
|
city_id_v2?: string;
|
|
66321
66593
|
district_id_v2?: string;
|
|
66322
66594
|
};
|
|
66595
|
+
custom_fields?: Array<{
|
|
66596
|
+
field_name: string;
|
|
66597
|
+
value: string;
|
|
66598
|
+
}>;
|
|
66323
66599
|
}>;
|
|
66324
66600
|
religion?: string;
|
|
66325
66601
|
bank_account_list?: Array<{
|
|
@@ -66330,6 +66606,10 @@ declare abstract class Client$J extends Client$K {
|
|
|
66330
66606
|
country_region_id?: string;
|
|
66331
66607
|
bank_account_usages?: Array<string>;
|
|
66332
66608
|
bank_account_type?: string;
|
|
66609
|
+
custom_fields?: Array<{
|
|
66610
|
+
field_name: string;
|
|
66611
|
+
value: string;
|
|
66612
|
+
}>;
|
|
66333
66613
|
}>;
|
|
66334
66614
|
national_id_list?: Array<{
|
|
66335
66615
|
country_region_id: string;
|
|
@@ -66338,6 +66618,10 @@ declare abstract class Client$J extends Client$K {
|
|
|
66338
66618
|
issue_date?: string;
|
|
66339
66619
|
expiration_date?: string;
|
|
66340
66620
|
issued_by?: string;
|
|
66621
|
+
custom_fields?: Array<{
|
|
66622
|
+
field_name: string;
|
|
66623
|
+
value: string;
|
|
66624
|
+
}>;
|
|
66341
66625
|
}>;
|
|
66342
66626
|
personal_profile_list?: Array<{
|
|
66343
66627
|
personal_profile_type?: string;
|
|
@@ -66382,6 +66666,10 @@ declare abstract class Client$J extends Client$K {
|
|
|
66382
66666
|
email_usage: string;
|
|
66383
66667
|
};
|
|
66384
66668
|
is_primary?: boolean;
|
|
66669
|
+
custom_fields?: Array<{
|
|
66670
|
+
field_name: string;
|
|
66671
|
+
value: string;
|
|
66672
|
+
}>;
|
|
66385
66673
|
}>;
|
|
66386
66674
|
address_list?: Array<{
|
|
66387
66675
|
country_region_id: string;
|
|
@@ -66473,6 +66761,10 @@ declare abstract class Client$J extends Client$K {
|
|
|
66473
66761
|
reasons_for_seniority_adjustment?: string;
|
|
66474
66762
|
start_date?: string;
|
|
66475
66763
|
end_date?: string;
|
|
66764
|
+
custom_fields?: Array<{
|
|
66765
|
+
field_name: string;
|
|
66766
|
+
value: string;
|
|
66767
|
+
}>;
|
|
66476
66768
|
}>;
|
|
66477
66769
|
notice_period_probation_voluntary?: {
|
|
66478
66770
|
wk_id?: string;
|
|
@@ -66498,6 +66790,7 @@ declare abstract class Client$J extends Client$K {
|
|
|
66498
66790
|
non_compete_covenant?: boolean;
|
|
66499
66791
|
company_sponsored_visa?: boolean;
|
|
66500
66792
|
work_station?: string;
|
|
66793
|
+
pathway?: string;
|
|
66501
66794
|
};
|
|
66502
66795
|
education_info?: Array<{
|
|
66503
66796
|
school_name?: string;
|
|
@@ -66612,6 +66905,10 @@ declare abstract class Client$J extends Client$K {
|
|
|
66612
66905
|
};
|
|
66613
66906
|
resident_status_specification?: string;
|
|
66614
66907
|
year_resident_tax?: string;
|
|
66908
|
+
custom_fields?: Array<{
|
|
66909
|
+
field_name: string;
|
|
66910
|
+
value: string;
|
|
66911
|
+
}>;
|
|
66615
66912
|
}>;
|
|
66616
66913
|
born_country_region?: string;
|
|
66617
66914
|
is_disabled?: boolean;
|
|
@@ -66630,6 +66927,10 @@ declare abstract class Client$J extends Client$K {
|
|
|
66630
66927
|
issue_date?: string;
|
|
66631
66928
|
expiration_date?: string;
|
|
66632
66929
|
issued_by?: string;
|
|
66930
|
+
custom_fields?: Array<{
|
|
66931
|
+
field_name: string;
|
|
66932
|
+
value: string;
|
|
66933
|
+
}>;
|
|
66633
66934
|
}>;
|
|
66634
66935
|
spouses_working_status?: string;
|
|
66635
66936
|
is_this_person_covered_by_health_insurance?: boolean;
|
|
@@ -66664,6 +66965,10 @@ declare abstract class Client$J extends Client$K {
|
|
|
66664
66965
|
city_id_v2?: string;
|
|
66665
66966
|
district_id_v2?: string;
|
|
66666
66967
|
};
|
|
66968
|
+
custom_fields?: Array<{
|
|
66969
|
+
field_name: string;
|
|
66970
|
+
value: string;
|
|
66971
|
+
}>;
|
|
66667
66972
|
}>;
|
|
66668
66973
|
religion?: string;
|
|
66669
66974
|
bank_account_list?: Array<{
|
|
@@ -66674,6 +66979,10 @@ declare abstract class Client$J extends Client$K {
|
|
|
66674
66979
|
country_region_id?: string;
|
|
66675
66980
|
bank_account_usages?: Array<string>;
|
|
66676
66981
|
bank_account_type?: string;
|
|
66982
|
+
custom_fields?: Array<{
|
|
66983
|
+
field_name: string;
|
|
66984
|
+
value: string;
|
|
66985
|
+
}>;
|
|
66677
66986
|
}>;
|
|
66678
66987
|
national_id_list?: Array<{
|
|
66679
66988
|
country_region_id: string;
|
|
@@ -66682,6 +66991,10 @@ declare abstract class Client$J extends Client$K {
|
|
|
66682
66991
|
issue_date?: string;
|
|
66683
66992
|
expiration_date?: string;
|
|
66684
66993
|
issued_by?: string;
|
|
66994
|
+
custom_fields?: Array<{
|
|
66995
|
+
field_name: string;
|
|
66996
|
+
value: string;
|
|
66997
|
+
}>;
|
|
66685
66998
|
}>;
|
|
66686
66999
|
personal_profile_list?: Array<{
|
|
66687
67000
|
personal_profile_type?: string;
|
|
@@ -66726,6 +67039,10 @@ declare abstract class Client$J extends Client$K {
|
|
|
66726
67039
|
email_usage: string;
|
|
66727
67040
|
};
|
|
66728
67041
|
is_primary?: boolean;
|
|
67042
|
+
custom_fields?: Array<{
|
|
67043
|
+
field_name: string;
|
|
67044
|
+
value: string;
|
|
67045
|
+
}>;
|
|
66729
67046
|
}>;
|
|
66730
67047
|
address_list?: Array<{
|
|
66731
67048
|
country_region_id: string;
|
|
@@ -66837,6 +67154,10 @@ declare abstract class Client$J extends Client$K {
|
|
|
66837
67154
|
reasons_for_seniority_adjustment?: string;
|
|
66838
67155
|
start_date?: string;
|
|
66839
67156
|
end_date?: string;
|
|
67157
|
+
custom_fields?: Array<{
|
|
67158
|
+
field_name: string;
|
|
67159
|
+
value: string;
|
|
67160
|
+
}>;
|
|
66840
67161
|
}>;
|
|
66841
67162
|
notice_period_probation_voluntary?: {
|
|
66842
67163
|
wk_id?: string;
|
|
@@ -66864,6 +67185,7 @@ declare abstract class Client$J extends Client$K {
|
|
|
66864
67185
|
work_station?: string;
|
|
66865
67186
|
service_company?: string;
|
|
66866
67187
|
non_compete_covenant?: boolean;
|
|
67188
|
+
pathway?: string;
|
|
66867
67189
|
};
|
|
66868
67190
|
standard_update_fields?: Array<string>;
|
|
66869
67191
|
custom_update_fields?: Array<string>;
|
|
@@ -67939,6 +68261,7 @@ declare abstract class Client$J extends Client$K {
|
|
|
67939
68261
|
task_completed?: boolean | undefined;
|
|
67940
68262
|
expected_graduate_date?: string | undefined;
|
|
67941
68263
|
service_company?: string | undefined;
|
|
68264
|
+
pathway?: string | undefined;
|
|
67942
68265
|
} | undefined;
|
|
67943
68266
|
onboarding_info?: {
|
|
67944
68267
|
offer_id?: string | undefined;
|
|
@@ -69104,6 +69427,7 @@ declare abstract class Client$J extends Client$K {
|
|
|
69104
69427
|
task_completed?: boolean | undefined;
|
|
69105
69428
|
expected_graduate_date?: string | undefined;
|
|
69106
69429
|
service_company?: string | undefined;
|
|
69430
|
+
pathway?: string | undefined;
|
|
69107
69431
|
} | undefined;
|
|
69108
69432
|
onboarding_info?: {
|
|
69109
69433
|
offer_id?: string | undefined;
|
|
@@ -70295,6 +70619,7 @@ declare abstract class Client$J extends Client$K {
|
|
|
70295
70619
|
task_completed?: boolean | undefined;
|
|
70296
70620
|
expected_graduate_date?: string | undefined;
|
|
70297
70621
|
service_company?: string | undefined;
|
|
70622
|
+
pathway?: string | undefined;
|
|
70298
70623
|
} | undefined;
|
|
70299
70624
|
onboarding_info?: {
|
|
70300
70625
|
offer_id?: string | undefined;
|
|
@@ -71476,6 +71801,7 @@ declare abstract class Client$J extends Client$K {
|
|
|
71476
71801
|
task_completed?: boolean | undefined;
|
|
71477
71802
|
expected_graduate_date?: string | undefined;
|
|
71478
71803
|
service_company?: string | undefined;
|
|
71804
|
+
pathway?: string | undefined;
|
|
71479
71805
|
} | undefined;
|
|
71480
71806
|
onboarding_info?: {
|
|
71481
71807
|
offer_id?: string | undefined;
|
|
@@ -72123,6 +72449,16 @@ declare abstract class Client$J extends Client$K {
|
|
|
72123
72449
|
department_value?: string;
|
|
72124
72450
|
employment_value?: string;
|
|
72125
72451
|
list_values?: Array<string>;
|
|
72452
|
+
file_value?: {
|
|
72453
|
+
open_file_id?: string;
|
|
72454
|
+
file_name?: string;
|
|
72455
|
+
length?: number;
|
|
72456
|
+
};
|
|
72457
|
+
record_values?: Array<{
|
|
72458
|
+
variable_api_name?: string;
|
|
72459
|
+
sub_value_key?: string;
|
|
72460
|
+
record_id?: string;
|
|
72461
|
+
}>;
|
|
72126
72462
|
};
|
|
72127
72463
|
sub_values?: Array<{
|
|
72128
72464
|
key?: string;
|
|
@@ -72144,6 +72480,16 @@ declare abstract class Client$J extends Client$K {
|
|
|
72144
72480
|
department_value?: string;
|
|
72145
72481
|
employment_value?: string;
|
|
72146
72482
|
list_values?: Array<string>;
|
|
72483
|
+
file_value?: {
|
|
72484
|
+
open_file_id?: string;
|
|
72485
|
+
file_name?: string;
|
|
72486
|
+
length?: number;
|
|
72487
|
+
};
|
|
72488
|
+
record_values?: Array<{
|
|
72489
|
+
variable_api_name?: string;
|
|
72490
|
+
sub_value_key?: string;
|
|
72491
|
+
record_id?: string;
|
|
72492
|
+
}>;
|
|
72147
72493
|
};
|
|
72148
72494
|
}>;
|
|
72149
72495
|
}>;
|
|
@@ -72611,6 +72957,12 @@ declare abstract class Client$J extends Client$K {
|
|
|
72611
72957
|
estimated_active_individuals?: string;
|
|
72612
72958
|
}>;
|
|
72613
72959
|
plan_value?: string;
|
|
72960
|
+
multi_period_values?: Array<{
|
|
72961
|
+
period_date?: string;
|
|
72962
|
+
workforce_plan?: string;
|
|
72963
|
+
individuals_to_be_added?: string;
|
|
72964
|
+
individuals_to_be_removed?: string;
|
|
72965
|
+
}>;
|
|
72614
72966
|
}>;
|
|
72615
72967
|
};
|
|
72616
72968
|
}, options?: IRequestOptions$1) => Promise<{
|
|
@@ -72639,6 +72991,12 @@ declare abstract class Client$J extends Client$K {
|
|
|
72639
72991
|
estimated_active_individuals?: string;
|
|
72640
72992
|
}>;
|
|
72641
72993
|
plan_value?: string;
|
|
72994
|
+
multi_period_values?: Array<{
|
|
72995
|
+
period_date?: string;
|
|
72996
|
+
workforce_plan?: string;
|
|
72997
|
+
individuals_to_be_added?: string;
|
|
72998
|
+
individuals_to_be_removed?: string;
|
|
72999
|
+
}>;
|
|
72642
73000
|
}>;
|
|
72643
73001
|
};
|
|
72644
73002
|
}, options?: IRequestOptions$1) => Promise<{
|
|
@@ -72809,6 +73167,66 @@ declare abstract class Client$J extends Client$K {
|
|
|
72809
73167
|
has_more?: boolean | undefined;
|
|
72810
73168
|
} | undefined;
|
|
72811
73169
|
}>;
|
|
73170
|
+
/**
|
|
73171
|
+
* {@link https://open.feishu.cn/api-explorer?project=corehr&resource=workforce_plan_detail&apiName=batch_v2&version=v2 click to debug }
|
|
73172
|
+
*
|
|
73173
|
+
* {@link https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=batch_v2&project=corehr&resource=workforce_plan_detail&version=v2 document }
|
|
73174
|
+
*/
|
|
73175
|
+
batchV2: (payload?: {
|
|
73176
|
+
data?: {
|
|
73177
|
+
workforce_plan_id?: string;
|
|
73178
|
+
is_centralized_reporting_project?: boolean;
|
|
73179
|
+
centralized_reporting_project_id?: string;
|
|
73180
|
+
dimension_id_in_datas?: Array<{
|
|
73181
|
+
dimension_key?: string;
|
|
73182
|
+
dimension_ids?: Array<string>;
|
|
73183
|
+
}>;
|
|
73184
|
+
};
|
|
73185
|
+
params?: {
|
|
73186
|
+
page_token?: string;
|
|
73187
|
+
page_size?: number;
|
|
73188
|
+
};
|
|
73189
|
+
}, options?: IRequestOptions$1) => Promise<{
|
|
73190
|
+
code?: number | undefined;
|
|
73191
|
+
msg?: string | undefined;
|
|
73192
|
+
data?: {
|
|
73193
|
+
workforce_plan_id?: string | undefined;
|
|
73194
|
+
centralized_reporting_project_id?: string | undefined;
|
|
73195
|
+
items?: {
|
|
73196
|
+
workforce_plan_detail_id?: string | undefined;
|
|
73197
|
+
dimension_info_datas?: {
|
|
73198
|
+
dimension_key?: string | undefined;
|
|
73199
|
+
dimension_info?: {
|
|
73200
|
+
id: string;
|
|
73201
|
+
name?: {
|
|
73202
|
+
lang: string;
|
|
73203
|
+
value: string;
|
|
73204
|
+
}[] | undefined;
|
|
73205
|
+
} | undefined;
|
|
73206
|
+
}[] | undefined;
|
|
73207
|
+
workforce_plan?: string | undefined;
|
|
73208
|
+
active_individuals?: string | undefined;
|
|
73209
|
+
individuals_to_be_added?: string | undefined;
|
|
73210
|
+
individuals_to_be_removed?: string | undefined;
|
|
73211
|
+
vacancy?: string | undefined;
|
|
73212
|
+
vacancy_including_individuals_to_be_added_and_removed?: string | undefined;
|
|
73213
|
+
fulfillment_rate?: string | undefined;
|
|
73214
|
+
fulfillment_rate_including_individuals_to_be_added_and_removed?: string | undefined;
|
|
73215
|
+
estimated_active_individuals_details?: {
|
|
73216
|
+
date?: string | undefined;
|
|
73217
|
+
estimated_active_individuals?: string | undefined;
|
|
73218
|
+
}[] | undefined;
|
|
73219
|
+
multi_period_values?: {
|
|
73220
|
+
period_date?: string | undefined;
|
|
73221
|
+
workforce_plan?: string | undefined;
|
|
73222
|
+
individuals_to_be_added?: string | undefined;
|
|
73223
|
+
individuals_to_be_removed?: string | undefined;
|
|
73224
|
+
}[] | undefined;
|
|
73225
|
+
}[] | undefined;
|
|
73226
|
+
page_token?: string | undefined;
|
|
73227
|
+
has_more?: boolean | undefined;
|
|
73228
|
+
} | undefined;
|
|
73229
|
+
}>;
|
|
72812
73230
|
};
|
|
72813
73231
|
/**
|
|
72814
73232
|
* workforce_plan_detail_row
|
|
@@ -72834,6 +73252,12 @@ declare abstract class Client$J extends Client$K {
|
|
|
72834
73252
|
estimated_active_individuals?: string;
|
|
72835
73253
|
}>;
|
|
72836
73254
|
plan_value?: string;
|
|
73255
|
+
multi_period_values?: Array<{
|
|
73256
|
+
period_date?: string;
|
|
73257
|
+
workforce_plan?: string;
|
|
73258
|
+
individuals_to_be_added?: string;
|
|
73259
|
+
individuals_to_be_removed?: string;
|
|
73260
|
+
}>;
|
|
72837
73261
|
}>;
|
|
72838
73262
|
};
|
|
72839
73263
|
}, options?: IRequestOptions$1) => Promise<{
|
|
@@ -72861,6 +73285,12 @@ declare abstract class Client$J extends Client$K {
|
|
|
72861
73285
|
estimated_active_individuals?: string;
|
|
72862
73286
|
}>;
|
|
72863
73287
|
plan_value?: string;
|
|
73288
|
+
multi_period_values?: Array<{
|
|
73289
|
+
period_date?: string;
|
|
73290
|
+
workforce_plan?: string;
|
|
73291
|
+
individuals_to_be_added?: string;
|
|
73292
|
+
individuals_to_be_removed?: string;
|
|
73293
|
+
}>;
|
|
72864
73294
|
}>;
|
|
72865
73295
|
};
|
|
72866
73296
|
}, options?: IRequestOptions$1) => Promise<{
|
|
@@ -72873,7 +73303,7 @@ declare abstract class Client$J extends Client$K {
|
|
|
72873
73303
|
};
|
|
72874
73304
|
}
|
|
72875
73305
|
|
|
72876
|
-
declare abstract class Client$
|
|
73306
|
+
declare abstract class Client$J extends Client$K {
|
|
72877
73307
|
tokenManager: any;
|
|
72878
73308
|
domain: any;
|
|
72879
73309
|
logger: Logger;
|
|
@@ -72885,7 +73315,7 @@ declare abstract class Client$I extends Client$J {
|
|
|
72885
73315
|
docs_tool: {};
|
|
72886
73316
|
}
|
|
72887
73317
|
|
|
72888
|
-
declare abstract class Client$
|
|
73318
|
+
declare abstract class Client$I extends Client$J {
|
|
72889
73319
|
tokenManager: any;
|
|
72890
73320
|
domain: any;
|
|
72891
73321
|
logger: Logger;
|
|
@@ -72926,7 +73356,7 @@ declare abstract class Client$H extends Client$I {
|
|
|
72926
73356
|
};
|
|
72927
73357
|
}
|
|
72928
73358
|
|
|
72929
|
-
declare abstract class Client$
|
|
73359
|
+
declare abstract class Client$H extends Client$I {
|
|
72930
73360
|
tokenManager: any;
|
|
72931
73361
|
domain: any;
|
|
72932
73362
|
logger: Logger;
|
|
@@ -73457,7 +73887,7 @@ declare abstract class Client$G extends Client$H {
|
|
|
73457
73887
|
};
|
|
73458
73888
|
}
|
|
73459
73889
|
|
|
73460
|
-
declare abstract class Client$
|
|
73890
|
+
declare abstract class Client$G extends Client$H {
|
|
73461
73891
|
tokenManager: any;
|
|
73462
73892
|
domain: any;
|
|
73463
73893
|
logger: Logger;
|
|
@@ -175092,7 +175522,7 @@ declare abstract class Client$F extends Client$G {
|
|
|
175092
175522
|
};
|
|
175093
175523
|
}
|
|
175094
175524
|
|
|
175095
|
-
declare abstract class Client$
|
|
175525
|
+
declare abstract class Client$F extends Client$G {
|
|
175096
175526
|
tokenManager: any;
|
|
175097
175527
|
domain: any;
|
|
175098
175528
|
logger: Logger;
|
|
@@ -175666,7 +176096,7 @@ declare abstract class Client$E extends Client$F {
|
|
|
175666
176096
|
}>;
|
|
175667
176097
|
};
|
|
175668
176098
|
/**
|
|
175669
|
-
*
|
|
176099
|
+
* 异步任务状态
|
|
175670
176100
|
*/
|
|
175671
176101
|
file: {
|
|
175672
176102
|
/**
|
|
@@ -176504,7 +176934,7 @@ declare abstract class Client$E extends Client$F {
|
|
|
176504
176934
|
}>;
|
|
176505
176935
|
};
|
|
176506
176936
|
/**
|
|
176507
|
-
*
|
|
176937
|
+
* 素材
|
|
176508
176938
|
*/
|
|
176509
176939
|
media: {
|
|
176510
176940
|
/**
|
|
@@ -177625,7 +178055,7 @@ declare abstract class Client$E extends Client$F {
|
|
|
177625
178055
|
}>;
|
|
177626
178056
|
};
|
|
177627
178057
|
/**
|
|
177628
|
-
*
|
|
178058
|
+
* 异步任务状态
|
|
177629
178059
|
*/
|
|
177630
178060
|
file: {
|
|
177631
178061
|
/**
|
|
@@ -178463,7 +178893,7 @@ declare abstract class Client$E extends Client$F {
|
|
|
178463
178893
|
}>;
|
|
178464
178894
|
};
|
|
178465
178895
|
/**
|
|
178466
|
-
*
|
|
178896
|
+
* 素材
|
|
178467
178897
|
*/
|
|
178468
178898
|
media: {
|
|
178469
178899
|
/**
|
|
@@ -179155,7 +179585,7 @@ declare abstract class Client$E extends Client$F {
|
|
|
179155
179585
|
};
|
|
179156
179586
|
}
|
|
179157
179587
|
|
|
179158
|
-
declare abstract class Client$
|
|
179588
|
+
declare abstract class Client$E extends Client$F {
|
|
179159
179589
|
tokenManager: any;
|
|
179160
179590
|
domain: any;
|
|
179161
179591
|
logger: Logger;
|
|
@@ -179167,7 +179597,7 @@ declare abstract class Client$D extends Client$E {
|
|
|
179167
179597
|
edu: {};
|
|
179168
179598
|
}
|
|
179169
179599
|
|
|
179170
|
-
declare abstract class Client$
|
|
179600
|
+
declare abstract class Client$D extends Client$E {
|
|
179171
179601
|
tokenManager: any;
|
|
179172
179602
|
domain: any;
|
|
179173
179603
|
logger: Logger;
|
|
@@ -179978,7 +180408,7 @@ declare abstract class Client$C extends Client$D {
|
|
|
179978
180408
|
};
|
|
179979
180409
|
}
|
|
179980
180410
|
|
|
179981
|
-
declare abstract class Client$
|
|
180411
|
+
declare abstract class Client$C extends Client$D {
|
|
179982
180412
|
tokenManager: any;
|
|
179983
180413
|
domain: any;
|
|
179984
180414
|
logger: Logger;
|
|
@@ -179990,7 +180420,7 @@ declare abstract class Client$B extends Client$C {
|
|
|
179990
180420
|
elearning: {};
|
|
179991
180421
|
}
|
|
179992
180422
|
|
|
179993
|
-
declare abstract class Client$
|
|
180423
|
+
declare abstract class Client$B extends Client$C {
|
|
179994
180424
|
tokenManager: any;
|
|
179995
180425
|
domain: any;
|
|
179996
180426
|
logger: Logger;
|
|
@@ -180085,7 +180515,7 @@ declare abstract class Client$A extends Client$B {
|
|
|
180085
180515
|
};
|
|
180086
180516
|
}
|
|
180087
180517
|
|
|
180088
|
-
declare abstract class Client$
|
|
180518
|
+
declare abstract class Client$A extends Client$B {
|
|
180089
180519
|
tokenManager: any;
|
|
180090
180520
|
domain: any;
|
|
180091
180521
|
logger: Logger;
|
|
@@ -180097,7 +180527,7 @@ declare abstract class Client$z extends Client$A {
|
|
|
180097
180527
|
exam: {};
|
|
180098
180528
|
}
|
|
180099
180529
|
|
|
180100
|
-
declare abstract class Client$
|
|
180530
|
+
declare abstract class Client$z extends Client$A {
|
|
180101
180531
|
tokenManager: any;
|
|
180102
180532
|
domain: any;
|
|
180103
180533
|
logger: Logger;
|
|
@@ -180109,7 +180539,7 @@ declare abstract class Client$y extends Client$z {
|
|
|
180109
180539
|
face_detection: {};
|
|
180110
180540
|
}
|
|
180111
180541
|
|
|
180112
|
-
declare abstract class Client$
|
|
180542
|
+
declare abstract class Client$y extends Client$z {
|
|
180113
180543
|
tokenManager: any;
|
|
180114
180544
|
domain: any;
|
|
180115
180545
|
logger: Logger;
|
|
@@ -180121,7 +180551,7 @@ declare abstract class Client$x extends Client$y {
|
|
|
180121
180551
|
feelgood: {};
|
|
180122
180552
|
}
|
|
180123
180553
|
|
|
180124
|
-
declare abstract class Client$
|
|
180554
|
+
declare abstract class Client$x extends Client$y {
|
|
180125
180555
|
tokenManager: any;
|
|
180126
180556
|
domain: any;
|
|
180127
180557
|
logger: Logger;
|
|
@@ -180310,7 +180740,7 @@ declare abstract class Client$w extends Client$x {
|
|
|
180310
180740
|
};
|
|
180311
180741
|
}
|
|
180312
180742
|
|
|
180313
|
-
declare abstract class Client$
|
|
180743
|
+
declare abstract class Client$w extends Client$x {
|
|
180314
180744
|
tokenManager: any;
|
|
180315
180745
|
domain: any;
|
|
180316
180746
|
logger: Logger;
|
|
@@ -181683,14 +182113,14 @@ declare abstract class Client$v extends Client$w {
|
|
|
181683
182113
|
}[] | undefined;
|
|
181684
182114
|
ticket_customized_fields?: {
|
|
181685
182115
|
ticket_customized_field_id: string;
|
|
181686
|
-
helpdesk_id
|
|
182116
|
+
helpdesk_id?: string | undefined;
|
|
181687
182117
|
key_name: string;
|
|
181688
182118
|
display_name: string;
|
|
181689
182119
|
position: string;
|
|
181690
182120
|
field_type: string;
|
|
181691
182121
|
description: string;
|
|
181692
182122
|
visible: boolean;
|
|
181693
|
-
editable
|
|
182123
|
+
editable?: boolean | undefined;
|
|
181694
182124
|
required: boolean;
|
|
181695
182125
|
created_at?: string | undefined;
|
|
181696
182126
|
updated_at?: string | undefined;
|
|
@@ -181819,6 +182249,10 @@ declare abstract class Client$v extends Client$w {
|
|
|
181819
182249
|
city?: string | undefined;
|
|
181820
182250
|
country?: string | undefined;
|
|
181821
182251
|
} | undefined;
|
|
182252
|
+
tags?: {
|
|
182253
|
+
id?: string | undefined;
|
|
182254
|
+
name?: string | undefined;
|
|
182255
|
+
}[] | undefined;
|
|
181822
182256
|
} | undefined;
|
|
181823
182257
|
} | undefined;
|
|
181824
182258
|
}>;
|
|
@@ -181942,6 +182376,10 @@ declare abstract class Client$v extends Client$w {
|
|
|
181942
182376
|
city?: string | undefined;
|
|
181943
182377
|
country?: string | undefined;
|
|
181944
182378
|
} | undefined;
|
|
182379
|
+
tags?: {
|
|
182380
|
+
id?: string | undefined;
|
|
182381
|
+
name?: string | undefined;
|
|
182382
|
+
}[] | undefined;
|
|
181945
182383
|
}[] | undefined;
|
|
181946
182384
|
} | undefined;
|
|
181947
182385
|
}>;
|
|
@@ -181966,6 +182404,7 @@ declare abstract class Client$v extends Client$w {
|
|
|
181966
182404
|
msg?: string | undefined;
|
|
181967
182405
|
data?: {
|
|
181968
182406
|
chat_id: string;
|
|
182407
|
+
ticket_id?: string | undefined;
|
|
181969
182408
|
} | undefined;
|
|
181970
182409
|
}>;
|
|
181971
182410
|
/**
|
|
@@ -182099,14 +182538,14 @@ declare abstract class Client$v extends Client$w {
|
|
|
182099
182538
|
*/
|
|
182100
182539
|
create: (payload?: {
|
|
182101
182540
|
data: {
|
|
182102
|
-
helpdesk_id
|
|
182541
|
+
helpdesk_id?: string;
|
|
182103
182542
|
key_name: string;
|
|
182104
182543
|
display_name: string;
|
|
182105
182544
|
position: string;
|
|
182106
182545
|
field_type: string;
|
|
182107
182546
|
description: string;
|
|
182108
182547
|
visible: boolean;
|
|
182109
|
-
editable
|
|
182548
|
+
editable?: boolean;
|
|
182110
182549
|
required: boolean;
|
|
182111
182550
|
dropdown_allow_multiple?: boolean;
|
|
182112
182551
|
};
|
|
@@ -182151,14 +182590,14 @@ declare abstract class Client$v extends Client$w {
|
|
|
182151
182590
|
msg?: string | undefined;
|
|
182152
182591
|
data?: {
|
|
182153
182592
|
ticket_customized_field_id: string;
|
|
182154
|
-
helpdesk_id
|
|
182593
|
+
helpdesk_id?: string | undefined;
|
|
182155
182594
|
key_name: string;
|
|
182156
182595
|
display_name: string;
|
|
182157
182596
|
position: string;
|
|
182158
182597
|
field_type: string;
|
|
182159
182598
|
description: string;
|
|
182160
182599
|
visible: boolean;
|
|
182161
|
-
editable
|
|
182600
|
+
editable?: boolean | undefined;
|
|
182162
182601
|
required: boolean;
|
|
182163
182602
|
created_at?: string | undefined;
|
|
182164
182603
|
updated_at?: string | undefined;
|
|
@@ -182195,14 +182634,14 @@ declare abstract class Client$v extends Client$w {
|
|
|
182195
182634
|
[Symbol.asyncIterator](): AsyncGenerator<{
|
|
182196
182635
|
items?: {
|
|
182197
182636
|
ticket_customized_field_id: string;
|
|
182198
|
-
helpdesk_id
|
|
182637
|
+
helpdesk_id?: string | undefined;
|
|
182199
182638
|
key_name: string;
|
|
182200
182639
|
display_name: string;
|
|
182201
182640
|
position: string;
|
|
182202
182641
|
field_type: string;
|
|
182203
182642
|
description: string;
|
|
182204
182643
|
visible: boolean;
|
|
182205
|
-
editable
|
|
182644
|
+
editable?: boolean | undefined;
|
|
182206
182645
|
required: boolean;
|
|
182207
182646
|
created_at?: string | undefined;
|
|
182208
182647
|
updated_at?: string | undefined;
|
|
@@ -182253,14 +182692,14 @@ declare abstract class Client$v extends Client$w {
|
|
|
182253
182692
|
next_page_token?: string | undefined;
|
|
182254
182693
|
items?: {
|
|
182255
182694
|
ticket_customized_field_id: string;
|
|
182256
|
-
helpdesk_id
|
|
182695
|
+
helpdesk_id?: string | undefined;
|
|
182257
182696
|
key_name: string;
|
|
182258
182697
|
display_name: string;
|
|
182259
182698
|
position: string;
|
|
182260
182699
|
field_type: string;
|
|
182261
182700
|
description: string;
|
|
182262
182701
|
visible: boolean;
|
|
182263
|
-
editable
|
|
182702
|
+
editable?: boolean | undefined;
|
|
182264
182703
|
required: boolean;
|
|
182265
182704
|
created_at?: string | undefined;
|
|
182266
182705
|
updated_at?: string | undefined;
|
|
@@ -183676,14 +184115,14 @@ declare abstract class Client$v extends Client$w {
|
|
|
183676
184115
|
}[] | undefined;
|
|
183677
184116
|
ticket_customized_fields?: {
|
|
183678
184117
|
ticket_customized_field_id: string;
|
|
183679
|
-
helpdesk_id
|
|
184118
|
+
helpdesk_id?: string | undefined;
|
|
183680
184119
|
key_name: string;
|
|
183681
184120
|
display_name: string;
|
|
183682
184121
|
position: string;
|
|
183683
184122
|
field_type: string;
|
|
183684
184123
|
description: string;
|
|
183685
184124
|
visible: boolean;
|
|
183686
|
-
editable
|
|
184125
|
+
editable?: boolean | undefined;
|
|
183687
184126
|
required: boolean;
|
|
183688
184127
|
created_at?: string | undefined;
|
|
183689
184128
|
updated_at?: string | undefined;
|
|
@@ -183812,6 +184251,10 @@ declare abstract class Client$v extends Client$w {
|
|
|
183812
184251
|
city?: string | undefined;
|
|
183813
184252
|
country?: string | undefined;
|
|
183814
184253
|
} | undefined;
|
|
184254
|
+
tags?: {
|
|
184255
|
+
id?: string | undefined;
|
|
184256
|
+
name?: string | undefined;
|
|
184257
|
+
}[] | undefined;
|
|
183815
184258
|
} | undefined;
|
|
183816
184259
|
} | undefined;
|
|
183817
184260
|
}>;
|
|
@@ -183935,6 +184378,10 @@ declare abstract class Client$v extends Client$w {
|
|
|
183935
184378
|
city?: string | undefined;
|
|
183936
184379
|
country?: string | undefined;
|
|
183937
184380
|
} | undefined;
|
|
184381
|
+
tags?: {
|
|
184382
|
+
id?: string | undefined;
|
|
184383
|
+
name?: string | undefined;
|
|
184384
|
+
}[] | undefined;
|
|
183938
184385
|
}[] | undefined;
|
|
183939
184386
|
} | undefined;
|
|
183940
184387
|
}>;
|
|
@@ -183959,6 +184406,7 @@ declare abstract class Client$v extends Client$w {
|
|
|
183959
184406
|
msg?: string | undefined;
|
|
183960
184407
|
data?: {
|
|
183961
184408
|
chat_id: string;
|
|
184409
|
+
ticket_id?: string | undefined;
|
|
183962
184410
|
} | undefined;
|
|
183963
184411
|
}>;
|
|
183964
184412
|
/**
|
|
@@ -184092,14 +184540,14 @@ declare abstract class Client$v extends Client$w {
|
|
|
184092
184540
|
*/
|
|
184093
184541
|
create: (payload?: {
|
|
184094
184542
|
data: {
|
|
184095
|
-
helpdesk_id
|
|
184543
|
+
helpdesk_id?: string;
|
|
184096
184544
|
key_name: string;
|
|
184097
184545
|
display_name: string;
|
|
184098
184546
|
position: string;
|
|
184099
184547
|
field_type: string;
|
|
184100
184548
|
description: string;
|
|
184101
184549
|
visible: boolean;
|
|
184102
|
-
editable
|
|
184550
|
+
editable?: boolean;
|
|
184103
184551
|
required: boolean;
|
|
184104
184552
|
dropdown_allow_multiple?: boolean;
|
|
184105
184553
|
};
|
|
@@ -184144,14 +184592,14 @@ declare abstract class Client$v extends Client$w {
|
|
|
184144
184592
|
msg?: string | undefined;
|
|
184145
184593
|
data?: {
|
|
184146
184594
|
ticket_customized_field_id: string;
|
|
184147
|
-
helpdesk_id
|
|
184595
|
+
helpdesk_id?: string | undefined;
|
|
184148
184596
|
key_name: string;
|
|
184149
184597
|
display_name: string;
|
|
184150
184598
|
position: string;
|
|
184151
184599
|
field_type: string;
|
|
184152
184600
|
description: string;
|
|
184153
184601
|
visible: boolean;
|
|
184154
|
-
editable
|
|
184602
|
+
editable?: boolean | undefined;
|
|
184155
184603
|
required: boolean;
|
|
184156
184604
|
created_at?: string | undefined;
|
|
184157
184605
|
updated_at?: string | undefined;
|
|
@@ -184188,14 +184636,14 @@ declare abstract class Client$v extends Client$w {
|
|
|
184188
184636
|
[Symbol.asyncIterator](): AsyncGenerator<{
|
|
184189
184637
|
items?: {
|
|
184190
184638
|
ticket_customized_field_id: string;
|
|
184191
|
-
helpdesk_id
|
|
184639
|
+
helpdesk_id?: string | undefined;
|
|
184192
184640
|
key_name: string;
|
|
184193
184641
|
display_name: string;
|
|
184194
184642
|
position: string;
|
|
184195
184643
|
field_type: string;
|
|
184196
184644
|
description: string;
|
|
184197
184645
|
visible: boolean;
|
|
184198
|
-
editable
|
|
184646
|
+
editable?: boolean | undefined;
|
|
184199
184647
|
required: boolean;
|
|
184200
184648
|
created_at?: string | undefined;
|
|
184201
184649
|
updated_at?: string | undefined;
|
|
@@ -184246,14 +184694,14 @@ declare abstract class Client$v extends Client$w {
|
|
|
184246
184694
|
next_page_token?: string | undefined;
|
|
184247
184695
|
items?: {
|
|
184248
184696
|
ticket_customized_field_id: string;
|
|
184249
|
-
helpdesk_id
|
|
184697
|
+
helpdesk_id?: string | undefined;
|
|
184250
184698
|
key_name: string;
|
|
184251
184699
|
display_name: string;
|
|
184252
184700
|
position: string;
|
|
184253
184701
|
field_type: string;
|
|
184254
184702
|
description: string;
|
|
184255
184703
|
visible: boolean;
|
|
184256
|
-
editable
|
|
184704
|
+
editable?: boolean | undefined;
|
|
184257
184705
|
required: boolean;
|
|
184258
184706
|
created_at?: string | undefined;
|
|
184259
184707
|
updated_at?: string | undefined;
|
|
@@ -184309,7 +184757,7 @@ declare abstract class Client$v extends Client$w {
|
|
|
184309
184757
|
};
|
|
184310
184758
|
}
|
|
184311
184759
|
|
|
184312
|
-
declare abstract class Client$
|
|
184760
|
+
declare abstract class Client$v extends Client$w {
|
|
184313
184761
|
tokenManager: any;
|
|
184314
184762
|
domain: any;
|
|
184315
184763
|
logger: Logger;
|
|
@@ -189344,7 +189792,6 @@ declare abstract class Client$u extends Client$v {
|
|
|
189344
189792
|
items?: {
|
|
189345
189793
|
user_id?: string | undefined;
|
|
189346
189794
|
verify_status?: number | undefined;
|
|
189347
|
-
tag_id_list?: string[] | undefined;
|
|
189348
189795
|
}[] | undefined;
|
|
189349
189796
|
} | null, void, unknown>;
|
|
189350
189797
|
}>;
|
|
@@ -189370,7 +189817,6 @@ declare abstract class Client$u extends Client$v {
|
|
|
189370
189817
|
items?: {
|
|
189371
189818
|
user_id?: string | undefined;
|
|
189372
189819
|
verify_status?: number | undefined;
|
|
189373
|
-
tag_id_list?: string[] | undefined;
|
|
189374
189820
|
}[] | undefined;
|
|
189375
189821
|
page_token?: string | undefined;
|
|
189376
189822
|
has_more?: boolean | undefined;
|
|
@@ -189386,7 +189832,6 @@ declare abstract class Client$u extends Client$v {
|
|
|
189386
189832
|
interviewer: {
|
|
189387
189833
|
user_id?: string;
|
|
189388
189834
|
verify_status?: number;
|
|
189389
|
-
tag_id_list?: Array<string>;
|
|
189390
189835
|
};
|
|
189391
189836
|
};
|
|
189392
189837
|
params?: {
|
|
@@ -189402,7 +189847,6 @@ declare abstract class Client$u extends Client$v {
|
|
|
189402
189847
|
interviewer?: {
|
|
189403
189848
|
user_id?: string | undefined;
|
|
189404
189849
|
verify_status?: number | undefined;
|
|
189405
|
-
tag_id_list?: string[] | undefined;
|
|
189406
189850
|
} | undefined;
|
|
189407
189851
|
} | undefined;
|
|
189408
189852
|
}>;
|
|
@@ -191422,6 +191866,8 @@ declare abstract class Client$u extends Client$v {
|
|
|
191422
191866
|
update_time?: string | undefined;
|
|
191423
191867
|
employment_job_id?: string | undefined;
|
|
191424
191868
|
position_id?: string | undefined;
|
|
191869
|
+
completion_time?: string | undefined;
|
|
191870
|
+
approval_status?: number | undefined;
|
|
191425
191871
|
} | undefined;
|
|
191426
191872
|
} | undefined;
|
|
191427
191873
|
}>;
|
|
@@ -191603,6 +192049,8 @@ declare abstract class Client$u extends Client$v {
|
|
|
191603
192049
|
update_time?: string | undefined;
|
|
191604
192050
|
employment_job_id?: string | undefined;
|
|
191605
192051
|
position_id?: string | undefined;
|
|
192052
|
+
completion_time?: string | undefined;
|
|
192053
|
+
approval_status?: number | undefined;
|
|
191606
192054
|
}[] | undefined;
|
|
191607
192055
|
} | undefined;
|
|
191608
192056
|
}>;
|
|
@@ -191616,6 +192064,7 @@ declare abstract class Client$u extends Client$v {
|
|
|
191616
192064
|
listById: (payload?: {
|
|
191617
192065
|
data?: {
|
|
191618
192066
|
id_list?: Array<string>;
|
|
192067
|
+
short_code_list?: Array<string>;
|
|
191619
192068
|
};
|
|
191620
192069
|
params?: {
|
|
191621
192070
|
user_id_type?: "user_id" | "union_id" | "open_id";
|
|
@@ -191758,6 +192207,8 @@ declare abstract class Client$u extends Client$v {
|
|
|
191758
192207
|
update_time?: string | undefined;
|
|
191759
192208
|
employment_job_id?: string | undefined;
|
|
191760
192209
|
position_id?: string | undefined;
|
|
192210
|
+
completion_time?: string | undefined;
|
|
192211
|
+
approval_status?: number | undefined;
|
|
191761
192212
|
}[] | undefined;
|
|
191762
192213
|
} | undefined;
|
|
191763
192214
|
}>;
|
|
@@ -203264,7 +203715,6 @@ declare abstract class Client$u extends Client$v {
|
|
|
203264
203715
|
items?: {
|
|
203265
203716
|
user_id?: string | undefined;
|
|
203266
203717
|
verify_status?: number | undefined;
|
|
203267
|
-
tag_id_list?: string[] | undefined;
|
|
203268
203718
|
}[] | undefined;
|
|
203269
203719
|
} | null, void, unknown>;
|
|
203270
203720
|
}>;
|
|
@@ -203290,7 +203740,6 @@ declare abstract class Client$u extends Client$v {
|
|
|
203290
203740
|
items?: {
|
|
203291
203741
|
user_id?: string | undefined;
|
|
203292
203742
|
verify_status?: number | undefined;
|
|
203293
|
-
tag_id_list?: string[] | undefined;
|
|
203294
203743
|
}[] | undefined;
|
|
203295
203744
|
page_token?: string | undefined;
|
|
203296
203745
|
has_more?: boolean | undefined;
|
|
@@ -203306,7 +203755,6 @@ declare abstract class Client$u extends Client$v {
|
|
|
203306
203755
|
interviewer: {
|
|
203307
203756
|
user_id?: string;
|
|
203308
203757
|
verify_status?: number;
|
|
203309
|
-
tag_id_list?: Array<string>;
|
|
203310
203758
|
};
|
|
203311
203759
|
};
|
|
203312
203760
|
params?: {
|
|
@@ -203322,7 +203770,6 @@ declare abstract class Client$u extends Client$v {
|
|
|
203322
203770
|
interviewer?: {
|
|
203323
203771
|
user_id?: string | undefined;
|
|
203324
203772
|
verify_status?: number | undefined;
|
|
203325
|
-
tag_id_list?: string[] | undefined;
|
|
203326
203773
|
} | undefined;
|
|
203327
203774
|
} | undefined;
|
|
203328
203775
|
}>;
|
|
@@ -205342,6 +205789,8 @@ declare abstract class Client$u extends Client$v {
|
|
|
205342
205789
|
update_time?: string | undefined;
|
|
205343
205790
|
employment_job_id?: string | undefined;
|
|
205344
205791
|
position_id?: string | undefined;
|
|
205792
|
+
completion_time?: string | undefined;
|
|
205793
|
+
approval_status?: number | undefined;
|
|
205345
205794
|
} | undefined;
|
|
205346
205795
|
} | undefined;
|
|
205347
205796
|
}>;
|
|
@@ -205523,6 +205972,8 @@ declare abstract class Client$u extends Client$v {
|
|
|
205523
205972
|
update_time?: string | undefined;
|
|
205524
205973
|
employment_job_id?: string | undefined;
|
|
205525
205974
|
position_id?: string | undefined;
|
|
205975
|
+
completion_time?: string | undefined;
|
|
205976
|
+
approval_status?: number | undefined;
|
|
205526
205977
|
}[] | undefined;
|
|
205527
205978
|
} | undefined;
|
|
205528
205979
|
}>;
|
|
@@ -205536,6 +205987,7 @@ declare abstract class Client$u extends Client$v {
|
|
|
205536
205987
|
listById: (payload?: {
|
|
205537
205988
|
data?: {
|
|
205538
205989
|
id_list?: Array<string>;
|
|
205990
|
+
short_code_list?: Array<string>;
|
|
205539
205991
|
};
|
|
205540
205992
|
params?: {
|
|
205541
205993
|
user_id_type?: "user_id" | "union_id" | "open_id";
|
|
@@ -205678,6 +206130,8 @@ declare abstract class Client$u extends Client$v {
|
|
|
205678
206130
|
update_time?: string | undefined;
|
|
205679
206131
|
employment_job_id?: string | undefined;
|
|
205680
206132
|
position_id?: string | undefined;
|
|
206133
|
+
completion_time?: string | undefined;
|
|
206134
|
+
approval_status?: number | undefined;
|
|
205681
206135
|
}[] | undefined;
|
|
205682
206136
|
} | undefined;
|
|
205683
206137
|
}>;
|
|
@@ -212162,7 +212616,7 @@ declare abstract class Client$u extends Client$v {
|
|
|
212162
212616
|
};
|
|
212163
212617
|
}
|
|
212164
212618
|
|
|
212165
|
-
declare abstract class Client$
|
|
212619
|
+
declare abstract class Client$u extends Client$v {
|
|
212166
212620
|
tokenManager: any;
|
|
212167
212621
|
domain: any;
|
|
212168
212622
|
logger: Logger;
|
|
@@ -212243,7 +212697,7 @@ declare abstract class Client$t extends Client$u {
|
|
|
212243
212697
|
};
|
|
212244
212698
|
}
|
|
212245
212699
|
|
|
212246
|
-
declare abstract class Client$
|
|
212700
|
+
declare abstract class Client$t extends Client$u {
|
|
212247
212701
|
tokenManager: any;
|
|
212248
212702
|
domain: any;
|
|
212249
212703
|
logger: Logger;
|
|
@@ -213825,7 +214279,7 @@ declare abstract class Client$s extends Client$t {
|
|
|
213825
214279
|
}>;
|
|
213826
214280
|
};
|
|
213827
214281
|
/**
|
|
213828
|
-
*
|
|
214282
|
+
* 消息
|
|
213829
214283
|
*/
|
|
213830
214284
|
message: {
|
|
213831
214285
|
/**
|
|
@@ -216473,7 +216927,7 @@ declare abstract class Client$s extends Client$t {
|
|
|
216473
216927
|
}>;
|
|
216474
216928
|
};
|
|
216475
216929
|
/**
|
|
216476
|
-
*
|
|
216930
|
+
* 消息
|
|
216477
216931
|
*/
|
|
216478
216932
|
message: {
|
|
216479
216933
|
/**
|
|
@@ -217975,7 +218429,7 @@ declare abstract class Client$s extends Client$t {
|
|
|
217975
218429
|
};
|
|
217976
218430
|
}
|
|
217977
218431
|
|
|
217978
|
-
declare abstract class Client$
|
|
218432
|
+
declare abstract class Client$s extends Client$t {
|
|
217979
218433
|
tokenManager: any;
|
|
217980
218434
|
domain: any;
|
|
217981
218435
|
logger: Logger;
|
|
@@ -219307,7 +219761,7 @@ declare abstract class Client$r extends Client$s {
|
|
|
219307
219761
|
};
|
|
219308
219762
|
}
|
|
219309
219763
|
|
|
219310
|
-
declare abstract class Client$
|
|
219764
|
+
declare abstract class Client$r extends Client$s {
|
|
219311
219765
|
tokenManager: any;
|
|
219312
219766
|
domain: any;
|
|
219313
219767
|
logger: Logger;
|
|
@@ -222118,7 +222572,7 @@ declare abstract class Client$q extends Client$r {
|
|
|
222118
222572
|
};
|
|
222119
222573
|
}
|
|
222120
222574
|
|
|
222121
|
-
declare abstract class Client$
|
|
222575
|
+
declare abstract class Client$q extends Client$r {
|
|
222122
222576
|
tokenManager: any;
|
|
222123
222577
|
domain: any;
|
|
222124
222578
|
logger: Logger;
|
|
@@ -222239,7 +222693,7 @@ declare abstract class Client$p extends Client$q {
|
|
|
222239
222693
|
};
|
|
222240
222694
|
}
|
|
222241
222695
|
|
|
222242
|
-
declare abstract class Client$
|
|
222696
|
+
declare abstract class Client$p extends Client$q {
|
|
222243
222697
|
tokenManager: any;
|
|
222244
222698
|
domain: any;
|
|
222245
222699
|
logger: Logger;
|
|
@@ -222251,6 +222705,136 @@ declare abstract class Client$o extends Client$p {
|
|
|
222251
222705
|
meeting_room: {};
|
|
222252
222706
|
}
|
|
222253
222707
|
|
|
222708
|
+
declare abstract class Client$o extends Client$p {
|
|
222709
|
+
tokenManager: any;
|
|
222710
|
+
domain: any;
|
|
222711
|
+
logger: Logger;
|
|
222712
|
+
httpInstance: HttpInstance;
|
|
222713
|
+
abstract formatPayload(payload?: IPayload, options?: IRequestOptions$1): Promise<Required<IPayload>>;
|
|
222714
|
+
/**
|
|
222715
|
+
|
|
222716
|
+
*/
|
|
222717
|
+
minutes: {
|
|
222718
|
+
v1: {
|
|
222719
|
+
/**
|
|
222720
|
+
* minute
|
|
222721
|
+
*/
|
|
222722
|
+
minute: {
|
|
222723
|
+
/**
|
|
222724
|
+
* {@link https://open.feishu.cn/api-explorer?project=minutes&resource=minute&apiName=get&version=v1 click to debug }
|
|
222725
|
+
*
|
|
222726
|
+
* {@link https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=get&project=minutes&resource=minute&version=v1 document }
|
|
222727
|
+
*
|
|
222728
|
+
* 获取妙记的基础概括信息
|
|
222729
|
+
*/
|
|
222730
|
+
get: (payload?: {
|
|
222731
|
+
params?: {
|
|
222732
|
+
user_id_type?: "user_id" | "union_id" | "open_id";
|
|
222733
|
+
};
|
|
222734
|
+
path: {
|
|
222735
|
+
minute_token: string;
|
|
222736
|
+
};
|
|
222737
|
+
}, options?: IRequestOptions$1) => Promise<{
|
|
222738
|
+
code?: number | undefined;
|
|
222739
|
+
msg?: string | undefined;
|
|
222740
|
+
data?: {
|
|
222741
|
+
minute?: {
|
|
222742
|
+
token?: string | undefined;
|
|
222743
|
+
owner_id?: string | undefined;
|
|
222744
|
+
create_time?: string | undefined;
|
|
222745
|
+
title?: string | undefined;
|
|
222746
|
+
cover?: string | undefined;
|
|
222747
|
+
duration?: string | undefined;
|
|
222748
|
+
url?: string | undefined;
|
|
222749
|
+
} | undefined;
|
|
222750
|
+
} | undefined;
|
|
222751
|
+
}>;
|
|
222752
|
+
};
|
|
222753
|
+
/**
|
|
222754
|
+
* minute.media
|
|
222755
|
+
*/
|
|
222756
|
+
minuteMedia: {
|
|
222757
|
+
/**
|
|
222758
|
+
* {@link https://open.feishu.cn/api-explorer?project=minutes&resource=minute.media&apiName=get&version=v1 click to debug }
|
|
222759
|
+
*
|
|
222760
|
+
* {@link https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=get&project=minutes&resource=minute.media&version=v1 document }
|
|
222761
|
+
*
|
|
222762
|
+
* 获取妙记的音视频文件
|
|
222763
|
+
*/
|
|
222764
|
+
get: (payload?: {
|
|
222765
|
+
path: {
|
|
222766
|
+
minute_token: string;
|
|
222767
|
+
};
|
|
222768
|
+
}, options?: IRequestOptions$1) => Promise<{
|
|
222769
|
+
code?: number | undefined;
|
|
222770
|
+
msg?: string | undefined;
|
|
222771
|
+
data?: {
|
|
222772
|
+
download_url?: string | undefined;
|
|
222773
|
+
} | undefined;
|
|
222774
|
+
}>;
|
|
222775
|
+
};
|
|
222776
|
+
/**
|
|
222777
|
+
* minute.statistics
|
|
222778
|
+
*/
|
|
222779
|
+
minuteStatistics: {
|
|
222780
|
+
/**
|
|
222781
|
+
* {@link https://open.feishu.cn/api-explorer?project=minutes&resource=minute.statistics&apiName=get&version=v1 click to debug }
|
|
222782
|
+
*
|
|
222783
|
+
* {@link https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=get&project=minutes&resource=minute.statistics&version=v1 document }
|
|
222784
|
+
*
|
|
222785
|
+
* 获取妙记的访问统计数据
|
|
222786
|
+
*/
|
|
222787
|
+
get: (payload?: {
|
|
222788
|
+
params?: {
|
|
222789
|
+
user_id_type?: "user_id" | "union_id" | "open_id";
|
|
222790
|
+
};
|
|
222791
|
+
path: {
|
|
222792
|
+
minute_token: string;
|
|
222793
|
+
};
|
|
222794
|
+
}, options?: IRequestOptions$1) => Promise<{
|
|
222795
|
+
code?: number | undefined;
|
|
222796
|
+
msg?: string | undefined;
|
|
222797
|
+
data?: {
|
|
222798
|
+
statistics?: {
|
|
222799
|
+
user_view_count?: string | undefined;
|
|
222800
|
+
page_view_count?: string | undefined;
|
|
222801
|
+
user_view_list?: {
|
|
222802
|
+
user_id?: string | undefined;
|
|
222803
|
+
view_time?: string | undefined;
|
|
222804
|
+
}[] | undefined;
|
|
222805
|
+
} | undefined;
|
|
222806
|
+
} | undefined;
|
|
222807
|
+
}>;
|
|
222808
|
+
};
|
|
222809
|
+
/**
|
|
222810
|
+
* minute.transcript
|
|
222811
|
+
*/
|
|
222812
|
+
minuteTranscript: {
|
|
222813
|
+
/**
|
|
222814
|
+
* {@link https://open.feishu.cn/api-explorer?project=minutes&resource=minute.transcript&apiName=get&version=v1 click to debug }
|
|
222815
|
+
*
|
|
222816
|
+
* {@link https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=get&project=minutes&resource=minute.transcript&version=v1 document }
|
|
222817
|
+
*
|
|
222818
|
+
* 获取妙记的对话文本,成功时返回文件二进制流
|
|
222819
|
+
*/
|
|
222820
|
+
get: (payload?: {
|
|
222821
|
+
params?: {
|
|
222822
|
+
need_speaker?: boolean;
|
|
222823
|
+
need_timestamp?: boolean;
|
|
222824
|
+
file_format?: string;
|
|
222825
|
+
};
|
|
222826
|
+
path: {
|
|
222827
|
+
minute_token: string;
|
|
222828
|
+
};
|
|
222829
|
+
}, options?: IRequestOptions$1) => Promise<{
|
|
222830
|
+
writeFile: (filePath: string) => Promise<unknown>;
|
|
222831
|
+
getReadableStream: () => Readable;
|
|
222832
|
+
}>;
|
|
222833
|
+
};
|
|
222834
|
+
};
|
|
222835
|
+
};
|
|
222836
|
+
}
|
|
222837
|
+
|
|
222254
222838
|
declare abstract class Client$n extends Client$o {
|
|
222255
222839
|
tokenManager: any;
|
|
222256
222840
|
domain: any;
|
|
@@ -245556,6 +246140,13 @@ interface IHandles extends IOtherEventHandles {
|
|
|
245556
246140
|
after_status?: "not_started" | "in_progress" | "completed" | "withdrawn" | "others" | "expired";
|
|
245557
246141
|
};
|
|
245558
246142
|
onboarding_flow_id?: string;
|
|
246143
|
+
flow_info?: {
|
|
246144
|
+
id?: string;
|
|
246145
|
+
name?: {
|
|
246146
|
+
zh_cn?: string;
|
|
246147
|
+
en_us?: string;
|
|
246148
|
+
};
|
|
246149
|
+
};
|
|
245559
246150
|
}) => Promise<any> | any;
|
|
245560
246151
|
/**
|
|
245561
246152
|
|
|
@@ -248720,6 +249311,7 @@ declare class Aily {
|
|
|
248720
249311
|
plain_text?: string | undefined;
|
|
248721
249312
|
created_at?: string | undefined;
|
|
248722
249313
|
status?: "IN_PROGRESS" | "COMPLETED" | undefined;
|
|
249314
|
+
reasoning_content?: string | undefined;
|
|
248723
249315
|
}>;
|
|
248724
249316
|
createWithStream: (params: ICreateParams, options?: IRequestOptions) => Promise<{
|
|
248725
249317
|
[Symbol.asyncIterator](): AsyncGenerator<{
|
|
@@ -248756,6 +249348,7 @@ declare class Aily {
|
|
|
248756
249348
|
plain_text?: string | undefined;
|
|
248757
249349
|
created_at?: string | undefined;
|
|
248758
249350
|
status?: "IN_PROGRESS" | "COMPLETED" | undefined;
|
|
249351
|
+
reasoning_content?: string | undefined;
|
|
248759
249352
|
}, void, unknown>;
|
|
248760
249353
|
}>;
|
|
248761
249354
|
sessionRecords: {
|