lancer-shared 1.2.326 → 1.2.328
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/dist/bundle.cjs.js +112 -0
- package/dist/bundle.cjs.js.map +1 -1
- package/dist/bundle.esm.js +100 -1
- package/dist/bundle.esm.js.map +1 -1
- package/dist/constants/chat.d.ts +17 -1
- package/dist/constants/routes.d.ts +2 -0
- package/dist/schemas/account/bidder-account.d.ts +33 -33
- package/dist/schemas/account/scraper-account.d.ts +10 -10
- package/dist/schemas/agent/index.d.ts +208 -208
- package/dist/schemas/agent/proposal.d.ts +2 -2
- package/dist/schemas/alert/index.d.ts +12 -0
- package/dist/schemas/bidder/bid.d.ts +1744 -1744
- package/dist/schemas/campaign/campaign-analytics.d.ts +250 -250
- package/dist/schemas/campaign/campaign-chat-bot.d.ts +4 -4
- package/dist/schemas/campaign/campaign.d.ts +69 -69
- package/dist/schemas/chat/index.d.ts +563 -68
- package/dist/schemas/dashboard/index.d.ts +18 -18
- package/dist/schemas/golden-dataset/sample.d.ts +4 -4
- package/dist/schemas/index.d.ts +1 -0
- package/dist/schemas/job/index.d.ts +70 -70
- package/dist/schemas/job/job-details.d.ts +14 -14
- package/dist/schemas/job/job-listing.d.ts +10 -10
- package/dist/schemas/job/nuxt.d.ts +6 -6
- package/dist/schemas/lead/index.d.ts +683 -683
- package/dist/schemas/lead/lead-status.d.ts +2 -2
- package/dist/schemas/logger/feed/feed-job-enrich.d.ts +98 -98
- package/dist/schemas/logger/log-event.d.ts +40 -40
- package/dist/schemas/logger/scraper-events.d.ts +8 -8
- package/dist/schemas/notifications/index.d.ts +4 -4
- package/dist/schemas/organization/billing.d.ts +2 -2
- package/dist/schemas/organization/index.d.ts +34 -34
- package/dist/schemas/organization/onboarding.d.ts +2 -2
- package/dist/schemas/organization/organization-leads.d.ts +2 -2
- package/dist/schemas/organization/subscription.d.ts +6 -6
- package/dist/schemas/plan/index.d.ts +2 -2
- package/dist/schemas/proxy/proxy.d.ts +3 -3
- package/dist/schemas/scraper/scrape-payload.d.ts +262 -262
- package/dist/schemas/scraper/scrape-result.d.ts +86 -86
- package/dist/schemas/transaction/index.d.ts +4 -4
- package/dist/schemas/upwork-talent/index.d.ts +8 -8
- package/dist/schemas/usage/index.d.ts +2 -2
- package/dist/schemas/usage-event/index.d.ts +8 -8
- package/package.json +1 -1
|
@@ -375,6 +375,7 @@ declare const jobDetailsSchema: z.ZodObject<{
|
|
|
375
375
|
deliverables: string | null;
|
|
376
376
|
deadline: string | null;
|
|
377
377
|
tools: any[];
|
|
378
|
+
premium?: boolean | null | undefined;
|
|
378
379
|
publishedOn?: string | null | undefined;
|
|
379
380
|
renewedOn?: string | null | undefined;
|
|
380
381
|
engagement?: string | null | undefined;
|
|
@@ -386,7 +387,6 @@ declare const jobDetailsSchema: z.ZodObject<{
|
|
|
386
387
|
tierText?: string | null | undefined;
|
|
387
388
|
isApplied?: boolean | null | undefined;
|
|
388
389
|
proposalsTier?: string | null | undefined;
|
|
389
|
-
premium?: boolean | null | undefined;
|
|
390
390
|
attrs?: {
|
|
391
391
|
uid: string;
|
|
392
392
|
prefLabel: string;
|
|
@@ -498,6 +498,7 @@ declare const jobDetailsSchema: z.ZodObject<{
|
|
|
498
498
|
deliverables: string | null;
|
|
499
499
|
deadline: string | null;
|
|
500
500
|
tools: any[];
|
|
501
|
+
premium?: boolean | null | undefined;
|
|
501
502
|
publishedOn?: string | null | undefined;
|
|
502
503
|
renewedOn?: string | null | undefined;
|
|
503
504
|
engagement?: string | null | undefined;
|
|
@@ -509,7 +510,6 @@ declare const jobDetailsSchema: z.ZodObject<{
|
|
|
509
510
|
tierText?: string | null | undefined;
|
|
510
511
|
isApplied?: boolean | null | undefined;
|
|
511
512
|
proposalsTier?: string | null | undefined;
|
|
512
|
-
premium?: boolean | null | undefined;
|
|
513
513
|
attrs?: {
|
|
514
514
|
uid: string;
|
|
515
515
|
prefLabel: string;
|
|
@@ -1121,6 +1121,7 @@ export declare const jobDetailsStateSchema: z.ZodObject<{
|
|
|
1121
1121
|
deliverables: string | null;
|
|
1122
1122
|
deadline: string | null;
|
|
1123
1123
|
tools: any[];
|
|
1124
|
+
premium?: boolean | null | undefined;
|
|
1124
1125
|
publishedOn?: string | null | undefined;
|
|
1125
1126
|
renewedOn?: string | null | undefined;
|
|
1126
1127
|
engagement?: string | null | undefined;
|
|
@@ -1132,7 +1133,6 @@ export declare const jobDetailsStateSchema: z.ZodObject<{
|
|
|
1132
1133
|
tierText?: string | null | undefined;
|
|
1133
1134
|
isApplied?: boolean | null | undefined;
|
|
1134
1135
|
proposalsTier?: string | null | undefined;
|
|
1135
|
-
premium?: boolean | null | undefined;
|
|
1136
1136
|
attrs?: {
|
|
1137
1137
|
uid: string;
|
|
1138
1138
|
prefLabel: string;
|
|
@@ -1244,6 +1244,7 @@ export declare const jobDetailsStateSchema: z.ZodObject<{
|
|
|
1244
1244
|
deliverables: string | null;
|
|
1245
1245
|
deadline: string | null;
|
|
1246
1246
|
tools: any[];
|
|
1247
|
+
premium?: boolean | null | undefined;
|
|
1247
1248
|
publishedOn?: string | null | undefined;
|
|
1248
1249
|
renewedOn?: string | null | undefined;
|
|
1249
1250
|
engagement?: string | null | undefined;
|
|
@@ -1255,7 +1256,6 @@ export declare const jobDetailsStateSchema: z.ZodObject<{
|
|
|
1255
1256
|
tierText?: string | null | undefined;
|
|
1256
1257
|
isApplied?: boolean | null | undefined;
|
|
1257
1258
|
proposalsTier?: string | null | undefined;
|
|
1258
|
-
premium?: boolean | null | undefined;
|
|
1259
1259
|
attrs?: {
|
|
1260
1260
|
uid: string;
|
|
1261
1261
|
prefLabel: string;
|
|
@@ -1795,6 +1795,7 @@ export declare const jobDetailsStateSchema: z.ZodObject<{
|
|
|
1795
1795
|
deliverables: string | null;
|
|
1796
1796
|
deadline: string | null;
|
|
1797
1797
|
tools: any[];
|
|
1798
|
+
premium?: boolean | null | undefined;
|
|
1798
1799
|
publishedOn?: string | null | undefined;
|
|
1799
1800
|
renewedOn?: string | null | undefined;
|
|
1800
1801
|
engagement?: string | null | undefined;
|
|
@@ -1806,7 +1807,6 @@ export declare const jobDetailsStateSchema: z.ZodObject<{
|
|
|
1806
1807
|
tierText?: string | null | undefined;
|
|
1807
1808
|
isApplied?: boolean | null | undefined;
|
|
1808
1809
|
proposalsTier?: string | null | undefined;
|
|
1809
|
-
premium?: boolean | null | undefined;
|
|
1810
1810
|
attrs?: {
|
|
1811
1811
|
uid: string;
|
|
1812
1812
|
prefLabel: string;
|
|
@@ -2043,6 +2043,7 @@ export declare const jobDetailsStateSchema: z.ZodObject<{
|
|
|
2043
2043
|
deliverables: string | null;
|
|
2044
2044
|
deadline: string | null;
|
|
2045
2045
|
tools: any[];
|
|
2046
|
+
premium?: boolean | null | undefined;
|
|
2046
2047
|
publishedOn?: string | null | undefined;
|
|
2047
2048
|
renewedOn?: string | null | undefined;
|
|
2048
2049
|
engagement?: string | null | undefined;
|
|
@@ -2054,7 +2055,6 @@ export declare const jobDetailsStateSchema: z.ZodObject<{
|
|
|
2054
2055
|
tierText?: string | null | undefined;
|
|
2055
2056
|
isApplied?: boolean | null | undefined;
|
|
2056
2057
|
proposalsTier?: string | null | undefined;
|
|
2057
|
-
premium?: boolean | null | undefined;
|
|
2058
2058
|
attrs?: {
|
|
2059
2059
|
uid: string;
|
|
2060
2060
|
prefLabel: string;
|
|
@@ -3001,6 +3001,7 @@ export declare const nuxtStateJobDetailsSchema: z.ZodObject<{
|
|
|
3001
3001
|
deliverables: string | null;
|
|
3002
3002
|
deadline: string | null;
|
|
3003
3003
|
tools: any[];
|
|
3004
|
+
premium?: boolean | null | undefined;
|
|
3004
3005
|
publishedOn?: string | null | undefined;
|
|
3005
3006
|
renewedOn?: string | null | undefined;
|
|
3006
3007
|
engagement?: string | null | undefined;
|
|
@@ -3012,7 +3013,6 @@ export declare const nuxtStateJobDetailsSchema: z.ZodObject<{
|
|
|
3012
3013
|
tierText?: string | null | undefined;
|
|
3013
3014
|
isApplied?: boolean | null | undefined;
|
|
3014
3015
|
proposalsTier?: string | null | undefined;
|
|
3015
|
-
premium?: boolean | null | undefined;
|
|
3016
3016
|
attrs?: {
|
|
3017
3017
|
uid: string;
|
|
3018
3018
|
prefLabel: string;
|
|
@@ -3124,6 +3124,7 @@ export declare const nuxtStateJobDetailsSchema: z.ZodObject<{
|
|
|
3124
3124
|
deliverables: string | null;
|
|
3125
3125
|
deadline: string | null;
|
|
3126
3126
|
tools: any[];
|
|
3127
|
+
premium?: boolean | null | undefined;
|
|
3127
3128
|
publishedOn?: string | null | undefined;
|
|
3128
3129
|
renewedOn?: string | null | undefined;
|
|
3129
3130
|
engagement?: string | null | undefined;
|
|
@@ -3135,7 +3136,6 @@ export declare const nuxtStateJobDetailsSchema: z.ZodObject<{
|
|
|
3135
3136
|
tierText?: string | null | undefined;
|
|
3136
3137
|
isApplied?: boolean | null | undefined;
|
|
3137
3138
|
proposalsTier?: string | null | undefined;
|
|
3138
|
-
premium?: boolean | null | undefined;
|
|
3139
3139
|
attrs?: {
|
|
3140
3140
|
uid: string;
|
|
3141
3141
|
prefLabel: string;
|
|
@@ -3675,6 +3675,7 @@ export declare const nuxtStateJobDetailsSchema: z.ZodObject<{
|
|
|
3675
3675
|
deliverables: string | null;
|
|
3676
3676
|
deadline: string | null;
|
|
3677
3677
|
tools: any[];
|
|
3678
|
+
premium?: boolean | null | undefined;
|
|
3678
3679
|
publishedOn?: string | null | undefined;
|
|
3679
3680
|
renewedOn?: string | null | undefined;
|
|
3680
3681
|
engagement?: string | null | undefined;
|
|
@@ -3686,7 +3687,6 @@ export declare const nuxtStateJobDetailsSchema: z.ZodObject<{
|
|
|
3686
3687
|
tierText?: string | null | undefined;
|
|
3687
3688
|
isApplied?: boolean | null | undefined;
|
|
3688
3689
|
proposalsTier?: string | null | undefined;
|
|
3689
|
-
premium?: boolean | null | undefined;
|
|
3690
3690
|
attrs?: {
|
|
3691
3691
|
uid: string;
|
|
3692
3692
|
prefLabel: string;
|
|
@@ -3923,6 +3923,7 @@ export declare const nuxtStateJobDetailsSchema: z.ZodObject<{
|
|
|
3923
3923
|
deliverables: string | null;
|
|
3924
3924
|
deadline: string | null;
|
|
3925
3925
|
tools: any[];
|
|
3926
|
+
premium?: boolean | null | undefined;
|
|
3926
3927
|
publishedOn?: string | null | undefined;
|
|
3927
3928
|
renewedOn?: string | null | undefined;
|
|
3928
3929
|
engagement?: string | null | undefined;
|
|
@@ -3934,7 +3935,6 @@ export declare const nuxtStateJobDetailsSchema: z.ZodObject<{
|
|
|
3934
3935
|
tierText?: string | null | undefined;
|
|
3935
3936
|
isApplied?: boolean | null | undefined;
|
|
3936
3937
|
proposalsTier?: string | null | undefined;
|
|
3937
|
-
premium?: boolean | null | undefined;
|
|
3938
3938
|
attrs?: {
|
|
3939
3939
|
uid: string;
|
|
3940
3940
|
prefLabel: string;
|
|
@@ -4316,6 +4316,7 @@ export declare const nuxtStateJobDetailsSchema: z.ZodObject<{
|
|
|
4316
4316
|
deliverables: string | null;
|
|
4317
4317
|
deadline: string | null;
|
|
4318
4318
|
tools: any[];
|
|
4319
|
+
premium?: boolean | null | undefined;
|
|
4319
4320
|
publishedOn?: string | null | undefined;
|
|
4320
4321
|
renewedOn?: string | null | undefined;
|
|
4321
4322
|
engagement?: string | null | undefined;
|
|
@@ -4327,7 +4328,6 @@ export declare const nuxtStateJobDetailsSchema: z.ZodObject<{
|
|
|
4327
4328
|
tierText?: string | null | undefined;
|
|
4328
4329
|
isApplied?: boolean | null | undefined;
|
|
4329
4330
|
proposalsTier?: string | null | undefined;
|
|
4330
|
-
premium?: boolean | null | undefined;
|
|
4331
4331
|
attrs?: {
|
|
4332
4332
|
uid: string;
|
|
4333
4333
|
prefLabel: string;
|
|
@@ -4703,6 +4703,7 @@ export declare const nuxtStateJobDetailsSchema: z.ZodObject<{
|
|
|
4703
4703
|
deliverables: string | null;
|
|
4704
4704
|
deadline: string | null;
|
|
4705
4705
|
tools: any[];
|
|
4706
|
+
premium?: boolean | null | undefined;
|
|
4706
4707
|
publishedOn?: string | null | undefined;
|
|
4707
4708
|
renewedOn?: string | null | undefined;
|
|
4708
4709
|
engagement?: string | null | undefined;
|
|
@@ -4714,7 +4715,6 @@ export declare const nuxtStateJobDetailsSchema: z.ZodObject<{
|
|
|
4714
4715
|
tierText?: string | null | undefined;
|
|
4715
4716
|
isApplied?: boolean | null | undefined;
|
|
4716
4717
|
proposalsTier?: string | null | undefined;
|
|
4717
|
-
premium?: boolean | null | undefined;
|
|
4718
4718
|
attrs?: {
|
|
4719
4719
|
uid: string;
|
|
4720
4720
|
prefLabel: string;
|
|
@@ -5146,6 +5146,7 @@ export declare const nuxtStateJobDetailsSchema: z.ZodObject<{
|
|
|
5146
5146
|
deliverables: string | null;
|
|
5147
5147
|
deadline: string | null;
|
|
5148
5148
|
tools: any[];
|
|
5149
|
+
premium?: boolean | null | undefined;
|
|
5149
5150
|
publishedOn?: string | null | undefined;
|
|
5150
5151
|
renewedOn?: string | null | undefined;
|
|
5151
5152
|
engagement?: string | null | undefined;
|
|
@@ -5157,7 +5158,6 @@ export declare const nuxtStateJobDetailsSchema: z.ZodObject<{
|
|
|
5157
5158
|
tierText?: string | null | undefined;
|
|
5158
5159
|
isApplied?: boolean | null | undefined;
|
|
5159
5160
|
proposalsTier?: string | null | undefined;
|
|
5160
|
-
premium?: boolean | null | undefined;
|
|
5161
5161
|
attrs?: {
|
|
5162
5162
|
uid: string;
|
|
5163
5163
|
prefLabel: string;
|
|
@@ -5558,6 +5558,7 @@ export declare const nuxtStateJobDetailsSchema: z.ZodObject<{
|
|
|
5558
5558
|
deliverables: string | null;
|
|
5559
5559
|
deadline: string | null;
|
|
5560
5560
|
tools: any[];
|
|
5561
|
+
premium?: boolean | null | undefined;
|
|
5561
5562
|
publishedOn?: string | null | undefined;
|
|
5562
5563
|
renewedOn?: string | null | undefined;
|
|
5563
5564
|
engagement?: string | null | undefined;
|
|
@@ -5569,7 +5570,6 @@ export declare const nuxtStateJobDetailsSchema: z.ZodObject<{
|
|
|
5569
5570
|
tierText?: string | null | undefined;
|
|
5570
5571
|
isApplied?: boolean | null | undefined;
|
|
5571
5572
|
proposalsTier?: string | null | undefined;
|
|
5572
|
-
premium?: boolean | null | undefined;
|
|
5573
5573
|
attrs?: {
|
|
5574
5574
|
uid: string;
|
|
5575
5575
|
prefLabel: string;
|
|
@@ -122,6 +122,7 @@ export declare const jobListingSchema: z.ZodObject<{
|
|
|
122
122
|
totalFeedback: number;
|
|
123
123
|
hasFinancialPrivacy: boolean;
|
|
124
124
|
};
|
|
125
|
+
premium: boolean;
|
|
125
126
|
publishedOn: string;
|
|
126
127
|
renewedOn: string | null;
|
|
127
128
|
engagement: string | null;
|
|
@@ -132,7 +133,6 @@ export declare const jobListingSchema: z.ZodObject<{
|
|
|
132
133
|
tierText: string | null;
|
|
133
134
|
isApplied: boolean;
|
|
134
135
|
proposalsTier: string | null;
|
|
135
|
-
premium: boolean;
|
|
136
136
|
attrs: {
|
|
137
137
|
uid: string;
|
|
138
138
|
prefLabel: string;
|
|
@@ -173,6 +173,7 @@ export declare const jobListingSchema: z.ZodObject<{
|
|
|
173
173
|
totalFeedback: number;
|
|
174
174
|
hasFinancialPrivacy: boolean;
|
|
175
175
|
};
|
|
176
|
+
premium: boolean;
|
|
176
177
|
publishedOn: string;
|
|
177
178
|
renewedOn: string | null;
|
|
178
179
|
engagement: string | null;
|
|
@@ -183,7 +184,6 @@ export declare const jobListingSchema: z.ZodObject<{
|
|
|
183
184
|
tierText: string | null;
|
|
184
185
|
isApplied: boolean;
|
|
185
186
|
proposalsTier: string | null;
|
|
186
|
-
premium: boolean;
|
|
187
187
|
attrs: {
|
|
188
188
|
uid: string;
|
|
189
189
|
prefLabel: string;
|
|
@@ -342,6 +342,7 @@ export declare const nuxtStateJobsSearchSchema: z.ZodObject<{
|
|
|
342
342
|
totalFeedback: number;
|
|
343
343
|
hasFinancialPrivacy: boolean;
|
|
344
344
|
};
|
|
345
|
+
premium: boolean;
|
|
345
346
|
publishedOn: string;
|
|
346
347
|
renewedOn: string | null;
|
|
347
348
|
engagement: string | null;
|
|
@@ -352,7 +353,6 @@ export declare const nuxtStateJobsSearchSchema: z.ZodObject<{
|
|
|
352
353
|
tierText: string | null;
|
|
353
354
|
isApplied: boolean;
|
|
354
355
|
proposalsTier: string | null;
|
|
355
|
-
premium: boolean;
|
|
356
356
|
attrs: {
|
|
357
357
|
uid: string;
|
|
358
358
|
prefLabel: string;
|
|
@@ -393,6 +393,7 @@ export declare const nuxtStateJobsSearchSchema: z.ZodObject<{
|
|
|
393
393
|
totalFeedback: number;
|
|
394
394
|
hasFinancialPrivacy: boolean;
|
|
395
395
|
};
|
|
396
|
+
premium: boolean;
|
|
396
397
|
publishedOn: string;
|
|
397
398
|
renewedOn: string | null;
|
|
398
399
|
engagement: string | null;
|
|
@@ -403,7 +404,6 @@ export declare const nuxtStateJobsSearchSchema: z.ZodObject<{
|
|
|
403
404
|
tierText: string | null;
|
|
404
405
|
isApplied: boolean;
|
|
405
406
|
proposalsTier: string | null;
|
|
406
|
-
premium: boolean;
|
|
407
407
|
attrs: {
|
|
408
408
|
uid: string;
|
|
409
409
|
prefLabel: string;
|
|
@@ -468,6 +468,7 @@ export declare const nuxtStateJobsSearchSchema: z.ZodObject<{
|
|
|
468
468
|
totalFeedback: number;
|
|
469
469
|
hasFinancialPrivacy: boolean;
|
|
470
470
|
};
|
|
471
|
+
premium: boolean;
|
|
471
472
|
publishedOn: string;
|
|
472
473
|
renewedOn: string | null;
|
|
473
474
|
engagement: string | null;
|
|
@@ -478,7 +479,6 @@ export declare const nuxtStateJobsSearchSchema: z.ZodObject<{
|
|
|
478
479
|
tierText: string | null;
|
|
479
480
|
isApplied: boolean;
|
|
480
481
|
proposalsTier: string | null;
|
|
481
|
-
premium: boolean;
|
|
482
482
|
attrs: {
|
|
483
483
|
uid: string;
|
|
484
484
|
prefLabel: string;
|
|
@@ -535,6 +535,7 @@ export declare const nuxtStateJobsSearchSchema: z.ZodObject<{
|
|
|
535
535
|
totalFeedback: number;
|
|
536
536
|
hasFinancialPrivacy: boolean;
|
|
537
537
|
};
|
|
538
|
+
premium: boolean;
|
|
538
539
|
publishedOn: string;
|
|
539
540
|
renewedOn: string | null;
|
|
540
541
|
engagement: string | null;
|
|
@@ -545,7 +546,6 @@ export declare const nuxtStateJobsSearchSchema: z.ZodObject<{
|
|
|
545
546
|
tierText: string | null;
|
|
546
547
|
isApplied: boolean;
|
|
547
548
|
proposalsTier: string | null;
|
|
548
|
-
premium: boolean;
|
|
549
549
|
attrs: {
|
|
550
550
|
uid: string;
|
|
551
551
|
prefLabel: string;
|
|
@@ -604,6 +604,7 @@ export declare const nuxtStateJobsSearchSchema: z.ZodObject<{
|
|
|
604
604
|
totalFeedback: number;
|
|
605
605
|
hasFinancialPrivacy: boolean;
|
|
606
606
|
};
|
|
607
|
+
premium: boolean;
|
|
607
608
|
publishedOn: string;
|
|
608
609
|
renewedOn: string | null;
|
|
609
610
|
engagement: string | null;
|
|
@@ -614,7 +615,6 @@ export declare const nuxtStateJobsSearchSchema: z.ZodObject<{
|
|
|
614
615
|
tierText: string | null;
|
|
615
616
|
isApplied: boolean;
|
|
616
617
|
proposalsTier: string | null;
|
|
617
|
-
premium: boolean;
|
|
618
618
|
attrs: {
|
|
619
619
|
uid: string;
|
|
620
620
|
prefLabel: string;
|
|
@@ -673,6 +673,7 @@ export declare const nuxtStateJobsSearchSchema: z.ZodObject<{
|
|
|
673
673
|
totalFeedback: number;
|
|
674
674
|
hasFinancialPrivacy: boolean;
|
|
675
675
|
};
|
|
676
|
+
premium: boolean;
|
|
676
677
|
publishedOn: string;
|
|
677
678
|
renewedOn: string | null;
|
|
678
679
|
engagement: string | null;
|
|
@@ -683,7 +684,6 @@ export declare const nuxtStateJobsSearchSchema: z.ZodObject<{
|
|
|
683
684
|
tierText: string | null;
|
|
684
685
|
isApplied: boolean;
|
|
685
686
|
proposalsTier: string | null;
|
|
686
|
-
premium: boolean;
|
|
687
687
|
attrs: {
|
|
688
688
|
uid: string;
|
|
689
689
|
prefLabel: string;
|
|
@@ -744,6 +744,7 @@ export declare const nuxtStateJobsSearchSchema: z.ZodObject<{
|
|
|
744
744
|
totalFeedback: number;
|
|
745
745
|
hasFinancialPrivacy: boolean;
|
|
746
746
|
};
|
|
747
|
+
premium: boolean;
|
|
747
748
|
publishedOn: string;
|
|
748
749
|
renewedOn: string | null;
|
|
749
750
|
engagement: string | null;
|
|
@@ -754,7 +755,6 @@ export declare const nuxtStateJobsSearchSchema: z.ZodObject<{
|
|
|
754
755
|
tierText: string | null;
|
|
755
756
|
isApplied: boolean;
|
|
756
757
|
proposalsTier: string | null;
|
|
757
|
-
premium: boolean;
|
|
758
758
|
attrs: {
|
|
759
759
|
uid: string;
|
|
760
760
|
prefLabel: string;
|
|
@@ -815,6 +815,7 @@ export declare const nuxtStateJobsSearchSchema: z.ZodObject<{
|
|
|
815
815
|
totalFeedback: number;
|
|
816
816
|
hasFinancialPrivacy: boolean;
|
|
817
817
|
};
|
|
818
|
+
premium: boolean;
|
|
818
819
|
publishedOn: string;
|
|
819
820
|
renewedOn: string | null;
|
|
820
821
|
engagement: string | null;
|
|
@@ -825,7 +826,6 @@ export declare const nuxtStateJobsSearchSchema: z.ZodObject<{
|
|
|
825
826
|
tierText: string | null;
|
|
826
827
|
isApplied: boolean;
|
|
827
828
|
proposalsTier: string | null;
|
|
828
|
-
premium: boolean;
|
|
829
829
|
attrs: {
|
|
830
830
|
uid: string;
|
|
831
831
|
prefLabel: string;
|
|
@@ -1001,12 +1001,12 @@ export declare const nuxtStateJobSchema: import("zod").ZodObject<{
|
|
|
1001
1001
|
context: import("zod").ZodString;
|
|
1002
1002
|
auctionPrice: import("zod").ZodNumber;
|
|
1003
1003
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1004
|
-
context: string;
|
|
1005
1004
|
price: number;
|
|
1005
|
+
context: string;
|
|
1006
1006
|
auctionPrice: number;
|
|
1007
1007
|
}, {
|
|
1008
|
-
context: string;
|
|
1009
1008
|
price: number;
|
|
1009
|
+
context: string;
|
|
1010
1010
|
auctionPrice: number;
|
|
1011
1011
|
}>;
|
|
1012
1012
|
requiredConnects: import("zod").ZodNumber;
|
|
@@ -1021,8 +1021,8 @@ export declare const nuxtStateJobSchema: import("zod").ZodObject<{
|
|
|
1021
1021
|
canSeeApplicantsRates: import("zod").ZodBoolean;
|
|
1022
1022
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1023
1023
|
pricing: {
|
|
1024
|
-
context: string;
|
|
1025
1024
|
price: number;
|
|
1025
|
+
context: string;
|
|
1026
1026
|
auctionPrice: number;
|
|
1027
1027
|
};
|
|
1028
1028
|
requiredConnects: number;
|
|
@@ -1033,8 +1033,8 @@ export declare const nuxtStateJobSchema: import("zod").ZodObject<{
|
|
|
1033
1033
|
canSeeApplicantsRates: boolean;
|
|
1034
1034
|
}, {
|
|
1035
1035
|
pricing: {
|
|
1036
|
-
context: string;
|
|
1037
1036
|
price: number;
|
|
1037
|
+
context: string;
|
|
1038
1038
|
auctionPrice: number;
|
|
1039
1039
|
};
|
|
1040
1040
|
requiredConnects: number;
|
|
@@ -1372,8 +1372,8 @@ export declare const nuxtStateJobSchema: import("zod").ZodObject<{
|
|
|
1372
1372
|
hasAiInterview: boolean;
|
|
1373
1373
|
connects?: {
|
|
1374
1374
|
pricing: {
|
|
1375
|
-
context: string;
|
|
1376
1375
|
price: number;
|
|
1376
|
+
context: string;
|
|
1377
1377
|
auctionPrice: number;
|
|
1378
1378
|
};
|
|
1379
1379
|
requiredConnects: number;
|
|
@@ -1645,8 +1645,8 @@ export declare const nuxtStateJobSchema: import("zod").ZodObject<{
|
|
|
1645
1645
|
hasAiInterview: boolean;
|
|
1646
1646
|
connects?: {
|
|
1647
1647
|
pricing: {
|
|
1648
|
-
context: string;
|
|
1649
1648
|
price: number;
|
|
1649
|
+
context: string;
|
|
1650
1650
|
auctionPrice: number;
|
|
1651
1651
|
};
|
|
1652
1652
|
requiredConnects: number;
|