@larksuiteoapi/node-sdk 1.44.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 +208 -55
- package/lib/index.js +208 -55
- package/package.json +1 -1
- package/types/index.d.ts +367 -77
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,14 +1067,14 @@ 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;
|
|
1074
1074
|
httpInstance: HttpInstance;
|
|
1075
1075
|
abstract formatPayload(payload?: IPayload, options?: IRequestOptions$1): Promise<Required<IPayload>>;
|
|
1076
1076
|
/**
|
|
1077
|
-
*
|
|
1077
|
+
* 管理后台-企业勋章
|
|
1078
1078
|
*/
|
|
1079
1079
|
admin: {
|
|
1080
1080
|
/**
|
|
@@ -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
|
/**
|
|
@@ -8077,7 +8081,7 @@ declare abstract class Client$Z extends Client$_ {
|
|
|
8077
8081
|
}>;
|
|
8078
8082
|
};
|
|
8079
8083
|
/**
|
|
8080
|
-
*
|
|
8084
|
+
* 原生审批任务
|
|
8081
8085
|
*/
|
|
8082
8086
|
task: {
|
|
8083
8087
|
/**
|
|
@@ -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
|
/**
|
|
@@ -9614,7 +9618,7 @@ declare abstract class Client$Z extends Client$_ {
|
|
|
9614
9618
|
}>;
|
|
9615
9619
|
};
|
|
9616
9620
|
/**
|
|
9617
|
-
*
|
|
9621
|
+
* 原生审批任务
|
|
9618
9622
|
*/
|
|
9619
9623
|
task: {
|
|
9620
9624
|
/**
|
|
@@ -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;
|
|
@@ -14883,7 +14887,7 @@ declare abstract class Client$Y extends Client$Z {
|
|
|
14883
14887
|
};
|
|
14884
14888
|
}
|
|
14885
14889
|
|
|
14886
|
-
declare abstract class Client$
|
|
14890
|
+
declare abstract class Client$Y extends Client$Z {
|
|
14887
14891
|
tokenManager: any;
|
|
14888
14892
|
domain: any;
|
|
14889
14893
|
logger: Logger;
|
|
@@ -15080,7 +15084,7 @@ declare abstract class Client$X extends Client$Y {
|
|
|
15080
15084
|
};
|
|
15081
15085
|
}
|
|
15082
15086
|
|
|
15083
|
-
declare abstract class Client$
|
|
15087
|
+
declare abstract class Client$X extends Client$Y {
|
|
15084
15088
|
tokenManager: any;
|
|
15085
15089
|
domain: any;
|
|
15086
15090
|
logger: Logger;
|
|
@@ -15423,7 +15427,7 @@ declare abstract class Client$W extends Client$X {
|
|
|
15423
15427
|
};
|
|
15424
15428
|
}
|
|
15425
15429
|
|
|
15426
|
-
declare abstract class Client$
|
|
15430
|
+
declare abstract class Client$W extends Client$X {
|
|
15427
15431
|
tokenManager: any;
|
|
15428
15432
|
domain: any;
|
|
15429
15433
|
logger: Logger;
|
|
@@ -15435,7 +15439,7 @@ declare abstract class Client$V extends Client$W {
|
|
|
15435
15439
|
aweme_ecosystem: {};
|
|
15436
15440
|
}
|
|
15437
15441
|
|
|
15438
|
-
declare abstract class Client$
|
|
15442
|
+
declare abstract class Client$V extends Client$W {
|
|
15439
15443
|
tokenManager: any;
|
|
15440
15444
|
domain: any;
|
|
15441
15445
|
logger: Logger;
|
|
@@ -18006,7 +18010,7 @@ declare abstract class Client$U extends Client$V {
|
|
|
18006
18010
|
};
|
|
18007
18011
|
}
|
|
18008
18012
|
|
|
18009
|
-
declare abstract class Client$
|
|
18013
|
+
declare abstract class Client$U extends Client$V {
|
|
18010
18014
|
tokenManager: any;
|
|
18011
18015
|
domain: any;
|
|
18012
18016
|
logger: Logger;
|
|
@@ -23931,7 +23935,7 @@ declare abstract class Client$T extends Client$U {
|
|
|
23931
23935
|
};
|
|
23932
23936
|
}
|
|
23933
23937
|
|
|
23934
|
-
declare abstract class Client$
|
|
23938
|
+
declare abstract class Client$T extends Client$U {
|
|
23935
23939
|
tokenManager: any;
|
|
23936
23940
|
domain: any;
|
|
23937
23941
|
logger: Logger;
|
|
@@ -24164,7 +24168,7 @@ declare abstract class Client$S extends Client$T {
|
|
|
24164
24168
|
};
|
|
24165
24169
|
}
|
|
24166
24170
|
|
|
24167
|
-
declare abstract class Client$
|
|
24171
|
+
declare abstract class Client$S extends Client$T {
|
|
24168
24172
|
tokenManager: any;
|
|
24169
24173
|
domain: any;
|
|
24170
24174
|
logger: Logger;
|
|
@@ -24299,7 +24303,7 @@ declare abstract class Client$R extends Client$S {
|
|
|
24299
24303
|
};
|
|
24300
24304
|
}
|
|
24301
24305
|
|
|
24302
|
-
declare abstract class Client$
|
|
24306
|
+
declare abstract class Client$R extends Client$S {
|
|
24303
24307
|
tokenManager: any;
|
|
24304
24308
|
domain: any;
|
|
24305
24309
|
logger: Logger;
|
|
@@ -28382,7 +28386,7 @@ declare abstract class Client$Q extends Client$R {
|
|
|
28382
28386
|
};
|
|
28383
28387
|
}
|
|
28384
28388
|
|
|
28385
|
-
declare abstract class Client$
|
|
28389
|
+
declare abstract class Client$Q extends Client$R {
|
|
28386
28390
|
tokenManager: any;
|
|
28387
28391
|
domain: any;
|
|
28388
28392
|
logger: Logger;
|
|
@@ -28620,7 +28624,7 @@ declare abstract class Client$P extends Client$Q {
|
|
|
28620
28624
|
};
|
|
28621
28625
|
}
|
|
28622
28626
|
|
|
28623
|
-
declare abstract class Client$
|
|
28627
|
+
declare abstract class Client$P extends Client$Q {
|
|
28624
28628
|
tokenManager: any;
|
|
28625
28629
|
domain: any;
|
|
28626
28630
|
logger: Logger;
|
|
@@ -28632,7 +28636,7 @@ declare abstract class Client$O extends Client$P {
|
|
|
28632
28636
|
comment_sdk: {};
|
|
28633
28637
|
}
|
|
28634
28638
|
|
|
28635
|
-
declare abstract class Client$
|
|
28639
|
+
declare abstract class Client$O extends Client$P {
|
|
28636
28640
|
tokenManager: any;
|
|
28637
28641
|
domain: any;
|
|
28638
28642
|
logger: Logger;
|
|
@@ -28973,7 +28977,7 @@ declare abstract class Client$N extends Client$O {
|
|
|
28973
28977
|
};
|
|
28974
28978
|
}
|
|
28975
28979
|
|
|
28976
|
-
declare abstract class Client$
|
|
28980
|
+
declare abstract class Client$N extends Client$O {
|
|
28977
28981
|
tokenManager: any;
|
|
28978
28982
|
domain: any;
|
|
28979
28983
|
logger: Logger;
|
|
@@ -36530,7 +36534,7 @@ declare abstract class Client$M extends Client$N {
|
|
|
36530
36534
|
};
|
|
36531
36535
|
}
|
|
36532
36536
|
|
|
36533
|
-
declare abstract class Client$
|
|
36537
|
+
declare abstract class Client$M extends Client$N {
|
|
36534
36538
|
tokenManager: any;
|
|
36535
36539
|
domain: any;
|
|
36536
36540
|
logger: Logger;
|
|
@@ -36542,7 +36546,7 @@ declare abstract class Client$L extends Client$M {
|
|
|
36542
36546
|
content_check: {};
|
|
36543
36547
|
}
|
|
36544
36548
|
|
|
36545
|
-
declare abstract class Client$
|
|
36549
|
+
declare abstract class Client$L extends Client$M {
|
|
36546
36550
|
tokenManager: any;
|
|
36547
36551
|
domain: any;
|
|
36548
36552
|
logger: Logger;
|
|
@@ -36554,7 +36558,7 @@ declare abstract class Client$K extends Client$L {
|
|
|
36554
36558
|
contract: {};
|
|
36555
36559
|
}
|
|
36556
36560
|
|
|
36557
|
-
declare abstract class Client$
|
|
36561
|
+
declare abstract class Client$K extends Client$L {
|
|
36558
36562
|
tokenManager: any;
|
|
36559
36563
|
domain: any;
|
|
36560
36564
|
logger: Logger;
|
|
@@ -39674,6 +39678,7 @@ declare abstract class Client$J extends Client$K {
|
|
|
39674
39678
|
lang: string;
|
|
39675
39679
|
value: string;
|
|
39676
39680
|
}>;
|
|
39681
|
+
pathway_id?: string;
|
|
39677
39682
|
job_family_id_list?: Array<string>;
|
|
39678
39683
|
job_level_id_list?: Array<string>;
|
|
39679
39684
|
working_hours_type_id?: string;
|
|
@@ -39707,6 +39712,7 @@ declare abstract class Client$J extends Client$K {
|
|
|
39707
39712
|
lang: string;
|
|
39708
39713
|
value: string;
|
|
39709
39714
|
}[] | undefined;
|
|
39715
|
+
pathway_id?: string | undefined;
|
|
39710
39716
|
job_family_id_list?: string[] | undefined;
|
|
39711
39717
|
job_level_id_list?: string[] | undefined;
|
|
39712
39718
|
working_hours_type_id?: string | undefined;
|
|
@@ -39770,6 +39776,7 @@ declare abstract class Client$J extends Client$K {
|
|
|
39770
39776
|
lang: string;
|
|
39771
39777
|
value: string;
|
|
39772
39778
|
}[] | undefined;
|
|
39779
|
+
pathway_id?: string | undefined;
|
|
39773
39780
|
job_family_id_list?: string[] | undefined;
|
|
39774
39781
|
job_level_id_list?: string[] | undefined;
|
|
39775
39782
|
working_hours_type_id?: string | undefined;
|
|
@@ -39818,6 +39825,7 @@ declare abstract class Client$J extends Client$K {
|
|
|
39818
39825
|
lang: string;
|
|
39819
39826
|
value: string;
|
|
39820
39827
|
}[] | undefined;
|
|
39828
|
+
pathway_id?: string | undefined;
|
|
39821
39829
|
job_family_id_list?: string[] | undefined;
|
|
39822
39830
|
job_level_id_list?: string[] | undefined;
|
|
39823
39831
|
working_hours_type_id?: string | undefined;
|
|
@@ -39857,6 +39865,7 @@ declare abstract class Client$J extends Client$K {
|
|
|
39857
39865
|
lang: string;
|
|
39858
39866
|
value: string;
|
|
39859
39867
|
}>;
|
|
39868
|
+
pathway_id?: string;
|
|
39860
39869
|
job_family_id_list?: Array<string>;
|
|
39861
39870
|
job_level_id_list?: Array<string>;
|
|
39862
39871
|
working_hours_type_id?: string;
|
|
@@ -39893,6 +39902,7 @@ declare abstract class Client$J extends Client$K {
|
|
|
39893
39902
|
lang: string;
|
|
39894
39903
|
value: string;
|
|
39895
39904
|
}[] | undefined;
|
|
39905
|
+
pathway_id?: string | undefined;
|
|
39896
39906
|
job_family_id_list?: string[] | undefined;
|
|
39897
39907
|
job_level_id_list?: string[] | undefined;
|
|
39898
39908
|
working_hours_type_id?: string | undefined;
|
|
@@ -40007,6 +40017,8 @@ declare abstract class Client$J extends Client$K {
|
|
|
40007
40017
|
target_service_company?: string;
|
|
40008
40018
|
original_position?: string;
|
|
40009
40019
|
target_position?: string;
|
|
40020
|
+
original_pathway?: string;
|
|
40021
|
+
target_pathway?: string;
|
|
40010
40022
|
};
|
|
40011
40023
|
transfer_key?: string;
|
|
40012
40024
|
initiator_id?: string;
|
|
@@ -40118,6 +40130,8 @@ declare abstract class Client$J extends Client$K {
|
|
|
40118
40130
|
target_service_company?: string | undefined;
|
|
40119
40131
|
original_position?: string | undefined;
|
|
40120
40132
|
target_position?: string | undefined;
|
|
40133
|
+
original_pathway?: string | undefined;
|
|
40134
|
+
target_pathway?: string | undefined;
|
|
40121
40135
|
} | undefined;
|
|
40122
40136
|
} | undefined;
|
|
40123
40137
|
}>;
|
|
@@ -40173,6 +40187,8 @@ declare abstract class Client$J extends Client$K {
|
|
|
40173
40187
|
enum_name: string;
|
|
40174
40188
|
};
|
|
40175
40189
|
service_company?: string;
|
|
40190
|
+
position_id?: string;
|
|
40191
|
+
pathway_id?: string;
|
|
40176
40192
|
};
|
|
40177
40193
|
params?: {
|
|
40178
40194
|
client_token?: string;
|
|
@@ -40236,6 +40252,7 @@ declare abstract class Client$J extends Client$K {
|
|
|
40236
40252
|
}[] | undefined;
|
|
40237
40253
|
} | undefined;
|
|
40238
40254
|
service_company?: string | undefined;
|
|
40255
|
+
pathway_id?: string | undefined;
|
|
40239
40256
|
} | undefined;
|
|
40240
40257
|
} | undefined;
|
|
40241
40258
|
}>;
|
|
@@ -40336,6 +40353,7 @@ declare abstract class Client$J extends Client$K {
|
|
|
40336
40353
|
service_company?: string | undefined;
|
|
40337
40354
|
employee_subtype_id?: string | undefined;
|
|
40338
40355
|
position_id?: string | undefined;
|
|
40356
|
+
pathway_id?: string | undefined;
|
|
40339
40357
|
job_data_reason?: {
|
|
40340
40358
|
enum_name: string;
|
|
40341
40359
|
display?: {
|
|
@@ -40433,6 +40451,7 @@ declare abstract class Client$J extends Client$K {
|
|
|
40433
40451
|
service_company?: string | undefined;
|
|
40434
40452
|
employee_subtype_id?: string | undefined;
|
|
40435
40453
|
position_id?: string | undefined;
|
|
40454
|
+
pathway_id?: string | undefined;
|
|
40436
40455
|
job_data_reason?: {
|
|
40437
40456
|
enum_name: string;
|
|
40438
40457
|
display?: {
|
|
@@ -40492,6 +40511,7 @@ declare abstract class Client$J extends Client$K {
|
|
|
40492
40511
|
enum_name: string;
|
|
40493
40512
|
};
|
|
40494
40513
|
service_company?: string;
|
|
40514
|
+
pathway_id?: string;
|
|
40495
40515
|
};
|
|
40496
40516
|
params?: {
|
|
40497
40517
|
client_token?: string;
|
|
@@ -40559,6 +40579,7 @@ declare abstract class Client$J extends Client$K {
|
|
|
40559
40579
|
}[] | undefined;
|
|
40560
40580
|
} | undefined;
|
|
40561
40581
|
service_company?: string | undefined;
|
|
40582
|
+
pathway_id?: string | undefined;
|
|
40562
40583
|
} | undefined;
|
|
40563
40584
|
} | undefined;
|
|
40564
40585
|
}>;
|
|
@@ -40584,9 +40605,14 @@ declare abstract class Client$J extends Client$K {
|
|
|
40584
40605
|
}>;
|
|
40585
40606
|
active: boolean;
|
|
40586
40607
|
parent_id?: string;
|
|
40608
|
+
pathway_ids?: Array<string>;
|
|
40587
40609
|
effective_time: string;
|
|
40588
40610
|
expiration_time?: string;
|
|
40589
40611
|
code?: string;
|
|
40612
|
+
description?: Array<{
|
|
40613
|
+
lang: string;
|
|
40614
|
+
value: string;
|
|
40615
|
+
}>;
|
|
40590
40616
|
custom_fields?: Array<{
|
|
40591
40617
|
field_name: string;
|
|
40592
40618
|
value: string;
|
|
@@ -40607,9 +40633,14 @@ declare abstract class Client$J extends Client$K {
|
|
|
40607
40633
|
}>;
|
|
40608
40634
|
active: boolean;
|
|
40609
40635
|
parent_id?: string | undefined;
|
|
40636
|
+
pathway_ids?: string[] | undefined;
|
|
40610
40637
|
effective_time: string;
|
|
40611
40638
|
expiration_time?: string | undefined;
|
|
40612
40639
|
code?: string | undefined;
|
|
40640
|
+
description?: {
|
|
40641
|
+
lang: string;
|
|
40642
|
+
value: string;
|
|
40643
|
+
}[] | undefined;
|
|
40613
40644
|
custom_fields?: {
|
|
40614
40645
|
field_name: string;
|
|
40615
40646
|
value: string;
|
|
@@ -40660,9 +40691,14 @@ declare abstract class Client$J extends Client$K {
|
|
|
40660
40691
|
}>;
|
|
40661
40692
|
active: boolean;
|
|
40662
40693
|
parent_id?: string | undefined;
|
|
40694
|
+
pathway_ids?: string[] | undefined;
|
|
40663
40695
|
effective_time: string;
|
|
40664
40696
|
expiration_time?: string | undefined;
|
|
40665
40697
|
code?: string | undefined;
|
|
40698
|
+
description?: {
|
|
40699
|
+
lang: string;
|
|
40700
|
+
value: string;
|
|
40701
|
+
}[] | undefined;
|
|
40666
40702
|
custom_fields?: {
|
|
40667
40703
|
field_name: string;
|
|
40668
40704
|
value: string;
|
|
@@ -40696,9 +40732,14 @@ declare abstract class Client$J extends Client$K {
|
|
|
40696
40732
|
}>;
|
|
40697
40733
|
active: boolean;
|
|
40698
40734
|
parent_id?: string | undefined;
|
|
40735
|
+
pathway_ids?: string[] | undefined;
|
|
40699
40736
|
effective_time: string;
|
|
40700
40737
|
expiration_time?: string | undefined;
|
|
40701
40738
|
code?: string | undefined;
|
|
40739
|
+
description?: {
|
|
40740
|
+
lang: string;
|
|
40741
|
+
value: string;
|
|
40742
|
+
}[] | undefined;
|
|
40702
40743
|
custom_fields?: {
|
|
40703
40744
|
field_name: string;
|
|
40704
40745
|
value: string;
|
|
@@ -40725,9 +40766,14 @@ declare abstract class Client$J extends Client$K {
|
|
|
40725
40766
|
}>;
|
|
40726
40767
|
active?: boolean;
|
|
40727
40768
|
parent_id?: string;
|
|
40769
|
+
pathway_ids?: Array<string>;
|
|
40728
40770
|
effective_time?: string;
|
|
40729
40771
|
expiration_time?: string;
|
|
40730
40772
|
code?: string;
|
|
40773
|
+
description?: Array<{
|
|
40774
|
+
lang: string;
|
|
40775
|
+
value: string;
|
|
40776
|
+
}>;
|
|
40731
40777
|
custom_fields?: Array<{
|
|
40732
40778
|
field_name: string;
|
|
40733
40779
|
value: string;
|
|
@@ -40751,9 +40797,14 @@ declare abstract class Client$J extends Client$K {
|
|
|
40751
40797
|
}>;
|
|
40752
40798
|
active: boolean;
|
|
40753
40799
|
parent_id?: string | undefined;
|
|
40800
|
+
pathway_ids?: string[] | undefined;
|
|
40754
40801
|
effective_time: string;
|
|
40755
40802
|
expiration_time?: string | undefined;
|
|
40756
40803
|
code?: string | undefined;
|
|
40804
|
+
description?: {
|
|
40805
|
+
lang: string;
|
|
40806
|
+
value: string;
|
|
40807
|
+
}[] | undefined;
|
|
40757
40808
|
custom_fields?: {
|
|
40758
40809
|
field_name: string;
|
|
40759
40810
|
value: string;
|
|
@@ -40793,6 +40844,7 @@ declare abstract class Client$J extends Client$K {
|
|
|
40793
40844
|
value: string;
|
|
40794
40845
|
}>;
|
|
40795
40846
|
job_grade?: Array<string>;
|
|
40847
|
+
pathway_ids?: Array<string>;
|
|
40796
40848
|
};
|
|
40797
40849
|
params?: {
|
|
40798
40850
|
client_token?: string;
|
|
@@ -40819,6 +40871,7 @@ declare abstract class Client$J extends Client$K {
|
|
|
40819
40871
|
value: string;
|
|
40820
40872
|
}[] | undefined;
|
|
40821
40873
|
job_grade?: string[] | undefined;
|
|
40874
|
+
pathway_ids?: string[] | undefined;
|
|
40822
40875
|
} | undefined;
|
|
40823
40876
|
} | undefined;
|
|
40824
40877
|
}>;
|
|
@@ -40875,6 +40928,7 @@ declare abstract class Client$J extends Client$K {
|
|
|
40875
40928
|
value: string;
|
|
40876
40929
|
}[] | undefined;
|
|
40877
40930
|
job_grade?: string[] | undefined;
|
|
40931
|
+
pathway_ids?: string[] | undefined;
|
|
40878
40932
|
} | undefined;
|
|
40879
40933
|
} | undefined;
|
|
40880
40934
|
}>;
|
|
@@ -40914,6 +40968,7 @@ declare abstract class Client$J extends Client$K {
|
|
|
40914
40968
|
value: string;
|
|
40915
40969
|
}[] | undefined;
|
|
40916
40970
|
job_grade?: string[] | undefined;
|
|
40971
|
+
pathway_ids?: string[] | undefined;
|
|
40917
40972
|
}[] | undefined;
|
|
40918
40973
|
has_more?: boolean | undefined;
|
|
40919
40974
|
page_token?: string | undefined;
|
|
@@ -40946,6 +41001,7 @@ declare abstract class Client$J extends Client$K {
|
|
|
40946
41001
|
value: string;
|
|
40947
41002
|
}>;
|
|
40948
41003
|
job_grade?: Array<string>;
|
|
41004
|
+
pathway_ids?: Array<string>;
|
|
40949
41005
|
};
|
|
40950
41006
|
params?: {
|
|
40951
41007
|
client_token?: string;
|
|
@@ -40975,6 +41031,7 @@ declare abstract class Client$J extends Client$K {
|
|
|
40975
41031
|
value: string;
|
|
40976
41032
|
}[] | undefined;
|
|
40977
41033
|
job_grade?: string[] | undefined;
|
|
41034
|
+
pathway_ids?: string[] | undefined;
|
|
40978
41035
|
} | undefined;
|
|
40979
41036
|
} | undefined;
|
|
40980
41037
|
}>;
|
|
@@ -49048,6 +49105,7 @@ declare abstract class Client$J extends Client$K {
|
|
|
49048
49105
|
lang: string;
|
|
49049
49106
|
value: string;
|
|
49050
49107
|
}>;
|
|
49108
|
+
pathway_id?: string;
|
|
49051
49109
|
job_family_id_list?: Array<string>;
|
|
49052
49110
|
job_level_id_list?: Array<string>;
|
|
49053
49111
|
working_hours_type_id?: string;
|
|
@@ -49081,6 +49139,7 @@ declare abstract class Client$J extends Client$K {
|
|
|
49081
49139
|
lang: string;
|
|
49082
49140
|
value: string;
|
|
49083
49141
|
}[] | undefined;
|
|
49142
|
+
pathway_id?: string | undefined;
|
|
49084
49143
|
job_family_id_list?: string[] | undefined;
|
|
49085
49144
|
job_level_id_list?: string[] | undefined;
|
|
49086
49145
|
working_hours_type_id?: string | undefined;
|
|
@@ -49144,6 +49203,7 @@ declare abstract class Client$J extends Client$K {
|
|
|
49144
49203
|
lang: string;
|
|
49145
49204
|
value: string;
|
|
49146
49205
|
}[] | undefined;
|
|
49206
|
+
pathway_id?: string | undefined;
|
|
49147
49207
|
job_family_id_list?: string[] | undefined;
|
|
49148
49208
|
job_level_id_list?: string[] | undefined;
|
|
49149
49209
|
working_hours_type_id?: string | undefined;
|
|
@@ -49192,6 +49252,7 @@ declare abstract class Client$J extends Client$K {
|
|
|
49192
49252
|
lang: string;
|
|
49193
49253
|
value: string;
|
|
49194
49254
|
}[] | undefined;
|
|
49255
|
+
pathway_id?: string | undefined;
|
|
49195
49256
|
job_family_id_list?: string[] | undefined;
|
|
49196
49257
|
job_level_id_list?: string[] | undefined;
|
|
49197
49258
|
working_hours_type_id?: string | undefined;
|
|
@@ -49231,6 +49292,7 @@ declare abstract class Client$J extends Client$K {
|
|
|
49231
49292
|
lang: string;
|
|
49232
49293
|
value: string;
|
|
49233
49294
|
}>;
|
|
49295
|
+
pathway_id?: string;
|
|
49234
49296
|
job_family_id_list?: Array<string>;
|
|
49235
49297
|
job_level_id_list?: Array<string>;
|
|
49236
49298
|
working_hours_type_id?: string;
|
|
@@ -49267,6 +49329,7 @@ declare abstract class Client$J extends Client$K {
|
|
|
49267
49329
|
lang: string;
|
|
49268
49330
|
value: string;
|
|
49269
49331
|
}[] | undefined;
|
|
49332
|
+
pathway_id?: string | undefined;
|
|
49270
49333
|
job_family_id_list?: string[] | undefined;
|
|
49271
49334
|
job_level_id_list?: string[] | undefined;
|
|
49272
49335
|
working_hours_type_id?: string | undefined;
|
|
@@ -49381,6 +49444,8 @@ declare abstract class Client$J extends Client$K {
|
|
|
49381
49444
|
target_service_company?: string;
|
|
49382
49445
|
original_position?: string;
|
|
49383
49446
|
target_position?: string;
|
|
49447
|
+
original_pathway?: string;
|
|
49448
|
+
target_pathway?: string;
|
|
49384
49449
|
};
|
|
49385
49450
|
transfer_key?: string;
|
|
49386
49451
|
initiator_id?: string;
|
|
@@ -49492,6 +49557,8 @@ declare abstract class Client$J extends Client$K {
|
|
|
49492
49557
|
target_service_company?: string | undefined;
|
|
49493
49558
|
original_position?: string | undefined;
|
|
49494
49559
|
target_position?: string | undefined;
|
|
49560
|
+
original_pathway?: string | undefined;
|
|
49561
|
+
target_pathway?: string | undefined;
|
|
49495
49562
|
} | undefined;
|
|
49496
49563
|
} | undefined;
|
|
49497
49564
|
}>;
|
|
@@ -49547,6 +49614,8 @@ declare abstract class Client$J extends Client$K {
|
|
|
49547
49614
|
enum_name: string;
|
|
49548
49615
|
};
|
|
49549
49616
|
service_company?: string;
|
|
49617
|
+
position_id?: string;
|
|
49618
|
+
pathway_id?: string;
|
|
49550
49619
|
};
|
|
49551
49620
|
params?: {
|
|
49552
49621
|
client_token?: string;
|
|
@@ -49610,6 +49679,7 @@ declare abstract class Client$J extends Client$K {
|
|
|
49610
49679
|
}[] | undefined;
|
|
49611
49680
|
} | undefined;
|
|
49612
49681
|
service_company?: string | undefined;
|
|
49682
|
+
pathway_id?: string | undefined;
|
|
49613
49683
|
} | undefined;
|
|
49614
49684
|
} | undefined;
|
|
49615
49685
|
}>;
|
|
@@ -49710,6 +49780,7 @@ declare abstract class Client$J extends Client$K {
|
|
|
49710
49780
|
service_company?: string | undefined;
|
|
49711
49781
|
employee_subtype_id?: string | undefined;
|
|
49712
49782
|
position_id?: string | undefined;
|
|
49783
|
+
pathway_id?: string | undefined;
|
|
49713
49784
|
job_data_reason?: {
|
|
49714
49785
|
enum_name: string;
|
|
49715
49786
|
display?: {
|
|
@@ -49807,6 +49878,7 @@ declare abstract class Client$J extends Client$K {
|
|
|
49807
49878
|
service_company?: string | undefined;
|
|
49808
49879
|
employee_subtype_id?: string | undefined;
|
|
49809
49880
|
position_id?: string | undefined;
|
|
49881
|
+
pathway_id?: string | undefined;
|
|
49810
49882
|
job_data_reason?: {
|
|
49811
49883
|
enum_name: string;
|
|
49812
49884
|
display?: {
|
|
@@ -49866,6 +49938,7 @@ declare abstract class Client$J extends Client$K {
|
|
|
49866
49938
|
enum_name: string;
|
|
49867
49939
|
};
|
|
49868
49940
|
service_company?: string;
|
|
49941
|
+
pathway_id?: string;
|
|
49869
49942
|
};
|
|
49870
49943
|
params?: {
|
|
49871
49944
|
client_token?: string;
|
|
@@ -49933,6 +50006,7 @@ declare abstract class Client$J extends Client$K {
|
|
|
49933
50006
|
}[] | undefined;
|
|
49934
50007
|
} | undefined;
|
|
49935
50008
|
service_company?: string | undefined;
|
|
50009
|
+
pathway_id?: string | undefined;
|
|
49936
50010
|
} | undefined;
|
|
49937
50011
|
} | undefined;
|
|
49938
50012
|
}>;
|
|
@@ -49958,9 +50032,14 @@ declare abstract class Client$J extends Client$K {
|
|
|
49958
50032
|
}>;
|
|
49959
50033
|
active: boolean;
|
|
49960
50034
|
parent_id?: string;
|
|
50035
|
+
pathway_ids?: Array<string>;
|
|
49961
50036
|
effective_time: string;
|
|
49962
50037
|
expiration_time?: string;
|
|
49963
50038
|
code?: string;
|
|
50039
|
+
description?: Array<{
|
|
50040
|
+
lang: string;
|
|
50041
|
+
value: string;
|
|
50042
|
+
}>;
|
|
49964
50043
|
custom_fields?: Array<{
|
|
49965
50044
|
field_name: string;
|
|
49966
50045
|
value: string;
|
|
@@ -49981,9 +50060,14 @@ declare abstract class Client$J extends Client$K {
|
|
|
49981
50060
|
}>;
|
|
49982
50061
|
active: boolean;
|
|
49983
50062
|
parent_id?: string | undefined;
|
|
50063
|
+
pathway_ids?: string[] | undefined;
|
|
49984
50064
|
effective_time: string;
|
|
49985
50065
|
expiration_time?: string | undefined;
|
|
49986
50066
|
code?: string | undefined;
|
|
50067
|
+
description?: {
|
|
50068
|
+
lang: string;
|
|
50069
|
+
value: string;
|
|
50070
|
+
}[] | undefined;
|
|
49987
50071
|
custom_fields?: {
|
|
49988
50072
|
field_name: string;
|
|
49989
50073
|
value: string;
|
|
@@ -50034,9 +50118,14 @@ declare abstract class Client$J extends Client$K {
|
|
|
50034
50118
|
}>;
|
|
50035
50119
|
active: boolean;
|
|
50036
50120
|
parent_id?: string | undefined;
|
|
50121
|
+
pathway_ids?: string[] | undefined;
|
|
50037
50122
|
effective_time: string;
|
|
50038
50123
|
expiration_time?: string | undefined;
|
|
50039
50124
|
code?: string | undefined;
|
|
50125
|
+
description?: {
|
|
50126
|
+
lang: string;
|
|
50127
|
+
value: string;
|
|
50128
|
+
}[] | undefined;
|
|
50040
50129
|
custom_fields?: {
|
|
50041
50130
|
field_name: string;
|
|
50042
50131
|
value: string;
|
|
@@ -50070,9 +50159,14 @@ declare abstract class Client$J extends Client$K {
|
|
|
50070
50159
|
}>;
|
|
50071
50160
|
active: boolean;
|
|
50072
50161
|
parent_id?: string | undefined;
|
|
50162
|
+
pathway_ids?: string[] | undefined;
|
|
50073
50163
|
effective_time: string;
|
|
50074
50164
|
expiration_time?: string | undefined;
|
|
50075
50165
|
code?: string | undefined;
|
|
50166
|
+
description?: {
|
|
50167
|
+
lang: string;
|
|
50168
|
+
value: string;
|
|
50169
|
+
}[] | undefined;
|
|
50076
50170
|
custom_fields?: {
|
|
50077
50171
|
field_name: string;
|
|
50078
50172
|
value: string;
|
|
@@ -50099,9 +50193,14 @@ declare abstract class Client$J extends Client$K {
|
|
|
50099
50193
|
}>;
|
|
50100
50194
|
active?: boolean;
|
|
50101
50195
|
parent_id?: string;
|
|
50196
|
+
pathway_ids?: Array<string>;
|
|
50102
50197
|
effective_time?: string;
|
|
50103
50198
|
expiration_time?: string;
|
|
50104
50199
|
code?: string;
|
|
50200
|
+
description?: Array<{
|
|
50201
|
+
lang: string;
|
|
50202
|
+
value: string;
|
|
50203
|
+
}>;
|
|
50105
50204
|
custom_fields?: Array<{
|
|
50106
50205
|
field_name: string;
|
|
50107
50206
|
value: string;
|
|
@@ -50125,9 +50224,14 @@ declare abstract class Client$J extends Client$K {
|
|
|
50125
50224
|
}>;
|
|
50126
50225
|
active: boolean;
|
|
50127
50226
|
parent_id?: string | undefined;
|
|
50227
|
+
pathway_ids?: string[] | undefined;
|
|
50128
50228
|
effective_time: string;
|
|
50129
50229
|
expiration_time?: string | undefined;
|
|
50130
50230
|
code?: string | undefined;
|
|
50231
|
+
description?: {
|
|
50232
|
+
lang: string;
|
|
50233
|
+
value: string;
|
|
50234
|
+
}[] | undefined;
|
|
50131
50235
|
custom_fields?: {
|
|
50132
50236
|
field_name: string;
|
|
50133
50237
|
value: string;
|
|
@@ -50167,6 +50271,7 @@ declare abstract class Client$J extends Client$K {
|
|
|
50167
50271
|
value: string;
|
|
50168
50272
|
}>;
|
|
50169
50273
|
job_grade?: Array<string>;
|
|
50274
|
+
pathway_ids?: Array<string>;
|
|
50170
50275
|
};
|
|
50171
50276
|
params?: {
|
|
50172
50277
|
client_token?: string;
|
|
@@ -50193,6 +50298,7 @@ declare abstract class Client$J extends Client$K {
|
|
|
50193
50298
|
value: string;
|
|
50194
50299
|
}[] | undefined;
|
|
50195
50300
|
job_grade?: string[] | undefined;
|
|
50301
|
+
pathway_ids?: string[] | undefined;
|
|
50196
50302
|
} | undefined;
|
|
50197
50303
|
} | undefined;
|
|
50198
50304
|
}>;
|
|
@@ -50249,6 +50355,7 @@ declare abstract class Client$J extends Client$K {
|
|
|
50249
50355
|
value: string;
|
|
50250
50356
|
}[] | undefined;
|
|
50251
50357
|
job_grade?: string[] | undefined;
|
|
50358
|
+
pathway_ids?: string[] | undefined;
|
|
50252
50359
|
} | undefined;
|
|
50253
50360
|
} | undefined;
|
|
50254
50361
|
}>;
|
|
@@ -50288,6 +50395,7 @@ declare abstract class Client$J extends Client$K {
|
|
|
50288
50395
|
value: string;
|
|
50289
50396
|
}[] | undefined;
|
|
50290
50397
|
job_grade?: string[] | undefined;
|
|
50398
|
+
pathway_ids?: string[] | undefined;
|
|
50291
50399
|
}[] | undefined;
|
|
50292
50400
|
has_more?: boolean | undefined;
|
|
50293
50401
|
page_token?: string | undefined;
|
|
@@ -50320,6 +50428,7 @@ declare abstract class Client$J extends Client$K {
|
|
|
50320
50428
|
value: string;
|
|
50321
50429
|
}>;
|
|
50322
50430
|
job_grade?: Array<string>;
|
|
50431
|
+
pathway_ids?: Array<string>;
|
|
50323
50432
|
};
|
|
50324
50433
|
params?: {
|
|
50325
50434
|
client_token?: string;
|
|
@@ -50349,6 +50458,7 @@ declare abstract class Client$J extends Client$K {
|
|
|
50349
50458
|
value: string;
|
|
50350
50459
|
}[] | undefined;
|
|
50351
50460
|
job_grade?: string[] | undefined;
|
|
50461
|
+
pathway_ids?: string[] | undefined;
|
|
50352
50462
|
} | undefined;
|
|
50353
50463
|
} | undefined;
|
|
50354
50464
|
}>;
|
|
@@ -55560,6 +55670,8 @@ declare abstract class Client$J extends Client$K {
|
|
|
55560
55670
|
original_position?: string | undefined;
|
|
55561
55671
|
target_position?: string | undefined;
|
|
55562
55672
|
target_draft_position?: string | undefined;
|
|
55673
|
+
original_pathway?: string | undefined;
|
|
55674
|
+
target_pathway?: string | undefined;
|
|
55563
55675
|
is_transfer_with_workforce?: boolean | undefined;
|
|
55564
55676
|
} | undefined;
|
|
55565
55677
|
}[] | undefined;
|
|
@@ -57833,6 +57945,7 @@ declare abstract class Client$J extends Client$K {
|
|
|
57833
57945
|
lang: string;
|
|
57834
57946
|
value: string;
|
|
57835
57947
|
}[] | undefined;
|
|
57948
|
+
pathway_id?: string | undefined;
|
|
57836
57949
|
job_family_id_list?: string[] | undefined;
|
|
57837
57950
|
job_level_id_list?: string[] | undefined;
|
|
57838
57951
|
working_hours_type_id?: string | undefined;
|
|
@@ -59259,6 +59372,7 @@ declare abstract class Client$J extends Client$K {
|
|
|
59259
59372
|
work_location?: string;
|
|
59260
59373
|
weekly_working_hours?: number;
|
|
59261
59374
|
position?: string;
|
|
59375
|
+
pathway?: string;
|
|
59262
59376
|
};
|
|
59263
59377
|
emp_contract_record?: {
|
|
59264
59378
|
contract_number?: string;
|
|
@@ -59549,6 +59663,7 @@ declare abstract class Client$J extends Client$K {
|
|
|
59549
59663
|
lang: string;
|
|
59550
59664
|
value: string;
|
|
59551
59665
|
}[] | undefined;
|
|
59666
|
+
pathway_id?: string | undefined;
|
|
59552
59667
|
job_family_id_list?: string[] | undefined;
|
|
59553
59668
|
job_level_id_list?: string[] | undefined;
|
|
59554
59669
|
working_hours_type_id?: string | undefined;
|
|
@@ -60836,6 +60951,7 @@ declare abstract class Client$J extends Client$K {
|
|
|
60836
60951
|
lang: string;
|
|
60837
60952
|
value: string;
|
|
60838
60953
|
}[] | undefined;
|
|
60954
|
+
pathway_id?: string | undefined;
|
|
60839
60955
|
job_family_id_list?: string[] | undefined;
|
|
60840
60956
|
job_level_id_list?: string[] | undefined;
|
|
60841
60957
|
working_hours_type_id?: string | undefined;
|
|
@@ -62606,6 +62722,7 @@ declare abstract class Client$J extends Client$K {
|
|
|
62606
62722
|
lang: string;
|
|
62607
62723
|
value: string;
|
|
62608
62724
|
}[] | undefined;
|
|
62725
|
+
pathway_id?: string | undefined;
|
|
62609
62726
|
job_family_id_list?: string[] | undefined;
|
|
62610
62727
|
job_level_id_list?: string[] | undefined;
|
|
62611
62728
|
working_hours_type_id?: string | undefined;
|
|
@@ -62652,6 +62769,7 @@ declare abstract class Client$J extends Client$K {
|
|
|
62652
62769
|
lang: string;
|
|
62653
62770
|
value: string;
|
|
62654
62771
|
}[] | undefined;
|
|
62772
|
+
pathway_id?: string | undefined;
|
|
62655
62773
|
job_family_id_list?: string[] | undefined;
|
|
62656
62774
|
job_level_id_list?: string[] | undefined;
|
|
62657
62775
|
working_hours_type_id?: string | undefined;
|
|
@@ -62728,6 +62846,7 @@ declare abstract class Client$J extends Client$K {
|
|
|
62728
62846
|
target_position?: string;
|
|
62729
62847
|
target_social_security_city?: string;
|
|
62730
62848
|
is_transfer_with_workforce?: boolean;
|
|
62849
|
+
target_pathway?: string;
|
|
62731
62850
|
};
|
|
62732
62851
|
transfer_key?: string;
|
|
62733
62852
|
initiator_id?: string;
|
|
@@ -62852,6 +62971,8 @@ declare abstract class Client$J extends Client$K {
|
|
|
62852
62971
|
target_draft_position?: string | undefined;
|
|
62853
62972
|
original_social_security_city?: string | undefined;
|
|
62854
62973
|
target_social_security_city?: string | undefined;
|
|
62974
|
+
original_pathway?: string | undefined;
|
|
62975
|
+
target_pathway?: string | undefined;
|
|
62855
62976
|
is_transfer_with_workforce?: boolean | undefined;
|
|
62856
62977
|
} | undefined;
|
|
62857
62978
|
is_adjust_salary?: boolean | undefined;
|
|
@@ -63024,6 +63145,8 @@ declare abstract class Client$J extends Client$K {
|
|
|
63024
63145
|
target_draft_position?: string | undefined;
|
|
63025
63146
|
original_social_security_city?: string | undefined;
|
|
63026
63147
|
target_social_security_city?: string | undefined;
|
|
63148
|
+
original_pathway?: string | undefined;
|
|
63149
|
+
target_pathway?: string | undefined;
|
|
63027
63150
|
is_transfer_with_workforce?: boolean | undefined;
|
|
63028
63151
|
} | undefined;
|
|
63029
63152
|
is_adjust_salary?: boolean | undefined;
|
|
@@ -63183,6 +63306,8 @@ declare abstract class Client$J extends Client$K {
|
|
|
63183
63306
|
target_draft_position?: string | undefined;
|
|
63184
63307
|
original_social_security_city?: string | undefined;
|
|
63185
63308
|
target_social_security_city?: string | undefined;
|
|
63309
|
+
original_pathway?: string | undefined;
|
|
63310
|
+
target_pathway?: string | undefined;
|
|
63186
63311
|
is_transfer_with_workforce?: boolean | undefined;
|
|
63187
63312
|
} | undefined;
|
|
63188
63313
|
is_adjust_salary?: boolean | undefined;
|
|
@@ -63228,13 +63353,14 @@ declare abstract class Client$J extends Client$K {
|
|
|
63228
63353
|
}>;
|
|
63229
63354
|
active: boolean;
|
|
63230
63355
|
parent_id?: string | undefined;
|
|
63356
|
+
pathway_ids?: string[] | undefined;
|
|
63231
63357
|
effective_time: string;
|
|
63232
63358
|
expiration_time?: string | undefined;
|
|
63233
63359
|
code?: string | undefined;
|
|
63234
|
-
description
|
|
63360
|
+
description?: {
|
|
63235
63361
|
lang: string;
|
|
63236
63362
|
value: string;
|
|
63237
|
-
}
|
|
63363
|
+
}[] | undefined;
|
|
63238
63364
|
custom_fields?: {
|
|
63239
63365
|
custom_api_name: string;
|
|
63240
63366
|
name?: {
|
|
@@ -63482,6 +63608,7 @@ declare abstract class Client$J extends Client$K {
|
|
|
63482
63608
|
value: string;
|
|
63483
63609
|
}[] | undefined;
|
|
63484
63610
|
job_grade?: string[] | undefined;
|
|
63611
|
+
pathway_ids?: string[] | undefined;
|
|
63485
63612
|
}[] | undefined;
|
|
63486
63613
|
} | undefined;
|
|
63487
63614
|
}>;
|
|
@@ -66663,6 +66790,7 @@ declare abstract class Client$J extends Client$K {
|
|
|
66663
66790
|
non_compete_covenant?: boolean;
|
|
66664
66791
|
company_sponsored_visa?: boolean;
|
|
66665
66792
|
work_station?: string;
|
|
66793
|
+
pathway?: string;
|
|
66666
66794
|
};
|
|
66667
66795
|
education_info?: Array<{
|
|
66668
66796
|
school_name?: string;
|
|
@@ -67057,6 +67185,7 @@ declare abstract class Client$J extends Client$K {
|
|
|
67057
67185
|
work_station?: string;
|
|
67058
67186
|
service_company?: string;
|
|
67059
67187
|
non_compete_covenant?: boolean;
|
|
67188
|
+
pathway?: string;
|
|
67060
67189
|
};
|
|
67061
67190
|
standard_update_fields?: Array<string>;
|
|
67062
67191
|
custom_update_fields?: Array<string>;
|
|
@@ -68132,6 +68261,7 @@ declare abstract class Client$J extends Client$K {
|
|
|
68132
68261
|
task_completed?: boolean | undefined;
|
|
68133
68262
|
expected_graduate_date?: string | undefined;
|
|
68134
68263
|
service_company?: string | undefined;
|
|
68264
|
+
pathway?: string | undefined;
|
|
68135
68265
|
} | undefined;
|
|
68136
68266
|
onboarding_info?: {
|
|
68137
68267
|
offer_id?: string | undefined;
|
|
@@ -69297,6 +69427,7 @@ declare abstract class Client$J extends Client$K {
|
|
|
69297
69427
|
task_completed?: boolean | undefined;
|
|
69298
69428
|
expected_graduate_date?: string | undefined;
|
|
69299
69429
|
service_company?: string | undefined;
|
|
69430
|
+
pathway?: string | undefined;
|
|
69300
69431
|
} | undefined;
|
|
69301
69432
|
onboarding_info?: {
|
|
69302
69433
|
offer_id?: string | undefined;
|
|
@@ -70488,6 +70619,7 @@ declare abstract class Client$J extends Client$K {
|
|
|
70488
70619
|
task_completed?: boolean | undefined;
|
|
70489
70620
|
expected_graduate_date?: string | undefined;
|
|
70490
70621
|
service_company?: string | undefined;
|
|
70622
|
+
pathway?: string | undefined;
|
|
70491
70623
|
} | undefined;
|
|
70492
70624
|
onboarding_info?: {
|
|
70493
70625
|
offer_id?: string | undefined;
|
|
@@ -71669,6 +71801,7 @@ declare abstract class Client$J extends Client$K {
|
|
|
71669
71801
|
task_completed?: boolean | undefined;
|
|
71670
71802
|
expected_graduate_date?: string | undefined;
|
|
71671
71803
|
service_company?: string | undefined;
|
|
71804
|
+
pathway?: string | undefined;
|
|
71672
71805
|
} | undefined;
|
|
71673
71806
|
onboarding_info?: {
|
|
71674
71807
|
offer_id?: string | undefined;
|
|
@@ -73170,7 +73303,7 @@ declare abstract class Client$J extends Client$K {
|
|
|
73170
73303
|
};
|
|
73171
73304
|
}
|
|
73172
73305
|
|
|
73173
|
-
declare abstract class Client$
|
|
73306
|
+
declare abstract class Client$J extends Client$K {
|
|
73174
73307
|
tokenManager: any;
|
|
73175
73308
|
domain: any;
|
|
73176
73309
|
logger: Logger;
|
|
@@ -73182,7 +73315,7 @@ declare abstract class Client$I extends Client$J {
|
|
|
73182
73315
|
docs_tool: {};
|
|
73183
73316
|
}
|
|
73184
73317
|
|
|
73185
|
-
declare abstract class Client$
|
|
73318
|
+
declare abstract class Client$I extends Client$J {
|
|
73186
73319
|
tokenManager: any;
|
|
73187
73320
|
domain: any;
|
|
73188
73321
|
logger: Logger;
|
|
@@ -73223,7 +73356,7 @@ declare abstract class Client$H extends Client$I {
|
|
|
73223
73356
|
};
|
|
73224
73357
|
}
|
|
73225
73358
|
|
|
73226
|
-
declare abstract class Client$
|
|
73359
|
+
declare abstract class Client$H extends Client$I {
|
|
73227
73360
|
tokenManager: any;
|
|
73228
73361
|
domain: any;
|
|
73229
73362
|
logger: Logger;
|
|
@@ -73754,7 +73887,7 @@ declare abstract class Client$G extends Client$H {
|
|
|
73754
73887
|
};
|
|
73755
73888
|
}
|
|
73756
73889
|
|
|
73757
|
-
declare abstract class Client$
|
|
73890
|
+
declare abstract class Client$G extends Client$H {
|
|
73758
73891
|
tokenManager: any;
|
|
73759
73892
|
domain: any;
|
|
73760
73893
|
logger: Logger;
|
|
@@ -175389,7 +175522,7 @@ declare abstract class Client$F extends Client$G {
|
|
|
175389
175522
|
};
|
|
175390
175523
|
}
|
|
175391
175524
|
|
|
175392
|
-
declare abstract class Client$
|
|
175525
|
+
declare abstract class Client$F extends Client$G {
|
|
175393
175526
|
tokenManager: any;
|
|
175394
175527
|
domain: any;
|
|
175395
175528
|
logger: Logger;
|
|
@@ -175963,7 +176096,7 @@ declare abstract class Client$E extends Client$F {
|
|
|
175963
176096
|
}>;
|
|
175964
176097
|
};
|
|
175965
176098
|
/**
|
|
175966
|
-
*
|
|
176099
|
+
* 异步任务状态
|
|
175967
176100
|
*/
|
|
175968
176101
|
file: {
|
|
175969
176102
|
/**
|
|
@@ -176801,7 +176934,7 @@ declare abstract class Client$E extends Client$F {
|
|
|
176801
176934
|
}>;
|
|
176802
176935
|
};
|
|
176803
176936
|
/**
|
|
176804
|
-
*
|
|
176937
|
+
* 素材
|
|
176805
176938
|
*/
|
|
176806
176939
|
media: {
|
|
176807
176940
|
/**
|
|
@@ -177922,7 +178055,7 @@ declare abstract class Client$E extends Client$F {
|
|
|
177922
178055
|
}>;
|
|
177923
178056
|
};
|
|
177924
178057
|
/**
|
|
177925
|
-
*
|
|
178058
|
+
* 异步任务状态
|
|
177926
178059
|
*/
|
|
177927
178060
|
file: {
|
|
177928
178061
|
/**
|
|
@@ -178760,7 +178893,7 @@ declare abstract class Client$E extends Client$F {
|
|
|
178760
178893
|
}>;
|
|
178761
178894
|
};
|
|
178762
178895
|
/**
|
|
178763
|
-
*
|
|
178896
|
+
* 素材
|
|
178764
178897
|
*/
|
|
178765
178898
|
media: {
|
|
178766
178899
|
/**
|
|
@@ -179452,7 +179585,7 @@ declare abstract class Client$E extends Client$F {
|
|
|
179452
179585
|
};
|
|
179453
179586
|
}
|
|
179454
179587
|
|
|
179455
|
-
declare abstract class Client$
|
|
179588
|
+
declare abstract class Client$E extends Client$F {
|
|
179456
179589
|
tokenManager: any;
|
|
179457
179590
|
domain: any;
|
|
179458
179591
|
logger: Logger;
|
|
@@ -179464,7 +179597,7 @@ declare abstract class Client$D extends Client$E {
|
|
|
179464
179597
|
edu: {};
|
|
179465
179598
|
}
|
|
179466
179599
|
|
|
179467
|
-
declare abstract class Client$
|
|
179600
|
+
declare abstract class Client$D extends Client$E {
|
|
179468
179601
|
tokenManager: any;
|
|
179469
179602
|
domain: any;
|
|
179470
179603
|
logger: Logger;
|
|
@@ -180275,7 +180408,7 @@ declare abstract class Client$C extends Client$D {
|
|
|
180275
180408
|
};
|
|
180276
180409
|
}
|
|
180277
180410
|
|
|
180278
|
-
declare abstract class Client$
|
|
180411
|
+
declare abstract class Client$C extends Client$D {
|
|
180279
180412
|
tokenManager: any;
|
|
180280
180413
|
domain: any;
|
|
180281
180414
|
logger: Logger;
|
|
@@ -180287,7 +180420,7 @@ declare abstract class Client$B extends Client$C {
|
|
|
180287
180420
|
elearning: {};
|
|
180288
180421
|
}
|
|
180289
180422
|
|
|
180290
|
-
declare abstract class Client$
|
|
180423
|
+
declare abstract class Client$B extends Client$C {
|
|
180291
180424
|
tokenManager: any;
|
|
180292
180425
|
domain: any;
|
|
180293
180426
|
logger: Logger;
|
|
@@ -180382,7 +180515,7 @@ declare abstract class Client$A extends Client$B {
|
|
|
180382
180515
|
};
|
|
180383
180516
|
}
|
|
180384
180517
|
|
|
180385
|
-
declare abstract class Client$
|
|
180518
|
+
declare abstract class Client$A extends Client$B {
|
|
180386
180519
|
tokenManager: any;
|
|
180387
180520
|
domain: any;
|
|
180388
180521
|
logger: Logger;
|
|
@@ -180394,7 +180527,7 @@ declare abstract class Client$z extends Client$A {
|
|
|
180394
180527
|
exam: {};
|
|
180395
180528
|
}
|
|
180396
180529
|
|
|
180397
|
-
declare abstract class Client$
|
|
180530
|
+
declare abstract class Client$z extends Client$A {
|
|
180398
180531
|
tokenManager: any;
|
|
180399
180532
|
domain: any;
|
|
180400
180533
|
logger: Logger;
|
|
@@ -180406,7 +180539,7 @@ declare abstract class Client$y extends Client$z {
|
|
|
180406
180539
|
face_detection: {};
|
|
180407
180540
|
}
|
|
180408
180541
|
|
|
180409
|
-
declare abstract class Client$
|
|
180542
|
+
declare abstract class Client$y extends Client$z {
|
|
180410
180543
|
tokenManager: any;
|
|
180411
180544
|
domain: any;
|
|
180412
180545
|
logger: Logger;
|
|
@@ -180418,7 +180551,7 @@ declare abstract class Client$x extends Client$y {
|
|
|
180418
180551
|
feelgood: {};
|
|
180419
180552
|
}
|
|
180420
180553
|
|
|
180421
|
-
declare abstract class Client$
|
|
180554
|
+
declare abstract class Client$x extends Client$y {
|
|
180422
180555
|
tokenManager: any;
|
|
180423
180556
|
domain: any;
|
|
180424
180557
|
logger: Logger;
|
|
@@ -180607,7 +180740,7 @@ declare abstract class Client$w extends Client$x {
|
|
|
180607
180740
|
};
|
|
180608
180741
|
}
|
|
180609
180742
|
|
|
180610
|
-
declare abstract class Client$
|
|
180743
|
+
declare abstract class Client$w extends Client$x {
|
|
180611
180744
|
tokenManager: any;
|
|
180612
180745
|
domain: any;
|
|
180613
180746
|
logger: Logger;
|
|
@@ -181980,14 +182113,14 @@ declare abstract class Client$v extends Client$w {
|
|
|
181980
182113
|
}[] | undefined;
|
|
181981
182114
|
ticket_customized_fields?: {
|
|
181982
182115
|
ticket_customized_field_id: string;
|
|
181983
|
-
helpdesk_id
|
|
182116
|
+
helpdesk_id?: string | undefined;
|
|
181984
182117
|
key_name: string;
|
|
181985
182118
|
display_name: string;
|
|
181986
182119
|
position: string;
|
|
181987
182120
|
field_type: string;
|
|
181988
182121
|
description: string;
|
|
181989
182122
|
visible: boolean;
|
|
181990
|
-
editable
|
|
182123
|
+
editable?: boolean | undefined;
|
|
181991
182124
|
required: boolean;
|
|
181992
182125
|
created_at?: string | undefined;
|
|
181993
182126
|
updated_at?: string | undefined;
|
|
@@ -182116,6 +182249,10 @@ declare abstract class Client$v extends Client$w {
|
|
|
182116
182249
|
city?: string | undefined;
|
|
182117
182250
|
country?: string | undefined;
|
|
182118
182251
|
} | undefined;
|
|
182252
|
+
tags?: {
|
|
182253
|
+
id?: string | undefined;
|
|
182254
|
+
name?: string | undefined;
|
|
182255
|
+
}[] | undefined;
|
|
182119
182256
|
} | undefined;
|
|
182120
182257
|
} | undefined;
|
|
182121
182258
|
}>;
|
|
@@ -182239,6 +182376,10 @@ declare abstract class Client$v extends Client$w {
|
|
|
182239
182376
|
city?: string | undefined;
|
|
182240
182377
|
country?: string | undefined;
|
|
182241
182378
|
} | undefined;
|
|
182379
|
+
tags?: {
|
|
182380
|
+
id?: string | undefined;
|
|
182381
|
+
name?: string | undefined;
|
|
182382
|
+
}[] | undefined;
|
|
182242
182383
|
}[] | undefined;
|
|
182243
182384
|
} | undefined;
|
|
182244
182385
|
}>;
|
|
@@ -182263,6 +182404,7 @@ declare abstract class Client$v extends Client$w {
|
|
|
182263
182404
|
msg?: string | undefined;
|
|
182264
182405
|
data?: {
|
|
182265
182406
|
chat_id: string;
|
|
182407
|
+
ticket_id?: string | undefined;
|
|
182266
182408
|
} | undefined;
|
|
182267
182409
|
}>;
|
|
182268
182410
|
/**
|
|
@@ -182396,14 +182538,14 @@ declare abstract class Client$v extends Client$w {
|
|
|
182396
182538
|
*/
|
|
182397
182539
|
create: (payload?: {
|
|
182398
182540
|
data: {
|
|
182399
|
-
helpdesk_id
|
|
182541
|
+
helpdesk_id?: string;
|
|
182400
182542
|
key_name: string;
|
|
182401
182543
|
display_name: string;
|
|
182402
182544
|
position: string;
|
|
182403
182545
|
field_type: string;
|
|
182404
182546
|
description: string;
|
|
182405
182547
|
visible: boolean;
|
|
182406
|
-
editable
|
|
182548
|
+
editable?: boolean;
|
|
182407
182549
|
required: boolean;
|
|
182408
182550
|
dropdown_allow_multiple?: boolean;
|
|
182409
182551
|
};
|
|
@@ -182448,14 +182590,14 @@ declare abstract class Client$v extends Client$w {
|
|
|
182448
182590
|
msg?: string | undefined;
|
|
182449
182591
|
data?: {
|
|
182450
182592
|
ticket_customized_field_id: string;
|
|
182451
|
-
helpdesk_id
|
|
182593
|
+
helpdesk_id?: string | undefined;
|
|
182452
182594
|
key_name: string;
|
|
182453
182595
|
display_name: string;
|
|
182454
182596
|
position: string;
|
|
182455
182597
|
field_type: string;
|
|
182456
182598
|
description: string;
|
|
182457
182599
|
visible: boolean;
|
|
182458
|
-
editable
|
|
182600
|
+
editable?: boolean | undefined;
|
|
182459
182601
|
required: boolean;
|
|
182460
182602
|
created_at?: string | undefined;
|
|
182461
182603
|
updated_at?: string | undefined;
|
|
@@ -182492,14 +182634,14 @@ declare abstract class Client$v extends Client$w {
|
|
|
182492
182634
|
[Symbol.asyncIterator](): AsyncGenerator<{
|
|
182493
182635
|
items?: {
|
|
182494
182636
|
ticket_customized_field_id: string;
|
|
182495
|
-
helpdesk_id
|
|
182637
|
+
helpdesk_id?: string | undefined;
|
|
182496
182638
|
key_name: string;
|
|
182497
182639
|
display_name: string;
|
|
182498
182640
|
position: string;
|
|
182499
182641
|
field_type: string;
|
|
182500
182642
|
description: string;
|
|
182501
182643
|
visible: boolean;
|
|
182502
|
-
editable
|
|
182644
|
+
editable?: boolean | undefined;
|
|
182503
182645
|
required: boolean;
|
|
182504
182646
|
created_at?: string | undefined;
|
|
182505
182647
|
updated_at?: string | undefined;
|
|
@@ -182550,14 +182692,14 @@ declare abstract class Client$v extends Client$w {
|
|
|
182550
182692
|
next_page_token?: string | undefined;
|
|
182551
182693
|
items?: {
|
|
182552
182694
|
ticket_customized_field_id: string;
|
|
182553
|
-
helpdesk_id
|
|
182695
|
+
helpdesk_id?: string | undefined;
|
|
182554
182696
|
key_name: string;
|
|
182555
182697
|
display_name: string;
|
|
182556
182698
|
position: string;
|
|
182557
182699
|
field_type: string;
|
|
182558
182700
|
description: string;
|
|
182559
182701
|
visible: boolean;
|
|
182560
|
-
editable
|
|
182702
|
+
editable?: boolean | undefined;
|
|
182561
182703
|
required: boolean;
|
|
182562
182704
|
created_at?: string | undefined;
|
|
182563
182705
|
updated_at?: string | undefined;
|
|
@@ -183973,14 +184115,14 @@ declare abstract class Client$v extends Client$w {
|
|
|
183973
184115
|
}[] | undefined;
|
|
183974
184116
|
ticket_customized_fields?: {
|
|
183975
184117
|
ticket_customized_field_id: string;
|
|
183976
|
-
helpdesk_id
|
|
184118
|
+
helpdesk_id?: string | undefined;
|
|
183977
184119
|
key_name: string;
|
|
183978
184120
|
display_name: string;
|
|
183979
184121
|
position: string;
|
|
183980
184122
|
field_type: string;
|
|
183981
184123
|
description: string;
|
|
183982
184124
|
visible: boolean;
|
|
183983
|
-
editable
|
|
184125
|
+
editable?: boolean | undefined;
|
|
183984
184126
|
required: boolean;
|
|
183985
184127
|
created_at?: string | undefined;
|
|
183986
184128
|
updated_at?: string | undefined;
|
|
@@ -184109,6 +184251,10 @@ declare abstract class Client$v extends Client$w {
|
|
|
184109
184251
|
city?: string | undefined;
|
|
184110
184252
|
country?: string | undefined;
|
|
184111
184253
|
} | undefined;
|
|
184254
|
+
tags?: {
|
|
184255
|
+
id?: string | undefined;
|
|
184256
|
+
name?: string | undefined;
|
|
184257
|
+
}[] | undefined;
|
|
184112
184258
|
} | undefined;
|
|
184113
184259
|
} | undefined;
|
|
184114
184260
|
}>;
|
|
@@ -184232,6 +184378,10 @@ declare abstract class Client$v extends Client$w {
|
|
|
184232
184378
|
city?: string | undefined;
|
|
184233
184379
|
country?: string | undefined;
|
|
184234
184380
|
} | undefined;
|
|
184381
|
+
tags?: {
|
|
184382
|
+
id?: string | undefined;
|
|
184383
|
+
name?: string | undefined;
|
|
184384
|
+
}[] | undefined;
|
|
184235
184385
|
}[] | undefined;
|
|
184236
184386
|
} | undefined;
|
|
184237
184387
|
}>;
|
|
@@ -184256,6 +184406,7 @@ declare abstract class Client$v extends Client$w {
|
|
|
184256
184406
|
msg?: string | undefined;
|
|
184257
184407
|
data?: {
|
|
184258
184408
|
chat_id: string;
|
|
184409
|
+
ticket_id?: string | undefined;
|
|
184259
184410
|
} | undefined;
|
|
184260
184411
|
}>;
|
|
184261
184412
|
/**
|
|
@@ -184389,14 +184540,14 @@ declare abstract class Client$v extends Client$w {
|
|
|
184389
184540
|
*/
|
|
184390
184541
|
create: (payload?: {
|
|
184391
184542
|
data: {
|
|
184392
|
-
helpdesk_id
|
|
184543
|
+
helpdesk_id?: string;
|
|
184393
184544
|
key_name: string;
|
|
184394
184545
|
display_name: string;
|
|
184395
184546
|
position: string;
|
|
184396
184547
|
field_type: string;
|
|
184397
184548
|
description: string;
|
|
184398
184549
|
visible: boolean;
|
|
184399
|
-
editable
|
|
184550
|
+
editable?: boolean;
|
|
184400
184551
|
required: boolean;
|
|
184401
184552
|
dropdown_allow_multiple?: boolean;
|
|
184402
184553
|
};
|
|
@@ -184441,14 +184592,14 @@ declare abstract class Client$v extends Client$w {
|
|
|
184441
184592
|
msg?: string | undefined;
|
|
184442
184593
|
data?: {
|
|
184443
184594
|
ticket_customized_field_id: string;
|
|
184444
|
-
helpdesk_id
|
|
184595
|
+
helpdesk_id?: string | undefined;
|
|
184445
184596
|
key_name: string;
|
|
184446
184597
|
display_name: string;
|
|
184447
184598
|
position: string;
|
|
184448
184599
|
field_type: string;
|
|
184449
184600
|
description: string;
|
|
184450
184601
|
visible: boolean;
|
|
184451
|
-
editable
|
|
184602
|
+
editable?: boolean | undefined;
|
|
184452
184603
|
required: boolean;
|
|
184453
184604
|
created_at?: string | undefined;
|
|
184454
184605
|
updated_at?: string | undefined;
|
|
@@ -184485,14 +184636,14 @@ declare abstract class Client$v extends Client$w {
|
|
|
184485
184636
|
[Symbol.asyncIterator](): AsyncGenerator<{
|
|
184486
184637
|
items?: {
|
|
184487
184638
|
ticket_customized_field_id: string;
|
|
184488
|
-
helpdesk_id
|
|
184639
|
+
helpdesk_id?: string | undefined;
|
|
184489
184640
|
key_name: string;
|
|
184490
184641
|
display_name: string;
|
|
184491
184642
|
position: string;
|
|
184492
184643
|
field_type: string;
|
|
184493
184644
|
description: string;
|
|
184494
184645
|
visible: boolean;
|
|
184495
|
-
editable
|
|
184646
|
+
editable?: boolean | undefined;
|
|
184496
184647
|
required: boolean;
|
|
184497
184648
|
created_at?: string | undefined;
|
|
184498
184649
|
updated_at?: string | undefined;
|
|
@@ -184543,14 +184694,14 @@ declare abstract class Client$v extends Client$w {
|
|
|
184543
184694
|
next_page_token?: string | undefined;
|
|
184544
184695
|
items?: {
|
|
184545
184696
|
ticket_customized_field_id: string;
|
|
184546
|
-
helpdesk_id
|
|
184697
|
+
helpdesk_id?: string | undefined;
|
|
184547
184698
|
key_name: string;
|
|
184548
184699
|
display_name: string;
|
|
184549
184700
|
position: string;
|
|
184550
184701
|
field_type: string;
|
|
184551
184702
|
description: string;
|
|
184552
184703
|
visible: boolean;
|
|
184553
|
-
editable
|
|
184704
|
+
editable?: boolean | undefined;
|
|
184554
184705
|
required: boolean;
|
|
184555
184706
|
created_at?: string | undefined;
|
|
184556
184707
|
updated_at?: string | undefined;
|
|
@@ -184606,7 +184757,7 @@ declare abstract class Client$v extends Client$w {
|
|
|
184606
184757
|
};
|
|
184607
184758
|
}
|
|
184608
184759
|
|
|
184609
|
-
declare abstract class Client$
|
|
184760
|
+
declare abstract class Client$v extends Client$w {
|
|
184610
184761
|
tokenManager: any;
|
|
184611
184762
|
domain: any;
|
|
184612
184763
|
logger: Logger;
|
|
@@ -212465,7 +212616,7 @@ declare abstract class Client$u extends Client$v {
|
|
|
212465
212616
|
};
|
|
212466
212617
|
}
|
|
212467
212618
|
|
|
212468
|
-
declare abstract class Client$
|
|
212619
|
+
declare abstract class Client$u extends Client$v {
|
|
212469
212620
|
tokenManager: any;
|
|
212470
212621
|
domain: any;
|
|
212471
212622
|
logger: Logger;
|
|
@@ -212546,7 +212697,7 @@ declare abstract class Client$t extends Client$u {
|
|
|
212546
212697
|
};
|
|
212547
212698
|
}
|
|
212548
212699
|
|
|
212549
|
-
declare abstract class Client$
|
|
212700
|
+
declare abstract class Client$t extends Client$u {
|
|
212550
212701
|
tokenManager: any;
|
|
212551
212702
|
domain: any;
|
|
212552
212703
|
logger: Logger;
|
|
@@ -214128,7 +214279,7 @@ declare abstract class Client$s extends Client$t {
|
|
|
214128
214279
|
}>;
|
|
214129
214280
|
};
|
|
214130
214281
|
/**
|
|
214131
|
-
*
|
|
214282
|
+
* 消息
|
|
214132
214283
|
*/
|
|
214133
214284
|
message: {
|
|
214134
214285
|
/**
|
|
@@ -216776,7 +216927,7 @@ declare abstract class Client$s extends Client$t {
|
|
|
216776
216927
|
}>;
|
|
216777
216928
|
};
|
|
216778
216929
|
/**
|
|
216779
|
-
*
|
|
216930
|
+
* 消息
|
|
216780
216931
|
*/
|
|
216781
216932
|
message: {
|
|
216782
216933
|
/**
|
|
@@ -218278,7 +218429,7 @@ declare abstract class Client$s extends Client$t {
|
|
|
218278
218429
|
};
|
|
218279
218430
|
}
|
|
218280
218431
|
|
|
218281
|
-
declare abstract class Client$
|
|
218432
|
+
declare abstract class Client$s extends Client$t {
|
|
218282
218433
|
tokenManager: any;
|
|
218283
218434
|
domain: any;
|
|
218284
218435
|
logger: Logger;
|
|
@@ -219610,7 +219761,7 @@ declare abstract class Client$r extends Client$s {
|
|
|
219610
219761
|
};
|
|
219611
219762
|
}
|
|
219612
219763
|
|
|
219613
|
-
declare abstract class Client$
|
|
219764
|
+
declare abstract class Client$r extends Client$s {
|
|
219614
219765
|
tokenManager: any;
|
|
219615
219766
|
domain: any;
|
|
219616
219767
|
logger: Logger;
|
|
@@ -222421,7 +222572,7 @@ declare abstract class Client$q extends Client$r {
|
|
|
222421
222572
|
};
|
|
222422
222573
|
}
|
|
222423
222574
|
|
|
222424
|
-
declare abstract class Client$
|
|
222575
|
+
declare abstract class Client$q extends Client$r {
|
|
222425
222576
|
tokenManager: any;
|
|
222426
222577
|
domain: any;
|
|
222427
222578
|
logger: Logger;
|
|
@@ -222542,7 +222693,7 @@ declare abstract class Client$p extends Client$q {
|
|
|
222542
222693
|
};
|
|
222543
222694
|
}
|
|
222544
222695
|
|
|
222545
|
-
declare abstract class Client$
|
|
222696
|
+
declare abstract class Client$p extends Client$q {
|
|
222546
222697
|
tokenManager: any;
|
|
222547
222698
|
domain: any;
|
|
222548
222699
|
logger: Logger;
|
|
@@ -222554,6 +222705,136 @@ declare abstract class Client$o extends Client$p {
|
|
|
222554
222705
|
meeting_room: {};
|
|
222555
222706
|
}
|
|
222556
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
|
+
|
|
222557
222838
|
declare abstract class Client$n extends Client$o {
|
|
222558
222839
|
tokenManager: any;
|
|
222559
222840
|
domain: any;
|
|
@@ -245859,6 +246140,13 @@ interface IHandles extends IOtherEventHandles {
|
|
|
245859
246140
|
after_status?: "not_started" | "in_progress" | "completed" | "withdrawn" | "others" | "expired";
|
|
245860
246141
|
};
|
|
245861
246142
|
onboarding_flow_id?: string;
|
|
246143
|
+
flow_info?: {
|
|
246144
|
+
id?: string;
|
|
246145
|
+
name?: {
|
|
246146
|
+
zh_cn?: string;
|
|
246147
|
+
en_us?: string;
|
|
246148
|
+
};
|
|
246149
|
+
};
|
|
245862
246150
|
}) => Promise<any> | any;
|
|
245863
246151
|
/**
|
|
245864
246152
|
|
|
@@ -249023,6 +249311,7 @@ declare class Aily {
|
|
|
249023
249311
|
plain_text?: string | undefined;
|
|
249024
249312
|
created_at?: string | undefined;
|
|
249025
249313
|
status?: "IN_PROGRESS" | "COMPLETED" | undefined;
|
|
249314
|
+
reasoning_content?: string | undefined;
|
|
249026
249315
|
}>;
|
|
249027
249316
|
createWithStream: (params: ICreateParams, options?: IRequestOptions) => Promise<{
|
|
249028
249317
|
[Symbol.asyncIterator](): AsyncGenerator<{
|
|
@@ -249059,6 +249348,7 @@ declare class Aily {
|
|
|
249059
249348
|
plain_text?: string | undefined;
|
|
249060
249349
|
created_at?: string | undefined;
|
|
249061
249350
|
status?: "IN_PROGRESS" | "COMPLETED" | undefined;
|
|
249351
|
+
reasoning_content?: string | undefined;
|
|
249062
249352
|
}, void, unknown>;
|
|
249063
249353
|
}>;
|
|
249064
249354
|
sessionRecords: {
|