lancer-shared 1.0.28 → 1.0.29
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.
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { z } from
|
|
1
|
+
import { z } from "zod";
|
|
2
2
|
export declare const jobSkillsSchema: z.ZodObject<{
|
|
3
3
|
name: z.ZodString;
|
|
4
4
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -12,18 +12,21 @@ export declare const vendorQualificationSchema: z.ZodObject<{
|
|
|
12
12
|
englishLevel: z.ZodNullable<z.ZodString>;
|
|
13
13
|
minimumEarnings: z.ZodNullable<z.ZodNumber>;
|
|
14
14
|
jobSuccessScore: z.ZodNullable<z.ZodString>;
|
|
15
|
+
includeRisingTalent: z.ZodNullable<z.ZodString>;
|
|
15
16
|
}, "strip", z.ZodTypeAny, {
|
|
16
17
|
location: string | null;
|
|
17
18
|
talentType: "unspecified" | "Agency" | "Independent" | null;
|
|
18
19
|
englishLevel: string | null;
|
|
19
20
|
minimumEarnings: number | null;
|
|
20
21
|
jobSuccessScore: string | null;
|
|
22
|
+
includeRisingTalent: string | null;
|
|
21
23
|
}, {
|
|
22
24
|
location: string | null;
|
|
23
25
|
talentType: "unspecified" | "Agency" | "Independent" | null;
|
|
24
26
|
englishLevel: string | null;
|
|
25
27
|
minimumEarnings: number | null;
|
|
26
28
|
jobSuccessScore: string | null;
|
|
29
|
+
includeRisingTalent: string | null;
|
|
27
30
|
}>;
|
|
28
31
|
export declare const clientInfoSchema: z.ZodObject<{
|
|
29
32
|
isPaymentVerified: z.ZodNullable<z.ZodBoolean>;
|
|
@@ -223,18 +226,21 @@ export declare const upworkJobSchema: z.ZodObject<{
|
|
|
223
226
|
englishLevel: z.ZodNullable<z.ZodString>;
|
|
224
227
|
minimumEarnings: z.ZodNullable<z.ZodNumber>;
|
|
225
228
|
jobSuccessScore: z.ZodNullable<z.ZodString>;
|
|
229
|
+
includeRisingTalent: z.ZodNullable<z.ZodString>;
|
|
226
230
|
}, "strip", z.ZodTypeAny, {
|
|
227
231
|
location: string | null;
|
|
228
232
|
talentType: "unspecified" | "Agency" | "Independent" | null;
|
|
229
233
|
englishLevel: string | null;
|
|
230
234
|
minimumEarnings: number | null;
|
|
231
235
|
jobSuccessScore: string | null;
|
|
236
|
+
includeRisingTalent: string | null;
|
|
232
237
|
}, {
|
|
233
238
|
location: string | null;
|
|
234
239
|
talentType: "unspecified" | "Agency" | "Independent" | null;
|
|
235
240
|
englishLevel: string | null;
|
|
236
241
|
minimumEarnings: number | null;
|
|
237
242
|
jobSuccessScore: string | null;
|
|
243
|
+
includeRisingTalent: string | null;
|
|
238
244
|
}>>;
|
|
239
245
|
processed: z.ZodNullable<z.ZodBoolean>;
|
|
240
246
|
isFeatured: z.ZodNullable<z.ZodBoolean>;
|
|
@@ -288,6 +294,7 @@ export declare const upworkJobSchema: z.ZodObject<{
|
|
|
288
294
|
englishLevel: string | null;
|
|
289
295
|
minimumEarnings: number | null;
|
|
290
296
|
jobSuccessScore: string | null;
|
|
297
|
+
includeRisingTalent: string | null;
|
|
291
298
|
} | null;
|
|
292
299
|
processed: boolean | null;
|
|
293
300
|
isFeatured: boolean | null;
|
|
@@ -341,6 +348,7 @@ export declare const upworkJobSchema: z.ZodObject<{
|
|
|
341
348
|
englishLevel: string | null;
|
|
342
349
|
minimumEarnings: number | null;
|
|
343
350
|
jobSuccessScore: string | null;
|
|
351
|
+
includeRisingTalent: string | null;
|
|
344
352
|
} | null;
|
|
345
353
|
processed: boolean | null;
|
|
346
354
|
isFeatured: boolean | null;
|
|
@@ -457,18 +465,21 @@ export declare const leadSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
457
465
|
englishLevel: z.ZodNullable<z.ZodString>;
|
|
458
466
|
minimumEarnings: z.ZodNullable<z.ZodNumber>;
|
|
459
467
|
jobSuccessScore: z.ZodNullable<z.ZodString>;
|
|
468
|
+
includeRisingTalent: z.ZodNullable<z.ZodString>;
|
|
460
469
|
}, "strip", z.ZodTypeAny, {
|
|
461
470
|
location: string | null;
|
|
462
471
|
talentType: "unspecified" | "Agency" | "Independent" | null;
|
|
463
472
|
englishLevel: string | null;
|
|
464
473
|
minimumEarnings: number | null;
|
|
465
474
|
jobSuccessScore: string | null;
|
|
475
|
+
includeRisingTalent: string | null;
|
|
466
476
|
}, {
|
|
467
477
|
location: string | null;
|
|
468
478
|
talentType: "unspecified" | "Agency" | "Independent" | null;
|
|
469
479
|
englishLevel: string | null;
|
|
470
480
|
minimumEarnings: number | null;
|
|
471
481
|
jobSuccessScore: string | null;
|
|
482
|
+
includeRisingTalent: string | null;
|
|
472
483
|
}>>;
|
|
473
484
|
processed: z.ZodNullable<z.ZodBoolean>;
|
|
474
485
|
isFeatured: z.ZodNullable<z.ZodBoolean>;
|
|
@@ -577,6 +588,7 @@ export declare const leadSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
577
588
|
englishLevel: string | null;
|
|
578
589
|
minimumEarnings: number | null;
|
|
579
590
|
jobSuccessScore: string | null;
|
|
591
|
+
includeRisingTalent: string | null;
|
|
580
592
|
} | null;
|
|
581
593
|
processed: boolean | null;
|
|
582
594
|
isFeatured: boolean | null;
|
|
@@ -655,6 +667,7 @@ export declare const leadSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
655
667
|
englishLevel: string | null;
|
|
656
668
|
minimumEarnings: number | null;
|
|
657
669
|
jobSuccessScore: string | null;
|
|
670
|
+
includeRisingTalent: string | null;
|
|
658
671
|
} | null;
|
|
659
672
|
processed: boolean | null;
|
|
660
673
|
isFeatured: boolean | null;
|
|
@@ -806,18 +819,21 @@ export declare const leadResponseSchema: z.ZodObject<{
|
|
|
806
819
|
englishLevel: z.ZodNullable<z.ZodString>;
|
|
807
820
|
minimumEarnings: z.ZodNullable<z.ZodNumber>;
|
|
808
821
|
jobSuccessScore: z.ZodNullable<z.ZodString>;
|
|
822
|
+
includeRisingTalent: z.ZodNullable<z.ZodString>;
|
|
809
823
|
}, "strip", z.ZodTypeAny, {
|
|
810
824
|
location: string | null;
|
|
811
825
|
talentType: "unspecified" | "Agency" | "Independent" | null;
|
|
812
826
|
englishLevel: string | null;
|
|
813
827
|
minimumEarnings: number | null;
|
|
814
828
|
jobSuccessScore: string | null;
|
|
829
|
+
includeRisingTalent: string | null;
|
|
815
830
|
}, {
|
|
816
831
|
location: string | null;
|
|
817
832
|
talentType: "unspecified" | "Agency" | "Independent" | null;
|
|
818
833
|
englishLevel: string | null;
|
|
819
834
|
minimumEarnings: number | null;
|
|
820
835
|
jobSuccessScore: string | null;
|
|
836
|
+
includeRisingTalent: string | null;
|
|
821
837
|
}>>;
|
|
822
838
|
processed: z.ZodNullable<z.ZodBoolean>;
|
|
823
839
|
isFeatured: z.ZodNullable<z.ZodBoolean>;
|
|
@@ -926,6 +942,7 @@ export declare const leadResponseSchema: z.ZodObject<{
|
|
|
926
942
|
englishLevel: string | null;
|
|
927
943
|
minimumEarnings: number | null;
|
|
928
944
|
jobSuccessScore: string | null;
|
|
945
|
+
includeRisingTalent: string | null;
|
|
929
946
|
} | null;
|
|
930
947
|
processed: boolean | null;
|
|
931
948
|
isFeatured: boolean | null;
|
|
@@ -1004,6 +1021,7 @@ export declare const leadResponseSchema: z.ZodObject<{
|
|
|
1004
1021
|
englishLevel: string | null;
|
|
1005
1022
|
minimumEarnings: number | null;
|
|
1006
1023
|
jobSuccessScore: string | null;
|
|
1024
|
+
includeRisingTalent: string | null;
|
|
1007
1025
|
} | null;
|
|
1008
1026
|
processed: boolean | null;
|
|
1009
1027
|
isFeatured: boolean | null;
|
|
@@ -1087,6 +1105,7 @@ export declare const leadResponseSchema: z.ZodObject<{
|
|
|
1087
1105
|
englishLevel: string | null;
|
|
1088
1106
|
minimumEarnings: number | null;
|
|
1089
1107
|
jobSuccessScore: string | null;
|
|
1108
|
+
includeRisingTalent: string | null;
|
|
1090
1109
|
} | null;
|
|
1091
1110
|
processed: boolean | null;
|
|
1092
1111
|
isFeatured: boolean | null;
|
|
@@ -1170,6 +1189,7 @@ export declare const leadResponseSchema: z.ZodObject<{
|
|
|
1170
1189
|
englishLevel: string | null;
|
|
1171
1190
|
minimumEarnings: number | null;
|
|
1172
1191
|
jobSuccessScore: string | null;
|
|
1192
|
+
includeRisingTalent: string | null;
|
|
1173
1193
|
} | null;
|
|
1174
1194
|
processed: boolean | null;
|
|
1175
1195
|
isFeatured: boolean | null;
|
|
@@ -10,10 +10,11 @@ exports.jobSkillsSchema = zod_1.z.object({
|
|
|
10
10
|
});
|
|
11
11
|
exports.vendorQualificationSchema = zod_1.z.object({
|
|
12
12
|
location: zod_1.z.string().nullable(),
|
|
13
|
-
talentType: zod_1.z.enum([
|
|
13
|
+
talentType: zod_1.z.enum(["Agency", "Independent", "unspecified"]).nullable(),
|
|
14
14
|
englishLevel: zod_1.z.string().nullable(),
|
|
15
15
|
minimumEarnings: zod_1.z.number().nullable(),
|
|
16
16
|
jobSuccessScore: zod_1.z.string().nullable(),
|
|
17
|
+
includeRisingTalent: zod_1.z.string().nullable(),
|
|
17
18
|
});
|
|
18
19
|
exports.clientInfoSchema = zod_1.z.object({
|
|
19
20
|
isPaymentVerified: zod_1.z.boolean().nullable(),
|
|
@@ -112,18 +112,21 @@ export declare const scrapeResultSchema: z.ZodObject<{
|
|
|
112
112
|
englishLevel: z.ZodNullable<z.ZodString>;
|
|
113
113
|
minimumEarnings: z.ZodNullable<z.ZodNumber>;
|
|
114
114
|
jobSuccessScore: z.ZodNullable<z.ZodString>;
|
|
115
|
+
includeRisingTalent: z.ZodNullable<z.ZodString>;
|
|
115
116
|
}, "strip", z.ZodTypeAny, {
|
|
116
117
|
location: string | null;
|
|
117
118
|
talentType: "unspecified" | "Agency" | "Independent" | null;
|
|
118
119
|
englishLevel: string | null;
|
|
119
120
|
minimumEarnings: number | null;
|
|
120
121
|
jobSuccessScore: string | null;
|
|
122
|
+
includeRisingTalent: string | null;
|
|
121
123
|
}, {
|
|
122
124
|
location: string | null;
|
|
123
125
|
talentType: "unspecified" | "Agency" | "Independent" | null;
|
|
124
126
|
englishLevel: string | null;
|
|
125
127
|
minimumEarnings: number | null;
|
|
126
128
|
jobSuccessScore: string | null;
|
|
129
|
+
includeRisingTalent: string | null;
|
|
127
130
|
}>>;
|
|
128
131
|
processed: z.ZodNullable<z.ZodBoolean>;
|
|
129
132
|
isFeatured: z.ZodNullable<z.ZodBoolean>;
|
|
@@ -177,6 +180,7 @@ export declare const scrapeResultSchema: z.ZodObject<{
|
|
|
177
180
|
englishLevel: string | null;
|
|
178
181
|
minimumEarnings: number | null;
|
|
179
182
|
jobSuccessScore: string | null;
|
|
183
|
+
includeRisingTalent: string | null;
|
|
180
184
|
} | null;
|
|
181
185
|
processed: boolean | null;
|
|
182
186
|
isFeatured: boolean | null;
|
|
@@ -230,6 +234,7 @@ export declare const scrapeResultSchema: z.ZodObject<{
|
|
|
230
234
|
englishLevel: string | null;
|
|
231
235
|
minimumEarnings: number | null;
|
|
232
236
|
jobSuccessScore: string | null;
|
|
237
|
+
includeRisingTalent: string | null;
|
|
233
238
|
} | null;
|
|
234
239
|
processed: boolean | null;
|
|
235
240
|
isFeatured: boolean | null;
|
|
@@ -287,6 +292,7 @@ export declare const scrapeResultSchema: z.ZodObject<{
|
|
|
287
292
|
englishLevel: string | null;
|
|
288
293
|
minimumEarnings: number | null;
|
|
289
294
|
jobSuccessScore: string | null;
|
|
295
|
+
includeRisingTalent: string | null;
|
|
290
296
|
} | null;
|
|
291
297
|
processed: boolean | null;
|
|
292
298
|
isFeatured: boolean | null;
|
|
@@ -343,6 +349,7 @@ export declare const scrapeResultSchema: z.ZodObject<{
|
|
|
343
349
|
englishLevel: string | null;
|
|
344
350
|
minimumEarnings: number | null;
|
|
345
351
|
jobSuccessScore: string | null;
|
|
352
|
+
includeRisingTalent: string | null;
|
|
346
353
|
} | null;
|
|
347
354
|
processed: boolean | null;
|
|
348
355
|
isFeatured: boolean | null;
|