@pipe0/ops 0.0.11 → 0.0.12
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.
|
@@ -61,6 +61,14 @@ declare const PayloadSchema: z.ZodObject<{
|
|
|
61
61
|
include: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
62
62
|
exclude: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
63
63
|
}, z.core.$strip>>;
|
|
64
|
+
currentEmployersWebsiteUrls: z.ZodObject<{
|
|
65
|
+
include: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
66
|
+
exclude: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
67
|
+
}, z.core.$strip>;
|
|
68
|
+
pastEmployersWebsiteUrls: z.ZodObject<{
|
|
69
|
+
include: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
70
|
+
exclude: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
71
|
+
}, z.core.$strip>;
|
|
64
72
|
pastJobTitle: z.ZodOptional<z.ZodObject<{
|
|
65
73
|
include: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
66
74
|
exclude: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
@@ -163,6 +171,14 @@ export declare const PeopleProfilesIcypeasPayloadSchema1: z.ZodObject<{
|
|
|
163
171
|
include: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
164
172
|
exclude: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
165
173
|
}, z.core.$strip>>;
|
|
174
|
+
currentEmployersWebsiteUrls: z.ZodObject<{
|
|
175
|
+
include: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
176
|
+
exclude: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
177
|
+
}, z.core.$strip>;
|
|
178
|
+
pastEmployersWebsiteUrls: z.ZodObject<{
|
|
179
|
+
include: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
180
|
+
exclude: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
181
|
+
}, z.core.$strip>;
|
|
166
182
|
pastJobTitle: z.ZodOptional<z.ZodObject<{
|
|
167
183
|
include: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
168
184
|
exclude: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
@@ -254,6 +270,14 @@ export declare const PeopleProfilesIcypeasEntry1: {
|
|
|
254
270
|
include: never[];
|
|
255
271
|
exclude: never[];
|
|
256
272
|
};
|
|
273
|
+
currentEmployersWebsiteUrls: {
|
|
274
|
+
include: never[];
|
|
275
|
+
exclude: never[];
|
|
276
|
+
};
|
|
277
|
+
pastEmployersWebsiteUrls: {
|
|
278
|
+
include: never[];
|
|
279
|
+
exclude: never[];
|
|
280
|
+
};
|
|
257
281
|
currentJobTitle: {
|
|
258
282
|
include: never[];
|
|
259
283
|
exclude: never[];
|
|
@@ -320,6 +320,14 @@ export declare const searchPayloadSchemaCatalog: {
|
|
|
320
320
|
include: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
321
321
|
exclude: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
322
322
|
}, z.core.$strip>>;
|
|
323
|
+
currentEmployersWebsiteUrls: z.ZodObject<{
|
|
324
|
+
include: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
325
|
+
exclude: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
326
|
+
}, z.core.$strip>;
|
|
327
|
+
pastEmployersWebsiteUrls: z.ZodObject<{
|
|
328
|
+
include: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
329
|
+
exclude: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
330
|
+
}, z.core.$strip>;
|
|
323
331
|
pastJobTitle: z.ZodOptional<z.ZodObject<{
|
|
324
332
|
include: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
325
333
|
exclude: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
@@ -877,6 +885,14 @@ export declare const searchCatalog: {
|
|
|
877
885
|
include: never[];
|
|
878
886
|
exclude: never[];
|
|
879
887
|
};
|
|
888
|
+
currentEmployersWebsiteUrls: {
|
|
889
|
+
include: never[];
|
|
890
|
+
exclude: never[];
|
|
891
|
+
};
|
|
892
|
+
pastEmployersWebsiteUrls: {
|
|
893
|
+
include: never[];
|
|
894
|
+
exclude: never[];
|
|
895
|
+
};
|
|
880
896
|
currentJobTitle: {
|
|
881
897
|
include: never[];
|
|
882
898
|
exclude: never[];
|
|
@@ -1509,6 +1525,14 @@ export declare function getSearchPayloadSchema(seachId: SearchId): z.ZodObject<{
|
|
|
1509
1525
|
include: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
1510
1526
|
exclude: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
1511
1527
|
}, z.core.$strip>>;
|
|
1528
|
+
currentEmployersWebsiteUrls: z.ZodObject<{
|
|
1529
|
+
include: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
1530
|
+
exclude: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
1531
|
+
}, z.core.$strip>;
|
|
1532
|
+
pastEmployersWebsiteUrls: z.ZodObject<{
|
|
1533
|
+
include: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
1534
|
+
exclude: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
1535
|
+
}, z.core.$strip>;
|
|
1512
1536
|
pastJobTitle: z.ZodOptional<z.ZodObject<{
|
|
1513
1537
|
include: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
1514
1538
|
exclude: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
@@ -1989,6 +2013,14 @@ export declare function getSearchDefaultPayload(seachId: SearchId): {
|
|
|
1989
2013
|
include: never[];
|
|
1990
2014
|
exclude: never[];
|
|
1991
2015
|
};
|
|
2016
|
+
currentEmployersWebsiteUrls: {
|
|
2017
|
+
include: never[];
|
|
2018
|
+
exclude: never[];
|
|
2019
|
+
};
|
|
2020
|
+
pastEmployersWebsiteUrls: {
|
|
2021
|
+
include: never[];
|
|
2022
|
+
exclude: never[];
|
|
2023
|
+
};
|
|
1992
2024
|
currentJobTitle: {
|
|
1993
2025
|
include: never[];
|
|
1994
2026
|
exclude: never[];
|
|
@@ -2981,6 +3013,14 @@ export declare const SearchesRequestSchema: z.ZodObject<{
|
|
|
2981
3013
|
include: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
2982
3014
|
exclude: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
2983
3015
|
}, z.core.$strip>>;
|
|
3016
|
+
currentEmployersWebsiteUrls: z.ZodObject<{
|
|
3017
|
+
include: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
3018
|
+
exclude: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
3019
|
+
}, z.core.$strip>;
|
|
3020
|
+
pastEmployersWebsiteUrls: z.ZodObject<{
|
|
3021
|
+
include: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
3022
|
+
exclude: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
3023
|
+
}, z.core.$strip>;
|
|
2984
3024
|
pastJobTitle: z.ZodOptional<z.ZodObject<{
|
|
2985
3025
|
include: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
2986
3026
|
exclude: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
@@ -3911,6 +3951,14 @@ export declare function getSearchEntry(searchId: SearchId): {
|
|
|
3911
3951
|
include: never[];
|
|
3912
3952
|
exclude: never[];
|
|
3913
3953
|
};
|
|
3954
|
+
currentEmployersWebsiteUrls: {
|
|
3955
|
+
include: never[];
|
|
3956
|
+
exclude: never[];
|
|
3957
|
+
};
|
|
3958
|
+
pastEmployersWebsiteUrls: {
|
|
3959
|
+
include: never[];
|
|
3960
|
+
exclude: never[];
|
|
3961
|
+
};
|
|
3914
3962
|
currentJobTitle: {
|
|
3915
3963
|
include: never[];
|
|
3916
3964
|
exclude: never[];
|
package/dist/searches/index.d.ts
CHANGED
|
@@ -295,6 +295,14 @@ export declare class Searches {
|
|
|
295
295
|
config: {
|
|
296
296
|
limit: number | null;
|
|
297
297
|
filters: {
|
|
298
|
+
currentEmployersWebsiteUrls: {
|
|
299
|
+
include: string[];
|
|
300
|
+
exclude: string[];
|
|
301
|
+
};
|
|
302
|
+
pastEmployersWebsiteUrls: {
|
|
303
|
+
include: string[];
|
|
304
|
+
exclude: string[];
|
|
305
|
+
};
|
|
298
306
|
firstname?: {
|
|
299
307
|
include: string[];
|
|
300
308
|
exclude: string[];
|
|
@@ -789,6 +797,14 @@ export declare class Searches {
|
|
|
789
797
|
config: {
|
|
790
798
|
limit: number | null;
|
|
791
799
|
filters: {
|
|
800
|
+
currentEmployersWebsiteUrls: {
|
|
801
|
+
include: string[];
|
|
802
|
+
exclude: string[];
|
|
803
|
+
};
|
|
804
|
+
pastEmployersWebsiteUrls: {
|
|
805
|
+
include: string[];
|
|
806
|
+
exclude: string[];
|
|
807
|
+
};
|
|
792
808
|
firstname?: {
|
|
793
809
|
include: string[];
|
|
794
810
|
exclude: string[];
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pipe0/ops",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.12",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "",
|
|
6
6
|
"type": "module",
|
|
@@ -44,9 +44,10 @@
|
|
|
44
44
|
"json-schema-typed": "^8.0.1",
|
|
45
45
|
"lodash": "^4.17.21",
|
|
46
46
|
"openapi-fetch": "^0.15.0",
|
|
47
|
+
"tldts": "^7.0.19",
|
|
47
48
|
"xxhash-wasm": "^1.1.0",
|
|
48
49
|
"zod": "4.1.12",
|
|
49
|
-
"@pipe0/client": "0.0.
|
|
50
|
+
"@pipe0/client": "0.0.15"
|
|
50
51
|
},
|
|
51
52
|
"devDependencies": {
|
|
52
53
|
"@types/json-schema": "^7.0.15",
|