@adminide-stack/core 9.0.6-alpha.40 → 9.0.6-alpha.49
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/core/configurations/events/ConfigurationChangeEvent.js +1 -1
- package/lib/core/configurations/events/ConfigurationChangeEvent.js.map +1 -1
- package/lib/core/configurations/helpers/configuration.js +1 -1
- package/lib/core/configurations/helpers/configuration.js.map +1 -1
- package/lib/core/organization/configuration.js +1 -1
- package/lib/core/organization/configuration.js.map +1 -1
- package/lib/index.js +1 -1
- package/lib/interfaces/configuration/configuraton-service.d.ts +8 -0
- package/lib/interfaces/generated/generated-models.d.ts +144 -87
- package/lib/interfaces/generated/generated-models.js +91 -68
- package/lib/interfaces/generated/generated-models.js.map +1 -1
- package/lib/interfaces/permissions.d.ts +5 -0
- package/lib/interfaces/permissions.js +6 -0
- package/lib/interfaces/permissions.js.map +1 -0
- package/lib/services/abstract-configuration.d.ts +2 -1
- package/lib/services/abstract-configuration.js.map +1 -1
- package/lib/services/abstract-organization-context-service.js +1 -1
- package/lib/services/abstract-organization-context-service.js.map +1 -1
- package/lib/utils/generate-uri.js +1 -1
- package/lib/utils/generate-uri.js.map +1 -1
- package/lib/utils/generated-settings-id.js +1 -1
- package/lib/utils/generated-settings-id.js.map +1 -1
- package/lib/utils/roles-utils.js +1 -1
- package/lib/utils/roles-utils.js.map +1 -1
- package/package.json +2 -2
@@ -379,7 +379,7 @@ export type IAuthTokens = {
|
|
379
379
|
/** AuthUser */
|
380
380
|
export type IAuthUser = IIUser & {
|
381
381
|
__typename?: 'AuthUser';
|
382
|
-
|
382
|
+
authUserId?: Maybe<Scalars['String']['output']>;
|
383
383
|
email?: Maybe<Scalars['String']['output']>;
|
384
384
|
emailVerified?: Maybe<Scalars['String']['output']>;
|
385
385
|
familyName?: Maybe<Scalars['String']['output']>;
|
@@ -390,7 +390,7 @@ export type IAuthUser = IIUser & {
|
|
390
390
|
username?: Maybe<Scalars['String']['output']>;
|
391
391
|
};
|
392
392
|
export type IAuthUserInput = {
|
393
|
-
|
393
|
+
authUserId?: InputMaybe<Scalars['String']['input']>;
|
394
394
|
email?: InputMaybe<Scalars['String']['input']>;
|
395
395
|
emailVerified?: InputMaybe<Scalars['String']['input']>;
|
396
396
|
familyName?: InputMaybe<Scalars['String']['input']>;
|
@@ -523,7 +523,7 @@ export type IBaseAccountServiceUpdateUserAccountArgs = {
|
|
523
523
|
export type IBaseAccountServiceValidateUserEmailVerificationTokenArgs = {
|
524
524
|
code: Scalars['String']['input'];
|
525
525
|
email: Scalars['String']['input'];
|
526
|
-
|
526
|
+
authUserId: Scalars['String']['input'];
|
527
527
|
};
|
528
528
|
/** Base Account Service */
|
529
529
|
export type IBaseAccountServiceVerifyUserEmailVerificationTokenArgs = {
|
@@ -793,6 +793,7 @@ export type IConfigurationOverrides = {
|
|
793
793
|
overrideIdentifier?: Maybe<Scalars['String']['output']>;
|
794
794
|
resource?: Maybe<Scalars['URI']['output']>;
|
795
795
|
};
|
796
|
+
/** Input type for configuration overrides, providing flexibility for user-specific or external modifications. */
|
796
797
|
export type IConfigurationOverridesInput = {
|
797
798
|
externalResource?: InputMaybe<Scalars['URI']['input']>;
|
798
799
|
overrideIdentifier?: InputMaybe<Scalars['String']['input']>;
|
@@ -1343,6 +1344,17 @@ export type ILinkedIdentity = {
|
|
1343
1344
|
provider?: Maybe<Scalars['String']['output']>;
|
1344
1345
|
user_id?: Maybe<Scalars['String']['output']>;
|
1345
1346
|
};
|
1347
|
+
export type ILoginDeviceCredential = {
|
1348
|
+
__typename?: 'LoginDeviceCredential';
|
1349
|
+
client_id?: Maybe<Scalars['String']['output']>;
|
1350
|
+
device_Id?: Maybe<Scalars['String']['output']>;
|
1351
|
+
device_name?: Maybe<Scalars['String']['output']>;
|
1352
|
+
id?: Maybe<Scalars['String']['output']>;
|
1353
|
+
last_ip?: Maybe<Scalars['String']['output']>;
|
1354
|
+
last_used?: Maybe<Scalars['String']['output']>;
|
1355
|
+
type?: Maybe<Scalars['AnyObject']['output']>;
|
1356
|
+
user_id?: Maybe<Scalars['String']['output']>;
|
1357
|
+
};
|
1346
1358
|
export type ILoginError = {
|
1347
1359
|
__typename?: 'LoginError';
|
1348
1360
|
error?: Maybe<Scalars['AnyObject']['output']>;
|
@@ -1445,6 +1457,7 @@ export declare enum IMoleculerServiceName {
|
|
1445
1457
|
PaypalService = "PaypalService",
|
1446
1458
|
StripeService = "StripeService",
|
1447
1459
|
UserBroadcaster = "UserBroadcaster",
|
1460
|
+
UserService = "UserService",
|
1448
1461
|
Dummy = "dummy",
|
1449
1462
|
/** Actions */
|
1450
1463
|
OnConfigurationUpdated = "onConfigurationUpdated"
|
@@ -1532,6 +1545,10 @@ export type IMutation = {
|
|
1532
1545
|
updateConfiguration?: Maybe<Scalars['Boolean']['output']>;
|
1533
1546
|
updateConfigurationPolicyValue?: Maybe<Scalars['Boolean']['output']>;
|
1534
1547
|
updateConfigurationPolicyValueByUri?: Maybe<Scalars['Boolean']['output']>;
|
1548
|
+
/**
|
1549
|
+
* Updates the configuration value for a specified key, with optional overrides.
|
1550
|
+
* This mutation allows the modification of configuration values associated with specific targets (e.g., organization or account settings).
|
1551
|
+
*/
|
1535
1552
|
updateConfigurationValue?: Maybe<IConfiguration>;
|
1536
1553
|
updateConfigurationValueByUri?: Maybe<Scalars['Boolean']['output']>;
|
1537
1554
|
updateContext?: Maybe<Scalars['Boolean']['output']>;
|
@@ -2554,10 +2571,10 @@ export type IQueryExternalAccountsArgs = {
|
|
2554
2571
|
first?: InputMaybe<Scalars['Int']['input']>;
|
2555
2572
|
};
|
2556
2573
|
export type IQueryFetchAuth0UserArgs = {
|
2557
|
-
|
2574
|
+
authUserId: Scalars['String']['input'];
|
2558
2575
|
};
|
2559
2576
|
export type IQueryFetchUserAuthorizedDevicesArgs = {
|
2560
|
-
|
2577
|
+
authUserId: Scalars['String']['input'];
|
2561
2578
|
};
|
2562
2579
|
export type IQueryFilterIntegrationConfigurationArgs = {
|
2563
2580
|
filter?: InputMaybe<IIntegrationConfigurationFilterInput>;
|
@@ -2648,7 +2665,7 @@ export type IQueryGetUserAccountArgs = {
|
|
2648
2665
|
userId: Scalars['String']['input'];
|
2649
2666
|
};
|
2650
2667
|
export type IQueryGetUserAccountByAuth0IdArgs = {
|
2651
|
-
|
2668
|
+
authUserId: Scalars['String']['input'];
|
2652
2669
|
};
|
2653
2670
|
export type IQueryGetUserOrganizationsArgs = {
|
2654
2671
|
userId?: InputMaybe<Scalars['String']['input']>;
|
@@ -3175,7 +3192,7 @@ export type IUserAccountWhere = {
|
|
3175
3192
|
};
|
3176
3193
|
export type IUserAuth0Info = {
|
3177
3194
|
__typename?: 'UserAuth0Info';
|
3178
|
-
|
3195
|
+
authUserId?: Maybe<Scalars['String']['output']>;
|
3179
3196
|
integrations?: Maybe<Array<Maybe<IUserAuth0Integrations>>>;
|
3180
3197
|
sessionInfo?: Maybe<Array<Maybe<IUserAuth0SessionInfo>>>;
|
3181
3198
|
};
|
@@ -3240,6 +3257,7 @@ export type IUserContext = {
|
|
3240
3257
|
identity?: Maybe<Scalars['AnyObject']['output']>;
|
3241
3258
|
namespace?: Maybe<Scalars['String']['output']>;
|
3242
3259
|
orgId?: Maybe<Scalars['String']['output']>;
|
3260
|
+
orgName?: Maybe<Scalars['String']['output']>;
|
3243
3261
|
orgRole?: Maybe<Scalars['String']['output']>;
|
3244
3262
|
orgSettingUri?: Maybe<Scalars['URI']['output']>;
|
3245
3263
|
organization: IOrganization;
|
@@ -3304,7 +3322,7 @@ export type IUserPasswordResetInput = {
|
|
3304
3322
|
};
|
3305
3323
|
export type IUserPreviousValues = {
|
3306
3324
|
__typename?: 'UserPreviousValues';
|
3307
|
-
|
3325
|
+
authUserId?: Maybe<Scalars['String']['output']>;
|
3308
3326
|
createdAt: Scalars['DateTime']['output'];
|
3309
3327
|
emailSubscription?: Maybe<Scalars['Boolean']['output']>;
|
3310
3328
|
id: Scalars['ID']['output'];
|
@@ -3335,6 +3353,7 @@ export type IUserProfile = IIAuth0Token & IIAuth0User & IIAuth0UserProfile & {
|
|
3335
3353
|
nonce?: Maybe<Scalars['String']['output']>;
|
3336
3354
|
phone_number?: Maybe<Scalars['String']['output']>;
|
3337
3355
|
picture: Scalars['String']['output'];
|
3356
|
+
provider?: Maybe<Scalars['String']['output']>;
|
3338
3357
|
sub?: Maybe<Scalars['String']['output']>;
|
3339
3358
|
updated_at: Scalars['String']['output'];
|
3340
3359
|
user_id: Scalars['String']['output'];
|
@@ -3351,7 +3370,29 @@ export type IUserRole = IIConfigurationModel & {
|
|
3351
3370
|
target?: Maybe<Scalars['Int']['output']>;
|
3352
3371
|
};
|
3353
3372
|
export declare enum IUserServiceAction {
|
3354
|
-
|
3373
|
+
DeleteUserAuthorizedDevice = "deleteUserAuthorizedDevice",
|
3374
|
+
FetchAuth0User = "fetchAuth0User",
|
3375
|
+
FetchUserAuthSessions = "fetchUserAuthSessions",
|
3376
|
+
FetchUserAuthorizedDevices = "fetchUserAuthorizedDevices",
|
3377
|
+
GetIdentity = "getIdentity",
|
3378
|
+
GetProfile = "getProfile",
|
3379
|
+
GetUserInfo = "getUserInfo",
|
3380
|
+
InitializeAuthorizationCodeFlow = "initializeAuthorizationCodeFlow",
|
3381
|
+
InitializePopupIntegrationAuthorization = "initializePopupIntegrationAuthorization",
|
3382
|
+
InitializeUserSession = "initializeUserSession",
|
3383
|
+
InitiatePasswordResetProcess = "initiatePasswordResetProcess",
|
3384
|
+
OnEmailVerified = "onEmailVerified",
|
3385
|
+
RegisterAuth0UserAndLink = "registerAuth0UserAndLink",
|
3386
|
+
RemoveUserAuthIntegration = "removeUserAuthIntegration",
|
3387
|
+
RemoveUserAuthSession = "removeUserAuthSession",
|
3388
|
+
RenewAuthToken = "renewAuthToken",
|
3389
|
+
RenewUserAuthIntegrationToken = "renewUserAuthIntegrationToken",
|
3390
|
+
ResetUserPassword = "resetUserPassword",
|
3391
|
+
SendEmailVerificationCode = "sendEmailVerificationCode",
|
3392
|
+
UpdateAuth0UserPassword = "updateAuth0UserPassword",
|
3393
|
+
ValidateEmailVerificationCode = "validateEmailVerificationCode",
|
3394
|
+
ValidatePasswordResetOtp = "validatePasswordResetOtp",
|
3395
|
+
VerifyUserPassword = "verifyUserPassword"
|
3355
3396
|
}
|
3356
3397
|
export type IUserSession = {
|
3357
3398
|
__typename?: 'UserSession';
|
@@ -3394,7 +3435,7 @@ export type IUserSettings = IISettingsSubject & {
|
|
3394
3435
|
export type IUserState = {
|
3395
3436
|
__typename?: 'UserState';
|
3396
3437
|
/** Auth Service defined ID for the user */
|
3397
|
-
|
3438
|
+
authUserId?: Maybe<Scalars['String']['output']>;
|
3398
3439
|
/** Inprogress state of Validation */
|
3399
3440
|
authIsValidatingToken?: Maybe<Scalars['Boolean']['output']>;
|
3400
3441
|
/** Validation of Token is Success */
|
@@ -4028,7 +4069,7 @@ export type IGetUserAccountQuery = {
|
|
4028
4069
|
} | null;
|
4029
4070
|
};
|
4030
4071
|
export type IGetUserAccountByAuth0IdQueryVariables = Exact<{
|
4031
|
-
|
4072
|
+
authUserId: Scalars['String']['input'];
|
4032
4073
|
}>;
|
4033
4074
|
export type IGetUserAccountByAuth0IdQuery = {
|
4034
4075
|
__typename?: 'Query';
|
@@ -7521,7 +7562,7 @@ export declare function useGetUserOrganizationsListQuery(baseOptions?: Apollo.Qu
|
|
7521
7562
|
export declare function useGetUserOrganizationsListLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<IGetUserOrganizationsListQuery, IGetUserOrganizationsListQueryVariables>): Apollo.LazyQueryResultTuple<IGetUserOrganizationsListQuery, Exact<{
|
7522
7563
|
[key: string]: never;
|
7523
7564
|
}>>;
|
7524
|
-
export declare function useGetUserOrganizationsListSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<IGetUserOrganizationsListQuery, IGetUserOrganizationsListQueryVariables>): Apollo.UseSuspenseQueryResult<IGetUserOrganizationsListQuery, Exact<{
|
7565
|
+
export declare function useGetUserOrganizationsListSuspenseQuery(baseOptions?: Apollo.SkipToken | Apollo.SuspenseQueryHookOptions<IGetUserOrganizationsListQuery, IGetUserOrganizationsListQueryVariables>): Apollo.UseSuspenseQueryResult<IGetUserOrganizationsListQuery, Exact<{
|
7525
7566
|
[key: string]: never;
|
7526
7567
|
}>>;
|
7527
7568
|
export type GetUserOrganizationsListQueryHookResult = ReturnType<typeof useGetUserOrganizationsListQuery>;
|
@@ -7556,7 +7597,7 @@ export declare function useDecodeOrganizationInvitationQuery(baseOptions: Apollo
|
|
7556
7597
|
export declare function useDecodeOrganizationInvitationLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<IDecodeOrganizationInvitationQuery, IDecodeOrganizationInvitationQueryVariables>): Apollo.LazyQueryResultTuple<IDecodeOrganizationInvitationQuery, Exact<{
|
7557
7598
|
token: Scalars["String"]["input"];
|
7558
7599
|
}>>;
|
7559
|
-
export declare function useDecodeOrganizationInvitationSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<IDecodeOrganizationInvitationQuery, IDecodeOrganizationInvitationQueryVariables>): Apollo.UseSuspenseQueryResult<IDecodeOrganizationInvitationQuery, Exact<{
|
7600
|
+
export declare function useDecodeOrganizationInvitationSuspenseQuery(baseOptions?: Apollo.SkipToken | Apollo.SuspenseQueryHookOptions<IDecodeOrganizationInvitationQuery, IDecodeOrganizationInvitationQueryVariables>): Apollo.UseSuspenseQueryResult<IDecodeOrganizationInvitationQuery, Exact<{
|
7560
7601
|
token: Scalars["String"]["input"];
|
7561
7602
|
}>>;
|
7562
7603
|
export type DecodeOrganizationInvitationQueryHookResult = ReturnType<typeof useDecodeOrganizationInvitationQuery>;
|
@@ -7591,7 +7632,7 @@ export declare function useDecodeOrganizationSharedTokenQuery(baseOptions: Apoll
|
|
7591
7632
|
export declare function useDecodeOrganizationSharedTokenLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<IDecodeOrganizationSharedTokenQuery, IDecodeOrganizationSharedTokenQueryVariables>): Apollo.LazyQueryResultTuple<IDecodeOrganizationSharedTokenQuery, Exact<{
|
7592
7633
|
token: Scalars["String"]["input"];
|
7593
7634
|
}>>;
|
7594
|
-
export declare function useDecodeOrganizationSharedTokenSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<IDecodeOrganizationSharedTokenQuery, IDecodeOrganizationSharedTokenQueryVariables>): Apollo.UseSuspenseQueryResult<IDecodeOrganizationSharedTokenQuery, Exact<{
|
7635
|
+
export declare function useDecodeOrganizationSharedTokenSuspenseQuery(baseOptions?: Apollo.SkipToken | Apollo.SuspenseQueryHookOptions<IDecodeOrganizationSharedTokenQuery, IDecodeOrganizationSharedTokenQueryVariables>): Apollo.UseSuspenseQueryResult<IDecodeOrganizationSharedTokenQuery, Exact<{
|
7595
7636
|
token: Scalars["String"]["input"];
|
7596
7637
|
}>>;
|
7597
7638
|
export type DecodeOrganizationSharedTokenQueryHookResult = ReturnType<typeof useDecodeOrganizationSharedTokenQuery>;
|
@@ -7621,7 +7662,7 @@ export declare function useGetAccountsQuery(baseOptions?: Apollo.QueryHookOption
|
|
7621
7662
|
export declare function useGetAccountsLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<IGetAccountsQuery, IGetAccountsQueryVariables>): Apollo.LazyQueryResultTuple<IGetAccountsQuery, Exact<{
|
7622
7663
|
where?: InputMaybe<IUserAccountWhere>;
|
7623
7664
|
}>>;
|
7624
|
-
export declare function useGetAccountsSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<IGetAccountsQuery, IGetAccountsQueryVariables>): Apollo.UseSuspenseQueryResult<IGetAccountsQuery, Exact<{
|
7665
|
+
export declare function useGetAccountsSuspenseQuery(baseOptions?: Apollo.SkipToken | Apollo.SuspenseQueryHookOptions<IGetAccountsQuery, IGetAccountsQueryVariables>): Apollo.UseSuspenseQueryResult<IGetAccountsQuery, Exact<{
|
7625
7666
|
where?: InputMaybe<IUserAccountWhere>;
|
7626
7667
|
}>>;
|
7627
7668
|
export type GetAccountsQueryHookResult = ReturnType<typeof useGetAccountsQuery>;
|
@@ -7651,7 +7692,7 @@ export declare function useGetAllCountriesQuery(baseOptions?: Apollo.QueryHookOp
|
|
7651
7692
|
export declare function useGetAllCountriesLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<IGetAllCountriesQuery, IGetAllCountriesQueryVariables>): Apollo.LazyQueryResultTuple<IGetAllCountriesQuery, Exact<{
|
7652
7693
|
criteria?: InputMaybe<Scalars["JSON"]["input"]>;
|
7653
7694
|
}>>;
|
7654
|
-
export declare function useGetAllCountriesSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<IGetAllCountriesQuery, IGetAllCountriesQueryVariables>): Apollo.UseSuspenseQueryResult<IGetAllCountriesQuery, Exact<{
|
7695
|
+
export declare function useGetAllCountriesSuspenseQuery(baseOptions?: Apollo.SkipToken | Apollo.SuspenseQueryHookOptions<IGetAllCountriesQuery, IGetAllCountriesQueryVariables>): Apollo.UseSuspenseQueryResult<IGetAllCountriesQuery, Exact<{
|
7655
7696
|
criteria?: InputMaybe<Scalars["JSON"]["input"]>;
|
7656
7697
|
}>>;
|
7657
7698
|
export type GetAllCountriesQueryHookResult = ReturnType<typeof useGetAllCountriesQuery>;
|
@@ -7680,7 +7721,7 @@ export declare function useGetManageableOrganizationsQuery(baseOptions?: Apollo.
|
|
7680
7721
|
export declare function useGetManageableOrganizationsLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<IGetManageableOrganizationsQuery, IGetManageableOrganizationsQueryVariables>): Apollo.LazyQueryResultTuple<IGetManageableOrganizationsQuery, Exact<{
|
7681
7722
|
[key: string]: never;
|
7682
7723
|
}>>;
|
7683
|
-
export declare function useGetManageableOrganizationsSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<IGetManageableOrganizationsQuery, IGetManageableOrganizationsQueryVariables>): Apollo.UseSuspenseQueryResult<IGetManageableOrganizationsQuery, Exact<{
|
7724
|
+
export declare function useGetManageableOrganizationsSuspenseQuery(baseOptions?: Apollo.SkipToken | Apollo.SuspenseQueryHookOptions<IGetManageableOrganizationsQuery, IGetManageableOrganizationsQueryVariables>): Apollo.UseSuspenseQueryResult<IGetManageableOrganizationsQuery, Exact<{
|
7684
7725
|
[key: string]: never;
|
7685
7726
|
}>>;
|
7686
7727
|
export type GetManageableOrganizationsQueryHookResult = ReturnType<typeof useGetManageableOrganizationsQuery>;
|
@@ -7716,7 +7757,7 @@ export declare function useGetOrgInvitationMembersLazyQuery(baseOptions?: Apollo
|
|
7716
7757
|
limit?: InputMaybe<Scalars["Int"]["input"]>;
|
7717
7758
|
orgName?: InputMaybe<Scalars["String"]["input"]>;
|
7718
7759
|
}>>;
|
7719
|
-
export declare function useGetOrgInvitationMembersSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<IGetOrgInvitationMembersQuery, IGetOrgInvitationMembersQueryVariables>): Apollo.UseSuspenseQueryResult<IGetOrgInvitationMembersQuery, Exact<{
|
7760
|
+
export declare function useGetOrgInvitationMembersSuspenseQuery(baseOptions?: Apollo.SkipToken | Apollo.SuspenseQueryHookOptions<IGetOrgInvitationMembersQuery, IGetOrgInvitationMembersQueryVariables>): Apollo.UseSuspenseQueryResult<IGetOrgInvitationMembersQuery, Exact<{
|
7720
7761
|
offset?: InputMaybe<Scalars["Int"]["input"]>;
|
7721
7762
|
limit?: InputMaybe<Scalars["Int"]["input"]>;
|
7722
7763
|
orgName?: InputMaybe<Scalars["String"]["input"]>;
|
@@ -7753,7 +7794,7 @@ export declare function useGetOrganizationInvitationQuery(baseOptions: Apollo.Qu
|
|
7753
7794
|
export declare function useGetOrganizationInvitationLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<IGetOrganizationInvitationQuery, IGetOrganizationInvitationQueryVariables>): Apollo.LazyQueryResultTuple<IGetOrganizationInvitationQuery, Exact<{
|
7754
7795
|
id: Scalars["ID"]["input"];
|
7755
7796
|
}>>;
|
7756
|
-
export declare function useGetOrganizationInvitationSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<IGetOrganizationInvitationQuery, IGetOrganizationInvitationQueryVariables>): Apollo.UseSuspenseQueryResult<IGetOrganizationInvitationQuery, Exact<{
|
7797
|
+
export declare function useGetOrganizationInvitationSuspenseQuery(baseOptions?: Apollo.SkipToken | Apollo.SuspenseQueryHookOptions<IGetOrganizationInvitationQuery, IGetOrganizationInvitationQueryVariables>): Apollo.UseSuspenseQueryResult<IGetOrganizationInvitationQuery, Exact<{
|
7757
7798
|
id: Scalars["ID"]["input"];
|
7758
7799
|
}>>;
|
7759
7800
|
export type GetOrganizationInvitationQueryHookResult = ReturnType<typeof useGetOrganizationInvitationQuery>;
|
@@ -7783,7 +7824,7 @@ export declare function useGetOrgTeamInvitationsQuery(baseOptions?: Apollo.Query
|
|
7783
7824
|
export declare function useGetOrgTeamInvitationsLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<IGetOrgTeamInvitationsQuery, IGetOrgTeamInvitationsQueryVariables>): Apollo.LazyQueryResultTuple<IGetOrgTeamInvitationsQuery, Exact<{
|
7784
7825
|
teamId?: InputMaybe<Scalars["String"]["input"]>;
|
7785
7826
|
}>>;
|
7786
|
-
export declare function useGetOrgTeamInvitationsSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<IGetOrgTeamInvitationsQuery, IGetOrgTeamInvitationsQueryVariables>): Apollo.UseSuspenseQueryResult<IGetOrgTeamInvitationsQuery, Exact<{
|
7827
|
+
export declare function useGetOrgTeamInvitationsSuspenseQuery(baseOptions?: Apollo.SkipToken | Apollo.SuspenseQueryHookOptions<IGetOrgTeamInvitationsQuery, IGetOrgTeamInvitationsQueryVariables>): Apollo.UseSuspenseQueryResult<IGetOrgTeamInvitationsQuery, Exact<{
|
7787
7828
|
teamId?: InputMaybe<Scalars["String"]["input"]>;
|
7788
7829
|
}>>;
|
7789
7830
|
export type GetOrgTeamInvitationsQueryHookResult = ReturnType<typeof useGetOrgTeamInvitationsQuery>;
|
@@ -7813,7 +7854,7 @@ export declare function useGetOrgUserQuery(baseOptions?: Apollo.QueryHookOptions
|
|
7813
7854
|
export declare function useGetOrgUserLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<IGetOrgUserQuery, IGetOrgUserQueryVariables>): Apollo.LazyQueryResultTuple<IGetOrgUserQuery, Exact<{
|
7814
7855
|
userId?: InputMaybe<Scalars["String"]["input"]>;
|
7815
7856
|
}>>;
|
7816
|
-
export declare function useGetOrgUserSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<IGetOrgUserQuery, IGetOrgUserQueryVariables>): Apollo.UseSuspenseQueryResult<IGetOrgUserQuery, Exact<{
|
7857
|
+
export declare function useGetOrgUserSuspenseQuery(baseOptions?: Apollo.SkipToken | Apollo.SuspenseQueryHookOptions<IGetOrgUserQuery, IGetOrgUserQueryVariables>): Apollo.UseSuspenseQueryResult<IGetOrgUserQuery, Exact<{
|
7817
7858
|
userId?: InputMaybe<Scalars["String"]["input"]>;
|
7818
7859
|
}>>;
|
7819
7860
|
export type GetOrgUserQueryHookResult = ReturnType<typeof useGetOrgUserQuery>;
|
@@ -7848,7 +7889,7 @@ export declare function useGetOrganizationMembersWithNameQuery(baseOptions: Apol
|
|
7848
7889
|
export declare function useGetOrganizationMembersWithNameLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<IGetOrganizationMembersWithNameQuery, IGetOrganizationMembersWithNameQueryVariables>): Apollo.LazyQueryResultTuple<IGetOrganizationMembersWithNameQuery, Exact<{
|
7849
7890
|
where: IOrgDetailWhere;
|
7850
7891
|
}>>;
|
7851
|
-
export declare function useGetOrganizationMembersWithNameSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<IGetOrganizationMembersWithNameQuery, IGetOrganizationMembersWithNameQueryVariables>): Apollo.UseSuspenseQueryResult<IGetOrganizationMembersWithNameQuery, Exact<{
|
7892
|
+
export declare function useGetOrganizationMembersWithNameSuspenseQuery(baseOptions?: Apollo.SkipToken | Apollo.SuspenseQueryHookOptions<IGetOrganizationMembersWithNameQuery, IGetOrganizationMembersWithNameQueryVariables>): Apollo.UseSuspenseQueryResult<IGetOrganizationMembersWithNameQuery, Exact<{
|
7852
7893
|
where: IOrgDetailWhere;
|
7853
7894
|
}>>;
|
7854
7895
|
export type GetOrganizationMembersWithNameQueryHookResult = ReturnType<typeof useGetOrganizationMembersWithNameQuery>;
|
@@ -7878,7 +7919,7 @@ export declare function useGetOrganizationTeamsQuery(baseOptions?: Apollo.QueryH
|
|
7878
7919
|
export declare function useGetOrganizationTeamsLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<IGetOrganizationTeamsQuery, IGetOrganizationTeamsQueryVariables>): Apollo.LazyQueryResultTuple<IGetOrganizationTeamsQuery, Exact<{
|
7879
7920
|
orgName?: InputMaybe<Scalars["String"]["input"]>;
|
7880
7921
|
}>>;
|
7881
|
-
export declare function useGetOrganizationTeamsSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<IGetOrganizationTeamsQuery, IGetOrganizationTeamsQueryVariables>): Apollo.UseSuspenseQueryResult<IGetOrganizationTeamsQuery, Exact<{
|
7922
|
+
export declare function useGetOrganizationTeamsSuspenseQuery(baseOptions?: Apollo.SkipToken | Apollo.SuspenseQueryHookOptions<IGetOrganizationTeamsQuery, IGetOrganizationTeamsQueryVariables>): Apollo.UseSuspenseQueryResult<IGetOrganizationTeamsQuery, Exact<{
|
7882
7923
|
orgName?: InputMaybe<Scalars["String"]["input"]>;
|
7883
7924
|
}>>;
|
7884
7925
|
export type GetOrganizationTeamsQueryHookResult = ReturnType<typeof useGetOrganizationTeamsQuery>;
|
@@ -7916,7 +7957,7 @@ export declare function useGetTeamLazyQuery(baseOptions?: Apollo.LazyQueryHookOp
|
|
7916
7957
|
orgName: Scalars["String"]["input"];
|
7917
7958
|
teamName: Scalars["String"]["input"];
|
7918
7959
|
}>>;
|
7919
|
-
export declare function useGetTeamSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<IGetTeamQuery, IGetTeamQueryVariables>): Apollo.UseSuspenseQueryResult<IGetTeamQuery, Exact<{
|
7960
|
+
export declare function useGetTeamSuspenseQuery(baseOptions?: Apollo.SkipToken | Apollo.SuspenseQueryHookOptions<IGetTeamQuery, IGetTeamQueryVariables>): Apollo.UseSuspenseQueryResult<IGetTeamQuery, Exact<{
|
7920
7961
|
orgName: Scalars["String"]["input"];
|
7921
7962
|
teamName: Scalars["String"]["input"];
|
7922
7963
|
}>>;
|
@@ -7955,7 +7996,7 @@ export declare function useGetTeamByNameLazyQuery(baseOptions?: Apollo.LazyQuery
|
|
7955
7996
|
orgName: Scalars["String"]["input"];
|
7956
7997
|
teamName: Scalars["String"]["input"];
|
7957
7998
|
}>>;
|
7958
|
-
export declare function useGetTeamByNameSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<IGetTeamByNameQuery, IGetTeamByNameQueryVariables>): Apollo.UseSuspenseQueryResult<IGetTeamByNameQuery, Exact<{
|
7999
|
+
export declare function useGetTeamByNameSuspenseQuery(baseOptions?: Apollo.SkipToken | Apollo.SuspenseQueryHookOptions<IGetTeamByNameQuery, IGetTeamByNameQueryVariables>): Apollo.UseSuspenseQueryResult<IGetTeamByNameQuery, Exact<{
|
7959
8000
|
orgName: Scalars["String"]["input"];
|
7960
8001
|
teamName: Scalars["String"]["input"];
|
7961
8002
|
}>>;
|
@@ -7991,7 +8032,7 @@ export declare function useGetUserAccountQuery(baseOptions: Apollo.QueryHookOpti
|
|
7991
8032
|
export declare function useGetUserAccountLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<IGetUserAccountQuery, IGetUserAccountQueryVariables>): Apollo.LazyQueryResultTuple<IGetUserAccountQuery, Exact<{
|
7992
8033
|
userId: Scalars["String"]["input"];
|
7993
8034
|
}>>;
|
7994
|
-
export declare function useGetUserAccountSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<IGetUserAccountQuery, IGetUserAccountQueryVariables>): Apollo.UseSuspenseQueryResult<IGetUserAccountQuery, Exact<{
|
8035
|
+
export declare function useGetUserAccountSuspenseQuery(baseOptions?: Apollo.SkipToken | Apollo.SuspenseQueryHookOptions<IGetUserAccountQuery, IGetUserAccountQueryVariables>): Apollo.UseSuspenseQueryResult<IGetUserAccountQuery, Exact<{
|
7995
8036
|
userId: Scalars["String"]["input"];
|
7996
8037
|
}>>;
|
7997
8038
|
export type GetUserAccountQueryHookResult = ReturnType<typeof useGetUserAccountQuery>;
|
@@ -8011,7 +8052,7 @@ export declare const GetUserAccountByAuth0IdDocument: DocumentNode;
|
|
8011
8052
|
* @example
|
8012
8053
|
* const { data, loading, error } = useGetUserAccountByAuth0IdQuery({
|
8013
8054
|
* variables: {
|
8014
|
-
*
|
8055
|
+
* authUserId: // value for 'authUserId'
|
8015
8056
|
* },
|
8016
8057
|
* });
|
8017
8058
|
*/
|
@@ -8021,13 +8062,13 @@ export declare function useGetUserAccountByAuth0IdQuery(baseOptions: Apollo.Quer
|
|
8021
8062
|
} | {
|
8022
8063
|
skip: boolean;
|
8023
8064
|
})): Apollo.QueryResult<IGetUserAccountByAuth0IdQuery, Exact<{
|
8024
|
-
|
8065
|
+
authUserId: Scalars["String"]["input"];
|
8025
8066
|
}>>;
|
8026
8067
|
export declare function useGetUserAccountByAuth0IdLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<IGetUserAccountByAuth0IdQuery, IGetUserAccountByAuth0IdQueryVariables>): Apollo.LazyQueryResultTuple<IGetUserAccountByAuth0IdQuery, Exact<{
|
8027
|
-
|
8068
|
+
authUserId: Scalars["String"]["input"];
|
8028
8069
|
}>>;
|
8029
|
-
export declare function useGetUserAccountByAuth0IdSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<IGetUserAccountByAuth0IdQuery, IGetUserAccountByAuth0IdQueryVariables>): Apollo.UseSuspenseQueryResult<IGetUserAccountByAuth0IdQuery, Exact<{
|
8030
|
-
|
8070
|
+
export declare function useGetUserAccountByAuth0IdSuspenseQuery(baseOptions?: Apollo.SkipToken | Apollo.SuspenseQueryHookOptions<IGetUserAccountByAuth0IdQuery, IGetUserAccountByAuth0IdQueryVariables>): Apollo.UseSuspenseQueryResult<IGetUserAccountByAuth0IdQuery, Exact<{
|
8071
|
+
authUserId: Scalars["String"]["input"];
|
8031
8072
|
}>>;
|
8032
8073
|
export type GetUserAccountByAuth0IdQueryHookResult = ReturnType<typeof useGetUserAccountByAuth0IdQuery>;
|
8033
8074
|
export type GetUserAccountByAuth0IdLazyQueryHookResult = ReturnType<typeof useGetUserAccountByAuth0IdLazyQuery>;
|
@@ -8059,7 +8100,7 @@ export declare function useGetUserTokenDetailsLazyQuery(baseOptions?: Apollo.Laz
|
|
8059
8100
|
userId?: InputMaybe<Scalars["String"]["input"]>;
|
8060
8101
|
type?: InputMaybe<ITokenTypesEnum>;
|
8061
8102
|
}>>;
|
8062
|
-
export declare function useGetUserTokenDetailsSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<IGetUserTokenDetailsQuery, IGetUserTokenDetailsQueryVariables>): Apollo.UseSuspenseQueryResult<IGetUserTokenDetailsQuery, Exact<{
|
8103
|
+
export declare function useGetUserTokenDetailsSuspenseQuery(baseOptions?: Apollo.SkipToken | Apollo.SuspenseQueryHookOptions<IGetUserTokenDetailsQuery, IGetUserTokenDetailsQueryVariables>): Apollo.UseSuspenseQueryResult<IGetUserTokenDetailsQuery, Exact<{
|
8063
8104
|
userId?: InputMaybe<Scalars["String"]["input"]>;
|
8064
8105
|
type?: InputMaybe<ITokenTypesEnum>;
|
8065
8106
|
}>>;
|
@@ -8090,7 +8131,7 @@ export declare function useGetUserOrganizationsQuery(baseOptions?: Apollo.QueryH
|
|
8090
8131
|
export declare function useGetUserOrganizationsLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<IGetUserOrganizationsQuery, IGetUserOrganizationsQueryVariables>): Apollo.LazyQueryResultTuple<IGetUserOrganizationsQuery, Exact<{
|
8091
8132
|
userId?: InputMaybe<Scalars["String"]["input"]>;
|
8092
8133
|
}>>;
|
8093
|
-
export declare function useGetUserOrganizationsSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<IGetUserOrganizationsQuery, IGetUserOrganizationsQueryVariables>): Apollo.UseSuspenseQueryResult<IGetUserOrganizationsQuery, Exact<{
|
8134
|
+
export declare function useGetUserOrganizationsSuspenseQuery(baseOptions?: Apollo.SkipToken | Apollo.SuspenseQueryHookOptions<IGetUserOrganizationsQuery, IGetUserOrganizationsQueryVariables>): Apollo.UseSuspenseQueryResult<IGetUserOrganizationsQuery, Exact<{
|
8094
8135
|
userId?: InputMaybe<Scalars["String"]["input"]>;
|
8095
8136
|
}>>;
|
8096
8137
|
export type GetUserOrganizationsQueryHookResult = ReturnType<typeof useGetUserOrganizationsQuery>;
|
@@ -8120,7 +8161,7 @@ export declare function useGetUserOrganizationsWithRoleQuery(baseOptions?: Apoll
|
|
8120
8161
|
export declare function useGetUserOrganizationsWithRoleLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<IGetUserOrganizationsWithRoleQuery, IGetUserOrganizationsWithRoleQueryVariables>): Apollo.LazyQueryResultTuple<IGetUserOrganizationsWithRoleQuery, Exact<{
|
8121
8162
|
userId?: InputMaybe<Scalars["String"]["input"]>;
|
8122
8163
|
}>>;
|
8123
|
-
export declare function useGetUserOrganizationsWithRoleSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<IGetUserOrganizationsWithRoleQuery, IGetUserOrganizationsWithRoleQueryVariables>): Apollo.UseSuspenseQueryResult<IGetUserOrganizationsWithRoleQuery, Exact<{
|
8164
|
+
export declare function useGetUserOrganizationsWithRoleSuspenseQuery(baseOptions?: Apollo.SkipToken | Apollo.SuspenseQueryHookOptions<IGetUserOrganizationsWithRoleQuery, IGetUserOrganizationsWithRoleQueryVariables>): Apollo.UseSuspenseQueryResult<IGetUserOrganizationsWithRoleQuery, Exact<{
|
8124
8165
|
userId?: InputMaybe<Scalars["String"]["input"]>;
|
8125
8166
|
}>>;
|
8126
8167
|
export type GetUserOrganizationsWithRoleQueryHookResult = ReturnType<typeof useGetUserOrganizationsWithRoleQuery>;
|
@@ -8159,7 +8200,7 @@ export declare function useGetOrganizationMembersLazyQuery(baseOptions?: Apollo.
|
|
8159
8200
|
orgName?: InputMaybe<Scalars["String"]["input"]>;
|
8160
8201
|
criteria?: InputMaybe<Scalars["AnyObject"]["input"]>;
|
8161
8202
|
}>>;
|
8162
|
-
export declare function useGetOrganizationMembersSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<IGetOrganizationMembersQuery, IGetOrganizationMembersQueryVariables>): Apollo.UseSuspenseQueryResult<IGetOrganizationMembersQuery, Exact<{
|
8203
|
+
export declare function useGetOrganizationMembersSuspenseQuery(baseOptions?: Apollo.SkipToken | Apollo.SuspenseQueryHookOptions<IGetOrganizationMembersQuery, IGetOrganizationMembersQueryVariables>): Apollo.UseSuspenseQueryResult<IGetOrganizationMembersQuery, Exact<{
|
8163
8204
|
offset?: InputMaybe<Scalars["Int"]["input"]>;
|
8164
8205
|
limit?: InputMaybe<Scalars["Int"]["input"]>;
|
8165
8206
|
orgName?: InputMaybe<Scalars["String"]["input"]>;
|
@@ -8191,7 +8232,7 @@ export declare function useOrganizationsQuery(baseOptions?: Apollo.QueryHookOpti
|
|
8191
8232
|
export declare function useOrganizationsLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<IOrganizationsQuery, IOrganizationsQueryVariables>): Apollo.LazyQueryResultTuple<IOrganizationsQuery, Exact<{
|
8192
8233
|
[key: string]: never;
|
8193
8234
|
}>>;
|
8194
|
-
export declare function useOrganizationsSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<IOrganizationsQuery, IOrganizationsQueryVariables>): Apollo.UseSuspenseQueryResult<IOrganizationsQuery, Exact<{
|
8235
|
+
export declare function useOrganizationsSuspenseQuery(baseOptions?: Apollo.SkipToken | Apollo.SuspenseQueryHookOptions<IOrganizationsQuery, IOrganizationsQueryVariables>): Apollo.UseSuspenseQueryResult<IOrganizationsQuery, Exact<{
|
8195
8236
|
[key: string]: never;
|
8196
8237
|
}>>;
|
8197
8238
|
export type OrganizationsQueryHookResult = ReturnType<typeof useOrganizationsQuery>;
|
@@ -8226,7 +8267,7 @@ export declare function useTeamQuery(baseOptions: Apollo.QueryHookOptions<ITeamQ
|
|
8226
8267
|
export declare function useTeamLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<ITeamQuery, ITeamQueryVariables>): Apollo.LazyQueryResultTuple<ITeamQuery, Exact<{
|
8227
8268
|
teamId: Scalars["ID"]["input"];
|
8228
8269
|
}>>;
|
8229
|
-
export declare function useTeamSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<ITeamQuery, ITeamQueryVariables>): Apollo.UseSuspenseQueryResult<ITeamQuery, Exact<{
|
8270
|
+
export declare function useTeamSuspenseQuery(baseOptions?: Apollo.SkipToken | Apollo.SuspenseQueryHookOptions<ITeamQuery, ITeamQueryVariables>): Apollo.UseSuspenseQueryResult<ITeamQuery, Exact<{
|
8230
8271
|
teamId: Scalars["ID"]["input"];
|
8231
8272
|
}>>;
|
8232
8273
|
export type TeamQueryHookResult = ReturnType<typeof useTeamQuery>;
|
@@ -8255,7 +8296,7 @@ export declare function useTeamsQuery(baseOptions?: Apollo.QueryHookOptions<ITea
|
|
8255
8296
|
export declare function useTeamsLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<ITeamsQuery, ITeamsQueryVariables>): Apollo.LazyQueryResultTuple<ITeamsQuery, Exact<{
|
8256
8297
|
[key: string]: never;
|
8257
8298
|
}>>;
|
8258
|
-
export declare function useTeamsSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<ITeamsQuery, ITeamsQueryVariables>): Apollo.UseSuspenseQueryResult<ITeamsQuery, Exact<{
|
8299
|
+
export declare function useTeamsSuspenseQuery(baseOptions?: Apollo.SkipToken | Apollo.SuspenseQueryHookOptions<ITeamsQuery, ITeamsQueryVariables>): Apollo.UseSuspenseQueryResult<ITeamsQuery, Exact<{
|
8259
8300
|
[key: string]: never;
|
8260
8301
|
}>>;
|
8261
8302
|
export type TeamsQueryHookResult = ReturnType<typeof useTeamsQuery>;
|
@@ -8285,7 +8326,7 @@ export declare function useGetViewerSettingsQuery(baseOptions?: Apollo.QueryHook
|
|
8285
8326
|
export declare function useGetViewerSettingsLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<IGetViewerSettingsQuery, IGetViewerSettingsQueryVariables>): Apollo.LazyQueryResultTuple<IGetViewerSettingsQuery, Exact<{
|
8286
8327
|
input?: InputMaybe<IViewerSettingsInput>;
|
8287
8328
|
}>>;
|
8288
|
-
export declare function useGetViewerSettingsSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<IGetViewerSettingsQuery, IGetViewerSettingsQueryVariables>): Apollo.UseSuspenseQueryResult<IGetViewerSettingsQuery, Exact<{
|
8329
|
+
export declare function useGetViewerSettingsSuspenseQuery(baseOptions?: Apollo.SkipToken | Apollo.SuspenseQueryHookOptions<IGetViewerSettingsQuery, IGetViewerSettingsQueryVariables>): Apollo.UseSuspenseQueryResult<IGetViewerSettingsQuery, Exact<{
|
8289
8330
|
input?: InputMaybe<IViewerSettingsInput>;
|
8290
8331
|
}>>;
|
8291
8332
|
export type GetViewerSettingsQueryHookResult = ReturnType<typeof useGetViewerSettingsQuery>;
|
@@ -8315,7 +8356,7 @@ export declare function useGetAccountsViewerSettingsQuery(baseOptions?: Apollo.Q
|
|
8315
8356
|
export declare function useGetAccountsViewerSettingsLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<IGetAccountsViewerSettingsQuery, IGetAccountsViewerSettingsQueryVariables>): Apollo.LazyQueryResultTuple<IGetAccountsViewerSettingsQuery, Exact<{
|
8316
8357
|
input?: InputMaybe<IViewerSettingsInput>;
|
8317
8358
|
}>>;
|
8318
|
-
export declare function useGetAccountsViewerSettingsSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<IGetAccountsViewerSettingsQuery, IGetAccountsViewerSettingsQueryVariables>): Apollo.UseSuspenseQueryResult<IGetAccountsViewerSettingsQuery, Exact<{
|
8359
|
+
export declare function useGetAccountsViewerSettingsSuspenseQuery(baseOptions?: Apollo.SkipToken | Apollo.SuspenseQueryHookOptions<IGetAccountsViewerSettingsQuery, IGetAccountsViewerSettingsQueryVariables>): Apollo.UseSuspenseQueryResult<IGetAccountsViewerSettingsQuery, Exact<{
|
8319
8360
|
input?: InputMaybe<IViewerSettingsInput>;
|
8320
8361
|
}>>;
|
8321
8362
|
export type GetAccountsViewerSettingsQueryHookResult = ReturnType<typeof useGetAccountsViewerSettingsQuery>;
|
@@ -8350,7 +8391,7 @@ export declare function useGetAccountsApplicationPoliciesQuery(baseOptions: Apol
|
|
8350
8391
|
export declare function useGetAccountsApplicationPoliciesLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<IGetAccountsApplicationPoliciesQuery, IGetAccountsApplicationPoliciesQueryVariables>): Apollo.LazyQueryResultTuple<IGetAccountsApplicationPoliciesQuery, Exact<{
|
8351
8392
|
input: IViewerPoliciesInput;
|
8352
8393
|
}>>;
|
8353
|
-
export declare function useGetAccountsApplicationPoliciesSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<IGetAccountsApplicationPoliciesQuery, IGetAccountsApplicationPoliciesQueryVariables>): Apollo.UseSuspenseQueryResult<IGetAccountsApplicationPoliciesQuery, Exact<{
|
8394
|
+
export declare function useGetAccountsApplicationPoliciesSuspenseQuery(baseOptions?: Apollo.SkipToken | Apollo.SuspenseQueryHookOptions<IGetAccountsApplicationPoliciesQuery, IGetAccountsApplicationPoliciesQueryVariables>): Apollo.UseSuspenseQueryResult<IGetAccountsApplicationPoliciesQuery, Exact<{
|
8354
8395
|
input: IViewerPoliciesInput;
|
8355
8396
|
}>>;
|
8356
8397
|
export type GetAccountsApplicationPoliciesQueryHookResult = ReturnType<typeof useGetAccountsApplicationPoliciesQuery>;
|
@@ -8380,7 +8421,7 @@ export declare function useGetOrgMembersWithRolesUnsecuredQuery(baseOptions?: Ap
|
|
8380
8421
|
export declare function useGetOrgMembersWithRolesUnsecuredLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<IGetOrgMembersWithRolesUnsecuredQuery, IGetOrgMembersWithRolesUnsecuredQueryVariables>): Apollo.LazyQueryResultTuple<IGetOrgMembersWithRolesUnsecuredQuery, Exact<{
|
8381
8422
|
name?: InputMaybe<Scalars["String"]["input"]>;
|
8382
8423
|
}>>;
|
8383
|
-
export declare function useGetOrgMembersWithRolesUnsecuredSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<IGetOrgMembersWithRolesUnsecuredQuery, IGetOrgMembersWithRolesUnsecuredQueryVariables>): Apollo.UseSuspenseQueryResult<IGetOrgMembersWithRolesUnsecuredQuery, Exact<{
|
8424
|
+
export declare function useGetOrgMembersWithRolesUnsecuredSuspenseQuery(baseOptions?: Apollo.SkipToken | Apollo.SuspenseQueryHookOptions<IGetOrgMembersWithRolesUnsecuredQuery, IGetOrgMembersWithRolesUnsecuredQueryVariables>): Apollo.UseSuspenseQueryResult<IGetOrgMembersWithRolesUnsecuredQuery, Exact<{
|
8384
8425
|
name?: InputMaybe<Scalars["String"]["input"]>;
|
8385
8426
|
}>>;
|
8386
8427
|
export type GetOrgMembersWithRolesUnsecuredQueryHookResult = ReturnType<typeof useGetOrgMembersWithRolesUnsecuredQuery>;
|
@@ -8410,7 +8451,7 @@ export declare function useGetOrgMembersWithRolesQuery(baseOptions?: Apollo.Quer
|
|
8410
8451
|
export declare function useGetOrgMembersWithRolesLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<IGetOrgMembersWithRolesQuery, IGetOrgMembersWithRolesQueryVariables>): Apollo.LazyQueryResultTuple<IGetOrgMembersWithRolesQuery, Exact<{
|
8411
8452
|
name?: InputMaybe<Scalars["String"]["input"]>;
|
8412
8453
|
}>>;
|
8413
|
-
export declare function useGetOrgMembersWithRolesSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<IGetOrgMembersWithRolesQuery, IGetOrgMembersWithRolesQueryVariables>): Apollo.UseSuspenseQueryResult<IGetOrgMembersWithRolesQuery, Exact<{
|
8454
|
+
export declare function useGetOrgMembersWithRolesSuspenseQuery(baseOptions?: Apollo.SkipToken | Apollo.SuspenseQueryHookOptions<IGetOrgMembersWithRolesQuery, IGetOrgMembersWithRolesQueryVariables>): Apollo.UseSuspenseQueryResult<IGetOrgMembersWithRolesQuery, Exact<{
|
8414
8455
|
name?: InputMaybe<Scalars["String"]["input"]>;
|
8415
8456
|
}>>;
|
8416
8457
|
export type GetOrgMembersWithRolesQueryHookResult = ReturnType<typeof useGetOrgMembersWithRolesQuery>;
|
@@ -8440,7 +8481,7 @@ export declare function useGetUsersQuery(baseOptions?: Apollo.QueryHookOptions<I
|
|
8440
8481
|
export declare function useGetUsersLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<IGetUsersQuery, IGetUsersQueryVariables>): Apollo.LazyQueryResultTuple<IGetUsersQuery, Exact<{
|
8441
8482
|
where?: InputMaybe<IUserAccountWhere>;
|
8442
8483
|
}>>;
|
8443
|
-
export declare function useGetUsersSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<IGetUsersQuery, IGetUsersQueryVariables>): Apollo.UseSuspenseQueryResult<IGetUsersQuery, Exact<{
|
8484
|
+
export declare function useGetUsersSuspenseQuery(baseOptions?: Apollo.SkipToken | Apollo.SuspenseQueryHookOptions<IGetUsersQuery, IGetUsersQueryVariables>): Apollo.UseSuspenseQueryResult<IGetUsersQuery, Exact<{
|
8444
8485
|
where?: InputMaybe<IUserAccountWhere>;
|
8445
8486
|
}>>;
|
8446
8487
|
export type GetUsersQueryHookResult = ReturnType<typeof useGetUsersQuery>;
|
@@ -8475,7 +8516,7 @@ export declare function useFilterIntegrationConfigurationQuery(baseOptions: Apol
|
|
8475
8516
|
export declare function useFilterIntegrationConfigurationLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<IFilterIntegrationConfigurationQuery, IFilterIntegrationConfigurationQueryVariables>): Apollo.LazyQueryResultTuple<IFilterIntegrationConfigurationQuery, Exact<{
|
8476
8517
|
filter: IIntegrationConfigurationFilterInput;
|
8477
8518
|
}>>;
|
8478
|
-
export declare function useFilterIntegrationConfigurationSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<IFilterIntegrationConfigurationQuery, IFilterIntegrationConfigurationQueryVariables>): Apollo.UseSuspenseQueryResult<IFilterIntegrationConfigurationQuery, Exact<{
|
8519
|
+
export declare function useFilterIntegrationConfigurationSuspenseQuery(baseOptions?: Apollo.SkipToken | Apollo.SuspenseQueryHookOptions<IFilterIntegrationConfigurationQuery, IFilterIntegrationConfigurationQueryVariables>): Apollo.UseSuspenseQueryResult<IFilterIntegrationConfigurationQuery, Exact<{
|
8479
8520
|
filter: IIntegrationConfigurationFilterInput;
|
8480
8521
|
}>>;
|
8481
8522
|
export type FilterIntegrationConfigurationQueryHookResult = ReturnType<typeof useFilterIntegrationConfigurationQuery>;
|
@@ -8720,7 +8761,7 @@ export declare function useGetApplicationPolicyQuery(baseOptions?: Apollo.QueryH
|
|
8720
8761
|
export declare function useGetApplicationPolicyLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<IGetApplicationPolicyQuery, IGetApplicationPolicyQueryVariables>): Apollo.LazyQueryResultTuple<IGetApplicationPolicyQuery, Exact<{
|
8721
8762
|
input?: InputMaybe<Array<InputMaybe<IConfigurationInput>> | InputMaybe<IConfigurationInput>>;
|
8722
8763
|
}>>;
|
8723
|
-
export declare function useGetApplicationPolicySuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<IGetApplicationPolicyQuery, IGetApplicationPolicyQueryVariables>): Apollo.UseSuspenseQueryResult<IGetApplicationPolicyQuery, Exact<{
|
8764
|
+
export declare function useGetApplicationPolicySuspenseQuery(baseOptions?: Apollo.SkipToken | Apollo.SuspenseQueryHookOptions<IGetApplicationPolicyQuery, IGetApplicationPolicyQueryVariables>): Apollo.UseSuspenseQueryResult<IGetApplicationPolicyQuery, Exact<{
|
8724
8765
|
input?: InputMaybe<Array<InputMaybe<IConfigurationInput>> | InputMaybe<IConfigurationInput>>;
|
8725
8766
|
}>>;
|
8726
8767
|
export type GetApplicationPolicyQueryHookResult = ReturnType<typeof useGetApplicationPolicyQuery>;
|
@@ -8750,7 +8791,7 @@ export declare function useGetApplicationRoleQuery(baseOptions?: Apollo.QueryHoo
|
|
8750
8791
|
export declare function useGetApplicationRoleLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<IGetApplicationRoleQuery, IGetApplicationRoleQueryVariables>): Apollo.LazyQueryResultTuple<IGetApplicationRoleQuery, Exact<{
|
8751
8792
|
input?: InputMaybe<Array<InputMaybe<IRoleInput>> | InputMaybe<IRoleInput>>;
|
8752
8793
|
}>>;
|
8753
|
-
export declare function useGetApplicationRoleSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<IGetApplicationRoleQuery, IGetApplicationRoleQueryVariables>): Apollo.UseSuspenseQueryResult<IGetApplicationRoleQuery, Exact<{
|
8794
|
+
export declare function useGetApplicationRoleSuspenseQuery(baseOptions?: Apollo.SkipToken | Apollo.SuspenseQueryHookOptions<IGetApplicationRoleQuery, IGetApplicationRoleQueryVariables>): Apollo.UseSuspenseQueryResult<IGetApplicationRoleQuery, Exact<{
|
8754
8795
|
input?: InputMaybe<Array<InputMaybe<IRoleInput>> | InputMaybe<IRoleInput>>;
|
8755
8796
|
}>>;
|
8756
8797
|
export type GetApplicationRoleQueryHookResult = ReturnType<typeof useGetApplicationRoleQuery>;
|
@@ -8788,7 +8829,7 @@ export declare function useDefaultResolveSettingsLazyQuery(baseOptions?: Apollo.
|
|
8788
8829
|
uri: Scalars["URI"]["input"];
|
8789
8830
|
target?: InputMaybe<Scalars["Int"]["input"]>;
|
8790
8831
|
}>>;
|
8791
|
-
export declare function useDefaultResolveSettingsSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<IDefaultResolveSettingsQuery, IDefaultResolveSettingsQueryVariables>): Apollo.UseSuspenseQueryResult<IDefaultResolveSettingsQuery, Exact<{
|
8832
|
+
export declare function useDefaultResolveSettingsSuspenseQuery(baseOptions?: Apollo.SkipToken | Apollo.SuspenseQueryHookOptions<IDefaultResolveSettingsQuery, IDefaultResolveSettingsQueryVariables>): Apollo.UseSuspenseQueryResult<IDefaultResolveSettingsQuery, Exact<{
|
8792
8833
|
uri: Scalars["URI"]["input"];
|
8793
8834
|
target?: InputMaybe<Scalars["Int"]["input"]>;
|
8794
8835
|
}>>;
|
@@ -8819,7 +8860,7 @@ export declare function useGetConfigurationTargetQuery(baseOptions?: Apollo.Quer
|
|
8819
8860
|
export declare function useGetConfigurationTargetLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<IGetConfigurationTargetQuery, IGetConfigurationTargetQueryVariables>): Apollo.LazyQueryResultTuple<IGetConfigurationTargetQuery, Exact<{
|
8820
8861
|
resource?: InputMaybe<Scalars["URI"]["input"]>;
|
8821
8862
|
}>>;
|
8822
|
-
export declare function useGetConfigurationTargetSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<IGetConfigurationTargetQuery, IGetConfigurationTargetQueryVariables>): Apollo.UseSuspenseQueryResult<IGetConfigurationTargetQuery, Exact<{
|
8863
|
+
export declare function useGetConfigurationTargetSuspenseQuery(baseOptions?: Apollo.SkipToken | Apollo.SuspenseQueryHookOptions<IGetConfigurationTargetQuery, IGetConfigurationTargetQueryVariables>): Apollo.UseSuspenseQueryResult<IGetConfigurationTargetQuery, Exact<{
|
8823
8864
|
resource?: InputMaybe<Scalars["URI"]["input"]>;
|
8824
8865
|
}>>;
|
8825
8866
|
export type GetConfigurationTargetQueryHookResult = ReturnType<typeof useGetConfigurationTargetQuery>;
|
@@ -8849,7 +8890,7 @@ export declare function useGetContextPropertyQuery(baseOptions?: Apollo.QueryHoo
|
|
8849
8890
|
export declare function useGetContextPropertyLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<IGetContextPropertyQuery, IGetContextPropertyQueryVariables>): Apollo.LazyQueryResultTuple<IGetContextPropertyQuery, Exact<{
|
8850
8891
|
keys?: InputMaybe<Array<InputMaybe<Scalars["String"]["input"]>> | InputMaybe<Scalars["String"]["input"]>>;
|
8851
8892
|
}>>;
|
8852
|
-
export declare function useGetContextPropertySuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<IGetContextPropertyQuery, IGetContextPropertyQueryVariables>): Apollo.UseSuspenseQueryResult<IGetContextPropertyQuery, Exact<{
|
8893
|
+
export declare function useGetContextPropertySuspenseQuery(baseOptions?: Apollo.SkipToken | Apollo.SuspenseQueryHookOptions<IGetContextPropertyQuery, IGetContextPropertyQueryVariables>): Apollo.UseSuspenseQueryResult<IGetContextPropertyQuery, Exact<{
|
8853
8894
|
keys?: InputMaybe<Array<InputMaybe<Scalars["String"]["input"]>> | InputMaybe<Scalars["String"]["input"]>>;
|
8854
8895
|
}>>;
|
8855
8896
|
export type GetContextPropertyQueryHookResult = ReturnType<typeof useGetContextPropertyQuery>;
|
@@ -8879,7 +8920,7 @@ export declare function useGetDefaultApplicationPermissionsQuery(baseOptions?: A
|
|
8879
8920
|
export declare function useGetDefaultApplicationPermissionsLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<IGetDefaultApplicationPermissionsQuery, IGetDefaultApplicationPermissionsQueryVariables>): Apollo.LazyQueryResultTuple<IGetDefaultApplicationPermissionsQuery, Exact<{
|
8880
8921
|
roleName?: InputMaybe<Scalars["String"]["input"]>;
|
8881
8922
|
}>>;
|
8882
|
-
export declare function useGetDefaultApplicationPermissionsSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<IGetDefaultApplicationPermissionsQuery, IGetDefaultApplicationPermissionsQueryVariables>): Apollo.UseSuspenseQueryResult<IGetDefaultApplicationPermissionsQuery, Exact<{
|
8923
|
+
export declare function useGetDefaultApplicationPermissionsSuspenseQuery(baseOptions?: Apollo.SkipToken | Apollo.SuspenseQueryHookOptions<IGetDefaultApplicationPermissionsQuery, IGetDefaultApplicationPermissionsQueryVariables>): Apollo.UseSuspenseQueryResult<IGetDefaultApplicationPermissionsQuery, Exact<{
|
8883
8924
|
roleName?: InputMaybe<Scalars["String"]["input"]>;
|
8884
8925
|
}>>;
|
8885
8926
|
export type GetDefaultApplicationPermissionsQueryHookResult = ReturnType<typeof useGetDefaultApplicationPermissionsQuery>;
|
@@ -8909,7 +8950,7 @@ export declare function useGetDefaultPermissionsQuery(baseOptions?: Apollo.Query
|
|
8909
8950
|
export declare function useGetDefaultPermissionsLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<IGetDefaultPermissionsQuery, IGetDefaultPermissionsQueryVariables>): Apollo.LazyQueryResultTuple<IGetDefaultPermissionsQuery, Exact<{
|
8910
8951
|
target?: InputMaybe<Scalars["Int"]["input"]>;
|
8911
8952
|
}>>;
|
8912
|
-
export declare function useGetDefaultPermissionsSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<IGetDefaultPermissionsQuery, IGetDefaultPermissionsQueryVariables>): Apollo.UseSuspenseQueryResult<IGetDefaultPermissionsQuery, Exact<{
|
8953
|
+
export declare function useGetDefaultPermissionsSuspenseQuery(baseOptions?: Apollo.SkipToken | Apollo.SuspenseQueryHookOptions<IGetDefaultPermissionsQuery, IGetDefaultPermissionsQueryVariables>): Apollo.UseSuspenseQueryResult<IGetDefaultPermissionsQuery, Exact<{
|
8913
8954
|
target?: InputMaybe<Scalars["Int"]["input"]>;
|
8914
8955
|
}>>;
|
8915
8956
|
export type GetDefaultPermissionsQueryHookResult = ReturnType<typeof useGetDefaultPermissionsQuery>;
|
@@ -8939,7 +8980,7 @@ export declare function useGetDefaultPolicySettingsQuery(baseOptions?: Apollo.Qu
|
|
8939
8980
|
export declare function useGetDefaultPolicySettingsLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<IGetDefaultPolicySettingsQuery, IGetDefaultPolicySettingsQueryVariables>): Apollo.LazyQueryResultTuple<IGetDefaultPolicySettingsQuery, Exact<{
|
8940
8981
|
target?: InputMaybe<Scalars["Int"]["input"]>;
|
8941
8982
|
}>>;
|
8942
|
-
export declare function useGetDefaultPolicySettingsSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<IGetDefaultPolicySettingsQuery, IGetDefaultPolicySettingsQueryVariables>): Apollo.UseSuspenseQueryResult<IGetDefaultPolicySettingsQuery, Exact<{
|
8983
|
+
export declare function useGetDefaultPolicySettingsSuspenseQuery(baseOptions?: Apollo.SkipToken | Apollo.SuspenseQueryHookOptions<IGetDefaultPolicySettingsQuery, IGetDefaultPolicySettingsQueryVariables>): Apollo.UseSuspenseQueryResult<IGetDefaultPolicySettingsQuery, Exact<{
|
8943
8984
|
target?: InputMaybe<Scalars["Int"]["input"]>;
|
8944
8985
|
}>>;
|
8945
8986
|
export type GetDefaultPolicySettingsQueryHookResult = ReturnType<typeof useGetDefaultPolicySettingsQuery>;
|
@@ -8968,7 +9009,7 @@ export declare function useGetDefaultRoleQuery(baseOptions?: Apollo.QueryHookOpt
|
|
8968
9009
|
export declare function useGetDefaultRoleLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<IGetDefaultRoleQuery, IGetDefaultRoleQueryVariables>): Apollo.LazyQueryResultTuple<IGetDefaultRoleQuery, Exact<{
|
8969
9010
|
[key: string]: never;
|
8970
9011
|
}>>;
|
8971
|
-
export declare function useGetDefaultRoleSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<IGetDefaultRoleQuery, IGetDefaultRoleQueryVariables>): Apollo.UseSuspenseQueryResult<IGetDefaultRoleQuery, Exact<{
|
9012
|
+
export declare function useGetDefaultRoleSuspenseQuery(baseOptions?: Apollo.SkipToken | Apollo.SuspenseQueryHookOptions<IGetDefaultRoleQuery, IGetDefaultRoleQueryVariables>): Apollo.UseSuspenseQueryResult<IGetDefaultRoleQuery, Exact<{
|
8972
9013
|
[key: string]: never;
|
8973
9014
|
}>>;
|
8974
9015
|
export type GetDefaultRoleQueryHookResult = ReturnType<typeof useGetDefaultRoleQuery>;
|
@@ -8997,7 +9038,7 @@ export declare function useGetTeamContextQuery(baseOptions?: Apollo.QueryHookOpt
|
|
8997
9038
|
export declare function useGetTeamContextLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<IGetTeamContextQuery, IGetTeamContextQueryVariables>): Apollo.LazyQueryResultTuple<IGetTeamContextQuery, Exact<{
|
8998
9039
|
[key: string]: never;
|
8999
9040
|
}>>;
|
9000
|
-
export declare function useGetTeamContextSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<IGetTeamContextQuery, IGetTeamContextQueryVariables>): Apollo.UseSuspenseQueryResult<IGetTeamContextQuery, Exact<{
|
9041
|
+
export declare function useGetTeamContextSuspenseQuery(baseOptions?: Apollo.SkipToken | Apollo.SuspenseQueryHookOptions<IGetTeamContextQuery, IGetTeamContextQueryVariables>): Apollo.UseSuspenseQueryResult<IGetTeamContextQuery, Exact<{
|
9001
9042
|
[key: string]: never;
|
9002
9043
|
}>>;
|
9003
9044
|
export type GetTeamContextQueryHookResult = ReturnType<typeof useGetTeamContextQuery>;
|
@@ -9026,7 +9067,7 @@ export declare function useGetTeamNameFromContextQuery(baseOptions?: Apollo.Quer
|
|
9026
9067
|
export declare function useGetTeamNameFromContextLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<IGetTeamNameFromContextQuery, IGetTeamNameFromContextQueryVariables>): Apollo.LazyQueryResultTuple<IGetTeamNameFromContextQuery, Exact<{
|
9027
9068
|
[key: string]: never;
|
9028
9069
|
}>>;
|
9029
|
-
export declare function useGetTeamNameFromContextSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<IGetTeamNameFromContextQuery, IGetTeamNameFromContextQueryVariables>): Apollo.UseSuspenseQueryResult<IGetTeamNameFromContextQuery, Exact<{
|
9070
|
+
export declare function useGetTeamNameFromContextSuspenseQuery(baseOptions?: Apollo.SkipToken | Apollo.SuspenseQueryHookOptions<IGetTeamNameFromContextQuery, IGetTeamNameFromContextQueryVariables>): Apollo.UseSuspenseQueryResult<IGetTeamNameFromContextQuery, Exact<{
|
9030
9071
|
[key: string]: never;
|
9031
9072
|
}>>;
|
9032
9073
|
export type GetTeamNameFromContextQueryHookResult = ReturnType<typeof useGetTeamNameFromContextQuery>;
|
@@ -9056,7 +9097,7 @@ export declare function useGetUserAccessRoleQuery(baseOptions?: Apollo.QueryHook
|
|
9056
9097
|
export declare function useGetUserAccessRoleLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<IGetUserAccessRoleQuery, IGetUserAccessRoleQueryVariables>): Apollo.LazyQueryResultTuple<IGetUserAccessRoleQuery, Exact<{
|
9057
9098
|
input?: InputMaybe<Array<InputMaybe<IRoleInput>> | InputMaybe<IRoleInput>>;
|
9058
9099
|
}>>;
|
9059
|
-
export declare function useGetUserAccessRoleSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<IGetUserAccessRoleQuery, IGetUserAccessRoleQueryVariables>): Apollo.UseSuspenseQueryResult<IGetUserAccessRoleQuery, Exact<{
|
9100
|
+
export declare function useGetUserAccessRoleSuspenseQuery(baseOptions?: Apollo.SkipToken | Apollo.SuspenseQueryHookOptions<IGetUserAccessRoleQuery, IGetUserAccessRoleQueryVariables>): Apollo.UseSuspenseQueryResult<IGetUserAccessRoleQuery, Exact<{
|
9060
9101
|
input?: InputMaybe<Array<InputMaybe<IRoleInput>> | InputMaybe<IRoleInput>>;
|
9061
9102
|
}>>;
|
9062
9103
|
export type GetUserAccessRoleQueryHookResult = ReturnType<typeof useGetUserAccessRoleQuery>;
|
@@ -9085,7 +9126,7 @@ export declare function useGetUserPermissionsQuery(baseOptions?: Apollo.QueryHoo
|
|
9085
9126
|
export declare function useGetUserPermissionsLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<IGetUserPermissionsQuery, IGetUserPermissionsQueryVariables>): Apollo.LazyQueryResultTuple<IGetUserPermissionsQuery, Exact<{
|
9086
9127
|
[key: string]: never;
|
9087
9128
|
}>>;
|
9088
|
-
export declare function useGetUserPermissionsSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<IGetUserPermissionsQuery, IGetUserPermissionsQueryVariables>): Apollo.UseSuspenseQueryResult<IGetUserPermissionsQuery, Exact<{
|
9129
|
+
export declare function useGetUserPermissionsSuspenseQuery(baseOptions?: Apollo.SkipToken | Apollo.SuspenseQueryHookOptions<IGetUserPermissionsQuery, IGetUserPermissionsQueryVariables>): Apollo.UseSuspenseQueryResult<IGetUserPermissionsQuery, Exact<{
|
9089
9130
|
[key: string]: never;
|
9090
9131
|
}>>;
|
9091
9132
|
export type GetUserPermissionsQueryHookResult = ReturnType<typeof useGetUserPermissionsQuery>;
|
@@ -9123,7 +9164,7 @@ export declare function useGetUserRoleLazyQuery(baseOptions?: Apollo.LazyQueryHo
|
|
9123
9164
|
orgName: Scalars["String"]["input"];
|
9124
9165
|
userId?: InputMaybe<Scalars["String"]["input"]>;
|
9125
9166
|
}>>;
|
9126
|
-
export declare function useGetUserRoleSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<IGetUserRoleQuery, IGetUserRoleQueryVariables>): Apollo.UseSuspenseQueryResult<IGetUserRoleQuery, Exact<{
|
9167
|
+
export declare function useGetUserRoleSuspenseQuery(baseOptions?: Apollo.SkipToken | Apollo.SuspenseQueryHookOptions<IGetUserRoleQuery, IGetUserRoleQueryVariables>): Apollo.UseSuspenseQueryResult<IGetUserRoleQuery, Exact<{
|
9127
9168
|
orgName: Scalars["String"]["input"];
|
9128
9169
|
userId?: InputMaybe<Scalars["String"]["input"]>;
|
9129
9170
|
}>>;
|
@@ -9154,7 +9195,7 @@ export declare function useGetViewerPermissionsQuery(baseOptions?: Apollo.QueryH
|
|
9154
9195
|
export declare function useGetViewerPermissionsLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<IGetViewerPermissionsQuery, IGetViewerPermissionsQueryVariables>): Apollo.LazyQueryResultTuple<IGetViewerPermissionsQuery, Exact<{
|
9155
9196
|
input?: InputMaybe<IRoleInput>;
|
9156
9197
|
}>>;
|
9157
|
-
export declare function useGetViewerPermissionsSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<IGetViewerPermissionsQuery, IGetViewerPermissionsQueryVariables>): Apollo.UseSuspenseQueryResult<IGetViewerPermissionsQuery, Exact<{
|
9198
|
+
export declare function useGetViewerPermissionsSuspenseQuery(baseOptions?: Apollo.SkipToken | Apollo.SuspenseQueryHookOptions<IGetViewerPermissionsQuery, IGetViewerPermissionsQueryVariables>): Apollo.UseSuspenseQueryResult<IGetViewerPermissionsQuery, Exact<{
|
9158
9199
|
input?: InputMaybe<IRoleInput>;
|
9159
9200
|
}>>;
|
9160
9201
|
export type GetViewerPermissionsQueryHookResult = ReturnType<typeof useGetViewerPermissionsQuery>;
|
@@ -9190,7 +9231,7 @@ export declare function useOpenPreferencesSettingsLazyQuery(baseOptions?: Apollo
|
|
9190
9231
|
jsonEditor?: InputMaybe<Scalars["Boolean"]["input"]>;
|
9191
9232
|
options?: InputMaybe<IPreferencesOpenOptionsInput>;
|
9192
9233
|
}>>;
|
9193
|
-
export declare function useOpenPreferencesSettingsSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<IOpenPreferencesSettingsQuery, IOpenPreferencesSettingsQueryVariables>): Apollo.UseSuspenseQueryResult<IOpenPreferencesSettingsQuery, Exact<{
|
9234
|
+
export declare function useOpenPreferencesSettingsSuspenseQuery(baseOptions?: Apollo.SkipToken | Apollo.SuspenseQueryHookOptions<IOpenPreferencesSettingsQuery, IOpenPreferencesSettingsQueryVariables>): Apollo.UseSuspenseQueryResult<IOpenPreferencesSettingsQuery, Exact<{
|
9194
9235
|
resource?: InputMaybe<Scalars["URI"]["input"]>;
|
9195
9236
|
jsonEditor?: InputMaybe<Scalars["Boolean"]["input"]>;
|
9196
9237
|
options?: InputMaybe<IPreferencesOpenOptionsInput>;
|
@@ -9222,7 +9263,7 @@ export declare function useGetOrgConfigurationQuery(baseOptions?: Apollo.QueryHo
|
|
9222
9263
|
export declare function useGetOrgConfigurationLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<IGetOrgConfigurationQuery, IGetOrgConfigurationQueryVariables>): Apollo.LazyQueryResultTuple<IGetOrgConfigurationQuery, Exact<{
|
9223
9264
|
input?: InputMaybe<Array<InputMaybe<IConfigurationInput>> | InputMaybe<IConfigurationInput>>;
|
9224
9265
|
}>>;
|
9225
|
-
export declare function useGetOrgConfigurationSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<IGetOrgConfigurationQuery, IGetOrgConfigurationQueryVariables>): Apollo.UseSuspenseQueryResult<IGetOrgConfigurationQuery, Exact<{
|
9266
|
+
export declare function useGetOrgConfigurationSuspenseQuery(baseOptions?: Apollo.SkipToken | Apollo.SuspenseQueryHookOptions<IGetOrgConfigurationQuery, IGetOrgConfigurationQueryVariables>): Apollo.UseSuspenseQueryResult<IGetOrgConfigurationQuery, Exact<{
|
9226
9267
|
input?: InputMaybe<Array<InputMaybe<IConfigurationInput>> | InputMaybe<IConfigurationInput>>;
|
9227
9268
|
}>>;
|
9228
9269
|
export type GetOrgConfigurationQueryHookResult = ReturnType<typeof useGetOrgConfigurationQuery>;
|
@@ -9252,7 +9293,7 @@ export declare function useGetOrgPolicyQuery(baseOptions?: Apollo.QueryHookOptio
|
|
9252
9293
|
export declare function useGetOrgPolicyLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<IGetOrgPolicyQuery, IGetOrgPolicyQueryVariables>): Apollo.LazyQueryResultTuple<IGetOrgPolicyQuery, Exact<{
|
9253
9294
|
input?: InputMaybe<Array<InputMaybe<IConfigurationInput>> | InputMaybe<IConfigurationInput>>;
|
9254
9295
|
}>>;
|
9255
|
-
export declare function useGetOrgPolicySuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<IGetOrgPolicyQuery, IGetOrgPolicyQueryVariables>): Apollo.UseSuspenseQueryResult<IGetOrgPolicyQuery, Exact<{
|
9296
|
+
export declare function useGetOrgPolicySuspenseQuery(baseOptions?: Apollo.SkipToken | Apollo.SuspenseQueryHookOptions<IGetOrgPolicyQuery, IGetOrgPolicyQueryVariables>): Apollo.UseSuspenseQueryResult<IGetOrgPolicyQuery, Exact<{
|
9256
9297
|
input?: InputMaybe<Array<InputMaybe<IConfigurationInput>> | InputMaybe<IConfigurationInput>>;
|
9257
9298
|
}>>;
|
9258
9299
|
export type GetOrgPolicyQueryHookResult = ReturnType<typeof useGetOrgPolicyQuery>;
|
@@ -9282,7 +9323,7 @@ export declare function useGetOrgRoleQuery(baseOptions?: Apollo.QueryHookOptions
|
|
9282
9323
|
export declare function useGetOrgRoleLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<IGetOrgRoleQuery, IGetOrgRoleQueryVariables>): Apollo.LazyQueryResultTuple<IGetOrgRoleQuery, Exact<{
|
9283
9324
|
input?: InputMaybe<Array<InputMaybe<IRoleInput>> | InputMaybe<IRoleInput>>;
|
9284
9325
|
}>>;
|
9285
|
-
export declare function useGetOrgRoleSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<IGetOrgRoleQuery, IGetOrgRoleQueryVariables>): Apollo.UseSuspenseQueryResult<IGetOrgRoleQuery, Exact<{
|
9326
|
+
export declare function useGetOrgRoleSuspenseQuery(baseOptions?: Apollo.SkipToken | Apollo.SuspenseQueryHookOptions<IGetOrgRoleQuery, IGetOrgRoleQueryVariables>): Apollo.UseSuspenseQueryResult<IGetOrgRoleQuery, Exact<{
|
9286
9327
|
input?: InputMaybe<Array<InputMaybe<IRoleInput>> | InputMaybe<IRoleInput>>;
|
9287
9328
|
}>>;
|
9288
9329
|
export type GetOrgRoleQueryHookResult = ReturnType<typeof useGetOrgRoleQuery>;
|
@@ -9312,7 +9353,7 @@ export declare function useGetOrgWithResourcesPolicyQuery(baseOptions?: Apollo.Q
|
|
9312
9353
|
export declare function useGetOrgWithResourcesPolicyLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<IGetOrgWithResourcesPolicyQuery, IGetOrgWithResourcesPolicyQueryVariables>): Apollo.LazyQueryResultTuple<IGetOrgWithResourcesPolicyQuery, Exact<{
|
9313
9354
|
input?: InputMaybe<Array<InputMaybe<IConfigurationInput>> | InputMaybe<IConfigurationInput>>;
|
9314
9355
|
}>>;
|
9315
|
-
export declare function useGetOrgWithResourcesPolicySuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<IGetOrgWithResourcesPolicyQuery, IGetOrgWithResourcesPolicyQueryVariables>): Apollo.UseSuspenseQueryResult<IGetOrgWithResourcesPolicyQuery, Exact<{
|
9356
|
+
export declare function useGetOrgWithResourcesPolicySuspenseQuery(baseOptions?: Apollo.SkipToken | Apollo.SuspenseQueryHookOptions<IGetOrgWithResourcesPolicyQuery, IGetOrgWithResourcesPolicyQueryVariables>): Apollo.UseSuspenseQueryResult<IGetOrgWithResourcesPolicyQuery, Exact<{
|
9316
9357
|
input?: InputMaybe<Array<InputMaybe<IConfigurationInput>> | InputMaybe<IConfigurationInput>>;
|
9317
9358
|
}>>;
|
9318
9359
|
export type GetOrgWithResourcesPolicyQueryHookResult = ReturnType<typeof useGetOrgWithResourcesPolicyQuery>;
|
@@ -9342,7 +9383,7 @@ export declare function useGetOrgWithResourcesRoleQuery(baseOptions?: Apollo.Que
|
|
9342
9383
|
export declare function useGetOrgWithResourcesRoleLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<IGetOrgWithResourcesRoleQuery, IGetOrgWithResourcesRoleQueryVariables>): Apollo.LazyQueryResultTuple<IGetOrgWithResourcesRoleQuery, Exact<{
|
9343
9384
|
input?: InputMaybe<Array<InputMaybe<IRoleInput>> | InputMaybe<IRoleInput>>;
|
9344
9385
|
}>>;
|
9345
|
-
export declare function useGetOrgWithResourcesRoleSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<IGetOrgWithResourcesRoleQuery, IGetOrgWithResourcesRoleQueryVariables>): Apollo.UseSuspenseQueryResult<IGetOrgWithResourcesRoleQuery, Exact<{
|
9386
|
+
export declare function useGetOrgWithResourcesRoleSuspenseQuery(baseOptions?: Apollo.SkipToken | Apollo.SuspenseQueryHookOptions<IGetOrgWithResourcesRoleQuery, IGetOrgWithResourcesRoleQueryVariables>): Apollo.UseSuspenseQueryResult<IGetOrgWithResourcesRoleQuery, Exact<{
|
9346
9387
|
input?: InputMaybe<Array<InputMaybe<IRoleInput>> | InputMaybe<IRoleInput>>;
|
9347
9388
|
}>>;
|
9348
9389
|
export type GetOrgWithResourcesRoleQueryHookResult = ReturnType<typeof useGetOrgWithResourcesRoleQuery>;
|
@@ -9383,7 +9424,7 @@ export declare function useResolveConfigurationLazyQuery(baseOptions?: Apollo.La
|
|
9383
9424
|
key?: InputMaybe<Scalars["String"]["input"]>;
|
9384
9425
|
overrides?: InputMaybe<IConfigurationOverridesInput>;
|
9385
9426
|
}>>;
|
9386
|
-
export declare function useResolveConfigurationSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<IResolveConfigurationQuery, IResolveConfigurationQueryVariables>): Apollo.UseSuspenseQueryResult<IResolveConfigurationQuery, Exact<{
|
9427
|
+
export declare function useResolveConfigurationSuspenseQuery(baseOptions?: Apollo.SkipToken | Apollo.SuspenseQueryHookOptions<IResolveConfigurationQuery, IResolveConfigurationQueryVariables>): Apollo.UseSuspenseQueryResult<IResolveConfigurationQuery, Exact<{
|
9387
9428
|
input: IPreferencesInputInput;
|
9388
9429
|
key?: InputMaybe<Scalars["String"]["input"]>;
|
9389
9430
|
overrides?: InputMaybe<IConfigurationOverridesInput>;
|
@@ -9415,7 +9456,7 @@ export declare function useGetResourcesConfigurationQuery(baseOptions?: Apollo.Q
|
|
9415
9456
|
export declare function useGetResourcesConfigurationLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<IGetResourcesConfigurationQuery, IGetResourcesConfigurationQueryVariables>): Apollo.LazyQueryResultTuple<IGetResourcesConfigurationQuery, Exact<{
|
9416
9457
|
input?: InputMaybe<Array<InputMaybe<IConfigurationInput>> | InputMaybe<IConfigurationInput>>;
|
9417
9458
|
}>>;
|
9418
|
-
export declare function useGetResourcesConfigurationSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<IGetResourcesConfigurationQuery, IGetResourcesConfigurationQueryVariables>): Apollo.UseSuspenseQueryResult<IGetResourcesConfigurationQuery, Exact<{
|
9459
|
+
export declare function useGetResourcesConfigurationSuspenseQuery(baseOptions?: Apollo.SkipToken | Apollo.SuspenseQueryHookOptions<IGetResourcesConfigurationQuery, IGetResourcesConfigurationQueryVariables>): Apollo.UseSuspenseQueryResult<IGetResourcesConfigurationQuery, Exact<{
|
9419
9460
|
input?: InputMaybe<Array<InputMaybe<IConfigurationInput>> | InputMaybe<IConfigurationInput>>;
|
9420
9461
|
}>>;
|
9421
9462
|
export type GetResourcesConfigurationQueryHookResult = ReturnType<typeof useGetResourcesConfigurationQuery>;
|
@@ -9445,7 +9486,7 @@ export declare function useGetUserConfigurationQuery(baseOptions?: Apollo.QueryH
|
|
9445
9486
|
export declare function useGetUserConfigurationLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<IGetUserConfigurationQuery, IGetUserConfigurationQueryVariables>): Apollo.LazyQueryResultTuple<IGetUserConfigurationQuery, Exact<{
|
9446
9487
|
input?: InputMaybe<Array<InputMaybe<IConfigurationInput>> | InputMaybe<IConfigurationInput>>;
|
9447
9488
|
}>>;
|
9448
|
-
export declare function useGetUserConfigurationSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<IGetUserConfigurationQuery, IGetUserConfigurationQueryVariables>): Apollo.UseSuspenseQueryResult<IGetUserConfigurationQuery, Exact<{
|
9489
|
+
export declare function useGetUserConfigurationSuspenseQuery(baseOptions?: Apollo.SkipToken | Apollo.SuspenseQueryHookOptions<IGetUserConfigurationQuery, IGetUserConfigurationQueryVariables>): Apollo.UseSuspenseQueryResult<IGetUserConfigurationQuery, Exact<{
|
9449
9490
|
input?: InputMaybe<Array<InputMaybe<IConfigurationInput>> | InputMaybe<IConfigurationInput>>;
|
9450
9491
|
}>>;
|
9451
9492
|
export type GetUserConfigurationQueryHookResult = ReturnType<typeof useGetUserConfigurationQuery>;
|
@@ -9475,7 +9516,7 @@ export declare function useDefaultSettingsQuery(baseOptions?: Apollo.QueryHookOp
|
|
9475
9516
|
export declare function useDefaultSettingsLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<IDefaultSettingsQuery, IDefaultSettingsQueryVariables>): Apollo.LazyQueryResultTuple<IDefaultSettingsQuery, Exact<{
|
9476
9517
|
target?: InputMaybe<Scalars["Int"]["input"]>;
|
9477
9518
|
}>>;
|
9478
|
-
export declare function useDefaultSettingsSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<IDefaultSettingsQuery, IDefaultSettingsQueryVariables>): Apollo.UseSuspenseQueryResult<IDefaultSettingsQuery, Exact<{
|
9519
|
+
export declare function useDefaultSettingsSuspenseQuery(baseOptions?: Apollo.SkipToken | Apollo.SuspenseQueryHookOptions<IDefaultSettingsQuery, IDefaultSettingsQueryVariables>): Apollo.UseSuspenseQueryResult<IDefaultSettingsQuery, Exact<{
|
9479
9520
|
target?: InputMaybe<Scalars["Int"]["input"]>;
|
9480
9521
|
}>>;
|
9481
9522
|
export type DefaultSettingsQueryHookResult = ReturnType<typeof useDefaultSettingsQuery>;
|
@@ -9504,7 +9545,7 @@ export declare function useGetContributionRolesQuery(baseOptions?: Apollo.QueryH
|
|
9504
9545
|
export declare function useGetContributionRolesLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<IGetContributionRolesQuery, IGetContributionRolesQueryVariables>): Apollo.LazyQueryResultTuple<IGetContributionRolesQuery, Exact<{
|
9505
9546
|
[key: string]: never;
|
9506
9547
|
}>>;
|
9507
|
-
export declare function useGetContributionRolesSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<IGetContributionRolesQuery, IGetContributionRolesQueryVariables>): Apollo.UseSuspenseQueryResult<IGetContributionRolesQuery, Exact<{
|
9548
|
+
export declare function useGetContributionRolesSuspenseQuery(baseOptions?: Apollo.SkipToken | Apollo.SuspenseQueryHookOptions<IGetContributionRolesQuery, IGetContributionRolesQueryVariables>): Apollo.UseSuspenseQueryResult<IGetContributionRolesQuery, Exact<{
|
9508
9549
|
[key: string]: never;
|
9509
9550
|
}>>;
|
9510
9551
|
export type GetContributionRolesQueryHookResult = ReturnType<typeof useGetContributionRolesQuery>;
|
@@ -9533,7 +9574,7 @@ export declare function useGetOrgContextQuery(baseOptions?: Apollo.QueryHookOpti
|
|
9533
9574
|
export declare function useGetOrgContextLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<IGetOrgContextQuery, IGetOrgContextQueryVariables>): Apollo.LazyQueryResultTuple<IGetOrgContextQuery, Exact<{
|
9534
9575
|
[key: string]: never;
|
9535
9576
|
}>>;
|
9536
|
-
export declare function useGetOrgContextSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<IGetOrgContextQuery, IGetOrgContextQueryVariables>): Apollo.UseSuspenseQueryResult<IGetOrgContextQuery, Exact<{
|
9577
|
+
export declare function useGetOrgContextSuspenseQuery(baseOptions?: Apollo.SkipToken | Apollo.SuspenseQueryHookOptions<IGetOrgContextQuery, IGetOrgContextQueryVariables>): Apollo.UseSuspenseQueryResult<IGetOrgContextQuery, Exact<{
|
9537
9578
|
[key: string]: never;
|
9538
9579
|
}>>;
|
9539
9580
|
export type GetOrgContextQueryHookResult = ReturnType<typeof useGetOrgContextQuery>;
|
@@ -9562,7 +9603,7 @@ export declare function useGetOrgNameFromContextQuery(baseOptions?: Apollo.Query
|
|
9562
9603
|
export declare function useGetOrgNameFromContextLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<IGetOrgNameFromContextQuery, IGetOrgNameFromContextQueryVariables>): Apollo.LazyQueryResultTuple<IGetOrgNameFromContextQuery, Exact<{
|
9563
9604
|
[key: string]: never;
|
9564
9605
|
}>>;
|
9565
|
-
export declare function useGetOrgNameFromContextSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<IGetOrgNameFromContextQuery, IGetOrgNameFromContextQueryVariables>): Apollo.UseSuspenseQueryResult<IGetOrgNameFromContextQuery, Exact<{
|
9606
|
+
export declare function useGetOrgNameFromContextSuspenseQuery(baseOptions?: Apollo.SkipToken | Apollo.SuspenseQueryHookOptions<IGetOrgNameFromContextQuery, IGetOrgNameFromContextQueryVariables>): Apollo.UseSuspenseQueryResult<IGetOrgNameFromContextQuery, Exact<{
|
9566
9607
|
[key: string]: never;
|
9567
9608
|
}>>;
|
9568
9609
|
export type GetOrgNameFromContextQueryHookResult = ReturnType<typeof useGetOrgNameFromContextQuery>;
|
@@ -9592,7 +9633,7 @@ export declare function useGetRoleQuery(baseOptions?: Apollo.QueryHookOptions<IG
|
|
9592
9633
|
export declare function useGetRoleLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<IGetRoleQuery, IGetRoleQueryVariables>): Apollo.LazyQueryResultTuple<IGetRoleQuery, Exact<{
|
9593
9634
|
input?: InputMaybe<IRoleInput>;
|
9594
9635
|
}>>;
|
9595
|
-
export declare function useGetRoleSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<IGetRoleQuery, IGetRoleQueryVariables>): Apollo.UseSuspenseQueryResult<IGetRoleQuery, Exact<{
|
9636
|
+
export declare function useGetRoleSuspenseQuery(baseOptions?: Apollo.SkipToken | Apollo.SuspenseQueryHookOptions<IGetRoleQuery, IGetRoleQueryVariables>): Apollo.UseSuspenseQueryResult<IGetRoleQuery, Exact<{
|
9596
9637
|
input?: InputMaybe<IRoleInput>;
|
9597
9638
|
}>>;
|
9598
9639
|
export type GetRoleQueryHookResult = ReturnType<typeof useGetRoleQuery>;
|
@@ -9622,7 +9663,7 @@ export declare function useGetOrgWithResourcesConfigurationQuery(baseOptions?: A
|
|
9622
9663
|
export declare function useGetOrgWithResourcesConfigurationLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<IGetOrgWithResourcesConfigurationQuery, IGetOrgWithResourcesConfigurationQueryVariables>): Apollo.LazyQueryResultTuple<IGetOrgWithResourcesConfigurationQuery, Exact<{
|
9623
9664
|
input?: InputMaybe<Array<InputMaybe<IConfigurationInput>> | InputMaybe<IConfigurationInput>>;
|
9624
9665
|
}>>;
|
9625
|
-
export declare function useGetOrgWithResourcesConfigurationSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<IGetOrgWithResourcesConfigurationQuery, IGetOrgWithResourcesConfigurationQueryVariables>): Apollo.UseSuspenseQueryResult<IGetOrgWithResourcesConfigurationQuery, Exact<{
|
9666
|
+
export declare function useGetOrgWithResourcesConfigurationSuspenseQuery(baseOptions?: Apollo.SkipToken | Apollo.SuspenseQueryHookOptions<IGetOrgWithResourcesConfigurationQuery, IGetOrgWithResourcesConfigurationQueryVariables>): Apollo.UseSuspenseQueryResult<IGetOrgWithResourcesConfigurationQuery, Exact<{
|
9626
9667
|
input?: InputMaybe<Array<InputMaybe<IConfigurationInput>> | InputMaybe<IConfigurationInput>>;
|
9627
9668
|
}>>;
|
9628
9669
|
export type GetOrgWithResourcesConfigurationQueryHookResult = ReturnType<typeof useGetOrgWithResourcesConfigurationQuery>;
|
@@ -9652,7 +9693,7 @@ export declare function useGetUserWithDefaultConfigurationQuery(baseOptions?: Ap
|
|
9652
9693
|
export declare function useGetUserWithDefaultConfigurationLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<IGetUserWithDefaultConfigurationQuery, IGetUserWithDefaultConfigurationQueryVariables>): Apollo.LazyQueryResultTuple<IGetUserWithDefaultConfigurationQuery, Exact<{
|
9653
9694
|
input?: InputMaybe<Array<InputMaybe<IConfigurationInput>> | InputMaybe<IConfigurationInput>>;
|
9654
9695
|
}>>;
|
9655
|
-
export declare function useGetUserWithDefaultConfigurationSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<IGetUserWithDefaultConfigurationQuery, IGetUserWithDefaultConfigurationQueryVariables>): Apollo.UseSuspenseQueryResult<IGetUserWithDefaultConfigurationQuery, Exact<{
|
9696
|
+
export declare function useGetUserWithDefaultConfigurationSuspenseQuery(baseOptions?: Apollo.SkipToken | Apollo.SuspenseQueryHookOptions<IGetUserWithDefaultConfigurationQuery, IGetUserWithDefaultConfigurationQueryVariables>): Apollo.UseSuspenseQueryResult<IGetUserWithDefaultConfigurationQuery, Exact<{
|
9656
9697
|
input?: InputMaybe<Array<InputMaybe<IConfigurationInput>> | InputMaybe<IConfigurationInput>>;
|
9657
9698
|
}>>;
|
9658
9699
|
export type GetUserWithDefaultConfigurationQueryHookResult = ReturnType<typeof useGetUserWithDefaultConfigurationQuery>;
|
@@ -10015,7 +10056,7 @@ export declare function useGetConfigurationDataQuery(baseOptions?: Apollo.QueryH
|
|
10015
10056
|
export declare function useGetConfigurationDataLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<IGetConfigurationDataQuery, IGetConfigurationDataQueryVariables>): Apollo.LazyQueryResultTuple<IGetConfigurationDataQuery, Exact<{
|
10016
10057
|
[key: string]: never;
|
10017
10058
|
}>>;
|
10018
|
-
export declare function useGetConfigurationDataSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<IGetConfigurationDataQuery, IGetConfigurationDataQueryVariables>): Apollo.UseSuspenseQueryResult<IGetConfigurationDataQuery, Exact<{
|
10059
|
+
export declare function useGetConfigurationDataSuspenseQuery(baseOptions?: Apollo.SkipToken | Apollo.SuspenseQueryHookOptions<IGetConfigurationDataQuery, IGetConfigurationDataQueryVariables>): Apollo.UseSuspenseQueryResult<IGetConfigurationDataQuery, Exact<{
|
10019
10060
|
[key: string]: never;
|
10020
10061
|
}>>;
|
10021
10062
|
export type GetConfigurationDataQueryHookResult = ReturnType<typeof useGetConfigurationDataQuery>;
|
@@ -10045,7 +10086,7 @@ export declare function useOrganizationResourceContextQuery(baseOptions?: Apollo
|
|
10045
10086
|
export declare function useOrganizationResourceContextLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<IOrganizationResourceContextQuery, IOrganizationResourceContextQueryVariables>): Apollo.LazyQueryResultTuple<IOrganizationResourceContextQuery, Exact<{
|
10046
10087
|
orgId?: InputMaybe<Scalars["String"]["input"]>;
|
10047
10088
|
}>>;
|
10048
|
-
export declare function useOrganizationResourceContextSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<IOrganizationResourceContextQuery, IOrganizationResourceContextQueryVariables>): Apollo.UseSuspenseQueryResult<IOrganizationResourceContextQuery, Exact<{
|
10089
|
+
export declare function useOrganizationResourceContextSuspenseQuery(baseOptions?: Apollo.SkipToken | Apollo.SuspenseQueryHookOptions<IOrganizationResourceContextQuery, IOrganizationResourceContextQueryVariables>): Apollo.UseSuspenseQueryResult<IOrganizationResourceContextQuery, Exact<{
|
10049
10090
|
orgId?: InputMaybe<Scalars["String"]["input"]>;
|
10050
10091
|
}>>;
|
10051
10092
|
export type OrganizationResourceContextQueryHookResult = ReturnType<typeof useOrganizationResourceContextQuery>;
|
@@ -10075,7 +10116,7 @@ export declare function useViewerSettingsQuery(baseOptions?: Apollo.QueryHookOpt
|
|
10075
10116
|
export declare function useViewerSettingsLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<IViewerSettingsQuery, IViewerSettingsQueryVariables>): Apollo.LazyQueryResultTuple<IViewerSettingsQuery, Exact<{
|
10076
10117
|
input?: InputMaybe<IViewerSettingsInput>;
|
10077
10118
|
}>>;
|
10078
|
-
export declare function useViewerSettingsSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<IViewerSettingsQuery, IViewerSettingsQueryVariables>): Apollo.UseSuspenseQueryResult<IViewerSettingsQuery, Exact<{
|
10119
|
+
export declare function useViewerSettingsSuspenseQuery(baseOptions?: Apollo.SkipToken | Apollo.SuspenseQueryHookOptions<IViewerSettingsQuery, IViewerSettingsQueryVariables>): Apollo.UseSuspenseQueryResult<IViewerSettingsQuery, Exact<{
|
10079
10120
|
input?: InputMaybe<IViewerSettingsInput>;
|
10080
10121
|
}>>;
|
10081
10122
|
export type ViewerSettingsQueryHookResult = ReturnType<typeof useViewerSettingsQuery>;
|
@@ -10303,6 +10344,7 @@ export type IResolversTypes = {
|
|
10303
10344
|
JSONObject: ResolverTypeWrapper<Scalars['JSONObject']['output']>;
|
10304
10345
|
KeyPathSegment: IKeyPathSegment;
|
10305
10346
|
LinkedIdentity: ResolverTypeWrapper<ILinkedIdentity>;
|
10347
|
+
LoginDeviceCredential: ResolverTypeWrapper<ILoginDeviceCredential>;
|
10306
10348
|
LoginError: ResolverTypeWrapper<ILoginError>;
|
10307
10349
|
MachineConfiguration: ResolverTypeWrapper<IMachineConfiguration>;
|
10308
10350
|
MachineSettings: ResolverTypeWrapper<Omit<IMachineSettings, 'settingsCascade'> & {
|
@@ -10602,6 +10644,7 @@ export type IResolversParentTypes = {
|
|
10602
10644
|
JSONObject: Scalars['JSONObject']['output'];
|
10603
10645
|
KeyPathSegment: IKeyPathSegment;
|
10604
10646
|
LinkedIdentity: ILinkedIdentity;
|
10647
|
+
LoginDeviceCredential: ILoginDeviceCredential;
|
10605
10648
|
LoginError: ILoginError;
|
10606
10649
|
MachineConfiguration: IMachineConfiguration;
|
10607
10650
|
MachineSettings: Omit<IMachineSettings, 'settingsCascade'> & {
|
@@ -10888,7 +10931,7 @@ export type IAuthTokensResolvers<ContextType = MyContext, ParentType extends IRe
|
|
10888
10931
|
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
10889
10932
|
};
|
10890
10933
|
export type IAuthUserResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['AuthUser'] = IResolversParentTypes['AuthUser']> = {
|
10891
|
-
|
10934
|
+
authUserId?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
10892
10935
|
email?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
10893
10936
|
emailVerified?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
10894
10937
|
familyName?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
@@ -10921,7 +10964,7 @@ export type IBaseAccountServiceResolvers<ContextType = MyContext, ParentType ext
|
|
10921
10964
|
sendEmailVerificationToken?: Resolver<Maybe<IResolversTypes['Boolean']>, ParentType, ContextType, RequireFields<IBaseAccountServiceSendEmailVerificationTokenArgs, 'email'>>;
|
10922
10965
|
updateAccount?: Resolver<Maybe<IResolversTypes['UserAccount']>, ParentType, ContextType, RequireFields<IBaseAccountServiceUpdateAccountArgs, 'account'>>;
|
10923
10966
|
updateUserAccount?: Resolver<Maybe<IResolversTypes['UserAccount']>, ParentType, ContextType, RequireFields<IBaseAccountServiceUpdateUserAccountArgs, 'user' | 'userInfo'>>;
|
10924
|
-
validateUserEmailVerificationToken?: Resolver<Maybe<IResolversTypes['Boolean']>, ParentType, ContextType, RequireFields<IBaseAccountServiceValidateUserEmailVerificationTokenArgs, 'code' | 'email' | '
|
10967
|
+
validateUserEmailVerificationToken?: Resolver<Maybe<IResolversTypes['Boolean']>, ParentType, ContextType, RequireFields<IBaseAccountServiceValidateUserEmailVerificationTokenArgs, 'code' | 'email' | 'authUserId'>>;
|
10925
10968
|
verifyUserEmailVerificationToken?: Resolver<Maybe<IResolversTypes['Boolean']>, ParentType, ContextType, RequireFields<IBaseAccountServiceVerifyUserEmailVerificationTokenArgs, 'token' | 'userId'>>;
|
10926
10969
|
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
10927
10970
|
};
|
@@ -11395,6 +11438,17 @@ export type ILinkedIdentityResolvers<ContextType = MyContext, ParentType extends
|
|
11395
11438
|
user_id?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
11396
11439
|
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
11397
11440
|
};
|
11441
|
+
export type ILoginDeviceCredentialResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['LoginDeviceCredential'] = IResolversParentTypes['LoginDeviceCredential']> = {
|
11442
|
+
client_id?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
11443
|
+
device_Id?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
11444
|
+
device_name?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
11445
|
+
id?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
11446
|
+
last_ip?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
11447
|
+
last_used?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
11448
|
+
type?: Resolver<Maybe<IResolversTypes['AnyObject']>, ParentType, ContextType>;
|
11449
|
+
user_id?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
11450
|
+
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
11451
|
+
};
|
11398
11452
|
export type ILoginErrorResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['LoginError'] = IResolversParentTypes['LoginError']> = {
|
11399
11453
|
error?: Resolver<Maybe<IResolversTypes['AnyObject']>, ParentType, ContextType>;
|
11400
11454
|
timeStamp?: Resolver<Maybe<IResolversTypes['DateTime']>, ParentType, ContextType>;
|
@@ -11832,8 +11886,8 @@ export type IQueryResolvers<ContextType = MyContext, ParentType extends IResolve
|
|
11832
11886
|
defaultSetting?: Resolver<Maybe<IResolversTypes['ContributionSettings']>, ParentType, ContextType>;
|
11833
11887
|
defaultViewerSettingsSubject?: Resolver<IResolversTypes['DefaultSettings'], ParentType, ContextType, Partial<IQueryDefaultViewerSettingsSubjectArgs>>;
|
11834
11888
|
externalAccounts?: Resolver<IResolversTypes['ExternalAccountConnection'], ParentType, ContextType, Partial<IQueryExternalAccountsArgs>>;
|
11835
|
-
fetchAuth0User?: Resolver<Maybe<IResolversTypes['UserProfile']>, ParentType, ContextType, RequireFields<IQueryFetchAuth0UserArgs, '
|
11836
|
-
fetchUserAuthorizedDevices?: Resolver<Maybe<Array<Maybe<IResolversTypes['UserDevice']>>>, ParentType, ContextType, RequireFields<IQueryFetchUserAuthorizedDevicesArgs, '
|
11889
|
+
fetchAuth0User?: Resolver<Maybe<IResolversTypes['UserProfile']>, ParentType, ContextType, RequireFields<IQueryFetchAuth0UserArgs, 'authUserId'>>;
|
11890
|
+
fetchUserAuthorizedDevices?: Resolver<Maybe<Array<Maybe<IResolversTypes['UserDevice']>>>, ParentType, ContextType, RequireFields<IQueryFetchUserAuthorizedDevicesArgs, 'authUserId'>>;
|
11837
11891
|
fetchUserSessions?: Resolver<Maybe<Array<Maybe<IResolversTypes['UserSession']>>>, ParentType, ContextType>;
|
11838
11892
|
filterIntegrationConfiguration?: Resolver<Maybe<Array<Maybe<IResolversTypes['IntegrationConfiguration']>>>, ParentType, ContextType, Partial<IQueryFilterIntegrationConfigurationArgs>>;
|
11839
11893
|
getAccounts?: Resolver<Maybe<Array<Maybe<IResolversTypes['UserAccount']>>>, ParentType, ContextType, Partial<IQueryGetAccountsArgs>>;
|
@@ -11870,7 +11924,7 @@ export type IQueryResolvers<ContextType = MyContext, ParentType extends IResolve
|
|
11870
11924
|
getTeamNameFromContext?: Resolver<Maybe<IResolversTypes['Context']>, ParentType, ContextType>;
|
11871
11925
|
getUserAccessRole?: Resolver<Maybe<IResolversTypes['ResourceAccessRole']>, ParentType, ContextType, Partial<IQueryGetUserAccessRoleArgs>>;
|
11872
11926
|
getUserAccount?: Resolver<Maybe<IResolversTypes['UserAccount']>, ParentType, ContextType, RequireFields<IQueryGetUserAccountArgs, 'userId'>>;
|
11873
|
-
getUserAccountByAuth0Id?: Resolver<Maybe<IResolversTypes['UserAccount']>, ParentType, ContextType, RequireFields<IQueryGetUserAccountByAuth0IdArgs, '
|
11927
|
+
getUserAccountByAuth0Id?: Resolver<Maybe<IResolversTypes['UserAccount']>, ParentType, ContextType, RequireFields<IQueryGetUserAccountByAuth0IdArgs, 'authUserId'>>;
|
11874
11928
|
getUserContextData?: Resolver<Maybe<IResolversTypes['UserContext']>, ParentType, ContextType>;
|
11875
11929
|
getUserOrganizations?: Resolver<Maybe<Array<Maybe<IResolversTypes['Organization']>>>, ParentType, ContextType, Partial<IQueryGetUserOrganizationsArgs>>;
|
11876
11930
|
getUserOrganizationsWithRole?: Resolver<Maybe<Array<Maybe<IResolversTypes['Organization']>>>, ParentType, ContextType, Partial<IQueryGetUserOrganizationsWithRoleArgs>>;
|
@@ -12085,7 +12139,7 @@ export type IUserAccountRemovedEventResolvers<ContextType = MyContext, ParentTyp
|
|
12085
12139
|
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
12086
12140
|
};
|
12087
12141
|
export type IUserAuth0InfoResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['UserAuth0Info'] = IResolversParentTypes['UserAuth0Info']> = {
|
12088
|
-
|
12142
|
+
authUserId?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
12089
12143
|
integrations?: Resolver<Maybe<Array<Maybe<IResolversTypes['UserAuth0Integrations']>>>, ParentType, ContextType>;
|
12090
12144
|
sessionInfo?: Resolver<Maybe<Array<Maybe<IResolversTypes['UserAuth0SessionInfo']>>>, ParentType, ContextType>;
|
12091
12145
|
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
@@ -12127,6 +12181,7 @@ export type IUserContextResolvers<ContextType = MyContext, ParentType extends IR
|
|
12127
12181
|
identity?: Resolver<Maybe<IResolversTypes['AnyObject']>, ParentType, ContextType>;
|
12128
12182
|
namespace?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
12129
12183
|
orgId?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
12184
|
+
orgName?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
12130
12185
|
orgRole?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
12131
12186
|
orgSettingUri?: Resolver<Maybe<IResolversTypes['URI']>, ParentType, ContextType>;
|
12132
12187
|
organization?: Resolver<IResolversTypes['Organization'], ParentType, ContextType>;
|
@@ -12160,7 +12215,7 @@ export type IUserMetadataResolvers<ContextType = MyContext, ParentType extends I
|
|
12160
12215
|
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
12161
12216
|
};
|
12162
12217
|
export type IUserPreviousValuesResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['UserPreviousValues'] = IResolversParentTypes['UserPreviousValues']> = {
|
12163
|
-
|
12218
|
+
authUserId?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
12164
12219
|
createdAt?: Resolver<IResolversTypes['DateTime'], ParentType, ContextType>;
|
12165
12220
|
emailSubscription?: Resolver<Maybe<IResolversTypes['Boolean']>, ParentType, ContextType>;
|
12166
12221
|
id?: Resolver<IResolversTypes['ID'], ParentType, ContextType>;
|
@@ -12191,6 +12246,7 @@ export type IUserProfileResolvers<ContextType = MyContext, ParentType extends IR
|
|
12191
12246
|
nonce?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
12192
12247
|
phone_number?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
12193
12248
|
picture?: Resolver<IResolversTypes['String'], ParentType, ContextType>;
|
12249
|
+
provider?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
12194
12250
|
sub?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
12195
12251
|
updated_at?: Resolver<IResolversTypes['String'], ParentType, ContextType>;
|
12196
12252
|
user_id?: Resolver<IResolversTypes['String'], ParentType, ContextType>;
|
@@ -12227,7 +12283,7 @@ export type IUserSettingsResolvers<ContextType = MyContext, ParentType extends I
|
|
12227
12283
|
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
|
12228
12284
|
};
|
12229
12285
|
export type IUserStateResolvers<ContextType = MyContext, ParentType extends IResolversParentTypes['UserState'] = IResolversParentTypes['UserState']> = {
|
12230
|
-
|
12286
|
+
authUserId?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
12231
12287
|
authIsValidatingToken?: Resolver<Maybe<IResolversTypes['Boolean']>, ParentType, ContextType>;
|
12232
12288
|
authTokenValidationSucces?: Resolver<Maybe<IResolversTypes['Boolean']>, ParentType, ContextType>;
|
12233
12289
|
id?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
|
@@ -12338,6 +12394,7 @@ export type IResolvers<ContextType = MyContext> = {
|
|
12338
12394
|
JSON?: GraphQLScalarType;
|
12339
12395
|
JSONObject?: GraphQLScalarType;
|
12340
12396
|
LinkedIdentity?: ILinkedIdentityResolvers<ContextType>;
|
12397
|
+
LoginDeviceCredential?: ILoginDeviceCredentialResolvers<ContextType>;
|
12341
12398
|
LoginError?: ILoginErrorResolvers<ContextType>;
|
12342
12399
|
MachineConfiguration?: IMachineConfigurationResolvers<ContextType>;
|
12343
12400
|
MachineSettings?: IMachineSettingsResolvers<ContextType>;
|