lancer-shared 1.0.156 → 1.0.158

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.
@@ -1,15 +1,16 @@
1
- export * from './lead';
2
- export * from './saved-search';
3
- export * from './shared';
4
- export * from './user';
5
- export * from './chat-message';
6
- export * from './job-filters';
7
- export * from './campaign';
1
+ export * from './account';
8
2
  export * from './ai';
9
3
  export * from './bid';
10
- export * from './scraper';
4
+ export * from './campaign';
5
+ export * from './chat-message';
11
6
  export * from './config';
7
+ export * from './job-filters';
8
+ export * from './lead';
12
9
  export * from './logger';
13
- export * from './account';
14
- export * from './time-filter';
15
10
  export * from './organization';
11
+ export * from './proxy';
12
+ export * from './saved-search';
13
+ export * from './scraper';
14
+ export * from './shared';
15
+ export * from './time-filter';
16
+ export * from './user';
@@ -14,18 +14,19 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
14
  for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
- __exportStar(require("./lead"), exports);
18
- __exportStar(require("./saved-search"), exports);
19
- __exportStar(require("./shared"), exports);
20
- __exportStar(require("./user"), exports);
21
- __exportStar(require("./chat-message"), exports);
22
- __exportStar(require("./job-filters"), exports);
23
- __exportStar(require("./campaign"), exports);
17
+ __exportStar(require("./account"), exports);
24
18
  __exportStar(require("./ai"), exports);
25
19
  __exportStar(require("./bid"), exports);
26
- __exportStar(require("./scraper"), exports);
20
+ __exportStar(require("./campaign"), exports);
21
+ __exportStar(require("./chat-message"), exports);
27
22
  __exportStar(require("./config"), exports);
23
+ __exportStar(require("./job-filters"), exports);
24
+ __exportStar(require("./lead"), exports);
28
25
  __exportStar(require("./logger"), exports);
29
- __exportStar(require("./account"), exports);
30
- __exportStar(require("./time-filter"), exports);
31
26
  __exportStar(require("./organization"), exports);
27
+ __exportStar(require("./proxy"), exports);
28
+ __exportStar(require("./saved-search"), exports);
29
+ __exportStar(require("./scraper"), exports);
30
+ __exportStar(require("./shared"), exports);
31
+ __exportStar(require("./time-filter"), exports);
32
+ __exportStar(require("./user"), exports);
@@ -83,7 +83,6 @@ export declare const jobFiltersSchema: z.ZodObject<{
83
83
  }, "strip", z.ZodTypeAny, {
84
84
  isPaymentVerified: "false" | "all" | "true";
85
85
  isPhoneVerified: "false" | "all" | "true";
86
- companySize: ("Unspecified" | "Individual client" | "Small company (2-9 people)" | "Mid-sized company (10-99 people)" | "Large company (100-1,000 people)" | "Large company (1,000+ people)")[] | null;
87
86
  enterpriseClient: "false" | "all" | "true";
88
87
  clientLocationIncludes: string[] | null;
89
88
  clientLocationExcludes: string[] | null;
@@ -91,19 +90,20 @@ export declare const jobFiltersSchema: z.ZodObject<{
91
90
  minTotalSpent: number | null;
92
91
  minHireRate: number | null;
93
92
  clientIndustry: ("Engineering & Architecture" | "Legal" | "Sales & Marketing" | "Aerospace" | "Agriculture & Forestry" | "Art & Design" | "Automotive" | "Aviation" | "Education" | "Energy & Utilities" | "Fashion & Beauty" | "Finance & Accounting" | "Food & Beverage" | "Government & Public Sector" | "Health & Fitness" | "HR & Business Services" | "Manufacturing & Construction" | "Media & Entertainment" | "Military & Defense" | "Mining" | "Real Estate" | "Retail & Consumer Goods" | "Science & Medicine" | "Sports & Recreation" | "Supply Chain & Logistics" | "Tech & IT" | "Transportation & Warehousing" | "Travel & Hospitality")[] | null;
93
+ companySize: ("Unspecified" | "Individual client" | "Small company (2-9 people)" | "Mid-sized company (10-99 people)" | "Large company (100-1,000 people)" | "Large company (1,000+ people)")[] | null;
94
94
  minJobsPosted: number | null;
95
95
  minAvgHourlyRate: number | null;
96
96
  minNumReviews: number | null;
97
97
  memberSinceFrom: string | null;
98
98
  memberSinceTo: string | null;
99
99
  }, {
100
- companySize: ("Unspecified" | "Individual client" | "Small company (2-9 people)" | "Mid-sized company (10-99 people)" | "Large company (100-1,000 people)" | "Large company (1,000+ people)")[] | null;
101
100
  clientLocationIncludes: string[] | null;
102
101
  clientLocationExcludes: string[] | null;
103
102
  minReviewScore: number | null;
104
103
  minTotalSpent: number | null;
105
104
  minHireRate: number | null;
106
105
  clientIndustry: ("Engineering & Architecture" | "Legal" | "Sales & Marketing" | "Aerospace" | "Agriculture & Forestry" | "Art & Design" | "Automotive" | "Aviation" | "Education" | "Energy & Utilities" | "Fashion & Beauty" | "Finance & Accounting" | "Food & Beverage" | "Government & Public Sector" | "Health & Fitness" | "HR & Business Services" | "Manufacturing & Construction" | "Media & Entertainment" | "Military & Defense" | "Mining" | "Real Estate" | "Retail & Consumer Goods" | "Science & Medicine" | "Sports & Recreation" | "Supply Chain & Logistics" | "Tech & IT" | "Transportation & Warehousing" | "Travel & Hospitality")[] | null;
106
+ companySize: ("Unspecified" | "Individual client" | "Small company (2-9 people)" | "Mid-sized company (10-99 people)" | "Large company (100-1,000 people)" | "Large company (1,000+ people)")[] | null;
107
107
  minJobsPosted: number | null;
108
108
  minAvgHourlyRate: number | null;
109
109
  minNumReviews: number | null;
@@ -122,32 +122,49 @@ export declare const jobFiltersSchema: z.ZodObject<{
122
122
  requiredEarnings: z.ZodNullable<z.ZodUnion<[z.ZodLiteral<100>, z.ZodLiteral<1000>, z.ZodLiteral<10000>]>>;
123
123
  requiredJSS: z.ZodNullable<z.ZodArray<z.ZodEnum<[">80%", ">90%", "100%", "RT"]>, "many">>;
124
124
  }, "strip", z.ZodTypeAny, {
125
- includeRisingTalent: string | null;
126
125
  locationIncludes: string[] | null;
127
126
  locationExcludes: string[] | null;
128
- talentTypes: ("Agency" | "Independent" | "Unspecified")[] | null;
127
+ talentTypes: ("Unspecified" | "Independent" | "Agency")[] | null;
129
128
  englishLevels: ("Unspecified" | "Fluent" | "Conversational" | "Native or Bilingual")[] | null;
129
+ includeRisingTalent: string | null;
130
130
  requiredEarnings: 100 | 1000 | 10000 | null;
131
131
  requiredJSS: (">80%" | ">90%" | "100%" | "RT")[] | null;
132
132
  }, {
133
- includeRisingTalent: string | null;
134
133
  locationIncludes: string[] | null;
135
134
  locationExcludes: string[] | null;
136
- talentTypes: ("Agency" | "Independent" | "Unspecified")[] | null;
135
+ talentTypes: ("Unspecified" | "Independent" | "Agency")[] | null;
137
136
  englishLevels: ("Unspecified" | "Fluent" | "Conversational" | "Native or Bilingual")[] | null;
137
+ includeRisingTalent: string | null;
138
138
  requiredEarnings: 100 | 1000 | 10000 | null;
139
139
  requiredJSS: (">80%" | ">90%" | "100%" | "RT")[] | null;
140
140
  }>>;
141
141
  }, "strip", z.ZodTypeAny, {
142
+ keywords: {
143
+ includes: string | null;
144
+ excludes: string | null;
145
+ } | null;
146
+ isFeatured: "false" | "all" | "true" | null;
147
+ regions: ("all" | "Worldwide" | "UKOnly" | "USOnly")[] | null;
148
+ categories: {
149
+ 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")[] | null;
150
+ 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")[] | null;
151
+ } | null;
152
+ payment: {
153
+ paymentType: ("Unspecified" | "Fixed-price" | "Hourly")[] | null;
154
+ minFixedPrice: number | null;
155
+ maxFixedPrice: number | null;
156
+ minHourlyRate: number | null;
157
+ maxHourlyRate: number | null;
158
+ } | null;
142
159
  projectDuration: ("Less than 1 month" | "1 to 3 months" | "3 to 6 months" | "More than 6 months" | "Unspecified")[] | null;
160
+ experienceLevel: ("Entry level" | "Intermediate" | "Expert")[] | null;
143
161
  questions: {
144
162
  hasQuestions: "all" | "yes" | "no";
145
163
  } | null;
146
- experienceLevel: ("Entry level" | "Intermediate" | "Expert")[] | null;
164
+ engagementType: ("Unspecified" | "Less than 30 hrs/week" | "More than 30 hrs/week")[] | null;
147
165
  clientInfo: {
148
166
  isPaymentVerified: "false" | "all" | "true";
149
167
  isPhoneVerified: "false" | "all" | "true";
150
- companySize: ("Unspecified" | "Individual client" | "Small company (2-9 people)" | "Mid-sized company (10-99 people)" | "Large company (100-1,000 people)" | "Large company (1,000+ people)")[] | null;
151
168
  enterpriseClient: "false" | "all" | "true";
152
169
  clientLocationIncludes: string[] | null;
153
170
  clientLocationExcludes: string[] | null;
@@ -155,6 +172,7 @@ export declare const jobFiltersSchema: z.ZodObject<{
155
172
  minTotalSpent: number | null;
156
173
  minHireRate: number | null;
157
174
  clientIndustry: ("Engineering & Architecture" | "Legal" | "Sales & Marketing" | "Aerospace" | "Agriculture & Forestry" | "Art & Design" | "Automotive" | "Aviation" | "Education" | "Energy & Utilities" | "Fashion & Beauty" | "Finance & Accounting" | "Food & Beverage" | "Government & Public Sector" | "Health & Fitness" | "HR & Business Services" | "Manufacturing & Construction" | "Media & Entertainment" | "Military & Defense" | "Mining" | "Real Estate" | "Retail & Consumer Goods" | "Science & Medicine" | "Sports & Recreation" | "Supply Chain & Logistics" | "Tech & IT" | "Transportation & Warehousing" | "Travel & Hospitality")[] | null;
175
+ companySize: ("Unspecified" | "Individual client" | "Small company (2-9 people)" | "Mid-sized company (10-99 people)" | "Large company (100-1,000 people)" | "Large company (1,000+ people)")[] | null;
158
176
  minJobsPosted: number | null;
159
177
  minAvgHourlyRate: number | null;
160
178
  minNumReviews: number | null;
@@ -162,20 +180,21 @@ export declare const jobFiltersSchema: z.ZodObject<{
162
180
  memberSinceTo: string | null;
163
181
  } | null;
164
182
  vendorQualifications: {
165
- includeRisingTalent: string | null;
166
183
  locationIncludes: string[] | null;
167
184
  locationExcludes: string[] | null;
168
- talentTypes: ("Agency" | "Independent" | "Unspecified")[] | null;
185
+ talentTypes: ("Unspecified" | "Independent" | "Agency")[] | null;
169
186
  englishLevels: ("Unspecified" | "Fluent" | "Conversational" | "Native or Bilingual")[] | null;
187
+ includeRisingTalent: string | null;
170
188
  requiredEarnings: 100 | 1000 | 10000 | null;
171
189
  requiredJSS: (">80%" | ">90%" | "100%" | "RT")[] | null;
172
190
  } | null;
173
- isFeatured: "false" | "all" | "true" | null;
191
+ }, {
174
192
  keywords: {
175
193
  includes: string | null;
176
194
  excludes: string | null;
177
195
  } | null;
178
- regions: ("all" | "USOnly" | "UKOnly" | "Worldwide")[] | null;
196
+ isFeatured: "false" | "all" | "true" | null;
197
+ regions: ("all" | "Worldwide" | "UKOnly" | "USOnly")[] | null;
179
198
  categories: {
180
199
  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")[] | null;
181
200
  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")[] | null;
@@ -187,21 +206,20 @@ export declare const jobFiltersSchema: z.ZodObject<{
187
206
  minHourlyRate: number | null;
188
207
  maxHourlyRate: number | null;
189
208
  } | null;
190
- engagementType: ("Unspecified" | "Less than 30 hrs/week" | "More than 30 hrs/week")[] | null;
191
- }, {
192
209
  projectDuration: ("Less than 1 month" | "1 to 3 months" | "3 to 6 months" | "More than 6 months" | "Unspecified")[] | null;
210
+ experienceLevel: ("Entry level" | "Intermediate" | "Expert")[] | null;
193
211
  questions: {
194
212
  hasQuestions?: "all" | "yes" | "no" | undefined;
195
213
  } | null;
196
- experienceLevel: ("Entry level" | "Intermediate" | "Expert")[] | null;
214
+ engagementType: ("Unspecified" | "Less than 30 hrs/week" | "More than 30 hrs/week")[] | null;
197
215
  clientInfo: {
198
- companySize: ("Unspecified" | "Individual client" | "Small company (2-9 people)" | "Mid-sized company (10-99 people)" | "Large company (100-1,000 people)" | "Large company (1,000+ people)")[] | null;
199
216
  clientLocationIncludes: string[] | null;
200
217
  clientLocationExcludes: string[] | null;
201
218
  minReviewScore: number | null;
202
219
  minTotalSpent: number | null;
203
220
  minHireRate: number | null;
204
221
  clientIndustry: ("Engineering & Architecture" | "Legal" | "Sales & Marketing" | "Aerospace" | "Agriculture & Forestry" | "Art & Design" | "Automotive" | "Aviation" | "Education" | "Energy & Utilities" | "Fashion & Beauty" | "Finance & Accounting" | "Food & Beverage" | "Government & Public Sector" | "Health & Fitness" | "HR & Business Services" | "Manufacturing & Construction" | "Media & Entertainment" | "Military & Defense" | "Mining" | "Real Estate" | "Retail & Consumer Goods" | "Science & Medicine" | "Sports & Recreation" | "Supply Chain & Logistics" | "Tech & IT" | "Transportation & Warehousing" | "Travel & Hospitality")[] | null;
222
+ companySize: ("Unspecified" | "Individual client" | "Small company (2-9 people)" | "Mid-sized company (10-99 people)" | "Large company (100-1,000 people)" | "Large company (1,000+ people)")[] | null;
205
223
  minJobsPosted: number | null;
206
224
  minAvgHourlyRate: number | null;
207
225
  minNumReviews: number | null;
@@ -212,30 +230,12 @@ export declare const jobFiltersSchema: z.ZodObject<{
212
230
  enterpriseClient?: "false" | "all" | "true" | undefined;
213
231
  } | null;
214
232
  vendorQualifications: {
215
- includeRisingTalent: string | null;
216
233
  locationIncludes: string[] | null;
217
234
  locationExcludes: string[] | null;
218
- talentTypes: ("Agency" | "Independent" | "Unspecified")[] | null;
235
+ talentTypes: ("Unspecified" | "Independent" | "Agency")[] | null;
219
236
  englishLevels: ("Unspecified" | "Fluent" | "Conversational" | "Native or Bilingual")[] | null;
237
+ includeRisingTalent: string | null;
220
238
  requiredEarnings: 100 | 1000 | 10000 | null;
221
239
  requiredJSS: (">80%" | ">90%" | "100%" | "RT")[] | null;
222
240
  } | null;
223
- isFeatured: "false" | "all" | "true" | null;
224
- keywords: {
225
- includes: string | null;
226
- excludes: string | null;
227
- } | null;
228
- regions: ("all" | "USOnly" | "UKOnly" | "Worldwide")[] | null;
229
- categories: {
230
- 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")[] | null;
231
- 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")[] | null;
232
- } | null;
233
- payment: {
234
- paymentType: ("Unspecified" | "Fixed-price" | "Hourly")[] | null;
235
- minFixedPrice: number | null;
236
- maxFixedPrice: number | null;
237
- minHourlyRate: number | null;
238
- maxHourlyRate: number | null;
239
- } | null;
240
- engagementType: ("Unspecified" | "Less than 30 hrs/week" | "More than 30 hrs/week")[] | null;
241
241
  }>;
@@ -11,18 +11,18 @@ export declare const leadNoteSchema: z.ZodObject<{
11
11
  id: string;
12
12
  content: string;
13
13
  order: number;
14
- jobId: string;
15
- bgColor: string;
16
14
  createdAt: number;
17
15
  updatedAt: number;
16
+ jobId: string;
17
+ bgColor: string;
18
18
  }, {
19
19
  id: string;
20
20
  content: string;
21
21
  order: number;
22
- jobId: string;
23
- bgColor: string;
24
22
  createdAt: number;
25
23
  updatedAt: number;
24
+ jobId: string;
25
+ bgColor: string;
26
26
  }>;
27
27
  export declare const createLeadNoteSchema: z.ZodObject<Pick<{
28
28
  id: z.ZodString;