@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,4546 @@
|
|
|
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
|
+
BigDecimal: {
|
|
36
|
+
input: string;
|
|
37
|
+
output: string;
|
|
38
|
+
};
|
|
39
|
+
Date: {
|
|
40
|
+
input: string;
|
|
41
|
+
output: string;
|
|
42
|
+
};
|
|
43
|
+
DateTime: {
|
|
44
|
+
input: string;
|
|
45
|
+
output: string;
|
|
46
|
+
};
|
|
47
|
+
GigType: {
|
|
48
|
+
input: unknown;
|
|
49
|
+
output: unknown;
|
|
50
|
+
};
|
|
51
|
+
JSON: {
|
|
52
|
+
input: Record<string, unknown>;
|
|
53
|
+
output: Record<string, unknown>;
|
|
54
|
+
};
|
|
55
|
+
JobActivityStatusGroup: {
|
|
56
|
+
input: unknown;
|
|
57
|
+
output: unknown;
|
|
58
|
+
};
|
|
59
|
+
PageSize: {
|
|
60
|
+
input: unknown;
|
|
61
|
+
output: unknown;
|
|
62
|
+
};
|
|
63
|
+
ReferralTrackerOrder: {
|
|
64
|
+
input: unknown;
|
|
65
|
+
output: unknown;
|
|
66
|
+
};
|
|
67
|
+
TalentCommunityTopMessagesOwner: {
|
|
68
|
+
input: unknown;
|
|
69
|
+
output: unknown;
|
|
70
|
+
};
|
|
71
|
+
Time: {
|
|
72
|
+
input: string;
|
|
73
|
+
output: string;
|
|
74
|
+
};
|
|
75
|
+
TimeOfDay: {
|
|
76
|
+
input: unknown;
|
|
77
|
+
output: unknown;
|
|
78
|
+
};
|
|
79
|
+
Unknown: {
|
|
80
|
+
input: unknown;
|
|
81
|
+
output: unknown;
|
|
82
|
+
};
|
|
83
|
+
Upload: {
|
|
84
|
+
input: unknown;
|
|
85
|
+
output: unknown;
|
|
86
|
+
};
|
|
87
|
+
};
|
|
88
|
+
export type AcceptFreelanceTalentAgreementInput = {
|
|
89
|
+
_placeholder: InputMaybe<Scalars['String']['input']>;
|
|
90
|
+
};
|
|
91
|
+
export type AcceptFreelanceTalentAgreementPayload = MutationResult & {
|
|
92
|
+
__typename?: 'AcceptFreelanceTalentAgreementPayload';
|
|
93
|
+
errors: Maybe<Array<Maybe<UserError>>>;
|
|
94
|
+
success: Scalars['Boolean']['output'];
|
|
95
|
+
};
|
|
96
|
+
export type AcceptGigReachOutPayload = MutationResult & {
|
|
97
|
+
__typename?: 'AcceptGigReachOutPayload';
|
|
98
|
+
errors: Maybe<Array<Maybe<UserError>>>;
|
|
99
|
+
success: Scalars['Boolean']['output'];
|
|
100
|
+
};
|
|
101
|
+
export type AccessibleRole = {
|
|
102
|
+
_placeholder: Maybe<Scalars['String']['output']>;
|
|
103
|
+
};
|
|
104
|
+
export type AcknowledgeAllTalentBadgesPayload = MutationResult & {
|
|
105
|
+
__typename?: 'AcknowledgeAllTalentBadgesPayload';
|
|
106
|
+
errors: Maybe<Array<Maybe<UserError>>>;
|
|
107
|
+
success: Scalars['Boolean']['output'];
|
|
108
|
+
};
|
|
109
|
+
export type AcknowledgeBadgeNotificationPayload = MutationResult & {
|
|
110
|
+
__typename?: 'AcknowledgeBadgeNotificationPayload';
|
|
111
|
+
errors: Maybe<Array<Maybe<UserError>>>;
|
|
112
|
+
success: Scalars['Boolean']['output'];
|
|
113
|
+
};
|
|
114
|
+
export type ActionStatusEnum = 'NEGATIVE' | 'NEUTRAL' | 'PENDING' | 'POSITIVE';
|
|
115
|
+
export type AddProfileIndustryConnectionsInput = {
|
|
116
|
+
_placeholder: InputMaybe<Scalars['String']['input']>;
|
|
117
|
+
};
|
|
118
|
+
export type AddProfileIndustryConnectionsPayload = MutationResult & {
|
|
119
|
+
__typename?: 'AddProfileIndustryConnectionsPayload';
|
|
120
|
+
errors: Maybe<Array<Maybe<UserError>>>;
|
|
121
|
+
success: Scalars['Boolean']['output'];
|
|
122
|
+
};
|
|
123
|
+
export type AddProfileSkillSetPayload = MutationResult & {
|
|
124
|
+
__typename?: 'AddProfileSkillSetPayload';
|
|
125
|
+
errors: Maybe<Array<Maybe<UserError>>>;
|
|
126
|
+
success: Scalars['Boolean']['output'];
|
|
127
|
+
};
|
|
128
|
+
export type AllocatedHoursChangeRequest = Node & {
|
|
129
|
+
__typename?: 'AllocatedHoursChangeRequest';
|
|
130
|
+
allocatedHours: Scalars['Int']['output'];
|
|
131
|
+
availability: Scalars['String']['output'];
|
|
132
|
+
comment: Scalars['String']['output'];
|
|
133
|
+
futureAvailableHours: Maybe<Scalars['Unknown']['output']>;
|
|
134
|
+
id: Scalars['ID']['output'];
|
|
135
|
+
rejectReason: Maybe<Scalars['Unknown']['output']>;
|
|
136
|
+
returnInDate: Maybe<Scalars['Unknown']['output']>;
|
|
137
|
+
reviewedManually: Scalars['Boolean']['output'];
|
|
138
|
+
status: AllocatedHoursChangeRequestStatus;
|
|
139
|
+
statusV2: AllocatedHoursChangeRequestStatus;
|
|
140
|
+
useReturnAvailability: Scalars['Boolean']['output'];
|
|
141
|
+
};
|
|
142
|
+
export type AllocatedHoursChangeRequestStatus = {
|
|
143
|
+
__typename?: 'AllocatedHoursChangeRequestStatus';
|
|
144
|
+
value: Scalars['String']['output'];
|
|
145
|
+
verbose: Scalars['String']['output'];
|
|
146
|
+
};
|
|
147
|
+
export type AllocatedHoursChangeRequestStatusEnum = 'ACCEPTED' | 'CANCELLED' | 'PENDING' | 'REJECTED';
|
|
148
|
+
export type ApnTokenRegisterPayload = MutationResult & {
|
|
149
|
+
__typename?: 'ApnTokenRegisterPayload';
|
|
150
|
+
errors: Maybe<Array<Maybe<UserError>>>;
|
|
151
|
+
success: Scalars['Boolean']['output'];
|
|
152
|
+
};
|
|
153
|
+
export type ApnTokenRemovePayload = MutationResult & {
|
|
154
|
+
__typename?: 'ApnTokenRemovePayload';
|
|
155
|
+
errors: Maybe<Array<Maybe<UserError>>>;
|
|
156
|
+
success: Scalars['Boolean']['output'];
|
|
157
|
+
};
|
|
158
|
+
export type ApnTokensOps = {
|
|
159
|
+
__typename?: 'ApnTokensOps';
|
|
160
|
+
register: Maybe<ApnTokenRegisterPayload>;
|
|
161
|
+
};
|
|
162
|
+
export type ApnTokensOpsRegisterArgs = {
|
|
163
|
+
input: InputMaybe<Scalars['Unknown']['input']>;
|
|
164
|
+
};
|
|
165
|
+
export type Application = AvailabilityRequest | JobApplication;
|
|
166
|
+
export type AttachTalentVideoPitchInput = {
|
|
167
|
+
_placeholder: InputMaybe<Scalars['String']['input']>;
|
|
168
|
+
};
|
|
169
|
+
export type AttachTalentVideoPitchPayload = MutationResult & {
|
|
170
|
+
__typename?: 'AttachTalentVideoPitchPayload';
|
|
171
|
+
errors: Maybe<Array<Maybe<UserError>>>;
|
|
172
|
+
success: Scalars['Boolean']['output'];
|
|
173
|
+
};
|
|
174
|
+
export type AuthOps = {
|
|
175
|
+
__typename?: 'AuthOps';
|
|
176
|
+
sendPasswordResetEmail: Maybe<SendResetPasswordEmailPayload>;
|
|
177
|
+
signIn: Maybe<SignInPayload>;
|
|
178
|
+
};
|
|
179
|
+
export type AuthOpsSendPasswordResetEmailArgs = {
|
|
180
|
+
input: InputMaybe<Scalars['Unknown']['input']>;
|
|
181
|
+
};
|
|
182
|
+
export type AuthOpsSignInArgs = {
|
|
183
|
+
input: InputMaybe<Scalars['Unknown']['input']>;
|
|
184
|
+
};
|
|
185
|
+
export type AvailabilityRequest = Node & {
|
|
186
|
+
__typename?: 'AvailabilityRequest';
|
|
187
|
+
answeredAt: Maybe<Scalars['DateTime']['output']>;
|
|
188
|
+
comment: Maybe<Scalars['String']['output']>;
|
|
189
|
+
createdAt: Scalars['DateTime']['output'];
|
|
190
|
+
id: Scalars['ID']['output'];
|
|
191
|
+
jirStatus: AvailabilityRequestStatus;
|
|
192
|
+
job: TalentJob;
|
|
193
|
+
jobExpertiseAnswers: Array<Maybe<Scalars['Unknown']['output']>>;
|
|
194
|
+
jobPositionAnswers: Array<Maybe<JobPositionAnswer>>;
|
|
195
|
+
metadata: AvailabilityRequestFixedMetadata;
|
|
196
|
+
rejectReason: Maybe<Scalars['Unknown']['output']>;
|
|
197
|
+
requestedHourlyRate: Money;
|
|
198
|
+
statusV2: AvailabilityRequestStatus;
|
|
199
|
+
talentComment: Scalars['String']['output'];
|
|
200
|
+
updatedAt: Scalars['DateTime']['output'];
|
|
201
|
+
};
|
|
202
|
+
export type AvailabilityRequestAnsweredAfterThresholdContext = {
|
|
203
|
+
__typename?: 'AvailabilityRequestAnsweredAfterThresholdContext';
|
|
204
|
+
availabilityRequest: Maybe<AvailabilityRequest>;
|
|
205
|
+
timeUntilAnsweredInSeconds: Maybe<Scalars['Int']['output']>;
|
|
206
|
+
};
|
|
207
|
+
export type AvailabilityRequestConfirmPayload = MutationResult & {
|
|
208
|
+
__typename?: 'AvailabilityRequestConfirmPayload';
|
|
209
|
+
errors: Maybe<Array<Maybe<UserError>>>;
|
|
210
|
+
success: Scalars['Boolean']['output'];
|
|
211
|
+
};
|
|
212
|
+
export type AvailabilityRequestFixedMetadata = {
|
|
213
|
+
__typename?: 'AvailabilityRequestFixedMetadata';
|
|
214
|
+
estimatedRevenue: Maybe<Scalars['String']['output']>;
|
|
215
|
+
estimatedRevenueExplanation: Maybe<Scalars['String']['output']>;
|
|
216
|
+
longTermDisclaimer: Maybe<Scalars['String']['output']>;
|
|
217
|
+
offeredHourlyRate: Money;
|
|
218
|
+
};
|
|
219
|
+
export type AvailabilityRequestKindEnum = '_UNKNOWN';
|
|
220
|
+
export type AvailabilityRequestMetrics = {
|
|
221
|
+
__typename?: 'AvailabilityRequestMetrics';
|
|
222
|
+
answeredCount: Scalars['Int']['output'];
|
|
223
|
+
averageResponseTime: Scalars['Float']['output'];
|
|
224
|
+
isRelevant: Scalars['Boolean']['output'];
|
|
225
|
+
};
|
|
226
|
+
export type AvailabilityRequestOps = {
|
|
227
|
+
__typename?: 'AvailabilityRequestOps';
|
|
228
|
+
confirm: Maybe<AvailabilityRequestConfirmPayload>;
|
|
229
|
+
reject: Maybe<AvailabilityRequestRejectPayload>;
|
|
230
|
+
};
|
|
231
|
+
export type AvailabilityRequestOpsConfirmArgs = {
|
|
232
|
+
input: InputMaybe<Scalars['Unknown']['input']>;
|
|
233
|
+
};
|
|
234
|
+
export type AvailabilityRequestOpsRejectArgs = {
|
|
235
|
+
input: InputMaybe<Scalars['Unknown']['input']>;
|
|
236
|
+
};
|
|
237
|
+
export type AvailabilityRequestRejectPayload = MutationResult & {
|
|
238
|
+
__typename?: 'AvailabilityRequestRejectPayload';
|
|
239
|
+
errors: Maybe<Array<Maybe<UserError>>>;
|
|
240
|
+
success: Scalars['Boolean']['output'];
|
|
241
|
+
};
|
|
242
|
+
export type AvailabilityRequestRejectReason = {
|
|
243
|
+
__typename?: 'AvailabilityRequestRejectReason';
|
|
244
|
+
customPlaceholder: Maybe<Scalars['String']['output']>;
|
|
245
|
+
isMandatory: Scalars['Boolean']['output'];
|
|
246
|
+
key: Scalars['String']['output'];
|
|
247
|
+
value: Scalars['String']['output'];
|
|
248
|
+
};
|
|
249
|
+
export type AvailabilityRequestRejectReasonsTypeV3 = {
|
|
250
|
+
__typename?: 'AvailabilityRequestRejectReasonsTypeV3';
|
|
251
|
+
fixed: Array<Maybe<AvailabilityRequestRejectReason>>;
|
|
252
|
+
flexible: Array<Maybe<AvailabilityRequestRejectReason>>;
|
|
253
|
+
};
|
|
254
|
+
export type AvailabilityRequestStatus = {
|
|
255
|
+
__typename?: 'AvailabilityRequestStatus';
|
|
256
|
+
value: Scalars['String']['output'];
|
|
257
|
+
};
|
|
258
|
+
export type AvailabilityRequestStatusEnum = 'CANCELLED' | 'CONFIRMED' | 'EXPIRED' | 'PENDING' | 'REJECTED' | 'WITHDRAWN';
|
|
259
|
+
export type Badge = Node & {
|
|
260
|
+
__typename?: 'Badge';
|
|
261
|
+
achievedAt: Maybe<Scalars['DateTime']['output']>;
|
|
262
|
+
animation: Scalars['String']['output'];
|
|
263
|
+
backgroundGradientBottom: Scalars['String']['output'];
|
|
264
|
+
backgroundGradientTop: Scalars['String']['output'];
|
|
265
|
+
celebrationText: Scalars['String']['output'];
|
|
266
|
+
id: Scalars['ID']['output'];
|
|
267
|
+
image: Scalars['String']['output'];
|
|
268
|
+
level: Scalars['Int']['output'];
|
|
269
|
+
longDescription: Scalars['String']['output'];
|
|
270
|
+
name: Scalars['String']['output'];
|
|
271
|
+
progress: Maybe<Scalars['Int']['output']>;
|
|
272
|
+
};
|
|
273
|
+
export type BadgeConnection = {
|
|
274
|
+
__typename?: 'BadgeConnection';
|
|
275
|
+
nodes: Array<Maybe<Badge>>;
|
|
276
|
+
};
|
|
277
|
+
export type BadgeContext = {
|
|
278
|
+
__typename?: 'BadgeContext';
|
|
279
|
+
badge: Maybe<Badge>;
|
|
280
|
+
};
|
|
281
|
+
export type BadgeGroup = Node & {
|
|
282
|
+
__typename?: 'BadgeGroup';
|
|
283
|
+
badges: BadgeConnection;
|
|
284
|
+
id: Scalars['ID']['output'];
|
|
285
|
+
order: Maybe<Scalars['Int']['output']>;
|
|
286
|
+
};
|
|
287
|
+
export type BadgeGroupConnection = {
|
|
288
|
+
__typename?: 'BadgeGroupConnection';
|
|
289
|
+
nodes: Array<Maybe<BadgeGroup>>;
|
|
290
|
+
};
|
|
291
|
+
export type BadgedLogic = 'AND' | 'OR';
|
|
292
|
+
export type BillingCycle = Node & {
|
|
293
|
+
__typename?: 'BillingCycle';
|
|
294
|
+
endDate: Scalars['Date']['output'];
|
|
295
|
+
engagement: TalentEngagement;
|
|
296
|
+
hours: Scalars['String']['output'];
|
|
297
|
+
id: Scalars['ID']['output'];
|
|
298
|
+
minimumCommitment: Maybe<Scalars['Unknown']['output']>;
|
|
299
|
+
startDate: Scalars['Date']['output'];
|
|
300
|
+
timesheetOverdue: Scalars['Boolean']['output'];
|
|
301
|
+
timesheetSubmissionDeadlineDatetime: Scalars['DateTime']['output'];
|
|
302
|
+
timesheetSubmissionOpenDatetime: Scalars['DateTime']['output'];
|
|
303
|
+
timesheetSubmitted: Scalars['Boolean']['output'];
|
|
304
|
+
};
|
|
305
|
+
export type BillingCycleConnection = {
|
|
306
|
+
__typename?: 'BillingCycleConnection';
|
|
307
|
+
ids: Array<Maybe<Scalars['ID']['output']>>;
|
|
308
|
+
nodes: Array<Maybe<BillingCycle>>;
|
|
309
|
+
};
|
|
310
|
+
export type BlockedStatus = {
|
|
311
|
+
__typename?: 'BlockedStatus';
|
|
312
|
+
isBlocked: Scalars['Boolean']['output'];
|
|
313
|
+
reason: Maybe<Scalars['Unknown']['output']>;
|
|
314
|
+
};
|
|
315
|
+
export type BookingPageMutations = {
|
|
316
|
+
__typename?: 'BookingPageMutations';
|
|
317
|
+
update: Maybe<NotificationSettingUpdatePayload>;
|
|
318
|
+
};
|
|
319
|
+
export type BookingPageMutationsUpdateArgs = {
|
|
320
|
+
input: InputMaybe<Scalars['Unknown']['input']>;
|
|
321
|
+
};
|
|
322
|
+
export type BooleanFilter = {
|
|
323
|
+
eq: InputMaybe<Scalars['Boolean']['input']>;
|
|
324
|
+
};
|
|
325
|
+
export type BudgetFitFilterEnum = 'FIT' | 'FIT_OR_10_PERCENT_LESS' | 'FIT_OR_20_PERCENT_LESS' | 'FIT_OR_30_PERCENT_LESS';
|
|
326
|
+
export type CalendarAuthMutations = {
|
|
327
|
+
__typename?: 'CalendarAuthMutations';
|
|
328
|
+
remove: Maybe<RemoveProfileSkillSetPayload>;
|
|
329
|
+
};
|
|
330
|
+
export type CalendarAuthMutationsRemoveArgs = {
|
|
331
|
+
input: InputMaybe<Scalars['Unknown']['input']>;
|
|
332
|
+
};
|
|
333
|
+
export type CalendarMutations = {
|
|
334
|
+
__typename?: 'CalendarMutations';
|
|
335
|
+
disable: Maybe<MutationResult>;
|
|
336
|
+
enable: Maybe<PreliminarySearchSettingEnablePayload>;
|
|
337
|
+
markAsPrimary: Maybe<MutationResult>;
|
|
338
|
+
};
|
|
339
|
+
export type CalendarMutationsDisableArgs = {
|
|
340
|
+
input: InputMaybe<Scalars['Unknown']['input']>;
|
|
341
|
+
};
|
|
342
|
+
export type CalendarMutationsEnableArgs = {
|
|
343
|
+
input: InputMaybe<Scalars['Unknown']['input']>;
|
|
344
|
+
};
|
|
345
|
+
export type CalendarMutationsMarkAsPrimaryArgs = {
|
|
346
|
+
input: InputMaybe<Scalars['Unknown']['input']>;
|
|
347
|
+
};
|
|
348
|
+
export type Center = {
|
|
349
|
+
__typename?: 'Center';
|
|
350
|
+
notifications: NotificationConnection;
|
|
351
|
+
};
|
|
352
|
+
export type Certification = Node & {
|
|
353
|
+
__typename?: 'Certification';
|
|
354
|
+
certificate: Scalars['String']['output'];
|
|
355
|
+
id: Scalars['ID']['output'];
|
|
356
|
+
institution: Scalars['String']['output'];
|
|
357
|
+
skills: SkillConnection;
|
|
358
|
+
validFromMonth: Scalars['Int']['output'];
|
|
359
|
+
validFromYear: Scalars['Int']['output'];
|
|
360
|
+
validToMonth: Maybe<Scalars['Unknown']['output']>;
|
|
361
|
+
validToYear: Maybe<Scalars['Unknown']['output']>;
|
|
362
|
+
};
|
|
363
|
+
export type CertificationConnection = {
|
|
364
|
+
__typename?: 'CertificationConnection';
|
|
365
|
+
nodes: Array<Maybe<Certification>>;
|
|
366
|
+
};
|
|
367
|
+
export type Client = Node & {
|
|
368
|
+
__typename?: 'Client';
|
|
369
|
+
city: Maybe<Scalars['String']['output']>;
|
|
370
|
+
countryName: Maybe<Scalars['String']['output']>;
|
|
371
|
+
crunchbase: Maybe<Scalars['Unknown']['output']>;
|
|
372
|
+
facebook: Maybe<Scalars['Unknown']['output']>;
|
|
373
|
+
foundingYear: Maybe<Scalars['String']['output']>;
|
|
374
|
+
fullName: Maybe<Scalars['String']['output']>;
|
|
375
|
+
id: Scalars['ID']['output'];
|
|
376
|
+
industry: Maybe<Scalars['String']['output']>;
|
|
377
|
+
isEnterprise: Scalars['Boolean']['output'];
|
|
378
|
+
linkedin: Maybe<Scalars['Unknown']['output']>;
|
|
379
|
+
teamSize: TeamSize;
|
|
380
|
+
twitter: Maybe<Scalars['Unknown']['output']>;
|
|
381
|
+
website: Maybe<Scalars['Unknown']['output']>;
|
|
382
|
+
};
|
|
383
|
+
export type CoachingEngagementMutations = {
|
|
384
|
+
__typename?: 'CoachingEngagementMutations';
|
|
385
|
+
create: Maybe<CreateBecomeClientPayload>;
|
|
386
|
+
remove: Maybe<RemoveProfileSkillSetPayload>;
|
|
387
|
+
};
|
|
388
|
+
export type CoachingEngagementMutationsCreateArgs = {
|
|
389
|
+
input: CreateCoachingEngagementInput;
|
|
390
|
+
};
|
|
391
|
+
export type CoachingEngagementMutationsRemoveArgs = {
|
|
392
|
+
input: InputMaybe<Scalars['Unknown']['input']>;
|
|
393
|
+
};
|
|
394
|
+
export type CodeOfConduct = Node & {
|
|
395
|
+
__typename?: 'CodeOfConduct';
|
|
396
|
+
acceptedAt: Scalars['DateTime']['output'];
|
|
397
|
+
body: Scalars['String']['output'];
|
|
398
|
+
id: Scalars['ID']['output'];
|
|
399
|
+
revisedOn: Scalars['Date']['output'];
|
|
400
|
+
revisionNotice: Maybe<Scalars['Unknown']['output']>;
|
|
401
|
+
title: Scalars['String']['output'];
|
|
402
|
+
};
|
|
403
|
+
export type CodeOfConductAcceptPayload = MutationResult & {
|
|
404
|
+
__typename?: 'CodeOfConductAcceptPayload';
|
|
405
|
+
errors: Maybe<Array<Maybe<UserError>>>;
|
|
406
|
+
success: Scalars['Boolean']['output'];
|
|
407
|
+
};
|
|
408
|
+
export type CodeOfConductMutations = {
|
|
409
|
+
__typename?: 'CodeOfConductMutations';
|
|
410
|
+
accept: Maybe<InterviewAcceptPayload>;
|
|
411
|
+
};
|
|
412
|
+
export type CodeOfConductMutationsAcceptArgs = {
|
|
413
|
+
input: InputMaybe<Scalars['Unknown']['input']>;
|
|
414
|
+
};
|
|
415
|
+
export type CommitmentEnum = 'FULL_TIME' | 'HOURLY' | 'PART_TIME';
|
|
416
|
+
export type CommitmentHoursDictionary = {
|
|
417
|
+
__typename?: 'CommitmentHoursDictionary';
|
|
418
|
+
full_time: Scalars['Int']['output'];
|
|
419
|
+
hourly: Scalars['Int']['output'];
|
|
420
|
+
part_time: Scalars['Int']['output'];
|
|
421
|
+
};
|
|
422
|
+
export type CommitmentType = {
|
|
423
|
+
__typename?: 'CommitmentType';
|
|
424
|
+
slug: Scalars['String']['output'];
|
|
425
|
+
verbose: Scalars['String']['output'];
|
|
426
|
+
};
|
|
427
|
+
export type CommunityEventContactLeaderPayload = MutationResult & {
|
|
428
|
+
__typename?: 'CommunityEventContactLeaderPayload';
|
|
429
|
+
errors: Maybe<Array<Maybe<UserError>>>;
|
|
430
|
+
success: Scalars['Boolean']['output'];
|
|
431
|
+
};
|
|
432
|
+
export type CommunityEventOps = {
|
|
433
|
+
__typename?: 'CommunityEventOps';
|
|
434
|
+
rsvp: Maybe<RsvpPayload>;
|
|
435
|
+
};
|
|
436
|
+
export type CommunityEventOpsRsvpArgs = {
|
|
437
|
+
input: InputMaybe<Scalars['Unknown']['input']>;
|
|
438
|
+
};
|
|
439
|
+
export type CompanyRepresentative = Node & {
|
|
440
|
+
__typename?: 'CompanyRepresentative';
|
|
441
|
+
email: Scalars['String']['output'];
|
|
442
|
+
fullName: Scalars['String']['output'];
|
|
443
|
+
id: Scalars['ID']['output'];
|
|
444
|
+
phoneNumber: Scalars['String']['output'];
|
|
445
|
+
position: Scalars['String']['output'];
|
|
446
|
+
timeZone: TimeZone;
|
|
447
|
+
};
|
|
448
|
+
export type CompleteConsultationsTrainingPayload = MutationResult & {
|
|
449
|
+
__typename?: 'CompleteConsultationsTrainingPayload';
|
|
450
|
+
errors: Maybe<Array<Maybe<UserError>>>;
|
|
451
|
+
success: Scalars['Boolean']['output'];
|
|
452
|
+
};
|
|
453
|
+
export type CompleteTalentConsultingOnboardingInput = {
|
|
454
|
+
_placeholder: InputMaybe<Scalars['String']['input']>;
|
|
455
|
+
};
|
|
456
|
+
export type CompleteTalentConsultingOnboardingPayload = MutationResult & {
|
|
457
|
+
__typename?: 'CompleteTalentConsultingOnboardingPayload';
|
|
458
|
+
errors: Maybe<Array<Maybe<UserError>>>;
|
|
459
|
+
success: Scalars['Boolean']['output'];
|
|
460
|
+
};
|
|
461
|
+
export type CompleteTalentConsultingTrainingPayload = MutationResult & {
|
|
462
|
+
__typename?: 'CompleteTalentConsultingTrainingPayload';
|
|
463
|
+
errors: Maybe<Array<Maybe<UserError>>>;
|
|
464
|
+
success: Scalars['Boolean']['output'];
|
|
465
|
+
};
|
|
466
|
+
export type ConfigurePushNotificationsPayload = MutationResult & {
|
|
467
|
+
__typename?: 'ConfigurePushNotificationsPayload';
|
|
468
|
+
errors: Maybe<Array<Maybe<UserError>>>;
|
|
469
|
+
success: Scalars['Boolean']['output'];
|
|
470
|
+
};
|
|
471
|
+
export type ContactFields = {
|
|
472
|
+
__typename?: 'ContactFields';
|
|
473
|
+
communitySlackId: Scalars['String']['output'];
|
|
474
|
+
email: Scalars['String']['output'];
|
|
475
|
+
phoneNumber: Maybe<Scalars['String']['output']>;
|
|
476
|
+
skype: Maybe<Scalars['String']['output']>;
|
|
477
|
+
};
|
|
478
|
+
export type CreateApplicantPayload = MutationResult & {
|
|
479
|
+
__typename?: 'CreateApplicantPayload';
|
|
480
|
+
errors: Maybe<Array<Maybe<UserError>>>;
|
|
481
|
+
success: Scalars['Boolean']['output'];
|
|
482
|
+
};
|
|
483
|
+
export type CreateBecomeClientInput = {
|
|
484
|
+
_placeholder: InputMaybe<Scalars['String']['input']>;
|
|
485
|
+
};
|
|
486
|
+
export type CreateBecomeClientPayload = MutationResult & {
|
|
487
|
+
__typename?: 'CreateBecomeClientPayload';
|
|
488
|
+
errors: Maybe<Array<Maybe<UserError>>>;
|
|
489
|
+
success: Scalars['Boolean']['output'];
|
|
490
|
+
};
|
|
491
|
+
export type CreateCoachingEngagementInput = {
|
|
492
|
+
_placeholder: InputMaybe<Scalars['String']['input']>;
|
|
493
|
+
};
|
|
494
|
+
export type CreateCoachingEngagementPayload = MutationResult & {
|
|
495
|
+
__typename?: 'CreateCoachingEngagementPayload';
|
|
496
|
+
errors: Maybe<Array<Maybe<UserError>>>;
|
|
497
|
+
success: Scalars['Boolean']['output'];
|
|
498
|
+
};
|
|
499
|
+
export type CreateCommunityLeaderApplicationInput = {
|
|
500
|
+
_placeholder: InputMaybe<Scalars['String']['input']>;
|
|
501
|
+
};
|
|
502
|
+
export type CreateCommunityLeaderApplicationPayload = MutationResult & {
|
|
503
|
+
__typename?: 'CreateCommunityLeaderApplicationPayload';
|
|
504
|
+
errors: Maybe<Array<Maybe<UserError>>>;
|
|
505
|
+
success: Scalars['Boolean']['output'];
|
|
506
|
+
};
|
|
507
|
+
export type CreateDirectReferralInput = {
|
|
508
|
+
_placeholder: InputMaybe<Scalars['String']['input']>;
|
|
509
|
+
};
|
|
510
|
+
export type CreateDirectReferralPayload = MutationResult & {
|
|
511
|
+
__typename?: 'CreateDirectReferralPayload';
|
|
512
|
+
errors: Maybe<Array<Maybe<UserError>>>;
|
|
513
|
+
success: Scalars['Boolean']['output'];
|
|
514
|
+
};
|
|
515
|
+
export type CreateEngagementTestimonialPayload = MutationResult & {
|
|
516
|
+
__typename?: 'CreateEngagementTestimonialPayload';
|
|
517
|
+
errors: Maybe<Array<Maybe<UserError>>>;
|
|
518
|
+
success: Scalars['Boolean']['output'];
|
|
519
|
+
};
|
|
520
|
+
export type CreateForTestingPayload = MutationResult & {
|
|
521
|
+
__typename?: 'CreateForTestingPayload';
|
|
522
|
+
errors: Maybe<Array<Maybe<UserError>>>;
|
|
523
|
+
success: Scalars['Boolean']['output'];
|
|
524
|
+
};
|
|
525
|
+
export type CreateMarketplaceHelpRequestInput = {
|
|
526
|
+
_placeholder: InputMaybe<Scalars['String']['input']>;
|
|
527
|
+
};
|
|
528
|
+
export type CreateMarketplaceHelpRequestPayload = MutationResult & {
|
|
529
|
+
__typename?: 'CreateMarketplaceHelpRequestPayload';
|
|
530
|
+
errors: Maybe<Array<Maybe<UserError>>>;
|
|
531
|
+
success: Scalars['Boolean']['output'];
|
|
532
|
+
};
|
|
533
|
+
export type CreatePaymentOptionInput = {
|
|
534
|
+
_placeholder: InputMaybe<Scalars['String']['input']>;
|
|
535
|
+
};
|
|
536
|
+
export type CreatePaymentOptionPayload = MutationResult & {
|
|
537
|
+
__typename?: 'CreatePaymentOptionPayload';
|
|
538
|
+
errors: Maybe<Array<Maybe<UserError>>>;
|
|
539
|
+
success: Scalars['Boolean']['output'];
|
|
540
|
+
};
|
|
541
|
+
export type CreateRateChangeRequestInput = {
|
|
542
|
+
_placeholder: InputMaybe<Scalars['String']['input']>;
|
|
543
|
+
};
|
|
544
|
+
export type CreateRateChangeRequestPayload = MutationResult & {
|
|
545
|
+
__typename?: 'CreateRateChangeRequestPayload';
|
|
546
|
+
errors: Maybe<Array<Maybe<UserError>>>;
|
|
547
|
+
success: Scalars['Boolean']['output'];
|
|
548
|
+
};
|
|
549
|
+
export type CreateTalentSignalInput = {
|
|
550
|
+
_placeholder: InputMaybe<Scalars['String']['input']>;
|
|
551
|
+
};
|
|
552
|
+
export type CreateTalentSignalPayload = MutationResult & {
|
|
553
|
+
__typename?: 'CreateTalentSignalPayload';
|
|
554
|
+
errors: Maybe<Array<Maybe<UserError>>>;
|
|
555
|
+
success: Scalars['Boolean']['output'];
|
|
556
|
+
};
|
|
557
|
+
export type CreateTopChatConversationInput = {
|
|
558
|
+
_placeholder: InputMaybe<Scalars['String']['input']>;
|
|
559
|
+
};
|
|
560
|
+
export type CreateTopChatConversationPayload = MutationResult & {
|
|
561
|
+
__typename?: 'CreateTopChatConversationPayload';
|
|
562
|
+
errors: Maybe<Array<Maybe<UserError>>>;
|
|
563
|
+
success: Scalars['Boolean']['output'];
|
|
564
|
+
};
|
|
565
|
+
export type CreateTopChatUploadInput = {
|
|
566
|
+
_placeholder: InputMaybe<Scalars['String']['input']>;
|
|
567
|
+
};
|
|
568
|
+
export type CreateTopChatUploadPayload = MutationResult & {
|
|
569
|
+
__typename?: 'CreateTopChatUploadPayload';
|
|
570
|
+
errors: Maybe<Array<Maybe<UserError>>>;
|
|
571
|
+
success: Scalars['Boolean']['output'];
|
|
572
|
+
};
|
|
573
|
+
export type DateFilter = {
|
|
574
|
+
_placeholder: InputMaybe<Scalars['String']['input']>;
|
|
575
|
+
};
|
|
576
|
+
export type DesiredOverlappingHoursFilter = {
|
|
577
|
+
from: InputMaybe<Scalars['Time']['input']>;
|
|
578
|
+
to: InputMaybe<Scalars['Time']['input']>;
|
|
579
|
+
};
|
|
580
|
+
export type DevelopmentCreateAvailabilityRequestPayload = MutationResult & {
|
|
581
|
+
__typename?: 'DevelopmentCreateAvailabilityRequestPayload';
|
|
582
|
+
errors: Maybe<Array<Maybe<UserError>>>;
|
|
583
|
+
success: Scalars['Boolean']['output'];
|
|
584
|
+
};
|
|
585
|
+
export type DevelopmentCreateEngagementPayload = MutationResult & {
|
|
586
|
+
__typename?: 'DevelopmentCreateEngagementPayload';
|
|
587
|
+
errors: Maybe<Array<Maybe<UserError>>>;
|
|
588
|
+
success: Scalars['Boolean']['output'];
|
|
589
|
+
};
|
|
590
|
+
export type DevelopmentCreateInterviewPayload = MutationResult & {
|
|
591
|
+
__typename?: 'DevelopmentCreateInterviewPayload';
|
|
592
|
+
errors: Maybe<Array<Maybe<UserError>>>;
|
|
593
|
+
success: Scalars['Boolean']['output'];
|
|
594
|
+
};
|
|
595
|
+
export type DevelopmentCreateMobileAnnouncementPayload = MutationResult & {
|
|
596
|
+
__typename?: 'DevelopmentCreateMobileAnnouncementPayload';
|
|
597
|
+
errors: Maybe<Array<Maybe<UserError>>>;
|
|
598
|
+
success: Scalars['Boolean']['output'];
|
|
599
|
+
};
|
|
600
|
+
export type DevelopmentSendSurveyInterviewEndedPayload = MutationResult & {
|
|
601
|
+
__typename?: 'DevelopmentSendSurveyInterviewEndedPayload';
|
|
602
|
+
errors: Maybe<Array<Maybe<UserError>>>;
|
|
603
|
+
success: Scalars['Boolean']['output'];
|
|
604
|
+
};
|
|
605
|
+
export type DevelopmentSendSurveyMidEngagementPayload = MutationResult & {
|
|
606
|
+
__typename?: 'DevelopmentSendSurveyMidEngagementPayload';
|
|
607
|
+
errors: Maybe<Array<Maybe<UserError>>>;
|
|
608
|
+
success: Scalars['Boolean']['output'];
|
|
609
|
+
};
|
|
610
|
+
export type Education = Node & {
|
|
611
|
+
__typename?: 'Education';
|
|
612
|
+
degree: Scalars['String']['output'];
|
|
613
|
+
fieldOfStudy: Scalars['String']['output'];
|
|
614
|
+
id: Scalars['ID']['output'];
|
|
615
|
+
institution: Scalars['String']['output'];
|
|
616
|
+
location: Scalars['String']['output'];
|
|
617
|
+
skills: SkillConnection;
|
|
618
|
+
yearFrom: Scalars['Int']['output'];
|
|
619
|
+
yearTo: Scalars['Int']['output'];
|
|
620
|
+
};
|
|
621
|
+
export type EducationConnection = {
|
|
622
|
+
__typename?: 'EducationConnection';
|
|
623
|
+
nodes: Array<Maybe<Education>>;
|
|
624
|
+
};
|
|
625
|
+
export type Employment = Node & {
|
|
626
|
+
__typename?: 'Employment';
|
|
627
|
+
company: Scalars['String']['output'];
|
|
628
|
+
companyWebsite: Maybe<Scalars['String']['output']>;
|
|
629
|
+
endDate: Scalars['Int']['output'];
|
|
630
|
+
experienceItems: Array<Maybe<Scalars['String']['output']>>;
|
|
631
|
+
highlight: Scalars['Boolean']['output'];
|
|
632
|
+
id: Scalars['ID']['output'];
|
|
633
|
+
industries: IndustryConnection;
|
|
634
|
+
isEnterpriseExperience: Maybe<Scalars['Boolean']['output']>;
|
|
635
|
+
managementExperience: ManagementExperience;
|
|
636
|
+
position: Scalars['String']['output'];
|
|
637
|
+
primaryGeography: Maybe<Scalars['Unknown']['output']>;
|
|
638
|
+
reportingTo: Array<Maybe<Scalars['Unknown']['output']>>;
|
|
639
|
+
showViaToptal: Scalars['Boolean']['output'];
|
|
640
|
+
skills: SkillConnection;
|
|
641
|
+
startDate: Scalars['Int']['output'];
|
|
642
|
+
};
|
|
643
|
+
export type EmploymentConnection = {
|
|
644
|
+
__typename?: 'EmploymentConnection';
|
|
645
|
+
nodes: Array<Maybe<Employment>>;
|
|
646
|
+
};
|
|
647
|
+
export type EngagementAdditionalInfo = {
|
|
648
|
+
__typename?: 'EngagementAdditionalInfo';
|
|
649
|
+
status: Maybe<Scalars['String']['output']>;
|
|
650
|
+
};
|
|
651
|
+
export type EngagementAgreement = {
|
|
652
|
+
__typename?: 'EngagementAgreement';
|
|
653
|
+
applicationRate: Scalars['String']['output'];
|
|
654
|
+
commitment: CommitmentType;
|
|
655
|
+
marketplaceMargin: Maybe<Scalars['Unknown']['output']>;
|
|
656
|
+
talentHourlyRate: Scalars['String']['output'];
|
|
657
|
+
talentRate: Scalars['String']['output'];
|
|
658
|
+
timePeriod: Scalars['String']['output'];
|
|
659
|
+
};
|
|
660
|
+
export type EngagementBillCycle = {
|
|
661
|
+
__typename?: 'EngagementBillCycle';
|
|
662
|
+
verbose: Scalars['String']['output'];
|
|
663
|
+
};
|
|
664
|
+
export type EngagementBreakCancelPayload = MutationResult & {
|
|
665
|
+
__typename?: 'EngagementBreakCancelPayload';
|
|
666
|
+
errors: Maybe<Array<Maybe<UserError>>>;
|
|
667
|
+
success: Scalars['Boolean']['output'];
|
|
668
|
+
};
|
|
669
|
+
export type EngagementBreakOps = {
|
|
670
|
+
__typename?: 'EngagementBreakOps';
|
|
671
|
+
cancel: Maybe<EngagementBreakCancelPayload>;
|
|
672
|
+
reschedule: Maybe<EngagementBreakReschedulePayload>;
|
|
673
|
+
};
|
|
674
|
+
export type EngagementBreakOpsCancelArgs = {
|
|
675
|
+
input: InputMaybe<Scalars['Unknown']['input']>;
|
|
676
|
+
};
|
|
677
|
+
export type EngagementBreakOpsRescheduleArgs = {
|
|
678
|
+
input: InputMaybe<Scalars['Unknown']['input']>;
|
|
679
|
+
};
|
|
680
|
+
export type EngagementBreakReschedulePayload = MutationResult & {
|
|
681
|
+
__typename?: 'EngagementBreakReschedulePayload';
|
|
682
|
+
errors: Maybe<Array<Maybe<UserError>>>;
|
|
683
|
+
success: Scalars['Boolean']['output'];
|
|
684
|
+
};
|
|
685
|
+
export type EngagementCreateBreakPayload = MutationResult & {
|
|
686
|
+
__typename?: 'EngagementCreateBreakPayload';
|
|
687
|
+
errors: Maybe<Array<Maybe<UserError>>>;
|
|
688
|
+
success: Scalars['Boolean']['output'];
|
|
689
|
+
};
|
|
690
|
+
export type EngagementDeliveryModelIdentifier = 'CORE' | 'EXPERT_CROWD' | 'MARKETPLACE' | 'TOPTAL_RECRUIT';
|
|
691
|
+
export type EngagementOperations = {
|
|
692
|
+
__typename?: 'EngagementOperations';
|
|
693
|
+
scheduleEngagementBreak: EngagementOperationsScheduleEngagementBreak;
|
|
694
|
+
};
|
|
695
|
+
export type EngagementOperationsScheduleEngagementBreak = {
|
|
696
|
+
__typename?: 'EngagementOperationsScheduleEngagementBreak';
|
|
697
|
+
callable: Scalars['String']['output'];
|
|
698
|
+
};
|
|
699
|
+
export type EngagementOps = {
|
|
700
|
+
__typename?: 'EngagementOps';
|
|
701
|
+
createBreak: Maybe<EngagementCreateBreakPayload>;
|
|
702
|
+
proposeEndDate: Maybe<MutationResult>;
|
|
703
|
+
};
|
|
704
|
+
export type EngagementOpsCreateBreakArgs = {
|
|
705
|
+
input: InputMaybe<Scalars['Unknown']['input']>;
|
|
706
|
+
};
|
|
707
|
+
export type EngagementOpsProposeEndDateArgs = {
|
|
708
|
+
input: InputMaybe<Scalars['Unknown']['input']>;
|
|
709
|
+
};
|
|
710
|
+
export type EngagementRatePeriodEnum = 'HOUR' | 'WEEK';
|
|
711
|
+
export type EngagementStatusEnum = 'ACTIVE' | 'COMPLETED';
|
|
712
|
+
export type EngagementTrialStatusEnum = 'CANCELED' | 'EXPIRED' | 'PENDING' | 'REJECTED' | 'SUCCESSFUL';
|
|
713
|
+
export type EnrollInLearningProgramPayload = MutationResult & {
|
|
714
|
+
__typename?: 'EnrollInLearningProgramPayload';
|
|
715
|
+
errors: Maybe<Array<Maybe<UserError>>>;
|
|
716
|
+
success: Scalars['Boolean']['output'];
|
|
717
|
+
};
|
|
718
|
+
export type EstimatedLengthFilterEnum = 'FROM_1_TO_2_WEEKS' | 'FROM_2_TO_3_MONTHS' | 'FROM_2_TO_4_WEEKS' | 'FROM_3_TO_6_MONTHS' | 'FROM_4_TO_8_WEEKS' | 'FROM_6_TO_12_MONTHS' | 'OVER_12_MONTHS' | 'UNKNOWN';
|
|
719
|
+
export type FeedbackReason = {
|
|
720
|
+
__typename?: 'FeedbackReason';
|
|
721
|
+
identifier: Scalars['String']['output'];
|
|
722
|
+
nameForRole: Scalars['String']['output'];
|
|
723
|
+
};
|
|
724
|
+
export type HideCommunitySlackChannelRecommendationInput = {
|
|
725
|
+
_placeholder: InputMaybe<Scalars['String']['input']>;
|
|
726
|
+
};
|
|
727
|
+
export type HideCommunitySlackChannelRecommendationPayload = MutationResult & {
|
|
728
|
+
__typename?: 'HideCommunitySlackChannelRecommendationPayload';
|
|
729
|
+
errors: Maybe<Array<Maybe<UserError>>>;
|
|
730
|
+
success: Scalars['Boolean']['output'];
|
|
731
|
+
};
|
|
732
|
+
export type HireMeBanner = {
|
|
733
|
+
__typename?: 'HireMeBanner';
|
|
734
|
+
enabled: Scalars['Boolean']['output'];
|
|
735
|
+
experimentVariant: Scalars['String']['output'];
|
|
736
|
+
personalWebsiteUrl: Scalars['String']['output'];
|
|
737
|
+
referralUrl: Scalars['String']['output'];
|
|
738
|
+
submitted: Scalars['Boolean']['output'];
|
|
739
|
+
verificationStatus: Scalars['String']['output'];
|
|
740
|
+
verifiedCount: Scalars['Int']['output'];
|
|
741
|
+
};
|
|
742
|
+
export type HourlyRate = {
|
|
743
|
+
__typename?: 'HourlyRate';
|
|
744
|
+
budgetFit: Scalars['String']['output'];
|
|
745
|
+
};
|
|
746
|
+
export type HourlyRateFilter = {
|
|
747
|
+
budgetFit: InputMaybe<Scalars['Unknown']['input']>;
|
|
748
|
+
};
|
|
749
|
+
export type Industry = Node & {
|
|
750
|
+
__typename?: 'Industry';
|
|
751
|
+
id: Scalars['ID']['output'];
|
|
752
|
+
name: Scalars['String']['output'];
|
|
753
|
+
};
|
|
754
|
+
export type IndustryConnection = {
|
|
755
|
+
__typename?: 'IndustryConnection';
|
|
756
|
+
nodes: Array<Maybe<Industry>>;
|
|
757
|
+
totalCount: Scalars['Int']['output'];
|
|
758
|
+
};
|
|
759
|
+
export type IndustryConnections = {
|
|
760
|
+
__typename?: 'IndustryConnections';
|
|
761
|
+
nodes: Array<Maybe<Employment>>;
|
|
762
|
+
};
|
|
763
|
+
export type IndustryConnectionsCreateInput = {
|
|
764
|
+
industryId: Scalars['String']['input'];
|
|
765
|
+
profileItems: Array<InputMaybe<Scalars['Unknown']['input']>>;
|
|
766
|
+
};
|
|
767
|
+
export type InterviewAcceptPayload = MutationResult & {
|
|
768
|
+
__typename?: 'InterviewAcceptPayload';
|
|
769
|
+
errors: Maybe<Array<Maybe<UserError>>>;
|
|
770
|
+
success: Scalars['Boolean']['output'];
|
|
771
|
+
};
|
|
772
|
+
export type InterviewContext = {
|
|
773
|
+
__typename?: 'InterviewContext';
|
|
774
|
+
subject: Maybe<Scalars['Unknown']['output']>;
|
|
775
|
+
};
|
|
776
|
+
export type InterviewGuideSectionIdentifierEnum = 'ASK_YOUR_CLIENT' | 'GAPS' | 'JOB_HIGHLIGHTS' | 'POTENTIAL_QUESTIONS' | 'PRO_TIPS' | 'STRENGTHS';
|
|
777
|
+
export type InterviewGuideTipIdentifierEnum = 'BE_PRESENTABLE' | 'CAMERA_ON' | 'DONT_DISCUSS_RATE' | 'GAP_ANALYSIS' | 'HIRING_FACTORS' | 'JOB_SUMMARY' | 'PROFILE_REFERENCES' | 'QUESTIONS_TO_ASK' | 'QUESTIONS_TO_PREPARE_FOR' | 'SMALL_TALK' | 'STANDARD_QUESTIONS' | 'STRENGTHS_OVERLAP';
|
|
778
|
+
export type InterviewKindEnum = 'EXTERNAL' | 'INTERNAL';
|
|
779
|
+
export type InterviewOps = {
|
|
780
|
+
__typename?: 'InterviewOps';
|
|
781
|
+
accept: Maybe<InterviewAcceptPayload>;
|
|
782
|
+
changeTalentNotes: Maybe<MutationResult>;
|
|
783
|
+
reject: Maybe<InterviewRejectPayload>;
|
|
784
|
+
};
|
|
785
|
+
export type InterviewOpsAcceptArgs = {
|
|
786
|
+
input: InputMaybe<Scalars['Unknown']['input']>;
|
|
787
|
+
};
|
|
788
|
+
export type InterviewOpsChangeTalentNotesArgs = {
|
|
789
|
+
input: InterviewTalentNotesInput;
|
|
790
|
+
};
|
|
791
|
+
export type InterviewOpsRejectArgs = {
|
|
792
|
+
input: InputMaybe<Scalars['Unknown']['input']>;
|
|
793
|
+
};
|
|
794
|
+
export type InterviewRejectPayload = MutationResult & {
|
|
795
|
+
__typename?: 'InterviewRejectPayload';
|
|
796
|
+
errors: Maybe<Array<Maybe<UserError>>>;
|
|
797
|
+
success: Scalars['Boolean']['output'];
|
|
798
|
+
};
|
|
799
|
+
export type InterviewRejectReason = {
|
|
800
|
+
__typename?: 'InterviewRejectReason';
|
|
801
|
+
commentRequired: Scalars['Boolean']['output'];
|
|
802
|
+
identifier: Scalars['String']['output'];
|
|
803
|
+
label: Scalars['String']['output'];
|
|
804
|
+
};
|
|
805
|
+
export type InterviewStatusEnum = 'ACCEPTED' | 'MISSED' | 'PENDING' | 'REJECTED' | 'SCHEDULED' | 'TIME_ACCEPTED' | 'TIME_REJECTED';
|
|
806
|
+
export type InterviewTalentNotesInput = {
|
|
807
|
+
_placeholder: InputMaybe<Scalars['String']['input']>;
|
|
808
|
+
};
|
|
809
|
+
export type InterviewTalentNotesPayload = MutationResult & {
|
|
810
|
+
__typename?: 'InterviewTalentNotesPayload';
|
|
811
|
+
errors: Maybe<Array<Maybe<UserError>>>;
|
|
812
|
+
success: Scalars['Boolean']['output'];
|
|
813
|
+
};
|
|
814
|
+
export type JobActivityItemStatus = {
|
|
815
|
+
__typename?: 'JobActivityItemStatus';
|
|
816
|
+
raw: Scalars['String']['output'];
|
|
817
|
+
slug: Scalars['String']['output'];
|
|
818
|
+
value: Scalars['String']['output'];
|
|
819
|
+
verbose: Scalars['String']['output'];
|
|
820
|
+
};
|
|
821
|
+
export type JobActivityItemStatusEnum = 'ACTIVE' | 'APPLICATION_REJECTED' | 'APPLIED' | 'AVAILABILITY_REQUEST_CONFIRMED' | 'AVAILABILITY_REQUEST_EXPIRED' | 'AVAILABILITY_REQUEST_PENDING' | 'AVAILABILITY_REQUEST_REJECTED' | 'AVAILABILITY_REQUEST_WITHDRAWN' | 'CANCELED' | 'CLIENT_PENDING_LEGAL' | 'COMPLETED' | 'INTERNAL_INTERVIEW_AWAITING_CONFIRMATION' | 'INTERNAL_INTERVIEW_CANCELED' | 'INTERNAL_INTERVIEW_REQUEST_MISSED' | 'INTERNAL_INTERVIEW_SCHEDULED' | 'INTERNAL_INTERVIEW_TIME_REJECTED' | 'INTERVIEW_AWAITING_CONFIRMATION' | 'INTERVIEW_CANCELED' | 'INTERVIEW_REQUEST_MISSED' | 'INTERVIEW_SCHEDULED' | 'INTERVIEW_TIME_REJECTED' | 'JOB_CANCELED' | 'ON_BREAK' | 'ON_HOLD' | 'ON_TRIAL' | 'PENDING_START' | 'POSITION_FULFILLED' | 'PROFILE_SENT_TO_CLIENT' | 'REJECTED_AFTER_TRIAL' | 'REJECTED_BY_CLIENT' | 'REJECTED_BY_MATCHER' | 'WAITING_AFTER_INTERNAL_INTERVIEW' | 'WAITING_AFTER_INTERVIEW';
|
|
822
|
+
export type JobActivityItemStatusGroup = {
|
|
823
|
+
__typename?: 'JobActivityItemStatusGroup';
|
|
824
|
+
value: Scalars['String']['output'];
|
|
825
|
+
verbose: Scalars['String']['output'];
|
|
826
|
+
};
|
|
827
|
+
export type JobActivityItemStatusGroupEnum = 'ACTIVE_ENGAGEMENT' | 'ARCHIVED' | 'CLOSED_ENGAGEMENT' | 'ON_CLIENT_REVIEW' | 'ON_RECRUITER_REVIEW';
|
|
828
|
+
export type JobActivityList = {
|
|
829
|
+
__typename?: 'JobActivityList';
|
|
830
|
+
entities: Array<Maybe<TalentJobActivityItem>>;
|
|
831
|
+
ids: Array<Maybe<Scalars['ID']['output']>>;
|
|
832
|
+
totalCount: Scalars['Int']['output'];
|
|
833
|
+
};
|
|
834
|
+
export type JobAlertsSubscriptionEnum = 'ALL' | 'MATCHED' | 'NONE';
|
|
835
|
+
export type JobApplication = Node & {
|
|
836
|
+
__typename?: 'JobApplication';
|
|
837
|
+
id: Scalars['ID']['output'];
|
|
838
|
+
requestedHourlyRate: Money;
|
|
839
|
+
};
|
|
840
|
+
export type JobApplyPayload = MutationResult & {
|
|
841
|
+
__typename?: 'JobApplyPayload';
|
|
842
|
+
errors: Maybe<Array<Maybe<UserError>>>;
|
|
843
|
+
success: Scalars['Boolean']['output'];
|
|
844
|
+
};
|
|
845
|
+
export type JobClearInterestStatusPayload = MutationResult & {
|
|
846
|
+
__typename?: 'JobClearInterestStatusPayload';
|
|
847
|
+
errors: Maybe<Array<Maybe<UserError>>>;
|
|
848
|
+
success: Scalars['Boolean']['output'];
|
|
849
|
+
};
|
|
850
|
+
export type JobCommitmentFilterEnum = 'FROM_10_TO_20_HOURS' | 'FROM_20_TO_30_HOURS' | 'FROM_30_TO_40_HOURS' | 'FULL_TIME' | 'HOURLY' | 'PART_TIME' | 'SUITABLE' | 'UP_TO_10_HOURS';
|
|
851
|
+
export type JobEstimatedLength = {
|
|
852
|
+
__typename?: 'JobEstimatedLength';
|
|
853
|
+
enumValue: Scalars['String']['output'];
|
|
854
|
+
};
|
|
855
|
+
export type JobEstimatedLengthEnum = 'FROM_1_TO_2_WEEKS' | 'FROM_2_TO_3_MONTHS' | 'FROM_2_TO_4_WEEKS' | 'FROM_3_TO_6_MONTHS' | 'FROM_4_TO_8_WEEKS' | 'FROM_6_TO_12_MONTHS' | 'OVER_12_MONTHS' | 'UNKNOWN';
|
|
856
|
+
export type JobExpertiseAnswerInput = {
|
|
857
|
+
other: InputMaybe<Scalars['Unknown']['input']>;
|
|
858
|
+
questionId: Scalars['String']['input'];
|
|
859
|
+
subjectId: InputMaybe<Scalars['Unknown']['input']>;
|
|
860
|
+
};
|
|
861
|
+
export type JobHiringStatus = {
|
|
862
|
+
__typename?: 'JobHiringStatus';
|
|
863
|
+
hiredCount: Scalars['Int']['output'];
|
|
864
|
+
hiringStatus: Scalars['String']['output'];
|
|
865
|
+
hiringStatusColor: Scalars['String']['output'];
|
|
866
|
+
verbose: Maybe<Scalars['String']['output']>;
|
|
867
|
+
};
|
|
868
|
+
export type JobHiringStatusEnum = 'ACCEPTING_APPLICATIONS' | 'ALREADY_INTERVIEWING' | 'BE_FIRST_TO_APPLY' | 'CANDIDATES_INTRODUCED_TO_CLIENT' | 'FULFILLED' | 'INELIGIBLE' | 'REVIEWING_APPLICATIONS';
|
|
869
|
+
export type JobIndustriesConnection = {
|
|
870
|
+
__typename?: 'JobIndustriesConnection';
|
|
871
|
+
edges: Array<Maybe<JobIndustryEdge>>;
|
|
872
|
+
};
|
|
873
|
+
export type JobIndustryEdge = {
|
|
874
|
+
__typename?: 'JobIndustryEdge';
|
|
875
|
+
node: Industry;
|
|
876
|
+
};
|
|
877
|
+
export type JobList = {
|
|
878
|
+
__typename?: 'JobList';
|
|
879
|
+
entities: Array<Maybe<TalentJob>>;
|
|
880
|
+
ids: Array<Maybe<Scalars['ID']['output']>>;
|
|
881
|
+
totalCount: Scalars['Int']['output'];
|
|
882
|
+
unfilteredTotalCount: Scalars['Int']['output'];
|
|
883
|
+
};
|
|
884
|
+
export type JobMarkNotInterestedPayload = MutationResult & {
|
|
885
|
+
__typename?: 'JobMarkNotInterestedPayload';
|
|
886
|
+
errors: Maybe<Array<Maybe<UserError>>>;
|
|
887
|
+
success: Scalars['Boolean']['output'];
|
|
888
|
+
};
|
|
889
|
+
export type JobMarkSavedPayload = MutationResult & {
|
|
890
|
+
__typename?: 'JobMarkSavedPayload';
|
|
891
|
+
errors: Maybe<Array<Maybe<UserError>>>;
|
|
892
|
+
success: Scalars['Boolean']['output'];
|
|
893
|
+
};
|
|
894
|
+
export type JobMarkViewedInput = {
|
|
895
|
+
_placeholder: InputMaybe<Scalars['String']['input']>;
|
|
896
|
+
};
|
|
897
|
+
export type JobMarkViewedPayload = MutationResult & {
|
|
898
|
+
__typename?: 'JobMarkViewedPayload';
|
|
899
|
+
errors: Maybe<Array<Maybe<UserError>>>;
|
|
900
|
+
success: Scalars['Boolean']['output'];
|
|
901
|
+
};
|
|
902
|
+
export type JobOperations = {
|
|
903
|
+
__typename?: 'JobOperations';
|
|
904
|
+
apply: JobOperationsApply;
|
|
905
|
+
markSaved: Operation;
|
|
906
|
+
};
|
|
907
|
+
export type JobOperationsApply = {
|
|
908
|
+
__typename?: 'JobOperationsApply';
|
|
909
|
+
errors: Array<Maybe<JobOperationsApplyError>>;
|
|
910
|
+
};
|
|
911
|
+
export type JobOperationsApplyError = {
|
|
912
|
+
__typename?: 'JobOperationsApplyError';
|
|
913
|
+
code: Scalars['String']['output'];
|
|
914
|
+
message: Scalars['String']['output'];
|
|
915
|
+
};
|
|
916
|
+
export type JobOperationsApplyErrorsEnum = 'ALREADY_APPLIED' | 'AVAILABILITY_REQUEST_ADDRESSED_OR_ADDRESSABLE' | 'ID_VERIFICATION_REQUIRED' | 'LEGACY_CLIENT' | 'NOT_ELIGIBLE' | 'NOT_ENOUGH_AVAILABLE_HOURS' | 'NO_MATCHING_SKILLS' | 'SPECIALIZATION_MISMATCH';
|
|
917
|
+
export type JobOps = {
|
|
918
|
+
__typename?: 'JobOps';
|
|
919
|
+
apply: Maybe<JobApplyPayload>;
|
|
920
|
+
clearInterestStatus: Maybe<JobClearInterestStatusPayload>;
|
|
921
|
+
markNotInterested: Maybe<JobMarkNotInterestedPayload>;
|
|
922
|
+
markSaved: Maybe<JobMarkSavedPayload>;
|
|
923
|
+
markViewed: Maybe<JobMarkViewedPayload>;
|
|
924
|
+
startIdVerification: Maybe<TalentStartIdVerificationPayload>;
|
|
925
|
+
};
|
|
926
|
+
export type JobOpsApplyArgs = {
|
|
927
|
+
input: InputMaybe<Scalars['Unknown']['input']>;
|
|
928
|
+
};
|
|
929
|
+
export type JobOpsClearInterestStatusArgs = {
|
|
930
|
+
input: InputMaybe<Scalars['Unknown']['input']>;
|
|
931
|
+
};
|
|
932
|
+
export type JobOpsMarkNotInterestedArgs = {
|
|
933
|
+
input: InputMaybe<Scalars['Unknown']['input']>;
|
|
934
|
+
};
|
|
935
|
+
export type JobOpsMarkSavedArgs = {
|
|
936
|
+
input: InputMaybe<Scalars['Unknown']['input']>;
|
|
937
|
+
};
|
|
938
|
+
export type JobOpsMarkViewedArgs = {
|
|
939
|
+
input: InputMaybe<Scalars['Unknown']['input']>;
|
|
940
|
+
};
|
|
941
|
+
export type JobOpsStartIdVerificationArgs = {
|
|
942
|
+
input: InputMaybe<Scalars['Unknown']['input']>;
|
|
943
|
+
};
|
|
944
|
+
export type JobPositionAnswer = Node & {
|
|
945
|
+
__typename?: 'JobPositionAnswer';
|
|
946
|
+
answer: Scalars['String']['output'];
|
|
947
|
+
id: Scalars['ID']['output'];
|
|
948
|
+
question: JobPositionQuestion;
|
|
949
|
+
};
|
|
950
|
+
export type JobPositionAnswerInput = {
|
|
951
|
+
answer: Scalars['String']['input'];
|
|
952
|
+
id: Scalars['String']['input'];
|
|
953
|
+
};
|
|
954
|
+
export type JobPositionAnswerInterfaceEnum = 'DISPLAY_HOURS_OVERLAP';
|
|
955
|
+
export type JobPositionQuestion = Node & {
|
|
956
|
+
__typename?: 'JobPositionQuestion';
|
|
957
|
+
id: Scalars['ID']['output'];
|
|
958
|
+
question: Scalars['String']['output'];
|
|
959
|
+
};
|
|
960
|
+
export type JobSkillSet = Node & {
|
|
961
|
+
__typename?: 'JobSkillSet';
|
|
962
|
+
id: Scalars['ID']['output'];
|
|
963
|
+
isOptional: Scalars['Boolean']['output'];
|
|
964
|
+
rating: Scalars['Int']['output'];
|
|
965
|
+
theSkill: Skill;
|
|
966
|
+
};
|
|
967
|
+
export type JobSkillSetEdge = {
|
|
968
|
+
__typename?: 'JobSkillSetEdge';
|
|
969
|
+
node: JobSkillSet;
|
|
970
|
+
};
|
|
971
|
+
export type JobSkillSetsConnection = {
|
|
972
|
+
__typename?: 'JobSkillSetsConnection';
|
|
973
|
+
edges: Array<Maybe<JobSkillSetEdge>>;
|
|
974
|
+
};
|
|
975
|
+
export type JobSpecialization = {
|
|
976
|
+
__typename?: 'JobSpecialization';
|
|
977
|
+
title: Scalars['String']['output'];
|
|
978
|
+
};
|
|
979
|
+
export type JobTimeZone = {
|
|
980
|
+
__typename?: 'JobTimeZone';
|
|
981
|
+
hoursOverlap: Maybe<Scalars['Int']['output']>;
|
|
982
|
+
recommendedHoursOverlap: Scalars['Int']['output'];
|
|
983
|
+
timeZone: TimeZone;
|
|
984
|
+
verbose: Scalars['String']['output'];
|
|
985
|
+
workingHoursAreApproximate: Scalars['Boolean']['output'];
|
|
986
|
+
workingTimeFrom: Scalars['String']['output'];
|
|
987
|
+
workingTimeTo: Scalars['String']['output'];
|
|
988
|
+
};
|
|
989
|
+
export type JobUnmarkNotInterestedPayload = MutationResult & {
|
|
990
|
+
__typename?: 'JobUnmarkNotInterestedPayload';
|
|
991
|
+
errors: Maybe<Array<Maybe<UserError>>>;
|
|
992
|
+
success: Scalars['Boolean']['output'];
|
|
993
|
+
};
|
|
994
|
+
export type JobWorkType = {
|
|
995
|
+
__typename?: 'JobWorkType';
|
|
996
|
+
slug: Scalars['String']['output'];
|
|
997
|
+
};
|
|
998
|
+
export type JobWorkTypeSlug = 'MIXED' | 'ONSITE' | 'RECRUITING' | 'REMOTE';
|
|
999
|
+
export type KeyValueStrings = {
|
|
1000
|
+
__typename?: 'KeyValueStrings';
|
|
1001
|
+
key: Scalars['String']['output'];
|
|
1002
|
+
value: Scalars['String']['output'];
|
|
1003
|
+
};
|
|
1004
|
+
export type Language = Node & {
|
|
1005
|
+
__typename?: 'Language';
|
|
1006
|
+
id: Scalars['ID']['output'];
|
|
1007
|
+
name: Scalars['String']['output'];
|
|
1008
|
+
};
|
|
1009
|
+
export type LearningProgramMutations = {
|
|
1010
|
+
__typename?: 'LearningProgramMutations';
|
|
1011
|
+
enroll: Maybe<MutationResult>;
|
|
1012
|
+
};
|
|
1013
|
+
export type LearningProgramMutationsEnrollArgs = {
|
|
1014
|
+
input: InputMaybe<Scalars['Unknown']['input']>;
|
|
1015
|
+
};
|
|
1016
|
+
export type ManagementExperience = {
|
|
1017
|
+
__typename?: 'ManagementExperience';
|
|
1018
|
+
reportsRange: Maybe<Scalars['String']['output']>;
|
|
1019
|
+
};
|
|
1020
|
+
export type MarkAsPreferredPaymentOptionInput = {
|
|
1021
|
+
_placeholder: InputMaybe<Scalars['String']['input']>;
|
|
1022
|
+
};
|
|
1023
|
+
export type MarkAsPreferredPaymentOptionPayload = MutationResult & {
|
|
1024
|
+
__typename?: 'MarkAsPreferredPaymentOptionPayload';
|
|
1025
|
+
errors: Maybe<Array<Maybe<UserError>>>;
|
|
1026
|
+
success: Scalars['Boolean']['output'];
|
|
1027
|
+
};
|
|
1028
|
+
export type MarkJobsAsViewedInput = {
|
|
1029
|
+
_placeholder: InputMaybe<Scalars['String']['input']>;
|
|
1030
|
+
};
|
|
1031
|
+
export type MarkJobsAsViewedPayload = MutationResult & {
|
|
1032
|
+
__typename?: 'MarkJobsAsViewedPayload';
|
|
1033
|
+
errors: Maybe<Array<Maybe<UserError>>>;
|
|
1034
|
+
success: Scalars['Boolean']['output'];
|
|
1035
|
+
};
|
|
1036
|
+
export type MarkMarketplaceMigrationNotificationSeenPayload = MutationResult & {
|
|
1037
|
+
__typename?: 'MarkMarketplaceMigrationNotificationSeenPayload';
|
|
1038
|
+
errors: Maybe<Array<Maybe<UserError>>>;
|
|
1039
|
+
success: Scalars['Boolean']['output'];
|
|
1040
|
+
};
|
|
1041
|
+
export type MarkSeenFirstJobNotificationPayload = MutationResult & {
|
|
1042
|
+
__typename?: 'MarkSeenFirstJobNotificationPayload';
|
|
1043
|
+
errors: Maybe<Array<Maybe<UserError>>>;
|
|
1044
|
+
success: Scalars['Boolean']['output'];
|
|
1045
|
+
};
|
|
1046
|
+
export type MemorandumBalanceEnum = 'CREDIT' | 'DEBIT';
|
|
1047
|
+
export type MemorandumsConnection = {
|
|
1048
|
+
__typename?: 'MemorandumsConnection';
|
|
1049
|
+
nodes: Array<Maybe<Scalars['Unknown']['output']>>;
|
|
1050
|
+
};
|
|
1051
|
+
export type MinimumCommitmentInapplicableReason = 'HAS_BREAK' | 'IS_TRIAL' | 'NOT_FULL_LENGTH';
|
|
1052
|
+
export type MobileAccess = {
|
|
1053
|
+
__typename?: 'MobileAccess';
|
|
1054
|
+
deviceType: Scalars['String']['output'];
|
|
1055
|
+
startedAt: Scalars['DateTime']['output'];
|
|
1056
|
+
};
|
|
1057
|
+
export type MobileAnnouncement = Node & {
|
|
1058
|
+
__typename?: 'MobileAnnouncement';
|
|
1059
|
+
destination: MobileAnnouncementDestination;
|
|
1060
|
+
id: Scalars['ID']['output'];
|
|
1061
|
+
style: Scalars['String']['output'];
|
|
1062
|
+
summary: Scalars['String']['output'];
|
|
1063
|
+
};
|
|
1064
|
+
export type MobileAnnouncementDestination = MobileExternalLink | MobileTopTip;
|
|
1065
|
+
export type MobileAnnouncementStyleEnum = 'IMPORTANT' | 'REGULAR' | 'YEAR_IN_REVIEW';
|
|
1066
|
+
export type MobileAppSetting = {
|
|
1067
|
+
__typename?: 'MobileAppSetting';
|
|
1068
|
+
hasSeenJobOfferDiclaimer: Scalars['Boolean']['output'];
|
|
1069
|
+
};
|
|
1070
|
+
export type MobileAppSubmitFeedbackPayload = MutationResult & {
|
|
1071
|
+
__typename?: 'MobileAppSubmitFeedbackPayload';
|
|
1072
|
+
errors: Maybe<Array<Maybe<UserError>>>;
|
|
1073
|
+
success: Scalars['Boolean']['output'];
|
|
1074
|
+
};
|
|
1075
|
+
export type MobileAppViewJobOfferDisclaimerPayload = MutationResult & {
|
|
1076
|
+
__typename?: 'MobileAppViewJobOfferDisclaimerPayload';
|
|
1077
|
+
errors: Maybe<Array<Maybe<UserError>>>;
|
|
1078
|
+
success: Scalars['Boolean']['output'];
|
|
1079
|
+
};
|
|
1080
|
+
export type MobileExternalLink = {
|
|
1081
|
+
__typename?: 'MobileExternalLink';
|
|
1082
|
+
externalUrl: Maybe<Scalars['String']['output']>;
|
|
1083
|
+
};
|
|
1084
|
+
export type MobileFeedbackFeatureEnum = '_UNKNOWN';
|
|
1085
|
+
export type MobileFeedbackQuestion = MobileFeedbackQuestionEmojiRating;
|
|
1086
|
+
export type MobileFeedbackQuestionEmojiRating = {
|
|
1087
|
+
__typename?: 'MobileFeedbackQuestionEmojiRating';
|
|
1088
|
+
label: Maybe<Scalars['String']['output']>;
|
|
1089
|
+
options: Maybe<Array<MobileFeedbackQuestionEmojiRatingOption>>;
|
|
1090
|
+
};
|
|
1091
|
+
export type MobileFeedbackQuestionEmojiRatingOption = {
|
|
1092
|
+
__typename?: 'MobileFeedbackQuestionEmojiRatingOption';
|
|
1093
|
+
label: Maybe<Scalars['String']['output']>;
|
|
1094
|
+
value: Maybe<Scalars['String']['output']>;
|
|
1095
|
+
};
|
|
1096
|
+
export type MobileStoryPageContent = MobileStoryPageContentBadge | MobileStoryPageContentChart | MobileStoryPageContentMetric | MobileStoryPageContentYearsAtToptal;
|
|
1097
|
+
export type MobileStoryPageContentBadge = {
|
|
1098
|
+
__typename?: 'MobileStoryPageContentBadge';
|
|
1099
|
+
badges: Maybe<Array<Badge>>;
|
|
1100
|
+
subtitle: Maybe<Scalars['String']['output']>;
|
|
1101
|
+
};
|
|
1102
|
+
export type MobileStoryPageContentChart = {
|
|
1103
|
+
__typename?: 'MobileStoryPageContentChart';
|
|
1104
|
+
color: Maybe<Scalars['String']['output']>;
|
|
1105
|
+
data: Maybe<Array<MobileStoryPageContentChartDataPoint>>;
|
|
1106
|
+
kind: Maybe<Scalars['String']['output']>;
|
|
1107
|
+
secondaryColor: Maybe<Scalars['String']['output']>;
|
|
1108
|
+
summary: Maybe<Scalars['String']['output']>;
|
|
1109
|
+
title: Maybe<Scalars['String']['output']>;
|
|
1110
|
+
};
|
|
1111
|
+
export type MobileStoryPageContentChartDataPoint = {
|
|
1112
|
+
__typename?: 'MobileStoryPageContentChartDataPoint';
|
|
1113
|
+
date: Maybe<Scalars['String']['output']>;
|
|
1114
|
+
value: Maybe<Scalars['BigDecimal']['output']>;
|
|
1115
|
+
};
|
|
1116
|
+
export type MobileStoryPageContentChartKind = 'BAR' | 'LINE';
|
|
1117
|
+
export type MobileStoryPageContentMetric = {
|
|
1118
|
+
__typename?: 'MobileStoryPageContentMetric';
|
|
1119
|
+
metric: Maybe<Scalars['String']['output']>;
|
|
1120
|
+
metricUnit: Maybe<Scalars['String']['output']>;
|
|
1121
|
+
subtitle: Maybe<Scalars['String']['output']>;
|
|
1122
|
+
};
|
|
1123
|
+
export type MobileStoryPageContentYearsAtToptal = {
|
|
1124
|
+
__typename?: 'MobileStoryPageContentYearsAtToptal';
|
|
1125
|
+
yearsAtToptal: Maybe<Scalars['Int']['output']>;
|
|
1126
|
+
};
|
|
1127
|
+
export type MobileTopTip = Node & {
|
|
1128
|
+
__typename?: 'MobileTopTip';
|
|
1129
|
+
id: Scalars['ID']['output'];
|
|
1130
|
+
imageUrls: Array<Maybe<Scalars['String']['output']>>;
|
|
1131
|
+
textMd: Scalars['String']['output'];
|
|
1132
|
+
title: Scalars['String']['output'];
|
|
1133
|
+
};
|
|
1134
|
+
export type Money = {
|
|
1135
|
+
__typename?: 'Money';
|
|
1136
|
+
decimal: Scalars['String']['output'];
|
|
1137
|
+
verbose: Scalars['String']['output'];
|
|
1138
|
+
};
|
|
1139
|
+
export type Mutation = {
|
|
1140
|
+
__typename?: 'Mutation';
|
|
1141
|
+
acceptFreelanceTalentAgreement: Maybe<MutationResult>;
|
|
1142
|
+
acceptGigReachOut: Maybe<MutationResult>;
|
|
1143
|
+
acknowledgeAllTalentBadges: Maybe<MutationResult>;
|
|
1144
|
+
addProfileIndustryConnections: Maybe<MutationResult>;
|
|
1145
|
+
auth: Maybe<AuthOps>;
|
|
1146
|
+
availabilityRequest: Maybe<AvailabilityRequestOps>;
|
|
1147
|
+
bookingPage: Maybe<BookingPageMutations>;
|
|
1148
|
+
calendar: Maybe<CalendarMutations>;
|
|
1149
|
+
calendarAuth: Maybe<CalendarAuthMutations>;
|
|
1150
|
+
coachingEngagement: Maybe<CoachingEngagementMutations>;
|
|
1151
|
+
codeOfConduct: Maybe<CodeOfConductMutations>;
|
|
1152
|
+
communityEvent: Maybe<CommunityEventOps>;
|
|
1153
|
+
completeConsultationsTraining: Maybe<MutationResult>;
|
|
1154
|
+
completeConsultingOnboarding: Maybe<MutationResult>;
|
|
1155
|
+
completeConsultingTraining: Maybe<MutationResult>;
|
|
1156
|
+
createCommunityLeaderApplication: Maybe<MutationResult>;
|
|
1157
|
+
createTopChatConversation: Maybe<MutationResult>;
|
|
1158
|
+
createTopChatUpload: Maybe<MutationResult>;
|
|
1159
|
+
engagement: Maybe<EngagementOps>;
|
|
1160
|
+
engagementBreak: Maybe<EngagementBreakOps>;
|
|
1161
|
+
hideCommunitySlackChannelRecommendation: Maybe<MutationResult>;
|
|
1162
|
+
interview: Maybe<InterviewOps>;
|
|
1163
|
+
job: Maybe<JobOps>;
|
|
1164
|
+
learningProgram: Maybe<LearningProgramMutations>;
|
|
1165
|
+
markJobsAsViewed: Maybe<MutationResult>;
|
|
1166
|
+
mobileAppSubmitFeedback: Maybe<MutationResult>;
|
|
1167
|
+
mobileAppViewJobOfferDisclaimer: Maybe<MutationResult>;
|
|
1168
|
+
notificationSetting: Maybe<NotificationSettingOps>;
|
|
1169
|
+
paymentOption: Maybe<PaymentOptionMutations>;
|
|
1170
|
+
preliminarySearchSetting: Maybe<PreliminarySearchSettingOps>;
|
|
1171
|
+
quiz: Maybe<QuizMutations>;
|
|
1172
|
+
recordDeviceData: Maybe<RecordDeviceDataPayload>;
|
|
1173
|
+
recordLocation: Maybe<MutationResult>;
|
|
1174
|
+
referralizeUrl: Maybe<MutationResult>;
|
|
1175
|
+
rejectGigReachOut: Maybe<MutationResult>;
|
|
1176
|
+
removeProfileSkillSet: Maybe<RemoveProfileSkillSetPayload>;
|
|
1177
|
+
revokeSlackApplicationToken: Maybe<MutationResult>;
|
|
1178
|
+
saveProfileSkillSetsAndConnections: Maybe<SaveProfileSkillSetsAndConnectionsPayload>;
|
|
1179
|
+
searchFilters: Maybe<SearchFiltersOps>;
|
|
1180
|
+
searchSubscription: Maybe<SearchSubscriptionOps>;
|
|
1181
|
+
sendReferralEmail: Maybe<SendReferralEmailPayload>;
|
|
1182
|
+
shortenUrl: Maybe<MutationResult>;
|
|
1183
|
+
specialization: Maybe<SpecializationMutations>;
|
|
1184
|
+
submitGigFeedback: Maybe<MutationResult>;
|
|
1185
|
+
submitTimesheet: Maybe<SubmitTimesheetPayload>;
|
|
1186
|
+
surveys: Maybe<SurveysOps>;
|
|
1187
|
+
switchMobileRole: Maybe<SwitchMobileRolePayload>;
|
|
1188
|
+
switchRole: Maybe<MutationResult>;
|
|
1189
|
+
talentPortalSetting: Maybe<TalentPortalSettingMutations>;
|
|
1190
|
+
talentVideoPitch: Maybe<TalentVideoPitchMutations>;
|
|
1191
|
+
termsOfService: Maybe<TermsOfServiceMutations>;
|
|
1192
|
+
tokens: Maybe<ApnTokensOps>;
|
|
1193
|
+
updateConsultingRate: Maybe<MutationResult>;
|
|
1194
|
+
updateMeetingHours: Maybe<MutationResult>;
|
|
1195
|
+
updateProfileIndustryConnections: Maybe<MutationResult>;
|
|
1196
|
+
updateProfileSkillSetPublicities: Maybe<MutationResult>;
|
|
1197
|
+
updateTimesheet: Maybe<NotificationSettingUpdateTimesheetReminderPayload>;
|
|
1198
|
+
updateWorkingHours: Maybe<MutationResult>;
|
|
1199
|
+
uploadTimesheet: Maybe<MutationResult>;
|
|
1200
|
+
viewerRole: Maybe<ViewerRoleOps>;
|
|
1201
|
+
};
|
|
1202
|
+
export type MutationAcceptFreelanceTalentAgreementArgs = {
|
|
1203
|
+
input: AcceptFreelanceTalentAgreementInput;
|
|
1204
|
+
};
|
|
1205
|
+
export type MutationAcceptGigReachOutArgs = {
|
|
1206
|
+
input: InputMaybe<Scalars['Unknown']['input']>;
|
|
1207
|
+
};
|
|
1208
|
+
export type MutationAcknowledgeAllTalentBadgesArgs = {
|
|
1209
|
+
input: InputMaybe<Scalars['Unknown']['input']>;
|
|
1210
|
+
};
|
|
1211
|
+
export type MutationAddProfileIndustryConnectionsArgs = {
|
|
1212
|
+
input: AddProfileIndustryConnectionsInput;
|
|
1213
|
+
};
|
|
1214
|
+
export type MutationAvailabilityRequestArgs = {
|
|
1215
|
+
id: Scalars['ID']['input'];
|
|
1216
|
+
};
|
|
1217
|
+
export type MutationBookingPageArgs = {
|
|
1218
|
+
slug: Scalars['String']['input'];
|
|
1219
|
+
};
|
|
1220
|
+
export type MutationCalendarArgs = {
|
|
1221
|
+
id: Scalars['ID']['input'];
|
|
1222
|
+
};
|
|
1223
|
+
export type MutationCalendarAuthArgs = {
|
|
1224
|
+
id: Scalars['ID']['input'];
|
|
1225
|
+
};
|
|
1226
|
+
export type MutationCodeOfConductArgs = {
|
|
1227
|
+
id: Scalars['ID']['input'];
|
|
1228
|
+
};
|
|
1229
|
+
export type MutationCommunityEventArgs = {
|
|
1230
|
+
id: Scalars['ID']['input'];
|
|
1231
|
+
};
|
|
1232
|
+
export type MutationCompleteConsultationsTrainingArgs = {
|
|
1233
|
+
input: InputMaybe<Scalars['Unknown']['input']>;
|
|
1234
|
+
};
|
|
1235
|
+
export type MutationCompleteConsultingOnboardingArgs = {
|
|
1236
|
+
input: CompleteTalentConsultingOnboardingInput;
|
|
1237
|
+
};
|
|
1238
|
+
export type MutationCompleteConsultingTrainingArgs = {
|
|
1239
|
+
input: InputMaybe<Scalars['Unknown']['input']>;
|
|
1240
|
+
};
|
|
1241
|
+
export type MutationCreateCommunityLeaderApplicationArgs = {
|
|
1242
|
+
input: CreateCommunityLeaderApplicationInput;
|
|
1243
|
+
};
|
|
1244
|
+
export type MutationCreateTopChatConversationArgs = {
|
|
1245
|
+
input: CreateTopChatConversationInput;
|
|
1246
|
+
};
|
|
1247
|
+
export type MutationCreateTopChatUploadArgs = {
|
|
1248
|
+
input: InputMaybe<Scalars['Unknown']['input']>;
|
|
1249
|
+
};
|
|
1250
|
+
export type MutationEngagementArgs = {
|
|
1251
|
+
id: Scalars['ID']['input'];
|
|
1252
|
+
};
|
|
1253
|
+
export type MutationEngagementBreakArgs = {
|
|
1254
|
+
id: Scalars['ID']['input'];
|
|
1255
|
+
};
|
|
1256
|
+
export type MutationHideCommunitySlackChannelRecommendationArgs = {
|
|
1257
|
+
input: HideCommunitySlackChannelRecommendationInput;
|
|
1258
|
+
};
|
|
1259
|
+
export type MutationInterviewArgs = {
|
|
1260
|
+
id: Scalars['ID']['input'];
|
|
1261
|
+
};
|
|
1262
|
+
export type MutationJobArgs = {
|
|
1263
|
+
id: Scalars['ID']['input'];
|
|
1264
|
+
};
|
|
1265
|
+
export type MutationMarkJobsAsViewedArgs = {
|
|
1266
|
+
input: MarkJobsAsViewedInput;
|
|
1267
|
+
};
|
|
1268
|
+
export type MutationMobileAppSubmitFeedbackArgs = {
|
|
1269
|
+
input: InputMaybe<Scalars['Unknown']['input']>;
|
|
1270
|
+
};
|
|
1271
|
+
export type MutationMobileAppViewJobOfferDisclaimerArgs = {
|
|
1272
|
+
input: InputMaybe<Scalars['Unknown']['input']>;
|
|
1273
|
+
};
|
|
1274
|
+
export type MutationQuizArgs = {
|
|
1275
|
+
id: Scalars['ID']['input'];
|
|
1276
|
+
};
|
|
1277
|
+
export type MutationRecordDeviceDataArgs = {
|
|
1278
|
+
input: InputMaybe<Scalars['Unknown']['input']>;
|
|
1279
|
+
};
|
|
1280
|
+
export type MutationRecordLocationArgs = {
|
|
1281
|
+
input: InputMaybe<Scalars['Unknown']['input']>;
|
|
1282
|
+
};
|
|
1283
|
+
export type MutationReferralizeUrlArgs = {
|
|
1284
|
+
input: ReferralizeUrlInput;
|
|
1285
|
+
};
|
|
1286
|
+
export type MutationRejectGigReachOutArgs = {
|
|
1287
|
+
input: InputMaybe<Scalars['Unknown']['input']>;
|
|
1288
|
+
};
|
|
1289
|
+
export type MutationRemoveProfileSkillSetArgs = {
|
|
1290
|
+
input: InputMaybe<Scalars['Unknown']['input']>;
|
|
1291
|
+
};
|
|
1292
|
+
export type MutationRevokeSlackApplicationTokenArgs = {
|
|
1293
|
+
input: RevokeSlackApplicationTokenInput;
|
|
1294
|
+
};
|
|
1295
|
+
export type MutationSaveProfileSkillSetsAndConnectionsArgs = {
|
|
1296
|
+
input: InputMaybe<Scalars['Unknown']['input']>;
|
|
1297
|
+
};
|
|
1298
|
+
export type MutationSendReferralEmailArgs = {
|
|
1299
|
+
input: InputMaybe<Scalars['Unknown']['input']>;
|
|
1300
|
+
};
|
|
1301
|
+
export type MutationShortenUrlArgs = {
|
|
1302
|
+
input: ShortenUrlInput;
|
|
1303
|
+
};
|
|
1304
|
+
export type MutationSpecializationArgs = {
|
|
1305
|
+
id: Scalars['ID']['input'];
|
|
1306
|
+
};
|
|
1307
|
+
export type MutationSubmitGigFeedbackArgs = {
|
|
1308
|
+
input: SubmitGigFeedbackInput;
|
|
1309
|
+
};
|
|
1310
|
+
export type MutationSubmitTimesheetArgs = {
|
|
1311
|
+
billingCycleId: Scalars['ID']['input'];
|
|
1312
|
+
};
|
|
1313
|
+
export type MutationSwitchMobileRoleArgs = {
|
|
1314
|
+
input: InputMaybe<Scalars['Unknown']['input']>;
|
|
1315
|
+
};
|
|
1316
|
+
export type MutationSwitchRoleArgs = {
|
|
1317
|
+
input: InputMaybe<Scalars['Unknown']['input']>;
|
|
1318
|
+
};
|
|
1319
|
+
export type MutationTermsOfServiceArgs = {
|
|
1320
|
+
id: Scalars['ID']['input'];
|
|
1321
|
+
};
|
|
1322
|
+
export type MutationUpdateConsultingRateArgs = {
|
|
1323
|
+
input: UpdateTalentConsultingRateInput;
|
|
1324
|
+
};
|
|
1325
|
+
export type MutationUpdateMeetingHoursArgs = {
|
|
1326
|
+
input: UpdateMeetingHoursInput;
|
|
1327
|
+
};
|
|
1328
|
+
export type MutationUpdateProfileIndustryConnectionsArgs = {
|
|
1329
|
+
input: InputMaybe<Scalars['Unknown']['input']>;
|
|
1330
|
+
};
|
|
1331
|
+
export type MutationUpdateProfileSkillSetPublicitiesArgs = {
|
|
1332
|
+
input: InputMaybe<Scalars['Unknown']['input']>;
|
|
1333
|
+
};
|
|
1334
|
+
export type MutationUpdateTimesheetArgs = {
|
|
1335
|
+
billingCycleId: Scalars['ID']['input'];
|
|
1336
|
+
comment: Scalars['String']['input'];
|
|
1337
|
+
timesheetRecords: Array<TimesheetRecordsInput>;
|
|
1338
|
+
};
|
|
1339
|
+
export type MutationUpdateWorkingHoursArgs = {
|
|
1340
|
+
input: UpdateWorkingHoursInput;
|
|
1341
|
+
};
|
|
1342
|
+
export type MutationUploadTimesheetArgs = {
|
|
1343
|
+
billingCycleId: Scalars['ID']['input'];
|
|
1344
|
+
input: Scalars['Upload']['input'];
|
|
1345
|
+
};
|
|
1346
|
+
export type MutationResult = {
|
|
1347
|
+
errors: Maybe<Array<Maybe<UserError>>>;
|
|
1348
|
+
success: Scalars['Boolean']['output'];
|
|
1349
|
+
};
|
|
1350
|
+
export type Node = {
|
|
1351
|
+
id: Scalars['ID']['output'];
|
|
1352
|
+
};
|
|
1353
|
+
export type NotificationCenterNotification = Node & {
|
|
1354
|
+
__typename?: 'NotificationCenterNotification';
|
|
1355
|
+
action: Maybe<Scalars['Unknown']['output']>;
|
|
1356
|
+
entity: NotificationEntity;
|
|
1357
|
+
icon: Scalars['String']['output'];
|
|
1358
|
+
id: Scalars['ID']['output'];
|
|
1359
|
+
kind: Scalars['String']['output'];
|
|
1360
|
+
label: Maybe<Scalars['Unknown']['output']>;
|
|
1361
|
+
notificationContext: Maybe<TitleSubtitleContext>;
|
|
1362
|
+
readAt: Maybe<Scalars['Unknown']['output']>;
|
|
1363
|
+
relevantAt: Scalars['DateTime']['output'];
|
|
1364
|
+
text: Scalars['String']['output'];
|
|
1365
|
+
};
|
|
1366
|
+
export type NotificationCenterNotificationLabelStyleEnum = 'INFORMATIONAL';
|
|
1367
|
+
export type NotificationConnection = {
|
|
1368
|
+
__typename?: 'NotificationConnection';
|
|
1369
|
+
ids: Array<Maybe<Scalars['ID']['output']>>;
|
|
1370
|
+
nodes: Array<Maybe<NotificationCenterNotification>>;
|
|
1371
|
+
totalCount: Scalars['Int']['output'];
|
|
1372
|
+
};
|
|
1373
|
+
export type NotificationContext = AvailabilityRequestAnsweredAfterThresholdContext | BadgeContext | InterviewContext | TitleSubtitleContext;
|
|
1374
|
+
export type NotificationEntity = {
|
|
1375
|
+
__typename?: 'NotificationEntity';
|
|
1376
|
+
entityId: Scalars['ID']['output'];
|
|
1377
|
+
kind: Scalars['String']['output'];
|
|
1378
|
+
};
|
|
1379
|
+
export type NotificationEntityKindEnum = 'ALLOCATED_HOURS_CHANGE_REQUEST' | 'AVAILABILITY_CHANGE_INTERFACE' | 'BADGE' | 'BILLING_CYCLE' | 'COMMUNITY_EVENT' | 'CONSULTATION' | 'INTERVIEW_GUIDE' | 'LEGACY_SURVEY' | 'PENDING_TIMESHEETS_INTERFACE' | 'RATE_CHANGE_REQUEST' | 'SURVEY' | 'TALENT_JOB' | 'TALENT_JOB_ACTIVITY_ITEM' | 'TALENT_PAYMENT';
|
|
1380
|
+
export type NotificationIconEnum = 'AWARD' | 'CANDIDATE_SENT' | 'COMMUNITY' | 'INFO' | 'INTERVIEW' | 'JOB_INFO' | 'JOB_REJECTED' | 'PAYMENT' | 'PAYMENT_DISPUTE' | 'REFERRAL' | 'SURVEY' | 'TALENT_ACCEPTED' | 'THUNDER' | 'TIMESHEET' | 'TRIAL';
|
|
1381
|
+
export type NotificationSetting = {
|
|
1382
|
+
__typename?: 'NotificationSetting';
|
|
1383
|
+
jobAlertsMuteWhenUnavailable: Scalars['Boolean']['output'];
|
|
1384
|
+
jobAlertsSubscription: Scalars['String']['output'];
|
|
1385
|
+
smsForNewAvailabilityRequests: Scalars['Boolean']['output'];
|
|
1386
|
+
timesheetReminder: Maybe<Scalars['Unknown']['output']>;
|
|
1387
|
+
};
|
|
1388
|
+
export type NotificationSettingOps = {
|
|
1389
|
+
__typename?: 'NotificationSettingOps';
|
|
1390
|
+
update: Maybe<NotificationSettingUpdatePayload>;
|
|
1391
|
+
updateTimesheetReminder: Maybe<NotificationSettingUpdateTimesheetReminderPayload>;
|
|
1392
|
+
};
|
|
1393
|
+
export type NotificationSettingOpsUpdateArgs = {
|
|
1394
|
+
input: InputMaybe<Scalars['Unknown']['input']>;
|
|
1395
|
+
};
|
|
1396
|
+
export type NotificationSettingOpsUpdateTimesheetReminderArgs = {
|
|
1397
|
+
input: InputMaybe<Scalars['Unknown']['input']>;
|
|
1398
|
+
};
|
|
1399
|
+
export type NotificationSettingUpdateInput = {
|
|
1400
|
+
_placeholder: InputMaybe<Scalars['String']['input']>;
|
|
1401
|
+
};
|
|
1402
|
+
export type NotificationSettingUpdatePayload = MutationResult & {
|
|
1403
|
+
__typename?: 'NotificationSettingUpdatePayload';
|
|
1404
|
+
errors: Maybe<Array<Maybe<UserError>>>;
|
|
1405
|
+
success: Scalars['Boolean']['output'];
|
|
1406
|
+
};
|
|
1407
|
+
export type NotificationSettingUpdateTimesheetReminderPayload = MutationResult & {
|
|
1408
|
+
__typename?: 'NotificationSettingUpdateTimesheetReminderPayload';
|
|
1409
|
+
errors: Maybe<Array<Maybe<UserError>>>;
|
|
1410
|
+
success: Scalars['Boolean']['output'];
|
|
1411
|
+
};
|
|
1412
|
+
export type Operation = {
|
|
1413
|
+
__typename?: 'Operation';
|
|
1414
|
+
callable: Scalars['String']['output'];
|
|
1415
|
+
messages: Array<Maybe<Scalars['Unknown']['output']>>;
|
|
1416
|
+
};
|
|
1417
|
+
export type OperationCallableTypes = 'DISABLED' | 'ENABLED' | 'HIDDEN';
|
|
1418
|
+
export type PaymentFilter = {
|
|
1419
|
+
amount: InputMaybe<Scalars['Unknown']['input']>;
|
|
1420
|
+
clientIds: InputMaybe<Scalars['Unknown']['input']>;
|
|
1421
|
+
createdAt: InputMaybe<Scalars['Unknown']['input']>;
|
|
1422
|
+
createdOn: InputMaybe<Scalars['Unknown']['input']>;
|
|
1423
|
+
dueDate: InputMaybe<Scalars['Unknown']['input']>;
|
|
1424
|
+
engagementId: InputMaybe<Scalars['Unknown']['input']>;
|
|
1425
|
+
kind: InputMaybe<Scalars['Unknown']['input']>;
|
|
1426
|
+
status: InputMaybe<Scalars['Unknown']['input']>;
|
|
1427
|
+
};
|
|
1428
|
+
export type PaymentKindCategory = 'BONUS_PAYMENT' | 'REFERRAL_PAYMENT' | 'TALENT_PAYMENT';
|
|
1429
|
+
export type PaymentOptionMutations = {
|
|
1430
|
+
__typename?: 'PaymentOptionMutations';
|
|
1431
|
+
create: Maybe<CreateBecomeClientPayload>;
|
|
1432
|
+
markAsPreferred: Maybe<MutationResult>;
|
|
1433
|
+
update: Maybe<NotificationSettingUpdatePayload>;
|
|
1434
|
+
};
|
|
1435
|
+
export type PaymentOptionMutationsCreateArgs = {
|
|
1436
|
+
input: CreatePaymentOptionInput;
|
|
1437
|
+
};
|
|
1438
|
+
export type PaymentOptionMutationsMarkAsPreferredArgs = {
|
|
1439
|
+
input: MarkAsPreferredPaymentOptionInput;
|
|
1440
|
+
};
|
|
1441
|
+
export type PaymentOptionMutationsUpdateArgs = {
|
|
1442
|
+
input: UpdatePaymentOptionInput;
|
|
1443
|
+
};
|
|
1444
|
+
export type PaymentStatusFilter = {
|
|
1445
|
+
except: InputMaybe<Scalars['Unknown']['input']>;
|
|
1446
|
+
only: InputMaybe<Scalars['Unknown']['input']>;
|
|
1447
|
+
};
|
|
1448
|
+
export type PaymentsConnection = {
|
|
1449
|
+
__typename?: 'PaymentsConnection';
|
|
1450
|
+
ids: Array<Maybe<Scalars['ID']['output']>>;
|
|
1451
|
+
nodes: Array<Maybe<TalentPayment>>;
|
|
1452
|
+
summary: PaymentsSummary;
|
|
1453
|
+
};
|
|
1454
|
+
export type PaymentsSummary = {
|
|
1455
|
+
__typename?: 'PaymentsSummary';
|
|
1456
|
+
totalDisputed: Scalars['String']['output'];
|
|
1457
|
+
totalDue: Scalars['String']['output'];
|
|
1458
|
+
totalOnHold: Scalars['String']['output'];
|
|
1459
|
+
totalOutstanding: Scalars['String']['output'];
|
|
1460
|
+
totalOverdue: Scalars['String']['output'];
|
|
1461
|
+
totalPaid: Scalars['String']['output'];
|
|
1462
|
+
};
|
|
1463
|
+
export type Photo = {
|
|
1464
|
+
__typename?: 'Photo';
|
|
1465
|
+
large: Scalars['String']['output'];
|
|
1466
|
+
small: Scalars['String']['output'];
|
|
1467
|
+
};
|
|
1468
|
+
export type PitchInput = {
|
|
1469
|
+
certificationPitchItems: InputMaybe<Array<InputMaybe<Scalars['Unknown']['input']>>>;
|
|
1470
|
+
educationPitchItems: InputMaybe<Array<InputMaybe<Scalars['Unknown']['input']>>>;
|
|
1471
|
+
employmentPitchItems: InputMaybe<Array<InputMaybe<Scalars['Unknown']['input']>>>;
|
|
1472
|
+
industryPitchItems: InputMaybe<Array<InputMaybe<Scalars['Unknown']['input']>>>;
|
|
1473
|
+
mentorship: InputMaybe<Scalars['Unknown']['input']>;
|
|
1474
|
+
portfolioPitchItems: InputMaybe<Array<InputMaybe<Scalars['Unknown']['input']>>>;
|
|
1475
|
+
publicationPitchItems: InputMaybe<Array<InputMaybe<Scalars['Unknown']['input']>>>;
|
|
1476
|
+
skillPitchItems: InputMaybe<Array<InputMaybe<Scalars['Unknown']['input']>>>;
|
|
1477
|
+
};
|
|
1478
|
+
export type PitchItemCertificationInput = {
|
|
1479
|
+
certificationId: Scalars['String']['input'];
|
|
1480
|
+
};
|
|
1481
|
+
export type PitchItemEducationInput = {
|
|
1482
|
+
educationId: Scalars['String']['input'];
|
|
1483
|
+
};
|
|
1484
|
+
export type PitchItemEmploymentInput = {
|
|
1485
|
+
additionalTextItems: Array<InputMaybe<Scalars['Unknown']['input']>>;
|
|
1486
|
+
employmentId: Scalars['String']['input'];
|
|
1487
|
+
};
|
|
1488
|
+
export type PitchItemIndustryInput = {
|
|
1489
|
+
industryId: Scalars['String']['input'];
|
|
1490
|
+
};
|
|
1491
|
+
export type PitchItemInterface = {
|
|
1492
|
+
_placeholder: Maybe<Scalars['String']['output']>;
|
|
1493
|
+
};
|
|
1494
|
+
export type PitchItemPortfolioInput = {
|
|
1495
|
+
portfolioItemId: Scalars['String']['input'];
|
|
1496
|
+
};
|
|
1497
|
+
export type PitchItemPublicationInput = {
|
|
1498
|
+
publicationId: Scalars['String']['input'];
|
|
1499
|
+
};
|
|
1500
|
+
export type PitchItemSkillInput = {
|
|
1501
|
+
skillSetId: Scalars['String']['input'];
|
|
1502
|
+
};
|
|
1503
|
+
export type PlatformConfiguration = Node & {
|
|
1504
|
+
__typename?: 'PlatformConfiguration';
|
|
1505
|
+
availabilityRequestRejectReasonsV3: AvailabilityRequestRejectReasonsTypeV3;
|
|
1506
|
+
commitmentHoursDictionary: CommitmentHoursDictionary;
|
|
1507
|
+
engagementBreakReasons: Array<Maybe<FeedbackReason>>;
|
|
1508
|
+
id: Scalars['ID']['output'];
|
|
1509
|
+
interviewRejectReasons: Array<Maybe<InterviewRejectReason>>;
|
|
1510
|
+
marketplaceHelpRequestReasons: Array<Maybe<KeyValueStrings>>;
|
|
1511
|
+
marketplaceMargin: Scalars['String']['output'];
|
|
1512
|
+
notInterestedInJobReasons: Array<Maybe<KeyValueStrings>>;
|
|
1513
|
+
rateValidationRules: TalentRateValidationRules;
|
|
1514
|
+
referralProgramRewards: ReferralProgramRewards;
|
|
1515
|
+
};
|
|
1516
|
+
export type PointOfContactKindEnum = 'MATCHER' | 'MATCHING_OPERATIONS_COORDINATOR';
|
|
1517
|
+
export type PointsOfContact = {
|
|
1518
|
+
__typename?: 'PointsOfContact';
|
|
1519
|
+
current: Recruiter;
|
|
1520
|
+
handoff: Maybe<Scalars['Unknown']['output']>;
|
|
1521
|
+
kind: Scalars['String']['output'];
|
|
1522
|
+
};
|
|
1523
|
+
export type PortfolioItem = Node & {
|
|
1524
|
+
__typename?: 'PortfolioItem';
|
|
1525
|
+
coverImage: Maybe<Scalars['Unknown']['output']>;
|
|
1526
|
+
description: Scalars['String']['output'];
|
|
1527
|
+
id: Scalars['ID']['output'];
|
|
1528
|
+
industries: IndustryConnection;
|
|
1529
|
+
kindEnum: Scalars['String']['output'];
|
|
1530
|
+
link: Maybe<Scalars['String']['output']>;
|
|
1531
|
+
skills: SkillConnection;
|
|
1532
|
+
title: Scalars['String']['output'];
|
|
1533
|
+
};
|
|
1534
|
+
export type PortfolioItemConnection = {
|
|
1535
|
+
__typename?: 'PortfolioItemConnection';
|
|
1536
|
+
nodes: Array<Maybe<PortfolioItem>>;
|
|
1537
|
+
};
|
|
1538
|
+
export type PortfolioItemKindEnum = 'ACCOMPLISHMENT' | 'BASIC' | 'CLASSIC' | 'CODE_BASE' | 'OTHER_AMAZING_THINGS';
|
|
1539
|
+
export type PostActivationLifecycleUpdateTopSchedulerPayload = MutationResult & {
|
|
1540
|
+
__typename?: 'PostActivationLifecycleUpdateTopSchedulerPayload';
|
|
1541
|
+
errors: Maybe<Array<Maybe<UserError>>>;
|
|
1542
|
+
success: Scalars['Boolean']['output'];
|
|
1543
|
+
};
|
|
1544
|
+
export type PreAppliedFiltersKindEnum = 'DEFAULT_VERTICAL_FILTERS' | 'SAVED_SEARCH_FILTERS';
|
|
1545
|
+
export type PreliminarySearchSetting = {
|
|
1546
|
+
__typename?: 'PreliminarySearchSetting';
|
|
1547
|
+
comment: Maybe<Scalars['Unknown']['output']>;
|
|
1548
|
+
disablingReason: Maybe<Scalars['Unknown']['output']>;
|
|
1549
|
+
enabled: Scalars['Boolean']['output'];
|
|
1550
|
+
};
|
|
1551
|
+
export type PreliminarySearchSettingDisablePayload = MutationResult & {
|
|
1552
|
+
__typename?: 'PreliminarySearchSettingDisablePayload';
|
|
1553
|
+
errors: Maybe<Array<Maybe<UserError>>>;
|
|
1554
|
+
success: Scalars['Boolean']['output'];
|
|
1555
|
+
};
|
|
1556
|
+
export type PreliminarySearchSettingEnablePayload = MutationResult & {
|
|
1557
|
+
__typename?: 'PreliminarySearchSettingEnablePayload';
|
|
1558
|
+
errors: Maybe<Array<Maybe<UserError>>>;
|
|
1559
|
+
success: Scalars['Boolean']['output'];
|
|
1560
|
+
};
|
|
1561
|
+
export type PreliminarySearchSettingOps = {
|
|
1562
|
+
__typename?: 'PreliminarySearchSettingOps';
|
|
1563
|
+
disable: Maybe<MutationResult>;
|
|
1564
|
+
enable: Maybe<PreliminarySearchSettingEnablePayload>;
|
|
1565
|
+
};
|
|
1566
|
+
export type PreliminarySearchSettingOpsDisableArgs = {
|
|
1567
|
+
input: InputMaybe<Scalars['Unknown']['input']>;
|
|
1568
|
+
};
|
|
1569
|
+
export type PreliminarySearchSettingOpsEnableArgs = {
|
|
1570
|
+
input: InputMaybe<Scalars['Unknown']['input']>;
|
|
1571
|
+
};
|
|
1572
|
+
export type Profile = Node & {
|
|
1573
|
+
__typename?: 'Profile';
|
|
1574
|
+
certifications: CertificationConnection;
|
|
1575
|
+
city: Scalars['String']['output'];
|
|
1576
|
+
educations: EducationConnection;
|
|
1577
|
+
employments: EmploymentConnection;
|
|
1578
|
+
fullName: Scalars['String']['output'];
|
|
1579
|
+
id: Scalars['ID']['output'];
|
|
1580
|
+
industrySets: ProfileIndustrySetConnection;
|
|
1581
|
+
photo: ProfilePhotoType;
|
|
1582
|
+
portfolioItems: PortfolioItemConnection;
|
|
1583
|
+
skillSets: ProfileSkillSetConnection;
|
|
1584
|
+
updatedByTalentAt: Scalars['DateTime']['output'];
|
|
1585
|
+
};
|
|
1586
|
+
export type ProfileIndustrySet = {
|
|
1587
|
+
__typename?: 'ProfileIndustrySet';
|
|
1588
|
+
connections: IndustryConnections;
|
|
1589
|
+
id: Scalars['String']['output'];
|
|
1590
|
+
industry: Industry;
|
|
1591
|
+
};
|
|
1592
|
+
export type ProfileIndustrySetConnection = {
|
|
1593
|
+
__typename?: 'ProfileIndustrySetConnection';
|
|
1594
|
+
nodes: Array<Maybe<ProfileIndustrySet>>;
|
|
1595
|
+
};
|
|
1596
|
+
export type ProfilePhotoType = {
|
|
1597
|
+
__typename?: 'ProfilePhotoType';
|
|
1598
|
+
large: Scalars['String']['output'];
|
|
1599
|
+
};
|
|
1600
|
+
export type ProfileSkillSet = Node & {
|
|
1601
|
+
__typename?: 'ProfileSkillSet';
|
|
1602
|
+
connections: SkillConnections;
|
|
1603
|
+
experience: Maybe<Scalars['Int']['output']>;
|
|
1604
|
+
id: Scalars['ID']['output'];
|
|
1605
|
+
public: Scalars['Boolean']['output'];
|
|
1606
|
+
rating: Scalars['String']['output'];
|
|
1607
|
+
skill: Skill;
|
|
1608
|
+
};
|
|
1609
|
+
export type ProfileSkillSetConnection = {
|
|
1610
|
+
__typename?: 'ProfileSkillSetConnection';
|
|
1611
|
+
nodes: Array<Maybe<ProfileSkillSet>>;
|
|
1612
|
+
};
|
|
1613
|
+
export type ProfileSkillSetInput = {
|
|
1614
|
+
connectionIds: InputMaybe<Scalars['Unknown']['input']>;
|
|
1615
|
+
experience: InputMaybe<Scalars['Unknown']['input']>;
|
|
1616
|
+
id: InputMaybe<Scalars['Unknown']['input']>;
|
|
1617
|
+
name: InputMaybe<Scalars['Unknown']['input']>;
|
|
1618
|
+
public: InputMaybe<Scalars['Boolean']['input']>;
|
|
1619
|
+
rating: InputMaybe<Scalars['Unknown']['input']>;
|
|
1620
|
+
};
|
|
1621
|
+
export type PromoteGigsPayload = MutationResult & {
|
|
1622
|
+
__typename?: 'PromoteGigsPayload';
|
|
1623
|
+
errors: Maybe<Array<Maybe<UserError>>>;
|
|
1624
|
+
success: Scalars['Boolean']['output'];
|
|
1625
|
+
};
|
|
1626
|
+
export type ProposeEngagementEndDatePayload = MutationResult & {
|
|
1627
|
+
__typename?: 'ProposeEngagementEndDatePayload';
|
|
1628
|
+
errors: Maybe<Array<Maybe<UserError>>>;
|
|
1629
|
+
success: Scalars['Boolean']['output'];
|
|
1630
|
+
};
|
|
1631
|
+
export type ProposedEngagementEnd = Node & {
|
|
1632
|
+
__typename?: 'ProposedEngagementEnd';
|
|
1633
|
+
endDate: Scalars['Date']['output'];
|
|
1634
|
+
id: Scalars['ID']['output'];
|
|
1635
|
+
status: Scalars['String']['output'];
|
|
1636
|
+
};
|
|
1637
|
+
export type ProposedEngagementEndStatusEnum = 'CANCELLED' | 'PENDING';
|
|
1638
|
+
export type PushNotificationsConfiguration = {
|
|
1639
|
+
__typename?: 'PushNotificationsConfiguration';
|
|
1640
|
+
respectBusinessHours: Scalars['Boolean']['output'];
|
|
1641
|
+
windowEnd: Scalars['String']['output'];
|
|
1642
|
+
windowStart: Scalars['String']['output'];
|
|
1643
|
+
};
|
|
1644
|
+
export type Query = {
|
|
1645
|
+
__typename?: 'Query';
|
|
1646
|
+
billingCyclesWithTimesheets: Maybe<BillingCycle>;
|
|
1647
|
+
bookingPage: Maybe<Scalars['Unknown']['output']>;
|
|
1648
|
+
communityEvents: Maybe<Scalars['Unknown']['output']>;
|
|
1649
|
+
communitySlackChannel: Maybe<Scalars['Unknown']['output']>;
|
|
1650
|
+
communitySlackChannelCategories: Maybe<Scalars['Unknown']['output']>;
|
|
1651
|
+
communitySlackChannelCategoriesForHome: Maybe<Scalars['Unknown']['output']>;
|
|
1652
|
+
communitySlackChannels: Maybe<IndustryConnection>;
|
|
1653
|
+
communitySlackNewsMessages: Maybe<IndustryConnection>;
|
|
1654
|
+
communityTopRecommendedSlackChannels: Maybe<Scalars['Unknown']['output']>;
|
|
1655
|
+
currentUser: Maybe<Scalars['Unknown']['output']>;
|
|
1656
|
+
featuredCommunityLeaders: Maybe<Scalars['Unknown']['output']>;
|
|
1657
|
+
gigs: Maybe<BadgeConnection>;
|
|
1658
|
+
myCommunityLeaderApplication: Maybe<Scalars['Unknown']['output']>;
|
|
1659
|
+
nearestCommunityLeader: Maybe<Scalars['Unknown']['output']>;
|
|
1660
|
+
node: Maybe<Node>;
|
|
1661
|
+
nodes: Maybe<Array<Maybe<Node>>>;
|
|
1662
|
+
platformConfiguration: Maybe<PlatformConfiguration>;
|
|
1663
|
+
publicationGigReachOutRejectionReasons: Maybe<BadgeConnection>;
|
|
1664
|
+
staffNode: Maybe<Client>;
|
|
1665
|
+
timeOffForEdit: Maybe<Scalars['Unknown']['output']>;
|
|
1666
|
+
timeZones: Maybe<TimeZone>;
|
|
1667
|
+
topCommunitySlackMessages: Maybe<Scalars['Unknown']['output']>;
|
|
1668
|
+
verticals: Maybe<Scalars['Unknown']['output']>;
|
|
1669
|
+
viewer: Maybe<Viewer>;
|
|
1670
|
+
};
|
|
1671
|
+
export type QueryBillingCyclesWithTimesheetsArgs = {
|
|
1672
|
+
engagementGid: Scalars['String']['input'];
|
|
1673
|
+
};
|
|
1674
|
+
export type QueryBookingPageArgs = {
|
|
1675
|
+
slug: Scalars['String']['input'];
|
|
1676
|
+
};
|
|
1677
|
+
export type QueryCommunityEventsArgs = {
|
|
1678
|
+
order: InputMaybe<Scalars['Unknown']['input']>;
|
|
1679
|
+
};
|
|
1680
|
+
export type QueryCommunitySlackChannelArgs = {
|
|
1681
|
+
id: Scalars['ID']['input'];
|
|
1682
|
+
};
|
|
1683
|
+
export type QueryCommunitySlackChannelsArgs = {
|
|
1684
|
+
categorySlug: InputMaybe<Scalars['String']['input']>;
|
|
1685
|
+
keyword: InputMaybe<Scalars['String']['input']>;
|
|
1686
|
+
pagination: InputMaybe<Scalars['Unknown']['input']>;
|
|
1687
|
+
sortBy: InputMaybe<Scalars['String']['input']>;
|
|
1688
|
+
};
|
|
1689
|
+
export type QueryCommunitySlackNewsMessagesArgs = {
|
|
1690
|
+
pagination: InputMaybe<Scalars['Unknown']['input']>;
|
|
1691
|
+
};
|
|
1692
|
+
export type QueryGigsArgs = {
|
|
1693
|
+
filter: InputMaybe<Scalars['Unknown']['input']>;
|
|
1694
|
+
pagination: InputMaybe<Scalars['Unknown']['input']>;
|
|
1695
|
+
};
|
|
1696
|
+
export type QueryNodeArgs = {
|
|
1697
|
+
id: Scalars['ID']['input'];
|
|
1698
|
+
};
|
|
1699
|
+
export type QueryNodesArgs = {
|
|
1700
|
+
ids: Array<Scalars['ID']['input']>;
|
|
1701
|
+
};
|
|
1702
|
+
export type QueryStaffNodeArgs = {
|
|
1703
|
+
id: Scalars['ID']['input'];
|
|
1704
|
+
};
|
|
1705
|
+
export type QueryTopCommunitySlackMessagesArgs = {
|
|
1706
|
+
filter: Scalars['TalentCommunityTopMessagesOwner']['input'];
|
|
1707
|
+
};
|
|
1708
|
+
export type QuestionAdditionalInfo = EngagementAdditionalInfo;
|
|
1709
|
+
export type QuestionnaireAnswerInput = {
|
|
1710
|
+
questionId: InputMaybe<Scalars['Unknown']['input']>;
|
|
1711
|
+
value: InputMaybe<Scalars['Unknown']['input']>;
|
|
1712
|
+
};
|
|
1713
|
+
export type QuestionnaireInputContentTypeEnum = 'EMAIL' | 'NONE' | 'PHONE';
|
|
1714
|
+
export type QuestionnaireInputTypeEnum = 'OPEN_TEXT' | 'RADIO_BUTTONS' | 'SELECT' | 'SELECT_WITH_FILTER' | 'SELECT_WITH_OTHER_INPUT' | 'SINGLE_LINE_TEXT';
|
|
1715
|
+
export type QuizCompletePayload = MutationResult & {
|
|
1716
|
+
__typename?: 'QuizCompletePayload';
|
|
1717
|
+
errors: Maybe<Array<Maybe<UserError>>>;
|
|
1718
|
+
success: Scalars['Boolean']['output'];
|
|
1719
|
+
};
|
|
1720
|
+
export type QuizMutations = {
|
|
1721
|
+
__typename?: 'QuizMutations';
|
|
1722
|
+
complete: Maybe<MutationResult>;
|
|
1723
|
+
};
|
|
1724
|
+
export type QuizMutationsCompleteArgs = {
|
|
1725
|
+
input: InputMaybe<Scalars['Unknown']['input']>;
|
|
1726
|
+
};
|
|
1727
|
+
export type RateChangeRequest = Node & {
|
|
1728
|
+
__typename?: 'RateChangeRequest';
|
|
1729
|
+
createdAt: Scalars['DateTime']['output'];
|
|
1730
|
+
desiredRate: Scalars['String']['output'];
|
|
1731
|
+
engagement: Maybe<Scalars['Unknown']['output']>;
|
|
1732
|
+
id: Scalars['ID']['output'];
|
|
1733
|
+
outcomeRate: Scalars['String']['output'];
|
|
1734
|
+
requestType: Scalars['String']['output'];
|
|
1735
|
+
status: Scalars['String']['output'];
|
|
1736
|
+
talentComment: Scalars['String']['output'];
|
|
1737
|
+
};
|
|
1738
|
+
export type RateChangeRequestAnswerInput = {
|
|
1739
|
+
answer: Scalars['String']['input'];
|
|
1740
|
+
comment: InputMaybe<Scalars['Unknown']['input']>;
|
|
1741
|
+
questionId: InputMaybe<Scalars['String']['input']>;
|
|
1742
|
+
};
|
|
1743
|
+
export type RateChangeRequestQuestionKindEnum = 'RADIO' | 'TEXT';
|
|
1744
|
+
export type RateChangeRequestStatusEnum = 'CLAIMED' | 'COMPLETED' | 'PENDING';
|
|
1745
|
+
export type RateChangeRequestTypeEnum = 'CONSULTATION' | 'CURRENT_ENGAGEMENT' | 'FUTURE_ENGAGEMENTS';
|
|
1746
|
+
export type Rating = 'COMPETENT' | 'EXPERT' | 'STRONG';
|
|
1747
|
+
export type RecordDeviceDataPayload = MutationResult & {
|
|
1748
|
+
__typename?: 'RecordDeviceDataPayload';
|
|
1749
|
+
errors: Maybe<Array<Maybe<UserError>>>;
|
|
1750
|
+
success: Scalars['Boolean']['output'];
|
|
1751
|
+
};
|
|
1752
|
+
export type RecordDeviceEventPayload = MutationResult & {
|
|
1753
|
+
__typename?: 'RecordDeviceEventPayload';
|
|
1754
|
+
errors: Maybe<Array<Maybe<UserError>>>;
|
|
1755
|
+
success: Scalars['Boolean']['output'];
|
|
1756
|
+
};
|
|
1757
|
+
export type RecordLocationPayload = MutationResult & {
|
|
1758
|
+
__typename?: 'RecordLocationPayload';
|
|
1759
|
+
errors: Maybe<Array<Maybe<UserError>>>;
|
|
1760
|
+
success: Scalars['Boolean']['output'];
|
|
1761
|
+
};
|
|
1762
|
+
export type Recruiter = Node & {
|
|
1763
|
+
__typename?: 'Recruiter';
|
|
1764
|
+
contactFields: ContactFields;
|
|
1765
|
+
fullName: Scalars['String']['output'];
|
|
1766
|
+
id: Scalars['ID']['output'];
|
|
1767
|
+
photo: Maybe<Photo>;
|
|
1768
|
+
timeZone: TimeZone;
|
|
1769
|
+
vacation: Maybe<Scalars['Unknown']['output']>;
|
|
1770
|
+
};
|
|
1771
|
+
export type ReferralBonusRewardFilter = 'ELIGIBLE';
|
|
1772
|
+
export type ReferralEventStatusEnum = 'ACTIVE' | 'APPLIED' | 'ENGLISH_SCREENING' | 'EVALUATING' | 'INACTIVE' | 'NOT_ACCEPTED' | 'NOT_A_MATCH' | 'ON_TRIAL' | 'PENDING_TALENT' | 'PROFILE_CREATION' | 'REWARD_PAID' | 'REWARD_PENDING' | 'SEEKING_TALENT' | 'TECHNICAL_SCREENING_1' | 'TECHNICAL_SCREENING_2';
|
|
1773
|
+
export type ReferralProgramEnum = 'CLIENT' | 'TALENT_BONUS' | 'TALENT_PARTNER' | 'TALENT_STANDARD';
|
|
1774
|
+
export type ReferralProgramReward = {
|
|
1775
|
+
__typename?: 'ReferralProgramReward';
|
|
1776
|
+
referral: Maybe<Scalars['Int']['output']>;
|
|
1777
|
+
referrer: Scalars['Int']['output'];
|
|
1778
|
+
};
|
|
1779
|
+
export type ReferralProgramRewards = {
|
|
1780
|
+
__typename?: 'ReferralProgramRewards';
|
|
1781
|
+
clientReferral: ReferralProgramReward;
|
|
1782
|
+
talentUpsell: ReferralProgramReward;
|
|
1783
|
+
};
|
|
1784
|
+
export type ReferralStatRoleTypeEnum = 'CLIENT' | 'TALENT' | 'TALENT_PARTNER';
|
|
1785
|
+
export type ReferralStatusEnum = 'ACTIVE' | 'APPLIED' | 'ENGLISH_SCREENING' | 'EVALUATING' | 'INACTIVE' | 'NOT_ACCEPTED' | 'NOT_A_MATCH' | 'ON_TRIAL' | 'PENDING_TALENT' | 'PROFILE_CREATION' | 'REWARD_PAID' | 'REWARD_PENDING' | 'SEEKING_TALENT' | 'TECHNICAL_SCREENING_1' | 'TECHNICAL_SCREENING_2';
|
|
1786
|
+
export type ReferralTrackerFilter = {
|
|
1787
|
+
_placeholder: InputMaybe<Scalars['String']['input']>;
|
|
1788
|
+
};
|
|
1789
|
+
export type ReferralUrl = {
|
|
1790
|
+
__typename?: 'ReferralUrl';
|
|
1791
|
+
legacySlug: Scalars['String']['output'];
|
|
1792
|
+
pathSuffix: Scalars['String']['output'];
|
|
1793
|
+
shortenedUrl: Scalars['String']['output'];
|
|
1794
|
+
url: Scalars['String']['output'];
|
|
1795
|
+
};
|
|
1796
|
+
export type ReferralizeUrlInput = {
|
|
1797
|
+
_placeholder: InputMaybe<Scalars['String']['input']>;
|
|
1798
|
+
};
|
|
1799
|
+
export type ReferralizeUrlPayload = MutationResult & {
|
|
1800
|
+
__typename?: 'ReferralizeUrlPayload';
|
|
1801
|
+
errors: Maybe<Array<Maybe<UserError>>>;
|
|
1802
|
+
success: Scalars['Boolean']['output'];
|
|
1803
|
+
};
|
|
1804
|
+
export type RejectGigReachOutPayload = MutationResult & {
|
|
1805
|
+
__typename?: 'RejectGigReachOutPayload';
|
|
1806
|
+
errors: Maybe<Array<Maybe<UserError>>>;
|
|
1807
|
+
success: Scalars['Boolean']['output'];
|
|
1808
|
+
};
|
|
1809
|
+
export type RemoveCoachingEngagementPayload = MutationResult & {
|
|
1810
|
+
__typename?: 'RemoveCoachingEngagementPayload';
|
|
1811
|
+
errors: Maybe<Array<Maybe<UserError>>>;
|
|
1812
|
+
success: Scalars['Boolean']['output'];
|
|
1813
|
+
};
|
|
1814
|
+
export type RemoveContentReviewPayload = MutationResult & {
|
|
1815
|
+
__typename?: 'RemoveContentReviewPayload';
|
|
1816
|
+
errors: Maybe<Array<Maybe<UserError>>>;
|
|
1817
|
+
success: Scalars['Boolean']['output'];
|
|
1818
|
+
};
|
|
1819
|
+
export type RemoveProfileSkillSetPayload = MutationResult & {
|
|
1820
|
+
__typename?: 'RemoveProfileSkillSetPayload';
|
|
1821
|
+
errors: Maybe<Array<Maybe<UserError>>>;
|
|
1822
|
+
success: Scalars['Boolean']['output'];
|
|
1823
|
+
};
|
|
1824
|
+
export type ReportsRange = 'RANGE_1_5' | 'RANGE_6_10' | 'RANGE_11_20' | 'RANGE_21_50' | 'RANGE_50_PLUS';
|
|
1825
|
+
export type ReturningTimeEnum = '_UNKNOWN';
|
|
1826
|
+
export type ReviewContentPayload = MutationResult & {
|
|
1827
|
+
__typename?: 'ReviewContentPayload';
|
|
1828
|
+
errors: Maybe<Array<Maybe<UserError>>>;
|
|
1829
|
+
success: Scalars['Boolean']['output'];
|
|
1830
|
+
};
|
|
1831
|
+
export type RevokeSlackApplicationTokenInput = {
|
|
1832
|
+
_placeholder: InputMaybe<Scalars['String']['input']>;
|
|
1833
|
+
};
|
|
1834
|
+
export type RevokeSlackApplicationTokenPayload = MutationResult & {
|
|
1835
|
+
__typename?: 'RevokeSlackApplicationTokenPayload';
|
|
1836
|
+
errors: Maybe<Array<Maybe<UserError>>>;
|
|
1837
|
+
success: Scalars['Boolean']['output'];
|
|
1838
|
+
};
|
|
1839
|
+
export type RoleStatistics = Node & {
|
|
1840
|
+
__typename?: 'RoleStatistics';
|
|
1841
|
+
hoursWorked: Scalars['Float']['output'];
|
|
1842
|
+
id: Scalars['ID']['output'];
|
|
1843
|
+
successfulEngagements: Scalars['Int']['output'];
|
|
1844
|
+
totalEarnings: Scalars['Float']['output'];
|
|
1845
|
+
yearsInToptal: Scalars['Float']['output'];
|
|
1846
|
+
};
|
|
1847
|
+
export type RsvpPayload = MutationResult & {
|
|
1848
|
+
__typename?: 'RsvpPayload';
|
|
1849
|
+
errors: Maybe<Array<Maybe<UserError>>>;
|
|
1850
|
+
success: Scalars['Boolean']['output'];
|
|
1851
|
+
};
|
|
1852
|
+
export type SaveProfileSkillSetsAndConnectionsInput = {
|
|
1853
|
+
_placeholder: InputMaybe<Scalars['String']['input']>;
|
|
1854
|
+
};
|
|
1855
|
+
export type SaveProfileSkillSetsAndConnectionsPayload = MutationResult & {
|
|
1856
|
+
__typename?: 'SaveProfileSkillSetsAndConnectionsPayload';
|
|
1857
|
+
errors: Maybe<Array<Maybe<UserError>>>;
|
|
1858
|
+
success: Scalars['Boolean']['output'];
|
|
1859
|
+
};
|
|
1860
|
+
export type SearchFiltersOps = {
|
|
1861
|
+
__typename?: 'SearchFiltersOps';
|
|
1862
|
+
reset: Maybe<SearchFiltersResetPayload>;
|
|
1863
|
+
save: Maybe<SearchFiltersSavePayload>;
|
|
1864
|
+
};
|
|
1865
|
+
export type SearchFiltersOpsResetArgs = {
|
|
1866
|
+
input: InputMaybe<Scalars['Unknown']['input']>;
|
|
1867
|
+
};
|
|
1868
|
+
export type SearchFiltersOpsSaveArgs = {
|
|
1869
|
+
input: InputMaybe<Scalars['Unknown']['input']>;
|
|
1870
|
+
};
|
|
1871
|
+
export type SearchFiltersResetPayload = MutationResult & {
|
|
1872
|
+
__typename?: 'SearchFiltersResetPayload';
|
|
1873
|
+
errors: Maybe<Array<Maybe<UserError>>>;
|
|
1874
|
+
success: Scalars['Boolean']['output'];
|
|
1875
|
+
};
|
|
1876
|
+
export type SearchFiltersSavePayload = MutationResult & {
|
|
1877
|
+
__typename?: 'SearchFiltersSavePayload';
|
|
1878
|
+
errors: Maybe<Array<Maybe<UserError>>>;
|
|
1879
|
+
success: Scalars['Boolean']['output'];
|
|
1880
|
+
};
|
|
1881
|
+
export type SearchSubscription = {
|
|
1882
|
+
__typename?: 'SearchSubscription';
|
|
1883
|
+
commitmentsV2: Maybe<Scalars['Unknown']['output']>;
|
|
1884
|
+
desiredOverlappingHours: Maybe<Scalars['Unknown']['output']>;
|
|
1885
|
+
enterpriseProjects: Scalars['Boolean']['output'];
|
|
1886
|
+
estimatedLengths: Maybe<Scalars['Unknown']['output']>;
|
|
1887
|
+
excludeKeywords: Maybe<Scalars['Unknown']['output']>;
|
|
1888
|
+
excludeNotOverlappingHours: Maybe<Scalars['Unknown']['output']>;
|
|
1889
|
+
excludeSkills: Maybe<Scalars['Unknown']['output']>;
|
|
1890
|
+
excludeUnspecifiedBudget: Maybe<Scalars['Unknown']['output']>;
|
|
1891
|
+
hourlyRate: HourlyRate;
|
|
1892
|
+
keywords: Maybe<Scalars['Unknown']['output']>;
|
|
1893
|
+
logic: Maybe<Scalars['Unknown']['output']>;
|
|
1894
|
+
referralBonusReward: Maybe<Scalars['Unknown']['output']>;
|
|
1895
|
+
skills: Maybe<Scalars['Unknown']['output']>;
|
|
1896
|
+
specializationSlugs: Maybe<Scalars['Unknown']['output']>;
|
|
1897
|
+
toptalProjects: Maybe<Scalars['Unknown']['output']>;
|
|
1898
|
+
workTypesV2: Maybe<Scalars['Unknown']['output']>;
|
|
1899
|
+
};
|
|
1900
|
+
export type SearchSubscriptionOps = {
|
|
1901
|
+
__typename?: 'SearchSubscriptionOps';
|
|
1902
|
+
start: Maybe<SearchSubscriptionStartPayload>;
|
|
1903
|
+
terminate: Maybe<SearchSubscriptionTerminatePayload>;
|
|
1904
|
+
};
|
|
1905
|
+
export type SearchSubscriptionOpsStartArgs = {
|
|
1906
|
+
input: InputMaybe<Scalars['Unknown']['input']>;
|
|
1907
|
+
};
|
|
1908
|
+
export type SearchSubscriptionOpsTerminateArgs = {
|
|
1909
|
+
input: InputMaybe<Scalars['Unknown']['input']>;
|
|
1910
|
+
};
|
|
1911
|
+
export type SearchSubscriptionStartPayload = MutationResult & {
|
|
1912
|
+
__typename?: 'SearchSubscriptionStartPayload';
|
|
1913
|
+
errors: Maybe<Array<Maybe<UserError>>>;
|
|
1914
|
+
success: Scalars['Boolean']['output'];
|
|
1915
|
+
};
|
|
1916
|
+
export type SearchSubscriptionTerminatePayload = MutationResult & {
|
|
1917
|
+
__typename?: 'SearchSubscriptionTerminatePayload';
|
|
1918
|
+
errors: Maybe<Array<Maybe<UserError>>>;
|
|
1919
|
+
success: Scalars['Boolean']['output'];
|
|
1920
|
+
};
|
|
1921
|
+
export type SendReferralEmailInput = {
|
|
1922
|
+
_placeholder: InputMaybe<Scalars['String']['input']>;
|
|
1923
|
+
};
|
|
1924
|
+
export type SendReferralEmailPayload = MutationResult & {
|
|
1925
|
+
__typename?: 'SendReferralEmailPayload';
|
|
1926
|
+
errors: Maybe<Array<Maybe<UserError>>>;
|
|
1927
|
+
success: Scalars['Boolean']['output'];
|
|
1928
|
+
};
|
|
1929
|
+
export type SendResetPasswordEmailPayload = MutationResult & {
|
|
1930
|
+
__typename?: 'SendResetPasswordEmailPayload';
|
|
1931
|
+
errors: Maybe<Array<Maybe<UserError>>>;
|
|
1932
|
+
success: Scalars['Boolean']['output'];
|
|
1933
|
+
};
|
|
1934
|
+
export type SetUnavailablePayload = MutationResult & {
|
|
1935
|
+
__typename?: 'SetUnavailablePayload';
|
|
1936
|
+
errors: Maybe<Array<Maybe<UserError>>>;
|
|
1937
|
+
success: Scalars['Boolean']['output'];
|
|
1938
|
+
};
|
|
1939
|
+
export type ShortenUrlInput = {
|
|
1940
|
+
_placeholder: InputMaybe<Scalars['String']['input']>;
|
|
1941
|
+
};
|
|
1942
|
+
export type ShortenUrlPayload = MutationResult & {
|
|
1943
|
+
__typename?: 'ShortenUrlPayload';
|
|
1944
|
+
errors: Maybe<Array<Maybe<UserError>>>;
|
|
1945
|
+
success: Scalars['Boolean']['output'];
|
|
1946
|
+
};
|
|
1947
|
+
export type SignInPayload = MutationResult & {
|
|
1948
|
+
__typename?: 'SignInPayload';
|
|
1949
|
+
errors: Maybe<Array<Maybe<UserError>>>;
|
|
1950
|
+
success: Scalars['Boolean']['output'];
|
|
1951
|
+
};
|
|
1952
|
+
export type Skill = Node & {
|
|
1953
|
+
__typename?: 'Skill';
|
|
1954
|
+
id: Scalars['ID']['output'];
|
|
1955
|
+
name: Scalars['String']['output'];
|
|
1956
|
+
};
|
|
1957
|
+
export type SkillConnection = {
|
|
1958
|
+
__typename?: 'SkillConnection';
|
|
1959
|
+
nodes: Array<Maybe<Skill>>;
|
|
1960
|
+
totalCount: Scalars['Int']['output'];
|
|
1961
|
+
};
|
|
1962
|
+
export type SkillConnections = {
|
|
1963
|
+
__typename?: 'SkillConnections';
|
|
1964
|
+
nodes: Array<Maybe<Employment>>;
|
|
1965
|
+
};
|
|
1966
|
+
export type SlackApplicationsConnection = {
|
|
1967
|
+
__typename?: 'SlackApplicationsConnection';
|
|
1968
|
+
edges: Array<Maybe<Scalars['Unknown']['output']>>;
|
|
1969
|
+
};
|
|
1970
|
+
export type SortOrderEnum = '_UNKNOWN';
|
|
1971
|
+
export type SpecializationApplyPayload = MutationResult & {
|
|
1972
|
+
__typename?: 'SpecializationApplyPayload';
|
|
1973
|
+
errors: Maybe<Array<Maybe<UserError>>>;
|
|
1974
|
+
success: Scalars['Boolean']['output'];
|
|
1975
|
+
};
|
|
1976
|
+
export type SpecializationMutations = {
|
|
1977
|
+
__typename?: 'SpecializationMutations';
|
|
1978
|
+
apply: Maybe<JobApplyPayload>;
|
|
1979
|
+
};
|
|
1980
|
+
export type SpecializationMutationsApplyArgs = {
|
|
1981
|
+
input: InputMaybe<Scalars['Unknown']['input']>;
|
|
1982
|
+
};
|
|
1983
|
+
export type StatusColor = 'NEGATIVE' | 'NEUTRAL' | 'POSITIVE' | 'WARNING';
|
|
1984
|
+
export type StringFilter = {
|
|
1985
|
+
except: InputMaybe<Scalars['Unknown']['input']>;
|
|
1986
|
+
only: InputMaybe<Scalars['Unknown']['input']>;
|
|
1987
|
+
};
|
|
1988
|
+
export type SubmitGigFeedbackInput = {
|
|
1989
|
+
_placeholder: InputMaybe<Scalars['String']['input']>;
|
|
1990
|
+
};
|
|
1991
|
+
export type SubmitGigFeedbackPayload = MutationResult & {
|
|
1992
|
+
__typename?: 'SubmitGigFeedbackPayload';
|
|
1993
|
+
errors: Maybe<Array<Maybe<UserError>>>;
|
|
1994
|
+
success: Scalars['Boolean']['output'];
|
|
1995
|
+
};
|
|
1996
|
+
export type SubmitHireMePageInput = {
|
|
1997
|
+
_placeholder: InputMaybe<Scalars['String']['input']>;
|
|
1998
|
+
};
|
|
1999
|
+
export type SubmitHireMePagePayload = MutationResult & {
|
|
2000
|
+
__typename?: 'SubmitHireMePagePayload';
|
|
2001
|
+
errors: Maybe<Array<Maybe<UserError>>>;
|
|
2002
|
+
success: Scalars['Boolean']['output'];
|
|
2003
|
+
};
|
|
2004
|
+
export type SubmitTimesheetPayload = MutationResult & {
|
|
2005
|
+
__typename?: 'SubmitTimesheetPayload';
|
|
2006
|
+
errors: Maybe<Array<Maybe<UserError>>>;
|
|
2007
|
+
success: Scalars['Boolean']['output'];
|
|
2008
|
+
};
|
|
2009
|
+
export type Survey = Node & {
|
|
2010
|
+
__typename?: 'Survey';
|
|
2011
|
+
alreadyAnswered: Scalars['Boolean']['output'];
|
|
2012
|
+
createdAt: Scalars['DateTime']['output'];
|
|
2013
|
+
id: Scalars['ID']['output'];
|
|
2014
|
+
isMandatory: Scalars['Boolean']['output'];
|
|
2015
|
+
job: Maybe<Scalars['Unknown']['output']>;
|
|
2016
|
+
kind: Scalars['String']['output'];
|
|
2017
|
+
questions: Array<Maybe<SurveyQuestion>>;
|
|
2018
|
+
title: Scalars['String']['output'];
|
|
2019
|
+
};
|
|
2020
|
+
export type SurveyAddFeedbackPayload = MutationResult & {
|
|
2021
|
+
__typename?: 'SurveyAddFeedbackPayload';
|
|
2022
|
+
errors: Maybe<Array<Maybe<UserError>>>;
|
|
2023
|
+
success: Scalars['Boolean']['output'];
|
|
2024
|
+
};
|
|
2025
|
+
export type SurveyAnswerInput = {
|
|
2026
|
+
id: InputMaybe<Scalars['Unknown']['input']>;
|
|
2027
|
+
questionId: InputMaybe<Scalars['Unknown']['input']>;
|
|
2028
|
+
value: InputMaybe<Scalars['Unknown']['input']>;
|
|
2029
|
+
};
|
|
2030
|
+
export type SurveyAnswerOption = Node & {
|
|
2031
|
+
__typename?: 'SurveyAnswerOption';
|
|
2032
|
+
id: Scalars['ID']['output'];
|
|
2033
|
+
label: Maybe<Scalars['String']['output']>;
|
|
2034
|
+
note: Maybe<Scalars['Unknown']['output']>;
|
|
2035
|
+
value: Scalars['String']['output'];
|
|
2036
|
+
};
|
|
2037
|
+
export type SurveyDismissPayload = MutationResult & {
|
|
2038
|
+
__typename?: 'SurveyDismissPayload';
|
|
2039
|
+
errors: Maybe<Array<Maybe<UserError>>>;
|
|
2040
|
+
success: Scalars['Boolean']['output'];
|
|
2041
|
+
};
|
|
2042
|
+
export type SurveyInputTypeEnum = 'CHECKBOX' | 'OPEN_TEXT' | 'PROPOSED_ENGAGEMENT_END_DATE' | 'RADIO_BUTTONS' | 'RATING' | 'SLIDER';
|
|
2043
|
+
export type SurveyKindEnum = 'ENGAGEMENT_ENDED' | 'ENGAGEMENT_TESTIMONIAL' | 'INTERVIEW_ENDED' | 'MID_ENGAGEMENT' | 'MOBILE_APP_SATISFACTION' | 'NEWCOMER' | 'NPS' | 'OPPORTUNITY_CHECK';
|
|
2044
|
+
export type SurveyQuestion = Node & {
|
|
2045
|
+
__typename?: 'SurveyQuestion';
|
|
2046
|
+
answers: Array<Maybe<SurveyAnswerOption>>;
|
|
2047
|
+
id: Scalars['ID']['output'];
|
|
2048
|
+
inputType: Scalars['String']['output'];
|
|
2049
|
+
isMandatory: Scalars['Boolean']['output'];
|
|
2050
|
+
label: Scalars['String']['output'];
|
|
2051
|
+
note: Maybe<Scalars['Unknown']['output']>;
|
|
2052
|
+
};
|
|
2053
|
+
export type SurveySubmitPayload = MutationResult & {
|
|
2054
|
+
__typename?: 'SurveySubmitPayload';
|
|
2055
|
+
errors: Maybe<Array<Maybe<UserError>>>;
|
|
2056
|
+
success: Scalars['Boolean']['output'];
|
|
2057
|
+
};
|
|
2058
|
+
export type SurveysOps = {
|
|
2059
|
+
__typename?: 'SurveysOps';
|
|
2060
|
+
addFeedback: Maybe<SurveyAddFeedbackPayload>;
|
|
2061
|
+
dismiss: Maybe<SurveyDismissPayload>;
|
|
2062
|
+
submit: Maybe<MobileAppSubmitFeedbackPayload>;
|
|
2063
|
+
};
|
|
2064
|
+
export type SurveysOpsAddFeedbackArgs = {
|
|
2065
|
+
input: InputMaybe<Scalars['Unknown']['input']>;
|
|
2066
|
+
};
|
|
2067
|
+
export type SurveysOpsDismissArgs = {
|
|
2068
|
+
input: InputMaybe<Scalars['Unknown']['input']>;
|
|
2069
|
+
};
|
|
2070
|
+
export type SurveysOpsSubmitArgs = {
|
|
2071
|
+
input: InputMaybe<Scalars['Unknown']['input']>;
|
|
2072
|
+
};
|
|
2073
|
+
export type SwitchMobileRolePayload = MutationResult & {
|
|
2074
|
+
__typename?: 'SwitchMobileRolePayload';
|
|
2075
|
+
errors: Maybe<Array<Maybe<UserError>>>;
|
|
2076
|
+
success: Scalars['Boolean']['output'];
|
|
2077
|
+
};
|
|
2078
|
+
export type SwitchRolePayload = MutationResult & {
|
|
2079
|
+
__typename?: 'SwitchRolePayload';
|
|
2080
|
+
errors: Maybe<Array<Maybe<UserError>>>;
|
|
2081
|
+
success: Scalars['Boolean']['output'];
|
|
2082
|
+
};
|
|
2083
|
+
export type TalentAccessibleRoleRoleSelectorVisibility = 'HIDDEN' | 'VISIBLE';
|
|
2084
|
+
export type TalentEngagement = Node & {
|
|
2085
|
+
__typename?: 'TalentEngagement';
|
|
2086
|
+
activeBreak: Maybe<Scalars['Unknown']['output']>;
|
|
2087
|
+
billCycle: EngagementBillCycle;
|
|
2088
|
+
billingCycles: BillingCycleConnection;
|
|
2089
|
+
commitment: CommitmentType;
|
|
2090
|
+
currentAgreement: EngagementAgreement;
|
|
2091
|
+
currentBillingCycle: BillingCycle;
|
|
2092
|
+
earning: TalentEngagementEarning;
|
|
2093
|
+
eligibleForPayment: Scalars['Boolean']['output'];
|
|
2094
|
+
eligibleToViewTimeOffs: Scalars['Boolean']['output'];
|
|
2095
|
+
eligibleToViewTimesheets: Scalars['Boolean']['output'];
|
|
2096
|
+
endDate: Maybe<Scalars['Unknown']['output']>;
|
|
2097
|
+
engagementBreaks: Array<Maybe<Scalars['Unknown']['output']>>;
|
|
2098
|
+
expectedHours: Scalars['Int']['output'];
|
|
2099
|
+
id: Scalars['ID']['output'];
|
|
2100
|
+
job: TalentJob;
|
|
2101
|
+
minimumHoursPerBillingCycle: Maybe<Scalars['Unknown']['output']>;
|
|
2102
|
+
operations: EngagementOperations;
|
|
2103
|
+
payments: PaymentsConnection;
|
|
2104
|
+
proposedEnd: ProposedEngagementEnd;
|
|
2105
|
+
startDate: Scalars['Date']['output'];
|
|
2106
|
+
trial: Maybe<Scalars['Unknown']['output']>;
|
|
2107
|
+
};
|
|
2108
|
+
export type TalentEngagementDeliveryModel = Node & {
|
|
2109
|
+
__typename?: 'TalentEngagementDeliveryModel';
|
|
2110
|
+
id: Scalars['ID']['output'];
|
|
2111
|
+
identifier: Scalars['String']['output'];
|
|
2112
|
+
};
|
|
2113
|
+
export type TalentEngagementEarning = {
|
|
2114
|
+
__typename?: 'TalentEngagementEarning';
|
|
2115
|
+
paid: Money;
|
|
2116
|
+
};
|
|
2117
|
+
export type TalentInterviewMethodTypeEnum = 'BLUEJEANS' | 'CUSTOM_WEB_CONFERENCE' | 'GOOGLE_HANGOUTS' | 'PHONE' | 'SKYPE' | 'ZOOM';
|
|
2118
|
+
export type TalentJob = Node & {
|
|
2119
|
+
__typename?: 'TalentJob';
|
|
2120
|
+
activityItem: TalentJobActivityItem;
|
|
2121
|
+
allowedCountries: Array<Maybe<Scalars['Unknown']['output']>>;
|
|
2122
|
+
client: Client;
|
|
2123
|
+
commitment: CommitmentType;
|
|
2124
|
+
contacts: Array<Maybe<CompanyRepresentative>>;
|
|
2125
|
+
descriptionMd: Scalars['String']['output'];
|
|
2126
|
+
engagementDeliveryModel: TalentEngagementDeliveryModel;
|
|
2127
|
+
estimatedLength: JobEstimatedLength;
|
|
2128
|
+
expectedHours: Scalars['Int']['output'];
|
|
2129
|
+
freshUntil: Scalars['DateTime']['output'];
|
|
2130
|
+
hiringStatus: JobHiringStatus;
|
|
2131
|
+
id: Scalars['ID']['output'];
|
|
2132
|
+
industriesV2: JobIndustriesConnection;
|
|
2133
|
+
isCoaching: Scalars['Boolean']['output'];
|
|
2134
|
+
isToptalProject: Scalars['Boolean']['output'];
|
|
2135
|
+
jobSkillSetsV2: JobSkillSetsConnection;
|
|
2136
|
+
jobTimeZone: JobTimeZone;
|
|
2137
|
+
languages: Array<Maybe<Language>>;
|
|
2138
|
+
maxRate: Maybe<Scalars['Unknown']['output']>;
|
|
2139
|
+
minimumHoursPerBillingCycle: Maybe<Scalars['Int']['output']>;
|
|
2140
|
+
notInterested: Scalars['Boolean']['output'];
|
|
2141
|
+
oldAfter: Scalars['DateTime']['output'];
|
|
2142
|
+
onsiteLocations: Array<Maybe<Scalars['Unknown']['output']>>;
|
|
2143
|
+
onsitePreference: Maybe<Scalars['Unknown']['output']>;
|
|
2144
|
+
operations: JobOperations;
|
|
2145
|
+
pointsOfContact: PointsOfContact;
|
|
2146
|
+
positionsCount: Scalars['Int']['output'];
|
|
2147
|
+
postedWhen: Scalars['DateTime']['output'];
|
|
2148
|
+
saved: Scalars['Boolean']['output'];
|
|
2149
|
+
semiMonthlyBilling: Scalars['Boolean']['output'];
|
|
2150
|
+
specialization: JobSpecialization;
|
|
2151
|
+
startDate: Scalars['Date']['output'];
|
|
2152
|
+
title: Scalars['String']['output'];
|
|
2153
|
+
url: Scalars['String']['output'];
|
|
2154
|
+
viewed: Scalars['Boolean']['output'];
|
|
2155
|
+
workType: JobWorkType;
|
|
2156
|
+
};
|
|
2157
|
+
export type TalentJobActivityItem = Node & {
|
|
2158
|
+
__typename?: 'TalentJobActivityItem';
|
|
2159
|
+
availabilityRequest: Maybe<AvailabilityRequest>;
|
|
2160
|
+
engagement: Maybe<TalentEngagement>;
|
|
2161
|
+
id: Scalars['ID']['output'];
|
|
2162
|
+
interview: Maybe<Scalars['Unknown']['output']>;
|
|
2163
|
+
job: TalentJob;
|
|
2164
|
+
jobApplication: Maybe<JobApplication>;
|
|
2165
|
+
lastUpdatedAt: Scalars['DateTime']['output'];
|
|
2166
|
+
mostRelevantApplication: Maybe<AvailabilityRequest>;
|
|
2167
|
+
status: JobActivityItemStatus;
|
|
2168
|
+
statusColor: Scalars['String']['output'];
|
|
2169
|
+
statusGroupV2: JobActivityItemStatusGroup;
|
|
2170
|
+
statusV2: JobActivityItemStatus;
|
|
2171
|
+
};
|
|
2172
|
+
export type TalentJobApplicationConfig = {
|
|
2173
|
+
__typename?: 'TalentJobApplicationConfig';
|
|
2174
|
+
careerHighlightRequired: Scalars['Boolean']['output'];
|
|
2175
|
+
highlightFields: Array<Maybe<Scalars['String']['output']>>;
|
|
2176
|
+
portfolioRequired: Scalars['Boolean']['output'];
|
|
2177
|
+
};
|
|
2178
|
+
export type TalentJobRateInsight = TalentJobRateInsightCompetitive | TalentJobRateInsightUncompetitive;
|
|
2179
|
+
export type TalentJobRateInsightCompetitive = {
|
|
2180
|
+
__typename?: 'TalentJobRateInsightCompetitive';
|
|
2181
|
+
estimatedRevenue: Maybe<Scalars['BigDecimal']['output']>;
|
|
2182
|
+
estimatedRevenueExplanation: Maybe<Scalars['String']['output']>;
|
|
2183
|
+
longTermDisclaimer: Maybe<Scalars['String']['output']>;
|
|
2184
|
+
};
|
|
2185
|
+
export type TalentJobRateInsightUncompetitive = {
|
|
2186
|
+
__typename?: 'TalentJobRateInsightUncompetitive';
|
|
2187
|
+
estimatedRevenue: Maybe<Scalars['BigDecimal']['output']>;
|
|
2188
|
+
estimatedRevenueExplanation: Maybe<Scalars['String']['output']>;
|
|
2189
|
+
recentApplicationRate: Maybe<Scalars['BigDecimal']['output']>;
|
|
2190
|
+
recommendedRate: Maybe<Scalars['BigDecimal']['output']>;
|
|
2191
|
+
};
|
|
2192
|
+
export type TalentNotificationMarkAsReadPayload = MutationResult & {
|
|
2193
|
+
__typename?: 'TalentNotificationMarkAsReadPayload';
|
|
2194
|
+
errors: Maybe<Array<Maybe<UserError>>>;
|
|
2195
|
+
success: Scalars['Boolean']['output'];
|
|
2196
|
+
};
|
|
2197
|
+
export type TalentPayment = Node & {
|
|
2198
|
+
__typename?: 'TalentPayment';
|
|
2199
|
+
amount: Scalars['String']['output'];
|
|
2200
|
+
billingCycle: BillingCycle;
|
|
2201
|
+
correctionAmount: Scalars['String']['output'];
|
|
2202
|
+
createdAt: Scalars['DateTime']['output'];
|
|
2203
|
+
description: Scalars['String']['output'];
|
|
2204
|
+
downloadPdfUrl: Scalars['String']['output'];
|
|
2205
|
+
dueDate: Scalars['Date']['output'];
|
|
2206
|
+
id: Scalars['ID']['output'];
|
|
2207
|
+
job: TalentJob;
|
|
2208
|
+
kindCategory: Scalars['String']['output'];
|
|
2209
|
+
memorandums: MemorandumsConnection;
|
|
2210
|
+
number: Scalars['Int']['output'];
|
|
2211
|
+
paidAt: Maybe<Scalars['DateTime']['output']>;
|
|
2212
|
+
paymentGroupId: Maybe<Scalars['Int']['output']>;
|
|
2213
|
+
status: Scalars['String']['output'];
|
|
2214
|
+
updatedAt: Scalars['DateTime']['output'];
|
|
2215
|
+
};
|
|
2216
|
+
export type TalentPaymentStatus = 'DISPUTED' | 'DUE' | 'ON_HOLD' | 'OUTSTANDING' | 'OVERDUE' | 'PAID';
|
|
2217
|
+
export type TalentPermissions = {
|
|
2218
|
+
__typename?: 'TalentPermissions';
|
|
2219
|
+
canApplyToJobs: Scalars['Boolean']['output'];
|
|
2220
|
+
canFillInAdvancedProfile: Scalars['Boolean']['output'];
|
|
2221
|
+
canHaveReferrals: Scalars['Boolean']['output'];
|
|
2222
|
+
canViewAskAnExpert: Scalars['Boolean']['output'];
|
|
2223
|
+
canViewCoachingRequests: Scalars['Boolean']['output'];
|
|
2224
|
+
canViewCommunity: Scalars['Boolean']['output'];
|
|
2225
|
+
canViewConsultations: Scalars['Boolean']['output'];
|
|
2226
|
+
canViewEligibleJobs: Scalars['Boolean']['output'];
|
|
2227
|
+
canViewFaq: Scalars['Boolean']['output'];
|
|
2228
|
+
canViewFeedbackCall: Scalars['Boolean']['output'];
|
|
2229
|
+
canViewJobsOnClientReview: Scalars['Boolean']['output'];
|
|
2230
|
+
canViewJobsOnMatcherReview: Scalars['Boolean']['output'];
|
|
2231
|
+
canViewLegalSetting: Scalars['Boolean']['output'];
|
|
2232
|
+
canViewMobileAppPromo: Scalars['Boolean']['output'];
|
|
2233
|
+
canViewOnboardingVideo: Scalars['Boolean']['output'];
|
|
2234
|
+
canViewPayments: Scalars['Boolean']['output'];
|
|
2235
|
+
canViewRateInsights: Scalars['Boolean']['output'];
|
|
2236
|
+
canViewRecognitionBadges: Scalars['Boolean']['output'];
|
|
2237
|
+
canViewRecommendedJobs: Scalars['Boolean']['output'];
|
|
2238
|
+
canViewSlackCommunity: Scalars['Boolean']['output'];
|
|
2239
|
+
canViewSmsNotificationSettings: Scalars['Boolean']['output'];
|
|
2240
|
+
canViewSpecializations: Scalars['Boolean']['output'];
|
|
2241
|
+
canViewToptalAdvantageSection: Scalars['Boolean']['output'];
|
|
2242
|
+
};
|
|
2243
|
+
export type TalentPortalSetting = {
|
|
2244
|
+
__typename?: 'TalentPortalSetting';
|
|
2245
|
+
collapsedMenu: Scalars['Boolean']['output'];
|
|
2246
|
+
threeColumnLayout: Scalars['Boolean']['output'];
|
|
2247
|
+
};
|
|
2248
|
+
export type TalentPortalSettingMutations = {
|
|
2249
|
+
__typename?: 'TalentPortalSettingMutations';
|
|
2250
|
+
update: Maybe<NotificationSettingUpdatePayload>;
|
|
2251
|
+
};
|
|
2252
|
+
export type TalentPortalSettingMutationsUpdateArgs = {
|
|
2253
|
+
input: TalentPortalSettingUpdateInput;
|
|
2254
|
+
};
|
|
2255
|
+
export type TalentPortalSettingUpdateInput = {
|
|
2256
|
+
_placeholder: InputMaybe<Scalars['String']['input']>;
|
|
2257
|
+
};
|
|
2258
|
+
export type TalentPortalSettingUpdatePayload = MutationResult & {
|
|
2259
|
+
__typename?: 'TalentPortalSettingUpdatePayload';
|
|
2260
|
+
errors: Maybe<Array<Maybe<UserError>>>;
|
|
2261
|
+
success: Scalars['Boolean']['output'];
|
|
2262
|
+
};
|
|
2263
|
+
export type TalentRate = {
|
|
2264
|
+
__typename?: 'TalentRate';
|
|
2265
|
+
hourly: Scalars['String']['output'];
|
|
2266
|
+
};
|
|
2267
|
+
export type TalentRateInsight = {
|
|
2268
|
+
__typename?: 'TalentRateInsight';
|
|
2269
|
+
hourly: TalentRateInsightForCommitment;
|
|
2270
|
+
};
|
|
2271
|
+
export type TalentRateInsightForCommitment = {
|
|
2272
|
+
__typename?: 'TalentRateInsightForCommitment';
|
|
2273
|
+
currentRateCompetitive: Scalars['Boolean']['output'];
|
|
2274
|
+
recentApplicationRate: Scalars['String']['output'];
|
|
2275
|
+
recommendedRate: Scalars['String']['output'];
|
|
2276
|
+
};
|
|
2277
|
+
export type TalentRateValidationRule = {
|
|
2278
|
+
__typename?: 'TalentRateValidationRule';
|
|
2279
|
+
minRate: Scalars['String']['output'];
|
|
2280
|
+
rateStep: Scalars['Int']['output'];
|
|
2281
|
+
};
|
|
2282
|
+
export type TalentRateValidationRules = {
|
|
2283
|
+
__typename?: 'TalentRateValidationRules';
|
|
2284
|
+
hourly: TalentRateValidationRule;
|
|
2285
|
+
};
|
|
2286
|
+
export type TalentSpecialization = {
|
|
2287
|
+
__typename?: 'TalentSpecialization';
|
|
2288
|
+
deliveryModel: TalentEngagementDeliveryModel;
|
|
2289
|
+
id: Scalars['ID']['output'];
|
|
2290
|
+
slug: Scalars['String']['output'];
|
|
2291
|
+
title: Scalars['String']['output'];
|
|
2292
|
+
};
|
|
2293
|
+
export type TalentStartIdVerificationPayload = MutationResult & {
|
|
2294
|
+
__typename?: 'TalentStartIdVerificationPayload';
|
|
2295
|
+
errors: Maybe<Array<Maybe<UserError>>>;
|
|
2296
|
+
success: Scalars['Boolean']['output'];
|
|
2297
|
+
};
|
|
2298
|
+
export type TalentVertical = {
|
|
2299
|
+
__typename?: 'TalentVertical';
|
|
2300
|
+
globalMarketCondition: VerticalGlobalMarketCondition;
|
|
2301
|
+
hasSingleSpecialization: Scalars['Boolean']['output'];
|
|
2302
|
+
isApiAllowed: Scalars['Boolean']['output'];
|
|
2303
|
+
isMarketplaceAccessEnabled: Scalars['Boolean']['output'];
|
|
2304
|
+
marketCondition: VerticalMarketCondition;
|
|
2305
|
+
minPortfolioItems: Scalars['Int']['output'];
|
|
2306
|
+
name: Scalars['String']['output'];
|
|
2307
|
+
profileHandbookUrl: Scalars['String']['output'];
|
|
2308
|
+
roleId: Scalars['Int']['output'];
|
|
2309
|
+
slug: Scalars['String']['output'];
|
|
2310
|
+
talentJobApplicationConfig: TalentJobApplicationConfig;
|
|
2311
|
+
};
|
|
2312
|
+
export type TalentVideoPitchMutations = {
|
|
2313
|
+
__typename?: 'TalentVideoPitchMutations';
|
|
2314
|
+
attach: Maybe<MutationResult>;
|
|
2315
|
+
};
|
|
2316
|
+
export type TalentVideoPitchMutationsAttachArgs = {
|
|
2317
|
+
input: AttachTalentVideoPitchInput;
|
|
2318
|
+
};
|
|
2319
|
+
export type TeamSize = {
|
|
2320
|
+
__typename?: 'TeamSize';
|
|
2321
|
+
value: Maybe<Scalars['String']['output']>;
|
|
2322
|
+
};
|
|
2323
|
+
export type TermsOfService = Node & {
|
|
2324
|
+
__typename?: 'TermsOfService';
|
|
2325
|
+
body: Scalars['String']['output'];
|
|
2326
|
+
id: Scalars['ID']['output'];
|
|
2327
|
+
requiredAction: Scalars['String']['output'];
|
|
2328
|
+
revisedOn: Scalars['Date']['output'];
|
|
2329
|
+
revisionNotice: Maybe<Scalars['Unknown']['output']>;
|
|
2330
|
+
title: Scalars['String']['output'];
|
|
2331
|
+
};
|
|
2332
|
+
export type TermsOfServiceAcceptPayload = MutationResult & {
|
|
2333
|
+
__typename?: 'TermsOfServiceAcceptPayload';
|
|
2334
|
+
errors: Maybe<Array<Maybe<UserError>>>;
|
|
2335
|
+
success: Scalars['Boolean']['output'];
|
|
2336
|
+
};
|
|
2337
|
+
export type TermsOfServiceMutations = {
|
|
2338
|
+
__typename?: 'TermsOfServiceMutations';
|
|
2339
|
+
accept: Maybe<InterviewAcceptPayload>;
|
|
2340
|
+
review: Maybe<MutationResult>;
|
|
2341
|
+
};
|
|
2342
|
+
export type TermsOfServiceMutationsAcceptArgs = {
|
|
2343
|
+
input: InputMaybe<Scalars['Unknown']['input']>;
|
|
2344
|
+
};
|
|
2345
|
+
export type TermsOfServiceMutationsReviewArgs = {
|
|
2346
|
+
input: InputMaybe<Scalars['Unknown']['input']>;
|
|
2347
|
+
};
|
|
2348
|
+
export type TermsOfServiceReviewPayload = MutationResult & {
|
|
2349
|
+
__typename?: 'TermsOfServiceReviewPayload';
|
|
2350
|
+
errors: Maybe<Array<Maybe<UserError>>>;
|
|
2351
|
+
success: Scalars['Boolean']['output'];
|
|
2352
|
+
};
|
|
2353
|
+
export type TimeFilter = {
|
|
2354
|
+
gt: InputMaybe<Scalars['Unknown']['input']>;
|
|
2355
|
+
gteq: InputMaybe<Scalars['Unknown']['input']>;
|
|
2356
|
+
lt: InputMaybe<Scalars['Unknown']['input']>;
|
|
2357
|
+
lteq: InputMaybe<Scalars['Unknown']['input']>;
|
|
2358
|
+
};
|
|
2359
|
+
export type TimeZone = {
|
|
2360
|
+
__typename?: 'TimeZone';
|
|
2361
|
+
location: Scalars['String']['output'];
|
|
2362
|
+
name: Scalars['String']['output'];
|
|
2363
|
+
stdOffset: Scalars['Int']['output'];
|
|
2364
|
+
utcOffset: Scalars['Int']['output'];
|
|
2365
|
+
value: Scalars['String']['output'];
|
|
2366
|
+
};
|
|
2367
|
+
export type TimesheetRecordsInput = {
|
|
2368
|
+
date: Scalars['Date']['input'];
|
|
2369
|
+
duration: InputMaybe<Scalars['BigDecimal']['input']>;
|
|
2370
|
+
note: InputMaybe<Scalars['Unknown']['input']>;
|
|
2371
|
+
};
|
|
2372
|
+
export type TitleSubtitleContext = {
|
|
2373
|
+
__typename?: 'TitleSubtitleContext';
|
|
2374
|
+
subtitle: Scalars['String']['output'];
|
|
2375
|
+
title: Scalars['String']['output'];
|
|
2376
|
+
};
|
|
2377
|
+
export type TopChatConversationService = TopChatConversationSlackService;
|
|
2378
|
+
export type TopChatConversationSlackService = {
|
|
2379
|
+
__typename?: 'TopChatConversationSlackService';
|
|
2380
|
+
channelId: Maybe<Scalars['String']['output']>;
|
|
2381
|
+
id: Maybe<Scalars['ID']['output']>;
|
|
2382
|
+
};
|
|
2383
|
+
export type TopChatConversationStatus = 'ACTIVE' | 'ARCHIVED';
|
|
2384
|
+
export type TopChatConversationStatusFilter = {
|
|
2385
|
+
_placeholder: InputMaybe<Scalars['String']['input']>;
|
|
2386
|
+
};
|
|
2387
|
+
export type TopChatConversationsFilter = {
|
|
2388
|
+
_placeholder: InputMaybe<Scalars['String']['input']>;
|
|
2389
|
+
};
|
|
2390
|
+
export type UpdateMeetingHoursInput = {
|
|
2391
|
+
_placeholder: InputMaybe<Scalars['String']['input']>;
|
|
2392
|
+
};
|
|
2393
|
+
export type UpdateMeetingHoursPayload = MutationResult & {
|
|
2394
|
+
__typename?: 'UpdateMeetingHoursPayload';
|
|
2395
|
+
errors: Maybe<Array<Maybe<UserError>>>;
|
|
2396
|
+
success: Scalars['Boolean']['output'];
|
|
2397
|
+
};
|
|
2398
|
+
export type UpdatePaymentOptionInput = {
|
|
2399
|
+
_placeholder: InputMaybe<Scalars['String']['input']>;
|
|
2400
|
+
};
|
|
2401
|
+
export type UpdatePaymentOptionPayload = MutationResult & {
|
|
2402
|
+
__typename?: 'UpdatePaymentOptionPayload';
|
|
2403
|
+
errors: Maybe<Array<Maybe<UserError>>>;
|
|
2404
|
+
success: Scalars['Boolean']['output'];
|
|
2405
|
+
};
|
|
2406
|
+
export type UpdateProfileIndustryConnectionsPayload = MutationResult & {
|
|
2407
|
+
__typename?: 'UpdateProfileIndustryConnectionsPayload';
|
|
2408
|
+
errors: Maybe<Array<Maybe<UserError>>>;
|
|
2409
|
+
success: Scalars['Boolean']['output'];
|
|
2410
|
+
};
|
|
2411
|
+
export type UpdateProfileSkillSetPublicitiesPayload = MutationResult & {
|
|
2412
|
+
__typename?: 'UpdateProfileSkillSetPublicitiesPayload';
|
|
2413
|
+
errors: Maybe<Array<Maybe<UserError>>>;
|
|
2414
|
+
success: Scalars['Boolean']['output'];
|
|
2415
|
+
};
|
|
2416
|
+
export type UpdateTalentConsultingRateInput = {
|
|
2417
|
+
_placeholder: InputMaybe<Scalars['String']['input']>;
|
|
2418
|
+
};
|
|
2419
|
+
export type UpdateTalentConsultingRatePayload = MutationResult & {
|
|
2420
|
+
__typename?: 'UpdateTalentConsultingRatePayload';
|
|
2421
|
+
errors: Maybe<Array<Maybe<UserError>>>;
|
|
2422
|
+
success: Scalars['Boolean']['output'];
|
|
2423
|
+
};
|
|
2424
|
+
export type UpdateTimesheetPayload = MutationResult & {
|
|
2425
|
+
__typename?: 'UpdateTimesheetPayload';
|
|
2426
|
+
errors: Maybe<Array<Maybe<UserError>>>;
|
|
2427
|
+
success: Scalars['Boolean']['output'];
|
|
2428
|
+
};
|
|
2429
|
+
export type UpdateWorkingHoursInput = {
|
|
2430
|
+
_placeholder: InputMaybe<Scalars['String']['input']>;
|
|
2431
|
+
};
|
|
2432
|
+
export type UpdateWorkingHoursPayload = MutationResult & {
|
|
2433
|
+
__typename?: 'UpdateWorkingHoursPayload';
|
|
2434
|
+
errors: Maybe<Array<Maybe<UserError>>>;
|
|
2435
|
+
success: Scalars['Boolean']['output'];
|
|
2436
|
+
};
|
|
2437
|
+
export type UploadTimesheetPayload = MutationResult & {
|
|
2438
|
+
__typename?: 'UploadTimesheetPayload';
|
|
2439
|
+
errors: Maybe<Array<Maybe<UserError>>>;
|
|
2440
|
+
success: Scalars['Boolean']['output'];
|
|
2441
|
+
};
|
|
2442
|
+
export type UserError = {
|
|
2443
|
+
code: Maybe<Scalars['String']['output']>;
|
|
2444
|
+
key: Maybe<Scalars['String']['output']>;
|
|
2445
|
+
message: Maybe<Scalars['String']['output']>;
|
|
2446
|
+
};
|
|
2447
|
+
export type VerticalGlobalMarketCondition = {
|
|
2448
|
+
__typename?: 'VerticalGlobalMarketCondition';
|
|
2449
|
+
condition: Scalars['String']['output'];
|
|
2450
|
+
conditionColor: Scalars['String']['output'];
|
|
2451
|
+
conditionVerbose: Scalars['String']['output'];
|
|
2452
|
+
reportUrl: Scalars['String']['output'];
|
|
2453
|
+
};
|
|
2454
|
+
export type VerticalGlobalMarketConditionEnum = 'MODERATE' | 'POOR';
|
|
2455
|
+
export type VerticalMarketCondition = {
|
|
2456
|
+
__typename?: 'VerticalMarketCondition';
|
|
2457
|
+
condition: Scalars['String']['output'];
|
|
2458
|
+
};
|
|
2459
|
+
export type VerticalMarketConditionEnum = 'MODERATE' | 'POOR' | 'STRONG';
|
|
2460
|
+
export type Viewer = Node & {
|
|
2461
|
+
__typename?: 'Viewer';
|
|
2462
|
+
accessibleRoles: Array<Maybe<Scalars['Unknown']['output']>>;
|
|
2463
|
+
appliedAt: Scalars['DateTime']['output'];
|
|
2464
|
+
availabilityRequestMetrics: AvailabilityRequestMetrics;
|
|
2465
|
+
availabilityRequestTalentCardEnabled: Scalars['Boolean']['output'];
|
|
2466
|
+
badgeGroups: BadgeGroupConnection;
|
|
2467
|
+
billingCycles: BillingCycleConnection;
|
|
2468
|
+
coachingEligibility: Scalars['String']['output'];
|
|
2469
|
+
codeOfConduct: CodeOfConduct;
|
|
2470
|
+
currentMobileAnnouncement: MobileAnnouncement;
|
|
2471
|
+
eligibleJobs: JobList;
|
|
2472
|
+
hasReferralBonusRewardJobs: Scalars['Boolean']['output'];
|
|
2473
|
+
hasSearchSubscription: Scalars['Boolean']['output'];
|
|
2474
|
+
hireMeBanner: HireMeBanner;
|
|
2475
|
+
id: Scalars['ID']['output'];
|
|
2476
|
+
interviews: Array<Maybe<Scalars['Unknown']['output']>>;
|
|
2477
|
+
jobActivityItem: TalentJobActivityItem;
|
|
2478
|
+
jobActivityList: JobActivityList;
|
|
2479
|
+
lastRateChangeRequest: RateChangeRequest;
|
|
2480
|
+
mobileAppSetting: MobileAppSetting;
|
|
2481
|
+
notificationCenter: Center;
|
|
2482
|
+
notificationSetting: NotificationSetting;
|
|
2483
|
+
ongoingRateChangeRequest: Maybe<Scalars['Unknown']['output']>;
|
|
2484
|
+
payments: PaymentsConnection;
|
|
2485
|
+
pendingAvailabilityRequests: Array<Maybe<AvailabilityRequest>>;
|
|
2486
|
+
pendingNotifications: Array<Maybe<Scalars['Unknown']['output']>>;
|
|
2487
|
+
pendingQuizzes: Array<Maybe<Scalars['Unknown']['output']>>;
|
|
2488
|
+
pendingSurveys: Array<Maybe<Survey>>;
|
|
2489
|
+
preliminarySearchSetting: PreliminarySearchSetting;
|
|
2490
|
+
recommendedJobs: Array<Maybe<Scalars['Unknown']['output']>>;
|
|
2491
|
+
referralUrl: ReferralUrl;
|
|
2492
|
+
savedJobsCount: JobList;
|
|
2493
|
+
scheduledAvailability: Maybe<Scalars['Unknown']['output']>;
|
|
2494
|
+
searchSubscription: SearchSubscription;
|
|
2495
|
+
slackApplications: SlackApplicationsConnection;
|
|
2496
|
+
talentPortalSetting: TalentPortalSetting;
|
|
2497
|
+
talentStatistics: RoleStatistics;
|
|
2498
|
+
termsOfService: TermsOfService;
|
|
2499
|
+
viewerRole: ViewerRole;
|
|
2500
|
+
};
|
|
2501
|
+
export type ViewerRole = {
|
|
2502
|
+
__typename?: 'ViewerRole';
|
|
2503
|
+
activatedAt: Scalars['DateTime']['output'];
|
|
2504
|
+
allocatedHours: Scalars['Int']['output'];
|
|
2505
|
+
applicationReapplyGracePeriodDueDate: Maybe<Scalars['Unknown']['output']>;
|
|
2506
|
+
askExpertMenuVisible: Scalars['Boolean']['output'];
|
|
2507
|
+
availability: Scalars['String']['output'];
|
|
2508
|
+
availableShiftRangeFrom: Scalars['String']['output'];
|
|
2509
|
+
availableShiftRangeTo: Scalars['String']['output'];
|
|
2510
|
+
blockedStatus: BlockedStatus;
|
|
2511
|
+
contactFields: ContactFields;
|
|
2512
|
+
email: Scalars['String']['output'];
|
|
2513
|
+
firstName: Scalars['String']['output'];
|
|
2514
|
+
fullName: Scalars['String']['output'];
|
|
2515
|
+
hiredHours: Scalars['Int']['output'];
|
|
2516
|
+
hourlyRate: Money;
|
|
2517
|
+
isFakeSession: Scalars['Boolean']['output'];
|
|
2518
|
+
isPassThroughTalent: Scalars['Boolean']['output'];
|
|
2519
|
+
lastAllocatedHoursChangeRequest: AllocatedHoursChangeRequest;
|
|
2520
|
+
lastMobileAccess: MobileAccess;
|
|
2521
|
+
marketplaceAutoMigrated: Scalars['Boolean']['output'];
|
|
2522
|
+
marketplaceSeenMigrationNotificationAt: Scalars['DateTime']['output'];
|
|
2523
|
+
nonTalentRoles: Array<Maybe<Scalars['Unknown']['output']>>;
|
|
2524
|
+
operations: ViewerRoleOperations;
|
|
2525
|
+
permissions: TalentPermissions;
|
|
2526
|
+
phoneNumber: Scalars['String']['output'];
|
|
2527
|
+
photo: Photo;
|
|
2528
|
+
postActivationStepsStatus: Scalars['String']['output'];
|
|
2529
|
+
profile: Profile;
|
|
2530
|
+
profileId: Scalars['ID']['output'];
|
|
2531
|
+
publicResumeUrl: Scalars['String']['output'];
|
|
2532
|
+
pushNotificationsConfiguration: PushNotificationsConfiguration;
|
|
2533
|
+
rateInsight: TalentRateInsight;
|
|
2534
|
+
rates: TalentRate;
|
|
2535
|
+
roleId: Scalars['Int']['output'];
|
|
2536
|
+
sendNotificationsToPrivateEmail: Scalars['Boolean']['output'];
|
|
2537
|
+
specializationType: Scalars['String']['output'];
|
|
2538
|
+
specializations: Array<Maybe<TalentSpecialization>>;
|
|
2539
|
+
talentPartner: Maybe<Scalars['Unknown']['output']>;
|
|
2540
|
+
talentVerticals: Array<Maybe<TalentVertical>>;
|
|
2541
|
+
timeZone: TimeZone;
|
|
2542
|
+
topSchedulerSettingsAllowed: Scalars['Boolean']['output'];
|
|
2543
|
+
toptalEmail: Scalars['String']['output'];
|
|
2544
|
+
toptalEmailSuspended: Scalars['Boolean']['output'];
|
|
2545
|
+
userChameleonUUID: Scalars['String']['output'];
|
|
2546
|
+
vertical: TalentVertical;
|
|
2547
|
+
workingTimeFrom: Scalars['String']['output'];
|
|
2548
|
+
workingTimeTo: Scalars['String']['output'];
|
|
2549
|
+
};
|
|
2550
|
+
export type ViewerRoleOperations = {
|
|
2551
|
+
__typename?: 'ViewerRoleOperations';
|
|
2552
|
+
createRateChangeRequest: Operation;
|
|
2553
|
+
createTalentSignal: ViewerRoleOperationsCreateTalentSignal;
|
|
2554
|
+
promoteGigs: ViewerRoleOperationsPromoteGigs;
|
|
2555
|
+
startSearchSubscription: Operation;
|
|
2556
|
+
};
|
|
2557
|
+
export type ViewerRoleOperationsCreateTalentSignal = {
|
|
2558
|
+
__typename?: 'ViewerRoleOperationsCreateTalentSignal';
|
|
2559
|
+
callable: Scalars['String']['output'];
|
|
2560
|
+
};
|
|
2561
|
+
export type ViewerRoleOperationsPromoteGigs = {
|
|
2562
|
+
__typename?: 'ViewerRoleOperationsPromoteGigs';
|
|
2563
|
+
callable: Scalars['String']['output'];
|
|
2564
|
+
errors: Array<Maybe<Scalars['Unknown']['output']>>;
|
|
2565
|
+
messages: Array<Maybe<Scalars['Unknown']['output']>>;
|
|
2566
|
+
};
|
|
2567
|
+
export type ViewerRoleOps = {
|
|
2568
|
+
__typename?: 'ViewerRoleOps';
|
|
2569
|
+
createBecomeClient: Maybe<CreateBecomeClientPayload>;
|
|
2570
|
+
createDirectReferral: Maybe<CreateDirectReferralPayload>;
|
|
2571
|
+
createMarketplaceHelpRequest: Maybe<CreateMarketplaceHelpRequestPayload>;
|
|
2572
|
+
createRateChangeRequest: Maybe<CreateRateChangeRequestPayload>;
|
|
2573
|
+
createTalentSignal: Maybe<CreateTalentSignalPayload>;
|
|
2574
|
+
markMarketplaceMigrationNotificationSeen: Maybe<MutationResult>;
|
|
2575
|
+
markSeenFirstJobNotification: Maybe<MutationResult>;
|
|
2576
|
+
postActivationLifecycleUpdateTopScheduler: Maybe<MutationResult>;
|
|
2577
|
+
setUnavailable: Maybe<SetUnavailablePayload>;
|
|
2578
|
+
submitHireMePage: Maybe<MutationResult>;
|
|
2579
|
+
update: Maybe<ViewerRoleUpdatePayload>;
|
|
2580
|
+
updateAccountSettings: Maybe<MutationResult>;
|
|
2581
|
+
};
|
|
2582
|
+
export type ViewerRoleOpsCreateBecomeClientArgs = {
|
|
2583
|
+
input: InputMaybe<Scalars['Unknown']['input']>;
|
|
2584
|
+
};
|
|
2585
|
+
export type ViewerRoleOpsCreateDirectReferralArgs = {
|
|
2586
|
+
input: InputMaybe<Scalars['Unknown']['input']>;
|
|
2587
|
+
};
|
|
2588
|
+
export type ViewerRoleOpsCreateMarketplaceHelpRequestArgs = {
|
|
2589
|
+
input: InputMaybe<Scalars['Unknown']['input']>;
|
|
2590
|
+
};
|
|
2591
|
+
export type ViewerRoleOpsCreateRateChangeRequestArgs = {
|
|
2592
|
+
input: InputMaybe<Scalars['Unknown']['input']>;
|
|
2593
|
+
};
|
|
2594
|
+
export type ViewerRoleOpsCreateTalentSignalArgs = {
|
|
2595
|
+
input: InputMaybe<Scalars['Unknown']['input']>;
|
|
2596
|
+
};
|
|
2597
|
+
export type ViewerRoleOpsMarkMarketplaceMigrationNotificationSeenArgs = {
|
|
2598
|
+
input: InputMaybe<Scalars['Unknown']['input']>;
|
|
2599
|
+
};
|
|
2600
|
+
export type ViewerRoleOpsMarkSeenFirstJobNotificationArgs = {
|
|
2601
|
+
input: InputMaybe<Scalars['Unknown']['input']>;
|
|
2602
|
+
};
|
|
2603
|
+
export type ViewerRoleOpsPostActivationLifecycleUpdateTopSchedulerArgs = {
|
|
2604
|
+
input: InputMaybe<Scalars['Unknown']['input']>;
|
|
2605
|
+
};
|
|
2606
|
+
export type ViewerRoleOpsSetUnavailableArgs = {
|
|
2607
|
+
input: InputMaybe<Scalars['Unknown']['input']>;
|
|
2608
|
+
};
|
|
2609
|
+
export type ViewerRoleOpsSubmitHireMePageArgs = {
|
|
2610
|
+
input: SubmitHireMePageInput;
|
|
2611
|
+
};
|
|
2612
|
+
export type ViewerRoleOpsUpdateArgs = {
|
|
2613
|
+
input: InputMaybe<Scalars['Unknown']['input']>;
|
|
2614
|
+
};
|
|
2615
|
+
export type ViewerRoleOpsUpdateAccountSettingsArgs = {
|
|
2616
|
+
input: ViewerRoleUpdateAccountSettingsInput;
|
|
2617
|
+
};
|
|
2618
|
+
export type ViewerRoleResetPasswordPayload = MutationResult & {
|
|
2619
|
+
__typename?: 'ViewerRoleResetPasswordPayload';
|
|
2620
|
+
errors: Maybe<Array<Maybe<UserError>>>;
|
|
2621
|
+
success: Scalars['Boolean']['output'];
|
|
2622
|
+
};
|
|
2623
|
+
export type ViewerRoleUpdateAccountSettingsInput = {
|
|
2624
|
+
_placeholder: InputMaybe<Scalars['String']['input']>;
|
|
2625
|
+
};
|
|
2626
|
+
export type ViewerRoleUpdateAccountSettingsPayload = MutationResult & {
|
|
2627
|
+
__typename?: 'ViewerRoleUpdateAccountSettingsPayload';
|
|
2628
|
+
errors: Maybe<Array<Maybe<UserError>>>;
|
|
2629
|
+
success: Scalars['Boolean']['output'];
|
|
2630
|
+
};
|
|
2631
|
+
export type ViewerRoleUpdatePayload = MutationResult & {
|
|
2632
|
+
__typename?: 'ViewerRoleUpdatePayload';
|
|
2633
|
+
errors: Maybe<Array<Maybe<UserError>>>;
|
|
2634
|
+
success: Scalars['Boolean']['output'];
|
|
2635
|
+
};
|
|
2636
|
+
export type AddFeedbackToSurveyMutationVariables = Exact<{
|
|
2637
|
+
surveyId: string | number;
|
|
2638
|
+
feedback: string;
|
|
2639
|
+
}>;
|
|
2640
|
+
export type AddFeedbackToSurveyMutation = {
|
|
2641
|
+
surveys: {
|
|
2642
|
+
__typename: 'SurveysOps';
|
|
2643
|
+
addFeedback: {
|
|
2644
|
+
__typename: 'SurveyAddFeedbackPayload';
|
|
2645
|
+
success: boolean;
|
|
2646
|
+
errors: Array<never | null> | null;
|
|
2647
|
+
} | null;
|
|
2648
|
+
} | null;
|
|
2649
|
+
};
|
|
2650
|
+
type MutationResultFields_AcceptFreelanceTalentAgreementPayload_Fragment = {
|
|
2651
|
+
__typename: 'AcceptFreelanceTalentAgreementPayload';
|
|
2652
|
+
success: boolean;
|
|
2653
|
+
errors: Array<never | null> | null;
|
|
2654
|
+
};
|
|
2655
|
+
type MutationResultFields_AcceptGigReachOutPayload_Fragment = {
|
|
2656
|
+
__typename: 'AcceptGigReachOutPayload';
|
|
2657
|
+
success: boolean;
|
|
2658
|
+
errors: Array<never | null> | null;
|
|
2659
|
+
};
|
|
2660
|
+
type MutationResultFields_AcknowledgeAllTalentBadgesPayload_Fragment = {
|
|
2661
|
+
__typename: 'AcknowledgeAllTalentBadgesPayload';
|
|
2662
|
+
success: boolean;
|
|
2663
|
+
errors: Array<never | null> | null;
|
|
2664
|
+
};
|
|
2665
|
+
type MutationResultFields_AcknowledgeBadgeNotificationPayload_Fragment = {
|
|
2666
|
+
__typename: 'AcknowledgeBadgeNotificationPayload';
|
|
2667
|
+
success: boolean;
|
|
2668
|
+
errors: Array<never | null> | null;
|
|
2669
|
+
};
|
|
2670
|
+
type MutationResultFields_AddProfileIndustryConnectionsPayload_Fragment = {
|
|
2671
|
+
__typename: 'AddProfileIndustryConnectionsPayload';
|
|
2672
|
+
success: boolean;
|
|
2673
|
+
errors: Array<never | null> | null;
|
|
2674
|
+
};
|
|
2675
|
+
type MutationResultFields_AddProfileSkillSetPayload_Fragment = {
|
|
2676
|
+
__typename: 'AddProfileSkillSetPayload';
|
|
2677
|
+
success: boolean;
|
|
2678
|
+
errors: Array<never | null> | null;
|
|
2679
|
+
};
|
|
2680
|
+
type MutationResultFields_ApnTokenRegisterPayload_Fragment = {
|
|
2681
|
+
__typename: 'ApnTokenRegisterPayload';
|
|
2682
|
+
success: boolean;
|
|
2683
|
+
errors: Array<never | null> | null;
|
|
2684
|
+
};
|
|
2685
|
+
type MutationResultFields_ApnTokenRemovePayload_Fragment = {
|
|
2686
|
+
__typename: 'ApnTokenRemovePayload';
|
|
2687
|
+
success: boolean;
|
|
2688
|
+
errors: Array<never | null> | null;
|
|
2689
|
+
};
|
|
2690
|
+
type MutationResultFields_AttachTalentVideoPitchPayload_Fragment = {
|
|
2691
|
+
__typename: 'AttachTalentVideoPitchPayload';
|
|
2692
|
+
success: boolean;
|
|
2693
|
+
errors: Array<never | null> | null;
|
|
2694
|
+
};
|
|
2695
|
+
type MutationResultFields_AvailabilityRequestConfirmPayload_Fragment = {
|
|
2696
|
+
__typename: 'AvailabilityRequestConfirmPayload';
|
|
2697
|
+
success: boolean;
|
|
2698
|
+
errors: Array<never | null> | null;
|
|
2699
|
+
};
|
|
2700
|
+
type MutationResultFields_AvailabilityRequestRejectPayload_Fragment = {
|
|
2701
|
+
__typename: 'AvailabilityRequestRejectPayload';
|
|
2702
|
+
success: boolean;
|
|
2703
|
+
errors: Array<never | null> | null;
|
|
2704
|
+
};
|
|
2705
|
+
type MutationResultFields_CodeOfConductAcceptPayload_Fragment = {
|
|
2706
|
+
__typename: 'CodeOfConductAcceptPayload';
|
|
2707
|
+
success: boolean;
|
|
2708
|
+
errors: Array<never | null> | null;
|
|
2709
|
+
};
|
|
2710
|
+
type MutationResultFields_CommunityEventContactLeaderPayload_Fragment = {
|
|
2711
|
+
__typename: 'CommunityEventContactLeaderPayload';
|
|
2712
|
+
success: boolean;
|
|
2713
|
+
errors: Array<never | null> | null;
|
|
2714
|
+
};
|
|
2715
|
+
type MutationResultFields_CompleteConsultationsTrainingPayload_Fragment = {
|
|
2716
|
+
__typename: 'CompleteConsultationsTrainingPayload';
|
|
2717
|
+
success: boolean;
|
|
2718
|
+
errors: Array<never | null> | null;
|
|
2719
|
+
};
|
|
2720
|
+
type MutationResultFields_CompleteTalentConsultingOnboardingPayload_Fragment = {
|
|
2721
|
+
__typename: 'CompleteTalentConsultingOnboardingPayload';
|
|
2722
|
+
success: boolean;
|
|
2723
|
+
errors: Array<never | null> | null;
|
|
2724
|
+
};
|
|
2725
|
+
type MutationResultFields_CompleteTalentConsultingTrainingPayload_Fragment = {
|
|
2726
|
+
__typename: 'CompleteTalentConsultingTrainingPayload';
|
|
2727
|
+
success: boolean;
|
|
2728
|
+
errors: Array<never | null> | null;
|
|
2729
|
+
};
|
|
2730
|
+
type MutationResultFields_ConfigurePushNotificationsPayload_Fragment = {
|
|
2731
|
+
__typename: 'ConfigurePushNotificationsPayload';
|
|
2732
|
+
success: boolean;
|
|
2733
|
+
errors: Array<never | null> | null;
|
|
2734
|
+
};
|
|
2735
|
+
type MutationResultFields_CreateApplicantPayload_Fragment = {
|
|
2736
|
+
__typename: 'CreateApplicantPayload';
|
|
2737
|
+
success: boolean;
|
|
2738
|
+
errors: Array<never | null> | null;
|
|
2739
|
+
};
|
|
2740
|
+
type MutationResultFields_CreateBecomeClientPayload_Fragment = {
|
|
2741
|
+
__typename: 'CreateBecomeClientPayload';
|
|
2742
|
+
success: boolean;
|
|
2743
|
+
errors: Array<never | null> | null;
|
|
2744
|
+
};
|
|
2745
|
+
type MutationResultFields_CreateCoachingEngagementPayload_Fragment = {
|
|
2746
|
+
__typename: 'CreateCoachingEngagementPayload';
|
|
2747
|
+
success: boolean;
|
|
2748
|
+
errors: Array<never | null> | null;
|
|
2749
|
+
};
|
|
2750
|
+
type MutationResultFields_CreateCommunityLeaderApplicationPayload_Fragment = {
|
|
2751
|
+
__typename: 'CreateCommunityLeaderApplicationPayload';
|
|
2752
|
+
success: boolean;
|
|
2753
|
+
errors: Array<never | null> | null;
|
|
2754
|
+
};
|
|
2755
|
+
type MutationResultFields_CreateDirectReferralPayload_Fragment = {
|
|
2756
|
+
__typename: 'CreateDirectReferralPayload';
|
|
2757
|
+
success: boolean;
|
|
2758
|
+
errors: Array<never | null> | null;
|
|
2759
|
+
};
|
|
2760
|
+
type MutationResultFields_CreateEngagementTestimonialPayload_Fragment = {
|
|
2761
|
+
__typename: 'CreateEngagementTestimonialPayload';
|
|
2762
|
+
success: boolean;
|
|
2763
|
+
errors: Array<never | null> | null;
|
|
2764
|
+
};
|
|
2765
|
+
type MutationResultFields_CreateForTestingPayload_Fragment = {
|
|
2766
|
+
__typename: 'CreateForTestingPayload';
|
|
2767
|
+
success: boolean;
|
|
2768
|
+
errors: Array<never | null> | null;
|
|
2769
|
+
};
|
|
2770
|
+
type MutationResultFields_CreateMarketplaceHelpRequestPayload_Fragment = {
|
|
2771
|
+
__typename: 'CreateMarketplaceHelpRequestPayload';
|
|
2772
|
+
success: boolean;
|
|
2773
|
+
errors: Array<never | null> | null;
|
|
2774
|
+
};
|
|
2775
|
+
type MutationResultFields_CreatePaymentOptionPayload_Fragment = {
|
|
2776
|
+
__typename: 'CreatePaymentOptionPayload';
|
|
2777
|
+
success: boolean;
|
|
2778
|
+
errors: Array<never | null> | null;
|
|
2779
|
+
};
|
|
2780
|
+
type MutationResultFields_CreateRateChangeRequestPayload_Fragment = {
|
|
2781
|
+
__typename: 'CreateRateChangeRequestPayload';
|
|
2782
|
+
success: boolean;
|
|
2783
|
+
errors: Array<never | null> | null;
|
|
2784
|
+
};
|
|
2785
|
+
type MutationResultFields_CreateTalentSignalPayload_Fragment = {
|
|
2786
|
+
__typename: 'CreateTalentSignalPayload';
|
|
2787
|
+
success: boolean;
|
|
2788
|
+
errors: Array<never | null> | null;
|
|
2789
|
+
};
|
|
2790
|
+
type MutationResultFields_CreateTopChatConversationPayload_Fragment = {
|
|
2791
|
+
__typename: 'CreateTopChatConversationPayload';
|
|
2792
|
+
success: boolean;
|
|
2793
|
+
errors: Array<never | null> | null;
|
|
2794
|
+
};
|
|
2795
|
+
type MutationResultFields_CreateTopChatUploadPayload_Fragment = {
|
|
2796
|
+
__typename: 'CreateTopChatUploadPayload';
|
|
2797
|
+
success: boolean;
|
|
2798
|
+
errors: Array<never | null> | null;
|
|
2799
|
+
};
|
|
2800
|
+
type MutationResultFields_DevelopmentCreateAvailabilityRequestPayload_Fragment = {
|
|
2801
|
+
__typename: 'DevelopmentCreateAvailabilityRequestPayload';
|
|
2802
|
+
success: boolean;
|
|
2803
|
+
errors: Array<never | null> | null;
|
|
2804
|
+
};
|
|
2805
|
+
type MutationResultFields_DevelopmentCreateEngagementPayload_Fragment = {
|
|
2806
|
+
__typename: 'DevelopmentCreateEngagementPayload';
|
|
2807
|
+
success: boolean;
|
|
2808
|
+
errors: Array<never | null> | null;
|
|
2809
|
+
};
|
|
2810
|
+
type MutationResultFields_DevelopmentCreateInterviewPayload_Fragment = {
|
|
2811
|
+
__typename: 'DevelopmentCreateInterviewPayload';
|
|
2812
|
+
success: boolean;
|
|
2813
|
+
errors: Array<never | null> | null;
|
|
2814
|
+
};
|
|
2815
|
+
type MutationResultFields_DevelopmentCreateMobileAnnouncementPayload_Fragment = {
|
|
2816
|
+
__typename: 'DevelopmentCreateMobileAnnouncementPayload';
|
|
2817
|
+
success: boolean;
|
|
2818
|
+
errors: Array<never | null> | null;
|
|
2819
|
+
};
|
|
2820
|
+
type MutationResultFields_DevelopmentSendSurveyInterviewEndedPayload_Fragment = {
|
|
2821
|
+
__typename: 'DevelopmentSendSurveyInterviewEndedPayload';
|
|
2822
|
+
success: boolean;
|
|
2823
|
+
errors: Array<never | null> | null;
|
|
2824
|
+
};
|
|
2825
|
+
type MutationResultFields_DevelopmentSendSurveyMidEngagementPayload_Fragment = {
|
|
2826
|
+
__typename: 'DevelopmentSendSurveyMidEngagementPayload';
|
|
2827
|
+
success: boolean;
|
|
2828
|
+
errors: Array<never | null> | null;
|
|
2829
|
+
};
|
|
2830
|
+
type MutationResultFields_EngagementBreakCancelPayload_Fragment = {
|
|
2831
|
+
__typename: 'EngagementBreakCancelPayload';
|
|
2832
|
+
success: boolean;
|
|
2833
|
+
errors: Array<never | null> | null;
|
|
2834
|
+
};
|
|
2835
|
+
type MutationResultFields_EngagementBreakReschedulePayload_Fragment = {
|
|
2836
|
+
__typename: 'EngagementBreakReschedulePayload';
|
|
2837
|
+
success: boolean;
|
|
2838
|
+
errors: Array<never | null> | null;
|
|
2839
|
+
};
|
|
2840
|
+
type MutationResultFields_EngagementCreateBreakPayload_Fragment = {
|
|
2841
|
+
__typename: 'EngagementCreateBreakPayload';
|
|
2842
|
+
success: boolean;
|
|
2843
|
+
errors: Array<never | null> | null;
|
|
2844
|
+
};
|
|
2845
|
+
type MutationResultFields_EnrollInLearningProgramPayload_Fragment = {
|
|
2846
|
+
__typename: 'EnrollInLearningProgramPayload';
|
|
2847
|
+
success: boolean;
|
|
2848
|
+
errors: Array<never | null> | null;
|
|
2849
|
+
};
|
|
2850
|
+
type MutationResultFields_HideCommunitySlackChannelRecommendationPayload_Fragment = {
|
|
2851
|
+
__typename: 'HideCommunitySlackChannelRecommendationPayload';
|
|
2852
|
+
success: boolean;
|
|
2853
|
+
errors: Array<never | null> | null;
|
|
2854
|
+
};
|
|
2855
|
+
type MutationResultFields_InterviewAcceptPayload_Fragment = {
|
|
2856
|
+
__typename: 'InterviewAcceptPayload';
|
|
2857
|
+
success: boolean;
|
|
2858
|
+
errors: Array<never | null> | null;
|
|
2859
|
+
};
|
|
2860
|
+
type MutationResultFields_InterviewRejectPayload_Fragment = {
|
|
2861
|
+
__typename: 'InterviewRejectPayload';
|
|
2862
|
+
success: boolean;
|
|
2863
|
+
errors: Array<never | null> | null;
|
|
2864
|
+
};
|
|
2865
|
+
type MutationResultFields_InterviewTalentNotesPayload_Fragment = {
|
|
2866
|
+
__typename: 'InterviewTalentNotesPayload';
|
|
2867
|
+
success: boolean;
|
|
2868
|
+
errors: Array<never | null> | null;
|
|
2869
|
+
};
|
|
2870
|
+
type MutationResultFields_JobApplyPayload_Fragment = {
|
|
2871
|
+
__typename: 'JobApplyPayload';
|
|
2872
|
+
success: boolean;
|
|
2873
|
+
errors: Array<never | null> | null;
|
|
2874
|
+
};
|
|
2875
|
+
type MutationResultFields_JobClearInterestStatusPayload_Fragment = {
|
|
2876
|
+
__typename: 'JobClearInterestStatusPayload';
|
|
2877
|
+
success: boolean;
|
|
2878
|
+
errors: Array<never | null> | null;
|
|
2879
|
+
};
|
|
2880
|
+
type MutationResultFields_JobMarkNotInterestedPayload_Fragment = {
|
|
2881
|
+
__typename: 'JobMarkNotInterestedPayload';
|
|
2882
|
+
success: boolean;
|
|
2883
|
+
errors: Array<never | null> | null;
|
|
2884
|
+
};
|
|
2885
|
+
type MutationResultFields_JobMarkSavedPayload_Fragment = {
|
|
2886
|
+
__typename: 'JobMarkSavedPayload';
|
|
2887
|
+
success: boolean;
|
|
2888
|
+
errors: Array<never | null> | null;
|
|
2889
|
+
};
|
|
2890
|
+
type MutationResultFields_JobMarkViewedPayload_Fragment = {
|
|
2891
|
+
__typename: 'JobMarkViewedPayload';
|
|
2892
|
+
success: boolean;
|
|
2893
|
+
errors: Array<never | null> | null;
|
|
2894
|
+
};
|
|
2895
|
+
type MutationResultFields_JobUnmarkNotInterestedPayload_Fragment = {
|
|
2896
|
+
__typename: 'JobUnmarkNotInterestedPayload';
|
|
2897
|
+
success: boolean;
|
|
2898
|
+
errors: Array<never | null> | null;
|
|
2899
|
+
};
|
|
2900
|
+
type MutationResultFields_MarkAsPreferredPaymentOptionPayload_Fragment = {
|
|
2901
|
+
__typename: 'MarkAsPreferredPaymentOptionPayload';
|
|
2902
|
+
success: boolean;
|
|
2903
|
+
errors: Array<never | null> | null;
|
|
2904
|
+
};
|
|
2905
|
+
type MutationResultFields_MarkJobsAsViewedPayload_Fragment = {
|
|
2906
|
+
__typename: 'MarkJobsAsViewedPayload';
|
|
2907
|
+
success: boolean;
|
|
2908
|
+
errors: Array<never | null> | null;
|
|
2909
|
+
};
|
|
2910
|
+
type MutationResultFields_MarkMarketplaceMigrationNotificationSeenPayload_Fragment = {
|
|
2911
|
+
__typename: 'MarkMarketplaceMigrationNotificationSeenPayload';
|
|
2912
|
+
success: boolean;
|
|
2913
|
+
errors: Array<never | null> | null;
|
|
2914
|
+
};
|
|
2915
|
+
type MutationResultFields_MarkSeenFirstJobNotificationPayload_Fragment = {
|
|
2916
|
+
__typename: 'MarkSeenFirstJobNotificationPayload';
|
|
2917
|
+
success: boolean;
|
|
2918
|
+
errors: Array<never | null> | null;
|
|
2919
|
+
};
|
|
2920
|
+
type MutationResultFields_MobileAppSubmitFeedbackPayload_Fragment = {
|
|
2921
|
+
__typename: 'MobileAppSubmitFeedbackPayload';
|
|
2922
|
+
success: boolean;
|
|
2923
|
+
errors: Array<never | null> | null;
|
|
2924
|
+
};
|
|
2925
|
+
type MutationResultFields_MobileAppViewJobOfferDisclaimerPayload_Fragment = {
|
|
2926
|
+
__typename: 'MobileAppViewJobOfferDisclaimerPayload';
|
|
2927
|
+
success: boolean;
|
|
2928
|
+
errors: Array<never | null> | null;
|
|
2929
|
+
};
|
|
2930
|
+
type MutationResultFields_NotificationSettingUpdatePayload_Fragment = {
|
|
2931
|
+
__typename: 'NotificationSettingUpdatePayload';
|
|
2932
|
+
success: boolean;
|
|
2933
|
+
errors: Array<never | null> | null;
|
|
2934
|
+
};
|
|
2935
|
+
type MutationResultFields_NotificationSettingUpdateTimesheetReminderPayload_Fragment = {
|
|
2936
|
+
__typename: 'NotificationSettingUpdateTimesheetReminderPayload';
|
|
2937
|
+
success: boolean;
|
|
2938
|
+
errors: Array<never | null> | null;
|
|
2939
|
+
};
|
|
2940
|
+
type MutationResultFields_PostActivationLifecycleUpdateTopSchedulerPayload_Fragment = {
|
|
2941
|
+
__typename: 'PostActivationLifecycleUpdateTopSchedulerPayload';
|
|
2942
|
+
success: boolean;
|
|
2943
|
+
errors: Array<never | null> | null;
|
|
2944
|
+
};
|
|
2945
|
+
type MutationResultFields_PreliminarySearchSettingDisablePayload_Fragment = {
|
|
2946
|
+
__typename: 'PreliminarySearchSettingDisablePayload';
|
|
2947
|
+
success: boolean;
|
|
2948
|
+
errors: Array<never | null> | null;
|
|
2949
|
+
};
|
|
2950
|
+
type MutationResultFields_PreliminarySearchSettingEnablePayload_Fragment = {
|
|
2951
|
+
__typename: 'PreliminarySearchSettingEnablePayload';
|
|
2952
|
+
success: boolean;
|
|
2953
|
+
errors: Array<never | null> | null;
|
|
2954
|
+
};
|
|
2955
|
+
type MutationResultFields_PromoteGigsPayload_Fragment = {
|
|
2956
|
+
__typename: 'PromoteGigsPayload';
|
|
2957
|
+
success: boolean;
|
|
2958
|
+
errors: Array<never | null> | null;
|
|
2959
|
+
};
|
|
2960
|
+
type MutationResultFields_ProposeEngagementEndDatePayload_Fragment = {
|
|
2961
|
+
__typename: 'ProposeEngagementEndDatePayload';
|
|
2962
|
+
success: boolean;
|
|
2963
|
+
errors: Array<never | null> | null;
|
|
2964
|
+
};
|
|
2965
|
+
type MutationResultFields_QuizCompletePayload_Fragment = {
|
|
2966
|
+
__typename: 'QuizCompletePayload';
|
|
2967
|
+
success: boolean;
|
|
2968
|
+
errors: Array<never | null> | null;
|
|
2969
|
+
};
|
|
2970
|
+
type MutationResultFields_RecordDeviceDataPayload_Fragment = {
|
|
2971
|
+
__typename: 'RecordDeviceDataPayload';
|
|
2972
|
+
success: boolean;
|
|
2973
|
+
errors: Array<never | null> | null;
|
|
2974
|
+
};
|
|
2975
|
+
type MutationResultFields_RecordDeviceEventPayload_Fragment = {
|
|
2976
|
+
__typename: 'RecordDeviceEventPayload';
|
|
2977
|
+
success: boolean;
|
|
2978
|
+
errors: Array<never | null> | null;
|
|
2979
|
+
};
|
|
2980
|
+
type MutationResultFields_RecordLocationPayload_Fragment = {
|
|
2981
|
+
__typename: 'RecordLocationPayload';
|
|
2982
|
+
success: boolean;
|
|
2983
|
+
errors: Array<never | null> | null;
|
|
2984
|
+
};
|
|
2985
|
+
type MutationResultFields_ReferralizeUrlPayload_Fragment = {
|
|
2986
|
+
__typename: 'ReferralizeUrlPayload';
|
|
2987
|
+
success: boolean;
|
|
2988
|
+
errors: Array<never | null> | null;
|
|
2989
|
+
};
|
|
2990
|
+
type MutationResultFields_RejectGigReachOutPayload_Fragment = {
|
|
2991
|
+
__typename: 'RejectGigReachOutPayload';
|
|
2992
|
+
success: boolean;
|
|
2993
|
+
errors: Array<never | null> | null;
|
|
2994
|
+
};
|
|
2995
|
+
type MutationResultFields_RemoveCoachingEngagementPayload_Fragment = {
|
|
2996
|
+
__typename: 'RemoveCoachingEngagementPayload';
|
|
2997
|
+
success: boolean;
|
|
2998
|
+
errors: Array<never | null> | null;
|
|
2999
|
+
};
|
|
3000
|
+
type MutationResultFields_RemoveContentReviewPayload_Fragment = {
|
|
3001
|
+
__typename: 'RemoveContentReviewPayload';
|
|
3002
|
+
success: boolean;
|
|
3003
|
+
errors: Array<never | null> | null;
|
|
3004
|
+
};
|
|
3005
|
+
type MutationResultFields_RemoveProfileSkillSetPayload_Fragment = {
|
|
3006
|
+
__typename: 'RemoveProfileSkillSetPayload';
|
|
3007
|
+
success: boolean;
|
|
3008
|
+
errors: Array<never | null> | null;
|
|
3009
|
+
};
|
|
3010
|
+
type MutationResultFields_ReviewContentPayload_Fragment = {
|
|
3011
|
+
__typename: 'ReviewContentPayload';
|
|
3012
|
+
success: boolean;
|
|
3013
|
+
errors: Array<never | null> | null;
|
|
3014
|
+
};
|
|
3015
|
+
type MutationResultFields_RevokeSlackApplicationTokenPayload_Fragment = {
|
|
3016
|
+
__typename: 'RevokeSlackApplicationTokenPayload';
|
|
3017
|
+
success: boolean;
|
|
3018
|
+
errors: Array<never | null> | null;
|
|
3019
|
+
};
|
|
3020
|
+
type MutationResultFields_RsvpPayload_Fragment = {
|
|
3021
|
+
__typename: 'RsvpPayload';
|
|
3022
|
+
success: boolean;
|
|
3023
|
+
errors: Array<never | null> | null;
|
|
3024
|
+
};
|
|
3025
|
+
type MutationResultFields_SaveProfileSkillSetsAndConnectionsPayload_Fragment = {
|
|
3026
|
+
__typename: 'SaveProfileSkillSetsAndConnectionsPayload';
|
|
3027
|
+
success: boolean;
|
|
3028
|
+
errors: Array<never | null> | null;
|
|
3029
|
+
};
|
|
3030
|
+
type MutationResultFields_SearchFiltersResetPayload_Fragment = {
|
|
3031
|
+
__typename: 'SearchFiltersResetPayload';
|
|
3032
|
+
success: boolean;
|
|
3033
|
+
errors: Array<never | null> | null;
|
|
3034
|
+
};
|
|
3035
|
+
type MutationResultFields_SearchFiltersSavePayload_Fragment = {
|
|
3036
|
+
__typename: 'SearchFiltersSavePayload';
|
|
3037
|
+
success: boolean;
|
|
3038
|
+
errors: Array<never | null> | null;
|
|
3039
|
+
};
|
|
3040
|
+
type MutationResultFields_SearchSubscriptionStartPayload_Fragment = {
|
|
3041
|
+
__typename: 'SearchSubscriptionStartPayload';
|
|
3042
|
+
success: boolean;
|
|
3043
|
+
errors: Array<never | null> | null;
|
|
3044
|
+
};
|
|
3045
|
+
type MutationResultFields_SearchSubscriptionTerminatePayload_Fragment = {
|
|
3046
|
+
__typename: 'SearchSubscriptionTerminatePayload';
|
|
3047
|
+
success: boolean;
|
|
3048
|
+
errors: Array<never | null> | null;
|
|
3049
|
+
};
|
|
3050
|
+
type MutationResultFields_SendReferralEmailPayload_Fragment = {
|
|
3051
|
+
__typename: 'SendReferralEmailPayload';
|
|
3052
|
+
success: boolean;
|
|
3053
|
+
errors: Array<never | null> | null;
|
|
3054
|
+
};
|
|
3055
|
+
type MutationResultFields_SendResetPasswordEmailPayload_Fragment = {
|
|
3056
|
+
__typename: 'SendResetPasswordEmailPayload';
|
|
3057
|
+
success: boolean;
|
|
3058
|
+
errors: Array<never | null> | null;
|
|
3059
|
+
};
|
|
3060
|
+
type MutationResultFields_SetUnavailablePayload_Fragment = {
|
|
3061
|
+
__typename: 'SetUnavailablePayload';
|
|
3062
|
+
success: boolean;
|
|
3063
|
+
errors: Array<never | null> | null;
|
|
3064
|
+
};
|
|
3065
|
+
type MutationResultFields_ShortenUrlPayload_Fragment = {
|
|
3066
|
+
__typename: 'ShortenUrlPayload';
|
|
3067
|
+
success: boolean;
|
|
3068
|
+
errors: Array<never | null> | null;
|
|
3069
|
+
};
|
|
3070
|
+
type MutationResultFields_SignInPayload_Fragment = {
|
|
3071
|
+
__typename: 'SignInPayload';
|
|
3072
|
+
success: boolean;
|
|
3073
|
+
errors: Array<never | null> | null;
|
|
3074
|
+
};
|
|
3075
|
+
type MutationResultFields_SpecializationApplyPayload_Fragment = {
|
|
3076
|
+
__typename: 'SpecializationApplyPayload';
|
|
3077
|
+
success: boolean;
|
|
3078
|
+
errors: Array<never | null> | null;
|
|
3079
|
+
};
|
|
3080
|
+
type MutationResultFields_SubmitGigFeedbackPayload_Fragment = {
|
|
3081
|
+
__typename: 'SubmitGigFeedbackPayload';
|
|
3082
|
+
success: boolean;
|
|
3083
|
+
errors: Array<never | null> | null;
|
|
3084
|
+
};
|
|
3085
|
+
type MutationResultFields_SubmitHireMePagePayload_Fragment = {
|
|
3086
|
+
__typename: 'SubmitHireMePagePayload';
|
|
3087
|
+
success: boolean;
|
|
3088
|
+
errors: Array<never | null> | null;
|
|
3089
|
+
};
|
|
3090
|
+
type MutationResultFields_SubmitTimesheetPayload_Fragment = {
|
|
3091
|
+
__typename: 'SubmitTimesheetPayload';
|
|
3092
|
+
success: boolean;
|
|
3093
|
+
errors: Array<never | null> | null;
|
|
3094
|
+
};
|
|
3095
|
+
type MutationResultFields_SurveyAddFeedbackPayload_Fragment = {
|
|
3096
|
+
__typename: 'SurveyAddFeedbackPayload';
|
|
3097
|
+
success: boolean;
|
|
3098
|
+
errors: Array<never | null> | null;
|
|
3099
|
+
};
|
|
3100
|
+
type MutationResultFields_SurveyDismissPayload_Fragment = {
|
|
3101
|
+
__typename: 'SurveyDismissPayload';
|
|
3102
|
+
success: boolean;
|
|
3103
|
+
errors: Array<never | null> | null;
|
|
3104
|
+
};
|
|
3105
|
+
type MutationResultFields_SurveySubmitPayload_Fragment = {
|
|
3106
|
+
__typename: 'SurveySubmitPayload';
|
|
3107
|
+
success: boolean;
|
|
3108
|
+
errors: Array<never | null> | null;
|
|
3109
|
+
};
|
|
3110
|
+
type MutationResultFields_SwitchMobileRolePayload_Fragment = {
|
|
3111
|
+
__typename: 'SwitchMobileRolePayload';
|
|
3112
|
+
success: boolean;
|
|
3113
|
+
errors: Array<never | null> | null;
|
|
3114
|
+
};
|
|
3115
|
+
type MutationResultFields_SwitchRolePayload_Fragment = {
|
|
3116
|
+
__typename: 'SwitchRolePayload';
|
|
3117
|
+
success: boolean;
|
|
3118
|
+
errors: Array<never | null> | null;
|
|
3119
|
+
};
|
|
3120
|
+
type MutationResultFields_TalentNotificationMarkAsReadPayload_Fragment = {
|
|
3121
|
+
__typename: 'TalentNotificationMarkAsReadPayload';
|
|
3122
|
+
success: boolean;
|
|
3123
|
+
errors: Array<never | null> | null;
|
|
3124
|
+
};
|
|
3125
|
+
type MutationResultFields_TalentPortalSettingUpdatePayload_Fragment = {
|
|
3126
|
+
__typename: 'TalentPortalSettingUpdatePayload';
|
|
3127
|
+
success: boolean;
|
|
3128
|
+
errors: Array<never | null> | null;
|
|
3129
|
+
};
|
|
3130
|
+
type MutationResultFields_TalentStartIdVerificationPayload_Fragment = {
|
|
3131
|
+
__typename: 'TalentStartIdVerificationPayload';
|
|
3132
|
+
success: boolean;
|
|
3133
|
+
errors: Array<never | null> | null;
|
|
3134
|
+
};
|
|
3135
|
+
type MutationResultFields_TermsOfServiceAcceptPayload_Fragment = {
|
|
3136
|
+
__typename: 'TermsOfServiceAcceptPayload';
|
|
3137
|
+
success: boolean;
|
|
3138
|
+
errors: Array<never | null> | null;
|
|
3139
|
+
};
|
|
3140
|
+
type MutationResultFields_TermsOfServiceReviewPayload_Fragment = {
|
|
3141
|
+
__typename: 'TermsOfServiceReviewPayload';
|
|
3142
|
+
success: boolean;
|
|
3143
|
+
errors: Array<never | null> | null;
|
|
3144
|
+
};
|
|
3145
|
+
type MutationResultFields_UpdateMeetingHoursPayload_Fragment = {
|
|
3146
|
+
__typename: 'UpdateMeetingHoursPayload';
|
|
3147
|
+
success: boolean;
|
|
3148
|
+
errors: Array<never | null> | null;
|
|
3149
|
+
};
|
|
3150
|
+
type MutationResultFields_UpdatePaymentOptionPayload_Fragment = {
|
|
3151
|
+
__typename: 'UpdatePaymentOptionPayload';
|
|
3152
|
+
success: boolean;
|
|
3153
|
+
errors: Array<never | null> | null;
|
|
3154
|
+
};
|
|
3155
|
+
type MutationResultFields_UpdateProfileIndustryConnectionsPayload_Fragment = {
|
|
3156
|
+
__typename: 'UpdateProfileIndustryConnectionsPayload';
|
|
3157
|
+
success: boolean;
|
|
3158
|
+
errors: Array<never | null> | null;
|
|
3159
|
+
};
|
|
3160
|
+
type MutationResultFields_UpdateProfileSkillSetPublicitiesPayload_Fragment = {
|
|
3161
|
+
__typename: 'UpdateProfileSkillSetPublicitiesPayload';
|
|
3162
|
+
success: boolean;
|
|
3163
|
+
errors: Array<never | null> | null;
|
|
3164
|
+
};
|
|
3165
|
+
type MutationResultFields_UpdateTalentConsultingRatePayload_Fragment = {
|
|
3166
|
+
__typename: 'UpdateTalentConsultingRatePayload';
|
|
3167
|
+
success: boolean;
|
|
3168
|
+
errors: Array<never | null> | null;
|
|
3169
|
+
};
|
|
3170
|
+
type MutationResultFields_UpdateTimesheetPayload_Fragment = {
|
|
3171
|
+
__typename: 'UpdateTimesheetPayload';
|
|
3172
|
+
success: boolean;
|
|
3173
|
+
errors: Array<never | null> | null;
|
|
3174
|
+
};
|
|
3175
|
+
type MutationResultFields_UpdateWorkingHoursPayload_Fragment = {
|
|
3176
|
+
__typename: 'UpdateWorkingHoursPayload';
|
|
3177
|
+
success: boolean;
|
|
3178
|
+
errors: Array<never | null> | null;
|
|
3179
|
+
};
|
|
3180
|
+
type MutationResultFields_UploadTimesheetPayload_Fragment = {
|
|
3181
|
+
__typename: 'UploadTimesheetPayload';
|
|
3182
|
+
success: boolean;
|
|
3183
|
+
errors: Array<never | null> | null;
|
|
3184
|
+
};
|
|
3185
|
+
type MutationResultFields_ViewerRoleResetPasswordPayload_Fragment = {
|
|
3186
|
+
__typename: 'ViewerRoleResetPasswordPayload';
|
|
3187
|
+
success: boolean;
|
|
3188
|
+
errors: Array<never | null> | null;
|
|
3189
|
+
};
|
|
3190
|
+
type MutationResultFields_ViewerRoleUpdateAccountSettingsPayload_Fragment = {
|
|
3191
|
+
__typename: 'ViewerRoleUpdateAccountSettingsPayload';
|
|
3192
|
+
success: boolean;
|
|
3193
|
+
errors: Array<never | null> | null;
|
|
3194
|
+
};
|
|
3195
|
+
type MutationResultFields_ViewerRoleUpdatePayload_Fragment = {
|
|
3196
|
+
__typename: 'ViewerRoleUpdatePayload';
|
|
3197
|
+
success: boolean;
|
|
3198
|
+
errors: Array<never | null> | null;
|
|
3199
|
+
};
|
|
3200
|
+
export type MutationResultFieldsFragment = MutationResultFields_AcceptFreelanceTalentAgreementPayload_Fragment | MutationResultFields_AcceptGigReachOutPayload_Fragment | MutationResultFields_AcknowledgeAllTalentBadgesPayload_Fragment | MutationResultFields_AcknowledgeBadgeNotificationPayload_Fragment | MutationResultFields_AddProfileIndustryConnectionsPayload_Fragment | MutationResultFields_AddProfileSkillSetPayload_Fragment | MutationResultFields_ApnTokenRegisterPayload_Fragment | MutationResultFields_ApnTokenRemovePayload_Fragment | MutationResultFields_AttachTalentVideoPitchPayload_Fragment | MutationResultFields_AvailabilityRequestConfirmPayload_Fragment | MutationResultFields_AvailabilityRequestRejectPayload_Fragment | MutationResultFields_CodeOfConductAcceptPayload_Fragment | MutationResultFields_CommunityEventContactLeaderPayload_Fragment | MutationResultFields_CompleteConsultationsTrainingPayload_Fragment | MutationResultFields_CompleteTalentConsultingOnboardingPayload_Fragment | MutationResultFields_CompleteTalentConsultingTrainingPayload_Fragment | MutationResultFields_ConfigurePushNotificationsPayload_Fragment | MutationResultFields_CreateApplicantPayload_Fragment | MutationResultFields_CreateBecomeClientPayload_Fragment | MutationResultFields_CreateCoachingEngagementPayload_Fragment | MutationResultFields_CreateCommunityLeaderApplicationPayload_Fragment | MutationResultFields_CreateDirectReferralPayload_Fragment | MutationResultFields_CreateEngagementTestimonialPayload_Fragment | MutationResultFields_CreateForTestingPayload_Fragment | MutationResultFields_CreateMarketplaceHelpRequestPayload_Fragment | MutationResultFields_CreatePaymentOptionPayload_Fragment | MutationResultFields_CreateRateChangeRequestPayload_Fragment | MutationResultFields_CreateTalentSignalPayload_Fragment | MutationResultFields_CreateTopChatConversationPayload_Fragment | MutationResultFields_CreateTopChatUploadPayload_Fragment | MutationResultFields_DevelopmentCreateAvailabilityRequestPayload_Fragment | MutationResultFields_DevelopmentCreateEngagementPayload_Fragment | MutationResultFields_DevelopmentCreateInterviewPayload_Fragment | MutationResultFields_DevelopmentCreateMobileAnnouncementPayload_Fragment | MutationResultFields_DevelopmentSendSurveyInterviewEndedPayload_Fragment | MutationResultFields_DevelopmentSendSurveyMidEngagementPayload_Fragment | MutationResultFields_EngagementBreakCancelPayload_Fragment | MutationResultFields_EngagementBreakReschedulePayload_Fragment | MutationResultFields_EngagementCreateBreakPayload_Fragment | MutationResultFields_EnrollInLearningProgramPayload_Fragment | MutationResultFields_HideCommunitySlackChannelRecommendationPayload_Fragment | MutationResultFields_InterviewAcceptPayload_Fragment | MutationResultFields_InterviewRejectPayload_Fragment | MutationResultFields_InterviewTalentNotesPayload_Fragment | MutationResultFields_JobApplyPayload_Fragment | MutationResultFields_JobClearInterestStatusPayload_Fragment | MutationResultFields_JobMarkNotInterestedPayload_Fragment | MutationResultFields_JobMarkSavedPayload_Fragment | MutationResultFields_JobMarkViewedPayload_Fragment | MutationResultFields_JobUnmarkNotInterestedPayload_Fragment | MutationResultFields_MarkAsPreferredPaymentOptionPayload_Fragment | MutationResultFields_MarkJobsAsViewedPayload_Fragment | MutationResultFields_MarkMarketplaceMigrationNotificationSeenPayload_Fragment | MutationResultFields_MarkSeenFirstJobNotificationPayload_Fragment | MutationResultFields_MobileAppSubmitFeedbackPayload_Fragment | MutationResultFields_MobileAppViewJobOfferDisclaimerPayload_Fragment | MutationResultFields_NotificationSettingUpdatePayload_Fragment | MutationResultFields_NotificationSettingUpdateTimesheetReminderPayload_Fragment | MutationResultFields_PostActivationLifecycleUpdateTopSchedulerPayload_Fragment | MutationResultFields_PreliminarySearchSettingDisablePayload_Fragment | MutationResultFields_PreliminarySearchSettingEnablePayload_Fragment | MutationResultFields_PromoteGigsPayload_Fragment | MutationResultFields_ProposeEngagementEndDatePayload_Fragment | MutationResultFields_QuizCompletePayload_Fragment | MutationResultFields_RecordDeviceDataPayload_Fragment | MutationResultFields_RecordDeviceEventPayload_Fragment | MutationResultFields_RecordLocationPayload_Fragment | MutationResultFields_ReferralizeUrlPayload_Fragment | MutationResultFields_RejectGigReachOutPayload_Fragment | MutationResultFields_RemoveCoachingEngagementPayload_Fragment | MutationResultFields_RemoveContentReviewPayload_Fragment | MutationResultFields_RemoveProfileSkillSetPayload_Fragment | MutationResultFields_ReviewContentPayload_Fragment | MutationResultFields_RevokeSlackApplicationTokenPayload_Fragment | MutationResultFields_RsvpPayload_Fragment | MutationResultFields_SaveProfileSkillSetsAndConnectionsPayload_Fragment | MutationResultFields_SearchFiltersResetPayload_Fragment | MutationResultFields_SearchFiltersSavePayload_Fragment | MutationResultFields_SearchSubscriptionStartPayload_Fragment | MutationResultFields_SearchSubscriptionTerminatePayload_Fragment | MutationResultFields_SendReferralEmailPayload_Fragment | MutationResultFields_SendResetPasswordEmailPayload_Fragment | MutationResultFields_SetUnavailablePayload_Fragment | MutationResultFields_ShortenUrlPayload_Fragment | MutationResultFields_SignInPayload_Fragment | MutationResultFields_SpecializationApplyPayload_Fragment | MutationResultFields_SubmitGigFeedbackPayload_Fragment | MutationResultFields_SubmitHireMePagePayload_Fragment | MutationResultFields_SubmitTimesheetPayload_Fragment | MutationResultFields_SurveyAddFeedbackPayload_Fragment | MutationResultFields_SurveyDismissPayload_Fragment | MutationResultFields_SurveySubmitPayload_Fragment | MutationResultFields_SwitchMobileRolePayload_Fragment | MutationResultFields_SwitchRolePayload_Fragment | MutationResultFields_TalentNotificationMarkAsReadPayload_Fragment | MutationResultFields_TalentPortalSettingUpdatePayload_Fragment | MutationResultFields_TalentStartIdVerificationPayload_Fragment | MutationResultFields_TermsOfServiceAcceptPayload_Fragment | MutationResultFields_TermsOfServiceReviewPayload_Fragment | MutationResultFields_UpdateMeetingHoursPayload_Fragment | MutationResultFields_UpdatePaymentOptionPayload_Fragment | MutationResultFields_UpdateProfileIndustryConnectionsPayload_Fragment | MutationResultFields_UpdateProfileSkillSetPublicitiesPayload_Fragment | MutationResultFields_UpdateTalentConsultingRatePayload_Fragment | MutationResultFields_UpdateTimesheetPayload_Fragment | MutationResultFields_UpdateWorkingHoursPayload_Fragment | MutationResultFields_UploadTimesheetPayload_Fragment | MutationResultFields_ViewerRoleResetPasswordPayload_Fragment | MutationResultFields_ViewerRoleUpdateAccountSettingsPayload_Fragment | MutationResultFields_ViewerRoleUpdatePayload_Fragment;
|
|
3201
|
+
export type CreateMarketplaceHelpRequestMutationVariables = Exact<{
|
|
3202
|
+
jobId: string | number;
|
|
3203
|
+
comment: string;
|
|
3204
|
+
reason: string;
|
|
3205
|
+
}>;
|
|
3206
|
+
export type CreateMarketplaceHelpRequestMutation = {
|
|
3207
|
+
viewerRole: {
|
|
3208
|
+
__typename: 'ViewerRoleOps';
|
|
3209
|
+
createMarketplaceHelpRequest: {
|
|
3210
|
+
__typename: 'CreateMarketplaceHelpRequestPayload';
|
|
3211
|
+
success: boolean;
|
|
3212
|
+
errors: Array<never | null> | null;
|
|
3213
|
+
} | null;
|
|
3214
|
+
} | null;
|
|
3215
|
+
};
|
|
3216
|
+
export type MarketConditionDetailsQueryVariables = Exact<{
|
|
3217
|
+
[key: string]: never;
|
|
3218
|
+
}>;
|
|
3219
|
+
export type MarketConditionDetailsQuery = {
|
|
3220
|
+
viewer: {
|
|
3221
|
+
__typename: 'Viewer';
|
|
3222
|
+
id: string;
|
|
3223
|
+
viewerRole: {
|
|
3224
|
+
__typename: 'ViewerRole';
|
|
3225
|
+
vertical: {
|
|
3226
|
+
__typename: 'TalentVertical';
|
|
3227
|
+
name: string;
|
|
3228
|
+
marketCondition: {
|
|
3229
|
+
__typename: 'VerticalMarketCondition';
|
|
3230
|
+
condition: string;
|
|
3231
|
+
};
|
|
3232
|
+
globalMarketCondition: {
|
|
3233
|
+
__typename: 'VerticalGlobalMarketCondition';
|
|
3234
|
+
condition: string;
|
|
3235
|
+
conditionColor: string;
|
|
3236
|
+
conditionVerbose: string;
|
|
3237
|
+
reportUrl: string;
|
|
3238
|
+
};
|
|
3239
|
+
};
|
|
3240
|
+
};
|
|
3241
|
+
} | null;
|
|
3242
|
+
};
|
|
3243
|
+
export type MarketConditionDataFragment = {
|
|
3244
|
+
__typename: 'Viewer';
|
|
3245
|
+
viewerRole: {
|
|
3246
|
+
__typename: 'ViewerRole';
|
|
3247
|
+
vertical: {
|
|
3248
|
+
__typename: 'TalentVertical';
|
|
3249
|
+
name: string;
|
|
3250
|
+
marketCondition: {
|
|
3251
|
+
__typename: 'VerticalMarketCondition';
|
|
3252
|
+
condition: string;
|
|
3253
|
+
};
|
|
3254
|
+
globalMarketCondition: {
|
|
3255
|
+
__typename: 'VerticalGlobalMarketCondition';
|
|
3256
|
+
condition: string;
|
|
3257
|
+
conditionColor: string;
|
|
3258
|
+
conditionVerbose: string;
|
|
3259
|
+
reportUrl: string;
|
|
3260
|
+
};
|
|
3261
|
+
};
|
|
3262
|
+
};
|
|
3263
|
+
};
|
|
3264
|
+
export type MobileAppSettingsQueryVariables = Exact<{
|
|
3265
|
+
[key: string]: never;
|
|
3266
|
+
}>;
|
|
3267
|
+
export type MobileAppSettingsQuery = {
|
|
3268
|
+
viewer: {
|
|
3269
|
+
__typename: 'Viewer';
|
|
3270
|
+
id: string;
|
|
3271
|
+
mobileAppSetting: {
|
|
3272
|
+
__typename: 'MobileAppSetting';
|
|
3273
|
+
hasSeenJobOfferDiclaimer: boolean;
|
|
3274
|
+
};
|
|
3275
|
+
} | null;
|
|
3276
|
+
};
|
|
3277
|
+
export type MobileAppSettingsFragment = {
|
|
3278
|
+
__typename: 'Viewer';
|
|
3279
|
+
mobileAppSetting: {
|
|
3280
|
+
__typename: 'MobileAppSetting';
|
|
3281
|
+
hasSeenJobOfferDiclaimer: boolean;
|
|
3282
|
+
};
|
|
3283
|
+
};
|
|
3284
|
+
export type PlatformConfigurationQueryVariables = Exact<{
|
|
3285
|
+
[key: string]: never;
|
|
3286
|
+
}>;
|
|
3287
|
+
export type PlatformConfigurationQuery = {
|
|
3288
|
+
platformConfiguration: {
|
|
3289
|
+
__typename: 'PlatformConfiguration';
|
|
3290
|
+
id: string;
|
|
3291
|
+
marketplaceMargin: string;
|
|
3292
|
+
commitmentHoursDictionary: {
|
|
3293
|
+
__typename: 'CommitmentHoursDictionary';
|
|
3294
|
+
full_time: number;
|
|
3295
|
+
hourly: number;
|
|
3296
|
+
part_time: number;
|
|
3297
|
+
};
|
|
3298
|
+
notInterestedInJobReasons: Array<{
|
|
3299
|
+
__typename: 'KeyValueStrings';
|
|
3300
|
+
value: string;
|
|
3301
|
+
} | null>;
|
|
3302
|
+
availabilityRequestRejectReasonsV3: {
|
|
3303
|
+
__typename: 'AvailabilityRequestRejectReasonsTypeV3';
|
|
3304
|
+
fixed: Array<{
|
|
3305
|
+
__typename: 'AvailabilityRequestRejectReason';
|
|
3306
|
+
key: string;
|
|
3307
|
+
value: string;
|
|
3308
|
+
isMandatory: boolean;
|
|
3309
|
+
customPlaceholder: string | null;
|
|
3310
|
+
} | null>;
|
|
3311
|
+
flexible: Array<{
|
|
3312
|
+
__typename: 'AvailabilityRequestRejectReason';
|
|
3313
|
+
key: string;
|
|
3314
|
+
value: string;
|
|
3315
|
+
isMandatory: boolean;
|
|
3316
|
+
customPlaceholder: string | null;
|
|
3317
|
+
} | null>;
|
|
3318
|
+
};
|
|
3319
|
+
engagementBreakReasons: Array<{
|
|
3320
|
+
__typename: 'FeedbackReason';
|
|
3321
|
+
identifier: string;
|
|
3322
|
+
nameForRole: string;
|
|
3323
|
+
} | null>;
|
|
3324
|
+
interviewRejectReasons: Array<{
|
|
3325
|
+
__typename: 'InterviewRejectReason';
|
|
3326
|
+
commentRequired: boolean;
|
|
3327
|
+
identifier: string;
|
|
3328
|
+
label: string;
|
|
3329
|
+
} | null>;
|
|
3330
|
+
marketplaceHelpRequestReasons: Array<{
|
|
3331
|
+
__typename: 'KeyValueStrings';
|
|
3332
|
+
key: string;
|
|
3333
|
+
value: string;
|
|
3334
|
+
} | null>;
|
|
3335
|
+
rateValidationRules: {
|
|
3336
|
+
__typename: 'TalentRateValidationRules';
|
|
3337
|
+
hourly: {
|
|
3338
|
+
__typename: 'TalentRateValidationRule';
|
|
3339
|
+
minRate: string;
|
|
3340
|
+
rateStep: number;
|
|
3341
|
+
};
|
|
3342
|
+
};
|
|
3343
|
+
} | null;
|
|
3344
|
+
};
|
|
3345
|
+
export type AvailabilityRequestRejectReasonDataFragment = {
|
|
3346
|
+
__typename: 'AvailabilityRequestRejectReason';
|
|
3347
|
+
key: string;
|
|
3348
|
+
value: string;
|
|
3349
|
+
isMandatory: boolean;
|
|
3350
|
+
customPlaceholder: string | null;
|
|
3351
|
+
};
|
|
3352
|
+
export type TalentRateValidationRuleDataFragment = {
|
|
3353
|
+
__typename: 'TalentRateValidationRule';
|
|
3354
|
+
minRate: string;
|
|
3355
|
+
rateStep: number;
|
|
3356
|
+
};
|
|
3357
|
+
export type RateValidationRulesDataFragment = {
|
|
3358
|
+
__typename: 'PlatformConfiguration';
|
|
3359
|
+
id: string;
|
|
3360
|
+
rateValidationRules: {
|
|
3361
|
+
__typename: 'TalentRateValidationRules';
|
|
3362
|
+
hourly: {
|
|
3363
|
+
__typename: 'TalentRateValidationRule';
|
|
3364
|
+
minRate: string;
|
|
3365
|
+
rateStep: number;
|
|
3366
|
+
};
|
|
3367
|
+
};
|
|
3368
|
+
};
|
|
3369
|
+
export type PlatformConfigurationDataFragment = {
|
|
3370
|
+
__typename: 'PlatformConfiguration';
|
|
3371
|
+
id: string;
|
|
3372
|
+
marketplaceMargin: string;
|
|
3373
|
+
commitmentHoursDictionary: {
|
|
3374
|
+
__typename: 'CommitmentHoursDictionary';
|
|
3375
|
+
full_time: number;
|
|
3376
|
+
hourly: number;
|
|
3377
|
+
part_time: number;
|
|
3378
|
+
};
|
|
3379
|
+
notInterestedInJobReasons: Array<{
|
|
3380
|
+
__typename: 'KeyValueStrings';
|
|
3381
|
+
value: string;
|
|
3382
|
+
} | null>;
|
|
3383
|
+
availabilityRequestRejectReasonsV3: {
|
|
3384
|
+
__typename: 'AvailabilityRequestRejectReasonsTypeV3';
|
|
3385
|
+
fixed: Array<{
|
|
3386
|
+
__typename: 'AvailabilityRequestRejectReason';
|
|
3387
|
+
key: string;
|
|
3388
|
+
value: string;
|
|
3389
|
+
isMandatory: boolean;
|
|
3390
|
+
customPlaceholder: string | null;
|
|
3391
|
+
} | null>;
|
|
3392
|
+
flexible: Array<{
|
|
3393
|
+
__typename: 'AvailabilityRequestRejectReason';
|
|
3394
|
+
key: string;
|
|
3395
|
+
value: string;
|
|
3396
|
+
isMandatory: boolean;
|
|
3397
|
+
customPlaceholder: string | null;
|
|
3398
|
+
} | null>;
|
|
3399
|
+
};
|
|
3400
|
+
engagementBreakReasons: Array<{
|
|
3401
|
+
__typename: 'FeedbackReason';
|
|
3402
|
+
identifier: string;
|
|
3403
|
+
nameForRole: string;
|
|
3404
|
+
} | null>;
|
|
3405
|
+
interviewRejectReasons: Array<{
|
|
3406
|
+
__typename: 'InterviewRejectReason';
|
|
3407
|
+
commentRequired: boolean;
|
|
3408
|
+
identifier: string;
|
|
3409
|
+
label: string;
|
|
3410
|
+
} | null>;
|
|
3411
|
+
marketplaceHelpRequestReasons: Array<{
|
|
3412
|
+
__typename: 'KeyValueStrings';
|
|
3413
|
+
key: string;
|
|
3414
|
+
value: string;
|
|
3415
|
+
} | null>;
|
|
3416
|
+
rateValidationRules: {
|
|
3417
|
+
__typename: 'TalentRateValidationRules';
|
|
3418
|
+
hourly: {
|
|
3419
|
+
__typename: 'TalentRateValidationRule';
|
|
3420
|
+
minRate: string;
|
|
3421
|
+
rateStep: number;
|
|
3422
|
+
};
|
|
3423
|
+
};
|
|
3424
|
+
};
|
|
3425
|
+
export type ProfileShowQueryVariables = Exact<{
|
|
3426
|
+
[key: string]: never;
|
|
3427
|
+
}>;
|
|
3428
|
+
export type ProfileShowQuery = {
|
|
3429
|
+
viewer: {
|
|
3430
|
+
__typename: 'Viewer';
|
|
3431
|
+
id: string;
|
|
3432
|
+
appliedAt: string;
|
|
3433
|
+
hasSearchSubscription: boolean;
|
|
3434
|
+
availabilityRequestTalentCardEnabled: boolean;
|
|
3435
|
+
coachingEligibility: string;
|
|
3436
|
+
referralUrl: {
|
|
3437
|
+
__typename: 'ReferralUrl';
|
|
3438
|
+
legacySlug: string;
|
|
3439
|
+
pathSuffix: string;
|
|
3440
|
+
shortenedUrl: string;
|
|
3441
|
+
url: string;
|
|
3442
|
+
};
|
|
3443
|
+
hireMeBanner: {
|
|
3444
|
+
__typename: 'HireMeBanner';
|
|
3445
|
+
enabled: boolean;
|
|
3446
|
+
submitted: boolean;
|
|
3447
|
+
experimentVariant: string;
|
|
3448
|
+
referralUrl: string;
|
|
3449
|
+
personalWebsiteUrl: string;
|
|
3450
|
+
verificationStatus: string;
|
|
3451
|
+
verifiedCount: number;
|
|
3452
|
+
};
|
|
3453
|
+
codeOfConduct: {
|
|
3454
|
+
__typename: 'CodeOfConduct';
|
|
3455
|
+
id: string;
|
|
3456
|
+
acceptedAt: string;
|
|
3457
|
+
title: string;
|
|
3458
|
+
revisedOn: string;
|
|
3459
|
+
};
|
|
3460
|
+
termsOfService: {
|
|
3461
|
+
__typename: 'TermsOfService';
|
|
3462
|
+
id: string;
|
|
3463
|
+
title: string;
|
|
3464
|
+
revisedOn: string;
|
|
3465
|
+
requiredAction: string;
|
|
3466
|
+
};
|
|
3467
|
+
preliminarySearchSetting: {
|
|
3468
|
+
__typename: 'PreliminarySearchSetting';
|
|
3469
|
+
enabled: boolean;
|
|
3470
|
+
};
|
|
3471
|
+
viewerRole: {
|
|
3472
|
+
__typename: 'ViewerRole';
|
|
3473
|
+
activatedAt: string;
|
|
3474
|
+
askExpertMenuVisible: boolean;
|
|
3475
|
+
roleId: number;
|
|
3476
|
+
profileId: string;
|
|
3477
|
+
availability: string;
|
|
3478
|
+
allocatedHours: number;
|
|
3479
|
+
hiredHours: number;
|
|
3480
|
+
fullName: string;
|
|
3481
|
+
firstName: string;
|
|
3482
|
+
phoneNumber: string;
|
|
3483
|
+
email: string;
|
|
3484
|
+
toptalEmail: string;
|
|
3485
|
+
toptalEmailSuspended: boolean;
|
|
3486
|
+
sendNotificationsToPrivateEmail: boolean;
|
|
3487
|
+
specializationType: string;
|
|
3488
|
+
postActivationStepsStatus: string;
|
|
3489
|
+
publicResumeUrl: string;
|
|
3490
|
+
isPassThroughTalent: boolean;
|
|
3491
|
+
isFakeSession: boolean;
|
|
3492
|
+
availableShiftRangeFrom: string;
|
|
3493
|
+
availableShiftRangeTo: string;
|
|
3494
|
+
workingTimeFrom: string;
|
|
3495
|
+
workingTimeTo: string;
|
|
3496
|
+
blockedStatus: {
|
|
3497
|
+
__typename: 'BlockedStatus';
|
|
3498
|
+
isBlocked: boolean;
|
|
3499
|
+
};
|
|
3500
|
+
specializations: Array<{
|
|
3501
|
+
__typename: 'TalentSpecialization';
|
|
3502
|
+
id: string;
|
|
3503
|
+
slug: string;
|
|
3504
|
+
title: string;
|
|
3505
|
+
deliveryModel: {
|
|
3506
|
+
__typename: 'TalentEngagementDeliveryModel';
|
|
3507
|
+
id: string;
|
|
3508
|
+
identifier: string;
|
|
3509
|
+
};
|
|
3510
|
+
} | null>;
|
|
3511
|
+
photo: {
|
|
3512
|
+
__typename: 'Photo';
|
|
3513
|
+
large: string;
|
|
3514
|
+
small: string;
|
|
3515
|
+
};
|
|
3516
|
+
timeZone: {
|
|
3517
|
+
__typename: 'TimeZone';
|
|
3518
|
+
name: string;
|
|
3519
|
+
value: string;
|
|
3520
|
+
location: string;
|
|
3521
|
+
utcOffset: number;
|
|
3522
|
+
stdOffset: number;
|
|
3523
|
+
};
|
|
3524
|
+
hourlyRate: {
|
|
3525
|
+
__typename: 'Money';
|
|
3526
|
+
verbose: string;
|
|
3527
|
+
decimal: string;
|
|
3528
|
+
};
|
|
3529
|
+
contactFields: {
|
|
3530
|
+
__typename: 'ContactFields';
|
|
3531
|
+
communitySlackId: string;
|
|
3532
|
+
email: string;
|
|
3533
|
+
phoneNumber: string | null;
|
|
3534
|
+
skype: string | null;
|
|
3535
|
+
};
|
|
3536
|
+
talentVerticals: Array<{
|
|
3537
|
+
__typename: 'TalentVertical';
|
|
3538
|
+
isApiAllowed: boolean;
|
|
3539
|
+
name: string;
|
|
3540
|
+
roleId: number;
|
|
3541
|
+
slug: string;
|
|
3542
|
+
} | null>;
|
|
3543
|
+
vertical: {
|
|
3544
|
+
__typename: 'TalentVertical';
|
|
3545
|
+
name: string;
|
|
3546
|
+
slug: string;
|
|
3547
|
+
hasSingleSpecialization: boolean;
|
|
3548
|
+
isMarketplaceAccessEnabled: boolean;
|
|
3549
|
+
profileHandbookUrl: string;
|
|
3550
|
+
minPortfolioItems: number;
|
|
3551
|
+
marketCondition: {
|
|
3552
|
+
__typename: 'VerticalMarketCondition';
|
|
3553
|
+
condition: string;
|
|
3554
|
+
};
|
|
3555
|
+
globalMarketCondition: {
|
|
3556
|
+
__typename: 'VerticalGlobalMarketCondition';
|
|
3557
|
+
condition: string;
|
|
3558
|
+
conditionVerbose: string;
|
|
3559
|
+
conditionColor: string;
|
|
3560
|
+
reportUrl: string;
|
|
3561
|
+
};
|
|
3562
|
+
talentJobApplicationConfig: {
|
|
3563
|
+
__typename: 'TalentJobApplicationConfig';
|
|
3564
|
+
portfolioRequired: boolean;
|
|
3565
|
+
careerHighlightRequired: boolean;
|
|
3566
|
+
highlightFields: Array<string | null>;
|
|
3567
|
+
};
|
|
3568
|
+
};
|
|
3569
|
+
lastAllocatedHoursChangeRequest: {
|
|
3570
|
+
__typename: 'AllocatedHoursChangeRequest';
|
|
3571
|
+
id: string;
|
|
3572
|
+
allocatedHours: number;
|
|
3573
|
+
comment: string;
|
|
3574
|
+
reviewedManually: boolean;
|
|
3575
|
+
statusV2: {
|
|
3576
|
+
__typename: 'AllocatedHoursChangeRequestStatus';
|
|
3577
|
+
value: string;
|
|
3578
|
+
verbose: string;
|
|
3579
|
+
};
|
|
3580
|
+
};
|
|
3581
|
+
lastMobileAccess: {
|
|
3582
|
+
__typename: 'MobileAccess';
|
|
3583
|
+
deviceType: string;
|
|
3584
|
+
startedAt: string;
|
|
3585
|
+
};
|
|
3586
|
+
rateInsight: {
|
|
3587
|
+
__typename: 'TalentRateInsight';
|
|
3588
|
+
hourly: {
|
|
3589
|
+
__typename: 'TalentRateInsightForCommitment';
|
|
3590
|
+
currentRateCompetitive: boolean;
|
|
3591
|
+
recentApplicationRate: string;
|
|
3592
|
+
recommendedRate: string;
|
|
3593
|
+
};
|
|
3594
|
+
};
|
|
3595
|
+
operations: {
|
|
3596
|
+
__typename: 'ViewerRoleOperations';
|
|
3597
|
+
createRateChangeRequest: {
|
|
3598
|
+
__typename: 'Operation';
|
|
3599
|
+
callable: string;
|
|
3600
|
+
};
|
|
3601
|
+
startSearchSubscription: {
|
|
3602
|
+
__typename: 'Operation';
|
|
3603
|
+
callable: string;
|
|
3604
|
+
};
|
|
3605
|
+
promoteGigs: {
|
|
3606
|
+
__typename: 'ViewerRoleOperationsPromoteGigs';
|
|
3607
|
+
callable: string;
|
|
3608
|
+
};
|
|
3609
|
+
};
|
|
3610
|
+
permissions: {
|
|
3611
|
+
__typename: 'TalentPermissions';
|
|
3612
|
+
canApplyToJobs: boolean;
|
|
3613
|
+
canFillInAdvancedProfile: boolean;
|
|
3614
|
+
canHaveReferrals: boolean;
|
|
3615
|
+
canViewAskAnExpert: boolean;
|
|
3616
|
+
canViewCoachingRequests: boolean;
|
|
3617
|
+
canViewCommunity: boolean;
|
|
3618
|
+
canViewConsultations: boolean;
|
|
3619
|
+
canViewEligibleJobs: boolean;
|
|
3620
|
+
canViewPayments: boolean;
|
|
3621
|
+
canViewRateInsights: boolean;
|
|
3622
|
+
canViewRecognitionBadges: boolean;
|
|
3623
|
+
canViewRecommendedJobs: boolean;
|
|
3624
|
+
canViewSlackCommunity: boolean;
|
|
3625
|
+
canViewSpecializations: boolean;
|
|
3626
|
+
};
|
|
3627
|
+
profile: {
|
|
3628
|
+
__typename: 'Profile';
|
|
3629
|
+
id: string;
|
|
3630
|
+
fullName: string;
|
|
3631
|
+
city: string;
|
|
3632
|
+
photo: {
|
|
3633
|
+
__typename: 'ProfilePhotoType';
|
|
3634
|
+
large: string;
|
|
3635
|
+
};
|
|
3636
|
+
skillSets: {
|
|
3637
|
+
__typename: 'ProfileSkillSetConnection';
|
|
3638
|
+
nodes: Array<{
|
|
3639
|
+
__typename: 'ProfileSkillSet';
|
|
3640
|
+
id: string;
|
|
3641
|
+
experience: number | null;
|
|
3642
|
+
rating: string;
|
|
3643
|
+
public: boolean;
|
|
3644
|
+
skill: {
|
|
3645
|
+
__typename: 'Skill';
|
|
3646
|
+
id: string;
|
|
3647
|
+
name: string;
|
|
3648
|
+
};
|
|
3649
|
+
} | null>;
|
|
3650
|
+
};
|
|
3651
|
+
};
|
|
3652
|
+
};
|
|
3653
|
+
} | null;
|
|
3654
|
+
};
|
|
3655
|
+
export type RateChangeFormDetailsQueryVariables = Exact<{
|
|
3656
|
+
[key: string]: never;
|
|
3657
|
+
}>;
|
|
3658
|
+
export type RateChangeFormDetailsQuery = {
|
|
3659
|
+
viewer: {
|
|
3660
|
+
__typename: 'Viewer';
|
|
3661
|
+
id: string;
|
|
3662
|
+
viewerRole: {
|
|
3663
|
+
__typename: 'ViewerRole';
|
|
3664
|
+
vertical: {
|
|
3665
|
+
__typename: 'TalentVertical';
|
|
3666
|
+
name: string;
|
|
3667
|
+
marketCondition: {
|
|
3668
|
+
__typename: 'VerticalMarketCondition';
|
|
3669
|
+
condition: string;
|
|
3670
|
+
};
|
|
3671
|
+
globalMarketCondition: {
|
|
3672
|
+
__typename: 'VerticalGlobalMarketCondition';
|
|
3673
|
+
condition: string;
|
|
3674
|
+
conditionColor: string;
|
|
3675
|
+
conditionVerbose: string;
|
|
3676
|
+
reportUrl: string;
|
|
3677
|
+
};
|
|
3678
|
+
};
|
|
3679
|
+
rates: {
|
|
3680
|
+
__typename: 'TalentRate';
|
|
3681
|
+
hourly: string;
|
|
3682
|
+
};
|
|
3683
|
+
rateInsight: {
|
|
3684
|
+
__typename: 'TalentRateInsight';
|
|
3685
|
+
hourly: {
|
|
3686
|
+
__typename: 'TalentRateInsightForCommitment';
|
|
3687
|
+
currentRateCompetitive: boolean;
|
|
3688
|
+
recentApplicationRate: string;
|
|
3689
|
+
recommendedRate: string;
|
|
3690
|
+
};
|
|
3691
|
+
};
|
|
3692
|
+
};
|
|
3693
|
+
} | null;
|
|
3694
|
+
platformConfiguration: {
|
|
3695
|
+
__typename: 'PlatformConfiguration';
|
|
3696
|
+
id: string;
|
|
3697
|
+
rateValidationRules: {
|
|
3698
|
+
__typename: 'TalentRateValidationRules';
|
|
3699
|
+
hourly: {
|
|
3700
|
+
__typename: 'TalentRateValidationRule';
|
|
3701
|
+
minRate: string;
|
|
3702
|
+
rateStep: number;
|
|
3703
|
+
};
|
|
3704
|
+
};
|
|
3705
|
+
} | null;
|
|
3706
|
+
};
|
|
3707
|
+
export type RateInsightForCommitmentDataFragment = {
|
|
3708
|
+
__typename: 'TalentRateInsightForCommitment';
|
|
3709
|
+
currentRateCompetitive: boolean;
|
|
3710
|
+
recentApplicationRate: string;
|
|
3711
|
+
recommendedRate: string;
|
|
3712
|
+
};
|
|
3713
|
+
export type ProfileRatesDataFragment = {
|
|
3714
|
+
__typename: 'ViewerRole';
|
|
3715
|
+
rates: {
|
|
3716
|
+
__typename: 'TalentRate';
|
|
3717
|
+
hourly: string;
|
|
3718
|
+
};
|
|
3719
|
+
rateInsight: {
|
|
3720
|
+
__typename: 'TalentRateInsight';
|
|
3721
|
+
hourly: {
|
|
3722
|
+
__typename: 'TalentRateInsightForCommitment';
|
|
3723
|
+
currentRateCompetitive: boolean;
|
|
3724
|
+
recentApplicationRate: string;
|
|
3725
|
+
recommendedRate: string;
|
|
3726
|
+
};
|
|
3727
|
+
};
|
|
3728
|
+
};
|
|
3729
|
+
export type RecordDeviceDataMutationVariables = Exact<{
|
|
3730
|
+
deviceType: string;
|
|
3731
|
+
payload: string | null | undefined;
|
|
3732
|
+
}>;
|
|
3733
|
+
export type RecordDeviceDataMutation = {
|
|
3734
|
+
recordDeviceData: {
|
|
3735
|
+
__typename: 'RecordDeviceDataPayload';
|
|
3736
|
+
success: boolean;
|
|
3737
|
+
errors: Array<never | null> | null;
|
|
3738
|
+
} | null;
|
|
3739
|
+
};
|
|
3740
|
+
export type RecordGpsLocationMutationVariables = Exact<{
|
|
3741
|
+
latitude: number;
|
|
3742
|
+
longitude: number;
|
|
3743
|
+
}>;
|
|
3744
|
+
export type RecordGpsLocationMutation = {
|
|
3745
|
+
recordLocation: {
|
|
3746
|
+
__typename: 'AcceptFreelanceTalentAgreementPayload';
|
|
3747
|
+
success: boolean;
|
|
3748
|
+
errors: Array<never | null> | null;
|
|
3749
|
+
} | {
|
|
3750
|
+
__typename: 'AcceptGigReachOutPayload';
|
|
3751
|
+
success: boolean;
|
|
3752
|
+
errors: Array<never | null> | null;
|
|
3753
|
+
} | {
|
|
3754
|
+
__typename: 'AcknowledgeAllTalentBadgesPayload';
|
|
3755
|
+
success: boolean;
|
|
3756
|
+
errors: Array<never | null> | null;
|
|
3757
|
+
} | {
|
|
3758
|
+
__typename: 'AcknowledgeBadgeNotificationPayload';
|
|
3759
|
+
success: boolean;
|
|
3760
|
+
errors: Array<never | null> | null;
|
|
3761
|
+
} | {
|
|
3762
|
+
__typename: 'AddProfileIndustryConnectionsPayload';
|
|
3763
|
+
success: boolean;
|
|
3764
|
+
errors: Array<never | null> | null;
|
|
3765
|
+
} | {
|
|
3766
|
+
__typename: 'AddProfileSkillSetPayload';
|
|
3767
|
+
success: boolean;
|
|
3768
|
+
errors: Array<never | null> | null;
|
|
3769
|
+
} | {
|
|
3770
|
+
__typename: 'ApnTokenRegisterPayload';
|
|
3771
|
+
success: boolean;
|
|
3772
|
+
errors: Array<never | null> | null;
|
|
3773
|
+
} | {
|
|
3774
|
+
__typename: 'ApnTokenRemovePayload';
|
|
3775
|
+
success: boolean;
|
|
3776
|
+
errors: Array<never | null> | null;
|
|
3777
|
+
} | {
|
|
3778
|
+
__typename: 'AttachTalentVideoPitchPayload';
|
|
3779
|
+
success: boolean;
|
|
3780
|
+
errors: Array<never | null> | null;
|
|
3781
|
+
} | {
|
|
3782
|
+
__typename: 'AvailabilityRequestConfirmPayload';
|
|
3783
|
+
success: boolean;
|
|
3784
|
+
errors: Array<never | null> | null;
|
|
3785
|
+
} | {
|
|
3786
|
+
__typename: 'AvailabilityRequestRejectPayload';
|
|
3787
|
+
success: boolean;
|
|
3788
|
+
errors: Array<never | null> | null;
|
|
3789
|
+
} | {
|
|
3790
|
+
__typename: 'CodeOfConductAcceptPayload';
|
|
3791
|
+
success: boolean;
|
|
3792
|
+
errors: Array<never | null> | null;
|
|
3793
|
+
} | {
|
|
3794
|
+
__typename: 'CommunityEventContactLeaderPayload';
|
|
3795
|
+
success: boolean;
|
|
3796
|
+
errors: Array<never | null> | null;
|
|
3797
|
+
} | {
|
|
3798
|
+
__typename: 'CompleteConsultationsTrainingPayload';
|
|
3799
|
+
success: boolean;
|
|
3800
|
+
errors: Array<never | null> | null;
|
|
3801
|
+
} | {
|
|
3802
|
+
__typename: 'CompleteTalentConsultingOnboardingPayload';
|
|
3803
|
+
success: boolean;
|
|
3804
|
+
errors: Array<never | null> | null;
|
|
3805
|
+
} | {
|
|
3806
|
+
__typename: 'CompleteTalentConsultingTrainingPayload';
|
|
3807
|
+
success: boolean;
|
|
3808
|
+
errors: Array<never | null> | null;
|
|
3809
|
+
} | {
|
|
3810
|
+
__typename: 'ConfigurePushNotificationsPayload';
|
|
3811
|
+
success: boolean;
|
|
3812
|
+
errors: Array<never | null> | null;
|
|
3813
|
+
} | {
|
|
3814
|
+
__typename: 'CreateApplicantPayload';
|
|
3815
|
+
success: boolean;
|
|
3816
|
+
errors: Array<never | null> | null;
|
|
3817
|
+
} | {
|
|
3818
|
+
__typename: 'CreateBecomeClientPayload';
|
|
3819
|
+
success: boolean;
|
|
3820
|
+
errors: Array<never | null> | null;
|
|
3821
|
+
} | {
|
|
3822
|
+
__typename: 'CreateCoachingEngagementPayload';
|
|
3823
|
+
success: boolean;
|
|
3824
|
+
errors: Array<never | null> | null;
|
|
3825
|
+
} | {
|
|
3826
|
+
__typename: 'CreateCommunityLeaderApplicationPayload';
|
|
3827
|
+
success: boolean;
|
|
3828
|
+
errors: Array<never | null> | null;
|
|
3829
|
+
} | {
|
|
3830
|
+
__typename: 'CreateDirectReferralPayload';
|
|
3831
|
+
success: boolean;
|
|
3832
|
+
errors: Array<never | null> | null;
|
|
3833
|
+
} | {
|
|
3834
|
+
__typename: 'CreateEngagementTestimonialPayload';
|
|
3835
|
+
success: boolean;
|
|
3836
|
+
errors: Array<never | null> | null;
|
|
3837
|
+
} | {
|
|
3838
|
+
__typename: 'CreateForTestingPayload';
|
|
3839
|
+
success: boolean;
|
|
3840
|
+
errors: Array<never | null> | null;
|
|
3841
|
+
} | {
|
|
3842
|
+
__typename: 'CreateMarketplaceHelpRequestPayload';
|
|
3843
|
+
success: boolean;
|
|
3844
|
+
errors: Array<never | null> | null;
|
|
3845
|
+
} | {
|
|
3846
|
+
__typename: 'CreatePaymentOptionPayload';
|
|
3847
|
+
success: boolean;
|
|
3848
|
+
errors: Array<never | null> | null;
|
|
3849
|
+
} | {
|
|
3850
|
+
__typename: 'CreateRateChangeRequestPayload';
|
|
3851
|
+
success: boolean;
|
|
3852
|
+
errors: Array<never | null> | null;
|
|
3853
|
+
} | {
|
|
3854
|
+
__typename: 'CreateTalentSignalPayload';
|
|
3855
|
+
success: boolean;
|
|
3856
|
+
errors: Array<never | null> | null;
|
|
3857
|
+
} | {
|
|
3858
|
+
__typename: 'CreateTopChatConversationPayload';
|
|
3859
|
+
success: boolean;
|
|
3860
|
+
errors: Array<never | null> | null;
|
|
3861
|
+
} | {
|
|
3862
|
+
__typename: 'CreateTopChatUploadPayload';
|
|
3863
|
+
success: boolean;
|
|
3864
|
+
errors: Array<never | null> | null;
|
|
3865
|
+
} | {
|
|
3866
|
+
__typename: 'DevelopmentCreateAvailabilityRequestPayload';
|
|
3867
|
+
success: boolean;
|
|
3868
|
+
errors: Array<never | null> | null;
|
|
3869
|
+
} | {
|
|
3870
|
+
__typename: 'DevelopmentCreateEngagementPayload';
|
|
3871
|
+
success: boolean;
|
|
3872
|
+
errors: Array<never | null> | null;
|
|
3873
|
+
} | {
|
|
3874
|
+
__typename: 'DevelopmentCreateInterviewPayload';
|
|
3875
|
+
success: boolean;
|
|
3876
|
+
errors: Array<never | null> | null;
|
|
3877
|
+
} | {
|
|
3878
|
+
__typename: 'DevelopmentCreateMobileAnnouncementPayload';
|
|
3879
|
+
success: boolean;
|
|
3880
|
+
errors: Array<never | null> | null;
|
|
3881
|
+
} | {
|
|
3882
|
+
__typename: 'DevelopmentSendSurveyInterviewEndedPayload';
|
|
3883
|
+
success: boolean;
|
|
3884
|
+
errors: Array<never | null> | null;
|
|
3885
|
+
} | {
|
|
3886
|
+
__typename: 'DevelopmentSendSurveyMidEngagementPayload';
|
|
3887
|
+
success: boolean;
|
|
3888
|
+
errors: Array<never | null> | null;
|
|
3889
|
+
} | {
|
|
3890
|
+
__typename: 'EngagementBreakCancelPayload';
|
|
3891
|
+
success: boolean;
|
|
3892
|
+
errors: Array<never | null> | null;
|
|
3893
|
+
} | {
|
|
3894
|
+
__typename: 'EngagementBreakReschedulePayload';
|
|
3895
|
+
success: boolean;
|
|
3896
|
+
errors: Array<never | null> | null;
|
|
3897
|
+
} | {
|
|
3898
|
+
__typename: 'EngagementCreateBreakPayload';
|
|
3899
|
+
success: boolean;
|
|
3900
|
+
errors: Array<never | null> | null;
|
|
3901
|
+
} | {
|
|
3902
|
+
__typename: 'EnrollInLearningProgramPayload';
|
|
3903
|
+
success: boolean;
|
|
3904
|
+
errors: Array<never | null> | null;
|
|
3905
|
+
} | {
|
|
3906
|
+
__typename: 'HideCommunitySlackChannelRecommendationPayload';
|
|
3907
|
+
success: boolean;
|
|
3908
|
+
errors: Array<never | null> | null;
|
|
3909
|
+
} | {
|
|
3910
|
+
__typename: 'InterviewAcceptPayload';
|
|
3911
|
+
success: boolean;
|
|
3912
|
+
errors: Array<never | null> | null;
|
|
3913
|
+
} | {
|
|
3914
|
+
__typename: 'InterviewRejectPayload';
|
|
3915
|
+
success: boolean;
|
|
3916
|
+
errors: Array<never | null> | null;
|
|
3917
|
+
} | {
|
|
3918
|
+
__typename: 'InterviewTalentNotesPayload';
|
|
3919
|
+
success: boolean;
|
|
3920
|
+
errors: Array<never | null> | null;
|
|
3921
|
+
} | {
|
|
3922
|
+
__typename: 'JobApplyPayload';
|
|
3923
|
+
success: boolean;
|
|
3924
|
+
errors: Array<never | null> | null;
|
|
3925
|
+
} | {
|
|
3926
|
+
__typename: 'JobClearInterestStatusPayload';
|
|
3927
|
+
success: boolean;
|
|
3928
|
+
errors: Array<never | null> | null;
|
|
3929
|
+
} | {
|
|
3930
|
+
__typename: 'JobMarkNotInterestedPayload';
|
|
3931
|
+
success: boolean;
|
|
3932
|
+
errors: Array<never | null> | null;
|
|
3933
|
+
} | {
|
|
3934
|
+
__typename: 'JobMarkSavedPayload';
|
|
3935
|
+
success: boolean;
|
|
3936
|
+
errors: Array<never | null> | null;
|
|
3937
|
+
} | {
|
|
3938
|
+
__typename: 'JobMarkViewedPayload';
|
|
3939
|
+
success: boolean;
|
|
3940
|
+
errors: Array<never | null> | null;
|
|
3941
|
+
} | {
|
|
3942
|
+
__typename: 'JobUnmarkNotInterestedPayload';
|
|
3943
|
+
success: boolean;
|
|
3944
|
+
errors: Array<never | null> | null;
|
|
3945
|
+
} | {
|
|
3946
|
+
__typename: 'MarkAsPreferredPaymentOptionPayload';
|
|
3947
|
+
success: boolean;
|
|
3948
|
+
errors: Array<never | null> | null;
|
|
3949
|
+
} | {
|
|
3950
|
+
__typename: 'MarkJobsAsViewedPayload';
|
|
3951
|
+
success: boolean;
|
|
3952
|
+
errors: Array<never | null> | null;
|
|
3953
|
+
} | {
|
|
3954
|
+
__typename: 'MarkMarketplaceMigrationNotificationSeenPayload';
|
|
3955
|
+
success: boolean;
|
|
3956
|
+
errors: Array<never | null> | null;
|
|
3957
|
+
} | {
|
|
3958
|
+
__typename: 'MarkSeenFirstJobNotificationPayload';
|
|
3959
|
+
success: boolean;
|
|
3960
|
+
errors: Array<never | null> | null;
|
|
3961
|
+
} | {
|
|
3962
|
+
__typename: 'MobileAppSubmitFeedbackPayload';
|
|
3963
|
+
success: boolean;
|
|
3964
|
+
errors: Array<never | null> | null;
|
|
3965
|
+
} | {
|
|
3966
|
+
__typename: 'MobileAppViewJobOfferDisclaimerPayload';
|
|
3967
|
+
success: boolean;
|
|
3968
|
+
errors: Array<never | null> | null;
|
|
3969
|
+
} | {
|
|
3970
|
+
__typename: 'NotificationSettingUpdatePayload';
|
|
3971
|
+
success: boolean;
|
|
3972
|
+
errors: Array<never | null> | null;
|
|
3973
|
+
} | {
|
|
3974
|
+
__typename: 'NotificationSettingUpdateTimesheetReminderPayload';
|
|
3975
|
+
success: boolean;
|
|
3976
|
+
errors: Array<never | null> | null;
|
|
3977
|
+
} | {
|
|
3978
|
+
__typename: 'PostActivationLifecycleUpdateTopSchedulerPayload';
|
|
3979
|
+
success: boolean;
|
|
3980
|
+
errors: Array<never | null> | null;
|
|
3981
|
+
} | {
|
|
3982
|
+
__typename: 'PreliminarySearchSettingDisablePayload';
|
|
3983
|
+
success: boolean;
|
|
3984
|
+
errors: Array<never | null> | null;
|
|
3985
|
+
} | {
|
|
3986
|
+
__typename: 'PreliminarySearchSettingEnablePayload';
|
|
3987
|
+
success: boolean;
|
|
3988
|
+
errors: Array<never | null> | null;
|
|
3989
|
+
} | {
|
|
3990
|
+
__typename: 'PromoteGigsPayload';
|
|
3991
|
+
success: boolean;
|
|
3992
|
+
errors: Array<never | null> | null;
|
|
3993
|
+
} | {
|
|
3994
|
+
__typename: 'ProposeEngagementEndDatePayload';
|
|
3995
|
+
success: boolean;
|
|
3996
|
+
errors: Array<never | null> | null;
|
|
3997
|
+
} | {
|
|
3998
|
+
__typename: 'QuizCompletePayload';
|
|
3999
|
+
success: boolean;
|
|
4000
|
+
errors: Array<never | null> | null;
|
|
4001
|
+
} | {
|
|
4002
|
+
__typename: 'RecordDeviceDataPayload';
|
|
4003
|
+
success: boolean;
|
|
4004
|
+
errors: Array<never | null> | null;
|
|
4005
|
+
} | {
|
|
4006
|
+
__typename: 'RecordDeviceEventPayload';
|
|
4007
|
+
success: boolean;
|
|
4008
|
+
errors: Array<never | null> | null;
|
|
4009
|
+
} | {
|
|
4010
|
+
__typename: 'RecordLocationPayload';
|
|
4011
|
+
success: boolean;
|
|
4012
|
+
errors: Array<never | null> | null;
|
|
4013
|
+
} | {
|
|
4014
|
+
__typename: 'ReferralizeUrlPayload';
|
|
4015
|
+
success: boolean;
|
|
4016
|
+
errors: Array<never | null> | null;
|
|
4017
|
+
} | {
|
|
4018
|
+
__typename: 'RejectGigReachOutPayload';
|
|
4019
|
+
success: boolean;
|
|
4020
|
+
errors: Array<never | null> | null;
|
|
4021
|
+
} | {
|
|
4022
|
+
__typename: 'RemoveCoachingEngagementPayload';
|
|
4023
|
+
success: boolean;
|
|
4024
|
+
errors: Array<never | null> | null;
|
|
4025
|
+
} | {
|
|
4026
|
+
__typename: 'RemoveContentReviewPayload';
|
|
4027
|
+
success: boolean;
|
|
4028
|
+
errors: Array<never | null> | null;
|
|
4029
|
+
} | {
|
|
4030
|
+
__typename: 'RemoveProfileSkillSetPayload';
|
|
4031
|
+
success: boolean;
|
|
4032
|
+
errors: Array<never | null> | null;
|
|
4033
|
+
} | {
|
|
4034
|
+
__typename: 'ReviewContentPayload';
|
|
4035
|
+
success: boolean;
|
|
4036
|
+
errors: Array<never | null> | null;
|
|
4037
|
+
} | {
|
|
4038
|
+
__typename: 'RevokeSlackApplicationTokenPayload';
|
|
4039
|
+
success: boolean;
|
|
4040
|
+
errors: Array<never | null> | null;
|
|
4041
|
+
} | {
|
|
4042
|
+
__typename: 'RsvpPayload';
|
|
4043
|
+
success: boolean;
|
|
4044
|
+
errors: Array<never | null> | null;
|
|
4045
|
+
} | {
|
|
4046
|
+
__typename: 'SaveProfileSkillSetsAndConnectionsPayload';
|
|
4047
|
+
success: boolean;
|
|
4048
|
+
errors: Array<never | null> | null;
|
|
4049
|
+
} | {
|
|
4050
|
+
__typename: 'SearchFiltersResetPayload';
|
|
4051
|
+
success: boolean;
|
|
4052
|
+
errors: Array<never | null> | null;
|
|
4053
|
+
} | {
|
|
4054
|
+
__typename: 'SearchFiltersSavePayload';
|
|
4055
|
+
success: boolean;
|
|
4056
|
+
errors: Array<never | null> | null;
|
|
4057
|
+
} | {
|
|
4058
|
+
__typename: 'SearchSubscriptionStartPayload';
|
|
4059
|
+
success: boolean;
|
|
4060
|
+
errors: Array<never | null> | null;
|
|
4061
|
+
} | {
|
|
4062
|
+
__typename: 'SearchSubscriptionTerminatePayload';
|
|
4063
|
+
success: boolean;
|
|
4064
|
+
errors: Array<never | null> | null;
|
|
4065
|
+
} | {
|
|
4066
|
+
__typename: 'SendReferralEmailPayload';
|
|
4067
|
+
success: boolean;
|
|
4068
|
+
errors: Array<never | null> | null;
|
|
4069
|
+
} | {
|
|
4070
|
+
__typename: 'SendResetPasswordEmailPayload';
|
|
4071
|
+
success: boolean;
|
|
4072
|
+
errors: Array<never | null> | null;
|
|
4073
|
+
} | {
|
|
4074
|
+
__typename: 'SetUnavailablePayload';
|
|
4075
|
+
success: boolean;
|
|
4076
|
+
errors: Array<never | null> | null;
|
|
4077
|
+
} | {
|
|
4078
|
+
__typename: 'ShortenUrlPayload';
|
|
4079
|
+
success: boolean;
|
|
4080
|
+
errors: Array<never | null> | null;
|
|
4081
|
+
} | {
|
|
4082
|
+
__typename: 'SignInPayload';
|
|
4083
|
+
success: boolean;
|
|
4084
|
+
errors: Array<never | null> | null;
|
|
4085
|
+
} | {
|
|
4086
|
+
__typename: 'SpecializationApplyPayload';
|
|
4087
|
+
success: boolean;
|
|
4088
|
+
errors: Array<never | null> | null;
|
|
4089
|
+
} | {
|
|
4090
|
+
__typename: 'SubmitGigFeedbackPayload';
|
|
4091
|
+
success: boolean;
|
|
4092
|
+
errors: Array<never | null> | null;
|
|
4093
|
+
} | {
|
|
4094
|
+
__typename: 'SubmitHireMePagePayload';
|
|
4095
|
+
success: boolean;
|
|
4096
|
+
errors: Array<never | null> | null;
|
|
4097
|
+
} | {
|
|
4098
|
+
__typename: 'SubmitTimesheetPayload';
|
|
4099
|
+
success: boolean;
|
|
4100
|
+
errors: Array<never | null> | null;
|
|
4101
|
+
} | {
|
|
4102
|
+
__typename: 'SurveyAddFeedbackPayload';
|
|
4103
|
+
success: boolean;
|
|
4104
|
+
errors: Array<never | null> | null;
|
|
4105
|
+
} | {
|
|
4106
|
+
__typename: 'SurveyDismissPayload';
|
|
4107
|
+
success: boolean;
|
|
4108
|
+
errors: Array<never | null> | null;
|
|
4109
|
+
} | {
|
|
4110
|
+
__typename: 'SurveySubmitPayload';
|
|
4111
|
+
success: boolean;
|
|
4112
|
+
errors: Array<never | null> | null;
|
|
4113
|
+
} | {
|
|
4114
|
+
__typename: 'SwitchMobileRolePayload';
|
|
4115
|
+
success: boolean;
|
|
4116
|
+
errors: Array<never | null> | null;
|
|
4117
|
+
} | {
|
|
4118
|
+
__typename: 'SwitchRolePayload';
|
|
4119
|
+
success: boolean;
|
|
4120
|
+
errors: Array<never | null> | null;
|
|
4121
|
+
} | {
|
|
4122
|
+
__typename: 'TalentNotificationMarkAsReadPayload';
|
|
4123
|
+
success: boolean;
|
|
4124
|
+
errors: Array<never | null> | null;
|
|
4125
|
+
} | {
|
|
4126
|
+
__typename: 'TalentPortalSettingUpdatePayload';
|
|
4127
|
+
success: boolean;
|
|
4128
|
+
errors: Array<never | null> | null;
|
|
4129
|
+
} | {
|
|
4130
|
+
__typename: 'TalentStartIdVerificationPayload';
|
|
4131
|
+
success: boolean;
|
|
4132
|
+
errors: Array<never | null> | null;
|
|
4133
|
+
} | {
|
|
4134
|
+
__typename: 'TermsOfServiceAcceptPayload';
|
|
4135
|
+
success: boolean;
|
|
4136
|
+
errors: Array<never | null> | null;
|
|
4137
|
+
} | {
|
|
4138
|
+
__typename: 'TermsOfServiceReviewPayload';
|
|
4139
|
+
success: boolean;
|
|
4140
|
+
errors: Array<never | null> | null;
|
|
4141
|
+
} | {
|
|
4142
|
+
__typename: 'UpdateMeetingHoursPayload';
|
|
4143
|
+
success: boolean;
|
|
4144
|
+
errors: Array<never | null> | null;
|
|
4145
|
+
} | {
|
|
4146
|
+
__typename: 'UpdatePaymentOptionPayload';
|
|
4147
|
+
success: boolean;
|
|
4148
|
+
errors: Array<never | null> | null;
|
|
4149
|
+
} | {
|
|
4150
|
+
__typename: 'UpdateProfileIndustryConnectionsPayload';
|
|
4151
|
+
success: boolean;
|
|
4152
|
+
errors: Array<never | null> | null;
|
|
4153
|
+
} | {
|
|
4154
|
+
__typename: 'UpdateProfileSkillSetPublicitiesPayload';
|
|
4155
|
+
success: boolean;
|
|
4156
|
+
errors: Array<never | null> | null;
|
|
4157
|
+
} | {
|
|
4158
|
+
__typename: 'UpdateTalentConsultingRatePayload';
|
|
4159
|
+
success: boolean;
|
|
4160
|
+
errors: Array<never | null> | null;
|
|
4161
|
+
} | {
|
|
4162
|
+
__typename: 'UpdateTimesheetPayload';
|
|
4163
|
+
success: boolean;
|
|
4164
|
+
errors: Array<never | null> | null;
|
|
4165
|
+
} | {
|
|
4166
|
+
__typename: 'UpdateWorkingHoursPayload';
|
|
4167
|
+
success: boolean;
|
|
4168
|
+
errors: Array<never | null> | null;
|
|
4169
|
+
} | {
|
|
4170
|
+
__typename: 'UploadTimesheetPayload';
|
|
4171
|
+
success: boolean;
|
|
4172
|
+
errors: Array<never | null> | null;
|
|
4173
|
+
} | {
|
|
4174
|
+
__typename: 'ViewerRoleResetPasswordPayload';
|
|
4175
|
+
success: boolean;
|
|
4176
|
+
errors: Array<never | null> | null;
|
|
4177
|
+
} | {
|
|
4178
|
+
__typename: 'ViewerRoleUpdateAccountSettingsPayload';
|
|
4179
|
+
success: boolean;
|
|
4180
|
+
errors: Array<never | null> | null;
|
|
4181
|
+
} | {
|
|
4182
|
+
__typename: 'ViewerRoleUpdatePayload';
|
|
4183
|
+
success: boolean;
|
|
4184
|
+
errors: Array<never | null> | null;
|
|
4185
|
+
} | null;
|
|
4186
|
+
};
|
|
4187
|
+
export type RegisterTokenMutationVariables = Exact<{
|
|
4188
|
+
token: string;
|
|
4189
|
+
platform: string;
|
|
4190
|
+
}>;
|
|
4191
|
+
export type RegisterTokenMutation = {
|
|
4192
|
+
tokens: {
|
|
4193
|
+
__typename: 'ApnTokensOps';
|
|
4194
|
+
register: {
|
|
4195
|
+
__typename: 'ApnTokenRegisterPayload';
|
|
4196
|
+
success: boolean;
|
|
4197
|
+
errors: Array<never | null> | null;
|
|
4198
|
+
} | null;
|
|
4199
|
+
} | null;
|
|
4200
|
+
};
|
|
4201
|
+
export type SendReferralEmailMutationVariables = Exact<{
|
|
4202
|
+
to: string;
|
|
4203
|
+
title: string;
|
|
4204
|
+
body: string;
|
|
4205
|
+
}>;
|
|
4206
|
+
export type SendReferralEmailMutation = {
|
|
4207
|
+
sendReferralEmail: {
|
|
4208
|
+
__typename: 'SendReferralEmailPayload';
|
|
4209
|
+
success: boolean;
|
|
4210
|
+
errors: Array<never | null> | null;
|
|
4211
|
+
} | null;
|
|
4212
|
+
};
|
|
4213
|
+
export type SubmitBecomeClientQuestionnaireMutationVariables = Exact<{
|
|
4214
|
+
answers: Array<QuestionnaireAnswerInput> | QuestionnaireAnswerInput;
|
|
4215
|
+
}>;
|
|
4216
|
+
export type SubmitBecomeClientQuestionnaireMutation = {
|
|
4217
|
+
viewerRole: {
|
|
4218
|
+
__typename: 'ViewerRoleOps';
|
|
4219
|
+
createBecomeClient: {
|
|
4220
|
+
__typename: 'CreateBecomeClientPayload';
|
|
4221
|
+
success: boolean;
|
|
4222
|
+
errors: Array<never | null> | null;
|
|
4223
|
+
} | null;
|
|
4224
|
+
} | null;
|
|
4225
|
+
};
|
|
4226
|
+
export type SubmitPersonalReferralQuestionnaireMutationVariables = Exact<{
|
|
4227
|
+
answers: Array<QuestionnaireAnswerInput> | QuestionnaireAnswerInput;
|
|
4228
|
+
}>;
|
|
4229
|
+
export type SubmitPersonalReferralQuestionnaireMutation = {
|
|
4230
|
+
viewerRole: {
|
|
4231
|
+
__typename: 'ViewerRoleOps';
|
|
4232
|
+
createDirectReferral: {
|
|
4233
|
+
__typename: 'CreateDirectReferralPayload';
|
|
4234
|
+
success: boolean;
|
|
4235
|
+
errors: Array<never | null> | null;
|
|
4236
|
+
} | null;
|
|
4237
|
+
} | null;
|
|
4238
|
+
};
|
|
4239
|
+
export type SubmitUpsellQuestionnaireMutationVariables = Exact<{
|
|
4240
|
+
answers: Array<QuestionnaireAnswerInput> | QuestionnaireAnswerInput;
|
|
4241
|
+
}>;
|
|
4242
|
+
export type SubmitUpsellQuestionnaireMutation = {
|
|
4243
|
+
viewerRole: {
|
|
4244
|
+
__typename: 'ViewerRoleOps';
|
|
4245
|
+
createTalentSignal: {
|
|
4246
|
+
__typename: 'CreateTalentSignalPayload';
|
|
4247
|
+
success: boolean;
|
|
4248
|
+
errors: Array<never | null> | null;
|
|
4249
|
+
} | null;
|
|
4250
|
+
} | null;
|
|
4251
|
+
};
|
|
4252
|
+
export type TalentBadgesQueryVariables = Exact<{
|
|
4253
|
+
[key: string]: never;
|
|
4254
|
+
}>;
|
|
4255
|
+
export type TalentBadgesQuery = {
|
|
4256
|
+
viewer: {
|
|
4257
|
+
__typename: 'Viewer';
|
|
4258
|
+
id: string;
|
|
4259
|
+
badgeGroups: {
|
|
4260
|
+
__typename: 'BadgeGroupConnection';
|
|
4261
|
+
nodes: Array<{
|
|
4262
|
+
__typename: 'BadgeGroup';
|
|
4263
|
+
id: string;
|
|
4264
|
+
order: number | null;
|
|
4265
|
+
badges: {
|
|
4266
|
+
__typename: 'BadgeConnection';
|
|
4267
|
+
nodes: Array<{
|
|
4268
|
+
__typename: 'Badge';
|
|
4269
|
+
id: string;
|
|
4270
|
+
achievedAt: string | null;
|
|
4271
|
+
animation: string;
|
|
4272
|
+
backgroundGradientBottom: string;
|
|
4273
|
+
backgroundGradientTop: string;
|
|
4274
|
+
celebrationText: string;
|
|
4275
|
+
image: string;
|
|
4276
|
+
level: number;
|
|
4277
|
+
longDescription: string;
|
|
4278
|
+
name: string;
|
|
4279
|
+
progress: number | null;
|
|
4280
|
+
} | null>;
|
|
4281
|
+
};
|
|
4282
|
+
} | null>;
|
|
4283
|
+
};
|
|
4284
|
+
talentStatistics: {
|
|
4285
|
+
__typename: 'RoleStatistics';
|
|
4286
|
+
id: string;
|
|
4287
|
+
hoursWorked: number;
|
|
4288
|
+
successfulEngagements: number;
|
|
4289
|
+
totalEarnings: number;
|
|
4290
|
+
yearsInToptal: number;
|
|
4291
|
+
};
|
|
4292
|
+
} | null;
|
|
4293
|
+
};
|
|
4294
|
+
export type BadgeDataFragment = {
|
|
4295
|
+
__typename: 'Badge';
|
|
4296
|
+
id: string;
|
|
4297
|
+
achievedAt: string | null;
|
|
4298
|
+
animation: string;
|
|
4299
|
+
backgroundGradientBottom: string;
|
|
4300
|
+
backgroundGradientTop: string;
|
|
4301
|
+
celebrationText: string;
|
|
4302
|
+
image: string;
|
|
4303
|
+
level: number;
|
|
4304
|
+
longDescription: string;
|
|
4305
|
+
name: string;
|
|
4306
|
+
progress: number | null;
|
|
4307
|
+
};
|
|
4308
|
+
export type TalentBadgesDataFragment = {
|
|
4309
|
+
__typename: 'Viewer';
|
|
4310
|
+
badgeGroups: {
|
|
4311
|
+
__typename: 'BadgeGroupConnection';
|
|
4312
|
+
nodes: Array<{
|
|
4313
|
+
__typename: 'BadgeGroup';
|
|
4314
|
+
id: string;
|
|
4315
|
+
order: number | null;
|
|
4316
|
+
badges: {
|
|
4317
|
+
__typename: 'BadgeConnection';
|
|
4318
|
+
nodes: Array<{
|
|
4319
|
+
__typename: 'Badge';
|
|
4320
|
+
id: string;
|
|
4321
|
+
achievedAt: string | null;
|
|
4322
|
+
animation: string;
|
|
4323
|
+
backgroundGradientBottom: string;
|
|
4324
|
+
backgroundGradientTop: string;
|
|
4325
|
+
celebrationText: string;
|
|
4326
|
+
image: string;
|
|
4327
|
+
level: number;
|
|
4328
|
+
longDescription: string;
|
|
4329
|
+
name: string;
|
|
4330
|
+
progress: number | null;
|
|
4331
|
+
} | null>;
|
|
4332
|
+
};
|
|
4333
|
+
} | null>;
|
|
4334
|
+
};
|
|
4335
|
+
talentStatistics: {
|
|
4336
|
+
__typename: 'RoleStatistics';
|
|
4337
|
+
id: string;
|
|
4338
|
+
hoursWorked: number;
|
|
4339
|
+
successfulEngagements: number;
|
|
4340
|
+
totalEarnings: number;
|
|
4341
|
+
yearsInToptal: number;
|
|
4342
|
+
};
|
|
4343
|
+
};
|
|
4344
|
+
export type TalentPermissionsQueryVariables = Exact<{
|
|
4345
|
+
[key: string]: never;
|
|
4346
|
+
}>;
|
|
4347
|
+
export type TalentPermissionsQuery = {
|
|
4348
|
+
viewer: {
|
|
4349
|
+
__typename: 'Viewer';
|
|
4350
|
+
id: string;
|
|
4351
|
+
viewerRole: {
|
|
4352
|
+
__typename: 'ViewerRole';
|
|
4353
|
+
operations: {
|
|
4354
|
+
__typename: 'ViewerRoleOperations';
|
|
4355
|
+
startSearchSubscription: {
|
|
4356
|
+
__typename: 'Operation';
|
|
4357
|
+
callable: string;
|
|
4358
|
+
};
|
|
4359
|
+
};
|
|
4360
|
+
permissions: {
|
|
4361
|
+
__typename: 'TalentPermissions';
|
|
4362
|
+
canApplyToJobs: boolean;
|
|
4363
|
+
canHaveReferrals: boolean;
|
|
4364
|
+
canViewCommunity: boolean;
|
|
4365
|
+
canViewEligibleJobs: boolean;
|
|
4366
|
+
canViewFaq: boolean;
|
|
4367
|
+
canViewJobsOnClientReview: boolean;
|
|
4368
|
+
canViewJobsOnMatcherReview: boolean;
|
|
4369
|
+
canViewPayments: boolean;
|
|
4370
|
+
canViewRateInsights: boolean;
|
|
4371
|
+
canViewRecognitionBadges: boolean;
|
|
4372
|
+
canViewRecommendedJobs: boolean;
|
|
4373
|
+
canViewSmsNotificationSettings: boolean;
|
|
4374
|
+
};
|
|
4375
|
+
};
|
|
4376
|
+
} | null;
|
|
4377
|
+
};
|
|
4378
|
+
export type TalentPermissionsDataFragment = {
|
|
4379
|
+
__typename: 'ViewerRole';
|
|
4380
|
+
operations: {
|
|
4381
|
+
__typename: 'ViewerRoleOperations';
|
|
4382
|
+
startSearchSubscription: {
|
|
4383
|
+
__typename: 'Operation';
|
|
4384
|
+
callable: string;
|
|
4385
|
+
};
|
|
4386
|
+
};
|
|
4387
|
+
permissions: {
|
|
4388
|
+
__typename: 'TalentPermissions';
|
|
4389
|
+
canApplyToJobs: boolean;
|
|
4390
|
+
canHaveReferrals: boolean;
|
|
4391
|
+
canViewCommunity: boolean;
|
|
4392
|
+
canViewEligibleJobs: boolean;
|
|
4393
|
+
canViewFaq: boolean;
|
|
4394
|
+
canViewJobsOnClientReview: boolean;
|
|
4395
|
+
canViewJobsOnMatcherReview: boolean;
|
|
4396
|
+
canViewPayments: boolean;
|
|
4397
|
+
canViewRateInsights: boolean;
|
|
4398
|
+
canViewRecognitionBadges: boolean;
|
|
4399
|
+
canViewRecommendedJobs: boolean;
|
|
4400
|
+
canViewSmsNotificationSettings: boolean;
|
|
4401
|
+
};
|
|
4402
|
+
};
|
|
4403
|
+
export type ViewerQueryVariables = Exact<{
|
|
4404
|
+
[key: string]: never;
|
|
4405
|
+
}>;
|
|
4406
|
+
export type ViewerQuery = {
|
|
4407
|
+
viewer: {
|
|
4408
|
+
__typename: 'Viewer';
|
|
4409
|
+
id: string;
|
|
4410
|
+
preliminarySearchSetting: {
|
|
4411
|
+
__typename: 'PreliminarySearchSetting';
|
|
4412
|
+
enabled: boolean;
|
|
4413
|
+
disablingReason: unknown;
|
|
4414
|
+
comment: unknown;
|
|
4415
|
+
};
|
|
4416
|
+
viewerRole: {
|
|
4417
|
+
__typename: 'ViewerRole';
|
|
4418
|
+
allocatedHours: number;
|
|
4419
|
+
hiredHours: number;
|
|
4420
|
+
lastAllocatedHoursChangeRequest: {
|
|
4421
|
+
__typename: 'AllocatedHoursChangeRequest';
|
|
4422
|
+
id: string;
|
|
4423
|
+
allocatedHours: number;
|
|
4424
|
+
rejectReason: unknown;
|
|
4425
|
+
comment: string;
|
|
4426
|
+
futureAvailableHours: unknown;
|
|
4427
|
+
returnInDate: unknown;
|
|
4428
|
+
useReturnAvailability: boolean;
|
|
4429
|
+
reviewedManually: boolean;
|
|
4430
|
+
statusV2: {
|
|
4431
|
+
__typename: 'AllocatedHoursChangeRequestStatus';
|
|
4432
|
+
value: string;
|
|
4433
|
+
};
|
|
4434
|
+
};
|
|
4435
|
+
};
|
|
4436
|
+
} | null;
|
|
4437
|
+
};
|
|
4438
|
+
export type LastAllocatedHoursChangeRequestDataFragment = {
|
|
4439
|
+
__typename: 'AllocatedHoursChangeRequest';
|
|
4440
|
+
id: string;
|
|
4441
|
+
allocatedHours: number;
|
|
4442
|
+
rejectReason: unknown;
|
|
4443
|
+
comment: string;
|
|
4444
|
+
futureAvailableHours: unknown;
|
|
4445
|
+
returnInDate: unknown;
|
|
4446
|
+
useReturnAvailability: boolean;
|
|
4447
|
+
reviewedManually: boolean;
|
|
4448
|
+
statusV2: {
|
|
4449
|
+
__typename: 'AllocatedHoursChangeRequestStatus';
|
|
4450
|
+
value: string;
|
|
4451
|
+
};
|
|
4452
|
+
};
|
|
4453
|
+
export type AvailabilityDataFragment = {
|
|
4454
|
+
__typename: 'Viewer';
|
|
4455
|
+
id: string;
|
|
4456
|
+
preliminarySearchSetting: {
|
|
4457
|
+
__typename: 'PreliminarySearchSetting';
|
|
4458
|
+
enabled: boolean;
|
|
4459
|
+
disablingReason: unknown;
|
|
4460
|
+
comment: unknown;
|
|
4461
|
+
};
|
|
4462
|
+
viewerRole: {
|
|
4463
|
+
__typename: 'ViewerRole';
|
|
4464
|
+
allocatedHours: number;
|
|
4465
|
+
hiredHours: number;
|
|
4466
|
+
lastAllocatedHoursChangeRequest: {
|
|
4467
|
+
__typename: 'AllocatedHoursChangeRequest';
|
|
4468
|
+
id: string;
|
|
4469
|
+
allocatedHours: number;
|
|
4470
|
+
rejectReason: unknown;
|
|
4471
|
+
comment: string;
|
|
4472
|
+
futureAvailableHours: unknown;
|
|
4473
|
+
returnInDate: unknown;
|
|
4474
|
+
useReturnAvailability: boolean;
|
|
4475
|
+
reviewedManually: boolean;
|
|
4476
|
+
statusV2: {
|
|
4477
|
+
__typename: 'AllocatedHoursChangeRequestStatus';
|
|
4478
|
+
value: string;
|
|
4479
|
+
};
|
|
4480
|
+
};
|
|
4481
|
+
};
|
|
4482
|
+
};
|
|
4483
|
+
export type CreatePaymentOptionMutationVariables = Exact<{
|
|
4484
|
+
input: CreatePaymentOptionInput;
|
|
4485
|
+
}>;
|
|
4486
|
+
export type CreatePaymentOptionMutation = {
|
|
4487
|
+
paymentOption: {
|
|
4488
|
+
create: {
|
|
4489
|
+
success: boolean;
|
|
4490
|
+
errors: Array<never | null> | null;
|
|
4491
|
+
} | null;
|
|
4492
|
+
} | null;
|
|
4493
|
+
};
|
|
4494
|
+
export type GetNotificationSettingQueryVariables = Exact<{
|
|
4495
|
+
[key: string]: never;
|
|
4496
|
+
}>;
|
|
4497
|
+
export type GetNotificationSettingQuery = {
|
|
4498
|
+
viewer: {
|
|
4499
|
+
id: string;
|
|
4500
|
+
notificationSetting: {
|
|
4501
|
+
jobAlertsSubscription: string;
|
|
4502
|
+
jobAlertsMuteWhenUnavailable: boolean;
|
|
4503
|
+
smsForNewAvailabilityRequests: boolean;
|
|
4504
|
+
};
|
|
4505
|
+
} | null;
|
|
4506
|
+
};
|
|
4507
|
+
export type GetTalentRateQueryVariables = Exact<{
|
|
4508
|
+
[key: string]: never;
|
|
4509
|
+
}>;
|
|
4510
|
+
export type GetTalentRateQuery = {
|
|
4511
|
+
viewer: {
|
|
4512
|
+
id: string;
|
|
4513
|
+
viewerRole: {
|
|
4514
|
+
roleId: number;
|
|
4515
|
+
hourlyRate: {
|
|
4516
|
+
verbose: string;
|
|
4517
|
+
};
|
|
4518
|
+
};
|
|
4519
|
+
} | null;
|
|
4520
|
+
};
|
|
4521
|
+
export type GetTalentStatisticsQueryVariables = Exact<{
|
|
4522
|
+
[key: string]: never;
|
|
4523
|
+
}>;
|
|
4524
|
+
export type GetTalentStatisticsQuery = {
|
|
4525
|
+
viewer: {
|
|
4526
|
+
id: string;
|
|
4527
|
+
talentStatistics: {
|
|
4528
|
+
id: string;
|
|
4529
|
+
yearsInToptal: number;
|
|
4530
|
+
hoursWorked: number;
|
|
4531
|
+
totalEarnings: number;
|
|
4532
|
+
successfulEngagements: number;
|
|
4533
|
+
};
|
|
4534
|
+
} | null;
|
|
4535
|
+
};
|
|
4536
|
+
export type GetTimeZonesQueryVariables = Exact<{
|
|
4537
|
+
[key: string]: never;
|
|
4538
|
+
}>;
|
|
4539
|
+
export type GetTimeZonesQuery = {
|
|
4540
|
+
timeZones: {
|
|
4541
|
+
name: string;
|
|
4542
|
+
value: string;
|
|
4543
|
+
} | null;
|
|
4544
|
+
};
|
|
4545
|
+
export {};
|
|
4546
|
+
//# sourceMappingURL=gateway.d.ts.map
|