@adminide-stack/core 5.0.1-alpha.0 → 5.0.1-alpha.12
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/billing-plan.js +1 -5
- package/lib/constants/configuration.js +7 -11
- package/lib/constants/constants.js +2 -6
- package/lib/constants/default-workspace-config.js +3 -7
- package/lib/constants/routes.js +2 -7
- package/lib/constants/types.js +6 -10
- package/lib/constants/urls.js +2 -6
- package/lib/core/configurations/configuration.js +19 -34
- package/lib/core/configurations/events/ConfigurationChangeEvent.js +6 -18
- package/lib/core/configurations/helpers/configuration.js +10 -29
- package/lib/core/configurations/models/ConfigurationModel.js +6 -15
- package/lib/core/disposable.js +4 -10
- package/lib/core/event.js +2 -7
- package/lib/core/organization/configuration.js +3 -9
- package/lib/core/organization/helpers/organization-helpers.js +4 -15
- package/lib/core/organization/organization.js +10 -24
- package/lib/core/path.js +1 -6
- package/lib/enums/connection-status.js +1 -5
- package/lib/enums/integration-configuration-status.js +1 -5
- package/lib/enums/integrations-configuration-steps.js +1 -5
- package/lib/enums/integrations-connection-names.js +1 -5
- package/lib/enums/integrations.js +1 -5
- package/lib/enums/permissions.js +1 -5
- package/lib/enums/team-member-status.js +1 -5
- package/lib/errors/auth-error-messages.js +3 -7
- package/lib/errors/auth-error.js +3 -9
- package/lib/index.js +1 -26
- package/lib/interfaces/apollo-context.d.ts +2 -1
- package/lib/interfaces/configuration/configuration.js +6 -12
- package/lib/interfaces/generated/generated-models.d.ts +4877 -3007
- package/lib/interfaces/generated/generated-models.js +844 -783
- package/lib/interfaces/organization/organization-context.js +5 -10
- package/lib/interfaces/platform.d.ts +1 -0
- package/lib/modules/account-api/enums/index.js +1 -5
- package/lib/modules/billing-api/enums/index.js +2 -6
- package/lib/modules/inbox/enums/index.js +1 -5
- package/lib/services/abstract-configuration.d.ts +1 -1
- package/lib/services/abstract-configuration.js +19 -43
- package/lib/services/abstract-organization-context-service.js +15 -43
- package/lib/utils/configuration-utils.js +1 -6
- package/lib/utils/date-utils.js +1 -6
- package/lib/utils/flatten-utils.js +3 -43
- package/lib/utils/generate-uri.js +10 -27
- package/lib/utils/generated-settings-id.js +4 -10
- package/lib/utils/omit-deep.js +3 -9
- package/lib/utils/roles-utils.js +3 -11
- package/lib/utils/uri.js +5 -12
- package/lib/utils/utils.js +2 -20
- package/lib/utils/validations.js +1 -6
- package/package.json +9 -6
- package/lib/constants/billing-plan.js.map +0 -1
- package/lib/constants/configuration.js.map +0 -1
- package/lib/constants/constants.js.map +0 -1
- package/lib/constants/default-workspace-config.js.map +0 -1
- package/lib/constants/index.js +0 -24
- package/lib/constants/index.js.map +0 -1
- package/lib/constants/routes.js.map +0 -1
- package/lib/constants/types.js.map +0 -1
- package/lib/constants/urls.js.map +0 -1
- package/lib/core/configurations/configuration.js.map +0 -1
- package/lib/core/configurations/configuration.test.js +0 -20
- package/lib/core/configurations/configuration.test.js.map +0 -1
- package/lib/core/configurations/events/AbstractConfigurationChangEvent.d.ts +0 -0
- package/lib/core/configurations/events/AbstractConfigurationChangEvent.js +0 -25
- package/lib/core/configurations/events/AbstractConfigurationChangEvent.js.map +0 -1
- package/lib/core/configurations/events/AllKeysConfigurationChangeEvent.d.ts +0 -0
- package/lib/core/configurations/events/AllKeysConfigurationChangeEvent.js +0 -27
- package/lib/core/configurations/events/AllKeysConfigurationChangeEvent.js.map +0 -1
- package/lib/core/configurations/events/ConfigurationChangeEvent.js.map +0 -1
- package/lib/core/configurations/events/OrganizationConfigurationChangeEvent.d.ts +0 -0
- package/lib/core/configurations/events/OrganizationConfigurationChangeEvent.js +0 -37
- package/lib/core/configurations/events/OrganizationConfigurationChangeEvent.js.map +0 -1
- package/lib/core/configurations/events/index.js +0 -21
- package/lib/core/configurations/events/index.js.map +0 -1
- package/lib/core/configurations/helpers/configuration.js.map +0 -1
- package/lib/core/configurations/helpers/index.js +0 -18
- package/lib/core/configurations/helpers/index.js.map +0 -1
- package/lib/core/configurations/index.js +0 -21
- package/lib/core/configurations/index.js.map +0 -1
- package/lib/core/configurations/models/ConfigurationModel.js.map +0 -1
- package/lib/core/configurations/models/ConfigurationModel.test.js +0 -172
- package/lib/core/configurations/models/ConfigurationModel.test.js.map +0 -1
- package/lib/core/configurations/models/index.js +0 -18
- package/lib/core/configurations/models/index.js.map +0 -1
- package/lib/core/disposable.js.map +0 -1
- package/lib/core/event.js.map +0 -1
- package/lib/core/event.test.js +0 -15
- package/lib/core/event.test.js.map +0 -1
- package/lib/core/index.js +0 -23
- package/lib/core/index.js.map +0 -1
- package/lib/core/organization/configuration.js.map +0 -1
- package/lib/core/organization/helpers/index.js +0 -18
- package/lib/core/organization/helpers/index.js.map +0 -1
- package/lib/core/organization/helpers/organization-helpers.js.map +0 -1
- package/lib/core/organization/index.js +0 -20
- package/lib/core/organization/index.js.map +0 -1
- package/lib/core/organization/organization.js.map +0 -1
- package/lib/core/path.js.map +0 -1
- package/lib/core/path.test.js +0 -205
- package/lib/core/path.test.js.map +0 -1
- package/lib/core/types.js +0 -3
- package/lib/core/types.js.map +0 -1
- package/lib/core/uri.js +0 -158
- package/lib/core/uri.js.map +0 -1
- package/lib/core/uri.test.js +0 -136
- package/lib/core/uri.test.js.map +0 -1
- package/lib/enums/connection-status.js.map +0 -1
- package/lib/enums/index.js +0 -24
- package/lib/enums/index.js.map +0 -1
- package/lib/enums/integration-configuration-status.js.map +0 -1
- package/lib/enums/integrations-configuration-steps.js.map +0 -1
- package/lib/enums/integrations-connection-names.js.map +0 -1
- package/lib/enums/integrations.js.map +0 -1
- package/lib/enums/permissions.js.map +0 -1
- package/lib/enums/team-member-status.js.map +0 -1
- package/lib/errors/auth-error-messages.js.map +0 -1
- package/lib/errors/auth-error.js.map +0 -1
- package/lib/errors/index.js +0 -19
- package/lib/errors/index.js.map +0 -1
- package/lib/index.js.map +0 -1
- package/lib/interfaces/apollo-context.js +0 -3
- package/lib/interfaces/apollo-context.js.map +0 -1
- package/lib/interfaces/common.js +0 -3
- package/lib/interfaces/common.js.map +0 -1
- package/lib/interfaces/configuration/configuration-file-service.js +0 -3
- package/lib/interfaces/configuration/configuration-file-service.js.map +0 -1
- package/lib/interfaces/configuration/configuration-server-service.js +0 -3
- package/lib/interfaces/configuration/configuration-server-service.js.map +0 -1
- package/lib/interfaces/configuration/configuration.js.map +0 -1
- package/lib/interfaces/configuration/configurationRegistry.js +0 -3
- package/lib/interfaces/configuration/configurationRegistry.js.map +0 -1
- package/lib/interfaces/configuration/configuraton-service.js +0 -3
- package/lib/interfaces/configuration/configuraton-service.js.map +0 -1
- package/lib/interfaces/configuration/event.js +0 -3
- package/lib/interfaces/configuration/event.js.map +0 -1
- package/lib/interfaces/configuration/index.js +0 -23
- package/lib/interfaces/configuration/index.js.map +0 -1
- package/lib/interfaces/contex-key-service.js +0 -3
- package/lib/interfaces/contex-key-service.js.map +0 -1
- package/lib/interfaces/database-migration.js +0 -3
- package/lib/interfaces/database-migration.js.map +0 -1
- package/lib/interfaces/enum.js +0 -71
- package/lib/interfaces/enum.js.map +0 -1
- package/lib/interfaces/environment/argv.js +0 -3
- package/lib/interfaces/environment/argv.js.map +0 -1
- package/lib/interfaces/environment/environment-service.js +0 -3
- package/lib/interfaces/environment/environment-service.js.map +0 -1
- package/lib/interfaces/environment/index.js +0 -19
- package/lib/interfaces/environment/index.js.map +0 -1
- package/lib/interfaces/generated/generated-models.js.map +0 -1
- package/lib/interfaces/generated/index.js +0 -18
- package/lib/interfaces/generated/index.js.map +0 -1
- package/lib/interfaces/index.js +0 -36
- package/lib/interfaces/index.js.map +0 -1
- package/lib/interfaces/lifecycle-service.js +0 -8
- package/lib/interfaces/lifecycle-service.js.map +0 -1
- package/lib/interfaces/log/index.js +0 -18
- package/lib/interfaces/log/index.js.map +0 -1
- package/lib/interfaces/log/log-service.js +0 -3
- package/lib/interfaces/log/log-service.js.map +0 -1
- package/lib/interfaces/nav-items.js +0 -3
- package/lib/interfaces/nav-items.js.map +0 -1
- package/lib/interfaces/organization/index.js +0 -20
- package/lib/interfaces/organization/index.js.map +0 -1
- package/lib/interfaces/organization/organization-context-service.js +0 -3
- package/lib/interfaces/organization/organization-context-service.js.map +0 -1
- package/lib/interfaces/organization/organization-context.js.map +0 -1
- package/lib/interfaces/organization/organizations-context.js +0 -3
- package/lib/interfaces/organization/organizations-context.js.map +0 -1
- package/lib/interfaces/page-store.js +0 -3
- package/lib/interfaces/page-store.js.map +0 -1
- package/lib/interfaces/permissions.js +0 -3
- package/lib/interfaces/permissions.js.map +0 -1
- package/lib/interfaces/platform.js +0 -3
- package/lib/interfaces/platform.js.map +0 -1
- package/lib/interfaces/preferences-service.js +0 -3
- package/lib/interfaces/preferences-service.js.map +0 -1
- package/lib/interfaces/service.js +0 -3
- package/lib/interfaces/service.js.map +0 -1
- package/lib/interfaces/workbench-exports.js +0 -9
- package/lib/interfaces/workbench-exports.js.map +0 -1
- package/lib/modules/account-api/enums/index.js.map +0 -1
- package/lib/modules/account-api/index.js +0 -18
- package/lib/modules/account-api/index.js.map +0 -1
- package/lib/modules/billing-api/enums/index.js.map +0 -1
- package/lib/modules/billing-api/index.js +0 -18
- package/lib/modules/billing-api/index.js.map +0 -1
- package/lib/modules/inbox/enums/index.js.map +0 -1
- package/lib/modules/inbox/index.js +0 -18
- package/lib/modules/inbox/index.js.map +0 -1
- package/lib/modules/index.js +0 -20
- package/lib/modules/index.js.map +0 -1
- package/lib/services/abstract-configuration.js.map +0 -1
- package/lib/services/abstract-organization-context-service.js.map +0 -1
- package/lib/services/index.js +0 -19
- package/lib/services/index.js.map +0 -1
- package/lib/utils/configuration-utils.js.map +0 -1
- package/lib/utils/date-utils.js.map +0 -1
- package/lib/utils/flatten-utils.js.map +0 -1
- package/lib/utils/generate-uri.js.map +0 -1
- package/lib/utils/generated-settings-id.js.map +0 -1
- package/lib/utils/index.js +0 -26
- package/lib/utils/index.js.map +0 -1
- package/lib/utils/omit-deep.js.map +0 -1
- package/lib/utils/roles-utils.js.map +0 -1
- package/lib/utils/uri.js.map +0 -1
- package/lib/utils/utils.js.map +0 -1
- package/lib/utils/validations.js.map +0 -1
@@ -1,61 +1,47 @@
|
|
1
|
-
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
-
exports.DefaultSettingFragmentDoc = exports.ConfigurationUpdateEventFragmentDoc = exports.UserCreationEventFragmentDoc = exports.OrgUserFragmentDoc = exports.AllContextFragmentDoc = exports.IVisibility = exports.IUserServiceAction = exports.IUserOrderBy = exports.IUserBroadcasterAction = exports.ITokenTypesEnum = exports.ITeamServiceAction = 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.IConfigurationServiceAction = 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.OrgUserIdContextFragmentDoc = exports.OrganizationUserFragmentDoc = exports.OrgContextFragmentDoc = exports.OrgNameInContextFragmentDoc = exports.MachineConfigurationFragmentDoc = exports.DefaultContextFragmentDoc = exports.ContextConfigurationFragmentDoc = exports.ResourceDataFragmentDoc = exports.ConfigurationFragmentDoc = exports.OverWriteRoleValueFragmentDoc = void 0;
|
5
|
-
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.useVerifyPhoneOtpMutation = exports.VerifyPhoneOtpDocument = 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 = exports.useSendPhoneOtpMutation = exports.SendPhoneOtpDocument = void 0;
|
6
|
-
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 = exports.useGetOrganizationTeamsQuery = exports.GetOrganizationTeamsDocument = exports.useGetOrganizationMembersWithNameLazyQuery = exports.useGetOrganizationMembersWithNameQuery = void 0;
|
7
|
-
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 = exports.GetUsersDocument = exports.useGetOrgMembersWithRolesLazyQuery = exports.useGetOrgMembersWithRolesQuery = exports.GetOrgMembersWithRolesDocument = void 0;
|
8
|
-
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.useGetUserRoleLazyQuery = exports.useGetUserRoleQuery = exports.GetUserRoleDocument = exports.useGetUserAccessRoleLazyQuery = exports.useGetUserAccessRoleQuery = exports.GetUserAccessRoleDocument = exports.useGetTeamNameFromContextLazyQuery = exports.useGetTeamNameFromContextQuery = exports.GetTeamNameFromContextDocument = exports.useGetTeamContextLazyQuery = exports.useGetTeamContextQuery = exports.GetTeamContextDocument = exports.useGetDefaultRoleLazyQuery = exports.useGetDefaultRoleQuery = 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 = exports.GetOrgWithResourcesConfigurationDocument = exports.useGetRoleLazyQuery = exports.useGetRoleQuery = exports.GetRoleDocument = exports.useGetOrgNameFromContextLazyQuery = exports.useGetOrgNameFromContextQuery = exports.GetOrgNameFromContextDocument = void 0;
|
10
|
-
const configuration_1 = require("../configuration");
|
11
|
-
Object.defineProperty(exports, "ConfigurationScope", { enumerable: true, get: function () { return configuration_1.ConfigurationScope; } });
|
12
|
-
const configuration_2 = require("../configuration");
|
13
|
-
Object.defineProperty(exports, "ConfigurationTarget", { enumerable: true, get: function () { return configuration_2.ConfigurationTarget; } });
|
14
|
-
const Apollo = require("@apollo/client");
|
15
|
-
const defaultOptions = {};
|
1
|
+
export{ConfigurationTarget}from'../configuration/configuration.js';import*as Apollo from'@apollo/client/index.js';const defaultOptions = {};
|
16
2
|
var IAccountServiceAction;
|
17
3
|
(function (IAccountServiceAction) {
|
18
|
-
IAccountServiceAction["
|
19
|
-
IAccountServiceAction["
|
20
|
-
IAccountServiceAction["OnAccountUpdated"] = "onAccountUpdated";
|
21
|
-
IAccountServiceAction["OnEmailVerified"] = "onEmailVerified";
|
22
|
-
IAccountServiceAction["OnPasswordReset"] = "onPasswordReset";
|
23
|
-
IAccountServiceAction["OnPictureChanged"] = "onPictureChanged";
|
24
|
-
IAccountServiceAction["CreateDefaultAccount"] = "createDefaultAccount";
|
25
|
-
IAccountServiceAction["UpdateUserAccount"] = "updateUserAccount";
|
4
|
+
IAccountServiceAction["AccountOnBoarding"] = "accountOnBoarding";
|
5
|
+
IAccountServiceAction["AddUserToken"] = "addUserToken";
|
26
6
|
IAccountServiceAction["CreateAccount"] = "createAccount";
|
27
|
-
IAccountServiceAction["
|
28
|
-
IAccountServiceAction["FindAccountByUser"] = "findAccountByUser";
|
29
|
-
IAccountServiceAction["FindAccountByEmail"] = "findAccountByEmail";
|
30
|
-
IAccountServiceAction["GetUsers"] = "getUsers";
|
31
|
-
IAccountServiceAction["UpdateAccount"] = "updateAccount";
|
7
|
+
IAccountServiceAction["CreateDefaultAccount"] = "createDefaultAccount";
|
32
8
|
IAccountServiceAction["DeleteAccount"] = "deleteAccount";
|
33
|
-
IAccountServiceAction["AccountOnBoarding"] = "accountOnBoarding";
|
34
|
-
IAccountServiceAction["VerifyUserEmailVerificationToken"] = "verifyUserEmailVerificationToken";
|
35
9
|
IAccountServiceAction["DeleteUserAccount"] = "deleteUserAccount";
|
36
|
-
IAccountServiceAction["ResendUserEmailVerificationEmail"] = "resendUserEmailVerificationEmail";
|
37
|
-
IAccountServiceAction["DispatchUserVerificationEmail"] = "dispatchUserVerificationEmail";
|
38
10
|
IAccountServiceAction["DispatchUserPasswordResetEmail"] = "dispatchUserPasswordResetEmail";
|
39
|
-
IAccountServiceAction["
|
40
|
-
IAccountServiceAction["
|
41
|
-
IAccountServiceAction["
|
11
|
+
IAccountServiceAction["DispatchUserVerificationEmail"] = "dispatchUserVerificationEmail";
|
12
|
+
IAccountServiceAction["FindAccountByEmail"] = "findAccountByEmail";
|
13
|
+
IAccountServiceAction["FindAccountById"] = "findAccountById";
|
14
|
+
IAccountServiceAction["FindAccountByUser"] = "findAccountByUser";
|
42
15
|
IAccountServiceAction["GetAllUserTokens"] = "getAllUserTokens";
|
16
|
+
IAccountServiceAction["GetUserAccountByEmail"] = "getUserAccountByEmail";
|
17
|
+
IAccountServiceAction["GetUserTokenDetails"] = "getUserTokenDetails";
|
43
18
|
IAccountServiceAction["GetUserTokens"] = "getUserTokens";
|
19
|
+
IAccountServiceAction["GetUsers"] = "getUsers";
|
44
20
|
IAccountServiceAction["InitiatePasswordResetProcess"] = "initiatePasswordResetProcess";
|
21
|
+
IAccountServiceAction["OnAccountCreated"] = "onAccountCreated";
|
22
|
+
IAccountServiceAction["OnAccountDeleted"] = "onAccountDeleted";
|
23
|
+
IAccountServiceAction["OnAccountUpdated"] = "onAccountUpdated";
|
24
|
+
IAccountServiceAction["OnEmailVerified"] = "onEmailVerified";
|
25
|
+
IAccountServiceAction["OnPasswordReset"] = "onPasswordReset";
|
26
|
+
IAccountServiceAction["OnPictureChanged"] = "onPictureChanged";
|
27
|
+
IAccountServiceAction["RemoveUserToken"] = "removeUserToken";
|
28
|
+
IAccountServiceAction["ResendUserEmailVerificationEmail"] = "resendUserEmailVerificationEmail";
|
45
29
|
IAccountServiceAction["ResetUserPassword"] = "resetUserPassword";
|
46
30
|
IAccountServiceAction["SendEmailVerificationCode"] = "sendEmailVerificationCode";
|
31
|
+
IAccountServiceAction["UpdateAccount"] = "updateAccount";
|
32
|
+
IAccountServiceAction["UpdateUserAccount"] = "updateUserAccount";
|
47
33
|
IAccountServiceAction["ValidateEmailVerificationCode"] = "validateEmailVerificationCode";
|
48
|
-
IAccountServiceAction["
|
49
|
-
})(IAccountServiceAction
|
34
|
+
IAccountServiceAction["VerifyUserEmailVerificationToken"] = "verifyUserEmailVerificationToken";
|
35
|
+
})(IAccountServiceAction || (IAccountServiceAction = {}));
|
50
36
|
var IApplicationBillingPlanPolicy;
|
51
37
|
(function (IApplicationBillingPlanPolicy) {
|
38
|
+
IApplicationBillingPlanPolicy["Alerts"] = "Alerts";
|
39
|
+
IApplicationBillingPlanPolicy["CustomFields"] = "CustomFields";
|
52
40
|
IApplicationBillingPlanPolicy["Invoicing"] = "Invoicing";
|
53
41
|
IApplicationBillingPlanPolicy["ManagerRole"] = "ManagerRole";
|
54
42
|
IApplicationBillingPlanPolicy["ProjectTemplates"] = "ProjectTemplates";
|
55
43
|
IApplicationBillingPlanPolicy["ScheduledReports"] = "ScheduledReports";
|
56
|
-
|
57
|
-
IApplicationBillingPlanPolicy["CustomFields"] = "CustomFields";
|
58
|
-
})(IApplicationBillingPlanPolicy = exports.IApplicationBillingPlanPolicy || (exports.IApplicationBillingPlanPolicy = {}));
|
44
|
+
})(IApplicationBillingPlanPolicy || (IApplicationBillingPlanPolicy = {}));
|
59
45
|
var IApplicationRoles;
|
60
46
|
(function (IApplicationRoles) {
|
61
47
|
/** Admin of an Organization */
|
@@ -79,17 +65,17 @@ var IApplicationRoles;
|
|
79
65
|
IApplicationRoles["Unknown"] = "UNKNOWN";
|
80
66
|
/** User who is logged in */
|
81
67
|
IApplicationRoles["User"] = "USER";
|
82
|
-
})(IApplicationRoles
|
68
|
+
})(IApplicationRoles || (IApplicationRoles = {}));
|
83
69
|
var IAuthErrorCodes;
|
84
70
|
(function (IAuthErrorCodes) {
|
85
|
-
IAuthErrorCodes["Unauthenticated"] = "UNAUTHENTICATED";
|
86
71
|
IAuthErrorCodes["InternalServerError"] = "INTERNAL_SERVER_ERROR";
|
87
|
-
|
72
|
+
IAuthErrorCodes["Unauthenticated"] = "UNAUTHENTICATED";
|
73
|
+
})(IAuthErrorCodes || (IAuthErrorCodes = {}));
|
88
74
|
var ICacheControlScope;
|
89
75
|
(function (ICacheControlScope) {
|
90
|
-
ICacheControlScope["Public"] = "PUBLIC";
|
91
76
|
ICacheControlScope["Private"] = "PRIVATE";
|
92
|
-
|
77
|
+
ICacheControlScope["Public"] = "PUBLIC";
|
78
|
+
})(ICacheControlScope || (ICacheControlScope = {}));
|
93
79
|
var IClientCacheTypeNames;
|
94
80
|
(function (IClientCacheTypeNames) {
|
95
81
|
IClientCacheTypeNames["ApplicationConfiguration"] = "ApplicationConfiguration";
|
@@ -123,7 +109,7 @@ var IClientCacheTypeNames;
|
|
123
109
|
IClientCacheTypeNames["SettingsSection"] = "SettingsSection";
|
124
110
|
IClientCacheTypeNames["UserAccount"] = "UserAccount";
|
125
111
|
IClientCacheTypeNames["UserConfiguration"] = "UserConfiguration";
|
126
|
-
})(IClientCacheTypeNames
|
112
|
+
})(IClientCacheTypeNames || (IClientCacheTypeNames = {}));
|
127
113
|
var IClientContainerService;
|
128
114
|
(function (IClientContainerService) {
|
129
115
|
IClientContainerService["ApolloErrorHandler"] = "ApolloErrorHandler";
|
@@ -140,12 +126,12 @@ var IClientContainerService;
|
|
140
126
|
IClientContainerService["IPermissionService"] = "IPermissionService";
|
141
127
|
IClientContainerService["IPreferenceService"] = "IPreferenceService";
|
142
128
|
IClientContainerService["ITeamKeyContextService"] = "ITeamKeyContextService";
|
143
|
-
})(IClientContainerService
|
129
|
+
})(IClientContainerService || (IClientContainerService = {}));
|
144
130
|
var IClientTypes;
|
145
131
|
(function (IClientTypes) {
|
146
132
|
IClientTypes["Business"] = "Business";
|
147
133
|
IClientTypes["Individuals"] = "Individuals";
|
148
|
-
})(IClientTypes
|
134
|
+
})(IClientTypes || (IClientTypes = {}));
|
149
135
|
var IConfigCollectionName;
|
150
136
|
(function (IConfigCollectionName) {
|
151
137
|
IConfigCollectionName["Accounts"] = "accounts";
|
@@ -160,22 +146,22 @@ var IConfigCollectionName;
|
|
160
146
|
IConfigCollectionName["Tasks"] = "tasks";
|
161
147
|
IConfigCollectionName["Teams"] = "teams";
|
162
148
|
IConfigCollectionName["Workspaces"] = "workspaces";
|
163
|
-
})(IConfigCollectionName
|
149
|
+
})(IConfigCollectionName || (IConfigCollectionName = {}));
|
164
150
|
var IConfigFragmentName;
|
165
151
|
(function (IConfigFragmentName) {
|
166
|
-
IConfigFragmentName["Resources"] = "resources";
|
167
|
-
IConfigFragmentName["Settings"] = "settings";
|
168
|
-
IConfigFragmentName["Policies"] = "policies";
|
169
152
|
IConfigFragmentName["ApplicationPolicies"] = "applicationPolicies";
|
170
|
-
|
153
|
+
/** Billing */
|
154
|
+
IConfigFragmentName["BillingPlanPolicies"] = "billingPlanPolicies";
|
171
155
|
IConfigFragmentName["ContributionRoles"] = "contributionRoles";
|
172
|
-
/** Team Members Document with role value */
|
173
|
-
IConfigFragmentName["TeamMembers"] = "teamMembers";
|
174
156
|
/** Organization Members Document with role value */
|
175
157
|
IConfigFragmentName["OrgMembers"] = "orgMembers";
|
176
|
-
|
177
|
-
IConfigFragmentName["
|
178
|
-
|
158
|
+
IConfigFragmentName["Policies"] = "policies";
|
159
|
+
IConfigFragmentName["Resources"] = "resources";
|
160
|
+
IConfigFragmentName["Roles"] = "roles";
|
161
|
+
IConfigFragmentName["Settings"] = "settings";
|
162
|
+
/** Team Members Document with role value */
|
163
|
+
IConfigFragmentName["TeamMembers"] = "teamMembers";
|
164
|
+
})(IConfigFragmentName || (IConfigFragmentName = {}));
|
179
165
|
var IConfigurationContributionNames;
|
180
166
|
(function (IConfigurationContributionNames) {
|
181
167
|
IConfigurationContributionNames["DefaultPermissions"] = "defaultPermissions";
|
@@ -183,7 +169,7 @@ var IConfigurationContributionNames;
|
|
183
169
|
IConfigurationContributionNames["DefaultSettings"] = "defaultSettings";
|
184
170
|
/** Integration settings */
|
185
171
|
IConfigurationContributionNames["Integration"] = "integration";
|
186
|
-
})(IConfigurationContributionNames
|
172
|
+
})(IConfigurationContributionNames || (IConfigurationContributionNames = {}));
|
187
173
|
var IConfigurationServiceAction;
|
188
174
|
(function (IConfigurationServiceAction) {
|
189
175
|
IConfigurationServiceAction["GetAllConfigurationData"] = "getAllConfigurationData";
|
@@ -193,50 +179,50 @@ var IConfigurationServiceAction;
|
|
193
179
|
IConfigurationServiceAction["Parser"] = "parser";
|
194
180
|
IConfigurationServiceAction["ReadFile"] = "readFile";
|
195
181
|
IConfigurationServiceAction["UpdateValue"] = "updateValue";
|
196
|
-
})(IConfigurationServiceAction
|
182
|
+
})(IConfigurationServiceAction || (IConfigurationServiceAction = {}));
|
197
183
|
var IContextServiceAction;
|
198
184
|
(function (IContextServiceAction) {
|
199
185
|
IContextServiceAction["OnResourceCreated"] = "onResourceCreated";
|
200
|
-
IContextServiceAction["OnResourceUpdated"] = "onResourceUpdated";
|
201
|
-
IContextServiceAction["OnResourceDeleted"] = "onResourceDeleted";
|
202
186
|
IContextServiceAction["OnResourceDeactivated"] = "onResourceDeactivated";
|
203
|
-
|
187
|
+
IContextServiceAction["OnResourceDeleted"] = "onResourceDeleted";
|
188
|
+
IContextServiceAction["OnResourceUpdated"] = "onResourceUpdated";
|
189
|
+
})(IContextServiceAction || (IContextServiceAction = {}));
|
204
190
|
var IDeviceInfoPlatform;
|
205
191
|
(function (IDeviceInfoPlatform) {
|
192
|
+
IDeviceInfoPlatform["Extension"] = "EXTENSION";
|
206
193
|
IDeviceInfoPlatform["Mobile"] = "MOBILE";
|
207
194
|
IDeviceInfoPlatform["Web"] = "WEB";
|
208
|
-
|
209
|
-
})(IDeviceInfoPlatform = exports.IDeviceInfoPlatform || (exports.IDeviceInfoPlatform = {}));
|
195
|
+
})(IDeviceInfoPlatform || (IDeviceInfoPlatform = {}));
|
210
196
|
var IEditPresentationTypes;
|
211
197
|
(function (IEditPresentationTypes) {
|
212
198
|
IEditPresentationTypes["Multiline"] = "Multiline";
|
213
199
|
IEditPresentationTypes["Singleline"] = "Singleline";
|
214
|
-
})(IEditPresentationTypes
|
200
|
+
})(IEditPresentationTypes || (IEditPresentationTypes = {}));
|
215
201
|
var IGlobalCurrencies;
|
216
202
|
(function (IGlobalCurrencies) {
|
217
|
-
IGlobalCurrencies["Usd"] = "USD";
|
218
|
-
IGlobalCurrencies["Euro"] = "EURO";
|
219
203
|
IGlobalCurrencies["Aud"] = "AUD";
|
220
|
-
|
204
|
+
IGlobalCurrencies["Euro"] = "EURO";
|
205
|
+
IGlobalCurrencies["Usd"] = "USD";
|
206
|
+
})(IGlobalCurrencies || (IGlobalCurrencies = {}));
|
221
207
|
var IGlobalLanguages;
|
222
208
|
(function (IGlobalLanguages) {
|
223
209
|
IGlobalLanguages["English"] = "English";
|
224
|
-
IGlobalLanguages["Spanish"] = "Spanish";
|
225
210
|
IGlobalLanguages["French"] = "French";
|
226
211
|
IGlobalLanguages["Russian"] = "Russian";
|
227
|
-
|
212
|
+
IGlobalLanguages["Spanish"] = "Spanish";
|
213
|
+
})(IGlobalLanguages || (IGlobalLanguages = {}));
|
228
214
|
var IIntegrationWorkflowServiceAction;
|
229
215
|
(function (IIntegrationWorkflowServiceAction) {
|
230
216
|
IIntegrationWorkflowServiceAction["OnIntegrationWorkflowCreated"] = "onIntegrationWorkflowCreated";
|
231
|
-
IIntegrationWorkflowServiceAction["OnIntegrationWorkflowUpdated"] = "onIntegrationWorkflowUpdated";
|
232
217
|
IIntegrationWorkflowServiceAction["OnIntegrationWorkflowDeleted"] = "onIntegrationWorkflowDeleted";
|
233
|
-
|
218
|
+
IIntegrationWorkflowServiceAction["OnIntegrationWorkflowUpdated"] = "onIntegrationWorkflowUpdated";
|
219
|
+
})(IIntegrationWorkflowServiceAction || (IIntegrationWorkflowServiceAction = {}));
|
234
220
|
var IInviteStatus;
|
235
221
|
(function (IInviteStatus) {
|
236
|
-
IInviteStatus["Pending"] = "PENDING";
|
237
222
|
IInviteStatus["Accepted"] = "ACCEPTED";
|
238
223
|
IInviteStatus["Declined"] = "DECLINED";
|
239
|
-
|
224
|
+
IInviteStatus["Pending"] = "PENDING";
|
225
|
+
})(IInviteStatus || (IInviteStatus = {}));
|
240
226
|
var IMailTemplateId;
|
241
227
|
(function (IMailTemplateId) {
|
242
228
|
IMailTemplateId["BillingNotificationId"] = "BillingNotificationId";
|
@@ -253,15 +239,15 @@ var IMailTemplateId;
|
|
253
239
|
IMailTemplateId["UserEmailVerificationNotification"] = "USER_EMAIL_VERIFICATION_NOTIFICATION";
|
254
240
|
IMailTemplateId["UserPasswordReset"] = "USER_PASSWORD_RESET";
|
255
241
|
IMailTemplateId["Dummy"] = "dummy";
|
256
|
-
})(IMailTemplateId
|
242
|
+
})(IMailTemplateId || (IMailTemplateId = {}));
|
257
243
|
var IMenuPosition;
|
258
244
|
(function (IMenuPosition) {
|
245
|
+
IMenuPosition["Bottom"] = "BOTTOM";
|
259
246
|
IMenuPosition["Logo"] = "LOGO";
|
260
|
-
IMenuPosition["Upper"] = "UPPER";
|
261
|
-
IMenuPosition["Middle"] = "MIDDLE";
|
262
247
|
IMenuPosition["Lower"] = "LOWER";
|
263
|
-
IMenuPosition["
|
264
|
-
|
248
|
+
IMenuPosition["Middle"] = "MIDDLE";
|
249
|
+
IMenuPosition["Upper"] = "UPPER";
|
250
|
+
})(IMenuPosition || (IMenuPosition = {}));
|
265
251
|
/** All Moleculer Topic names are extended from this. */
|
266
252
|
var IMoleculerServiceName;
|
267
253
|
(function (IMoleculerServiceName) {
|
@@ -282,14 +268,14 @@ var IMoleculerServiceName;
|
|
282
268
|
IMoleculerServiceName["Dummy"] = "dummy";
|
283
269
|
/** Actions */
|
284
270
|
IMoleculerServiceName["OnConfigurationUpdated"] = "onConfigurationUpdated";
|
285
|
-
})(IMoleculerServiceName
|
271
|
+
})(IMoleculerServiceName || (IMoleculerServiceName = {}));
|
286
272
|
var IOrgUserRole;
|
287
273
|
(function (IOrgUserRole) {
|
274
|
+
IOrgUserRole["Admin"] = "ADMIN";
|
288
275
|
IOrgUserRole["BillingLeader"] = "BILLING_LEADER";
|
289
276
|
IOrgUserRole["Member"] = "MEMBER";
|
290
|
-
IOrgUserRole["Admin"] = "ADMIN";
|
291
277
|
IOrgUserRole["Owner"] = "OWNER";
|
292
|
-
})(IOrgUserRole
|
278
|
+
})(IOrgUserRole || (IOrgUserRole = {}));
|
293
279
|
/**
|
294
280
|
* OrganizationInvitationRole: The possible organization invitation roles.
|
295
281
|
*
|
@@ -302,39 +288,39 @@ var IOrgUserRole;
|
|
302
288
|
var IOrgainizationInvitationRole;
|
303
289
|
(function (IOrgainizationInvitationRole) {
|
304
290
|
IOrgainizationInvitationRole["Admin"] = "ADMIN";
|
305
|
-
IOrgainizationInvitationRole["Reinstate"] = "REINSTATE";
|
306
|
-
IOrgainizationInvitationRole["DirectMember"] = "DIRECT_MEMBER";
|
307
291
|
IOrgainizationInvitationRole["BillingManager"] = "BILLING_MANAGER";
|
308
|
-
|
292
|
+
IOrgainizationInvitationRole["DirectMember"] = "DIRECT_MEMBER";
|
293
|
+
IOrgainizationInvitationRole["Reinstate"] = "REINSTATE";
|
294
|
+
})(IOrgainizationInvitationRole || (IOrgainizationInvitationRole = {}));
|
309
295
|
/** Subscription event for context */
|
310
296
|
var IOrganizationContextPubSubEvents;
|
311
297
|
(function (IOrganizationContextPubSubEvents) {
|
312
|
-
IOrganizationContextPubSubEvents["OrganizationContextUpdated"] = "OrganizationContextUpdated";
|
313
|
-
IOrganizationContextPubSubEvents["OrganizationPolicyUpdated"] = "OrganizationPolicyUpdated";
|
314
298
|
IOrganizationContextPubSubEvents["OrganizationConfigurationUpdated"] = "OrganizationConfigurationUpdated";
|
299
|
+
IOrganizationContextPubSubEvents["OrganizationContextUpdated"] = "OrganizationContextUpdated";
|
315
300
|
IOrganizationContextPubSubEvents["OrganizationPermissionUpdated"] = "OrganizationPermissionUpdated";
|
316
|
-
|
301
|
+
IOrganizationContextPubSubEvents["OrganizationPolicyUpdated"] = "OrganizationPolicyUpdated";
|
302
|
+
})(IOrganizationContextPubSubEvents || (IOrganizationContextPubSubEvents = {}));
|
317
303
|
var IOrganizationServiceAction;
|
318
304
|
(function (IOrganizationServiceAction) {
|
319
|
-
IOrganizationServiceAction["GetOrganization"] = "getOrganization";
|
320
305
|
IOrganizationServiceAction["CreateDefaultOrganization"] = "createDefaultOrganization";
|
321
|
-
IOrganizationServiceAction["GetUserOrganizations"] = "getUserOrganizations";
|
322
306
|
IOrganizationServiceAction["CreateOrganization"] = "createOrganization";
|
323
|
-
IOrganizationServiceAction["
|
324
|
-
IOrganizationServiceAction["
|
307
|
+
IOrganizationServiceAction["GetOrganization"] = "getOrganization";
|
308
|
+
IOrganizationServiceAction["GetUserOrganizations"] = "getUserOrganizations";
|
309
|
+
IOrganizationServiceAction["OnCreateOrganization"] = "onCreateOrganization";
|
310
|
+
IOrganizationServiceAction["OnCreateTeam"] = "onCreateTeam";
|
311
|
+
IOrganizationServiceAction["OnOrgMemberRemoved"] = "onOrgMemberRemoved";
|
325
312
|
IOrganizationServiceAction["OnOrganizationCreated"] = "onOrganizationCreated";
|
326
|
-
IOrganizationServiceAction["OnOrganizationUpdated"] = "onOrganizationUpdated";
|
327
313
|
IOrganizationServiceAction["OnOrganizationDeleted"] = "onOrganizationDeleted";
|
328
|
-
IOrganizationServiceAction["
|
314
|
+
IOrganizationServiceAction["OnOrganizationUpdated"] = "onOrganizationUpdated";
|
329
315
|
IOrganizationServiceAction["OnOrganizationsDeactivated"] = "onOrganizationsDeactivated";
|
330
|
-
IOrganizationServiceAction["
|
331
|
-
IOrganizationServiceAction["OnUserInvitationSend"] = "onUserInvitationSend";
|
332
|
-
IOrganizationServiceAction["OnUserInvitationResend"] = "onUserInvitationResend";
|
333
|
-
IOrganizationServiceAction["OnOrgMemberRemoved"] = "onOrgMemberRemoved";
|
334
|
-
IOrganizationServiceAction["OnCreateOrganization"] = "onCreateOrganization";
|
335
|
-
IOrganizationServiceAction["OnCreateTeam"] = "onCreateTeam";
|
316
|
+
IOrganizationServiceAction["OnOrganizationsDeleted"] = "onOrganizationsDeleted";
|
336
317
|
IOrganizationServiceAction["OnSendInvitation"] = "onSendInvitation";
|
337
|
-
|
318
|
+
IOrganizationServiceAction["OnUserInvitationResend"] = "onUserInvitationResend";
|
319
|
+
IOrganizationServiceAction["OnUserInvitationSend"] = "onUserInvitationSend";
|
320
|
+
IOrganizationServiceAction["OnUserJoinedOrganization"] = "onUserJoinedOrganization";
|
321
|
+
IOrganizationServiceAction["RemoveOrganization"] = "removeOrganization";
|
322
|
+
IOrganizationServiceAction["UpdateOrganization"] = "updateOrganization";
|
323
|
+
})(IOrganizationServiceAction || (IOrganizationServiceAction = {}));
|
338
324
|
var IPermissionAction;
|
339
325
|
(function (IPermissionAction) {
|
340
326
|
IPermissionAction["Create"] = "Create";
|
@@ -343,7 +329,7 @@ var IPermissionAction;
|
|
343
329
|
IPermissionAction["Invite"] = "Invite";
|
344
330
|
IPermissionAction["Manage"] = "Manage";
|
345
331
|
IPermissionAction["View"] = "View";
|
346
|
-
})(IPermissionAction
|
332
|
+
})(IPermissionAction || (IPermissionAction = {}));
|
347
333
|
var IPermissionResource;
|
348
334
|
(function (IPermissionResource) {
|
349
335
|
IPermissionResource["Members"] = "Members";
|
@@ -352,109 +338,109 @@ var IPermissionResource;
|
|
352
338
|
IPermissionResource["Roles"] = "Roles";
|
353
339
|
IPermissionResource["Settings"] = "Settings";
|
354
340
|
IPermissionResource["Teams"] = "Teams";
|
355
|
-
})(IPermissionResource
|
341
|
+
})(IPermissionResource || (IPermissionResource = {}));
|
356
342
|
var IPermissionType;
|
357
343
|
(function (IPermissionType) {
|
358
344
|
IPermissionType["Allow"] = "Allow";
|
359
345
|
IPermissionType["Deny"] = "Deny";
|
360
346
|
IPermissionType["NotSet"] = "NotSet";
|
361
|
-
})(IPermissionType
|
347
|
+
})(IPermissionType || (IPermissionType = {}));
|
362
348
|
var IPortalLanguage;
|
363
349
|
(function (IPortalLanguage) {
|
364
350
|
IPortalLanguage["English"] = "English";
|
365
|
-
IPortalLanguage["Hindi"] = "Hindi";
|
366
351
|
IPortalLanguage["Gujarati"] = "Gujarati";
|
367
|
-
IPortalLanguage["
|
352
|
+
IPortalLanguage["Hindi"] = "Hindi";
|
368
353
|
IPortalLanguage["Russian"] = "Russian";
|
369
|
-
|
354
|
+
IPortalLanguage["Spanish"] = "Spanish";
|
355
|
+
})(IPortalLanguage || (IPortalLanguage = {}));
|
370
356
|
var IPreDefinedRole;
|
371
357
|
(function (IPreDefinedRole) {
|
372
|
-
IPreDefinedRole["Owner"] = "OWNER";
|
373
358
|
IPreDefinedRole["Admin"] = "ADMIN";
|
359
|
+
IPreDefinedRole["BillingLeader"] = "BILLING_LEADER";
|
360
|
+
IPreDefinedRole["Contributors"] = "CONTRIBUTORS";
|
361
|
+
IPreDefinedRole["DirectMember"] = "DIRECT_MEMBER";
|
362
|
+
IPreDefinedRole["Guest"] = "GUEST";
|
374
363
|
IPreDefinedRole["Maintainer"] = "MAINTAINER";
|
375
364
|
IPreDefinedRole["Member"] = "MEMBER";
|
365
|
+
IPreDefinedRole["Owner"] = "OWNER";
|
376
366
|
IPreDefinedRole["ProjectAdmin"] = "PROJECT_ADMIN";
|
377
|
-
IPreDefinedRole["BillingLeader"] = "BILLING_LEADER";
|
378
|
-
IPreDefinedRole["DirectMember"] = "DIRECT_MEMBER";
|
379
367
|
IPreDefinedRole["Viewer"] = "VIEWER";
|
380
|
-
|
381
|
-
IPreDefinedRole["Contributors"] = "CONTRIBUTORS";
|
382
|
-
})(IPreDefinedRole = exports.IPreDefinedRole || (exports.IPreDefinedRole = {}));
|
368
|
+
})(IPreDefinedRole || (IPreDefinedRole = {}));
|
383
369
|
/** Registry Extensions */
|
384
370
|
var IRegistryExtensions;
|
385
371
|
(function (IRegistryExtensions) {
|
386
|
-
IRegistryExtensions["UserRole"] = "UserRole";
|
387
|
-
IRegistryExtensions["Permissions"] = "Permissions";
|
388
|
-
IRegistryExtensions["Policies"] = "Policies";
|
389
372
|
IRegistryExtensions["Configuration"] = "Configuration";
|
390
373
|
IRegistryExtensions["JsonContribution"] = "JSONContribution";
|
391
|
-
|
374
|
+
IRegistryExtensions["Permissions"] = "Permissions";
|
375
|
+
IRegistryExtensions["Policies"] = "Policies";
|
376
|
+
IRegistryExtensions["UserRole"] = "UserRole";
|
377
|
+
})(IRegistryExtensions || (IRegistryExtensions = {}));
|
392
378
|
var IResourceAuthority;
|
393
379
|
(function (IResourceAuthority) {
|
394
|
-
IResourceAuthority["Defaultsettings"] = "defaultsettings";
|
395
380
|
IResourceAuthority["Defaultpermissions"] = "defaultpermissions";
|
396
381
|
IResourceAuthority["Defaultpolicies"] = "defaultpolicies";
|
397
|
-
|
382
|
+
IResourceAuthority["Defaultsettings"] = "defaultsettings";
|
383
|
+
})(IResourceAuthority || (IResourceAuthority = {}));
|
398
384
|
var IRole;
|
399
385
|
(function (IRole) {
|
400
386
|
IRole["Admin"] = "ADMIN";
|
401
387
|
IRole["Reviewer"] = "REVIEWER";
|
402
|
-
IRole["User"] = "USER";
|
403
388
|
IRole["Unknown"] = "UNKNOWN";
|
404
|
-
|
389
|
+
IRole["User"] = "USER";
|
390
|
+
})(IRole || (IRole = {}));
|
405
391
|
var IRouteParams;
|
406
392
|
(function (IRouteParams) {
|
407
393
|
IRouteParams["OrgName"] = "orgName";
|
408
394
|
IRouteParams["TeamName"] = "teamName";
|
409
|
-
})(IRouteParams
|
395
|
+
})(IRouteParams || (IRouteParams = {}));
|
410
396
|
var ISettingValueType;
|
411
397
|
(function (ISettingValueType) {
|
412
|
-
ISettingValueType["Null"] = "Null";
|
413
|
-
ISettingValueType["Enum"] = "Enum";
|
414
|
-
ISettingValueType["String"] = "String";
|
415
|
-
ISettingValueType["Integer"] = "Integer";
|
416
|
-
ISettingValueType["Number"] = "Number";
|
417
398
|
ISettingValueType["Boolean"] = "Boolean";
|
418
|
-
ISettingValueType["Exclude"] = "Exclude";
|
419
399
|
ISettingValueType["Complex"] = "Complex";
|
400
|
+
ISettingValueType["Enum"] = "Enum";
|
401
|
+
ISettingValueType["Exclude"] = "Exclude";
|
402
|
+
ISettingValueType["Integer"] = "Integer";
|
403
|
+
ISettingValueType["Null"] = "Null";
|
420
404
|
ISettingValueType["NullableInteger"] = "NullableInteger";
|
421
405
|
ISettingValueType["NullableNumber"] = "NullableNumber";
|
422
|
-
|
406
|
+
ISettingValueType["Number"] = "Number";
|
407
|
+
ISettingValueType["String"] = "String";
|
408
|
+
})(ISettingValueType || (ISettingValueType = {}));
|
423
409
|
var ISortEnum;
|
424
410
|
(function (ISortEnum) {
|
425
411
|
ISortEnum["Asc"] = "ASC";
|
426
412
|
ISortEnum["Desc"] = "DESC";
|
427
|
-
})(ISortEnum
|
413
|
+
})(ISortEnum || (ISortEnum = {}));
|
428
414
|
var ITeamServiceAction;
|
429
415
|
(function (ITeamServiceAction) {
|
416
|
+
ITeamServiceAction["AcceptInvitation"] = "acceptInvitation";
|
417
|
+
ITeamServiceAction["AddWorkspaces"] = "addWorkspaces";
|
418
|
+
ITeamServiceAction["CreateDefaultTeam"] = "createDefaultTeam";
|
419
|
+
ITeamServiceAction["CreateTeam"] = "createTeam";
|
420
|
+
ITeamServiceAction["DeclineInvitation"] = "declineInvitation";
|
421
|
+
ITeamServiceAction["GetInvitation"] = "getInvitation";
|
430
422
|
ITeamServiceAction["GetTeam"] = "getTeam";
|
431
423
|
ITeamServiceAction["GetUserTeams"] = "getUserTeams";
|
432
|
-
ITeamServiceAction["CreateTeam"] = "createTeam";
|
433
|
-
ITeamServiceAction["UpdateTeam"] = "updateTeam";
|
434
|
-
ITeamServiceAction["AddWorkspaces"] = "addWorkspaces";
|
435
|
-
ITeamServiceAction["ResendInvitation"] = "resendInvitation";
|
436
424
|
ITeamServiceAction["RemoveTeam"] = "removeTeam";
|
437
|
-
ITeamServiceAction["
|
425
|
+
ITeamServiceAction["ResendInvitation"] = "resendInvitation";
|
438
426
|
ITeamServiceAction["SendInvitation"] = "sendInvitation";
|
439
|
-
ITeamServiceAction["CreateDefaultTeam"] = "createDefaultTeam";
|
440
|
-
ITeamServiceAction["AcceptInvitation"] = "acceptInvitation";
|
441
|
-
ITeamServiceAction["DeclineInvitation"] = "declineInvitation";
|
442
427
|
ITeamServiceAction["SendProjectNotificaiton"] = "sendProjectNotificaiton";
|
443
|
-
|
428
|
+
ITeamServiceAction["UpdateTeam"] = "updateTeam";
|
429
|
+
})(ITeamServiceAction || (ITeamServiceAction = {}));
|
444
430
|
var ITokenTypesEnum;
|
445
431
|
(function (ITokenTypesEnum) {
|
446
432
|
ITokenTypesEnum["EmailVerification"] = "EMAIL_VERIFICATION";
|
447
433
|
ITokenTypesEnum["PasswordReset"] = "PASSWORD_RESET";
|
448
|
-
})(ITokenTypesEnum
|
434
|
+
})(ITokenTypesEnum || (ITokenTypesEnum = {}));
|
449
435
|
var IUserBroadcasterAction;
|
450
436
|
(function (IUserBroadcasterAction) {
|
451
|
-
IUserBroadcasterAction["OnUserLoggedIn"] = "onUserLoggedIn";
|
452
437
|
IUserBroadcasterAction["OnUserCreated"] = "onUserCreated";
|
453
|
-
IUserBroadcasterAction["OnUserUpdated"] = "onUserUpdated";
|
454
438
|
IUserBroadcasterAction["OnUserDeleted"] = "onUserDeleted";
|
455
|
-
IUserBroadcasterAction["
|
439
|
+
IUserBroadcasterAction["OnUserLoggedIn"] = "onUserLoggedIn";
|
456
440
|
IUserBroadcasterAction["OnUserSessionInitialized"] = "onUserSessionInitialized";
|
457
|
-
|
441
|
+
IUserBroadcasterAction["OnUserSessionRevoked"] = "onUserSessionRevoked";
|
442
|
+
IUserBroadcasterAction["OnUserUpdated"] = "onUserUpdated";
|
443
|
+
})(IUserBroadcasterAction || (IUserBroadcasterAction = {}));
|
458
444
|
var IUserOrderBy;
|
459
445
|
(function (IUserOrderBy) {
|
460
446
|
IUserOrderBy["Auth0UserIdAsc"] = "auth0UserId_ASC";
|
@@ -467,40 +453,40 @@ var IUserOrderBy;
|
|
467
453
|
IUserOrderBy["IdDesc"] = "id_DESC";
|
468
454
|
IUserOrderBy["UpdatedAtAsc"] = "updatedAt_ASC";
|
469
455
|
IUserOrderBy["UpdatedAtDesc"] = "updatedAt_DESC";
|
470
|
-
})(IUserOrderBy
|
456
|
+
})(IUserOrderBy || (IUserOrderBy = {}));
|
471
457
|
var IUserServiceAction;
|
472
458
|
(function (IUserServiceAction) {
|
473
459
|
IUserServiceAction["OnEmailVerified"] = "onEmailVerified";
|
474
|
-
})(IUserServiceAction
|
460
|
+
})(IUserServiceAction || (IUserServiceAction = {}));
|
475
461
|
var IVisibility;
|
476
462
|
(function (IVisibility) {
|
477
463
|
IVisibility["Private"] = "private";
|
478
464
|
IVisibility["Public"] = "public";
|
479
|
-
})(IVisibility
|
480
|
-
|
481
|
-
|
482
|
-
|
483
|
-
|
484
|
-
|
485
|
-
|
486
|
-
|
487
|
-
|
488
|
-
|
489
|
-
|
490
|
-
|
491
|
-
|
492
|
-
|
493
|
-
|
494
|
-
|
495
|
-
|
496
|
-
|
497
|
-
|
498
|
-
|
499
|
-
|
500
|
-
|
501
|
-
|
502
|
-
|
503
|
-
|
465
|
+
})(IVisibility || (IVisibility = {}));
|
466
|
+
const AllContextFragmentDoc = { "kind": "Document", "definitions": [{ "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "AllContext" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Context" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "teamResource" } }, { "kind": "Field", "name": { "kind": "Name", "value": "orgResource" } }, { "kind": "Field", "name": { "kind": "Name", "value": "orgResourceId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "orgResourceName" } }] } }] };
|
467
|
+
const OrgUserFragmentDoc = { "kind": "Document", "definitions": [{ "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" } }] } }] };
|
468
|
+
const UserCreationEventFragmentDoc = { "kind": "Document", "definitions": [{ "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "UserCreationEvent" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "UserProfile" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "nickname" } }, { "kind": "Field", "name": { "kind": "Name", "value": "picture" } }, { "kind": "Field", "name": { "kind": "Name", "value": "user_id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "username" } }, { "kind": "Field", "name": { "kind": "Name", "value": "given_name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "family_name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "email" } }, { "kind": "Field", "name": { "kind": "Name", "value": "email_verified" } }, { "kind": "Field", "name": { "kind": "Name", "value": "user_metadata" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "last_name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "first_name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "phone_number" } }, { "kind": "Field", "name": { "kind": "Name", "value": "work_email" } }, { "kind": "Field", "name": { "kind": "Name", "value": "country" } }, { "kind": "Field", "name": { "kind": "Name", "value": "company_name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "dob" } }, { "kind": "Field", "name": { "kind": "Name", "value": "zip_code" } }] } }] } }] };
|
469
|
+
const ConfigurationUpdateEventFragmentDoc = { "kind": "Document", "definitions": [{ "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "ConfigurationUpdateEvent" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "ConfigurationUpdateEvent" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "contents" } }, { "kind": "Field", "name": { "kind": "Name", "value": "resource" } }, { "kind": "Field", "name": { "kind": "Name", "value": "overrides" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "resource" } }, { "kind": "Field", "name": { "kind": "Name", "value": "overrideIdentifier" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "target" } }, { "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }] } }] };
|
470
|
+
const DefaultSettingFragmentDoc = { "kind": "Document", "definitions": [{ "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "DefaultSetting" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "ContributionSettings" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "key" } }, { "kind": "Field", "name": { "kind": "Name", "value": "value" } }, { "kind": "Field", "name": { "kind": "Name", "value": "description" } }, { "kind": "Field", "name": { "kind": "Name", "value": "descriptionIsMarkdown" } }, { "kind": "Field", "name": { "kind": "Name", "value": "deprecationMessage" } }, { "kind": "Field", "name": { "kind": "Name", "value": "type" } }, { "kind": "Field", "name": { "kind": "Name", "value": "order" } }, { "kind": "Field", "name": { "kind": "Name", "value": "enum" } }, { "kind": "Field", "name": { "kind": "Name", "value": "objectProperties" } }, { "kind": "Field", "name": { "kind": "Name", "value": "objectPatternProperties" } }, { "kind": "Field", "name": { "kind": "Name", "value": "objectAdditionalProperties" } }, { "kind": "Field", "name": { "kind": "Name", "value": "enumDescriptions" } }, { "kind": "Field", "name": { "kind": "Name", "value": "enumDescriptionsAreMarkdown" } }, { "kind": "Field", "name": { "kind": "Name", "value": "tags" } }, { "kind": "Field", "name": { "kind": "Name", "value": "properties" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "readOnly" } }, { "kind": "Field", "name": { "kind": "Name", "value": "disabled" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "arrayItemType" } }, { "kind": "Field", "name": { "kind": "Name", "value": "settingDependencies" } }, { "kind": "Field", "name": { "kind": "Name", "value": "minimum" } }, { "kind": "Field", "name": { "kind": "Name", "value": "maximum" } }, { "kind": "Field", "name": { "kind": "Name", "value": "maxLength" } }, { "kind": "Field", "name": { "kind": "Name", "value": "minLength" } }, { "kind": "Field", "name": { "kind": "Name", "value": "maxItems" } }, { "kind": "Field", "name": { "kind": "Name", "value": "minItems" } }] } }] };
|
471
|
+
const OverWriteRoleValueFragmentDoc = { "kind": "Document", "definitions": [{ "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "OverWriteRoleValue" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "ContributionSettings" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "key" } }, { "kind": "Field", "name": { "kind": "Name", "value": "value" } }] } }] };
|
472
|
+
const ConfigurationFragmentDoc = { "kind": "Document", "definitions": [{ "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" } }] } }] };
|
473
|
+
const ResourceDataFragmentDoc = { "kind": "Document", "definitions": [{ "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "ResourceData" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "IResourceData" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "uri" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "index" } }] } }] };
|
474
|
+
const ContextConfigurationFragmentDoc = { "kind": "Document", "definitions": [{ "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "ContextConfiguration" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "OrganizationData" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "configuration" } }, { "kind": "Field", "name": { "kind": "Name", "value": "resources" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "ResourceData" } }] } }] } }, { "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "ResourceData" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "IResourceData" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "uri" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "index" } }] } }] };
|
475
|
+
const DefaultContextFragmentDoc = { "kind": "Document", "definitions": [{ "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "DefaultContext" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Context" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "orgName" } }] } }] };
|
476
|
+
const MachineConfigurationFragmentDoc = { "kind": "Document", "definitions": [{ "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "MachineConfiguration" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "MachineConfiguration" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "resource" } }, { "kind": "Field", "name": { "kind": "Name", "value": "contents" } }, { "kind": "Field", "name": { "kind": "Name", "value": "keys" } }, { "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }] } }] };
|
477
|
+
const OrgNameInContextFragmentDoc = { "kind": "Document", "definitions": [{ "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "OrgNameInContext" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Context" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "orgName" } }] } }] };
|
478
|
+
const OrgContextFragmentDoc = { "kind": "Document", "definitions": [{ "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "OrgContext" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Context" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "orgName" } }, { "kind": "Field", "name": { "kind": "Name", "value": "orgUri" } }] } }] };
|
479
|
+
const OrganizationUserFragmentDoc = { "kind": "Document", "definitions": [{ "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "OrganizationUser" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "IOrgUser" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "role" } }, { "kind": "Field", "name": { "kind": "Name", "value": "orgName" } }, { "kind": "Field", "name": { "kind": "Name", "value": "isSelf" } }] } }] };
|
480
|
+
const OrgUserIdContextFragmentDoc = { "kind": "Document", "definitions": [{ "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "OrgUserIdContext" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Context" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "orgName" } }, { "kind": "Field", "name": { "kind": "Name", "value": "orgUri" } }, { "kind": "Field", "name": { "kind": "Name", "value": "userId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "teamName" } }] } }] };
|
481
|
+
const ResourceUserRoleFragmentDoc = { "kind": "Document", "definitions": [{ "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "ResourceUserRole" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "ResourceUser" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "role" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "isSelf" } }, { "kind": "Field", "name": { "kind": "Name", "value": "orgName" } }] } }] };
|
482
|
+
const RoleTargetFragmentDoc = { "kind": "Document", "definitions": [{ "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "RoleTarget" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "ContributionRoles" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "target" } }] } }] };
|
483
|
+
const TeamNameInContextFragmentDoc = { "kind": "Document", "definitions": [{ "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "TeamNameInContext" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Context" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "teamName" } }] } }] };
|
484
|
+
const TeamContextFragmentDoc = { "kind": "Document", "definitions": [{ "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "TeamContext" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Context" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "teamName" } }, { "kind": "Field", "name": { "kind": "Name", "value": "teamUri" } }] } }] };
|
485
|
+
const TeamWithOrgOnContextFragmentDoc = { "kind": "Document", "definitions": [{ "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "TeamWithOrgOnContext" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Context" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "orgName" } }, { "kind": "Field", "name": { "kind": "Name", "value": "teamName" } }] } }] };
|
486
|
+
const AccountBillingPreferencesFragmentDoc = { "kind": "Document", "definitions": [{ "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "AccountBillingPreferences" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Preferences" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "account" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "notification" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "primaryEmail" } }, { "kind": "Field", "name": { "kind": "Name", "value": "billing" } }] } }] } }] } }] };
|
487
|
+
const ConfigurationModelFragmentDoc = { "kind": "Document", "definitions": [{ "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "ConfigurationModel" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "ConfigurationModel" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "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" } }] } }] } }] };
|
488
|
+
const OrganizationDataFragmentDoc = { "kind": "Document", "definitions": [{ "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "OrganizationData" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "OrganizationData" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "resources" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "OrganizationResourceData" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "ResourceData" } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "ExternalResourceData" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "ResourceData" } }] } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "configuration" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }] } }, { "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "ResourceData" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "IResourceData" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "uri" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "index" } }] } }] };
|
489
|
+
const AcceptOrganizationInvitationDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "acceptOrganizationInvitation" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "id" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "ID" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "notification" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "OrganizationNotificationValues" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "acceptOrganizationInvitation" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "id" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "id" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "notification" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "notification" } } }] }] } }] };
|
504
490
|
/**
|
505
491
|
* __useAcceptOrganizationInvitationMutation__
|
506
492
|
*
|
@@ -520,11 +506,10 @@ exports.AcceptOrganizationInvitationDocument = { "kind": "Document", "definition
|
|
520
506
|
* });
|
521
507
|
*/
|
522
508
|
function useAcceptOrganizationInvitationMutation(baseOptions) {
|
523
|
-
const options =
|
524
|
-
return Apollo.useMutation(
|
509
|
+
const options = { ...defaultOptions, ...baseOptions };
|
510
|
+
return Apollo.useMutation(AcceptOrganizationInvitationDocument, options);
|
525
511
|
}
|
526
|
-
|
527
|
-
exports.AccountOnBoardingDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "AccountOnBoarding" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "input" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "IOnBoardingParams" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "accountOnBoarding" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "input" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "input" } } }] }] } }] };
|
512
|
+
const AccountOnBoardingDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "AccountOnBoarding" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "input" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "IOnBoardingParams" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "accountOnBoarding" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "input" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "input" } } }] }] } }] };
|
528
513
|
/**
|
529
514
|
* __useAccountOnBoardingMutation__
|
530
515
|
*
|
@@ -543,11 +528,10 @@ exports.AccountOnBoardingDocument = { "kind": "Document", "definitions": [{ "kin
|
|
543
528
|
* });
|
544
529
|
*/
|
545
530
|
function useAccountOnBoardingMutation(baseOptions) {
|
546
|
-
const options =
|
547
|
-
return Apollo.useMutation(
|
531
|
+
const options = { ...defaultOptions, ...baseOptions };
|
532
|
+
return Apollo.useMutation(AccountOnBoardingDocument, options);
|
548
533
|
}
|
549
|
-
|
550
|
-
exports.AddTeamMembersDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "AddTeamMembers" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "orgName" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "teamName" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "memberIds" } }, "type": { "kind": "NonNullType", "type": { "kind": "ListType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "addTeamMembers" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "orgName" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "orgName" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "teamName" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "teamName" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "memberIds" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "memberIds" } } }] }] } }] };
|
534
|
+
const AddTeamMembersDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "AddTeamMembers" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "orgName" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "teamName" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "memberIds" } }, "type": { "kind": "NonNullType", "type": { "kind": "ListType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "addTeamMembers" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "orgName" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "orgName" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "teamName" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "teamName" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "memberIds" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "memberIds" } } }] }] } }] };
|
551
535
|
/**
|
552
536
|
* __useAddTeamMembersMutation__
|
553
537
|
*
|
@@ -568,11 +552,10 @@ exports.AddTeamMembersDocument = { "kind": "Document", "definitions": [{ "kind":
|
|
568
552
|
* });
|
569
553
|
*/
|
570
554
|
function useAddTeamMembersMutation(baseOptions) {
|
571
|
-
const options =
|
572
|
-
return Apollo.useMutation(
|
555
|
+
const options = { ...defaultOptions, ...baseOptions };
|
556
|
+
return Apollo.useMutation(AddTeamMembersDocument, options);
|
573
557
|
}
|
574
|
-
|
575
|
-
exports.ChangeMemberRoleDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "changeMemberRole" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "orgName" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "teamName" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "memberId" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "role" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "changeMemberRole" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "orgName" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "orgName" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "teamName" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "teamName" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "memberId" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "memberId" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "role" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "role" } } }] }] } }] };
|
558
|
+
const ChangeMemberRoleDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "changeMemberRole" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "orgName" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "teamName" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "memberId" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "role" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "changeMemberRole" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "orgName" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "orgName" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "teamName" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "teamName" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "memberId" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "memberId" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "role" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "role" } } }] }] } }] };
|
576
559
|
/**
|
577
560
|
* __useChangeMemberRoleMutation__
|
578
561
|
*
|
@@ -594,11 +577,10 @@ exports.ChangeMemberRoleDocument = { "kind": "Document", "definitions": [{ "kind
|
|
594
577
|
* });
|
595
578
|
*/
|
596
579
|
function useChangeMemberRoleMutation(baseOptions) {
|
597
|
-
const options =
|
598
|
-
return Apollo.useMutation(
|
580
|
+
const options = { ...defaultOptions, ...baseOptions };
|
581
|
+
return Apollo.useMutation(ChangeMemberRoleDocument, options);
|
599
582
|
}
|
600
|
-
|
601
|
-
exports.ChangeOrgMemberRoleDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "changeOrgMemberRole" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "userId" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "role" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "ApplicationRoles" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "changeOrgMemberRole" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "userId" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "userId" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "role" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "role" } } }] }] } }] };
|
583
|
+
const ChangeOrgMemberRoleDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "changeOrgMemberRole" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "userId" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "role" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "ApplicationRoles" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "changeOrgMemberRole" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "userId" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "userId" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "role" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "role" } } }] }] } }] };
|
602
584
|
/**
|
603
585
|
* __useChangeOrgMemberRoleMutation__
|
604
586
|
*
|
@@ -618,11 +600,10 @@ exports.ChangeOrgMemberRoleDocument = { "kind": "Document", "definitions": [{ "k
|
|
618
600
|
* });
|
619
601
|
*/
|
620
602
|
function useChangeOrgMemberRoleMutation(baseOptions) {
|
621
|
-
const options =
|
622
|
-
return Apollo.useMutation(
|
603
|
+
const options = { ...defaultOptions, ...baseOptions };
|
604
|
+
return Apollo.useMutation(ChangeOrgMemberRoleDocument, options);
|
623
605
|
}
|
624
|
-
|
625
|
-
exports.CreateOrganizationDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "createOrganization" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "organization" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "OrganizationCreateRequest" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "createOrganization" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "organization" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "organization" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "description" } }, { "kind": "Field", "name": { "kind": "Name", "value": "picture" } }, { "kind": "Field", "name": { "kind": "Name", "value": "namespace" } }, { "kind": "Field", "name": { "kind": "Name", "value": "orgUserCount" } }] } }] } }] };
|
606
|
+
const CreateOrganizationDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "createOrganization" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "organization" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "OrganizationCreateRequest" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "createOrganization" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "organization" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "organization" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "description" } }, { "kind": "Field", "name": { "kind": "Name", "value": "picture" } }, { "kind": "Field", "name": { "kind": "Name", "value": "namespace" } }, { "kind": "Field", "name": { "kind": "Name", "value": "orgUserCount" } }] } }] } }] };
|
626
607
|
/**
|
627
608
|
* __useCreateOrganizationMutation__
|
628
609
|
*
|
@@ -641,11 +622,10 @@ exports.CreateOrganizationDocument = { "kind": "Document", "definitions": [{ "ki
|
|
641
622
|
* });
|
642
623
|
*/
|
643
624
|
function useCreateOrganizationMutation(baseOptions) {
|
644
|
-
const options =
|
645
|
-
return Apollo.useMutation(
|
625
|
+
const options = { ...defaultOptions, ...baseOptions };
|
626
|
+
return Apollo.useMutation(CreateOrganizationDocument, options);
|
646
627
|
}
|
647
|
-
|
648
|
-
exports.CreateTeamDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "createTeam" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "request" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "TeamCreationRequest" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "createTeam" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "request" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "request" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "_id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "title" } }, { "kind": "Field", "name": { "kind": "Name", "value": "tags" } }, { "kind": "Field", "name": { "kind": "Name", "value": "orgName" } }, { "kind": "Field", "name": { "kind": "Name", "value": "createdAt" } }, { "kind": "Field", "name": { "kind": "Name", "value": "updatedAt" } }, { "kind": "Field", "name": { "kind": "Name", "value": "description" } }] } }] } }] };
|
628
|
+
const CreateTeamDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "createTeam" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "request" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "TeamCreationRequest" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "createTeam" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "request" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "request" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "_id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "title" } }, { "kind": "Field", "name": { "kind": "Name", "value": "tags" } }, { "kind": "Field", "name": { "kind": "Name", "value": "orgName" } }, { "kind": "Field", "name": { "kind": "Name", "value": "createdAt" } }, { "kind": "Field", "name": { "kind": "Name", "value": "updatedAt" } }, { "kind": "Field", "name": { "kind": "Name", "value": "description" } }] } }] } }] };
|
649
629
|
/**
|
650
630
|
* __useCreateTeamMutation__
|
651
631
|
*
|
@@ -664,11 +644,10 @@ exports.CreateTeamDocument = { "kind": "Document", "definitions": [{ "kind": "Op
|
|
664
644
|
* });
|
665
645
|
*/
|
666
646
|
function useCreateTeamMutation(baseOptions) {
|
667
|
-
const options =
|
668
|
-
return Apollo.useMutation(
|
647
|
+
const options = { ...defaultOptions, ...baseOptions };
|
648
|
+
return Apollo.useMutation(CreateTeamDocument, options);
|
669
649
|
}
|
670
|
-
|
671
|
-
exports.DeclineOrganizationInvitationDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "DeclineOrganizationInvitation" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "id" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "ID" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "declineOrganizationInvitation" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "id" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "id" } } }] }] } }] };
|
650
|
+
const DeclineOrganizationInvitationDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "DeclineOrganizationInvitation" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "id" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "ID" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "declineOrganizationInvitation" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "id" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "id" } } }] }] } }] };
|
672
651
|
/**
|
673
652
|
* __useDeclineOrganizationInvitationMutation__
|
674
653
|
*
|
@@ -687,11 +666,10 @@ exports.DeclineOrganizationInvitationDocument = { "kind": "Document", "definitio
|
|
687
666
|
* });
|
688
667
|
*/
|
689
668
|
function useDeclineOrganizationInvitationMutation(baseOptions) {
|
690
|
-
const options =
|
691
|
-
return Apollo.useMutation(
|
669
|
+
const options = { ...defaultOptions, ...baseOptions };
|
670
|
+
return Apollo.useMutation(DeclineOrganizationInvitationDocument, options);
|
692
671
|
}
|
693
|
-
|
694
|
-
exports.DeleteUserAccountDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "deleteUserAccount" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "deleteUserAccount" } }] } }] };
|
672
|
+
const DeleteUserAccountDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "deleteUserAccount" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "deleteUserAccount" } }] } }] };
|
695
673
|
/**
|
696
674
|
* __useDeleteUserAccountMutation__
|
697
675
|
*
|
@@ -709,11 +687,10 @@ exports.DeleteUserAccountDocument = { "kind": "Document", "definitions": [{ "kin
|
|
709
687
|
* });
|
710
688
|
*/
|
711
689
|
function useDeleteUserAccountMutation(baseOptions) {
|
712
|
-
const options =
|
713
|
-
return Apollo.useMutation(
|
690
|
+
const options = { ...defaultOptions, ...baseOptions };
|
691
|
+
return Apollo.useMutation(DeleteUserAccountDocument, options);
|
714
692
|
}
|
715
|
-
|
716
|
-
exports.RegisterAccountUserDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "registerAccountUser" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "userInfo" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "UserAuth0UpdateFields" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "registerAccountUser" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "userInfo" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "userInfo" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "email" } }, { "kind": "Field", "name": { "kind": "Name", "value": "username" } }] } }] } }] };
|
693
|
+
const RegisterAccountUserDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "registerAccountUser" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "userInfo" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "UserAuth0UpdateFields" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "registerAccountUser" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "userInfo" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "userInfo" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "email" } }, { "kind": "Field", "name": { "kind": "Name", "value": "username" } }] } }] } }] };
|
717
694
|
/**
|
718
695
|
* __useRegisterAccountUserMutation__
|
719
696
|
*
|
@@ -732,11 +709,10 @@ exports.RegisterAccountUserDocument = { "kind": "Document", "definitions": [{ "k
|
|
732
709
|
* });
|
733
710
|
*/
|
734
711
|
function useRegisterAccountUserMutation(baseOptions) {
|
735
|
-
const options =
|
736
|
-
return Apollo.useMutation(
|
712
|
+
const options = { ...defaultOptions, ...baseOptions };
|
713
|
+
return Apollo.useMutation(RegisterAccountUserDocument, options);
|
737
714
|
}
|
738
|
-
|
739
|
-
exports.RemoveOrgMemberDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "RemoveOrgMember" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "memberId" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "removeOrgMember" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "memberId" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "memberId" } } }] }] } }] };
|
715
|
+
const RemoveOrgMemberDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "RemoveOrgMember" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "memberId" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "removeOrgMember" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "memberId" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "memberId" } } }] }] } }] };
|
740
716
|
/**
|
741
717
|
* __useRemoveOrgMemberMutation__
|
742
718
|
*
|
@@ -755,11 +731,10 @@ exports.RemoveOrgMemberDocument = { "kind": "Document", "definitions": [{ "kind"
|
|
755
731
|
* });
|
756
732
|
*/
|
757
733
|
function useRemoveOrgMemberMutation(baseOptions) {
|
758
|
-
const options =
|
759
|
-
return Apollo.useMutation(
|
734
|
+
const options = { ...defaultOptions, ...baseOptions };
|
735
|
+
return Apollo.useMutation(RemoveOrgMemberDocument, options);
|
760
736
|
}
|
761
|
-
|
762
|
-
exports.RemoveOrganizationDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "removeOrganization" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "organization" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "OrganizationRemoveRequest" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "removeOrganization" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "organization" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "organization" } } }] }] } }] };
|
737
|
+
const RemoveOrganizationDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "removeOrganization" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "organization" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "OrganizationRemoveRequest" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "removeOrganization" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "organization" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "organization" } } }] }] } }] };
|
763
738
|
/**
|
764
739
|
* __useRemoveOrganizationMutation__
|
765
740
|
*
|
@@ -778,11 +753,10 @@ exports.RemoveOrganizationDocument = { "kind": "Document", "definitions": [{ "ki
|
|
778
753
|
* });
|
779
754
|
*/
|
780
755
|
function useRemoveOrganizationMutation(baseOptions) {
|
781
|
-
const options =
|
782
|
-
return Apollo.useMutation(
|
756
|
+
const options = { ...defaultOptions, ...baseOptions };
|
757
|
+
return Apollo.useMutation(RemoveOrganizationDocument, options);
|
783
758
|
}
|
784
|
-
|
785
|
-
exports.RemoveTeamDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "removeTeam" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "teamId" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "removeTeam" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "teamId" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "teamId" } } }] }] } }] };
|
759
|
+
const RemoveTeamDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "removeTeam" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "teamId" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "removeTeam" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "teamId" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "teamId" } } }] }] } }] };
|
786
760
|
/**
|
787
761
|
* __useRemoveTeamMutation__
|
788
762
|
*
|
@@ -801,11 +775,10 @@ exports.RemoveTeamDocument = { "kind": "Document", "definitions": [{ "kind": "Op
|
|
801
775
|
* });
|
802
776
|
*/
|
803
777
|
function useRemoveTeamMutation(baseOptions) {
|
804
|
-
const options =
|
805
|
-
return Apollo.useMutation(
|
778
|
+
const options = { ...defaultOptions, ...baseOptions };
|
779
|
+
return Apollo.useMutation(RemoveTeamDocument, options);
|
806
780
|
}
|
807
|
-
|
808
|
-
exports.RemoveTeamMemberDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "RemoveTeamMember" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "orgName" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "teamName" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "memberId" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "removeTeamMember" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "orgName" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "orgName" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "teamName" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "teamName" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "memberId" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "memberId" } } }] }] } }] };
|
781
|
+
const RemoveTeamMemberDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "RemoveTeamMember" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "orgName" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "teamName" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "memberId" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "removeTeamMember" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "orgName" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "orgName" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "teamName" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "teamName" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "memberId" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "memberId" } } }] }] } }] };
|
809
782
|
/**
|
810
783
|
* __useRemoveTeamMemberMutation__
|
811
784
|
*
|
@@ -826,11 +799,10 @@ exports.RemoveTeamMemberDocument = { "kind": "Document", "definitions": [{ "kind
|
|
826
799
|
* });
|
827
800
|
*/
|
828
801
|
function useRemoveTeamMemberMutation(baseOptions) {
|
829
|
-
const options =
|
830
|
-
return Apollo.useMutation(
|
802
|
+
const options = { ...defaultOptions, ...baseOptions };
|
803
|
+
return Apollo.useMutation(RemoveTeamMemberDocument, options);
|
831
804
|
}
|
832
|
-
|
833
|
-
exports.ResendOrganizationInvitationDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "ResendOrganizationInvitation" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "id" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "ID" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "resendOrganizationInvitation" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "id" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "id" } } }] }] } }] };
|
805
|
+
const ResendOrganizationInvitationDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "ResendOrganizationInvitation" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "id" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "ID" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "resendOrganizationInvitation" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "id" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "id" } } }] }] } }] };
|
834
806
|
/**
|
835
807
|
* __useResendOrganizationInvitationMutation__
|
836
808
|
*
|
@@ -849,11 +821,10 @@ exports.ResendOrganizationInvitationDocument = { "kind": "Document", "definition
|
|
849
821
|
* });
|
850
822
|
*/
|
851
823
|
function useResendOrganizationInvitationMutation(baseOptions) {
|
852
|
-
const options =
|
853
|
-
return Apollo.useMutation(
|
824
|
+
const options = { ...defaultOptions, ...baseOptions };
|
825
|
+
return Apollo.useMutation(ResendOrganizationInvitationDocument, options);
|
854
826
|
}
|
855
|
-
|
856
|
-
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" } } }] }] } }] };
|
827
|
+
const 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" } } }] }] } }] };
|
857
828
|
/**
|
858
829
|
* __useResetUserPasswordMutation__
|
859
830
|
*
|
@@ -872,11 +843,10 @@ exports.ResetUserPasswordDocument = { "kind": "Document", "definitions": [{ "kin
|
|
872
843
|
* });
|
873
844
|
*/
|
874
845
|
function useResetUserPasswordMutation(baseOptions) {
|
875
|
-
const options =
|
876
|
-
return Apollo.useMutation(
|
846
|
+
const options = { ...defaultOptions, ...baseOptions };
|
847
|
+
return Apollo.useMutation(ResetUserPasswordDocument, options);
|
877
848
|
}
|
878
|
-
|
879
|
-
exports.SendPhoneOtpDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "SendPhoneOTP" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "phoneNumber" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "PhoneNumberInput" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "sendPhoneOTP" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "phoneNumber" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "phoneNumber" } } }] }] } }] };
|
849
|
+
const SendPhoneOtpDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "SendPhoneOTP" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "phoneNumber" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "PhoneNumberInput" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "sendPhoneOTP" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "phoneNumber" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "phoneNumber" } } }] }] } }] };
|
880
850
|
/**
|
881
851
|
* __useSendPhoneOtpMutation__
|
882
852
|
*
|
@@ -895,11 +865,10 @@ exports.SendPhoneOtpDocument = { "kind": "Document", "definitions": [{ "kind": "
|
|
895
865
|
* });
|
896
866
|
*/
|
897
867
|
function useSendPhoneOtpMutation(baseOptions) {
|
898
|
-
const options =
|
899
|
-
return Apollo.useMutation(
|
868
|
+
const options = { ...defaultOptions, ...baseOptions };
|
869
|
+
return Apollo.useMutation(SendPhoneOtpDocument, options);
|
900
870
|
}
|
901
|
-
|
902
|
-
exports.SendUserPasswordResetEmailDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "SendUserPasswordResetEmail" }, "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": "sendUserPasswordResetEmail" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "email" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "email" } } }] }] } }] };
|
871
|
+
const SendUserPasswordResetEmailDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "SendUserPasswordResetEmail" }, "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": "sendUserPasswordResetEmail" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "email" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "email" } } }] }] } }] };
|
903
872
|
/**
|
904
873
|
* __useSendUserPasswordResetEmailMutation__
|
905
874
|
*
|
@@ -918,11 +887,10 @@ exports.SendUserPasswordResetEmailDocument = { "kind": "Document", "definitions"
|
|
918
887
|
* });
|
919
888
|
*/
|
920
889
|
function useSendUserPasswordResetEmailMutation(baseOptions) {
|
921
|
-
const options =
|
922
|
-
return Apollo.useMutation(
|
890
|
+
const options = { ...defaultOptions, ...baseOptions };
|
891
|
+
return Apollo.useMutation(SendUserPasswordResetEmailDocument, options);
|
923
892
|
}
|
924
|
-
|
925
|
-
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" } } }] }] } }] };
|
893
|
+
const 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" } } }] }] } }] };
|
926
894
|
/**
|
927
895
|
* __useSendEmailVerificationMutation__
|
928
896
|
*
|
@@ -941,11 +909,10 @@ exports.SendEmailVerificationDocument = { "kind": "Document", "definitions": [{
|
|
941
909
|
* });
|
942
910
|
*/
|
943
911
|
function useSendEmailVerificationMutation(baseOptions) {
|
944
|
-
const options =
|
945
|
-
return Apollo.useMutation(
|
912
|
+
const options = { ...defaultOptions, ...baseOptions };
|
913
|
+
return Apollo.useMutation(SendEmailVerificationDocument, options);
|
946
914
|
}
|
947
|
-
|
948
|
-
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" } } }] }] } }] };
|
915
|
+
const 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" } } }] }] } }] };
|
949
916
|
/**
|
950
917
|
* __useSendOrganizationInvitationMutation__
|
951
918
|
*
|
@@ -964,11 +931,10 @@ exports.SendOrganizationInvitationDocument = { "kind": "Document", "definitions"
|
|
964
931
|
* });
|
965
932
|
*/
|
966
933
|
function useSendOrganizationInvitationMutation(baseOptions) {
|
967
|
-
const options =
|
968
|
-
return Apollo.useMutation(
|
934
|
+
const options = { ...defaultOptions, ...baseOptions };
|
935
|
+
return Apollo.useMutation(SendOrganizationInvitationDocument, options);
|
969
936
|
}
|
970
|
-
|
971
|
-
exports.UpdateOrgMemberTeamsDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "updateOrgMemberTeams" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "userId" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "orgName" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "addToTeams" } }, "type": { "kind": "ListType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "removeFromTeams" } }, "type": { "kind": "ListType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "updateOrgMemberTeams" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "userId" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "userId" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "orgName" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "orgName" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "addToTeams" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "addToTeams" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "removeFromTeams" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "removeFromTeams" } } }] }] } }] };
|
937
|
+
const UpdateOrgMemberTeamsDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "updateOrgMemberTeams" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "userId" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "orgName" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "addToTeams" } }, "type": { "kind": "ListType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "removeFromTeams" } }, "type": { "kind": "ListType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "updateOrgMemberTeams" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "userId" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "userId" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "orgName" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "orgName" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "addToTeams" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "addToTeams" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "removeFromTeams" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "removeFromTeams" } } }] }] } }] };
|
972
938
|
/**
|
973
939
|
* __useUpdateOrgMemberTeamsMutation__
|
974
940
|
*
|
@@ -990,11 +956,10 @@ exports.UpdateOrgMemberTeamsDocument = { "kind": "Document", "definitions": [{ "
|
|
990
956
|
* });
|
991
957
|
*/
|
992
958
|
function useUpdateOrgMemberTeamsMutation(baseOptions) {
|
993
|
-
const options =
|
994
|
-
return Apollo.useMutation(
|
959
|
+
const options = { ...defaultOptions, ...baseOptions };
|
960
|
+
return Apollo.useMutation(UpdateOrgMemberTeamsDocument, options);
|
995
961
|
}
|
996
|
-
|
997
|
-
exports.UpdateOrganizationDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "updateOrganization" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "organization" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "OrganizationUpdateRequest" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "updateOrganization" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "organization" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "organization" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "description" } }, { "kind": "Field", "name": { "kind": "Name", "value": "picture" } }, { "kind": "Field", "name": { "kind": "Name", "value": "namespace" } }, { "kind": "Field", "name": { "kind": "Name", "value": "orgUserCount" } }] } }] } }] };
|
962
|
+
const UpdateOrganizationDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "updateOrganization" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "organization" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "OrganizationUpdateRequest" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "updateOrganization" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "organization" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "organization" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "description" } }, { "kind": "Field", "name": { "kind": "Name", "value": "picture" } }, { "kind": "Field", "name": { "kind": "Name", "value": "namespace" } }, { "kind": "Field", "name": { "kind": "Name", "value": "orgUserCount" } }] } }] } }] };
|
998
963
|
/**
|
999
964
|
* __useUpdateOrganizationMutation__
|
1000
965
|
*
|
@@ -1013,11 +978,10 @@ exports.UpdateOrganizationDocument = { "kind": "Document", "definitions": [{ "ki
|
|
1013
978
|
* });
|
1014
979
|
*/
|
1015
980
|
function useUpdateOrganizationMutation(baseOptions) {
|
1016
|
-
const options =
|
1017
|
-
return Apollo.useMutation(
|
981
|
+
const options = { ...defaultOptions, ...baseOptions };
|
982
|
+
return Apollo.useMutation(UpdateOrganizationDocument, options);
|
1018
983
|
}
|
1019
|
-
|
1020
|
-
exports.UpdateTeamConfigurationDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "updateTeamConfiguration" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "key" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "value" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "AnyObject" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "overrides" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "ConfigurationOverridesInput" } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "target" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Int" } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "donotNotifyError" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Boolean" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "updateConfigurationValue" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "key" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "key" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "value" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "value" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "overrides" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "overrides" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "target" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "target" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "donotNotifyError" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "donotNotifyError" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "OrganizationResourceConfiguration" } }, "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": "__typename" } }] } }] } }] } }] };
|
984
|
+
const UpdateTeamConfigurationDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "updateTeamConfiguration" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "key" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "value" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "AnyObject" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "overrides" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "ConfigurationOverridesInput" } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "target" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Int" } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "donotNotifyError" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Boolean" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "updateConfigurationValue" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "key" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "key" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "value" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "value" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "overrides" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "overrides" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "target" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "target" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "donotNotifyError" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "donotNotifyError" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "OrganizationResourceConfiguration" } }, "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": "__typename" } }] } }] } }] } }] };
|
1021
985
|
/**
|
1022
986
|
* __useUpdateTeamConfigurationMutation__
|
1023
987
|
*
|
@@ -1040,11 +1004,10 @@ exports.UpdateTeamConfigurationDocument = { "kind": "Document", "definitions": [
|
|
1040
1004
|
* });
|
1041
1005
|
*/
|
1042
1006
|
function useUpdateTeamConfigurationMutation(baseOptions) {
|
1043
|
-
const options =
|
1044
|
-
return Apollo.useMutation(
|
1007
|
+
const options = { ...defaultOptions, ...baseOptions };
|
1008
|
+
return Apollo.useMutation(UpdateTeamConfigurationDocument, options);
|
1045
1009
|
}
|
1046
|
-
|
1047
|
-
exports.UpdateUserAccountDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "updateUserAccount" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "userInfo" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "UserAuth0UpdateFields" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "updateUserAccount" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "userInfo" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "userInfo" } } }] }] } }] };
|
1010
|
+
const UpdateUserAccountDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "updateUserAccount" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "userInfo" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "UserAuth0UpdateFields" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "updateUserAccount" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "userInfo" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "userInfo" } } }] }] } }] };
|
1048
1011
|
/**
|
1049
1012
|
* __useUpdateUserAccountMutation__
|
1050
1013
|
*
|
@@ -1063,11 +1026,10 @@ exports.UpdateUserAccountDocument = { "kind": "Document", "definitions": [{ "kin
|
|
1063
1026
|
* });
|
1064
1027
|
*/
|
1065
1028
|
function useUpdateUserAccountMutation(baseOptions) {
|
1066
|
-
const options =
|
1067
|
-
return Apollo.useMutation(
|
1029
|
+
const options = { ...defaultOptions, ...baseOptions };
|
1030
|
+
return Apollo.useMutation(UpdateUserAccountDocument, options);
|
1068
1031
|
}
|
1069
|
-
|
1070
|
-
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" } } }] }] } }] };
|
1032
|
+
const 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" } } }] }] } }] };
|
1071
1033
|
/**
|
1072
1034
|
* __useValidatePasswordResetOtpMutation__
|
1073
1035
|
*
|
@@ -1087,11 +1049,10 @@ exports.ValidatePasswordResetOtpDocument = { "kind": "Document", "definitions":
|
|
1087
1049
|
* });
|
1088
1050
|
*/
|
1089
1051
|
function useValidatePasswordResetOtpMutation(baseOptions) {
|
1090
|
-
const options =
|
1091
|
-
return Apollo.useMutation(
|
1052
|
+
const options = { ...defaultOptions, ...baseOptions };
|
1053
|
+
return Apollo.useMutation(ValidatePasswordResetOtpDocument, options);
|
1092
1054
|
}
|
1093
|
-
|
1094
|
-
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" } } }] }] } }] };
|
1055
|
+
const 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" } } }] }] } }] };
|
1095
1056
|
/**
|
1096
1057
|
* __useValidateUserEmailVerificationMutation__
|
1097
1058
|
*
|
@@ -1110,11 +1071,10 @@ exports.ValidateUserEmailVerificationDocument = { "kind": "Document", "definitio
|
|
1110
1071
|
* });
|
1111
1072
|
*/
|
1112
1073
|
function useValidateUserEmailVerificationMutation(baseOptions) {
|
1113
|
-
const options =
|
1114
|
-
return Apollo.useMutation(
|
1074
|
+
const options = { ...defaultOptions, ...baseOptions };
|
1075
|
+
return Apollo.useMutation(ValidateUserEmailVerificationDocument, options);
|
1115
1076
|
}
|
1116
|
-
|
1117
|
-
exports.VerifyPhoneOtpDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "verifyPhoneOtp" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "phoneNumber" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "PhoneNumberInput" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "otp" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "verifyPhoneOtp" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "phoneNumber" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "phoneNumber" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "otp" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "otp" } } }] }] } }] };
|
1077
|
+
const VerifyPhoneOtpDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "verifyPhoneOtp" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "phoneNumber" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "PhoneNumberInput" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "otp" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "verifyPhoneOtp" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "phoneNumber" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "phoneNumber" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "otp" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "otp" } } }] }] } }] };
|
1118
1078
|
/**
|
1119
1079
|
* __useVerifyPhoneOtpMutation__
|
1120
1080
|
*
|
@@ -1134,11 +1094,10 @@ exports.VerifyPhoneOtpDocument = { "kind": "Document", "definitions": [{ "kind":
|
|
1134
1094
|
* });
|
1135
1095
|
*/
|
1136
1096
|
function useVerifyPhoneOtpMutation(baseOptions) {
|
1137
|
-
const options =
|
1138
|
-
return Apollo.useMutation(
|
1097
|
+
const options = { ...defaultOptions, ...baseOptions };
|
1098
|
+
return Apollo.useMutation(VerifyPhoneOtpDocument, options);
|
1139
1099
|
}
|
1140
|
-
|
1141
|
-
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" } }] } }] };
|
1100
|
+
const 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" } }] } }] };
|
1142
1101
|
/**
|
1143
1102
|
* __useGetUserOrganizationsListQuery__
|
1144
1103
|
*
|
@@ -1155,16 +1114,18 @@ exports.GetUserOrganizationsListDocument = { "kind": "Document", "definitions":
|
|
1155
1114
|
* });
|
1156
1115
|
*/
|
1157
1116
|
function useGetUserOrganizationsListQuery(baseOptions) {
|
1158
|
-
const options =
|
1159
|
-
return Apollo.useQuery(
|
1117
|
+
const options = { ...defaultOptions, ...baseOptions };
|
1118
|
+
return Apollo.useQuery(GetUserOrganizationsListDocument, options);
|
1160
1119
|
}
|
1161
|
-
exports.useGetUserOrganizationsListQuery = useGetUserOrganizationsListQuery;
|
1162
1120
|
function useGetUserOrganizationsListLazyQuery(baseOptions) {
|
1163
|
-
const options =
|
1164
|
-
return Apollo.useLazyQuery(
|
1121
|
+
const options = { ...defaultOptions, ...baseOptions };
|
1122
|
+
return Apollo.useLazyQuery(GetUserOrganizationsListDocument, options);
|
1165
1123
|
}
|
1166
|
-
|
1167
|
-
|
1124
|
+
function useGetUserOrganizationsListSuspenseQuery(baseOptions) {
|
1125
|
+
const options = { ...defaultOptions, ...baseOptions };
|
1126
|
+
return Apollo.useSuspenseQuery(GetUserOrganizationsListDocument, options);
|
1127
|
+
}
|
1128
|
+
const DecodeOrganizationInvitationDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "DecodeOrganizationInvitation" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "token" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "decodeOrganizationInvitation" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "token" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "token" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "orgName" } }, { "kind": "Field", "name": { "kind": "Name", "value": "teamName" } }, { "kind": "Field", "name": { "kind": "Name", "value": "email" } }, { "kind": "Field", "name": { "kind": "Name", "value": "invitationId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "invitedBy" } }] } }] } }] };
|
1168
1129
|
/**
|
1169
1130
|
* __useDecodeOrganizationInvitationQuery__
|
1170
1131
|
*
|
@@ -1182,16 +1143,18 @@ exports.DecodeOrganizationInvitationDocument = { "kind": "Document", "definition
|
|
1182
1143
|
* });
|
1183
1144
|
*/
|
1184
1145
|
function useDecodeOrganizationInvitationQuery(baseOptions) {
|
1185
|
-
const options =
|
1186
|
-
return Apollo.useQuery(
|
1146
|
+
const options = { ...defaultOptions, ...baseOptions };
|
1147
|
+
return Apollo.useQuery(DecodeOrganizationInvitationDocument, options);
|
1187
1148
|
}
|
1188
|
-
exports.useDecodeOrganizationInvitationQuery = useDecodeOrganizationInvitationQuery;
|
1189
1149
|
function useDecodeOrganizationInvitationLazyQuery(baseOptions) {
|
1190
|
-
const options =
|
1191
|
-
return Apollo.useLazyQuery(
|
1150
|
+
const options = { ...defaultOptions, ...baseOptions };
|
1151
|
+
return Apollo.useLazyQuery(DecodeOrganizationInvitationDocument, options);
|
1152
|
+
}
|
1153
|
+
function useDecodeOrganizationInvitationSuspenseQuery(baseOptions) {
|
1154
|
+
const options = { ...defaultOptions, ...baseOptions };
|
1155
|
+
return Apollo.useSuspenseQuery(DecodeOrganizationInvitationDocument, options);
|
1192
1156
|
}
|
1193
|
-
|
1194
|
-
exports.GetAccountsDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetAccounts" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "where" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "UserAccountWhere" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getAccounts" }, "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": "username" } }, { "kind": "Field", "name": { "kind": "Name", "value": "email" } }] } }] } }] };
|
1157
|
+
const GetAccountsDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetAccounts" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "where" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "UserAccountWhere" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getAccounts" }, "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": "username" } }, { "kind": "Field", "name": { "kind": "Name", "value": "email" } }] } }] } }] };
|
1195
1158
|
/**
|
1196
1159
|
* __useGetAccountsQuery__
|
1197
1160
|
*
|
@@ -1209,16 +1172,18 @@ exports.GetAccountsDocument = { "kind": "Document", "definitions": [{ "kind": "O
|
|
1209
1172
|
* });
|
1210
1173
|
*/
|
1211
1174
|
function useGetAccountsQuery(baseOptions) {
|
1212
|
-
const options =
|
1213
|
-
return Apollo.useQuery(
|
1175
|
+
const options = { ...defaultOptions, ...baseOptions };
|
1176
|
+
return Apollo.useQuery(GetAccountsDocument, options);
|
1214
1177
|
}
|
1215
|
-
exports.useGetAccountsQuery = useGetAccountsQuery;
|
1216
1178
|
function useGetAccountsLazyQuery(baseOptions) {
|
1217
|
-
const options =
|
1218
|
-
return Apollo.useLazyQuery(
|
1179
|
+
const options = { ...defaultOptions, ...baseOptions };
|
1180
|
+
return Apollo.useLazyQuery(GetAccountsDocument, options);
|
1219
1181
|
}
|
1220
|
-
|
1221
|
-
|
1182
|
+
function useGetAccountsSuspenseQuery(baseOptions) {
|
1183
|
+
const options = { ...defaultOptions, ...baseOptions };
|
1184
|
+
return Apollo.useSuspenseQuery(GetAccountsDocument, options);
|
1185
|
+
}
|
1186
|
+
const GetAllCountriesDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetAllCountries" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "criteria" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "JSON" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getAllCountries" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "criteria" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "criteria" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "phoneCode" } }] } }] } }] };
|
1222
1187
|
/**
|
1223
1188
|
* __useGetAllCountriesQuery__
|
1224
1189
|
*
|
@@ -1236,16 +1201,18 @@ exports.GetAllCountriesDocument = { "kind": "Document", "definitions": [{ "kind"
|
|
1236
1201
|
* });
|
1237
1202
|
*/
|
1238
1203
|
function useGetAllCountriesQuery(baseOptions) {
|
1239
|
-
const options =
|
1240
|
-
return Apollo.useQuery(
|
1204
|
+
const options = { ...defaultOptions, ...baseOptions };
|
1205
|
+
return Apollo.useQuery(GetAllCountriesDocument, options);
|
1241
1206
|
}
|
1242
|
-
exports.useGetAllCountriesQuery = useGetAllCountriesQuery;
|
1243
1207
|
function useGetAllCountriesLazyQuery(baseOptions) {
|
1244
|
-
const options =
|
1245
|
-
return Apollo.useLazyQuery(
|
1208
|
+
const options = { ...defaultOptions, ...baseOptions };
|
1209
|
+
return Apollo.useLazyQuery(GetAllCountriesDocument, options);
|
1210
|
+
}
|
1211
|
+
function useGetAllCountriesSuspenseQuery(baseOptions) {
|
1212
|
+
const options = { ...defaultOptions, ...baseOptions };
|
1213
|
+
return Apollo.useSuspenseQuery(GetAllCountriesDocument, options);
|
1246
1214
|
}
|
1247
|
-
|
1248
|
-
exports.GetManageableOrganizationsDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetManageableOrganizations" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getManageableOrganizations" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "title" } }, { "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" } }] } }] };
|
1215
|
+
const GetManageableOrganizationsDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetManageableOrganizations" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getManageableOrganizations" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "title" } }, { "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" } }] } }] };
|
1249
1216
|
/**
|
1250
1217
|
* __useGetManageableOrganizationsQuery__
|
1251
1218
|
*
|
@@ -1262,16 +1229,18 @@ exports.GetManageableOrganizationsDocument = { "kind": "Document", "definitions"
|
|
1262
1229
|
* });
|
1263
1230
|
*/
|
1264
1231
|
function useGetManageableOrganizationsQuery(baseOptions) {
|
1265
|
-
const options =
|
1266
|
-
return Apollo.useQuery(
|
1232
|
+
const options = { ...defaultOptions, ...baseOptions };
|
1233
|
+
return Apollo.useQuery(GetManageableOrganizationsDocument, options);
|
1267
1234
|
}
|
1268
|
-
exports.useGetManageableOrganizationsQuery = useGetManageableOrganizationsQuery;
|
1269
1235
|
function useGetManageableOrganizationsLazyQuery(baseOptions) {
|
1270
|
-
const options =
|
1271
|
-
return Apollo.useLazyQuery(
|
1236
|
+
const options = { ...defaultOptions, ...baseOptions };
|
1237
|
+
return Apollo.useLazyQuery(GetManageableOrganizationsDocument, options);
|
1272
1238
|
}
|
1273
|
-
|
1274
|
-
|
1239
|
+
function useGetManageableOrganizationsSuspenseQuery(baseOptions) {
|
1240
|
+
const options = { ...defaultOptions, ...baseOptions };
|
1241
|
+
return Apollo.useSuspenseQuery(GetManageableOrganizationsDocument, options);
|
1242
|
+
}
|
1243
|
+
const GetOrgInvitationMembersDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetOrgInvitationMembers" }, "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" } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "orgName" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getOrgInvitationMembers" }, "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" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "orgName" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "orgName" } } }], "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": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "email" } }, { "kind": "Field", "name": { "kind": "Name", "value": "teamName" } }, { "kind": "Field", "name": { "kind": "Name", "value": "teamId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "role" } }, { "kind": "Field", "name": { "kind": "Name", "value": "status" } }, { "kind": "Field", "name": { "kind": "Name", "value": "inviteLink" } }] } }] } }] } }] };
|
1275
1244
|
/**
|
1276
1245
|
* __useGetOrgInvitationMembersQuery__
|
1277
1246
|
*
|
@@ -1291,16 +1260,18 @@ exports.GetOrgInvitationMembersDocument = { "kind": "Document", "definitions": [
|
|
1291
1260
|
* });
|
1292
1261
|
*/
|
1293
1262
|
function useGetOrgInvitationMembersQuery(baseOptions) {
|
1294
|
-
const options =
|
1295
|
-
return Apollo.useQuery(
|
1263
|
+
const options = { ...defaultOptions, ...baseOptions };
|
1264
|
+
return Apollo.useQuery(GetOrgInvitationMembersDocument, options);
|
1296
1265
|
}
|
1297
|
-
exports.useGetOrgInvitationMembersQuery = useGetOrgInvitationMembersQuery;
|
1298
1266
|
function useGetOrgInvitationMembersLazyQuery(baseOptions) {
|
1299
|
-
const options =
|
1300
|
-
return Apollo.useLazyQuery(
|
1267
|
+
const options = { ...defaultOptions, ...baseOptions };
|
1268
|
+
return Apollo.useLazyQuery(GetOrgInvitationMembersDocument, options);
|
1269
|
+
}
|
1270
|
+
function useGetOrgInvitationMembersSuspenseQuery(baseOptions) {
|
1271
|
+
const options = { ...defaultOptions, ...baseOptions };
|
1272
|
+
return Apollo.useSuspenseQuery(GetOrgInvitationMembersDocument, options);
|
1301
1273
|
}
|
1302
|
-
|
1303
|
-
exports.GetOrganizationInvitationDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetOrganizationInvitation" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "id" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "ID" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getOrganizationInvitation" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "id" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "id" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "role" } }, { "kind": "Field", "name": { "kind": "Name", "value": "email" } }, { "kind": "Field", "name": { "kind": "Name", "value": "teamId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "active" } }, { "kind": "Field", "name": { "kind": "Name", "value": "fullName" } }, { "kind": "Field", "name": { "kind": "Name", "value": "inviteCount" } }, { "kind": "Field", "name": { "kind": "Name", "value": "tokenExpiration" } }] } }] } }] };
|
1274
|
+
const GetOrganizationInvitationDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetOrganizationInvitation" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "id" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "ID" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getOrganizationInvitation" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "id" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "id" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "role" } }, { "kind": "Field", "name": { "kind": "Name", "value": "email" } }, { "kind": "Field", "name": { "kind": "Name", "value": "teamId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "active" } }, { "kind": "Field", "name": { "kind": "Name", "value": "fullName" } }, { "kind": "Field", "name": { "kind": "Name", "value": "inviteCount" } }, { "kind": "Field", "name": { "kind": "Name", "value": "tokenExpiration" } }] } }] } }] };
|
1304
1275
|
/**
|
1305
1276
|
* __useGetOrganizationInvitationQuery__
|
1306
1277
|
*
|
@@ -1318,16 +1289,18 @@ exports.GetOrganizationInvitationDocument = { "kind": "Document", "definitions":
|
|
1318
1289
|
* });
|
1319
1290
|
*/
|
1320
1291
|
function useGetOrganizationInvitationQuery(baseOptions) {
|
1321
|
-
const options =
|
1322
|
-
return Apollo.useQuery(
|
1292
|
+
const options = { ...defaultOptions, ...baseOptions };
|
1293
|
+
return Apollo.useQuery(GetOrganizationInvitationDocument, options);
|
1323
1294
|
}
|
1324
|
-
exports.useGetOrganizationInvitationQuery = useGetOrganizationInvitationQuery;
|
1325
1295
|
function useGetOrganizationInvitationLazyQuery(baseOptions) {
|
1326
|
-
const options =
|
1327
|
-
return Apollo.useLazyQuery(
|
1296
|
+
const options = { ...defaultOptions, ...baseOptions };
|
1297
|
+
return Apollo.useLazyQuery(GetOrganizationInvitationDocument, options);
|
1328
1298
|
}
|
1329
|
-
|
1330
|
-
|
1299
|
+
function useGetOrganizationInvitationSuspenseQuery(baseOptions) {
|
1300
|
+
const options = { ...defaultOptions, ...baseOptions };
|
1301
|
+
return Apollo.useSuspenseQuery(GetOrganizationInvitationDocument, options);
|
1302
|
+
}
|
1303
|
+
const GetOrgTeamInvitationsDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "getOrgTeamInvitations" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "teamId" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getOrgTeamInvitations" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "teamId" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "teamId" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "email" } }, { "kind": "Field", "name": { "kind": "Name", "value": "teamId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "role" } }, { "kind": "Field", "name": { "kind": "Name", "value": "active" } }, { "kind": "Field", "name": { "kind": "Name", "value": "fullName" } }, { "kind": "Field", "name": { "kind": "Name", "value": "inviteCount" } }, { "kind": "Field", "name": { "kind": "Name", "value": "invitedBy" } }, { "kind": "Field", "name": { "kind": "Name", "value": "tokenExpiration" } }] } }] } }] };
|
1331
1304
|
/**
|
1332
1305
|
* __useGetOrgTeamInvitationsQuery__
|
1333
1306
|
*
|
@@ -1345,16 +1318,18 @@ exports.GetOrgTeamInvitationsDocument = { "kind": "Document", "definitions": [{
|
|
1345
1318
|
* });
|
1346
1319
|
*/
|
1347
1320
|
function useGetOrgTeamInvitationsQuery(baseOptions) {
|
1348
|
-
const options =
|
1349
|
-
return Apollo.useQuery(
|
1321
|
+
const options = { ...defaultOptions, ...baseOptions };
|
1322
|
+
return Apollo.useQuery(GetOrgTeamInvitationsDocument, options);
|
1350
1323
|
}
|
1351
|
-
exports.useGetOrgTeamInvitationsQuery = useGetOrgTeamInvitationsQuery;
|
1352
1324
|
function useGetOrgTeamInvitationsLazyQuery(baseOptions) {
|
1353
|
-
const options =
|
1354
|
-
return Apollo.useLazyQuery(
|
1325
|
+
const options = { ...defaultOptions, ...baseOptions };
|
1326
|
+
return Apollo.useLazyQuery(GetOrgTeamInvitationsDocument, options);
|
1327
|
+
}
|
1328
|
+
function useGetOrgTeamInvitationsSuspenseQuery(baseOptions) {
|
1329
|
+
const options = { ...defaultOptions, ...baseOptions };
|
1330
|
+
return Apollo.useSuspenseQuery(GetOrgTeamInvitationsDocument, options);
|
1355
1331
|
}
|
1356
|
-
|
1357
|
-
exports.GetOrgUserDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetOrgUser" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "userId" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getOrgUser" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "userId" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "userId" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "OrgUser" } }] } }] } }, { "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" } }] } }] };
|
1332
|
+
const GetOrgUserDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetOrgUser" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "userId" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getOrgUser" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "userId" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "userId" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "OrgUser" } }] } }] } }, { "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" } }] } }] };
|
1358
1333
|
/**
|
1359
1334
|
* __useGetOrgUserQuery__
|
1360
1335
|
*
|
@@ -1372,16 +1347,18 @@ exports.GetOrgUserDocument = { "kind": "Document", "definitions": [{ "kind": "Op
|
|
1372
1347
|
* });
|
1373
1348
|
*/
|
1374
1349
|
function useGetOrgUserQuery(baseOptions) {
|
1375
|
-
const options =
|
1376
|
-
return Apollo.useQuery(
|
1350
|
+
const options = { ...defaultOptions, ...baseOptions };
|
1351
|
+
return Apollo.useQuery(GetOrgUserDocument, options);
|
1377
1352
|
}
|
1378
|
-
exports.useGetOrgUserQuery = useGetOrgUserQuery;
|
1379
1353
|
function useGetOrgUserLazyQuery(baseOptions) {
|
1380
|
-
const options =
|
1381
|
-
return Apollo.useLazyQuery(
|
1354
|
+
const options = { ...defaultOptions, ...baseOptions };
|
1355
|
+
return Apollo.useLazyQuery(GetOrgUserDocument, options);
|
1382
1356
|
}
|
1383
|
-
|
1384
|
-
|
1357
|
+
function useGetOrgUserSuspenseQuery(baseOptions) {
|
1358
|
+
const options = { ...defaultOptions, ...baseOptions };
|
1359
|
+
return Apollo.useSuspenseQuery(GetOrgUserDocument, options);
|
1360
|
+
}
|
1361
|
+
const 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" } }] } }] } }] } }] } }] };
|
1385
1362
|
/**
|
1386
1363
|
* __useGetOrganizationMembersWithNameQuery__
|
1387
1364
|
*
|
@@ -1399,16 +1376,18 @@ exports.GetOrganizationMembersWithNameDocument = { "kind": "Document", "definiti
|
|
1399
1376
|
* });
|
1400
1377
|
*/
|
1401
1378
|
function useGetOrganizationMembersWithNameQuery(baseOptions) {
|
1402
|
-
const options =
|
1403
|
-
return Apollo.useQuery(
|
1379
|
+
const options = { ...defaultOptions, ...baseOptions };
|
1380
|
+
return Apollo.useQuery(GetOrganizationMembersWithNameDocument, options);
|
1404
1381
|
}
|
1405
|
-
exports.useGetOrganizationMembersWithNameQuery = useGetOrganizationMembersWithNameQuery;
|
1406
1382
|
function useGetOrganizationMembersWithNameLazyQuery(baseOptions) {
|
1407
|
-
const options =
|
1408
|
-
return Apollo.useLazyQuery(
|
1383
|
+
const options = { ...defaultOptions, ...baseOptions };
|
1384
|
+
return Apollo.useLazyQuery(GetOrganizationMembersWithNameDocument, options);
|
1385
|
+
}
|
1386
|
+
function useGetOrganizationMembersWithNameSuspenseQuery(baseOptions) {
|
1387
|
+
const options = { ...defaultOptions, ...baseOptions };
|
1388
|
+
return Apollo.useSuspenseQuery(GetOrganizationMembersWithNameDocument, options);
|
1409
1389
|
}
|
1410
|
-
|
1411
|
-
exports.GetOrganizationTeamsDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "getOrganizationTeams" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "orgName" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getOrganizationTeams" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "orgName" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "orgName" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "_id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "title" } }, { "kind": "Field", "name": { "kind": "Name", "value": "tags" } }, { "kind": "Field", "name": { "kind": "Name", "value": "orgName" } }, { "kind": "Field", "name": { "kind": "Name", "value": "createdAt" } }, { "kind": "Field", "name": { "kind": "Name", "value": "updatedAt" } }, { "kind": "Field", "name": { "kind": "Name", "value": "description" } }, { "kind": "Field", "name": { "kind": "Name", "value": "settingsUri" } }, { "kind": "Field", "name": { "kind": "Name", "value": "teamMembers" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "status" } }] } }] } }] } }] };
|
1390
|
+
const GetOrganizationTeamsDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "getOrganizationTeams" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "orgName" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getOrganizationTeams" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "orgName" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "orgName" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "_id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "title" } }, { "kind": "Field", "name": { "kind": "Name", "value": "tags" } }, { "kind": "Field", "name": { "kind": "Name", "value": "orgName" } }, { "kind": "Field", "name": { "kind": "Name", "value": "createdAt" } }, { "kind": "Field", "name": { "kind": "Name", "value": "updatedAt" } }, { "kind": "Field", "name": { "kind": "Name", "value": "description" } }, { "kind": "Field", "name": { "kind": "Name", "value": "settingsUri" } }, { "kind": "Field", "name": { "kind": "Name", "value": "teamMembers" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "status" } }] } }] } }] } }] };
|
1412
1391
|
/**
|
1413
1392
|
* __useGetOrganizationTeamsQuery__
|
1414
1393
|
*
|
@@ -1426,16 +1405,18 @@ exports.GetOrganizationTeamsDocument = { "kind": "Document", "definitions": [{ "
|
|
1426
1405
|
* });
|
1427
1406
|
*/
|
1428
1407
|
function useGetOrganizationTeamsQuery(baseOptions) {
|
1429
|
-
const options =
|
1430
|
-
return Apollo.useQuery(
|
1408
|
+
const options = { ...defaultOptions, ...baseOptions };
|
1409
|
+
return Apollo.useQuery(GetOrganizationTeamsDocument, options);
|
1431
1410
|
}
|
1432
|
-
exports.useGetOrganizationTeamsQuery = useGetOrganizationTeamsQuery;
|
1433
1411
|
function useGetOrganizationTeamsLazyQuery(baseOptions) {
|
1434
|
-
const options =
|
1435
|
-
return Apollo.useLazyQuery(
|
1412
|
+
const options = { ...defaultOptions, ...baseOptions };
|
1413
|
+
return Apollo.useLazyQuery(GetOrganizationTeamsDocument, options);
|
1436
1414
|
}
|
1437
|
-
|
1438
|
-
|
1415
|
+
function useGetOrganizationTeamsSuspenseQuery(baseOptions) {
|
1416
|
+
const options = { ...defaultOptions, ...baseOptions };
|
1417
|
+
return Apollo.useSuspenseQuery(GetOrganizationTeamsDocument, options);
|
1418
|
+
}
|
1419
|
+
const GetTeamDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "getTeam" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "orgName" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "teamName" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getTeam" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "orgName" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "orgName" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "teamName" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "teamName" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "tags" } }, { "kind": "Field", "name": { "kind": "Name", "value": "orgName" } }, { "kind": "Field", "name": { "kind": "Name", "value": "description" } }, { "kind": "Field", "name": { "kind": "Name", "value": "createdAt" } }, { "kind": "Field", "name": { "kind": "Name", "value": "updatedAt" } }, { "kind": "Field", "name": { "kind": "Name", "value": "settingsUri" } }, { "kind": "Field", "name": { "kind": "Name", "value": "teamMembers" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "email" } }, { "kind": "Field", "name": { "kind": "Name", "value": "userId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "role" } }, { "kind": "Field", "name": { "kind": "Name", "value": "username" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "status" } }] } }] } }] } }] };
|
1439
1420
|
/**
|
1440
1421
|
* __useGetTeamQuery__
|
1441
1422
|
*
|
@@ -1454,16 +1435,18 @@ exports.GetTeamDocument = { "kind": "Document", "definitions": [{ "kind": "Opera
|
|
1454
1435
|
* });
|
1455
1436
|
*/
|
1456
1437
|
function useGetTeamQuery(baseOptions) {
|
1457
|
-
const options =
|
1458
|
-
return Apollo.useQuery(
|
1438
|
+
const options = { ...defaultOptions, ...baseOptions };
|
1439
|
+
return Apollo.useQuery(GetTeamDocument, options);
|
1459
1440
|
}
|
1460
|
-
exports.useGetTeamQuery = useGetTeamQuery;
|
1461
1441
|
function useGetTeamLazyQuery(baseOptions) {
|
1462
|
-
const options =
|
1463
|
-
return Apollo.useLazyQuery(
|
1442
|
+
const options = { ...defaultOptions, ...baseOptions };
|
1443
|
+
return Apollo.useLazyQuery(GetTeamDocument, options);
|
1444
|
+
}
|
1445
|
+
function useGetTeamSuspenseQuery(baseOptions) {
|
1446
|
+
const options = { ...defaultOptions, ...baseOptions };
|
1447
|
+
return Apollo.useSuspenseQuery(GetTeamDocument, options);
|
1464
1448
|
}
|
1465
|
-
|
1466
|
-
exports.GetTeamByNameDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "getTeamByName" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "orgName" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "teamName" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getTeam" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "orgName" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "orgName" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "teamName" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "teamName" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "tags" } }, { "kind": "Field", "name": { "kind": "Name", "value": "orgName" } }, { "kind": "Field", "name": { "kind": "Name", "value": "description" } }, { "kind": "Field", "name": { "kind": "Name", "value": "createdAt" } }, { "kind": "Field", "name": { "kind": "Name", "value": "updatedAt" } }, { "kind": "Field", "name": { "kind": "Name", "value": "teamMembers" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "email" } }, { "kind": "Field", "name": { "kind": "Name", "value": "userId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "role" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "status" } }] } }] } }] } }] };
|
1449
|
+
const GetTeamByNameDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "getTeamByName" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "orgName" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "teamName" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getTeam" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "orgName" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "orgName" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "teamName" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "teamName" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "tags" } }, { "kind": "Field", "name": { "kind": "Name", "value": "orgName" } }, { "kind": "Field", "name": { "kind": "Name", "value": "description" } }, { "kind": "Field", "name": { "kind": "Name", "value": "createdAt" } }, { "kind": "Field", "name": { "kind": "Name", "value": "updatedAt" } }, { "kind": "Field", "name": { "kind": "Name", "value": "teamMembers" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "email" } }, { "kind": "Field", "name": { "kind": "Name", "value": "userId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "role" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "status" } }] } }] } }] } }] };
|
1467
1450
|
/**
|
1468
1451
|
* __useGetTeamByNameQuery__
|
1469
1452
|
*
|
@@ -1482,16 +1465,18 @@ exports.GetTeamByNameDocument = { "kind": "Document", "definitions": [{ "kind":
|
|
1482
1465
|
* });
|
1483
1466
|
*/
|
1484
1467
|
function useGetTeamByNameQuery(baseOptions) {
|
1485
|
-
const options =
|
1486
|
-
return Apollo.useQuery(
|
1468
|
+
const options = { ...defaultOptions, ...baseOptions };
|
1469
|
+
return Apollo.useQuery(GetTeamByNameDocument, options);
|
1487
1470
|
}
|
1488
|
-
exports.useGetTeamByNameQuery = useGetTeamByNameQuery;
|
1489
1471
|
function useGetTeamByNameLazyQuery(baseOptions) {
|
1490
|
-
const options =
|
1491
|
-
return Apollo.useLazyQuery(
|
1472
|
+
const options = { ...defaultOptions, ...baseOptions };
|
1473
|
+
return Apollo.useLazyQuery(GetTeamByNameDocument, options);
|
1492
1474
|
}
|
1493
|
-
|
1494
|
-
|
1475
|
+
function useGetTeamByNameSuspenseQuery(baseOptions) {
|
1476
|
+
const options = { ...defaultOptions, ...baseOptions };
|
1477
|
+
return Apollo.useSuspenseQuery(GetTeamByNameDocument, options);
|
1478
|
+
}
|
1479
|
+
const GetUserAccountDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetUserAccount" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "userId" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getUserAccount" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "userId" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "userId" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "email" } }, { "kind": "Field", "name": { "kind": "Name", "value": "username" } }] } }] } }] };
|
1495
1480
|
/**
|
1496
1481
|
* __useGetUserAccountQuery__
|
1497
1482
|
*
|
@@ -1509,16 +1494,18 @@ exports.GetUserAccountDocument = { "kind": "Document", "definitions": [{ "kind":
|
|
1509
1494
|
* });
|
1510
1495
|
*/
|
1511
1496
|
function useGetUserAccountQuery(baseOptions) {
|
1512
|
-
const options =
|
1513
|
-
return Apollo.useQuery(
|
1497
|
+
const options = { ...defaultOptions, ...baseOptions };
|
1498
|
+
return Apollo.useQuery(GetUserAccountDocument, options);
|
1514
1499
|
}
|
1515
|
-
exports.useGetUserAccountQuery = useGetUserAccountQuery;
|
1516
1500
|
function useGetUserAccountLazyQuery(baseOptions) {
|
1517
|
-
const options =
|
1518
|
-
return Apollo.useLazyQuery(
|
1501
|
+
const options = { ...defaultOptions, ...baseOptions };
|
1502
|
+
return Apollo.useLazyQuery(GetUserAccountDocument, options);
|
1503
|
+
}
|
1504
|
+
function useGetUserAccountSuspenseQuery(baseOptions) {
|
1505
|
+
const options = { ...defaultOptions, ...baseOptions };
|
1506
|
+
return Apollo.useSuspenseQuery(GetUserAccountDocument, options);
|
1519
1507
|
}
|
1520
|
-
|
1521
|
-
exports.GetUserAccountByAuth0IdDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetUserAccountByAuth0Id" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "userAuth0Id" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getUserAccountByAuth0Id" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "userAuth0Id" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "userAuth0Id" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "email" } }, { "kind": "Field", "name": { "kind": "Name", "value": "username" } }] } }] } }] };
|
1508
|
+
const GetUserAccountByAuth0IdDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetUserAccountByAuth0Id" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "userAuth0Id" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getUserAccountByAuth0Id" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "userAuth0Id" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "userAuth0Id" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "email" } }, { "kind": "Field", "name": { "kind": "Name", "value": "username" } }] } }] } }] };
|
1522
1509
|
/**
|
1523
1510
|
* __useGetUserAccountByAuth0IdQuery__
|
1524
1511
|
*
|
@@ -1536,16 +1523,18 @@ exports.GetUserAccountByAuth0IdDocument = { "kind": "Document", "definitions": [
|
|
1536
1523
|
* });
|
1537
1524
|
*/
|
1538
1525
|
function useGetUserAccountByAuth0IdQuery(baseOptions) {
|
1539
|
-
const options =
|
1540
|
-
return Apollo.useQuery(
|
1526
|
+
const options = { ...defaultOptions, ...baseOptions };
|
1527
|
+
return Apollo.useQuery(GetUserAccountByAuth0IdDocument, options);
|
1541
1528
|
}
|
1542
|
-
exports.useGetUserAccountByAuth0IdQuery = useGetUserAccountByAuth0IdQuery;
|
1543
1529
|
function useGetUserAccountByAuth0IdLazyQuery(baseOptions) {
|
1544
|
-
const options =
|
1545
|
-
return Apollo.useLazyQuery(
|
1530
|
+
const options = { ...defaultOptions, ...baseOptions };
|
1531
|
+
return Apollo.useLazyQuery(GetUserAccountByAuth0IdDocument, options);
|
1532
|
+
}
|
1533
|
+
function useGetUserAccountByAuth0IdSuspenseQuery(baseOptions) {
|
1534
|
+
const options = { ...defaultOptions, ...baseOptions };
|
1535
|
+
return Apollo.useSuspenseQuery(GetUserAccountByAuth0IdDocument, options);
|
1546
1536
|
}
|
1547
|
-
|
1548
|
-
exports.GetUserTokenDetailsDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetUserTokenDetails" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "userId" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "type" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "TokenTypesEnum" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getUserTokenDetails" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "userId" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "userId" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "type" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "type" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "token" } }, { "kind": "Field", "name": { "kind": "Name", "value": "valid" } }, { "kind": "Field", "name": { "kind": "Name", "value": "refreshedCount" } }, { "kind": "Field", "name": { "kind": "Name", "value": "usedCount" } }, { "kind": "Field", "name": { "kind": "Name", "value": "type" } }] } }] } }] };
|
1537
|
+
const GetUserTokenDetailsDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetUserTokenDetails" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "userId" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "type" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "TokenTypesEnum" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getUserTokenDetails" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "userId" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "userId" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "type" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "type" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "token" } }, { "kind": "Field", "name": { "kind": "Name", "value": "valid" } }, { "kind": "Field", "name": { "kind": "Name", "value": "refreshedCount" } }, { "kind": "Field", "name": { "kind": "Name", "value": "usedCount" } }, { "kind": "Field", "name": { "kind": "Name", "value": "type" } }] } }] } }] };
|
1549
1538
|
/**
|
1550
1539
|
* __useGetUserTokenDetailsQuery__
|
1551
1540
|
*
|
@@ -1564,16 +1553,18 @@ exports.GetUserTokenDetailsDocument = { "kind": "Document", "definitions": [{ "k
|
|
1564
1553
|
* });
|
1565
1554
|
*/
|
1566
1555
|
function useGetUserTokenDetailsQuery(baseOptions) {
|
1567
|
-
const options =
|
1568
|
-
return Apollo.useQuery(
|
1556
|
+
const options = { ...defaultOptions, ...baseOptions };
|
1557
|
+
return Apollo.useQuery(GetUserTokenDetailsDocument, options);
|
1569
1558
|
}
|
1570
|
-
exports.useGetUserTokenDetailsQuery = useGetUserTokenDetailsQuery;
|
1571
1559
|
function useGetUserTokenDetailsLazyQuery(baseOptions) {
|
1572
|
-
const options =
|
1573
|
-
return Apollo.useLazyQuery(
|
1560
|
+
const options = { ...defaultOptions, ...baseOptions };
|
1561
|
+
return Apollo.useLazyQuery(GetUserTokenDetailsDocument, options);
|
1574
1562
|
}
|
1575
|
-
|
1576
|
-
|
1563
|
+
function useGetUserTokenDetailsSuspenseQuery(baseOptions) {
|
1564
|
+
const options = { ...defaultOptions, ...baseOptions };
|
1565
|
+
return Apollo.useSuspenseQuery(GetUserTokenDetailsDocument, options);
|
1566
|
+
}
|
1567
|
+
const GetUserOrganizationsDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "getUserOrganizations" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "userId" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getUserOrganizations" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "userId" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "userId" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "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": "description" } }, { "kind": "Field", "name": { "kind": "Name", "value": "orgMembers" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "userId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "role" } }] } }] } }] } }] };
|
1577
1568
|
/**
|
1578
1569
|
* __useGetUserOrganizationsQuery__
|
1579
1570
|
*
|
@@ -1591,16 +1582,18 @@ exports.GetUserOrganizationsDocument = { "kind": "Document", "definitions": [{ "
|
|
1591
1582
|
* });
|
1592
1583
|
*/
|
1593
1584
|
function useGetUserOrganizationsQuery(baseOptions) {
|
1594
|
-
const options =
|
1595
|
-
return Apollo.useQuery(
|
1585
|
+
const options = { ...defaultOptions, ...baseOptions };
|
1586
|
+
return Apollo.useQuery(GetUserOrganizationsDocument, options);
|
1596
1587
|
}
|
1597
|
-
exports.useGetUserOrganizationsQuery = useGetUserOrganizationsQuery;
|
1598
1588
|
function useGetUserOrganizationsLazyQuery(baseOptions) {
|
1599
|
-
const options =
|
1600
|
-
return Apollo.useLazyQuery(
|
1589
|
+
const options = { ...defaultOptions, ...baseOptions };
|
1590
|
+
return Apollo.useLazyQuery(GetUserOrganizationsDocument, options);
|
1591
|
+
}
|
1592
|
+
function useGetUserOrganizationsSuspenseQuery(baseOptions) {
|
1593
|
+
const options = { ...defaultOptions, ...baseOptions };
|
1594
|
+
return Apollo.useSuspenseQuery(GetUserOrganizationsDocument, options);
|
1601
1595
|
}
|
1602
|
-
|
1603
|
-
exports.GetUserOrganizationsWithRoleDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "getUserOrganizationsWithRole" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "userId" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getUserOrganizationsWithRole" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "userId" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "userId" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "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": "description" } }, { "kind": "Field", "name": { "kind": "Name", "value": "orgMembers" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "OrgUser" } }] } }] } }] } }, { "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" } }] } }] };
|
1596
|
+
const GetUserOrganizationsWithRoleDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "getUserOrganizationsWithRole" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "userId" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getUserOrganizationsWithRole" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "userId" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "userId" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "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": "description" } }, { "kind": "Field", "name": { "kind": "Name", "value": "orgMembers" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "OrgUser" } }] } }] } }] } }, { "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" } }] } }] };
|
1604
1597
|
/**
|
1605
1598
|
* __useGetUserOrganizationsWithRoleQuery__
|
1606
1599
|
*
|
@@ -1618,16 +1611,18 @@ exports.GetUserOrganizationsWithRoleDocument = { "kind": "Document", "definition
|
|
1618
1611
|
* });
|
1619
1612
|
*/
|
1620
1613
|
function useGetUserOrganizationsWithRoleQuery(baseOptions) {
|
1621
|
-
const options =
|
1622
|
-
return Apollo.useQuery(
|
1614
|
+
const options = { ...defaultOptions, ...baseOptions };
|
1615
|
+
return Apollo.useQuery(GetUserOrganizationsWithRoleDocument, options);
|
1623
1616
|
}
|
1624
|
-
exports.useGetUserOrganizationsWithRoleQuery = useGetUserOrganizationsWithRoleQuery;
|
1625
1617
|
function useGetUserOrganizationsWithRoleLazyQuery(baseOptions) {
|
1626
|
-
const options =
|
1627
|
-
return Apollo.useLazyQuery(
|
1618
|
+
const options = { ...defaultOptions, ...baseOptions };
|
1619
|
+
return Apollo.useLazyQuery(GetUserOrganizationsWithRoleDocument, options);
|
1628
1620
|
}
|
1629
|
-
|
1630
|
-
|
1621
|
+
function useGetUserOrganizationsWithRoleSuspenseQuery(baseOptions) {
|
1622
|
+
const options = { ...defaultOptions, ...baseOptions };
|
1623
|
+
return Apollo.useSuspenseQuery(GetUserOrganizationsWithRoleDocument, options);
|
1624
|
+
}
|
1625
|
+
const 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" } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "orgName" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } }], "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" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "orgName" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "orgName" } } }], "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": "username" } }, { "kind": "Field", "name": { "kind": "Name", "value": "alias" } }, { "kind": "Field", "name": { "kind": "Name", "value": "email" } }] } }] } }] } }] } }] };
|
1631
1626
|
/**
|
1632
1627
|
* __useGetOrganizationMembersQuery__
|
1633
1628
|
*
|
@@ -1647,16 +1642,18 @@ exports.GetOrganizationMembersDocument = { "kind": "Document", "definitions": [{
|
|
1647
1642
|
* });
|
1648
1643
|
*/
|
1649
1644
|
function useGetOrganizationMembersQuery(baseOptions) {
|
1650
|
-
const options =
|
1651
|
-
return Apollo.useQuery(
|
1645
|
+
const options = { ...defaultOptions, ...baseOptions };
|
1646
|
+
return Apollo.useQuery(GetOrganizationMembersDocument, options);
|
1652
1647
|
}
|
1653
|
-
exports.useGetOrganizationMembersQuery = useGetOrganizationMembersQuery;
|
1654
1648
|
function useGetOrganizationMembersLazyQuery(baseOptions) {
|
1655
|
-
const options =
|
1656
|
-
return Apollo.useLazyQuery(
|
1649
|
+
const options = { ...defaultOptions, ...baseOptions };
|
1650
|
+
return Apollo.useLazyQuery(GetOrganizationMembersDocument, options);
|
1651
|
+
}
|
1652
|
+
function useGetOrganizationMembersSuspenseQuery(baseOptions) {
|
1653
|
+
const options = { ...defaultOptions, ...baseOptions };
|
1654
|
+
return Apollo.useSuspenseQuery(GetOrganizationMembersDocument, options);
|
1657
1655
|
}
|
1658
|
-
|
1659
|
-
exports.OrganizationsDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "organizations" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "organizations" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "picture" } }, { "kind": "Field", "name": { "kind": "Name", "value": "stripeId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "namespace" } }, { "kind": "Field", "name": { "kind": "Name", "value": "createdAt" } }, { "kind": "Field", "name": { "kind": "Name", "value": "updatedAt" } }, { "kind": "Field", "name": { "kind": "Name", "value": "periodStop" } }, { "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": "Field", "name": { "kind": "Name", "value": "periodStart" } }, { "kind": "Field", "name": { "kind": "Name", "value": "billingLeaders" } }, { "kind": "Field", "name": { "kind": "Name", "value": "isBillingLeader" } }, { "kind": "Field", "name": { "kind": "Name", "value": "mainBilingLeaderId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "stripeSubscriptionId" } }] } }] } }, { "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" } }] } }] };
|
1656
|
+
const OrganizationsDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "organizations" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "organizations" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "picture" } }, { "kind": "Field", "name": { "kind": "Name", "value": "stripeId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "namespace" } }, { "kind": "Field", "name": { "kind": "Name", "value": "createdAt" } }, { "kind": "Field", "name": { "kind": "Name", "value": "updatedAt" } }, { "kind": "Field", "name": { "kind": "Name", "value": "periodStop" } }, { "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": "Field", "name": { "kind": "Name", "value": "periodStart" } }, { "kind": "Field", "name": { "kind": "Name", "value": "billingLeaders" } }, { "kind": "Field", "name": { "kind": "Name", "value": "isBillingLeader" } }, { "kind": "Field", "name": { "kind": "Name", "value": "mainBilingLeaderId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "stripeSubscriptionId" } }] } }] } }, { "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" } }] } }] };
|
1660
1657
|
/**
|
1661
1658
|
* __useOrganizationsQuery__
|
1662
1659
|
*
|
@@ -1673,16 +1670,18 @@ exports.OrganizationsDocument = { "kind": "Document", "definitions": [{ "kind":
|
|
1673
1670
|
* });
|
1674
1671
|
*/
|
1675
1672
|
function useOrganizationsQuery(baseOptions) {
|
1676
|
-
const options =
|
1677
|
-
return Apollo.useQuery(
|
1673
|
+
const options = { ...defaultOptions, ...baseOptions };
|
1674
|
+
return Apollo.useQuery(OrganizationsDocument, options);
|
1678
1675
|
}
|
1679
|
-
exports.useOrganizationsQuery = useOrganizationsQuery;
|
1680
1676
|
function useOrganizationsLazyQuery(baseOptions) {
|
1681
|
-
const options =
|
1682
|
-
return Apollo.useLazyQuery(
|
1677
|
+
const options = { ...defaultOptions, ...baseOptions };
|
1678
|
+
return Apollo.useLazyQuery(OrganizationsDocument, options);
|
1683
1679
|
}
|
1684
|
-
|
1685
|
-
|
1680
|
+
function useOrganizationsSuspenseQuery(baseOptions) {
|
1681
|
+
const options = { ...defaultOptions, ...baseOptions };
|
1682
|
+
return Apollo.useSuspenseQuery(OrganizationsDocument, options);
|
1683
|
+
}
|
1684
|
+
const TeamDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "team" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "teamId" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "ID" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "team" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "teamId" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "teamId" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "tags" } }, { "kind": "Field", "name": { "kind": "Name", "value": "orgName" } }, { "kind": "Field", "name": { "kind": "Name", "value": "description" } }, { "kind": "Field", "name": { "kind": "Name", "value": "createdAt" } }, { "kind": "Field", "name": { "kind": "Name", "value": "updatedAt" } }, { "kind": "Field", "name": { "kind": "Name", "value": "settingsUri" } }, { "kind": "Field", "name": { "kind": "Name", "value": "teamMembers" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "email" } }, { "kind": "Field", "name": { "kind": "Name", "value": "userId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "role" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "status" } }] } }] } }] } }] };
|
1686
1685
|
/**
|
1687
1686
|
* __useTeamQuery__
|
1688
1687
|
*
|
@@ -1700,16 +1699,18 @@ exports.TeamDocument = { "kind": "Document", "definitions": [{ "kind": "Operatio
|
|
1700
1699
|
* });
|
1701
1700
|
*/
|
1702
1701
|
function useTeamQuery(baseOptions) {
|
1703
|
-
const options =
|
1704
|
-
return Apollo.useQuery(
|
1702
|
+
const options = { ...defaultOptions, ...baseOptions };
|
1703
|
+
return Apollo.useQuery(TeamDocument, options);
|
1705
1704
|
}
|
1706
|
-
exports.useTeamQuery = useTeamQuery;
|
1707
1705
|
function useTeamLazyQuery(baseOptions) {
|
1708
|
-
const options =
|
1709
|
-
return Apollo.useLazyQuery(
|
1706
|
+
const options = { ...defaultOptions, ...baseOptions };
|
1707
|
+
return Apollo.useLazyQuery(TeamDocument, options);
|
1708
|
+
}
|
1709
|
+
function useTeamSuspenseQuery(baseOptions) {
|
1710
|
+
const options = { ...defaultOptions, ...baseOptions };
|
1711
|
+
return Apollo.useSuspenseQuery(TeamDocument, options);
|
1710
1712
|
}
|
1711
|
-
|
1712
|
-
exports.TeamsDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "Teams" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "teams" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "_id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "tags" } }, { "kind": "Field", "name": { "kind": "Name", "value": "orgName" } }, { "kind": "Field", "name": { "kind": "Name", "value": "createdAt" } }, { "kind": "Field", "name": { "kind": "Name", "value": "updatedAt" } }, { "kind": "Field", "name": { "kind": "Name", "value": "description" } }, { "kind": "Field", "name": { "kind": "Name", "value": "settingsUri" } }, { "kind": "Field", "name": { "kind": "Name", "value": "teamMembers" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "status" } }] } }] } }] } }] };
|
1713
|
+
const TeamsDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "Teams" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "teams" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "_id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "tags" } }, { "kind": "Field", "name": { "kind": "Name", "value": "orgName" } }, { "kind": "Field", "name": { "kind": "Name", "value": "createdAt" } }, { "kind": "Field", "name": { "kind": "Name", "value": "updatedAt" } }, { "kind": "Field", "name": { "kind": "Name", "value": "description" } }, { "kind": "Field", "name": { "kind": "Name", "value": "settingsUri" } }, { "kind": "Field", "name": { "kind": "Name", "value": "teamMembers" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "status" } }] } }] } }] } }] };
|
1713
1714
|
/**
|
1714
1715
|
* __useTeamsQuery__
|
1715
1716
|
*
|
@@ -1726,16 +1727,18 @@ exports.TeamsDocument = { "kind": "Document", "definitions": [{ "kind": "Operati
|
|
1726
1727
|
* });
|
1727
1728
|
*/
|
1728
1729
|
function useTeamsQuery(baseOptions) {
|
1729
|
-
const options =
|
1730
|
-
return Apollo.useQuery(
|
1730
|
+
const options = { ...defaultOptions, ...baseOptions };
|
1731
|
+
return Apollo.useQuery(TeamsDocument, options);
|
1731
1732
|
}
|
1732
|
-
exports.useTeamsQuery = useTeamsQuery;
|
1733
1733
|
function useTeamsLazyQuery(baseOptions) {
|
1734
|
-
const options =
|
1735
|
-
return Apollo.useLazyQuery(
|
1734
|
+
const options = { ...defaultOptions, ...baseOptions };
|
1735
|
+
return Apollo.useLazyQuery(TeamsDocument, options);
|
1736
1736
|
}
|
1737
|
-
|
1738
|
-
|
1737
|
+
function useTeamsSuspenseQuery(baseOptions) {
|
1738
|
+
const options = { ...defaultOptions, ...baseOptions };
|
1739
|
+
return Apollo.useSuspenseQuery(TeamsDocument, options);
|
1740
|
+
}
|
1741
|
+
const GetViewerSettingsDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetViewerSettings" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "input" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "ViewerSettingsInput" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "viewerSettings" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "input" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "input" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "settingsURL" } }, { "kind": "Field", "name": { "kind": "Name", "value": "settings" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "account" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "default" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "organization" } }] } }] } }] } }] } }] } }] };
|
1739
1742
|
/**
|
1740
1743
|
* __useGetViewerSettingsQuery__
|
1741
1744
|
*
|
@@ -1753,16 +1756,18 @@ exports.GetViewerSettingsDocument = { "kind": "Document", "definitions": [{ "kin
|
|
1753
1756
|
* });
|
1754
1757
|
*/
|
1755
1758
|
function useGetViewerSettingsQuery(baseOptions) {
|
1756
|
-
const options =
|
1757
|
-
return Apollo.useQuery(
|
1759
|
+
const options = { ...defaultOptions, ...baseOptions };
|
1760
|
+
return Apollo.useQuery(GetViewerSettingsDocument, options);
|
1758
1761
|
}
|
1759
|
-
exports.useGetViewerSettingsQuery = useGetViewerSettingsQuery;
|
1760
1762
|
function useGetViewerSettingsLazyQuery(baseOptions) {
|
1761
|
-
const options =
|
1762
|
-
return Apollo.useLazyQuery(
|
1763
|
+
const options = { ...defaultOptions, ...baseOptions };
|
1764
|
+
return Apollo.useLazyQuery(GetViewerSettingsDocument, options);
|
1765
|
+
}
|
1766
|
+
function useGetViewerSettingsSuspenseQuery(baseOptions) {
|
1767
|
+
const options = { ...defaultOptions, ...baseOptions };
|
1768
|
+
return Apollo.useSuspenseQuery(GetViewerSettingsDocument, options);
|
1763
1769
|
}
|
1764
|
-
|
1765
|
-
exports.GetAccountsViewerSettingsDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetAccountsViewerSettings" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "input" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "ViewerSettingsInput" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "viewerSettings" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "input" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "input" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "settings" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "account" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "default" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "organization" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "notification" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "primaryEmail" } }] } }] } }] } }] } }] } }] };
|
1770
|
+
const GetAccountsViewerSettingsDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetAccountsViewerSettings" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "input" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "ViewerSettingsInput" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "viewerSettings" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "input" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "input" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "settings" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "account" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "default" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "organization" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "notification" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "primaryEmail" } }] } }] } }] } }] } }] } }] };
|
1766
1771
|
/**
|
1767
1772
|
* __useGetAccountsViewerSettingsQuery__
|
1768
1773
|
*
|
@@ -1780,16 +1785,18 @@ exports.GetAccountsViewerSettingsDocument = { "kind": "Document", "definitions":
|
|
1780
1785
|
* });
|
1781
1786
|
*/
|
1782
1787
|
function useGetAccountsViewerSettingsQuery(baseOptions) {
|
1783
|
-
const options =
|
1784
|
-
return Apollo.useQuery(
|
1788
|
+
const options = { ...defaultOptions, ...baseOptions };
|
1789
|
+
return Apollo.useQuery(GetAccountsViewerSettingsDocument, options);
|
1785
1790
|
}
|
1786
|
-
exports.useGetAccountsViewerSettingsQuery = useGetAccountsViewerSettingsQuery;
|
1787
1791
|
function useGetAccountsViewerSettingsLazyQuery(baseOptions) {
|
1788
|
-
const options =
|
1789
|
-
return Apollo.useLazyQuery(
|
1792
|
+
const options = { ...defaultOptions, ...baseOptions };
|
1793
|
+
return Apollo.useLazyQuery(GetAccountsViewerSettingsDocument, options);
|
1790
1794
|
}
|
1791
|
-
|
1792
|
-
|
1795
|
+
function useGetAccountsViewerSettingsSuspenseQuery(baseOptions) {
|
1796
|
+
const options = { ...defaultOptions, ...baseOptions };
|
1797
|
+
return Apollo.useSuspenseQuery(GetAccountsViewerSettingsDocument, options);
|
1798
|
+
}
|
1799
|
+
const GetAccountsApplicationPoliciesDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetAccountsApplicationPolicies" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "input" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "ViewerPoliciesInput" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getViewerPolicies" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "input" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "input" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "policies" } }] } }] } }] };
|
1793
1800
|
/**
|
1794
1801
|
* __useGetAccountsApplicationPoliciesQuery__
|
1795
1802
|
*
|
@@ -1807,16 +1814,18 @@ exports.GetAccountsApplicationPoliciesDocument = { "kind": "Document", "definiti
|
|
1807
1814
|
* });
|
1808
1815
|
*/
|
1809
1816
|
function useGetAccountsApplicationPoliciesQuery(baseOptions) {
|
1810
|
-
const options =
|
1811
|
-
return Apollo.useQuery(
|
1817
|
+
const options = { ...defaultOptions, ...baseOptions };
|
1818
|
+
return Apollo.useQuery(GetAccountsApplicationPoliciesDocument, options);
|
1812
1819
|
}
|
1813
|
-
exports.useGetAccountsApplicationPoliciesQuery = useGetAccountsApplicationPoliciesQuery;
|
1814
1820
|
function useGetAccountsApplicationPoliciesLazyQuery(baseOptions) {
|
1815
|
-
const options =
|
1816
|
-
return Apollo.useLazyQuery(
|
1821
|
+
const options = { ...defaultOptions, ...baseOptions };
|
1822
|
+
return Apollo.useLazyQuery(GetAccountsApplicationPoliciesDocument, options);
|
1823
|
+
}
|
1824
|
+
function useGetAccountsApplicationPoliciesSuspenseQuery(baseOptions) {
|
1825
|
+
const options = { ...defaultOptions, ...baseOptions };
|
1826
|
+
return Apollo.useSuspenseQuery(GetAccountsApplicationPoliciesDocument, options);
|
1817
1827
|
}
|
1818
|
-
|
1819
|
-
exports.GetOrgMembersWithRolesUnsecuredDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetOrgMembersWithRolesUnsecured" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "name" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getOrganizationDetailUnsecured" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "where" }, "value": { "kind": "ObjectValue", "fields": [{ "kind": "ObjectField", "name": { "kind": "Name", "value": "name" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "name" } } }] } }], "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": "role" } }] } }] } }] } }] };
|
1828
|
+
const GetOrgMembersWithRolesUnsecuredDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetOrgMembersWithRolesUnsecured" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "name" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getOrganizationDetailUnsecured" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "where" }, "value": { "kind": "ObjectValue", "fields": [{ "kind": "ObjectField", "name": { "kind": "Name", "value": "name" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "name" } } }] } }], "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": "role" } }] } }] } }] } }] };
|
1820
1829
|
/**
|
1821
1830
|
* __useGetOrgMembersWithRolesUnsecuredQuery__
|
1822
1831
|
*
|
@@ -1834,16 +1843,18 @@ exports.GetOrgMembersWithRolesUnsecuredDocument = { "kind": "Document", "definit
|
|
1834
1843
|
* });
|
1835
1844
|
*/
|
1836
1845
|
function useGetOrgMembersWithRolesUnsecuredQuery(baseOptions) {
|
1837
|
-
const options =
|
1838
|
-
return Apollo.useQuery(
|
1846
|
+
const options = { ...defaultOptions, ...baseOptions };
|
1847
|
+
return Apollo.useQuery(GetOrgMembersWithRolesUnsecuredDocument, options);
|
1839
1848
|
}
|
1840
|
-
exports.useGetOrgMembersWithRolesUnsecuredQuery = useGetOrgMembersWithRolesUnsecuredQuery;
|
1841
1849
|
function useGetOrgMembersWithRolesUnsecuredLazyQuery(baseOptions) {
|
1842
|
-
const options =
|
1843
|
-
return Apollo.useLazyQuery(
|
1850
|
+
const options = { ...defaultOptions, ...baseOptions };
|
1851
|
+
return Apollo.useLazyQuery(GetOrgMembersWithRolesUnsecuredDocument, options);
|
1844
1852
|
}
|
1845
|
-
|
1846
|
-
|
1853
|
+
function useGetOrgMembersWithRolesUnsecuredSuspenseQuery(baseOptions) {
|
1854
|
+
const options = { ...defaultOptions, ...baseOptions };
|
1855
|
+
return Apollo.useSuspenseQuery(GetOrgMembersWithRolesUnsecuredDocument, options);
|
1856
|
+
}
|
1857
|
+
const GetOrgMembersWithRolesDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetOrgMembersWithRoles" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "name" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getOrganizationDetail" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "where" }, "value": { "kind": "ObjectValue", "fields": [{ "kind": "ObjectField", "name": { "kind": "Name", "value": "name" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "name" } } }] } }], "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": "role" } }] } }] } }] } }] };
|
1847
1858
|
/**
|
1848
1859
|
* __useGetOrgMembersWithRolesQuery__
|
1849
1860
|
*
|
@@ -1861,16 +1872,18 @@ exports.GetOrgMembersWithRolesDocument = { "kind": "Document", "definitions": [{
|
|
1861
1872
|
* });
|
1862
1873
|
*/
|
1863
1874
|
function useGetOrgMembersWithRolesQuery(baseOptions) {
|
1864
|
-
const options =
|
1865
|
-
return Apollo.useQuery(
|
1875
|
+
const options = { ...defaultOptions, ...baseOptions };
|
1876
|
+
return Apollo.useQuery(GetOrgMembersWithRolesDocument, options);
|
1866
1877
|
}
|
1867
|
-
exports.useGetOrgMembersWithRolesQuery = useGetOrgMembersWithRolesQuery;
|
1868
1878
|
function useGetOrgMembersWithRolesLazyQuery(baseOptions) {
|
1869
|
-
const options =
|
1870
|
-
return Apollo.useLazyQuery(
|
1879
|
+
const options = { ...defaultOptions, ...baseOptions };
|
1880
|
+
return Apollo.useLazyQuery(GetOrgMembersWithRolesDocument, options);
|
1881
|
+
}
|
1882
|
+
function useGetOrgMembersWithRolesSuspenseQuery(baseOptions) {
|
1883
|
+
const options = { ...defaultOptions, ...baseOptions };
|
1884
|
+
return Apollo.useSuspenseQuery(GetOrgMembersWithRolesDocument, options);
|
1871
1885
|
}
|
1872
|
-
|
1873
|
-
exports.GetUsersDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetUsers" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "where" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "UserAccountWhere" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getUsers" }, "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": "username" } }, { "kind": "Field", "name": { "kind": "Name", "value": "email" } }] } }] } }] };
|
1886
|
+
const GetUsersDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetUsers" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "where" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "UserAccountWhere" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getUsers" }, "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": "username" } }, { "kind": "Field", "name": { "kind": "Name", "value": "email" } }] } }] } }] };
|
1874
1887
|
/**
|
1875
1888
|
* __useGetUsersQuery__
|
1876
1889
|
*
|
@@ -1888,16 +1901,18 @@ exports.GetUsersDocument = { "kind": "Document", "definitions": [{ "kind": "Oper
|
|
1888
1901
|
* });
|
1889
1902
|
*/
|
1890
1903
|
function useGetUsersQuery(baseOptions) {
|
1891
|
-
const options =
|
1892
|
-
return Apollo.useQuery(
|
1904
|
+
const options = { ...defaultOptions, ...baseOptions };
|
1905
|
+
return Apollo.useQuery(GetUsersDocument, options);
|
1893
1906
|
}
|
1894
|
-
exports.useGetUsersQuery = useGetUsersQuery;
|
1895
1907
|
function useGetUsersLazyQuery(baseOptions) {
|
1896
|
-
const options =
|
1897
|
-
return Apollo.useLazyQuery(
|
1908
|
+
const options = { ...defaultOptions, ...baseOptions };
|
1909
|
+
return Apollo.useLazyQuery(GetUsersDocument, options);
|
1898
1910
|
}
|
1899
|
-
|
1900
|
-
|
1911
|
+
function useGetUsersSuspenseQuery(baseOptions) {
|
1912
|
+
const options = { ...defaultOptions, ...baseOptions };
|
1913
|
+
return Apollo.useSuspenseQuery(GetUsersDocument, options);
|
1914
|
+
}
|
1915
|
+
const FilterIntegrationConfigurationDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "FilterIntegrationConfiguration" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "filter" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "IntegrationConfigurationFilterInput" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "filterIntegrationConfiguration" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "filter" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "filter" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "integrationName" } }, { "kind": "Field", "name": { "kind": "Name", "value": "status" } }, { "kind": "Field", "name": { "kind": "Name", "value": "updatedAt" } }, { "kind": "Field", "name": { "kind": "Name", "value": "integrationInfo" } }] } }] } }] };
|
1901
1916
|
/**
|
1902
1917
|
* __useFilterIntegrationConfigurationQuery__
|
1903
1918
|
*
|
@@ -1915,16 +1930,18 @@ exports.FilterIntegrationConfigurationDocument = { "kind": "Document", "definiti
|
|
1915
1930
|
* });
|
1916
1931
|
*/
|
1917
1932
|
function useFilterIntegrationConfigurationQuery(baseOptions) {
|
1918
|
-
const options =
|
1919
|
-
return Apollo.useQuery(
|
1933
|
+
const options = { ...defaultOptions, ...baseOptions };
|
1934
|
+
return Apollo.useQuery(FilterIntegrationConfigurationDocument, options);
|
1920
1935
|
}
|
1921
|
-
exports.useFilterIntegrationConfigurationQuery = useFilterIntegrationConfigurationQuery;
|
1922
1936
|
function useFilterIntegrationConfigurationLazyQuery(baseOptions) {
|
1923
|
-
const options =
|
1924
|
-
return Apollo.useLazyQuery(
|
1937
|
+
const options = { ...defaultOptions, ...baseOptions };
|
1938
|
+
return Apollo.useLazyQuery(FilterIntegrationConfigurationDocument, options);
|
1939
|
+
}
|
1940
|
+
function useFilterIntegrationConfigurationSuspenseQuery(baseOptions) {
|
1941
|
+
const options = { ...defaultOptions, ...baseOptions };
|
1942
|
+
return Apollo.useSuspenseQuery(FilterIntegrationConfigurationDocument, options);
|
1925
1943
|
}
|
1926
|
-
|
1927
|
-
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" } } }] }] } }] };
|
1944
|
+
const 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" } } }] }] } }] };
|
1928
1945
|
/**
|
1929
1946
|
* __useAddContributionRoleMutation__
|
1930
1947
|
*
|
@@ -1944,11 +1961,10 @@ exports.AddContributionRoleDocument = { "kind": "Document", "definitions": [{ "k
|
|
1944
1961
|
* });
|
1945
1962
|
*/
|
1946
1963
|
function useAddContributionRoleMutation(baseOptions) {
|
1947
|
-
const options =
|
1948
|
-
return Apollo.useMutation(
|
1964
|
+
const options = { ...defaultOptions, ...baseOptions };
|
1965
|
+
return Apollo.useMutation(AddContributionRoleDocument, options);
|
1949
1966
|
}
|
1950
|
-
|
1951
|
-
exports.AddResourceToContextDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "AddResourceToContext" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "resourcesToAdd" } }, "type": { "kind": "NonNullType", "type": { "kind": "ListType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "ResourceCreationDataInput" } } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "addResourceToContext" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "resourcesToAdd" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "resourcesToAdd" } } }], "directives": [{ "kind": "Directive", "name": { "kind": "Name", "value": "client" } }] }] } }] };
|
1967
|
+
const AddResourceToContextDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "AddResourceToContext" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "resourcesToAdd" } }, "type": { "kind": "NonNullType", "type": { "kind": "ListType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "ResourceCreationDataInput" } } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "addResourceToContext" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "resourcesToAdd" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "resourcesToAdd" } } }], "directives": [{ "kind": "Directive", "name": { "kind": "Name", "value": "client" } }] }] } }] };
|
1952
1968
|
/**
|
1953
1969
|
* __useAddResourceToContextMutation__
|
1954
1970
|
*
|
@@ -1967,11 +1983,10 @@ exports.AddResourceToContextDocument = { "kind": "Document", "definitions": [{ "
|
|
1967
1983
|
* });
|
1968
1984
|
*/
|
1969
1985
|
function useAddResourceToContextMutation(baseOptions) {
|
1970
|
-
const options =
|
1971
|
-
return Apollo.useMutation(
|
1986
|
+
const options = { ...defaultOptions, ...baseOptions };
|
1987
|
+
return Apollo.useMutation(AddResourceToContextDocument, options);
|
1972
1988
|
}
|
1973
|
-
|
1974
|
-
exports.ChangeOrganizationDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "ChangeOrganization" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "orgName" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "userId" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "changeOrganization" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "orgName" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "orgName" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "userId" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "userId" } } }], "directives": [{ "kind": "Directive", "name": { "kind": "Name", "value": "client" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "always" }, "value": { "kind": "BooleanValue", "value": true } }] }] }] } }] };
|
1989
|
+
const ChangeOrganizationDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "ChangeOrganization" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "orgName" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "userId" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "changeOrganization" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "orgName" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "orgName" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "userId" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "userId" } } }], "directives": [{ "kind": "Directive", "name": { "kind": "Name", "value": "client" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "always" }, "value": { "kind": "BooleanValue", "value": true } }] }] }] } }] };
|
1975
1990
|
/**
|
1976
1991
|
* __useChangeOrganizationMutation__
|
1977
1992
|
*
|
@@ -1991,11 +2006,10 @@ exports.ChangeOrganizationDocument = { "kind": "Document", "definitions": [{ "ki
|
|
1991
2006
|
* });
|
1992
2007
|
*/
|
1993
2008
|
function useChangeOrganizationMutation(baseOptions) {
|
1994
|
-
const options =
|
1995
|
-
return Apollo.useMutation(
|
2009
|
+
const options = { ...defaultOptions, ...baseOptions };
|
2010
|
+
return Apollo.useMutation(ChangeOrganizationDocument, options);
|
1996
2011
|
}
|
1997
|
-
|
1998
|
-
exports.InitiateConfigurationValueDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "InitiateConfigurationValue" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "resource" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "URI" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "initiateConfigurationValue" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "resource" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "resource" } } }] }] } }] };
|
2012
|
+
const InitiateConfigurationValueDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "InitiateConfigurationValue" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "resource" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "URI" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "initiateConfigurationValue" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "resource" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "resource" } } }] }] } }] };
|
1999
2013
|
/**
|
2000
2014
|
* __useInitiateConfigurationValueMutation__
|
2001
2015
|
*
|
@@ -2014,11 +2028,10 @@ exports.InitiateConfigurationValueDocument = { "kind": "Document", "definitions"
|
|
2014
2028
|
* });
|
2015
2029
|
*/
|
2016
2030
|
function useInitiateConfigurationValueMutation(baseOptions) {
|
2017
|
-
const options =
|
2018
|
-
return Apollo.useMutation(
|
2031
|
+
const options = { ...defaultOptions, ...baseOptions };
|
2032
|
+
return Apollo.useMutation(InitiateConfigurationValueDocument, options);
|
2019
2033
|
}
|
2020
|
-
|
2021
|
-
exports.InitializeOrgNameInContextDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "InitializeOrgNameInContext" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "orgName" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "initializeOrgNameInContext" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "orgName" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "orgName" } } }], "directives": [{ "kind": "Directive", "name": { "kind": "Name", "value": "client" } }] }] } }] };
|
2034
|
+
const InitializeOrgNameInContextDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "InitializeOrgNameInContext" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "orgName" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "initializeOrgNameInContext" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "orgName" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "orgName" } } }], "directives": [{ "kind": "Directive", "name": { "kind": "Name", "value": "client" } }] }] } }] };
|
2022
2035
|
/**
|
2023
2036
|
* __useInitializeOrgNameInContextMutation__
|
2024
2037
|
*
|
@@ -2037,11 +2050,10 @@ exports.InitializeOrgNameInContextDocument = { "kind": "Document", "definitions"
|
|
2037
2050
|
* });
|
2038
2051
|
*/
|
2039
2052
|
function useInitializeOrgNameInContextMutation(baseOptions) {
|
2040
|
-
const options =
|
2041
|
-
return Apollo.useMutation(
|
2053
|
+
const options = { ...defaultOptions, ...baseOptions };
|
2054
|
+
return Apollo.useMutation(InitializeOrgNameInContextDocument, options);
|
2042
2055
|
}
|
2043
|
-
|
2044
|
-
exports.InitializeTeamInContextDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "InitializeTeamInContext" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "teamName" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "orgName" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "initializeTeamInContext" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "teamName" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "teamName" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "orgName" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "orgName" } } }], "directives": [{ "kind": "Directive", "name": { "kind": "Name", "value": "client" } }] }] } }] };
|
2056
|
+
const InitializeTeamInContextDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "InitializeTeamInContext" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "teamName" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "orgName" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "initializeTeamInContext" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "teamName" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "teamName" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "orgName" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "orgName" } } }], "directives": [{ "kind": "Directive", "name": { "kind": "Name", "value": "client" } }] }] } }] };
|
2045
2057
|
/**
|
2046
2058
|
* __useInitializeTeamInContextMutation__
|
2047
2059
|
*
|
@@ -2061,11 +2073,10 @@ exports.InitializeTeamInContextDocument = { "kind": "Document", "definitions": [
|
|
2061
2073
|
* });
|
2062
2074
|
*/
|
2063
2075
|
function useInitializeTeamInContextMutation(baseOptions) {
|
2064
|
-
const options =
|
2065
|
-
return Apollo.useMutation(
|
2076
|
+
const options = { ...defaultOptions, ...baseOptions };
|
2077
|
+
return Apollo.useMutation(InitializeTeamInContextDocument, options);
|
2066
2078
|
}
|
2067
|
-
|
2068
|
-
exports.ReassignConfigurationDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "ReassignConfiguration" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "reassignRole" }, "directives": [{ "kind": "Directive", "name": { "kind": "Name", "value": "client" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "always" }, "value": { "kind": "BooleanValue", "value": true } }] }] }] } }] };
|
2079
|
+
const ReassignConfigurationDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "ReassignConfiguration" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "reassignRole" }, "directives": [{ "kind": "Directive", "name": { "kind": "Name", "value": "client" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "always" }, "value": { "kind": "BooleanValue", "value": true } }] }] }] } }] };
|
2069
2080
|
/**
|
2070
2081
|
* __useReassignConfigurationMutation__
|
2071
2082
|
*
|
@@ -2083,11 +2094,10 @@ exports.ReassignConfigurationDocument = { "kind": "Document", "definitions": [{
|
|
2083
2094
|
* });
|
2084
2095
|
*/
|
2085
2096
|
function useReassignConfigurationMutation(baseOptions) {
|
2086
|
-
const options =
|
2087
|
-
return Apollo.useMutation(
|
2097
|
+
const options = { ...defaultOptions, ...baseOptions };
|
2098
|
+
return Apollo.useMutation(ReassignConfigurationDocument, options);
|
2088
2099
|
}
|
2089
|
-
|
2090
|
-
exports.UpdateConfigurationDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "UpdateConfiguration" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "input" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "PreferencesInputInput" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "key" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "value" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "AnyObject" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "overrides" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "ConfigurationOverridesInput" } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "target" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Int" } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "donotNotifyError" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Boolean" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "updateConfiguration" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "input" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "input" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "key" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "key" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "value" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "value" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "overrides" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "overrides" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "target" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "target" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "donotNotifyError" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "donotNotifyError" } } }], "directives": [{ "kind": "Directive", "name": { "kind": "Name", "value": "client" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "always" }, "value": { "kind": "BooleanValue", "value": true } }] }] }] } }] };
|
2100
|
+
const UpdateConfigurationDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "UpdateConfiguration" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "input" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "PreferencesInputInput" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "key" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "value" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "AnyObject" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "overrides" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "ConfigurationOverridesInput" } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "target" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Int" } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "donotNotifyError" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Boolean" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "updateConfiguration" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "input" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "input" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "key" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "key" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "value" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "value" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "overrides" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "overrides" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "target" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "target" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "donotNotifyError" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "donotNotifyError" } } }], "directives": [{ "kind": "Directive", "name": { "kind": "Name", "value": "client" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "always" }, "value": { "kind": "BooleanValue", "value": true } }] }] }] } }] };
|
2091
2101
|
/**
|
2092
2102
|
* __useUpdateConfigurationMutation__
|
2093
2103
|
*
|
@@ -2111,11 +2121,10 @@ exports.UpdateConfigurationDocument = { "kind": "Document", "definitions": [{ "k
|
|
2111
2121
|
* });
|
2112
2122
|
*/
|
2113
2123
|
function useUpdateConfigurationMutation(baseOptions) {
|
2114
|
-
const options =
|
2115
|
-
return Apollo.useMutation(
|
2124
|
+
const options = { ...defaultOptions, ...baseOptions };
|
2125
|
+
return Apollo.useMutation(UpdateConfigurationDocument, options);
|
2116
2126
|
}
|
2117
|
-
|
2118
|
-
exports.GetApplicationPolicyDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetApplicationPolicy" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "input" } }, "type": { "kind": "ListType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "ConfigurationInput" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getConfigurationPolicies" }, "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": "ApplicationPolicy" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "Configuration" } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "DefaultPolicy" } }, "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" } }] } }] };
|
2127
|
+
const GetApplicationPolicyDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetApplicationPolicy" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "input" } }, "type": { "kind": "ListType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "ConfigurationInput" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getConfigurationPolicies" }, "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": "ApplicationPolicy" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "Configuration" } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "DefaultPolicy" } }, "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" } }] } }] };
|
2119
2128
|
/**
|
2120
2129
|
* __useGetApplicationPolicyQuery__
|
2121
2130
|
*
|
@@ -2133,16 +2142,18 @@ exports.GetApplicationPolicyDocument = { "kind": "Document", "definitions": [{ "
|
|
2133
2142
|
* });
|
2134
2143
|
*/
|
2135
2144
|
function useGetApplicationPolicyQuery(baseOptions) {
|
2136
|
-
const options =
|
2137
|
-
return Apollo.useQuery(
|
2145
|
+
const options = { ...defaultOptions, ...baseOptions };
|
2146
|
+
return Apollo.useQuery(GetApplicationPolicyDocument, options);
|
2138
2147
|
}
|
2139
|
-
exports.useGetApplicationPolicyQuery = useGetApplicationPolicyQuery;
|
2140
2148
|
function useGetApplicationPolicyLazyQuery(baseOptions) {
|
2141
|
-
const options =
|
2142
|
-
return Apollo.useLazyQuery(
|
2149
|
+
const options = { ...defaultOptions, ...baseOptions };
|
2150
|
+
return Apollo.useLazyQuery(GetApplicationPolicyDocument, options);
|
2151
|
+
}
|
2152
|
+
function useGetApplicationPolicySuspenseQuery(baseOptions) {
|
2153
|
+
const options = { ...defaultOptions, ...baseOptions };
|
2154
|
+
return Apollo.useSuspenseQuery(GetApplicationPolicyDocument, options);
|
2143
2155
|
}
|
2144
|
-
|
2145
|
-
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" } }] } }] };
|
2156
|
+
const 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" } }] } }] };
|
2146
2157
|
/**
|
2147
2158
|
* __useGetApplicationRoleQuery__
|
2148
2159
|
*
|
@@ -2160,16 +2171,18 @@ exports.GetApplicationRoleDocument = { "kind": "Document", "definitions": [{ "ki
|
|
2160
2171
|
* });
|
2161
2172
|
*/
|
2162
2173
|
function useGetApplicationRoleQuery(baseOptions) {
|
2163
|
-
const options =
|
2164
|
-
return Apollo.useQuery(
|
2174
|
+
const options = { ...defaultOptions, ...baseOptions };
|
2175
|
+
return Apollo.useQuery(GetApplicationRoleDocument, options);
|
2165
2176
|
}
|
2166
|
-
exports.useGetApplicationRoleQuery = useGetApplicationRoleQuery;
|
2167
2177
|
function useGetApplicationRoleLazyQuery(baseOptions) {
|
2168
|
-
const options =
|
2169
|
-
return Apollo.useLazyQuery(
|
2178
|
+
const options = { ...defaultOptions, ...baseOptions };
|
2179
|
+
return Apollo.useLazyQuery(GetApplicationRoleDocument, options);
|
2170
2180
|
}
|
2171
|
-
|
2172
|
-
|
2181
|
+
function useGetApplicationRoleSuspenseQuery(baseOptions) {
|
2182
|
+
const options = { ...defaultOptions, ...baseOptions };
|
2183
|
+
return Apollo.useSuspenseQuery(GetApplicationRoleDocument, options);
|
2184
|
+
}
|
2185
|
+
const DefaultResolveSettingsDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "DefaultResolveSettings" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "uri" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "URI" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "target" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Int" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "resolveSettings" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "uri" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "uri" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "target" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "target" } } }], "directives": [{ "kind": "Directive", "name": { "kind": "Name", "value": "client" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "always" }, "value": { "kind": "BooleanValue", "value": true } }] }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "DefaultSetting" } }] } }] } }, { "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "DefaultSetting" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "ContributionSettings" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "key" } }, { "kind": "Field", "name": { "kind": "Name", "value": "value" } }, { "kind": "Field", "name": { "kind": "Name", "value": "description" } }, { "kind": "Field", "name": { "kind": "Name", "value": "descriptionIsMarkdown" } }, { "kind": "Field", "name": { "kind": "Name", "value": "deprecationMessage" } }, { "kind": "Field", "name": { "kind": "Name", "value": "type" } }, { "kind": "Field", "name": { "kind": "Name", "value": "order" } }, { "kind": "Field", "name": { "kind": "Name", "value": "enum" } }, { "kind": "Field", "name": { "kind": "Name", "value": "objectProperties" } }, { "kind": "Field", "name": { "kind": "Name", "value": "objectPatternProperties" } }, { "kind": "Field", "name": { "kind": "Name", "value": "objectAdditionalProperties" } }, { "kind": "Field", "name": { "kind": "Name", "value": "enumDescriptions" } }, { "kind": "Field", "name": { "kind": "Name", "value": "enumDescriptionsAreMarkdown" } }, { "kind": "Field", "name": { "kind": "Name", "value": "tags" } }, { "kind": "Field", "name": { "kind": "Name", "value": "properties" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "readOnly" } }, { "kind": "Field", "name": { "kind": "Name", "value": "disabled" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "arrayItemType" } }, { "kind": "Field", "name": { "kind": "Name", "value": "settingDependencies" } }, { "kind": "Field", "name": { "kind": "Name", "value": "minimum" } }, { "kind": "Field", "name": { "kind": "Name", "value": "maximum" } }, { "kind": "Field", "name": { "kind": "Name", "value": "maxLength" } }, { "kind": "Field", "name": { "kind": "Name", "value": "minLength" } }, { "kind": "Field", "name": { "kind": "Name", "value": "maxItems" } }, { "kind": "Field", "name": { "kind": "Name", "value": "minItems" } }] } }] };
|
2173
2186
|
/**
|
2174
2187
|
* __useDefaultResolveSettingsQuery__
|
2175
2188
|
*
|
@@ -2188,16 +2201,18 @@ exports.DefaultResolveSettingsDocument = { "kind": "Document", "definitions": [{
|
|
2188
2201
|
* });
|
2189
2202
|
*/
|
2190
2203
|
function useDefaultResolveSettingsQuery(baseOptions) {
|
2191
|
-
const options =
|
2192
|
-
return Apollo.useQuery(
|
2204
|
+
const options = { ...defaultOptions, ...baseOptions };
|
2205
|
+
return Apollo.useQuery(DefaultResolveSettingsDocument, options);
|
2193
2206
|
}
|
2194
|
-
exports.useDefaultResolveSettingsQuery = useDefaultResolveSettingsQuery;
|
2195
2207
|
function useDefaultResolveSettingsLazyQuery(baseOptions) {
|
2196
|
-
const options =
|
2197
|
-
return Apollo.useLazyQuery(
|
2208
|
+
const options = { ...defaultOptions, ...baseOptions };
|
2209
|
+
return Apollo.useLazyQuery(DefaultResolveSettingsDocument, options);
|
2210
|
+
}
|
2211
|
+
function useDefaultResolveSettingsSuspenseQuery(baseOptions) {
|
2212
|
+
const options = { ...defaultOptions, ...baseOptions };
|
2213
|
+
return Apollo.useSuspenseQuery(DefaultResolveSettingsDocument, options);
|
2198
2214
|
}
|
2199
|
-
|
2200
|
-
exports.GetConfigurationTargetDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetConfigurationTarget" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "resource" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "URI" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getConfigurationTarget" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "resource" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "resource" } } }], "directives": [{ "kind": "Directive", "name": { "kind": "Name", "value": "client" } }] }] } }] };
|
2215
|
+
const GetConfigurationTargetDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetConfigurationTarget" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "resource" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "URI" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getConfigurationTarget" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "resource" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "resource" } } }], "directives": [{ "kind": "Directive", "name": { "kind": "Name", "value": "client" } }] }] } }] };
|
2201
2216
|
/**
|
2202
2217
|
* __useGetConfigurationTargetQuery__
|
2203
2218
|
*
|
@@ -2215,16 +2230,18 @@ exports.GetConfigurationTargetDocument = { "kind": "Document", "definitions": [{
|
|
2215
2230
|
* });
|
2216
2231
|
*/
|
2217
2232
|
function useGetConfigurationTargetQuery(baseOptions) {
|
2218
|
-
const options =
|
2219
|
-
return Apollo.useQuery(
|
2233
|
+
const options = { ...defaultOptions, ...baseOptions };
|
2234
|
+
return Apollo.useQuery(GetConfigurationTargetDocument, options);
|
2220
2235
|
}
|
2221
|
-
exports.useGetConfigurationTargetQuery = useGetConfigurationTargetQuery;
|
2222
2236
|
function useGetConfigurationTargetLazyQuery(baseOptions) {
|
2223
|
-
const options =
|
2224
|
-
return Apollo.useLazyQuery(
|
2237
|
+
const options = { ...defaultOptions, ...baseOptions };
|
2238
|
+
return Apollo.useLazyQuery(GetConfigurationTargetDocument, options);
|
2225
2239
|
}
|
2226
|
-
|
2227
|
-
|
2240
|
+
function useGetConfigurationTargetSuspenseQuery(baseOptions) {
|
2241
|
+
const options = { ...defaultOptions, ...baseOptions };
|
2242
|
+
return Apollo.useSuspenseQuery(GetConfigurationTargetDocument, options);
|
2243
|
+
}
|
2244
|
+
const GetContextPropertyDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetContextProperty" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "keys" } }, "type": { "kind": "ListType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getContextProperty" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "keys" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "keys" } } }], "directives": [{ "kind": "Directive", "name": { "kind": "Name", "value": "client" } }] }] } }] };
|
2228
2245
|
/**
|
2229
2246
|
* __useGetContextPropertyQuery__
|
2230
2247
|
*
|
@@ -2242,16 +2259,18 @@ exports.GetContextPropertyDocument = { "kind": "Document", "definitions": [{ "ki
|
|
2242
2259
|
* });
|
2243
2260
|
*/
|
2244
2261
|
function useGetContextPropertyQuery(baseOptions) {
|
2245
|
-
const options =
|
2246
|
-
return Apollo.useQuery(
|
2262
|
+
const options = { ...defaultOptions, ...baseOptions };
|
2263
|
+
return Apollo.useQuery(GetContextPropertyDocument, options);
|
2247
2264
|
}
|
2248
|
-
exports.useGetContextPropertyQuery = useGetContextPropertyQuery;
|
2249
2265
|
function useGetContextPropertyLazyQuery(baseOptions) {
|
2250
|
-
const options =
|
2251
|
-
return Apollo.useLazyQuery(
|
2266
|
+
const options = { ...defaultOptions, ...baseOptions };
|
2267
|
+
return Apollo.useLazyQuery(GetContextPropertyDocument, options);
|
2268
|
+
}
|
2269
|
+
function useGetContextPropertySuspenseQuery(baseOptions) {
|
2270
|
+
const options = { ...defaultOptions, ...baseOptions };
|
2271
|
+
return Apollo.useSuspenseQuery(GetContextPropertyDocument, options);
|
2252
2272
|
}
|
2253
|
-
|
2254
|
-
exports.GetDefaultApplicationPermissionsDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetDefaultApplicationPermissions" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "roleName" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "mergedApplicationPermissions" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "roleName" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "roleName" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "OverWriteRoleValue" } }] } }] } }, { "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "OverWriteRoleValue" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "ContributionSettings" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "key" } }, { "kind": "Field", "name": { "kind": "Name", "value": "value" } }] } }] };
|
2273
|
+
const GetDefaultApplicationPermissionsDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetDefaultApplicationPermissions" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "roleName" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "mergedApplicationPermissions" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "roleName" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "roleName" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "OverWriteRoleValue" } }] } }] } }, { "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "OverWriteRoleValue" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "ContributionSettings" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "key" } }, { "kind": "Field", "name": { "kind": "Name", "value": "value" } }] } }] };
|
2255
2274
|
/**
|
2256
2275
|
* __useGetDefaultApplicationPermissionsQuery__
|
2257
2276
|
*
|
@@ -2269,16 +2288,18 @@ exports.GetDefaultApplicationPermissionsDocument = { "kind": "Document", "defini
|
|
2269
2288
|
* });
|
2270
2289
|
*/
|
2271
2290
|
function useGetDefaultApplicationPermissionsQuery(baseOptions) {
|
2272
|
-
const options =
|
2273
|
-
return Apollo.useQuery(
|
2291
|
+
const options = { ...defaultOptions, ...baseOptions };
|
2292
|
+
return Apollo.useQuery(GetDefaultApplicationPermissionsDocument, options);
|
2274
2293
|
}
|
2275
|
-
exports.useGetDefaultApplicationPermissionsQuery = useGetDefaultApplicationPermissionsQuery;
|
2276
2294
|
function useGetDefaultApplicationPermissionsLazyQuery(baseOptions) {
|
2277
|
-
const options =
|
2278
|
-
return Apollo.useLazyQuery(
|
2295
|
+
const options = { ...defaultOptions, ...baseOptions };
|
2296
|
+
return Apollo.useLazyQuery(GetDefaultApplicationPermissionsDocument, options);
|
2279
2297
|
}
|
2280
|
-
|
2281
|
-
|
2298
|
+
function useGetDefaultApplicationPermissionsSuspenseQuery(baseOptions) {
|
2299
|
+
const options = { ...defaultOptions, ...baseOptions };
|
2300
|
+
return Apollo.useSuspenseQuery(GetDefaultApplicationPermissionsDocument, options);
|
2301
|
+
}
|
2302
|
+
const GetDefaultPermissionsDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetDefaultPermissions" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "target" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Int" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "defaultPermissions" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "target" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "target" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "title" } }, { "kind": "Field", "name": { "kind": "Name", "value": "sections" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "title" } }, { "kind": "Field", "name": { "kind": "Name", "value": "settings" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "DefaultSetting" } }] } }] } }] } }] } }, { "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "DefaultSetting" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "ContributionSettings" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "key" } }, { "kind": "Field", "name": { "kind": "Name", "value": "value" } }, { "kind": "Field", "name": { "kind": "Name", "value": "description" } }, { "kind": "Field", "name": { "kind": "Name", "value": "descriptionIsMarkdown" } }, { "kind": "Field", "name": { "kind": "Name", "value": "deprecationMessage" } }, { "kind": "Field", "name": { "kind": "Name", "value": "type" } }, { "kind": "Field", "name": { "kind": "Name", "value": "order" } }, { "kind": "Field", "name": { "kind": "Name", "value": "enum" } }, { "kind": "Field", "name": { "kind": "Name", "value": "objectProperties" } }, { "kind": "Field", "name": { "kind": "Name", "value": "objectPatternProperties" } }, { "kind": "Field", "name": { "kind": "Name", "value": "objectAdditionalProperties" } }, { "kind": "Field", "name": { "kind": "Name", "value": "enumDescriptions" } }, { "kind": "Field", "name": { "kind": "Name", "value": "enumDescriptionsAreMarkdown" } }, { "kind": "Field", "name": { "kind": "Name", "value": "tags" } }, { "kind": "Field", "name": { "kind": "Name", "value": "properties" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "readOnly" } }, { "kind": "Field", "name": { "kind": "Name", "value": "disabled" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "arrayItemType" } }, { "kind": "Field", "name": { "kind": "Name", "value": "settingDependencies" } }, { "kind": "Field", "name": { "kind": "Name", "value": "minimum" } }, { "kind": "Field", "name": { "kind": "Name", "value": "maximum" } }, { "kind": "Field", "name": { "kind": "Name", "value": "maxLength" } }, { "kind": "Field", "name": { "kind": "Name", "value": "minLength" } }, { "kind": "Field", "name": { "kind": "Name", "value": "maxItems" } }, { "kind": "Field", "name": { "kind": "Name", "value": "minItems" } }] } }] };
|
2282
2303
|
/**
|
2283
2304
|
* __useGetDefaultPermissionsQuery__
|
2284
2305
|
*
|
@@ -2296,16 +2317,18 @@ exports.GetDefaultPermissionsDocument = { "kind": "Document", "definitions": [{
|
|
2296
2317
|
* });
|
2297
2318
|
*/
|
2298
2319
|
function useGetDefaultPermissionsQuery(baseOptions) {
|
2299
|
-
const options =
|
2300
|
-
return Apollo.useQuery(
|
2320
|
+
const options = { ...defaultOptions, ...baseOptions };
|
2321
|
+
return Apollo.useQuery(GetDefaultPermissionsDocument, options);
|
2301
2322
|
}
|
2302
|
-
exports.useGetDefaultPermissionsQuery = useGetDefaultPermissionsQuery;
|
2303
2323
|
function useGetDefaultPermissionsLazyQuery(baseOptions) {
|
2304
|
-
const options =
|
2305
|
-
return Apollo.useLazyQuery(
|
2324
|
+
const options = { ...defaultOptions, ...baseOptions };
|
2325
|
+
return Apollo.useLazyQuery(GetDefaultPermissionsDocument, options);
|
2326
|
+
}
|
2327
|
+
function useGetDefaultPermissionsSuspenseQuery(baseOptions) {
|
2328
|
+
const options = { ...defaultOptions, ...baseOptions };
|
2329
|
+
return Apollo.useSuspenseQuery(GetDefaultPermissionsDocument, options);
|
2306
2330
|
}
|
2307
|
-
|
2308
|
-
exports.GetDefaultPolicySettingsDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetDefaultPolicySettings" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "target" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Int" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "defaultPolicies" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "target" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "target" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "title" } }, { "kind": "Field", "name": { "kind": "Name", "value": "sections" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "title" } }, { "kind": "Field", "name": { "kind": "Name", "value": "settings" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "DefaultSetting" } }] } }] } }] } }] } }, { "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "DefaultSetting" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "ContributionSettings" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "key" } }, { "kind": "Field", "name": { "kind": "Name", "value": "value" } }, { "kind": "Field", "name": { "kind": "Name", "value": "description" } }, { "kind": "Field", "name": { "kind": "Name", "value": "descriptionIsMarkdown" } }, { "kind": "Field", "name": { "kind": "Name", "value": "deprecationMessage" } }, { "kind": "Field", "name": { "kind": "Name", "value": "type" } }, { "kind": "Field", "name": { "kind": "Name", "value": "order" } }, { "kind": "Field", "name": { "kind": "Name", "value": "enum" } }, { "kind": "Field", "name": { "kind": "Name", "value": "objectProperties" } }, { "kind": "Field", "name": { "kind": "Name", "value": "objectPatternProperties" } }, { "kind": "Field", "name": { "kind": "Name", "value": "objectAdditionalProperties" } }, { "kind": "Field", "name": { "kind": "Name", "value": "enumDescriptions" } }, { "kind": "Field", "name": { "kind": "Name", "value": "enumDescriptionsAreMarkdown" } }, { "kind": "Field", "name": { "kind": "Name", "value": "tags" } }, { "kind": "Field", "name": { "kind": "Name", "value": "properties" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "readOnly" } }, { "kind": "Field", "name": { "kind": "Name", "value": "disabled" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "arrayItemType" } }, { "kind": "Field", "name": { "kind": "Name", "value": "settingDependencies" } }, { "kind": "Field", "name": { "kind": "Name", "value": "minimum" } }, { "kind": "Field", "name": { "kind": "Name", "value": "maximum" } }, { "kind": "Field", "name": { "kind": "Name", "value": "maxLength" } }, { "kind": "Field", "name": { "kind": "Name", "value": "minLength" } }, { "kind": "Field", "name": { "kind": "Name", "value": "maxItems" } }, { "kind": "Field", "name": { "kind": "Name", "value": "minItems" } }] } }] };
|
2331
|
+
const GetDefaultPolicySettingsDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetDefaultPolicySettings" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "target" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Int" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "defaultPolicies" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "target" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "target" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "title" } }, { "kind": "Field", "name": { "kind": "Name", "value": "sections" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "title" } }, { "kind": "Field", "name": { "kind": "Name", "value": "settings" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "DefaultSetting" } }] } }] } }] } }] } }, { "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "DefaultSetting" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "ContributionSettings" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "key" } }, { "kind": "Field", "name": { "kind": "Name", "value": "value" } }, { "kind": "Field", "name": { "kind": "Name", "value": "description" } }, { "kind": "Field", "name": { "kind": "Name", "value": "descriptionIsMarkdown" } }, { "kind": "Field", "name": { "kind": "Name", "value": "deprecationMessage" } }, { "kind": "Field", "name": { "kind": "Name", "value": "type" } }, { "kind": "Field", "name": { "kind": "Name", "value": "order" } }, { "kind": "Field", "name": { "kind": "Name", "value": "enum" } }, { "kind": "Field", "name": { "kind": "Name", "value": "objectProperties" } }, { "kind": "Field", "name": { "kind": "Name", "value": "objectPatternProperties" } }, { "kind": "Field", "name": { "kind": "Name", "value": "objectAdditionalProperties" } }, { "kind": "Field", "name": { "kind": "Name", "value": "enumDescriptions" } }, { "kind": "Field", "name": { "kind": "Name", "value": "enumDescriptionsAreMarkdown" } }, { "kind": "Field", "name": { "kind": "Name", "value": "tags" } }, { "kind": "Field", "name": { "kind": "Name", "value": "properties" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "readOnly" } }, { "kind": "Field", "name": { "kind": "Name", "value": "disabled" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "arrayItemType" } }, { "kind": "Field", "name": { "kind": "Name", "value": "settingDependencies" } }, { "kind": "Field", "name": { "kind": "Name", "value": "minimum" } }, { "kind": "Field", "name": { "kind": "Name", "value": "maximum" } }, { "kind": "Field", "name": { "kind": "Name", "value": "maxLength" } }, { "kind": "Field", "name": { "kind": "Name", "value": "minLength" } }, { "kind": "Field", "name": { "kind": "Name", "value": "maxItems" } }, { "kind": "Field", "name": { "kind": "Name", "value": "minItems" } }] } }] };
|
2309
2332
|
/**
|
2310
2333
|
* __useGetDefaultPolicySettingsQuery__
|
2311
2334
|
*
|
@@ -2323,16 +2346,18 @@ exports.GetDefaultPolicySettingsDocument = { "kind": "Document", "definitions":
|
|
2323
2346
|
* });
|
2324
2347
|
*/
|
2325
2348
|
function useGetDefaultPolicySettingsQuery(baseOptions) {
|
2326
|
-
const options =
|
2327
|
-
return Apollo.useQuery(
|
2349
|
+
const options = { ...defaultOptions, ...baseOptions };
|
2350
|
+
return Apollo.useQuery(GetDefaultPolicySettingsDocument, options);
|
2328
2351
|
}
|
2329
|
-
exports.useGetDefaultPolicySettingsQuery = useGetDefaultPolicySettingsQuery;
|
2330
2352
|
function useGetDefaultPolicySettingsLazyQuery(baseOptions) {
|
2331
|
-
const options =
|
2332
|
-
return Apollo.useLazyQuery(
|
2353
|
+
const options = { ...defaultOptions, ...baseOptions };
|
2354
|
+
return Apollo.useLazyQuery(GetDefaultPolicySettingsDocument, options);
|
2333
2355
|
}
|
2334
|
-
|
2335
|
-
|
2356
|
+
function useGetDefaultPolicySettingsSuspenseQuery(baseOptions) {
|
2357
|
+
const options = { ...defaultOptions, ...baseOptions };
|
2358
|
+
return Apollo.useSuspenseQuery(GetDefaultPolicySettingsDocument, options);
|
2359
|
+
}
|
2360
|
+
const GetDefaultRoleDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetDefaultRole" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getRoles" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "input" }, "value": { "kind": "ListValue", "values": [{ "kind": "ObjectValue", "fields": [{ "kind": "ObjectField", "name": { "kind": "Name", "value": "target" }, "value": { "kind": "IntValue", "value": "6" } }] }] } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "DefaultRole" } }, "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" } }] } }] };
|
2336
2361
|
/**
|
2337
2362
|
* __useGetDefaultRoleQuery__
|
2338
2363
|
*
|
@@ -2349,16 +2374,18 @@ exports.GetDefaultRoleDocument = { "kind": "Document", "definitions": [{ "kind":
|
|
2349
2374
|
* });
|
2350
2375
|
*/
|
2351
2376
|
function useGetDefaultRoleQuery(baseOptions) {
|
2352
|
-
const options =
|
2353
|
-
return Apollo.useQuery(
|
2377
|
+
const options = { ...defaultOptions, ...baseOptions };
|
2378
|
+
return Apollo.useQuery(GetDefaultRoleDocument, options);
|
2354
2379
|
}
|
2355
|
-
exports.useGetDefaultRoleQuery = useGetDefaultRoleQuery;
|
2356
2380
|
function useGetDefaultRoleLazyQuery(baseOptions) {
|
2357
|
-
const options =
|
2358
|
-
return Apollo.useLazyQuery(
|
2381
|
+
const options = { ...defaultOptions, ...baseOptions };
|
2382
|
+
return Apollo.useLazyQuery(GetDefaultRoleDocument, options);
|
2383
|
+
}
|
2384
|
+
function useGetDefaultRoleSuspenseQuery(baseOptions) {
|
2385
|
+
const options = { ...defaultOptions, ...baseOptions };
|
2386
|
+
return Apollo.useSuspenseQuery(GetDefaultRoleDocument, options);
|
2359
2387
|
}
|
2360
|
-
|
2361
|
-
exports.GetTeamContextDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetTeamContext" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getTeamContext" }, "directives": [{ "kind": "Directive", "name": { "kind": "Name", "value": "client" } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "TeamContext" } }] } }] } }, { "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "TeamContext" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Context" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "teamName" } }, { "kind": "Field", "name": { "kind": "Name", "value": "teamUri" } }] } }] };
|
2388
|
+
const GetTeamContextDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetTeamContext" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getTeamContext" }, "directives": [{ "kind": "Directive", "name": { "kind": "Name", "value": "client" } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "TeamContext" } }] } }] } }, { "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "TeamContext" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Context" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "teamName" } }, { "kind": "Field", "name": { "kind": "Name", "value": "teamUri" } }] } }] };
|
2362
2389
|
/**
|
2363
2390
|
* __useGetTeamContextQuery__
|
2364
2391
|
*
|
@@ -2375,16 +2402,18 @@ exports.GetTeamContextDocument = { "kind": "Document", "definitions": [{ "kind":
|
|
2375
2402
|
* });
|
2376
2403
|
*/
|
2377
2404
|
function useGetTeamContextQuery(baseOptions) {
|
2378
|
-
const options =
|
2379
|
-
return Apollo.useQuery(
|
2405
|
+
const options = { ...defaultOptions, ...baseOptions };
|
2406
|
+
return Apollo.useQuery(GetTeamContextDocument, options);
|
2380
2407
|
}
|
2381
|
-
exports.useGetTeamContextQuery = useGetTeamContextQuery;
|
2382
2408
|
function useGetTeamContextLazyQuery(baseOptions) {
|
2383
|
-
const options =
|
2384
|
-
return Apollo.useLazyQuery(
|
2409
|
+
const options = { ...defaultOptions, ...baseOptions };
|
2410
|
+
return Apollo.useLazyQuery(GetTeamContextDocument, options);
|
2385
2411
|
}
|
2386
|
-
|
2387
|
-
|
2412
|
+
function useGetTeamContextSuspenseQuery(baseOptions) {
|
2413
|
+
const options = { ...defaultOptions, ...baseOptions };
|
2414
|
+
return Apollo.useSuspenseQuery(GetTeamContextDocument, options);
|
2415
|
+
}
|
2416
|
+
const GetTeamNameFromContextDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetTeamNameFromContext" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getTeamNameFromContext" }, "directives": [{ "kind": "Directive", "name": { "kind": "Name", "value": "client" } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "TeamNameInContext" } }] } }] } }, { "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "TeamNameInContext" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Context" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "teamName" } }] } }] };
|
2388
2417
|
/**
|
2389
2418
|
* __useGetTeamNameFromContextQuery__
|
2390
2419
|
*
|
@@ -2401,16 +2430,18 @@ exports.GetTeamNameFromContextDocument = { "kind": "Document", "definitions": [{
|
|
2401
2430
|
* });
|
2402
2431
|
*/
|
2403
2432
|
function useGetTeamNameFromContextQuery(baseOptions) {
|
2404
|
-
const options =
|
2405
|
-
return Apollo.useQuery(
|
2433
|
+
const options = { ...defaultOptions, ...baseOptions };
|
2434
|
+
return Apollo.useQuery(GetTeamNameFromContextDocument, options);
|
2406
2435
|
}
|
2407
|
-
exports.useGetTeamNameFromContextQuery = useGetTeamNameFromContextQuery;
|
2408
2436
|
function useGetTeamNameFromContextLazyQuery(baseOptions) {
|
2409
|
-
const options =
|
2410
|
-
return Apollo.useLazyQuery(
|
2437
|
+
const options = { ...defaultOptions, ...baseOptions };
|
2438
|
+
return Apollo.useLazyQuery(GetTeamNameFromContextDocument, options);
|
2439
|
+
}
|
2440
|
+
function useGetTeamNameFromContextSuspenseQuery(baseOptions) {
|
2441
|
+
const options = { ...defaultOptions, ...baseOptions };
|
2442
|
+
return Apollo.useSuspenseQuery(GetTeamNameFromContextDocument, options);
|
2411
2443
|
}
|
2412
|
-
|
2413
|
-
exports.GetUserAccessRoleDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "getUserAccessRole" }, "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": "getUserAccessRole" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "input" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "input" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "accessRoles" }, "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": "Field", "name": { "kind": "Name", "value": "resourceUserRoles" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "resource" } }, { "kind": "Field", "name": { "kind": "Name", "value": "role" } }] } }] } }] } }, { "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" } }] } }] };
|
2444
|
+
const GetUserAccessRoleDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "getUserAccessRole" }, "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": "getUserAccessRole" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "input" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "input" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "accessRoles" }, "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": "Field", "name": { "kind": "Name", "value": "resourceUserRoles" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "resource" } }, { "kind": "Field", "name": { "kind": "Name", "value": "role" } }] } }] } }] } }, { "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" } }] } }] };
|
2414
2445
|
/**
|
2415
2446
|
* __useGetUserAccessRoleQuery__
|
2416
2447
|
*
|
@@ -2428,16 +2459,18 @@ exports.GetUserAccessRoleDocument = { "kind": "Document", "definitions": [{ "kin
|
|
2428
2459
|
* });
|
2429
2460
|
*/
|
2430
2461
|
function useGetUserAccessRoleQuery(baseOptions) {
|
2431
|
-
const options =
|
2432
|
-
return Apollo.useQuery(
|
2462
|
+
const options = { ...defaultOptions, ...baseOptions };
|
2463
|
+
return Apollo.useQuery(GetUserAccessRoleDocument, options);
|
2433
2464
|
}
|
2434
|
-
exports.useGetUserAccessRoleQuery = useGetUserAccessRoleQuery;
|
2435
2465
|
function useGetUserAccessRoleLazyQuery(baseOptions) {
|
2436
|
-
const options =
|
2437
|
-
return Apollo.useLazyQuery(
|
2466
|
+
const options = { ...defaultOptions, ...baseOptions };
|
2467
|
+
return Apollo.useLazyQuery(GetUserAccessRoleDocument, options);
|
2438
2468
|
}
|
2439
|
-
|
2440
|
-
|
2469
|
+
function useGetUserAccessRoleSuspenseQuery(baseOptions) {
|
2470
|
+
const options = { ...defaultOptions, ...baseOptions };
|
2471
|
+
return Apollo.useSuspenseQuery(GetUserAccessRoleDocument, options);
|
2472
|
+
}
|
2473
|
+
const GetUserRoleDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetUserRole" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "orgName" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "userId" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "userResourceRole" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "orgName" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "orgName" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "userId" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "userId" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "role" } }] } }] } }] };
|
2441
2474
|
/**
|
2442
2475
|
* __useGetUserRoleQuery__
|
2443
2476
|
*
|
@@ -2456,16 +2489,18 @@ exports.GetUserRoleDocument = { "kind": "Document", "definitions": [{ "kind": "O
|
|
2456
2489
|
* });
|
2457
2490
|
*/
|
2458
2491
|
function useGetUserRoleQuery(baseOptions) {
|
2459
|
-
const options =
|
2460
|
-
return Apollo.useQuery(
|
2492
|
+
const options = { ...defaultOptions, ...baseOptions };
|
2493
|
+
return Apollo.useQuery(GetUserRoleDocument, options);
|
2461
2494
|
}
|
2462
|
-
exports.useGetUserRoleQuery = useGetUserRoleQuery;
|
2463
2495
|
function useGetUserRoleLazyQuery(baseOptions) {
|
2464
|
-
const options =
|
2465
|
-
return Apollo.useLazyQuery(
|
2496
|
+
const options = { ...defaultOptions, ...baseOptions };
|
2497
|
+
return Apollo.useLazyQuery(GetUserRoleDocument, options);
|
2498
|
+
}
|
2499
|
+
function useGetUserRoleSuspenseQuery(baseOptions) {
|
2500
|
+
const options = { ...defaultOptions, ...baseOptions };
|
2501
|
+
return Apollo.useSuspenseQuery(GetUserRoleDocument, options);
|
2466
2502
|
}
|
2467
|
-
|
2468
|
-
exports.OpenPreferencesSettingsDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "OpenPreferencesSettings" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "resource" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "URI" } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "jsonEditor" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Boolean" } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "options" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "PreferencesOpenOptionsInput" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "openPreferencesSettings" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "resource" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "resource" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "jsonEditor" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "jsonEditor" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "options" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "options" } } }], "directives": [{ "kind": "Directive", "name": { "kind": "Name", "value": "client" } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "editableSettingsInput" } }, { "kind": "Field", "name": { "kind": "Name", "value": "defaultPreferencesInput" } }] } }] } }] };
|
2503
|
+
const OpenPreferencesSettingsDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "OpenPreferencesSettings" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "resource" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "URI" } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "jsonEditor" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Boolean" } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "options" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "PreferencesOpenOptionsInput" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "openPreferencesSettings" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "resource" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "resource" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "jsonEditor" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "jsonEditor" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "options" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "options" } } }], "directives": [{ "kind": "Directive", "name": { "kind": "Name", "value": "client" } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "editableSettingsInput" } }, { "kind": "Field", "name": { "kind": "Name", "value": "defaultPreferencesInput" } }] } }] } }] };
|
2469
2504
|
/**
|
2470
2505
|
* __useOpenPreferencesSettingsQuery__
|
2471
2506
|
*
|
@@ -2485,16 +2520,18 @@ exports.OpenPreferencesSettingsDocument = { "kind": "Document", "definitions": [
|
|
2485
2520
|
* });
|
2486
2521
|
*/
|
2487
2522
|
function useOpenPreferencesSettingsQuery(baseOptions) {
|
2488
|
-
const options =
|
2489
|
-
return Apollo.useQuery(
|
2523
|
+
const options = { ...defaultOptions, ...baseOptions };
|
2524
|
+
return Apollo.useQuery(OpenPreferencesSettingsDocument, options);
|
2490
2525
|
}
|
2491
|
-
exports.useOpenPreferencesSettingsQuery = useOpenPreferencesSettingsQuery;
|
2492
2526
|
function useOpenPreferencesSettingsLazyQuery(baseOptions) {
|
2493
|
-
const options =
|
2494
|
-
return Apollo.useLazyQuery(
|
2527
|
+
const options = { ...defaultOptions, ...baseOptions };
|
2528
|
+
return Apollo.useLazyQuery(OpenPreferencesSettingsDocument, options);
|
2495
2529
|
}
|
2496
|
-
|
2497
|
-
|
2530
|
+
function useOpenPreferencesSettingsSuspenseQuery(baseOptions) {
|
2531
|
+
const options = { ...defaultOptions, ...baseOptions };
|
2532
|
+
return Apollo.useSuspenseQuery(OpenPreferencesSettingsDocument, options);
|
2533
|
+
}
|
2534
|
+
const GetOrgConfigurationDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetOrgConfiguration" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "input" } }, "type": { "kind": "ListType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "ConfigurationInput" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getConfiguration" }, "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": "OrganizationConfiguration" } }, "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" } }] } }] };
|
2498
2535
|
/**
|
2499
2536
|
* __useGetOrgConfigurationQuery__
|
2500
2537
|
*
|
@@ -2512,16 +2549,18 @@ exports.GetOrgConfigurationDocument = { "kind": "Document", "definitions": [{ "k
|
|
2512
2549
|
* });
|
2513
2550
|
*/
|
2514
2551
|
function useGetOrgConfigurationQuery(baseOptions) {
|
2515
|
-
const options =
|
2516
|
-
return Apollo.useQuery(
|
2552
|
+
const options = { ...defaultOptions, ...baseOptions };
|
2553
|
+
return Apollo.useQuery(GetOrgConfigurationDocument, options);
|
2517
2554
|
}
|
2518
|
-
exports.useGetOrgConfigurationQuery = useGetOrgConfigurationQuery;
|
2519
2555
|
function useGetOrgConfigurationLazyQuery(baseOptions) {
|
2520
|
-
const options =
|
2521
|
-
return Apollo.useLazyQuery(
|
2556
|
+
const options = { ...defaultOptions, ...baseOptions };
|
2557
|
+
return Apollo.useLazyQuery(GetOrgConfigurationDocument, options);
|
2558
|
+
}
|
2559
|
+
function useGetOrgConfigurationSuspenseQuery(baseOptions) {
|
2560
|
+
const options = { ...defaultOptions, ...baseOptions };
|
2561
|
+
return Apollo.useSuspenseQuery(GetOrgConfigurationDocument, options);
|
2522
2562
|
}
|
2523
|
-
|
2524
|
-
exports.GetOrgPolicyDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetOrgPolicy" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "input" } }, "type": { "kind": "ListType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "ConfigurationInput" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getConfigurationPolicies" }, "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": "OrganizationPolicy" } }, "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" } }] } }] };
|
2563
|
+
const GetOrgPolicyDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetOrgPolicy" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "input" } }, "type": { "kind": "ListType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "ConfigurationInput" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getConfigurationPolicies" }, "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": "OrganizationPolicy" } }, "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
2564
|
/**
|
2526
2565
|
* __useGetOrgPolicyQuery__
|
2527
2566
|
*
|
@@ -2539,16 +2578,18 @@ exports.GetOrgPolicyDocument = { "kind": "Document", "definitions": [{ "kind": "
|
|
2539
2578
|
* });
|
2540
2579
|
*/
|
2541
2580
|
function useGetOrgPolicyQuery(baseOptions) {
|
2542
|
-
const options =
|
2543
|
-
return Apollo.useQuery(
|
2581
|
+
const options = { ...defaultOptions, ...baseOptions };
|
2582
|
+
return Apollo.useQuery(GetOrgPolicyDocument, options);
|
2544
2583
|
}
|
2545
|
-
exports.useGetOrgPolicyQuery = useGetOrgPolicyQuery;
|
2546
2584
|
function useGetOrgPolicyLazyQuery(baseOptions) {
|
2547
|
-
const options =
|
2548
|
-
return Apollo.useLazyQuery(
|
2585
|
+
const options = { ...defaultOptions, ...baseOptions };
|
2586
|
+
return Apollo.useLazyQuery(GetOrgPolicyDocument, options);
|
2587
|
+
}
|
2588
|
+
function useGetOrgPolicySuspenseQuery(baseOptions) {
|
2589
|
+
const options = { ...defaultOptions, ...baseOptions };
|
2590
|
+
return Apollo.useSuspenseQuery(GetOrgPolicyDocument, options);
|
2549
2591
|
}
|
2550
|
-
|
2551
|
-
exports.GetOrgRoleDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetOrgRole" }, "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": "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" } }] } }] };
|
2592
|
+
const GetOrgRoleDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetOrgRole" }, "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": "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" } }] } }] };
|
2552
2593
|
/**
|
2553
2594
|
* __useGetOrgRoleQuery__
|
2554
2595
|
*
|
@@ -2566,16 +2607,18 @@ exports.GetOrgRoleDocument = { "kind": "Document", "definitions": [{ "kind": "Op
|
|
2566
2607
|
* });
|
2567
2608
|
*/
|
2568
2609
|
function useGetOrgRoleQuery(baseOptions) {
|
2569
|
-
const options =
|
2570
|
-
return Apollo.useQuery(
|
2610
|
+
const options = { ...defaultOptions, ...baseOptions };
|
2611
|
+
return Apollo.useQuery(GetOrgRoleDocument, options);
|
2571
2612
|
}
|
2572
|
-
exports.useGetOrgRoleQuery = useGetOrgRoleQuery;
|
2573
2613
|
function useGetOrgRoleLazyQuery(baseOptions) {
|
2574
|
-
const options =
|
2575
|
-
return Apollo.useLazyQuery(
|
2614
|
+
const options = { ...defaultOptions, ...baseOptions };
|
2615
|
+
return Apollo.useLazyQuery(GetOrgRoleDocument, options);
|
2576
2616
|
}
|
2577
|
-
|
2578
|
-
|
2617
|
+
function useGetOrgRoleSuspenseQuery(baseOptions) {
|
2618
|
+
const options = { ...defaultOptions, ...baseOptions };
|
2619
|
+
return Apollo.useSuspenseQuery(GetOrgRoleDocument, options);
|
2620
|
+
}
|
2621
|
+
const GetOrgWithResourcesPolicyDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetOrgWithResourcesPolicy" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "input" } }, "type": { "kind": "ListType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "ConfigurationInput" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getConfigurationPolicies" }, "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": "OrganizationPolicy" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "Configuration" } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "ResourcePolicy" } }, "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" } }] } }] };
|
2579
2622
|
/**
|
2580
2623
|
* __useGetOrgWithResourcesPolicyQuery__
|
2581
2624
|
*
|
@@ -2593,16 +2636,18 @@ exports.GetOrgWithResourcesPolicyDocument = { "kind": "Document", "definitions":
|
|
2593
2636
|
* });
|
2594
2637
|
*/
|
2595
2638
|
function useGetOrgWithResourcesPolicyQuery(baseOptions) {
|
2596
|
-
const options =
|
2597
|
-
return Apollo.useQuery(
|
2639
|
+
const options = { ...defaultOptions, ...baseOptions };
|
2640
|
+
return Apollo.useQuery(GetOrgWithResourcesPolicyDocument, options);
|
2598
2641
|
}
|
2599
|
-
exports.useGetOrgWithResourcesPolicyQuery = useGetOrgWithResourcesPolicyQuery;
|
2600
2642
|
function useGetOrgWithResourcesPolicyLazyQuery(baseOptions) {
|
2601
|
-
const options =
|
2602
|
-
return Apollo.useLazyQuery(
|
2643
|
+
const options = { ...defaultOptions, ...baseOptions };
|
2644
|
+
return Apollo.useLazyQuery(GetOrgWithResourcesPolicyDocument, options);
|
2645
|
+
}
|
2646
|
+
function useGetOrgWithResourcesPolicySuspenseQuery(baseOptions) {
|
2647
|
+
const options = { ...defaultOptions, ...baseOptions };
|
2648
|
+
return Apollo.useSuspenseQuery(GetOrgWithResourcesPolicyDocument, options);
|
2603
2649
|
}
|
2604
|
-
|
2605
|
-
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" } }] } }] };
|
2650
|
+
const 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" } }] } }] };
|
2606
2651
|
/**
|
2607
2652
|
* __useGetOrgWithResourcesRoleQuery__
|
2608
2653
|
*
|
@@ -2620,16 +2665,18 @@ exports.GetOrgWithResourcesRoleDocument = { "kind": "Document", "definitions": [
|
|
2620
2665
|
* });
|
2621
2666
|
*/
|
2622
2667
|
function useGetOrgWithResourcesRoleQuery(baseOptions) {
|
2623
|
-
const options =
|
2624
|
-
return Apollo.useQuery(
|
2668
|
+
const options = { ...defaultOptions, ...baseOptions };
|
2669
|
+
return Apollo.useQuery(GetOrgWithResourcesRoleDocument, options);
|
2625
2670
|
}
|
2626
|
-
exports.useGetOrgWithResourcesRoleQuery = useGetOrgWithResourcesRoleQuery;
|
2627
2671
|
function useGetOrgWithResourcesRoleLazyQuery(baseOptions) {
|
2628
|
-
const options =
|
2629
|
-
return Apollo.useLazyQuery(
|
2672
|
+
const options = { ...defaultOptions, ...baseOptions };
|
2673
|
+
return Apollo.useLazyQuery(GetOrgWithResourcesRoleDocument, options);
|
2630
2674
|
}
|
2631
|
-
|
2632
|
-
|
2675
|
+
function useGetOrgWithResourcesRoleSuspenseQuery(baseOptions) {
|
2676
|
+
const options = { ...defaultOptions, ...baseOptions };
|
2677
|
+
return Apollo.useSuspenseQuery(GetOrgWithResourcesRoleDocument, options);
|
2678
|
+
}
|
2679
|
+
const ResolveConfigurationDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "ResolveConfiguration" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "input" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "PreferencesInputInput" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "key" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "overrides" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "ConfigurationOverridesInput" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "resolveConfiguration" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "input" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "input" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "key" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "key" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "overrides" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "overrides" } } }], "directives": [{ "kind": "Directive", "name": { "kind": "Name", "value": "client" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "always" }, "value": { "kind": "BooleanValue", "value": true } }] }] }] } }] };
|
2633
2680
|
/**
|
2634
2681
|
* __useResolveConfigurationQuery__
|
2635
2682
|
*
|
@@ -2649,16 +2696,18 @@ exports.ResolveConfigurationDocument = { "kind": "Document", "definitions": [{ "
|
|
2649
2696
|
* });
|
2650
2697
|
*/
|
2651
2698
|
function useResolveConfigurationQuery(baseOptions) {
|
2652
|
-
const options =
|
2653
|
-
return Apollo.useQuery(
|
2699
|
+
const options = { ...defaultOptions, ...baseOptions };
|
2700
|
+
return Apollo.useQuery(ResolveConfigurationDocument, options);
|
2654
2701
|
}
|
2655
|
-
exports.useResolveConfigurationQuery = useResolveConfigurationQuery;
|
2656
2702
|
function useResolveConfigurationLazyQuery(baseOptions) {
|
2657
|
-
const options =
|
2658
|
-
return Apollo.useLazyQuery(
|
2703
|
+
const options = { ...defaultOptions, ...baseOptions };
|
2704
|
+
return Apollo.useLazyQuery(ResolveConfigurationDocument, options);
|
2705
|
+
}
|
2706
|
+
function useResolveConfigurationSuspenseQuery(baseOptions) {
|
2707
|
+
const options = { ...defaultOptions, ...baseOptions };
|
2708
|
+
return Apollo.useSuspenseQuery(ResolveConfigurationDocument, options);
|
2659
2709
|
}
|
2660
|
-
|
2661
|
-
exports.GetResourcesConfigurationDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetResourcesConfiguration" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "input" } }, "type": { "kind": "ListType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "ConfigurationInput" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getConfiguration" }, "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": "OrganizationResourceConfiguration" } }, "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" } }] } }] };
|
2710
|
+
const GetResourcesConfigurationDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetResourcesConfiguration" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "input" } }, "type": { "kind": "ListType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "ConfigurationInput" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getConfiguration" }, "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": "OrganizationResourceConfiguration" } }, "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" } }] } }] };
|
2662
2711
|
/**
|
2663
2712
|
* __useGetResourcesConfigurationQuery__
|
2664
2713
|
*
|
@@ -2676,16 +2725,18 @@ exports.GetResourcesConfigurationDocument = { "kind": "Document", "definitions":
|
|
2676
2725
|
* });
|
2677
2726
|
*/
|
2678
2727
|
function useGetResourcesConfigurationQuery(baseOptions) {
|
2679
|
-
const options =
|
2680
|
-
return Apollo.useQuery(
|
2728
|
+
const options = { ...defaultOptions, ...baseOptions };
|
2729
|
+
return Apollo.useQuery(GetResourcesConfigurationDocument, options);
|
2681
2730
|
}
|
2682
|
-
exports.useGetResourcesConfigurationQuery = useGetResourcesConfigurationQuery;
|
2683
2731
|
function useGetResourcesConfigurationLazyQuery(baseOptions) {
|
2684
|
-
const options =
|
2685
|
-
return Apollo.useLazyQuery(
|
2732
|
+
const options = { ...defaultOptions, ...baseOptions };
|
2733
|
+
return Apollo.useLazyQuery(GetResourcesConfigurationDocument, options);
|
2686
2734
|
}
|
2687
|
-
|
2688
|
-
|
2735
|
+
function useGetResourcesConfigurationSuspenseQuery(baseOptions) {
|
2736
|
+
const options = { ...defaultOptions, ...baseOptions };
|
2737
|
+
return Apollo.useSuspenseQuery(GetResourcesConfigurationDocument, options);
|
2738
|
+
}
|
2739
|
+
const GetUserConfigurationDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetUserConfiguration" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "input" } }, "type": { "kind": "ListType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "ConfigurationInput" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getConfiguration" }, "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": "UserConfiguration" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "Configuration" } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "MachineConfiguration" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "Configuration" } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "DefaultConfiguration" } }, "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" } }] } }] };
|
2689
2740
|
/**
|
2690
2741
|
* __useGetUserConfigurationQuery__
|
2691
2742
|
*
|
@@ -2703,16 +2754,18 @@ exports.GetUserConfigurationDocument = { "kind": "Document", "definitions": [{ "
|
|
2703
2754
|
* });
|
2704
2755
|
*/
|
2705
2756
|
function useGetUserConfigurationQuery(baseOptions) {
|
2706
|
-
const options =
|
2707
|
-
return Apollo.useQuery(
|
2757
|
+
const options = { ...defaultOptions, ...baseOptions };
|
2758
|
+
return Apollo.useQuery(GetUserConfigurationDocument, options);
|
2708
2759
|
}
|
2709
|
-
exports.useGetUserConfigurationQuery = useGetUserConfigurationQuery;
|
2710
2760
|
function useGetUserConfigurationLazyQuery(baseOptions) {
|
2711
|
-
const options =
|
2712
|
-
return Apollo.useLazyQuery(
|
2761
|
+
const options = { ...defaultOptions, ...baseOptions };
|
2762
|
+
return Apollo.useLazyQuery(GetUserConfigurationDocument, options);
|
2763
|
+
}
|
2764
|
+
function useGetUserConfigurationSuspenseQuery(baseOptions) {
|
2765
|
+
const options = { ...defaultOptions, ...baseOptions };
|
2766
|
+
return Apollo.useSuspenseQuery(GetUserConfigurationDocument, options);
|
2713
2767
|
}
|
2714
|
-
|
2715
|
-
exports.DefaultSettingsDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "DefaultSettings" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "target" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Int" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "defaultViewerSettingsSubject" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "target" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "target" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "settingsCascade" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "finalConfiguration" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "defaultSetting" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "title" } }, { "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "sections" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "settings" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "DefaultSetting" } }] } }] } }] } }] } }] } }] } }] } }, { "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "DefaultSetting" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "ContributionSettings" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "key" } }, { "kind": "Field", "name": { "kind": "Name", "value": "value" } }, { "kind": "Field", "name": { "kind": "Name", "value": "description" } }, { "kind": "Field", "name": { "kind": "Name", "value": "descriptionIsMarkdown" } }, { "kind": "Field", "name": { "kind": "Name", "value": "deprecationMessage" } }, { "kind": "Field", "name": { "kind": "Name", "value": "type" } }, { "kind": "Field", "name": { "kind": "Name", "value": "order" } }, { "kind": "Field", "name": { "kind": "Name", "value": "enum" } }, { "kind": "Field", "name": { "kind": "Name", "value": "objectProperties" } }, { "kind": "Field", "name": { "kind": "Name", "value": "objectPatternProperties" } }, { "kind": "Field", "name": { "kind": "Name", "value": "objectAdditionalProperties" } }, { "kind": "Field", "name": { "kind": "Name", "value": "enumDescriptions" } }, { "kind": "Field", "name": { "kind": "Name", "value": "enumDescriptionsAreMarkdown" } }, { "kind": "Field", "name": { "kind": "Name", "value": "tags" } }, { "kind": "Field", "name": { "kind": "Name", "value": "properties" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "readOnly" } }, { "kind": "Field", "name": { "kind": "Name", "value": "disabled" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "arrayItemType" } }, { "kind": "Field", "name": { "kind": "Name", "value": "settingDependencies" } }, { "kind": "Field", "name": { "kind": "Name", "value": "minimum" } }, { "kind": "Field", "name": { "kind": "Name", "value": "maximum" } }, { "kind": "Field", "name": { "kind": "Name", "value": "maxLength" } }, { "kind": "Field", "name": { "kind": "Name", "value": "minLength" } }, { "kind": "Field", "name": { "kind": "Name", "value": "maxItems" } }, { "kind": "Field", "name": { "kind": "Name", "value": "minItems" } }] } }] };
|
2768
|
+
const DefaultSettingsDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "DefaultSettings" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "target" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Int" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "defaultViewerSettingsSubject" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "target" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "target" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "settingsCascade" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "finalConfiguration" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "defaultSetting" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "title" } }, { "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "sections" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "settings" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "DefaultSetting" } }] } }] } }] } }] } }] } }] } }] } }, { "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "DefaultSetting" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "ContributionSettings" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "key" } }, { "kind": "Field", "name": { "kind": "Name", "value": "value" } }, { "kind": "Field", "name": { "kind": "Name", "value": "description" } }, { "kind": "Field", "name": { "kind": "Name", "value": "descriptionIsMarkdown" } }, { "kind": "Field", "name": { "kind": "Name", "value": "deprecationMessage" } }, { "kind": "Field", "name": { "kind": "Name", "value": "type" } }, { "kind": "Field", "name": { "kind": "Name", "value": "order" } }, { "kind": "Field", "name": { "kind": "Name", "value": "enum" } }, { "kind": "Field", "name": { "kind": "Name", "value": "objectProperties" } }, { "kind": "Field", "name": { "kind": "Name", "value": "objectPatternProperties" } }, { "kind": "Field", "name": { "kind": "Name", "value": "objectAdditionalProperties" } }, { "kind": "Field", "name": { "kind": "Name", "value": "enumDescriptions" } }, { "kind": "Field", "name": { "kind": "Name", "value": "enumDescriptionsAreMarkdown" } }, { "kind": "Field", "name": { "kind": "Name", "value": "tags" } }, { "kind": "Field", "name": { "kind": "Name", "value": "properties" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "readOnly" } }, { "kind": "Field", "name": { "kind": "Name", "value": "disabled" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "arrayItemType" } }, { "kind": "Field", "name": { "kind": "Name", "value": "settingDependencies" } }, { "kind": "Field", "name": { "kind": "Name", "value": "minimum" } }, { "kind": "Field", "name": { "kind": "Name", "value": "maximum" } }, { "kind": "Field", "name": { "kind": "Name", "value": "maxLength" } }, { "kind": "Field", "name": { "kind": "Name", "value": "minLength" } }, { "kind": "Field", "name": { "kind": "Name", "value": "maxItems" } }, { "kind": "Field", "name": { "kind": "Name", "value": "minItems" } }] } }] };
|
2716
2769
|
/**
|
2717
2770
|
* __useDefaultSettingsQuery__
|
2718
2771
|
*
|
@@ -2730,16 +2783,18 @@ exports.DefaultSettingsDocument = { "kind": "Document", "definitions": [{ "kind"
|
|
2730
2783
|
* });
|
2731
2784
|
*/
|
2732
2785
|
function useDefaultSettingsQuery(baseOptions) {
|
2733
|
-
const options =
|
2734
|
-
return Apollo.useQuery(
|
2786
|
+
const options = { ...defaultOptions, ...baseOptions };
|
2787
|
+
return Apollo.useQuery(DefaultSettingsDocument, options);
|
2735
2788
|
}
|
2736
|
-
exports.useDefaultSettingsQuery = useDefaultSettingsQuery;
|
2737
2789
|
function useDefaultSettingsLazyQuery(baseOptions) {
|
2738
|
-
const options =
|
2739
|
-
return Apollo.useLazyQuery(
|
2790
|
+
const options = { ...defaultOptions, ...baseOptions };
|
2791
|
+
return Apollo.useLazyQuery(DefaultSettingsDocument, options);
|
2740
2792
|
}
|
2741
|
-
|
2742
|
-
|
2793
|
+
function useDefaultSettingsSuspenseQuery(baseOptions) {
|
2794
|
+
const options = { ...defaultOptions, ...baseOptions };
|
2795
|
+
return Apollo.useSuspenseQuery(DefaultSettingsDocument, options);
|
2796
|
+
}
|
2797
|
+
const GetContributionRolesDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "getContributionRoles" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getContributionRoles" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "target" } }, { "kind": "Field", "name": { "kind": "Name", "value": "description" } }] } }] } }] };
|
2743
2798
|
/**
|
2744
2799
|
* __useGetContributionRolesQuery__
|
2745
2800
|
*
|
@@ -2756,16 +2811,18 @@ exports.GetContributionRolesDocument = { "kind": "Document", "definitions": [{ "
|
|
2756
2811
|
* });
|
2757
2812
|
*/
|
2758
2813
|
function useGetContributionRolesQuery(baseOptions) {
|
2759
|
-
const options =
|
2760
|
-
return Apollo.useQuery(
|
2814
|
+
const options = { ...defaultOptions, ...baseOptions };
|
2815
|
+
return Apollo.useQuery(GetContributionRolesDocument, options);
|
2761
2816
|
}
|
2762
|
-
exports.useGetContributionRolesQuery = useGetContributionRolesQuery;
|
2763
2817
|
function useGetContributionRolesLazyQuery(baseOptions) {
|
2764
|
-
const options =
|
2765
|
-
return Apollo.useLazyQuery(
|
2818
|
+
const options = { ...defaultOptions, ...baseOptions };
|
2819
|
+
return Apollo.useLazyQuery(GetContributionRolesDocument, options);
|
2820
|
+
}
|
2821
|
+
function useGetContributionRolesSuspenseQuery(baseOptions) {
|
2822
|
+
const options = { ...defaultOptions, ...baseOptions };
|
2823
|
+
return Apollo.useSuspenseQuery(GetContributionRolesDocument, options);
|
2766
2824
|
}
|
2767
|
-
|
2768
|
-
exports.GetOrgContextDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetOrgContext" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getOrgContext" }, "directives": [{ "kind": "Directive", "name": { "kind": "Name", "value": "client" } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "OrgContext" } }] } }] } }, { "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "OrgContext" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Context" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "orgName" } }, { "kind": "Field", "name": { "kind": "Name", "value": "orgUri" } }] } }] };
|
2825
|
+
const GetOrgContextDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetOrgContext" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getOrgContext" }, "directives": [{ "kind": "Directive", "name": { "kind": "Name", "value": "client" } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "OrgContext" } }] } }] } }, { "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "OrgContext" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Context" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "orgName" } }, { "kind": "Field", "name": { "kind": "Name", "value": "orgUri" } }] } }] };
|
2769
2826
|
/**
|
2770
2827
|
* __useGetOrgContextQuery__
|
2771
2828
|
*
|
@@ -2782,16 +2839,18 @@ exports.GetOrgContextDocument = { "kind": "Document", "definitions": [{ "kind":
|
|
2782
2839
|
* });
|
2783
2840
|
*/
|
2784
2841
|
function useGetOrgContextQuery(baseOptions) {
|
2785
|
-
const options =
|
2786
|
-
return Apollo.useQuery(
|
2842
|
+
const options = { ...defaultOptions, ...baseOptions };
|
2843
|
+
return Apollo.useQuery(GetOrgContextDocument, options);
|
2787
2844
|
}
|
2788
|
-
exports.useGetOrgContextQuery = useGetOrgContextQuery;
|
2789
2845
|
function useGetOrgContextLazyQuery(baseOptions) {
|
2790
|
-
const options =
|
2791
|
-
return Apollo.useLazyQuery(
|
2846
|
+
const options = { ...defaultOptions, ...baseOptions };
|
2847
|
+
return Apollo.useLazyQuery(GetOrgContextDocument, options);
|
2792
2848
|
}
|
2793
|
-
|
2794
|
-
|
2849
|
+
function useGetOrgContextSuspenseQuery(baseOptions) {
|
2850
|
+
const options = { ...defaultOptions, ...baseOptions };
|
2851
|
+
return Apollo.useSuspenseQuery(GetOrgContextDocument, options);
|
2852
|
+
}
|
2853
|
+
const GetOrgNameFromContextDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetOrgNameFromContext" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getOrgNameFromContext" }, "directives": [{ "kind": "Directive", "name": { "kind": "Name", "value": "client" } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "OrgNameInContext" } }] } }] } }, { "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "OrgNameInContext" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Context" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "orgName" } }] } }] };
|
2795
2854
|
/**
|
2796
2855
|
* __useGetOrgNameFromContextQuery__
|
2797
2856
|
*
|
@@ -2808,16 +2867,18 @@ exports.GetOrgNameFromContextDocument = { "kind": "Document", "definitions": [{
|
|
2808
2867
|
* });
|
2809
2868
|
*/
|
2810
2869
|
function useGetOrgNameFromContextQuery(baseOptions) {
|
2811
|
-
const options =
|
2812
|
-
return Apollo.useQuery(
|
2870
|
+
const options = { ...defaultOptions, ...baseOptions };
|
2871
|
+
return Apollo.useQuery(GetOrgNameFromContextDocument, options);
|
2813
2872
|
}
|
2814
|
-
exports.useGetOrgNameFromContextQuery = useGetOrgNameFromContextQuery;
|
2815
2873
|
function useGetOrgNameFromContextLazyQuery(baseOptions) {
|
2816
|
-
const options =
|
2817
|
-
return Apollo.useLazyQuery(
|
2874
|
+
const options = { ...defaultOptions, ...baseOptions };
|
2875
|
+
return Apollo.useLazyQuery(GetOrgNameFromContextDocument, options);
|
2876
|
+
}
|
2877
|
+
function useGetOrgNameFromContextSuspenseQuery(baseOptions) {
|
2878
|
+
const options = { ...defaultOptions, ...baseOptions };
|
2879
|
+
return Apollo.useSuspenseQuery(GetOrgNameFromContextDocument, options);
|
2818
2880
|
}
|
2819
|
-
|
2820
|
-
exports.GetRoleDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "getRole" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "input" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "RoleInput" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getRole" }, "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": "Field", "name": { "kind": "Name", "value": "contents" } }, { "kind": "Field", "name": { "kind": "Name", "value": "keys" } }] } }] } }] } }] };
|
2881
|
+
const GetRoleDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "getRole" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "input" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "RoleInput" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getRole" }, "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": "Field", "name": { "kind": "Name", "value": "contents" } }, { "kind": "Field", "name": { "kind": "Name", "value": "keys" } }] } }] } }] } }] };
|
2821
2882
|
/**
|
2822
2883
|
* __useGetRoleQuery__
|
2823
2884
|
*
|
@@ -2835,16 +2896,18 @@ exports.GetRoleDocument = { "kind": "Document", "definitions": [{ "kind": "Opera
|
|
2835
2896
|
* });
|
2836
2897
|
*/
|
2837
2898
|
function useGetRoleQuery(baseOptions) {
|
2838
|
-
const options =
|
2839
|
-
return Apollo.useQuery(
|
2899
|
+
const options = { ...defaultOptions, ...baseOptions };
|
2900
|
+
return Apollo.useQuery(GetRoleDocument, options);
|
2840
2901
|
}
|
2841
|
-
exports.useGetRoleQuery = useGetRoleQuery;
|
2842
2902
|
function useGetRoleLazyQuery(baseOptions) {
|
2843
|
-
const options =
|
2844
|
-
return Apollo.useLazyQuery(
|
2903
|
+
const options = { ...defaultOptions, ...baseOptions };
|
2904
|
+
return Apollo.useLazyQuery(GetRoleDocument, options);
|
2845
2905
|
}
|
2846
|
-
|
2847
|
-
|
2906
|
+
function useGetRoleSuspenseQuery(baseOptions) {
|
2907
|
+
const options = { ...defaultOptions, ...baseOptions };
|
2908
|
+
return Apollo.useSuspenseQuery(GetRoleDocument, options);
|
2909
|
+
}
|
2910
|
+
const GetOrgWithResourcesConfigurationDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetOrgWithResourcesConfiguration" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "input" } }, "type": { "kind": "ListType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "ConfigurationInput" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getConfiguration" }, "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": "OrganizationConfiguration" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "Configuration" } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "OrganizationResourceConfiguration" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "Configuration" } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "MachineConfiguration" } }, "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" } }] } }] };
|
2848
2911
|
/**
|
2849
2912
|
* __useGetOrgWithResourcesConfigurationQuery__
|
2850
2913
|
*
|
@@ -2862,16 +2925,18 @@ exports.GetOrgWithResourcesConfigurationDocument = { "kind": "Document", "defini
|
|
2862
2925
|
* });
|
2863
2926
|
*/
|
2864
2927
|
function useGetOrgWithResourcesConfigurationQuery(baseOptions) {
|
2865
|
-
const options =
|
2866
|
-
return Apollo.useQuery(
|
2928
|
+
const options = { ...defaultOptions, ...baseOptions };
|
2929
|
+
return Apollo.useQuery(GetOrgWithResourcesConfigurationDocument, options);
|
2867
2930
|
}
|
2868
|
-
exports.useGetOrgWithResourcesConfigurationQuery = useGetOrgWithResourcesConfigurationQuery;
|
2869
2931
|
function useGetOrgWithResourcesConfigurationLazyQuery(baseOptions) {
|
2870
|
-
const options =
|
2871
|
-
return Apollo.useLazyQuery(
|
2932
|
+
const options = { ...defaultOptions, ...baseOptions };
|
2933
|
+
return Apollo.useLazyQuery(GetOrgWithResourcesConfigurationDocument, options);
|
2934
|
+
}
|
2935
|
+
function useGetOrgWithResourcesConfigurationSuspenseQuery(baseOptions) {
|
2936
|
+
const options = { ...defaultOptions, ...baseOptions };
|
2937
|
+
return Apollo.useSuspenseQuery(GetOrgWithResourcesConfigurationDocument, options);
|
2872
2938
|
}
|
2873
|
-
|
2874
|
-
exports.GetUserWithDefaultConfigurationDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetUserWithDefaultConfiguration" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "input" } }, "type": { "kind": "ListType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "ConfigurationInput" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getConfiguration" }, "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": "DefaultConfiguration" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "Configuration" } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "UserConfiguration" } }, "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" } }] } }] };
|
2939
|
+
const GetUserWithDefaultConfigurationDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetUserWithDefaultConfiguration" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "input" } }, "type": { "kind": "ListType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "ConfigurationInput" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getConfiguration" }, "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": "DefaultConfiguration" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "Configuration" } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "UserConfiguration" } }, "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" } }] } }] };
|
2875
2940
|
/**
|
2876
2941
|
* __useGetUserWithDefaultConfigurationQuery__
|
2877
2942
|
*
|
@@ -2889,16 +2954,18 @@ exports.GetUserWithDefaultConfigurationDocument = { "kind": "Document", "definit
|
|
2889
2954
|
* });
|
2890
2955
|
*/
|
2891
2956
|
function useGetUserWithDefaultConfigurationQuery(baseOptions) {
|
2892
|
-
const options =
|
2893
|
-
return Apollo.useQuery(
|
2957
|
+
const options = { ...defaultOptions, ...baseOptions };
|
2958
|
+
return Apollo.useQuery(GetUserWithDefaultConfigurationDocument, options);
|
2894
2959
|
}
|
2895
|
-
exports.useGetUserWithDefaultConfigurationQuery = useGetUserWithDefaultConfigurationQuery;
|
2896
2960
|
function useGetUserWithDefaultConfigurationLazyQuery(baseOptions) {
|
2897
|
-
const options =
|
2898
|
-
return Apollo.useLazyQuery(
|
2961
|
+
const options = { ...defaultOptions, ...baseOptions };
|
2962
|
+
return Apollo.useLazyQuery(GetUserWithDefaultConfigurationDocument, options);
|
2899
2963
|
}
|
2900
|
-
|
2901
|
-
|
2964
|
+
function useGetUserWithDefaultConfigurationSuspenseQuery(baseOptions) {
|
2965
|
+
const options = { ...defaultOptions, ...baseOptions };
|
2966
|
+
return Apollo.useSuspenseQuery(GetUserWithDefaultConfigurationDocument, options);
|
2967
|
+
}
|
2968
|
+
const SubscribeToConfigurationUpdateDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "subscription", "name": { "kind": "Name", "value": "SubscribeToConfigurationUpdate" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "orgName" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "SubscribeToConfigurationUpdate" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "orgName" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "orgName" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "ConfigurationUpdateEvent" } }] } }] } }, { "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "ConfigurationUpdateEvent" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "ConfigurationUpdateEvent" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "contents" } }, { "kind": "Field", "name": { "kind": "Name", "value": "resource" } }, { "kind": "Field", "name": { "kind": "Name", "value": "overrides" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "resource" } }, { "kind": "Field", "name": { "kind": "Name", "value": "overrideIdentifier" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "target" } }, { "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }] } }] };
|
2902
2969
|
/**
|
2903
2970
|
* __useSubscribeToConfigurationUpdateSubscription__
|
2904
2971
|
*
|
@@ -2916,11 +2983,10 @@ exports.SubscribeToConfigurationUpdateDocument = { "kind": "Document", "definiti
|
|
2916
2983
|
* });
|
2917
2984
|
*/
|
2918
2985
|
function useSubscribeToConfigurationUpdateSubscription(baseOptions) {
|
2919
|
-
const options =
|
2920
|
-
return Apollo.useSubscription(
|
2986
|
+
const options = { ...defaultOptions, ...baseOptions };
|
2987
|
+
return Apollo.useSubscription(SubscribeToConfigurationUpdateDocument, options);
|
2921
2988
|
}
|
2922
|
-
|
2923
|
-
exports.SubscribeToOrganizationContextDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "subscription", "name": { "kind": "Name", "value": "subscribeToOrganizationContext" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "orgNameFilter" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "SubscribeToOrganizationContext" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "orgNameFilter" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "orgNameFilter" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "resources" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "ResourceData" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "orgNameFilter" } }] } }] } }, { "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "ResourceData" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "IResourceData" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "uri" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "index" } }] } }] };
|
2989
|
+
const SubscribeToOrganizationContextDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "subscription", "name": { "kind": "Name", "value": "subscribeToOrganizationContext" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "orgNameFilter" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "SubscribeToOrganizationContext" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "orgNameFilter" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "orgNameFilter" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "resources" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "ResourceData" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "orgNameFilter" } }] } }] } }, { "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "ResourceData" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "IResourceData" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "uri" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "index" } }] } }] };
|
2924
2990
|
/**
|
2925
2991
|
* __useSubscribeToOrganizationContextSubscription__
|
2926
2992
|
*
|
@@ -2938,11 +3004,10 @@ exports.SubscribeToOrganizationContextDocument = { "kind": "Document", "definiti
|
|
2938
3004
|
* });
|
2939
3005
|
*/
|
2940
3006
|
function useSubscribeToOrganizationContextSubscription(baseOptions) {
|
2941
|
-
const options =
|
2942
|
-
return Apollo.useSubscription(
|
3007
|
+
const options = { ...defaultOptions, ...baseOptions };
|
3008
|
+
return Apollo.useSubscription(SubscribeToOrganizationContextDocument, options);
|
2943
3009
|
}
|
2944
|
-
|
2945
|
-
exports.SubscribeToPermissionUpdateDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "subscription", "name": { "kind": "Name", "value": "SubscribeToPermissionUpdate" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "orgName" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "SubscribeToPermissionUpdate" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "orgName" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "orgName" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "ConfigurationUpdateEvent" } }] } }] } }, { "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "ConfigurationUpdateEvent" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "ConfigurationUpdateEvent" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "contents" } }, { "kind": "Field", "name": { "kind": "Name", "value": "resource" } }, { "kind": "Field", "name": { "kind": "Name", "value": "overrides" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "resource" } }, { "kind": "Field", "name": { "kind": "Name", "value": "overrideIdentifier" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "target" } }, { "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }] } }] };
|
3010
|
+
const SubscribeToPermissionUpdateDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "subscription", "name": { "kind": "Name", "value": "SubscribeToPermissionUpdate" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "orgName" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "SubscribeToPermissionUpdate" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "orgName" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "orgName" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "ConfigurationUpdateEvent" } }] } }] } }, { "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "ConfigurationUpdateEvent" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "ConfigurationUpdateEvent" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "contents" } }, { "kind": "Field", "name": { "kind": "Name", "value": "resource" } }, { "kind": "Field", "name": { "kind": "Name", "value": "overrides" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "resource" } }, { "kind": "Field", "name": { "kind": "Name", "value": "overrideIdentifier" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "target" } }, { "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }] } }] };
|
2946
3011
|
/**
|
2947
3012
|
* __useSubscribeToPermissionUpdateSubscription__
|
2948
3013
|
*
|
@@ -2960,11 +3025,10 @@ exports.SubscribeToPermissionUpdateDocument = { "kind": "Document", "definitions
|
|
2960
3025
|
* });
|
2961
3026
|
*/
|
2962
3027
|
function useSubscribeToPermissionUpdateSubscription(baseOptions) {
|
2963
|
-
const options =
|
2964
|
-
return Apollo.useSubscription(
|
3028
|
+
const options = { ...defaultOptions, ...baseOptions };
|
3029
|
+
return Apollo.useSubscription(SubscribeToPermissionUpdateDocument, options);
|
2965
3030
|
}
|
2966
|
-
|
2967
|
-
exports.SubscribeToPolicyUpdateDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "subscription", "name": { "kind": "Name", "value": "SubscribeToPolicyUpdate" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "orgName" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "SubscribeToPolicyUpdate" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "orgName" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "orgName" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "ConfigurationUpdateEvent" } }] } }] } }, { "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "ConfigurationUpdateEvent" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "ConfigurationUpdateEvent" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "contents" } }, { "kind": "Field", "name": { "kind": "Name", "value": "resource" } }, { "kind": "Field", "name": { "kind": "Name", "value": "overrides" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "resource" } }, { "kind": "Field", "name": { "kind": "Name", "value": "overrideIdentifier" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "target" } }, { "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }] } }] };
|
3031
|
+
const SubscribeToPolicyUpdateDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "subscription", "name": { "kind": "Name", "value": "SubscribeToPolicyUpdate" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "orgName" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "SubscribeToPolicyUpdate" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "orgName" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "orgName" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "ConfigurationUpdateEvent" } }] } }] } }, { "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "ConfigurationUpdateEvent" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "ConfigurationUpdateEvent" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "contents" } }, { "kind": "Field", "name": { "kind": "Name", "value": "resource" } }, { "kind": "Field", "name": { "kind": "Name", "value": "overrides" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "resource" } }, { "kind": "Field", "name": { "kind": "Name", "value": "overrideIdentifier" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "target" } }, { "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }] } }] };
|
2968
3032
|
/**
|
2969
3033
|
* __useSubscribeToPolicyUpdateSubscription__
|
2970
3034
|
*
|
@@ -2982,11 +3046,10 @@ exports.SubscribeToPolicyUpdateDocument = { "kind": "Document", "definitions": [
|
|
2982
3046
|
* });
|
2983
3047
|
*/
|
2984
3048
|
function useSubscribeToPolicyUpdateSubscription(baseOptions) {
|
2985
|
-
const options =
|
2986
|
-
return Apollo.useSubscription(
|
3049
|
+
const options = { ...defaultOptions, ...baseOptions };
|
3050
|
+
return Apollo.useSubscription(SubscribeToPolicyUpdateDocument, options);
|
2987
3051
|
}
|
2988
|
-
|
2989
|
-
exports.UpdateConfigurationValueByUriDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "UpdateConfigurationValueByUri" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "resource" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "URI" } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "key" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "value" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "AnyObject" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "overrides" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "ConfigurationOverridesInput" } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "target" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Int" } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "donotNotifyError" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Boolean" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "updateConfigurationValueByUri" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "resource" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "resource" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "key" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "key" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "value" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "value" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "overrides" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "overrides" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "target" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "target" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "donotNotifyError" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "donotNotifyError" } } }] }] } }] };
|
3052
|
+
const UpdateConfigurationValueByUriDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "UpdateConfigurationValueByUri" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "resource" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "URI" } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "key" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "value" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "AnyObject" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "overrides" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "ConfigurationOverridesInput" } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "target" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Int" } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "donotNotifyError" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Boolean" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "updateConfigurationValueByUri" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "resource" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "resource" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "key" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "key" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "value" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "value" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "overrides" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "overrides" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "target" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "target" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "donotNotifyError" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "donotNotifyError" } } }] }] } }] };
|
2990
3053
|
/**
|
2991
3054
|
* __useUpdateConfigurationValueByUriMutation__
|
2992
3055
|
*
|
@@ -3010,11 +3073,10 @@ exports.UpdateConfigurationValueByUriDocument = { "kind": "Document", "definitio
|
|
3010
3073
|
* });
|
3011
3074
|
*/
|
3012
3075
|
function useUpdateConfigurationValueByUriMutation(baseOptions) {
|
3013
|
-
const options =
|
3014
|
-
return Apollo.useMutation(
|
3076
|
+
const options = { ...defaultOptions, ...baseOptions };
|
3077
|
+
return Apollo.useMutation(UpdateConfigurationValueByUriDocument, options);
|
3015
3078
|
}
|
3016
|
-
|
3017
|
-
exports.UpdateConfigurationValueDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "UpdateConfigurationValue" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "key" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "value" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "AnyObject" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "overrides" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "ConfigurationOverridesInput" } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "target" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Int" } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "donotNotifyError" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Boolean" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "updateConfigurationValue" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "key" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "key" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "value" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "value" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "overrides" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "overrides" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "target" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "target" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "donotNotifyError" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "donotNotifyError" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "DefaultConfiguration" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "Configuration" } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "UserConfiguration" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "Configuration" } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "OrganizationConfiguration" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "Configuration" } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "OrganizationResourceConfiguration" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "Configuration" } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "MachineConfiguration" } }, "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" } }] } }] };
|
3079
|
+
const UpdateConfigurationValueDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "UpdateConfigurationValue" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "key" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "value" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "AnyObject" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "overrides" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "ConfigurationOverridesInput" } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "target" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Int" } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "donotNotifyError" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Boolean" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "updateConfigurationValue" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "key" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "key" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "value" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "value" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "overrides" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "overrides" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "target" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "target" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "donotNotifyError" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "donotNotifyError" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "DefaultConfiguration" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "Configuration" } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "UserConfiguration" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "Configuration" } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "OrganizationConfiguration" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "Configuration" } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "OrganizationResourceConfiguration" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "Configuration" } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "MachineConfiguration" } }, "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" } }] } }] };
|
3018
3080
|
/**
|
3019
3081
|
* __useUpdateConfigurationValueMutation__
|
3020
3082
|
*
|
@@ -3037,11 +3099,10 @@ exports.UpdateConfigurationValueDocument = { "kind": "Document", "definitions":
|
|
3037
3099
|
* });
|
3038
3100
|
*/
|
3039
3101
|
function useUpdateConfigurationValueMutation(baseOptions) {
|
3040
|
-
const options =
|
3041
|
-
return Apollo.useMutation(
|
3102
|
+
const options = { ...defaultOptions, ...baseOptions };
|
3103
|
+
return Apollo.useMutation(UpdateConfigurationValueDocument, options);
|
3042
3104
|
}
|
3043
|
-
|
3044
|
-
exports.UpdateOrganizationContextAddResourcesDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "updateOrganizationContextAddResources" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "orgId" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "resourcesToAdd" } }, "type": { "kind": "NonNullType", "type": { "kind": "ListType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "ResourceCreationDataInput" } } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "index" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Int" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "updateOrganizationContextAddResources" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "orgId" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "orgId" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "resourcesToAdd" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "resourcesToAdd" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "index" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "index" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "OrganizationResourceData" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "ResourceData" } }] } }] } }] } }, { "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "ResourceData" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "IResourceData" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "uri" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "index" } }] } }] };
|
3105
|
+
const UpdateOrganizationContextAddResourcesDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "updateOrganizationContextAddResources" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "orgId" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "resourcesToAdd" } }, "type": { "kind": "NonNullType", "type": { "kind": "ListType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "ResourceCreationDataInput" } } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "index" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Int" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "updateOrganizationContextAddResources" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "orgId" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "orgId" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "resourcesToAdd" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "resourcesToAdd" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "index" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "index" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "OrganizationResourceData" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "ResourceData" } }] } }] } }] } }, { "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "ResourceData" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "IResourceData" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "uri" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "index" } }] } }] };
|
3045
3106
|
/**
|
3046
3107
|
* __useUpdateOrganizationContextAddResourcesMutation__
|
3047
3108
|
*
|
@@ -3062,11 +3123,10 @@ exports.UpdateOrganizationContextAddResourcesDocument = { "kind": "Document", "d
|
|
3062
3123
|
* });
|
3063
3124
|
*/
|
3064
3125
|
function useUpdateOrganizationContextAddResourcesMutation(baseOptions) {
|
3065
|
-
const options =
|
3066
|
-
return Apollo.useMutation(
|
3126
|
+
const options = { ...defaultOptions, ...baseOptions };
|
3127
|
+
return Apollo.useMutation(UpdateOrganizationContextAddResourcesDocument, options);
|
3067
3128
|
}
|
3068
|
-
|
3069
|
-
exports.UpdateOrganizationContextRemoveResourcesDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "updateOrganizationContextRemoveResources" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "resourcesToRemove" } }, "type": { "kind": "NonNullType", "type": { "kind": "ListType", "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "URI" } } } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "updateOrganizationContextRemoveResources" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "resourcesToRemove" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "resourcesToRemove" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "OrganizationResourceData" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "ResourceData" } }] } }] } }] } }, { "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "ResourceData" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "IResourceData" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "uri" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "index" } }] } }] };
|
3129
|
+
const UpdateOrganizationContextRemoveResourcesDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "updateOrganizationContextRemoveResources" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "resourcesToRemove" } }, "type": { "kind": "NonNullType", "type": { "kind": "ListType", "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "URI" } } } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "updateOrganizationContextRemoveResources" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "resourcesToRemove" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "resourcesToRemove" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "OrganizationResourceData" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "ResourceData" } }] } }] } }] } }, { "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "ResourceData" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "IResourceData" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "uri" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "index" } }] } }] };
|
3070
3130
|
/**
|
3071
3131
|
* __useUpdateOrganizationContextRemoveResourcesMutation__
|
3072
3132
|
*
|
@@ -3085,11 +3145,10 @@ exports.UpdateOrganizationContextRemoveResourcesDocument = { "kind": "Document",
|
|
3085
3145
|
* });
|
3086
3146
|
*/
|
3087
3147
|
function useUpdateOrganizationContextRemoveResourcesMutation(baseOptions) {
|
3088
|
-
const options =
|
3089
|
-
return Apollo.useMutation(
|
3148
|
+
const options = { ...defaultOptions, ...baseOptions };
|
3149
|
+
return Apollo.useMutation(UpdateOrganizationContextRemoveResourcesDocument, options);
|
3090
3150
|
}
|
3091
|
-
|
3092
|
-
exports.UpdateOrganizationContextUpdateResourcesDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "updateOrganizationContextUpdateResources" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "resourcesToAdd" } }, "type": { "kind": "NonNullType", "type": { "kind": "ListType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "ResourceCreationDataInput" } } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "resourcesToRemove" } }, "type": { "kind": "NonNullType", "type": { "kind": "ListType", "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "URI" } } } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "index" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Int" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "updateOrganizationContextUpdateResources" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "resourcesToAdd" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "resourcesToAdd" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "resourcesToRemove" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "resourcesToRemove" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "index" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "index" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "OrganizationResourceData" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "ResourceData" } }] } }] } }] } }, { "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "ResourceData" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "IResourceData" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "uri" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "index" } }] } }] };
|
3151
|
+
const UpdateOrganizationContextUpdateResourcesDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "updateOrganizationContextUpdateResources" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "resourcesToAdd" } }, "type": { "kind": "NonNullType", "type": { "kind": "ListType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "ResourceCreationDataInput" } } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "resourcesToRemove" } }, "type": { "kind": "NonNullType", "type": { "kind": "ListType", "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "URI" } } } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "index" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Int" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "updateOrganizationContextUpdateResources" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "resourcesToAdd" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "resourcesToAdd" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "resourcesToRemove" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "resourcesToRemove" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "index" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "index" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "OrganizationResourceData" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "ResourceData" } }] } }] } }] } }, { "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "ResourceData" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "IResourceData" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "uri" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "index" } }] } }] };
|
3093
3152
|
/**
|
3094
3153
|
* __useUpdateOrganizationContextUpdateResourcesMutation__
|
3095
3154
|
*
|
@@ -3110,11 +3169,10 @@ exports.UpdateOrganizationContextUpdateResourcesDocument = { "kind": "Document",
|
|
3110
3169
|
* });
|
3111
3170
|
*/
|
3112
3171
|
function useUpdateOrganizationContextUpdateResourcesMutation(baseOptions) {
|
3113
|
-
const options =
|
3114
|
-
return Apollo.useMutation(
|
3172
|
+
const options = { ...defaultOptions, ...baseOptions };
|
3173
|
+
return Apollo.useMutation(UpdateOrganizationContextUpdateResourcesDocument, options);
|
3115
3174
|
}
|
3116
|
-
|
3117
|
-
exports.UpdatePolicyValueDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "UpdatePolicyValue" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "key" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "value" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "AnyObject" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "overrides" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "ConfigurationOverridesInput" } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "target" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Int" } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "donotNotifyError" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Boolean" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "updateConfigurationPolicyValue" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "key" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "key" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "value" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "value" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "overrides" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "overrides" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "target" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "target" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "donotNotifyError" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "donotNotifyError" } } }] }] } }] };
|
3175
|
+
const UpdatePolicyValueDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "UpdatePolicyValue" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "key" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "value" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "AnyObject" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "overrides" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "ConfigurationOverridesInput" } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "target" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Int" } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "donotNotifyError" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Boolean" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "updateConfigurationPolicyValue" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "key" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "key" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "value" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "value" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "overrides" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "overrides" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "target" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "target" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "donotNotifyError" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "donotNotifyError" } } }] }] } }] };
|
3118
3176
|
/**
|
3119
3177
|
* __useUpdatePolicyValueMutation__
|
3120
3178
|
*
|
@@ -3137,11 +3195,10 @@ exports.UpdatePolicyValueDocument = { "kind": "Document", "definitions": [{ "kin
|
|
3137
3195
|
* });
|
3138
3196
|
*/
|
3139
3197
|
function useUpdatePolicyValueMutation(baseOptions) {
|
3140
|
-
const options =
|
3141
|
-
return Apollo.useMutation(
|
3198
|
+
const options = { ...defaultOptions, ...baseOptions };
|
3199
|
+
return Apollo.useMutation(UpdatePolicyValueDocument, options);
|
3142
3200
|
}
|
3143
|
-
|
3144
|
-
exports.UpdateRoleValueDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "UpdateRoleValue" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "key" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "value" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "AnyObject" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "overrides" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "ConfigurationOverridesInput" } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "target" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Int" } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "donotNotifyError" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Boolean" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "updateRoleValue" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "key" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "key" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "value" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "value" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "overrides" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "overrides" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "target" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "target" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "donotNotifyError" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "donotNotifyError" } } }] }] } }] };
|
3201
|
+
const UpdateRoleValueDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "UpdateRoleValue" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "key" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "value" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "AnyObject" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "overrides" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "ConfigurationOverridesInput" } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "target" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Int" } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "donotNotifyError" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Boolean" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "updateRoleValue" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "key" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "key" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "value" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "value" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "overrides" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "overrides" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "target" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "target" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "donotNotifyError" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "donotNotifyError" } } }] }] } }] };
|
3145
3202
|
/**
|
3146
3203
|
* __useUpdateRoleValueMutation__
|
3147
3204
|
*
|
@@ -3164,11 +3221,10 @@ exports.UpdateRoleValueDocument = { "kind": "Document", "definitions": [{ "kind"
|
|
3164
3221
|
* });
|
3165
3222
|
*/
|
3166
3223
|
function useUpdateRoleValueMutation(baseOptions) {
|
3167
|
-
const options =
|
3168
|
-
return Apollo.useMutation(
|
3224
|
+
const options = { ...defaultOptions, ...baseOptions };
|
3225
|
+
return Apollo.useMutation(UpdateRoleValueDocument, options);
|
3169
3226
|
}
|
3170
|
-
|
3171
|
-
exports.GetConfigurationDataDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "getConfigurationData" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getConfigurationData" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "defaults" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "Configuration" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "user" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "Configuration" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "machine" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "Configuration" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "organization" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "Configuration" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "resources" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "Configuration" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "isComplete" } }] } }] } }, { "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" } }] } }] };
|
3227
|
+
const GetConfigurationDataDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "getConfigurationData" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getConfigurationData" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "defaults" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "Configuration" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "user" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "Configuration" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "machine" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "Configuration" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "organization" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "Configuration" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "resources" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "Configuration" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "isComplete" } }] } }] } }, { "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" } }] } }] };
|
3172
3228
|
/**
|
3173
3229
|
* __useGetConfigurationDataQuery__
|
3174
3230
|
*
|
@@ -3185,16 +3241,18 @@ exports.GetConfigurationDataDocument = { "kind": "Document", "definitions": [{ "
|
|
3185
3241
|
* });
|
3186
3242
|
*/
|
3187
3243
|
function useGetConfigurationDataQuery(baseOptions) {
|
3188
|
-
const options =
|
3189
|
-
return Apollo.useQuery(
|
3244
|
+
const options = { ...defaultOptions, ...baseOptions };
|
3245
|
+
return Apollo.useQuery(GetConfigurationDataDocument, options);
|
3190
3246
|
}
|
3191
|
-
exports.useGetConfigurationDataQuery = useGetConfigurationDataQuery;
|
3192
3247
|
function useGetConfigurationDataLazyQuery(baseOptions) {
|
3193
|
-
const options =
|
3194
|
-
return Apollo.useLazyQuery(
|
3248
|
+
const options = { ...defaultOptions, ...baseOptions };
|
3249
|
+
return Apollo.useLazyQuery(GetConfigurationDataDocument, options);
|
3250
|
+
}
|
3251
|
+
function useGetConfigurationDataSuspenseQuery(baseOptions) {
|
3252
|
+
const options = { ...defaultOptions, ...baseOptions };
|
3253
|
+
return Apollo.useSuspenseQuery(GetConfigurationDataDocument, options);
|
3195
3254
|
}
|
3196
|
-
|
3197
|
-
exports.OrganizationResourceContextDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "OrganizationResourceContext" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "orgId" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getOrganizationResourceContext" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "orgId" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "orgId" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "OrganizationData" } }] } }] } }, { "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "ResourceData" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "IResourceData" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "uri" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "index" } }] } }, { "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "OrganizationData" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "OrganizationData" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "resources" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "OrganizationResourceData" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "ResourceData" } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "ExternalResourceData" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "ResourceData" } }] } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "configuration" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }] } }] };
|
3255
|
+
const OrganizationResourceContextDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "OrganizationResourceContext" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "orgId" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getOrganizationResourceContext" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "orgId" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "orgId" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "OrganizationData" } }] } }] } }, { "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "ResourceData" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "IResourceData" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "uri" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "index" } }] } }, { "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "OrganizationData" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "OrganizationData" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "resources" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "OrganizationResourceData" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "ResourceData" } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "ExternalResourceData" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "ResourceData" } }] } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "configuration" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }] } }] };
|
3198
3256
|
/**
|
3199
3257
|
* __useOrganizationResourceContextQuery__
|
3200
3258
|
*
|
@@ -3212,16 +3270,18 @@ exports.OrganizationResourceContextDocument = { "kind": "Document", "definitions
|
|
3212
3270
|
* });
|
3213
3271
|
*/
|
3214
3272
|
function useOrganizationResourceContextQuery(baseOptions) {
|
3215
|
-
const options =
|
3216
|
-
return Apollo.useQuery(
|
3273
|
+
const options = { ...defaultOptions, ...baseOptions };
|
3274
|
+
return Apollo.useQuery(OrganizationResourceContextDocument, options);
|
3217
3275
|
}
|
3218
|
-
exports.useOrganizationResourceContextQuery = useOrganizationResourceContextQuery;
|
3219
3276
|
function useOrganizationResourceContextLazyQuery(baseOptions) {
|
3220
|
-
const options =
|
3221
|
-
return Apollo.useLazyQuery(
|
3277
|
+
const options = { ...defaultOptions, ...baseOptions };
|
3278
|
+
return Apollo.useLazyQuery(OrganizationResourceContextDocument, options);
|
3279
|
+
}
|
3280
|
+
function useOrganizationResourceContextSuspenseQuery(baseOptions) {
|
3281
|
+
const options = { ...defaultOptions, ...baseOptions };
|
3282
|
+
return Apollo.useSuspenseQuery(OrganizationResourceContextDocument, options);
|
3222
3283
|
}
|
3223
|
-
|
3224
|
-
exports.ViewerSettingsDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "ViewerSettings" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "input" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "ViewerSettingsInput" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "viewerSettings" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "input" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "input" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "settings" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "AccountBillingPreferences" } }] } }] } }] } }, { "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "AccountBillingPreferences" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Preferences" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "account" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "notification" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "primaryEmail" } }, { "kind": "Field", "name": { "kind": "Name", "value": "billing" } }] } }] } }] } }] };
|
3284
|
+
const ViewerSettingsDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "ViewerSettings" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "input" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "ViewerSettingsInput" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "viewerSettings" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "input" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "input" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "settings" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "AccountBillingPreferences" } }] } }] } }] } }, { "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "AccountBillingPreferences" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Preferences" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "account" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "notification" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "primaryEmail" } }, { "kind": "Field", "name": { "kind": "Name", "value": "billing" } }] } }] } }] } }] };
|
3225
3285
|
/**
|
3226
3286
|
* __useViewerSettingsQuery__
|
3227
3287
|
*
|
@@ -3239,13 +3299,14 @@ exports.ViewerSettingsDocument = { "kind": "Document", "definitions": [{ "kind":
|
|
3239
3299
|
* });
|
3240
3300
|
*/
|
3241
3301
|
function useViewerSettingsQuery(baseOptions) {
|
3242
|
-
const options =
|
3243
|
-
return Apollo.useQuery(
|
3302
|
+
const options = { ...defaultOptions, ...baseOptions };
|
3303
|
+
return Apollo.useQuery(ViewerSettingsDocument, options);
|
3244
3304
|
}
|
3245
|
-
exports.useViewerSettingsQuery = useViewerSettingsQuery;
|
3246
3305
|
function useViewerSettingsLazyQuery(baseOptions) {
|
3247
|
-
const options =
|
3248
|
-
return Apollo.useLazyQuery(
|
3306
|
+
const options = { ...defaultOptions, ...baseOptions };
|
3307
|
+
return Apollo.useLazyQuery(ViewerSettingsDocument, options);
|
3249
3308
|
}
|
3250
|
-
|
3251
|
-
|
3309
|
+
function useViewerSettingsSuspenseQuery(baseOptions) {
|
3310
|
+
const options = { ...defaultOptions, ...baseOptions };
|
3311
|
+
return Apollo.useSuspenseQuery(ViewerSettingsDocument, options);
|
3312
|
+
}export{AcceptOrganizationInvitationDocument,AccountBillingPreferencesFragmentDoc,AccountOnBoardingDocument,AddContributionRoleDocument,AddResourceToContextDocument,AddTeamMembersDocument,AllContextFragmentDoc,ChangeMemberRoleDocument,ChangeOrgMemberRoleDocument,ChangeOrganizationDocument,ConfigurationFragmentDoc,ConfigurationModelFragmentDoc,ConfigurationUpdateEventFragmentDoc,ContextConfigurationFragmentDoc,CreateOrganizationDocument,CreateTeamDocument,DeclineOrganizationInvitationDocument,DecodeOrganizationInvitationDocument,DefaultContextFragmentDoc,DefaultResolveSettingsDocument,DefaultSettingFragmentDoc,DefaultSettingsDocument,DeleteUserAccountDocument,FilterIntegrationConfigurationDocument,GetAccountsApplicationPoliciesDocument,GetAccountsDocument,GetAccountsViewerSettingsDocument,GetAllCountriesDocument,GetApplicationPolicyDocument,GetApplicationRoleDocument,GetConfigurationDataDocument,GetConfigurationTargetDocument,GetContextPropertyDocument,GetContributionRolesDocument,GetDefaultApplicationPermissionsDocument,GetDefaultPermissionsDocument,GetDefaultPolicySettingsDocument,GetDefaultRoleDocument,GetManageableOrganizationsDocument,GetOrgConfigurationDocument,GetOrgContextDocument,GetOrgInvitationMembersDocument,GetOrgMembersWithRolesDocument,GetOrgMembersWithRolesUnsecuredDocument,GetOrgNameFromContextDocument,GetOrgPolicyDocument,GetOrgRoleDocument,GetOrgTeamInvitationsDocument,GetOrgUserDocument,GetOrgWithResourcesConfigurationDocument,GetOrgWithResourcesPolicyDocument,GetOrgWithResourcesRoleDocument,GetOrganizationInvitationDocument,GetOrganizationMembersDocument,GetOrganizationMembersWithNameDocument,GetOrganizationTeamsDocument,GetResourcesConfigurationDocument,GetRoleDocument,GetTeamByNameDocument,GetTeamContextDocument,GetTeamDocument,GetTeamNameFromContextDocument,GetUserAccessRoleDocument,GetUserAccountByAuth0IdDocument,GetUserAccountDocument,GetUserConfigurationDocument,GetUserOrganizationsDocument,GetUserOrganizationsListDocument,GetUserOrganizationsWithRoleDocument,GetUserRoleDocument,GetUserTokenDetailsDocument,GetUserWithDefaultConfigurationDocument,GetUsersDocument,GetViewerSettingsDocument,IAccountServiceAction,IApplicationBillingPlanPolicy,IApplicationRoles,IAuthErrorCodes,ICacheControlScope,IClientCacheTypeNames,IClientContainerService,IClientTypes,IConfigCollectionName,IConfigFragmentName,IConfigurationContributionNames,IConfigurationServiceAction,IContextServiceAction,IDeviceInfoPlatform,IEditPresentationTypes,IGlobalCurrencies,IGlobalLanguages,IIntegrationWorkflowServiceAction,IInviteStatus,IMailTemplateId,IMenuPosition,IMoleculerServiceName,IOrgUserRole,IOrgainizationInvitationRole,IOrganizationContextPubSubEvents,IOrganizationServiceAction,IPermissionAction,IPermissionResource,IPermissionType,IPortalLanguage,IPreDefinedRole,IRegistryExtensions,IResourceAuthority,IRole,IRouteParams,ISettingValueType,ISortEnum,ITeamServiceAction,ITokenTypesEnum,IUserBroadcasterAction,IUserOrderBy,IUserServiceAction,IVisibility,InitializeOrgNameInContextDocument,InitializeTeamInContextDocument,InitiateConfigurationValueDocument,MachineConfigurationFragmentDoc,OpenPreferencesSettingsDocument,OrgContextFragmentDoc,OrgNameInContextFragmentDoc,OrgUserFragmentDoc,OrgUserIdContextFragmentDoc,OrganizationDataFragmentDoc,OrganizationResourceContextDocument,OrganizationUserFragmentDoc,OrganizationsDocument,OverWriteRoleValueFragmentDoc,ReassignConfigurationDocument,RegisterAccountUserDocument,RemoveOrgMemberDocument,RemoveOrganizationDocument,RemoveTeamDocument,RemoveTeamMemberDocument,ResendOrganizationInvitationDocument,ResetUserPasswordDocument,ResolveConfigurationDocument,ResourceDataFragmentDoc,ResourceUserRoleFragmentDoc,RoleTargetFragmentDoc,SendEmailVerificationDocument,SendOrganizationInvitationDocument,SendPhoneOtpDocument,SendUserPasswordResetEmailDocument,SubscribeToConfigurationUpdateDocument,SubscribeToOrganizationContextDocument,SubscribeToPermissionUpdateDocument,SubscribeToPolicyUpdateDocument,TeamContextFragmentDoc,TeamDocument,TeamNameInContextFragmentDoc,TeamWithOrgOnContextFragmentDoc,TeamsDocument,UpdateConfigurationDocument,UpdateConfigurationValueByUriDocument,UpdateConfigurationValueDocument,UpdateOrgMemberTeamsDocument,UpdateOrganizationContextAddResourcesDocument,UpdateOrganizationContextRemoveResourcesDocument,UpdateOrganizationContextUpdateResourcesDocument,UpdateOrganizationDocument,UpdatePolicyValueDocument,UpdateRoleValueDocument,UpdateTeamConfigurationDocument,UpdateUserAccountDocument,UserCreationEventFragmentDoc,ValidatePasswordResetOtpDocument,ValidateUserEmailVerificationDocument,VerifyPhoneOtpDocument,ViewerSettingsDocument,useAcceptOrganizationInvitationMutation,useAccountOnBoardingMutation,useAddContributionRoleMutation,useAddResourceToContextMutation,useAddTeamMembersMutation,useChangeMemberRoleMutation,useChangeOrgMemberRoleMutation,useChangeOrganizationMutation,useCreateOrganizationMutation,useCreateTeamMutation,useDeclineOrganizationInvitationMutation,useDecodeOrganizationInvitationLazyQuery,useDecodeOrganizationInvitationQuery,useDecodeOrganizationInvitationSuspenseQuery,useDefaultResolveSettingsLazyQuery,useDefaultResolveSettingsQuery,useDefaultResolveSettingsSuspenseQuery,useDefaultSettingsLazyQuery,useDefaultSettingsQuery,useDefaultSettingsSuspenseQuery,useDeleteUserAccountMutation,useFilterIntegrationConfigurationLazyQuery,useFilterIntegrationConfigurationQuery,useFilterIntegrationConfigurationSuspenseQuery,useGetAccountsApplicationPoliciesLazyQuery,useGetAccountsApplicationPoliciesQuery,useGetAccountsApplicationPoliciesSuspenseQuery,useGetAccountsLazyQuery,useGetAccountsQuery,useGetAccountsSuspenseQuery,useGetAccountsViewerSettingsLazyQuery,useGetAccountsViewerSettingsQuery,useGetAccountsViewerSettingsSuspenseQuery,useGetAllCountriesLazyQuery,useGetAllCountriesQuery,useGetAllCountriesSuspenseQuery,useGetApplicationPolicyLazyQuery,useGetApplicationPolicyQuery,useGetApplicationPolicySuspenseQuery,useGetApplicationRoleLazyQuery,useGetApplicationRoleQuery,useGetApplicationRoleSuspenseQuery,useGetConfigurationDataLazyQuery,useGetConfigurationDataQuery,useGetConfigurationDataSuspenseQuery,useGetConfigurationTargetLazyQuery,useGetConfigurationTargetQuery,useGetConfigurationTargetSuspenseQuery,useGetContextPropertyLazyQuery,useGetContextPropertyQuery,useGetContextPropertySuspenseQuery,useGetContributionRolesLazyQuery,useGetContributionRolesQuery,useGetContributionRolesSuspenseQuery,useGetDefaultApplicationPermissionsLazyQuery,useGetDefaultApplicationPermissionsQuery,useGetDefaultApplicationPermissionsSuspenseQuery,useGetDefaultPermissionsLazyQuery,useGetDefaultPermissionsQuery,useGetDefaultPermissionsSuspenseQuery,useGetDefaultPolicySettingsLazyQuery,useGetDefaultPolicySettingsQuery,useGetDefaultPolicySettingsSuspenseQuery,useGetDefaultRoleLazyQuery,useGetDefaultRoleQuery,useGetDefaultRoleSuspenseQuery,useGetManageableOrganizationsLazyQuery,useGetManageableOrganizationsQuery,useGetManageableOrganizationsSuspenseQuery,useGetOrgConfigurationLazyQuery,useGetOrgConfigurationQuery,useGetOrgConfigurationSuspenseQuery,useGetOrgContextLazyQuery,useGetOrgContextQuery,useGetOrgContextSuspenseQuery,useGetOrgInvitationMembersLazyQuery,useGetOrgInvitationMembersQuery,useGetOrgInvitationMembersSuspenseQuery,useGetOrgMembersWithRolesLazyQuery,useGetOrgMembersWithRolesQuery,useGetOrgMembersWithRolesSuspenseQuery,useGetOrgMembersWithRolesUnsecuredLazyQuery,useGetOrgMembersWithRolesUnsecuredQuery,useGetOrgMembersWithRolesUnsecuredSuspenseQuery,useGetOrgNameFromContextLazyQuery,useGetOrgNameFromContextQuery,useGetOrgNameFromContextSuspenseQuery,useGetOrgPolicyLazyQuery,useGetOrgPolicyQuery,useGetOrgPolicySuspenseQuery,useGetOrgRoleLazyQuery,useGetOrgRoleQuery,useGetOrgRoleSuspenseQuery,useGetOrgTeamInvitationsLazyQuery,useGetOrgTeamInvitationsQuery,useGetOrgTeamInvitationsSuspenseQuery,useGetOrgUserLazyQuery,useGetOrgUserQuery,useGetOrgUserSuspenseQuery,useGetOrgWithResourcesConfigurationLazyQuery,useGetOrgWithResourcesConfigurationQuery,useGetOrgWithResourcesConfigurationSuspenseQuery,useGetOrgWithResourcesPolicyLazyQuery,useGetOrgWithResourcesPolicyQuery,useGetOrgWithResourcesPolicySuspenseQuery,useGetOrgWithResourcesRoleLazyQuery,useGetOrgWithResourcesRoleQuery,useGetOrgWithResourcesRoleSuspenseQuery,useGetOrganizationInvitationLazyQuery,useGetOrganizationInvitationQuery,useGetOrganizationInvitationSuspenseQuery,useGetOrganizationMembersLazyQuery,useGetOrganizationMembersQuery,useGetOrganizationMembersSuspenseQuery,useGetOrganizationMembersWithNameLazyQuery,useGetOrganizationMembersWithNameQuery,useGetOrganizationMembersWithNameSuspenseQuery,useGetOrganizationTeamsLazyQuery,useGetOrganizationTeamsQuery,useGetOrganizationTeamsSuspenseQuery,useGetResourcesConfigurationLazyQuery,useGetResourcesConfigurationQuery,useGetResourcesConfigurationSuspenseQuery,useGetRoleLazyQuery,useGetRoleQuery,useGetRoleSuspenseQuery,useGetTeamByNameLazyQuery,useGetTeamByNameQuery,useGetTeamByNameSuspenseQuery,useGetTeamContextLazyQuery,useGetTeamContextQuery,useGetTeamContextSuspenseQuery,useGetTeamLazyQuery,useGetTeamNameFromContextLazyQuery,useGetTeamNameFromContextQuery,useGetTeamNameFromContextSuspenseQuery,useGetTeamQuery,useGetTeamSuspenseQuery,useGetUserAccessRoleLazyQuery,useGetUserAccessRoleQuery,useGetUserAccessRoleSuspenseQuery,useGetUserAccountByAuth0IdLazyQuery,useGetUserAccountByAuth0IdQuery,useGetUserAccountByAuth0IdSuspenseQuery,useGetUserAccountLazyQuery,useGetUserAccountQuery,useGetUserAccountSuspenseQuery,useGetUserConfigurationLazyQuery,useGetUserConfigurationQuery,useGetUserConfigurationSuspenseQuery,useGetUserOrganizationsLazyQuery,useGetUserOrganizationsListLazyQuery,useGetUserOrganizationsListQuery,useGetUserOrganizationsListSuspenseQuery,useGetUserOrganizationsQuery,useGetUserOrganizationsSuspenseQuery,useGetUserOrganizationsWithRoleLazyQuery,useGetUserOrganizationsWithRoleQuery,useGetUserOrganizationsWithRoleSuspenseQuery,useGetUserRoleLazyQuery,useGetUserRoleQuery,useGetUserRoleSuspenseQuery,useGetUserTokenDetailsLazyQuery,useGetUserTokenDetailsQuery,useGetUserTokenDetailsSuspenseQuery,useGetUserWithDefaultConfigurationLazyQuery,useGetUserWithDefaultConfigurationQuery,useGetUserWithDefaultConfigurationSuspenseQuery,useGetUsersLazyQuery,useGetUsersQuery,useGetUsersSuspenseQuery,useGetViewerSettingsLazyQuery,useGetViewerSettingsQuery,useGetViewerSettingsSuspenseQuery,useInitializeOrgNameInContextMutation,useInitializeTeamInContextMutation,useInitiateConfigurationValueMutation,useOpenPreferencesSettingsLazyQuery,useOpenPreferencesSettingsQuery,useOpenPreferencesSettingsSuspenseQuery,useOrganizationResourceContextLazyQuery,useOrganizationResourceContextQuery,useOrganizationResourceContextSuspenseQuery,useOrganizationsLazyQuery,useOrganizationsQuery,useOrganizationsSuspenseQuery,useReassignConfigurationMutation,useRegisterAccountUserMutation,useRemoveOrgMemberMutation,useRemoveOrganizationMutation,useRemoveTeamMemberMutation,useRemoveTeamMutation,useResendOrganizationInvitationMutation,useResetUserPasswordMutation,useResolveConfigurationLazyQuery,useResolveConfigurationQuery,useResolveConfigurationSuspenseQuery,useSendEmailVerificationMutation,useSendOrganizationInvitationMutation,useSendPhoneOtpMutation,useSendUserPasswordResetEmailMutation,useSubscribeToConfigurationUpdateSubscription,useSubscribeToOrganizationContextSubscription,useSubscribeToPermissionUpdateSubscription,useSubscribeToPolicyUpdateSubscription,useTeamLazyQuery,useTeamQuery,useTeamSuspenseQuery,useTeamsLazyQuery,useTeamsQuery,useTeamsSuspenseQuery,useUpdateConfigurationMutation,useUpdateConfigurationValueByUriMutation,useUpdateConfigurationValueMutation,useUpdateOrgMemberTeamsMutation,useUpdateOrganizationContextAddResourcesMutation,useUpdateOrganizationContextRemoveResourcesMutation,useUpdateOrganizationContextUpdateResourcesMutation,useUpdateOrganizationMutation,useUpdatePolicyValueMutation,useUpdateRoleValueMutation,useUpdateTeamConfigurationMutation,useUpdateUserAccountMutation,useValidatePasswordResetOtpMutation,useValidateUserEmailVerificationMutation,useVerifyPhoneOtpMutation,useViewerSettingsLazyQuery,useViewerSettingsQuery,useViewerSettingsSuspenseQuery};
|