@worktango/ai-assistant 0.0.123 → 0.0.124

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.
@@ -0,0 +1,1174 @@
1
+ // [autogen: artifact] AUTOMATICALLY GENERATED FILE. NOT DO EDIT BY HAND.
2
+
3
+ import { DocumentNode } from 'graphql';
4
+ import { gql } from '@kazoohr/graphql';
5
+ export type Maybe<T> = T | null;
6
+ export type InputMaybe<T> = Maybe<T>;
7
+ export type Exact<T extends { [key: string]: unknown }> = { [K in keyof T]: T[K] };
8
+ export type MakeOptional<T, K extends keyof T> = Omit<T, K> & { [SubKey in K]?: Maybe<T[SubKey]> };
9
+ export type MakeMaybe<T, K extends keyof T> = Omit<T, K> & { [SubKey in K]: Maybe<T[SubKey]> };
10
+ /** All built-in and custom scalars, mapped to their actual values */
11
+ export interface Scalars {
12
+ ID: string;
13
+ String: string;
14
+ Boolean: boolean;
15
+ Int: number;
16
+ Float: number;
17
+ directory_Upload: any;
18
+ /** All dates within this schema are ISO-8601 strings without time or timezone. */
19
+ directory_Date: any;
20
+ /** All date-times are supposed to be are ISO-8601 strings, but we do accept input in other formats. That behavior will change and we will replace Date and DateTime's behavior with that of StrictDate. */
21
+ directory_DateTime: any;
22
+ /** A datetime input and output type only accepts ISO-8601 dates. */
23
+ directory_StrictDateTimeInput: any;
24
+ /** General-use Upload input scalar */
25
+ directory_FileToUpload: any;
26
+ /** General-use scalar to use for fields of JSON data. See https://www.npmjs.com/package/graphql-type-json for more information. */
27
+ directory_JSONObject: any;
28
+ Upload: any;
29
+ /** All dates within this schema are ISO-8601 strings without time or timezone. */
30
+ Date: any;
31
+ /** All date-times are supposed to be are ISO-8601 strings, but we do accept input in other formats. That behavior will change and we will replace Date and DateTime's behavior with that of StrictDate. */
32
+ DateTime: any;
33
+ /** A datetime input and output type only accepts ISO-8601 dates. */
34
+ StrictDateTimeInput: any;
35
+ /** General-use Upload input scalar */
36
+ FileToUpload: any;
37
+ /** General-use scalar to use for fields of JSON data. See https://www.npmjs.com/package/graphql-type-json for more information. */
38
+ JSONObject: any;
39
+ _FieldSet: any;
40
+ }
41
+
42
+ export interface Query {
43
+ __typename?: 'Query';
44
+ directory_avatars?: Maybe<Array<Maybe<Scalars['String']>>>;
45
+ /** @deprecated Field no longer supported */
46
+ directory_me?: Maybe<Directory_User>;
47
+ directory_people: Directory_PersonConnection;
48
+ directory_profileUrl?: Maybe<Scalars['String']>;
49
+ }
50
+
51
+
52
+ export interface QueryDirectory_AvatarsArgs {
53
+ memberIds?: InputMaybe<Array<Scalars['String']>>;
54
+ }
55
+
56
+
57
+ export interface QueryDirectory_PeopleArgs {
58
+ term: Scalars['String'];
59
+ service?: InputMaybe<Directory_PeopleSearchService>;
60
+ }
61
+
62
+
63
+ export interface QueryDirectory_ProfileUrlArgs {
64
+ userId: Scalars['String'];
65
+ }
66
+
67
+ export interface Directory_User {
68
+ __typename?: 'directory_User';
69
+ about?: Maybe<Scalars['String']>;
70
+ adminOf?: Maybe<Directory_AdminOf>;
71
+ avatar?: Maybe<Scalars['String']>;
72
+ birthday?: Maybe<Directory_Birthday>;
73
+ company?: Maybe<Scalars['String']>;
74
+ companyInfo?: Maybe<Directory_CompanySettingsAndInfo>;
75
+ department: Scalars['String'];
76
+ departmentInfo: Directory_DepartmentInfo;
77
+ email: Scalars['String'];
78
+ enabledModules?: Maybe<Array<Scalars['String']>>;
79
+ firstName: Scalars['String'];
80
+ following?: Maybe<Array<Scalars['String']>>;
81
+ fullName?: Maybe<Scalars['String']>;
82
+ groupFeatureFlags?: Maybe<Directory_GroupFeatureFlags>;
83
+ id: Scalars['ID'];
84
+ ids: Directory_UserIds;
85
+ image30?: Maybe<Scalars['String']>;
86
+ image50?: Maybe<Scalars['String']>;
87
+ image70?: Maybe<Scalars['String']>;
88
+ image78?: Maybe<Scalars['String']>;
89
+ image160?: Maybe<Scalars['String']>;
90
+ initials?: Maybe<Scalars['String']>;
91
+ isManager?: Maybe<Scalars['Boolean']>;
92
+ lastName: Scalars['String'];
93
+ location?: Maybe<Scalars['String']>;
94
+ manager?: Maybe<Directory_Manager>;
95
+ name?: Maybe<Scalars['String']>;
96
+ ownerOf?: Maybe<Directory_OwnerOf>;
97
+ permissionsInGroup?: Maybe<Directory_PermissionsInGroup>;
98
+ pmAdminTabs?: Maybe<Array<Scalars['String']>>;
99
+ points?: Maybe<Directory_Points>;
100
+ preferredName?: Maybe<Scalars['String']>;
101
+ roles: Array<Directory_UserRole>;
102
+ settings?: Maybe<Directory_YeiProfileSettings>;
103
+ showTermsConditionsModal?: Maybe<Scalars['Boolean']>;
104
+ source: Directory_Source;
105
+ startDate?: Maybe<Scalars['String']>;
106
+ status?: Maybe<Directory_Status>;
107
+ title?: Maybe<Scalars['String']>;
108
+ username?: Maybe<Scalars['String']>;
109
+ /** Array of the Person IDs that the subject user is the Secondary Manager Of */
110
+ secondaryManagerOf: Array<Scalars['ID']>;
111
+ }
112
+
113
+ export interface Directory_AdminOf {
114
+ __typename?: 'directory_AdminOf';
115
+ departments: Array<Maybe<Directory_Gle>>;
116
+ locations: Array<Maybe<Directory_Gle>>;
117
+ groups: Array<Maybe<Directory_Gle>>;
118
+ }
119
+
120
+ export interface Directory_Gle {
121
+ __typename?: 'directory_GLE';
122
+ id: Scalars['ID'];
123
+ key?: Maybe<Scalars['String']>;
124
+ name: Scalars['String'];
125
+ }
126
+
127
+ export interface Directory_Birthday {
128
+ __typename?: 'directory_Birthday';
129
+ day: Scalars['Int'];
130
+ month: Scalars['Int'];
131
+ }
132
+
133
+ export interface Directory_CompanySettingsAndInfo {
134
+ __typename?: 'directory_CompanySettingsAndInfo';
135
+ allowProfilePictureUploads?: Maybe<Scalars['Boolean']>;
136
+ allowUsersToShareInfo?: Maybe<Scalars['Boolean']>;
137
+ customAcceptTermsMessage?: Maybe<Scalars['String']>;
138
+ customEula?: Maybe<Scalars['String']>;
139
+ excludeRewardRedemptions?: Maybe<Scalars['Boolean']>;
140
+ hgFeatures?: Maybe<Directory_HighGroundFeatureFlags>;
141
+ kwProfileSettings?: Maybe<Directory_KwProfileSettings>;
142
+ name?: Maybe<Scalars['String']>;
143
+ salesforceId?: Maybe<Scalars['ID']>;
144
+ yeiFeatures?: Maybe<Array<Scalars['String']>>;
145
+ timezone?: Maybe<Scalars['String']>;
146
+ }
147
+
148
+ export interface Directory_KwProfileSettings {
149
+ __typename?: 'directory_KWProfileSettings';
150
+ canChangeAvatar?: Maybe<Scalars['Boolean']>;
151
+ canChangePreferredName?: Maybe<Scalars['Boolean']>;
152
+ canShareAnniversary?: Maybe<Scalars['Boolean']>;
153
+ canShareBio?: Maybe<Scalars['Boolean']>;
154
+ canShareBirthday?: Maybe<Scalars['Boolean']>;
155
+ }
156
+
157
+ export interface Directory_DepartmentInfo {
158
+ __typename?: 'directory_DepartmentInfo';
159
+ id?: Maybe<Scalars['ID']>;
160
+ name: Scalars['String'];
161
+ }
162
+
163
+ export interface Directory_GroupFeatureFlags {
164
+ __typename?: 'directory_GroupFeatureFlags';
165
+ performance?: Maybe<Directory_HighGroundFeatureFlags>;
166
+ recognition?: Maybe<Array<Scalars['String']>>;
167
+ }
168
+
169
+ export interface Directory_UserIds {
170
+ __typename?: 'directory_UserIds';
171
+ kazooId?: Maybe<Scalars['ID']>;
172
+ hgActAsUserToken?: Maybe<Scalars['ID']>;
173
+ pmMemberId?: Maybe<Scalars['ID']>;
174
+ pmUserId?: Maybe<Scalars['ID']>;
175
+ pmGroupId?: Maybe<Scalars['ID']>;
176
+ rrId?: Maybe<Scalars['ID']>;
177
+ yeiCompanyId?: Maybe<Scalars['ID']>;
178
+ yeiImpersonatingUserId?: Maybe<Scalars['ID']>;
179
+ }
180
+
181
+ export interface Directory_Manager {
182
+ __typename?: 'directory_Manager';
183
+ id: Scalars['ID'];
184
+ name: Scalars['String'];
185
+ }
186
+
187
+ export interface Directory_OwnerOf {
188
+ __typename?: 'directory_OwnerOf';
189
+ departments?: Maybe<Array<Maybe<Directory_Gle>>>;
190
+ locations?: Maybe<Array<Maybe<Directory_Gle>>>;
191
+ groups?: Maybe<Array<Maybe<Directory_Gle>>>;
192
+ }
193
+
194
+ export interface Directory_PermissionsInGroup {
195
+ __typename?: 'directory_PermissionsInGroup';
196
+ performance: Array<Directory_HgMemberPermission>;
197
+ }
198
+
199
+ export interface Directory_PrincipleHighGroundIds {
200
+ __typename?: 'directory_PrincipleHighGroundIds';
201
+ pmMemberId: Scalars['ID'];
202
+ pmUserId: Scalars['ID'];
203
+ pmGroupId: Scalars['ID'];
204
+ hgActAsUserToken?: Maybe<Scalars['String']>;
205
+ }
206
+
207
+ export interface Directory_HighGroundDepartmentInfo {
208
+ __typename?: 'directory_HighGroundDepartmentInfo';
209
+ id: Scalars['String'];
210
+ name?: Maybe<Scalars['String']>;
211
+ }
212
+
213
+ export interface Directory_HighGroundSettings {
214
+ __typename?: 'directory_HighGroundSettings';
215
+ displayBirthday: Scalars['Boolean'];
216
+ displayStartDate: Scalars['Boolean'];
217
+ locale: Scalars['String'];
218
+ }
219
+
220
+ export interface Directory_HighGroundCompanySettings {
221
+ __typename?: 'directory_HighGroundCompanySettings';
222
+ allowProfilePictureUploads: Scalars['Boolean'];
223
+ name: Scalars['String'];
224
+ hgFeatures: Directory_HighGroundFeatureFlags;
225
+ salesforceId: Scalars['String'];
226
+ }
227
+
228
+ export interface Directory_Points {
229
+ __typename?: 'directory_Points';
230
+ givingBalance?: Maybe<Scalars['Int']>;
231
+ redemptionBalance?: Maybe<Scalars['Int']>;
232
+ expirationDate?: Maybe<Scalars['String']>;
233
+ }
234
+
235
+ export type Directory_UserRole =
236
+ | 'admin'
237
+ | 'analyst'
238
+ | 'api'
239
+ | 'catalog_api'
240
+ | 'feed'
241
+ | 'finance'
242
+ | 'fulfiller'
243
+ | 'group_admin'
244
+ | 'grs_admin'
245
+ | 'manager'
246
+ | 'platform_admin'
247
+ | 'reward_manager'
248
+ | 'sales'
249
+ | 'superadmin'
250
+ | 'survey_admin'
251
+ | 'survey_custom'
252
+ | 'survey_full_report_reader'
253
+ | 'survey_people_leader'
254
+ | 'system'
255
+ | 'trial'
256
+ | 'user'
257
+ | 'worktango_coach_admin'
258
+ | 'worktango_coach_user';
259
+
260
+ export type Directory_HighGroundRoles =
261
+ | 'PLATFORM_ADMIN'
262
+ | 'ADMIN'
263
+ | 'USER';
264
+
265
+ export interface Directory_YeiProfileSettings {
266
+ __typename?: 'directory_YeiProfileSettings';
267
+ displayBirthday?: Maybe<Scalars['Boolean']>;
268
+ displayStartDate?: Maybe<Scalars['Boolean']>;
269
+ locale?: Maybe<Scalars['String']>;
270
+ }
271
+
272
+ export type Directory_Source =
273
+ | 'legacy'
274
+ | 'kw'
275
+ | 'composite'
276
+ | 'pulse';
277
+
278
+ export type Directory_Status =
279
+ | 'ACTIVE'
280
+ | 'INACTIVE';
281
+
282
+ export type Directory_PeopleSearchService =
283
+ | 'PM_ONLY'
284
+ | 'RR_ONLY';
285
+
286
+ export interface Directory_PersonConnection {
287
+ __typename?: 'directory_PersonConnection';
288
+ nodes: Array<Directory_IUserSearchResult>;
289
+ totalCount: Scalars['Int'];
290
+ }
291
+
292
+ export interface Directory_IUserSearchResult {
293
+ __typename?: 'directory_IUserSearchResult';
294
+ id: Scalars['String'];
295
+ hgId?: Maybe<Scalars['String']>;
296
+ hgUserId?: Maybe<Scalars['String']>;
297
+ avatar?: Maybe<Scalars['String']>;
298
+ image30?: Maybe<Scalars['String']>;
299
+ image70?: Maybe<Scalars['String']>;
300
+ initials?: Maybe<Scalars['String']>;
301
+ name?: Maybe<Scalars['String']>;
302
+ jobTitle?: Maybe<Scalars['String']>;
303
+ department?: Maybe<Scalars['String']>;
304
+ groupFeatureFlags?: Maybe<Directory_HighGroundFeatureFlags>;
305
+ group?: Maybe<Scalars['String']>;
306
+ profileUrl?: Maybe<Scalars['String']>;
307
+ points?: Maybe<Directory_Points>;
308
+ }
309
+
310
+ export type Directory_SortDirection =
311
+ | 'ASC'
312
+ | 'DESC';
313
+
314
+ /** Used to identify a person in input operations */
315
+ export interface Directory_PersonIdentityInput {
316
+ /** provider */
317
+ provider: Directory_PersonIdentityProvider;
318
+ /** identifier of their account */
319
+ key: Scalars['String'];
320
+ }
321
+
322
+ export type Directory_PersonIdentityProvider =
323
+ /** This is only supported for legacy CSV parsers that call imports. Directory does not actually support default. DO NOT USE. */
324
+ | 'DEFAULT'
325
+ /** Email. Only unique within a company. */
326
+ | 'EMAIL'
327
+ /** EmployeeID, badge number or other value that is only unique within a company. */
328
+ | 'EMPLOYEE_ID'
329
+ /** GRS member id */
330
+ | 'GRS_MEMBER_ID'
331
+ /** globally unique identifier. Kazoo-assigned. */
332
+ | 'KAZOO_ID'
333
+ /** Legacy Highground userId */
334
+ | 'LEGACY_HIGHGROUND_ID'
335
+ /** Legacy Highground memberId */
336
+ | 'LEGACY_HIGHGROUND_MEMBER_ID'
337
+ /** Legacy Highground username */
338
+ | 'LEGACY_HIGHGROUND_USERNAME'
339
+ /** Employee Id from the legacy WorkTango platform Pulse */
340
+ | 'LEGACY_PULSE_EMPLOYEE_ID'
341
+ /** User Id from the legacy WorkTango platform Pulse */
342
+ | 'LEGACY_PULSE_USER_ID'
343
+ /** Legacy YouEarnedIt userId */
344
+ | 'LEGACY_YEI_ID'
345
+ /** Legacy YouEarnedIt username */
346
+ | 'LEGACY_YEI_USERNAME'
347
+ /** Kazoo Username */
348
+ | 'USERNAME';
349
+
350
+ export interface Directory_HighGroundFeatureFlags {
351
+ __typename?: 'directory_HighGroundFeatureFlags';
352
+ accessYEIRecognition?: Maybe<Scalars['Boolean']>;
353
+ adhocGoal?: Maybe<Scalars['Boolean']>;
354
+ adminInitiateFeedback?: Maybe<Scalars['Boolean']>;
355
+ alertMissingPoint?: Maybe<Scalars['Boolean']>;
356
+ allowCustomHRISFieldFiltering?: Maybe<Scalars['Boolean']>;
357
+ allowSurveyKiosk?: Maybe<Scalars['Boolean']>;
358
+ anonymousFeedback?: Maybe<Scalars['Boolean']>;
359
+ answerLibrary?: Maybe<Scalars['Boolean']>;
360
+ awaitingCommunication?: Maybe<Scalars['Boolean']>;
361
+ brandedEmail?: Maybe<Scalars['Boolean']>;
362
+ carryForwardGoals?: Maybe<Scalars['Boolean']>;
363
+ certificateTemplates?: Maybe<Scalars['Boolean']>;
364
+ colAdjustment?: Maybe<Scalars['Boolean']>;
365
+ continuousFeedback?: Maybe<Scalars['Boolean']>;
366
+ customProfanityFilter?: Maybe<Scalars['Boolean']>;
367
+ customRole?: Maybe<Scalars['Boolean']>;
368
+ defaultEverydayRecognition?: Maybe<Scalars['Boolean']>;
369
+ disableFeatureByRole?: Maybe<Scalars['Boolean']>;
370
+ disableMotivate?: Maybe<Scalars['Boolean']>;
371
+ disableTracks?: Maybe<Scalars['Boolean']>;
372
+ dontPersistCookies?: Maybe<Scalars['Boolean']>;
373
+ emailFeedbackLink?: Maybe<Scalars['Boolean']>;
374
+ enableAddPoints?: Maybe<Scalars['Boolean']>;
375
+ enableBenchmarkSurvey?: Maybe<Scalars['Boolean']>;
376
+ enableCheckInCalibration?: Maybe<Scalars['Boolean']>;
377
+ enableCoaching?: Maybe<Scalars['Boolean']>;
378
+ enableConversationGuide?: Maybe<Scalars['Boolean']>;
379
+ enableDisplay?: Maybe<Scalars['Boolean']>;
380
+ enableFeedback?: Maybe<Scalars['Boolean']>;
381
+ enableGoals?: Maybe<Scalars['Boolean']>;
382
+ enableLanguages?: Maybe<Scalars['Boolean']>;
383
+ enableLocation?: Maybe<Scalars['Boolean']>;
384
+ enableNineBox?: Maybe<Scalars['Boolean']>;
385
+ enableOptOutPublicRec?: Maybe<Scalars['Boolean']>;
386
+ enablePerform?: Maybe<Scalars['Boolean']>;
387
+ enablePilotMembers?: Maybe<Scalars['Boolean']>;
388
+ enablePoints?: Maybe<Scalars['Boolean']>;
389
+ enablePolling?: Maybe<Scalars['Boolean']>;
390
+ enablePulseSurvey?: Maybe<Scalars['Boolean']>;
391
+ enableTeamTab?: Maybe<Scalars['Boolean']>;
392
+ enableUserLanguage?: Maybe<Scalars['Boolean']>;
393
+ enableVisibilityToAllSurveyData?: Maybe<Scalars['Boolean']>;
394
+ feedback360?: Maybe<Scalars['Boolean']>;
395
+ feedbackCheckin?: Maybe<Scalars['Boolean']>;
396
+ forSalesDemo?: Maybe<Scalars['Boolean']>;
397
+ giveFeedback?: Maybe<Scalars['Boolean']>;
398
+ gmailPlugin?: Maybe<Scalars['Boolean']>;
399
+ goalActivityWithActivity?: Maybe<Scalars['Boolean']>;
400
+ goalCycleAdminHideDepartmentGoals?: Maybe<Scalars['Boolean']>;
401
+ goalLibrary?: Maybe<Scalars['Boolean']>;
402
+ goalWeighting?: Maybe<Scalars['Boolean']>;
403
+ googleOAuth?: Maybe<Scalars['Boolean']>;
404
+ grsInternalStoreFront?: Maybe<Scalars['Boolean']>;
405
+ grsStorefront?: Maybe<Scalars['Boolean']>;
406
+ hideAchievementLevelsDisplay?: Maybe<Scalars['Boolean']>;
407
+ hideHelpLink?: Maybe<Scalars['Boolean']>;
408
+ hidePasswordLogins?: Maybe<Scalars['Boolean']>;
409
+ hideRecognitionByDepartment?: Maybe<Scalars['Boolean']>;
410
+ hideRecognitionByLocation?: Maybe<Scalars['Boolean']>;
411
+ hideSeeAllNotification?: Maybe<Scalars['Boolean']>;
412
+ hideSelectAllWhenGivingRecognition?: Maybe<Scalars['Boolean']>;
413
+ hideTermsOfUse?: Maybe<Scalars['Boolean']>;
414
+ lamCustomReports?: Maybe<Scalars['Boolean']>;
415
+ managerCheckInAnswerTypes?: Maybe<Scalars['Boolean']>;
416
+ managerOnlySectionCheckin?: Maybe<Scalars['Boolean']>;
417
+ managersSeePrivateBadge?: Maybe<Scalars['Boolean']>;
418
+ managerTeamFeedback?: Maybe<Scalars['Boolean']>;
419
+ managerTeamTabLearning?: Maybe<Scalars['Boolean']>;
420
+ maskAnonymousReviewUser?: Maybe<Scalars['Boolean']>;
421
+ mobileAccess?: Maybe<Scalars['Boolean']>;
422
+ mobileAllowCompanyGoalMod?: Maybe<Scalars['Boolean']>;
423
+ mobileAllowTeamGoalMod?: Maybe<Scalars['Boolean']>;
424
+ mobileEmailSSOOverride?: Maybe<Scalars['Boolean']>;
425
+ mobileSSOLogin?: Maybe<Scalars['Boolean']>;
426
+ multiManager?: Maybe<Scalars['Boolean']>;
427
+ notifyApproverGoalUpdates?: Maybe<Scalars['Boolean']>;
428
+ openClosedGoal?: Maybe<Scalars['Boolean']>;
429
+ outlookAddin?: Maybe<Scalars['Boolean']>;
430
+ payrollAwardReport?: Maybe<Scalars['Boolean']>;
431
+ payrollRedeemReport?: Maybe<Scalars['Boolean']>;
432
+ performGoal?: Maybe<Scalars['Boolean']>;
433
+ population?: Maybe<Scalars['Boolean']>;
434
+ preventProfileInfoEditing?: Maybe<Scalars['Boolean']>;
435
+ previewsEmbed?: Maybe<Scalars['Boolean']>;
436
+ profanityFilter?: Maybe<Scalars['Boolean']>;
437
+ publicAPI?: Maybe<Scalars['Boolean']>;
438
+ publicRecFreeformComments?: Maybe<Scalars['Boolean']>;
439
+ recognition2?: Maybe<Scalars['Boolean']>;
440
+ recurringGoalCycle?: Maybe<Scalars['Boolean']>;
441
+ relevancyFilter?: Maybe<Scalars['Boolean']>;
442
+ reqFeedbackAboutOthers?: Maybe<Scalars['Boolean']>;
443
+ requestFeedback?: Maybe<Scalars['Boolean']>;
444
+ requireEmployeeID?: Maybe<Scalars['Boolean']>;
445
+ restrictAvatarSetting?: Maybe<Scalars['Boolean']>;
446
+ restrictChatWidget?: Maybe<Scalars['Boolean']>;
447
+ restrictToSingleSession?: Maybe<Scalars['Boolean']>;
448
+ rulesEngine?: Maybe<Scalars['Boolean']>;
449
+ selectRecapTime?: Maybe<Scalars['Boolean']>;
450
+ sendEmailsFromKazooDomain?: Maybe<Scalars['Boolean']>;
451
+ sendRealEmails?: Maybe<Scalars['Boolean']>;
452
+ sharedGoalsTab?: Maybe<Scalars['Boolean']>;
453
+ shareLink?: Maybe<Scalars['Boolean']>;
454
+ showPublicRecognitions?: Maybe<Scalars['Boolean']>;
455
+ skipGoalApproval?: Maybe<Scalars['Boolean']>;
456
+ spendCreditTransfer?: Maybe<Scalars['Boolean']>;
457
+ spotBonus?: Maybe<Scalars['Boolean']>;
458
+ suggestRewardIdea?: Maybe<Scalars['Boolean']>;
459
+ syncUp?: Maybe<Scalars['Boolean']>;
460
+ talentInsights?: Maybe<Scalars['Boolean']>;
461
+ teamAnalytics?: Maybe<Scalars['Boolean']>;
462
+ trackObjectiveWeight?: Maybe<Scalars['Boolean']>;
463
+ turnOffTeam?: Maybe<Scalars['Boolean']>;
464
+ unlimitedGiveBank?: Maybe<Scalars['Boolean']>;
465
+ uploadGoalCycleParticipants?: Maybe<Scalars['Boolean']>;
466
+ userNotificationPreference?: Maybe<Scalars['Boolean']>;
467
+ workInProgress?: Maybe<Scalars['Boolean']>;
468
+ yammerIntegration?: Maybe<Scalars['Boolean']>;
469
+ hideLegacyAdminAnalytics?: Maybe<Scalars['Boolean']>;
470
+ }
471
+
472
+ export type Directory_HgMemberPermission =
473
+ | 'AccessToAdminCustomLamReport'
474
+ | 'AccessToManagerCustomLamReport'
475
+ | 'AccessToPayrollRewardsReport'
476
+ | 'AchievementRecognition'
477
+ | 'AddGiftToNewRecognition'
478
+ | 'AddGiftToOldRecognition'
479
+ | 'AddPointsInRecognition'
480
+ | 'AddRecognitionComment'
481
+ | 'AdditionalBenchmarkCohortTypeReport'
482
+ | 'AdhocGoal'
483
+ | 'AdhocTeam'
484
+ | 'AdminCompanyDashboard'
485
+ | 'AdminFeedbackDashboard'
486
+ | 'AdminGoalsDashboard'
487
+ | 'AdminLevelProfileAccess'
488
+ | 'AdminPointsDashboard'
489
+ | 'AdminRecognitionDashboard'
490
+ | 'AdminReports'
491
+ | 'AdminTrackReportStatus'
492
+ | 'AllImportantNotifications'
493
+ | 'AllowAvatarUpload'
494
+ | 'AllowChatWidget'
495
+ | 'AllowProfileInfoEditing'
496
+ | 'AllowSelectAllWhenGivingRecognition'
497
+ | 'AllowSurveyKiosk'
498
+ | 'AnonymousFeedback'
499
+ | 'AnswerLibrary'
500
+ | 'ApproveGoal'
501
+ | 'AssignTrack'
502
+ | 'AutomaticallySubmitEmployeeCheckIn'
503
+ | 'BenchmarkSurvey'
504
+ | 'COLAdjustment'
505
+ | 'CanBeCreditAdmin'
506
+ | 'CanBePointAdmin'
507
+ | 'CanSeeRecognitionEmail'
508
+ | 'CheckInCalibration'
509
+ | 'CompanyAudit'
510
+ | 'ContinuousFeedback'
511
+ | 'CreateManagerOnlySectionCheckIn'
512
+ | 'CreateTrack'
513
+ | 'CreateTrackAddCredits'
514
+ | 'CreateTrackAddPoints'
515
+ | 'CreateTrackMoreOptions'
516
+ | 'CreditTransactions'
517
+ | 'CustomizedRecognition'
518
+ | 'DefaultEverydayRecognition'
519
+ | 'DeleteCoachingComment'
520
+ | 'DeleteGoalComment'
521
+ | 'DeleteRecognition'
522
+ | 'DeleteRecognitionComment'
523
+ | 'DonateToCharities'
524
+ | 'DontPersistCookies'
525
+ | 'EditRecognitionComment'
526
+ | 'EditRecognitionMessage'
527
+ | 'EmailFeedbackLink'
528
+ | 'EnableConversationGuide'
529
+ | 'EnableLanguages'
530
+ | 'EnableOptOutPublicRec'
531
+ | 'EnableUserLanguage'
532
+ | 'EverydayRecognition'
533
+ | 'ExportGroupData'
534
+ | 'ExportMemberData'
535
+ | 'ExpressPigeonSuppressedList'
536
+ | 'Feedback360'
537
+ | 'FeedbackCheckin'
538
+ | 'ForSalesDemo'
539
+ | 'GRSInternalStoreFront'
540
+ | 'GRSStorefront'
541
+ | 'GiveFeedback'
542
+ | 'GivePointGift'
543
+ | 'GiveRecognition'
544
+ | 'GiveRecognitionToDepartment'
545
+ | 'GiveRecognitionToLocation'
546
+ | 'GmailPlugin'
547
+ | 'Goal'
548
+ | 'GoalCycleAdminHideDepartmentGoals'
549
+ | 'GoalWeighting'
550
+ | 'GoogleOAuth'
551
+ | 'GroupCreditManagement'
552
+ | 'GroupMemberEdit'
553
+ | 'GroupMemberExport'
554
+ | 'GroupMemberOffBoard'
555
+ | 'GroupMemberOnboard'
556
+ | 'GroupMemberTransferManager'
557
+ | 'GroupSettingManagement'
558
+ | 'GroupTerminologyManagement'
559
+ | 'HGAdminReports'
560
+ | 'HGManageTemplates'
561
+ | 'HideAchievementLevelsDisplay'
562
+ | 'HideHelpLink'
563
+ | 'HidePasswordLogins'
564
+ | 'HideRecognition'
565
+ | 'HideTermsOfUse'
566
+ | 'ImpersonateGlobal'
567
+ | 'ImpersonateeShortList'
568
+ | 'LamAdminSpotBonusReport'
569
+ | 'LamManagerSpotBonusReport'
570
+ | 'LikeGoalComment'
571
+ | 'LikeRecognition'
572
+ | 'LikeRecognitionComment'
573
+ | 'ManageAPI'
574
+ | 'ManageAchievementRecognition'
575
+ | 'ManageAuthentication'
576
+ | 'ManageBenchmarkSurvey'
577
+ | 'ManageClientApi'
578
+ | 'ManageCompanyNews'
579
+ | 'ManageDepartment'
580
+ | 'ManageDepartmentViewOnly'
581
+ | 'ManageDisplay'
582
+ | 'ManageEverydayRecognition'
583
+ | 'ManageFeedback'
584
+ | 'ManageGoalCycle'
585
+ | 'ManageGoalLibrary'
586
+ | 'ManageLocation'
587
+ | 'ManageMilestoneRecognition'
588
+ | 'ManagePointCycle'
589
+ | 'ManagePointEconomy'
590
+ | 'ManagePolls'
591
+ | 'ManagePopulation'
592
+ | 'ManageProductItem'
593
+ | 'ManageProductOrder'
594
+ | 'ManageProfanity'
595
+ | 'ManagePulseSurvey'
596
+ | 'ManageRecognitionSettings'
597
+ | 'ManageRules'
598
+ | 'ManageSlackIntegration'
599
+ | 'ManageSpotBonus'
600
+ | 'ManageSystemRecognition'
601
+ | 'ManageTalentInsight'
602
+ | 'ManageTrack'
603
+ | 'ManageValuesRecognition'
604
+ | 'ManagerCheckInAnswerTypes'
605
+ | 'ManagerTeamFeedback'
606
+ | 'ManagerTeamLearning'
607
+ | 'MemberCredit'
608
+ | 'MemberPoint'
609
+ | 'MergeAccount'
610
+ | 'MobileAllowCompanyGoalMod'
611
+ | 'MobileAllowTeamGoalMod'
612
+ | 'MonthlyInvoice'
613
+ | 'MultiManager'
614
+ | 'NotifyWhenBadPublicRecognition'
615
+ | 'OpenClosedGoal'
616
+ | 'OutlookAddin'
617
+ | 'PasswordNeverExpires'
618
+ | 'PaymentProfile'
619
+ | 'PerformCardLibrary'
620
+ | 'PerformCycle'
621
+ | 'PerformGoal'
622
+ | 'PerformNineBox'
623
+ | 'PointStore'
624
+ | 'Polls'
625
+ | 'PopulationReporting'
626
+ | 'PreviewsEmbed'
627
+ | 'ProfileCoaching'
628
+ | 'ProfileFeedback'
629
+ | 'ProfilePerform'
630
+ | 'ProvisionAssets'
631
+ | 'ProvisionBilling'
632
+ | 'ProvisionCompany'
633
+ | 'ProvisionDemo'
634
+ | 'ProvisionMetrics'
635
+ | 'ProvisionSystem'
636
+ | 'ProvisionTemplates'
637
+ | 'PulseSurvey'
638
+ | 'PurchaseCredits'
639
+ | 'PurchaseGiftCards'
640
+ | 'ReceiveCreditsInRecognition'
641
+ | 'ReceiveGiftInRecognition'
642
+ | 'ReceivePointsInBenchmarkSurvey'
643
+ | 'ReceivePointsInPulseSurvey'
644
+ | 'ReceivePointsInRecognition'
645
+ | 'RecognizeMeLink'
646
+ | 'RecurringGoalCycle'
647
+ | 'RelevancyFilter'
648
+ | 'ReportAnalytics'
649
+ | 'ReqFeedbackAboutOthers'
650
+ | 'RequestFeedback'
651
+ | 'RequireEmployeeID'
652
+ | 'RestrictReportsByLocation'
653
+ | 'RestrictSurveyResultByLocation'
654
+ | 'RestrictToSingleSession'
655
+ | 'SeeAllCycles'
656
+ | 'SeeAllFeedback'
657
+ | 'SeeLocation'
658
+ | 'SelectRecapTime'
659
+ | 'SelfNotificationEmail'
660
+ | 'SelfPreference'
661
+ | 'SellMyOwnItemForPoints'
662
+ | 'SendCreditsInRecognition'
663
+ | 'SendPointsInRecognition'
664
+ | 'SetPointAdmin'
665
+ | 'ShareGoals'
666
+ | 'ShareLink'
667
+ | 'ShowPointsInPublicFeed'
668
+ | 'SkipGoalApproval'
669
+ | 'SpotBonus'
670
+ | 'SuggestRewardIdea'
671
+ | 'SwitchEnvironment'
672
+ | 'SwitchEnvironmentHG'
673
+ | 'SwitchEnvironmentQA'
674
+ | 'SwitchEnvironmentSales'
675
+ | 'SyncUp'
676
+ | 'TeamAction'
677
+ | 'TeamActionDemo'
678
+ | 'TeamAnalyticsDownload'
679
+ | 'TeamAnalyticsReport'
680
+ | 'TeamCheckin'
681
+ | 'TeamCoaching'
682
+ | 'TeamGoals'
683
+ | 'TeamManagement'
684
+ | 'TeamPerform'
685
+ | 'TeamRecognize'
686
+ | 'TeamTabManagement'
687
+ | 'TeamTalent'
688
+ | 'TrackLibrary'
689
+ | 'TrackObjectiveWeight'
690
+ | 'Tracks'
691
+ | 'TransferCredits'
692
+ | 'TransferPoints'
693
+ | 'TransferSpendCredits'
694
+ | 'TrophyRoom'
695
+ | 'UnlimitedGiveBank'
696
+ | 'UploadGoalCycleParticipants'
697
+ | 'UserNotificationPreference'
698
+ | 'ValuesRecognition'
699
+ | 'ViewAllCoachingNotes'
700
+ | 'WishList'
701
+ | 'YammerIntegration';
702
+
703
+ export type SortDirection =
704
+ | 'ASC'
705
+ | 'DESC';
706
+
707
+ /** Used to identify a person in input operations */
708
+ export interface PersonIdentityInput {
709
+ /** provider */
710
+ provider: PersonIdentityProvider;
711
+ /** identifier of their account */
712
+ key: Scalars['String'];
713
+ }
714
+
715
+ export type PersonIdentityProvider =
716
+ /** This is only supported for legacy CSV parsers that call imports. Directory does not actually support default. DO NOT USE. */
717
+ | 'DEFAULT'
718
+ /** Email. Only unique within a company. */
719
+ | 'EMAIL'
720
+ /** EmployeeID, badge number or other value that is only unique within a company. */
721
+ | 'EMPLOYEE_ID'
722
+ /** GRS member id */
723
+ | 'GRS_MEMBER_ID'
724
+ /** globally unique identifier. Kazoo-assigned. */
725
+ | 'KAZOO_ID'
726
+ /** Legacy Highground userId */
727
+ | 'LEGACY_HIGHGROUND_ID'
728
+ /** Legacy Highground memberId */
729
+ | 'LEGACY_HIGHGROUND_MEMBER_ID'
730
+ /** Legacy Highground username */
731
+ | 'LEGACY_HIGHGROUND_USERNAME'
732
+ /** Employee Id from the legacy WorkTango platform Pulse */
733
+ | 'LEGACY_PULSE_EMPLOYEE_ID'
734
+ /** User Id from the legacy WorkTango platform Pulse */
735
+ | 'LEGACY_PULSE_USER_ID'
736
+ /** Legacy YouEarnedIt userId */
737
+ | 'LEGACY_YEI_ID'
738
+ /** Legacy YouEarnedIt username */
739
+ | 'LEGACY_YEI_USERNAME'
740
+ /** Kazoo Username */
741
+ | 'USERNAME';
742
+
743
+ export interface HighGroundFeatureFlags {
744
+ __typename?: 'HighGroundFeatureFlags';
745
+ accessYEIRecognition?: Maybe<Scalars['Boolean']>;
746
+ adhocGoal?: Maybe<Scalars['Boolean']>;
747
+ adminInitiateFeedback?: Maybe<Scalars['Boolean']>;
748
+ alertMissingPoint?: Maybe<Scalars['Boolean']>;
749
+ allowCustomHRISFieldFiltering?: Maybe<Scalars['Boolean']>;
750
+ allowSurveyKiosk?: Maybe<Scalars['Boolean']>;
751
+ anonymousFeedback?: Maybe<Scalars['Boolean']>;
752
+ answerLibrary?: Maybe<Scalars['Boolean']>;
753
+ awaitingCommunication?: Maybe<Scalars['Boolean']>;
754
+ brandedEmail?: Maybe<Scalars['Boolean']>;
755
+ carryForwardGoals?: Maybe<Scalars['Boolean']>;
756
+ certificateTemplates?: Maybe<Scalars['Boolean']>;
757
+ colAdjustment?: Maybe<Scalars['Boolean']>;
758
+ continuousFeedback?: Maybe<Scalars['Boolean']>;
759
+ customProfanityFilter?: Maybe<Scalars['Boolean']>;
760
+ customRole?: Maybe<Scalars['Boolean']>;
761
+ defaultEverydayRecognition?: Maybe<Scalars['Boolean']>;
762
+ disableFeatureByRole?: Maybe<Scalars['Boolean']>;
763
+ disableMotivate?: Maybe<Scalars['Boolean']>;
764
+ disableTracks?: Maybe<Scalars['Boolean']>;
765
+ dontPersistCookies?: Maybe<Scalars['Boolean']>;
766
+ emailFeedbackLink?: Maybe<Scalars['Boolean']>;
767
+ enableAddPoints?: Maybe<Scalars['Boolean']>;
768
+ enableBenchmarkSurvey?: Maybe<Scalars['Boolean']>;
769
+ enableCheckInCalibration?: Maybe<Scalars['Boolean']>;
770
+ enableCoaching?: Maybe<Scalars['Boolean']>;
771
+ enableConversationGuide?: Maybe<Scalars['Boolean']>;
772
+ enableDisplay?: Maybe<Scalars['Boolean']>;
773
+ enableFeedback?: Maybe<Scalars['Boolean']>;
774
+ enableGoals?: Maybe<Scalars['Boolean']>;
775
+ enableLanguages?: Maybe<Scalars['Boolean']>;
776
+ enableLocation?: Maybe<Scalars['Boolean']>;
777
+ enableNineBox?: Maybe<Scalars['Boolean']>;
778
+ enableOptOutPublicRec?: Maybe<Scalars['Boolean']>;
779
+ enablePerform?: Maybe<Scalars['Boolean']>;
780
+ enablePilotMembers?: Maybe<Scalars['Boolean']>;
781
+ enablePoints?: Maybe<Scalars['Boolean']>;
782
+ enablePolling?: Maybe<Scalars['Boolean']>;
783
+ enablePulseSurvey?: Maybe<Scalars['Boolean']>;
784
+ enableTeamTab?: Maybe<Scalars['Boolean']>;
785
+ enableUserLanguage?: Maybe<Scalars['Boolean']>;
786
+ enableVisibilityToAllSurveyData?: Maybe<Scalars['Boolean']>;
787
+ feedback360?: Maybe<Scalars['Boolean']>;
788
+ feedbackCheckin?: Maybe<Scalars['Boolean']>;
789
+ forSalesDemo?: Maybe<Scalars['Boolean']>;
790
+ giveFeedback?: Maybe<Scalars['Boolean']>;
791
+ gmailPlugin?: Maybe<Scalars['Boolean']>;
792
+ goalActivityWithActivity?: Maybe<Scalars['Boolean']>;
793
+ goalCycleAdminHideDepartmentGoals?: Maybe<Scalars['Boolean']>;
794
+ goalLibrary?: Maybe<Scalars['Boolean']>;
795
+ goalWeighting?: Maybe<Scalars['Boolean']>;
796
+ googleOAuth?: Maybe<Scalars['Boolean']>;
797
+ grsInternalStoreFront?: Maybe<Scalars['Boolean']>;
798
+ grsStorefront?: Maybe<Scalars['Boolean']>;
799
+ hideAchievementLevelsDisplay?: Maybe<Scalars['Boolean']>;
800
+ hideHelpLink?: Maybe<Scalars['Boolean']>;
801
+ hidePasswordLogins?: Maybe<Scalars['Boolean']>;
802
+ hideRecognitionByDepartment?: Maybe<Scalars['Boolean']>;
803
+ hideRecognitionByLocation?: Maybe<Scalars['Boolean']>;
804
+ hideSeeAllNotification?: Maybe<Scalars['Boolean']>;
805
+ hideSelectAllWhenGivingRecognition?: Maybe<Scalars['Boolean']>;
806
+ hideTermsOfUse?: Maybe<Scalars['Boolean']>;
807
+ lamCustomReports?: Maybe<Scalars['Boolean']>;
808
+ managerCheckInAnswerTypes?: Maybe<Scalars['Boolean']>;
809
+ managerOnlySectionCheckin?: Maybe<Scalars['Boolean']>;
810
+ managersSeePrivateBadge?: Maybe<Scalars['Boolean']>;
811
+ managerTeamFeedback?: Maybe<Scalars['Boolean']>;
812
+ managerTeamTabLearning?: Maybe<Scalars['Boolean']>;
813
+ maskAnonymousReviewUser?: Maybe<Scalars['Boolean']>;
814
+ mobileAccess?: Maybe<Scalars['Boolean']>;
815
+ mobileAllowCompanyGoalMod?: Maybe<Scalars['Boolean']>;
816
+ mobileAllowTeamGoalMod?: Maybe<Scalars['Boolean']>;
817
+ mobileEmailSSOOverride?: Maybe<Scalars['Boolean']>;
818
+ mobileSSOLogin?: Maybe<Scalars['Boolean']>;
819
+ multiManager?: Maybe<Scalars['Boolean']>;
820
+ notifyApproverGoalUpdates?: Maybe<Scalars['Boolean']>;
821
+ openClosedGoal?: Maybe<Scalars['Boolean']>;
822
+ outlookAddin?: Maybe<Scalars['Boolean']>;
823
+ payrollAwardReport?: Maybe<Scalars['Boolean']>;
824
+ payrollRedeemReport?: Maybe<Scalars['Boolean']>;
825
+ performGoal?: Maybe<Scalars['Boolean']>;
826
+ population?: Maybe<Scalars['Boolean']>;
827
+ preventProfileInfoEditing?: Maybe<Scalars['Boolean']>;
828
+ previewsEmbed?: Maybe<Scalars['Boolean']>;
829
+ profanityFilter?: Maybe<Scalars['Boolean']>;
830
+ publicAPI?: Maybe<Scalars['Boolean']>;
831
+ publicRecFreeformComments?: Maybe<Scalars['Boolean']>;
832
+ recognition2?: Maybe<Scalars['Boolean']>;
833
+ recurringGoalCycle?: Maybe<Scalars['Boolean']>;
834
+ relevancyFilter?: Maybe<Scalars['Boolean']>;
835
+ reqFeedbackAboutOthers?: Maybe<Scalars['Boolean']>;
836
+ requestFeedback?: Maybe<Scalars['Boolean']>;
837
+ requireEmployeeID?: Maybe<Scalars['Boolean']>;
838
+ restrictAvatarSetting?: Maybe<Scalars['Boolean']>;
839
+ restrictChatWidget?: Maybe<Scalars['Boolean']>;
840
+ restrictToSingleSession?: Maybe<Scalars['Boolean']>;
841
+ rulesEngine?: Maybe<Scalars['Boolean']>;
842
+ selectRecapTime?: Maybe<Scalars['Boolean']>;
843
+ sendEmailsFromKazooDomain?: Maybe<Scalars['Boolean']>;
844
+ sendRealEmails?: Maybe<Scalars['Boolean']>;
845
+ sharedGoalsTab?: Maybe<Scalars['Boolean']>;
846
+ shareLink?: Maybe<Scalars['Boolean']>;
847
+ showPublicRecognitions?: Maybe<Scalars['Boolean']>;
848
+ skipGoalApproval?: Maybe<Scalars['Boolean']>;
849
+ spendCreditTransfer?: Maybe<Scalars['Boolean']>;
850
+ spotBonus?: Maybe<Scalars['Boolean']>;
851
+ suggestRewardIdea?: Maybe<Scalars['Boolean']>;
852
+ syncUp?: Maybe<Scalars['Boolean']>;
853
+ talentInsights?: Maybe<Scalars['Boolean']>;
854
+ teamAnalytics?: Maybe<Scalars['Boolean']>;
855
+ trackObjectiveWeight?: Maybe<Scalars['Boolean']>;
856
+ turnOffTeam?: Maybe<Scalars['Boolean']>;
857
+ unlimitedGiveBank?: Maybe<Scalars['Boolean']>;
858
+ uploadGoalCycleParticipants?: Maybe<Scalars['Boolean']>;
859
+ userNotificationPreference?: Maybe<Scalars['Boolean']>;
860
+ workInProgress?: Maybe<Scalars['Boolean']>;
861
+ yammerIntegration?: Maybe<Scalars['Boolean']>;
862
+ hideLegacyAdminAnalytics?: Maybe<Scalars['Boolean']>;
863
+ }
864
+
865
+ export type HgMemberPermission =
866
+ | 'AccessToAdminCustomLamReport'
867
+ | 'AccessToManagerCustomLamReport'
868
+ | 'AccessToPayrollRewardsReport'
869
+ | 'AchievementRecognition'
870
+ | 'AddGiftToNewRecognition'
871
+ | 'AddGiftToOldRecognition'
872
+ | 'AddPointsInRecognition'
873
+ | 'AddRecognitionComment'
874
+ | 'AdditionalBenchmarkCohortTypeReport'
875
+ | 'AdhocGoal'
876
+ | 'AdhocTeam'
877
+ | 'AdminCompanyDashboard'
878
+ | 'AdminFeedbackDashboard'
879
+ | 'AdminGoalsDashboard'
880
+ | 'AdminLevelProfileAccess'
881
+ | 'AdminPointsDashboard'
882
+ | 'AdminRecognitionDashboard'
883
+ | 'AdminReports'
884
+ | 'AdminTrackReportStatus'
885
+ | 'AllImportantNotifications'
886
+ | 'AllowAvatarUpload'
887
+ | 'AllowChatWidget'
888
+ | 'AllowProfileInfoEditing'
889
+ | 'AllowSelectAllWhenGivingRecognition'
890
+ | 'AllowSurveyKiosk'
891
+ | 'AnonymousFeedback'
892
+ | 'AnswerLibrary'
893
+ | 'ApproveGoal'
894
+ | 'AssignTrack'
895
+ | 'AutomaticallySubmitEmployeeCheckIn'
896
+ | 'BenchmarkSurvey'
897
+ | 'COLAdjustment'
898
+ | 'CanBeCreditAdmin'
899
+ | 'CanBePointAdmin'
900
+ | 'CanSeeRecognitionEmail'
901
+ | 'CheckInCalibration'
902
+ | 'CompanyAudit'
903
+ | 'ContinuousFeedback'
904
+ | 'CreateManagerOnlySectionCheckIn'
905
+ | 'CreateTrack'
906
+ | 'CreateTrackAddCredits'
907
+ | 'CreateTrackAddPoints'
908
+ | 'CreateTrackMoreOptions'
909
+ | 'CreditTransactions'
910
+ | 'CustomizedRecognition'
911
+ | 'DefaultEverydayRecognition'
912
+ | 'DeleteCoachingComment'
913
+ | 'DeleteGoalComment'
914
+ | 'DeleteRecognition'
915
+ | 'DeleteRecognitionComment'
916
+ | 'DonateToCharities'
917
+ | 'DontPersistCookies'
918
+ | 'EditRecognitionComment'
919
+ | 'EditRecognitionMessage'
920
+ | 'EmailFeedbackLink'
921
+ | 'EnableConversationGuide'
922
+ | 'EnableLanguages'
923
+ | 'EnableOptOutPublicRec'
924
+ | 'EnableUserLanguage'
925
+ | 'EverydayRecognition'
926
+ | 'ExportGroupData'
927
+ | 'ExportMemberData'
928
+ | 'ExpressPigeonSuppressedList'
929
+ | 'Feedback360'
930
+ | 'FeedbackCheckin'
931
+ | 'ForSalesDemo'
932
+ | 'GRSInternalStoreFront'
933
+ | 'GRSStorefront'
934
+ | 'GiveFeedback'
935
+ | 'GivePointGift'
936
+ | 'GiveRecognition'
937
+ | 'GiveRecognitionToDepartment'
938
+ | 'GiveRecognitionToLocation'
939
+ | 'GmailPlugin'
940
+ | 'Goal'
941
+ | 'GoalCycleAdminHideDepartmentGoals'
942
+ | 'GoalWeighting'
943
+ | 'GoogleOAuth'
944
+ | 'GroupCreditManagement'
945
+ | 'GroupMemberEdit'
946
+ | 'GroupMemberExport'
947
+ | 'GroupMemberOffBoard'
948
+ | 'GroupMemberOnboard'
949
+ | 'GroupMemberTransferManager'
950
+ | 'GroupSettingManagement'
951
+ | 'GroupTerminologyManagement'
952
+ | 'HGAdminReports'
953
+ | 'HGManageTemplates'
954
+ | 'HideAchievementLevelsDisplay'
955
+ | 'HideHelpLink'
956
+ | 'HidePasswordLogins'
957
+ | 'HideRecognition'
958
+ | 'HideTermsOfUse'
959
+ | 'ImpersonateGlobal'
960
+ | 'ImpersonateeShortList'
961
+ | 'LamAdminSpotBonusReport'
962
+ | 'LamManagerSpotBonusReport'
963
+ | 'LikeGoalComment'
964
+ | 'LikeRecognition'
965
+ | 'LikeRecognitionComment'
966
+ | 'ManageAPI'
967
+ | 'ManageAchievementRecognition'
968
+ | 'ManageAuthentication'
969
+ | 'ManageBenchmarkSurvey'
970
+ | 'ManageClientApi'
971
+ | 'ManageCompanyNews'
972
+ | 'ManageDepartment'
973
+ | 'ManageDepartmentViewOnly'
974
+ | 'ManageDisplay'
975
+ | 'ManageEverydayRecognition'
976
+ | 'ManageFeedback'
977
+ | 'ManageGoalCycle'
978
+ | 'ManageGoalLibrary'
979
+ | 'ManageLocation'
980
+ | 'ManageMilestoneRecognition'
981
+ | 'ManagePointCycle'
982
+ | 'ManagePointEconomy'
983
+ | 'ManagePolls'
984
+ | 'ManagePopulation'
985
+ | 'ManageProductItem'
986
+ | 'ManageProductOrder'
987
+ | 'ManageProfanity'
988
+ | 'ManagePulseSurvey'
989
+ | 'ManageRecognitionSettings'
990
+ | 'ManageRules'
991
+ | 'ManageSlackIntegration'
992
+ | 'ManageSpotBonus'
993
+ | 'ManageSystemRecognition'
994
+ | 'ManageTalentInsight'
995
+ | 'ManageTrack'
996
+ | 'ManageValuesRecognition'
997
+ | 'ManagerCheckInAnswerTypes'
998
+ | 'ManagerTeamFeedback'
999
+ | 'ManagerTeamLearning'
1000
+ | 'MemberCredit'
1001
+ | 'MemberPoint'
1002
+ | 'MergeAccount'
1003
+ | 'MobileAllowCompanyGoalMod'
1004
+ | 'MobileAllowTeamGoalMod'
1005
+ | 'MonthlyInvoice'
1006
+ | 'MultiManager'
1007
+ | 'NotifyWhenBadPublicRecognition'
1008
+ | 'OpenClosedGoal'
1009
+ | 'OutlookAddin'
1010
+ | 'PasswordNeverExpires'
1011
+ | 'PaymentProfile'
1012
+ | 'PerformCardLibrary'
1013
+ | 'PerformCycle'
1014
+ | 'PerformGoal'
1015
+ | 'PerformNineBox'
1016
+ | 'PointStore'
1017
+ | 'Polls'
1018
+ | 'PopulationReporting'
1019
+ | 'PreviewsEmbed'
1020
+ | 'ProfileCoaching'
1021
+ | 'ProfileFeedback'
1022
+ | 'ProfilePerform'
1023
+ | 'ProvisionAssets'
1024
+ | 'ProvisionBilling'
1025
+ | 'ProvisionCompany'
1026
+ | 'ProvisionDemo'
1027
+ | 'ProvisionMetrics'
1028
+ | 'ProvisionSystem'
1029
+ | 'ProvisionTemplates'
1030
+ | 'PulseSurvey'
1031
+ | 'PurchaseCredits'
1032
+ | 'PurchaseGiftCards'
1033
+ | 'ReceiveCreditsInRecognition'
1034
+ | 'ReceiveGiftInRecognition'
1035
+ | 'ReceivePointsInBenchmarkSurvey'
1036
+ | 'ReceivePointsInPulseSurvey'
1037
+ | 'ReceivePointsInRecognition'
1038
+ | 'RecognizeMeLink'
1039
+ | 'RecurringGoalCycle'
1040
+ | 'RelevancyFilter'
1041
+ | 'ReportAnalytics'
1042
+ | 'ReqFeedbackAboutOthers'
1043
+ | 'RequestFeedback'
1044
+ | 'RequireEmployeeID'
1045
+ | 'RestrictReportsByLocation'
1046
+ | 'RestrictSurveyResultByLocation'
1047
+ | 'RestrictToSingleSession'
1048
+ | 'SeeAllCycles'
1049
+ | 'SeeAllFeedback'
1050
+ | 'SeeLocation'
1051
+ | 'SelectRecapTime'
1052
+ | 'SelfNotificationEmail'
1053
+ | 'SelfPreference'
1054
+ | 'SellMyOwnItemForPoints'
1055
+ | 'SendCreditsInRecognition'
1056
+ | 'SendPointsInRecognition'
1057
+ | 'SetPointAdmin'
1058
+ | 'ShareGoals'
1059
+ | 'ShareLink'
1060
+ | 'ShowPointsInPublicFeed'
1061
+ | 'SkipGoalApproval'
1062
+ | 'SpotBonus'
1063
+ | 'SuggestRewardIdea'
1064
+ | 'SwitchEnvironment'
1065
+ | 'SwitchEnvironmentHG'
1066
+ | 'SwitchEnvironmentQA'
1067
+ | 'SwitchEnvironmentSales'
1068
+ | 'SyncUp'
1069
+ | 'TeamAction'
1070
+ | 'TeamActionDemo'
1071
+ | 'TeamAnalyticsDownload'
1072
+ | 'TeamAnalyticsReport'
1073
+ | 'TeamCheckin'
1074
+ | 'TeamCoaching'
1075
+ | 'TeamGoals'
1076
+ | 'TeamManagement'
1077
+ | 'TeamPerform'
1078
+ | 'TeamRecognize'
1079
+ | 'TeamTabManagement'
1080
+ | 'TeamTalent'
1081
+ | 'TrackLibrary'
1082
+ | 'TrackObjectiveWeight'
1083
+ | 'Tracks'
1084
+ | 'TransferCredits'
1085
+ | 'TransferPoints'
1086
+ | 'TransferSpendCredits'
1087
+ | 'TrophyRoom'
1088
+ | 'UnlimitedGiveBank'
1089
+ | 'UploadGoalCycleParticipants'
1090
+ | 'UserNotificationPreference'
1091
+ | 'ValuesRecognition'
1092
+ | 'ViewAllCoachingNotes'
1093
+ | 'WishList'
1094
+ | 'YammerIntegration';
1095
+
1096
+ export type GetCurrentUserQueryVariables = Exact<{ [key: string]: never; }>;
1097
+
1098
+
1099
+ export type GetCurrentUserQuery = { __typename?: 'Query', directory_me?: { __typename?: 'directory_User', avatar?: string | null, location?: string | null, department: string, firstName: string, preferredName?: string | null, id: string, email: string, image30?: string | null, image70?: string | null, image160?: string | null, initials?: string | null, title?: string | null, name?: string | null, roles: Array<Directory_UserRole>, isManager?: boolean | null, startDate?: string | null, status?: Directory_Status | null, following?: Array<string> | null, source: Directory_Source, lastName: string, secondaryManagerOf: Array<string>, jobTitle?: string | null, adminOf?: { __typename?: 'directory_AdminOf', departments: Array<{ __typename?: 'directory_GLE', id: string, name: string } | null>, locations: Array<{ __typename?: 'directory_GLE', id: string, name: string } | null>, groups: Array<{ __typename?: 'directory_GLE', id: string, name: string } | null> } | null, birthday?: { __typename?: 'directory_Birthday', month: number, day: number } | null, companyInfo?: { __typename?: 'directory_CompanySettingsAndInfo', name?: string | null, timezone?: string | null } | null, departmentInfo: { __typename?: 'directory_DepartmentInfo', id?: string | null, name: string }, ids: { __typename?: 'directory_UserIds', kazooId?: string | null, rrId?: string | null, yeiCompanyId?: string | null }, points?: { __typename?: 'directory_Points', givingBalance?: number | null, redemptionBalance?: number | null } | null } | null };
1100
+
1101
+
1102
+ export const GetCurrentUserDocument = gql`
1103
+ query GetCurrentUser {
1104
+ directory_me {
1105
+ avatar
1106
+ adminOf {
1107
+ departments {
1108
+ id
1109
+ name
1110
+ }
1111
+ locations {
1112
+ id
1113
+ name
1114
+ }
1115
+ groups {
1116
+ id
1117
+ name
1118
+ }
1119
+ }
1120
+ birthday {
1121
+ month
1122
+ day
1123
+ }
1124
+ companyInfo {
1125
+ name
1126
+ timezone
1127
+ }
1128
+ location
1129
+ department
1130
+ departmentInfo {
1131
+ id
1132
+ name
1133
+ }
1134
+ firstName
1135
+ preferredName
1136
+ id
1137
+ ids {
1138
+ kazooId
1139
+ rrId
1140
+ yeiCompanyId
1141
+ }
1142
+ email
1143
+ image30
1144
+ image70
1145
+ image160
1146
+ avatar
1147
+ initials
1148
+ title
1149
+ jobTitle: title
1150
+ name
1151
+ roles
1152
+ isManager
1153
+ startDate
1154
+ points {
1155
+ givingBalance
1156
+ redemptionBalance
1157
+ }
1158
+ status
1159
+ following
1160
+ source
1161
+ lastName
1162
+ secondaryManagerOf
1163
+ }
1164
+ }
1165
+ `;
1166
+ export type Requester<C= {}> = <R, V>(doc: DocumentNode, vars?: V, options?: C) => Promise<R>
1167
+ export function getSdk<C>(requester: Requester<C>) {
1168
+ return {
1169
+ GetCurrentUser(variables?: GetCurrentUserQueryVariables, options?: C): Promise<GetCurrentUserQuery> {
1170
+ return requester<GetCurrentUserQuery, GetCurrentUserQueryVariables>(GetCurrentUserDocument, variables, options);
1171
+ }
1172
+ };
1173
+ }
1174
+ export type Sdk = ReturnType<typeof getSdk>;