lancer-shared 1.2.265 → 1.2.266
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
|
@@ -6210,6 +6210,7 @@ const upworkJobSchema = objectType({
|
|
|
6210
6210
|
region: regionSchema.nullable(),
|
|
6211
6211
|
bidRange: bidRangeSchema.nullable(),
|
|
6212
6212
|
jobActivity: jobActivitySchema.nullable(),
|
|
6213
|
+
occupation: stringType().nullable(),
|
|
6213
6214
|
activityUpdates: z
|
|
6214
6215
|
.union([z.literal(1), z.literal(2), z.literal(3)])
|
|
6215
6216
|
.nullable(),
|
|
@@ -6834,6 +6835,7 @@ const getCampaignLeadsStatusEnum = z.enum([
|
|
|
6834
6835
|
'contacted',
|
|
6835
6836
|
'viewed',
|
|
6836
6837
|
'replied',
|
|
6838
|
+
'rejected',
|
|
6837
6839
|
]);
|
|
6838
6840
|
const getCampaignLeadsRequestQuerySchema = z.object({
|
|
6839
6841
|
cursor: z.string().optional(),
|
|
@@ -7032,6 +7034,7 @@ const getOrganizationLeadsStatusEnum = z.enum([
|
|
|
7032
7034
|
'contacted',
|
|
7033
7035
|
'viewed',
|
|
7034
7036
|
'replied',
|
|
7037
|
+
'rejected',
|
|
7035
7038
|
]);
|
|
7036
7039
|
const getOrganizationLeadsRequestQuerySchema = z.object({
|
|
7037
7040
|
cursor: z.string().optional(),
|