@adminide-stack/core 3.1.2-alpha.1 → 3.1.2-alpha.101
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/constants/configuration.d.ts +2 -1
- package/lib/constants/configuration.js +3 -2
- package/lib/constants/configuration.js.map +1 -1
- package/lib/core/configurations/configuration.d.ts +31 -15
- package/lib/core/configurations/configuration.js +279 -47
- package/lib/core/configurations/configuration.js.map +1 -1
- package/lib/core/configurations/configuration.test.d.ts +1 -0
- package/lib/core/configurations/configuration.test.js +20 -0
- package/lib/core/configurations/configuration.test.js.map +1 -0
- package/lib/core/configurations/events/AbstractConfigurationChangEvent.d.ts +0 -0
- package/lib/core/configurations/events/AbstractConfigurationChangEvent.js +25 -0
- package/lib/core/configurations/events/AbstractConfigurationChangEvent.js.map +1 -0
- package/lib/core/configurations/events/AllKeysConfigurationChangeEvent.d.ts +0 -0
- package/lib/core/configurations/events/AllKeysConfigurationChangeEvent.js +27 -0
- package/lib/core/configurations/events/AllKeysConfigurationChangeEvent.js.map +1 -0
- package/lib/core/configurations/events/ConfigurationChangeEvent.d.ts +21 -0
- package/lib/core/configurations/events/ConfigurationChangeEvent.js +59 -0
- package/lib/core/configurations/events/ConfigurationChangeEvent.js.map +1 -0
- package/lib/core/configurations/events/OrganizationConfigurationChangeEvent.d.ts +0 -0
- package/lib/core/configurations/events/OrganizationConfigurationChangeEvent.js +37 -0
- package/lib/core/configurations/events/OrganizationConfigurationChangeEvent.js.map +1 -0
- package/lib/core/configurations/events/index.d.ts +1 -4
- package/lib/core/configurations/events/index.js +4 -4
- package/lib/core/configurations/events/index.js.map +1 -1
- package/lib/core/configurations/helpers/configuration.d.ts +2 -8
- package/lib/core/configurations/helpers/configuration.js +23 -40
- package/lib/core/configurations/helpers/configuration.js.map +1 -1
- package/lib/core/configurations/models/{configuration-model.d.ts → ConfigurationModel.d.ts} +11 -4
- package/lib/core/configurations/models/{configuration-model.js → ConfigurationModel.js} +89 -29
- package/lib/core/configurations/models/ConfigurationModel.js.map +1 -0
- package/lib/core/configurations/models/ConfigurationModel.test.d.ts +1 -0
- package/lib/core/configurations/models/ConfigurationModel.test.js +172 -0
- package/lib/core/configurations/models/ConfigurationModel.test.js.map +1 -0
- package/lib/core/configurations/models/index.d.ts +1 -1
- package/lib/core/configurations/models/index.js +1 -1
- package/lib/core/configurations/models/index.js.map +1 -1
- package/lib/core/organization/configuration.d.ts +4 -19
- package/lib/core/organization/configuration.js +2 -68
- package/lib/core/organization/configuration.js.map +1 -1
- package/lib/enums/integrations.d.ts +2 -1
- package/lib/enums/integrations.js +1 -0
- package/lib/enums/integrations.js.map +1 -1
- package/lib/errors/auth-error-messages.js +1 -1
- package/lib/interfaces/configuration/configuration.d.ts +89 -1
- package/lib/interfaces/configuration/configuration.js +8 -0
- package/lib/interfaces/configuration/configuration.js.map +1 -1
- package/lib/interfaces/configuration/configurationRegistry.d.ts +144 -0
- package/lib/interfaces/configuration/configurationRegistry.js +3 -0
- package/lib/interfaces/configuration/configurationRegistry.js.map +1 -0
- package/lib/interfaces/configuration/configuraton-service.d.ts +7 -11
- package/lib/interfaces/configuration/event.d.ts +7 -10
- package/lib/interfaces/configuration/index.d.ts +1 -0
- package/lib/interfaces/configuration/index.js +1 -0
- package/lib/interfaces/configuration/index.js.map +1 -1
- package/lib/interfaces/generated/generated-models.d.ts +700 -430
- package/lib/interfaces/generated/generated-models.js +115 -128
- package/lib/interfaces/generated/generated-models.js.map +1 -1
- package/lib/interfaces/workbench-exports.d.ts +0 -4
- package/lib/interfaces/workbench-exports.js +3 -0
- package/lib/interfaces/workbench-exports.js.map +1 -1
- package/lib/services/abstract-configuration.d.ts +12 -12
- package/lib/services/abstract-configuration.js +59 -6
- package/lib/services/abstract-configuration.js.map +1 -1
- package/lib/services/abstract-organization-context-service.js +5 -5
- package/lib/services/abstract-organization-context-service.js.map +1 -1
- package/package.json +6 -3
- package/lib/core/configurations/events/abstract-configuration-change-event.d.ts +0 -6
- package/lib/core/configurations/events/abstract-configuration-change-event.js +0 -27
- package/lib/core/configurations/events/abstract-configuration-change-event.js.map +0 -1
- package/lib/core/configurations/events/all-keys-configuration-change-event.d.ts +0 -17
- package/lib/core/configurations/events/all-keys-configuration-change-event.js +0 -33
- package/lib/core/configurations/events/all-keys-configuration-change-event.js.map +0 -1
- package/lib/core/configurations/events/configuration-change-event.d.ts +0 -24
- package/lib/core/configurations/events/configuration-change-event.js +0 -84
- package/lib/core/configurations/events/configuration-change-event.js.map +0 -1
- package/lib/core/configurations/events/organization-configuration-change-event.d.ts +0 -15
- package/lib/core/configurations/events/organization-configuration-change-event.js +0 -39
- package/lib/core/configurations/events/organization-configuration-change-event.js.map +0 -1
- package/lib/core/configurations/models/configuration-model.js.map +0 -1
@@ -1,39 +1,51 @@
|
|
1
1
|
"use strict";
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
-
exports.
|
4
|
-
exports.
|
5
|
-
exports.
|
6
|
-
exports.
|
7
|
-
exports.useGetDefaultRoleLazyQuery = exports.useGetDefaultRoleQuery = exports.GetDefaultRoleDocument = exports.useGetDefaultPolicySettingsLazyQuery = exports.useGetDefaultPolicySettingsQuery = exports.GetDefaultPolicySettingsDocument = exports.useGetDefaultPermissionsLazyQuery = exports.useGetDefaultPermissionsQuery = exports.GetDefaultPermissionsDocument = exports.useGetDefaultApplicationPermissionsLazyQuery = exports.useGetDefaultApplicationPermissionsQuery = exports.GetDefaultApplicationPermissionsDocument = exports.useGetContextPropertyLazyQuery = exports.useGetContextPropertyQuery = exports.GetContextPropertyDocument = exports.useGetConfigurationTargetLazyQuery = exports.useGetConfigurationTargetQuery = exports.GetConfigurationTargetDocument = exports.useDefaultResolveSettingsLazyQuery = exports.useDefaultResolveSettingsQuery = exports.DefaultResolveSettingsDocument = exports.useGetApplicationRoleLazyQuery = exports.useGetApplicationRoleQuery = exports.GetApplicationRoleDocument = exports.useGetApplicationPolicyLazyQuery = exports.useGetApplicationPolicyQuery = exports.GetApplicationPolicyDocument = exports.useUpdateConfigurationMutation = exports.UpdateConfigurationDocument = exports.useReassignConfigurationMutation = exports.ReassignConfigurationDocument = exports.useInitializeTeamInContextMutation = exports.InitializeTeamInContextDocument = exports.useInitializeOrgNameInContextMutation = exports.InitializeOrgNameInContextDocument = exports.useInitiateConfigurationValueMutation = exports.InitiateConfigurationValueDocument = exports.useChangeOrganizationMutation = exports.ChangeOrganizationDocument = exports.useAddResourceToContextMutation = exports.AddResourceToContextDocument = exports.useAddContributionRoleMutation = exports.AddContributionRoleDocument = exports.
|
8
|
-
exports.useGetRoleQuery = exports.GetRoleDocument = exports.useGetOrgNameFromContextLazyQuery = exports.useGetOrgNameFromContextQuery = exports.GetOrgNameFromContextDocument = exports.useGetOrgContextLazyQuery = exports.useGetOrgContextQuery = exports.GetOrgContextDocument = exports.useGetContributionRolesLazyQuery = exports.useGetContributionRolesQuery = exports.GetContributionRolesDocument = exports.useDefaultSettingsLazyQuery = exports.useDefaultSettingsQuery = exports.DefaultSettingsDocument = exports.useGetUserConfigurationLazyQuery = exports.useGetUserConfigurationQuery = exports.GetUserConfigurationDocument = exports.useGetResourcesConfigurationLazyQuery = exports.useGetResourcesConfigurationQuery = exports.GetResourcesConfigurationDocument = exports.useResolveConfigurationLazyQuery = exports.useResolveConfigurationQuery = exports.ResolveConfigurationDocument = exports.useGetOrgWithResourcesRoleLazyQuery = exports.useGetOrgWithResourcesRoleQuery = exports.GetOrgWithResourcesRoleDocument = exports.useGetOrgWithResourcesPolicyLazyQuery = exports.useGetOrgWithResourcesPolicyQuery = exports.GetOrgWithResourcesPolicyDocument = exports.useGetOrgRoleLazyQuery = exports.useGetOrgRoleQuery = exports.GetOrgRoleDocument = exports.useGetOrgPolicyLazyQuery = exports.useGetOrgPolicyQuery = exports.GetOrgPolicyDocument = exports.useGetOrgConfigurationLazyQuery = exports.useGetOrgConfigurationQuery = exports.GetOrgConfigurationDocument = exports.useOpenPreferencesSettingsLazyQuery = exports.useOpenPreferencesSettingsQuery = exports.OpenPreferencesSettingsDocument = exports.useGetUserAccessRoleLazyQuery = exports.useGetUserAccessRoleQuery = exports.GetUserAccessRoleDocument = exports.useGetTeamNameFromContextLazyQuery = exports.useGetTeamNameFromContextQuery = exports.GetTeamNameFromContextDocument = exports.useGetTeamContextLazyQuery =
|
9
|
-
exports.useViewerSettingsLazyQuery = exports.useViewerSettingsQuery = exports.ViewerSettingsDocument = exports.useOrganizationResourceContextLazyQuery = exports.useOrganizationResourceContextQuery = exports.OrganizationResourceContextDocument = exports.useGetConfigurationDataLazyQuery = exports.useGetConfigurationDataQuery = exports.GetConfigurationDataDocument = exports.useUpdateRoleValueMutation = exports.UpdateRoleValueDocument = exports.useUpdatePolicyValueMutation = exports.UpdatePolicyValueDocument = exports.useUpdateOrganizationContextUpdateResourcesMutation = exports.UpdateOrganizationContextUpdateResourcesDocument = exports.useUpdateOrganizationContextRemoveResourcesMutation = exports.UpdateOrganizationContextRemoveResourcesDocument = exports.useUpdateOrganizationContextAddResourcesMutation = exports.UpdateOrganizationContextAddResourcesDocument = exports.useUpdateConfigurationValueMutation = exports.UpdateConfigurationValueDocument = exports.useUpdateConfigurationValueByUriMutation = exports.UpdateConfigurationValueByUriDocument = exports.useSubscribeToPolicyUpdateSubscription = exports.SubscribeToPolicyUpdateDocument = exports.useSubscribeToPermissionUpdateSubscription = exports.SubscribeToPermissionUpdateDocument = exports.useSubscribeToOrganizationContextSubscription = exports.SubscribeToOrganizationContextDocument = exports.useSubscribeToConfigurationUpdateSubscription = exports.SubscribeToConfigurationUpdateDocument = exports.useGetUserWithDefaultConfigurationLazyQuery = exports.useGetUserWithDefaultConfigurationQuery = exports.GetUserWithDefaultConfigurationDocument = exports.useGetOrgWithResourcesConfigurationLazyQuery = exports.useGetOrgWithResourcesConfigurationQuery =
|
3
|
+
exports.ConfigurationUpdateEventFragmentDoc = exports.UserCreationEventFragmentDoc = exports.OrgUserFragmentDoc = exports.AllContextFragmentDoc = exports.IVisibility = exports.IUserServiceAction = exports.IUserOrderBy = exports.IUserBroadcasterAction = exports.ITokenTypesEnum = exports.ITeamServiceAction = exports.ISshKeyType = exports.ISshKeyServiceAction = exports.ISortEnum = exports.ISettingValueType = exports.IRouteParams = exports.IRole = exports.IResourceAuthority = exports.IRegistryExtensions = exports.IPreDefinedRole = exports.IPortalLanguage = exports.IPermissionType = exports.IPermissionResource = exports.IPermissionAction = exports.IOrganizationServiceAction = exports.IOrganizationContextPubSubEvents = exports.IOrgainizationInvitationRole = exports.IOrgUserRole = exports.IMoleculerServiceName = exports.IMenuPosition = exports.IMailTemplateId = exports.IInviteStatus = exports.IIntegrationWorkflowServiceAction = exports.IGlobalLanguages = exports.IGlobalCurrencies = exports.IEditPresentationTypes = exports.IDeviceInfoPlatform = exports.IContextServiceAction = exports.ConfigurationTarget = exports.ConfigurationScope = exports.IConfigurationContributionNames = exports.IConfigFragmentName = exports.IConfigCollectionName = exports.IClientTypes = exports.IClientContainerService = exports.IClientCacheTypeNames = exports.ICacheControlScope = exports.IAuthErrorCodes = exports.IApplicationRoles = exports.IApplicationBillingPlanPolicy = exports.IAccountServiceAction = void 0;
|
4
|
+
exports.useResetUserPasswordMutation = exports.ResetUserPasswordDocument = exports.useResendOrganizationInvitationMutation = exports.ResendOrganizationInvitationDocument = exports.useRemoveTeamMemberMutation = exports.RemoveTeamMemberDocument = exports.useRemoveTeamMutation = exports.RemoveTeamDocument = exports.useRemoveOrganizationMutation = exports.RemoveOrganizationDocument = exports.useRemoveOrgMemberMutation = exports.RemoveOrgMemberDocument = exports.useRegisterAccountUserMutation = exports.RegisterAccountUserDocument = exports.useDeleteUserAccountMutation = exports.DeleteUserAccountDocument = exports.useDeclineOrganizationInvitationMutation = exports.DeclineOrganizationInvitationDocument = exports.useCreateTeamMutation = exports.CreateTeamDocument = exports.useCreateOrganizationMutation = exports.CreateOrganizationDocument = exports.useChangeOrgMemberRoleMutation = exports.ChangeOrgMemberRoleDocument = exports.useChangeMemberRoleMutation = exports.ChangeMemberRoleDocument = exports.useAddTeamMembersMutation = exports.AddTeamMembersDocument = exports.useAccountOnBoardingMutation = exports.AccountOnBoardingDocument = exports.useAcceptOrganizationInvitationMutation = exports.AcceptOrganizationInvitationDocument = exports.OrganizationDataFragmentDoc = exports.ConfigurationModelFragmentDoc = exports.AccountBillingPreferencesFragmentDoc = exports.TeamWithOrgOnContextFragmentDoc = exports.TeamContextFragmentDoc = exports.TeamNameInContextFragmentDoc = exports.RoleTargetFragmentDoc = exports.ResourceUserRoleFragmentDoc = exports.OrganizationUserFragmentDoc = exports.OrgContextFragmentDoc = exports.OrgNameInContextFragmentDoc = exports.MachineConfigurationFragmentDoc = exports.DefaultContextFragmentDoc = exports.ContextConfigurationFragmentDoc = exports.ResourceDataFragmentDoc = exports.ConfigurationFragmentDoc = exports.OverWriteRoleValueFragmentDoc = exports.DefaultSettingFragmentDoc = void 0;
|
5
|
+
exports.useGetOrganizationTeamsQuery = exports.GetOrganizationTeamsDocument = exports.useGetOrganizationMembersWithNameLazyQuery = exports.useGetOrganizationMembersWithNameQuery = exports.GetOrganizationMembersWithNameDocument = exports.useGetOrgUserLazyQuery = exports.useGetOrgUserQuery = exports.GetOrgUserDocument = exports.useGetOrgTeamInvitationsLazyQuery = exports.useGetOrgTeamInvitationsQuery = exports.GetOrgTeamInvitationsDocument = exports.useGetOrganizationInvitationLazyQuery = exports.useGetOrganizationInvitationQuery = exports.GetOrganizationInvitationDocument = exports.useGetOrgInvitationMembersLazyQuery = exports.useGetOrgInvitationMembersQuery = exports.GetOrgInvitationMembersDocument = exports.useGetManageableOrganizationsLazyQuery = exports.useGetManageableOrganizationsQuery = exports.GetManageableOrganizationsDocument = exports.useGetAllCountriesLazyQuery = exports.useGetAllCountriesQuery = exports.GetAllCountriesDocument = exports.useGetAccountsLazyQuery = exports.useGetAccountsQuery = exports.GetAccountsDocument = exports.useDecodeOrganizationInvitationLazyQuery = exports.useDecodeOrganizationInvitationQuery = exports.DecodeOrganizationInvitationDocument = exports.useGetUserOrganizationsListLazyQuery = exports.useGetUserOrganizationsListQuery = exports.GetUserOrganizationsListDocument = exports.useValidateUserEmailVerificationMutation = exports.ValidateUserEmailVerificationDocument = exports.useValidatePasswordResetOtpMutation = exports.ValidatePasswordResetOtpDocument = exports.useUpdateUserAccountMutation = exports.UpdateUserAccountDocument = exports.useUpdateTeamConfigurationMutation = exports.UpdateTeamConfigurationDocument = exports.useUpdateOrganizationMutation = exports.UpdateOrganizationDocument = exports.useUpdateOrgMemberTeamsMutation = exports.UpdateOrgMemberTeamsDocument = exports.useSendOrganizationInvitationMutation = exports.SendOrganizationInvitationDocument = exports.useSendEmailVerificationMutation = exports.SendEmailVerificationDocument = exports.useSendUserPasswordResetEmailMutation = exports.SendUserPasswordResetEmailDocument = void 0;
|
6
|
+
exports.GetUsersDocument = exports.useGetOrgMembersWithRolesLazyQuery = exports.useGetOrgMembersWithRolesQuery = exports.GetOrgMembersWithRolesDocument = exports.useGetOrgMembersWithRolesUnsecuredLazyQuery = exports.useGetOrgMembersWithRolesUnsecuredQuery = exports.GetOrgMembersWithRolesUnsecuredDocument = exports.useGetAccountsApplicationPoliciesLazyQuery = exports.useGetAccountsApplicationPoliciesQuery = exports.GetAccountsApplicationPoliciesDocument = exports.useGetAccountsViewerSettingsLazyQuery = exports.useGetAccountsViewerSettingsQuery = exports.GetAccountsViewerSettingsDocument = exports.useGetViewerSettingsLazyQuery = exports.useGetViewerSettingsQuery = exports.GetViewerSettingsDocument = exports.useTeamsLazyQuery = exports.useTeamsQuery = exports.TeamsDocument = exports.useTeamLazyQuery = exports.useTeamQuery = exports.TeamDocument = exports.useOrganizationsLazyQuery = exports.useOrganizationsQuery = exports.OrganizationsDocument = exports.useGetOrganizationMembersLazyQuery = exports.useGetOrganizationMembersQuery = exports.GetOrganizationMembersDocument = exports.useGetUserOrganizationsWithRoleLazyQuery = exports.useGetUserOrganizationsWithRoleQuery = exports.GetUserOrganizationsWithRoleDocument = exports.useGetUserOrganizationsLazyQuery = exports.useGetUserOrganizationsQuery = exports.GetUserOrganizationsDocument = exports.useGetUserTokenDetailsLazyQuery = exports.useGetUserTokenDetailsQuery = exports.GetUserTokenDetailsDocument = exports.useGetUserAccountByAuth0IdLazyQuery = exports.useGetUserAccountByAuth0IdQuery = exports.GetUserAccountByAuth0IdDocument = exports.useGetUserAccountLazyQuery = exports.useGetUserAccountQuery = exports.GetUserAccountDocument = exports.useGetTeamByNameLazyQuery = exports.useGetTeamByNameQuery = exports.GetTeamByNameDocument = exports.useGetTeamLazyQuery = exports.useGetTeamQuery = exports.GetTeamDocument = exports.useGetOrganizationTeamsLazyQuery = void 0;
|
7
|
+
exports.useGetTeamContextQuery = exports.GetTeamContextDocument = exports.useGetDefaultRoleLazyQuery = exports.useGetDefaultRoleQuery = exports.GetDefaultRoleDocument = exports.useGetDefaultPolicySettingsLazyQuery = exports.useGetDefaultPolicySettingsQuery = exports.GetDefaultPolicySettingsDocument = exports.useGetDefaultPermissionsLazyQuery = exports.useGetDefaultPermissionsQuery = exports.GetDefaultPermissionsDocument = exports.useGetDefaultApplicationPermissionsLazyQuery = exports.useGetDefaultApplicationPermissionsQuery = exports.GetDefaultApplicationPermissionsDocument = exports.useGetContextPropertyLazyQuery = exports.useGetContextPropertyQuery = exports.GetContextPropertyDocument = exports.useGetConfigurationTargetLazyQuery = exports.useGetConfigurationTargetQuery = exports.GetConfigurationTargetDocument = exports.useDefaultResolveSettingsLazyQuery = exports.useDefaultResolveSettingsQuery = exports.DefaultResolveSettingsDocument = exports.useGetApplicationRoleLazyQuery = exports.useGetApplicationRoleQuery = exports.GetApplicationRoleDocument = exports.useGetApplicationPolicyLazyQuery = exports.useGetApplicationPolicyQuery = exports.GetApplicationPolicyDocument = exports.useUpdateConfigurationMutation = exports.UpdateConfigurationDocument = exports.useReassignConfigurationMutation = exports.ReassignConfigurationDocument = exports.useInitializeTeamInContextMutation = exports.InitializeTeamInContextDocument = exports.useInitializeOrgNameInContextMutation = exports.InitializeOrgNameInContextDocument = exports.useInitiateConfigurationValueMutation = exports.InitiateConfigurationValueDocument = exports.useChangeOrganizationMutation = exports.ChangeOrganizationDocument = exports.useAddResourceToContextMutation = exports.AddResourceToContextDocument = exports.useAddContributionRoleMutation = exports.AddContributionRoleDocument = exports.useFilterIntegrationConfigurationLazyQuery = exports.useFilterIntegrationConfigurationQuery = exports.FilterIntegrationConfigurationDocument = exports.useGetUsersLazyQuery = exports.useGetUsersQuery = void 0;
|
8
|
+
exports.GetOrgWithResourcesConfigurationDocument = exports.useGetRoleLazyQuery = exports.useGetRoleQuery = exports.GetRoleDocument = exports.useGetOrgNameFromContextLazyQuery = exports.useGetOrgNameFromContextQuery = exports.GetOrgNameFromContextDocument = exports.useGetOrgContextLazyQuery = exports.useGetOrgContextQuery = exports.GetOrgContextDocument = exports.useGetContributionRolesLazyQuery = exports.useGetContributionRolesQuery = exports.GetContributionRolesDocument = exports.useDefaultSettingsLazyQuery = exports.useDefaultSettingsQuery = exports.DefaultSettingsDocument = exports.useGetUserConfigurationLazyQuery = exports.useGetUserConfigurationQuery = exports.GetUserConfigurationDocument = exports.useGetResourcesConfigurationLazyQuery = exports.useGetResourcesConfigurationQuery = exports.GetResourcesConfigurationDocument = exports.useResolveConfigurationLazyQuery = exports.useResolveConfigurationQuery = exports.ResolveConfigurationDocument = exports.useGetOrgWithResourcesRoleLazyQuery = exports.useGetOrgWithResourcesRoleQuery = exports.GetOrgWithResourcesRoleDocument = exports.useGetOrgWithResourcesPolicyLazyQuery = exports.useGetOrgWithResourcesPolicyQuery = exports.GetOrgWithResourcesPolicyDocument = exports.useGetOrgRoleLazyQuery = exports.useGetOrgRoleQuery = exports.GetOrgRoleDocument = exports.useGetOrgPolicyLazyQuery = exports.useGetOrgPolicyQuery = exports.GetOrgPolicyDocument = exports.useGetOrgConfigurationLazyQuery = exports.useGetOrgConfigurationQuery = exports.GetOrgConfigurationDocument = exports.useOpenPreferencesSettingsLazyQuery = exports.useOpenPreferencesSettingsQuery = exports.OpenPreferencesSettingsDocument = exports.useGetUserAccessRoleLazyQuery = exports.useGetUserAccessRoleQuery = exports.GetUserAccessRoleDocument = exports.useGetTeamNameFromContextLazyQuery = exports.useGetTeamNameFromContextQuery = exports.GetTeamNameFromContextDocument = exports.useGetTeamContextLazyQuery = void 0;
|
9
|
+
exports.useViewerSettingsLazyQuery = exports.useViewerSettingsQuery = exports.ViewerSettingsDocument = exports.useOrganizationResourceContextLazyQuery = exports.useOrganizationResourceContextQuery = exports.OrganizationResourceContextDocument = exports.useGetConfigurationDataLazyQuery = exports.useGetConfigurationDataQuery = exports.GetConfigurationDataDocument = exports.useUpdateRoleValueMutation = exports.UpdateRoleValueDocument = exports.useUpdatePolicyValueMutation = exports.UpdatePolicyValueDocument = exports.useUpdateOrganizationContextUpdateResourcesMutation = exports.UpdateOrganizationContextUpdateResourcesDocument = exports.useUpdateOrganizationContextRemoveResourcesMutation = exports.UpdateOrganizationContextRemoveResourcesDocument = exports.useUpdateOrganizationContextAddResourcesMutation = exports.UpdateOrganizationContextAddResourcesDocument = exports.useUpdateConfigurationValueMutation = exports.UpdateConfigurationValueDocument = exports.useUpdateConfigurationValueByUriMutation = exports.UpdateConfigurationValueByUriDocument = exports.useSubscribeToPolicyUpdateSubscription = exports.SubscribeToPolicyUpdateDocument = exports.useSubscribeToPermissionUpdateSubscription = exports.SubscribeToPermissionUpdateDocument = exports.useSubscribeToOrganizationContextSubscription = exports.SubscribeToOrganizationContextDocument = exports.useSubscribeToConfigurationUpdateSubscription = exports.SubscribeToConfigurationUpdateDocument = exports.useGetUserWithDefaultConfigurationLazyQuery = exports.useGetUserWithDefaultConfigurationQuery = exports.GetUserWithDefaultConfigurationDocument = exports.useGetOrgWithResourcesConfigurationLazyQuery = exports.useGetOrgWithResourcesConfigurationQuery = void 0;
|
10
10
|
const configuration_1 = require("../configuration");
|
11
11
|
Object.defineProperty(exports, "ConfigurationScope", { enumerable: true, get: function () { return configuration_1.ConfigurationScope; } });
|
12
12
|
const configuration_2 = require("../configuration");
|
13
13
|
Object.defineProperty(exports, "ConfigurationTarget", { enumerable: true, get: function () { return configuration_2.ConfigurationTarget; } });
|
14
14
|
const Apollo = require("@apollo/client");
|
15
15
|
const defaultOptions = {};
|
16
|
-
var IAccountBroadcasterActions;
|
17
|
-
(function (IAccountBroadcasterActions) {
|
18
|
-
IAccountBroadcasterActions["OnAccountCreated"] = "onAccountCreated";
|
19
|
-
IAccountBroadcasterActions["OnAccountUpdated"] = "onAccountUpdated";
|
20
|
-
IAccountBroadcasterActions["OnEmailVerified"] = "onEmailVerified";
|
21
|
-
IAccountBroadcasterActions["OnAccountDeleted"] = "onAccountDeleted";
|
22
|
-
IAccountBroadcasterActions["OnPasswordReset"] = "onPasswordReset";
|
23
|
-
IAccountBroadcasterActions["OnPictureChanged"] = "onPictureChanged";
|
24
|
-
})(IAccountBroadcasterActions = exports.IAccountBroadcasterActions || (exports.IAccountBroadcasterActions = {}));
|
25
16
|
var IAccountServiceAction;
|
26
17
|
(function (IAccountServiceAction) {
|
18
|
+
IAccountServiceAction["OnAccountCreated"] = "onAccountCreated";
|
19
|
+
IAccountServiceAction["OnAccountDeleted"] = "onAccountDeleted";
|
20
|
+
IAccountServiceAction["OnAccountUpdated"] = "onAccountUpdated";
|
21
|
+
IAccountServiceAction["OnEmailVerified"] = "onEmailVerified";
|
22
|
+
IAccountServiceAction["OnPasswordReset"] = "onPasswordReset";
|
23
|
+
IAccountServiceAction["OnPictureChanged"] = "onPictureChanged";
|
27
24
|
IAccountServiceAction["CreateDefaultAccount"] = "createDefaultAccount";
|
25
|
+
IAccountServiceAction["UpdateUserAccount"] = "updateUserAccount";
|
28
26
|
IAccountServiceAction["CreateAccount"] = "createAccount";
|
29
27
|
IAccountServiceAction["FindAccountById"] = "findAccountById";
|
30
28
|
IAccountServiceAction["FindAccountByUser"] = "findAccountByUser";
|
31
29
|
IAccountServiceAction["FindAccountByEmail"] = "findAccountByEmail";
|
30
|
+
IAccountServiceAction["GetUsers"] = "getUsers";
|
32
31
|
IAccountServiceAction["UpdateAccount"] = "updateAccount";
|
33
32
|
IAccountServiceAction["DeleteAccount"] = "deleteAccount";
|
34
|
-
IAccountServiceAction["OnAccountCreated"] = "onAccountCreated";
|
35
|
-
IAccountServiceAction["OnAccountDeleted"] = "onAccountDeleted";
|
36
33
|
IAccountServiceAction["AccountOnBoarding"] = "accountOnBoarding";
|
34
|
+
IAccountServiceAction["VerifyUserEmailVerificationToken"] = "verifyUserEmailVerificationToken";
|
35
|
+
IAccountServiceAction["DeleteUserAccount"] = "deleteUserAccount";
|
36
|
+
IAccountServiceAction["ResendUserEmailVerificationEmail"] = "resendUserEmailVerificationEmail";
|
37
|
+
IAccountServiceAction["DispatchUserVerificationEmail"] = "dispatchUserVerificationEmail";
|
38
|
+
IAccountServiceAction["DispatchUserPasswordResetEmail"] = "dispatchUserPasswordResetEmail";
|
39
|
+
IAccountServiceAction["GetUserTokenDetails"] = "getUserTokenDetails";
|
40
|
+
IAccountServiceAction["AddUserToken"] = "addUserToken";
|
41
|
+
IAccountServiceAction["RemoveUserToken"] = "removeUserToken";
|
42
|
+
IAccountServiceAction["GetAllUserTokens"] = "getAllUserTokens";
|
43
|
+
IAccountServiceAction["GetUserTokens"] = "getUserTokens";
|
44
|
+
IAccountServiceAction["InitiatePasswordResetProcess"] = "initiatePasswordResetProcess";
|
45
|
+
IAccountServiceAction["ResetUserPassword"] = "resetUserPassword";
|
46
|
+
IAccountServiceAction["SendEmailVerificationCode"] = "sendEmailVerificationCode";
|
47
|
+
IAccountServiceAction["ValidateEmailVerificationCode"] = "validateEmailVerificationCode";
|
48
|
+
IAccountServiceAction["GetUserAccountByEmail"] = "getUserAccountByEmail";
|
37
49
|
})(IAccountServiceAction = exports.IAccountServiceAction || (exports.IAccountServiceAction = {}));
|
38
50
|
var IApplicationBillingPlanPolicy;
|
39
51
|
(function (IApplicationBillingPlanPolicy) {
|
@@ -63,6 +75,8 @@ var IApplicationRoles;
|
|
63
75
|
IApplicationRoles["ProjectViewer"] = "PROJECT_VIEWER";
|
64
76
|
IApplicationRoles["TeamMaintainer"] = "TEAM_MAINTAINER";
|
65
77
|
IApplicationRoles["TeamMember"] = "TEAM_MEMBER";
|
78
|
+
/** Role is unknown */
|
79
|
+
IApplicationRoles["Unknown"] = "UNKNOWN";
|
66
80
|
/** User who is logged in */
|
67
81
|
IApplicationRoles["User"] = "USER";
|
68
82
|
})(IApplicationRoles = exports.IApplicationRoles || (exports.IApplicationRoles = {}));
|
@@ -78,8 +92,9 @@ var ICacheControlScope;
|
|
78
92
|
})(ICacheControlScope = exports.ICacheControlScope || (exports.ICacheControlScope = {}));
|
79
93
|
var IClientCacheTypeNames;
|
80
94
|
(function (IClientCacheTypeNames) {
|
95
|
+
IClientCacheTypeNames["ApplicationConfiguration"] = "ApplicationConfiguration";
|
81
96
|
IClientCacheTypeNames["ApplicationPolicy"] = "ApplicationPolicy";
|
82
|
-
IClientCacheTypeNames["
|
97
|
+
IClientCacheTypeNames["ApplicationRole"] = "ApplicationRole";
|
83
98
|
IClientCacheTypeNames["Configuration"] = "Configuration";
|
84
99
|
IClientCacheTypeNames["Context"] = "Context";
|
85
100
|
IClientCacheTypeNames["ContextKeyService"] = "ContextKeyService";
|
@@ -100,6 +115,7 @@ var IClientCacheTypeNames;
|
|
100
115
|
IClientCacheTypeNames["OrganizationResourceConfiguration"] = "OrganizationResourceConfiguration";
|
101
116
|
IClientCacheTypeNames["OrganizationResourceData"] = "OrganizationResourceData";
|
102
117
|
IClientCacheTypeNames["OrganizationRole"] = "OrganizationRole";
|
118
|
+
IClientCacheTypeNames["PolicyConfiguration"] = "PolicyConfiguration";
|
103
119
|
IClientCacheTypeNames["ResourcePolicy"] = "ResourcePolicy";
|
104
120
|
IClientCacheTypeNames["ResourceRole"] = "ResourceRole";
|
105
121
|
IClientCacheTypeNames["ResourceUser"] = "ResourceUser";
|
@@ -135,6 +151,7 @@ var IConfigCollectionName;
|
|
135
151
|
IConfigCollectionName["Application"] = "application";
|
136
152
|
IConfigCollectionName["Clients"] = "clients";
|
137
153
|
IConfigCollectionName["IntegrationWorkflow"] = "integrationWorkflow";
|
154
|
+
IConfigCollectionName["Integrationconfigurations"] = "integrationconfigurations";
|
138
155
|
IConfigCollectionName["Machines"] = "machines";
|
139
156
|
IConfigCollectionName["Organizations"] = "organizations";
|
140
157
|
IConfigCollectionName["Projects"] = "projects";
|
@@ -173,6 +190,12 @@ var IContextServiceAction;
|
|
173
190
|
IContextServiceAction["OnResourceDeleted"] = "onResourceDeleted";
|
174
191
|
IContextServiceAction["OnResourceDeactivated"] = "onResourceDeactivated";
|
175
192
|
})(IContextServiceAction = exports.IContextServiceAction || (exports.IContextServiceAction = {}));
|
193
|
+
var IDeviceInfoPlatform;
|
194
|
+
(function (IDeviceInfoPlatform) {
|
195
|
+
IDeviceInfoPlatform["Mobile"] = "MOBILE";
|
196
|
+
IDeviceInfoPlatform["Web"] = "WEB";
|
197
|
+
IDeviceInfoPlatform["Extension"] = "EXTENSION";
|
198
|
+
})(IDeviceInfoPlatform = exports.IDeviceInfoPlatform || (exports.IDeviceInfoPlatform = {}));
|
176
199
|
var IEditPresentationTypes;
|
177
200
|
(function (IEditPresentationTypes) {
|
178
201
|
IEditPresentationTypes["Multiline"] = "Multiline";
|
@@ -191,10 +214,12 @@ var IGlobalLanguages;
|
|
191
214
|
IGlobalLanguages["French"] = "French";
|
192
215
|
IGlobalLanguages["Russian"] = "Russian";
|
193
216
|
})(IGlobalLanguages = exports.IGlobalLanguages || (exports.IGlobalLanguages = {}));
|
194
|
-
var
|
195
|
-
(function (
|
196
|
-
|
197
|
-
|
217
|
+
var IIntegrationWorkflowServiceAction;
|
218
|
+
(function (IIntegrationWorkflowServiceAction) {
|
219
|
+
IIntegrationWorkflowServiceAction["OnIntegrationWorkflowCreated"] = "onIntegrationWorkflowCreated";
|
220
|
+
IIntegrationWorkflowServiceAction["OnIntegrationWorkflowUpdated"] = "onIntegrationWorkflowUpdated";
|
221
|
+
IIntegrationWorkflowServiceAction["OnIntegrationWorkflowDeleted"] = "onIntegrationWorkflowDeleted";
|
222
|
+
})(IIntegrationWorkflowServiceAction = exports.IIntegrationWorkflowServiceAction || (exports.IIntegrationWorkflowServiceAction = {}));
|
198
223
|
var IInviteStatus;
|
199
224
|
(function (IInviteStatus) {
|
200
225
|
IInviteStatus["Pending"] = "PENDING";
|
@@ -206,6 +231,8 @@ var IMailTemplateId;
|
|
206
231
|
IMailTemplateId["BillingNotificationId"] = "BillingNotificationId";
|
207
232
|
/** Prefix with Db to make sure it look into the database */
|
208
233
|
IMailTemplateId["DbTeamInivitationId"] = "DbTeamInivitationId";
|
234
|
+
/** Prefix with Db to make sure it look into the database */
|
235
|
+
IMailTemplateId["EmailVerificationOtp"] = "EMAIL_VERIFICATION_OTP";
|
209
236
|
IMailTemplateId["JoinNotifyMember"] = "JOIN_NOTIFY_MEMBER";
|
210
237
|
IMailTemplateId["JoinNotifyOwner"] = "JOIN_NOTIFY_OWNER";
|
211
238
|
/** Prefix with Db to make sure it look into the database */
|
@@ -232,6 +259,7 @@ var IMoleculerServiceName;
|
|
232
259
|
IMoleculerServiceName["AccountsPostEventsService"] = "AccountsPostEventsService";
|
233
260
|
IMoleculerServiceName["ApiManagementMoleculerService"] = "ApiManagementMoleculerService";
|
234
261
|
IMoleculerServiceName["AuthUserService"] = "AuthUserService";
|
262
|
+
IMoleculerServiceName["IntegrationWorkflowService"] = "IntegrationWorkflowService";
|
235
263
|
IMoleculerServiceName["OrganizationContextService"] = "OrganizationContextService";
|
236
264
|
IMoleculerServiceName["PaymentEventListener"] = "PaymentEventListener";
|
237
265
|
IMoleculerServiceName["PaymentService"] = "PaymentService";
|
@@ -414,27 +442,6 @@ var ITeamServiceAction;
|
|
414
442
|
ITeamServiceAction["DeclineInvitation"] = "declineInvitation";
|
415
443
|
ITeamServiceAction["SendProjectNotificaiton"] = "sendProjectNotificaiton";
|
416
444
|
})(ITeamServiceAction = exports.ITeamServiceAction || (exports.ITeamServiceAction = {}));
|
417
|
-
/**
|
418
|
-
* The User Account.
|
419
|
-
*
|
420
|
-
* @property
|
421
|
-
* id: User ID
|
422
|
-
* @property
|
423
|
-
* email: The user email
|
424
|
-
* @property
|
425
|
-
* emailVerified: ture if email is verified, otherwise false
|
426
|
-
* @property
|
427
|
-
* featureFlags: Any super power given to the user via a super user
|
428
|
-
* @property
|
429
|
-
* identities: An array of objects with information about the user's identities.
|
430
|
-
* More than one will exists in case accounts are linked.
|
431
|
-
* @property
|
432
|
-
* inactive: true if the user is not currently being billed for service.
|
433
|
-
* @property
|
434
|
-
* isBillingLeader: true if user is BillingLeader
|
435
|
-
* @property
|
436
|
-
* userOgs: the orgs and roles for this user on each.
|
437
|
-
*/
|
438
445
|
var ITokenTypesEnum;
|
439
446
|
(function (ITokenTypesEnum) {
|
440
447
|
ITokenTypesEnum["EmailVerification"] = "EMAIL_VERIFICATION";
|
@@ -460,6 +467,10 @@ var IUserOrderBy;
|
|
460
467
|
IUserOrderBy["UpdatedAtAsc"] = "updatedAt_ASC";
|
461
468
|
IUserOrderBy["UpdatedAtDesc"] = "updatedAt_DESC";
|
462
469
|
})(IUserOrderBy = exports.IUserOrderBy || (exports.IUserOrderBy = {}));
|
470
|
+
var IUserServiceAction;
|
471
|
+
(function (IUserServiceAction) {
|
472
|
+
IUserServiceAction["OnEmailVerified"] = "onEmailVerified";
|
473
|
+
})(IUserServiceAction = exports.IUserServiceAction || (exports.IUserServiceAction = {}));
|
463
474
|
var IVisibility;
|
464
475
|
(function (IVisibility) {
|
465
476
|
IVisibility["Private"] = "private";
|
@@ -840,28 +851,6 @@ function useResendOrganizationInvitationMutation(baseOptions) {
|
|
840
851
|
return Apollo.useMutation(exports.ResendOrganizationInvitationDocument, options);
|
841
852
|
}
|
842
853
|
exports.useResendOrganizationInvitationMutation = useResendOrganizationInvitationMutation;
|
843
|
-
exports.ResendUserEmailVerificationEmailDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "ResendUserEmailVerificationEmail" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "resendUserEmailVerificationEmail" } }] } }] };
|
844
|
-
/**
|
845
|
-
* __useResendUserEmailVerificationEmailMutation__
|
846
|
-
*
|
847
|
-
* To run a mutation, you first call `useResendUserEmailVerificationEmailMutation` within a React component and pass it any options that fit your needs.
|
848
|
-
* When your component renders, `useResendUserEmailVerificationEmailMutation` returns a tuple that includes:
|
849
|
-
* - A mutate function that you can call at any time to execute the mutation
|
850
|
-
* - An object with fields that represent the current status of the mutation's execution
|
851
|
-
*
|
852
|
-
* @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;
|
853
|
-
*
|
854
|
-
* @example
|
855
|
-
* const [resendUserEmailVerificationEmailMutation, { data, loading, error }] = useResendUserEmailVerificationEmailMutation({
|
856
|
-
* variables: {
|
857
|
-
* },
|
858
|
-
* });
|
859
|
-
*/
|
860
|
-
function useResendUserEmailVerificationEmailMutation(baseOptions) {
|
861
|
-
const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
|
862
|
-
return Apollo.useMutation(exports.ResendUserEmailVerificationEmailDocument, options);
|
863
|
-
}
|
864
|
-
exports.useResendUserEmailVerificationEmailMutation = useResendUserEmailVerificationEmailMutation;
|
865
854
|
exports.ResetUserPasswordDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "ResetUserPassword" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "input" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "UserPasswordResetInput" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "resetUserPassword" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "input" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "input" } } }] }] } }] };
|
866
855
|
/**
|
867
856
|
* __useResetUserPasswordMutation__
|
@@ -908,6 +897,29 @@ function useSendUserPasswordResetEmailMutation(baseOptions) {
|
|
908
897
|
return Apollo.useMutation(exports.SendUserPasswordResetEmailDocument, options);
|
909
898
|
}
|
910
899
|
exports.useSendUserPasswordResetEmailMutation = useSendUserPasswordResetEmailMutation;
|
900
|
+
exports.SendEmailVerificationDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "SendEmailVerification" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "email" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "sendEmailVerificationToken" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "email" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "email" } } }] }] } }] };
|
901
|
+
/**
|
902
|
+
* __useSendEmailVerificationMutation__
|
903
|
+
*
|
904
|
+
* To run a mutation, you first call `useSendEmailVerificationMutation` within a React component and pass it any options that fit your needs.
|
905
|
+
* When your component renders, `useSendEmailVerificationMutation` returns a tuple that includes:
|
906
|
+
* - A mutate function that you can call at any time to execute the mutation
|
907
|
+
* - An object with fields that represent the current status of the mutation's execution
|
908
|
+
*
|
909
|
+
* @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;
|
910
|
+
*
|
911
|
+
* @example
|
912
|
+
* const [sendEmailVerificationMutation, { data, loading, error }] = useSendEmailVerificationMutation({
|
913
|
+
* variables: {
|
914
|
+
* email: // value for 'email'
|
915
|
+
* },
|
916
|
+
* });
|
917
|
+
*/
|
918
|
+
function useSendEmailVerificationMutation(baseOptions) {
|
919
|
+
const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
|
920
|
+
return Apollo.useMutation(exports.SendEmailVerificationDocument, options);
|
921
|
+
}
|
922
|
+
exports.useSendEmailVerificationMutation = useSendEmailVerificationMutation;
|
911
923
|
exports.SendOrganizationInvitationDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "sendOrganizationInvitation" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "request" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "OrganizationInvitationRequest" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "sendOrganizationInvitation" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "request" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "request" } } }] }] } }] };
|
912
924
|
/**
|
913
925
|
* __useSendOrganizationInvitationMutation__
|
@@ -1030,29 +1042,53 @@ function useUpdateUserAccountMutation(baseOptions) {
|
|
1030
1042
|
return Apollo.useMutation(exports.UpdateUserAccountDocument, options);
|
1031
1043
|
}
|
1032
1044
|
exports.useUpdateUserAccountMutation = useUpdateUserAccountMutation;
|
1033
|
-
exports.
|
1045
|
+
exports.ValidatePasswordResetOtpDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "ValidatePasswordResetOtp" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "email" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "code" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "validatePasswordResetOtp" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "email" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "email" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "code" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "code" } } }] }] } }] };
|
1034
1046
|
/**
|
1035
|
-
*
|
1047
|
+
* __useValidatePasswordResetOtpMutation__
|
1036
1048
|
*
|
1037
|
-
* To run a mutation, you first call `
|
1038
|
-
* When your component renders, `
|
1049
|
+
* To run a mutation, you first call `useValidatePasswordResetOtpMutation` within a React component and pass it any options that fit your needs.
|
1050
|
+
* When your component renders, `useValidatePasswordResetOtpMutation` returns a tuple that includes:
|
1039
1051
|
* - A mutate function that you can call at any time to execute the mutation
|
1040
1052
|
* - An object with fields that represent the current status of the mutation's execution
|
1041
1053
|
*
|
1042
1054
|
* @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;
|
1043
1055
|
*
|
1044
1056
|
* @example
|
1045
|
-
* const [
|
1057
|
+
* const [validatePasswordResetOtpMutation, { data, loading, error }] = useValidatePasswordResetOtpMutation({
|
1046
1058
|
* variables: {
|
1047
|
-
*
|
1059
|
+
* email: // value for 'email'
|
1060
|
+
* code: // value for 'code'
|
1048
1061
|
* },
|
1049
1062
|
* });
|
1050
1063
|
*/
|
1051
|
-
function
|
1064
|
+
function useValidatePasswordResetOtpMutation(baseOptions) {
|
1052
1065
|
const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
|
1053
|
-
return Apollo.useMutation(exports.
|
1066
|
+
return Apollo.useMutation(exports.ValidatePasswordResetOtpDocument, options);
|
1054
1067
|
}
|
1055
|
-
exports.
|
1068
|
+
exports.useValidatePasswordResetOtpMutation = useValidatePasswordResetOtpMutation;
|
1069
|
+
exports.ValidateUserEmailVerificationDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "ValidateUserEmailVerification" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "code" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "validateUserEmailVerificationToken" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "code" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "code" } } }] }] } }] };
|
1070
|
+
/**
|
1071
|
+
* __useValidateUserEmailVerificationMutation__
|
1072
|
+
*
|
1073
|
+
* To run a mutation, you first call `useValidateUserEmailVerificationMutation` within a React component and pass it any options that fit your needs.
|
1074
|
+
* When your component renders, `useValidateUserEmailVerificationMutation` returns a tuple that includes:
|
1075
|
+
* - A mutate function that you can call at any time to execute the mutation
|
1076
|
+
* - An object with fields that represent the current status of the mutation's execution
|
1077
|
+
*
|
1078
|
+
* @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;
|
1079
|
+
*
|
1080
|
+
* @example
|
1081
|
+
* const [validateUserEmailVerificationMutation, { data, loading, error }] = useValidateUserEmailVerificationMutation({
|
1082
|
+
* variables: {
|
1083
|
+
* code: // value for 'code'
|
1084
|
+
* },
|
1085
|
+
* });
|
1086
|
+
*/
|
1087
|
+
function useValidateUserEmailVerificationMutation(baseOptions) {
|
1088
|
+
const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
|
1089
|
+
return Apollo.useMutation(exports.ValidateUserEmailVerificationDocument, options);
|
1090
|
+
}
|
1091
|
+
exports.useValidateUserEmailVerificationMutation = useValidateUserEmailVerificationMutation;
|
1056
1092
|
exports.GetUserOrganizationsListDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetUserOrganizationsList" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getUserOrganizations" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "title" } }, { "kind": "Field", "name": { "kind": "Name", "value": "status" } }, { "kind": "Field", "name": { "kind": "Name", "value": "createdAt" } }, { "kind": "Field", "name": { "kind": "Name", "value": "isBillingLeader" } }, { "kind": "Field", "name": { "kind": "Name", "value": "orgMembers" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "OrgUser" } }, { "kind": "Field", "name": { "kind": "Name", "value": "inactive" } }] } }] } }] } }, { "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "OrgUser" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "OrgUser" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "userId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "role" } }, { "kind": "Field", "name": { "kind": "Name", "value": "orgName" } }, { "kind": "Field", "name": { "kind": "Name", "value": "isSelf" } }] } }] };
|
1057
1093
|
/**
|
1058
1094
|
* __useGetUserOrganizationsListQuery__
|
@@ -1295,7 +1331,7 @@ function useGetOrgUserLazyQuery(baseOptions) {
|
|
1295
1331
|
return Apollo.useLazyQuery(exports.GetOrgUserDocument, options);
|
1296
1332
|
}
|
1297
1333
|
exports.useGetOrgUserLazyQuery = useGetOrgUserLazyQuery;
|
1298
|
-
exports.GetOrganizationMembersWithNameDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetOrganizationMembersWithName" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "where" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "OrgDetailWhere" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getOrganizationDetail" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "where" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "where" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "orgMembers" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "userId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "inactive" } }, { "kind": "Field", "name": { "kind": "Name", "value": "crossCheckEmail" } }, { "kind": "Field", "name": { "kind": "Name", "value": "role" } }, { "kind": "Field", "name": { "kind": "Name", "value": "user" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "alias" } }, { "kind": "Field", "name": { "kind": "Name", "value": "email" } }, { "kind": "Field", "name": { "kind": "Name", "value": "username" } }, { "kind": "Field", "name": { "kind": "Name", "value": "emailVerified" } }] } }] } }] } }] } }] };
|
1334
|
+
exports.GetOrganizationMembersWithNameDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetOrganizationMembersWithName" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "where" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "OrgDetailWhere" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getOrganizationDetail" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "where" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "where" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "orgMembers" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "userId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "inactive" } }, { "kind": "Field", "name": { "kind": "Name", "value": "crossCheckEmail" } }, { "kind": "Field", "name": { "kind": "Name", "value": "role" } }, { "kind": "Field", "name": { "kind": "Name", "value": "user" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "alias" } }, { "kind": "Field", "name": { "kind": "Name", "value": "email" } }, { "kind": "Field", "name": { "kind": "Name", "value": "username" } }, { "kind": "Field", "name": { "kind": "Name", "value": "emailVerified" } }, { "kind": "Field", "name": { "kind": "Name", "value": "familyName" } }, { "kind": "Field", "name": { "kind": "Name", "value": "givenName" } }] } }] } }] } }] } }] };
|
1299
1335
|
/**
|
1300
1336
|
* __useGetOrganizationMembersWithNameQuery__
|
1301
1337
|
*
|
@@ -1541,7 +1577,7 @@ function useGetUserOrganizationsWithRoleLazyQuery(baseOptions) {
|
|
1541
1577
|
return Apollo.useLazyQuery(exports.GetUserOrganizationsWithRoleDocument, options);
|
1542
1578
|
}
|
1543
1579
|
exports.useGetUserOrganizationsWithRoleLazyQuery = useGetUserOrganizationsWithRoleLazyQuery;
|
1544
|
-
exports.GetOrganizationMembersDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetOrganizationMembers" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "offset" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Int" } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "limit" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Int" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getOrganizationMembers" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "offset" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "offset" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "limit" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "limit" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "totalCount" } }, { "kind": "Field", "name": { "kind": "Name", "value": "data" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "userId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "isSelf" } }, { "kind": "Field", "name": { "kind": "Name", "value": "role" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "email" } }, { "kind": "Field", "name": { "kind": "Name", "value": "teamNames" } }, { "kind": "Field", "name": { "kind": "Name", "value": "crossCheckEmail" } }] } }] } }] } }] };
|
1580
|
+
exports.GetOrganizationMembersDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetOrganizationMembers" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "offset" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Int" } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "limit" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Int" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getOrganizationMembers" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "offset" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "offset" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "limit" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "limit" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "totalCount" } }, { "kind": "Field", "name": { "kind": "Name", "value": "data" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "userId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "isSelf" } }, { "kind": "Field", "name": { "kind": "Name", "value": "role" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "email" } }, { "kind": "Field", "name": { "kind": "Name", "value": "teamNames" } }, { "kind": "Field", "name": { "kind": "Name", "value": "crossCheckEmail" } }, { "kind": "Field", "name": { "kind": "Name", "value": "user" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "familyName" } }, { "kind": "Field", "name": { "kind": "Name", "value": "givenName" } }, { "kind": "Field", "name": { "kind": "Name", "value": "alias" } }, { "kind": "Field", "name": { "kind": "Name", "value": "email" } }] } }] } }] } }] } }] };
|
1545
1581
|
/**
|
1546
1582
|
* __useGetOrganizationMembersQuery__
|
1547
1583
|
*
|
@@ -1837,55 +1873,6 @@ function useFilterIntegrationConfigurationLazyQuery(baseOptions) {
|
|
1837
1873
|
return Apollo.useLazyQuery(exports.FilterIntegrationConfigurationDocument, options);
|
1838
1874
|
}
|
1839
1875
|
exports.useFilterIntegrationConfigurationLazyQuery = useFilterIntegrationConfigurationLazyQuery;
|
1840
|
-
exports.ToggleSidebarDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "toggleSidebar" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "state" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Boolean" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "toggleSidebar" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "state" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "state" } } }], "directives": [{ "kind": "Directive", "name": { "kind": "Name", "value": "client" } }] }] } }] };
|
1841
|
-
/**
|
1842
|
-
* __useToggleSidebarMutation__
|
1843
|
-
*
|
1844
|
-
* To run a mutation, you first call `useToggleSidebarMutation` within a React component and pass it any options that fit your needs.
|
1845
|
-
* When your component renders, `useToggleSidebarMutation` returns a tuple that includes:
|
1846
|
-
* - A mutate function that you can call at any time to execute the mutation
|
1847
|
-
* - An object with fields that represent the current status of the mutation's execution
|
1848
|
-
*
|
1849
|
-
* @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;
|
1850
|
-
*
|
1851
|
-
* @example
|
1852
|
-
* const [toggleSidebarMutation, { data, loading, error }] = useToggleSidebarMutation({
|
1853
|
-
* variables: {
|
1854
|
-
* state: // value for 'state'
|
1855
|
-
* },
|
1856
|
-
* });
|
1857
|
-
*/
|
1858
|
-
function useToggleSidebarMutation(baseOptions) {
|
1859
|
-
const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
|
1860
|
-
return Apollo.useMutation(exports.ToggleSidebarDocument, options);
|
1861
|
-
}
|
1862
|
-
exports.useToggleSidebarMutation = useToggleSidebarMutation;
|
1863
|
-
exports.SidebarStateDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "sidebarState" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "sidebarState" }, "directives": [{ "kind": "Directive", "name": { "kind": "Name", "value": "client" } }] }] } }] };
|
1864
|
-
/**
|
1865
|
-
* __useSidebarStateQuery__
|
1866
|
-
*
|
1867
|
-
* To run a query within a React component, call `useSidebarStateQuery` and pass it any options that fit your needs.
|
1868
|
-
* When your component renders, `useSidebarStateQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
1869
|
-
* you can use to render your UI.
|
1870
|
-
*
|
1871
|
-
* @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;
|
1872
|
-
*
|
1873
|
-
* @example
|
1874
|
-
* const { data, loading, error } = useSidebarStateQuery({
|
1875
|
-
* variables: {
|
1876
|
-
* },
|
1877
|
-
* });
|
1878
|
-
*/
|
1879
|
-
function useSidebarStateQuery(baseOptions) {
|
1880
|
-
const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
|
1881
|
-
return Apollo.useQuery(exports.SidebarStateDocument, options);
|
1882
|
-
}
|
1883
|
-
exports.useSidebarStateQuery = useSidebarStateQuery;
|
1884
|
-
function useSidebarStateLazyQuery(baseOptions) {
|
1885
|
-
const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
|
1886
|
-
return Apollo.useLazyQuery(exports.SidebarStateDocument, options);
|
1887
|
-
}
|
1888
|
-
exports.useSidebarStateLazyQuery = useSidebarStateLazyQuery;
|
1889
1876
|
exports.AddContributionRoleDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "AddContributionRole" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "name" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "description" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "addContributionRole" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "name" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "name" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "description" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "description" } } }] }] } }] };
|
1890
1877
|
/**
|
1891
1878
|
* __useAddContributionRoleMutation__
|
@@ -2103,7 +2090,7 @@ function useGetApplicationPolicyLazyQuery(baseOptions) {
|
|
2103
2090
|
return Apollo.useLazyQuery(exports.GetApplicationPolicyDocument, options);
|
2104
2091
|
}
|
2105
2092
|
exports.useGetApplicationPolicyLazyQuery = useGetApplicationPolicyLazyQuery;
|
2106
|
-
exports.GetApplicationRoleDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetApplicationRole" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "input" } }, "type": { "kind": "ListType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "RoleInput" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getRoles" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "input" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "input" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "
|
2093
|
+
exports.GetApplicationRoleDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetApplicationRole" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "input" } }, "type": { "kind": "ListType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "RoleInput" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getRoles" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "input" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "input" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "ApplicationRole" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "Configuration" } }] } }] } }] } }, { "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "Configuration" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "IConfigurationModel" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "resource" } }, { "kind": "Field", "name": { "kind": "Name", "value": "target" } }, { "kind": "Field", "name": { "kind": "Name", "value": "contents" } }, { "kind": "Field", "name": { "kind": "Name", "value": "keys" } }, { "kind": "Field", "name": { "kind": "Name", "value": "overrides" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "contents" } }, { "kind": "Field", "name": { "kind": "Name", "value": "identifiers" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }] } }] };
|
2107
2094
|
/**
|
2108
2095
|
* __useGetApplicationRoleQuery__
|
2109
2096
|
*
|
@@ -2535,7 +2522,7 @@ function useGetOrgWithResourcesPolicyLazyQuery(baseOptions) {
|
|
2535
2522
|
return Apollo.useLazyQuery(exports.GetOrgWithResourcesPolicyDocument, options);
|
2536
2523
|
}
|
2537
2524
|
exports.useGetOrgWithResourcesPolicyLazyQuery = useGetOrgWithResourcesPolicyLazyQuery;
|
2538
|
-
exports.GetOrgWithResourcesRoleDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetOrgWithResourcesRole" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "input" } }, "type": { "kind": "ListType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "RoleInput" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getRoles" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "input" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "input" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "OrganizationRole" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "Configuration" } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "ResourceRole" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "Configuration" } }] } }] } }] } }, { "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "Configuration" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "IConfigurationModel" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "resource" } }, { "kind": "Field", "name": { "kind": "Name", "value": "target" } }, { "kind": "Field", "name": { "kind": "Name", "value": "contents" } }, { "kind": "Field", "name": { "kind": "Name", "value": "keys" } }, { "kind": "Field", "name": { "kind": "Name", "value": "overrides" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "contents" } }, { "kind": "Field", "name": { "kind": "Name", "value": "identifiers" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }] } }] };
|
2525
|
+
exports.GetOrgWithResourcesRoleDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetOrgWithResourcesRole" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "input" } }, "type": { "kind": "ListType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "RoleInput" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getRoles" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "input" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "input" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "OrganizationRole" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "Configuration" } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "ResourceRole" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "Configuration" } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "ApplicationRole" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "Configuration" } }] } }] } }] } }, { "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "Configuration" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "IConfigurationModel" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "resource" } }, { "kind": "Field", "name": { "kind": "Name", "value": "target" } }, { "kind": "Field", "name": { "kind": "Name", "value": "contents" } }, { "kind": "Field", "name": { "kind": "Name", "value": "keys" } }, { "kind": "Field", "name": { "kind": "Name", "value": "overrides" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "contents" } }, { "kind": "Field", "name": { "kind": "Name", "value": "identifiers" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }] } }] };
|
2539
2526
|
/**
|
2540
2527
|
* __useGetOrgWithResourcesRoleQuery__
|
2541
2528
|
*
|