lancer-shared 1.2.302 → 1.2.304
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 +4 -0
- package/dist/bundle.cjs.js.map +1 -1
- package/dist/bundle.esm.js +4 -0
- package/dist/bundle.esm.js.map +1 -1
- package/dist/schemas/account/bidder-account.d.ts +47 -40
- package/dist/schemas/account/scraper-account.d.ts +27 -27
- package/dist/schemas/agent/index.d.ts +273 -273
- package/dist/schemas/agent/proposal.d.ts +4 -4
- package/dist/schemas/bidder/bid.d.ts +2377 -2358
- package/dist/schemas/campaign/campaign-analytics.d.ts +1404 -1404
- package/dist/schemas/campaign/campaign-chat-bot.d.ts +24 -24
- package/dist/schemas/campaign/campaign-expenses.d.ts +2 -2
- package/dist/schemas/campaign/campaign-insights.d.ts +12 -12
- package/dist/schemas/campaign/campaign.d.ts +575 -566
- package/dist/schemas/campaign/sequence/boost-node.d.ts +2 -2
- package/dist/schemas/campaign/sequence/client-size-node.d.ts +8 -8
- package/dist/schemas/campaign/sequence/client-spent-node.d.ts +16 -16
- package/dist/schemas/campaign/sequence/hire-rate-node.d.ts +16 -16
- package/dist/schemas/campaign/sequence/hourly-rate-node.d.ts +16 -16
- package/dist/schemas/campaign/sequence/rating-node.d.ts +16 -16
- package/dist/schemas/campaign/sequence/suitability-node.d.ts +16 -16
- package/dist/schemas/dashboard/index.d.ts +46 -46
- package/dist/schemas/golden-dataset/sample.d.ts +12 -12
- package/dist/schemas/infrastructure/index.d.ts +8 -8
- package/dist/schemas/invoice/index.d.ts +55 -55
- package/dist/schemas/job/index.d.ts +189 -189
- package/dist/schemas/job/job-api.d.ts +4 -4
- package/dist/schemas/job/job-details.d.ts +726 -726
- package/dist/schemas/job/job-filters.d.ts +55 -55
- package/dist/schemas/job/job-listing.d.ts +96 -96
- package/dist/schemas/job/nuxt.d.ts +130 -130
- package/dist/schemas/lead/index.d.ts +1040 -1040
- package/dist/schemas/lead/lead-status.d.ts +4 -4
- package/dist/schemas/logger/feed/feed-chunk-enrich.d.ts +16 -16
- package/dist/schemas/logger/feed/feed-enrich.d.ts +12 -12
- package/dist/schemas/logger/feed/feed-job-enrich.d.ts +272 -272
- package/dist/schemas/logger/feed/feed-scrape.d.ts +6 -6
- package/dist/schemas/logger/log-event.d.ts +103 -103
- package/dist/schemas/logger/scraper-events.d.ts +73 -73
- package/dist/schemas/notifications/index.d.ts +4 -4
- package/dist/schemas/organization/billing.d.ts +2 -2
- package/dist/schemas/organization/cover-letter.d.ts +4 -4
- package/dist/schemas/organization/index.d.ts +112 -112
- package/dist/schemas/organization/onboarding.d.ts +6 -6
- package/dist/schemas/organization/organization-leads.d.ts +4 -4
- package/dist/schemas/organization/subscription.d.ts +12 -12
- package/dist/schemas/plan/index.d.ts +55 -55
- package/dist/schemas/proxy/proxy.d.ts +29 -29
- package/dist/schemas/saved-search/index.d.ts +4 -4
- package/dist/schemas/scraper/scrape-payload.d.ts +876 -876
- package/dist/schemas/scraper/scrape-result.d.ts +174 -174
- package/dist/schemas/scraper/upwork-profile.d.ts +16 -16
- package/dist/schemas/shared.d.ts +1 -1
- package/dist/schemas/talent/index.d.ts +750 -750
- package/dist/schemas/transaction/index.d.ts +20 -20
- package/dist/schemas/upwork-analytics/index.d.ts +22 -22
- package/dist/schemas/usage/index.d.ts +16 -16
- package/dist/schemas/usage-event/index.d.ts +11 -11
- package/dist/schemas/user/index.d.ts +4 -4
- package/package.json +2 -2
|
@@ -70,15 +70,15 @@ export declare const feedJobEnrichStartedEventMetadata: z.ZodObject<{
|
|
|
70
70
|
highlighted: z.ZodBoolean;
|
|
71
71
|
}, "strip", z.ZodTypeAny, {
|
|
72
72
|
uid: string;
|
|
73
|
-
prefLabel: string;
|
|
74
73
|
parentSkillUid: string | null;
|
|
74
|
+
prefLabel: string;
|
|
75
75
|
prettyName: string;
|
|
76
76
|
highlighted: boolean;
|
|
77
77
|
freeText?: any;
|
|
78
78
|
}, {
|
|
79
79
|
uid: string;
|
|
80
|
-
prefLabel: string;
|
|
81
80
|
parentSkillUid: string | null;
|
|
81
|
+
prefLabel: string;
|
|
82
82
|
prettyName: string;
|
|
83
83
|
highlighted: boolean;
|
|
84
84
|
freeText?: any;
|
|
@@ -87,11 +87,11 @@ export declare const feedJobEnrichStartedEventMetadata: z.ZodObject<{
|
|
|
87
87
|
min: z.ZodNumber;
|
|
88
88
|
max: z.ZodNumber;
|
|
89
89
|
}, "strip", z.ZodTypeAny, {
|
|
90
|
-
max: number;
|
|
91
90
|
min: number;
|
|
92
|
-
}, {
|
|
93
91
|
max: number;
|
|
92
|
+
}, {
|
|
94
93
|
min: number;
|
|
94
|
+
max: number;
|
|
95
95
|
}>;
|
|
96
96
|
weeklyBudget: z.ZodObject<{
|
|
97
97
|
amount: z.ZodNumber;
|
|
@@ -102,19 +102,19 @@ export declare const feedJobEnrichStartedEventMetadata: z.ZodObject<{
|
|
|
102
102
|
}>;
|
|
103
103
|
isSTSVectorSearchResult: z.ZodBoolean;
|
|
104
104
|
}, "strip", z.ZodTypeAny, {
|
|
105
|
-
type: number;
|
|
106
|
-
title: string;
|
|
107
|
-
description: string;
|
|
108
|
-
amount: {
|
|
109
|
-
amount: number;
|
|
110
|
-
};
|
|
111
105
|
uid: string;
|
|
112
106
|
ciphertext: string;
|
|
107
|
+
title: string;
|
|
108
|
+
description: string;
|
|
113
109
|
createdOn: string;
|
|
114
|
-
durationLabel: string | null;
|
|
115
110
|
publishedOn: string;
|
|
116
111
|
renewedOn: string | null;
|
|
112
|
+
type: number;
|
|
113
|
+
durationLabel: string | null;
|
|
117
114
|
engagement: string | null;
|
|
115
|
+
amount: {
|
|
116
|
+
amount: number;
|
|
117
|
+
};
|
|
118
118
|
connectPrice: number | null;
|
|
119
119
|
client: {
|
|
120
120
|
location: {
|
|
@@ -135,15 +135,15 @@ export declare const feedJobEnrichStartedEventMetadata: z.ZodObject<{
|
|
|
135
135
|
premium: boolean;
|
|
136
136
|
attrs: {
|
|
137
137
|
uid: string;
|
|
138
|
-
prefLabel: string;
|
|
139
138
|
parentSkillUid: string | null;
|
|
139
|
+
prefLabel: string;
|
|
140
140
|
prettyName: string;
|
|
141
141
|
highlighted: boolean;
|
|
142
142
|
freeText?: any;
|
|
143
143
|
}[];
|
|
144
144
|
hourlyBudget: {
|
|
145
|
-
max: number;
|
|
146
145
|
min: number;
|
|
146
|
+
max: number;
|
|
147
147
|
};
|
|
148
148
|
weeklyBudget: {
|
|
149
149
|
amount: number;
|
|
@@ -153,19 +153,19 @@ export declare const feedJobEnrichStartedEventMetadata: z.ZodObject<{
|
|
|
153
153
|
jobUrl?: string | undefined;
|
|
154
154
|
clientRelation?: any;
|
|
155
155
|
}, {
|
|
156
|
-
type: number;
|
|
157
|
-
title: string;
|
|
158
|
-
description: string;
|
|
159
|
-
amount: {
|
|
160
|
-
amount: number;
|
|
161
|
-
};
|
|
162
156
|
uid: string;
|
|
163
157
|
ciphertext: string;
|
|
158
|
+
title: string;
|
|
159
|
+
description: string;
|
|
164
160
|
createdOn: string;
|
|
165
|
-
durationLabel: string | null;
|
|
166
161
|
publishedOn: string;
|
|
167
162
|
renewedOn: string | null;
|
|
163
|
+
type: number;
|
|
164
|
+
durationLabel: string | null;
|
|
168
165
|
engagement: string | null;
|
|
166
|
+
amount: {
|
|
167
|
+
amount: number;
|
|
168
|
+
};
|
|
169
169
|
connectPrice: number | null;
|
|
170
170
|
client: {
|
|
171
171
|
location: {
|
|
@@ -186,15 +186,15 @@ export declare const feedJobEnrichStartedEventMetadata: z.ZodObject<{
|
|
|
186
186
|
premium: boolean;
|
|
187
187
|
attrs: {
|
|
188
188
|
uid: string;
|
|
189
|
-
prefLabel: string;
|
|
190
189
|
parentSkillUid: string | null;
|
|
190
|
+
prefLabel: string;
|
|
191
191
|
prettyName: string;
|
|
192
192
|
highlighted: boolean;
|
|
193
193
|
freeText?: any;
|
|
194
194
|
}[];
|
|
195
195
|
hourlyBudget: {
|
|
196
|
-
max: number;
|
|
197
196
|
min: number;
|
|
197
|
+
max: number;
|
|
198
198
|
};
|
|
199
199
|
weeklyBudget: {
|
|
200
200
|
amount: number;
|
|
@@ -209,19 +209,19 @@ export declare const feedJobEnrichStartedEventMetadata: z.ZodObject<{
|
|
|
209
209
|
accountEmail: z.ZodString;
|
|
210
210
|
}, "strip", z.ZodTypeAny, {
|
|
211
211
|
listing: {
|
|
212
|
-
type: number;
|
|
213
|
-
title: string;
|
|
214
|
-
description: string;
|
|
215
|
-
amount: {
|
|
216
|
-
amount: number;
|
|
217
|
-
};
|
|
218
212
|
uid: string;
|
|
219
213
|
ciphertext: string;
|
|
214
|
+
title: string;
|
|
215
|
+
description: string;
|
|
220
216
|
createdOn: string;
|
|
221
|
-
durationLabel: string | null;
|
|
222
217
|
publishedOn: string;
|
|
223
218
|
renewedOn: string | null;
|
|
219
|
+
type: number;
|
|
220
|
+
durationLabel: string | null;
|
|
224
221
|
engagement: string | null;
|
|
222
|
+
amount: {
|
|
223
|
+
amount: number;
|
|
224
|
+
};
|
|
225
225
|
connectPrice: number | null;
|
|
226
226
|
client: {
|
|
227
227
|
location: {
|
|
@@ -242,15 +242,15 @@ export declare const feedJobEnrichStartedEventMetadata: z.ZodObject<{
|
|
|
242
242
|
premium: boolean;
|
|
243
243
|
attrs: {
|
|
244
244
|
uid: string;
|
|
245
|
-
prefLabel: string;
|
|
246
245
|
parentSkillUid: string | null;
|
|
246
|
+
prefLabel: string;
|
|
247
247
|
prettyName: string;
|
|
248
248
|
highlighted: boolean;
|
|
249
249
|
freeText?: any;
|
|
250
250
|
}[];
|
|
251
251
|
hourlyBudget: {
|
|
252
|
-
max: number;
|
|
253
252
|
min: number;
|
|
253
|
+
max: number;
|
|
254
254
|
};
|
|
255
255
|
weeklyBudget: {
|
|
256
256
|
amount: number;
|
|
@@ -265,19 +265,19 @@ export declare const feedJobEnrichStartedEventMetadata: z.ZodObject<{
|
|
|
265
265
|
accountEmail: string;
|
|
266
266
|
}, {
|
|
267
267
|
listing: {
|
|
268
|
-
type: number;
|
|
269
|
-
title: string;
|
|
270
|
-
description: string;
|
|
271
|
-
amount: {
|
|
272
|
-
amount: number;
|
|
273
|
-
};
|
|
274
268
|
uid: string;
|
|
275
269
|
ciphertext: string;
|
|
270
|
+
title: string;
|
|
271
|
+
description: string;
|
|
276
272
|
createdOn: string;
|
|
277
|
-
durationLabel: string | null;
|
|
278
273
|
publishedOn: string;
|
|
279
274
|
renewedOn: string | null;
|
|
275
|
+
type: number;
|
|
276
|
+
durationLabel: string | null;
|
|
280
277
|
engagement: string | null;
|
|
278
|
+
amount: {
|
|
279
|
+
amount: number;
|
|
280
|
+
};
|
|
281
281
|
connectPrice: number | null;
|
|
282
282
|
client: {
|
|
283
283
|
location: {
|
|
@@ -298,15 +298,15 @@ export declare const feedJobEnrichStartedEventMetadata: z.ZodObject<{
|
|
|
298
298
|
premium: boolean;
|
|
299
299
|
attrs: {
|
|
300
300
|
uid: string;
|
|
301
|
-
prefLabel: string;
|
|
302
301
|
parentSkillUid: string | null;
|
|
302
|
+
prefLabel: string;
|
|
303
303
|
prettyName: string;
|
|
304
304
|
highlighted: boolean;
|
|
305
305
|
freeText?: any;
|
|
306
306
|
}[];
|
|
307
307
|
hourlyBudget: {
|
|
308
|
-
max: number;
|
|
309
308
|
min: number;
|
|
309
|
+
max: number;
|
|
310
310
|
};
|
|
311
311
|
weeklyBudget: {
|
|
312
312
|
amount: number;
|
|
@@ -391,15 +391,15 @@ export declare const feedJobEnrichCompletedEventMetadata: z.ZodObject<z.objectUt
|
|
|
391
391
|
highlighted: z.ZodBoolean;
|
|
392
392
|
}, "strip", z.ZodTypeAny, {
|
|
393
393
|
uid: string;
|
|
394
|
-
prefLabel: string;
|
|
395
394
|
parentSkillUid: string | null;
|
|
395
|
+
prefLabel: string;
|
|
396
396
|
prettyName: string;
|
|
397
397
|
highlighted: boolean;
|
|
398
398
|
freeText?: any;
|
|
399
399
|
}, {
|
|
400
400
|
uid: string;
|
|
401
|
-
prefLabel: string;
|
|
402
401
|
parentSkillUid: string | null;
|
|
402
|
+
prefLabel: string;
|
|
403
403
|
prettyName: string;
|
|
404
404
|
highlighted: boolean;
|
|
405
405
|
freeText?: any;
|
|
@@ -408,11 +408,11 @@ export declare const feedJobEnrichCompletedEventMetadata: z.ZodObject<z.objectUt
|
|
|
408
408
|
min: z.ZodNumber;
|
|
409
409
|
max: z.ZodNumber;
|
|
410
410
|
}, "strip", z.ZodTypeAny, {
|
|
411
|
-
max: number;
|
|
412
411
|
min: number;
|
|
413
|
-
}, {
|
|
414
412
|
max: number;
|
|
413
|
+
}, {
|
|
415
414
|
min: number;
|
|
415
|
+
max: number;
|
|
416
416
|
}>;
|
|
417
417
|
weeklyBudget: z.ZodObject<{
|
|
418
418
|
amount: z.ZodNumber;
|
|
@@ -423,19 +423,19 @@ export declare const feedJobEnrichCompletedEventMetadata: z.ZodObject<z.objectUt
|
|
|
423
423
|
}>;
|
|
424
424
|
isSTSVectorSearchResult: z.ZodBoolean;
|
|
425
425
|
}, "strip", z.ZodTypeAny, {
|
|
426
|
-
type: number;
|
|
427
|
-
title: string;
|
|
428
|
-
description: string;
|
|
429
|
-
amount: {
|
|
430
|
-
amount: number;
|
|
431
|
-
};
|
|
432
426
|
uid: string;
|
|
433
427
|
ciphertext: string;
|
|
428
|
+
title: string;
|
|
429
|
+
description: string;
|
|
434
430
|
createdOn: string;
|
|
435
|
-
durationLabel: string | null;
|
|
436
431
|
publishedOn: string;
|
|
437
432
|
renewedOn: string | null;
|
|
433
|
+
type: number;
|
|
434
|
+
durationLabel: string | null;
|
|
438
435
|
engagement: string | null;
|
|
436
|
+
amount: {
|
|
437
|
+
amount: number;
|
|
438
|
+
};
|
|
439
439
|
connectPrice: number | null;
|
|
440
440
|
client: {
|
|
441
441
|
location: {
|
|
@@ -456,15 +456,15 @@ export declare const feedJobEnrichCompletedEventMetadata: z.ZodObject<z.objectUt
|
|
|
456
456
|
premium: boolean;
|
|
457
457
|
attrs: {
|
|
458
458
|
uid: string;
|
|
459
|
-
prefLabel: string;
|
|
460
459
|
parentSkillUid: string | null;
|
|
460
|
+
prefLabel: string;
|
|
461
461
|
prettyName: string;
|
|
462
462
|
highlighted: boolean;
|
|
463
463
|
freeText?: any;
|
|
464
464
|
}[];
|
|
465
465
|
hourlyBudget: {
|
|
466
|
-
max: number;
|
|
467
466
|
min: number;
|
|
467
|
+
max: number;
|
|
468
468
|
};
|
|
469
469
|
weeklyBudget: {
|
|
470
470
|
amount: number;
|
|
@@ -474,19 +474,19 @@ export declare const feedJobEnrichCompletedEventMetadata: z.ZodObject<z.objectUt
|
|
|
474
474
|
jobUrl?: string | undefined;
|
|
475
475
|
clientRelation?: any;
|
|
476
476
|
}, {
|
|
477
|
-
type: number;
|
|
478
|
-
title: string;
|
|
479
|
-
description: string;
|
|
480
|
-
amount: {
|
|
481
|
-
amount: number;
|
|
482
|
-
};
|
|
483
477
|
uid: string;
|
|
484
478
|
ciphertext: string;
|
|
479
|
+
title: string;
|
|
480
|
+
description: string;
|
|
485
481
|
createdOn: string;
|
|
486
|
-
durationLabel: string | null;
|
|
487
482
|
publishedOn: string;
|
|
488
483
|
renewedOn: string | null;
|
|
484
|
+
type: number;
|
|
485
|
+
durationLabel: string | null;
|
|
489
486
|
engagement: string | null;
|
|
487
|
+
amount: {
|
|
488
|
+
amount: number;
|
|
489
|
+
};
|
|
490
490
|
connectPrice: number | null;
|
|
491
491
|
client: {
|
|
492
492
|
location: {
|
|
@@ -507,15 +507,15 @@ export declare const feedJobEnrichCompletedEventMetadata: z.ZodObject<z.objectUt
|
|
|
507
507
|
premium: boolean;
|
|
508
508
|
attrs: {
|
|
509
509
|
uid: string;
|
|
510
|
-
prefLabel: string;
|
|
511
510
|
parentSkillUid: string | null;
|
|
511
|
+
prefLabel: string;
|
|
512
512
|
prettyName: string;
|
|
513
513
|
highlighted: boolean;
|
|
514
514
|
freeText?: any;
|
|
515
515
|
}[];
|
|
516
516
|
hourlyBudget: {
|
|
517
|
-
max: number;
|
|
518
517
|
min: number;
|
|
518
|
+
max: number;
|
|
519
519
|
};
|
|
520
520
|
weeklyBudget: {
|
|
521
521
|
amount: number;
|
|
@@ -558,32 +558,32 @@ export declare const feedJobEnrichCompletedEventMetadata: z.ZodObject<z.objectUt
|
|
|
558
558
|
min: z.ZodNullable<z.ZodNumber>;
|
|
559
559
|
max: z.ZodNullable<z.ZodNumber>;
|
|
560
560
|
}, "strip", z.ZodTypeAny, {
|
|
561
|
-
max: number | null;
|
|
562
561
|
min: number | null;
|
|
563
|
-
}, {
|
|
564
562
|
max: number | null;
|
|
563
|
+
}, {
|
|
565
564
|
min: number | null;
|
|
565
|
+
max: number | null;
|
|
566
566
|
}>>;
|
|
567
567
|
paymentType: z.ZodNullable<z.ZodString>;
|
|
568
568
|
fixedPrice: z.ZodNullable<z.ZodNumber>;
|
|
569
569
|
}, "strip", z.ZodTypeAny, {
|
|
570
570
|
hours: string | null;
|
|
571
571
|
duration: string | null;
|
|
572
|
+
experienceLevel: string | null;
|
|
572
573
|
hourlyRate: {
|
|
573
|
-
max: number | null;
|
|
574
574
|
min: number | null;
|
|
575
|
+
max: number | null;
|
|
575
576
|
} | null;
|
|
576
|
-
experienceLevel: string | null;
|
|
577
577
|
paymentType: string | null;
|
|
578
578
|
fixedPrice: number | null;
|
|
579
579
|
}, {
|
|
580
580
|
hours: string | null;
|
|
581
581
|
duration: string | null;
|
|
582
|
+
experienceLevel: string | null;
|
|
582
583
|
hourlyRate: {
|
|
583
|
-
max: number | null;
|
|
584
584
|
min: number | null;
|
|
585
|
+
max: number | null;
|
|
585
586
|
} | null;
|
|
586
|
-
experienceLevel: string | null;
|
|
587
587
|
paymentType: string | null;
|
|
588
588
|
fixedPrice: number | null;
|
|
589
589
|
}>>;
|
|
@@ -608,16 +608,16 @@ export declare const feedJobEnrichCompletedEventMetadata: z.ZodObject<z.objectUt
|
|
|
608
608
|
companyId: z.ZodNullable<z.ZodString>;
|
|
609
609
|
}, "strip", z.ZodTypeAny, {
|
|
610
610
|
country: string | null;
|
|
611
|
+
isPaymentVerified: boolean | null;
|
|
612
|
+
totalSpent: number | null;
|
|
611
613
|
region: string | null;
|
|
612
|
-
openJobs: number | null;
|
|
613
614
|
isPhoneVerified: boolean | null;
|
|
614
|
-
isPaymentVerified: boolean | null;
|
|
615
615
|
numberOfReviews: number | null;
|
|
616
616
|
rating: number | null;
|
|
617
617
|
jobsPosted: number | null;
|
|
618
|
-
totalSpent: number | null;
|
|
619
618
|
numberOfHires: number | null;
|
|
620
619
|
activeEngagements: number | null;
|
|
620
|
+
openJobs: number | null;
|
|
621
621
|
hireRate: number | null;
|
|
622
622
|
memberSince: string | null;
|
|
623
623
|
companyIndustry: string | null;
|
|
@@ -627,16 +627,16 @@ export declare const feedJobEnrichCompletedEventMetadata: z.ZodObject<z.objectUt
|
|
|
627
627
|
companyId: string | null;
|
|
628
628
|
}, {
|
|
629
629
|
country: string | null;
|
|
630
|
+
isPaymentVerified: boolean | null;
|
|
631
|
+
totalSpent: number | null;
|
|
630
632
|
region: string | null;
|
|
631
|
-
openJobs: number | null;
|
|
632
633
|
isPhoneVerified: boolean | null;
|
|
633
|
-
isPaymentVerified: boolean | null;
|
|
634
634
|
numberOfReviews: number | null;
|
|
635
635
|
rating: number | null;
|
|
636
636
|
jobsPosted: number | null;
|
|
637
|
-
totalSpent: number | null;
|
|
638
637
|
numberOfHires: number | null;
|
|
639
638
|
activeEngagements: number | null;
|
|
639
|
+
openJobs: number | null;
|
|
640
640
|
hireRate: number | null;
|
|
641
641
|
memberSince: string | null;
|
|
642
642
|
companyIndustry: string | null;
|
|
@@ -654,14 +654,14 @@ export declare const feedJobEnrichCompletedEventMetadata: z.ZodObject<z.objectUt
|
|
|
654
654
|
includeRisingTalent: z.ZodNullable<z.ZodString>;
|
|
655
655
|
}, "strip", z.ZodTypeAny, {
|
|
656
656
|
location: string | null;
|
|
657
|
-
talentType: "
|
|
657
|
+
talentType: "Agency" | "Independent" | "unspecified" | null;
|
|
658
658
|
englishLevel: string | null;
|
|
659
659
|
minimumEarnings: number | null;
|
|
660
660
|
jobSuccessScore: string | null;
|
|
661
661
|
includeRisingTalent: string | null;
|
|
662
662
|
}, {
|
|
663
663
|
location: string | null;
|
|
664
|
-
talentType: "
|
|
664
|
+
talentType: "Agency" | "Independent" | "unspecified" | null;
|
|
665
665
|
englishLevel: string | null;
|
|
666
666
|
minimumEarnings: number | null;
|
|
667
667
|
jobSuccessScore: string | null;
|
|
@@ -684,9 +684,9 @@ export declare const feedJobEnrichCompletedEventMetadata: z.ZodObject<z.objectUt
|
|
|
684
684
|
totalBilled: z.ZodNullable<z.ZodNumber>;
|
|
685
685
|
}, "strip", z.ZodTypeAny, {
|
|
686
686
|
hourlyRate: number | null;
|
|
687
|
-
jobTitle: string | null;
|
|
688
687
|
paymentType: string | null;
|
|
689
688
|
fixedPrice: number | null;
|
|
689
|
+
jobTitle: string | null;
|
|
690
690
|
freelancerName: string | null;
|
|
691
691
|
freelancerRating: number | null;
|
|
692
692
|
freelancerFeedback: string | null;
|
|
@@ -697,9 +697,9 @@ export declare const feedJobEnrichCompletedEventMetadata: z.ZodObject<z.objectUt
|
|
|
697
697
|
totalBilled: number | null;
|
|
698
698
|
}, {
|
|
699
699
|
hourlyRate: number | null;
|
|
700
|
-
jobTitle: string | null;
|
|
701
700
|
paymentType: string | null;
|
|
702
701
|
fixedPrice: number | null;
|
|
702
|
+
jobTitle: string | null;
|
|
703
703
|
freelancerName: string | null;
|
|
704
704
|
freelancerRating: number | null;
|
|
705
705
|
freelancerFeedback: string | null;
|
|
@@ -716,23 +716,23 @@ export declare const feedJobEnrichCompletedEventMetadata: z.ZodObject<z.objectUt
|
|
|
716
716
|
low: z.ZodNullable<z.ZodNumber>;
|
|
717
717
|
}, "strip", z.ZodTypeAny, {
|
|
718
718
|
high: number | null;
|
|
719
|
-
low: number | null;
|
|
720
719
|
avg: number | null;
|
|
720
|
+
low: number | null;
|
|
721
721
|
}, {
|
|
722
722
|
high: number | null;
|
|
723
|
-
low: number | null;
|
|
724
723
|
avg: number | null;
|
|
724
|
+
low: number | null;
|
|
725
725
|
}>>;
|
|
726
726
|
jobActivity: z.ZodNullable<z.ZodObject<{
|
|
727
727
|
proposals: z.ZodObject<{
|
|
728
728
|
min: z.ZodNullable<z.ZodNumber>;
|
|
729
729
|
max: z.ZodNullable<z.ZodNumber>;
|
|
730
730
|
}, "strip", z.ZodTypeAny, {
|
|
731
|
-
max: number | null;
|
|
732
731
|
min: number | null;
|
|
733
|
-
}, {
|
|
734
732
|
max: number | null;
|
|
733
|
+
}, {
|
|
735
734
|
min: number | null;
|
|
735
|
+
max: number | null;
|
|
736
736
|
}>;
|
|
737
737
|
lastViewedByClient: z.ZodNullable<z.ZodString>;
|
|
738
738
|
lastViewedByClientTimestamp: z.ZodNullable<z.ZodNumber>;
|
|
@@ -742,29 +742,29 @@ export declare const feedJobEnrichCompletedEventMetadata: z.ZodObject<z.objectUt
|
|
|
742
742
|
unansweredInvites: z.ZodNullable<z.ZodNumber>;
|
|
743
743
|
updatedAt: z.ZodNullable<z.ZodNumber>;
|
|
744
744
|
}, "strip", z.ZodTypeAny, {
|
|
745
|
-
unansweredInvites: number | null;
|
|
746
|
-
updatedAt: number | null;
|
|
747
745
|
proposals: {
|
|
748
|
-
max: number | null;
|
|
749
746
|
min: number | null;
|
|
747
|
+
max: number | null;
|
|
750
748
|
};
|
|
751
749
|
lastViewedByClient: string | null;
|
|
752
750
|
lastViewedByClientTimestamp: number | null;
|
|
753
751
|
hires: number | null;
|
|
754
752
|
interviewing: number | null;
|
|
755
753
|
invitesSent: number | null;
|
|
756
|
-
}, {
|
|
757
754
|
unansweredInvites: number | null;
|
|
758
755
|
updatedAt: number | null;
|
|
756
|
+
}, {
|
|
759
757
|
proposals: {
|
|
760
|
-
max: number | null;
|
|
761
758
|
min: number | null;
|
|
759
|
+
max: number | null;
|
|
762
760
|
};
|
|
763
761
|
lastViewedByClient: string | null;
|
|
764
762
|
lastViewedByClientTimestamp: number | null;
|
|
765
763
|
hires: number | null;
|
|
766
764
|
interviewing: number | null;
|
|
767
765
|
invitesSent: number | null;
|
|
766
|
+
unansweredInvites: number | null;
|
|
767
|
+
updatedAt: number | null;
|
|
768
768
|
}>>;
|
|
769
769
|
occupation: z.ZodNullable<z.ZodString>;
|
|
770
770
|
activityUpdates: z.ZodNullable<z.ZodUnion<[z.ZodLiteral<1>, z.ZodLiteral<2>, z.ZodLiteral<3>]>>;
|
|
@@ -773,11 +773,11 @@ export declare const feedJobEnrichCompletedEventMetadata: z.ZodObject<z.objectUt
|
|
|
773
773
|
min: z.ZodNullable<z.ZodNumber>;
|
|
774
774
|
max: z.ZodNullable<z.ZodNumber>;
|
|
775
775
|
}, "strip", z.ZodTypeAny, {
|
|
776
|
-
max: number | null;
|
|
777
776
|
min: number | null;
|
|
778
|
-
}, {
|
|
779
777
|
max: number | null;
|
|
778
|
+
}, {
|
|
780
779
|
min: number | null;
|
|
780
|
+
max: number | null;
|
|
781
781
|
}>;
|
|
782
782
|
lastViewedByClient: z.ZodNullable<z.ZodString>;
|
|
783
783
|
lastViewedByClientTimestamp: z.ZodNullable<z.ZodNumber>;
|
|
@@ -787,29 +787,29 @@ export declare const feedJobEnrichCompletedEventMetadata: z.ZodObject<z.objectUt
|
|
|
787
787
|
unansweredInvites: z.ZodNullable<z.ZodNumber>;
|
|
788
788
|
updatedAt: z.ZodNullable<z.ZodNumber>;
|
|
789
789
|
}, "strip", z.ZodTypeAny, {
|
|
790
|
-
unansweredInvites: number | null;
|
|
791
|
-
updatedAt: number | null;
|
|
792
790
|
proposals: {
|
|
793
|
-
max: number | null;
|
|
794
791
|
min: number | null;
|
|
792
|
+
max: number | null;
|
|
795
793
|
};
|
|
796
794
|
lastViewedByClient: string | null;
|
|
797
795
|
lastViewedByClientTimestamp: number | null;
|
|
798
796
|
hires: number | null;
|
|
799
797
|
interviewing: number | null;
|
|
800
798
|
invitesSent: number | null;
|
|
801
|
-
}, {
|
|
802
799
|
unansweredInvites: number | null;
|
|
803
800
|
updatedAt: number | null;
|
|
801
|
+
}, {
|
|
804
802
|
proposals: {
|
|
805
|
-
max: number | null;
|
|
806
803
|
min: number | null;
|
|
804
|
+
max: number | null;
|
|
807
805
|
};
|
|
808
806
|
lastViewedByClient: string | null;
|
|
809
807
|
lastViewedByClientTimestamp: number | null;
|
|
810
808
|
hires: number | null;
|
|
811
809
|
interviewing: number | null;
|
|
812
810
|
invitesSent: number | null;
|
|
811
|
+
unansweredInvites: number | null;
|
|
812
|
+
updatedAt: number | null;
|
|
813
813
|
}>>>>;
|
|
814
814
|
activityDelta: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
815
815
|
proposals: z.ZodNumber;
|
|
@@ -818,60 +818,59 @@ export declare const feedJobEnrichCompletedEventMetadata: z.ZodObject<z.objectUt
|
|
|
818
818
|
invitesSent: z.ZodNumber;
|
|
819
819
|
unansweredInvites: z.ZodNumber;
|
|
820
820
|
}, "strip", z.ZodTypeAny, {
|
|
821
|
-
unansweredInvites: number;
|
|
822
821
|
proposals: number;
|
|
823
822
|
hires: number;
|
|
824
823
|
interviewing: number;
|
|
825
824
|
invitesSent: number;
|
|
826
|
-
}, {
|
|
827
825
|
unansweredInvites: number;
|
|
826
|
+
}, {
|
|
828
827
|
proposals: number;
|
|
829
828
|
hires: number;
|
|
830
829
|
interviewing: number;
|
|
831
830
|
invitesSent: number;
|
|
831
|
+
unansweredInvites: number;
|
|
832
832
|
}>>>;
|
|
833
833
|
}, "strip", z.ZodTypeAny, {
|
|
834
|
-
|
|
834
|
+
uid: string | null;
|
|
835
835
|
title: string | null;
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
duration: string | null;
|
|
839
|
-
hourlyRate: {
|
|
840
|
-
max: number | null;
|
|
841
|
-
min: number | null;
|
|
842
|
-
} | null;
|
|
843
|
-
experienceLevel: string | null;
|
|
844
|
-
paymentType: string | null;
|
|
845
|
-
fixedPrice: number | null;
|
|
846
|
-
} | null;
|
|
836
|
+
category: string | null;
|
|
837
|
+
jobUrl: string | null;
|
|
847
838
|
description: string | null;
|
|
848
839
|
region: "USOnly" | "UKOnly" | "Worldwide" | "All" | null;
|
|
849
|
-
|
|
850
|
-
category: string | null;
|
|
851
|
-
uid: string | null;
|
|
852
|
-
questions: string[] | null;
|
|
853
|
-
occupation: string | null;
|
|
840
|
+
id: string | null;
|
|
854
841
|
createdAt: number | null;
|
|
855
842
|
skills: {
|
|
856
843
|
name: string;
|
|
857
844
|
}[] | null;
|
|
845
|
+
datetime: number | null;
|
|
858
846
|
descriptionLength: number | null;
|
|
859
847
|
connectsRequired: number | null;
|
|
860
848
|
projectType: string | null;
|
|
861
849
|
projectDuration: string | null;
|
|
862
|
-
|
|
850
|
+
questions: string[] | null;
|
|
851
|
+
metadata: {
|
|
852
|
+
hours: string | null;
|
|
853
|
+
duration: string | null;
|
|
854
|
+
experienceLevel: string | null;
|
|
855
|
+
hourlyRate: {
|
|
856
|
+
min: number | null;
|
|
857
|
+
max: number | null;
|
|
858
|
+
} | null;
|
|
859
|
+
paymentType: string | null;
|
|
860
|
+
fixedPrice: number | null;
|
|
861
|
+
} | null;
|
|
863
862
|
clientInfo: {
|
|
864
863
|
country: string | null;
|
|
864
|
+
isPaymentVerified: boolean | null;
|
|
865
|
+
totalSpent: number | null;
|
|
865
866
|
region: string | null;
|
|
866
|
-
openJobs: number | null;
|
|
867
867
|
isPhoneVerified: boolean | null;
|
|
868
|
-
isPaymentVerified: boolean | null;
|
|
869
868
|
numberOfReviews: number | null;
|
|
870
869
|
rating: number | null;
|
|
871
870
|
jobsPosted: number | null;
|
|
872
|
-
totalSpent: number | null;
|
|
873
871
|
numberOfHires: number | null;
|
|
874
872
|
activeEngagements: number | null;
|
|
873
|
+
openJobs: number | null;
|
|
875
874
|
hireRate: number | null;
|
|
876
875
|
memberSince: string | null;
|
|
877
876
|
companyIndustry: string | null;
|
|
@@ -882,7 +881,7 @@ export declare const feedJobEnrichCompletedEventMetadata: z.ZodObject<z.objectUt
|
|
|
882
881
|
} | null;
|
|
883
882
|
vendorQualifications: {
|
|
884
883
|
location: string | null;
|
|
885
|
-
talentType: "
|
|
884
|
+
talentType: "Agency" | "Independent" | "unspecified" | null;
|
|
886
885
|
englishLevel: string | null;
|
|
887
886
|
minimumEarnings: number | null;
|
|
888
887
|
jobSuccessScore: string | null;
|
|
@@ -892,9 +891,9 @@ export declare const feedJobEnrichCompletedEventMetadata: z.ZodObject<z.objectUt
|
|
|
892
891
|
isFeatured: boolean | null;
|
|
893
892
|
clientReviews: {
|
|
894
893
|
hourlyRate: number | null;
|
|
895
|
-
jobTitle: string | null;
|
|
896
894
|
paymentType: string | null;
|
|
897
895
|
fixedPrice: number | null;
|
|
896
|
+
jobTitle: string | null;
|
|
898
897
|
freelancerName: string | null;
|
|
899
898
|
freelancerRating: number | null;
|
|
900
899
|
freelancerFeedback: string | null;
|
|
@@ -906,85 +905,85 @@ export declare const feedJobEnrichCompletedEventMetadata: z.ZodObject<z.objectUt
|
|
|
906
905
|
}[] | null;
|
|
907
906
|
bidRange: {
|
|
908
907
|
high: number | null;
|
|
909
|
-
low: number | null;
|
|
910
908
|
avg: number | null;
|
|
909
|
+
low: number | null;
|
|
911
910
|
} | null;
|
|
912
911
|
jobActivity: {
|
|
913
|
-
unansweredInvites: number | null;
|
|
914
|
-
updatedAt: number | null;
|
|
915
912
|
proposals: {
|
|
916
|
-
max: number | null;
|
|
917
913
|
min: number | null;
|
|
914
|
+
max: number | null;
|
|
918
915
|
};
|
|
919
916
|
lastViewedByClient: string | null;
|
|
920
917
|
lastViewedByClientTimestamp: number | null;
|
|
921
918
|
hires: number | null;
|
|
922
919
|
interviewing: number | null;
|
|
923
920
|
invitesSent: number | null;
|
|
924
|
-
} | null;
|
|
925
|
-
activityUpdates: 2 | 1 | 3 | null;
|
|
926
|
-
activity?: Partial<Record<"4h" | "24h", {
|
|
927
921
|
unansweredInvites: number | null;
|
|
928
922
|
updatedAt: number | null;
|
|
923
|
+
} | null;
|
|
924
|
+
occupation: string | null;
|
|
925
|
+
activityUpdates: 1 | 2 | 3 | null;
|
|
926
|
+
activity?: Partial<Record<"4h" | "24h", {
|
|
929
927
|
proposals: {
|
|
930
|
-
max: number | null;
|
|
931
928
|
min: number | null;
|
|
929
|
+
max: number | null;
|
|
932
930
|
};
|
|
933
931
|
lastViewedByClient: string | null;
|
|
934
932
|
lastViewedByClientTimestamp: number | null;
|
|
935
933
|
hires: number | null;
|
|
936
934
|
interviewing: number | null;
|
|
937
935
|
invitesSent: number | null;
|
|
936
|
+
unansweredInvites: number | null;
|
|
937
|
+
updatedAt: number | null;
|
|
938
938
|
}>> | null | undefined;
|
|
939
939
|
activityDelta?: {
|
|
940
|
-
unansweredInvites: number;
|
|
941
940
|
proposals: number;
|
|
942
941
|
hires: number;
|
|
943
942
|
interviewing: number;
|
|
944
943
|
invitesSent: number;
|
|
944
|
+
unansweredInvites: number;
|
|
945
945
|
} | null | undefined;
|
|
946
946
|
}, {
|
|
947
|
-
|
|
947
|
+
uid: string | null;
|
|
948
948
|
title: string | null;
|
|
949
|
-
|
|
950
|
-
|
|
951
|
-
duration: string | null;
|
|
952
|
-
hourlyRate: {
|
|
953
|
-
max: number | null;
|
|
954
|
-
min: number | null;
|
|
955
|
-
} | null;
|
|
956
|
-
experienceLevel: string | null;
|
|
957
|
-
paymentType: string | null;
|
|
958
|
-
fixedPrice: number | null;
|
|
959
|
-
} | null;
|
|
949
|
+
category: string | null;
|
|
950
|
+
jobUrl: string | null;
|
|
960
951
|
description: string | null;
|
|
961
952
|
region: "USOnly" | "UKOnly" | "Worldwide" | "All" | null;
|
|
962
|
-
|
|
963
|
-
category: string | null;
|
|
964
|
-
uid: string | null;
|
|
965
|
-
questions: string[] | null;
|
|
966
|
-
occupation: string | null;
|
|
953
|
+
id: string | null;
|
|
967
954
|
createdAt: number | null;
|
|
968
955
|
skills: {
|
|
969
956
|
name: string;
|
|
970
957
|
}[] | null;
|
|
958
|
+
datetime: number | null;
|
|
971
959
|
descriptionLength: number | null;
|
|
972
960
|
connectsRequired: number | null;
|
|
973
961
|
projectType: string | null;
|
|
974
962
|
projectDuration: string | null;
|
|
975
|
-
|
|
963
|
+
questions: string[] | null;
|
|
964
|
+
metadata: {
|
|
965
|
+
hours: string | null;
|
|
966
|
+
duration: string | null;
|
|
967
|
+
experienceLevel: string | null;
|
|
968
|
+
hourlyRate: {
|
|
969
|
+
min: number | null;
|
|
970
|
+
max: number | null;
|
|
971
|
+
} | null;
|
|
972
|
+
paymentType: string | null;
|
|
973
|
+
fixedPrice: number | null;
|
|
974
|
+
} | null;
|
|
976
975
|
clientInfo: {
|
|
977
976
|
country: string | null;
|
|
977
|
+
isPaymentVerified: boolean | null;
|
|
978
|
+
totalSpent: number | null;
|
|
978
979
|
region: string | null;
|
|
979
|
-
openJobs: number | null;
|
|
980
980
|
isPhoneVerified: boolean | null;
|
|
981
|
-
isPaymentVerified: boolean | null;
|
|
982
981
|
numberOfReviews: number | null;
|
|
983
982
|
rating: number | null;
|
|
984
983
|
jobsPosted: number | null;
|
|
985
|
-
totalSpent: number | null;
|
|
986
984
|
numberOfHires: number | null;
|
|
987
985
|
activeEngagements: number | null;
|
|
986
|
+
openJobs: number | null;
|
|
988
987
|
hireRate: number | null;
|
|
989
988
|
memberSince: string | null;
|
|
990
989
|
companyIndustry: string | null;
|
|
@@ -995,7 +994,7 @@ export declare const feedJobEnrichCompletedEventMetadata: z.ZodObject<z.objectUt
|
|
|
995
994
|
} | null;
|
|
996
995
|
vendorQualifications: {
|
|
997
996
|
location: string | null;
|
|
998
|
-
talentType: "
|
|
997
|
+
talentType: "Agency" | "Independent" | "unspecified" | null;
|
|
999
998
|
englishLevel: string | null;
|
|
1000
999
|
minimumEarnings: number | null;
|
|
1001
1000
|
jobSuccessScore: string | null;
|
|
@@ -1005,9 +1004,9 @@ export declare const feedJobEnrichCompletedEventMetadata: z.ZodObject<z.objectUt
|
|
|
1005
1004
|
isFeatured: boolean | null;
|
|
1006
1005
|
clientReviews: {
|
|
1007
1006
|
hourlyRate: number | null;
|
|
1008
|
-
jobTitle: string | null;
|
|
1009
1007
|
paymentType: string | null;
|
|
1010
1008
|
fixedPrice: number | null;
|
|
1009
|
+
jobTitle: string | null;
|
|
1011
1010
|
freelancerName: string | null;
|
|
1012
1011
|
freelancerRating: number | null;
|
|
1013
1012
|
freelancerFeedback: string | null;
|
|
@@ -1019,90 +1018,92 @@ export declare const feedJobEnrichCompletedEventMetadata: z.ZodObject<z.objectUt
|
|
|
1019
1018
|
}[] | null;
|
|
1020
1019
|
bidRange: {
|
|
1021
1020
|
high: number | null;
|
|
1022
|
-
low: number | null;
|
|
1023
1021
|
avg: number | null;
|
|
1022
|
+
low: number | null;
|
|
1024
1023
|
} | null;
|
|
1025
1024
|
jobActivity: {
|
|
1026
|
-
unansweredInvites: number | null;
|
|
1027
|
-
updatedAt: number | null;
|
|
1028
1025
|
proposals: {
|
|
1029
|
-
max: number | null;
|
|
1030
1026
|
min: number | null;
|
|
1027
|
+
max: number | null;
|
|
1031
1028
|
};
|
|
1032
1029
|
lastViewedByClient: string | null;
|
|
1033
1030
|
lastViewedByClientTimestamp: number | null;
|
|
1034
1031
|
hires: number | null;
|
|
1035
1032
|
interviewing: number | null;
|
|
1036
1033
|
invitesSent: number | null;
|
|
1037
|
-
} | null;
|
|
1038
|
-
activityUpdates: 2 | 1 | 3 | null;
|
|
1039
|
-
activity?: Partial<Record<"4h" | "24h", {
|
|
1040
1034
|
unansweredInvites: number | null;
|
|
1041
1035
|
updatedAt: number | null;
|
|
1036
|
+
} | null;
|
|
1037
|
+
occupation: string | null;
|
|
1038
|
+
activityUpdates: 1 | 2 | 3 | null;
|
|
1039
|
+
activity?: Partial<Record<"4h" | "24h", {
|
|
1042
1040
|
proposals: {
|
|
1043
|
-
max: number | null;
|
|
1044
1041
|
min: number | null;
|
|
1042
|
+
max: number | null;
|
|
1045
1043
|
};
|
|
1046
1044
|
lastViewedByClient: string | null;
|
|
1047
1045
|
lastViewedByClientTimestamp: number | null;
|
|
1048
1046
|
hires: number | null;
|
|
1049
1047
|
interviewing: number | null;
|
|
1050
1048
|
invitesSent: number | null;
|
|
1049
|
+
unansweredInvites: number | null;
|
|
1050
|
+
updatedAt: number | null;
|
|
1051
1051
|
}>> | null | undefined;
|
|
1052
1052
|
activityDelta?: {
|
|
1053
|
-
unansweredInvites: number;
|
|
1054
1053
|
proposals: number;
|
|
1055
1054
|
hires: number;
|
|
1056
1055
|
interviewing: number;
|
|
1057
1056
|
invitesSent: number;
|
|
1057
|
+
unansweredInvites: number;
|
|
1058
1058
|
} | null | undefined;
|
|
1059
1059
|
}>;
|
|
1060
1060
|
duration: z.ZodString;
|
|
1061
1061
|
}>, "strip", z.ZodTypeAny, {
|
|
1062
1062
|
region: "USOnly" | "UKOnly" | "Worldwide" | "All";
|
|
1063
|
+
accountId: string;
|
|
1064
|
+
accountEmail: string;
|
|
1063
1065
|
duration: string;
|
|
1064
1066
|
job: {
|
|
1065
|
-
|
|
1067
|
+
uid: string | null;
|
|
1066
1068
|
title: string | null;
|
|
1067
|
-
|
|
1068
|
-
|
|
1069
|
-
duration: string | null;
|
|
1070
|
-
hourlyRate: {
|
|
1071
|
-
max: number | null;
|
|
1072
|
-
min: number | null;
|
|
1073
|
-
} | null;
|
|
1074
|
-
experienceLevel: string | null;
|
|
1075
|
-
paymentType: string | null;
|
|
1076
|
-
fixedPrice: number | null;
|
|
1077
|
-
} | null;
|
|
1069
|
+
category: string | null;
|
|
1070
|
+
jobUrl: string | null;
|
|
1078
1071
|
description: string | null;
|
|
1079
1072
|
region: "USOnly" | "UKOnly" | "Worldwide" | "All" | null;
|
|
1080
|
-
|
|
1081
|
-
category: string | null;
|
|
1082
|
-
uid: string | null;
|
|
1083
|
-
questions: string[] | null;
|
|
1084
|
-
occupation: string | null;
|
|
1073
|
+
id: string | null;
|
|
1085
1074
|
createdAt: number | null;
|
|
1086
1075
|
skills: {
|
|
1087
1076
|
name: string;
|
|
1088
1077
|
}[] | null;
|
|
1078
|
+
datetime: number | null;
|
|
1089
1079
|
descriptionLength: number | null;
|
|
1090
1080
|
connectsRequired: number | null;
|
|
1091
1081
|
projectType: string | null;
|
|
1092
1082
|
projectDuration: string | null;
|
|
1093
|
-
|
|
1083
|
+
questions: string[] | null;
|
|
1084
|
+
metadata: {
|
|
1085
|
+
hours: string | null;
|
|
1086
|
+
duration: string | null;
|
|
1087
|
+
experienceLevel: string | null;
|
|
1088
|
+
hourlyRate: {
|
|
1089
|
+
min: number | null;
|
|
1090
|
+
max: number | null;
|
|
1091
|
+
} | null;
|
|
1092
|
+
paymentType: string | null;
|
|
1093
|
+
fixedPrice: number | null;
|
|
1094
|
+
} | null;
|
|
1094
1095
|
clientInfo: {
|
|
1095
1096
|
country: string | null;
|
|
1097
|
+
isPaymentVerified: boolean | null;
|
|
1098
|
+
totalSpent: number | null;
|
|
1096
1099
|
region: string | null;
|
|
1097
|
-
openJobs: number | null;
|
|
1098
1100
|
isPhoneVerified: boolean | null;
|
|
1099
|
-
isPaymentVerified: boolean | null;
|
|
1100
1101
|
numberOfReviews: number | null;
|
|
1101
1102
|
rating: number | null;
|
|
1102
1103
|
jobsPosted: number | null;
|
|
1103
|
-
totalSpent: number | null;
|
|
1104
1104
|
numberOfHires: number | null;
|
|
1105
1105
|
activeEngagements: number | null;
|
|
1106
|
+
openJobs: number | null;
|
|
1106
1107
|
hireRate: number | null;
|
|
1107
1108
|
memberSince: string | null;
|
|
1108
1109
|
companyIndustry: string | null;
|
|
@@ -1113,7 +1114,7 @@ export declare const feedJobEnrichCompletedEventMetadata: z.ZodObject<z.objectUt
|
|
|
1113
1114
|
} | null;
|
|
1114
1115
|
vendorQualifications: {
|
|
1115
1116
|
location: string | null;
|
|
1116
|
-
talentType: "
|
|
1117
|
+
talentType: "Agency" | "Independent" | "unspecified" | null;
|
|
1117
1118
|
englishLevel: string | null;
|
|
1118
1119
|
minimumEarnings: number | null;
|
|
1119
1120
|
jobSuccessScore: string | null;
|
|
@@ -1123,9 +1124,9 @@ export declare const feedJobEnrichCompletedEventMetadata: z.ZodObject<z.objectUt
|
|
|
1123
1124
|
isFeatured: boolean | null;
|
|
1124
1125
|
clientReviews: {
|
|
1125
1126
|
hourlyRate: number | null;
|
|
1126
|
-
jobTitle: string | null;
|
|
1127
1127
|
paymentType: string | null;
|
|
1128
1128
|
fixedPrice: number | null;
|
|
1129
|
+
jobTitle: string | null;
|
|
1129
1130
|
freelancerName: string | null;
|
|
1130
1131
|
freelancerRating: number | null;
|
|
1131
1132
|
freelancerFeedback: string | null;
|
|
@@ -1137,91 +1138,91 @@ export declare const feedJobEnrichCompletedEventMetadata: z.ZodObject<z.objectUt
|
|
|
1137
1138
|
}[] | null;
|
|
1138
1139
|
bidRange: {
|
|
1139
1140
|
high: number | null;
|
|
1140
|
-
low: number | null;
|
|
1141
1141
|
avg: number | null;
|
|
1142
|
+
low: number | null;
|
|
1142
1143
|
} | null;
|
|
1143
1144
|
jobActivity: {
|
|
1144
|
-
unansweredInvites: number | null;
|
|
1145
|
-
updatedAt: number | null;
|
|
1146
1145
|
proposals: {
|
|
1147
|
-
max: number | null;
|
|
1148
1146
|
min: number | null;
|
|
1147
|
+
max: number | null;
|
|
1149
1148
|
};
|
|
1150
1149
|
lastViewedByClient: string | null;
|
|
1151
1150
|
lastViewedByClientTimestamp: number | null;
|
|
1152
1151
|
hires: number | null;
|
|
1153
1152
|
interviewing: number | null;
|
|
1154
1153
|
invitesSent: number | null;
|
|
1155
|
-
} | null;
|
|
1156
|
-
activityUpdates: 2 | 1 | 3 | null;
|
|
1157
|
-
activity?: Partial<Record<"4h" | "24h", {
|
|
1158
1154
|
unansweredInvites: number | null;
|
|
1159
1155
|
updatedAt: number | null;
|
|
1156
|
+
} | null;
|
|
1157
|
+
occupation: string | null;
|
|
1158
|
+
activityUpdates: 1 | 2 | 3 | null;
|
|
1159
|
+
activity?: Partial<Record<"4h" | "24h", {
|
|
1160
1160
|
proposals: {
|
|
1161
|
-
max: number | null;
|
|
1162
1161
|
min: number | null;
|
|
1162
|
+
max: number | null;
|
|
1163
1163
|
};
|
|
1164
1164
|
lastViewedByClient: string | null;
|
|
1165
1165
|
lastViewedByClientTimestamp: number | null;
|
|
1166
1166
|
hires: number | null;
|
|
1167
1167
|
interviewing: number | null;
|
|
1168
1168
|
invitesSent: number | null;
|
|
1169
|
+
unansweredInvites: number | null;
|
|
1170
|
+
updatedAt: number | null;
|
|
1169
1171
|
}>> | null | undefined;
|
|
1170
1172
|
activityDelta?: {
|
|
1171
|
-
unansweredInvites: number;
|
|
1172
1173
|
proposals: number;
|
|
1173
1174
|
hires: number;
|
|
1174
1175
|
interviewing: number;
|
|
1175
1176
|
invitesSent: number;
|
|
1177
|
+
unansweredInvites: number;
|
|
1176
1178
|
} | null | undefined;
|
|
1177
1179
|
};
|
|
1178
|
-
accountId: string;
|
|
1179
|
-
accountEmail: string;
|
|
1180
1180
|
}, {
|
|
1181
1181
|
region: "USOnly" | "UKOnly" | "Worldwide" | "All";
|
|
1182
|
+
accountId: string;
|
|
1183
|
+
accountEmail: string;
|
|
1182
1184
|
duration: string;
|
|
1183
1185
|
job: {
|
|
1184
|
-
|
|
1186
|
+
uid: string | null;
|
|
1185
1187
|
title: string | null;
|
|
1186
|
-
|
|
1187
|
-
|
|
1188
|
-
duration: string | null;
|
|
1189
|
-
hourlyRate: {
|
|
1190
|
-
max: number | null;
|
|
1191
|
-
min: number | null;
|
|
1192
|
-
} | null;
|
|
1193
|
-
experienceLevel: string | null;
|
|
1194
|
-
paymentType: string | null;
|
|
1195
|
-
fixedPrice: number | null;
|
|
1196
|
-
} | null;
|
|
1188
|
+
category: string | null;
|
|
1189
|
+
jobUrl: string | null;
|
|
1197
1190
|
description: string | null;
|
|
1198
1191
|
region: "USOnly" | "UKOnly" | "Worldwide" | "All" | null;
|
|
1199
|
-
|
|
1200
|
-
category: string | null;
|
|
1201
|
-
uid: string | null;
|
|
1202
|
-
questions: string[] | null;
|
|
1203
|
-
occupation: string | null;
|
|
1192
|
+
id: string | null;
|
|
1204
1193
|
createdAt: number | null;
|
|
1205
1194
|
skills: {
|
|
1206
1195
|
name: string;
|
|
1207
1196
|
}[] | null;
|
|
1197
|
+
datetime: number | null;
|
|
1208
1198
|
descriptionLength: number | null;
|
|
1209
1199
|
connectsRequired: number | null;
|
|
1210
1200
|
projectType: string | null;
|
|
1211
1201
|
projectDuration: string | null;
|
|
1212
|
-
|
|
1202
|
+
questions: string[] | null;
|
|
1203
|
+
metadata: {
|
|
1204
|
+
hours: string | null;
|
|
1205
|
+
duration: string | null;
|
|
1206
|
+
experienceLevel: string | null;
|
|
1207
|
+
hourlyRate: {
|
|
1208
|
+
min: number | null;
|
|
1209
|
+
max: number | null;
|
|
1210
|
+
} | null;
|
|
1211
|
+
paymentType: string | null;
|
|
1212
|
+
fixedPrice: number | null;
|
|
1213
|
+
} | null;
|
|
1213
1214
|
clientInfo: {
|
|
1214
1215
|
country: string | null;
|
|
1216
|
+
isPaymentVerified: boolean | null;
|
|
1217
|
+
totalSpent: number | null;
|
|
1215
1218
|
region: string | null;
|
|
1216
|
-
openJobs: number | null;
|
|
1217
1219
|
isPhoneVerified: boolean | null;
|
|
1218
|
-
isPaymentVerified: boolean | null;
|
|
1219
1220
|
numberOfReviews: number | null;
|
|
1220
1221
|
rating: number | null;
|
|
1221
1222
|
jobsPosted: number | null;
|
|
1222
|
-
totalSpent: number | null;
|
|
1223
1223
|
numberOfHires: number | null;
|
|
1224
1224
|
activeEngagements: number | null;
|
|
1225
|
+
openJobs: number | null;
|
|
1225
1226
|
hireRate: number | null;
|
|
1226
1227
|
memberSince: string | null;
|
|
1227
1228
|
companyIndustry: string | null;
|
|
@@ -1232,7 +1233,7 @@ export declare const feedJobEnrichCompletedEventMetadata: z.ZodObject<z.objectUt
|
|
|
1232
1233
|
} | null;
|
|
1233
1234
|
vendorQualifications: {
|
|
1234
1235
|
location: string | null;
|
|
1235
|
-
talentType: "
|
|
1236
|
+
talentType: "Agency" | "Independent" | "unspecified" | null;
|
|
1236
1237
|
englishLevel: string | null;
|
|
1237
1238
|
minimumEarnings: number | null;
|
|
1238
1239
|
jobSuccessScore: string | null;
|
|
@@ -1242,9 +1243,9 @@ export declare const feedJobEnrichCompletedEventMetadata: z.ZodObject<z.objectUt
|
|
|
1242
1243
|
isFeatured: boolean | null;
|
|
1243
1244
|
clientReviews: {
|
|
1244
1245
|
hourlyRate: number | null;
|
|
1245
|
-
jobTitle: string | null;
|
|
1246
1246
|
paymentType: string | null;
|
|
1247
1247
|
fixedPrice: number | null;
|
|
1248
|
+
jobTitle: string | null;
|
|
1248
1249
|
freelancerName: string | null;
|
|
1249
1250
|
freelancerRating: number | null;
|
|
1250
1251
|
freelancerFeedback: string | null;
|
|
@@ -1256,46 +1257,45 @@ export declare const feedJobEnrichCompletedEventMetadata: z.ZodObject<z.objectUt
|
|
|
1256
1257
|
}[] | null;
|
|
1257
1258
|
bidRange: {
|
|
1258
1259
|
high: number | null;
|
|
1259
|
-
low: number | null;
|
|
1260
1260
|
avg: number | null;
|
|
1261
|
+
low: number | null;
|
|
1261
1262
|
} | null;
|
|
1262
1263
|
jobActivity: {
|
|
1263
|
-
unansweredInvites: number | null;
|
|
1264
|
-
updatedAt: number | null;
|
|
1265
1264
|
proposals: {
|
|
1266
|
-
max: number | null;
|
|
1267
1265
|
min: number | null;
|
|
1266
|
+
max: number | null;
|
|
1268
1267
|
};
|
|
1269
1268
|
lastViewedByClient: string | null;
|
|
1270
1269
|
lastViewedByClientTimestamp: number | null;
|
|
1271
1270
|
hires: number | null;
|
|
1272
1271
|
interviewing: number | null;
|
|
1273
1272
|
invitesSent: number | null;
|
|
1274
|
-
} | null;
|
|
1275
|
-
activityUpdates: 2 | 1 | 3 | null;
|
|
1276
|
-
activity?: Partial<Record<"4h" | "24h", {
|
|
1277
1273
|
unansweredInvites: number | null;
|
|
1278
1274
|
updatedAt: number | null;
|
|
1275
|
+
} | null;
|
|
1276
|
+
occupation: string | null;
|
|
1277
|
+
activityUpdates: 1 | 2 | 3 | null;
|
|
1278
|
+
activity?: Partial<Record<"4h" | "24h", {
|
|
1279
1279
|
proposals: {
|
|
1280
|
-
max: number | null;
|
|
1281
1280
|
min: number | null;
|
|
1281
|
+
max: number | null;
|
|
1282
1282
|
};
|
|
1283
1283
|
lastViewedByClient: string | null;
|
|
1284
1284
|
lastViewedByClientTimestamp: number | null;
|
|
1285
1285
|
hires: number | null;
|
|
1286
1286
|
interviewing: number | null;
|
|
1287
1287
|
invitesSent: number | null;
|
|
1288
|
+
unansweredInvites: number | null;
|
|
1289
|
+
updatedAt: number | null;
|
|
1288
1290
|
}>> | null | undefined;
|
|
1289
1291
|
activityDelta?: {
|
|
1290
|
-
unansweredInvites: number;
|
|
1291
1292
|
proposals: number;
|
|
1292
1293
|
hires: number;
|
|
1293
1294
|
interviewing: number;
|
|
1294
1295
|
invitesSent: number;
|
|
1296
|
+
unansweredInvites: number;
|
|
1295
1297
|
} | null | undefined;
|
|
1296
1298
|
};
|
|
1297
|
-
accountId: string;
|
|
1298
|
-
accountEmail: string;
|
|
1299
1299
|
}>;
|
|
1300
1300
|
export declare const feedJobEnrichFailedEventMetadata: z.ZodObject<z.objectUtil.extendShape<{
|
|
1301
1301
|
listing: z.ZodObject<{
|
|
@@ -1368,15 +1368,15 @@ export declare const feedJobEnrichFailedEventMetadata: z.ZodObject<z.objectUtil.
|
|
|
1368
1368
|
highlighted: z.ZodBoolean;
|
|
1369
1369
|
}, "strip", z.ZodTypeAny, {
|
|
1370
1370
|
uid: string;
|
|
1371
|
-
prefLabel: string;
|
|
1372
1371
|
parentSkillUid: string | null;
|
|
1372
|
+
prefLabel: string;
|
|
1373
1373
|
prettyName: string;
|
|
1374
1374
|
highlighted: boolean;
|
|
1375
1375
|
freeText?: any;
|
|
1376
1376
|
}, {
|
|
1377
1377
|
uid: string;
|
|
1378
|
-
prefLabel: string;
|
|
1379
1378
|
parentSkillUid: string | null;
|
|
1379
|
+
prefLabel: string;
|
|
1380
1380
|
prettyName: string;
|
|
1381
1381
|
highlighted: boolean;
|
|
1382
1382
|
freeText?: any;
|
|
@@ -1385,11 +1385,11 @@ export declare const feedJobEnrichFailedEventMetadata: z.ZodObject<z.objectUtil.
|
|
|
1385
1385
|
min: z.ZodNumber;
|
|
1386
1386
|
max: z.ZodNumber;
|
|
1387
1387
|
}, "strip", z.ZodTypeAny, {
|
|
1388
|
-
max: number;
|
|
1389
1388
|
min: number;
|
|
1390
|
-
}, {
|
|
1391
1389
|
max: number;
|
|
1390
|
+
}, {
|
|
1392
1391
|
min: number;
|
|
1392
|
+
max: number;
|
|
1393
1393
|
}>;
|
|
1394
1394
|
weeklyBudget: z.ZodObject<{
|
|
1395
1395
|
amount: z.ZodNumber;
|
|
@@ -1400,19 +1400,19 @@ export declare const feedJobEnrichFailedEventMetadata: z.ZodObject<z.objectUtil.
|
|
|
1400
1400
|
}>;
|
|
1401
1401
|
isSTSVectorSearchResult: z.ZodBoolean;
|
|
1402
1402
|
}, "strip", z.ZodTypeAny, {
|
|
1403
|
-
type: number;
|
|
1404
|
-
title: string;
|
|
1405
|
-
description: string;
|
|
1406
|
-
amount: {
|
|
1407
|
-
amount: number;
|
|
1408
|
-
};
|
|
1409
1403
|
uid: string;
|
|
1410
1404
|
ciphertext: string;
|
|
1405
|
+
title: string;
|
|
1406
|
+
description: string;
|
|
1411
1407
|
createdOn: string;
|
|
1412
|
-
durationLabel: string | null;
|
|
1413
1408
|
publishedOn: string;
|
|
1414
1409
|
renewedOn: string | null;
|
|
1410
|
+
type: number;
|
|
1411
|
+
durationLabel: string | null;
|
|
1415
1412
|
engagement: string | null;
|
|
1413
|
+
amount: {
|
|
1414
|
+
amount: number;
|
|
1415
|
+
};
|
|
1416
1416
|
connectPrice: number | null;
|
|
1417
1417
|
client: {
|
|
1418
1418
|
location: {
|
|
@@ -1433,15 +1433,15 @@ export declare const feedJobEnrichFailedEventMetadata: z.ZodObject<z.objectUtil.
|
|
|
1433
1433
|
premium: boolean;
|
|
1434
1434
|
attrs: {
|
|
1435
1435
|
uid: string;
|
|
1436
|
-
prefLabel: string;
|
|
1437
1436
|
parentSkillUid: string | null;
|
|
1437
|
+
prefLabel: string;
|
|
1438
1438
|
prettyName: string;
|
|
1439
1439
|
highlighted: boolean;
|
|
1440
1440
|
freeText?: any;
|
|
1441
1441
|
}[];
|
|
1442
1442
|
hourlyBudget: {
|
|
1443
|
-
max: number;
|
|
1444
1443
|
min: number;
|
|
1444
|
+
max: number;
|
|
1445
1445
|
};
|
|
1446
1446
|
weeklyBudget: {
|
|
1447
1447
|
amount: number;
|
|
@@ -1451,19 +1451,19 @@ export declare const feedJobEnrichFailedEventMetadata: z.ZodObject<z.objectUtil.
|
|
|
1451
1451
|
jobUrl?: string | undefined;
|
|
1452
1452
|
clientRelation?: any;
|
|
1453
1453
|
}, {
|
|
1454
|
-
type: number;
|
|
1455
|
-
title: string;
|
|
1456
|
-
description: string;
|
|
1457
|
-
amount: {
|
|
1458
|
-
amount: number;
|
|
1459
|
-
};
|
|
1460
1454
|
uid: string;
|
|
1461
1455
|
ciphertext: string;
|
|
1456
|
+
title: string;
|
|
1457
|
+
description: string;
|
|
1462
1458
|
createdOn: string;
|
|
1463
|
-
durationLabel: string | null;
|
|
1464
1459
|
publishedOn: string;
|
|
1465
1460
|
renewedOn: string | null;
|
|
1461
|
+
type: number;
|
|
1462
|
+
durationLabel: string | null;
|
|
1466
1463
|
engagement: string | null;
|
|
1464
|
+
amount: {
|
|
1465
|
+
amount: number;
|
|
1466
|
+
};
|
|
1467
1467
|
connectPrice: number | null;
|
|
1468
1468
|
client: {
|
|
1469
1469
|
location: {
|
|
@@ -1484,15 +1484,15 @@ export declare const feedJobEnrichFailedEventMetadata: z.ZodObject<z.objectUtil.
|
|
|
1484
1484
|
premium: boolean;
|
|
1485
1485
|
attrs: {
|
|
1486
1486
|
uid: string;
|
|
1487
|
-
prefLabel: string;
|
|
1488
1487
|
parentSkillUid: string | null;
|
|
1488
|
+
prefLabel: string;
|
|
1489
1489
|
prettyName: string;
|
|
1490
1490
|
highlighted: boolean;
|
|
1491
1491
|
freeText?: any;
|
|
1492
1492
|
}[];
|
|
1493
1493
|
hourlyBudget: {
|
|
1494
|
-
max: number;
|
|
1495
1494
|
min: number;
|
|
1495
|
+
max: number;
|
|
1496
1496
|
};
|
|
1497
1497
|
weeklyBudget: {
|
|
1498
1498
|
amount: number;
|
|
@@ -1510,21 +1510,20 @@ export declare const feedJobEnrichFailedEventMetadata: z.ZodObject<z.objectUtil.
|
|
|
1510
1510
|
errorCode: z.ZodString;
|
|
1511
1511
|
errorStack: z.ZodString;
|
|
1512
1512
|
}>, "strip", z.ZodTypeAny, {
|
|
1513
|
-
errorCode: string;
|
|
1514
1513
|
listing: {
|
|
1515
|
-
type: number;
|
|
1516
|
-
title: string;
|
|
1517
|
-
description: string;
|
|
1518
|
-
amount: {
|
|
1519
|
-
amount: number;
|
|
1520
|
-
};
|
|
1521
1514
|
uid: string;
|
|
1522
1515
|
ciphertext: string;
|
|
1516
|
+
title: string;
|
|
1517
|
+
description: string;
|
|
1523
1518
|
createdOn: string;
|
|
1524
|
-
durationLabel: string | null;
|
|
1525
1519
|
publishedOn: string;
|
|
1526
1520
|
renewedOn: string | null;
|
|
1521
|
+
type: number;
|
|
1522
|
+
durationLabel: string | null;
|
|
1527
1523
|
engagement: string | null;
|
|
1524
|
+
amount: {
|
|
1525
|
+
amount: number;
|
|
1526
|
+
};
|
|
1528
1527
|
connectPrice: number | null;
|
|
1529
1528
|
client: {
|
|
1530
1529
|
location: {
|
|
@@ -1545,15 +1544,15 @@ export declare const feedJobEnrichFailedEventMetadata: z.ZodObject<z.objectUtil.
|
|
|
1545
1544
|
premium: boolean;
|
|
1546
1545
|
attrs: {
|
|
1547
1546
|
uid: string;
|
|
1548
|
-
prefLabel: string;
|
|
1549
1547
|
parentSkillUid: string | null;
|
|
1548
|
+
prefLabel: string;
|
|
1550
1549
|
prettyName: string;
|
|
1551
1550
|
highlighted: boolean;
|
|
1552
1551
|
freeText?: any;
|
|
1553
1552
|
}[];
|
|
1554
1553
|
hourlyBudget: {
|
|
1555
|
-
max: number;
|
|
1556
1554
|
min: number;
|
|
1555
|
+
max: number;
|
|
1557
1556
|
};
|
|
1558
1557
|
weeklyBudget: {
|
|
1559
1558
|
amount: number;
|
|
@@ -1565,25 +1564,25 @@ export declare const feedJobEnrichFailedEventMetadata: z.ZodObject<z.objectUtil.
|
|
|
1565
1564
|
};
|
|
1566
1565
|
region: "USOnly" | "UKOnly" | "Worldwide" | "All";
|
|
1567
1566
|
accountId: string;
|
|
1567
|
+
accountEmail: string;
|
|
1568
1568
|
errorMessage: string;
|
|
1569
|
+
errorCode: string;
|
|
1569
1570
|
errorStack: string;
|
|
1570
|
-
accountEmail: string;
|
|
1571
1571
|
}, {
|
|
1572
|
-
errorCode: string;
|
|
1573
1572
|
listing: {
|
|
1574
|
-
type: number;
|
|
1575
|
-
title: string;
|
|
1576
|
-
description: string;
|
|
1577
|
-
amount: {
|
|
1578
|
-
amount: number;
|
|
1579
|
-
};
|
|
1580
1573
|
uid: string;
|
|
1581
1574
|
ciphertext: string;
|
|
1575
|
+
title: string;
|
|
1576
|
+
description: string;
|
|
1582
1577
|
createdOn: string;
|
|
1583
|
-
durationLabel: string | null;
|
|
1584
1578
|
publishedOn: string;
|
|
1585
1579
|
renewedOn: string | null;
|
|
1580
|
+
type: number;
|
|
1581
|
+
durationLabel: string | null;
|
|
1586
1582
|
engagement: string | null;
|
|
1583
|
+
amount: {
|
|
1584
|
+
amount: number;
|
|
1585
|
+
};
|
|
1587
1586
|
connectPrice: number | null;
|
|
1588
1587
|
client: {
|
|
1589
1588
|
location: {
|
|
@@ -1604,15 +1603,15 @@ export declare const feedJobEnrichFailedEventMetadata: z.ZodObject<z.objectUtil.
|
|
|
1604
1603
|
premium: boolean;
|
|
1605
1604
|
attrs: {
|
|
1606
1605
|
uid: string;
|
|
1607
|
-
prefLabel: string;
|
|
1608
1606
|
parentSkillUid: string | null;
|
|
1607
|
+
prefLabel: string;
|
|
1609
1608
|
prettyName: string;
|
|
1610
1609
|
highlighted: boolean;
|
|
1611
1610
|
freeText?: any;
|
|
1612
1611
|
}[];
|
|
1613
1612
|
hourlyBudget: {
|
|
1614
|
-
max: number;
|
|
1615
1613
|
min: number;
|
|
1614
|
+
max: number;
|
|
1616
1615
|
};
|
|
1617
1616
|
weeklyBudget: {
|
|
1618
1617
|
amount: number;
|
|
@@ -1624,9 +1623,10 @@ export declare const feedJobEnrichFailedEventMetadata: z.ZodObject<z.objectUtil.
|
|
|
1624
1623
|
};
|
|
1625
1624
|
region: "USOnly" | "UKOnly" | "Worldwide" | "All";
|
|
1626
1625
|
accountId: string;
|
|
1626
|
+
accountEmail: string;
|
|
1627
1627
|
errorMessage: string;
|
|
1628
|
+
errorCode: string;
|
|
1628
1629
|
errorStack: string;
|
|
1629
|
-
accountEmail: string;
|
|
1630
1630
|
}>;
|
|
1631
1631
|
export interface FeedJobEnrichStartedEventMetadata extends z.infer<typeof feedJobEnrichStartedEventMetadata> {
|
|
1632
1632
|
}
|