lancer-shared 1.2.65 → 1.2.66

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 (209) hide show
  1. package/dist/bundle.cjs.js +1 -0
  2. package/dist/constants/collections.js +11 -13
  3. package/dist/constants/common-questions.js +1 -4
  4. package/dist/constants/index.js +10 -32
  5. package/dist/constants/job-filter-options.js +1 -4
  6. package/dist/constants/job-status.js +7 -12
  7. package/dist/constants/mappings/countryMapping.js +1 -3
  8. package/dist/constants/mappings/regionMapping.js +1 -3
  9. package/dist/constants/organization.d.ts +2 -2
  10. package/dist/constants/routes.js +39 -37
  11. package/dist/constants/upwork-accounts.js +3 -6
  12. package/dist/index.js +4 -20
  13. package/dist/schemas/account/account-status.js +2 -5
  14. package/dist/schemas/account/bidder-account.d.ts +5 -5
  15. package/dist/schemas/account/bidder-account.js +22 -24
  16. package/dist/schemas/account/index.js +3 -19
  17. package/dist/schemas/account/scraper-account.js +21 -24
  18. package/dist/schemas/ai/ai-config.js +8 -11
  19. package/dist/schemas/ai/index.js +3 -19
  20. package/dist/schemas/ai/proposal.js +10 -13
  21. package/dist/schemas/ai/suitability.js +8 -11
  22. package/dist/schemas/bid/bid-result.js +9 -13
  23. package/dist/schemas/bid/bid.js +29 -30
  24. package/dist/schemas/bid/index.js +2 -18
  25. package/dist/schemas/campaign/campaign-ai-metrics.js +5 -8
  26. package/dist/schemas/campaign/campaign-analytics.d.ts +24 -24
  27. package/dist/schemas/campaign/campaign-analytics.js +32 -31
  28. package/dist/schemas/campaign/campaign-expenses.js +5 -8
  29. package/dist/schemas/campaign/campaign-insights.js +30 -30
  30. package/dist/schemas/campaign/campaign-integrations.d.ts +5 -0
  31. package/dist/schemas/campaign/campaign-integrations.js +10 -13
  32. package/dist/schemas/campaign/campaign-job-count.js +3 -6
  33. package/dist/schemas/campaign/campaign.js +32 -35
  34. package/dist/schemas/campaign/index.js +7 -23
  35. package/dist/schemas/chat-message/chat-message.js +7 -10
  36. package/dist/schemas/chat-message/index.js +1 -17
  37. package/dist/schemas/config/agency-config.js +6 -9
  38. package/dist/schemas/config/index.js +1 -17
  39. package/dist/schemas/event/index.d.ts +58 -0
  40. package/dist/schemas/index.js +17 -32
  41. package/dist/schemas/job-filters/index.js +1 -17
  42. package/dist/schemas/job-filters/job-filters.js +62 -65
  43. package/dist/schemas/lead/index.js +173 -19
  44. package/dist/schemas/lead/lead-note.js +13 -16
  45. package/dist/schemas/lead/lead-status.js +3 -6
  46. package/dist/schemas/lead/nuxt.js +287 -0
  47. package/dist/schemas/logger/index.js +1 -17
  48. package/dist/schemas/logger/log-event.js +100 -49
  49. package/dist/schemas/meter-event/index.d.ts +12 -0
  50. package/dist/schemas/organization/index.d.ts +8 -8
  51. package/dist/schemas/organization/index.js +70 -17
  52. package/dist/schemas/organization/member.js +7 -0
  53. package/dist/schemas/organization/organization.d.ts +177 -7
  54. package/dist/schemas/organization/organization.js +14 -17
  55. package/dist/schemas/organization/subscription.d.ts +4 -4
  56. package/dist/schemas/organization/subscription.js +17 -0
  57. package/dist/schemas/proxy/index.js +3 -17
  58. package/dist/schemas/proxy/proxy-available-replacements.d.ts +1 -1
  59. package/dist/schemas/proxy/proxy-available-replacements.js +3 -0
  60. package/dist/schemas/proxy/proxy-country.js +249 -0
  61. package/dist/schemas/proxy/proxy.js +25 -19
  62. package/dist/schemas/saved-search/index.js +8 -11
  63. package/dist/schemas/scraper/index.js +2 -18
  64. package/dist/schemas/scraper/scrape-payload.d.ts +7 -7
  65. package/dist/schemas/scraper/scrape-payload.js +19 -14
  66. package/dist/schemas/scraper/scrape-result.js +21 -21
  67. package/dist/schemas/shared.js +12 -9
  68. package/dist/schemas/tier/index.d.ts +119 -0
  69. package/dist/schemas/time-filter/index.js +5 -8
  70. package/dist/schemas/transaction/index.js +17 -0
  71. package/dist/schemas/usage/index.js +18 -0
  72. package/dist/schemas/user/index.js +38 -41
  73. package/dist/types/account/account-status.js +1 -2
  74. package/dist/types/account/bidder-account.js +1 -2
  75. package/dist/types/account/index.js +3 -19
  76. package/dist/types/account/scraper-account.js +1 -2
  77. package/dist/types/ai/ai-config.js +1 -2
  78. package/dist/types/ai/index.js +3 -19
  79. package/dist/types/ai/proposal.js +1 -2
  80. package/dist/types/ai/suitability.js +1 -2
  81. package/dist/types/bid/bid-result.js +1 -2
  82. package/dist/types/bid/bid.js +1 -2
  83. package/dist/types/bid/index.js +2 -18
  84. package/dist/types/campaign/campaign-analytics.js +1 -2
  85. package/dist/types/campaign/campaign-expenses.js +1 -2
  86. package/dist/types/campaign/campaign-insights.js +1 -2
  87. package/dist/types/campaign/campaign-integrations.js +1 -2
  88. package/dist/types/campaign/campaign-job-count.js +1 -2
  89. package/dist/types/campaign/campaign.js +1 -2
  90. package/dist/types/campaign/index.js +6 -22
  91. package/dist/types/chat-message/chat-message.js +1 -2
  92. package/dist/types/chat-message/index.js +1 -17
  93. package/dist/types/config/agency-config.js +1 -2
  94. package/dist/types/config/index.js +1 -17
  95. package/dist/types/index.js +15 -29
  96. package/dist/types/job/index.js +3 -19
  97. package/dist/types/job/job-note.js +1 -2
  98. package/dist/types/job/job-status.js +1 -4
  99. package/dist/types/job/nuxt.js +1 -0
  100. package/dist/types/job-filters/index.js +1 -17
  101. package/dist/types/job-filters/job-filters.js +1 -2
  102. package/dist/types/logger/index.js +1 -17
  103. package/dist/types/logger/log-event.js +1 -2
  104. package/dist/types/saved-search/index.js +1 -2
  105. package/dist/types/scraper/index.js +2 -18
  106. package/dist/types/scraper/scrape-payload.js +1 -2
  107. package/dist/types/scraper/scrape-result.js +1 -2
  108. package/dist/types/shared.js +1 -0
  109. package/dist/types/time-filter/index.js +1 -2
  110. package/dist/types/transaction/index.js +1 -0
  111. package/dist/types/usage/index.js +1 -0
  112. package/dist/types/user/index.js +1 -2
  113. package/dist/utils/index.js +1 -17
  114. package/dist/utils/try-catch.js +8 -23
  115. package/package.json +1 -1
  116. package/dist/constants/account-status.d.ts +0 -3
  117. package/dist/constants/account-status.js +0 -17
  118. package/dist/constants/proxies.d.ts +0 -4
  119. package/dist/constants/upwork-filters.d.ts +0 -5
  120. package/dist/constants/upwork-filters.js +0 -75
  121. package/dist/schemas/account/exceptions/no-bidder-accounts-available.d.ts +0 -5
  122. package/dist/schemas/account/manager-account.d.ts +0 -116
  123. package/dist/schemas/account/manager-account.js +0 -38
  124. package/dist/schemas/ai-config/ai-config.d.ts +0 -39
  125. package/dist/schemas/ai-config/ai-config.js +0 -12
  126. package/dist/schemas/ai-config/index.d.ts +0 -1
  127. package/dist/schemas/ai-config/index.js +0 -17
  128. package/dist/schemas/bid/bid-status.d.ts +0 -30
  129. package/dist/schemas/bid/bid-status.js +0 -15
  130. package/dist/schemas/bid/exceptions/base-exception.d.ts +0 -4
  131. package/dist/schemas/bid/exceptions/evalute-element.exception.d.ts +0 -5
  132. package/dist/schemas/bid/exceptions/wait-for-function-timeout.d.ts +0 -5
  133. package/dist/schemas/bidding/index.d.ts +0 -1
  134. package/dist/schemas/bidding/index.js +0 -17
  135. package/dist/schemas/bidding/proposal-bidding-status.d.ts +0 -26
  136. package/dist/schemas/bidding/proposal-bidding-status.js +0 -18
  137. package/dist/schemas/bidding/proposal-dto.d.ts +0 -26
  138. package/dist/schemas/bidding/proposal-dto.js +0 -18
  139. package/dist/schemas/job/index.js +0 -19
  140. package/dist/schemas/job/job-details.d.ts +0 -335
  141. package/dist/schemas/job/job-details.js +0 -29
  142. package/dist/schemas/job/job-note.d.ts +0 -83
  143. package/dist/schemas/job/job-note.js +0 -30
  144. package/dist/schemas/job/job-pipeline.d.ts +0 -74
  145. package/dist/schemas/job/job-pipeline.js +0 -29
  146. package/dist/schemas/job/job-status.d.ts +0 -3
  147. package/dist/schemas/job/job-status.js +0 -27
  148. package/dist/schemas/job/job-suitability.d.ts +0 -12
  149. package/dist/schemas/job/job-suitability.js +0 -13
  150. package/dist/schemas/job/job.d.ts +0 -1160
  151. package/dist/schemas/job/job.js +0 -90
  152. package/dist/schemas/job/pipeline-job.d.ts +0 -608
  153. package/dist/schemas/job/pipeline-job.js +0 -43
  154. package/dist/schemas/job/upwork-job.d.ts +0 -334
  155. package/dist/schemas/job/upwork-job.js +0 -60
  156. package/dist/schemas/knowledge-object/index.d.ts +0 -1
  157. package/dist/schemas/knowledge-object/index.js +0 -17
  158. package/dist/schemas/knowledge-object/knowledge-object.d.ts +0 -128
  159. package/dist/schemas/knowledge-object/knowledge-object.js +0 -47
  160. package/dist/schemas/lead/lead.d.ts +0 -1897
  161. package/dist/schemas/lead/lead.js +0 -143
  162. package/dist/schemas/scraper/scrape-response.d.ts +0 -345
  163. package/dist/schemas/scraper/scrape-response.js +0 -9
  164. package/dist/schemas/upwork-account/index.d.ts +0 -3
  165. package/dist/schemas/upwork-account/index.js +0 -19
  166. package/dist/schemas/upwork-account/upwork-account-status.d.ts +0 -2
  167. package/dist/schemas/upwork-account/upwork-account-status.js +0 -11
  168. package/dist/schemas/upwork-account/upwork-business-manager-account.d.ts +0 -95
  169. package/dist/schemas/upwork-account/upwork-business-manager-account.js +0 -35
  170. package/dist/schemas/upwork-account/upwork-scraper-account.d.ts +0 -92
  171. package/dist/schemas/upwork-account/upwork-scraper-account.js +0 -31
  172. package/dist/schemas/upwork-account/upwork-scraping-account.d.ts +0 -90
  173. package/dist/schemas/upwork-account/upwork-scraping-account.js +0 -30
  174. package/dist/types/account/manager-account.d.ts +0 -7
  175. package/dist/types/account/manager-account.js +0 -2
  176. package/dist/types/ai-config/ai-config.d.ts +0 -6
  177. package/dist/types/ai-config/ai-config.js +0 -2
  178. package/dist/types/ai-config/index.d.ts +0 -1
  179. package/dist/types/ai-config/index.js +0 -17
  180. package/dist/types/bid/bid-status.d.ts +0 -5
  181. package/dist/types/bid/bid-status.js +0 -2
  182. package/dist/types/bidding/index.d.ts +0 -1
  183. package/dist/types/bidding/index.js +0 -17
  184. package/dist/types/bidding/proposal-bidding-status.d.ts +0 -3
  185. package/dist/types/bidding/proposal-bidding-status.js +0 -2
  186. package/dist/types/bidding/proposal-dto.d.ts +0 -3
  187. package/dist/types/bidding/proposal-dto.js +0 -2
  188. package/dist/types/job/job-details.d.ts +0 -36
  189. package/dist/types/job/job-details.js +0 -2
  190. package/dist/types/job/job-pipeline.d.ts +0 -4
  191. package/dist/types/job/job-pipeline.js +0 -2
  192. package/dist/types/job/job-suitability.d.ts +0 -3
  193. package/dist/types/job/job-suitability.js +0 -2
  194. package/dist/types/job/job.d.ts +0 -36
  195. package/dist/types/job/job.js +0 -2
  196. package/dist/types/knowledge-object/index.d.ts +0 -1
  197. package/dist/types/knowledge-object/index.js +0 -17
  198. package/dist/types/knowledge-object/knowledge-object.d.ts +0 -4
  199. package/dist/types/knowledge-object/knowledge-object.js +0 -2
  200. package/dist/types/scraper/scrape-response.d.ts +0 -4
  201. package/dist/types/scraper/scrape-response.js +0 -2
  202. package/dist/types/upwork-account/index.d.ts +0 -3
  203. package/dist/types/upwork-account/index.js +0 -19
  204. package/dist/types/upwork-account/upwork-account-status.d.ts +0 -3
  205. package/dist/types/upwork-account/upwork-account-status.js +0 -2
  206. package/dist/types/upwork-account/upwork-business-manager-account.d.ts +0 -7
  207. package/dist/types/upwork-account/upwork-business-manager-account.js +0 -2
  208. package/dist/types/upwork-account/upwork-scraping-account.d.ts +0 -5
  209. package/dist/types/upwork-account/upwork-scraping-account.js +0 -2
@@ -1,17 +1,3 @@
1
- "use strict";
2
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
- if (k2 === undefined) k2 = k;
4
- var desc = Object.getOwnPropertyDescriptor(m, k);
5
- if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
- desc = { enumerable: true, get: function() { return m[k]; } };
7
- }
8
- Object.defineProperty(o, k2, desc);
9
- }) : (function(o, m, k, k2) {
10
- if (k2 === undefined) k2 = k;
11
- o[k2] = m[k];
12
- }));
13
- var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
- for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
- };
16
- Object.defineProperty(exports, "__esModule", { value: true });
17
- __exportStar(require("./proxy"), exports);
1
+ export * from './proxy';
2
+ export * from './proxy-available-replacements';
3
+ export * from './proxy-country';
@@ -1,4 +1,4 @@
1
1
  import { z } from 'zod';
2
- export declare const proxyAvailableReplacementsSchema: z.ZodRecord<z.ZodEnum<["webshare"]>, z.ZodNumber>;
2
+ export declare const proxyAvailableReplacementsSchema: z.ZodRecord<z.ZodEnum<["webshare", "decodo"]>, z.ZodNumber>;
3
3
  export interface ProxyAvailableReplacements extends z.infer<typeof proxyAvailableReplacementsSchema> {
4
4
  }
@@ -0,0 +1,3 @@
1
+ import { z } from 'zod';
2
+ import { proxyProviderSchema } from './proxy';
3
+ export const proxyAvailableReplacementsSchema = z.record(proxyProviderSchema, z.number());
@@ -0,0 +1,249 @@
1
+ import { z } from 'zod';
2
+ export const proxyCountrySchema = z.enum([
3
+ 'US',
4
+ 'CA',
5
+ 'GB',
6
+ 'AF',
7
+ 'AX',
8
+ 'AL',
9
+ 'DZ',
10
+ 'AS',
11
+ 'AD',
12
+ 'AO',
13
+ 'AI',
14
+ 'AQ',
15
+ 'AG',
16
+ 'AR',
17
+ 'AM',
18
+ 'AW',
19
+ 'AU',
20
+ 'AT',
21
+ 'AZ',
22
+ 'BS',
23
+ 'BH',
24
+ 'BD',
25
+ 'BB',
26
+ 'BY',
27
+ 'BE',
28
+ 'BZ',
29
+ 'BJ',
30
+ 'BM',
31
+ 'BT',
32
+ 'BO',
33
+ 'BA',
34
+ 'BW',
35
+ 'BV',
36
+ 'BR',
37
+ 'IO',
38
+ 'BN',
39
+ 'BG',
40
+ 'BF',
41
+ 'BI',
42
+ 'KH',
43
+ 'CM',
44
+ 'CV',
45
+ 'KY',
46
+ 'CF',
47
+ 'TD',
48
+ 'CL',
49
+ 'CN',
50
+ 'CX',
51
+ 'CC',
52
+ 'CO',
53
+ 'KM',
54
+ 'CG',
55
+ 'CD',
56
+ 'CK',
57
+ 'CR',
58
+ 'CI',
59
+ 'HR',
60
+ 'CU',
61
+ 'CY',
62
+ 'CZ',
63
+ 'DK',
64
+ 'DJ',
65
+ 'DM',
66
+ 'DO',
67
+ 'EC',
68
+ 'EG',
69
+ 'SV',
70
+ 'GQ',
71
+ 'ER',
72
+ 'EE',
73
+ 'ET',
74
+ 'FK',
75
+ 'FO',
76
+ 'FJ',
77
+ 'FI',
78
+ 'FR',
79
+ 'GF',
80
+ 'PF',
81
+ 'TF',
82
+ 'GA',
83
+ 'GM',
84
+ 'GE',
85
+ 'DE',
86
+ 'GH',
87
+ 'GI',
88
+ 'GR',
89
+ 'GL',
90
+ 'GD',
91
+ 'GP',
92
+ 'GU',
93
+ 'GT',
94
+ 'GG',
95
+ 'GN',
96
+ 'GW',
97
+ 'GY',
98
+ 'HT',
99
+ 'HM',
100
+ 'VA',
101
+ 'HN',
102
+ 'HK',
103
+ 'HU',
104
+ 'IS',
105
+ 'IN',
106
+ 'ID',
107
+ 'IR',
108
+ 'IQ',
109
+ 'IE',
110
+ 'IM',
111
+ 'IL',
112
+ 'IT',
113
+ 'JM',
114
+ 'JP',
115
+ 'JE',
116
+ 'JO',
117
+ 'KZ',
118
+ 'KE',
119
+ 'KI',
120
+ 'KP',
121
+ 'KR',
122
+ 'KW',
123
+ 'KG',
124
+ 'LA',
125
+ 'LV',
126
+ 'LB',
127
+ 'LS',
128
+ 'LR',
129
+ 'LY',
130
+ 'LI',
131
+ 'LT',
132
+ 'LU',
133
+ 'MO',
134
+ 'MK',
135
+ 'MG',
136
+ 'MW',
137
+ 'MY',
138
+ 'MV',
139
+ 'ML',
140
+ 'MT',
141
+ 'MH',
142
+ 'MQ',
143
+ 'MR',
144
+ 'MU',
145
+ 'YT',
146
+ 'MX',
147
+ 'FM',
148
+ 'MD',
149
+ 'MC',
150
+ 'MN',
151
+ 'ME',
152
+ 'MS',
153
+ 'MA',
154
+ 'MZ',
155
+ 'MM',
156
+ 'NA',
157
+ 'NR',
158
+ 'NP',
159
+ 'NL',
160
+ 'AN',
161
+ 'NC',
162
+ 'NZ',
163
+ 'NI',
164
+ 'NE',
165
+ 'NG',
166
+ 'NU',
167
+ 'NF',
168
+ 'MP',
169
+ 'NO',
170
+ 'OM',
171
+ 'PK',
172
+ 'PW',
173
+ 'PS',
174
+ 'PA',
175
+ 'PG',
176
+ 'PY',
177
+ 'PE',
178
+ 'PH',
179
+ 'PN',
180
+ 'PL',
181
+ 'PT',
182
+ 'PR',
183
+ 'QA',
184
+ 'RE',
185
+ 'RO',
186
+ 'RU',
187
+ 'RW',
188
+ 'BL',
189
+ 'SH',
190
+ 'KN',
191
+ 'LC',
192
+ 'MF',
193
+ 'PM',
194
+ 'VC',
195
+ 'WS',
196
+ 'SM',
197
+ 'ST',
198
+ 'SA',
199
+ 'SN',
200
+ 'RS',
201
+ 'SC',
202
+ 'SL',
203
+ 'SG',
204
+ 'SK',
205
+ 'SI',
206
+ 'SB',
207
+ 'SO',
208
+ 'ZA',
209
+ 'GS',
210
+ 'ES',
211
+ 'LK',
212
+ 'SD',
213
+ 'SR',
214
+ 'SJ',
215
+ 'SZ',
216
+ 'SE',
217
+ 'CH',
218
+ 'SY',
219
+ 'TW',
220
+ 'TJ',
221
+ 'TZ',
222
+ 'TH',
223
+ 'TL',
224
+ 'TG',
225
+ 'TK',
226
+ 'TO',
227
+ 'TT',
228
+ 'TN',
229
+ 'TR',
230
+ 'TM',
231
+ 'TC',
232
+ 'TV',
233
+ 'UG',
234
+ 'UA',
235
+ 'AE',
236
+ 'UM',
237
+ 'UY',
238
+ 'UZ',
239
+ 'VU',
240
+ 'VE',
241
+ 'VN',
242
+ 'VG',
243
+ 'VI',
244
+ 'WF',
245
+ 'EH',
246
+ 'YE',
247
+ 'ZM',
248
+ 'ZW',
249
+ ]);
@@ -1,23 +1,29 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.externalProxySchema = exports.proxySchema = exports.proxyCountrySchema = exports.proxyProviderSchema = exports.proxyStatusSchema = void 0;
4
- const zod_1 = require("zod");
5
- exports.proxyStatusSchema = zod_1.z.enum(['ready', 'pending', 'to_replace']);
6
- exports.proxyProviderSchema = zod_1.z.enum(['webshare']);
7
- exports.proxyCountrySchema = zod_1.z.enum(['USA']);
8
- exports.proxySchema = zod_1.z.object({
9
- id: zod_1.z.string(),
10
- externalId: zod_1.z.string(),
11
- host: zod_1.z.string(),
12
- port: zod_1.z.number(),
13
- username: zod_1.z.string(),
14
- password: zod_1.z.string(),
15
- provider: exports.proxyProviderSchema,
16
- country: exports.proxyCountrySchema,
17
- status: exports.proxyStatusSchema,
18
- bidderId: zod_1.z.string().nullable(),
1
+ import { z } from 'zod';
2
+ import { proxyCountrySchema } from './proxy-country';
3
+ export const proxyStatusSchema = z.enum([
4
+ 'invalid',
5
+ 'valid',
6
+ 'pending_validation',
7
+ ]);
8
+ export const proxyProviderSchema = z.enum(['webshare']);
9
+ export const proxySchema = z.object({
10
+ id: z.string(),
11
+ externalId: z.string(),
12
+ host: z.string(),
13
+ port: z.number(),
14
+ username: z.string(),
15
+ password: z.string(),
16
+ provider: proxyProviderSchema,
17
+ fraudScore: z.number().nullable(),
18
+ claimedCountry: proxyCountrySchema,
19
+ status: proxyStatusSchema.nullable(),
20
+ country: proxyCountrySchema.nullable(),
21
+ bidderId: z.string().nullable(),
19
22
  });
20
- exports.externalProxySchema = exports.proxySchema.omit({
23
+ export const externalProxySchema = proxySchema.omit({
21
24
  id: true,
22
25
  bidderId: true,
26
+ status: true,
27
+ country: true,
28
+ fraudScore: true,
23
29
  });
@@ -1,12 +1,9 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.savedSearchSchema = void 0;
4
- const zod_1 = require("zod");
5
- const shared_1 = require("../shared");
6
- exports.savedSearchSchema = (0, zod_1.object)({
7
- id: (0, zod_1.number)().int(),
8
- name: (0, zod_1.string)(),
9
- url: (0, zod_1.string)(),
10
- createdAt: (0, zod_1.date)(),
11
- isActive: shared_1.booleanSchema,
1
+ import { date, number, object, string } from "zod";
2
+ import { booleanSchema } from "../shared";
3
+ export const savedSearchSchema = object({
4
+ id: number().int(),
5
+ name: string(),
6
+ url: string(),
7
+ createdAt: date(),
8
+ isActive: booleanSchema,
12
9
  });
@@ -1,18 +1,2 @@
1
- "use strict";
2
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
- if (k2 === undefined) k2 = k;
4
- var desc = Object.getOwnPropertyDescriptor(m, k);
5
- if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
- desc = { enumerable: true, get: function() { return m[k]; } };
7
- }
8
- Object.defineProperty(o, k2, desc);
9
- }) : (function(o, m, k, k2) {
10
- if (k2 === undefined) k2 = k;
11
- o[k2] = m[k];
12
- }));
13
- var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
- for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
- };
16
- Object.defineProperty(exports, "__esModule", { value: true });
17
- __exportStar(require("./scrape-payload"), exports);
18
- __exportStar(require("./scrape-result"), exports);
1
+ export * from './scrape-payload';
2
+ export * from './scrape-result';
@@ -576,7 +576,7 @@ export declare const checkLeadStatusPayloadSchema: import("zod").ZodObject<{
576
576
  subscription: import("zod").ZodNullable<import("zod").ZodObject<{
577
577
  planId: import("zod").ZodString;
578
578
  pendingPlanId: import("zod").ZodNullable<import("zod").ZodString>;
579
- status: import("zod").ZodEnum<["active", "trialing", "cancelled", "paused", "payment_pending", "payment_failed"]>;
579
+ status: import("zod").ZodEnum<["active", "trialing", "cancelled", "paused", "payment_processing", "payment_pending", "payment_failed"]>;
580
580
  startedAt: import("zod").ZodNumber;
581
581
  currentPeriodEnd: import("zod").ZodNumber;
582
582
  stripe: import("zod").ZodObject<{
@@ -639,7 +639,7 @@ export declare const checkLeadStatusPayloadSchema: import("zod").ZodObject<{
639
639
  source: import("zod").ZodEnum<["stripe", "manual"]>;
640
640
  usage: import("zod").ZodRecord<import("zod").ZodEnum<["suitabilityComplete", "proposalComplete", "biddingComplete"]>, import("zod").ZodNumber>;
641
641
  }, "strip", import("zod").ZodTypeAny, {
642
- status: "active" | "paused" | "trialing" | "cancelled" | "payment_pending" | "payment_failed";
642
+ status: "active" | "paused" | "trialing" | "cancelled" | "payment_processing" | "payment_pending" | "payment_failed";
643
643
  planId: string;
644
644
  pendingPlanId: string | null;
645
645
  startedAt: number;
@@ -660,7 +660,7 @@ export declare const checkLeadStatusPayloadSchema: import("zod").ZodObject<{
660
660
  source: "stripe" | "manual";
661
661
  usage: Partial<Record<"suitabilityComplete" | "proposalComplete" | "biddingComplete", number>>;
662
662
  }, {
663
- status: "active" | "paused" | "trialing" | "cancelled" | "payment_pending" | "payment_failed";
663
+ status: "active" | "paused" | "trialing" | "cancelled" | "payment_processing" | "payment_pending" | "payment_failed";
664
664
  planId: string;
665
665
  pendingPlanId: string | null;
666
666
  startedAt: number;
@@ -741,7 +741,7 @@ export declare const checkLeadStatusPayloadSchema: import("zod").ZodObject<{
741
741
  active: boolean;
742
742
  associatedBidders: string[] | null;
743
743
  subscription: {
744
- status: "active" | "paused" | "trialing" | "cancelled" | "payment_pending" | "payment_failed";
744
+ status: "active" | "paused" | "trialing" | "cancelled" | "payment_processing" | "payment_pending" | "payment_failed";
745
745
  planId: string;
746
746
  pendingPlanId: string | null;
747
747
  startedAt: number;
@@ -785,7 +785,7 @@ export declare const checkLeadStatusPayloadSchema: import("zod").ZodObject<{
785
785
  active: boolean;
786
786
  associatedBidders: string[] | null;
787
787
  subscription: {
788
- status: "active" | "paused" | "trialing" | "cancelled" | "payment_pending" | "payment_failed";
788
+ status: "active" | "paused" | "trialing" | "cancelled" | "payment_processing" | "payment_pending" | "payment_failed";
789
789
  planId: string;
790
790
  pendingPlanId: string | null;
791
791
  startedAt: number;
@@ -1571,7 +1571,7 @@ export declare const checkLeadStatusPayloadSchema: import("zod").ZodObject<{
1571
1571
  active: boolean;
1572
1572
  associatedBidders: string[] | null;
1573
1573
  subscription: {
1574
- status: "active" | "paused" | "trialing" | "cancelled" | "payment_pending" | "payment_failed";
1574
+ status: "active" | "paused" | "trialing" | "cancelled" | "payment_processing" | "payment_pending" | "payment_failed";
1575
1575
  planId: string;
1576
1576
  pendingPlanId: string | null;
1577
1577
  startedAt: number;
@@ -1855,7 +1855,7 @@ export declare const checkLeadStatusPayloadSchema: import("zod").ZodObject<{
1855
1855
  active: boolean;
1856
1856
  associatedBidders: string[] | null;
1857
1857
  subscription: {
1858
- status: "active" | "paused" | "trialing" | "cancelled" | "payment_pending" | "payment_failed";
1858
+ status: "active" | "paused" | "trialing" | "cancelled" | "payment_processing" | "payment_pending" | "payment_failed";
1859
1859
  planId: string;
1860
1860
  pendingPlanId: string | null;
1861
1861
  startedAt: number;
@@ -1,16 +1,21 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.scrapeUserProfilePayloadSchema = exports.scrapePayloadSchema = void 0;
4
- const zod_1 = require("zod");
5
- exports.scrapePayloadSchema = zod_1.z.object({
6
- latestJobsUrls: zod_1.z.array(zod_1.z.string()),
7
- cookies: zod_1.z.array(zod_1.z.any()),
8
- username: zod_1.z.string(),
9
- password: zod_1.z.string(),
1
+ import { any, array, object, string } from "zod";
2
+ import { jobActivityOffsetHourSchema, jobListingSchema } from "../lead";
3
+ export const scrapePayloadSchema = object({
4
+ latestJobsUrls: array(string()),
5
+ cookies: array(any()),
6
+ username: string(),
7
+ password: string(),
10
8
  });
11
- exports.scrapeUserProfilePayloadSchema = zod_1.z.object({
12
- profileUrl: zod_1.z.string(),
13
- cookies: zod_1.z.array(zod_1.z.any()),
14
- username: zod_1.z.string(),
15
- password: zod_1.z.string(),
9
+ export const scrapeUserProfilePayloadSchema = object({
10
+ profileUrl: string(),
11
+ cookies: array(any()),
12
+ username: string(),
13
+ password: string(),
14
+ });
15
+ export const scrapeJobPayloadSchema = object({
16
+ listing: jobListingSchema,
17
+ });
18
+ export const scrapeJobActivityPayloadSchema = object({
19
+ listing: jobListingSchema,
20
+ offsetHour: jobActivityOffsetHourSchema,
16
21
  });
@@ -1,23 +1,23 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.scrapeUserProfileResultSchema = exports.scrapeResultSchema = exports.regionSchema = void 0;
4
- const zod_1 = require("zod");
5
- const lead_1 = require("../lead");
6
- const user_1 = require("../user");
7
- exports.regionSchema = zod_1.z.union([
8
- zod_1.z.literal("USOnly"),
9
- zod_1.z.literal("UKOnly"),
10
- zod_1.z.literal("Worldwide"),
11
- ]);
12
- exports.scrapeResultSchema = zod_1.z.object({
13
- jobs: zod_1.z.array(lead_1.upworkJobSchema),
14
- cookies: zod_1.z.array(zod_1.z.any()),
15
- region: exports.regionSchema,
16
- usAccountCookies: zod_1.z.array(zod_1.z.any()).optional(),
17
- ukAccountCookies: zod_1.z.array(zod_1.z.any()).optional(),
1
+ import { any, array, boolean, object, string } from "zod";
2
+ import { jobListingSchema, upworkJobSchema } from "../lead";
3
+ import { regionSchema } from "../shared";
4
+ import { upworkProfileSchema } from "../user";
5
+ export const scrapeResultSchema = object({
6
+ jobs: array(upworkJobSchema),
7
+ cookies: array(any()),
8
+ region: regionSchema,
9
+ usAccountCookies: array(any()).optional(),
10
+ ukAccountCookies: array(any()).optional(),
18
11
  });
19
- exports.scrapeUserProfileResultSchema = zod_1.z.object({
20
- success: zod_1.z.boolean(),
21
- message: zod_1.z.string(),
22
- data: user_1.upworkProfileSchema,
12
+ export const scrapeUserProfileResultSchema = object({
13
+ success: boolean(),
14
+ message: string(),
15
+ data: upworkProfileSchema,
16
+ });
17
+ export const scrapeFeedResultSchema = object({
18
+ listings: array(jobListingSchema),
19
+ cookies: array(any()),
20
+ region: regionSchema,
21
+ usAccountCookies: array(any()).optional(),
22
+ ukAccountCookies: array(any()).optional(),
23
23
  });
@@ -1,16 +1,19 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.passwordSchema = exports.dateSchema = exports.booleanSchema = void 0;
4
- const zod_1 = require("zod");
5
- exports.booleanSchema = zod_1.z
6
- .union([zod_1.z.boolean(), zod_1.z.literal("true"), zod_1.z.literal("false")])
1
+ import { coerce, string, z } from "zod";
2
+ export const booleanSchema = z
3
+ .union([z.boolean(), z.literal("true"), z.literal("false")])
7
4
  .transform((value) => value === true || value === "true");
8
- const dateSchema = (params = {}) => zod_1.coerce.date(Object.assign({}, params));
9
- exports.dateSchema = dateSchema;
10
- exports.passwordSchema = (0, zod_1.string)()
5
+ export const dateSchema = (params = {}) => coerce.date({
6
+ ...params,
7
+ });
8
+ export const passwordSchema = string()
11
9
  .min(8, "Password must be at least 8 characters long.")
12
10
  .max(255, "Password must be at most 255 characters long.")
13
11
  .refine((password) => /[a-z]/.test(password), "Password must contain at least one lowercase letter.")
14
12
  .refine((password) => /[A-Z]/.test(password), "Password must contain at least one uppercase letter.")
15
13
  .refine((password) => /\d/.test(password), "Password must contain at least one number.")
16
14
  .refine((password) => /[\W_]/.test(password), "Password must contain at least one symbol.");
15
+ export const regionSchema = z.union([
16
+ z.literal("USOnly"),
17
+ z.literal("UKOnly"),
18
+ z.literal("Worldwide"),
19
+ ]);
@@ -0,0 +1,119 @@
1
+ import { infer, z } from "zod";
2
+ export declare const planSchema: z.ZodObject<{
3
+ id: z.ZodString;
4
+ name: z.ZodString;
5
+ slug: z.ZodString;
6
+ items: z.ZodArray<z.ZodObject<{
7
+ id: z.ZodString;
8
+ billingScheme: z.ZodEnum<["per_unit", "tiered"]>;
9
+ usageType: z.ZodNullable<z.ZodEnum<["metered", "licensed"]>>;
10
+ unitAmount: z.ZodNullable<z.ZodNumber>;
11
+ tiers: z.ZodArray<z.ZodObject<{
12
+ flatAmount: z.ZodNullable<z.ZodNumber>;
13
+ flatAmountDecimal: z.ZodNullable<z.ZodString>;
14
+ unitAmount: z.ZodNullable<z.ZodNumber>;
15
+ unitAmountDecimal: z.ZodString;
16
+ upTo: z.ZodNullable<z.ZodNumber>;
17
+ }, "strip", z.ZodTypeAny, {
18
+ flatAmount: number | null;
19
+ flatAmountDecimal: string | null;
20
+ unitAmount: number | null;
21
+ unitAmountDecimal: string;
22
+ upTo: number | null;
23
+ }, {
24
+ flatAmount: number | null;
25
+ flatAmountDecimal: string | null;
26
+ unitAmount: number | null;
27
+ unitAmountDecimal: string;
28
+ upTo: number | null;
29
+ }>, "many">;
30
+ currency: z.ZodString;
31
+ interval: z.ZodEnum<["day", "week", "month", "year"]>;
32
+ }, "strip", z.ZodTypeAny, {
33
+ id: string;
34
+ unitAmount: number | null;
35
+ billingScheme: "per_unit" | "tiered";
36
+ usageType: "metered" | "licensed" | null;
37
+ tiers: {
38
+ flatAmount: number | null;
39
+ flatAmountDecimal: string | null;
40
+ unitAmount: number | null;
41
+ unitAmountDecimal: string;
42
+ upTo: number | null;
43
+ }[];
44
+ currency: string;
45
+ interval: "day" | "week" | "month" | "year";
46
+ }, {
47
+ id: string;
48
+ unitAmount: number | null;
49
+ billingScheme: "per_unit" | "tiered";
50
+ usageType: "metered" | "licensed" | null;
51
+ tiers: {
52
+ flatAmount: number | null;
53
+ flatAmountDecimal: string | null;
54
+ unitAmount: number | null;
55
+ unitAmountDecimal: string;
56
+ upTo: number | null;
57
+ }[];
58
+ currency: string;
59
+ interval: "day" | "week" | "month" | "year";
60
+ }>, "many">;
61
+ version: z.ZodNumber;
62
+ features: z.ZodArray<z.ZodString, "many">;
63
+ sortOrder: z.ZodNumber;
64
+ isActive: z.ZodBoolean;
65
+ createdAt: z.ZodDate;
66
+ archivedAt: z.ZodNullable<z.ZodDate>;
67
+ }, "strip", z.ZodTypeAny, {
68
+ id: string;
69
+ createdAt: Date;
70
+ name: string;
71
+ isActive: boolean;
72
+ sortOrder: number;
73
+ slug: string;
74
+ items: {
75
+ id: string;
76
+ unitAmount: number | null;
77
+ billingScheme: "per_unit" | "tiered";
78
+ usageType: "metered" | "licensed" | null;
79
+ tiers: {
80
+ flatAmount: number | null;
81
+ flatAmountDecimal: string | null;
82
+ unitAmount: number | null;
83
+ unitAmountDecimal: string;
84
+ upTo: number | null;
85
+ }[];
86
+ currency: string;
87
+ interval: "day" | "week" | "month" | "year";
88
+ }[];
89
+ version: number;
90
+ features: string[];
91
+ archivedAt: Date | null;
92
+ }, {
93
+ id: string;
94
+ createdAt: Date;
95
+ name: string;
96
+ isActive: boolean;
97
+ sortOrder: number;
98
+ slug: string;
99
+ items: {
100
+ id: string;
101
+ unitAmount: number | null;
102
+ billingScheme: "per_unit" | "tiered";
103
+ usageType: "metered" | "licensed" | null;
104
+ tiers: {
105
+ flatAmount: number | null;
106
+ flatAmountDecimal: string | null;
107
+ unitAmount: number | null;
108
+ unitAmountDecimal: string;
109
+ upTo: number | null;
110
+ }[];
111
+ currency: string;
112
+ interval: "day" | "week" | "month" | "year";
113
+ }[];
114
+ version: number;
115
+ features: string[];
116
+ archivedAt: Date | null;
117
+ }>;
118
+ export interface Plan extends infer<typeof planSchema> {
119
+ }