@adminide-stack/core 1.1.1-alpha.23 → 1.1.1-alpha.253
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/constants/billing-plan.d.ts +1 -0
- package/lib/constants/billing-plan.js +5 -0
- package/lib/constants/billing-plan.js.map +1 -0
- package/lib/constants/index.d.ts +1 -0
- package/lib/constants/index.js +1 -0
- package/lib/constants/index.js.map +1 -1
- package/lib/core/configurations/configuration.d.ts +14 -11
- package/lib/core/configurations/configuration.js +24 -16
- package/lib/core/configurations/configuration.js.map +1 -1
- package/lib/core/configurations/events/{abastract-configuration-change-event.d.ts → abstract-configuration-change-event.d.ts} +0 -0
- package/lib/core/configurations/events/{abastract-configuration-change-event.js → abstract-configuration-change-event.js} +1 -1
- package/lib/core/configurations/events/abstract-configuration-change-event.js.map +1 -0
- package/lib/core/configurations/events/all-keys-configuration-change-event.d.ts +1 -1
- package/lib/core/configurations/events/all-keys-configuration-change-event.js +2 -2
- package/lib/core/configurations/events/all-keys-configuration-change-event.js.map +1 -1
- package/lib/core/configurations/events/configuration-change-event.d.ts +1 -1
- package/lib/core/configurations/events/configuration-change-event.js +2 -2
- package/lib/core/configurations/events/configuration-change-event.js.map +1 -1
- package/lib/core/configurations/events/index.d.ts +1 -1
- package/lib/core/configurations/events/index.js +1 -1
- package/lib/core/configurations/events/index.js.map +1 -1
- package/lib/core/configurations/helpers/configuration.js +4 -4
- package/lib/core/configurations/helpers/configuration.js.map +1 -1
- package/lib/core/organization/configuration.d.ts +5 -4
- package/lib/core/organization/configuration.js +10 -11
- package/lib/core/organization/configuration.js.map +1 -1
- package/lib/core/organization/organization.d.ts +4 -3
- package/lib/core/organization/organization.js +2 -1
- package/lib/core/organization/organization.js.map +1 -1
- package/lib/interfaces/apollo-context.d.ts +2 -2
- package/lib/interfaces/configuration/configuration.d.ts +9 -3
- package/lib/interfaces/configuration/configuration.js +9 -3
- package/lib/interfaces/configuration/configuration.js.map +1 -1
- package/lib/interfaces/configuration/configuraton-service.d.ts +12 -2
- package/lib/interfaces/generated/generated-models.d.ts +1004 -619
- package/lib/interfaces/generated/generated-models.js +302 -2230
- package/lib/interfaces/generated/generated-models.js.map +1 -1
- package/lib/interfaces/organization/organization-context-service.d.ts +3 -3
- package/lib/interfaces/preferences-service.d.ts +8 -4
- package/lib/services/abstract-configuration.d.ts +8 -5
- package/lib/services/abstract-configuration.js +7 -2
- package/lib/services/abstract-configuration.js.map +1 -1
- package/lib/utils/flatten-utils.d.ts +1 -0
- package/lib/utils/flatten-utils.js +20 -0
- package/lib/utils/flatten-utils.js.map +1 -0
- package/lib/utils/generate-uri.d.ts +12 -3
- package/lib/utils/generate-uri.js +13 -4
- package/lib/utils/generate-uri.js.map +1 -1
- package/lib/utils/generated-settings-id.js +6 -1
- package/lib/utils/generated-settings-id.js.map +1 -1
- package/package.json +3 -3
- package/lib/context/auth.context.d.ts +0 -10
- package/lib/context/auth.context.js +0 -10
- package/lib/context/auth.context.js.map +0 -1
- package/lib/context/index.d.ts +0 -1
- package/lib/context/index.js +0 -14
- package/lib/context/index.js.map +0 -1
- 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
|
-
exports.
|
4
|
-
exports.
|
5
|
-
exports.
|
6
|
-
exports.
|
7
|
-
exports.
|
8
|
-
exports.
|
9
|
-
exports.
|
10
|
-
exports.
|
11
|
-
exports.
|
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;
|
3
|
+
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.IGlobalLanguages = exports.IGlobalCurrencies = 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.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 = exports.IWorkspaceDeploymentCommands = exports.IVisibility = void 0;
|
5
|
+
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 = exports.usechangeOrgMemberRoleMutation = exports.changeOrgMemberRoleDocument = void 0;
|
6
|
+
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 = exports.useGetUserOrganizationsListQuery = exports.GetUserOrganizationsListDocument = void 0;
|
7
|
+
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 = exports.GetProjectsDocument = exports.usegetOrganizationTeamsLazyQuery = void 0;
|
8
|
+
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 = exports.useGetUsersLazyQuery = exports.useGetUsersQuery = void 0;
|
9
|
+
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 = exports.userepositoriesLazyQuery = exports.userepositoriesQuery = void 0;
|
10
|
+
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 = exports.sidebarStateDocument = exports.usetoggleSidebarMutation = void 0;
|
11
|
+
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 = exports.useGetDefaultRoleQuery = exports.GetDefaultRoleDocument = 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 = exports.getRoleDocument = exports.useGetOrgNameFromContextLazyQuery = void 0;
|
13
13
|
const enum_1 = require("../enum");
|
14
14
|
Object.defineProperty(exports, "InactivityInterval", { enumerable: true, get: function () { return enum_1.InactivityInterval; } });
|
15
|
-
const client_1 = require("@apollo/client");
|
16
15
|
const Apollo = require("@apollo/client");
|
17
16
|
const defaultOptions = {};
|
18
17
|
var IAccountServiceAction;
|
@@ -26,6 +25,7 @@ var IAccountServiceAction;
|
|
26
25
|
IAccountServiceAction["deleteAccount"] = "deleteAccount";
|
27
26
|
IAccountServiceAction["onAccountCreated"] = "onAccountCreated";
|
28
27
|
IAccountServiceAction["onAccountDeleted"] = "onAccountDeleted";
|
28
|
+
IAccountServiceAction["accountOnBoarding"] = "accountOnBoarding";
|
29
29
|
})(IAccountServiceAction = exports.IAccountServiceAction || (exports.IAccountServiceAction = {}));
|
30
30
|
;
|
31
31
|
var IActivityServiceCommands;
|
@@ -105,6 +105,8 @@ var IClientCacheTypeNames;
|
|
105
105
|
IClientCacheTypeNames["DefaultPolicy"] = "DefaultPolicy";
|
106
106
|
IClientCacheTypeNames["DefaultRole"] = "DefaultRole";
|
107
107
|
IClientCacheTypeNames["Environment"] = "Environment";
|
108
|
+
IClientCacheTypeNames["ExternalResourceData"] = "ExternalResourceData";
|
109
|
+
IClientCacheTypeNames["MachineConfiguration"] = "MachineConfiguration";
|
108
110
|
IClientCacheTypeNames["OrgMember"] = "OrgMember";
|
109
111
|
IClientCacheTypeNames["OrgUser"] = "OrgUser";
|
110
112
|
IClientCacheTypeNames["Organization"] = "Organization";
|
@@ -112,6 +114,7 @@ var IClientCacheTypeNames;
|
|
112
114
|
IClientCacheTypeNames["OrganizationData"] = "OrganizationData";
|
113
115
|
IClientCacheTypeNames["OrganizationPolicy"] = "OrganizationPolicy";
|
114
116
|
IClientCacheTypeNames["OrganizationResourceConfiguration"] = "OrganizationResourceConfiguration";
|
117
|
+
IClientCacheTypeNames["OrganizationResourceData"] = "OrganizationResourceData";
|
115
118
|
IClientCacheTypeNames["OrganizationRole"] = "OrganizationRole";
|
116
119
|
IClientCacheTypeNames["ResourcePolicy"] = "ResourcePolicy";
|
117
120
|
IClientCacheTypeNames["ResourceRole"] = "ResourceRole";
|
@@ -123,6 +126,7 @@ var IClientCacheTypeNames;
|
|
123
126
|
;
|
124
127
|
var IClientContainerService;
|
125
128
|
(function (IClientContainerService) {
|
129
|
+
IClientContainerService["ApolloErrorHandler"] = "ApolloErrorHandler";
|
126
130
|
IClientContainerService["Auth0Authentication"] = "Auth0Authentication";
|
127
131
|
IClientContainerService["IConfigurationFileService"] = "IConfigurationFileService";
|
128
132
|
IClientContainerService["IConfigurationPolicyService"] = "IConfigurationPolicyService";
|
@@ -149,6 +153,7 @@ var IConfigCollectionName;
|
|
149
153
|
IConfigCollectionName["application"] = "application";
|
150
154
|
IConfigCollectionName["accounts"] = "accounts";
|
151
155
|
IConfigCollectionName["organizations"] = "organizations";
|
156
|
+
IConfigCollectionName["machines"] = "machines";
|
152
157
|
IConfigCollectionName["workspaces"] = "workspaces";
|
153
158
|
IConfigCollectionName["teams"] = "teams";
|
154
159
|
IConfigCollectionName["projects"] = "projects";
|
@@ -204,6 +209,21 @@ var IEWorkspaceManagementQProps;
|
|
204
209
|
IEWorkspaceManagementQProps["namespace"] = "namespace";
|
205
210
|
})(IEWorkspaceManagementQProps = exports.IEWorkspaceManagementQProps || (exports.IEWorkspaceManagementQProps = {}));
|
206
211
|
;
|
212
|
+
var IGlobalCurrencies;
|
213
|
+
(function (IGlobalCurrencies) {
|
214
|
+
IGlobalCurrencies["USD"] = "USD";
|
215
|
+
IGlobalCurrencies["EURO"] = "EURO";
|
216
|
+
IGlobalCurrencies["AUD"] = "AUD";
|
217
|
+
})(IGlobalCurrencies = exports.IGlobalCurrencies || (exports.IGlobalCurrencies = {}));
|
218
|
+
;
|
219
|
+
var IGlobalLanguages;
|
220
|
+
(function (IGlobalLanguages) {
|
221
|
+
IGlobalLanguages["English"] = "English";
|
222
|
+
IGlobalLanguages["Spanish"] = "Spanish";
|
223
|
+
IGlobalLanguages["French"] = "French";
|
224
|
+
IGlobalLanguages["Russian"] = "Russian";
|
225
|
+
})(IGlobalLanguages = exports.IGlobalLanguages || (exports.IGlobalLanguages = {}));
|
226
|
+
;
|
207
227
|
var IIntegrationConfigServiceAction;
|
208
228
|
(function (IIntegrationConfigServiceAction) {
|
209
229
|
IIntegrationConfigServiceAction["onIntegrationConfigurationDeleted"] = "onIntegrationConfigurationDeleted";
|
@@ -311,6 +331,9 @@ var IOrganizationServiceAction;
|
|
311
331
|
IOrganizationServiceAction["onUserInvitationSend"] = "onUserInvitationSend";
|
312
332
|
IOrganizationServiceAction["onUserInvitationResend"] = "onUserInvitationResend";
|
313
333
|
IOrganizationServiceAction["onOrgMemberRemoved"] = "onOrgMemberRemoved";
|
334
|
+
IOrganizationServiceAction["onCreateOrganization"] = "onCreateOrganization";
|
335
|
+
IOrganizationServiceAction["onCreateTeam"] = "onCreateTeam";
|
336
|
+
IOrganizationServiceAction["onSendInvitation"] = "onSendInvitation";
|
314
337
|
})(IOrganizationServiceAction = exports.IOrganizationServiceAction || (exports.IOrganizationServiceAction = {}));
|
315
338
|
;
|
316
339
|
var IOrgUserRole;
|
@@ -614,324 +637,38 @@ var IZipkinRoutes;
|
|
614
637
|
IZipkinRoutes["search"] = "search";
|
615
638
|
})(IZipkinRoutes = exports.IZipkinRoutes || (exports.IZipkinRoutes = {}));
|
616
639
|
;
|
617
|
-
exports.AllContextFragmentDoc =
|
618
|
-
|
619
|
-
|
620
|
-
|
621
|
-
|
622
|
-
|
623
|
-
}
|
624
|
-
|
625
|
-
exports.
|
626
|
-
|
627
|
-
|
628
|
-
|
629
|
-
|
630
|
-
|
631
|
-
}
|
632
|
-
|
633
|
-
exports.
|
634
|
-
|
635
|
-
|
636
|
-
|
637
|
-
|
638
|
-
|
639
|
-
|
640
|
-
|
641
|
-
|
642
|
-
|
643
|
-
|
644
|
-
|
645
|
-
|
646
|
-
|
647
|
-
|
648
|
-
|
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
|
-
`;
|
640
|
+
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" } }] } }] };
|
641
|
+
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" } }] } }] };
|
642
|
+
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" } }] } }] } }] };
|
643
|
+
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" } }] } }] };
|
644
|
+
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" } }] } }] };
|
645
|
+
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" } }] } }] } }] } }] };
|
646
|
+
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" } }] } }] };
|
647
|
+
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" } }] } }] };
|
648
|
+
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" } }] } }] };
|
649
|
+
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" } }] } }] };
|
650
|
+
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" } }] } }] };
|
651
|
+
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" } }] } }] } }] };
|
652
|
+
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" } }] } }] };
|
653
|
+
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" } }] } }] } }] };
|
654
|
+
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" } }] } }] };
|
655
|
+
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" } }] } }] };
|
656
|
+
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" } }] } }] };
|
657
|
+
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" } }] } }] };
|
658
|
+
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" } }] } }] };
|
659
|
+
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" } }] } }] };
|
660
|
+
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" } }] } }] };
|
661
|
+
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" } }] } }] };
|
662
|
+
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" } }] } }] };
|
663
|
+
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" } }] } }] };
|
664
|
+
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" } }] } }] };
|
665
|
+
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" } }] } }] };
|
666
|
+
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" } }] } }] };
|
667
|
+
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" } }] } }] };
|
668
|
+
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" } }] } }] } }] } }] };
|
669
|
+
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" } }] } }] } }] };
|
670
|
+
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" } }] } }] };
|
671
|
+
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
672
|
/**
|
936
673
|
* __useacceptOrganizationInvitationMutation__
|
937
674
|
*
|
@@ -955,11 +692,30 @@ function useacceptOrganizationInvitationMutation(baseOptions) {
|
|
955
692
|
return Apollo.useMutation(exports.acceptOrganizationInvitationDocument, options);
|
956
693
|
}
|
957
694
|
exports.useacceptOrganizationInvitationMutation = useacceptOrganizationInvitationMutation;
|
958
|
-
exports.
|
959
|
-
|
960
|
-
|
695
|
+
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" } } }] }] } }] };
|
696
|
+
/**
|
697
|
+
* __useAccountOnBoardingMutation__
|
698
|
+
*
|
699
|
+
* To run a mutation, you first call `useAccountOnBoardingMutation` within a React component and pass it any options that fit your needs.
|
700
|
+
* When your component renders, `useAccountOnBoardingMutation` returns a tuple that includes:
|
701
|
+
* - A mutate function that you can call at any time to execute the mutation
|
702
|
+
* - An object with fields that represent the current status of the mutation's execution
|
703
|
+
*
|
704
|
+
* @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;
|
705
|
+
*
|
706
|
+
* @example
|
707
|
+
* const [accountOnBoardingMutation, { data, loading, error }] = useAccountOnBoardingMutation({
|
708
|
+
* variables: {
|
709
|
+
* input: // value for 'input'
|
710
|
+
* },
|
711
|
+
* });
|
712
|
+
*/
|
713
|
+
function useAccountOnBoardingMutation(baseOptions) {
|
714
|
+
const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
|
715
|
+
return Apollo.useMutation(exports.AccountOnBoardingDocument, options);
|
961
716
|
}
|
962
|
-
|
717
|
+
exports.useAccountOnBoardingMutation = useAccountOnBoardingMutation;
|
718
|
+
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
719
|
/**
|
964
720
|
* __useAddClientMutation__
|
965
721
|
*
|
@@ -982,11 +738,7 @@ function useAddClientMutation(baseOptions) {
|
|
982
738
|
return Apollo.useMutation(exports.AddClientDocument, options);
|
983
739
|
}
|
984
740
|
exports.useAddClientMutation = useAddClientMutation;
|
985
|
-
exports.AddOrgProjectDocument =
|
986
|
-
mutation AddOrgProject($project: ProjectAddRequest!) {
|
987
|
-
addOrgProject(project: $project)
|
988
|
-
}
|
989
|
-
`;
|
741
|
+
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
742
|
/**
|
991
743
|
* __useAddOrgProjectMutation__
|
992
744
|
*
|
@@ -1009,11 +761,7 @@ function useAddOrgProjectMutation(baseOptions) {
|
|
1009
761
|
return Apollo.useMutation(exports.AddOrgProjectDocument, options);
|
1010
762
|
}
|
1011
763
|
exports.useAddOrgProjectMutation = useAddOrgProjectMutation;
|
1012
|
-
exports.AddTeamMembersDocument =
|
1013
|
-
mutation AddTeamMembers($orgName: String!, $teamName: String!, $memberIds: [String]!) {
|
1014
|
-
addTeamMembers(orgName: $orgName, teamName: $teamName, memberIds: $memberIds)
|
1015
|
-
}
|
1016
|
-
`;
|
764
|
+
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
765
|
/**
|
1018
766
|
* __useAddTeamMembersMutation__
|
1019
767
|
*
|
@@ -1038,11 +786,7 @@ function useAddTeamMembersMutation(baseOptions) {
|
|
1038
786
|
return Apollo.useMutation(exports.AddTeamMembersDocument, options);
|
1039
787
|
}
|
1040
788
|
exports.useAddTeamMembersMutation = useAddTeamMembersMutation;
|
1041
|
-
exports.changeMemberRoleDocument =
|
1042
|
-
mutation changeMemberRole($orgName: String!, $teamName: String!, $memberId: String!, $role: String!) {
|
1043
|
-
changeMemberRole(orgName: $orgName, teamName: $teamName, memberId: $memberId, role: $role)
|
1044
|
-
}
|
1045
|
-
`;
|
789
|
+
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
790
|
/**
|
1047
791
|
* __usechangeMemberRoleMutation__
|
1048
792
|
*
|
@@ -1068,11 +812,7 @@ function usechangeMemberRoleMutation(baseOptions) {
|
|
1068
812
|
return Apollo.useMutation(exports.changeMemberRoleDocument, options);
|
1069
813
|
}
|
1070
814
|
exports.usechangeMemberRoleMutation = usechangeMemberRoleMutation;
|
1071
|
-
exports.changeOrgMemberRoleDocument =
|
1072
|
-
mutation changeOrgMemberRole($userId: String!, $role: ApplicationRoles!) {
|
1073
|
-
changeOrgMemberRole(userId: $userId, role: $role)
|
1074
|
-
}
|
1075
|
-
`;
|
815
|
+
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
816
|
/**
|
1077
817
|
* __usechangeOrgMemberRoleMutation__
|
1078
818
|
*
|
@@ -1096,11 +836,7 @@ function usechangeOrgMemberRoleMutation(baseOptions) {
|
|
1096
836
|
return Apollo.useMutation(exports.changeOrgMemberRoleDocument, options);
|
1097
837
|
}
|
1098
838
|
exports.usechangeOrgMemberRoleMutation = usechangeOrgMemberRoleMutation;
|
1099
|
-
exports.CreateInvoiceDocument =
|
1100
|
-
mutation CreateInvoice($invoice: InvoiceCreateRequest!) {
|
1101
|
-
createInvoice(invoice: $invoice)
|
1102
|
-
}
|
1103
|
-
`;
|
839
|
+
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
840
|
/**
|
1105
841
|
* __useCreateInvoiceMutation__
|
1106
842
|
*
|
@@ -1123,18 +859,7 @@ function useCreateInvoiceMutation(baseOptions) {
|
|
1123
859
|
return Apollo.useMutation(exports.CreateInvoiceDocument, options);
|
1124
860
|
}
|
1125
861
|
exports.useCreateInvoiceMutation = useCreateInvoiceMutation;
|
1126
|
-
exports.createOrganizationDocument =
|
1127
|
-
mutation createOrganization($organization: OrganizationCreateRequest!) {
|
1128
|
-
createOrganization(organization: $organization) {
|
1129
|
-
id
|
1130
|
-
name
|
1131
|
-
description
|
1132
|
-
picture
|
1133
|
-
namespace
|
1134
|
-
orgUserCount
|
1135
|
-
}
|
1136
|
-
}
|
1137
|
-
`;
|
862
|
+
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
863
|
/**
|
1139
864
|
* __usecreateOrganizationMutation__
|
1140
865
|
*
|
@@ -1157,11 +882,7 @@ function usecreateOrganizationMutation(baseOptions) {
|
|
1157
882
|
return Apollo.useMutation(exports.createOrganizationDocument, options);
|
1158
883
|
}
|
1159
884
|
exports.usecreateOrganizationMutation = usecreateOrganizationMutation;
|
1160
|
-
exports.CreateTaskDocument =
|
1161
|
-
mutation CreateTask($request: TaskRequest) {
|
1162
|
-
createTask(request: $request)
|
1163
|
-
}
|
1164
|
-
`;
|
885
|
+
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
886
|
/**
|
1166
887
|
* __useCreateTaskMutation__
|
1167
888
|
*
|
@@ -1184,19 +905,7 @@ function useCreateTaskMutation(baseOptions) {
|
|
1184
905
|
return Apollo.useMutation(exports.CreateTaskDocument, options);
|
1185
906
|
}
|
1186
907
|
exports.useCreateTaskMutation = useCreateTaskMutation;
|
1187
|
-
exports.createTeamDocument =
|
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
|
-
`;
|
908
|
+
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
909
|
/**
|
1201
910
|
* __usecreateTeamMutation__
|
1202
911
|
*
|
@@ -1219,11 +928,7 @@ function usecreateTeamMutation(baseOptions) {
|
|
1219
928
|
return Apollo.useMutation(exports.createTeamDocument, options);
|
1220
929
|
}
|
1221
930
|
exports.usecreateTeamMutation = usecreateTeamMutation;
|
1222
|
-
exports.DeclineOrganizationInvitationDocument =
|
1223
|
-
mutation DeclineOrganizationInvitation($id: ID!) {
|
1224
|
-
declineOrganizationInvitation(id: $id)
|
1225
|
-
}
|
1226
|
-
`;
|
931
|
+
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
932
|
/**
|
1228
933
|
* __useDeclineOrganizationInvitationMutation__
|
1229
934
|
*
|
@@ -1246,11 +951,7 @@ function useDeclineOrganizationInvitationMutation(baseOptions) {
|
|
1246
951
|
return Apollo.useMutation(exports.DeclineOrganizationInvitationDocument, options);
|
1247
952
|
}
|
1248
953
|
exports.useDeclineOrganizationInvitationMutation = useDeclineOrganizationInvitationMutation;
|
1249
|
-
exports.RemoveInvoiceDocument =
|
1250
|
-
mutation RemoveInvoice($id: String) {
|
1251
|
-
removeInvoice(id: $id)
|
1252
|
-
}
|
1253
|
-
`;
|
954
|
+
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
955
|
/**
|
1255
956
|
* __useRemoveInvoiceMutation__
|
1256
957
|
*
|
@@ -1273,11 +974,7 @@ function useRemoveInvoiceMutation(baseOptions) {
|
|
1273
974
|
return Apollo.useMutation(exports.RemoveInvoiceDocument, options);
|
1274
975
|
}
|
1275
976
|
exports.useRemoveInvoiceMutation = useRemoveInvoiceMutation;
|
1276
|
-
exports.RemoveOrgClientDocument =
|
1277
|
-
mutation RemoveOrgClient($clientId: String!) {
|
1278
|
-
removeOrgClient(clientId: $clientId)
|
1279
|
-
}
|
1280
|
-
`;
|
977
|
+
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
978
|
/**
|
1282
979
|
* __useRemoveOrgClientMutation__
|
1283
980
|
*
|
@@ -1300,11 +997,7 @@ function useRemoveOrgClientMutation(baseOptions) {
|
|
1300
997
|
return Apollo.useMutation(exports.RemoveOrgClientDocument, options);
|
1301
998
|
}
|
1302
999
|
exports.useRemoveOrgClientMutation = useRemoveOrgClientMutation;
|
1303
|
-
exports.RemoveOrgMemberDocument =
|
1304
|
-
mutation RemoveOrgMember($memberId: String!) {
|
1305
|
-
removeOrgMember(memberId: $memberId)
|
1306
|
-
}
|
1307
|
-
`;
|
1000
|
+
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
1001
|
/**
|
1309
1002
|
* __useRemoveOrgMemberMutation__
|
1310
1003
|
*
|
@@ -1327,11 +1020,7 @@ function useRemoveOrgMemberMutation(baseOptions) {
|
|
1327
1020
|
return Apollo.useMutation(exports.RemoveOrgMemberDocument, options);
|
1328
1021
|
}
|
1329
1022
|
exports.useRemoveOrgMemberMutation = useRemoveOrgMemberMutation;
|
1330
|
-
exports.removeOrganizationDocument =
|
1331
|
-
mutation removeOrganization($organization: OrganizationRemoveRequest!) {
|
1332
|
-
removeOrganization(organization: $organization)
|
1333
|
-
}
|
1334
|
-
`;
|
1023
|
+
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
1024
|
/**
|
1336
1025
|
* __useremoveOrganizationMutation__
|
1337
1026
|
*
|
@@ -1354,11 +1043,7 @@ function useremoveOrganizationMutation(baseOptions) {
|
|
1354
1043
|
return Apollo.useMutation(exports.removeOrganizationDocument, options);
|
1355
1044
|
}
|
1356
1045
|
exports.useremoveOrganizationMutation = useremoveOrganizationMutation;
|
1357
|
-
exports.RemoveTaskDocument =
|
1358
|
-
mutation RemoveTask($id: String!) {
|
1359
|
-
removeTask(id: $id)
|
1360
|
-
}
|
1361
|
-
`;
|
1046
|
+
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
1047
|
/**
|
1363
1048
|
* __useRemoveTaskMutation__
|
1364
1049
|
*
|
@@ -1381,11 +1066,7 @@ function useRemoveTaskMutation(baseOptions) {
|
|
1381
1066
|
return Apollo.useMutation(exports.RemoveTaskDocument, options);
|
1382
1067
|
}
|
1383
1068
|
exports.useRemoveTaskMutation = useRemoveTaskMutation;
|
1384
|
-
exports.removeTeamDocument =
|
1385
|
-
mutation removeTeam($teamId: String!) {
|
1386
|
-
removeTeam(teamId: $teamId)
|
1387
|
-
}
|
1388
|
-
`;
|
1069
|
+
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
1070
|
/**
|
1390
1071
|
* __useremoveTeamMutation__
|
1391
1072
|
*
|
@@ -1408,11 +1089,7 @@ function useremoveTeamMutation(baseOptions) {
|
|
1408
1089
|
return Apollo.useMutation(exports.removeTeamDocument, options);
|
1409
1090
|
}
|
1410
1091
|
exports.useremoveTeamMutation = useremoveTeamMutation;
|
1411
|
-
exports.RemoveTeamMemberDocument =
|
1412
|
-
mutation RemoveTeamMember($orgName: String!, $teamName: String!, $memberId: String!) {
|
1413
|
-
removeTeamMember(orgName: $orgName, teamName: $teamName, memberId: $memberId)
|
1414
|
-
}
|
1415
|
-
`;
|
1092
|
+
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
1093
|
/**
|
1417
1094
|
* __useRemoveTeamMemberMutation__
|
1418
1095
|
*
|
@@ -1437,11 +1114,7 @@ function useRemoveTeamMemberMutation(baseOptions) {
|
|
1437
1114
|
return Apollo.useMutation(exports.RemoveTeamMemberDocument, options);
|
1438
1115
|
}
|
1439
1116
|
exports.useRemoveTeamMemberMutation = useRemoveTeamMemberMutation;
|
1440
|
-
exports.ResendOrganizationInvitationDocument =
|
1441
|
-
mutation ResendOrganizationInvitation($id: ID!) {
|
1442
|
-
resendOrganizationInvitation(id: $id)
|
1443
|
-
}
|
1444
|
-
`;
|
1117
|
+
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
1118
|
/**
|
1446
1119
|
* __useResendOrganizationInvitationMutation__
|
1447
1120
|
*
|
@@ -1464,11 +1137,7 @@ function useResendOrganizationInvitationMutation(baseOptions) {
|
|
1464
1137
|
return Apollo.useMutation(exports.ResendOrganizationInvitationDocument, options);
|
1465
1138
|
}
|
1466
1139
|
exports.useResendOrganizationInvitationMutation = useResendOrganizationInvitationMutation;
|
1467
|
-
exports.SendInvoiceMailDocument =
|
1468
|
-
mutation SendInvoiceMail($request: InvoiceMailRequest!) {
|
1469
|
-
sendInvoiceMail(request: $request)
|
1470
|
-
}
|
1471
|
-
`;
|
1140
|
+
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
1141
|
/**
|
1473
1142
|
* __useSendInvoiceMailMutation__
|
1474
1143
|
*
|
@@ -1491,11 +1160,7 @@ function useSendInvoiceMailMutation(baseOptions) {
|
|
1491
1160
|
return Apollo.useMutation(exports.SendInvoiceMailDocument, options);
|
1492
1161
|
}
|
1493
1162
|
exports.useSendInvoiceMailMutation = useSendInvoiceMailMutation;
|
1494
|
-
exports.sendOrganizationInvitationDocument =
|
1495
|
-
mutation sendOrganizationInvitation($request: OrganizationInvitationRequest!) {
|
1496
|
-
sendOrganizationInvitation(request: $request)
|
1497
|
-
}
|
1498
|
-
`;
|
1163
|
+
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
1164
|
/**
|
1500
1165
|
* __usesendOrganizationInvitationMutation__
|
1501
1166
|
*
|
@@ -1518,11 +1183,7 @@ function usesendOrganizationInvitationMutation(baseOptions) {
|
|
1518
1183
|
return Apollo.useMutation(exports.sendOrganizationInvitationDocument, options);
|
1519
1184
|
}
|
1520
1185
|
exports.usesendOrganizationInvitationMutation = usesendOrganizationInvitationMutation;
|
1521
|
-
exports.UpdateInvoiceDocument =
|
1522
|
-
mutation UpdateInvoice($id: String, $invoice: InvoiceUpdateRequest) {
|
1523
|
-
updateInvoice(id: $id, invoice: $invoice)
|
1524
|
-
}
|
1525
|
-
`;
|
1186
|
+
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
1187
|
/**
|
1527
1188
|
* __useUpdateInvoiceMutation__
|
1528
1189
|
*
|
@@ -1546,48 +1207,7 @@ function useUpdateInvoiceMutation(baseOptions) {
|
|
1546
1207
|
return Apollo.useMutation(exports.UpdateInvoiceDocument, options);
|
1547
1208
|
}
|
1548
1209
|
exports.useUpdateInvoiceMutation = useUpdateInvoiceMutation;
|
1549
|
-
exports.UpdateOrgClientDocument =
|
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
|
-
`;
|
1210
|
+
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
1211
|
/**
|
1592
1212
|
* __useUpdateOrgClientMutation__
|
1593
1213
|
*
|
@@ -1610,11 +1230,7 @@ function useUpdateOrgClientMutation(baseOptions) {
|
|
1610
1230
|
return Apollo.useMutation(exports.UpdateOrgClientDocument, options);
|
1611
1231
|
}
|
1612
1232
|
exports.useUpdateOrgClientMutation = useUpdateOrgClientMutation;
|
1613
|
-
exports.updateOrgMemberTeamsDocument =
|
1614
|
-
mutation updateOrgMemberTeams($userId: String!, $orgName: String!, $addToTeams: [String], $removeFromTeams: [String]) {
|
1615
|
-
updateOrgMemberTeams(userId: $userId, orgName: $orgName, addToTeams: $addToTeams, removeFromTeams: $removeFromTeams)
|
1616
|
-
}
|
1617
|
-
`;
|
1233
|
+
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
1234
|
/**
|
1619
1235
|
* __useupdateOrgMemberTeamsMutation__
|
1620
1236
|
*
|
@@ -1640,11 +1256,7 @@ function useupdateOrgMemberTeamsMutation(baseOptions) {
|
|
1640
1256
|
return Apollo.useMutation(exports.updateOrgMemberTeamsDocument, options);
|
1641
1257
|
}
|
1642
1258
|
exports.useupdateOrgMemberTeamsMutation = useupdateOrgMemberTeamsMutation;
|
1643
|
-
exports.UpdateOrgProjectDocument =
|
1644
|
-
mutation UpdateOrgProject($where: ProjectWhereInput!, $project: UpdateProject_Input) {
|
1645
|
-
updateOrgProject(where: $where, project: $project)
|
1646
|
-
}
|
1647
|
-
`;
|
1259
|
+
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
1260
|
/**
|
1649
1261
|
* __useUpdateOrgProjectMutation__
|
1650
1262
|
*
|
@@ -1668,18 +1280,7 @@ function useUpdateOrgProjectMutation(baseOptions) {
|
|
1668
1280
|
return Apollo.useMutation(exports.UpdateOrgProjectDocument, options);
|
1669
1281
|
}
|
1670
1282
|
exports.useUpdateOrgProjectMutation = useUpdateOrgProjectMutation;
|
1671
|
-
exports.updateOrganizationDocument =
|
1672
|
-
mutation updateOrganization($organization: OrganizationUpdateRequest!) {
|
1673
|
-
updateOrganization(organization: $organization) {
|
1674
|
-
id
|
1675
|
-
name
|
1676
|
-
description
|
1677
|
-
picture
|
1678
|
-
namespace
|
1679
|
-
orgUserCount
|
1680
|
-
}
|
1681
|
-
}
|
1682
|
-
`;
|
1283
|
+
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
1284
|
/**
|
1684
1285
|
* __useupdateOrganizationMutation__
|
1685
1286
|
*
|
@@ -1702,11 +1303,7 @@ function useupdateOrganizationMutation(baseOptions) {
|
|
1702
1303
|
return Apollo.useMutation(exports.updateOrganizationDocument, options);
|
1703
1304
|
}
|
1704
1305
|
exports.useupdateOrganizationMutation = useupdateOrganizationMutation;
|
1705
|
-
exports.UpdateProjectStatusDocument =
|
1706
|
-
mutation UpdateProjectStatus($id: String!, $status: String) {
|
1707
|
-
updateProjectStatus(id: $id, status: $status)
|
1708
|
-
}
|
1709
|
-
`;
|
1306
|
+
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
1307
|
/**
|
1711
1308
|
* __useUpdateProjectStatusMutation__
|
1712
1309
|
*
|
@@ -1730,11 +1327,7 @@ function useUpdateProjectStatusMutation(baseOptions) {
|
|
1730
1327
|
return Apollo.useMutation(exports.UpdateProjectStatusDocument, options);
|
1731
1328
|
}
|
1732
1329
|
exports.useUpdateProjectStatusMutation = useUpdateProjectStatusMutation;
|
1733
|
-
exports.UpdateTaskDocument =
|
1734
|
-
mutation UpdateTask($id: String!, $request: TaskRequest) {
|
1735
|
-
updateTask(id: $id, request: $request)
|
1736
|
-
}
|
1737
|
-
`;
|
1330
|
+
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
1331
|
/**
|
1739
1332
|
* __useUpdateTaskMutation__
|
1740
1333
|
*
|
@@ -1758,11 +1351,7 @@ function useUpdateTaskMutation(baseOptions) {
|
|
1758
1351
|
return Apollo.useMutation(exports.UpdateTaskDocument, options);
|
1759
1352
|
}
|
1760
1353
|
exports.useUpdateTaskMutation = useUpdateTaskMutation;
|
1761
|
-
exports.updateTeamConfigurationDocument =
|
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
|
-
`;
|
1354
|
+
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
1355
|
/**
|
1767
1356
|
* __useupdateTeamConfigurationMutation__
|
1768
1357
|
*
|
@@ -1789,19 +1378,7 @@ function useupdateTeamConfigurationMutation(baseOptions) {
|
|
1789
1378
|
return Apollo.useMutation(exports.updateTeamConfigurationDocument, options);
|
1790
1379
|
}
|
1791
1380
|
exports.useupdateTeamConfigurationMutation = useupdateTeamConfigurationMutation;
|
1792
|
-
exports.UpsertProjectThroughIntegrationDocument =
|
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
|
-
`;
|
1381
|
+
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
1382
|
/**
|
1806
1383
|
* __useUpsertProjectThroughIntegrationMutation__
|
1807
1384
|
*
|
@@ -1825,19 +1402,7 @@ function useUpsertProjectThroughIntegrationMutation(baseOptions) {
|
|
1825
1402
|
return Apollo.useMutation(exports.UpsertProjectThroughIntegrationDocument, options);
|
1826
1403
|
}
|
1827
1404
|
exports.useUpsertProjectThroughIntegrationMutation = useUpsertProjectThroughIntegrationMutation;
|
1828
|
-
exports.GetUserOrganizationsListDocument =
|
1829
|
-
query GetUserOrganizationsList {
|
1830
|
-
getUserOrganizations {
|
1831
|
-
name
|
1832
|
-
createdAt
|
1833
|
-
isBillingLeader
|
1834
|
-
orgMembers {
|
1835
|
-
...OrgUser
|
1836
|
-
inactive
|
1837
|
-
}
|
1838
|
-
}
|
1839
|
-
}
|
1840
|
-
${exports.OrgUserFragmentDoc}`;
|
1405
|
+
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
1406
|
/**
|
1842
1407
|
* __useGetUserOrganizationsListQuery__
|
1843
1408
|
*
|
@@ -1863,17 +1428,7 @@ function useGetUserOrganizationsListLazyQuery(baseOptions) {
|
|
1863
1428
|
return Apollo.useLazyQuery(exports.GetUserOrganizationsListDocument, options);
|
1864
1429
|
}
|
1865
1430
|
exports.useGetUserOrganizationsListLazyQuery = useGetUserOrganizationsListLazyQuery;
|
1866
|
-
exports.DecodeOrganizationInvitationDocument =
|
1867
|
-
query DecodeOrganizationInvitation($token: String!) {
|
1868
|
-
decodeOrganizationInvitation(token: $token) {
|
1869
|
-
orgName
|
1870
|
-
teamName
|
1871
|
-
email
|
1872
|
-
invitationId
|
1873
|
-
invitedBy
|
1874
|
-
}
|
1875
|
-
}
|
1876
|
-
`;
|
1431
|
+
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
1432
|
/**
|
1878
1433
|
* __useDecodeOrganizationInvitationQuery__
|
1879
1434
|
*
|
@@ -1900,14 +1455,7 @@ function useDecodeOrganizationInvitationLazyQuery(baseOptions) {
|
|
1900
1455
|
return Apollo.useLazyQuery(exports.DecodeOrganizationInvitationDocument, options);
|
1901
1456
|
}
|
1902
1457
|
exports.useDecodeOrganizationInvitationLazyQuery = useDecodeOrganizationInvitationLazyQuery;
|
1903
|
-
exports.GetAccountsDocument =
|
1904
|
-
query GetAccounts($where: UserAccountWhere) {
|
1905
|
-
getAccounts(where: $where) {
|
1906
|
-
username
|
1907
|
-
email
|
1908
|
-
}
|
1909
|
-
}
|
1910
|
-
`;
|
1458
|
+
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
1459
|
/**
|
1912
1460
|
* __useGetAccountsQuery__
|
1913
1461
|
*
|
@@ -1934,19 +1482,7 @@ function useGetAccountsLazyQuery(baseOptions) {
|
|
1934
1482
|
return Apollo.useLazyQuery(exports.GetAccountsDocument, options);
|
1935
1483
|
}
|
1936
1484
|
exports.useGetAccountsLazyQuery = useGetAccountsLazyQuery;
|
1937
|
-
exports.GetAsanaConnectionStateDocument =
|
1938
|
-
query GetAsanaConnectionState {
|
1939
|
-
getAsanaConnectionState {
|
1940
|
-
asana {
|
1941
|
-
user {
|
1942
|
-
user_id
|
1943
|
-
username
|
1944
|
-
}
|
1945
|
-
status
|
1946
|
-
}
|
1947
|
-
}
|
1948
|
-
}
|
1949
|
-
`;
|
1485
|
+
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
1486
|
/**
|
1951
1487
|
* __useGetAsanaConnectionStateQuery__
|
1952
1488
|
*
|
@@ -1972,14 +1508,7 @@ function useGetAsanaConnectionStateLazyQuery(baseOptions) {
|
|
1972
1508
|
return Apollo.useLazyQuery(exports.GetAsanaConnectionStateDocument, options);
|
1973
1509
|
}
|
1974
1510
|
exports.useGetAsanaConnectionStateLazyQuery = useGetAsanaConnectionStateLazyQuery;
|
1975
|
-
exports.GetAsanaWorkspaceProjectsDocument =
|
1976
|
-
query GetAsanaWorkspaceProjects($workspaceId: String!) {
|
1977
|
-
getAsanaWorkspaceProjects(workspaceId: $workspaceId) {
|
1978
|
-
name
|
1979
|
-
gid
|
1980
|
-
}
|
1981
|
-
}
|
1982
|
-
`;
|
1511
|
+
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
1512
|
/**
|
1984
1513
|
* __useGetAsanaWorkspaceProjectsQuery__
|
1985
1514
|
*
|
@@ -2006,14 +1535,7 @@ function useGetAsanaWorkspaceProjectsLazyQuery(baseOptions) {
|
|
2006
1535
|
return Apollo.useLazyQuery(exports.GetAsanaWorkspaceProjectsDocument, options);
|
2007
1536
|
}
|
2008
1537
|
exports.useGetAsanaWorkspaceProjectsLazyQuery = useGetAsanaWorkspaceProjectsLazyQuery;
|
2009
|
-
exports.GetAsanaWorkspacesDocument =
|
2010
|
-
query GetAsanaWorkspaces {
|
2011
|
-
getAsanaWorkspaces {
|
2012
|
-
name
|
2013
|
-
gid
|
2014
|
-
}
|
2015
|
-
}
|
2016
|
-
`;
|
1538
|
+
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
1539
|
/**
|
2018
1540
|
* __useGetAsanaWorkspacesQuery__
|
2019
1541
|
*
|
@@ -2039,11 +1561,7 @@ function useGetAsanaWorkspacesLazyQuery(baseOptions) {
|
|
2039
1561
|
return Apollo.useLazyQuery(exports.GetAsanaWorkspacesDocument, options);
|
2040
1562
|
}
|
2041
1563
|
exports.useGetAsanaWorkspacesLazyQuery = useGetAsanaWorkspacesLazyQuery;
|
2042
|
-
exports.GetDefaultInvoiceNumberDocument =
|
2043
|
-
query GetDefaultInvoiceNumber {
|
2044
|
-
getDefaultInvoiceNumber
|
2045
|
-
}
|
2046
|
-
`;
|
1564
|
+
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
1565
|
/**
|
2048
1566
|
* __useGetDefaultInvoiceNumberQuery__
|
2049
1567
|
*
|
@@ -2069,19 +1587,7 @@ function useGetDefaultInvoiceNumberLazyQuery(baseOptions) {
|
|
2069
1587
|
return Apollo.useLazyQuery(exports.GetDefaultInvoiceNumberDocument, options);
|
2070
1588
|
}
|
2071
1589
|
exports.useGetDefaultInvoiceNumberLazyQuery = useGetDefaultInvoiceNumberLazyQuery;
|
2072
|
-
exports.GetFilteredProjectsDocument =
|
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
|
-
`;
|
1590
|
+
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
1591
|
/**
|
2086
1592
|
* __useGetFilteredProjectsQuery__
|
2087
1593
|
*
|
@@ -2108,102 +1614,7 @@ function useGetFilteredProjectsLazyQuery(baseOptions) {
|
|
2108
1614
|
return Apollo.useLazyQuery(exports.GetFilteredProjectsDocument, options);
|
2109
1615
|
}
|
2110
1616
|
exports.useGetFilteredProjectsLazyQuery = useGetFilteredProjectsLazyQuery;
|
2111
|
-
exports.GetInvoicesDocument =
|
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
|
-
`;
|
1617
|
+
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
1618
|
/**
|
2208
1619
|
* __useGetInvoicesQuery__
|
2209
1620
|
*
|
@@ -2229,19 +1640,7 @@ function useGetInvoicesLazyQuery(baseOptions) {
|
|
2229
1640
|
return Apollo.useLazyQuery(exports.GetInvoicesDocument, options);
|
2230
1641
|
}
|
2231
1642
|
exports.useGetInvoicesLazyQuery = useGetInvoicesLazyQuery;
|
2232
|
-
exports.GetManageableOrganizationsDocument =
|
2233
|
-
query GetManageableOrganizations {
|
2234
|
-
getManageableOrganizations {
|
2235
|
-
name
|
2236
|
-
createdAt
|
2237
|
-
isBillingLeader
|
2238
|
-
orgMembers {
|
2239
|
-
...OrgUser
|
2240
|
-
inactive
|
2241
|
-
}
|
2242
|
-
}
|
2243
|
-
}
|
2244
|
-
${exports.OrgUserFragmentDoc}`;
|
1643
|
+
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
1644
|
/**
|
2246
1645
|
* __useGetManageableOrganizationsQuery__
|
2247
1646
|
*
|
@@ -2267,18 +1666,7 @@ function useGetManageableOrganizationsLazyQuery(baseOptions) {
|
|
2267
1666
|
return Apollo.useLazyQuery(exports.GetManageableOrganizationsDocument, options);
|
2268
1667
|
}
|
2269
1668
|
exports.useGetManageableOrganizationsLazyQuery = useGetManageableOrganizationsLazyQuery;
|
2270
|
-
exports.GetOrgInvitationMembersDocument =
|
2271
|
-
query GetOrgInvitationMembers {
|
2272
|
-
getOrgInvitationMembers {
|
2273
|
-
id
|
2274
|
-
email
|
2275
|
-
teamName
|
2276
|
-
teamId
|
2277
|
-
role
|
2278
|
-
status
|
2279
|
-
}
|
2280
|
-
}
|
2281
|
-
`;
|
1669
|
+
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
1670
|
/**
|
2283
1671
|
* __useGetOrgInvitationMembersQuery__
|
2284
1672
|
*
|
@@ -2304,20 +1692,7 @@ function useGetOrgInvitationMembersLazyQuery(baseOptions) {
|
|
2304
1692
|
return Apollo.useLazyQuery(exports.GetOrgInvitationMembersDocument, options);
|
2305
1693
|
}
|
2306
1694
|
exports.useGetOrgInvitationMembersLazyQuery = useGetOrgInvitationMembersLazyQuery;
|
2307
|
-
exports.GetOrganizationInvitationDocument =
|
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
|
-
`;
|
1695
|
+
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
1696
|
/**
|
2322
1697
|
* __useGetOrganizationInvitationQuery__
|
2323
1698
|
*
|
@@ -2344,21 +1719,7 @@ function useGetOrganizationInvitationLazyQuery(baseOptions) {
|
|
2344
1719
|
return Apollo.useLazyQuery(exports.GetOrganizationInvitationDocument, options);
|
2345
1720
|
}
|
2346
1721
|
exports.useGetOrganizationInvitationLazyQuery = useGetOrganizationInvitationLazyQuery;
|
2347
|
-
exports.getOrgTeamInvitationsDocument =
|
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
|
-
`;
|
1722
|
+
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
1723
|
/**
|
2363
1724
|
* __usegetOrgTeamInvitationsQuery__
|
2364
1725
|
*
|
@@ -2385,13 +1746,7 @@ function usegetOrgTeamInvitationsLazyQuery(baseOptions) {
|
|
2385
1746
|
return Apollo.useLazyQuery(exports.getOrgTeamInvitationsDocument, options);
|
2386
1747
|
}
|
2387
1748
|
exports.usegetOrgTeamInvitationsLazyQuery = usegetOrgTeamInvitationsLazyQuery;
|
2388
|
-
exports.GetOrgUserDocument =
|
2389
|
-
query GetOrgUser($userId: String) {
|
2390
|
-
getOrgUser(userId: $userId) {
|
2391
|
-
...OrgUser
|
2392
|
-
}
|
2393
|
-
}
|
2394
|
-
${exports.OrgUserFragmentDoc}`;
|
1749
|
+
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
1750
|
/**
|
2396
1751
|
* __useGetOrgUserQuery__
|
2397
1752
|
*
|
@@ -2418,48 +1773,7 @@ function useGetOrgUserLazyQuery(baseOptions) {
|
|
2418
1773
|
return Apollo.useLazyQuery(exports.GetOrgUserDocument, options);
|
2419
1774
|
}
|
2420
1775
|
exports.useGetOrgUserLazyQuery = useGetOrgUserLazyQuery;
|
2421
|
-
exports.GetOrganizationClientsDocument =
|
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
|
-
`;
|
1776
|
+
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
1777
|
/**
|
2464
1778
|
* __useGetOrganizationClientsQuery__
|
2465
1779
|
*
|
@@ -2485,24 +1799,7 @@ function useGetOrganizationClientsLazyQuery(baseOptions) {
|
|
2485
1799
|
return Apollo.useLazyQuery(exports.GetOrganizationClientsDocument, options);
|
2486
1800
|
}
|
2487
1801
|
exports.useGetOrganizationClientsLazyQuery = useGetOrganizationClientsLazyQuery;
|
2488
|
-
exports.GetOrganizationMembersWithNameDocument =
|
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
|
-
`;
|
1802
|
+
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
1803
|
/**
|
2507
1804
|
* __useGetOrganizationMembersWithNameQuery__
|
2508
1805
|
*
|
@@ -2529,25 +1826,7 @@ function useGetOrganizationMembersWithNameLazyQuery(baseOptions) {
|
|
2529
1826
|
return Apollo.useLazyQuery(exports.GetOrganizationMembersWithNameDocument, options);
|
2530
1827
|
}
|
2531
1828
|
exports.useGetOrganizationMembersWithNameLazyQuery = useGetOrganizationMembersWithNameLazyQuery;
|
2532
|
-
exports.getOrganizationTeamsDocument =
|
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
|
-
`;
|
1829
|
+
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
1830
|
/**
|
2552
1831
|
* __usegetOrganizationTeamsQuery__
|
2553
1832
|
*
|
@@ -2574,18 +1853,7 @@ function usegetOrganizationTeamsLazyQuery(baseOptions) {
|
|
2574
1853
|
return Apollo.useLazyQuery(exports.getOrganizationTeamsDocument, options);
|
2575
1854
|
}
|
2576
1855
|
exports.usegetOrganizationTeamsLazyQuery = usegetOrganizationTeamsLazyQuery;
|
2577
|
-
exports.GetProjectsDocument =
|
2578
|
-
query GetProjects {
|
2579
|
-
getProjects {
|
2580
|
-
id
|
2581
|
-
name
|
2582
|
-
clientId
|
2583
|
-
teams
|
2584
|
-
status
|
2585
|
-
orgName
|
2586
|
-
}
|
2587
|
-
}
|
2588
|
-
`;
|
1856
|
+
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
1857
|
/**
|
2590
1858
|
* __useGetProjectsQuery__
|
2591
1859
|
*
|
@@ -2611,15 +1879,7 @@ function useGetProjectsLazyQuery(baseOptions) {
|
|
2611
1879
|
return Apollo.useLazyQuery(exports.GetProjectsDocument, options);
|
2612
1880
|
}
|
2613
1881
|
exports.useGetProjectsLazyQuery = useGetProjectsLazyQuery;
|
2614
|
-
exports.GetTasksDocument =
|
2615
|
-
query GetTasks {
|
2616
|
-
getTasks {
|
2617
|
-
id
|
2618
|
-
projectId
|
2619
|
-
taskName
|
2620
|
-
}
|
2621
|
-
}
|
2622
|
-
`;
|
1882
|
+
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
1883
|
/**
|
2624
1884
|
* __useGetTasksQuery__
|
2625
1885
|
*
|
@@ -2645,29 +1905,7 @@ function useGetTasksLazyQuery(baseOptions) {
|
|
2645
1905
|
return Apollo.useLazyQuery(exports.GetTasksDocument, options);
|
2646
1906
|
}
|
2647
1907
|
exports.useGetTasksLazyQuery = useGetTasksLazyQuery;
|
2648
|
-
exports.getTeamDocument =
|
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
|
-
`;
|
1908
|
+
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
1909
|
/**
|
2672
1910
|
* __usegetTeamQuery__
|
2673
1911
|
*
|
@@ -2695,27 +1933,7 @@ function usegetTeamLazyQuery(baseOptions) {
|
|
2695
1933
|
return Apollo.useLazyQuery(exports.getTeamDocument, options);
|
2696
1934
|
}
|
2697
1935
|
exports.usegetTeamLazyQuery = usegetTeamLazyQuery;
|
2698
|
-
exports.getTeamByNameDocument =
|
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
|
-
`;
|
1936
|
+
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
1937
|
/**
|
2720
1938
|
* __usegetTeamByNameQuery__
|
2721
1939
|
*
|
@@ -2743,15 +1961,7 @@ function usegetTeamByNameLazyQuery(baseOptions) {
|
|
2743
1961
|
return Apollo.useLazyQuery(exports.getTeamByNameDocument, options);
|
2744
1962
|
}
|
2745
1963
|
exports.usegetTeamByNameLazyQuery = usegetTeamByNameLazyQuery;
|
2746
|
-
exports.GetUserAccountDocument =
|
2747
|
-
query GetUserAccount($userId: String!) {
|
2748
|
-
getUserAccount(userId: $userId) {
|
2749
|
-
id
|
2750
|
-
email
|
2751
|
-
username
|
2752
|
-
}
|
2753
|
-
}
|
2754
|
-
`;
|
1964
|
+
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
1965
|
/**
|
2756
1966
|
* __useGetUserAccountQuery__
|
2757
1967
|
*
|
@@ -2778,19 +1988,7 @@ function useGetUserAccountLazyQuery(baseOptions) {
|
|
2778
1988
|
return Apollo.useLazyQuery(exports.GetUserAccountDocument, options);
|
2779
1989
|
}
|
2780
1990
|
exports.useGetUserAccountLazyQuery = useGetUserAccountLazyQuery;
|
2781
|
-
exports.getUserOrganizationsDocument =
|
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
|
-
`;
|
1991
|
+
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
1992
|
/**
|
2795
1993
|
* __usegetUserOrganizationsQuery__
|
2796
1994
|
*
|
@@ -2817,18 +2015,7 @@ function usegetUserOrganizationsLazyQuery(baseOptions) {
|
|
2817
2015
|
return Apollo.useLazyQuery(exports.getUserOrganizationsDocument, options);
|
2818
2016
|
}
|
2819
2017
|
exports.usegetUserOrganizationsLazyQuery = usegetUserOrganizationsLazyQuery;
|
2820
|
-
exports.getUserOrganizationsWithRoleDocument =
|
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}`;
|
2018
|
+
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
2019
|
/**
|
2833
2020
|
* __usegetUserOrganizationsWithRoleQuery__
|
2834
2021
|
*
|
@@ -2855,17 +2042,7 @@ function usegetUserOrganizationsWithRoleLazyQuery(baseOptions) {
|
|
2855
2042
|
return Apollo.useLazyQuery(exports.getUserOrganizationsWithRoleDocument, options);
|
2856
2043
|
}
|
2857
2044
|
exports.usegetUserOrganizationsWithRoleLazyQuery = usegetUserOrganizationsWithRoleLazyQuery;
|
2858
|
-
exports.GetOrganizationMembersDocument =
|
2859
|
-
query GetOrganizationMembers {
|
2860
|
-
getOrganizationMembers {
|
2861
|
-
userId
|
2862
|
-
role
|
2863
|
-
name
|
2864
|
-
teamNames
|
2865
|
-
crossCheckEmail
|
2866
|
-
}
|
2867
|
-
}
|
2868
|
-
`;
|
2045
|
+
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
2046
|
/**
|
2870
2047
|
* __useGetOrganizationMembersQuery__
|
2871
2048
|
*
|
@@ -2891,29 +2068,7 @@ function useGetOrganizationMembersLazyQuery(baseOptions) {
|
|
2891
2068
|
return Apollo.useLazyQuery(exports.GetOrganizationMembersDocument, options);
|
2892
2069
|
}
|
2893
2070
|
exports.useGetOrganizationMembersLazyQuery = useGetOrganizationMembersLazyQuery;
|
2894
|
-
exports.organizationsDocument =
|
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}`;
|
2071
|
+
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
2072
|
/**
|
2918
2073
|
* __useorganizationsQuery__
|
2919
2074
|
*
|
@@ -2939,28 +2094,7 @@ function useorganizationsLazyQuery(baseOptions) {
|
|
2939
2094
|
return Apollo.useLazyQuery(exports.organizationsDocument, options);
|
2940
2095
|
}
|
2941
2096
|
exports.useorganizationsLazyQuery = useorganizationsLazyQuery;
|
2942
|
-
exports.teamDocument =
|
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
|
-
`;
|
2097
|
+
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
2098
|
/**
|
2965
2099
|
* __useteamQuery__
|
2966
2100
|
*
|
@@ -2987,25 +2121,7 @@ function useteamLazyQuery(baseOptions) {
|
|
2987
2121
|
return Apollo.useLazyQuery(exports.teamDocument, options);
|
2988
2122
|
}
|
2989
2123
|
exports.useteamLazyQuery = useteamLazyQuery;
|
2990
|
-
exports.TeamsDocument =
|
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
|
-
`;
|
2124
|
+
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
2125
|
/**
|
3010
2126
|
* __useTeamsQuery__
|
3011
2127
|
*
|
@@ -3031,21 +2147,7 @@ function useTeamsLazyQuery(baseOptions) {
|
|
3031
2147
|
return Apollo.useLazyQuery(exports.TeamsDocument, options);
|
3032
2148
|
}
|
3033
2149
|
exports.useTeamsLazyQuery = useTeamsLazyQuery;
|
3034
|
-
exports.GetViewerSettingsDocument =
|
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
|
-
`;
|
2150
|
+
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
2151
|
/**
|
3050
2152
|
* __useGetViewerSettingsQuery__
|
3051
2153
|
*
|
@@ -3072,22 +2174,7 @@ function useGetViewerSettingsLazyQuery(baseOptions) {
|
|
3072
2174
|
return Apollo.useLazyQuery(exports.GetViewerSettingsDocument, options);
|
3073
2175
|
}
|
3074
2176
|
exports.useGetViewerSettingsLazyQuery = useGetViewerSettingsLazyQuery;
|
3075
|
-
exports.GetAccountsViewerSettingsDocument =
|
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
|
-
`;
|
2177
|
+
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
2178
|
/**
|
3092
2179
|
* __useGetAccountsViewerSettingsQuery__
|
3093
2180
|
*
|
@@ -3114,16 +2201,34 @@ function useGetAccountsViewerSettingsLazyQuery(baseOptions) {
|
|
3114
2201
|
return Apollo.useLazyQuery(exports.GetAccountsViewerSettingsDocument, options);
|
3115
2202
|
}
|
3116
2203
|
exports.useGetAccountsViewerSettingsLazyQuery = useGetAccountsViewerSettingsLazyQuery;
|
3117
|
-
exports.
|
3118
|
-
|
3119
|
-
|
3120
|
-
|
3121
|
-
|
3122
|
-
|
3123
|
-
|
3124
|
-
|
2204
|
+
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" } }] } }] } }] };
|
2205
|
+
/**
|
2206
|
+
* __useGetAccountsApplicationPoliciesQuery__
|
2207
|
+
*
|
2208
|
+
* To run a query within a React component, call `useGetAccountsApplicationPoliciesQuery` and pass it any options that fit your needs.
|
2209
|
+
* When your component renders, `useGetAccountsApplicationPoliciesQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
2210
|
+
* you can use to render your UI.
|
2211
|
+
*
|
2212
|
+
* @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;
|
2213
|
+
*
|
2214
|
+
* @example
|
2215
|
+
* const { data, loading, error } = useGetAccountsApplicationPoliciesQuery({
|
2216
|
+
* variables: {
|
2217
|
+
* input: // value for 'input'
|
2218
|
+
* },
|
2219
|
+
* });
|
2220
|
+
*/
|
2221
|
+
function useGetAccountsApplicationPoliciesQuery(baseOptions) {
|
2222
|
+
const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
|
2223
|
+
return Apollo.useQuery(exports.GetAccountsApplicationPoliciesDocument, options);
|
3125
2224
|
}
|
3126
|
-
|
2225
|
+
exports.useGetAccountsApplicationPoliciesQuery = useGetAccountsApplicationPoliciesQuery;
|
2226
|
+
function useGetAccountsApplicationPoliciesLazyQuery(baseOptions) {
|
2227
|
+
const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
|
2228
|
+
return Apollo.useLazyQuery(exports.GetAccountsApplicationPoliciesDocument, options);
|
2229
|
+
}
|
2230
|
+
exports.useGetAccountsApplicationPoliciesLazyQuery = useGetAccountsApplicationPoliciesLazyQuery;
|
2231
|
+
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
2232
|
/**
|
3128
2233
|
* __useGetOrgMembersWithRolesUnsecuredQuery__
|
3129
2234
|
*
|
@@ -3150,16 +2255,7 @@ function useGetOrgMembersWithRolesUnsecuredLazyQuery(baseOptions) {
|
|
3150
2255
|
return Apollo.useLazyQuery(exports.GetOrgMembersWithRolesUnsecuredDocument, options);
|
3151
2256
|
}
|
3152
2257
|
exports.useGetOrgMembersWithRolesUnsecuredLazyQuery = useGetOrgMembersWithRolesUnsecuredLazyQuery;
|
3153
|
-
exports.GetOrgMembersWithRolesDocument =
|
3154
|
-
query GetOrgMembersWithRoles($name: String) {
|
3155
|
-
getOrganizationDetail(where: {name: $name}) {
|
3156
|
-
orgMembers {
|
3157
|
-
userId
|
3158
|
-
role
|
3159
|
-
}
|
3160
|
-
}
|
3161
|
-
}
|
3162
|
-
`;
|
2258
|
+
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
2259
|
/**
|
3164
2260
|
* __useGetOrgMembersWithRolesQuery__
|
3165
2261
|
*
|
@@ -3186,14 +2282,7 @@ function useGetOrgMembersWithRolesLazyQuery(baseOptions) {
|
|
3186
2282
|
return Apollo.useLazyQuery(exports.GetOrgMembersWithRolesDocument, options);
|
3187
2283
|
}
|
3188
2284
|
exports.useGetOrgMembersWithRolesLazyQuery = useGetOrgMembersWithRolesLazyQuery;
|
3189
|
-
exports.GetUsersDocument =
|
3190
|
-
query GetUsers($where: UserAccountWhere) {
|
3191
|
-
getUsers(where: $where) {
|
3192
|
-
username
|
3193
|
-
email
|
3194
|
-
}
|
3195
|
-
}
|
3196
|
-
`;
|
2285
|
+
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
2286
|
/**
|
3198
2287
|
* __useGetUsersQuery__
|
3199
2288
|
*
|
@@ -3220,13 +2309,7 @@ function useGetUsersLazyQuery(baseOptions) {
|
|
3220
2309
|
return Apollo.useLazyQuery(exports.GetUsersDocument, options);
|
3221
2310
|
}
|
3222
2311
|
exports.useGetUsersLazyQuery = useGetUsersLazyQuery;
|
3223
|
-
exports.dockerCatalogDocument =
|
3224
|
-
query dockerCatalog {
|
3225
|
-
dockerCatalog {
|
3226
|
-
repositories
|
3227
|
-
}
|
3228
|
-
}
|
3229
|
-
`;
|
2312
|
+
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
2313
|
/**
|
3231
2314
|
* __usedockerCatalogQuery__
|
3232
2315
|
*
|
@@ -3252,17 +2335,7 @@ function usedockerCatalogLazyQuery(baseOptions) {
|
|
3252
2335
|
return Apollo.useLazyQuery(exports.dockerCatalogDocument, options);
|
3253
2336
|
}
|
3254
2337
|
exports.usedockerCatalogLazyQuery = usedockerCatalogLazyQuery;
|
3255
|
-
exports.getAllDockerRegistriesDocument =
|
3256
|
-
query getAllDockerRegistries {
|
3257
|
-
allDockerRegistries {
|
3258
|
-
id
|
3259
|
-
name
|
3260
|
-
url
|
3261
|
-
description
|
3262
|
-
type
|
3263
|
-
}
|
3264
|
-
}
|
3265
|
-
`;
|
2338
|
+
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
2339
|
/**
|
3267
2340
|
* __usegetAllDockerRegistriesQuery__
|
3268
2341
|
*
|
@@ -3288,11 +2361,7 @@ function usegetAllDockerRegistriesLazyQuery(baseOptions) {
|
|
3288
2361
|
return Apollo.useLazyQuery(exports.getAllDockerRegistriesDocument, options);
|
3289
2362
|
}
|
3290
2363
|
exports.usegetAllDockerRegistriesLazyQuery = usegetAllDockerRegistriesLazyQuery;
|
3291
|
-
exports.createDockerRegistryDocument =
|
3292
|
-
mutation createDockerRegistry($payload: IDockerRegistry) {
|
3293
|
-
createDockerRegistry(payload: $payload)
|
3294
|
-
}
|
3295
|
-
`;
|
2364
|
+
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
2365
|
/**
|
3297
2366
|
* __usecreateDockerRegistryMutation__
|
3298
2367
|
*
|
@@ -3315,14 +2384,7 @@ function usecreateDockerRegistryMutation(baseOptions) {
|
|
3315
2384
|
return Apollo.useMutation(exports.createDockerRegistryDocument, options);
|
3316
2385
|
}
|
3317
2386
|
exports.usecreateDockerRegistryMutation = usecreateDockerRegistryMutation;
|
3318
|
-
exports.tagsDocument =
|
3319
|
-
query tags($image: ID!, $registry: String!) {
|
3320
|
-
dockerRegistryImageTags(image: $image, registry: $registry) {
|
3321
|
-
name
|
3322
|
-
tags
|
3323
|
-
}
|
3324
|
-
}
|
3325
|
-
`;
|
2387
|
+
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
2388
|
/**
|
3327
2389
|
* __usetagsQuery__
|
3328
2390
|
*
|
@@ -3350,13 +2412,7 @@ function usetagsLazyQuery(baseOptions) {
|
|
3350
2412
|
return Apollo.useLazyQuery(exports.tagsDocument, options);
|
3351
2413
|
}
|
3352
2414
|
exports.usetagsLazyQuery = usetagsLazyQuery;
|
3353
|
-
exports.dockerRegistryCatalogDocument =
|
3354
|
-
query dockerRegistryCatalog($registry: String!) {
|
3355
|
-
dockerRegistryCatalog(registry: $registry) {
|
3356
|
-
repositories
|
3357
|
-
}
|
3358
|
-
}
|
3359
|
-
`;
|
2415
|
+
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
2416
|
/**
|
3361
2417
|
* __usedockerRegistryCatalogQuery__
|
3362
2418
|
*
|
@@ -3383,11 +2439,7 @@ function usedockerRegistryCatalogLazyQuery(baseOptions) {
|
|
3383
2439
|
return Apollo.useLazyQuery(exports.dockerRegistryCatalogDocument, options);
|
3384
2440
|
}
|
3385
2441
|
exports.usedockerRegistryCatalogLazyQuery = usedockerRegistryCatalogLazyQuery;
|
3386
|
-
exports.removeDockerRegistryDocument =
|
3387
|
-
mutation removeDockerRegistry($id: ID) {
|
3388
|
-
removeDockerRegistry(id: $id)
|
3389
|
-
}
|
3390
|
-
`;
|
2442
|
+
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
2443
|
/**
|
3392
2444
|
* __useremoveDockerRegistryMutation__
|
3393
2445
|
*
|
@@ -3410,11 +2462,7 @@ function useremoveDockerRegistryMutation(baseOptions) {
|
|
3410
2462
|
return Apollo.useMutation(exports.removeDockerRegistryDocument, options);
|
3411
2463
|
}
|
3412
2464
|
exports.useremoveDockerRegistryMutation = useremoveDockerRegistryMutation;
|
3413
|
-
exports.updateDockerRegistryDocument =
|
3414
|
-
mutation updateDockerRegistry($id: ID!, $payload: IDockerRegistry) {
|
3415
|
-
updateDockerRegistry(id: $id, payload: $payload)
|
3416
|
-
}
|
3417
|
-
`;
|
2465
|
+
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
2466
|
/**
|
3419
2467
|
* __useupdateDockerRegistryMutation__
|
3420
2468
|
*
|
@@ -3438,14 +2486,7 @@ function useupdateDockerRegistryMutation(baseOptions) {
|
|
3438
2486
|
return Apollo.useMutation(exports.updateDockerRegistryDocument, options);
|
3439
2487
|
}
|
3440
2488
|
exports.useupdateDockerRegistryMutation = useupdateDockerRegistryMutation;
|
3441
|
-
exports.createMonocularRegistryDocument =
|
3442
|
-
mutation createMonocularRegistry($payload: IMonocularRegistry) {
|
3443
|
-
createMonocularRegistry(payload: $payload) {
|
3444
|
-
url
|
3445
|
-
name
|
3446
|
-
}
|
3447
|
-
}
|
3448
|
-
`;
|
2489
|
+
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
2490
|
/**
|
3450
2491
|
* __usecreateMonocularRegistryMutation__
|
3451
2492
|
*
|
@@ -3468,11 +2509,7 @@ function usecreateMonocularRegistryMutation(baseOptions) {
|
|
3468
2509
|
return Apollo.useMutation(exports.createMonocularRegistryDocument, options);
|
3469
2510
|
}
|
3470
2511
|
exports.usecreateMonocularRegistryMutation = usecreateMonocularRegistryMutation;
|
3471
|
-
exports.createUserRepositoryDocument =
|
3472
|
-
mutation createUserRepository($repositoryName: String, $orgName: String) {
|
3473
|
-
createUserRepository(repositoryName: $repositoryName, orgName: $orgName)
|
3474
|
-
}
|
3475
|
-
`;
|
2512
|
+
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
2513
|
/**
|
3477
2514
|
* __usecreateUserRepositoryMutation__
|
3478
2515
|
*
|
@@ -3496,13 +2533,7 @@ function usecreateUserRepositoryMutation(baseOptions) {
|
|
3496
2533
|
return Apollo.useMutation(exports.createUserRepositoryDocument, options);
|
3497
2534
|
}
|
3498
2535
|
exports.usecreateUserRepositoryMutation = usecreateUserRepositoryMutation;
|
3499
|
-
exports.removeMonocularRegistryDocument =
|
3500
|
-
mutation removeMonocularRegistry($id: ID) {
|
3501
|
-
removeMonocularRegistry(id: $id) {
|
3502
|
-
message
|
3503
|
-
}
|
3504
|
-
}
|
3505
|
-
`;
|
2536
|
+
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
2537
|
/**
|
3507
2538
|
* __useremoveMonocularRegistryMutation__
|
3508
2539
|
*
|
@@ -3525,11 +2556,7 @@ function useremoveMonocularRegistryMutation(baseOptions) {
|
|
3525
2556
|
return Apollo.useMutation(exports.removeMonocularRegistryDocument, options);
|
3526
2557
|
}
|
3527
2558
|
exports.useremoveMonocularRegistryMutation = useremoveMonocularRegistryMutation;
|
3528
|
-
exports.removeUserRepositoryDocument =
|
3529
|
-
mutation removeUserRepository($repositoryId: Int) {
|
3530
|
-
removeUserRepository(repositoryId: $repositoryId)
|
3531
|
-
}
|
3532
|
-
`;
|
2559
|
+
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
2560
|
/**
|
3534
2561
|
* __useremoveUserRepositoryMutation__
|
3535
2562
|
*
|
@@ -3552,11 +2579,7 @@ function useremoveUserRepositoryMutation(baseOptions) {
|
|
3552
2579
|
return Apollo.useMutation(exports.removeUserRepositoryDocument, options);
|
3553
2580
|
}
|
3554
2581
|
exports.useremoveUserRepositoryMutation = useremoveUserRepositoryMutation;
|
3555
|
-
exports.testConnectionDocument =
|
3556
|
-
mutation testConnection($payload: IMonocularRegistry) {
|
3557
|
-
testConnection(payload: $payload)
|
3558
|
-
}
|
3559
|
-
`;
|
2582
|
+
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
2583
|
/**
|
3561
2584
|
* __usetestConnectionMutation__
|
3562
2585
|
*
|
@@ -3579,13 +2602,7 @@ function usetestConnectionMutation(baseOptions) {
|
|
3579
2602
|
return Apollo.useMutation(exports.testConnectionDocument, options);
|
3580
2603
|
}
|
3581
2604
|
exports.usetestConnectionMutation = usetestConnectionMutation;
|
3582
|
-
exports.updateMonocularRegistryDocument =
|
3583
|
-
mutation updateMonocularRegistry($id: ID!, $payload: IMonocularRegistry) {
|
3584
|
-
updateMonocularRegistry(id: $id, payload: $payload) {
|
3585
|
-
message
|
3586
|
-
}
|
3587
|
-
}
|
3588
|
-
`;
|
2605
|
+
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
2606
|
/**
|
3590
2607
|
* __useupdateMonocularRegistryMutation__
|
3591
2608
|
*
|
@@ -3609,11 +2626,7 @@ function useupdateMonocularRegistryMutation(baseOptions) {
|
|
3609
2626
|
return Apollo.useMutation(exports.updateMonocularRegistryDocument, options);
|
3610
2627
|
}
|
3611
2628
|
exports.useupdateMonocularRegistryMutation = useupdateMonocularRegistryMutation;
|
3612
|
-
exports.uploadDocument =
|
3613
|
-
mutation upload($repositoryName: String!, $chartfile: Upload!, $provfile: Upload) {
|
3614
|
-
upload(repositoryName: $repositoryName, chartfile: $chartfile, provfile: $provfile)
|
3615
|
-
}
|
3616
|
-
`;
|
2629
|
+
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
2630
|
/**
|
3618
2631
|
* __useuploadMutation__
|
3619
2632
|
*
|
@@ -3638,21 +2651,7 @@ function useuploadMutation(baseOptions) {
|
|
3638
2651
|
return Apollo.useMutation(exports.uploadDocument, options);
|
3639
2652
|
}
|
3640
2653
|
exports.useuploadMutation = useuploadMutation;
|
3641
|
-
exports.getChartDetailsDocument =
|
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
|
-
`;
|
2654
|
+
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
2655
|
/**
|
3657
2656
|
* __usegetChartDetailsQuery__
|
3658
2657
|
*
|
@@ -3681,15 +2680,7 @@ function usegetChartDetailsLazyQuery(baseOptions) {
|
|
3681
2680
|
return Apollo.useLazyQuery(exports.getChartDetailsDocument, options);
|
3682
2681
|
}
|
3683
2682
|
exports.usegetChartDetailsLazyQuery = usegetChartDetailsLazyQuery;
|
3684
|
-
exports.chartVersionsDocument =
|
3685
|
-
query chartVersions($repository: String!, $chartname: String!) {
|
3686
|
-
getChartVersions(repository: $repository, chartname: $chartname) {
|
3687
|
-
name
|
3688
|
-
version
|
3689
|
-
created
|
3690
|
-
}
|
3691
|
-
}
|
3692
|
-
`;
|
2683
|
+
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
2684
|
/**
|
3694
2685
|
* __usechartVersionsQuery__
|
3695
2686
|
*
|
@@ -3717,20 +2708,7 @@ function usechartVersionsLazyQuery(baseOptions) {
|
|
3717
2708
|
return Apollo.useLazyQuery(exports.chartVersionsDocument, options);
|
3718
2709
|
}
|
3719
2710
|
exports.usechartVersionsLazyQuery = usechartVersionsLazyQuery;
|
3720
|
-
exports.getChartDocument =
|
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
|
-
`;
|
2711
|
+
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
2712
|
/**
|
3735
2713
|
* __usegetChartQuery__
|
3736
2714
|
*
|
@@ -3759,20 +2737,7 @@ function usegetChartLazyQuery(baseOptions) {
|
|
3759
2737
|
return Apollo.useLazyQuery(exports.getChartDocument, options);
|
3760
2738
|
}
|
3761
2739
|
exports.usegetChartLazyQuery = usegetChartLazyQuery;
|
3762
|
-
exports.getChartsDocument =
|
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
|
-
`;
|
2740
|
+
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
2741
|
/**
|
3777
2742
|
* __usegetChartsQuery__
|
3778
2743
|
*
|
@@ -3799,17 +2764,7 @@ function usegetChartsLazyQuery(baseOptions) {
|
|
3799
2764
|
return Apollo.useLazyQuery(exports.getChartsDocument, options);
|
3800
2765
|
}
|
3801
2766
|
exports.usegetChartsLazyQuery = usegetChartsLazyQuery;
|
3802
|
-
exports.getAllMonocularRegistriesDocument =
|
3803
|
-
query getAllMonocularRegistries {
|
3804
|
-
allMonocularRegistries {
|
3805
|
-
id
|
3806
|
-
name
|
3807
|
-
url
|
3808
|
-
description
|
3809
|
-
type
|
3810
|
-
}
|
3811
|
-
}
|
3812
|
-
`;
|
2767
|
+
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
2768
|
/**
|
3814
2769
|
* __usegetAllMonocularRegistriesQuery__
|
3815
2770
|
*
|
@@ -3835,14 +2790,7 @@ function usegetAllMonocularRegistriesLazyQuery(baseOptions) {
|
|
3835
2790
|
return Apollo.useLazyQuery(exports.getAllMonocularRegistriesDocument, options);
|
3836
2791
|
}
|
3837
2792
|
exports.usegetAllMonocularRegistriesLazyQuery = usegetAllMonocularRegistriesLazyQuery;
|
3838
|
-
exports.repositoriesDocument =
|
3839
|
-
query repositories {
|
3840
|
-
repositories {
|
3841
|
-
project_id
|
3842
|
-
name
|
3843
|
-
}
|
3844
|
-
}
|
3845
|
-
`;
|
2793
|
+
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
2794
|
/**
|
3847
2795
|
* __userepositoriesQuery__
|
3848
2796
|
*
|
@@ -3868,14 +2816,7 @@ function userepositoriesLazyQuery(baseOptions) {
|
|
3868
2816
|
return Apollo.useLazyQuery(exports.repositoriesDocument, options);
|
3869
2817
|
}
|
3870
2818
|
exports.userepositoriesLazyQuery = userepositoriesLazyQuery;
|
3871
|
-
exports.userRepositoriesDocument =
|
3872
|
-
query userRepositories($orgName: String) {
|
3873
|
-
userRepositories(orgName: $orgName) {
|
3874
|
-
project_id
|
3875
|
-
name
|
3876
|
-
}
|
3877
|
-
}
|
3878
|
-
`;
|
2819
|
+
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
2820
|
/**
|
3880
2821
|
* __useuserRepositoriesQuery__
|
3881
2822
|
*
|
@@ -3902,11 +2843,7 @@ function useuserRepositoriesLazyQuery(baseOptions) {
|
|
3902
2843
|
return Apollo.useLazyQuery(exports.userRepositoriesDocument, options);
|
3903
2844
|
}
|
3904
2845
|
exports.useuserRepositoriesLazyQuery = useuserRepositoriesLazyQuery;
|
3905
|
-
exports.CollectDocument =
|
3906
|
-
mutation Collect($request: ActivityCollectRequest!) {
|
3907
|
-
collect(request: $request)
|
3908
|
-
}
|
3909
|
-
`;
|
2846
|
+
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
2847
|
/**
|
3911
2848
|
* __useCollectMutation__
|
3912
2849
|
*
|
@@ -3929,70 +2866,7 @@ function useCollectMutation(baseOptions) {
|
|
3929
2866
|
return Apollo.useMutation(exports.CollectDocument, options);
|
3930
2867
|
}
|
3931
2868
|
exports.useCollectMutation = useCollectMutation;
|
3932
|
-
exports.AddProjectDocument =
|
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
|
-
`;
|
2869
|
+
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
2870
|
/**
|
3997
2871
|
* __useAddProjectMutation__
|
3998
2872
|
*
|
@@ -4016,70 +2890,7 @@ function useAddProjectMutation(baseOptions) {
|
|
4016
2890
|
return Apollo.useMutation(exports.AddProjectDocument, options);
|
4017
2891
|
}
|
4018
2892
|
exports.useAddProjectMutation = useAddProjectMutation;
|
4019
|
-
exports.AddStacksDocument =
|
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
|
-
`;
|
2893
|
+
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
2894
|
/**
|
4084
2895
|
* __useAddStacksMutation__
|
4085
2896
|
*
|
@@ -4103,11 +2914,7 @@ function useAddStacksMutation(baseOptions) {
|
|
4103
2914
|
return Apollo.useMutation(exports.AddStacksDocument, options);
|
4104
2915
|
}
|
4105
2916
|
exports.useAddStacksMutation = useAddStacksMutation;
|
4106
|
-
exports.AddTeamToWorkspacesDocument =
|
4107
|
-
mutation AddTeamToWorkspaces($workIds: [String]!, $teamId: String!) {
|
4108
|
-
AddTeamToWorkspaces(workIds: $workIds, teamId: $teamId)
|
4109
|
-
}
|
4110
|
-
`;
|
2917
|
+
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
2918
|
/**
|
4112
2919
|
* __useAddTeamToWorkspacesMutation__
|
4113
2920
|
*
|
@@ -4131,23 +2938,7 @@ function useAddTeamToWorkspacesMutation(baseOptions) {
|
|
4131
2938
|
return Apollo.useMutation(exports.AddTeamToWorkspacesDocument, options);
|
4132
2939
|
}
|
4133
2940
|
exports.useAddTeamToWorkspacesMutation = useAddTeamToWorkspacesMutation;
|
4134
|
-
exports.AddWorkspaceDocument =
|
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
|
-
`;
|
2941
|
+
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
2942
|
/**
|
4152
2943
|
* __useAddWorkspaceMutation__
|
4153
2944
|
*
|
@@ -4170,11 +2961,7 @@ function useAddWorkspaceMutation(baseOptions) {
|
|
4170
2961
|
return Apollo.useMutation(exports.AddWorkspaceDocument, options);
|
4171
2962
|
}
|
4172
2963
|
exports.useAddWorkspaceMutation = useAddWorkspaceMutation;
|
4173
|
-
exports.RemoveTeamFromWorkspaceDocument =
|
4174
|
-
mutation RemoveTeamFromWorkspace($workId: String!, $teamId: String!) {
|
4175
|
-
RemoveTeamFromWorkspace(workId: $workId, teamId: $teamId)
|
4176
|
-
}
|
4177
|
-
`;
|
2964
|
+
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
2965
|
/**
|
4179
2966
|
* __useRemoveTeamFromWorkspaceMutation__
|
4180
2967
|
*
|
@@ -4198,11 +2985,7 @@ function useRemoveTeamFromWorkspaceMutation(baseOptions) {
|
|
4198
2985
|
return Apollo.useMutation(exports.RemoveTeamFromWorkspaceDocument, options);
|
4199
2986
|
}
|
4200
2987
|
exports.useRemoveTeamFromWorkspaceMutation = useRemoveTeamFromWorkspaceMutation;
|
4201
|
-
exports.RemoveWorkpsaceDocument =
|
4202
|
-
mutation RemoveWorkpsace($request: WorkspaceRemove_Input!) {
|
4203
|
-
RemoveWorkspace(request: $request)
|
4204
|
-
}
|
4205
|
-
`;
|
2988
|
+
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
2989
|
/**
|
4207
2990
|
* __useRemoveWorkpsaceMutation__
|
4208
2991
|
*
|
@@ -4225,11 +3008,7 @@ function useRemoveWorkpsaceMutation(baseOptions) {
|
|
4225
3008
|
return Apollo.useMutation(exports.RemoveWorkpsaceDocument, options);
|
4226
3009
|
}
|
4227
3010
|
exports.useRemoveWorkpsaceMutation = useRemoveWorkpsaceMutation;
|
4228
|
-
exports.SetEnvVariablesDocument =
|
4229
|
-
mutation SetEnvVariables($request: WorkspaceVariables_Input!) {
|
4230
|
-
SetEnvVariables(request: $request)
|
4231
|
-
}
|
4232
|
-
`;
|
3011
|
+
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
3012
|
/**
|
4234
3013
|
* __useSetEnvVariablesMutation__
|
4235
3014
|
*
|
@@ -4252,11 +3031,7 @@ function useSetEnvVariablesMutation(baseOptions) {
|
|
4252
3031
|
return Apollo.useMutation(exports.SetEnvVariablesDocument, options);
|
4253
3032
|
}
|
4254
3033
|
exports.useSetEnvVariablesMutation = useSetEnvVariablesMutation;
|
4255
|
-
exports.StartWorkspaceDocument =
|
4256
|
-
mutation StartWorkspace($request: WorkspaceStart_Input!) {
|
4257
|
-
StartWorkspace(request: $request)
|
4258
|
-
}
|
4259
|
-
`;
|
3034
|
+
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
3035
|
/**
|
4261
3036
|
* __useStartWorkspaceMutation__
|
4262
3037
|
*
|
@@ -4279,11 +3054,7 @@ function useStartWorkspaceMutation(baseOptions) {
|
|
4279
3054
|
return Apollo.useMutation(exports.StartWorkspaceDocument, options);
|
4280
3055
|
}
|
4281
3056
|
exports.useStartWorkspaceMutation = useStartWorkspaceMutation;
|
4282
|
-
exports.StopWorkspaceDocument =
|
4283
|
-
mutation StopWorkspace($request: WorkspaceStop_Input!) {
|
4284
|
-
StopWorkspace(request: $request)
|
4285
|
-
}
|
4286
|
-
`;
|
3057
|
+
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
3058
|
/**
|
4288
3059
|
* __useStopWorkspaceMutation__
|
4289
3060
|
*
|
@@ -4306,23 +3077,7 @@ function useStopWorkspaceMutation(baseOptions) {
|
|
4306
3077
|
return Apollo.useMutation(exports.StopWorkspaceDocument, options);
|
4307
3078
|
}
|
4308
3079
|
exports.useStopWorkspaceMutation = useStopWorkspaceMutation;
|
4309
|
-
exports.UpdateWorkspaceDocument =
|
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
|
-
`;
|
3080
|
+
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
3081
|
/**
|
4327
3082
|
* __useUpdateWorkspaceMutation__
|
4328
3083
|
*
|
@@ -4345,11 +3100,7 @@ function useUpdateWorkspaceMutation(baseOptions) {
|
|
4345
3100
|
return Apollo.useMutation(exports.UpdateWorkspaceDocument, options);
|
4346
3101
|
}
|
4347
3102
|
exports.useUpdateWorkspaceMutation = useUpdateWorkspaceMutation;
|
4348
|
-
exports.ClearWorkspaceCreationFormDocument =
|
4349
|
-
mutation ClearWorkspaceCreationForm {
|
4350
|
-
ClearWorkspaceCreationForm @client
|
4351
|
-
}
|
4352
|
-
`;
|
3103
|
+
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
3104
|
/**
|
4354
3105
|
* __useClearWorkspaceCreationFormMutation__
|
4355
3106
|
*
|
@@ -4371,45 +3122,7 @@ function useClearWorkspaceCreationFormMutation(baseOptions) {
|
|
4371
3122
|
return Apollo.useMutation(exports.ClearWorkspaceCreationFormDocument, options);
|
4372
3123
|
}
|
4373
3124
|
exports.useClearWorkspaceCreationFormMutation = useClearWorkspaceCreationFormMutation;
|
4374
|
-
exports.GetOrgWorkspacesDocument =
|
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
|
-
`;
|
3125
|
+
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
3126
|
/**
|
4414
3127
|
* __useGetOrgWorkspacesQuery__
|
4415
3128
|
*
|
@@ -4436,11 +3149,7 @@ function useGetOrgWorkspacesLazyQuery(baseOptions) {
|
|
4436
3149
|
return Apollo.useLazyQuery(exports.GetOrgWorkspacesDocument, options);
|
4437
3150
|
}
|
4438
3151
|
exports.useGetOrgWorkspacesLazyQuery = useGetOrgWorkspacesLazyQuery;
|
4439
|
-
exports.RestoreWorkspaceCreationFormDocument =
|
4440
|
-
query RestoreWorkspaceCreationForm {
|
4441
|
-
RestoreWorkspaceCreationForm @client
|
4442
|
-
}
|
4443
|
-
`;
|
3152
|
+
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
3153
|
/**
|
4445
3154
|
* __useRestoreWorkspaceCreationFormQuery__
|
4446
3155
|
*
|
@@ -4466,45 +3175,7 @@ function useRestoreWorkspaceCreationFormLazyQuery(baseOptions) {
|
|
4466
3175
|
return Apollo.useLazyQuery(exports.RestoreWorkspaceCreationFormDocument, options);
|
4467
3176
|
}
|
4468
3177
|
exports.useRestoreWorkspaceCreationFormLazyQuery = useRestoreWorkspaceCreationFormLazyQuery;
|
4469
|
-
exports.GetTeamWorkspacesDocument =
|
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
|
-
`;
|
3178
|
+
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
3179
|
/**
|
4509
3180
|
* __useGetTeamWorkspacesQuery__
|
4510
3181
|
*
|
@@ -4531,73 +3202,7 @@ function useGetTeamWorkspacesLazyQuery(baseOptions) {
|
|
4531
3202
|
return Apollo.useLazyQuery(exports.GetTeamWorkspacesDocument, options);
|
4532
3203
|
}
|
4533
3204
|
exports.useGetTeamWorkspacesLazyQuery = useGetTeamWorkspacesLazyQuery;
|
4534
|
-
exports.GetWorkspaceDocument =
|
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
|
-
`;
|
3205
|
+
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
3206
|
/**
|
4602
3207
|
* __useGetWorkspaceQuery__
|
4603
3208
|
*
|
@@ -4624,23 +3229,7 @@ function useGetWorkspaceLazyQuery(baseOptions) {
|
|
4624
3229
|
return Apollo.useLazyQuery(exports.GetWorkspaceDocument, options);
|
4625
3230
|
}
|
4626
3231
|
exports.useGetWorkspaceLazyQuery = useGetWorkspaceLazyQuery;
|
4627
|
-
exports.WorkspaceStateDocument =
|
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
|
-
`;
|
3232
|
+
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
3233
|
/**
|
4645
3234
|
* __useWorkspaceStateQuery__
|
4646
3235
|
*
|
@@ -4666,45 +3255,7 @@ function useWorkspaceStateLazyQuery(baseOptions) {
|
|
4666
3255
|
return Apollo.useLazyQuery(exports.WorkspaceStateDocument, options);
|
4667
3256
|
}
|
4668
3257
|
exports.useWorkspaceStateLazyQuery = useWorkspaceStateLazyQuery;
|
4669
|
-
exports.GetWorkspacesDocument =
|
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
|
-
`;
|
3258
|
+
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
3259
|
/**
|
4709
3260
|
* __useGetWorkspacesQuery__
|
4710
3261
|
*
|
@@ -4730,26 +3281,7 @@ function useGetWorkspacesLazyQuery(baseOptions) {
|
|
4730
3281
|
return Apollo.useLazyQuery(exports.GetWorkspacesDocument, options);
|
4731
3282
|
}
|
4732
3283
|
exports.useGetWorkspacesLazyQuery = useGetWorkspacesLazyQuery;
|
4733
|
-
exports.subscribeToWorkspaceDocument =
|
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
|
-
`;
|
3284
|
+
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
3285
|
/**
|
4754
3286
|
* __usesubscribeToWorkspaceSubscription__
|
4755
3287
|
*
|
@@ -4772,11 +3304,7 @@ function usesubscribeToWorkspaceSubscription(baseOptions) {
|
|
4772
3304
|
return Apollo.useSubscription(exports.subscribeToWorkspaceDocument, options);
|
4773
3305
|
}
|
4774
3306
|
exports.usesubscribeToWorkspaceSubscription = usesubscribeToWorkspaceSubscription;
|
4775
|
-
exports.toggleSidebarDocument =
|
4776
|
-
mutation toggleSidebar($state: Boolean!) {
|
4777
|
-
toggleSidebar(state: $state) @client
|
4778
|
-
}
|
4779
|
-
`;
|
3307
|
+
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
3308
|
/**
|
4781
3309
|
* __usetoggleSidebarMutation__
|
4782
3310
|
*
|
@@ -4799,11 +3327,7 @@ function usetoggleSidebarMutation(baseOptions) {
|
|
4799
3327
|
return Apollo.useMutation(exports.toggleSidebarDocument, options);
|
4800
3328
|
}
|
4801
3329
|
exports.usetoggleSidebarMutation = usetoggleSidebarMutation;
|
4802
|
-
exports.sidebarStateDocument =
|
4803
|
-
query sidebarState {
|
4804
|
-
sidebarState @client
|
4805
|
-
}
|
4806
|
-
`;
|
3330
|
+
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
3331
|
/**
|
4808
3332
|
* __usesidebarStateQuery__
|
4809
3333
|
*
|
@@ -4829,11 +3353,7 @@ function usesidebarStateLazyQuery(baseOptions) {
|
|
4829
3353
|
return Apollo.useLazyQuery(exports.sidebarStateDocument, options);
|
4830
3354
|
}
|
4831
3355
|
exports.usesidebarStateLazyQuery = usesidebarStateLazyQuery;
|
4832
|
-
exports.AddContributionRoleDocument =
|
4833
|
-
mutation AddContributionRole($name: String!, $description: String) {
|
4834
|
-
addContributionRole(name: $name, description: $description)
|
4835
|
-
}
|
4836
|
-
`;
|
3356
|
+
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
3357
|
/**
|
4838
3358
|
* __useAddContributionRoleMutation__
|
4839
3359
|
*
|
@@ -4857,11 +3377,7 @@ function useAddContributionRoleMutation(baseOptions) {
|
|
4857
3377
|
return Apollo.useMutation(exports.AddContributionRoleDocument, options);
|
4858
3378
|
}
|
4859
3379
|
exports.useAddContributionRoleMutation = useAddContributionRoleMutation;
|
4860
|
-
exports.AddResourceToContextDocument =
|
4861
|
-
mutation AddResourceToContext($resourcesToAdd: [OrganizationResourceCreationData_Input]!) {
|
4862
|
-
addResourceToContext(resourcesToAdd: $resourcesToAdd) @client
|
4863
|
-
}
|
4864
|
-
`;
|
3380
|
+
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
3381
|
/**
|
4866
3382
|
* __useAddResourceToContextMutation__
|
4867
3383
|
*
|
@@ -4884,11 +3400,7 @@ function useAddResourceToContextMutation(baseOptions) {
|
|
4884
3400
|
return Apollo.useMutation(exports.AddResourceToContextDocument, options);
|
4885
3401
|
}
|
4886
3402
|
exports.useAddResourceToContextMutation = useAddResourceToContextMutation;
|
4887
|
-
exports.ChangeOrganizationDocument =
|
4888
|
-
mutation ChangeOrganization($orgId: String) {
|
4889
|
-
changeOrganization(orgId: $orgId) @client(always: true)
|
4890
|
-
}
|
4891
|
-
`;
|
3403
|
+
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
3404
|
/**
|
4893
3405
|
* __useChangeOrganizationMutation__
|
4894
3406
|
*
|
@@ -4902,7 +3414,7 @@ exports.ChangeOrganizationDocument = client_1.gql `
|
|
4902
3414
|
* @example
|
4903
3415
|
* const [changeOrganizationMutation, { data, loading, error }] = useChangeOrganizationMutation({
|
4904
3416
|
* variables: {
|
4905
|
-
*
|
3417
|
+
* orgName: // value for 'orgName'
|
4906
3418
|
* },
|
4907
3419
|
* });
|
4908
3420
|
*/
|
@@ -4911,11 +3423,7 @@ function useChangeOrganizationMutation(baseOptions) {
|
|
4911
3423
|
return Apollo.useMutation(exports.ChangeOrganizationDocument, options);
|
4912
3424
|
}
|
4913
3425
|
exports.useChangeOrganizationMutation = useChangeOrganizationMutation;
|
4914
|
-
exports.InitiateConfigurationValueDocument =
|
4915
|
-
mutation InitiateConfigurationValue($resource: URI!) {
|
4916
|
-
initiateConfigurationValue(resource: $resource)
|
4917
|
-
}
|
4918
|
-
`;
|
3426
|
+
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
3427
|
/**
|
4920
3428
|
* __useInitiateConfigurationValueMutation__
|
4921
3429
|
*
|
@@ -4938,11 +3446,7 @@ function useInitiateConfigurationValueMutation(baseOptions) {
|
|
4938
3446
|
return Apollo.useMutation(exports.InitiateConfigurationValueDocument, options);
|
4939
3447
|
}
|
4940
3448
|
exports.useInitiateConfigurationValueMutation = useInitiateConfigurationValueMutation;
|
4941
|
-
exports.InitializeOrgNameInContextDocument =
|
4942
|
-
mutation InitializeOrgNameInContext($orgName: String) {
|
4943
|
-
initializeOrgNameInContext(orgName: $orgName) @client
|
4944
|
-
}
|
4945
|
-
`;
|
3449
|
+
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
3450
|
/**
|
4947
3451
|
* __useInitializeOrgNameInContextMutation__
|
4948
3452
|
*
|
@@ -4965,11 +3469,7 @@ function useInitializeOrgNameInContextMutation(baseOptions) {
|
|
4965
3469
|
return Apollo.useMutation(exports.InitializeOrgNameInContextDocument, options);
|
4966
3470
|
}
|
4967
3471
|
exports.useInitializeOrgNameInContextMutation = useInitializeOrgNameInContextMutation;
|
4968
|
-
exports.InitializeTeamInContextDocument =
|
4969
|
-
mutation InitializeTeamInContext($teamName: String!, $orgName: String!) {
|
4970
|
-
initializeTeamInContext(teamName: $teamName, orgName: $orgName) @client
|
4971
|
-
}
|
4972
|
-
`;
|
3472
|
+
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
3473
|
/**
|
4974
3474
|
* __useInitializeTeamInContextMutation__
|
4975
3475
|
*
|
@@ -4993,13 +3493,7 @@ function useInitializeTeamInContextMutation(baseOptions) {
|
|
4993
3493
|
return Apollo.useMutation(exports.InitializeTeamInContextDocument, options);
|
4994
3494
|
}
|
4995
3495
|
exports.useInitializeTeamInContextMutation = useInitializeTeamInContextMutation;
|
4996
|
-
exports.CreateIntegrationConfigurationDocument =
|
4997
|
-
mutation CreateIntegrationConfiguration($data: IntegrationConfigurationInput) {
|
4998
|
-
createIntegrationConfiguration(data: $data) {
|
4999
|
-
id
|
5000
|
-
}
|
5001
|
-
}
|
5002
|
-
`;
|
3496
|
+
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
3497
|
/**
|
5004
3498
|
* __useCreateIntegrationConfigurationMutation__
|
5005
3499
|
*
|
@@ -5022,13 +3516,7 @@ function useCreateIntegrationConfigurationMutation(baseOptions) {
|
|
5022
3516
|
return Apollo.useMutation(exports.CreateIntegrationConfigurationDocument, options);
|
5023
3517
|
}
|
5024
3518
|
exports.useCreateIntegrationConfigurationMutation = useCreateIntegrationConfigurationMutation;
|
5025
|
-
exports.CreateOrUpdateIntegrationConfigurationDocument =
|
5026
|
-
mutation CreateOrUpdateIntegrationConfiguration($data: IntegrationConfigurationCreateOrUpdateInput) {
|
5027
|
-
createOrUpdateIntegrationConfiguration(data: $data) {
|
5028
|
-
id
|
5029
|
-
}
|
5030
|
-
}
|
5031
|
-
`;
|
3519
|
+
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
3520
|
/**
|
5033
3521
|
* __useCreateOrUpdateIntegrationConfigurationMutation__
|
5034
3522
|
*
|
@@ -5051,11 +3539,7 @@ function useCreateOrUpdateIntegrationConfigurationMutation(baseOptions) {
|
|
5051
3539
|
return Apollo.useMutation(exports.CreateOrUpdateIntegrationConfigurationDocument, options);
|
5052
3540
|
}
|
5053
3541
|
exports.useCreateOrUpdateIntegrationConfigurationMutation = useCreateOrUpdateIntegrationConfigurationMutation;
|
5054
|
-
exports.DeleteIntegrationConfigurationDocument =
|
5055
|
-
mutation DeleteIntegrationConfiguration($id: String!) {
|
5056
|
-
deleteIntegrationConfiguration(id: $id)
|
5057
|
-
}
|
5058
|
-
`;
|
3542
|
+
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
3543
|
/**
|
5060
3544
|
* __useDeleteIntegrationConfigurationMutation__
|
5061
3545
|
*
|
@@ -5078,11 +3562,7 @@ function useDeleteIntegrationConfigurationMutation(baseOptions) {
|
|
5078
3562
|
return Apollo.useMutation(exports.DeleteIntegrationConfigurationDocument, options);
|
5079
3563
|
}
|
5080
3564
|
exports.useDeleteIntegrationConfigurationMutation = useDeleteIntegrationConfigurationMutation;
|
5081
|
-
exports.ReassignConfigurationDocument =
|
5082
|
-
mutation ReassignConfiguration {
|
5083
|
-
reassignRole @client(always: true)
|
5084
|
-
}
|
5085
|
-
`;
|
3565
|
+
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
3566
|
/**
|
5087
3567
|
* __useReassignConfigurationMutation__
|
5088
3568
|
*
|
@@ -5104,11 +3584,7 @@ function useReassignConfigurationMutation(baseOptions) {
|
|
5104
3584
|
return Apollo.useMutation(exports.ReassignConfigurationDocument, options);
|
5105
3585
|
}
|
5106
3586
|
exports.useReassignConfigurationMutation = useReassignConfigurationMutation;
|
5107
|
-
exports.UpdateConfigurationDocument =
|
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
|
-
`;
|
3587
|
+
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
3588
|
/**
|
5113
3589
|
* __useUpdateConfigurationMutation__
|
5114
3590
|
*
|
@@ -5136,15 +3612,7 @@ function useUpdateConfigurationMutation(baseOptions) {
|
|
5136
3612
|
return Apollo.useMutation(exports.UpdateConfigurationDocument, options);
|
5137
3613
|
}
|
5138
3614
|
exports.useUpdateConfigurationMutation = useUpdateConfigurationMutation;
|
5139
|
-
exports.GetApplicationPolicyDocument =
|
5140
|
-
query GetApplicationPolicy($input: [ConfigurationInput]) {
|
5141
|
-
getConfigurationPolicies(input: $input) {
|
5142
|
-
... on ApplicationPolicy {
|
5143
|
-
...Configuration
|
5144
|
-
}
|
5145
|
-
}
|
5146
|
-
}
|
5147
|
-
${exports.ConfigurationFragmentDoc}`;
|
3615
|
+
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
3616
|
/**
|
5149
3617
|
* __useGetApplicationPolicyQuery__
|
5150
3618
|
*
|
@@ -5171,15 +3639,7 @@ function useGetApplicationPolicyLazyQuery(baseOptions) {
|
|
5171
3639
|
return Apollo.useLazyQuery(exports.GetApplicationPolicyDocument, options);
|
5172
3640
|
}
|
5173
3641
|
exports.useGetApplicationPolicyLazyQuery = useGetApplicationPolicyLazyQuery;
|
5174
|
-
exports.GetApplicationRoleDocument =
|
5175
|
-
query GetApplicationRole($input: [RoleInput]) {
|
5176
|
-
getRoles(input: $input) {
|
5177
|
-
... on ApplicationRolePermission {
|
5178
|
-
...Configuration
|
5179
|
-
}
|
5180
|
-
}
|
5181
|
-
}
|
5182
|
-
${exports.ConfigurationFragmentDoc}`;
|
3642
|
+
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
3643
|
/**
|
5184
3644
|
* __useGetApplicationRoleQuery__
|
5185
3645
|
*
|
@@ -5206,13 +3666,7 @@ function useGetApplicationRoleLazyQuery(baseOptions) {
|
|
5206
3666
|
return Apollo.useLazyQuery(exports.GetApplicationRoleDocument, options);
|
5207
3667
|
}
|
5208
3668
|
exports.useGetApplicationRoleLazyQuery = useGetApplicationRoleLazyQuery;
|
5209
|
-
exports.DefaultResolveSettingsDocument =
|
5210
|
-
query DefaultResolveSettings($uri: URI!, $target: Int) {
|
5211
|
-
resolveSettings(uri: $uri, target: $target) @client(always: true) {
|
5212
|
-
...DefaultSetting
|
5213
|
-
}
|
5214
|
-
}
|
5215
|
-
${exports.DefaultSettingFragmentDoc}`;
|
3669
|
+
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
3670
|
/**
|
5217
3671
|
* __useDefaultResolveSettingsQuery__
|
5218
3672
|
*
|
@@ -5240,11 +3694,7 @@ function useDefaultResolveSettingsLazyQuery(baseOptions) {
|
|
5240
3694
|
return Apollo.useLazyQuery(exports.DefaultResolveSettingsDocument, options);
|
5241
3695
|
}
|
5242
3696
|
exports.useDefaultResolveSettingsLazyQuery = useDefaultResolveSettingsLazyQuery;
|
5243
|
-
exports.GetConfigurationTargetDocument =
|
5244
|
-
query GetConfigurationTarget($resource: URI) {
|
5245
|
-
getConfigurationTarget(resource: $resource) @client
|
5246
|
-
}
|
5247
|
-
`;
|
3697
|
+
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
3698
|
/**
|
5249
3699
|
* __useGetConfigurationTargetQuery__
|
5250
3700
|
*
|
@@ -5271,11 +3721,7 @@ function useGetConfigurationTargetLazyQuery(baseOptions) {
|
|
5271
3721
|
return Apollo.useLazyQuery(exports.GetConfigurationTargetDocument, options);
|
5272
3722
|
}
|
5273
3723
|
exports.useGetConfigurationTargetLazyQuery = useGetConfigurationTargetLazyQuery;
|
5274
|
-
exports.GetContextPropertyDocument =
|
5275
|
-
query GetContextProperty($keys: [String]) {
|
5276
|
-
getContextProperty(keys: $keys) @client
|
5277
|
-
}
|
5278
|
-
`;
|
3724
|
+
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
3725
|
/**
|
5280
3726
|
* __useGetContextPropertyQuery__
|
5281
3727
|
*
|
@@ -5302,13 +3748,7 @@ function useGetContextPropertyLazyQuery(baseOptions) {
|
|
5302
3748
|
return Apollo.useLazyQuery(exports.GetContextPropertyDocument, options);
|
5303
3749
|
}
|
5304
3750
|
exports.useGetContextPropertyLazyQuery = useGetContextPropertyLazyQuery;
|
5305
|
-
exports.GetDefaultApplicationPermissionsDocument =
|
5306
|
-
query GetDefaultApplicationPermissions($roleName: String) {
|
5307
|
-
mergedApplicationPermissions(roleName: $roleName) {
|
5308
|
-
...OverWriteRoleValue
|
5309
|
-
}
|
5310
|
-
}
|
5311
|
-
${exports.OverWriteRoleValueFragmentDoc}`;
|
3751
|
+
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
3752
|
/**
|
5313
3753
|
* __useGetDefaultApplicationPermissionsQuery__
|
5314
3754
|
*
|
@@ -5335,55 +3775,7 @@ function useGetDefaultApplicationPermissionsLazyQuery(baseOptions) {
|
|
5335
3775
|
return Apollo.useLazyQuery(exports.GetDefaultApplicationPermissionsDocument, options);
|
5336
3776
|
}
|
5337
3777
|
exports.useGetDefaultApplicationPermissionsLazyQuery = useGetDefaultApplicationPermissionsLazyQuery;
|
5338
|
-
exports.
|
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}`;
|
3778
|
+
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
3779
|
/**
|
5388
3780
|
* __useGetDefaultPermissionsQuery__
|
5389
3781
|
*
|
@@ -5410,55 +3802,7 @@ function useGetDefaultPermissionsLazyQuery(baseOptions) {
|
|
5410
3802
|
return Apollo.useLazyQuery(exports.GetDefaultPermissionsDocument, options);
|
5411
3803
|
}
|
5412
3804
|
exports.useGetDefaultPermissionsLazyQuery = useGetDefaultPermissionsLazyQuery;
|
5413
|
-
exports.
|
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}`;
|
3805
|
+
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
3806
|
/**
|
5463
3807
|
* __useGetDefaultPolicySettingsQuery__
|
5464
3808
|
*
|
@@ -5485,15 +3829,7 @@ function useGetDefaultPolicySettingsLazyQuery(baseOptions) {
|
|
5485
3829
|
return Apollo.useLazyQuery(exports.GetDefaultPolicySettingsDocument, options);
|
5486
3830
|
}
|
5487
3831
|
exports.useGetDefaultPolicySettingsLazyQuery = useGetDefaultPolicySettingsLazyQuery;
|
5488
|
-
exports.GetDefaultRoleDocument =
|
5489
|
-
query GetDefaultRole {
|
5490
|
-
getRoles(input: [{target: 6}]) {
|
5491
|
-
... on DefaultRole {
|
5492
|
-
...Configuration
|
5493
|
-
}
|
5494
|
-
}
|
5495
|
-
}
|
5496
|
-
${exports.ConfigurationFragmentDoc}`;
|
3832
|
+
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
3833
|
/**
|
5498
3834
|
* __useGetDefaultRoleQuery__
|
5499
3835
|
*
|
@@ -5519,13 +3855,7 @@ function useGetDefaultRoleLazyQuery(baseOptions) {
|
|
5519
3855
|
return Apollo.useLazyQuery(exports.GetDefaultRoleDocument, options);
|
5520
3856
|
}
|
5521
3857
|
exports.useGetDefaultRoleLazyQuery = useGetDefaultRoleLazyQuery;
|
5522
|
-
exports.GetTeamContextDocument =
|
5523
|
-
query GetTeamContext {
|
5524
|
-
getTeamContext @client {
|
5525
|
-
...TeamContext
|
5526
|
-
}
|
5527
|
-
}
|
5528
|
-
${exports.TeamContextFragmentDoc}`;
|
3858
|
+
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
3859
|
/**
|
5530
3860
|
* __useGetTeamContextQuery__
|
5531
3861
|
*
|
@@ -5551,13 +3881,7 @@ function useGetTeamContextLazyQuery(baseOptions) {
|
|
5551
3881
|
return Apollo.useLazyQuery(exports.GetTeamContextDocument, options);
|
5552
3882
|
}
|
5553
3883
|
exports.useGetTeamContextLazyQuery = useGetTeamContextLazyQuery;
|
5554
|
-
exports.GetTeamNameFromContextDocument =
|
5555
|
-
query GetTeamNameFromContext {
|
5556
|
-
getTeamNameFromContext @client {
|
5557
|
-
...TeamNameInContext
|
5558
|
-
}
|
5559
|
-
}
|
5560
|
-
${exports.TeamNameInContextFragmentDoc}`;
|
3884
|
+
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
3885
|
/**
|
5562
3886
|
* __useGetTeamNameFromContextQuery__
|
5563
3887
|
*
|
@@ -5583,24 +3907,7 @@ function useGetTeamNameFromContextLazyQuery(baseOptions) {
|
|
5583
3907
|
return Apollo.useLazyQuery(exports.GetTeamNameFromContextDocument, options);
|
5584
3908
|
}
|
5585
3909
|
exports.useGetTeamNameFromContextLazyQuery = useGetTeamNameFromContextLazyQuery;
|
5586
|
-
exports.getUserAccessRoleDocument =
|
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}`;
|
3910
|
+
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
3911
|
/**
|
5605
3912
|
* __usegetUserAccessRoleQuery__
|
5606
3913
|
*
|
@@ -5627,14 +3934,7 @@ function usegetUserAccessRoleLazyQuery(baseOptions) {
|
|
5627
3934
|
return Apollo.useLazyQuery(exports.getUserAccessRoleDocument, options);
|
5628
3935
|
}
|
5629
3936
|
exports.usegetUserAccessRoleLazyQuery = usegetUserAccessRoleLazyQuery;
|
5630
|
-
exports.OpenPreferencesSettingsDocument =
|
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
|
-
`;
|
3937
|
+
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
3938
|
/**
|
5639
3939
|
* __useOpenPreferencesSettingsQuery__
|
5640
3940
|
*
|
@@ -5663,15 +3963,7 @@ function useOpenPreferencesSettingsLazyQuery(baseOptions) {
|
|
5663
3963
|
return Apollo.useLazyQuery(exports.OpenPreferencesSettingsDocument, options);
|
5664
3964
|
}
|
5665
3965
|
exports.useOpenPreferencesSettingsLazyQuery = useOpenPreferencesSettingsLazyQuery;
|
5666
|
-
exports.GetOrgConfigurationDocument =
|
5667
|
-
query GetOrgConfiguration($input: [ConfigurationInput]) {
|
5668
|
-
getConfiguration(input: $input) {
|
5669
|
-
... on OrganizationConfiguration {
|
5670
|
-
...Configuration
|
5671
|
-
}
|
5672
|
-
}
|
5673
|
-
}
|
5674
|
-
${exports.ConfigurationFragmentDoc}`;
|
3966
|
+
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
3967
|
/**
|
5676
3968
|
* __useGetOrgConfigurationQuery__
|
5677
3969
|
*
|
@@ -5698,15 +3990,7 @@ function useGetOrgConfigurationLazyQuery(baseOptions) {
|
|
5698
3990
|
return Apollo.useLazyQuery(exports.GetOrgConfigurationDocument, options);
|
5699
3991
|
}
|
5700
3992
|
exports.useGetOrgConfigurationLazyQuery = useGetOrgConfigurationLazyQuery;
|
5701
|
-
exports.GetOrgPolicyDocument =
|
5702
|
-
query GetOrgPolicy($input: [ConfigurationInput]) {
|
5703
|
-
getConfigurationPolicies(input: $input) {
|
5704
|
-
... on OrganizationPolicy {
|
5705
|
-
...Configuration
|
5706
|
-
}
|
5707
|
-
}
|
5708
|
-
}
|
5709
|
-
${exports.ConfigurationFragmentDoc}`;
|
3993
|
+
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
3994
|
/**
|
5711
3995
|
* __useGetOrgPolicyQuery__
|
5712
3996
|
*
|
@@ -5733,15 +4017,7 @@ function useGetOrgPolicyLazyQuery(baseOptions) {
|
|
5733
4017
|
return Apollo.useLazyQuery(exports.GetOrgPolicyDocument, options);
|
5734
4018
|
}
|
5735
4019
|
exports.useGetOrgPolicyLazyQuery = useGetOrgPolicyLazyQuery;
|
5736
|
-
exports.GetOrgRoleDocument =
|
5737
|
-
query GetOrgRole($input: [RoleInput]) {
|
5738
|
-
getRoles(input: $input) {
|
5739
|
-
... on OrganizationRole {
|
5740
|
-
...Configuration
|
5741
|
-
}
|
5742
|
-
}
|
5743
|
-
}
|
5744
|
-
${exports.ConfigurationFragmentDoc}`;
|
4020
|
+
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
4021
|
/**
|
5746
4022
|
* __useGetOrgRoleQuery__
|
5747
4023
|
*
|
@@ -5768,18 +4044,7 @@ function useGetOrgRoleLazyQuery(baseOptions) {
|
|
5768
4044
|
return Apollo.useLazyQuery(exports.GetOrgRoleDocument, options);
|
5769
4045
|
}
|
5770
4046
|
exports.useGetOrgRoleLazyQuery = useGetOrgRoleLazyQuery;
|
5771
|
-
exports.GetOrgWithResourcesPolicyDocument =
|
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}`;
|
4047
|
+
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
4048
|
/**
|
5784
4049
|
* __useGetOrgWithResourcesPolicyQuery__
|
5785
4050
|
*
|
@@ -5806,18 +4071,7 @@ function useGetOrgWithResourcesPolicyLazyQuery(baseOptions) {
|
|
5806
4071
|
return Apollo.useLazyQuery(exports.GetOrgWithResourcesPolicyDocument, options);
|
5807
4072
|
}
|
5808
4073
|
exports.useGetOrgWithResourcesPolicyLazyQuery = useGetOrgWithResourcesPolicyLazyQuery;
|
5809
|
-
exports.GetOrgWithResourcesRoleDocument =
|
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}`;
|
4074
|
+
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
4075
|
/**
|
5822
4076
|
* __useGetOrgWithResourcesRoleQuery__
|
5823
4077
|
*
|
@@ -5844,11 +4098,7 @@ function useGetOrgWithResourcesRoleLazyQuery(baseOptions) {
|
|
5844
4098
|
return Apollo.useLazyQuery(exports.GetOrgWithResourcesRoleDocument, options);
|
5845
4099
|
}
|
5846
4100
|
exports.useGetOrgWithResourcesRoleLazyQuery = useGetOrgWithResourcesRoleLazyQuery;
|
5847
|
-
exports.ResolveConfigurationDocument =
|
5848
|
-
query ResolveConfiguration($input: PreferencesInput_Input!, $key: String, $overrides: ConfigurationOverrides_Input) {
|
5849
|
-
resolveConfiguration(input: $input, key: $key, overrides: $overrides) @client(always: true)
|
5850
|
-
}
|
5851
|
-
`;
|
4101
|
+
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
4102
|
/**
|
5853
4103
|
* __useResolveConfigurationQuery__
|
5854
4104
|
*
|
@@ -5877,15 +4127,7 @@ function useResolveConfigurationLazyQuery(baseOptions) {
|
|
5877
4127
|
return Apollo.useLazyQuery(exports.ResolveConfigurationDocument, options);
|
5878
4128
|
}
|
5879
4129
|
exports.useResolveConfigurationLazyQuery = useResolveConfigurationLazyQuery;
|
5880
|
-
exports.GetResourcesConfigurationDocument =
|
5881
|
-
query GetResourcesConfiguration($input: [ConfigurationInput]) {
|
5882
|
-
getConfiguration(input: $input) {
|
5883
|
-
... on OrganizationResourceConfiguration {
|
5884
|
-
...Configuration
|
5885
|
-
}
|
5886
|
-
}
|
5887
|
-
}
|
5888
|
-
${exports.ConfigurationFragmentDoc}`;
|
4130
|
+
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
4131
|
/**
|
5890
4132
|
* __useGetResourcesConfigurationQuery__
|
5891
4133
|
*
|
@@ -5912,15 +4154,7 @@ function useGetResourcesConfigurationLazyQuery(baseOptions) {
|
|
5912
4154
|
return Apollo.useLazyQuery(exports.GetResourcesConfigurationDocument, options);
|
5913
4155
|
}
|
5914
4156
|
exports.useGetResourcesConfigurationLazyQuery = useGetResourcesConfigurationLazyQuery;
|
5915
|
-
exports.GetUserConfigurationDocument =
|
5916
|
-
query GetUserConfiguration {
|
5917
|
-
getConfiguration(input: [{target: 1}]) {
|
5918
|
-
... on UserConfiguration {
|
5919
|
-
...Configuration
|
5920
|
-
}
|
5921
|
-
}
|
5922
|
-
}
|
5923
|
-
${exports.ConfigurationFragmentDoc}`;
|
4157
|
+
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
4158
|
/**
|
5925
4159
|
* __useGetUserConfigurationQuery__
|
5926
4160
|
*
|
@@ -5933,6 +4167,7 @@ exports.GetUserConfigurationDocument = client_1.gql `
|
|
5933
4167
|
* @example
|
5934
4168
|
* const { data, loading, error } = useGetUserConfigurationQuery({
|
5935
4169
|
* variables: {
|
4170
|
+
* input: // value for 'input'
|
5936
4171
|
* },
|
5937
4172
|
* });
|
5938
4173
|
*/
|
@@ -5946,25 +4181,7 @@ function useGetUserConfigurationLazyQuery(baseOptions) {
|
|
5946
4181
|
return Apollo.useLazyQuery(exports.GetUserConfigurationDocument, options);
|
5947
4182
|
}
|
5948
4183
|
exports.useGetUserConfigurationLazyQuery = useGetUserConfigurationLazyQuery;
|
5949
|
-
exports.DefaultSettingsDocument =
|
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}`;
|
4184
|
+
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
4185
|
/**
|
5969
4186
|
* __useDefaultSettingsQuery__
|
5970
4187
|
*
|
@@ -5991,16 +4208,7 @@ function useDefaultSettingsLazyQuery(baseOptions) {
|
|
5991
4208
|
return Apollo.useLazyQuery(exports.DefaultSettingsDocument, options);
|
5992
4209
|
}
|
5993
4210
|
exports.useDefaultSettingsLazyQuery = useDefaultSettingsLazyQuery;
|
5994
|
-
exports.getContributionRolesDocument =
|
5995
|
-
query getContributionRoles {
|
5996
|
-
getContributionRoles {
|
5997
|
-
id
|
5998
|
-
name
|
5999
|
-
target
|
6000
|
-
description
|
6001
|
-
}
|
6002
|
-
}
|
6003
|
-
`;
|
4211
|
+
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
4212
|
/**
|
6005
4213
|
* __usegetContributionRolesQuery__
|
6006
4214
|
*
|
@@ -6026,13 +4234,7 @@ function usegetContributionRolesLazyQuery(baseOptions) {
|
|
6026
4234
|
return Apollo.useLazyQuery(exports.getContributionRolesDocument, options);
|
6027
4235
|
}
|
6028
4236
|
exports.usegetContributionRolesLazyQuery = usegetContributionRolesLazyQuery;
|
6029
|
-
exports.GetOrgContextDocument =
|
6030
|
-
query GetOrgContext {
|
6031
|
-
getOrgContext @client {
|
6032
|
-
...OrgContext
|
6033
|
-
}
|
6034
|
-
}
|
6035
|
-
${exports.OrgContextFragmentDoc}`;
|
4237
|
+
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
4238
|
/**
|
6037
4239
|
* __useGetOrgContextQuery__
|
6038
4240
|
*
|
@@ -6058,13 +4260,7 @@ function useGetOrgContextLazyQuery(baseOptions) {
|
|
6058
4260
|
return Apollo.useLazyQuery(exports.GetOrgContextDocument, options);
|
6059
4261
|
}
|
6060
4262
|
exports.useGetOrgContextLazyQuery = useGetOrgContextLazyQuery;
|
6061
|
-
exports.GetOrgNameFromContextDocument =
|
6062
|
-
query GetOrgNameFromContext {
|
6063
|
-
getOrgNameFromContext @client {
|
6064
|
-
...OrgNameInContext
|
6065
|
-
}
|
6066
|
-
}
|
6067
|
-
${exports.OrgNameInContextFragmentDoc}`;
|
4263
|
+
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
4264
|
/**
|
6069
4265
|
* __useGetOrgNameFromContextQuery__
|
6070
4266
|
*
|
@@ -6090,16 +4286,7 @@ function useGetOrgNameFromContextLazyQuery(baseOptions) {
|
|
6090
4286
|
return Apollo.useLazyQuery(exports.GetOrgNameFromContextDocument, options);
|
6091
4287
|
}
|
6092
4288
|
exports.useGetOrgNameFromContextLazyQuery = useGetOrgNameFromContextLazyQuery;
|
6093
|
-
exports.getRoleDocument =
|
6094
|
-
query getRole($input: RoleInput) {
|
6095
|
-
getRole(input: $input) {
|
6096
|
-
... on OrganizationRole {
|
6097
|
-
contents
|
6098
|
-
keys
|
6099
|
-
}
|
6100
|
-
}
|
6101
|
-
}
|
6102
|
-
`;
|
4289
|
+
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
4290
|
/**
|
6104
4291
|
* __usegetRoleQuery__
|
6105
4292
|
*
|
@@ -6126,18 +4313,7 @@ function usegetRoleLazyQuery(baseOptions) {
|
|
6126
4313
|
return Apollo.useLazyQuery(exports.getRoleDocument, options);
|
6127
4314
|
}
|
6128
4315
|
exports.usegetRoleLazyQuery = usegetRoleLazyQuery;
|
6129
|
-
exports.FilterIntegrationConfigurationDocument =
|
6130
|
-
query FilterIntegrationConfiguration($filter: IntegrationConfigurationFilterInput!) {
|
6131
|
-
filterIntegrationConfiguration(filter: $filter) {
|
6132
|
-
id
|
6133
|
-
name
|
6134
|
-
integrationName
|
6135
|
-
status
|
6136
|
-
updatedAt
|
6137
|
-
integrationInfo
|
6138
|
-
}
|
6139
|
-
}
|
6140
|
-
`;
|
4316
|
+
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
4317
|
/**
|
6142
4318
|
* __useFilterIntegrationConfigurationQuery__
|
6143
4319
|
*
|
@@ -6164,18 +4340,7 @@ function useFilterIntegrationConfigurationLazyQuery(baseOptions) {
|
|
6164
4340
|
return Apollo.useLazyQuery(exports.FilterIntegrationConfigurationDocument, options);
|
6165
4341
|
}
|
6166
4342
|
exports.useFilterIntegrationConfigurationLazyQuery = useFilterIntegrationConfigurationLazyQuery;
|
6167
|
-
exports.GetAllIntegrationConfigurationsDocument =
|
6168
|
-
query GetAllIntegrationConfigurations {
|
6169
|
-
getAllIntegrationConfigurations {
|
6170
|
-
id
|
6171
|
-
name
|
6172
|
-
integrationName
|
6173
|
-
status
|
6174
|
-
updatedAt
|
6175
|
-
integrationInfo
|
6176
|
-
}
|
6177
|
-
}
|
6178
|
-
`;
|
4343
|
+
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
4344
|
/**
|
6180
4345
|
* __useGetAllIntegrationConfigurationsQuery__
|
6181
4346
|
*
|
@@ -6201,18 +4366,7 @@ function useGetAllIntegrationConfigurationsLazyQuery(baseOptions) {
|
|
6201
4366
|
return Apollo.useLazyQuery(exports.GetAllIntegrationConfigurationsDocument, options);
|
6202
4367
|
}
|
6203
4368
|
exports.useGetAllIntegrationConfigurationsLazyQuery = useGetAllIntegrationConfigurationsLazyQuery;
|
6204
|
-
exports.GetIntegrationConfigurationDocument =
|
6205
|
-
query GetIntegrationConfiguration($id: String!) {
|
6206
|
-
getIntegrationConfiguration(id: $id) {
|
6207
|
-
id
|
6208
|
-
name
|
6209
|
-
integrationName
|
6210
|
-
status
|
6211
|
-
updatedAt
|
6212
|
-
integrationInfo
|
6213
|
-
}
|
6214
|
-
}
|
6215
|
-
`;
|
4369
|
+
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
4370
|
/**
|
6217
4371
|
* __useGetIntegrationConfigurationQuery__
|
6218
4372
|
*
|
@@ -6239,18 +4393,7 @@ function useGetIntegrationConfigurationLazyQuery(baseOptions) {
|
|
6239
4393
|
return Apollo.useLazyQuery(exports.GetIntegrationConfigurationDocument, options);
|
6240
4394
|
}
|
6241
4395
|
exports.useGetIntegrationConfigurationLazyQuery = useGetIntegrationConfigurationLazyQuery;
|
6242
|
-
exports.GetOrgWithResourcesConfigurationDocument =
|
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}`;
|
4396
|
+
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
4397
|
/**
|
6255
4398
|
* __useGetOrgWithResourcesConfigurationQuery__
|
6256
4399
|
*
|
@@ -6277,18 +4420,7 @@ function useGetOrgWithResourcesConfigurationLazyQuery(baseOptions) {
|
|
6277
4420
|
return Apollo.useLazyQuery(exports.GetOrgWithResourcesConfigurationDocument, options);
|
6278
4421
|
}
|
6279
4422
|
exports.useGetOrgWithResourcesConfigurationLazyQuery = useGetOrgWithResourcesConfigurationLazyQuery;
|
6280
|
-
exports.GetUserWithDefaultConfigurationDocument =
|
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}`;
|
4423
|
+
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
4424
|
/**
|
6293
4425
|
* __useGetUserWithDefaultConfigurationQuery__
|
6294
4426
|
*
|
@@ -6315,13 +4447,7 @@ function useGetUserWithDefaultConfigurationLazyQuery(baseOptions) {
|
|
6315
4447
|
return Apollo.useLazyQuery(exports.GetUserWithDefaultConfigurationDocument, options);
|
6316
4448
|
}
|
6317
4449
|
exports.useGetUserWithDefaultConfigurationLazyQuery = useGetUserWithDefaultConfigurationLazyQuery;
|
6318
|
-
exports.SubscribeToConfigurationUpdateDocument =
|
6319
|
-
subscription SubscribeToConfigurationUpdate($orgName: String!) {
|
6320
|
-
SubscribeToConfigurationUpdate(orgName: $orgName) {
|
6321
|
-
...ConfigurationUpdateEvent
|
6322
|
-
}
|
6323
|
-
}
|
6324
|
-
${exports.ConfigurationUpdateEventFragmentDoc}`;
|
4450
|
+
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
4451
|
/**
|
6326
4452
|
* __useSubscribeToConfigurationUpdateSubscription__
|
6327
4453
|
*
|
@@ -6343,18 +4469,7 @@ function useSubscribeToConfigurationUpdateSubscription(baseOptions) {
|
|
6343
4469
|
return Apollo.useSubscription(exports.SubscribeToConfigurationUpdateDocument, options);
|
6344
4470
|
}
|
6345
4471
|
exports.useSubscribeToConfigurationUpdateSubscription = useSubscribeToConfigurationUpdateSubscription;
|
6346
|
-
exports.subscribeToOrganizationContextDocument =
|
6347
|
-
subscription subscribeToOrganizationContext($orgNameFilter: String) {
|
6348
|
-
SubscribeToOrganizationContext(orgNameFilter: $orgNameFilter) {
|
6349
|
-
resources {
|
6350
|
-
uri
|
6351
|
-
name
|
6352
|
-
index
|
6353
|
-
}
|
6354
|
-
orgNameFilter
|
6355
|
-
}
|
6356
|
-
}
|
6357
|
-
`;
|
4472
|
+
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
4473
|
/**
|
6359
4474
|
* __usesubscribeToOrganizationContextSubscription__
|
6360
4475
|
*
|
@@ -6376,13 +4491,7 @@ function usesubscribeToOrganizationContextSubscription(baseOptions) {
|
|
6376
4491
|
return Apollo.useSubscription(exports.subscribeToOrganizationContextDocument, options);
|
6377
4492
|
}
|
6378
4493
|
exports.usesubscribeToOrganizationContextSubscription = usesubscribeToOrganizationContextSubscription;
|
6379
|
-
exports.SubscribeToPermissionUpdateDocument =
|
6380
|
-
subscription SubscribeToPermissionUpdate($orgName: String) {
|
6381
|
-
SubscribeToPermissionUpdate(orgName: $orgName) {
|
6382
|
-
...ConfigurationUpdateEvent
|
6383
|
-
}
|
6384
|
-
}
|
6385
|
-
${exports.ConfigurationUpdateEventFragmentDoc}`;
|
4494
|
+
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
4495
|
/**
|
6387
4496
|
* __useSubscribeToPermissionUpdateSubscription__
|
6388
4497
|
*
|
@@ -6404,13 +4513,7 @@ function useSubscribeToPermissionUpdateSubscription(baseOptions) {
|
|
6404
4513
|
return Apollo.useSubscription(exports.SubscribeToPermissionUpdateDocument, options);
|
6405
4514
|
}
|
6406
4515
|
exports.useSubscribeToPermissionUpdateSubscription = useSubscribeToPermissionUpdateSubscription;
|
6407
|
-
exports.SubscribeToPolicyUpdateDocument =
|
6408
|
-
subscription SubscribeToPolicyUpdate($orgName: String) {
|
6409
|
-
SubscribeToPolicyUpdate(orgName: $orgName) {
|
6410
|
-
...ConfigurationUpdateEvent
|
6411
|
-
}
|
6412
|
-
}
|
6413
|
-
${exports.ConfigurationUpdateEventFragmentDoc}`;
|
4516
|
+
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
4517
|
/**
|
6415
4518
|
* __useSubscribeToPolicyUpdateSubscription__
|
6416
4519
|
*
|
@@ -6432,11 +4535,7 @@ function useSubscribeToPolicyUpdateSubscription(baseOptions) {
|
|
6432
4535
|
return Apollo.useSubscription(exports.SubscribeToPolicyUpdateDocument, options);
|
6433
4536
|
}
|
6434
4537
|
exports.useSubscribeToPolicyUpdateSubscription = useSubscribeToPolicyUpdateSubscription;
|
6435
|
-
exports.UpdateConfigurationValueByUriDocument =
|
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
|
-
`;
|
4538
|
+
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
4539
|
/**
|
6441
4540
|
* __useUpdateConfigurationValueByUriMutation__
|
6442
4541
|
*
|
@@ -6464,11 +4563,7 @@ function useUpdateConfigurationValueByUriMutation(baseOptions) {
|
|
6464
4563
|
return Apollo.useMutation(exports.UpdateConfigurationValueByUriDocument, options);
|
6465
4564
|
}
|
6466
4565
|
exports.useUpdateConfigurationValueByUriMutation = useUpdateConfigurationValueByUriMutation;
|
6467
|
-
exports.UpdateConfigurationValueDocument =
|
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
|
-
`;
|
4566
|
+
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
4567
|
/**
|
6473
4568
|
* __useUpdateConfigurationValueMutation__
|
6474
4569
|
*
|
@@ -6495,13 +4590,7 @@ function useUpdateConfigurationValueMutation(baseOptions) {
|
|
6495
4590
|
return Apollo.useMutation(exports.UpdateConfigurationValueDocument, options);
|
6496
4591
|
}
|
6497
4592
|
exports.useUpdateConfigurationValueMutation = useUpdateConfigurationValueMutation;
|
6498
|
-
exports.updateOrganizationContextAddResourcesDocument =
|
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}`;
|
4593
|
+
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
4594
|
/**
|
6506
4595
|
* __useupdateOrganizationContextAddResourcesMutation__
|
6507
4596
|
*
|
@@ -6526,13 +4615,7 @@ function useupdateOrganizationContextAddResourcesMutation(baseOptions) {
|
|
6526
4615
|
return Apollo.useMutation(exports.updateOrganizationContextAddResourcesDocument, options);
|
6527
4616
|
}
|
6528
4617
|
exports.useupdateOrganizationContextAddResourcesMutation = useupdateOrganizationContextAddResourcesMutation;
|
6529
|
-
exports.updateOrganizationContextRemoveResourcesDocument =
|
6530
|
-
mutation updateOrganizationContextRemoveResources($resourcesToRemove: [URI!]!) {
|
6531
|
-
updateOrganizationContextRemoveResources(resourcesToRemove: $resourcesToRemove) {
|
6532
|
-
...OrganizationResourceData
|
6533
|
-
}
|
6534
|
-
}
|
6535
|
-
${exports.OrganizationResourceDataFragmentDoc}`;
|
4618
|
+
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
4619
|
/**
|
6537
4620
|
* __useupdateOrganizationContextRemoveResourcesMutation__
|
6538
4621
|
*
|
@@ -6555,13 +4638,7 @@ function useupdateOrganizationContextRemoveResourcesMutation(baseOptions) {
|
|
6555
4638
|
return Apollo.useMutation(exports.updateOrganizationContextRemoveResourcesDocument, options);
|
6556
4639
|
}
|
6557
4640
|
exports.useupdateOrganizationContextRemoveResourcesMutation = useupdateOrganizationContextRemoveResourcesMutation;
|
6558
|
-
exports.updateOrganizationContextUpdateResourcesDocument =
|
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}`;
|
4641
|
+
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
4642
|
/**
|
6566
4643
|
* __useupdateOrganizationContextUpdateResourcesMutation__
|
6567
4644
|
*
|
@@ -6586,11 +4663,7 @@ function useupdateOrganizationContextUpdateResourcesMutation(baseOptions) {
|
|
6586
4663
|
return Apollo.useMutation(exports.updateOrganizationContextUpdateResourcesDocument, options);
|
6587
4664
|
}
|
6588
4665
|
exports.useupdateOrganizationContextUpdateResourcesMutation = useupdateOrganizationContextUpdateResourcesMutation;
|
6589
|
-
exports.UpdatePolicyValueDocument =
|
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
|
-
`;
|
4666
|
+
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
4667
|
/**
|
6595
4668
|
* __useUpdatePolicyValueMutation__
|
6596
4669
|
*
|
@@ -6617,11 +4690,7 @@ function useUpdatePolicyValueMutation(baseOptions) {
|
|
6617
4690
|
return Apollo.useMutation(exports.UpdatePolicyValueDocument, options);
|
6618
4691
|
}
|
6619
4692
|
exports.useUpdatePolicyValueMutation = useUpdatePolicyValueMutation;
|
6620
|
-
exports.UpdateRoleValueDocument =
|
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
|
-
`;
|
4693
|
+
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
4694
|
/**
|
6626
4695
|
* __useUpdateRoleValueMutation__
|
6627
4696
|
*
|
@@ -6648,25 +4717,7 @@ function useUpdateRoleValueMutation(baseOptions) {
|
|
6648
4717
|
return Apollo.useMutation(exports.UpdateRoleValueDocument, options);
|
6649
4718
|
}
|
6650
4719
|
exports.useUpdateRoleValueMutation = useUpdateRoleValueMutation;
|
6651
|
-
exports.getConfigurationDataDocument =
|
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}`;
|
4720
|
+
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
4721
|
/**
|
6671
4722
|
* __usegetConfigurationDataQuery__
|
6672
4723
|
*
|
@@ -6692,13 +4743,7 @@ function usegetConfigurationDataLazyQuery(baseOptions) {
|
|
6692
4743
|
return Apollo.useLazyQuery(exports.getConfigurationDataDocument, options);
|
6693
4744
|
}
|
6694
4745
|
exports.usegetConfigurationDataLazyQuery = usegetConfigurationDataLazyQuery;
|
6695
|
-
exports.OrganizationResourceContextDocument =
|
6696
|
-
query OrganizationResourceContext($orgId: String) {
|
6697
|
-
getOrganizationResourceContext(orgId: $orgId) {
|
6698
|
-
...OrganizationData
|
6699
|
-
}
|
6700
|
-
}
|
6701
|
-
${exports.OrganizationDataFragmentDoc}`;
|
4746
|
+
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
4747
|
/**
|
6703
4748
|
* __useOrganizationResourceContextQuery__
|
6704
4749
|
*
|
@@ -6725,4 +4770,31 @@ function useOrganizationResourceContextLazyQuery(baseOptions) {
|
|
6725
4770
|
return Apollo.useLazyQuery(exports.OrganizationResourceContextDocument, options);
|
6726
4771
|
}
|
6727
4772
|
exports.useOrganizationResourceContextLazyQuery = useOrganizationResourceContextLazyQuery;
|
4773
|
+
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" } }] } }] } }] } }] };
|
4774
|
+
/**
|
4775
|
+
* __useViewerSettingsQuery__
|
4776
|
+
*
|
4777
|
+
* To run a query within a React component, call `useViewerSettingsQuery` and pass it any options that fit your needs.
|
4778
|
+
* When your component renders, `useViewerSettingsQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
4779
|
+
* you can use to render your UI.
|
4780
|
+
*
|
4781
|
+
* @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;
|
4782
|
+
*
|
4783
|
+
* @example
|
4784
|
+
* const { data, loading, error } = useViewerSettingsQuery({
|
4785
|
+
* variables: {
|
4786
|
+
* input: // value for 'input'
|
4787
|
+
* },
|
4788
|
+
* });
|
4789
|
+
*/
|
4790
|
+
function useViewerSettingsQuery(baseOptions) {
|
4791
|
+
const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
|
4792
|
+
return Apollo.useQuery(exports.ViewerSettingsDocument, options);
|
4793
|
+
}
|
4794
|
+
exports.useViewerSettingsQuery = useViewerSettingsQuery;
|
4795
|
+
function useViewerSettingsLazyQuery(baseOptions) {
|
4796
|
+
const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
|
4797
|
+
return Apollo.useLazyQuery(exports.ViewerSettingsDocument, options);
|
4798
|
+
}
|
4799
|
+
exports.useViewerSettingsLazyQuery = useViewerSettingsLazyQuery;
|
6728
4800
|
//# sourceMappingURL=generated-models.js.map
|