lancer-shared 1.2.274 → 1.2.276

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.
@@ -764,6 +764,7 @@ export declare const bidPayloadProposalDataSchema: z.ZodObject<{
764
764
  biddingFixedHourlyRate: z.ZodNullable<z.ZodNumber>;
765
765
  alreadyHiredAction: z.ZodEnum<["skip", "bid"]>;
766
766
  insufficientConnectsAction: z.ZodEnum<["buy_more_connects", "pause_campaigns"]>;
767
+ numberOfConnectsToBuyWhenInsufficient: z.ZodNullable<z.ZodNumber>;
767
768
  isHourlyRate: z.ZodBoolean;
768
769
  jobMinHourlyRate: z.ZodNullable<z.ZodNumber>;
769
770
  jobMaxHourlyRate: z.ZodNullable<z.ZodNumber>;
@@ -953,6 +954,7 @@ export declare const bidPayloadProposalDataSchema: z.ZodObject<{
953
954
  } | null | undefined;
954
955
  };
955
956
  insufficientConnectsAction: "buy_more_connects" | "pause_campaigns";
957
+ numberOfConnectsToBuyWhenInsufficient: number | null;
956
958
  specialisedProfileOptions: string[];
957
959
  minimumBoost: number | null;
958
960
  isHourlyRate: boolean;
@@ -1143,6 +1145,7 @@ export declare const bidPayloadProposalDataSchema: z.ZodObject<{
1143
1145
  } | null | undefined;
1144
1146
  };
1145
1147
  insufficientConnectsAction: "buy_more_connects" | "pause_campaigns";
1148
+ numberOfConnectsToBuyWhenInsufficient: number | null;
1146
1149
  specialisedProfileOptions: string[];
1147
1150
  minimumBoost: number | null;
1148
1151
  isHourlyRate: boolean;
@@ -1913,6 +1916,7 @@ export declare const freelancerBidProposalDataSchema: z.ZodObject<{
1913
1916
  biddingFixedHourlyRate: z.ZodNullable<z.ZodNumber>;
1914
1917
  alreadyHiredAction: z.ZodEnum<["skip", "bid"]>;
1915
1918
  insufficientConnectsAction: z.ZodEnum<["buy_more_connects", "pause_campaigns"]>;
1919
+ numberOfConnectsToBuyWhenInsufficient: z.ZodNullable<z.ZodNumber>;
1916
1920
  isHourlyRate: z.ZodBoolean;
1917
1921
  jobMinHourlyRate: z.ZodNullable<z.ZodNumber>;
1918
1922
  jobMaxHourlyRate: z.ZodNullable<z.ZodNumber>;
@@ -2102,6 +2106,7 @@ export declare const freelancerBidProposalDataSchema: z.ZodObject<{
2102
2106
  } | null | undefined;
2103
2107
  };
2104
2108
  insufficientConnectsAction: "buy_more_connects" | "pause_campaigns";
2109
+ numberOfConnectsToBuyWhenInsufficient: number | null;
2105
2110
  specialisedProfileOptions: string[];
2106
2111
  minimumBoost: number | null;
2107
2112
  isHourlyRate: boolean;
@@ -2292,6 +2297,7 @@ export declare const freelancerBidProposalDataSchema: z.ZodObject<{
2292
2297
  } | null | undefined;
2293
2298
  };
2294
2299
  insufficientConnectsAction: "buy_more_connects" | "pause_campaigns";
2300
+ numberOfConnectsToBuyWhenInsufficient: number | null;
2295
2301
  specialisedProfileOptions: string[];
2296
2302
  minimumBoost: number | null;
2297
2303
  isHourlyRate: boolean;
@@ -3062,6 +3068,7 @@ export declare const agencyBidProposalDataSchema: z.ZodObject<z.objectUtil.exten
3062
3068
  biddingFixedHourlyRate: z.ZodNullable<z.ZodNumber>;
3063
3069
  alreadyHiredAction: z.ZodEnum<["skip", "bid"]>;
3064
3070
  insufficientConnectsAction: z.ZodEnum<["buy_more_connects", "pause_campaigns"]>;
3071
+ numberOfConnectsToBuyWhenInsufficient: z.ZodNullable<z.ZodNumber>;
3065
3072
  isHourlyRate: z.ZodBoolean;
3066
3073
  jobMinHourlyRate: z.ZodNullable<z.ZodNumber>;
3067
3074
  jobMaxHourlyRate: z.ZodNullable<z.ZodNumber>;
@@ -3257,6 +3264,7 @@ export declare const agencyBidProposalDataSchema: z.ZodObject<z.objectUtil.exten
3257
3264
  } | null | undefined;
3258
3265
  };
3259
3266
  insufficientConnectsAction: "buy_more_connects" | "pause_campaigns";
3267
+ numberOfConnectsToBuyWhenInsufficient: number | null;
3260
3268
  specialisedProfileOptions: string[];
3261
3269
  minimumBoost: number | null;
3262
3270
  isHourlyRate: boolean;
@@ -3450,6 +3458,7 @@ export declare const agencyBidProposalDataSchema: z.ZodObject<z.objectUtil.exten
3450
3458
  } | null | undefined;
3451
3459
  };
3452
3460
  insufficientConnectsAction: "buy_more_connects" | "pause_campaigns";
3461
+ numberOfConnectsToBuyWhenInsufficient: number | null;
3453
3462
  specialisedProfileOptions: string[];
3454
3463
  minimumBoost: number | null;
3455
3464
  isHourlyRate: boolean;
@@ -6055,6 +6064,7 @@ export declare const agencyBidPayloadSchema: z.ZodObject<z.objectUtil.extendShap
6055
6064
  biddingFixedHourlyRate: z.ZodNullable<z.ZodNumber>;
6056
6065
  alreadyHiredAction: z.ZodEnum<["skip", "bid"]>;
6057
6066
  insufficientConnectsAction: z.ZodEnum<["buy_more_connects", "pause_campaigns"]>;
6067
+ numberOfConnectsToBuyWhenInsufficient: z.ZodNullable<z.ZodNumber>;
6058
6068
  isHourlyRate: z.ZodBoolean;
6059
6069
  jobMinHourlyRate: z.ZodNullable<z.ZodNumber>;
6060
6070
  jobMaxHourlyRate: z.ZodNullable<z.ZodNumber>;
@@ -6250,6 +6260,7 @@ export declare const agencyBidPayloadSchema: z.ZodObject<z.objectUtil.extendShap
6250
6260
  } | null | undefined;
6251
6261
  };
6252
6262
  insufficientConnectsAction: "buy_more_connects" | "pause_campaigns";
6263
+ numberOfConnectsToBuyWhenInsufficient: number | null;
6253
6264
  specialisedProfileOptions: string[];
6254
6265
  minimumBoost: number | null;
6255
6266
  isHourlyRate: boolean;
@@ -6443,6 +6454,7 @@ export declare const agencyBidPayloadSchema: z.ZodObject<z.objectUtil.extendShap
6443
6454
  } | null | undefined;
6444
6455
  };
6445
6456
  insufficientConnectsAction: "buy_more_connects" | "pause_campaigns";
6457
+ numberOfConnectsToBuyWhenInsufficient: number | null;
6446
6458
  specialisedProfileOptions: string[];
6447
6459
  minimumBoost: number | null;
6448
6460
  isHourlyRate: boolean;
@@ -6809,6 +6821,7 @@ export declare const agencyBidPayloadSchema: z.ZodObject<z.objectUtil.extendShap
6809
6821
  } | null | undefined;
6810
6822
  };
6811
6823
  insufficientConnectsAction: "buy_more_connects" | "pause_campaigns";
6824
+ numberOfConnectsToBuyWhenInsufficient: number | null;
6812
6825
  specialisedProfileOptions: string[];
6813
6826
  minimumBoost: number | null;
6814
6827
  isHourlyRate: boolean;
@@ -7175,6 +7188,7 @@ export declare const agencyBidPayloadSchema: z.ZodObject<z.objectUtil.extendShap
7175
7188
  } | null | undefined;
7176
7189
  };
7177
7190
  insufficientConnectsAction: "buy_more_connects" | "pause_campaigns";
7191
+ numberOfConnectsToBuyWhenInsufficient: number | null;
7178
7192
  specialisedProfileOptions: string[];
7179
7193
  minimumBoost: number | null;
7180
7194
  isHourlyRate: boolean;
@@ -8692,6 +8706,7 @@ export declare const freelancerBidPayloadSchema: z.ZodObject<z.objectUtil.extend
8692
8706
  biddingFixedHourlyRate: z.ZodNullable<z.ZodNumber>;
8693
8707
  alreadyHiredAction: z.ZodEnum<["skip", "bid"]>;
8694
8708
  insufficientConnectsAction: z.ZodEnum<["buy_more_connects", "pause_campaigns"]>;
8709
+ numberOfConnectsToBuyWhenInsufficient: z.ZodNullable<z.ZodNumber>;
8695
8710
  isHourlyRate: z.ZodBoolean;
8696
8711
  jobMinHourlyRate: z.ZodNullable<z.ZodNumber>;
8697
8712
  jobMaxHourlyRate: z.ZodNullable<z.ZodNumber>;
@@ -8881,6 +8896,7 @@ export declare const freelancerBidPayloadSchema: z.ZodObject<z.objectUtil.extend
8881
8896
  } | null | undefined;
8882
8897
  };
8883
8898
  insufficientConnectsAction: "buy_more_connects" | "pause_campaigns";
8899
+ numberOfConnectsToBuyWhenInsufficient: number | null;
8884
8900
  specialisedProfileOptions: string[];
8885
8901
  minimumBoost: number | null;
8886
8902
  isHourlyRate: boolean;
@@ -9071,6 +9087,7 @@ export declare const freelancerBidPayloadSchema: z.ZodObject<z.objectUtil.extend
9071
9087
  } | null | undefined;
9072
9088
  };
9073
9089
  insufficientConnectsAction: "buy_more_connects" | "pause_campaigns";
9090
+ numberOfConnectsToBuyWhenInsufficient: number | null;
9074
9091
  specialisedProfileOptions: string[];
9075
9092
  minimumBoost: number | null;
9076
9093
  isHourlyRate: boolean;
@@ -9434,6 +9451,7 @@ export declare const freelancerBidPayloadSchema: z.ZodObject<z.objectUtil.extend
9434
9451
  } | null | undefined;
9435
9452
  };
9436
9453
  insufficientConnectsAction: "buy_more_connects" | "pause_campaigns";
9454
+ numberOfConnectsToBuyWhenInsufficient: number | null;
9437
9455
  specialisedProfileOptions: string[];
9438
9456
  minimumBoost: number | null;
9439
9457
  isHourlyRate: boolean;
@@ -9797,6 +9815,7 @@ export declare const freelancerBidPayloadSchema: z.ZodObject<z.objectUtil.extend
9797
9815
  } | null | undefined;
9798
9816
  };
9799
9817
  insufficientConnectsAction: "buy_more_connects" | "pause_campaigns";
9818
+ numberOfConnectsToBuyWhenInsufficient: number | null;
9800
9819
  specialisedProfileOptions: string[];
9801
9820
  minimumBoost: number | null;
9802
9821
  isHourlyRate: boolean;
@@ -1,6 +1,7 @@
1
1
  import { z } from 'zod';
2
2
  export declare const campaignAnalyticsSchema: z.ZodObject<{
3
3
  contacted: z.ZodOptional<z.ZodNumber>;
4
+ contactedSync: z.ZodOptional<z.ZodNumber>;
4
5
  viewed: z.ZodOptional<z.ZodNumber>;
5
6
  replied: z.ZodOptional<z.ZodNumber>;
6
7
  won: z.ZodOptional<z.ZodNumber>;
@@ -17,6 +18,7 @@ export declare const campaignAnalyticsSchema: z.ZodObject<{
17
18
  won?: number | undefined;
18
19
  wonAmount?: number | undefined;
19
20
  leadsAnalyzed?: number | undefined;
21
+ contactedSync?: number | undefined;
20
22
  proposalsGenerated?: number | undefined;
21
23
  leadsFailed?: number | undefined;
22
24
  suitableJobs?: number | undefined;
@@ -28,6 +30,7 @@ export declare const campaignAnalyticsSchema: z.ZodObject<{
28
30
  won?: number | undefined;
29
31
  wonAmount?: number | undefined;
30
32
  leadsAnalyzed?: number | undefined;
33
+ contactedSync?: number | undefined;
31
34
  proposalsGenerated?: number | undefined;
32
35
  leadsFailed?: number | undefined;
33
36
  suitableJobs?: number | undefined;
@@ -36,6 +39,7 @@ export declare const campaignAnalyticsSchema: z.ZodObject<{
36
39
  export declare const campaignAnalyticsStatsSchema: z.ZodObject<{
37
40
  totalStats: z.ZodObject<{
38
41
  contacted: z.ZodOptional<z.ZodNumber>;
42
+ contactedSync: z.ZodOptional<z.ZodNumber>;
39
43
  viewed: z.ZodOptional<z.ZodNumber>;
40
44
  replied: z.ZodOptional<z.ZodNumber>;
41
45
  won: z.ZodOptional<z.ZodNumber>;
@@ -52,6 +56,7 @@ export declare const campaignAnalyticsStatsSchema: z.ZodObject<{
52
56
  won?: number | undefined;
53
57
  wonAmount?: number | undefined;
54
58
  leadsAnalyzed?: number | undefined;
59
+ contactedSync?: number | undefined;
55
60
  proposalsGenerated?: number | undefined;
56
61
  leadsFailed?: number | undefined;
57
62
  suitableJobs?: number | undefined;
@@ -63,6 +68,7 @@ export declare const campaignAnalyticsStatsSchema: z.ZodObject<{
63
68
  won?: number | undefined;
64
69
  wonAmount?: number | undefined;
65
70
  leadsAnalyzed?: number | undefined;
71
+ contactedSync?: number | undefined;
66
72
  proposalsGenerated?: number | undefined;
67
73
  leadsFailed?: number | undefined;
68
74
  suitableJobs?: number | undefined;
@@ -71,6 +77,7 @@ export declare const campaignAnalyticsStatsSchema: z.ZodObject<{
71
77
  statsByDate: z.ZodArray<z.ZodObject<{
72
78
  label: z.ZodString;
73
79
  contacted: z.ZodNumber;
80
+ contactedSync: z.ZodNumber;
74
81
  viewed: z.ZodNumber;
75
82
  replied: z.ZodNumber;
76
83
  won: z.ZodNumber;
@@ -82,6 +89,7 @@ export declare const campaignAnalyticsStatsSchema: z.ZodObject<{
82
89
  replied: number;
83
90
  won: number;
84
91
  leadsAnalyzed: number;
92
+ contactedSync: number;
85
93
  }, {
86
94
  label: string;
87
95
  contacted: number;
@@ -89,6 +97,7 @@ export declare const campaignAnalyticsStatsSchema: z.ZodObject<{
89
97
  replied: number;
90
98
  won: number;
91
99
  leadsAnalyzed: number;
100
+ contactedSync: number;
92
101
  }>, "many">;
93
102
  }, "strip", z.ZodTypeAny, {
94
103
  totalStats: {
@@ -98,6 +107,7 @@ export declare const campaignAnalyticsStatsSchema: z.ZodObject<{
98
107
  won?: number | undefined;
99
108
  wonAmount?: number | undefined;
100
109
  leadsAnalyzed?: number | undefined;
110
+ contactedSync?: number | undefined;
101
111
  proposalsGenerated?: number | undefined;
102
112
  leadsFailed?: number | undefined;
103
113
  suitableJobs?: number | undefined;
@@ -110,6 +120,7 @@ export declare const campaignAnalyticsStatsSchema: z.ZodObject<{
110
120
  replied: number;
111
121
  won: number;
112
122
  leadsAnalyzed: number;
123
+ contactedSync: number;
113
124
  }[];
114
125
  }, {
115
126
  totalStats: {
@@ -119,6 +130,7 @@ export declare const campaignAnalyticsStatsSchema: z.ZodObject<{
119
130
  won?: number | undefined;
120
131
  wonAmount?: number | undefined;
121
132
  leadsAnalyzed?: number | undefined;
133
+ contactedSync?: number | undefined;
122
134
  proposalsGenerated?: number | undefined;
123
135
  leadsFailed?: number | undefined;
124
136
  suitableJobs?: number | undefined;
@@ -131,11 +143,13 @@ export declare const campaignAnalyticsStatsSchema: z.ZodObject<{
131
143
  replied: number;
132
144
  won: number;
133
145
  leadsAnalyzed: number;
146
+ contactedSync: number;
134
147
  }[];
135
148
  }>;
136
149
  export declare const campaignAnalyticsResponseSchema: z.ZodObject<{
137
150
  jobsAnalyzed: z.ZodNumber;
138
151
  contacted: z.ZodNumber;
152
+ contactedSync: z.ZodNumber;
139
153
  viewed: z.ZodNumber;
140
154
  replied: z.ZodNumber;
141
155
  won: z.ZodNumber;
@@ -144,12 +158,14 @@ export declare const campaignAnalyticsResponseSchema: z.ZodObject<{
144
158
  viewed: number;
145
159
  replied: number;
146
160
  won: number;
161
+ contactedSync: number;
147
162
  jobsAnalyzed: number;
148
163
  }, {
149
164
  contacted: number;
150
165
  viewed: number;
151
166
  replied: number;
152
167
  won: number;
168
+ contactedSync: number;
153
169
  jobsAnalyzed: number;
154
170
  }>;
155
171
  export declare const campaignActivityTypeSchema: z.ZodEnum<["campaign_status", "lead_analysis", "lead_status", "proposal_sent"]>;
@@ -377,6 +393,7 @@ export declare const campaignStatusActivitySchema: z.ZodObject<z.objectUtil.exte
377
393
  } | undefined;
378
394
  }>>;
379
395
  insufficientConnectsAction: z.ZodNullable<z.ZodEnum<["buy_more_connects", "pause_campaigns"]>>;
396
+ numberOfConnectsToBuyWhenInsufficient: z.ZodNullable<z.ZodNumber>;
380
397
  onboardingCompletions: z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodBoolean>>;
381
398
  }, "id" | "name">, "strip", z.ZodTypeAny, {
382
399
  id: string;
@@ -1029,6 +1046,7 @@ export declare const leadAnalysisActivitySchema: z.ZodObject<z.objectUtil.extend
1029
1046
  } | undefined;
1030
1047
  }>>;
1031
1048
  insufficientConnectsAction: z.ZodNullable<z.ZodEnum<["buy_more_connects", "pause_campaigns"]>>;
1049
+ numberOfConnectsToBuyWhenInsufficient: z.ZodNullable<z.ZodNumber>;
1032
1050
  onboardingCompletions: z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodBoolean>>;
1033
1051
  }, "id" | "name">, "strip", z.ZodTypeAny, {
1034
1052
  id: string;
@@ -2111,6 +2129,7 @@ export declare const leadStatusActivitySchema: z.ZodObject<z.objectUtil.extendSh
2111
2129
  } | undefined;
2112
2130
  }>>;
2113
2131
  insufficientConnectsAction: z.ZodNullable<z.ZodEnum<["buy_more_connects", "pause_campaigns"]>>;
2132
+ numberOfConnectsToBuyWhenInsufficient: z.ZodNullable<z.ZodNumber>;
2114
2133
  onboardingCompletions: z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodBoolean>>;
2115
2134
  }, "id" | "name">, "strip", z.ZodTypeAny, {
2116
2135
  id: string;
@@ -3193,6 +3212,7 @@ export declare const proposalSentActivitySchema: z.ZodObject<z.objectUtil.extend
3193
3212
  } | undefined;
3194
3213
  }>>;
3195
3214
  insufficientConnectsAction: z.ZodNullable<z.ZodEnum<["buy_more_connects", "pause_campaigns"]>>;
3215
+ numberOfConnectsToBuyWhenInsufficient: z.ZodNullable<z.ZodNumber>;
3196
3216
  onboardingCompletions: z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodBoolean>>;
3197
3217
  }, "id" | "name">, "strip", z.ZodTypeAny, {
3198
3218
  id: string;
@@ -4272,6 +4292,7 @@ export declare const campaignActivitySchema: z.ZodDiscriminatedUnion<"type", [z.
4272
4292
  } | undefined;
4273
4293
  }>>;
4274
4294
  insufficientConnectsAction: z.ZodNullable<z.ZodEnum<["buy_more_connects", "pause_campaigns"]>>;
4295
+ numberOfConnectsToBuyWhenInsufficient: z.ZodNullable<z.ZodNumber>;
4275
4296
  onboardingCompletions: z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodBoolean>>;
4276
4297
  }, "id" | "name">, "strip", z.ZodTypeAny, {
4277
4298
  id: string;
@@ -4923,6 +4944,7 @@ export declare const campaignActivitySchema: z.ZodDiscriminatedUnion<"type", [z.
4923
4944
  } | undefined;
4924
4945
  }>>;
4925
4946
  insufficientConnectsAction: z.ZodNullable<z.ZodEnum<["buy_more_connects", "pause_campaigns"]>>;
4947
+ numberOfConnectsToBuyWhenInsufficient: z.ZodNullable<z.ZodNumber>;
4926
4948
  onboardingCompletions: z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodBoolean>>;
4927
4949
  }, "id" | "name">, "strip", z.ZodTypeAny, {
4928
4950
  id: string;
@@ -6004,6 +6026,7 @@ export declare const campaignActivitySchema: z.ZodDiscriminatedUnion<"type", [z.
6004
6026
  } | undefined;
6005
6027
  }>>;
6006
6028
  insufficientConnectsAction: z.ZodNullable<z.ZodEnum<["buy_more_connects", "pause_campaigns"]>>;
6029
+ numberOfConnectsToBuyWhenInsufficient: z.ZodNullable<z.ZodNumber>;
6007
6030
  onboardingCompletions: z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodBoolean>>;
6008
6031
  }, "id" | "name">, "strip", z.ZodTypeAny, {
6009
6032
  id: string;
@@ -7085,6 +7108,7 @@ export declare const campaignActivitySchema: z.ZodDiscriminatedUnion<"type", [z.
7085
7108
  } | undefined;
7086
7109
  }>>;
7087
7110
  insufficientConnectsAction: z.ZodNullable<z.ZodEnum<["buy_more_connects", "pause_campaigns"]>>;
7111
+ numberOfConnectsToBuyWhenInsufficient: z.ZodNullable<z.ZodNumber>;
7088
7112
  onboardingCompletions: z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodBoolean>>;
7089
7113
  }, "id" | "name">, "strip", z.ZodTypeAny, {
7090
7114
  id: string;
@@ -301,6 +301,7 @@ export declare const organizationSchema: z.ZodObject<{
301
301
  } | undefined;
302
302
  }>>;
303
303
  insufficientConnectsAction: z.ZodNullable<z.ZodEnum<["buy_more_connects", "pause_campaigns"]>>;
304
+ numberOfConnectsToBuyWhenInsufficient: z.ZodNullable<z.ZodNumber>;
304
305
  onboardingCompletions: z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodBoolean>>;
305
306
  }, "strip", z.ZodTypeAny, {
306
307
  type: "agency" | "freelancer";
@@ -354,6 +355,7 @@ export declare const organizationSchema: z.ZodObject<{
354
355
  openRouterApiKey: string | null;
355
356
  nextProposalStatusSyncTime: number | null;
356
357
  insufficientConnectsAction: "buy_more_connects" | "pause_campaigns" | null;
358
+ numberOfConnectsToBuyWhenInsufficient: number | null;
357
359
  onboardingCompletions: Record<string, boolean> | null;
358
360
  usBidderAccountSubscription?: {
359
361
  usBidderAccountPayment?: {
@@ -417,6 +419,7 @@ export declare const organizationSchema: z.ZodObject<{
417
419
  openRouterApiKey: string | null;
418
420
  nextProposalStatusSyncTime: number | null;
419
421
  insufficientConnectsAction: "buy_more_connects" | "pause_campaigns" | null;
422
+ numberOfConnectsToBuyWhenInsufficient: number | null;
420
423
  onboardingCompletions: Record<string, boolean> | null;
421
424
  usBidderAccountSubscription?: {
422
425
  usBidderAccountPayment?: {
@@ -893,6 +896,7 @@ export declare const createOrganizationSchema: z.ZodObject<Pick<{
893
896
  } | undefined;
894
897
  }>>;
895
898
  insufficientConnectsAction: z.ZodNullable<z.ZodEnum<["buy_more_connects", "pause_campaigns"]>>;
899
+ numberOfConnectsToBuyWhenInsufficient: z.ZodNullable<z.ZodNumber>;
896
900
  onboardingCompletions: z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodBoolean>>;
897
901
  }, "type" | "name">, "strip", z.ZodTypeAny, {
898
902
  type: "agency" | "freelancer";
@@ -1259,6 +1259,7 @@ export declare const checkLeadStatusPayloadSchema: z.ZodObject<{
1259
1259
  } | undefined;
1260
1260
  }>>;
1261
1261
  insufficientConnectsAction: z.ZodNullable<z.ZodEnum<["buy_more_connects", "pause_campaigns"]>>;
1262
+ numberOfConnectsToBuyWhenInsufficient: z.ZodNullable<z.ZodNumber>;
1262
1263
  onboardingCompletions: z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodBoolean>>;
1263
1264
  }, "strip", z.ZodTypeAny, {
1264
1265
  type: "agency" | "freelancer";
@@ -1312,6 +1313,7 @@ export declare const checkLeadStatusPayloadSchema: z.ZodObject<{
1312
1313
  openRouterApiKey: string | null;
1313
1314
  nextProposalStatusSyncTime: number | null;
1314
1315
  insufficientConnectsAction: "buy_more_connects" | "pause_campaigns" | null;
1316
+ numberOfConnectsToBuyWhenInsufficient: number | null;
1315
1317
  onboardingCompletions: Record<string, boolean> | null;
1316
1318
  usBidderAccountSubscription?: {
1317
1319
  usBidderAccountPayment?: {
@@ -1375,6 +1377,7 @@ export declare const checkLeadStatusPayloadSchema: z.ZodObject<{
1375
1377
  openRouterApiKey: string | null;
1376
1378
  nextProposalStatusSyncTime: number | null;
1377
1379
  insufficientConnectsAction: "buy_more_connects" | "pause_campaigns" | null;
1380
+ numberOfConnectsToBuyWhenInsufficient: number | null;
1378
1381
  onboardingCompletions: Record<string, boolean> | null;
1379
1382
  usBidderAccountSubscription?: {
1380
1383
  usBidderAccountPayment?: {
@@ -2286,6 +2289,7 @@ export declare const checkLeadStatusPayloadSchema: z.ZodObject<{
2286
2289
  openRouterApiKey: string | null;
2287
2290
  nextProposalStatusSyncTime: number | null;
2288
2291
  insufficientConnectsAction: "buy_more_connects" | "pause_campaigns" | null;
2292
+ numberOfConnectsToBuyWhenInsufficient: number | null;
2289
2293
  onboardingCompletions: Record<string, boolean> | null;
2290
2294
  usBidderAccountSubscription?: {
2291
2295
  usBidderAccountPayment?: {
@@ -2668,6 +2672,7 @@ export declare const checkLeadStatusPayloadSchema: z.ZodObject<{
2668
2672
  openRouterApiKey: string | null;
2669
2673
  nextProposalStatusSyncTime: number | null;
2670
2674
  insufficientConnectsAction: "buy_more_connects" | "pause_campaigns" | null;
2675
+ numberOfConnectsToBuyWhenInsufficient: number | null;
2671
2676
  onboardingCompletions: Record<string, boolean> | null;
2672
2677
  usBidderAccountSubscription?: {
2673
2678
  usBidderAccountPayment?: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lancer-shared",
3
- "version": "1.2.274",
3
+ "version": "1.2.276",
4
4
  "description": "This package contains shared stuff.",
5
5
  "types": "./dist/index.d.ts",
6
6
  "main": "dist/bundle.cjs.js",