lancer-shared 1.2.277 → 1.2.278
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 +5 -1
- package/dist/bundle.cjs.js.map +1 -1
- package/dist/bundle.esm.js +5 -1
- package/dist/bundle.esm.js.map +1 -1
- package/dist/schemas/agent/index.d.ts +7 -7
- package/dist/schemas/bidder/bid.d.ts +86 -86
- package/dist/schemas/campaign/campaign-analytics.d.ts +60 -52
- package/dist/schemas/campaign/campaign.d.ts +29 -20
- package/dist/schemas/dashboard/index.d.ts +8 -8
- package/dist/schemas/lead/index.d.ts +29 -29
- package/dist/schemas/plan/index.d.ts +2 -2
- package/dist/schemas/scraper/scrape-payload.d.ts +22 -17
- package/package.json +1 -1
|
@@ -347,7 +347,7 @@ export declare const bidPayloadProposalDataSchema: z.ZodObject<{
|
|
|
347
347
|
appliedFromQueue: z.ZodNullable<z.ZodBoolean>;
|
|
348
348
|
biddingDelayInMinutes: z.ZodNullable<z.ZodNumber>;
|
|
349
349
|
bidWithWarning: z.ZodEnum<["bid", "skip"]>;
|
|
350
|
-
biddingHourlyRateStrategy: z.ZodEnum<["match_job_budget", "match_profile_rate", "fixed_rate"]>;
|
|
350
|
+
biddingHourlyRateStrategy: z.ZodEnum<["match_job_budget", "match_profile_rate", "fixed_rate", "smart_bidding"]>;
|
|
351
351
|
biddingHourlyRatePercentage: z.ZodNullable<z.ZodNumber>;
|
|
352
352
|
biddingFixedHourlyRate: z.ZodNullable<z.ZodNumber>;
|
|
353
353
|
boostingEnabled: z.ZodNullable<z.ZodBoolean>;
|
|
@@ -374,7 +374,7 @@ export declare const bidPayloadProposalDataSchema: z.ZodObject<{
|
|
|
374
374
|
biddingDelayInMinutes: number | null;
|
|
375
375
|
appliedFromQueue: boolean | null;
|
|
376
376
|
bidWithWarning: "bid" | "skip";
|
|
377
|
-
biddingHourlyRateStrategy: "match_job_budget" | "match_profile_rate" | "fixed_rate";
|
|
377
|
+
biddingHourlyRateStrategy: "match_job_budget" | "match_profile_rate" | "fixed_rate" | "smart_bidding";
|
|
378
378
|
biddingHourlyRatePercentage: number | null;
|
|
379
379
|
biddingFixedHourlyRate: number | null;
|
|
380
380
|
boostingEnabled: boolean | null;
|
|
@@ -393,7 +393,7 @@ export declare const bidPayloadProposalDataSchema: z.ZodObject<{
|
|
|
393
393
|
biddingDelayInMinutes: number | null;
|
|
394
394
|
appliedFromQueue: boolean | null;
|
|
395
395
|
bidWithWarning: "bid" | "skip";
|
|
396
|
-
biddingHourlyRateStrategy: "match_job_budget" | "match_profile_rate" | "fixed_rate";
|
|
396
|
+
biddingHourlyRateStrategy: "match_job_budget" | "match_profile_rate" | "fixed_rate" | "smart_bidding";
|
|
397
397
|
biddingHourlyRatePercentage: number | null;
|
|
398
398
|
biddingFixedHourlyRate: number | null;
|
|
399
399
|
boostingEnabled: boolean | null;
|
|
@@ -536,7 +536,7 @@ export declare const bidPayloadProposalDataSchema: z.ZodObject<{
|
|
|
536
536
|
biddingDelayInMinutes: number | null;
|
|
537
537
|
appliedFromQueue: boolean | null;
|
|
538
538
|
bidWithWarning: "bid" | "skip";
|
|
539
|
-
biddingHourlyRateStrategy: "match_job_budget" | "match_profile_rate" | "fixed_rate";
|
|
539
|
+
biddingHourlyRateStrategy: "match_job_budget" | "match_profile_rate" | "fixed_rate" | "smart_bidding";
|
|
540
540
|
biddingHourlyRatePercentage: number | null;
|
|
541
541
|
biddingFixedHourlyRate: number | null;
|
|
542
542
|
boostingEnabled: boolean | null;
|
|
@@ -701,7 +701,7 @@ export declare const bidPayloadProposalDataSchema: z.ZodObject<{
|
|
|
701
701
|
biddingDelayInMinutes: number | null;
|
|
702
702
|
appliedFromQueue: boolean | null;
|
|
703
703
|
bidWithWarning: "bid" | "skip";
|
|
704
|
-
biddingHourlyRateStrategy: "match_job_budget" | "match_profile_rate" | "fixed_rate";
|
|
704
|
+
biddingHourlyRateStrategy: "match_job_budget" | "match_profile_rate" | "fixed_rate" | "smart_bidding";
|
|
705
705
|
biddingHourlyRatePercentage: number | null;
|
|
706
706
|
biddingFixedHourlyRate: number | null;
|
|
707
707
|
boostingEnabled: boolean | null;
|
|
@@ -759,7 +759,7 @@ export declare const bidPayloadProposalDataSchema: z.ZodObject<{
|
|
|
759
759
|
boostDownToNthPlace: z.ZodNullable<z.ZodNumber>;
|
|
760
760
|
connectsAbovePrevious: z.ZodNullable<z.ZodNumber>;
|
|
761
761
|
insufficeintBoostConnectsAction: z.ZodEnum<["skip", "bid_without_boost"]>;
|
|
762
|
-
biddingHourlyRateStrategy: z.ZodEnum<["match_job_budget", "match_profile_rate", "fixed_rate"]>;
|
|
762
|
+
biddingHourlyRateStrategy: z.ZodEnum<["match_job_budget", "match_profile_rate", "fixed_rate", "smart_bidding"]>;
|
|
763
763
|
biddingHourlyRatePercentage: z.ZodNullable<z.ZodNumber>;
|
|
764
764
|
biddingFixedHourlyRate: z.ZodNullable<z.ZodNumber>;
|
|
765
765
|
alreadyHiredAction: z.ZodEnum<["skip", "bid"]>;
|
|
@@ -778,7 +778,7 @@ export declare const bidPayloadProposalDataSchema: z.ZodObject<{
|
|
|
778
778
|
question: string;
|
|
779
779
|
}[] | null;
|
|
780
780
|
bidWithWarning: "bid" | "skip";
|
|
781
|
-
biddingHourlyRateStrategy: "match_job_budget" | "match_profile_rate" | "fixed_rate";
|
|
781
|
+
biddingHourlyRateStrategy: "match_job_budget" | "match_profile_rate" | "fixed_rate" | "smart_bidding";
|
|
782
782
|
biddingHourlyRatePercentage: number | null;
|
|
783
783
|
biddingFixedHourlyRate: number | null;
|
|
784
784
|
boostingEnabled: boolean;
|
|
@@ -913,7 +913,7 @@ export declare const bidPayloadProposalDataSchema: z.ZodObject<{
|
|
|
913
913
|
biddingDelayInMinutes: number | null;
|
|
914
914
|
appliedFromQueue: boolean | null;
|
|
915
915
|
bidWithWarning: "bid" | "skip";
|
|
916
|
-
biddingHourlyRateStrategy: "match_job_budget" | "match_profile_rate" | "fixed_rate";
|
|
916
|
+
biddingHourlyRateStrategy: "match_job_budget" | "match_profile_rate" | "fixed_rate" | "smart_bidding";
|
|
917
917
|
biddingHourlyRatePercentage: number | null;
|
|
918
918
|
biddingFixedHourlyRate: number | null;
|
|
919
919
|
boostingEnabled: boolean | null;
|
|
@@ -969,7 +969,7 @@ export declare const bidPayloadProposalDataSchema: z.ZodObject<{
|
|
|
969
969
|
question: string;
|
|
970
970
|
}[] | null;
|
|
971
971
|
bidWithWarning: "bid" | "skip";
|
|
972
|
-
biddingHourlyRateStrategy: "match_job_budget" | "match_profile_rate" | "fixed_rate";
|
|
972
|
+
biddingHourlyRateStrategy: "match_job_budget" | "match_profile_rate" | "fixed_rate" | "smart_bidding";
|
|
973
973
|
biddingHourlyRatePercentage: number | null;
|
|
974
974
|
biddingFixedHourlyRate: number | null;
|
|
975
975
|
boostingEnabled: boolean;
|
|
@@ -1104,7 +1104,7 @@ export declare const bidPayloadProposalDataSchema: z.ZodObject<{
|
|
|
1104
1104
|
biddingDelayInMinutes: number | null;
|
|
1105
1105
|
appliedFromQueue: boolean | null;
|
|
1106
1106
|
bidWithWarning: "bid" | "skip";
|
|
1107
|
-
biddingHourlyRateStrategy: "match_job_budget" | "match_profile_rate" | "fixed_rate";
|
|
1107
|
+
biddingHourlyRateStrategy: "match_job_budget" | "match_profile_rate" | "fixed_rate" | "smart_bidding";
|
|
1108
1108
|
biddingHourlyRatePercentage: number | null;
|
|
1109
1109
|
biddingFixedHourlyRate: number | null;
|
|
1110
1110
|
boostingEnabled: boolean | null;
|
|
@@ -1499,7 +1499,7 @@ export declare const freelancerBidProposalDataSchema: z.ZodObject<{
|
|
|
1499
1499
|
appliedFromQueue: z.ZodNullable<z.ZodBoolean>;
|
|
1500
1500
|
biddingDelayInMinutes: z.ZodNullable<z.ZodNumber>;
|
|
1501
1501
|
bidWithWarning: z.ZodEnum<["bid", "skip"]>;
|
|
1502
|
-
biddingHourlyRateStrategy: z.ZodEnum<["match_job_budget", "match_profile_rate", "fixed_rate"]>;
|
|
1502
|
+
biddingHourlyRateStrategy: z.ZodEnum<["match_job_budget", "match_profile_rate", "fixed_rate", "smart_bidding"]>;
|
|
1503
1503
|
biddingHourlyRatePercentage: z.ZodNullable<z.ZodNumber>;
|
|
1504
1504
|
biddingFixedHourlyRate: z.ZodNullable<z.ZodNumber>;
|
|
1505
1505
|
boostingEnabled: z.ZodNullable<z.ZodBoolean>;
|
|
@@ -1526,7 +1526,7 @@ export declare const freelancerBidProposalDataSchema: z.ZodObject<{
|
|
|
1526
1526
|
biddingDelayInMinutes: number | null;
|
|
1527
1527
|
appliedFromQueue: boolean | null;
|
|
1528
1528
|
bidWithWarning: "bid" | "skip";
|
|
1529
|
-
biddingHourlyRateStrategy: "match_job_budget" | "match_profile_rate" | "fixed_rate";
|
|
1529
|
+
biddingHourlyRateStrategy: "match_job_budget" | "match_profile_rate" | "fixed_rate" | "smart_bidding";
|
|
1530
1530
|
biddingHourlyRatePercentage: number | null;
|
|
1531
1531
|
biddingFixedHourlyRate: number | null;
|
|
1532
1532
|
boostingEnabled: boolean | null;
|
|
@@ -1545,7 +1545,7 @@ export declare const freelancerBidProposalDataSchema: z.ZodObject<{
|
|
|
1545
1545
|
biddingDelayInMinutes: number | null;
|
|
1546
1546
|
appliedFromQueue: boolean | null;
|
|
1547
1547
|
bidWithWarning: "bid" | "skip";
|
|
1548
|
-
biddingHourlyRateStrategy: "match_job_budget" | "match_profile_rate" | "fixed_rate";
|
|
1548
|
+
biddingHourlyRateStrategy: "match_job_budget" | "match_profile_rate" | "fixed_rate" | "smart_bidding";
|
|
1549
1549
|
biddingHourlyRatePercentage: number | null;
|
|
1550
1550
|
biddingFixedHourlyRate: number | null;
|
|
1551
1551
|
boostingEnabled: boolean | null;
|
|
@@ -1688,7 +1688,7 @@ export declare const freelancerBidProposalDataSchema: z.ZodObject<{
|
|
|
1688
1688
|
biddingDelayInMinutes: number | null;
|
|
1689
1689
|
appliedFromQueue: boolean | null;
|
|
1690
1690
|
bidWithWarning: "bid" | "skip";
|
|
1691
|
-
biddingHourlyRateStrategy: "match_job_budget" | "match_profile_rate" | "fixed_rate";
|
|
1691
|
+
biddingHourlyRateStrategy: "match_job_budget" | "match_profile_rate" | "fixed_rate" | "smart_bidding";
|
|
1692
1692
|
biddingHourlyRatePercentage: number | null;
|
|
1693
1693
|
biddingFixedHourlyRate: number | null;
|
|
1694
1694
|
boostingEnabled: boolean | null;
|
|
@@ -1853,7 +1853,7 @@ export declare const freelancerBidProposalDataSchema: z.ZodObject<{
|
|
|
1853
1853
|
biddingDelayInMinutes: number | null;
|
|
1854
1854
|
appliedFromQueue: boolean | null;
|
|
1855
1855
|
bidWithWarning: "bid" | "skip";
|
|
1856
|
-
biddingHourlyRateStrategy: "match_job_budget" | "match_profile_rate" | "fixed_rate";
|
|
1856
|
+
biddingHourlyRateStrategy: "match_job_budget" | "match_profile_rate" | "fixed_rate" | "smart_bidding";
|
|
1857
1857
|
biddingHourlyRatePercentage: number | null;
|
|
1858
1858
|
biddingFixedHourlyRate: number | null;
|
|
1859
1859
|
boostingEnabled: boolean | null;
|
|
@@ -1911,7 +1911,7 @@ export declare const freelancerBidProposalDataSchema: z.ZodObject<{
|
|
|
1911
1911
|
boostDownToNthPlace: z.ZodNullable<z.ZodNumber>;
|
|
1912
1912
|
connectsAbovePrevious: z.ZodNullable<z.ZodNumber>;
|
|
1913
1913
|
insufficeintBoostConnectsAction: z.ZodEnum<["skip", "bid_without_boost"]>;
|
|
1914
|
-
biddingHourlyRateStrategy: z.ZodEnum<["match_job_budget", "match_profile_rate", "fixed_rate"]>;
|
|
1914
|
+
biddingHourlyRateStrategy: z.ZodEnum<["match_job_budget", "match_profile_rate", "fixed_rate", "smart_bidding"]>;
|
|
1915
1915
|
biddingHourlyRatePercentage: z.ZodNullable<z.ZodNumber>;
|
|
1916
1916
|
biddingFixedHourlyRate: z.ZodNullable<z.ZodNumber>;
|
|
1917
1917
|
alreadyHiredAction: z.ZodEnum<["skip", "bid"]>;
|
|
@@ -1930,7 +1930,7 @@ export declare const freelancerBidProposalDataSchema: z.ZodObject<{
|
|
|
1930
1930
|
question: string;
|
|
1931
1931
|
}[] | null;
|
|
1932
1932
|
bidWithWarning: "bid" | "skip";
|
|
1933
|
-
biddingHourlyRateStrategy: "match_job_budget" | "match_profile_rate" | "fixed_rate";
|
|
1933
|
+
biddingHourlyRateStrategy: "match_job_budget" | "match_profile_rate" | "fixed_rate" | "smart_bidding";
|
|
1934
1934
|
biddingHourlyRatePercentage: number | null;
|
|
1935
1935
|
biddingFixedHourlyRate: number | null;
|
|
1936
1936
|
boostingEnabled: boolean;
|
|
@@ -2065,7 +2065,7 @@ export declare const freelancerBidProposalDataSchema: z.ZodObject<{
|
|
|
2065
2065
|
biddingDelayInMinutes: number | null;
|
|
2066
2066
|
appliedFromQueue: boolean | null;
|
|
2067
2067
|
bidWithWarning: "bid" | "skip";
|
|
2068
|
-
biddingHourlyRateStrategy: "match_job_budget" | "match_profile_rate" | "fixed_rate";
|
|
2068
|
+
biddingHourlyRateStrategy: "match_job_budget" | "match_profile_rate" | "fixed_rate" | "smart_bidding";
|
|
2069
2069
|
biddingHourlyRatePercentage: number | null;
|
|
2070
2070
|
biddingFixedHourlyRate: number | null;
|
|
2071
2071
|
boostingEnabled: boolean | null;
|
|
@@ -2121,7 +2121,7 @@ export declare const freelancerBidProposalDataSchema: z.ZodObject<{
|
|
|
2121
2121
|
question: string;
|
|
2122
2122
|
}[] | null;
|
|
2123
2123
|
bidWithWarning: "bid" | "skip";
|
|
2124
|
-
biddingHourlyRateStrategy: "match_job_budget" | "match_profile_rate" | "fixed_rate";
|
|
2124
|
+
biddingHourlyRateStrategy: "match_job_budget" | "match_profile_rate" | "fixed_rate" | "smart_bidding";
|
|
2125
2125
|
biddingHourlyRatePercentage: number | null;
|
|
2126
2126
|
biddingFixedHourlyRate: number | null;
|
|
2127
2127
|
boostingEnabled: boolean;
|
|
@@ -2256,7 +2256,7 @@ export declare const freelancerBidProposalDataSchema: z.ZodObject<{
|
|
|
2256
2256
|
biddingDelayInMinutes: number | null;
|
|
2257
2257
|
appliedFromQueue: boolean | null;
|
|
2258
2258
|
bidWithWarning: "bid" | "skip";
|
|
2259
|
-
biddingHourlyRateStrategy: "match_job_budget" | "match_profile_rate" | "fixed_rate";
|
|
2259
|
+
biddingHourlyRateStrategy: "match_job_budget" | "match_profile_rate" | "fixed_rate" | "smart_bidding";
|
|
2260
2260
|
biddingHourlyRatePercentage: number | null;
|
|
2261
2261
|
biddingFixedHourlyRate: number | null;
|
|
2262
2262
|
boostingEnabled: boolean | null;
|
|
@@ -2651,7 +2651,7 @@ export declare const agencyBidProposalDataSchema: z.ZodObject<z.objectUtil.exten
|
|
|
2651
2651
|
appliedFromQueue: z.ZodNullable<z.ZodBoolean>;
|
|
2652
2652
|
biddingDelayInMinutes: z.ZodNullable<z.ZodNumber>;
|
|
2653
2653
|
bidWithWarning: z.ZodEnum<["bid", "skip"]>;
|
|
2654
|
-
biddingHourlyRateStrategy: z.ZodEnum<["match_job_budget", "match_profile_rate", "fixed_rate"]>;
|
|
2654
|
+
biddingHourlyRateStrategy: z.ZodEnum<["match_job_budget", "match_profile_rate", "fixed_rate", "smart_bidding"]>;
|
|
2655
2655
|
biddingHourlyRatePercentage: z.ZodNullable<z.ZodNumber>;
|
|
2656
2656
|
biddingFixedHourlyRate: z.ZodNullable<z.ZodNumber>;
|
|
2657
2657
|
boostingEnabled: z.ZodNullable<z.ZodBoolean>;
|
|
@@ -2678,7 +2678,7 @@ export declare const agencyBidProposalDataSchema: z.ZodObject<z.objectUtil.exten
|
|
|
2678
2678
|
biddingDelayInMinutes: number | null;
|
|
2679
2679
|
appliedFromQueue: boolean | null;
|
|
2680
2680
|
bidWithWarning: "bid" | "skip";
|
|
2681
|
-
biddingHourlyRateStrategy: "match_job_budget" | "match_profile_rate" | "fixed_rate";
|
|
2681
|
+
biddingHourlyRateStrategy: "match_job_budget" | "match_profile_rate" | "fixed_rate" | "smart_bidding";
|
|
2682
2682
|
biddingHourlyRatePercentage: number | null;
|
|
2683
2683
|
biddingFixedHourlyRate: number | null;
|
|
2684
2684
|
boostingEnabled: boolean | null;
|
|
@@ -2697,7 +2697,7 @@ export declare const agencyBidProposalDataSchema: z.ZodObject<z.objectUtil.exten
|
|
|
2697
2697
|
biddingDelayInMinutes: number | null;
|
|
2698
2698
|
appliedFromQueue: boolean | null;
|
|
2699
2699
|
bidWithWarning: "bid" | "skip";
|
|
2700
|
-
biddingHourlyRateStrategy: "match_job_budget" | "match_profile_rate" | "fixed_rate";
|
|
2700
|
+
biddingHourlyRateStrategy: "match_job_budget" | "match_profile_rate" | "fixed_rate" | "smart_bidding";
|
|
2701
2701
|
biddingHourlyRatePercentage: number | null;
|
|
2702
2702
|
biddingFixedHourlyRate: number | null;
|
|
2703
2703
|
boostingEnabled: boolean | null;
|
|
@@ -2840,7 +2840,7 @@ export declare const agencyBidProposalDataSchema: z.ZodObject<z.objectUtil.exten
|
|
|
2840
2840
|
biddingDelayInMinutes: number | null;
|
|
2841
2841
|
appliedFromQueue: boolean | null;
|
|
2842
2842
|
bidWithWarning: "bid" | "skip";
|
|
2843
|
-
biddingHourlyRateStrategy: "match_job_budget" | "match_profile_rate" | "fixed_rate";
|
|
2843
|
+
biddingHourlyRateStrategy: "match_job_budget" | "match_profile_rate" | "fixed_rate" | "smart_bidding";
|
|
2844
2844
|
biddingHourlyRatePercentage: number | null;
|
|
2845
2845
|
biddingFixedHourlyRate: number | null;
|
|
2846
2846
|
boostingEnabled: boolean | null;
|
|
@@ -3005,7 +3005,7 @@ export declare const agencyBidProposalDataSchema: z.ZodObject<z.objectUtil.exten
|
|
|
3005
3005
|
biddingDelayInMinutes: number | null;
|
|
3006
3006
|
appliedFromQueue: boolean | null;
|
|
3007
3007
|
bidWithWarning: "bid" | "skip";
|
|
3008
|
-
biddingHourlyRateStrategy: "match_job_budget" | "match_profile_rate" | "fixed_rate";
|
|
3008
|
+
biddingHourlyRateStrategy: "match_job_budget" | "match_profile_rate" | "fixed_rate" | "smart_bidding";
|
|
3009
3009
|
biddingHourlyRatePercentage: number | null;
|
|
3010
3010
|
biddingFixedHourlyRate: number | null;
|
|
3011
3011
|
boostingEnabled: boolean | null;
|
|
@@ -3063,7 +3063,7 @@ export declare const agencyBidProposalDataSchema: z.ZodObject<z.objectUtil.exten
|
|
|
3063
3063
|
boostDownToNthPlace: z.ZodNullable<z.ZodNumber>;
|
|
3064
3064
|
connectsAbovePrevious: z.ZodNullable<z.ZodNumber>;
|
|
3065
3065
|
insufficeintBoostConnectsAction: z.ZodEnum<["skip", "bid_without_boost"]>;
|
|
3066
|
-
biddingHourlyRateStrategy: z.ZodEnum<["match_job_budget", "match_profile_rate", "fixed_rate"]>;
|
|
3066
|
+
biddingHourlyRateStrategy: z.ZodEnum<["match_job_budget", "match_profile_rate", "fixed_rate", "smart_bidding"]>;
|
|
3067
3067
|
biddingHourlyRatePercentage: z.ZodNullable<z.ZodNumber>;
|
|
3068
3068
|
biddingFixedHourlyRate: z.ZodNullable<z.ZodNumber>;
|
|
3069
3069
|
alreadyHiredAction: z.ZodEnum<["skip", "bid"]>;
|
|
@@ -3088,7 +3088,7 @@ export declare const agencyBidProposalDataSchema: z.ZodObject<z.objectUtil.exten
|
|
|
3088
3088
|
question: string;
|
|
3089
3089
|
}[] | null;
|
|
3090
3090
|
bidWithWarning: "bid" | "skip";
|
|
3091
|
-
biddingHourlyRateStrategy: "match_job_budget" | "match_profile_rate" | "fixed_rate";
|
|
3091
|
+
biddingHourlyRateStrategy: "match_job_budget" | "match_profile_rate" | "fixed_rate" | "smart_bidding";
|
|
3092
3092
|
biddingHourlyRatePercentage: number | null;
|
|
3093
3093
|
biddingFixedHourlyRate: number | null;
|
|
3094
3094
|
boostingEnabled: boolean;
|
|
@@ -3223,7 +3223,7 @@ export declare const agencyBidProposalDataSchema: z.ZodObject<z.objectUtil.exten
|
|
|
3223
3223
|
biddingDelayInMinutes: number | null;
|
|
3224
3224
|
appliedFromQueue: boolean | null;
|
|
3225
3225
|
bidWithWarning: "bid" | "skip";
|
|
3226
|
-
biddingHourlyRateStrategy: "match_job_budget" | "match_profile_rate" | "fixed_rate";
|
|
3226
|
+
biddingHourlyRateStrategy: "match_job_budget" | "match_profile_rate" | "fixed_rate" | "smart_bidding";
|
|
3227
3227
|
biddingHourlyRatePercentage: number | null;
|
|
3228
3228
|
biddingFixedHourlyRate: number | null;
|
|
3229
3229
|
boostingEnabled: boolean | null;
|
|
@@ -3282,7 +3282,7 @@ export declare const agencyBidProposalDataSchema: z.ZodObject<z.objectUtil.exten
|
|
|
3282
3282
|
question: string;
|
|
3283
3283
|
}[] | null;
|
|
3284
3284
|
bidWithWarning: "bid" | "skip";
|
|
3285
|
-
biddingHourlyRateStrategy: "match_job_budget" | "match_profile_rate" | "fixed_rate";
|
|
3285
|
+
biddingHourlyRateStrategy: "match_job_budget" | "match_profile_rate" | "fixed_rate" | "smart_bidding";
|
|
3286
3286
|
biddingHourlyRatePercentage: number | null;
|
|
3287
3287
|
biddingFixedHourlyRate: number | null;
|
|
3288
3288
|
boostingEnabled: boolean;
|
|
@@ -3417,7 +3417,7 @@ export declare const agencyBidProposalDataSchema: z.ZodObject<z.objectUtil.exten
|
|
|
3417
3417
|
biddingDelayInMinutes: number | null;
|
|
3418
3418
|
appliedFromQueue: boolean | null;
|
|
3419
3419
|
bidWithWarning: "bid" | "skip";
|
|
3420
|
-
biddingHourlyRateStrategy: "match_job_budget" | "match_profile_rate" | "fixed_rate";
|
|
3420
|
+
biddingHourlyRateStrategy: "match_job_budget" | "match_profile_rate" | "fixed_rate" | "smart_bidding";
|
|
3421
3421
|
biddingHourlyRatePercentage: number | null;
|
|
3422
3422
|
biddingFixedHourlyRate: number | null;
|
|
3423
3423
|
boostingEnabled: boolean | null;
|
|
@@ -3813,7 +3813,7 @@ export declare const bidPayloadSchema: z.ZodObject<{
|
|
|
3813
3813
|
appliedFromQueue: z.ZodNullable<z.ZodBoolean>;
|
|
3814
3814
|
biddingDelayInMinutes: z.ZodNullable<z.ZodNumber>;
|
|
3815
3815
|
bidWithWarning: z.ZodEnum<["bid", "skip"]>;
|
|
3816
|
-
biddingHourlyRateStrategy: z.ZodEnum<["match_job_budget", "match_profile_rate", "fixed_rate"]>;
|
|
3816
|
+
biddingHourlyRateStrategy: z.ZodEnum<["match_job_budget", "match_profile_rate", "fixed_rate", "smart_bidding"]>;
|
|
3817
3817
|
biddingHourlyRatePercentage: z.ZodNullable<z.ZodNumber>;
|
|
3818
3818
|
biddingFixedHourlyRate: z.ZodNullable<z.ZodNumber>;
|
|
3819
3819
|
boostingEnabled: z.ZodNullable<z.ZodBoolean>;
|
|
@@ -3840,7 +3840,7 @@ export declare const bidPayloadSchema: z.ZodObject<{
|
|
|
3840
3840
|
biddingDelayInMinutes: number | null;
|
|
3841
3841
|
appliedFromQueue: boolean | null;
|
|
3842
3842
|
bidWithWarning: "bid" | "skip";
|
|
3843
|
-
biddingHourlyRateStrategy: "match_job_budget" | "match_profile_rate" | "fixed_rate";
|
|
3843
|
+
biddingHourlyRateStrategy: "match_job_budget" | "match_profile_rate" | "fixed_rate" | "smart_bidding";
|
|
3844
3844
|
biddingHourlyRatePercentage: number | null;
|
|
3845
3845
|
biddingFixedHourlyRate: number | null;
|
|
3846
3846
|
boostingEnabled: boolean | null;
|
|
@@ -3859,7 +3859,7 @@ export declare const bidPayloadSchema: z.ZodObject<{
|
|
|
3859
3859
|
biddingDelayInMinutes: number | null;
|
|
3860
3860
|
appliedFromQueue: boolean | null;
|
|
3861
3861
|
bidWithWarning: "bid" | "skip";
|
|
3862
|
-
biddingHourlyRateStrategy: "match_job_budget" | "match_profile_rate" | "fixed_rate";
|
|
3862
|
+
biddingHourlyRateStrategy: "match_job_budget" | "match_profile_rate" | "fixed_rate" | "smart_bidding";
|
|
3863
3863
|
biddingHourlyRatePercentage: number | null;
|
|
3864
3864
|
biddingFixedHourlyRate: number | null;
|
|
3865
3865
|
boostingEnabled: boolean | null;
|
|
@@ -4002,7 +4002,7 @@ export declare const bidPayloadSchema: z.ZodObject<{
|
|
|
4002
4002
|
biddingDelayInMinutes: number | null;
|
|
4003
4003
|
appliedFromQueue: boolean | null;
|
|
4004
4004
|
bidWithWarning: "bid" | "skip";
|
|
4005
|
-
biddingHourlyRateStrategy: "match_job_budget" | "match_profile_rate" | "fixed_rate";
|
|
4005
|
+
biddingHourlyRateStrategy: "match_job_budget" | "match_profile_rate" | "fixed_rate" | "smart_bidding";
|
|
4006
4006
|
biddingHourlyRatePercentage: number | null;
|
|
4007
4007
|
biddingFixedHourlyRate: number | null;
|
|
4008
4008
|
boostingEnabled: boolean | null;
|
|
@@ -4167,7 +4167,7 @@ export declare const bidPayloadSchema: z.ZodObject<{
|
|
|
4167
4167
|
biddingDelayInMinutes: number | null;
|
|
4168
4168
|
appliedFromQueue: boolean | null;
|
|
4169
4169
|
bidWithWarning: "bid" | "skip";
|
|
4170
|
-
biddingHourlyRateStrategy: "match_job_budget" | "match_profile_rate" | "fixed_rate";
|
|
4170
|
+
biddingHourlyRateStrategy: "match_job_budget" | "match_profile_rate" | "fixed_rate" | "smart_bidding";
|
|
4171
4171
|
biddingHourlyRatePercentage: number | null;
|
|
4172
4172
|
biddingFixedHourlyRate: number | null;
|
|
4173
4173
|
boostingEnabled: boolean | null;
|
|
@@ -4342,7 +4342,7 @@ export declare const bidPayloadSchema: z.ZodObject<{
|
|
|
4342
4342
|
biddingDelayInMinutes: number | null;
|
|
4343
4343
|
appliedFromQueue: boolean | null;
|
|
4344
4344
|
bidWithWarning: "bid" | "skip";
|
|
4345
|
-
biddingHourlyRateStrategy: "match_job_budget" | "match_profile_rate" | "fixed_rate";
|
|
4345
|
+
biddingHourlyRateStrategy: "match_job_budget" | "match_profile_rate" | "fixed_rate" | "smart_bidding";
|
|
4346
4346
|
biddingHourlyRatePercentage: number | null;
|
|
4347
4347
|
biddingFixedHourlyRate: number | null;
|
|
4348
4348
|
boostingEnabled: boolean | null;
|
|
@@ -4514,7 +4514,7 @@ export declare const bidPayloadSchema: z.ZodObject<{
|
|
|
4514
4514
|
biddingDelayInMinutes: number | null;
|
|
4515
4515
|
appliedFromQueue: boolean | null;
|
|
4516
4516
|
bidWithWarning: "bid" | "skip";
|
|
4517
|
-
biddingHourlyRateStrategy: "match_job_budget" | "match_profile_rate" | "fixed_rate";
|
|
4517
|
+
biddingHourlyRateStrategy: "match_job_budget" | "match_profile_rate" | "fixed_rate" | "smart_bidding";
|
|
4518
4518
|
biddingHourlyRatePercentage: number | null;
|
|
4519
4519
|
biddingFixedHourlyRate: number | null;
|
|
4520
4520
|
boostingEnabled: boolean | null;
|
|
@@ -4902,7 +4902,7 @@ export declare const agencyBidPayloadSchema: z.ZodObject<z.objectUtil.extendShap
|
|
|
4902
4902
|
appliedFromQueue: z.ZodNullable<z.ZodBoolean>;
|
|
4903
4903
|
biddingDelayInMinutes: z.ZodNullable<z.ZodNumber>;
|
|
4904
4904
|
bidWithWarning: z.ZodEnum<["bid", "skip"]>;
|
|
4905
|
-
biddingHourlyRateStrategy: z.ZodEnum<["match_job_budget", "match_profile_rate", "fixed_rate"]>;
|
|
4905
|
+
biddingHourlyRateStrategy: z.ZodEnum<["match_job_budget", "match_profile_rate", "fixed_rate", "smart_bidding"]>;
|
|
4906
4906
|
biddingHourlyRatePercentage: z.ZodNullable<z.ZodNumber>;
|
|
4907
4907
|
biddingFixedHourlyRate: z.ZodNullable<z.ZodNumber>;
|
|
4908
4908
|
boostingEnabled: z.ZodNullable<z.ZodBoolean>;
|
|
@@ -4929,7 +4929,7 @@ export declare const agencyBidPayloadSchema: z.ZodObject<z.objectUtil.extendShap
|
|
|
4929
4929
|
biddingDelayInMinutes: number | null;
|
|
4930
4930
|
appliedFromQueue: boolean | null;
|
|
4931
4931
|
bidWithWarning: "bid" | "skip";
|
|
4932
|
-
biddingHourlyRateStrategy: "match_job_budget" | "match_profile_rate" | "fixed_rate";
|
|
4932
|
+
biddingHourlyRateStrategy: "match_job_budget" | "match_profile_rate" | "fixed_rate" | "smart_bidding";
|
|
4933
4933
|
biddingHourlyRatePercentage: number | null;
|
|
4934
4934
|
biddingFixedHourlyRate: number | null;
|
|
4935
4935
|
boostingEnabled: boolean | null;
|
|
@@ -4948,7 +4948,7 @@ export declare const agencyBidPayloadSchema: z.ZodObject<z.objectUtil.extendShap
|
|
|
4948
4948
|
biddingDelayInMinutes: number | null;
|
|
4949
4949
|
appliedFromQueue: boolean | null;
|
|
4950
4950
|
bidWithWarning: "bid" | "skip";
|
|
4951
|
-
biddingHourlyRateStrategy: "match_job_budget" | "match_profile_rate" | "fixed_rate";
|
|
4951
|
+
biddingHourlyRateStrategy: "match_job_budget" | "match_profile_rate" | "fixed_rate" | "smart_bidding";
|
|
4952
4952
|
biddingHourlyRatePercentage: number | null;
|
|
4953
4953
|
biddingFixedHourlyRate: number | null;
|
|
4954
4954
|
boostingEnabled: boolean | null;
|
|
@@ -5091,7 +5091,7 @@ export declare const agencyBidPayloadSchema: z.ZodObject<z.objectUtil.extendShap
|
|
|
5091
5091
|
biddingDelayInMinutes: number | null;
|
|
5092
5092
|
appliedFromQueue: boolean | null;
|
|
5093
5093
|
bidWithWarning: "bid" | "skip";
|
|
5094
|
-
biddingHourlyRateStrategy: "match_job_budget" | "match_profile_rate" | "fixed_rate";
|
|
5094
|
+
biddingHourlyRateStrategy: "match_job_budget" | "match_profile_rate" | "fixed_rate" | "smart_bidding";
|
|
5095
5095
|
biddingHourlyRatePercentage: number | null;
|
|
5096
5096
|
biddingFixedHourlyRate: number | null;
|
|
5097
5097
|
boostingEnabled: boolean | null;
|
|
@@ -5256,7 +5256,7 @@ export declare const agencyBidPayloadSchema: z.ZodObject<z.objectUtil.extendShap
|
|
|
5256
5256
|
biddingDelayInMinutes: number | null;
|
|
5257
5257
|
appliedFromQueue: boolean | null;
|
|
5258
5258
|
bidWithWarning: "bid" | "skip";
|
|
5259
|
-
biddingHourlyRateStrategy: "match_job_budget" | "match_profile_rate" | "fixed_rate";
|
|
5259
|
+
biddingHourlyRateStrategy: "match_job_budget" | "match_profile_rate" | "fixed_rate" | "smart_bidding";
|
|
5260
5260
|
biddingHourlyRatePercentage: number | null;
|
|
5261
5261
|
biddingFixedHourlyRate: number | null;
|
|
5262
5262
|
boostingEnabled: boolean | null;
|
|
@@ -5647,7 +5647,7 @@ export declare const agencyBidPayloadSchema: z.ZodObject<z.objectUtil.extendShap
|
|
|
5647
5647
|
appliedFromQueue: z.ZodNullable<z.ZodBoolean>;
|
|
5648
5648
|
biddingDelayInMinutes: z.ZodNullable<z.ZodNumber>;
|
|
5649
5649
|
bidWithWarning: z.ZodEnum<["bid", "skip"]>;
|
|
5650
|
-
biddingHourlyRateStrategy: z.ZodEnum<["match_job_budget", "match_profile_rate", "fixed_rate"]>;
|
|
5650
|
+
biddingHourlyRateStrategy: z.ZodEnum<["match_job_budget", "match_profile_rate", "fixed_rate", "smart_bidding"]>;
|
|
5651
5651
|
biddingHourlyRatePercentage: z.ZodNullable<z.ZodNumber>;
|
|
5652
5652
|
biddingFixedHourlyRate: z.ZodNullable<z.ZodNumber>;
|
|
5653
5653
|
boostingEnabled: z.ZodNullable<z.ZodBoolean>;
|
|
@@ -5674,7 +5674,7 @@ export declare const agencyBidPayloadSchema: z.ZodObject<z.objectUtil.extendShap
|
|
|
5674
5674
|
biddingDelayInMinutes: number | null;
|
|
5675
5675
|
appliedFromQueue: boolean | null;
|
|
5676
5676
|
bidWithWarning: "bid" | "skip";
|
|
5677
|
-
biddingHourlyRateStrategy: "match_job_budget" | "match_profile_rate" | "fixed_rate";
|
|
5677
|
+
biddingHourlyRateStrategy: "match_job_budget" | "match_profile_rate" | "fixed_rate" | "smart_bidding";
|
|
5678
5678
|
biddingHourlyRatePercentage: number | null;
|
|
5679
5679
|
biddingFixedHourlyRate: number | null;
|
|
5680
5680
|
boostingEnabled: boolean | null;
|
|
@@ -5693,7 +5693,7 @@ export declare const agencyBidPayloadSchema: z.ZodObject<z.objectUtil.extendShap
|
|
|
5693
5693
|
biddingDelayInMinutes: number | null;
|
|
5694
5694
|
appliedFromQueue: boolean | null;
|
|
5695
5695
|
bidWithWarning: "bid" | "skip";
|
|
5696
|
-
biddingHourlyRateStrategy: "match_job_budget" | "match_profile_rate" | "fixed_rate";
|
|
5696
|
+
biddingHourlyRateStrategy: "match_job_budget" | "match_profile_rate" | "fixed_rate" | "smart_bidding";
|
|
5697
5697
|
biddingHourlyRatePercentage: number | null;
|
|
5698
5698
|
biddingFixedHourlyRate: number | null;
|
|
5699
5699
|
boostingEnabled: boolean | null;
|
|
@@ -5836,7 +5836,7 @@ export declare const agencyBidPayloadSchema: z.ZodObject<z.objectUtil.extendShap
|
|
|
5836
5836
|
biddingDelayInMinutes: number | null;
|
|
5837
5837
|
appliedFromQueue: boolean | null;
|
|
5838
5838
|
bidWithWarning: "bid" | "skip";
|
|
5839
|
-
biddingHourlyRateStrategy: "match_job_budget" | "match_profile_rate" | "fixed_rate";
|
|
5839
|
+
biddingHourlyRateStrategy: "match_job_budget" | "match_profile_rate" | "fixed_rate" | "smart_bidding";
|
|
5840
5840
|
biddingHourlyRatePercentage: number | null;
|
|
5841
5841
|
biddingFixedHourlyRate: number | null;
|
|
5842
5842
|
boostingEnabled: boolean | null;
|
|
@@ -6001,7 +6001,7 @@ export declare const agencyBidPayloadSchema: z.ZodObject<z.objectUtil.extendShap
|
|
|
6001
6001
|
biddingDelayInMinutes: number | null;
|
|
6002
6002
|
appliedFromQueue: boolean | null;
|
|
6003
6003
|
bidWithWarning: "bid" | "skip";
|
|
6004
|
-
biddingHourlyRateStrategy: "match_job_budget" | "match_profile_rate" | "fixed_rate";
|
|
6004
|
+
biddingHourlyRateStrategy: "match_job_budget" | "match_profile_rate" | "fixed_rate" | "smart_bidding";
|
|
6005
6005
|
biddingHourlyRatePercentage: number | null;
|
|
6006
6006
|
biddingFixedHourlyRate: number | null;
|
|
6007
6007
|
boostingEnabled: boolean | null;
|
|
@@ -6059,7 +6059,7 @@ export declare const agencyBidPayloadSchema: z.ZodObject<z.objectUtil.extendShap
|
|
|
6059
6059
|
boostDownToNthPlace: z.ZodNullable<z.ZodNumber>;
|
|
6060
6060
|
connectsAbovePrevious: z.ZodNullable<z.ZodNumber>;
|
|
6061
6061
|
insufficeintBoostConnectsAction: z.ZodEnum<["skip", "bid_without_boost"]>;
|
|
6062
|
-
biddingHourlyRateStrategy: z.ZodEnum<["match_job_budget", "match_profile_rate", "fixed_rate"]>;
|
|
6062
|
+
biddingHourlyRateStrategy: z.ZodEnum<["match_job_budget", "match_profile_rate", "fixed_rate", "smart_bidding"]>;
|
|
6063
6063
|
biddingHourlyRatePercentage: z.ZodNullable<z.ZodNumber>;
|
|
6064
6064
|
biddingFixedHourlyRate: z.ZodNullable<z.ZodNumber>;
|
|
6065
6065
|
alreadyHiredAction: z.ZodEnum<["skip", "bid"]>;
|
|
@@ -6084,7 +6084,7 @@ export declare const agencyBidPayloadSchema: z.ZodObject<z.objectUtil.extendShap
|
|
|
6084
6084
|
question: string;
|
|
6085
6085
|
}[] | null;
|
|
6086
6086
|
bidWithWarning: "bid" | "skip";
|
|
6087
|
-
biddingHourlyRateStrategy: "match_job_budget" | "match_profile_rate" | "fixed_rate";
|
|
6087
|
+
biddingHourlyRateStrategy: "match_job_budget" | "match_profile_rate" | "fixed_rate" | "smart_bidding";
|
|
6088
6088
|
biddingHourlyRatePercentage: number | null;
|
|
6089
6089
|
biddingFixedHourlyRate: number | null;
|
|
6090
6090
|
boostingEnabled: boolean;
|
|
@@ -6219,7 +6219,7 @@ export declare const agencyBidPayloadSchema: z.ZodObject<z.objectUtil.extendShap
|
|
|
6219
6219
|
biddingDelayInMinutes: number | null;
|
|
6220
6220
|
appliedFromQueue: boolean | null;
|
|
6221
6221
|
bidWithWarning: "bid" | "skip";
|
|
6222
|
-
biddingHourlyRateStrategy: "match_job_budget" | "match_profile_rate" | "fixed_rate";
|
|
6222
|
+
biddingHourlyRateStrategy: "match_job_budget" | "match_profile_rate" | "fixed_rate" | "smart_bidding";
|
|
6223
6223
|
biddingHourlyRatePercentage: number | null;
|
|
6224
6224
|
biddingFixedHourlyRate: number | null;
|
|
6225
6225
|
boostingEnabled: boolean | null;
|
|
@@ -6278,7 +6278,7 @@ export declare const agencyBidPayloadSchema: z.ZodObject<z.objectUtil.extendShap
|
|
|
6278
6278
|
question: string;
|
|
6279
6279
|
}[] | null;
|
|
6280
6280
|
bidWithWarning: "bid" | "skip";
|
|
6281
|
-
biddingHourlyRateStrategy: "match_job_budget" | "match_profile_rate" | "fixed_rate";
|
|
6281
|
+
biddingHourlyRateStrategy: "match_job_budget" | "match_profile_rate" | "fixed_rate" | "smart_bidding";
|
|
6282
6282
|
biddingHourlyRatePercentage: number | null;
|
|
6283
6283
|
biddingFixedHourlyRate: number | null;
|
|
6284
6284
|
boostingEnabled: boolean;
|
|
@@ -6413,7 +6413,7 @@ export declare const agencyBidPayloadSchema: z.ZodObject<z.objectUtil.extendShap
|
|
|
6413
6413
|
biddingDelayInMinutes: number | null;
|
|
6414
6414
|
appliedFromQueue: boolean | null;
|
|
6415
6415
|
bidWithWarning: "bid" | "skip";
|
|
6416
|
-
biddingHourlyRateStrategy: "match_job_budget" | "match_profile_rate" | "fixed_rate";
|
|
6416
|
+
biddingHourlyRateStrategy: "match_job_budget" | "match_profile_rate" | "fixed_rate" | "smart_bidding";
|
|
6417
6417
|
biddingHourlyRatePercentage: number | null;
|
|
6418
6418
|
biddingFixedHourlyRate: number | null;
|
|
6419
6419
|
boostingEnabled: boolean | null;
|
|
@@ -6594,7 +6594,7 @@ export declare const agencyBidPayloadSchema: z.ZodObject<z.objectUtil.extendShap
|
|
|
6594
6594
|
biddingDelayInMinutes: number | null;
|
|
6595
6595
|
appliedFromQueue: boolean | null;
|
|
6596
6596
|
bidWithWarning: "bid" | "skip";
|
|
6597
|
-
biddingHourlyRateStrategy: "match_job_budget" | "match_profile_rate" | "fixed_rate";
|
|
6597
|
+
biddingHourlyRateStrategy: "match_job_budget" | "match_profile_rate" | "fixed_rate" | "smart_bidding";
|
|
6598
6598
|
biddingHourlyRatePercentage: number | null;
|
|
6599
6599
|
biddingFixedHourlyRate: number | null;
|
|
6600
6600
|
boostingEnabled: boolean | null;
|
|
@@ -6645,7 +6645,7 @@ export declare const agencyBidPayloadSchema: z.ZodObject<z.objectUtil.extendShap
|
|
|
6645
6645
|
question: string;
|
|
6646
6646
|
}[] | null;
|
|
6647
6647
|
bidWithWarning: "bid" | "skip";
|
|
6648
|
-
biddingHourlyRateStrategy: "match_job_budget" | "match_profile_rate" | "fixed_rate";
|
|
6648
|
+
biddingHourlyRateStrategy: "match_job_budget" | "match_profile_rate" | "fixed_rate" | "smart_bidding";
|
|
6649
6649
|
biddingHourlyRatePercentage: number | null;
|
|
6650
6650
|
biddingFixedHourlyRate: number | null;
|
|
6651
6651
|
boostingEnabled: boolean;
|
|
@@ -6780,7 +6780,7 @@ export declare const agencyBidPayloadSchema: z.ZodObject<z.objectUtil.extendShap
|
|
|
6780
6780
|
biddingDelayInMinutes: number | null;
|
|
6781
6781
|
appliedFromQueue: boolean | null;
|
|
6782
6782
|
bidWithWarning: "bid" | "skip";
|
|
6783
|
-
biddingHourlyRateStrategy: "match_job_budget" | "match_profile_rate" | "fixed_rate";
|
|
6783
|
+
biddingHourlyRateStrategy: "match_job_budget" | "match_profile_rate" | "fixed_rate" | "smart_bidding";
|
|
6784
6784
|
biddingHourlyRatePercentage: number | null;
|
|
6785
6785
|
biddingFixedHourlyRate: number | null;
|
|
6786
6786
|
boostingEnabled: boolean | null;
|
|
@@ -6961,7 +6961,7 @@ export declare const agencyBidPayloadSchema: z.ZodObject<z.objectUtil.extendShap
|
|
|
6961
6961
|
biddingDelayInMinutes: number | null;
|
|
6962
6962
|
appliedFromQueue: boolean | null;
|
|
6963
6963
|
bidWithWarning: "bid" | "skip";
|
|
6964
|
-
biddingHourlyRateStrategy: "match_job_budget" | "match_profile_rate" | "fixed_rate";
|
|
6964
|
+
biddingHourlyRateStrategy: "match_job_budget" | "match_profile_rate" | "fixed_rate" | "smart_bidding";
|
|
6965
6965
|
biddingHourlyRatePercentage: number | null;
|
|
6966
6966
|
biddingFixedHourlyRate: number | null;
|
|
6967
6967
|
boostingEnabled: boolean | null;
|
|
@@ -7012,7 +7012,7 @@ export declare const agencyBidPayloadSchema: z.ZodObject<z.objectUtil.extendShap
|
|
|
7012
7012
|
question: string;
|
|
7013
7013
|
}[] | null;
|
|
7014
7014
|
bidWithWarning: "bid" | "skip";
|
|
7015
|
-
biddingHourlyRateStrategy: "match_job_budget" | "match_profile_rate" | "fixed_rate";
|
|
7015
|
+
biddingHourlyRateStrategy: "match_job_budget" | "match_profile_rate" | "fixed_rate" | "smart_bidding";
|
|
7016
7016
|
biddingHourlyRatePercentage: number | null;
|
|
7017
7017
|
biddingFixedHourlyRate: number | null;
|
|
7018
7018
|
boostingEnabled: boolean;
|
|
@@ -7147,7 +7147,7 @@ export declare const agencyBidPayloadSchema: z.ZodObject<z.objectUtil.extendShap
|
|
|
7147
7147
|
biddingDelayInMinutes: number | null;
|
|
7148
7148
|
appliedFromQueue: boolean | null;
|
|
7149
7149
|
bidWithWarning: "bid" | "skip";
|
|
7150
|
-
biddingHourlyRateStrategy: "match_job_budget" | "match_profile_rate" | "fixed_rate";
|
|
7150
|
+
biddingHourlyRateStrategy: "match_job_budget" | "match_profile_rate" | "fixed_rate" | "smart_bidding";
|
|
7151
7151
|
biddingHourlyRatePercentage: number | null;
|
|
7152
7152
|
biddingFixedHourlyRate: number | null;
|
|
7153
7153
|
boostingEnabled: boolean | null;
|
|
@@ -7544,7 +7544,7 @@ export declare const freelancerBidPayloadSchema: z.ZodObject<z.objectUtil.extend
|
|
|
7544
7544
|
appliedFromQueue: z.ZodNullable<z.ZodBoolean>;
|
|
7545
7545
|
biddingDelayInMinutes: z.ZodNullable<z.ZodNumber>;
|
|
7546
7546
|
bidWithWarning: z.ZodEnum<["bid", "skip"]>;
|
|
7547
|
-
biddingHourlyRateStrategy: z.ZodEnum<["match_job_budget", "match_profile_rate", "fixed_rate"]>;
|
|
7547
|
+
biddingHourlyRateStrategy: z.ZodEnum<["match_job_budget", "match_profile_rate", "fixed_rate", "smart_bidding"]>;
|
|
7548
7548
|
biddingHourlyRatePercentage: z.ZodNullable<z.ZodNumber>;
|
|
7549
7549
|
biddingFixedHourlyRate: z.ZodNullable<z.ZodNumber>;
|
|
7550
7550
|
boostingEnabled: z.ZodNullable<z.ZodBoolean>;
|
|
@@ -7571,7 +7571,7 @@ export declare const freelancerBidPayloadSchema: z.ZodObject<z.objectUtil.extend
|
|
|
7571
7571
|
biddingDelayInMinutes: number | null;
|
|
7572
7572
|
appliedFromQueue: boolean | null;
|
|
7573
7573
|
bidWithWarning: "bid" | "skip";
|
|
7574
|
-
biddingHourlyRateStrategy: "match_job_budget" | "match_profile_rate" | "fixed_rate";
|
|
7574
|
+
biddingHourlyRateStrategy: "match_job_budget" | "match_profile_rate" | "fixed_rate" | "smart_bidding";
|
|
7575
7575
|
biddingHourlyRatePercentage: number | null;
|
|
7576
7576
|
biddingFixedHourlyRate: number | null;
|
|
7577
7577
|
boostingEnabled: boolean | null;
|
|
@@ -7590,7 +7590,7 @@ export declare const freelancerBidPayloadSchema: z.ZodObject<z.objectUtil.extend
|
|
|
7590
7590
|
biddingDelayInMinutes: number | null;
|
|
7591
7591
|
appliedFromQueue: boolean | null;
|
|
7592
7592
|
bidWithWarning: "bid" | "skip";
|
|
7593
|
-
biddingHourlyRateStrategy: "match_job_budget" | "match_profile_rate" | "fixed_rate";
|
|
7593
|
+
biddingHourlyRateStrategy: "match_job_budget" | "match_profile_rate" | "fixed_rate" | "smart_bidding";
|
|
7594
7594
|
biddingHourlyRatePercentage: number | null;
|
|
7595
7595
|
biddingFixedHourlyRate: number | null;
|
|
7596
7596
|
boostingEnabled: boolean | null;
|
|
@@ -7733,7 +7733,7 @@ export declare const freelancerBidPayloadSchema: z.ZodObject<z.objectUtil.extend
|
|
|
7733
7733
|
biddingDelayInMinutes: number | null;
|
|
7734
7734
|
appliedFromQueue: boolean | null;
|
|
7735
7735
|
bidWithWarning: "bid" | "skip";
|
|
7736
|
-
biddingHourlyRateStrategy: "match_job_budget" | "match_profile_rate" | "fixed_rate";
|
|
7736
|
+
biddingHourlyRateStrategy: "match_job_budget" | "match_profile_rate" | "fixed_rate" | "smart_bidding";
|
|
7737
7737
|
biddingHourlyRatePercentage: number | null;
|
|
7738
7738
|
biddingFixedHourlyRate: number | null;
|
|
7739
7739
|
boostingEnabled: boolean | null;
|
|
@@ -7898,7 +7898,7 @@ export declare const freelancerBidPayloadSchema: z.ZodObject<z.objectUtil.extend
|
|
|
7898
7898
|
biddingDelayInMinutes: number | null;
|
|
7899
7899
|
appliedFromQueue: boolean | null;
|
|
7900
7900
|
bidWithWarning: "bid" | "skip";
|
|
7901
|
-
biddingHourlyRateStrategy: "match_job_budget" | "match_profile_rate" | "fixed_rate";
|
|
7901
|
+
biddingHourlyRateStrategy: "match_job_budget" | "match_profile_rate" | "fixed_rate" | "smart_bidding";
|
|
7902
7902
|
biddingHourlyRatePercentage: number | null;
|
|
7903
7903
|
biddingFixedHourlyRate: number | null;
|
|
7904
7904
|
boostingEnabled: boolean | null;
|
|
@@ -8289,7 +8289,7 @@ export declare const freelancerBidPayloadSchema: z.ZodObject<z.objectUtil.extend
|
|
|
8289
8289
|
appliedFromQueue: z.ZodNullable<z.ZodBoolean>;
|
|
8290
8290
|
biddingDelayInMinutes: z.ZodNullable<z.ZodNumber>;
|
|
8291
8291
|
bidWithWarning: z.ZodEnum<["bid", "skip"]>;
|
|
8292
|
-
biddingHourlyRateStrategy: z.ZodEnum<["match_job_budget", "match_profile_rate", "fixed_rate"]>;
|
|
8292
|
+
biddingHourlyRateStrategy: z.ZodEnum<["match_job_budget", "match_profile_rate", "fixed_rate", "smart_bidding"]>;
|
|
8293
8293
|
biddingHourlyRatePercentage: z.ZodNullable<z.ZodNumber>;
|
|
8294
8294
|
biddingFixedHourlyRate: z.ZodNullable<z.ZodNumber>;
|
|
8295
8295
|
boostingEnabled: z.ZodNullable<z.ZodBoolean>;
|
|
@@ -8316,7 +8316,7 @@ export declare const freelancerBidPayloadSchema: z.ZodObject<z.objectUtil.extend
|
|
|
8316
8316
|
biddingDelayInMinutes: number | null;
|
|
8317
8317
|
appliedFromQueue: boolean | null;
|
|
8318
8318
|
bidWithWarning: "bid" | "skip";
|
|
8319
|
-
biddingHourlyRateStrategy: "match_job_budget" | "match_profile_rate" | "fixed_rate";
|
|
8319
|
+
biddingHourlyRateStrategy: "match_job_budget" | "match_profile_rate" | "fixed_rate" | "smart_bidding";
|
|
8320
8320
|
biddingHourlyRatePercentage: number | null;
|
|
8321
8321
|
biddingFixedHourlyRate: number | null;
|
|
8322
8322
|
boostingEnabled: boolean | null;
|
|
@@ -8335,7 +8335,7 @@ export declare const freelancerBidPayloadSchema: z.ZodObject<z.objectUtil.extend
|
|
|
8335
8335
|
biddingDelayInMinutes: number | null;
|
|
8336
8336
|
appliedFromQueue: boolean | null;
|
|
8337
8337
|
bidWithWarning: "bid" | "skip";
|
|
8338
|
-
biddingHourlyRateStrategy: "match_job_budget" | "match_profile_rate" | "fixed_rate";
|
|
8338
|
+
biddingHourlyRateStrategy: "match_job_budget" | "match_profile_rate" | "fixed_rate" | "smart_bidding";
|
|
8339
8339
|
biddingHourlyRatePercentage: number | null;
|
|
8340
8340
|
biddingFixedHourlyRate: number | null;
|
|
8341
8341
|
boostingEnabled: boolean | null;
|
|
@@ -8478,7 +8478,7 @@ export declare const freelancerBidPayloadSchema: z.ZodObject<z.objectUtil.extend
|
|
|
8478
8478
|
biddingDelayInMinutes: number | null;
|
|
8479
8479
|
appliedFromQueue: boolean | null;
|
|
8480
8480
|
bidWithWarning: "bid" | "skip";
|
|
8481
|
-
biddingHourlyRateStrategy: "match_job_budget" | "match_profile_rate" | "fixed_rate";
|
|
8481
|
+
biddingHourlyRateStrategy: "match_job_budget" | "match_profile_rate" | "fixed_rate" | "smart_bidding";
|
|
8482
8482
|
biddingHourlyRatePercentage: number | null;
|
|
8483
8483
|
biddingFixedHourlyRate: number | null;
|
|
8484
8484
|
boostingEnabled: boolean | null;
|
|
@@ -8643,7 +8643,7 @@ export declare const freelancerBidPayloadSchema: z.ZodObject<z.objectUtil.extend
|
|
|
8643
8643
|
biddingDelayInMinutes: number | null;
|
|
8644
8644
|
appliedFromQueue: boolean | null;
|
|
8645
8645
|
bidWithWarning: "bid" | "skip";
|
|
8646
|
-
biddingHourlyRateStrategy: "match_job_budget" | "match_profile_rate" | "fixed_rate";
|
|
8646
|
+
biddingHourlyRateStrategy: "match_job_budget" | "match_profile_rate" | "fixed_rate" | "smart_bidding";
|
|
8647
8647
|
biddingHourlyRatePercentage: number | null;
|
|
8648
8648
|
biddingFixedHourlyRate: number | null;
|
|
8649
8649
|
boostingEnabled: boolean | null;
|
|
@@ -8701,7 +8701,7 @@ export declare const freelancerBidPayloadSchema: z.ZodObject<z.objectUtil.extend
|
|
|
8701
8701
|
boostDownToNthPlace: z.ZodNullable<z.ZodNumber>;
|
|
8702
8702
|
connectsAbovePrevious: z.ZodNullable<z.ZodNumber>;
|
|
8703
8703
|
insufficeintBoostConnectsAction: z.ZodEnum<["skip", "bid_without_boost"]>;
|
|
8704
|
-
biddingHourlyRateStrategy: z.ZodEnum<["match_job_budget", "match_profile_rate", "fixed_rate"]>;
|
|
8704
|
+
biddingHourlyRateStrategy: z.ZodEnum<["match_job_budget", "match_profile_rate", "fixed_rate", "smart_bidding"]>;
|
|
8705
8705
|
biddingHourlyRatePercentage: z.ZodNullable<z.ZodNumber>;
|
|
8706
8706
|
biddingFixedHourlyRate: z.ZodNullable<z.ZodNumber>;
|
|
8707
8707
|
alreadyHiredAction: z.ZodEnum<["skip", "bid"]>;
|
|
@@ -8720,7 +8720,7 @@ export declare const freelancerBidPayloadSchema: z.ZodObject<z.objectUtil.extend
|
|
|
8720
8720
|
question: string;
|
|
8721
8721
|
}[] | null;
|
|
8722
8722
|
bidWithWarning: "bid" | "skip";
|
|
8723
|
-
biddingHourlyRateStrategy: "match_job_budget" | "match_profile_rate" | "fixed_rate";
|
|
8723
|
+
biddingHourlyRateStrategy: "match_job_budget" | "match_profile_rate" | "fixed_rate" | "smart_bidding";
|
|
8724
8724
|
biddingHourlyRatePercentage: number | null;
|
|
8725
8725
|
biddingFixedHourlyRate: number | null;
|
|
8726
8726
|
boostingEnabled: boolean;
|
|
@@ -8855,7 +8855,7 @@ export declare const freelancerBidPayloadSchema: z.ZodObject<z.objectUtil.extend
|
|
|
8855
8855
|
biddingDelayInMinutes: number | null;
|
|
8856
8856
|
appliedFromQueue: boolean | null;
|
|
8857
8857
|
bidWithWarning: "bid" | "skip";
|
|
8858
|
-
biddingHourlyRateStrategy: "match_job_budget" | "match_profile_rate" | "fixed_rate";
|
|
8858
|
+
biddingHourlyRateStrategy: "match_job_budget" | "match_profile_rate" | "fixed_rate" | "smart_bidding";
|
|
8859
8859
|
biddingHourlyRatePercentage: number | null;
|
|
8860
8860
|
biddingFixedHourlyRate: number | null;
|
|
8861
8861
|
boostingEnabled: boolean | null;
|
|
@@ -8911,7 +8911,7 @@ export declare const freelancerBidPayloadSchema: z.ZodObject<z.objectUtil.extend
|
|
|
8911
8911
|
question: string;
|
|
8912
8912
|
}[] | null;
|
|
8913
8913
|
bidWithWarning: "bid" | "skip";
|
|
8914
|
-
biddingHourlyRateStrategy: "match_job_budget" | "match_profile_rate" | "fixed_rate";
|
|
8914
|
+
biddingHourlyRateStrategy: "match_job_budget" | "match_profile_rate" | "fixed_rate" | "smart_bidding";
|
|
8915
8915
|
biddingHourlyRatePercentage: number | null;
|
|
8916
8916
|
biddingFixedHourlyRate: number | null;
|
|
8917
8917
|
boostingEnabled: boolean;
|
|
@@ -9046,7 +9046,7 @@ export declare const freelancerBidPayloadSchema: z.ZodObject<z.objectUtil.extend
|
|
|
9046
9046
|
biddingDelayInMinutes: number | null;
|
|
9047
9047
|
appliedFromQueue: boolean | null;
|
|
9048
9048
|
bidWithWarning: "bid" | "skip";
|
|
9049
|
-
biddingHourlyRateStrategy: "match_job_budget" | "match_profile_rate" | "fixed_rate";
|
|
9049
|
+
biddingHourlyRateStrategy: "match_job_budget" | "match_profile_rate" | "fixed_rate" | "smart_bidding";
|
|
9050
9050
|
biddingHourlyRatePercentage: number | null;
|
|
9051
9051
|
biddingFixedHourlyRate: number | null;
|
|
9052
9052
|
boostingEnabled: boolean | null;
|
|
@@ -9226,7 +9226,7 @@ export declare const freelancerBidPayloadSchema: z.ZodObject<z.objectUtil.extend
|
|
|
9226
9226
|
biddingDelayInMinutes: number | null;
|
|
9227
9227
|
appliedFromQueue: boolean | null;
|
|
9228
9228
|
bidWithWarning: "bid" | "skip";
|
|
9229
|
-
biddingHourlyRateStrategy: "match_job_budget" | "match_profile_rate" | "fixed_rate";
|
|
9229
|
+
biddingHourlyRateStrategy: "match_job_budget" | "match_profile_rate" | "fixed_rate" | "smart_bidding";
|
|
9230
9230
|
biddingHourlyRatePercentage: number | null;
|
|
9231
9231
|
biddingFixedHourlyRate: number | null;
|
|
9232
9232
|
boostingEnabled: boolean | null;
|
|
@@ -9275,7 +9275,7 @@ export declare const freelancerBidPayloadSchema: z.ZodObject<z.objectUtil.extend
|
|
|
9275
9275
|
question: string;
|
|
9276
9276
|
}[] | null;
|
|
9277
9277
|
bidWithWarning: "bid" | "skip";
|
|
9278
|
-
biddingHourlyRateStrategy: "match_job_budget" | "match_profile_rate" | "fixed_rate";
|
|
9278
|
+
biddingHourlyRateStrategy: "match_job_budget" | "match_profile_rate" | "fixed_rate" | "smart_bidding";
|
|
9279
9279
|
biddingHourlyRatePercentage: number | null;
|
|
9280
9280
|
biddingFixedHourlyRate: number | null;
|
|
9281
9281
|
boostingEnabled: boolean;
|
|
@@ -9410,7 +9410,7 @@ export declare const freelancerBidPayloadSchema: z.ZodObject<z.objectUtil.extend
|
|
|
9410
9410
|
biddingDelayInMinutes: number | null;
|
|
9411
9411
|
appliedFromQueue: boolean | null;
|
|
9412
9412
|
bidWithWarning: "bid" | "skip";
|
|
9413
|
-
biddingHourlyRateStrategy: "match_job_budget" | "match_profile_rate" | "fixed_rate";
|
|
9413
|
+
biddingHourlyRateStrategy: "match_job_budget" | "match_profile_rate" | "fixed_rate" | "smart_bidding";
|
|
9414
9414
|
biddingHourlyRatePercentage: number | null;
|
|
9415
9415
|
biddingFixedHourlyRate: number | null;
|
|
9416
9416
|
boostingEnabled: boolean | null;
|
|
@@ -9590,7 +9590,7 @@ export declare const freelancerBidPayloadSchema: z.ZodObject<z.objectUtil.extend
|
|
|
9590
9590
|
biddingDelayInMinutes: number | null;
|
|
9591
9591
|
appliedFromQueue: boolean | null;
|
|
9592
9592
|
bidWithWarning: "bid" | "skip";
|
|
9593
|
-
biddingHourlyRateStrategy: "match_job_budget" | "match_profile_rate" | "fixed_rate";
|
|
9593
|
+
biddingHourlyRateStrategy: "match_job_budget" | "match_profile_rate" | "fixed_rate" | "smart_bidding";
|
|
9594
9594
|
biddingHourlyRatePercentage: number | null;
|
|
9595
9595
|
biddingFixedHourlyRate: number | null;
|
|
9596
9596
|
boostingEnabled: boolean | null;
|
|
@@ -9639,7 +9639,7 @@ export declare const freelancerBidPayloadSchema: z.ZodObject<z.objectUtil.extend
|
|
|
9639
9639
|
question: string;
|
|
9640
9640
|
}[] | null;
|
|
9641
9641
|
bidWithWarning: "bid" | "skip";
|
|
9642
|
-
biddingHourlyRateStrategy: "match_job_budget" | "match_profile_rate" | "fixed_rate";
|
|
9642
|
+
biddingHourlyRateStrategy: "match_job_budget" | "match_profile_rate" | "fixed_rate" | "smart_bidding";
|
|
9643
9643
|
biddingHourlyRatePercentage: number | null;
|
|
9644
9644
|
biddingFixedHourlyRate: number | null;
|
|
9645
9645
|
boostingEnabled: boolean;
|
|
@@ -9774,7 +9774,7 @@ export declare const freelancerBidPayloadSchema: z.ZodObject<z.objectUtil.extend
|
|
|
9774
9774
|
biddingDelayInMinutes: number | null;
|
|
9775
9775
|
appliedFromQueue: boolean | null;
|
|
9776
9776
|
bidWithWarning: "bid" | "skip";
|
|
9777
|
-
biddingHourlyRateStrategy: "match_job_budget" | "match_profile_rate" | "fixed_rate";
|
|
9777
|
+
biddingHourlyRateStrategy: "match_job_budget" | "match_profile_rate" | "fixed_rate" | "smart_bidding";
|
|
9778
9778
|
biddingHourlyRatePercentage: number | null;
|
|
9779
9779
|
biddingFixedHourlyRate: number | null;
|
|
9780
9780
|
boostingEnabled: boolean | null;
|
|
@@ -10171,7 +10171,7 @@ export declare const bidDtoSchema: z.ZodObject<{
|
|
|
10171
10171
|
appliedFromQueue: z.ZodNullable<z.ZodBoolean>;
|
|
10172
10172
|
biddingDelayInMinutes: z.ZodNullable<z.ZodNumber>;
|
|
10173
10173
|
bidWithWarning: z.ZodEnum<["bid", "skip"]>;
|
|
10174
|
-
biddingHourlyRateStrategy: z.ZodEnum<["match_job_budget", "match_profile_rate", "fixed_rate"]>;
|
|
10174
|
+
biddingHourlyRateStrategy: z.ZodEnum<["match_job_budget", "match_profile_rate", "fixed_rate", "smart_bidding"]>;
|
|
10175
10175
|
biddingHourlyRatePercentage: z.ZodNullable<z.ZodNumber>;
|
|
10176
10176
|
biddingFixedHourlyRate: z.ZodNullable<z.ZodNumber>;
|
|
10177
10177
|
boostingEnabled: z.ZodNullable<z.ZodBoolean>;
|
|
@@ -10198,7 +10198,7 @@ export declare const bidDtoSchema: z.ZodObject<{
|
|
|
10198
10198
|
biddingDelayInMinutes: number | null;
|
|
10199
10199
|
appliedFromQueue: boolean | null;
|
|
10200
10200
|
bidWithWarning: "bid" | "skip";
|
|
10201
|
-
biddingHourlyRateStrategy: "match_job_budget" | "match_profile_rate" | "fixed_rate";
|
|
10201
|
+
biddingHourlyRateStrategy: "match_job_budget" | "match_profile_rate" | "fixed_rate" | "smart_bidding";
|
|
10202
10202
|
biddingHourlyRatePercentage: number | null;
|
|
10203
10203
|
biddingFixedHourlyRate: number | null;
|
|
10204
10204
|
boostingEnabled: boolean | null;
|
|
@@ -10217,7 +10217,7 @@ export declare const bidDtoSchema: z.ZodObject<{
|
|
|
10217
10217
|
biddingDelayInMinutes: number | null;
|
|
10218
10218
|
appliedFromQueue: boolean | null;
|
|
10219
10219
|
bidWithWarning: "bid" | "skip";
|
|
10220
|
-
biddingHourlyRateStrategy: "match_job_budget" | "match_profile_rate" | "fixed_rate";
|
|
10220
|
+
biddingHourlyRateStrategy: "match_job_budget" | "match_profile_rate" | "fixed_rate" | "smart_bidding";
|
|
10221
10221
|
biddingHourlyRatePercentage: number | null;
|
|
10222
10222
|
biddingFixedHourlyRate: number | null;
|
|
10223
10223
|
boostingEnabled: boolean | null;
|
|
@@ -10360,7 +10360,7 @@ export declare const bidDtoSchema: z.ZodObject<{
|
|
|
10360
10360
|
biddingDelayInMinutes: number | null;
|
|
10361
10361
|
appliedFromQueue: boolean | null;
|
|
10362
10362
|
bidWithWarning: "bid" | "skip";
|
|
10363
|
-
biddingHourlyRateStrategy: "match_job_budget" | "match_profile_rate" | "fixed_rate";
|
|
10363
|
+
biddingHourlyRateStrategy: "match_job_budget" | "match_profile_rate" | "fixed_rate" | "smart_bidding";
|
|
10364
10364
|
biddingHourlyRatePercentage: number | null;
|
|
10365
10365
|
biddingFixedHourlyRate: number | null;
|
|
10366
10366
|
boostingEnabled: boolean | null;
|
|
@@ -10525,7 +10525,7 @@ export declare const bidDtoSchema: z.ZodObject<{
|
|
|
10525
10525
|
biddingDelayInMinutes: number | null;
|
|
10526
10526
|
appliedFromQueue: boolean | null;
|
|
10527
10527
|
bidWithWarning: "bid" | "skip";
|
|
10528
|
-
biddingHourlyRateStrategy: "match_job_budget" | "match_profile_rate" | "fixed_rate";
|
|
10528
|
+
biddingHourlyRateStrategy: "match_job_budget" | "match_profile_rate" | "fixed_rate" | "smart_bidding";
|
|
10529
10529
|
biddingHourlyRatePercentage: number | null;
|
|
10530
10530
|
biddingFixedHourlyRate: number | null;
|
|
10531
10531
|
boostingEnabled: boolean | null;
|
|
@@ -10695,7 +10695,7 @@ export declare const bidDtoSchema: z.ZodObject<{
|
|
|
10695
10695
|
biddingDelayInMinutes: number | null;
|
|
10696
10696
|
appliedFromQueue: boolean | null;
|
|
10697
10697
|
bidWithWarning: "bid" | "skip";
|
|
10698
|
-
biddingHourlyRateStrategy: "match_job_budget" | "match_profile_rate" | "fixed_rate";
|
|
10698
|
+
biddingHourlyRateStrategy: "match_job_budget" | "match_profile_rate" | "fixed_rate" | "smart_bidding";
|
|
10699
10699
|
biddingHourlyRatePercentage: number | null;
|
|
10700
10700
|
biddingFixedHourlyRate: number | null;
|
|
10701
10701
|
boostingEnabled: boolean | null;
|
|
@@ -10865,7 +10865,7 @@ export declare const bidDtoSchema: z.ZodObject<{
|
|
|
10865
10865
|
biddingDelayInMinutes: number | null;
|
|
10866
10866
|
appliedFromQueue: boolean | null;
|
|
10867
10867
|
bidWithWarning: "bid" | "skip";
|
|
10868
|
-
biddingHourlyRateStrategy: "match_job_budget" | "match_profile_rate" | "fixed_rate";
|
|
10868
|
+
biddingHourlyRateStrategy: "match_job_budget" | "match_profile_rate" | "fixed_rate" | "smart_bidding";
|
|
10869
10869
|
biddingHourlyRatePercentage: number | null;
|
|
10870
10870
|
biddingFixedHourlyRate: number | null;
|
|
10871
10871
|
boostingEnabled: boolean | null;
|