lancer-shared 1.2.242 → 1.2.243
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
CHANGED
|
@@ -6792,6 +6792,7 @@ const findLeadsResponseSchema = z.object({
|
|
|
6792
6792
|
total: z.number(),
|
|
6793
6793
|
data: z.array(upworkJobSchema.or(leadSchema)),
|
|
6794
6794
|
lastMonthTotal: z.number().optional(),
|
|
6795
|
+
lastMonthTotalWithEmptyFilters: z.number().optional(),
|
|
6795
6796
|
error: z.string().optional(),
|
|
6796
6797
|
});
|
|
6797
6798
|
const getCampaignLeadsRequestQuerySchema = z.object({
|
|
@@ -6863,7 +6864,7 @@ const agentPickSpecialisedProfileResponseSchema = z.object({
|
|
|
6863
6864
|
reason: z.string(),
|
|
6864
6865
|
});
|
|
6865
6866
|
const suitabilityRatingSchema = z.object({
|
|
6866
|
-
|
|
6867
|
+
classification: z.enum(['suitable', 'unsuitable', 'not sure']),
|
|
6867
6868
|
reason: z.string(),
|
|
6868
6869
|
});
|
|
6869
6870
|
const jobQualityScoreSchema = z.object({
|