lancer-shared 1.2.36 → 1.2.37

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.
Files changed (168) hide show
  1. package/dist/bundle.cjs.js +13 -3
  2. package/dist/constants/collections.d.ts +13 -0
  3. package/dist/constants/collections.js +14 -0
  4. package/dist/constants/common-questions.js +57 -0
  5. package/dist/constants/index.js +18 -0
  6. package/dist/constants/job-filter-options.d.ts +1 -1
  7. package/dist/constants/job-filter-options.js +265 -0
  8. package/dist/constants/job-status.js +21 -0
  9. package/dist/constants/mappings/countryMapping.js +120 -0
  10. package/dist/constants/mappings/regionMapping.js +240 -0
  11. package/dist/constants/organization.d.ts +2 -0
  12. package/dist/constants/routes.d.ts +1 -0
  13. package/dist/constants/routes.js +116 -0
  14. package/dist/constants/upwork-accounts.js +18 -0
  15. package/dist/index.js +4 -0
  16. package/dist/schemas/account/account-status.js +8 -0
  17. package/dist/schemas/account/bidder-account.js +35 -0
  18. package/dist/schemas/account/index.js +3 -0
  19. package/dist/schemas/account/scraper-account.js +34 -0
  20. package/dist/schemas/agent/index.d.ts +20 -10
  21. package/dist/schemas/ai/ai-config.d.ts +36 -0
  22. package/dist/schemas/ai/ai-config.js +9 -0
  23. package/dist/schemas/ai/index.d.ts +3 -0
  24. package/dist/schemas/ai/index.js +3 -0
  25. package/dist/schemas/ai/proposal.d.ts +82 -0
  26. package/dist/schemas/ai/proposal.js +13 -0
  27. package/dist/schemas/ai/suitability.d.ts +37 -0
  28. package/dist/schemas/ai/suitability.js +14 -0
  29. package/dist/schemas/bid/bid-result.js +11 -0
  30. package/dist/schemas/bid/bid.js +35 -0
  31. package/dist/schemas/bid/index.js +2 -0
  32. package/dist/schemas/campaign/campaign-ai-metrics.js +6 -0
  33. package/dist/schemas/campaign/campaign-analytics.d.ts +40 -40
  34. package/dist/schemas/campaign/campaign-analytics.js +42 -0
  35. package/dist/schemas/campaign/campaign-expenses.js +6 -0
  36. package/dist/schemas/campaign/campaign-insights.js +31 -0
  37. package/dist/schemas/campaign/campaign-integrations.d.ts +87 -0
  38. package/dist/schemas/campaign/campaign-integrations.js +13 -0
  39. package/dist/schemas/campaign/campaign-job-count.d.ts +2 -0
  40. package/dist/schemas/campaign/campaign-job-count.js +3 -0
  41. package/dist/schemas/campaign/campaign.d.ts +21 -21
  42. package/dist/schemas/campaign/campaign.js +41 -0
  43. package/dist/schemas/campaign/index.js +7 -0
  44. package/dist/schemas/chat-message/chat-message.d.ts +31 -0
  45. package/dist/schemas/chat-message/chat-message.js +10 -0
  46. package/dist/schemas/chat-message/index.d.ts +1 -0
  47. package/dist/schemas/chat-message/index.js +1 -0
  48. package/dist/schemas/config/agency-config.d.ts +17 -0
  49. package/dist/schemas/config/agency-config.js +7 -0
  50. package/dist/schemas/config/index.d.ts +1 -0
  51. package/dist/schemas/config/index.js +1 -0
  52. package/dist/schemas/event/index.d.ts +58 -0
  53. package/dist/schemas/index.js +17 -0
  54. package/dist/schemas/job/job-filters.d.ts +18 -6
  55. package/dist/schemas/job-filters/index.d.ts +1 -0
  56. package/dist/schemas/job-filters/index.js +1 -0
  57. package/dist/schemas/job-filters/job-filters.d.ts +241 -0
  58. package/dist/schemas/job-filters/job-filters.js +84 -0
  59. package/dist/schemas/lead/index.d.ts +11 -0
  60. package/dist/schemas/lead/index.js +173 -0
  61. package/dist/schemas/lead/lead-note.d.ts +83 -0
  62. package/dist/schemas/lead/lead-note.js +27 -0
  63. package/dist/schemas/lead/lead-status.js +23 -0
  64. package/dist/schemas/lead/nuxt.d.ts +1664 -0
  65. package/dist/schemas/lead/nuxt.js +287 -0
  66. package/dist/schemas/logger/index.js +1 -0
  67. package/dist/schemas/logger/log-event.d.ts +5 -5
  68. package/dist/schemas/logger/log-event.js +117 -0
  69. package/dist/schemas/meter-event/index.d.ts +12 -0
  70. package/dist/schemas/organization/index.js +70 -0
  71. package/dist/schemas/organization/member.js +7 -0
  72. package/dist/schemas/organization/organization.d.ts +240 -0
  73. package/dist/schemas/organization/organization.js +16 -0
  74. package/dist/schemas/organization/subscription.js +17 -0
  75. package/dist/schemas/proxy/index.js +3 -0
  76. package/dist/schemas/proxy/proxy-available-replacements.js +3 -0
  77. package/dist/schemas/proxy/proxy-country.js +249 -0
  78. package/dist/schemas/proxy/proxy.js +29 -0
  79. package/dist/schemas/saved-search/index.js +9 -0
  80. package/dist/schemas/scraper/index.js +2 -0
  81. package/dist/schemas/scraper/scrape-payload.d.ts +24 -19
  82. package/dist/schemas/scraper/scrape-payload.js +21 -0
  83. package/dist/schemas/scraper/scrape-result.js +23 -0
  84. package/dist/schemas/shared.js +19 -0
  85. package/dist/schemas/tier/index.d.ts +119 -0
  86. package/dist/schemas/time-filter/index.js +6 -0
  87. package/dist/schemas/transaction/index.js +17 -0
  88. package/dist/schemas/usage/index.js +18 -0
  89. package/dist/schemas/user/index.js +52 -0
  90. package/dist/types/account/account-status.d.ts +3 -0
  91. package/dist/types/account/account-status.js +1 -0
  92. package/dist/types/account/bidder-account.d.ts +7 -0
  93. package/dist/types/account/bidder-account.js +1 -0
  94. package/dist/types/account/index.d.ts +3 -0
  95. package/dist/types/account/index.js +3 -0
  96. package/dist/types/account/scraper-account.d.ts +5 -0
  97. package/dist/types/account/scraper-account.js +1 -0
  98. package/dist/types/ai/ai-config.d.ts +6 -0
  99. package/dist/types/ai/ai-config.js +1 -0
  100. package/dist/types/ai/index.d.ts +3 -0
  101. package/dist/types/ai/index.js +3 -0
  102. package/dist/types/ai/proposal.d.ts +10 -0
  103. package/dist/types/ai/proposal.js +1 -0
  104. package/dist/types/ai/suitability.d.ts +6 -0
  105. package/dist/types/ai/suitability.js +1 -0
  106. package/dist/types/bid/bid-result.d.ts +5 -0
  107. package/dist/types/bid/bid-result.js +1 -0
  108. package/dist/types/bid/bid.d.ts +9 -0
  109. package/dist/types/bid/bid.js +1 -0
  110. package/dist/types/bid/index.d.ts +2 -0
  111. package/dist/types/bid/index.js +2 -0
  112. package/dist/types/campaign/campaign-analytics.d.ts +7 -0
  113. package/dist/types/campaign/campaign-analytics.js +1 -0
  114. package/dist/types/campaign/campaign-expenses.d.ts +3 -0
  115. package/dist/types/campaign/campaign-expenses.js +1 -0
  116. package/dist/types/campaign/campaign-insights.js +1 -0
  117. package/dist/types/campaign/campaign-integrations.d.ts +6 -0
  118. package/dist/types/campaign/campaign-integrations.js +1 -0
  119. package/dist/types/campaign/campaign-job-count.d.ts +4 -0
  120. package/dist/types/campaign/campaign-job-count.js +1 -0
  121. package/dist/types/campaign/campaign.js +1 -0
  122. package/dist/types/campaign/index.js +6 -0
  123. package/dist/types/chat-message/chat-message.d.ts +4 -0
  124. package/dist/types/chat-message/chat-message.js +1 -0
  125. package/dist/types/chat-message/index.d.ts +1 -0
  126. package/dist/types/chat-message/index.js +1 -0
  127. package/dist/types/config/agency-config.d.ts +4 -0
  128. package/dist/types/config/agency-config.js +1 -0
  129. package/dist/types/config/index.d.ts +1 -0
  130. package/dist/types/config/index.js +1 -0
  131. package/dist/types/index.d.ts +15 -0
  132. package/dist/types/index.js +15 -0
  133. package/dist/types/job/index.d.ts +48 -0
  134. package/dist/types/job/index.js +3 -0
  135. package/dist/types/job/job-note.d.ts +10 -0
  136. package/dist/types/job/job-note.js +1 -0
  137. package/dist/types/job/job-status.d.ts +5 -0
  138. package/dist/types/job/job-status.js +9 -0
  139. package/dist/types/job/nuxt.d.ts +4 -0
  140. package/dist/types/job/nuxt.js +1 -0
  141. package/dist/types/job-filters/index.d.ts +1 -0
  142. package/dist/types/job-filters/index.js +1 -0
  143. package/dist/types/job-filters/job-filters.d.ts +4 -0
  144. package/dist/types/job-filters/job-filters.js +1 -0
  145. package/dist/types/logger/index.d.ts +1 -0
  146. package/dist/types/logger/index.js +1 -0
  147. package/dist/types/logger/log-event.js +1 -0
  148. package/dist/types/saved-search/index.d.ts +6 -0
  149. package/dist/types/saved-search/index.js +1 -0
  150. package/dist/types/scraper/index.d.ts +2 -0
  151. package/dist/types/scraper/index.js +2 -0
  152. package/dist/types/scraper/scrape-payload.d.ts +10 -0
  153. package/dist/types/scraper/scrape-payload.js +1 -0
  154. package/dist/types/scraper/scrape-result.d.ts +8 -0
  155. package/dist/types/scraper/scrape-result.js +1 -0
  156. package/dist/types/shared.d.ts +8 -0
  157. package/dist/types/shared.js +1 -0
  158. package/dist/types/time-filter/index.d.ts +3 -0
  159. package/dist/types/time-filter/index.js +1 -0
  160. package/dist/types/transaction/index.d.ts +4 -0
  161. package/dist/types/transaction/index.js +1 -0
  162. package/dist/types/usage/index.d.ts +6 -0
  163. package/dist/types/usage/index.js +1 -0
  164. package/dist/types/user/index.d.ts +15 -0
  165. package/dist/types/user/index.js +1 -0
  166. package/dist/utils/index.js +1 -0
  167. package/dist/utils/try-catch.js +10 -0
  168. package/package.json +1 -1
@@ -355,19 +355,19 @@ export declare const campaignStatusActivitySchema: z.ZodObject<{
355
355
  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;
356
356
  }>>;
357
357
  payment: z.ZodNullable<z.ZodObject<{
358
- paymentType: z.ZodNullable<z.ZodArray<z.ZodEnum<["Fixed-price", "Hourly", "Unspecified"]>, "many">>;
358
+ paymentType: z.ZodNullable<z.ZodArray<z.ZodEnum<["Unspecified", "Hourly", "Fixed-price"]>, "many">>;
359
359
  minFixedPrice: z.ZodNullable<z.ZodNumber>;
360
360
  maxFixedPrice: z.ZodNullable<z.ZodNumber>;
361
361
  minHourlyRate: z.ZodNullable<z.ZodNumber>;
362
362
  maxHourlyRate: z.ZodNullable<z.ZodNumber>;
363
363
  }, "strip", z.ZodTypeAny, {
364
- paymentType: ("Unspecified" | "Fixed-price" | "Hourly")[] | null;
364
+ paymentType: ("Unspecified" | "Hourly" | "Fixed-price")[] | null;
365
365
  minFixedPrice: number | null;
366
366
  maxFixedPrice: number | null;
367
367
  minHourlyRate: number | null;
368
368
  maxHourlyRate: number | null;
369
369
  }, {
370
- paymentType: ("Unspecified" | "Fixed-price" | "Hourly")[] | null;
370
+ paymentType: ("Unspecified" | "Hourly" | "Fixed-price")[] | null;
371
371
  minFixedPrice: number | null;
372
372
  maxFixedPrice: number | null;
373
373
  minHourlyRate: number | null;
@@ -469,7 +469,7 @@ export declare const campaignStatusActivitySchema: z.ZodObject<{
469
469
  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;
470
470
  } | null;
471
471
  payment: {
472
- paymentType: ("Unspecified" | "Fixed-price" | "Hourly")[] | null;
472
+ paymentType: ("Unspecified" | "Hourly" | "Fixed-price")[] | null;
473
473
  minFixedPrice: number | null;
474
474
  maxFixedPrice: number | null;
475
475
  minHourlyRate: number | null;
@@ -519,7 +519,7 @@ export declare const campaignStatusActivitySchema: z.ZodObject<{
519
519
  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;
520
520
  } | null;
521
521
  payment: {
522
- paymentType: ("Unspecified" | "Fixed-price" | "Hourly")[] | null;
522
+ paymentType: ("Unspecified" | "Hourly" | "Fixed-price")[] | null;
523
523
  minFixedPrice: number | null;
524
524
  maxFixedPrice: number | null;
525
525
  minHourlyRate: number | null;
@@ -1170,19 +1170,19 @@ export declare const leadAnalysisActivitySchema: z.ZodObject<{
1170
1170
  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;
1171
1171
  }>>;
1172
1172
  payment: z.ZodNullable<z.ZodObject<{
1173
- paymentType: z.ZodNullable<z.ZodArray<z.ZodEnum<["Fixed-price", "Hourly", "Unspecified"]>, "many">>;
1173
+ paymentType: z.ZodNullable<z.ZodArray<z.ZodEnum<["Unspecified", "Hourly", "Fixed-price"]>, "many">>;
1174
1174
  minFixedPrice: z.ZodNullable<z.ZodNumber>;
1175
1175
  maxFixedPrice: z.ZodNullable<z.ZodNumber>;
1176
1176
  minHourlyRate: z.ZodNullable<z.ZodNumber>;
1177
1177
  maxHourlyRate: z.ZodNullable<z.ZodNumber>;
1178
1178
  }, "strip", z.ZodTypeAny, {
1179
- paymentType: ("Unspecified" | "Fixed-price" | "Hourly")[] | null;
1179
+ paymentType: ("Unspecified" | "Hourly" | "Fixed-price")[] | null;
1180
1180
  minFixedPrice: number | null;
1181
1181
  maxFixedPrice: number | null;
1182
1182
  minHourlyRate: number | null;
1183
1183
  maxHourlyRate: number | null;
1184
1184
  }, {
1185
- paymentType: ("Unspecified" | "Fixed-price" | "Hourly")[] | null;
1185
+ paymentType: ("Unspecified" | "Hourly" | "Fixed-price")[] | null;
1186
1186
  minFixedPrice: number | null;
1187
1187
  maxFixedPrice: number | null;
1188
1188
  minHourlyRate: number | null;
@@ -1284,7 +1284,7 @@ export declare const leadAnalysisActivitySchema: z.ZodObject<{
1284
1284
  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;
1285
1285
  } | null;
1286
1286
  payment: {
1287
- paymentType: ("Unspecified" | "Fixed-price" | "Hourly")[] | null;
1287
+ paymentType: ("Unspecified" | "Hourly" | "Fixed-price")[] | null;
1288
1288
  minFixedPrice: number | null;
1289
1289
  maxFixedPrice: number | null;
1290
1290
  minHourlyRate: number | null;
@@ -1334,7 +1334,7 @@ export declare const leadAnalysisActivitySchema: z.ZodObject<{
1334
1334
  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;
1335
1335
  } | null;
1336
1336
  payment: {
1337
- paymentType: ("Unspecified" | "Fixed-price" | "Hourly")[] | null;
1337
+ paymentType: ("Unspecified" | "Hourly" | "Fixed-price")[] | null;
1338
1338
  minFixedPrice: number | null;
1339
1339
  maxFixedPrice: number | null;
1340
1340
  minHourlyRate: number | null;
@@ -1997,19 +1997,19 @@ export declare const leadStatusActivitySchema: z.ZodObject<{
1997
1997
  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;
1998
1998
  }>>;
1999
1999
  payment: z.ZodNullable<z.ZodObject<{
2000
- paymentType: z.ZodNullable<z.ZodArray<z.ZodEnum<["Fixed-price", "Hourly", "Unspecified"]>, "many">>;
2000
+ paymentType: z.ZodNullable<z.ZodArray<z.ZodEnum<["Unspecified", "Hourly", "Fixed-price"]>, "many">>;
2001
2001
  minFixedPrice: z.ZodNullable<z.ZodNumber>;
2002
2002
  maxFixedPrice: z.ZodNullable<z.ZodNumber>;
2003
2003
  minHourlyRate: z.ZodNullable<z.ZodNumber>;
2004
2004
  maxHourlyRate: z.ZodNullable<z.ZodNumber>;
2005
2005
  }, "strip", z.ZodTypeAny, {
2006
- paymentType: ("Unspecified" | "Fixed-price" | "Hourly")[] | null;
2006
+ paymentType: ("Unspecified" | "Hourly" | "Fixed-price")[] | null;
2007
2007
  minFixedPrice: number | null;
2008
2008
  maxFixedPrice: number | null;
2009
2009
  minHourlyRate: number | null;
2010
2010
  maxHourlyRate: number | null;
2011
2011
  }, {
2012
- paymentType: ("Unspecified" | "Fixed-price" | "Hourly")[] | null;
2012
+ paymentType: ("Unspecified" | "Hourly" | "Fixed-price")[] | null;
2013
2013
  minFixedPrice: number | null;
2014
2014
  maxFixedPrice: number | null;
2015
2015
  minHourlyRate: number | null;
@@ -2111,7 +2111,7 @@ export declare const leadStatusActivitySchema: z.ZodObject<{
2111
2111
  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;
2112
2112
  } | null;
2113
2113
  payment: {
2114
- paymentType: ("Unspecified" | "Fixed-price" | "Hourly")[] | null;
2114
+ paymentType: ("Unspecified" | "Hourly" | "Fixed-price")[] | null;
2115
2115
  minFixedPrice: number | null;
2116
2116
  maxFixedPrice: number | null;
2117
2117
  minHourlyRate: number | null;
@@ -2161,7 +2161,7 @@ export declare const leadStatusActivitySchema: z.ZodObject<{
2161
2161
  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;
2162
2162
  } | null;
2163
2163
  payment: {
2164
- paymentType: ("Unspecified" | "Fixed-price" | "Hourly")[] | null;
2164
+ paymentType: ("Unspecified" | "Hourly" | "Fixed-price")[] | null;
2165
2165
  minFixedPrice: number | null;
2166
2166
  maxFixedPrice: number | null;
2167
2167
  minHourlyRate: number | null;
@@ -2823,19 +2823,19 @@ export declare const proposalSentActivitySchema: z.ZodObject<{
2823
2823
  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;
2824
2824
  }>>;
2825
2825
  payment: z.ZodNullable<z.ZodObject<{
2826
- paymentType: z.ZodNullable<z.ZodArray<z.ZodEnum<["Fixed-price", "Hourly", "Unspecified"]>, "many">>;
2826
+ paymentType: z.ZodNullable<z.ZodArray<z.ZodEnum<["Unspecified", "Hourly", "Fixed-price"]>, "many">>;
2827
2827
  minFixedPrice: z.ZodNullable<z.ZodNumber>;
2828
2828
  maxFixedPrice: z.ZodNullable<z.ZodNumber>;
2829
2829
  minHourlyRate: z.ZodNullable<z.ZodNumber>;
2830
2830
  maxHourlyRate: z.ZodNullable<z.ZodNumber>;
2831
2831
  }, "strip", z.ZodTypeAny, {
2832
- paymentType: ("Unspecified" | "Fixed-price" | "Hourly")[] | null;
2832
+ paymentType: ("Unspecified" | "Hourly" | "Fixed-price")[] | null;
2833
2833
  minFixedPrice: number | null;
2834
2834
  maxFixedPrice: number | null;
2835
2835
  minHourlyRate: number | null;
2836
2836
  maxHourlyRate: number | null;
2837
2837
  }, {
2838
- paymentType: ("Unspecified" | "Fixed-price" | "Hourly")[] | null;
2838
+ paymentType: ("Unspecified" | "Hourly" | "Fixed-price")[] | null;
2839
2839
  minFixedPrice: number | null;
2840
2840
  maxFixedPrice: number | null;
2841
2841
  minHourlyRate: number | null;
@@ -2937,7 +2937,7 @@ export declare const proposalSentActivitySchema: z.ZodObject<{
2937
2937
  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;
2938
2938
  } | null;
2939
2939
  payment: {
2940
- paymentType: ("Unspecified" | "Fixed-price" | "Hourly")[] | null;
2940
+ paymentType: ("Unspecified" | "Hourly" | "Fixed-price")[] | null;
2941
2941
  minFixedPrice: number | null;
2942
2942
  maxFixedPrice: number | null;
2943
2943
  minHourlyRate: number | null;
@@ -2987,7 +2987,7 @@ export declare const proposalSentActivitySchema: z.ZodObject<{
2987
2987
  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;
2988
2988
  } | null;
2989
2989
  payment: {
2990
- paymentType: ("Unspecified" | "Fixed-price" | "Hourly")[] | null;
2990
+ paymentType: ("Unspecified" | "Hourly" | "Fixed-price")[] | null;
2991
2991
  minFixedPrice: number | null;
2992
2992
  maxFixedPrice: number | null;
2993
2993
  minHourlyRate: number | null;
@@ -3315,19 +3315,19 @@ export declare const campaignActivitySchema: z.ZodDiscriminatedUnion<"type", [z.
3315
3315
  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;
3316
3316
  }>>;
3317
3317
  payment: z.ZodNullable<z.ZodObject<{
3318
- paymentType: z.ZodNullable<z.ZodArray<z.ZodEnum<["Fixed-price", "Hourly", "Unspecified"]>, "many">>;
3318
+ paymentType: z.ZodNullable<z.ZodArray<z.ZodEnum<["Unspecified", "Hourly", "Fixed-price"]>, "many">>;
3319
3319
  minFixedPrice: z.ZodNullable<z.ZodNumber>;
3320
3320
  maxFixedPrice: z.ZodNullable<z.ZodNumber>;
3321
3321
  minHourlyRate: z.ZodNullable<z.ZodNumber>;
3322
3322
  maxHourlyRate: z.ZodNullable<z.ZodNumber>;
3323
3323
  }, "strip", z.ZodTypeAny, {
3324
- paymentType: ("Unspecified" | "Fixed-price" | "Hourly")[] | null;
3324
+ paymentType: ("Unspecified" | "Hourly" | "Fixed-price")[] | null;
3325
3325
  minFixedPrice: number | null;
3326
3326
  maxFixedPrice: number | null;
3327
3327
  minHourlyRate: number | null;
3328
3328
  maxHourlyRate: number | null;
3329
3329
  }, {
3330
- paymentType: ("Unspecified" | "Fixed-price" | "Hourly")[] | null;
3330
+ paymentType: ("Unspecified" | "Hourly" | "Fixed-price")[] | null;
3331
3331
  minFixedPrice: number | null;
3332
3332
  maxFixedPrice: number | null;
3333
3333
  minHourlyRate: number | null;
@@ -3429,7 +3429,7 @@ export declare const campaignActivitySchema: z.ZodDiscriminatedUnion<"type", [z.
3429
3429
  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;
3430
3430
  } | null;
3431
3431
  payment: {
3432
- paymentType: ("Unspecified" | "Fixed-price" | "Hourly")[] | null;
3432
+ paymentType: ("Unspecified" | "Hourly" | "Fixed-price")[] | null;
3433
3433
  minFixedPrice: number | null;
3434
3434
  maxFixedPrice: number | null;
3435
3435
  minHourlyRate: number | null;
@@ -3479,7 +3479,7 @@ export declare const campaignActivitySchema: z.ZodDiscriminatedUnion<"type", [z.
3479
3479
  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;
3480
3480
  } | null;
3481
3481
  payment: {
3482
- paymentType: ("Unspecified" | "Fixed-price" | "Hourly")[] | null;
3482
+ paymentType: ("Unspecified" | "Hourly" | "Fixed-price")[] | null;
3483
3483
  minFixedPrice: number | null;
3484
3484
  maxFixedPrice: number | null;
3485
3485
  minHourlyRate: number | null;
@@ -4129,19 +4129,19 @@ export declare const campaignActivitySchema: z.ZodDiscriminatedUnion<"type", [z.
4129
4129
  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;
4130
4130
  }>>;
4131
4131
  payment: z.ZodNullable<z.ZodObject<{
4132
- paymentType: z.ZodNullable<z.ZodArray<z.ZodEnum<["Fixed-price", "Hourly", "Unspecified"]>, "many">>;
4132
+ paymentType: z.ZodNullable<z.ZodArray<z.ZodEnum<["Unspecified", "Hourly", "Fixed-price"]>, "many">>;
4133
4133
  minFixedPrice: z.ZodNullable<z.ZodNumber>;
4134
4134
  maxFixedPrice: z.ZodNullable<z.ZodNumber>;
4135
4135
  minHourlyRate: z.ZodNullable<z.ZodNumber>;
4136
4136
  maxHourlyRate: z.ZodNullable<z.ZodNumber>;
4137
4137
  }, "strip", z.ZodTypeAny, {
4138
- paymentType: ("Unspecified" | "Fixed-price" | "Hourly")[] | null;
4138
+ paymentType: ("Unspecified" | "Hourly" | "Fixed-price")[] | null;
4139
4139
  minFixedPrice: number | null;
4140
4140
  maxFixedPrice: number | null;
4141
4141
  minHourlyRate: number | null;
4142
4142
  maxHourlyRate: number | null;
4143
4143
  }, {
4144
- paymentType: ("Unspecified" | "Fixed-price" | "Hourly")[] | null;
4144
+ paymentType: ("Unspecified" | "Hourly" | "Fixed-price")[] | null;
4145
4145
  minFixedPrice: number | null;
4146
4146
  maxFixedPrice: number | null;
4147
4147
  minHourlyRate: number | null;
@@ -4243,7 +4243,7 @@ export declare const campaignActivitySchema: z.ZodDiscriminatedUnion<"type", [z.
4243
4243
  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;
4244
4244
  } | null;
4245
4245
  payment: {
4246
- paymentType: ("Unspecified" | "Fixed-price" | "Hourly")[] | null;
4246
+ paymentType: ("Unspecified" | "Hourly" | "Fixed-price")[] | null;
4247
4247
  minFixedPrice: number | null;
4248
4248
  maxFixedPrice: number | null;
4249
4249
  minHourlyRate: number | null;
@@ -4293,7 +4293,7 @@ export declare const campaignActivitySchema: z.ZodDiscriminatedUnion<"type", [z.
4293
4293
  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;
4294
4294
  } | null;
4295
4295
  payment: {
4296
- paymentType: ("Unspecified" | "Fixed-price" | "Hourly")[] | null;
4296
+ paymentType: ("Unspecified" | "Hourly" | "Fixed-price")[] | null;
4297
4297
  minFixedPrice: number | null;
4298
4298
  maxFixedPrice: number | null;
4299
4299
  minHourlyRate: number | null;
@@ -4955,19 +4955,19 @@ export declare const campaignActivitySchema: z.ZodDiscriminatedUnion<"type", [z.
4955
4955
  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;
4956
4956
  }>>;
4957
4957
  payment: z.ZodNullable<z.ZodObject<{
4958
- paymentType: z.ZodNullable<z.ZodArray<z.ZodEnum<["Fixed-price", "Hourly", "Unspecified"]>, "many">>;
4958
+ paymentType: z.ZodNullable<z.ZodArray<z.ZodEnum<["Unspecified", "Hourly", "Fixed-price"]>, "many">>;
4959
4959
  minFixedPrice: z.ZodNullable<z.ZodNumber>;
4960
4960
  maxFixedPrice: z.ZodNullable<z.ZodNumber>;
4961
4961
  minHourlyRate: z.ZodNullable<z.ZodNumber>;
4962
4962
  maxHourlyRate: z.ZodNullable<z.ZodNumber>;
4963
4963
  }, "strip", z.ZodTypeAny, {
4964
- paymentType: ("Unspecified" | "Fixed-price" | "Hourly")[] | null;
4964
+ paymentType: ("Unspecified" | "Hourly" | "Fixed-price")[] | null;
4965
4965
  minFixedPrice: number | null;
4966
4966
  maxFixedPrice: number | null;
4967
4967
  minHourlyRate: number | null;
4968
4968
  maxHourlyRate: number | null;
4969
4969
  }, {
4970
- paymentType: ("Unspecified" | "Fixed-price" | "Hourly")[] | null;
4970
+ paymentType: ("Unspecified" | "Hourly" | "Fixed-price")[] | null;
4971
4971
  minFixedPrice: number | null;
4972
4972
  maxFixedPrice: number | null;
4973
4973
  minHourlyRate: number | null;
@@ -5069,7 +5069,7 @@ export declare const campaignActivitySchema: z.ZodDiscriminatedUnion<"type", [z.
5069
5069
  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;
5070
5070
  } | null;
5071
5071
  payment: {
5072
- paymentType: ("Unspecified" | "Fixed-price" | "Hourly")[] | null;
5072
+ paymentType: ("Unspecified" | "Hourly" | "Fixed-price")[] | null;
5073
5073
  minFixedPrice: number | null;
5074
5074
  maxFixedPrice: number | null;
5075
5075
  minHourlyRate: number | null;
@@ -5119,7 +5119,7 @@ export declare const campaignActivitySchema: z.ZodDiscriminatedUnion<"type", [z.
5119
5119
  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;
5120
5120
  } | null;
5121
5121
  payment: {
5122
- paymentType: ("Unspecified" | "Fixed-price" | "Hourly")[] | null;
5122
+ paymentType: ("Unspecified" | "Hourly" | "Fixed-price")[] | null;
5123
5123
  minFixedPrice: number | null;
5124
5124
  maxFixedPrice: number | null;
5125
5125
  minHourlyRate: number | null;
@@ -5780,19 +5780,19 @@ export declare const campaignActivitySchema: z.ZodDiscriminatedUnion<"type", [z.
5780
5780
  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;
5781
5781
  }>>;
5782
5782
  payment: z.ZodNullable<z.ZodObject<{
5783
- paymentType: z.ZodNullable<z.ZodArray<z.ZodEnum<["Fixed-price", "Hourly", "Unspecified"]>, "many">>;
5783
+ paymentType: z.ZodNullable<z.ZodArray<z.ZodEnum<["Unspecified", "Hourly", "Fixed-price"]>, "many">>;
5784
5784
  minFixedPrice: z.ZodNullable<z.ZodNumber>;
5785
5785
  maxFixedPrice: z.ZodNullable<z.ZodNumber>;
5786
5786
  minHourlyRate: z.ZodNullable<z.ZodNumber>;
5787
5787
  maxHourlyRate: z.ZodNullable<z.ZodNumber>;
5788
5788
  }, "strip", z.ZodTypeAny, {
5789
- paymentType: ("Unspecified" | "Fixed-price" | "Hourly")[] | null;
5789
+ paymentType: ("Unspecified" | "Hourly" | "Fixed-price")[] | null;
5790
5790
  minFixedPrice: number | null;
5791
5791
  maxFixedPrice: number | null;
5792
5792
  minHourlyRate: number | null;
5793
5793
  maxHourlyRate: number | null;
5794
5794
  }, {
5795
- paymentType: ("Unspecified" | "Fixed-price" | "Hourly")[] | null;
5795
+ paymentType: ("Unspecified" | "Hourly" | "Fixed-price")[] | null;
5796
5796
  minFixedPrice: number | null;
5797
5797
  maxFixedPrice: number | null;
5798
5798
  minHourlyRate: number | null;
@@ -5894,7 +5894,7 @@ export declare const campaignActivitySchema: z.ZodDiscriminatedUnion<"type", [z.
5894
5894
  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;
5895
5895
  } | null;
5896
5896
  payment: {
5897
- paymentType: ("Unspecified" | "Fixed-price" | "Hourly")[] | null;
5897
+ paymentType: ("Unspecified" | "Hourly" | "Fixed-price")[] | null;
5898
5898
  minFixedPrice: number | null;
5899
5899
  maxFixedPrice: number | null;
5900
5900
  minHourlyRate: number | null;
@@ -5944,7 +5944,7 @@ export declare const campaignActivitySchema: z.ZodDiscriminatedUnion<"type", [z.
5944
5944
  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;
5945
5945
  } | null;
5946
5946
  payment: {
5947
- paymentType: ("Unspecified" | "Fixed-price" | "Hourly")[] | null;
5947
+ paymentType: ("Unspecified" | "Hourly" | "Fixed-price")[] | null;
5948
5948
  minFixedPrice: number | null;
5949
5949
  maxFixedPrice: number | null;
5950
5950
  minHourlyRate: number | null;
@@ -0,0 +1,42 @@
1
+ import { z } from "zod";
2
+ import { leadStatusSchema, upworkJobSchema } from "../lead";
3
+ export const campaignAnalyticsStatsSchema = z.object({
4
+ jobsAnalyzed: z.number(),
5
+ totalStats: z.object({
6
+ contacted: z.number(),
7
+ viewed: z.number(),
8
+ replied: z.number(),
9
+ negotiations: z.number(),
10
+ won: z.number(),
11
+ }),
12
+ statsByDate: z.array(z.object({
13
+ label: z.string(),
14
+ contacted: z.number(),
15
+ viewed: z.number(),
16
+ replied: z.number(),
17
+ negotiations: z.number(),
18
+ won: z.number(),
19
+ })),
20
+ });
21
+ export const campaignAnalyticsResponseSchema = z.object({
22
+ jobsAnalyzed: z.number(),
23
+ contacted: z.number(),
24
+ viewed: z.number(),
25
+ replied: z.number(),
26
+ negotiations: z.number(),
27
+ won: z.number(),
28
+ });
29
+ export const campaignActivitySchema = z.object({
30
+ createdAt: z.number(),
31
+ status: leadStatusSchema,
32
+ job: upworkJobSchema.pick({
33
+ id: true,
34
+ title: true,
35
+ datetime: true,
36
+ jobUrl: true,
37
+ }),
38
+ });
39
+ export const campaignActivityCreateSchema = campaignActivitySchema.pick({
40
+ status: true,
41
+ job: true,
42
+ });
@@ -0,0 +1,6 @@
1
+ import { z } from 'zod';
2
+ export const campaignExpensesSchema = z.object({
3
+ biddingAmount: z.number().default(0),
4
+ boostingAmount: z.number().default(0),
5
+ boosted: z.number().default(0),
6
+ });
@@ -0,0 +1,31 @@
1
+ import { z } from "zod";
2
+ import { agentStatusSchema } from "../lead";
3
+ export const campaignCountByStatusSchema = z.object({
4
+ // Using z.enum values to create a schema with all possible job statuses
5
+ ...Object.fromEntries(Object.values(agentStatusSchema.enum).map((status) => [
6
+ status,
7
+ z.object({
8
+ boosted: z.number(),
9
+ organic: z.number(),
10
+ total: z.number(),
11
+ }),
12
+ ])),
13
+ });
14
+ export const campaignInsightsSchema = z.object({
15
+ pipelineHealth: campaignCountByStatusSchema,
16
+ biddingAmount: z.number().default(0),
17
+ boostingAmount: z.number().default(0),
18
+ boostedProposalsCount: z.number().default(0),
19
+ totalProposalsCount: z.number().default(0),
20
+ totalExpenses: z.number().default(0),
21
+ suitabilityRange0to10: z.number(),
22
+ suitabilityRange10to20: z.number(),
23
+ suitabilityRange20to30: z.number(),
24
+ suitabilityRange30to40: z.number(),
25
+ suitabilityRange40to50: z.number(),
26
+ suitabilityRange50to60: z.number(),
27
+ suitabilityRange60to70: z.number(),
28
+ suitabilityRange70to80: z.number(),
29
+ suitabilityRange80to90: z.number(),
30
+ suitabilityRange90to100: z.number(),
31
+ });
@@ -0,0 +1,87 @@
1
+ import { z } from "zod";
2
+ export declare const campaignIntegrations: z.ZodEnum<["discord", "slack"]>;
3
+ export declare const campaignIntegrationsSchema: z.ZodObject<{
4
+ suitabilityHooks: z.ZodObject<{
5
+ discord: z.ZodNullable<z.ZodString>;
6
+ slack: z.ZodNullable<z.ZodString>;
7
+ }, "strip", z.ZodTypeAny, {
8
+ discord: string | null;
9
+ slack: string | null;
10
+ }, {
11
+ discord: string | null;
12
+ slack: string | null;
13
+ }>;
14
+ proposalSentHooks: z.ZodObject<{
15
+ discord: z.ZodNullable<z.ZodString>;
16
+ slack: z.ZodNullable<z.ZodString>;
17
+ }, "strip", z.ZodTypeAny, {
18
+ discord: string | null;
19
+ slack: string | null;
20
+ }, {
21
+ discord: string | null;
22
+ slack: string | null;
23
+ }>;
24
+ }, "strip", z.ZodTypeAny, {
25
+ suitabilityHooks: {
26
+ discord: string | null;
27
+ slack: string | null;
28
+ };
29
+ proposalSentHooks: {
30
+ discord: string | null;
31
+ slack: string | null;
32
+ };
33
+ }, {
34
+ suitabilityHooks: {
35
+ discord: string | null;
36
+ slack: string | null;
37
+ };
38
+ proposalSentHooks: {
39
+ discord: string | null;
40
+ slack: string | null;
41
+ };
42
+ }>;
43
+ export declare const updateCampaignIntegrationsSchema: z.ZodObject<{
44
+ suitabilityHooks: z.ZodOptional<z.ZodObject<{
45
+ discord: z.ZodNullable<z.ZodString>;
46
+ slack: z.ZodNullable<z.ZodString>;
47
+ }, "strip", z.ZodTypeAny, {
48
+ discord: string | null;
49
+ slack: string | null;
50
+ }, {
51
+ discord: string | null;
52
+ slack: string | null;
53
+ }>>;
54
+ proposalSentHooks: z.ZodOptional<z.ZodObject<{
55
+ discord: z.ZodNullable<z.ZodString>;
56
+ slack: z.ZodNullable<z.ZodString>;
57
+ }, "strip", z.ZodTypeAny, {
58
+ discord: string | null;
59
+ slack: string | null;
60
+ }, {
61
+ discord: string | null;
62
+ slack: string | null;
63
+ }>>;
64
+ }, "strip", z.ZodTypeAny, {
65
+ suitabilityHooks?: {
66
+ discord: string | null;
67
+ slack: string | null;
68
+ } | undefined;
69
+ proposalSentHooks?: {
70
+ discord: string | null;
71
+ slack: string | null;
72
+ } | undefined;
73
+ }, {
74
+ suitabilityHooks?: {
75
+ discord: string | null;
76
+ slack: string | null;
77
+ } | undefined;
78
+ proposalSentHooks?: {
79
+ discord: string | null;
80
+ slack: string | null;
81
+ } | undefined;
82
+ }>;
83
+ export type CampaignIntegration = z.infer<typeof campaignIntegrations>;
84
+ export interface CampaignIntegrations extends z.infer<typeof campaignIntegrationsSchema> {
85
+ }
86
+ export interface UpdateCampaignIntegrations extends z.infer<typeof updateCampaignIntegrationsSchema> {
87
+ }