lancer-shared 1.0.89 → 1.0.90

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.
@@ -68,6 +68,8 @@ export declare const campaignSchema: z.ZodObject<{
68
68
  minJobsPosted: z.ZodNullable<z.ZodNumber>;
69
69
  minAvgHourlyRate: z.ZodNullable<z.ZodNumber>;
70
70
  minNumReviews: z.ZodNullable<z.ZodNumber>;
71
+ memberSinceFrom: z.ZodNullable<z.ZodString>;
72
+ memberSinceTo: z.ZodNullable<z.ZodString>;
71
73
  }, "strip", z.ZodTypeAny, {
72
74
  isPaymentVerified: "false" | "all" | "true";
73
75
  companySize: ("Unspecified" | "Individual client" | "Small company (2-9 people)" | "Mid-sized company (10-99 people)" | "Large company (100-1,000 people)" | "Large company (1,000+ people)")[] | null;
@@ -81,6 +83,8 @@ export declare const campaignSchema: z.ZodObject<{
81
83
  minJobsPosted: number | null;
82
84
  minAvgHourlyRate: number | null;
83
85
  minNumReviews: number | null;
86
+ memberSinceFrom: string | null;
87
+ memberSinceTo: string | null;
84
88
  }, {
85
89
  companySize: ("Unspecified" | "Individual client" | "Small company (2-9 people)" | "Mid-sized company (10-99 people)" | "Large company (100-1,000 people)" | "Large company (1,000+ people)")[] | null;
86
90
  clientLocationIncludes: string[] | null;
@@ -92,6 +96,8 @@ export declare const campaignSchema: z.ZodObject<{
92
96
  minJobsPosted: number | null;
93
97
  minAvgHourlyRate: number | null;
94
98
  minNumReviews: number | null;
99
+ memberSinceFrom: string | null;
100
+ memberSinceTo: string | null;
95
101
  isPaymentVerified?: "false" | "all" | "true" | undefined;
96
102
  enterpriseClient?: "false" | "all" | "true" | undefined;
97
103
  }>>;
@@ -133,6 +139,8 @@ export declare const campaignSchema: z.ZodObject<{
133
139
  minJobsPosted: number | null;
134
140
  minAvgHourlyRate: number | null;
135
141
  minNumReviews: number | null;
142
+ memberSinceFrom: string | null;
143
+ memberSinceTo: string | null;
136
144
  } | null;
137
145
  vendorQualifications: {
138
146
  includeRisingTalent: string | null;
@@ -176,6 +184,8 @@ export declare const campaignSchema: z.ZodObject<{
176
184
  minJobsPosted: number | null;
177
185
  minAvgHourlyRate: number | null;
178
186
  minNumReviews: number | null;
187
+ memberSinceFrom: string | null;
188
+ memberSinceTo: string | null;
179
189
  isPaymentVerified?: "false" | "all" | "true" | undefined;
180
190
  enterpriseClient?: "false" | "all" | "true" | undefined;
181
191
  } | null;
@@ -296,6 +306,8 @@ export declare const campaignSchema: z.ZodObject<{
296
306
  minJobsPosted: number | null;
297
307
  minAvgHourlyRate: number | null;
298
308
  minNumReviews: number | null;
309
+ memberSinceFrom: string | null;
310
+ memberSinceTo: string | null;
299
311
  } | null;
300
312
  vendorQualifications: {
301
313
  includeRisingTalent: string | null;
@@ -371,6 +383,8 @@ export declare const campaignSchema: z.ZodObject<{
371
383
  minJobsPosted: number | null;
372
384
  minAvgHourlyRate: number | null;
373
385
  minNumReviews: number | null;
386
+ memberSinceFrom: string | null;
387
+ memberSinceTo: string | null;
374
388
  isPaymentVerified?: "false" | "all" | "true" | undefined;
375
389
  enterpriseClient?: "false" | "all" | "true" | undefined;
376
390
  } | null;
@@ -494,6 +508,8 @@ export declare const createCampaignSchema: z.ZodObject<Omit<{
494
508
  minJobsPosted: z.ZodNullable<z.ZodNumber>;
495
509
  minAvgHourlyRate: z.ZodNullable<z.ZodNumber>;
496
510
  minNumReviews: z.ZodNullable<z.ZodNumber>;
511
+ memberSinceFrom: z.ZodNullable<z.ZodString>;
512
+ memberSinceTo: z.ZodNullable<z.ZodString>;
497
513
  }, "strip", z.ZodTypeAny, {
498
514
  isPaymentVerified: "false" | "all" | "true";
499
515
  companySize: ("Unspecified" | "Individual client" | "Small company (2-9 people)" | "Mid-sized company (10-99 people)" | "Large company (100-1,000 people)" | "Large company (1,000+ people)")[] | null;
@@ -507,6 +523,8 @@ export declare const createCampaignSchema: z.ZodObject<Omit<{
507
523
  minJobsPosted: number | null;
508
524
  minAvgHourlyRate: number | null;
509
525
  minNumReviews: number | null;
526
+ memberSinceFrom: string | null;
527
+ memberSinceTo: string | null;
510
528
  }, {
511
529
  companySize: ("Unspecified" | "Individual client" | "Small company (2-9 people)" | "Mid-sized company (10-99 people)" | "Large company (100-1,000 people)" | "Large company (1,000+ people)")[] | null;
512
530
  clientLocationIncludes: string[] | null;
@@ -518,6 +536,8 @@ export declare const createCampaignSchema: z.ZodObject<Omit<{
518
536
  minJobsPosted: number | null;
519
537
  minAvgHourlyRate: number | null;
520
538
  minNumReviews: number | null;
539
+ memberSinceFrom: string | null;
540
+ memberSinceTo: string | null;
521
541
  isPaymentVerified?: "false" | "all" | "true" | undefined;
522
542
  enterpriseClient?: "false" | "all" | "true" | undefined;
523
543
  }>>;
@@ -559,6 +579,8 @@ export declare const createCampaignSchema: z.ZodObject<Omit<{
559
579
  minJobsPosted: number | null;
560
580
  minAvgHourlyRate: number | null;
561
581
  minNumReviews: number | null;
582
+ memberSinceFrom: string | null;
583
+ memberSinceTo: string | null;
562
584
  } | null;
563
585
  vendorQualifications: {
564
586
  includeRisingTalent: string | null;
@@ -602,6 +624,8 @@ export declare const createCampaignSchema: z.ZodObject<Omit<{
602
624
  minJobsPosted: number | null;
603
625
  minAvgHourlyRate: number | null;
604
626
  minNumReviews: number | null;
627
+ memberSinceFrom: string | null;
628
+ memberSinceTo: string | null;
605
629
  isPaymentVerified?: "false" | "all" | "true" | undefined;
606
630
  enterpriseClient?: "false" | "all" | "true" | undefined;
607
631
  } | null;
@@ -719,6 +743,8 @@ export declare const createCampaignSchema: z.ZodObject<Omit<{
719
743
  minJobsPosted: number | null;
720
744
  minAvgHourlyRate: number | null;
721
745
  minNumReviews: number | null;
746
+ memberSinceFrom: string | null;
747
+ memberSinceTo: string | null;
722
748
  } | null;
723
749
  vendorQualifications: {
724
750
  includeRisingTalent: string | null;
@@ -791,6 +817,8 @@ export declare const createCampaignSchema: z.ZodObject<Omit<{
791
817
  minJobsPosted: number | null;
792
818
  minAvgHourlyRate: number | null;
793
819
  minNumReviews: number | null;
820
+ memberSinceFrom: string | null;
821
+ memberSinceTo: string | null;
794
822
  isPaymentVerified?: "false" | "all" | "true" | undefined;
795
823
  enterpriseClient?: "false" | "all" | "true" | undefined;
796
824
  } | null;
@@ -914,6 +942,8 @@ export declare const updateCampaignSchema: z.ZodObject<Omit<{
914
942
  minJobsPosted: z.ZodNullable<z.ZodNumber>;
915
943
  minAvgHourlyRate: z.ZodNullable<z.ZodNumber>;
916
944
  minNumReviews: z.ZodNullable<z.ZodNumber>;
945
+ memberSinceFrom: z.ZodNullable<z.ZodString>;
946
+ memberSinceTo: z.ZodNullable<z.ZodString>;
917
947
  }, "strip", z.ZodTypeAny, {
918
948
  isPaymentVerified: "false" | "all" | "true";
919
949
  companySize: ("Unspecified" | "Individual client" | "Small company (2-9 people)" | "Mid-sized company (10-99 people)" | "Large company (100-1,000 people)" | "Large company (1,000+ people)")[] | null;
@@ -927,6 +957,8 @@ export declare const updateCampaignSchema: z.ZodObject<Omit<{
927
957
  minJobsPosted: number | null;
928
958
  minAvgHourlyRate: number | null;
929
959
  minNumReviews: number | null;
960
+ memberSinceFrom: string | null;
961
+ memberSinceTo: string | null;
930
962
  }, {
931
963
  companySize: ("Unspecified" | "Individual client" | "Small company (2-9 people)" | "Mid-sized company (10-99 people)" | "Large company (100-1,000 people)" | "Large company (1,000+ people)")[] | null;
932
964
  clientLocationIncludes: string[] | null;
@@ -938,6 +970,8 @@ export declare const updateCampaignSchema: z.ZodObject<Omit<{
938
970
  minJobsPosted: number | null;
939
971
  minAvgHourlyRate: number | null;
940
972
  minNumReviews: number | null;
973
+ memberSinceFrom: string | null;
974
+ memberSinceTo: string | null;
941
975
  isPaymentVerified?: "false" | "all" | "true" | undefined;
942
976
  enterpriseClient?: "false" | "all" | "true" | undefined;
943
977
  }>>;
@@ -979,6 +1013,8 @@ export declare const updateCampaignSchema: z.ZodObject<Omit<{
979
1013
  minJobsPosted: number | null;
980
1014
  minAvgHourlyRate: number | null;
981
1015
  minNumReviews: number | null;
1016
+ memberSinceFrom: string | null;
1017
+ memberSinceTo: string | null;
982
1018
  } | null;
983
1019
  vendorQualifications: {
984
1020
  includeRisingTalent: string | null;
@@ -1022,6 +1058,8 @@ export declare const updateCampaignSchema: z.ZodObject<Omit<{
1022
1058
  minJobsPosted: number | null;
1023
1059
  minAvgHourlyRate: number | null;
1024
1060
  minNumReviews: number | null;
1061
+ memberSinceFrom: string | null;
1062
+ memberSinceTo: string | null;
1025
1063
  isPaymentVerified?: "false" | "all" | "true" | undefined;
1026
1064
  enterpriseClient?: "false" | "all" | "true" | undefined;
1027
1065
  } | null;
@@ -1140,6 +1178,8 @@ export declare const updateCampaignSchema: z.ZodObject<Omit<{
1140
1178
  minJobsPosted: number | null;
1141
1179
  minAvgHourlyRate: number | null;
1142
1180
  minNumReviews: number | null;
1181
+ memberSinceFrom: string | null;
1182
+ memberSinceTo: string | null;
1143
1183
  } | null;
1144
1184
  vendorQualifications: {
1145
1185
  includeRisingTalent: string | null;
@@ -1213,6 +1253,8 @@ export declare const updateCampaignSchema: z.ZodObject<Omit<{
1213
1253
  minJobsPosted: number | null;
1214
1254
  minAvgHourlyRate: number | null;
1215
1255
  minNumReviews: number | null;
1256
+ memberSinceFrom: string | null;
1257
+ memberSinceTo: string | null;
1216
1258
  isPaymentVerified?: "false" | "all" | "true" | undefined;
1217
1259
  enterpriseClient?: "false" | "all" | "true" | undefined;
1218
1260
  } | null;
@@ -75,6 +75,8 @@ export declare const jobFiltersSchema: z.ZodObject<{
75
75
  minJobsPosted: z.ZodNullable<z.ZodNumber>;
76
76
  minAvgHourlyRate: z.ZodNullable<z.ZodNumber>;
77
77
  minNumReviews: z.ZodNullable<z.ZodNumber>;
78
+ memberSinceFrom: z.ZodNullable<z.ZodString>;
79
+ memberSinceTo: z.ZodNullable<z.ZodString>;
78
80
  }, "strip", z.ZodTypeAny, {
79
81
  isPaymentVerified: "false" | "all" | "true";
80
82
  companySize: ("Unspecified" | "Individual client" | "Small company (2-9 people)" | "Mid-sized company (10-99 people)" | "Large company (100-1,000 people)" | "Large company (1,000+ people)")[] | null;
@@ -88,6 +90,8 @@ export declare const jobFiltersSchema: z.ZodObject<{
88
90
  minJobsPosted: number | null;
89
91
  minAvgHourlyRate: number | null;
90
92
  minNumReviews: number | null;
93
+ memberSinceFrom: string | null;
94
+ memberSinceTo: string | null;
91
95
  }, {
92
96
  companySize: ("Unspecified" | "Individual client" | "Small company (2-9 people)" | "Mid-sized company (10-99 people)" | "Large company (100-1,000 people)" | "Large company (1,000+ people)")[] | null;
93
97
  clientLocationIncludes: string[] | null;
@@ -99,6 +103,8 @@ export declare const jobFiltersSchema: z.ZodObject<{
99
103
  minJobsPosted: number | null;
100
104
  minAvgHourlyRate: number | null;
101
105
  minNumReviews: number | null;
106
+ memberSinceFrom: string | null;
107
+ memberSinceTo: string | null;
102
108
  isPaymentVerified?: "false" | "all" | "true" | undefined;
103
109
  enterpriseClient?: "false" | "all" | "true" | undefined;
104
110
  }>>;
@@ -140,6 +146,8 @@ export declare const jobFiltersSchema: z.ZodObject<{
140
146
  minJobsPosted: number | null;
141
147
  minAvgHourlyRate: number | null;
142
148
  minNumReviews: number | null;
149
+ memberSinceFrom: string | null;
150
+ memberSinceTo: string | null;
143
151
  } | null;
144
152
  vendorQualifications: {
145
153
  includeRisingTalent: string | null;
@@ -183,6 +191,8 @@ export declare const jobFiltersSchema: z.ZodObject<{
183
191
  minJobsPosted: number | null;
184
192
  minAvgHourlyRate: number | null;
185
193
  minNumReviews: number | null;
194
+ memberSinceFrom: string | null;
195
+ memberSinceTo: string | null;
186
196
  isPaymentVerified?: "false" | "all" | "true" | undefined;
187
197
  enterpriseClient?: "false" | "all" | "true" | undefined;
188
198
  } | null;
@@ -62,6 +62,8 @@ exports.jobFiltersSchema = zod_1.z.object({
62
62
  minJobsPosted: zod_1.z.number().nullable(),
63
63
  minAvgHourlyRate: zod_1.z.number().nullable(),
64
64
  minNumReviews: zod_1.z.number().nullable(),
65
+ memberSinceFrom: zod_1.z.string().date().nullable(),
66
+ memberSinceTo: zod_1.z.string().date().nullable(),
65
67
  })
66
68
  .nullable(),
67
69
  vendorQualifications: zod_1.z
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "type": "commonjs",
3
3
  "name": "lancer-shared",
4
- "version": "1.0.89",
4
+ "version": "1.0.90",
5
5
  "description": "This package contains shared stuff.",
6
6
  "types": "./dist/index.d.ts",
7
7
  "main": "./dist/index.js",