@ttctl/core 0.0.0 → 0.1.0-rc.1

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 (195) hide show
  1. package/README.md +49 -9
  2. package/dist/__generated__/gateway.d.ts +4546 -0
  3. package/dist/__generated__/gateway.d.ts.map +1 -0
  4. package/dist/__generated__/gateway.js +9 -0
  5. package/dist/__generated__/gateway.js.map +1 -0
  6. package/dist/__generated__/talent-profile-zod-schemas.d.ts +1187 -0
  7. package/dist/__generated__/talent-profile-zod-schemas.d.ts.map +1 -0
  8. package/dist/__generated__/talent-profile-zod-schemas.js +1136 -0
  9. package/dist/__generated__/talent-profile-zod-schemas.js.map +1 -0
  10. package/dist/__generated__/talent-profile.d.ts +1397 -0
  11. package/dist/__generated__/talent-profile.d.ts.map +1 -0
  12. package/dist/__generated__/talent-profile.js +9 -0
  13. package/dist/__generated__/talent-profile.js.map +1 -0
  14. package/dist/__generated__/zod-schemas.d.ts +2895 -0
  15. package/dist/__generated__/zod-schemas.d.ts.map +1 -0
  16. package/dist/__generated__/zod-schemas.js +3121 -0
  17. package/dist/__generated__/zod-schemas.js.map +1 -0
  18. package/dist/__tests__/fixtures/profile/builders.d.ts +74 -0
  19. package/dist/__tests__/fixtures/profile/builders.d.ts.map +1 -0
  20. package/dist/__tests__/fixtures/profile/builders.js +196 -0
  21. package/dist/__tests__/fixtures/profile/builders.js.map +1 -0
  22. package/dist/__tests__/fixtures/profile/data.d.ts +39 -0
  23. package/dist/__tests__/fixtures/profile/data.d.ts.map +1 -0
  24. package/dist/__tests__/fixtures/profile/data.js +230 -0
  25. package/dist/__tests__/fixtures/profile/data.js.map +1 -0
  26. package/dist/__tests__/fixtures/profile/index.d.ts +9 -0
  27. package/dist/__tests__/fixtures/profile/index.d.ts.map +1 -0
  28. package/dist/__tests__/fixtures/profile/index.js +10 -0
  29. package/dist/__tests__/fixtures/profile/index.js.map +1 -0
  30. package/dist/__tests__/fixtures/profile/types.d.ts +53 -0
  31. package/dist/__tests__/fixtures/profile/types.d.ts.map +1 -0
  32. package/dist/__tests__/fixtures/profile/types.js +4 -0
  33. package/dist/__tests__/fixtures/profile/types.js.map +1 -0
  34. package/dist/auth/errors.d.ts +82 -0
  35. package/dist/auth/errors.d.ts.map +1 -0
  36. package/dist/auth/errors.js +68 -0
  37. package/dist/auth/errors.js.map +1 -0
  38. package/dist/auth.d.ts +192 -0
  39. package/dist/auth.d.ts.map +1 -0
  40. package/dist/auth.js +294 -0
  41. package/dist/auth.js.map +1 -0
  42. package/dist/config.d.ts +212 -0
  43. package/dist/config.d.ts.map +1 -0
  44. package/dist/config.js +349 -0
  45. package/dist/config.js.map +1 -0
  46. package/dist/configLock.d.ts +50 -0
  47. package/dist/configLock.d.ts.map +1 -0
  48. package/dist/configLock.js +88 -0
  49. package/dist/configLock.js.map +1 -0
  50. package/dist/configWriter.d.ts +97 -0
  51. package/dist/configWriter.d.ts.map +1 -0
  52. package/dist/configWriter.js +687 -0
  53. package/dist/configWriter.js.map +1 -0
  54. package/dist/index.d.ts +37 -0
  55. package/dist/index.d.ts.map +1 -0
  56. package/dist/index.js +28 -0
  57. package/dist/index.js.map +1 -0
  58. package/dist/kill-switch.d.ts +161 -0
  59. package/dist/kill-switch.d.ts.map +1 -0
  60. package/dist/kill-switch.js +235 -0
  61. package/dist/kill-switch.js.map +1 -0
  62. package/dist/lib/date.d.ts +58 -0
  63. package/dist/lib/date.d.ts.map +1 -0
  64. package/dist/lib/date.js +104 -0
  65. package/dist/lib/date.js.map +1 -0
  66. package/dist/lib/diagnostic-log.d.ts +159 -0
  67. package/dist/lib/diagnostic-log.d.ts.map +1 -0
  68. package/dist/lib/diagnostic-log.js +186 -0
  69. package/dist/lib/diagnostic-log.js.map +1 -0
  70. package/dist/lib/package-version.d.ts +19 -0
  71. package/dist/lib/package-version.d.ts.map +1 -0
  72. package/dist/lib/package-version.js +38 -0
  73. package/dist/lib/package-version.js.map +1 -0
  74. package/dist/lib/redact.d.ts +153 -0
  75. package/dist/lib/redact.d.ts.map +1 -0
  76. package/dist/lib/redact.js +207 -0
  77. package/dist/lib/redact.js.map +1 -0
  78. package/dist/lib/text.d.ts +14 -0
  79. package/dist/lib/text.d.ts.map +1 -0
  80. package/dist/lib/text.js +21 -0
  81. package/dist/lib/text.js.map +1 -0
  82. package/dist/lib/wire-shape.d.ts +131 -0
  83. package/dist/lib/wire-shape.d.ts.map +1 -0
  84. package/dist/lib/wire-shape.js +376 -0
  85. package/dist/lib/wire-shape.js.map +1 -0
  86. package/dist/onepassword.d.ts +29 -0
  87. package/dist/onepassword.d.ts.map +1 -0
  88. package/dist/onepassword.js +112 -0
  89. package/dist/onepassword.js.map +1 -0
  90. package/dist/services/_shared/transport.d.ts +148 -0
  91. package/dist/services/_shared/transport.d.ts.map +1 -0
  92. package/dist/services/_shared/transport.js +102 -0
  93. package/dist/services/_shared/transport.js.map +1 -0
  94. package/dist/services/applications/index.d.ts +210 -0
  95. package/dist/services/applications/index.d.ts.map +1 -0
  96. package/dist/services/applications/index.js +240 -0
  97. package/dist/services/applications/index.js.map +1 -0
  98. package/dist/services/availability/index.d.ts +254 -0
  99. package/dist/services/availability/index.d.ts.map +1 -0
  100. package/dist/services/availability/index.js +310 -0
  101. package/dist/services/availability/index.js.map +1 -0
  102. package/dist/services/contracts/index.d.ts +132 -0
  103. package/dist/services/contracts/index.d.ts.map +1 -0
  104. package/dist/services/contracts/index.js +211 -0
  105. package/dist/services/contracts/index.js.map +1 -0
  106. package/dist/services/engagements/index.d.ts +504 -0
  107. package/dist/services/engagements/index.d.ts.map +1 -0
  108. package/dist/services/engagements/index.js +613 -0
  109. package/dist/services/engagements/index.js.map +1 -0
  110. package/dist/services/jobs/index.d.ts +490 -0
  111. package/dist/services/jobs/index.d.ts.map +1 -0
  112. package/dist/services/jobs/index.js +753 -0
  113. package/dist/services/jobs/index.js.map +1 -0
  114. package/dist/services/payments/index.d.ts +415 -0
  115. package/dist/services/payments/index.d.ts.map +1 -0
  116. package/dist/services/payments/index.js +636 -0
  117. package/dist/services/payments/index.js.map +1 -0
  118. package/dist/services/profile/__tests__/fixtures.d.ts +214 -0
  119. package/dist/services/profile/__tests__/fixtures.d.ts.map +1 -0
  120. package/dist/services/profile/__tests__/fixtures.js +176 -0
  121. package/dist/services/profile/__tests__/fixtures.js.map +1 -0
  122. package/dist/services/profile/basic/index.d.ts +390 -0
  123. package/dist/services/profile/basic/index.d.ts.map +1 -0
  124. package/dist/services/profile/basic/index.js +1007 -0
  125. package/dist/services/profile/basic/index.js.map +1 -0
  126. package/dist/services/profile/certifications/index.d.ts +74 -0
  127. package/dist/services/profile/certifications/index.d.ts.map +1 -0
  128. package/dist/services/profile/certifications/index.js +169 -0
  129. package/dist/services/profile/certifications/index.js.map +1 -0
  130. package/dist/services/profile/education/index.d.ts +73 -0
  131. package/dist/services/profile/education/index.d.ts.map +1 -0
  132. package/dist/services/profile/education/index.js +168 -0
  133. package/dist/services/profile/education/index.js.map +1 -0
  134. package/dist/services/profile/employment/index.d.ts +111 -0
  135. package/dist/services/profile/employment/index.d.ts.map +1 -0
  136. package/dist/services/profile/employment/index.js +202 -0
  137. package/dist/services/profile/employment/index.js.map +1 -0
  138. package/dist/services/profile/external/index.d.ts +219 -0
  139. package/dist/services/profile/external/index.d.ts.map +1 -0
  140. package/dist/services/profile/external/index.js +560 -0
  141. package/dist/services/profile/external/index.js.map +1 -0
  142. package/dist/services/profile/index.d.ts +24 -0
  143. package/dist/services/profile/index.d.ts.map +1 -0
  144. package/dist/services/profile/index.js +26 -0
  145. package/dist/services/profile/index.js.map +1 -0
  146. package/dist/services/profile/industries/index.d.ts +130 -0
  147. package/dist/services/profile/industries/index.d.ts.map +1 -0
  148. package/dist/services/profile/industries/index.js +292 -0
  149. package/dist/services/profile/industries/index.js.map +1 -0
  150. package/dist/services/profile/portfolio/index.d.ts +352 -0
  151. package/dist/services/profile/portfolio/index.d.ts.map +1 -0
  152. package/dist/services/profile/portfolio/index.js +833 -0
  153. package/dist/services/profile/portfolio/index.js.map +1 -0
  154. package/dist/services/profile/resume/index.d.ts +60 -0
  155. package/dist/services/profile/resume/index.d.ts.map +1 -0
  156. package/dist/services/profile/resume/index.js +212 -0
  157. package/dist/services/profile/resume/index.js.map +1 -0
  158. package/dist/services/profile/reviews/index.d.ts +137 -0
  159. package/dist/services/profile/reviews/index.d.ts.map +1 -0
  160. package/dist/services/profile/reviews/index.js +431 -0
  161. package/dist/services/profile/reviews/index.js.map +1 -0
  162. package/dist/services/profile/shared.d.ts +127 -0
  163. package/dist/services/profile/shared.d.ts.map +1 -0
  164. package/dist/services/profile/shared.js +155 -0
  165. package/dist/services/profile/shared.js.map +1 -0
  166. package/dist/services/profile/skills/index.d.ts +212 -0
  167. package/dist/services/profile/skills/index.d.ts.map +1 -0
  168. package/dist/services/profile/skills/index.js +461 -0
  169. package/dist/services/profile/skills/index.js.map +1 -0
  170. package/dist/services/profile/visas/index.d.ts +74 -0
  171. package/dist/services/profile/visas/index.d.ts.map +1 -0
  172. package/dist/services/profile/visas/index.js +306 -0
  173. package/dist/services/profile/visas/index.js.map +1 -0
  174. package/dist/services/timesheet/index.d.ts +326 -0
  175. package/dist/services/timesheet/index.d.ts.map +1 -0
  176. package/dist/services/timesheet/index.js +324 -0
  177. package/dist/services/timesheet/index.js.map +1 -0
  178. package/dist/services/translations.d.ts +79 -0
  179. package/dist/services/translations.d.ts.map +1 -0
  180. package/dist/services/translations.js +136 -0
  181. package/dist/services/translations.js.map +1 -0
  182. package/dist/transport-resilience.d.ts +136 -0
  183. package/dist/transport-resilience.d.ts.map +1 -0
  184. package/dist/transport-resilience.js +247 -0
  185. package/dist/transport-resilience.js.map +1 -0
  186. package/dist/transport.d.ts +408 -0
  187. package/dist/transport.d.ts.map +1 -0
  188. package/dist/transport.js +691 -0
  189. package/dist/transport.js.map +1 -0
  190. package/dist/types.d.ts +41 -0
  191. package/dist/types.d.ts.map +1 -0
  192. package/dist/types.js +18 -0
  193. package/dist/types.js.map +1 -0
  194. package/package.json +40 -12
  195. package/index.js +0 -7
@@ -0,0 +1,1187 @@
1
+ import { z } from 'zod';
2
+ export type Maybe<T> = T | null;
3
+ export type InputMaybe<T> = Maybe<T>;
4
+ /** All built-in and custom scalars, mapped to their actual values */
5
+ export type Scalars = {
6
+ ID: {
7
+ input: string;
8
+ output: string;
9
+ };
10
+ String: {
11
+ input: string;
12
+ output: string;
13
+ };
14
+ Boolean: {
15
+ input: boolean;
16
+ output: boolean;
17
+ };
18
+ Int: {
19
+ input: number;
20
+ output: number;
21
+ };
22
+ Float: {
23
+ input: number;
24
+ output: number;
25
+ };
26
+ SettingName: {
27
+ input: unknown;
28
+ output: unknown;
29
+ };
30
+ Unknown: {
31
+ input: unknown;
32
+ output: unknown;
33
+ };
34
+ Upload: {
35
+ input: unknown;
36
+ output: unknown;
37
+ };
38
+ };
39
+ export type AcceptAgreementPayload = {
40
+ activation: Maybe<Activation>;
41
+ errors: Maybe<Scalars['Unknown']['output']>;
42
+ notice: Maybe<Scalars['Unknown']['output']>;
43
+ success: Maybe<Scalars['Unknown']['output']>;
44
+ };
45
+ export type AcceptFreelanceTalentAgreementInput = {
46
+ _placeholder: InputMaybe<Scalars['String']['input']>;
47
+ };
48
+ export type AcceptFreelanceTalentAgreementPayload = {
49
+ contract: Maybe<Contract>;
50
+ errors: Maybe<Scalars['Unknown']['output']>;
51
+ notice: Maybe<Scalars['Unknown']['output']>;
52
+ success: Maybe<Scalars['Unknown']['output']>;
53
+ };
54
+ export type AcceptTrainingPayload = {
55
+ activation: Maybe<Activation>;
56
+ errors: Maybe<Scalars['Unknown']['output']>;
57
+ notice: Maybe<Scalars['Unknown']['output']>;
58
+ success: Maybe<Scalars['Unknown']['output']>;
59
+ };
60
+ export type Activation = {
61
+ steps: Maybe<Scalars['Unknown']['output']>;
62
+ };
63
+ export type AddProfileSkillSetConnectionPayload = {
64
+ profile: Maybe<Scalars['Unknown']['output']>;
65
+ skillSet: Maybe<Scalars['Unknown']['output']>;
66
+ };
67
+ export type AddProfileSkillSetInput = {
68
+ _placeholder: InputMaybe<Scalars['String']['input']>;
69
+ };
70
+ export type AddProfileSkillSetPayload = {
71
+ profile: Maybe<Profile>;
72
+ skillSet: Maybe<ProfileSkillSet>;
73
+ };
74
+ export type AdvancedProfileRecommendation = {
75
+ isCustomRequirementsCompleted: Maybe<Scalars['Unknown']['output']>;
76
+ isTravelInformationCompleted: Maybe<Scalars['Unknown']['output']>;
77
+ };
78
+ export type ApproveItemReviewInput = {
79
+ _placeholder: InputMaybe<Scalars['String']['input']>;
80
+ };
81
+ export type ApproveItemReviewPayload = {
82
+ sectionReviews: Maybe<SectionReview>;
83
+ };
84
+ export type ApproveSectionReviewInput = {
85
+ _placeholder: InputMaybe<Scalars['String']['input']>;
86
+ };
87
+ export type ApproveSectionReviewPayload = {
88
+ errors: Maybe<UserError>;
89
+ notice: Maybe<Scalars['Unknown']['output']>;
90
+ sectionReviews: Maybe<SectionReview>;
91
+ success: Maybe<Scalars['Unknown']['output']>;
92
+ };
93
+ export type CancelResumeUploadInput = {
94
+ _placeholder: InputMaybe<Scalars['String']['input']>;
95
+ };
96
+ export type CancelResumeUploadPayload = {
97
+ errors: Maybe<UserError>;
98
+ success: Maybe<Scalars['Unknown']['output']>;
99
+ };
100
+ export type Certification = {
101
+ certificate: Maybe<Scalars['Unknown']['output']>;
102
+ highlight: Maybe<Scalars['Unknown']['output']>;
103
+ id: Maybe<Scalars['Unknown']['output']>;
104
+ institution: Maybe<Scalars['Unknown']['output']>;
105
+ link: Maybe<Scalars['Unknown']['output']>;
106
+ number: Maybe<Scalars['Unknown']['output']>;
107
+ skills: Maybe<Scalars['Unknown']['output']>;
108
+ status: Maybe<Scalars['Unknown']['output']>;
109
+ validFromMonth: Maybe<Scalars['Unknown']['output']>;
110
+ validFromYear: Maybe<Scalars['Unknown']['output']>;
111
+ validToMonth: Maybe<Scalars['Unknown']['output']>;
112
+ validToYear: Maybe<Scalars['Unknown']['output']>;
113
+ };
114
+ export type ChangePortfolioItemPositionInput = {
115
+ _placeholder: InputMaybe<Scalars['String']['input']>;
116
+ };
117
+ export type ChangePortfolioItemPositionPayload = {
118
+ profile: Maybe<Profile>;
119
+ };
120
+ export type Contract = {
121
+ billingType: Maybe<Scalars['Unknown']['output']>;
122
+ id: Maybe<Scalars['Unknown']['output']>;
123
+ isActive: Maybe<Scalars['Unknown']['output']>;
124
+ kind: Maybe<Scalars['Unknown']['output']>;
125
+ provider: Maybe<Scalars['Unknown']['output']>;
126
+ sentAt: Maybe<Scalars['Unknown']['output']>;
127
+ signedAt: Maybe<Scalars['Unknown']['output']>;
128
+ status: Maybe<Scalars['Unknown']['output']>;
129
+ title: Maybe<Scalars['Unknown']['output']>;
130
+ verificationDeadline: Maybe<Scalars['Unknown']['output']>;
131
+ };
132
+ export type CreateCertificationInput = {
133
+ _placeholder: InputMaybe<Scalars['String']['input']>;
134
+ };
135
+ export type CreateCertificationPayload = {
136
+ errors: Maybe<UserError>;
137
+ notice: Maybe<Scalars['Unknown']['output']>;
138
+ profile: Maybe<Profile>;
139
+ success: Maybe<Scalars['Unknown']['output']>;
140
+ };
141
+ export type CreateEducationInput = {
142
+ _placeholder: InputMaybe<Scalars['String']['input']>;
143
+ };
144
+ export type CreateEducationPayload = {
145
+ errors: Maybe<UserError>;
146
+ notice: Maybe<Scalars['Unknown']['output']>;
147
+ profile: Maybe<Profile>;
148
+ success: Maybe<Scalars['Unknown']['output']>;
149
+ };
150
+ export type CreateEmploymentInput = {
151
+ _placeholder: InputMaybe<Scalars['String']['input']>;
152
+ };
153
+ export type CreateEmploymentPayload = {
154
+ errors: Maybe<UserError>;
155
+ notice: Maybe<Scalars['Unknown']['output']>;
156
+ profile: Maybe<Profile>;
157
+ success: Maybe<Scalars['Unknown']['output']>;
158
+ };
159
+ export type CreateEngagementTestimonialInput = {
160
+ _placeholder: InputMaybe<Scalars['String']['input']>;
161
+ };
162
+ export type CreateEngagementTestimonialPayload = {
163
+ errors: Maybe<UserError>;
164
+ notice: Maybe<Scalars['Unknown']['output']>;
165
+ success: Maybe<Scalars['Unknown']['output']>;
166
+ };
167
+ export type CreateIndustryProfileInput = {
168
+ _placeholder: InputMaybe<Scalars['String']['input']>;
169
+ };
170
+ export type CreateIndustryProfilePayload = {
171
+ errors: Maybe<UserError>;
172
+ success: Maybe<Scalars['Unknown']['output']>;
173
+ };
174
+ export type CreatePayoneerPaymentOptionInput = {
175
+ _placeholder: InputMaybe<Scalars['String']['input']>;
176
+ };
177
+ export type CreatePayoneerPaymentOptionPayload = {
178
+ errors: Maybe<UserError>;
179
+ success: Maybe<Scalars['Unknown']['output']>;
180
+ talent: Maybe<Talent>;
181
+ };
182
+ export type CreatePortfolioItemInput = {
183
+ _placeholder: InputMaybe<Scalars['String']['input']>;
184
+ };
185
+ export type CreatePortfolioItemPayload = {
186
+ profile: Maybe<Profile>;
187
+ };
188
+ export type CreateToptalPaymentAccountInput = {
189
+ _placeholder: InputMaybe<Scalars['String']['input']>;
190
+ };
191
+ export type CreateToptalPaymentAccountPayload = {
192
+ errors: Maybe<UserError>;
193
+ success: Maybe<Scalars['Unknown']['output']>;
194
+ talent: Maybe<Talent>;
195
+ };
196
+ export type CreateTravelVisaInput = {
197
+ _placeholder: InputMaybe<Scalars['String']['input']>;
198
+ };
199
+ export type CreateTravelVisaPayload = {
200
+ errors: Maybe<UserError>;
201
+ profile: Maybe<Scalars['Unknown']['output']>;
202
+ };
203
+ export type CustomRequirements = {
204
+ backgroundCheck: Maybe<Scalars['Unknown']['output']>;
205
+ drugTest: Maybe<Scalars['Unknown']['output']>;
206
+ timeTrackingTools: Maybe<Scalars['Unknown']['output']>;
207
+ };
208
+ export type DismissTestimonialNotificationInput = {
209
+ _placeholder: InputMaybe<Scalars['String']['input']>;
210
+ };
211
+ export type DismissTestimonialNotificationPayload = {
212
+ errors: Maybe<UserError>;
213
+ notice: Maybe<Scalars['Unknown']['output']>;
214
+ success: Maybe<Scalars['Unknown']['output']>;
215
+ };
216
+ export type Education = {
217
+ degree: Maybe<Scalars['Unknown']['output']>;
218
+ fieldOfStudy: Maybe<Scalars['Unknown']['output']>;
219
+ highlight: Maybe<Scalars['Unknown']['output']>;
220
+ id: Maybe<Scalars['Unknown']['output']>;
221
+ institution: Maybe<Scalars['Unknown']['output']>;
222
+ location: Maybe<Scalars['Unknown']['output']>;
223
+ skills: Maybe<Scalars['Unknown']['output']>;
224
+ title: Maybe<Scalars['Unknown']['output']>;
225
+ yearFrom: Maybe<Scalars['Unknown']['output']>;
226
+ yearTo: Maybe<Scalars['Unknown']['output']>;
227
+ };
228
+ export type Employer = {
229
+ city: Maybe<Scalars['Unknown']['output']>;
230
+ country: Maybe<Scalars['Unknown']['output']>;
231
+ employeeCount: Maybe<Scalars['Unknown']['output']>;
232
+ id: Maybe<Scalars['Unknown']['output']>;
233
+ industries: Maybe<Scalars['Unknown']['output']>;
234
+ lastSyncedAt: Maybe<Scalars['Unknown']['output']>;
235
+ logoUrl: Maybe<Scalars['Unknown']['output']>;
236
+ name: Maybe<Scalars['Unknown']['output']>;
237
+ otherNames: Maybe<Scalars['Unknown']['output']>;
238
+ otherUrls: Maybe<Scalars['Unknown']['output']>;
239
+ revenue: Maybe<Scalars['Unknown']['output']>;
240
+ website: Maybe<Scalars['Unknown']['output']>;
241
+ };
242
+ export type Employment = {
243
+ company: Maybe<Scalars['Unknown']['output']>;
244
+ companyWebsite: Maybe<Scalars['Unknown']['output']>;
245
+ employer: Maybe<Employer>;
246
+ endDate: Maybe<Scalars['Unknown']['output']>;
247
+ engagement: Maybe<Scalars['Unknown']['output']>;
248
+ experienceItems: Maybe<Scalars['Unknown']['output']>;
249
+ highlight: Maybe<Scalars['Unknown']['output']>;
250
+ id: Maybe<Scalars['Unknown']['output']>;
251
+ industries: Maybe<Scalars['Unknown']['output']>;
252
+ isEnterpriseExperience: Maybe<Scalars['Unknown']['output']>;
253
+ managementExperience: Maybe<Scalars['Unknown']['output']>;
254
+ noWebsite: Maybe<Scalars['Unknown']['output']>;
255
+ position: Maybe<Scalars['Unknown']['output']>;
256
+ primaryGeography: Maybe<Scalars['Unknown']['output']>;
257
+ publicationPermit: Maybe<Scalars['Unknown']['output']>;
258
+ reportingTo: Maybe<Scalars['Unknown']['output']>;
259
+ showViaToptal: Maybe<Scalars['Unknown']['output']>;
260
+ skills: Maybe<Scalars['Unknown']['output']>;
261
+ startDate: Maybe<Scalars['Unknown']['output']>;
262
+ toptalRelated: Maybe<Scalars['Unknown']['output']>;
263
+ };
264
+ export type EmploymentsCountRecommendation = {
265
+ minimumCount: Maybe<Scalars['Unknown']['output']>;
266
+ type: Maybe<Scalars['Unknown']['output']>;
267
+ };
268
+ export type EmploymentsMissingDataRecommendation = {
269
+ employments: Maybe<Scalars['Unknown']['output']>;
270
+ };
271
+ export type HighlightCertificationPayload = {
272
+ certification: Maybe<Scalars['Unknown']['output']>;
273
+ errors: Maybe<UserError>;
274
+ notice: Maybe<Scalars['Unknown']['output']>;
275
+ success: Maybe<Scalars['Unknown']['output']>;
276
+ };
277
+ export type HighlightEducationPayload = {
278
+ education: Maybe<Scalars['Unknown']['output']>;
279
+ errors: Maybe<UserError>;
280
+ notice: Maybe<Scalars['Unknown']['output']>;
281
+ success: Maybe<Scalars['Unknown']['output']>;
282
+ };
283
+ export type HighlightEmploymentPayload = {
284
+ employment: Maybe<Scalars['Unknown']['output']>;
285
+ errors: Maybe<UserError>;
286
+ notice: Maybe<Scalars['Unknown']['output']>;
287
+ success: Maybe<Scalars['Unknown']['output']>;
288
+ };
289
+ export type HighlightPortfolioItemPayload = {
290
+ errors: Maybe<UserError>;
291
+ notice: Maybe<Scalars['Unknown']['output']>;
292
+ portfolioItem: Maybe<Scalars['Unknown']['output']>;
293
+ success: Maybe<Scalars['Unknown']['output']>;
294
+ };
295
+ export type Industry = {
296
+ id: Maybe<Scalars['Unknown']['output']>;
297
+ name: Maybe<Scalars['Unknown']['output']>;
298
+ };
299
+ export type IndustryProfile = {
300
+ about: Maybe<Scalars['Unknown']['output']>;
301
+ certifications: Maybe<Scalars['Unknown']['output']>;
302
+ domainArea: Maybe<Scalars['Unknown']['output']>;
303
+ educations: Maybe<Scalars['Unknown']['output']>;
304
+ employments: Maybe<Scalars['Unknown']['output']>;
305
+ highlights: Maybe<Scalars['Unknown']['output']>;
306
+ id: Maybe<Scalars['Unknown']['output']>;
307
+ portfolioItems: Maybe<Scalars['Unknown']['output']>;
308
+ title: Maybe<Scalars['Unknown']['output']>;
309
+ };
310
+ export type LogOutInput = {
311
+ _placeholder: InputMaybe<Scalars['String']['input']>;
312
+ };
313
+ export type LogOutPayload = {
314
+ errors: Maybe<Scalars['Unknown']['output']>;
315
+ notice: Maybe<Scalars['Unknown']['output']>;
316
+ returnTo: Maybe<Scalars['Unknown']['output']>;
317
+ success: Maybe<Scalars['Unknown']['output']>;
318
+ };
319
+ export type Mutation = {
320
+ acceptAgreement: Maybe<AcceptAgreementPayload>;
321
+ acceptFreelanceTalentAgreement: Maybe<AcceptFreelanceTalentAgreementPayload>;
322
+ acceptTraining: Maybe<AcceptTrainingPayload>;
323
+ addProfileSkillSet: Maybe<AddProfileSkillSetPayload>;
324
+ addProfileSkillSetConnection: Maybe<AddProfileSkillSetConnectionPayload>;
325
+ approveItemReview: Maybe<ApproveItemReviewPayload>;
326
+ approveSectionReview: Maybe<ApproveSectionReviewPayload>;
327
+ cancelResumeUpload: Maybe<CancelResumeUploadPayload>;
328
+ changePortfolioItemPosition: Maybe<ChangePortfolioItemPositionPayload>;
329
+ createCertification: Maybe<CreateCertificationPayload>;
330
+ createEducation: Maybe<CreateEducationPayload>;
331
+ createEmployment: Maybe<CreateEmploymentPayload>;
332
+ createEngagementTestimonial: Maybe<CreateEngagementTestimonialPayload>;
333
+ createIndustryProfile: Maybe<CreateIndustryProfilePayload>;
334
+ createPayoneerPaymentOption: Maybe<CreatePayoneerPaymentOptionPayload>;
335
+ createPortfolioItem: Maybe<CreatePortfolioItemPayload>;
336
+ createToptalPaymentAccount: Maybe<CreateToptalPaymentAccountPayload>;
337
+ createTravelVisa: Maybe<CreateTravelVisaPayload>;
338
+ dismissTestimonialNotification: Maybe<DismissTestimonialNotificationPayload>;
339
+ highlightCertification: Maybe<HighlightCertificationPayload>;
340
+ highlightEducation: Maybe<HighlightEducationPayload>;
341
+ highlightEmployment: Maybe<HighlightEmploymentPayload>;
342
+ highlightPortfolioItem: Maybe<HighlightPortfolioItemPayload>;
343
+ logOut: Maybe<LogOutPayload>;
344
+ removeCertification: Maybe<RemoveCertificationPayload>;
345
+ removeEducation: Maybe<RemoveEducationPayload>;
346
+ removeEmployment: Maybe<RemoveEmploymentPayload>;
347
+ removePortfolioItem: Maybe<RemovePortfolioItemPayload>;
348
+ removeProfileSkillSet: Maybe<RemoveProfileSkillSetPayload>;
349
+ removeProfileSkillSetConnection: Maybe<RemoveProfileSkillSetConnectionPayload>;
350
+ removeTravelVisa: Maybe<RemoveTravelVisaPayload>;
351
+ requestTaxForm: Maybe<RequestTaxFormPayload>;
352
+ sendContracts: Maybe<SendContractsPayload>;
353
+ submitForReview: Maybe<SubmitForReviewPayload>;
354
+ updateAdvancedProfileWizardStatus: Maybe<UpdateAdvancedProfileWizardStatusPayload>;
355
+ updateBasicInfo: Maybe<UpdateBasicInfoPayload>;
356
+ updateCertification: Maybe<UpdateCertificationPayload>;
357
+ updateCustomRequirements: Maybe<UpdateCustomRequirementsPayload>;
358
+ updateEducation: Maybe<UpdateEducationPayload>;
359
+ updateEmployment: Maybe<UpdateEmploymentPayload>;
360
+ updateExternalProfiles: Maybe<UpdateExternalProfilesPayload>;
361
+ updateIndustryProfile: Maybe<UpdateIndustryProfilePayload>;
362
+ updatePhoto: Maybe<UpdatePhotoPayload>;
363
+ updatePortfolioItem: Maybe<UpdatePortfolioItemPayload>;
364
+ updateProfileSkillSetExperience: Maybe<UpdateProfileSkillSetExperiencePayload>;
365
+ updateProfileSkillSetPublicity: Maybe<UpdateProfileSkillSetPublicityPayload>;
366
+ updateProfileSkillSetRating: Maybe<UpdateProfileSkillSetRatingPayload>;
367
+ updateTravelVisa: Maybe<UpdateTravelVisaPayload>;
368
+ updateWorkingHours: Maybe<UpdateWorkingHoursPayload>;
369
+ uploadPortfolioCoverImage: Maybe<UploadPortfolioCoverImagePayload>;
370
+ uploadPortfolioFile: Maybe<UploadPortfolioFilePayload>;
371
+ uploadResume: Maybe<UploadResumePayload>;
372
+ };
373
+ export type MutationAcceptAgreementArgs = {
374
+ input: InputMaybe<Scalars['Unknown']['input']>;
375
+ };
376
+ export type MutationAcceptFreelanceTalentAgreementArgs = {
377
+ input: AcceptFreelanceTalentAgreementInput;
378
+ };
379
+ export type MutationAcceptTrainingArgs = {
380
+ input: InputMaybe<Scalars['Unknown']['input']>;
381
+ };
382
+ export type MutationAddProfileSkillSetArgs = {
383
+ input: AddProfileSkillSetInput;
384
+ };
385
+ export type MutationAddProfileSkillSetConnectionArgs = {
386
+ input: InputMaybe<Scalars['Unknown']['input']>;
387
+ };
388
+ export type MutationApproveItemReviewArgs = {
389
+ input: ApproveItemReviewInput;
390
+ };
391
+ export type MutationApproveSectionReviewArgs = {
392
+ input: ApproveSectionReviewInput;
393
+ };
394
+ export type MutationCancelResumeUploadArgs = {
395
+ input: CancelResumeUploadInput;
396
+ };
397
+ export type MutationChangePortfolioItemPositionArgs = {
398
+ input: ChangePortfolioItemPositionInput;
399
+ };
400
+ export type MutationCreateCertificationArgs = {
401
+ input: CreateCertificationInput;
402
+ };
403
+ export type MutationCreateEducationArgs = {
404
+ input: CreateEducationInput;
405
+ };
406
+ export type MutationCreateEmploymentArgs = {
407
+ input: CreateEmploymentInput;
408
+ };
409
+ export type MutationCreateEngagementTestimonialArgs = {
410
+ input: CreateEngagementTestimonialInput;
411
+ };
412
+ export type MutationCreateIndustryProfileArgs = {
413
+ input: CreateIndustryProfileInput;
414
+ };
415
+ export type MutationCreatePayoneerPaymentOptionArgs = {
416
+ input: CreatePayoneerPaymentOptionInput;
417
+ };
418
+ export type MutationCreatePortfolioItemArgs = {
419
+ input: CreatePortfolioItemInput;
420
+ };
421
+ export type MutationCreateToptalPaymentAccountArgs = {
422
+ input: CreateToptalPaymentAccountInput;
423
+ };
424
+ export type MutationCreateTravelVisaArgs = {
425
+ input: CreateTravelVisaInput;
426
+ };
427
+ export type MutationDismissTestimonialNotificationArgs = {
428
+ input: DismissTestimonialNotificationInput;
429
+ };
430
+ export type MutationHighlightCertificationArgs = {
431
+ input: InputMaybe<Scalars['Unknown']['input']>;
432
+ };
433
+ export type MutationHighlightEducationArgs = {
434
+ input: InputMaybe<Scalars['Unknown']['input']>;
435
+ };
436
+ export type MutationHighlightEmploymentArgs = {
437
+ input: InputMaybe<Scalars['Unknown']['input']>;
438
+ };
439
+ export type MutationHighlightPortfolioItemArgs = {
440
+ input: InputMaybe<Scalars['Unknown']['input']>;
441
+ };
442
+ export type MutationLogOutArgs = {
443
+ input: LogOutInput;
444
+ };
445
+ export type MutationRemoveCertificationArgs = {
446
+ input: RemoveCertificationInput;
447
+ };
448
+ export type MutationRemoveEducationArgs = {
449
+ input: RemoveEducationInput;
450
+ };
451
+ export type MutationRemoveEmploymentArgs = {
452
+ input: RemoveEmploymentInput;
453
+ };
454
+ export type MutationRemovePortfolioItemArgs = {
455
+ input: RemovePortfolioItemInput;
456
+ };
457
+ export type MutationRemoveProfileSkillSetArgs = {
458
+ input: RemoveProfileSkillSetInput;
459
+ };
460
+ export type MutationRemoveProfileSkillSetConnectionArgs = {
461
+ input: InputMaybe<Scalars['Unknown']['input']>;
462
+ };
463
+ export type MutationRemoveTravelVisaArgs = {
464
+ input: RemoveTravelVisaInput;
465
+ };
466
+ export type MutationRequestTaxFormArgs = {
467
+ input: RequestTaxFormInput;
468
+ };
469
+ export type MutationSendContractsArgs = {
470
+ input: SendContractsInput;
471
+ };
472
+ export type MutationSubmitForReviewArgs = {
473
+ input: SubmitForReviewInput;
474
+ };
475
+ export type MutationUpdateAdvancedProfileWizardStatusArgs = {
476
+ input: UpdateAdvancedProfileWizardStatusInput;
477
+ };
478
+ export type MutationUpdateBasicInfoArgs = {
479
+ input: UpdateBasicInfoInput;
480
+ };
481
+ export type MutationUpdateCertificationArgs = {
482
+ input: UpdateCertificationInput;
483
+ };
484
+ export type MutationUpdateCustomRequirementsArgs = {
485
+ input: UpdateCustomRequirementsInput;
486
+ };
487
+ export type MutationUpdateEducationArgs = {
488
+ input: UpdateEducationInput;
489
+ };
490
+ export type MutationUpdateEmploymentArgs = {
491
+ input: UpdateEmploymentInput;
492
+ };
493
+ export type MutationUpdateExternalProfilesArgs = {
494
+ input: UpdateExternalProfilesInput;
495
+ };
496
+ export type MutationUpdateIndustryProfileArgs = {
497
+ input: UpdateIndustryProfileInput;
498
+ };
499
+ export type MutationUpdatePhotoArgs = {
500
+ input: UpdatePhotoInput;
501
+ };
502
+ export type MutationUpdatePortfolioItemArgs = {
503
+ input: UpdatePortfolioItemInput;
504
+ };
505
+ export type MutationUpdateProfileSkillSetExperienceArgs = {
506
+ input: UpdateProfileSkillSetExperienceInput;
507
+ };
508
+ export type MutationUpdateProfileSkillSetPublicityArgs = {
509
+ input: UpdateProfileSkillSetPublicityInput;
510
+ };
511
+ export type MutationUpdateProfileSkillSetRatingArgs = {
512
+ input: UpdateProfileSkillSetRatingInput;
513
+ };
514
+ export type MutationUpdateTravelVisaArgs = {
515
+ input: UpdateTravelVisaInput;
516
+ };
517
+ export type MutationUpdateWorkingHoursArgs = {
518
+ input: UpdateWorkingHoursInput;
519
+ };
520
+ export type MutationUploadPortfolioCoverImageArgs = {
521
+ input: InputMaybe<Scalars['Unknown']['input']>;
522
+ };
523
+ export type MutationUploadPortfolioFileArgs = {
524
+ input: InputMaybe<Scalars['Unknown']['input']>;
525
+ };
526
+ export type MutationUploadResumeArgs = {
527
+ input: UploadResumeInput;
528
+ };
529
+ export type MutationResult = {
530
+ errors: Maybe<UserError>;
531
+ notice: Maybe<Scalars['Unknown']['output']>;
532
+ success: Maybe<Scalars['Unknown']['output']>;
533
+ };
534
+ export type Node = {
535
+ id: Maybe<Scalars['Unknown']['output']>;
536
+ };
537
+ export type Payoneer = {
538
+ canLeave: Maybe<Scalars['Unknown']['output']>;
539
+ comment: Maybe<Scalars['Unknown']['output']>;
540
+ id: Maybe<Scalars['Unknown']['output']>;
541
+ isSelected: Maybe<Scalars['Unknown']['output']>;
542
+ nameOnAccount: Maybe<Scalars['Unknown']['output']>;
543
+ paymentMethod: Maybe<Scalars['Unknown']['output']>;
544
+ payoneerId: Maybe<Scalars['Unknown']['output']>;
545
+ status: Maybe<Scalars['Unknown']['output']>;
546
+ };
547
+ export type PortfolioCoverImageTransformationInput = {
548
+ _placeholder: InputMaybe<Scalars['String']['input']>;
549
+ };
550
+ export type PortfolioItem = {
551
+ accomplishment: Maybe<Scalars['Unknown']['output']>;
552
+ clientOrCompanyLogoUrl: Maybe<Scalars['Unknown']['output']>;
553
+ clientOrCompanyName: Maybe<Scalars['Unknown']['output']>;
554
+ coverImage: Maybe<Scalars['Unknown']['output']>;
555
+ description: Maybe<Scalars['Unknown']['output']>;
556
+ details: Maybe<PortfolioItemImageBlock>;
557
+ engagement: Maybe<Scalars['Unknown']['output']>;
558
+ files: Maybe<PortfolioItemFileConnection>;
559
+ highlight: Maybe<Scalars['Unknown']['output']>;
560
+ id: Maybe<Scalars['Unknown']['output']>;
561
+ industries: Maybe<Scalars['Unknown']['output']>;
562
+ kpis: Maybe<Scalars['Unknown']['output']>;
563
+ link: Maybe<Scalars['Unknown']['output']>;
564
+ publicationPermit: Maybe<Scalars['Unknown']['output']>;
565
+ quotes: Maybe<Scalars['Unknown']['output']>;
566
+ showViaToptal: Maybe<Scalars['Unknown']['output']>;
567
+ skills: Maybe<Scalars['Unknown']['output']>;
568
+ title: Maybe<Scalars['Unknown']['output']>;
569
+ toptalRelated: Maybe<Scalars['Unknown']['output']>;
570
+ websiteUrl: Maybe<Scalars['Unknown']['output']>;
571
+ };
572
+ export type PortfolioItemFile = {
573
+ contentType: Maybe<Scalars['Unknown']['output']>;
574
+ description: Maybe<Scalars['Unknown']['output']>;
575
+ title: Maybe<Scalars['Unknown']['output']>;
576
+ };
577
+ export type PortfolioItemFileConnection = {
578
+ nodes: Maybe<PortfolioItemFilePdf>;
579
+ };
580
+ export type PortfolioItemFileImage = {
581
+ id: Maybe<Scalars['Unknown']['output']>;
582
+ image: Maybe<PortfolioItemFileImageContent>;
583
+ };
584
+ export type PortfolioItemFileImageContent = {
585
+ optimizedUrl: Maybe<Scalars['Unknown']['output']>;
586
+ thumbUrl: Maybe<Scalars['Unknown']['output']>;
587
+ };
588
+ export type PortfolioItemFilePdf = {
589
+ fileUrl: Maybe<Scalars['Unknown']['output']>;
590
+ id: Maybe<Scalars['Unknown']['output']>;
591
+ primaryContentType: Maybe<Scalars['Unknown']['output']>;
592
+ };
593
+ export type PortfolioItemGalleryBlock = {
594
+ id: Maybe<Scalars['Unknown']['output']>;
595
+ items: Maybe<Scalars['Unknown']['output']>;
596
+ title: Maybe<Scalars['Unknown']['output']>;
597
+ };
598
+ export type PortfolioItemImageBlock = {
599
+ id: Maybe<Scalars['Unknown']['output']>;
600
+ image: Maybe<Scalars['Unknown']['output']>;
601
+ title: Maybe<Scalars['Unknown']['output']>;
602
+ };
603
+ export type PortfolioItemTextBlock = {
604
+ contentHast: Maybe<Scalars['Unknown']['output']>;
605
+ id: Maybe<Scalars['Unknown']['output']>;
606
+ title: Maybe<Scalars['Unknown']['output']>;
607
+ };
608
+ export type PortfolioItemVideoBlock = {
609
+ id: Maybe<Scalars['Unknown']['output']>;
610
+ title: Maybe<Scalars['Unknown']['output']>;
611
+ videoUrl: Maybe<Scalars['Unknown']['output']>;
612
+ };
613
+ export type PortfolioItemsCountRecommendation = {
614
+ minimumCount: Maybe<Scalars['Unknown']['output']>;
615
+ };
616
+ export type PortfolioItemsMissingIndustryRecommendation = {
617
+ portfolioItems: Maybe<Scalars['Unknown']['output']>;
618
+ };
619
+ export type Profile = {
620
+ about: Maybe<Scalars['Unknown']['output']>;
621
+ advancedProfileWizardStatus: Maybe<Scalars['Unknown']['output']>;
622
+ availableShiftRangeFrom: Maybe<Scalars['Unknown']['output']>;
623
+ availableShiftRangeTo: Maybe<Scalars['Unknown']['output']>;
624
+ basicInfoIndustries: Maybe<Scalars['Unknown']['output']>;
625
+ behance: Maybe<Scalars['Unknown']['output']>;
626
+ certifications: Maybe<Scalars['Unknown']['output']>;
627
+ citizenship: Maybe<Scalars['Unknown']['output']>;
628
+ city: Maybe<Scalars['Unknown']['output']>;
629
+ country: Maybe<Scalars['Unknown']['output']>;
630
+ customRequirements: Maybe<CustomRequirements>;
631
+ dribbble: Maybe<Scalars['Unknown']['output']>;
632
+ educations: Maybe<Scalars['Unknown']['output']>;
633
+ employments: Maybe<Scalars['Unknown']['output']>;
634
+ engagements: Maybe<Scalars['Unknown']['output']>;
635
+ expectedEmploymentItems: Maybe<Scalars['Unknown']['output']>;
636
+ experiments: Maybe<Scalars['Unknown']['output']>;
637
+ fullName: Maybe<Scalars['Unknown']['output']>;
638
+ github: Maybe<Scalars['Unknown']['output']>;
639
+ id: Maybe<Scalars['Unknown']['output']>;
640
+ jsonapiId: Maybe<Scalars['Unknown']['output']>;
641
+ languages: Maybe<Scalars['Unknown']['output']>;
642
+ legalName: Maybe<Scalars['Unknown']['output']>;
643
+ linkedin: Maybe<Scalars['Unknown']['output']>;
644
+ links: Maybe<Scalars['Unknown']['output']>;
645
+ phoneNumber: Maybe<Scalars['Unknown']['output']>;
646
+ photo: Maybe<Scalars['Unknown']['output']>;
647
+ placeIdentity: Maybe<Scalars['Unknown']['output']>;
648
+ portfolioItems: Maybe<Scalars['Unknown']['output']>;
649
+ prefillStatusEnum: Maybe<Scalars['Unknown']['output']>;
650
+ profileCompletion: Maybe<ProfileCompletion>;
651
+ profileReadiness: Maybe<Scalars['Unknown']['output']>;
652
+ quote: Maybe<Scalars['Unknown']['output']>;
653
+ recommendations: Maybe<Scalars['Unknown']['output']>;
654
+ reportingToAutocomplete: Maybe<Scalars['Unknown']['output']>;
655
+ roleType: Maybe<Scalars['Unknown']['output']>;
656
+ skillSets: Maybe<Scalars['Unknown']['output']>;
657
+ skillsAutocomplete: Maybe<Scalars['Unknown']['output']>;
658
+ skillsReadiness: Maybe<Scalars['Unknown']['output']>;
659
+ skype: Maybe<Scalars['Unknown']['output']>;
660
+ softwareSkills: Maybe<Scalars['Unknown']['output']>;
661
+ submitAvailable: Maybe<Scalars['Unknown']['output']>;
662
+ talent: Maybe<Scalars['Unknown']['output']>;
663
+ talentEngagementAutocomplete: Maybe<Scalars['Unknown']['output']>;
664
+ timeZone: Maybe<Scalars['Unknown']['output']>;
665
+ toptalYearsOfExperience: Maybe<Scalars['Unknown']['output']>;
666
+ travelVisas: Maybe<Scalars['Unknown']['output']>;
667
+ twitter: Maybe<Scalars['Unknown']['output']>;
668
+ updatedByTalentAt: Maybe<Scalars['Unknown']['output']>;
669
+ versions: Maybe<Scalars['Unknown']['output']>;
670
+ vertical: Maybe<Scalars['Unknown']['output']>;
671
+ website: Maybe<Scalars['Unknown']['output']>;
672
+ workingTimeFrom: Maybe<Scalars['Unknown']['output']>;
673
+ workingTimeTo: Maybe<Scalars['Unknown']['output']>;
674
+ };
675
+ export type ProfileReportingToAutocompleteArgs = {
676
+ limit: InputMaybe<Scalars['Unknown']['input']>;
677
+ name: InputMaybe<Scalars['Unknown']['input']>;
678
+ };
679
+ export type ProfileSkillsAutocompleteArgs = {
680
+ limit: InputMaybe<Scalars['Unknown']['input']>;
681
+ search: InputMaybe<Scalars['Unknown']['input']>;
682
+ withoutIds: InputMaybe<Scalars['Unknown']['input']>;
683
+ };
684
+ export type ProfileTalentEngagementAutocompleteArgs = {
685
+ id: InputMaybe<Scalars['Unknown']['input']>;
686
+ };
687
+ export type ProfileCompletion = {
688
+ basicInformation: Maybe<Scalars['Unknown']['output']>;
689
+ certificationItemsCount: Maybe<Scalars['Unknown']['output']>;
690
+ educationItemsCount: Maybe<Scalars['Unknown']['output']>;
691
+ employmentItems: Maybe<Scalars['Unknown']['output']>;
692
+ headshot: Maybe<Scalars['Unknown']['output']>;
693
+ overall: Maybe<Scalars['Unknown']['output']>;
694
+ portfolioItems: Maybe<Scalars['Unknown']['output']>;
695
+ skills: Maybe<Scalars['Unknown']['output']>;
696
+ timezone: Maybe<Scalars['Unknown']['output']>;
697
+ };
698
+ export type ProfileFreshnessRecommendation = {
699
+ certificationsStatus: Maybe<Scalars['Unknown']['output']>;
700
+ educationsStatus: Maybe<Scalars['Unknown']['output']>;
701
+ portfolioItemsStatus: Maybe<Scalars['Unknown']['output']>;
702
+ skillsStatus: Maybe<Scalars['Unknown']['output']>;
703
+ workExperiencesStatus: Maybe<Scalars['Unknown']['output']>;
704
+ };
705
+ export type ProfileSkillSet = {
706
+ connections: Maybe<Scalars['Unknown']['output']>;
707
+ experience: Maybe<Scalars['Unknown']['output']>;
708
+ id: Maybe<Scalars['Unknown']['output']>;
709
+ position: Maybe<Scalars['Unknown']['output']>;
710
+ public: Maybe<Scalars['Unknown']['output']>;
711
+ rating: Maybe<Scalars['Unknown']['output']>;
712
+ skill: Maybe<Scalars['Unknown']['output']>;
713
+ };
714
+ export type Query = {
715
+ activation: Maybe<Scalars['Unknown']['output']>;
716
+ agreement: Maybe<Scalars['Unknown']['output']>;
717
+ agreementAcceptance: Maybe<Scalars['Unknown']['output']>;
718
+ countries: Maybe<Scalars['Unknown']['output']>;
719
+ employersAutocomplete: Maybe<Employer>;
720
+ freelanceTalentAgreement: Maybe<Scalars['Unknown']['output']>;
721
+ industriesAutocomplete: Maybe<Industry>;
722
+ languages: Maybe<Scalars['Unknown']['output']>;
723
+ links: Maybe<Scalars['Unknown']['output']>;
724
+ node: Maybe<IndustryProfile>;
725
+ profile: Maybe<Profile>;
726
+ sectionReviews: Maybe<SectionReview>;
727
+ stepSupportStaff: Maybe<Scalars['Unknown']['output']>;
728
+ supportStaff: Maybe<Scalars['Unknown']['output']>;
729
+ taxForms: Maybe<TaxForm>;
730
+ timeZones: Maybe<Scalars['Unknown']['output']>;
731
+ viewer: Maybe<Scalars['Unknown']['output']>;
732
+ };
733
+ export type QueryEmployersAutocompleteArgs = {
734
+ limit: Scalars['Int']['input'];
735
+ search: Scalars['String']['input'];
736
+ };
737
+ export type QueryIndustriesAutocompleteArgs = {
738
+ limit: Scalars['Int']['input'];
739
+ search: Scalars['String']['input'];
740
+ withoutIds: InputMaybe<Array<Scalars['ID']['input']>>;
741
+ };
742
+ export type QueryNodeArgs = {
743
+ id: Scalars['ID']['input'];
744
+ };
745
+ export type QueryProfileArgs = {
746
+ id: Scalars['ID']['input'];
747
+ };
748
+ export type QuerySectionReviewsArgs = {
749
+ id: Scalars['ID']['input'];
750
+ };
751
+ export type QueryStepSupportStaffArgs = {
752
+ stepId: Scalars['ID']['input'];
753
+ };
754
+ export type QuerySupportStaffArgs = {
755
+ settingsName: Scalars['SettingName']['input'];
756
+ };
757
+ export type RemoveCertificationInput = {
758
+ _placeholder: InputMaybe<Scalars['String']['input']>;
759
+ };
760
+ export type RemoveCertificationPayload = {
761
+ errors: Maybe<UserError>;
762
+ profile: Maybe<Profile>;
763
+ success: Maybe<Scalars['Unknown']['output']>;
764
+ };
765
+ export type RemoveEducationInput = {
766
+ _placeholder: InputMaybe<Scalars['String']['input']>;
767
+ };
768
+ export type RemoveEducationPayload = {
769
+ errors: Maybe<UserError>;
770
+ notice: Maybe<Scalars['Unknown']['output']>;
771
+ profile: Maybe<Profile>;
772
+ success: Maybe<Scalars['Unknown']['output']>;
773
+ };
774
+ export type RemoveEmploymentInput = {
775
+ _placeholder: InputMaybe<Scalars['String']['input']>;
776
+ };
777
+ export type RemoveEmploymentPayload = {
778
+ errors: Maybe<UserError>;
779
+ notice: Maybe<Scalars['Unknown']['output']>;
780
+ profile: Maybe<Profile>;
781
+ success: Maybe<Scalars['Unknown']['output']>;
782
+ };
783
+ export type RemovePortfolioItemInput = {
784
+ _placeholder: InputMaybe<Scalars['String']['input']>;
785
+ };
786
+ export type RemovePortfolioItemPayload = {
787
+ profile: Maybe<Profile>;
788
+ };
789
+ export type RemoveProfileSkillSetConnectionPayload = {
790
+ errors: Maybe<UserError>;
791
+ notice: Maybe<Scalars['Unknown']['output']>;
792
+ profile: Maybe<Scalars['Unknown']['output']>;
793
+ skillSet: Maybe<Scalars['Unknown']['output']>;
794
+ success: Maybe<Scalars['Unknown']['output']>;
795
+ };
796
+ export type RemoveProfileSkillSetInput = {
797
+ _placeholder: InputMaybe<Scalars['String']['input']>;
798
+ };
799
+ export type RemoveProfileSkillSetPayload = {
800
+ errors: Maybe<UserError>;
801
+ profile: Maybe<Scalars['Unknown']['output']>;
802
+ success: Maybe<Scalars['Unknown']['output']>;
803
+ };
804
+ export type RemoveTravelVisaInput = {
805
+ _placeholder: InputMaybe<Scalars['String']['input']>;
806
+ };
807
+ export type RemoveTravelVisaPayload = {
808
+ errors: Maybe<UserError>;
809
+ profile: Maybe<Scalars['Unknown']['output']>;
810
+ };
811
+ export type RequestTaxFormInput = {
812
+ _placeholder: InputMaybe<Scalars['String']['input']>;
813
+ };
814
+ export type RequestTaxFormPayload = {
815
+ errors: Maybe<UserError>;
816
+ notice: Maybe<Scalars['Unknown']['output']>;
817
+ success: Maybe<Scalars['Unknown']['output']>;
818
+ talent: Maybe<Scalars['Unknown']['output']>;
819
+ };
820
+ export type SectionReview = {
821
+ id: Maybe<Scalars['Unknown']['output']>;
822
+ items: Maybe<Scalars['Unknown']['output']>;
823
+ requestedAt: Maybe<Scalars['Unknown']['output']>;
824
+ section: Maybe<Scalars['Unknown']['output']>;
825
+ };
826
+ export type SendContractsInput = {
827
+ _placeholder: InputMaybe<Scalars['String']['input']>;
828
+ };
829
+ export type SendContractsPayload = {
830
+ errors: Maybe<UserError>;
831
+ notice: Maybe<Scalars['Unknown']['output']>;
832
+ success: Maybe<Scalars['Unknown']['output']>;
833
+ talent: Maybe<Scalars['Unknown']['output']>;
834
+ };
835
+ export type SkillSetsMissingConnectionsRecommendation = {
836
+ skillSets: Maybe<Scalars['Unknown']['output']>;
837
+ };
838
+ export type SubmitForReviewInput = {
839
+ _placeholder: InputMaybe<Scalars['String']['input']>;
840
+ };
841
+ export type SubmitForReviewPayload = {
842
+ activation: Maybe<Activation>;
843
+ errors: Maybe<Scalars['Unknown']['output']>;
844
+ notice: Maybe<Scalars['Unknown']['output']>;
845
+ success: Maybe<Scalars['Unknown']['output']>;
846
+ };
847
+ export type Talent = {
848
+ id: Maybe<Scalars['Unknown']['output']>;
849
+ paymentOptions: Maybe<Payoneer>;
850
+ };
851
+ export type TalentEngagement = {
852
+ clientName: Maybe<Scalars['Unknown']['output']>;
853
+ endDate: Maybe<Scalars['Unknown']['output']>;
854
+ id: Maybe<Scalars['Unknown']['output']>;
855
+ jobPlainId: Maybe<Scalars['Unknown']['output']>;
856
+ jobTitle: Maybe<Scalars['Unknown']['output']>;
857
+ startDate: Maybe<Scalars['Unknown']['output']>;
858
+ status: Maybe<Scalars['Unknown']['output']>;
859
+ };
860
+ export type TalentProfileVersion = {
861
+ id: Maybe<Scalars['Unknown']['output']>;
862
+ snapshotText: Maybe<Scalars['Unknown']['output']>;
863
+ };
864
+ export type TaxForm = {
865
+ description: Maybe<Scalars['Unknown']['output']>;
866
+ formType: Maybe<Scalars['Unknown']['output']>;
867
+ title: Maybe<Scalars['Unknown']['output']>;
868
+ };
869
+ export type TestimonialEngagementRecommendation = {
870
+ engagements: Maybe<Scalars['Unknown']['output']>;
871
+ };
872
+ export type ToptalPayments = {
873
+ firstName: Maybe<Scalars['Unknown']['output']>;
874
+ lastName: Maybe<Scalars['Unknown']['output']>;
875
+ phoneNumber: Maybe<Scalars['Unknown']['output']>;
876
+ postalCode: Maybe<Scalars['Unknown']['output']>;
877
+ };
878
+ export type TravelVisa = {
879
+ country: Maybe<Scalars['Unknown']['output']>;
880
+ expiryDate: Maybe<Scalars['Unknown']['output']>;
881
+ id: Maybe<Scalars['Unknown']['output']>;
882
+ visaType: Maybe<Scalars['Unknown']['output']>;
883
+ };
884
+ export type UpdateAdvancedProfileWizardStatusInput = {
885
+ _placeholder: InputMaybe<Scalars['String']['input']>;
886
+ };
887
+ export type UpdateAdvancedProfileWizardStatusPayload = {
888
+ errors: Maybe<UserError>;
889
+ notice: Maybe<Scalars['Unknown']['output']>;
890
+ profile: Maybe<Profile>;
891
+ success: Maybe<Scalars['Unknown']['output']>;
892
+ };
893
+ export type UpdateBasicInfoInput = {
894
+ _placeholder: InputMaybe<Scalars['String']['input']>;
895
+ };
896
+ export type UpdateBasicInfoPayload = {
897
+ errors: Maybe<UserError>;
898
+ notice: Maybe<Scalars['Unknown']['output']>;
899
+ profile: Maybe<Profile>;
900
+ success: Maybe<Scalars['Unknown']['output']>;
901
+ };
902
+ export type UpdateCertificationInput = {
903
+ _placeholder: InputMaybe<Scalars['String']['input']>;
904
+ };
905
+ export type UpdateCertificationPayload = {
906
+ errors: Maybe<UserError>;
907
+ notice: Maybe<Scalars['Unknown']['output']>;
908
+ profile: Maybe<Profile>;
909
+ success: Maybe<Scalars['Unknown']['output']>;
910
+ };
911
+ export type UpdateCustomRequirementsInput = {
912
+ _placeholder: InputMaybe<Scalars['String']['input']>;
913
+ };
914
+ export type UpdateCustomRequirementsPayload = {
915
+ errors: Maybe<UserError>;
916
+ notice: Maybe<Scalars['Unknown']['output']>;
917
+ profile: Maybe<Profile>;
918
+ success: Maybe<Scalars['Unknown']['output']>;
919
+ };
920
+ export type UpdateEducationInput = {
921
+ _placeholder: InputMaybe<Scalars['String']['input']>;
922
+ };
923
+ export type UpdateEducationPayload = {
924
+ errors: Maybe<UserError>;
925
+ notice: Maybe<Scalars['Unknown']['output']>;
926
+ profile: Maybe<Profile>;
927
+ success: Maybe<Scalars['Unknown']['output']>;
928
+ };
929
+ export type UpdateEmploymentInput = {
930
+ _placeholder: InputMaybe<Scalars['String']['input']>;
931
+ };
932
+ export type UpdateEmploymentPayload = {
933
+ errors: Maybe<UserError>;
934
+ notice: Maybe<Scalars['Unknown']['output']>;
935
+ profile: Maybe<Profile>;
936
+ success: Maybe<Scalars['Unknown']['output']>;
937
+ };
938
+ export type UpdateExternalProfilesInput = {
939
+ _placeholder: InputMaybe<Scalars['String']['input']>;
940
+ };
941
+ export type UpdateExternalProfilesPayload = {
942
+ errors: Maybe<UserError>;
943
+ notice: Maybe<Scalars['Unknown']['output']>;
944
+ profile: Maybe<Profile>;
945
+ success: Maybe<Scalars['Unknown']['output']>;
946
+ };
947
+ export type UpdateIndustryProfileInput = {
948
+ _placeholder: InputMaybe<Scalars['String']['input']>;
949
+ };
950
+ export type UpdateIndustryProfilePayload = {
951
+ errors: Maybe<UserError>;
952
+ success: Maybe<Scalars['Unknown']['output']>;
953
+ };
954
+ export type UpdatePhotoInput = {
955
+ _placeholder: InputMaybe<Scalars['String']['input']>;
956
+ };
957
+ export type UpdatePhotoPayload = {
958
+ errors: Maybe<UserError>;
959
+ profile: Maybe<Profile>;
960
+ success: Maybe<Scalars['Unknown']['output']>;
961
+ };
962
+ export type UpdatePortfolioItemInput = {
963
+ _placeholder: InputMaybe<Scalars['String']['input']>;
964
+ };
965
+ export type UpdatePortfolioItemPayload = {
966
+ profile: Maybe<Profile>;
967
+ };
968
+ export type UpdateProfileSkillSetExperienceInput = {
969
+ _placeholder: InputMaybe<Scalars['String']['input']>;
970
+ };
971
+ export type UpdateProfileSkillSetExperiencePayload = {
972
+ errors: Maybe<UserError>;
973
+ notice: Maybe<Scalars['Unknown']['output']>;
974
+ profile: Maybe<Profile>;
975
+ skillSet: Maybe<Scalars['Unknown']['output']>;
976
+ success: Maybe<Scalars['Unknown']['output']>;
977
+ };
978
+ export type UpdateProfileSkillSetPublicityInput = {
979
+ _placeholder: InputMaybe<Scalars['String']['input']>;
980
+ };
981
+ export type UpdateProfileSkillSetPublicityPayload = {
982
+ errors: Maybe<UserError>;
983
+ notice: Maybe<Scalars['Unknown']['output']>;
984
+ profile: Maybe<Profile>;
985
+ skillSet: Maybe<Scalars['Unknown']['output']>;
986
+ success: Maybe<Scalars['Unknown']['output']>;
987
+ };
988
+ export type UpdateProfileSkillSetRatingInput = {
989
+ _placeholder: InputMaybe<Scalars['String']['input']>;
990
+ };
991
+ export type UpdateProfileSkillSetRatingPayload = {
992
+ errors: Maybe<UserError>;
993
+ notice: Maybe<Scalars['Unknown']['output']>;
994
+ profile: Maybe<Profile>;
995
+ skillSet: Maybe<Scalars['Unknown']['output']>;
996
+ success: Maybe<Scalars['Unknown']['output']>;
997
+ };
998
+ export type UpdateTravelVisaInput = {
999
+ _placeholder: InputMaybe<Scalars['String']['input']>;
1000
+ };
1001
+ export type UpdateTravelVisaPayload = {
1002
+ errors: Maybe<UserError>;
1003
+ profile: Maybe<Profile>;
1004
+ };
1005
+ export type UpdateWorkingHoursInput = {
1006
+ _placeholder: InputMaybe<Scalars['String']['input']>;
1007
+ };
1008
+ export type UpdateWorkingHoursPayload = {
1009
+ errors: Maybe<UserError>;
1010
+ notice: Maybe<Scalars['Unknown']['output']>;
1011
+ profile: Maybe<Profile>;
1012
+ success: Maybe<Scalars['Unknown']['output']>;
1013
+ };
1014
+ export type UploadPortfolioCoverImagePayload = {
1015
+ coverImageCacheName: Maybe<Scalars['Unknown']['output']>;
1016
+ coverImageUrl: Maybe<Scalars['Unknown']['output']>;
1017
+ };
1018
+ export type UploadPortfolioFilePayload = {
1019
+ fileCacheName: Maybe<Scalars['Unknown']['output']>;
1020
+ fileUrl: Maybe<Scalars['Unknown']['output']>;
1021
+ };
1022
+ export type UploadResumeInput = {
1023
+ _placeholder: InputMaybe<Scalars['String']['input']>;
1024
+ };
1025
+ export type UploadResumePayload = {
1026
+ errors: Maybe<UserError>;
1027
+ success: Maybe<Scalars['Unknown']['output']>;
1028
+ };
1029
+ export type UserError = {
1030
+ code: Maybe<Scalars['Unknown']['output']>;
1031
+ key: Maybe<Scalars['Unknown']['output']>;
1032
+ message: Maybe<Scalars['Unknown']['output']>;
1033
+ };
1034
+ export type Verification = {
1035
+ id: Maybe<Scalars['Unknown']['output']>;
1036
+ link: Maybe<Scalars['Unknown']['output']>;
1037
+ status: Maybe<Scalars['Unknown']['output']>;
1038
+ updatedAt: Maybe<Scalars['Unknown']['output']>;
1039
+ };
1040
+ type Properties<T> = Required<{
1041
+ [K in keyof T]: z.ZodType<T[K]>;
1042
+ }>;
1043
+ type definedNonNullAny = {};
1044
+ export declare const isDefinedNonNullAny: (v: any) => v is definedNonNullAny;
1045
+ export declare const definedNonNullAnySchema: z.ZodAny & z.ZodType<definedNonNullAny, any, z.core.$ZodTypeInternals<definedNonNullAny, any>>;
1046
+ export declare function AcceptAgreementPayloadSchema(): z.ZodObject<Properties<AcceptAgreementPayload>>;
1047
+ export declare function AcceptFreelanceTalentAgreementInputSchema(): z.ZodObject<Properties<AcceptFreelanceTalentAgreementInput>>;
1048
+ export declare function AcceptFreelanceTalentAgreementPayloadSchema(): z.ZodObject<Properties<AcceptFreelanceTalentAgreementPayload>>;
1049
+ export declare function AcceptTrainingPayloadSchema(): z.ZodObject<Properties<AcceptTrainingPayload>>;
1050
+ export declare function ActivationSchema(): z.ZodObject<Properties<Activation>>;
1051
+ export declare function AddProfileSkillSetConnectionPayloadSchema(): z.ZodObject<Properties<AddProfileSkillSetConnectionPayload>>;
1052
+ export declare function AddProfileSkillSetInputSchema(): z.ZodObject<Properties<AddProfileSkillSetInput>>;
1053
+ export declare function AddProfileSkillSetPayloadSchema(): z.ZodObject<Properties<AddProfileSkillSetPayload>>;
1054
+ export declare function AdvancedProfileRecommendationSchema(): z.ZodObject<Properties<AdvancedProfileRecommendation>>;
1055
+ export declare function ApproveItemReviewInputSchema(): z.ZodObject<Properties<ApproveItemReviewInput>>;
1056
+ export declare function ApproveItemReviewPayloadSchema(): z.ZodObject<Properties<ApproveItemReviewPayload>>;
1057
+ export declare function ApproveSectionReviewInputSchema(): z.ZodObject<Properties<ApproveSectionReviewInput>>;
1058
+ export declare function ApproveSectionReviewPayloadSchema(): z.ZodObject<Properties<ApproveSectionReviewPayload>>;
1059
+ export declare function CancelResumeUploadInputSchema(): z.ZodObject<Properties<CancelResumeUploadInput>>;
1060
+ export declare function CancelResumeUploadPayloadSchema(): z.ZodObject<Properties<CancelResumeUploadPayload>>;
1061
+ export declare function CertificationSchema(): z.ZodObject<Properties<Certification>>;
1062
+ export declare function ChangePortfolioItemPositionInputSchema(): z.ZodObject<Properties<ChangePortfolioItemPositionInput>>;
1063
+ export declare function ChangePortfolioItemPositionPayloadSchema(): z.ZodObject<Properties<ChangePortfolioItemPositionPayload>>;
1064
+ export declare function ContractSchema(): z.ZodObject<Properties<Contract>>;
1065
+ export declare function CreateCertificationInputSchema(): z.ZodObject<Properties<CreateCertificationInput>>;
1066
+ export declare function CreateCertificationPayloadSchema(): z.ZodObject<Properties<CreateCertificationPayload>>;
1067
+ export declare function CreateEducationInputSchema(): z.ZodObject<Properties<CreateEducationInput>>;
1068
+ export declare function CreateEducationPayloadSchema(): z.ZodObject<Properties<CreateEducationPayload>>;
1069
+ export declare function CreateEmploymentInputSchema(): z.ZodObject<Properties<CreateEmploymentInput>>;
1070
+ export declare function CreateEmploymentPayloadSchema(): z.ZodObject<Properties<CreateEmploymentPayload>>;
1071
+ export declare function CreateEngagementTestimonialInputSchema(): z.ZodObject<Properties<CreateEngagementTestimonialInput>>;
1072
+ export declare function CreateEngagementTestimonialPayloadSchema(): z.ZodObject<Properties<CreateEngagementTestimonialPayload>>;
1073
+ export declare function CreateIndustryProfileInputSchema(): z.ZodObject<Properties<CreateIndustryProfileInput>>;
1074
+ export declare function CreateIndustryProfilePayloadSchema(): z.ZodObject<Properties<CreateIndustryProfilePayload>>;
1075
+ export declare function CreatePayoneerPaymentOptionInputSchema(): z.ZodObject<Properties<CreatePayoneerPaymentOptionInput>>;
1076
+ export declare function CreatePayoneerPaymentOptionPayloadSchema(): z.ZodObject<Properties<CreatePayoneerPaymentOptionPayload>>;
1077
+ export declare function CreatePortfolioItemInputSchema(): z.ZodObject<Properties<CreatePortfolioItemInput>>;
1078
+ export declare function CreatePortfolioItemPayloadSchema(): z.ZodObject<Properties<CreatePortfolioItemPayload>>;
1079
+ export declare function CreateToptalPaymentAccountInputSchema(): z.ZodObject<Properties<CreateToptalPaymentAccountInput>>;
1080
+ export declare function CreateToptalPaymentAccountPayloadSchema(): z.ZodObject<Properties<CreateToptalPaymentAccountPayload>>;
1081
+ export declare function CreateTravelVisaInputSchema(): z.ZodObject<Properties<CreateTravelVisaInput>>;
1082
+ export declare function CreateTravelVisaPayloadSchema(): z.ZodObject<Properties<CreateTravelVisaPayload>>;
1083
+ export declare function CustomRequirementsSchema(): z.ZodObject<Properties<CustomRequirements>>;
1084
+ export declare function DismissTestimonialNotificationInputSchema(): z.ZodObject<Properties<DismissTestimonialNotificationInput>>;
1085
+ export declare function DismissTestimonialNotificationPayloadSchema(): z.ZodObject<Properties<DismissTestimonialNotificationPayload>>;
1086
+ export declare function EducationSchema(): z.ZodObject<Properties<Education>>;
1087
+ export declare function EmployerSchema(): z.ZodObject<Properties<Employer>>;
1088
+ export declare function EmploymentSchema(): z.ZodObject<Properties<Employment>>;
1089
+ export declare function EmploymentsCountRecommendationSchema(): z.ZodObject<Properties<EmploymentsCountRecommendation>>;
1090
+ export declare function EmploymentsMissingDataRecommendationSchema(): z.ZodObject<Properties<EmploymentsMissingDataRecommendation>>;
1091
+ export declare function HighlightCertificationPayloadSchema(): z.ZodObject<Properties<HighlightCertificationPayload>>;
1092
+ export declare function HighlightEducationPayloadSchema(): z.ZodObject<Properties<HighlightEducationPayload>>;
1093
+ export declare function HighlightEmploymentPayloadSchema(): z.ZodObject<Properties<HighlightEmploymentPayload>>;
1094
+ export declare function HighlightPortfolioItemPayloadSchema(): z.ZodObject<Properties<HighlightPortfolioItemPayload>>;
1095
+ export declare function IndustrySchema(): z.ZodObject<Properties<Industry>>;
1096
+ export declare function IndustryProfileSchema(): z.ZodObject<Properties<IndustryProfile>>;
1097
+ export declare function LogOutInputSchema(): z.ZodObject<Properties<LogOutInput>>;
1098
+ export declare function LogOutPayloadSchema(): z.ZodObject<Properties<LogOutPayload>>;
1099
+ export declare function MutationResultSchema(): z.ZodObject<Properties<MutationResult>>;
1100
+ export declare function NodeSchema(): z.ZodObject<Properties<Node>>;
1101
+ export declare function PayoneerSchema(): z.ZodObject<Properties<Payoneer>>;
1102
+ export declare function PortfolioCoverImageTransformationInputSchema(): z.ZodObject<Properties<PortfolioCoverImageTransformationInput>>;
1103
+ export declare function PortfolioItemSchema(): z.ZodObject<Properties<PortfolioItem>>;
1104
+ export declare function PortfolioItemFileSchema(): z.ZodObject<Properties<PortfolioItemFile>>;
1105
+ export declare function PortfolioItemFileConnectionSchema(): z.ZodObject<Properties<PortfolioItemFileConnection>>;
1106
+ export declare function PortfolioItemFileImageSchema(): z.ZodObject<Properties<PortfolioItemFileImage>>;
1107
+ export declare function PortfolioItemFileImageContentSchema(): z.ZodObject<Properties<PortfolioItemFileImageContent>>;
1108
+ export declare function PortfolioItemFilePdfSchema(): z.ZodObject<Properties<PortfolioItemFilePdf>>;
1109
+ export declare function PortfolioItemGalleryBlockSchema(): z.ZodObject<Properties<PortfolioItemGalleryBlock>>;
1110
+ export declare function PortfolioItemImageBlockSchema(): z.ZodObject<Properties<PortfolioItemImageBlock>>;
1111
+ export declare function PortfolioItemTextBlockSchema(): z.ZodObject<Properties<PortfolioItemTextBlock>>;
1112
+ export declare function PortfolioItemVideoBlockSchema(): z.ZodObject<Properties<PortfolioItemVideoBlock>>;
1113
+ export declare function PortfolioItemsCountRecommendationSchema(): z.ZodObject<Properties<PortfolioItemsCountRecommendation>>;
1114
+ export declare function PortfolioItemsMissingIndustryRecommendationSchema(): z.ZodObject<Properties<PortfolioItemsMissingIndustryRecommendation>>;
1115
+ export declare function ProfileSchema(): z.ZodObject<Properties<Profile>>;
1116
+ export declare function ProfileReportingToAutocompleteArgsSchema(): z.ZodObject<Properties<ProfileReportingToAutocompleteArgs>>;
1117
+ export declare function ProfileSkillsAutocompleteArgsSchema(): z.ZodObject<Properties<ProfileSkillsAutocompleteArgs>>;
1118
+ export declare function ProfileTalentEngagementAutocompleteArgsSchema(): z.ZodObject<Properties<ProfileTalentEngagementAutocompleteArgs>>;
1119
+ export declare function ProfileCompletionSchema(): z.ZodObject<Properties<ProfileCompletion>>;
1120
+ export declare function ProfileFreshnessRecommendationSchema(): z.ZodObject<Properties<ProfileFreshnessRecommendation>>;
1121
+ export declare function ProfileSkillSetSchema(): z.ZodObject<Properties<ProfileSkillSet>>;
1122
+ export declare function RemoveCertificationInputSchema(): z.ZodObject<Properties<RemoveCertificationInput>>;
1123
+ export declare function RemoveCertificationPayloadSchema(): z.ZodObject<Properties<RemoveCertificationPayload>>;
1124
+ export declare function RemoveEducationInputSchema(): z.ZodObject<Properties<RemoveEducationInput>>;
1125
+ export declare function RemoveEducationPayloadSchema(): z.ZodObject<Properties<RemoveEducationPayload>>;
1126
+ export declare function RemoveEmploymentInputSchema(): z.ZodObject<Properties<RemoveEmploymentInput>>;
1127
+ export declare function RemoveEmploymentPayloadSchema(): z.ZodObject<Properties<RemoveEmploymentPayload>>;
1128
+ export declare function RemovePortfolioItemInputSchema(): z.ZodObject<Properties<RemovePortfolioItemInput>>;
1129
+ export declare function RemovePortfolioItemPayloadSchema(): z.ZodObject<Properties<RemovePortfolioItemPayload>>;
1130
+ export declare function RemoveProfileSkillSetConnectionPayloadSchema(): z.ZodObject<Properties<RemoveProfileSkillSetConnectionPayload>>;
1131
+ export declare function RemoveProfileSkillSetInputSchema(): z.ZodObject<Properties<RemoveProfileSkillSetInput>>;
1132
+ export declare function RemoveProfileSkillSetPayloadSchema(): z.ZodObject<Properties<RemoveProfileSkillSetPayload>>;
1133
+ export declare function RemoveTravelVisaInputSchema(): z.ZodObject<Properties<RemoveTravelVisaInput>>;
1134
+ export declare function RemoveTravelVisaPayloadSchema(): z.ZodObject<Properties<RemoveTravelVisaPayload>>;
1135
+ export declare function RequestTaxFormInputSchema(): z.ZodObject<Properties<RequestTaxFormInput>>;
1136
+ export declare function RequestTaxFormPayloadSchema(): z.ZodObject<Properties<RequestTaxFormPayload>>;
1137
+ export declare function SectionReviewSchema(): z.ZodObject<Properties<SectionReview>>;
1138
+ export declare function SendContractsInputSchema(): z.ZodObject<Properties<SendContractsInput>>;
1139
+ export declare function SendContractsPayloadSchema(): z.ZodObject<Properties<SendContractsPayload>>;
1140
+ export declare function SkillSetsMissingConnectionsRecommendationSchema(): z.ZodObject<Properties<SkillSetsMissingConnectionsRecommendation>>;
1141
+ export declare function SubmitForReviewInputSchema(): z.ZodObject<Properties<SubmitForReviewInput>>;
1142
+ export declare function SubmitForReviewPayloadSchema(): z.ZodObject<Properties<SubmitForReviewPayload>>;
1143
+ export declare function TalentSchema(): z.ZodObject<Properties<Talent>>;
1144
+ export declare function TalentEngagementSchema(): z.ZodObject<Properties<TalentEngagement>>;
1145
+ export declare function TalentProfileVersionSchema(): z.ZodObject<Properties<TalentProfileVersion>>;
1146
+ export declare function TaxFormSchema(): z.ZodObject<Properties<TaxForm>>;
1147
+ export declare function TestimonialEngagementRecommendationSchema(): z.ZodObject<Properties<TestimonialEngagementRecommendation>>;
1148
+ export declare function ToptalPaymentsSchema(): z.ZodObject<Properties<ToptalPayments>>;
1149
+ export declare function TravelVisaSchema(): z.ZodObject<Properties<TravelVisa>>;
1150
+ export declare function UpdateAdvancedProfileWizardStatusInputSchema(): z.ZodObject<Properties<UpdateAdvancedProfileWizardStatusInput>>;
1151
+ export declare function UpdateAdvancedProfileWizardStatusPayloadSchema(): z.ZodObject<Properties<UpdateAdvancedProfileWizardStatusPayload>>;
1152
+ export declare function UpdateBasicInfoInputSchema(): z.ZodObject<Properties<UpdateBasicInfoInput>>;
1153
+ export declare function UpdateBasicInfoPayloadSchema(): z.ZodObject<Properties<UpdateBasicInfoPayload>>;
1154
+ export declare function UpdateCertificationInputSchema(): z.ZodObject<Properties<UpdateCertificationInput>>;
1155
+ export declare function UpdateCertificationPayloadSchema(): z.ZodObject<Properties<UpdateCertificationPayload>>;
1156
+ export declare function UpdateCustomRequirementsInputSchema(): z.ZodObject<Properties<UpdateCustomRequirementsInput>>;
1157
+ export declare function UpdateCustomRequirementsPayloadSchema(): z.ZodObject<Properties<UpdateCustomRequirementsPayload>>;
1158
+ export declare function UpdateEducationInputSchema(): z.ZodObject<Properties<UpdateEducationInput>>;
1159
+ export declare function UpdateEducationPayloadSchema(): z.ZodObject<Properties<UpdateEducationPayload>>;
1160
+ export declare function UpdateEmploymentInputSchema(): z.ZodObject<Properties<UpdateEmploymentInput>>;
1161
+ export declare function UpdateEmploymentPayloadSchema(): z.ZodObject<Properties<UpdateEmploymentPayload>>;
1162
+ export declare function UpdateExternalProfilesInputSchema(): z.ZodObject<Properties<UpdateExternalProfilesInput>>;
1163
+ export declare function UpdateExternalProfilesPayloadSchema(): z.ZodObject<Properties<UpdateExternalProfilesPayload>>;
1164
+ export declare function UpdateIndustryProfileInputSchema(): z.ZodObject<Properties<UpdateIndustryProfileInput>>;
1165
+ export declare function UpdateIndustryProfilePayloadSchema(): z.ZodObject<Properties<UpdateIndustryProfilePayload>>;
1166
+ export declare function UpdatePhotoInputSchema(): z.ZodObject<Properties<UpdatePhotoInput>>;
1167
+ export declare function UpdatePhotoPayloadSchema(): z.ZodObject<Properties<UpdatePhotoPayload>>;
1168
+ export declare function UpdatePortfolioItemInputSchema(): z.ZodObject<Properties<UpdatePortfolioItemInput>>;
1169
+ export declare function UpdatePortfolioItemPayloadSchema(): z.ZodObject<Properties<UpdatePortfolioItemPayload>>;
1170
+ export declare function UpdateProfileSkillSetExperienceInputSchema(): z.ZodObject<Properties<UpdateProfileSkillSetExperienceInput>>;
1171
+ export declare function UpdateProfileSkillSetExperiencePayloadSchema(): z.ZodObject<Properties<UpdateProfileSkillSetExperiencePayload>>;
1172
+ export declare function UpdateProfileSkillSetPublicityInputSchema(): z.ZodObject<Properties<UpdateProfileSkillSetPublicityInput>>;
1173
+ export declare function UpdateProfileSkillSetPublicityPayloadSchema(): z.ZodObject<Properties<UpdateProfileSkillSetPublicityPayload>>;
1174
+ export declare function UpdateProfileSkillSetRatingInputSchema(): z.ZodObject<Properties<UpdateProfileSkillSetRatingInput>>;
1175
+ export declare function UpdateProfileSkillSetRatingPayloadSchema(): z.ZodObject<Properties<UpdateProfileSkillSetRatingPayload>>;
1176
+ export declare function UpdateTravelVisaInputSchema(): z.ZodObject<Properties<UpdateTravelVisaInput>>;
1177
+ export declare function UpdateTravelVisaPayloadSchema(): z.ZodObject<Properties<UpdateTravelVisaPayload>>;
1178
+ export declare function UpdateWorkingHoursInputSchema(): z.ZodObject<Properties<UpdateWorkingHoursInput>>;
1179
+ export declare function UpdateWorkingHoursPayloadSchema(): z.ZodObject<Properties<UpdateWorkingHoursPayload>>;
1180
+ export declare function UploadPortfolioCoverImagePayloadSchema(): z.ZodObject<Properties<UploadPortfolioCoverImagePayload>>;
1181
+ export declare function UploadPortfolioFilePayloadSchema(): z.ZodObject<Properties<UploadPortfolioFilePayload>>;
1182
+ export declare function UploadResumeInputSchema(): z.ZodObject<Properties<UploadResumeInput>>;
1183
+ export declare function UploadResumePayloadSchema(): z.ZodObject<Properties<UploadResumePayload>>;
1184
+ export declare function UserErrorSchema(): z.ZodObject<Properties<UserError>>;
1185
+ export declare function VerificationSchema(): z.ZodObject<Properties<Verification>>;
1186
+ export {};
1187
+ //# sourceMappingURL=talent-profile-zod-schemas.d.ts.map