lancer-shared 1.2.179 → 1.2.181
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
CHANGED
|
@@ -13043,7 +13043,6 @@ const organizationSettingsSchema = objectType({
|
|
|
13043
13043
|
});
|
|
13044
13044
|
const subscribePayloadSchema = objectType({
|
|
13045
13045
|
planId: stringType().min(1, 'Plan id is required.'),
|
|
13046
|
-
paymentMethodId: stringType().min(1, 'Payment method is required.'),
|
|
13047
13046
|
toltReferral: stringType().optional(),
|
|
13048
13047
|
couponCode: stringType().nullish(),
|
|
13049
13048
|
});
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
|
+
import { Lead } from '../lead';
|
|
2
3
|
export declare const bidPayloadProposalDataSchema: z.ZodObject<{
|
|
3
4
|
organizationId: z.ZodString;
|
|
4
5
|
campaignId: z.ZodString;
|
|
@@ -320,7 +321,7 @@ export declare const bidPayloadProposalDataSchema: z.ZodObject<{
|
|
|
320
321
|
answer: string;
|
|
321
322
|
}>, "many">>;
|
|
322
323
|
agentStatus: z.ZodNullable<z.ZodEnum<["suitabilityPending", "suitabilityProcessing", "suitabilityComplete", "suitabilityFailed", "proposalProcessing", "proposalComplete", "proposalFailed", "biddingProcessing", "biddingComplete", "biddingFailed", "jobArchived"]>>;
|
|
323
|
-
leadStatus: z.ZodNullable<z.ZodEnum<["leads", "contacted", "insufficientConnects", "doesNotMeetCriteria", "viewed", "replied", "won"]>>;
|
|
324
|
+
leadStatus: z.ZodNullable<z.ZodEnum<["leads", "contacted", "insufficientConnects", "doesNotMeetCriteria", "syncedInAnotherCampaign", "viewed", "replied", "won"]>>;
|
|
324
325
|
biddingAmount: z.ZodNullable<z.ZodNumber>;
|
|
325
326
|
boosted: z.ZodNullable<z.ZodBoolean>;
|
|
326
327
|
boostingAmount: z.ZodNullable<z.ZodNumber>;
|
|
@@ -434,7 +435,7 @@ export declare const bidPayloadProposalDataSchema: z.ZodObject<{
|
|
|
434
435
|
answer: string;
|
|
435
436
|
}[] | null;
|
|
436
437
|
agentStatus: "suitabilityPending" | "suitabilityProcessing" | "suitabilityComplete" | "suitabilityFailed" | "proposalProcessing" | "proposalComplete" | "proposalFailed" | "biddingProcessing" | "biddingComplete" | "biddingFailed" | "jobArchived" | null;
|
|
437
|
-
leadStatus: "leads" | "contacted" | "insufficientConnects" | "doesNotMeetCriteria" | "viewed" | "replied" | "won" | null;
|
|
438
|
+
leadStatus: "leads" | "contacted" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "viewed" | "replied" | "won" | null;
|
|
438
439
|
biddingAmount: number | null;
|
|
439
440
|
boosted: boolean | null;
|
|
440
441
|
boostingAmount: number | null;
|
|
@@ -569,7 +570,7 @@ export declare const bidPayloadProposalDataSchema: z.ZodObject<{
|
|
|
569
570
|
answer: string;
|
|
570
571
|
}[] | null;
|
|
571
572
|
agentStatus: "suitabilityPending" | "suitabilityProcessing" | "suitabilityComplete" | "suitabilityFailed" | "proposalProcessing" | "proposalComplete" | "proposalFailed" | "biddingProcessing" | "biddingComplete" | "biddingFailed" | "jobArchived" | null;
|
|
572
|
-
leadStatus: "leads" | "contacted" | "insufficientConnects" | "doesNotMeetCriteria" | "viewed" | "replied" | "won" | null;
|
|
573
|
+
leadStatus: "leads" | "contacted" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "viewed" | "replied" | "won" | null;
|
|
573
574
|
biddingAmount: number | null;
|
|
574
575
|
boosted: boolean | null;
|
|
575
576
|
boostingAmount: number | null;
|
|
@@ -733,7 +734,7 @@ export declare const bidPayloadProposalDataSchema: z.ZodObject<{
|
|
|
733
734
|
answer: string;
|
|
734
735
|
}[] | null;
|
|
735
736
|
agentStatus: "suitabilityPending" | "suitabilityProcessing" | "suitabilityComplete" | "suitabilityFailed" | "proposalProcessing" | "proposalComplete" | "proposalFailed" | "biddingProcessing" | "biddingComplete" | "biddingFailed" | "jobArchived" | null;
|
|
736
|
-
leadStatus: "leads" | "contacted" | "insufficientConnects" | "doesNotMeetCriteria" | "viewed" | "replied" | "won" | null;
|
|
737
|
+
leadStatus: "leads" | "contacted" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "viewed" | "replied" | "won" | null;
|
|
737
738
|
biddingAmount: number | null;
|
|
738
739
|
boosted: boolean | null;
|
|
739
740
|
boostingAmount: number | null;
|
|
@@ -887,7 +888,7 @@ export declare const bidPayloadProposalDataSchema: z.ZodObject<{
|
|
|
887
888
|
answer: string;
|
|
888
889
|
}[] | null;
|
|
889
890
|
agentStatus: "suitabilityPending" | "suitabilityProcessing" | "suitabilityComplete" | "suitabilityFailed" | "proposalProcessing" | "proposalComplete" | "proposalFailed" | "biddingProcessing" | "biddingComplete" | "biddingFailed" | "jobArchived" | null;
|
|
890
|
-
leadStatus: "leads" | "contacted" | "insufficientConnects" | "doesNotMeetCriteria" | "viewed" | "replied" | "won" | null;
|
|
891
|
+
leadStatus: "leads" | "contacted" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "viewed" | "replied" | "won" | null;
|
|
891
892
|
biddingAmount: number | null;
|
|
892
893
|
boosted: boolean | null;
|
|
893
894
|
boostingAmount: number | null;
|
|
@@ -1253,7 +1254,7 @@ export declare const freelancerBidProposalDataSchema: z.ZodObject<{
|
|
|
1253
1254
|
answer: string;
|
|
1254
1255
|
}>, "many">>;
|
|
1255
1256
|
agentStatus: z.ZodNullable<z.ZodEnum<["suitabilityPending", "suitabilityProcessing", "suitabilityComplete", "suitabilityFailed", "proposalProcessing", "proposalComplete", "proposalFailed", "biddingProcessing", "biddingComplete", "biddingFailed", "jobArchived"]>>;
|
|
1256
|
-
leadStatus: z.ZodNullable<z.ZodEnum<["leads", "contacted", "insufficientConnects", "doesNotMeetCriteria", "viewed", "replied", "won"]>>;
|
|
1257
|
+
leadStatus: z.ZodNullable<z.ZodEnum<["leads", "contacted", "insufficientConnects", "doesNotMeetCriteria", "syncedInAnotherCampaign", "viewed", "replied", "won"]>>;
|
|
1257
1258
|
biddingAmount: z.ZodNullable<z.ZodNumber>;
|
|
1258
1259
|
boosted: z.ZodNullable<z.ZodBoolean>;
|
|
1259
1260
|
boostingAmount: z.ZodNullable<z.ZodNumber>;
|
|
@@ -1367,7 +1368,7 @@ export declare const freelancerBidProposalDataSchema: z.ZodObject<{
|
|
|
1367
1368
|
answer: string;
|
|
1368
1369
|
}[] | null;
|
|
1369
1370
|
agentStatus: "suitabilityPending" | "suitabilityProcessing" | "suitabilityComplete" | "suitabilityFailed" | "proposalProcessing" | "proposalComplete" | "proposalFailed" | "biddingProcessing" | "biddingComplete" | "biddingFailed" | "jobArchived" | null;
|
|
1370
|
-
leadStatus: "leads" | "contacted" | "insufficientConnects" | "doesNotMeetCriteria" | "viewed" | "replied" | "won" | null;
|
|
1371
|
+
leadStatus: "leads" | "contacted" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "viewed" | "replied" | "won" | null;
|
|
1371
1372
|
biddingAmount: number | null;
|
|
1372
1373
|
boosted: boolean | null;
|
|
1373
1374
|
boostingAmount: number | null;
|
|
@@ -1502,7 +1503,7 @@ export declare const freelancerBidProposalDataSchema: z.ZodObject<{
|
|
|
1502
1503
|
answer: string;
|
|
1503
1504
|
}[] | null;
|
|
1504
1505
|
agentStatus: "suitabilityPending" | "suitabilityProcessing" | "suitabilityComplete" | "suitabilityFailed" | "proposalProcessing" | "proposalComplete" | "proposalFailed" | "biddingProcessing" | "biddingComplete" | "biddingFailed" | "jobArchived" | null;
|
|
1505
|
-
leadStatus: "leads" | "contacted" | "insufficientConnects" | "doesNotMeetCriteria" | "viewed" | "replied" | "won" | null;
|
|
1506
|
+
leadStatus: "leads" | "contacted" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "viewed" | "replied" | "won" | null;
|
|
1506
1507
|
biddingAmount: number | null;
|
|
1507
1508
|
boosted: boolean | null;
|
|
1508
1509
|
boostingAmount: number | null;
|
|
@@ -1666,7 +1667,7 @@ export declare const freelancerBidProposalDataSchema: z.ZodObject<{
|
|
|
1666
1667
|
answer: string;
|
|
1667
1668
|
}[] | null;
|
|
1668
1669
|
agentStatus: "suitabilityPending" | "suitabilityProcessing" | "suitabilityComplete" | "suitabilityFailed" | "proposalProcessing" | "proposalComplete" | "proposalFailed" | "biddingProcessing" | "biddingComplete" | "biddingFailed" | "jobArchived" | null;
|
|
1669
|
-
leadStatus: "leads" | "contacted" | "insufficientConnects" | "doesNotMeetCriteria" | "viewed" | "replied" | "won" | null;
|
|
1670
|
+
leadStatus: "leads" | "contacted" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "viewed" | "replied" | "won" | null;
|
|
1670
1671
|
biddingAmount: number | null;
|
|
1671
1672
|
boosted: boolean | null;
|
|
1672
1673
|
boostingAmount: number | null;
|
|
@@ -1820,7 +1821,7 @@ export declare const freelancerBidProposalDataSchema: z.ZodObject<{
|
|
|
1820
1821
|
answer: string;
|
|
1821
1822
|
}[] | null;
|
|
1822
1823
|
agentStatus: "suitabilityPending" | "suitabilityProcessing" | "suitabilityComplete" | "suitabilityFailed" | "proposalProcessing" | "proposalComplete" | "proposalFailed" | "biddingProcessing" | "biddingComplete" | "biddingFailed" | "jobArchived" | null;
|
|
1823
|
-
leadStatus: "leads" | "contacted" | "insufficientConnects" | "doesNotMeetCriteria" | "viewed" | "replied" | "won" | null;
|
|
1824
|
+
leadStatus: "leads" | "contacted" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "viewed" | "replied" | "won" | null;
|
|
1824
1825
|
biddingAmount: number | null;
|
|
1825
1826
|
boosted: boolean | null;
|
|
1826
1827
|
boostingAmount: number | null;
|
|
@@ -2186,7 +2187,7 @@ export declare const agencyBidProposalDataSchema: z.ZodObject<z.objectUtil.exten
|
|
|
2186
2187
|
answer: string;
|
|
2187
2188
|
}>, "many">>;
|
|
2188
2189
|
agentStatus: z.ZodNullable<z.ZodEnum<["suitabilityPending", "suitabilityProcessing", "suitabilityComplete", "suitabilityFailed", "proposalProcessing", "proposalComplete", "proposalFailed", "biddingProcessing", "biddingComplete", "biddingFailed", "jobArchived"]>>;
|
|
2189
|
-
leadStatus: z.ZodNullable<z.ZodEnum<["leads", "contacted", "insufficientConnects", "doesNotMeetCriteria", "viewed", "replied", "won"]>>;
|
|
2190
|
+
leadStatus: z.ZodNullable<z.ZodEnum<["leads", "contacted", "insufficientConnects", "doesNotMeetCriteria", "syncedInAnotherCampaign", "viewed", "replied", "won"]>>;
|
|
2190
2191
|
biddingAmount: z.ZodNullable<z.ZodNumber>;
|
|
2191
2192
|
boosted: z.ZodNullable<z.ZodBoolean>;
|
|
2192
2193
|
boostingAmount: z.ZodNullable<z.ZodNumber>;
|
|
@@ -2300,7 +2301,7 @@ export declare const agencyBidProposalDataSchema: z.ZodObject<z.objectUtil.exten
|
|
|
2300
2301
|
answer: string;
|
|
2301
2302
|
}[] | null;
|
|
2302
2303
|
agentStatus: "suitabilityPending" | "suitabilityProcessing" | "suitabilityComplete" | "suitabilityFailed" | "proposalProcessing" | "proposalComplete" | "proposalFailed" | "biddingProcessing" | "biddingComplete" | "biddingFailed" | "jobArchived" | null;
|
|
2303
|
-
leadStatus: "leads" | "contacted" | "insufficientConnects" | "doesNotMeetCriteria" | "viewed" | "replied" | "won" | null;
|
|
2304
|
+
leadStatus: "leads" | "contacted" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "viewed" | "replied" | "won" | null;
|
|
2304
2305
|
biddingAmount: number | null;
|
|
2305
2306
|
boosted: boolean | null;
|
|
2306
2307
|
boostingAmount: number | null;
|
|
@@ -2435,7 +2436,7 @@ export declare const agencyBidProposalDataSchema: z.ZodObject<z.objectUtil.exten
|
|
|
2435
2436
|
answer: string;
|
|
2436
2437
|
}[] | null;
|
|
2437
2438
|
agentStatus: "suitabilityPending" | "suitabilityProcessing" | "suitabilityComplete" | "suitabilityFailed" | "proposalProcessing" | "proposalComplete" | "proposalFailed" | "biddingProcessing" | "biddingComplete" | "biddingFailed" | "jobArchived" | null;
|
|
2438
|
-
leadStatus: "leads" | "contacted" | "insufficientConnects" | "doesNotMeetCriteria" | "viewed" | "replied" | "won" | null;
|
|
2439
|
+
leadStatus: "leads" | "contacted" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "viewed" | "replied" | "won" | null;
|
|
2439
2440
|
biddingAmount: number | null;
|
|
2440
2441
|
boosted: boolean | null;
|
|
2441
2442
|
boostingAmount: number | null;
|
|
@@ -2603,7 +2604,7 @@ export declare const agencyBidProposalDataSchema: z.ZodObject<z.objectUtil.exten
|
|
|
2603
2604
|
answer: string;
|
|
2604
2605
|
}[] | null;
|
|
2605
2606
|
agentStatus: "suitabilityPending" | "suitabilityProcessing" | "suitabilityComplete" | "suitabilityFailed" | "proposalProcessing" | "proposalComplete" | "proposalFailed" | "biddingProcessing" | "biddingComplete" | "biddingFailed" | "jobArchived" | null;
|
|
2606
|
-
leadStatus: "leads" | "contacted" | "insufficientConnects" | "doesNotMeetCriteria" | "viewed" | "replied" | "won" | null;
|
|
2607
|
+
leadStatus: "leads" | "contacted" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "viewed" | "replied" | "won" | null;
|
|
2607
2608
|
biddingAmount: number | null;
|
|
2608
2609
|
boosted: boolean | null;
|
|
2609
2610
|
boostingAmount: number | null;
|
|
@@ -2760,7 +2761,7 @@ export declare const agencyBidProposalDataSchema: z.ZodObject<z.objectUtil.exten
|
|
|
2760
2761
|
answer: string;
|
|
2761
2762
|
}[] | null;
|
|
2762
2763
|
agentStatus: "suitabilityPending" | "suitabilityProcessing" | "suitabilityComplete" | "suitabilityFailed" | "proposalProcessing" | "proposalComplete" | "proposalFailed" | "biddingProcessing" | "biddingComplete" | "biddingFailed" | "jobArchived" | null;
|
|
2763
|
-
leadStatus: "leads" | "contacted" | "insufficientConnects" | "doesNotMeetCriteria" | "viewed" | "replied" | "won" | null;
|
|
2764
|
+
leadStatus: "leads" | "contacted" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "viewed" | "replied" | "won" | null;
|
|
2764
2765
|
biddingAmount: number | null;
|
|
2765
2766
|
boosted: boolean | null;
|
|
2766
2767
|
boostingAmount: number | null;
|
|
@@ -3129,7 +3130,7 @@ export declare const bidPayloadSchema: z.ZodObject<{
|
|
|
3129
3130
|
answer: string;
|
|
3130
3131
|
}>, "many">>;
|
|
3131
3132
|
agentStatus: z.ZodNullable<z.ZodEnum<["suitabilityPending", "suitabilityProcessing", "suitabilityComplete", "suitabilityFailed", "proposalProcessing", "proposalComplete", "proposalFailed", "biddingProcessing", "biddingComplete", "biddingFailed", "jobArchived"]>>;
|
|
3132
|
-
leadStatus: z.ZodNullable<z.ZodEnum<["leads", "contacted", "insufficientConnects", "doesNotMeetCriteria", "viewed", "replied", "won"]>>;
|
|
3133
|
+
leadStatus: z.ZodNullable<z.ZodEnum<["leads", "contacted", "insufficientConnects", "doesNotMeetCriteria", "syncedInAnotherCampaign", "viewed", "replied", "won"]>>;
|
|
3133
3134
|
biddingAmount: z.ZodNullable<z.ZodNumber>;
|
|
3134
3135
|
boosted: z.ZodNullable<z.ZodBoolean>;
|
|
3135
3136
|
boostingAmount: z.ZodNullable<z.ZodNumber>;
|
|
@@ -3243,7 +3244,7 @@ export declare const bidPayloadSchema: z.ZodObject<{
|
|
|
3243
3244
|
answer: string;
|
|
3244
3245
|
}[] | null;
|
|
3245
3246
|
agentStatus: "suitabilityPending" | "suitabilityProcessing" | "suitabilityComplete" | "suitabilityFailed" | "proposalProcessing" | "proposalComplete" | "proposalFailed" | "biddingProcessing" | "biddingComplete" | "biddingFailed" | "jobArchived" | null;
|
|
3246
|
-
leadStatus: "leads" | "contacted" | "insufficientConnects" | "doesNotMeetCriteria" | "viewed" | "replied" | "won" | null;
|
|
3247
|
+
leadStatus: "leads" | "contacted" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "viewed" | "replied" | "won" | null;
|
|
3247
3248
|
biddingAmount: number | null;
|
|
3248
3249
|
boosted: boolean | null;
|
|
3249
3250
|
boostingAmount: number | null;
|
|
@@ -3378,7 +3379,7 @@ export declare const bidPayloadSchema: z.ZodObject<{
|
|
|
3378
3379
|
answer: string;
|
|
3379
3380
|
}[] | null;
|
|
3380
3381
|
agentStatus: "suitabilityPending" | "suitabilityProcessing" | "suitabilityComplete" | "suitabilityFailed" | "proposalProcessing" | "proposalComplete" | "proposalFailed" | "biddingProcessing" | "biddingComplete" | "biddingFailed" | "jobArchived" | null;
|
|
3381
|
-
leadStatus: "leads" | "contacted" | "insufficientConnects" | "doesNotMeetCriteria" | "viewed" | "replied" | "won" | null;
|
|
3382
|
+
leadStatus: "leads" | "contacted" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "viewed" | "replied" | "won" | null;
|
|
3382
3383
|
biddingAmount: number | null;
|
|
3383
3384
|
boosted: boolean | null;
|
|
3384
3385
|
boostingAmount: number | null;
|
|
@@ -3521,7 +3522,7 @@ export declare const bidPayloadSchema: z.ZodObject<{
|
|
|
3521
3522
|
answer: string;
|
|
3522
3523
|
}[] | null;
|
|
3523
3524
|
agentStatus: "suitabilityPending" | "suitabilityProcessing" | "suitabilityComplete" | "suitabilityFailed" | "proposalProcessing" | "proposalComplete" | "proposalFailed" | "biddingProcessing" | "biddingComplete" | "biddingFailed" | "jobArchived" | null;
|
|
3524
|
-
leadStatus: "leads" | "contacted" | "insufficientConnects" | "doesNotMeetCriteria" | "viewed" | "replied" | "won" | null;
|
|
3525
|
+
leadStatus: "leads" | "contacted" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "viewed" | "replied" | "won" | null;
|
|
3525
3526
|
biddingAmount: number | null;
|
|
3526
3527
|
boosted: boolean | null;
|
|
3527
3528
|
boostingAmount: number | null;
|
|
@@ -3663,7 +3664,7 @@ export declare const bidPayloadSchema: z.ZodObject<{
|
|
|
3663
3664
|
answer: string;
|
|
3664
3665
|
}[] | null;
|
|
3665
3666
|
agentStatus: "suitabilityPending" | "suitabilityProcessing" | "suitabilityComplete" | "suitabilityFailed" | "proposalProcessing" | "proposalComplete" | "proposalFailed" | "biddingProcessing" | "biddingComplete" | "biddingFailed" | "jobArchived" | null;
|
|
3666
|
-
leadStatus: "leads" | "contacted" | "insufficientConnects" | "doesNotMeetCriteria" | "viewed" | "replied" | "won" | null;
|
|
3667
|
+
leadStatus: "leads" | "contacted" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "viewed" | "replied" | "won" | null;
|
|
3667
3668
|
biddingAmount: number | null;
|
|
3668
3669
|
boosted: boolean | null;
|
|
3669
3670
|
boostingAmount: number | null;
|
|
@@ -4020,7 +4021,7 @@ export declare const agencyBidPayloadSchema: z.ZodObject<z.objectUtil.extendShap
|
|
|
4020
4021
|
answer: string;
|
|
4021
4022
|
}>, "many">>;
|
|
4022
4023
|
agentStatus: z.ZodNullable<z.ZodEnum<["suitabilityPending", "suitabilityProcessing", "suitabilityComplete", "suitabilityFailed", "proposalProcessing", "proposalComplete", "proposalFailed", "biddingProcessing", "biddingComplete", "biddingFailed", "jobArchived"]>>;
|
|
4023
|
-
leadStatus: z.ZodNullable<z.ZodEnum<["leads", "contacted", "insufficientConnects", "doesNotMeetCriteria", "viewed", "replied", "won"]>>;
|
|
4024
|
+
leadStatus: z.ZodNullable<z.ZodEnum<["leads", "contacted", "insufficientConnects", "doesNotMeetCriteria", "syncedInAnotherCampaign", "viewed", "replied", "won"]>>;
|
|
4024
4025
|
biddingAmount: z.ZodNullable<z.ZodNumber>;
|
|
4025
4026
|
boosted: z.ZodNullable<z.ZodBoolean>;
|
|
4026
4027
|
boostingAmount: z.ZodNullable<z.ZodNumber>;
|
|
@@ -4134,7 +4135,7 @@ export declare const agencyBidPayloadSchema: z.ZodObject<z.objectUtil.extendShap
|
|
|
4134
4135
|
answer: string;
|
|
4135
4136
|
}[] | null;
|
|
4136
4137
|
agentStatus: "suitabilityPending" | "suitabilityProcessing" | "suitabilityComplete" | "suitabilityFailed" | "proposalProcessing" | "proposalComplete" | "proposalFailed" | "biddingProcessing" | "biddingComplete" | "biddingFailed" | "jobArchived" | null;
|
|
4137
|
-
leadStatus: "leads" | "contacted" | "insufficientConnects" | "doesNotMeetCriteria" | "viewed" | "replied" | "won" | null;
|
|
4138
|
+
leadStatus: "leads" | "contacted" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "viewed" | "replied" | "won" | null;
|
|
4138
4139
|
biddingAmount: number | null;
|
|
4139
4140
|
boosted: boolean | null;
|
|
4140
4141
|
boostingAmount: number | null;
|
|
@@ -4269,7 +4270,7 @@ export declare const agencyBidPayloadSchema: z.ZodObject<z.objectUtil.extendShap
|
|
|
4269
4270
|
answer: string;
|
|
4270
4271
|
}[] | null;
|
|
4271
4272
|
agentStatus: "suitabilityPending" | "suitabilityProcessing" | "suitabilityComplete" | "suitabilityFailed" | "proposalProcessing" | "proposalComplete" | "proposalFailed" | "biddingProcessing" | "biddingComplete" | "biddingFailed" | "jobArchived" | null;
|
|
4272
|
-
leadStatus: "leads" | "contacted" | "insufficientConnects" | "doesNotMeetCriteria" | "viewed" | "replied" | "won" | null;
|
|
4273
|
+
leadStatus: "leads" | "contacted" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "viewed" | "replied" | "won" | null;
|
|
4273
4274
|
biddingAmount: number | null;
|
|
4274
4275
|
boosted: boolean | null;
|
|
4275
4276
|
boostingAmount: number | null;
|
|
@@ -4627,7 +4628,7 @@ export declare const agencyBidPayloadSchema: z.ZodObject<z.objectUtil.extendShap
|
|
|
4627
4628
|
answer: string;
|
|
4628
4629
|
}>, "many">>;
|
|
4629
4630
|
agentStatus: z.ZodNullable<z.ZodEnum<["suitabilityPending", "suitabilityProcessing", "suitabilityComplete", "suitabilityFailed", "proposalProcessing", "proposalComplete", "proposalFailed", "biddingProcessing", "biddingComplete", "biddingFailed", "jobArchived"]>>;
|
|
4630
|
-
leadStatus: z.ZodNullable<z.ZodEnum<["leads", "contacted", "insufficientConnects", "doesNotMeetCriteria", "viewed", "replied", "won"]>>;
|
|
4631
|
+
leadStatus: z.ZodNullable<z.ZodEnum<["leads", "contacted", "insufficientConnects", "doesNotMeetCriteria", "syncedInAnotherCampaign", "viewed", "replied", "won"]>>;
|
|
4631
4632
|
biddingAmount: z.ZodNullable<z.ZodNumber>;
|
|
4632
4633
|
boosted: z.ZodNullable<z.ZodBoolean>;
|
|
4633
4634
|
boostingAmount: z.ZodNullable<z.ZodNumber>;
|
|
@@ -4741,7 +4742,7 @@ export declare const agencyBidPayloadSchema: z.ZodObject<z.objectUtil.extendShap
|
|
|
4741
4742
|
answer: string;
|
|
4742
4743
|
}[] | null;
|
|
4743
4744
|
agentStatus: "suitabilityPending" | "suitabilityProcessing" | "suitabilityComplete" | "suitabilityFailed" | "proposalProcessing" | "proposalComplete" | "proposalFailed" | "biddingProcessing" | "biddingComplete" | "biddingFailed" | "jobArchived" | null;
|
|
4744
|
-
leadStatus: "leads" | "contacted" | "insufficientConnects" | "doesNotMeetCriteria" | "viewed" | "replied" | "won" | null;
|
|
4745
|
+
leadStatus: "leads" | "contacted" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "viewed" | "replied" | "won" | null;
|
|
4745
4746
|
biddingAmount: number | null;
|
|
4746
4747
|
boosted: boolean | null;
|
|
4747
4748
|
boostingAmount: number | null;
|
|
@@ -4876,7 +4877,7 @@ export declare const agencyBidPayloadSchema: z.ZodObject<z.objectUtil.extendShap
|
|
|
4876
4877
|
answer: string;
|
|
4877
4878
|
}[] | null;
|
|
4878
4879
|
agentStatus: "suitabilityPending" | "suitabilityProcessing" | "suitabilityComplete" | "suitabilityFailed" | "proposalProcessing" | "proposalComplete" | "proposalFailed" | "biddingProcessing" | "biddingComplete" | "biddingFailed" | "jobArchived" | null;
|
|
4879
|
-
leadStatus: "leads" | "contacted" | "insufficientConnects" | "doesNotMeetCriteria" | "viewed" | "replied" | "won" | null;
|
|
4880
|
+
leadStatus: "leads" | "contacted" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "viewed" | "replied" | "won" | null;
|
|
4880
4881
|
biddingAmount: number | null;
|
|
4881
4882
|
boosted: boolean | null;
|
|
4882
4883
|
boostingAmount: number | null;
|
|
@@ -5044,7 +5045,7 @@ export declare const agencyBidPayloadSchema: z.ZodObject<z.objectUtil.extendShap
|
|
|
5044
5045
|
answer: string;
|
|
5045
5046
|
}[] | null;
|
|
5046
5047
|
agentStatus: "suitabilityPending" | "suitabilityProcessing" | "suitabilityComplete" | "suitabilityFailed" | "proposalProcessing" | "proposalComplete" | "proposalFailed" | "biddingProcessing" | "biddingComplete" | "biddingFailed" | "jobArchived" | null;
|
|
5047
|
-
leadStatus: "leads" | "contacted" | "insufficientConnects" | "doesNotMeetCriteria" | "viewed" | "replied" | "won" | null;
|
|
5048
|
+
leadStatus: "leads" | "contacted" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "viewed" | "replied" | "won" | null;
|
|
5048
5049
|
biddingAmount: number | null;
|
|
5049
5050
|
boosted: boolean | null;
|
|
5050
5051
|
boostingAmount: number | null;
|
|
@@ -5201,7 +5202,7 @@ export declare const agencyBidPayloadSchema: z.ZodObject<z.objectUtil.extendShap
|
|
|
5201
5202
|
answer: string;
|
|
5202
5203
|
}[] | null;
|
|
5203
5204
|
agentStatus: "suitabilityPending" | "suitabilityProcessing" | "suitabilityComplete" | "suitabilityFailed" | "proposalProcessing" | "proposalComplete" | "proposalFailed" | "biddingProcessing" | "biddingComplete" | "biddingFailed" | "jobArchived" | null;
|
|
5204
|
-
leadStatus: "leads" | "contacted" | "insufficientConnects" | "doesNotMeetCriteria" | "viewed" | "replied" | "won" | null;
|
|
5205
|
+
leadStatus: "leads" | "contacted" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "viewed" | "replied" | "won" | null;
|
|
5205
5206
|
biddingAmount: number | null;
|
|
5206
5207
|
boosted: boolean | null;
|
|
5207
5208
|
boostingAmount: number | null;
|
|
@@ -5356,7 +5357,7 @@ export declare const agencyBidPayloadSchema: z.ZodObject<z.objectUtil.extendShap
|
|
|
5356
5357
|
answer: string;
|
|
5357
5358
|
}[] | null;
|
|
5358
5359
|
agentStatus: "suitabilityPending" | "suitabilityProcessing" | "suitabilityComplete" | "suitabilityFailed" | "proposalProcessing" | "proposalComplete" | "proposalFailed" | "biddingProcessing" | "biddingComplete" | "biddingFailed" | "jobArchived" | null;
|
|
5359
|
-
leadStatus: "leads" | "contacted" | "insufficientConnects" | "doesNotMeetCriteria" | "viewed" | "replied" | "won" | null;
|
|
5360
|
+
leadStatus: "leads" | "contacted" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "viewed" | "replied" | "won" | null;
|
|
5360
5361
|
biddingAmount: number | null;
|
|
5361
5362
|
boosted: boolean | null;
|
|
5362
5363
|
boostingAmount: number | null;
|
|
@@ -5501,7 +5502,7 @@ export declare const agencyBidPayloadSchema: z.ZodObject<z.objectUtil.extendShap
|
|
|
5501
5502
|
answer: string;
|
|
5502
5503
|
}[] | null;
|
|
5503
5504
|
agentStatus: "suitabilityPending" | "suitabilityProcessing" | "suitabilityComplete" | "suitabilityFailed" | "proposalProcessing" | "proposalComplete" | "proposalFailed" | "biddingProcessing" | "biddingComplete" | "biddingFailed" | "jobArchived" | null;
|
|
5504
|
-
leadStatus: "leads" | "contacted" | "insufficientConnects" | "doesNotMeetCriteria" | "viewed" | "replied" | "won" | null;
|
|
5505
|
+
leadStatus: "leads" | "contacted" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "viewed" | "replied" | "won" | null;
|
|
5505
5506
|
biddingAmount: number | null;
|
|
5506
5507
|
boosted: boolean | null;
|
|
5507
5508
|
boostingAmount: number | null;
|
|
@@ -5656,7 +5657,7 @@ export declare const agencyBidPayloadSchema: z.ZodObject<z.objectUtil.extendShap
|
|
|
5656
5657
|
answer: string;
|
|
5657
5658
|
}[] | null;
|
|
5658
5659
|
agentStatus: "suitabilityPending" | "suitabilityProcessing" | "suitabilityComplete" | "suitabilityFailed" | "proposalProcessing" | "proposalComplete" | "proposalFailed" | "biddingProcessing" | "biddingComplete" | "biddingFailed" | "jobArchived" | null;
|
|
5659
|
-
leadStatus: "leads" | "contacted" | "insufficientConnects" | "doesNotMeetCriteria" | "viewed" | "replied" | "won" | null;
|
|
5660
|
+
leadStatus: "leads" | "contacted" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "viewed" | "replied" | "won" | null;
|
|
5660
5661
|
biddingAmount: number | null;
|
|
5661
5662
|
boosted: boolean | null;
|
|
5662
5663
|
boostingAmount: number | null;
|
|
@@ -5801,7 +5802,7 @@ export declare const agencyBidPayloadSchema: z.ZodObject<z.objectUtil.extendShap
|
|
|
5801
5802
|
answer: string;
|
|
5802
5803
|
}[] | null;
|
|
5803
5804
|
agentStatus: "suitabilityPending" | "suitabilityProcessing" | "suitabilityComplete" | "suitabilityFailed" | "proposalProcessing" | "proposalComplete" | "proposalFailed" | "biddingProcessing" | "biddingComplete" | "biddingFailed" | "jobArchived" | null;
|
|
5804
|
-
leadStatus: "leads" | "contacted" | "insufficientConnects" | "doesNotMeetCriteria" | "viewed" | "replied" | "won" | null;
|
|
5805
|
+
leadStatus: "leads" | "contacted" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "viewed" | "replied" | "won" | null;
|
|
5805
5806
|
biddingAmount: number | null;
|
|
5806
5807
|
boosted: boolean | null;
|
|
5807
5808
|
boostingAmount: number | null;
|
|
@@ -6171,7 +6172,7 @@ export declare const freelancerBidPayloadSchema: z.ZodObject<z.objectUtil.extend
|
|
|
6171
6172
|
answer: string;
|
|
6172
6173
|
}>, "many">>;
|
|
6173
6174
|
agentStatus: z.ZodNullable<z.ZodEnum<["suitabilityPending", "suitabilityProcessing", "suitabilityComplete", "suitabilityFailed", "proposalProcessing", "proposalComplete", "proposalFailed", "biddingProcessing", "biddingComplete", "biddingFailed", "jobArchived"]>>;
|
|
6174
|
-
leadStatus: z.ZodNullable<z.ZodEnum<["leads", "contacted", "insufficientConnects", "doesNotMeetCriteria", "viewed", "replied", "won"]>>;
|
|
6175
|
+
leadStatus: z.ZodNullable<z.ZodEnum<["leads", "contacted", "insufficientConnects", "doesNotMeetCriteria", "syncedInAnotherCampaign", "viewed", "replied", "won"]>>;
|
|
6175
6176
|
biddingAmount: z.ZodNullable<z.ZodNumber>;
|
|
6176
6177
|
boosted: z.ZodNullable<z.ZodBoolean>;
|
|
6177
6178
|
boostingAmount: z.ZodNullable<z.ZodNumber>;
|
|
@@ -6285,7 +6286,7 @@ export declare const freelancerBidPayloadSchema: z.ZodObject<z.objectUtil.extend
|
|
|
6285
6286
|
answer: string;
|
|
6286
6287
|
}[] | null;
|
|
6287
6288
|
agentStatus: "suitabilityPending" | "suitabilityProcessing" | "suitabilityComplete" | "suitabilityFailed" | "proposalProcessing" | "proposalComplete" | "proposalFailed" | "biddingProcessing" | "biddingComplete" | "biddingFailed" | "jobArchived" | null;
|
|
6288
|
-
leadStatus: "leads" | "contacted" | "insufficientConnects" | "doesNotMeetCriteria" | "viewed" | "replied" | "won" | null;
|
|
6289
|
+
leadStatus: "leads" | "contacted" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "viewed" | "replied" | "won" | null;
|
|
6289
6290
|
biddingAmount: number | null;
|
|
6290
6291
|
boosted: boolean | null;
|
|
6291
6292
|
boostingAmount: number | null;
|
|
@@ -6420,7 +6421,7 @@ export declare const freelancerBidPayloadSchema: z.ZodObject<z.objectUtil.extend
|
|
|
6420
6421
|
answer: string;
|
|
6421
6422
|
}[] | null;
|
|
6422
6423
|
agentStatus: "suitabilityPending" | "suitabilityProcessing" | "suitabilityComplete" | "suitabilityFailed" | "proposalProcessing" | "proposalComplete" | "proposalFailed" | "biddingProcessing" | "biddingComplete" | "biddingFailed" | "jobArchived" | null;
|
|
6423
|
-
leadStatus: "leads" | "contacted" | "insufficientConnects" | "doesNotMeetCriteria" | "viewed" | "replied" | "won" | null;
|
|
6424
|
+
leadStatus: "leads" | "contacted" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "viewed" | "replied" | "won" | null;
|
|
6424
6425
|
biddingAmount: number | null;
|
|
6425
6426
|
boosted: boolean | null;
|
|
6426
6427
|
boostingAmount: number | null;
|
|
@@ -6778,7 +6779,7 @@ export declare const freelancerBidPayloadSchema: z.ZodObject<z.objectUtil.extend
|
|
|
6778
6779
|
answer: string;
|
|
6779
6780
|
}>, "many">>;
|
|
6780
6781
|
agentStatus: z.ZodNullable<z.ZodEnum<["suitabilityPending", "suitabilityProcessing", "suitabilityComplete", "suitabilityFailed", "proposalProcessing", "proposalComplete", "proposalFailed", "biddingProcessing", "biddingComplete", "biddingFailed", "jobArchived"]>>;
|
|
6781
|
-
leadStatus: z.ZodNullable<z.ZodEnum<["leads", "contacted", "insufficientConnects", "doesNotMeetCriteria", "viewed", "replied", "won"]>>;
|
|
6782
|
+
leadStatus: z.ZodNullable<z.ZodEnum<["leads", "contacted", "insufficientConnects", "doesNotMeetCriteria", "syncedInAnotherCampaign", "viewed", "replied", "won"]>>;
|
|
6782
6783
|
biddingAmount: z.ZodNullable<z.ZodNumber>;
|
|
6783
6784
|
boosted: z.ZodNullable<z.ZodBoolean>;
|
|
6784
6785
|
boostingAmount: z.ZodNullable<z.ZodNumber>;
|
|
@@ -6892,7 +6893,7 @@ export declare const freelancerBidPayloadSchema: z.ZodObject<z.objectUtil.extend
|
|
|
6892
6893
|
answer: string;
|
|
6893
6894
|
}[] | null;
|
|
6894
6895
|
agentStatus: "suitabilityPending" | "suitabilityProcessing" | "suitabilityComplete" | "suitabilityFailed" | "proposalProcessing" | "proposalComplete" | "proposalFailed" | "biddingProcessing" | "biddingComplete" | "biddingFailed" | "jobArchived" | null;
|
|
6895
|
-
leadStatus: "leads" | "contacted" | "insufficientConnects" | "doesNotMeetCriteria" | "viewed" | "replied" | "won" | null;
|
|
6896
|
+
leadStatus: "leads" | "contacted" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "viewed" | "replied" | "won" | null;
|
|
6896
6897
|
biddingAmount: number | null;
|
|
6897
6898
|
boosted: boolean | null;
|
|
6898
6899
|
boostingAmount: number | null;
|
|
@@ -7027,7 +7028,7 @@ export declare const freelancerBidPayloadSchema: z.ZodObject<z.objectUtil.extend
|
|
|
7027
7028
|
answer: string;
|
|
7028
7029
|
}[] | null;
|
|
7029
7030
|
agentStatus: "suitabilityPending" | "suitabilityProcessing" | "suitabilityComplete" | "suitabilityFailed" | "proposalProcessing" | "proposalComplete" | "proposalFailed" | "biddingProcessing" | "biddingComplete" | "biddingFailed" | "jobArchived" | null;
|
|
7030
|
-
leadStatus: "leads" | "contacted" | "insufficientConnects" | "doesNotMeetCriteria" | "viewed" | "replied" | "won" | null;
|
|
7031
|
+
leadStatus: "leads" | "contacted" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "viewed" | "replied" | "won" | null;
|
|
7031
7032
|
biddingAmount: number | null;
|
|
7032
7033
|
boosted: boolean | null;
|
|
7033
7034
|
boostingAmount: number | null;
|
|
@@ -7191,7 +7192,7 @@ export declare const freelancerBidPayloadSchema: z.ZodObject<z.objectUtil.extend
|
|
|
7191
7192
|
answer: string;
|
|
7192
7193
|
}[] | null;
|
|
7193
7194
|
agentStatus: "suitabilityPending" | "suitabilityProcessing" | "suitabilityComplete" | "suitabilityFailed" | "proposalProcessing" | "proposalComplete" | "proposalFailed" | "biddingProcessing" | "biddingComplete" | "biddingFailed" | "jobArchived" | null;
|
|
7194
|
-
leadStatus: "leads" | "contacted" | "insufficientConnects" | "doesNotMeetCriteria" | "viewed" | "replied" | "won" | null;
|
|
7195
|
+
leadStatus: "leads" | "contacted" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "viewed" | "replied" | "won" | null;
|
|
7195
7196
|
biddingAmount: number | null;
|
|
7196
7197
|
boosted: boolean | null;
|
|
7197
7198
|
boostingAmount: number | null;
|
|
@@ -7345,7 +7346,7 @@ export declare const freelancerBidPayloadSchema: z.ZodObject<z.objectUtil.extend
|
|
|
7345
7346
|
answer: string;
|
|
7346
7347
|
}[] | null;
|
|
7347
7348
|
agentStatus: "suitabilityPending" | "suitabilityProcessing" | "suitabilityComplete" | "suitabilityFailed" | "proposalProcessing" | "proposalComplete" | "proposalFailed" | "biddingProcessing" | "biddingComplete" | "biddingFailed" | "jobArchived" | null;
|
|
7348
|
-
leadStatus: "leads" | "contacted" | "insufficientConnects" | "doesNotMeetCriteria" | "viewed" | "replied" | "won" | null;
|
|
7349
|
+
leadStatus: "leads" | "contacted" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "viewed" | "replied" | "won" | null;
|
|
7349
7350
|
biddingAmount: number | null;
|
|
7350
7351
|
boosted: boolean | null;
|
|
7351
7352
|
boostingAmount: number | null;
|
|
@@ -7497,7 +7498,7 @@ export declare const freelancerBidPayloadSchema: z.ZodObject<z.objectUtil.extend
|
|
|
7497
7498
|
answer: string;
|
|
7498
7499
|
}[] | null;
|
|
7499
7500
|
agentStatus: "suitabilityPending" | "suitabilityProcessing" | "suitabilityComplete" | "suitabilityFailed" | "proposalProcessing" | "proposalComplete" | "proposalFailed" | "biddingProcessing" | "biddingComplete" | "biddingFailed" | "jobArchived" | null;
|
|
7500
|
-
leadStatus: "leads" | "contacted" | "insufficientConnects" | "doesNotMeetCriteria" | "viewed" | "replied" | "won" | null;
|
|
7501
|
+
leadStatus: "leads" | "contacted" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "viewed" | "replied" | "won" | null;
|
|
7501
7502
|
biddingAmount: number | null;
|
|
7502
7503
|
boosted: boolean | null;
|
|
7503
7504
|
boostingAmount: number | null;
|
|
@@ -7642,7 +7643,7 @@ export declare const freelancerBidPayloadSchema: z.ZodObject<z.objectUtil.extend
|
|
|
7642
7643
|
answer: string;
|
|
7643
7644
|
}[] | null;
|
|
7644
7645
|
agentStatus: "suitabilityPending" | "suitabilityProcessing" | "suitabilityComplete" | "suitabilityFailed" | "proposalProcessing" | "proposalComplete" | "proposalFailed" | "biddingProcessing" | "biddingComplete" | "biddingFailed" | "jobArchived" | null;
|
|
7645
|
-
leadStatus: "leads" | "contacted" | "insufficientConnects" | "doesNotMeetCriteria" | "viewed" | "replied" | "won" | null;
|
|
7646
|
+
leadStatus: "leads" | "contacted" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "viewed" | "replied" | "won" | null;
|
|
7646
7647
|
biddingAmount: number | null;
|
|
7647
7648
|
boosted: boolean | null;
|
|
7648
7649
|
boostingAmount: number | null;
|
|
@@ -7794,7 +7795,7 @@ export declare const freelancerBidPayloadSchema: z.ZodObject<z.objectUtil.extend
|
|
|
7794
7795
|
answer: string;
|
|
7795
7796
|
}[] | null;
|
|
7796
7797
|
agentStatus: "suitabilityPending" | "suitabilityProcessing" | "suitabilityComplete" | "suitabilityFailed" | "proposalProcessing" | "proposalComplete" | "proposalFailed" | "biddingProcessing" | "biddingComplete" | "biddingFailed" | "jobArchived" | null;
|
|
7797
|
-
leadStatus: "leads" | "contacted" | "insufficientConnects" | "doesNotMeetCriteria" | "viewed" | "replied" | "won" | null;
|
|
7798
|
+
leadStatus: "leads" | "contacted" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "viewed" | "replied" | "won" | null;
|
|
7798
7799
|
biddingAmount: number | null;
|
|
7799
7800
|
boosted: boolean | null;
|
|
7800
7801
|
boostingAmount: number | null;
|
|
@@ -7939,7 +7940,7 @@ export declare const freelancerBidPayloadSchema: z.ZodObject<z.objectUtil.extend
|
|
|
7939
7940
|
answer: string;
|
|
7940
7941
|
}[] | null;
|
|
7941
7942
|
agentStatus: "suitabilityPending" | "suitabilityProcessing" | "suitabilityComplete" | "suitabilityFailed" | "proposalProcessing" | "proposalComplete" | "proposalFailed" | "biddingProcessing" | "biddingComplete" | "biddingFailed" | "jobArchived" | null;
|
|
7942
|
-
leadStatus: "leads" | "contacted" | "insufficientConnects" | "doesNotMeetCriteria" | "viewed" | "replied" | "won" | null;
|
|
7943
|
+
leadStatus: "leads" | "contacted" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "viewed" | "replied" | "won" | null;
|
|
7943
7944
|
biddingAmount: number | null;
|
|
7944
7945
|
boosted: boolean | null;
|
|
7945
7946
|
boostingAmount: number | null;
|
|
@@ -7998,10 +7999,24 @@ export declare const bidDtoSchema: z.ZodObject<{
|
|
|
7998
7999
|
campaignId: string;
|
|
7999
8000
|
leadId: string;
|
|
8000
8001
|
}>;
|
|
8001
|
-
export
|
|
8002
|
-
|
|
8003
|
-
|
|
8004
|
-
export
|
|
8005
|
-
|
|
8006
|
-
|
|
8007
|
-
export
|
|
8002
|
+
export interface BidPayload extends z.infer<typeof bidPayloadSchema> {
|
|
8003
|
+
lead: Lead;
|
|
8004
|
+
}
|
|
8005
|
+
export interface BidProposalData extends z.infer<typeof bidPayloadProposalDataSchema> {
|
|
8006
|
+
lead: Lead;
|
|
8007
|
+
}
|
|
8008
|
+
export interface AgencyBidPayload extends z.infer<typeof agencyBidPayloadSchema> {
|
|
8009
|
+
lead: Lead;
|
|
8010
|
+
}
|
|
8011
|
+
export interface FreelancerBidPayload extends z.infer<typeof freelancerBidPayloadSchema> {
|
|
8012
|
+
lead: Lead;
|
|
8013
|
+
}
|
|
8014
|
+
export interface AgencyBidProposalData extends z.infer<typeof agencyBidProposalDataSchema> {
|
|
8015
|
+
lead: Lead;
|
|
8016
|
+
}
|
|
8017
|
+
export interface FreelancerBidProposalData extends z.infer<typeof freelancerBidProposalDataSchema> {
|
|
8018
|
+
lead: Lead;
|
|
8019
|
+
}
|
|
8020
|
+
export interface BidDto extends z.infer<typeof bidDtoSchema> {
|
|
8021
|
+
lead: Lead;
|
|
8022
|
+
}
|
|
@@ -1022,17 +1022,14 @@ export declare const organizationSettingsSchema: z.ZodObject<{
|
|
|
1022
1022
|
}>;
|
|
1023
1023
|
export declare const subscribePayloadSchema: z.ZodObject<{
|
|
1024
1024
|
planId: z.ZodString;
|
|
1025
|
-
paymentMethodId: z.ZodString;
|
|
1026
1025
|
toltReferral: z.ZodOptional<z.ZodString>;
|
|
1027
1026
|
couponCode: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1028
1027
|
}, "strip", z.ZodTypeAny, {
|
|
1029
1028
|
planId: string;
|
|
1030
|
-
paymentMethodId: string;
|
|
1031
1029
|
toltReferral?: string | undefined;
|
|
1032
1030
|
couponCode?: string | null | undefined;
|
|
1033
1031
|
}, {
|
|
1034
1032
|
planId: string;
|
|
1035
|
-
paymentMethodId: string;
|
|
1036
1033
|
toltReferral?: string | undefined;
|
|
1037
1034
|
couponCode?: string | null | undefined;
|
|
1038
1035
|
}>;
|