lancer-shared 1.0.30 → 1.0.31

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.
@@ -44,6 +44,7 @@ export declare const clientInfoSchema: z.ZodObject<{
44
44
  companyIndustry: z.ZodNullable<z.ZodString>;
45
45
  companySize: z.ZodNullable<z.ZodString>;
46
46
  enterpriseClient: z.ZodNullable<z.ZodBoolean>;
47
+ avgHourlyRatePaid: z.ZodNullable<z.ZodNumber>;
47
48
  }, "strip", z.ZodTypeAny, {
48
49
  country: string | null;
49
50
  region: string | null;
@@ -60,6 +61,7 @@ export declare const clientInfoSchema: z.ZodObject<{
60
61
  companyIndustry: string | null;
61
62
  companySize: string | null;
62
63
  enterpriseClient: boolean | null;
64
+ avgHourlyRatePaid: number | null;
63
65
  }, {
64
66
  country: string | null;
65
67
  region: string | null;
@@ -76,6 +78,7 @@ export declare const clientInfoSchema: z.ZodObject<{
76
78
  companyIndustry: string | null;
77
79
  companySize: string | null;
78
80
  enterpriseClient: boolean | null;
81
+ avgHourlyRatePaid: number | null;
79
82
  }>;
80
83
  export declare const clientReviewSchema: z.ZodObject<{
81
84
  jobTitle: z.ZodNullable<z.ZodString>;
@@ -227,6 +230,7 @@ export declare const upworkJobSchema: z.ZodObject<{
227
230
  companyIndustry: z.ZodNullable<z.ZodString>;
228
231
  companySize: z.ZodNullable<z.ZodString>;
229
232
  enterpriseClient: z.ZodNullable<z.ZodBoolean>;
233
+ avgHourlyRatePaid: z.ZodNullable<z.ZodNumber>;
230
234
  }, "strip", z.ZodTypeAny, {
231
235
  country: string | null;
232
236
  region: string | null;
@@ -243,6 +247,7 @@ export declare const upworkJobSchema: z.ZodObject<{
243
247
  companyIndustry: string | null;
244
248
  companySize: string | null;
245
249
  enterpriseClient: boolean | null;
250
+ avgHourlyRatePaid: number | null;
246
251
  }, {
247
252
  country: string | null;
248
253
  region: string | null;
@@ -259,6 +264,7 @@ export declare const upworkJobSchema: z.ZodObject<{
259
264
  companyIndustry: string | null;
260
265
  companySize: string | null;
261
266
  enterpriseClient: boolean | null;
267
+ avgHourlyRatePaid: number | null;
262
268
  }>>;
263
269
  vendorQualifications: z.ZodNullable<z.ZodObject<{
264
270
  location: z.ZodNullable<z.ZodString>;
@@ -367,6 +373,7 @@ export declare const upworkJobSchema: z.ZodObject<{
367
373
  companyIndustry: string | null;
368
374
  companySize: string | null;
369
375
  enterpriseClient: boolean | null;
376
+ avgHourlyRatePaid: number | null;
370
377
  } | null;
371
378
  vendorQualifications: {
372
379
  location: string | null;
@@ -435,6 +442,7 @@ export declare const upworkJobSchema: z.ZodObject<{
435
442
  companyIndustry: string | null;
436
443
  companySize: string | null;
437
444
  enterpriseClient: boolean | null;
445
+ avgHourlyRatePaid: number | null;
438
446
  } | null;
439
447
  vendorQualifications: {
440
448
  location: string | null;
@@ -534,6 +542,7 @@ export declare const leadSchema: z.ZodObject<z.objectUtil.extendShape<{
534
542
  companyIndustry: z.ZodNullable<z.ZodString>;
535
543
  companySize: z.ZodNullable<z.ZodString>;
536
544
  enterpriseClient: z.ZodNullable<z.ZodBoolean>;
545
+ avgHourlyRatePaid: z.ZodNullable<z.ZodNumber>;
537
546
  }, "strip", z.ZodTypeAny, {
538
547
  country: string | null;
539
548
  region: string | null;
@@ -550,6 +559,7 @@ export declare const leadSchema: z.ZodObject<z.objectUtil.extendShape<{
550
559
  companyIndustry: string | null;
551
560
  companySize: string | null;
552
561
  enterpriseClient: boolean | null;
562
+ avgHourlyRatePaid: number | null;
553
563
  }, {
554
564
  country: string | null;
555
565
  region: string | null;
@@ -566,6 +576,7 @@ export declare const leadSchema: z.ZodObject<z.objectUtil.extendShape<{
566
576
  companyIndustry: string | null;
567
577
  companySize: string | null;
568
578
  enterpriseClient: boolean | null;
579
+ avgHourlyRatePaid: number | null;
569
580
  }>>;
570
581
  vendorQualifications: z.ZodNullable<z.ZodObject<{
571
582
  location: z.ZodNullable<z.ZodString>;
@@ -729,6 +740,7 @@ export declare const leadSchema: z.ZodObject<z.objectUtil.extendShape<{
729
740
  companyIndustry: string | null;
730
741
  companySize: string | null;
731
742
  enterpriseClient: boolean | null;
743
+ avgHourlyRatePaid: number | null;
732
744
  } | null;
733
745
  vendorQualifications: {
734
746
  location: string | null;
@@ -822,6 +834,7 @@ export declare const leadSchema: z.ZodObject<z.objectUtil.extendShape<{
822
834
  companyIndustry: string | null;
823
835
  companySize: string | null;
824
836
  enterpriseClient: boolean | null;
837
+ avgHourlyRatePaid: number | null;
825
838
  } | null;
826
839
  vendorQualifications: {
827
840
  location: string | null;
@@ -956,6 +969,7 @@ export declare const leadResponseSchema: z.ZodObject<{
956
969
  companyIndustry: z.ZodNullable<z.ZodString>;
957
970
  companySize: z.ZodNullable<z.ZodString>;
958
971
  enterpriseClient: z.ZodNullable<z.ZodBoolean>;
972
+ avgHourlyRatePaid: z.ZodNullable<z.ZodNumber>;
959
973
  }, "strip", z.ZodTypeAny, {
960
974
  country: string | null;
961
975
  region: string | null;
@@ -972,6 +986,7 @@ export declare const leadResponseSchema: z.ZodObject<{
972
986
  companyIndustry: string | null;
973
987
  companySize: string | null;
974
988
  enterpriseClient: boolean | null;
989
+ avgHourlyRatePaid: number | null;
975
990
  }, {
976
991
  country: string | null;
977
992
  region: string | null;
@@ -988,6 +1003,7 @@ export declare const leadResponseSchema: z.ZodObject<{
988
1003
  companyIndustry: string | null;
989
1004
  companySize: string | null;
990
1005
  enterpriseClient: boolean | null;
1006
+ avgHourlyRatePaid: number | null;
991
1007
  }>>;
992
1008
  vendorQualifications: z.ZodNullable<z.ZodObject<{
993
1009
  location: z.ZodNullable<z.ZodString>;
@@ -1151,6 +1167,7 @@ export declare const leadResponseSchema: z.ZodObject<{
1151
1167
  companyIndustry: string | null;
1152
1168
  companySize: string | null;
1153
1169
  enterpriseClient: boolean | null;
1170
+ avgHourlyRatePaid: number | null;
1154
1171
  } | null;
1155
1172
  vendorQualifications: {
1156
1173
  location: string | null;
@@ -1244,6 +1261,7 @@ export declare const leadResponseSchema: z.ZodObject<{
1244
1261
  companyIndustry: string | null;
1245
1262
  companySize: string | null;
1246
1263
  enterpriseClient: boolean | null;
1264
+ avgHourlyRatePaid: number | null;
1247
1265
  } | null;
1248
1266
  vendorQualifications: {
1249
1267
  location: string | null;
@@ -1342,6 +1360,7 @@ export declare const leadResponseSchema: z.ZodObject<{
1342
1360
  companyIndustry: string | null;
1343
1361
  companySize: string | null;
1344
1362
  enterpriseClient: boolean | null;
1363
+ avgHourlyRatePaid: number | null;
1345
1364
  } | null;
1346
1365
  vendorQualifications: {
1347
1366
  location: string | null;
@@ -1440,6 +1459,7 @@ export declare const leadResponseSchema: z.ZodObject<{
1440
1459
  companyIndustry: string | null;
1441
1460
  companySize: string | null;
1442
1461
  enterpriseClient: boolean | null;
1462
+ avgHourlyRatePaid: number | null;
1443
1463
  } | null;
1444
1464
  vendorQualifications: {
1445
1465
  location: string | null;
@@ -32,6 +32,7 @@ exports.clientInfoSchema = zod_1.z.object({
32
32
  companyIndustry: zod_1.z.string().nullable(),
33
33
  companySize: zod_1.z.string().nullable(),
34
34
  enterpriseClient: zod_1.z.boolean().nullable(),
35
+ avgHourlyRatePaid: zod_1.z.number().nullable(),
35
36
  });
36
37
  exports.clientReviewSchema = zod_1.z.object({
37
38
  jobTitle: zod_1.z.string().nullable(),
@@ -73,6 +73,7 @@ export declare const scrapeResultSchema: z.ZodObject<{
73
73
  companyIndustry: z.ZodNullable<z.ZodString>;
74
74
  companySize: z.ZodNullable<z.ZodString>;
75
75
  enterpriseClient: z.ZodNullable<z.ZodBoolean>;
76
+ avgHourlyRatePaid: z.ZodNullable<z.ZodNumber>;
76
77
  }, "strip", z.ZodTypeAny, {
77
78
  country: string | null;
78
79
  region: string | null;
@@ -89,6 +90,7 @@ export declare const scrapeResultSchema: z.ZodObject<{
89
90
  companyIndustry: string | null;
90
91
  companySize: string | null;
91
92
  enterpriseClient: boolean | null;
93
+ avgHourlyRatePaid: number | null;
92
94
  }, {
93
95
  country: string | null;
94
96
  region: string | null;
@@ -105,6 +107,7 @@ export declare const scrapeResultSchema: z.ZodObject<{
105
107
  companyIndustry: string | null;
106
108
  companySize: string | null;
107
109
  enterpriseClient: boolean | null;
110
+ avgHourlyRatePaid: number | null;
108
111
  }>>;
109
112
  vendorQualifications: z.ZodNullable<z.ZodObject<{
110
113
  location: z.ZodNullable<z.ZodString>;
@@ -213,6 +216,7 @@ export declare const scrapeResultSchema: z.ZodObject<{
213
216
  companyIndustry: string | null;
214
217
  companySize: string | null;
215
218
  enterpriseClient: boolean | null;
219
+ avgHourlyRatePaid: number | null;
216
220
  } | null;
217
221
  vendorQualifications: {
218
222
  location: string | null;
@@ -281,6 +285,7 @@ export declare const scrapeResultSchema: z.ZodObject<{
281
285
  companyIndustry: string | null;
282
286
  companySize: string | null;
283
287
  enterpriseClient: boolean | null;
288
+ avgHourlyRatePaid: number | null;
284
289
  } | null;
285
290
  vendorQualifications: {
286
291
  location: string | null;
@@ -353,6 +358,7 @@ export declare const scrapeResultSchema: z.ZodObject<{
353
358
  companyIndustry: string | null;
354
359
  companySize: string | null;
355
360
  enterpriseClient: boolean | null;
361
+ avgHourlyRatePaid: number | null;
356
362
  } | null;
357
363
  vendorQualifications: {
358
364
  location: string | null;
@@ -424,6 +430,7 @@ export declare const scrapeResultSchema: z.ZodObject<{
424
430
  companyIndustry: string | null;
425
431
  companySize: string | null;
426
432
  enterpriseClient: boolean | null;
433
+ avgHourlyRatePaid: number | null;
427
434
  } | null;
428
435
  vendorQualifications: {
429
436
  location: string | null;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "type": "commonjs",
3
3
  "name": "lancer-shared",
4
- "version": "1.0.30",
4
+ "version": "1.0.31",
5
5
  "description": "This package contains shared stuff.",
6
6
  "types": "./dist/index.d.ts",
7
7
  "main": "./dist/index.js",