@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,2895 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
export type Maybe<T> = T | null;
|
|
3
|
+
export type InputMaybe<T> = Maybe<T>;
|
|
4
|
+
/** All built-in and custom scalars, mapped to their actual values */
|
|
5
|
+
export type Scalars = {
|
|
6
|
+
ID: {
|
|
7
|
+
input: string;
|
|
8
|
+
output: string;
|
|
9
|
+
};
|
|
10
|
+
String: {
|
|
11
|
+
input: string;
|
|
12
|
+
output: string;
|
|
13
|
+
};
|
|
14
|
+
Boolean: {
|
|
15
|
+
input: boolean;
|
|
16
|
+
output: boolean;
|
|
17
|
+
};
|
|
18
|
+
Int: {
|
|
19
|
+
input: number;
|
|
20
|
+
output: number;
|
|
21
|
+
};
|
|
22
|
+
Float: {
|
|
23
|
+
input: number;
|
|
24
|
+
output: number;
|
|
25
|
+
};
|
|
26
|
+
BigDecimal: {
|
|
27
|
+
input: string;
|
|
28
|
+
output: string;
|
|
29
|
+
};
|
|
30
|
+
Date: {
|
|
31
|
+
input: string;
|
|
32
|
+
output: string;
|
|
33
|
+
};
|
|
34
|
+
DateTime: {
|
|
35
|
+
input: string;
|
|
36
|
+
output: string;
|
|
37
|
+
};
|
|
38
|
+
GigType: {
|
|
39
|
+
input: unknown;
|
|
40
|
+
output: unknown;
|
|
41
|
+
};
|
|
42
|
+
JSON: {
|
|
43
|
+
input: Record<string, unknown>;
|
|
44
|
+
output: Record<string, unknown>;
|
|
45
|
+
};
|
|
46
|
+
JobActivityStatusGroup: {
|
|
47
|
+
input: unknown;
|
|
48
|
+
output: unknown;
|
|
49
|
+
};
|
|
50
|
+
PageSize: {
|
|
51
|
+
input: unknown;
|
|
52
|
+
output: unknown;
|
|
53
|
+
};
|
|
54
|
+
ReferralTrackerOrder: {
|
|
55
|
+
input: unknown;
|
|
56
|
+
output: unknown;
|
|
57
|
+
};
|
|
58
|
+
TalentCommunityTopMessagesOwner: {
|
|
59
|
+
input: unknown;
|
|
60
|
+
output: unknown;
|
|
61
|
+
};
|
|
62
|
+
Time: {
|
|
63
|
+
input: string;
|
|
64
|
+
output: string;
|
|
65
|
+
};
|
|
66
|
+
TimeOfDay: {
|
|
67
|
+
input: unknown;
|
|
68
|
+
output: unknown;
|
|
69
|
+
};
|
|
70
|
+
Unknown: {
|
|
71
|
+
input: unknown;
|
|
72
|
+
output: unknown;
|
|
73
|
+
};
|
|
74
|
+
Upload: {
|
|
75
|
+
input: unknown;
|
|
76
|
+
output: unknown;
|
|
77
|
+
};
|
|
78
|
+
};
|
|
79
|
+
export type AcceptFreelanceTalentAgreementInput = {
|
|
80
|
+
_placeholder: InputMaybe<Scalars['String']['input']>;
|
|
81
|
+
};
|
|
82
|
+
export type AcceptFreelanceTalentAgreementPayload = MutationResult & {
|
|
83
|
+
errors: Maybe<Array<Maybe<UserError>>>;
|
|
84
|
+
success: Scalars['Boolean']['output'];
|
|
85
|
+
};
|
|
86
|
+
export type AcceptGigReachOutPayload = MutationResult & {
|
|
87
|
+
errors: Maybe<Array<Maybe<UserError>>>;
|
|
88
|
+
success: Scalars['Boolean']['output'];
|
|
89
|
+
};
|
|
90
|
+
export type AccessibleRole = {
|
|
91
|
+
_placeholder: Maybe<Scalars['String']['output']>;
|
|
92
|
+
};
|
|
93
|
+
export type AcknowledgeAllTalentBadgesPayload = MutationResult & {
|
|
94
|
+
errors: Maybe<Array<Maybe<UserError>>>;
|
|
95
|
+
success: Scalars['Boolean']['output'];
|
|
96
|
+
};
|
|
97
|
+
export type AcknowledgeBadgeNotificationPayload = MutationResult & {
|
|
98
|
+
errors: Maybe<Array<Maybe<UserError>>>;
|
|
99
|
+
success: Scalars['Boolean']['output'];
|
|
100
|
+
};
|
|
101
|
+
export type ActionStatusEnum = 'NEGATIVE' | 'NEUTRAL' | 'PENDING' | 'POSITIVE';
|
|
102
|
+
export type AddProfileIndustryConnectionsInput = {
|
|
103
|
+
_placeholder: InputMaybe<Scalars['String']['input']>;
|
|
104
|
+
};
|
|
105
|
+
export type AddProfileIndustryConnectionsPayload = MutationResult & {
|
|
106
|
+
errors: Maybe<Array<Maybe<UserError>>>;
|
|
107
|
+
success: Scalars['Boolean']['output'];
|
|
108
|
+
};
|
|
109
|
+
export type AddProfileSkillSetPayload = MutationResult & {
|
|
110
|
+
errors: Maybe<Array<Maybe<UserError>>>;
|
|
111
|
+
success: Scalars['Boolean']['output'];
|
|
112
|
+
};
|
|
113
|
+
export type AllocatedHoursChangeRequest = Node & {
|
|
114
|
+
allocatedHours: Scalars['Int']['output'];
|
|
115
|
+
availability: Scalars['String']['output'];
|
|
116
|
+
comment: Scalars['String']['output'];
|
|
117
|
+
futureAvailableHours: Maybe<Scalars['Unknown']['output']>;
|
|
118
|
+
id: Scalars['ID']['output'];
|
|
119
|
+
rejectReason: Maybe<Scalars['Unknown']['output']>;
|
|
120
|
+
returnInDate: Maybe<Scalars['Unknown']['output']>;
|
|
121
|
+
reviewedManually: Scalars['Boolean']['output'];
|
|
122
|
+
status: AllocatedHoursChangeRequestStatus;
|
|
123
|
+
statusV2: AllocatedHoursChangeRequestStatus;
|
|
124
|
+
useReturnAvailability: Scalars['Boolean']['output'];
|
|
125
|
+
};
|
|
126
|
+
export type AllocatedHoursChangeRequestStatus = {
|
|
127
|
+
value: Scalars['String']['output'];
|
|
128
|
+
verbose: Scalars['String']['output'];
|
|
129
|
+
};
|
|
130
|
+
export type AllocatedHoursChangeRequestStatusEnum = 'ACCEPTED' | 'CANCELLED' | 'PENDING' | 'REJECTED';
|
|
131
|
+
export type ApnTokenRegisterPayload = MutationResult & {
|
|
132
|
+
errors: Maybe<Array<Maybe<UserError>>>;
|
|
133
|
+
success: Scalars['Boolean']['output'];
|
|
134
|
+
};
|
|
135
|
+
export type ApnTokenRemovePayload = MutationResult & {
|
|
136
|
+
errors: Maybe<Array<Maybe<UserError>>>;
|
|
137
|
+
success: Scalars['Boolean']['output'];
|
|
138
|
+
};
|
|
139
|
+
export type ApnTokensOps = {
|
|
140
|
+
register: Maybe<ApnTokenRegisterPayload>;
|
|
141
|
+
};
|
|
142
|
+
export type ApnTokensOpsRegisterArgs = {
|
|
143
|
+
input: InputMaybe<Scalars['Unknown']['input']>;
|
|
144
|
+
};
|
|
145
|
+
export type Application = AvailabilityRequest | JobApplication;
|
|
146
|
+
export type AttachTalentVideoPitchInput = {
|
|
147
|
+
_placeholder: InputMaybe<Scalars['String']['input']>;
|
|
148
|
+
};
|
|
149
|
+
export type AttachTalentVideoPitchPayload = MutationResult & {
|
|
150
|
+
errors: Maybe<Array<Maybe<UserError>>>;
|
|
151
|
+
success: Scalars['Boolean']['output'];
|
|
152
|
+
};
|
|
153
|
+
export type AuthOps = {
|
|
154
|
+
sendPasswordResetEmail: Maybe<SendResetPasswordEmailPayload>;
|
|
155
|
+
signIn: Maybe<SignInPayload>;
|
|
156
|
+
};
|
|
157
|
+
export type AuthOpsSendPasswordResetEmailArgs = {
|
|
158
|
+
input: InputMaybe<Scalars['Unknown']['input']>;
|
|
159
|
+
};
|
|
160
|
+
export type AuthOpsSignInArgs = {
|
|
161
|
+
input: InputMaybe<Scalars['Unknown']['input']>;
|
|
162
|
+
};
|
|
163
|
+
export type AvailabilityRequest = Node & {
|
|
164
|
+
answeredAt: Maybe<Scalars['DateTime']['output']>;
|
|
165
|
+
comment: Maybe<Scalars['String']['output']>;
|
|
166
|
+
createdAt: Scalars['DateTime']['output'];
|
|
167
|
+
id: Scalars['ID']['output'];
|
|
168
|
+
jirStatus: AvailabilityRequestStatus;
|
|
169
|
+
job: TalentJob;
|
|
170
|
+
jobExpertiseAnswers: Array<Maybe<Scalars['Unknown']['output']>>;
|
|
171
|
+
jobPositionAnswers: Array<Maybe<JobPositionAnswer>>;
|
|
172
|
+
metadata: AvailabilityRequestFixedMetadata;
|
|
173
|
+
rejectReason: Maybe<Scalars['Unknown']['output']>;
|
|
174
|
+
requestedHourlyRate: Money;
|
|
175
|
+
statusV2: AvailabilityRequestStatus;
|
|
176
|
+
talentComment: Scalars['String']['output'];
|
|
177
|
+
updatedAt: Scalars['DateTime']['output'];
|
|
178
|
+
};
|
|
179
|
+
export type AvailabilityRequestAnsweredAfterThresholdContext = {
|
|
180
|
+
availabilityRequest: Maybe<AvailabilityRequest>;
|
|
181
|
+
timeUntilAnsweredInSeconds: Maybe<Scalars['Int']['output']>;
|
|
182
|
+
};
|
|
183
|
+
export type AvailabilityRequestConfirmPayload = MutationResult & {
|
|
184
|
+
errors: Maybe<Array<Maybe<UserError>>>;
|
|
185
|
+
success: Scalars['Boolean']['output'];
|
|
186
|
+
};
|
|
187
|
+
export type AvailabilityRequestFixedMetadata = {
|
|
188
|
+
estimatedRevenue: Maybe<Scalars['String']['output']>;
|
|
189
|
+
estimatedRevenueExplanation: Maybe<Scalars['String']['output']>;
|
|
190
|
+
longTermDisclaimer: Maybe<Scalars['String']['output']>;
|
|
191
|
+
offeredHourlyRate: Money;
|
|
192
|
+
};
|
|
193
|
+
export type AvailabilityRequestKindEnum = '_UNKNOWN';
|
|
194
|
+
export type AvailabilityRequestMetrics = {
|
|
195
|
+
answeredCount: Scalars['Int']['output'];
|
|
196
|
+
averageResponseTime: Scalars['Float']['output'];
|
|
197
|
+
isRelevant: Scalars['Boolean']['output'];
|
|
198
|
+
};
|
|
199
|
+
export type AvailabilityRequestOps = {
|
|
200
|
+
confirm: Maybe<AvailabilityRequestConfirmPayload>;
|
|
201
|
+
reject: Maybe<AvailabilityRequestRejectPayload>;
|
|
202
|
+
};
|
|
203
|
+
export type AvailabilityRequestOpsConfirmArgs = {
|
|
204
|
+
input: InputMaybe<Scalars['Unknown']['input']>;
|
|
205
|
+
};
|
|
206
|
+
export type AvailabilityRequestOpsRejectArgs = {
|
|
207
|
+
input: InputMaybe<Scalars['Unknown']['input']>;
|
|
208
|
+
};
|
|
209
|
+
export type AvailabilityRequestRejectPayload = MutationResult & {
|
|
210
|
+
errors: Maybe<Array<Maybe<UserError>>>;
|
|
211
|
+
success: Scalars['Boolean']['output'];
|
|
212
|
+
};
|
|
213
|
+
export type AvailabilityRequestRejectReason = {
|
|
214
|
+
customPlaceholder: Maybe<Scalars['String']['output']>;
|
|
215
|
+
isMandatory: Scalars['Boolean']['output'];
|
|
216
|
+
key: Scalars['String']['output'];
|
|
217
|
+
value: Scalars['String']['output'];
|
|
218
|
+
};
|
|
219
|
+
export type AvailabilityRequestRejectReasonsTypeV3 = {
|
|
220
|
+
fixed: Array<Maybe<AvailabilityRequestRejectReason>>;
|
|
221
|
+
flexible: Array<Maybe<AvailabilityRequestRejectReason>>;
|
|
222
|
+
};
|
|
223
|
+
export type AvailabilityRequestStatus = {
|
|
224
|
+
value: Scalars['String']['output'];
|
|
225
|
+
};
|
|
226
|
+
export type AvailabilityRequestStatusEnum = 'CANCELLED' | 'CONFIRMED' | 'EXPIRED' | 'PENDING' | 'REJECTED' | 'WITHDRAWN';
|
|
227
|
+
export type Badge = Node & {
|
|
228
|
+
achievedAt: Maybe<Scalars['DateTime']['output']>;
|
|
229
|
+
animation: Scalars['String']['output'];
|
|
230
|
+
backgroundGradientBottom: Scalars['String']['output'];
|
|
231
|
+
backgroundGradientTop: Scalars['String']['output'];
|
|
232
|
+
celebrationText: Scalars['String']['output'];
|
|
233
|
+
id: Scalars['ID']['output'];
|
|
234
|
+
image: Scalars['String']['output'];
|
|
235
|
+
level: Scalars['Int']['output'];
|
|
236
|
+
longDescription: Scalars['String']['output'];
|
|
237
|
+
name: Scalars['String']['output'];
|
|
238
|
+
progress: Maybe<Scalars['Int']['output']>;
|
|
239
|
+
};
|
|
240
|
+
export type BadgeConnection = {
|
|
241
|
+
nodes: Array<Maybe<Badge>>;
|
|
242
|
+
};
|
|
243
|
+
export type BadgeContext = {
|
|
244
|
+
badge: Maybe<Badge>;
|
|
245
|
+
};
|
|
246
|
+
export type BadgeGroup = Node & {
|
|
247
|
+
badges: BadgeConnection;
|
|
248
|
+
id: Scalars['ID']['output'];
|
|
249
|
+
order: Maybe<Scalars['Int']['output']>;
|
|
250
|
+
};
|
|
251
|
+
export type BadgeGroupConnection = {
|
|
252
|
+
nodes: Array<Maybe<BadgeGroup>>;
|
|
253
|
+
};
|
|
254
|
+
export type BadgedLogic = 'AND' | 'OR';
|
|
255
|
+
export type BillingCycle = Node & {
|
|
256
|
+
endDate: Scalars['Date']['output'];
|
|
257
|
+
engagement: TalentEngagement;
|
|
258
|
+
hours: Scalars['String']['output'];
|
|
259
|
+
id: Scalars['ID']['output'];
|
|
260
|
+
minimumCommitment: Maybe<Scalars['Unknown']['output']>;
|
|
261
|
+
startDate: Scalars['Date']['output'];
|
|
262
|
+
timesheetOverdue: Scalars['Boolean']['output'];
|
|
263
|
+
timesheetSubmissionDeadlineDatetime: Scalars['DateTime']['output'];
|
|
264
|
+
timesheetSubmissionOpenDatetime: Scalars['DateTime']['output'];
|
|
265
|
+
timesheetSubmitted: Scalars['Boolean']['output'];
|
|
266
|
+
};
|
|
267
|
+
export type BillingCycleConnection = {
|
|
268
|
+
ids: Array<Maybe<Scalars['ID']['output']>>;
|
|
269
|
+
nodes: Array<Maybe<BillingCycle>>;
|
|
270
|
+
};
|
|
271
|
+
export type BlockedStatus = {
|
|
272
|
+
isBlocked: Scalars['Boolean']['output'];
|
|
273
|
+
reason: Maybe<Scalars['Unknown']['output']>;
|
|
274
|
+
};
|
|
275
|
+
export type BookingPageMutations = {
|
|
276
|
+
update: Maybe<NotificationSettingUpdatePayload>;
|
|
277
|
+
};
|
|
278
|
+
export type BookingPageMutationsUpdateArgs = {
|
|
279
|
+
input: InputMaybe<Scalars['Unknown']['input']>;
|
|
280
|
+
};
|
|
281
|
+
export type BooleanFilter = {
|
|
282
|
+
eq: InputMaybe<Scalars['Boolean']['input']>;
|
|
283
|
+
};
|
|
284
|
+
export type BudgetFitFilterEnum = 'FIT' | 'FIT_OR_10_PERCENT_LESS' | 'FIT_OR_20_PERCENT_LESS' | 'FIT_OR_30_PERCENT_LESS';
|
|
285
|
+
export type CalendarAuthMutations = {
|
|
286
|
+
remove: Maybe<RemoveProfileSkillSetPayload>;
|
|
287
|
+
};
|
|
288
|
+
export type CalendarAuthMutationsRemoveArgs = {
|
|
289
|
+
input: InputMaybe<Scalars['Unknown']['input']>;
|
|
290
|
+
};
|
|
291
|
+
export type CalendarMutations = {
|
|
292
|
+
disable: Maybe<MutationResult>;
|
|
293
|
+
enable: Maybe<PreliminarySearchSettingEnablePayload>;
|
|
294
|
+
markAsPrimary: Maybe<MutationResult>;
|
|
295
|
+
};
|
|
296
|
+
export type CalendarMutationsDisableArgs = {
|
|
297
|
+
input: InputMaybe<Scalars['Unknown']['input']>;
|
|
298
|
+
};
|
|
299
|
+
export type CalendarMutationsEnableArgs = {
|
|
300
|
+
input: InputMaybe<Scalars['Unknown']['input']>;
|
|
301
|
+
};
|
|
302
|
+
export type CalendarMutationsMarkAsPrimaryArgs = {
|
|
303
|
+
input: InputMaybe<Scalars['Unknown']['input']>;
|
|
304
|
+
};
|
|
305
|
+
export type Center = {
|
|
306
|
+
notifications: NotificationConnection;
|
|
307
|
+
};
|
|
308
|
+
export type Certification = Node & {
|
|
309
|
+
certificate: Scalars['String']['output'];
|
|
310
|
+
id: Scalars['ID']['output'];
|
|
311
|
+
institution: Scalars['String']['output'];
|
|
312
|
+
skills: SkillConnection;
|
|
313
|
+
validFromMonth: Scalars['Int']['output'];
|
|
314
|
+
validFromYear: Scalars['Int']['output'];
|
|
315
|
+
validToMonth: Maybe<Scalars['Unknown']['output']>;
|
|
316
|
+
validToYear: Maybe<Scalars['Unknown']['output']>;
|
|
317
|
+
};
|
|
318
|
+
export type CertificationConnection = {
|
|
319
|
+
nodes: Array<Maybe<Certification>>;
|
|
320
|
+
};
|
|
321
|
+
export type Client = Node & {
|
|
322
|
+
city: Maybe<Scalars['String']['output']>;
|
|
323
|
+
countryName: Maybe<Scalars['String']['output']>;
|
|
324
|
+
crunchbase: Maybe<Scalars['Unknown']['output']>;
|
|
325
|
+
facebook: Maybe<Scalars['Unknown']['output']>;
|
|
326
|
+
foundingYear: Maybe<Scalars['String']['output']>;
|
|
327
|
+
fullName: Maybe<Scalars['String']['output']>;
|
|
328
|
+
id: Scalars['ID']['output'];
|
|
329
|
+
industry: Maybe<Scalars['String']['output']>;
|
|
330
|
+
isEnterprise: Scalars['Boolean']['output'];
|
|
331
|
+
linkedin: Maybe<Scalars['Unknown']['output']>;
|
|
332
|
+
teamSize: TeamSize;
|
|
333
|
+
twitter: Maybe<Scalars['Unknown']['output']>;
|
|
334
|
+
website: Maybe<Scalars['Unknown']['output']>;
|
|
335
|
+
};
|
|
336
|
+
export type CoachingEngagementMutations = {
|
|
337
|
+
create: Maybe<CreateBecomeClientPayload>;
|
|
338
|
+
remove: Maybe<RemoveProfileSkillSetPayload>;
|
|
339
|
+
};
|
|
340
|
+
export type CoachingEngagementMutationsCreateArgs = {
|
|
341
|
+
input: CreateCoachingEngagementInput;
|
|
342
|
+
};
|
|
343
|
+
export type CoachingEngagementMutationsRemoveArgs = {
|
|
344
|
+
input: InputMaybe<Scalars['Unknown']['input']>;
|
|
345
|
+
};
|
|
346
|
+
export type CodeOfConduct = Node & {
|
|
347
|
+
acceptedAt: Scalars['DateTime']['output'];
|
|
348
|
+
body: Scalars['String']['output'];
|
|
349
|
+
id: Scalars['ID']['output'];
|
|
350
|
+
revisedOn: Scalars['Date']['output'];
|
|
351
|
+
revisionNotice: Maybe<Scalars['Unknown']['output']>;
|
|
352
|
+
title: Scalars['String']['output'];
|
|
353
|
+
};
|
|
354
|
+
export type CodeOfConductAcceptPayload = MutationResult & {
|
|
355
|
+
errors: Maybe<Array<Maybe<UserError>>>;
|
|
356
|
+
success: Scalars['Boolean']['output'];
|
|
357
|
+
};
|
|
358
|
+
export type CodeOfConductMutations = {
|
|
359
|
+
accept: Maybe<InterviewAcceptPayload>;
|
|
360
|
+
};
|
|
361
|
+
export type CodeOfConductMutationsAcceptArgs = {
|
|
362
|
+
input: InputMaybe<Scalars['Unknown']['input']>;
|
|
363
|
+
};
|
|
364
|
+
export type CommitmentEnum = 'FULL_TIME' | 'HOURLY' | 'PART_TIME';
|
|
365
|
+
export type CommitmentHoursDictionary = {
|
|
366
|
+
full_time: Scalars['Int']['output'];
|
|
367
|
+
hourly: Scalars['Int']['output'];
|
|
368
|
+
part_time: Scalars['Int']['output'];
|
|
369
|
+
};
|
|
370
|
+
export type CommitmentType = {
|
|
371
|
+
slug: Scalars['String']['output'];
|
|
372
|
+
verbose: Scalars['String']['output'];
|
|
373
|
+
};
|
|
374
|
+
export type CommunityEventContactLeaderPayload = MutationResult & {
|
|
375
|
+
errors: Maybe<Array<Maybe<UserError>>>;
|
|
376
|
+
success: Scalars['Boolean']['output'];
|
|
377
|
+
};
|
|
378
|
+
export type CommunityEventOps = {
|
|
379
|
+
rsvp: Maybe<RsvpPayload>;
|
|
380
|
+
};
|
|
381
|
+
export type CommunityEventOpsRsvpArgs = {
|
|
382
|
+
input: InputMaybe<Scalars['Unknown']['input']>;
|
|
383
|
+
};
|
|
384
|
+
export type CompanyRepresentative = Node & {
|
|
385
|
+
email: Scalars['String']['output'];
|
|
386
|
+
fullName: Scalars['String']['output'];
|
|
387
|
+
id: Scalars['ID']['output'];
|
|
388
|
+
phoneNumber: Scalars['String']['output'];
|
|
389
|
+
position: Scalars['String']['output'];
|
|
390
|
+
timeZone: TimeZone;
|
|
391
|
+
};
|
|
392
|
+
export type CompleteConsultationsTrainingPayload = MutationResult & {
|
|
393
|
+
errors: Maybe<Array<Maybe<UserError>>>;
|
|
394
|
+
success: Scalars['Boolean']['output'];
|
|
395
|
+
};
|
|
396
|
+
export type CompleteTalentConsultingOnboardingInput = {
|
|
397
|
+
_placeholder: InputMaybe<Scalars['String']['input']>;
|
|
398
|
+
};
|
|
399
|
+
export type CompleteTalentConsultingOnboardingPayload = MutationResult & {
|
|
400
|
+
errors: Maybe<Array<Maybe<UserError>>>;
|
|
401
|
+
success: Scalars['Boolean']['output'];
|
|
402
|
+
};
|
|
403
|
+
export type CompleteTalentConsultingTrainingPayload = MutationResult & {
|
|
404
|
+
errors: Maybe<Array<Maybe<UserError>>>;
|
|
405
|
+
success: Scalars['Boolean']['output'];
|
|
406
|
+
};
|
|
407
|
+
export type ConfigurePushNotificationsPayload = MutationResult & {
|
|
408
|
+
errors: Maybe<Array<Maybe<UserError>>>;
|
|
409
|
+
success: Scalars['Boolean']['output'];
|
|
410
|
+
};
|
|
411
|
+
export type ContactFields = {
|
|
412
|
+
communitySlackId: Scalars['String']['output'];
|
|
413
|
+
email: Scalars['String']['output'];
|
|
414
|
+
phoneNumber: Maybe<Scalars['String']['output']>;
|
|
415
|
+
skype: Maybe<Scalars['String']['output']>;
|
|
416
|
+
};
|
|
417
|
+
export type CreateApplicantPayload = MutationResult & {
|
|
418
|
+
errors: Maybe<Array<Maybe<UserError>>>;
|
|
419
|
+
success: Scalars['Boolean']['output'];
|
|
420
|
+
};
|
|
421
|
+
export type CreateBecomeClientInput = {
|
|
422
|
+
_placeholder: InputMaybe<Scalars['String']['input']>;
|
|
423
|
+
};
|
|
424
|
+
export type CreateBecomeClientPayload = MutationResult & {
|
|
425
|
+
errors: Maybe<Array<Maybe<UserError>>>;
|
|
426
|
+
success: Scalars['Boolean']['output'];
|
|
427
|
+
};
|
|
428
|
+
export type CreateCoachingEngagementInput = {
|
|
429
|
+
_placeholder: InputMaybe<Scalars['String']['input']>;
|
|
430
|
+
};
|
|
431
|
+
export type CreateCoachingEngagementPayload = MutationResult & {
|
|
432
|
+
errors: Maybe<Array<Maybe<UserError>>>;
|
|
433
|
+
success: Scalars['Boolean']['output'];
|
|
434
|
+
};
|
|
435
|
+
export type CreateCommunityLeaderApplicationInput = {
|
|
436
|
+
_placeholder: InputMaybe<Scalars['String']['input']>;
|
|
437
|
+
};
|
|
438
|
+
export type CreateCommunityLeaderApplicationPayload = MutationResult & {
|
|
439
|
+
errors: Maybe<Array<Maybe<UserError>>>;
|
|
440
|
+
success: Scalars['Boolean']['output'];
|
|
441
|
+
};
|
|
442
|
+
export type CreateDirectReferralInput = {
|
|
443
|
+
_placeholder: InputMaybe<Scalars['String']['input']>;
|
|
444
|
+
};
|
|
445
|
+
export type CreateDirectReferralPayload = MutationResult & {
|
|
446
|
+
errors: Maybe<Array<Maybe<UserError>>>;
|
|
447
|
+
success: Scalars['Boolean']['output'];
|
|
448
|
+
};
|
|
449
|
+
export type CreateEngagementTestimonialPayload = MutationResult & {
|
|
450
|
+
errors: Maybe<Array<Maybe<UserError>>>;
|
|
451
|
+
success: Scalars['Boolean']['output'];
|
|
452
|
+
};
|
|
453
|
+
export type CreateForTestingPayload = MutationResult & {
|
|
454
|
+
errors: Maybe<Array<Maybe<UserError>>>;
|
|
455
|
+
success: Scalars['Boolean']['output'];
|
|
456
|
+
};
|
|
457
|
+
export type CreateMarketplaceHelpRequestInput = {
|
|
458
|
+
_placeholder: InputMaybe<Scalars['String']['input']>;
|
|
459
|
+
};
|
|
460
|
+
export type CreateMarketplaceHelpRequestPayload = MutationResult & {
|
|
461
|
+
errors: Maybe<Array<Maybe<UserError>>>;
|
|
462
|
+
success: Scalars['Boolean']['output'];
|
|
463
|
+
};
|
|
464
|
+
export type CreatePaymentOptionInput = {
|
|
465
|
+
_placeholder: InputMaybe<Scalars['String']['input']>;
|
|
466
|
+
};
|
|
467
|
+
export type CreatePaymentOptionPayload = MutationResult & {
|
|
468
|
+
errors: Maybe<Array<Maybe<UserError>>>;
|
|
469
|
+
success: Scalars['Boolean']['output'];
|
|
470
|
+
};
|
|
471
|
+
export type CreateRateChangeRequestInput = {
|
|
472
|
+
_placeholder: InputMaybe<Scalars['String']['input']>;
|
|
473
|
+
};
|
|
474
|
+
export type CreateRateChangeRequestPayload = MutationResult & {
|
|
475
|
+
errors: Maybe<Array<Maybe<UserError>>>;
|
|
476
|
+
success: Scalars['Boolean']['output'];
|
|
477
|
+
};
|
|
478
|
+
export type CreateTalentSignalInput = {
|
|
479
|
+
_placeholder: InputMaybe<Scalars['String']['input']>;
|
|
480
|
+
};
|
|
481
|
+
export type CreateTalentSignalPayload = MutationResult & {
|
|
482
|
+
errors: Maybe<Array<Maybe<UserError>>>;
|
|
483
|
+
success: Scalars['Boolean']['output'];
|
|
484
|
+
};
|
|
485
|
+
export type CreateTopChatConversationInput = {
|
|
486
|
+
_placeholder: InputMaybe<Scalars['String']['input']>;
|
|
487
|
+
};
|
|
488
|
+
export type CreateTopChatConversationPayload = MutationResult & {
|
|
489
|
+
errors: Maybe<Array<Maybe<UserError>>>;
|
|
490
|
+
success: Scalars['Boolean']['output'];
|
|
491
|
+
};
|
|
492
|
+
export type CreateTopChatUploadInput = {
|
|
493
|
+
_placeholder: InputMaybe<Scalars['String']['input']>;
|
|
494
|
+
};
|
|
495
|
+
export type CreateTopChatUploadPayload = MutationResult & {
|
|
496
|
+
errors: Maybe<Array<Maybe<UserError>>>;
|
|
497
|
+
success: Scalars['Boolean']['output'];
|
|
498
|
+
};
|
|
499
|
+
export type DateFilter = {
|
|
500
|
+
_placeholder: InputMaybe<Scalars['String']['input']>;
|
|
501
|
+
};
|
|
502
|
+
export type DesiredOverlappingHoursFilter = {
|
|
503
|
+
from: InputMaybe<Scalars['Time']['input']>;
|
|
504
|
+
to: InputMaybe<Scalars['Time']['input']>;
|
|
505
|
+
};
|
|
506
|
+
export type DevelopmentCreateAvailabilityRequestPayload = MutationResult & {
|
|
507
|
+
errors: Maybe<Array<Maybe<UserError>>>;
|
|
508
|
+
success: Scalars['Boolean']['output'];
|
|
509
|
+
};
|
|
510
|
+
export type DevelopmentCreateEngagementPayload = MutationResult & {
|
|
511
|
+
errors: Maybe<Array<Maybe<UserError>>>;
|
|
512
|
+
success: Scalars['Boolean']['output'];
|
|
513
|
+
};
|
|
514
|
+
export type DevelopmentCreateInterviewPayload = MutationResult & {
|
|
515
|
+
errors: Maybe<Array<Maybe<UserError>>>;
|
|
516
|
+
success: Scalars['Boolean']['output'];
|
|
517
|
+
};
|
|
518
|
+
export type DevelopmentCreateMobileAnnouncementPayload = MutationResult & {
|
|
519
|
+
errors: Maybe<Array<Maybe<UserError>>>;
|
|
520
|
+
success: Scalars['Boolean']['output'];
|
|
521
|
+
};
|
|
522
|
+
export type DevelopmentSendSurveyInterviewEndedPayload = MutationResult & {
|
|
523
|
+
errors: Maybe<Array<Maybe<UserError>>>;
|
|
524
|
+
success: Scalars['Boolean']['output'];
|
|
525
|
+
};
|
|
526
|
+
export type DevelopmentSendSurveyMidEngagementPayload = MutationResult & {
|
|
527
|
+
errors: Maybe<Array<Maybe<UserError>>>;
|
|
528
|
+
success: Scalars['Boolean']['output'];
|
|
529
|
+
};
|
|
530
|
+
export type Education = Node & {
|
|
531
|
+
degree: Scalars['String']['output'];
|
|
532
|
+
fieldOfStudy: Scalars['String']['output'];
|
|
533
|
+
id: Scalars['ID']['output'];
|
|
534
|
+
institution: Scalars['String']['output'];
|
|
535
|
+
location: Scalars['String']['output'];
|
|
536
|
+
skills: SkillConnection;
|
|
537
|
+
yearFrom: Scalars['Int']['output'];
|
|
538
|
+
yearTo: Scalars['Int']['output'];
|
|
539
|
+
};
|
|
540
|
+
export type EducationConnection = {
|
|
541
|
+
nodes: Array<Maybe<Education>>;
|
|
542
|
+
};
|
|
543
|
+
export type Employment = Node & {
|
|
544
|
+
company: Scalars['String']['output'];
|
|
545
|
+
companyWebsite: Maybe<Scalars['String']['output']>;
|
|
546
|
+
endDate: Scalars['Int']['output'];
|
|
547
|
+
experienceItems: Array<Maybe<Scalars['String']['output']>>;
|
|
548
|
+
highlight: Scalars['Boolean']['output'];
|
|
549
|
+
id: Scalars['ID']['output'];
|
|
550
|
+
industries: IndustryConnection;
|
|
551
|
+
isEnterpriseExperience: Maybe<Scalars['Boolean']['output']>;
|
|
552
|
+
managementExperience: ManagementExperience;
|
|
553
|
+
position: Scalars['String']['output'];
|
|
554
|
+
primaryGeography: Maybe<Scalars['Unknown']['output']>;
|
|
555
|
+
reportingTo: Array<Maybe<Scalars['Unknown']['output']>>;
|
|
556
|
+
showViaToptal: Scalars['Boolean']['output'];
|
|
557
|
+
skills: SkillConnection;
|
|
558
|
+
startDate: Scalars['Int']['output'];
|
|
559
|
+
};
|
|
560
|
+
export type EmploymentConnection = {
|
|
561
|
+
nodes: Array<Maybe<Employment>>;
|
|
562
|
+
};
|
|
563
|
+
export type EngagementAdditionalInfo = {
|
|
564
|
+
status: Maybe<Scalars['String']['output']>;
|
|
565
|
+
};
|
|
566
|
+
export type EngagementAgreement = {
|
|
567
|
+
applicationRate: Scalars['String']['output'];
|
|
568
|
+
commitment: CommitmentType;
|
|
569
|
+
marketplaceMargin: Maybe<Scalars['Unknown']['output']>;
|
|
570
|
+
talentHourlyRate: Scalars['String']['output'];
|
|
571
|
+
talentRate: Scalars['String']['output'];
|
|
572
|
+
timePeriod: Scalars['String']['output'];
|
|
573
|
+
};
|
|
574
|
+
export type EngagementBillCycle = {
|
|
575
|
+
verbose: Scalars['String']['output'];
|
|
576
|
+
};
|
|
577
|
+
export type EngagementBreakCancelPayload = MutationResult & {
|
|
578
|
+
errors: Maybe<Array<Maybe<UserError>>>;
|
|
579
|
+
success: Scalars['Boolean']['output'];
|
|
580
|
+
};
|
|
581
|
+
export type EngagementBreakOps = {
|
|
582
|
+
cancel: Maybe<EngagementBreakCancelPayload>;
|
|
583
|
+
reschedule: Maybe<EngagementBreakReschedulePayload>;
|
|
584
|
+
};
|
|
585
|
+
export type EngagementBreakOpsCancelArgs = {
|
|
586
|
+
input: InputMaybe<Scalars['Unknown']['input']>;
|
|
587
|
+
};
|
|
588
|
+
export type EngagementBreakOpsRescheduleArgs = {
|
|
589
|
+
input: InputMaybe<Scalars['Unknown']['input']>;
|
|
590
|
+
};
|
|
591
|
+
export type EngagementBreakReschedulePayload = MutationResult & {
|
|
592
|
+
errors: Maybe<Array<Maybe<UserError>>>;
|
|
593
|
+
success: Scalars['Boolean']['output'];
|
|
594
|
+
};
|
|
595
|
+
export type EngagementCreateBreakPayload = MutationResult & {
|
|
596
|
+
errors: Maybe<Array<Maybe<UserError>>>;
|
|
597
|
+
success: Scalars['Boolean']['output'];
|
|
598
|
+
};
|
|
599
|
+
export type EngagementDeliveryModelIdentifier = 'CORE' | 'EXPERT_CROWD' | 'MARKETPLACE' | 'TOPTAL_RECRUIT';
|
|
600
|
+
export type EngagementOperations = {
|
|
601
|
+
scheduleEngagementBreak: EngagementOperationsScheduleEngagementBreak;
|
|
602
|
+
};
|
|
603
|
+
export type EngagementOperationsScheduleEngagementBreak = {
|
|
604
|
+
callable: Scalars['String']['output'];
|
|
605
|
+
};
|
|
606
|
+
export type EngagementOps = {
|
|
607
|
+
createBreak: Maybe<EngagementCreateBreakPayload>;
|
|
608
|
+
proposeEndDate: Maybe<MutationResult>;
|
|
609
|
+
};
|
|
610
|
+
export type EngagementOpsCreateBreakArgs = {
|
|
611
|
+
input: InputMaybe<Scalars['Unknown']['input']>;
|
|
612
|
+
};
|
|
613
|
+
export type EngagementOpsProposeEndDateArgs = {
|
|
614
|
+
input: InputMaybe<Scalars['Unknown']['input']>;
|
|
615
|
+
};
|
|
616
|
+
export type EngagementRatePeriodEnum = 'HOUR' | 'WEEK';
|
|
617
|
+
export type EngagementStatusEnum = 'ACTIVE' | 'COMPLETED';
|
|
618
|
+
export type EngagementTrialStatusEnum = 'CANCELED' | 'EXPIRED' | 'PENDING' | 'REJECTED' | 'SUCCESSFUL';
|
|
619
|
+
export type EnrollInLearningProgramPayload = MutationResult & {
|
|
620
|
+
errors: Maybe<Array<Maybe<UserError>>>;
|
|
621
|
+
success: Scalars['Boolean']['output'];
|
|
622
|
+
};
|
|
623
|
+
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';
|
|
624
|
+
export type FeedbackReason = {
|
|
625
|
+
identifier: Scalars['String']['output'];
|
|
626
|
+
nameForRole: Scalars['String']['output'];
|
|
627
|
+
};
|
|
628
|
+
export type HideCommunitySlackChannelRecommendationInput = {
|
|
629
|
+
_placeholder: InputMaybe<Scalars['String']['input']>;
|
|
630
|
+
};
|
|
631
|
+
export type HideCommunitySlackChannelRecommendationPayload = MutationResult & {
|
|
632
|
+
errors: Maybe<Array<Maybe<UserError>>>;
|
|
633
|
+
success: Scalars['Boolean']['output'];
|
|
634
|
+
};
|
|
635
|
+
export type HireMeBanner = {
|
|
636
|
+
enabled: Scalars['Boolean']['output'];
|
|
637
|
+
experimentVariant: Scalars['String']['output'];
|
|
638
|
+
personalWebsiteUrl: Scalars['String']['output'];
|
|
639
|
+
referralUrl: Scalars['String']['output'];
|
|
640
|
+
submitted: Scalars['Boolean']['output'];
|
|
641
|
+
verificationStatus: Scalars['String']['output'];
|
|
642
|
+
verifiedCount: Scalars['Int']['output'];
|
|
643
|
+
};
|
|
644
|
+
export type HourlyRate = {
|
|
645
|
+
budgetFit: Scalars['String']['output'];
|
|
646
|
+
};
|
|
647
|
+
export type HourlyRateFilter = {
|
|
648
|
+
budgetFit: InputMaybe<Scalars['Unknown']['input']>;
|
|
649
|
+
};
|
|
650
|
+
export type Industry = Node & {
|
|
651
|
+
id: Scalars['ID']['output'];
|
|
652
|
+
name: Scalars['String']['output'];
|
|
653
|
+
};
|
|
654
|
+
export type IndustryConnection = {
|
|
655
|
+
nodes: Array<Maybe<Industry>>;
|
|
656
|
+
totalCount: Scalars['Int']['output'];
|
|
657
|
+
};
|
|
658
|
+
export type IndustryConnections = {
|
|
659
|
+
nodes: Array<Maybe<Employment>>;
|
|
660
|
+
};
|
|
661
|
+
export type IndustryConnectionsCreateInput = {
|
|
662
|
+
industryId: Scalars['String']['input'];
|
|
663
|
+
profileItems: Array<InputMaybe<Scalars['Unknown']['input']>>;
|
|
664
|
+
};
|
|
665
|
+
export type InterviewAcceptPayload = MutationResult & {
|
|
666
|
+
errors: Maybe<Array<Maybe<UserError>>>;
|
|
667
|
+
success: Scalars['Boolean']['output'];
|
|
668
|
+
};
|
|
669
|
+
export type InterviewContext = {
|
|
670
|
+
subject: Maybe<Scalars['Unknown']['output']>;
|
|
671
|
+
};
|
|
672
|
+
export type InterviewGuideSectionIdentifierEnum = 'ASK_YOUR_CLIENT' | 'GAPS' | 'JOB_HIGHLIGHTS' | 'POTENTIAL_QUESTIONS' | 'PRO_TIPS' | 'STRENGTHS';
|
|
673
|
+
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';
|
|
674
|
+
export type InterviewKindEnum = 'EXTERNAL' | 'INTERNAL';
|
|
675
|
+
export type InterviewOps = {
|
|
676
|
+
accept: Maybe<InterviewAcceptPayload>;
|
|
677
|
+
changeTalentNotes: Maybe<MutationResult>;
|
|
678
|
+
reject: Maybe<InterviewRejectPayload>;
|
|
679
|
+
};
|
|
680
|
+
export type InterviewOpsAcceptArgs = {
|
|
681
|
+
input: InputMaybe<Scalars['Unknown']['input']>;
|
|
682
|
+
};
|
|
683
|
+
export type InterviewOpsChangeTalentNotesArgs = {
|
|
684
|
+
input: InterviewTalentNotesInput;
|
|
685
|
+
};
|
|
686
|
+
export type InterviewOpsRejectArgs = {
|
|
687
|
+
input: InputMaybe<Scalars['Unknown']['input']>;
|
|
688
|
+
};
|
|
689
|
+
export type InterviewRejectPayload = MutationResult & {
|
|
690
|
+
errors: Maybe<Array<Maybe<UserError>>>;
|
|
691
|
+
success: Scalars['Boolean']['output'];
|
|
692
|
+
};
|
|
693
|
+
export type InterviewRejectReason = {
|
|
694
|
+
commentRequired: Scalars['Boolean']['output'];
|
|
695
|
+
identifier: Scalars['String']['output'];
|
|
696
|
+
label: Scalars['String']['output'];
|
|
697
|
+
};
|
|
698
|
+
export type InterviewStatusEnum = 'ACCEPTED' | 'MISSED' | 'PENDING' | 'REJECTED' | 'SCHEDULED' | 'TIME_ACCEPTED' | 'TIME_REJECTED';
|
|
699
|
+
export type InterviewTalentNotesInput = {
|
|
700
|
+
_placeholder: InputMaybe<Scalars['String']['input']>;
|
|
701
|
+
};
|
|
702
|
+
export type InterviewTalentNotesPayload = MutationResult & {
|
|
703
|
+
errors: Maybe<Array<Maybe<UserError>>>;
|
|
704
|
+
success: Scalars['Boolean']['output'];
|
|
705
|
+
};
|
|
706
|
+
export type JobActivityItemStatus = {
|
|
707
|
+
raw: Scalars['String']['output'];
|
|
708
|
+
slug: Scalars['String']['output'];
|
|
709
|
+
value: Scalars['String']['output'];
|
|
710
|
+
verbose: Scalars['String']['output'];
|
|
711
|
+
};
|
|
712
|
+
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';
|
|
713
|
+
export type JobActivityItemStatusGroup = {
|
|
714
|
+
value: Scalars['String']['output'];
|
|
715
|
+
verbose: Scalars['String']['output'];
|
|
716
|
+
};
|
|
717
|
+
export type JobActivityItemStatusGroupEnum = 'ACTIVE_ENGAGEMENT' | 'ARCHIVED' | 'CLOSED_ENGAGEMENT' | 'ON_CLIENT_REVIEW' | 'ON_RECRUITER_REVIEW';
|
|
718
|
+
export type JobActivityList = {
|
|
719
|
+
entities: Array<Maybe<TalentJobActivityItem>>;
|
|
720
|
+
ids: Array<Maybe<Scalars['ID']['output']>>;
|
|
721
|
+
totalCount: Scalars['Int']['output'];
|
|
722
|
+
};
|
|
723
|
+
export type JobAlertsSubscriptionEnum = 'ALL' | 'MATCHED' | 'NONE';
|
|
724
|
+
export type JobApplication = Node & {
|
|
725
|
+
id: Scalars['ID']['output'];
|
|
726
|
+
requestedHourlyRate: Money;
|
|
727
|
+
};
|
|
728
|
+
export type JobApplyPayload = MutationResult & {
|
|
729
|
+
errors: Maybe<Array<Maybe<UserError>>>;
|
|
730
|
+
success: Scalars['Boolean']['output'];
|
|
731
|
+
};
|
|
732
|
+
export type JobClearInterestStatusPayload = MutationResult & {
|
|
733
|
+
errors: Maybe<Array<Maybe<UserError>>>;
|
|
734
|
+
success: Scalars['Boolean']['output'];
|
|
735
|
+
};
|
|
736
|
+
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';
|
|
737
|
+
export type JobEstimatedLength = {
|
|
738
|
+
enumValue: Scalars['String']['output'];
|
|
739
|
+
};
|
|
740
|
+
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';
|
|
741
|
+
export type JobExpertiseAnswerInput = {
|
|
742
|
+
other: InputMaybe<Scalars['Unknown']['input']>;
|
|
743
|
+
questionId: Scalars['String']['input'];
|
|
744
|
+
subjectId: InputMaybe<Scalars['Unknown']['input']>;
|
|
745
|
+
};
|
|
746
|
+
export type JobHiringStatus = {
|
|
747
|
+
hiredCount: Scalars['Int']['output'];
|
|
748
|
+
hiringStatus: Scalars['String']['output'];
|
|
749
|
+
hiringStatusColor: Scalars['String']['output'];
|
|
750
|
+
verbose: Maybe<Scalars['String']['output']>;
|
|
751
|
+
};
|
|
752
|
+
export type JobHiringStatusEnum = 'ACCEPTING_APPLICATIONS' | 'ALREADY_INTERVIEWING' | 'BE_FIRST_TO_APPLY' | 'CANDIDATES_INTRODUCED_TO_CLIENT' | 'FULFILLED' | 'INELIGIBLE' | 'REVIEWING_APPLICATIONS';
|
|
753
|
+
export type JobIndustriesConnection = {
|
|
754
|
+
edges: Array<Maybe<JobIndustryEdge>>;
|
|
755
|
+
};
|
|
756
|
+
export type JobIndustryEdge = {
|
|
757
|
+
node: Industry;
|
|
758
|
+
};
|
|
759
|
+
export type JobList = {
|
|
760
|
+
entities: Array<Maybe<TalentJob>>;
|
|
761
|
+
ids: Array<Maybe<Scalars['ID']['output']>>;
|
|
762
|
+
totalCount: Scalars['Int']['output'];
|
|
763
|
+
unfilteredTotalCount: Scalars['Int']['output'];
|
|
764
|
+
};
|
|
765
|
+
export type JobMarkNotInterestedPayload = MutationResult & {
|
|
766
|
+
errors: Maybe<Array<Maybe<UserError>>>;
|
|
767
|
+
success: Scalars['Boolean']['output'];
|
|
768
|
+
};
|
|
769
|
+
export type JobMarkSavedPayload = MutationResult & {
|
|
770
|
+
errors: Maybe<Array<Maybe<UserError>>>;
|
|
771
|
+
success: Scalars['Boolean']['output'];
|
|
772
|
+
};
|
|
773
|
+
export type JobMarkViewedInput = {
|
|
774
|
+
_placeholder: InputMaybe<Scalars['String']['input']>;
|
|
775
|
+
};
|
|
776
|
+
export type JobMarkViewedPayload = MutationResult & {
|
|
777
|
+
errors: Maybe<Array<Maybe<UserError>>>;
|
|
778
|
+
success: Scalars['Boolean']['output'];
|
|
779
|
+
};
|
|
780
|
+
export type JobOperations = {
|
|
781
|
+
apply: JobOperationsApply;
|
|
782
|
+
markSaved: Operation;
|
|
783
|
+
};
|
|
784
|
+
export type JobOperationsApply = {
|
|
785
|
+
errors: Array<Maybe<JobOperationsApplyError>>;
|
|
786
|
+
};
|
|
787
|
+
export type JobOperationsApplyError = {
|
|
788
|
+
code: Scalars['String']['output'];
|
|
789
|
+
message: Scalars['String']['output'];
|
|
790
|
+
};
|
|
791
|
+
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';
|
|
792
|
+
export type JobOps = {
|
|
793
|
+
apply: Maybe<JobApplyPayload>;
|
|
794
|
+
clearInterestStatus: Maybe<JobClearInterestStatusPayload>;
|
|
795
|
+
markNotInterested: Maybe<JobMarkNotInterestedPayload>;
|
|
796
|
+
markSaved: Maybe<JobMarkSavedPayload>;
|
|
797
|
+
markViewed: Maybe<JobMarkViewedPayload>;
|
|
798
|
+
startIdVerification: Maybe<TalentStartIdVerificationPayload>;
|
|
799
|
+
};
|
|
800
|
+
export type JobOpsApplyArgs = {
|
|
801
|
+
input: InputMaybe<Scalars['Unknown']['input']>;
|
|
802
|
+
};
|
|
803
|
+
export type JobOpsClearInterestStatusArgs = {
|
|
804
|
+
input: InputMaybe<Scalars['Unknown']['input']>;
|
|
805
|
+
};
|
|
806
|
+
export type JobOpsMarkNotInterestedArgs = {
|
|
807
|
+
input: InputMaybe<Scalars['Unknown']['input']>;
|
|
808
|
+
};
|
|
809
|
+
export type JobOpsMarkSavedArgs = {
|
|
810
|
+
input: InputMaybe<Scalars['Unknown']['input']>;
|
|
811
|
+
};
|
|
812
|
+
export type JobOpsMarkViewedArgs = {
|
|
813
|
+
input: InputMaybe<Scalars['Unknown']['input']>;
|
|
814
|
+
};
|
|
815
|
+
export type JobOpsStartIdVerificationArgs = {
|
|
816
|
+
input: InputMaybe<Scalars['Unknown']['input']>;
|
|
817
|
+
};
|
|
818
|
+
export type JobPositionAnswer = Node & {
|
|
819
|
+
answer: Scalars['String']['output'];
|
|
820
|
+
id: Scalars['ID']['output'];
|
|
821
|
+
question: JobPositionQuestion;
|
|
822
|
+
};
|
|
823
|
+
export type JobPositionAnswerInput = {
|
|
824
|
+
answer: Scalars['String']['input'];
|
|
825
|
+
id: Scalars['String']['input'];
|
|
826
|
+
};
|
|
827
|
+
export type JobPositionAnswerInterfaceEnum = 'DISPLAY_HOURS_OVERLAP';
|
|
828
|
+
export type JobPositionQuestion = Node & {
|
|
829
|
+
id: Scalars['ID']['output'];
|
|
830
|
+
question: Scalars['String']['output'];
|
|
831
|
+
};
|
|
832
|
+
export type JobSkillSet = Node & {
|
|
833
|
+
id: Scalars['ID']['output'];
|
|
834
|
+
isOptional: Scalars['Boolean']['output'];
|
|
835
|
+
rating: Scalars['Int']['output'];
|
|
836
|
+
theSkill: Skill;
|
|
837
|
+
};
|
|
838
|
+
export type JobSkillSetEdge = {
|
|
839
|
+
node: JobSkillSet;
|
|
840
|
+
};
|
|
841
|
+
export type JobSkillSetsConnection = {
|
|
842
|
+
edges: Array<Maybe<JobSkillSetEdge>>;
|
|
843
|
+
};
|
|
844
|
+
export type JobSpecialization = {
|
|
845
|
+
title: Scalars['String']['output'];
|
|
846
|
+
};
|
|
847
|
+
export type JobTimeZone = {
|
|
848
|
+
hoursOverlap: Maybe<Scalars['Int']['output']>;
|
|
849
|
+
recommendedHoursOverlap: Scalars['Int']['output'];
|
|
850
|
+
timeZone: TimeZone;
|
|
851
|
+
verbose: Scalars['String']['output'];
|
|
852
|
+
workingHoursAreApproximate: Scalars['Boolean']['output'];
|
|
853
|
+
workingTimeFrom: Scalars['String']['output'];
|
|
854
|
+
workingTimeTo: Scalars['String']['output'];
|
|
855
|
+
};
|
|
856
|
+
export type JobUnmarkNotInterestedPayload = MutationResult & {
|
|
857
|
+
errors: Maybe<Array<Maybe<UserError>>>;
|
|
858
|
+
success: Scalars['Boolean']['output'];
|
|
859
|
+
};
|
|
860
|
+
export type JobWorkType = {
|
|
861
|
+
slug: Scalars['String']['output'];
|
|
862
|
+
};
|
|
863
|
+
export type JobWorkTypeSlug = 'MIXED' | 'ONSITE' | 'RECRUITING' | 'REMOTE';
|
|
864
|
+
export type KeyValueStrings = {
|
|
865
|
+
key: Scalars['String']['output'];
|
|
866
|
+
value: Scalars['String']['output'];
|
|
867
|
+
};
|
|
868
|
+
export type Language = Node & {
|
|
869
|
+
id: Scalars['ID']['output'];
|
|
870
|
+
name: Scalars['String']['output'];
|
|
871
|
+
};
|
|
872
|
+
export type LearningProgramMutations = {
|
|
873
|
+
enroll: Maybe<MutationResult>;
|
|
874
|
+
};
|
|
875
|
+
export type LearningProgramMutationsEnrollArgs = {
|
|
876
|
+
input: InputMaybe<Scalars['Unknown']['input']>;
|
|
877
|
+
};
|
|
878
|
+
export type ManagementExperience = {
|
|
879
|
+
reportsRange: Maybe<Scalars['String']['output']>;
|
|
880
|
+
};
|
|
881
|
+
export type MarkAsPreferredPaymentOptionInput = {
|
|
882
|
+
_placeholder: InputMaybe<Scalars['String']['input']>;
|
|
883
|
+
};
|
|
884
|
+
export type MarkAsPreferredPaymentOptionPayload = MutationResult & {
|
|
885
|
+
errors: Maybe<Array<Maybe<UserError>>>;
|
|
886
|
+
success: Scalars['Boolean']['output'];
|
|
887
|
+
};
|
|
888
|
+
export type MarkJobsAsViewedInput = {
|
|
889
|
+
_placeholder: InputMaybe<Scalars['String']['input']>;
|
|
890
|
+
};
|
|
891
|
+
export type MarkJobsAsViewedPayload = MutationResult & {
|
|
892
|
+
errors: Maybe<Array<Maybe<UserError>>>;
|
|
893
|
+
success: Scalars['Boolean']['output'];
|
|
894
|
+
};
|
|
895
|
+
export type MarkMarketplaceMigrationNotificationSeenPayload = MutationResult & {
|
|
896
|
+
errors: Maybe<Array<Maybe<UserError>>>;
|
|
897
|
+
success: Scalars['Boolean']['output'];
|
|
898
|
+
};
|
|
899
|
+
export type MarkSeenFirstJobNotificationPayload = MutationResult & {
|
|
900
|
+
errors: Maybe<Array<Maybe<UserError>>>;
|
|
901
|
+
success: Scalars['Boolean']['output'];
|
|
902
|
+
};
|
|
903
|
+
export type MemorandumBalanceEnum = 'CREDIT' | 'DEBIT';
|
|
904
|
+
export type MemorandumsConnection = {
|
|
905
|
+
nodes: Array<Maybe<Scalars['Unknown']['output']>>;
|
|
906
|
+
};
|
|
907
|
+
export type MinimumCommitmentInapplicableReason = 'HAS_BREAK' | 'IS_TRIAL' | 'NOT_FULL_LENGTH';
|
|
908
|
+
export type MobileAccess = {
|
|
909
|
+
deviceType: Scalars['String']['output'];
|
|
910
|
+
startedAt: Scalars['DateTime']['output'];
|
|
911
|
+
};
|
|
912
|
+
export type MobileAnnouncement = Node & {
|
|
913
|
+
destination: MobileAnnouncementDestination;
|
|
914
|
+
id: Scalars['ID']['output'];
|
|
915
|
+
style: Scalars['String']['output'];
|
|
916
|
+
summary: Scalars['String']['output'];
|
|
917
|
+
};
|
|
918
|
+
export type MobileAnnouncementDestination = MobileExternalLink | MobileTopTip;
|
|
919
|
+
export type MobileAnnouncementStyleEnum = 'IMPORTANT' | 'REGULAR' | 'YEAR_IN_REVIEW';
|
|
920
|
+
export type MobileAppSetting = {
|
|
921
|
+
hasSeenJobOfferDiclaimer: Scalars['Boolean']['output'];
|
|
922
|
+
};
|
|
923
|
+
export type MobileAppSubmitFeedbackPayload = MutationResult & {
|
|
924
|
+
errors: Maybe<Array<Maybe<UserError>>>;
|
|
925
|
+
success: Scalars['Boolean']['output'];
|
|
926
|
+
};
|
|
927
|
+
export type MobileAppViewJobOfferDisclaimerPayload = MutationResult & {
|
|
928
|
+
errors: Maybe<Array<Maybe<UserError>>>;
|
|
929
|
+
success: Scalars['Boolean']['output'];
|
|
930
|
+
};
|
|
931
|
+
export type MobileExternalLink = {
|
|
932
|
+
externalUrl: Maybe<Scalars['String']['output']>;
|
|
933
|
+
};
|
|
934
|
+
export type MobileFeedbackFeatureEnum = '_UNKNOWN';
|
|
935
|
+
export type MobileFeedbackQuestion = MobileFeedbackQuestionEmojiRating;
|
|
936
|
+
export type MobileFeedbackQuestionEmojiRating = {
|
|
937
|
+
label: Maybe<Scalars['String']['output']>;
|
|
938
|
+
options: Maybe<Array<MobileFeedbackQuestionEmojiRatingOption>>;
|
|
939
|
+
};
|
|
940
|
+
export type MobileFeedbackQuestionEmojiRatingOption = {
|
|
941
|
+
label: Maybe<Scalars['String']['output']>;
|
|
942
|
+
value: Maybe<Scalars['String']['output']>;
|
|
943
|
+
};
|
|
944
|
+
export type MobileStoryPageContent = MobileStoryPageContentBadge | MobileStoryPageContentChart | MobileStoryPageContentMetric | MobileStoryPageContentYearsAtToptal;
|
|
945
|
+
export type MobileStoryPageContentBadge = {
|
|
946
|
+
badges: Maybe<Array<Badge>>;
|
|
947
|
+
subtitle: Maybe<Scalars['String']['output']>;
|
|
948
|
+
};
|
|
949
|
+
export type MobileStoryPageContentChart = {
|
|
950
|
+
color: Maybe<Scalars['String']['output']>;
|
|
951
|
+
data: Maybe<Array<MobileStoryPageContentChartDataPoint>>;
|
|
952
|
+
kind: Maybe<Scalars['String']['output']>;
|
|
953
|
+
secondaryColor: Maybe<Scalars['String']['output']>;
|
|
954
|
+
summary: Maybe<Scalars['String']['output']>;
|
|
955
|
+
title: Maybe<Scalars['String']['output']>;
|
|
956
|
+
};
|
|
957
|
+
export type MobileStoryPageContentChartDataPoint = {
|
|
958
|
+
date: Maybe<Scalars['String']['output']>;
|
|
959
|
+
value: Maybe<Scalars['BigDecimal']['output']>;
|
|
960
|
+
};
|
|
961
|
+
export type MobileStoryPageContentChartKind = 'BAR' | 'LINE';
|
|
962
|
+
export type MobileStoryPageContentMetric = {
|
|
963
|
+
metric: Maybe<Scalars['String']['output']>;
|
|
964
|
+
metricUnit: Maybe<Scalars['String']['output']>;
|
|
965
|
+
subtitle: Maybe<Scalars['String']['output']>;
|
|
966
|
+
};
|
|
967
|
+
export type MobileStoryPageContentYearsAtToptal = {
|
|
968
|
+
yearsAtToptal: Maybe<Scalars['Int']['output']>;
|
|
969
|
+
};
|
|
970
|
+
export type MobileTopTip = Node & {
|
|
971
|
+
id: Scalars['ID']['output'];
|
|
972
|
+
imageUrls: Array<Maybe<Scalars['String']['output']>>;
|
|
973
|
+
textMd: Scalars['String']['output'];
|
|
974
|
+
title: Scalars['String']['output'];
|
|
975
|
+
};
|
|
976
|
+
export type Money = {
|
|
977
|
+
decimal: Scalars['String']['output'];
|
|
978
|
+
verbose: Scalars['String']['output'];
|
|
979
|
+
};
|
|
980
|
+
export type Mutation = {
|
|
981
|
+
acceptFreelanceTalentAgreement: Maybe<MutationResult>;
|
|
982
|
+
acceptGigReachOut: Maybe<MutationResult>;
|
|
983
|
+
acknowledgeAllTalentBadges: Maybe<MutationResult>;
|
|
984
|
+
addProfileIndustryConnections: Maybe<MutationResult>;
|
|
985
|
+
auth: Maybe<AuthOps>;
|
|
986
|
+
availabilityRequest: Maybe<AvailabilityRequestOps>;
|
|
987
|
+
bookingPage: Maybe<BookingPageMutations>;
|
|
988
|
+
calendar: Maybe<CalendarMutations>;
|
|
989
|
+
calendarAuth: Maybe<CalendarAuthMutations>;
|
|
990
|
+
coachingEngagement: Maybe<CoachingEngagementMutations>;
|
|
991
|
+
codeOfConduct: Maybe<CodeOfConductMutations>;
|
|
992
|
+
communityEvent: Maybe<CommunityEventOps>;
|
|
993
|
+
completeConsultationsTraining: Maybe<MutationResult>;
|
|
994
|
+
completeConsultingOnboarding: Maybe<MutationResult>;
|
|
995
|
+
completeConsultingTraining: Maybe<MutationResult>;
|
|
996
|
+
createCommunityLeaderApplication: Maybe<MutationResult>;
|
|
997
|
+
createTopChatConversation: Maybe<MutationResult>;
|
|
998
|
+
createTopChatUpload: Maybe<MutationResult>;
|
|
999
|
+
engagement: Maybe<EngagementOps>;
|
|
1000
|
+
engagementBreak: Maybe<EngagementBreakOps>;
|
|
1001
|
+
hideCommunitySlackChannelRecommendation: Maybe<MutationResult>;
|
|
1002
|
+
interview: Maybe<InterviewOps>;
|
|
1003
|
+
job: Maybe<JobOps>;
|
|
1004
|
+
learningProgram: Maybe<LearningProgramMutations>;
|
|
1005
|
+
markJobsAsViewed: Maybe<MutationResult>;
|
|
1006
|
+
mobileAppSubmitFeedback: Maybe<MutationResult>;
|
|
1007
|
+
mobileAppViewJobOfferDisclaimer: Maybe<MutationResult>;
|
|
1008
|
+
notificationSetting: Maybe<NotificationSettingOps>;
|
|
1009
|
+
paymentOption: Maybe<PaymentOptionMutations>;
|
|
1010
|
+
preliminarySearchSetting: Maybe<PreliminarySearchSettingOps>;
|
|
1011
|
+
quiz: Maybe<QuizMutations>;
|
|
1012
|
+
recordDeviceData: Maybe<RecordDeviceDataPayload>;
|
|
1013
|
+
recordLocation: Maybe<MutationResult>;
|
|
1014
|
+
referralizeUrl: Maybe<MutationResult>;
|
|
1015
|
+
rejectGigReachOut: Maybe<MutationResult>;
|
|
1016
|
+
removeProfileSkillSet: Maybe<RemoveProfileSkillSetPayload>;
|
|
1017
|
+
revokeSlackApplicationToken: Maybe<MutationResult>;
|
|
1018
|
+
saveProfileSkillSetsAndConnections: Maybe<SaveProfileSkillSetsAndConnectionsPayload>;
|
|
1019
|
+
searchFilters: Maybe<SearchFiltersOps>;
|
|
1020
|
+
searchSubscription: Maybe<SearchSubscriptionOps>;
|
|
1021
|
+
sendReferralEmail: Maybe<SendReferralEmailPayload>;
|
|
1022
|
+
shortenUrl: Maybe<MutationResult>;
|
|
1023
|
+
specialization: Maybe<SpecializationMutations>;
|
|
1024
|
+
submitGigFeedback: Maybe<MutationResult>;
|
|
1025
|
+
submitTimesheet: Maybe<SubmitTimesheetPayload>;
|
|
1026
|
+
surveys: Maybe<SurveysOps>;
|
|
1027
|
+
switchMobileRole: Maybe<SwitchMobileRolePayload>;
|
|
1028
|
+
switchRole: Maybe<MutationResult>;
|
|
1029
|
+
talentPortalSetting: Maybe<TalentPortalSettingMutations>;
|
|
1030
|
+
talentVideoPitch: Maybe<TalentVideoPitchMutations>;
|
|
1031
|
+
termsOfService: Maybe<TermsOfServiceMutations>;
|
|
1032
|
+
tokens: Maybe<ApnTokensOps>;
|
|
1033
|
+
updateConsultingRate: Maybe<MutationResult>;
|
|
1034
|
+
updateMeetingHours: Maybe<MutationResult>;
|
|
1035
|
+
updateProfileIndustryConnections: Maybe<MutationResult>;
|
|
1036
|
+
updateProfileSkillSetPublicities: Maybe<MutationResult>;
|
|
1037
|
+
updateTimesheet: Maybe<NotificationSettingUpdateTimesheetReminderPayload>;
|
|
1038
|
+
updateWorkingHours: Maybe<MutationResult>;
|
|
1039
|
+
uploadTimesheet: Maybe<MutationResult>;
|
|
1040
|
+
viewerRole: Maybe<ViewerRoleOps>;
|
|
1041
|
+
};
|
|
1042
|
+
export type MutationAcceptFreelanceTalentAgreementArgs = {
|
|
1043
|
+
input: AcceptFreelanceTalentAgreementInput;
|
|
1044
|
+
};
|
|
1045
|
+
export type MutationAcceptGigReachOutArgs = {
|
|
1046
|
+
input: InputMaybe<Scalars['Unknown']['input']>;
|
|
1047
|
+
};
|
|
1048
|
+
export type MutationAcknowledgeAllTalentBadgesArgs = {
|
|
1049
|
+
input: InputMaybe<Scalars['Unknown']['input']>;
|
|
1050
|
+
};
|
|
1051
|
+
export type MutationAddProfileIndustryConnectionsArgs = {
|
|
1052
|
+
input: AddProfileIndustryConnectionsInput;
|
|
1053
|
+
};
|
|
1054
|
+
export type MutationAvailabilityRequestArgs = {
|
|
1055
|
+
id: Scalars['ID']['input'];
|
|
1056
|
+
};
|
|
1057
|
+
export type MutationBookingPageArgs = {
|
|
1058
|
+
slug: Scalars['String']['input'];
|
|
1059
|
+
};
|
|
1060
|
+
export type MutationCalendarArgs = {
|
|
1061
|
+
id: Scalars['ID']['input'];
|
|
1062
|
+
};
|
|
1063
|
+
export type MutationCalendarAuthArgs = {
|
|
1064
|
+
id: Scalars['ID']['input'];
|
|
1065
|
+
};
|
|
1066
|
+
export type MutationCodeOfConductArgs = {
|
|
1067
|
+
id: Scalars['ID']['input'];
|
|
1068
|
+
};
|
|
1069
|
+
export type MutationCommunityEventArgs = {
|
|
1070
|
+
id: Scalars['ID']['input'];
|
|
1071
|
+
};
|
|
1072
|
+
export type MutationCompleteConsultationsTrainingArgs = {
|
|
1073
|
+
input: InputMaybe<Scalars['Unknown']['input']>;
|
|
1074
|
+
};
|
|
1075
|
+
export type MutationCompleteConsultingOnboardingArgs = {
|
|
1076
|
+
input: CompleteTalentConsultingOnboardingInput;
|
|
1077
|
+
};
|
|
1078
|
+
export type MutationCompleteConsultingTrainingArgs = {
|
|
1079
|
+
input: InputMaybe<Scalars['Unknown']['input']>;
|
|
1080
|
+
};
|
|
1081
|
+
export type MutationCreateCommunityLeaderApplicationArgs = {
|
|
1082
|
+
input: CreateCommunityLeaderApplicationInput;
|
|
1083
|
+
};
|
|
1084
|
+
export type MutationCreateTopChatConversationArgs = {
|
|
1085
|
+
input: CreateTopChatConversationInput;
|
|
1086
|
+
};
|
|
1087
|
+
export type MutationCreateTopChatUploadArgs = {
|
|
1088
|
+
input: InputMaybe<Scalars['Unknown']['input']>;
|
|
1089
|
+
};
|
|
1090
|
+
export type MutationEngagementArgs = {
|
|
1091
|
+
id: Scalars['ID']['input'];
|
|
1092
|
+
};
|
|
1093
|
+
export type MutationEngagementBreakArgs = {
|
|
1094
|
+
id: Scalars['ID']['input'];
|
|
1095
|
+
};
|
|
1096
|
+
export type MutationHideCommunitySlackChannelRecommendationArgs = {
|
|
1097
|
+
input: HideCommunitySlackChannelRecommendationInput;
|
|
1098
|
+
};
|
|
1099
|
+
export type MutationInterviewArgs = {
|
|
1100
|
+
id: Scalars['ID']['input'];
|
|
1101
|
+
};
|
|
1102
|
+
export type MutationJobArgs = {
|
|
1103
|
+
id: Scalars['ID']['input'];
|
|
1104
|
+
};
|
|
1105
|
+
export type MutationMarkJobsAsViewedArgs = {
|
|
1106
|
+
input: MarkJobsAsViewedInput;
|
|
1107
|
+
};
|
|
1108
|
+
export type MutationMobileAppSubmitFeedbackArgs = {
|
|
1109
|
+
input: InputMaybe<Scalars['Unknown']['input']>;
|
|
1110
|
+
};
|
|
1111
|
+
export type MutationMobileAppViewJobOfferDisclaimerArgs = {
|
|
1112
|
+
input: InputMaybe<Scalars['Unknown']['input']>;
|
|
1113
|
+
};
|
|
1114
|
+
export type MutationQuizArgs = {
|
|
1115
|
+
id: Scalars['ID']['input'];
|
|
1116
|
+
};
|
|
1117
|
+
export type MutationRecordDeviceDataArgs = {
|
|
1118
|
+
input: InputMaybe<Scalars['Unknown']['input']>;
|
|
1119
|
+
};
|
|
1120
|
+
export type MutationRecordLocationArgs = {
|
|
1121
|
+
input: InputMaybe<Scalars['Unknown']['input']>;
|
|
1122
|
+
};
|
|
1123
|
+
export type MutationReferralizeUrlArgs = {
|
|
1124
|
+
input: ReferralizeUrlInput;
|
|
1125
|
+
};
|
|
1126
|
+
export type MutationRejectGigReachOutArgs = {
|
|
1127
|
+
input: InputMaybe<Scalars['Unknown']['input']>;
|
|
1128
|
+
};
|
|
1129
|
+
export type MutationRemoveProfileSkillSetArgs = {
|
|
1130
|
+
input: InputMaybe<Scalars['Unknown']['input']>;
|
|
1131
|
+
};
|
|
1132
|
+
export type MutationRevokeSlackApplicationTokenArgs = {
|
|
1133
|
+
input: RevokeSlackApplicationTokenInput;
|
|
1134
|
+
};
|
|
1135
|
+
export type MutationSaveProfileSkillSetsAndConnectionsArgs = {
|
|
1136
|
+
input: InputMaybe<Scalars['Unknown']['input']>;
|
|
1137
|
+
};
|
|
1138
|
+
export type MutationSendReferralEmailArgs = {
|
|
1139
|
+
input: InputMaybe<Scalars['Unknown']['input']>;
|
|
1140
|
+
};
|
|
1141
|
+
export type MutationShortenUrlArgs = {
|
|
1142
|
+
input: ShortenUrlInput;
|
|
1143
|
+
};
|
|
1144
|
+
export type MutationSpecializationArgs = {
|
|
1145
|
+
id: Scalars['ID']['input'];
|
|
1146
|
+
};
|
|
1147
|
+
export type MutationSubmitGigFeedbackArgs = {
|
|
1148
|
+
input: SubmitGigFeedbackInput;
|
|
1149
|
+
};
|
|
1150
|
+
export type MutationSubmitTimesheetArgs = {
|
|
1151
|
+
billingCycleId: Scalars['ID']['input'];
|
|
1152
|
+
};
|
|
1153
|
+
export type MutationSwitchMobileRoleArgs = {
|
|
1154
|
+
input: InputMaybe<Scalars['Unknown']['input']>;
|
|
1155
|
+
};
|
|
1156
|
+
export type MutationSwitchRoleArgs = {
|
|
1157
|
+
input: InputMaybe<Scalars['Unknown']['input']>;
|
|
1158
|
+
};
|
|
1159
|
+
export type MutationTermsOfServiceArgs = {
|
|
1160
|
+
id: Scalars['ID']['input'];
|
|
1161
|
+
};
|
|
1162
|
+
export type MutationUpdateConsultingRateArgs = {
|
|
1163
|
+
input: UpdateTalentConsultingRateInput;
|
|
1164
|
+
};
|
|
1165
|
+
export type MutationUpdateMeetingHoursArgs = {
|
|
1166
|
+
input: UpdateMeetingHoursInput;
|
|
1167
|
+
};
|
|
1168
|
+
export type MutationUpdateProfileIndustryConnectionsArgs = {
|
|
1169
|
+
input: InputMaybe<Scalars['Unknown']['input']>;
|
|
1170
|
+
};
|
|
1171
|
+
export type MutationUpdateProfileSkillSetPublicitiesArgs = {
|
|
1172
|
+
input: InputMaybe<Scalars['Unknown']['input']>;
|
|
1173
|
+
};
|
|
1174
|
+
export type MutationUpdateTimesheetArgs = {
|
|
1175
|
+
billingCycleId: Scalars['ID']['input'];
|
|
1176
|
+
comment: Scalars['String']['input'];
|
|
1177
|
+
timesheetRecords: Array<TimesheetRecordsInput>;
|
|
1178
|
+
};
|
|
1179
|
+
export type MutationUpdateWorkingHoursArgs = {
|
|
1180
|
+
input: UpdateWorkingHoursInput;
|
|
1181
|
+
};
|
|
1182
|
+
export type MutationUploadTimesheetArgs = {
|
|
1183
|
+
billingCycleId: Scalars['ID']['input'];
|
|
1184
|
+
input: Scalars['Upload']['input'];
|
|
1185
|
+
};
|
|
1186
|
+
export type MutationResult = {
|
|
1187
|
+
errors: Maybe<Array<Maybe<UserError>>>;
|
|
1188
|
+
success: Scalars['Boolean']['output'];
|
|
1189
|
+
};
|
|
1190
|
+
export type Node = {
|
|
1191
|
+
id: Scalars['ID']['output'];
|
|
1192
|
+
};
|
|
1193
|
+
export type NotificationCenterNotification = Node & {
|
|
1194
|
+
action: Maybe<Scalars['Unknown']['output']>;
|
|
1195
|
+
entity: NotificationEntity;
|
|
1196
|
+
icon: Scalars['String']['output'];
|
|
1197
|
+
id: Scalars['ID']['output'];
|
|
1198
|
+
kind: Scalars['String']['output'];
|
|
1199
|
+
label: Maybe<Scalars['Unknown']['output']>;
|
|
1200
|
+
notificationContext: Maybe<TitleSubtitleContext>;
|
|
1201
|
+
readAt: Maybe<Scalars['Unknown']['output']>;
|
|
1202
|
+
relevantAt: Scalars['DateTime']['output'];
|
|
1203
|
+
text: Scalars['String']['output'];
|
|
1204
|
+
};
|
|
1205
|
+
export type NotificationCenterNotificationLabelStyleEnum = 'INFORMATIONAL';
|
|
1206
|
+
export type NotificationConnection = {
|
|
1207
|
+
ids: Array<Maybe<Scalars['ID']['output']>>;
|
|
1208
|
+
nodes: Array<Maybe<NotificationCenterNotification>>;
|
|
1209
|
+
totalCount: Scalars['Int']['output'];
|
|
1210
|
+
};
|
|
1211
|
+
export type NotificationContext = AvailabilityRequestAnsweredAfterThresholdContext | BadgeContext | InterviewContext | TitleSubtitleContext;
|
|
1212
|
+
export type NotificationEntity = {
|
|
1213
|
+
entityId: Scalars['ID']['output'];
|
|
1214
|
+
kind: Scalars['String']['output'];
|
|
1215
|
+
};
|
|
1216
|
+
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';
|
|
1217
|
+
export type NotificationIconEnum = 'AWARD' | 'CANDIDATE_SENT' | 'COMMUNITY' | 'INFO' | 'INTERVIEW' | 'JOB_INFO' | 'JOB_REJECTED' | 'PAYMENT' | 'PAYMENT_DISPUTE' | 'REFERRAL' | 'SURVEY' | 'TALENT_ACCEPTED' | 'THUNDER' | 'TIMESHEET' | 'TRIAL';
|
|
1218
|
+
export type NotificationSetting = {
|
|
1219
|
+
jobAlertsMuteWhenUnavailable: Scalars['Boolean']['output'];
|
|
1220
|
+
jobAlertsSubscription: Scalars['String']['output'];
|
|
1221
|
+
smsForNewAvailabilityRequests: Scalars['Boolean']['output'];
|
|
1222
|
+
timesheetReminder: Maybe<Scalars['Unknown']['output']>;
|
|
1223
|
+
};
|
|
1224
|
+
export type NotificationSettingOps = {
|
|
1225
|
+
update: Maybe<NotificationSettingUpdatePayload>;
|
|
1226
|
+
updateTimesheetReminder: Maybe<NotificationSettingUpdateTimesheetReminderPayload>;
|
|
1227
|
+
};
|
|
1228
|
+
export type NotificationSettingOpsUpdateArgs = {
|
|
1229
|
+
input: InputMaybe<Scalars['Unknown']['input']>;
|
|
1230
|
+
};
|
|
1231
|
+
export type NotificationSettingOpsUpdateTimesheetReminderArgs = {
|
|
1232
|
+
input: InputMaybe<Scalars['Unknown']['input']>;
|
|
1233
|
+
};
|
|
1234
|
+
export type NotificationSettingUpdateInput = {
|
|
1235
|
+
_placeholder: InputMaybe<Scalars['String']['input']>;
|
|
1236
|
+
};
|
|
1237
|
+
export type NotificationSettingUpdatePayload = MutationResult & {
|
|
1238
|
+
errors: Maybe<Array<Maybe<UserError>>>;
|
|
1239
|
+
success: Scalars['Boolean']['output'];
|
|
1240
|
+
};
|
|
1241
|
+
export type NotificationSettingUpdateTimesheetReminderPayload = MutationResult & {
|
|
1242
|
+
errors: Maybe<Array<Maybe<UserError>>>;
|
|
1243
|
+
success: Scalars['Boolean']['output'];
|
|
1244
|
+
};
|
|
1245
|
+
export type Operation = {
|
|
1246
|
+
callable: Scalars['String']['output'];
|
|
1247
|
+
messages: Array<Maybe<Scalars['Unknown']['output']>>;
|
|
1248
|
+
};
|
|
1249
|
+
export type OperationCallableTypes = 'DISABLED' | 'ENABLED' | 'HIDDEN';
|
|
1250
|
+
export type PaymentFilter = {
|
|
1251
|
+
amount: InputMaybe<Scalars['Unknown']['input']>;
|
|
1252
|
+
clientIds: InputMaybe<Scalars['Unknown']['input']>;
|
|
1253
|
+
createdAt: InputMaybe<Scalars['Unknown']['input']>;
|
|
1254
|
+
createdOn: InputMaybe<Scalars['Unknown']['input']>;
|
|
1255
|
+
dueDate: InputMaybe<Scalars['Unknown']['input']>;
|
|
1256
|
+
engagementId: InputMaybe<Scalars['Unknown']['input']>;
|
|
1257
|
+
kind: InputMaybe<Scalars['Unknown']['input']>;
|
|
1258
|
+
status: InputMaybe<Scalars['Unknown']['input']>;
|
|
1259
|
+
};
|
|
1260
|
+
export type PaymentKindCategory = 'BONUS_PAYMENT' | 'REFERRAL_PAYMENT' | 'TALENT_PAYMENT';
|
|
1261
|
+
export type PaymentOptionMutations = {
|
|
1262
|
+
create: Maybe<CreateBecomeClientPayload>;
|
|
1263
|
+
markAsPreferred: Maybe<MutationResult>;
|
|
1264
|
+
update: Maybe<NotificationSettingUpdatePayload>;
|
|
1265
|
+
};
|
|
1266
|
+
export type PaymentOptionMutationsCreateArgs = {
|
|
1267
|
+
input: CreatePaymentOptionInput;
|
|
1268
|
+
};
|
|
1269
|
+
export type PaymentOptionMutationsMarkAsPreferredArgs = {
|
|
1270
|
+
input: MarkAsPreferredPaymentOptionInput;
|
|
1271
|
+
};
|
|
1272
|
+
export type PaymentOptionMutationsUpdateArgs = {
|
|
1273
|
+
input: UpdatePaymentOptionInput;
|
|
1274
|
+
};
|
|
1275
|
+
export type PaymentStatusFilter = {
|
|
1276
|
+
except: InputMaybe<Scalars['Unknown']['input']>;
|
|
1277
|
+
only: InputMaybe<Scalars['Unknown']['input']>;
|
|
1278
|
+
};
|
|
1279
|
+
export type PaymentsConnection = {
|
|
1280
|
+
ids: Array<Maybe<Scalars['ID']['output']>>;
|
|
1281
|
+
nodes: Array<Maybe<TalentPayment>>;
|
|
1282
|
+
summary: PaymentsSummary;
|
|
1283
|
+
};
|
|
1284
|
+
export type PaymentsSummary = {
|
|
1285
|
+
totalDisputed: Scalars['String']['output'];
|
|
1286
|
+
totalDue: Scalars['String']['output'];
|
|
1287
|
+
totalOnHold: Scalars['String']['output'];
|
|
1288
|
+
totalOutstanding: Scalars['String']['output'];
|
|
1289
|
+
totalOverdue: Scalars['String']['output'];
|
|
1290
|
+
totalPaid: Scalars['String']['output'];
|
|
1291
|
+
};
|
|
1292
|
+
export type Photo = {
|
|
1293
|
+
large: Scalars['String']['output'];
|
|
1294
|
+
small: Scalars['String']['output'];
|
|
1295
|
+
};
|
|
1296
|
+
export type PitchInput = {
|
|
1297
|
+
certificationPitchItems: InputMaybe<Array<InputMaybe<Scalars['Unknown']['input']>>>;
|
|
1298
|
+
educationPitchItems: InputMaybe<Array<InputMaybe<Scalars['Unknown']['input']>>>;
|
|
1299
|
+
employmentPitchItems: InputMaybe<Array<InputMaybe<Scalars['Unknown']['input']>>>;
|
|
1300
|
+
industryPitchItems: InputMaybe<Array<InputMaybe<Scalars['Unknown']['input']>>>;
|
|
1301
|
+
mentorship: InputMaybe<Scalars['Unknown']['input']>;
|
|
1302
|
+
portfolioPitchItems: InputMaybe<Array<InputMaybe<Scalars['Unknown']['input']>>>;
|
|
1303
|
+
publicationPitchItems: InputMaybe<Array<InputMaybe<Scalars['Unknown']['input']>>>;
|
|
1304
|
+
skillPitchItems: InputMaybe<Array<InputMaybe<Scalars['Unknown']['input']>>>;
|
|
1305
|
+
};
|
|
1306
|
+
export type PitchItemCertificationInput = {
|
|
1307
|
+
certificationId: Scalars['String']['input'];
|
|
1308
|
+
};
|
|
1309
|
+
export type PitchItemEducationInput = {
|
|
1310
|
+
educationId: Scalars['String']['input'];
|
|
1311
|
+
};
|
|
1312
|
+
export type PitchItemEmploymentInput = {
|
|
1313
|
+
additionalTextItems: Array<InputMaybe<Scalars['Unknown']['input']>>;
|
|
1314
|
+
employmentId: Scalars['String']['input'];
|
|
1315
|
+
};
|
|
1316
|
+
export type PitchItemIndustryInput = {
|
|
1317
|
+
industryId: Scalars['String']['input'];
|
|
1318
|
+
};
|
|
1319
|
+
export type PitchItemInterface = {
|
|
1320
|
+
_placeholder: Maybe<Scalars['String']['output']>;
|
|
1321
|
+
};
|
|
1322
|
+
export type PitchItemPortfolioInput = {
|
|
1323
|
+
portfolioItemId: Scalars['String']['input'];
|
|
1324
|
+
};
|
|
1325
|
+
export type PitchItemPublicationInput = {
|
|
1326
|
+
publicationId: Scalars['String']['input'];
|
|
1327
|
+
};
|
|
1328
|
+
export type PitchItemSkillInput = {
|
|
1329
|
+
skillSetId: Scalars['String']['input'];
|
|
1330
|
+
};
|
|
1331
|
+
export type PlatformConfiguration = Node & {
|
|
1332
|
+
availabilityRequestRejectReasonsV3: AvailabilityRequestRejectReasonsTypeV3;
|
|
1333
|
+
commitmentHoursDictionary: CommitmentHoursDictionary;
|
|
1334
|
+
engagementBreakReasons: Array<Maybe<FeedbackReason>>;
|
|
1335
|
+
id: Scalars['ID']['output'];
|
|
1336
|
+
interviewRejectReasons: Array<Maybe<InterviewRejectReason>>;
|
|
1337
|
+
marketplaceHelpRequestReasons: Array<Maybe<KeyValueStrings>>;
|
|
1338
|
+
marketplaceMargin: Scalars['String']['output'];
|
|
1339
|
+
notInterestedInJobReasons: Array<Maybe<KeyValueStrings>>;
|
|
1340
|
+
rateValidationRules: TalentRateValidationRules;
|
|
1341
|
+
referralProgramRewards: ReferralProgramRewards;
|
|
1342
|
+
};
|
|
1343
|
+
export type PointOfContactKindEnum = 'MATCHER' | 'MATCHING_OPERATIONS_COORDINATOR';
|
|
1344
|
+
export type PointsOfContact = {
|
|
1345
|
+
current: Recruiter;
|
|
1346
|
+
handoff: Maybe<Scalars['Unknown']['output']>;
|
|
1347
|
+
kind: Scalars['String']['output'];
|
|
1348
|
+
};
|
|
1349
|
+
export type PortfolioItem = Node & {
|
|
1350
|
+
coverImage: Maybe<Scalars['Unknown']['output']>;
|
|
1351
|
+
description: Scalars['String']['output'];
|
|
1352
|
+
id: Scalars['ID']['output'];
|
|
1353
|
+
industries: IndustryConnection;
|
|
1354
|
+
kindEnum: Scalars['String']['output'];
|
|
1355
|
+
link: Maybe<Scalars['String']['output']>;
|
|
1356
|
+
skills: SkillConnection;
|
|
1357
|
+
title: Scalars['String']['output'];
|
|
1358
|
+
};
|
|
1359
|
+
export type PortfolioItemConnection = {
|
|
1360
|
+
nodes: Array<Maybe<PortfolioItem>>;
|
|
1361
|
+
};
|
|
1362
|
+
export type PortfolioItemKindEnum = 'ACCOMPLISHMENT' | 'BASIC' | 'CLASSIC' | 'CODE_BASE' | 'OTHER_AMAZING_THINGS';
|
|
1363
|
+
export type PostActivationLifecycleUpdateTopSchedulerPayload = MutationResult & {
|
|
1364
|
+
errors: Maybe<Array<Maybe<UserError>>>;
|
|
1365
|
+
success: Scalars['Boolean']['output'];
|
|
1366
|
+
};
|
|
1367
|
+
export type PreAppliedFiltersKindEnum = 'DEFAULT_VERTICAL_FILTERS' | 'SAVED_SEARCH_FILTERS';
|
|
1368
|
+
export type PreliminarySearchSetting = {
|
|
1369
|
+
comment: Maybe<Scalars['Unknown']['output']>;
|
|
1370
|
+
disablingReason: Maybe<Scalars['Unknown']['output']>;
|
|
1371
|
+
enabled: Scalars['Boolean']['output'];
|
|
1372
|
+
};
|
|
1373
|
+
export type PreliminarySearchSettingDisablePayload = MutationResult & {
|
|
1374
|
+
errors: Maybe<Array<Maybe<UserError>>>;
|
|
1375
|
+
success: Scalars['Boolean']['output'];
|
|
1376
|
+
};
|
|
1377
|
+
export type PreliminarySearchSettingEnablePayload = MutationResult & {
|
|
1378
|
+
errors: Maybe<Array<Maybe<UserError>>>;
|
|
1379
|
+
success: Scalars['Boolean']['output'];
|
|
1380
|
+
};
|
|
1381
|
+
export type PreliminarySearchSettingOps = {
|
|
1382
|
+
disable: Maybe<MutationResult>;
|
|
1383
|
+
enable: Maybe<PreliminarySearchSettingEnablePayload>;
|
|
1384
|
+
};
|
|
1385
|
+
export type PreliminarySearchSettingOpsDisableArgs = {
|
|
1386
|
+
input: InputMaybe<Scalars['Unknown']['input']>;
|
|
1387
|
+
};
|
|
1388
|
+
export type PreliminarySearchSettingOpsEnableArgs = {
|
|
1389
|
+
input: InputMaybe<Scalars['Unknown']['input']>;
|
|
1390
|
+
};
|
|
1391
|
+
export type Profile = Node & {
|
|
1392
|
+
certifications: CertificationConnection;
|
|
1393
|
+
city: Scalars['String']['output'];
|
|
1394
|
+
educations: EducationConnection;
|
|
1395
|
+
employments: EmploymentConnection;
|
|
1396
|
+
fullName: Scalars['String']['output'];
|
|
1397
|
+
id: Scalars['ID']['output'];
|
|
1398
|
+
industrySets: ProfileIndustrySetConnection;
|
|
1399
|
+
photo: ProfilePhotoType;
|
|
1400
|
+
portfolioItems: PortfolioItemConnection;
|
|
1401
|
+
skillSets: ProfileSkillSetConnection;
|
|
1402
|
+
updatedByTalentAt: Scalars['DateTime']['output'];
|
|
1403
|
+
};
|
|
1404
|
+
export type ProfileIndustrySet = {
|
|
1405
|
+
connections: IndustryConnections;
|
|
1406
|
+
id: Scalars['String']['output'];
|
|
1407
|
+
industry: Industry;
|
|
1408
|
+
};
|
|
1409
|
+
export type ProfileIndustrySetConnection = {
|
|
1410
|
+
nodes: Array<Maybe<ProfileIndustrySet>>;
|
|
1411
|
+
};
|
|
1412
|
+
export type ProfilePhotoType = {
|
|
1413
|
+
large: Scalars['String']['output'];
|
|
1414
|
+
};
|
|
1415
|
+
export type ProfileSkillSet = Node & {
|
|
1416
|
+
connections: SkillConnections;
|
|
1417
|
+
experience: Maybe<Scalars['Int']['output']>;
|
|
1418
|
+
id: Scalars['ID']['output'];
|
|
1419
|
+
public: Scalars['Boolean']['output'];
|
|
1420
|
+
rating: Scalars['String']['output'];
|
|
1421
|
+
skill: Skill;
|
|
1422
|
+
};
|
|
1423
|
+
export type ProfileSkillSetConnection = {
|
|
1424
|
+
nodes: Array<Maybe<ProfileSkillSet>>;
|
|
1425
|
+
};
|
|
1426
|
+
export type ProfileSkillSetInput = {
|
|
1427
|
+
connectionIds: InputMaybe<Scalars['Unknown']['input']>;
|
|
1428
|
+
experience: InputMaybe<Scalars['Unknown']['input']>;
|
|
1429
|
+
id: InputMaybe<Scalars['Unknown']['input']>;
|
|
1430
|
+
name: InputMaybe<Scalars['Unknown']['input']>;
|
|
1431
|
+
public: InputMaybe<Scalars['Boolean']['input']>;
|
|
1432
|
+
rating: InputMaybe<Scalars['Unknown']['input']>;
|
|
1433
|
+
};
|
|
1434
|
+
export type PromoteGigsPayload = MutationResult & {
|
|
1435
|
+
errors: Maybe<Array<Maybe<UserError>>>;
|
|
1436
|
+
success: Scalars['Boolean']['output'];
|
|
1437
|
+
};
|
|
1438
|
+
export type ProposeEngagementEndDatePayload = MutationResult & {
|
|
1439
|
+
errors: Maybe<Array<Maybe<UserError>>>;
|
|
1440
|
+
success: Scalars['Boolean']['output'];
|
|
1441
|
+
};
|
|
1442
|
+
export type ProposedEngagementEnd = Node & {
|
|
1443
|
+
endDate: Scalars['Date']['output'];
|
|
1444
|
+
id: Scalars['ID']['output'];
|
|
1445
|
+
status: Scalars['String']['output'];
|
|
1446
|
+
};
|
|
1447
|
+
export type ProposedEngagementEndStatusEnum = 'CANCELLED' | 'PENDING';
|
|
1448
|
+
export type PushNotificationsConfiguration = {
|
|
1449
|
+
respectBusinessHours: Scalars['Boolean']['output'];
|
|
1450
|
+
windowEnd: Scalars['String']['output'];
|
|
1451
|
+
windowStart: Scalars['String']['output'];
|
|
1452
|
+
};
|
|
1453
|
+
export type Query = {
|
|
1454
|
+
billingCyclesWithTimesheets: Maybe<BillingCycle>;
|
|
1455
|
+
bookingPage: Maybe<Scalars['Unknown']['output']>;
|
|
1456
|
+
communityEvents: Maybe<Scalars['Unknown']['output']>;
|
|
1457
|
+
communitySlackChannel: Maybe<Scalars['Unknown']['output']>;
|
|
1458
|
+
communitySlackChannelCategories: Maybe<Scalars['Unknown']['output']>;
|
|
1459
|
+
communitySlackChannelCategoriesForHome: Maybe<Scalars['Unknown']['output']>;
|
|
1460
|
+
communitySlackChannels: Maybe<IndustryConnection>;
|
|
1461
|
+
communitySlackNewsMessages: Maybe<IndustryConnection>;
|
|
1462
|
+
communityTopRecommendedSlackChannels: Maybe<Scalars['Unknown']['output']>;
|
|
1463
|
+
currentUser: Maybe<Scalars['Unknown']['output']>;
|
|
1464
|
+
featuredCommunityLeaders: Maybe<Scalars['Unknown']['output']>;
|
|
1465
|
+
gigs: Maybe<BadgeConnection>;
|
|
1466
|
+
myCommunityLeaderApplication: Maybe<Scalars['Unknown']['output']>;
|
|
1467
|
+
nearestCommunityLeader: Maybe<Scalars['Unknown']['output']>;
|
|
1468
|
+
node: Maybe<Node>;
|
|
1469
|
+
nodes: Maybe<Array<Maybe<Node>>>;
|
|
1470
|
+
platformConfiguration: Maybe<PlatformConfiguration>;
|
|
1471
|
+
publicationGigReachOutRejectionReasons: Maybe<BadgeConnection>;
|
|
1472
|
+
staffNode: Maybe<Client>;
|
|
1473
|
+
timeOffForEdit: Maybe<Scalars['Unknown']['output']>;
|
|
1474
|
+
timeZones: Maybe<TimeZone>;
|
|
1475
|
+
topCommunitySlackMessages: Maybe<Scalars['Unknown']['output']>;
|
|
1476
|
+
verticals: Maybe<Scalars['Unknown']['output']>;
|
|
1477
|
+
viewer: Maybe<Viewer>;
|
|
1478
|
+
};
|
|
1479
|
+
export type QueryBillingCyclesWithTimesheetsArgs = {
|
|
1480
|
+
engagementGid: Scalars['String']['input'];
|
|
1481
|
+
};
|
|
1482
|
+
export type QueryBookingPageArgs = {
|
|
1483
|
+
slug: Scalars['String']['input'];
|
|
1484
|
+
};
|
|
1485
|
+
export type QueryCommunityEventsArgs = {
|
|
1486
|
+
order: InputMaybe<Scalars['Unknown']['input']>;
|
|
1487
|
+
};
|
|
1488
|
+
export type QueryCommunitySlackChannelArgs = {
|
|
1489
|
+
id: Scalars['ID']['input'];
|
|
1490
|
+
};
|
|
1491
|
+
export type QueryCommunitySlackChannelsArgs = {
|
|
1492
|
+
categorySlug: InputMaybe<Scalars['String']['input']>;
|
|
1493
|
+
keyword: InputMaybe<Scalars['String']['input']>;
|
|
1494
|
+
pagination: InputMaybe<Scalars['Unknown']['input']>;
|
|
1495
|
+
sortBy: InputMaybe<Scalars['String']['input']>;
|
|
1496
|
+
};
|
|
1497
|
+
export type QueryCommunitySlackNewsMessagesArgs = {
|
|
1498
|
+
pagination: InputMaybe<Scalars['Unknown']['input']>;
|
|
1499
|
+
};
|
|
1500
|
+
export type QueryGigsArgs = {
|
|
1501
|
+
filter: InputMaybe<Scalars['Unknown']['input']>;
|
|
1502
|
+
pagination: InputMaybe<Scalars['Unknown']['input']>;
|
|
1503
|
+
};
|
|
1504
|
+
export type QueryNodeArgs = {
|
|
1505
|
+
id: Scalars['ID']['input'];
|
|
1506
|
+
};
|
|
1507
|
+
export type QueryNodesArgs = {
|
|
1508
|
+
ids: Array<Scalars['ID']['input']>;
|
|
1509
|
+
};
|
|
1510
|
+
export type QueryStaffNodeArgs = {
|
|
1511
|
+
id: Scalars['ID']['input'];
|
|
1512
|
+
};
|
|
1513
|
+
export type QueryTopCommunitySlackMessagesArgs = {
|
|
1514
|
+
filter: Scalars['TalentCommunityTopMessagesOwner']['input'];
|
|
1515
|
+
};
|
|
1516
|
+
export type QuestionAdditionalInfo = EngagementAdditionalInfo;
|
|
1517
|
+
export type QuestionnaireAnswerInput = {
|
|
1518
|
+
questionId: InputMaybe<Scalars['Unknown']['input']>;
|
|
1519
|
+
value: InputMaybe<Scalars['Unknown']['input']>;
|
|
1520
|
+
};
|
|
1521
|
+
export type QuestionnaireInputContentTypeEnum = 'EMAIL' | 'NONE' | 'PHONE';
|
|
1522
|
+
export type QuestionnaireInputTypeEnum = 'OPEN_TEXT' | 'RADIO_BUTTONS' | 'SELECT' | 'SELECT_WITH_FILTER' | 'SELECT_WITH_OTHER_INPUT' | 'SINGLE_LINE_TEXT';
|
|
1523
|
+
export type QuizCompletePayload = MutationResult & {
|
|
1524
|
+
errors: Maybe<Array<Maybe<UserError>>>;
|
|
1525
|
+
success: Scalars['Boolean']['output'];
|
|
1526
|
+
};
|
|
1527
|
+
export type QuizMutations = {
|
|
1528
|
+
complete: Maybe<MutationResult>;
|
|
1529
|
+
};
|
|
1530
|
+
export type QuizMutationsCompleteArgs = {
|
|
1531
|
+
input: InputMaybe<Scalars['Unknown']['input']>;
|
|
1532
|
+
};
|
|
1533
|
+
export type RateChangeRequest = Node & {
|
|
1534
|
+
createdAt: Scalars['DateTime']['output'];
|
|
1535
|
+
desiredRate: Scalars['String']['output'];
|
|
1536
|
+
engagement: Maybe<Scalars['Unknown']['output']>;
|
|
1537
|
+
id: Scalars['ID']['output'];
|
|
1538
|
+
outcomeRate: Scalars['String']['output'];
|
|
1539
|
+
requestType: Scalars['String']['output'];
|
|
1540
|
+
status: Scalars['String']['output'];
|
|
1541
|
+
talentComment: Scalars['String']['output'];
|
|
1542
|
+
};
|
|
1543
|
+
export type RateChangeRequestAnswerInput = {
|
|
1544
|
+
answer: Scalars['String']['input'];
|
|
1545
|
+
comment: InputMaybe<Scalars['Unknown']['input']>;
|
|
1546
|
+
questionId: InputMaybe<Scalars['String']['input']>;
|
|
1547
|
+
};
|
|
1548
|
+
export type RateChangeRequestQuestionKindEnum = 'RADIO' | 'TEXT';
|
|
1549
|
+
export type RateChangeRequestStatusEnum = 'CLAIMED' | 'COMPLETED' | 'PENDING';
|
|
1550
|
+
export type RateChangeRequestTypeEnum = 'CONSULTATION' | 'CURRENT_ENGAGEMENT' | 'FUTURE_ENGAGEMENTS';
|
|
1551
|
+
export type Rating = 'COMPETENT' | 'EXPERT' | 'STRONG';
|
|
1552
|
+
export type RecordDeviceDataPayload = MutationResult & {
|
|
1553
|
+
errors: Maybe<Array<Maybe<UserError>>>;
|
|
1554
|
+
success: Scalars['Boolean']['output'];
|
|
1555
|
+
};
|
|
1556
|
+
export type RecordDeviceEventPayload = MutationResult & {
|
|
1557
|
+
errors: Maybe<Array<Maybe<UserError>>>;
|
|
1558
|
+
success: Scalars['Boolean']['output'];
|
|
1559
|
+
};
|
|
1560
|
+
export type RecordLocationPayload = MutationResult & {
|
|
1561
|
+
errors: Maybe<Array<Maybe<UserError>>>;
|
|
1562
|
+
success: Scalars['Boolean']['output'];
|
|
1563
|
+
};
|
|
1564
|
+
export type Recruiter = Node & {
|
|
1565
|
+
contactFields: ContactFields;
|
|
1566
|
+
fullName: Scalars['String']['output'];
|
|
1567
|
+
id: Scalars['ID']['output'];
|
|
1568
|
+
photo: Maybe<Photo>;
|
|
1569
|
+
timeZone: TimeZone;
|
|
1570
|
+
vacation: Maybe<Scalars['Unknown']['output']>;
|
|
1571
|
+
};
|
|
1572
|
+
export type ReferralBonusRewardFilter = 'ELIGIBLE';
|
|
1573
|
+
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';
|
|
1574
|
+
export type ReferralProgramEnum = 'CLIENT' | 'TALENT_BONUS' | 'TALENT_PARTNER' | 'TALENT_STANDARD';
|
|
1575
|
+
export type ReferralProgramReward = {
|
|
1576
|
+
referral: Maybe<Scalars['Int']['output']>;
|
|
1577
|
+
referrer: Scalars['Int']['output'];
|
|
1578
|
+
};
|
|
1579
|
+
export type ReferralProgramRewards = {
|
|
1580
|
+
clientReferral: ReferralProgramReward;
|
|
1581
|
+
talentUpsell: ReferralProgramReward;
|
|
1582
|
+
};
|
|
1583
|
+
export type ReferralStatRoleTypeEnum = 'CLIENT' | 'TALENT' | 'TALENT_PARTNER';
|
|
1584
|
+
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';
|
|
1585
|
+
export type ReferralTrackerFilter = {
|
|
1586
|
+
_placeholder: InputMaybe<Scalars['String']['input']>;
|
|
1587
|
+
};
|
|
1588
|
+
export type ReferralUrl = {
|
|
1589
|
+
legacySlug: Scalars['String']['output'];
|
|
1590
|
+
pathSuffix: Scalars['String']['output'];
|
|
1591
|
+
shortenedUrl: Scalars['String']['output'];
|
|
1592
|
+
url: Scalars['String']['output'];
|
|
1593
|
+
};
|
|
1594
|
+
export type ReferralizeUrlInput = {
|
|
1595
|
+
_placeholder: InputMaybe<Scalars['String']['input']>;
|
|
1596
|
+
};
|
|
1597
|
+
export type ReferralizeUrlPayload = MutationResult & {
|
|
1598
|
+
errors: Maybe<Array<Maybe<UserError>>>;
|
|
1599
|
+
success: Scalars['Boolean']['output'];
|
|
1600
|
+
};
|
|
1601
|
+
export type RejectGigReachOutPayload = MutationResult & {
|
|
1602
|
+
errors: Maybe<Array<Maybe<UserError>>>;
|
|
1603
|
+
success: Scalars['Boolean']['output'];
|
|
1604
|
+
};
|
|
1605
|
+
export type RemoveCoachingEngagementPayload = MutationResult & {
|
|
1606
|
+
errors: Maybe<Array<Maybe<UserError>>>;
|
|
1607
|
+
success: Scalars['Boolean']['output'];
|
|
1608
|
+
};
|
|
1609
|
+
export type RemoveContentReviewPayload = MutationResult & {
|
|
1610
|
+
errors: Maybe<Array<Maybe<UserError>>>;
|
|
1611
|
+
success: Scalars['Boolean']['output'];
|
|
1612
|
+
};
|
|
1613
|
+
export type RemoveProfileSkillSetPayload = MutationResult & {
|
|
1614
|
+
errors: Maybe<Array<Maybe<UserError>>>;
|
|
1615
|
+
success: Scalars['Boolean']['output'];
|
|
1616
|
+
};
|
|
1617
|
+
export type ReportsRange = 'RANGE_1_5' | 'RANGE_6_10' | 'RANGE_11_20' | 'RANGE_21_50' | 'RANGE_50_PLUS';
|
|
1618
|
+
export type ReturningTimeEnum = '_UNKNOWN';
|
|
1619
|
+
export type ReviewContentPayload = MutationResult & {
|
|
1620
|
+
errors: Maybe<Array<Maybe<UserError>>>;
|
|
1621
|
+
success: Scalars['Boolean']['output'];
|
|
1622
|
+
};
|
|
1623
|
+
export type RevokeSlackApplicationTokenInput = {
|
|
1624
|
+
_placeholder: InputMaybe<Scalars['String']['input']>;
|
|
1625
|
+
};
|
|
1626
|
+
export type RevokeSlackApplicationTokenPayload = MutationResult & {
|
|
1627
|
+
errors: Maybe<Array<Maybe<UserError>>>;
|
|
1628
|
+
success: Scalars['Boolean']['output'];
|
|
1629
|
+
};
|
|
1630
|
+
export type RoleStatistics = Node & {
|
|
1631
|
+
hoursWorked: Scalars['Float']['output'];
|
|
1632
|
+
id: Scalars['ID']['output'];
|
|
1633
|
+
successfulEngagements: Scalars['Int']['output'];
|
|
1634
|
+
totalEarnings: Scalars['Float']['output'];
|
|
1635
|
+
yearsInToptal: Scalars['Float']['output'];
|
|
1636
|
+
};
|
|
1637
|
+
export type RsvpPayload = MutationResult & {
|
|
1638
|
+
errors: Maybe<Array<Maybe<UserError>>>;
|
|
1639
|
+
success: Scalars['Boolean']['output'];
|
|
1640
|
+
};
|
|
1641
|
+
export type SaveProfileSkillSetsAndConnectionsInput = {
|
|
1642
|
+
_placeholder: InputMaybe<Scalars['String']['input']>;
|
|
1643
|
+
};
|
|
1644
|
+
export type SaveProfileSkillSetsAndConnectionsPayload = MutationResult & {
|
|
1645
|
+
errors: Maybe<Array<Maybe<UserError>>>;
|
|
1646
|
+
success: Scalars['Boolean']['output'];
|
|
1647
|
+
};
|
|
1648
|
+
export type SearchFiltersOps = {
|
|
1649
|
+
reset: Maybe<SearchFiltersResetPayload>;
|
|
1650
|
+
save: Maybe<SearchFiltersSavePayload>;
|
|
1651
|
+
};
|
|
1652
|
+
export type SearchFiltersOpsResetArgs = {
|
|
1653
|
+
input: InputMaybe<Scalars['Unknown']['input']>;
|
|
1654
|
+
};
|
|
1655
|
+
export type SearchFiltersOpsSaveArgs = {
|
|
1656
|
+
input: InputMaybe<Scalars['Unknown']['input']>;
|
|
1657
|
+
};
|
|
1658
|
+
export type SearchFiltersResetPayload = MutationResult & {
|
|
1659
|
+
errors: Maybe<Array<Maybe<UserError>>>;
|
|
1660
|
+
success: Scalars['Boolean']['output'];
|
|
1661
|
+
};
|
|
1662
|
+
export type SearchFiltersSavePayload = MutationResult & {
|
|
1663
|
+
errors: Maybe<Array<Maybe<UserError>>>;
|
|
1664
|
+
success: Scalars['Boolean']['output'];
|
|
1665
|
+
};
|
|
1666
|
+
export type SearchSubscription = {
|
|
1667
|
+
commitmentsV2: Maybe<Scalars['Unknown']['output']>;
|
|
1668
|
+
desiredOverlappingHours: Maybe<Scalars['Unknown']['output']>;
|
|
1669
|
+
enterpriseProjects: Scalars['Boolean']['output'];
|
|
1670
|
+
estimatedLengths: Maybe<Scalars['Unknown']['output']>;
|
|
1671
|
+
excludeKeywords: Maybe<Scalars['Unknown']['output']>;
|
|
1672
|
+
excludeNotOverlappingHours: Maybe<Scalars['Unknown']['output']>;
|
|
1673
|
+
excludeSkills: Maybe<Scalars['Unknown']['output']>;
|
|
1674
|
+
excludeUnspecifiedBudget: Maybe<Scalars['Unknown']['output']>;
|
|
1675
|
+
hourlyRate: HourlyRate;
|
|
1676
|
+
keywords: Maybe<Scalars['Unknown']['output']>;
|
|
1677
|
+
logic: Maybe<Scalars['Unknown']['output']>;
|
|
1678
|
+
referralBonusReward: Maybe<Scalars['Unknown']['output']>;
|
|
1679
|
+
skills: Maybe<Scalars['Unknown']['output']>;
|
|
1680
|
+
specializationSlugs: Maybe<Scalars['Unknown']['output']>;
|
|
1681
|
+
toptalProjects: Maybe<Scalars['Unknown']['output']>;
|
|
1682
|
+
workTypesV2: Maybe<Scalars['Unknown']['output']>;
|
|
1683
|
+
};
|
|
1684
|
+
export type SearchSubscriptionOps = {
|
|
1685
|
+
start: Maybe<SearchSubscriptionStartPayload>;
|
|
1686
|
+
terminate: Maybe<SearchSubscriptionTerminatePayload>;
|
|
1687
|
+
};
|
|
1688
|
+
export type SearchSubscriptionOpsStartArgs = {
|
|
1689
|
+
input: InputMaybe<Scalars['Unknown']['input']>;
|
|
1690
|
+
};
|
|
1691
|
+
export type SearchSubscriptionOpsTerminateArgs = {
|
|
1692
|
+
input: InputMaybe<Scalars['Unknown']['input']>;
|
|
1693
|
+
};
|
|
1694
|
+
export type SearchSubscriptionStartPayload = MutationResult & {
|
|
1695
|
+
errors: Maybe<Array<Maybe<UserError>>>;
|
|
1696
|
+
success: Scalars['Boolean']['output'];
|
|
1697
|
+
};
|
|
1698
|
+
export type SearchSubscriptionTerminatePayload = MutationResult & {
|
|
1699
|
+
errors: Maybe<Array<Maybe<UserError>>>;
|
|
1700
|
+
success: Scalars['Boolean']['output'];
|
|
1701
|
+
};
|
|
1702
|
+
export type SendReferralEmailInput = {
|
|
1703
|
+
_placeholder: InputMaybe<Scalars['String']['input']>;
|
|
1704
|
+
};
|
|
1705
|
+
export type SendReferralEmailPayload = MutationResult & {
|
|
1706
|
+
errors: Maybe<Array<Maybe<UserError>>>;
|
|
1707
|
+
success: Scalars['Boolean']['output'];
|
|
1708
|
+
};
|
|
1709
|
+
export type SendResetPasswordEmailPayload = MutationResult & {
|
|
1710
|
+
errors: Maybe<Array<Maybe<UserError>>>;
|
|
1711
|
+
success: Scalars['Boolean']['output'];
|
|
1712
|
+
};
|
|
1713
|
+
export type SetUnavailablePayload = MutationResult & {
|
|
1714
|
+
errors: Maybe<Array<Maybe<UserError>>>;
|
|
1715
|
+
success: Scalars['Boolean']['output'];
|
|
1716
|
+
};
|
|
1717
|
+
export type ShortenUrlInput = {
|
|
1718
|
+
_placeholder: InputMaybe<Scalars['String']['input']>;
|
|
1719
|
+
};
|
|
1720
|
+
export type ShortenUrlPayload = MutationResult & {
|
|
1721
|
+
errors: Maybe<Array<Maybe<UserError>>>;
|
|
1722
|
+
success: Scalars['Boolean']['output'];
|
|
1723
|
+
};
|
|
1724
|
+
export type SignInPayload = MutationResult & {
|
|
1725
|
+
errors: Maybe<Array<Maybe<UserError>>>;
|
|
1726
|
+
success: Scalars['Boolean']['output'];
|
|
1727
|
+
};
|
|
1728
|
+
export type Skill = Node & {
|
|
1729
|
+
id: Scalars['ID']['output'];
|
|
1730
|
+
name: Scalars['String']['output'];
|
|
1731
|
+
};
|
|
1732
|
+
export type SkillConnection = {
|
|
1733
|
+
nodes: Array<Maybe<Skill>>;
|
|
1734
|
+
totalCount: Scalars['Int']['output'];
|
|
1735
|
+
};
|
|
1736
|
+
export type SkillConnections = {
|
|
1737
|
+
nodes: Array<Maybe<Employment>>;
|
|
1738
|
+
};
|
|
1739
|
+
export type SlackApplicationsConnection = {
|
|
1740
|
+
edges: Array<Maybe<Scalars['Unknown']['output']>>;
|
|
1741
|
+
};
|
|
1742
|
+
export type SortOrderEnum = '_UNKNOWN';
|
|
1743
|
+
export type SpecializationApplyPayload = MutationResult & {
|
|
1744
|
+
errors: Maybe<Array<Maybe<UserError>>>;
|
|
1745
|
+
success: Scalars['Boolean']['output'];
|
|
1746
|
+
};
|
|
1747
|
+
export type SpecializationMutations = {
|
|
1748
|
+
apply: Maybe<JobApplyPayload>;
|
|
1749
|
+
};
|
|
1750
|
+
export type SpecializationMutationsApplyArgs = {
|
|
1751
|
+
input: InputMaybe<Scalars['Unknown']['input']>;
|
|
1752
|
+
};
|
|
1753
|
+
export type StatusColor = 'NEGATIVE' | 'NEUTRAL' | 'POSITIVE' | 'WARNING';
|
|
1754
|
+
export type StringFilter = {
|
|
1755
|
+
except: InputMaybe<Scalars['Unknown']['input']>;
|
|
1756
|
+
only: InputMaybe<Scalars['Unknown']['input']>;
|
|
1757
|
+
};
|
|
1758
|
+
export type SubmitGigFeedbackInput = {
|
|
1759
|
+
_placeholder: InputMaybe<Scalars['String']['input']>;
|
|
1760
|
+
};
|
|
1761
|
+
export type SubmitGigFeedbackPayload = MutationResult & {
|
|
1762
|
+
errors: Maybe<Array<Maybe<UserError>>>;
|
|
1763
|
+
success: Scalars['Boolean']['output'];
|
|
1764
|
+
};
|
|
1765
|
+
export type SubmitHireMePageInput = {
|
|
1766
|
+
_placeholder: InputMaybe<Scalars['String']['input']>;
|
|
1767
|
+
};
|
|
1768
|
+
export type SubmitHireMePagePayload = MutationResult & {
|
|
1769
|
+
errors: Maybe<Array<Maybe<UserError>>>;
|
|
1770
|
+
success: Scalars['Boolean']['output'];
|
|
1771
|
+
};
|
|
1772
|
+
export type SubmitTimesheetPayload = MutationResult & {
|
|
1773
|
+
errors: Maybe<Array<Maybe<UserError>>>;
|
|
1774
|
+
success: Scalars['Boolean']['output'];
|
|
1775
|
+
};
|
|
1776
|
+
export type Survey = Node & {
|
|
1777
|
+
alreadyAnswered: Scalars['Boolean']['output'];
|
|
1778
|
+
createdAt: Scalars['DateTime']['output'];
|
|
1779
|
+
id: Scalars['ID']['output'];
|
|
1780
|
+
isMandatory: Scalars['Boolean']['output'];
|
|
1781
|
+
job: Maybe<Scalars['Unknown']['output']>;
|
|
1782
|
+
kind: Scalars['String']['output'];
|
|
1783
|
+
questions: Array<Maybe<SurveyQuestion>>;
|
|
1784
|
+
title: Scalars['String']['output'];
|
|
1785
|
+
};
|
|
1786
|
+
export type SurveyAddFeedbackPayload = MutationResult & {
|
|
1787
|
+
errors: Maybe<Array<Maybe<UserError>>>;
|
|
1788
|
+
success: Scalars['Boolean']['output'];
|
|
1789
|
+
};
|
|
1790
|
+
export type SurveyAnswerInput = {
|
|
1791
|
+
id: InputMaybe<Scalars['Unknown']['input']>;
|
|
1792
|
+
questionId: InputMaybe<Scalars['Unknown']['input']>;
|
|
1793
|
+
value: InputMaybe<Scalars['Unknown']['input']>;
|
|
1794
|
+
};
|
|
1795
|
+
export type SurveyAnswerOption = Node & {
|
|
1796
|
+
id: Scalars['ID']['output'];
|
|
1797
|
+
label: Maybe<Scalars['String']['output']>;
|
|
1798
|
+
note: Maybe<Scalars['Unknown']['output']>;
|
|
1799
|
+
value: Scalars['String']['output'];
|
|
1800
|
+
};
|
|
1801
|
+
export type SurveyDismissPayload = MutationResult & {
|
|
1802
|
+
errors: Maybe<Array<Maybe<UserError>>>;
|
|
1803
|
+
success: Scalars['Boolean']['output'];
|
|
1804
|
+
};
|
|
1805
|
+
export type SurveyInputTypeEnum = 'CHECKBOX' | 'OPEN_TEXT' | 'PROPOSED_ENGAGEMENT_END_DATE' | 'RADIO_BUTTONS' | 'RATING' | 'SLIDER';
|
|
1806
|
+
export type SurveyKindEnum = 'ENGAGEMENT_ENDED' | 'ENGAGEMENT_TESTIMONIAL' | 'INTERVIEW_ENDED' | 'MID_ENGAGEMENT' | 'MOBILE_APP_SATISFACTION' | 'NEWCOMER' | 'NPS' | 'OPPORTUNITY_CHECK';
|
|
1807
|
+
export type SurveyQuestion = Node & {
|
|
1808
|
+
answers: Array<Maybe<SurveyAnswerOption>>;
|
|
1809
|
+
id: Scalars['ID']['output'];
|
|
1810
|
+
inputType: Scalars['String']['output'];
|
|
1811
|
+
isMandatory: Scalars['Boolean']['output'];
|
|
1812
|
+
label: Scalars['String']['output'];
|
|
1813
|
+
note: Maybe<Scalars['Unknown']['output']>;
|
|
1814
|
+
};
|
|
1815
|
+
export type SurveySubmitPayload = MutationResult & {
|
|
1816
|
+
errors: Maybe<Array<Maybe<UserError>>>;
|
|
1817
|
+
success: Scalars['Boolean']['output'];
|
|
1818
|
+
};
|
|
1819
|
+
export type SurveysOps = {
|
|
1820
|
+
addFeedback: Maybe<SurveyAddFeedbackPayload>;
|
|
1821
|
+
dismiss: Maybe<SurveyDismissPayload>;
|
|
1822
|
+
submit: Maybe<MobileAppSubmitFeedbackPayload>;
|
|
1823
|
+
};
|
|
1824
|
+
export type SurveysOpsAddFeedbackArgs = {
|
|
1825
|
+
input: InputMaybe<Scalars['Unknown']['input']>;
|
|
1826
|
+
};
|
|
1827
|
+
export type SurveysOpsDismissArgs = {
|
|
1828
|
+
input: InputMaybe<Scalars['Unknown']['input']>;
|
|
1829
|
+
};
|
|
1830
|
+
export type SurveysOpsSubmitArgs = {
|
|
1831
|
+
input: InputMaybe<Scalars['Unknown']['input']>;
|
|
1832
|
+
};
|
|
1833
|
+
export type SwitchMobileRolePayload = MutationResult & {
|
|
1834
|
+
errors: Maybe<Array<Maybe<UserError>>>;
|
|
1835
|
+
success: Scalars['Boolean']['output'];
|
|
1836
|
+
};
|
|
1837
|
+
export type SwitchRolePayload = MutationResult & {
|
|
1838
|
+
errors: Maybe<Array<Maybe<UserError>>>;
|
|
1839
|
+
success: Scalars['Boolean']['output'];
|
|
1840
|
+
};
|
|
1841
|
+
export type TalentAccessibleRoleRoleSelectorVisibility = 'HIDDEN' | 'VISIBLE';
|
|
1842
|
+
export type TalentEngagement = Node & {
|
|
1843
|
+
activeBreak: Maybe<Scalars['Unknown']['output']>;
|
|
1844
|
+
billCycle: EngagementBillCycle;
|
|
1845
|
+
billingCycles: BillingCycleConnection;
|
|
1846
|
+
commitment: CommitmentType;
|
|
1847
|
+
currentAgreement: EngagementAgreement;
|
|
1848
|
+
currentBillingCycle: BillingCycle;
|
|
1849
|
+
earning: TalentEngagementEarning;
|
|
1850
|
+
eligibleForPayment: Scalars['Boolean']['output'];
|
|
1851
|
+
eligibleToViewTimeOffs: Scalars['Boolean']['output'];
|
|
1852
|
+
eligibleToViewTimesheets: Scalars['Boolean']['output'];
|
|
1853
|
+
endDate: Maybe<Scalars['Unknown']['output']>;
|
|
1854
|
+
engagementBreaks: Array<Maybe<Scalars['Unknown']['output']>>;
|
|
1855
|
+
expectedHours: Scalars['Int']['output'];
|
|
1856
|
+
id: Scalars['ID']['output'];
|
|
1857
|
+
job: TalentJob;
|
|
1858
|
+
minimumHoursPerBillingCycle: Maybe<Scalars['Unknown']['output']>;
|
|
1859
|
+
operations: EngagementOperations;
|
|
1860
|
+
payments: PaymentsConnection;
|
|
1861
|
+
proposedEnd: ProposedEngagementEnd;
|
|
1862
|
+
startDate: Scalars['Date']['output'];
|
|
1863
|
+
trial: Maybe<Scalars['Unknown']['output']>;
|
|
1864
|
+
};
|
|
1865
|
+
export type TalentEngagementDeliveryModel = Node & {
|
|
1866
|
+
id: Scalars['ID']['output'];
|
|
1867
|
+
identifier: Scalars['String']['output'];
|
|
1868
|
+
};
|
|
1869
|
+
export type TalentEngagementEarning = {
|
|
1870
|
+
paid: Money;
|
|
1871
|
+
};
|
|
1872
|
+
export type TalentInterviewMethodTypeEnum = 'BLUEJEANS' | 'CUSTOM_WEB_CONFERENCE' | 'GOOGLE_HANGOUTS' | 'PHONE' | 'SKYPE' | 'ZOOM';
|
|
1873
|
+
export type TalentJob = Node & {
|
|
1874
|
+
activityItem: TalentJobActivityItem;
|
|
1875
|
+
allowedCountries: Array<Maybe<Scalars['Unknown']['output']>>;
|
|
1876
|
+
client: Client;
|
|
1877
|
+
commitment: CommitmentType;
|
|
1878
|
+
contacts: Array<Maybe<CompanyRepresentative>>;
|
|
1879
|
+
descriptionMd: Scalars['String']['output'];
|
|
1880
|
+
engagementDeliveryModel: TalentEngagementDeliveryModel;
|
|
1881
|
+
estimatedLength: JobEstimatedLength;
|
|
1882
|
+
expectedHours: Scalars['Int']['output'];
|
|
1883
|
+
freshUntil: Scalars['DateTime']['output'];
|
|
1884
|
+
hiringStatus: JobHiringStatus;
|
|
1885
|
+
id: Scalars['ID']['output'];
|
|
1886
|
+
industriesV2: JobIndustriesConnection;
|
|
1887
|
+
isCoaching: Scalars['Boolean']['output'];
|
|
1888
|
+
isToptalProject: Scalars['Boolean']['output'];
|
|
1889
|
+
jobSkillSetsV2: JobSkillSetsConnection;
|
|
1890
|
+
jobTimeZone: JobTimeZone;
|
|
1891
|
+
languages: Array<Maybe<Language>>;
|
|
1892
|
+
maxRate: Maybe<Scalars['Unknown']['output']>;
|
|
1893
|
+
minimumHoursPerBillingCycle: Maybe<Scalars['Int']['output']>;
|
|
1894
|
+
notInterested: Scalars['Boolean']['output'];
|
|
1895
|
+
oldAfter: Scalars['DateTime']['output'];
|
|
1896
|
+
onsiteLocations: Array<Maybe<Scalars['Unknown']['output']>>;
|
|
1897
|
+
onsitePreference: Maybe<Scalars['Unknown']['output']>;
|
|
1898
|
+
operations: JobOperations;
|
|
1899
|
+
pointsOfContact: PointsOfContact;
|
|
1900
|
+
positionsCount: Scalars['Int']['output'];
|
|
1901
|
+
postedWhen: Scalars['DateTime']['output'];
|
|
1902
|
+
saved: Scalars['Boolean']['output'];
|
|
1903
|
+
semiMonthlyBilling: Scalars['Boolean']['output'];
|
|
1904
|
+
specialization: JobSpecialization;
|
|
1905
|
+
startDate: Scalars['Date']['output'];
|
|
1906
|
+
title: Scalars['String']['output'];
|
|
1907
|
+
url: Scalars['String']['output'];
|
|
1908
|
+
viewed: Scalars['Boolean']['output'];
|
|
1909
|
+
workType: JobWorkType;
|
|
1910
|
+
};
|
|
1911
|
+
export type TalentJobActivityItem = Node & {
|
|
1912
|
+
availabilityRequest: Maybe<AvailabilityRequest>;
|
|
1913
|
+
engagement: Maybe<TalentEngagement>;
|
|
1914
|
+
id: Scalars['ID']['output'];
|
|
1915
|
+
interview: Maybe<Scalars['Unknown']['output']>;
|
|
1916
|
+
job: TalentJob;
|
|
1917
|
+
jobApplication: Maybe<JobApplication>;
|
|
1918
|
+
lastUpdatedAt: Scalars['DateTime']['output'];
|
|
1919
|
+
mostRelevantApplication: Maybe<AvailabilityRequest>;
|
|
1920
|
+
status: JobActivityItemStatus;
|
|
1921
|
+
statusColor: Scalars['String']['output'];
|
|
1922
|
+
statusGroupV2: JobActivityItemStatusGroup;
|
|
1923
|
+
statusV2: JobActivityItemStatus;
|
|
1924
|
+
};
|
|
1925
|
+
export type TalentJobApplicationConfig = {
|
|
1926
|
+
careerHighlightRequired: Scalars['Boolean']['output'];
|
|
1927
|
+
highlightFields: Array<Maybe<Scalars['String']['output']>>;
|
|
1928
|
+
portfolioRequired: Scalars['Boolean']['output'];
|
|
1929
|
+
};
|
|
1930
|
+
export type TalentJobRateInsight = TalentJobRateInsightCompetitive | TalentJobRateInsightUncompetitive;
|
|
1931
|
+
export type TalentJobRateInsightCompetitive = {
|
|
1932
|
+
estimatedRevenue: Maybe<Scalars['BigDecimal']['output']>;
|
|
1933
|
+
estimatedRevenueExplanation: Maybe<Scalars['String']['output']>;
|
|
1934
|
+
longTermDisclaimer: Maybe<Scalars['String']['output']>;
|
|
1935
|
+
};
|
|
1936
|
+
export type TalentJobRateInsightUncompetitive = {
|
|
1937
|
+
estimatedRevenue: Maybe<Scalars['BigDecimal']['output']>;
|
|
1938
|
+
estimatedRevenueExplanation: Maybe<Scalars['String']['output']>;
|
|
1939
|
+
recentApplicationRate: Maybe<Scalars['BigDecimal']['output']>;
|
|
1940
|
+
recommendedRate: Maybe<Scalars['BigDecimal']['output']>;
|
|
1941
|
+
};
|
|
1942
|
+
export type TalentNotificationMarkAsReadPayload = MutationResult & {
|
|
1943
|
+
errors: Maybe<Array<Maybe<UserError>>>;
|
|
1944
|
+
success: Scalars['Boolean']['output'];
|
|
1945
|
+
};
|
|
1946
|
+
export type TalentPayment = Node & {
|
|
1947
|
+
amount: Scalars['String']['output'];
|
|
1948
|
+
billingCycle: BillingCycle;
|
|
1949
|
+
correctionAmount: Scalars['String']['output'];
|
|
1950
|
+
createdAt: Scalars['DateTime']['output'];
|
|
1951
|
+
description: Scalars['String']['output'];
|
|
1952
|
+
downloadPdfUrl: Scalars['String']['output'];
|
|
1953
|
+
dueDate: Scalars['Date']['output'];
|
|
1954
|
+
id: Scalars['ID']['output'];
|
|
1955
|
+
job: TalentJob;
|
|
1956
|
+
kindCategory: Scalars['String']['output'];
|
|
1957
|
+
memorandums: MemorandumsConnection;
|
|
1958
|
+
number: Scalars['Int']['output'];
|
|
1959
|
+
paidAt: Maybe<Scalars['DateTime']['output']>;
|
|
1960
|
+
paymentGroupId: Maybe<Scalars['Int']['output']>;
|
|
1961
|
+
status: Scalars['String']['output'];
|
|
1962
|
+
updatedAt: Scalars['DateTime']['output'];
|
|
1963
|
+
};
|
|
1964
|
+
export type TalentPaymentStatus = 'DISPUTED' | 'DUE' | 'ON_HOLD' | 'OUTSTANDING' | 'OVERDUE' | 'PAID';
|
|
1965
|
+
export type TalentPermissions = {
|
|
1966
|
+
canApplyToJobs: Scalars['Boolean']['output'];
|
|
1967
|
+
canFillInAdvancedProfile: Scalars['Boolean']['output'];
|
|
1968
|
+
canHaveReferrals: Scalars['Boolean']['output'];
|
|
1969
|
+
canViewAskAnExpert: Scalars['Boolean']['output'];
|
|
1970
|
+
canViewCoachingRequests: Scalars['Boolean']['output'];
|
|
1971
|
+
canViewCommunity: Scalars['Boolean']['output'];
|
|
1972
|
+
canViewConsultations: Scalars['Boolean']['output'];
|
|
1973
|
+
canViewEligibleJobs: Scalars['Boolean']['output'];
|
|
1974
|
+
canViewFaq: Scalars['Boolean']['output'];
|
|
1975
|
+
canViewFeedbackCall: Scalars['Boolean']['output'];
|
|
1976
|
+
canViewJobsOnClientReview: Scalars['Boolean']['output'];
|
|
1977
|
+
canViewJobsOnMatcherReview: Scalars['Boolean']['output'];
|
|
1978
|
+
canViewLegalSetting: Scalars['Boolean']['output'];
|
|
1979
|
+
canViewMobileAppPromo: Scalars['Boolean']['output'];
|
|
1980
|
+
canViewOnboardingVideo: Scalars['Boolean']['output'];
|
|
1981
|
+
canViewPayments: Scalars['Boolean']['output'];
|
|
1982
|
+
canViewRateInsights: Scalars['Boolean']['output'];
|
|
1983
|
+
canViewRecognitionBadges: Scalars['Boolean']['output'];
|
|
1984
|
+
canViewRecommendedJobs: Scalars['Boolean']['output'];
|
|
1985
|
+
canViewSlackCommunity: Scalars['Boolean']['output'];
|
|
1986
|
+
canViewSmsNotificationSettings: Scalars['Boolean']['output'];
|
|
1987
|
+
canViewSpecializations: Scalars['Boolean']['output'];
|
|
1988
|
+
canViewToptalAdvantageSection: Scalars['Boolean']['output'];
|
|
1989
|
+
};
|
|
1990
|
+
export type TalentPortalSetting = {
|
|
1991
|
+
collapsedMenu: Scalars['Boolean']['output'];
|
|
1992
|
+
threeColumnLayout: Scalars['Boolean']['output'];
|
|
1993
|
+
};
|
|
1994
|
+
export type TalentPortalSettingMutations = {
|
|
1995
|
+
update: Maybe<NotificationSettingUpdatePayload>;
|
|
1996
|
+
};
|
|
1997
|
+
export type TalentPortalSettingMutationsUpdateArgs = {
|
|
1998
|
+
input: TalentPortalSettingUpdateInput;
|
|
1999
|
+
};
|
|
2000
|
+
export type TalentPortalSettingUpdateInput = {
|
|
2001
|
+
_placeholder: InputMaybe<Scalars['String']['input']>;
|
|
2002
|
+
};
|
|
2003
|
+
export type TalentPortalSettingUpdatePayload = MutationResult & {
|
|
2004
|
+
errors: Maybe<Array<Maybe<UserError>>>;
|
|
2005
|
+
success: Scalars['Boolean']['output'];
|
|
2006
|
+
};
|
|
2007
|
+
export type TalentRate = {
|
|
2008
|
+
hourly: Scalars['String']['output'];
|
|
2009
|
+
};
|
|
2010
|
+
export type TalentRateInsight = {
|
|
2011
|
+
hourly: TalentRateInsightForCommitment;
|
|
2012
|
+
};
|
|
2013
|
+
export type TalentRateInsightForCommitment = {
|
|
2014
|
+
currentRateCompetitive: Scalars['Boolean']['output'];
|
|
2015
|
+
recentApplicationRate: Scalars['String']['output'];
|
|
2016
|
+
recommendedRate: Scalars['String']['output'];
|
|
2017
|
+
};
|
|
2018
|
+
export type TalentRateValidationRule = {
|
|
2019
|
+
minRate: Scalars['String']['output'];
|
|
2020
|
+
rateStep: Scalars['Int']['output'];
|
|
2021
|
+
};
|
|
2022
|
+
export type TalentRateValidationRules = {
|
|
2023
|
+
hourly: TalentRateValidationRule;
|
|
2024
|
+
};
|
|
2025
|
+
export type TalentSpecialization = {
|
|
2026
|
+
deliveryModel: TalentEngagementDeliveryModel;
|
|
2027
|
+
id: Scalars['ID']['output'];
|
|
2028
|
+
slug: Scalars['String']['output'];
|
|
2029
|
+
title: Scalars['String']['output'];
|
|
2030
|
+
};
|
|
2031
|
+
export type TalentStartIdVerificationPayload = MutationResult & {
|
|
2032
|
+
errors: Maybe<Array<Maybe<UserError>>>;
|
|
2033
|
+
success: Scalars['Boolean']['output'];
|
|
2034
|
+
};
|
|
2035
|
+
export type TalentVertical = {
|
|
2036
|
+
globalMarketCondition: VerticalGlobalMarketCondition;
|
|
2037
|
+
hasSingleSpecialization: Scalars['Boolean']['output'];
|
|
2038
|
+
isApiAllowed: Scalars['Boolean']['output'];
|
|
2039
|
+
isMarketplaceAccessEnabled: Scalars['Boolean']['output'];
|
|
2040
|
+
marketCondition: VerticalMarketCondition;
|
|
2041
|
+
minPortfolioItems: Scalars['Int']['output'];
|
|
2042
|
+
name: Scalars['String']['output'];
|
|
2043
|
+
profileHandbookUrl: Scalars['String']['output'];
|
|
2044
|
+
roleId: Scalars['Int']['output'];
|
|
2045
|
+
slug: Scalars['String']['output'];
|
|
2046
|
+
talentJobApplicationConfig: TalentJobApplicationConfig;
|
|
2047
|
+
};
|
|
2048
|
+
export type TalentVideoPitchMutations = {
|
|
2049
|
+
attach: Maybe<MutationResult>;
|
|
2050
|
+
};
|
|
2051
|
+
export type TalentVideoPitchMutationsAttachArgs = {
|
|
2052
|
+
input: AttachTalentVideoPitchInput;
|
|
2053
|
+
};
|
|
2054
|
+
export type TeamSize = {
|
|
2055
|
+
value: Maybe<Scalars['String']['output']>;
|
|
2056
|
+
};
|
|
2057
|
+
export type TermsOfService = Node & {
|
|
2058
|
+
body: Scalars['String']['output'];
|
|
2059
|
+
id: Scalars['ID']['output'];
|
|
2060
|
+
requiredAction: Scalars['String']['output'];
|
|
2061
|
+
revisedOn: Scalars['Date']['output'];
|
|
2062
|
+
revisionNotice: Maybe<Scalars['Unknown']['output']>;
|
|
2063
|
+
title: Scalars['String']['output'];
|
|
2064
|
+
};
|
|
2065
|
+
export type TermsOfServiceAcceptPayload = MutationResult & {
|
|
2066
|
+
errors: Maybe<Array<Maybe<UserError>>>;
|
|
2067
|
+
success: Scalars['Boolean']['output'];
|
|
2068
|
+
};
|
|
2069
|
+
export type TermsOfServiceMutations = {
|
|
2070
|
+
accept: Maybe<InterviewAcceptPayload>;
|
|
2071
|
+
review: Maybe<MutationResult>;
|
|
2072
|
+
};
|
|
2073
|
+
export type TermsOfServiceMutationsAcceptArgs = {
|
|
2074
|
+
input: InputMaybe<Scalars['Unknown']['input']>;
|
|
2075
|
+
};
|
|
2076
|
+
export type TermsOfServiceMutationsReviewArgs = {
|
|
2077
|
+
input: InputMaybe<Scalars['Unknown']['input']>;
|
|
2078
|
+
};
|
|
2079
|
+
export type TermsOfServiceReviewPayload = MutationResult & {
|
|
2080
|
+
errors: Maybe<Array<Maybe<UserError>>>;
|
|
2081
|
+
success: Scalars['Boolean']['output'];
|
|
2082
|
+
};
|
|
2083
|
+
export type TimeFilter = {
|
|
2084
|
+
gt: InputMaybe<Scalars['Unknown']['input']>;
|
|
2085
|
+
gteq: InputMaybe<Scalars['Unknown']['input']>;
|
|
2086
|
+
lt: InputMaybe<Scalars['Unknown']['input']>;
|
|
2087
|
+
lteq: InputMaybe<Scalars['Unknown']['input']>;
|
|
2088
|
+
};
|
|
2089
|
+
export type TimeZone = {
|
|
2090
|
+
location: Scalars['String']['output'];
|
|
2091
|
+
name: Scalars['String']['output'];
|
|
2092
|
+
stdOffset: Scalars['Int']['output'];
|
|
2093
|
+
utcOffset: Scalars['Int']['output'];
|
|
2094
|
+
value: Scalars['String']['output'];
|
|
2095
|
+
};
|
|
2096
|
+
export type TimesheetRecordsInput = {
|
|
2097
|
+
date: Scalars['Date']['input'];
|
|
2098
|
+
duration: InputMaybe<Scalars['BigDecimal']['input']>;
|
|
2099
|
+
note: InputMaybe<Scalars['Unknown']['input']>;
|
|
2100
|
+
};
|
|
2101
|
+
export type TitleSubtitleContext = {
|
|
2102
|
+
subtitle: Scalars['String']['output'];
|
|
2103
|
+
title: Scalars['String']['output'];
|
|
2104
|
+
};
|
|
2105
|
+
export type TopChatConversationService = TopChatConversationSlackService;
|
|
2106
|
+
export type TopChatConversationSlackService = {
|
|
2107
|
+
channelId: Maybe<Scalars['String']['output']>;
|
|
2108
|
+
id: Maybe<Scalars['ID']['output']>;
|
|
2109
|
+
};
|
|
2110
|
+
export type TopChatConversationStatus = 'ACTIVE' | 'ARCHIVED';
|
|
2111
|
+
export type TopChatConversationStatusFilter = {
|
|
2112
|
+
_placeholder: InputMaybe<Scalars['String']['input']>;
|
|
2113
|
+
};
|
|
2114
|
+
export type TopChatConversationsFilter = {
|
|
2115
|
+
_placeholder: InputMaybe<Scalars['String']['input']>;
|
|
2116
|
+
};
|
|
2117
|
+
export type UpdateMeetingHoursInput = {
|
|
2118
|
+
_placeholder: InputMaybe<Scalars['String']['input']>;
|
|
2119
|
+
};
|
|
2120
|
+
export type UpdateMeetingHoursPayload = MutationResult & {
|
|
2121
|
+
errors: Maybe<Array<Maybe<UserError>>>;
|
|
2122
|
+
success: Scalars['Boolean']['output'];
|
|
2123
|
+
};
|
|
2124
|
+
export type UpdatePaymentOptionInput = {
|
|
2125
|
+
_placeholder: InputMaybe<Scalars['String']['input']>;
|
|
2126
|
+
};
|
|
2127
|
+
export type UpdatePaymentOptionPayload = MutationResult & {
|
|
2128
|
+
errors: Maybe<Array<Maybe<UserError>>>;
|
|
2129
|
+
success: Scalars['Boolean']['output'];
|
|
2130
|
+
};
|
|
2131
|
+
export type UpdateProfileIndustryConnectionsPayload = MutationResult & {
|
|
2132
|
+
errors: Maybe<Array<Maybe<UserError>>>;
|
|
2133
|
+
success: Scalars['Boolean']['output'];
|
|
2134
|
+
};
|
|
2135
|
+
export type UpdateProfileSkillSetPublicitiesPayload = MutationResult & {
|
|
2136
|
+
errors: Maybe<Array<Maybe<UserError>>>;
|
|
2137
|
+
success: Scalars['Boolean']['output'];
|
|
2138
|
+
};
|
|
2139
|
+
export type UpdateTalentConsultingRateInput = {
|
|
2140
|
+
_placeholder: InputMaybe<Scalars['String']['input']>;
|
|
2141
|
+
};
|
|
2142
|
+
export type UpdateTalentConsultingRatePayload = MutationResult & {
|
|
2143
|
+
errors: Maybe<Array<Maybe<UserError>>>;
|
|
2144
|
+
success: Scalars['Boolean']['output'];
|
|
2145
|
+
};
|
|
2146
|
+
export type UpdateTimesheetPayload = MutationResult & {
|
|
2147
|
+
errors: Maybe<Array<Maybe<UserError>>>;
|
|
2148
|
+
success: Scalars['Boolean']['output'];
|
|
2149
|
+
};
|
|
2150
|
+
export type UpdateWorkingHoursInput = {
|
|
2151
|
+
_placeholder: InputMaybe<Scalars['String']['input']>;
|
|
2152
|
+
};
|
|
2153
|
+
export type UpdateWorkingHoursPayload = MutationResult & {
|
|
2154
|
+
errors: Maybe<Array<Maybe<UserError>>>;
|
|
2155
|
+
success: Scalars['Boolean']['output'];
|
|
2156
|
+
};
|
|
2157
|
+
export type UploadTimesheetPayload = MutationResult & {
|
|
2158
|
+
errors: Maybe<Array<Maybe<UserError>>>;
|
|
2159
|
+
success: Scalars['Boolean']['output'];
|
|
2160
|
+
};
|
|
2161
|
+
export type UserError = {
|
|
2162
|
+
code: Maybe<Scalars['String']['output']>;
|
|
2163
|
+
key: Maybe<Scalars['String']['output']>;
|
|
2164
|
+
message: Maybe<Scalars['String']['output']>;
|
|
2165
|
+
};
|
|
2166
|
+
export type VerticalGlobalMarketCondition = {
|
|
2167
|
+
condition: Scalars['String']['output'];
|
|
2168
|
+
conditionColor: Scalars['String']['output'];
|
|
2169
|
+
conditionVerbose: Scalars['String']['output'];
|
|
2170
|
+
reportUrl: Scalars['String']['output'];
|
|
2171
|
+
};
|
|
2172
|
+
export type VerticalGlobalMarketConditionEnum = 'MODERATE' | 'POOR';
|
|
2173
|
+
export type VerticalMarketCondition = {
|
|
2174
|
+
condition: Scalars['String']['output'];
|
|
2175
|
+
};
|
|
2176
|
+
export type VerticalMarketConditionEnum = 'MODERATE' | 'POOR' | 'STRONG';
|
|
2177
|
+
export type Viewer = Node & {
|
|
2178
|
+
accessibleRoles: Array<Maybe<Scalars['Unknown']['output']>>;
|
|
2179
|
+
appliedAt: Scalars['DateTime']['output'];
|
|
2180
|
+
availabilityRequestMetrics: AvailabilityRequestMetrics;
|
|
2181
|
+
availabilityRequestTalentCardEnabled: Scalars['Boolean']['output'];
|
|
2182
|
+
badgeGroups: BadgeGroupConnection;
|
|
2183
|
+
billingCycles: BillingCycleConnection;
|
|
2184
|
+
coachingEligibility: Scalars['String']['output'];
|
|
2185
|
+
codeOfConduct: CodeOfConduct;
|
|
2186
|
+
currentMobileAnnouncement: MobileAnnouncement;
|
|
2187
|
+
eligibleJobs: JobList;
|
|
2188
|
+
hasReferralBonusRewardJobs: Scalars['Boolean']['output'];
|
|
2189
|
+
hasSearchSubscription: Scalars['Boolean']['output'];
|
|
2190
|
+
hireMeBanner: HireMeBanner;
|
|
2191
|
+
id: Scalars['ID']['output'];
|
|
2192
|
+
interviews: Array<Maybe<Scalars['Unknown']['output']>>;
|
|
2193
|
+
jobActivityItem: TalentJobActivityItem;
|
|
2194
|
+
jobActivityList: JobActivityList;
|
|
2195
|
+
lastRateChangeRequest: RateChangeRequest;
|
|
2196
|
+
mobileAppSetting: MobileAppSetting;
|
|
2197
|
+
notificationCenter: Center;
|
|
2198
|
+
notificationSetting: NotificationSetting;
|
|
2199
|
+
ongoingRateChangeRequest: Maybe<Scalars['Unknown']['output']>;
|
|
2200
|
+
payments: PaymentsConnection;
|
|
2201
|
+
pendingAvailabilityRequests: Array<Maybe<AvailabilityRequest>>;
|
|
2202
|
+
pendingNotifications: Array<Maybe<Scalars['Unknown']['output']>>;
|
|
2203
|
+
pendingQuizzes: Array<Maybe<Scalars['Unknown']['output']>>;
|
|
2204
|
+
pendingSurveys: Array<Maybe<Survey>>;
|
|
2205
|
+
preliminarySearchSetting: PreliminarySearchSetting;
|
|
2206
|
+
recommendedJobs: Array<Maybe<Scalars['Unknown']['output']>>;
|
|
2207
|
+
referralUrl: ReferralUrl;
|
|
2208
|
+
savedJobsCount: JobList;
|
|
2209
|
+
scheduledAvailability: Maybe<Scalars['Unknown']['output']>;
|
|
2210
|
+
searchSubscription: SearchSubscription;
|
|
2211
|
+
slackApplications: SlackApplicationsConnection;
|
|
2212
|
+
talentPortalSetting: TalentPortalSetting;
|
|
2213
|
+
talentStatistics: RoleStatistics;
|
|
2214
|
+
termsOfService: TermsOfService;
|
|
2215
|
+
viewerRole: ViewerRole;
|
|
2216
|
+
};
|
|
2217
|
+
export type ViewerRole = {
|
|
2218
|
+
activatedAt: Scalars['DateTime']['output'];
|
|
2219
|
+
allocatedHours: Scalars['Int']['output'];
|
|
2220
|
+
applicationReapplyGracePeriodDueDate: Maybe<Scalars['Unknown']['output']>;
|
|
2221
|
+
askExpertMenuVisible: Scalars['Boolean']['output'];
|
|
2222
|
+
availability: Scalars['String']['output'];
|
|
2223
|
+
availableShiftRangeFrom: Scalars['String']['output'];
|
|
2224
|
+
availableShiftRangeTo: Scalars['String']['output'];
|
|
2225
|
+
blockedStatus: BlockedStatus;
|
|
2226
|
+
contactFields: ContactFields;
|
|
2227
|
+
email: Scalars['String']['output'];
|
|
2228
|
+
firstName: Scalars['String']['output'];
|
|
2229
|
+
fullName: Scalars['String']['output'];
|
|
2230
|
+
hiredHours: Scalars['Int']['output'];
|
|
2231
|
+
hourlyRate: Money;
|
|
2232
|
+
isFakeSession: Scalars['Boolean']['output'];
|
|
2233
|
+
isPassThroughTalent: Scalars['Boolean']['output'];
|
|
2234
|
+
lastAllocatedHoursChangeRequest: AllocatedHoursChangeRequest;
|
|
2235
|
+
lastMobileAccess: MobileAccess;
|
|
2236
|
+
marketplaceAutoMigrated: Scalars['Boolean']['output'];
|
|
2237
|
+
marketplaceSeenMigrationNotificationAt: Scalars['DateTime']['output'];
|
|
2238
|
+
nonTalentRoles: Array<Maybe<Scalars['Unknown']['output']>>;
|
|
2239
|
+
operations: ViewerRoleOperations;
|
|
2240
|
+
permissions: TalentPermissions;
|
|
2241
|
+
phoneNumber: Scalars['String']['output'];
|
|
2242
|
+
photo: Photo;
|
|
2243
|
+
postActivationStepsStatus: Scalars['String']['output'];
|
|
2244
|
+
profile: Profile;
|
|
2245
|
+
profileId: Scalars['ID']['output'];
|
|
2246
|
+
publicResumeUrl: Scalars['String']['output'];
|
|
2247
|
+
pushNotificationsConfiguration: PushNotificationsConfiguration;
|
|
2248
|
+
rateInsight: TalentRateInsight;
|
|
2249
|
+
rates: TalentRate;
|
|
2250
|
+
roleId: Scalars['Int']['output'];
|
|
2251
|
+
sendNotificationsToPrivateEmail: Scalars['Boolean']['output'];
|
|
2252
|
+
specializationType: Scalars['String']['output'];
|
|
2253
|
+
specializations: Array<Maybe<TalentSpecialization>>;
|
|
2254
|
+
talentPartner: Maybe<Scalars['Unknown']['output']>;
|
|
2255
|
+
talentVerticals: Array<Maybe<TalentVertical>>;
|
|
2256
|
+
timeZone: TimeZone;
|
|
2257
|
+
topSchedulerSettingsAllowed: Scalars['Boolean']['output'];
|
|
2258
|
+
toptalEmail: Scalars['String']['output'];
|
|
2259
|
+
toptalEmailSuspended: Scalars['Boolean']['output'];
|
|
2260
|
+
userChameleonUUID: Scalars['String']['output'];
|
|
2261
|
+
vertical: TalentVertical;
|
|
2262
|
+
workingTimeFrom: Scalars['String']['output'];
|
|
2263
|
+
workingTimeTo: Scalars['String']['output'];
|
|
2264
|
+
};
|
|
2265
|
+
export type ViewerRoleOperations = {
|
|
2266
|
+
createRateChangeRequest: Operation;
|
|
2267
|
+
createTalentSignal: ViewerRoleOperationsCreateTalentSignal;
|
|
2268
|
+
promoteGigs: ViewerRoleOperationsPromoteGigs;
|
|
2269
|
+
startSearchSubscription: Operation;
|
|
2270
|
+
};
|
|
2271
|
+
export type ViewerRoleOperationsCreateTalentSignal = {
|
|
2272
|
+
callable: Scalars['String']['output'];
|
|
2273
|
+
};
|
|
2274
|
+
export type ViewerRoleOperationsPromoteGigs = {
|
|
2275
|
+
callable: Scalars['String']['output'];
|
|
2276
|
+
errors: Array<Maybe<Scalars['Unknown']['output']>>;
|
|
2277
|
+
messages: Array<Maybe<Scalars['Unknown']['output']>>;
|
|
2278
|
+
};
|
|
2279
|
+
export type ViewerRoleOps = {
|
|
2280
|
+
createBecomeClient: Maybe<CreateBecomeClientPayload>;
|
|
2281
|
+
createDirectReferral: Maybe<CreateDirectReferralPayload>;
|
|
2282
|
+
createMarketplaceHelpRequest: Maybe<CreateMarketplaceHelpRequestPayload>;
|
|
2283
|
+
createRateChangeRequest: Maybe<CreateRateChangeRequestPayload>;
|
|
2284
|
+
createTalentSignal: Maybe<CreateTalentSignalPayload>;
|
|
2285
|
+
markMarketplaceMigrationNotificationSeen: Maybe<MutationResult>;
|
|
2286
|
+
markSeenFirstJobNotification: Maybe<MutationResult>;
|
|
2287
|
+
postActivationLifecycleUpdateTopScheduler: Maybe<MutationResult>;
|
|
2288
|
+
setUnavailable: Maybe<SetUnavailablePayload>;
|
|
2289
|
+
submitHireMePage: Maybe<MutationResult>;
|
|
2290
|
+
update: Maybe<ViewerRoleUpdatePayload>;
|
|
2291
|
+
updateAccountSettings: Maybe<MutationResult>;
|
|
2292
|
+
};
|
|
2293
|
+
export type ViewerRoleOpsCreateBecomeClientArgs = {
|
|
2294
|
+
input: InputMaybe<Scalars['Unknown']['input']>;
|
|
2295
|
+
};
|
|
2296
|
+
export type ViewerRoleOpsCreateDirectReferralArgs = {
|
|
2297
|
+
input: InputMaybe<Scalars['Unknown']['input']>;
|
|
2298
|
+
};
|
|
2299
|
+
export type ViewerRoleOpsCreateMarketplaceHelpRequestArgs = {
|
|
2300
|
+
input: InputMaybe<Scalars['Unknown']['input']>;
|
|
2301
|
+
};
|
|
2302
|
+
export type ViewerRoleOpsCreateRateChangeRequestArgs = {
|
|
2303
|
+
input: InputMaybe<Scalars['Unknown']['input']>;
|
|
2304
|
+
};
|
|
2305
|
+
export type ViewerRoleOpsCreateTalentSignalArgs = {
|
|
2306
|
+
input: InputMaybe<Scalars['Unknown']['input']>;
|
|
2307
|
+
};
|
|
2308
|
+
export type ViewerRoleOpsMarkMarketplaceMigrationNotificationSeenArgs = {
|
|
2309
|
+
input: InputMaybe<Scalars['Unknown']['input']>;
|
|
2310
|
+
};
|
|
2311
|
+
export type ViewerRoleOpsMarkSeenFirstJobNotificationArgs = {
|
|
2312
|
+
input: InputMaybe<Scalars['Unknown']['input']>;
|
|
2313
|
+
};
|
|
2314
|
+
export type ViewerRoleOpsPostActivationLifecycleUpdateTopSchedulerArgs = {
|
|
2315
|
+
input: InputMaybe<Scalars['Unknown']['input']>;
|
|
2316
|
+
};
|
|
2317
|
+
export type ViewerRoleOpsSetUnavailableArgs = {
|
|
2318
|
+
input: InputMaybe<Scalars['Unknown']['input']>;
|
|
2319
|
+
};
|
|
2320
|
+
export type ViewerRoleOpsSubmitHireMePageArgs = {
|
|
2321
|
+
input: SubmitHireMePageInput;
|
|
2322
|
+
};
|
|
2323
|
+
export type ViewerRoleOpsUpdateArgs = {
|
|
2324
|
+
input: InputMaybe<Scalars['Unknown']['input']>;
|
|
2325
|
+
};
|
|
2326
|
+
export type ViewerRoleOpsUpdateAccountSettingsArgs = {
|
|
2327
|
+
input: ViewerRoleUpdateAccountSettingsInput;
|
|
2328
|
+
};
|
|
2329
|
+
export type ViewerRoleResetPasswordPayload = MutationResult & {
|
|
2330
|
+
errors: Maybe<Array<Maybe<UserError>>>;
|
|
2331
|
+
success: Scalars['Boolean']['output'];
|
|
2332
|
+
};
|
|
2333
|
+
export type ViewerRoleUpdateAccountSettingsInput = {
|
|
2334
|
+
_placeholder: InputMaybe<Scalars['String']['input']>;
|
|
2335
|
+
};
|
|
2336
|
+
export type ViewerRoleUpdateAccountSettingsPayload = MutationResult & {
|
|
2337
|
+
errors: Maybe<Array<Maybe<UserError>>>;
|
|
2338
|
+
success: Scalars['Boolean']['output'];
|
|
2339
|
+
};
|
|
2340
|
+
export type ViewerRoleUpdatePayload = MutationResult & {
|
|
2341
|
+
errors: Maybe<Array<Maybe<UserError>>>;
|
|
2342
|
+
success: Scalars['Boolean']['output'];
|
|
2343
|
+
};
|
|
2344
|
+
type Properties<T> = Required<{
|
|
2345
|
+
[K in keyof T]: z.ZodType<T[K]>;
|
|
2346
|
+
}>;
|
|
2347
|
+
type definedNonNullAny = {};
|
|
2348
|
+
export declare const isDefinedNonNullAny: (v: any) => v is definedNonNullAny;
|
|
2349
|
+
export declare const definedNonNullAnySchema: z.ZodAny & z.ZodType<definedNonNullAny, any, z.core.$ZodTypeInternals<definedNonNullAny, any>>;
|
|
2350
|
+
export declare const ActionStatusEnumSchema: z.ZodType<"NEGATIVE" | "NEUTRAL" | "PENDING" | "POSITIVE">;
|
|
2351
|
+
export declare const AllocatedHoursChangeRequestStatusEnumSchema: z.ZodType<"ACCEPTED" | "CANCELLED" | "PENDING" | "REJECTED">;
|
|
2352
|
+
export declare const AvailabilityRequestKindEnumSchema: z.ZodType<"_UNKNOWN">;
|
|
2353
|
+
export declare const AvailabilityRequestStatusEnumSchema: z.ZodType<"CANCELLED" | "CONFIRMED" | "EXPIRED" | "PENDING" | "REJECTED" | "WITHDRAWN">;
|
|
2354
|
+
export declare const BadgedLogicSchema: z.ZodType<"AND" | "OR">;
|
|
2355
|
+
export declare const BudgetFitFilterEnumSchema: z.ZodType<"FIT" | "FIT_OR_10_PERCENT_LESS" | "FIT_OR_20_PERCENT_LESS" | "FIT_OR_30_PERCENT_LESS">;
|
|
2356
|
+
export declare const CommitmentEnumSchema: z.ZodType<"FULL_TIME" | "HOURLY" | "PART_TIME">;
|
|
2357
|
+
export declare const EngagementDeliveryModelIdentifierSchema: z.ZodType<"CORE" | "EXPERT_CROWD" | "MARKETPLACE" | "TOPTAL_RECRUIT">;
|
|
2358
|
+
export declare const EngagementRatePeriodEnumSchema: z.ZodType<"HOUR" | "WEEK">;
|
|
2359
|
+
export declare const EngagementStatusEnumSchema: z.ZodType<"ACTIVE" | "COMPLETED">;
|
|
2360
|
+
export declare const EngagementTrialStatusEnumSchema: z.ZodType<"CANCELED" | "EXPIRED" | "PENDING" | "REJECTED" | "SUCCESSFUL">;
|
|
2361
|
+
export declare const EstimatedLengthFilterEnumSchema: z.ZodType<"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">;
|
|
2362
|
+
export declare const InterviewGuideSectionIdentifierEnumSchema: z.ZodType<"ASK_YOUR_CLIENT" | "GAPS" | "JOB_HIGHLIGHTS" | "POTENTIAL_QUESTIONS" | "PRO_TIPS" | "STRENGTHS">;
|
|
2363
|
+
export declare const InterviewGuideTipIdentifierEnumSchema: z.ZodType<"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">;
|
|
2364
|
+
export declare const InterviewKindEnumSchema: z.ZodType<"EXTERNAL" | "INTERNAL">;
|
|
2365
|
+
export declare const InterviewStatusEnumSchema: z.ZodType<"ACCEPTED" | "MISSED" | "PENDING" | "REJECTED" | "SCHEDULED" | "TIME_ACCEPTED" | "TIME_REJECTED">;
|
|
2366
|
+
export declare const JobActivityItemStatusEnumSchema: z.ZodType<"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">;
|
|
2367
|
+
export declare const JobActivityItemStatusGroupEnumSchema: z.ZodType<"ACTIVE_ENGAGEMENT" | "ARCHIVED" | "CLOSED_ENGAGEMENT" | "ON_CLIENT_REVIEW" | "ON_RECRUITER_REVIEW">;
|
|
2368
|
+
export declare const JobAlertsSubscriptionEnumSchema: z.ZodType<"ALL" | "MATCHED" | "NONE">;
|
|
2369
|
+
export declare const JobCommitmentFilterEnumSchema: z.ZodType<"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">;
|
|
2370
|
+
export declare const JobEstimatedLengthEnumSchema: z.ZodType<"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">;
|
|
2371
|
+
export declare const JobHiringStatusEnumSchema: z.ZodType<"ACCEPTING_APPLICATIONS" | "ALREADY_INTERVIEWING" | "BE_FIRST_TO_APPLY" | "CANDIDATES_INTRODUCED_TO_CLIENT" | "FULFILLED" | "INELIGIBLE" | "REVIEWING_APPLICATIONS">;
|
|
2372
|
+
export declare const JobOperationsApplyErrorsEnumSchema: z.ZodType<"ALREADY_APPLIED" | "AVAILABILITY_REQUEST_ADDRESSED_OR_ADDRESSABLE" | "ID_VERIFICATION_REQUIRED" | "LEGACY_CLIENT" | "NOT_ELIGIBLE" | "NOT_ENOUGH_AVAILABLE_HOURS" | "NO_MATCHING_SKILLS" | "SPECIALIZATION_MISMATCH">;
|
|
2373
|
+
export declare const JobPositionAnswerInterfaceEnumSchema: z.ZodType<"DISPLAY_HOURS_OVERLAP">;
|
|
2374
|
+
export declare const JobWorkTypeSlugSchema: z.ZodType<"MIXED" | "ONSITE" | "RECRUITING" | "REMOTE">;
|
|
2375
|
+
export declare const MemorandumBalanceEnumSchema: z.ZodType<"CREDIT" | "DEBIT">;
|
|
2376
|
+
export declare const MinimumCommitmentInapplicableReasonSchema: z.ZodType<"HAS_BREAK" | "IS_TRIAL" | "NOT_FULL_LENGTH">;
|
|
2377
|
+
export declare const MobileAnnouncementStyleEnumSchema: z.ZodType<"IMPORTANT" | "REGULAR" | "YEAR_IN_REVIEW">;
|
|
2378
|
+
export declare const MobileFeedbackFeatureEnumSchema: z.ZodType<"_UNKNOWN">;
|
|
2379
|
+
export declare const MobileStoryPageContentChartKindSchema: z.ZodType<"BAR" | "LINE">;
|
|
2380
|
+
export declare const NotificationCenterNotificationLabelStyleEnumSchema: z.ZodType<"INFORMATIONAL">;
|
|
2381
|
+
export declare const NotificationEntityKindEnumSchema: z.ZodType<"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">;
|
|
2382
|
+
export declare const NotificationIconEnumSchema: z.ZodType<"AWARD" | "CANDIDATE_SENT" | "COMMUNITY" | "INFO" | "INTERVIEW" | "JOB_INFO" | "JOB_REJECTED" | "PAYMENT" | "PAYMENT_DISPUTE" | "REFERRAL" | "SURVEY" | "TALENT_ACCEPTED" | "THUNDER" | "TIMESHEET" | "TRIAL">;
|
|
2383
|
+
export declare const OperationCallableTypesSchema: z.ZodType<"DISABLED" | "ENABLED" | "HIDDEN">;
|
|
2384
|
+
export declare const PaymentKindCategorySchema: z.ZodType<"BONUS_PAYMENT" | "REFERRAL_PAYMENT" | "TALENT_PAYMENT">;
|
|
2385
|
+
export declare const PointOfContactKindEnumSchema: z.ZodType<"MATCHER" | "MATCHING_OPERATIONS_COORDINATOR">;
|
|
2386
|
+
export declare const PortfolioItemKindEnumSchema: z.ZodType<"ACCOMPLISHMENT" | "BASIC" | "CLASSIC" | "CODE_BASE" | "OTHER_AMAZING_THINGS">;
|
|
2387
|
+
export declare const PreAppliedFiltersKindEnumSchema: z.ZodType<"DEFAULT_VERTICAL_FILTERS" | "SAVED_SEARCH_FILTERS">;
|
|
2388
|
+
export declare const ProposedEngagementEndStatusEnumSchema: z.ZodType<"CANCELLED" | "PENDING">;
|
|
2389
|
+
export declare const QuestionnaireInputContentTypeEnumSchema: z.ZodType<"EMAIL" | "NONE" | "PHONE">;
|
|
2390
|
+
export declare const QuestionnaireInputTypeEnumSchema: z.ZodType<"OPEN_TEXT" | "RADIO_BUTTONS" | "SELECT" | "SELECT_WITH_FILTER" | "SELECT_WITH_OTHER_INPUT" | "SINGLE_LINE_TEXT">;
|
|
2391
|
+
export declare const RateChangeRequestQuestionKindEnumSchema: z.ZodType<"RADIO" | "TEXT">;
|
|
2392
|
+
export declare const RateChangeRequestStatusEnumSchema: z.ZodType<"CLAIMED" | "COMPLETED" | "PENDING">;
|
|
2393
|
+
export declare const RateChangeRequestTypeEnumSchema: z.ZodType<"CONSULTATION" | "CURRENT_ENGAGEMENT" | "FUTURE_ENGAGEMENTS">;
|
|
2394
|
+
export declare const RatingSchema: z.ZodType<"COMPETENT" | "EXPERT" | "STRONG">;
|
|
2395
|
+
export declare const ReferralBonusRewardFilterSchema: z.ZodType<"ELIGIBLE">;
|
|
2396
|
+
export declare const ReferralEventStatusEnumSchema: z.ZodType<"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">;
|
|
2397
|
+
export declare const ReferralProgramEnumSchema: z.ZodType<"CLIENT" | "TALENT_BONUS" | "TALENT_PARTNER" | "TALENT_STANDARD">;
|
|
2398
|
+
export declare const ReferralStatRoleTypeEnumSchema: z.ZodType<"CLIENT" | "TALENT" | "TALENT_PARTNER">;
|
|
2399
|
+
export declare const ReferralStatusEnumSchema: z.ZodType<"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">;
|
|
2400
|
+
export declare const ReportsRangeSchema: z.ZodType<"RANGE_1_5" | "RANGE_6_10" | "RANGE_11_20" | "RANGE_21_50" | "RANGE_50_PLUS">;
|
|
2401
|
+
export declare const ReturningTimeEnumSchema: z.ZodType<"_UNKNOWN">;
|
|
2402
|
+
export declare const SortOrderEnumSchema: z.ZodType<"_UNKNOWN">;
|
|
2403
|
+
export declare const StatusColorSchema: z.ZodType<"NEGATIVE" | "NEUTRAL" | "POSITIVE" | "WARNING">;
|
|
2404
|
+
export declare const SurveyInputTypeEnumSchema: z.ZodType<"CHECKBOX" | "OPEN_TEXT" | "PROPOSED_ENGAGEMENT_END_DATE" | "RADIO_BUTTONS" | "RATING" | "SLIDER">;
|
|
2405
|
+
export declare const SurveyKindEnumSchema: z.ZodType<"ENGAGEMENT_ENDED" | "ENGAGEMENT_TESTIMONIAL" | "INTERVIEW_ENDED" | "MID_ENGAGEMENT" | "MOBILE_APP_SATISFACTION" | "NEWCOMER" | "NPS" | "OPPORTUNITY_CHECK">;
|
|
2406
|
+
export declare const TalentAccessibleRoleRoleSelectorVisibilitySchema: z.ZodType<"HIDDEN" | "VISIBLE">;
|
|
2407
|
+
export declare const TalentInterviewMethodTypeEnumSchema: z.ZodType<"BLUEJEANS" | "CUSTOM_WEB_CONFERENCE" | "GOOGLE_HANGOUTS" | "PHONE" | "SKYPE" | "ZOOM">;
|
|
2408
|
+
export declare const TalentPaymentStatusSchema: z.ZodType<"DISPUTED" | "DUE" | "ON_HOLD" | "OUTSTANDING" | "OVERDUE" | "PAID">;
|
|
2409
|
+
export declare const TopChatConversationStatusSchema: z.ZodType<"ACTIVE" | "ARCHIVED">;
|
|
2410
|
+
export declare const VerticalGlobalMarketConditionEnumSchema: z.ZodType<"MODERATE" | "POOR">;
|
|
2411
|
+
export declare const VerticalMarketConditionEnumSchema: z.ZodType<"MODERATE" | "POOR" | "STRONG">;
|
|
2412
|
+
export declare function AcceptFreelanceTalentAgreementInputSchema(): z.ZodObject<Properties<AcceptFreelanceTalentAgreementInput>>;
|
|
2413
|
+
export declare function AcceptFreelanceTalentAgreementPayloadSchema(): z.ZodObject<Properties<AcceptFreelanceTalentAgreementPayload>>;
|
|
2414
|
+
export declare function AcceptGigReachOutPayloadSchema(): z.ZodObject<Properties<AcceptGigReachOutPayload>>;
|
|
2415
|
+
export declare function AccessibleRoleSchema(): z.ZodObject<Properties<AccessibleRole>>;
|
|
2416
|
+
export declare function AcknowledgeAllTalentBadgesPayloadSchema(): z.ZodObject<Properties<AcknowledgeAllTalentBadgesPayload>>;
|
|
2417
|
+
export declare function AcknowledgeBadgeNotificationPayloadSchema(): z.ZodObject<Properties<AcknowledgeBadgeNotificationPayload>>;
|
|
2418
|
+
export declare function AddProfileIndustryConnectionsInputSchema(): z.ZodObject<Properties<AddProfileIndustryConnectionsInput>>;
|
|
2419
|
+
export declare function AddProfileIndustryConnectionsPayloadSchema(): z.ZodObject<Properties<AddProfileIndustryConnectionsPayload>>;
|
|
2420
|
+
export declare function AddProfileSkillSetPayloadSchema(): z.ZodObject<Properties<AddProfileSkillSetPayload>>;
|
|
2421
|
+
export declare function AllocatedHoursChangeRequestSchema(): z.ZodObject<Properties<AllocatedHoursChangeRequest>>;
|
|
2422
|
+
export declare function AllocatedHoursChangeRequestStatusSchema(): z.ZodObject<Properties<AllocatedHoursChangeRequestStatus>>;
|
|
2423
|
+
export declare function ApnTokenRegisterPayloadSchema(): z.ZodObject<Properties<ApnTokenRegisterPayload>>;
|
|
2424
|
+
export declare function ApnTokenRemovePayloadSchema(): z.ZodObject<Properties<ApnTokenRemovePayload>>;
|
|
2425
|
+
export declare function ApnTokensOpsSchema(): z.ZodObject<Properties<ApnTokensOps>>;
|
|
2426
|
+
export declare function ApnTokensOpsRegisterArgsSchema(): z.ZodObject<Properties<ApnTokensOpsRegisterArgs>>;
|
|
2427
|
+
export declare function ApplicationSchema(): z.ZodUnion<readonly [z.ZodObject<Required<{
|
|
2428
|
+
id: z.ZodType<string, unknown, z.core.$ZodTypeInternals<string, unknown>>;
|
|
2429
|
+
answeredAt: z.ZodType<Maybe<string>, unknown, z.core.$ZodTypeInternals<Maybe<string>, unknown>>;
|
|
2430
|
+
comment: z.ZodType<Maybe<string>, unknown, z.core.$ZodTypeInternals<Maybe<string>, unknown>>;
|
|
2431
|
+
createdAt: z.ZodType<string, unknown, z.core.$ZodTypeInternals<string, unknown>>;
|
|
2432
|
+
jirStatus: z.ZodType<AvailabilityRequestStatus, unknown, z.core.$ZodTypeInternals<AvailabilityRequestStatus, unknown>>;
|
|
2433
|
+
job: z.ZodType<TalentJob, unknown, z.core.$ZodTypeInternals<TalentJob, unknown>>;
|
|
2434
|
+
jobExpertiseAnswers: z.ZodType<unknown[], unknown, z.core.$ZodTypeInternals<unknown[], unknown>>;
|
|
2435
|
+
jobPositionAnswers: z.ZodType<Maybe<JobPositionAnswer>[], unknown, z.core.$ZodTypeInternals<Maybe<JobPositionAnswer>[], unknown>>;
|
|
2436
|
+
metadata: z.ZodType<AvailabilityRequestFixedMetadata, unknown, z.core.$ZodTypeInternals<AvailabilityRequestFixedMetadata, unknown>>;
|
|
2437
|
+
rejectReason: z.ZodType<unknown, unknown, z.core.$ZodTypeInternals<unknown, unknown>>;
|
|
2438
|
+
requestedHourlyRate: z.ZodType<Money, unknown, z.core.$ZodTypeInternals<Money, unknown>>;
|
|
2439
|
+
statusV2: z.ZodType<AvailabilityRequestStatus, unknown, z.core.$ZodTypeInternals<AvailabilityRequestStatus, unknown>>;
|
|
2440
|
+
talentComment: z.ZodType<string, unknown, z.core.$ZodTypeInternals<string, unknown>>;
|
|
2441
|
+
updatedAt: z.ZodType<string, unknown, z.core.$ZodTypeInternals<string, unknown>>;
|
|
2442
|
+
}>, z.core.$strip>, z.ZodObject<Required<{
|
|
2443
|
+
id: z.ZodType<string, unknown, z.core.$ZodTypeInternals<string, unknown>>;
|
|
2444
|
+
requestedHourlyRate: z.ZodType<Money, unknown, z.core.$ZodTypeInternals<Money, unknown>>;
|
|
2445
|
+
}>, z.core.$strip>]>;
|
|
2446
|
+
export declare function AttachTalentVideoPitchInputSchema(): z.ZodObject<Properties<AttachTalentVideoPitchInput>>;
|
|
2447
|
+
export declare function AttachTalentVideoPitchPayloadSchema(): z.ZodObject<Properties<AttachTalentVideoPitchPayload>>;
|
|
2448
|
+
export declare function AuthOpsSchema(): z.ZodObject<Properties<AuthOps>>;
|
|
2449
|
+
export declare function AuthOpsSendPasswordResetEmailArgsSchema(): z.ZodObject<Properties<AuthOpsSendPasswordResetEmailArgs>>;
|
|
2450
|
+
export declare function AuthOpsSignInArgsSchema(): z.ZodObject<Properties<AuthOpsSignInArgs>>;
|
|
2451
|
+
export declare function AvailabilityRequestSchema(): z.ZodObject<Properties<AvailabilityRequest>>;
|
|
2452
|
+
export declare function AvailabilityRequestAnsweredAfterThresholdContextSchema(): z.ZodObject<Properties<AvailabilityRequestAnsweredAfterThresholdContext>>;
|
|
2453
|
+
export declare function AvailabilityRequestConfirmPayloadSchema(): z.ZodObject<Properties<AvailabilityRequestConfirmPayload>>;
|
|
2454
|
+
export declare function AvailabilityRequestFixedMetadataSchema(): z.ZodObject<Properties<AvailabilityRequestFixedMetadata>>;
|
|
2455
|
+
export declare function AvailabilityRequestMetricsSchema(): z.ZodObject<Properties<AvailabilityRequestMetrics>>;
|
|
2456
|
+
export declare function AvailabilityRequestOpsSchema(): z.ZodObject<Properties<AvailabilityRequestOps>>;
|
|
2457
|
+
export declare function AvailabilityRequestOpsConfirmArgsSchema(): z.ZodObject<Properties<AvailabilityRequestOpsConfirmArgs>>;
|
|
2458
|
+
export declare function AvailabilityRequestOpsRejectArgsSchema(): z.ZodObject<Properties<AvailabilityRequestOpsRejectArgs>>;
|
|
2459
|
+
export declare function AvailabilityRequestRejectPayloadSchema(): z.ZodObject<Properties<AvailabilityRequestRejectPayload>>;
|
|
2460
|
+
export declare function AvailabilityRequestRejectReasonSchema(): z.ZodObject<Properties<AvailabilityRequestRejectReason>>;
|
|
2461
|
+
export declare function AvailabilityRequestRejectReasonsTypeV3Schema(): z.ZodObject<Properties<AvailabilityRequestRejectReasonsTypeV3>>;
|
|
2462
|
+
export declare function AvailabilityRequestStatusSchema(): z.ZodObject<Properties<AvailabilityRequestStatus>>;
|
|
2463
|
+
export declare function BadgeSchema(): z.ZodObject<Properties<Badge>>;
|
|
2464
|
+
export declare function BadgeConnectionSchema(): z.ZodObject<Properties<BadgeConnection>>;
|
|
2465
|
+
export declare function BadgeContextSchema(): z.ZodObject<Properties<BadgeContext>>;
|
|
2466
|
+
export declare function BadgeGroupSchema(): z.ZodObject<Properties<BadgeGroup>>;
|
|
2467
|
+
export declare function BadgeGroupConnectionSchema(): z.ZodObject<Properties<BadgeGroupConnection>>;
|
|
2468
|
+
export declare function BillingCycleSchema(): z.ZodObject<Properties<BillingCycle>>;
|
|
2469
|
+
export declare function BillingCycleConnectionSchema(): z.ZodObject<Properties<BillingCycleConnection>>;
|
|
2470
|
+
export declare function BlockedStatusSchema(): z.ZodObject<Properties<BlockedStatus>>;
|
|
2471
|
+
export declare function BookingPageMutationsSchema(): z.ZodObject<Properties<BookingPageMutations>>;
|
|
2472
|
+
export declare function BookingPageMutationsUpdateArgsSchema(): z.ZodObject<Properties<BookingPageMutationsUpdateArgs>>;
|
|
2473
|
+
export declare function BooleanFilterSchema(): z.ZodObject<Properties<BooleanFilter>>;
|
|
2474
|
+
export declare function CalendarAuthMutationsSchema(): z.ZodObject<Properties<CalendarAuthMutations>>;
|
|
2475
|
+
export declare function CalendarAuthMutationsRemoveArgsSchema(): z.ZodObject<Properties<CalendarAuthMutationsRemoveArgs>>;
|
|
2476
|
+
export declare function CalendarMutationsSchema(): z.ZodObject<Properties<CalendarMutations>>;
|
|
2477
|
+
export declare function CalendarMutationsDisableArgsSchema(): z.ZodObject<Properties<CalendarMutationsDisableArgs>>;
|
|
2478
|
+
export declare function CalendarMutationsEnableArgsSchema(): z.ZodObject<Properties<CalendarMutationsEnableArgs>>;
|
|
2479
|
+
export declare function CalendarMutationsMarkAsPrimaryArgsSchema(): z.ZodObject<Properties<CalendarMutationsMarkAsPrimaryArgs>>;
|
|
2480
|
+
export declare function CenterSchema(): z.ZodObject<Properties<Center>>;
|
|
2481
|
+
export declare function CertificationSchema(): z.ZodObject<Properties<Certification>>;
|
|
2482
|
+
export declare function CertificationConnectionSchema(): z.ZodObject<Properties<CertificationConnection>>;
|
|
2483
|
+
export declare function ClientSchema(): z.ZodObject<Properties<Client>>;
|
|
2484
|
+
export declare function CoachingEngagementMutationsSchema(): z.ZodObject<Properties<CoachingEngagementMutations>>;
|
|
2485
|
+
export declare function CoachingEngagementMutationsCreateArgsSchema(): z.ZodObject<Properties<CoachingEngagementMutationsCreateArgs>>;
|
|
2486
|
+
export declare function CoachingEngagementMutationsRemoveArgsSchema(): z.ZodObject<Properties<CoachingEngagementMutationsRemoveArgs>>;
|
|
2487
|
+
export declare function CodeOfConductSchema(): z.ZodObject<Properties<CodeOfConduct>>;
|
|
2488
|
+
export declare function CodeOfConductAcceptPayloadSchema(): z.ZodObject<Properties<CodeOfConductAcceptPayload>>;
|
|
2489
|
+
export declare function CodeOfConductMutationsSchema(): z.ZodObject<Properties<CodeOfConductMutations>>;
|
|
2490
|
+
export declare function CodeOfConductMutationsAcceptArgsSchema(): z.ZodObject<Properties<CodeOfConductMutationsAcceptArgs>>;
|
|
2491
|
+
export declare function CommitmentHoursDictionarySchema(): z.ZodObject<Properties<CommitmentHoursDictionary>>;
|
|
2492
|
+
export declare function CommitmentTypeSchema(): z.ZodObject<Properties<CommitmentType>>;
|
|
2493
|
+
export declare function CommunityEventContactLeaderPayloadSchema(): z.ZodObject<Properties<CommunityEventContactLeaderPayload>>;
|
|
2494
|
+
export declare function CommunityEventOpsSchema(): z.ZodObject<Properties<CommunityEventOps>>;
|
|
2495
|
+
export declare function CommunityEventOpsRsvpArgsSchema(): z.ZodObject<Properties<CommunityEventOpsRsvpArgs>>;
|
|
2496
|
+
export declare function CompanyRepresentativeSchema(): z.ZodObject<Properties<CompanyRepresentative>>;
|
|
2497
|
+
export declare function CompleteConsultationsTrainingPayloadSchema(): z.ZodObject<Properties<CompleteConsultationsTrainingPayload>>;
|
|
2498
|
+
export declare function CompleteTalentConsultingOnboardingInputSchema(): z.ZodObject<Properties<CompleteTalentConsultingOnboardingInput>>;
|
|
2499
|
+
export declare function CompleteTalentConsultingOnboardingPayloadSchema(): z.ZodObject<Properties<CompleteTalentConsultingOnboardingPayload>>;
|
|
2500
|
+
export declare function CompleteTalentConsultingTrainingPayloadSchema(): z.ZodObject<Properties<CompleteTalentConsultingTrainingPayload>>;
|
|
2501
|
+
export declare function ConfigurePushNotificationsPayloadSchema(): z.ZodObject<Properties<ConfigurePushNotificationsPayload>>;
|
|
2502
|
+
export declare function ContactFieldsSchema(): z.ZodObject<Properties<ContactFields>>;
|
|
2503
|
+
export declare function CreateApplicantPayloadSchema(): z.ZodObject<Properties<CreateApplicantPayload>>;
|
|
2504
|
+
export declare function CreateBecomeClientInputSchema(): z.ZodObject<Properties<CreateBecomeClientInput>>;
|
|
2505
|
+
export declare function CreateBecomeClientPayloadSchema(): z.ZodObject<Properties<CreateBecomeClientPayload>>;
|
|
2506
|
+
export declare function CreateCoachingEngagementInputSchema(): z.ZodObject<Properties<CreateCoachingEngagementInput>>;
|
|
2507
|
+
export declare function CreateCoachingEngagementPayloadSchema(): z.ZodObject<Properties<CreateCoachingEngagementPayload>>;
|
|
2508
|
+
export declare function CreateCommunityLeaderApplicationInputSchema(): z.ZodObject<Properties<CreateCommunityLeaderApplicationInput>>;
|
|
2509
|
+
export declare function CreateCommunityLeaderApplicationPayloadSchema(): z.ZodObject<Properties<CreateCommunityLeaderApplicationPayload>>;
|
|
2510
|
+
export declare function CreateDirectReferralInputSchema(): z.ZodObject<Properties<CreateDirectReferralInput>>;
|
|
2511
|
+
export declare function CreateDirectReferralPayloadSchema(): z.ZodObject<Properties<CreateDirectReferralPayload>>;
|
|
2512
|
+
export declare function CreateEngagementTestimonialPayloadSchema(): z.ZodObject<Properties<CreateEngagementTestimonialPayload>>;
|
|
2513
|
+
export declare function CreateForTestingPayloadSchema(): z.ZodObject<Properties<CreateForTestingPayload>>;
|
|
2514
|
+
export declare function CreateMarketplaceHelpRequestInputSchema(): z.ZodObject<Properties<CreateMarketplaceHelpRequestInput>>;
|
|
2515
|
+
export declare function CreateMarketplaceHelpRequestPayloadSchema(): z.ZodObject<Properties<CreateMarketplaceHelpRequestPayload>>;
|
|
2516
|
+
export declare function CreatePaymentOptionInputSchema(): z.ZodObject<Properties<CreatePaymentOptionInput>>;
|
|
2517
|
+
export declare function CreatePaymentOptionPayloadSchema(): z.ZodObject<Properties<CreatePaymentOptionPayload>>;
|
|
2518
|
+
export declare function CreateRateChangeRequestInputSchema(): z.ZodObject<Properties<CreateRateChangeRequestInput>>;
|
|
2519
|
+
export declare function CreateRateChangeRequestPayloadSchema(): z.ZodObject<Properties<CreateRateChangeRequestPayload>>;
|
|
2520
|
+
export declare function CreateTalentSignalInputSchema(): z.ZodObject<Properties<CreateTalentSignalInput>>;
|
|
2521
|
+
export declare function CreateTalentSignalPayloadSchema(): z.ZodObject<Properties<CreateTalentSignalPayload>>;
|
|
2522
|
+
export declare function CreateTopChatConversationInputSchema(): z.ZodObject<Properties<CreateTopChatConversationInput>>;
|
|
2523
|
+
export declare function CreateTopChatConversationPayloadSchema(): z.ZodObject<Properties<CreateTopChatConversationPayload>>;
|
|
2524
|
+
export declare function CreateTopChatUploadInputSchema(): z.ZodObject<Properties<CreateTopChatUploadInput>>;
|
|
2525
|
+
export declare function CreateTopChatUploadPayloadSchema(): z.ZodObject<Properties<CreateTopChatUploadPayload>>;
|
|
2526
|
+
export declare function DateFilterSchema(): z.ZodObject<Properties<DateFilter>>;
|
|
2527
|
+
export declare function DesiredOverlappingHoursFilterSchema(): z.ZodObject<Properties<DesiredOverlappingHoursFilter>>;
|
|
2528
|
+
export declare function DevelopmentCreateAvailabilityRequestPayloadSchema(): z.ZodObject<Properties<DevelopmentCreateAvailabilityRequestPayload>>;
|
|
2529
|
+
export declare function DevelopmentCreateEngagementPayloadSchema(): z.ZodObject<Properties<DevelopmentCreateEngagementPayload>>;
|
|
2530
|
+
export declare function DevelopmentCreateInterviewPayloadSchema(): z.ZodObject<Properties<DevelopmentCreateInterviewPayload>>;
|
|
2531
|
+
export declare function DevelopmentCreateMobileAnnouncementPayloadSchema(): z.ZodObject<Properties<DevelopmentCreateMobileAnnouncementPayload>>;
|
|
2532
|
+
export declare function DevelopmentSendSurveyInterviewEndedPayloadSchema(): z.ZodObject<Properties<DevelopmentSendSurveyInterviewEndedPayload>>;
|
|
2533
|
+
export declare function DevelopmentSendSurveyMidEngagementPayloadSchema(): z.ZodObject<Properties<DevelopmentSendSurveyMidEngagementPayload>>;
|
|
2534
|
+
export declare function EducationSchema(): z.ZodObject<Properties<Education>>;
|
|
2535
|
+
export declare function EducationConnectionSchema(): z.ZodObject<Properties<EducationConnection>>;
|
|
2536
|
+
export declare function EmploymentSchema(): z.ZodObject<Properties<Employment>>;
|
|
2537
|
+
export declare function EmploymentConnectionSchema(): z.ZodObject<Properties<EmploymentConnection>>;
|
|
2538
|
+
export declare function EngagementAdditionalInfoSchema(): z.ZodObject<Properties<EngagementAdditionalInfo>>;
|
|
2539
|
+
export declare function EngagementAgreementSchema(): z.ZodObject<Properties<EngagementAgreement>>;
|
|
2540
|
+
export declare function EngagementBillCycleSchema(): z.ZodObject<Properties<EngagementBillCycle>>;
|
|
2541
|
+
export declare function EngagementBreakCancelPayloadSchema(): z.ZodObject<Properties<EngagementBreakCancelPayload>>;
|
|
2542
|
+
export declare function EngagementBreakOpsSchema(): z.ZodObject<Properties<EngagementBreakOps>>;
|
|
2543
|
+
export declare function EngagementBreakOpsCancelArgsSchema(): z.ZodObject<Properties<EngagementBreakOpsCancelArgs>>;
|
|
2544
|
+
export declare function EngagementBreakOpsRescheduleArgsSchema(): z.ZodObject<Properties<EngagementBreakOpsRescheduleArgs>>;
|
|
2545
|
+
export declare function EngagementBreakReschedulePayloadSchema(): z.ZodObject<Properties<EngagementBreakReschedulePayload>>;
|
|
2546
|
+
export declare function EngagementCreateBreakPayloadSchema(): z.ZodObject<Properties<EngagementCreateBreakPayload>>;
|
|
2547
|
+
export declare function EngagementOperationsSchema(): z.ZodObject<Properties<EngagementOperations>>;
|
|
2548
|
+
export declare function EngagementOperationsScheduleEngagementBreakSchema(): z.ZodObject<Properties<EngagementOperationsScheduleEngagementBreak>>;
|
|
2549
|
+
export declare function EngagementOpsSchema(): z.ZodObject<Properties<EngagementOps>>;
|
|
2550
|
+
export declare function EngagementOpsCreateBreakArgsSchema(): z.ZodObject<Properties<EngagementOpsCreateBreakArgs>>;
|
|
2551
|
+
export declare function EngagementOpsProposeEndDateArgsSchema(): z.ZodObject<Properties<EngagementOpsProposeEndDateArgs>>;
|
|
2552
|
+
export declare function EnrollInLearningProgramPayloadSchema(): z.ZodObject<Properties<EnrollInLearningProgramPayload>>;
|
|
2553
|
+
export declare function FeedbackReasonSchema(): z.ZodObject<Properties<FeedbackReason>>;
|
|
2554
|
+
export declare function HideCommunitySlackChannelRecommendationInputSchema(): z.ZodObject<Properties<HideCommunitySlackChannelRecommendationInput>>;
|
|
2555
|
+
export declare function HideCommunitySlackChannelRecommendationPayloadSchema(): z.ZodObject<Properties<HideCommunitySlackChannelRecommendationPayload>>;
|
|
2556
|
+
export declare function HireMeBannerSchema(): z.ZodObject<Properties<HireMeBanner>>;
|
|
2557
|
+
export declare function HourlyRateSchema(): z.ZodObject<Properties<HourlyRate>>;
|
|
2558
|
+
export declare function HourlyRateFilterSchema(): z.ZodObject<Properties<HourlyRateFilter>>;
|
|
2559
|
+
export declare function IndustrySchema(): z.ZodObject<Properties<Industry>>;
|
|
2560
|
+
export declare function IndustryConnectionSchema(): z.ZodObject<Properties<IndustryConnection>>;
|
|
2561
|
+
export declare function IndustryConnectionsSchema(): z.ZodObject<Properties<IndustryConnections>>;
|
|
2562
|
+
export declare function IndustryConnectionsCreateInputSchema(): z.ZodObject<Properties<IndustryConnectionsCreateInput>>;
|
|
2563
|
+
export declare function InterviewAcceptPayloadSchema(): z.ZodObject<Properties<InterviewAcceptPayload>>;
|
|
2564
|
+
export declare function InterviewContextSchema(): z.ZodObject<Properties<InterviewContext>>;
|
|
2565
|
+
export declare function InterviewOpsSchema(): z.ZodObject<Properties<InterviewOps>>;
|
|
2566
|
+
export declare function InterviewOpsAcceptArgsSchema(): z.ZodObject<Properties<InterviewOpsAcceptArgs>>;
|
|
2567
|
+
export declare function InterviewOpsChangeTalentNotesArgsSchema(): z.ZodObject<Properties<InterviewOpsChangeTalentNotesArgs>>;
|
|
2568
|
+
export declare function InterviewOpsRejectArgsSchema(): z.ZodObject<Properties<InterviewOpsRejectArgs>>;
|
|
2569
|
+
export declare function InterviewRejectPayloadSchema(): z.ZodObject<Properties<InterviewRejectPayload>>;
|
|
2570
|
+
export declare function InterviewRejectReasonSchema(): z.ZodObject<Properties<InterviewRejectReason>>;
|
|
2571
|
+
export declare function InterviewTalentNotesInputSchema(): z.ZodObject<Properties<InterviewTalentNotesInput>>;
|
|
2572
|
+
export declare function InterviewTalentNotesPayloadSchema(): z.ZodObject<Properties<InterviewTalentNotesPayload>>;
|
|
2573
|
+
export declare function JobActivityItemStatusSchema(): z.ZodObject<Properties<JobActivityItemStatus>>;
|
|
2574
|
+
export declare function JobActivityItemStatusGroupSchema(): z.ZodObject<Properties<JobActivityItemStatusGroup>>;
|
|
2575
|
+
export declare function JobActivityListSchema(): z.ZodObject<Properties<JobActivityList>>;
|
|
2576
|
+
export declare function JobApplicationSchema(): z.ZodObject<Properties<JobApplication>>;
|
|
2577
|
+
export declare function JobApplyPayloadSchema(): z.ZodObject<Properties<JobApplyPayload>>;
|
|
2578
|
+
export declare function JobClearInterestStatusPayloadSchema(): z.ZodObject<Properties<JobClearInterestStatusPayload>>;
|
|
2579
|
+
export declare function JobEstimatedLengthSchema(): z.ZodObject<Properties<JobEstimatedLength>>;
|
|
2580
|
+
export declare function JobExpertiseAnswerInputSchema(): z.ZodObject<Properties<JobExpertiseAnswerInput>>;
|
|
2581
|
+
export declare function JobHiringStatusSchema(): z.ZodObject<Properties<JobHiringStatus>>;
|
|
2582
|
+
export declare function JobIndustriesConnectionSchema(): z.ZodObject<Properties<JobIndustriesConnection>>;
|
|
2583
|
+
export declare function JobIndustryEdgeSchema(): z.ZodObject<Properties<JobIndustryEdge>>;
|
|
2584
|
+
export declare function JobListSchema(): z.ZodObject<Properties<JobList>>;
|
|
2585
|
+
export declare function JobMarkNotInterestedPayloadSchema(): z.ZodObject<Properties<JobMarkNotInterestedPayload>>;
|
|
2586
|
+
export declare function JobMarkSavedPayloadSchema(): z.ZodObject<Properties<JobMarkSavedPayload>>;
|
|
2587
|
+
export declare function JobMarkViewedInputSchema(): z.ZodObject<Properties<JobMarkViewedInput>>;
|
|
2588
|
+
export declare function JobMarkViewedPayloadSchema(): z.ZodObject<Properties<JobMarkViewedPayload>>;
|
|
2589
|
+
export declare function JobOperationsSchema(): z.ZodObject<Properties<JobOperations>>;
|
|
2590
|
+
export declare function JobOperationsApplySchema(): z.ZodObject<Properties<JobOperationsApply>>;
|
|
2591
|
+
export declare function JobOperationsApplyErrorSchema(): z.ZodObject<Properties<JobOperationsApplyError>>;
|
|
2592
|
+
export declare function JobOpsSchema(): z.ZodObject<Properties<JobOps>>;
|
|
2593
|
+
export declare function JobOpsApplyArgsSchema(): z.ZodObject<Properties<JobOpsApplyArgs>>;
|
|
2594
|
+
export declare function JobOpsClearInterestStatusArgsSchema(): z.ZodObject<Properties<JobOpsClearInterestStatusArgs>>;
|
|
2595
|
+
export declare function JobOpsMarkNotInterestedArgsSchema(): z.ZodObject<Properties<JobOpsMarkNotInterestedArgs>>;
|
|
2596
|
+
export declare function JobOpsMarkSavedArgsSchema(): z.ZodObject<Properties<JobOpsMarkSavedArgs>>;
|
|
2597
|
+
export declare function JobOpsMarkViewedArgsSchema(): z.ZodObject<Properties<JobOpsMarkViewedArgs>>;
|
|
2598
|
+
export declare function JobOpsStartIdVerificationArgsSchema(): z.ZodObject<Properties<JobOpsStartIdVerificationArgs>>;
|
|
2599
|
+
export declare function JobPositionAnswerSchema(): z.ZodObject<Properties<JobPositionAnswer>>;
|
|
2600
|
+
export declare function JobPositionAnswerInputSchema(): z.ZodObject<Properties<JobPositionAnswerInput>>;
|
|
2601
|
+
export declare function JobPositionQuestionSchema(): z.ZodObject<Properties<JobPositionQuestion>>;
|
|
2602
|
+
export declare function JobSkillSetSchema(): z.ZodObject<Properties<JobSkillSet>>;
|
|
2603
|
+
export declare function JobSkillSetEdgeSchema(): z.ZodObject<Properties<JobSkillSetEdge>>;
|
|
2604
|
+
export declare function JobSkillSetsConnectionSchema(): z.ZodObject<Properties<JobSkillSetsConnection>>;
|
|
2605
|
+
export declare function JobSpecializationSchema(): z.ZodObject<Properties<JobSpecialization>>;
|
|
2606
|
+
export declare function JobTimeZoneSchema(): z.ZodObject<Properties<JobTimeZone>>;
|
|
2607
|
+
export declare function JobUnmarkNotInterestedPayloadSchema(): z.ZodObject<Properties<JobUnmarkNotInterestedPayload>>;
|
|
2608
|
+
export declare function JobWorkTypeSchema(): z.ZodObject<Properties<JobWorkType>>;
|
|
2609
|
+
export declare function KeyValueStringsSchema(): z.ZodObject<Properties<KeyValueStrings>>;
|
|
2610
|
+
export declare function LanguageSchema(): z.ZodObject<Properties<Language>>;
|
|
2611
|
+
export declare function LearningProgramMutationsSchema(): z.ZodObject<Properties<LearningProgramMutations>>;
|
|
2612
|
+
export declare function LearningProgramMutationsEnrollArgsSchema(): z.ZodObject<Properties<LearningProgramMutationsEnrollArgs>>;
|
|
2613
|
+
export declare function ManagementExperienceSchema(): z.ZodObject<Properties<ManagementExperience>>;
|
|
2614
|
+
export declare function MarkAsPreferredPaymentOptionInputSchema(): z.ZodObject<Properties<MarkAsPreferredPaymentOptionInput>>;
|
|
2615
|
+
export declare function MarkAsPreferredPaymentOptionPayloadSchema(): z.ZodObject<Properties<MarkAsPreferredPaymentOptionPayload>>;
|
|
2616
|
+
export declare function MarkJobsAsViewedInputSchema(): z.ZodObject<Properties<MarkJobsAsViewedInput>>;
|
|
2617
|
+
export declare function MarkJobsAsViewedPayloadSchema(): z.ZodObject<Properties<MarkJobsAsViewedPayload>>;
|
|
2618
|
+
export declare function MarkMarketplaceMigrationNotificationSeenPayloadSchema(): z.ZodObject<Properties<MarkMarketplaceMigrationNotificationSeenPayload>>;
|
|
2619
|
+
export declare function MarkSeenFirstJobNotificationPayloadSchema(): z.ZodObject<Properties<MarkSeenFirstJobNotificationPayload>>;
|
|
2620
|
+
export declare function MemorandumsConnectionSchema(): z.ZodObject<Properties<MemorandumsConnection>>;
|
|
2621
|
+
export declare function MobileAccessSchema(): z.ZodObject<Properties<MobileAccess>>;
|
|
2622
|
+
export declare function MobileAnnouncementSchema(): z.ZodObject<Properties<MobileAnnouncement>>;
|
|
2623
|
+
export declare function MobileAnnouncementDestinationSchema(): z.ZodUnion<readonly [z.ZodObject<Required<{
|
|
2624
|
+
externalUrl: z.ZodType<Maybe<string>, unknown, z.core.$ZodTypeInternals<Maybe<string>, unknown>>;
|
|
2625
|
+
}>, z.core.$strip>, z.ZodObject<Required<{
|
|
2626
|
+
id: z.ZodType<string, unknown, z.core.$ZodTypeInternals<string, unknown>>;
|
|
2627
|
+
imageUrls: z.ZodType<Maybe<string>[], unknown, z.core.$ZodTypeInternals<Maybe<string>[], unknown>>;
|
|
2628
|
+
textMd: z.ZodType<string, unknown, z.core.$ZodTypeInternals<string, unknown>>;
|
|
2629
|
+
title: z.ZodType<string, unknown, z.core.$ZodTypeInternals<string, unknown>>;
|
|
2630
|
+
}>, z.core.$strip>]>;
|
|
2631
|
+
export declare function MobileAppSettingSchema(): z.ZodObject<Properties<MobileAppSetting>>;
|
|
2632
|
+
export declare function MobileAppSubmitFeedbackPayloadSchema(): z.ZodObject<Properties<MobileAppSubmitFeedbackPayload>>;
|
|
2633
|
+
export declare function MobileAppViewJobOfferDisclaimerPayloadSchema(): z.ZodObject<Properties<MobileAppViewJobOfferDisclaimerPayload>>;
|
|
2634
|
+
export declare function MobileExternalLinkSchema(): z.ZodObject<Properties<MobileExternalLink>>;
|
|
2635
|
+
export declare function MobileFeedbackQuestionSchema(): z.ZodObject<Required<{
|
|
2636
|
+
label: z.ZodType<Maybe<string>, unknown, z.core.$ZodTypeInternals<Maybe<string>, unknown>>;
|
|
2637
|
+
options: z.ZodType<Maybe<MobileFeedbackQuestionEmojiRatingOption[]>, unknown, z.core.$ZodTypeInternals<Maybe<MobileFeedbackQuestionEmojiRatingOption[]>, unknown>>;
|
|
2638
|
+
}>, z.core.$strip>;
|
|
2639
|
+
export declare function MobileFeedbackQuestionEmojiRatingSchema(): z.ZodObject<Properties<MobileFeedbackQuestionEmojiRating>>;
|
|
2640
|
+
export declare function MobileFeedbackQuestionEmojiRatingOptionSchema(): z.ZodObject<Properties<MobileFeedbackQuestionEmojiRatingOption>>;
|
|
2641
|
+
export declare function MobileStoryPageContentSchema(): z.ZodUnion<readonly [z.ZodObject<Required<{
|
|
2642
|
+
badges: z.ZodType<Maybe<Badge[]>, unknown, z.core.$ZodTypeInternals<Maybe<Badge[]>, unknown>>;
|
|
2643
|
+
subtitle: z.ZodType<Maybe<string>, unknown, z.core.$ZodTypeInternals<Maybe<string>, unknown>>;
|
|
2644
|
+
}>, z.core.$strip>, z.ZodObject<Required<{
|
|
2645
|
+
color: z.ZodType<Maybe<string>, unknown, z.core.$ZodTypeInternals<Maybe<string>, unknown>>;
|
|
2646
|
+
data: z.ZodType<Maybe<MobileStoryPageContentChartDataPoint[]>, unknown, z.core.$ZodTypeInternals<Maybe<MobileStoryPageContentChartDataPoint[]>, unknown>>;
|
|
2647
|
+
kind: z.ZodType<Maybe<string>, unknown, z.core.$ZodTypeInternals<Maybe<string>, unknown>>;
|
|
2648
|
+
secondaryColor: z.ZodType<Maybe<string>, unknown, z.core.$ZodTypeInternals<Maybe<string>, unknown>>;
|
|
2649
|
+
summary: z.ZodType<Maybe<string>, unknown, z.core.$ZodTypeInternals<Maybe<string>, unknown>>;
|
|
2650
|
+
title: z.ZodType<Maybe<string>, unknown, z.core.$ZodTypeInternals<Maybe<string>, unknown>>;
|
|
2651
|
+
}>, z.core.$strip>, z.ZodObject<Required<{
|
|
2652
|
+
metric: z.ZodType<Maybe<string>, unknown, z.core.$ZodTypeInternals<Maybe<string>, unknown>>;
|
|
2653
|
+
metricUnit: z.ZodType<Maybe<string>, unknown, z.core.$ZodTypeInternals<Maybe<string>, unknown>>;
|
|
2654
|
+
subtitle: z.ZodType<Maybe<string>, unknown, z.core.$ZodTypeInternals<Maybe<string>, unknown>>;
|
|
2655
|
+
}>, z.core.$strip>, z.ZodObject<Required<{
|
|
2656
|
+
yearsAtToptal: z.ZodType<Maybe<number>, unknown, z.core.$ZodTypeInternals<Maybe<number>, unknown>>;
|
|
2657
|
+
}>, z.core.$strip>]>;
|
|
2658
|
+
export declare function MobileStoryPageContentBadgeSchema(): z.ZodObject<Properties<MobileStoryPageContentBadge>>;
|
|
2659
|
+
export declare function MobileStoryPageContentChartSchema(): z.ZodObject<Properties<MobileStoryPageContentChart>>;
|
|
2660
|
+
export declare function MobileStoryPageContentChartDataPointSchema(): z.ZodObject<Properties<MobileStoryPageContentChartDataPoint>>;
|
|
2661
|
+
export declare function MobileStoryPageContentMetricSchema(): z.ZodObject<Properties<MobileStoryPageContentMetric>>;
|
|
2662
|
+
export declare function MobileStoryPageContentYearsAtToptalSchema(): z.ZodObject<Properties<MobileStoryPageContentYearsAtToptal>>;
|
|
2663
|
+
export declare function MobileTopTipSchema(): z.ZodObject<Properties<MobileTopTip>>;
|
|
2664
|
+
export declare function MoneySchema(): z.ZodObject<Properties<Money>>;
|
|
2665
|
+
export declare function MutationResultSchema(): z.ZodObject<Properties<MutationResult>>;
|
|
2666
|
+
export declare function NodeSchema(): z.ZodObject<Properties<Node>>;
|
|
2667
|
+
export declare function NotificationCenterNotificationSchema(): z.ZodObject<Properties<NotificationCenterNotification>>;
|
|
2668
|
+
export declare function NotificationConnectionSchema(): z.ZodObject<Properties<NotificationConnection>>;
|
|
2669
|
+
export declare function NotificationContextSchema(): z.ZodUnion<readonly [z.ZodObject<Required<{
|
|
2670
|
+
availabilityRequest: z.ZodType<Maybe<AvailabilityRequest>, unknown, z.core.$ZodTypeInternals<Maybe<AvailabilityRequest>, unknown>>;
|
|
2671
|
+
timeUntilAnsweredInSeconds: z.ZodType<Maybe<number>, unknown, z.core.$ZodTypeInternals<Maybe<number>, unknown>>;
|
|
2672
|
+
}>, z.core.$strip>, z.ZodObject<Required<{
|
|
2673
|
+
badge: z.ZodType<Maybe<Badge>, unknown, z.core.$ZodTypeInternals<Maybe<Badge>, unknown>>;
|
|
2674
|
+
}>, z.core.$strip>, z.ZodObject<Required<{
|
|
2675
|
+
subject: z.ZodType<unknown, unknown, z.core.$ZodTypeInternals<unknown, unknown>>;
|
|
2676
|
+
}>, z.core.$strip>, z.ZodObject<Required<{
|
|
2677
|
+
subtitle: z.ZodType<string, unknown, z.core.$ZodTypeInternals<string, unknown>>;
|
|
2678
|
+
title: z.ZodType<string, unknown, z.core.$ZodTypeInternals<string, unknown>>;
|
|
2679
|
+
}>, z.core.$strip>]>;
|
|
2680
|
+
export declare function NotificationEntitySchema(): z.ZodObject<Properties<NotificationEntity>>;
|
|
2681
|
+
export declare function NotificationSettingSchema(): z.ZodObject<Properties<NotificationSetting>>;
|
|
2682
|
+
export declare function NotificationSettingOpsSchema(): z.ZodObject<Properties<NotificationSettingOps>>;
|
|
2683
|
+
export declare function NotificationSettingOpsUpdateArgsSchema(): z.ZodObject<Properties<NotificationSettingOpsUpdateArgs>>;
|
|
2684
|
+
export declare function NotificationSettingOpsUpdateTimesheetReminderArgsSchema(): z.ZodObject<Properties<NotificationSettingOpsUpdateTimesheetReminderArgs>>;
|
|
2685
|
+
export declare function NotificationSettingUpdateInputSchema(): z.ZodObject<Properties<NotificationSettingUpdateInput>>;
|
|
2686
|
+
export declare function NotificationSettingUpdatePayloadSchema(): z.ZodObject<Properties<NotificationSettingUpdatePayload>>;
|
|
2687
|
+
export declare function NotificationSettingUpdateTimesheetReminderPayloadSchema(): z.ZodObject<Properties<NotificationSettingUpdateTimesheetReminderPayload>>;
|
|
2688
|
+
export declare function OperationSchema(): z.ZodObject<Properties<Operation>>;
|
|
2689
|
+
export declare function PaymentFilterSchema(): z.ZodObject<Properties<PaymentFilter>>;
|
|
2690
|
+
export declare function PaymentOptionMutationsSchema(): z.ZodObject<Properties<PaymentOptionMutations>>;
|
|
2691
|
+
export declare function PaymentOptionMutationsCreateArgsSchema(): z.ZodObject<Properties<PaymentOptionMutationsCreateArgs>>;
|
|
2692
|
+
export declare function PaymentOptionMutationsMarkAsPreferredArgsSchema(): z.ZodObject<Properties<PaymentOptionMutationsMarkAsPreferredArgs>>;
|
|
2693
|
+
export declare function PaymentOptionMutationsUpdateArgsSchema(): z.ZodObject<Properties<PaymentOptionMutationsUpdateArgs>>;
|
|
2694
|
+
export declare function PaymentStatusFilterSchema(): z.ZodObject<Properties<PaymentStatusFilter>>;
|
|
2695
|
+
export declare function PaymentsConnectionSchema(): z.ZodObject<Properties<PaymentsConnection>>;
|
|
2696
|
+
export declare function PaymentsSummarySchema(): z.ZodObject<Properties<PaymentsSummary>>;
|
|
2697
|
+
export declare function PhotoSchema(): z.ZodObject<Properties<Photo>>;
|
|
2698
|
+
export declare function PitchInputSchema(): z.ZodObject<Properties<PitchInput>>;
|
|
2699
|
+
export declare function PitchItemCertificationInputSchema(): z.ZodObject<Properties<PitchItemCertificationInput>>;
|
|
2700
|
+
export declare function PitchItemEducationInputSchema(): z.ZodObject<Properties<PitchItemEducationInput>>;
|
|
2701
|
+
export declare function PitchItemEmploymentInputSchema(): z.ZodObject<Properties<PitchItemEmploymentInput>>;
|
|
2702
|
+
export declare function PitchItemIndustryInputSchema(): z.ZodObject<Properties<PitchItemIndustryInput>>;
|
|
2703
|
+
export declare function PitchItemInterfaceSchema(): z.ZodObject<Properties<PitchItemInterface>>;
|
|
2704
|
+
export declare function PitchItemPortfolioInputSchema(): z.ZodObject<Properties<PitchItemPortfolioInput>>;
|
|
2705
|
+
export declare function PitchItemPublicationInputSchema(): z.ZodObject<Properties<PitchItemPublicationInput>>;
|
|
2706
|
+
export declare function PitchItemSkillInputSchema(): z.ZodObject<Properties<PitchItemSkillInput>>;
|
|
2707
|
+
export declare function PlatformConfigurationSchema(): z.ZodObject<Properties<PlatformConfiguration>>;
|
|
2708
|
+
export declare function PointsOfContactSchema(): z.ZodObject<Properties<PointsOfContact>>;
|
|
2709
|
+
export declare function PortfolioItemSchema(): z.ZodObject<Properties<PortfolioItem>>;
|
|
2710
|
+
export declare function PortfolioItemConnectionSchema(): z.ZodObject<Properties<PortfolioItemConnection>>;
|
|
2711
|
+
export declare function PostActivationLifecycleUpdateTopSchedulerPayloadSchema(): z.ZodObject<Properties<PostActivationLifecycleUpdateTopSchedulerPayload>>;
|
|
2712
|
+
export declare function PreliminarySearchSettingSchema(): z.ZodObject<Properties<PreliminarySearchSetting>>;
|
|
2713
|
+
export declare function PreliminarySearchSettingDisablePayloadSchema(): z.ZodObject<Properties<PreliminarySearchSettingDisablePayload>>;
|
|
2714
|
+
export declare function PreliminarySearchSettingEnablePayloadSchema(): z.ZodObject<Properties<PreliminarySearchSettingEnablePayload>>;
|
|
2715
|
+
export declare function PreliminarySearchSettingOpsSchema(): z.ZodObject<Properties<PreliminarySearchSettingOps>>;
|
|
2716
|
+
export declare function PreliminarySearchSettingOpsDisableArgsSchema(): z.ZodObject<Properties<PreliminarySearchSettingOpsDisableArgs>>;
|
|
2717
|
+
export declare function PreliminarySearchSettingOpsEnableArgsSchema(): z.ZodObject<Properties<PreliminarySearchSettingOpsEnableArgs>>;
|
|
2718
|
+
export declare function ProfileSchema(): z.ZodObject<Properties<Profile>>;
|
|
2719
|
+
export declare function ProfileIndustrySetSchema(): z.ZodObject<Properties<ProfileIndustrySet>>;
|
|
2720
|
+
export declare function ProfileIndustrySetConnectionSchema(): z.ZodObject<Properties<ProfileIndustrySetConnection>>;
|
|
2721
|
+
export declare function ProfilePhotoTypeSchema(): z.ZodObject<Properties<ProfilePhotoType>>;
|
|
2722
|
+
export declare function ProfileSkillSetSchema(): z.ZodObject<Properties<ProfileSkillSet>>;
|
|
2723
|
+
export declare function ProfileSkillSetConnectionSchema(): z.ZodObject<Properties<ProfileSkillSetConnection>>;
|
|
2724
|
+
export declare function ProfileSkillSetInputSchema(): z.ZodObject<Properties<ProfileSkillSetInput>>;
|
|
2725
|
+
export declare function PromoteGigsPayloadSchema(): z.ZodObject<Properties<PromoteGigsPayload>>;
|
|
2726
|
+
export declare function ProposeEngagementEndDatePayloadSchema(): z.ZodObject<Properties<ProposeEngagementEndDatePayload>>;
|
|
2727
|
+
export declare function ProposedEngagementEndSchema(): z.ZodObject<Properties<ProposedEngagementEnd>>;
|
|
2728
|
+
export declare function PushNotificationsConfigurationSchema(): z.ZodObject<Properties<PushNotificationsConfiguration>>;
|
|
2729
|
+
export declare function QuestionAdditionalInfoSchema(): z.ZodObject<Required<{
|
|
2730
|
+
status: z.ZodType<Maybe<string>, unknown, z.core.$ZodTypeInternals<Maybe<string>, unknown>>;
|
|
2731
|
+
}>, z.core.$strip>;
|
|
2732
|
+
export declare function QuestionnaireAnswerInputSchema(): z.ZodObject<Properties<QuestionnaireAnswerInput>>;
|
|
2733
|
+
export declare function QuizCompletePayloadSchema(): z.ZodObject<Properties<QuizCompletePayload>>;
|
|
2734
|
+
export declare function QuizMutationsSchema(): z.ZodObject<Properties<QuizMutations>>;
|
|
2735
|
+
export declare function QuizMutationsCompleteArgsSchema(): z.ZodObject<Properties<QuizMutationsCompleteArgs>>;
|
|
2736
|
+
export declare function RateChangeRequestSchema(): z.ZodObject<Properties<RateChangeRequest>>;
|
|
2737
|
+
export declare function RateChangeRequestAnswerInputSchema(): z.ZodObject<Properties<RateChangeRequestAnswerInput>>;
|
|
2738
|
+
export declare function RecordDeviceDataPayloadSchema(): z.ZodObject<Properties<RecordDeviceDataPayload>>;
|
|
2739
|
+
export declare function RecordDeviceEventPayloadSchema(): z.ZodObject<Properties<RecordDeviceEventPayload>>;
|
|
2740
|
+
export declare function RecordLocationPayloadSchema(): z.ZodObject<Properties<RecordLocationPayload>>;
|
|
2741
|
+
export declare function RecruiterSchema(): z.ZodObject<Properties<Recruiter>>;
|
|
2742
|
+
export declare function ReferralProgramRewardSchema(): z.ZodObject<Properties<ReferralProgramReward>>;
|
|
2743
|
+
export declare function ReferralProgramRewardsSchema(): z.ZodObject<Properties<ReferralProgramRewards>>;
|
|
2744
|
+
export declare function ReferralTrackerFilterSchema(): z.ZodObject<Properties<ReferralTrackerFilter>>;
|
|
2745
|
+
export declare function ReferralUrlSchema(): z.ZodObject<Properties<ReferralUrl>>;
|
|
2746
|
+
export declare function ReferralizeUrlInputSchema(): z.ZodObject<Properties<ReferralizeUrlInput>>;
|
|
2747
|
+
export declare function ReferralizeUrlPayloadSchema(): z.ZodObject<Properties<ReferralizeUrlPayload>>;
|
|
2748
|
+
export declare function RejectGigReachOutPayloadSchema(): z.ZodObject<Properties<RejectGigReachOutPayload>>;
|
|
2749
|
+
export declare function RemoveCoachingEngagementPayloadSchema(): z.ZodObject<Properties<RemoveCoachingEngagementPayload>>;
|
|
2750
|
+
export declare function RemoveContentReviewPayloadSchema(): z.ZodObject<Properties<RemoveContentReviewPayload>>;
|
|
2751
|
+
export declare function RemoveProfileSkillSetPayloadSchema(): z.ZodObject<Properties<RemoveProfileSkillSetPayload>>;
|
|
2752
|
+
export declare function ReviewContentPayloadSchema(): z.ZodObject<Properties<ReviewContentPayload>>;
|
|
2753
|
+
export declare function RevokeSlackApplicationTokenInputSchema(): z.ZodObject<Properties<RevokeSlackApplicationTokenInput>>;
|
|
2754
|
+
export declare function RevokeSlackApplicationTokenPayloadSchema(): z.ZodObject<Properties<RevokeSlackApplicationTokenPayload>>;
|
|
2755
|
+
export declare function RoleStatisticsSchema(): z.ZodObject<Properties<RoleStatistics>>;
|
|
2756
|
+
export declare function RsvpPayloadSchema(): z.ZodObject<Properties<RsvpPayload>>;
|
|
2757
|
+
export declare function SaveProfileSkillSetsAndConnectionsInputSchema(): z.ZodObject<Properties<SaveProfileSkillSetsAndConnectionsInput>>;
|
|
2758
|
+
export declare function SaveProfileSkillSetsAndConnectionsPayloadSchema(): z.ZodObject<Properties<SaveProfileSkillSetsAndConnectionsPayload>>;
|
|
2759
|
+
export declare function SearchFiltersOpsSchema(): z.ZodObject<Properties<SearchFiltersOps>>;
|
|
2760
|
+
export declare function SearchFiltersOpsResetArgsSchema(): z.ZodObject<Properties<SearchFiltersOpsResetArgs>>;
|
|
2761
|
+
export declare function SearchFiltersOpsSaveArgsSchema(): z.ZodObject<Properties<SearchFiltersOpsSaveArgs>>;
|
|
2762
|
+
export declare function SearchFiltersResetPayloadSchema(): z.ZodObject<Properties<SearchFiltersResetPayload>>;
|
|
2763
|
+
export declare function SearchFiltersSavePayloadSchema(): z.ZodObject<Properties<SearchFiltersSavePayload>>;
|
|
2764
|
+
export declare function SearchSubscriptionSchema(): z.ZodObject<Properties<SearchSubscription>>;
|
|
2765
|
+
export declare function SearchSubscriptionOpsSchema(): z.ZodObject<Properties<SearchSubscriptionOps>>;
|
|
2766
|
+
export declare function SearchSubscriptionOpsStartArgsSchema(): z.ZodObject<Properties<SearchSubscriptionOpsStartArgs>>;
|
|
2767
|
+
export declare function SearchSubscriptionOpsTerminateArgsSchema(): z.ZodObject<Properties<SearchSubscriptionOpsTerminateArgs>>;
|
|
2768
|
+
export declare function SearchSubscriptionStartPayloadSchema(): z.ZodObject<Properties<SearchSubscriptionStartPayload>>;
|
|
2769
|
+
export declare function SearchSubscriptionTerminatePayloadSchema(): z.ZodObject<Properties<SearchSubscriptionTerminatePayload>>;
|
|
2770
|
+
export declare function SendReferralEmailInputSchema(): z.ZodObject<Properties<SendReferralEmailInput>>;
|
|
2771
|
+
export declare function SendReferralEmailPayloadSchema(): z.ZodObject<Properties<SendReferralEmailPayload>>;
|
|
2772
|
+
export declare function SendResetPasswordEmailPayloadSchema(): z.ZodObject<Properties<SendResetPasswordEmailPayload>>;
|
|
2773
|
+
export declare function SetUnavailablePayloadSchema(): z.ZodObject<Properties<SetUnavailablePayload>>;
|
|
2774
|
+
export declare function ShortenUrlInputSchema(): z.ZodObject<Properties<ShortenUrlInput>>;
|
|
2775
|
+
export declare function ShortenUrlPayloadSchema(): z.ZodObject<Properties<ShortenUrlPayload>>;
|
|
2776
|
+
export declare function SignInPayloadSchema(): z.ZodObject<Properties<SignInPayload>>;
|
|
2777
|
+
export declare function SkillSchema(): z.ZodObject<Properties<Skill>>;
|
|
2778
|
+
export declare function SkillConnectionSchema(): z.ZodObject<Properties<SkillConnection>>;
|
|
2779
|
+
export declare function SkillConnectionsSchema(): z.ZodObject<Properties<SkillConnections>>;
|
|
2780
|
+
export declare function SlackApplicationsConnectionSchema(): z.ZodObject<Properties<SlackApplicationsConnection>>;
|
|
2781
|
+
export declare function SpecializationApplyPayloadSchema(): z.ZodObject<Properties<SpecializationApplyPayload>>;
|
|
2782
|
+
export declare function SpecializationMutationsSchema(): z.ZodObject<Properties<SpecializationMutations>>;
|
|
2783
|
+
export declare function SpecializationMutationsApplyArgsSchema(): z.ZodObject<Properties<SpecializationMutationsApplyArgs>>;
|
|
2784
|
+
export declare function StringFilterSchema(): z.ZodObject<Properties<StringFilter>>;
|
|
2785
|
+
export declare function SubmitGigFeedbackInputSchema(): z.ZodObject<Properties<SubmitGigFeedbackInput>>;
|
|
2786
|
+
export declare function SubmitGigFeedbackPayloadSchema(): z.ZodObject<Properties<SubmitGigFeedbackPayload>>;
|
|
2787
|
+
export declare function SubmitHireMePageInputSchema(): z.ZodObject<Properties<SubmitHireMePageInput>>;
|
|
2788
|
+
export declare function SubmitHireMePagePayloadSchema(): z.ZodObject<Properties<SubmitHireMePagePayload>>;
|
|
2789
|
+
export declare function SubmitTimesheetPayloadSchema(): z.ZodObject<Properties<SubmitTimesheetPayload>>;
|
|
2790
|
+
export declare function SurveySchema(): z.ZodObject<Properties<Survey>>;
|
|
2791
|
+
export declare function SurveyAddFeedbackPayloadSchema(): z.ZodObject<Properties<SurveyAddFeedbackPayload>>;
|
|
2792
|
+
export declare function SurveyAnswerInputSchema(): z.ZodObject<Properties<SurveyAnswerInput>>;
|
|
2793
|
+
export declare function SurveyAnswerOptionSchema(): z.ZodObject<Properties<SurveyAnswerOption>>;
|
|
2794
|
+
export declare function SurveyDismissPayloadSchema(): z.ZodObject<Properties<SurveyDismissPayload>>;
|
|
2795
|
+
export declare function SurveyQuestionSchema(): z.ZodObject<Properties<SurveyQuestion>>;
|
|
2796
|
+
export declare function SurveySubmitPayloadSchema(): z.ZodObject<Properties<SurveySubmitPayload>>;
|
|
2797
|
+
export declare function SurveysOpsSchema(): z.ZodObject<Properties<SurveysOps>>;
|
|
2798
|
+
export declare function SurveysOpsAddFeedbackArgsSchema(): z.ZodObject<Properties<SurveysOpsAddFeedbackArgs>>;
|
|
2799
|
+
export declare function SurveysOpsDismissArgsSchema(): z.ZodObject<Properties<SurveysOpsDismissArgs>>;
|
|
2800
|
+
export declare function SurveysOpsSubmitArgsSchema(): z.ZodObject<Properties<SurveysOpsSubmitArgs>>;
|
|
2801
|
+
export declare function SwitchMobileRolePayloadSchema(): z.ZodObject<Properties<SwitchMobileRolePayload>>;
|
|
2802
|
+
export declare function SwitchRolePayloadSchema(): z.ZodObject<Properties<SwitchRolePayload>>;
|
|
2803
|
+
export declare function TalentEngagementSchema(): z.ZodObject<Properties<TalentEngagement>>;
|
|
2804
|
+
export declare function TalentEngagementDeliveryModelSchema(): z.ZodObject<Properties<TalentEngagementDeliveryModel>>;
|
|
2805
|
+
export declare function TalentEngagementEarningSchema(): z.ZodObject<Properties<TalentEngagementEarning>>;
|
|
2806
|
+
export declare function TalentJobSchema(): z.ZodObject<Properties<TalentJob>>;
|
|
2807
|
+
export declare function TalentJobActivityItemSchema(): z.ZodObject<Properties<TalentJobActivityItem>>;
|
|
2808
|
+
export declare function TalentJobApplicationConfigSchema(): z.ZodObject<Properties<TalentJobApplicationConfig>>;
|
|
2809
|
+
export declare function TalentJobRateInsightSchema(): z.ZodUnion<readonly [z.ZodObject<Required<{
|
|
2810
|
+
estimatedRevenue: z.ZodType<Maybe<string>, unknown, z.core.$ZodTypeInternals<Maybe<string>, unknown>>;
|
|
2811
|
+
estimatedRevenueExplanation: z.ZodType<Maybe<string>, unknown, z.core.$ZodTypeInternals<Maybe<string>, unknown>>;
|
|
2812
|
+
longTermDisclaimer: z.ZodType<Maybe<string>, unknown, z.core.$ZodTypeInternals<Maybe<string>, unknown>>;
|
|
2813
|
+
}>, z.core.$strip>, z.ZodObject<Required<{
|
|
2814
|
+
estimatedRevenue: z.ZodType<Maybe<string>, unknown, z.core.$ZodTypeInternals<Maybe<string>, unknown>>;
|
|
2815
|
+
estimatedRevenueExplanation: z.ZodType<Maybe<string>, unknown, z.core.$ZodTypeInternals<Maybe<string>, unknown>>;
|
|
2816
|
+
recentApplicationRate: z.ZodType<Maybe<string>, unknown, z.core.$ZodTypeInternals<Maybe<string>, unknown>>;
|
|
2817
|
+
recommendedRate: z.ZodType<Maybe<string>, unknown, z.core.$ZodTypeInternals<Maybe<string>, unknown>>;
|
|
2818
|
+
}>, z.core.$strip>]>;
|
|
2819
|
+
export declare function TalentJobRateInsightCompetitiveSchema(): z.ZodObject<Properties<TalentJobRateInsightCompetitive>>;
|
|
2820
|
+
export declare function TalentJobRateInsightUncompetitiveSchema(): z.ZodObject<Properties<TalentJobRateInsightUncompetitive>>;
|
|
2821
|
+
export declare function TalentNotificationMarkAsReadPayloadSchema(): z.ZodObject<Properties<TalentNotificationMarkAsReadPayload>>;
|
|
2822
|
+
export declare function TalentPaymentSchema(): z.ZodObject<Properties<TalentPayment>>;
|
|
2823
|
+
export declare function TalentPermissionsSchema(): z.ZodObject<Properties<TalentPermissions>>;
|
|
2824
|
+
export declare function TalentPortalSettingSchema(): z.ZodObject<Properties<TalentPortalSetting>>;
|
|
2825
|
+
export declare function TalentPortalSettingMutationsSchema(): z.ZodObject<Properties<TalentPortalSettingMutations>>;
|
|
2826
|
+
export declare function TalentPortalSettingMutationsUpdateArgsSchema(): z.ZodObject<Properties<TalentPortalSettingMutationsUpdateArgs>>;
|
|
2827
|
+
export declare function TalentPortalSettingUpdateInputSchema(): z.ZodObject<Properties<TalentPortalSettingUpdateInput>>;
|
|
2828
|
+
export declare function TalentPortalSettingUpdatePayloadSchema(): z.ZodObject<Properties<TalentPortalSettingUpdatePayload>>;
|
|
2829
|
+
export declare function TalentRateSchema(): z.ZodObject<Properties<TalentRate>>;
|
|
2830
|
+
export declare function TalentRateInsightSchema(): z.ZodObject<Properties<TalentRateInsight>>;
|
|
2831
|
+
export declare function TalentRateInsightForCommitmentSchema(): z.ZodObject<Properties<TalentRateInsightForCommitment>>;
|
|
2832
|
+
export declare function TalentRateValidationRuleSchema(): z.ZodObject<Properties<TalentRateValidationRule>>;
|
|
2833
|
+
export declare function TalentRateValidationRulesSchema(): z.ZodObject<Properties<TalentRateValidationRules>>;
|
|
2834
|
+
export declare function TalentSpecializationSchema(): z.ZodObject<Properties<TalentSpecialization>>;
|
|
2835
|
+
export declare function TalentStartIdVerificationPayloadSchema(): z.ZodObject<Properties<TalentStartIdVerificationPayload>>;
|
|
2836
|
+
export declare function TalentVerticalSchema(): z.ZodObject<Properties<TalentVertical>>;
|
|
2837
|
+
export declare function TalentVideoPitchMutationsSchema(): z.ZodObject<Properties<TalentVideoPitchMutations>>;
|
|
2838
|
+
export declare function TalentVideoPitchMutationsAttachArgsSchema(): z.ZodObject<Properties<TalentVideoPitchMutationsAttachArgs>>;
|
|
2839
|
+
export declare function TeamSizeSchema(): z.ZodObject<Properties<TeamSize>>;
|
|
2840
|
+
export declare function TermsOfServiceSchema(): z.ZodObject<Properties<TermsOfService>>;
|
|
2841
|
+
export declare function TermsOfServiceAcceptPayloadSchema(): z.ZodObject<Properties<TermsOfServiceAcceptPayload>>;
|
|
2842
|
+
export declare function TermsOfServiceMutationsSchema(): z.ZodObject<Properties<TermsOfServiceMutations>>;
|
|
2843
|
+
export declare function TermsOfServiceMutationsAcceptArgsSchema(): z.ZodObject<Properties<TermsOfServiceMutationsAcceptArgs>>;
|
|
2844
|
+
export declare function TermsOfServiceMutationsReviewArgsSchema(): z.ZodObject<Properties<TermsOfServiceMutationsReviewArgs>>;
|
|
2845
|
+
export declare function TermsOfServiceReviewPayloadSchema(): z.ZodObject<Properties<TermsOfServiceReviewPayload>>;
|
|
2846
|
+
export declare function TimeFilterSchema(): z.ZodObject<Properties<TimeFilter>>;
|
|
2847
|
+
export declare function TimeZoneSchema(): z.ZodObject<Properties<TimeZone>>;
|
|
2848
|
+
export declare function TimesheetRecordsInputSchema(): z.ZodObject<Properties<TimesheetRecordsInput>>;
|
|
2849
|
+
export declare function TitleSubtitleContextSchema(): z.ZodObject<Properties<TitleSubtitleContext>>;
|
|
2850
|
+
export declare function TopChatConversationServiceSchema(): z.ZodObject<Required<{
|
|
2851
|
+
channelId: z.ZodType<Maybe<string>, unknown, z.core.$ZodTypeInternals<Maybe<string>, unknown>>;
|
|
2852
|
+
id: z.ZodType<Maybe<string>, unknown, z.core.$ZodTypeInternals<Maybe<string>, unknown>>;
|
|
2853
|
+
}>, z.core.$strip>;
|
|
2854
|
+
export declare function TopChatConversationSlackServiceSchema(): z.ZodObject<Properties<TopChatConversationSlackService>>;
|
|
2855
|
+
export declare function TopChatConversationStatusFilterSchema(): z.ZodObject<Properties<TopChatConversationStatusFilter>>;
|
|
2856
|
+
export declare function TopChatConversationsFilterSchema(): z.ZodObject<Properties<TopChatConversationsFilter>>;
|
|
2857
|
+
export declare function UpdateMeetingHoursInputSchema(): z.ZodObject<Properties<UpdateMeetingHoursInput>>;
|
|
2858
|
+
export declare function UpdateMeetingHoursPayloadSchema(): z.ZodObject<Properties<UpdateMeetingHoursPayload>>;
|
|
2859
|
+
export declare function UpdatePaymentOptionInputSchema(): z.ZodObject<Properties<UpdatePaymentOptionInput>>;
|
|
2860
|
+
export declare function UpdatePaymentOptionPayloadSchema(): z.ZodObject<Properties<UpdatePaymentOptionPayload>>;
|
|
2861
|
+
export declare function UpdateProfileIndustryConnectionsPayloadSchema(): z.ZodObject<Properties<UpdateProfileIndustryConnectionsPayload>>;
|
|
2862
|
+
export declare function UpdateProfileSkillSetPublicitiesPayloadSchema(): z.ZodObject<Properties<UpdateProfileSkillSetPublicitiesPayload>>;
|
|
2863
|
+
export declare function UpdateTalentConsultingRateInputSchema(): z.ZodObject<Properties<UpdateTalentConsultingRateInput>>;
|
|
2864
|
+
export declare function UpdateTalentConsultingRatePayloadSchema(): z.ZodObject<Properties<UpdateTalentConsultingRatePayload>>;
|
|
2865
|
+
export declare function UpdateTimesheetPayloadSchema(): z.ZodObject<Properties<UpdateTimesheetPayload>>;
|
|
2866
|
+
export declare function UpdateWorkingHoursInputSchema(): z.ZodObject<Properties<UpdateWorkingHoursInput>>;
|
|
2867
|
+
export declare function UpdateWorkingHoursPayloadSchema(): z.ZodObject<Properties<UpdateWorkingHoursPayload>>;
|
|
2868
|
+
export declare function UploadTimesheetPayloadSchema(): z.ZodObject<Properties<UploadTimesheetPayload>>;
|
|
2869
|
+
export declare function UserErrorSchema(): z.ZodObject<Properties<UserError>>;
|
|
2870
|
+
export declare function VerticalGlobalMarketConditionSchema(): z.ZodObject<Properties<VerticalGlobalMarketCondition>>;
|
|
2871
|
+
export declare function VerticalMarketConditionSchema(): z.ZodObject<Properties<VerticalMarketCondition>>;
|
|
2872
|
+
export declare function ViewerSchema(): z.ZodObject<Properties<Viewer>>;
|
|
2873
|
+
export declare function ViewerRoleSchema(): z.ZodObject<Properties<ViewerRole>>;
|
|
2874
|
+
export declare function ViewerRoleOperationsSchema(): z.ZodObject<Properties<ViewerRoleOperations>>;
|
|
2875
|
+
export declare function ViewerRoleOperationsCreateTalentSignalSchema(): z.ZodObject<Properties<ViewerRoleOperationsCreateTalentSignal>>;
|
|
2876
|
+
export declare function ViewerRoleOperationsPromoteGigsSchema(): z.ZodObject<Properties<ViewerRoleOperationsPromoteGigs>>;
|
|
2877
|
+
export declare function ViewerRoleOpsSchema(): z.ZodObject<Properties<ViewerRoleOps>>;
|
|
2878
|
+
export declare function ViewerRoleOpsCreateBecomeClientArgsSchema(): z.ZodObject<Properties<ViewerRoleOpsCreateBecomeClientArgs>>;
|
|
2879
|
+
export declare function ViewerRoleOpsCreateDirectReferralArgsSchema(): z.ZodObject<Properties<ViewerRoleOpsCreateDirectReferralArgs>>;
|
|
2880
|
+
export declare function ViewerRoleOpsCreateMarketplaceHelpRequestArgsSchema(): z.ZodObject<Properties<ViewerRoleOpsCreateMarketplaceHelpRequestArgs>>;
|
|
2881
|
+
export declare function ViewerRoleOpsCreateRateChangeRequestArgsSchema(): z.ZodObject<Properties<ViewerRoleOpsCreateRateChangeRequestArgs>>;
|
|
2882
|
+
export declare function ViewerRoleOpsCreateTalentSignalArgsSchema(): z.ZodObject<Properties<ViewerRoleOpsCreateTalentSignalArgs>>;
|
|
2883
|
+
export declare function ViewerRoleOpsMarkMarketplaceMigrationNotificationSeenArgsSchema(): z.ZodObject<Properties<ViewerRoleOpsMarkMarketplaceMigrationNotificationSeenArgs>>;
|
|
2884
|
+
export declare function ViewerRoleOpsMarkSeenFirstJobNotificationArgsSchema(): z.ZodObject<Properties<ViewerRoleOpsMarkSeenFirstJobNotificationArgs>>;
|
|
2885
|
+
export declare function ViewerRoleOpsPostActivationLifecycleUpdateTopSchedulerArgsSchema(): z.ZodObject<Properties<ViewerRoleOpsPostActivationLifecycleUpdateTopSchedulerArgs>>;
|
|
2886
|
+
export declare function ViewerRoleOpsSetUnavailableArgsSchema(): z.ZodObject<Properties<ViewerRoleOpsSetUnavailableArgs>>;
|
|
2887
|
+
export declare function ViewerRoleOpsSubmitHireMePageArgsSchema(): z.ZodObject<Properties<ViewerRoleOpsSubmitHireMePageArgs>>;
|
|
2888
|
+
export declare function ViewerRoleOpsUpdateArgsSchema(): z.ZodObject<Properties<ViewerRoleOpsUpdateArgs>>;
|
|
2889
|
+
export declare function ViewerRoleOpsUpdateAccountSettingsArgsSchema(): z.ZodObject<Properties<ViewerRoleOpsUpdateAccountSettingsArgs>>;
|
|
2890
|
+
export declare function ViewerRoleResetPasswordPayloadSchema(): z.ZodObject<Properties<ViewerRoleResetPasswordPayload>>;
|
|
2891
|
+
export declare function ViewerRoleUpdateAccountSettingsInputSchema(): z.ZodObject<Properties<ViewerRoleUpdateAccountSettingsInput>>;
|
|
2892
|
+
export declare function ViewerRoleUpdateAccountSettingsPayloadSchema(): z.ZodObject<Properties<ViewerRoleUpdateAccountSettingsPayload>>;
|
|
2893
|
+
export declare function ViewerRoleUpdatePayloadSchema(): z.ZodObject<Properties<ViewerRoleUpdatePayload>>;
|
|
2894
|
+
export {};
|
|
2895
|
+
//# sourceMappingURL=zod-schemas.d.ts.map
|