lancer-shared 1.2.150 → 1.2.151

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 (212) hide show
  1. package/dist/bundle.cjs.js +38 -3
  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.js +22 -24
  15. package/dist/schemas/account/index.js +3 -19
  16. package/dist/schemas/account/scraper-account.d.ts +2 -2
  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 +0 -8
  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/haha.json +581 -0
  42. package/dist/schemas/job-filters/index.js +1 -17
  43. package/dist/schemas/job-filters/job-filters.js +62 -65
  44. package/dist/schemas/lead/index.js +173 -19
  45. package/dist/schemas/lead/lead-note.js +13 -16
  46. package/dist/schemas/lead/lead-status.js +3 -6
  47. package/dist/schemas/lead/nuxt.js +287 -0
  48. package/dist/schemas/logger/feed/feed-job-chunk-enrich.d.ts +75 -0
  49. package/dist/schemas/logger/index.js +1 -17
  50. package/dist/schemas/logger/log-event.d.ts +10 -10
  51. package/dist/schemas/logger/log-event.js +100 -49
  52. package/dist/schemas/logger/scraper-events.d.ts +75 -0
  53. package/dist/schemas/meter-event/index.d.ts +12 -0
  54. package/dist/schemas/organization/index.js +70 -17
  55. package/dist/schemas/organization/member.js +7 -0
  56. package/dist/schemas/organization/organization.d.ts +177 -7
  57. package/dist/schemas/organization/organization.js +14 -17
  58. package/dist/schemas/organization/subscription.js +17 -0
  59. package/dist/schemas/profile/index.d.ts +2551 -0
  60. package/dist/schemas/proxy/index.js +3 -17
  61. package/dist/schemas/proxy/proxy-available-replacements.js +3 -0
  62. package/dist/schemas/proxy/proxy-country.js +249 -0
  63. package/dist/schemas/proxy/proxy.js +25 -19
  64. package/dist/schemas/saved-search/index.js +8 -11
  65. package/dist/schemas/scraper/index.js +2 -18
  66. package/dist/schemas/scraper/scrape-payload.d.ts +0 -5
  67. package/dist/schemas/scraper/scrape-payload.js +19 -14
  68. package/dist/schemas/scraper/scrape-result.js +21 -21
  69. package/dist/schemas/shared.js +12 -9
  70. package/dist/schemas/talent/index.d.ts +1314 -0
  71. package/dist/schemas/tier/index.d.ts +119 -0
  72. package/dist/schemas/time-filter/index.js +5 -8
  73. package/dist/schemas/transaction/index.js +17 -0
  74. package/dist/schemas/usage/index.js +18 -0
  75. package/dist/schemas/user/index.js +38 -41
  76. package/dist/types/account/account-status.js +1 -2
  77. package/dist/types/account/bidder-account.js +1 -2
  78. package/dist/types/account/index.js +3 -19
  79. package/dist/types/account/scraper-account.js +1 -2
  80. package/dist/types/ai/ai-config.js +1 -2
  81. package/dist/types/ai/index.js +3 -19
  82. package/dist/types/ai/proposal.js +1 -2
  83. package/dist/types/ai/suitability.js +1 -2
  84. package/dist/types/bid/bid-result.js +1 -2
  85. package/dist/types/bid/bid.js +1 -2
  86. package/dist/types/bid/index.js +2 -18
  87. package/dist/types/campaign/campaign-analytics.js +1 -2
  88. package/dist/types/campaign/campaign-expenses.js +1 -2
  89. package/dist/types/campaign/campaign-insights.js +1 -2
  90. package/dist/types/campaign/campaign-integrations.js +1 -2
  91. package/dist/types/campaign/campaign-job-count.js +1 -2
  92. package/dist/types/campaign/campaign.js +1 -2
  93. package/dist/types/campaign/index.js +6 -22
  94. package/dist/types/chat-message/chat-message.js +1 -2
  95. package/dist/types/chat-message/index.js +1 -17
  96. package/dist/types/config/agency-config.js +1 -2
  97. package/dist/types/config/index.js +1 -17
  98. package/dist/types/index.js +15 -29
  99. package/dist/types/job/index.js +3 -19
  100. package/dist/types/job/job-note.js +1 -2
  101. package/dist/types/job/job-status.js +1 -4
  102. package/dist/types/job/nuxt.js +1 -0
  103. package/dist/types/job-filters/index.js +1 -17
  104. package/dist/types/job-filters/job-filters.js +1 -2
  105. package/dist/types/logger/index.js +1 -17
  106. package/dist/types/logger/log-event.js +1 -2
  107. package/dist/types/saved-search/index.js +1 -2
  108. package/dist/types/scraper/index.js +2 -18
  109. package/dist/types/scraper/scrape-payload.js +1 -2
  110. package/dist/types/scraper/scrape-result.js +1 -2
  111. package/dist/types/shared.js +1 -0
  112. package/dist/types/time-filter/index.js +1 -2
  113. package/dist/types/transaction/index.js +1 -0
  114. package/dist/types/usage/index.js +1 -0
  115. package/dist/types/user/index.js +1 -2
  116. package/dist/utils/index.js +1 -17
  117. package/dist/utils/try-catch.js +8 -23
  118. package/package.json +1 -1
  119. package/dist/constants/account-status.d.ts +0 -3
  120. package/dist/constants/account-status.js +0 -17
  121. package/dist/constants/proxies.d.ts +0 -4
  122. package/dist/constants/upwork-filters.d.ts +0 -5
  123. package/dist/constants/upwork-filters.js +0 -75
  124. package/dist/schemas/account/exceptions/no-bidder-accounts-available.d.ts +0 -5
  125. package/dist/schemas/account/manager-account.d.ts +0 -116
  126. package/dist/schemas/account/manager-account.js +0 -38
  127. package/dist/schemas/ai-config/ai-config.d.ts +0 -39
  128. package/dist/schemas/ai-config/ai-config.js +0 -12
  129. package/dist/schemas/ai-config/index.d.ts +0 -1
  130. package/dist/schemas/ai-config/index.js +0 -17
  131. package/dist/schemas/bid/bid-status.d.ts +0 -30
  132. package/dist/schemas/bid/bid-status.js +0 -15
  133. package/dist/schemas/bid/exceptions/base-exception.d.ts +0 -4
  134. package/dist/schemas/bid/exceptions/evalute-element.exception.d.ts +0 -5
  135. package/dist/schemas/bid/exceptions/wait-for-function-timeout.d.ts +0 -5
  136. package/dist/schemas/bidding/index.d.ts +0 -1
  137. package/dist/schemas/bidding/index.js +0 -17
  138. package/dist/schemas/bidding/proposal-bidding-status.d.ts +0 -26
  139. package/dist/schemas/bidding/proposal-bidding-status.js +0 -18
  140. package/dist/schemas/bidding/proposal-dto.d.ts +0 -26
  141. package/dist/schemas/bidding/proposal-dto.js +0 -18
  142. package/dist/schemas/job/feed-job.d.ts +0 -866
  143. package/dist/schemas/job/index.js +0 -19
  144. package/dist/schemas/job/job-details.js +0 -29
  145. package/dist/schemas/job/job-note.d.ts +0 -83
  146. package/dist/schemas/job/job-note.js +0 -30
  147. package/dist/schemas/job/job-pipeline.d.ts +0 -74
  148. package/dist/schemas/job/job-pipeline.js +0 -29
  149. package/dist/schemas/job/job-status.d.ts +0 -3
  150. package/dist/schemas/job/job-status.js +0 -27
  151. package/dist/schemas/job/job-suitability.d.ts +0 -12
  152. package/dist/schemas/job/job-suitability.js +0 -13
  153. package/dist/schemas/job/job.d.ts +0 -1160
  154. package/dist/schemas/job/job.js +0 -90
  155. package/dist/schemas/job/pipeline-job.d.ts +0 -608
  156. package/dist/schemas/job/pipeline-job.js +0 -43
  157. package/dist/schemas/job/upwork-job.d.ts +0 -334
  158. package/dist/schemas/job/upwork-job.js +0 -60
  159. package/dist/schemas/knowledge-object/index.d.ts +0 -1
  160. package/dist/schemas/knowledge-object/index.js +0 -17
  161. package/dist/schemas/knowledge-object/knowledge-object.d.ts +0 -128
  162. package/dist/schemas/knowledge-object/knowledge-object.js +0 -47
  163. package/dist/schemas/lead/lead.d.ts +0 -1897
  164. package/dist/schemas/lead/lead.js +0 -143
  165. package/dist/schemas/scraper/scrape-response.d.ts +0 -345
  166. package/dist/schemas/scraper/scrape-response.js +0 -9
  167. package/dist/schemas/upwork-account/index.d.ts +0 -3
  168. package/dist/schemas/upwork-account/index.js +0 -19
  169. package/dist/schemas/upwork-account/upwork-account-status.d.ts +0 -2
  170. package/dist/schemas/upwork-account/upwork-account-status.js +0 -11
  171. package/dist/schemas/upwork-account/upwork-business-manager-account.d.ts +0 -95
  172. package/dist/schemas/upwork-account/upwork-business-manager-account.js +0 -35
  173. package/dist/schemas/upwork-account/upwork-scraper-account.d.ts +0 -92
  174. package/dist/schemas/upwork-account/upwork-scraper-account.js +0 -31
  175. package/dist/schemas/upwork-account/upwork-scraping-account.d.ts +0 -90
  176. package/dist/schemas/upwork-account/upwork-scraping-account.js +0 -30
  177. package/dist/types/account/manager-account.d.ts +0 -7
  178. package/dist/types/account/manager-account.js +0 -2
  179. package/dist/types/ai-config/ai-config.d.ts +0 -6
  180. package/dist/types/ai-config/ai-config.js +0 -2
  181. package/dist/types/ai-config/index.d.ts +0 -1
  182. package/dist/types/ai-config/index.js +0 -17
  183. package/dist/types/bid/bid-status.d.ts +0 -5
  184. package/dist/types/bid/bid-status.js +0 -2
  185. package/dist/types/bidding/index.d.ts +0 -1
  186. package/dist/types/bidding/index.js +0 -17
  187. package/dist/types/bidding/proposal-bidding-status.d.ts +0 -3
  188. package/dist/types/bidding/proposal-bidding-status.js +0 -2
  189. package/dist/types/bidding/proposal-dto.d.ts +0 -3
  190. package/dist/types/bidding/proposal-dto.js +0 -2
  191. package/dist/types/job/job-details.d.ts +0 -36
  192. package/dist/types/job/job-details.js +0 -2
  193. package/dist/types/job/job-pipeline.d.ts +0 -4
  194. package/dist/types/job/job-pipeline.js +0 -2
  195. package/dist/types/job/job-suitability.d.ts +0 -3
  196. package/dist/types/job/job-suitability.js +0 -2
  197. package/dist/types/job/job.d.ts +0 -36
  198. package/dist/types/job/job.js +0 -2
  199. package/dist/types/knowledge-object/index.d.ts +0 -1
  200. package/dist/types/knowledge-object/index.js +0 -17
  201. package/dist/types/knowledge-object/knowledge-object.d.ts +0 -4
  202. package/dist/types/knowledge-object/knowledge-object.js +0 -2
  203. package/dist/types/scraper/scrape-response.d.ts +0 -4
  204. package/dist/types/scraper/scrape-response.js +0 -2
  205. package/dist/types/upwork-account/index.d.ts +0 -3
  206. package/dist/types/upwork-account/index.js +0 -19
  207. package/dist/types/upwork-account/upwork-account-status.d.ts +0 -3
  208. package/dist/types/upwork-account/upwork-account-status.js +0 -2
  209. package/dist/types/upwork-account/upwork-business-manager-account.d.ts +0 -7
  210. package/dist/types/upwork-account/upwork-business-manager-account.js +0 -2
  211. package/dist/types/upwork-account/upwork-scraping-account.d.ts +0 -5
  212. package/dist/types/upwork-account/upwork-scraping-account.js +0 -2
@@ -0,0 +1,1314 @@
1
+ import { z } from "zod";
2
+ declare const nuxtStateProfileSchema: z.ZodObject<{
3
+ identity: z.ZodObject<{
4
+ id: z.ZodString;
5
+ ciphertext: z.ZodString;
6
+ uid: z.ZodString;
7
+ }, "strip", z.ZodTypeAny, {
8
+ id: string;
9
+ uid: string;
10
+ ciphertext: string;
11
+ }, {
12
+ id: string;
13
+ uid: string;
14
+ ciphertext: string;
15
+ }>;
16
+ isPIBAvailable: z.ZodBoolean;
17
+ profile: z.ZodObject<{
18
+ title: z.ZodString;
19
+ firstName: z.ZodString;
20
+ lastName: z.ZodString;
21
+ description: z.ZodString;
22
+ location: z.ZodObject<{
23
+ country: z.ZodString;
24
+ state: z.ZodNullable<z.ZodString>;
25
+ city: z.ZodNullable<z.ZodString>;
26
+ region: z.ZodString;
27
+ subregion: z.ZodString;
28
+ timezone: z.ZodString;
29
+ zip: z.ZodNullable<z.ZodString>;
30
+ }, "strip", z.ZodTypeAny, {
31
+ country: string;
32
+ region: string;
33
+ state: string | null;
34
+ city: string | null;
35
+ subregion: string;
36
+ timezone: string;
37
+ zip: string | null;
38
+ }, {
39
+ country: string;
40
+ region: string;
41
+ state: string | null;
42
+ city: string | null;
43
+ subregion: string;
44
+ timezone: string;
45
+ zip: string | null;
46
+ }>;
47
+ chargeRate: z.ZodObject<{
48
+ rawValue: z.ZodString;
49
+ currency: z.ZodString;
50
+ }, "strip", z.ZodTypeAny, {
51
+ currency: string;
52
+ rawValue: string;
53
+ }, {
54
+ currency: string;
55
+ rawValue: string;
56
+ }>;
57
+ portrait: z.ZodObject<{
58
+ portrait: z.ZodString;
59
+ }, "strip", z.ZodTypeAny, {
60
+ portrait: string;
61
+ }, {
62
+ portrait: string;
63
+ }>;
64
+ profileUrl: z.ZodString;
65
+ offerConsultations: z.ZodBoolean;
66
+ jobSummariesAssignmentRids: z.ZodNullable<z.ZodAny>;
67
+ shortName: z.ZodString;
68
+ skills: z.ZodArray<z.ZodObject<{
69
+ skill: z.ZodObject<{
70
+ prettyName: z.ZodString;
71
+ uid: z.ZodString;
72
+ }, "strip", z.ZodTypeAny, {
73
+ uid: string;
74
+ prettyName: string;
75
+ }, {
76
+ uid: string;
77
+ prettyName: string;
78
+ }>;
79
+ uid: z.ZodString;
80
+ }, "strip", z.ZodTypeAny, {
81
+ uid: string;
82
+ skill: {
83
+ uid: string;
84
+ prettyName: string;
85
+ };
86
+ }, {
87
+ uid: string;
88
+ skill: {
89
+ uid: string;
90
+ prettyName: string;
91
+ };
92
+ }>, "many">;
93
+ stats: z.ZodObject<{
94
+ hideJss: z.ZodBoolean;
95
+ hideEarnings: z.ZodBoolean;
96
+ topRatedStatus: z.ZodString;
97
+ topRatedStatusEx: z.ZodString;
98
+ rate: z.ZodNumber;
99
+ earned: z.ZodNumber;
100
+ jobSuccessScore: z.ZodNumber;
101
+ rankInfo: z.ZodNullable<z.ZodAny>;
102
+ totalHours: z.ZodNumber;
103
+ totalHourlyJobs: z.ZodNumber;
104
+ totalFpJobs: z.ZodNumber;
105
+ totalCompletedJobs: z.ZodNumber;
106
+ }, "strip", z.ZodTypeAny, {
107
+ jobSuccessScore: number;
108
+ hideJss: boolean;
109
+ hideEarnings: boolean;
110
+ topRatedStatus: string;
111
+ topRatedStatusEx: string;
112
+ rate: number;
113
+ earned: number;
114
+ totalHours: number;
115
+ totalHourlyJobs: number;
116
+ totalFpJobs: number;
117
+ totalCompletedJobs: number;
118
+ rankInfo?: any;
119
+ }, {
120
+ jobSuccessScore: number;
121
+ hideJss: boolean;
122
+ hideEarnings: boolean;
123
+ topRatedStatus: string;
124
+ topRatedStatusEx: string;
125
+ rate: number;
126
+ earned: number;
127
+ totalHours: number;
128
+ totalHourlyJobs: number;
129
+ totalFpJobs: number;
130
+ totalCompletedJobs: number;
131
+ rankInfo?: any;
132
+ }>;
133
+ portfolioItems: z.ZodArray<z.ZodObject<{
134
+ description: z.ZodNullable<z.ZodString>;
135
+ title: z.ZodString;
136
+ videoUrl: z.ZodNullable<z.ZodString>;
137
+ uid: z.ZodString;
138
+ thumbnailUrl: z.ZodString;
139
+ publicPortfolioItem: z.ZodBoolean;
140
+ category: z.ZodObject<{
141
+ id: z.ZodNullable<z.ZodString>;
142
+ level1: z.ZodNullable<z.ZodString>;
143
+ level2: z.ZodNullable<z.ZodString>;
144
+ }, "strip", z.ZodTypeAny, {
145
+ id: string | null;
146
+ level1: string | null;
147
+ level2: string | null;
148
+ }, {
149
+ id: string | null;
150
+ level1: string | null;
151
+ level2: string | null;
152
+ }>;
153
+ }, "strip", z.ZodTypeAny, {
154
+ description: string | null;
155
+ uid: string;
156
+ title: string;
157
+ category: {
158
+ id: string | null;
159
+ level1: string | null;
160
+ level2: string | null;
161
+ };
162
+ videoUrl: string | null;
163
+ thumbnailUrl: string;
164
+ publicPortfolioItem: boolean;
165
+ }, {
166
+ description: string | null;
167
+ uid: string;
168
+ title: string;
169
+ category: {
170
+ id: string | null;
171
+ level1: string | null;
172
+ level2: string | null;
173
+ };
174
+ videoUrl: string | null;
175
+ thumbnailUrl: string;
176
+ publicPortfolioItem: boolean;
177
+ }>, "many">;
178
+ totalPortfolioItems: z.ZodNumber;
179
+ specializedProfiles: z.ZodArray<z.ZodAny, "many">;
180
+ isDiversityCertified: z.ZodBoolean;
181
+ isBoosted: z.ZodBoolean;
182
+ boosted: z.ZodBoolean;
183
+ boostedWouldHaveBeen: z.ZodBoolean;
184
+ }, "strip", z.ZodTypeAny, {
185
+ description: string;
186
+ location: {
187
+ country: string;
188
+ region: string;
189
+ state: string | null;
190
+ city: string | null;
191
+ subregion: string;
192
+ timezone: string;
193
+ zip: string | null;
194
+ };
195
+ title: string;
196
+ skills: {
197
+ uid: string;
198
+ skill: {
199
+ uid: string;
200
+ prettyName: string;
201
+ };
202
+ }[];
203
+ boosted: boolean;
204
+ stats: {
205
+ jobSuccessScore: number;
206
+ hideJss: boolean;
207
+ hideEarnings: boolean;
208
+ topRatedStatus: string;
209
+ topRatedStatusEx: string;
210
+ rate: number;
211
+ earned: number;
212
+ totalHours: number;
213
+ totalHourlyJobs: number;
214
+ totalFpJobs: number;
215
+ totalCompletedJobs: number;
216
+ rankInfo?: any;
217
+ };
218
+ firstName: string;
219
+ lastName: string;
220
+ chargeRate: {
221
+ currency: string;
222
+ rawValue: string;
223
+ };
224
+ portrait: {
225
+ portrait: string;
226
+ };
227
+ profileUrl: string;
228
+ offerConsultations: boolean;
229
+ shortName: string;
230
+ portfolioItems: {
231
+ description: string | null;
232
+ uid: string;
233
+ title: string;
234
+ category: {
235
+ id: string | null;
236
+ level1: string | null;
237
+ level2: string | null;
238
+ };
239
+ videoUrl: string | null;
240
+ thumbnailUrl: string;
241
+ publicPortfolioItem: boolean;
242
+ }[];
243
+ totalPortfolioItems: number;
244
+ specializedProfiles: any[];
245
+ isDiversityCertified: boolean;
246
+ isBoosted: boolean;
247
+ boostedWouldHaveBeen: boolean;
248
+ jobSummariesAssignmentRids?: any;
249
+ }, {
250
+ description: string;
251
+ location: {
252
+ country: string;
253
+ region: string;
254
+ state: string | null;
255
+ city: string | null;
256
+ subregion: string;
257
+ timezone: string;
258
+ zip: string | null;
259
+ };
260
+ title: string;
261
+ skills: {
262
+ uid: string;
263
+ skill: {
264
+ uid: string;
265
+ prettyName: string;
266
+ };
267
+ }[];
268
+ boosted: boolean;
269
+ stats: {
270
+ jobSuccessScore: number;
271
+ hideJss: boolean;
272
+ hideEarnings: boolean;
273
+ topRatedStatus: string;
274
+ topRatedStatusEx: string;
275
+ rate: number;
276
+ earned: number;
277
+ totalHours: number;
278
+ totalHourlyJobs: number;
279
+ totalFpJobs: number;
280
+ totalCompletedJobs: number;
281
+ rankInfo?: any;
282
+ };
283
+ firstName: string;
284
+ lastName: string;
285
+ chargeRate: {
286
+ currency: string;
287
+ rawValue: string;
288
+ };
289
+ portrait: {
290
+ portrait: string;
291
+ };
292
+ profileUrl: string;
293
+ offerConsultations: boolean;
294
+ shortName: string;
295
+ portfolioItems: {
296
+ description: string | null;
297
+ uid: string;
298
+ title: string;
299
+ category: {
300
+ id: string | null;
301
+ level1: string | null;
302
+ level2: string | null;
303
+ };
304
+ videoUrl: string | null;
305
+ thumbnailUrl: string;
306
+ publicPortfolioItem: boolean;
307
+ }[];
308
+ totalPortfolioItems: number;
309
+ specializedProfiles: any[];
310
+ isDiversityCertified: boolean;
311
+ isBoosted: boolean;
312
+ boostedWouldHaveBeen: boolean;
313
+ jobSummariesAssignmentRids?: any;
314
+ }>;
315
+ agency: z.ZodObject<{
316
+ orgId: z.ZodString;
317
+ ciphertext: z.ZodString;
318
+ name: z.ZodString;
319
+ classifications: z.ZodArray<z.ZodAny, "many">;
320
+ logo: z.ZodString;
321
+ hideEarnings: z.ZodBoolean;
322
+ totalEarnings: z.ZodNumber;
323
+ isAgencyDiversityCertified: z.ZodArray<z.ZodAny, "many">;
324
+ }, "strip", z.ZodTypeAny, {
325
+ name: string;
326
+ orgId: string;
327
+ hideEarnings: boolean;
328
+ ciphertext: string;
329
+ classifications: any[];
330
+ logo: string;
331
+ totalEarnings: number;
332
+ isAgencyDiversityCertified: any[];
333
+ }, {
334
+ name: string;
335
+ orgId: string;
336
+ hideEarnings: boolean;
337
+ ciphertext: string;
338
+ classifications: any[];
339
+ logo: string;
340
+ totalEarnings: number;
341
+ isAgencyDiversityCertified: any[];
342
+ }>;
343
+ options: z.ZodObject<{
344
+ position: z.ZodNumber;
345
+ }, "strip", z.ZodTypeAny, {
346
+ position: number;
347
+ }, {
348
+ position: number;
349
+ }>;
350
+ }, "strip", z.ZodTypeAny, {
351
+ options: {
352
+ position: number;
353
+ };
354
+ agency: {
355
+ name: string;
356
+ orgId: string;
357
+ hideEarnings: boolean;
358
+ ciphertext: string;
359
+ classifications: any[];
360
+ logo: string;
361
+ totalEarnings: number;
362
+ isAgencyDiversityCertified: any[];
363
+ };
364
+ identity: {
365
+ id: string;
366
+ uid: string;
367
+ ciphertext: string;
368
+ };
369
+ isPIBAvailable: boolean;
370
+ profile: {
371
+ description: string;
372
+ location: {
373
+ country: string;
374
+ region: string;
375
+ state: string | null;
376
+ city: string | null;
377
+ subregion: string;
378
+ timezone: string;
379
+ zip: string | null;
380
+ };
381
+ title: string;
382
+ skills: {
383
+ uid: string;
384
+ skill: {
385
+ uid: string;
386
+ prettyName: string;
387
+ };
388
+ }[];
389
+ boosted: boolean;
390
+ stats: {
391
+ jobSuccessScore: number;
392
+ hideJss: boolean;
393
+ hideEarnings: boolean;
394
+ topRatedStatus: string;
395
+ topRatedStatusEx: string;
396
+ rate: number;
397
+ earned: number;
398
+ totalHours: number;
399
+ totalHourlyJobs: number;
400
+ totalFpJobs: number;
401
+ totalCompletedJobs: number;
402
+ rankInfo?: any;
403
+ };
404
+ firstName: string;
405
+ lastName: string;
406
+ chargeRate: {
407
+ currency: string;
408
+ rawValue: string;
409
+ };
410
+ portrait: {
411
+ portrait: string;
412
+ };
413
+ profileUrl: string;
414
+ offerConsultations: boolean;
415
+ shortName: string;
416
+ portfolioItems: {
417
+ description: string | null;
418
+ uid: string;
419
+ title: string;
420
+ category: {
421
+ id: string | null;
422
+ level1: string | null;
423
+ level2: string | null;
424
+ };
425
+ videoUrl: string | null;
426
+ thumbnailUrl: string;
427
+ publicPortfolioItem: boolean;
428
+ }[];
429
+ totalPortfolioItems: number;
430
+ specializedProfiles: any[];
431
+ isDiversityCertified: boolean;
432
+ isBoosted: boolean;
433
+ boostedWouldHaveBeen: boolean;
434
+ jobSummariesAssignmentRids?: any;
435
+ };
436
+ }, {
437
+ options: {
438
+ position: number;
439
+ };
440
+ agency: {
441
+ name: string;
442
+ orgId: string;
443
+ hideEarnings: boolean;
444
+ ciphertext: string;
445
+ classifications: any[];
446
+ logo: string;
447
+ totalEarnings: number;
448
+ isAgencyDiversityCertified: any[];
449
+ };
450
+ identity: {
451
+ id: string;
452
+ uid: string;
453
+ ciphertext: string;
454
+ };
455
+ isPIBAvailable: boolean;
456
+ profile: {
457
+ description: string;
458
+ location: {
459
+ country: string;
460
+ region: string;
461
+ state: string | null;
462
+ city: string | null;
463
+ subregion: string;
464
+ timezone: string;
465
+ zip: string | null;
466
+ };
467
+ title: string;
468
+ skills: {
469
+ uid: string;
470
+ skill: {
471
+ uid: string;
472
+ prettyName: string;
473
+ };
474
+ }[];
475
+ boosted: boolean;
476
+ stats: {
477
+ jobSuccessScore: number;
478
+ hideJss: boolean;
479
+ hideEarnings: boolean;
480
+ topRatedStatus: string;
481
+ topRatedStatusEx: string;
482
+ rate: number;
483
+ earned: number;
484
+ totalHours: number;
485
+ totalHourlyJobs: number;
486
+ totalFpJobs: number;
487
+ totalCompletedJobs: number;
488
+ rankInfo?: any;
489
+ };
490
+ firstName: string;
491
+ lastName: string;
492
+ chargeRate: {
493
+ currency: string;
494
+ rawValue: string;
495
+ };
496
+ portrait: {
497
+ portrait: string;
498
+ };
499
+ profileUrl: string;
500
+ offerConsultations: boolean;
501
+ shortName: string;
502
+ portfolioItems: {
503
+ description: string | null;
504
+ uid: string;
505
+ title: string;
506
+ category: {
507
+ id: string | null;
508
+ level1: string | null;
509
+ level2: string | null;
510
+ };
511
+ videoUrl: string | null;
512
+ thumbnailUrl: string;
513
+ publicPortfolioItem: boolean;
514
+ }[];
515
+ totalPortfolioItems: number;
516
+ specializedProfiles: any[];
517
+ isDiversityCertified: boolean;
518
+ isBoosted: boolean;
519
+ boostedWouldHaveBeen: boolean;
520
+ jobSummariesAssignmentRids?: any;
521
+ };
522
+ }>;
523
+ export declare const nuxtStateProfilesSearchSchema: z.ZodObject<{
524
+ status: z.ZodObject<{
525
+ loading: z.ZodBoolean;
526
+ loaded: z.ZodBoolean;
527
+ failed: z.ZodBoolean;
528
+ }, "strip", z.ZodTypeAny, {
529
+ failed: boolean;
530
+ loading: boolean;
531
+ loaded: boolean;
532
+ }, {
533
+ failed: boolean;
534
+ loading: boolean;
535
+ loaded: boolean;
536
+ }>;
537
+ profiles: z.ZodArray<z.ZodObject<{
538
+ identity: z.ZodObject<{
539
+ id: z.ZodString;
540
+ ciphertext: z.ZodString;
541
+ uid: z.ZodString;
542
+ }, "strip", z.ZodTypeAny, {
543
+ id: string;
544
+ uid: string;
545
+ ciphertext: string;
546
+ }, {
547
+ id: string;
548
+ uid: string;
549
+ ciphertext: string;
550
+ }>;
551
+ isPIBAvailable: z.ZodBoolean;
552
+ profile: z.ZodObject<{
553
+ title: z.ZodString;
554
+ firstName: z.ZodString;
555
+ lastName: z.ZodString;
556
+ description: z.ZodString;
557
+ location: z.ZodObject<{
558
+ country: z.ZodString;
559
+ state: z.ZodNullable<z.ZodString>;
560
+ city: z.ZodNullable<z.ZodString>;
561
+ region: z.ZodString;
562
+ subregion: z.ZodString;
563
+ timezone: z.ZodString;
564
+ zip: z.ZodNullable<z.ZodString>;
565
+ }, "strip", z.ZodTypeAny, {
566
+ country: string;
567
+ region: string;
568
+ state: string | null;
569
+ city: string | null;
570
+ subregion: string;
571
+ timezone: string;
572
+ zip: string | null;
573
+ }, {
574
+ country: string;
575
+ region: string;
576
+ state: string | null;
577
+ city: string | null;
578
+ subregion: string;
579
+ timezone: string;
580
+ zip: string | null;
581
+ }>;
582
+ chargeRate: z.ZodObject<{
583
+ rawValue: z.ZodString;
584
+ currency: z.ZodString;
585
+ }, "strip", z.ZodTypeAny, {
586
+ currency: string;
587
+ rawValue: string;
588
+ }, {
589
+ currency: string;
590
+ rawValue: string;
591
+ }>;
592
+ portrait: z.ZodObject<{
593
+ portrait: z.ZodString;
594
+ }, "strip", z.ZodTypeAny, {
595
+ portrait: string;
596
+ }, {
597
+ portrait: string;
598
+ }>;
599
+ profileUrl: z.ZodString;
600
+ offerConsultations: z.ZodBoolean;
601
+ jobSummariesAssignmentRids: z.ZodNullable<z.ZodAny>;
602
+ shortName: z.ZodString;
603
+ skills: z.ZodArray<z.ZodObject<{
604
+ skill: z.ZodObject<{
605
+ prettyName: z.ZodString;
606
+ uid: z.ZodString;
607
+ }, "strip", z.ZodTypeAny, {
608
+ uid: string;
609
+ prettyName: string;
610
+ }, {
611
+ uid: string;
612
+ prettyName: string;
613
+ }>;
614
+ uid: z.ZodString;
615
+ }, "strip", z.ZodTypeAny, {
616
+ uid: string;
617
+ skill: {
618
+ uid: string;
619
+ prettyName: string;
620
+ };
621
+ }, {
622
+ uid: string;
623
+ skill: {
624
+ uid: string;
625
+ prettyName: string;
626
+ };
627
+ }>, "many">;
628
+ stats: z.ZodObject<{
629
+ hideJss: z.ZodBoolean;
630
+ hideEarnings: z.ZodBoolean;
631
+ topRatedStatus: z.ZodString;
632
+ topRatedStatusEx: z.ZodString;
633
+ rate: z.ZodNumber;
634
+ earned: z.ZodNumber;
635
+ jobSuccessScore: z.ZodNumber;
636
+ rankInfo: z.ZodNullable<z.ZodAny>;
637
+ totalHours: z.ZodNumber;
638
+ totalHourlyJobs: z.ZodNumber;
639
+ totalFpJobs: z.ZodNumber;
640
+ totalCompletedJobs: z.ZodNumber;
641
+ }, "strip", z.ZodTypeAny, {
642
+ jobSuccessScore: number;
643
+ hideJss: boolean;
644
+ hideEarnings: boolean;
645
+ topRatedStatus: string;
646
+ topRatedStatusEx: string;
647
+ rate: number;
648
+ earned: number;
649
+ totalHours: number;
650
+ totalHourlyJobs: number;
651
+ totalFpJobs: number;
652
+ totalCompletedJobs: number;
653
+ rankInfo?: any;
654
+ }, {
655
+ jobSuccessScore: number;
656
+ hideJss: boolean;
657
+ hideEarnings: boolean;
658
+ topRatedStatus: string;
659
+ topRatedStatusEx: string;
660
+ rate: number;
661
+ earned: number;
662
+ totalHours: number;
663
+ totalHourlyJobs: number;
664
+ totalFpJobs: number;
665
+ totalCompletedJobs: number;
666
+ rankInfo?: any;
667
+ }>;
668
+ portfolioItems: z.ZodArray<z.ZodObject<{
669
+ description: z.ZodNullable<z.ZodString>;
670
+ title: z.ZodString;
671
+ videoUrl: z.ZodNullable<z.ZodString>;
672
+ uid: z.ZodString;
673
+ thumbnailUrl: z.ZodString;
674
+ publicPortfolioItem: z.ZodBoolean;
675
+ category: z.ZodObject<{
676
+ id: z.ZodNullable<z.ZodString>;
677
+ level1: z.ZodNullable<z.ZodString>;
678
+ level2: z.ZodNullable<z.ZodString>;
679
+ }, "strip", z.ZodTypeAny, {
680
+ id: string | null;
681
+ level1: string | null;
682
+ level2: string | null;
683
+ }, {
684
+ id: string | null;
685
+ level1: string | null;
686
+ level2: string | null;
687
+ }>;
688
+ }, "strip", z.ZodTypeAny, {
689
+ description: string | null;
690
+ uid: string;
691
+ title: string;
692
+ category: {
693
+ id: string | null;
694
+ level1: string | null;
695
+ level2: string | null;
696
+ };
697
+ videoUrl: string | null;
698
+ thumbnailUrl: string;
699
+ publicPortfolioItem: boolean;
700
+ }, {
701
+ description: string | null;
702
+ uid: string;
703
+ title: string;
704
+ category: {
705
+ id: string | null;
706
+ level1: string | null;
707
+ level2: string | null;
708
+ };
709
+ videoUrl: string | null;
710
+ thumbnailUrl: string;
711
+ publicPortfolioItem: boolean;
712
+ }>, "many">;
713
+ totalPortfolioItems: z.ZodNumber;
714
+ specializedProfiles: z.ZodArray<z.ZodAny, "many">;
715
+ isDiversityCertified: z.ZodBoolean;
716
+ isBoosted: z.ZodBoolean;
717
+ boosted: z.ZodBoolean;
718
+ boostedWouldHaveBeen: z.ZodBoolean;
719
+ }, "strip", z.ZodTypeAny, {
720
+ description: string;
721
+ location: {
722
+ country: string;
723
+ region: string;
724
+ state: string | null;
725
+ city: string | null;
726
+ subregion: string;
727
+ timezone: string;
728
+ zip: string | null;
729
+ };
730
+ title: string;
731
+ skills: {
732
+ uid: string;
733
+ skill: {
734
+ uid: string;
735
+ prettyName: string;
736
+ };
737
+ }[];
738
+ boosted: boolean;
739
+ stats: {
740
+ jobSuccessScore: number;
741
+ hideJss: boolean;
742
+ hideEarnings: boolean;
743
+ topRatedStatus: string;
744
+ topRatedStatusEx: string;
745
+ rate: number;
746
+ earned: number;
747
+ totalHours: number;
748
+ totalHourlyJobs: number;
749
+ totalFpJobs: number;
750
+ totalCompletedJobs: number;
751
+ rankInfo?: any;
752
+ };
753
+ firstName: string;
754
+ lastName: string;
755
+ chargeRate: {
756
+ currency: string;
757
+ rawValue: string;
758
+ };
759
+ portrait: {
760
+ portrait: string;
761
+ };
762
+ profileUrl: string;
763
+ offerConsultations: boolean;
764
+ shortName: string;
765
+ portfolioItems: {
766
+ description: string | null;
767
+ uid: string;
768
+ title: string;
769
+ category: {
770
+ id: string | null;
771
+ level1: string | null;
772
+ level2: string | null;
773
+ };
774
+ videoUrl: string | null;
775
+ thumbnailUrl: string;
776
+ publicPortfolioItem: boolean;
777
+ }[];
778
+ totalPortfolioItems: number;
779
+ specializedProfiles: any[];
780
+ isDiversityCertified: boolean;
781
+ isBoosted: boolean;
782
+ boostedWouldHaveBeen: boolean;
783
+ jobSummariesAssignmentRids?: any;
784
+ }, {
785
+ description: string;
786
+ location: {
787
+ country: string;
788
+ region: string;
789
+ state: string | null;
790
+ city: string | null;
791
+ subregion: string;
792
+ timezone: string;
793
+ zip: string | null;
794
+ };
795
+ title: string;
796
+ skills: {
797
+ uid: string;
798
+ skill: {
799
+ uid: string;
800
+ prettyName: string;
801
+ };
802
+ }[];
803
+ boosted: boolean;
804
+ stats: {
805
+ jobSuccessScore: number;
806
+ hideJss: boolean;
807
+ hideEarnings: boolean;
808
+ topRatedStatus: string;
809
+ topRatedStatusEx: string;
810
+ rate: number;
811
+ earned: number;
812
+ totalHours: number;
813
+ totalHourlyJobs: number;
814
+ totalFpJobs: number;
815
+ totalCompletedJobs: number;
816
+ rankInfo?: any;
817
+ };
818
+ firstName: string;
819
+ lastName: string;
820
+ chargeRate: {
821
+ currency: string;
822
+ rawValue: string;
823
+ };
824
+ portrait: {
825
+ portrait: string;
826
+ };
827
+ profileUrl: string;
828
+ offerConsultations: boolean;
829
+ shortName: string;
830
+ portfolioItems: {
831
+ description: string | null;
832
+ uid: string;
833
+ title: string;
834
+ category: {
835
+ id: string | null;
836
+ level1: string | null;
837
+ level2: string | null;
838
+ };
839
+ videoUrl: string | null;
840
+ thumbnailUrl: string;
841
+ publicPortfolioItem: boolean;
842
+ }[];
843
+ totalPortfolioItems: number;
844
+ specializedProfiles: any[];
845
+ isDiversityCertified: boolean;
846
+ isBoosted: boolean;
847
+ boostedWouldHaveBeen: boolean;
848
+ jobSummariesAssignmentRids?: any;
849
+ }>;
850
+ agency: z.ZodObject<{
851
+ orgId: z.ZodString;
852
+ ciphertext: z.ZodString;
853
+ name: z.ZodString;
854
+ classifications: z.ZodArray<z.ZodAny, "many">;
855
+ logo: z.ZodString;
856
+ hideEarnings: z.ZodBoolean;
857
+ totalEarnings: z.ZodNumber;
858
+ isAgencyDiversityCertified: z.ZodArray<z.ZodAny, "many">;
859
+ }, "strip", z.ZodTypeAny, {
860
+ name: string;
861
+ orgId: string;
862
+ hideEarnings: boolean;
863
+ ciphertext: string;
864
+ classifications: any[];
865
+ logo: string;
866
+ totalEarnings: number;
867
+ isAgencyDiversityCertified: any[];
868
+ }, {
869
+ name: string;
870
+ orgId: string;
871
+ hideEarnings: boolean;
872
+ ciphertext: string;
873
+ classifications: any[];
874
+ logo: string;
875
+ totalEarnings: number;
876
+ isAgencyDiversityCertified: any[];
877
+ }>;
878
+ options: z.ZodObject<{
879
+ position: z.ZodNumber;
880
+ }, "strip", z.ZodTypeAny, {
881
+ position: number;
882
+ }, {
883
+ position: number;
884
+ }>;
885
+ }, "strip", z.ZodTypeAny, {
886
+ options: {
887
+ position: number;
888
+ };
889
+ agency: {
890
+ name: string;
891
+ orgId: string;
892
+ hideEarnings: boolean;
893
+ ciphertext: string;
894
+ classifications: any[];
895
+ logo: string;
896
+ totalEarnings: number;
897
+ isAgencyDiversityCertified: any[];
898
+ };
899
+ identity: {
900
+ id: string;
901
+ uid: string;
902
+ ciphertext: string;
903
+ };
904
+ isPIBAvailable: boolean;
905
+ profile: {
906
+ description: string;
907
+ location: {
908
+ country: string;
909
+ region: string;
910
+ state: string | null;
911
+ city: string | null;
912
+ subregion: string;
913
+ timezone: string;
914
+ zip: string | null;
915
+ };
916
+ title: string;
917
+ skills: {
918
+ uid: string;
919
+ skill: {
920
+ uid: string;
921
+ prettyName: string;
922
+ };
923
+ }[];
924
+ boosted: boolean;
925
+ stats: {
926
+ jobSuccessScore: number;
927
+ hideJss: boolean;
928
+ hideEarnings: boolean;
929
+ topRatedStatus: string;
930
+ topRatedStatusEx: string;
931
+ rate: number;
932
+ earned: number;
933
+ totalHours: number;
934
+ totalHourlyJobs: number;
935
+ totalFpJobs: number;
936
+ totalCompletedJobs: number;
937
+ rankInfo?: any;
938
+ };
939
+ firstName: string;
940
+ lastName: string;
941
+ chargeRate: {
942
+ currency: string;
943
+ rawValue: string;
944
+ };
945
+ portrait: {
946
+ portrait: string;
947
+ };
948
+ profileUrl: string;
949
+ offerConsultations: boolean;
950
+ shortName: string;
951
+ portfolioItems: {
952
+ description: string | null;
953
+ uid: string;
954
+ title: string;
955
+ category: {
956
+ id: string | null;
957
+ level1: string | null;
958
+ level2: string | null;
959
+ };
960
+ videoUrl: string | null;
961
+ thumbnailUrl: string;
962
+ publicPortfolioItem: boolean;
963
+ }[];
964
+ totalPortfolioItems: number;
965
+ specializedProfiles: any[];
966
+ isDiversityCertified: boolean;
967
+ isBoosted: boolean;
968
+ boostedWouldHaveBeen: boolean;
969
+ jobSummariesAssignmentRids?: any;
970
+ };
971
+ }, {
972
+ options: {
973
+ position: number;
974
+ };
975
+ agency: {
976
+ name: string;
977
+ orgId: string;
978
+ hideEarnings: boolean;
979
+ ciphertext: string;
980
+ classifications: any[];
981
+ logo: string;
982
+ totalEarnings: number;
983
+ isAgencyDiversityCertified: any[];
984
+ };
985
+ identity: {
986
+ id: string;
987
+ uid: string;
988
+ ciphertext: string;
989
+ };
990
+ isPIBAvailable: boolean;
991
+ profile: {
992
+ description: string;
993
+ location: {
994
+ country: string;
995
+ region: string;
996
+ state: string | null;
997
+ city: string | null;
998
+ subregion: string;
999
+ timezone: string;
1000
+ zip: string | null;
1001
+ };
1002
+ title: string;
1003
+ skills: {
1004
+ uid: string;
1005
+ skill: {
1006
+ uid: string;
1007
+ prettyName: string;
1008
+ };
1009
+ }[];
1010
+ boosted: boolean;
1011
+ stats: {
1012
+ jobSuccessScore: number;
1013
+ hideJss: boolean;
1014
+ hideEarnings: boolean;
1015
+ topRatedStatus: string;
1016
+ topRatedStatusEx: string;
1017
+ rate: number;
1018
+ earned: number;
1019
+ totalHours: number;
1020
+ totalHourlyJobs: number;
1021
+ totalFpJobs: number;
1022
+ totalCompletedJobs: number;
1023
+ rankInfo?: any;
1024
+ };
1025
+ firstName: string;
1026
+ lastName: string;
1027
+ chargeRate: {
1028
+ currency: string;
1029
+ rawValue: string;
1030
+ };
1031
+ portrait: {
1032
+ portrait: string;
1033
+ };
1034
+ profileUrl: string;
1035
+ offerConsultations: boolean;
1036
+ shortName: string;
1037
+ portfolioItems: {
1038
+ description: string | null;
1039
+ uid: string;
1040
+ title: string;
1041
+ category: {
1042
+ id: string | null;
1043
+ level1: string | null;
1044
+ level2: string | null;
1045
+ };
1046
+ videoUrl: string | null;
1047
+ thumbnailUrl: string;
1048
+ publicPortfolioItem: boolean;
1049
+ }[];
1050
+ totalPortfolioItems: number;
1051
+ specializedProfiles: any[];
1052
+ isDiversityCertified: boolean;
1053
+ isBoosted: boolean;
1054
+ boostedWouldHaveBeen: boolean;
1055
+ jobSummariesAssignmentRids?: any;
1056
+ };
1057
+ }>, "many">;
1058
+ currentPage: z.ZodNumber;
1059
+ paging: z.ZodObject<{
1060
+ total: z.ZodNumber;
1061
+ offset: z.ZodNumber;
1062
+ count: z.ZodNumber;
1063
+ originTotal: z.ZodNumber;
1064
+ pagesTotal: z.ZodNumber;
1065
+ page: z.ZodNumber;
1066
+ perPage: z.ZodNumber;
1067
+ }, "strip", z.ZodTypeAny, {
1068
+ total: number;
1069
+ offset: number;
1070
+ count: number;
1071
+ originTotal: number;
1072
+ pagesTotal: number;
1073
+ page: number;
1074
+ perPage: number;
1075
+ }, {
1076
+ total: number;
1077
+ offset: number;
1078
+ count: number;
1079
+ originTotal: number;
1080
+ pagesTotal: number;
1081
+ page: number;
1082
+ perPage: number;
1083
+ }>;
1084
+ flags: z.ZodObject<{
1085
+ portfolioSearch: z.ZodBoolean;
1086
+ }, "strip", z.ZodTypeAny, {
1087
+ portfolioSearch: boolean;
1088
+ }, {
1089
+ portfolioSearch: boolean;
1090
+ }>;
1091
+ searchQueryCache: z.ZodRecord<z.ZodString, z.ZodString>;
1092
+ "handle-response-data": z.ZodRecord<z.ZodString, z.ZodAny>;
1093
+ }, "strip", z.ZodTypeAny, {
1094
+ status: {
1095
+ failed: boolean;
1096
+ loading: boolean;
1097
+ loaded: boolean;
1098
+ };
1099
+ profiles: {
1100
+ options: {
1101
+ position: number;
1102
+ };
1103
+ agency: {
1104
+ name: string;
1105
+ orgId: string;
1106
+ hideEarnings: boolean;
1107
+ ciphertext: string;
1108
+ classifications: any[];
1109
+ logo: string;
1110
+ totalEarnings: number;
1111
+ isAgencyDiversityCertified: any[];
1112
+ };
1113
+ identity: {
1114
+ id: string;
1115
+ uid: string;
1116
+ ciphertext: string;
1117
+ };
1118
+ isPIBAvailable: boolean;
1119
+ profile: {
1120
+ description: string;
1121
+ location: {
1122
+ country: string;
1123
+ region: string;
1124
+ state: string | null;
1125
+ city: string | null;
1126
+ subregion: string;
1127
+ timezone: string;
1128
+ zip: string | null;
1129
+ };
1130
+ title: string;
1131
+ skills: {
1132
+ uid: string;
1133
+ skill: {
1134
+ uid: string;
1135
+ prettyName: string;
1136
+ };
1137
+ }[];
1138
+ boosted: boolean;
1139
+ stats: {
1140
+ jobSuccessScore: number;
1141
+ hideJss: boolean;
1142
+ hideEarnings: boolean;
1143
+ topRatedStatus: string;
1144
+ topRatedStatusEx: string;
1145
+ rate: number;
1146
+ earned: number;
1147
+ totalHours: number;
1148
+ totalHourlyJobs: number;
1149
+ totalFpJobs: number;
1150
+ totalCompletedJobs: number;
1151
+ rankInfo?: any;
1152
+ };
1153
+ firstName: string;
1154
+ lastName: string;
1155
+ chargeRate: {
1156
+ currency: string;
1157
+ rawValue: string;
1158
+ };
1159
+ portrait: {
1160
+ portrait: string;
1161
+ };
1162
+ profileUrl: string;
1163
+ offerConsultations: boolean;
1164
+ shortName: string;
1165
+ portfolioItems: {
1166
+ description: string | null;
1167
+ uid: string;
1168
+ title: string;
1169
+ category: {
1170
+ id: string | null;
1171
+ level1: string | null;
1172
+ level2: string | null;
1173
+ };
1174
+ videoUrl: string | null;
1175
+ thumbnailUrl: string;
1176
+ publicPortfolioItem: boolean;
1177
+ }[];
1178
+ totalPortfolioItems: number;
1179
+ specializedProfiles: any[];
1180
+ isDiversityCertified: boolean;
1181
+ isBoosted: boolean;
1182
+ boostedWouldHaveBeen: boolean;
1183
+ jobSummariesAssignmentRids?: any;
1184
+ };
1185
+ }[];
1186
+ currentPage: number;
1187
+ paging: {
1188
+ total: number;
1189
+ offset: number;
1190
+ count: number;
1191
+ originTotal: number;
1192
+ pagesTotal: number;
1193
+ page: number;
1194
+ perPage: number;
1195
+ };
1196
+ flags: {
1197
+ portfolioSearch: boolean;
1198
+ };
1199
+ searchQueryCache: Record<string, string>;
1200
+ "handle-response-data": Record<string, any>;
1201
+ }, {
1202
+ status: {
1203
+ failed: boolean;
1204
+ loading: boolean;
1205
+ loaded: boolean;
1206
+ };
1207
+ profiles: {
1208
+ options: {
1209
+ position: number;
1210
+ };
1211
+ agency: {
1212
+ name: string;
1213
+ orgId: string;
1214
+ hideEarnings: boolean;
1215
+ ciphertext: string;
1216
+ classifications: any[];
1217
+ logo: string;
1218
+ totalEarnings: number;
1219
+ isAgencyDiversityCertified: any[];
1220
+ };
1221
+ identity: {
1222
+ id: string;
1223
+ uid: string;
1224
+ ciphertext: string;
1225
+ };
1226
+ isPIBAvailable: boolean;
1227
+ profile: {
1228
+ description: string;
1229
+ location: {
1230
+ country: string;
1231
+ region: string;
1232
+ state: string | null;
1233
+ city: string | null;
1234
+ subregion: string;
1235
+ timezone: string;
1236
+ zip: string | null;
1237
+ };
1238
+ title: string;
1239
+ skills: {
1240
+ uid: string;
1241
+ skill: {
1242
+ uid: string;
1243
+ prettyName: string;
1244
+ };
1245
+ }[];
1246
+ boosted: boolean;
1247
+ stats: {
1248
+ jobSuccessScore: number;
1249
+ hideJss: boolean;
1250
+ hideEarnings: boolean;
1251
+ topRatedStatus: string;
1252
+ topRatedStatusEx: string;
1253
+ rate: number;
1254
+ earned: number;
1255
+ totalHours: number;
1256
+ totalHourlyJobs: number;
1257
+ totalFpJobs: number;
1258
+ totalCompletedJobs: number;
1259
+ rankInfo?: any;
1260
+ };
1261
+ firstName: string;
1262
+ lastName: string;
1263
+ chargeRate: {
1264
+ currency: string;
1265
+ rawValue: string;
1266
+ };
1267
+ portrait: {
1268
+ portrait: string;
1269
+ };
1270
+ profileUrl: string;
1271
+ offerConsultations: boolean;
1272
+ shortName: string;
1273
+ portfolioItems: {
1274
+ description: string | null;
1275
+ uid: string;
1276
+ title: string;
1277
+ category: {
1278
+ id: string | null;
1279
+ level1: string | null;
1280
+ level2: string | null;
1281
+ };
1282
+ videoUrl: string | null;
1283
+ thumbnailUrl: string;
1284
+ publicPortfolioItem: boolean;
1285
+ }[];
1286
+ totalPortfolioItems: number;
1287
+ specializedProfiles: any[];
1288
+ isDiversityCertified: boolean;
1289
+ isBoosted: boolean;
1290
+ boostedWouldHaveBeen: boolean;
1291
+ jobSummariesAssignmentRids?: any;
1292
+ };
1293
+ }[];
1294
+ currentPage: number;
1295
+ paging: {
1296
+ total: number;
1297
+ offset: number;
1298
+ count: number;
1299
+ originTotal: number;
1300
+ pagesTotal: number;
1301
+ page: number;
1302
+ perPage: number;
1303
+ };
1304
+ flags: {
1305
+ portfolioSearch: boolean;
1306
+ };
1307
+ searchQueryCache: Record<string, string>;
1308
+ "handle-response-data": Record<string, any>;
1309
+ }>;
1310
+ export interface NuxtStateProfileSchema extends z.infer<typeof nuxtStateProfileSchema> {
1311
+ }
1312
+ export interface NuxtStateProfileSearchSchema extends z.infer<typeof nuxtStateProfilesSearchSchema> {
1313
+ }
1314
+ export {};