@pipe0/ops 0.0.12 → 0.0.13
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/CHANGELOG.md
CHANGED
package/dist/index.js
CHANGED
|
@@ -30988,17 +30988,19 @@ var name = getField("name"), jobTitle = getField("job_title"), headline = getFie
|
|
|
30988
30988
|
path: "config.filters.currentEmployersWebsiteUrls",
|
|
30989
30989
|
sectionKey: "config.filters",
|
|
30990
30990
|
description: "",
|
|
30991
|
-
|
|
30991
|
+
includeLabel: "Current employers website URLs to include",
|
|
30992
|
+
excludeLabel: "Current employers website URLs to exclude",
|
|
30992
30993
|
maxItems: 100
|
|
30993
|
-
}),
|
|
30994
|
+
}).optional(),
|
|
30994
30995
|
pastEmployersWebsiteUrls: searchesIncludeExcludeInput({
|
|
30995
30996
|
groupPath: "config.filters.job_information",
|
|
30996
30997
|
path: "config.filters.pastEmployersWebsiteUrls",
|
|
30997
30998
|
sectionKey: "config.filters",
|
|
30998
30999
|
description: "",
|
|
30999
|
-
|
|
31000
|
+
includeLabel: "Past employers website URLs to include",
|
|
31001
|
+
excludeLabel: "Past employers website URLs to exclude",
|
|
31000
31002
|
maxItems: 100
|
|
31001
|
-
}),
|
|
31003
|
+
}).optional(),
|
|
31002
31004
|
pastJobTitle: searchesIncludeExcludeInput({
|
|
31003
31005
|
path: "config.filters.pastJobTitle",
|
|
31004
31006
|
sectionKey: "config.filters",
|
|
@@ -61,14 +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<{
|
|
64
|
+
currentEmployersWebsiteUrls: z.ZodOptional<z.ZodObject<{
|
|
65
65
|
include: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
66
66
|
exclude: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
67
|
-
}, z.core.$strip
|
|
68
|
-
pastEmployersWebsiteUrls: z.ZodObject<{
|
|
67
|
+
}, z.core.$strip>>;
|
|
68
|
+
pastEmployersWebsiteUrls: z.ZodOptional<z.ZodObject<{
|
|
69
69
|
include: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
70
70
|
exclude: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
71
|
-
}, z.core.$strip
|
|
71
|
+
}, z.core.$strip>>;
|
|
72
72
|
pastJobTitle: z.ZodOptional<z.ZodObject<{
|
|
73
73
|
include: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
74
74
|
exclude: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
@@ -171,14 +171,14 @@ export declare const PeopleProfilesIcypeasPayloadSchema1: z.ZodObject<{
|
|
|
171
171
|
include: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
172
172
|
exclude: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
173
173
|
}, z.core.$strip>>;
|
|
174
|
-
currentEmployersWebsiteUrls: z.ZodObject<{
|
|
174
|
+
currentEmployersWebsiteUrls: z.ZodOptional<z.ZodObject<{
|
|
175
175
|
include: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
176
176
|
exclude: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
177
|
-
}, z.core.$strip
|
|
178
|
-
pastEmployersWebsiteUrls: z.ZodObject<{
|
|
177
|
+
}, z.core.$strip>>;
|
|
178
|
+
pastEmployersWebsiteUrls: z.ZodOptional<z.ZodObject<{
|
|
179
179
|
include: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
180
180
|
exclude: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
181
|
-
}, z.core.$strip
|
|
181
|
+
}, z.core.$strip>>;
|
|
182
182
|
pastJobTitle: z.ZodOptional<z.ZodObject<{
|
|
183
183
|
include: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
184
184
|
exclude: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
@@ -320,14 +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<{
|
|
323
|
+
currentEmployersWebsiteUrls: z.ZodOptional<z.ZodObject<{
|
|
324
324
|
include: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
325
325
|
exclude: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
326
|
-
}, z.core.$strip
|
|
327
|
-
pastEmployersWebsiteUrls: z.ZodObject<{
|
|
326
|
+
}, z.core.$strip>>;
|
|
327
|
+
pastEmployersWebsiteUrls: z.ZodOptional<z.ZodObject<{
|
|
328
328
|
include: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
329
329
|
exclude: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
330
|
-
}, z.core.$strip
|
|
330
|
+
}, z.core.$strip>>;
|
|
331
331
|
pastJobTitle: z.ZodOptional<z.ZodObject<{
|
|
332
332
|
include: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
333
333
|
exclude: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
@@ -1525,14 +1525,14 @@ export declare function getSearchPayloadSchema(seachId: SearchId): z.ZodObject<{
|
|
|
1525
1525
|
include: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
1526
1526
|
exclude: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
1527
1527
|
}, z.core.$strip>>;
|
|
1528
|
-
currentEmployersWebsiteUrls: z.ZodObject<{
|
|
1528
|
+
currentEmployersWebsiteUrls: z.ZodOptional<z.ZodObject<{
|
|
1529
1529
|
include: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
1530
1530
|
exclude: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
1531
|
-
}, z.core.$strip
|
|
1532
|
-
pastEmployersWebsiteUrls: z.ZodObject<{
|
|
1531
|
+
}, z.core.$strip>>;
|
|
1532
|
+
pastEmployersWebsiteUrls: z.ZodOptional<z.ZodObject<{
|
|
1533
1533
|
include: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
1534
1534
|
exclude: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
1535
|
-
}, z.core.$strip
|
|
1535
|
+
}, z.core.$strip>>;
|
|
1536
1536
|
pastJobTitle: z.ZodOptional<z.ZodObject<{
|
|
1537
1537
|
include: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
1538
1538
|
exclude: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
@@ -3013,14 +3013,14 @@ export declare const SearchesRequestSchema: z.ZodObject<{
|
|
|
3013
3013
|
include: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
3014
3014
|
exclude: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
3015
3015
|
}, z.core.$strip>>;
|
|
3016
|
-
currentEmployersWebsiteUrls: z.ZodObject<{
|
|
3016
|
+
currentEmployersWebsiteUrls: z.ZodOptional<z.ZodObject<{
|
|
3017
3017
|
include: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
3018
3018
|
exclude: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
3019
|
-
}, z.core.$strip
|
|
3020
|
-
pastEmployersWebsiteUrls: z.ZodObject<{
|
|
3019
|
+
}, z.core.$strip>>;
|
|
3020
|
+
pastEmployersWebsiteUrls: z.ZodOptional<z.ZodObject<{
|
|
3021
3021
|
include: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
3022
3022
|
exclude: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
3023
|
-
}, z.core.$strip
|
|
3023
|
+
}, z.core.$strip>>;
|
|
3024
3024
|
pastJobTitle: z.ZodOptional<z.ZodObject<{
|
|
3025
3025
|
include: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
3026
3026
|
exclude: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
package/dist/searches/index.d.ts
CHANGED
|
@@ -295,23 +295,23 @@ export declare class Searches {
|
|
|
295
295
|
config: {
|
|
296
296
|
limit: number | null;
|
|
297
297
|
filters: {
|
|
298
|
-
|
|
298
|
+
firstname?: {
|
|
299
299
|
include: string[];
|
|
300
300
|
exclude: string[];
|
|
301
|
-
};
|
|
302
|
-
|
|
301
|
+
} | undefined;
|
|
302
|
+
lastname?: {
|
|
303
303
|
include: string[];
|
|
304
304
|
exclude: string[];
|
|
305
|
-
};
|
|
306
|
-
|
|
305
|
+
} | undefined;
|
|
306
|
+
currentJobTitle?: {
|
|
307
307
|
include: string[];
|
|
308
308
|
exclude: string[];
|
|
309
309
|
} | undefined;
|
|
310
|
-
|
|
310
|
+
currentEmployersWebsiteUrls?: {
|
|
311
311
|
include: string[];
|
|
312
312
|
exclude: string[];
|
|
313
313
|
} | undefined;
|
|
314
|
-
|
|
314
|
+
pastEmployersWebsiteUrls?: {
|
|
315
315
|
include: string[];
|
|
316
316
|
exclude: string[];
|
|
317
317
|
} | undefined;
|
|
@@ -797,23 +797,23 @@ export declare class Searches {
|
|
|
797
797
|
config: {
|
|
798
798
|
limit: number | null;
|
|
799
799
|
filters: {
|
|
800
|
-
|
|
800
|
+
firstname?: {
|
|
801
801
|
include: string[];
|
|
802
802
|
exclude: string[];
|
|
803
|
-
};
|
|
804
|
-
|
|
803
|
+
} | undefined;
|
|
804
|
+
lastname?: {
|
|
805
805
|
include: string[];
|
|
806
806
|
exclude: string[];
|
|
807
|
-
};
|
|
808
|
-
|
|
807
|
+
} | undefined;
|
|
808
|
+
currentJobTitle?: {
|
|
809
809
|
include: string[];
|
|
810
810
|
exclude: string[];
|
|
811
811
|
} | undefined;
|
|
812
|
-
|
|
812
|
+
currentEmployersWebsiteUrls?: {
|
|
813
813
|
include: string[];
|
|
814
814
|
exclude: string[];
|
|
815
815
|
} | undefined;
|
|
816
|
-
|
|
816
|
+
pastEmployersWebsiteUrls?: {
|
|
817
817
|
include: string[];
|
|
818
818
|
exclude: string[];
|
|
819
819
|
} | undefined;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pipe0/ops",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.13",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "",
|
|
6
6
|
"type": "module",
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
"tldts": "^7.0.19",
|
|
48
48
|
"xxhash-wasm": "^1.1.0",
|
|
49
49
|
"zod": "4.1.12",
|
|
50
|
-
"@pipe0/client": "0.0.
|
|
50
|
+
"@pipe0/client": "0.0.16"
|
|
51
51
|
},
|
|
52
52
|
"devDependencies": {
|
|
53
53
|
"@types/json-schema": "^7.0.15",
|