lancer-shared 1.2.277 → 1.2.279

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.
@@ -16,8 +16,8 @@ export declare const bidConfigSchema: z.ZodObject<{
16
16
  specialisedProfile: string | null;
17
17
  bidderId: string | null;
18
18
  }>;
19
- export declare const campaignStatusSchema: z.ZodUnion<[z.ZodLiteral<"active">, z.ZodLiteral<"draft">, z.ZodLiteral<"paused">, z.ZodLiteral<"error">]>;
20
- export declare const biddingHourlyRateStrategyEnum: z.ZodEnum<["match_job_budget", "match_profile_rate", "fixed_rate"]>;
19
+ export declare const campaignStatusSchema: z.ZodUnion<[z.ZodLiteral<"active">, z.ZodLiteral<"draft">, z.ZodLiteral<"paused">, z.ZodLiteral<"error">, z.ZodLiteral<"archived">]>;
20
+ export declare const biddingHourlyRateStrategyEnum: z.ZodEnum<["match_job_budget", "match_profile_rate", "fixed_rate", "smart_bidding"]>;
21
21
  export declare const weekDaysEnum: z.ZodEnum<["monday", "tuesday", "wednesday", "thursday", "friday", "saturday", "sunday"]>;
22
22
  export declare const bidWithWarningEnum: z.ZodEnum<["bid", "skip"]>;
23
23
  export declare const timeBlockSchema: z.ZodObject<{
@@ -329,6 +329,7 @@ export declare const campaignSchema: z.ZodObject<{
329
329
  }>;
330
330
  createdAt: z.ZodNumber;
331
331
  updatedAt: z.ZodNumber;
332
+ archivedAt: z.ZodNullable<z.ZodNumber>;
332
333
  confirmedBillingAt: z.ZodNullable<z.ZodNumber>;
333
334
  boostingEnabled: z.ZodDefault<z.ZodNullable<z.ZodBoolean>>;
334
335
  maximumBoost: z.ZodDefault<z.ZodNullable<z.ZodNumber>>;
@@ -339,7 +340,7 @@ export declare const campaignSchema: z.ZodObject<{
339
340
  monthlyBudget: z.ZodNullable<z.ZodNumber>;
340
341
  boostingThreshold: z.ZodDefault<z.ZodNullable<z.ZodNumber>>;
341
342
  biddingDelayInMinutes: z.ZodDefault<z.ZodNumber>;
342
- biddingHourlyRateStrategy: z.ZodEnum<["match_job_budget", "match_profile_rate", "fixed_rate"]>;
343
+ biddingHourlyRateStrategy: z.ZodEnum<["match_job_budget", "match_profile_rate", "fixed_rate", "smart_bidding"]>;
343
344
  biddingFixedHourlyRate: z.ZodNullable<z.ZodNumber>;
344
345
  alreadyHiredAction: z.ZodEnum<["skip", "bid"]>;
345
346
  biddingHourlyRatePercentage: z.ZodNullable<z.ZodNumber>;
@@ -359,7 +360,7 @@ export declare const campaignSchema: z.ZodObject<{
359
360
  boostingAmount?: number | undefined;
360
361
  }>;
361
362
  notificationsEnabled: z.ZodNullable<z.ZodBoolean>;
362
- status: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"active">, z.ZodLiteral<"draft">, z.ZodLiteral<"paused">, z.ZodLiteral<"error">]>>;
363
+ status: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"active">, z.ZodLiteral<"draft">, z.ZodLiteral<"paused">, z.ZodLiteral<"error">, z.ZodLiteral<"archived">]>>;
363
364
  bidConfig: z.ZodNullable<z.ZodObject<{
364
365
  agencyName: z.ZodNullable<z.ZodString>;
365
366
  bidderId: z.ZodNullable<z.ZodString>;
@@ -452,7 +453,7 @@ export declare const campaignSchema: z.ZodObject<{
452
453
  coverLetterTemplateId: string | null;
453
454
  biddingDelayInMinutes: number;
454
455
  bidWithWarning: "bid" | "skip";
455
- biddingHourlyRateStrategy: "match_job_budget" | "match_profile_rate" | "fixed_rate";
456
+ biddingHourlyRateStrategy: "match_job_budget" | "match_profile_rate" | "fixed_rate" | "smart_bidding";
456
457
  biddingHourlyRatePercentage: number | null;
457
458
  biddingFixedHourlyRate: number | null;
458
459
  boostingEnabled: boolean | null;
@@ -528,6 +529,7 @@ export declare const campaignSchema: z.ZodObject<{
528
529
  totalSpentIncludeClientsWithLessThanXPostedJobs: number | null;
529
530
  averageHourlyRateIncludeClientsWithLessThanXPostedJobs: number | null;
530
531
  };
532
+ archivedAt: number | null;
531
533
  confirmedBillingAt: number | null;
532
534
  monthlyBudget: number | null;
533
535
  boostingThreshold: number | null;
@@ -561,7 +563,7 @@ export declare const campaignSchema: z.ZodObject<{
561
563
  }[];
562
564
  timezone: string | null;
563
565
  };
564
- status?: "error" | "active" | "paused" | "draft" | undefined;
566
+ status?: "error" | "active" | "paused" | "draft" | "archived" | undefined;
565
567
  }, {
566
568
  id: string;
567
569
  priority: number | null;
@@ -570,7 +572,7 @@ export declare const campaignSchema: z.ZodObject<{
570
572
  updatedAt: number;
571
573
  coverLetterTemplateId: string | null;
572
574
  bidWithWarning: "bid" | "skip";
573
- biddingHourlyRateStrategy: "match_job_budget" | "match_profile_rate" | "fixed_rate";
575
+ biddingHourlyRateStrategy: "match_job_budget" | "match_profile_rate" | "fixed_rate" | "smart_bidding";
574
576
  biddingHourlyRatePercentage: number | null;
575
577
  biddingFixedHourlyRate: number | null;
576
578
  boostDownToNthPlace: number | null;
@@ -643,6 +645,7 @@ export declare const campaignSchema: z.ZodObject<{
643
645
  totalSpentIncludeClientsWithLessThanXPostedJobs: number | null;
644
646
  averageHourlyRateIncludeClientsWithLessThanXPostedJobs: number | null;
645
647
  };
648
+ archivedAt: number | null;
646
649
  confirmedBillingAt: number | null;
647
650
  monthlyBudget: number | null;
648
651
  leadCounts: Partial<Record<"rejected" | "biddingFailed" | "leads" | "contacted" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "boostAboveMaxConnects" | "privateJob" | "noLongerAvailable" | "alreadyBiddedOn" | "viewed" | "replied" | "biddingScheduled" | "alreadyHired" | "won", number>> | null;
@@ -675,7 +678,7 @@ export declare const campaignSchema: z.ZodObject<{
675
678
  }[];
676
679
  timezone: string | null;
677
680
  };
678
- status?: "error" | "active" | "paused" | "draft" | undefined;
681
+ status?: "error" | "active" | "paused" | "draft" | "archived" | undefined;
679
682
  biddingDelayInMinutes?: number | undefined;
680
683
  boostingEnabled?: boolean | null | undefined;
681
684
  maximumBoost?: number | null | undefined;
@@ -968,6 +971,7 @@ export declare const createCampaignSchema: z.ZodObject<Omit<{
968
971
  }>;
969
972
  createdAt: z.ZodNumber;
970
973
  updatedAt: z.ZodNumber;
974
+ archivedAt: z.ZodNullable<z.ZodNumber>;
971
975
  confirmedBillingAt: z.ZodNullable<z.ZodNumber>;
972
976
  boostingEnabled: z.ZodDefault<z.ZodNullable<z.ZodBoolean>>;
973
977
  maximumBoost: z.ZodDefault<z.ZodNullable<z.ZodNumber>>;
@@ -978,7 +982,7 @@ export declare const createCampaignSchema: z.ZodObject<Omit<{
978
982
  monthlyBudget: z.ZodNullable<z.ZodNumber>;
979
983
  boostingThreshold: z.ZodDefault<z.ZodNullable<z.ZodNumber>>;
980
984
  biddingDelayInMinutes: z.ZodDefault<z.ZodNumber>;
981
- biddingHourlyRateStrategy: z.ZodEnum<["match_job_budget", "match_profile_rate", "fixed_rate"]>;
985
+ biddingHourlyRateStrategy: z.ZodEnum<["match_job_budget", "match_profile_rate", "fixed_rate", "smart_bidding"]>;
982
986
  biddingFixedHourlyRate: z.ZodNullable<z.ZodNumber>;
983
987
  alreadyHiredAction: z.ZodEnum<["skip", "bid"]>;
984
988
  biddingHourlyRatePercentage: z.ZodNullable<z.ZodNumber>;
@@ -998,7 +1002,7 @@ export declare const createCampaignSchema: z.ZodObject<Omit<{
998
1002
  boostingAmount?: number | undefined;
999
1003
  }>;
1000
1004
  notificationsEnabled: z.ZodNullable<z.ZodBoolean>;
1001
- status: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"active">, z.ZodLiteral<"draft">, z.ZodLiteral<"paused">, z.ZodLiteral<"error">]>>;
1005
+ status: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"active">, z.ZodLiteral<"draft">, z.ZodLiteral<"paused">, z.ZodLiteral<"error">, z.ZodLiteral<"archived">]>>;
1002
1006
  bidConfig: z.ZodNullable<z.ZodObject<{
1003
1007
  agencyName: z.ZodNullable<z.ZodString>;
1004
1008
  bidderId: z.ZodNullable<z.ZodString>;
@@ -1088,7 +1092,7 @@ export declare const createCampaignSchema: z.ZodObject<Omit<{
1088
1092
  coverLetterTemplateId: string | null;
1089
1093
  biddingDelayInMinutes: number;
1090
1094
  bidWithWarning: "bid" | "skip";
1091
- biddingHourlyRateStrategy: "match_job_budget" | "match_profile_rate" | "fixed_rate";
1095
+ biddingHourlyRateStrategy: "match_job_budget" | "match_profile_rate" | "fixed_rate" | "smart_bidding";
1092
1096
  biddingHourlyRatePercentage: number | null;
1093
1097
  biddingFixedHourlyRate: number | null;
1094
1098
  boostingEnabled: boolean | null;
@@ -1158,6 +1162,7 @@ export declare const createCampaignSchema: z.ZodObject<Omit<{
1158
1162
  totalSpentIncludeClientsWithLessThanXPostedJobs: number | null;
1159
1163
  averageHourlyRateIncludeClientsWithLessThanXPostedJobs: number | null;
1160
1164
  };
1165
+ archivedAt: number | null;
1161
1166
  confirmedBillingAt: number | null;
1162
1167
  monthlyBudget: number | null;
1163
1168
  boostingThreshold: number | null;
@@ -1191,13 +1196,13 @@ export declare const createCampaignSchema: z.ZodObject<Omit<{
1191
1196
  }[];
1192
1197
  timezone: string | null;
1193
1198
  };
1194
- status?: "error" | "active" | "paused" | "draft" | undefined;
1199
+ status?: "error" | "active" | "paused" | "draft" | "archived" | undefined;
1195
1200
  }, {
1196
1201
  priority: number | null;
1197
1202
  name: string;
1198
1203
  coverLetterTemplateId: string | null;
1199
1204
  bidWithWarning: "bid" | "skip";
1200
- biddingHourlyRateStrategy: "match_job_budget" | "match_profile_rate" | "fixed_rate";
1205
+ biddingHourlyRateStrategy: "match_job_budget" | "match_profile_rate" | "fixed_rate" | "smart_bidding";
1201
1206
  biddingHourlyRatePercentage: number | null;
1202
1207
  biddingFixedHourlyRate: number | null;
1203
1208
  boostDownToNthPlace: number | null;
@@ -1264,6 +1269,7 @@ export declare const createCampaignSchema: z.ZodObject<Omit<{
1264
1269
  totalSpentIncludeClientsWithLessThanXPostedJobs: number | null;
1265
1270
  averageHourlyRateIncludeClientsWithLessThanXPostedJobs: number | null;
1266
1271
  };
1272
+ archivedAt: number | null;
1267
1273
  confirmedBillingAt: number | null;
1268
1274
  monthlyBudget: number | null;
1269
1275
  leadCounts: Partial<Record<"rejected" | "biddingFailed" | "leads" | "contacted" | "insufficientConnects" | "doesNotMeetCriteria" | "syncedInAnotherCampaign" | "dailyLimitReached" | "boostAboveMaxConnects" | "privateJob" | "noLongerAvailable" | "alreadyBiddedOn" | "viewed" | "replied" | "biddingScheduled" | "alreadyHired" | "won", number>> | null;
@@ -1296,7 +1302,7 @@ export declare const createCampaignSchema: z.ZodObject<Omit<{
1296
1302
  }[];
1297
1303
  timezone: string | null;
1298
1304
  };
1299
- status?: "error" | "active" | "paused" | "draft" | undefined;
1305
+ status?: "error" | "active" | "paused" | "draft" | "archived" | undefined;
1300
1306
  biddingDelayInMinutes?: number | undefined;
1301
1307
  boostingEnabled?: boolean | null | undefined;
1302
1308
  maximumBoost?: number | null | undefined;
@@ -1307,11 +1313,11 @@ export declare const updateCampaignSchema: z.ZodObject<{
1307
1313
  id: z.ZodOptional<z.ZodString>;
1308
1314
  priority: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
1309
1315
  name: z.ZodOptional<z.ZodString>;
1310
- status: z.ZodOptional<z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"active">, z.ZodLiteral<"draft">, z.ZodLiteral<"paused">, z.ZodLiteral<"error">]>>>;
1316
+ status: z.ZodOptional<z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"active">, z.ZodLiteral<"draft">, z.ZodLiteral<"paused">, z.ZodLiteral<"error">, z.ZodLiteral<"archived">]>>>;
1311
1317
  coverLetterTemplateId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1312
1318
  biddingDelayInMinutes: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
1313
1319
  bidWithWarning: z.ZodOptional<z.ZodEnum<["bid", "skip"]>>;
1314
- biddingHourlyRateStrategy: z.ZodOptional<z.ZodEnum<["match_job_budget", "match_profile_rate", "fixed_rate"]>>;
1320
+ biddingHourlyRateStrategy: z.ZodOptional<z.ZodEnum<["match_job_budget", "match_profile_rate", "fixed_rate", "smart_bidding"]>>;
1315
1321
  biddingHourlyRatePercentage: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
1316
1322
  biddingFixedHourlyRate: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
1317
1323
  boostingEnabled: z.ZodOptional<z.ZodDefault<z.ZodNullable<z.ZodBoolean>>>;
@@ -1599,6 +1605,7 @@ export declare const updateCampaignSchema: z.ZodObject<{
1599
1605
  totalSpentIncludeClientsWithLessThanXPostedJobs: number | null;
1600
1606
  averageHourlyRateIncludeClientsWithLessThanXPostedJobs: number | null;
1601
1607
  }>>;
1608
+ archivedAt: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
1602
1609
  confirmedBillingAt: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
1603
1610
  monthlyBudget: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
1604
1611
  boostingThreshold: z.ZodOptional<z.ZodDefault<z.ZodNullable<z.ZodNumber>>>;
@@ -1686,11 +1693,11 @@ export declare const updateCampaignSchema: z.ZodObject<{
1686
1693
  id?: string | undefined;
1687
1694
  priority?: number | null | undefined;
1688
1695
  name?: string | undefined;
1689
- status?: "error" | "active" | "paused" | "draft" | undefined;
1696
+ status?: "error" | "active" | "paused" | "draft" | "archived" | undefined;
1690
1697
  coverLetterTemplateId?: string | null | undefined;
1691
1698
  biddingDelayInMinutes?: number | undefined;
1692
1699
  bidWithWarning?: "bid" | "skip" | undefined;
1693
- biddingHourlyRateStrategy?: "match_job_budget" | "match_profile_rate" | "fixed_rate" | undefined;
1700
+ biddingHourlyRateStrategy?: "match_job_budget" | "match_profile_rate" | "fixed_rate" | "smart_bidding" | undefined;
1694
1701
  biddingHourlyRatePercentage?: number | null | undefined;
1695
1702
  biddingFixedHourlyRate?: number | null | undefined;
1696
1703
  boostingEnabled?: boolean | null | undefined;
@@ -1766,6 +1773,7 @@ export declare const updateCampaignSchema: z.ZodObject<{
1766
1773
  totalSpentIncludeClientsWithLessThanXPostedJobs: number | null;
1767
1774
  averageHourlyRateIncludeClientsWithLessThanXPostedJobs: number | null;
1768
1775
  } | undefined;
1776
+ archivedAt?: number | null | undefined;
1769
1777
  confirmedBillingAt?: number | null | undefined;
1770
1778
  monthlyBudget?: number | null | undefined;
1771
1779
  boostingThreshold?: number | null | undefined;
@@ -1803,11 +1811,11 @@ export declare const updateCampaignSchema: z.ZodObject<{
1803
1811
  id?: string | undefined;
1804
1812
  priority?: number | null | undefined;
1805
1813
  name?: string | undefined;
1806
- status?: "error" | "active" | "paused" | "draft" | undefined;
1814
+ status?: "error" | "active" | "paused" | "draft" | "archived" | undefined;
1807
1815
  coverLetterTemplateId?: string | null | undefined;
1808
1816
  biddingDelayInMinutes?: number | undefined;
1809
1817
  bidWithWarning?: "bid" | "skip" | undefined;
1810
- biddingHourlyRateStrategy?: "match_job_budget" | "match_profile_rate" | "fixed_rate" | undefined;
1818
+ biddingHourlyRateStrategy?: "match_job_budget" | "match_profile_rate" | "fixed_rate" | "smart_bidding" | undefined;
1811
1819
  biddingHourlyRatePercentage?: number | null | undefined;
1812
1820
  biddingFixedHourlyRate?: number | null | undefined;
1813
1821
  boostingEnabled?: boolean | null | undefined;
@@ -1883,6 +1891,7 @@ export declare const updateCampaignSchema: z.ZodObject<{
1883
1891
  totalSpentIncludeClientsWithLessThanXPostedJobs: number | null;
1884
1892
  averageHourlyRateIncludeClientsWithLessThanXPostedJobs: number | null;
1885
1893
  } | undefined;
1894
+ archivedAt?: number | null | undefined;
1886
1895
  confirmedBillingAt?: number | null | undefined;
1887
1896
  monthlyBudget?: number | null | undefined;
1888
1897
  boostingThreshold?: number | null | undefined;
@@ -49,7 +49,7 @@ declare const suitabilityBreakdownSchema: z.ZodObject<{
49
49
  declare const campaignDetailsSchema: z.ZodObject<{
50
50
  id: z.ZodString;
51
51
  name: z.ZodString;
52
- status: z.ZodUnion<[z.ZodLiteral<"active">, z.ZodLiteral<"draft">, z.ZodLiteral<"paused">, z.ZodLiteral<"error">]>;
52
+ status: z.ZodUnion<[z.ZodLiteral<"active">, z.ZodLiteral<"draft">, z.ZodLiteral<"paused">, z.ZodLiteral<"error">, z.ZodLiteral<"archived">]>;
53
53
  createdAt: z.ZodNumber;
54
54
  updatedAt: z.ZodNumber;
55
55
  stats: z.ZodObject<{
@@ -102,7 +102,7 @@ declare const campaignDetailsSchema: z.ZodObject<{
102
102
  }, "strip", z.ZodTypeAny, {
103
103
  id: string;
104
104
  name: string;
105
- status: "error" | "active" | "paused" | "draft";
105
+ status: "error" | "active" | "paused" | "draft" | "archived";
106
106
  stats: {
107
107
  contacted: number;
108
108
  viewed: number;
@@ -125,7 +125,7 @@ declare const campaignDetailsSchema: z.ZodObject<{
125
125
  }, {
126
126
  id: string;
127
127
  name: string;
128
- status: "error" | "active" | "paused" | "draft";
128
+ status: "error" | "active" | "paused" | "draft" | "archived";
129
129
  stats: {
130
130
  contacted: number;
131
131
  viewed: number;
@@ -183,7 +183,7 @@ export declare const organizationCampaignStatsSchema: z.ZodObject<{
183
183
  campaigns: z.ZodArray<z.ZodObject<{
184
184
  id: z.ZodString;
185
185
  name: z.ZodString;
186
- status: z.ZodUnion<[z.ZodLiteral<"active">, z.ZodLiteral<"draft">, z.ZodLiteral<"paused">, z.ZodLiteral<"error">]>;
186
+ status: z.ZodUnion<[z.ZodLiteral<"active">, z.ZodLiteral<"draft">, z.ZodLiteral<"paused">, z.ZodLiteral<"error">, z.ZodLiteral<"archived">]>;
187
187
  createdAt: z.ZodNumber;
188
188
  updatedAt: z.ZodNumber;
189
189
  stats: z.ZodObject<{
@@ -236,7 +236,7 @@ export declare const organizationCampaignStatsSchema: z.ZodObject<{
236
236
  }, "strip", z.ZodTypeAny, {
237
237
  id: string;
238
238
  name: string;
239
- status: "error" | "active" | "paused" | "draft";
239
+ status: "error" | "active" | "paused" | "draft" | "archived";
240
240
  stats: {
241
241
  contacted: number;
242
242
  viewed: number;
@@ -259,7 +259,7 @@ export declare const organizationCampaignStatsSchema: z.ZodObject<{
259
259
  }, {
260
260
  id: string;
261
261
  name: string;
262
- status: "error" | "active" | "paused" | "draft";
262
+ status: "error" | "active" | "paused" | "draft" | "archived";
263
263
  stats: {
264
264
  contacted: number;
265
265
  viewed: number;
@@ -301,7 +301,7 @@ export declare const organizationCampaignStatsSchema: z.ZodObject<{
301
301
  campaigns: {
302
302
  id: string;
303
303
  name: string;
304
- status: "error" | "active" | "paused" | "draft";
304
+ status: "error" | "active" | "paused" | "draft" | "archived";
305
305
  stats: {
306
306
  contacted: number;
307
307
  viewed: number;
@@ -343,7 +343,7 @@ export declare const organizationCampaignStatsSchema: z.ZodObject<{
343
343
  campaigns: {
344
344
  id: string;
345
345
  name: string;
346
- status: "error" | "active" | "paused" | "draft";
346
+ status: "error" | "active" | "paused" | "draft" | "archived";
347
347
  stats: {
348
348
  contacted: number;
349
349
  viewed: number;
@@ -14,7 +14,7 @@ export declare const leadBiddingConfigSchema: z.ZodObject<{
14
14
  appliedFromQueue: z.ZodNullable<z.ZodBoolean>;
15
15
  biddingDelayInMinutes: z.ZodNullable<z.ZodNumber>;
16
16
  bidWithWarning: z.ZodEnum<["bid", "skip"]>;
17
- biddingHourlyRateStrategy: z.ZodEnum<["match_job_budget", "match_profile_rate", "fixed_rate"]>;
17
+ biddingHourlyRateStrategy: z.ZodEnum<["match_job_budget", "match_profile_rate", "fixed_rate", "smart_bidding"]>;
18
18
  biddingHourlyRatePercentage: z.ZodNullable<z.ZodNumber>;
19
19
  biddingFixedHourlyRate: z.ZodNullable<z.ZodNumber>;
20
20
  boostingEnabled: z.ZodNullable<z.ZodBoolean>;
@@ -41,7 +41,7 @@ export declare const leadBiddingConfigSchema: z.ZodObject<{
41
41
  biddingDelayInMinutes: number | null;
42
42
  appliedFromQueue: boolean | null;
43
43
  bidWithWarning: "bid" | "skip";
44
- biddingHourlyRateStrategy: "match_job_budget" | "match_profile_rate" | "fixed_rate";
44
+ biddingHourlyRateStrategy: "match_job_budget" | "match_profile_rate" | "fixed_rate" | "smart_bidding";
45
45
  biddingHourlyRatePercentage: number | null;
46
46
  biddingFixedHourlyRate: number | null;
47
47
  boostingEnabled: boolean | null;
@@ -60,7 +60,7 @@ export declare const leadBiddingConfigSchema: z.ZodObject<{
60
60
  biddingDelayInMinutes: number | null;
61
61
  appliedFromQueue: boolean | null;
62
62
  bidWithWarning: "bid" | "skip";
63
- biddingHourlyRateStrategy: "match_job_budget" | "match_profile_rate" | "fixed_rate";
63
+ biddingHourlyRateStrategy: "match_job_budget" | "match_profile_rate" | "fixed_rate" | "smart_bidding";
64
64
  biddingHourlyRatePercentage: number | null;
65
65
  biddingFixedHourlyRate: number | null;
66
66
  boostingEnabled: boolean | null;
@@ -420,7 +420,7 @@ export declare const leadSchema: z.ZodObject<Omit<z.objectUtil.extendShape<{
420
420
  appliedFromQueue: z.ZodNullable<z.ZodBoolean>;
421
421
  biddingDelayInMinutes: z.ZodNullable<z.ZodNumber>;
422
422
  bidWithWarning: z.ZodEnum<["bid", "skip"]>;
423
- biddingHourlyRateStrategy: z.ZodEnum<["match_job_budget", "match_profile_rate", "fixed_rate"]>;
423
+ biddingHourlyRateStrategy: z.ZodEnum<["match_job_budget", "match_profile_rate", "fixed_rate", "smart_bidding"]>;
424
424
  biddingHourlyRatePercentage: z.ZodNullable<z.ZodNumber>;
425
425
  biddingFixedHourlyRate: z.ZodNullable<z.ZodNumber>;
426
426
  boostingEnabled: z.ZodNullable<z.ZodBoolean>;
@@ -447,7 +447,7 @@ export declare const leadSchema: z.ZodObject<Omit<z.objectUtil.extendShape<{
447
447
  biddingDelayInMinutes: number | null;
448
448
  appliedFromQueue: boolean | null;
449
449
  bidWithWarning: "bid" | "skip";
450
- biddingHourlyRateStrategy: "match_job_budget" | "match_profile_rate" | "fixed_rate";
450
+ biddingHourlyRateStrategy: "match_job_budget" | "match_profile_rate" | "fixed_rate" | "smart_bidding";
451
451
  biddingHourlyRatePercentage: number | null;
452
452
  biddingFixedHourlyRate: number | null;
453
453
  boostingEnabled: boolean | null;
@@ -466,7 +466,7 @@ export declare const leadSchema: z.ZodObject<Omit<z.objectUtil.extendShape<{
466
466
  biddingDelayInMinutes: number | null;
467
467
  appliedFromQueue: boolean | null;
468
468
  bidWithWarning: "bid" | "skip";
469
- biddingHourlyRateStrategy: "match_job_budget" | "match_profile_rate" | "fixed_rate";
469
+ biddingHourlyRateStrategy: "match_job_budget" | "match_profile_rate" | "fixed_rate" | "smart_bidding";
470
470
  biddingHourlyRatePercentage: number | null;
471
471
  biddingFixedHourlyRate: number | null;
472
472
  boostingEnabled: boolean | null;
@@ -609,7 +609,7 @@ export declare const leadSchema: z.ZodObject<Omit<z.objectUtil.extendShape<{
609
609
  biddingDelayInMinutes: number | null;
610
610
  appliedFromQueue: boolean | null;
611
611
  bidWithWarning: "bid" | "skip";
612
- biddingHourlyRateStrategy: "match_job_budget" | "match_profile_rate" | "fixed_rate";
612
+ biddingHourlyRateStrategy: "match_job_budget" | "match_profile_rate" | "fixed_rate" | "smart_bidding";
613
613
  biddingHourlyRatePercentage: number | null;
614
614
  biddingFixedHourlyRate: number | null;
615
615
  boostingEnabled: boolean | null;
@@ -774,7 +774,7 @@ export declare const leadSchema: z.ZodObject<Omit<z.objectUtil.extendShape<{
774
774
  biddingDelayInMinutes: number | null;
775
775
  appliedFromQueue: boolean | null;
776
776
  bidWithWarning: "bid" | "skip";
777
- biddingHourlyRateStrategy: "match_job_budget" | "match_profile_rate" | "fixed_rate";
777
+ biddingHourlyRateStrategy: "match_job_budget" | "match_profile_rate" | "fixed_rate" | "smart_bidding";
778
778
  biddingHourlyRatePercentage: number | null;
779
779
  biddingFixedHourlyRate: number | null;
780
780
  boostingEnabled: boolean | null;
@@ -1159,7 +1159,7 @@ export declare const leadResponseSchema: z.ZodObject<{
1159
1159
  appliedFromQueue: z.ZodNullable<z.ZodBoolean>;
1160
1160
  biddingDelayInMinutes: z.ZodNullable<z.ZodNumber>;
1161
1161
  bidWithWarning: z.ZodEnum<["bid", "skip"]>;
1162
- biddingHourlyRateStrategy: z.ZodEnum<["match_job_budget", "match_profile_rate", "fixed_rate"]>;
1162
+ biddingHourlyRateStrategy: z.ZodEnum<["match_job_budget", "match_profile_rate", "fixed_rate", "smart_bidding"]>;
1163
1163
  biddingHourlyRatePercentage: z.ZodNullable<z.ZodNumber>;
1164
1164
  biddingFixedHourlyRate: z.ZodNullable<z.ZodNumber>;
1165
1165
  boostingEnabled: z.ZodNullable<z.ZodBoolean>;
@@ -1186,7 +1186,7 @@ export declare const leadResponseSchema: z.ZodObject<{
1186
1186
  biddingDelayInMinutes: number | null;
1187
1187
  appliedFromQueue: boolean | null;
1188
1188
  bidWithWarning: "bid" | "skip";
1189
- biddingHourlyRateStrategy: "match_job_budget" | "match_profile_rate" | "fixed_rate";
1189
+ biddingHourlyRateStrategy: "match_job_budget" | "match_profile_rate" | "fixed_rate" | "smart_bidding";
1190
1190
  biddingHourlyRatePercentage: number | null;
1191
1191
  biddingFixedHourlyRate: number | null;
1192
1192
  boostingEnabled: boolean | null;
@@ -1205,7 +1205,7 @@ export declare const leadResponseSchema: z.ZodObject<{
1205
1205
  biddingDelayInMinutes: number | null;
1206
1206
  appliedFromQueue: boolean | null;
1207
1207
  bidWithWarning: "bid" | "skip";
1208
- biddingHourlyRateStrategy: "match_job_budget" | "match_profile_rate" | "fixed_rate";
1208
+ biddingHourlyRateStrategy: "match_job_budget" | "match_profile_rate" | "fixed_rate" | "smart_bidding";
1209
1209
  biddingHourlyRatePercentage: number | null;
1210
1210
  biddingFixedHourlyRate: number | null;
1211
1211
  boostingEnabled: boolean | null;
@@ -1348,7 +1348,7 @@ export declare const leadResponseSchema: z.ZodObject<{
1348
1348
  biddingDelayInMinutes: number | null;
1349
1349
  appliedFromQueue: boolean | null;
1350
1350
  bidWithWarning: "bid" | "skip";
1351
- biddingHourlyRateStrategy: "match_job_budget" | "match_profile_rate" | "fixed_rate";
1351
+ biddingHourlyRateStrategy: "match_job_budget" | "match_profile_rate" | "fixed_rate" | "smart_bidding";
1352
1352
  biddingHourlyRatePercentage: number | null;
1353
1353
  biddingFixedHourlyRate: number | null;
1354
1354
  boostingEnabled: boolean | null;
@@ -1513,7 +1513,7 @@ export declare const leadResponseSchema: z.ZodObject<{
1513
1513
  biddingDelayInMinutes: number | null;
1514
1514
  appliedFromQueue: boolean | null;
1515
1515
  bidWithWarning: "bid" | "skip";
1516
- biddingHourlyRateStrategy: "match_job_budget" | "match_profile_rate" | "fixed_rate";
1516
+ biddingHourlyRateStrategy: "match_job_budget" | "match_profile_rate" | "fixed_rate" | "smart_bidding";
1517
1517
  biddingHourlyRatePercentage: number | null;
1518
1518
  biddingFixedHourlyRate: number | null;
1519
1519
  boostingEnabled: boolean | null;
@@ -1683,7 +1683,7 @@ export declare const leadResponseSchema: z.ZodObject<{
1683
1683
  biddingDelayInMinutes: number | null;
1684
1684
  appliedFromQueue: boolean | null;
1685
1685
  bidWithWarning: "bid" | "skip";
1686
- biddingHourlyRateStrategy: "match_job_budget" | "match_profile_rate" | "fixed_rate";
1686
+ biddingHourlyRateStrategy: "match_job_budget" | "match_profile_rate" | "fixed_rate" | "smart_bidding";
1687
1687
  biddingHourlyRatePercentage: number | null;
1688
1688
  biddingFixedHourlyRate: number | null;
1689
1689
  boostingEnabled: boolean | null;
@@ -1853,7 +1853,7 @@ export declare const leadResponseSchema: 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;
@@ -2786,7 +2786,7 @@ export declare const findLeadsResponseSchema: z.ZodObject<{
2786
2786
  appliedFromQueue: z.ZodNullable<z.ZodBoolean>;
2787
2787
  biddingDelayInMinutes: z.ZodNullable<z.ZodNumber>;
2788
2788
  bidWithWarning: z.ZodEnum<["bid", "skip"]>;
2789
- biddingHourlyRateStrategy: z.ZodEnum<["match_job_budget", "match_profile_rate", "fixed_rate"]>;
2789
+ biddingHourlyRateStrategy: z.ZodEnum<["match_job_budget", "match_profile_rate", "fixed_rate", "smart_bidding"]>;
2790
2790
  biddingHourlyRatePercentage: z.ZodNullable<z.ZodNumber>;
2791
2791
  biddingFixedHourlyRate: z.ZodNullable<z.ZodNumber>;
2792
2792
  boostingEnabled: z.ZodNullable<z.ZodBoolean>;
@@ -2813,7 +2813,7 @@ export declare const findLeadsResponseSchema: z.ZodObject<{
2813
2813
  biddingDelayInMinutes: number | null;
2814
2814
  appliedFromQueue: boolean | null;
2815
2815
  bidWithWarning: "bid" | "skip";
2816
- biddingHourlyRateStrategy: "match_job_budget" | "match_profile_rate" | "fixed_rate";
2816
+ biddingHourlyRateStrategy: "match_job_budget" | "match_profile_rate" | "fixed_rate" | "smart_bidding";
2817
2817
  biddingHourlyRatePercentage: number | null;
2818
2818
  biddingFixedHourlyRate: number | null;
2819
2819
  boostingEnabled: boolean | null;
@@ -2832,7 +2832,7 @@ export declare const findLeadsResponseSchema: z.ZodObject<{
2832
2832
  biddingDelayInMinutes: number | null;
2833
2833
  appliedFromQueue: boolean | null;
2834
2834
  bidWithWarning: "bid" | "skip";
2835
- biddingHourlyRateStrategy: "match_job_budget" | "match_profile_rate" | "fixed_rate";
2835
+ biddingHourlyRateStrategy: "match_job_budget" | "match_profile_rate" | "fixed_rate" | "smart_bidding";
2836
2836
  biddingHourlyRatePercentage: number | null;
2837
2837
  biddingFixedHourlyRate: number | null;
2838
2838
  boostingEnabled: boolean | null;
@@ -2975,7 +2975,7 @@ export declare const findLeadsResponseSchema: z.ZodObject<{
2975
2975
  biddingDelayInMinutes: number | null;
2976
2976
  appliedFromQueue: boolean | null;
2977
2977
  bidWithWarning: "bid" | "skip";
2978
- biddingHourlyRateStrategy: "match_job_budget" | "match_profile_rate" | "fixed_rate";
2978
+ biddingHourlyRateStrategy: "match_job_budget" | "match_profile_rate" | "fixed_rate" | "smart_bidding";
2979
2979
  biddingHourlyRatePercentage: number | null;
2980
2980
  biddingFixedHourlyRate: number | null;
2981
2981
  boostingEnabled: boolean | null;
@@ -3140,7 +3140,7 @@ export declare const findLeadsResponseSchema: z.ZodObject<{
3140
3140
  biddingDelayInMinutes: number | null;
3141
3141
  appliedFromQueue: boolean | null;
3142
3142
  bidWithWarning: "bid" | "skip";
3143
- biddingHourlyRateStrategy: "match_job_budget" | "match_profile_rate" | "fixed_rate";
3143
+ biddingHourlyRateStrategy: "match_job_budget" | "match_profile_rate" | "fixed_rate" | "smart_bidding";
3144
3144
  biddingHourlyRatePercentage: number | null;
3145
3145
  biddingFixedHourlyRate: number | null;
3146
3146
  boostingEnabled: boolean | null;
@@ -3423,7 +3423,7 @@ export declare const findLeadsResponseSchema: z.ZodObject<{
3423
3423
  biddingDelayInMinutes: number | null;
3424
3424
  appliedFromQueue: boolean | null;
3425
3425
  bidWithWarning: "bid" | "skip";
3426
- biddingHourlyRateStrategy: "match_job_budget" | "match_profile_rate" | "fixed_rate";
3426
+ biddingHourlyRateStrategy: "match_job_budget" | "match_profile_rate" | "fixed_rate" | "smart_bidding";
3427
3427
  biddingHourlyRatePercentage: number | null;
3428
3428
  biddingFixedHourlyRate: number | null;
3429
3429
  boostingEnabled: boolean | null;
@@ -3707,7 +3707,7 @@ export declare const findLeadsResponseSchema: z.ZodObject<{
3707
3707
  biddingDelayInMinutes: number | null;
3708
3708
  appliedFromQueue: boolean | null;
3709
3709
  bidWithWarning: "bid" | "skip";
3710
- biddingHourlyRateStrategy: "match_job_budget" | "match_profile_rate" | "fixed_rate";
3710
+ biddingHourlyRateStrategy: "match_job_budget" | "match_profile_rate" | "fixed_rate" | "smart_bidding";
3711
3711
  biddingHourlyRatePercentage: number | null;
3712
3712
  biddingFixedHourlyRate: number | null;
3713
3713
  boostingEnabled: boolean | null;
@@ -4117,7 +4117,7 @@ export declare const getCampaignLeadsResponseSchema: z.ZodObject<{
4117
4117
  appliedFromQueue: z.ZodNullable<z.ZodBoolean>;
4118
4118
  biddingDelayInMinutes: z.ZodNullable<z.ZodNumber>;
4119
4119
  bidWithWarning: z.ZodEnum<["bid", "skip"]>;
4120
- biddingHourlyRateStrategy: z.ZodEnum<["match_job_budget", "match_profile_rate", "fixed_rate"]>;
4120
+ biddingHourlyRateStrategy: z.ZodEnum<["match_job_budget", "match_profile_rate", "fixed_rate", "smart_bidding"]>;
4121
4121
  biddingHourlyRatePercentage: z.ZodNullable<z.ZodNumber>;
4122
4122
  biddingFixedHourlyRate: z.ZodNullable<z.ZodNumber>;
4123
4123
  boostingEnabled: z.ZodNullable<z.ZodBoolean>;
@@ -4144,7 +4144,7 @@ export declare const getCampaignLeadsResponseSchema: z.ZodObject<{
4144
4144
  biddingDelayInMinutes: number | null;
4145
4145
  appliedFromQueue: boolean | null;
4146
4146
  bidWithWarning: "bid" | "skip";
4147
- biddingHourlyRateStrategy: "match_job_budget" | "match_profile_rate" | "fixed_rate";
4147
+ biddingHourlyRateStrategy: "match_job_budget" | "match_profile_rate" | "fixed_rate" | "smart_bidding";
4148
4148
  biddingHourlyRatePercentage: number | null;
4149
4149
  biddingFixedHourlyRate: number | null;
4150
4150
  boostingEnabled: boolean | null;
@@ -4163,7 +4163,7 @@ export declare const getCampaignLeadsResponseSchema: z.ZodObject<{
4163
4163
  biddingDelayInMinutes: number | null;
4164
4164
  appliedFromQueue: boolean | null;
4165
4165
  bidWithWarning: "bid" | "skip";
4166
- biddingHourlyRateStrategy: "match_job_budget" | "match_profile_rate" | "fixed_rate";
4166
+ biddingHourlyRateStrategy: "match_job_budget" | "match_profile_rate" | "fixed_rate" | "smart_bidding";
4167
4167
  biddingHourlyRatePercentage: number | null;
4168
4168
  biddingFixedHourlyRate: number | null;
4169
4169
  boostingEnabled: boolean | null;
@@ -4306,7 +4306,7 @@ export declare const getCampaignLeadsResponseSchema: z.ZodObject<{
4306
4306
  biddingDelayInMinutes: number | null;
4307
4307
  appliedFromQueue: boolean | null;
4308
4308
  bidWithWarning: "bid" | "skip";
4309
- biddingHourlyRateStrategy: "match_job_budget" | "match_profile_rate" | "fixed_rate";
4309
+ biddingHourlyRateStrategy: "match_job_budget" | "match_profile_rate" | "fixed_rate" | "smart_bidding";
4310
4310
  biddingHourlyRatePercentage: number | null;
4311
4311
  biddingFixedHourlyRate: number | null;
4312
4312
  boostingEnabled: boolean | null;
@@ -4471,7 +4471,7 @@ export declare const getCampaignLeadsResponseSchema: z.ZodObject<{
4471
4471
  biddingDelayInMinutes: number | null;
4472
4472
  appliedFromQueue: boolean | null;
4473
4473
  bidWithWarning: "bid" | "skip";
4474
- biddingHourlyRateStrategy: "match_job_budget" | "match_profile_rate" | "fixed_rate";
4474
+ biddingHourlyRateStrategy: "match_job_budget" | "match_profile_rate" | "fixed_rate" | "smart_bidding";
4475
4475
  biddingHourlyRatePercentage: number | null;
4476
4476
  biddingFixedHourlyRate: number | null;
4477
4477
  boostingEnabled: boolean | null;
@@ -4651,7 +4651,7 @@ export declare const getCampaignLeadsResponseSchema: z.ZodObject<{
4651
4651
  biddingDelayInMinutes: number | null;
4652
4652
  appliedFromQueue: boolean | null;
4653
4653
  bidWithWarning: "bid" | "skip";
4654
- biddingHourlyRateStrategy: "match_job_budget" | "match_profile_rate" | "fixed_rate";
4654
+ biddingHourlyRateStrategy: "match_job_budget" | "match_profile_rate" | "fixed_rate" | "smart_bidding";
4655
4655
  biddingHourlyRatePercentage: number | null;
4656
4656
  biddingFixedHourlyRate: number | null;
4657
4657
  boostingEnabled: boolean | null;
@@ -4823,7 +4823,7 @@ export declare const getCampaignLeadsResponseSchema: z.ZodObject<{
4823
4823
  biddingDelayInMinutes: number | null;
4824
4824
  appliedFromQueue: boolean | null;
4825
4825
  bidWithWarning: "bid" | "skip";
4826
- biddingHourlyRateStrategy: "match_job_budget" | "match_profile_rate" | "fixed_rate";
4826
+ biddingHourlyRateStrategy: "match_job_budget" | "match_profile_rate" | "fixed_rate" | "smart_bidding";
4827
4827
  biddingHourlyRatePercentage: number | null;
4828
4828
  biddingFixedHourlyRate: number | null;
4829
4829
  boostingEnabled: boolean | null;
@@ -360,6 +360,7 @@ export declare const planSchema: z.ZodObject<{
360
360
  price: number;
361
361
  createdAt: number;
362
362
  isActive: boolean;
363
+ archivedAt: number | null;
363
364
  stripe: {
364
365
  id: string;
365
366
  name: string;
@@ -376,7 +377,6 @@ export declare const planSchema: z.ZodObject<{
376
377
  description: string;
377
378
  tooltipContent: string | null;
378
379
  }[];
379
- archivedAt: number | null;
380
380
  }, {
381
381
  id: string;
382
382
  name: string;
@@ -409,6 +409,7 @@ export declare const planSchema: z.ZodObject<{
409
409
  price: number;
410
410
  createdAt: number;
411
411
  isActive: boolean;
412
+ archivedAt: number | null;
412
413
  stripe: {
413
414
  id: string;
414
415
  name: string;
@@ -425,7 +426,6 @@ export declare const planSchema: z.ZodObject<{
425
426
  description: string;
426
427
  tooltipContent: string | null;
427
428
  }[];
428
- archivedAt: number | null;
429
429
  }>;
430
430
  export declare const planSlugEnum: z.ZodEnum<["lancer-unlimited-launch-offer"]>;
431
431
  export interface PlanStripeMetadata extends infer<typeof planStripeMetadataSchema> {