@adminide-stack/core 1.1.1-alpha.17 → 1.1.1-alpha.170

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 (54) 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 +957 -616
  30. package/lib/interfaces/generated/generated-models.js +284 -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/lib/utils/uri.js +1 -0
  46. package/lib/utils/uri.js.map +1 -1
  47. package/package.json +3 -3
  48. package/lib/context/auth.context.d.ts +0 -10
  49. package/lib/context/auth.context.js +0 -10
  50. package/lib/context/auth.context.js.map +0 -1
  51. package/lib/context/index.d.ts +0 -1
  52. package/lib/context/index.js +0 -14
  53. package/lib/context/index.js.map +0 -1
  54. 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,7 @@ var IClientCacheTypeNames;
105
105
  IClientCacheTypeNames["DefaultPolicy"] = "DefaultPolicy";
106
106
  IClientCacheTypeNames["DefaultRole"] = "DefaultRole";
107
107
  IClientCacheTypeNames["Environment"] = "Environment";
108
+ IClientCacheTypeNames["MachineConfiguration"] = "MachineConfiguration";
108
109
  IClientCacheTypeNames["OrgMember"] = "OrgMember";
109
110
  IClientCacheTypeNames["OrgUser"] = "OrgUser";
110
111
  IClientCacheTypeNames["Organization"] = "Organization";
@@ -123,6 +124,7 @@ var IClientCacheTypeNames;
123
124
  ;
124
125
  var IClientContainerService;
125
126
  (function (IClientContainerService) {
127
+ IClientContainerService["ApolloErrorHandler"] = "ApolloErrorHandler";
126
128
  IClientContainerService["Auth0Authentication"] = "Auth0Authentication";
127
129
  IClientContainerService["IConfigurationFileService"] = "IConfigurationFileService";
128
130
  IClientContainerService["IConfigurationPolicyService"] = "IConfigurationPolicyService";
@@ -149,6 +151,7 @@ var IConfigCollectionName;
149
151
  IConfigCollectionName["application"] = "application";
150
152
  IConfigCollectionName["accounts"] = "accounts";
151
153
  IConfigCollectionName["organizations"] = "organizations";
154
+ IConfigCollectionName["machines"] = "machines";
152
155
  IConfigCollectionName["workspaces"] = "workspaces";
153
156
  IConfigCollectionName["teams"] = "teams";
154
157
  IConfigCollectionName["projects"] = "projects";
@@ -311,6 +314,9 @@ var IOrganizationServiceAction;
311
314
  IOrganizationServiceAction["onUserInvitationSend"] = "onUserInvitationSend";
312
315
  IOrganizationServiceAction["onUserInvitationResend"] = "onUserInvitationResend";
313
316
  IOrganizationServiceAction["onOrgMemberRemoved"] = "onOrgMemberRemoved";
317
+ IOrganizationServiceAction["onCreateOrganization"] = "onCreateOrganization";
318
+ IOrganizationServiceAction["onCreateTeam"] = "onCreateTeam";
319
+ IOrganizationServiceAction["onSendInvitation"] = "onSendInvitation";
314
320
  })(IOrganizationServiceAction = exports.IOrganizationServiceAction || (exports.IOrganizationServiceAction = {}));
315
321
  ;
316
322
  var IOrgUserRole;
@@ -614,324 +620,38 @@ var IZipkinRoutes;
614
620
  IZipkinRoutes["search"] = "search";
615
621
  })(IZipkinRoutes = exports.IZipkinRoutes || (exports.IZipkinRoutes = {}));
616
622
  ;
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
- `;
623
+ 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" } }] } }] };
624
+ 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" } }] } }] };
625
+ 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" } }] } }] } }] };
626
+ 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" } }] } }] };
627
+ 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" } }] } }] };
628
+ 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" } }] } }] } }] } }] };
629
+ 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" } }] } }] };
630
+ 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" } }] } }] };
631
+ 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" } }] } }] };
632
+ 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" } }] } }] };
633
+ 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" } }] } }] };
634
+ 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" } }] } }] } }] };
635
+ 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" } }] } }] };
636
+ 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" } }] } }] } }] };
637
+ 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" } }] } }] };
638
+ 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" } }] } }] };
639
+ 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" } }] } }] };
640
+ 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" } }] } }] };
641
+ 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" } }] } }] };
642
+ 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" } }] } }] };
643
+ 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" } }] } }] };
644
+ 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" } }] } }] };
645
+ 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" } }] } }] };
646
+ 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" } }] } }] };
647
+ 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" } }] } }] };
648
+ 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" } }] } }] };
649
+ 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" } }] } }] };
650
+ 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" } }] } }] };
651
+ 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" } }] } }] } }] } }] };
652
+ 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" } }] } }] } }] };
653
+ 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" } }] } }] };
654
+ 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
655
  /**
936
656
  * __useacceptOrganizationInvitationMutation__
937
657
  *
@@ -955,11 +675,30 @@ function useacceptOrganizationInvitationMutation(baseOptions) {
955
675
  return Apollo.useMutation(exports.acceptOrganizationInvitationDocument, options);
956
676
  }
957
677
  exports.useacceptOrganizationInvitationMutation = useacceptOrganizationInvitationMutation;
958
- exports.AddClientDocument = client_1.gql `
959
- mutation AddClient($client: ClientAddRequest!) {
960
- addClient(client: $client)
678
+ 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" } } }] }] } }] };
679
+ /**
680
+ * __useAccountOnBoardingMutation__
681
+ *
682
+ * To run a mutation, you first call `useAccountOnBoardingMutation` within a React component and pass it any options that fit your needs.
683
+ * When your component renders, `useAccountOnBoardingMutation` returns a tuple that includes:
684
+ * - A mutate function that you can call at any time to execute the mutation
685
+ * - An object with fields that represent the current status of the mutation's execution
686
+ *
687
+ * @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;
688
+ *
689
+ * @example
690
+ * const [accountOnBoardingMutation, { data, loading, error }] = useAccountOnBoardingMutation({
691
+ * variables: {
692
+ * input: // value for 'input'
693
+ * },
694
+ * });
695
+ */
696
+ function useAccountOnBoardingMutation(baseOptions) {
697
+ const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
698
+ return Apollo.useMutation(exports.AccountOnBoardingDocument, options);
961
699
  }
962
- `;
700
+ exports.useAccountOnBoardingMutation = useAccountOnBoardingMutation;
701
+ 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
702
  /**
964
703
  * __useAddClientMutation__
965
704
  *
@@ -982,11 +721,7 @@ function useAddClientMutation(baseOptions) {
982
721
  return Apollo.useMutation(exports.AddClientDocument, options);
983
722
  }
984
723
  exports.useAddClientMutation = useAddClientMutation;
985
- exports.AddOrgProjectDocument = client_1.gql `
986
- mutation AddOrgProject($project: ProjectAddRequest!) {
987
- addOrgProject(project: $project)
988
- }
989
- `;
724
+ 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
725
  /**
991
726
  * __useAddOrgProjectMutation__
992
727
  *
@@ -1009,11 +744,7 @@ function useAddOrgProjectMutation(baseOptions) {
1009
744
  return Apollo.useMutation(exports.AddOrgProjectDocument, options);
1010
745
  }
1011
746
  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
- `;
747
+ 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
748
  /**
1018
749
  * __useAddTeamMembersMutation__
1019
750
  *
@@ -1038,11 +769,7 @@ function useAddTeamMembersMutation(baseOptions) {
1038
769
  return Apollo.useMutation(exports.AddTeamMembersDocument, options);
1039
770
  }
1040
771
  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
- `;
772
+ 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
773
  /**
1047
774
  * __usechangeMemberRoleMutation__
1048
775
  *
@@ -1068,11 +795,7 @@ function usechangeMemberRoleMutation(baseOptions) {
1068
795
  return Apollo.useMutation(exports.changeMemberRoleDocument, options);
1069
796
  }
1070
797
  exports.usechangeMemberRoleMutation = usechangeMemberRoleMutation;
1071
- exports.changeOrgMemberRoleDocument = client_1.gql `
1072
- mutation changeOrgMemberRole($userId: String!, $role: ApplicationRoles!) {
1073
- changeOrgMemberRole(userId: $userId, role: $role)
1074
- }
1075
- `;
798
+ 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
799
  /**
1077
800
  * __usechangeOrgMemberRoleMutation__
1078
801
  *
@@ -1096,11 +819,7 @@ function usechangeOrgMemberRoleMutation(baseOptions) {
1096
819
  return Apollo.useMutation(exports.changeOrgMemberRoleDocument, options);
1097
820
  }
1098
821
  exports.usechangeOrgMemberRoleMutation = usechangeOrgMemberRoleMutation;
1099
- exports.CreateInvoiceDocument = client_1.gql `
1100
- mutation CreateInvoice($invoice: InvoiceCreateRequest!) {
1101
- createInvoice(invoice: $invoice)
1102
- }
1103
- `;
822
+ 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
823
  /**
1105
824
  * __useCreateInvoiceMutation__
1106
825
  *
@@ -1123,18 +842,7 @@ function useCreateInvoiceMutation(baseOptions) {
1123
842
  return Apollo.useMutation(exports.CreateInvoiceDocument, options);
1124
843
  }
1125
844
  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
- `;
845
+ 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
846
  /**
1139
847
  * __usecreateOrganizationMutation__
1140
848
  *
@@ -1157,11 +865,7 @@ function usecreateOrganizationMutation(baseOptions) {
1157
865
  return Apollo.useMutation(exports.createOrganizationDocument, options);
1158
866
  }
1159
867
  exports.usecreateOrganizationMutation = usecreateOrganizationMutation;
1160
- exports.CreateTaskDocument = client_1.gql `
1161
- mutation CreateTask($request: TaskRequest) {
1162
- createTask(request: $request)
1163
- }
1164
- `;
868
+ 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
869
  /**
1166
870
  * __useCreateTaskMutation__
1167
871
  *
@@ -1184,19 +888,7 @@ function useCreateTaskMutation(baseOptions) {
1184
888
  return Apollo.useMutation(exports.CreateTaskDocument, options);
1185
889
  }
1186
890
  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
- `;
891
+ 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
892
  /**
1201
893
  * __usecreateTeamMutation__
1202
894
  *
@@ -1219,11 +911,7 @@ function usecreateTeamMutation(baseOptions) {
1219
911
  return Apollo.useMutation(exports.createTeamDocument, options);
1220
912
  }
1221
913
  exports.usecreateTeamMutation = usecreateTeamMutation;
1222
- exports.DeclineOrganizationInvitationDocument = client_1.gql `
1223
- mutation DeclineOrganizationInvitation($id: ID!) {
1224
- declineOrganizationInvitation(id: $id)
1225
- }
1226
- `;
914
+ 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
915
  /**
1228
916
  * __useDeclineOrganizationInvitationMutation__
1229
917
  *
@@ -1246,11 +934,7 @@ function useDeclineOrganizationInvitationMutation(baseOptions) {
1246
934
  return Apollo.useMutation(exports.DeclineOrganizationInvitationDocument, options);
1247
935
  }
1248
936
  exports.useDeclineOrganizationInvitationMutation = useDeclineOrganizationInvitationMutation;
1249
- exports.RemoveInvoiceDocument = client_1.gql `
1250
- mutation RemoveInvoice($id: String) {
1251
- removeInvoice(id: $id)
1252
- }
1253
- `;
937
+ 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
938
  /**
1255
939
  * __useRemoveInvoiceMutation__
1256
940
  *
@@ -1273,11 +957,7 @@ function useRemoveInvoiceMutation(baseOptions) {
1273
957
  return Apollo.useMutation(exports.RemoveInvoiceDocument, options);
1274
958
  }
1275
959
  exports.useRemoveInvoiceMutation = useRemoveInvoiceMutation;
1276
- exports.RemoveOrgClientDocument = client_1.gql `
1277
- mutation RemoveOrgClient($clientId: String!) {
1278
- removeOrgClient(clientId: $clientId)
1279
- }
1280
- `;
960
+ 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
961
  /**
1282
962
  * __useRemoveOrgClientMutation__
1283
963
  *
@@ -1300,11 +980,7 @@ function useRemoveOrgClientMutation(baseOptions) {
1300
980
  return Apollo.useMutation(exports.RemoveOrgClientDocument, options);
1301
981
  }
1302
982
  exports.useRemoveOrgClientMutation = useRemoveOrgClientMutation;
1303
- exports.RemoveOrgMemberDocument = client_1.gql `
1304
- mutation RemoveOrgMember($memberId: String!) {
1305
- removeOrgMember(memberId: $memberId)
1306
- }
1307
- `;
983
+ 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
984
  /**
1309
985
  * __useRemoveOrgMemberMutation__
1310
986
  *
@@ -1327,11 +1003,7 @@ function useRemoveOrgMemberMutation(baseOptions) {
1327
1003
  return Apollo.useMutation(exports.RemoveOrgMemberDocument, options);
1328
1004
  }
1329
1005
  exports.useRemoveOrgMemberMutation = useRemoveOrgMemberMutation;
1330
- exports.removeOrganizationDocument = client_1.gql `
1331
- mutation removeOrganization($organization: OrganizationRemoveRequest!) {
1332
- removeOrganization(organization: $organization)
1333
- }
1334
- `;
1006
+ 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
1007
  /**
1336
1008
  * __useremoveOrganizationMutation__
1337
1009
  *
@@ -1354,11 +1026,7 @@ function useremoveOrganizationMutation(baseOptions) {
1354
1026
  return Apollo.useMutation(exports.removeOrganizationDocument, options);
1355
1027
  }
1356
1028
  exports.useremoveOrganizationMutation = useremoveOrganizationMutation;
1357
- exports.RemoveTaskDocument = client_1.gql `
1358
- mutation RemoveTask($id: String!) {
1359
- removeTask(id: $id)
1360
- }
1361
- `;
1029
+ 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
1030
  /**
1363
1031
  * __useRemoveTaskMutation__
1364
1032
  *
@@ -1381,11 +1049,7 @@ function useRemoveTaskMutation(baseOptions) {
1381
1049
  return Apollo.useMutation(exports.RemoveTaskDocument, options);
1382
1050
  }
1383
1051
  exports.useRemoveTaskMutation = useRemoveTaskMutation;
1384
- exports.removeTeamDocument = client_1.gql `
1385
- mutation removeTeam($teamId: String!) {
1386
- removeTeam(teamId: $teamId)
1387
- }
1388
- `;
1052
+ 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
1053
  /**
1390
1054
  * __useremoveTeamMutation__
1391
1055
  *
@@ -1408,11 +1072,7 @@ function useremoveTeamMutation(baseOptions) {
1408
1072
  return Apollo.useMutation(exports.removeTeamDocument, options);
1409
1073
  }
1410
1074
  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
- `;
1075
+ 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
1076
  /**
1417
1077
  * __useRemoveTeamMemberMutation__
1418
1078
  *
@@ -1437,11 +1097,7 @@ function useRemoveTeamMemberMutation(baseOptions) {
1437
1097
  return Apollo.useMutation(exports.RemoveTeamMemberDocument, options);
1438
1098
  }
1439
1099
  exports.useRemoveTeamMemberMutation = useRemoveTeamMemberMutation;
1440
- exports.ResendOrganizationInvitationDocument = client_1.gql `
1441
- mutation ResendOrganizationInvitation($id: ID!) {
1442
- resendOrganizationInvitation(id: $id)
1443
- }
1444
- `;
1100
+ 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
1101
  /**
1446
1102
  * __useResendOrganizationInvitationMutation__
1447
1103
  *
@@ -1464,11 +1120,7 @@ function useResendOrganizationInvitationMutation(baseOptions) {
1464
1120
  return Apollo.useMutation(exports.ResendOrganizationInvitationDocument, options);
1465
1121
  }
1466
1122
  exports.useResendOrganizationInvitationMutation = useResendOrganizationInvitationMutation;
1467
- exports.SendInvoiceMailDocument = client_1.gql `
1468
- mutation SendInvoiceMail($request: InvoiceMailRequest!) {
1469
- sendInvoiceMail(request: $request)
1470
- }
1471
- `;
1123
+ 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
1124
  /**
1473
1125
  * __useSendInvoiceMailMutation__
1474
1126
  *
@@ -1491,11 +1143,7 @@ function useSendInvoiceMailMutation(baseOptions) {
1491
1143
  return Apollo.useMutation(exports.SendInvoiceMailDocument, options);
1492
1144
  }
1493
1145
  exports.useSendInvoiceMailMutation = useSendInvoiceMailMutation;
1494
- exports.sendOrganizationInvitationDocument = client_1.gql `
1495
- mutation sendOrganizationInvitation($request: OrganizationInvitationRequest!) {
1496
- sendOrganizationInvitation(request: $request)
1497
- }
1498
- `;
1146
+ 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
1147
  /**
1500
1148
  * __usesendOrganizationInvitationMutation__
1501
1149
  *
@@ -1518,11 +1166,7 @@ function usesendOrganizationInvitationMutation(baseOptions) {
1518
1166
  return Apollo.useMutation(exports.sendOrganizationInvitationDocument, options);
1519
1167
  }
1520
1168
  exports.usesendOrganizationInvitationMutation = usesendOrganizationInvitationMutation;
1521
- exports.UpdateInvoiceDocument = client_1.gql `
1522
- mutation UpdateInvoice($id: String, $invoice: InvoiceUpdateRequest) {
1523
- updateInvoice(id: $id, invoice: $invoice)
1524
- }
1525
- `;
1169
+ 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
1170
  /**
1527
1171
  * __useUpdateInvoiceMutation__
1528
1172
  *
@@ -1546,48 +1190,7 @@ function useUpdateInvoiceMutation(baseOptions) {
1546
1190
  return Apollo.useMutation(exports.UpdateInvoiceDocument, options);
1547
1191
  }
1548
1192
  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
- `;
1193
+ 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
1194
  /**
1592
1195
  * __useUpdateOrgClientMutation__
1593
1196
  *
@@ -1610,11 +1213,7 @@ function useUpdateOrgClientMutation(baseOptions) {
1610
1213
  return Apollo.useMutation(exports.UpdateOrgClientDocument, options);
1611
1214
  }
1612
1215
  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
- `;
1216
+ 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
1217
  /**
1619
1218
  * __useupdateOrgMemberTeamsMutation__
1620
1219
  *
@@ -1640,11 +1239,7 @@ function useupdateOrgMemberTeamsMutation(baseOptions) {
1640
1239
  return Apollo.useMutation(exports.updateOrgMemberTeamsDocument, options);
1641
1240
  }
1642
1241
  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
- `;
1242
+ 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
1243
  /**
1649
1244
  * __useUpdateOrgProjectMutation__
1650
1245
  *
@@ -1668,18 +1263,7 @@ function useUpdateOrgProjectMutation(baseOptions) {
1668
1263
  return Apollo.useMutation(exports.UpdateOrgProjectDocument, options);
1669
1264
  }
1670
1265
  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
- `;
1266
+ 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
1267
  /**
1684
1268
  * __useupdateOrganizationMutation__
1685
1269
  *
@@ -1702,11 +1286,7 @@ function useupdateOrganizationMutation(baseOptions) {
1702
1286
  return Apollo.useMutation(exports.updateOrganizationDocument, options);
1703
1287
  }
1704
1288
  exports.useupdateOrganizationMutation = useupdateOrganizationMutation;
1705
- exports.UpdateProjectStatusDocument = client_1.gql `
1706
- mutation UpdateProjectStatus($id: String!, $status: String) {
1707
- updateProjectStatus(id: $id, status: $status)
1708
- }
1709
- `;
1289
+ 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
1290
  /**
1711
1291
  * __useUpdateProjectStatusMutation__
1712
1292
  *
@@ -1730,11 +1310,7 @@ function useUpdateProjectStatusMutation(baseOptions) {
1730
1310
  return Apollo.useMutation(exports.UpdateProjectStatusDocument, options);
1731
1311
  }
1732
1312
  exports.useUpdateProjectStatusMutation = useUpdateProjectStatusMutation;
1733
- exports.UpdateTaskDocument = client_1.gql `
1734
- mutation UpdateTask($id: String!, $request: TaskRequest) {
1735
- updateTask(id: $id, request: $request)
1736
- }
1737
- `;
1313
+ 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
1314
  /**
1739
1315
  * __useUpdateTaskMutation__
1740
1316
  *
@@ -1758,11 +1334,7 @@ function useUpdateTaskMutation(baseOptions) {
1758
1334
  return Apollo.useMutation(exports.UpdateTaskDocument, options);
1759
1335
  }
1760
1336
  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
- `;
1337
+ 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
1338
  /**
1767
1339
  * __useupdateTeamConfigurationMutation__
1768
1340
  *
@@ -1789,19 +1361,7 @@ function useupdateTeamConfigurationMutation(baseOptions) {
1789
1361
  return Apollo.useMutation(exports.updateTeamConfigurationDocument, options);
1790
1362
  }
1791
1363
  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
- `;
1364
+ 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
1365
  /**
1806
1366
  * __useUpsertProjectThroughIntegrationMutation__
1807
1367
  *
@@ -1825,19 +1385,7 @@ function useUpsertProjectThroughIntegrationMutation(baseOptions) {
1825
1385
  return Apollo.useMutation(exports.UpsertProjectThroughIntegrationDocument, options);
1826
1386
  }
1827
1387
  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}`;
1388
+ 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
1389
  /**
1842
1390
  * __useGetUserOrganizationsListQuery__
1843
1391
  *
@@ -1863,17 +1411,7 @@ function useGetUserOrganizationsListLazyQuery(baseOptions) {
1863
1411
  return Apollo.useLazyQuery(exports.GetUserOrganizationsListDocument, options);
1864
1412
  }
1865
1413
  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
- `;
1414
+ 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
1415
  /**
1878
1416
  * __useDecodeOrganizationInvitationQuery__
1879
1417
  *
@@ -1900,14 +1438,7 @@ function useDecodeOrganizationInvitationLazyQuery(baseOptions) {
1900
1438
  return Apollo.useLazyQuery(exports.DecodeOrganizationInvitationDocument, options);
1901
1439
  }
1902
1440
  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
- `;
1441
+ 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
1442
  /**
1912
1443
  * __useGetAccountsQuery__
1913
1444
  *
@@ -1934,19 +1465,7 @@ function useGetAccountsLazyQuery(baseOptions) {
1934
1465
  return Apollo.useLazyQuery(exports.GetAccountsDocument, options);
1935
1466
  }
1936
1467
  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
- `;
1468
+ 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
1469
  /**
1951
1470
  * __useGetAsanaConnectionStateQuery__
1952
1471
  *
@@ -1972,14 +1491,7 @@ function useGetAsanaConnectionStateLazyQuery(baseOptions) {
1972
1491
  return Apollo.useLazyQuery(exports.GetAsanaConnectionStateDocument, options);
1973
1492
  }
1974
1493
  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
- `;
1494
+ 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
1495
  /**
1984
1496
  * __useGetAsanaWorkspaceProjectsQuery__
1985
1497
  *
@@ -2006,14 +1518,7 @@ function useGetAsanaWorkspaceProjectsLazyQuery(baseOptions) {
2006
1518
  return Apollo.useLazyQuery(exports.GetAsanaWorkspaceProjectsDocument, options);
2007
1519
  }
2008
1520
  exports.useGetAsanaWorkspaceProjectsLazyQuery = useGetAsanaWorkspaceProjectsLazyQuery;
2009
- exports.GetAsanaWorkspacesDocument = client_1.gql `
2010
- query GetAsanaWorkspaces {
2011
- getAsanaWorkspaces {
2012
- name
2013
- gid
2014
- }
2015
- }
2016
- `;
1521
+ 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
1522
  /**
2018
1523
  * __useGetAsanaWorkspacesQuery__
2019
1524
  *
@@ -2039,11 +1544,7 @@ function useGetAsanaWorkspacesLazyQuery(baseOptions) {
2039
1544
  return Apollo.useLazyQuery(exports.GetAsanaWorkspacesDocument, options);
2040
1545
  }
2041
1546
  exports.useGetAsanaWorkspacesLazyQuery = useGetAsanaWorkspacesLazyQuery;
2042
- exports.GetDefaultInvoiceNumberDocument = client_1.gql `
2043
- query GetDefaultInvoiceNumber {
2044
- getDefaultInvoiceNumber
2045
- }
2046
- `;
1547
+ 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
1548
  /**
2048
1549
  * __useGetDefaultInvoiceNumberQuery__
2049
1550
  *
@@ -2069,19 +1570,7 @@ function useGetDefaultInvoiceNumberLazyQuery(baseOptions) {
2069
1570
  return Apollo.useLazyQuery(exports.GetDefaultInvoiceNumberDocument, options);
2070
1571
  }
2071
1572
  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
- `;
1573
+ 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
1574
  /**
2086
1575
  * __useGetFilteredProjectsQuery__
2087
1576
  *
@@ -2108,102 +1597,7 @@ function useGetFilteredProjectsLazyQuery(baseOptions) {
2108
1597
  return Apollo.useLazyQuery(exports.GetFilteredProjectsDocument, options);
2109
1598
  }
2110
1599
  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
- `;
1600
+ 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
1601
  /**
2208
1602
  * __useGetInvoicesQuery__
2209
1603
  *
@@ -2229,19 +1623,7 @@ function useGetInvoicesLazyQuery(baseOptions) {
2229
1623
  return Apollo.useLazyQuery(exports.GetInvoicesDocument, options);
2230
1624
  }
2231
1625
  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}`;
1626
+ 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
1627
  /**
2246
1628
  * __useGetManageableOrganizationsQuery__
2247
1629
  *
@@ -2267,18 +1649,7 @@ function useGetManageableOrganizationsLazyQuery(baseOptions) {
2267
1649
  return Apollo.useLazyQuery(exports.GetManageableOrganizationsDocument, options);
2268
1650
  }
2269
1651
  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
- `;
1652
+ 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
1653
  /**
2283
1654
  * __useGetOrgInvitationMembersQuery__
2284
1655
  *
@@ -2304,20 +1675,7 @@ function useGetOrgInvitationMembersLazyQuery(baseOptions) {
2304
1675
  return Apollo.useLazyQuery(exports.GetOrgInvitationMembersDocument, options);
2305
1676
  }
2306
1677
  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
- `;
1678
+ 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
1679
  /**
2322
1680
  * __useGetOrganizationInvitationQuery__
2323
1681
  *
@@ -2344,21 +1702,7 @@ function useGetOrganizationInvitationLazyQuery(baseOptions) {
2344
1702
  return Apollo.useLazyQuery(exports.GetOrganizationInvitationDocument, options);
2345
1703
  }
2346
1704
  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
- `;
1705
+ 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
1706
  /**
2363
1707
  * __usegetOrgTeamInvitationsQuery__
2364
1708
  *
@@ -2385,13 +1729,7 @@ function usegetOrgTeamInvitationsLazyQuery(baseOptions) {
2385
1729
  return Apollo.useLazyQuery(exports.getOrgTeamInvitationsDocument, options);
2386
1730
  }
2387
1731
  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}`;
1732
+ 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
1733
  /**
2396
1734
  * __useGetOrgUserQuery__
2397
1735
  *
@@ -2418,48 +1756,7 @@ function useGetOrgUserLazyQuery(baseOptions) {
2418
1756
  return Apollo.useLazyQuery(exports.GetOrgUserDocument, options);
2419
1757
  }
2420
1758
  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
- `;
1759
+ 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
1760
  /**
2464
1761
  * __useGetOrganizationClientsQuery__
2465
1762
  *
@@ -2485,24 +1782,7 @@ function useGetOrganizationClientsLazyQuery(baseOptions) {
2485
1782
  return Apollo.useLazyQuery(exports.GetOrganizationClientsDocument, options);
2486
1783
  }
2487
1784
  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
- `;
1785
+ 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
1786
  /**
2507
1787
  * __useGetOrganizationMembersWithNameQuery__
2508
1788
  *
@@ -2529,25 +1809,7 @@ function useGetOrganizationMembersWithNameLazyQuery(baseOptions) {
2529
1809
  return Apollo.useLazyQuery(exports.GetOrganizationMembersWithNameDocument, options);
2530
1810
  }
2531
1811
  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
- `;
1812
+ 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
1813
  /**
2552
1814
  * __usegetOrganizationTeamsQuery__
2553
1815
  *
@@ -2574,18 +1836,7 @@ function usegetOrganizationTeamsLazyQuery(baseOptions) {
2574
1836
  return Apollo.useLazyQuery(exports.getOrganizationTeamsDocument, options);
2575
1837
  }
2576
1838
  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
- `;
1839
+ 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
1840
  /**
2590
1841
  * __useGetProjectsQuery__
2591
1842
  *
@@ -2611,15 +1862,7 @@ function useGetProjectsLazyQuery(baseOptions) {
2611
1862
  return Apollo.useLazyQuery(exports.GetProjectsDocument, options);
2612
1863
  }
2613
1864
  exports.useGetProjectsLazyQuery = useGetProjectsLazyQuery;
2614
- exports.GetTasksDocument = client_1.gql `
2615
- query GetTasks {
2616
- getTasks {
2617
- id
2618
- projectId
2619
- taskName
2620
- }
2621
- }
2622
- `;
1865
+ 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
1866
  /**
2624
1867
  * __useGetTasksQuery__
2625
1868
  *
@@ -2645,29 +1888,7 @@ function useGetTasksLazyQuery(baseOptions) {
2645
1888
  return Apollo.useLazyQuery(exports.GetTasksDocument, options);
2646
1889
  }
2647
1890
  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
- `;
1891
+ 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
1892
  /**
2672
1893
  * __usegetTeamQuery__
2673
1894
  *
@@ -2695,27 +1916,7 @@ function usegetTeamLazyQuery(baseOptions) {
2695
1916
  return Apollo.useLazyQuery(exports.getTeamDocument, options);
2696
1917
  }
2697
1918
  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
- `;
1919
+ 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
1920
  /**
2720
1921
  * __usegetTeamByNameQuery__
2721
1922
  *
@@ -2743,15 +1944,7 @@ function usegetTeamByNameLazyQuery(baseOptions) {
2743
1944
  return Apollo.useLazyQuery(exports.getTeamByNameDocument, options);
2744
1945
  }
2745
1946
  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
- `;
1947
+ 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
1948
  /**
2756
1949
  * __useGetUserAccountQuery__
2757
1950
  *
@@ -2778,19 +1971,7 @@ function useGetUserAccountLazyQuery(baseOptions) {
2778
1971
  return Apollo.useLazyQuery(exports.GetUserAccountDocument, options);
2779
1972
  }
2780
1973
  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
- `;
1974
+ 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
1975
  /**
2795
1976
  * __usegetUserOrganizationsQuery__
2796
1977
  *
@@ -2817,18 +1998,7 @@ function usegetUserOrganizationsLazyQuery(baseOptions) {
2817
1998
  return Apollo.useLazyQuery(exports.getUserOrganizationsDocument, options);
2818
1999
  }
2819
2000
  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}`;
2001
+ 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
2002
  /**
2833
2003
  * __usegetUserOrganizationsWithRoleQuery__
2834
2004
  *
@@ -2855,17 +2025,7 @@ function usegetUserOrganizationsWithRoleLazyQuery(baseOptions) {
2855
2025
  return Apollo.useLazyQuery(exports.getUserOrganizationsWithRoleDocument, options);
2856
2026
  }
2857
2027
  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
- `;
2028
+ 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
2029
  /**
2870
2030
  * __useGetOrganizationMembersQuery__
2871
2031
  *
@@ -2891,29 +2051,7 @@ function useGetOrganizationMembersLazyQuery(baseOptions) {
2891
2051
  return Apollo.useLazyQuery(exports.GetOrganizationMembersDocument, options);
2892
2052
  }
2893
2053
  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}`;
2054
+ 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
2055
  /**
2918
2056
  * __useorganizationsQuery__
2919
2057
  *
@@ -2939,28 +2077,7 @@ function useorganizationsLazyQuery(baseOptions) {
2939
2077
  return Apollo.useLazyQuery(exports.organizationsDocument, options);
2940
2078
  }
2941
2079
  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
- `;
2080
+ 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
2081
  /**
2965
2082
  * __useteamQuery__
2966
2083
  *
@@ -2987,25 +2104,7 @@ function useteamLazyQuery(baseOptions) {
2987
2104
  return Apollo.useLazyQuery(exports.teamDocument, options);
2988
2105
  }
2989
2106
  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
- `;
2107
+ 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
2108
  /**
3010
2109
  * __useTeamsQuery__
3011
2110
  *
@@ -3031,21 +2130,7 @@ function useTeamsLazyQuery(baseOptions) {
3031
2130
  return Apollo.useLazyQuery(exports.TeamsDocument, options);
3032
2131
  }
3033
2132
  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
- `;
2133
+ 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
2134
  /**
3050
2135
  * __useGetViewerSettingsQuery__
3051
2136
  *
@@ -3072,22 +2157,7 @@ function useGetViewerSettingsLazyQuery(baseOptions) {
3072
2157
  return Apollo.useLazyQuery(exports.GetViewerSettingsDocument, options);
3073
2158
  }
3074
2159
  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
- `;
2160
+ 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
2161
  /**
3092
2162
  * __useGetAccountsViewerSettingsQuery__
3093
2163
  *
@@ -3114,16 +2184,34 @@ function useGetAccountsViewerSettingsLazyQuery(baseOptions) {
3114
2184
  return Apollo.useLazyQuery(exports.GetAccountsViewerSettingsDocument, options);
3115
2185
  }
3116
2186
  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
- }
2187
+ 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" } }] } }] } }] };
2188
+ /**
2189
+ * __useGetAccountsApplicationPoliciesQuery__
2190
+ *
2191
+ * To run a query within a React component, call `useGetAccountsApplicationPoliciesQuery` and pass it any options that fit your needs.
2192
+ * When your component renders, `useGetAccountsApplicationPoliciesQuery` returns an object from Apollo Client that contains loading, error, and data properties
2193
+ * you can use to render your UI.
2194
+ *
2195
+ * @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;
2196
+ *
2197
+ * @example
2198
+ * const { data, loading, error } = useGetAccountsApplicationPoliciesQuery({
2199
+ * variables: {
2200
+ * input: // value for 'input'
2201
+ * },
2202
+ * });
2203
+ */
2204
+ function useGetAccountsApplicationPoliciesQuery(baseOptions) {
2205
+ const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
2206
+ return Apollo.useQuery(exports.GetAccountsApplicationPoliciesDocument, options);
2207
+ }
2208
+ exports.useGetAccountsApplicationPoliciesQuery = useGetAccountsApplicationPoliciesQuery;
2209
+ function useGetAccountsApplicationPoliciesLazyQuery(baseOptions) {
2210
+ const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
2211
+ return Apollo.useLazyQuery(exports.GetAccountsApplicationPoliciesDocument, options);
3125
2212
  }
3126
- `;
2213
+ exports.useGetAccountsApplicationPoliciesLazyQuery = useGetAccountsApplicationPoliciesLazyQuery;
2214
+ 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
2215
  /**
3128
2216
  * __useGetOrgMembersWithRolesUnsecuredQuery__
3129
2217
  *
@@ -3150,16 +2238,7 @@ function useGetOrgMembersWithRolesUnsecuredLazyQuery(baseOptions) {
3150
2238
  return Apollo.useLazyQuery(exports.GetOrgMembersWithRolesUnsecuredDocument, options);
3151
2239
  }
3152
2240
  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
- `;
2241
+ 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
2242
  /**
3164
2243
  * __useGetOrgMembersWithRolesQuery__
3165
2244
  *
@@ -3186,14 +2265,7 @@ function useGetOrgMembersWithRolesLazyQuery(baseOptions) {
3186
2265
  return Apollo.useLazyQuery(exports.GetOrgMembersWithRolesDocument, options);
3187
2266
  }
3188
2267
  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
- `;
2268
+ 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
2269
  /**
3198
2270
  * __useGetUsersQuery__
3199
2271
  *
@@ -3220,13 +2292,7 @@ function useGetUsersLazyQuery(baseOptions) {
3220
2292
  return Apollo.useLazyQuery(exports.GetUsersDocument, options);
3221
2293
  }
3222
2294
  exports.useGetUsersLazyQuery = useGetUsersLazyQuery;
3223
- exports.dockerCatalogDocument = client_1.gql `
3224
- query dockerCatalog {
3225
- dockerCatalog {
3226
- repositories
3227
- }
3228
- }
3229
- `;
2295
+ 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
2296
  /**
3231
2297
  * __usedockerCatalogQuery__
3232
2298
  *
@@ -3252,17 +2318,7 @@ function usedockerCatalogLazyQuery(baseOptions) {
3252
2318
  return Apollo.useLazyQuery(exports.dockerCatalogDocument, options);
3253
2319
  }
3254
2320
  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
- `;
2321
+ 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
2322
  /**
3267
2323
  * __usegetAllDockerRegistriesQuery__
3268
2324
  *
@@ -3288,11 +2344,7 @@ function usegetAllDockerRegistriesLazyQuery(baseOptions) {
3288
2344
  return Apollo.useLazyQuery(exports.getAllDockerRegistriesDocument, options);
3289
2345
  }
3290
2346
  exports.usegetAllDockerRegistriesLazyQuery = usegetAllDockerRegistriesLazyQuery;
3291
- exports.createDockerRegistryDocument = client_1.gql `
3292
- mutation createDockerRegistry($payload: IDockerRegistry) {
3293
- createDockerRegistry(payload: $payload)
3294
- }
3295
- `;
2347
+ 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
2348
  /**
3297
2349
  * __usecreateDockerRegistryMutation__
3298
2350
  *
@@ -3315,14 +2367,7 @@ function usecreateDockerRegistryMutation(baseOptions) {
3315
2367
  return Apollo.useMutation(exports.createDockerRegistryDocument, options);
3316
2368
  }
3317
2369
  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
- `;
2370
+ 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
2371
  /**
3327
2372
  * __usetagsQuery__
3328
2373
  *
@@ -3350,13 +2395,7 @@ function usetagsLazyQuery(baseOptions) {
3350
2395
  return Apollo.useLazyQuery(exports.tagsDocument, options);
3351
2396
  }
3352
2397
  exports.usetagsLazyQuery = usetagsLazyQuery;
3353
- exports.dockerRegistryCatalogDocument = client_1.gql `
3354
- query dockerRegistryCatalog($registry: String!) {
3355
- dockerRegistryCatalog(registry: $registry) {
3356
- repositories
3357
- }
3358
- }
3359
- `;
2398
+ 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
2399
  /**
3361
2400
  * __usedockerRegistryCatalogQuery__
3362
2401
  *
@@ -3383,11 +2422,7 @@ function usedockerRegistryCatalogLazyQuery(baseOptions) {
3383
2422
  return Apollo.useLazyQuery(exports.dockerRegistryCatalogDocument, options);
3384
2423
  }
3385
2424
  exports.usedockerRegistryCatalogLazyQuery = usedockerRegistryCatalogLazyQuery;
3386
- exports.removeDockerRegistryDocument = client_1.gql `
3387
- mutation removeDockerRegistry($id: ID) {
3388
- removeDockerRegistry(id: $id)
3389
- }
3390
- `;
2425
+ 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
2426
  /**
3392
2427
  * __useremoveDockerRegistryMutation__
3393
2428
  *
@@ -3410,11 +2445,7 @@ function useremoveDockerRegistryMutation(baseOptions) {
3410
2445
  return Apollo.useMutation(exports.removeDockerRegistryDocument, options);
3411
2446
  }
3412
2447
  exports.useremoveDockerRegistryMutation = useremoveDockerRegistryMutation;
3413
- exports.updateDockerRegistryDocument = client_1.gql `
3414
- mutation updateDockerRegistry($id: ID!, $payload: IDockerRegistry) {
3415
- updateDockerRegistry(id: $id, payload: $payload)
3416
- }
3417
- `;
2448
+ 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
2449
  /**
3419
2450
  * __useupdateDockerRegistryMutation__
3420
2451
  *
@@ -3438,14 +2469,7 @@ function useupdateDockerRegistryMutation(baseOptions) {
3438
2469
  return Apollo.useMutation(exports.updateDockerRegistryDocument, options);
3439
2470
  }
3440
2471
  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
- `;
2472
+ 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
2473
  /**
3450
2474
  * __usecreateMonocularRegistryMutation__
3451
2475
  *
@@ -3468,11 +2492,7 @@ function usecreateMonocularRegistryMutation(baseOptions) {
3468
2492
  return Apollo.useMutation(exports.createMonocularRegistryDocument, options);
3469
2493
  }
3470
2494
  exports.usecreateMonocularRegistryMutation = usecreateMonocularRegistryMutation;
3471
- exports.createUserRepositoryDocument = client_1.gql `
3472
- mutation createUserRepository($repositoryName: String, $orgName: String) {
3473
- createUserRepository(repositoryName: $repositoryName, orgName: $orgName)
3474
- }
3475
- `;
2495
+ 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
2496
  /**
3477
2497
  * __usecreateUserRepositoryMutation__
3478
2498
  *
@@ -3496,13 +2516,7 @@ function usecreateUserRepositoryMutation(baseOptions) {
3496
2516
  return Apollo.useMutation(exports.createUserRepositoryDocument, options);
3497
2517
  }
3498
2518
  exports.usecreateUserRepositoryMutation = usecreateUserRepositoryMutation;
3499
- exports.removeMonocularRegistryDocument = client_1.gql `
3500
- mutation removeMonocularRegistry($id: ID) {
3501
- removeMonocularRegistry(id: $id) {
3502
- message
3503
- }
3504
- }
3505
- `;
2519
+ 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
2520
  /**
3507
2521
  * __useremoveMonocularRegistryMutation__
3508
2522
  *
@@ -3525,11 +2539,7 @@ function useremoveMonocularRegistryMutation(baseOptions) {
3525
2539
  return Apollo.useMutation(exports.removeMonocularRegistryDocument, options);
3526
2540
  }
3527
2541
  exports.useremoveMonocularRegistryMutation = useremoveMonocularRegistryMutation;
3528
- exports.removeUserRepositoryDocument = client_1.gql `
3529
- mutation removeUserRepository($repositoryId: Int) {
3530
- removeUserRepository(repositoryId: $repositoryId)
3531
- }
3532
- `;
2542
+ 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
2543
  /**
3534
2544
  * __useremoveUserRepositoryMutation__
3535
2545
  *
@@ -3552,11 +2562,7 @@ function useremoveUserRepositoryMutation(baseOptions) {
3552
2562
  return Apollo.useMutation(exports.removeUserRepositoryDocument, options);
3553
2563
  }
3554
2564
  exports.useremoveUserRepositoryMutation = useremoveUserRepositoryMutation;
3555
- exports.testConnectionDocument = client_1.gql `
3556
- mutation testConnection($payload: IMonocularRegistry) {
3557
- testConnection(payload: $payload)
3558
- }
3559
- `;
2565
+ 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
2566
  /**
3561
2567
  * __usetestConnectionMutation__
3562
2568
  *
@@ -3579,13 +2585,7 @@ function usetestConnectionMutation(baseOptions) {
3579
2585
  return Apollo.useMutation(exports.testConnectionDocument, options);
3580
2586
  }
3581
2587
  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
- `;
2588
+ 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
2589
  /**
3590
2590
  * __useupdateMonocularRegistryMutation__
3591
2591
  *
@@ -3609,11 +2609,7 @@ function useupdateMonocularRegistryMutation(baseOptions) {
3609
2609
  return Apollo.useMutation(exports.updateMonocularRegistryDocument, options);
3610
2610
  }
3611
2611
  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
- `;
2612
+ 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
2613
  /**
3618
2614
  * __useuploadMutation__
3619
2615
  *
@@ -3638,21 +2634,7 @@ function useuploadMutation(baseOptions) {
3638
2634
  return Apollo.useMutation(exports.uploadDocument, options);
3639
2635
  }
3640
2636
  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
- `;
2637
+ 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
2638
  /**
3657
2639
  * __usegetChartDetailsQuery__
3658
2640
  *
@@ -3681,15 +2663,7 @@ function usegetChartDetailsLazyQuery(baseOptions) {
3681
2663
  return Apollo.useLazyQuery(exports.getChartDetailsDocument, options);
3682
2664
  }
3683
2665
  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
- `;
2666
+ 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
2667
  /**
3694
2668
  * __usechartVersionsQuery__
3695
2669
  *
@@ -3717,20 +2691,7 @@ function usechartVersionsLazyQuery(baseOptions) {
3717
2691
  return Apollo.useLazyQuery(exports.chartVersionsDocument, options);
3718
2692
  }
3719
2693
  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
- `;
2694
+ 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
2695
  /**
3735
2696
  * __usegetChartQuery__
3736
2697
  *
@@ -3759,20 +2720,7 @@ function usegetChartLazyQuery(baseOptions) {
3759
2720
  return Apollo.useLazyQuery(exports.getChartDocument, options);
3760
2721
  }
3761
2722
  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
- `;
2723
+ 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
2724
  /**
3777
2725
  * __usegetChartsQuery__
3778
2726
  *
@@ -3799,17 +2747,7 @@ function usegetChartsLazyQuery(baseOptions) {
3799
2747
  return Apollo.useLazyQuery(exports.getChartsDocument, options);
3800
2748
  }
3801
2749
  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
- `;
2750
+ 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
2751
  /**
3814
2752
  * __usegetAllMonocularRegistriesQuery__
3815
2753
  *
@@ -3835,14 +2773,7 @@ function usegetAllMonocularRegistriesLazyQuery(baseOptions) {
3835
2773
  return Apollo.useLazyQuery(exports.getAllMonocularRegistriesDocument, options);
3836
2774
  }
3837
2775
  exports.usegetAllMonocularRegistriesLazyQuery = usegetAllMonocularRegistriesLazyQuery;
3838
- exports.repositoriesDocument = client_1.gql `
3839
- query repositories {
3840
- repositories {
3841
- project_id
3842
- name
3843
- }
3844
- }
3845
- `;
2776
+ 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
2777
  /**
3847
2778
  * __userepositoriesQuery__
3848
2779
  *
@@ -3868,14 +2799,7 @@ function userepositoriesLazyQuery(baseOptions) {
3868
2799
  return Apollo.useLazyQuery(exports.repositoriesDocument, options);
3869
2800
  }
3870
2801
  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
- `;
2802
+ 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
2803
  /**
3880
2804
  * __useuserRepositoriesQuery__
3881
2805
  *
@@ -3902,11 +2826,7 @@ function useuserRepositoriesLazyQuery(baseOptions) {
3902
2826
  return Apollo.useLazyQuery(exports.userRepositoriesDocument, options);
3903
2827
  }
3904
2828
  exports.useuserRepositoriesLazyQuery = useuserRepositoriesLazyQuery;
3905
- exports.CollectDocument = client_1.gql `
3906
- mutation Collect($request: ActivityCollectRequest!) {
3907
- collect(request: $request)
3908
- }
3909
- `;
2829
+ 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
2830
  /**
3911
2831
  * __useCollectMutation__
3912
2832
  *
@@ -3929,70 +2849,7 @@ function useCollectMutation(baseOptions) {
3929
2849
  return Apollo.useMutation(exports.CollectDocument, options);
3930
2850
  }
3931
2851
  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
- `;
2852
+ 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
2853
  /**
3997
2854
  * __useAddProjectMutation__
3998
2855
  *
@@ -4016,70 +2873,7 @@ function useAddProjectMutation(baseOptions) {
4016
2873
  return Apollo.useMutation(exports.AddProjectDocument, options);
4017
2874
  }
4018
2875
  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
- `;
2876
+ 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
2877
  /**
4084
2878
  * __useAddStacksMutation__
4085
2879
  *
@@ -4103,11 +2897,7 @@ function useAddStacksMutation(baseOptions) {
4103
2897
  return Apollo.useMutation(exports.AddStacksDocument, options);
4104
2898
  }
4105
2899
  exports.useAddStacksMutation = useAddStacksMutation;
4106
- exports.AddTeamToWorkspacesDocument = client_1.gql `
4107
- mutation AddTeamToWorkspaces($workIds: [String]!, $teamId: String!) {
4108
- AddTeamToWorkspaces(workIds: $workIds, teamId: $teamId)
4109
- }
4110
- `;
2900
+ 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
2901
  /**
4112
2902
  * __useAddTeamToWorkspacesMutation__
4113
2903
  *
@@ -4131,23 +2921,7 @@ function useAddTeamToWorkspacesMutation(baseOptions) {
4131
2921
  return Apollo.useMutation(exports.AddTeamToWorkspacesDocument, options);
4132
2922
  }
4133
2923
  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
- `;
2924
+ 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
2925
  /**
4152
2926
  * __useAddWorkspaceMutation__
4153
2927
  *
@@ -4170,11 +2944,7 @@ function useAddWorkspaceMutation(baseOptions) {
4170
2944
  return Apollo.useMutation(exports.AddWorkspaceDocument, options);
4171
2945
  }
4172
2946
  exports.useAddWorkspaceMutation = useAddWorkspaceMutation;
4173
- exports.RemoveTeamFromWorkspaceDocument = client_1.gql `
4174
- mutation RemoveTeamFromWorkspace($workId: String!, $teamId: String!) {
4175
- RemoveTeamFromWorkspace(workId: $workId, teamId: $teamId)
4176
- }
4177
- `;
2947
+ 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
2948
  /**
4179
2949
  * __useRemoveTeamFromWorkspaceMutation__
4180
2950
  *
@@ -4198,11 +2968,7 @@ function useRemoveTeamFromWorkspaceMutation(baseOptions) {
4198
2968
  return Apollo.useMutation(exports.RemoveTeamFromWorkspaceDocument, options);
4199
2969
  }
4200
2970
  exports.useRemoveTeamFromWorkspaceMutation = useRemoveTeamFromWorkspaceMutation;
4201
- exports.RemoveWorkpsaceDocument = client_1.gql `
4202
- mutation RemoveWorkpsace($request: WorkspaceRemove_Input!) {
4203
- RemoveWorkspace(request: $request)
4204
- }
4205
- `;
2971
+ 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
2972
  /**
4207
2973
  * __useRemoveWorkpsaceMutation__
4208
2974
  *
@@ -4225,11 +2991,7 @@ function useRemoveWorkpsaceMutation(baseOptions) {
4225
2991
  return Apollo.useMutation(exports.RemoveWorkpsaceDocument, options);
4226
2992
  }
4227
2993
  exports.useRemoveWorkpsaceMutation = useRemoveWorkpsaceMutation;
4228
- exports.SetEnvVariablesDocument = client_1.gql `
4229
- mutation SetEnvVariables($request: WorkspaceVariables_Input!) {
4230
- SetEnvVariables(request: $request)
4231
- }
4232
- `;
2994
+ 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
2995
  /**
4234
2996
  * __useSetEnvVariablesMutation__
4235
2997
  *
@@ -4252,11 +3014,7 @@ function useSetEnvVariablesMutation(baseOptions) {
4252
3014
  return Apollo.useMutation(exports.SetEnvVariablesDocument, options);
4253
3015
  }
4254
3016
  exports.useSetEnvVariablesMutation = useSetEnvVariablesMutation;
4255
- exports.StartWorkspaceDocument = client_1.gql `
4256
- mutation StartWorkspace($request: WorkspaceStart_Input!) {
4257
- StartWorkspace(request: $request)
4258
- }
4259
- `;
3017
+ 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
3018
  /**
4261
3019
  * __useStartWorkspaceMutation__
4262
3020
  *
@@ -4279,11 +3037,7 @@ function useStartWorkspaceMutation(baseOptions) {
4279
3037
  return Apollo.useMutation(exports.StartWorkspaceDocument, options);
4280
3038
  }
4281
3039
  exports.useStartWorkspaceMutation = useStartWorkspaceMutation;
4282
- exports.StopWorkspaceDocument = client_1.gql `
4283
- mutation StopWorkspace($request: WorkspaceStop_Input!) {
4284
- StopWorkspace(request: $request)
4285
- }
4286
- `;
3040
+ 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
3041
  /**
4288
3042
  * __useStopWorkspaceMutation__
4289
3043
  *
@@ -4306,23 +3060,7 @@ function useStopWorkspaceMutation(baseOptions) {
4306
3060
  return Apollo.useMutation(exports.StopWorkspaceDocument, options);
4307
3061
  }
4308
3062
  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
- `;
3063
+ 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
3064
  /**
4327
3065
  * __useUpdateWorkspaceMutation__
4328
3066
  *
@@ -4345,11 +3083,7 @@ function useUpdateWorkspaceMutation(baseOptions) {
4345
3083
  return Apollo.useMutation(exports.UpdateWorkspaceDocument, options);
4346
3084
  }
4347
3085
  exports.useUpdateWorkspaceMutation = useUpdateWorkspaceMutation;
4348
- exports.ClearWorkspaceCreationFormDocument = client_1.gql `
4349
- mutation ClearWorkspaceCreationForm {
4350
- ClearWorkspaceCreationForm @client
4351
- }
4352
- `;
3086
+ 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
3087
  /**
4354
3088
  * __useClearWorkspaceCreationFormMutation__
4355
3089
  *
@@ -4371,45 +3105,7 @@ function useClearWorkspaceCreationFormMutation(baseOptions) {
4371
3105
  return Apollo.useMutation(exports.ClearWorkspaceCreationFormDocument, options);
4372
3106
  }
4373
3107
  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
- `;
3108
+ 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
3109
  /**
4414
3110
  * __useGetOrgWorkspacesQuery__
4415
3111
  *
@@ -4436,11 +3132,7 @@ function useGetOrgWorkspacesLazyQuery(baseOptions) {
4436
3132
  return Apollo.useLazyQuery(exports.GetOrgWorkspacesDocument, options);
4437
3133
  }
4438
3134
  exports.useGetOrgWorkspacesLazyQuery = useGetOrgWorkspacesLazyQuery;
4439
- exports.RestoreWorkspaceCreationFormDocument = client_1.gql `
4440
- query RestoreWorkspaceCreationForm {
4441
- RestoreWorkspaceCreationForm @client
4442
- }
4443
- `;
3135
+ 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
3136
  /**
4445
3137
  * __useRestoreWorkspaceCreationFormQuery__
4446
3138
  *
@@ -4466,45 +3158,7 @@ function useRestoreWorkspaceCreationFormLazyQuery(baseOptions) {
4466
3158
  return Apollo.useLazyQuery(exports.RestoreWorkspaceCreationFormDocument, options);
4467
3159
  }
4468
3160
  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
- `;
3161
+ 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
3162
  /**
4509
3163
  * __useGetTeamWorkspacesQuery__
4510
3164
  *
@@ -4531,73 +3185,7 @@ function useGetTeamWorkspacesLazyQuery(baseOptions) {
4531
3185
  return Apollo.useLazyQuery(exports.GetTeamWorkspacesDocument, options);
4532
3186
  }
4533
3187
  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
- `;
3188
+ 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
3189
  /**
4602
3190
  * __useGetWorkspaceQuery__
4603
3191
  *
@@ -4624,23 +3212,7 @@ function useGetWorkspaceLazyQuery(baseOptions) {
4624
3212
  return Apollo.useLazyQuery(exports.GetWorkspaceDocument, options);
4625
3213
  }
4626
3214
  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
- `;
3215
+ 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
3216
  /**
4645
3217
  * __useWorkspaceStateQuery__
4646
3218
  *
@@ -4666,45 +3238,7 @@ function useWorkspaceStateLazyQuery(baseOptions) {
4666
3238
  return Apollo.useLazyQuery(exports.WorkspaceStateDocument, options);
4667
3239
  }
4668
3240
  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
- `;
3241
+ 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
3242
  /**
4709
3243
  * __useGetWorkspacesQuery__
4710
3244
  *
@@ -4730,26 +3264,7 @@ function useGetWorkspacesLazyQuery(baseOptions) {
4730
3264
  return Apollo.useLazyQuery(exports.GetWorkspacesDocument, options);
4731
3265
  }
4732
3266
  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
- `;
3267
+ 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
3268
  /**
4754
3269
  * __usesubscribeToWorkspaceSubscription__
4755
3270
  *
@@ -4772,11 +3287,7 @@ function usesubscribeToWorkspaceSubscription(baseOptions) {
4772
3287
  return Apollo.useSubscription(exports.subscribeToWorkspaceDocument, options);
4773
3288
  }
4774
3289
  exports.usesubscribeToWorkspaceSubscription = usesubscribeToWorkspaceSubscription;
4775
- exports.toggleSidebarDocument = client_1.gql `
4776
- mutation toggleSidebar($state: Boolean!) {
4777
- toggleSidebar(state: $state) @client
4778
- }
4779
- `;
3290
+ 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
3291
  /**
4781
3292
  * __usetoggleSidebarMutation__
4782
3293
  *
@@ -4799,11 +3310,7 @@ function usetoggleSidebarMutation(baseOptions) {
4799
3310
  return Apollo.useMutation(exports.toggleSidebarDocument, options);
4800
3311
  }
4801
3312
  exports.usetoggleSidebarMutation = usetoggleSidebarMutation;
4802
- exports.sidebarStateDocument = client_1.gql `
4803
- query sidebarState {
4804
- sidebarState @client
4805
- }
4806
- `;
3313
+ 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
3314
  /**
4808
3315
  * __usesidebarStateQuery__
4809
3316
  *
@@ -4829,11 +3336,7 @@ function usesidebarStateLazyQuery(baseOptions) {
4829
3336
  return Apollo.useLazyQuery(exports.sidebarStateDocument, options);
4830
3337
  }
4831
3338
  exports.usesidebarStateLazyQuery = usesidebarStateLazyQuery;
4832
- exports.AddContributionRoleDocument = client_1.gql `
4833
- mutation AddContributionRole($name: String!, $description: String) {
4834
- addContributionRole(name: $name, description: $description)
4835
- }
4836
- `;
3339
+ 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
3340
  /**
4838
3341
  * __useAddContributionRoleMutation__
4839
3342
  *
@@ -4857,11 +3360,7 @@ function useAddContributionRoleMutation(baseOptions) {
4857
3360
  return Apollo.useMutation(exports.AddContributionRoleDocument, options);
4858
3361
  }
4859
3362
  exports.useAddContributionRoleMutation = useAddContributionRoleMutation;
4860
- exports.AddResourceToContextDocument = client_1.gql `
4861
- mutation AddResourceToContext($resourcesToAdd: [OrganizationResourceCreationData_Input]!) {
4862
- addResourceToContext(resourcesToAdd: $resourcesToAdd) @client
4863
- }
4864
- `;
3363
+ 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
3364
  /**
4866
3365
  * __useAddResourceToContextMutation__
4867
3366
  *
@@ -4884,11 +3383,7 @@ function useAddResourceToContextMutation(baseOptions) {
4884
3383
  return Apollo.useMutation(exports.AddResourceToContextDocument, options);
4885
3384
  }
4886
3385
  exports.useAddResourceToContextMutation = useAddResourceToContextMutation;
4887
- exports.ChangeOrganizationDocument = client_1.gql `
4888
- mutation ChangeOrganization($orgId: String) {
4889
- changeOrganization(orgId: $orgId) @client(always: true)
4890
- }
4891
- `;
3386
+ 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
3387
  /**
4893
3388
  * __useChangeOrganizationMutation__
4894
3389
  *
@@ -4902,7 +3397,7 @@ exports.ChangeOrganizationDocument = client_1.gql `
4902
3397
  * @example
4903
3398
  * const [changeOrganizationMutation, { data, loading, error }] = useChangeOrganizationMutation({
4904
3399
  * variables: {
4905
- * orgId: // value for 'orgId'
3400
+ * orgName: // value for 'orgName'
4906
3401
  * },
4907
3402
  * });
4908
3403
  */
@@ -4911,11 +3406,7 @@ function useChangeOrganizationMutation(baseOptions) {
4911
3406
  return Apollo.useMutation(exports.ChangeOrganizationDocument, options);
4912
3407
  }
4913
3408
  exports.useChangeOrganizationMutation = useChangeOrganizationMutation;
4914
- exports.InitiateConfigurationValueDocument = client_1.gql `
4915
- mutation InitiateConfigurationValue($resource: URI!) {
4916
- initiateConfigurationValue(resource: $resource)
4917
- }
4918
- `;
3409
+ 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
3410
  /**
4920
3411
  * __useInitiateConfigurationValueMutation__
4921
3412
  *
@@ -4938,11 +3429,7 @@ function useInitiateConfigurationValueMutation(baseOptions) {
4938
3429
  return Apollo.useMutation(exports.InitiateConfigurationValueDocument, options);
4939
3430
  }
4940
3431
  exports.useInitiateConfigurationValueMutation = useInitiateConfigurationValueMutation;
4941
- exports.InitializeOrgNameInContextDocument = client_1.gql `
4942
- mutation InitializeOrgNameInContext($orgName: String) {
4943
- initializeOrgNameInContext(orgName: $orgName) @client
4944
- }
4945
- `;
3432
+ 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
3433
  /**
4947
3434
  * __useInitializeOrgNameInContextMutation__
4948
3435
  *
@@ -4965,11 +3452,7 @@ function useInitializeOrgNameInContextMutation(baseOptions) {
4965
3452
  return Apollo.useMutation(exports.InitializeOrgNameInContextDocument, options);
4966
3453
  }
4967
3454
  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
- `;
3455
+ 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
3456
  /**
4974
3457
  * __useInitializeTeamInContextMutation__
4975
3458
  *
@@ -4993,13 +3476,7 @@ function useInitializeTeamInContextMutation(baseOptions) {
4993
3476
  return Apollo.useMutation(exports.InitializeTeamInContextDocument, options);
4994
3477
  }
4995
3478
  exports.useInitializeTeamInContextMutation = useInitializeTeamInContextMutation;
4996
- exports.CreateIntegrationConfigurationDocument = client_1.gql `
4997
- mutation CreateIntegrationConfiguration($data: IntegrationConfigurationInput) {
4998
- createIntegrationConfiguration(data: $data) {
4999
- id
5000
- }
5001
- }
5002
- `;
3479
+ 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
3480
  /**
5004
3481
  * __useCreateIntegrationConfigurationMutation__
5005
3482
  *
@@ -5022,13 +3499,7 @@ function useCreateIntegrationConfigurationMutation(baseOptions) {
5022
3499
  return Apollo.useMutation(exports.CreateIntegrationConfigurationDocument, options);
5023
3500
  }
5024
3501
  exports.useCreateIntegrationConfigurationMutation = useCreateIntegrationConfigurationMutation;
5025
- exports.CreateOrUpdateIntegrationConfigurationDocument = client_1.gql `
5026
- mutation CreateOrUpdateIntegrationConfiguration($data: IntegrationConfigurationCreateOrUpdateInput) {
5027
- createOrUpdateIntegrationConfiguration(data: $data) {
5028
- id
5029
- }
5030
- }
5031
- `;
3502
+ 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
3503
  /**
5033
3504
  * __useCreateOrUpdateIntegrationConfigurationMutation__
5034
3505
  *
@@ -5051,11 +3522,7 @@ function useCreateOrUpdateIntegrationConfigurationMutation(baseOptions) {
5051
3522
  return Apollo.useMutation(exports.CreateOrUpdateIntegrationConfigurationDocument, options);
5052
3523
  }
5053
3524
  exports.useCreateOrUpdateIntegrationConfigurationMutation = useCreateOrUpdateIntegrationConfigurationMutation;
5054
- exports.DeleteIntegrationConfigurationDocument = client_1.gql `
5055
- mutation DeleteIntegrationConfiguration($id: String!) {
5056
- deleteIntegrationConfiguration(id: $id)
5057
- }
5058
- `;
3525
+ 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
3526
  /**
5060
3527
  * __useDeleteIntegrationConfigurationMutation__
5061
3528
  *
@@ -5078,11 +3545,7 @@ function useDeleteIntegrationConfigurationMutation(baseOptions) {
5078
3545
  return Apollo.useMutation(exports.DeleteIntegrationConfigurationDocument, options);
5079
3546
  }
5080
3547
  exports.useDeleteIntegrationConfigurationMutation = useDeleteIntegrationConfigurationMutation;
5081
- exports.ReassignConfigurationDocument = client_1.gql `
5082
- mutation ReassignConfiguration {
5083
- reassignRole @client(always: true)
5084
- }
5085
- `;
3548
+ 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
3549
  /**
5087
3550
  * __useReassignConfigurationMutation__
5088
3551
  *
@@ -5104,11 +3567,7 @@ function useReassignConfigurationMutation(baseOptions) {
5104
3567
  return Apollo.useMutation(exports.ReassignConfigurationDocument, options);
5105
3568
  }
5106
3569
  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
- `;
3570
+ 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
3571
  /**
5113
3572
  * __useUpdateConfigurationMutation__
5114
3573
  *
@@ -5136,15 +3595,7 @@ function useUpdateConfigurationMutation(baseOptions) {
5136
3595
  return Apollo.useMutation(exports.UpdateConfigurationDocument, options);
5137
3596
  }
5138
3597
  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}`;
3598
+ 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
3599
  /**
5149
3600
  * __useGetApplicationPolicyQuery__
5150
3601
  *
@@ -5171,15 +3622,7 @@ function useGetApplicationPolicyLazyQuery(baseOptions) {
5171
3622
  return Apollo.useLazyQuery(exports.GetApplicationPolicyDocument, options);
5172
3623
  }
5173
3624
  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}`;
3625
+ 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
3626
  /**
5184
3627
  * __useGetApplicationRoleQuery__
5185
3628
  *
@@ -5206,13 +3649,7 @@ function useGetApplicationRoleLazyQuery(baseOptions) {
5206
3649
  return Apollo.useLazyQuery(exports.GetApplicationRoleDocument, options);
5207
3650
  }
5208
3651
  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}`;
3652
+ 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
3653
  /**
5217
3654
  * __useDefaultResolveSettingsQuery__
5218
3655
  *
@@ -5240,11 +3677,7 @@ function useDefaultResolveSettingsLazyQuery(baseOptions) {
5240
3677
  return Apollo.useLazyQuery(exports.DefaultResolveSettingsDocument, options);
5241
3678
  }
5242
3679
  exports.useDefaultResolveSettingsLazyQuery = useDefaultResolveSettingsLazyQuery;
5243
- exports.GetConfigurationTargetDocument = client_1.gql `
5244
- query GetConfigurationTarget($resource: URI) {
5245
- getConfigurationTarget(resource: $resource) @client
5246
- }
5247
- `;
3680
+ 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
3681
  /**
5249
3682
  * __useGetConfigurationTargetQuery__
5250
3683
  *
@@ -5271,11 +3704,7 @@ function useGetConfigurationTargetLazyQuery(baseOptions) {
5271
3704
  return Apollo.useLazyQuery(exports.GetConfigurationTargetDocument, options);
5272
3705
  }
5273
3706
  exports.useGetConfigurationTargetLazyQuery = useGetConfigurationTargetLazyQuery;
5274
- exports.GetContextPropertyDocument = client_1.gql `
5275
- query GetContextProperty($keys: [String]) {
5276
- getContextProperty(keys: $keys) @client
5277
- }
5278
- `;
3707
+ 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
3708
  /**
5280
3709
  * __useGetContextPropertyQuery__
5281
3710
  *
@@ -5302,13 +3731,7 @@ function useGetContextPropertyLazyQuery(baseOptions) {
5302
3731
  return Apollo.useLazyQuery(exports.GetContextPropertyDocument, options);
5303
3732
  }
5304
3733
  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}`;
3734
+ 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
3735
  /**
5313
3736
  * __useGetDefaultApplicationPermissionsQuery__
5314
3737
  *
@@ -5335,55 +3758,7 @@ function useGetDefaultApplicationPermissionsLazyQuery(baseOptions) {
5335
3758
  return Apollo.useLazyQuery(exports.GetDefaultApplicationPermissionsDocument, options);
5336
3759
  }
5337
3760
  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}`;
3761
+ 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
3762
  /**
5388
3763
  * __useGetDefaultPermissionsQuery__
5389
3764
  *
@@ -5410,55 +3785,7 @@ function useGetDefaultPermissionsLazyQuery(baseOptions) {
5410
3785
  return Apollo.useLazyQuery(exports.GetDefaultPermissionsDocument, options);
5411
3786
  }
5412
3787
  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}`;
3788
+ 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
3789
  /**
5463
3790
  * __useGetDefaultPolicySettingsQuery__
5464
3791
  *
@@ -5485,15 +3812,7 @@ function useGetDefaultPolicySettingsLazyQuery(baseOptions) {
5485
3812
  return Apollo.useLazyQuery(exports.GetDefaultPolicySettingsDocument, options);
5486
3813
  }
5487
3814
  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}`;
3815
+ 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
3816
  /**
5498
3817
  * __useGetDefaultRoleQuery__
5499
3818
  *
@@ -5519,13 +3838,7 @@ function useGetDefaultRoleLazyQuery(baseOptions) {
5519
3838
  return Apollo.useLazyQuery(exports.GetDefaultRoleDocument, options);
5520
3839
  }
5521
3840
  exports.useGetDefaultRoleLazyQuery = useGetDefaultRoleLazyQuery;
5522
- exports.GetTeamContextDocument = client_1.gql `
5523
- query GetTeamContext {
5524
- getTeamContext @client {
5525
- ...TeamContext
5526
- }
5527
- }
5528
- ${exports.TeamContextFragmentDoc}`;
3841
+ 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
3842
  /**
5530
3843
  * __useGetTeamContextQuery__
5531
3844
  *
@@ -5551,13 +3864,7 @@ function useGetTeamContextLazyQuery(baseOptions) {
5551
3864
  return Apollo.useLazyQuery(exports.GetTeamContextDocument, options);
5552
3865
  }
5553
3866
  exports.useGetTeamContextLazyQuery = useGetTeamContextLazyQuery;
5554
- exports.GetTeamNameFromContextDocument = client_1.gql `
5555
- query GetTeamNameFromContext {
5556
- getTeamNameFromContext @client {
5557
- ...TeamNameInContext
5558
- }
5559
- }
5560
- ${exports.TeamNameInContextFragmentDoc}`;
3867
+ 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
3868
  /**
5562
3869
  * __useGetTeamNameFromContextQuery__
5563
3870
  *
@@ -5583,24 +3890,7 @@ function useGetTeamNameFromContextLazyQuery(baseOptions) {
5583
3890
  return Apollo.useLazyQuery(exports.GetTeamNameFromContextDocument, options);
5584
3891
  }
5585
3892
  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}`;
3893
+ 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
3894
  /**
5605
3895
  * __usegetUserAccessRoleQuery__
5606
3896
  *
@@ -5627,14 +3917,7 @@ function usegetUserAccessRoleLazyQuery(baseOptions) {
5627
3917
  return Apollo.useLazyQuery(exports.getUserAccessRoleDocument, options);
5628
3918
  }
5629
3919
  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
- `;
3920
+ 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
3921
  /**
5639
3922
  * __useOpenPreferencesSettingsQuery__
5640
3923
  *
@@ -5663,15 +3946,7 @@ function useOpenPreferencesSettingsLazyQuery(baseOptions) {
5663
3946
  return Apollo.useLazyQuery(exports.OpenPreferencesSettingsDocument, options);
5664
3947
  }
5665
3948
  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}`;
3949
+ 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
3950
  /**
5676
3951
  * __useGetOrgConfigurationQuery__
5677
3952
  *
@@ -5698,15 +3973,7 @@ function useGetOrgConfigurationLazyQuery(baseOptions) {
5698
3973
  return Apollo.useLazyQuery(exports.GetOrgConfigurationDocument, options);
5699
3974
  }
5700
3975
  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}`;
3976
+ 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
3977
  /**
5711
3978
  * __useGetOrgPolicyQuery__
5712
3979
  *
@@ -5733,15 +4000,7 @@ function useGetOrgPolicyLazyQuery(baseOptions) {
5733
4000
  return Apollo.useLazyQuery(exports.GetOrgPolicyDocument, options);
5734
4001
  }
5735
4002
  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}`;
4003
+ 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
4004
  /**
5746
4005
  * __useGetOrgRoleQuery__
5747
4006
  *
@@ -5768,18 +4027,7 @@ function useGetOrgRoleLazyQuery(baseOptions) {
5768
4027
  return Apollo.useLazyQuery(exports.GetOrgRoleDocument, options);
5769
4028
  }
5770
4029
  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}`;
4030
+ 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
4031
  /**
5784
4032
  * __useGetOrgWithResourcesPolicyQuery__
5785
4033
  *
@@ -5806,18 +4054,7 @@ function useGetOrgWithResourcesPolicyLazyQuery(baseOptions) {
5806
4054
  return Apollo.useLazyQuery(exports.GetOrgWithResourcesPolicyDocument, options);
5807
4055
  }
5808
4056
  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}`;
4057
+ 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
4058
  /**
5822
4059
  * __useGetOrgWithResourcesRoleQuery__
5823
4060
  *
@@ -5844,11 +4081,7 @@ function useGetOrgWithResourcesRoleLazyQuery(baseOptions) {
5844
4081
  return Apollo.useLazyQuery(exports.GetOrgWithResourcesRoleDocument, options);
5845
4082
  }
5846
4083
  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
- `;
4084
+ 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
4085
  /**
5853
4086
  * __useResolveConfigurationQuery__
5854
4087
  *
@@ -5877,15 +4110,7 @@ function useResolveConfigurationLazyQuery(baseOptions) {
5877
4110
  return Apollo.useLazyQuery(exports.ResolveConfigurationDocument, options);
5878
4111
  }
5879
4112
  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}`;
4113
+ 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
4114
  /**
5890
4115
  * __useGetResourcesConfigurationQuery__
5891
4116
  *
@@ -5912,15 +4137,7 @@ function useGetResourcesConfigurationLazyQuery(baseOptions) {
5912
4137
  return Apollo.useLazyQuery(exports.GetResourcesConfigurationDocument, options);
5913
4138
  }
5914
4139
  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}`;
4140
+ 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
4141
  /**
5925
4142
  * __useGetUserConfigurationQuery__
5926
4143
  *
@@ -5933,6 +4150,7 @@ exports.GetUserConfigurationDocument = client_1.gql `
5933
4150
  * @example
5934
4151
  * const { data, loading, error } = useGetUserConfigurationQuery({
5935
4152
  * variables: {
4153
+ * input: // value for 'input'
5936
4154
  * },
5937
4155
  * });
5938
4156
  */
@@ -5946,25 +4164,7 @@ function useGetUserConfigurationLazyQuery(baseOptions) {
5946
4164
  return Apollo.useLazyQuery(exports.GetUserConfigurationDocument, options);
5947
4165
  }
5948
4166
  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}`;
4167
+ 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
4168
  /**
5969
4169
  * __useDefaultSettingsQuery__
5970
4170
  *
@@ -5991,16 +4191,7 @@ function useDefaultSettingsLazyQuery(baseOptions) {
5991
4191
  return Apollo.useLazyQuery(exports.DefaultSettingsDocument, options);
5992
4192
  }
5993
4193
  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
- `;
4194
+ 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
4195
  /**
6005
4196
  * __usegetContributionRolesQuery__
6006
4197
  *
@@ -6026,13 +4217,7 @@ function usegetContributionRolesLazyQuery(baseOptions) {
6026
4217
  return Apollo.useLazyQuery(exports.getContributionRolesDocument, options);
6027
4218
  }
6028
4219
  exports.usegetContributionRolesLazyQuery = usegetContributionRolesLazyQuery;
6029
- exports.GetOrgContextDocument = client_1.gql `
6030
- query GetOrgContext {
6031
- getOrgContext @client {
6032
- ...OrgContext
6033
- }
6034
- }
6035
- ${exports.OrgContextFragmentDoc}`;
4220
+ 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
4221
  /**
6037
4222
  * __useGetOrgContextQuery__
6038
4223
  *
@@ -6058,13 +4243,7 @@ function useGetOrgContextLazyQuery(baseOptions) {
6058
4243
  return Apollo.useLazyQuery(exports.GetOrgContextDocument, options);
6059
4244
  }
6060
4245
  exports.useGetOrgContextLazyQuery = useGetOrgContextLazyQuery;
6061
- exports.GetOrgNameFromContextDocument = client_1.gql `
6062
- query GetOrgNameFromContext {
6063
- getOrgNameFromContext @client {
6064
- ...OrgNameInContext
6065
- }
6066
- }
6067
- ${exports.OrgNameInContextFragmentDoc}`;
4246
+ 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
4247
  /**
6069
4248
  * __useGetOrgNameFromContextQuery__
6070
4249
  *
@@ -6090,16 +4269,7 @@ function useGetOrgNameFromContextLazyQuery(baseOptions) {
6090
4269
  return Apollo.useLazyQuery(exports.GetOrgNameFromContextDocument, options);
6091
4270
  }
6092
4271
  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
- `;
4272
+ 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
4273
  /**
6104
4274
  * __usegetRoleQuery__
6105
4275
  *
@@ -6126,18 +4296,7 @@ function usegetRoleLazyQuery(baseOptions) {
6126
4296
  return Apollo.useLazyQuery(exports.getRoleDocument, options);
6127
4297
  }
6128
4298
  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
- `;
4299
+ 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
4300
  /**
6142
4301
  * __useFilterIntegrationConfigurationQuery__
6143
4302
  *
@@ -6164,18 +4323,7 @@ function useFilterIntegrationConfigurationLazyQuery(baseOptions) {
6164
4323
  return Apollo.useLazyQuery(exports.FilterIntegrationConfigurationDocument, options);
6165
4324
  }
6166
4325
  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
- `;
4326
+ 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
4327
  /**
6180
4328
  * __useGetAllIntegrationConfigurationsQuery__
6181
4329
  *
@@ -6201,18 +4349,7 @@ function useGetAllIntegrationConfigurationsLazyQuery(baseOptions) {
6201
4349
  return Apollo.useLazyQuery(exports.GetAllIntegrationConfigurationsDocument, options);
6202
4350
  }
6203
4351
  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
- `;
4352
+ 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
4353
  /**
6217
4354
  * __useGetIntegrationConfigurationQuery__
6218
4355
  *
@@ -6239,18 +4376,7 @@ function useGetIntegrationConfigurationLazyQuery(baseOptions) {
6239
4376
  return Apollo.useLazyQuery(exports.GetIntegrationConfigurationDocument, options);
6240
4377
  }
6241
4378
  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}`;
4379
+ 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
4380
  /**
6255
4381
  * __useGetOrgWithResourcesConfigurationQuery__
6256
4382
  *
@@ -6277,18 +4403,7 @@ function useGetOrgWithResourcesConfigurationLazyQuery(baseOptions) {
6277
4403
  return Apollo.useLazyQuery(exports.GetOrgWithResourcesConfigurationDocument, options);
6278
4404
  }
6279
4405
  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}`;
4406
+ 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
4407
  /**
6293
4408
  * __useGetUserWithDefaultConfigurationQuery__
6294
4409
  *
@@ -6315,13 +4430,7 @@ function useGetUserWithDefaultConfigurationLazyQuery(baseOptions) {
6315
4430
  return Apollo.useLazyQuery(exports.GetUserWithDefaultConfigurationDocument, options);
6316
4431
  }
6317
4432
  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}`;
4433
+ 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
4434
  /**
6326
4435
  * __useSubscribeToConfigurationUpdateSubscription__
6327
4436
  *
@@ -6343,18 +4452,7 @@ function useSubscribeToConfigurationUpdateSubscription(baseOptions) {
6343
4452
  return Apollo.useSubscription(exports.SubscribeToConfigurationUpdateDocument, options);
6344
4453
  }
6345
4454
  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
- `;
4455
+ 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
4456
  /**
6359
4457
  * __usesubscribeToOrganizationContextSubscription__
6360
4458
  *
@@ -6376,13 +4474,7 @@ function usesubscribeToOrganizationContextSubscription(baseOptions) {
6376
4474
  return Apollo.useSubscription(exports.subscribeToOrganizationContextDocument, options);
6377
4475
  }
6378
4476
  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}`;
4477
+ 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
4478
  /**
6387
4479
  * __useSubscribeToPermissionUpdateSubscription__
6388
4480
  *
@@ -6404,13 +4496,7 @@ function useSubscribeToPermissionUpdateSubscription(baseOptions) {
6404
4496
  return Apollo.useSubscription(exports.SubscribeToPermissionUpdateDocument, options);
6405
4497
  }
6406
4498
  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}`;
4499
+ 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
4500
  /**
6415
4501
  * __useSubscribeToPolicyUpdateSubscription__
6416
4502
  *
@@ -6432,11 +4518,7 @@ function useSubscribeToPolicyUpdateSubscription(baseOptions) {
6432
4518
  return Apollo.useSubscription(exports.SubscribeToPolicyUpdateDocument, options);
6433
4519
  }
6434
4520
  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
- `;
4521
+ 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
4522
  /**
6441
4523
  * __useUpdateConfigurationValueByUriMutation__
6442
4524
  *
@@ -6464,11 +4546,7 @@ function useUpdateConfigurationValueByUriMutation(baseOptions) {
6464
4546
  return Apollo.useMutation(exports.UpdateConfigurationValueByUriDocument, options);
6465
4547
  }
6466
4548
  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
- `;
4549
+ 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
4550
  /**
6473
4551
  * __useUpdateConfigurationValueMutation__
6474
4552
  *
@@ -6495,13 +4573,7 @@ function useUpdateConfigurationValueMutation(baseOptions) {
6495
4573
  return Apollo.useMutation(exports.UpdateConfigurationValueDocument, options);
6496
4574
  }
6497
4575
  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}`;
4576
+ 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
4577
  /**
6506
4578
  * __useupdateOrganizationContextAddResourcesMutation__
6507
4579
  *
@@ -6526,13 +4598,7 @@ function useupdateOrganizationContextAddResourcesMutation(baseOptions) {
6526
4598
  return Apollo.useMutation(exports.updateOrganizationContextAddResourcesDocument, options);
6527
4599
  }
6528
4600
  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}`;
4601
+ 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
4602
  /**
6537
4603
  * __useupdateOrganizationContextRemoveResourcesMutation__
6538
4604
  *
@@ -6555,13 +4621,7 @@ function useupdateOrganizationContextRemoveResourcesMutation(baseOptions) {
6555
4621
  return Apollo.useMutation(exports.updateOrganizationContextRemoveResourcesDocument, options);
6556
4622
  }
6557
4623
  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}`;
4624
+ 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
4625
  /**
6566
4626
  * __useupdateOrganizationContextUpdateResourcesMutation__
6567
4627
  *
@@ -6586,11 +4646,7 @@ function useupdateOrganizationContextUpdateResourcesMutation(baseOptions) {
6586
4646
  return Apollo.useMutation(exports.updateOrganizationContextUpdateResourcesDocument, options);
6587
4647
  }
6588
4648
  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
- `;
4649
+ 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
4650
  /**
6595
4651
  * __useUpdatePolicyValueMutation__
6596
4652
  *
@@ -6617,11 +4673,7 @@ function useUpdatePolicyValueMutation(baseOptions) {
6617
4673
  return Apollo.useMutation(exports.UpdatePolicyValueDocument, options);
6618
4674
  }
6619
4675
  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
- `;
4676
+ 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
4677
  /**
6626
4678
  * __useUpdateRoleValueMutation__
6627
4679
  *
@@ -6648,25 +4700,7 @@ function useUpdateRoleValueMutation(baseOptions) {
6648
4700
  return Apollo.useMutation(exports.UpdateRoleValueDocument, options);
6649
4701
  }
6650
4702
  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}`;
4703
+ 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
4704
  /**
6671
4705
  * __usegetConfigurationDataQuery__
6672
4706
  *
@@ -6692,13 +4726,7 @@ function usegetConfigurationDataLazyQuery(baseOptions) {
6692
4726
  return Apollo.useLazyQuery(exports.getConfigurationDataDocument, options);
6693
4727
  }
6694
4728
  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}`;
4729
+ 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
4730
  /**
6703
4731
  * __useOrganizationResourceContextQuery__
6704
4732
  *
@@ -6725,4 +4753,31 @@ function useOrganizationResourceContextLazyQuery(baseOptions) {
6725
4753
  return Apollo.useLazyQuery(exports.OrganizationResourceContextDocument, options);
6726
4754
  }
6727
4755
  exports.useOrganizationResourceContextLazyQuery = useOrganizationResourceContextLazyQuery;
4756
+ 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" } }] } }] } }] } }] };
4757
+ /**
4758
+ * __useViewerSettingsQuery__
4759
+ *
4760
+ * To run a query within a React component, call `useViewerSettingsQuery` and pass it any options that fit your needs.
4761
+ * When your component renders, `useViewerSettingsQuery` returns an object from Apollo Client that contains loading, error, and data properties
4762
+ * you can use to render your UI.
4763
+ *
4764
+ * @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;
4765
+ *
4766
+ * @example
4767
+ * const { data, loading, error } = useViewerSettingsQuery({
4768
+ * variables: {
4769
+ * input: // value for 'input'
4770
+ * },
4771
+ * });
4772
+ */
4773
+ function useViewerSettingsQuery(baseOptions) {
4774
+ const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
4775
+ return Apollo.useQuery(exports.ViewerSettingsDocument, options);
4776
+ }
4777
+ exports.useViewerSettingsQuery = useViewerSettingsQuery;
4778
+ function useViewerSettingsLazyQuery(baseOptions) {
4779
+ const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
4780
+ return Apollo.useLazyQuery(exports.ViewerSettingsDocument, options);
4781
+ }
4782
+ exports.useViewerSettingsLazyQuery = useViewerSettingsLazyQuery;
6728
4783
  //# sourceMappingURL=generated-models.js.map