lancer-shared 1.2.240 → 1.2.242
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.map +1 -0
- package/dist/bundle.esm.js +23749 -0
- package/dist/bundle.esm.js.map +1 -0
- package/dist/schemas/account/bidder-account.d.ts +75 -75
- package/dist/schemas/account/scraper-account.d.ts +37 -37
- package/dist/schemas/agent/index.d.ts +285 -285
- package/dist/schemas/agent/proposal.d.ts +6 -6
- package/dist/schemas/bidder/bid.d.ts +2345 -2345
- package/dist/schemas/campaign/campaign-analytics.d.ts +857 -857
- package/dist/schemas/campaign/campaign-chat-bot.d.ts +25 -25
- 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 +201 -201
- 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 +34 -34
- package/dist/schemas/infrastructure/index.d.ts +8 -8
- package/dist/schemas/invoice/index.d.ts +51 -51
- package/dist/schemas/job/index.d.ts +212 -212
- package/dist/schemas/job/job-api.d.ts +4 -4
- package/dist/schemas/job/job-details.d.ts +736 -736
- package/dist/schemas/job/job-filters.d.ts +14 -14
- package/dist/schemas/job/job-listing.d.ts +94 -94
- package/dist/schemas/job/nuxt.d.ts +150 -150
- package/dist/schemas/lead/index.d.ts +1022 -1022
- package/dist/schemas/lead/lead-status.d.ts +10 -10
- package/dist/schemas/logger/feed/feed-chunk-enrich.d.ts +25 -25
- package/dist/schemas/logger/feed/feed-enrich.d.ts +15 -15
- package/dist/schemas/logger/feed/feed-job-enrich.d.ts +321 -321
- package/dist/schemas/logger/feed/feed-scrape.d.ts +15 -15
- package/dist/schemas/logger/log-event.d.ts +91 -91
- package/dist/schemas/logger/scraper-events.d.ts +90 -90
- package/dist/schemas/notifications/index.d.ts +4 -4
- package/dist/schemas/organization/cover-letter.d.ts +2 -2
- package/dist/schemas/organization/index.d.ts +104 -104
- package/dist/schemas/organization/subscription.d.ts +6 -6
- package/dist/schemas/plan/index.d.ts +14 -14
- package/dist/schemas/proxy/proxy.d.ts +20 -20
- package/dist/schemas/saved-search/index.d.ts +4 -4
- package/dist/schemas/scraper/scrape-payload.d.ts +621 -621
- package/dist/schemas/scraper/scrape-result.d.ts +214 -214
- 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 +854 -854
- package/dist/schemas/transaction/index.d.ts +18 -18
- package/dist/schemas/usage/index.d.ts +16 -16
- package/dist/schemas/usage-event/index.d.ts +4 -4
- package/dist/schemas/user/index.d.ts +4 -4
- package/package.json +10 -8
|
@@ -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
|
-
parentSkillUid: string | null;
|
|
74
73
|
prefLabel: string;
|
|
74
|
+
parentSkillUid: string | null;
|
|
75
75
|
prettyName: string;
|
|
76
76
|
highlighted: boolean;
|
|
77
77
|
freeText?: any;
|
|
78
78
|
}, {
|
|
79
79
|
uid: string;
|
|
80
|
-
parentSkillUid: string | null;
|
|
81
80
|
prefLabel: string;
|
|
81
|
+
parentSkillUid: string | null;
|
|
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
|
-
min: number;
|
|
91
90
|
max: number;
|
|
92
|
-
}, {
|
|
93
91
|
min: number;
|
|
92
|
+
}, {
|
|
94
93
|
max: number;
|
|
94
|
+
min: number;
|
|
95
95
|
}>;
|
|
96
96
|
weeklyBudget: z.ZodObject<{
|
|
97
97
|
amount: z.ZodNumber;
|
|
@@ -102,19 +102,20 @@ export declare const feedJobEnrichStartedEventMetadata: z.ZodObject<{
|
|
|
102
102
|
}>;
|
|
103
103
|
isSTSVectorSearchResult: z.ZodBoolean;
|
|
104
104
|
}, "strip", z.ZodTypeAny, {
|
|
105
|
-
|
|
106
|
-
ciphertext: string;
|
|
105
|
+
type: number;
|
|
107
106
|
title: string;
|
|
108
107
|
description: string;
|
|
108
|
+
premium: boolean;
|
|
109
|
+
amount: {
|
|
110
|
+
amount: number;
|
|
111
|
+
};
|
|
112
|
+
uid: string;
|
|
113
|
+
ciphertext: string;
|
|
109
114
|
createdOn: string;
|
|
115
|
+
durationLabel: string | null;
|
|
110
116
|
publishedOn: string;
|
|
111
117
|
renewedOn: string | null;
|
|
112
|
-
type: number;
|
|
113
|
-
durationLabel: string | null;
|
|
114
118
|
engagement: string | null;
|
|
115
|
-
amount: {
|
|
116
|
-
amount: number;
|
|
117
|
-
};
|
|
118
119
|
connectPrice: number | null;
|
|
119
120
|
client: {
|
|
120
121
|
location: {
|
|
@@ -132,18 +133,17 @@ export declare const feedJobEnrichStartedEventMetadata: z.ZodObject<{
|
|
|
132
133
|
tierText: string | null;
|
|
133
134
|
isApplied: boolean;
|
|
134
135
|
proposalsTier: string | null;
|
|
135
|
-
premium: boolean;
|
|
136
136
|
attrs: {
|
|
137
137
|
uid: string;
|
|
138
|
-
parentSkillUid: string | null;
|
|
139
138
|
prefLabel: string;
|
|
139
|
+
parentSkillUid: string | null;
|
|
140
140
|
prettyName: string;
|
|
141
141
|
highlighted: boolean;
|
|
142
142
|
freeText?: any;
|
|
143
143
|
}[];
|
|
144
144
|
hourlyBudget: {
|
|
145
|
-
min: number;
|
|
146
145
|
max: number;
|
|
146
|
+
min: number;
|
|
147
147
|
};
|
|
148
148
|
weeklyBudget: {
|
|
149
149
|
amount: number;
|
|
@@ -153,19 +153,20 @@ export declare const feedJobEnrichStartedEventMetadata: z.ZodObject<{
|
|
|
153
153
|
jobUrl?: string | undefined;
|
|
154
154
|
clientRelation?: any;
|
|
155
155
|
}, {
|
|
156
|
-
|
|
157
|
-
ciphertext: string;
|
|
156
|
+
type: number;
|
|
158
157
|
title: string;
|
|
159
158
|
description: string;
|
|
159
|
+
premium: boolean;
|
|
160
|
+
amount: {
|
|
161
|
+
amount: number;
|
|
162
|
+
};
|
|
163
|
+
uid: string;
|
|
164
|
+
ciphertext: string;
|
|
160
165
|
createdOn: string;
|
|
166
|
+
durationLabel: string | null;
|
|
161
167
|
publishedOn: string;
|
|
162
168
|
renewedOn: string | null;
|
|
163
|
-
type: number;
|
|
164
|
-
durationLabel: string | null;
|
|
165
169
|
engagement: string | null;
|
|
166
|
-
amount: {
|
|
167
|
-
amount: number;
|
|
168
|
-
};
|
|
169
170
|
connectPrice: number | null;
|
|
170
171
|
client: {
|
|
171
172
|
location: {
|
|
@@ -183,18 +184,17 @@ export declare const feedJobEnrichStartedEventMetadata: z.ZodObject<{
|
|
|
183
184
|
tierText: string | null;
|
|
184
185
|
isApplied: boolean;
|
|
185
186
|
proposalsTier: string | null;
|
|
186
|
-
premium: boolean;
|
|
187
187
|
attrs: {
|
|
188
188
|
uid: string;
|
|
189
|
-
parentSkillUid: string | null;
|
|
190
189
|
prefLabel: string;
|
|
190
|
+
parentSkillUid: string | null;
|
|
191
191
|
prettyName: string;
|
|
192
192
|
highlighted: boolean;
|
|
193
193
|
freeText?: any;
|
|
194
194
|
}[];
|
|
195
195
|
hourlyBudget: {
|
|
196
|
-
min: number;
|
|
197
196
|
max: number;
|
|
197
|
+
min: number;
|
|
198
198
|
};
|
|
199
199
|
weeklyBudget: {
|
|
200
200
|
amount: number;
|
|
@@ -204,24 +204,25 @@ export declare const feedJobEnrichStartedEventMetadata: z.ZodObject<{
|
|
|
204
204
|
jobUrl?: string | undefined;
|
|
205
205
|
clientRelation?: any;
|
|
206
206
|
}>;
|
|
207
|
-
region: z.ZodUnion<[z.ZodLiteral<"USOnly">, z.ZodLiteral<"UKOnly">, z.ZodLiteral<"Worldwide">]>;
|
|
207
|
+
region: z.ZodUnion<[z.ZodLiteral<"USOnly">, z.ZodLiteral<"UKOnly">, z.ZodLiteral<"Worldwide">, z.ZodLiteral<"All">]>;
|
|
208
208
|
accountId: z.ZodString;
|
|
209
209
|
accountEmail: z.ZodString;
|
|
210
210
|
}, "strip", z.ZodTypeAny, {
|
|
211
211
|
listing: {
|
|
212
|
-
|
|
213
|
-
ciphertext: string;
|
|
212
|
+
type: number;
|
|
214
213
|
title: string;
|
|
215
214
|
description: string;
|
|
215
|
+
premium: boolean;
|
|
216
|
+
amount: {
|
|
217
|
+
amount: number;
|
|
218
|
+
};
|
|
219
|
+
uid: string;
|
|
220
|
+
ciphertext: string;
|
|
216
221
|
createdOn: string;
|
|
222
|
+
durationLabel: string | null;
|
|
217
223
|
publishedOn: string;
|
|
218
224
|
renewedOn: string | null;
|
|
219
|
-
type: number;
|
|
220
|
-
durationLabel: string | null;
|
|
221
225
|
engagement: string | null;
|
|
222
|
-
amount: {
|
|
223
|
-
amount: number;
|
|
224
|
-
};
|
|
225
226
|
connectPrice: number | null;
|
|
226
227
|
client: {
|
|
227
228
|
location: {
|
|
@@ -239,18 +240,17 @@ export declare const feedJobEnrichStartedEventMetadata: z.ZodObject<{
|
|
|
239
240
|
tierText: string | null;
|
|
240
241
|
isApplied: boolean;
|
|
241
242
|
proposalsTier: string | null;
|
|
242
|
-
premium: boolean;
|
|
243
243
|
attrs: {
|
|
244
244
|
uid: string;
|
|
245
|
-
parentSkillUid: string | null;
|
|
246
245
|
prefLabel: string;
|
|
246
|
+
parentSkillUid: string | null;
|
|
247
247
|
prettyName: string;
|
|
248
248
|
highlighted: boolean;
|
|
249
249
|
freeText?: any;
|
|
250
250
|
}[];
|
|
251
251
|
hourlyBudget: {
|
|
252
|
-
min: number;
|
|
253
252
|
max: number;
|
|
253
|
+
min: number;
|
|
254
254
|
};
|
|
255
255
|
weeklyBudget: {
|
|
256
256
|
amount: number;
|
|
@@ -260,24 +260,25 @@ export declare const feedJobEnrichStartedEventMetadata: z.ZodObject<{
|
|
|
260
260
|
jobUrl?: string | undefined;
|
|
261
261
|
clientRelation?: any;
|
|
262
262
|
};
|
|
263
|
-
region: "USOnly" | "UKOnly" | "
|
|
263
|
+
region: "Worldwide" | "USOnly" | "UKOnly" | "All";
|
|
264
264
|
accountId: string;
|
|
265
265
|
accountEmail: string;
|
|
266
266
|
}, {
|
|
267
267
|
listing: {
|
|
268
|
-
|
|
269
|
-
ciphertext: string;
|
|
268
|
+
type: number;
|
|
270
269
|
title: string;
|
|
271
270
|
description: string;
|
|
271
|
+
premium: boolean;
|
|
272
|
+
amount: {
|
|
273
|
+
amount: number;
|
|
274
|
+
};
|
|
275
|
+
uid: string;
|
|
276
|
+
ciphertext: string;
|
|
272
277
|
createdOn: string;
|
|
278
|
+
durationLabel: string | null;
|
|
273
279
|
publishedOn: string;
|
|
274
280
|
renewedOn: string | null;
|
|
275
|
-
type: number;
|
|
276
|
-
durationLabel: string | null;
|
|
277
281
|
engagement: string | null;
|
|
278
|
-
amount: {
|
|
279
|
-
amount: number;
|
|
280
|
-
};
|
|
281
282
|
connectPrice: number | null;
|
|
282
283
|
client: {
|
|
283
284
|
location: {
|
|
@@ -295,18 +296,17 @@ export declare const feedJobEnrichStartedEventMetadata: z.ZodObject<{
|
|
|
295
296
|
tierText: string | null;
|
|
296
297
|
isApplied: boolean;
|
|
297
298
|
proposalsTier: string | null;
|
|
298
|
-
premium: boolean;
|
|
299
299
|
attrs: {
|
|
300
300
|
uid: string;
|
|
301
|
-
parentSkillUid: string | null;
|
|
302
301
|
prefLabel: string;
|
|
302
|
+
parentSkillUid: string | null;
|
|
303
303
|
prettyName: string;
|
|
304
304
|
highlighted: boolean;
|
|
305
305
|
freeText?: any;
|
|
306
306
|
}[];
|
|
307
307
|
hourlyBudget: {
|
|
308
|
-
min: number;
|
|
309
308
|
max: number;
|
|
309
|
+
min: number;
|
|
310
310
|
};
|
|
311
311
|
weeklyBudget: {
|
|
312
312
|
amount: number;
|
|
@@ -316,7 +316,7 @@ export declare const feedJobEnrichStartedEventMetadata: z.ZodObject<{
|
|
|
316
316
|
jobUrl?: string | undefined;
|
|
317
317
|
clientRelation?: any;
|
|
318
318
|
};
|
|
319
|
-
region: "USOnly" | "UKOnly" | "
|
|
319
|
+
region: "Worldwide" | "USOnly" | "UKOnly" | "All";
|
|
320
320
|
accountId: string;
|
|
321
321
|
accountEmail: string;
|
|
322
322
|
}>;
|
|
@@ -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
|
-
parentSkillUid: string | null;
|
|
395
394
|
prefLabel: string;
|
|
395
|
+
parentSkillUid: string | null;
|
|
396
396
|
prettyName: string;
|
|
397
397
|
highlighted: boolean;
|
|
398
398
|
freeText?: any;
|
|
399
399
|
}, {
|
|
400
400
|
uid: string;
|
|
401
|
-
parentSkillUid: string | null;
|
|
402
401
|
prefLabel: string;
|
|
402
|
+
parentSkillUid: string | null;
|
|
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
|
-
min: number;
|
|
412
411
|
max: number;
|
|
413
|
-
}, {
|
|
414
412
|
min: number;
|
|
413
|
+
}, {
|
|
415
414
|
max: number;
|
|
415
|
+
min: number;
|
|
416
416
|
}>;
|
|
417
417
|
weeklyBudget: z.ZodObject<{
|
|
418
418
|
amount: z.ZodNumber;
|
|
@@ -423,19 +423,20 @@ export declare const feedJobEnrichCompletedEventMetadata: z.ZodObject<z.objectUt
|
|
|
423
423
|
}>;
|
|
424
424
|
isSTSVectorSearchResult: z.ZodBoolean;
|
|
425
425
|
}, "strip", z.ZodTypeAny, {
|
|
426
|
-
|
|
427
|
-
ciphertext: string;
|
|
426
|
+
type: number;
|
|
428
427
|
title: string;
|
|
429
428
|
description: string;
|
|
429
|
+
premium: boolean;
|
|
430
|
+
amount: {
|
|
431
|
+
amount: number;
|
|
432
|
+
};
|
|
433
|
+
uid: string;
|
|
434
|
+
ciphertext: string;
|
|
430
435
|
createdOn: string;
|
|
436
|
+
durationLabel: string | null;
|
|
431
437
|
publishedOn: string;
|
|
432
438
|
renewedOn: string | null;
|
|
433
|
-
type: number;
|
|
434
|
-
durationLabel: string | null;
|
|
435
439
|
engagement: string | null;
|
|
436
|
-
amount: {
|
|
437
|
-
amount: number;
|
|
438
|
-
};
|
|
439
440
|
connectPrice: number | null;
|
|
440
441
|
client: {
|
|
441
442
|
location: {
|
|
@@ -453,18 +454,17 @@ export declare const feedJobEnrichCompletedEventMetadata: z.ZodObject<z.objectUt
|
|
|
453
454
|
tierText: string | null;
|
|
454
455
|
isApplied: boolean;
|
|
455
456
|
proposalsTier: string | null;
|
|
456
|
-
premium: boolean;
|
|
457
457
|
attrs: {
|
|
458
458
|
uid: string;
|
|
459
|
-
parentSkillUid: string | null;
|
|
460
459
|
prefLabel: string;
|
|
460
|
+
parentSkillUid: string | null;
|
|
461
461
|
prettyName: string;
|
|
462
462
|
highlighted: boolean;
|
|
463
463
|
freeText?: any;
|
|
464
464
|
}[];
|
|
465
465
|
hourlyBudget: {
|
|
466
|
-
min: number;
|
|
467
466
|
max: number;
|
|
467
|
+
min: number;
|
|
468
468
|
};
|
|
469
469
|
weeklyBudget: {
|
|
470
470
|
amount: number;
|
|
@@ -474,19 +474,20 @@ export declare const feedJobEnrichCompletedEventMetadata: z.ZodObject<z.objectUt
|
|
|
474
474
|
jobUrl?: string | undefined;
|
|
475
475
|
clientRelation?: any;
|
|
476
476
|
}, {
|
|
477
|
-
|
|
478
|
-
ciphertext: string;
|
|
477
|
+
type: number;
|
|
479
478
|
title: string;
|
|
480
479
|
description: string;
|
|
480
|
+
premium: boolean;
|
|
481
|
+
amount: {
|
|
482
|
+
amount: number;
|
|
483
|
+
};
|
|
484
|
+
uid: string;
|
|
485
|
+
ciphertext: string;
|
|
481
486
|
createdOn: string;
|
|
487
|
+
durationLabel: string | null;
|
|
482
488
|
publishedOn: string;
|
|
483
489
|
renewedOn: string | null;
|
|
484
|
-
type: number;
|
|
485
|
-
durationLabel: string | null;
|
|
486
490
|
engagement: string | null;
|
|
487
|
-
amount: {
|
|
488
|
-
amount: number;
|
|
489
|
-
};
|
|
490
491
|
connectPrice: number | null;
|
|
491
492
|
client: {
|
|
492
493
|
location: {
|
|
@@ -504,18 +505,17 @@ export declare const feedJobEnrichCompletedEventMetadata: z.ZodObject<z.objectUt
|
|
|
504
505
|
tierText: string | null;
|
|
505
506
|
isApplied: boolean;
|
|
506
507
|
proposalsTier: string | null;
|
|
507
|
-
premium: boolean;
|
|
508
508
|
attrs: {
|
|
509
509
|
uid: string;
|
|
510
|
-
parentSkillUid: string | null;
|
|
511
510
|
prefLabel: string;
|
|
511
|
+
parentSkillUid: string | null;
|
|
512
512
|
prettyName: string;
|
|
513
513
|
highlighted: boolean;
|
|
514
514
|
freeText?: any;
|
|
515
515
|
}[];
|
|
516
516
|
hourlyBudget: {
|
|
517
|
-
min: number;
|
|
518
517
|
max: number;
|
|
518
|
+
min: number;
|
|
519
519
|
};
|
|
520
520
|
weeklyBudget: {
|
|
521
521
|
amount: number;
|
|
@@ -525,7 +525,7 @@ export declare const feedJobEnrichCompletedEventMetadata: z.ZodObject<z.objectUt
|
|
|
525
525
|
jobUrl?: string | undefined;
|
|
526
526
|
clientRelation?: any;
|
|
527
527
|
}>;
|
|
528
|
-
region: z.ZodUnion<[z.ZodLiteral<"USOnly">, z.ZodLiteral<"UKOnly">, z.ZodLiteral<"Worldwide">]>;
|
|
528
|
+
region: z.ZodUnion<[z.ZodLiteral<"USOnly">, z.ZodLiteral<"UKOnly">, z.ZodLiteral<"Worldwide">, z.ZodLiteral<"All">]>;
|
|
529
529
|
accountId: z.ZodString;
|
|
530
530
|
accountEmail: z.ZodString;
|
|
531
531
|
}, "region" | "accountId" | "accountEmail">, {
|
|
@@ -558,33 +558,33 @@ 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
|
-
min: number | null;
|
|
562
561
|
max: number | null;
|
|
563
|
-
}, {
|
|
564
562
|
min: number | null;
|
|
563
|
+
}, {
|
|
565
564
|
max: number | null;
|
|
565
|
+
min: 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
|
+
paymentType: string | null;
|
|
572
573
|
experienceLevel: string | null;
|
|
573
574
|
hourlyRate: {
|
|
574
|
-
min: number | null;
|
|
575
575
|
max: number | null;
|
|
576
|
+
min: number | null;
|
|
576
577
|
} | null;
|
|
577
|
-
paymentType: string | null;
|
|
578
578
|
fixedPrice: number | null;
|
|
579
579
|
}, {
|
|
580
580
|
hours: string | null;
|
|
581
581
|
duration: string | null;
|
|
582
|
+
paymentType: string | null;
|
|
582
583
|
experienceLevel: string | null;
|
|
583
584
|
hourlyRate: {
|
|
584
|
-
min: number | null;
|
|
585
585
|
max: number | null;
|
|
586
|
+
min: number | null;
|
|
586
587
|
} | null;
|
|
587
|
-
paymentType: string | null;
|
|
588
588
|
fixedPrice: number | null;
|
|
589
589
|
}>>;
|
|
590
590
|
clientInfo: z.ZodNullable<z.ZodObject<{
|
|
@@ -607,39 +607,39 @@ export declare const feedJobEnrichCompletedEventMetadata: z.ZodObject<z.objectUt
|
|
|
607
607
|
avgHourlyRatePaid: z.ZodNullable<z.ZodNumber>;
|
|
608
608
|
}, "strip", z.ZodTypeAny, {
|
|
609
609
|
country: string | null;
|
|
610
|
-
isPaymentVerified: boolean | null;
|
|
611
|
-
totalSpent: number | null;
|
|
612
610
|
region: string | null;
|
|
611
|
+
isPaymentVerified: boolean | null;
|
|
613
612
|
isPhoneVerified: boolean | null;
|
|
613
|
+
enterpriseClient: boolean | null;
|
|
614
|
+
companySize: string | null;
|
|
615
|
+
openJobs: number | null;
|
|
616
|
+
totalSpent: number | null;
|
|
614
617
|
numberOfReviews: number | null;
|
|
615
618
|
rating: number | null;
|
|
616
619
|
jobsPosted: number | null;
|
|
617
620
|
numberOfHires: number | null;
|
|
618
621
|
activeEngagements: number | null;
|
|
619
|
-
openJobs: number | null;
|
|
620
622
|
hireRate: number | null;
|
|
621
623
|
memberSince: string | null;
|
|
622
624
|
companyIndustry: string | null;
|
|
623
|
-
companySize: string | null;
|
|
624
|
-
enterpriseClient: boolean | null;
|
|
625
625
|
avgHourlyRatePaid: number | null;
|
|
626
626
|
}, {
|
|
627
627
|
country: string | null;
|
|
628
|
-
isPaymentVerified: boolean | null;
|
|
629
|
-
totalSpent: number | null;
|
|
630
628
|
region: string | null;
|
|
629
|
+
isPaymentVerified: boolean | null;
|
|
631
630
|
isPhoneVerified: boolean | null;
|
|
631
|
+
enterpriseClient: boolean | null;
|
|
632
|
+
companySize: string | null;
|
|
633
|
+
openJobs: number | null;
|
|
634
|
+
totalSpent: number | null;
|
|
632
635
|
numberOfReviews: number | null;
|
|
633
636
|
rating: number | null;
|
|
634
637
|
jobsPosted: number | null;
|
|
635
638
|
numberOfHires: number | null;
|
|
636
639
|
activeEngagements: number | null;
|
|
637
|
-
openJobs: number | null;
|
|
638
640
|
hireRate: number | null;
|
|
639
641
|
memberSince: string | null;
|
|
640
642
|
companyIndustry: string | null;
|
|
641
|
-
companySize: string | null;
|
|
642
|
-
enterpriseClient: boolean | null;
|
|
643
643
|
avgHourlyRatePaid: number | null;
|
|
644
644
|
}>>;
|
|
645
645
|
vendorQualifications: z.ZodNullable<z.ZodObject<{
|
|
@@ -651,18 +651,18 @@ export declare const feedJobEnrichCompletedEventMetadata: z.ZodObject<z.objectUt
|
|
|
651
651
|
includeRisingTalent: z.ZodNullable<z.ZodString>;
|
|
652
652
|
}, "strip", z.ZodTypeAny, {
|
|
653
653
|
location: string | null;
|
|
654
|
-
|
|
654
|
+
includeRisingTalent: string | null;
|
|
655
|
+
talentType: "unspecified" | "Independent" | "Agency" | null;
|
|
655
656
|
englishLevel: string | null;
|
|
656
657
|
minimumEarnings: number | null;
|
|
657
658
|
jobSuccessScore: string | null;
|
|
658
|
-
includeRisingTalent: string | null;
|
|
659
659
|
}, {
|
|
660
660
|
location: string | null;
|
|
661
|
-
|
|
661
|
+
includeRisingTalent: string | null;
|
|
662
|
+
talentType: "unspecified" | "Independent" | "Agency" | null;
|
|
662
663
|
englishLevel: string | null;
|
|
663
664
|
minimumEarnings: number | null;
|
|
664
665
|
jobSuccessScore: string | null;
|
|
665
|
-
includeRisingTalent: string | null;
|
|
666
666
|
}>>;
|
|
667
667
|
processed: z.ZodNullable<z.ZodBoolean>;
|
|
668
668
|
isFeatured: z.ZodNullable<z.ZodBoolean>;
|
|
@@ -680,9 +680,8 @@ export declare const feedJobEnrichCompletedEventMetadata: z.ZodObject<z.objectUt
|
|
|
680
680
|
numHours: z.ZodNullable<z.ZodNumber>;
|
|
681
681
|
totalBilled: z.ZodNullable<z.ZodNumber>;
|
|
682
682
|
}, "strip", z.ZodTypeAny, {
|
|
683
|
-
hourlyRate: number | null;
|
|
684
683
|
paymentType: string | null;
|
|
685
|
-
|
|
684
|
+
hourlyRate: number | null;
|
|
686
685
|
jobTitle: string | null;
|
|
687
686
|
freelancerName: string | null;
|
|
688
687
|
freelancerRating: number | null;
|
|
@@ -690,12 +689,12 @@ export declare const feedJobEnrichCompletedEventMetadata: z.ZodObject<z.objectUt
|
|
|
690
689
|
clientFeedback: string | null;
|
|
691
690
|
clientFeedbackRating: number | null;
|
|
692
691
|
dateRange: string | null;
|
|
692
|
+
fixedPrice: number | null;
|
|
693
693
|
numHours: number | null;
|
|
694
694
|
totalBilled: number | null;
|
|
695
695
|
}, {
|
|
696
|
-
hourlyRate: number | null;
|
|
697
696
|
paymentType: string | null;
|
|
698
|
-
|
|
697
|
+
hourlyRate: number | null;
|
|
699
698
|
jobTitle: string | null;
|
|
700
699
|
freelancerName: string | null;
|
|
701
700
|
freelancerRating: number | null;
|
|
@@ -703,33 +702,34 @@ export declare const feedJobEnrichCompletedEventMetadata: z.ZodObject<z.objectUt
|
|
|
703
702
|
clientFeedback: string | null;
|
|
704
703
|
clientFeedbackRating: number | null;
|
|
705
704
|
dateRange: string | null;
|
|
705
|
+
fixedPrice: number | null;
|
|
706
706
|
numHours: number | null;
|
|
707
707
|
totalBilled: number | null;
|
|
708
708
|
}>, "many">>;
|
|
709
|
-
region: z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"USOnly">, z.ZodLiteral<"UKOnly">, z.ZodLiteral<"Worldwide">]>>;
|
|
709
|
+
region: z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"USOnly">, z.ZodLiteral<"UKOnly">, z.ZodLiteral<"Worldwide">, z.ZodLiteral<"All">]>>;
|
|
710
710
|
bidRange: z.ZodNullable<z.ZodObject<{
|
|
711
711
|
high: z.ZodNullable<z.ZodNumber>;
|
|
712
712
|
avg: z.ZodNullable<z.ZodNumber>;
|
|
713
713
|
low: z.ZodNullable<z.ZodNumber>;
|
|
714
714
|
}, "strip", z.ZodTypeAny, {
|
|
715
715
|
high: number | null;
|
|
716
|
-
avg: number | null;
|
|
717
716
|
low: number | null;
|
|
717
|
+
avg: number | null;
|
|
718
718
|
}, {
|
|
719
719
|
high: number | null;
|
|
720
|
-
avg: number | null;
|
|
721
720
|
low: number | null;
|
|
721
|
+
avg: number | null;
|
|
722
722
|
}>>;
|
|
723
723
|
jobActivity: z.ZodNullable<z.ZodObject<{
|
|
724
724
|
proposals: z.ZodObject<{
|
|
725
725
|
min: z.ZodNullable<z.ZodNumber>;
|
|
726
726
|
max: z.ZodNullable<z.ZodNumber>;
|
|
727
727
|
}, "strip", z.ZodTypeAny, {
|
|
728
|
-
min: number | null;
|
|
729
728
|
max: number | null;
|
|
730
|
-
}, {
|
|
731
729
|
min: number | null;
|
|
730
|
+
}, {
|
|
732
731
|
max: number | null;
|
|
732
|
+
min: number | null;
|
|
733
733
|
}>;
|
|
734
734
|
lastViewedByClient: z.ZodNullable<z.ZodString>;
|
|
735
735
|
lastViewedByClientTimestamp: z.ZodNullable<z.ZodNumber>;
|
|
@@ -739,29 +739,29 @@ export declare const feedJobEnrichCompletedEventMetadata: z.ZodObject<z.objectUt
|
|
|
739
739
|
unansweredInvites: z.ZodNullable<z.ZodNumber>;
|
|
740
740
|
updatedAt: z.ZodNullable<z.ZodNumber>;
|
|
741
741
|
}, "strip", z.ZodTypeAny, {
|
|
742
|
+
updatedAt: number | null;
|
|
743
|
+
unansweredInvites: number | null;
|
|
742
744
|
proposals: {
|
|
743
|
-
min: number | null;
|
|
744
745
|
max: number | null;
|
|
746
|
+
min: number | null;
|
|
745
747
|
};
|
|
746
748
|
lastViewedByClient: string | null;
|
|
747
749
|
lastViewedByClientTimestamp: number | null;
|
|
748
750
|
hires: number | null;
|
|
749
751
|
interviewing: number | null;
|
|
750
752
|
invitesSent: number | null;
|
|
751
|
-
unansweredInvites: number | null;
|
|
752
|
-
updatedAt: number | null;
|
|
753
753
|
}, {
|
|
754
|
+
updatedAt: number | null;
|
|
755
|
+
unansweredInvites: number | null;
|
|
754
756
|
proposals: {
|
|
755
|
-
min: number | null;
|
|
756
757
|
max: number | null;
|
|
758
|
+
min: number | null;
|
|
757
759
|
};
|
|
758
760
|
lastViewedByClient: string | null;
|
|
759
761
|
lastViewedByClientTimestamp: number | null;
|
|
760
762
|
hires: number | null;
|
|
761
763
|
interviewing: number | null;
|
|
762
764
|
invitesSent: number | null;
|
|
763
|
-
unansweredInvites: number | null;
|
|
764
|
-
updatedAt: number | null;
|
|
765
765
|
}>>;
|
|
766
766
|
activityUpdates: z.ZodNullable<z.ZodUnion<[z.ZodLiteral<1>, z.ZodLiteral<2>, z.ZodLiteral<3>]>>;
|
|
767
767
|
activity: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodEnum<["4h" | "24h"]>, z.ZodObject<{
|
|
@@ -769,11 +769,11 @@ export declare const feedJobEnrichCompletedEventMetadata: z.ZodObject<z.objectUt
|
|
|
769
769
|
min: z.ZodNullable<z.ZodNumber>;
|
|
770
770
|
max: z.ZodNullable<z.ZodNumber>;
|
|
771
771
|
}, "strip", z.ZodTypeAny, {
|
|
772
|
-
min: number | null;
|
|
773
772
|
max: number | null;
|
|
774
|
-
}, {
|
|
775
773
|
min: number | null;
|
|
774
|
+
}, {
|
|
776
775
|
max: number | null;
|
|
776
|
+
min: number | null;
|
|
777
777
|
}>;
|
|
778
778
|
lastViewedByClient: z.ZodNullable<z.ZodString>;
|
|
779
779
|
lastViewedByClientTimestamp: z.ZodNullable<z.ZodNumber>;
|
|
@@ -783,29 +783,29 @@ export declare const feedJobEnrichCompletedEventMetadata: z.ZodObject<z.objectUt
|
|
|
783
783
|
unansweredInvites: z.ZodNullable<z.ZodNumber>;
|
|
784
784
|
updatedAt: z.ZodNullable<z.ZodNumber>;
|
|
785
785
|
}, "strip", z.ZodTypeAny, {
|
|
786
|
+
updatedAt: number | null;
|
|
787
|
+
unansweredInvites: number | null;
|
|
786
788
|
proposals: {
|
|
787
|
-
min: number | null;
|
|
788
789
|
max: number | null;
|
|
790
|
+
min: number | null;
|
|
789
791
|
};
|
|
790
792
|
lastViewedByClient: string | null;
|
|
791
793
|
lastViewedByClientTimestamp: number | null;
|
|
792
794
|
hires: number | null;
|
|
793
795
|
interviewing: number | null;
|
|
794
796
|
invitesSent: number | null;
|
|
795
|
-
unansweredInvites: number | null;
|
|
796
|
-
updatedAt: number | null;
|
|
797
797
|
}, {
|
|
798
|
+
updatedAt: number | null;
|
|
799
|
+
unansweredInvites: number | null;
|
|
798
800
|
proposals: {
|
|
799
|
-
min: number | null;
|
|
800
801
|
max: number | null;
|
|
802
|
+
min: number | null;
|
|
801
803
|
};
|
|
802
804
|
lastViewedByClient: string | null;
|
|
803
805
|
lastViewedByClientTimestamp: number | null;
|
|
804
806
|
hires: number | null;
|
|
805
807
|
interviewing: number | null;
|
|
806
808
|
invitesSent: number | null;
|
|
807
|
-
unansweredInvites: number | null;
|
|
808
|
-
updatedAt: number | null;
|
|
809
809
|
}>>>>;
|
|
810
810
|
activityDelta: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
811
811
|
proposals: z.ZodNumber;
|
|
@@ -814,80 +814,79 @@ export declare const feedJobEnrichCompletedEventMetadata: z.ZodObject<z.objectUt
|
|
|
814
814
|
invitesSent: z.ZodNumber;
|
|
815
815
|
unansweredInvites: z.ZodNumber;
|
|
816
816
|
}, "strip", z.ZodTypeAny, {
|
|
817
|
+
unansweredInvites: number;
|
|
817
818
|
proposals: number;
|
|
818
819
|
hires: number;
|
|
819
820
|
interviewing: number;
|
|
820
821
|
invitesSent: number;
|
|
821
|
-
unansweredInvites: number;
|
|
822
822
|
}, {
|
|
823
|
+
unansweredInvites: number;
|
|
823
824
|
proposals: number;
|
|
824
825
|
hires: number;
|
|
825
826
|
interviewing: number;
|
|
826
827
|
invitesSent: number;
|
|
827
|
-
unansweredInvites: number;
|
|
828
828
|
}>>>;
|
|
829
829
|
}, "strip", z.ZodTypeAny, {
|
|
830
|
-
uid: string | null;
|
|
831
|
-
title: string | null;
|
|
832
|
-
category: string | null;
|
|
833
|
-
jobUrl: string | null;
|
|
834
|
-
description: string | null;
|
|
835
|
-
region: "USOnly" | "UKOnly" | "Worldwide" | null;
|
|
836
830
|
id: string | null;
|
|
837
|
-
|
|
838
|
-
skills: {
|
|
839
|
-
name: string;
|
|
840
|
-
}[] | null;
|
|
841
|
-
datetime: number | null;
|
|
842
|
-
descriptionLength: number | null;
|
|
843
|
-
connectsRequired: number | null;
|
|
844
|
-
projectType: string | null;
|
|
845
|
-
projectDuration: string | null;
|
|
846
|
-
questions: string[] | null;
|
|
831
|
+
title: string | null;
|
|
847
832
|
metadata: {
|
|
848
833
|
hours: string | null;
|
|
849
834
|
duration: string | null;
|
|
835
|
+
paymentType: string | null;
|
|
850
836
|
experienceLevel: string | null;
|
|
851
837
|
hourlyRate: {
|
|
852
|
-
min: number | null;
|
|
853
838
|
max: number | null;
|
|
839
|
+
min: number | null;
|
|
854
840
|
} | null;
|
|
855
|
-
paymentType: string | null;
|
|
856
841
|
fixedPrice: number | null;
|
|
857
842
|
} | null;
|
|
843
|
+
description: string | null;
|
|
844
|
+
region: "Worldwide" | "USOnly" | "UKOnly" | "All" | null;
|
|
845
|
+
datetime: number | null;
|
|
846
|
+
createdAt: number | null;
|
|
847
|
+
isFeatured: boolean | null;
|
|
848
|
+
projectDuration: string | null;
|
|
849
|
+
questions: string[] | null;
|
|
858
850
|
clientInfo: {
|
|
859
851
|
country: string | null;
|
|
860
|
-
isPaymentVerified: boolean | null;
|
|
861
|
-
totalSpent: number | null;
|
|
862
852
|
region: string | null;
|
|
853
|
+
isPaymentVerified: boolean | null;
|
|
863
854
|
isPhoneVerified: boolean | null;
|
|
855
|
+
enterpriseClient: boolean | null;
|
|
856
|
+
companySize: string | null;
|
|
857
|
+
openJobs: number | null;
|
|
858
|
+
totalSpent: number | null;
|
|
864
859
|
numberOfReviews: number | null;
|
|
865
860
|
rating: number | null;
|
|
866
861
|
jobsPosted: number | null;
|
|
867
862
|
numberOfHires: number | null;
|
|
868
863
|
activeEngagements: number | null;
|
|
869
|
-
openJobs: number | null;
|
|
870
864
|
hireRate: number | null;
|
|
871
865
|
memberSince: string | null;
|
|
872
866
|
companyIndustry: string | null;
|
|
873
|
-
companySize: string | null;
|
|
874
|
-
enterpriseClient: boolean | null;
|
|
875
867
|
avgHourlyRatePaid: number | null;
|
|
876
868
|
} | null;
|
|
877
869
|
vendorQualifications: {
|
|
878
870
|
location: string | null;
|
|
879
|
-
|
|
871
|
+
includeRisingTalent: string | null;
|
|
872
|
+
talentType: "unspecified" | "Independent" | "Agency" | null;
|
|
880
873
|
englishLevel: string | null;
|
|
881
874
|
minimumEarnings: number | null;
|
|
882
875
|
jobSuccessScore: string | null;
|
|
883
|
-
includeRisingTalent: string | null;
|
|
884
876
|
} | null;
|
|
877
|
+
category: string | null;
|
|
878
|
+
uid: string | null;
|
|
879
|
+
jobUrl: string | null;
|
|
880
|
+
skills: {
|
|
881
|
+
name: string;
|
|
882
|
+
}[] | null;
|
|
883
|
+
descriptionLength: number | null;
|
|
884
|
+
connectsRequired: number | null;
|
|
885
|
+
projectType: string | null;
|
|
885
886
|
processed: boolean | null;
|
|
886
|
-
isFeatured: boolean | null;
|
|
887
887
|
clientReviews: {
|
|
888
|
-
hourlyRate: number | null;
|
|
889
888
|
paymentType: string | null;
|
|
890
|
-
|
|
889
|
+
hourlyRate: number | null;
|
|
891
890
|
jobTitle: string | null;
|
|
892
891
|
freelancerName: string | null;
|
|
893
892
|
freelancerRating: number | null;
|
|
@@ -895,110 +894,110 @@ export declare const feedJobEnrichCompletedEventMetadata: z.ZodObject<z.objectUt
|
|
|
895
894
|
clientFeedback: string | null;
|
|
896
895
|
clientFeedbackRating: number | null;
|
|
897
896
|
dateRange: string | null;
|
|
897
|
+
fixedPrice: number | null;
|
|
898
898
|
numHours: number | null;
|
|
899
899
|
totalBilled: number | null;
|
|
900
900
|
}[] | null;
|
|
901
901
|
bidRange: {
|
|
902
902
|
high: number | null;
|
|
903
|
-
avg: number | null;
|
|
904
903
|
low: number | null;
|
|
904
|
+
avg: number | null;
|
|
905
905
|
} | null;
|
|
906
906
|
jobActivity: {
|
|
907
|
+
updatedAt: number | null;
|
|
908
|
+
unansweredInvites: number | null;
|
|
907
909
|
proposals: {
|
|
908
|
-
min: number | null;
|
|
909
910
|
max: number | null;
|
|
911
|
+
min: number | null;
|
|
910
912
|
};
|
|
911
913
|
lastViewedByClient: string | null;
|
|
912
914
|
lastViewedByClientTimestamp: number | null;
|
|
913
915
|
hires: number | null;
|
|
914
916
|
interviewing: number | null;
|
|
915
917
|
invitesSent: number | null;
|
|
916
|
-
unansweredInvites: number | null;
|
|
917
|
-
updatedAt: number | null;
|
|
918
918
|
} | null;
|
|
919
|
-
activityUpdates:
|
|
919
|
+
activityUpdates: 2 | 1 | 3 | null;
|
|
920
920
|
activity?: Partial<Record<"4h" | "24h", {
|
|
921
|
+
updatedAt: number | null;
|
|
922
|
+
unansweredInvites: number | null;
|
|
921
923
|
proposals: {
|
|
922
|
-
min: number | null;
|
|
923
924
|
max: number | null;
|
|
925
|
+
min: number | null;
|
|
924
926
|
};
|
|
925
927
|
lastViewedByClient: string | null;
|
|
926
928
|
lastViewedByClientTimestamp: number | null;
|
|
927
929
|
hires: number | null;
|
|
928
930
|
interviewing: number | null;
|
|
929
931
|
invitesSent: number | null;
|
|
930
|
-
unansweredInvites: number | null;
|
|
931
|
-
updatedAt: number | null;
|
|
932
932
|
}>> | null | undefined;
|
|
933
933
|
activityDelta?: {
|
|
934
|
+
unansweredInvites: number;
|
|
934
935
|
proposals: number;
|
|
935
936
|
hires: number;
|
|
936
937
|
interviewing: number;
|
|
937
938
|
invitesSent: number;
|
|
938
|
-
unansweredInvites: number;
|
|
939
939
|
} | null | undefined;
|
|
940
940
|
}, {
|
|
941
|
-
uid: string | null;
|
|
942
|
-
title: string | null;
|
|
943
|
-
category: string | null;
|
|
944
|
-
jobUrl: string | null;
|
|
945
|
-
description: string | null;
|
|
946
|
-
region: "USOnly" | "UKOnly" | "Worldwide" | null;
|
|
947
941
|
id: string | null;
|
|
948
|
-
|
|
949
|
-
skills: {
|
|
950
|
-
name: string;
|
|
951
|
-
}[] | null;
|
|
952
|
-
datetime: number | null;
|
|
953
|
-
descriptionLength: number | null;
|
|
954
|
-
connectsRequired: number | null;
|
|
955
|
-
projectType: string | null;
|
|
956
|
-
projectDuration: string | null;
|
|
957
|
-
questions: string[] | null;
|
|
942
|
+
title: string | null;
|
|
958
943
|
metadata: {
|
|
959
944
|
hours: string | null;
|
|
960
945
|
duration: string | null;
|
|
946
|
+
paymentType: string | null;
|
|
961
947
|
experienceLevel: string | null;
|
|
962
948
|
hourlyRate: {
|
|
963
|
-
min: number | null;
|
|
964
949
|
max: number | null;
|
|
950
|
+
min: number | null;
|
|
965
951
|
} | null;
|
|
966
|
-
paymentType: string | null;
|
|
967
952
|
fixedPrice: number | null;
|
|
968
953
|
} | null;
|
|
954
|
+
description: string | null;
|
|
955
|
+
region: "Worldwide" | "USOnly" | "UKOnly" | "All" | null;
|
|
956
|
+
datetime: number | null;
|
|
957
|
+
createdAt: number | null;
|
|
958
|
+
isFeatured: boolean | null;
|
|
959
|
+
projectDuration: string | null;
|
|
960
|
+
questions: string[] | null;
|
|
969
961
|
clientInfo: {
|
|
970
962
|
country: string | null;
|
|
971
|
-
isPaymentVerified: boolean | null;
|
|
972
|
-
totalSpent: number | null;
|
|
973
963
|
region: string | null;
|
|
964
|
+
isPaymentVerified: boolean | null;
|
|
974
965
|
isPhoneVerified: boolean | null;
|
|
966
|
+
enterpriseClient: boolean | null;
|
|
967
|
+
companySize: string | null;
|
|
968
|
+
openJobs: number | null;
|
|
969
|
+
totalSpent: number | null;
|
|
975
970
|
numberOfReviews: number | null;
|
|
976
971
|
rating: number | null;
|
|
977
972
|
jobsPosted: number | null;
|
|
978
973
|
numberOfHires: number | null;
|
|
979
974
|
activeEngagements: number | null;
|
|
980
|
-
openJobs: number | null;
|
|
981
975
|
hireRate: number | null;
|
|
982
976
|
memberSince: string | null;
|
|
983
977
|
companyIndustry: string | null;
|
|
984
|
-
companySize: string | null;
|
|
985
|
-
enterpriseClient: boolean | null;
|
|
986
978
|
avgHourlyRatePaid: number | null;
|
|
987
979
|
} | null;
|
|
988
980
|
vendorQualifications: {
|
|
989
981
|
location: string | null;
|
|
990
|
-
|
|
982
|
+
includeRisingTalent: string | null;
|
|
983
|
+
talentType: "unspecified" | "Independent" | "Agency" | null;
|
|
991
984
|
englishLevel: string | null;
|
|
992
985
|
minimumEarnings: number | null;
|
|
993
986
|
jobSuccessScore: string | null;
|
|
994
|
-
includeRisingTalent: string | null;
|
|
995
987
|
} | null;
|
|
988
|
+
category: string | null;
|
|
989
|
+
uid: string | null;
|
|
990
|
+
jobUrl: string | null;
|
|
991
|
+
skills: {
|
|
992
|
+
name: string;
|
|
993
|
+
}[] | null;
|
|
994
|
+
descriptionLength: number | null;
|
|
995
|
+
connectsRequired: number | null;
|
|
996
|
+
projectType: string | null;
|
|
996
997
|
processed: boolean | null;
|
|
997
|
-
isFeatured: boolean | null;
|
|
998
998
|
clientReviews: {
|
|
999
|
-
hourlyRate: number | null;
|
|
1000
999
|
paymentType: string | null;
|
|
1001
|
-
|
|
1000
|
+
hourlyRate: number | null;
|
|
1002
1001
|
jobTitle: string | null;
|
|
1003
1002
|
freelancerName: string | null;
|
|
1004
1003
|
freelancerRating: number | null;
|
|
@@ -1006,117 +1005,115 @@ export declare const feedJobEnrichCompletedEventMetadata: z.ZodObject<z.objectUt
|
|
|
1006
1005
|
clientFeedback: string | null;
|
|
1007
1006
|
clientFeedbackRating: number | null;
|
|
1008
1007
|
dateRange: string | null;
|
|
1008
|
+
fixedPrice: number | null;
|
|
1009
1009
|
numHours: number | null;
|
|
1010
1010
|
totalBilled: number | null;
|
|
1011
1011
|
}[] | null;
|
|
1012
1012
|
bidRange: {
|
|
1013
1013
|
high: number | null;
|
|
1014
|
-
avg: number | null;
|
|
1015
1014
|
low: number | null;
|
|
1015
|
+
avg: number | null;
|
|
1016
1016
|
} | null;
|
|
1017
1017
|
jobActivity: {
|
|
1018
|
+
updatedAt: number | null;
|
|
1019
|
+
unansweredInvites: number | null;
|
|
1018
1020
|
proposals: {
|
|
1019
|
-
min: number | null;
|
|
1020
1021
|
max: number | null;
|
|
1022
|
+
min: number | null;
|
|
1021
1023
|
};
|
|
1022
1024
|
lastViewedByClient: string | null;
|
|
1023
1025
|
lastViewedByClientTimestamp: number | null;
|
|
1024
1026
|
hires: number | null;
|
|
1025
1027
|
interviewing: number | null;
|
|
1026
1028
|
invitesSent: number | null;
|
|
1027
|
-
unansweredInvites: number | null;
|
|
1028
|
-
updatedAt: number | null;
|
|
1029
1029
|
} | null;
|
|
1030
|
-
activityUpdates:
|
|
1030
|
+
activityUpdates: 2 | 1 | 3 | null;
|
|
1031
1031
|
activity?: Partial<Record<"4h" | "24h", {
|
|
1032
|
+
updatedAt: number | null;
|
|
1033
|
+
unansweredInvites: number | null;
|
|
1032
1034
|
proposals: {
|
|
1033
|
-
min: number | null;
|
|
1034
1035
|
max: number | null;
|
|
1036
|
+
min: number | null;
|
|
1035
1037
|
};
|
|
1036
1038
|
lastViewedByClient: string | null;
|
|
1037
1039
|
lastViewedByClientTimestamp: number | null;
|
|
1038
1040
|
hires: number | null;
|
|
1039
1041
|
interviewing: number | null;
|
|
1040
1042
|
invitesSent: number | null;
|
|
1041
|
-
unansweredInvites: number | null;
|
|
1042
|
-
updatedAt: number | null;
|
|
1043
1043
|
}>> | null | undefined;
|
|
1044
1044
|
activityDelta?: {
|
|
1045
|
+
unansweredInvites: number;
|
|
1045
1046
|
proposals: number;
|
|
1046
1047
|
hires: number;
|
|
1047
1048
|
interviewing: number;
|
|
1048
1049
|
invitesSent: number;
|
|
1049
|
-
unansweredInvites: number;
|
|
1050
1050
|
} | null | undefined;
|
|
1051
1051
|
}>;
|
|
1052
1052
|
duration: z.ZodString;
|
|
1053
1053
|
}>, "strip", z.ZodTypeAny, {
|
|
1054
|
-
region: "USOnly" | "UKOnly" | "
|
|
1055
|
-
accountId: string;
|
|
1056
|
-
accountEmail: string;
|
|
1054
|
+
region: "Worldwide" | "USOnly" | "UKOnly" | "All";
|
|
1057
1055
|
duration: string;
|
|
1058
1056
|
job: {
|
|
1059
|
-
uid: string | null;
|
|
1060
|
-
title: string | null;
|
|
1061
|
-
category: string | null;
|
|
1062
|
-
jobUrl: string | null;
|
|
1063
|
-
description: string | null;
|
|
1064
|
-
region: "USOnly" | "UKOnly" | "Worldwide" | null;
|
|
1065
1057
|
id: string | null;
|
|
1066
|
-
|
|
1067
|
-
skills: {
|
|
1068
|
-
name: string;
|
|
1069
|
-
}[] | null;
|
|
1070
|
-
datetime: number | null;
|
|
1071
|
-
descriptionLength: number | null;
|
|
1072
|
-
connectsRequired: number | null;
|
|
1073
|
-
projectType: string | null;
|
|
1074
|
-
projectDuration: string | null;
|
|
1075
|
-
questions: string[] | null;
|
|
1058
|
+
title: string | null;
|
|
1076
1059
|
metadata: {
|
|
1077
1060
|
hours: string | null;
|
|
1078
1061
|
duration: string | null;
|
|
1062
|
+
paymentType: string | null;
|
|
1079
1063
|
experienceLevel: string | null;
|
|
1080
1064
|
hourlyRate: {
|
|
1081
|
-
min: number | null;
|
|
1082
1065
|
max: number | null;
|
|
1066
|
+
min: number | null;
|
|
1083
1067
|
} | null;
|
|
1084
|
-
paymentType: string | null;
|
|
1085
1068
|
fixedPrice: number | null;
|
|
1086
1069
|
} | null;
|
|
1070
|
+
description: string | null;
|
|
1071
|
+
region: "Worldwide" | "USOnly" | "UKOnly" | "All" | null;
|
|
1072
|
+
datetime: number | null;
|
|
1073
|
+
createdAt: number | null;
|
|
1074
|
+
isFeatured: boolean | null;
|
|
1075
|
+
projectDuration: string | null;
|
|
1076
|
+
questions: string[] | null;
|
|
1087
1077
|
clientInfo: {
|
|
1088
1078
|
country: string | null;
|
|
1089
|
-
isPaymentVerified: boolean | null;
|
|
1090
|
-
totalSpent: number | null;
|
|
1091
1079
|
region: string | null;
|
|
1080
|
+
isPaymentVerified: boolean | null;
|
|
1092
1081
|
isPhoneVerified: boolean | null;
|
|
1082
|
+
enterpriseClient: boolean | null;
|
|
1083
|
+
companySize: string | null;
|
|
1084
|
+
openJobs: number | null;
|
|
1085
|
+
totalSpent: number | null;
|
|
1093
1086
|
numberOfReviews: number | null;
|
|
1094
1087
|
rating: number | null;
|
|
1095
1088
|
jobsPosted: number | null;
|
|
1096
1089
|
numberOfHires: number | null;
|
|
1097
1090
|
activeEngagements: number | null;
|
|
1098
|
-
openJobs: number | null;
|
|
1099
1091
|
hireRate: number | null;
|
|
1100
1092
|
memberSince: string | null;
|
|
1101
1093
|
companyIndustry: string | null;
|
|
1102
|
-
companySize: string | null;
|
|
1103
|
-
enterpriseClient: boolean | null;
|
|
1104
1094
|
avgHourlyRatePaid: number | null;
|
|
1105
1095
|
} | null;
|
|
1106
1096
|
vendorQualifications: {
|
|
1107
1097
|
location: string | null;
|
|
1108
|
-
|
|
1098
|
+
includeRisingTalent: string | null;
|
|
1099
|
+
talentType: "unspecified" | "Independent" | "Agency" | null;
|
|
1109
1100
|
englishLevel: string | null;
|
|
1110
1101
|
minimumEarnings: number | null;
|
|
1111
1102
|
jobSuccessScore: string | null;
|
|
1112
|
-
includeRisingTalent: string | null;
|
|
1113
1103
|
} | null;
|
|
1104
|
+
category: string | null;
|
|
1105
|
+
uid: string | null;
|
|
1106
|
+
jobUrl: string | null;
|
|
1107
|
+
skills: {
|
|
1108
|
+
name: string;
|
|
1109
|
+
}[] | null;
|
|
1110
|
+
descriptionLength: number | null;
|
|
1111
|
+
connectsRequired: number | null;
|
|
1112
|
+
projectType: string | null;
|
|
1114
1113
|
processed: boolean | null;
|
|
1115
|
-
isFeatured: boolean | null;
|
|
1116
1114
|
clientReviews: {
|
|
1117
|
-
hourlyRate: number | null;
|
|
1118
1115
|
paymentType: string | null;
|
|
1119
|
-
|
|
1116
|
+
hourlyRate: number | null;
|
|
1120
1117
|
jobTitle: string | null;
|
|
1121
1118
|
freelancerName: string | null;
|
|
1122
1119
|
freelancerRating: number | null;
|
|
@@ -1124,116 +1121,116 @@ export declare const feedJobEnrichCompletedEventMetadata: z.ZodObject<z.objectUt
|
|
|
1124
1121
|
clientFeedback: string | null;
|
|
1125
1122
|
clientFeedbackRating: number | null;
|
|
1126
1123
|
dateRange: string | null;
|
|
1124
|
+
fixedPrice: number | null;
|
|
1127
1125
|
numHours: number | null;
|
|
1128
1126
|
totalBilled: number | null;
|
|
1129
1127
|
}[] | null;
|
|
1130
1128
|
bidRange: {
|
|
1131
1129
|
high: number | null;
|
|
1132
|
-
avg: number | null;
|
|
1133
1130
|
low: number | null;
|
|
1131
|
+
avg: number | null;
|
|
1134
1132
|
} | null;
|
|
1135
1133
|
jobActivity: {
|
|
1134
|
+
updatedAt: number | null;
|
|
1135
|
+
unansweredInvites: number | null;
|
|
1136
1136
|
proposals: {
|
|
1137
|
-
min: number | null;
|
|
1138
1137
|
max: number | null;
|
|
1138
|
+
min: number | null;
|
|
1139
1139
|
};
|
|
1140
1140
|
lastViewedByClient: string | null;
|
|
1141
1141
|
lastViewedByClientTimestamp: number | null;
|
|
1142
1142
|
hires: number | null;
|
|
1143
1143
|
interviewing: number | null;
|
|
1144
1144
|
invitesSent: number | null;
|
|
1145
|
-
unansweredInvites: number | null;
|
|
1146
|
-
updatedAt: number | null;
|
|
1147
1145
|
} | null;
|
|
1148
|
-
activityUpdates:
|
|
1146
|
+
activityUpdates: 2 | 1 | 3 | null;
|
|
1149
1147
|
activity?: Partial<Record<"4h" | "24h", {
|
|
1148
|
+
updatedAt: number | null;
|
|
1149
|
+
unansweredInvites: number | null;
|
|
1150
1150
|
proposals: {
|
|
1151
|
-
min: number | null;
|
|
1152
1151
|
max: number | null;
|
|
1152
|
+
min: number | null;
|
|
1153
1153
|
};
|
|
1154
1154
|
lastViewedByClient: string | null;
|
|
1155
1155
|
lastViewedByClientTimestamp: number | null;
|
|
1156
1156
|
hires: number | null;
|
|
1157
1157
|
interviewing: number | null;
|
|
1158
1158
|
invitesSent: number | null;
|
|
1159
|
-
unansweredInvites: number | null;
|
|
1160
|
-
updatedAt: number | null;
|
|
1161
1159
|
}>> | null | undefined;
|
|
1162
1160
|
activityDelta?: {
|
|
1161
|
+
unansweredInvites: number;
|
|
1163
1162
|
proposals: number;
|
|
1164
1163
|
hires: number;
|
|
1165
1164
|
interviewing: number;
|
|
1166
1165
|
invitesSent: number;
|
|
1167
|
-
unansweredInvites: number;
|
|
1168
1166
|
} | null | undefined;
|
|
1169
1167
|
};
|
|
1170
|
-
}, {
|
|
1171
|
-
region: "USOnly" | "UKOnly" | "Worldwide";
|
|
1172
1168
|
accountId: string;
|
|
1173
1169
|
accountEmail: string;
|
|
1170
|
+
}, {
|
|
1171
|
+
region: "Worldwide" | "USOnly" | "UKOnly" | "All";
|
|
1174
1172
|
duration: string;
|
|
1175
1173
|
job: {
|
|
1176
|
-
uid: string | null;
|
|
1177
|
-
title: string | null;
|
|
1178
|
-
category: string | null;
|
|
1179
|
-
jobUrl: string | null;
|
|
1180
|
-
description: string | null;
|
|
1181
|
-
region: "USOnly" | "UKOnly" | "Worldwide" | null;
|
|
1182
1174
|
id: string | null;
|
|
1183
|
-
|
|
1184
|
-
skills: {
|
|
1185
|
-
name: string;
|
|
1186
|
-
}[] | null;
|
|
1187
|
-
datetime: number | null;
|
|
1188
|
-
descriptionLength: number | null;
|
|
1189
|
-
connectsRequired: number | null;
|
|
1190
|
-
projectType: string | null;
|
|
1191
|
-
projectDuration: string | null;
|
|
1192
|
-
questions: string[] | null;
|
|
1175
|
+
title: string | null;
|
|
1193
1176
|
metadata: {
|
|
1194
1177
|
hours: string | null;
|
|
1195
1178
|
duration: string | null;
|
|
1179
|
+
paymentType: string | null;
|
|
1196
1180
|
experienceLevel: string | null;
|
|
1197
1181
|
hourlyRate: {
|
|
1198
|
-
min: number | null;
|
|
1199
1182
|
max: number | null;
|
|
1183
|
+
min: number | null;
|
|
1200
1184
|
} | null;
|
|
1201
|
-
paymentType: string | null;
|
|
1202
1185
|
fixedPrice: number | null;
|
|
1203
1186
|
} | null;
|
|
1187
|
+
description: string | null;
|
|
1188
|
+
region: "Worldwide" | "USOnly" | "UKOnly" | "All" | null;
|
|
1189
|
+
datetime: number | null;
|
|
1190
|
+
createdAt: number | null;
|
|
1191
|
+
isFeatured: boolean | null;
|
|
1192
|
+
projectDuration: string | null;
|
|
1193
|
+
questions: string[] | null;
|
|
1204
1194
|
clientInfo: {
|
|
1205
1195
|
country: string | null;
|
|
1206
|
-
isPaymentVerified: boolean | null;
|
|
1207
|
-
totalSpent: number | null;
|
|
1208
1196
|
region: string | null;
|
|
1197
|
+
isPaymentVerified: boolean | null;
|
|
1209
1198
|
isPhoneVerified: boolean | null;
|
|
1199
|
+
enterpriseClient: boolean | null;
|
|
1200
|
+
companySize: string | null;
|
|
1201
|
+
openJobs: number | null;
|
|
1202
|
+
totalSpent: number | null;
|
|
1210
1203
|
numberOfReviews: number | null;
|
|
1211
1204
|
rating: number | null;
|
|
1212
1205
|
jobsPosted: number | null;
|
|
1213
1206
|
numberOfHires: number | null;
|
|
1214
1207
|
activeEngagements: number | null;
|
|
1215
|
-
openJobs: number | null;
|
|
1216
1208
|
hireRate: number | null;
|
|
1217
1209
|
memberSince: string | null;
|
|
1218
1210
|
companyIndustry: string | null;
|
|
1219
|
-
companySize: string | null;
|
|
1220
|
-
enterpriseClient: boolean | null;
|
|
1221
1211
|
avgHourlyRatePaid: number | null;
|
|
1222
1212
|
} | null;
|
|
1223
1213
|
vendorQualifications: {
|
|
1224
1214
|
location: string | null;
|
|
1225
|
-
|
|
1215
|
+
includeRisingTalent: string | null;
|
|
1216
|
+
talentType: "unspecified" | "Independent" | "Agency" | null;
|
|
1226
1217
|
englishLevel: string | null;
|
|
1227
1218
|
minimumEarnings: number | null;
|
|
1228
1219
|
jobSuccessScore: string | null;
|
|
1229
|
-
includeRisingTalent: string | null;
|
|
1230
1220
|
} | null;
|
|
1221
|
+
category: string | null;
|
|
1222
|
+
uid: string | null;
|
|
1223
|
+
jobUrl: string | null;
|
|
1224
|
+
skills: {
|
|
1225
|
+
name: string;
|
|
1226
|
+
}[] | null;
|
|
1227
|
+
descriptionLength: number | null;
|
|
1228
|
+
connectsRequired: number | null;
|
|
1229
|
+
projectType: string | null;
|
|
1231
1230
|
processed: boolean | null;
|
|
1232
|
-
isFeatured: boolean | null;
|
|
1233
1231
|
clientReviews: {
|
|
1234
|
-
hourlyRate: number | null;
|
|
1235
1232
|
paymentType: string | null;
|
|
1236
|
-
|
|
1233
|
+
hourlyRate: number | null;
|
|
1237
1234
|
jobTitle: string | null;
|
|
1238
1235
|
freelancerName: string | null;
|
|
1239
1236
|
freelancerRating: number | null;
|
|
@@ -1241,49 +1238,52 @@ export declare const feedJobEnrichCompletedEventMetadata: z.ZodObject<z.objectUt
|
|
|
1241
1238
|
clientFeedback: string | null;
|
|
1242
1239
|
clientFeedbackRating: number | null;
|
|
1243
1240
|
dateRange: string | null;
|
|
1241
|
+
fixedPrice: number | null;
|
|
1244
1242
|
numHours: number | null;
|
|
1245
1243
|
totalBilled: number | null;
|
|
1246
1244
|
}[] | null;
|
|
1247
1245
|
bidRange: {
|
|
1248
1246
|
high: number | null;
|
|
1249
|
-
avg: number | null;
|
|
1250
1247
|
low: number | null;
|
|
1248
|
+
avg: number | null;
|
|
1251
1249
|
} | null;
|
|
1252
1250
|
jobActivity: {
|
|
1251
|
+
updatedAt: number | null;
|
|
1252
|
+
unansweredInvites: number | null;
|
|
1253
1253
|
proposals: {
|
|
1254
|
-
min: number | null;
|
|
1255
1254
|
max: number | null;
|
|
1255
|
+
min: number | null;
|
|
1256
1256
|
};
|
|
1257
1257
|
lastViewedByClient: string | null;
|
|
1258
1258
|
lastViewedByClientTimestamp: number | null;
|
|
1259
1259
|
hires: number | null;
|
|
1260
1260
|
interviewing: number | null;
|
|
1261
1261
|
invitesSent: number | null;
|
|
1262
|
-
unansweredInvites: number | null;
|
|
1263
|
-
updatedAt: number | null;
|
|
1264
1262
|
} | null;
|
|
1265
|
-
activityUpdates:
|
|
1263
|
+
activityUpdates: 2 | 1 | 3 | null;
|
|
1266
1264
|
activity?: Partial<Record<"4h" | "24h", {
|
|
1265
|
+
updatedAt: number | null;
|
|
1266
|
+
unansweredInvites: number | null;
|
|
1267
1267
|
proposals: {
|
|
1268
|
-
min: number | null;
|
|
1269
1268
|
max: number | null;
|
|
1269
|
+
min: number | null;
|
|
1270
1270
|
};
|
|
1271
1271
|
lastViewedByClient: string | null;
|
|
1272
1272
|
lastViewedByClientTimestamp: number | null;
|
|
1273
1273
|
hires: number | null;
|
|
1274
1274
|
interviewing: number | null;
|
|
1275
1275
|
invitesSent: number | null;
|
|
1276
|
-
unansweredInvites: number | null;
|
|
1277
|
-
updatedAt: number | null;
|
|
1278
1276
|
}>> | null | undefined;
|
|
1279
1277
|
activityDelta?: {
|
|
1278
|
+
unansweredInvites: number;
|
|
1280
1279
|
proposals: number;
|
|
1281
1280
|
hires: number;
|
|
1282
1281
|
interviewing: number;
|
|
1283
1282
|
invitesSent: number;
|
|
1284
|
-
unansweredInvites: number;
|
|
1285
1283
|
} | null | undefined;
|
|
1286
1284
|
};
|
|
1285
|
+
accountId: string;
|
|
1286
|
+
accountEmail: string;
|
|
1287
1287
|
}>;
|
|
1288
1288
|
export declare const feedJobEnrichFailedEventMetadata: z.ZodObject<z.objectUtil.extendShape<{
|
|
1289
1289
|
listing: z.ZodObject<{
|
|
@@ -1356,15 +1356,15 @@ export declare const feedJobEnrichFailedEventMetadata: z.ZodObject<z.objectUtil.
|
|
|
1356
1356
|
highlighted: z.ZodBoolean;
|
|
1357
1357
|
}, "strip", z.ZodTypeAny, {
|
|
1358
1358
|
uid: string;
|
|
1359
|
-
parentSkillUid: string | null;
|
|
1360
1359
|
prefLabel: string;
|
|
1360
|
+
parentSkillUid: string | null;
|
|
1361
1361
|
prettyName: string;
|
|
1362
1362
|
highlighted: boolean;
|
|
1363
1363
|
freeText?: any;
|
|
1364
1364
|
}, {
|
|
1365
1365
|
uid: string;
|
|
1366
|
-
parentSkillUid: string | null;
|
|
1367
1366
|
prefLabel: string;
|
|
1367
|
+
parentSkillUid: string | null;
|
|
1368
1368
|
prettyName: string;
|
|
1369
1369
|
highlighted: boolean;
|
|
1370
1370
|
freeText?: any;
|
|
@@ -1373,11 +1373,11 @@ export declare const feedJobEnrichFailedEventMetadata: z.ZodObject<z.objectUtil.
|
|
|
1373
1373
|
min: z.ZodNumber;
|
|
1374
1374
|
max: z.ZodNumber;
|
|
1375
1375
|
}, "strip", z.ZodTypeAny, {
|
|
1376
|
-
min: number;
|
|
1377
1376
|
max: number;
|
|
1378
|
-
}, {
|
|
1379
1377
|
min: number;
|
|
1378
|
+
}, {
|
|
1380
1379
|
max: number;
|
|
1380
|
+
min: number;
|
|
1381
1381
|
}>;
|
|
1382
1382
|
weeklyBudget: z.ZodObject<{
|
|
1383
1383
|
amount: z.ZodNumber;
|
|
@@ -1388,19 +1388,20 @@ export declare const feedJobEnrichFailedEventMetadata: z.ZodObject<z.objectUtil.
|
|
|
1388
1388
|
}>;
|
|
1389
1389
|
isSTSVectorSearchResult: z.ZodBoolean;
|
|
1390
1390
|
}, "strip", z.ZodTypeAny, {
|
|
1391
|
-
|
|
1392
|
-
ciphertext: string;
|
|
1391
|
+
type: number;
|
|
1393
1392
|
title: string;
|
|
1394
1393
|
description: string;
|
|
1394
|
+
premium: boolean;
|
|
1395
|
+
amount: {
|
|
1396
|
+
amount: number;
|
|
1397
|
+
};
|
|
1398
|
+
uid: string;
|
|
1399
|
+
ciphertext: string;
|
|
1395
1400
|
createdOn: string;
|
|
1401
|
+
durationLabel: string | null;
|
|
1396
1402
|
publishedOn: string;
|
|
1397
1403
|
renewedOn: string | null;
|
|
1398
|
-
type: number;
|
|
1399
|
-
durationLabel: string | null;
|
|
1400
1404
|
engagement: string | null;
|
|
1401
|
-
amount: {
|
|
1402
|
-
amount: number;
|
|
1403
|
-
};
|
|
1404
1405
|
connectPrice: number | null;
|
|
1405
1406
|
client: {
|
|
1406
1407
|
location: {
|
|
@@ -1418,18 +1419,17 @@ export declare const feedJobEnrichFailedEventMetadata: z.ZodObject<z.objectUtil.
|
|
|
1418
1419
|
tierText: string | null;
|
|
1419
1420
|
isApplied: boolean;
|
|
1420
1421
|
proposalsTier: string | null;
|
|
1421
|
-
premium: boolean;
|
|
1422
1422
|
attrs: {
|
|
1423
1423
|
uid: string;
|
|
1424
|
-
parentSkillUid: string | null;
|
|
1425
1424
|
prefLabel: string;
|
|
1425
|
+
parentSkillUid: string | null;
|
|
1426
1426
|
prettyName: string;
|
|
1427
1427
|
highlighted: boolean;
|
|
1428
1428
|
freeText?: any;
|
|
1429
1429
|
}[];
|
|
1430
1430
|
hourlyBudget: {
|
|
1431
|
-
min: number;
|
|
1432
1431
|
max: number;
|
|
1432
|
+
min: number;
|
|
1433
1433
|
};
|
|
1434
1434
|
weeklyBudget: {
|
|
1435
1435
|
amount: number;
|
|
@@ -1439,19 +1439,20 @@ export declare const feedJobEnrichFailedEventMetadata: z.ZodObject<z.objectUtil.
|
|
|
1439
1439
|
jobUrl?: string | undefined;
|
|
1440
1440
|
clientRelation?: any;
|
|
1441
1441
|
}, {
|
|
1442
|
-
|
|
1443
|
-
ciphertext: string;
|
|
1442
|
+
type: number;
|
|
1444
1443
|
title: string;
|
|
1445
1444
|
description: string;
|
|
1445
|
+
premium: boolean;
|
|
1446
|
+
amount: {
|
|
1447
|
+
amount: number;
|
|
1448
|
+
};
|
|
1449
|
+
uid: string;
|
|
1450
|
+
ciphertext: string;
|
|
1446
1451
|
createdOn: string;
|
|
1452
|
+
durationLabel: string | null;
|
|
1447
1453
|
publishedOn: string;
|
|
1448
1454
|
renewedOn: string | null;
|
|
1449
|
-
type: number;
|
|
1450
|
-
durationLabel: string | null;
|
|
1451
1455
|
engagement: string | null;
|
|
1452
|
-
amount: {
|
|
1453
|
-
amount: number;
|
|
1454
|
-
};
|
|
1455
1456
|
connectPrice: number | null;
|
|
1456
1457
|
client: {
|
|
1457
1458
|
location: {
|
|
@@ -1469,18 +1470,17 @@ export declare const feedJobEnrichFailedEventMetadata: z.ZodObject<z.objectUtil.
|
|
|
1469
1470
|
tierText: string | null;
|
|
1470
1471
|
isApplied: boolean;
|
|
1471
1472
|
proposalsTier: string | null;
|
|
1472
|
-
premium: boolean;
|
|
1473
1473
|
attrs: {
|
|
1474
1474
|
uid: string;
|
|
1475
|
-
parentSkillUid: string | null;
|
|
1476
1475
|
prefLabel: string;
|
|
1476
|
+
parentSkillUid: string | null;
|
|
1477
1477
|
prettyName: string;
|
|
1478
1478
|
highlighted: boolean;
|
|
1479
1479
|
freeText?: any;
|
|
1480
1480
|
}[];
|
|
1481
1481
|
hourlyBudget: {
|
|
1482
|
-
min: number;
|
|
1483
1482
|
max: number;
|
|
1483
|
+
min: number;
|
|
1484
1484
|
};
|
|
1485
1485
|
weeklyBudget: {
|
|
1486
1486
|
amount: number;
|
|
@@ -1490,7 +1490,7 @@ export declare const feedJobEnrichFailedEventMetadata: z.ZodObject<z.objectUtil.
|
|
|
1490
1490
|
jobUrl?: string | undefined;
|
|
1491
1491
|
clientRelation?: any;
|
|
1492
1492
|
}>;
|
|
1493
|
-
region: z.ZodUnion<[z.ZodLiteral<"USOnly">, z.ZodLiteral<"UKOnly">, z.ZodLiteral<"Worldwide">]>;
|
|
1493
|
+
region: z.ZodUnion<[z.ZodLiteral<"USOnly">, z.ZodLiteral<"UKOnly">, z.ZodLiteral<"Worldwide">, z.ZodLiteral<"All">]>;
|
|
1494
1494
|
accountId: z.ZodString;
|
|
1495
1495
|
accountEmail: z.ZodString;
|
|
1496
1496
|
}, {
|
|
@@ -1498,20 +1498,22 @@ export declare const feedJobEnrichFailedEventMetadata: z.ZodObject<z.objectUtil.
|
|
|
1498
1498
|
errorCode: z.ZodString;
|
|
1499
1499
|
errorStack: z.ZodString;
|
|
1500
1500
|
}>, "strip", z.ZodTypeAny, {
|
|
1501
|
+
errorCode: string;
|
|
1501
1502
|
listing: {
|
|
1502
|
-
|
|
1503
|
-
ciphertext: string;
|
|
1503
|
+
type: number;
|
|
1504
1504
|
title: string;
|
|
1505
1505
|
description: string;
|
|
1506
|
+
premium: boolean;
|
|
1507
|
+
amount: {
|
|
1508
|
+
amount: number;
|
|
1509
|
+
};
|
|
1510
|
+
uid: string;
|
|
1511
|
+
ciphertext: string;
|
|
1506
1512
|
createdOn: string;
|
|
1513
|
+
durationLabel: string | null;
|
|
1507
1514
|
publishedOn: string;
|
|
1508
1515
|
renewedOn: string | null;
|
|
1509
|
-
type: number;
|
|
1510
|
-
durationLabel: string | null;
|
|
1511
1516
|
engagement: string | null;
|
|
1512
|
-
amount: {
|
|
1513
|
-
amount: number;
|
|
1514
|
-
};
|
|
1515
1517
|
connectPrice: number | null;
|
|
1516
1518
|
client: {
|
|
1517
1519
|
location: {
|
|
@@ -1529,18 +1531,17 @@ export declare const feedJobEnrichFailedEventMetadata: z.ZodObject<z.objectUtil.
|
|
|
1529
1531
|
tierText: string | null;
|
|
1530
1532
|
isApplied: boolean;
|
|
1531
1533
|
proposalsTier: string | null;
|
|
1532
|
-
premium: boolean;
|
|
1533
1534
|
attrs: {
|
|
1534
1535
|
uid: string;
|
|
1535
|
-
parentSkillUid: string | null;
|
|
1536
1536
|
prefLabel: string;
|
|
1537
|
+
parentSkillUid: string | null;
|
|
1537
1538
|
prettyName: string;
|
|
1538
1539
|
highlighted: boolean;
|
|
1539
1540
|
freeText?: any;
|
|
1540
1541
|
}[];
|
|
1541
1542
|
hourlyBudget: {
|
|
1542
|
-
min: number;
|
|
1543
1543
|
max: number;
|
|
1544
|
+
min: number;
|
|
1544
1545
|
};
|
|
1545
1546
|
weeklyBudget: {
|
|
1546
1547
|
amount: number;
|
|
@@ -1550,27 +1551,28 @@ export declare const feedJobEnrichFailedEventMetadata: z.ZodObject<z.objectUtil.
|
|
|
1550
1551
|
jobUrl?: string | undefined;
|
|
1551
1552
|
clientRelation?: any;
|
|
1552
1553
|
};
|
|
1553
|
-
region: "USOnly" | "UKOnly" | "
|
|
1554
|
+
region: "Worldwide" | "USOnly" | "UKOnly" | "All";
|
|
1554
1555
|
accountId: string;
|
|
1555
|
-
accountEmail: string;
|
|
1556
1556
|
errorMessage: string;
|
|
1557
|
-
errorCode: string;
|
|
1558
1557
|
errorStack: string;
|
|
1558
|
+
accountEmail: string;
|
|
1559
1559
|
}, {
|
|
1560
|
+
errorCode: string;
|
|
1560
1561
|
listing: {
|
|
1561
|
-
|
|
1562
|
-
ciphertext: string;
|
|
1562
|
+
type: number;
|
|
1563
1563
|
title: string;
|
|
1564
1564
|
description: string;
|
|
1565
|
+
premium: boolean;
|
|
1566
|
+
amount: {
|
|
1567
|
+
amount: number;
|
|
1568
|
+
};
|
|
1569
|
+
uid: string;
|
|
1570
|
+
ciphertext: string;
|
|
1565
1571
|
createdOn: string;
|
|
1572
|
+
durationLabel: string | null;
|
|
1566
1573
|
publishedOn: string;
|
|
1567
1574
|
renewedOn: string | null;
|
|
1568
|
-
type: number;
|
|
1569
|
-
durationLabel: string | null;
|
|
1570
1575
|
engagement: string | null;
|
|
1571
|
-
amount: {
|
|
1572
|
-
amount: number;
|
|
1573
|
-
};
|
|
1574
1576
|
connectPrice: number | null;
|
|
1575
1577
|
client: {
|
|
1576
1578
|
location: {
|
|
@@ -1588,18 +1590,17 @@ export declare const feedJobEnrichFailedEventMetadata: z.ZodObject<z.objectUtil.
|
|
|
1588
1590
|
tierText: string | null;
|
|
1589
1591
|
isApplied: boolean;
|
|
1590
1592
|
proposalsTier: string | null;
|
|
1591
|
-
premium: boolean;
|
|
1592
1593
|
attrs: {
|
|
1593
1594
|
uid: string;
|
|
1594
|
-
parentSkillUid: string | null;
|
|
1595
1595
|
prefLabel: string;
|
|
1596
|
+
parentSkillUid: string | null;
|
|
1596
1597
|
prettyName: string;
|
|
1597
1598
|
highlighted: boolean;
|
|
1598
1599
|
freeText?: any;
|
|
1599
1600
|
}[];
|
|
1600
1601
|
hourlyBudget: {
|
|
1601
|
-
min: number;
|
|
1602
1602
|
max: number;
|
|
1603
|
+
min: number;
|
|
1603
1604
|
};
|
|
1604
1605
|
weeklyBudget: {
|
|
1605
1606
|
amount: number;
|
|
@@ -1609,12 +1610,11 @@ export declare const feedJobEnrichFailedEventMetadata: z.ZodObject<z.objectUtil.
|
|
|
1609
1610
|
jobUrl?: string | undefined;
|
|
1610
1611
|
clientRelation?: any;
|
|
1611
1612
|
};
|
|
1612
|
-
region: "USOnly" | "UKOnly" | "
|
|
1613
|
+
region: "Worldwide" | "USOnly" | "UKOnly" | "All";
|
|
1613
1614
|
accountId: string;
|
|
1614
|
-
accountEmail: string;
|
|
1615
1615
|
errorMessage: string;
|
|
1616
|
-
errorCode: string;
|
|
1617
1616
|
errorStack: string;
|
|
1617
|
+
accountEmail: string;
|
|
1618
1618
|
}>;
|
|
1619
1619
|
export interface FeedJobEnrichStartedEventMetadata extends z.infer<typeof feedJobEnrichStartedEventMetadata> {
|
|
1620
1620
|
}
|