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