@adminide-stack/core 3.1.2-alpha.1 → 3.1.2-alpha.107
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/lib/constants/configuration.d.ts +2 -1
- package/lib/constants/configuration.js +3 -2
- package/lib/constants/configuration.js.map +1 -1
- package/lib/core/configurations/configuration.d.ts +31 -15
- package/lib/core/configurations/configuration.js +279 -47
- package/lib/core/configurations/configuration.js.map +1 -1
- package/lib/core/configurations/configuration.test.d.ts +1 -0
- package/lib/core/configurations/configuration.test.js +20 -0
- package/lib/core/configurations/configuration.test.js.map +1 -0
- package/lib/core/configurations/events/AbstractConfigurationChangEvent.d.ts +0 -0
- package/lib/core/configurations/events/AbstractConfigurationChangEvent.js +25 -0
- package/lib/core/configurations/events/AbstractConfigurationChangEvent.js.map +1 -0
- package/lib/core/configurations/events/AllKeysConfigurationChangeEvent.d.ts +0 -0
- package/lib/core/configurations/events/AllKeysConfigurationChangeEvent.js +27 -0
- package/lib/core/configurations/events/AllKeysConfigurationChangeEvent.js.map +1 -0
- package/lib/core/configurations/events/ConfigurationChangeEvent.d.ts +21 -0
- package/lib/core/configurations/events/ConfigurationChangeEvent.js +59 -0
- package/lib/core/configurations/events/ConfigurationChangeEvent.js.map +1 -0
- package/lib/core/configurations/events/OrganizationConfigurationChangeEvent.d.ts +0 -0
- package/lib/core/configurations/events/OrganizationConfigurationChangeEvent.js +37 -0
- package/lib/core/configurations/events/OrganizationConfigurationChangeEvent.js.map +1 -0
- package/lib/core/configurations/events/index.d.ts +1 -4
- package/lib/core/configurations/events/index.js +4 -4
- package/lib/core/configurations/events/index.js.map +1 -1
- package/lib/core/configurations/helpers/configuration.d.ts +2 -8
- package/lib/core/configurations/helpers/configuration.js +23 -40
- package/lib/core/configurations/helpers/configuration.js.map +1 -1
- package/lib/core/configurations/models/{configuration-model.d.ts → ConfigurationModel.d.ts} +11 -4
- package/lib/core/configurations/models/{configuration-model.js → ConfigurationModel.js} +89 -29
- package/lib/core/configurations/models/ConfigurationModel.js.map +1 -0
- package/lib/core/configurations/models/ConfigurationModel.test.d.ts +1 -0
- package/lib/core/configurations/models/ConfigurationModel.test.js +172 -0
- package/lib/core/configurations/models/ConfigurationModel.test.js.map +1 -0
- package/lib/core/configurations/models/index.d.ts +1 -1
- package/lib/core/configurations/models/index.js +1 -1
- package/lib/core/configurations/models/index.js.map +1 -1
- package/lib/core/organization/configuration.d.ts +4 -19
- package/lib/core/organization/configuration.js +2 -68
- package/lib/core/organization/configuration.js.map +1 -1
- package/lib/enums/integrations.d.ts +2 -1
- package/lib/enums/integrations.js +1 -0
- package/lib/enums/integrations.js.map +1 -1
- package/lib/errors/auth-error-messages.js +1 -1
- package/lib/interfaces/configuration/configuration.d.ts +89 -1
- package/lib/interfaces/configuration/configuration.js +8 -0
- package/lib/interfaces/configuration/configuration.js.map +1 -1
- package/lib/interfaces/configuration/configurationRegistry.d.ts +144 -0
- package/lib/interfaces/configuration/configurationRegistry.js +3 -0
- package/lib/interfaces/configuration/configurationRegistry.js.map +1 -0
- package/lib/interfaces/configuration/configuraton-service.d.ts +7 -11
- package/lib/interfaces/configuration/event.d.ts +7 -10
- package/lib/interfaces/configuration/index.d.ts +1 -0
- package/lib/interfaces/configuration/index.js +1 -0
- package/lib/interfaces/configuration/index.js.map +1 -1
- package/lib/interfaces/generated/generated-models.d.ts +711 -430
- package/lib/interfaces/generated/generated-models.js +126 -128
- package/lib/interfaces/generated/generated-models.js.map +1 -1
- package/lib/interfaces/workbench-exports.d.ts +0 -4
- package/lib/interfaces/workbench-exports.js +3 -0
- package/lib/interfaces/workbench-exports.js.map +1 -1
- package/lib/services/abstract-configuration.d.ts +12 -12
- package/lib/services/abstract-configuration.js +59 -6
- package/lib/services/abstract-configuration.js.map +1 -1
- package/lib/services/abstract-organization-context-service.js +5 -5
- package/lib/services/abstract-organization-context-service.js.map +1 -1
- package/package.json +6 -3
- package/lib/core/configurations/events/abstract-configuration-change-event.d.ts +0 -6
- package/lib/core/configurations/events/abstract-configuration-change-event.js +0 -27
- package/lib/core/configurations/events/abstract-configuration-change-event.js.map +0 -1
- package/lib/core/configurations/events/all-keys-configuration-change-event.d.ts +0 -17
- package/lib/core/configurations/events/all-keys-configuration-change-event.js +0 -33
- package/lib/core/configurations/events/all-keys-configuration-change-event.js.map +0 -1
- package/lib/core/configurations/events/configuration-change-event.d.ts +0 -24
- package/lib/core/configurations/events/configuration-change-event.js +0 -84
- package/lib/core/configurations/events/configuration-change-event.js.map +0 -1
- package/lib/core/configurations/events/organization-configuration-change-event.d.ts +0 -15
- package/lib/core/configurations/events/organization-configuration-change-event.js +0 -39
- package/lib/core/configurations/events/organization-configuration-change-event.js.map +0 -1
- package/lib/core/configurations/models/configuration-model.js.map +0 -1
@@ -43,7 +43,7 @@ export declare type Scalars = {
|
|
43
43
|
URI: URI;
|
44
44
|
URIInput: URI | UriComponents;
|
45
45
|
};
|
46
|
-
export declare type IAccessRole = IDefaultRole | IOrganizationRole | IResourceRole |
|
46
|
+
export declare type IAccessRole = IDefaultRole | IOrganizationRole | IResourceRole | IApplicationRole;
|
47
47
|
/** An access token that grants to the holder the privileges of the user who created it. */
|
48
48
|
export declare type IAccessToken = INode & {
|
49
49
|
__typename?: 'AccessToken';
|
@@ -97,62 +97,38 @@ export declare type IAccessToken_Input = {
|
|
97
97
|
lastUsedAt?: Maybe<Scalars['DateTime']>;
|
98
98
|
orgName: Scalars['String'];
|
99
99
|
};
|
100
|
-
export declare enum
|
100
|
+
export declare enum IAccountServiceAction {
|
101
101
|
OnAccountCreated = "onAccountCreated",
|
102
|
+
OnAccountDeleted = "onAccountDeleted",
|
102
103
|
OnAccountUpdated = "onAccountUpdated",
|
103
104
|
OnEmailVerified = "onEmailVerified",
|
104
|
-
OnAccountDeleted = "onAccountDeleted",
|
105
105
|
OnPasswordReset = "onPasswordReset",
|
106
|
-
OnPictureChanged = "onPictureChanged"
|
107
|
-
}
|
108
|
-
export declare type IAccountService = {
|
109
|
-
__typename?: 'AccountService';
|
110
|
-
createDefaultAccount?: Maybe<IUserAccount>;
|
111
|
-
createAccount?: Maybe<IUserAccount>;
|
112
|
-
findAccountById?: Maybe<IUserAccount>;
|
113
|
-
findAccountByUser?: Maybe<IUserAccount>;
|
114
|
-
updateAccount?: Maybe<IUserAccount>;
|
115
|
-
deleteAccount?: Maybe<Scalars['Boolean']>;
|
116
|
-
dispatchUserVerificationEmail?: Maybe<Scalars['AnyObject']>;
|
117
|
-
verifyUserEmailVerificationToken?: Maybe<Scalars['Boolean']>;
|
118
|
-
};
|
119
|
-
export declare type IAccountServiceCreateDefaultAccountArgs = {
|
120
|
-
user?: Maybe<Scalars['AnyObject']>;
|
121
|
-
optional?: Maybe<Scalars['AnyObject']>;
|
122
|
-
};
|
123
|
-
export declare type IAccountServiceCreateAccountArgs = {
|
124
|
-
account?: Maybe<IUserAccountCreateRequest>;
|
125
|
-
};
|
126
|
-
export declare type IAccountServiceFindAccountByIdArgs = {
|
127
|
-
id?: Maybe<Scalars['String']>;
|
128
|
-
};
|
129
|
-
export declare type IAccountServiceFindAccountByUserArgs = {
|
130
|
-
id?: Maybe<Scalars['String']>;
|
131
|
-
};
|
132
|
-
export declare type IAccountServiceUpdateAccountArgs = {
|
133
|
-
account?: Maybe<IUserAccountUpdateRequest>;
|
134
|
-
};
|
135
|
-
export declare type IAccountServiceDeleteAccountArgs = {
|
136
|
-
account?: Maybe<IUserAccountRemoveRequest>;
|
137
|
-
};
|
138
|
-
export declare type IAccountServiceDispatchUserVerificationEmailArgs = {
|
139
|
-
token?: Maybe<IUserTokenInput>;
|
140
|
-
};
|
141
|
-
export declare type IAccountServiceVerifyUserEmailVerificationTokenArgs = {
|
142
|
-
userId?: Maybe<Scalars['String']>;
|
143
|
-
token?: Maybe<Scalars['String']>;
|
144
|
-
};
|
145
|
-
export declare enum IAccountServiceAction {
|
106
|
+
OnPictureChanged = "onPictureChanged",
|
146
107
|
CreateDefaultAccount = "createDefaultAccount",
|
108
|
+
UpdateUserAccount = "updateUserAccount",
|
147
109
|
CreateAccount = "createAccount",
|
148
110
|
FindAccountById = "findAccountById",
|
149
111
|
FindAccountByUser = "findAccountByUser",
|
150
112
|
FindAccountByEmail = "findAccountByEmail",
|
113
|
+
GetUsers = "getUsers",
|
151
114
|
UpdateAccount = "updateAccount",
|
152
115
|
DeleteAccount = "deleteAccount",
|
153
|
-
|
154
|
-
|
155
|
-
|
116
|
+
AccountOnBoarding = "accountOnBoarding",
|
117
|
+
VerifyUserEmailVerificationToken = "verifyUserEmailVerificationToken",
|
118
|
+
DeleteUserAccount = "deleteUserAccount",
|
119
|
+
ResendUserEmailVerificationEmail = "resendUserEmailVerificationEmail",
|
120
|
+
DispatchUserVerificationEmail = "dispatchUserVerificationEmail",
|
121
|
+
DispatchUserPasswordResetEmail = "dispatchUserPasswordResetEmail",
|
122
|
+
GetUserTokenDetails = "getUserTokenDetails",
|
123
|
+
AddUserToken = "addUserToken",
|
124
|
+
RemoveUserToken = "removeUserToken",
|
125
|
+
GetAllUserTokens = "getAllUserTokens",
|
126
|
+
GetUserTokens = "getUserTokens",
|
127
|
+
InitiatePasswordResetProcess = "initiatePasswordResetProcess",
|
128
|
+
ResetUserPassword = "resetUserPassword",
|
129
|
+
SendEmailVerificationCode = "sendEmailVerificationCode",
|
130
|
+
ValidateEmailVerificationCode = "validateEmailVerificationCode",
|
131
|
+
GetUserAccountByEmail = "getUserAccountByEmail"
|
156
132
|
}
|
157
133
|
/**
|
158
134
|
* Teams are groups of organization members that reflect yoru company or group's structure
|
@@ -257,6 +233,17 @@ export declare enum IApplicationBillingPlanPolicy {
|
|
257
233
|
Alerts = "Alerts",
|
258
234
|
CustomFields = "CustomFields"
|
259
235
|
}
|
236
|
+
export declare type IApplicationConfiguration = IIConfigurationModel & {
|
237
|
+
__typename?: 'ApplicationConfiguration';
|
238
|
+
/** The ID. */
|
239
|
+
id?: Maybe<Scalars['ID']>;
|
240
|
+
/** The URL to the user's settings. */
|
241
|
+
resource: Scalars['URI'];
|
242
|
+
target?: Maybe<Scalars['Int']>;
|
243
|
+
contents?: Maybe<Scalars['AnyObject']>;
|
244
|
+
keys?: Maybe<Array<Maybe<Scalars['String']>>>;
|
245
|
+
overrides?: Maybe<Array<Maybe<IOverrides>>>;
|
246
|
+
};
|
260
247
|
export declare type IApplicationPolicy = IIConfigurationModel & {
|
261
248
|
__typename?: 'ApplicationPolicy';
|
262
249
|
resource?: Maybe<Scalars['URI']>;
|
@@ -265,8 +252,8 @@ export declare type IApplicationPolicy = IIConfigurationModel & {
|
|
265
252
|
keys?: Maybe<Array<Maybe<Scalars['String']>>>;
|
266
253
|
overrides?: Maybe<Array<Maybe<IOverrides>>>;
|
267
254
|
};
|
268
|
-
export declare type
|
269
|
-
__typename?: '
|
255
|
+
export declare type IApplicationRole = IIConfigurationModel & {
|
256
|
+
__typename?: 'ApplicationRole';
|
270
257
|
resource?: Maybe<Scalars['URI']>;
|
271
258
|
target?: Maybe<Scalars['Int']>;
|
272
259
|
contents?: Maybe<Scalars['AnyObject']>;
|
@@ -291,6 +278,8 @@ export declare enum IApplicationRoles {
|
|
291
278
|
ProjectViewer = "PROJECT_VIEWER",
|
292
279
|
TeamMaintainer = "TEAM_MAINTAINER",
|
293
280
|
TeamMember = "TEAM_MEMBER",
|
281
|
+
/** Role is unknown */
|
282
|
+
Unknown = "UNKNOWN",
|
294
283
|
/** User who is logged in */
|
295
284
|
User = "USER"
|
296
285
|
}
|
@@ -357,6 +346,234 @@ export declare type IAuthUserInput = {
|
|
357
346
|
picture?: Maybe<Scalars['String']>;
|
358
347
|
phoneNo?: Maybe<Scalars['Int']>;
|
359
348
|
};
|
349
|
+
/** Base Account Service */
|
350
|
+
export declare type IBaseAccountService = {
|
351
|
+
__typename?: 'BaseAccountService';
|
352
|
+
createDefaultAccount?: Maybe<IUserAccount>;
|
353
|
+
createAccount?: Maybe<IUserAccount>;
|
354
|
+
updateUserAccount?: Maybe<IUserAccount>;
|
355
|
+
findAccountById?: Maybe<IUserAccount>;
|
356
|
+
findAccountByUser?: Maybe<IUserAccount>;
|
357
|
+
findAccountByEmail?: Maybe<IUserAccount>;
|
358
|
+
getUsers?: Maybe<Array<Maybe<IUserAccount>>>;
|
359
|
+
updateAccount?: Maybe<IUserAccount>;
|
360
|
+
deleteAccount?: Maybe<Scalars['Boolean']>;
|
361
|
+
accountOnBoarding?: Maybe<Scalars['Boolean']>;
|
362
|
+
verifyUserEmailVerificationToken?: Maybe<Scalars['Boolean']>;
|
363
|
+
deleteUserAccount?: Maybe<Scalars['Boolean']>;
|
364
|
+
resendUserEmailVerificationEmail?: Maybe<Scalars['Boolean']>;
|
365
|
+
dispatchUserVerificationEmail?: Maybe<Scalars['AnyObject']>;
|
366
|
+
dispatchUserPasswordResetEmail?: Maybe<Scalars['AnyObject']>;
|
367
|
+
getUserTokenDetails?: Maybe<IUserToken>;
|
368
|
+
addUserToken?: Maybe<Scalars['Boolean']>;
|
369
|
+
removeUserToken?: Maybe<Scalars['Boolean']>;
|
370
|
+
getAllUserTokens?: Maybe<Array<Maybe<IUsersToken>>>;
|
371
|
+
initiatePasswordResetProcess?: Maybe<Scalars['Boolean']>;
|
372
|
+
resetUserPassword?: Maybe<Scalars['Boolean']>;
|
373
|
+
validateUserEmailVerificationToken?: Maybe<Scalars['Boolean']>;
|
374
|
+
sendEmailVerificationToken?: Maybe<Scalars['Boolean']>;
|
375
|
+
};
|
376
|
+
/** Base Account Service */
|
377
|
+
export declare type IBaseAccountServiceCreateDefaultAccountArgs = {
|
378
|
+
user: Scalars['AnyObject'];
|
379
|
+
optional?: Maybe<Scalars['AnyObject']>;
|
380
|
+
};
|
381
|
+
/** Base Account Service */
|
382
|
+
export declare type IBaseAccountServiceCreateAccountArgs = {
|
383
|
+
account: IUserAccountCreateRequest;
|
384
|
+
};
|
385
|
+
/** Base Account Service */
|
386
|
+
export declare type IBaseAccountServiceUpdateUserAccountArgs = {
|
387
|
+
user: Scalars['AnyObject'];
|
388
|
+
userInfo: IUserAuth0UpdateFields;
|
389
|
+
};
|
390
|
+
/** Base Account Service */
|
391
|
+
export declare type IBaseAccountServiceFindAccountByIdArgs = {
|
392
|
+
id: Scalars['String'];
|
393
|
+
};
|
394
|
+
/** Base Account Service */
|
395
|
+
export declare type IBaseAccountServiceFindAccountByUserArgs = {
|
396
|
+
id: Scalars['String'];
|
397
|
+
};
|
398
|
+
/** Base Account Service */
|
399
|
+
export declare type IBaseAccountServiceFindAccountByEmailArgs = {
|
400
|
+
email: Scalars['String'];
|
401
|
+
};
|
402
|
+
/** Base Account Service */
|
403
|
+
export declare type IBaseAccountServiceGetUsersArgs = {
|
404
|
+
where?: Maybe<IUserAccountWhere>;
|
405
|
+
};
|
406
|
+
/** Base Account Service */
|
407
|
+
export declare type IBaseAccountServiceUpdateAccountArgs = {
|
408
|
+
account: IUserAccountUpdateRequest;
|
409
|
+
};
|
410
|
+
/** Base Account Service */
|
411
|
+
export declare type IBaseAccountServiceDeleteAccountArgs = {
|
412
|
+
account: IUserAccountRemoveRequest;
|
413
|
+
};
|
414
|
+
/** Base Account Service */
|
415
|
+
export declare type IBaseAccountServiceAccountOnBoardingArgs = {
|
416
|
+
input: IIOnBoardingParams;
|
417
|
+
context: Scalars['AnyObject'];
|
418
|
+
};
|
419
|
+
/** Base Account Service */
|
420
|
+
export declare type IBaseAccountServiceVerifyUserEmailVerificationTokenArgs = {
|
421
|
+
userId: Scalars['String'];
|
422
|
+
token: Scalars['String'];
|
423
|
+
};
|
424
|
+
/** Base Account Service */
|
425
|
+
export declare type IBaseAccountServiceDeleteUserAccountArgs = {
|
426
|
+
id: Scalars['String'];
|
427
|
+
};
|
428
|
+
/** Base Account Service */
|
429
|
+
export declare type IBaseAccountServiceResendUserEmailVerificationEmailArgs = {
|
430
|
+
id: Scalars['String'];
|
431
|
+
};
|
432
|
+
/** Base Account Service */
|
433
|
+
export declare type IBaseAccountServiceDispatchUserVerificationEmailArgs = {
|
434
|
+
email: Scalars['String'];
|
435
|
+
emailVerificationToken: IUserTokenInput;
|
436
|
+
};
|
437
|
+
/** Base Account Service */
|
438
|
+
export declare type IBaseAccountServiceDispatchUserPasswordResetEmailArgs = {
|
439
|
+
user: IUserAccountInput;
|
440
|
+
token: Scalars['String'];
|
441
|
+
};
|
442
|
+
/** Base Account Service */
|
443
|
+
export declare type IBaseAccountServiceGetUserTokenDetailsArgs = {
|
444
|
+
userId: Scalars['String'];
|
445
|
+
type: ITokenTypesEnum;
|
446
|
+
};
|
447
|
+
/** Base Account Service */
|
448
|
+
export declare type IBaseAccountServiceAddUserTokenArgs = {
|
449
|
+
userId: Scalars['String'];
|
450
|
+
token: IUserTokenInput;
|
451
|
+
};
|
452
|
+
/** Base Account Service */
|
453
|
+
export declare type IBaseAccountServiceRemoveUserTokenArgs = {
|
454
|
+
userId: Scalars['String'];
|
455
|
+
token: IUserTokenInput;
|
456
|
+
};
|
457
|
+
/** Base Account Service */
|
458
|
+
export declare type IBaseAccountServiceGetAllUserTokensArgs = {
|
459
|
+
userIds: Array<Maybe<Scalars['String']>>;
|
460
|
+
tokenTypes: Array<ITokenTypesEnum>;
|
461
|
+
};
|
462
|
+
/** Base Account Service */
|
463
|
+
export declare type IBaseAccountServiceInitiatePasswordResetProcessArgs = {
|
464
|
+
email: Scalars['String'];
|
465
|
+
};
|
466
|
+
/** Base Account Service */
|
467
|
+
export declare type IBaseAccountServiceResetUserPasswordArgs = {
|
468
|
+
input: IUserPasswordResetInput;
|
469
|
+
};
|
470
|
+
/** Base Account Service */
|
471
|
+
export declare type IBaseAccountServiceValidateUserEmailVerificationTokenArgs = {
|
472
|
+
code: Scalars['String'];
|
473
|
+
userAuth0Id: Scalars['String'];
|
474
|
+
email: Scalars['String'];
|
475
|
+
};
|
476
|
+
/** Base Account Service */
|
477
|
+
export declare type IBaseAccountServiceSendEmailVerificationTokenArgs = {
|
478
|
+
email: Scalars['String'];
|
479
|
+
};
|
480
|
+
/** Base Organization Service */
|
481
|
+
export declare type IBaseOrganizationService = {
|
482
|
+
__typename?: 'BaseOrganizationService';
|
483
|
+
getOrganization?: Maybe<IOrganization>;
|
484
|
+
createDefaultOrganization?: Maybe<IOrganization>;
|
485
|
+
getUserOrganizations?: Maybe<Array<Maybe<IOrganization>>>;
|
486
|
+
createOrganization?: Maybe<IOrganization>;
|
487
|
+
updateOrganization?: Maybe<IOrganization>;
|
488
|
+
removeOrganization?: Maybe<Scalars['Boolean']>;
|
489
|
+
getUserOrgRole?: Maybe<IOrgUserRole>;
|
490
|
+
sendInvitation?: Maybe<Scalars['AnyObject']>;
|
491
|
+
declineInvitation?: Maybe<Scalars['Boolean']>;
|
492
|
+
};
|
493
|
+
/** Base Organization Service */
|
494
|
+
export declare type IBaseOrganizationServiceGetOrganizationArgs = {
|
495
|
+
id?: Maybe<Scalars['String']>;
|
496
|
+
};
|
497
|
+
/** Base Organization Service */
|
498
|
+
export declare type IBaseOrganizationServiceCreateDefaultOrganizationArgs = {
|
499
|
+
user?: Maybe<IAuthUserInput>;
|
500
|
+
};
|
501
|
+
/** Base Organization Service */
|
502
|
+
export declare type IBaseOrganizationServiceGetUserOrganizationsArgs = {
|
503
|
+
userId?: Maybe<Scalars['String']>;
|
504
|
+
};
|
505
|
+
/** Base Organization Service */
|
506
|
+
export declare type IBaseOrganizationServiceCreateOrganizationArgs = {
|
507
|
+
workspace: IOrganizationCreateRequest;
|
508
|
+
};
|
509
|
+
/** Base Organization Service */
|
510
|
+
export declare type IBaseOrganizationServiceUpdateOrganizationArgs = {
|
511
|
+
workspace: IOrganizationUpdateRequest;
|
512
|
+
};
|
513
|
+
/** Base Organization Service */
|
514
|
+
export declare type IBaseOrganizationServiceRemoveOrganizationArgs = {
|
515
|
+
workspace: IOrganizationRemoveRequest;
|
516
|
+
};
|
517
|
+
/** Base Organization Service */
|
518
|
+
export declare type IBaseOrganizationServiceGetUserOrgRoleArgs = {
|
519
|
+
orgName: Scalars['String'];
|
520
|
+
userId: Scalars['String'];
|
521
|
+
};
|
522
|
+
/** Base Organization Service */
|
523
|
+
export declare type IBaseOrganizationServiceSendInvitationArgs = {
|
524
|
+
request: IOrganizationInvitationRequest;
|
525
|
+
};
|
526
|
+
/** Base Organization Service */
|
527
|
+
export declare type IBaseOrganizationServiceDeclineInvitationArgs = {
|
528
|
+
id: Scalars['String'];
|
529
|
+
};
|
530
|
+
/** Base Team Service */
|
531
|
+
export declare type IBaseTeamService = {
|
532
|
+
__typename?: 'BaseTeamService';
|
533
|
+
getTeam?: Maybe<IAccountTeam>;
|
534
|
+
getUserTeams?: Maybe<Array<Maybe<IAccountTeam>>>;
|
535
|
+
createTeam?: Maybe<IAccountTeam>;
|
536
|
+
updateTeam?: Maybe<IAccountTeam>;
|
537
|
+
addWorkspaces?: Maybe<IAccountTeam>;
|
538
|
+
removeTeam?: Maybe<Scalars['Boolean']>;
|
539
|
+
createDefaultTeam?: Maybe<IAccountTeam>;
|
540
|
+
sendProjectNotification?: Maybe<Scalars['Boolean']>;
|
541
|
+
};
|
542
|
+
/** Base Team Service */
|
543
|
+
export declare type IBaseTeamServiceGetTeamArgs = {
|
544
|
+
id?: Maybe<Scalars['String']>;
|
545
|
+
};
|
546
|
+
/** Base Team Service */
|
547
|
+
export declare type IBaseTeamServiceGetUserTeamsArgs = {
|
548
|
+
userId?: Maybe<Scalars['String']>;
|
549
|
+
};
|
550
|
+
/** Base Team Service */
|
551
|
+
export declare type IBaseTeamServiceCreateTeamArgs = {
|
552
|
+
team?: Maybe<ITeamCreateRequest>;
|
553
|
+
};
|
554
|
+
/** Base Team Service */
|
555
|
+
export declare type IBaseTeamServiceUpdateTeamArgs = {
|
556
|
+
team?: Maybe<ITeamUpdateRequest>;
|
557
|
+
};
|
558
|
+
/** Base Team Service */
|
559
|
+
export declare type IBaseTeamServiceAddWorkspacesArgs = {
|
560
|
+
id?: Maybe<Scalars['String']>;
|
561
|
+
workspaces?: Maybe<Array<Maybe<Scalars['String']>>>;
|
562
|
+
};
|
563
|
+
/** Base Team Service */
|
564
|
+
export declare type IBaseTeamServiceRemoveTeamArgs = {
|
565
|
+
team?: Maybe<ITeamRemoveRequest>;
|
566
|
+
};
|
567
|
+
/** Base Team Service */
|
568
|
+
export declare type IBaseTeamServiceCreateDefaultTeamArgs = {
|
569
|
+
organization?: Maybe<IOrganizationInput>;
|
570
|
+
user?: Maybe<IAuthUserInput>;
|
571
|
+
};
|
572
|
+
/** Base Team Service */
|
573
|
+
export declare type IBaseTeamServiceSendProjectNotificationArgs = {
|
574
|
+
teamId?: Maybe<Scalars['String']>;
|
575
|
+
projectName?: Maybe<Scalars['String']>;
|
576
|
+
};
|
360
577
|
export declare enum ICacheControlScope {
|
361
578
|
Public = "PUBLIC",
|
362
579
|
Private = "PRIVATE"
|
@@ -374,8 +591,9 @@ export declare type ICityUpdateInput = {
|
|
374
591
|
state: ITerritorialStateUpdateInput;
|
375
592
|
};
|
376
593
|
export declare enum IClientCacheTypeNames {
|
594
|
+
ApplicationConfiguration = "ApplicationConfiguration",
|
377
595
|
ApplicationPolicy = "ApplicationPolicy",
|
378
|
-
|
596
|
+
ApplicationRole = "ApplicationRole",
|
379
597
|
Configuration = "Configuration",
|
380
598
|
Context = "Context",
|
381
599
|
ContextKeyService = "ContextKeyService",
|
@@ -396,6 +614,7 @@ export declare enum IClientCacheTypeNames {
|
|
396
614
|
OrganizationResourceConfiguration = "OrganizationResourceConfiguration",
|
397
615
|
OrganizationResourceData = "OrganizationResourceData",
|
398
616
|
OrganizationRole = "OrganizationRole",
|
617
|
+
PolicyConfiguration = "PolicyConfiguration",
|
399
618
|
ResourcePolicy = "ResourcePolicy",
|
400
619
|
ResourceRole = "ResourceRole",
|
401
620
|
ResourceUser = "ResourceUser",
|
@@ -428,6 +647,7 @@ export declare enum IConfigCollectionName {
|
|
428
647
|
Application = "application",
|
429
648
|
Clients = "clients",
|
430
649
|
IntegrationWorkflow = "integrationWorkflow",
|
650
|
+
Integrationconfigurations = "integrationconfigurations",
|
431
651
|
Machines = "machines",
|
432
652
|
Organizations = "organizations",
|
433
653
|
Projects = "projects",
|
@@ -450,7 +670,7 @@ export declare enum IConfigFragmentName {
|
|
450
670
|
/** Billing */
|
451
671
|
BillingPlanPolicies = "billingPlanPolicies"
|
452
672
|
}
|
453
|
-
export declare type IConfiguration = IDefaultConfiguration |
|
673
|
+
export declare type IConfiguration = IDefaultConfiguration | IPolicyConfiguration | IApplicationConfiguration | IUserConfiguration | IMachineConfiguration | IOrganizationConfiguration | IOrganizationResourceConfiguration;
|
454
674
|
export declare enum IConfigurationContributionNames {
|
455
675
|
DefaultPermissions = "defaultPermissions",
|
456
676
|
DefaultPolicies = "defaultPolicies",
|
@@ -461,6 +681,8 @@ export declare enum IConfigurationContributionNames {
|
|
461
681
|
export declare type IConfigurationData = {
|
462
682
|
__typename?: 'ConfigurationData';
|
463
683
|
defaults?: Maybe<IIConfigurationModel>;
|
684
|
+
policy?: Maybe<IIConfigurationModel>;
|
685
|
+
application?: Maybe<IIConfigurationModel>;
|
464
686
|
user?: Maybe<IIConfigurationModel>;
|
465
687
|
machine?: Maybe<IIConfigurationModel>;
|
466
688
|
organization?: Maybe<IIConfigurationModel>;
|
@@ -499,6 +721,15 @@ export declare type IConfigurationOverridesInput = {
|
|
499
721
|
};
|
500
722
|
export declare type IConfigurationPolicy = IDefaultPolicy | IOrganizationPolicy | IResourcePolicy | IApplicationPolicy;
|
501
723
|
export { ConfigurationScope };
|
724
|
+
export declare enum IConfigurationServiceAction {
|
725
|
+
GetAllConfigurationData = "getAllConfigurationData",
|
726
|
+
GetConfiguration = "getConfiguration",
|
727
|
+
GetDefaultSettings = "getDefaultSettings",
|
728
|
+
GetDefaultSettingsResource = "getDefaultSettingsResource",
|
729
|
+
Parser = "parser",
|
730
|
+
ReadFile = "readFile",
|
731
|
+
UpdateValue = "updateValue"
|
732
|
+
}
|
502
733
|
export { ConfigurationTarget };
|
503
734
|
export declare type IConfigurationUpdateEvent = {
|
504
735
|
__typename?: 'ConfigurationUpdateEvent';
|
@@ -673,8 +904,13 @@ export declare type IDeviceInfoInput = {
|
|
673
904
|
os: Scalars['String'];
|
674
905
|
deviceName?: Maybe<Scalars['String']>;
|
675
906
|
browserName?: Maybe<Scalars['String']>;
|
676
|
-
|
907
|
+
platform: IDeviceInfoPlatform;
|
677
908
|
};
|
909
|
+
export declare enum IDeviceInfoPlatform {
|
910
|
+
Mobile = "MOBILE",
|
911
|
+
Web = "WEB",
|
912
|
+
Extension = "EXTENSION"
|
913
|
+
}
|
678
914
|
export declare enum IEditPresentationTypes {
|
679
915
|
Multiline = "Multiline",
|
680
916
|
Singleline = "Singleline"
|
@@ -809,14 +1045,6 @@ export declare type IICity = {
|
|
809
1045
|
createdAt: Scalars['Date'];
|
810
1046
|
updatedAt?: Maybe<Scalars['Date']>;
|
811
1047
|
};
|
812
|
-
export declare type IIConfigurationChangeEvent = {
|
813
|
-
__typename?: 'IConfigurationChangeEvent';
|
814
|
-
source?: Maybe<ConfigurationTarget>;
|
815
|
-
affectedKeys?: Maybe<Array<Maybe<Scalars['String']>>>;
|
816
|
-
sourceConfig?: Maybe<Scalars['AnyObject']>;
|
817
|
-
changedConfiguration?: Maybe<IConfiguration>;
|
818
|
-
changedConfigurationByResource?: Maybe<IOrganizationResourceConfiguration>;
|
819
|
-
};
|
820
1048
|
export declare type IIConfigurationModel = {
|
821
1049
|
resource?: Maybe<Scalars['URI']>;
|
822
1050
|
target?: Maybe<Scalars['Int']>;
|
@@ -928,9 +1156,6 @@ export declare type IIntegraitonConfigurationId = {
|
|
928
1156
|
__typename?: 'IntegraitonConfigurationId';
|
929
1157
|
id?: Maybe<Scalars['String']>;
|
930
1158
|
};
|
931
|
-
export declare enum IIntegrationConfigServiceAction {
|
932
|
-
OnIntegrationConfigurationDeleted = "onIntegrationConfigurationDeleted"
|
933
|
-
}
|
934
1159
|
export declare type IIntegrationConfiguration = {
|
935
1160
|
__typename?: 'IntegrationConfiguration';
|
936
1161
|
id?: Maybe<Scalars['ID']>;
|
@@ -954,6 +1179,8 @@ export declare type IIntegrationConfigurationCreateOrUpdateInput = {
|
|
954
1179
|
integrationInfo?: Maybe<Scalars['JSON']>;
|
955
1180
|
userId?: Maybe<Scalars['ID']>;
|
956
1181
|
orgName?: Maybe<Scalars['String']>;
|
1182
|
+
settings?: Maybe<Scalars['AnyObject']>;
|
1183
|
+
settingsConfiguration?: Maybe<Scalars['AnyObject']>;
|
957
1184
|
};
|
958
1185
|
export declare type IIntegrationConfigurationFilterInput = {
|
959
1186
|
id?: Maybe<Scalars['ID']>;
|
@@ -980,6 +1207,11 @@ export declare type IIntegrationPreferences = {
|
|
980
1207
|
__typename?: 'IntegrationPreferences';
|
981
1208
|
dummy?: Maybe<Scalars['String']>;
|
982
1209
|
};
|
1210
|
+
export declare enum IIntegrationWorkflowServiceAction {
|
1211
|
+
OnIntegrationWorkflowCreated = "onIntegrationWorkflowCreated",
|
1212
|
+
OnIntegrationWorkflowUpdated = "onIntegrationWorkflowUpdated",
|
1213
|
+
OnIntegrationWorkflowDeleted = "onIntegrationWorkflowDeleted"
|
1214
|
+
}
|
983
1215
|
export declare type IInviteMember = {
|
984
1216
|
__typename?: 'InviteMember';
|
985
1217
|
id?: Maybe<Scalars['String']>;
|
@@ -1006,6 +1238,13 @@ export declare type IKeyPathSegment = {
|
|
1006
1238
|
/** The index of the array at this location to descend into. */
|
1007
1239
|
index?: Maybe<Scalars['Int']>;
|
1008
1240
|
};
|
1241
|
+
export declare type ILinkedIdentity = {
|
1242
|
+
__typename?: 'LinkedIdentity';
|
1243
|
+
connection?: Maybe<Scalars['String']>;
|
1244
|
+
isSocial?: Maybe<Scalars['Boolean']>;
|
1245
|
+
provider?: Maybe<Scalars['String']>;
|
1246
|
+
user_id?: Maybe<Scalars['String']>;
|
1247
|
+
};
|
1009
1248
|
export declare type ILoginError = {
|
1010
1249
|
__typename?: 'LoginError';
|
1011
1250
|
timeStamp?: Maybe<Scalars['DateTime']>;
|
@@ -1042,6 +1281,8 @@ export declare enum IMailTemplateId {
|
|
1042
1281
|
BillingNotificationId = "BillingNotificationId",
|
1043
1282
|
/** Prefix with Db to make sure it look into the database */
|
1044
1283
|
DbTeamInivitationId = "DbTeamInivitationId",
|
1284
|
+
/** Prefix with Db to make sure it look into the database */
|
1285
|
+
EmailVerificationOtp = "EMAIL_VERIFICATION_OTP",
|
1045
1286
|
JoinNotifyMember = "JOIN_NOTIFY_MEMBER",
|
1046
1287
|
JoinNotifyOwner = "JOIN_NOTIFY_OWNER",
|
1047
1288
|
/** Prefix with Db to make sure it look into the database */
|
@@ -1094,6 +1335,8 @@ export declare enum IMoleculerServiceName {
|
|
1094
1335
|
AccountsPostEventsService = "AccountsPostEventsService",
|
1095
1336
|
ApiManagementMoleculerService = "ApiManagementMoleculerService",
|
1096
1337
|
AuthUserService = "AuthUserService",
|
1338
|
+
ConfigurationService = "ConfigurationService",
|
1339
|
+
IntegrationWorkflowService = "IntegrationWorkflowService",
|
1097
1340
|
OrganizationContextService = "OrganizationContextService",
|
1098
1341
|
PaymentEventListener = "PaymentEventListener",
|
1099
1342
|
PaymentService = "PaymentService",
|
@@ -1173,12 +1416,11 @@ export declare type IMutation = {
|
|
1173
1416
|
removedUserAuthIntegration?: Maybe<Scalars['Boolean']>;
|
1174
1417
|
renewAuthToken?: Maybe<IAuthTokens>;
|
1175
1418
|
resendOrganizationInvitation?: Maybe<Scalars['Boolean']>;
|
1176
|
-
resendUserEmailVerificationEmail?: Maybe<Scalars['Boolean']>;
|
1177
1419
|
resetUserPassword?: Maybe<Scalars['Boolean']>;
|
1420
|
+
sendEmailVerificationToken?: Maybe<Scalars['Boolean']>;
|
1178
1421
|
sendOrganizationInvitation?: Maybe<Scalars['Boolean']>;
|
1179
1422
|
sendUserPasswordResetEmail?: Maybe<Scalars['Boolean']>;
|
1180
1423
|
setSettingsValueByResource?: Maybe<Scalars['Boolean']>;
|
1181
|
-
toggleSidebar?: Maybe<Scalars['Boolean']>;
|
1182
1424
|
/** Triggers onUserLoggedIn events */
|
1183
1425
|
updateAuth0UserPassword?: Maybe<Scalars['Boolean']>;
|
1184
1426
|
updateConfiguration?: Maybe<Scalars['Boolean']>;
|
@@ -1195,7 +1437,8 @@ export declare type IMutation = {
|
|
1195
1437
|
updateRoleValue?: Maybe<Scalars['Boolean']>;
|
1196
1438
|
updateSelectedOrgResource?: Maybe<Scalars['Boolean']>;
|
1197
1439
|
updateUserAccount?: Maybe<Scalars['Boolean']>;
|
1198
|
-
|
1440
|
+
validatePasswordResetOtp?: Maybe<Scalars['Boolean']>;
|
1441
|
+
validateUserEmailVerificationToken?: Maybe<Scalars['Boolean']>;
|
1199
1442
|
};
|
1200
1443
|
export declare type IMutationAddSshKeyArgs = {
|
1201
1444
|
key: ISshKeyInput;
|
@@ -1282,6 +1525,8 @@ export declare type IMutationInitializeOrgNameInContextArgs = {
|
|
1282
1525
|
};
|
1283
1526
|
export declare type IMutationInitializePopupIntegrationAuthorizationArgs = {
|
1284
1527
|
code?: Maybe<Scalars['String']>;
|
1528
|
+
codeVerifier?: Maybe<Scalars['String']>;
|
1529
|
+
platform?: Maybe<IDeviceInfoPlatform>;
|
1285
1530
|
};
|
1286
1531
|
export declare type IMutationInitializeTeamInContextArgs = {
|
1287
1532
|
teamName?: Maybe<Scalars['String']>;
|
@@ -1320,14 +1565,14 @@ export declare type IMutationRemoveTeamMemberArgs = {
|
|
1320
1565
|
};
|
1321
1566
|
export declare type IMutationRemoveUserAuthSessionArgs = {
|
1322
1567
|
sessionId?: Maybe<Scalars['String']>;
|
1323
|
-
|
1568
|
+
platform?: Maybe<IDeviceInfoPlatform>;
|
1324
1569
|
};
|
1325
1570
|
export declare type IMutationRemovedUserAuthIntegrationArgs = {
|
1326
1571
|
provider?: Maybe<Scalars['String']>;
|
1327
1572
|
};
|
1328
1573
|
export declare type IMutationRenewAuthTokenArgs = {
|
1329
1574
|
sessionId?: Maybe<Scalars['String']>;
|
1330
|
-
|
1575
|
+
platform?: Maybe<IDeviceInfoPlatform>;
|
1331
1576
|
};
|
1332
1577
|
export declare type IMutationResendOrganizationInvitationArgs = {
|
1333
1578
|
id: Scalars['ID'];
|
@@ -1335,6 +1580,9 @@ export declare type IMutationResendOrganizationInvitationArgs = {
|
|
1335
1580
|
export declare type IMutationResetUserPasswordArgs = {
|
1336
1581
|
input: IUserPasswordResetInput;
|
1337
1582
|
};
|
1583
|
+
export declare type IMutationSendEmailVerificationTokenArgs = {
|
1584
|
+
email: Scalars['String'];
|
1585
|
+
};
|
1338
1586
|
export declare type IMutationSendOrganizationInvitationArgs = {
|
1339
1587
|
request?: Maybe<IOrganizationInvitationRequest>;
|
1340
1588
|
};
|
@@ -1346,9 +1594,6 @@ export declare type IMutationSetSettingsValueByResourceArgs = {
|
|
1346
1594
|
key?: Maybe<Scalars['String']>;
|
1347
1595
|
value?: Maybe<Scalars['String']>;
|
1348
1596
|
};
|
1349
|
-
export declare type IMutationToggleSidebarArgs = {
|
1350
|
-
state: Scalars['Boolean'];
|
1351
|
-
};
|
1352
1597
|
export declare type IMutationUpdateAuth0UserPasswordArgs = {
|
1353
1598
|
userId?: Maybe<Scalars['String']>;
|
1354
1599
|
password?: Maybe<Scalars['String']>;
|
@@ -1432,8 +1677,12 @@ export declare type IMutationUpdateSelectedOrgResourceArgs = {
|
|
1432
1677
|
export declare type IMutationUpdateUserAccountArgs = {
|
1433
1678
|
userInfo?: Maybe<IUserAuth0UpdateFields>;
|
1434
1679
|
};
|
1435
|
-
export declare type
|
1436
|
-
|
1680
|
+
export declare type IMutationValidatePasswordResetOtpArgs = {
|
1681
|
+
email: Scalars['String'];
|
1682
|
+
code: Scalars['String'];
|
1683
|
+
};
|
1684
|
+
export declare type IMutationValidateUserEmailVerificationTokenArgs = {
|
1685
|
+
code: Scalars['String'];
|
1437
1686
|
};
|
1438
1687
|
/** An object with an ID. */
|
1439
1688
|
export declare type INode = {
|
@@ -1454,6 +1703,7 @@ export declare type IOrgMember = {
|
|
1454
1703
|
_id?: Maybe<Scalars['String']>;
|
1455
1704
|
userId?: Maybe<Scalars['String']>;
|
1456
1705
|
role?: Maybe<IApplicationRoles>;
|
1706
|
+
user: IUserAccount;
|
1457
1707
|
isSelf?: Maybe<Scalars['Boolean']>;
|
1458
1708
|
inactive?: Maybe<Scalars['Boolean']>;
|
1459
1709
|
name?: Maybe<Scalars['String']>;
|
@@ -1476,18 +1726,10 @@ export declare type IOrgUser = IIOrgUser & {
|
|
1476
1726
|
role?: Maybe<IApplicationRoles>;
|
1477
1727
|
inactive?: Maybe<Scalars['Boolean']>;
|
1478
1728
|
orgName: Scalars['String'];
|
1479
|
-
user:
|
1729
|
+
user: IUserAccount;
|
1480
1730
|
isSelf: Scalars['Boolean'];
|
1481
1731
|
crossCheckEmail?: Maybe<Scalars['String']>;
|
1482
1732
|
};
|
1483
|
-
export declare type IOrgUserAccunt = INode & {
|
1484
|
-
__typename?: 'OrgUserAccunt';
|
1485
|
-
id: Scalars['ID'];
|
1486
|
-
email?: Maybe<Scalars['String']>;
|
1487
|
-
alias?: Maybe<Array<Maybe<Scalars['String']>>>;
|
1488
|
-
username?: Maybe<Scalars['String']>;
|
1489
|
-
emailVerified?: Maybe<Scalars['Boolean']>;
|
1490
|
-
};
|
1491
1733
|
export declare type IOrgUserInput = {
|
1492
1734
|
userId?: Maybe<Scalars['String']>;
|
1493
1735
|
role?: Maybe<IApplicationRoles>;
|
@@ -1756,46 +1998,6 @@ export declare type IOrganizationRole = IIConfigurationModel & {
|
|
1756
1998
|
keys?: Maybe<Array<Maybe<Scalars['String']>>>;
|
1757
1999
|
overrides?: Maybe<Array<Maybe<IOverrides>>>;
|
1758
2000
|
};
|
1759
|
-
export declare type IOrganizationService = {
|
1760
|
-
__typename?: 'OrganizationService';
|
1761
|
-
getOrganization?: Maybe<IOrganization>;
|
1762
|
-
createDefaultOrganization?: Maybe<IOrganization>;
|
1763
|
-
getUserOrganizations?: Maybe<Array<Maybe<IOrganization>>>;
|
1764
|
-
createOrganization?: Maybe<IOrganization>;
|
1765
|
-
updateOrganization?: Maybe<IOrganization>;
|
1766
|
-
removeOrganization?: Maybe<Scalars['Boolean']>;
|
1767
|
-
getUserOrgRole?: Maybe<IOrgUserRole>;
|
1768
|
-
sendInvitation?: Maybe<Scalars['AnyObject']>;
|
1769
|
-
declineInvitation?: Maybe<Scalars['Boolean']>;
|
1770
|
-
};
|
1771
|
-
export declare type IOrganizationServiceGetOrganizationArgs = {
|
1772
|
-
id?: Maybe<Scalars['String']>;
|
1773
|
-
};
|
1774
|
-
export declare type IOrganizationServiceCreateDefaultOrganizationArgs = {
|
1775
|
-
user?: Maybe<IAuthUserInput>;
|
1776
|
-
};
|
1777
|
-
export declare type IOrganizationServiceGetUserOrganizationsArgs = {
|
1778
|
-
userId?: Maybe<Scalars['String']>;
|
1779
|
-
};
|
1780
|
-
export declare type IOrganizationServiceCreateOrganizationArgs = {
|
1781
|
-
workspace: IOrganizationCreateRequest;
|
1782
|
-
};
|
1783
|
-
export declare type IOrganizationServiceUpdateOrganizationArgs = {
|
1784
|
-
workspace: IOrganizationUpdateRequest;
|
1785
|
-
};
|
1786
|
-
export declare type IOrganizationServiceRemoveOrganizationArgs = {
|
1787
|
-
workspace: IOrganizationRemoveRequest;
|
1788
|
-
};
|
1789
|
-
export declare type IOrganizationServiceGetUserOrgRoleArgs = {
|
1790
|
-
orgName: Scalars['String'];
|
1791
|
-
userId: Scalars['String'];
|
1792
|
-
};
|
1793
|
-
export declare type IOrganizationServiceSendInvitationArgs = {
|
1794
|
-
request: IOrganizationInvitationRequest;
|
1795
|
-
};
|
1796
|
-
export declare type IOrganizationServiceDeclineInvitationArgs = {
|
1797
|
-
id: Scalars['String'];
|
1798
|
-
};
|
1799
2001
|
export declare enum IOrganizationServiceAction {
|
1800
2002
|
GetOrganization = "getOrganization",
|
1801
2003
|
CreateDefaultOrganization = "createDefaultOrganization",
|
@@ -1847,6 +2049,7 @@ export declare type IOrganizationsDeletedEvent = {
|
|
1847
2049
|
};
|
1848
2050
|
export declare type IOverrides = {
|
1849
2051
|
__typename?: 'Overrides';
|
2052
|
+
keys?: Maybe<Array<Maybe<Scalars['String']>>>;
|
1850
2053
|
contents?: Maybe<Scalars['AnyObject']>;
|
1851
2054
|
identifiers?: Maybe<Array<Maybe<Scalars['String']>>>;
|
1852
2055
|
};
|
@@ -1898,6 +2101,17 @@ export declare type IPhoneNumberInput = {
|
|
1898
2101
|
countryCode?: Maybe<Scalars['String']>;
|
1899
2102
|
phoneNumber?: Maybe<Scalars['String']>;
|
1900
2103
|
};
|
2104
|
+
export declare type IPolicyConfiguration = IIConfigurationModel & {
|
2105
|
+
__typename?: 'PolicyConfiguration';
|
2106
|
+
/** The ID. */
|
2107
|
+
id?: Maybe<Scalars['ID']>;
|
2108
|
+
/** The URL to the user's settings. */
|
2109
|
+
resource: Scalars['URI'];
|
2110
|
+
target?: Maybe<Scalars['Int']>;
|
2111
|
+
contents?: Maybe<Scalars['AnyObject']>;
|
2112
|
+
keys?: Maybe<Array<Maybe<Scalars['String']>>>;
|
2113
|
+
overrides?: Maybe<Array<Maybe<IOverrides>>>;
|
2114
|
+
};
|
1901
2115
|
export declare type IPolicySubject = {
|
1902
2116
|
__typename?: 'PolicySubject';
|
1903
2117
|
/** The URL to the policies. */
|
@@ -2058,11 +2272,18 @@ export declare type IQuery = {
|
|
2058
2272
|
externalAccounts: IExternalAccountConnection;
|
2059
2273
|
/** Fetches a User from Auth0 Service */
|
2060
2274
|
fetchAuth0User?: Maybe<IUserProfile>;
|
2275
|
+
/**
|
2276
|
+
* fetchUserAuthorizedDevices
|
2277
|
+
* @deprecated not used
|
2278
|
+
* @deprecated Field no longer supported
|
2279
|
+
*/
|
2061
2280
|
fetchUserAuthorizedDevices?: Maybe<Array<Maybe<IUserDevice>>>;
|
2281
|
+
fetchUserSessions?: Maybe<Array<Maybe<IUserSession>>>;
|
2062
2282
|
filterIntegrationConfiguration?: Maybe<Array<Maybe<IIntegrationConfiguration>>>;
|
2063
2283
|
getAccounts?: Maybe<Array<Maybe<IUserAccount>>>;
|
2064
2284
|
getAllCountries?: Maybe<Array<Maybe<ICountry>>>;
|
2065
2285
|
getAllIntegrationConfigurations?: Maybe<IIntegrationConfigurationsOutput>;
|
2286
|
+
getAllUsersTokens?: Maybe<Array<Maybe<IUsersToken>>>;
|
2066
2287
|
getConfiguration?: Maybe<Array<Maybe<IConfiguration>>>;
|
2067
2288
|
getConfigurationData?: Maybe<IConfigurationData>;
|
2068
2289
|
getConfigurationPolicies?: Maybe<Array<Maybe<IConfigurationPolicy>>>;
|
@@ -2115,7 +2336,6 @@ export declare type IQuery = {
|
|
2115
2336
|
resolveConfiguration?: Maybe<Scalars['AnyObject']>;
|
2116
2337
|
resolveSettings?: Maybe<Array<Maybe<IContributionSettings>>>;
|
2117
2338
|
selectedOrgResource?: Maybe<IContext>;
|
2118
|
-
sidebarState?: Maybe<Scalars['Boolean']>;
|
2119
2339
|
team?: Maybe<IAccountTeam>;
|
2120
2340
|
teams?: Maybe<Array<Maybe<IAccountTeam>>>;
|
2121
2341
|
/** The policies for the viewer. */
|
@@ -2172,6 +2392,10 @@ export declare type IQueryGetAllIntegrationConfigurationsArgs = {
|
|
2172
2392
|
skip?: Maybe<Scalars['Int']>;
|
2173
2393
|
sort?: Maybe<ISort>;
|
2174
2394
|
};
|
2395
|
+
export declare type IQueryGetAllUsersTokensArgs = {
|
2396
|
+
userIds?: Maybe<Array<Scalars['String']>>;
|
2397
|
+
types: Array<ITokenTypesEnum>;
|
2398
|
+
};
|
2175
2399
|
export declare type IQueryGetConfigurationArgs = {
|
2176
2400
|
input?: Maybe<Array<Maybe<IConfigurationInput>>>;
|
2177
2401
|
};
|
@@ -2588,44 +2812,6 @@ export declare type ITeamRemoveRequest = {
|
|
2588
2812
|
id: Scalars['String'];
|
2589
2813
|
requestedUserId?: Maybe<Scalars['String']>;
|
2590
2814
|
};
|
2591
|
-
export declare type ITeamService = {
|
2592
|
-
__typename?: 'TeamService';
|
2593
|
-
getTeam?: Maybe<IAccountTeam>;
|
2594
|
-
getUserTeams?: Maybe<Array<Maybe<IAccountTeam>>>;
|
2595
|
-
createTeam?: Maybe<IAccountTeam>;
|
2596
|
-
updateTeam?: Maybe<IAccountTeam>;
|
2597
|
-
addWorkspaces?: Maybe<IAccountTeam>;
|
2598
|
-
removeTeam?: Maybe<Scalars['Boolean']>;
|
2599
|
-
createDefaultTeam?: Maybe<IAccountTeam>;
|
2600
|
-
sendProjectNotification?: Maybe<Scalars['Boolean']>;
|
2601
|
-
};
|
2602
|
-
export declare type ITeamServiceGetTeamArgs = {
|
2603
|
-
id?: Maybe<Scalars['String']>;
|
2604
|
-
};
|
2605
|
-
export declare type ITeamServiceGetUserTeamsArgs = {
|
2606
|
-
userId?: Maybe<Scalars['String']>;
|
2607
|
-
};
|
2608
|
-
export declare type ITeamServiceCreateTeamArgs = {
|
2609
|
-
team?: Maybe<ITeamCreateRequest>;
|
2610
|
-
};
|
2611
|
-
export declare type ITeamServiceUpdateTeamArgs = {
|
2612
|
-
team?: Maybe<ITeamUpdateRequest>;
|
2613
|
-
};
|
2614
|
-
export declare type ITeamServiceAddWorkspacesArgs = {
|
2615
|
-
id?: Maybe<Scalars['String']>;
|
2616
|
-
workspaces?: Maybe<Array<Maybe<Scalars['String']>>>;
|
2617
|
-
};
|
2618
|
-
export declare type ITeamServiceRemoveTeamArgs = {
|
2619
|
-
team?: Maybe<ITeamRemoveRequest>;
|
2620
|
-
};
|
2621
|
-
export declare type ITeamServiceCreateDefaultTeamArgs = {
|
2622
|
-
organization?: Maybe<IOrganizationInput>;
|
2623
|
-
user?: Maybe<IAuthUserInput>;
|
2624
|
-
};
|
2625
|
-
export declare type ITeamServiceSendProjectNotificationArgs = {
|
2626
|
-
teamId?: Maybe<Scalars['String']>;
|
2627
|
-
projectName?: Maybe<Scalars['String']>;
|
2628
|
-
};
|
2629
2815
|
export declare enum ITeamServiceAction {
|
2630
2816
|
GetTeam = "getTeam",
|
2631
2817
|
GetUserTeams = "getUserTeams",
|
@@ -2663,6 +2849,10 @@ export declare type ITerritorialStateUpdateInput = {
|
|
2663
2849
|
name?: Maybe<Scalars['String']>;
|
2664
2850
|
country: Scalars['Int'];
|
2665
2851
|
};
|
2852
|
+
export declare enum ITokenTypesEnum {
|
2853
|
+
EmailVerification = "EMAIL_VERIFICATION",
|
2854
|
+
PasswordReset = "PASSWORD_RESET"
|
2855
|
+
}
|
2666
2856
|
/**
|
2667
2857
|
* The User Account.
|
2668
2858
|
*
|
@@ -2675,8 +2865,8 @@ export declare type ITerritorialStateUpdateInput = {
|
|
2675
2865
|
* @property
|
2676
2866
|
* featureFlags: Any super power given to the user via a super user
|
2677
2867
|
* @property
|
2678
|
-
*
|
2679
|
-
* More than one will exists
|
2868
|
+
* tokens: An array of objects with information about the user's tokens.
|
2869
|
+
* More than one will exists.
|
2680
2870
|
* @property
|
2681
2871
|
* inactive: true if the user is not currently being billed for service.
|
2682
2872
|
* @property
|
@@ -2684,10 +2874,6 @@ export declare type ITerritorialStateUpdateInput = {
|
|
2684
2874
|
* @property
|
2685
2875
|
* userOgs: the orgs and roles for this user on each.
|
2686
2876
|
*/
|
2687
|
-
export declare enum ITokenTypesEnum {
|
2688
|
-
EmailVerification = "EMAIL_VERIFICATION",
|
2689
|
-
PasswordReset = "PASSWORD_RESET"
|
2690
|
-
}
|
2691
2877
|
export declare type IUserAccount = INode & {
|
2692
2878
|
__typename?: 'UserAccount';
|
2693
2879
|
/**
|
@@ -2708,6 +2894,27 @@ export declare type IUserAccount = INode & {
|
|
2708
2894
|
tokens?: Maybe<Array<Maybe<IUserToken>>>;
|
2709
2895
|
username?: Maybe<Scalars['String']>;
|
2710
2896
|
};
|
2897
|
+
/**
|
2898
|
+
* The User Account.
|
2899
|
+
*
|
2900
|
+
* @property
|
2901
|
+
* id: User ID
|
2902
|
+
* @property
|
2903
|
+
* email: The user email
|
2904
|
+
* @property
|
2905
|
+
* emailVerified: ture if email is verified, otherwise false
|
2906
|
+
* @property
|
2907
|
+
* featureFlags: Any super power given to the user via a super user
|
2908
|
+
* @property
|
2909
|
+
* tokens: An array of objects with information about the user's tokens.
|
2910
|
+
* More than one will exists.
|
2911
|
+
* @property
|
2912
|
+
* inactive: true if the user is not currently being billed for service.
|
2913
|
+
* @property
|
2914
|
+
* isBillingLeader: true if user is BillingLeader
|
2915
|
+
* @property
|
2916
|
+
* userOgs: the orgs and roles for this user on each.
|
2917
|
+
*/
|
2711
2918
|
export declare type IUserAccountAccessTokensArgs = {
|
2712
2919
|
first?: Maybe<Scalars['Int']>;
|
2713
2920
|
last?: Maybe<Scalars['Int']>;
|
@@ -2789,7 +2996,7 @@ export declare type IUserAuth0SessionDeviceInfo = {
|
|
2789
2996
|
os?: Maybe<Scalars['String']>;
|
2790
2997
|
deviceName?: Maybe<Scalars['String']>;
|
2791
2998
|
browserName?: Maybe<Scalars['String']>;
|
2792
|
-
|
2999
|
+
platform: IDeviceInfoPlatform;
|
2793
3000
|
};
|
2794
3001
|
export declare type IUserAuth0SessionInfo = {
|
2795
3002
|
__typename?: 'UserAuth0SessionInfo';
|
@@ -2880,21 +3087,10 @@ export declare enum IUserOrderBy {
|
|
2880
3087
|
UpdatedAtAsc = "updatedAt_ASC",
|
2881
3088
|
UpdatedAtDesc = "updatedAt_DESC"
|
2882
3089
|
}
|
2883
|
-
/** The user/org M:F join, denormalized on the user/org tables. */
|
2884
|
-
export declare type IUserOrg = {
|
2885
|
-
__typename?: 'UserOrg';
|
2886
|
-
userId: Scalars['String'];
|
2887
|
-
role?: Maybe<IApplicationRoles>;
|
2888
|
-
inactive?: Maybe<Scalars['Boolean']>;
|
2889
|
-
};
|
2890
|
-
export declare type IUserOrgInput = {
|
2891
|
-
userId: Scalars['String'];
|
2892
|
-
role?: Maybe<IApplicationRoles>;
|
2893
|
-
inactive?: Maybe<Scalars['Boolean']>;
|
2894
|
-
};
|
2895
3090
|
export declare type IUserPasswordResetInput = {
|
2896
|
-
|
2897
|
-
|
3091
|
+
newPassword: Scalars['String'];
|
3092
|
+
currentPassword: Scalars['String'];
|
3093
|
+
email: Scalars['String'];
|
2898
3094
|
};
|
2899
3095
|
export declare type IUserPreviousValues = {
|
2900
3096
|
__typename?: 'UserPreviousValues';
|
@@ -2936,6 +3132,16 @@ export declare type IUserProfile = IIAuth0User & IIAuth0UserProfile & IIAuth0Tok
|
|
2936
3132
|
at_hash?: Maybe<Scalars['String']>;
|
2937
3133
|
nonce?: Maybe<Scalars['String']>;
|
2938
3134
|
};
|
3135
|
+
export declare enum IUserServiceAction {
|
3136
|
+
OnEmailVerified = "onEmailVerified"
|
3137
|
+
}
|
3138
|
+
export declare type IUserSession = {
|
3139
|
+
__typename?: 'UserSession';
|
3140
|
+
sessionId?: Maybe<Scalars['String']>;
|
3141
|
+
deviceInfo?: Maybe<IUserAuth0SessionDeviceInfo>;
|
3142
|
+
lastLoginAt?: Maybe<Scalars['Date']>;
|
3143
|
+
lastLoginIp?: Maybe<Scalars['String']>;
|
3144
|
+
};
|
2939
3145
|
export declare type IUserSessionId = {
|
2940
3146
|
__typename?: 'UserSessionId';
|
2941
3147
|
sessionId?: Maybe<Scalars['String']>;
|
@@ -2983,7 +3189,7 @@ export declare type IUserState = {
|
|
2983
3189
|
isProfileFetching?: Maybe<Scalars['Boolean']>;
|
2984
3190
|
/** True incase of social logged in user */
|
2985
3191
|
isSocialLogin?: Maybe<Scalars['Boolean']>;
|
2986
|
-
linkedIdentities?: Maybe<Array<Maybe<
|
3192
|
+
linkedIdentities?: Maybe<Array<Maybe<ILinkedIdentity>>>;
|
2987
3193
|
loggingInProgress?: Maybe<Scalars['Boolean']>;
|
2988
3194
|
/** True while Password verify link sending */
|
2989
3195
|
passwordResetProgress?: Maybe<Scalars['Boolean']>;
|
@@ -3009,6 +3215,11 @@ export declare type IUserTokenInput = {
|
|
3009
3215
|
token: Scalars['String'];
|
3010
3216
|
valid?: Maybe<Scalars['Boolean']>;
|
3011
3217
|
};
|
3218
|
+
export declare type IUsersToken = {
|
3219
|
+
__typename?: 'UsersToken';
|
3220
|
+
userId: Scalars['String'];
|
3221
|
+
tokens?: Maybe<Array<Maybe<IUserToken>>>;
|
3222
|
+
};
|
3012
3223
|
export declare type IViewerPoliciesInput = {
|
3013
3224
|
target: Scalars['Int'];
|
3014
3225
|
/**
|
@@ -3168,12 +3379,6 @@ export declare type IResendOrganizationInvitationMutationVariables = Exact<{
|
|
3168
3379
|
export declare type IResendOrganizationInvitationMutation = ({
|
3169
3380
|
__typename?: 'Mutation';
|
3170
3381
|
} & Pick<IMutation, 'resendOrganizationInvitation'>);
|
3171
|
-
export declare type IResendUserEmailVerificationEmailMutationVariables = Exact<{
|
3172
|
-
[key: string]: never;
|
3173
|
-
}>;
|
3174
|
-
export declare type IResendUserEmailVerificationEmailMutation = ({
|
3175
|
-
__typename?: 'Mutation';
|
3176
|
-
} & Pick<IMutation, 'resendUserEmailVerificationEmail'>);
|
3177
3382
|
export declare type IResetUserPasswordMutationVariables = Exact<{
|
3178
3383
|
input: IUserPasswordResetInput;
|
3179
3384
|
}>;
|
@@ -3186,6 +3391,12 @@ export declare type ISendUserPasswordResetEmailMutationVariables = Exact<{
|
|
3186
3391
|
export declare type ISendUserPasswordResetEmailMutation = ({
|
3187
3392
|
__typename?: 'Mutation';
|
3188
3393
|
} & Pick<IMutation, 'sendUserPasswordResetEmail'>);
|
3394
|
+
export declare type ISendEmailVerificationMutationVariables = Exact<{
|
3395
|
+
email: Scalars['String'];
|
3396
|
+
}>;
|
3397
|
+
export declare type ISendEmailVerificationMutation = ({
|
3398
|
+
__typename?: 'Mutation';
|
3399
|
+
} & Pick<IMutation, 'sendEmailVerificationToken'>);
|
3189
3400
|
export declare type ISendOrganizationInvitationMutationVariables = Exact<{
|
3190
3401
|
request: IOrganizationInvitationRequest;
|
3191
3402
|
}>;
|
@@ -3227,12 +3438,19 @@ export declare type IUpdateUserAccountMutationVariables = Exact<{
|
|
3227
3438
|
export declare type IUpdateUserAccountMutation = ({
|
3228
3439
|
__typename?: 'Mutation';
|
3229
3440
|
} & Pick<IMutation, 'updateUserAccount'>);
|
3230
|
-
export declare type
|
3231
|
-
|
3441
|
+
export declare type IValidatePasswordResetOtpMutationVariables = Exact<{
|
3442
|
+
email: Scalars['String'];
|
3443
|
+
code: Scalars['String'];
|
3444
|
+
}>;
|
3445
|
+
export declare type IValidatePasswordResetOtpMutation = ({
|
3446
|
+
__typename?: 'Mutation';
|
3447
|
+
} & Pick<IMutation, 'validatePasswordResetOtp'>);
|
3448
|
+
export declare type IValidateUserEmailVerificationMutationVariables = Exact<{
|
3449
|
+
code: Scalars['String'];
|
3232
3450
|
}>;
|
3233
|
-
export declare type
|
3451
|
+
export declare type IValidateUserEmailVerificationMutation = ({
|
3234
3452
|
__typename?: 'Mutation';
|
3235
|
-
} & Pick<IMutation, '
|
3453
|
+
} & Pick<IMutation, 'validateUserEmailVerificationToken'>);
|
3236
3454
|
export declare type IGetUserOrganizationsListQueryVariables = Exact<{
|
3237
3455
|
[key: string]: never;
|
3238
3456
|
}>;
|
@@ -3349,8 +3567,8 @@ export declare type IGetOrganizationMembersWithNameQuery = ({
|
|
3349
3567
|
__typename?: 'OrgUser';
|
3350
3568
|
} & Pick<IOrgUser, 'userId' | 'inactive' | 'crossCheckEmail' | 'role'> & {
|
3351
3569
|
user: ({
|
3352
|
-
__typename?: '
|
3353
|
-
} & Pick<
|
3570
|
+
__typename?: 'UserAccount';
|
3571
|
+
} & Pick<IUserAccount, 'alias' | 'email' | 'username' | 'emailVerified' | 'familyName' | 'givenName'>);
|
3354
3572
|
})>>>;
|
3355
3573
|
})>;
|
3356
3574
|
});
|
@@ -3469,7 +3687,11 @@ export declare type IGetOrganizationMembersQuery = ({
|
|
3469
3687
|
} & Pick<IOrgMembersOutput, 'totalCount'> & {
|
3470
3688
|
data?: Maybe<Array<Maybe<({
|
3471
3689
|
__typename?: 'OrgMember';
|
3472
|
-
} & Pick<IOrgMember, 'userId' | 'isSelf' | 'role' | 'name' | 'email' | 'teamNames' | 'crossCheckEmail'>
|
3690
|
+
} & Pick<IOrgMember, 'userId' | 'isSelf' | 'role' | 'name' | 'email' | 'teamNames' | 'crossCheckEmail'> & {
|
3691
|
+
user: ({
|
3692
|
+
__typename?: 'UserAccount';
|
3693
|
+
} & Pick<IUserAccount, 'familyName' | 'givenName' | 'alias' | 'email'>);
|
3694
|
+
})>>>;
|
3473
3695
|
})>;
|
3474
3696
|
});
|
3475
3697
|
export declare type IOrganizationsQueryVariables = Exact<{
|
@@ -3626,18 +3848,6 @@ export declare type IUserCreationEventFragment = ({
|
|
3626
3848
|
__typename?: 'UserMetadata';
|
3627
3849
|
} & Pick<IUserMetadata, 'last_name' | 'first_name' | 'phone_number' | 'work_email' | 'country' | 'company_name' | 'dob' | 'zip_code'>)>;
|
3628
3850
|
});
|
3629
|
-
export declare type IToggleSidebarMutationVariables = Exact<{
|
3630
|
-
state: Scalars['Boolean'];
|
3631
|
-
}>;
|
3632
|
-
export declare type IToggleSidebarMutation = ({
|
3633
|
-
__typename?: 'Mutation';
|
3634
|
-
} & Pick<IMutation, 'toggleSidebar'>);
|
3635
|
-
export declare type ISidebarStateQueryVariables = Exact<{
|
3636
|
-
[key: string]: never;
|
3637
|
-
}>;
|
3638
|
-
export declare type ISidebarStateQuery = ({
|
3639
|
-
__typename?: 'Query';
|
3640
|
-
} & Pick<IQuery, 'sidebarState'>);
|
3641
3851
|
export declare type IConfigurationUpdateEventFragment = ({
|
3642
3852
|
__typename: 'ConfigurationUpdateEvent';
|
3643
3853
|
} & Pick<IConfigurationUpdateEvent, 'contents' | 'resource' | 'target'> & {
|
@@ -3655,6 +3865,13 @@ export declare type IDefaultSettingFragment = ({
|
|
3655
3865
|
export declare type IOverWriteRoleValueFragment = ({
|
3656
3866
|
__typename?: 'ContributionSettings';
|
3657
3867
|
} & Pick<IContributionSettings, 'key' | 'value'>);
|
3868
|
+
declare type IConfiguration_ApplicationConfiguration_Fragment = ({
|
3869
|
+
__typename: 'ApplicationConfiguration';
|
3870
|
+
} & Pick<IApplicationConfiguration, 'resource' | 'target' | 'contents' | 'keys'> & {
|
3871
|
+
overrides?: Maybe<Array<Maybe<({
|
3872
|
+
__typename?: 'Overrides';
|
3873
|
+
} & Pick<IOverrides, 'contents' | 'identifiers'>)>>>;
|
3874
|
+
});
|
3658
3875
|
declare type IConfiguration_ApplicationPolicy_Fragment = ({
|
3659
3876
|
__typename: 'ApplicationPolicy';
|
3660
3877
|
} & Pick<IApplicationPolicy, 'resource' | 'target' | 'contents' | 'keys'> & {
|
@@ -3662,9 +3879,9 @@ declare type IConfiguration_ApplicationPolicy_Fragment = ({
|
|
3662
3879
|
__typename?: 'Overrides';
|
3663
3880
|
} & Pick<IOverrides, 'contents' | 'identifiers'>)>>>;
|
3664
3881
|
});
|
3665
|
-
declare type
|
3666
|
-
__typename: '
|
3667
|
-
} & Pick<
|
3882
|
+
declare type IConfiguration_ApplicationRole_Fragment = ({
|
3883
|
+
__typename: 'ApplicationRole';
|
3884
|
+
} & Pick<IApplicationRole, 'resource' | 'target' | 'contents' | 'keys'> & {
|
3668
3885
|
overrides?: Maybe<Array<Maybe<({
|
3669
3886
|
__typename?: 'Overrides';
|
3670
3887
|
} & Pick<IOverrides, 'contents' | 'identifiers'>)>>>;
|
@@ -3725,6 +3942,13 @@ declare type IConfiguration_OrganizationRole_Fragment = ({
|
|
3725
3942
|
__typename?: 'Overrides';
|
3726
3943
|
} & Pick<IOverrides, 'contents' | 'identifiers'>)>>>;
|
3727
3944
|
});
|
3945
|
+
declare type IConfiguration_PolicyConfiguration_Fragment = ({
|
3946
|
+
__typename: 'PolicyConfiguration';
|
3947
|
+
} & Pick<IPolicyConfiguration, 'resource' | 'target' | 'contents' | 'keys'> & {
|
3948
|
+
overrides?: Maybe<Array<Maybe<({
|
3949
|
+
__typename?: 'Overrides';
|
3950
|
+
} & Pick<IOverrides, 'contents' | 'identifiers'>)>>>;
|
3951
|
+
});
|
3728
3952
|
declare type IConfiguration_ResourcePolicy_Fragment = ({
|
3729
3953
|
__typename: 'ResourcePolicy';
|
3730
3954
|
} & Pick<IResourcePolicy, 'resource' | 'target' | 'contents' | 'keys'> & {
|
@@ -3746,7 +3970,7 @@ declare type IConfiguration_UserConfiguration_Fragment = ({
|
|
3746
3970
|
__typename?: 'Overrides';
|
3747
3971
|
} & Pick<IOverrides, 'contents' | 'identifiers'>)>>>;
|
3748
3972
|
});
|
3749
|
-
export declare type IConfigurationFragment = IConfiguration_ApplicationPolicy_Fragment |
|
3973
|
+
export declare type IConfigurationFragment = IConfiguration_ApplicationConfiguration_Fragment | IConfiguration_ApplicationPolicy_Fragment | IConfiguration_ApplicationRole_Fragment | IConfiguration_DefaultConfiguration_Fragment | IConfiguration_DefaultPolicy_Fragment | IConfiguration_DefaultRole_Fragment | IConfiguration_MachineConfiguration_Fragment | IConfiguration_OrganizationConfiguration_Fragment | IConfiguration_OrganizationPolicy_Fragment | IConfiguration_OrganizationResourceConfiguration_Fragment | IConfiguration_OrganizationRole_Fragment | IConfiguration_PolicyConfiguration_Fragment | IConfiguration_ResourcePolicy_Fragment | IConfiguration_ResourceRole_Fragment | IConfiguration_UserConfiguration_Fragment;
|
3750
3974
|
export declare type IContextConfigurationFragment = ({
|
3751
3975
|
__typename?: 'OrganizationData';
|
3752
3976
|
} & Pick<IOrganizationData, 'id' | 'name' | 'configuration'> & {
|
@@ -3877,8 +4101,8 @@ export declare type IGetApplicationRoleQuery = ({
|
|
3877
4101
|
} | {
|
3878
4102
|
__typename?: 'ResourceRole';
|
3879
4103
|
} | ({
|
3880
|
-
__typename?: '
|
3881
|
-
} &
|
4104
|
+
__typename?: 'ApplicationRole';
|
4105
|
+
} & IConfiguration_ApplicationRole_Fragment)>>>;
|
3882
4106
|
});
|
3883
4107
|
export declare type IDefaultResolveSettingsQueryVariables = Exact<{
|
3884
4108
|
uri: Scalars['URI'];
|
@@ -3962,7 +4186,7 @@ export declare type IGetDefaultRoleQuery = ({
|
|
3962
4186
|
} | {
|
3963
4187
|
__typename?: 'ResourceRole';
|
3964
4188
|
} | {
|
3965
|
-
__typename?: '
|
4189
|
+
__typename?: 'ApplicationRole';
|
3966
4190
|
}>>>;
|
3967
4191
|
});
|
3968
4192
|
export declare type IGetTeamContextQueryVariables = Exact<{
|
@@ -4001,7 +4225,7 @@ export declare type IGetUserAccessRoleQuery = ({
|
|
4001
4225
|
} & IConfiguration_OrganizationRole_Fragment) | ({
|
4002
4226
|
__typename?: 'ResourceRole';
|
4003
4227
|
} & IConfiguration_ResourceRole_Fragment) | {
|
4004
|
-
__typename?: '
|
4228
|
+
__typename?: 'ApplicationRole';
|
4005
4229
|
}>>>;
|
4006
4230
|
resourceUserRoles?: Maybe<Array<Maybe<({
|
4007
4231
|
__typename?: 'ResourceUser';
|
@@ -4029,9 +4253,13 @@ export declare type IGetOrgConfigurationQuery = ({
|
|
4029
4253
|
getConfiguration?: Maybe<Array<Maybe<{
|
4030
4254
|
__typename?: 'DefaultConfiguration';
|
4031
4255
|
} | {
|
4032
|
-
__typename?: '
|
4256
|
+
__typename?: 'PolicyConfiguration';
|
4257
|
+
} | {
|
4258
|
+
__typename?: 'ApplicationConfiguration';
|
4033
4259
|
} | {
|
4034
4260
|
__typename?: 'UserConfiguration';
|
4261
|
+
} | {
|
4262
|
+
__typename?: 'MachineConfiguration';
|
4035
4263
|
} | ({
|
4036
4264
|
__typename?: 'OrganizationConfiguration';
|
4037
4265
|
} & IConfiguration_OrganizationConfiguration_Fragment) | {
|
@@ -4067,7 +4295,7 @@ export declare type IGetOrgRoleQuery = ({
|
|
4067
4295
|
} & IConfiguration_OrganizationRole_Fragment) | {
|
4068
4296
|
__typename?: 'ResourceRole';
|
4069
4297
|
} | {
|
4070
|
-
__typename?: '
|
4298
|
+
__typename?: 'ApplicationRole';
|
4071
4299
|
}>>>;
|
4072
4300
|
});
|
4073
4301
|
export declare type IGetOrgWithResourcesPolicyQueryVariables = Exact<{
|
@@ -4098,9 +4326,9 @@ export declare type IGetOrgWithResourcesRoleQuery = ({
|
|
4098
4326
|
__typename?: 'OrganizationRole';
|
4099
4327
|
} & IConfiguration_OrganizationRole_Fragment) | ({
|
4100
4328
|
__typename?: 'ResourceRole';
|
4101
|
-
} & IConfiguration_ResourceRole_Fragment) | {
|
4102
|
-
__typename?: '
|
4103
|
-
}>>>;
|
4329
|
+
} & IConfiguration_ResourceRole_Fragment) | ({
|
4330
|
+
__typename?: 'ApplicationRole';
|
4331
|
+
} & IConfiguration_ApplicationRole_Fragment)>>>;
|
4104
4332
|
});
|
4105
4333
|
export declare type IResolveConfigurationQueryVariables = Exact<{
|
4106
4334
|
input: IPreferencesInputInput;
|
@@ -4119,9 +4347,13 @@ export declare type IGetResourcesConfigurationQuery = ({
|
|
4119
4347
|
getConfiguration?: Maybe<Array<Maybe<{
|
4120
4348
|
__typename?: 'DefaultConfiguration';
|
4121
4349
|
} | {
|
4122
|
-
__typename?: '
|
4350
|
+
__typename?: 'PolicyConfiguration';
|
4351
|
+
} | {
|
4352
|
+
__typename?: 'ApplicationConfiguration';
|
4123
4353
|
} | {
|
4124
4354
|
__typename?: 'UserConfiguration';
|
4355
|
+
} | {
|
4356
|
+
__typename?: 'MachineConfiguration';
|
4125
4357
|
} | {
|
4126
4358
|
__typename?: 'OrganizationConfiguration';
|
4127
4359
|
} | ({
|
@@ -4136,11 +4368,15 @@ export declare type IGetUserConfigurationQuery = ({
|
|
4136
4368
|
} & {
|
4137
4369
|
getConfiguration?: Maybe<Array<Maybe<({
|
4138
4370
|
__typename?: 'DefaultConfiguration';
|
4139
|
-
} & IConfiguration_DefaultConfiguration_Fragment) |
|
4140
|
-
__typename?: '
|
4141
|
-
}
|
4371
|
+
} & IConfiguration_DefaultConfiguration_Fragment) | {
|
4372
|
+
__typename?: 'PolicyConfiguration';
|
4373
|
+
} | {
|
4374
|
+
__typename?: 'ApplicationConfiguration';
|
4375
|
+
} | ({
|
4142
4376
|
__typename?: 'UserConfiguration';
|
4143
|
-
} & IConfiguration_UserConfiguration_Fragment) | {
|
4377
|
+
} & IConfiguration_UserConfiguration_Fragment) | ({
|
4378
|
+
__typename?: 'MachineConfiguration';
|
4379
|
+
} & IConfiguration_MachineConfiguration_Fragment) | {
|
4144
4380
|
__typename?: 'OrganizationConfiguration';
|
4145
4381
|
} | {
|
4146
4382
|
__typename?: 'OrganizationResourceConfiguration';
|
@@ -4219,7 +4455,7 @@ export declare type IGetRoleQuery = ({
|
|
4219
4455
|
} & Pick<IOrganizationRole, 'contents' | 'keys'>) | {
|
4220
4456
|
__typename?: 'ResourceRole';
|
4221
4457
|
} | {
|
4222
|
-
__typename?: '
|
4458
|
+
__typename?: 'ApplicationRole';
|
4223
4459
|
}>;
|
4224
4460
|
});
|
4225
4461
|
export declare type IGetOrgWithResourcesConfigurationQueryVariables = Exact<{
|
@@ -4230,11 +4466,15 @@ export declare type IGetOrgWithResourcesConfigurationQuery = ({
|
|
4230
4466
|
} & {
|
4231
4467
|
getConfiguration?: Maybe<Array<Maybe<{
|
4232
4468
|
__typename?: 'DefaultConfiguration';
|
4233
|
-
} |
|
4234
|
-
__typename?: '
|
4235
|
-
}
|
4469
|
+
} | {
|
4470
|
+
__typename?: 'PolicyConfiguration';
|
4471
|
+
} | {
|
4472
|
+
__typename?: 'ApplicationConfiguration';
|
4473
|
+
} | {
|
4236
4474
|
__typename?: 'UserConfiguration';
|
4237
4475
|
} | ({
|
4476
|
+
__typename?: 'MachineConfiguration';
|
4477
|
+
} & IConfiguration_MachineConfiguration_Fragment) | ({
|
4238
4478
|
__typename?: 'OrganizationConfiguration';
|
4239
4479
|
} & IConfiguration_OrganizationConfiguration_Fragment) | ({
|
4240
4480
|
__typename?: 'OrganizationResourceConfiguration';
|
@@ -4249,10 +4489,14 @@ export declare type IGetUserWithDefaultConfigurationQuery = ({
|
|
4249
4489
|
getConfiguration?: Maybe<Array<Maybe<({
|
4250
4490
|
__typename?: 'DefaultConfiguration';
|
4251
4491
|
} & IConfiguration_DefaultConfiguration_Fragment) | {
|
4252
|
-
__typename?: '
|
4492
|
+
__typename?: 'PolicyConfiguration';
|
4493
|
+
} | {
|
4494
|
+
__typename?: 'ApplicationConfiguration';
|
4253
4495
|
} | ({
|
4254
4496
|
__typename?: 'UserConfiguration';
|
4255
4497
|
} & IConfiguration_UserConfiguration_Fragment) | {
|
4498
|
+
__typename?: 'MachineConfiguration';
|
4499
|
+
} | {
|
4256
4500
|
__typename?: 'OrganizationConfiguration';
|
4257
4501
|
} | {
|
4258
4502
|
__typename?: 'OrganizationResourceConfiguration';
|
@@ -4422,10 +4666,12 @@ export declare type IGetConfigurationDataQuery = ({
|
|
4422
4666
|
__typename?: 'ConfigurationData';
|
4423
4667
|
} & Pick<IConfigurationData, 'isComplete'> & {
|
4424
4668
|
defaults?: Maybe<({
|
4669
|
+
__typename?: 'ApplicationConfiguration';
|
4670
|
+
} & IConfiguration_ApplicationConfiguration_Fragment) | ({
|
4425
4671
|
__typename?: 'ApplicationPolicy';
|
4426
4672
|
} & IConfiguration_ApplicationPolicy_Fragment) | ({
|
4427
|
-
__typename?: '
|
4428
|
-
} &
|
4673
|
+
__typename?: 'ApplicationRole';
|
4674
|
+
} & IConfiguration_ApplicationRole_Fragment) | ({
|
4429
4675
|
__typename?: 'DefaultConfiguration';
|
4430
4676
|
} & IConfiguration_DefaultConfiguration_Fragment) | ({
|
4431
4677
|
__typename?: 'DefaultPolicy';
|
@@ -4442,6 +4688,8 @@ export declare type IGetConfigurationDataQuery = ({
|
|
4442
4688
|
} & IConfiguration_OrganizationResourceConfiguration_Fragment) | ({
|
4443
4689
|
__typename?: 'OrganizationRole';
|
4444
4690
|
} & IConfiguration_OrganizationRole_Fragment) | ({
|
4691
|
+
__typename?: 'PolicyConfiguration';
|
4692
|
+
} & IConfiguration_PolicyConfiguration_Fragment) | ({
|
4445
4693
|
__typename?: 'ResourcePolicy';
|
4446
4694
|
} & IConfiguration_ResourcePolicy_Fragment) | ({
|
4447
4695
|
__typename?: 'ResourceRole';
|
@@ -4449,10 +4697,12 @@ export declare type IGetConfigurationDataQuery = ({
|
|
4449
4697
|
__typename?: 'UserConfiguration';
|
4450
4698
|
} & IConfiguration_UserConfiguration_Fragment)>;
|
4451
4699
|
user?: Maybe<({
|
4700
|
+
__typename?: 'ApplicationConfiguration';
|
4701
|
+
} & IConfiguration_ApplicationConfiguration_Fragment) | ({
|
4452
4702
|
__typename?: 'ApplicationPolicy';
|
4453
4703
|
} & IConfiguration_ApplicationPolicy_Fragment) | ({
|
4454
|
-
__typename?: '
|
4455
|
-
} &
|
4704
|
+
__typename?: 'ApplicationRole';
|
4705
|
+
} & IConfiguration_ApplicationRole_Fragment) | ({
|
4456
4706
|
__typename?: 'DefaultConfiguration';
|
4457
4707
|
} & IConfiguration_DefaultConfiguration_Fragment) | ({
|
4458
4708
|
__typename?: 'DefaultPolicy';
|
@@ -4469,6 +4719,8 @@ export declare type IGetConfigurationDataQuery = ({
|
|
4469
4719
|
} & IConfiguration_OrganizationResourceConfiguration_Fragment) | ({
|
4470
4720
|
__typename?: 'OrganizationRole';
|
4471
4721
|
} & IConfiguration_OrganizationRole_Fragment) | ({
|
4722
|
+
__typename?: 'PolicyConfiguration';
|
4723
|
+
} & IConfiguration_PolicyConfiguration_Fragment) | ({
|
4472
4724
|
__typename?: 'ResourcePolicy';
|
4473
4725
|
} & IConfiguration_ResourcePolicy_Fragment) | ({
|
4474
4726
|
__typename?: 'ResourceRole';
|
@@ -4476,10 +4728,12 @@ export declare type IGetConfigurationDataQuery = ({
|
|
4476
4728
|
__typename?: 'UserConfiguration';
|
4477
4729
|
} & IConfiguration_UserConfiguration_Fragment)>;
|
4478
4730
|
machine?: Maybe<({
|
4731
|
+
__typename?: 'ApplicationConfiguration';
|
4732
|
+
} & IConfiguration_ApplicationConfiguration_Fragment) | ({
|
4479
4733
|
__typename?: 'ApplicationPolicy';
|
4480
4734
|
} & IConfiguration_ApplicationPolicy_Fragment) | ({
|
4481
|
-
__typename?: '
|
4482
|
-
} &
|
4735
|
+
__typename?: 'ApplicationRole';
|
4736
|
+
} & IConfiguration_ApplicationRole_Fragment) | ({
|
4483
4737
|
__typename?: 'DefaultConfiguration';
|
4484
4738
|
} & IConfiguration_DefaultConfiguration_Fragment) | ({
|
4485
4739
|
__typename?: 'DefaultPolicy';
|
@@ -4496,6 +4750,8 @@ export declare type IGetConfigurationDataQuery = ({
|
|
4496
4750
|
} & IConfiguration_OrganizationResourceConfiguration_Fragment) | ({
|
4497
4751
|
__typename?: 'OrganizationRole';
|
4498
4752
|
} & IConfiguration_OrganizationRole_Fragment) | ({
|
4753
|
+
__typename?: 'PolicyConfiguration';
|
4754
|
+
} & IConfiguration_PolicyConfiguration_Fragment) | ({
|
4499
4755
|
__typename?: 'ResourcePolicy';
|
4500
4756
|
} & IConfiguration_ResourcePolicy_Fragment) | ({
|
4501
4757
|
__typename?: 'ResourceRole';
|
@@ -4503,10 +4759,12 @@ export declare type IGetConfigurationDataQuery = ({
|
|
4503
4759
|
__typename?: 'UserConfiguration';
|
4504
4760
|
} & IConfiguration_UserConfiguration_Fragment)>;
|
4505
4761
|
organization?: Maybe<({
|
4762
|
+
__typename?: 'ApplicationConfiguration';
|
4763
|
+
} & IConfiguration_ApplicationConfiguration_Fragment) | ({
|
4506
4764
|
__typename?: 'ApplicationPolicy';
|
4507
4765
|
} & IConfiguration_ApplicationPolicy_Fragment) | ({
|
4508
|
-
__typename?: '
|
4509
|
-
} &
|
4766
|
+
__typename?: 'ApplicationRole';
|
4767
|
+
} & IConfiguration_ApplicationRole_Fragment) | ({
|
4510
4768
|
__typename?: 'DefaultConfiguration';
|
4511
4769
|
} & IConfiguration_DefaultConfiguration_Fragment) | ({
|
4512
4770
|
__typename?: 'DefaultPolicy';
|
@@ -4523,6 +4781,8 @@ export declare type IGetConfigurationDataQuery = ({
|
|
4523
4781
|
} & IConfiguration_OrganizationResourceConfiguration_Fragment) | ({
|
4524
4782
|
__typename?: 'OrganizationRole';
|
4525
4783
|
} & IConfiguration_OrganizationRole_Fragment) | ({
|
4784
|
+
__typename?: 'PolicyConfiguration';
|
4785
|
+
} & IConfiguration_PolicyConfiguration_Fragment) | ({
|
4526
4786
|
__typename?: 'ResourcePolicy';
|
4527
4787
|
} & IConfiguration_ResourcePolicy_Fragment) | ({
|
4528
4788
|
__typename?: 'ResourceRole';
|
@@ -4530,10 +4790,12 @@ export declare type IGetConfigurationDataQuery = ({
|
|
4530
4790
|
__typename?: 'UserConfiguration';
|
4531
4791
|
} & IConfiguration_UserConfiguration_Fragment)>;
|
4532
4792
|
resources?: Maybe<Array<Maybe<({
|
4793
|
+
__typename?: 'ApplicationConfiguration';
|
4794
|
+
} & IConfiguration_ApplicationConfiguration_Fragment) | ({
|
4533
4795
|
__typename?: 'ApplicationPolicy';
|
4534
4796
|
} & IConfiguration_ApplicationPolicy_Fragment) | ({
|
4535
|
-
__typename?: '
|
4536
|
-
} &
|
4797
|
+
__typename?: 'ApplicationRole';
|
4798
|
+
} & IConfiguration_ApplicationRole_Fragment) | ({
|
4537
4799
|
__typename?: 'DefaultConfiguration';
|
4538
4800
|
} & IConfiguration_DefaultConfiguration_Fragment) | ({
|
4539
4801
|
__typename?: 'DefaultPolicy';
|
@@ -4550,6 +4812,8 @@ export declare type IGetConfigurationDataQuery = ({
|
|
4550
4812
|
} & IConfiguration_OrganizationResourceConfiguration_Fragment) | ({
|
4551
4813
|
__typename?: 'OrganizationRole';
|
4552
4814
|
} & IConfiguration_OrganizationRole_Fragment) | ({
|
4815
|
+
__typename?: 'PolicyConfiguration';
|
4816
|
+
} & IConfiguration_PolicyConfiguration_Fragment) | ({
|
4553
4817
|
__typename?: 'ResourcePolicy';
|
4554
4818
|
} & IConfiguration_ResourcePolicy_Fragment) | ({
|
4555
4819
|
__typename?: 'ResourceRole';
|
@@ -4981,29 +5245,6 @@ export declare function useResendOrganizationInvitationMutation(baseOptions?: Ap
|
|
4981
5245
|
export declare type ResendOrganizationInvitationMutationHookResult = ReturnType<typeof useResendOrganizationInvitationMutation>;
|
4982
5246
|
export declare type ResendOrganizationInvitationMutationResult = Apollo.MutationResult<IResendOrganizationInvitationMutation>;
|
4983
5247
|
export declare type ResendOrganizationInvitationMutationOptions = Apollo.BaseMutationOptions<IResendOrganizationInvitationMutation, IResendOrganizationInvitationMutationVariables>;
|
4984
|
-
export declare const ResendUserEmailVerificationEmailDocument: DocumentNode;
|
4985
|
-
/**
|
4986
|
-
* __useResendUserEmailVerificationEmailMutation__
|
4987
|
-
*
|
4988
|
-
* To run a mutation, you first call `useResendUserEmailVerificationEmailMutation` within a React component and pass it any options that fit your needs.
|
4989
|
-
* When your component renders, `useResendUserEmailVerificationEmailMutation` returns a tuple that includes:
|
4990
|
-
* - A mutate function that you can call at any time to execute the mutation
|
4991
|
-
* - An object with fields that represent the current status of the mutation's execution
|
4992
|
-
*
|
4993
|
-
* @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;
|
4994
|
-
*
|
4995
|
-
* @example
|
4996
|
-
* const [resendUserEmailVerificationEmailMutation, { data, loading, error }] = useResendUserEmailVerificationEmailMutation({
|
4997
|
-
* variables: {
|
4998
|
-
* },
|
4999
|
-
* });
|
5000
|
-
*/
|
5001
|
-
export declare function useResendUserEmailVerificationEmailMutation(baseOptions?: Apollo.MutationHookOptions<IResendUserEmailVerificationEmailMutation, IResendUserEmailVerificationEmailMutationVariables>): Apollo.MutationTuple<IResendUserEmailVerificationEmailMutation, Exact<{
|
5002
|
-
[key: string]: never;
|
5003
|
-
}>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
|
5004
|
-
export declare type ResendUserEmailVerificationEmailMutationHookResult = ReturnType<typeof useResendUserEmailVerificationEmailMutation>;
|
5005
|
-
export declare type ResendUserEmailVerificationEmailMutationResult = Apollo.MutationResult<IResendUserEmailVerificationEmailMutation>;
|
5006
|
-
export declare type ResendUserEmailVerificationEmailMutationOptions = Apollo.BaseMutationOptions<IResendUserEmailVerificationEmailMutation, IResendUserEmailVerificationEmailMutationVariables>;
|
5007
5248
|
export declare const ResetUserPasswordDocument: DocumentNode;
|
5008
5249
|
/**
|
5009
5250
|
* __useResetUserPasswordMutation__
|
@@ -5052,6 +5293,30 @@ export declare function useSendUserPasswordResetEmailMutation(baseOptions?: Apol
|
|
5052
5293
|
export declare type SendUserPasswordResetEmailMutationHookResult = ReturnType<typeof useSendUserPasswordResetEmailMutation>;
|
5053
5294
|
export declare type SendUserPasswordResetEmailMutationResult = Apollo.MutationResult<ISendUserPasswordResetEmailMutation>;
|
5054
5295
|
export declare type SendUserPasswordResetEmailMutationOptions = Apollo.BaseMutationOptions<ISendUserPasswordResetEmailMutation, ISendUserPasswordResetEmailMutationVariables>;
|
5296
|
+
export declare const SendEmailVerificationDocument: DocumentNode;
|
5297
|
+
/**
|
5298
|
+
* __useSendEmailVerificationMutation__
|
5299
|
+
*
|
5300
|
+
* To run a mutation, you first call `useSendEmailVerificationMutation` within a React component and pass it any options that fit your needs.
|
5301
|
+
* When your component renders, `useSendEmailVerificationMutation` returns a tuple that includes:
|
5302
|
+
* - A mutate function that you can call at any time to execute the mutation
|
5303
|
+
* - An object with fields that represent the current status of the mutation's execution
|
5304
|
+
*
|
5305
|
+
* @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;
|
5306
|
+
*
|
5307
|
+
* @example
|
5308
|
+
* const [sendEmailVerificationMutation, { data, loading, error }] = useSendEmailVerificationMutation({
|
5309
|
+
* variables: {
|
5310
|
+
* email: // value for 'email'
|
5311
|
+
* },
|
5312
|
+
* });
|
5313
|
+
*/
|
5314
|
+
export declare function useSendEmailVerificationMutation(baseOptions?: Apollo.MutationHookOptions<ISendEmailVerificationMutation, ISendEmailVerificationMutationVariables>): Apollo.MutationTuple<ISendEmailVerificationMutation, Exact<{
|
5315
|
+
email: string;
|
5316
|
+
}>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
|
5317
|
+
export declare type SendEmailVerificationMutationHookResult = ReturnType<typeof useSendEmailVerificationMutation>;
|
5318
|
+
export declare type SendEmailVerificationMutationResult = Apollo.MutationResult<ISendEmailVerificationMutation>;
|
5319
|
+
export declare type SendEmailVerificationMutationOptions = Apollo.BaseMutationOptions<ISendEmailVerificationMutation, ISendEmailVerificationMutationVariables>;
|
5055
5320
|
export declare const SendOrganizationInvitationDocument: DocumentNode;
|
5056
5321
|
/**
|
5057
5322
|
* __useSendOrganizationInvitationMutation__
|
@@ -5186,30 +5451,56 @@ export declare function useUpdateUserAccountMutation(baseOptions?: Apollo.Mutati
|
|
5186
5451
|
export declare type UpdateUserAccountMutationHookResult = ReturnType<typeof useUpdateUserAccountMutation>;
|
5187
5452
|
export declare type UpdateUserAccountMutationResult = Apollo.MutationResult<IUpdateUserAccountMutation>;
|
5188
5453
|
export declare type UpdateUserAccountMutationOptions = Apollo.BaseMutationOptions<IUpdateUserAccountMutation, IUpdateUserAccountMutationVariables>;
|
5189
|
-
export declare const
|
5454
|
+
export declare const ValidatePasswordResetOtpDocument: DocumentNode;
|
5190
5455
|
/**
|
5191
|
-
*
|
5456
|
+
* __useValidatePasswordResetOtpMutation__
|
5192
5457
|
*
|
5193
|
-
* To run a mutation, you first call `
|
5194
|
-
* When your component renders, `
|
5458
|
+
* To run a mutation, you first call `useValidatePasswordResetOtpMutation` within a React component and pass it any options that fit your needs.
|
5459
|
+
* When your component renders, `useValidatePasswordResetOtpMutation` returns a tuple that includes:
|
5195
5460
|
* - A mutate function that you can call at any time to execute the mutation
|
5196
5461
|
* - An object with fields that represent the current status of the mutation's execution
|
5197
5462
|
*
|
5198
5463
|
* @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;
|
5199
5464
|
*
|
5200
5465
|
* @example
|
5201
|
-
* const [
|
5466
|
+
* const [validatePasswordResetOtpMutation, { data, loading, error }] = useValidatePasswordResetOtpMutation({
|
5202
5467
|
* variables: {
|
5203
|
-
*
|
5468
|
+
* email: // value for 'email'
|
5469
|
+
* code: // value for 'code'
|
5470
|
+
* },
|
5471
|
+
* });
|
5472
|
+
*/
|
5473
|
+
export declare function useValidatePasswordResetOtpMutation(baseOptions?: Apollo.MutationHookOptions<IValidatePasswordResetOtpMutation, IValidatePasswordResetOtpMutationVariables>): Apollo.MutationTuple<IValidatePasswordResetOtpMutation, Exact<{
|
5474
|
+
email: string;
|
5475
|
+
code: string;
|
5476
|
+
}>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
|
5477
|
+
export declare type ValidatePasswordResetOtpMutationHookResult = ReturnType<typeof useValidatePasswordResetOtpMutation>;
|
5478
|
+
export declare type ValidatePasswordResetOtpMutationResult = Apollo.MutationResult<IValidatePasswordResetOtpMutation>;
|
5479
|
+
export declare type ValidatePasswordResetOtpMutationOptions = Apollo.BaseMutationOptions<IValidatePasswordResetOtpMutation, IValidatePasswordResetOtpMutationVariables>;
|
5480
|
+
export declare const ValidateUserEmailVerificationDocument: DocumentNode;
|
5481
|
+
/**
|
5482
|
+
* __useValidateUserEmailVerificationMutation__
|
5483
|
+
*
|
5484
|
+
* To run a mutation, you first call `useValidateUserEmailVerificationMutation` within a React component and pass it any options that fit your needs.
|
5485
|
+
* When your component renders, `useValidateUserEmailVerificationMutation` returns a tuple that includes:
|
5486
|
+
* - A mutate function that you can call at any time to execute the mutation
|
5487
|
+
* - An object with fields that represent the current status of the mutation's execution
|
5488
|
+
*
|
5489
|
+
* @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;
|
5490
|
+
*
|
5491
|
+
* @example
|
5492
|
+
* const [validateUserEmailVerificationMutation, { data, loading, error }] = useValidateUserEmailVerificationMutation({
|
5493
|
+
* variables: {
|
5494
|
+
* code: // value for 'code'
|
5204
5495
|
* },
|
5205
5496
|
* });
|
5206
5497
|
*/
|
5207
|
-
export declare function
|
5208
|
-
|
5498
|
+
export declare function useValidateUserEmailVerificationMutation(baseOptions?: Apollo.MutationHookOptions<IValidateUserEmailVerificationMutation, IValidateUserEmailVerificationMutationVariables>): Apollo.MutationTuple<IValidateUserEmailVerificationMutation, Exact<{
|
5499
|
+
code: string;
|
5209
5500
|
}>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
|
5210
|
-
export declare type
|
5211
|
-
export declare type
|
5212
|
-
export declare type
|
5501
|
+
export declare type ValidateUserEmailVerificationMutationHookResult = ReturnType<typeof useValidateUserEmailVerificationMutation>;
|
5502
|
+
export declare type ValidateUserEmailVerificationMutationResult = Apollo.MutationResult<IValidateUserEmailVerificationMutation>;
|
5503
|
+
export declare type ValidateUserEmailVerificationMutationOptions = Apollo.BaseMutationOptions<IValidateUserEmailVerificationMutation, IValidateUserEmailVerificationMutationVariables>;
|
5213
5504
|
export declare const GetUserOrganizationsListDocument: DocumentNode;
|
5214
5505
|
/**
|
5215
5506
|
* __useGetUserOrganizationsListQuery__
|
@@ -5975,55 +6266,6 @@ export declare function useFilterIntegrationConfigurationLazyQuery(baseOptions?:
|
|
5975
6266
|
export declare type FilterIntegrationConfigurationQueryHookResult = ReturnType<typeof useFilterIntegrationConfigurationQuery>;
|
5976
6267
|
export declare type FilterIntegrationConfigurationLazyQueryHookResult = ReturnType<typeof useFilterIntegrationConfigurationLazyQuery>;
|
5977
6268
|
export declare type FilterIntegrationConfigurationQueryResult = Apollo.QueryResult<IFilterIntegrationConfigurationQuery, IFilterIntegrationConfigurationQueryVariables>;
|
5978
|
-
export declare const ToggleSidebarDocument: DocumentNode;
|
5979
|
-
/**
|
5980
|
-
* __useToggleSidebarMutation__
|
5981
|
-
*
|
5982
|
-
* To run a mutation, you first call `useToggleSidebarMutation` within a React component and pass it any options that fit your needs.
|
5983
|
-
* When your component renders, `useToggleSidebarMutation` returns a tuple that includes:
|
5984
|
-
* - A mutate function that you can call at any time to execute the mutation
|
5985
|
-
* - An object with fields that represent the current status of the mutation's execution
|
5986
|
-
*
|
5987
|
-
* @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;
|
5988
|
-
*
|
5989
|
-
* @example
|
5990
|
-
* const [toggleSidebarMutation, { data, loading, error }] = useToggleSidebarMutation({
|
5991
|
-
* variables: {
|
5992
|
-
* state: // value for 'state'
|
5993
|
-
* },
|
5994
|
-
* });
|
5995
|
-
*/
|
5996
|
-
export declare function useToggleSidebarMutation(baseOptions?: Apollo.MutationHookOptions<IToggleSidebarMutation, IToggleSidebarMutationVariables>): Apollo.MutationTuple<IToggleSidebarMutation, Exact<{
|
5997
|
-
state: boolean;
|
5998
|
-
}>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
|
5999
|
-
export declare type ToggleSidebarMutationHookResult = ReturnType<typeof useToggleSidebarMutation>;
|
6000
|
-
export declare type ToggleSidebarMutationResult = Apollo.MutationResult<IToggleSidebarMutation>;
|
6001
|
-
export declare type ToggleSidebarMutationOptions = Apollo.BaseMutationOptions<IToggleSidebarMutation, IToggleSidebarMutationVariables>;
|
6002
|
-
export declare const SidebarStateDocument: DocumentNode;
|
6003
|
-
/**
|
6004
|
-
* __useSidebarStateQuery__
|
6005
|
-
*
|
6006
|
-
* To run a query within a React component, call `useSidebarStateQuery` and pass it any options that fit your needs.
|
6007
|
-
* When your component renders, `useSidebarStateQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
6008
|
-
* you can use to render your UI.
|
6009
|
-
*
|
6010
|
-
* @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;
|
6011
|
-
*
|
6012
|
-
* @example
|
6013
|
-
* const { data, loading, error } = useSidebarStateQuery({
|
6014
|
-
* variables: {
|
6015
|
-
* },
|
6016
|
-
* });
|
6017
|
-
*/
|
6018
|
-
export declare function useSidebarStateQuery(baseOptions?: Apollo.QueryHookOptions<ISidebarStateQuery, ISidebarStateQueryVariables>): Apollo.QueryResult<ISidebarStateQuery, Exact<{
|
6019
|
-
[key: string]: never;
|
6020
|
-
}>>;
|
6021
|
-
export declare function useSidebarStateLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<ISidebarStateQuery, ISidebarStateQueryVariables>): Apollo.LazyQueryResultTuple<ISidebarStateQuery, Exact<{
|
6022
|
-
[key: string]: never;
|
6023
|
-
}>>;
|
6024
|
-
export declare type SidebarStateQueryHookResult = ReturnType<typeof useSidebarStateQuery>;
|
6025
|
-
export declare type SidebarStateLazyQueryHookResult = ReturnType<typeof useSidebarStateLazyQuery>;
|
6026
|
-
export declare type SidebarStateQueryResult = Apollo.QueryResult<ISidebarStateQuery, ISidebarStateQueryVariables>;
|
6027
6269
|
export declare const AddContributionRoleDocument: DocumentNode;
|
6028
6270
|
/**
|
6029
6271
|
* __useAddContributionRoleMutation__
|
@@ -7370,16 +7612,13 @@ export declare type NextResolverFn<T> = () => Promise<T>;
|
|
7370
7612
|
export declare type DirectiveResolverFn<TResult = {}, TParent = {}, TContext = {}, TArgs = {}> = (next: NextResolverFn<TResult>, parent: TParent, args: TArgs, context: TContext, info: GraphQLResolveInfo) => TResult | Promise<TResult>;
|
7371
7613
|
/** Mapping between all available schema types and the resolvers types */
|
7372
7614
|
export declare type IResolversTypes = {
|
7373
|
-
AccessRole: IResolversTypes['DefaultRole'] | IResolversTypes['OrganizationRole'] | IResolversTypes['ResourceRole'] | IResolversTypes['
|
7615
|
+
AccessRole: IResolversTypes['DefaultRole'] | IResolversTypes['OrganizationRole'] | IResolversTypes['ResourceRole'] | IResolversTypes['ApplicationRole'];
|
7374
7616
|
AccessToken: ResolverTypeWrapper<IAccessToken>;
|
7375
7617
|
ID: ResolverTypeWrapper<Scalars['ID']>;
|
7376
7618
|
String: ResolverTypeWrapper<Scalars['String']>;
|
7377
7619
|
AccessTokenConnection: ResolverTypeWrapper<IAccessTokenConnection>;
|
7378
7620
|
Int: ResolverTypeWrapper<Scalars['Int']>;
|
7379
7621
|
AccessToken_Input: IAccessToken_Input;
|
7380
|
-
AccountBroadcasterActions: IAccountBroadcasterActions;
|
7381
|
-
AccountService: ResolverTypeWrapper<IAccountService>;
|
7382
|
-
Boolean: ResolverTypeWrapper<Scalars['Boolean']>;
|
7383
7622
|
AccountServiceAction: IAccountServiceAction;
|
7384
7623
|
AccountTeam: ResolverTypeWrapper<IAccountTeam>;
|
7385
7624
|
AccountTeamInput: IAccountTeamInput;
|
@@ -7389,16 +7628,21 @@ export declare type IResolversTypes = {
|
|
7389
7628
|
ApiManagement: ResolverTypeWrapper<IApiManagement>;
|
7390
7629
|
ApiManagement_Input: IApiManagement_Input;
|
7391
7630
|
ApplicationBillingPlanPolicy: IApplicationBillingPlanPolicy;
|
7631
|
+
ApplicationConfiguration: ResolverTypeWrapper<IApplicationConfiguration>;
|
7392
7632
|
ApplicationPolicy: ResolverTypeWrapper<IApplicationPolicy>;
|
7393
|
-
|
7633
|
+
ApplicationRole: ResolverTypeWrapper<IApplicationRole>;
|
7394
7634
|
ApplicationRoles: IApplicationRoles;
|
7395
7635
|
ApplicationSettings: ResolverTypeWrapper<IApplicationSettings>;
|
7636
|
+
Boolean: ResolverTypeWrapper<Scalars['Boolean']>;
|
7396
7637
|
Auth0Identity: ResolverTypeWrapper<IAuth0Identity>;
|
7397
7638
|
Auth0IdentityProfileData: ResolverTypeWrapper<IAuth0IdentityProfileData>;
|
7398
7639
|
AuthErrorCodes: IAuthErrorCodes;
|
7399
7640
|
AuthTokens: ResolverTypeWrapper<IAuthTokens>;
|
7400
7641
|
AuthUser: ResolverTypeWrapper<IAuthUser>;
|
7401
7642
|
AuthUserInput: IAuthUserInput;
|
7643
|
+
BaseAccountService: ResolverTypeWrapper<IBaseAccountService>;
|
7644
|
+
BaseOrganizationService: ResolverTypeWrapper<IBaseOrganizationService>;
|
7645
|
+
BaseTeamService: ResolverTypeWrapper<IBaseTeamService>;
|
7402
7646
|
CacheControlScope: ICacheControlScope;
|
7403
7647
|
CityInput: ICityInput;
|
7404
7648
|
CityUpdateInput: ICityUpdateInput;
|
@@ -7407,7 +7651,7 @@ export declare type IResolversTypes = {
|
|
7407
7651
|
ClientTypes: IClientTypes;
|
7408
7652
|
ConfigCollectionName: IConfigCollectionName;
|
7409
7653
|
ConfigFragmentName: IConfigFragmentName;
|
7410
|
-
Configuration: IResolversTypes['DefaultConfiguration'] | IResolversTypes['
|
7654
|
+
Configuration: IResolversTypes['DefaultConfiguration'] | IResolversTypes['PolicyConfiguration'] | IResolversTypes['ApplicationConfiguration'] | IResolversTypes['UserConfiguration'] | IResolversTypes['MachineConfiguration'] | IResolversTypes['OrganizationConfiguration'] | IResolversTypes['OrganizationResourceConfiguration'];
|
7411
7655
|
ConfigurationContributionNames: IConfigurationContributionNames;
|
7412
7656
|
ConfigurationData: ResolverTypeWrapper<IConfigurationData>;
|
7413
7657
|
ConfigurationExtensionInfo: ResolverTypeWrapper<IConfigurationExtensionInfo>;
|
@@ -7417,6 +7661,7 @@ export declare type IResolversTypes = {
|
|
7417
7661
|
ConfigurationOverridesInput: IConfigurationOverridesInput;
|
7418
7662
|
ConfigurationPolicy: IResolversTypes['DefaultPolicy'] | IResolversTypes['OrganizationPolicy'] | IResolversTypes['ResourcePolicy'] | IResolversTypes['ApplicationPolicy'];
|
7419
7663
|
ConfigurationScope: ConfigurationScope;
|
7664
|
+
ConfigurationServiceAction: IConfigurationServiceAction;
|
7420
7665
|
ConfigurationTarget: ConfigurationTarget;
|
7421
7666
|
ConfigurationUpdateEvent: ResolverTypeWrapper<IConfigurationUpdateEvent>;
|
7422
7667
|
Context: ResolverTypeWrapper<IContext>;
|
@@ -7436,6 +7681,7 @@ export declare type IResolversTypes = {
|
|
7436
7681
|
DefaultRole: ResolverTypeWrapper<IDefaultRole>;
|
7437
7682
|
DefaultSettings: ResolverTypeWrapper<IDefaultSettings>;
|
7438
7683
|
DeviceInfoInput: IDeviceInfoInput;
|
7684
|
+
DeviceInfoPlatform: IDeviceInfoPlatform;
|
7439
7685
|
EditPresentationTypes: IEditPresentationTypes;
|
7440
7686
|
EmptyResponse: ResolverTypeWrapper<IEmptyResponse>;
|
7441
7687
|
Environment: ResolverTypeWrapper<IEnvironment>;
|
@@ -7454,10 +7700,7 @@ export declare type IResolversTypes = {
|
|
7454
7700
|
IAuth0User: IResolversTypes['UserProfile'];
|
7455
7701
|
IAuth0UserProfile: IResolversTypes['UserProfile'];
|
7456
7702
|
ICity: never;
|
7457
|
-
|
7458
|
-
changedConfiguration?: Maybe<IResolversTypes['Configuration']>;
|
7459
|
-
}>;
|
7460
|
-
IConfigurationModel: IResolversTypes['ApplicationPolicy'] | IResolversTypes['ApplicationRolePermission'] | IResolversTypes['DefaultConfiguration'] | IResolversTypes['DefaultPolicy'] | IResolversTypes['DefaultRole'] | IResolversTypes['MachineConfiguration'] | IResolversTypes['OrganizationConfiguration'] | IResolversTypes['OrganizationPolicy'] | IResolversTypes['OrganizationResourceConfiguration'] | IResolversTypes['OrganizationRole'] | IResolversTypes['ResourcePolicy'] | IResolversTypes['ResourceRole'] | IResolversTypes['UserConfiguration'];
|
7703
|
+
IConfigurationModel: IResolversTypes['ApplicationConfiguration'] | IResolversTypes['ApplicationPolicy'] | IResolversTypes['ApplicationRole'] | IResolversTypes['DefaultConfiguration'] | IResolversTypes['DefaultPolicy'] | IResolversTypes['DefaultRole'] | IResolversTypes['MachineConfiguration'] | IResolversTypes['OrganizationConfiguration'] | IResolversTypes['OrganizationPolicy'] | IResolversTypes['OrganizationResourceConfiguration'] | IResolversTypes['OrganizationRole'] | IResolversTypes['PolicyConfiguration'] | IResolversTypes['ResourcePolicy'] | IResolversTypes['ResourceRole'] | IResolversTypes['UserConfiguration'];
|
7461
7704
|
IConfigurationService: never;
|
7462
7705
|
ICountry: never;
|
7463
7706
|
IEventWithContext: IResolversTypes['OrganizationCreatedEvent'] | IResolversTypes['OrganizationDeletedEvent'];
|
@@ -7472,18 +7715,19 @@ export declare type IResolversTypes = {
|
|
7472
7715
|
IUser: IResolversTypes['AuthUser'];
|
7473
7716
|
IUserMetadata: IResolversTypes['UserMetadata'];
|
7474
7717
|
IntegraitonConfigurationId: ResolverTypeWrapper<IIntegraitonConfigurationId>;
|
7475
|
-
IntegrationConfigServiceAction: IIntegrationConfigServiceAction;
|
7476
7718
|
IntegrationConfiguration: ResolverTypeWrapper<IIntegrationConfiguration>;
|
7477
7719
|
IntegrationConfigurationCreateOrUpdateInput: IIntegrationConfigurationCreateOrUpdateInput;
|
7478
7720
|
IntegrationConfigurationFilterInput: IIntegrationConfigurationFilterInput;
|
7479
7721
|
IntegrationConfigurationInput: IIntegrationConfigurationInput;
|
7480
7722
|
IntegrationConfigurationsOutput: ResolverTypeWrapper<IIntegrationConfigurationsOutput>;
|
7481
7723
|
IntegrationPreferences: ResolverTypeWrapper<IIntegrationPreferences>;
|
7724
|
+
IntegrationWorkflowServiceAction: IIntegrationWorkflowServiceAction;
|
7482
7725
|
InviteMember: ResolverTypeWrapper<IInviteMember>;
|
7483
7726
|
InviteStatus: IInviteStatus;
|
7484
7727
|
JSON: ResolverTypeWrapper<Scalars['JSON']>;
|
7485
7728
|
JSONObject: ResolverTypeWrapper<Scalars['JSONObject']>;
|
7486
7729
|
KeyPathSegment: IKeyPathSegment;
|
7730
|
+
LinkedIdentity: ResolverTypeWrapper<ILinkedIdentity>;
|
7487
7731
|
LoginError: ResolverTypeWrapper<ILoginError>;
|
7488
7732
|
MachineConfiguration: ResolverTypeWrapper<IMachineConfiguration>;
|
7489
7733
|
MachineSettings: ResolverTypeWrapper<IMachineSettings>;
|
@@ -7493,7 +7737,7 @@ export declare type IResolversTypes = {
|
|
7493
7737
|
MenuPosition: IMenuPosition;
|
7494
7738
|
MoleculerServiceName: IMoleculerServiceName;
|
7495
7739
|
Mutation: ResolverTypeWrapper<{}>;
|
7496
|
-
Node: IResolversTypes['AccessToken'] | IResolversTypes['ApiExternalAccount'] | IResolversTypes['ApiManagement'] | IResolversTypes['
|
7740
|
+
Node: IResolversTypes['AccessToken'] | IResolversTypes['ApiExternalAccount'] | IResolversTypes['ApiManagement'] | IResolversTypes['UserAccount'];
|
7497
7741
|
Observable: ResolverTypeWrapper<Scalars['Observable']>;
|
7498
7742
|
OrgDetailWhere: IOrgDetailWhere;
|
7499
7743
|
OrgInvitationMembers: ResolverTypeWrapper<IOrgInvitationMembers>;
|
@@ -7501,7 +7745,6 @@ export declare type IResolversTypes = {
|
|
7501
7745
|
OrgMembersOutput: ResolverTypeWrapper<IOrgMembersOutput>;
|
7502
7746
|
OrgType: IOrgType;
|
7503
7747
|
OrgUser: ResolverTypeWrapper<IOrgUser>;
|
7504
|
-
OrgUserAccunt: ResolverTypeWrapper<IOrgUserAccunt>;
|
7505
7748
|
OrgUserInput: IOrgUserInput;
|
7506
7749
|
OrgUserRole: IOrgUserRole;
|
7507
7750
|
OrgainizationInvitationRole: IOrgainizationInvitationRole;
|
@@ -7529,7 +7772,6 @@ export declare type IResolversTypes = {
|
|
7529
7772
|
OrganizationResourceData: ResolverTypeWrapper<IOrganizationResourceData>;
|
7530
7773
|
OrganizationResourceSettings: ResolverTypeWrapper<IOrganizationResourceSettings>;
|
7531
7774
|
OrganizationRole: ResolverTypeWrapper<IOrganizationRole>;
|
7532
|
-
OrganizationService: ResolverTypeWrapper<IOrganizationService>;
|
7533
7775
|
OrganizationServiceAction: IOrganizationServiceAction;
|
7534
7776
|
OrganizationSettings: ResolverTypeWrapper<IOrganizationSettings>;
|
7535
7777
|
OrganizationUpdateRequest: IOrganizationUpdateRequest;
|
@@ -7543,6 +7785,7 @@ export declare type IResolversTypes = {
|
|
7543
7785
|
PermissionType: IPermissionType;
|
7544
7786
|
PhoneNumber: ResolverTypeWrapper<IPhoneNumber>;
|
7545
7787
|
PhoneNumberInput: IPhoneNumberInput;
|
7788
|
+
PolicyConfiguration: ResolverTypeWrapper<IPolicyConfiguration>;
|
7546
7789
|
PolicySubject: ResolverTypeWrapper<IPolicySubject>;
|
7547
7790
|
PopupIntegrationAuthorization: ResolverTypeWrapper<IPopupIntegrationAuthorization>;
|
7548
7791
|
PortalLanguage: IPortalLanguage;
|
@@ -7608,7 +7851,6 @@ export declare type IResolversTypes = {
|
|
7608
7851
|
TeamMember: ResolverTypeWrapper<ITeamMember>;
|
7609
7852
|
TeamMemberInput: ITeamMemberInput;
|
7610
7853
|
TeamRemoveRequest: ITeamRemoveRequest;
|
7611
|
-
TeamService: ResolverTypeWrapper<ITeamService>;
|
7612
7854
|
TeamServiceAction: ITeamServiceAction;
|
7613
7855
|
TeamType: ITeamType;
|
7614
7856
|
TeamUpdateRequest: ITeamUpdateRequest;
|
@@ -7638,16 +7880,17 @@ export declare type IResolversTypes = {
|
|
7638
7880
|
UserDevice: ResolverTypeWrapper<IUserDevice>;
|
7639
7881
|
UserMetadata: ResolverTypeWrapper<IUserMetadata>;
|
7640
7882
|
UserOrderBy: IUserOrderBy;
|
7641
|
-
UserOrg: ResolverTypeWrapper<IUserOrg>;
|
7642
|
-
UserOrgInput: IUserOrgInput;
|
7643
7883
|
UserPasswordResetInput: IUserPasswordResetInput;
|
7644
7884
|
UserPreviousValues: ResolverTypeWrapper<IUserPreviousValues>;
|
7645
7885
|
UserProfile: ResolverTypeWrapper<IUserProfile>;
|
7886
|
+
UserServiceAction: IUserServiceAction;
|
7887
|
+
UserSession: ResolverTypeWrapper<IUserSession>;
|
7646
7888
|
UserSessionId: ResolverTypeWrapper<IUserSessionId>;
|
7647
7889
|
UserSettings: ResolverTypeWrapper<IUserSettings>;
|
7648
7890
|
UserState: ResolverTypeWrapper<IUserState>;
|
7649
7891
|
UserToken: ResolverTypeWrapper<IUserToken>;
|
7650
7892
|
UserTokenInput: IUserTokenInput;
|
7893
|
+
UsersToken: ResolverTypeWrapper<IUsersToken>;
|
7651
7894
|
ViewerPoliciesInput: IViewerPoliciesInput;
|
7652
7895
|
ViewerSettingsInput: IViewerSettingsInput;
|
7653
7896
|
ViewerSettingsSubject: ResolverTypeWrapper<IViewerSettingsSubject>;
|
@@ -7656,15 +7899,13 @@ export declare type IResolversTypes = {
|
|
7656
7899
|
};
|
7657
7900
|
/** Mapping between all available schema types and the resolvers parents */
|
7658
7901
|
export declare type IResolversParentTypes = {
|
7659
|
-
AccessRole: IResolversParentTypes['DefaultRole'] | IResolversParentTypes['OrganizationRole'] | IResolversParentTypes['ResourceRole'] | IResolversParentTypes['
|
7902
|
+
AccessRole: IResolversParentTypes['DefaultRole'] | IResolversParentTypes['OrganizationRole'] | IResolversParentTypes['ResourceRole'] | IResolversParentTypes['ApplicationRole'];
|
7660
7903
|
AccessToken: IAccessToken;
|
7661
7904
|
ID: Scalars['ID'];
|
7662
7905
|
String: Scalars['String'];
|
7663
7906
|
AccessTokenConnection: IAccessTokenConnection;
|
7664
7907
|
Int: Scalars['Int'];
|
7665
7908
|
AccessToken_Input: IAccessToken_Input;
|
7666
|
-
AccountService: IAccountService;
|
7667
|
-
Boolean: Scalars['Boolean'];
|
7668
7909
|
AccountTeam: IAccountTeam;
|
7669
7910
|
AccountTeamInput: IAccountTeamInput;
|
7670
7911
|
AdminIdeSettings: IAdminIdeSettings;
|
@@ -7672,17 +7913,22 @@ export declare type IResolversParentTypes = {
|
|
7672
7913
|
ApiExternalAccount: IApiExternalAccount;
|
7673
7914
|
ApiManagement: IApiManagement;
|
7674
7915
|
ApiManagement_Input: IApiManagement_Input;
|
7916
|
+
ApplicationConfiguration: IApplicationConfiguration;
|
7675
7917
|
ApplicationPolicy: IApplicationPolicy;
|
7676
|
-
|
7918
|
+
ApplicationRole: IApplicationRole;
|
7677
7919
|
ApplicationSettings: IApplicationSettings;
|
7920
|
+
Boolean: Scalars['Boolean'];
|
7678
7921
|
Auth0Identity: IAuth0Identity;
|
7679
7922
|
Auth0IdentityProfileData: IAuth0IdentityProfileData;
|
7680
7923
|
AuthTokens: IAuthTokens;
|
7681
7924
|
AuthUser: IAuthUser;
|
7682
7925
|
AuthUserInput: IAuthUserInput;
|
7926
|
+
BaseAccountService: IBaseAccountService;
|
7927
|
+
BaseOrganizationService: IBaseOrganizationService;
|
7928
|
+
BaseTeamService: IBaseTeamService;
|
7683
7929
|
CityInput: ICityInput;
|
7684
7930
|
CityUpdateInput: ICityUpdateInput;
|
7685
|
-
Configuration: IResolversParentTypes['DefaultConfiguration'] | IResolversParentTypes['
|
7931
|
+
Configuration: IResolversParentTypes['DefaultConfiguration'] | IResolversParentTypes['PolicyConfiguration'] | IResolversParentTypes['ApplicationConfiguration'] | IResolversParentTypes['UserConfiguration'] | IResolversParentTypes['MachineConfiguration'] | IResolversParentTypes['OrganizationConfiguration'] | IResolversParentTypes['OrganizationResourceConfiguration'];
|
7686
7932
|
ConfigurationData: IConfigurationData;
|
7687
7933
|
ConfigurationExtensionInfo: IConfigurationExtensionInfo;
|
7688
7934
|
ConfigurationInput: IConfigurationInput;
|
@@ -7722,10 +7968,7 @@ export declare type IResolversParentTypes = {
|
|
7722
7968
|
IAuth0User: IResolversParentTypes['UserProfile'];
|
7723
7969
|
IAuth0UserProfile: IResolversParentTypes['UserProfile'];
|
7724
7970
|
ICity: never;
|
7725
|
-
|
7726
|
-
changedConfiguration?: Maybe<IResolversParentTypes['Configuration']>;
|
7727
|
-
};
|
7728
|
-
IConfigurationModel: IResolversParentTypes['ApplicationPolicy'] | IResolversParentTypes['ApplicationRolePermission'] | IResolversParentTypes['DefaultConfiguration'] | IResolversParentTypes['DefaultPolicy'] | IResolversParentTypes['DefaultRole'] | IResolversParentTypes['MachineConfiguration'] | IResolversParentTypes['OrganizationConfiguration'] | IResolversParentTypes['OrganizationPolicy'] | IResolversParentTypes['OrganizationResourceConfiguration'] | IResolversParentTypes['OrganizationRole'] | IResolversParentTypes['ResourcePolicy'] | IResolversParentTypes['ResourceRole'] | IResolversParentTypes['UserConfiguration'];
|
7971
|
+
IConfigurationModel: IResolversParentTypes['ApplicationConfiguration'] | IResolversParentTypes['ApplicationPolicy'] | IResolversParentTypes['ApplicationRole'] | IResolversParentTypes['DefaultConfiguration'] | IResolversParentTypes['DefaultPolicy'] | IResolversParentTypes['DefaultRole'] | IResolversParentTypes['MachineConfiguration'] | IResolversParentTypes['OrganizationConfiguration'] | IResolversParentTypes['OrganizationPolicy'] | IResolversParentTypes['OrganizationResourceConfiguration'] | IResolversParentTypes['OrganizationRole'] | IResolversParentTypes['PolicyConfiguration'] | IResolversParentTypes['ResourcePolicy'] | IResolversParentTypes['ResourceRole'] | IResolversParentTypes['UserConfiguration'];
|
7729
7972
|
IConfigurationService: never;
|
7730
7973
|
ICountry: never;
|
7731
7974
|
IEventWithContext: IResolversParentTypes['OrganizationCreatedEvent'] | IResolversParentTypes['OrganizationDeletedEvent'];
|
@@ -7750,13 +7993,14 @@ export declare type IResolversParentTypes = {
|
|
7750
7993
|
JSON: Scalars['JSON'];
|
7751
7994
|
JSONObject: Scalars['JSONObject'];
|
7752
7995
|
KeyPathSegment: IKeyPathSegment;
|
7996
|
+
LinkedIdentity: ILinkedIdentity;
|
7753
7997
|
LoginError: ILoginError;
|
7754
7998
|
MachineConfiguration: IMachineConfiguration;
|
7755
7999
|
MachineSettings: IMachineSettings;
|
7756
8000
|
MemorySettings: IMemorySettings;
|
7757
8001
|
MenuItem: IMenuItem;
|
7758
8002
|
Mutation: {};
|
7759
|
-
Node: IResolversParentTypes['AccessToken'] | IResolversParentTypes['ApiExternalAccount'] | IResolversParentTypes['ApiManagement'] | IResolversParentTypes['
|
8003
|
+
Node: IResolversParentTypes['AccessToken'] | IResolversParentTypes['ApiExternalAccount'] | IResolversParentTypes['ApiManagement'] | IResolversParentTypes['UserAccount'];
|
7760
8004
|
Observable: Scalars['Observable'];
|
7761
8005
|
OrgDetailWhere: IOrgDetailWhere;
|
7762
8006
|
OrgInvitationMembers: IOrgInvitationMembers;
|
@@ -7764,7 +8008,6 @@ export declare type IResolversParentTypes = {
|
|
7764
8008
|
OrgMembersOutput: IOrgMembersOutput;
|
7765
8009
|
OrgType: IOrgType;
|
7766
8010
|
OrgUser: IOrgUser;
|
7767
|
-
OrgUserAccunt: IOrgUserAccunt;
|
7768
8011
|
OrgUserInput: IOrgUserInput;
|
7769
8012
|
Organization: IOrganization;
|
7770
8013
|
OrganizationConfigValueInput: IOrganizationConfigValueInput;
|
@@ -7789,7 +8032,6 @@ export declare type IResolversParentTypes = {
|
|
7789
8032
|
OrganizationResourceData: IOrganizationResourceData;
|
7790
8033
|
OrganizationResourceSettings: IOrganizationResourceSettings;
|
7791
8034
|
OrganizationRole: IOrganizationRole;
|
7792
|
-
OrganizationService: IOrganizationService;
|
7793
8035
|
OrganizationSettings: IOrganizationSettings;
|
7794
8036
|
OrganizationUpdateRequest: IOrganizationUpdateRequest;
|
7795
8037
|
OrganizationsDeactivatedEvent: IOrganizationsDeactivatedEvent;
|
@@ -7799,6 +8041,7 @@ export declare type IResolversParentTypes = {
|
|
7799
8041
|
PermissionSubject: IPermissionSubject;
|
7800
8042
|
PhoneNumber: IPhoneNumber;
|
7801
8043
|
PhoneNumberInput: IPhoneNumberInput;
|
8044
|
+
PolicyConfiguration: IPolicyConfiguration;
|
7802
8045
|
PolicySubject: IPolicySubject;
|
7803
8046
|
PopupIntegrationAuthorization: IPopupIntegrationAuthorization;
|
7804
8047
|
Position: IPosition;
|
@@ -7854,7 +8097,6 @@ export declare type IResolversParentTypes = {
|
|
7854
8097
|
TeamMember: ITeamMember;
|
7855
8098
|
TeamMemberInput: ITeamMemberInput;
|
7856
8099
|
TeamRemoveRequest: ITeamRemoveRequest;
|
7857
|
-
TeamService: ITeamService;
|
7858
8100
|
TeamType: ITeamType;
|
7859
8101
|
TeamUpdateRequest: ITeamUpdateRequest;
|
7860
8102
|
TerritorialStateInput: ITerritorialStateInput;
|
@@ -7880,16 +8122,16 @@ export declare type IResolversParentTypes = {
|
|
7880
8122
|
UserContext: IUserContext;
|
7881
8123
|
UserDevice: IUserDevice;
|
7882
8124
|
UserMetadata: IUserMetadata;
|
7883
|
-
UserOrg: IUserOrg;
|
7884
|
-
UserOrgInput: IUserOrgInput;
|
7885
8125
|
UserPasswordResetInput: IUserPasswordResetInput;
|
7886
8126
|
UserPreviousValues: IUserPreviousValues;
|
7887
8127
|
UserProfile: IUserProfile;
|
8128
|
+
UserSession: IUserSession;
|
7888
8129
|
UserSessionId: IUserSessionId;
|
7889
8130
|
UserSettings: IUserSettings;
|
7890
8131
|
UserState: IUserState;
|
7891
8132
|
UserToken: IUserToken;
|
7892
8133
|
UserTokenInput: IUserTokenInput;
|
8134
|
+
UsersToken: IUsersToken;
|
7893
8135
|
ViewerPoliciesInput: IViewerPoliciesInput;
|
7894
8136
|
ViewerSettingsInput: IViewerSettingsInput;
|
7895
8137
|
ViewerSettingsSubject: IViewerSettingsSubject;
|
@@ -7913,7 +8155,7 @@ export declare type IIsAuthenticatedDirectiveResolver<Result, Parent, ContextTyp
|
|
7913
8155
|
export declare type IProfileDirectiveArgs = {};
|
7914
8156
|
export declare type IProfileDirectiveResolver<Result, Parent, ContextType = MyContext, Args = IProfileDirectiveArgs> = DirectiveResolverFn<Result, Parent, ContextType, Args>;
|
7915
8157
|
export declare type IAccessRoleResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['AccessRole'] = IResolversParentTypes['AccessRole']> = {
|
7916
|
-
__resolveType: TypeResolveFn<'DefaultRole' | 'OrganizationRole' | 'ResourceRole' | '
|
8158
|
+
__resolveType: TypeResolveFn<'DefaultRole' | 'OrganizationRole' | 'ResourceRole' | 'ApplicationRole', ParentType, ContextType>;
|
7917
8159
|
};
|
7918
8160
|
export declare type IAccessTokenResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['AccessToken'] = IResolversParentTypes['AccessToken']> = {
|
7919
8161
|
id?: Resolver<IResolversTypes['ID'], ParentType, ContextType>;
|
@@ -7931,17 +8173,6 @@ export declare type IAccessTokenConnectionResolvers<ContextType = MyContext, Par
|
|
7931
8173
|
pageInfo?: Resolver<IResolversTypes['PageInfo'], ParentType, ContextType>;
|
7932
8174
|
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
7933
8175
|
};
|
7934
|
-
export declare type IAccountServiceResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['AccountService'] = IResolversParentTypes['AccountService']> = {
|
7935
|
-
createDefaultAccount?: Resolver<Maybe<IResolversTypes['UserAccount']>, ParentType, ContextType, RequireFields<IAccountServiceCreateDefaultAccountArgs, never>>;
|
7936
|
-
createAccount?: Resolver<Maybe<IResolversTypes['UserAccount']>, ParentType, ContextType, RequireFields<IAccountServiceCreateAccountArgs, never>>;
|
7937
|
-
findAccountById?: Resolver<Maybe<IResolversTypes['UserAccount']>, ParentType, ContextType, RequireFields<IAccountServiceFindAccountByIdArgs, never>>;
|
7938
|
-
findAccountByUser?: Resolver<Maybe<IResolversTypes['UserAccount']>, ParentType, ContextType, RequireFields<IAccountServiceFindAccountByUserArgs, never>>;
|
7939
|
-
updateAccount?: Resolver<Maybe<IResolversTypes['UserAccount']>, ParentType, ContextType, RequireFields<IAccountServiceUpdateAccountArgs, never>>;
|
7940
|
-
deleteAccount?: Resolver<Maybe<IResolversTypes['Boolean']>, ParentType, ContextType, RequireFields<IAccountServiceDeleteAccountArgs, never>>;
|
7941
|
-
dispatchUserVerificationEmail?: Resolver<Maybe<IResolversTypes['AnyObject']>, ParentType, ContextType, RequireFields<IAccountServiceDispatchUserVerificationEmailArgs, never>>;
|
7942
|
-
verifyUserEmailVerificationToken?: Resolver<Maybe<IResolversTypes['Boolean']>, ParentType, ContextType, RequireFields<IAccountServiceVerifyUserEmailVerificationTokenArgs, never>>;
|
7943
|
-
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
7944
|
-
};
|
7945
8176
|
export declare type IAccountTeamResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['AccountTeam'] = IResolversParentTypes['AccountTeam']> = {
|
7946
8177
|
id?: Resolver<Maybe<IResolversTypes['ID']>, ParentType, ContextType>;
|
7947
8178
|
_id?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
@@ -7983,6 +8214,15 @@ export declare type IApiManagementResolvers<ContextType = MyContext, ParentType
|
|
7983
8214
|
user?: Resolver<IResolversTypes['UserAccount'], ParentType, ContextType>;
|
7984
8215
|
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
7985
8216
|
};
|
8217
|
+
export declare type IApplicationConfigurationResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['ApplicationConfiguration'] = IResolversParentTypes['ApplicationConfiguration']> = {
|
8218
|
+
id?: Resolver<Maybe<IResolversTypes['ID']>, ParentType, ContextType>;
|
8219
|
+
resource?: Resolver<IResolversTypes['URI'], ParentType, ContextType>;
|
8220
|
+
target?: Resolver<Maybe<IResolversTypes['Int']>, ParentType, ContextType>;
|
8221
|
+
contents?: Resolver<Maybe<IResolversTypes['AnyObject']>, ParentType, ContextType>;
|
8222
|
+
keys?: Resolver<Maybe<Array<Maybe<IResolversTypes['String']>>>, ParentType, ContextType>;
|
8223
|
+
overrides?: Resolver<Maybe<Array<Maybe<IResolversTypes['Overrides']>>>, ParentType, ContextType>;
|
8224
|
+
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
8225
|
+
};
|
7986
8226
|
export declare type IApplicationPolicyResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['ApplicationPolicy'] = IResolversParentTypes['ApplicationPolicy']> = {
|
7987
8227
|
resource?: Resolver<Maybe<IResolversTypes['URI']>, ParentType, ContextType>;
|
7988
8228
|
target?: Resolver<Maybe<IResolversTypes['Int']>, ParentType, ContextType>;
|
@@ -7991,7 +8231,7 @@ export declare type IApplicationPolicyResolvers<ContextType = MyContext, ParentT
|
|
7991
8231
|
overrides?: Resolver<Maybe<Array<Maybe<IResolversTypes['Overrides']>>>, ParentType, ContextType>;
|
7992
8232
|
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
7993
8233
|
};
|
7994
|
-
export declare type
|
8234
|
+
export declare type IApplicationRoleResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['ApplicationRole'] = IResolversParentTypes['ApplicationRole']> = {
|
7995
8235
|
resource?: Resolver<Maybe<IResolversTypes['URI']>, ParentType, ContextType>;
|
7996
8236
|
target?: Resolver<Maybe<IResolversTypes['Int']>, ParentType, ContextType>;
|
7997
8237
|
contents?: Resolver<Maybe<IResolversTypes['AnyObject']>, ParentType, ContextType>;
|
@@ -8038,11 +8278,62 @@ export declare type IAuthUserResolvers<ContextType = MyContext, ParentType exten
|
|
8038
8278
|
phoneNo?: Resolver<Maybe<IResolversTypes['Int']>, ParentType, ContextType>;
|
8039
8279
|
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
8040
8280
|
};
|
8281
|
+
export declare type IBaseAccountServiceResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['BaseAccountService'] = IResolversParentTypes['BaseAccountService']> = {
|
8282
|
+
createDefaultAccount?: Resolver<Maybe<IResolversTypes['UserAccount']>, ParentType, ContextType, RequireFields<IBaseAccountServiceCreateDefaultAccountArgs, 'user'>>;
|
8283
|
+
createAccount?: Resolver<Maybe<IResolversTypes['UserAccount']>, ParentType, ContextType, RequireFields<IBaseAccountServiceCreateAccountArgs, 'account'>>;
|
8284
|
+
updateUserAccount?: Resolver<Maybe<IResolversTypes['UserAccount']>, ParentType, ContextType, RequireFields<IBaseAccountServiceUpdateUserAccountArgs, 'user' | 'userInfo'>>;
|
8285
|
+
findAccountById?: Resolver<Maybe<IResolversTypes['UserAccount']>, ParentType, ContextType, RequireFields<IBaseAccountServiceFindAccountByIdArgs, 'id'>>;
|
8286
|
+
findAccountByUser?: Resolver<Maybe<IResolversTypes['UserAccount']>, ParentType, ContextType, RequireFields<IBaseAccountServiceFindAccountByUserArgs, 'id'>>;
|
8287
|
+
findAccountByEmail?: Resolver<Maybe<IResolversTypes['UserAccount']>, ParentType, ContextType, RequireFields<IBaseAccountServiceFindAccountByEmailArgs, 'email'>>;
|
8288
|
+
getUsers?: Resolver<Maybe<Array<Maybe<IResolversTypes['UserAccount']>>>, ParentType, ContextType, RequireFields<IBaseAccountServiceGetUsersArgs, never>>;
|
8289
|
+
updateAccount?: Resolver<Maybe<IResolversTypes['UserAccount']>, ParentType, ContextType, RequireFields<IBaseAccountServiceUpdateAccountArgs, 'account'>>;
|
8290
|
+
deleteAccount?: Resolver<Maybe<IResolversTypes['Boolean']>, ParentType, ContextType, RequireFields<IBaseAccountServiceDeleteAccountArgs, 'account'>>;
|
8291
|
+
accountOnBoarding?: Resolver<Maybe<IResolversTypes['Boolean']>, ParentType, ContextType, RequireFields<IBaseAccountServiceAccountOnBoardingArgs, 'input' | 'context'>>;
|
8292
|
+
verifyUserEmailVerificationToken?: Resolver<Maybe<IResolversTypes['Boolean']>, ParentType, ContextType, RequireFields<IBaseAccountServiceVerifyUserEmailVerificationTokenArgs, 'userId' | 'token'>>;
|
8293
|
+
deleteUserAccount?: Resolver<Maybe<IResolversTypes['Boolean']>, ParentType, ContextType, RequireFields<IBaseAccountServiceDeleteUserAccountArgs, 'id'>>;
|
8294
|
+
resendUserEmailVerificationEmail?: Resolver<Maybe<IResolversTypes['Boolean']>, ParentType, ContextType, RequireFields<IBaseAccountServiceResendUserEmailVerificationEmailArgs, 'id'>>;
|
8295
|
+
dispatchUserVerificationEmail?: Resolver<Maybe<IResolversTypes['AnyObject']>, ParentType, ContextType, RequireFields<IBaseAccountServiceDispatchUserVerificationEmailArgs, 'email' | 'emailVerificationToken'>>;
|
8296
|
+
dispatchUserPasswordResetEmail?: Resolver<Maybe<IResolversTypes['AnyObject']>, ParentType, ContextType, RequireFields<IBaseAccountServiceDispatchUserPasswordResetEmailArgs, 'user' | 'token'>>;
|
8297
|
+
getUserTokenDetails?: Resolver<Maybe<IResolversTypes['UserToken']>, ParentType, ContextType, RequireFields<IBaseAccountServiceGetUserTokenDetailsArgs, 'userId' | 'type'>>;
|
8298
|
+
addUserToken?: Resolver<Maybe<IResolversTypes['Boolean']>, ParentType, ContextType, RequireFields<IBaseAccountServiceAddUserTokenArgs, 'userId' | 'token'>>;
|
8299
|
+
removeUserToken?: Resolver<Maybe<IResolversTypes['Boolean']>, ParentType, ContextType, RequireFields<IBaseAccountServiceRemoveUserTokenArgs, 'userId' | 'token'>>;
|
8300
|
+
getAllUserTokens?: Resolver<Maybe<Array<Maybe<IResolversTypes['UsersToken']>>>, ParentType, ContextType, RequireFields<IBaseAccountServiceGetAllUserTokensArgs, 'userIds' | 'tokenTypes'>>;
|
8301
|
+
initiatePasswordResetProcess?: Resolver<Maybe<IResolversTypes['Boolean']>, ParentType, ContextType, RequireFields<IBaseAccountServiceInitiatePasswordResetProcessArgs, 'email'>>;
|
8302
|
+
resetUserPassword?: Resolver<Maybe<IResolversTypes['Boolean']>, ParentType, ContextType, RequireFields<IBaseAccountServiceResetUserPasswordArgs, 'input'>>;
|
8303
|
+
validateUserEmailVerificationToken?: Resolver<Maybe<IResolversTypes['Boolean']>, ParentType, ContextType, RequireFields<IBaseAccountServiceValidateUserEmailVerificationTokenArgs, 'code' | 'userAuth0Id' | 'email'>>;
|
8304
|
+
sendEmailVerificationToken?: Resolver<Maybe<IResolversTypes['Boolean']>, ParentType, ContextType, RequireFields<IBaseAccountServiceSendEmailVerificationTokenArgs, 'email'>>;
|
8305
|
+
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
8306
|
+
};
|
8307
|
+
export declare type IBaseOrganizationServiceResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['BaseOrganizationService'] = IResolversParentTypes['BaseOrganizationService']> = {
|
8308
|
+
getOrganization?: Resolver<Maybe<IResolversTypes['Organization']>, ParentType, ContextType, RequireFields<IBaseOrganizationServiceGetOrganizationArgs, never>>;
|
8309
|
+
createDefaultOrganization?: Resolver<Maybe<IResolversTypes['Organization']>, ParentType, ContextType, RequireFields<IBaseOrganizationServiceCreateDefaultOrganizationArgs, never>>;
|
8310
|
+
getUserOrganizations?: Resolver<Maybe<Array<Maybe<IResolversTypes['Organization']>>>, ParentType, ContextType, RequireFields<IBaseOrganizationServiceGetUserOrganizationsArgs, never>>;
|
8311
|
+
createOrganization?: Resolver<Maybe<IResolversTypes['Organization']>, ParentType, ContextType, RequireFields<IBaseOrganizationServiceCreateOrganizationArgs, 'workspace'>>;
|
8312
|
+
updateOrganization?: Resolver<Maybe<IResolversTypes['Organization']>, ParentType, ContextType, RequireFields<IBaseOrganizationServiceUpdateOrganizationArgs, 'workspace'>>;
|
8313
|
+
removeOrganization?: Resolver<Maybe<IResolversTypes['Boolean']>, ParentType, ContextType, RequireFields<IBaseOrganizationServiceRemoveOrganizationArgs, 'workspace'>>;
|
8314
|
+
getUserOrgRole?: Resolver<Maybe<IResolversTypes['OrgUserRole']>, ParentType, ContextType, RequireFields<IBaseOrganizationServiceGetUserOrgRoleArgs, 'orgName' | 'userId'>>;
|
8315
|
+
sendInvitation?: Resolver<Maybe<IResolversTypes['AnyObject']>, ParentType, ContextType, RequireFields<IBaseOrganizationServiceSendInvitationArgs, 'request'>>;
|
8316
|
+
declineInvitation?: Resolver<Maybe<IResolversTypes['Boolean']>, ParentType, ContextType, RequireFields<IBaseOrganizationServiceDeclineInvitationArgs, 'id'>>;
|
8317
|
+
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
8318
|
+
};
|
8319
|
+
export declare type IBaseTeamServiceResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['BaseTeamService'] = IResolversParentTypes['BaseTeamService']> = {
|
8320
|
+
getTeam?: Resolver<Maybe<IResolversTypes['AccountTeam']>, ParentType, ContextType, RequireFields<IBaseTeamServiceGetTeamArgs, never>>;
|
8321
|
+
getUserTeams?: Resolver<Maybe<Array<Maybe<IResolversTypes['AccountTeam']>>>, ParentType, ContextType, RequireFields<IBaseTeamServiceGetUserTeamsArgs, never>>;
|
8322
|
+
createTeam?: Resolver<Maybe<IResolversTypes['AccountTeam']>, ParentType, ContextType, RequireFields<IBaseTeamServiceCreateTeamArgs, never>>;
|
8323
|
+
updateTeam?: Resolver<Maybe<IResolversTypes['AccountTeam']>, ParentType, ContextType, RequireFields<IBaseTeamServiceUpdateTeamArgs, never>>;
|
8324
|
+
addWorkspaces?: Resolver<Maybe<IResolversTypes['AccountTeam']>, ParentType, ContextType, RequireFields<IBaseTeamServiceAddWorkspacesArgs, never>>;
|
8325
|
+
removeTeam?: Resolver<Maybe<IResolversTypes['Boolean']>, ParentType, ContextType, RequireFields<IBaseTeamServiceRemoveTeamArgs, never>>;
|
8326
|
+
createDefaultTeam?: Resolver<Maybe<IResolversTypes['AccountTeam']>, ParentType, ContextType, RequireFields<IBaseTeamServiceCreateDefaultTeamArgs, never>>;
|
8327
|
+
sendProjectNotification?: Resolver<Maybe<IResolversTypes['Boolean']>, ParentType, ContextType, RequireFields<IBaseTeamServiceSendProjectNotificationArgs, never>>;
|
8328
|
+
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
8329
|
+
};
|
8041
8330
|
export declare type IConfigurationResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['Configuration'] = IResolversParentTypes['Configuration']> = {
|
8042
|
-
__resolveType: TypeResolveFn<'DefaultConfiguration' | '
|
8331
|
+
__resolveType: TypeResolveFn<'DefaultConfiguration' | 'PolicyConfiguration' | 'ApplicationConfiguration' | 'UserConfiguration' | 'MachineConfiguration' | 'OrganizationConfiguration' | 'OrganizationResourceConfiguration', ParentType, ContextType>;
|
8043
8332
|
};
|
8044
8333
|
export declare type IConfigurationDataResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['ConfigurationData'] = IResolversParentTypes['ConfigurationData']> = {
|
8045
8334
|
defaults?: Resolver<Maybe<IResolversTypes['IConfigurationModel']>, ParentType, ContextType>;
|
8335
|
+
policy?: Resolver<Maybe<IResolversTypes['IConfigurationModel']>, ParentType, ContextType>;
|
8336
|
+
application?: Resolver<Maybe<IResolversTypes['IConfigurationModel']>, ParentType, ContextType>;
|
8046
8337
|
user?: Resolver<Maybe<IResolversTypes['IConfigurationModel']>, ParentType, ContextType>;
|
8047
8338
|
machine?: Resolver<Maybe<IResolversTypes['IConfigurationModel']>, ParentType, ContextType>;
|
8048
8339
|
organization?: Resolver<Maybe<IResolversTypes['IConfigurationModel']>, ParentType, ContextType>;
|
@@ -8083,6 +8374,8 @@ export declare type IConfigurationTargetResolvers = EnumResolverSignature<{
|
|
8083
8374
|
ORGANIZATION_RESOURCE?: any;
|
8084
8375
|
DEFAULT?: any;
|
8085
8376
|
MEMORY?: any;
|
8377
|
+
RESOURCE_OVERRIDABLE?: any;
|
8378
|
+
MACHINE_OVERRIDABLE?: any;
|
8086
8379
|
}, IResolversTypes['ConfigurationTarget']>;
|
8087
8380
|
export declare type IConfigurationUpdateEventResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['ConfigurationUpdateEvent'] = IResolversParentTypes['ConfigurationUpdateEvent']> = {
|
8088
8381
|
resource?: Resolver<IResolversTypes['URI'], ParentType, ContextType>;
|
@@ -8309,16 +8602,8 @@ export declare type IICityResolvers<ContextType = MyContext, ParentType extends
|
|
8309
8602
|
createdAt?: Resolver<IResolversTypes['Date'], ParentType, ContextType>;
|
8310
8603
|
updatedAt?: Resolver<Maybe<IResolversTypes['Date']>, ParentType, ContextType>;
|
8311
8604
|
};
|
8312
|
-
export declare type IIConfigurationChangeEventResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['IConfigurationChangeEvent'] = IResolversParentTypes['IConfigurationChangeEvent']> = {
|
8313
|
-
source?: Resolver<Maybe<IResolversTypes['ConfigurationTarget']>, ParentType, ContextType>;
|
8314
|
-
affectedKeys?: Resolver<Maybe<Array<Maybe<IResolversTypes['String']>>>, ParentType, ContextType>;
|
8315
|
-
sourceConfig?: Resolver<Maybe<IResolversTypes['AnyObject']>, ParentType, ContextType>;
|
8316
|
-
changedConfiguration?: Resolver<Maybe<IResolversTypes['Configuration']>, ParentType, ContextType>;
|
8317
|
-
changedConfigurationByResource?: Resolver<Maybe<IResolversTypes['OrganizationResourceConfiguration']>, ParentType, ContextType>;
|
8318
|
-
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
8319
|
-
};
|
8320
8605
|
export declare type IIConfigurationModelResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['IConfigurationModel'] = IResolversParentTypes['IConfigurationModel']> = {
|
8321
|
-
__resolveType: TypeResolveFn<'ApplicationPolicy' | '
|
8606
|
+
__resolveType: TypeResolveFn<'ApplicationConfiguration' | 'ApplicationPolicy' | 'ApplicationRole' | 'DefaultConfiguration' | 'DefaultPolicy' | 'DefaultRole' | 'MachineConfiguration' | 'OrganizationConfiguration' | 'OrganizationPolicy' | 'OrganizationResourceConfiguration' | 'OrganizationRole' | 'PolicyConfiguration' | 'ResourcePolicy' | 'ResourceRole' | 'UserConfiguration', ParentType, ContextType>;
|
8322
8607
|
resource?: Resolver<Maybe<IResolversTypes['URI']>, ParentType, ContextType>;
|
8323
8608
|
target?: Resolver<Maybe<IResolversTypes['Int']>, ParentType, ContextType>;
|
8324
8609
|
contents?: Resolver<Maybe<IResolversTypes['AnyObject']>, ParentType, ContextType>;
|
@@ -8450,6 +8735,13 @@ export interface IJsonScalarConfig extends GraphQLScalarTypeConfig<IResolversTyp
|
|
8450
8735
|
export interface IJsonObjectScalarConfig extends GraphQLScalarTypeConfig<IResolversTypes['JSONObject'], any> {
|
8451
8736
|
name: 'JSONObject';
|
8452
8737
|
}
|
8738
|
+
export declare type ILinkedIdentityResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['LinkedIdentity'] = IResolversParentTypes['LinkedIdentity']> = {
|
8739
|
+
connection?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
8740
|
+
isSocial?: Resolver<Maybe<IResolversTypes['Boolean']>, ParentType, ContextType>;
|
8741
|
+
provider?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
8742
|
+
user_id?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
8743
|
+
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
8744
|
+
};
|
8453
8745
|
export declare type ILoginErrorResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['LoginError'] = IResolversParentTypes['LoginError']> = {
|
8454
8746
|
timeStamp?: Resolver<Maybe<IResolversTypes['DateTime']>, ParentType, ContextType>;
|
8455
8747
|
error?: Resolver<Maybe<IResolversTypes['AnyObject']>, ParentType, ContextType>;
|
@@ -8534,12 +8826,11 @@ export declare type IMutationResolvers<ContextType = MyContext, ParentType exten
|
|
8534
8826
|
removedUserAuthIntegration?: Resolver<Maybe<IResolversTypes['Boolean']>, ParentType, ContextType, RequireFields<IMutationRemovedUserAuthIntegrationArgs, never>>;
|
8535
8827
|
renewAuthToken?: Resolver<Maybe<IResolversTypes['AuthTokens']>, ParentType, ContextType, RequireFields<IMutationRenewAuthTokenArgs, never>>;
|
8536
8828
|
resendOrganizationInvitation?: Resolver<Maybe<IResolversTypes['Boolean']>, ParentType, ContextType, RequireFields<IMutationResendOrganizationInvitationArgs, 'id'>>;
|
8537
|
-
resendUserEmailVerificationEmail?: Resolver<Maybe<IResolversTypes['Boolean']>, ParentType, ContextType>;
|
8538
8829
|
resetUserPassword?: Resolver<Maybe<IResolversTypes['Boolean']>, ParentType, ContextType, RequireFields<IMutationResetUserPasswordArgs, 'input'>>;
|
8830
|
+
sendEmailVerificationToken?: Resolver<Maybe<IResolversTypes['Boolean']>, ParentType, ContextType, RequireFields<IMutationSendEmailVerificationTokenArgs, 'email'>>;
|
8539
8831
|
sendOrganizationInvitation?: Resolver<Maybe<IResolversTypes['Boolean']>, ParentType, ContextType, RequireFields<IMutationSendOrganizationInvitationArgs, never>>;
|
8540
8832
|
sendUserPasswordResetEmail?: Resolver<Maybe<IResolversTypes['Boolean']>, ParentType, ContextType, RequireFields<IMutationSendUserPasswordResetEmailArgs, 'email'>>;
|
8541
8833
|
setSettingsValueByResource?: Resolver<Maybe<IResolversTypes['Boolean']>, ParentType, ContextType, RequireFields<IMutationSetSettingsValueByResourceArgs, never>>;
|
8542
|
-
toggleSidebar?: Resolver<Maybe<IResolversTypes['Boolean']>, ParentType, ContextType, RequireFields<IMutationToggleSidebarArgs, 'state'>>;
|
8543
8834
|
updateAuth0UserPassword?: Resolver<Maybe<IResolversTypes['Boolean']>, ParentType, ContextType, RequireFields<IMutationUpdateAuth0UserPasswordArgs, never>>;
|
8544
8835
|
updateConfiguration?: Resolver<Maybe<IResolversTypes['Boolean']>, ParentType, ContextType, RequireFields<IMutationUpdateConfigurationArgs, 'input' | 'key' | 'value'>>;
|
8545
8836
|
updateConfigurationPolicyValue?: Resolver<Maybe<IResolversTypes['Boolean']>, ParentType, ContextType, RequireFields<IMutationUpdateConfigurationPolicyValueArgs, 'key' | 'value'>>;
|
@@ -8555,10 +8846,11 @@ export declare type IMutationResolvers<ContextType = MyContext, ParentType exten
|
|
8555
8846
|
updateRoleValue?: Resolver<Maybe<IResolversTypes['Boolean']>, ParentType, ContextType, RequireFields<IMutationUpdateRoleValueArgs, 'key' | 'value'>>;
|
8556
8847
|
updateSelectedOrgResource?: Resolver<Maybe<IResolversTypes['Boolean']>, ParentType, ContextType, RequireFields<IMutationUpdateSelectedOrgResourceArgs, 'resource'>>;
|
8557
8848
|
updateUserAccount?: Resolver<Maybe<IResolversTypes['Boolean']>, ParentType, ContextType, RequireFields<IMutationUpdateUserAccountArgs, never>>;
|
8558
|
-
|
8849
|
+
validatePasswordResetOtp?: Resolver<Maybe<IResolversTypes['Boolean']>, ParentType, ContextType, RequireFields<IMutationValidatePasswordResetOtpArgs, 'email' | 'code'>>;
|
8850
|
+
validateUserEmailVerificationToken?: Resolver<Maybe<IResolversTypes['Boolean']>, ParentType, ContextType, RequireFields<IMutationValidateUserEmailVerificationTokenArgs, 'code'>>;
|
8559
8851
|
};
|
8560
8852
|
export declare type INodeResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['Node'] = IResolversParentTypes['Node']> = {
|
8561
|
-
__resolveType: TypeResolveFn<'AccessToken' | 'ApiExternalAccount' | 'ApiManagement' | '
|
8853
|
+
__resolveType: TypeResolveFn<'AccessToken' | 'ApiExternalAccount' | 'ApiManagement' | 'UserAccount', ParentType, ContextType>;
|
8562
8854
|
id?: Resolver<IResolversTypes['ID'], ParentType, ContextType>;
|
8563
8855
|
};
|
8564
8856
|
export interface IObservableScalarConfig extends GraphQLScalarTypeConfig<IResolversTypes['Observable'], any> {
|
@@ -8573,6 +8865,7 @@ export declare type IOrgMemberResolvers<ContextType = MyContext, ParentType exte
|
|
8573
8865
|
_id?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
8574
8866
|
userId?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
8575
8867
|
role?: Resolver<Maybe<IResolversTypes['ApplicationRoles']>, ParentType, ContextType>;
|
8868
|
+
user?: Resolver<IResolversTypes['UserAccount'], ParentType, ContextType>;
|
8576
8869
|
isSelf?: Resolver<Maybe<IResolversTypes['Boolean']>, ParentType, ContextType>;
|
8577
8870
|
inactive?: Resolver<Maybe<IResolversTypes['Boolean']>, ParentType, ContextType>;
|
8578
8871
|
name?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
@@ -8591,19 +8884,11 @@ export declare type IOrgUserResolvers<ContextType = MyContext, ParentType extend
|
|
8591
8884
|
role?: Resolver<Maybe<IResolversTypes['ApplicationRoles']>, ParentType, ContextType>;
|
8592
8885
|
inactive?: Resolver<Maybe<IResolversTypes['Boolean']>, ParentType, ContextType>;
|
8593
8886
|
orgName?: Resolver<IResolversTypes['String'], ParentType, ContextType>;
|
8594
|
-
user?: Resolver<IResolversTypes['
|
8887
|
+
user?: Resolver<IResolversTypes['UserAccount'], ParentType, ContextType>;
|
8595
8888
|
isSelf?: Resolver<IResolversTypes['Boolean'], ParentType, ContextType>;
|
8596
8889
|
crossCheckEmail?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
8597
8890
|
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
8598
8891
|
};
|
8599
|
-
export declare type IOrgUserAccuntResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['OrgUserAccunt'] = IResolversParentTypes['OrgUserAccunt']> = {
|
8600
|
-
id?: Resolver<IResolversTypes['ID'], ParentType, ContextType>;
|
8601
|
-
email?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
8602
|
-
alias?: Resolver<Maybe<Array<Maybe<IResolversTypes['String']>>>, ParentType, ContextType>;
|
8603
|
-
username?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
8604
|
-
emailVerified?: Resolver<Maybe<IResolversTypes['Boolean']>, ParentType, ContextType>;
|
8605
|
-
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
8606
|
-
};
|
8607
8892
|
export declare type IOrganizationResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['Organization'] = IResolversParentTypes['Organization']> = {
|
8608
8893
|
id?: Resolver<Maybe<IResolversTypes['ID']>, ParentType, ContextType>;
|
8609
8894
|
name?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
@@ -8727,18 +9012,6 @@ export declare type IOrganizationRoleResolvers<ContextType = MyContext, ParentTy
|
|
8727
9012
|
overrides?: Resolver<Maybe<Array<Maybe<IResolversTypes['Overrides']>>>, ParentType, ContextType>;
|
8728
9013
|
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
8729
9014
|
};
|
8730
|
-
export declare type IOrganizationServiceResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['OrganizationService'] = IResolversParentTypes['OrganizationService']> = {
|
8731
|
-
getOrganization?: Resolver<Maybe<IResolversTypes['Organization']>, ParentType, ContextType, RequireFields<IOrganizationServiceGetOrganizationArgs, never>>;
|
8732
|
-
createDefaultOrganization?: Resolver<Maybe<IResolversTypes['Organization']>, ParentType, ContextType, RequireFields<IOrganizationServiceCreateDefaultOrganizationArgs, never>>;
|
8733
|
-
getUserOrganizations?: Resolver<Maybe<Array<Maybe<IResolversTypes['Organization']>>>, ParentType, ContextType, RequireFields<IOrganizationServiceGetUserOrganizationsArgs, never>>;
|
8734
|
-
createOrganization?: Resolver<Maybe<IResolversTypes['Organization']>, ParentType, ContextType, RequireFields<IOrganizationServiceCreateOrganizationArgs, 'workspace'>>;
|
8735
|
-
updateOrganization?: Resolver<Maybe<IResolversTypes['Organization']>, ParentType, ContextType, RequireFields<IOrganizationServiceUpdateOrganizationArgs, 'workspace'>>;
|
8736
|
-
removeOrganization?: Resolver<Maybe<IResolversTypes['Boolean']>, ParentType, ContextType, RequireFields<IOrganizationServiceRemoveOrganizationArgs, 'workspace'>>;
|
8737
|
-
getUserOrgRole?: Resolver<Maybe<IResolversTypes['OrgUserRole']>, ParentType, ContextType, RequireFields<IOrganizationServiceGetUserOrgRoleArgs, 'orgName' | 'userId'>>;
|
8738
|
-
sendInvitation?: Resolver<Maybe<IResolversTypes['AnyObject']>, ParentType, ContextType, RequireFields<IOrganizationServiceSendInvitationArgs, 'request'>>;
|
8739
|
-
declineInvitation?: Resolver<Maybe<IResolversTypes['Boolean']>, ParentType, ContextType, RequireFields<IOrganizationServiceDeclineInvitationArgs, 'id'>>;
|
8740
|
-
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
8741
|
-
};
|
8742
9015
|
export declare type IOrganizationSettingsResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['OrganizationSettings'] = IResolversParentTypes['OrganizationSettings']> = {
|
8743
9016
|
id?: Resolver<Maybe<IResolversTypes['ID']>, ParentType, ContextType>;
|
8744
9017
|
latestSettings?: Resolver<Maybe<IResolversTypes['Settings']>, ParentType, ContextType>;
|
@@ -8756,6 +9029,7 @@ export declare type IOrganizationsDeletedEventResolvers<ContextType = MyContext,
|
|
8756
9029
|
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
8757
9030
|
};
|
8758
9031
|
export declare type IOverridesResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['Overrides'] = IResolversParentTypes['Overrides']> = {
|
9032
|
+
keys?: Resolver<Maybe<Array<Maybe<IResolversTypes['String']>>>, ParentType, ContextType>;
|
8759
9033
|
contents?: Resolver<Maybe<IResolversTypes['AnyObject']>, ParentType, ContextType>;
|
8760
9034
|
identifiers?: Resolver<Maybe<Array<Maybe<IResolversTypes['String']>>>, ParentType, ContextType>;
|
8761
9035
|
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
@@ -8775,6 +9049,15 @@ export declare type IPhoneNumberResolvers<ContextType = MyContext, ParentType ex
|
|
8775
9049
|
phoneNumber?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
8776
9050
|
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
8777
9051
|
};
|
9052
|
+
export declare type IPolicyConfigurationResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['PolicyConfiguration'] = IResolversParentTypes['PolicyConfiguration']> = {
|
9053
|
+
id?: Resolver<Maybe<IResolversTypes['ID']>, ParentType, ContextType>;
|
9054
|
+
resource?: Resolver<IResolversTypes['URI'], ParentType, ContextType>;
|
9055
|
+
target?: Resolver<Maybe<IResolversTypes['Int']>, ParentType, ContextType>;
|
9056
|
+
contents?: Resolver<Maybe<IResolversTypes['AnyObject']>, ParentType, ContextType>;
|
9057
|
+
keys?: Resolver<Maybe<Array<Maybe<IResolversTypes['String']>>>, ParentType, ContextType>;
|
9058
|
+
overrides?: Resolver<Maybe<Array<Maybe<IResolversTypes['Overrides']>>>, ParentType, ContextType>;
|
9059
|
+
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
9060
|
+
};
|
8778
9061
|
export declare type IPolicySubjectResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['PolicySubject'] = IResolversParentTypes['PolicySubject']> = {
|
8779
9062
|
policyURL?: Resolver<IResolversTypes['URI'], ParentType, ContextType>;
|
8780
9063
|
createdAt?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
@@ -8875,10 +9158,12 @@ export declare type IQueryResolvers<ContextType = MyContext, ParentType extends
|
|
8875
9158
|
externalAccounts?: Resolver<IResolversTypes['ExternalAccountConnection'], ParentType, ContextType, RequireFields<IQueryExternalAccountsArgs, never>>;
|
8876
9159
|
fetchAuth0User?: Resolver<Maybe<IResolversTypes['UserProfile']>, ParentType, ContextType, RequireFields<IQueryFetchAuth0UserArgs, 'auth0UserId'>>;
|
8877
9160
|
fetchUserAuthorizedDevices?: Resolver<Maybe<Array<Maybe<IResolversTypes['UserDevice']>>>, ParentType, ContextType, RequireFields<IQueryFetchUserAuthorizedDevicesArgs, 'auth0UserId'>>;
|
9161
|
+
fetchUserSessions?: Resolver<Maybe<Array<Maybe<IResolversTypes['UserSession']>>>, ParentType, ContextType>;
|
8878
9162
|
filterIntegrationConfiguration?: Resolver<Maybe<Array<Maybe<IResolversTypes['IntegrationConfiguration']>>>, ParentType, ContextType, RequireFields<IQueryFilterIntegrationConfigurationArgs, never>>;
|
8879
9163
|
getAccounts?: Resolver<Maybe<Array<Maybe<IResolversTypes['UserAccount']>>>, ParentType, ContextType, RequireFields<IQueryGetAccountsArgs, never>>;
|
8880
9164
|
getAllCountries?: Resolver<Maybe<Array<Maybe<IResolversTypes['Country']>>>, ParentType, ContextType, RequireFields<IQueryGetAllCountriesArgs, never>>;
|
8881
9165
|
getAllIntegrationConfigurations?: Resolver<Maybe<IResolversTypes['IntegrationConfigurationsOutput']>, ParentType, ContextType, RequireFields<IQueryGetAllIntegrationConfigurationsArgs, never>>;
|
9166
|
+
getAllUsersTokens?: Resolver<Maybe<Array<Maybe<IResolversTypes['UsersToken']>>>, ParentType, ContextType, RequireFields<IQueryGetAllUsersTokensArgs, 'types'>>;
|
8882
9167
|
getConfiguration?: Resolver<Maybe<Array<Maybe<IResolversTypes['Configuration']>>>, ParentType, ContextType, RequireFields<IQueryGetConfigurationArgs, never>>;
|
8883
9168
|
getConfigurationData?: Resolver<Maybe<IResolversTypes['ConfigurationData']>, ParentType, ContextType>;
|
8884
9169
|
getConfigurationPolicies?: Resolver<Maybe<Array<Maybe<IResolversTypes['ConfigurationPolicy']>>>, ParentType, ContextType, RequireFields<IQueryGetConfigurationPoliciesArgs, never>>;
|
@@ -8924,7 +9209,6 @@ export declare type IQueryResolvers<ContextType = MyContext, ParentType extends
|
|
8924
9209
|
resolveConfiguration?: Resolver<Maybe<IResolversTypes['AnyObject']>, ParentType, ContextType, RequireFields<IQueryResolveConfigurationArgs, 'input'>>;
|
8925
9210
|
resolveSettings?: Resolver<Maybe<Array<Maybe<IResolversTypes['ContributionSettings']>>>, ParentType, ContextType, RequireFields<IQueryResolveSettingsArgs, 'uri'>>;
|
8926
9211
|
selectedOrgResource?: Resolver<Maybe<IResolversTypes['Context']>, ParentType, ContextType>;
|
8927
|
-
sidebarState?: Resolver<Maybe<IResolversTypes['Boolean']>, ParentType, ContextType>;
|
8928
9212
|
team?: Resolver<Maybe<IResolversTypes['AccountTeam']>, ParentType, ContextType, RequireFields<IQueryTeamArgs, 'teamId'>>;
|
8929
9213
|
teams?: Resolver<Maybe<Array<Maybe<IResolversTypes['AccountTeam']>>>, ParentType, ContextType>;
|
8930
9214
|
viewerPolicies?: Resolver<Maybe<IResolversTypes['PolicySubject']>, ParentType, ContextType, RequireFields<IQueryViewerPoliciesArgs, 'input'>>;
|
@@ -9075,17 +9359,6 @@ export declare type ITeamMemberResolvers<ContextType = MyContext, ParentType ext
|
|
9075
9359
|
status?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
9076
9360
|
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
9077
9361
|
};
|
9078
|
-
export declare type ITeamServiceResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['TeamService'] = IResolversParentTypes['TeamService']> = {
|
9079
|
-
getTeam?: Resolver<Maybe<IResolversTypes['AccountTeam']>, ParentType, ContextType, RequireFields<ITeamServiceGetTeamArgs, never>>;
|
9080
|
-
getUserTeams?: Resolver<Maybe<Array<Maybe<IResolversTypes['AccountTeam']>>>, ParentType, ContextType, RequireFields<ITeamServiceGetUserTeamsArgs, never>>;
|
9081
|
-
createTeam?: Resolver<Maybe<IResolversTypes['AccountTeam']>, ParentType, ContextType, RequireFields<ITeamServiceCreateTeamArgs, never>>;
|
9082
|
-
updateTeam?: Resolver<Maybe<IResolversTypes['AccountTeam']>, ParentType, ContextType, RequireFields<ITeamServiceUpdateTeamArgs, never>>;
|
9083
|
-
addWorkspaces?: Resolver<Maybe<IResolversTypes['AccountTeam']>, ParentType, ContextType, RequireFields<ITeamServiceAddWorkspacesArgs, never>>;
|
9084
|
-
removeTeam?: Resolver<Maybe<IResolversTypes['Boolean']>, ParentType, ContextType, RequireFields<ITeamServiceRemoveTeamArgs, never>>;
|
9085
|
-
createDefaultTeam?: Resolver<Maybe<IResolversTypes['AccountTeam']>, ParentType, ContextType, RequireFields<ITeamServiceCreateDefaultTeamArgs, never>>;
|
9086
|
-
sendProjectNotification?: Resolver<Maybe<IResolversTypes['Boolean']>, ParentType, ContextType, RequireFields<ITeamServiceSendProjectNotificationArgs, never>>;
|
9087
|
-
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
9088
|
-
};
|
9089
9362
|
export interface ITimeScalarConfig extends GraphQLScalarTypeConfig<IResolversTypes['Time'], any> {
|
9090
9363
|
name: 'Time';
|
9091
9364
|
}
|
@@ -9148,7 +9421,7 @@ export declare type IUserAuth0SessionDeviceInfoResolvers<ContextType = MyContext
|
|
9148
9421
|
os?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
9149
9422
|
deviceName?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
9150
9423
|
browserName?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
9151
|
-
|
9424
|
+
platform?: Resolver<IResolversTypes['DeviceInfoPlatform'], ParentType, ContextType>;
|
9152
9425
|
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
9153
9426
|
};
|
9154
9427
|
export declare type IUserAuth0SessionInfoResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['UserAuth0SessionInfo'] = IResolversParentTypes['UserAuth0SessionInfo']> = {
|
@@ -9207,12 +9480,6 @@ export declare type IUserMetadataResolvers<ContextType = MyContext, ParentType e
|
|
9207
9480
|
zip_code?: Resolver<Maybe<IResolversTypes['Int']>, ParentType, ContextType>;
|
9208
9481
|
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
9209
9482
|
};
|
9210
|
-
export declare type IUserOrgResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['UserOrg'] = IResolversParentTypes['UserOrg']> = {
|
9211
|
-
userId?: Resolver<IResolversTypes['String'], ParentType, ContextType>;
|
9212
|
-
role?: Resolver<Maybe<IResolversTypes['ApplicationRoles']>, ParentType, ContextType>;
|
9213
|
-
inactive?: Resolver<Maybe<IResolversTypes['Boolean']>, ParentType, ContextType>;
|
9214
|
-
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
9215
|
-
};
|
9216
9483
|
export declare type IUserPreviousValuesResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['UserPreviousValues'] = IResolversParentTypes['UserPreviousValues']> = {
|
9217
9484
|
auth0UserId?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
9218
9485
|
createdAt?: Resolver<IResolversTypes['DateTime'], ParentType, ContextType>;
|
@@ -9253,6 +9520,13 @@ export declare type IUserProfileResolvers<ContextType = MyContext, ParentType ex
|
|
9253
9520
|
nonce?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
9254
9521
|
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
9255
9522
|
};
|
9523
|
+
export declare type IUserSessionResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['UserSession'] = IResolversParentTypes['UserSession']> = {
|
9524
|
+
sessionId?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
9525
|
+
deviceInfo?: Resolver<Maybe<IResolversTypes['UserAuth0SessionDeviceInfo']>, ParentType, ContextType>;
|
9526
|
+
lastLoginAt?: Resolver<Maybe<IResolversTypes['Date']>, ParentType, ContextType>;
|
9527
|
+
lastLoginIp?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
9528
|
+
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
9529
|
+
};
|
9256
9530
|
export declare type IUserSessionIdResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['UserSessionId'] = IResolversParentTypes['UserSessionId']> = {
|
9257
9531
|
sessionId?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
9258
9532
|
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
@@ -9273,7 +9547,7 @@ export declare type IUserStateResolvers<ContextType = MyContext, ParentType exte
|
|
9273
9547
|
isNewlyLoggedIn?: Resolver<Maybe<IResolversTypes['Boolean']>, ParentType, ContextType>;
|
9274
9548
|
isProfileFetching?: Resolver<Maybe<IResolversTypes['Boolean']>, ParentType, ContextType>;
|
9275
9549
|
isSocialLogin?: Resolver<Maybe<IResolversTypes['Boolean']>, ParentType, ContextType>;
|
9276
|
-
linkedIdentities?: Resolver<Maybe<Array<Maybe<IResolversTypes['
|
9550
|
+
linkedIdentities?: Resolver<Maybe<Array<Maybe<IResolversTypes['LinkedIdentity']>>>, ParentType, ContextType>;
|
9277
9551
|
loggingInProgress?: Resolver<Maybe<IResolversTypes['Boolean']>, ParentType, ContextType>;
|
9278
9552
|
passwordResetProgress?: Resolver<Maybe<IResolversTypes['Boolean']>, ParentType, ContextType>;
|
9279
9553
|
passwordResetSuccess?: Resolver<Maybe<IResolversTypes['Boolean']>, ParentType, ContextType>;
|
@@ -9290,6 +9564,11 @@ export declare type IUserTokenResolvers<ContextType = MyContext, ParentType exte
|
|
9290
9564
|
valid?: Resolver<Maybe<IResolversTypes['Boolean']>, ParentType, ContextType>;
|
9291
9565
|
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
9292
9566
|
};
|
9567
|
+
export declare type IUsersTokenResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['UsersToken'] = IResolversParentTypes['UsersToken']> = {
|
9568
|
+
userId?: Resolver<IResolversTypes['String'], ParentType, ContextType>;
|
9569
|
+
tokens?: Resolver<Maybe<Array<Maybe<IResolversTypes['UserToken']>>>, ParentType, ContextType>;
|
9570
|
+
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
9571
|
+
};
|
9293
9572
|
export declare type IViewerSettingsSubjectResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['ViewerSettingsSubject'] = IResolversParentTypes['ViewerSettingsSubject']> = {
|
9294
9573
|
settingsURL?: Resolver<IResolversTypes['URI'], ParentType, ContextType>;
|
9295
9574
|
settings?: Resolver<Maybe<IResolversTypes['Preferences']>, ParentType, ContextType>;
|
@@ -9299,19 +9578,22 @@ export declare type IResolvers<ContextType = MyContext> = {
|
|
9299
9578
|
AccessRole?: IAccessRoleResolvers<ContextType>;
|
9300
9579
|
AccessToken?: IAccessTokenResolvers<ContextType>;
|
9301
9580
|
AccessTokenConnection?: IAccessTokenConnectionResolvers<ContextType>;
|
9302
|
-
AccountService?: IAccountServiceResolvers<ContextType>;
|
9303
9581
|
AccountTeam?: IAccountTeamResolvers<ContextType>;
|
9304
9582
|
AdminIdeSettings?: IAdminIdeSettingsResolvers<ContextType>;
|
9305
9583
|
AnyObject?: GraphQLScalarType;
|
9306
9584
|
ApiExternalAccount?: IApiExternalAccountResolvers<ContextType>;
|
9307
9585
|
ApiManagement?: IApiManagementResolvers<ContextType>;
|
9586
|
+
ApplicationConfiguration?: IApplicationConfigurationResolvers<ContextType>;
|
9308
9587
|
ApplicationPolicy?: IApplicationPolicyResolvers<ContextType>;
|
9309
|
-
|
9588
|
+
ApplicationRole?: IApplicationRoleResolvers<ContextType>;
|
9310
9589
|
ApplicationSettings?: IApplicationSettingsResolvers<ContextType>;
|
9311
9590
|
Auth0Identity?: IAuth0IdentityResolvers<ContextType>;
|
9312
9591
|
Auth0IdentityProfileData?: IAuth0IdentityProfileDataResolvers<ContextType>;
|
9313
9592
|
AuthTokens?: IAuthTokensResolvers<ContextType>;
|
9314
9593
|
AuthUser?: IAuthUserResolvers<ContextType>;
|
9594
|
+
BaseAccountService?: IBaseAccountServiceResolvers<ContextType>;
|
9595
|
+
BaseOrganizationService?: IBaseOrganizationServiceResolvers<ContextType>;
|
9596
|
+
BaseTeamService?: IBaseTeamServiceResolvers<ContextType>;
|
9315
9597
|
Configuration?: IConfigurationResolvers<ContextType>;
|
9316
9598
|
ConfigurationData?: IConfigurationDataResolvers<ContextType>;
|
9317
9599
|
ConfigurationExtensionInfo?: IConfigurationExtensionInfoResolvers<ContextType>;
|
@@ -9345,7 +9627,6 @@ export declare type IResolvers<ContextType = MyContext> = {
|
|
9345
9627
|
IAuth0User?: IIAuth0UserResolvers<ContextType>;
|
9346
9628
|
IAuth0UserProfile?: IIAuth0UserProfileResolvers<ContextType>;
|
9347
9629
|
ICity?: IICityResolvers<ContextType>;
|
9348
|
-
IConfigurationChangeEvent?: IIConfigurationChangeEventResolvers<ContextType>;
|
9349
9630
|
IConfigurationModel?: IIConfigurationModelResolvers<ContextType>;
|
9350
9631
|
IConfigurationService?: IIConfigurationServiceResolvers<ContextType>;
|
9351
9632
|
ICountry?: IICountryResolvers<ContextType>;
|
@@ -9366,6 +9647,7 @@ export declare type IResolvers<ContextType = MyContext> = {
|
|
9366
9647
|
InviteMember?: IInviteMemberResolvers<ContextType>;
|
9367
9648
|
JSON?: GraphQLScalarType;
|
9368
9649
|
JSONObject?: GraphQLScalarType;
|
9650
|
+
LinkedIdentity?: ILinkedIdentityResolvers<ContextType>;
|
9369
9651
|
LoginError?: ILoginErrorResolvers<ContextType>;
|
9370
9652
|
MachineConfiguration?: IMachineConfigurationResolvers<ContextType>;
|
9371
9653
|
MachineSettings?: IMachineSettingsResolvers<ContextType>;
|
@@ -9378,7 +9660,6 @@ export declare type IResolvers<ContextType = MyContext> = {
|
|
9378
9660
|
OrgMember?: IOrgMemberResolvers<ContextType>;
|
9379
9661
|
OrgMembersOutput?: IOrgMembersOutputResolvers<ContextType>;
|
9380
9662
|
OrgUser?: IOrgUserResolvers<ContextType>;
|
9381
|
-
OrgUserAccunt?: IOrgUserAccuntResolvers<ContextType>;
|
9382
9663
|
Organization?: IOrganizationResolvers<ContextType>;
|
9383
9664
|
OrganizationConfiguration?: IOrganizationConfigurationResolvers<ContextType>;
|
9384
9665
|
OrganizationCreatedEvent?: IOrganizationCreatedEventResolvers<ContextType>;
|
@@ -9393,7 +9674,6 @@ export declare type IResolvers<ContextType = MyContext> = {
|
|
9393
9674
|
OrganizationResourceData?: IOrganizationResourceDataResolvers<ContextType>;
|
9394
9675
|
OrganizationResourceSettings?: IOrganizationResourceSettingsResolvers<ContextType>;
|
9395
9676
|
OrganizationRole?: IOrganizationRoleResolvers<ContextType>;
|
9396
|
-
OrganizationService?: IOrganizationServiceResolvers<ContextType>;
|
9397
9677
|
OrganizationSettings?: IOrganizationSettingsResolvers<ContextType>;
|
9398
9678
|
OrganizationsDeactivatedEvent?: IOrganizationsDeactivatedEventResolvers<ContextType>;
|
9399
9679
|
OrganizationsDeletedEvent?: IOrganizationsDeletedEventResolvers<ContextType>;
|
@@ -9401,6 +9681,7 @@ export declare type IResolvers<ContextType = MyContext> = {
|
|
9401
9681
|
PageInfo?: IPageInfoResolvers<ContextType>;
|
9402
9682
|
PermissionSubject?: IPermissionSubjectResolvers<ContextType>;
|
9403
9683
|
PhoneNumber?: IPhoneNumberResolvers<ContextType>;
|
9684
|
+
PolicyConfiguration?: IPolicyConfigurationResolvers<ContextType>;
|
9404
9685
|
PolicySubject?: IPolicySubjectResolvers<ContextType>;
|
9405
9686
|
PopupIntegrationAuthorization?: IPopupIntegrationAuthorizationResolvers<ContextType>;
|
9406
9687
|
Position?: IPositionResolvers<ContextType>;
|
@@ -9440,7 +9721,6 @@ export declare type IResolvers<ContextType = MyContext> = {
|
|
9440
9721
|
Subscription?: ISubscriptionResolvers<ContextType>;
|
9441
9722
|
TeamInvitationEmailVariables?: ITeamInvitationEmailVariablesResolvers<ContextType>;
|
9442
9723
|
TeamMember?: ITeamMemberResolvers<ContextType>;
|
9443
|
-
TeamService?: ITeamServiceResolvers<ContextType>;
|
9444
9724
|
Time?: GraphQLScalarType;
|
9445
9725
|
URI?: GraphQLScalarType;
|
9446
9726
|
URIInput?: GraphQLScalarType;
|
@@ -9456,13 +9736,14 @@ export declare type IResolvers<ContextType = MyContext> = {
|
|
9456
9736
|
UserContext?: IUserContextResolvers<ContextType>;
|
9457
9737
|
UserDevice?: IUserDeviceResolvers<ContextType>;
|
9458
9738
|
UserMetadata?: IUserMetadataResolvers<ContextType>;
|
9459
|
-
UserOrg?: IUserOrgResolvers<ContextType>;
|
9460
9739
|
UserPreviousValues?: IUserPreviousValuesResolvers<ContextType>;
|
9461
9740
|
UserProfile?: IUserProfileResolvers<ContextType>;
|
9741
|
+
UserSession?: IUserSessionResolvers<ContextType>;
|
9462
9742
|
UserSessionId?: IUserSessionIdResolvers<ContextType>;
|
9463
9743
|
UserSettings?: IUserSettingsResolvers<ContextType>;
|
9464
9744
|
UserState?: IUserStateResolvers<ContextType>;
|
9465
9745
|
UserToken?: IUserTokenResolvers<ContextType>;
|
9746
|
+
UsersToken?: IUsersTokenResolvers<ContextType>;
|
9466
9747
|
ViewerSettingsSubject?: IViewerSettingsSubjectResolvers<ContextType>;
|
9467
9748
|
};
|
9468
9749
|
export declare type IDirectiveResolvers<ContextType = MyContext> = {
|