@adminide-stack/core 1.1.1-alpha.15 → 1.1.1-alpha.150
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/constants.d.ts +0 -1
- package/lib/constants/constants.js +1 -2
- package/lib/constants/constants.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/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 +11 -2
- package/lib/interfaces/generated/generated-models.d.ts +919 -571
- package/lib/interfaces/generated/generated-models.js +311 -2215
- package/lib/interfaces/generated/generated-models.js.map +1 -1
- package/lib/interfaces/preferences-service.d.ts +8 -4
- package/lib/services/abstract-configuration.d.ts +7 -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
3
|
exports.IWorkspaceDeploymentCommands = exports.IVisibility = exports.IUserOrderBy = exports.IUserBroadcasterAction = exports.ITeamServiceAction = exports.IStackType = exports.ISshKeyType = exports.ISshKeyServiceAction = exports.ISettingValueType = exports.IRouteParams = exports.IRole = exports.IResourceUtilizationServiceAction = exports.IResourceAuthority = exports.IRegistryExtensions = exports.IPrometheusUtilizationServiceAction = exports.IProjectType = exports.IProjectSourceType = exports.IProjectSourceProviders = exports.IPreDefinedRole = exports.IPortalLanguage = exports.IPermissionType = exports.IPermissionResource = exports.IPermissionAction = exports.IOrgUserRole = exports.IOrganizationServiceAction = exports.IOrganizationContextPubSubEvents = exports.IOrgainizationInvitationRole = exports.IMoleculerServiceName = exports.IMenuPosition = exports.IMailTemplateId = exports.IInviteStatus = exports.IIntegrationConfigServiceAction = exports.InactivityInterval = exports.IEWorkspaceManagementQProps = exports.IEActivityScopes = exports.IContextServiceAction = exports.ConfigurationTarget = exports.ConfigurationScope = exports.IConfigurationContributionNames = exports.IConfigFragmentName = exports.IConfigCollectionName = exports.IClientTypes = exports.IClientContainerService = exports.IClientCacheTypeNames = exports.ICacheControlScope = exports.IAuthErrorCodes = exports.IApplicationRoles = exports.IApplicationBillingPlanPolicy = exports.IActivityServiceCommands = exports.IAccountServiceAction = void 0;
|
4
|
-
exports.
|
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 = void 0;
|
4
|
+
exports.CreateInvoiceDocument = exports.usechangeOrgMemberRoleMutation = exports.changeOrgMemberRoleDocument = exports.usechangeMemberRoleMutation = exports.changeMemberRoleDocument = exports.useAddTeamMembersMutation = exports.AddTeamMembersDocument = exports.useAddOrgProjectMutation = exports.AddOrgProjectDocument = exports.useAddClientMutation = exports.AddClientDocument = exports.useacceptOrganizationInvitationMutation = exports.acceptOrganizationInvitationDocument = exports.OrganizationDataFragmentDoc = exports.MachineDataFragmentDoc = exports.OrganizationResourceDataFragmentDoc = 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.ConfigurationFragmentDoc = exports.OverWriteRoleValueFragmentDoc = exports.DefaultSettingFragmentDoc = exports.ConfigurationUpdateEventFragmentDoc = exports.WorkspaceInfoFragmentDoc = exports.WorkspaceUpdateFragmentDoc = exports.WorkspaceStopFragmentDoc = exports.WorkspaceStartFragmentDoc = exports.WorkspaceRemoveFragmentDoc = exports.WorkspaceCreateRequestFragmentDoc = exports.WorkspaceProjectControlFragmentDoc = exports.StackControlFragmentDoc = exports.WorkspaceDetailFragmentDoc = exports.UserCreationEventFragmentDoc = exports.OrgUserFragmentDoc = exports.AllContextFragmentDoc = exports.IZipkinRoutes = exports.IWorkspaceStatus = exports.IWorkspaceServiceCommands = exports.IWorkspaceServerEvents = exports.IWorkspaceManagerAction = void 0;
|
5
|
+
exports.useGetUserOrganizationsListLazyQuery = exports.useGetUserOrganizationsListQuery = exports.GetUserOrganizationsListDocument = exports.useUpsertProjectThroughIntegrationMutation = exports.UpsertProjectThroughIntegrationDocument = exports.useupdateTeamConfigurationMutation = exports.updateTeamConfigurationDocument = exports.useUpdateTaskMutation = exports.UpdateTaskDocument = exports.useUpdateProjectStatusMutation = exports.UpdateProjectStatusDocument = exports.useupdateOrganizationMutation = exports.updateOrganizationDocument = exports.useUpdateOrgProjectMutation = exports.UpdateOrgProjectDocument = exports.useupdateOrgMemberTeamsMutation = exports.updateOrgMemberTeamsDocument = exports.useUpdateOrgClientMutation = exports.UpdateOrgClientDocument = exports.useUpdateInvoiceMutation = exports.UpdateInvoiceDocument = exports.usesendOrganizationInvitationMutation = exports.sendOrganizationInvitationDocument = exports.useSendInvoiceMailMutation = exports.SendInvoiceMailDocument = exports.useResendOrganizationInvitationMutation = exports.ResendOrganizationInvitationDocument = exports.useRemoveTeamMemberMutation = exports.RemoveTeamMemberDocument = exports.useremoveTeamMutation = exports.removeTeamDocument = exports.useRemoveTaskMutation = exports.RemoveTaskDocument = exports.useremoveOrganizationMutation = exports.removeOrganizationDocument = exports.useRemoveOrgMemberMutation = exports.RemoveOrgMemberDocument = exports.useRemoveOrgClientMutation = exports.RemoveOrgClientDocument = exports.useRemoveInvoiceMutation = exports.RemoveInvoiceDocument = exports.useDeclineOrganizationInvitationMutation = exports.DeclineOrganizationInvitationDocument = exports.usecreateTeamMutation = exports.createTeamDocument = exports.useCreateTaskMutation = exports.CreateTaskDocument = exports.usecreateOrganizationMutation = exports.createOrganizationDocument = exports.useCreateInvoiceMutation = void 0;
|
6
|
+
exports.useGetProjectsQuery = exports.GetProjectsDocument = exports.usegetOrganizationTeamsLazyQuery = exports.usegetOrganizationTeamsQuery = exports.getOrganizationTeamsDocument = exports.useGetOrganizationMembersWithNameLazyQuery = exports.useGetOrganizationMembersWithNameQuery = exports.GetOrganizationMembersWithNameDocument = exports.useGetOrganizationClientsLazyQuery = exports.useGetOrganizationClientsQuery = exports.GetOrganizationClientsDocument = exports.useGetOrgUserLazyQuery = exports.useGetOrgUserQuery = exports.GetOrgUserDocument = exports.usegetOrgTeamInvitationsLazyQuery = exports.usegetOrgTeamInvitationsQuery = exports.getOrgTeamInvitationsDocument = exports.useGetOrganizationInvitationLazyQuery = exports.useGetOrganizationInvitationQuery = exports.GetOrganizationInvitationDocument = exports.useGetOrgInvitationMembersLazyQuery = exports.useGetOrgInvitationMembersQuery = exports.GetOrgInvitationMembersDocument = exports.useGetManageableOrganizationsLazyQuery = exports.useGetManageableOrganizationsQuery = exports.GetManageableOrganizationsDocument = exports.useGetInvoicesLazyQuery = exports.useGetInvoicesQuery = exports.GetInvoicesDocument = exports.useGetFilteredProjectsLazyQuery = exports.useGetFilteredProjectsQuery = exports.GetFilteredProjectsDocument = exports.useGetDefaultInvoiceNumberLazyQuery = exports.useGetDefaultInvoiceNumberQuery = exports.GetDefaultInvoiceNumberDocument = exports.useGetAsanaWorkspacesLazyQuery = exports.useGetAsanaWorkspacesQuery = exports.GetAsanaWorkspacesDocument = exports.useGetAsanaWorkspaceProjectsLazyQuery = exports.useGetAsanaWorkspaceProjectsQuery = exports.GetAsanaWorkspaceProjectsDocument = exports.useGetAsanaConnectionStateLazyQuery = exports.useGetAsanaConnectionStateQuery = exports.GetAsanaConnectionStateDocument = exports.useGetAccountsLazyQuery = exports.useGetAccountsQuery = exports.GetAccountsDocument = exports.useDecodeOrganizationInvitationLazyQuery = exports.useDecodeOrganizationInvitationQuery = exports.DecodeOrganizationInvitationDocument = void 0;
|
7
|
+
exports.dockerCatalogDocument = exports.useGetUsersLazyQuery = exports.useGetUsersQuery = exports.GetUsersDocument = exports.useGetOrgMembersWithRolesLazyQuery = exports.useGetOrgMembersWithRolesQuery = exports.GetOrgMembersWithRolesDocument = exports.useGetOrgMembersWithRolesUnsecuredLazyQuery = exports.useGetOrgMembersWithRolesUnsecuredQuery = exports.GetOrgMembersWithRolesUnsecuredDocument = exports.useGetAccountsApplicationPoliciesLazyQuery = exports.useGetAccountsApplicationPoliciesQuery = exports.GetAccountsApplicationPoliciesDocument = exports.useGetAccountsViewerSettingsLazyQuery = exports.useGetAccountsViewerSettingsQuery = exports.GetAccountsViewerSettingsDocument = exports.useGetViewerSettingsLazyQuery = exports.useGetViewerSettingsQuery = exports.GetViewerSettingsDocument = exports.useTeamsLazyQuery = exports.useTeamsQuery = exports.TeamsDocument = exports.useteamLazyQuery = exports.useteamQuery = exports.teamDocument = exports.useorganizationsLazyQuery = exports.useorganizationsQuery = exports.organizationsDocument = exports.useGetOrganizationMembersLazyQuery = exports.useGetOrganizationMembersQuery = exports.GetOrganizationMembersDocument = exports.usegetUserOrganizationsWithRoleLazyQuery = exports.usegetUserOrganizationsWithRoleQuery = exports.getUserOrganizationsWithRoleDocument = exports.usegetUserOrganizationsLazyQuery = exports.usegetUserOrganizationsQuery = exports.getUserOrganizationsDocument = exports.useGetUserAccountLazyQuery = exports.useGetUserAccountQuery = exports.GetUserAccountDocument = exports.usegetTeamByNameLazyQuery = exports.usegetTeamByNameQuery = exports.getTeamByNameDocument = exports.usegetTeamLazyQuery = exports.usegetTeamQuery = exports.getTeamDocument = exports.useGetTasksLazyQuery = exports.useGetTasksQuery = exports.GetTasksDocument = exports.useGetProjectsLazyQuery = void 0;
|
8
|
+
exports.userRepositoriesDocument = exports.userepositoriesLazyQuery = exports.userepositoriesQuery = exports.repositoriesDocument = exports.usegetAllMonocularRegistriesLazyQuery = exports.usegetAllMonocularRegistriesQuery = exports.getAllMonocularRegistriesDocument = exports.usegetChartsLazyQuery = exports.usegetChartsQuery = exports.getChartsDocument = exports.usegetChartLazyQuery = exports.usegetChartQuery = exports.getChartDocument = exports.usechartVersionsLazyQuery = exports.usechartVersionsQuery = exports.chartVersionsDocument = exports.usegetChartDetailsLazyQuery = exports.usegetChartDetailsQuery = exports.getChartDetailsDocument = exports.useuploadMutation = exports.uploadDocument = exports.useupdateMonocularRegistryMutation = exports.updateMonocularRegistryDocument = exports.usetestConnectionMutation = exports.testConnectionDocument = exports.useremoveUserRepositoryMutation = exports.removeUserRepositoryDocument = exports.useremoveMonocularRegistryMutation = exports.removeMonocularRegistryDocument = exports.usecreateUserRepositoryMutation = exports.createUserRepositoryDocument = exports.usecreateMonocularRegistryMutation = exports.createMonocularRegistryDocument = exports.useupdateDockerRegistryMutation = exports.updateDockerRegistryDocument = exports.useremoveDockerRegistryMutation = exports.removeDockerRegistryDocument = exports.usedockerRegistryCatalogLazyQuery = exports.usedockerRegistryCatalogQuery = exports.dockerRegistryCatalogDocument = exports.usetagsLazyQuery = exports.usetagsQuery = exports.tagsDocument = exports.usecreateDockerRegistryMutation = exports.createDockerRegistryDocument = exports.usegetAllDockerRegistriesLazyQuery = exports.usegetAllDockerRegistriesQuery = exports.getAllDockerRegistriesDocument = exports.usedockerCatalogLazyQuery = exports.usedockerCatalogQuery = void 0;
|
9
|
+
exports.usesidebarStateQuery = exports.sidebarStateDocument = exports.usetoggleSidebarMutation = exports.toggleSidebarDocument = exports.usesubscribeToWorkspaceSubscription = exports.subscribeToWorkspaceDocument = exports.useGetWorkspacesLazyQuery = exports.useGetWorkspacesQuery = exports.GetWorkspacesDocument = exports.useWorkspaceStateLazyQuery = exports.useWorkspaceStateQuery = exports.WorkspaceStateDocument = exports.useGetWorkspaceLazyQuery = exports.useGetWorkspaceQuery = exports.GetWorkspaceDocument = exports.useGetTeamWorkspacesLazyQuery = exports.useGetTeamWorkspacesQuery = exports.GetTeamWorkspacesDocument = exports.useRestoreWorkspaceCreationFormLazyQuery = exports.useRestoreWorkspaceCreationFormQuery = exports.RestoreWorkspaceCreationFormDocument = exports.useGetOrgWorkspacesLazyQuery = exports.useGetOrgWorkspacesQuery = exports.GetOrgWorkspacesDocument = exports.useClearWorkspaceCreationFormMutation = exports.ClearWorkspaceCreationFormDocument = exports.useUpdateWorkspaceMutation = exports.UpdateWorkspaceDocument = exports.useStopWorkspaceMutation = exports.StopWorkspaceDocument = exports.useStartWorkspaceMutation = exports.StartWorkspaceDocument = exports.useSetEnvVariablesMutation = exports.SetEnvVariablesDocument = exports.useRemoveWorkpsaceMutation = exports.RemoveWorkpsaceDocument = exports.useRemoveTeamFromWorkspaceMutation = exports.RemoveTeamFromWorkspaceDocument = exports.useAddWorkspaceMutation = exports.AddWorkspaceDocument = exports.useAddTeamToWorkspacesMutation = exports.AddTeamToWorkspacesDocument = exports.useAddStacksMutation = exports.AddStacksDocument = exports.useAddProjectMutation = exports.AddProjectDocument = exports.useCollectMutation = exports.CollectDocument = exports.useuserRepositoriesLazyQuery = exports.useuserRepositoriesQuery = void 0;
|
10
|
+
exports.useGetDefaultRoleLazyQuery = exports.useGetDefaultRoleQuery = exports.GetDefaultRoleDocument = exports.useGetDefaultPolicySettingsLazyQuery = exports.useGetDefaultPolicySettingsQuery = exports.GetDefaultPolicySettingsDocument = exports.useGetDefaultPermissionsLazyQuery = exports.useGetDefaultPermissionsQuery = exports.GetDefaultPermissionsDocument = exports.useGetDefaultApplicationPermissionsLazyQuery = exports.useGetDefaultApplicationPermissionsQuery = exports.GetDefaultApplicationPermissionsDocument = exports.useGetContextPropertyLazyQuery = exports.useGetContextPropertyQuery = exports.GetContextPropertyDocument = exports.useGetConfigurationTargetLazyQuery = exports.useGetConfigurationTargetQuery = exports.GetConfigurationTargetDocument = exports.useDefaultResolveSettingsLazyQuery = exports.useDefaultResolveSettingsQuery = exports.DefaultResolveSettingsDocument = exports.useGetApplicationRoleLazyQuery = exports.useGetApplicationRoleQuery = exports.GetApplicationRoleDocument = exports.useGetApplicationPolicyLazyQuery = exports.useGetApplicationPolicyQuery = exports.GetApplicationPolicyDocument = exports.useUpdateConfigurationMutation = exports.UpdateConfigurationDocument = exports.useReassignConfigurationMutation = exports.ReassignConfigurationDocument = exports.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 = void 0;
|
11
|
+
exports.usegetRoleQuery = exports.getRoleDocument = exports.useGetOrgNameFromContextLazyQuery = exports.useGetOrgNameFromContextQuery = exports.GetOrgNameFromContextDocument = exports.useGetOrgContextLazyQuery = exports.useGetOrgContextQuery = exports.GetOrgContextDocument = exports.usegetContributionRolesLazyQuery = exports.usegetContributionRolesQuery = exports.getContributionRolesDocument = exports.useDefaultSettingsLazyQuery = exports.useDefaultSettingsQuery = exports.DefaultSettingsDocument = exports.useGetUserConfigurationLazyQuery = exports.useGetUserConfigurationQuery = exports.GetUserConfigurationDocument = exports.useGetResourcesConfigurationLazyQuery = exports.useGetResourcesConfigurationQuery = exports.GetResourcesConfigurationDocument = exports.useResolveConfigurationLazyQuery = exports.useResolveConfigurationQuery = exports.ResolveConfigurationDocument = exports.useGetOrgWithResourcesRoleLazyQuery = exports.useGetOrgWithResourcesRoleQuery = exports.GetOrgWithResourcesRoleDocument = exports.useGetOrgWithResourcesPolicyLazyQuery = exports.useGetOrgWithResourcesPolicyQuery = exports.GetOrgWithResourcesPolicyDocument = exports.useGetOrgRoleLazyQuery = exports.useGetOrgRoleQuery = exports.GetOrgRoleDocument = exports.useGetOrgPolicyLazyQuery = exports.useGetOrgPolicyQuery = exports.GetOrgPolicyDocument = exports.useGetOrgConfigurationLazyQuery = exports.useGetOrgConfigurationQuery = exports.GetOrgConfigurationDocument = exports.useOpenPreferencesSettingsLazyQuery = exports.useOpenPreferencesSettingsQuery = exports.OpenPreferencesSettingsDocument = exports.usegetUserAccessRoleLazyQuery = exports.usegetUserAccessRoleQuery = exports.getUserAccessRoleDocument = exports.useGetTeamNameFromContextLazyQuery = exports.useGetTeamNameFromContextQuery = exports.GetTeamNameFromContextDocument = exports.useGetTeamContextLazyQuery = exports.useGetTeamContextQuery = exports.GetTeamContextDocument = void 0;
|
12
|
+
exports.useViewerSettingsLazyQuery = exports.useViewerSettingsQuery = exports.ViewerSettingsDocument = exports.useOrganizationResourceContextLazyQuery = exports.useOrganizationResourceContextQuery = exports.OrganizationResourceContextDocument = exports.useMachineResourceContextLazyQuery = exports.useMachineResourceContextQuery = exports.MachineResourceContextDocument = 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 = 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;
|
@@ -105,6 +104,7 @@ var IClientCacheTypeNames;
|
|
105
104
|
IClientCacheTypeNames["DefaultPolicy"] = "DefaultPolicy";
|
106
105
|
IClientCacheTypeNames["DefaultRole"] = "DefaultRole";
|
107
106
|
IClientCacheTypeNames["Environment"] = "Environment";
|
107
|
+
IClientCacheTypeNames["MachineConfiguration"] = "MachineConfiguration";
|
108
108
|
IClientCacheTypeNames["OrgMember"] = "OrgMember";
|
109
109
|
IClientCacheTypeNames["OrgUser"] = "OrgUser";
|
110
110
|
IClientCacheTypeNames["Organization"] = "Organization";
|
@@ -123,6 +123,7 @@ var IClientCacheTypeNames;
|
|
123
123
|
;
|
124
124
|
var IClientContainerService;
|
125
125
|
(function (IClientContainerService) {
|
126
|
+
IClientContainerService["ApolloErrorHandler"] = "ApolloErrorHandler";
|
126
127
|
IClientContainerService["Auth0Authentication"] = "Auth0Authentication";
|
127
128
|
IClientContainerService["IConfigurationFileService"] = "IConfigurationFileService";
|
128
129
|
IClientContainerService["IConfigurationPolicyService"] = "IConfigurationPolicyService";
|
@@ -149,6 +150,7 @@ var IConfigCollectionName;
|
|
149
150
|
IConfigCollectionName["application"] = "application";
|
150
151
|
IConfigCollectionName["accounts"] = "accounts";
|
151
152
|
IConfigCollectionName["organizations"] = "organizations";
|
153
|
+
IConfigCollectionName["machines"] = "machines";
|
152
154
|
IConfigCollectionName["workspaces"] = "workspaces";
|
153
155
|
IConfigCollectionName["teams"] = "teams";
|
154
156
|
IConfigCollectionName["projects"] = "projects";
|
@@ -614,317 +616,39 @@ var IZipkinRoutes;
|
|
614
616
|
IZipkinRoutes["search"] = "search";
|
615
617
|
})(IZipkinRoutes = exports.IZipkinRoutes || (exports.IZipkinRoutes = {}));
|
616
618
|
;
|
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
|
-
|
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.ResourceUserRoleFragmentDoc = client_1.gql `
|
867
|
-
fragment ResourceUserRole on ResourceUser {
|
868
|
-
role
|
869
|
-
name
|
870
|
-
isSelf
|
871
|
-
orgName
|
872
|
-
}
|
873
|
-
`;
|
874
|
-
exports.RoleTargetFragmentDoc = client_1.gql `
|
875
|
-
fragment RoleTarget on ContributionRoles {
|
876
|
-
target
|
877
|
-
}
|
878
|
-
`;
|
879
|
-
exports.TeamNameInContextFragmentDoc = client_1.gql `
|
880
|
-
fragment TeamNameInContext on Context {
|
881
|
-
teamName
|
882
|
-
}
|
883
|
-
`;
|
884
|
-
exports.TeamContextFragmentDoc = client_1.gql `
|
885
|
-
fragment TeamContext on Context {
|
886
|
-
teamName
|
887
|
-
teamUri
|
888
|
-
}
|
889
|
-
`;
|
890
|
-
exports.TeamWithOrgOnContextFragmentDoc = client_1.gql `
|
891
|
-
fragment TeamWithOrgOnContext on Context {
|
892
|
-
orgName
|
893
|
-
teamName
|
894
|
-
}
|
895
|
-
`;
|
896
|
-
exports.ConfigurationModelFragmentDoc = client_1.gql `
|
897
|
-
fragment ConfigurationModel on ConfigurationModel {
|
898
|
-
contents
|
899
|
-
keys
|
900
|
-
overrides {
|
901
|
-
contents
|
902
|
-
identifiers
|
903
|
-
}
|
904
|
-
}
|
905
|
-
`;
|
906
|
-
exports.OrganizationResourceDataFragmentDoc = client_1.gql `
|
907
|
-
fragment OrganizationResourceData on OrganizationResourceData {
|
908
|
-
uri
|
909
|
-
name
|
910
|
-
index
|
911
|
-
}
|
912
|
-
`;
|
913
|
-
exports.OrganizationDataFragmentDoc = client_1.gql `
|
914
|
-
fragment OrganizationData on OrganizationData {
|
915
|
-
id
|
916
|
-
resources {
|
917
|
-
...OrganizationResourceData
|
918
|
-
}
|
919
|
-
configuration
|
920
|
-
name
|
921
|
-
}
|
922
|
-
${exports.OrganizationResourceDataFragmentDoc}`;
|
923
|
-
exports.acceptOrganizationInvitationDocument = client_1.gql `
|
924
|
-
mutation acceptOrganizationInvitation($id: ID!, $notification: OrganizationNotificationValues) {
|
925
|
-
acceptOrganizationInvitation(id: $id, notification: $notification)
|
926
|
-
}
|
927
|
-
`;
|
619
|
+
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" } }] } }] };
|
620
|
+
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" } }] } }] };
|
621
|
+
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" } }] } }] } }] };
|
622
|
+
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" } }] } }] };
|
623
|
+
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" } }] } }] };
|
624
|
+
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" } }] } }] } }] } }] };
|
625
|
+
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" } }] } }] };
|
626
|
+
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" } }] } }] };
|
627
|
+
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" } }] } }] };
|
628
|
+
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" } }] } }] };
|
629
|
+
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" } }] } }] };
|
630
|
+
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" } }] } }] } }] };
|
631
|
+
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" } }] } }] };
|
632
|
+
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" } }] } }] } }] };
|
633
|
+
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" } }] } }] };
|
634
|
+
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" } }] } }] };
|
635
|
+
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": "Field", "name": { "kind": "Name", "value": "uri" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "index" } }] } }] } }] };
|
636
|
+
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" } }] } }] };
|
637
|
+
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" } }] } }] };
|
638
|
+
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" } }] } }] };
|
639
|
+
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" } }] } }] };
|
640
|
+
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" } }] } }] };
|
641
|
+
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" } }] } }] };
|
642
|
+
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" } }] } }] };
|
643
|
+
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" } }] } }] };
|
644
|
+
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" } }] } }] };
|
645
|
+
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" } }] } }] };
|
646
|
+
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" } }] } }] } }] } }] };
|
647
|
+
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" } }] } }] } }] };
|
648
|
+
exports.OrganizationResourceDataFragmentDoc = { "kind": "Document", "definitions": [{ "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "OrganizationResourceData" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "OrganizationResourceData" } }, "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" } }] } }] };
|
649
|
+
exports.MachineDataFragmentDoc = { "kind": "Document", "definitions": [{ "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "MachineData" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "MachineData" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "resources" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "OrganizationResourceData" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "configurations" } }] } }, { "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "OrganizationResourceData" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "OrganizationResourceData" } }, "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" } }] } }] };
|
650
|
+
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": "FragmentSpread", "name": { "kind": "Name", "value": "OrganizationResourceData" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "configuration" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }] } }, { "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "OrganizationResourceData" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "OrganizationResourceData" } }, "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" } }] } }] };
|
651
|
+
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" } } }] }] } }] };
|
928
652
|
/**
|
929
653
|
* __useacceptOrganizationInvitationMutation__
|
930
654
|
*
|
@@ -948,11 +672,7 @@ function useacceptOrganizationInvitationMutation(baseOptions) {
|
|
948
672
|
return Apollo.useMutation(exports.acceptOrganizationInvitationDocument, options);
|
949
673
|
}
|
950
674
|
exports.useacceptOrganizationInvitationMutation = useacceptOrganizationInvitationMutation;
|
951
|
-
exports.AddClientDocument =
|
952
|
-
mutation AddClient($client: ClientAddRequest!) {
|
953
|
-
addClient(client: $client)
|
954
|
-
}
|
955
|
-
`;
|
675
|
+
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" } } }] }] } }] };
|
956
676
|
/**
|
957
677
|
* __useAddClientMutation__
|
958
678
|
*
|
@@ -975,11 +695,7 @@ function useAddClientMutation(baseOptions) {
|
|
975
695
|
return Apollo.useMutation(exports.AddClientDocument, options);
|
976
696
|
}
|
977
697
|
exports.useAddClientMutation = useAddClientMutation;
|
978
|
-
exports.AddOrgProjectDocument =
|
979
|
-
mutation AddOrgProject($project: ProjectAddRequest!) {
|
980
|
-
addOrgProject(project: $project)
|
981
|
-
}
|
982
|
-
`;
|
698
|
+
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" } } }] }] } }] };
|
983
699
|
/**
|
984
700
|
* __useAddOrgProjectMutation__
|
985
701
|
*
|
@@ -1002,11 +718,7 @@ function useAddOrgProjectMutation(baseOptions) {
|
|
1002
718
|
return Apollo.useMutation(exports.AddOrgProjectDocument, options);
|
1003
719
|
}
|
1004
720
|
exports.useAddOrgProjectMutation = useAddOrgProjectMutation;
|
1005
|
-
exports.AddTeamMembersDocument =
|
1006
|
-
mutation AddTeamMembers($orgName: String!, $teamName: String!, $memberIds: [String]!) {
|
1007
|
-
addTeamMembers(orgName: $orgName, teamName: $teamName, memberIds: $memberIds)
|
1008
|
-
}
|
1009
|
-
`;
|
721
|
+
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" } } }] }] } }] };
|
1010
722
|
/**
|
1011
723
|
* __useAddTeamMembersMutation__
|
1012
724
|
*
|
@@ -1031,11 +743,7 @@ function useAddTeamMembersMutation(baseOptions) {
|
|
1031
743
|
return Apollo.useMutation(exports.AddTeamMembersDocument, options);
|
1032
744
|
}
|
1033
745
|
exports.useAddTeamMembersMutation = useAddTeamMembersMutation;
|
1034
|
-
exports.changeMemberRoleDocument =
|
1035
|
-
mutation changeMemberRole($orgName: String!, $teamName: String!, $memberId: String!, $role: String!) {
|
1036
|
-
changeMemberRole(orgName: $orgName, teamName: $teamName, memberId: $memberId, role: $role)
|
1037
|
-
}
|
1038
|
-
`;
|
746
|
+
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" } } }] }] } }] };
|
1039
747
|
/**
|
1040
748
|
* __usechangeMemberRoleMutation__
|
1041
749
|
*
|
@@ -1061,11 +769,7 @@ function usechangeMemberRoleMutation(baseOptions) {
|
|
1061
769
|
return Apollo.useMutation(exports.changeMemberRoleDocument, options);
|
1062
770
|
}
|
1063
771
|
exports.usechangeMemberRoleMutation = usechangeMemberRoleMutation;
|
1064
|
-
exports.changeOrgMemberRoleDocument =
|
1065
|
-
mutation changeOrgMemberRole($userId: String!, $role: ApplicationRoles!) {
|
1066
|
-
changeOrgMemberRole(userId: $userId, role: $role)
|
1067
|
-
}
|
1068
|
-
`;
|
772
|
+
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" } } }] }] } }] };
|
1069
773
|
/**
|
1070
774
|
* __usechangeOrgMemberRoleMutation__
|
1071
775
|
*
|
@@ -1089,11 +793,7 @@ function usechangeOrgMemberRoleMutation(baseOptions) {
|
|
1089
793
|
return Apollo.useMutation(exports.changeOrgMemberRoleDocument, options);
|
1090
794
|
}
|
1091
795
|
exports.usechangeOrgMemberRoleMutation = usechangeOrgMemberRoleMutation;
|
1092
|
-
exports.CreateInvoiceDocument =
|
1093
|
-
mutation CreateInvoice($invoice: InvoiceCreateRequest!) {
|
1094
|
-
createInvoice(invoice: $invoice)
|
1095
|
-
}
|
1096
|
-
`;
|
796
|
+
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" } } }] }] } }] };
|
1097
797
|
/**
|
1098
798
|
* __useCreateInvoiceMutation__
|
1099
799
|
*
|
@@ -1116,18 +816,7 @@ function useCreateInvoiceMutation(baseOptions) {
|
|
1116
816
|
return Apollo.useMutation(exports.CreateInvoiceDocument, options);
|
1117
817
|
}
|
1118
818
|
exports.useCreateInvoiceMutation = useCreateInvoiceMutation;
|
1119
|
-
exports.createOrganizationDocument =
|
1120
|
-
mutation createOrganization($organization: OrganizationCreateRequest!) {
|
1121
|
-
createOrganization(organization: $organization) {
|
1122
|
-
id
|
1123
|
-
name
|
1124
|
-
description
|
1125
|
-
picture
|
1126
|
-
namespace
|
1127
|
-
orgUserCount
|
1128
|
-
}
|
1129
|
-
}
|
1130
|
-
`;
|
819
|
+
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" } }] } }] } }] };
|
1131
820
|
/**
|
1132
821
|
* __usecreateOrganizationMutation__
|
1133
822
|
*
|
@@ -1150,11 +839,7 @@ function usecreateOrganizationMutation(baseOptions) {
|
|
1150
839
|
return Apollo.useMutation(exports.createOrganizationDocument, options);
|
1151
840
|
}
|
1152
841
|
exports.usecreateOrganizationMutation = usecreateOrganizationMutation;
|
1153
|
-
exports.CreateTaskDocument =
|
1154
|
-
mutation CreateTask($request: TaskRequest) {
|
1155
|
-
createTask(request: $request)
|
1156
|
-
}
|
1157
|
-
`;
|
842
|
+
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" } } }] }] } }] };
|
1158
843
|
/**
|
1159
844
|
* __useCreateTaskMutation__
|
1160
845
|
*
|
@@ -1177,19 +862,7 @@ function useCreateTaskMutation(baseOptions) {
|
|
1177
862
|
return Apollo.useMutation(exports.CreateTaskDocument, options);
|
1178
863
|
}
|
1179
864
|
exports.useCreateTaskMutation = useCreateTaskMutation;
|
1180
|
-
exports.createTeamDocument =
|
1181
|
-
mutation createTeam($request: TeamCreationRequest!) {
|
1182
|
-
createTeam(request: $request) {
|
1183
|
-
_id
|
1184
|
-
name
|
1185
|
-
tags
|
1186
|
-
orgName
|
1187
|
-
createdAt
|
1188
|
-
updatedAt
|
1189
|
-
description
|
1190
|
-
}
|
1191
|
-
}
|
1192
|
-
`;
|
865
|
+
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": "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" } }] } }] } }] };
|
1193
866
|
/**
|
1194
867
|
* __usecreateTeamMutation__
|
1195
868
|
*
|
@@ -1212,11 +885,7 @@ function usecreateTeamMutation(baseOptions) {
|
|
1212
885
|
return Apollo.useMutation(exports.createTeamDocument, options);
|
1213
886
|
}
|
1214
887
|
exports.usecreateTeamMutation = usecreateTeamMutation;
|
1215
|
-
exports.DeclineOrganizationInvitationDocument =
|
1216
|
-
mutation DeclineOrganizationInvitation($id: ID!) {
|
1217
|
-
declineOrganizationInvitation(id: $id)
|
1218
|
-
}
|
1219
|
-
`;
|
888
|
+
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" } } }] }] } }] };
|
1220
889
|
/**
|
1221
890
|
* __useDeclineOrganizationInvitationMutation__
|
1222
891
|
*
|
@@ -1239,11 +908,7 @@ function useDeclineOrganizationInvitationMutation(baseOptions) {
|
|
1239
908
|
return Apollo.useMutation(exports.DeclineOrganizationInvitationDocument, options);
|
1240
909
|
}
|
1241
910
|
exports.useDeclineOrganizationInvitationMutation = useDeclineOrganizationInvitationMutation;
|
1242
|
-
exports.RemoveInvoiceDocument =
|
1243
|
-
mutation RemoveInvoice($id: String) {
|
1244
|
-
removeInvoice(id: $id)
|
1245
|
-
}
|
1246
|
-
`;
|
911
|
+
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" } } }] }] } }] };
|
1247
912
|
/**
|
1248
913
|
* __useRemoveInvoiceMutation__
|
1249
914
|
*
|
@@ -1266,11 +931,7 @@ function useRemoveInvoiceMutation(baseOptions) {
|
|
1266
931
|
return Apollo.useMutation(exports.RemoveInvoiceDocument, options);
|
1267
932
|
}
|
1268
933
|
exports.useRemoveInvoiceMutation = useRemoveInvoiceMutation;
|
1269
|
-
exports.RemoveOrgClientDocument =
|
1270
|
-
mutation RemoveOrgClient($clientId: String!) {
|
1271
|
-
removeOrgClient(clientId: $clientId)
|
1272
|
-
}
|
1273
|
-
`;
|
934
|
+
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" } } }] }] } }] };
|
1274
935
|
/**
|
1275
936
|
* __useRemoveOrgClientMutation__
|
1276
937
|
*
|
@@ -1293,11 +954,7 @@ function useRemoveOrgClientMutation(baseOptions) {
|
|
1293
954
|
return Apollo.useMutation(exports.RemoveOrgClientDocument, options);
|
1294
955
|
}
|
1295
956
|
exports.useRemoveOrgClientMutation = useRemoveOrgClientMutation;
|
1296
|
-
exports.RemoveOrgMemberDocument =
|
1297
|
-
mutation RemoveOrgMember($memberId: String!) {
|
1298
|
-
removeOrgMember(memberId: $memberId)
|
1299
|
-
}
|
1300
|
-
`;
|
957
|
+
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" } } }] }] } }] };
|
1301
958
|
/**
|
1302
959
|
* __useRemoveOrgMemberMutation__
|
1303
960
|
*
|
@@ -1320,11 +977,7 @@ function useRemoveOrgMemberMutation(baseOptions) {
|
|
1320
977
|
return Apollo.useMutation(exports.RemoveOrgMemberDocument, options);
|
1321
978
|
}
|
1322
979
|
exports.useRemoveOrgMemberMutation = useRemoveOrgMemberMutation;
|
1323
|
-
exports.removeOrganizationDocument =
|
1324
|
-
mutation removeOrganization($organization: OrganizationRemoveRequest!) {
|
1325
|
-
removeOrganization(organization: $organization)
|
1326
|
-
}
|
1327
|
-
`;
|
980
|
+
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" } } }] }] } }] };
|
1328
981
|
/**
|
1329
982
|
* __useremoveOrganizationMutation__
|
1330
983
|
*
|
@@ -1347,11 +1000,7 @@ function useremoveOrganizationMutation(baseOptions) {
|
|
1347
1000
|
return Apollo.useMutation(exports.removeOrganizationDocument, options);
|
1348
1001
|
}
|
1349
1002
|
exports.useremoveOrganizationMutation = useremoveOrganizationMutation;
|
1350
|
-
exports.RemoveTaskDocument =
|
1351
|
-
mutation RemoveTask($id: String!) {
|
1352
|
-
removeTask(id: $id)
|
1353
|
-
}
|
1354
|
-
`;
|
1003
|
+
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" } } }] }] } }] };
|
1355
1004
|
/**
|
1356
1005
|
* __useRemoveTaskMutation__
|
1357
1006
|
*
|
@@ -1374,11 +1023,7 @@ function useRemoveTaskMutation(baseOptions) {
|
|
1374
1023
|
return Apollo.useMutation(exports.RemoveTaskDocument, options);
|
1375
1024
|
}
|
1376
1025
|
exports.useRemoveTaskMutation = useRemoveTaskMutation;
|
1377
|
-
exports.removeTeamDocument =
|
1378
|
-
mutation removeTeam($teamId: String!) {
|
1379
|
-
removeTeam(teamId: $teamId)
|
1380
|
-
}
|
1381
|
-
`;
|
1026
|
+
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" } } }] }] } }] };
|
1382
1027
|
/**
|
1383
1028
|
* __useremoveTeamMutation__
|
1384
1029
|
*
|
@@ -1401,11 +1046,7 @@ function useremoveTeamMutation(baseOptions) {
|
|
1401
1046
|
return Apollo.useMutation(exports.removeTeamDocument, options);
|
1402
1047
|
}
|
1403
1048
|
exports.useremoveTeamMutation = useremoveTeamMutation;
|
1404
|
-
exports.RemoveTeamMemberDocument =
|
1405
|
-
mutation RemoveTeamMember($orgName: String!, $teamName: String!, $memberId: String!) {
|
1406
|
-
removeTeamMember(orgName: $orgName, teamName: $teamName, memberId: $memberId)
|
1407
|
-
}
|
1408
|
-
`;
|
1049
|
+
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" } } }] }] } }] };
|
1409
1050
|
/**
|
1410
1051
|
* __useRemoveTeamMemberMutation__
|
1411
1052
|
*
|
@@ -1430,11 +1071,7 @@ function useRemoveTeamMemberMutation(baseOptions) {
|
|
1430
1071
|
return Apollo.useMutation(exports.RemoveTeamMemberDocument, options);
|
1431
1072
|
}
|
1432
1073
|
exports.useRemoveTeamMemberMutation = useRemoveTeamMemberMutation;
|
1433
|
-
exports.ResendOrganizationInvitationDocument =
|
1434
|
-
mutation ResendOrganizationInvitation($id: ID!) {
|
1435
|
-
resendOrganizationInvitation(id: $id)
|
1436
|
-
}
|
1437
|
-
`;
|
1074
|
+
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" } } }] }] } }] };
|
1438
1075
|
/**
|
1439
1076
|
* __useResendOrganizationInvitationMutation__
|
1440
1077
|
*
|
@@ -1457,11 +1094,7 @@ function useResendOrganizationInvitationMutation(baseOptions) {
|
|
1457
1094
|
return Apollo.useMutation(exports.ResendOrganizationInvitationDocument, options);
|
1458
1095
|
}
|
1459
1096
|
exports.useResendOrganizationInvitationMutation = useResendOrganizationInvitationMutation;
|
1460
|
-
exports.SendInvoiceMailDocument =
|
1461
|
-
mutation SendInvoiceMail($request: InvoiceMailRequest!) {
|
1462
|
-
sendInvoiceMail(request: $request)
|
1463
|
-
}
|
1464
|
-
`;
|
1097
|
+
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" } } }] }] } }] };
|
1465
1098
|
/**
|
1466
1099
|
* __useSendInvoiceMailMutation__
|
1467
1100
|
*
|
@@ -1484,11 +1117,7 @@ function useSendInvoiceMailMutation(baseOptions) {
|
|
1484
1117
|
return Apollo.useMutation(exports.SendInvoiceMailDocument, options);
|
1485
1118
|
}
|
1486
1119
|
exports.useSendInvoiceMailMutation = useSendInvoiceMailMutation;
|
1487
|
-
exports.sendOrganizationInvitationDocument =
|
1488
|
-
mutation sendOrganizationInvitation($request: OrganizationInvitationRequest!) {
|
1489
|
-
sendOrganizationInvitation(request: $request)
|
1490
|
-
}
|
1491
|
-
`;
|
1120
|
+
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" } } }] }] } }] };
|
1492
1121
|
/**
|
1493
1122
|
* __usesendOrganizationInvitationMutation__
|
1494
1123
|
*
|
@@ -1511,11 +1140,7 @@ function usesendOrganizationInvitationMutation(baseOptions) {
|
|
1511
1140
|
return Apollo.useMutation(exports.sendOrganizationInvitationDocument, options);
|
1512
1141
|
}
|
1513
1142
|
exports.usesendOrganizationInvitationMutation = usesendOrganizationInvitationMutation;
|
1514
|
-
exports.UpdateInvoiceDocument =
|
1515
|
-
mutation UpdateInvoice($id: String, $invoice: InvoiceUpdateRequest) {
|
1516
|
-
updateInvoice(id: $id, invoice: $invoice)
|
1517
|
-
}
|
1518
|
-
`;
|
1143
|
+
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" } } }] }] } }] };
|
1519
1144
|
/**
|
1520
1145
|
* __useUpdateInvoiceMutation__
|
1521
1146
|
*
|
@@ -1539,48 +1164,7 @@ function useUpdateInvoiceMutation(baseOptions) {
|
|
1539
1164
|
return Apollo.useMutation(exports.UpdateInvoiceDocument, options);
|
1540
1165
|
}
|
1541
1166
|
exports.useUpdateInvoiceMutation = useUpdateInvoiceMutation;
|
1542
|
-
exports.UpdateOrgClientDocument =
|
1543
|
-
mutation UpdateOrgClient($updateRequest: ClientUpdateRequest) {
|
1544
|
-
updateOrgClient(updateRequest: $updateRequest) {
|
1545
|
-
id
|
1546
|
-
name {
|
1547
|
-
salutation
|
1548
|
-
firstName
|
1549
|
-
lastName
|
1550
|
-
}
|
1551
|
-
companyName
|
1552
|
-
displayName
|
1553
|
-
email
|
1554
|
-
clientPhone {
|
1555
|
-
workPhone
|
1556
|
-
mobile
|
1557
|
-
}
|
1558
|
-
website
|
1559
|
-
currency
|
1560
|
-
socialConnect {
|
1561
|
-
facebook
|
1562
|
-
twitter
|
1563
|
-
}
|
1564
|
-
billingAddress {
|
1565
|
-
attention
|
1566
|
-
address
|
1567
|
-
city
|
1568
|
-
state
|
1569
|
-
country
|
1570
|
-
zip
|
1571
|
-
}
|
1572
|
-
shippingAddress {
|
1573
|
-
attention
|
1574
|
-
address
|
1575
|
-
city
|
1576
|
-
state
|
1577
|
-
country
|
1578
|
-
zip
|
1579
|
-
}
|
1580
|
-
orgName
|
1581
|
-
}
|
1582
|
-
}
|
1583
|
-
`;
|
1167
|
+
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" } }] } }] } }] };
|
1584
1168
|
/**
|
1585
1169
|
* __useUpdateOrgClientMutation__
|
1586
1170
|
*
|
@@ -1603,11 +1187,7 @@ function useUpdateOrgClientMutation(baseOptions) {
|
|
1603
1187
|
return Apollo.useMutation(exports.UpdateOrgClientDocument, options);
|
1604
1188
|
}
|
1605
1189
|
exports.useUpdateOrgClientMutation = useUpdateOrgClientMutation;
|
1606
|
-
exports.updateOrgMemberTeamsDocument =
|
1607
|
-
mutation updateOrgMemberTeams($userId: String!, $orgName: String!, $addToTeams: [String], $removeFromTeams: [String]) {
|
1608
|
-
updateOrgMemberTeams(userId: $userId, orgName: $orgName, addToTeams: $addToTeams, removeFromTeams: $removeFromTeams)
|
1609
|
-
}
|
1610
|
-
`;
|
1190
|
+
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" } } }] }] } }] };
|
1611
1191
|
/**
|
1612
1192
|
* __useupdateOrgMemberTeamsMutation__
|
1613
1193
|
*
|
@@ -1633,11 +1213,7 @@ function useupdateOrgMemberTeamsMutation(baseOptions) {
|
|
1633
1213
|
return Apollo.useMutation(exports.updateOrgMemberTeamsDocument, options);
|
1634
1214
|
}
|
1635
1215
|
exports.useupdateOrgMemberTeamsMutation = useupdateOrgMemberTeamsMutation;
|
1636
|
-
exports.UpdateOrgProjectDocument =
|
1637
|
-
mutation UpdateOrgProject($where: ProjectWhereInput!, $project: UpdateProject_Input) {
|
1638
|
-
updateOrgProject(where: $where, project: $project)
|
1639
|
-
}
|
1640
|
-
`;
|
1216
|
+
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" } } }] }] } }] };
|
1641
1217
|
/**
|
1642
1218
|
* __useUpdateOrgProjectMutation__
|
1643
1219
|
*
|
@@ -1661,18 +1237,7 @@ function useUpdateOrgProjectMutation(baseOptions) {
|
|
1661
1237
|
return Apollo.useMutation(exports.UpdateOrgProjectDocument, options);
|
1662
1238
|
}
|
1663
1239
|
exports.useUpdateOrgProjectMutation = useUpdateOrgProjectMutation;
|
1664
|
-
exports.updateOrganizationDocument =
|
1665
|
-
mutation updateOrganization($organization: OrganizationUpdateRequest!) {
|
1666
|
-
updateOrganization(organization: $organization) {
|
1667
|
-
id
|
1668
|
-
name
|
1669
|
-
description
|
1670
|
-
picture
|
1671
|
-
namespace
|
1672
|
-
orgUserCount
|
1673
|
-
}
|
1674
|
-
}
|
1675
|
-
`;
|
1240
|
+
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" } }] } }] } }] };
|
1676
1241
|
/**
|
1677
1242
|
* __useupdateOrganizationMutation__
|
1678
1243
|
*
|
@@ -1695,11 +1260,7 @@ function useupdateOrganizationMutation(baseOptions) {
|
|
1695
1260
|
return Apollo.useMutation(exports.updateOrganizationDocument, options);
|
1696
1261
|
}
|
1697
1262
|
exports.useupdateOrganizationMutation = useupdateOrganizationMutation;
|
1698
|
-
exports.UpdateProjectStatusDocument =
|
1699
|
-
mutation UpdateProjectStatus($id: String!, $status: String) {
|
1700
|
-
updateProjectStatus(id: $id, status: $status)
|
1701
|
-
}
|
1702
|
-
`;
|
1263
|
+
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" } } }] }] } }] };
|
1703
1264
|
/**
|
1704
1265
|
* __useUpdateProjectStatusMutation__
|
1705
1266
|
*
|
@@ -1723,11 +1284,7 @@ function useUpdateProjectStatusMutation(baseOptions) {
|
|
1723
1284
|
return Apollo.useMutation(exports.UpdateProjectStatusDocument, options);
|
1724
1285
|
}
|
1725
1286
|
exports.useUpdateProjectStatusMutation = useUpdateProjectStatusMutation;
|
1726
|
-
exports.UpdateTaskDocument =
|
1727
|
-
mutation UpdateTask($id: String!, $request: TaskRequest) {
|
1728
|
-
updateTask(id: $id, request: $request)
|
1729
|
-
}
|
1730
|
-
`;
|
1287
|
+
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" } } }] }] } }] };
|
1731
1288
|
/**
|
1732
1289
|
* __useUpdateTaskMutation__
|
1733
1290
|
*
|
@@ -1751,11 +1308,7 @@ function useUpdateTaskMutation(baseOptions) {
|
|
1751
1308
|
return Apollo.useMutation(exports.UpdateTaskDocument, options);
|
1752
1309
|
}
|
1753
1310
|
exports.useUpdateTaskMutation = useUpdateTaskMutation;
|
1754
|
-
exports.updateTeamConfigurationDocument =
|
1755
|
-
mutation updateTeamConfiguration($key: String!, $value: AnyObject!, $overrides: ConfigurationOverrides_Input, $target: Int, $donotNotifyError: Boolean) {
|
1756
|
-
updateConfigurationValue(key: $key, value: $value, overrides: $overrides, target: $target, donotNotifyError: $donotNotifyError)
|
1757
|
-
}
|
1758
|
-
`;
|
1311
|
+
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" } } }] }] } }] };
|
1759
1312
|
/**
|
1760
1313
|
* __useupdateTeamConfigurationMutation__
|
1761
1314
|
*
|
@@ -1782,19 +1335,7 @@ function useupdateTeamConfigurationMutation(baseOptions) {
|
|
1782
1335
|
return Apollo.useMutation(exports.updateTeamConfigurationDocument, options);
|
1783
1336
|
}
|
1784
1337
|
exports.useupdateTeamConfigurationMutation = useupdateTeamConfigurationMutation;
|
1785
|
-
exports.UpsertProjectThroughIntegrationDocument =
|
1786
|
-
mutation UpsertProjectThroughIntegration($where: ProjectWhereInput!, $project: UpdateProject_Input) {
|
1787
|
-
upsertProjectThroughIntegration(where: $where, project: $project) {
|
1788
|
-
id
|
1789
|
-
name
|
1790
|
-
clientId
|
1791
|
-
teams
|
1792
|
-
status
|
1793
|
-
orgName
|
1794
|
-
integrationConfigurationId
|
1795
|
-
}
|
1796
|
-
}
|
1797
|
-
`;
|
1338
|
+
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" } }] } }] } }] };
|
1798
1339
|
/**
|
1799
1340
|
* __useUpsertProjectThroughIntegrationMutation__
|
1800
1341
|
*
|
@@ -1818,19 +1359,7 @@ function useUpsertProjectThroughIntegrationMutation(baseOptions) {
|
|
1818
1359
|
return Apollo.useMutation(exports.UpsertProjectThroughIntegrationDocument, options);
|
1819
1360
|
}
|
1820
1361
|
exports.useUpsertProjectThroughIntegrationMutation = useUpsertProjectThroughIntegrationMutation;
|
1821
|
-
exports.GetUserOrganizationsListDocument =
|
1822
|
-
query GetUserOrganizationsList {
|
1823
|
-
getUserOrganizations {
|
1824
|
-
name
|
1825
|
-
createdAt
|
1826
|
-
isBillingLeader
|
1827
|
-
orgMembers {
|
1828
|
-
...OrgUser
|
1829
|
-
inactive
|
1830
|
-
}
|
1831
|
-
}
|
1832
|
-
}
|
1833
|
-
${exports.OrgUserFragmentDoc}`;
|
1362
|
+
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": "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" } }] } }] };
|
1834
1363
|
/**
|
1835
1364
|
* __useGetUserOrganizationsListQuery__
|
1836
1365
|
*
|
@@ -1856,17 +1385,7 @@ function useGetUserOrganizationsListLazyQuery(baseOptions) {
|
|
1856
1385
|
return Apollo.useLazyQuery(exports.GetUserOrganizationsListDocument, options);
|
1857
1386
|
}
|
1858
1387
|
exports.useGetUserOrganizationsListLazyQuery = useGetUserOrganizationsListLazyQuery;
|
1859
|
-
exports.DecodeOrganizationInvitationDocument =
|
1860
|
-
query DecodeOrganizationInvitation($token: String!) {
|
1861
|
-
decodeOrganizationInvitation(token: $token) {
|
1862
|
-
orgName
|
1863
|
-
teamName
|
1864
|
-
email
|
1865
|
-
invitationId
|
1866
|
-
invitedBy
|
1867
|
-
}
|
1868
|
-
}
|
1869
|
-
`;
|
1388
|
+
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" } }] } }] } }] };
|
1870
1389
|
/**
|
1871
1390
|
* __useDecodeOrganizationInvitationQuery__
|
1872
1391
|
*
|
@@ -1893,14 +1412,7 @@ function useDecodeOrganizationInvitationLazyQuery(baseOptions) {
|
|
1893
1412
|
return Apollo.useLazyQuery(exports.DecodeOrganizationInvitationDocument, options);
|
1894
1413
|
}
|
1895
1414
|
exports.useDecodeOrganizationInvitationLazyQuery = useDecodeOrganizationInvitationLazyQuery;
|
1896
|
-
exports.GetAccountsDocument =
|
1897
|
-
query GetAccounts($where: UserAccountWhere) {
|
1898
|
-
getAccounts(where: $where) {
|
1899
|
-
username
|
1900
|
-
email
|
1901
|
-
}
|
1902
|
-
}
|
1903
|
-
`;
|
1415
|
+
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" } }] } }] } }] };
|
1904
1416
|
/**
|
1905
1417
|
* __useGetAccountsQuery__
|
1906
1418
|
*
|
@@ -1927,19 +1439,7 @@ function useGetAccountsLazyQuery(baseOptions) {
|
|
1927
1439
|
return Apollo.useLazyQuery(exports.GetAccountsDocument, options);
|
1928
1440
|
}
|
1929
1441
|
exports.useGetAccountsLazyQuery = useGetAccountsLazyQuery;
|
1930
|
-
exports.GetAsanaConnectionStateDocument =
|
1931
|
-
query GetAsanaConnectionState {
|
1932
|
-
getAsanaConnectionState {
|
1933
|
-
asana {
|
1934
|
-
user {
|
1935
|
-
user_id
|
1936
|
-
username
|
1937
|
-
}
|
1938
|
-
status
|
1939
|
-
}
|
1940
|
-
}
|
1941
|
-
}
|
1942
|
-
`;
|
1442
|
+
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" } }] } }] } }] } }] };
|
1943
1443
|
/**
|
1944
1444
|
* __useGetAsanaConnectionStateQuery__
|
1945
1445
|
*
|
@@ -1965,14 +1465,7 @@ function useGetAsanaConnectionStateLazyQuery(baseOptions) {
|
|
1965
1465
|
return Apollo.useLazyQuery(exports.GetAsanaConnectionStateDocument, options);
|
1966
1466
|
}
|
1967
1467
|
exports.useGetAsanaConnectionStateLazyQuery = useGetAsanaConnectionStateLazyQuery;
|
1968
|
-
exports.GetAsanaWorkspaceProjectsDocument =
|
1969
|
-
query GetAsanaWorkspaceProjects($workspaceId: String!) {
|
1970
|
-
getAsanaWorkspaceProjects(workspaceId: $workspaceId) {
|
1971
|
-
name
|
1972
|
-
gid
|
1973
|
-
}
|
1974
|
-
}
|
1975
|
-
`;
|
1468
|
+
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" } }] } }] } }] };
|
1976
1469
|
/**
|
1977
1470
|
* __useGetAsanaWorkspaceProjectsQuery__
|
1978
1471
|
*
|
@@ -1999,14 +1492,7 @@ function useGetAsanaWorkspaceProjectsLazyQuery(baseOptions) {
|
|
1999
1492
|
return Apollo.useLazyQuery(exports.GetAsanaWorkspaceProjectsDocument, options);
|
2000
1493
|
}
|
2001
1494
|
exports.useGetAsanaWorkspaceProjectsLazyQuery = useGetAsanaWorkspaceProjectsLazyQuery;
|
2002
|
-
exports.GetAsanaWorkspacesDocument =
|
2003
|
-
query GetAsanaWorkspaces {
|
2004
|
-
getAsanaWorkspaces {
|
2005
|
-
name
|
2006
|
-
gid
|
2007
|
-
}
|
2008
|
-
}
|
2009
|
-
`;
|
1495
|
+
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" } }] } }] } }] };
|
2010
1496
|
/**
|
2011
1497
|
* __useGetAsanaWorkspacesQuery__
|
2012
1498
|
*
|
@@ -2032,11 +1518,7 @@ function useGetAsanaWorkspacesLazyQuery(baseOptions) {
|
|
2032
1518
|
return Apollo.useLazyQuery(exports.GetAsanaWorkspacesDocument, options);
|
2033
1519
|
}
|
2034
1520
|
exports.useGetAsanaWorkspacesLazyQuery = useGetAsanaWorkspacesLazyQuery;
|
2035
|
-
exports.GetDefaultInvoiceNumberDocument =
|
2036
|
-
query GetDefaultInvoiceNumber {
|
2037
|
-
getDefaultInvoiceNumber
|
2038
|
-
}
|
2039
|
-
`;
|
1521
|
+
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" } }] } }] };
|
2040
1522
|
/**
|
2041
1523
|
* __useGetDefaultInvoiceNumberQuery__
|
2042
1524
|
*
|
@@ -2062,19 +1544,7 @@ function useGetDefaultInvoiceNumberLazyQuery(baseOptions) {
|
|
2062
1544
|
return Apollo.useLazyQuery(exports.GetDefaultInvoiceNumberDocument, options);
|
2063
1545
|
}
|
2064
1546
|
exports.useGetDefaultInvoiceNumberLazyQuery = useGetDefaultInvoiceNumberLazyQuery;
|
2065
|
-
exports.GetFilteredProjectsDocument =
|
2066
|
-
query GetFilteredProjects($filter: ProjectWhereInput!) {
|
2067
|
-
getFilteredProjects(filter: $filter) {
|
2068
|
-
id
|
2069
|
-
name
|
2070
|
-
clientId
|
2071
|
-
teams
|
2072
|
-
status
|
2073
|
-
orgName
|
2074
|
-
integrationConfigurationId
|
2075
|
-
}
|
2076
|
-
}
|
2077
|
-
`;
|
1547
|
+
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" } }] } }] } }] };
|
2078
1548
|
/**
|
2079
1549
|
* __useGetFilteredProjectsQuery__
|
2080
1550
|
*
|
@@ -2101,102 +1571,7 @@ function useGetFilteredProjectsLazyQuery(baseOptions) {
|
|
2101
1571
|
return Apollo.useLazyQuery(exports.GetFilteredProjectsDocument, options);
|
2102
1572
|
}
|
2103
1573
|
exports.useGetFilteredProjectsLazyQuery = useGetFilteredProjectsLazyQuery;
|
2104
|
-
exports.GetInvoicesDocument =
|
2105
|
-
query GetInvoices {
|
2106
|
-
getInvoices {
|
2107
|
-
id
|
2108
|
-
comment
|
2109
|
-
currency
|
2110
|
-
discount
|
2111
|
-
from {
|
2112
|
-
id
|
2113
|
-
name
|
2114
|
-
companyName
|
2115
|
-
email
|
2116
|
-
phone {
|
2117
|
-
workPhone
|
2118
|
-
mobile
|
2119
|
-
}
|
2120
|
-
address {
|
2121
|
-
attention
|
2122
|
-
address
|
2123
|
-
city
|
2124
|
-
state
|
2125
|
-
country
|
2126
|
-
zip
|
2127
|
-
}
|
2128
|
-
}
|
2129
|
-
invoiceDate
|
2130
|
-
terms
|
2131
|
-
dueDate
|
2132
|
-
invoiceNumber
|
2133
|
-
orderNumber
|
2134
|
-
invoiceVendor {
|
2135
|
-
id
|
2136
|
-
name
|
2137
|
-
companyName
|
2138
|
-
email
|
2139
|
-
phone {
|
2140
|
-
workPhone
|
2141
|
-
mobile
|
2142
|
-
}
|
2143
|
-
address {
|
2144
|
-
attention
|
2145
|
-
address
|
2146
|
-
city
|
2147
|
-
state
|
2148
|
-
country
|
2149
|
-
zip
|
2150
|
-
}
|
2151
|
-
}
|
2152
|
-
logo
|
2153
|
-
overdue
|
2154
|
-
paymentStatus
|
2155
|
-
projects {
|
2156
|
-
id
|
2157
|
-
hours
|
2158
|
-
projectName
|
2159
|
-
rate
|
2160
|
-
subTotal
|
2161
|
-
}
|
2162
|
-
sendingStatus
|
2163
|
-
subTotal
|
2164
|
-
tax
|
2165
|
-
subject
|
2166
|
-
conditions
|
2167
|
-
status
|
2168
|
-
timezoneOffset
|
2169
|
-
to {
|
2170
|
-
id
|
2171
|
-
username
|
2172
|
-
companyName
|
2173
|
-
email
|
2174
|
-
phone {
|
2175
|
-
workPhone
|
2176
|
-
mobile
|
2177
|
-
}
|
2178
|
-
billingAddress {
|
2179
|
-
attention
|
2180
|
-
address
|
2181
|
-
city
|
2182
|
-
state
|
2183
|
-
country
|
2184
|
-
zip
|
2185
|
-
}
|
2186
|
-
shippingAddress {
|
2187
|
-
attention
|
2188
|
-
address
|
2189
|
-
city
|
2190
|
-
state
|
2191
|
-
country
|
2192
|
-
zip
|
2193
|
-
}
|
2194
|
-
}
|
2195
|
-
total
|
2196
|
-
orgName
|
2197
|
-
}
|
2198
|
-
}
|
2199
|
-
`;
|
1574
|
+
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" } }] } }] } }] };
|
2200
1575
|
/**
|
2201
1576
|
* __useGetInvoicesQuery__
|
2202
1577
|
*
|
@@ -2222,19 +1597,7 @@ function useGetInvoicesLazyQuery(baseOptions) {
|
|
2222
1597
|
return Apollo.useLazyQuery(exports.GetInvoicesDocument, options);
|
2223
1598
|
}
|
2224
1599
|
exports.useGetInvoicesLazyQuery = useGetInvoicesLazyQuery;
|
2225
|
-
exports.GetManageableOrganizationsDocument =
|
2226
|
-
query GetManageableOrganizations {
|
2227
|
-
getManageableOrganizations {
|
2228
|
-
name
|
2229
|
-
createdAt
|
2230
|
-
isBillingLeader
|
2231
|
-
orgMembers {
|
2232
|
-
...OrgUser
|
2233
|
-
inactive
|
2234
|
-
}
|
2235
|
-
}
|
2236
|
-
}
|
2237
|
-
${exports.OrgUserFragmentDoc}`;
|
1600
|
+
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": "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" } }] } }] };
|
2238
1601
|
/**
|
2239
1602
|
* __useGetManageableOrganizationsQuery__
|
2240
1603
|
*
|
@@ -2260,18 +1623,7 @@ function useGetManageableOrganizationsLazyQuery(baseOptions) {
|
|
2260
1623
|
return Apollo.useLazyQuery(exports.GetManageableOrganizationsDocument, options);
|
2261
1624
|
}
|
2262
1625
|
exports.useGetManageableOrganizationsLazyQuery = useGetManageableOrganizationsLazyQuery;
|
2263
|
-
exports.GetOrgInvitationMembersDocument =
|
2264
|
-
query GetOrgInvitationMembers {
|
2265
|
-
getOrgInvitationMembers {
|
2266
|
-
id
|
2267
|
-
email
|
2268
|
-
teamName
|
2269
|
-
teamId
|
2270
|
-
role
|
2271
|
-
status
|
2272
|
-
}
|
2273
|
-
}
|
2274
|
-
`;
|
1626
|
+
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" } }] } }] } }] };
|
2275
1627
|
/**
|
2276
1628
|
* __useGetOrgInvitationMembersQuery__
|
2277
1629
|
*
|
@@ -2297,20 +1649,7 @@ function useGetOrgInvitationMembersLazyQuery(baseOptions) {
|
|
2297
1649
|
return Apollo.useLazyQuery(exports.GetOrgInvitationMembersDocument, options);
|
2298
1650
|
}
|
2299
1651
|
exports.useGetOrgInvitationMembersLazyQuery = useGetOrgInvitationMembersLazyQuery;
|
2300
|
-
exports.GetOrganizationInvitationDocument =
|
2301
|
-
query GetOrganizationInvitation($id: ID!) {
|
2302
|
-
getOrganizationInvitation(id: $id) {
|
2303
|
-
id
|
2304
|
-
role
|
2305
|
-
email
|
2306
|
-
teamId
|
2307
|
-
active
|
2308
|
-
fullName
|
2309
|
-
inviteCount
|
2310
|
-
tokenExpiration
|
2311
|
-
}
|
2312
|
-
}
|
2313
|
-
`;
|
1652
|
+
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" } }] } }] } }] };
|
2314
1653
|
/**
|
2315
1654
|
* __useGetOrganizationInvitationQuery__
|
2316
1655
|
*
|
@@ -2337,21 +1676,7 @@ function useGetOrganizationInvitationLazyQuery(baseOptions) {
|
|
2337
1676
|
return Apollo.useLazyQuery(exports.GetOrganizationInvitationDocument, options);
|
2338
1677
|
}
|
2339
1678
|
exports.useGetOrganizationInvitationLazyQuery = useGetOrganizationInvitationLazyQuery;
|
2340
|
-
exports.getOrgTeamInvitationsDocument =
|
2341
|
-
query getOrgTeamInvitations($teamId: String) {
|
2342
|
-
getOrgTeamInvitations(teamId: $teamId) {
|
2343
|
-
id
|
2344
|
-
email
|
2345
|
-
teamId
|
2346
|
-
role
|
2347
|
-
active
|
2348
|
-
fullName
|
2349
|
-
inviteCount
|
2350
|
-
invitedBy
|
2351
|
-
tokenExpiration
|
2352
|
-
}
|
2353
|
-
}
|
2354
|
-
`;
|
1679
|
+
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" } }] } }] } }] };
|
2355
1680
|
/**
|
2356
1681
|
* __usegetOrgTeamInvitationsQuery__
|
2357
1682
|
*
|
@@ -2378,48 +1703,34 @@ function usegetOrgTeamInvitationsLazyQuery(baseOptions) {
|
|
2378
1703
|
return Apollo.useLazyQuery(exports.getOrgTeamInvitationsDocument, options);
|
2379
1704
|
}
|
2380
1705
|
exports.usegetOrgTeamInvitationsLazyQuery = usegetOrgTeamInvitationsLazyQuery;
|
2381
|
-
exports.
|
2382
|
-
|
2383
|
-
|
2384
|
-
|
2385
|
-
|
2386
|
-
|
2387
|
-
|
2388
|
-
|
2389
|
-
|
2390
|
-
|
2391
|
-
|
2392
|
-
|
2393
|
-
|
2394
|
-
|
2395
|
-
|
2396
|
-
|
2397
|
-
|
2398
|
-
|
2399
|
-
|
2400
|
-
|
2401
|
-
|
2402
|
-
|
2403
|
-
|
2404
|
-
|
2405
|
-
|
2406
|
-
|
2407
|
-
|
2408
|
-
|
2409
|
-
zip
|
2410
|
-
}
|
2411
|
-
shippingAddress {
|
2412
|
-
attention
|
2413
|
-
address
|
2414
|
-
city
|
2415
|
-
state
|
2416
|
-
country
|
2417
|
-
zip
|
2418
|
-
}
|
2419
|
-
orgName
|
2420
|
-
}
|
2421
|
-
}
|
2422
|
-
`;
|
1706
|
+
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" } }] } }] };
|
1707
|
+
/**
|
1708
|
+
* __useGetOrgUserQuery__
|
1709
|
+
*
|
1710
|
+
* To run a query within a React component, call `useGetOrgUserQuery` and pass it any options that fit your needs.
|
1711
|
+
* When your component renders, `useGetOrgUserQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
1712
|
+
* you can use to render your UI.
|
1713
|
+
*
|
1714
|
+
* @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;
|
1715
|
+
*
|
1716
|
+
* @example
|
1717
|
+
* const { data, loading, error } = useGetOrgUserQuery({
|
1718
|
+
* variables: {
|
1719
|
+
* userId: // value for 'userId'
|
1720
|
+
* },
|
1721
|
+
* });
|
1722
|
+
*/
|
1723
|
+
function useGetOrgUserQuery(baseOptions) {
|
1724
|
+
const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
|
1725
|
+
return Apollo.useQuery(exports.GetOrgUserDocument, options);
|
1726
|
+
}
|
1727
|
+
exports.useGetOrgUserQuery = useGetOrgUserQuery;
|
1728
|
+
function useGetOrgUserLazyQuery(baseOptions) {
|
1729
|
+
const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
|
1730
|
+
return Apollo.useLazyQuery(exports.GetOrgUserDocument, options);
|
1731
|
+
}
|
1732
|
+
exports.useGetOrgUserLazyQuery = useGetOrgUserLazyQuery;
|
1733
|
+
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" } }] } }] } }] };
|
2423
1734
|
/**
|
2424
1735
|
* __useGetOrganizationClientsQuery__
|
2425
1736
|
*
|
@@ -2445,24 +1756,7 @@ function useGetOrganizationClientsLazyQuery(baseOptions) {
|
|
2445
1756
|
return Apollo.useLazyQuery(exports.GetOrganizationClientsDocument, options);
|
2446
1757
|
}
|
2447
1758
|
exports.useGetOrganizationClientsLazyQuery = useGetOrganizationClientsLazyQuery;
|
2448
|
-
exports.GetOrganizationMembersWithNameDocument =
|
2449
|
-
query GetOrganizationMembersWithName($where: OrgDetailWhere!) {
|
2450
|
-
getOrganizationDetail(where: $where) {
|
2451
|
-
orgMembers {
|
2452
|
-
userId
|
2453
|
-
inactive
|
2454
|
-
crossCheckEmail
|
2455
|
-
role
|
2456
|
-
user {
|
2457
|
-
alias
|
2458
|
-
email
|
2459
|
-
username
|
2460
|
-
emailVerified
|
2461
|
-
}
|
2462
|
-
}
|
2463
|
-
}
|
2464
|
-
}
|
2465
|
-
`;
|
1759
|
+
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" } }] } }] } }] } }] } }] };
|
2466
1760
|
/**
|
2467
1761
|
* __useGetOrganizationMembersWithNameQuery__
|
2468
1762
|
*
|
@@ -2489,25 +1783,7 @@ function useGetOrganizationMembersWithNameLazyQuery(baseOptions) {
|
|
2489
1783
|
return Apollo.useLazyQuery(exports.GetOrganizationMembersWithNameDocument, options);
|
2490
1784
|
}
|
2491
1785
|
exports.useGetOrganizationMembersWithNameLazyQuery = useGetOrganizationMembersWithNameLazyQuery;
|
2492
|
-
exports.getOrganizationTeamsDocument =
|
2493
|
-
query getOrganizationTeams($orgName: String) {
|
2494
|
-
getOrganizationTeams(orgName: $orgName) {
|
2495
|
-
_id
|
2496
|
-
name
|
2497
|
-
tags
|
2498
|
-
orgName
|
2499
|
-
createdAt
|
2500
|
-
updatedAt
|
2501
|
-
description
|
2502
|
-
settingsUri
|
2503
|
-
teamMembers {
|
2504
|
-
id
|
2505
|
-
name
|
2506
|
-
status
|
2507
|
-
}
|
2508
|
-
}
|
2509
|
-
}
|
2510
|
-
`;
|
1786
|
+
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": "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" } }] } }] } }] } }] };
|
2511
1787
|
/**
|
2512
1788
|
* __usegetOrganizationTeamsQuery__
|
2513
1789
|
*
|
@@ -2534,18 +1810,7 @@ function usegetOrganizationTeamsLazyQuery(baseOptions) {
|
|
2534
1810
|
return Apollo.useLazyQuery(exports.getOrganizationTeamsDocument, options);
|
2535
1811
|
}
|
2536
1812
|
exports.usegetOrganizationTeamsLazyQuery = usegetOrganizationTeamsLazyQuery;
|
2537
|
-
exports.GetProjectsDocument =
|
2538
|
-
query GetProjects {
|
2539
|
-
getProjects {
|
2540
|
-
id
|
2541
|
-
name
|
2542
|
-
clientId
|
2543
|
-
teams
|
2544
|
-
status
|
2545
|
-
orgName
|
2546
|
-
}
|
2547
|
-
}
|
2548
|
-
`;
|
1813
|
+
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" } }] } }] } }] };
|
2549
1814
|
/**
|
2550
1815
|
* __useGetProjectsQuery__
|
2551
1816
|
*
|
@@ -2571,15 +1836,7 @@ function useGetProjectsLazyQuery(baseOptions) {
|
|
2571
1836
|
return Apollo.useLazyQuery(exports.GetProjectsDocument, options);
|
2572
1837
|
}
|
2573
1838
|
exports.useGetProjectsLazyQuery = useGetProjectsLazyQuery;
|
2574
|
-
exports.GetTasksDocument =
|
2575
|
-
query GetTasks {
|
2576
|
-
getTasks {
|
2577
|
-
id
|
2578
|
-
projectId
|
2579
|
-
taskName
|
2580
|
-
}
|
2581
|
-
}
|
2582
|
-
`;
|
1839
|
+
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" } }] } }] } }] };
|
2583
1840
|
/**
|
2584
1841
|
* __useGetTasksQuery__
|
2585
1842
|
*
|
@@ -2605,29 +1862,7 @@ function useGetTasksLazyQuery(baseOptions) {
|
|
2605
1862
|
return Apollo.useLazyQuery(exports.GetTasksDocument, options);
|
2606
1863
|
}
|
2607
1864
|
exports.useGetTasksLazyQuery = useGetTasksLazyQuery;
|
2608
|
-
exports.getTeamDocument =
|
2609
|
-
query getTeam($orgName: String!, $teamName: String!) {
|
2610
|
-
getTeam(orgName: $orgName, teamName: $teamName) {
|
2611
|
-
id
|
2612
|
-
name
|
2613
|
-
tags
|
2614
|
-
orgName
|
2615
|
-
description
|
2616
|
-
createdAt
|
2617
|
-
updatedAt
|
2618
|
-
settingsUri
|
2619
|
-
teamMembers {
|
2620
|
-
id
|
2621
|
-
email
|
2622
|
-
userId
|
2623
|
-
role
|
2624
|
-
username
|
2625
|
-
name
|
2626
|
-
status
|
2627
|
-
}
|
2628
|
-
}
|
2629
|
-
}
|
2630
|
-
`;
|
1865
|
+
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" } }] } }] } }] } }] };
|
2631
1866
|
/**
|
2632
1867
|
* __usegetTeamQuery__
|
2633
1868
|
*
|
@@ -2655,27 +1890,7 @@ function usegetTeamLazyQuery(baseOptions) {
|
|
2655
1890
|
return Apollo.useLazyQuery(exports.getTeamDocument, options);
|
2656
1891
|
}
|
2657
1892
|
exports.usegetTeamLazyQuery = usegetTeamLazyQuery;
|
2658
|
-
exports.getTeamByNameDocument =
|
2659
|
-
query getTeamByName($orgName: String!, $teamName: String!) {
|
2660
|
-
getTeam(orgName: $orgName, teamName: $teamName) {
|
2661
|
-
id
|
2662
|
-
name
|
2663
|
-
tags
|
2664
|
-
orgName
|
2665
|
-
description
|
2666
|
-
createdAt
|
2667
|
-
updatedAt
|
2668
|
-
teamMembers {
|
2669
|
-
id
|
2670
|
-
email
|
2671
|
-
userId
|
2672
|
-
role
|
2673
|
-
name
|
2674
|
-
status
|
2675
|
-
}
|
2676
|
-
}
|
2677
|
-
}
|
2678
|
-
`;
|
1893
|
+
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" } }] } }] } }] } }] };
|
2679
1894
|
/**
|
2680
1895
|
* __usegetTeamByNameQuery__
|
2681
1896
|
*
|
@@ -2703,15 +1918,7 @@ function usegetTeamByNameLazyQuery(baseOptions) {
|
|
2703
1918
|
return Apollo.useLazyQuery(exports.getTeamByNameDocument, options);
|
2704
1919
|
}
|
2705
1920
|
exports.usegetTeamByNameLazyQuery = usegetTeamByNameLazyQuery;
|
2706
|
-
exports.GetUserAccountDocument =
|
2707
|
-
query GetUserAccount($userId: String!) {
|
2708
|
-
getUserAccount(userId: $userId) {
|
2709
|
-
id
|
2710
|
-
email
|
2711
|
-
username
|
2712
|
-
}
|
2713
|
-
}
|
2714
|
-
`;
|
1921
|
+
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" } }] } }] } }] };
|
2715
1922
|
/**
|
2716
1923
|
* __useGetUserAccountQuery__
|
2717
1924
|
*
|
@@ -2738,19 +1945,7 @@ function useGetUserAccountLazyQuery(baseOptions) {
|
|
2738
1945
|
return Apollo.useLazyQuery(exports.GetUserAccountDocument, options);
|
2739
1946
|
}
|
2740
1947
|
exports.useGetUserAccountLazyQuery = useGetUserAccountLazyQuery;
|
2741
|
-
exports.getUserOrganizationsDocument =
|
2742
|
-
query getUserOrganizations($userId: String) {
|
2743
|
-
getUserOrganizations(userId: $userId) {
|
2744
|
-
id
|
2745
|
-
name
|
2746
|
-
description
|
2747
|
-
orgMembers {
|
2748
|
-
userId
|
2749
|
-
role
|
2750
|
-
}
|
2751
|
-
}
|
2752
|
-
}
|
2753
|
-
`;
|
1948
|
+
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": "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" } }] } }] } }] } }] };
|
2754
1949
|
/**
|
2755
1950
|
* __usegetUserOrganizationsQuery__
|
2756
1951
|
*
|
@@ -2777,18 +1972,7 @@ function usegetUserOrganizationsLazyQuery(baseOptions) {
|
|
2777
1972
|
return Apollo.useLazyQuery(exports.getUserOrganizationsDocument, options);
|
2778
1973
|
}
|
2779
1974
|
exports.usegetUserOrganizationsLazyQuery = usegetUserOrganizationsLazyQuery;
|
2780
|
-
exports.getUserOrganizationsWithRoleDocument =
|
2781
|
-
query getUserOrganizationsWithRole($userId: String) {
|
2782
|
-
getUserOrganizationsWithRole(userId: $userId) {
|
2783
|
-
id
|
2784
|
-
name
|
2785
|
-
description
|
2786
|
-
orgMembers {
|
2787
|
-
...OrgUser
|
2788
|
-
}
|
2789
|
-
}
|
2790
|
-
}
|
2791
|
-
${exports.OrgUserFragmentDoc}`;
|
1975
|
+
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": "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" } }] } }] };
|
2792
1976
|
/**
|
2793
1977
|
* __usegetUserOrganizationsWithRoleQuery__
|
2794
1978
|
*
|
@@ -2815,17 +1999,7 @@ function usegetUserOrganizationsWithRoleLazyQuery(baseOptions) {
|
|
2815
1999
|
return Apollo.useLazyQuery(exports.getUserOrganizationsWithRoleDocument, options);
|
2816
2000
|
}
|
2817
2001
|
exports.usegetUserOrganizationsWithRoleLazyQuery = usegetUserOrganizationsWithRoleLazyQuery;
|
2818
|
-
exports.GetOrganizationMembersDocument =
|
2819
|
-
query GetOrganizationMembers {
|
2820
|
-
getOrganizationMembers {
|
2821
|
-
userId
|
2822
|
-
role
|
2823
|
-
name
|
2824
|
-
teamNames
|
2825
|
-
crossCheckEmail
|
2826
|
-
}
|
2827
|
-
}
|
2828
|
-
`;
|
2002
|
+
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" } }] } }] } }] };
|
2829
2003
|
/**
|
2830
2004
|
* __useGetOrganizationMembersQuery__
|
2831
2005
|
*
|
@@ -2851,29 +2025,7 @@ function useGetOrganizationMembersLazyQuery(baseOptions) {
|
|
2851
2025
|
return Apollo.useLazyQuery(exports.GetOrganizationMembersDocument, options);
|
2852
2026
|
}
|
2853
2027
|
exports.useGetOrganizationMembersLazyQuery = useGetOrganizationMembersLazyQuery;
|
2854
|
-
exports.organizationsDocument =
|
2855
|
-
query organizations {
|
2856
|
-
organizations {
|
2857
|
-
id
|
2858
|
-
name
|
2859
|
-
picture
|
2860
|
-
stripeId
|
2861
|
-
namespace
|
2862
|
-
createdAt
|
2863
|
-
updatedAt
|
2864
|
-
periodStop
|
2865
|
-
orgMembers {
|
2866
|
-
...OrgUser
|
2867
|
-
inactive
|
2868
|
-
}
|
2869
|
-
periodStart
|
2870
|
-
billingLeaders
|
2871
|
-
isBillingLeader
|
2872
|
-
mainBilingLeaderId
|
2873
|
-
stripeSubscriptionId
|
2874
|
-
}
|
2875
|
-
}
|
2876
|
-
${exports.OrgUserFragmentDoc}`;
|
2028
|
+
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" } }] } }] };
|
2877
2029
|
/**
|
2878
2030
|
* __useorganizationsQuery__
|
2879
2031
|
*
|
@@ -2899,28 +2051,7 @@ function useorganizationsLazyQuery(baseOptions) {
|
|
2899
2051
|
return Apollo.useLazyQuery(exports.organizationsDocument, options);
|
2900
2052
|
}
|
2901
2053
|
exports.useorganizationsLazyQuery = useorganizationsLazyQuery;
|
2902
|
-
exports.teamDocument =
|
2903
|
-
query team($teamId: ID!) {
|
2904
|
-
team(teamId: $teamId) {
|
2905
|
-
id
|
2906
|
-
name
|
2907
|
-
tags
|
2908
|
-
orgName
|
2909
|
-
description
|
2910
|
-
createdAt
|
2911
|
-
updatedAt
|
2912
|
-
settingsUri
|
2913
|
-
teamMembers {
|
2914
|
-
id
|
2915
|
-
email
|
2916
|
-
userId
|
2917
|
-
role
|
2918
|
-
name
|
2919
|
-
status
|
2920
|
-
}
|
2921
|
-
}
|
2922
|
-
}
|
2923
|
-
`;
|
2054
|
+
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" } }] } }] } }] } }] };
|
2924
2055
|
/**
|
2925
2056
|
* __useteamQuery__
|
2926
2057
|
*
|
@@ -2947,25 +2078,7 @@ function useteamLazyQuery(baseOptions) {
|
|
2947
2078
|
return Apollo.useLazyQuery(exports.teamDocument, options);
|
2948
2079
|
}
|
2949
2080
|
exports.useteamLazyQuery = useteamLazyQuery;
|
2950
|
-
exports.TeamsDocument =
|
2951
|
-
query Teams {
|
2952
|
-
teams {
|
2953
|
-
_id
|
2954
|
-
name
|
2955
|
-
tags
|
2956
|
-
orgName
|
2957
|
-
createdAt
|
2958
|
-
updatedAt
|
2959
|
-
description
|
2960
|
-
settingsUri
|
2961
|
-
teamMembers {
|
2962
|
-
id
|
2963
|
-
name
|
2964
|
-
status
|
2965
|
-
}
|
2966
|
-
}
|
2967
|
-
}
|
2968
|
-
`;
|
2081
|
+
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" } }] } }] } }] } }] };
|
2969
2082
|
/**
|
2970
2083
|
* __useTeamsQuery__
|
2971
2084
|
*
|
@@ -2991,21 +2104,7 @@ function useTeamsLazyQuery(baseOptions) {
|
|
2991
2104
|
return Apollo.useLazyQuery(exports.TeamsDocument, options);
|
2992
2105
|
}
|
2993
2106
|
exports.useTeamsLazyQuery = useTeamsLazyQuery;
|
2994
|
-
exports.GetViewerSettingsDocument =
|
2995
|
-
query GetViewerSettings($input: ViewerSettingsInput) {
|
2996
|
-
viewerSettings(input: $input) {
|
2997
|
-
__typename
|
2998
|
-
settingsURL
|
2999
|
-
settings {
|
3000
|
-
account {
|
3001
|
-
default {
|
3002
|
-
organization
|
3003
|
-
}
|
3004
|
-
}
|
3005
|
-
}
|
3006
|
-
}
|
3007
|
-
}
|
3008
|
-
`;
|
2107
|
+
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" } }] } }] } }] } }] } }] } }] };
|
3009
2108
|
/**
|
3010
2109
|
* __useGetViewerSettingsQuery__
|
3011
2110
|
*
|
@@ -3032,22 +2131,7 @@ function useGetViewerSettingsLazyQuery(baseOptions) {
|
|
3032
2131
|
return Apollo.useLazyQuery(exports.GetViewerSettingsDocument, options);
|
3033
2132
|
}
|
3034
2133
|
exports.useGetViewerSettingsLazyQuery = useGetViewerSettingsLazyQuery;
|
3035
|
-
exports.GetAccountsViewerSettingsDocument =
|
3036
|
-
query GetAccountsViewerSettings($input: ViewerSettingsInput) {
|
3037
|
-
viewerSettings(input: $input) {
|
3038
|
-
settings {
|
3039
|
-
account {
|
3040
|
-
default {
|
3041
|
-
organization
|
3042
|
-
}
|
3043
|
-
notification {
|
3044
|
-
primaryEmail
|
3045
|
-
}
|
3046
|
-
}
|
3047
|
-
}
|
3048
|
-
}
|
3049
|
-
}
|
3050
|
-
`;
|
2134
|
+
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" } }] } }] } }] } }] } }] } }] };
|
3051
2135
|
/**
|
3052
2136
|
* __useGetAccountsViewerSettingsQuery__
|
3053
2137
|
*
|
@@ -3074,16 +2158,34 @@ function useGetAccountsViewerSettingsLazyQuery(baseOptions) {
|
|
3074
2158
|
return Apollo.useLazyQuery(exports.GetAccountsViewerSettingsDocument, options);
|
3075
2159
|
}
|
3076
2160
|
exports.useGetAccountsViewerSettingsLazyQuery = useGetAccountsViewerSettingsLazyQuery;
|
3077
|
-
exports.
|
3078
|
-
|
3079
|
-
|
3080
|
-
|
3081
|
-
|
3082
|
-
|
3083
|
-
|
3084
|
-
|
2161
|
+
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" } }] } }] } }] };
|
2162
|
+
/**
|
2163
|
+
* __useGetAccountsApplicationPoliciesQuery__
|
2164
|
+
*
|
2165
|
+
* To run a query within a React component, call `useGetAccountsApplicationPoliciesQuery` and pass it any options that fit your needs.
|
2166
|
+
* When your component renders, `useGetAccountsApplicationPoliciesQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
2167
|
+
* you can use to render your UI.
|
2168
|
+
*
|
2169
|
+
* @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;
|
2170
|
+
*
|
2171
|
+
* @example
|
2172
|
+
* const { data, loading, error } = useGetAccountsApplicationPoliciesQuery({
|
2173
|
+
* variables: {
|
2174
|
+
* input: // value for 'input'
|
2175
|
+
* },
|
2176
|
+
* });
|
2177
|
+
*/
|
2178
|
+
function useGetAccountsApplicationPoliciesQuery(baseOptions) {
|
2179
|
+
const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
|
2180
|
+
return Apollo.useQuery(exports.GetAccountsApplicationPoliciesDocument, options);
|
2181
|
+
}
|
2182
|
+
exports.useGetAccountsApplicationPoliciesQuery = useGetAccountsApplicationPoliciesQuery;
|
2183
|
+
function useGetAccountsApplicationPoliciesLazyQuery(baseOptions) {
|
2184
|
+
const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
|
2185
|
+
return Apollo.useLazyQuery(exports.GetAccountsApplicationPoliciesDocument, options);
|
3085
2186
|
}
|
3086
|
-
|
2187
|
+
exports.useGetAccountsApplicationPoliciesLazyQuery = useGetAccountsApplicationPoliciesLazyQuery;
|
2188
|
+
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" } }] } }] } }] } }] };
|
3087
2189
|
/**
|
3088
2190
|
* __useGetOrgMembersWithRolesUnsecuredQuery__
|
3089
2191
|
*
|
@@ -3110,16 +2212,7 @@ function useGetOrgMembersWithRolesUnsecuredLazyQuery(baseOptions) {
|
|
3110
2212
|
return Apollo.useLazyQuery(exports.GetOrgMembersWithRolesUnsecuredDocument, options);
|
3111
2213
|
}
|
3112
2214
|
exports.useGetOrgMembersWithRolesUnsecuredLazyQuery = useGetOrgMembersWithRolesUnsecuredLazyQuery;
|
3113
|
-
exports.GetOrgMembersWithRolesDocument =
|
3114
|
-
query GetOrgMembersWithRoles($name: String) {
|
3115
|
-
getOrganizationDetail(where: {name: $name}) {
|
3116
|
-
orgMembers {
|
3117
|
-
userId
|
3118
|
-
role
|
3119
|
-
}
|
3120
|
-
}
|
3121
|
-
}
|
3122
|
-
`;
|
2215
|
+
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" } }] } }] } }] } }] };
|
3123
2216
|
/**
|
3124
2217
|
* __useGetOrgMembersWithRolesQuery__
|
3125
2218
|
*
|
@@ -3146,14 +2239,7 @@ function useGetOrgMembersWithRolesLazyQuery(baseOptions) {
|
|
3146
2239
|
return Apollo.useLazyQuery(exports.GetOrgMembersWithRolesDocument, options);
|
3147
2240
|
}
|
3148
2241
|
exports.useGetOrgMembersWithRolesLazyQuery = useGetOrgMembersWithRolesLazyQuery;
|
3149
|
-
exports.GetUsersDocument =
|
3150
|
-
query GetUsers($where: UserAccountWhere) {
|
3151
|
-
getUsers(where: $where) {
|
3152
|
-
username
|
3153
|
-
email
|
3154
|
-
}
|
3155
|
-
}
|
3156
|
-
`;
|
2242
|
+
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" } }] } }] } }] };
|
3157
2243
|
/**
|
3158
2244
|
* __useGetUsersQuery__
|
3159
2245
|
*
|
@@ -3180,13 +2266,7 @@ function useGetUsersLazyQuery(baseOptions) {
|
|
3180
2266
|
return Apollo.useLazyQuery(exports.GetUsersDocument, options);
|
3181
2267
|
}
|
3182
2268
|
exports.useGetUsersLazyQuery = useGetUsersLazyQuery;
|
3183
|
-
exports.dockerCatalogDocument =
|
3184
|
-
query dockerCatalog {
|
3185
|
-
dockerCatalog {
|
3186
|
-
repositories
|
3187
|
-
}
|
3188
|
-
}
|
3189
|
-
`;
|
2269
|
+
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" } }] } }] } }] };
|
3190
2270
|
/**
|
3191
2271
|
* __usedockerCatalogQuery__
|
3192
2272
|
*
|
@@ -3212,17 +2292,7 @@ function usedockerCatalogLazyQuery(baseOptions) {
|
|
3212
2292
|
return Apollo.useLazyQuery(exports.dockerCatalogDocument, options);
|
3213
2293
|
}
|
3214
2294
|
exports.usedockerCatalogLazyQuery = usedockerCatalogLazyQuery;
|
3215
|
-
exports.getAllDockerRegistriesDocument =
|
3216
|
-
query getAllDockerRegistries {
|
3217
|
-
allDockerRegistries {
|
3218
|
-
id
|
3219
|
-
name
|
3220
|
-
url
|
3221
|
-
description
|
3222
|
-
type
|
3223
|
-
}
|
3224
|
-
}
|
3225
|
-
`;
|
2295
|
+
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" } }] } }] } }] };
|
3226
2296
|
/**
|
3227
2297
|
* __usegetAllDockerRegistriesQuery__
|
3228
2298
|
*
|
@@ -3248,11 +2318,7 @@ function usegetAllDockerRegistriesLazyQuery(baseOptions) {
|
|
3248
2318
|
return Apollo.useLazyQuery(exports.getAllDockerRegistriesDocument, options);
|
3249
2319
|
}
|
3250
2320
|
exports.usegetAllDockerRegistriesLazyQuery = usegetAllDockerRegistriesLazyQuery;
|
3251
|
-
exports.createDockerRegistryDocument =
|
3252
|
-
mutation createDockerRegistry($payload: IDockerRegistry) {
|
3253
|
-
createDockerRegistry(payload: $payload)
|
3254
|
-
}
|
3255
|
-
`;
|
2321
|
+
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" } } }] }] } }] };
|
3256
2322
|
/**
|
3257
2323
|
* __usecreateDockerRegistryMutation__
|
3258
2324
|
*
|
@@ -3275,14 +2341,7 @@ function usecreateDockerRegistryMutation(baseOptions) {
|
|
3275
2341
|
return Apollo.useMutation(exports.createDockerRegistryDocument, options);
|
3276
2342
|
}
|
3277
2343
|
exports.usecreateDockerRegistryMutation = usecreateDockerRegistryMutation;
|
3278
|
-
exports.tagsDocument =
|
3279
|
-
query tags($image: ID!, $registry: String!) {
|
3280
|
-
dockerRegistryImageTags(image: $image, registry: $registry) {
|
3281
|
-
name
|
3282
|
-
tags
|
3283
|
-
}
|
3284
|
-
}
|
3285
|
-
`;
|
2344
|
+
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" } }] } }] } }] };
|
3286
2345
|
/**
|
3287
2346
|
* __usetagsQuery__
|
3288
2347
|
*
|
@@ -3310,13 +2369,7 @@ function usetagsLazyQuery(baseOptions) {
|
|
3310
2369
|
return Apollo.useLazyQuery(exports.tagsDocument, options);
|
3311
2370
|
}
|
3312
2371
|
exports.usetagsLazyQuery = usetagsLazyQuery;
|
3313
|
-
exports.dockerRegistryCatalogDocument =
|
3314
|
-
query dockerRegistryCatalog($registry: String!) {
|
3315
|
-
dockerRegistryCatalog(registry: $registry) {
|
3316
|
-
repositories
|
3317
|
-
}
|
3318
|
-
}
|
3319
|
-
`;
|
2372
|
+
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" } }] } }] } }] };
|
3320
2373
|
/**
|
3321
2374
|
* __usedockerRegistryCatalogQuery__
|
3322
2375
|
*
|
@@ -3343,11 +2396,7 @@ function usedockerRegistryCatalogLazyQuery(baseOptions) {
|
|
3343
2396
|
return Apollo.useLazyQuery(exports.dockerRegistryCatalogDocument, options);
|
3344
2397
|
}
|
3345
2398
|
exports.usedockerRegistryCatalogLazyQuery = usedockerRegistryCatalogLazyQuery;
|
3346
|
-
exports.removeDockerRegistryDocument =
|
3347
|
-
mutation removeDockerRegistry($id: ID) {
|
3348
|
-
removeDockerRegistry(id: $id)
|
3349
|
-
}
|
3350
|
-
`;
|
2399
|
+
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" } } }] }] } }] };
|
3351
2400
|
/**
|
3352
2401
|
* __useremoveDockerRegistryMutation__
|
3353
2402
|
*
|
@@ -3370,11 +2419,7 @@ function useremoveDockerRegistryMutation(baseOptions) {
|
|
3370
2419
|
return Apollo.useMutation(exports.removeDockerRegistryDocument, options);
|
3371
2420
|
}
|
3372
2421
|
exports.useremoveDockerRegistryMutation = useremoveDockerRegistryMutation;
|
3373
|
-
exports.updateDockerRegistryDocument =
|
3374
|
-
mutation updateDockerRegistry($id: ID!, $payload: IDockerRegistry) {
|
3375
|
-
updateDockerRegistry(id: $id, payload: $payload)
|
3376
|
-
}
|
3377
|
-
`;
|
2422
|
+
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" } } }] }] } }] };
|
3378
2423
|
/**
|
3379
2424
|
* __useupdateDockerRegistryMutation__
|
3380
2425
|
*
|
@@ -3398,14 +2443,7 @@ function useupdateDockerRegistryMutation(baseOptions) {
|
|
3398
2443
|
return Apollo.useMutation(exports.updateDockerRegistryDocument, options);
|
3399
2444
|
}
|
3400
2445
|
exports.useupdateDockerRegistryMutation = useupdateDockerRegistryMutation;
|
3401
|
-
exports.createMonocularRegistryDocument =
|
3402
|
-
mutation createMonocularRegistry($payload: IMonocularRegistry) {
|
3403
|
-
createMonocularRegistry(payload: $payload) {
|
3404
|
-
url
|
3405
|
-
name
|
3406
|
-
}
|
3407
|
-
}
|
3408
|
-
`;
|
2446
|
+
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" } }] } }] } }] };
|
3409
2447
|
/**
|
3410
2448
|
* __usecreateMonocularRegistryMutation__
|
3411
2449
|
*
|
@@ -3428,11 +2466,7 @@ function usecreateMonocularRegistryMutation(baseOptions) {
|
|
3428
2466
|
return Apollo.useMutation(exports.createMonocularRegistryDocument, options);
|
3429
2467
|
}
|
3430
2468
|
exports.usecreateMonocularRegistryMutation = usecreateMonocularRegistryMutation;
|
3431
|
-
exports.createUserRepositoryDocument =
|
3432
|
-
mutation createUserRepository($repositoryName: String, $orgName: String) {
|
3433
|
-
createUserRepository(repositoryName: $repositoryName, orgName: $orgName)
|
3434
|
-
}
|
3435
|
-
`;
|
2469
|
+
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" } } }] }] } }] };
|
3436
2470
|
/**
|
3437
2471
|
* __usecreateUserRepositoryMutation__
|
3438
2472
|
*
|
@@ -3456,13 +2490,7 @@ function usecreateUserRepositoryMutation(baseOptions) {
|
|
3456
2490
|
return Apollo.useMutation(exports.createUserRepositoryDocument, options);
|
3457
2491
|
}
|
3458
2492
|
exports.usecreateUserRepositoryMutation = usecreateUserRepositoryMutation;
|
3459
|
-
exports.removeMonocularRegistryDocument =
|
3460
|
-
mutation removeMonocularRegistry($id: ID) {
|
3461
|
-
removeMonocularRegistry(id: $id) {
|
3462
|
-
message
|
3463
|
-
}
|
3464
|
-
}
|
3465
|
-
`;
|
2493
|
+
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" } }] } }] } }] };
|
3466
2494
|
/**
|
3467
2495
|
* __useremoveMonocularRegistryMutation__
|
3468
2496
|
*
|
@@ -3485,11 +2513,7 @@ function useremoveMonocularRegistryMutation(baseOptions) {
|
|
3485
2513
|
return Apollo.useMutation(exports.removeMonocularRegistryDocument, options);
|
3486
2514
|
}
|
3487
2515
|
exports.useremoveMonocularRegistryMutation = useremoveMonocularRegistryMutation;
|
3488
|
-
exports.removeUserRepositoryDocument =
|
3489
|
-
mutation removeUserRepository($repositoryId: Int) {
|
3490
|
-
removeUserRepository(repositoryId: $repositoryId)
|
3491
|
-
}
|
3492
|
-
`;
|
2516
|
+
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" } } }] }] } }] };
|
3493
2517
|
/**
|
3494
2518
|
* __useremoveUserRepositoryMutation__
|
3495
2519
|
*
|
@@ -3512,11 +2536,7 @@ function useremoveUserRepositoryMutation(baseOptions) {
|
|
3512
2536
|
return Apollo.useMutation(exports.removeUserRepositoryDocument, options);
|
3513
2537
|
}
|
3514
2538
|
exports.useremoveUserRepositoryMutation = useremoveUserRepositoryMutation;
|
3515
|
-
exports.testConnectionDocument =
|
3516
|
-
mutation testConnection($payload: IMonocularRegistry) {
|
3517
|
-
testConnection(payload: $payload)
|
3518
|
-
}
|
3519
|
-
`;
|
2539
|
+
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" } } }] }] } }] };
|
3520
2540
|
/**
|
3521
2541
|
* __usetestConnectionMutation__
|
3522
2542
|
*
|
@@ -3539,13 +2559,7 @@ function usetestConnectionMutation(baseOptions) {
|
|
3539
2559
|
return Apollo.useMutation(exports.testConnectionDocument, options);
|
3540
2560
|
}
|
3541
2561
|
exports.usetestConnectionMutation = usetestConnectionMutation;
|
3542
|
-
exports.updateMonocularRegistryDocument =
|
3543
|
-
mutation updateMonocularRegistry($id: ID!, $payload: IMonocularRegistry) {
|
3544
|
-
updateMonocularRegistry(id: $id, payload: $payload) {
|
3545
|
-
message
|
3546
|
-
}
|
3547
|
-
}
|
3548
|
-
`;
|
2562
|
+
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" } }] } }] } }] };
|
3549
2563
|
/**
|
3550
2564
|
* __useupdateMonocularRegistryMutation__
|
3551
2565
|
*
|
@@ -3569,11 +2583,7 @@ function useupdateMonocularRegistryMutation(baseOptions) {
|
|
3569
2583
|
return Apollo.useMutation(exports.updateMonocularRegistryDocument, options);
|
3570
2584
|
}
|
3571
2585
|
exports.useupdateMonocularRegistryMutation = useupdateMonocularRegistryMutation;
|
3572
|
-
exports.uploadDocument =
|
3573
|
-
mutation upload($repositoryName: String!, $chartfile: Upload!, $provfile: Upload) {
|
3574
|
-
upload(repositoryName: $repositoryName, chartfile: $chartfile, provfile: $provfile)
|
3575
|
-
}
|
3576
|
-
`;
|
2586
|
+
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" } } }] }] } }] };
|
3577
2587
|
/**
|
3578
2588
|
* __useuploadMutation__
|
3579
2589
|
*
|
@@ -3598,21 +2608,7 @@ function useuploadMutation(baseOptions) {
|
|
3598
2608
|
return Apollo.useMutation(exports.uploadDocument, options);
|
3599
2609
|
}
|
3600
2610
|
exports.useuploadMutation = useuploadMutation;
|
3601
|
-
exports.getChartDetailsDocument =
|
3602
|
-
query getChartDetails($repository: String!, $chartname: String!, $version: String!) {
|
3603
|
-
getChartValues(repository: $repository, chartname: $chartname, version: $version)
|
3604
|
-
getChartVersions(repository: $repository, chartname: $chartname) {
|
3605
|
-
name
|
3606
|
-
version
|
3607
|
-
created
|
3608
|
-
}
|
3609
|
-
getChartReadme(repository: $repository, chartname: $chartname, version: $version)
|
3610
|
-
getChartMaintainers(repository: $repository, chartname: $chartname, version: $version) {
|
3611
|
-
name
|
3612
|
-
email
|
3613
|
-
}
|
3614
|
-
}
|
3615
|
-
`;
|
2611
|
+
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" } }] } }] } }] };
|
3616
2612
|
/**
|
3617
2613
|
* __usegetChartDetailsQuery__
|
3618
2614
|
*
|
@@ -3641,15 +2637,7 @@ function usegetChartDetailsLazyQuery(baseOptions) {
|
|
3641
2637
|
return Apollo.useLazyQuery(exports.getChartDetailsDocument, options);
|
3642
2638
|
}
|
3643
2639
|
exports.usegetChartDetailsLazyQuery = usegetChartDetailsLazyQuery;
|
3644
|
-
exports.chartVersionsDocument =
|
3645
|
-
query chartVersions($repository: String!, $chartname: String!) {
|
3646
|
-
getChartVersions(repository: $repository, chartname: $chartname) {
|
3647
|
-
name
|
3648
|
-
version
|
3649
|
-
created
|
3650
|
-
}
|
3651
|
-
}
|
3652
|
-
`;
|
2640
|
+
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" } }] } }] } }] };
|
3653
2641
|
/**
|
3654
2642
|
* __usechartVersionsQuery__
|
3655
2643
|
*
|
@@ -3677,20 +2665,7 @@ function usechartVersionsLazyQuery(baseOptions) {
|
|
3677
2665
|
return Apollo.useLazyQuery(exports.chartVersionsDocument, options);
|
3678
2666
|
}
|
3679
2667
|
exports.usechartVersionsLazyQuery = usechartVersionsLazyQuery;
|
3680
|
-
exports.getChartDocument =
|
3681
|
-
query getChart($repository: String!, $chartname: String!, $version: String!) {
|
3682
|
-
getChart(repository: $repository, chartname: $chartname, version: $version) {
|
3683
|
-
total_versions
|
3684
|
-
name
|
3685
|
-
latest_version
|
3686
|
-
created
|
3687
|
-
updated
|
3688
|
-
icon
|
3689
|
-
home
|
3690
|
-
deprecated
|
3691
|
-
}
|
3692
|
-
}
|
3693
|
-
`;
|
2668
|
+
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" } }] } }] } }] };
|
3694
2669
|
/**
|
3695
2670
|
* __usegetChartQuery__
|
3696
2671
|
*
|
@@ -3719,20 +2694,7 @@ function usegetChartLazyQuery(baseOptions) {
|
|
3719
2694
|
return Apollo.useLazyQuery(exports.getChartDocument, options);
|
3720
2695
|
}
|
3721
2696
|
exports.usegetChartLazyQuery = usegetChartLazyQuery;
|
3722
|
-
exports.getChartsDocument =
|
3723
|
-
query getCharts($repository: String!) {
|
3724
|
-
getCharts(repository: $repository) {
|
3725
|
-
total_versions
|
3726
|
-
name
|
3727
|
-
latest_version
|
3728
|
-
created
|
3729
|
-
updated
|
3730
|
-
icon
|
3731
|
-
home
|
3732
|
-
deprecated
|
3733
|
-
}
|
3734
|
-
}
|
3735
|
-
`;
|
2697
|
+
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" } }] } }] } }] };
|
3736
2698
|
/**
|
3737
2699
|
* __usegetChartsQuery__
|
3738
2700
|
*
|
@@ -3759,17 +2721,7 @@ function usegetChartsLazyQuery(baseOptions) {
|
|
3759
2721
|
return Apollo.useLazyQuery(exports.getChartsDocument, options);
|
3760
2722
|
}
|
3761
2723
|
exports.usegetChartsLazyQuery = usegetChartsLazyQuery;
|
3762
|
-
exports.getAllMonocularRegistriesDocument =
|
3763
|
-
query getAllMonocularRegistries {
|
3764
|
-
allMonocularRegistries {
|
3765
|
-
id
|
3766
|
-
name
|
3767
|
-
url
|
3768
|
-
description
|
3769
|
-
type
|
3770
|
-
}
|
3771
|
-
}
|
3772
|
-
`;
|
2724
|
+
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" } }] } }] } }] };
|
3773
2725
|
/**
|
3774
2726
|
* __usegetAllMonocularRegistriesQuery__
|
3775
2727
|
*
|
@@ -3795,14 +2747,7 @@ function usegetAllMonocularRegistriesLazyQuery(baseOptions) {
|
|
3795
2747
|
return Apollo.useLazyQuery(exports.getAllMonocularRegistriesDocument, options);
|
3796
2748
|
}
|
3797
2749
|
exports.usegetAllMonocularRegistriesLazyQuery = usegetAllMonocularRegistriesLazyQuery;
|
3798
|
-
exports.repositoriesDocument =
|
3799
|
-
query repositories {
|
3800
|
-
repositories {
|
3801
|
-
project_id
|
3802
|
-
name
|
3803
|
-
}
|
3804
|
-
}
|
3805
|
-
`;
|
2750
|
+
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" } }] } }] } }] };
|
3806
2751
|
/**
|
3807
2752
|
* __userepositoriesQuery__
|
3808
2753
|
*
|
@@ -3828,14 +2773,7 @@ function userepositoriesLazyQuery(baseOptions) {
|
|
3828
2773
|
return Apollo.useLazyQuery(exports.repositoriesDocument, options);
|
3829
2774
|
}
|
3830
2775
|
exports.userepositoriesLazyQuery = userepositoriesLazyQuery;
|
3831
|
-
exports.userRepositoriesDocument =
|
3832
|
-
query userRepositories($orgName: String) {
|
3833
|
-
userRepositories(orgName: $orgName) {
|
3834
|
-
project_id
|
3835
|
-
name
|
3836
|
-
}
|
3837
|
-
}
|
3838
|
-
`;
|
2776
|
+
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" } }] } }] } }] };
|
3839
2777
|
/**
|
3840
2778
|
* __useuserRepositoriesQuery__
|
3841
2779
|
*
|
@@ -3862,11 +2800,7 @@ function useuserRepositoriesLazyQuery(baseOptions) {
|
|
3862
2800
|
return Apollo.useLazyQuery(exports.userRepositoriesDocument, options);
|
3863
2801
|
}
|
3864
2802
|
exports.useuserRepositoriesLazyQuery = useuserRepositoriesLazyQuery;
|
3865
|
-
exports.CollectDocument =
|
3866
|
-
mutation Collect($request: ActivityCollectRequest!) {
|
3867
|
-
collect(request: $request)
|
3868
|
-
}
|
3869
|
-
`;
|
2803
|
+
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" } } }] }] } }] };
|
3870
2804
|
/**
|
3871
2805
|
* __useCollectMutation__
|
3872
2806
|
*
|
@@ -3889,70 +2823,7 @@ function useCollectMutation(baseOptions) {
|
|
3889
2823
|
return Apollo.useMutation(exports.CollectDocument, options);
|
3890
2824
|
}
|
3891
2825
|
exports.useCollectMutation = useCollectMutation;
|
3892
|
-
exports.AddProjectDocument =
|
3893
|
-
mutation AddProject($workspace: ID, $project: Project_Input!) {
|
3894
|
-
AddProject(workspace: $workspace, project: $project) {
|
3895
|
-
id
|
3896
|
-
name
|
3897
|
-
language
|
3898
|
-
status
|
3899
|
-
description
|
3900
|
-
namespace
|
3901
|
-
icon_url
|
3902
|
-
connectionId
|
3903
|
-
teamIds
|
3904
|
-
config {
|
3905
|
-
ports {
|
3906
|
-
application
|
3907
|
-
}
|
3908
|
-
globalVariables {
|
3909
|
-
field
|
3910
|
-
value
|
3911
|
-
}
|
3912
|
-
variables {
|
3913
|
-
field
|
3914
|
-
value
|
3915
|
-
}
|
3916
|
-
}
|
3917
|
-
spec {
|
3918
|
-
cpu
|
3919
|
-
ram
|
3920
|
-
hdd
|
3921
|
-
}
|
3922
|
-
launch {
|
3923
|
-
port
|
3924
|
-
}
|
3925
|
-
env {
|
3926
|
-
field
|
3927
|
-
value
|
3928
|
-
}
|
3929
|
-
stacks {
|
3930
|
-
type
|
3931
|
-
chartName
|
3932
|
-
repository
|
3933
|
-
releaseName
|
3934
|
-
chartVersion
|
3935
|
-
namespace
|
3936
|
-
connectionId
|
3937
|
-
}
|
3938
|
-
projects {
|
3939
|
-
_id
|
3940
|
-
name
|
3941
|
-
description
|
3942
|
-
source {
|
3943
|
-
type
|
3944
|
-
location
|
3945
|
-
providers
|
3946
|
-
parameters {
|
3947
|
-
branch
|
3948
|
-
}
|
3949
|
-
}
|
3950
|
-
}
|
3951
|
-
updatedAt
|
3952
|
-
createdAt
|
3953
|
-
}
|
3954
|
-
}
|
3955
|
-
`;
|
2826
|
+
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" } }] } }] } }] };
|
3956
2827
|
/**
|
3957
2828
|
* __useAddProjectMutation__
|
3958
2829
|
*
|
@@ -3976,70 +2847,7 @@ function useAddProjectMutation(baseOptions) {
|
|
3976
2847
|
return Apollo.useMutation(exports.AddProjectDocument, options);
|
3977
2848
|
}
|
3978
2849
|
exports.useAddProjectMutation = useAddProjectMutation;
|
3979
|
-
exports.AddStacksDocument =
|
3980
|
-
mutation AddStacks($workspace: ID, $stacks: [Stack_Input]!) {
|
3981
|
-
AddStacks(workspace: $workspace, stacks: $stacks) {
|
3982
|
-
id
|
3983
|
-
name
|
3984
|
-
language
|
3985
|
-
status
|
3986
|
-
description
|
3987
|
-
namespace
|
3988
|
-
icon_url
|
3989
|
-
connectionId
|
3990
|
-
teamIds
|
3991
|
-
config {
|
3992
|
-
ports {
|
3993
|
-
application
|
3994
|
-
}
|
3995
|
-
globalVariables {
|
3996
|
-
field
|
3997
|
-
value
|
3998
|
-
}
|
3999
|
-
variables {
|
4000
|
-
field
|
4001
|
-
value
|
4002
|
-
}
|
4003
|
-
}
|
4004
|
-
spec {
|
4005
|
-
cpu
|
4006
|
-
ram
|
4007
|
-
hdd
|
4008
|
-
}
|
4009
|
-
launch {
|
4010
|
-
port
|
4011
|
-
}
|
4012
|
-
env {
|
4013
|
-
field
|
4014
|
-
value
|
4015
|
-
}
|
4016
|
-
stacks {
|
4017
|
-
type
|
4018
|
-
chartName
|
4019
|
-
repository
|
4020
|
-
releaseName
|
4021
|
-
chartVersion
|
4022
|
-
namespace
|
4023
|
-
connectionId
|
4024
|
-
}
|
4025
|
-
projects {
|
4026
|
-
_id
|
4027
|
-
name
|
4028
|
-
description
|
4029
|
-
source {
|
4030
|
-
type
|
4031
|
-
location
|
4032
|
-
providers
|
4033
|
-
parameters {
|
4034
|
-
branch
|
4035
|
-
}
|
4036
|
-
}
|
4037
|
-
}
|
4038
|
-
updatedAt
|
4039
|
-
createdAt
|
4040
|
-
}
|
4041
|
-
}
|
4042
|
-
`;
|
2850
|
+
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" } }] } }] } }] };
|
4043
2851
|
/**
|
4044
2852
|
* __useAddStacksMutation__
|
4045
2853
|
*
|
@@ -4063,11 +2871,7 @@ function useAddStacksMutation(baseOptions) {
|
|
4063
2871
|
return Apollo.useMutation(exports.AddStacksDocument, options);
|
4064
2872
|
}
|
4065
2873
|
exports.useAddStacksMutation = useAddStacksMutation;
|
4066
|
-
exports.AddTeamToWorkspacesDocument =
|
4067
|
-
mutation AddTeamToWorkspaces($workIds: [String]!, $teamId: String!) {
|
4068
|
-
AddTeamToWorkspaces(workIds: $workIds, teamId: $teamId)
|
4069
|
-
}
|
4070
|
-
`;
|
2874
|
+
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" } } }] }] } }] };
|
4071
2875
|
/**
|
4072
2876
|
* __useAddTeamToWorkspacesMutation__
|
4073
2877
|
*
|
@@ -4091,23 +2895,7 @@ function useAddTeamToWorkspacesMutation(baseOptions) {
|
|
4091
2895
|
return Apollo.useMutation(exports.AddTeamToWorkspacesDocument, options);
|
4092
2896
|
}
|
4093
2897
|
exports.useAddTeamToWorkspacesMutation = useAddTeamToWorkspacesMutation;
|
4094
|
-
exports.AddWorkspaceDocument =
|
4095
|
-
mutation AddWorkspace($request: WorkspaceCreate_Input!) {
|
4096
|
-
AddWorkspace(request: $request) {
|
4097
|
-
id
|
4098
|
-
name
|
4099
|
-
language
|
4100
|
-
status
|
4101
|
-
description
|
4102
|
-
icon_url
|
4103
|
-
spec {
|
4104
|
-
cpu
|
4105
|
-
ram
|
4106
|
-
hdd
|
4107
|
-
}
|
4108
|
-
}
|
4109
|
-
}
|
4110
|
-
`;
|
2898
|
+
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" } }] } }] } }] } }] };
|
4111
2899
|
/**
|
4112
2900
|
* __useAddWorkspaceMutation__
|
4113
2901
|
*
|
@@ -4130,11 +2918,7 @@ function useAddWorkspaceMutation(baseOptions) {
|
|
4130
2918
|
return Apollo.useMutation(exports.AddWorkspaceDocument, options);
|
4131
2919
|
}
|
4132
2920
|
exports.useAddWorkspaceMutation = useAddWorkspaceMutation;
|
4133
|
-
exports.RemoveTeamFromWorkspaceDocument =
|
4134
|
-
mutation RemoveTeamFromWorkspace($workId: String!, $teamId: String!) {
|
4135
|
-
RemoveTeamFromWorkspace(workId: $workId, teamId: $teamId)
|
4136
|
-
}
|
4137
|
-
`;
|
2921
|
+
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" } } }] }] } }] };
|
4138
2922
|
/**
|
4139
2923
|
* __useRemoveTeamFromWorkspaceMutation__
|
4140
2924
|
*
|
@@ -4158,11 +2942,7 @@ function useRemoveTeamFromWorkspaceMutation(baseOptions) {
|
|
4158
2942
|
return Apollo.useMutation(exports.RemoveTeamFromWorkspaceDocument, options);
|
4159
2943
|
}
|
4160
2944
|
exports.useRemoveTeamFromWorkspaceMutation = useRemoveTeamFromWorkspaceMutation;
|
4161
|
-
exports.RemoveWorkpsaceDocument =
|
4162
|
-
mutation RemoveWorkpsace($request: WorkspaceRemove_Input!) {
|
4163
|
-
RemoveWorkspace(request: $request)
|
4164
|
-
}
|
4165
|
-
`;
|
2945
|
+
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" } } }] }] } }] };
|
4166
2946
|
/**
|
4167
2947
|
* __useRemoveWorkpsaceMutation__
|
4168
2948
|
*
|
@@ -4185,11 +2965,7 @@ function useRemoveWorkpsaceMutation(baseOptions) {
|
|
4185
2965
|
return Apollo.useMutation(exports.RemoveWorkpsaceDocument, options);
|
4186
2966
|
}
|
4187
2967
|
exports.useRemoveWorkpsaceMutation = useRemoveWorkpsaceMutation;
|
4188
|
-
exports.SetEnvVariablesDocument =
|
4189
|
-
mutation SetEnvVariables($request: WorkspaceVariables_Input!) {
|
4190
|
-
SetEnvVariables(request: $request)
|
4191
|
-
}
|
4192
|
-
`;
|
2968
|
+
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" } } }] }] } }] };
|
4193
2969
|
/**
|
4194
2970
|
* __useSetEnvVariablesMutation__
|
4195
2971
|
*
|
@@ -4212,11 +2988,7 @@ function useSetEnvVariablesMutation(baseOptions) {
|
|
4212
2988
|
return Apollo.useMutation(exports.SetEnvVariablesDocument, options);
|
4213
2989
|
}
|
4214
2990
|
exports.useSetEnvVariablesMutation = useSetEnvVariablesMutation;
|
4215
|
-
exports.StartWorkspaceDocument =
|
4216
|
-
mutation StartWorkspace($request: WorkspaceStart_Input!) {
|
4217
|
-
StartWorkspace(request: $request)
|
4218
|
-
}
|
4219
|
-
`;
|
2991
|
+
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" } } }] }] } }] };
|
4220
2992
|
/**
|
4221
2993
|
* __useStartWorkspaceMutation__
|
4222
2994
|
*
|
@@ -4239,11 +3011,7 @@ function useStartWorkspaceMutation(baseOptions) {
|
|
4239
3011
|
return Apollo.useMutation(exports.StartWorkspaceDocument, options);
|
4240
3012
|
}
|
4241
3013
|
exports.useStartWorkspaceMutation = useStartWorkspaceMutation;
|
4242
|
-
exports.StopWorkspaceDocument =
|
4243
|
-
mutation StopWorkspace($request: WorkspaceStop_Input!) {
|
4244
|
-
StopWorkspace(request: $request)
|
4245
|
-
}
|
4246
|
-
`;
|
3014
|
+
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" } } }] }] } }] };
|
4247
3015
|
/**
|
4248
3016
|
* __useStopWorkspaceMutation__
|
4249
3017
|
*
|
@@ -4266,23 +3034,7 @@ function useStopWorkspaceMutation(baseOptions) {
|
|
4266
3034
|
return Apollo.useMutation(exports.StopWorkspaceDocument, options);
|
4267
3035
|
}
|
4268
3036
|
exports.useStopWorkspaceMutation = useStopWorkspaceMutation;
|
4269
|
-
exports.UpdateWorkspaceDocument =
|
4270
|
-
mutation UpdateWorkspace($request: WorkspaceUpdate_Input!) {
|
4271
|
-
UpdateWorkspace(request: $request) {
|
4272
|
-
id
|
4273
|
-
name
|
4274
|
-
language
|
4275
|
-
status
|
4276
|
-
description
|
4277
|
-
icon_url
|
4278
|
-
spec {
|
4279
|
-
cpu
|
4280
|
-
ram
|
4281
|
-
hdd
|
4282
|
-
}
|
4283
|
-
}
|
4284
|
-
}
|
4285
|
-
`;
|
3037
|
+
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" } }] } }] } }] } }] };
|
4286
3038
|
/**
|
4287
3039
|
* __useUpdateWorkspaceMutation__
|
4288
3040
|
*
|
@@ -4305,11 +3057,7 @@ function useUpdateWorkspaceMutation(baseOptions) {
|
|
4305
3057
|
return Apollo.useMutation(exports.UpdateWorkspaceDocument, options);
|
4306
3058
|
}
|
4307
3059
|
exports.useUpdateWorkspaceMutation = useUpdateWorkspaceMutation;
|
4308
|
-
exports.ClearWorkspaceCreationFormDocument =
|
4309
|
-
mutation ClearWorkspaceCreationForm {
|
4310
|
-
ClearWorkspaceCreationForm @client
|
4311
|
-
}
|
4312
|
-
`;
|
3060
|
+
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" } }] }] } }] };
|
4313
3061
|
/**
|
4314
3062
|
* __useClearWorkspaceCreationFormMutation__
|
4315
3063
|
*
|
@@ -4331,45 +3079,7 @@ function useClearWorkspaceCreationFormMutation(baseOptions) {
|
|
4331
3079
|
return Apollo.useMutation(exports.ClearWorkspaceCreationFormDocument, options);
|
4332
3080
|
}
|
4333
3081
|
exports.useClearWorkspaceCreationFormMutation = useClearWorkspaceCreationFormMutation;
|
4334
|
-
exports.GetOrgWorkspacesDocument =
|
4335
|
-
query GetOrgWorkspaces($orgName: String!) {
|
4336
|
-
GetOrgWorkspaces(orgName: $orgName) {
|
4337
|
-
id
|
4338
|
-
name
|
4339
|
-
language
|
4340
|
-
status
|
4341
|
-
description
|
4342
|
-
icon_url
|
4343
|
-
config {
|
4344
|
-
ports {
|
4345
|
-
application
|
4346
|
-
}
|
4347
|
-
globalVariables {
|
4348
|
-
field
|
4349
|
-
value
|
4350
|
-
}
|
4351
|
-
variables {
|
4352
|
-
field
|
4353
|
-
value
|
4354
|
-
}
|
4355
|
-
}
|
4356
|
-
spec {
|
4357
|
-
cpu
|
4358
|
-
ram
|
4359
|
-
hdd
|
4360
|
-
}
|
4361
|
-
launch {
|
4362
|
-
port
|
4363
|
-
}
|
4364
|
-
env {
|
4365
|
-
field
|
4366
|
-
value
|
4367
|
-
}
|
4368
|
-
updatedAt
|
4369
|
-
createdAt
|
4370
|
-
}
|
4371
|
-
}
|
4372
|
-
`;
|
3082
|
+
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" } }] } }] } }] };
|
4373
3083
|
/**
|
4374
3084
|
* __useGetOrgWorkspacesQuery__
|
4375
3085
|
*
|
@@ -4396,11 +3106,7 @@ function useGetOrgWorkspacesLazyQuery(baseOptions) {
|
|
4396
3106
|
return Apollo.useLazyQuery(exports.GetOrgWorkspacesDocument, options);
|
4397
3107
|
}
|
4398
3108
|
exports.useGetOrgWorkspacesLazyQuery = useGetOrgWorkspacesLazyQuery;
|
4399
|
-
exports.RestoreWorkspaceCreationFormDocument =
|
4400
|
-
query RestoreWorkspaceCreationForm {
|
4401
|
-
RestoreWorkspaceCreationForm @client
|
4402
|
-
}
|
4403
|
-
`;
|
3109
|
+
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" } }] }] } }] };
|
4404
3110
|
/**
|
4405
3111
|
* __useRestoreWorkspaceCreationFormQuery__
|
4406
3112
|
*
|
@@ -4426,45 +3132,7 @@ function useRestoreWorkspaceCreationFormLazyQuery(baseOptions) {
|
|
4426
3132
|
return Apollo.useLazyQuery(exports.RestoreWorkspaceCreationFormDocument, options);
|
4427
3133
|
}
|
4428
3134
|
exports.useRestoreWorkspaceCreationFormLazyQuery = useRestoreWorkspaceCreationFormLazyQuery;
|
4429
|
-
exports.GetTeamWorkspacesDocument =
|
4430
|
-
query GetTeamWorkspaces($teamId: String!) {
|
4431
|
-
GetTeamWorkspaces(teamId: $teamId) {
|
4432
|
-
id
|
4433
|
-
name
|
4434
|
-
language
|
4435
|
-
status
|
4436
|
-
description
|
4437
|
-
icon_url
|
4438
|
-
config {
|
4439
|
-
ports {
|
4440
|
-
application
|
4441
|
-
}
|
4442
|
-
globalVariables {
|
4443
|
-
field
|
4444
|
-
value
|
4445
|
-
}
|
4446
|
-
variables {
|
4447
|
-
field
|
4448
|
-
value
|
4449
|
-
}
|
4450
|
-
}
|
4451
|
-
spec {
|
4452
|
-
cpu
|
4453
|
-
ram
|
4454
|
-
hdd
|
4455
|
-
}
|
4456
|
-
launch {
|
4457
|
-
port
|
4458
|
-
}
|
4459
|
-
env {
|
4460
|
-
field
|
4461
|
-
value
|
4462
|
-
}
|
4463
|
-
updatedAt
|
4464
|
-
createdAt
|
4465
|
-
}
|
4466
|
-
}
|
4467
|
-
`;
|
3135
|
+
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" } }] } }] } }] };
|
4468
3136
|
/**
|
4469
3137
|
* __useGetTeamWorkspacesQuery__
|
4470
3138
|
*
|
@@ -4491,73 +3159,7 @@ function useGetTeamWorkspacesLazyQuery(baseOptions) {
|
|
4491
3159
|
return Apollo.useLazyQuery(exports.GetTeamWorkspacesDocument, options);
|
4492
3160
|
}
|
4493
3161
|
exports.useGetTeamWorkspacesLazyQuery = useGetTeamWorkspacesLazyQuery;
|
4494
|
-
exports.GetWorkspaceDocument =
|
4495
|
-
query GetWorkspace($id: ID!) {
|
4496
|
-
Workspace(id: $id) {
|
4497
|
-
id
|
4498
|
-
name
|
4499
|
-
language
|
4500
|
-
status
|
4501
|
-
description
|
4502
|
-
namespace
|
4503
|
-
icon_url
|
4504
|
-
connectionId
|
4505
|
-
teamIds
|
4506
|
-
config {
|
4507
|
-
ports {
|
4508
|
-
application
|
4509
|
-
}
|
4510
|
-
globalVariables {
|
4511
|
-
field
|
4512
|
-
value
|
4513
|
-
secured
|
4514
|
-
}
|
4515
|
-
variables {
|
4516
|
-
field
|
4517
|
-
value
|
4518
|
-
}
|
4519
|
-
}
|
4520
|
-
spec {
|
4521
|
-
cpu
|
4522
|
-
ram
|
4523
|
-
hdd
|
4524
|
-
}
|
4525
|
-
launch {
|
4526
|
-
port
|
4527
|
-
}
|
4528
|
-
env {
|
4529
|
-
field
|
4530
|
-
value
|
4531
|
-
}
|
4532
|
-
stacks {
|
4533
|
-
type
|
4534
|
-
chartName
|
4535
|
-
repository
|
4536
|
-
releaseName
|
4537
|
-
chartVersion
|
4538
|
-
namespace
|
4539
|
-
connectionId
|
4540
|
-
}
|
4541
|
-
projects {
|
4542
|
-
_id
|
4543
|
-
name
|
4544
|
-
description
|
4545
|
-
source {
|
4546
|
-
type
|
4547
|
-
location
|
4548
|
-
providers
|
4549
|
-
parameters {
|
4550
|
-
branch
|
4551
|
-
httpsUrl
|
4552
|
-
}
|
4553
|
-
}
|
4554
|
-
path
|
4555
|
-
}
|
4556
|
-
updatedAt
|
4557
|
-
createdAt
|
4558
|
-
}
|
4559
|
-
}
|
4560
|
-
`;
|
3162
|
+
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" } }] } }] } }] };
|
4561
3163
|
/**
|
4562
3164
|
* __useGetWorkspaceQuery__
|
4563
3165
|
*
|
@@ -4584,23 +3186,7 @@ function useGetWorkspaceLazyQuery(baseOptions) {
|
|
4584
3186
|
return Apollo.useLazyQuery(exports.GetWorkspaceDocument, options);
|
4585
3187
|
}
|
4586
3188
|
exports.useGetWorkspaceLazyQuery = useGetWorkspaceLazyQuery;
|
4587
|
-
exports.WorkspaceStateDocument =
|
4588
|
-
query WorkspaceState {
|
4589
|
-
WorkspaceState @client {
|
4590
|
-
id
|
4591
|
-
name
|
4592
|
-
language
|
4593
|
-
status
|
4594
|
-
description
|
4595
|
-
icon_url
|
4596
|
-
spec {
|
4597
|
-
cpu
|
4598
|
-
ram
|
4599
|
-
hdd
|
4600
|
-
}
|
4601
|
-
}
|
4602
|
-
}
|
4603
|
-
`;
|
3189
|
+
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" } }] } }] } }] } }] };
|
4604
3190
|
/**
|
4605
3191
|
* __useWorkspaceStateQuery__
|
4606
3192
|
*
|
@@ -4626,45 +3212,7 @@ function useWorkspaceStateLazyQuery(baseOptions) {
|
|
4626
3212
|
return Apollo.useLazyQuery(exports.WorkspaceStateDocument, options);
|
4627
3213
|
}
|
4628
3214
|
exports.useWorkspaceStateLazyQuery = useWorkspaceStateLazyQuery;
|
4629
|
-
exports.GetWorkspacesDocument =
|
4630
|
-
query GetWorkspaces {
|
4631
|
-
Workspaces {
|
4632
|
-
id
|
4633
|
-
name
|
4634
|
-
language
|
4635
|
-
status
|
4636
|
-
description
|
4637
|
-
icon_url
|
4638
|
-
config {
|
4639
|
-
ports {
|
4640
|
-
application
|
4641
|
-
}
|
4642
|
-
globalVariables {
|
4643
|
-
field
|
4644
|
-
value
|
4645
|
-
}
|
4646
|
-
variables {
|
4647
|
-
field
|
4648
|
-
value
|
4649
|
-
}
|
4650
|
-
}
|
4651
|
-
spec {
|
4652
|
-
cpu
|
4653
|
-
ram
|
4654
|
-
hdd
|
4655
|
-
}
|
4656
|
-
launch {
|
4657
|
-
port
|
4658
|
-
}
|
4659
|
-
env {
|
4660
|
-
field
|
4661
|
-
value
|
4662
|
-
}
|
4663
|
-
updatedAt
|
4664
|
-
createdAt
|
4665
|
-
}
|
4666
|
-
}
|
4667
|
-
`;
|
3215
|
+
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" } }] } }] } }] };
|
4668
3216
|
/**
|
4669
3217
|
* __useGetWorkspacesQuery__
|
4670
3218
|
*
|
@@ -4690,26 +3238,7 @@ function useGetWorkspacesLazyQuery(baseOptions) {
|
|
4690
3238
|
return Apollo.useLazyQuery(exports.GetWorkspacesDocument, options);
|
4691
3239
|
}
|
4692
3240
|
exports.useGetWorkspacesLazyQuery = useGetWorkspacesLazyQuery;
|
4693
|
-
exports.subscribeToWorkspaceDocument =
|
4694
|
-
subscription subscribeToWorkspace($filter: SubscribeWorkspaceFilter, $mutations: [WorkspaceServerEvents]!) {
|
4695
|
-
SubscribeToWorkspace(filter: $filter, mutations: $mutations) {
|
4696
|
-
value {
|
4697
|
-
id
|
4698
|
-
name
|
4699
|
-
language
|
4700
|
-
status
|
4701
|
-
description
|
4702
|
-
icon_url
|
4703
|
-
spec {
|
4704
|
-
cpu
|
4705
|
-
ram
|
4706
|
-
hdd
|
4707
|
-
}
|
4708
|
-
}
|
4709
|
-
mutation
|
4710
|
-
}
|
4711
|
-
}
|
4712
|
-
`;
|
3241
|
+
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" } }] } }] } }] };
|
4713
3242
|
/**
|
4714
3243
|
* __usesubscribeToWorkspaceSubscription__
|
4715
3244
|
*
|
@@ -4732,11 +3261,7 @@ function usesubscribeToWorkspaceSubscription(baseOptions) {
|
|
4732
3261
|
return Apollo.useSubscription(exports.subscribeToWorkspaceDocument, options);
|
4733
3262
|
}
|
4734
3263
|
exports.usesubscribeToWorkspaceSubscription = usesubscribeToWorkspaceSubscription;
|
4735
|
-
exports.toggleSidebarDocument =
|
4736
|
-
mutation toggleSidebar($state: Boolean!) {
|
4737
|
-
toggleSidebar(state: $state) @client
|
4738
|
-
}
|
4739
|
-
`;
|
3264
|
+
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" } }] }] } }] };
|
4740
3265
|
/**
|
4741
3266
|
* __usetoggleSidebarMutation__
|
4742
3267
|
*
|
@@ -4759,11 +3284,7 @@ function usetoggleSidebarMutation(baseOptions) {
|
|
4759
3284
|
return Apollo.useMutation(exports.toggleSidebarDocument, options);
|
4760
3285
|
}
|
4761
3286
|
exports.usetoggleSidebarMutation = usetoggleSidebarMutation;
|
4762
|
-
exports.sidebarStateDocument =
|
4763
|
-
query sidebarState {
|
4764
|
-
sidebarState @client
|
4765
|
-
}
|
4766
|
-
`;
|
3287
|
+
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" } }] }] } }] };
|
4767
3288
|
/**
|
4768
3289
|
* __usesidebarStateQuery__
|
4769
3290
|
*
|
@@ -4789,11 +3310,7 @@ function usesidebarStateLazyQuery(baseOptions) {
|
|
4789
3310
|
return Apollo.useLazyQuery(exports.sidebarStateDocument, options);
|
4790
3311
|
}
|
4791
3312
|
exports.usesidebarStateLazyQuery = usesidebarStateLazyQuery;
|
4792
|
-
exports.AddContributionRoleDocument =
|
4793
|
-
mutation AddContributionRole($name: String!, $description: String) {
|
4794
|
-
addContributionRole(name: $name, description: $description)
|
4795
|
-
}
|
4796
|
-
`;
|
3313
|
+
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" } } }] }] } }] };
|
4797
3314
|
/**
|
4798
3315
|
* __useAddContributionRoleMutation__
|
4799
3316
|
*
|
@@ -4817,11 +3334,7 @@ function useAddContributionRoleMutation(baseOptions) {
|
|
4817
3334
|
return Apollo.useMutation(exports.AddContributionRoleDocument, options);
|
4818
3335
|
}
|
4819
3336
|
exports.useAddContributionRoleMutation = useAddContributionRoleMutation;
|
4820
|
-
exports.AddResourceToContextDocument =
|
4821
|
-
mutation AddResourceToContext($resourcesToAdd: [OrganizationResourceCreationData_Input]!) {
|
4822
|
-
addResourceToContext(resourcesToAdd: $resourcesToAdd) @client
|
4823
|
-
}
|
4824
|
-
`;
|
3337
|
+
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": "OrganizationResourceCreationData_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" } }] }] } }] };
|
4825
3338
|
/**
|
4826
3339
|
* __useAddResourceToContextMutation__
|
4827
3340
|
*
|
@@ -4844,11 +3357,7 @@ function useAddResourceToContextMutation(baseOptions) {
|
|
4844
3357
|
return Apollo.useMutation(exports.AddResourceToContextDocument, options);
|
4845
3358
|
}
|
4846
3359
|
exports.useAddResourceToContextMutation = useAddResourceToContextMutation;
|
4847
|
-
exports.ChangeOrganizationDocument =
|
4848
|
-
mutation ChangeOrganization($orgId: String) {
|
4849
|
-
changeOrganization(orgId: $orgId) @client(always: true)
|
4850
|
-
}
|
4851
|
-
`;
|
3360
|
+
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 } }] }] }] } }] };
|
4852
3361
|
/**
|
4853
3362
|
* __useChangeOrganizationMutation__
|
4854
3363
|
*
|
@@ -4862,7 +3371,7 @@ exports.ChangeOrganizationDocument = client_1.gql `
|
|
4862
3371
|
* @example
|
4863
3372
|
* const [changeOrganizationMutation, { data, loading, error }] = useChangeOrganizationMutation({
|
4864
3373
|
* variables: {
|
4865
|
-
*
|
3374
|
+
* orgName: // value for 'orgName'
|
4866
3375
|
* },
|
4867
3376
|
* });
|
4868
3377
|
*/
|
@@ -4871,11 +3380,7 @@ function useChangeOrganizationMutation(baseOptions) {
|
|
4871
3380
|
return Apollo.useMutation(exports.ChangeOrganizationDocument, options);
|
4872
3381
|
}
|
4873
3382
|
exports.useChangeOrganizationMutation = useChangeOrganizationMutation;
|
4874
|
-
exports.InitiateConfigurationValueDocument =
|
4875
|
-
mutation InitiateConfigurationValue($resource: URI!) {
|
4876
|
-
initiateConfigurationValue(resource: $resource)
|
4877
|
-
}
|
4878
|
-
`;
|
3383
|
+
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" } } }] }] } }] };
|
4879
3384
|
/**
|
4880
3385
|
* __useInitiateConfigurationValueMutation__
|
4881
3386
|
*
|
@@ -4898,11 +3403,7 @@ function useInitiateConfigurationValueMutation(baseOptions) {
|
|
4898
3403
|
return Apollo.useMutation(exports.InitiateConfigurationValueDocument, options);
|
4899
3404
|
}
|
4900
3405
|
exports.useInitiateConfigurationValueMutation = useInitiateConfigurationValueMutation;
|
4901
|
-
exports.InitializeOrgNameInContextDocument =
|
4902
|
-
mutation InitializeOrgNameInContext($orgName: String) {
|
4903
|
-
initializeOrgNameInContext(orgName: $orgName) @client
|
4904
|
-
}
|
4905
|
-
`;
|
3406
|
+
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" } }] }] } }] };
|
4906
3407
|
/**
|
4907
3408
|
* __useInitializeOrgNameInContextMutation__
|
4908
3409
|
*
|
@@ -4925,11 +3426,7 @@ function useInitializeOrgNameInContextMutation(baseOptions) {
|
|
4925
3426
|
return Apollo.useMutation(exports.InitializeOrgNameInContextDocument, options);
|
4926
3427
|
}
|
4927
3428
|
exports.useInitializeOrgNameInContextMutation = useInitializeOrgNameInContextMutation;
|
4928
|
-
exports.InitializeTeamInContextDocument =
|
4929
|
-
mutation InitializeTeamInContext($teamName: String!, $orgName: String!) {
|
4930
|
-
initializeTeamInContext(teamName: $teamName, orgName: $orgName) @client
|
4931
|
-
}
|
4932
|
-
`;
|
3429
|
+
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" } }] }] } }] };
|
4933
3430
|
/**
|
4934
3431
|
* __useInitializeTeamInContextMutation__
|
4935
3432
|
*
|
@@ -4953,13 +3450,7 @@ function useInitializeTeamInContextMutation(baseOptions) {
|
|
4953
3450
|
return Apollo.useMutation(exports.InitializeTeamInContextDocument, options);
|
4954
3451
|
}
|
4955
3452
|
exports.useInitializeTeamInContextMutation = useInitializeTeamInContextMutation;
|
4956
|
-
exports.CreateIntegrationConfigurationDocument =
|
4957
|
-
mutation CreateIntegrationConfiguration($data: IntegrationConfigurationInput) {
|
4958
|
-
createIntegrationConfiguration(data: $data) {
|
4959
|
-
id
|
4960
|
-
}
|
4961
|
-
}
|
4962
|
-
`;
|
3453
|
+
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" } }] } }] } }] };
|
4963
3454
|
/**
|
4964
3455
|
* __useCreateIntegrationConfigurationMutation__
|
4965
3456
|
*
|
@@ -4982,13 +3473,7 @@ function useCreateIntegrationConfigurationMutation(baseOptions) {
|
|
4982
3473
|
return Apollo.useMutation(exports.CreateIntegrationConfigurationDocument, options);
|
4983
3474
|
}
|
4984
3475
|
exports.useCreateIntegrationConfigurationMutation = useCreateIntegrationConfigurationMutation;
|
4985
|
-
exports.CreateOrUpdateIntegrationConfigurationDocument =
|
4986
|
-
mutation CreateOrUpdateIntegrationConfiguration($data: IntegrationConfigurationCreateOrUpdateInput) {
|
4987
|
-
createOrUpdateIntegrationConfiguration(data: $data) {
|
4988
|
-
id
|
4989
|
-
}
|
4990
|
-
}
|
4991
|
-
`;
|
3476
|
+
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" } }] } }] } }] };
|
4992
3477
|
/**
|
4993
3478
|
* __useCreateOrUpdateIntegrationConfigurationMutation__
|
4994
3479
|
*
|
@@ -5011,11 +3496,7 @@ function useCreateOrUpdateIntegrationConfigurationMutation(baseOptions) {
|
|
5011
3496
|
return Apollo.useMutation(exports.CreateOrUpdateIntegrationConfigurationDocument, options);
|
5012
3497
|
}
|
5013
3498
|
exports.useCreateOrUpdateIntegrationConfigurationMutation = useCreateOrUpdateIntegrationConfigurationMutation;
|
5014
|
-
exports.DeleteIntegrationConfigurationDocument =
|
5015
|
-
mutation DeleteIntegrationConfiguration($id: String!) {
|
5016
|
-
deleteIntegrationConfiguration(id: $id)
|
5017
|
-
}
|
5018
|
-
`;
|
3499
|
+
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" } } }] }] } }] };
|
5019
3500
|
/**
|
5020
3501
|
* __useDeleteIntegrationConfigurationMutation__
|
5021
3502
|
*
|
@@ -5038,11 +3519,7 @@ function useDeleteIntegrationConfigurationMutation(baseOptions) {
|
|
5038
3519
|
return Apollo.useMutation(exports.DeleteIntegrationConfigurationDocument, options);
|
5039
3520
|
}
|
5040
3521
|
exports.useDeleteIntegrationConfigurationMutation = useDeleteIntegrationConfigurationMutation;
|
5041
|
-
exports.ReassignConfigurationDocument =
|
5042
|
-
mutation ReassignConfiguration {
|
5043
|
-
reassignRole @client(always: true)
|
5044
|
-
}
|
5045
|
-
`;
|
3522
|
+
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 } }] }] }] } }] };
|
5046
3523
|
/**
|
5047
3524
|
* __useReassignConfigurationMutation__
|
5048
3525
|
*
|
@@ -5064,11 +3541,7 @@ function useReassignConfigurationMutation(baseOptions) {
|
|
5064
3541
|
return Apollo.useMutation(exports.ReassignConfigurationDocument, options);
|
5065
3542
|
}
|
5066
3543
|
exports.useReassignConfigurationMutation = useReassignConfigurationMutation;
|
5067
|
-
exports.UpdateConfigurationDocument =
|
5068
|
-
mutation UpdateConfiguration($input: PreferencesInput_Input!, $key: String!, $value: AnyObject!, $overrides: ConfigurationOverrides_Input, $target: Int, $donotNotifyError: Boolean) {
|
5069
|
-
updateConfiguration(input: $input, key: $key, value: $value, overrides: $overrides, target: $target, donotNotifyError: $donotNotifyError) @client(always: true)
|
5070
|
-
}
|
5071
|
-
`;
|
3544
|
+
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 } }] }] }] } }] };
|
5072
3545
|
/**
|
5073
3546
|
* __useUpdateConfigurationMutation__
|
5074
3547
|
*
|
@@ -5096,15 +3569,7 @@ function useUpdateConfigurationMutation(baseOptions) {
|
|
5096
3569
|
return Apollo.useMutation(exports.UpdateConfigurationDocument, options);
|
5097
3570
|
}
|
5098
3571
|
exports.useUpdateConfigurationMutation = useUpdateConfigurationMutation;
|
5099
|
-
exports.GetApplicationPolicyDocument =
|
5100
|
-
query GetApplicationPolicy($input: [ConfigurationInput]) {
|
5101
|
-
getConfigurationPolicies(input: $input) {
|
5102
|
-
... on ApplicationPolicy {
|
5103
|
-
...Configuration
|
5104
|
-
}
|
5105
|
-
}
|
5106
|
-
}
|
5107
|
-
${exports.ConfigurationFragmentDoc}`;
|
3572
|
+
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" } }] } }] };
|
5108
3573
|
/**
|
5109
3574
|
* __useGetApplicationPolicyQuery__
|
5110
3575
|
*
|
@@ -5131,15 +3596,7 @@ function useGetApplicationPolicyLazyQuery(baseOptions) {
|
|
5131
3596
|
return Apollo.useLazyQuery(exports.GetApplicationPolicyDocument, options);
|
5132
3597
|
}
|
5133
3598
|
exports.useGetApplicationPolicyLazyQuery = useGetApplicationPolicyLazyQuery;
|
5134
|
-
exports.GetApplicationRoleDocument =
|
5135
|
-
query GetApplicationRole($input: [RoleInput]) {
|
5136
|
-
getRoles(input: $input) {
|
5137
|
-
... on ApplicationRolePermission {
|
5138
|
-
...Configuration
|
5139
|
-
}
|
5140
|
-
}
|
5141
|
-
}
|
5142
|
-
${exports.ConfigurationFragmentDoc}`;
|
3599
|
+
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" } }] } }] };
|
5143
3600
|
/**
|
5144
3601
|
* __useGetApplicationRoleQuery__
|
5145
3602
|
*
|
@@ -5166,13 +3623,7 @@ function useGetApplicationRoleLazyQuery(baseOptions) {
|
|
5166
3623
|
return Apollo.useLazyQuery(exports.GetApplicationRoleDocument, options);
|
5167
3624
|
}
|
5168
3625
|
exports.useGetApplicationRoleLazyQuery = useGetApplicationRoleLazyQuery;
|
5169
|
-
exports.DefaultResolveSettingsDocument =
|
5170
|
-
query DefaultResolveSettings($uri: URI!, $target: Int) {
|
5171
|
-
resolveSettings(uri: $uri, target: $target) @client(always: true) {
|
5172
|
-
...DefaultSetting
|
5173
|
-
}
|
5174
|
-
}
|
5175
|
-
${exports.DefaultSettingFragmentDoc}`;
|
3626
|
+
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" } }] } }] } }] };
|
5176
3627
|
/**
|
5177
3628
|
* __useDefaultResolveSettingsQuery__
|
5178
3629
|
*
|
@@ -5200,11 +3651,7 @@ function useDefaultResolveSettingsLazyQuery(baseOptions) {
|
|
5200
3651
|
return Apollo.useLazyQuery(exports.DefaultResolveSettingsDocument, options);
|
5201
3652
|
}
|
5202
3653
|
exports.useDefaultResolveSettingsLazyQuery = useDefaultResolveSettingsLazyQuery;
|
5203
|
-
exports.GetConfigurationTargetDocument =
|
5204
|
-
query GetConfigurationTarget($resource: URI) {
|
5205
|
-
getConfigurationTarget(resource: $resource) @client
|
5206
|
-
}
|
5207
|
-
`;
|
3654
|
+
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" } }] }] } }] };
|
5208
3655
|
/**
|
5209
3656
|
* __useGetConfigurationTargetQuery__
|
5210
3657
|
*
|
@@ -5231,11 +3678,7 @@ function useGetConfigurationTargetLazyQuery(baseOptions) {
|
|
5231
3678
|
return Apollo.useLazyQuery(exports.GetConfigurationTargetDocument, options);
|
5232
3679
|
}
|
5233
3680
|
exports.useGetConfigurationTargetLazyQuery = useGetConfigurationTargetLazyQuery;
|
5234
|
-
exports.GetContextPropertyDocument =
|
5235
|
-
query GetContextProperty($keys: [String]) {
|
5236
|
-
getContextProperty(keys: $keys) @client
|
5237
|
-
}
|
5238
|
-
`;
|
3681
|
+
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" } }] }] } }] };
|
5239
3682
|
/**
|
5240
3683
|
* __useGetContextPropertyQuery__
|
5241
3684
|
*
|
@@ -5262,13 +3705,7 @@ function useGetContextPropertyLazyQuery(baseOptions) {
|
|
5262
3705
|
return Apollo.useLazyQuery(exports.GetContextPropertyDocument, options);
|
5263
3706
|
}
|
5264
3707
|
exports.useGetContextPropertyLazyQuery = useGetContextPropertyLazyQuery;
|
5265
|
-
exports.GetDefaultApplicationPermissionsDocument =
|
5266
|
-
query GetDefaultApplicationPermissions($roleName: String) {
|
5267
|
-
mergedApplicationPermissions(roleName: $roleName) {
|
5268
|
-
...OverWriteRoleValue
|
5269
|
-
}
|
5270
|
-
}
|
5271
|
-
${exports.OverWriteRoleValueFragmentDoc}`;
|
3708
|
+
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" } }] } }] };
|
5272
3709
|
/**
|
5273
3710
|
* __useGetDefaultApplicationPermissionsQuery__
|
5274
3711
|
*
|
@@ -5295,55 +3732,7 @@ function useGetDefaultApplicationPermissionsLazyQuery(baseOptions) {
|
|
5295
3732
|
return Apollo.useLazyQuery(exports.GetDefaultApplicationPermissionsDocument, options);
|
5296
3733
|
}
|
5297
3734
|
exports.useGetDefaultApplicationPermissionsLazyQuery = useGetDefaultApplicationPermissionsLazyQuery;
|
5298
|
-
exports.
|
5299
|
-
query GetDefaultConfiguration($input: [ConfigurationInput]) {
|
5300
|
-
getConfiguration(input: $input) {
|
5301
|
-
... on DefaultConfiguration {
|
5302
|
-
...Configuration
|
5303
|
-
}
|
5304
|
-
}
|
5305
|
-
}
|
5306
|
-
${exports.ConfigurationFragmentDoc}`;
|
5307
|
-
/**
|
5308
|
-
* __useGetDefaultConfigurationQuery__
|
5309
|
-
*
|
5310
|
-
* To run a query within a React component, call `useGetDefaultConfigurationQuery` and pass it any options that fit your needs.
|
5311
|
-
* When your component renders, `useGetDefaultConfigurationQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
5312
|
-
* you can use to render your UI.
|
5313
|
-
*
|
5314
|
-
* @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;
|
5315
|
-
*
|
5316
|
-
* @example
|
5317
|
-
* const { data, loading, error } = useGetDefaultConfigurationQuery({
|
5318
|
-
* variables: {
|
5319
|
-
* input: // value for 'input'
|
5320
|
-
* },
|
5321
|
-
* });
|
5322
|
-
*/
|
5323
|
-
function useGetDefaultConfigurationQuery(baseOptions) {
|
5324
|
-
const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
|
5325
|
-
return Apollo.useQuery(exports.GetDefaultConfigurationDocument, options);
|
5326
|
-
}
|
5327
|
-
exports.useGetDefaultConfigurationQuery = useGetDefaultConfigurationQuery;
|
5328
|
-
function useGetDefaultConfigurationLazyQuery(baseOptions) {
|
5329
|
-
const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
|
5330
|
-
return Apollo.useLazyQuery(exports.GetDefaultConfigurationDocument, options);
|
5331
|
-
}
|
5332
|
-
exports.useGetDefaultConfigurationLazyQuery = useGetDefaultConfigurationLazyQuery;
|
5333
|
-
exports.GetDefaultPermissionsDocument = client_1.gql `
|
5334
|
-
query GetDefaultPermissions($target: Int) {
|
5335
|
-
defaultPermissions(target: $target) {
|
5336
|
-
id
|
5337
|
-
title
|
5338
|
-
sections {
|
5339
|
-
title
|
5340
|
-
settings {
|
5341
|
-
...DefaultSetting
|
5342
|
-
}
|
5343
|
-
}
|
5344
|
-
}
|
5345
|
-
}
|
5346
|
-
${exports.DefaultSettingFragmentDoc}`;
|
3735
|
+
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" } }] } }] } }] };
|
5347
3736
|
/**
|
5348
3737
|
* __useGetDefaultPermissionsQuery__
|
5349
3738
|
*
|
@@ -5370,55 +3759,7 @@ function useGetDefaultPermissionsLazyQuery(baseOptions) {
|
|
5370
3759
|
return Apollo.useLazyQuery(exports.GetDefaultPermissionsDocument, options);
|
5371
3760
|
}
|
5372
3761
|
exports.useGetDefaultPermissionsLazyQuery = useGetDefaultPermissionsLazyQuery;
|
5373
|
-
exports.
|
5374
|
-
query GetDefaultPolicy($input: [ConfigurationInput]) {
|
5375
|
-
getConfigurationPolicies(input: $input) {
|
5376
|
-
... on DefaultPolicy {
|
5377
|
-
...Configuration
|
5378
|
-
}
|
5379
|
-
}
|
5380
|
-
}
|
5381
|
-
${exports.ConfigurationFragmentDoc}`;
|
5382
|
-
/**
|
5383
|
-
* __useGetDefaultPolicyQuery__
|
5384
|
-
*
|
5385
|
-
* To run a query within a React component, call `useGetDefaultPolicyQuery` and pass it any options that fit your needs.
|
5386
|
-
* When your component renders, `useGetDefaultPolicyQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
5387
|
-
* you can use to render your UI.
|
5388
|
-
*
|
5389
|
-
* @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;
|
5390
|
-
*
|
5391
|
-
* @example
|
5392
|
-
* const { data, loading, error } = useGetDefaultPolicyQuery({
|
5393
|
-
* variables: {
|
5394
|
-
* input: // value for 'input'
|
5395
|
-
* },
|
5396
|
-
* });
|
5397
|
-
*/
|
5398
|
-
function useGetDefaultPolicyQuery(baseOptions) {
|
5399
|
-
const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
|
5400
|
-
return Apollo.useQuery(exports.GetDefaultPolicyDocument, options);
|
5401
|
-
}
|
5402
|
-
exports.useGetDefaultPolicyQuery = useGetDefaultPolicyQuery;
|
5403
|
-
function useGetDefaultPolicyLazyQuery(baseOptions) {
|
5404
|
-
const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
|
5405
|
-
return Apollo.useLazyQuery(exports.GetDefaultPolicyDocument, options);
|
5406
|
-
}
|
5407
|
-
exports.useGetDefaultPolicyLazyQuery = useGetDefaultPolicyLazyQuery;
|
5408
|
-
exports.GetDefaultPolicySettingsDocument = client_1.gql `
|
5409
|
-
query GetDefaultPolicySettings($target: Int) {
|
5410
|
-
defaultPolicies(target: $target) {
|
5411
|
-
id
|
5412
|
-
title
|
5413
|
-
sections {
|
5414
|
-
title
|
5415
|
-
settings {
|
5416
|
-
...DefaultSetting
|
5417
|
-
}
|
5418
|
-
}
|
5419
|
-
}
|
5420
|
-
}
|
5421
|
-
${exports.DefaultSettingFragmentDoc}`;
|
3762
|
+
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" } }] } }] } }] };
|
5422
3763
|
/**
|
5423
3764
|
* __useGetDefaultPolicySettingsQuery__
|
5424
3765
|
*
|
@@ -5445,15 +3786,7 @@ function useGetDefaultPolicySettingsLazyQuery(baseOptions) {
|
|
5445
3786
|
return Apollo.useLazyQuery(exports.GetDefaultPolicySettingsDocument, options);
|
5446
3787
|
}
|
5447
3788
|
exports.useGetDefaultPolicySettingsLazyQuery = useGetDefaultPolicySettingsLazyQuery;
|
5448
|
-
exports.GetDefaultRoleDocument =
|
5449
|
-
query GetDefaultRole {
|
5450
|
-
getRoles(input: [{target: 6}]) {
|
5451
|
-
... on DefaultRole {
|
5452
|
-
...Configuration
|
5453
|
-
}
|
5454
|
-
}
|
5455
|
-
}
|
5456
|
-
${exports.ConfigurationFragmentDoc}`;
|
3789
|
+
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" } }] } }] };
|
5457
3790
|
/**
|
5458
3791
|
* __useGetDefaultRoleQuery__
|
5459
3792
|
*
|
@@ -5479,13 +3812,7 @@ function useGetDefaultRoleLazyQuery(baseOptions) {
|
|
5479
3812
|
return Apollo.useLazyQuery(exports.GetDefaultRoleDocument, options);
|
5480
3813
|
}
|
5481
3814
|
exports.useGetDefaultRoleLazyQuery = useGetDefaultRoleLazyQuery;
|
5482
|
-
exports.GetTeamContextDocument =
|
5483
|
-
query GetTeamContext {
|
5484
|
-
getTeamContext @client {
|
5485
|
-
...TeamContext
|
5486
|
-
}
|
5487
|
-
}
|
5488
|
-
${exports.TeamContextFragmentDoc}`;
|
3815
|
+
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" } }] } }] };
|
5489
3816
|
/**
|
5490
3817
|
* __useGetTeamContextQuery__
|
5491
3818
|
*
|
@@ -5511,13 +3838,7 @@ function useGetTeamContextLazyQuery(baseOptions) {
|
|
5511
3838
|
return Apollo.useLazyQuery(exports.GetTeamContextDocument, options);
|
5512
3839
|
}
|
5513
3840
|
exports.useGetTeamContextLazyQuery = useGetTeamContextLazyQuery;
|
5514
|
-
exports.GetTeamNameFromContextDocument =
|
5515
|
-
query GetTeamNameFromContext {
|
5516
|
-
getTeamNameFromContext @client {
|
5517
|
-
...TeamNameInContext
|
5518
|
-
}
|
5519
|
-
}
|
5520
|
-
${exports.TeamNameInContextFragmentDoc}`;
|
3841
|
+
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" } }] } }] };
|
5521
3842
|
/**
|
5522
3843
|
* __useGetTeamNameFromContextQuery__
|
5523
3844
|
*
|
@@ -5543,24 +3864,7 @@ function useGetTeamNameFromContextLazyQuery(baseOptions) {
|
|
5543
3864
|
return Apollo.useLazyQuery(exports.GetTeamNameFromContextDocument, options);
|
5544
3865
|
}
|
5545
3866
|
exports.useGetTeamNameFromContextLazyQuery = useGetTeamNameFromContextLazyQuery;
|
5546
|
-
exports.getUserAccessRoleDocument =
|
5547
|
-
query getUserAccessRole($input: [RoleInput]) {
|
5548
|
-
getUserAccessRole(input: $input) {
|
5549
|
-
accessRoles {
|
5550
|
-
... on OrganizationRole {
|
5551
|
-
...Configuration
|
5552
|
-
}
|
5553
|
-
... on ResourceRole {
|
5554
|
-
...Configuration
|
5555
|
-
}
|
5556
|
-
}
|
5557
|
-
resourceUserRoles {
|
5558
|
-
resource
|
5559
|
-
role
|
5560
|
-
}
|
5561
|
-
}
|
5562
|
-
}
|
5563
|
-
${exports.ConfigurationFragmentDoc}`;
|
3867
|
+
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" } }] } }] };
|
5564
3868
|
/**
|
5565
3869
|
* __usegetUserAccessRoleQuery__
|
5566
3870
|
*
|
@@ -5587,14 +3891,7 @@ function usegetUserAccessRoleLazyQuery(baseOptions) {
|
|
5587
3891
|
return Apollo.useLazyQuery(exports.getUserAccessRoleDocument, options);
|
5588
3892
|
}
|
5589
3893
|
exports.usegetUserAccessRoleLazyQuery = usegetUserAccessRoleLazyQuery;
|
5590
|
-
exports.OpenPreferencesSettingsDocument =
|
5591
|
-
query OpenPreferencesSettings($resource: URI, $jsonEditor: Boolean, $options: PreferencesOpenOptions_Input) {
|
5592
|
-
openPreferencesSettings(resource: $resource, jsonEditor: $jsonEditor, options: $options) @client {
|
5593
|
-
editableSettingsInput
|
5594
|
-
defaultPreferencesInput
|
5595
|
-
}
|
5596
|
-
}
|
5597
|
-
`;
|
3894
|
+
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" } }] } }] } }] };
|
5598
3895
|
/**
|
5599
3896
|
* __useOpenPreferencesSettingsQuery__
|
5600
3897
|
*
|
@@ -5623,15 +3920,7 @@ function useOpenPreferencesSettingsLazyQuery(baseOptions) {
|
|
5623
3920
|
return Apollo.useLazyQuery(exports.OpenPreferencesSettingsDocument, options);
|
5624
3921
|
}
|
5625
3922
|
exports.useOpenPreferencesSettingsLazyQuery = useOpenPreferencesSettingsLazyQuery;
|
5626
|
-
exports.GetOrgConfigurationDocument =
|
5627
|
-
query GetOrgConfiguration($input: [ConfigurationInput]) {
|
5628
|
-
getConfiguration(input: $input) {
|
5629
|
-
... on OrganizationConfiguration {
|
5630
|
-
...Configuration
|
5631
|
-
}
|
5632
|
-
}
|
5633
|
-
}
|
5634
|
-
${exports.ConfigurationFragmentDoc}`;
|
3923
|
+
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" } }] } }] };
|
5635
3924
|
/**
|
5636
3925
|
* __useGetOrgConfigurationQuery__
|
5637
3926
|
*
|
@@ -5658,15 +3947,7 @@ function useGetOrgConfigurationLazyQuery(baseOptions) {
|
|
5658
3947
|
return Apollo.useLazyQuery(exports.GetOrgConfigurationDocument, options);
|
5659
3948
|
}
|
5660
3949
|
exports.useGetOrgConfigurationLazyQuery = useGetOrgConfigurationLazyQuery;
|
5661
|
-
exports.GetOrgPolicyDocument =
|
5662
|
-
query GetOrgPolicy($input: [ConfigurationInput]) {
|
5663
|
-
getConfigurationPolicies(input: $input) {
|
5664
|
-
... on OrganizationPolicy {
|
5665
|
-
...Configuration
|
5666
|
-
}
|
5667
|
-
}
|
5668
|
-
}
|
5669
|
-
${exports.ConfigurationFragmentDoc}`;
|
3950
|
+
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" } }] } }] };
|
5670
3951
|
/**
|
5671
3952
|
* __useGetOrgPolicyQuery__
|
5672
3953
|
*
|
@@ -5693,15 +3974,7 @@ function useGetOrgPolicyLazyQuery(baseOptions) {
|
|
5693
3974
|
return Apollo.useLazyQuery(exports.GetOrgPolicyDocument, options);
|
5694
3975
|
}
|
5695
3976
|
exports.useGetOrgPolicyLazyQuery = useGetOrgPolicyLazyQuery;
|
5696
|
-
exports.GetOrgRoleDocument =
|
5697
|
-
query GetOrgRole($input: [RoleInput]) {
|
5698
|
-
getRoles(input: $input) {
|
5699
|
-
... on OrganizationRole {
|
5700
|
-
...Configuration
|
5701
|
-
}
|
5702
|
-
}
|
5703
|
-
}
|
5704
|
-
${exports.ConfigurationFragmentDoc}`;
|
3977
|
+
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" } }] } }] };
|
5705
3978
|
/**
|
5706
3979
|
* __useGetOrgRoleQuery__
|
5707
3980
|
*
|
@@ -5728,18 +4001,7 @@ function useGetOrgRoleLazyQuery(baseOptions) {
|
|
5728
4001
|
return Apollo.useLazyQuery(exports.GetOrgRoleDocument, options);
|
5729
4002
|
}
|
5730
4003
|
exports.useGetOrgRoleLazyQuery = useGetOrgRoleLazyQuery;
|
5731
|
-
exports.GetOrgWithResourcesPolicyDocument =
|
5732
|
-
query GetOrgWithResourcesPolicy($input: [ConfigurationInput]) {
|
5733
|
-
getConfigurationPolicies(input: $input) {
|
5734
|
-
... on OrganizationPolicy {
|
5735
|
-
...Configuration
|
5736
|
-
}
|
5737
|
-
... on ResourcePolicy {
|
5738
|
-
...Configuration
|
5739
|
-
}
|
5740
|
-
}
|
5741
|
-
}
|
5742
|
-
${exports.ConfigurationFragmentDoc}`;
|
4004
|
+
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" } }] } }] };
|
5743
4005
|
/**
|
5744
4006
|
* __useGetOrgWithResourcesPolicyQuery__
|
5745
4007
|
*
|
@@ -5766,18 +4028,7 @@ function useGetOrgWithResourcesPolicyLazyQuery(baseOptions) {
|
|
5766
4028
|
return Apollo.useLazyQuery(exports.GetOrgWithResourcesPolicyDocument, options);
|
5767
4029
|
}
|
5768
4030
|
exports.useGetOrgWithResourcesPolicyLazyQuery = useGetOrgWithResourcesPolicyLazyQuery;
|
5769
|
-
exports.GetOrgWithResourcesRoleDocument =
|
5770
|
-
query GetOrgWithResourcesRole($input: [RoleInput]) {
|
5771
|
-
getRoles(input: $input) {
|
5772
|
-
... on OrganizationRole {
|
5773
|
-
...Configuration
|
5774
|
-
}
|
5775
|
-
... on ResourceRole {
|
5776
|
-
...Configuration
|
5777
|
-
}
|
5778
|
-
}
|
5779
|
-
}
|
5780
|
-
${exports.ConfigurationFragmentDoc}`;
|
4031
|
+
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" } }] } }] };
|
5781
4032
|
/**
|
5782
4033
|
* __useGetOrgWithResourcesRoleQuery__
|
5783
4034
|
*
|
@@ -5804,11 +4055,7 @@ function useGetOrgWithResourcesRoleLazyQuery(baseOptions) {
|
|
5804
4055
|
return Apollo.useLazyQuery(exports.GetOrgWithResourcesRoleDocument, options);
|
5805
4056
|
}
|
5806
4057
|
exports.useGetOrgWithResourcesRoleLazyQuery = useGetOrgWithResourcesRoleLazyQuery;
|
5807
|
-
exports.ResolveConfigurationDocument =
|
5808
|
-
query ResolveConfiguration($input: PreferencesInput_Input!, $key: String, $overrides: ConfigurationOverrides_Input) {
|
5809
|
-
resolveConfiguration(input: $input, key: $key, overrides: $overrides) @client(always: true)
|
5810
|
-
}
|
5811
|
-
`;
|
4058
|
+
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 } }] }] }] } }] };
|
5812
4059
|
/**
|
5813
4060
|
* __useResolveConfigurationQuery__
|
5814
4061
|
*
|
@@ -5837,15 +4084,7 @@ function useResolveConfigurationLazyQuery(baseOptions) {
|
|
5837
4084
|
return Apollo.useLazyQuery(exports.ResolveConfigurationDocument, options);
|
5838
4085
|
}
|
5839
4086
|
exports.useResolveConfigurationLazyQuery = useResolveConfigurationLazyQuery;
|
5840
|
-
exports.GetResourcesConfigurationDocument =
|
5841
|
-
query GetResourcesConfiguration($input: [ConfigurationInput]) {
|
5842
|
-
getConfiguration(input: $input) {
|
5843
|
-
... on OrganizationResourceConfiguration {
|
5844
|
-
...Configuration
|
5845
|
-
}
|
5846
|
-
}
|
5847
|
-
}
|
5848
|
-
${exports.ConfigurationFragmentDoc}`;
|
4087
|
+
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" } }] } }] };
|
5849
4088
|
/**
|
5850
4089
|
* __useGetResourcesConfigurationQuery__
|
5851
4090
|
*
|
@@ -5872,15 +4111,7 @@ function useGetResourcesConfigurationLazyQuery(baseOptions) {
|
|
5872
4111
|
return Apollo.useLazyQuery(exports.GetResourcesConfigurationDocument, options);
|
5873
4112
|
}
|
5874
4113
|
exports.useGetResourcesConfigurationLazyQuery = useGetResourcesConfigurationLazyQuery;
|
5875
|
-
exports.GetUserConfigurationDocument =
|
5876
|
-
query GetUserConfiguration {
|
5877
|
-
getConfiguration(input: [{target: 1}]) {
|
5878
|
-
... on UserConfiguration {
|
5879
|
-
...Configuration
|
5880
|
-
}
|
5881
|
-
}
|
5882
|
-
}
|
5883
|
-
${exports.ConfigurationFragmentDoc}`;
|
4114
|
+
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" } }] } }] };
|
5884
4115
|
/**
|
5885
4116
|
* __useGetUserConfigurationQuery__
|
5886
4117
|
*
|
@@ -5893,6 +4124,7 @@ exports.GetUserConfigurationDocument = client_1.gql `
|
|
5893
4124
|
* @example
|
5894
4125
|
* const { data, loading, error } = useGetUserConfigurationQuery({
|
5895
4126
|
* variables: {
|
4127
|
+
* input: // value for 'input'
|
5896
4128
|
* },
|
5897
4129
|
* });
|
5898
4130
|
*/
|
@@ -5906,25 +4138,7 @@ function useGetUserConfigurationLazyQuery(baseOptions) {
|
|
5906
4138
|
return Apollo.useLazyQuery(exports.GetUserConfigurationDocument, options);
|
5907
4139
|
}
|
5908
4140
|
exports.useGetUserConfigurationLazyQuery = useGetUserConfigurationLazyQuery;
|
5909
|
-
exports.DefaultSettingsDocument =
|
5910
|
-
query DefaultSettings($target: Int) {
|
5911
|
-
defaultViewerSettingsSubject(target: $target) {
|
5912
|
-
settingsCascade {
|
5913
|
-
finalConfiguration {
|
5914
|
-
defaultSetting {
|
5915
|
-
title
|
5916
|
-
id
|
5917
|
-
sections {
|
5918
|
-
settings {
|
5919
|
-
...DefaultSetting
|
5920
|
-
}
|
5921
|
-
}
|
5922
|
-
}
|
5923
|
-
}
|
5924
|
-
}
|
5925
|
-
}
|
5926
|
-
}
|
5927
|
-
${exports.DefaultSettingFragmentDoc}`;
|
4141
|
+
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" } }] } }] } }] };
|
5928
4142
|
/**
|
5929
4143
|
* __useDefaultSettingsQuery__
|
5930
4144
|
*
|
@@ -5951,16 +4165,7 @@ function useDefaultSettingsLazyQuery(baseOptions) {
|
|
5951
4165
|
return Apollo.useLazyQuery(exports.DefaultSettingsDocument, options);
|
5952
4166
|
}
|
5953
4167
|
exports.useDefaultSettingsLazyQuery = useDefaultSettingsLazyQuery;
|
5954
|
-
exports.getContributionRolesDocument =
|
5955
|
-
query getContributionRoles {
|
5956
|
-
getContributionRoles {
|
5957
|
-
id
|
5958
|
-
name
|
5959
|
-
target
|
5960
|
-
description
|
5961
|
-
}
|
5962
|
-
}
|
5963
|
-
`;
|
4168
|
+
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" } }] } }] } }] };
|
5964
4169
|
/**
|
5965
4170
|
* __usegetContributionRolesQuery__
|
5966
4171
|
*
|
@@ -5986,13 +4191,7 @@ function usegetContributionRolesLazyQuery(baseOptions) {
|
|
5986
4191
|
return Apollo.useLazyQuery(exports.getContributionRolesDocument, options);
|
5987
4192
|
}
|
5988
4193
|
exports.usegetContributionRolesLazyQuery = usegetContributionRolesLazyQuery;
|
5989
|
-
exports.GetOrgContextDocument =
|
5990
|
-
query GetOrgContext {
|
5991
|
-
getOrgContext @client {
|
5992
|
-
...OrgContext
|
5993
|
-
}
|
5994
|
-
}
|
5995
|
-
${exports.OrgContextFragmentDoc}`;
|
4194
|
+
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" } }] } }] };
|
5996
4195
|
/**
|
5997
4196
|
* __useGetOrgContextQuery__
|
5998
4197
|
*
|
@@ -6018,13 +4217,7 @@ function useGetOrgContextLazyQuery(baseOptions) {
|
|
6018
4217
|
return Apollo.useLazyQuery(exports.GetOrgContextDocument, options);
|
6019
4218
|
}
|
6020
4219
|
exports.useGetOrgContextLazyQuery = useGetOrgContextLazyQuery;
|
6021
|
-
exports.GetOrgNameFromContextDocument =
|
6022
|
-
query GetOrgNameFromContext {
|
6023
|
-
getOrgNameFromContext @client {
|
6024
|
-
...OrgNameInContext
|
6025
|
-
}
|
6026
|
-
}
|
6027
|
-
${exports.OrgNameInContextFragmentDoc}`;
|
4220
|
+
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" } }] } }] };
|
6028
4221
|
/**
|
6029
4222
|
* __useGetOrgNameFromContextQuery__
|
6030
4223
|
*
|
@@ -6050,16 +4243,7 @@ function useGetOrgNameFromContextLazyQuery(baseOptions) {
|
|
6050
4243
|
return Apollo.useLazyQuery(exports.GetOrgNameFromContextDocument, options);
|
6051
4244
|
}
|
6052
4245
|
exports.useGetOrgNameFromContextLazyQuery = useGetOrgNameFromContextLazyQuery;
|
6053
|
-
exports.getRoleDocument =
|
6054
|
-
query getRole($input: RoleInput) {
|
6055
|
-
getRole(input: $input) {
|
6056
|
-
... on OrganizationRole {
|
6057
|
-
contents
|
6058
|
-
keys
|
6059
|
-
}
|
6060
|
-
}
|
6061
|
-
}
|
6062
|
-
`;
|
4246
|
+
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" } }] } }] } }] } }] };
|
6063
4247
|
/**
|
6064
4248
|
* __usegetRoleQuery__
|
6065
4249
|
*
|
@@ -6086,18 +4270,7 @@ function usegetRoleLazyQuery(baseOptions) {
|
|
6086
4270
|
return Apollo.useLazyQuery(exports.getRoleDocument, options);
|
6087
4271
|
}
|
6088
4272
|
exports.usegetRoleLazyQuery = usegetRoleLazyQuery;
|
6089
|
-
exports.FilterIntegrationConfigurationDocument =
|
6090
|
-
query FilterIntegrationConfiguration($filter: IntegrationConfigurationFilterInput!) {
|
6091
|
-
filterIntegrationConfiguration(filter: $filter) {
|
6092
|
-
id
|
6093
|
-
name
|
6094
|
-
integrationName
|
6095
|
-
status
|
6096
|
-
updatedAt
|
6097
|
-
integrationInfo
|
6098
|
-
}
|
6099
|
-
}
|
6100
|
-
`;
|
4273
|
+
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" } }] } }] } }] };
|
6101
4274
|
/**
|
6102
4275
|
* __useFilterIntegrationConfigurationQuery__
|
6103
4276
|
*
|
@@ -6124,18 +4297,7 @@ function useFilterIntegrationConfigurationLazyQuery(baseOptions) {
|
|
6124
4297
|
return Apollo.useLazyQuery(exports.FilterIntegrationConfigurationDocument, options);
|
6125
4298
|
}
|
6126
4299
|
exports.useFilterIntegrationConfigurationLazyQuery = useFilterIntegrationConfigurationLazyQuery;
|
6127
|
-
exports.GetAllIntegrationConfigurationsDocument =
|
6128
|
-
query GetAllIntegrationConfigurations {
|
6129
|
-
getAllIntegrationConfigurations {
|
6130
|
-
id
|
6131
|
-
name
|
6132
|
-
integrationName
|
6133
|
-
status
|
6134
|
-
updatedAt
|
6135
|
-
integrationInfo
|
6136
|
-
}
|
6137
|
-
}
|
6138
|
-
`;
|
4300
|
+
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" } }] } }] } }] };
|
6139
4301
|
/**
|
6140
4302
|
* __useGetAllIntegrationConfigurationsQuery__
|
6141
4303
|
*
|
@@ -6161,18 +4323,7 @@ function useGetAllIntegrationConfigurationsLazyQuery(baseOptions) {
|
|
6161
4323
|
return Apollo.useLazyQuery(exports.GetAllIntegrationConfigurationsDocument, options);
|
6162
4324
|
}
|
6163
4325
|
exports.useGetAllIntegrationConfigurationsLazyQuery = useGetAllIntegrationConfigurationsLazyQuery;
|
6164
|
-
exports.GetIntegrationConfigurationDocument =
|
6165
|
-
query GetIntegrationConfiguration($id: String!) {
|
6166
|
-
getIntegrationConfiguration(id: $id) {
|
6167
|
-
id
|
6168
|
-
name
|
6169
|
-
integrationName
|
6170
|
-
status
|
6171
|
-
updatedAt
|
6172
|
-
integrationInfo
|
6173
|
-
}
|
6174
|
-
}
|
6175
|
-
`;
|
4326
|
+
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" } }] } }] } }] };
|
6176
4327
|
/**
|
6177
4328
|
* __useGetIntegrationConfigurationQuery__
|
6178
4329
|
*
|
@@ -6199,18 +4350,7 @@ function useGetIntegrationConfigurationLazyQuery(baseOptions) {
|
|
6199
4350
|
return Apollo.useLazyQuery(exports.GetIntegrationConfigurationDocument, options);
|
6200
4351
|
}
|
6201
4352
|
exports.useGetIntegrationConfigurationLazyQuery = useGetIntegrationConfigurationLazyQuery;
|
6202
|
-
exports.GetOrgWithResourcesConfigurationDocument =
|
6203
|
-
query GetOrgWithResourcesConfiguration($input: [ConfigurationInput]) {
|
6204
|
-
getConfiguration(input: $input) {
|
6205
|
-
... on OrganizationConfiguration {
|
6206
|
-
...Configuration
|
6207
|
-
}
|
6208
|
-
... on OrganizationResourceConfiguration {
|
6209
|
-
...Configuration
|
6210
|
-
}
|
6211
|
-
}
|
6212
|
-
}
|
6213
|
-
${exports.ConfigurationFragmentDoc}`;
|
4353
|
+
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": "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" } }] } }] };
|
6214
4354
|
/**
|
6215
4355
|
* __useGetOrgWithResourcesConfigurationQuery__
|
6216
4356
|
*
|
@@ -6237,18 +4377,7 @@ function useGetOrgWithResourcesConfigurationLazyQuery(baseOptions) {
|
|
6237
4377
|
return Apollo.useLazyQuery(exports.GetOrgWithResourcesConfigurationDocument, options);
|
6238
4378
|
}
|
6239
4379
|
exports.useGetOrgWithResourcesConfigurationLazyQuery = useGetOrgWithResourcesConfigurationLazyQuery;
|
6240
|
-
exports.GetUserWithDefaultConfigurationDocument =
|
6241
|
-
query GetUserWithDefaultConfiguration($input: [ConfigurationInput]) {
|
6242
|
-
getConfiguration(input: $input) {
|
6243
|
-
... on DefaultConfiguration {
|
6244
|
-
...Configuration
|
6245
|
-
}
|
6246
|
-
... on UserConfiguration {
|
6247
|
-
...Configuration
|
6248
|
-
}
|
6249
|
-
}
|
6250
|
-
}
|
6251
|
-
${exports.ConfigurationFragmentDoc}`;
|
4380
|
+
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" } }] } }] };
|
6252
4381
|
/**
|
6253
4382
|
* __useGetUserWithDefaultConfigurationQuery__
|
6254
4383
|
*
|
@@ -6275,13 +4404,7 @@ function useGetUserWithDefaultConfigurationLazyQuery(baseOptions) {
|
|
6275
4404
|
return Apollo.useLazyQuery(exports.GetUserWithDefaultConfigurationDocument, options);
|
6276
4405
|
}
|
6277
4406
|
exports.useGetUserWithDefaultConfigurationLazyQuery = useGetUserWithDefaultConfigurationLazyQuery;
|
6278
|
-
exports.SubscribeToConfigurationUpdateDocument =
|
6279
|
-
subscription SubscribeToConfigurationUpdate($orgName: String!) {
|
6280
|
-
SubscribeToConfigurationUpdate(orgName: $orgName) {
|
6281
|
-
...ConfigurationUpdateEvent
|
6282
|
-
}
|
6283
|
-
}
|
6284
|
-
${exports.ConfigurationUpdateEventFragmentDoc}`;
|
4407
|
+
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" } }] } }] };
|
6285
4408
|
/**
|
6286
4409
|
* __useSubscribeToConfigurationUpdateSubscription__
|
6287
4410
|
*
|
@@ -6303,18 +4426,7 @@ function useSubscribeToConfigurationUpdateSubscription(baseOptions) {
|
|
6303
4426
|
return Apollo.useSubscription(exports.SubscribeToConfigurationUpdateDocument, options);
|
6304
4427
|
}
|
6305
4428
|
exports.useSubscribeToConfigurationUpdateSubscription = useSubscribeToConfigurationUpdateSubscription;
|
6306
|
-
exports.subscribeToOrganizationContextDocument =
|
6307
|
-
subscription subscribeToOrganizationContext($orgNameFilter: String) {
|
6308
|
-
SubscribeToOrganizationContext(orgNameFilter: $orgNameFilter) {
|
6309
|
-
resources {
|
6310
|
-
uri
|
6311
|
-
name
|
6312
|
-
index
|
6313
|
-
}
|
6314
|
-
orgNameFilter
|
6315
|
-
}
|
6316
|
-
}
|
6317
|
-
`;
|
4429
|
+
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": "Field", "name": { "kind": "Name", "value": "uri" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "index" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "orgNameFilter" } }] } }] } }] };
|
6318
4430
|
/**
|
6319
4431
|
* __usesubscribeToOrganizationContextSubscription__
|
6320
4432
|
*
|
@@ -6336,13 +4448,7 @@ function usesubscribeToOrganizationContextSubscription(baseOptions) {
|
|
6336
4448
|
return Apollo.useSubscription(exports.subscribeToOrganizationContextDocument, options);
|
6337
4449
|
}
|
6338
4450
|
exports.usesubscribeToOrganizationContextSubscription = usesubscribeToOrganizationContextSubscription;
|
6339
|
-
exports.SubscribeToPermissionUpdateDocument =
|
6340
|
-
subscription SubscribeToPermissionUpdate($orgName: String) {
|
6341
|
-
SubscribeToPermissionUpdate(orgName: $orgName) {
|
6342
|
-
...ConfigurationUpdateEvent
|
6343
|
-
}
|
6344
|
-
}
|
6345
|
-
${exports.ConfigurationUpdateEventFragmentDoc}`;
|
4451
|
+
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" } }] } }] };
|
6346
4452
|
/**
|
6347
4453
|
* __useSubscribeToPermissionUpdateSubscription__
|
6348
4454
|
*
|
@@ -6364,13 +4470,7 @@ function useSubscribeToPermissionUpdateSubscription(baseOptions) {
|
|
6364
4470
|
return Apollo.useSubscription(exports.SubscribeToPermissionUpdateDocument, options);
|
6365
4471
|
}
|
6366
4472
|
exports.useSubscribeToPermissionUpdateSubscription = useSubscribeToPermissionUpdateSubscription;
|
6367
|
-
exports.SubscribeToPolicyUpdateDocument =
|
6368
|
-
subscription SubscribeToPolicyUpdate($orgName: String) {
|
6369
|
-
SubscribeToPolicyUpdate(orgName: $orgName) {
|
6370
|
-
...ConfigurationUpdateEvent
|
6371
|
-
}
|
6372
|
-
}
|
6373
|
-
${exports.ConfigurationUpdateEventFragmentDoc}`;
|
4473
|
+
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" } }] } }] };
|
6374
4474
|
/**
|
6375
4475
|
* __useSubscribeToPolicyUpdateSubscription__
|
6376
4476
|
*
|
@@ -6392,11 +4492,7 @@ function useSubscribeToPolicyUpdateSubscription(baseOptions) {
|
|
6392
4492
|
return Apollo.useSubscription(exports.SubscribeToPolicyUpdateDocument, options);
|
6393
4493
|
}
|
6394
4494
|
exports.useSubscribeToPolicyUpdateSubscription = useSubscribeToPolicyUpdateSubscription;
|
6395
|
-
exports.UpdateConfigurationValueByUriDocument =
|
6396
|
-
mutation UpdateConfigurationValueByUri($resource: URI, $key: String!, $value: AnyObject!, $overrides: ConfigurationOverrides_Input, $target: Int, $donotNotifyError: Boolean) {
|
6397
|
-
updateConfigurationValueByUri(resource: $resource, key: $key, value: $value, overrides: $overrides, target: $target, donotNotifyError: $donotNotifyError)
|
6398
|
-
}
|
6399
|
-
`;
|
4495
|
+
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" } } }] }] } }] };
|
6400
4496
|
/**
|
6401
4497
|
* __useUpdateConfigurationValueByUriMutation__
|
6402
4498
|
*
|
@@ -6424,11 +4520,7 @@ function useUpdateConfigurationValueByUriMutation(baseOptions) {
|
|
6424
4520
|
return Apollo.useMutation(exports.UpdateConfigurationValueByUriDocument, options);
|
6425
4521
|
}
|
6426
4522
|
exports.useUpdateConfigurationValueByUriMutation = useUpdateConfigurationValueByUriMutation;
|
6427
|
-
exports.UpdateConfigurationValueDocument =
|
6428
|
-
mutation UpdateConfigurationValue($key: String!, $value: AnyObject!, $overrides: ConfigurationOverrides_Input, $target: Int, $donotNotifyError: Boolean) {
|
6429
|
-
updateConfigurationValue(key: $key, value: $value, overrides: $overrides, target: $target, donotNotifyError: $donotNotifyError)
|
6430
|
-
}
|
6431
|
-
`;
|
4523
|
+
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" } } }] }] } }] };
|
6432
4524
|
/**
|
6433
4525
|
* __useUpdateConfigurationValueMutation__
|
6434
4526
|
*
|
@@ -6455,13 +4547,7 @@ function useUpdateConfigurationValueMutation(baseOptions) {
|
|
6455
4547
|
return Apollo.useMutation(exports.UpdateConfigurationValueDocument, options);
|
6456
4548
|
}
|
6457
4549
|
exports.useUpdateConfigurationValueMutation = useUpdateConfigurationValueMutation;
|
6458
|
-
exports.updateOrganizationContextAddResourcesDocument =
|
6459
|
-
mutation updateOrganizationContextAddResources($orgId: String, $resourcesToAdd: [OrganizationResourceCreationData_Input]!, $index: Int) {
|
6460
|
-
updateOrganizationContextAddResources(orgId: $orgId, resourcesToAdd: $resourcesToAdd, index: $index) {
|
6461
|
-
...OrganizationResourceData
|
6462
|
-
}
|
6463
|
-
}
|
6464
|
-
${exports.OrganizationResourceDataFragmentDoc}`;
|
4550
|
+
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": "OrganizationResourceCreationData_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": "FragmentSpread", "name": { "kind": "Name", "value": "OrganizationResourceData" } }] } }] } }, { "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "OrganizationResourceData" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "OrganizationResourceData" } }, "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" } }] } }] };
|
6465
4551
|
/**
|
6466
4552
|
* __useupdateOrganizationContextAddResourcesMutation__
|
6467
4553
|
*
|
@@ -6486,13 +4572,7 @@ function useupdateOrganizationContextAddResourcesMutation(baseOptions) {
|
|
6486
4572
|
return Apollo.useMutation(exports.updateOrganizationContextAddResourcesDocument, options);
|
6487
4573
|
}
|
6488
4574
|
exports.useupdateOrganizationContextAddResourcesMutation = useupdateOrganizationContextAddResourcesMutation;
|
6489
|
-
exports.updateOrganizationContextRemoveResourcesDocument =
|
6490
|
-
mutation updateOrganizationContextRemoveResources($resourcesToRemove: [URI!]!) {
|
6491
|
-
updateOrganizationContextRemoveResources(resourcesToRemove: $resourcesToRemove) {
|
6492
|
-
...OrganizationResourceData
|
6493
|
-
}
|
6494
|
-
}
|
6495
|
-
${exports.OrganizationResourceDataFragmentDoc}`;
|
4575
|
+
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": "FragmentSpread", "name": { "kind": "Name", "value": "OrganizationResourceData" } }] } }] } }, { "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "OrganizationResourceData" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "OrganizationResourceData" } }, "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" } }] } }] };
|
6496
4576
|
/**
|
6497
4577
|
* __useupdateOrganizationContextRemoveResourcesMutation__
|
6498
4578
|
*
|
@@ -6515,13 +4595,7 @@ function useupdateOrganizationContextRemoveResourcesMutation(baseOptions) {
|
|
6515
4595
|
return Apollo.useMutation(exports.updateOrganizationContextRemoveResourcesDocument, options);
|
6516
4596
|
}
|
6517
4597
|
exports.useupdateOrganizationContextRemoveResourcesMutation = useupdateOrganizationContextRemoveResourcesMutation;
|
6518
|
-
exports.updateOrganizationContextUpdateResourcesDocument =
|
6519
|
-
mutation updateOrganizationContextUpdateResources($resourcesToAdd: [OrganizationResourceCreationData_Input]!, $resourcesToRemove: [URI!]!, $index: Int) {
|
6520
|
-
updateOrganizationContextUpdateResources(resourcesToAdd: $resourcesToAdd, resourcesToRemove: $resourcesToRemove, index: $index) {
|
6521
|
-
...OrganizationResourceData
|
6522
|
-
}
|
6523
|
-
}
|
6524
|
-
${exports.OrganizationResourceDataFragmentDoc}`;
|
4598
|
+
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": "OrganizationResourceCreationData_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": "FragmentSpread", "name": { "kind": "Name", "value": "OrganizationResourceData" } }] } }] } }, { "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "OrganizationResourceData" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "OrganizationResourceData" } }, "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" } }] } }] };
|
6525
4599
|
/**
|
6526
4600
|
* __useupdateOrganizationContextUpdateResourcesMutation__
|
6527
4601
|
*
|
@@ -6546,11 +4620,7 @@ function useupdateOrganizationContextUpdateResourcesMutation(baseOptions) {
|
|
6546
4620
|
return Apollo.useMutation(exports.updateOrganizationContextUpdateResourcesDocument, options);
|
6547
4621
|
}
|
6548
4622
|
exports.useupdateOrganizationContextUpdateResourcesMutation = useupdateOrganizationContextUpdateResourcesMutation;
|
6549
|
-
exports.UpdatePolicyValueDocument =
|
6550
|
-
mutation UpdatePolicyValue($key: String!, $value: AnyObject!, $overrides: ConfigurationOverrides_Input, $target: Int, $donotNotifyError: Boolean) {
|
6551
|
-
updateConfigurationPolicyValue(key: $key, value: $value, overrides: $overrides, target: $target, donotNotifyError: $donotNotifyError)
|
6552
|
-
}
|
6553
|
-
`;
|
4623
|
+
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" } } }] }] } }] };
|
6554
4624
|
/**
|
6555
4625
|
* __useUpdatePolicyValueMutation__
|
6556
4626
|
*
|
@@ -6577,11 +4647,7 @@ function useUpdatePolicyValueMutation(baseOptions) {
|
|
6577
4647
|
return Apollo.useMutation(exports.UpdatePolicyValueDocument, options);
|
6578
4648
|
}
|
6579
4649
|
exports.useUpdatePolicyValueMutation = useUpdatePolicyValueMutation;
|
6580
|
-
exports.UpdateRoleValueDocument =
|
6581
|
-
mutation UpdateRoleValue($key: String!, $value: AnyObject!, $overrides: ConfigurationOverrides_Input, $target: Int, $donotNotifyError: Boolean) {
|
6582
|
-
updateRoleValue(key: $key, value: $value, overrides: $overrides, target: $target, donotNotifyError: $donotNotifyError)
|
6583
|
-
}
|
6584
|
-
`;
|
4650
|
+
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" } } }] }] } }] };
|
6585
4651
|
/**
|
6586
4652
|
* __useUpdateRoleValueMutation__
|
6587
4653
|
*
|
@@ -6608,25 +4674,7 @@ function useUpdateRoleValueMutation(baseOptions) {
|
|
6608
4674
|
return Apollo.useMutation(exports.UpdateRoleValueDocument, options);
|
6609
4675
|
}
|
6610
4676
|
exports.useUpdateRoleValueMutation = useUpdateRoleValueMutation;
|
6611
|
-
exports.getConfigurationDataDocument =
|
6612
|
-
query getConfigurationData {
|
6613
|
-
getConfigurationData {
|
6614
|
-
defaults {
|
6615
|
-
...Configuration
|
6616
|
-
}
|
6617
|
-
user {
|
6618
|
-
...Configuration
|
6619
|
-
}
|
6620
|
-
organization {
|
6621
|
-
...Configuration
|
6622
|
-
}
|
6623
|
-
resources {
|
6624
|
-
...Configuration
|
6625
|
-
}
|
6626
|
-
isComplete
|
6627
|
-
}
|
6628
|
-
}
|
6629
|
-
${exports.ConfigurationFragmentDoc}`;
|
4677
|
+
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" } }] } }] };
|
6630
4678
|
/**
|
6631
4679
|
* __usegetConfigurationDataQuery__
|
6632
4680
|
*
|
@@ -6652,13 +4700,34 @@ function usegetConfigurationDataLazyQuery(baseOptions) {
|
|
6652
4700
|
return Apollo.useLazyQuery(exports.getConfigurationDataDocument, options);
|
6653
4701
|
}
|
6654
4702
|
exports.usegetConfigurationDataLazyQuery = usegetConfigurationDataLazyQuery;
|
6655
|
-
exports.
|
6656
|
-
|
6657
|
-
|
6658
|
-
|
6659
|
-
|
4703
|
+
exports.MachineResourceContextDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "MachineResourceContext" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "machineId" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getMachineResourceContext" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "machineId" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "machineId" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "MachineData" } }] } }] } }, { "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "MachineData" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "MachineData" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "resources" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "OrganizationResourceData" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "configurations" } }] } }, { "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "OrganizationResourceData" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "OrganizationResourceData" } }, "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" } }] } }] };
|
4704
|
+
/**
|
4705
|
+
* __useMachineResourceContextQuery__
|
4706
|
+
*
|
4707
|
+
* To run a query within a React component, call `useMachineResourceContextQuery` and pass it any options that fit your needs.
|
4708
|
+
* When your component renders, `useMachineResourceContextQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
4709
|
+
* you can use to render your UI.
|
4710
|
+
*
|
4711
|
+
* @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;
|
4712
|
+
*
|
4713
|
+
* @example
|
4714
|
+
* const { data, loading, error } = useMachineResourceContextQuery({
|
4715
|
+
* variables: {
|
4716
|
+
* machineId: // value for 'machineId'
|
4717
|
+
* },
|
4718
|
+
* });
|
4719
|
+
*/
|
4720
|
+
function useMachineResourceContextQuery(baseOptions) {
|
4721
|
+
const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
|
4722
|
+
return Apollo.useQuery(exports.MachineResourceContextDocument, options);
|
6660
4723
|
}
|
6661
|
-
|
4724
|
+
exports.useMachineResourceContextQuery = useMachineResourceContextQuery;
|
4725
|
+
function useMachineResourceContextLazyQuery(baseOptions) {
|
4726
|
+
const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
|
4727
|
+
return Apollo.useLazyQuery(exports.MachineResourceContextDocument, options);
|
4728
|
+
}
|
4729
|
+
exports.useMachineResourceContextLazyQuery = useMachineResourceContextLazyQuery;
|
4730
|
+
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": "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": "FragmentSpread", "name": { "kind": "Name", "value": "OrganizationResourceData" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "configuration" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }] } }, { "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "OrganizationResourceData" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "OrganizationResourceData" } }, "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" } }] } }] };
|
6662
4731
|
/**
|
6663
4732
|
* __useOrganizationResourceContextQuery__
|
6664
4733
|
*
|
@@ -6685,4 +4754,31 @@ function useOrganizationResourceContextLazyQuery(baseOptions) {
|
|
6685
4754
|
return Apollo.useLazyQuery(exports.OrganizationResourceContextDocument, options);
|
6686
4755
|
}
|
6687
4756
|
exports.useOrganizationResourceContextLazyQuery = useOrganizationResourceContextLazyQuery;
|
4757
|
+
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" } }] } }] } }] } }] };
|
4758
|
+
/**
|
4759
|
+
* __useViewerSettingsQuery__
|
4760
|
+
*
|
4761
|
+
* To run a query within a React component, call `useViewerSettingsQuery` and pass it any options that fit your needs.
|
4762
|
+
* When your component renders, `useViewerSettingsQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
4763
|
+
* you can use to render your UI.
|
4764
|
+
*
|
4765
|
+
* @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;
|
4766
|
+
*
|
4767
|
+
* @example
|
4768
|
+
* const { data, loading, error } = useViewerSettingsQuery({
|
4769
|
+
* variables: {
|
4770
|
+
* input: // value for 'input'
|
4771
|
+
* },
|
4772
|
+
* });
|
4773
|
+
*/
|
4774
|
+
function useViewerSettingsQuery(baseOptions) {
|
4775
|
+
const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
|
4776
|
+
return Apollo.useQuery(exports.ViewerSettingsDocument, options);
|
4777
|
+
}
|
4778
|
+
exports.useViewerSettingsQuery = useViewerSettingsQuery;
|
4779
|
+
function useViewerSettingsLazyQuery(baseOptions) {
|
4780
|
+
const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
|
4781
|
+
return Apollo.useLazyQuery(exports.ViewerSettingsDocument, options);
|
4782
|
+
}
|
4783
|
+
exports.useViewerSettingsLazyQuery = useViewerSettingsLazyQuery;
|
6688
4784
|
//# sourceMappingURL=generated-models.js.map
|