@adminide-stack/core 1.1.1-alpha.23 → 1.1.1-alpha.237

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.
Files changed (52) hide show
  1. package/lib/core/configurations/configuration.d.ts +14 -11
  2. package/lib/core/configurations/configuration.js +24 -16
  3. package/lib/core/configurations/configuration.js.map +1 -1
  4. package/lib/core/configurations/events/{abastract-configuration-change-event.d.ts → abstract-configuration-change-event.d.ts} +0 -0
  5. package/lib/core/configurations/events/{abastract-configuration-change-event.js → abstract-configuration-change-event.js} +1 -1
  6. package/lib/core/configurations/events/abstract-configuration-change-event.js.map +1 -0
  7. package/lib/core/configurations/events/all-keys-configuration-change-event.d.ts +1 -1
  8. package/lib/core/configurations/events/all-keys-configuration-change-event.js +2 -2
  9. package/lib/core/configurations/events/all-keys-configuration-change-event.js.map +1 -1
  10. package/lib/core/configurations/events/configuration-change-event.d.ts +1 -1
  11. package/lib/core/configurations/events/configuration-change-event.js +2 -2
  12. package/lib/core/configurations/events/configuration-change-event.js.map +1 -1
  13. package/lib/core/configurations/events/index.d.ts +1 -1
  14. package/lib/core/configurations/events/index.js +1 -1
  15. package/lib/core/configurations/events/index.js.map +1 -1
  16. package/lib/core/configurations/helpers/configuration.js +4 -4
  17. package/lib/core/configurations/helpers/configuration.js.map +1 -1
  18. package/lib/core/organization/configuration.d.ts +5 -4
  19. package/lib/core/organization/configuration.js +10 -11
  20. package/lib/core/organization/configuration.js.map +1 -1
  21. package/lib/core/organization/organization.d.ts +4 -3
  22. package/lib/core/organization/organization.js +2 -1
  23. package/lib/core/organization/organization.js.map +1 -1
  24. package/lib/interfaces/apollo-context.d.ts +2 -2
  25. package/lib/interfaces/configuration/configuration.d.ts +9 -3
  26. package/lib/interfaces/configuration/configuration.js +9 -3
  27. package/lib/interfaces/configuration/configuration.js.map +1 -1
  28. package/lib/interfaces/configuration/configuraton-service.d.ts +12 -2
  29. package/lib/interfaces/generated/generated-models.d.ts +960 -616
  30. package/lib/interfaces/generated/generated-models.js +286 -2229
  31. package/lib/interfaces/generated/generated-models.js.map +1 -1
  32. package/lib/interfaces/organization/organization-context-service.d.ts +3 -3
  33. package/lib/interfaces/preferences-service.d.ts +8 -4
  34. package/lib/services/abstract-configuration.d.ts +8 -5
  35. package/lib/services/abstract-configuration.js +7 -2
  36. package/lib/services/abstract-configuration.js.map +1 -1
  37. package/lib/utils/flatten-utils.d.ts +1 -0
  38. package/lib/utils/flatten-utils.js +20 -0
  39. package/lib/utils/flatten-utils.js.map +1 -0
  40. package/lib/utils/generate-uri.d.ts +12 -3
  41. package/lib/utils/generate-uri.js +13 -4
  42. package/lib/utils/generate-uri.js.map +1 -1
  43. package/lib/utils/generated-settings-id.js +6 -1
  44. package/lib/utils/generated-settings-id.js.map +1 -1
  45. package/package.json +3 -3
  46. package/lib/context/auth.context.d.ts +0 -10
  47. package/lib/context/auth.context.js +0 -10
  48. package/lib/context/auth.context.js.map +0 -1
  49. package/lib/context/index.d.ts +0 -1
  50. package/lib/context/index.js +0 -14
  51. package/lib/context/index.js.map +0 -1
  52. package/lib/core/configurations/events/abastract-configuration-change-event.js.map +0 -1
@@ -1,18 +1,17 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.IWorkspaceDeploymentCommands = exports.IVisibility = exports.IUserOrderBy = exports.IUserBroadcasterAction = exports.ITeamServiceAction = exports.IStackType = exports.ISshKeyType = exports.ISshKeyServiceAction = exports.ISettingValueType = exports.IRouteParams = exports.IRole = exports.IResourceUtilizationServiceAction = exports.IResourceAuthority = exports.IRegistryExtensions = exports.IPrometheusUtilizationServiceAction = exports.IProjectType = exports.IProjectSourceType = exports.IProjectSourceProviders = exports.IPreDefinedRole = exports.IPortalLanguage = exports.IPermissionType = exports.IPermissionResource = exports.IPermissionAction = exports.IOrgUserRole = exports.IOrganizationServiceAction = exports.IOrganizationContextPubSubEvents = exports.IOrgainizationInvitationRole = exports.IMoleculerServiceName = exports.IMenuPosition = exports.IMailTemplateId = exports.IInviteStatus = exports.IIntegrationConfigServiceAction = exports.InactivityInterval = exports.IEWorkspaceManagementQProps = exports.IEActivityScopes = exports.IContextServiceAction = exports.ConfigurationTarget = exports.ConfigurationScope = exports.IConfigurationContributionNames = exports.IConfigFragmentName = exports.IConfigCollectionName = exports.IClientTypes = exports.IClientContainerService = exports.IClientCacheTypeNames = exports.ICacheControlScope = exports.IAuthErrorCodes = exports.IApplicationRoles = exports.IApplicationBillingPlanPolicy = exports.IActivityServiceCommands = exports.IAccountServiceAction = void 0;
4
- exports.useCreateTaskMutation = exports.CreateTaskDocument = exports.usecreateOrganizationMutation = exports.createOrganizationDocument = exports.useCreateInvoiceMutation = exports.CreateInvoiceDocument = exports.usechangeOrgMemberRoleMutation = exports.changeOrgMemberRoleDocument = exports.usechangeMemberRoleMutation = exports.changeMemberRoleDocument = exports.useAddTeamMembersMutation = exports.AddTeamMembersDocument = exports.useAddOrgProjectMutation = exports.AddOrgProjectDocument = exports.useAddClientMutation = exports.AddClientDocument = exports.useacceptOrganizationInvitationMutation = exports.acceptOrganizationInvitationDocument = exports.OrganizationDataFragmentDoc = exports.OrganizationResourceDataFragmentDoc = exports.ConfigurationModelFragmentDoc = exports.TeamWithOrgOnContextFragmentDoc = exports.TeamContextFragmentDoc = exports.TeamNameInContextFragmentDoc = exports.RoleTargetFragmentDoc = exports.ResourceUserRoleFragmentDoc = exports.OrganizationUserFragmentDoc = exports.OrgContextFragmentDoc = exports.OrgNameInContextFragmentDoc = exports.DefaultContextFragmentDoc = exports.ConfigurationFragmentDoc = exports.OverWriteRoleValueFragmentDoc = exports.DefaultSettingFragmentDoc = exports.ConfigurationUpdateEventFragmentDoc = exports.WorkspaceInfoFragmentDoc = exports.WorkspaceUpdateFragmentDoc = exports.WorkspaceStopFragmentDoc = exports.WorkspaceStartFragmentDoc = exports.WorkspaceRemoveFragmentDoc = exports.WorkspaceCreateRequestFragmentDoc = exports.WorkspaceProjectControlFragmentDoc = exports.StackControlFragmentDoc = exports.WorkspaceDetailFragmentDoc = exports.OrgUserFragmentDoc = exports.AllContextFragmentDoc = exports.IZipkinRoutes = exports.IWorkspaceStatus = exports.IWorkspaceServiceCommands = exports.IWorkspaceServerEvents = exports.IWorkspaceManagerAction = void 0;
5
- exports.useGetAccountsQuery = exports.GetAccountsDocument = exports.useDecodeOrganizationInvitationLazyQuery = exports.useDecodeOrganizationInvitationQuery = exports.DecodeOrganizationInvitationDocument = exports.useGetUserOrganizationsListLazyQuery = exports.useGetUserOrganizationsListQuery = exports.GetUserOrganizationsListDocument = exports.useUpsertProjectThroughIntegrationMutation = exports.UpsertProjectThroughIntegrationDocument = exports.useupdateTeamConfigurationMutation = exports.updateTeamConfigurationDocument = exports.useUpdateTaskMutation = exports.UpdateTaskDocument = exports.useUpdateProjectStatusMutation = exports.UpdateProjectStatusDocument = exports.useupdateOrganizationMutation = exports.updateOrganizationDocument = exports.useUpdateOrgProjectMutation = exports.UpdateOrgProjectDocument = exports.useupdateOrgMemberTeamsMutation = exports.updateOrgMemberTeamsDocument = exports.useUpdateOrgClientMutation = exports.UpdateOrgClientDocument = exports.useUpdateInvoiceMutation = exports.UpdateInvoiceDocument = exports.usesendOrganizationInvitationMutation = exports.sendOrganizationInvitationDocument = exports.useSendInvoiceMailMutation = exports.SendInvoiceMailDocument = exports.useResendOrganizationInvitationMutation = exports.ResendOrganizationInvitationDocument = exports.useRemoveTeamMemberMutation = exports.RemoveTeamMemberDocument = exports.useremoveTeamMutation = exports.removeTeamDocument = exports.useRemoveTaskMutation = exports.RemoveTaskDocument = exports.useremoveOrganizationMutation = exports.removeOrganizationDocument = exports.useRemoveOrgMemberMutation = exports.RemoveOrgMemberDocument = exports.useRemoveOrgClientMutation = exports.RemoveOrgClientDocument = exports.useRemoveInvoiceMutation = exports.RemoveInvoiceDocument = exports.useDeclineOrganizationInvitationMutation = exports.DeclineOrganizationInvitationDocument = exports.usecreateTeamMutation = exports.createTeamDocument = void 0;
6
- exports.getTeamDocument = exports.useGetTasksLazyQuery = exports.useGetTasksQuery = exports.GetTasksDocument = exports.useGetProjectsLazyQuery = exports.useGetProjectsQuery = exports.GetProjectsDocument = exports.usegetOrganizationTeamsLazyQuery = exports.usegetOrganizationTeamsQuery = exports.getOrganizationTeamsDocument = exports.useGetOrganizationMembersWithNameLazyQuery = exports.useGetOrganizationMembersWithNameQuery = exports.GetOrganizationMembersWithNameDocument = exports.useGetOrganizationClientsLazyQuery = exports.useGetOrganizationClientsQuery = exports.GetOrganizationClientsDocument = 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.useGetInvoicesLazyQuery = exports.useGetInvoicesQuery = exports.GetInvoicesDocument = exports.useGetFilteredProjectsLazyQuery = exports.useGetFilteredProjectsQuery = exports.GetFilteredProjectsDocument = exports.useGetDefaultInvoiceNumberLazyQuery = exports.useGetDefaultInvoiceNumberQuery = exports.GetDefaultInvoiceNumberDocument = exports.useGetAsanaWorkspacesLazyQuery = exports.useGetAsanaWorkspacesQuery = exports.GetAsanaWorkspacesDocument = exports.useGetAsanaWorkspaceProjectsLazyQuery = exports.useGetAsanaWorkspaceProjectsQuery = exports.GetAsanaWorkspaceProjectsDocument = exports.useGetAsanaConnectionStateLazyQuery = exports.useGetAsanaConnectionStateQuery = exports.GetAsanaConnectionStateDocument = exports.useGetAccountsLazyQuery = void 0;
7
- exports.tagsDocument = exports.usecreateDockerRegistryMutation = exports.createDockerRegistryDocument = exports.usegetAllDockerRegistriesLazyQuery = exports.usegetAllDockerRegistriesQuery = exports.getAllDockerRegistriesDocument = exports.usedockerCatalogLazyQuery = exports.usedockerCatalogQuery = exports.dockerCatalogDocument = exports.useGetUsersLazyQuery = exports.useGetUsersQuery = exports.GetUsersDocument = exports.useGetOrgMembersWithRolesLazyQuery = exports.useGetOrgMembersWithRolesQuery = exports.GetOrgMembersWithRolesDocument = exports.useGetOrgMembersWithRolesUnsecuredLazyQuery = exports.useGetOrgMembersWithRolesUnsecuredQuery = exports.GetOrgMembersWithRolesUnsecuredDocument = 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.useGetUserAccountLazyQuery = exports.useGetUserAccountQuery = exports.GetUserAccountDocument = exports.usegetTeamByNameLazyQuery = exports.usegetTeamByNameQuery = exports.getTeamByNameDocument = exports.usegetTeamLazyQuery = exports.usegetTeamQuery = void 0;
8
- exports.useAddStacksMutation = exports.AddStacksDocument = exports.useAddProjectMutation = exports.AddProjectDocument = exports.useCollectMutation = exports.CollectDocument = exports.useuserRepositoriesLazyQuery = exports.useuserRepositoriesQuery = exports.userRepositoriesDocument = exports.userepositoriesLazyQuery = exports.userepositoriesQuery = exports.repositoriesDocument = exports.usegetAllMonocularRegistriesLazyQuery = exports.usegetAllMonocularRegistriesQuery = exports.getAllMonocularRegistriesDocument = exports.usegetChartsLazyQuery = exports.usegetChartsQuery = exports.getChartsDocument = exports.usegetChartLazyQuery = exports.usegetChartQuery = exports.getChartDocument = exports.usechartVersionsLazyQuery = exports.usechartVersionsQuery = exports.chartVersionsDocument = exports.usegetChartDetailsLazyQuery = exports.usegetChartDetailsQuery = exports.getChartDetailsDocument = exports.useuploadMutation = exports.uploadDocument = exports.useupdateMonocularRegistryMutation = exports.updateMonocularRegistryDocument = exports.usetestConnectionMutation = exports.testConnectionDocument = exports.useremoveUserRepositoryMutation = exports.removeUserRepositoryDocument = exports.useremoveMonocularRegistryMutation = exports.removeMonocularRegistryDocument = exports.usecreateUserRepositoryMutation = exports.createUserRepositoryDocument = exports.usecreateMonocularRegistryMutation = exports.createMonocularRegistryDocument = exports.useupdateDockerRegistryMutation = exports.updateDockerRegistryDocument = exports.useremoveDockerRegistryMutation = exports.removeDockerRegistryDocument = exports.usedockerRegistryCatalogLazyQuery = exports.usedockerRegistryCatalogQuery = exports.dockerRegistryCatalogDocument = exports.usetagsLazyQuery = exports.usetagsQuery = void 0;
9
- exports.InitiateConfigurationValueDocument = exports.useChangeOrganizationMutation = exports.ChangeOrganizationDocument = exports.useAddResourceToContextMutation = exports.AddResourceToContextDocument = exports.useAddContributionRoleMutation = exports.AddContributionRoleDocument = exports.usesidebarStateLazyQuery = exports.usesidebarStateQuery = exports.sidebarStateDocument = exports.usetoggleSidebarMutation = exports.toggleSidebarDocument = exports.usesubscribeToWorkspaceSubscription = exports.subscribeToWorkspaceDocument = exports.useGetWorkspacesLazyQuery = exports.useGetWorkspacesQuery = exports.GetWorkspacesDocument = exports.useWorkspaceStateLazyQuery = exports.useWorkspaceStateQuery = exports.WorkspaceStateDocument = exports.useGetWorkspaceLazyQuery = exports.useGetWorkspaceQuery = exports.GetWorkspaceDocument = exports.useGetTeamWorkspacesLazyQuery = exports.useGetTeamWorkspacesQuery = exports.GetTeamWorkspacesDocument = exports.useRestoreWorkspaceCreationFormLazyQuery = exports.useRestoreWorkspaceCreationFormQuery = exports.RestoreWorkspaceCreationFormDocument = exports.useGetOrgWorkspacesLazyQuery = exports.useGetOrgWorkspacesQuery = exports.GetOrgWorkspacesDocument = exports.useClearWorkspaceCreationFormMutation = exports.ClearWorkspaceCreationFormDocument = exports.useUpdateWorkspaceMutation = exports.UpdateWorkspaceDocument = exports.useStopWorkspaceMutation = exports.StopWorkspaceDocument = exports.useStartWorkspaceMutation = exports.StartWorkspaceDocument = exports.useSetEnvVariablesMutation = exports.SetEnvVariablesDocument = exports.useRemoveWorkpsaceMutation = exports.RemoveWorkpsaceDocument = exports.useRemoveTeamFromWorkspaceMutation = exports.RemoveTeamFromWorkspaceDocument = exports.useAddWorkspaceMutation = exports.AddWorkspaceDocument = exports.useAddTeamToWorkspacesMutation = exports.AddTeamToWorkspacesDocument = void 0;
10
- exports.useGetTeamContextQuery = exports.GetTeamContextDocument = exports.useGetDefaultRoleLazyQuery = exports.useGetDefaultRoleQuery = exports.GetDefaultRoleDocument = exports.useGetDefaultPolicySettingsLazyQuery = exports.useGetDefaultPolicySettingsQuery = exports.GetDefaultPolicySettingsDocument = exports.useGetDefaultPolicyLazyQuery = exports.useGetDefaultPolicyQuery = exports.GetDefaultPolicyDocument = exports.useGetDefaultPermissionsLazyQuery = exports.useGetDefaultPermissionsQuery = exports.GetDefaultPermissionsDocument = exports.useGetDefaultConfigurationLazyQuery = exports.useGetDefaultConfigurationQuery = exports.GetDefaultConfigurationDocument = 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.useDeleteIntegrationConfigurationMutation = exports.DeleteIntegrationConfigurationDocument = exports.useCreateOrUpdateIntegrationConfigurationMutation = exports.CreateOrUpdateIntegrationConfigurationDocument = exports.useCreateIntegrationConfigurationMutation = exports.CreateIntegrationConfigurationDocument = exports.useInitializeTeamInContextMutation = exports.InitializeTeamInContextDocument = exports.useInitializeOrgNameInContextMutation = exports.InitializeOrgNameInContextDocument = exports.useInitiateConfigurationValueMutation = void 0;
11
- exports.FilterIntegrationConfigurationDocument = exports.usegetRoleLazyQuery = exports.usegetRoleQuery = exports.getRoleDocument = exports.useGetOrgNameFromContextLazyQuery = exports.useGetOrgNameFromContextQuery = exports.GetOrgNameFromContextDocument = exports.useGetOrgContextLazyQuery = exports.useGetOrgContextQuery = exports.GetOrgContextDocument = exports.usegetContributionRolesLazyQuery = exports.usegetContributionRolesQuery = exports.getContributionRolesDocument = exports.useDefaultSettingsLazyQuery = exports.useDefaultSettingsQuery = exports.DefaultSettingsDocument = exports.useGetUserConfigurationLazyQuery = exports.useGetUserConfigurationQuery = exports.GetUserConfigurationDocument = exports.useGetResourcesConfigurationLazyQuery = exports.useGetResourcesConfigurationQuery = exports.GetResourcesConfigurationDocument = exports.useResolveConfigurationLazyQuery = exports.useResolveConfigurationQuery = exports.ResolveConfigurationDocument = exports.useGetOrgWithResourcesRoleLazyQuery = exports.useGetOrgWithResourcesRoleQuery = exports.GetOrgWithResourcesRoleDocument = exports.useGetOrgWithResourcesPolicyLazyQuery = exports.useGetOrgWithResourcesPolicyQuery = exports.GetOrgWithResourcesPolicyDocument = exports.useGetOrgRoleLazyQuery = exports.useGetOrgRoleQuery = exports.GetOrgRoleDocument = exports.useGetOrgPolicyLazyQuery = exports.useGetOrgPolicyQuery = exports.GetOrgPolicyDocument = exports.useGetOrgConfigurationLazyQuery = exports.useGetOrgConfigurationQuery = exports.GetOrgConfigurationDocument = exports.useOpenPreferencesSettingsLazyQuery = exports.useOpenPreferencesSettingsQuery = exports.OpenPreferencesSettingsDocument = exports.usegetUserAccessRoleLazyQuery = exports.usegetUserAccessRoleQuery = exports.getUserAccessRoleDocument = exports.useGetTeamNameFromContextLazyQuery = exports.useGetTeamNameFromContextQuery = exports.GetTeamNameFromContextDocument = exports.useGetTeamContextLazyQuery = void 0;
12
- 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.useGetIntegrationConfigurationLazyQuery = exports.useGetIntegrationConfigurationQuery = exports.GetIntegrationConfigurationDocument = exports.useGetAllIntegrationConfigurationsLazyQuery = exports.useGetAllIntegrationConfigurationsQuery = exports.GetAllIntegrationConfigurationsDocument = exports.useFilterIntegrationConfigurationLazyQuery = exports.useFilterIntegrationConfigurationQuery = void 0;
4
+ exports.usechangeOrgMemberRoleMutation = exports.changeOrgMemberRoleDocument = exports.usechangeMemberRoleMutation = exports.changeMemberRoleDocument = exports.useAddTeamMembersMutation = exports.AddTeamMembersDocument = exports.useAddOrgProjectMutation = exports.AddOrgProjectDocument = exports.useAddClientMutation = exports.AddClientDocument = exports.useAccountOnBoardingMutation = exports.AccountOnBoardingDocument = exports.useacceptOrganizationInvitationMutation = exports.acceptOrganizationInvitationDocument = exports.OrganizationDataFragmentDoc = exports.ConfigurationModelFragmentDoc = exports.AccountBillingPreferencesFragmentDoc = exports.TeamWithOrgOnContextFragmentDoc = exports.TeamContextFragmentDoc = exports.TeamNameInContextFragmentDoc = exports.RoleTargetFragmentDoc = exports.ResourceUserRoleFragmentDoc = exports.OrganizationUserFragmentDoc = exports.OrgContextFragmentDoc = exports.OrgNameInContextFragmentDoc = exports.MachineConfigurationFragmentDoc = exports.DefaultContextFragmentDoc = exports.ContextConfigurationFragmentDoc = exports.ResourceDataFragmentDoc = exports.ConfigurationFragmentDoc = exports.OverWriteRoleValueFragmentDoc = exports.DefaultSettingFragmentDoc = exports.ConfigurationUpdateEventFragmentDoc = exports.WorkspaceInfoFragmentDoc = exports.WorkspaceUpdateFragmentDoc = exports.WorkspaceStopFragmentDoc = exports.WorkspaceStartFragmentDoc = exports.WorkspaceRemoveFragmentDoc = exports.WorkspaceCreateRequestFragmentDoc = exports.WorkspaceProjectControlFragmentDoc = exports.StackControlFragmentDoc = exports.WorkspaceDetailFragmentDoc = exports.UserCreationEventFragmentDoc = exports.OrgUserFragmentDoc = exports.AllContextFragmentDoc = exports.IZipkinRoutes = exports.IWorkspaceStatus = exports.IWorkspaceServiceCommands = exports.IWorkspaceServerEvents = exports.IWorkspaceManagerAction = void 0;
5
+ exports.useGetUserOrganizationsListQuery = exports.GetUserOrganizationsListDocument = exports.useUpsertProjectThroughIntegrationMutation = exports.UpsertProjectThroughIntegrationDocument = exports.useupdateTeamConfigurationMutation = exports.updateTeamConfigurationDocument = exports.useUpdateTaskMutation = exports.UpdateTaskDocument = exports.useUpdateProjectStatusMutation = exports.UpdateProjectStatusDocument = exports.useupdateOrganizationMutation = exports.updateOrganizationDocument = exports.useUpdateOrgProjectMutation = exports.UpdateOrgProjectDocument = exports.useupdateOrgMemberTeamsMutation = exports.updateOrgMemberTeamsDocument = exports.useUpdateOrgClientMutation = exports.UpdateOrgClientDocument = exports.useUpdateInvoiceMutation = exports.UpdateInvoiceDocument = exports.usesendOrganizationInvitationMutation = exports.sendOrganizationInvitationDocument = exports.useSendInvoiceMailMutation = exports.SendInvoiceMailDocument = exports.useResendOrganizationInvitationMutation = exports.ResendOrganizationInvitationDocument = exports.useRemoveTeamMemberMutation = exports.RemoveTeamMemberDocument = exports.useremoveTeamMutation = exports.removeTeamDocument = exports.useRemoveTaskMutation = exports.RemoveTaskDocument = exports.useremoveOrganizationMutation = exports.removeOrganizationDocument = exports.useRemoveOrgMemberMutation = exports.RemoveOrgMemberDocument = exports.useRemoveOrgClientMutation = exports.RemoveOrgClientDocument = exports.useRemoveInvoiceMutation = exports.RemoveInvoiceDocument = exports.useDeclineOrganizationInvitationMutation = exports.DeclineOrganizationInvitationDocument = exports.usecreateTeamMutation = exports.createTeamDocument = exports.useCreateTaskMutation = exports.CreateTaskDocument = exports.usecreateOrganizationMutation = exports.createOrganizationDocument = exports.useCreateInvoiceMutation = exports.CreateInvoiceDocument = void 0;
6
+ exports.GetProjectsDocument = exports.usegetOrganizationTeamsLazyQuery = exports.usegetOrganizationTeamsQuery = exports.getOrganizationTeamsDocument = exports.useGetOrganizationMembersWithNameLazyQuery = exports.useGetOrganizationMembersWithNameQuery = exports.GetOrganizationMembersWithNameDocument = exports.useGetOrganizationClientsLazyQuery = exports.useGetOrganizationClientsQuery = exports.GetOrganizationClientsDocument = 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.useGetInvoicesLazyQuery = exports.useGetInvoicesQuery = exports.GetInvoicesDocument = exports.useGetFilteredProjectsLazyQuery = exports.useGetFilteredProjectsQuery = exports.GetFilteredProjectsDocument = exports.useGetDefaultInvoiceNumberLazyQuery = exports.useGetDefaultInvoiceNumberQuery = exports.GetDefaultInvoiceNumberDocument = exports.useGetAsanaWorkspacesLazyQuery = exports.useGetAsanaWorkspacesQuery = exports.GetAsanaWorkspacesDocument = exports.useGetAsanaWorkspaceProjectsLazyQuery = exports.useGetAsanaWorkspaceProjectsQuery = exports.GetAsanaWorkspaceProjectsDocument = exports.useGetAsanaConnectionStateLazyQuery = exports.useGetAsanaConnectionStateQuery = exports.GetAsanaConnectionStateDocument = exports.useGetAccountsLazyQuery = exports.useGetAccountsQuery = exports.GetAccountsDocument = exports.useDecodeOrganizationInvitationLazyQuery = exports.useDecodeOrganizationInvitationQuery = exports.DecodeOrganizationInvitationDocument = exports.useGetUserOrganizationsListLazyQuery = void 0;
7
+ exports.useGetUsersLazyQuery = exports.useGetUsersQuery = exports.GetUsersDocument = exports.useGetOrgMembersWithRolesLazyQuery = exports.useGetOrgMembersWithRolesQuery = exports.GetOrgMembersWithRolesDocument = exports.useGetOrgMembersWithRolesUnsecuredLazyQuery = exports.useGetOrgMembersWithRolesUnsecuredQuery = exports.GetOrgMembersWithRolesUnsecuredDocument = exports.useGetAccountsApplicationPoliciesLazyQuery = exports.useGetAccountsApplicationPoliciesQuery = exports.GetAccountsApplicationPoliciesDocument = exports.useGetAccountsViewerSettingsLazyQuery = exports.useGetAccountsViewerSettingsQuery = exports.GetAccountsViewerSettingsDocument = exports.useGetViewerSettingsLazyQuery = exports.useGetViewerSettingsQuery = exports.GetViewerSettingsDocument = exports.useTeamsLazyQuery = exports.useTeamsQuery = exports.TeamsDocument = exports.useteamLazyQuery = exports.useteamQuery = exports.teamDocument = exports.useorganizationsLazyQuery = exports.useorganizationsQuery = exports.organizationsDocument = exports.useGetOrganizationMembersLazyQuery = exports.useGetOrganizationMembersQuery = exports.GetOrganizationMembersDocument = exports.usegetUserOrganizationsWithRoleLazyQuery = exports.usegetUserOrganizationsWithRoleQuery = exports.getUserOrganizationsWithRoleDocument = exports.usegetUserOrganizationsLazyQuery = exports.usegetUserOrganizationsQuery = exports.getUserOrganizationsDocument = exports.useGetUserAccountLazyQuery = exports.useGetUserAccountQuery = exports.GetUserAccountDocument = exports.usegetTeamByNameLazyQuery = exports.usegetTeamByNameQuery = exports.getTeamByNameDocument = exports.usegetTeamLazyQuery = exports.usegetTeamQuery = exports.getTeamDocument = exports.useGetTasksLazyQuery = exports.useGetTasksQuery = exports.GetTasksDocument = exports.useGetProjectsLazyQuery = exports.useGetProjectsQuery = void 0;
8
+ exports.userepositoriesLazyQuery = exports.userepositoriesQuery = exports.repositoriesDocument = exports.usegetAllMonocularRegistriesLazyQuery = exports.usegetAllMonocularRegistriesQuery = exports.getAllMonocularRegistriesDocument = exports.usegetChartsLazyQuery = exports.usegetChartsQuery = exports.getChartsDocument = exports.usegetChartLazyQuery = exports.usegetChartQuery = exports.getChartDocument = exports.usechartVersionsLazyQuery = exports.usechartVersionsQuery = exports.chartVersionsDocument = exports.usegetChartDetailsLazyQuery = exports.usegetChartDetailsQuery = exports.getChartDetailsDocument = exports.useuploadMutation = exports.uploadDocument = exports.useupdateMonocularRegistryMutation = exports.updateMonocularRegistryDocument = exports.usetestConnectionMutation = exports.testConnectionDocument = exports.useremoveUserRepositoryMutation = exports.removeUserRepositoryDocument = exports.useremoveMonocularRegistryMutation = exports.removeMonocularRegistryDocument = exports.usecreateUserRepositoryMutation = exports.createUserRepositoryDocument = exports.usecreateMonocularRegistryMutation = exports.createMonocularRegistryDocument = exports.useupdateDockerRegistryMutation = exports.updateDockerRegistryDocument = exports.useremoveDockerRegistryMutation = exports.removeDockerRegistryDocument = exports.usedockerRegistryCatalogLazyQuery = exports.usedockerRegistryCatalogQuery = exports.dockerRegistryCatalogDocument = exports.usetagsLazyQuery = exports.usetagsQuery = exports.tagsDocument = exports.usecreateDockerRegistryMutation = exports.createDockerRegistryDocument = exports.usegetAllDockerRegistriesLazyQuery = exports.usegetAllDockerRegistriesQuery = exports.getAllDockerRegistriesDocument = exports.usedockerCatalogLazyQuery = exports.usedockerCatalogQuery = exports.dockerCatalogDocument = void 0;
9
+ exports.sidebarStateDocument = exports.usetoggleSidebarMutation = exports.toggleSidebarDocument = exports.usesubscribeToWorkspaceSubscription = exports.subscribeToWorkspaceDocument = exports.useGetWorkspacesLazyQuery = exports.useGetWorkspacesQuery = exports.GetWorkspacesDocument = exports.useWorkspaceStateLazyQuery = exports.useWorkspaceStateQuery = exports.WorkspaceStateDocument = exports.useGetWorkspaceLazyQuery = exports.useGetWorkspaceQuery = exports.GetWorkspaceDocument = exports.useGetTeamWorkspacesLazyQuery = exports.useGetTeamWorkspacesQuery = exports.GetTeamWorkspacesDocument = exports.useRestoreWorkspaceCreationFormLazyQuery = exports.useRestoreWorkspaceCreationFormQuery = exports.RestoreWorkspaceCreationFormDocument = exports.useGetOrgWorkspacesLazyQuery = exports.useGetOrgWorkspacesQuery = exports.GetOrgWorkspacesDocument = exports.useClearWorkspaceCreationFormMutation = exports.ClearWorkspaceCreationFormDocument = exports.useUpdateWorkspaceMutation = exports.UpdateWorkspaceDocument = exports.useStopWorkspaceMutation = exports.StopWorkspaceDocument = exports.useStartWorkspaceMutation = exports.StartWorkspaceDocument = exports.useSetEnvVariablesMutation = exports.SetEnvVariablesDocument = exports.useRemoveWorkpsaceMutation = exports.RemoveWorkpsaceDocument = exports.useRemoveTeamFromWorkspaceMutation = exports.RemoveTeamFromWorkspaceDocument = exports.useAddWorkspaceMutation = exports.AddWorkspaceDocument = exports.useAddTeamToWorkspacesMutation = exports.AddTeamToWorkspacesDocument = exports.useAddStacksMutation = exports.AddStacksDocument = exports.useAddProjectMutation = exports.AddProjectDocument = exports.useCollectMutation = exports.CollectDocument = exports.useuserRepositoriesLazyQuery = exports.useuserRepositoriesQuery = exports.userRepositoriesDocument = void 0;
10
+ exports.useGetDefaultRoleQuery = exports.GetDefaultRoleDocument = exports.useGetDefaultPolicySettingsLazyQuery = exports.useGetDefaultPolicySettingsQuery = exports.GetDefaultPolicySettingsDocument = exports.useGetDefaultPermissionsLazyQuery = exports.useGetDefaultPermissionsQuery = exports.GetDefaultPermissionsDocument = exports.useGetDefaultApplicationPermissionsLazyQuery = exports.useGetDefaultApplicationPermissionsQuery = exports.GetDefaultApplicationPermissionsDocument = exports.useGetContextPropertyLazyQuery = exports.useGetContextPropertyQuery = exports.GetContextPropertyDocument = exports.useGetConfigurationTargetLazyQuery = exports.useGetConfigurationTargetQuery = exports.GetConfigurationTargetDocument = exports.useDefaultResolveSettingsLazyQuery = exports.useDefaultResolveSettingsQuery = exports.DefaultResolveSettingsDocument = exports.useGetApplicationRoleLazyQuery = exports.useGetApplicationRoleQuery = exports.GetApplicationRoleDocument = exports.useGetApplicationPolicyLazyQuery = exports.useGetApplicationPolicyQuery = exports.GetApplicationPolicyDocument = exports.useUpdateConfigurationMutation = exports.UpdateConfigurationDocument = exports.useReassignConfigurationMutation = exports.ReassignConfigurationDocument = exports.useDeleteIntegrationConfigurationMutation = exports.DeleteIntegrationConfigurationDocument = exports.useCreateOrUpdateIntegrationConfigurationMutation = exports.CreateOrUpdateIntegrationConfigurationDocument = exports.useCreateIntegrationConfigurationMutation = exports.CreateIntegrationConfigurationDocument = 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.usesidebarStateLazyQuery = exports.usesidebarStateQuery = void 0;
11
+ exports.getRoleDocument = exports.useGetOrgNameFromContextLazyQuery = exports.useGetOrgNameFromContextQuery = exports.GetOrgNameFromContextDocument = exports.useGetOrgContextLazyQuery = exports.useGetOrgContextQuery = exports.GetOrgContextDocument = exports.usegetContributionRolesLazyQuery = exports.usegetContributionRolesQuery = exports.getContributionRolesDocument = exports.useDefaultSettingsLazyQuery = exports.useDefaultSettingsQuery = exports.DefaultSettingsDocument = exports.useGetUserConfigurationLazyQuery = exports.useGetUserConfigurationQuery = exports.GetUserConfigurationDocument = exports.useGetResourcesConfigurationLazyQuery = exports.useGetResourcesConfigurationQuery = exports.GetResourcesConfigurationDocument = exports.useResolveConfigurationLazyQuery = exports.useResolveConfigurationQuery = exports.ResolveConfigurationDocument = exports.useGetOrgWithResourcesRoleLazyQuery = exports.useGetOrgWithResourcesRoleQuery = exports.GetOrgWithResourcesRoleDocument = exports.useGetOrgWithResourcesPolicyLazyQuery = exports.useGetOrgWithResourcesPolicyQuery = exports.GetOrgWithResourcesPolicyDocument = exports.useGetOrgRoleLazyQuery = exports.useGetOrgRoleQuery = exports.GetOrgRoleDocument = exports.useGetOrgPolicyLazyQuery = exports.useGetOrgPolicyQuery = exports.GetOrgPolicyDocument = exports.useGetOrgConfigurationLazyQuery = exports.useGetOrgConfigurationQuery = exports.GetOrgConfigurationDocument = exports.useOpenPreferencesSettingsLazyQuery = exports.useOpenPreferencesSettingsQuery = exports.OpenPreferencesSettingsDocument = exports.usegetUserAccessRoleLazyQuery = exports.usegetUserAccessRoleQuery = exports.getUserAccessRoleDocument = exports.useGetTeamNameFromContextLazyQuery = exports.useGetTeamNameFromContextQuery = exports.GetTeamNameFromContextDocument = exports.useGetTeamContextLazyQuery = exports.useGetTeamContextQuery = exports.GetTeamContextDocument = exports.useGetDefaultRoleLazyQuery = void 0;
12
+ 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.useGetIntegrationConfigurationLazyQuery = exports.useGetIntegrationConfigurationQuery = exports.GetIntegrationConfigurationDocument = exports.useGetAllIntegrationConfigurationsLazyQuery = exports.useGetAllIntegrationConfigurationsQuery = exports.GetAllIntegrationConfigurationsDocument = exports.useFilterIntegrationConfigurationLazyQuery = exports.useFilterIntegrationConfigurationQuery = exports.FilterIntegrationConfigurationDocument = exports.usegetRoleLazyQuery = exports.usegetRoleQuery = void 0;
13
13
  const enum_1 = require("../enum");
14
14
  Object.defineProperty(exports, "InactivityInterval", { enumerable: true, get: function () { return enum_1.InactivityInterval; } });
15
- const client_1 = require("@apollo/client");
16
15
  const Apollo = require("@apollo/client");
17
16
  const defaultOptions = {};
18
17
  var IAccountServiceAction;
@@ -26,6 +25,7 @@ var IAccountServiceAction;
26
25
  IAccountServiceAction["deleteAccount"] = "deleteAccount";
27
26
  IAccountServiceAction["onAccountCreated"] = "onAccountCreated";
28
27
  IAccountServiceAction["onAccountDeleted"] = "onAccountDeleted";
28
+ IAccountServiceAction["accountOnBoarding"] = "accountOnBoarding";
29
29
  })(IAccountServiceAction = exports.IAccountServiceAction || (exports.IAccountServiceAction = {}));
30
30
  ;
31
31
  var IActivityServiceCommands;
@@ -105,6 +105,8 @@ var IClientCacheTypeNames;
105
105
  IClientCacheTypeNames["DefaultPolicy"] = "DefaultPolicy";
106
106
  IClientCacheTypeNames["DefaultRole"] = "DefaultRole";
107
107
  IClientCacheTypeNames["Environment"] = "Environment";
108
+ IClientCacheTypeNames["ExternalResourceData"] = "ExternalResourceData";
109
+ IClientCacheTypeNames["MachineConfiguration"] = "MachineConfiguration";
108
110
  IClientCacheTypeNames["OrgMember"] = "OrgMember";
109
111
  IClientCacheTypeNames["OrgUser"] = "OrgUser";
110
112
  IClientCacheTypeNames["Organization"] = "Organization";
@@ -112,6 +114,7 @@ var IClientCacheTypeNames;
112
114
  IClientCacheTypeNames["OrganizationData"] = "OrganizationData";
113
115
  IClientCacheTypeNames["OrganizationPolicy"] = "OrganizationPolicy";
114
116
  IClientCacheTypeNames["OrganizationResourceConfiguration"] = "OrganizationResourceConfiguration";
117
+ IClientCacheTypeNames["OrganizationResourceData"] = "OrganizationResourceData";
115
118
  IClientCacheTypeNames["OrganizationRole"] = "OrganizationRole";
116
119
  IClientCacheTypeNames["ResourcePolicy"] = "ResourcePolicy";
117
120
  IClientCacheTypeNames["ResourceRole"] = "ResourceRole";
@@ -123,6 +126,7 @@ var IClientCacheTypeNames;
123
126
  ;
124
127
  var IClientContainerService;
125
128
  (function (IClientContainerService) {
129
+ IClientContainerService["ApolloErrorHandler"] = "ApolloErrorHandler";
126
130
  IClientContainerService["Auth0Authentication"] = "Auth0Authentication";
127
131
  IClientContainerService["IConfigurationFileService"] = "IConfigurationFileService";
128
132
  IClientContainerService["IConfigurationPolicyService"] = "IConfigurationPolicyService";
@@ -149,6 +153,7 @@ var IConfigCollectionName;
149
153
  IConfigCollectionName["application"] = "application";
150
154
  IConfigCollectionName["accounts"] = "accounts";
151
155
  IConfigCollectionName["organizations"] = "organizations";
156
+ IConfigCollectionName["machines"] = "machines";
152
157
  IConfigCollectionName["workspaces"] = "workspaces";
153
158
  IConfigCollectionName["teams"] = "teams";
154
159
  IConfigCollectionName["projects"] = "projects";
@@ -311,6 +316,9 @@ var IOrganizationServiceAction;
311
316
  IOrganizationServiceAction["onUserInvitationSend"] = "onUserInvitationSend";
312
317
  IOrganizationServiceAction["onUserInvitationResend"] = "onUserInvitationResend";
313
318
  IOrganizationServiceAction["onOrgMemberRemoved"] = "onOrgMemberRemoved";
319
+ IOrganizationServiceAction["onCreateOrganization"] = "onCreateOrganization";
320
+ IOrganizationServiceAction["onCreateTeam"] = "onCreateTeam";
321
+ IOrganizationServiceAction["onSendInvitation"] = "onSendInvitation";
314
322
  })(IOrganizationServiceAction = exports.IOrganizationServiceAction || (exports.IOrganizationServiceAction = {}));
315
323
  ;
316
324
  var IOrgUserRole;
@@ -614,324 +622,38 @@ var IZipkinRoutes;
614
622
  IZipkinRoutes["search"] = "search";
615
623
  })(IZipkinRoutes = exports.IZipkinRoutes || (exports.IZipkinRoutes = {}));
616
624
  ;
617
- exports.AllContextFragmentDoc = client_1.gql `
618
- fragment AllContext on Context {
619
- teamResource
620
- orgResource
621
- orgResourceId
622
- orgResourceName
623
- }
624
- `;
625
- exports.OrgUserFragmentDoc = client_1.gql `
626
- fragment OrgUser on OrgUser {
627
- userId
628
- role
629
- orgName
630
- isSelf
631
- }
632
- `;
633
- exports.WorkspaceDetailFragmentDoc = client_1.gql `
634
- fragment WorkspaceDetail on Workspace {
635
- id
636
- name
637
- language
638
- status
639
- description
640
- icon_url
641
- config {
642
- variables {
643
- field
644
- value
645
- }
646
- }
647
- spec {
648
- cpu
649
- ram
650
- hdd
651
- }
652
- launch {
653
- port
654
- }
655
- env {
656
- field
657
- value
658
- }
659
- projects {
660
- name
661
- description
662
- source {
663
- type
664
- language
665
- location
666
- providers
667
- parameters {
668
- branch
669
- httpsUrl
670
- isPrivate
671
- }
672
- }
673
- }
674
- updatedAt
675
- createdAt
676
- }
677
- `;
678
- exports.StackControlFragmentDoc = client_1.gql `
679
- fragment StackControl on Stack {
680
- id
681
- connectionId
682
- type
683
- chartName
684
- chartVersion
685
- cluster
686
- repository
687
- releaseName
688
- valuesFile
689
- tillerNamespace
690
- overrideSetVariables
691
- namespace
692
- }
693
- `;
694
- exports.WorkspaceProjectControlFragmentDoc = client_1.gql `
695
- fragment WorkspaceProjectControl on WorkspaceProject {
696
- name
697
- description
698
- source {
699
- type
700
- language
701
- location
702
- providers
703
- parameters {
704
- branch
705
- httpsUrl
706
- isPrivate
707
- }
708
- }
709
- }
710
- `;
711
- exports.WorkspaceCreateRequestFragmentDoc = client_1.gql `
712
- fragment WorkspaceCreateRequest on Workspace {
713
- id
714
- name
715
- language
716
- status
717
- description
718
- namespace
719
- icon_url
720
- orgName
721
- spec {
722
- cpu
723
- ram
724
- hdd
725
- inactivity
726
- isPartialInstall
727
- }
728
- config {
729
- metaInfo {
730
- domainName
731
- }
732
- }
733
- stacks {
734
- ...StackControl
735
- }
736
- projects {
737
- ...WorkspaceProjectControl
738
- }
739
- }
740
- ${exports.StackControlFragmentDoc}
741
- ${exports.WorkspaceProjectControlFragmentDoc}`;
742
- exports.WorkspaceRemoveFragmentDoc = client_1.gql `
743
- fragment WorkspaceRemove on Workspace {
744
- id
745
- namespace
746
- orgName
747
- stacks {
748
- ...StackControl
749
- }
750
- }
751
- ${exports.StackControlFragmentDoc}`;
752
- exports.WorkspaceStartFragmentDoc = client_1.gql `
753
- fragment WorkspaceStart on Workspace {
754
- id
755
- namespace
756
- orgName
757
- stacks {
758
- ...StackControl
759
- }
760
- }
761
- ${exports.StackControlFragmentDoc}`;
762
- exports.WorkspaceStopFragmentDoc = client_1.gql `
763
- fragment WorkspaceStop on Workspace {
764
- id
765
- namespace
766
- orgName
767
- stacks {
768
- ...StackControl
769
- }
770
- }
771
- ${exports.StackControlFragmentDoc}`;
772
- exports.WorkspaceUpdateFragmentDoc = client_1.gql `
773
- fragment WorkspaceUpdate on Workspace {
774
- id
775
- name
776
- language
777
- description
778
- status
779
- icon_url
780
- namespace
781
- stacks {
782
- ...StackControl
783
- }
784
- }
785
- ${exports.StackControlFragmentDoc}`;
786
- exports.WorkspaceInfoFragmentDoc = client_1.gql `
787
- fragment WorkspaceInfo on Workspace {
788
- id
789
- name
790
- language
791
- status
792
- description
793
- icon_url
794
- spec {
795
- cpu
796
- ram
797
- hdd
798
- }
799
- }
800
- `;
801
- exports.ConfigurationUpdateEventFragmentDoc = client_1.gql `
802
- fragment ConfigurationUpdateEvent on ConfigurationUpdateEvent {
803
- contents
804
- resource
805
- overrides {
806
- resource
807
- overrideIdentifier
808
- }
809
- target
810
- __typename
811
- }
812
- `;
813
- exports.DefaultSettingFragmentDoc = client_1.gql `
814
- fragment DefaultSetting on ContributionSettings {
815
- key
816
- value
817
- description
818
- descriptionIsMarkdown
819
- deprecationMessage
820
- type
821
- enum
822
- enumDescriptions
823
- enumDescriptionsAreMarkdown
824
- tags
825
- properties {
826
- readOnly
827
- disabled
828
- }
829
- }
830
- `;
831
- exports.OverWriteRoleValueFragmentDoc = client_1.gql `
832
- fragment OverWriteRoleValue on ContributionSettings {
833
- key
834
- value
835
- }
836
- `;
837
- exports.ConfigurationFragmentDoc = client_1.gql `
838
- fragment Configuration on IConfigurationModel {
839
- resource
840
- target
841
- contents
842
- keys
843
- overrides {
844
- contents
845
- identifiers
846
- }
847
- __typename
848
- }
849
- `;
850
- exports.DefaultContextFragmentDoc = client_1.gql `
851
- fragment DefaultContext on Context {
852
- orgName
853
- }
854
- `;
855
- exports.OrgNameInContextFragmentDoc = client_1.gql `
856
- fragment OrgNameInContext on Context {
857
- orgName
858
- }
859
- `;
860
- exports.OrgContextFragmentDoc = client_1.gql `
861
- fragment OrgContext on Context {
862
- orgName
863
- orgUri
864
- }
865
- `;
866
- exports.OrganizationUserFragmentDoc = client_1.gql `
867
- fragment OrganizationUser on IOrgUser {
868
- role
869
- orgName
870
- isSelf
871
- }
872
- `;
873
- exports.ResourceUserRoleFragmentDoc = client_1.gql `
874
- fragment ResourceUserRole on ResourceUser {
875
- role
876
- name
877
- isSelf
878
- orgName
879
- }
880
- `;
881
- exports.RoleTargetFragmentDoc = client_1.gql `
882
- fragment RoleTarget on ContributionRoles {
883
- target
884
- }
885
- `;
886
- exports.TeamNameInContextFragmentDoc = client_1.gql `
887
- fragment TeamNameInContext on Context {
888
- teamName
889
- }
890
- `;
891
- exports.TeamContextFragmentDoc = client_1.gql `
892
- fragment TeamContext on Context {
893
- teamName
894
- teamUri
895
- }
896
- `;
897
- exports.TeamWithOrgOnContextFragmentDoc = client_1.gql `
898
- fragment TeamWithOrgOnContext on Context {
899
- orgName
900
- teamName
901
- }
902
- `;
903
- exports.ConfigurationModelFragmentDoc = client_1.gql `
904
- fragment ConfigurationModel on ConfigurationModel {
905
- contents
906
- keys
907
- overrides {
908
- contents
909
- identifiers
910
- }
911
- }
912
- `;
913
- exports.OrganizationResourceDataFragmentDoc = client_1.gql `
914
- fragment OrganizationResourceData on OrganizationResourceData {
915
- uri
916
- name
917
- index
918
- }
919
- `;
920
- exports.OrganizationDataFragmentDoc = client_1.gql `
921
- fragment OrganizationData on OrganizationData {
922
- id
923
- resources {
924
- ...OrganizationResourceData
925
- }
926
- configuration
927
- name
928
- }
929
- ${exports.OrganizationResourceDataFragmentDoc}`;
930
- exports.acceptOrganizationInvitationDocument = client_1.gql `
931
- mutation acceptOrganizationInvitation($id: ID!, $notification: OrganizationNotificationValues) {
932
- acceptOrganizationInvitation(id: $id, notification: $notification)
933
- }
934
- `;
625
+ exports.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" } }] } }] };
626
+ exports.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" } }] } }] };
627
+ exports.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" } }] } }] } }] };
628
+ exports.WorkspaceDetailFragmentDoc = { "kind": "Document", "definitions": [{ "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "WorkspaceDetail" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Workspace" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "language" } }, { "kind": "Field", "name": { "kind": "Name", "value": "status" } }, { "kind": "Field", "name": { "kind": "Name", "value": "description" } }, { "kind": "Field", "name": { "kind": "Name", "value": "icon_url" } }, { "kind": "Field", "name": { "kind": "Name", "value": "config" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "variables" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "field" } }, { "kind": "Field", "name": { "kind": "Name", "value": "value" } }] } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "spec" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "cpu" } }, { "kind": "Field", "name": { "kind": "Name", "value": "ram" } }, { "kind": "Field", "name": { "kind": "Name", "value": "hdd" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "launch" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "port" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "env" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "field" } }, { "kind": "Field", "name": { "kind": "Name", "value": "value" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "projects" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "description" } }, { "kind": "Field", "name": { "kind": "Name", "value": "source" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "type" } }, { "kind": "Field", "name": { "kind": "Name", "value": "language" } }, { "kind": "Field", "name": { "kind": "Name", "value": "location" } }, { "kind": "Field", "name": { "kind": "Name", "value": "providers" } }, { "kind": "Field", "name": { "kind": "Name", "value": "parameters" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "branch" } }, { "kind": "Field", "name": { "kind": "Name", "value": "httpsUrl" } }, { "kind": "Field", "name": { "kind": "Name", "value": "isPrivate" } }] } }] } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "updatedAt" } }, { "kind": "Field", "name": { "kind": "Name", "value": "createdAt" } }] } }] };
629
+ exports.StackControlFragmentDoc = { "kind": "Document", "definitions": [{ "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "StackControl" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Stack" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "connectionId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "type" } }, { "kind": "Field", "name": { "kind": "Name", "value": "chartName" } }, { "kind": "Field", "name": { "kind": "Name", "value": "chartVersion" } }, { "kind": "Field", "name": { "kind": "Name", "value": "cluster" } }, { "kind": "Field", "name": { "kind": "Name", "value": "repository" } }, { "kind": "Field", "name": { "kind": "Name", "value": "releaseName" } }, { "kind": "Field", "name": { "kind": "Name", "value": "valuesFile" } }, { "kind": "Field", "name": { "kind": "Name", "value": "tillerNamespace" } }, { "kind": "Field", "name": { "kind": "Name", "value": "overrideSetVariables" } }, { "kind": "Field", "name": { "kind": "Name", "value": "namespace" } }] } }] };
630
+ exports.WorkspaceProjectControlFragmentDoc = { "kind": "Document", "definitions": [{ "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "WorkspaceProjectControl" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "WorkspaceProject" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "description" } }, { "kind": "Field", "name": { "kind": "Name", "value": "source" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "type" } }, { "kind": "Field", "name": { "kind": "Name", "value": "language" } }, { "kind": "Field", "name": { "kind": "Name", "value": "location" } }, { "kind": "Field", "name": { "kind": "Name", "value": "providers" } }, { "kind": "Field", "name": { "kind": "Name", "value": "parameters" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "branch" } }, { "kind": "Field", "name": { "kind": "Name", "value": "httpsUrl" } }, { "kind": "Field", "name": { "kind": "Name", "value": "isPrivate" } }] } }] } }] } }] };
631
+ exports.WorkspaceCreateRequestFragmentDoc = { "kind": "Document", "definitions": [{ "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "WorkspaceCreateRequest" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Workspace" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "language" } }, { "kind": "Field", "name": { "kind": "Name", "value": "status" } }, { "kind": "Field", "name": { "kind": "Name", "value": "description" } }, { "kind": "Field", "name": { "kind": "Name", "value": "namespace" } }, { "kind": "Field", "name": { "kind": "Name", "value": "icon_url" } }, { "kind": "Field", "name": { "kind": "Name", "value": "orgName" } }, { "kind": "Field", "name": { "kind": "Name", "value": "spec" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "cpu" } }, { "kind": "Field", "name": { "kind": "Name", "value": "ram" } }, { "kind": "Field", "name": { "kind": "Name", "value": "hdd" } }, { "kind": "Field", "name": { "kind": "Name", "value": "inactivity" } }, { "kind": "Field", "name": { "kind": "Name", "value": "isPartialInstall" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "config" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "metaInfo" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "domainName" } }] } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "stacks" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "StackControl" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "projects" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "WorkspaceProjectControl" } }] } }] } }, { "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "WorkspaceProjectControl" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "WorkspaceProject" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "description" } }, { "kind": "Field", "name": { "kind": "Name", "value": "source" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "type" } }, { "kind": "Field", "name": { "kind": "Name", "value": "language" } }, { "kind": "Field", "name": { "kind": "Name", "value": "location" } }, { "kind": "Field", "name": { "kind": "Name", "value": "providers" } }, { "kind": "Field", "name": { "kind": "Name", "value": "parameters" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "branch" } }, { "kind": "Field", "name": { "kind": "Name", "value": "httpsUrl" } }, { "kind": "Field", "name": { "kind": "Name", "value": "isPrivate" } }] } }] } }] } }, { "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "StackControl" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Stack" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "connectionId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "type" } }, { "kind": "Field", "name": { "kind": "Name", "value": "chartName" } }, { "kind": "Field", "name": { "kind": "Name", "value": "chartVersion" } }, { "kind": "Field", "name": { "kind": "Name", "value": "cluster" } }, { "kind": "Field", "name": { "kind": "Name", "value": "repository" } }, { "kind": "Field", "name": { "kind": "Name", "value": "releaseName" } }, { "kind": "Field", "name": { "kind": "Name", "value": "valuesFile" } }, { "kind": "Field", "name": { "kind": "Name", "value": "tillerNamespace" } }, { "kind": "Field", "name": { "kind": "Name", "value": "overrideSetVariables" } }, { "kind": "Field", "name": { "kind": "Name", "value": "namespace" } }] } }] };
632
+ exports.WorkspaceRemoveFragmentDoc = { "kind": "Document", "definitions": [{ "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "WorkspaceRemove" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Workspace" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "namespace" } }, { "kind": "Field", "name": { "kind": "Name", "value": "orgName" } }, { "kind": "Field", "name": { "kind": "Name", "value": "stacks" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "StackControl" } }] } }] } }, { "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "StackControl" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Stack" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "connectionId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "type" } }, { "kind": "Field", "name": { "kind": "Name", "value": "chartName" } }, { "kind": "Field", "name": { "kind": "Name", "value": "chartVersion" } }, { "kind": "Field", "name": { "kind": "Name", "value": "cluster" } }, { "kind": "Field", "name": { "kind": "Name", "value": "repository" } }, { "kind": "Field", "name": { "kind": "Name", "value": "releaseName" } }, { "kind": "Field", "name": { "kind": "Name", "value": "valuesFile" } }, { "kind": "Field", "name": { "kind": "Name", "value": "tillerNamespace" } }, { "kind": "Field", "name": { "kind": "Name", "value": "overrideSetVariables" } }, { "kind": "Field", "name": { "kind": "Name", "value": "namespace" } }] } }] };
633
+ exports.WorkspaceStartFragmentDoc = { "kind": "Document", "definitions": [{ "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "WorkspaceStart" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Workspace" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "namespace" } }, { "kind": "Field", "name": { "kind": "Name", "value": "orgName" } }, { "kind": "Field", "name": { "kind": "Name", "value": "stacks" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "StackControl" } }] } }] } }, { "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "StackControl" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Stack" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "connectionId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "type" } }, { "kind": "Field", "name": { "kind": "Name", "value": "chartName" } }, { "kind": "Field", "name": { "kind": "Name", "value": "chartVersion" } }, { "kind": "Field", "name": { "kind": "Name", "value": "cluster" } }, { "kind": "Field", "name": { "kind": "Name", "value": "repository" } }, { "kind": "Field", "name": { "kind": "Name", "value": "releaseName" } }, { "kind": "Field", "name": { "kind": "Name", "value": "valuesFile" } }, { "kind": "Field", "name": { "kind": "Name", "value": "tillerNamespace" } }, { "kind": "Field", "name": { "kind": "Name", "value": "overrideSetVariables" } }, { "kind": "Field", "name": { "kind": "Name", "value": "namespace" } }] } }] };
634
+ exports.WorkspaceStopFragmentDoc = { "kind": "Document", "definitions": [{ "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "WorkspaceStop" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Workspace" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "namespace" } }, { "kind": "Field", "name": { "kind": "Name", "value": "orgName" } }, { "kind": "Field", "name": { "kind": "Name", "value": "stacks" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "StackControl" } }] } }] } }, { "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "StackControl" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Stack" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "connectionId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "type" } }, { "kind": "Field", "name": { "kind": "Name", "value": "chartName" } }, { "kind": "Field", "name": { "kind": "Name", "value": "chartVersion" } }, { "kind": "Field", "name": { "kind": "Name", "value": "cluster" } }, { "kind": "Field", "name": { "kind": "Name", "value": "repository" } }, { "kind": "Field", "name": { "kind": "Name", "value": "releaseName" } }, { "kind": "Field", "name": { "kind": "Name", "value": "valuesFile" } }, { "kind": "Field", "name": { "kind": "Name", "value": "tillerNamespace" } }, { "kind": "Field", "name": { "kind": "Name", "value": "overrideSetVariables" } }, { "kind": "Field", "name": { "kind": "Name", "value": "namespace" } }] } }] };
635
+ exports.WorkspaceUpdateFragmentDoc = { "kind": "Document", "definitions": [{ "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "WorkspaceUpdate" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Workspace" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "language" } }, { "kind": "Field", "name": { "kind": "Name", "value": "description" } }, { "kind": "Field", "name": { "kind": "Name", "value": "status" } }, { "kind": "Field", "name": { "kind": "Name", "value": "icon_url" } }, { "kind": "Field", "name": { "kind": "Name", "value": "namespace" } }, { "kind": "Field", "name": { "kind": "Name", "value": "stacks" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "StackControl" } }] } }] } }, { "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "StackControl" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Stack" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "connectionId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "type" } }, { "kind": "Field", "name": { "kind": "Name", "value": "chartName" } }, { "kind": "Field", "name": { "kind": "Name", "value": "chartVersion" } }, { "kind": "Field", "name": { "kind": "Name", "value": "cluster" } }, { "kind": "Field", "name": { "kind": "Name", "value": "repository" } }, { "kind": "Field", "name": { "kind": "Name", "value": "releaseName" } }, { "kind": "Field", "name": { "kind": "Name", "value": "valuesFile" } }, { "kind": "Field", "name": { "kind": "Name", "value": "tillerNamespace" } }, { "kind": "Field", "name": { "kind": "Name", "value": "overrideSetVariables" } }, { "kind": "Field", "name": { "kind": "Name", "value": "namespace" } }] } }] };
636
+ exports.WorkspaceInfoFragmentDoc = { "kind": "Document", "definitions": [{ "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "WorkspaceInfo" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Workspace" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "language" } }, { "kind": "Field", "name": { "kind": "Name", "value": "status" } }, { "kind": "Field", "name": { "kind": "Name", "value": "description" } }, { "kind": "Field", "name": { "kind": "Name", "value": "icon_url" } }, { "kind": "Field", "name": { "kind": "Name", "value": "spec" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "cpu" } }, { "kind": "Field", "name": { "kind": "Name", "value": "ram" } }, { "kind": "Field", "name": { "kind": "Name", "value": "hdd" } }] } }] } }] };
637
+ exports.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" } }] } }] };
638
+ exports.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": "enum" } }, { "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" } }] } }] } }] };
639
+ exports.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" } }] } }] };
640
+ exports.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" } }] } }] };
641
+ exports.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" } }] } }] };
642
+ exports.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" } }] } }] };
643
+ exports.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" } }] } }] };
644
+ exports.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" } }] } }] };
645
+ exports.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" } }] } }] };
646
+ exports.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" } }] } }] };
647
+ exports.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" } }] } }] };
648
+ exports.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" } }] } }] };
649
+ exports.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" } }] } }] };
650
+ exports.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" } }] } }] };
651
+ exports.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" } }] } }] };
652
+ exports.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" } }] } }] };
653
+ exports.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" } }] } }] } }] } }] };
654
+ exports.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" } }] } }] } }] };
655
+ exports.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" } }] } }] };
656
+ exports.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" } } }] }] } }] };
935
657
  /**
936
658
  * __useacceptOrganizationInvitationMutation__
937
659
  *
@@ -955,11 +677,30 @@ function useacceptOrganizationInvitationMutation(baseOptions) {
955
677
  return Apollo.useMutation(exports.acceptOrganizationInvitationDocument, options);
956
678
  }
957
679
  exports.useacceptOrganizationInvitationMutation = useacceptOrganizationInvitationMutation;
958
- exports.AddClientDocument = client_1.gql `
959
- mutation AddClient($client: ClientAddRequest!) {
960
- addClient(client: $client)
680
+ 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" } } }] }] } }] };
681
+ /**
682
+ * __useAccountOnBoardingMutation__
683
+ *
684
+ * To run a mutation, you first call `useAccountOnBoardingMutation` within a React component and pass it any options that fit your needs.
685
+ * When your component renders, `useAccountOnBoardingMutation` returns a tuple that includes:
686
+ * - A mutate function that you can call at any time to execute the mutation
687
+ * - An object with fields that represent the current status of the mutation's execution
688
+ *
689
+ * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;
690
+ *
691
+ * @example
692
+ * const [accountOnBoardingMutation, { data, loading, error }] = useAccountOnBoardingMutation({
693
+ * variables: {
694
+ * input: // value for 'input'
695
+ * },
696
+ * });
697
+ */
698
+ function useAccountOnBoardingMutation(baseOptions) {
699
+ const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
700
+ return Apollo.useMutation(exports.AccountOnBoardingDocument, options);
961
701
  }
962
- `;
702
+ exports.useAccountOnBoardingMutation = useAccountOnBoardingMutation;
703
+ exports.AddClientDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "AddClient" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "client" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "ClientAddRequest" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "addClient" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "client" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "client" } } }] }] } }] };
963
704
  /**
964
705
  * __useAddClientMutation__
965
706
  *
@@ -982,11 +723,7 @@ function useAddClientMutation(baseOptions) {
982
723
  return Apollo.useMutation(exports.AddClientDocument, options);
983
724
  }
984
725
  exports.useAddClientMutation = useAddClientMutation;
985
- exports.AddOrgProjectDocument = client_1.gql `
986
- mutation AddOrgProject($project: ProjectAddRequest!) {
987
- addOrgProject(project: $project)
988
- }
989
- `;
726
+ exports.AddOrgProjectDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "AddOrgProject" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "project" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "ProjectAddRequest" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "addOrgProject" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "project" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "project" } } }] }] } }] };
990
727
  /**
991
728
  * __useAddOrgProjectMutation__
992
729
  *
@@ -1009,11 +746,7 @@ function useAddOrgProjectMutation(baseOptions) {
1009
746
  return Apollo.useMutation(exports.AddOrgProjectDocument, options);
1010
747
  }
1011
748
  exports.useAddOrgProjectMutation = useAddOrgProjectMutation;
1012
- exports.AddTeamMembersDocument = client_1.gql `
1013
- mutation AddTeamMembers($orgName: String!, $teamName: String!, $memberIds: [String]!) {
1014
- addTeamMembers(orgName: $orgName, teamName: $teamName, memberIds: $memberIds)
1015
- }
1016
- `;
749
+ 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" } } }] }] } }] };
1017
750
  /**
1018
751
  * __useAddTeamMembersMutation__
1019
752
  *
@@ -1038,11 +771,7 @@ function useAddTeamMembersMutation(baseOptions) {
1038
771
  return Apollo.useMutation(exports.AddTeamMembersDocument, options);
1039
772
  }
1040
773
  exports.useAddTeamMembersMutation = useAddTeamMembersMutation;
1041
- exports.changeMemberRoleDocument = client_1.gql `
1042
- mutation changeMemberRole($orgName: String!, $teamName: String!, $memberId: String!, $role: String!) {
1043
- changeMemberRole(orgName: $orgName, teamName: $teamName, memberId: $memberId, role: $role)
1044
- }
1045
- `;
774
+ 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" } } }] }] } }] };
1046
775
  /**
1047
776
  * __usechangeMemberRoleMutation__
1048
777
  *
@@ -1068,11 +797,7 @@ function usechangeMemberRoleMutation(baseOptions) {
1068
797
  return Apollo.useMutation(exports.changeMemberRoleDocument, options);
1069
798
  }
1070
799
  exports.usechangeMemberRoleMutation = usechangeMemberRoleMutation;
1071
- exports.changeOrgMemberRoleDocument = client_1.gql `
1072
- mutation changeOrgMemberRole($userId: String!, $role: ApplicationRoles!) {
1073
- changeOrgMemberRole(userId: $userId, role: $role)
1074
- }
1075
- `;
800
+ 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" } } }] }] } }] };
1076
801
  /**
1077
802
  * __usechangeOrgMemberRoleMutation__
1078
803
  *
@@ -1096,11 +821,7 @@ function usechangeOrgMemberRoleMutation(baseOptions) {
1096
821
  return Apollo.useMutation(exports.changeOrgMemberRoleDocument, options);
1097
822
  }
1098
823
  exports.usechangeOrgMemberRoleMutation = usechangeOrgMemberRoleMutation;
1099
- exports.CreateInvoiceDocument = client_1.gql `
1100
- mutation CreateInvoice($invoice: InvoiceCreateRequest!) {
1101
- createInvoice(invoice: $invoice)
1102
- }
1103
- `;
824
+ exports.CreateInvoiceDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "CreateInvoice" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "invoice" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "InvoiceCreateRequest" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "createInvoice" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "invoice" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "invoice" } } }] }] } }] };
1104
825
  /**
1105
826
  * __useCreateInvoiceMutation__
1106
827
  *
@@ -1123,18 +844,7 @@ function useCreateInvoiceMutation(baseOptions) {
1123
844
  return Apollo.useMutation(exports.CreateInvoiceDocument, options);
1124
845
  }
1125
846
  exports.useCreateInvoiceMutation = useCreateInvoiceMutation;
1126
- exports.createOrganizationDocument = client_1.gql `
1127
- mutation createOrganization($organization: OrganizationCreateRequest!) {
1128
- createOrganization(organization: $organization) {
1129
- id
1130
- name
1131
- description
1132
- picture
1133
- namespace
1134
- orgUserCount
1135
- }
1136
- }
1137
- `;
847
+ 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" } }] } }] } }] };
1138
848
  /**
1139
849
  * __usecreateOrganizationMutation__
1140
850
  *
@@ -1157,11 +867,7 @@ function usecreateOrganizationMutation(baseOptions) {
1157
867
  return Apollo.useMutation(exports.createOrganizationDocument, options);
1158
868
  }
1159
869
  exports.usecreateOrganizationMutation = usecreateOrganizationMutation;
1160
- exports.CreateTaskDocument = client_1.gql `
1161
- mutation CreateTask($request: TaskRequest) {
1162
- createTask(request: $request)
1163
- }
1164
- `;
870
+ exports.CreateTaskDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "CreateTask" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "request" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "TaskRequest" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "createTask" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "request" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "request" } } }] }] } }] };
1165
871
  /**
1166
872
  * __useCreateTaskMutation__
1167
873
  *
@@ -1184,19 +890,7 @@ function useCreateTaskMutation(baseOptions) {
1184
890
  return Apollo.useMutation(exports.CreateTaskDocument, options);
1185
891
  }
1186
892
  exports.useCreateTaskMutation = useCreateTaskMutation;
1187
- exports.createTeamDocument = client_1.gql `
1188
- mutation createTeam($request: TeamCreationRequest!) {
1189
- createTeam(request: $request) {
1190
- _id
1191
- name
1192
- tags
1193
- orgName
1194
- createdAt
1195
- updatedAt
1196
- description
1197
- }
1198
- }
1199
- `;
893
+ 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" } }] } }] } }] };
1200
894
  /**
1201
895
  * __usecreateTeamMutation__
1202
896
  *
@@ -1219,11 +913,7 @@ function usecreateTeamMutation(baseOptions) {
1219
913
  return Apollo.useMutation(exports.createTeamDocument, options);
1220
914
  }
1221
915
  exports.usecreateTeamMutation = usecreateTeamMutation;
1222
- exports.DeclineOrganizationInvitationDocument = client_1.gql `
1223
- mutation DeclineOrganizationInvitation($id: ID!) {
1224
- declineOrganizationInvitation(id: $id)
1225
- }
1226
- `;
916
+ 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" } } }] }] } }] };
1227
917
  /**
1228
918
  * __useDeclineOrganizationInvitationMutation__
1229
919
  *
@@ -1246,11 +936,7 @@ function useDeclineOrganizationInvitationMutation(baseOptions) {
1246
936
  return Apollo.useMutation(exports.DeclineOrganizationInvitationDocument, options);
1247
937
  }
1248
938
  exports.useDeclineOrganizationInvitationMutation = useDeclineOrganizationInvitationMutation;
1249
- exports.RemoveInvoiceDocument = client_1.gql `
1250
- mutation RemoveInvoice($id: String) {
1251
- removeInvoice(id: $id)
1252
- }
1253
- `;
939
+ exports.RemoveInvoiceDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "RemoveInvoice" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "id" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "removeInvoice" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "id" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "id" } } }] }] } }] };
1254
940
  /**
1255
941
  * __useRemoveInvoiceMutation__
1256
942
  *
@@ -1273,11 +959,7 @@ function useRemoveInvoiceMutation(baseOptions) {
1273
959
  return Apollo.useMutation(exports.RemoveInvoiceDocument, options);
1274
960
  }
1275
961
  exports.useRemoveInvoiceMutation = useRemoveInvoiceMutation;
1276
- exports.RemoveOrgClientDocument = client_1.gql `
1277
- mutation RemoveOrgClient($clientId: String!) {
1278
- removeOrgClient(clientId: $clientId)
1279
- }
1280
- `;
962
+ exports.RemoveOrgClientDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "RemoveOrgClient" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "clientId" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "removeOrgClient" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "clientId" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "clientId" } } }] }] } }] };
1281
963
  /**
1282
964
  * __useRemoveOrgClientMutation__
1283
965
  *
@@ -1300,11 +982,7 @@ function useRemoveOrgClientMutation(baseOptions) {
1300
982
  return Apollo.useMutation(exports.RemoveOrgClientDocument, options);
1301
983
  }
1302
984
  exports.useRemoveOrgClientMutation = useRemoveOrgClientMutation;
1303
- exports.RemoveOrgMemberDocument = client_1.gql `
1304
- mutation RemoveOrgMember($memberId: String!) {
1305
- removeOrgMember(memberId: $memberId)
1306
- }
1307
- `;
985
+ 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" } } }] }] } }] };
1308
986
  /**
1309
987
  * __useRemoveOrgMemberMutation__
1310
988
  *
@@ -1327,11 +1005,7 @@ function useRemoveOrgMemberMutation(baseOptions) {
1327
1005
  return Apollo.useMutation(exports.RemoveOrgMemberDocument, options);
1328
1006
  }
1329
1007
  exports.useRemoveOrgMemberMutation = useRemoveOrgMemberMutation;
1330
- exports.removeOrganizationDocument = client_1.gql `
1331
- mutation removeOrganization($organization: OrganizationRemoveRequest!) {
1332
- removeOrganization(organization: $organization)
1333
- }
1334
- `;
1008
+ 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" } } }] }] } }] };
1335
1009
  /**
1336
1010
  * __useremoveOrganizationMutation__
1337
1011
  *
@@ -1354,11 +1028,7 @@ function useremoveOrganizationMutation(baseOptions) {
1354
1028
  return Apollo.useMutation(exports.removeOrganizationDocument, options);
1355
1029
  }
1356
1030
  exports.useremoveOrganizationMutation = useremoveOrganizationMutation;
1357
- exports.RemoveTaskDocument = client_1.gql `
1358
- mutation RemoveTask($id: String!) {
1359
- removeTask(id: $id)
1360
- }
1361
- `;
1031
+ exports.RemoveTaskDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "RemoveTask" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "id" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "removeTask" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "id" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "id" } } }] }] } }] };
1362
1032
  /**
1363
1033
  * __useRemoveTaskMutation__
1364
1034
  *
@@ -1381,11 +1051,7 @@ function useRemoveTaskMutation(baseOptions) {
1381
1051
  return Apollo.useMutation(exports.RemoveTaskDocument, options);
1382
1052
  }
1383
1053
  exports.useRemoveTaskMutation = useRemoveTaskMutation;
1384
- exports.removeTeamDocument = client_1.gql `
1385
- mutation removeTeam($teamId: String!) {
1386
- removeTeam(teamId: $teamId)
1387
- }
1388
- `;
1054
+ 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" } } }] }] } }] };
1389
1055
  /**
1390
1056
  * __useremoveTeamMutation__
1391
1057
  *
@@ -1408,11 +1074,7 @@ function useremoveTeamMutation(baseOptions) {
1408
1074
  return Apollo.useMutation(exports.removeTeamDocument, options);
1409
1075
  }
1410
1076
  exports.useremoveTeamMutation = useremoveTeamMutation;
1411
- exports.RemoveTeamMemberDocument = client_1.gql `
1412
- mutation RemoveTeamMember($orgName: String!, $teamName: String!, $memberId: String!) {
1413
- removeTeamMember(orgName: $orgName, teamName: $teamName, memberId: $memberId)
1414
- }
1415
- `;
1077
+ 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" } } }] }] } }] };
1416
1078
  /**
1417
1079
  * __useRemoveTeamMemberMutation__
1418
1080
  *
@@ -1437,11 +1099,7 @@ function useRemoveTeamMemberMutation(baseOptions) {
1437
1099
  return Apollo.useMutation(exports.RemoveTeamMemberDocument, options);
1438
1100
  }
1439
1101
  exports.useRemoveTeamMemberMutation = useRemoveTeamMemberMutation;
1440
- exports.ResendOrganizationInvitationDocument = client_1.gql `
1441
- mutation ResendOrganizationInvitation($id: ID!) {
1442
- resendOrganizationInvitation(id: $id)
1443
- }
1444
- `;
1102
+ 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" } } }] }] } }] };
1445
1103
  /**
1446
1104
  * __useResendOrganizationInvitationMutation__
1447
1105
  *
@@ -1464,11 +1122,7 @@ function useResendOrganizationInvitationMutation(baseOptions) {
1464
1122
  return Apollo.useMutation(exports.ResendOrganizationInvitationDocument, options);
1465
1123
  }
1466
1124
  exports.useResendOrganizationInvitationMutation = useResendOrganizationInvitationMutation;
1467
- exports.SendInvoiceMailDocument = client_1.gql `
1468
- mutation SendInvoiceMail($request: InvoiceMailRequest!) {
1469
- sendInvoiceMail(request: $request)
1470
- }
1471
- `;
1125
+ exports.SendInvoiceMailDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "SendInvoiceMail" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "request" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "InvoiceMailRequest" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "sendInvoiceMail" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "request" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "request" } } }] }] } }] };
1472
1126
  /**
1473
1127
  * __useSendInvoiceMailMutation__
1474
1128
  *
@@ -1491,11 +1145,7 @@ function useSendInvoiceMailMutation(baseOptions) {
1491
1145
  return Apollo.useMutation(exports.SendInvoiceMailDocument, options);
1492
1146
  }
1493
1147
  exports.useSendInvoiceMailMutation = useSendInvoiceMailMutation;
1494
- exports.sendOrganizationInvitationDocument = client_1.gql `
1495
- mutation sendOrganizationInvitation($request: OrganizationInvitationRequest!) {
1496
- sendOrganizationInvitation(request: $request)
1497
- }
1498
- `;
1148
+ 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" } } }] }] } }] };
1499
1149
  /**
1500
1150
  * __usesendOrganizationInvitationMutation__
1501
1151
  *
@@ -1518,11 +1168,7 @@ function usesendOrganizationInvitationMutation(baseOptions) {
1518
1168
  return Apollo.useMutation(exports.sendOrganizationInvitationDocument, options);
1519
1169
  }
1520
1170
  exports.usesendOrganizationInvitationMutation = usesendOrganizationInvitationMutation;
1521
- exports.UpdateInvoiceDocument = client_1.gql `
1522
- mutation UpdateInvoice($id: String, $invoice: InvoiceUpdateRequest) {
1523
- updateInvoice(id: $id, invoice: $invoice)
1524
- }
1525
- `;
1171
+ exports.UpdateInvoiceDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "UpdateInvoice" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "id" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "invoice" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "InvoiceUpdateRequest" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "updateInvoice" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "id" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "id" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "invoice" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "invoice" } } }] }] } }] };
1526
1172
  /**
1527
1173
  * __useUpdateInvoiceMutation__
1528
1174
  *
@@ -1546,48 +1192,7 @@ function useUpdateInvoiceMutation(baseOptions) {
1546
1192
  return Apollo.useMutation(exports.UpdateInvoiceDocument, options);
1547
1193
  }
1548
1194
  exports.useUpdateInvoiceMutation = useUpdateInvoiceMutation;
1549
- exports.UpdateOrgClientDocument = client_1.gql `
1550
- mutation UpdateOrgClient($updateRequest: ClientUpdateRequest) {
1551
- updateOrgClient(updateRequest: $updateRequest) {
1552
- id
1553
- name {
1554
- salutation
1555
- firstName
1556
- lastName
1557
- }
1558
- companyName
1559
- displayName
1560
- email
1561
- clientPhone {
1562
- workPhone
1563
- mobile
1564
- }
1565
- website
1566
- currency
1567
- socialConnect {
1568
- facebook
1569
- twitter
1570
- }
1571
- billingAddress {
1572
- attention
1573
- address
1574
- city
1575
- state
1576
- country
1577
- zip
1578
- }
1579
- shippingAddress {
1580
- attention
1581
- address
1582
- city
1583
- state
1584
- country
1585
- zip
1586
- }
1587
- orgName
1588
- }
1589
- }
1590
- `;
1195
+ exports.UpdateOrgClientDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "UpdateOrgClient" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "updateRequest" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "ClientUpdateRequest" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "updateOrgClient" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "updateRequest" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "updateRequest" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "salutation" } }, { "kind": "Field", "name": { "kind": "Name", "value": "firstName" } }, { "kind": "Field", "name": { "kind": "Name", "value": "lastName" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "companyName" } }, { "kind": "Field", "name": { "kind": "Name", "value": "displayName" } }, { "kind": "Field", "name": { "kind": "Name", "value": "email" } }, { "kind": "Field", "name": { "kind": "Name", "value": "clientPhone" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "workPhone" } }, { "kind": "Field", "name": { "kind": "Name", "value": "mobile" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "website" } }, { "kind": "Field", "name": { "kind": "Name", "value": "currency" } }, { "kind": "Field", "name": { "kind": "Name", "value": "socialConnect" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "facebook" } }, { "kind": "Field", "name": { "kind": "Name", "value": "twitter" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "billingAddress" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "attention" } }, { "kind": "Field", "name": { "kind": "Name", "value": "address" } }, { "kind": "Field", "name": { "kind": "Name", "value": "city" } }, { "kind": "Field", "name": { "kind": "Name", "value": "state" } }, { "kind": "Field", "name": { "kind": "Name", "value": "country" } }, { "kind": "Field", "name": { "kind": "Name", "value": "zip" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "shippingAddress" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "attention" } }, { "kind": "Field", "name": { "kind": "Name", "value": "address" } }, { "kind": "Field", "name": { "kind": "Name", "value": "city" } }, { "kind": "Field", "name": { "kind": "Name", "value": "state" } }, { "kind": "Field", "name": { "kind": "Name", "value": "country" } }, { "kind": "Field", "name": { "kind": "Name", "value": "zip" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "orgName" } }] } }] } }] };
1591
1196
  /**
1592
1197
  * __useUpdateOrgClientMutation__
1593
1198
  *
@@ -1610,11 +1215,7 @@ function useUpdateOrgClientMutation(baseOptions) {
1610
1215
  return Apollo.useMutation(exports.UpdateOrgClientDocument, options);
1611
1216
  }
1612
1217
  exports.useUpdateOrgClientMutation = useUpdateOrgClientMutation;
1613
- exports.updateOrgMemberTeamsDocument = client_1.gql `
1614
- mutation updateOrgMemberTeams($userId: String!, $orgName: String!, $addToTeams: [String], $removeFromTeams: [String]) {
1615
- updateOrgMemberTeams(userId: $userId, orgName: $orgName, addToTeams: $addToTeams, removeFromTeams: $removeFromTeams)
1616
- }
1617
- `;
1218
+ 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" } } }] }] } }] };
1618
1219
  /**
1619
1220
  * __useupdateOrgMemberTeamsMutation__
1620
1221
  *
@@ -1640,11 +1241,7 @@ function useupdateOrgMemberTeamsMutation(baseOptions) {
1640
1241
  return Apollo.useMutation(exports.updateOrgMemberTeamsDocument, options);
1641
1242
  }
1642
1243
  exports.useupdateOrgMemberTeamsMutation = useupdateOrgMemberTeamsMutation;
1643
- exports.UpdateOrgProjectDocument = client_1.gql `
1644
- mutation UpdateOrgProject($where: ProjectWhereInput!, $project: UpdateProject_Input) {
1645
- updateOrgProject(where: $where, project: $project)
1646
- }
1647
- `;
1244
+ exports.UpdateOrgProjectDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "UpdateOrgProject" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "where" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "ProjectWhereInput" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "project" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "UpdateProject_Input" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "updateOrgProject" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "where" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "where" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "project" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "project" } } }] }] } }] };
1648
1245
  /**
1649
1246
  * __useUpdateOrgProjectMutation__
1650
1247
  *
@@ -1668,18 +1265,7 @@ function useUpdateOrgProjectMutation(baseOptions) {
1668
1265
  return Apollo.useMutation(exports.UpdateOrgProjectDocument, options);
1669
1266
  }
1670
1267
  exports.useUpdateOrgProjectMutation = useUpdateOrgProjectMutation;
1671
- exports.updateOrganizationDocument = client_1.gql `
1672
- mutation updateOrganization($organization: OrganizationUpdateRequest!) {
1673
- updateOrganization(organization: $organization) {
1674
- id
1675
- name
1676
- description
1677
- picture
1678
- namespace
1679
- orgUserCount
1680
- }
1681
- }
1682
- `;
1268
+ 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" } }] } }] } }] };
1683
1269
  /**
1684
1270
  * __useupdateOrganizationMutation__
1685
1271
  *
@@ -1702,11 +1288,7 @@ function useupdateOrganizationMutation(baseOptions) {
1702
1288
  return Apollo.useMutation(exports.updateOrganizationDocument, options);
1703
1289
  }
1704
1290
  exports.useupdateOrganizationMutation = useupdateOrganizationMutation;
1705
- exports.UpdateProjectStatusDocument = client_1.gql `
1706
- mutation UpdateProjectStatus($id: String!, $status: String) {
1707
- updateProjectStatus(id: $id, status: $status)
1708
- }
1709
- `;
1291
+ exports.UpdateProjectStatusDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "UpdateProjectStatus" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "id" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "status" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "updateProjectStatus" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "id" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "id" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "status" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "status" } } }] }] } }] };
1710
1292
  /**
1711
1293
  * __useUpdateProjectStatusMutation__
1712
1294
  *
@@ -1730,11 +1312,7 @@ function useUpdateProjectStatusMutation(baseOptions) {
1730
1312
  return Apollo.useMutation(exports.UpdateProjectStatusDocument, options);
1731
1313
  }
1732
1314
  exports.useUpdateProjectStatusMutation = useUpdateProjectStatusMutation;
1733
- exports.UpdateTaskDocument = client_1.gql `
1734
- mutation UpdateTask($id: String!, $request: TaskRequest) {
1735
- updateTask(id: $id, request: $request)
1736
- }
1737
- `;
1315
+ exports.UpdateTaskDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "UpdateTask" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "id" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "request" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "TaskRequest" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "updateTask" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "id" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "id" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "request" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "request" } } }] }] } }] };
1738
1316
  /**
1739
1317
  * __useUpdateTaskMutation__
1740
1318
  *
@@ -1758,11 +1336,7 @@ function useUpdateTaskMutation(baseOptions) {
1758
1336
  return Apollo.useMutation(exports.UpdateTaskDocument, options);
1759
1337
  }
1760
1338
  exports.useUpdateTaskMutation = useUpdateTaskMutation;
1761
- exports.updateTeamConfigurationDocument = client_1.gql `
1762
- mutation updateTeamConfiguration($key: String!, $value: AnyObject!, $overrides: ConfigurationOverrides_Input, $target: Int, $donotNotifyError: Boolean) {
1763
- updateConfigurationValue(key: $key, value: $value, overrides: $overrides, target: $target, donotNotifyError: $donotNotifyError)
1764
- }
1765
- `;
1339
+ 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": "ConfigurationOverrides_Input" } } }, { "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" } } }] }] } }] };
1766
1340
  /**
1767
1341
  * __useupdateTeamConfigurationMutation__
1768
1342
  *
@@ -1789,19 +1363,7 @@ function useupdateTeamConfigurationMutation(baseOptions) {
1789
1363
  return Apollo.useMutation(exports.updateTeamConfigurationDocument, options);
1790
1364
  }
1791
1365
  exports.useupdateTeamConfigurationMutation = useupdateTeamConfigurationMutation;
1792
- exports.UpsertProjectThroughIntegrationDocument = client_1.gql `
1793
- mutation UpsertProjectThroughIntegration($where: ProjectWhereInput!, $project: UpdateProject_Input) {
1794
- upsertProjectThroughIntegration(where: $where, project: $project) {
1795
- id
1796
- name
1797
- clientId
1798
- teams
1799
- status
1800
- orgName
1801
- integrationConfigurationId
1802
- }
1803
- }
1804
- `;
1366
+ exports.UpsertProjectThroughIntegrationDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "UpsertProjectThroughIntegration" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "where" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "ProjectWhereInput" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "project" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "UpdateProject_Input" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "upsertProjectThroughIntegration" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "where" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "where" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "project" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "project" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "clientId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "teams" } }, { "kind": "Field", "name": { "kind": "Name", "value": "status" } }, { "kind": "Field", "name": { "kind": "Name", "value": "orgName" } }, { "kind": "Field", "name": { "kind": "Name", "value": "integrationConfigurationId" } }] } }] } }] };
1805
1367
  /**
1806
1368
  * __useUpsertProjectThroughIntegrationMutation__
1807
1369
  *
@@ -1825,19 +1387,7 @@ function useUpsertProjectThroughIntegrationMutation(baseOptions) {
1825
1387
  return Apollo.useMutation(exports.UpsertProjectThroughIntegrationDocument, options);
1826
1388
  }
1827
1389
  exports.useUpsertProjectThroughIntegrationMutation = useUpsertProjectThroughIntegrationMutation;
1828
- exports.GetUserOrganizationsListDocument = client_1.gql `
1829
- query GetUserOrganizationsList {
1830
- getUserOrganizations {
1831
- name
1832
- createdAt
1833
- isBillingLeader
1834
- orgMembers {
1835
- ...OrgUser
1836
- inactive
1837
- }
1838
- }
1839
- }
1840
- ${exports.OrgUserFragmentDoc}`;
1390
+ 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": "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" } }] } }] };
1841
1391
  /**
1842
1392
  * __useGetUserOrganizationsListQuery__
1843
1393
  *
@@ -1863,17 +1413,7 @@ function useGetUserOrganizationsListLazyQuery(baseOptions) {
1863
1413
  return Apollo.useLazyQuery(exports.GetUserOrganizationsListDocument, options);
1864
1414
  }
1865
1415
  exports.useGetUserOrganizationsListLazyQuery = useGetUserOrganizationsListLazyQuery;
1866
- exports.DecodeOrganizationInvitationDocument = client_1.gql `
1867
- query DecodeOrganizationInvitation($token: String!) {
1868
- decodeOrganizationInvitation(token: $token) {
1869
- orgName
1870
- teamName
1871
- email
1872
- invitationId
1873
- invitedBy
1874
- }
1875
- }
1876
- `;
1416
+ exports.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" } }] } }] } }] };
1877
1417
  /**
1878
1418
  * __useDecodeOrganizationInvitationQuery__
1879
1419
  *
@@ -1900,14 +1440,7 @@ function useDecodeOrganizationInvitationLazyQuery(baseOptions) {
1900
1440
  return Apollo.useLazyQuery(exports.DecodeOrganizationInvitationDocument, options);
1901
1441
  }
1902
1442
  exports.useDecodeOrganizationInvitationLazyQuery = useDecodeOrganizationInvitationLazyQuery;
1903
- exports.GetAccountsDocument = client_1.gql `
1904
- query GetAccounts($where: UserAccountWhere) {
1905
- getAccounts(where: $where) {
1906
- username
1907
- email
1908
- }
1909
- }
1910
- `;
1443
+ 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" } }] } }] } }] };
1911
1444
  /**
1912
1445
  * __useGetAccountsQuery__
1913
1446
  *
@@ -1934,19 +1467,7 @@ function useGetAccountsLazyQuery(baseOptions) {
1934
1467
  return Apollo.useLazyQuery(exports.GetAccountsDocument, options);
1935
1468
  }
1936
1469
  exports.useGetAccountsLazyQuery = useGetAccountsLazyQuery;
1937
- exports.GetAsanaConnectionStateDocument = client_1.gql `
1938
- query GetAsanaConnectionState {
1939
- getAsanaConnectionState {
1940
- asana {
1941
- user {
1942
- user_id
1943
- username
1944
- }
1945
- status
1946
- }
1947
- }
1948
- }
1949
- `;
1470
+ exports.GetAsanaConnectionStateDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetAsanaConnectionState" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getAsanaConnectionState" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "asana" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "user" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "user_id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "username" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "status" } }] } }] } }] } }] };
1950
1471
  /**
1951
1472
  * __useGetAsanaConnectionStateQuery__
1952
1473
  *
@@ -1972,14 +1493,7 @@ function useGetAsanaConnectionStateLazyQuery(baseOptions) {
1972
1493
  return Apollo.useLazyQuery(exports.GetAsanaConnectionStateDocument, options);
1973
1494
  }
1974
1495
  exports.useGetAsanaConnectionStateLazyQuery = useGetAsanaConnectionStateLazyQuery;
1975
- exports.GetAsanaWorkspaceProjectsDocument = client_1.gql `
1976
- query GetAsanaWorkspaceProjects($workspaceId: String!) {
1977
- getAsanaWorkspaceProjects(workspaceId: $workspaceId) {
1978
- name
1979
- gid
1980
- }
1981
- }
1982
- `;
1496
+ exports.GetAsanaWorkspaceProjectsDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetAsanaWorkspaceProjects" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "workspaceId" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getAsanaWorkspaceProjects" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "workspaceId" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "workspaceId" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "gid" } }] } }] } }] };
1983
1497
  /**
1984
1498
  * __useGetAsanaWorkspaceProjectsQuery__
1985
1499
  *
@@ -2006,14 +1520,7 @@ function useGetAsanaWorkspaceProjectsLazyQuery(baseOptions) {
2006
1520
  return Apollo.useLazyQuery(exports.GetAsanaWorkspaceProjectsDocument, options);
2007
1521
  }
2008
1522
  exports.useGetAsanaWorkspaceProjectsLazyQuery = useGetAsanaWorkspaceProjectsLazyQuery;
2009
- exports.GetAsanaWorkspacesDocument = client_1.gql `
2010
- query GetAsanaWorkspaces {
2011
- getAsanaWorkspaces {
2012
- name
2013
- gid
2014
- }
2015
- }
2016
- `;
1523
+ exports.GetAsanaWorkspacesDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetAsanaWorkspaces" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getAsanaWorkspaces" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "gid" } }] } }] } }] };
2017
1524
  /**
2018
1525
  * __useGetAsanaWorkspacesQuery__
2019
1526
  *
@@ -2039,11 +1546,7 @@ function useGetAsanaWorkspacesLazyQuery(baseOptions) {
2039
1546
  return Apollo.useLazyQuery(exports.GetAsanaWorkspacesDocument, options);
2040
1547
  }
2041
1548
  exports.useGetAsanaWorkspacesLazyQuery = useGetAsanaWorkspacesLazyQuery;
2042
- exports.GetDefaultInvoiceNumberDocument = client_1.gql `
2043
- query GetDefaultInvoiceNumber {
2044
- getDefaultInvoiceNumber
2045
- }
2046
- `;
1549
+ exports.GetDefaultInvoiceNumberDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetDefaultInvoiceNumber" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getDefaultInvoiceNumber" } }] } }] };
2047
1550
  /**
2048
1551
  * __useGetDefaultInvoiceNumberQuery__
2049
1552
  *
@@ -2069,19 +1572,7 @@ function useGetDefaultInvoiceNumberLazyQuery(baseOptions) {
2069
1572
  return Apollo.useLazyQuery(exports.GetDefaultInvoiceNumberDocument, options);
2070
1573
  }
2071
1574
  exports.useGetDefaultInvoiceNumberLazyQuery = useGetDefaultInvoiceNumberLazyQuery;
2072
- exports.GetFilteredProjectsDocument = client_1.gql `
2073
- query GetFilteredProjects($filter: ProjectWhereInput!) {
2074
- getFilteredProjects(filter: $filter) {
2075
- id
2076
- name
2077
- clientId
2078
- teams
2079
- status
2080
- orgName
2081
- integrationConfigurationId
2082
- }
2083
- }
2084
- `;
1575
+ exports.GetFilteredProjectsDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetFilteredProjects" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "filter" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "ProjectWhereInput" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getFilteredProjects" }, "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": "clientId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "teams" } }, { "kind": "Field", "name": { "kind": "Name", "value": "status" } }, { "kind": "Field", "name": { "kind": "Name", "value": "orgName" } }, { "kind": "Field", "name": { "kind": "Name", "value": "integrationConfigurationId" } }] } }] } }] };
2085
1576
  /**
2086
1577
  * __useGetFilteredProjectsQuery__
2087
1578
  *
@@ -2108,102 +1599,7 @@ function useGetFilteredProjectsLazyQuery(baseOptions) {
2108
1599
  return Apollo.useLazyQuery(exports.GetFilteredProjectsDocument, options);
2109
1600
  }
2110
1601
  exports.useGetFilteredProjectsLazyQuery = useGetFilteredProjectsLazyQuery;
2111
- exports.GetInvoicesDocument = client_1.gql `
2112
- query GetInvoices {
2113
- getInvoices {
2114
- id
2115
- comment
2116
- currency
2117
- discount
2118
- from {
2119
- id
2120
- name
2121
- companyName
2122
- email
2123
- phone {
2124
- workPhone
2125
- mobile
2126
- }
2127
- address {
2128
- attention
2129
- address
2130
- city
2131
- state
2132
- country
2133
- zip
2134
- }
2135
- }
2136
- invoiceDate
2137
- terms
2138
- dueDate
2139
- invoiceNumber
2140
- orderNumber
2141
- invoiceVendor {
2142
- id
2143
- name
2144
- companyName
2145
- email
2146
- phone {
2147
- workPhone
2148
- mobile
2149
- }
2150
- address {
2151
- attention
2152
- address
2153
- city
2154
- state
2155
- country
2156
- zip
2157
- }
2158
- }
2159
- logo
2160
- overdue
2161
- paymentStatus
2162
- projects {
2163
- id
2164
- hours
2165
- projectName
2166
- rate
2167
- subTotal
2168
- }
2169
- sendingStatus
2170
- subTotal
2171
- tax
2172
- subject
2173
- conditions
2174
- status
2175
- timezoneOffset
2176
- to {
2177
- id
2178
- username
2179
- companyName
2180
- email
2181
- phone {
2182
- workPhone
2183
- mobile
2184
- }
2185
- billingAddress {
2186
- attention
2187
- address
2188
- city
2189
- state
2190
- country
2191
- zip
2192
- }
2193
- shippingAddress {
2194
- attention
2195
- address
2196
- city
2197
- state
2198
- country
2199
- zip
2200
- }
2201
- }
2202
- total
2203
- orgName
2204
- }
2205
- }
2206
- `;
1602
+ exports.GetInvoicesDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetInvoices" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getInvoices" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "comment" } }, { "kind": "Field", "name": { "kind": "Name", "value": "currency" } }, { "kind": "Field", "name": { "kind": "Name", "value": "discount" } }, { "kind": "Field", "name": { "kind": "Name", "value": "from" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "companyName" } }, { "kind": "Field", "name": { "kind": "Name", "value": "email" } }, { "kind": "Field", "name": { "kind": "Name", "value": "phone" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "workPhone" } }, { "kind": "Field", "name": { "kind": "Name", "value": "mobile" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "address" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "attention" } }, { "kind": "Field", "name": { "kind": "Name", "value": "address" } }, { "kind": "Field", "name": { "kind": "Name", "value": "city" } }, { "kind": "Field", "name": { "kind": "Name", "value": "state" } }, { "kind": "Field", "name": { "kind": "Name", "value": "country" } }, { "kind": "Field", "name": { "kind": "Name", "value": "zip" } }] } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "invoiceDate" } }, { "kind": "Field", "name": { "kind": "Name", "value": "terms" } }, { "kind": "Field", "name": { "kind": "Name", "value": "dueDate" } }, { "kind": "Field", "name": { "kind": "Name", "value": "invoiceNumber" } }, { "kind": "Field", "name": { "kind": "Name", "value": "orderNumber" } }, { "kind": "Field", "name": { "kind": "Name", "value": "invoiceVendor" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "companyName" } }, { "kind": "Field", "name": { "kind": "Name", "value": "email" } }, { "kind": "Field", "name": { "kind": "Name", "value": "phone" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "workPhone" } }, { "kind": "Field", "name": { "kind": "Name", "value": "mobile" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "address" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "attention" } }, { "kind": "Field", "name": { "kind": "Name", "value": "address" } }, { "kind": "Field", "name": { "kind": "Name", "value": "city" } }, { "kind": "Field", "name": { "kind": "Name", "value": "state" } }, { "kind": "Field", "name": { "kind": "Name", "value": "country" } }, { "kind": "Field", "name": { "kind": "Name", "value": "zip" } }] } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "logo" } }, { "kind": "Field", "name": { "kind": "Name", "value": "overdue" } }, { "kind": "Field", "name": { "kind": "Name", "value": "paymentStatus" } }, { "kind": "Field", "name": { "kind": "Name", "value": "projects" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "hours" } }, { "kind": "Field", "name": { "kind": "Name", "value": "projectName" } }, { "kind": "Field", "name": { "kind": "Name", "value": "rate" } }, { "kind": "Field", "name": { "kind": "Name", "value": "subTotal" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "sendingStatus" } }, { "kind": "Field", "name": { "kind": "Name", "value": "subTotal" } }, { "kind": "Field", "name": { "kind": "Name", "value": "tax" } }, { "kind": "Field", "name": { "kind": "Name", "value": "subject" } }, { "kind": "Field", "name": { "kind": "Name", "value": "conditions" } }, { "kind": "Field", "name": { "kind": "Name", "value": "status" } }, { "kind": "Field", "name": { "kind": "Name", "value": "timezoneOffset" } }, { "kind": "Field", "name": { "kind": "Name", "value": "to" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "username" } }, { "kind": "Field", "name": { "kind": "Name", "value": "companyName" } }, { "kind": "Field", "name": { "kind": "Name", "value": "email" } }, { "kind": "Field", "name": { "kind": "Name", "value": "phone" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "workPhone" } }, { "kind": "Field", "name": { "kind": "Name", "value": "mobile" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "billingAddress" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "attention" } }, { "kind": "Field", "name": { "kind": "Name", "value": "address" } }, { "kind": "Field", "name": { "kind": "Name", "value": "city" } }, { "kind": "Field", "name": { "kind": "Name", "value": "state" } }, { "kind": "Field", "name": { "kind": "Name", "value": "country" } }, { "kind": "Field", "name": { "kind": "Name", "value": "zip" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "shippingAddress" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "attention" } }, { "kind": "Field", "name": { "kind": "Name", "value": "address" } }, { "kind": "Field", "name": { "kind": "Name", "value": "city" } }, { "kind": "Field", "name": { "kind": "Name", "value": "state" } }, { "kind": "Field", "name": { "kind": "Name", "value": "country" } }, { "kind": "Field", "name": { "kind": "Name", "value": "zip" } }] } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "total" } }, { "kind": "Field", "name": { "kind": "Name", "value": "orgName" } }] } }] } }] };
2207
1603
  /**
2208
1604
  * __useGetInvoicesQuery__
2209
1605
  *
@@ -2229,19 +1625,7 @@ function useGetInvoicesLazyQuery(baseOptions) {
2229
1625
  return Apollo.useLazyQuery(exports.GetInvoicesDocument, options);
2230
1626
  }
2231
1627
  exports.useGetInvoicesLazyQuery = useGetInvoicesLazyQuery;
2232
- exports.GetManageableOrganizationsDocument = client_1.gql `
2233
- query GetManageableOrganizations {
2234
- getManageableOrganizations {
2235
- name
2236
- createdAt
2237
- isBillingLeader
2238
- orgMembers {
2239
- ...OrgUser
2240
- inactive
2241
- }
2242
- }
2243
- }
2244
- ${exports.OrgUserFragmentDoc}`;
1628
+ 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" } }] } }] };
2245
1629
  /**
2246
1630
  * __useGetManageableOrganizationsQuery__
2247
1631
  *
@@ -2267,18 +1651,7 @@ function useGetManageableOrganizationsLazyQuery(baseOptions) {
2267
1651
  return Apollo.useLazyQuery(exports.GetManageableOrganizationsDocument, options);
2268
1652
  }
2269
1653
  exports.useGetManageableOrganizationsLazyQuery = useGetManageableOrganizationsLazyQuery;
2270
- exports.GetOrgInvitationMembersDocument = client_1.gql `
2271
- query GetOrgInvitationMembers {
2272
- getOrgInvitationMembers {
2273
- id
2274
- email
2275
- teamName
2276
- teamId
2277
- role
2278
- status
2279
- }
2280
- }
2281
- `;
1654
+ exports.GetOrgInvitationMembersDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetOrgInvitationMembers" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getOrgInvitationMembers" }, "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" } }] } }] } }] };
2282
1655
  /**
2283
1656
  * __useGetOrgInvitationMembersQuery__
2284
1657
  *
@@ -2304,20 +1677,7 @@ function useGetOrgInvitationMembersLazyQuery(baseOptions) {
2304
1677
  return Apollo.useLazyQuery(exports.GetOrgInvitationMembersDocument, options);
2305
1678
  }
2306
1679
  exports.useGetOrgInvitationMembersLazyQuery = useGetOrgInvitationMembersLazyQuery;
2307
- exports.GetOrganizationInvitationDocument = client_1.gql `
2308
- query GetOrganizationInvitation($id: ID!) {
2309
- getOrganizationInvitation(id: $id) {
2310
- id
2311
- role
2312
- email
2313
- teamId
2314
- active
2315
- fullName
2316
- inviteCount
2317
- tokenExpiration
2318
- }
2319
- }
2320
- `;
1680
+ 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" } }] } }] } }] };
2321
1681
  /**
2322
1682
  * __useGetOrganizationInvitationQuery__
2323
1683
  *
@@ -2344,21 +1704,7 @@ function useGetOrganizationInvitationLazyQuery(baseOptions) {
2344
1704
  return Apollo.useLazyQuery(exports.GetOrganizationInvitationDocument, options);
2345
1705
  }
2346
1706
  exports.useGetOrganizationInvitationLazyQuery = useGetOrganizationInvitationLazyQuery;
2347
- exports.getOrgTeamInvitationsDocument = client_1.gql `
2348
- query getOrgTeamInvitations($teamId: String) {
2349
- getOrgTeamInvitations(teamId: $teamId) {
2350
- id
2351
- email
2352
- teamId
2353
- role
2354
- active
2355
- fullName
2356
- inviteCount
2357
- invitedBy
2358
- tokenExpiration
2359
- }
2360
- }
2361
- `;
1707
+ exports.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" } }] } }] } }] };
2362
1708
  /**
2363
1709
  * __usegetOrgTeamInvitationsQuery__
2364
1710
  *
@@ -2385,13 +1731,7 @@ function usegetOrgTeamInvitationsLazyQuery(baseOptions) {
2385
1731
  return Apollo.useLazyQuery(exports.getOrgTeamInvitationsDocument, options);
2386
1732
  }
2387
1733
  exports.usegetOrgTeamInvitationsLazyQuery = usegetOrgTeamInvitationsLazyQuery;
2388
- exports.GetOrgUserDocument = client_1.gql `
2389
- query GetOrgUser($userId: String) {
2390
- getOrgUser(userId: $userId) {
2391
- ...OrgUser
2392
- }
2393
- }
2394
- ${exports.OrgUserFragmentDoc}`;
1734
+ 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" } }] } }] };
2395
1735
  /**
2396
1736
  * __useGetOrgUserQuery__
2397
1737
  *
@@ -2418,48 +1758,7 @@ function useGetOrgUserLazyQuery(baseOptions) {
2418
1758
  return Apollo.useLazyQuery(exports.GetOrgUserDocument, options);
2419
1759
  }
2420
1760
  exports.useGetOrgUserLazyQuery = useGetOrgUserLazyQuery;
2421
- exports.GetOrganizationClientsDocument = client_1.gql `
2422
- query GetOrganizationClients {
2423
- getOrganizationClients {
2424
- id
2425
- name {
2426
- salutation
2427
- firstName
2428
- lastName
2429
- }
2430
- companyName
2431
- displayName
2432
- email
2433
- clientPhone {
2434
- workPhone
2435
- mobile
2436
- }
2437
- website
2438
- currency
2439
- socialConnect {
2440
- facebook
2441
- twitter
2442
- }
2443
- billingAddress {
2444
- attention
2445
- address
2446
- city
2447
- state
2448
- country
2449
- zip
2450
- }
2451
- shippingAddress {
2452
- attention
2453
- address
2454
- city
2455
- state
2456
- country
2457
- zip
2458
- }
2459
- orgName
2460
- }
2461
- }
2462
- `;
1761
+ exports.GetOrganizationClientsDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetOrganizationClients" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getOrganizationClients" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "salutation" } }, { "kind": "Field", "name": { "kind": "Name", "value": "firstName" } }, { "kind": "Field", "name": { "kind": "Name", "value": "lastName" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "companyName" } }, { "kind": "Field", "name": { "kind": "Name", "value": "displayName" } }, { "kind": "Field", "name": { "kind": "Name", "value": "email" } }, { "kind": "Field", "name": { "kind": "Name", "value": "clientPhone" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "workPhone" } }, { "kind": "Field", "name": { "kind": "Name", "value": "mobile" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "website" } }, { "kind": "Field", "name": { "kind": "Name", "value": "currency" } }, { "kind": "Field", "name": { "kind": "Name", "value": "socialConnect" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "facebook" } }, { "kind": "Field", "name": { "kind": "Name", "value": "twitter" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "billingAddress" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "attention" } }, { "kind": "Field", "name": { "kind": "Name", "value": "address" } }, { "kind": "Field", "name": { "kind": "Name", "value": "city" } }, { "kind": "Field", "name": { "kind": "Name", "value": "state" } }, { "kind": "Field", "name": { "kind": "Name", "value": "country" } }, { "kind": "Field", "name": { "kind": "Name", "value": "zip" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "shippingAddress" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "attention" } }, { "kind": "Field", "name": { "kind": "Name", "value": "address" } }, { "kind": "Field", "name": { "kind": "Name", "value": "city" } }, { "kind": "Field", "name": { "kind": "Name", "value": "state" } }, { "kind": "Field", "name": { "kind": "Name", "value": "country" } }, { "kind": "Field", "name": { "kind": "Name", "value": "zip" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "orgName" } }] } }] } }] };
2463
1762
  /**
2464
1763
  * __useGetOrganizationClientsQuery__
2465
1764
  *
@@ -2485,24 +1784,7 @@ function useGetOrganizationClientsLazyQuery(baseOptions) {
2485
1784
  return Apollo.useLazyQuery(exports.GetOrganizationClientsDocument, options);
2486
1785
  }
2487
1786
  exports.useGetOrganizationClientsLazyQuery = useGetOrganizationClientsLazyQuery;
2488
- exports.GetOrganizationMembersWithNameDocument = client_1.gql `
2489
- query GetOrganizationMembersWithName($where: OrgDetailWhere!) {
2490
- getOrganizationDetail(where: $where) {
2491
- orgMembers {
2492
- userId
2493
- inactive
2494
- crossCheckEmail
2495
- role
2496
- user {
2497
- alias
2498
- email
2499
- username
2500
- emailVerified
2501
- }
2502
- }
2503
- }
2504
- }
2505
- `;
1787
+ exports.GetOrganizationMembersWithNameDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetOrganizationMembersWithName" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "where" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "OrgDetailWhere" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getOrganizationDetail" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "where" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "where" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "orgMembers" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "userId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "inactive" } }, { "kind": "Field", "name": { "kind": "Name", "value": "crossCheckEmail" } }, { "kind": "Field", "name": { "kind": "Name", "value": "role" } }, { "kind": "Field", "name": { "kind": "Name", "value": "user" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "alias" } }, { "kind": "Field", "name": { "kind": "Name", "value": "email" } }, { "kind": "Field", "name": { "kind": "Name", "value": "username" } }, { "kind": "Field", "name": { "kind": "Name", "value": "emailVerified" } }] } }] } }] } }] } }] };
2506
1788
  /**
2507
1789
  * __useGetOrganizationMembersWithNameQuery__
2508
1790
  *
@@ -2529,25 +1811,7 @@ function useGetOrganizationMembersWithNameLazyQuery(baseOptions) {
2529
1811
  return Apollo.useLazyQuery(exports.GetOrganizationMembersWithNameDocument, options);
2530
1812
  }
2531
1813
  exports.useGetOrganizationMembersWithNameLazyQuery = useGetOrganizationMembersWithNameLazyQuery;
2532
- exports.getOrganizationTeamsDocument = client_1.gql `
2533
- query getOrganizationTeams($orgName: String) {
2534
- getOrganizationTeams(orgName: $orgName) {
2535
- _id
2536
- name
2537
- tags
2538
- orgName
2539
- createdAt
2540
- updatedAt
2541
- description
2542
- settingsUri
2543
- teamMembers {
2544
- id
2545
- name
2546
- status
2547
- }
2548
- }
2549
- }
2550
- `;
1814
+ 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" } }] } }] } }] } }] };
2551
1815
  /**
2552
1816
  * __usegetOrganizationTeamsQuery__
2553
1817
  *
@@ -2574,18 +1838,7 @@ function usegetOrganizationTeamsLazyQuery(baseOptions) {
2574
1838
  return Apollo.useLazyQuery(exports.getOrganizationTeamsDocument, options);
2575
1839
  }
2576
1840
  exports.usegetOrganizationTeamsLazyQuery = usegetOrganizationTeamsLazyQuery;
2577
- exports.GetProjectsDocument = client_1.gql `
2578
- query GetProjects {
2579
- getProjects {
2580
- id
2581
- name
2582
- clientId
2583
- teams
2584
- status
2585
- orgName
2586
- }
2587
- }
2588
- `;
1841
+ exports.GetProjectsDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetProjects" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getProjects" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "clientId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "teams" } }, { "kind": "Field", "name": { "kind": "Name", "value": "status" } }, { "kind": "Field", "name": { "kind": "Name", "value": "orgName" } }] } }] } }] };
2589
1842
  /**
2590
1843
  * __useGetProjectsQuery__
2591
1844
  *
@@ -2611,15 +1864,7 @@ function useGetProjectsLazyQuery(baseOptions) {
2611
1864
  return Apollo.useLazyQuery(exports.GetProjectsDocument, options);
2612
1865
  }
2613
1866
  exports.useGetProjectsLazyQuery = useGetProjectsLazyQuery;
2614
- exports.GetTasksDocument = client_1.gql `
2615
- query GetTasks {
2616
- getTasks {
2617
- id
2618
- projectId
2619
- taskName
2620
- }
2621
- }
2622
- `;
1867
+ exports.GetTasksDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetTasks" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getTasks" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "projectId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "taskName" } }] } }] } }] };
2623
1868
  /**
2624
1869
  * __useGetTasksQuery__
2625
1870
  *
@@ -2645,29 +1890,7 @@ function useGetTasksLazyQuery(baseOptions) {
2645
1890
  return Apollo.useLazyQuery(exports.GetTasksDocument, options);
2646
1891
  }
2647
1892
  exports.useGetTasksLazyQuery = useGetTasksLazyQuery;
2648
- exports.getTeamDocument = client_1.gql `
2649
- query getTeam($orgName: String!, $teamName: String!) {
2650
- getTeam(orgName: $orgName, teamName: $teamName) {
2651
- id
2652
- name
2653
- tags
2654
- orgName
2655
- description
2656
- createdAt
2657
- updatedAt
2658
- settingsUri
2659
- teamMembers {
2660
- id
2661
- email
2662
- userId
2663
- role
2664
- username
2665
- name
2666
- status
2667
- }
2668
- }
2669
- }
2670
- `;
1893
+ exports.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" } }] } }] } }] } }] };
2671
1894
  /**
2672
1895
  * __usegetTeamQuery__
2673
1896
  *
@@ -2695,27 +1918,7 @@ function usegetTeamLazyQuery(baseOptions) {
2695
1918
  return Apollo.useLazyQuery(exports.getTeamDocument, options);
2696
1919
  }
2697
1920
  exports.usegetTeamLazyQuery = usegetTeamLazyQuery;
2698
- exports.getTeamByNameDocument = client_1.gql `
2699
- query getTeamByName($orgName: String!, $teamName: String!) {
2700
- getTeam(orgName: $orgName, teamName: $teamName) {
2701
- id
2702
- name
2703
- tags
2704
- orgName
2705
- description
2706
- createdAt
2707
- updatedAt
2708
- teamMembers {
2709
- id
2710
- email
2711
- userId
2712
- role
2713
- name
2714
- status
2715
- }
2716
- }
2717
- }
2718
- `;
1921
+ 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" } }] } }] } }] } }] };
2719
1922
  /**
2720
1923
  * __usegetTeamByNameQuery__
2721
1924
  *
@@ -2743,15 +1946,7 @@ function usegetTeamByNameLazyQuery(baseOptions) {
2743
1946
  return Apollo.useLazyQuery(exports.getTeamByNameDocument, options);
2744
1947
  }
2745
1948
  exports.usegetTeamByNameLazyQuery = usegetTeamByNameLazyQuery;
2746
- exports.GetUserAccountDocument = client_1.gql `
2747
- query GetUserAccount($userId: String!) {
2748
- getUserAccount(userId: $userId) {
2749
- id
2750
- email
2751
- username
2752
- }
2753
- }
2754
- `;
1949
+ exports.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" } }] } }] } }] };
2755
1950
  /**
2756
1951
  * __useGetUserAccountQuery__
2757
1952
  *
@@ -2778,19 +1973,7 @@ function useGetUserAccountLazyQuery(baseOptions) {
2778
1973
  return Apollo.useLazyQuery(exports.GetUserAccountDocument, options);
2779
1974
  }
2780
1975
  exports.useGetUserAccountLazyQuery = useGetUserAccountLazyQuery;
2781
- exports.getUserOrganizationsDocument = client_1.gql `
2782
- query getUserOrganizations($userId: String) {
2783
- getUserOrganizations(userId: $userId) {
2784
- id
2785
- name
2786
- description
2787
- orgMembers {
2788
- userId
2789
- role
2790
- }
2791
- }
2792
- }
2793
- `;
1976
+ exports.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": "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" } }] } }] } }] } }] };
2794
1977
  /**
2795
1978
  * __usegetUserOrganizationsQuery__
2796
1979
  *
@@ -2817,18 +2000,7 @@ function usegetUserOrganizationsLazyQuery(baseOptions) {
2817
2000
  return Apollo.useLazyQuery(exports.getUserOrganizationsDocument, options);
2818
2001
  }
2819
2002
  exports.usegetUserOrganizationsLazyQuery = usegetUserOrganizationsLazyQuery;
2820
- exports.getUserOrganizationsWithRoleDocument = client_1.gql `
2821
- query getUserOrganizationsWithRole($userId: String) {
2822
- getUserOrganizationsWithRole(userId: $userId) {
2823
- id
2824
- name
2825
- description
2826
- orgMembers {
2827
- ...OrgUser
2828
- }
2829
- }
2830
- }
2831
- ${exports.OrgUserFragmentDoc}`;
2003
+ 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": "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" } }] } }] };
2832
2004
  /**
2833
2005
  * __usegetUserOrganizationsWithRoleQuery__
2834
2006
  *
@@ -2855,17 +2027,7 @@ function usegetUserOrganizationsWithRoleLazyQuery(baseOptions) {
2855
2027
  return Apollo.useLazyQuery(exports.getUserOrganizationsWithRoleDocument, options);
2856
2028
  }
2857
2029
  exports.usegetUserOrganizationsWithRoleLazyQuery = usegetUserOrganizationsWithRoleLazyQuery;
2858
- exports.GetOrganizationMembersDocument = client_1.gql `
2859
- query GetOrganizationMembers {
2860
- getOrganizationMembers {
2861
- userId
2862
- role
2863
- name
2864
- teamNames
2865
- crossCheckEmail
2866
- }
2867
- }
2868
- `;
2030
+ exports.GetOrganizationMembersDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetOrganizationMembers" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getOrganizationMembers" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "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": "teamNames" } }, { "kind": "Field", "name": { "kind": "Name", "value": "crossCheckEmail" } }] } }] } }] };
2869
2031
  /**
2870
2032
  * __useGetOrganizationMembersQuery__
2871
2033
  *
@@ -2891,29 +2053,7 @@ function useGetOrganizationMembersLazyQuery(baseOptions) {
2891
2053
  return Apollo.useLazyQuery(exports.GetOrganizationMembersDocument, options);
2892
2054
  }
2893
2055
  exports.useGetOrganizationMembersLazyQuery = useGetOrganizationMembersLazyQuery;
2894
- exports.organizationsDocument = client_1.gql `
2895
- query organizations {
2896
- organizations {
2897
- id
2898
- name
2899
- picture
2900
- stripeId
2901
- namespace
2902
- createdAt
2903
- updatedAt
2904
- periodStop
2905
- orgMembers {
2906
- ...OrgUser
2907
- inactive
2908
- }
2909
- periodStart
2910
- billingLeaders
2911
- isBillingLeader
2912
- mainBilingLeaderId
2913
- stripeSubscriptionId
2914
- }
2915
- }
2916
- ${exports.OrgUserFragmentDoc}`;
2056
+ 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" } }] } }] };
2917
2057
  /**
2918
2058
  * __useorganizationsQuery__
2919
2059
  *
@@ -2939,28 +2079,7 @@ function useorganizationsLazyQuery(baseOptions) {
2939
2079
  return Apollo.useLazyQuery(exports.organizationsDocument, options);
2940
2080
  }
2941
2081
  exports.useorganizationsLazyQuery = useorganizationsLazyQuery;
2942
- exports.teamDocument = client_1.gql `
2943
- query team($teamId: ID!) {
2944
- team(teamId: $teamId) {
2945
- id
2946
- name
2947
- tags
2948
- orgName
2949
- description
2950
- createdAt
2951
- updatedAt
2952
- settingsUri
2953
- teamMembers {
2954
- id
2955
- email
2956
- userId
2957
- role
2958
- name
2959
- status
2960
- }
2961
- }
2962
- }
2963
- `;
2082
+ exports.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" } }] } }] } }] } }] };
2964
2083
  /**
2965
2084
  * __useteamQuery__
2966
2085
  *
@@ -2987,25 +2106,7 @@ function useteamLazyQuery(baseOptions) {
2987
2106
  return Apollo.useLazyQuery(exports.teamDocument, options);
2988
2107
  }
2989
2108
  exports.useteamLazyQuery = useteamLazyQuery;
2990
- exports.TeamsDocument = client_1.gql `
2991
- query Teams {
2992
- teams {
2993
- _id
2994
- name
2995
- tags
2996
- orgName
2997
- createdAt
2998
- updatedAt
2999
- description
3000
- settingsUri
3001
- teamMembers {
3002
- id
3003
- name
3004
- status
3005
- }
3006
- }
3007
- }
3008
- `;
2109
+ 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" } }] } }] } }] } }] };
3009
2110
  /**
3010
2111
  * __useTeamsQuery__
3011
2112
  *
@@ -3031,21 +2132,7 @@ function useTeamsLazyQuery(baseOptions) {
3031
2132
  return Apollo.useLazyQuery(exports.TeamsDocument, options);
3032
2133
  }
3033
2134
  exports.useTeamsLazyQuery = useTeamsLazyQuery;
3034
- exports.GetViewerSettingsDocument = client_1.gql `
3035
- query GetViewerSettings($input: ViewerSettingsInput) {
3036
- viewerSettings(input: $input) {
3037
- __typename
3038
- settingsURL
3039
- settings {
3040
- account {
3041
- default {
3042
- organization
3043
- }
3044
- }
3045
- }
3046
- }
3047
- }
3048
- `;
2135
+ exports.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" } }] } }] } }] } }] } }] } }] };
3049
2136
  /**
3050
2137
  * __useGetViewerSettingsQuery__
3051
2138
  *
@@ -3072,22 +2159,7 @@ function useGetViewerSettingsLazyQuery(baseOptions) {
3072
2159
  return Apollo.useLazyQuery(exports.GetViewerSettingsDocument, options);
3073
2160
  }
3074
2161
  exports.useGetViewerSettingsLazyQuery = useGetViewerSettingsLazyQuery;
3075
- exports.GetAccountsViewerSettingsDocument = client_1.gql `
3076
- query GetAccountsViewerSettings($input: ViewerSettingsInput) {
3077
- viewerSettings(input: $input) {
3078
- settings {
3079
- account {
3080
- default {
3081
- organization
3082
- }
3083
- notification {
3084
- primaryEmail
3085
- }
3086
- }
3087
- }
3088
- }
3089
- }
3090
- `;
2162
+ 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" } }] } }] } }] } }] } }] } }] };
3091
2163
  /**
3092
2164
  * __useGetAccountsViewerSettingsQuery__
3093
2165
  *
@@ -3114,16 +2186,34 @@ function useGetAccountsViewerSettingsLazyQuery(baseOptions) {
3114
2186
  return Apollo.useLazyQuery(exports.GetAccountsViewerSettingsDocument, options);
3115
2187
  }
3116
2188
  exports.useGetAccountsViewerSettingsLazyQuery = useGetAccountsViewerSettingsLazyQuery;
3117
- exports.GetOrgMembersWithRolesUnsecuredDocument = client_1.gql `
3118
- query GetOrgMembersWithRolesUnsecured($name: String) {
3119
- getOrganizationDetailUnsecured(where: {name: $name}) {
3120
- orgMembers {
3121
- userId
3122
- role
3123
- }
3124
- }
2189
+ exports.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" } }] } }] } }] };
2190
+ /**
2191
+ * __useGetAccountsApplicationPoliciesQuery__
2192
+ *
2193
+ * To run a query within a React component, call `useGetAccountsApplicationPoliciesQuery` and pass it any options that fit your needs.
2194
+ * When your component renders, `useGetAccountsApplicationPoliciesQuery` returns an object from Apollo Client that contains loading, error, and data properties
2195
+ * you can use to render your UI.
2196
+ *
2197
+ * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;
2198
+ *
2199
+ * @example
2200
+ * const { data, loading, error } = useGetAccountsApplicationPoliciesQuery({
2201
+ * variables: {
2202
+ * input: // value for 'input'
2203
+ * },
2204
+ * });
2205
+ */
2206
+ function useGetAccountsApplicationPoliciesQuery(baseOptions) {
2207
+ const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
2208
+ return Apollo.useQuery(exports.GetAccountsApplicationPoliciesDocument, options);
2209
+ }
2210
+ exports.useGetAccountsApplicationPoliciesQuery = useGetAccountsApplicationPoliciesQuery;
2211
+ function useGetAccountsApplicationPoliciesLazyQuery(baseOptions) {
2212
+ const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
2213
+ return Apollo.useLazyQuery(exports.GetAccountsApplicationPoliciesDocument, options);
3125
2214
  }
3126
- `;
2215
+ exports.useGetAccountsApplicationPoliciesLazyQuery = useGetAccountsApplicationPoliciesLazyQuery;
2216
+ 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" } }] } }] } }] } }] };
3127
2217
  /**
3128
2218
  * __useGetOrgMembersWithRolesUnsecuredQuery__
3129
2219
  *
@@ -3150,16 +2240,7 @@ function useGetOrgMembersWithRolesUnsecuredLazyQuery(baseOptions) {
3150
2240
  return Apollo.useLazyQuery(exports.GetOrgMembersWithRolesUnsecuredDocument, options);
3151
2241
  }
3152
2242
  exports.useGetOrgMembersWithRolesUnsecuredLazyQuery = useGetOrgMembersWithRolesUnsecuredLazyQuery;
3153
- exports.GetOrgMembersWithRolesDocument = client_1.gql `
3154
- query GetOrgMembersWithRoles($name: String) {
3155
- getOrganizationDetail(where: {name: $name}) {
3156
- orgMembers {
3157
- userId
3158
- role
3159
- }
3160
- }
3161
- }
3162
- `;
2243
+ exports.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" } }] } }] } }] } }] };
3163
2244
  /**
3164
2245
  * __useGetOrgMembersWithRolesQuery__
3165
2246
  *
@@ -3186,14 +2267,7 @@ function useGetOrgMembersWithRolesLazyQuery(baseOptions) {
3186
2267
  return Apollo.useLazyQuery(exports.GetOrgMembersWithRolesDocument, options);
3187
2268
  }
3188
2269
  exports.useGetOrgMembersWithRolesLazyQuery = useGetOrgMembersWithRolesLazyQuery;
3189
- exports.GetUsersDocument = client_1.gql `
3190
- query GetUsers($where: UserAccountWhere) {
3191
- getUsers(where: $where) {
3192
- username
3193
- email
3194
- }
3195
- }
3196
- `;
2270
+ 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" } }] } }] } }] };
3197
2271
  /**
3198
2272
  * __useGetUsersQuery__
3199
2273
  *
@@ -3220,13 +2294,7 @@ function useGetUsersLazyQuery(baseOptions) {
3220
2294
  return Apollo.useLazyQuery(exports.GetUsersDocument, options);
3221
2295
  }
3222
2296
  exports.useGetUsersLazyQuery = useGetUsersLazyQuery;
3223
- exports.dockerCatalogDocument = client_1.gql `
3224
- query dockerCatalog {
3225
- dockerCatalog {
3226
- repositories
3227
- }
3228
- }
3229
- `;
2297
+ exports.dockerCatalogDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "dockerCatalog" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "dockerCatalog" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "repositories" } }] } }] } }] };
3230
2298
  /**
3231
2299
  * __usedockerCatalogQuery__
3232
2300
  *
@@ -3252,17 +2320,7 @@ function usedockerCatalogLazyQuery(baseOptions) {
3252
2320
  return Apollo.useLazyQuery(exports.dockerCatalogDocument, options);
3253
2321
  }
3254
2322
  exports.usedockerCatalogLazyQuery = usedockerCatalogLazyQuery;
3255
- exports.getAllDockerRegistriesDocument = client_1.gql `
3256
- query getAllDockerRegistries {
3257
- allDockerRegistries {
3258
- id
3259
- name
3260
- url
3261
- description
3262
- type
3263
- }
3264
- }
3265
- `;
2323
+ exports.getAllDockerRegistriesDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "getAllDockerRegistries" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "allDockerRegistries" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "url" } }, { "kind": "Field", "name": { "kind": "Name", "value": "description" } }, { "kind": "Field", "name": { "kind": "Name", "value": "type" } }] } }] } }] };
3266
2324
  /**
3267
2325
  * __usegetAllDockerRegistriesQuery__
3268
2326
  *
@@ -3288,11 +2346,7 @@ function usegetAllDockerRegistriesLazyQuery(baseOptions) {
3288
2346
  return Apollo.useLazyQuery(exports.getAllDockerRegistriesDocument, options);
3289
2347
  }
3290
2348
  exports.usegetAllDockerRegistriesLazyQuery = usegetAllDockerRegistriesLazyQuery;
3291
- exports.createDockerRegistryDocument = client_1.gql `
3292
- mutation createDockerRegistry($payload: IDockerRegistry) {
3293
- createDockerRegistry(payload: $payload)
3294
- }
3295
- `;
2349
+ exports.createDockerRegistryDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "createDockerRegistry" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "payload" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "IDockerRegistry" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "createDockerRegistry" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "payload" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "payload" } } }] }] } }] };
3296
2350
  /**
3297
2351
  * __usecreateDockerRegistryMutation__
3298
2352
  *
@@ -3315,14 +2369,7 @@ function usecreateDockerRegistryMutation(baseOptions) {
3315
2369
  return Apollo.useMutation(exports.createDockerRegistryDocument, options);
3316
2370
  }
3317
2371
  exports.usecreateDockerRegistryMutation = usecreateDockerRegistryMutation;
3318
- exports.tagsDocument = client_1.gql `
3319
- query tags($image: ID!, $registry: String!) {
3320
- dockerRegistryImageTags(image: $image, registry: $registry) {
3321
- name
3322
- tags
3323
- }
3324
- }
3325
- `;
2372
+ exports.tagsDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "tags" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "image" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "ID" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "registry" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "dockerRegistryImageTags" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "image" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "image" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "registry" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "registry" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "tags" } }] } }] } }] };
3326
2373
  /**
3327
2374
  * __usetagsQuery__
3328
2375
  *
@@ -3350,13 +2397,7 @@ function usetagsLazyQuery(baseOptions) {
3350
2397
  return Apollo.useLazyQuery(exports.tagsDocument, options);
3351
2398
  }
3352
2399
  exports.usetagsLazyQuery = usetagsLazyQuery;
3353
- exports.dockerRegistryCatalogDocument = client_1.gql `
3354
- query dockerRegistryCatalog($registry: String!) {
3355
- dockerRegistryCatalog(registry: $registry) {
3356
- repositories
3357
- }
3358
- }
3359
- `;
2400
+ exports.dockerRegistryCatalogDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "dockerRegistryCatalog" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "registry" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "dockerRegistryCatalog" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "registry" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "registry" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "repositories" } }] } }] } }] };
3360
2401
  /**
3361
2402
  * __usedockerRegistryCatalogQuery__
3362
2403
  *
@@ -3383,11 +2424,7 @@ function usedockerRegistryCatalogLazyQuery(baseOptions) {
3383
2424
  return Apollo.useLazyQuery(exports.dockerRegistryCatalogDocument, options);
3384
2425
  }
3385
2426
  exports.usedockerRegistryCatalogLazyQuery = usedockerRegistryCatalogLazyQuery;
3386
- exports.removeDockerRegistryDocument = client_1.gql `
3387
- mutation removeDockerRegistry($id: ID) {
3388
- removeDockerRegistry(id: $id)
3389
- }
3390
- `;
2427
+ exports.removeDockerRegistryDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "removeDockerRegistry" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "id" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "ID" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "removeDockerRegistry" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "id" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "id" } } }] }] } }] };
3391
2428
  /**
3392
2429
  * __useremoveDockerRegistryMutation__
3393
2430
  *
@@ -3410,11 +2447,7 @@ function useremoveDockerRegistryMutation(baseOptions) {
3410
2447
  return Apollo.useMutation(exports.removeDockerRegistryDocument, options);
3411
2448
  }
3412
2449
  exports.useremoveDockerRegistryMutation = useremoveDockerRegistryMutation;
3413
- exports.updateDockerRegistryDocument = client_1.gql `
3414
- mutation updateDockerRegistry($id: ID!, $payload: IDockerRegistry) {
3415
- updateDockerRegistry(id: $id, payload: $payload)
3416
- }
3417
- `;
2450
+ exports.updateDockerRegistryDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "updateDockerRegistry" }, "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": "payload" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "IDockerRegistry" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "updateDockerRegistry" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "id" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "id" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "payload" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "payload" } } }] }] } }] };
3418
2451
  /**
3419
2452
  * __useupdateDockerRegistryMutation__
3420
2453
  *
@@ -3438,14 +2471,7 @@ function useupdateDockerRegistryMutation(baseOptions) {
3438
2471
  return Apollo.useMutation(exports.updateDockerRegistryDocument, options);
3439
2472
  }
3440
2473
  exports.useupdateDockerRegistryMutation = useupdateDockerRegistryMutation;
3441
- exports.createMonocularRegistryDocument = client_1.gql `
3442
- mutation createMonocularRegistry($payload: IMonocularRegistry) {
3443
- createMonocularRegistry(payload: $payload) {
3444
- url
3445
- name
3446
- }
3447
- }
3448
- `;
2474
+ exports.createMonocularRegistryDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "createMonocularRegistry" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "payload" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "IMonocularRegistry" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "createMonocularRegistry" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "payload" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "payload" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "url" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }] } }] } }] };
3449
2475
  /**
3450
2476
  * __usecreateMonocularRegistryMutation__
3451
2477
  *
@@ -3468,11 +2494,7 @@ function usecreateMonocularRegistryMutation(baseOptions) {
3468
2494
  return Apollo.useMutation(exports.createMonocularRegistryDocument, options);
3469
2495
  }
3470
2496
  exports.usecreateMonocularRegistryMutation = usecreateMonocularRegistryMutation;
3471
- exports.createUserRepositoryDocument = client_1.gql `
3472
- mutation createUserRepository($repositoryName: String, $orgName: String) {
3473
- createUserRepository(repositoryName: $repositoryName, orgName: $orgName)
3474
- }
3475
- `;
2497
+ exports.createUserRepositoryDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "createUserRepository" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "repositoryName" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } }, { "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": "createUserRepository" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "repositoryName" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "repositoryName" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "orgName" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "orgName" } } }] }] } }] };
3476
2498
  /**
3477
2499
  * __usecreateUserRepositoryMutation__
3478
2500
  *
@@ -3496,13 +2518,7 @@ function usecreateUserRepositoryMutation(baseOptions) {
3496
2518
  return Apollo.useMutation(exports.createUserRepositoryDocument, options);
3497
2519
  }
3498
2520
  exports.usecreateUserRepositoryMutation = usecreateUserRepositoryMutation;
3499
- exports.removeMonocularRegistryDocument = client_1.gql `
3500
- mutation removeMonocularRegistry($id: ID) {
3501
- removeMonocularRegistry(id: $id) {
3502
- message
3503
- }
3504
- }
3505
- `;
2521
+ exports.removeMonocularRegistryDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "removeMonocularRegistry" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "id" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "ID" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "removeMonocularRegistry" }, "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": "message" } }] } }] } }] };
3506
2522
  /**
3507
2523
  * __useremoveMonocularRegistryMutation__
3508
2524
  *
@@ -3525,11 +2541,7 @@ function useremoveMonocularRegistryMutation(baseOptions) {
3525
2541
  return Apollo.useMutation(exports.removeMonocularRegistryDocument, options);
3526
2542
  }
3527
2543
  exports.useremoveMonocularRegistryMutation = useremoveMonocularRegistryMutation;
3528
- exports.removeUserRepositoryDocument = client_1.gql `
3529
- mutation removeUserRepository($repositoryId: Int) {
3530
- removeUserRepository(repositoryId: $repositoryId)
3531
- }
3532
- `;
2544
+ exports.removeUserRepositoryDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "removeUserRepository" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "repositoryId" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Int" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "removeUserRepository" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "repositoryId" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "repositoryId" } } }] }] } }] };
3533
2545
  /**
3534
2546
  * __useremoveUserRepositoryMutation__
3535
2547
  *
@@ -3552,11 +2564,7 @@ function useremoveUserRepositoryMutation(baseOptions) {
3552
2564
  return Apollo.useMutation(exports.removeUserRepositoryDocument, options);
3553
2565
  }
3554
2566
  exports.useremoveUserRepositoryMutation = useremoveUserRepositoryMutation;
3555
- exports.testConnectionDocument = client_1.gql `
3556
- mutation testConnection($payload: IMonocularRegistry) {
3557
- testConnection(payload: $payload)
3558
- }
3559
- `;
2567
+ exports.testConnectionDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "testConnection" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "payload" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "IMonocularRegistry" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "testConnection" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "payload" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "payload" } } }] }] } }] };
3560
2568
  /**
3561
2569
  * __usetestConnectionMutation__
3562
2570
  *
@@ -3579,13 +2587,7 @@ function usetestConnectionMutation(baseOptions) {
3579
2587
  return Apollo.useMutation(exports.testConnectionDocument, options);
3580
2588
  }
3581
2589
  exports.usetestConnectionMutation = usetestConnectionMutation;
3582
- exports.updateMonocularRegistryDocument = client_1.gql `
3583
- mutation updateMonocularRegistry($id: ID!, $payload: IMonocularRegistry) {
3584
- updateMonocularRegistry(id: $id, payload: $payload) {
3585
- message
3586
- }
3587
- }
3588
- `;
2590
+ exports.updateMonocularRegistryDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "updateMonocularRegistry" }, "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": "payload" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "IMonocularRegistry" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "updateMonocularRegistry" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "id" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "id" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "payload" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "payload" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "message" } }] } }] } }] };
3589
2591
  /**
3590
2592
  * __useupdateMonocularRegistryMutation__
3591
2593
  *
@@ -3609,11 +2611,7 @@ function useupdateMonocularRegistryMutation(baseOptions) {
3609
2611
  return Apollo.useMutation(exports.updateMonocularRegistryDocument, options);
3610
2612
  }
3611
2613
  exports.useupdateMonocularRegistryMutation = useupdateMonocularRegistryMutation;
3612
- exports.uploadDocument = client_1.gql `
3613
- mutation upload($repositoryName: String!, $chartfile: Upload!, $provfile: Upload) {
3614
- upload(repositoryName: $repositoryName, chartfile: $chartfile, provfile: $provfile)
3615
- }
3616
- `;
2614
+ exports.uploadDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "upload" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "repositoryName" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "chartfile" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Upload" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "provfile" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Upload" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "upload" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "repositoryName" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "repositoryName" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "chartfile" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "chartfile" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "provfile" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "provfile" } } }] }] } }] };
3617
2615
  /**
3618
2616
  * __useuploadMutation__
3619
2617
  *
@@ -3638,21 +2636,7 @@ function useuploadMutation(baseOptions) {
3638
2636
  return Apollo.useMutation(exports.uploadDocument, options);
3639
2637
  }
3640
2638
  exports.useuploadMutation = useuploadMutation;
3641
- exports.getChartDetailsDocument = client_1.gql `
3642
- query getChartDetails($repository: String!, $chartname: String!, $version: String!) {
3643
- getChartValues(repository: $repository, chartname: $chartname, version: $version)
3644
- getChartVersions(repository: $repository, chartname: $chartname) {
3645
- name
3646
- version
3647
- created
3648
- }
3649
- getChartReadme(repository: $repository, chartname: $chartname, version: $version)
3650
- getChartMaintainers(repository: $repository, chartname: $chartname, version: $version) {
3651
- name
3652
- email
3653
- }
3654
- }
3655
- `;
2639
+ exports.getChartDetailsDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "getChartDetails" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "repository" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "chartname" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "version" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getChartValues" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "repository" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "repository" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "chartname" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "chartname" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "version" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "version" } } }] }, { "kind": "Field", "name": { "kind": "Name", "value": "getChartVersions" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "repository" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "repository" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "chartname" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "chartname" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "version" } }, { "kind": "Field", "name": { "kind": "Name", "value": "created" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "getChartReadme" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "repository" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "repository" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "chartname" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "chartname" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "version" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "version" } } }] }, { "kind": "Field", "name": { "kind": "Name", "value": "getChartMaintainers" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "repository" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "repository" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "chartname" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "chartname" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "version" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "version" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "email" } }] } }] } }] };
3656
2640
  /**
3657
2641
  * __usegetChartDetailsQuery__
3658
2642
  *
@@ -3681,15 +2665,7 @@ function usegetChartDetailsLazyQuery(baseOptions) {
3681
2665
  return Apollo.useLazyQuery(exports.getChartDetailsDocument, options);
3682
2666
  }
3683
2667
  exports.usegetChartDetailsLazyQuery = usegetChartDetailsLazyQuery;
3684
- exports.chartVersionsDocument = client_1.gql `
3685
- query chartVersions($repository: String!, $chartname: String!) {
3686
- getChartVersions(repository: $repository, chartname: $chartname) {
3687
- name
3688
- version
3689
- created
3690
- }
3691
- }
3692
- `;
2668
+ exports.chartVersionsDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "chartVersions" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "repository" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "chartname" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getChartVersions" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "repository" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "repository" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "chartname" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "chartname" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "version" } }, { "kind": "Field", "name": { "kind": "Name", "value": "created" } }] } }] } }] };
3693
2669
  /**
3694
2670
  * __usechartVersionsQuery__
3695
2671
  *
@@ -3717,20 +2693,7 @@ function usechartVersionsLazyQuery(baseOptions) {
3717
2693
  return Apollo.useLazyQuery(exports.chartVersionsDocument, options);
3718
2694
  }
3719
2695
  exports.usechartVersionsLazyQuery = usechartVersionsLazyQuery;
3720
- exports.getChartDocument = client_1.gql `
3721
- query getChart($repository: String!, $chartname: String!, $version: String!) {
3722
- getChart(repository: $repository, chartname: $chartname, version: $version) {
3723
- total_versions
3724
- name
3725
- latest_version
3726
- created
3727
- updated
3728
- icon
3729
- home
3730
- deprecated
3731
- }
3732
- }
3733
- `;
2696
+ exports.getChartDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "getChart" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "repository" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "chartname" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "version" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getChart" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "repository" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "repository" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "chartname" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "chartname" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "version" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "version" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "total_versions" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "latest_version" } }, { "kind": "Field", "name": { "kind": "Name", "value": "created" } }, { "kind": "Field", "name": { "kind": "Name", "value": "updated" } }, { "kind": "Field", "name": { "kind": "Name", "value": "icon" } }, { "kind": "Field", "name": { "kind": "Name", "value": "home" } }, { "kind": "Field", "name": { "kind": "Name", "value": "deprecated" } }] } }] } }] };
3734
2697
  /**
3735
2698
  * __usegetChartQuery__
3736
2699
  *
@@ -3759,20 +2722,7 @@ function usegetChartLazyQuery(baseOptions) {
3759
2722
  return Apollo.useLazyQuery(exports.getChartDocument, options);
3760
2723
  }
3761
2724
  exports.usegetChartLazyQuery = usegetChartLazyQuery;
3762
- exports.getChartsDocument = client_1.gql `
3763
- query getCharts($repository: String!) {
3764
- getCharts(repository: $repository) {
3765
- total_versions
3766
- name
3767
- latest_version
3768
- created
3769
- updated
3770
- icon
3771
- home
3772
- deprecated
3773
- }
3774
- }
3775
- `;
2725
+ exports.getChartsDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "getCharts" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "repository" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getCharts" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "repository" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "repository" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "total_versions" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "latest_version" } }, { "kind": "Field", "name": { "kind": "Name", "value": "created" } }, { "kind": "Field", "name": { "kind": "Name", "value": "updated" } }, { "kind": "Field", "name": { "kind": "Name", "value": "icon" } }, { "kind": "Field", "name": { "kind": "Name", "value": "home" } }, { "kind": "Field", "name": { "kind": "Name", "value": "deprecated" } }] } }] } }] };
3776
2726
  /**
3777
2727
  * __usegetChartsQuery__
3778
2728
  *
@@ -3799,17 +2749,7 @@ function usegetChartsLazyQuery(baseOptions) {
3799
2749
  return Apollo.useLazyQuery(exports.getChartsDocument, options);
3800
2750
  }
3801
2751
  exports.usegetChartsLazyQuery = usegetChartsLazyQuery;
3802
- exports.getAllMonocularRegistriesDocument = client_1.gql `
3803
- query getAllMonocularRegistries {
3804
- allMonocularRegistries {
3805
- id
3806
- name
3807
- url
3808
- description
3809
- type
3810
- }
3811
- }
3812
- `;
2752
+ exports.getAllMonocularRegistriesDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "getAllMonocularRegistries" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "allMonocularRegistries" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "url" } }, { "kind": "Field", "name": { "kind": "Name", "value": "description" } }, { "kind": "Field", "name": { "kind": "Name", "value": "type" } }] } }] } }] };
3813
2753
  /**
3814
2754
  * __usegetAllMonocularRegistriesQuery__
3815
2755
  *
@@ -3835,14 +2775,7 @@ function usegetAllMonocularRegistriesLazyQuery(baseOptions) {
3835
2775
  return Apollo.useLazyQuery(exports.getAllMonocularRegistriesDocument, options);
3836
2776
  }
3837
2777
  exports.usegetAllMonocularRegistriesLazyQuery = usegetAllMonocularRegistriesLazyQuery;
3838
- exports.repositoriesDocument = client_1.gql `
3839
- query repositories {
3840
- repositories {
3841
- project_id
3842
- name
3843
- }
3844
- }
3845
- `;
2778
+ exports.repositoriesDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "repositories" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "repositories" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "project_id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }] } }] } }] };
3846
2779
  /**
3847
2780
  * __userepositoriesQuery__
3848
2781
  *
@@ -3868,14 +2801,7 @@ function userepositoriesLazyQuery(baseOptions) {
3868
2801
  return Apollo.useLazyQuery(exports.repositoriesDocument, options);
3869
2802
  }
3870
2803
  exports.userepositoriesLazyQuery = userepositoriesLazyQuery;
3871
- exports.userRepositoriesDocument = client_1.gql `
3872
- query userRepositories($orgName: String) {
3873
- userRepositories(orgName: $orgName) {
3874
- project_id
3875
- name
3876
- }
3877
- }
3878
- `;
2804
+ exports.userRepositoriesDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "userRepositories" }, "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": "userRepositories" }, "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": "project_id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }] } }] } }] };
3879
2805
  /**
3880
2806
  * __useuserRepositoriesQuery__
3881
2807
  *
@@ -3902,11 +2828,7 @@ function useuserRepositoriesLazyQuery(baseOptions) {
3902
2828
  return Apollo.useLazyQuery(exports.userRepositoriesDocument, options);
3903
2829
  }
3904
2830
  exports.useuserRepositoriesLazyQuery = useuserRepositoriesLazyQuery;
3905
- exports.CollectDocument = client_1.gql `
3906
- mutation Collect($request: ActivityCollectRequest!) {
3907
- collect(request: $request)
3908
- }
3909
- `;
2831
+ exports.CollectDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "Collect" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "request" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "ActivityCollectRequest" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "collect" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "request" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "request" } } }] }] } }] };
3910
2832
  /**
3911
2833
  * __useCollectMutation__
3912
2834
  *
@@ -3929,70 +2851,7 @@ function useCollectMutation(baseOptions) {
3929
2851
  return Apollo.useMutation(exports.CollectDocument, options);
3930
2852
  }
3931
2853
  exports.useCollectMutation = useCollectMutation;
3932
- exports.AddProjectDocument = client_1.gql `
3933
- mutation AddProject($workspace: ID, $project: Project_Input!) {
3934
- AddProject(workspace: $workspace, project: $project) {
3935
- id
3936
- name
3937
- language
3938
- status
3939
- description
3940
- namespace
3941
- icon_url
3942
- connectionId
3943
- teamIds
3944
- config {
3945
- ports {
3946
- application
3947
- }
3948
- globalVariables {
3949
- field
3950
- value
3951
- }
3952
- variables {
3953
- field
3954
- value
3955
- }
3956
- }
3957
- spec {
3958
- cpu
3959
- ram
3960
- hdd
3961
- }
3962
- launch {
3963
- port
3964
- }
3965
- env {
3966
- field
3967
- value
3968
- }
3969
- stacks {
3970
- type
3971
- chartName
3972
- repository
3973
- releaseName
3974
- chartVersion
3975
- namespace
3976
- connectionId
3977
- }
3978
- projects {
3979
- _id
3980
- name
3981
- description
3982
- source {
3983
- type
3984
- location
3985
- providers
3986
- parameters {
3987
- branch
3988
- }
3989
- }
3990
- }
3991
- updatedAt
3992
- createdAt
3993
- }
3994
- }
3995
- `;
2854
+ exports.AddProjectDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "AddProject" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "workspace" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "ID" } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "project" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Project_Input" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "AddProject" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "workspace" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "workspace" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "project" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "project" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "language" } }, { "kind": "Field", "name": { "kind": "Name", "value": "status" } }, { "kind": "Field", "name": { "kind": "Name", "value": "description" } }, { "kind": "Field", "name": { "kind": "Name", "value": "namespace" } }, { "kind": "Field", "name": { "kind": "Name", "value": "icon_url" } }, { "kind": "Field", "name": { "kind": "Name", "value": "connectionId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "teamIds" } }, { "kind": "Field", "name": { "kind": "Name", "value": "config" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "ports" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "application" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "globalVariables" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "field" } }, { "kind": "Field", "name": { "kind": "Name", "value": "value" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "variables" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "field" } }, { "kind": "Field", "name": { "kind": "Name", "value": "value" } }] } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "spec" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "cpu" } }, { "kind": "Field", "name": { "kind": "Name", "value": "ram" } }, { "kind": "Field", "name": { "kind": "Name", "value": "hdd" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "launch" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "port" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "env" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "field" } }, { "kind": "Field", "name": { "kind": "Name", "value": "value" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "stacks" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "type" } }, { "kind": "Field", "name": { "kind": "Name", "value": "chartName" } }, { "kind": "Field", "name": { "kind": "Name", "value": "repository" } }, { "kind": "Field", "name": { "kind": "Name", "value": "releaseName" } }, { "kind": "Field", "name": { "kind": "Name", "value": "chartVersion" } }, { "kind": "Field", "name": { "kind": "Name", "value": "namespace" } }, { "kind": "Field", "name": { "kind": "Name", "value": "connectionId" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "projects" }, "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": "source" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "type" } }, { "kind": "Field", "name": { "kind": "Name", "value": "location" } }, { "kind": "Field", "name": { "kind": "Name", "value": "providers" } }, { "kind": "Field", "name": { "kind": "Name", "value": "parameters" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "branch" } }] } }] } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "updatedAt" } }, { "kind": "Field", "name": { "kind": "Name", "value": "createdAt" } }] } }] } }] };
3996
2855
  /**
3997
2856
  * __useAddProjectMutation__
3998
2857
  *
@@ -4016,70 +2875,7 @@ function useAddProjectMutation(baseOptions) {
4016
2875
  return Apollo.useMutation(exports.AddProjectDocument, options);
4017
2876
  }
4018
2877
  exports.useAddProjectMutation = useAddProjectMutation;
4019
- exports.AddStacksDocument = client_1.gql `
4020
- mutation AddStacks($workspace: ID, $stacks: [Stack_Input]!) {
4021
- AddStacks(workspace: $workspace, stacks: $stacks) {
4022
- id
4023
- name
4024
- language
4025
- status
4026
- description
4027
- namespace
4028
- icon_url
4029
- connectionId
4030
- teamIds
4031
- config {
4032
- ports {
4033
- application
4034
- }
4035
- globalVariables {
4036
- field
4037
- value
4038
- }
4039
- variables {
4040
- field
4041
- value
4042
- }
4043
- }
4044
- spec {
4045
- cpu
4046
- ram
4047
- hdd
4048
- }
4049
- launch {
4050
- port
4051
- }
4052
- env {
4053
- field
4054
- value
4055
- }
4056
- stacks {
4057
- type
4058
- chartName
4059
- repository
4060
- releaseName
4061
- chartVersion
4062
- namespace
4063
- connectionId
4064
- }
4065
- projects {
4066
- _id
4067
- name
4068
- description
4069
- source {
4070
- type
4071
- location
4072
- providers
4073
- parameters {
4074
- branch
4075
- }
4076
- }
4077
- }
4078
- updatedAt
4079
- createdAt
4080
- }
4081
- }
4082
- `;
2878
+ exports.AddStacksDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "AddStacks" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "workspace" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "ID" } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "stacks" } }, "type": { "kind": "NonNullType", "type": { "kind": "ListType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Stack_Input" } } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "AddStacks" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "workspace" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "workspace" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "stacks" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "stacks" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "language" } }, { "kind": "Field", "name": { "kind": "Name", "value": "status" } }, { "kind": "Field", "name": { "kind": "Name", "value": "description" } }, { "kind": "Field", "name": { "kind": "Name", "value": "namespace" } }, { "kind": "Field", "name": { "kind": "Name", "value": "icon_url" } }, { "kind": "Field", "name": { "kind": "Name", "value": "connectionId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "teamIds" } }, { "kind": "Field", "name": { "kind": "Name", "value": "config" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "ports" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "application" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "globalVariables" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "field" } }, { "kind": "Field", "name": { "kind": "Name", "value": "value" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "variables" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "field" } }, { "kind": "Field", "name": { "kind": "Name", "value": "value" } }] } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "spec" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "cpu" } }, { "kind": "Field", "name": { "kind": "Name", "value": "ram" } }, { "kind": "Field", "name": { "kind": "Name", "value": "hdd" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "launch" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "port" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "env" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "field" } }, { "kind": "Field", "name": { "kind": "Name", "value": "value" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "stacks" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "type" } }, { "kind": "Field", "name": { "kind": "Name", "value": "chartName" } }, { "kind": "Field", "name": { "kind": "Name", "value": "repository" } }, { "kind": "Field", "name": { "kind": "Name", "value": "releaseName" } }, { "kind": "Field", "name": { "kind": "Name", "value": "chartVersion" } }, { "kind": "Field", "name": { "kind": "Name", "value": "namespace" } }, { "kind": "Field", "name": { "kind": "Name", "value": "connectionId" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "projects" }, "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": "source" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "type" } }, { "kind": "Field", "name": { "kind": "Name", "value": "location" } }, { "kind": "Field", "name": { "kind": "Name", "value": "providers" } }, { "kind": "Field", "name": { "kind": "Name", "value": "parameters" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "branch" } }] } }] } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "updatedAt" } }, { "kind": "Field", "name": { "kind": "Name", "value": "createdAt" } }] } }] } }] };
4083
2879
  /**
4084
2880
  * __useAddStacksMutation__
4085
2881
  *
@@ -4103,11 +2899,7 @@ function useAddStacksMutation(baseOptions) {
4103
2899
  return Apollo.useMutation(exports.AddStacksDocument, options);
4104
2900
  }
4105
2901
  exports.useAddStacksMutation = useAddStacksMutation;
4106
- exports.AddTeamToWorkspacesDocument = client_1.gql `
4107
- mutation AddTeamToWorkspaces($workIds: [String]!, $teamId: String!) {
4108
- AddTeamToWorkspaces(workIds: $workIds, teamId: $teamId)
4109
- }
4110
- `;
2902
+ exports.AddTeamToWorkspacesDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "AddTeamToWorkspaces" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "workIds" } }, "type": { "kind": "NonNullType", "type": { "kind": "ListType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } } }, { "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": "AddTeamToWorkspaces" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "workIds" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "workIds" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "teamId" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "teamId" } } }] }] } }] };
4111
2903
  /**
4112
2904
  * __useAddTeamToWorkspacesMutation__
4113
2905
  *
@@ -4131,23 +2923,7 @@ function useAddTeamToWorkspacesMutation(baseOptions) {
4131
2923
  return Apollo.useMutation(exports.AddTeamToWorkspacesDocument, options);
4132
2924
  }
4133
2925
  exports.useAddTeamToWorkspacesMutation = useAddTeamToWorkspacesMutation;
4134
- exports.AddWorkspaceDocument = client_1.gql `
4135
- mutation AddWorkspace($request: WorkspaceCreate_Input!) {
4136
- AddWorkspace(request: $request) {
4137
- id
4138
- name
4139
- language
4140
- status
4141
- description
4142
- icon_url
4143
- spec {
4144
- cpu
4145
- ram
4146
- hdd
4147
- }
4148
- }
4149
- }
4150
- `;
2926
+ exports.AddWorkspaceDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "AddWorkspace" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "request" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "WorkspaceCreate_Input" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "AddWorkspace" }, "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": "language" } }, { "kind": "Field", "name": { "kind": "Name", "value": "status" } }, { "kind": "Field", "name": { "kind": "Name", "value": "description" } }, { "kind": "Field", "name": { "kind": "Name", "value": "icon_url" } }, { "kind": "Field", "name": { "kind": "Name", "value": "spec" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "cpu" } }, { "kind": "Field", "name": { "kind": "Name", "value": "ram" } }, { "kind": "Field", "name": { "kind": "Name", "value": "hdd" } }] } }] } }] } }] };
4151
2927
  /**
4152
2928
  * __useAddWorkspaceMutation__
4153
2929
  *
@@ -4170,11 +2946,7 @@ function useAddWorkspaceMutation(baseOptions) {
4170
2946
  return Apollo.useMutation(exports.AddWorkspaceDocument, options);
4171
2947
  }
4172
2948
  exports.useAddWorkspaceMutation = useAddWorkspaceMutation;
4173
- exports.RemoveTeamFromWorkspaceDocument = client_1.gql `
4174
- mutation RemoveTeamFromWorkspace($workId: String!, $teamId: String!) {
4175
- RemoveTeamFromWorkspace(workId: $workId, teamId: $teamId)
4176
- }
4177
- `;
2949
+ exports.RemoveTeamFromWorkspaceDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "RemoveTeamFromWorkspace" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "workId" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }, { "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": "RemoveTeamFromWorkspace" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "workId" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "workId" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "teamId" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "teamId" } } }] }] } }] };
4178
2950
  /**
4179
2951
  * __useRemoveTeamFromWorkspaceMutation__
4180
2952
  *
@@ -4198,11 +2970,7 @@ function useRemoveTeamFromWorkspaceMutation(baseOptions) {
4198
2970
  return Apollo.useMutation(exports.RemoveTeamFromWorkspaceDocument, options);
4199
2971
  }
4200
2972
  exports.useRemoveTeamFromWorkspaceMutation = useRemoveTeamFromWorkspaceMutation;
4201
- exports.RemoveWorkpsaceDocument = client_1.gql `
4202
- mutation RemoveWorkpsace($request: WorkspaceRemove_Input!) {
4203
- RemoveWorkspace(request: $request)
4204
- }
4205
- `;
2973
+ exports.RemoveWorkpsaceDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "RemoveWorkpsace" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "request" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "WorkspaceRemove_Input" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "RemoveWorkspace" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "request" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "request" } } }] }] } }] };
4206
2974
  /**
4207
2975
  * __useRemoveWorkpsaceMutation__
4208
2976
  *
@@ -4225,11 +2993,7 @@ function useRemoveWorkpsaceMutation(baseOptions) {
4225
2993
  return Apollo.useMutation(exports.RemoveWorkpsaceDocument, options);
4226
2994
  }
4227
2995
  exports.useRemoveWorkpsaceMutation = useRemoveWorkpsaceMutation;
4228
- exports.SetEnvVariablesDocument = client_1.gql `
4229
- mutation SetEnvVariables($request: WorkspaceVariables_Input!) {
4230
- SetEnvVariables(request: $request)
4231
- }
4232
- `;
2996
+ exports.SetEnvVariablesDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "SetEnvVariables" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "request" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "WorkspaceVariables_Input" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "SetEnvVariables" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "request" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "request" } } }] }] } }] };
4233
2997
  /**
4234
2998
  * __useSetEnvVariablesMutation__
4235
2999
  *
@@ -4252,11 +3016,7 @@ function useSetEnvVariablesMutation(baseOptions) {
4252
3016
  return Apollo.useMutation(exports.SetEnvVariablesDocument, options);
4253
3017
  }
4254
3018
  exports.useSetEnvVariablesMutation = useSetEnvVariablesMutation;
4255
- exports.StartWorkspaceDocument = client_1.gql `
4256
- mutation StartWorkspace($request: WorkspaceStart_Input!) {
4257
- StartWorkspace(request: $request)
4258
- }
4259
- `;
3019
+ exports.StartWorkspaceDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "StartWorkspace" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "request" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "WorkspaceStart_Input" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "StartWorkspace" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "request" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "request" } } }] }] } }] };
4260
3020
  /**
4261
3021
  * __useStartWorkspaceMutation__
4262
3022
  *
@@ -4279,11 +3039,7 @@ function useStartWorkspaceMutation(baseOptions) {
4279
3039
  return Apollo.useMutation(exports.StartWorkspaceDocument, options);
4280
3040
  }
4281
3041
  exports.useStartWorkspaceMutation = useStartWorkspaceMutation;
4282
- exports.StopWorkspaceDocument = client_1.gql `
4283
- mutation StopWorkspace($request: WorkspaceStop_Input!) {
4284
- StopWorkspace(request: $request)
4285
- }
4286
- `;
3042
+ exports.StopWorkspaceDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "StopWorkspace" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "request" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "WorkspaceStop_Input" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "StopWorkspace" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "request" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "request" } } }] }] } }] };
4287
3043
  /**
4288
3044
  * __useStopWorkspaceMutation__
4289
3045
  *
@@ -4306,23 +3062,7 @@ function useStopWorkspaceMutation(baseOptions) {
4306
3062
  return Apollo.useMutation(exports.StopWorkspaceDocument, options);
4307
3063
  }
4308
3064
  exports.useStopWorkspaceMutation = useStopWorkspaceMutation;
4309
- exports.UpdateWorkspaceDocument = client_1.gql `
4310
- mutation UpdateWorkspace($request: WorkspaceUpdate_Input!) {
4311
- UpdateWorkspace(request: $request) {
4312
- id
4313
- name
4314
- language
4315
- status
4316
- description
4317
- icon_url
4318
- spec {
4319
- cpu
4320
- ram
4321
- hdd
4322
- }
4323
- }
4324
- }
4325
- `;
3065
+ exports.UpdateWorkspaceDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "UpdateWorkspace" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "request" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "WorkspaceUpdate_Input" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "UpdateWorkspace" }, "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": "language" } }, { "kind": "Field", "name": { "kind": "Name", "value": "status" } }, { "kind": "Field", "name": { "kind": "Name", "value": "description" } }, { "kind": "Field", "name": { "kind": "Name", "value": "icon_url" } }, { "kind": "Field", "name": { "kind": "Name", "value": "spec" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "cpu" } }, { "kind": "Field", "name": { "kind": "Name", "value": "ram" } }, { "kind": "Field", "name": { "kind": "Name", "value": "hdd" } }] } }] } }] } }] };
4326
3066
  /**
4327
3067
  * __useUpdateWorkspaceMutation__
4328
3068
  *
@@ -4345,11 +3085,7 @@ function useUpdateWorkspaceMutation(baseOptions) {
4345
3085
  return Apollo.useMutation(exports.UpdateWorkspaceDocument, options);
4346
3086
  }
4347
3087
  exports.useUpdateWorkspaceMutation = useUpdateWorkspaceMutation;
4348
- exports.ClearWorkspaceCreationFormDocument = client_1.gql `
4349
- mutation ClearWorkspaceCreationForm {
4350
- ClearWorkspaceCreationForm @client
4351
- }
4352
- `;
3088
+ exports.ClearWorkspaceCreationFormDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "ClearWorkspaceCreationForm" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "ClearWorkspaceCreationForm" }, "directives": [{ "kind": "Directive", "name": { "kind": "Name", "value": "client" } }] }] } }] };
4353
3089
  /**
4354
3090
  * __useClearWorkspaceCreationFormMutation__
4355
3091
  *
@@ -4371,45 +3107,7 @@ function useClearWorkspaceCreationFormMutation(baseOptions) {
4371
3107
  return Apollo.useMutation(exports.ClearWorkspaceCreationFormDocument, options);
4372
3108
  }
4373
3109
  exports.useClearWorkspaceCreationFormMutation = useClearWorkspaceCreationFormMutation;
4374
- exports.GetOrgWorkspacesDocument = client_1.gql `
4375
- query GetOrgWorkspaces($orgName: String!) {
4376
- GetOrgWorkspaces(orgName: $orgName) {
4377
- id
4378
- name
4379
- language
4380
- status
4381
- description
4382
- icon_url
4383
- config {
4384
- ports {
4385
- application
4386
- }
4387
- globalVariables {
4388
- field
4389
- value
4390
- }
4391
- variables {
4392
- field
4393
- value
4394
- }
4395
- }
4396
- spec {
4397
- cpu
4398
- ram
4399
- hdd
4400
- }
4401
- launch {
4402
- port
4403
- }
4404
- env {
4405
- field
4406
- value
4407
- }
4408
- updatedAt
4409
- createdAt
4410
- }
4411
- }
4412
- `;
3110
+ exports.GetOrgWorkspacesDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetOrgWorkspaces" }, "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": "GetOrgWorkspaces" }, "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": "language" } }, { "kind": "Field", "name": { "kind": "Name", "value": "status" } }, { "kind": "Field", "name": { "kind": "Name", "value": "description" } }, { "kind": "Field", "name": { "kind": "Name", "value": "icon_url" } }, { "kind": "Field", "name": { "kind": "Name", "value": "config" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "ports" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "application" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "globalVariables" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "field" } }, { "kind": "Field", "name": { "kind": "Name", "value": "value" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "variables" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "field" } }, { "kind": "Field", "name": { "kind": "Name", "value": "value" } }] } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "spec" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "cpu" } }, { "kind": "Field", "name": { "kind": "Name", "value": "ram" } }, { "kind": "Field", "name": { "kind": "Name", "value": "hdd" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "launch" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "port" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "env" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "field" } }, { "kind": "Field", "name": { "kind": "Name", "value": "value" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "updatedAt" } }, { "kind": "Field", "name": { "kind": "Name", "value": "createdAt" } }] } }] } }] };
4413
3111
  /**
4414
3112
  * __useGetOrgWorkspacesQuery__
4415
3113
  *
@@ -4436,11 +3134,7 @@ function useGetOrgWorkspacesLazyQuery(baseOptions) {
4436
3134
  return Apollo.useLazyQuery(exports.GetOrgWorkspacesDocument, options);
4437
3135
  }
4438
3136
  exports.useGetOrgWorkspacesLazyQuery = useGetOrgWorkspacesLazyQuery;
4439
- exports.RestoreWorkspaceCreationFormDocument = client_1.gql `
4440
- query RestoreWorkspaceCreationForm {
4441
- RestoreWorkspaceCreationForm @client
4442
- }
4443
- `;
3137
+ exports.RestoreWorkspaceCreationFormDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "RestoreWorkspaceCreationForm" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "RestoreWorkspaceCreationForm" }, "directives": [{ "kind": "Directive", "name": { "kind": "Name", "value": "client" } }] }] } }] };
4444
3138
  /**
4445
3139
  * __useRestoreWorkspaceCreationFormQuery__
4446
3140
  *
@@ -4466,45 +3160,7 @@ function useRestoreWorkspaceCreationFormLazyQuery(baseOptions) {
4466
3160
  return Apollo.useLazyQuery(exports.RestoreWorkspaceCreationFormDocument, options);
4467
3161
  }
4468
3162
  exports.useRestoreWorkspaceCreationFormLazyQuery = useRestoreWorkspaceCreationFormLazyQuery;
4469
- exports.GetTeamWorkspacesDocument = client_1.gql `
4470
- query GetTeamWorkspaces($teamId: String!) {
4471
- GetTeamWorkspaces(teamId: $teamId) {
4472
- id
4473
- name
4474
- language
4475
- status
4476
- description
4477
- icon_url
4478
- config {
4479
- ports {
4480
- application
4481
- }
4482
- globalVariables {
4483
- field
4484
- value
4485
- }
4486
- variables {
4487
- field
4488
- value
4489
- }
4490
- }
4491
- spec {
4492
- cpu
4493
- ram
4494
- hdd
4495
- }
4496
- launch {
4497
- port
4498
- }
4499
- env {
4500
- field
4501
- value
4502
- }
4503
- updatedAt
4504
- createdAt
4505
- }
4506
- }
4507
- `;
3163
+ exports.GetTeamWorkspacesDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetTeamWorkspaces" }, "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": "GetTeamWorkspaces" }, "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": "language" } }, { "kind": "Field", "name": { "kind": "Name", "value": "status" } }, { "kind": "Field", "name": { "kind": "Name", "value": "description" } }, { "kind": "Field", "name": { "kind": "Name", "value": "icon_url" } }, { "kind": "Field", "name": { "kind": "Name", "value": "config" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "ports" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "application" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "globalVariables" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "field" } }, { "kind": "Field", "name": { "kind": "Name", "value": "value" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "variables" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "field" } }, { "kind": "Field", "name": { "kind": "Name", "value": "value" } }] } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "spec" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "cpu" } }, { "kind": "Field", "name": { "kind": "Name", "value": "ram" } }, { "kind": "Field", "name": { "kind": "Name", "value": "hdd" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "launch" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "port" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "env" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "field" } }, { "kind": "Field", "name": { "kind": "Name", "value": "value" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "updatedAt" } }, { "kind": "Field", "name": { "kind": "Name", "value": "createdAt" } }] } }] } }] };
4508
3164
  /**
4509
3165
  * __useGetTeamWorkspacesQuery__
4510
3166
  *
@@ -4531,73 +3187,7 @@ function useGetTeamWorkspacesLazyQuery(baseOptions) {
4531
3187
  return Apollo.useLazyQuery(exports.GetTeamWorkspacesDocument, options);
4532
3188
  }
4533
3189
  exports.useGetTeamWorkspacesLazyQuery = useGetTeamWorkspacesLazyQuery;
4534
- exports.GetWorkspaceDocument = client_1.gql `
4535
- query GetWorkspace($id: ID!) {
4536
- Workspace(id: $id) {
4537
- id
4538
- name
4539
- language
4540
- status
4541
- description
4542
- namespace
4543
- icon_url
4544
- connectionId
4545
- teamIds
4546
- config {
4547
- ports {
4548
- application
4549
- }
4550
- globalVariables {
4551
- field
4552
- value
4553
- secured
4554
- }
4555
- variables {
4556
- field
4557
- value
4558
- }
4559
- }
4560
- spec {
4561
- cpu
4562
- ram
4563
- hdd
4564
- }
4565
- launch {
4566
- port
4567
- }
4568
- env {
4569
- field
4570
- value
4571
- }
4572
- stacks {
4573
- type
4574
- chartName
4575
- repository
4576
- releaseName
4577
- chartVersion
4578
- namespace
4579
- connectionId
4580
- }
4581
- projects {
4582
- _id
4583
- name
4584
- description
4585
- source {
4586
- type
4587
- location
4588
- providers
4589
- parameters {
4590
- branch
4591
- httpsUrl
4592
- }
4593
- }
4594
- path
4595
- }
4596
- updatedAt
4597
- createdAt
4598
- }
4599
- }
4600
- `;
3190
+ exports.GetWorkspaceDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetWorkspace" }, "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": "Workspace" }, "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": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "language" } }, { "kind": "Field", "name": { "kind": "Name", "value": "status" } }, { "kind": "Field", "name": { "kind": "Name", "value": "description" } }, { "kind": "Field", "name": { "kind": "Name", "value": "namespace" } }, { "kind": "Field", "name": { "kind": "Name", "value": "icon_url" } }, { "kind": "Field", "name": { "kind": "Name", "value": "connectionId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "teamIds" } }, { "kind": "Field", "name": { "kind": "Name", "value": "config" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "ports" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "application" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "globalVariables" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "field" } }, { "kind": "Field", "name": { "kind": "Name", "value": "value" } }, { "kind": "Field", "name": { "kind": "Name", "value": "secured" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "variables" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "field" } }, { "kind": "Field", "name": { "kind": "Name", "value": "value" } }] } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "spec" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "cpu" } }, { "kind": "Field", "name": { "kind": "Name", "value": "ram" } }, { "kind": "Field", "name": { "kind": "Name", "value": "hdd" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "launch" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "port" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "env" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "field" } }, { "kind": "Field", "name": { "kind": "Name", "value": "value" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "stacks" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "type" } }, { "kind": "Field", "name": { "kind": "Name", "value": "chartName" } }, { "kind": "Field", "name": { "kind": "Name", "value": "repository" } }, { "kind": "Field", "name": { "kind": "Name", "value": "releaseName" } }, { "kind": "Field", "name": { "kind": "Name", "value": "chartVersion" } }, { "kind": "Field", "name": { "kind": "Name", "value": "namespace" } }, { "kind": "Field", "name": { "kind": "Name", "value": "connectionId" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "projects" }, "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": "source" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "type" } }, { "kind": "Field", "name": { "kind": "Name", "value": "location" } }, { "kind": "Field", "name": { "kind": "Name", "value": "providers" } }, { "kind": "Field", "name": { "kind": "Name", "value": "parameters" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "branch" } }, { "kind": "Field", "name": { "kind": "Name", "value": "httpsUrl" } }] } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "path" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "updatedAt" } }, { "kind": "Field", "name": { "kind": "Name", "value": "createdAt" } }] } }] } }] };
4601
3191
  /**
4602
3192
  * __useGetWorkspaceQuery__
4603
3193
  *
@@ -4624,23 +3214,7 @@ function useGetWorkspaceLazyQuery(baseOptions) {
4624
3214
  return Apollo.useLazyQuery(exports.GetWorkspaceDocument, options);
4625
3215
  }
4626
3216
  exports.useGetWorkspaceLazyQuery = useGetWorkspaceLazyQuery;
4627
- exports.WorkspaceStateDocument = client_1.gql `
4628
- query WorkspaceState {
4629
- WorkspaceState @client {
4630
- id
4631
- name
4632
- language
4633
- status
4634
- description
4635
- icon_url
4636
- spec {
4637
- cpu
4638
- ram
4639
- hdd
4640
- }
4641
- }
4642
- }
4643
- `;
3217
+ exports.WorkspaceStateDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "WorkspaceState" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "WorkspaceState" }, "directives": [{ "kind": "Directive", "name": { "kind": "Name", "value": "client" } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "language" } }, { "kind": "Field", "name": { "kind": "Name", "value": "status" } }, { "kind": "Field", "name": { "kind": "Name", "value": "description" } }, { "kind": "Field", "name": { "kind": "Name", "value": "icon_url" } }, { "kind": "Field", "name": { "kind": "Name", "value": "spec" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "cpu" } }, { "kind": "Field", "name": { "kind": "Name", "value": "ram" } }, { "kind": "Field", "name": { "kind": "Name", "value": "hdd" } }] } }] } }] } }] };
4644
3218
  /**
4645
3219
  * __useWorkspaceStateQuery__
4646
3220
  *
@@ -4666,45 +3240,7 @@ function useWorkspaceStateLazyQuery(baseOptions) {
4666
3240
  return Apollo.useLazyQuery(exports.WorkspaceStateDocument, options);
4667
3241
  }
4668
3242
  exports.useWorkspaceStateLazyQuery = useWorkspaceStateLazyQuery;
4669
- exports.GetWorkspacesDocument = client_1.gql `
4670
- query GetWorkspaces {
4671
- Workspaces {
4672
- id
4673
- name
4674
- language
4675
- status
4676
- description
4677
- icon_url
4678
- config {
4679
- ports {
4680
- application
4681
- }
4682
- globalVariables {
4683
- field
4684
- value
4685
- }
4686
- variables {
4687
- field
4688
- value
4689
- }
4690
- }
4691
- spec {
4692
- cpu
4693
- ram
4694
- hdd
4695
- }
4696
- launch {
4697
- port
4698
- }
4699
- env {
4700
- field
4701
- value
4702
- }
4703
- updatedAt
4704
- createdAt
4705
- }
4706
- }
4707
- `;
3243
+ exports.GetWorkspacesDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetWorkspaces" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "Workspaces" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "language" } }, { "kind": "Field", "name": { "kind": "Name", "value": "status" } }, { "kind": "Field", "name": { "kind": "Name", "value": "description" } }, { "kind": "Field", "name": { "kind": "Name", "value": "icon_url" } }, { "kind": "Field", "name": { "kind": "Name", "value": "config" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "ports" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "application" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "globalVariables" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "field" } }, { "kind": "Field", "name": { "kind": "Name", "value": "value" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "variables" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "field" } }, { "kind": "Field", "name": { "kind": "Name", "value": "value" } }] } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "spec" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "cpu" } }, { "kind": "Field", "name": { "kind": "Name", "value": "ram" } }, { "kind": "Field", "name": { "kind": "Name", "value": "hdd" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "launch" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "port" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "env" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "field" } }, { "kind": "Field", "name": { "kind": "Name", "value": "value" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "updatedAt" } }, { "kind": "Field", "name": { "kind": "Name", "value": "createdAt" } }] } }] } }] };
4708
3244
  /**
4709
3245
  * __useGetWorkspacesQuery__
4710
3246
  *
@@ -4730,26 +3266,7 @@ function useGetWorkspacesLazyQuery(baseOptions) {
4730
3266
  return Apollo.useLazyQuery(exports.GetWorkspacesDocument, options);
4731
3267
  }
4732
3268
  exports.useGetWorkspacesLazyQuery = useGetWorkspacesLazyQuery;
4733
- exports.subscribeToWorkspaceDocument = client_1.gql `
4734
- subscription subscribeToWorkspace($filter: SubscribeWorkspaceFilter, $mutations: [WorkspaceServerEvents]!) {
4735
- SubscribeToWorkspace(filter: $filter, mutations: $mutations) {
4736
- value {
4737
- id
4738
- name
4739
- language
4740
- status
4741
- description
4742
- icon_url
4743
- spec {
4744
- cpu
4745
- ram
4746
- hdd
4747
- }
4748
- }
4749
- mutation
4750
- }
4751
- }
4752
- `;
3269
+ exports.subscribeToWorkspaceDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "subscription", "name": { "kind": "Name", "value": "subscribeToWorkspace" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "filter" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "SubscribeWorkspaceFilter" } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "mutations" } }, "type": { "kind": "NonNullType", "type": { "kind": "ListType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "WorkspaceServerEvents" } } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "SubscribeToWorkspace" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "filter" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "filter" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "mutations" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "mutations" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "value" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "language" } }, { "kind": "Field", "name": { "kind": "Name", "value": "status" } }, { "kind": "Field", "name": { "kind": "Name", "value": "description" } }, { "kind": "Field", "name": { "kind": "Name", "value": "icon_url" } }, { "kind": "Field", "name": { "kind": "Name", "value": "spec" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "cpu" } }, { "kind": "Field", "name": { "kind": "Name", "value": "ram" } }, { "kind": "Field", "name": { "kind": "Name", "value": "hdd" } }] } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "mutation" } }] } }] } }] };
4753
3270
  /**
4754
3271
  * __usesubscribeToWorkspaceSubscription__
4755
3272
  *
@@ -4772,11 +3289,7 @@ function usesubscribeToWorkspaceSubscription(baseOptions) {
4772
3289
  return Apollo.useSubscription(exports.subscribeToWorkspaceDocument, options);
4773
3290
  }
4774
3291
  exports.usesubscribeToWorkspaceSubscription = usesubscribeToWorkspaceSubscription;
4775
- exports.toggleSidebarDocument = client_1.gql `
4776
- mutation toggleSidebar($state: Boolean!) {
4777
- toggleSidebar(state: $state) @client
4778
- }
4779
- `;
3292
+ exports.toggleSidebarDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "toggleSidebar" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "state" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Boolean" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "toggleSidebar" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "state" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "state" } } }], "directives": [{ "kind": "Directive", "name": { "kind": "Name", "value": "client" } }] }] } }] };
4780
3293
  /**
4781
3294
  * __usetoggleSidebarMutation__
4782
3295
  *
@@ -4799,11 +3312,7 @@ function usetoggleSidebarMutation(baseOptions) {
4799
3312
  return Apollo.useMutation(exports.toggleSidebarDocument, options);
4800
3313
  }
4801
3314
  exports.usetoggleSidebarMutation = usetoggleSidebarMutation;
4802
- exports.sidebarStateDocument = client_1.gql `
4803
- query sidebarState {
4804
- sidebarState @client
4805
- }
4806
- `;
3315
+ exports.sidebarStateDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "sidebarState" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "sidebarState" }, "directives": [{ "kind": "Directive", "name": { "kind": "Name", "value": "client" } }] }] } }] };
4807
3316
  /**
4808
3317
  * __usesidebarStateQuery__
4809
3318
  *
@@ -4829,11 +3338,7 @@ function usesidebarStateLazyQuery(baseOptions) {
4829
3338
  return Apollo.useLazyQuery(exports.sidebarStateDocument, options);
4830
3339
  }
4831
3340
  exports.usesidebarStateLazyQuery = usesidebarStateLazyQuery;
4832
- exports.AddContributionRoleDocument = client_1.gql `
4833
- mutation AddContributionRole($name: String!, $description: String) {
4834
- addContributionRole(name: $name, description: $description)
4835
- }
4836
- `;
3341
+ 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" } } }] }] } }] };
4837
3342
  /**
4838
3343
  * __useAddContributionRoleMutation__
4839
3344
  *
@@ -4857,11 +3362,7 @@ function useAddContributionRoleMutation(baseOptions) {
4857
3362
  return Apollo.useMutation(exports.AddContributionRoleDocument, options);
4858
3363
  }
4859
3364
  exports.useAddContributionRoleMutation = useAddContributionRoleMutation;
4860
- exports.AddResourceToContextDocument = client_1.gql `
4861
- mutation AddResourceToContext($resourcesToAdd: [OrganizationResourceCreationData_Input]!) {
4862
- addResourceToContext(resourcesToAdd: $resourcesToAdd) @client
4863
- }
4864
- `;
3365
+ 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": "ResourceCreationData_Input" } } } } }], "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" } }] }] } }] };
4865
3366
  /**
4866
3367
  * __useAddResourceToContextMutation__
4867
3368
  *
@@ -4884,11 +3385,7 @@ function useAddResourceToContextMutation(baseOptions) {
4884
3385
  return Apollo.useMutation(exports.AddResourceToContextDocument, options);
4885
3386
  }
4886
3387
  exports.useAddResourceToContextMutation = useAddResourceToContextMutation;
4887
- exports.ChangeOrganizationDocument = client_1.gql `
4888
- mutation ChangeOrganization($orgId: String) {
4889
- changeOrganization(orgId: $orgId) @client(always: true)
4890
- }
4891
- `;
3388
+ 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": "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" } } }], "directives": [{ "kind": "Directive", "name": { "kind": "Name", "value": "client" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "always" }, "value": { "kind": "BooleanValue", "value": true } }] }] }] } }] };
4892
3389
  /**
4893
3390
  * __useChangeOrganizationMutation__
4894
3391
  *
@@ -4902,7 +3399,7 @@ exports.ChangeOrganizationDocument = client_1.gql `
4902
3399
  * @example
4903
3400
  * const [changeOrganizationMutation, { data, loading, error }] = useChangeOrganizationMutation({
4904
3401
  * variables: {
4905
- * orgId: // value for 'orgId'
3402
+ * orgName: // value for 'orgName'
4906
3403
  * },
4907
3404
  * });
4908
3405
  */
@@ -4911,11 +3408,7 @@ function useChangeOrganizationMutation(baseOptions) {
4911
3408
  return Apollo.useMutation(exports.ChangeOrganizationDocument, options);
4912
3409
  }
4913
3410
  exports.useChangeOrganizationMutation = useChangeOrganizationMutation;
4914
- exports.InitiateConfigurationValueDocument = client_1.gql `
4915
- mutation InitiateConfigurationValue($resource: URI!) {
4916
- initiateConfigurationValue(resource: $resource)
4917
- }
4918
- `;
3411
+ 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" } } }] }] } }] };
4919
3412
  /**
4920
3413
  * __useInitiateConfigurationValueMutation__
4921
3414
  *
@@ -4938,11 +3431,7 @@ function useInitiateConfigurationValueMutation(baseOptions) {
4938
3431
  return Apollo.useMutation(exports.InitiateConfigurationValueDocument, options);
4939
3432
  }
4940
3433
  exports.useInitiateConfigurationValueMutation = useInitiateConfigurationValueMutation;
4941
- exports.InitializeOrgNameInContextDocument = client_1.gql `
4942
- mutation InitializeOrgNameInContext($orgName: String) {
4943
- initializeOrgNameInContext(orgName: $orgName) @client
4944
- }
4945
- `;
3434
+ 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" } }] }] } }] };
4946
3435
  /**
4947
3436
  * __useInitializeOrgNameInContextMutation__
4948
3437
  *
@@ -4965,11 +3454,7 @@ function useInitializeOrgNameInContextMutation(baseOptions) {
4965
3454
  return Apollo.useMutation(exports.InitializeOrgNameInContextDocument, options);
4966
3455
  }
4967
3456
  exports.useInitializeOrgNameInContextMutation = useInitializeOrgNameInContextMutation;
4968
- exports.InitializeTeamInContextDocument = client_1.gql `
4969
- mutation InitializeTeamInContext($teamName: String!, $orgName: String!) {
4970
- initializeTeamInContext(teamName: $teamName, orgName: $orgName) @client
4971
- }
4972
- `;
3457
+ 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" } }] }] } }] };
4973
3458
  /**
4974
3459
  * __useInitializeTeamInContextMutation__
4975
3460
  *
@@ -4993,13 +3478,7 @@ function useInitializeTeamInContextMutation(baseOptions) {
4993
3478
  return Apollo.useMutation(exports.InitializeTeamInContextDocument, options);
4994
3479
  }
4995
3480
  exports.useInitializeTeamInContextMutation = useInitializeTeamInContextMutation;
4996
- exports.CreateIntegrationConfigurationDocument = client_1.gql `
4997
- mutation CreateIntegrationConfiguration($data: IntegrationConfigurationInput) {
4998
- createIntegrationConfiguration(data: $data) {
4999
- id
5000
- }
5001
- }
5002
- `;
3481
+ exports.CreateIntegrationConfigurationDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "CreateIntegrationConfiguration" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "data" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "IntegrationConfigurationInput" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "createIntegrationConfiguration" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "data" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "data" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }] } }] } }] };
5003
3482
  /**
5004
3483
  * __useCreateIntegrationConfigurationMutation__
5005
3484
  *
@@ -5022,13 +3501,7 @@ function useCreateIntegrationConfigurationMutation(baseOptions) {
5022
3501
  return Apollo.useMutation(exports.CreateIntegrationConfigurationDocument, options);
5023
3502
  }
5024
3503
  exports.useCreateIntegrationConfigurationMutation = useCreateIntegrationConfigurationMutation;
5025
- exports.CreateOrUpdateIntegrationConfigurationDocument = client_1.gql `
5026
- mutation CreateOrUpdateIntegrationConfiguration($data: IntegrationConfigurationCreateOrUpdateInput) {
5027
- createOrUpdateIntegrationConfiguration(data: $data) {
5028
- id
5029
- }
5030
- }
5031
- `;
3504
+ exports.CreateOrUpdateIntegrationConfigurationDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "CreateOrUpdateIntegrationConfiguration" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "data" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "IntegrationConfigurationCreateOrUpdateInput" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "createOrUpdateIntegrationConfiguration" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "data" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "data" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }] } }] } }] };
5032
3505
  /**
5033
3506
  * __useCreateOrUpdateIntegrationConfigurationMutation__
5034
3507
  *
@@ -5051,11 +3524,7 @@ function useCreateOrUpdateIntegrationConfigurationMutation(baseOptions) {
5051
3524
  return Apollo.useMutation(exports.CreateOrUpdateIntegrationConfigurationDocument, options);
5052
3525
  }
5053
3526
  exports.useCreateOrUpdateIntegrationConfigurationMutation = useCreateOrUpdateIntegrationConfigurationMutation;
5054
- exports.DeleteIntegrationConfigurationDocument = client_1.gql `
5055
- mutation DeleteIntegrationConfiguration($id: String!) {
5056
- deleteIntegrationConfiguration(id: $id)
5057
- }
5058
- `;
3527
+ exports.DeleteIntegrationConfigurationDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "DeleteIntegrationConfiguration" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "id" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "deleteIntegrationConfiguration" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "id" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "id" } } }] }] } }] };
5059
3528
  /**
5060
3529
  * __useDeleteIntegrationConfigurationMutation__
5061
3530
  *
@@ -5078,11 +3547,7 @@ function useDeleteIntegrationConfigurationMutation(baseOptions) {
5078
3547
  return Apollo.useMutation(exports.DeleteIntegrationConfigurationDocument, options);
5079
3548
  }
5080
3549
  exports.useDeleteIntegrationConfigurationMutation = useDeleteIntegrationConfigurationMutation;
5081
- exports.ReassignConfigurationDocument = client_1.gql `
5082
- mutation ReassignConfiguration {
5083
- reassignRole @client(always: true)
5084
- }
5085
- `;
3550
+ 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 } }] }] }] } }] };
5086
3551
  /**
5087
3552
  * __useReassignConfigurationMutation__
5088
3553
  *
@@ -5104,11 +3569,7 @@ function useReassignConfigurationMutation(baseOptions) {
5104
3569
  return Apollo.useMutation(exports.ReassignConfigurationDocument, options);
5105
3570
  }
5106
3571
  exports.useReassignConfigurationMutation = useReassignConfigurationMutation;
5107
- exports.UpdateConfigurationDocument = client_1.gql `
5108
- mutation UpdateConfiguration($input: PreferencesInput_Input!, $key: String!, $value: AnyObject!, $overrides: ConfigurationOverrides_Input, $target: Int, $donotNotifyError: Boolean) {
5109
- updateConfiguration(input: $input, key: $key, value: $value, overrides: $overrides, target: $target, donotNotifyError: $donotNotifyError) @client(always: true)
5110
- }
5111
- `;
3572
+ 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": "PreferencesInput_Input" } } } }, { "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": "ConfigurationOverrides_Input" } } }, { "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 } }] }] }] } }] };
5112
3573
  /**
5113
3574
  * __useUpdateConfigurationMutation__
5114
3575
  *
@@ -5136,15 +3597,7 @@ function useUpdateConfigurationMutation(baseOptions) {
5136
3597
  return Apollo.useMutation(exports.UpdateConfigurationDocument, options);
5137
3598
  }
5138
3599
  exports.useUpdateConfigurationMutation = useUpdateConfigurationMutation;
5139
- exports.GetApplicationPolicyDocument = client_1.gql `
5140
- query GetApplicationPolicy($input: [ConfigurationInput]) {
5141
- getConfigurationPolicies(input: $input) {
5142
- ... on ApplicationPolicy {
5143
- ...Configuration
5144
- }
5145
- }
5146
- }
5147
- ${exports.ConfigurationFragmentDoc}`;
3600
+ 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" } }] } }] };
5148
3601
  /**
5149
3602
  * __useGetApplicationPolicyQuery__
5150
3603
  *
@@ -5171,15 +3624,7 @@ function useGetApplicationPolicyLazyQuery(baseOptions) {
5171
3624
  return Apollo.useLazyQuery(exports.GetApplicationPolicyDocument, options);
5172
3625
  }
5173
3626
  exports.useGetApplicationPolicyLazyQuery = useGetApplicationPolicyLazyQuery;
5174
- exports.GetApplicationRoleDocument = client_1.gql `
5175
- query GetApplicationRole($input: [RoleInput]) {
5176
- getRoles(input: $input) {
5177
- ... on ApplicationRolePermission {
5178
- ...Configuration
5179
- }
5180
- }
5181
- }
5182
- ${exports.ConfigurationFragmentDoc}`;
3627
+ 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": "ApplicationRolePermission" } }, "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" } }] } }] };
5183
3628
  /**
5184
3629
  * __useGetApplicationRoleQuery__
5185
3630
  *
@@ -5206,13 +3651,7 @@ function useGetApplicationRoleLazyQuery(baseOptions) {
5206
3651
  return Apollo.useLazyQuery(exports.GetApplicationRoleDocument, options);
5207
3652
  }
5208
3653
  exports.useGetApplicationRoleLazyQuery = useGetApplicationRoleLazyQuery;
5209
- exports.DefaultResolveSettingsDocument = client_1.gql `
5210
- query DefaultResolveSettings($uri: URI!, $target: Int) {
5211
- resolveSettings(uri: $uri, target: $target) @client(always: true) {
5212
- ...DefaultSetting
5213
- }
5214
- }
5215
- ${exports.DefaultSettingFragmentDoc}`;
3654
+ exports.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": "enum" } }, { "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" } }] } }] } }] };
5216
3655
  /**
5217
3656
  * __useDefaultResolveSettingsQuery__
5218
3657
  *
@@ -5240,11 +3679,7 @@ function useDefaultResolveSettingsLazyQuery(baseOptions) {
5240
3679
  return Apollo.useLazyQuery(exports.DefaultResolveSettingsDocument, options);
5241
3680
  }
5242
3681
  exports.useDefaultResolveSettingsLazyQuery = useDefaultResolveSettingsLazyQuery;
5243
- exports.GetConfigurationTargetDocument = client_1.gql `
5244
- query GetConfigurationTarget($resource: URI) {
5245
- getConfigurationTarget(resource: $resource) @client
5246
- }
5247
- `;
3682
+ 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" } }] }] } }] };
5248
3683
  /**
5249
3684
  * __useGetConfigurationTargetQuery__
5250
3685
  *
@@ -5271,11 +3706,7 @@ function useGetConfigurationTargetLazyQuery(baseOptions) {
5271
3706
  return Apollo.useLazyQuery(exports.GetConfigurationTargetDocument, options);
5272
3707
  }
5273
3708
  exports.useGetConfigurationTargetLazyQuery = useGetConfigurationTargetLazyQuery;
5274
- exports.GetContextPropertyDocument = client_1.gql `
5275
- query GetContextProperty($keys: [String]) {
5276
- getContextProperty(keys: $keys) @client
5277
- }
5278
- `;
3709
+ exports.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" } }] }] } }] };
5279
3710
  /**
5280
3711
  * __useGetContextPropertyQuery__
5281
3712
  *
@@ -5302,13 +3733,7 @@ function useGetContextPropertyLazyQuery(baseOptions) {
5302
3733
  return Apollo.useLazyQuery(exports.GetContextPropertyDocument, options);
5303
3734
  }
5304
3735
  exports.useGetContextPropertyLazyQuery = useGetContextPropertyLazyQuery;
5305
- exports.GetDefaultApplicationPermissionsDocument = client_1.gql `
5306
- query GetDefaultApplicationPermissions($roleName: String) {
5307
- mergedApplicationPermissions(roleName: $roleName) {
5308
- ...OverWriteRoleValue
5309
- }
5310
- }
5311
- ${exports.OverWriteRoleValueFragmentDoc}`;
3736
+ 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" } }] } }] };
5312
3737
  /**
5313
3738
  * __useGetDefaultApplicationPermissionsQuery__
5314
3739
  *
@@ -5335,55 +3760,7 @@ function useGetDefaultApplicationPermissionsLazyQuery(baseOptions) {
5335
3760
  return Apollo.useLazyQuery(exports.GetDefaultApplicationPermissionsDocument, options);
5336
3761
  }
5337
3762
  exports.useGetDefaultApplicationPermissionsLazyQuery = useGetDefaultApplicationPermissionsLazyQuery;
5338
- exports.GetDefaultConfigurationDocument = client_1.gql `
5339
- query GetDefaultConfiguration($input: [ConfigurationInput]) {
5340
- getConfiguration(input: $input) {
5341
- ... on DefaultConfiguration {
5342
- ...Configuration
5343
- }
5344
- }
5345
- }
5346
- ${exports.ConfigurationFragmentDoc}`;
5347
- /**
5348
- * __useGetDefaultConfigurationQuery__
5349
- *
5350
- * To run a query within a React component, call `useGetDefaultConfigurationQuery` and pass it any options that fit your needs.
5351
- * When your component renders, `useGetDefaultConfigurationQuery` returns an object from Apollo Client that contains loading, error, and data properties
5352
- * you can use to render your UI.
5353
- *
5354
- * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;
5355
- *
5356
- * @example
5357
- * const { data, loading, error } = useGetDefaultConfigurationQuery({
5358
- * variables: {
5359
- * input: // value for 'input'
5360
- * },
5361
- * });
5362
- */
5363
- function useGetDefaultConfigurationQuery(baseOptions) {
5364
- const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
5365
- return Apollo.useQuery(exports.GetDefaultConfigurationDocument, options);
5366
- }
5367
- exports.useGetDefaultConfigurationQuery = useGetDefaultConfigurationQuery;
5368
- function useGetDefaultConfigurationLazyQuery(baseOptions) {
5369
- const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
5370
- return Apollo.useLazyQuery(exports.GetDefaultConfigurationDocument, options);
5371
- }
5372
- exports.useGetDefaultConfigurationLazyQuery = useGetDefaultConfigurationLazyQuery;
5373
- exports.GetDefaultPermissionsDocument = client_1.gql `
5374
- query GetDefaultPermissions($target: Int) {
5375
- defaultPermissions(target: $target) {
5376
- id
5377
- title
5378
- sections {
5379
- title
5380
- settings {
5381
- ...DefaultSetting
5382
- }
5383
- }
5384
- }
5385
- }
5386
- ${exports.DefaultSettingFragmentDoc}`;
3763
+ exports.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": "enum" } }, { "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" } }] } }] } }] };
5387
3764
  /**
5388
3765
  * __useGetDefaultPermissionsQuery__
5389
3766
  *
@@ -5410,55 +3787,7 @@ function useGetDefaultPermissionsLazyQuery(baseOptions) {
5410
3787
  return Apollo.useLazyQuery(exports.GetDefaultPermissionsDocument, options);
5411
3788
  }
5412
3789
  exports.useGetDefaultPermissionsLazyQuery = useGetDefaultPermissionsLazyQuery;
5413
- exports.GetDefaultPolicyDocument = client_1.gql `
5414
- query GetDefaultPolicy($input: [ConfigurationInput]) {
5415
- getConfigurationPolicies(input: $input) {
5416
- ... on DefaultPolicy {
5417
- ...Configuration
5418
- }
5419
- }
5420
- }
5421
- ${exports.ConfigurationFragmentDoc}`;
5422
- /**
5423
- * __useGetDefaultPolicyQuery__
5424
- *
5425
- * To run a query within a React component, call `useGetDefaultPolicyQuery` and pass it any options that fit your needs.
5426
- * When your component renders, `useGetDefaultPolicyQuery` returns an object from Apollo Client that contains loading, error, and data properties
5427
- * you can use to render your UI.
5428
- *
5429
- * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;
5430
- *
5431
- * @example
5432
- * const { data, loading, error } = useGetDefaultPolicyQuery({
5433
- * variables: {
5434
- * input: // value for 'input'
5435
- * },
5436
- * });
5437
- */
5438
- function useGetDefaultPolicyQuery(baseOptions) {
5439
- const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
5440
- return Apollo.useQuery(exports.GetDefaultPolicyDocument, options);
5441
- }
5442
- exports.useGetDefaultPolicyQuery = useGetDefaultPolicyQuery;
5443
- function useGetDefaultPolicyLazyQuery(baseOptions) {
5444
- const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
5445
- return Apollo.useLazyQuery(exports.GetDefaultPolicyDocument, options);
5446
- }
5447
- exports.useGetDefaultPolicyLazyQuery = useGetDefaultPolicyLazyQuery;
5448
- exports.GetDefaultPolicySettingsDocument = client_1.gql `
5449
- query GetDefaultPolicySettings($target: Int) {
5450
- defaultPolicies(target: $target) {
5451
- id
5452
- title
5453
- sections {
5454
- title
5455
- settings {
5456
- ...DefaultSetting
5457
- }
5458
- }
5459
- }
5460
- }
5461
- ${exports.DefaultSettingFragmentDoc}`;
3790
+ 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": "enum" } }, { "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" } }] } }] } }] };
5462
3791
  /**
5463
3792
  * __useGetDefaultPolicySettingsQuery__
5464
3793
  *
@@ -5485,15 +3814,7 @@ function useGetDefaultPolicySettingsLazyQuery(baseOptions) {
5485
3814
  return Apollo.useLazyQuery(exports.GetDefaultPolicySettingsDocument, options);
5486
3815
  }
5487
3816
  exports.useGetDefaultPolicySettingsLazyQuery = useGetDefaultPolicySettingsLazyQuery;
5488
- exports.GetDefaultRoleDocument = client_1.gql `
5489
- query GetDefaultRole {
5490
- getRoles(input: [{target: 6}]) {
5491
- ... on DefaultRole {
5492
- ...Configuration
5493
- }
5494
- }
5495
- }
5496
- ${exports.ConfigurationFragmentDoc}`;
3817
+ exports.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" } }] } }] };
5497
3818
  /**
5498
3819
  * __useGetDefaultRoleQuery__
5499
3820
  *
@@ -5519,13 +3840,7 @@ function useGetDefaultRoleLazyQuery(baseOptions) {
5519
3840
  return Apollo.useLazyQuery(exports.GetDefaultRoleDocument, options);
5520
3841
  }
5521
3842
  exports.useGetDefaultRoleLazyQuery = useGetDefaultRoleLazyQuery;
5522
- exports.GetTeamContextDocument = client_1.gql `
5523
- query GetTeamContext {
5524
- getTeamContext @client {
5525
- ...TeamContext
5526
- }
5527
- }
5528
- ${exports.TeamContextFragmentDoc}`;
3843
+ 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" } }] } }] };
5529
3844
  /**
5530
3845
  * __useGetTeamContextQuery__
5531
3846
  *
@@ -5551,13 +3866,7 @@ function useGetTeamContextLazyQuery(baseOptions) {
5551
3866
  return Apollo.useLazyQuery(exports.GetTeamContextDocument, options);
5552
3867
  }
5553
3868
  exports.useGetTeamContextLazyQuery = useGetTeamContextLazyQuery;
5554
- exports.GetTeamNameFromContextDocument = client_1.gql `
5555
- query GetTeamNameFromContext {
5556
- getTeamNameFromContext @client {
5557
- ...TeamNameInContext
5558
- }
5559
- }
5560
- ${exports.TeamNameInContextFragmentDoc}`;
3869
+ exports.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" } }] } }] };
5561
3870
  /**
5562
3871
  * __useGetTeamNameFromContextQuery__
5563
3872
  *
@@ -5583,24 +3892,7 @@ function useGetTeamNameFromContextLazyQuery(baseOptions) {
5583
3892
  return Apollo.useLazyQuery(exports.GetTeamNameFromContextDocument, options);
5584
3893
  }
5585
3894
  exports.useGetTeamNameFromContextLazyQuery = useGetTeamNameFromContextLazyQuery;
5586
- exports.getUserAccessRoleDocument = client_1.gql `
5587
- query getUserAccessRole($input: [RoleInput]) {
5588
- getUserAccessRole(input: $input) {
5589
- accessRoles {
5590
- ... on OrganizationRole {
5591
- ...Configuration
5592
- }
5593
- ... on ResourceRole {
5594
- ...Configuration
5595
- }
5596
- }
5597
- resourceUserRoles {
5598
- resource
5599
- role
5600
- }
5601
- }
5602
- }
5603
- ${exports.ConfigurationFragmentDoc}`;
3895
+ 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" } }] } }] };
5604
3896
  /**
5605
3897
  * __usegetUserAccessRoleQuery__
5606
3898
  *
@@ -5627,14 +3919,7 @@ function usegetUserAccessRoleLazyQuery(baseOptions) {
5627
3919
  return Apollo.useLazyQuery(exports.getUserAccessRoleDocument, options);
5628
3920
  }
5629
3921
  exports.usegetUserAccessRoleLazyQuery = usegetUserAccessRoleLazyQuery;
5630
- exports.OpenPreferencesSettingsDocument = client_1.gql `
5631
- query OpenPreferencesSettings($resource: URI, $jsonEditor: Boolean, $options: PreferencesOpenOptions_Input) {
5632
- openPreferencesSettings(resource: $resource, jsonEditor: $jsonEditor, options: $options) @client {
5633
- editableSettingsInput
5634
- defaultPreferencesInput
5635
- }
5636
- }
5637
- `;
3922
+ 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": "PreferencesOpenOptions_Input" } } }], "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" } }] } }] } }] };
5638
3923
  /**
5639
3924
  * __useOpenPreferencesSettingsQuery__
5640
3925
  *
@@ -5663,15 +3948,7 @@ function useOpenPreferencesSettingsLazyQuery(baseOptions) {
5663
3948
  return Apollo.useLazyQuery(exports.OpenPreferencesSettingsDocument, options);
5664
3949
  }
5665
3950
  exports.useOpenPreferencesSettingsLazyQuery = useOpenPreferencesSettingsLazyQuery;
5666
- exports.GetOrgConfigurationDocument = client_1.gql `
5667
- query GetOrgConfiguration($input: [ConfigurationInput]) {
5668
- getConfiguration(input: $input) {
5669
- ... on OrganizationConfiguration {
5670
- ...Configuration
5671
- }
5672
- }
5673
- }
5674
- ${exports.ConfigurationFragmentDoc}`;
3951
+ exports.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" } }] } }] };
5675
3952
  /**
5676
3953
  * __useGetOrgConfigurationQuery__
5677
3954
  *
@@ -5698,15 +3975,7 @@ function useGetOrgConfigurationLazyQuery(baseOptions) {
5698
3975
  return Apollo.useLazyQuery(exports.GetOrgConfigurationDocument, options);
5699
3976
  }
5700
3977
  exports.useGetOrgConfigurationLazyQuery = useGetOrgConfigurationLazyQuery;
5701
- exports.GetOrgPolicyDocument = client_1.gql `
5702
- query GetOrgPolicy($input: [ConfigurationInput]) {
5703
- getConfigurationPolicies(input: $input) {
5704
- ... on OrganizationPolicy {
5705
- ...Configuration
5706
- }
5707
- }
5708
- }
5709
- ${exports.ConfigurationFragmentDoc}`;
3978
+ 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" } }] } }] };
5710
3979
  /**
5711
3980
  * __useGetOrgPolicyQuery__
5712
3981
  *
@@ -5733,15 +4002,7 @@ function useGetOrgPolicyLazyQuery(baseOptions) {
5733
4002
  return Apollo.useLazyQuery(exports.GetOrgPolicyDocument, options);
5734
4003
  }
5735
4004
  exports.useGetOrgPolicyLazyQuery = useGetOrgPolicyLazyQuery;
5736
- exports.GetOrgRoleDocument = client_1.gql `
5737
- query GetOrgRole($input: [RoleInput]) {
5738
- getRoles(input: $input) {
5739
- ... on OrganizationRole {
5740
- ...Configuration
5741
- }
5742
- }
5743
- }
5744
- ${exports.ConfigurationFragmentDoc}`;
4005
+ 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" } }] } }] };
5745
4006
  /**
5746
4007
  * __useGetOrgRoleQuery__
5747
4008
  *
@@ -5768,18 +4029,7 @@ function useGetOrgRoleLazyQuery(baseOptions) {
5768
4029
  return Apollo.useLazyQuery(exports.GetOrgRoleDocument, options);
5769
4030
  }
5770
4031
  exports.useGetOrgRoleLazyQuery = useGetOrgRoleLazyQuery;
5771
- exports.GetOrgWithResourcesPolicyDocument = client_1.gql `
5772
- query GetOrgWithResourcesPolicy($input: [ConfigurationInput]) {
5773
- getConfigurationPolicies(input: $input) {
5774
- ... on OrganizationPolicy {
5775
- ...Configuration
5776
- }
5777
- ... on ResourcePolicy {
5778
- ...Configuration
5779
- }
5780
- }
5781
- }
5782
- ${exports.ConfigurationFragmentDoc}`;
4032
+ exports.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" } }] } }] };
5783
4033
  /**
5784
4034
  * __useGetOrgWithResourcesPolicyQuery__
5785
4035
  *
@@ -5806,18 +4056,7 @@ function useGetOrgWithResourcesPolicyLazyQuery(baseOptions) {
5806
4056
  return Apollo.useLazyQuery(exports.GetOrgWithResourcesPolicyDocument, options);
5807
4057
  }
5808
4058
  exports.useGetOrgWithResourcesPolicyLazyQuery = useGetOrgWithResourcesPolicyLazyQuery;
5809
- exports.GetOrgWithResourcesRoleDocument = client_1.gql `
5810
- query GetOrgWithResourcesRole($input: [RoleInput]) {
5811
- getRoles(input: $input) {
5812
- ... on OrganizationRole {
5813
- ...Configuration
5814
- }
5815
- ... on ResourceRole {
5816
- ...Configuration
5817
- }
5818
- }
5819
- }
5820
- ${exports.ConfigurationFragmentDoc}`;
4059
+ exports.GetOrgWithResourcesRoleDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetOrgWithResourcesRole" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "input" } }, "type": { "kind": "ListType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "RoleInput" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getRoles" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "input" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "input" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "OrganizationRole" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "Configuration" } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "ResourceRole" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "Configuration" } }] } }] } }] } }, { "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "Configuration" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "IConfigurationModel" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "resource" } }, { "kind": "Field", "name": { "kind": "Name", "value": "target" } }, { "kind": "Field", "name": { "kind": "Name", "value": "contents" } }, { "kind": "Field", "name": { "kind": "Name", "value": "keys" } }, { "kind": "Field", "name": { "kind": "Name", "value": "overrides" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "contents" } }, { "kind": "Field", "name": { "kind": "Name", "value": "identifiers" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }] } }] };
5821
4060
  /**
5822
4061
  * __useGetOrgWithResourcesRoleQuery__
5823
4062
  *
@@ -5844,11 +4083,7 @@ function useGetOrgWithResourcesRoleLazyQuery(baseOptions) {
5844
4083
  return Apollo.useLazyQuery(exports.GetOrgWithResourcesRoleDocument, options);
5845
4084
  }
5846
4085
  exports.useGetOrgWithResourcesRoleLazyQuery = useGetOrgWithResourcesRoleLazyQuery;
5847
- exports.ResolveConfigurationDocument = client_1.gql `
5848
- query ResolveConfiguration($input: PreferencesInput_Input!, $key: String, $overrides: ConfigurationOverrides_Input) {
5849
- resolveConfiguration(input: $input, key: $key, overrides: $overrides) @client(always: true)
5850
- }
5851
- `;
4086
+ exports.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": "PreferencesInput_Input" } } } }, { "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": "ConfigurationOverrides_Input" } } }], "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 } }] }] }] } }] };
5852
4087
  /**
5853
4088
  * __useResolveConfigurationQuery__
5854
4089
  *
@@ -5877,15 +4112,7 @@ function useResolveConfigurationLazyQuery(baseOptions) {
5877
4112
  return Apollo.useLazyQuery(exports.ResolveConfigurationDocument, options);
5878
4113
  }
5879
4114
  exports.useResolveConfigurationLazyQuery = useResolveConfigurationLazyQuery;
5880
- exports.GetResourcesConfigurationDocument = client_1.gql `
5881
- query GetResourcesConfiguration($input: [ConfigurationInput]) {
5882
- getConfiguration(input: $input) {
5883
- ... on OrganizationResourceConfiguration {
5884
- ...Configuration
5885
- }
5886
- }
5887
- }
5888
- ${exports.ConfigurationFragmentDoc}`;
4115
+ 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" } }] } }] };
5889
4116
  /**
5890
4117
  * __useGetResourcesConfigurationQuery__
5891
4118
  *
@@ -5912,15 +4139,7 @@ function useGetResourcesConfigurationLazyQuery(baseOptions) {
5912
4139
  return Apollo.useLazyQuery(exports.GetResourcesConfigurationDocument, options);
5913
4140
  }
5914
4141
  exports.useGetResourcesConfigurationLazyQuery = useGetResourcesConfigurationLazyQuery;
5915
- exports.GetUserConfigurationDocument = client_1.gql `
5916
- query GetUserConfiguration {
5917
- getConfiguration(input: [{target: 1}]) {
5918
- ... on UserConfiguration {
5919
- ...Configuration
5920
- }
5921
- }
5922
- }
5923
- ${exports.ConfigurationFragmentDoc}`;
4142
+ exports.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" } }] } }] };
5924
4143
  /**
5925
4144
  * __useGetUserConfigurationQuery__
5926
4145
  *
@@ -5933,6 +4152,7 @@ exports.GetUserConfigurationDocument = client_1.gql `
5933
4152
  * @example
5934
4153
  * const { data, loading, error } = useGetUserConfigurationQuery({
5935
4154
  * variables: {
4155
+ * input: // value for 'input'
5936
4156
  * },
5937
4157
  * });
5938
4158
  */
@@ -5946,25 +4166,7 @@ function useGetUserConfigurationLazyQuery(baseOptions) {
5946
4166
  return Apollo.useLazyQuery(exports.GetUserConfigurationDocument, options);
5947
4167
  }
5948
4168
  exports.useGetUserConfigurationLazyQuery = useGetUserConfigurationLazyQuery;
5949
- exports.DefaultSettingsDocument = client_1.gql `
5950
- query DefaultSettings($target: Int) {
5951
- defaultViewerSettingsSubject(target: $target) {
5952
- settingsCascade {
5953
- finalConfiguration {
5954
- defaultSetting {
5955
- title
5956
- id
5957
- sections {
5958
- settings {
5959
- ...DefaultSetting
5960
- }
5961
- }
5962
- }
5963
- }
5964
- }
5965
- }
5966
- }
5967
- ${exports.DefaultSettingFragmentDoc}`;
4169
+ 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": "enum" } }, { "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" } }] } }] } }] };
5968
4170
  /**
5969
4171
  * __useDefaultSettingsQuery__
5970
4172
  *
@@ -5991,16 +4193,7 @@ function useDefaultSettingsLazyQuery(baseOptions) {
5991
4193
  return Apollo.useLazyQuery(exports.DefaultSettingsDocument, options);
5992
4194
  }
5993
4195
  exports.useDefaultSettingsLazyQuery = useDefaultSettingsLazyQuery;
5994
- exports.getContributionRolesDocument = client_1.gql `
5995
- query getContributionRoles {
5996
- getContributionRoles {
5997
- id
5998
- name
5999
- target
6000
- description
6001
- }
6002
- }
6003
- `;
4196
+ exports.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" } }] } }] } }] };
6004
4197
  /**
6005
4198
  * __usegetContributionRolesQuery__
6006
4199
  *
@@ -6026,13 +4219,7 @@ function usegetContributionRolesLazyQuery(baseOptions) {
6026
4219
  return Apollo.useLazyQuery(exports.getContributionRolesDocument, options);
6027
4220
  }
6028
4221
  exports.usegetContributionRolesLazyQuery = usegetContributionRolesLazyQuery;
6029
- exports.GetOrgContextDocument = client_1.gql `
6030
- query GetOrgContext {
6031
- getOrgContext @client {
6032
- ...OrgContext
6033
- }
6034
- }
6035
- ${exports.OrgContextFragmentDoc}`;
4222
+ 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" } }] } }] };
6036
4223
  /**
6037
4224
  * __useGetOrgContextQuery__
6038
4225
  *
@@ -6058,13 +4245,7 @@ function useGetOrgContextLazyQuery(baseOptions) {
6058
4245
  return Apollo.useLazyQuery(exports.GetOrgContextDocument, options);
6059
4246
  }
6060
4247
  exports.useGetOrgContextLazyQuery = useGetOrgContextLazyQuery;
6061
- exports.GetOrgNameFromContextDocument = client_1.gql `
6062
- query GetOrgNameFromContext {
6063
- getOrgNameFromContext @client {
6064
- ...OrgNameInContext
6065
- }
6066
- }
6067
- ${exports.OrgNameInContextFragmentDoc}`;
4248
+ exports.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" } }] } }] };
6068
4249
  /**
6069
4250
  * __useGetOrgNameFromContextQuery__
6070
4251
  *
@@ -6090,16 +4271,7 @@ function useGetOrgNameFromContextLazyQuery(baseOptions) {
6090
4271
  return Apollo.useLazyQuery(exports.GetOrgNameFromContextDocument, options);
6091
4272
  }
6092
4273
  exports.useGetOrgNameFromContextLazyQuery = useGetOrgNameFromContextLazyQuery;
6093
- exports.getRoleDocument = client_1.gql `
6094
- query getRole($input: RoleInput) {
6095
- getRole(input: $input) {
6096
- ... on OrganizationRole {
6097
- contents
6098
- keys
6099
- }
6100
- }
6101
- }
6102
- `;
4274
+ 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" } }] } }] } }] } }] };
6103
4275
  /**
6104
4276
  * __usegetRoleQuery__
6105
4277
  *
@@ -6126,18 +4298,7 @@ function usegetRoleLazyQuery(baseOptions) {
6126
4298
  return Apollo.useLazyQuery(exports.getRoleDocument, options);
6127
4299
  }
6128
4300
  exports.usegetRoleLazyQuery = usegetRoleLazyQuery;
6129
- exports.FilterIntegrationConfigurationDocument = client_1.gql `
6130
- query FilterIntegrationConfiguration($filter: IntegrationConfigurationFilterInput!) {
6131
- filterIntegrationConfiguration(filter: $filter) {
6132
- id
6133
- name
6134
- integrationName
6135
- status
6136
- updatedAt
6137
- integrationInfo
6138
- }
6139
- }
6140
- `;
4301
+ exports.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" } }] } }] } }] };
6141
4302
  /**
6142
4303
  * __useFilterIntegrationConfigurationQuery__
6143
4304
  *
@@ -6164,18 +4325,7 @@ function useFilterIntegrationConfigurationLazyQuery(baseOptions) {
6164
4325
  return Apollo.useLazyQuery(exports.FilterIntegrationConfigurationDocument, options);
6165
4326
  }
6166
4327
  exports.useFilterIntegrationConfigurationLazyQuery = useFilterIntegrationConfigurationLazyQuery;
6167
- exports.GetAllIntegrationConfigurationsDocument = client_1.gql `
6168
- query GetAllIntegrationConfigurations {
6169
- getAllIntegrationConfigurations {
6170
- id
6171
- name
6172
- integrationName
6173
- status
6174
- updatedAt
6175
- integrationInfo
6176
- }
6177
- }
6178
- `;
4328
+ exports.GetAllIntegrationConfigurationsDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetAllIntegrationConfigurations" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getAllIntegrationConfigurations" }, "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" } }] } }] } }] };
6179
4329
  /**
6180
4330
  * __useGetAllIntegrationConfigurationsQuery__
6181
4331
  *
@@ -6201,18 +4351,7 @@ function useGetAllIntegrationConfigurationsLazyQuery(baseOptions) {
6201
4351
  return Apollo.useLazyQuery(exports.GetAllIntegrationConfigurationsDocument, options);
6202
4352
  }
6203
4353
  exports.useGetAllIntegrationConfigurationsLazyQuery = useGetAllIntegrationConfigurationsLazyQuery;
6204
- exports.GetIntegrationConfigurationDocument = client_1.gql `
6205
- query GetIntegrationConfiguration($id: String!) {
6206
- getIntegrationConfiguration(id: $id) {
6207
- id
6208
- name
6209
- integrationName
6210
- status
6211
- updatedAt
6212
- integrationInfo
6213
- }
6214
- }
6215
- `;
4354
+ exports.GetIntegrationConfigurationDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetIntegrationConfiguration" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "id" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getIntegrationConfiguration" }, "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": "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" } }] } }] } }] };
6216
4355
  /**
6217
4356
  * __useGetIntegrationConfigurationQuery__
6218
4357
  *
@@ -6239,18 +4378,7 @@ function useGetIntegrationConfigurationLazyQuery(baseOptions) {
6239
4378
  return Apollo.useLazyQuery(exports.GetIntegrationConfigurationDocument, options);
6240
4379
  }
6241
4380
  exports.useGetIntegrationConfigurationLazyQuery = useGetIntegrationConfigurationLazyQuery;
6242
- exports.GetOrgWithResourcesConfigurationDocument = client_1.gql `
6243
- query GetOrgWithResourcesConfiguration($input: [ConfigurationInput]) {
6244
- getConfiguration(input: $input) {
6245
- ... on OrganizationConfiguration {
6246
- ...Configuration
6247
- }
6248
- ... on OrganizationResourceConfiguration {
6249
- ...Configuration
6250
- }
6251
- }
6252
- }
6253
- ${exports.ConfigurationFragmentDoc}`;
4381
+ exports.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" } }] } }] };
6254
4382
  /**
6255
4383
  * __useGetOrgWithResourcesConfigurationQuery__
6256
4384
  *
@@ -6277,18 +4405,7 @@ function useGetOrgWithResourcesConfigurationLazyQuery(baseOptions) {
6277
4405
  return Apollo.useLazyQuery(exports.GetOrgWithResourcesConfigurationDocument, options);
6278
4406
  }
6279
4407
  exports.useGetOrgWithResourcesConfigurationLazyQuery = useGetOrgWithResourcesConfigurationLazyQuery;
6280
- exports.GetUserWithDefaultConfigurationDocument = client_1.gql `
6281
- query GetUserWithDefaultConfiguration($input: [ConfigurationInput]) {
6282
- getConfiguration(input: $input) {
6283
- ... on DefaultConfiguration {
6284
- ...Configuration
6285
- }
6286
- ... on UserConfiguration {
6287
- ...Configuration
6288
- }
6289
- }
6290
- }
6291
- ${exports.ConfigurationFragmentDoc}`;
4408
+ 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" } }] } }] };
6292
4409
  /**
6293
4410
  * __useGetUserWithDefaultConfigurationQuery__
6294
4411
  *
@@ -6315,13 +4432,7 @@ function useGetUserWithDefaultConfigurationLazyQuery(baseOptions) {
6315
4432
  return Apollo.useLazyQuery(exports.GetUserWithDefaultConfigurationDocument, options);
6316
4433
  }
6317
4434
  exports.useGetUserWithDefaultConfigurationLazyQuery = useGetUserWithDefaultConfigurationLazyQuery;
6318
- exports.SubscribeToConfigurationUpdateDocument = client_1.gql `
6319
- subscription SubscribeToConfigurationUpdate($orgName: String!) {
6320
- SubscribeToConfigurationUpdate(orgName: $orgName) {
6321
- ...ConfigurationUpdateEvent
6322
- }
6323
- }
6324
- ${exports.ConfigurationUpdateEventFragmentDoc}`;
4435
+ exports.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" } }] } }] };
6325
4436
  /**
6326
4437
  * __useSubscribeToConfigurationUpdateSubscription__
6327
4438
  *
@@ -6343,18 +4454,7 @@ function useSubscribeToConfigurationUpdateSubscription(baseOptions) {
6343
4454
  return Apollo.useSubscription(exports.SubscribeToConfigurationUpdateDocument, options);
6344
4455
  }
6345
4456
  exports.useSubscribeToConfigurationUpdateSubscription = useSubscribeToConfigurationUpdateSubscription;
6346
- exports.subscribeToOrganizationContextDocument = client_1.gql `
6347
- subscription subscribeToOrganizationContext($orgNameFilter: String) {
6348
- SubscribeToOrganizationContext(orgNameFilter: $orgNameFilter) {
6349
- resources {
6350
- uri
6351
- name
6352
- index
6353
- }
6354
- orgNameFilter
6355
- }
6356
- }
6357
- `;
4457
+ 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" } }] } }] };
6358
4458
  /**
6359
4459
  * __usesubscribeToOrganizationContextSubscription__
6360
4460
  *
@@ -6376,13 +4476,7 @@ function usesubscribeToOrganizationContextSubscription(baseOptions) {
6376
4476
  return Apollo.useSubscription(exports.subscribeToOrganizationContextDocument, options);
6377
4477
  }
6378
4478
  exports.usesubscribeToOrganizationContextSubscription = usesubscribeToOrganizationContextSubscription;
6379
- exports.SubscribeToPermissionUpdateDocument = client_1.gql `
6380
- subscription SubscribeToPermissionUpdate($orgName: String) {
6381
- SubscribeToPermissionUpdate(orgName: $orgName) {
6382
- ...ConfigurationUpdateEvent
6383
- }
6384
- }
6385
- ${exports.ConfigurationUpdateEventFragmentDoc}`;
4479
+ 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" } }] } }] };
6386
4480
  /**
6387
4481
  * __useSubscribeToPermissionUpdateSubscription__
6388
4482
  *
@@ -6404,13 +4498,7 @@ function useSubscribeToPermissionUpdateSubscription(baseOptions) {
6404
4498
  return Apollo.useSubscription(exports.SubscribeToPermissionUpdateDocument, options);
6405
4499
  }
6406
4500
  exports.useSubscribeToPermissionUpdateSubscription = useSubscribeToPermissionUpdateSubscription;
6407
- exports.SubscribeToPolicyUpdateDocument = client_1.gql `
6408
- subscription SubscribeToPolicyUpdate($orgName: String) {
6409
- SubscribeToPolicyUpdate(orgName: $orgName) {
6410
- ...ConfigurationUpdateEvent
6411
- }
6412
- }
6413
- ${exports.ConfigurationUpdateEventFragmentDoc}`;
4501
+ 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" } }] } }] };
6414
4502
  /**
6415
4503
  * __useSubscribeToPolicyUpdateSubscription__
6416
4504
  *
@@ -6432,11 +4520,7 @@ function useSubscribeToPolicyUpdateSubscription(baseOptions) {
6432
4520
  return Apollo.useSubscription(exports.SubscribeToPolicyUpdateDocument, options);
6433
4521
  }
6434
4522
  exports.useSubscribeToPolicyUpdateSubscription = useSubscribeToPolicyUpdateSubscription;
6435
- exports.UpdateConfigurationValueByUriDocument = client_1.gql `
6436
- mutation UpdateConfigurationValueByUri($resource: URI, $key: String!, $value: AnyObject!, $overrides: ConfigurationOverrides_Input, $target: Int, $donotNotifyError: Boolean) {
6437
- updateConfigurationValueByUri(resource: $resource, key: $key, value: $value, overrides: $overrides, target: $target, donotNotifyError: $donotNotifyError)
6438
- }
6439
- `;
4523
+ 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": "ConfigurationOverrides_Input" } } }, { "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" } } }] }] } }] };
6440
4524
  /**
6441
4525
  * __useUpdateConfigurationValueByUriMutation__
6442
4526
  *
@@ -6464,11 +4548,7 @@ function useUpdateConfigurationValueByUriMutation(baseOptions) {
6464
4548
  return Apollo.useMutation(exports.UpdateConfigurationValueByUriDocument, options);
6465
4549
  }
6466
4550
  exports.useUpdateConfigurationValueByUriMutation = useUpdateConfigurationValueByUriMutation;
6467
- exports.UpdateConfigurationValueDocument = client_1.gql `
6468
- mutation UpdateConfigurationValue($key: String!, $value: AnyObject!, $overrides: ConfigurationOverrides_Input, $target: Int, $donotNotifyError: Boolean) {
6469
- updateConfigurationValue(key: $key, value: $value, overrides: $overrides, target: $target, donotNotifyError: $donotNotifyError)
6470
- }
6471
- `;
4551
+ 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": "ConfigurationOverrides_Input" } } }, { "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" } } }] }] } }] };
6472
4552
  /**
6473
4553
  * __useUpdateConfigurationValueMutation__
6474
4554
  *
@@ -6495,13 +4575,7 @@ function useUpdateConfigurationValueMutation(baseOptions) {
6495
4575
  return Apollo.useMutation(exports.UpdateConfigurationValueDocument, options);
6496
4576
  }
6497
4577
  exports.useUpdateConfigurationValueMutation = useUpdateConfigurationValueMutation;
6498
- exports.updateOrganizationContextAddResourcesDocument = client_1.gql `
6499
- mutation updateOrganizationContextAddResources($orgId: String, $resourcesToAdd: [OrganizationResourceCreationData_Input]!, $index: Int) {
6500
- updateOrganizationContextAddResources(orgId: $orgId, resourcesToAdd: $resourcesToAdd, index: $index) {
6501
- ...OrganizationResourceData
6502
- }
6503
- }
6504
- ${exports.OrganizationResourceDataFragmentDoc}`;
4578
+ 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": "ResourceCreationData_Input" } } } } }, { "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" } }] } }] };
6505
4579
  /**
6506
4580
  * __useupdateOrganizationContextAddResourcesMutation__
6507
4581
  *
@@ -6526,13 +4600,7 @@ function useupdateOrganizationContextAddResourcesMutation(baseOptions) {
6526
4600
  return Apollo.useMutation(exports.updateOrganizationContextAddResourcesDocument, options);
6527
4601
  }
6528
4602
  exports.useupdateOrganizationContextAddResourcesMutation = useupdateOrganizationContextAddResourcesMutation;
6529
- exports.updateOrganizationContextRemoveResourcesDocument = client_1.gql `
6530
- mutation updateOrganizationContextRemoveResources($resourcesToRemove: [URI!]!) {
6531
- updateOrganizationContextRemoveResources(resourcesToRemove: $resourcesToRemove) {
6532
- ...OrganizationResourceData
6533
- }
6534
- }
6535
- ${exports.OrganizationResourceDataFragmentDoc}`;
4603
+ 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" } }] } }] };
6536
4604
  /**
6537
4605
  * __useupdateOrganizationContextRemoveResourcesMutation__
6538
4606
  *
@@ -6555,13 +4623,7 @@ function useupdateOrganizationContextRemoveResourcesMutation(baseOptions) {
6555
4623
  return Apollo.useMutation(exports.updateOrganizationContextRemoveResourcesDocument, options);
6556
4624
  }
6557
4625
  exports.useupdateOrganizationContextRemoveResourcesMutation = useupdateOrganizationContextRemoveResourcesMutation;
6558
- exports.updateOrganizationContextUpdateResourcesDocument = client_1.gql `
6559
- mutation updateOrganizationContextUpdateResources($resourcesToAdd: [OrganizationResourceCreationData_Input]!, $resourcesToRemove: [URI!]!, $index: Int) {
6560
- updateOrganizationContextUpdateResources(resourcesToAdd: $resourcesToAdd, resourcesToRemove: $resourcesToRemove, index: $index) {
6561
- ...OrganizationResourceData
6562
- }
6563
- }
6564
- ${exports.OrganizationResourceDataFragmentDoc}`;
4626
+ 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": "ResourceCreationData_Input" } } } } }, { "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" } }] } }] };
6565
4627
  /**
6566
4628
  * __useupdateOrganizationContextUpdateResourcesMutation__
6567
4629
  *
@@ -6586,11 +4648,7 @@ function useupdateOrganizationContextUpdateResourcesMutation(baseOptions) {
6586
4648
  return Apollo.useMutation(exports.updateOrganizationContextUpdateResourcesDocument, options);
6587
4649
  }
6588
4650
  exports.useupdateOrganizationContextUpdateResourcesMutation = useupdateOrganizationContextUpdateResourcesMutation;
6589
- exports.UpdatePolicyValueDocument = client_1.gql `
6590
- mutation UpdatePolicyValue($key: String!, $value: AnyObject!, $overrides: ConfigurationOverrides_Input, $target: Int, $donotNotifyError: Boolean) {
6591
- updateConfigurationPolicyValue(key: $key, value: $value, overrides: $overrides, target: $target, donotNotifyError: $donotNotifyError)
6592
- }
6593
- `;
4651
+ 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": "ConfigurationOverrides_Input" } } }, { "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" } } }] }] } }] };
6594
4652
  /**
6595
4653
  * __useUpdatePolicyValueMutation__
6596
4654
  *
@@ -6617,11 +4675,7 @@ function useUpdatePolicyValueMutation(baseOptions) {
6617
4675
  return Apollo.useMutation(exports.UpdatePolicyValueDocument, options);
6618
4676
  }
6619
4677
  exports.useUpdatePolicyValueMutation = useUpdatePolicyValueMutation;
6620
- exports.UpdateRoleValueDocument = client_1.gql `
6621
- mutation UpdateRoleValue($key: String!, $value: AnyObject!, $overrides: ConfigurationOverrides_Input, $target: Int, $donotNotifyError: Boolean) {
6622
- updateRoleValue(key: $key, value: $value, overrides: $overrides, target: $target, donotNotifyError: $donotNotifyError)
6623
- }
6624
- `;
4678
+ 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": "ConfigurationOverrides_Input" } } }, { "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" } } }] }] } }] };
6625
4679
  /**
6626
4680
  * __useUpdateRoleValueMutation__
6627
4681
  *
@@ -6648,25 +4702,7 @@ function useUpdateRoleValueMutation(baseOptions) {
6648
4702
  return Apollo.useMutation(exports.UpdateRoleValueDocument, options);
6649
4703
  }
6650
4704
  exports.useUpdateRoleValueMutation = useUpdateRoleValueMutation;
6651
- exports.getConfigurationDataDocument = client_1.gql `
6652
- query getConfigurationData {
6653
- getConfigurationData {
6654
- defaults {
6655
- ...Configuration
6656
- }
6657
- user {
6658
- ...Configuration
6659
- }
6660
- organization {
6661
- ...Configuration
6662
- }
6663
- resources {
6664
- ...Configuration
6665
- }
6666
- isComplete
6667
- }
6668
- }
6669
- ${exports.ConfigurationFragmentDoc}`;
4705
+ 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" } }] } }] };
6670
4706
  /**
6671
4707
  * __usegetConfigurationDataQuery__
6672
4708
  *
@@ -6692,13 +4728,7 @@ function usegetConfigurationDataLazyQuery(baseOptions) {
6692
4728
  return Apollo.useLazyQuery(exports.getConfigurationDataDocument, options);
6693
4729
  }
6694
4730
  exports.usegetConfigurationDataLazyQuery = usegetConfigurationDataLazyQuery;
6695
- exports.OrganizationResourceContextDocument = client_1.gql `
6696
- query OrganizationResourceContext($orgId: String) {
6697
- getOrganizationResourceContext(orgId: $orgId) {
6698
- ...OrganizationData
6699
- }
6700
- }
6701
- ${exports.OrganizationDataFragmentDoc}`;
4731
+ 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" } }] } }] };
6702
4732
  /**
6703
4733
  * __useOrganizationResourceContextQuery__
6704
4734
  *
@@ -6725,4 +4755,31 @@ function useOrganizationResourceContextLazyQuery(baseOptions) {
6725
4755
  return Apollo.useLazyQuery(exports.OrganizationResourceContextDocument, options);
6726
4756
  }
6727
4757
  exports.useOrganizationResourceContextLazyQuery = useOrganizationResourceContextLazyQuery;
4758
+ 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" } }] } }] } }] } }] };
4759
+ /**
4760
+ * __useViewerSettingsQuery__
4761
+ *
4762
+ * To run a query within a React component, call `useViewerSettingsQuery` and pass it any options that fit your needs.
4763
+ * When your component renders, `useViewerSettingsQuery` returns an object from Apollo Client that contains loading, error, and data properties
4764
+ * you can use to render your UI.
4765
+ *
4766
+ * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;
4767
+ *
4768
+ * @example
4769
+ * const { data, loading, error } = useViewerSettingsQuery({
4770
+ * variables: {
4771
+ * input: // value for 'input'
4772
+ * },
4773
+ * });
4774
+ */
4775
+ function useViewerSettingsQuery(baseOptions) {
4776
+ const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
4777
+ return Apollo.useQuery(exports.ViewerSettingsDocument, options);
4778
+ }
4779
+ exports.useViewerSettingsQuery = useViewerSettingsQuery;
4780
+ function useViewerSettingsLazyQuery(baseOptions) {
4781
+ const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
4782
+ return Apollo.useLazyQuery(exports.ViewerSettingsDocument, options);
4783
+ }
4784
+ exports.useViewerSettingsLazyQuery = useViewerSettingsLazyQuery;
6728
4785
  //# sourceMappingURL=generated-models.js.map