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