lancer-shared 1.2.227 → 1.2.229
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
|
@@ -325,6 +325,7 @@ const regionNames = {
|
|
|
325
325
|
Worldwide: 'Worldwide',
|
|
326
326
|
USOnly: 'US Only',
|
|
327
327
|
UKOnly: 'UK Only',
|
|
328
|
+
All: 'All',
|
|
328
329
|
};
|
|
329
330
|
const CLIENT_SIZE_TO_NUMBER = {
|
|
330
331
|
'Individual client': 1,
|
|
@@ -5131,7 +5132,7 @@ const clientSizeEnum = z.enum(JOB_FILTER_OPTIONS.CLIENT_SIZE);
|
|
|
5131
5132
|
const talentTypeEnum = z.enum(JOB_FILTER_OPTIONS.TALENT_TYPE);
|
|
5132
5133
|
const englishLevelEnum = z.enum(JOB_FILTER_OPTIONS.ENGLISH_LEVELS);
|
|
5133
5134
|
const experienceLevelEnum = z.enum(JOB_FILTER_OPTIONS.EXPERIENCE_LEVELS);
|
|
5134
|
-
const regionEnum = z.enum(['
|
|
5135
|
+
const regionEnum = z.enum(['Worldwide', 'UKOnly', 'USOnly', 'All']);
|
|
5135
5136
|
const requiredEarningsEnum = z.union([
|
|
5136
5137
|
z.literal(100),
|
|
5137
5138
|
z.literal(1000),
|
|
@@ -5230,6 +5231,7 @@ const regionSchema = z.union([
|
|
|
5230
5231
|
z.literal('USOnly'),
|
|
5231
5232
|
z.literal('UKOnly'),
|
|
5232
5233
|
z.literal('Worldwide'),
|
|
5234
|
+
z.literal('All'),
|
|
5233
5235
|
]);
|
|
5234
5236
|
|
|
5235
5237
|
const segmentationDataSchema$1 = objectType({
|
package/dist/bundle.esm.js
CHANGED
|
@@ -323,6 +323,7 @@ const regionNames = {
|
|
|
323
323
|
Worldwide: 'Worldwide',
|
|
324
324
|
USOnly: 'US Only',
|
|
325
325
|
UKOnly: 'UK Only',
|
|
326
|
+
All: 'All',
|
|
326
327
|
};
|
|
327
328
|
const CLIENT_SIZE_TO_NUMBER = {
|
|
328
329
|
'Individual client': 1,
|
|
@@ -5129,7 +5130,7 @@ const clientSizeEnum = z.enum(JOB_FILTER_OPTIONS.CLIENT_SIZE);
|
|
|
5129
5130
|
const talentTypeEnum = z.enum(JOB_FILTER_OPTIONS.TALENT_TYPE);
|
|
5130
5131
|
const englishLevelEnum = z.enum(JOB_FILTER_OPTIONS.ENGLISH_LEVELS);
|
|
5131
5132
|
const experienceLevelEnum = z.enum(JOB_FILTER_OPTIONS.EXPERIENCE_LEVELS);
|
|
5132
|
-
const regionEnum = z.enum(['
|
|
5133
|
+
const regionEnum = z.enum(['Worldwide', 'UKOnly', 'USOnly', 'All']);
|
|
5133
5134
|
const requiredEarningsEnum = z.union([
|
|
5134
5135
|
z.literal(100),
|
|
5135
5136
|
z.literal(1000),
|
|
@@ -5228,6 +5229,7 @@ const regionSchema = z.union([
|
|
|
5228
5229
|
z.literal('USOnly'),
|
|
5229
5230
|
z.literal('UKOnly'),
|
|
5230
5231
|
z.literal('Worldwide'),
|
|
5232
|
+
z.literal('All'),
|
|
5231
5233
|
]);
|
|
5232
5234
|
|
|
5233
5235
|
const segmentationDataSchema$1 = objectType({
|
|
@@ -1892,3 +1892,4 @@ export interface BidConfig extends z.infer<typeof bidConfigSchema> {
|
|
|
1892
1892
|
export type WeekDays = z.infer<typeof weekDaysEnum>;
|
|
1893
1893
|
export type TimeBlock = z.infer<typeof timeBlockSchema>;
|
|
1894
1894
|
export type WorkTime = z.infer<typeof workTimeSchema>;
|
|
1895
|
+
export type InsufficeintBoostConnectsAction = z.infer<typeof insufficeintBoostConnectsActionEnum>;
|
|
@@ -10,7 +10,7 @@ export declare const clientSizeEnum: z.ZodEnum<["Individual client", "Small comp
|
|
|
10
10
|
export declare const talentTypeEnum: z.ZodEnum<["Agency", "Independent", "Unspecified"]>;
|
|
11
11
|
export declare const englishLevelEnum: z.ZodEnum<["Fluent", "Conversational", "Native or Bilingual", "Unspecified"]>;
|
|
12
12
|
export declare const experienceLevelEnum: z.ZodEnum<["Entry level", "Intermediate", "Expert"]>;
|
|
13
|
-
export declare const regionEnum: z.ZodEnum<["
|
|
13
|
+
export declare const regionEnum: z.ZodEnum<["Worldwide", "UKOnly", "USOnly", "All"]>;
|
|
14
14
|
export declare const requiredEarningsEnum: z.ZodUnion<[z.ZodLiteral<100>, z.ZodLiteral<1000>, z.ZodLiteral<10000>]>;
|
|
15
15
|
export declare const requiredJSSEnum: z.ZodEnum<[">80%", ">90%", "100%", "RT"]>;
|
|
16
16
|
export declare const isPaymentVerifiedEnum: z.ZodEnum<["all", "true", "false"]>;
|
|
@@ -29,7 +29,7 @@ export declare const jobFiltersSchema: z.ZodObject<{
|
|
|
29
29
|
}>>;
|
|
30
30
|
searchQuery: z.ZodNullable<z.ZodString>;
|
|
31
31
|
isFeatured: z.ZodNullable<z.ZodEnum<["all", "true", "false"]>>;
|
|
32
|
-
regions: z.ZodNullable<z.ZodArray<z.ZodEnum<["
|
|
32
|
+
regions: z.ZodNullable<z.ZodArray<z.ZodEnum<["Worldwide", "UKOnly", "USOnly", "All"]>, "many">>;
|
|
33
33
|
categories: z.ZodNullable<z.ZodObject<{
|
|
34
34
|
includes: z.ZodNullable<z.ZodArray<z.ZodEnum<["Interior & Trade Show Design", "Physical Sciences", "Personal & Professional Coaching", "Accounting & Bookkeeping", "Financial Planning", "Recruiting & Human Resources", "Management Consulting & Analysis", "Other - Accounting & Consulting", "Data Entry & Transcription Services", "Virtual Assistance", "Project Management", "Market Research & Product Reviews", "Community Management & Tagging", "Customer Service & Tech Support", "Data Analysis & Testing", "Data Extraction/ETL", "Data Mining & Management", "AI & Machine Learning", "Art & Illustration", "Audio & Music Production", "Branding & Logo Design", "NFT, AR/VR & Game Art", "Graphic, Editorial & Presentation Design", "Performing Arts", "Photography", "Product Design", "Video & Animation", "Building & Landscape Architecture", "Chemical Engineering", "Civil & Structural Engineering", "Contract Manufacturing", "Electrical & Electronic Engineering", "Energy & Mechanical Engineering", "3D Modeling & CAD", "Database Management & Administration", "ERP/CRM Software", "Information Security & Compliance", "Network & System Administration", "DevOps & Solution Architecture", "Corporate & Contract Law", "International & Immigration Law", "Finance & Tax Law", "Public Law", "Digital Marketing", "Lead Generation & Telemarketing", "Marketing, PR & Brand Strategy", "Language Tutoring & Interpretation", "Translation & Localization Services", "Blockchain, NFT & Cryptocurrency", "AI Apps & Integration", "Desktop Application Development", "Ecommerce Development", "Game Design & Development", "Mobile Development", "Other - Software Development", "Product Management & Scrum", "QA Testing", "Scripts & Utilities", "Web & Mobile Design", "Web Development", "Sales & Marketing Copywriting", "Content Writing", "Editing & Proofreading Services", "Professional & Business Writing"]>, "many">>;
|
|
35
35
|
excludes: z.ZodNullable<z.ZodArray<z.ZodEnum<["Interior & Trade Show Design", "Physical Sciences", "Personal & Professional Coaching", "Accounting & Bookkeeping", "Financial Planning", "Recruiting & Human Resources", "Management Consulting & Analysis", "Other - Accounting & Consulting", "Data Entry & Transcription Services", "Virtual Assistance", "Project Management", "Market Research & Product Reviews", "Community Management & Tagging", "Customer Service & Tech Support", "Data Analysis & Testing", "Data Extraction/ETL", "Data Mining & Management", "AI & Machine Learning", "Art & Illustration", "Audio & Music Production", "Branding & Logo Design", "NFT, AR/VR & Game Art", "Graphic, Editorial & Presentation Design", "Performing Arts", "Photography", "Product Design", "Video & Animation", "Building & Landscape Architecture", "Chemical Engineering", "Civil & Structural Engineering", "Contract Manufacturing", "Electrical & Electronic Engineering", "Energy & Mechanical Engineering", "3D Modeling & CAD", "Database Management & Administration", "ERP/CRM Software", "Information Security & Compliance", "Network & System Administration", "DevOps & Solution Architecture", "Corporate & Contract Law", "International & Immigration Law", "Finance & Tax Law", "Public Law", "Digital Marketing", "Lead Generation & Telemarketing", "Marketing, PR & Brand Strategy", "Language Tutoring & Interpretation", "Translation & Localization Services", "Blockchain, NFT & Cryptocurrency", "AI Apps & Integration", "Desktop Application Development", "Ecommerce Development", "Game Design & Development", "Mobile Development", "Other - Software Development", "Product Management & Scrum", "QA Testing", "Scripts & Utilities", "Web & Mobile Design", "Web Development", "Sales & Marketing Copywriting", "Content Writing", "Editing & Proofreading Services", "Professional & Business Writing"]>, "many">>;
|
|
@@ -164,7 +164,7 @@ export declare const jobFiltersSchema: z.ZodObject<{
|
|
|
164
164
|
} | null;
|
|
165
165
|
searchQuery: string | null;
|
|
166
166
|
isFeatured: "all" | "true" | "false" | null;
|
|
167
|
-
regions: ("Worldwide" | "USOnly" | "UKOnly" | "
|
|
167
|
+
regions: ("Worldwide" | "USOnly" | "UKOnly" | "All")[] | null;
|
|
168
168
|
categories: {
|
|
169
169
|
includes: ("Accounting & Bookkeeping" | "Financial Planning" | "Management Consulting & Analysis" | "Other - Accounting & Consulting" | "Personal & Professional Coaching" | "Recruiting & Human Resources" | "Data Entry & Transcription Services" | "Market Research & Product Reviews" | "Project Management" | "Virtual Assistance" | "Community Management & Tagging" | "Customer Service & Tech Support" | "AI & Machine Learning" | "Data Analysis & Testing" | "Data Extraction/ETL" | "Data Mining & Management" | "Art & Illustration" | "Audio & Music Production" | "Branding & Logo Design" | "Graphic, Editorial & Presentation Design" | "NFT, AR/VR & Game Art" | "Performing Arts" | "Photography" | "Product Design" | "Video & Animation" | "3D Modeling & CAD" | "Building & Landscape Architecture" | "Chemical Engineering" | "Civil & Structural Engineering" | "Contract Manufacturing" | "Electrical & Electronic Engineering" | "Energy & Mechanical Engineering" | "Database Management & Administration" | "DevOps & Solution Architecture" | "ERP/CRM Software" | "Information Security & Compliance" | "Network & System Administration" | "Corporate & Contract Law" | "Finance & Tax Law" | "International & Immigration Law" | "Public Law" | "Digital Marketing" | "Lead Generation & Telemarketing" | "Marketing, PR & Brand Strategy" | "Language Tutoring & Interpretation" | "Translation & Localization Services" | "AI Apps & Integration" | "Blockchain, NFT & Cryptocurrency" | "Desktop Application Development" | "Ecommerce Development" | "Game Design & Development" | "Mobile Development" | "Other - Software Development" | "Product Management & Scrum" | "QA Testing" | "Scripts & Utilities" | "Web & Mobile Design" | "Web Development" | "Content Writing" | "Editing & Proofreading Services" | "Professional & Business Writing" | "Sales & Marketing Copywriting" | "Interior & Trade Show Design" | "Physical Sciences")[] | null;
|
|
170
170
|
excludes: ("Accounting & Bookkeeping" | "Financial Planning" | "Management Consulting & Analysis" | "Other - Accounting & Consulting" | "Personal & Professional Coaching" | "Recruiting & Human Resources" | "Data Entry & Transcription Services" | "Market Research & Product Reviews" | "Project Management" | "Virtual Assistance" | "Community Management & Tagging" | "Customer Service & Tech Support" | "AI & Machine Learning" | "Data Analysis & Testing" | "Data Extraction/ETL" | "Data Mining & Management" | "Art & Illustration" | "Audio & Music Production" | "Branding & Logo Design" | "Graphic, Editorial & Presentation Design" | "NFT, AR/VR & Game Art" | "Performing Arts" | "Photography" | "Product Design" | "Video & Animation" | "3D Modeling & CAD" | "Building & Landscape Architecture" | "Chemical Engineering" | "Civil & Structural Engineering" | "Contract Manufacturing" | "Electrical & Electronic Engineering" | "Energy & Mechanical Engineering" | "Database Management & Administration" | "DevOps & Solution Architecture" | "ERP/CRM Software" | "Information Security & Compliance" | "Network & System Administration" | "Corporate & Contract Law" | "Finance & Tax Law" | "International & Immigration Law" | "Public Law" | "Digital Marketing" | "Lead Generation & Telemarketing" | "Marketing, PR & Brand Strategy" | "Language Tutoring & Interpretation" | "Translation & Localization Services" | "AI Apps & Integration" | "Blockchain, NFT & Cryptocurrency" | "Desktop Application Development" | "Ecommerce Development" | "Game Design & Development" | "Mobile Development" | "Other - Software Development" | "Product Management & Scrum" | "QA Testing" | "Scripts & Utilities" | "Web & Mobile Design" | "Web Development" | "Content Writing" | "Editing & Proofreading Services" | "Professional & Business Writing" | "Sales & Marketing Copywriting" | "Interior & Trade Show Design" | "Physical Sciences")[] | null;
|
|
@@ -221,7 +221,7 @@ export declare const jobFiltersSchema: z.ZodObject<{
|
|
|
221
221
|
} | null;
|
|
222
222
|
searchQuery: string | null;
|
|
223
223
|
isFeatured: "all" | "true" | "false" | null;
|
|
224
|
-
regions: ("Worldwide" | "USOnly" | "UKOnly" | "
|
|
224
|
+
regions: ("Worldwide" | "USOnly" | "UKOnly" | "All")[] | null;
|
|
225
225
|
categories: {
|
|
226
226
|
includes: ("Accounting & Bookkeeping" | "Financial Planning" | "Management Consulting & Analysis" | "Other - Accounting & Consulting" | "Personal & Professional Coaching" | "Recruiting & Human Resources" | "Data Entry & Transcription Services" | "Market Research & Product Reviews" | "Project Management" | "Virtual Assistance" | "Community Management & Tagging" | "Customer Service & Tech Support" | "AI & Machine Learning" | "Data Analysis & Testing" | "Data Extraction/ETL" | "Data Mining & Management" | "Art & Illustration" | "Audio & Music Production" | "Branding & Logo Design" | "Graphic, Editorial & Presentation Design" | "NFT, AR/VR & Game Art" | "Performing Arts" | "Photography" | "Product Design" | "Video & Animation" | "3D Modeling & CAD" | "Building & Landscape Architecture" | "Chemical Engineering" | "Civil & Structural Engineering" | "Contract Manufacturing" | "Electrical & Electronic Engineering" | "Energy & Mechanical Engineering" | "Database Management & Administration" | "DevOps & Solution Architecture" | "ERP/CRM Software" | "Information Security & Compliance" | "Network & System Administration" | "Corporate & Contract Law" | "Finance & Tax Law" | "International & Immigration Law" | "Public Law" | "Digital Marketing" | "Lead Generation & Telemarketing" | "Marketing, PR & Brand Strategy" | "Language Tutoring & Interpretation" | "Translation & Localization Services" | "AI Apps & Integration" | "Blockchain, NFT & Cryptocurrency" | "Desktop Application Development" | "Ecommerce Development" | "Game Design & Development" | "Mobile Development" | "Other - Software Development" | "Product Management & Scrum" | "QA Testing" | "Scripts & Utilities" | "Web & Mobile Design" | "Web Development" | "Content Writing" | "Editing & Proofreading Services" | "Professional & Business Writing" | "Sales & Marketing Copywriting" | "Interior & Trade Show Design" | "Physical Sciences")[] | null;
|
|
227
227
|
excludes: ("Accounting & Bookkeeping" | "Financial Planning" | "Management Consulting & Analysis" | "Other - Accounting & Consulting" | "Personal & Professional Coaching" | "Recruiting & Human Resources" | "Data Entry & Transcription Services" | "Market Research & Product Reviews" | "Project Management" | "Virtual Assistance" | "Community Management & Tagging" | "Customer Service & Tech Support" | "AI & Machine Learning" | "Data Analysis & Testing" | "Data Extraction/ETL" | "Data Mining & Management" | "Art & Illustration" | "Audio & Music Production" | "Branding & Logo Design" | "Graphic, Editorial & Presentation Design" | "NFT, AR/VR & Game Art" | "Performing Arts" | "Photography" | "Product Design" | "Video & Animation" | "3D Modeling & CAD" | "Building & Landscape Architecture" | "Chemical Engineering" | "Civil & Structural Engineering" | "Contract Manufacturing" | "Electrical & Electronic Engineering" | "Energy & Mechanical Engineering" | "Database Management & Administration" | "DevOps & Solution Architecture" | "ERP/CRM Software" | "Information Security & Compliance" | "Network & System Administration" | "Corporate & Contract Law" | "Finance & Tax Law" | "International & Immigration Law" | "Public Law" | "Digital Marketing" | "Lead Generation & Telemarketing" | "Marketing, PR & Brand Strategy" | "Language Tutoring & Interpretation" | "Translation & Localization Services" | "AI Apps & Integration" | "Blockchain, NFT & Cryptocurrency" | "Desktop Application Development" | "Ecommerce Development" | "Game Design & Development" | "Mobile Development" | "Other - Software Development" | "Product Management & Scrum" | "QA Testing" | "Scripts & Utilities" | "Web & Mobile Design" | "Web Development" | "Content Writing" | "Editing & Proofreading Services" | "Professional & Business Writing" | "Sales & Marketing Copywriting" | "Interior & Trade Show Design" | "Physical Sciences")[] | null;
|
package/dist/schemas/shared.d.ts
CHANGED
|
@@ -5,7 +5,7 @@ export declare const dateSchema: (params?: {
|
|
|
5
5
|
required_error?: string;
|
|
6
6
|
}) => z.ZodDate;
|
|
7
7
|
export declare const passwordSchema: z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>, string, string>, string, string>;
|
|
8
|
-
export declare const regionSchema: z.ZodUnion<[z.ZodLiteral<"USOnly">, z.ZodLiteral<"UKOnly">, z.ZodLiteral<"Worldwide">]>;
|
|
8
|
+
export declare const regionSchema: z.ZodUnion<[z.ZodLiteral<"USOnly">, z.ZodLiteral<"UKOnly">, z.ZodLiteral<"Worldwide">, z.ZodLiteral<"All">]>;
|
|
9
9
|
export type Region = z.infer<typeof regionSchema>;
|
|
10
10
|
export type OptionalKeys<T, K extends keyof T> = Omit<T, K> & Partial<Pick<T, K>>;
|
|
11
11
|
export type RequiredKeys<T, K extends keyof T> = Partial<Omit<T, K>> & Required<Pick<T, K>>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "lancer-shared",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.229",
|
|
4
4
|
"description": "This package contains shared stuff.",
|
|
5
5
|
"types": "./dist/index.d.ts",
|
|
6
6
|
"main": "dist/bundle.cjs.js",
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
19
19
|
"prepublishOnly": "npm run build",
|
|
20
20
|
"build": "rollup -c --bundleConfigAsCjs",
|
|
21
|
-
"dev": "
|
|
21
|
+
"dev": "rollup -c -w --bundleConfigAsCjs"
|
|
22
22
|
},
|
|
23
23
|
"keywords": [],
|
|
24
24
|
"author": "MVP Masters",
|