@adminide-stack/core 1.1.1-alpha.16 → 1.1.1-alpha.160
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 +950 -581
- package/lib/interfaces/generated/generated-models.js +317 -2229
- 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,18 @@
|
|
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 = exports.useGetAllIntegrationConfigurationsQuery = exports.GetAllIntegrationConfigurationsDocument = exports.useFilterIntegrationConfigurationLazyQuery = exports.useFilterIntegrationConfigurationQuery = 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.usegetOrganizationTeamsQuery = exports.getOrganizationTeamsDocument = exports.useGetOrganizationMembersWithNameLazyQuery = exports.useGetOrganizationMembersWithNameQuery = exports.GetOrganizationMembersWithNameDocument = exports.useGetOrganizationClientsLazyQuery = exports.useGetOrganizationClientsQuery = exports.GetOrganizationClientsDocument = exports.useGetOrgUserLazyQuery = exports.useGetOrgUserQuery = exports.GetOrgUserDocument = exports.usegetOrgTeamInvitationsLazyQuery = exports.usegetOrgTeamInvitationsQuery = exports.getOrgTeamInvitationsDocument = exports.useGetOrganizationInvitationLazyQuery = exports.useGetOrganizationInvitationQuery = exports.GetOrganizationInvitationDocument = exports.useGetOrgInvitationMembersLazyQuery = exports.useGetOrgInvitationMembersQuery = exports.GetOrgInvitationMembersDocument = exports.useGetManageableOrganizationsLazyQuery = exports.useGetManageableOrganizationsQuery = exports.GetManageableOrganizationsDocument = exports.useGetInvoicesLazyQuery = exports.useGetInvoicesQuery = exports.GetInvoicesDocument = exports.useGetFilteredProjectsLazyQuery = exports.useGetFilteredProjectsQuery = exports.GetFilteredProjectsDocument = exports.useGetDefaultInvoiceNumberLazyQuery = exports.useGetDefaultInvoiceNumberQuery = exports.GetDefaultInvoiceNumberDocument = exports.useGetAsanaWorkspacesLazyQuery = exports.useGetAsanaWorkspacesQuery = exports.GetAsanaWorkspacesDocument = exports.useGetAsanaWorkspaceProjectsLazyQuery = exports.useGetAsanaWorkspaceProjectsQuery = exports.GetAsanaWorkspaceProjectsDocument = exports.useGetAsanaConnectionStateLazyQuery = exports.useGetAsanaConnectionStateQuery = exports.GetAsanaConnectionStateDocument = exports.useGetAccountsLazyQuery = exports.useGetAccountsQuery = exports.GetAccountsDocument = exports.useDecodeOrganizationInvitationLazyQuery = exports.useDecodeOrganizationInvitationQuery = exports.DecodeOrganizationInvitationDocument = exports.useAccountOnBoardingLazyQuery = exports.useAccountOnBoardingQuery = exports.AccountOnBoardingDocument = void 0;
|
7
|
+
exports.GetUsersDocument = exports.useGetOrgMembersWithRolesLazyQuery = exports.useGetOrgMembersWithRolesQuery = exports.GetOrgMembersWithRolesDocument = exports.useGetOrgMembersWithRolesUnsecuredLazyQuery = exports.useGetOrgMembersWithRolesUnsecuredQuery = exports.GetOrgMembersWithRolesUnsecuredDocument = exports.useGetAccountsApplicationPoliciesLazyQuery = exports.useGetAccountsApplicationPoliciesQuery = exports.GetAccountsApplicationPoliciesDocument = exports.useGetAccountsViewerSettingsLazyQuery = exports.useGetAccountsViewerSettingsQuery = exports.GetAccountsViewerSettingsDocument = exports.useGetViewerSettingsLazyQuery = exports.useGetViewerSettingsQuery = exports.GetViewerSettingsDocument = exports.useTeamsLazyQuery = exports.useTeamsQuery = exports.TeamsDocument = exports.useteamLazyQuery = exports.useteamQuery = exports.teamDocument = exports.useorganizationsLazyQuery = exports.useorganizationsQuery = exports.organizationsDocument = exports.useGetOrganizationMembersLazyQuery = exports.useGetOrganizationMembersQuery = exports.GetOrganizationMembersDocument = exports.usegetUserOrganizationsWithRoleLazyQuery = exports.usegetUserOrganizationsWithRoleQuery = exports.getUserOrganizationsWithRoleDocument = exports.usegetUserOrganizationsLazyQuery = exports.usegetUserOrganizationsQuery = exports.getUserOrganizationsDocument = exports.useGetUserAccountLazyQuery = exports.useGetUserAccountQuery = exports.GetUserAccountDocument = exports.usegetTeamByNameLazyQuery = exports.usegetTeamByNameQuery = exports.getTeamByNameDocument = exports.usegetTeamLazyQuery = exports.usegetTeamQuery = exports.getTeamDocument = exports.useGetTasksLazyQuery = exports.useGetTasksQuery = exports.GetTasksDocument = exports.useGetProjectsLazyQuery = exports.useGetProjectsQuery = exports.GetProjectsDocument = exports.usegetOrganizationTeamsLazyQuery = void 0;
|
8
|
+
exports.repositoriesDocument = exports.usegetAllMonocularRegistriesLazyQuery = exports.usegetAllMonocularRegistriesQuery = exports.getAllMonocularRegistriesDocument = exports.usegetChartsLazyQuery = exports.usegetChartsQuery = exports.getChartsDocument = exports.usegetChartLazyQuery = exports.usegetChartQuery = exports.getChartDocument = exports.usechartVersionsLazyQuery = exports.usechartVersionsQuery = exports.chartVersionsDocument = exports.usegetChartDetailsLazyQuery = exports.usegetChartDetailsQuery = exports.getChartDetailsDocument = exports.useuploadMutation = exports.uploadDocument = exports.useupdateMonocularRegistryMutation = exports.updateMonocularRegistryDocument = exports.usetestConnectionMutation = exports.testConnectionDocument = exports.useremoveUserRepositoryMutation = exports.removeUserRepositoryDocument = exports.useremoveMonocularRegistryMutation = exports.removeMonocularRegistryDocument = exports.usecreateUserRepositoryMutation = exports.createUserRepositoryDocument = exports.usecreateMonocularRegistryMutation = exports.createMonocularRegistryDocument = exports.useupdateDockerRegistryMutation = exports.updateDockerRegistryDocument = exports.useremoveDockerRegistryMutation = exports.removeDockerRegistryDocument = exports.usedockerRegistryCatalogLazyQuery = exports.usedockerRegistryCatalogQuery = exports.dockerRegistryCatalogDocument = exports.usetagsLazyQuery = exports.usetagsQuery = exports.tagsDocument = exports.usecreateDockerRegistryMutation = exports.createDockerRegistryDocument = exports.usegetAllDockerRegistriesLazyQuery = exports.usegetAllDockerRegistriesQuery = exports.getAllDockerRegistriesDocument = exports.usedockerCatalogLazyQuery = exports.usedockerCatalogQuery = exports.dockerCatalogDocument = exports.useGetUsersLazyQuery = exports.useGetUsersQuery = void 0;
|
9
|
+
exports.toggleSidebarDocument = exports.usesubscribeToWorkspaceSubscription = exports.subscribeToWorkspaceDocument = exports.useGetWorkspacesLazyQuery = exports.useGetWorkspacesQuery = exports.GetWorkspacesDocument = exports.useWorkspaceStateLazyQuery = exports.useWorkspaceStateQuery = exports.WorkspaceStateDocument = exports.useGetWorkspaceLazyQuery = exports.useGetWorkspaceQuery = exports.GetWorkspaceDocument = exports.useGetTeamWorkspacesLazyQuery = exports.useGetTeamWorkspacesQuery = exports.GetTeamWorkspacesDocument = exports.useRestoreWorkspaceCreationFormLazyQuery = exports.useRestoreWorkspaceCreationFormQuery = exports.RestoreWorkspaceCreationFormDocument = exports.useGetOrgWorkspacesLazyQuery = exports.useGetOrgWorkspacesQuery = exports.GetOrgWorkspacesDocument = exports.useClearWorkspaceCreationFormMutation = exports.ClearWorkspaceCreationFormDocument = exports.useUpdateWorkspaceMutation = exports.UpdateWorkspaceDocument = exports.useStopWorkspaceMutation = exports.StopWorkspaceDocument = exports.useStartWorkspaceMutation = exports.StartWorkspaceDocument = exports.useSetEnvVariablesMutation = exports.SetEnvVariablesDocument = exports.useRemoveWorkpsaceMutation = exports.RemoveWorkpsaceDocument = exports.useRemoveTeamFromWorkspaceMutation = exports.RemoveTeamFromWorkspaceDocument = exports.useAddWorkspaceMutation = exports.AddWorkspaceDocument = exports.useAddTeamToWorkspacesMutation = exports.AddTeamToWorkspacesDocument = exports.useAddStacksMutation = exports.AddStacksDocument = exports.useAddProjectMutation = exports.AddProjectDocument = exports.useCollectMutation = exports.CollectDocument = exports.useuserRepositoriesLazyQuery = exports.useuserRepositoriesQuery = exports.userRepositoriesDocument = exports.userepositoriesLazyQuery = exports.userepositoriesQuery = void 0;
|
10
|
+
exports.useGetDefaultPolicySettingsLazyQuery = exports.useGetDefaultPolicySettingsQuery = exports.GetDefaultPolicySettingsDocument = exports.useGetDefaultPermissionsLazyQuery = exports.useGetDefaultPermissionsQuery = exports.GetDefaultPermissionsDocument = exports.useGetDefaultApplicationPermissionsLazyQuery = exports.useGetDefaultApplicationPermissionsQuery = exports.GetDefaultApplicationPermissionsDocument = exports.useGetContextPropertyLazyQuery = exports.useGetContextPropertyQuery = exports.GetContextPropertyDocument = exports.useGetConfigurationTargetLazyQuery = exports.useGetConfigurationTargetQuery = exports.GetConfigurationTargetDocument = exports.useDefaultResolveSettingsLazyQuery = exports.useDefaultResolveSettingsQuery = exports.DefaultResolveSettingsDocument = exports.useGetApplicationRoleLazyQuery = exports.useGetApplicationRoleQuery = exports.GetApplicationRoleDocument = exports.useGetApplicationPolicyLazyQuery = exports.useGetApplicationPolicyQuery = exports.GetApplicationPolicyDocument = exports.useUpdateConfigurationMutation = exports.UpdateConfigurationDocument = exports.useReassignConfigurationMutation = exports.ReassignConfigurationDocument = exports.useDeleteIntegrationConfigurationMutation = exports.DeleteIntegrationConfigurationDocument = exports.useCreateOrUpdateIntegrationConfigurationMutation = exports.CreateOrUpdateIntegrationConfigurationDocument = exports.useCreateIntegrationConfigurationMutation = exports.CreateIntegrationConfigurationDocument = exports.useInitializeTeamInContextMutation = exports.InitializeTeamInContextDocument = exports.useInitializeOrgNameInContextMutation = exports.InitializeOrgNameInContextDocument = exports.useInitiateConfigurationValueMutation = exports.InitiateConfigurationValueDocument = exports.useChangeOrganizationMutation = exports.ChangeOrganizationDocument = exports.useAddResourceToContextMutation = exports.AddResourceToContextDocument = exports.useAddContributionRoleMutation = exports.AddContributionRoleDocument = exports.usesidebarStateLazyQuery = exports.usesidebarStateQuery = exports.sidebarStateDocument = exports.usetoggleSidebarMutation = void 0;
|
11
|
+
exports.useGetOrgNameFromContextQuery = exports.GetOrgNameFromContextDocument = exports.useGetOrgContextLazyQuery = exports.useGetOrgContextQuery = exports.GetOrgContextDocument = exports.usegetContributionRolesLazyQuery = exports.usegetContributionRolesQuery = exports.getContributionRolesDocument = exports.useDefaultSettingsLazyQuery = exports.useDefaultSettingsQuery = exports.DefaultSettingsDocument = exports.useGetUserConfigurationLazyQuery = exports.useGetUserConfigurationQuery = exports.GetUserConfigurationDocument = exports.useGetResourcesConfigurationLazyQuery = exports.useGetResourcesConfigurationQuery = exports.GetResourcesConfigurationDocument = exports.useResolveConfigurationLazyQuery = exports.useResolveConfigurationQuery = exports.ResolveConfigurationDocument = exports.useGetOrgWithResourcesRoleLazyQuery = exports.useGetOrgWithResourcesRoleQuery = exports.GetOrgWithResourcesRoleDocument = exports.useGetOrgWithResourcesPolicyLazyQuery = exports.useGetOrgWithResourcesPolicyQuery = exports.GetOrgWithResourcesPolicyDocument = exports.useGetOrgRoleLazyQuery = exports.useGetOrgRoleQuery = exports.GetOrgRoleDocument = exports.useGetOrgPolicyLazyQuery = exports.useGetOrgPolicyQuery = exports.GetOrgPolicyDocument = exports.useGetOrgConfigurationLazyQuery = exports.useGetOrgConfigurationQuery = exports.GetOrgConfigurationDocument = exports.useOpenPreferencesSettingsLazyQuery = exports.useOpenPreferencesSettingsQuery = exports.OpenPreferencesSettingsDocument = exports.usegetUserAccessRoleLazyQuery = exports.usegetUserAccessRoleQuery = exports.getUserAccessRoleDocument = exports.useGetTeamNameFromContextLazyQuery = exports.useGetTeamNameFromContextQuery = exports.GetTeamNameFromContextDocument = exports.useGetTeamContextLazyQuery = exports.useGetTeamContextQuery = exports.GetTeamContextDocument = exports.useGetDefaultRoleLazyQuery = exports.useGetDefaultRoleQuery = exports.GetDefaultRoleDocument = void 0;
|
12
|
+
exports.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 = exports.usegetRoleQuery = exports.getRoleDocument = exports.useGetOrgNameFromContextLazyQuery = void 0;
|
13
|
+
exports.useViewerSettingsLazyQuery = exports.useViewerSettingsQuery = exports.ViewerSettingsDocument = void 0;
|
13
14
|
const enum_1 = require("../enum");
|
14
15
|
Object.defineProperty(exports, "InactivityInterval", { enumerable: true, get: function () { return enum_1.InactivityInterval; } });
|
15
|
-
const client_1 = require("@apollo/client");
|
16
16
|
const Apollo = require("@apollo/client");
|
17
17
|
const defaultOptions = {};
|
18
18
|
var IAccountServiceAction;
|
@@ -26,6 +26,7 @@ var IAccountServiceAction;
|
|
26
26
|
IAccountServiceAction["deleteAccount"] = "deleteAccount";
|
27
27
|
IAccountServiceAction["onAccountCreated"] = "onAccountCreated";
|
28
28
|
IAccountServiceAction["onAccountDeleted"] = "onAccountDeleted";
|
29
|
+
IAccountServiceAction["accountOnBoarding"] = "accountOnBoarding";
|
29
30
|
})(IAccountServiceAction = exports.IAccountServiceAction || (exports.IAccountServiceAction = {}));
|
30
31
|
;
|
31
32
|
var IActivityServiceCommands;
|
@@ -105,6 +106,7 @@ var IClientCacheTypeNames;
|
|
105
106
|
IClientCacheTypeNames["DefaultPolicy"] = "DefaultPolicy";
|
106
107
|
IClientCacheTypeNames["DefaultRole"] = "DefaultRole";
|
107
108
|
IClientCacheTypeNames["Environment"] = "Environment";
|
109
|
+
IClientCacheTypeNames["MachineConfiguration"] = "MachineConfiguration";
|
108
110
|
IClientCacheTypeNames["OrgMember"] = "OrgMember";
|
109
111
|
IClientCacheTypeNames["OrgUser"] = "OrgUser";
|
110
112
|
IClientCacheTypeNames["Organization"] = "Organization";
|
@@ -123,6 +125,7 @@ var IClientCacheTypeNames;
|
|
123
125
|
;
|
124
126
|
var IClientContainerService;
|
125
127
|
(function (IClientContainerService) {
|
128
|
+
IClientContainerService["ApolloErrorHandler"] = "ApolloErrorHandler";
|
126
129
|
IClientContainerService["Auth0Authentication"] = "Auth0Authentication";
|
127
130
|
IClientContainerService["IConfigurationFileService"] = "IConfigurationFileService";
|
128
131
|
IClientContainerService["IConfigurationPolicyService"] = "IConfigurationPolicyService";
|
@@ -149,6 +152,7 @@ var IConfigCollectionName;
|
|
149
152
|
IConfigCollectionName["application"] = "application";
|
150
153
|
IConfigCollectionName["accounts"] = "accounts";
|
151
154
|
IConfigCollectionName["organizations"] = "organizations";
|
155
|
+
IConfigCollectionName["machines"] = "machines";
|
152
156
|
IConfigCollectionName["workspaces"] = "workspaces";
|
153
157
|
IConfigCollectionName["teams"] = "teams";
|
154
158
|
IConfigCollectionName["projects"] = "projects";
|
@@ -311,6 +315,9 @@ var IOrganizationServiceAction;
|
|
311
315
|
IOrganizationServiceAction["onUserInvitationSend"] = "onUserInvitationSend";
|
312
316
|
IOrganizationServiceAction["onUserInvitationResend"] = "onUserInvitationResend";
|
313
317
|
IOrganizationServiceAction["onOrgMemberRemoved"] = "onOrgMemberRemoved";
|
318
|
+
IOrganizationServiceAction["onCreateOrganization"] = "onCreateOrganization";
|
319
|
+
IOrganizationServiceAction["onCreateTeam"] = "onCreateTeam";
|
320
|
+
IOrganizationServiceAction["onSendInvitation"] = "onSendInvitation";
|
314
321
|
})(IOrganizationServiceAction = exports.IOrganizationServiceAction || (exports.IOrganizationServiceAction = {}));
|
315
322
|
;
|
316
323
|
var IOrgUserRole;
|
@@ -614,324 +621,39 @@ var IZipkinRoutes;
|
|
614
621
|
IZipkinRoutes["search"] = "search";
|
615
622
|
})(IZipkinRoutes = exports.IZipkinRoutes || (exports.IZipkinRoutes = {}));
|
616
623
|
;
|
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.OrganizationUserFragmentDoc = client_1.gql `
|
867
|
-
fragment OrganizationUser on IOrgUser {
|
868
|
-
role
|
869
|
-
orgName
|
870
|
-
isSelf
|
871
|
-
}
|
872
|
-
`;
|
873
|
-
exports.ResourceUserRoleFragmentDoc = client_1.gql `
|
874
|
-
fragment ResourceUserRole on ResourceUser {
|
875
|
-
role
|
876
|
-
name
|
877
|
-
isSelf
|
878
|
-
orgName
|
879
|
-
}
|
880
|
-
`;
|
881
|
-
exports.RoleTargetFragmentDoc = client_1.gql `
|
882
|
-
fragment RoleTarget on ContributionRoles {
|
883
|
-
target
|
884
|
-
}
|
885
|
-
`;
|
886
|
-
exports.TeamNameInContextFragmentDoc = client_1.gql `
|
887
|
-
fragment TeamNameInContext on Context {
|
888
|
-
teamName
|
889
|
-
}
|
890
|
-
`;
|
891
|
-
exports.TeamContextFragmentDoc = client_1.gql `
|
892
|
-
fragment TeamContext on Context {
|
893
|
-
teamName
|
894
|
-
teamUri
|
895
|
-
}
|
896
|
-
`;
|
897
|
-
exports.TeamWithOrgOnContextFragmentDoc = client_1.gql `
|
898
|
-
fragment TeamWithOrgOnContext on Context {
|
899
|
-
orgName
|
900
|
-
teamName
|
901
|
-
}
|
902
|
-
`;
|
903
|
-
exports.ConfigurationModelFragmentDoc = client_1.gql `
|
904
|
-
fragment ConfigurationModel on ConfigurationModel {
|
905
|
-
contents
|
906
|
-
keys
|
907
|
-
overrides {
|
908
|
-
contents
|
909
|
-
identifiers
|
910
|
-
}
|
911
|
-
}
|
912
|
-
`;
|
913
|
-
exports.OrganizationResourceDataFragmentDoc = client_1.gql `
|
914
|
-
fragment OrganizationResourceData on OrganizationResourceData {
|
915
|
-
uri
|
916
|
-
name
|
917
|
-
index
|
918
|
-
}
|
919
|
-
`;
|
920
|
-
exports.OrganizationDataFragmentDoc = client_1.gql `
|
921
|
-
fragment OrganizationData on OrganizationData {
|
922
|
-
id
|
923
|
-
resources {
|
924
|
-
...OrganizationResourceData
|
925
|
-
}
|
926
|
-
configuration
|
927
|
-
name
|
928
|
-
}
|
929
|
-
${exports.OrganizationResourceDataFragmentDoc}`;
|
930
|
-
exports.acceptOrganizationInvitationDocument = client_1.gql `
|
931
|
-
mutation acceptOrganizationInvitation($id: ID!, $notification: OrganizationNotificationValues) {
|
932
|
-
acceptOrganizationInvitation(id: $id, notification: $notification)
|
933
|
-
}
|
934
|
-
`;
|
624
|
+
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" } }] } }] };
|
625
|
+
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" } }] } }] };
|
626
|
+
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" } }] } }] } }] };
|
627
|
+
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" } }] } }] };
|
628
|
+
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" } }] } }] };
|
629
|
+
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" } }] } }] } }] } }] };
|
630
|
+
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" } }] } }] };
|
631
|
+
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" } }] } }] };
|
632
|
+
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" } }] } }] };
|
633
|
+
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" } }] } }] };
|
634
|
+
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" } }] } }] };
|
635
|
+
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" } }] } }] } }] };
|
636
|
+
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" } }] } }] };
|
637
|
+
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" } }] } }] } }] };
|
638
|
+
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" } }] } }] };
|
639
|
+
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" } }] } }] };
|
640
|
+
exports.ContextConfigurationFragmentDoc = { "kind": "Document", "definitions": [{ "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "ContextConfiguration" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "OrganizationData" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "configuration" } }, { "kind": "Field", "name": { "kind": "Name", "value": "resources" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "uri" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "index" } }] } }] } }] };
|
641
|
+
exports.DefaultContextFragmentDoc = { "kind": "Document", "definitions": [{ "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "DefaultContext" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Context" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "orgName" } }] } }] };
|
642
|
+
exports.MachineConfigurationFragmentDoc = { "kind": "Document", "definitions": [{ "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "MachineConfiguration" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "MachineConfiguration" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "resource" } }, { "kind": "Field", "name": { "kind": "Name", "value": "contents" } }, { "kind": "Field", "name": { "kind": "Name", "value": "keys" } }, { "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }] } }] };
|
643
|
+
exports.OrgNameInContextFragmentDoc = { "kind": "Document", "definitions": [{ "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "OrgNameInContext" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Context" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "orgName" } }] } }] };
|
644
|
+
exports.OrgContextFragmentDoc = { "kind": "Document", "definitions": [{ "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "OrgContext" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Context" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "orgName" } }, { "kind": "Field", "name": { "kind": "Name", "value": "orgUri" } }] } }] };
|
645
|
+
exports.OrganizationUserFragmentDoc = { "kind": "Document", "definitions": [{ "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "OrganizationUser" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "IOrgUser" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "role" } }, { "kind": "Field", "name": { "kind": "Name", "value": "orgName" } }, { "kind": "Field", "name": { "kind": "Name", "value": "isSelf" } }] } }] };
|
646
|
+
exports.ResourceUserRoleFragmentDoc = { "kind": "Document", "definitions": [{ "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "ResourceUserRole" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "ResourceUser" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "role" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "isSelf" } }, { "kind": "Field", "name": { "kind": "Name", "value": "orgName" } }] } }] };
|
647
|
+
exports.RoleTargetFragmentDoc = { "kind": "Document", "definitions": [{ "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "RoleTarget" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "ContributionRoles" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "target" } }] } }] };
|
648
|
+
exports.TeamNameInContextFragmentDoc = { "kind": "Document", "definitions": [{ "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "TeamNameInContext" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Context" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "teamName" } }] } }] };
|
649
|
+
exports.TeamContextFragmentDoc = { "kind": "Document", "definitions": [{ "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "TeamContext" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Context" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "teamName" } }, { "kind": "Field", "name": { "kind": "Name", "value": "teamUri" } }] } }] };
|
650
|
+
exports.TeamWithOrgOnContextFragmentDoc = { "kind": "Document", "definitions": [{ "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "TeamWithOrgOnContext" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Context" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "orgName" } }, { "kind": "Field", "name": { "kind": "Name", "value": "teamName" } }] } }] };
|
651
|
+
exports.AccountBillingPreferencesFragmentDoc = { "kind": "Document", "definitions": [{ "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "AccountBillingPreferences" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Preferences" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "account" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "notification" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "primaryEmail" } }, { "kind": "Field", "name": { "kind": "Name", "value": "billing" } }] } }] } }] } }] };
|
652
|
+
exports.ConfigurationModelFragmentDoc = { "kind": "Document", "definitions": [{ "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "ConfigurationModel" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "ConfigurationModel" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "contents" } }, { "kind": "Field", "name": { "kind": "Name", "value": "keys" } }, { "kind": "Field", "name": { "kind": "Name", "value": "overrides" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "contents" } }, { "kind": "Field", "name": { "kind": "Name", "value": "identifiers" } }] } }] } }] };
|
653
|
+
exports.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" } }] } }] };
|
654
|
+
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" } }] } }] };
|
655
|
+
exports.OrganizationDataFragmentDoc = { "kind": "Document", "definitions": [{ "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "OrganizationData" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "OrganizationData" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "resources" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "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" } }] } }] };
|
656
|
+
exports.acceptOrganizationInvitationDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "acceptOrganizationInvitation" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "id" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "ID" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "notification" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "OrganizationNotificationValues" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "acceptOrganizationInvitation" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "id" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "id" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "notification" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "notification" } } }] }] } }] };
|
935
657
|
/**
|
936
658
|
* __useacceptOrganizationInvitationMutation__
|
937
659
|
*
|
@@ -955,11 +677,7 @@ function useacceptOrganizationInvitationMutation(baseOptions) {
|
|
955
677
|
return Apollo.useMutation(exports.acceptOrganizationInvitationDocument, options);
|
956
678
|
}
|
957
679
|
exports.useacceptOrganizationInvitationMutation = useacceptOrganizationInvitationMutation;
|
958
|
-
exports.AddClientDocument =
|
959
|
-
mutation AddClient($client: ClientAddRequest!) {
|
960
|
-
addClient(client: $client)
|
961
|
-
}
|
962
|
-
`;
|
680
|
+
exports.AddClientDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "AddClient" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "client" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "ClientAddRequest" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "addClient" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "client" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "client" } } }] }] } }] };
|
963
681
|
/**
|
964
682
|
* __useAddClientMutation__
|
965
683
|
*
|
@@ -982,11 +700,7 @@ function useAddClientMutation(baseOptions) {
|
|
982
700
|
return Apollo.useMutation(exports.AddClientDocument, options);
|
983
701
|
}
|
984
702
|
exports.useAddClientMutation = useAddClientMutation;
|
985
|
-
exports.AddOrgProjectDocument =
|
986
|
-
mutation AddOrgProject($project: ProjectAddRequest!) {
|
987
|
-
addOrgProject(project: $project)
|
988
|
-
}
|
989
|
-
`;
|
703
|
+
exports.AddOrgProjectDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "AddOrgProject" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "project" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "ProjectAddRequest" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "addOrgProject" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "project" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "project" } } }] }] } }] };
|
990
704
|
/**
|
991
705
|
* __useAddOrgProjectMutation__
|
992
706
|
*
|
@@ -1009,11 +723,7 @@ function useAddOrgProjectMutation(baseOptions) {
|
|
1009
723
|
return Apollo.useMutation(exports.AddOrgProjectDocument, options);
|
1010
724
|
}
|
1011
725
|
exports.useAddOrgProjectMutation = useAddOrgProjectMutation;
|
1012
|
-
exports.AddTeamMembersDocument =
|
1013
|
-
mutation AddTeamMembers($orgName: String!, $teamName: String!, $memberIds: [String]!) {
|
1014
|
-
addTeamMembers(orgName: $orgName, teamName: $teamName, memberIds: $memberIds)
|
1015
|
-
}
|
1016
|
-
`;
|
726
|
+
exports.AddTeamMembersDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "AddTeamMembers" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "orgName" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "teamName" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "memberIds" } }, "type": { "kind": "NonNullType", "type": { "kind": "ListType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "addTeamMembers" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "orgName" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "orgName" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "teamName" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "teamName" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "memberIds" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "memberIds" } } }] }] } }] };
|
1017
727
|
/**
|
1018
728
|
* __useAddTeamMembersMutation__
|
1019
729
|
*
|
@@ -1038,11 +748,7 @@ function useAddTeamMembersMutation(baseOptions) {
|
|
1038
748
|
return Apollo.useMutation(exports.AddTeamMembersDocument, options);
|
1039
749
|
}
|
1040
750
|
exports.useAddTeamMembersMutation = useAddTeamMembersMutation;
|
1041
|
-
exports.changeMemberRoleDocument =
|
1042
|
-
mutation changeMemberRole($orgName: String!, $teamName: String!, $memberId: String!, $role: String!) {
|
1043
|
-
changeMemberRole(orgName: $orgName, teamName: $teamName, memberId: $memberId, role: $role)
|
1044
|
-
}
|
1045
|
-
`;
|
751
|
+
exports.changeMemberRoleDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "changeMemberRole" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "orgName" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "teamName" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "memberId" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "role" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "changeMemberRole" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "orgName" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "orgName" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "teamName" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "teamName" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "memberId" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "memberId" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "role" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "role" } } }] }] } }] };
|
1046
752
|
/**
|
1047
753
|
* __usechangeMemberRoleMutation__
|
1048
754
|
*
|
@@ -1068,11 +774,7 @@ function usechangeMemberRoleMutation(baseOptions) {
|
|
1068
774
|
return Apollo.useMutation(exports.changeMemberRoleDocument, options);
|
1069
775
|
}
|
1070
776
|
exports.usechangeMemberRoleMutation = usechangeMemberRoleMutation;
|
1071
|
-
exports.changeOrgMemberRoleDocument =
|
1072
|
-
mutation changeOrgMemberRole($userId: String!, $role: ApplicationRoles!) {
|
1073
|
-
changeOrgMemberRole(userId: $userId, role: $role)
|
1074
|
-
}
|
1075
|
-
`;
|
777
|
+
exports.changeOrgMemberRoleDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "changeOrgMemberRole" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "userId" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "role" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "ApplicationRoles" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "changeOrgMemberRole" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "userId" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "userId" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "role" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "role" } } }] }] } }] };
|
1076
778
|
/**
|
1077
779
|
* __usechangeOrgMemberRoleMutation__
|
1078
780
|
*
|
@@ -1096,11 +798,7 @@ function usechangeOrgMemberRoleMutation(baseOptions) {
|
|
1096
798
|
return Apollo.useMutation(exports.changeOrgMemberRoleDocument, options);
|
1097
799
|
}
|
1098
800
|
exports.usechangeOrgMemberRoleMutation = usechangeOrgMemberRoleMutation;
|
1099
|
-
exports.CreateInvoiceDocument =
|
1100
|
-
mutation CreateInvoice($invoice: InvoiceCreateRequest!) {
|
1101
|
-
createInvoice(invoice: $invoice)
|
1102
|
-
}
|
1103
|
-
`;
|
801
|
+
exports.CreateInvoiceDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "CreateInvoice" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "invoice" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "InvoiceCreateRequest" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "createInvoice" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "invoice" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "invoice" } } }] }] } }] };
|
1104
802
|
/**
|
1105
803
|
* __useCreateInvoiceMutation__
|
1106
804
|
*
|
@@ -1123,18 +821,7 @@ function useCreateInvoiceMutation(baseOptions) {
|
|
1123
821
|
return Apollo.useMutation(exports.CreateInvoiceDocument, options);
|
1124
822
|
}
|
1125
823
|
exports.useCreateInvoiceMutation = useCreateInvoiceMutation;
|
1126
|
-
exports.createOrganizationDocument =
|
1127
|
-
mutation createOrganization($organization: OrganizationCreateRequest!) {
|
1128
|
-
createOrganization(organization: $organization) {
|
1129
|
-
id
|
1130
|
-
name
|
1131
|
-
description
|
1132
|
-
picture
|
1133
|
-
namespace
|
1134
|
-
orgUserCount
|
1135
|
-
}
|
1136
|
-
}
|
1137
|
-
`;
|
824
|
+
exports.createOrganizationDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "createOrganization" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "organization" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "OrganizationCreateRequest" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "createOrganization" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "organization" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "organization" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "description" } }, { "kind": "Field", "name": { "kind": "Name", "value": "picture" } }, { "kind": "Field", "name": { "kind": "Name", "value": "namespace" } }, { "kind": "Field", "name": { "kind": "Name", "value": "orgUserCount" } }] } }] } }] };
|
1138
825
|
/**
|
1139
826
|
* __usecreateOrganizationMutation__
|
1140
827
|
*
|
@@ -1157,11 +844,7 @@ function usecreateOrganizationMutation(baseOptions) {
|
|
1157
844
|
return Apollo.useMutation(exports.createOrganizationDocument, options);
|
1158
845
|
}
|
1159
846
|
exports.usecreateOrganizationMutation = usecreateOrganizationMutation;
|
1160
|
-
exports.CreateTaskDocument =
|
1161
|
-
mutation CreateTask($request: TaskRequest) {
|
1162
|
-
createTask(request: $request)
|
1163
|
-
}
|
1164
|
-
`;
|
847
|
+
exports.CreateTaskDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "CreateTask" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "request" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "TaskRequest" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "createTask" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "request" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "request" } } }] }] } }] };
|
1165
848
|
/**
|
1166
849
|
* __useCreateTaskMutation__
|
1167
850
|
*
|
@@ -1184,19 +867,7 @@ function useCreateTaskMutation(baseOptions) {
|
|
1184
867
|
return Apollo.useMutation(exports.CreateTaskDocument, options);
|
1185
868
|
}
|
1186
869
|
exports.useCreateTaskMutation = useCreateTaskMutation;
|
1187
|
-
exports.createTeamDocument =
|
1188
|
-
mutation createTeam($request: TeamCreationRequest!) {
|
1189
|
-
createTeam(request: $request) {
|
1190
|
-
_id
|
1191
|
-
name
|
1192
|
-
tags
|
1193
|
-
orgName
|
1194
|
-
createdAt
|
1195
|
-
updatedAt
|
1196
|
-
description
|
1197
|
-
}
|
1198
|
-
}
|
1199
|
-
`;
|
870
|
+
exports.createTeamDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "createTeam" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "request" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "TeamCreationRequest" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "createTeam" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "request" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "request" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "_id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "title" } }, { "kind": "Field", "name": { "kind": "Name", "value": "tags" } }, { "kind": "Field", "name": { "kind": "Name", "value": "orgName" } }, { "kind": "Field", "name": { "kind": "Name", "value": "createdAt" } }, { "kind": "Field", "name": { "kind": "Name", "value": "updatedAt" } }, { "kind": "Field", "name": { "kind": "Name", "value": "description" } }] } }] } }] };
|
1200
871
|
/**
|
1201
872
|
* __usecreateTeamMutation__
|
1202
873
|
*
|
@@ -1219,11 +890,7 @@ function usecreateTeamMutation(baseOptions) {
|
|
1219
890
|
return Apollo.useMutation(exports.createTeamDocument, options);
|
1220
891
|
}
|
1221
892
|
exports.usecreateTeamMutation = usecreateTeamMutation;
|
1222
|
-
exports.DeclineOrganizationInvitationDocument =
|
1223
|
-
mutation DeclineOrganizationInvitation($id: ID!) {
|
1224
|
-
declineOrganizationInvitation(id: $id)
|
1225
|
-
}
|
1226
|
-
`;
|
893
|
+
exports.DeclineOrganizationInvitationDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "DeclineOrganizationInvitation" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "id" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "ID" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "declineOrganizationInvitation" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "id" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "id" } } }] }] } }] };
|
1227
894
|
/**
|
1228
895
|
* __useDeclineOrganizationInvitationMutation__
|
1229
896
|
*
|
@@ -1246,11 +913,7 @@ function useDeclineOrganizationInvitationMutation(baseOptions) {
|
|
1246
913
|
return Apollo.useMutation(exports.DeclineOrganizationInvitationDocument, options);
|
1247
914
|
}
|
1248
915
|
exports.useDeclineOrganizationInvitationMutation = useDeclineOrganizationInvitationMutation;
|
1249
|
-
exports.RemoveInvoiceDocument =
|
1250
|
-
mutation RemoveInvoice($id: String) {
|
1251
|
-
removeInvoice(id: $id)
|
1252
|
-
}
|
1253
|
-
`;
|
916
|
+
exports.RemoveInvoiceDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "RemoveInvoice" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "id" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "removeInvoice" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "id" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "id" } } }] }] } }] };
|
1254
917
|
/**
|
1255
918
|
* __useRemoveInvoiceMutation__
|
1256
919
|
*
|
@@ -1273,11 +936,7 @@ function useRemoveInvoiceMutation(baseOptions) {
|
|
1273
936
|
return Apollo.useMutation(exports.RemoveInvoiceDocument, options);
|
1274
937
|
}
|
1275
938
|
exports.useRemoveInvoiceMutation = useRemoveInvoiceMutation;
|
1276
|
-
exports.RemoveOrgClientDocument =
|
1277
|
-
mutation RemoveOrgClient($clientId: String!) {
|
1278
|
-
removeOrgClient(clientId: $clientId)
|
1279
|
-
}
|
1280
|
-
`;
|
939
|
+
exports.RemoveOrgClientDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "RemoveOrgClient" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "clientId" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "removeOrgClient" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "clientId" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "clientId" } } }] }] } }] };
|
1281
940
|
/**
|
1282
941
|
* __useRemoveOrgClientMutation__
|
1283
942
|
*
|
@@ -1300,11 +959,7 @@ function useRemoveOrgClientMutation(baseOptions) {
|
|
1300
959
|
return Apollo.useMutation(exports.RemoveOrgClientDocument, options);
|
1301
960
|
}
|
1302
961
|
exports.useRemoveOrgClientMutation = useRemoveOrgClientMutation;
|
1303
|
-
exports.RemoveOrgMemberDocument =
|
1304
|
-
mutation RemoveOrgMember($memberId: String!) {
|
1305
|
-
removeOrgMember(memberId: $memberId)
|
1306
|
-
}
|
1307
|
-
`;
|
962
|
+
exports.RemoveOrgMemberDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "RemoveOrgMember" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "memberId" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "removeOrgMember" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "memberId" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "memberId" } } }] }] } }] };
|
1308
963
|
/**
|
1309
964
|
* __useRemoveOrgMemberMutation__
|
1310
965
|
*
|
@@ -1327,11 +982,7 @@ function useRemoveOrgMemberMutation(baseOptions) {
|
|
1327
982
|
return Apollo.useMutation(exports.RemoveOrgMemberDocument, options);
|
1328
983
|
}
|
1329
984
|
exports.useRemoveOrgMemberMutation = useRemoveOrgMemberMutation;
|
1330
|
-
exports.removeOrganizationDocument =
|
1331
|
-
mutation removeOrganization($organization: OrganizationRemoveRequest!) {
|
1332
|
-
removeOrganization(organization: $organization)
|
1333
|
-
}
|
1334
|
-
`;
|
985
|
+
exports.removeOrganizationDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "removeOrganization" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "organization" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "OrganizationRemoveRequest" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "removeOrganization" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "organization" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "organization" } } }] }] } }] };
|
1335
986
|
/**
|
1336
987
|
* __useremoveOrganizationMutation__
|
1337
988
|
*
|
@@ -1354,11 +1005,7 @@ function useremoveOrganizationMutation(baseOptions) {
|
|
1354
1005
|
return Apollo.useMutation(exports.removeOrganizationDocument, options);
|
1355
1006
|
}
|
1356
1007
|
exports.useremoveOrganizationMutation = useremoveOrganizationMutation;
|
1357
|
-
exports.RemoveTaskDocument =
|
1358
|
-
mutation RemoveTask($id: String!) {
|
1359
|
-
removeTask(id: $id)
|
1360
|
-
}
|
1361
|
-
`;
|
1008
|
+
exports.RemoveTaskDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "RemoveTask" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "id" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "removeTask" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "id" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "id" } } }] }] } }] };
|
1362
1009
|
/**
|
1363
1010
|
* __useRemoveTaskMutation__
|
1364
1011
|
*
|
@@ -1381,11 +1028,7 @@ function useRemoveTaskMutation(baseOptions) {
|
|
1381
1028
|
return Apollo.useMutation(exports.RemoveTaskDocument, options);
|
1382
1029
|
}
|
1383
1030
|
exports.useRemoveTaskMutation = useRemoveTaskMutation;
|
1384
|
-
exports.removeTeamDocument =
|
1385
|
-
mutation removeTeam($teamId: String!) {
|
1386
|
-
removeTeam(teamId: $teamId)
|
1387
|
-
}
|
1388
|
-
`;
|
1031
|
+
exports.removeTeamDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "removeTeam" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "teamId" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "removeTeam" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "teamId" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "teamId" } } }] }] } }] };
|
1389
1032
|
/**
|
1390
1033
|
* __useremoveTeamMutation__
|
1391
1034
|
*
|
@@ -1408,11 +1051,7 @@ function useremoveTeamMutation(baseOptions) {
|
|
1408
1051
|
return Apollo.useMutation(exports.removeTeamDocument, options);
|
1409
1052
|
}
|
1410
1053
|
exports.useremoveTeamMutation = useremoveTeamMutation;
|
1411
|
-
exports.RemoveTeamMemberDocument =
|
1412
|
-
mutation RemoveTeamMember($orgName: String!, $teamName: String!, $memberId: String!) {
|
1413
|
-
removeTeamMember(orgName: $orgName, teamName: $teamName, memberId: $memberId)
|
1414
|
-
}
|
1415
|
-
`;
|
1054
|
+
exports.RemoveTeamMemberDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "RemoveTeamMember" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "orgName" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "teamName" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "memberId" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "removeTeamMember" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "orgName" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "orgName" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "teamName" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "teamName" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "memberId" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "memberId" } } }] }] } }] };
|
1416
1055
|
/**
|
1417
1056
|
* __useRemoveTeamMemberMutation__
|
1418
1057
|
*
|
@@ -1437,11 +1076,7 @@ function useRemoveTeamMemberMutation(baseOptions) {
|
|
1437
1076
|
return Apollo.useMutation(exports.RemoveTeamMemberDocument, options);
|
1438
1077
|
}
|
1439
1078
|
exports.useRemoveTeamMemberMutation = useRemoveTeamMemberMutation;
|
1440
|
-
exports.ResendOrganizationInvitationDocument =
|
1441
|
-
mutation ResendOrganizationInvitation($id: ID!) {
|
1442
|
-
resendOrganizationInvitation(id: $id)
|
1443
|
-
}
|
1444
|
-
`;
|
1079
|
+
exports.ResendOrganizationInvitationDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "ResendOrganizationInvitation" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "id" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "ID" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "resendOrganizationInvitation" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "id" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "id" } } }] }] } }] };
|
1445
1080
|
/**
|
1446
1081
|
* __useResendOrganizationInvitationMutation__
|
1447
1082
|
*
|
@@ -1464,11 +1099,7 @@ function useResendOrganizationInvitationMutation(baseOptions) {
|
|
1464
1099
|
return Apollo.useMutation(exports.ResendOrganizationInvitationDocument, options);
|
1465
1100
|
}
|
1466
1101
|
exports.useResendOrganizationInvitationMutation = useResendOrganizationInvitationMutation;
|
1467
|
-
exports.SendInvoiceMailDocument =
|
1468
|
-
mutation SendInvoiceMail($request: InvoiceMailRequest!) {
|
1469
|
-
sendInvoiceMail(request: $request)
|
1470
|
-
}
|
1471
|
-
`;
|
1102
|
+
exports.SendInvoiceMailDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "SendInvoiceMail" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "request" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "InvoiceMailRequest" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "sendInvoiceMail" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "request" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "request" } } }] }] } }] };
|
1472
1103
|
/**
|
1473
1104
|
* __useSendInvoiceMailMutation__
|
1474
1105
|
*
|
@@ -1491,11 +1122,7 @@ function useSendInvoiceMailMutation(baseOptions) {
|
|
1491
1122
|
return Apollo.useMutation(exports.SendInvoiceMailDocument, options);
|
1492
1123
|
}
|
1493
1124
|
exports.useSendInvoiceMailMutation = useSendInvoiceMailMutation;
|
1494
|
-
exports.sendOrganizationInvitationDocument =
|
1495
|
-
mutation sendOrganizationInvitation($request: OrganizationInvitationRequest!) {
|
1496
|
-
sendOrganizationInvitation(request: $request)
|
1497
|
-
}
|
1498
|
-
`;
|
1125
|
+
exports.sendOrganizationInvitationDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "sendOrganizationInvitation" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "request" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "OrganizationInvitationRequest" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "sendOrganizationInvitation" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "request" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "request" } } }] }] } }] };
|
1499
1126
|
/**
|
1500
1127
|
* __usesendOrganizationInvitationMutation__
|
1501
1128
|
*
|
@@ -1518,11 +1145,7 @@ function usesendOrganizationInvitationMutation(baseOptions) {
|
|
1518
1145
|
return Apollo.useMutation(exports.sendOrganizationInvitationDocument, options);
|
1519
1146
|
}
|
1520
1147
|
exports.usesendOrganizationInvitationMutation = usesendOrganizationInvitationMutation;
|
1521
|
-
exports.UpdateInvoiceDocument =
|
1522
|
-
mutation UpdateInvoice($id: String, $invoice: InvoiceUpdateRequest) {
|
1523
|
-
updateInvoice(id: $id, invoice: $invoice)
|
1524
|
-
}
|
1525
|
-
`;
|
1148
|
+
exports.UpdateInvoiceDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "UpdateInvoice" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "id" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "invoice" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "InvoiceUpdateRequest" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "updateInvoice" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "id" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "id" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "invoice" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "invoice" } } }] }] } }] };
|
1526
1149
|
/**
|
1527
1150
|
* __useUpdateInvoiceMutation__
|
1528
1151
|
*
|
@@ -1546,48 +1169,7 @@ function useUpdateInvoiceMutation(baseOptions) {
|
|
1546
1169
|
return Apollo.useMutation(exports.UpdateInvoiceDocument, options);
|
1547
1170
|
}
|
1548
1171
|
exports.useUpdateInvoiceMutation = useUpdateInvoiceMutation;
|
1549
|
-
exports.UpdateOrgClientDocument =
|
1550
|
-
mutation UpdateOrgClient($updateRequest: ClientUpdateRequest) {
|
1551
|
-
updateOrgClient(updateRequest: $updateRequest) {
|
1552
|
-
id
|
1553
|
-
name {
|
1554
|
-
salutation
|
1555
|
-
firstName
|
1556
|
-
lastName
|
1557
|
-
}
|
1558
|
-
companyName
|
1559
|
-
displayName
|
1560
|
-
email
|
1561
|
-
clientPhone {
|
1562
|
-
workPhone
|
1563
|
-
mobile
|
1564
|
-
}
|
1565
|
-
website
|
1566
|
-
currency
|
1567
|
-
socialConnect {
|
1568
|
-
facebook
|
1569
|
-
twitter
|
1570
|
-
}
|
1571
|
-
billingAddress {
|
1572
|
-
attention
|
1573
|
-
address
|
1574
|
-
city
|
1575
|
-
state
|
1576
|
-
country
|
1577
|
-
zip
|
1578
|
-
}
|
1579
|
-
shippingAddress {
|
1580
|
-
attention
|
1581
|
-
address
|
1582
|
-
city
|
1583
|
-
state
|
1584
|
-
country
|
1585
|
-
zip
|
1586
|
-
}
|
1587
|
-
orgName
|
1588
|
-
}
|
1589
|
-
}
|
1590
|
-
`;
|
1172
|
+
exports.UpdateOrgClientDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "UpdateOrgClient" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "updateRequest" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "ClientUpdateRequest" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "updateOrgClient" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "updateRequest" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "updateRequest" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "salutation" } }, { "kind": "Field", "name": { "kind": "Name", "value": "firstName" } }, { "kind": "Field", "name": { "kind": "Name", "value": "lastName" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "companyName" } }, { "kind": "Field", "name": { "kind": "Name", "value": "displayName" } }, { "kind": "Field", "name": { "kind": "Name", "value": "email" } }, { "kind": "Field", "name": { "kind": "Name", "value": "clientPhone" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "workPhone" } }, { "kind": "Field", "name": { "kind": "Name", "value": "mobile" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "website" } }, { "kind": "Field", "name": { "kind": "Name", "value": "currency" } }, { "kind": "Field", "name": { "kind": "Name", "value": "socialConnect" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "facebook" } }, { "kind": "Field", "name": { "kind": "Name", "value": "twitter" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "billingAddress" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "attention" } }, { "kind": "Field", "name": { "kind": "Name", "value": "address" } }, { "kind": "Field", "name": { "kind": "Name", "value": "city" } }, { "kind": "Field", "name": { "kind": "Name", "value": "state" } }, { "kind": "Field", "name": { "kind": "Name", "value": "country" } }, { "kind": "Field", "name": { "kind": "Name", "value": "zip" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "shippingAddress" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "attention" } }, { "kind": "Field", "name": { "kind": "Name", "value": "address" } }, { "kind": "Field", "name": { "kind": "Name", "value": "city" } }, { "kind": "Field", "name": { "kind": "Name", "value": "state" } }, { "kind": "Field", "name": { "kind": "Name", "value": "country" } }, { "kind": "Field", "name": { "kind": "Name", "value": "zip" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "orgName" } }] } }] } }] };
|
1591
1173
|
/**
|
1592
1174
|
* __useUpdateOrgClientMutation__
|
1593
1175
|
*
|
@@ -1610,11 +1192,7 @@ function useUpdateOrgClientMutation(baseOptions) {
|
|
1610
1192
|
return Apollo.useMutation(exports.UpdateOrgClientDocument, options);
|
1611
1193
|
}
|
1612
1194
|
exports.useUpdateOrgClientMutation = useUpdateOrgClientMutation;
|
1613
|
-
exports.updateOrgMemberTeamsDocument =
|
1614
|
-
mutation updateOrgMemberTeams($userId: String!, $orgName: String!, $addToTeams: [String], $removeFromTeams: [String]) {
|
1615
|
-
updateOrgMemberTeams(userId: $userId, orgName: $orgName, addToTeams: $addToTeams, removeFromTeams: $removeFromTeams)
|
1616
|
-
}
|
1617
|
-
`;
|
1195
|
+
exports.updateOrgMemberTeamsDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "updateOrgMemberTeams" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "userId" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "orgName" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "addToTeams" } }, "type": { "kind": "ListType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "removeFromTeams" } }, "type": { "kind": "ListType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "updateOrgMemberTeams" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "userId" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "userId" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "orgName" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "orgName" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "addToTeams" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "addToTeams" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "removeFromTeams" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "removeFromTeams" } } }] }] } }] };
|
1618
1196
|
/**
|
1619
1197
|
* __useupdateOrgMemberTeamsMutation__
|
1620
1198
|
*
|
@@ -1640,11 +1218,7 @@ function useupdateOrgMemberTeamsMutation(baseOptions) {
|
|
1640
1218
|
return Apollo.useMutation(exports.updateOrgMemberTeamsDocument, options);
|
1641
1219
|
}
|
1642
1220
|
exports.useupdateOrgMemberTeamsMutation = useupdateOrgMemberTeamsMutation;
|
1643
|
-
exports.UpdateOrgProjectDocument =
|
1644
|
-
mutation UpdateOrgProject($where: ProjectWhereInput!, $project: UpdateProject_Input) {
|
1645
|
-
updateOrgProject(where: $where, project: $project)
|
1646
|
-
}
|
1647
|
-
`;
|
1221
|
+
exports.UpdateOrgProjectDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "UpdateOrgProject" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "where" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "ProjectWhereInput" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "project" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "UpdateProject_Input" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "updateOrgProject" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "where" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "where" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "project" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "project" } } }] }] } }] };
|
1648
1222
|
/**
|
1649
1223
|
* __useUpdateOrgProjectMutation__
|
1650
1224
|
*
|
@@ -1668,18 +1242,7 @@ function useUpdateOrgProjectMutation(baseOptions) {
|
|
1668
1242
|
return Apollo.useMutation(exports.UpdateOrgProjectDocument, options);
|
1669
1243
|
}
|
1670
1244
|
exports.useUpdateOrgProjectMutation = useUpdateOrgProjectMutation;
|
1671
|
-
exports.updateOrganizationDocument =
|
1672
|
-
mutation updateOrganization($organization: OrganizationUpdateRequest!) {
|
1673
|
-
updateOrganization(organization: $organization) {
|
1674
|
-
id
|
1675
|
-
name
|
1676
|
-
description
|
1677
|
-
picture
|
1678
|
-
namespace
|
1679
|
-
orgUserCount
|
1680
|
-
}
|
1681
|
-
}
|
1682
|
-
`;
|
1245
|
+
exports.updateOrganizationDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "updateOrganization" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "organization" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "OrganizationUpdateRequest" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "updateOrganization" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "organization" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "organization" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "description" } }, { "kind": "Field", "name": { "kind": "Name", "value": "picture" } }, { "kind": "Field", "name": { "kind": "Name", "value": "namespace" } }, { "kind": "Field", "name": { "kind": "Name", "value": "orgUserCount" } }] } }] } }] };
|
1683
1246
|
/**
|
1684
1247
|
* __useupdateOrganizationMutation__
|
1685
1248
|
*
|
@@ -1702,11 +1265,7 @@ function useupdateOrganizationMutation(baseOptions) {
|
|
1702
1265
|
return Apollo.useMutation(exports.updateOrganizationDocument, options);
|
1703
1266
|
}
|
1704
1267
|
exports.useupdateOrganizationMutation = useupdateOrganizationMutation;
|
1705
|
-
exports.UpdateProjectStatusDocument =
|
1706
|
-
mutation UpdateProjectStatus($id: String!, $status: String) {
|
1707
|
-
updateProjectStatus(id: $id, status: $status)
|
1708
|
-
}
|
1709
|
-
`;
|
1268
|
+
exports.UpdateProjectStatusDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "UpdateProjectStatus" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "id" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "status" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "updateProjectStatus" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "id" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "id" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "status" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "status" } } }] }] } }] };
|
1710
1269
|
/**
|
1711
1270
|
* __useUpdateProjectStatusMutation__
|
1712
1271
|
*
|
@@ -1730,11 +1289,7 @@ function useUpdateProjectStatusMutation(baseOptions) {
|
|
1730
1289
|
return Apollo.useMutation(exports.UpdateProjectStatusDocument, options);
|
1731
1290
|
}
|
1732
1291
|
exports.useUpdateProjectStatusMutation = useUpdateProjectStatusMutation;
|
1733
|
-
exports.UpdateTaskDocument =
|
1734
|
-
mutation UpdateTask($id: String!, $request: TaskRequest) {
|
1735
|
-
updateTask(id: $id, request: $request)
|
1736
|
-
}
|
1737
|
-
`;
|
1292
|
+
exports.UpdateTaskDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "UpdateTask" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "id" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "request" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "TaskRequest" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "updateTask" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "id" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "id" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "request" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "request" } } }] }] } }] };
|
1738
1293
|
/**
|
1739
1294
|
* __useUpdateTaskMutation__
|
1740
1295
|
*
|
@@ -1758,11 +1313,7 @@ function useUpdateTaskMutation(baseOptions) {
|
|
1758
1313
|
return Apollo.useMutation(exports.UpdateTaskDocument, options);
|
1759
1314
|
}
|
1760
1315
|
exports.useUpdateTaskMutation = useUpdateTaskMutation;
|
1761
|
-
exports.updateTeamConfigurationDocument =
|
1762
|
-
mutation updateTeamConfiguration($key: String!, $value: AnyObject!, $overrides: ConfigurationOverrides_Input, $target: Int, $donotNotifyError: Boolean) {
|
1763
|
-
updateConfigurationValue(key: $key, value: $value, overrides: $overrides, target: $target, donotNotifyError: $donotNotifyError)
|
1764
|
-
}
|
1765
|
-
`;
|
1316
|
+
exports.updateTeamConfigurationDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "updateTeamConfiguration" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "key" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "value" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "AnyObject" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "overrides" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "ConfigurationOverrides_Input" } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "target" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Int" } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "donotNotifyError" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Boolean" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "updateConfigurationValue" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "key" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "key" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "value" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "value" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "overrides" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "overrides" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "target" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "target" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "donotNotifyError" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "donotNotifyError" } } }] }] } }] };
|
1766
1317
|
/**
|
1767
1318
|
* __useupdateTeamConfigurationMutation__
|
1768
1319
|
*
|
@@ -1789,19 +1340,7 @@ function useupdateTeamConfigurationMutation(baseOptions) {
|
|
1789
1340
|
return Apollo.useMutation(exports.updateTeamConfigurationDocument, options);
|
1790
1341
|
}
|
1791
1342
|
exports.useupdateTeamConfigurationMutation = useupdateTeamConfigurationMutation;
|
1792
|
-
exports.UpsertProjectThroughIntegrationDocument =
|
1793
|
-
mutation UpsertProjectThroughIntegration($where: ProjectWhereInput!, $project: UpdateProject_Input) {
|
1794
|
-
upsertProjectThroughIntegration(where: $where, project: $project) {
|
1795
|
-
id
|
1796
|
-
name
|
1797
|
-
clientId
|
1798
|
-
teams
|
1799
|
-
status
|
1800
|
-
orgName
|
1801
|
-
integrationConfigurationId
|
1802
|
-
}
|
1803
|
-
}
|
1804
|
-
`;
|
1343
|
+
exports.UpsertProjectThroughIntegrationDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "UpsertProjectThroughIntegration" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "where" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "ProjectWhereInput" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "project" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "UpdateProject_Input" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "upsertProjectThroughIntegration" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "where" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "where" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "project" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "project" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "clientId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "teams" } }, { "kind": "Field", "name": { "kind": "Name", "value": "status" } }, { "kind": "Field", "name": { "kind": "Name", "value": "orgName" } }, { "kind": "Field", "name": { "kind": "Name", "value": "integrationConfigurationId" } }] } }] } }] };
|
1805
1344
|
/**
|
1806
1345
|
* __useUpsertProjectThroughIntegrationMutation__
|
1807
1346
|
*
|
@@ -1825,19 +1364,7 @@ function useUpsertProjectThroughIntegrationMutation(baseOptions) {
|
|
1825
1364
|
return Apollo.useMutation(exports.UpsertProjectThroughIntegrationDocument, options);
|
1826
1365
|
}
|
1827
1366
|
exports.useUpsertProjectThroughIntegrationMutation = useUpsertProjectThroughIntegrationMutation;
|
1828
|
-
exports.GetUserOrganizationsListDocument =
|
1829
|
-
query GetUserOrganizationsList {
|
1830
|
-
getUserOrganizations {
|
1831
|
-
name
|
1832
|
-
createdAt
|
1833
|
-
isBillingLeader
|
1834
|
-
orgMembers {
|
1835
|
-
...OrgUser
|
1836
|
-
inactive
|
1837
|
-
}
|
1838
|
-
}
|
1839
|
-
}
|
1840
|
-
${exports.OrgUserFragmentDoc}`;
|
1367
|
+
exports.GetUserOrganizationsListDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetUserOrganizationsList" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getUserOrganizations" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "title" } }, { "kind": "Field", "name": { "kind": "Name", "value": "createdAt" } }, { "kind": "Field", "name": { "kind": "Name", "value": "isBillingLeader" } }, { "kind": "Field", "name": { "kind": "Name", "value": "orgMembers" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "OrgUser" } }, { "kind": "Field", "name": { "kind": "Name", "value": "inactive" } }] } }] } }] } }, { "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "OrgUser" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "OrgUser" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "userId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "role" } }, { "kind": "Field", "name": { "kind": "Name", "value": "orgName" } }, { "kind": "Field", "name": { "kind": "Name", "value": "isSelf" } }] } }] };
|
1841
1368
|
/**
|
1842
1369
|
* __useGetUserOrganizationsListQuery__
|
1843
1370
|
*
|
@@ -1863,17 +1390,34 @@ function useGetUserOrganizationsListLazyQuery(baseOptions) {
|
|
1863
1390
|
return Apollo.useLazyQuery(exports.GetUserOrganizationsListDocument, options);
|
1864
1391
|
}
|
1865
1392
|
exports.useGetUserOrganizationsListLazyQuery = useGetUserOrganizationsListLazyQuery;
|
1866
|
-
exports.
|
1867
|
-
|
1868
|
-
|
1869
|
-
|
1870
|
-
|
1871
|
-
|
1872
|
-
|
1873
|
-
|
1874
|
-
|
1875
|
-
|
1876
|
-
|
1393
|
+
exports.AccountOnBoardingDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "AccountOnBoarding" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "input" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "IOnBoardingParams" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "accountOnBoarding" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "input" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "input" } } }] }] } }] };
|
1394
|
+
/**
|
1395
|
+
* __useAccountOnBoardingQuery__
|
1396
|
+
*
|
1397
|
+
* To run a query within a React component, call `useAccountOnBoardingQuery` and pass it any options that fit your needs.
|
1398
|
+
* When your component renders, `useAccountOnBoardingQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
1399
|
+
* you can use to render your UI.
|
1400
|
+
*
|
1401
|
+
* @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;
|
1402
|
+
*
|
1403
|
+
* @example
|
1404
|
+
* const { data, loading, error } = useAccountOnBoardingQuery({
|
1405
|
+
* variables: {
|
1406
|
+
* input: // value for 'input'
|
1407
|
+
* },
|
1408
|
+
* });
|
1409
|
+
*/
|
1410
|
+
function useAccountOnBoardingQuery(baseOptions) {
|
1411
|
+
const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
|
1412
|
+
return Apollo.useQuery(exports.AccountOnBoardingDocument, options);
|
1413
|
+
}
|
1414
|
+
exports.useAccountOnBoardingQuery = useAccountOnBoardingQuery;
|
1415
|
+
function useAccountOnBoardingLazyQuery(baseOptions) {
|
1416
|
+
const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
|
1417
|
+
return Apollo.useLazyQuery(exports.AccountOnBoardingDocument, options);
|
1418
|
+
}
|
1419
|
+
exports.useAccountOnBoardingLazyQuery = useAccountOnBoardingLazyQuery;
|
1420
|
+
exports.DecodeOrganizationInvitationDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "DecodeOrganizationInvitation" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "token" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "decodeOrganizationInvitation" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "token" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "token" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "orgName" } }, { "kind": "Field", "name": { "kind": "Name", "value": "teamName" } }, { "kind": "Field", "name": { "kind": "Name", "value": "email" } }, { "kind": "Field", "name": { "kind": "Name", "value": "invitationId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "invitedBy" } }] } }] } }] };
|
1877
1421
|
/**
|
1878
1422
|
* __useDecodeOrganizationInvitationQuery__
|
1879
1423
|
*
|
@@ -1900,14 +1444,7 @@ function useDecodeOrganizationInvitationLazyQuery(baseOptions) {
|
|
1900
1444
|
return Apollo.useLazyQuery(exports.DecodeOrganizationInvitationDocument, options);
|
1901
1445
|
}
|
1902
1446
|
exports.useDecodeOrganizationInvitationLazyQuery = useDecodeOrganizationInvitationLazyQuery;
|
1903
|
-
exports.GetAccountsDocument =
|
1904
|
-
query GetAccounts($where: UserAccountWhere) {
|
1905
|
-
getAccounts(where: $where) {
|
1906
|
-
username
|
1907
|
-
email
|
1908
|
-
}
|
1909
|
-
}
|
1910
|
-
`;
|
1447
|
+
exports.GetAccountsDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetAccounts" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "where" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "UserAccountWhere" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getAccounts" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "where" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "where" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "username" } }, { "kind": "Field", "name": { "kind": "Name", "value": "email" } }] } }] } }] };
|
1911
1448
|
/**
|
1912
1449
|
* __useGetAccountsQuery__
|
1913
1450
|
*
|
@@ -1934,19 +1471,7 @@ function useGetAccountsLazyQuery(baseOptions) {
|
|
1934
1471
|
return Apollo.useLazyQuery(exports.GetAccountsDocument, options);
|
1935
1472
|
}
|
1936
1473
|
exports.useGetAccountsLazyQuery = useGetAccountsLazyQuery;
|
1937
|
-
exports.GetAsanaConnectionStateDocument =
|
1938
|
-
query GetAsanaConnectionState {
|
1939
|
-
getAsanaConnectionState {
|
1940
|
-
asana {
|
1941
|
-
user {
|
1942
|
-
user_id
|
1943
|
-
username
|
1944
|
-
}
|
1945
|
-
status
|
1946
|
-
}
|
1947
|
-
}
|
1948
|
-
}
|
1949
|
-
`;
|
1474
|
+
exports.GetAsanaConnectionStateDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetAsanaConnectionState" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getAsanaConnectionState" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "asana" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "user" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "user_id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "username" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "status" } }] } }] } }] } }] };
|
1950
1475
|
/**
|
1951
1476
|
* __useGetAsanaConnectionStateQuery__
|
1952
1477
|
*
|
@@ -1972,14 +1497,7 @@ function useGetAsanaConnectionStateLazyQuery(baseOptions) {
|
|
1972
1497
|
return Apollo.useLazyQuery(exports.GetAsanaConnectionStateDocument, options);
|
1973
1498
|
}
|
1974
1499
|
exports.useGetAsanaConnectionStateLazyQuery = useGetAsanaConnectionStateLazyQuery;
|
1975
|
-
exports.GetAsanaWorkspaceProjectsDocument =
|
1976
|
-
query GetAsanaWorkspaceProjects($workspaceId: String!) {
|
1977
|
-
getAsanaWorkspaceProjects(workspaceId: $workspaceId) {
|
1978
|
-
name
|
1979
|
-
gid
|
1980
|
-
}
|
1981
|
-
}
|
1982
|
-
`;
|
1500
|
+
exports.GetAsanaWorkspaceProjectsDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetAsanaWorkspaceProjects" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "workspaceId" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getAsanaWorkspaceProjects" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "workspaceId" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "workspaceId" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "gid" } }] } }] } }] };
|
1983
1501
|
/**
|
1984
1502
|
* __useGetAsanaWorkspaceProjectsQuery__
|
1985
1503
|
*
|
@@ -2006,14 +1524,7 @@ function useGetAsanaWorkspaceProjectsLazyQuery(baseOptions) {
|
|
2006
1524
|
return Apollo.useLazyQuery(exports.GetAsanaWorkspaceProjectsDocument, options);
|
2007
1525
|
}
|
2008
1526
|
exports.useGetAsanaWorkspaceProjectsLazyQuery = useGetAsanaWorkspaceProjectsLazyQuery;
|
2009
|
-
exports.GetAsanaWorkspacesDocument =
|
2010
|
-
query GetAsanaWorkspaces {
|
2011
|
-
getAsanaWorkspaces {
|
2012
|
-
name
|
2013
|
-
gid
|
2014
|
-
}
|
2015
|
-
}
|
2016
|
-
`;
|
1527
|
+
exports.GetAsanaWorkspacesDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetAsanaWorkspaces" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getAsanaWorkspaces" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "gid" } }] } }] } }] };
|
2017
1528
|
/**
|
2018
1529
|
* __useGetAsanaWorkspacesQuery__
|
2019
1530
|
*
|
@@ -2039,11 +1550,7 @@ function useGetAsanaWorkspacesLazyQuery(baseOptions) {
|
|
2039
1550
|
return Apollo.useLazyQuery(exports.GetAsanaWorkspacesDocument, options);
|
2040
1551
|
}
|
2041
1552
|
exports.useGetAsanaWorkspacesLazyQuery = useGetAsanaWorkspacesLazyQuery;
|
2042
|
-
exports.GetDefaultInvoiceNumberDocument =
|
2043
|
-
query GetDefaultInvoiceNumber {
|
2044
|
-
getDefaultInvoiceNumber
|
2045
|
-
}
|
2046
|
-
`;
|
1553
|
+
exports.GetDefaultInvoiceNumberDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetDefaultInvoiceNumber" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getDefaultInvoiceNumber" } }] } }] };
|
2047
1554
|
/**
|
2048
1555
|
* __useGetDefaultInvoiceNumberQuery__
|
2049
1556
|
*
|
@@ -2069,19 +1576,7 @@ function useGetDefaultInvoiceNumberLazyQuery(baseOptions) {
|
|
2069
1576
|
return Apollo.useLazyQuery(exports.GetDefaultInvoiceNumberDocument, options);
|
2070
1577
|
}
|
2071
1578
|
exports.useGetDefaultInvoiceNumberLazyQuery = useGetDefaultInvoiceNumberLazyQuery;
|
2072
|
-
exports.GetFilteredProjectsDocument =
|
2073
|
-
query GetFilteredProjects($filter: ProjectWhereInput!) {
|
2074
|
-
getFilteredProjects(filter: $filter) {
|
2075
|
-
id
|
2076
|
-
name
|
2077
|
-
clientId
|
2078
|
-
teams
|
2079
|
-
status
|
2080
|
-
orgName
|
2081
|
-
integrationConfigurationId
|
2082
|
-
}
|
2083
|
-
}
|
2084
|
-
`;
|
1579
|
+
exports.GetFilteredProjectsDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetFilteredProjects" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "filter" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "ProjectWhereInput" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getFilteredProjects" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "filter" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "filter" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "clientId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "teams" } }, { "kind": "Field", "name": { "kind": "Name", "value": "status" } }, { "kind": "Field", "name": { "kind": "Name", "value": "orgName" } }, { "kind": "Field", "name": { "kind": "Name", "value": "integrationConfigurationId" } }] } }] } }] };
|
2085
1580
|
/**
|
2086
1581
|
* __useGetFilteredProjectsQuery__
|
2087
1582
|
*
|
@@ -2108,102 +1603,7 @@ function useGetFilteredProjectsLazyQuery(baseOptions) {
|
|
2108
1603
|
return Apollo.useLazyQuery(exports.GetFilteredProjectsDocument, options);
|
2109
1604
|
}
|
2110
1605
|
exports.useGetFilteredProjectsLazyQuery = useGetFilteredProjectsLazyQuery;
|
2111
|
-
exports.GetInvoicesDocument =
|
2112
|
-
query GetInvoices {
|
2113
|
-
getInvoices {
|
2114
|
-
id
|
2115
|
-
comment
|
2116
|
-
currency
|
2117
|
-
discount
|
2118
|
-
from {
|
2119
|
-
id
|
2120
|
-
name
|
2121
|
-
companyName
|
2122
|
-
email
|
2123
|
-
phone {
|
2124
|
-
workPhone
|
2125
|
-
mobile
|
2126
|
-
}
|
2127
|
-
address {
|
2128
|
-
attention
|
2129
|
-
address
|
2130
|
-
city
|
2131
|
-
state
|
2132
|
-
country
|
2133
|
-
zip
|
2134
|
-
}
|
2135
|
-
}
|
2136
|
-
invoiceDate
|
2137
|
-
terms
|
2138
|
-
dueDate
|
2139
|
-
invoiceNumber
|
2140
|
-
orderNumber
|
2141
|
-
invoiceVendor {
|
2142
|
-
id
|
2143
|
-
name
|
2144
|
-
companyName
|
2145
|
-
email
|
2146
|
-
phone {
|
2147
|
-
workPhone
|
2148
|
-
mobile
|
2149
|
-
}
|
2150
|
-
address {
|
2151
|
-
attention
|
2152
|
-
address
|
2153
|
-
city
|
2154
|
-
state
|
2155
|
-
country
|
2156
|
-
zip
|
2157
|
-
}
|
2158
|
-
}
|
2159
|
-
logo
|
2160
|
-
overdue
|
2161
|
-
paymentStatus
|
2162
|
-
projects {
|
2163
|
-
id
|
2164
|
-
hours
|
2165
|
-
projectName
|
2166
|
-
rate
|
2167
|
-
subTotal
|
2168
|
-
}
|
2169
|
-
sendingStatus
|
2170
|
-
subTotal
|
2171
|
-
tax
|
2172
|
-
subject
|
2173
|
-
conditions
|
2174
|
-
status
|
2175
|
-
timezoneOffset
|
2176
|
-
to {
|
2177
|
-
id
|
2178
|
-
username
|
2179
|
-
companyName
|
2180
|
-
email
|
2181
|
-
phone {
|
2182
|
-
workPhone
|
2183
|
-
mobile
|
2184
|
-
}
|
2185
|
-
billingAddress {
|
2186
|
-
attention
|
2187
|
-
address
|
2188
|
-
city
|
2189
|
-
state
|
2190
|
-
country
|
2191
|
-
zip
|
2192
|
-
}
|
2193
|
-
shippingAddress {
|
2194
|
-
attention
|
2195
|
-
address
|
2196
|
-
city
|
2197
|
-
state
|
2198
|
-
country
|
2199
|
-
zip
|
2200
|
-
}
|
2201
|
-
}
|
2202
|
-
total
|
2203
|
-
orgName
|
2204
|
-
}
|
2205
|
-
}
|
2206
|
-
`;
|
1606
|
+
exports.GetInvoicesDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetInvoices" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getInvoices" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "comment" } }, { "kind": "Field", "name": { "kind": "Name", "value": "currency" } }, { "kind": "Field", "name": { "kind": "Name", "value": "discount" } }, { "kind": "Field", "name": { "kind": "Name", "value": "from" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "companyName" } }, { "kind": "Field", "name": { "kind": "Name", "value": "email" } }, { "kind": "Field", "name": { "kind": "Name", "value": "phone" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "workPhone" } }, { "kind": "Field", "name": { "kind": "Name", "value": "mobile" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "address" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "attention" } }, { "kind": "Field", "name": { "kind": "Name", "value": "address" } }, { "kind": "Field", "name": { "kind": "Name", "value": "city" } }, { "kind": "Field", "name": { "kind": "Name", "value": "state" } }, { "kind": "Field", "name": { "kind": "Name", "value": "country" } }, { "kind": "Field", "name": { "kind": "Name", "value": "zip" } }] } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "invoiceDate" } }, { "kind": "Field", "name": { "kind": "Name", "value": "terms" } }, { "kind": "Field", "name": { "kind": "Name", "value": "dueDate" } }, { "kind": "Field", "name": { "kind": "Name", "value": "invoiceNumber" } }, { "kind": "Field", "name": { "kind": "Name", "value": "orderNumber" } }, { "kind": "Field", "name": { "kind": "Name", "value": "invoiceVendor" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "companyName" } }, { "kind": "Field", "name": { "kind": "Name", "value": "email" } }, { "kind": "Field", "name": { "kind": "Name", "value": "phone" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "workPhone" } }, { "kind": "Field", "name": { "kind": "Name", "value": "mobile" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "address" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "attention" } }, { "kind": "Field", "name": { "kind": "Name", "value": "address" } }, { "kind": "Field", "name": { "kind": "Name", "value": "city" } }, { "kind": "Field", "name": { "kind": "Name", "value": "state" } }, { "kind": "Field", "name": { "kind": "Name", "value": "country" } }, { "kind": "Field", "name": { "kind": "Name", "value": "zip" } }] } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "logo" } }, { "kind": "Field", "name": { "kind": "Name", "value": "overdue" } }, { "kind": "Field", "name": { "kind": "Name", "value": "paymentStatus" } }, { "kind": "Field", "name": { "kind": "Name", "value": "projects" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "hours" } }, { "kind": "Field", "name": { "kind": "Name", "value": "projectName" } }, { "kind": "Field", "name": { "kind": "Name", "value": "rate" } }, { "kind": "Field", "name": { "kind": "Name", "value": "subTotal" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "sendingStatus" } }, { "kind": "Field", "name": { "kind": "Name", "value": "subTotal" } }, { "kind": "Field", "name": { "kind": "Name", "value": "tax" } }, { "kind": "Field", "name": { "kind": "Name", "value": "subject" } }, { "kind": "Field", "name": { "kind": "Name", "value": "conditions" } }, { "kind": "Field", "name": { "kind": "Name", "value": "status" } }, { "kind": "Field", "name": { "kind": "Name", "value": "timezoneOffset" } }, { "kind": "Field", "name": { "kind": "Name", "value": "to" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "username" } }, { "kind": "Field", "name": { "kind": "Name", "value": "companyName" } }, { "kind": "Field", "name": { "kind": "Name", "value": "email" } }, { "kind": "Field", "name": { "kind": "Name", "value": "phone" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "workPhone" } }, { "kind": "Field", "name": { "kind": "Name", "value": "mobile" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "billingAddress" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "attention" } }, { "kind": "Field", "name": { "kind": "Name", "value": "address" } }, { "kind": "Field", "name": { "kind": "Name", "value": "city" } }, { "kind": "Field", "name": { "kind": "Name", "value": "state" } }, { "kind": "Field", "name": { "kind": "Name", "value": "country" } }, { "kind": "Field", "name": { "kind": "Name", "value": "zip" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "shippingAddress" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "attention" } }, { "kind": "Field", "name": { "kind": "Name", "value": "address" } }, { "kind": "Field", "name": { "kind": "Name", "value": "city" } }, { "kind": "Field", "name": { "kind": "Name", "value": "state" } }, { "kind": "Field", "name": { "kind": "Name", "value": "country" } }, { "kind": "Field", "name": { "kind": "Name", "value": "zip" } }] } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "total" } }, { "kind": "Field", "name": { "kind": "Name", "value": "orgName" } }] } }] } }] };
|
2207
1607
|
/**
|
2208
1608
|
* __useGetInvoicesQuery__
|
2209
1609
|
*
|
@@ -2229,19 +1629,7 @@ function useGetInvoicesLazyQuery(baseOptions) {
|
|
2229
1629
|
return Apollo.useLazyQuery(exports.GetInvoicesDocument, options);
|
2230
1630
|
}
|
2231
1631
|
exports.useGetInvoicesLazyQuery = useGetInvoicesLazyQuery;
|
2232
|
-
exports.GetManageableOrganizationsDocument =
|
2233
|
-
query GetManageableOrganizations {
|
2234
|
-
getManageableOrganizations {
|
2235
|
-
name
|
2236
|
-
createdAt
|
2237
|
-
isBillingLeader
|
2238
|
-
orgMembers {
|
2239
|
-
...OrgUser
|
2240
|
-
inactive
|
2241
|
-
}
|
2242
|
-
}
|
2243
|
-
}
|
2244
|
-
${exports.OrgUserFragmentDoc}`;
|
1632
|
+
exports.GetManageableOrganizationsDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetManageableOrganizations" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getManageableOrganizations" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "title" } }, { "kind": "Field", "name": { "kind": "Name", "value": "createdAt" } }, { "kind": "Field", "name": { "kind": "Name", "value": "isBillingLeader" } }, { "kind": "Field", "name": { "kind": "Name", "value": "orgMembers" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "OrgUser" } }, { "kind": "Field", "name": { "kind": "Name", "value": "inactive" } }] } }] } }] } }, { "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "OrgUser" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "OrgUser" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "userId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "role" } }, { "kind": "Field", "name": { "kind": "Name", "value": "orgName" } }, { "kind": "Field", "name": { "kind": "Name", "value": "isSelf" } }] } }] };
|
2245
1633
|
/**
|
2246
1634
|
* __useGetManageableOrganizationsQuery__
|
2247
1635
|
*
|
@@ -2267,18 +1655,7 @@ function useGetManageableOrganizationsLazyQuery(baseOptions) {
|
|
2267
1655
|
return Apollo.useLazyQuery(exports.GetManageableOrganizationsDocument, options);
|
2268
1656
|
}
|
2269
1657
|
exports.useGetManageableOrganizationsLazyQuery = useGetManageableOrganizationsLazyQuery;
|
2270
|
-
exports.GetOrgInvitationMembersDocument =
|
2271
|
-
query GetOrgInvitationMembers {
|
2272
|
-
getOrgInvitationMembers {
|
2273
|
-
id
|
2274
|
-
email
|
2275
|
-
teamName
|
2276
|
-
teamId
|
2277
|
-
role
|
2278
|
-
status
|
2279
|
-
}
|
2280
|
-
}
|
2281
|
-
`;
|
1658
|
+
exports.GetOrgInvitationMembersDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetOrgInvitationMembers" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getOrgInvitationMembers" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "email" } }, { "kind": "Field", "name": { "kind": "Name", "value": "teamName" } }, { "kind": "Field", "name": { "kind": "Name", "value": "teamId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "role" } }, { "kind": "Field", "name": { "kind": "Name", "value": "status" } }] } }] } }] };
|
2282
1659
|
/**
|
2283
1660
|
* __useGetOrgInvitationMembersQuery__
|
2284
1661
|
*
|
@@ -2304,20 +1681,7 @@ function useGetOrgInvitationMembersLazyQuery(baseOptions) {
|
|
2304
1681
|
return Apollo.useLazyQuery(exports.GetOrgInvitationMembersDocument, options);
|
2305
1682
|
}
|
2306
1683
|
exports.useGetOrgInvitationMembersLazyQuery = useGetOrgInvitationMembersLazyQuery;
|
2307
|
-
exports.GetOrganizationInvitationDocument =
|
2308
|
-
query GetOrganizationInvitation($id: ID!) {
|
2309
|
-
getOrganizationInvitation(id: $id) {
|
2310
|
-
id
|
2311
|
-
role
|
2312
|
-
email
|
2313
|
-
teamId
|
2314
|
-
active
|
2315
|
-
fullName
|
2316
|
-
inviteCount
|
2317
|
-
tokenExpiration
|
2318
|
-
}
|
2319
|
-
}
|
2320
|
-
`;
|
1684
|
+
exports.GetOrganizationInvitationDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetOrganizationInvitation" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "id" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "ID" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getOrganizationInvitation" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "id" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "id" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "role" } }, { "kind": "Field", "name": { "kind": "Name", "value": "email" } }, { "kind": "Field", "name": { "kind": "Name", "value": "teamId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "active" } }, { "kind": "Field", "name": { "kind": "Name", "value": "fullName" } }, { "kind": "Field", "name": { "kind": "Name", "value": "inviteCount" } }, { "kind": "Field", "name": { "kind": "Name", "value": "tokenExpiration" } }] } }] } }] };
|
2321
1685
|
/**
|
2322
1686
|
* __useGetOrganizationInvitationQuery__
|
2323
1687
|
*
|
@@ -2344,21 +1708,7 @@ function useGetOrganizationInvitationLazyQuery(baseOptions) {
|
|
2344
1708
|
return Apollo.useLazyQuery(exports.GetOrganizationInvitationDocument, options);
|
2345
1709
|
}
|
2346
1710
|
exports.useGetOrganizationInvitationLazyQuery = useGetOrganizationInvitationLazyQuery;
|
2347
|
-
exports.getOrgTeamInvitationsDocument =
|
2348
|
-
query getOrgTeamInvitations($teamId: String) {
|
2349
|
-
getOrgTeamInvitations(teamId: $teamId) {
|
2350
|
-
id
|
2351
|
-
email
|
2352
|
-
teamId
|
2353
|
-
role
|
2354
|
-
active
|
2355
|
-
fullName
|
2356
|
-
inviteCount
|
2357
|
-
invitedBy
|
2358
|
-
tokenExpiration
|
2359
|
-
}
|
2360
|
-
}
|
2361
|
-
`;
|
1711
|
+
exports.getOrgTeamInvitationsDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "getOrgTeamInvitations" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "teamId" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getOrgTeamInvitations" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "teamId" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "teamId" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "email" } }, { "kind": "Field", "name": { "kind": "Name", "value": "teamId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "role" } }, { "kind": "Field", "name": { "kind": "Name", "value": "active" } }, { "kind": "Field", "name": { "kind": "Name", "value": "fullName" } }, { "kind": "Field", "name": { "kind": "Name", "value": "inviteCount" } }, { "kind": "Field", "name": { "kind": "Name", "value": "invitedBy" } }, { "kind": "Field", "name": { "kind": "Name", "value": "tokenExpiration" } }] } }] } }] };
|
2362
1712
|
/**
|
2363
1713
|
* __usegetOrgTeamInvitationsQuery__
|
2364
1714
|
*
|
@@ -2385,13 +1735,7 @@ function usegetOrgTeamInvitationsLazyQuery(baseOptions) {
|
|
2385
1735
|
return Apollo.useLazyQuery(exports.getOrgTeamInvitationsDocument, options);
|
2386
1736
|
}
|
2387
1737
|
exports.usegetOrgTeamInvitationsLazyQuery = usegetOrgTeamInvitationsLazyQuery;
|
2388
|
-
exports.GetOrgUserDocument =
|
2389
|
-
query GetOrgUser($userId: String) {
|
2390
|
-
getOrgUser(userId: $userId) {
|
2391
|
-
...OrgUser
|
2392
|
-
}
|
2393
|
-
}
|
2394
|
-
${exports.OrgUserFragmentDoc}`;
|
1738
|
+
exports.GetOrgUserDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetOrgUser" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "userId" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getOrgUser" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "userId" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "userId" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "OrgUser" } }] } }] } }, { "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "OrgUser" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "OrgUser" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "userId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "role" } }, { "kind": "Field", "name": { "kind": "Name", "value": "orgName" } }, { "kind": "Field", "name": { "kind": "Name", "value": "isSelf" } }] } }] };
|
2395
1739
|
/**
|
2396
1740
|
* __useGetOrgUserQuery__
|
2397
1741
|
*
|
@@ -2418,48 +1762,7 @@ function useGetOrgUserLazyQuery(baseOptions) {
|
|
2418
1762
|
return Apollo.useLazyQuery(exports.GetOrgUserDocument, options);
|
2419
1763
|
}
|
2420
1764
|
exports.useGetOrgUserLazyQuery = useGetOrgUserLazyQuery;
|
2421
|
-
exports.GetOrganizationClientsDocument =
|
2422
|
-
query GetOrganizationClients {
|
2423
|
-
getOrganizationClients {
|
2424
|
-
id
|
2425
|
-
name {
|
2426
|
-
salutation
|
2427
|
-
firstName
|
2428
|
-
lastName
|
2429
|
-
}
|
2430
|
-
companyName
|
2431
|
-
displayName
|
2432
|
-
email
|
2433
|
-
clientPhone {
|
2434
|
-
workPhone
|
2435
|
-
mobile
|
2436
|
-
}
|
2437
|
-
website
|
2438
|
-
currency
|
2439
|
-
socialConnect {
|
2440
|
-
facebook
|
2441
|
-
twitter
|
2442
|
-
}
|
2443
|
-
billingAddress {
|
2444
|
-
attention
|
2445
|
-
address
|
2446
|
-
city
|
2447
|
-
state
|
2448
|
-
country
|
2449
|
-
zip
|
2450
|
-
}
|
2451
|
-
shippingAddress {
|
2452
|
-
attention
|
2453
|
-
address
|
2454
|
-
city
|
2455
|
-
state
|
2456
|
-
country
|
2457
|
-
zip
|
2458
|
-
}
|
2459
|
-
orgName
|
2460
|
-
}
|
2461
|
-
}
|
2462
|
-
`;
|
1765
|
+
exports.GetOrganizationClientsDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetOrganizationClients" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getOrganizationClients" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "salutation" } }, { "kind": "Field", "name": { "kind": "Name", "value": "firstName" } }, { "kind": "Field", "name": { "kind": "Name", "value": "lastName" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "companyName" } }, { "kind": "Field", "name": { "kind": "Name", "value": "displayName" } }, { "kind": "Field", "name": { "kind": "Name", "value": "email" } }, { "kind": "Field", "name": { "kind": "Name", "value": "clientPhone" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "workPhone" } }, { "kind": "Field", "name": { "kind": "Name", "value": "mobile" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "website" } }, { "kind": "Field", "name": { "kind": "Name", "value": "currency" } }, { "kind": "Field", "name": { "kind": "Name", "value": "socialConnect" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "facebook" } }, { "kind": "Field", "name": { "kind": "Name", "value": "twitter" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "billingAddress" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "attention" } }, { "kind": "Field", "name": { "kind": "Name", "value": "address" } }, { "kind": "Field", "name": { "kind": "Name", "value": "city" } }, { "kind": "Field", "name": { "kind": "Name", "value": "state" } }, { "kind": "Field", "name": { "kind": "Name", "value": "country" } }, { "kind": "Field", "name": { "kind": "Name", "value": "zip" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "shippingAddress" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "attention" } }, { "kind": "Field", "name": { "kind": "Name", "value": "address" } }, { "kind": "Field", "name": { "kind": "Name", "value": "city" } }, { "kind": "Field", "name": { "kind": "Name", "value": "state" } }, { "kind": "Field", "name": { "kind": "Name", "value": "country" } }, { "kind": "Field", "name": { "kind": "Name", "value": "zip" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "orgName" } }] } }] } }] };
|
2463
1766
|
/**
|
2464
1767
|
* __useGetOrganizationClientsQuery__
|
2465
1768
|
*
|
@@ -2485,24 +1788,7 @@ function useGetOrganizationClientsLazyQuery(baseOptions) {
|
|
2485
1788
|
return Apollo.useLazyQuery(exports.GetOrganizationClientsDocument, options);
|
2486
1789
|
}
|
2487
1790
|
exports.useGetOrganizationClientsLazyQuery = useGetOrganizationClientsLazyQuery;
|
2488
|
-
exports.GetOrganizationMembersWithNameDocument =
|
2489
|
-
query GetOrganizationMembersWithName($where: OrgDetailWhere!) {
|
2490
|
-
getOrganizationDetail(where: $where) {
|
2491
|
-
orgMembers {
|
2492
|
-
userId
|
2493
|
-
inactive
|
2494
|
-
crossCheckEmail
|
2495
|
-
role
|
2496
|
-
user {
|
2497
|
-
alias
|
2498
|
-
email
|
2499
|
-
username
|
2500
|
-
emailVerified
|
2501
|
-
}
|
2502
|
-
}
|
2503
|
-
}
|
2504
|
-
}
|
2505
|
-
`;
|
1791
|
+
exports.GetOrganizationMembersWithNameDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetOrganizationMembersWithName" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "where" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "OrgDetailWhere" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getOrganizationDetail" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "where" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "where" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "orgMembers" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "userId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "inactive" } }, { "kind": "Field", "name": { "kind": "Name", "value": "crossCheckEmail" } }, { "kind": "Field", "name": { "kind": "Name", "value": "role" } }, { "kind": "Field", "name": { "kind": "Name", "value": "user" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "alias" } }, { "kind": "Field", "name": { "kind": "Name", "value": "email" } }, { "kind": "Field", "name": { "kind": "Name", "value": "username" } }, { "kind": "Field", "name": { "kind": "Name", "value": "emailVerified" } }] } }] } }] } }] } }] };
|
2506
1792
|
/**
|
2507
1793
|
* __useGetOrganizationMembersWithNameQuery__
|
2508
1794
|
*
|
@@ -2529,25 +1815,7 @@ function useGetOrganizationMembersWithNameLazyQuery(baseOptions) {
|
|
2529
1815
|
return Apollo.useLazyQuery(exports.GetOrganizationMembersWithNameDocument, options);
|
2530
1816
|
}
|
2531
1817
|
exports.useGetOrganizationMembersWithNameLazyQuery = useGetOrganizationMembersWithNameLazyQuery;
|
2532
|
-
exports.getOrganizationTeamsDocument =
|
2533
|
-
query getOrganizationTeams($orgName: String) {
|
2534
|
-
getOrganizationTeams(orgName: $orgName) {
|
2535
|
-
_id
|
2536
|
-
name
|
2537
|
-
tags
|
2538
|
-
orgName
|
2539
|
-
createdAt
|
2540
|
-
updatedAt
|
2541
|
-
description
|
2542
|
-
settingsUri
|
2543
|
-
teamMembers {
|
2544
|
-
id
|
2545
|
-
name
|
2546
|
-
status
|
2547
|
-
}
|
2548
|
-
}
|
2549
|
-
}
|
2550
|
-
`;
|
1818
|
+
exports.getOrganizationTeamsDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "getOrganizationTeams" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "orgName" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getOrganizationTeams" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "orgName" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "orgName" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "_id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "title" } }, { "kind": "Field", "name": { "kind": "Name", "value": "tags" } }, { "kind": "Field", "name": { "kind": "Name", "value": "orgName" } }, { "kind": "Field", "name": { "kind": "Name", "value": "createdAt" } }, { "kind": "Field", "name": { "kind": "Name", "value": "updatedAt" } }, { "kind": "Field", "name": { "kind": "Name", "value": "description" } }, { "kind": "Field", "name": { "kind": "Name", "value": "settingsUri" } }, { "kind": "Field", "name": { "kind": "Name", "value": "teamMembers" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "status" } }] } }] } }] } }] };
|
2551
1819
|
/**
|
2552
1820
|
* __usegetOrganizationTeamsQuery__
|
2553
1821
|
*
|
@@ -2574,18 +1842,7 @@ function usegetOrganizationTeamsLazyQuery(baseOptions) {
|
|
2574
1842
|
return Apollo.useLazyQuery(exports.getOrganizationTeamsDocument, options);
|
2575
1843
|
}
|
2576
1844
|
exports.usegetOrganizationTeamsLazyQuery = usegetOrganizationTeamsLazyQuery;
|
2577
|
-
exports.GetProjectsDocument =
|
2578
|
-
query GetProjects {
|
2579
|
-
getProjects {
|
2580
|
-
id
|
2581
|
-
name
|
2582
|
-
clientId
|
2583
|
-
teams
|
2584
|
-
status
|
2585
|
-
orgName
|
2586
|
-
}
|
2587
|
-
}
|
2588
|
-
`;
|
1845
|
+
exports.GetProjectsDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetProjects" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getProjects" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "clientId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "teams" } }, { "kind": "Field", "name": { "kind": "Name", "value": "status" } }, { "kind": "Field", "name": { "kind": "Name", "value": "orgName" } }] } }] } }] };
|
2589
1846
|
/**
|
2590
1847
|
* __useGetProjectsQuery__
|
2591
1848
|
*
|
@@ -2611,15 +1868,7 @@ function useGetProjectsLazyQuery(baseOptions) {
|
|
2611
1868
|
return Apollo.useLazyQuery(exports.GetProjectsDocument, options);
|
2612
1869
|
}
|
2613
1870
|
exports.useGetProjectsLazyQuery = useGetProjectsLazyQuery;
|
2614
|
-
exports.GetTasksDocument =
|
2615
|
-
query GetTasks {
|
2616
|
-
getTasks {
|
2617
|
-
id
|
2618
|
-
projectId
|
2619
|
-
taskName
|
2620
|
-
}
|
2621
|
-
}
|
2622
|
-
`;
|
1871
|
+
exports.GetTasksDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetTasks" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getTasks" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "projectId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "taskName" } }] } }] } }] };
|
2623
1872
|
/**
|
2624
1873
|
* __useGetTasksQuery__
|
2625
1874
|
*
|
@@ -2645,29 +1894,7 @@ function useGetTasksLazyQuery(baseOptions) {
|
|
2645
1894
|
return Apollo.useLazyQuery(exports.GetTasksDocument, options);
|
2646
1895
|
}
|
2647
1896
|
exports.useGetTasksLazyQuery = useGetTasksLazyQuery;
|
2648
|
-
exports.getTeamDocument =
|
2649
|
-
query getTeam($orgName: String!, $teamName: String!) {
|
2650
|
-
getTeam(orgName: $orgName, teamName: $teamName) {
|
2651
|
-
id
|
2652
|
-
name
|
2653
|
-
tags
|
2654
|
-
orgName
|
2655
|
-
description
|
2656
|
-
createdAt
|
2657
|
-
updatedAt
|
2658
|
-
settingsUri
|
2659
|
-
teamMembers {
|
2660
|
-
id
|
2661
|
-
email
|
2662
|
-
userId
|
2663
|
-
role
|
2664
|
-
username
|
2665
|
-
name
|
2666
|
-
status
|
2667
|
-
}
|
2668
|
-
}
|
2669
|
-
}
|
2670
|
-
`;
|
1897
|
+
exports.getTeamDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "getTeam" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "orgName" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "teamName" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getTeam" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "orgName" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "orgName" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "teamName" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "teamName" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "tags" } }, { "kind": "Field", "name": { "kind": "Name", "value": "orgName" } }, { "kind": "Field", "name": { "kind": "Name", "value": "description" } }, { "kind": "Field", "name": { "kind": "Name", "value": "createdAt" } }, { "kind": "Field", "name": { "kind": "Name", "value": "updatedAt" } }, { "kind": "Field", "name": { "kind": "Name", "value": "settingsUri" } }, { "kind": "Field", "name": { "kind": "Name", "value": "teamMembers" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "email" } }, { "kind": "Field", "name": { "kind": "Name", "value": "userId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "role" } }, { "kind": "Field", "name": { "kind": "Name", "value": "username" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "status" } }] } }] } }] } }] };
|
2671
1898
|
/**
|
2672
1899
|
* __usegetTeamQuery__
|
2673
1900
|
*
|
@@ -2695,27 +1922,7 @@ function usegetTeamLazyQuery(baseOptions) {
|
|
2695
1922
|
return Apollo.useLazyQuery(exports.getTeamDocument, options);
|
2696
1923
|
}
|
2697
1924
|
exports.usegetTeamLazyQuery = usegetTeamLazyQuery;
|
2698
|
-
exports.getTeamByNameDocument =
|
2699
|
-
query getTeamByName($orgName: String!, $teamName: String!) {
|
2700
|
-
getTeam(orgName: $orgName, teamName: $teamName) {
|
2701
|
-
id
|
2702
|
-
name
|
2703
|
-
tags
|
2704
|
-
orgName
|
2705
|
-
description
|
2706
|
-
createdAt
|
2707
|
-
updatedAt
|
2708
|
-
teamMembers {
|
2709
|
-
id
|
2710
|
-
email
|
2711
|
-
userId
|
2712
|
-
role
|
2713
|
-
name
|
2714
|
-
status
|
2715
|
-
}
|
2716
|
-
}
|
2717
|
-
}
|
2718
|
-
`;
|
1925
|
+
exports.getTeamByNameDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "getTeamByName" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "orgName" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "teamName" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getTeam" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "orgName" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "orgName" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "teamName" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "teamName" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "tags" } }, { "kind": "Field", "name": { "kind": "Name", "value": "orgName" } }, { "kind": "Field", "name": { "kind": "Name", "value": "description" } }, { "kind": "Field", "name": { "kind": "Name", "value": "createdAt" } }, { "kind": "Field", "name": { "kind": "Name", "value": "updatedAt" } }, { "kind": "Field", "name": { "kind": "Name", "value": "teamMembers" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "email" } }, { "kind": "Field", "name": { "kind": "Name", "value": "userId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "role" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "status" } }] } }] } }] } }] };
|
2719
1926
|
/**
|
2720
1927
|
* __usegetTeamByNameQuery__
|
2721
1928
|
*
|
@@ -2743,15 +1950,7 @@ function usegetTeamByNameLazyQuery(baseOptions) {
|
|
2743
1950
|
return Apollo.useLazyQuery(exports.getTeamByNameDocument, options);
|
2744
1951
|
}
|
2745
1952
|
exports.usegetTeamByNameLazyQuery = usegetTeamByNameLazyQuery;
|
2746
|
-
exports.GetUserAccountDocument =
|
2747
|
-
query GetUserAccount($userId: String!) {
|
2748
|
-
getUserAccount(userId: $userId) {
|
2749
|
-
id
|
2750
|
-
email
|
2751
|
-
username
|
2752
|
-
}
|
2753
|
-
}
|
2754
|
-
`;
|
1953
|
+
exports.GetUserAccountDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetUserAccount" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "userId" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getUserAccount" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "userId" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "userId" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "email" } }, { "kind": "Field", "name": { "kind": "Name", "value": "username" } }] } }] } }] };
|
2755
1954
|
/**
|
2756
1955
|
* __useGetUserAccountQuery__
|
2757
1956
|
*
|
@@ -2778,19 +1977,7 @@ function useGetUserAccountLazyQuery(baseOptions) {
|
|
2778
1977
|
return Apollo.useLazyQuery(exports.GetUserAccountDocument, options);
|
2779
1978
|
}
|
2780
1979
|
exports.useGetUserAccountLazyQuery = useGetUserAccountLazyQuery;
|
2781
|
-
exports.getUserOrganizationsDocument =
|
2782
|
-
query getUserOrganizations($userId: String) {
|
2783
|
-
getUserOrganizations(userId: $userId) {
|
2784
|
-
id
|
2785
|
-
name
|
2786
|
-
description
|
2787
|
-
orgMembers {
|
2788
|
-
userId
|
2789
|
-
role
|
2790
|
-
}
|
2791
|
-
}
|
2792
|
-
}
|
2793
|
-
`;
|
1980
|
+
exports.getUserOrganizationsDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "getUserOrganizations" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "userId" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getUserOrganizations" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "userId" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "userId" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "title" } }, { "kind": "Field", "name": { "kind": "Name", "value": "description" } }, { "kind": "Field", "name": { "kind": "Name", "value": "orgMembers" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "userId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "role" } }] } }] } }] } }] };
|
2794
1981
|
/**
|
2795
1982
|
* __usegetUserOrganizationsQuery__
|
2796
1983
|
*
|
@@ -2817,18 +2004,7 @@ function usegetUserOrganizationsLazyQuery(baseOptions) {
|
|
2817
2004
|
return Apollo.useLazyQuery(exports.getUserOrganizationsDocument, options);
|
2818
2005
|
}
|
2819
2006
|
exports.usegetUserOrganizationsLazyQuery = usegetUserOrganizationsLazyQuery;
|
2820
|
-
exports.getUserOrganizationsWithRoleDocument =
|
2821
|
-
query getUserOrganizationsWithRole($userId: String) {
|
2822
|
-
getUserOrganizationsWithRole(userId: $userId) {
|
2823
|
-
id
|
2824
|
-
name
|
2825
|
-
description
|
2826
|
-
orgMembers {
|
2827
|
-
...OrgUser
|
2828
|
-
}
|
2829
|
-
}
|
2830
|
-
}
|
2831
|
-
${exports.OrgUserFragmentDoc}`;
|
2007
|
+
exports.getUserOrganizationsWithRoleDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "getUserOrganizationsWithRole" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "userId" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getUserOrganizationsWithRole" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "userId" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "userId" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "title" } }, { "kind": "Field", "name": { "kind": "Name", "value": "description" } }, { "kind": "Field", "name": { "kind": "Name", "value": "orgMembers" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "OrgUser" } }] } }] } }] } }, { "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "OrgUser" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "OrgUser" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "userId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "role" } }, { "kind": "Field", "name": { "kind": "Name", "value": "orgName" } }, { "kind": "Field", "name": { "kind": "Name", "value": "isSelf" } }] } }] };
|
2832
2008
|
/**
|
2833
2009
|
* __usegetUserOrganizationsWithRoleQuery__
|
2834
2010
|
*
|
@@ -2855,17 +2031,7 @@ function usegetUserOrganizationsWithRoleLazyQuery(baseOptions) {
|
|
2855
2031
|
return Apollo.useLazyQuery(exports.getUserOrganizationsWithRoleDocument, options);
|
2856
2032
|
}
|
2857
2033
|
exports.usegetUserOrganizationsWithRoleLazyQuery = usegetUserOrganizationsWithRoleLazyQuery;
|
2858
|
-
exports.GetOrganizationMembersDocument =
|
2859
|
-
query GetOrganizationMembers {
|
2860
|
-
getOrganizationMembers {
|
2861
|
-
userId
|
2862
|
-
role
|
2863
|
-
name
|
2864
|
-
teamNames
|
2865
|
-
crossCheckEmail
|
2866
|
-
}
|
2867
|
-
}
|
2868
|
-
`;
|
2034
|
+
exports.GetOrganizationMembersDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetOrganizationMembers" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getOrganizationMembers" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "userId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "role" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "teamNames" } }, { "kind": "Field", "name": { "kind": "Name", "value": "crossCheckEmail" } }] } }] } }] };
|
2869
2035
|
/**
|
2870
2036
|
* __useGetOrganizationMembersQuery__
|
2871
2037
|
*
|
@@ -2891,29 +2057,7 @@ function useGetOrganizationMembersLazyQuery(baseOptions) {
|
|
2891
2057
|
return Apollo.useLazyQuery(exports.GetOrganizationMembersDocument, options);
|
2892
2058
|
}
|
2893
2059
|
exports.useGetOrganizationMembersLazyQuery = useGetOrganizationMembersLazyQuery;
|
2894
|
-
exports.organizationsDocument =
|
2895
|
-
query organizations {
|
2896
|
-
organizations {
|
2897
|
-
id
|
2898
|
-
name
|
2899
|
-
picture
|
2900
|
-
stripeId
|
2901
|
-
namespace
|
2902
|
-
createdAt
|
2903
|
-
updatedAt
|
2904
|
-
periodStop
|
2905
|
-
orgMembers {
|
2906
|
-
...OrgUser
|
2907
|
-
inactive
|
2908
|
-
}
|
2909
|
-
periodStart
|
2910
|
-
billingLeaders
|
2911
|
-
isBillingLeader
|
2912
|
-
mainBilingLeaderId
|
2913
|
-
stripeSubscriptionId
|
2914
|
-
}
|
2915
|
-
}
|
2916
|
-
${exports.OrgUserFragmentDoc}`;
|
2060
|
+
exports.organizationsDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "organizations" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "organizations" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "picture" } }, { "kind": "Field", "name": { "kind": "Name", "value": "stripeId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "namespace" } }, { "kind": "Field", "name": { "kind": "Name", "value": "createdAt" } }, { "kind": "Field", "name": { "kind": "Name", "value": "updatedAt" } }, { "kind": "Field", "name": { "kind": "Name", "value": "periodStop" } }, { "kind": "Field", "name": { "kind": "Name", "value": "orgMembers" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "OrgUser" } }, { "kind": "Field", "name": { "kind": "Name", "value": "inactive" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "periodStart" } }, { "kind": "Field", "name": { "kind": "Name", "value": "billingLeaders" } }, { "kind": "Field", "name": { "kind": "Name", "value": "isBillingLeader" } }, { "kind": "Field", "name": { "kind": "Name", "value": "mainBilingLeaderId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "stripeSubscriptionId" } }] } }] } }, { "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "OrgUser" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "OrgUser" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "userId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "role" } }, { "kind": "Field", "name": { "kind": "Name", "value": "orgName" } }, { "kind": "Field", "name": { "kind": "Name", "value": "isSelf" } }] } }] };
|
2917
2061
|
/**
|
2918
2062
|
* __useorganizationsQuery__
|
2919
2063
|
*
|
@@ -2939,28 +2083,7 @@ function useorganizationsLazyQuery(baseOptions) {
|
|
2939
2083
|
return Apollo.useLazyQuery(exports.organizationsDocument, options);
|
2940
2084
|
}
|
2941
2085
|
exports.useorganizationsLazyQuery = useorganizationsLazyQuery;
|
2942
|
-
exports.teamDocument =
|
2943
|
-
query team($teamId: ID!) {
|
2944
|
-
team(teamId: $teamId) {
|
2945
|
-
id
|
2946
|
-
name
|
2947
|
-
tags
|
2948
|
-
orgName
|
2949
|
-
description
|
2950
|
-
createdAt
|
2951
|
-
updatedAt
|
2952
|
-
settingsUri
|
2953
|
-
teamMembers {
|
2954
|
-
id
|
2955
|
-
email
|
2956
|
-
userId
|
2957
|
-
role
|
2958
|
-
name
|
2959
|
-
status
|
2960
|
-
}
|
2961
|
-
}
|
2962
|
-
}
|
2963
|
-
`;
|
2086
|
+
exports.teamDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "team" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "teamId" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "ID" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "team" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "teamId" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "teamId" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "tags" } }, { "kind": "Field", "name": { "kind": "Name", "value": "orgName" } }, { "kind": "Field", "name": { "kind": "Name", "value": "description" } }, { "kind": "Field", "name": { "kind": "Name", "value": "createdAt" } }, { "kind": "Field", "name": { "kind": "Name", "value": "updatedAt" } }, { "kind": "Field", "name": { "kind": "Name", "value": "settingsUri" } }, { "kind": "Field", "name": { "kind": "Name", "value": "teamMembers" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "email" } }, { "kind": "Field", "name": { "kind": "Name", "value": "userId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "role" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "status" } }] } }] } }] } }] };
|
2964
2087
|
/**
|
2965
2088
|
* __useteamQuery__
|
2966
2089
|
*
|
@@ -2987,25 +2110,7 @@ function useteamLazyQuery(baseOptions) {
|
|
2987
2110
|
return Apollo.useLazyQuery(exports.teamDocument, options);
|
2988
2111
|
}
|
2989
2112
|
exports.useteamLazyQuery = useteamLazyQuery;
|
2990
|
-
exports.TeamsDocument =
|
2991
|
-
query Teams {
|
2992
|
-
teams {
|
2993
|
-
_id
|
2994
|
-
name
|
2995
|
-
tags
|
2996
|
-
orgName
|
2997
|
-
createdAt
|
2998
|
-
updatedAt
|
2999
|
-
description
|
3000
|
-
settingsUri
|
3001
|
-
teamMembers {
|
3002
|
-
id
|
3003
|
-
name
|
3004
|
-
status
|
3005
|
-
}
|
3006
|
-
}
|
3007
|
-
}
|
3008
|
-
`;
|
2113
|
+
exports.TeamsDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "Teams" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "teams" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "_id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "tags" } }, { "kind": "Field", "name": { "kind": "Name", "value": "orgName" } }, { "kind": "Field", "name": { "kind": "Name", "value": "createdAt" } }, { "kind": "Field", "name": { "kind": "Name", "value": "updatedAt" } }, { "kind": "Field", "name": { "kind": "Name", "value": "description" } }, { "kind": "Field", "name": { "kind": "Name", "value": "settingsUri" } }, { "kind": "Field", "name": { "kind": "Name", "value": "teamMembers" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "status" } }] } }] } }] } }] };
|
3009
2114
|
/**
|
3010
2115
|
* __useTeamsQuery__
|
3011
2116
|
*
|
@@ -3031,21 +2136,7 @@ function useTeamsLazyQuery(baseOptions) {
|
|
3031
2136
|
return Apollo.useLazyQuery(exports.TeamsDocument, options);
|
3032
2137
|
}
|
3033
2138
|
exports.useTeamsLazyQuery = useTeamsLazyQuery;
|
3034
|
-
exports.GetViewerSettingsDocument =
|
3035
|
-
query GetViewerSettings($input: ViewerSettingsInput) {
|
3036
|
-
viewerSettings(input: $input) {
|
3037
|
-
__typename
|
3038
|
-
settingsURL
|
3039
|
-
settings {
|
3040
|
-
account {
|
3041
|
-
default {
|
3042
|
-
organization
|
3043
|
-
}
|
3044
|
-
}
|
3045
|
-
}
|
3046
|
-
}
|
3047
|
-
}
|
3048
|
-
`;
|
2139
|
+
exports.GetViewerSettingsDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetViewerSettings" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "input" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "ViewerSettingsInput" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "viewerSettings" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "input" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "input" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "settingsURL" } }, { "kind": "Field", "name": { "kind": "Name", "value": "settings" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "account" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "default" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "organization" } }] } }] } }] } }] } }] } }] };
|
3049
2140
|
/**
|
3050
2141
|
* __useGetViewerSettingsQuery__
|
3051
2142
|
*
|
@@ -3072,22 +2163,7 @@ function useGetViewerSettingsLazyQuery(baseOptions) {
|
|
3072
2163
|
return Apollo.useLazyQuery(exports.GetViewerSettingsDocument, options);
|
3073
2164
|
}
|
3074
2165
|
exports.useGetViewerSettingsLazyQuery = useGetViewerSettingsLazyQuery;
|
3075
|
-
exports.GetAccountsViewerSettingsDocument =
|
3076
|
-
query GetAccountsViewerSettings($input: ViewerSettingsInput) {
|
3077
|
-
viewerSettings(input: $input) {
|
3078
|
-
settings {
|
3079
|
-
account {
|
3080
|
-
default {
|
3081
|
-
organization
|
3082
|
-
}
|
3083
|
-
notification {
|
3084
|
-
primaryEmail
|
3085
|
-
}
|
3086
|
-
}
|
3087
|
-
}
|
3088
|
-
}
|
3089
|
-
}
|
3090
|
-
`;
|
2166
|
+
exports.GetAccountsViewerSettingsDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetAccountsViewerSettings" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "input" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "ViewerSettingsInput" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "viewerSettings" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "input" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "input" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "settings" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "account" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "default" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "organization" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "notification" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "primaryEmail" } }] } }] } }] } }] } }] } }] };
|
3091
2167
|
/**
|
3092
2168
|
* __useGetAccountsViewerSettingsQuery__
|
3093
2169
|
*
|
@@ -3114,16 +2190,34 @@ function useGetAccountsViewerSettingsLazyQuery(baseOptions) {
|
|
3114
2190
|
return Apollo.useLazyQuery(exports.GetAccountsViewerSettingsDocument, options);
|
3115
2191
|
}
|
3116
2192
|
exports.useGetAccountsViewerSettingsLazyQuery = useGetAccountsViewerSettingsLazyQuery;
|
3117
|
-
exports.
|
3118
|
-
|
3119
|
-
|
3120
|
-
|
3121
|
-
|
3122
|
-
|
3123
|
-
|
3124
|
-
|
2193
|
+
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" } }] } }] } }] };
|
2194
|
+
/**
|
2195
|
+
* __useGetAccountsApplicationPoliciesQuery__
|
2196
|
+
*
|
2197
|
+
* To run a query within a React component, call `useGetAccountsApplicationPoliciesQuery` and pass it any options that fit your needs.
|
2198
|
+
* When your component renders, `useGetAccountsApplicationPoliciesQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
2199
|
+
* you can use to render your UI.
|
2200
|
+
*
|
2201
|
+
* @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;
|
2202
|
+
*
|
2203
|
+
* @example
|
2204
|
+
* const { data, loading, error } = useGetAccountsApplicationPoliciesQuery({
|
2205
|
+
* variables: {
|
2206
|
+
* input: // value for 'input'
|
2207
|
+
* },
|
2208
|
+
* });
|
2209
|
+
*/
|
2210
|
+
function useGetAccountsApplicationPoliciesQuery(baseOptions) {
|
2211
|
+
const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
|
2212
|
+
return Apollo.useQuery(exports.GetAccountsApplicationPoliciesDocument, options);
|
2213
|
+
}
|
2214
|
+
exports.useGetAccountsApplicationPoliciesQuery = useGetAccountsApplicationPoliciesQuery;
|
2215
|
+
function useGetAccountsApplicationPoliciesLazyQuery(baseOptions) {
|
2216
|
+
const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
|
2217
|
+
return Apollo.useLazyQuery(exports.GetAccountsApplicationPoliciesDocument, options);
|
3125
2218
|
}
|
3126
|
-
|
2219
|
+
exports.useGetAccountsApplicationPoliciesLazyQuery = useGetAccountsApplicationPoliciesLazyQuery;
|
2220
|
+
exports.GetOrgMembersWithRolesUnsecuredDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetOrgMembersWithRolesUnsecured" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "name" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getOrganizationDetailUnsecured" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "where" }, "value": { "kind": "ObjectValue", "fields": [{ "kind": "ObjectField", "name": { "kind": "Name", "value": "name" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "name" } } }] } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "orgMembers" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "userId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "role" } }] } }] } }] } }] };
|
3127
2221
|
/**
|
3128
2222
|
* __useGetOrgMembersWithRolesUnsecuredQuery__
|
3129
2223
|
*
|
@@ -3150,16 +2244,7 @@ function useGetOrgMembersWithRolesUnsecuredLazyQuery(baseOptions) {
|
|
3150
2244
|
return Apollo.useLazyQuery(exports.GetOrgMembersWithRolesUnsecuredDocument, options);
|
3151
2245
|
}
|
3152
2246
|
exports.useGetOrgMembersWithRolesUnsecuredLazyQuery = useGetOrgMembersWithRolesUnsecuredLazyQuery;
|
3153
|
-
exports.GetOrgMembersWithRolesDocument =
|
3154
|
-
query GetOrgMembersWithRoles($name: String) {
|
3155
|
-
getOrganizationDetail(where: {name: $name}) {
|
3156
|
-
orgMembers {
|
3157
|
-
userId
|
3158
|
-
role
|
3159
|
-
}
|
3160
|
-
}
|
3161
|
-
}
|
3162
|
-
`;
|
2247
|
+
exports.GetOrgMembersWithRolesDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetOrgMembersWithRoles" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "name" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getOrganizationDetail" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "where" }, "value": { "kind": "ObjectValue", "fields": [{ "kind": "ObjectField", "name": { "kind": "Name", "value": "name" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "name" } } }] } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "orgMembers" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "userId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "role" } }] } }] } }] } }] };
|
3163
2248
|
/**
|
3164
2249
|
* __useGetOrgMembersWithRolesQuery__
|
3165
2250
|
*
|
@@ -3186,14 +2271,7 @@ function useGetOrgMembersWithRolesLazyQuery(baseOptions) {
|
|
3186
2271
|
return Apollo.useLazyQuery(exports.GetOrgMembersWithRolesDocument, options);
|
3187
2272
|
}
|
3188
2273
|
exports.useGetOrgMembersWithRolesLazyQuery = useGetOrgMembersWithRolesLazyQuery;
|
3189
|
-
exports.GetUsersDocument =
|
3190
|
-
query GetUsers($where: UserAccountWhere) {
|
3191
|
-
getUsers(where: $where) {
|
3192
|
-
username
|
3193
|
-
email
|
3194
|
-
}
|
3195
|
-
}
|
3196
|
-
`;
|
2274
|
+
exports.GetUsersDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetUsers" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "where" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "UserAccountWhere" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getUsers" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "where" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "where" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "username" } }, { "kind": "Field", "name": { "kind": "Name", "value": "email" } }] } }] } }] };
|
3197
2275
|
/**
|
3198
2276
|
* __useGetUsersQuery__
|
3199
2277
|
*
|
@@ -3220,13 +2298,7 @@ function useGetUsersLazyQuery(baseOptions) {
|
|
3220
2298
|
return Apollo.useLazyQuery(exports.GetUsersDocument, options);
|
3221
2299
|
}
|
3222
2300
|
exports.useGetUsersLazyQuery = useGetUsersLazyQuery;
|
3223
|
-
exports.dockerCatalogDocument =
|
3224
|
-
query dockerCatalog {
|
3225
|
-
dockerCatalog {
|
3226
|
-
repositories
|
3227
|
-
}
|
3228
|
-
}
|
3229
|
-
`;
|
2301
|
+
exports.dockerCatalogDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "dockerCatalog" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "dockerCatalog" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "repositories" } }] } }] } }] };
|
3230
2302
|
/**
|
3231
2303
|
* __usedockerCatalogQuery__
|
3232
2304
|
*
|
@@ -3252,17 +2324,7 @@ function usedockerCatalogLazyQuery(baseOptions) {
|
|
3252
2324
|
return Apollo.useLazyQuery(exports.dockerCatalogDocument, options);
|
3253
2325
|
}
|
3254
2326
|
exports.usedockerCatalogLazyQuery = usedockerCatalogLazyQuery;
|
3255
|
-
exports.getAllDockerRegistriesDocument =
|
3256
|
-
query getAllDockerRegistries {
|
3257
|
-
allDockerRegistries {
|
3258
|
-
id
|
3259
|
-
name
|
3260
|
-
url
|
3261
|
-
description
|
3262
|
-
type
|
3263
|
-
}
|
3264
|
-
}
|
3265
|
-
`;
|
2327
|
+
exports.getAllDockerRegistriesDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "getAllDockerRegistries" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "allDockerRegistries" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "url" } }, { "kind": "Field", "name": { "kind": "Name", "value": "description" } }, { "kind": "Field", "name": { "kind": "Name", "value": "type" } }] } }] } }] };
|
3266
2328
|
/**
|
3267
2329
|
* __usegetAllDockerRegistriesQuery__
|
3268
2330
|
*
|
@@ -3288,11 +2350,7 @@ function usegetAllDockerRegistriesLazyQuery(baseOptions) {
|
|
3288
2350
|
return Apollo.useLazyQuery(exports.getAllDockerRegistriesDocument, options);
|
3289
2351
|
}
|
3290
2352
|
exports.usegetAllDockerRegistriesLazyQuery = usegetAllDockerRegistriesLazyQuery;
|
3291
|
-
exports.createDockerRegistryDocument =
|
3292
|
-
mutation createDockerRegistry($payload: IDockerRegistry) {
|
3293
|
-
createDockerRegistry(payload: $payload)
|
3294
|
-
}
|
3295
|
-
`;
|
2353
|
+
exports.createDockerRegistryDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "createDockerRegistry" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "payload" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "IDockerRegistry" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "createDockerRegistry" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "payload" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "payload" } } }] }] } }] };
|
3296
2354
|
/**
|
3297
2355
|
* __usecreateDockerRegistryMutation__
|
3298
2356
|
*
|
@@ -3315,14 +2373,7 @@ function usecreateDockerRegistryMutation(baseOptions) {
|
|
3315
2373
|
return Apollo.useMutation(exports.createDockerRegistryDocument, options);
|
3316
2374
|
}
|
3317
2375
|
exports.usecreateDockerRegistryMutation = usecreateDockerRegistryMutation;
|
3318
|
-
exports.tagsDocument =
|
3319
|
-
query tags($image: ID!, $registry: String!) {
|
3320
|
-
dockerRegistryImageTags(image: $image, registry: $registry) {
|
3321
|
-
name
|
3322
|
-
tags
|
3323
|
-
}
|
3324
|
-
}
|
3325
|
-
`;
|
2376
|
+
exports.tagsDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "tags" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "image" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "ID" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "registry" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "dockerRegistryImageTags" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "image" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "image" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "registry" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "registry" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "tags" } }] } }] } }] };
|
3326
2377
|
/**
|
3327
2378
|
* __usetagsQuery__
|
3328
2379
|
*
|
@@ -3350,13 +2401,7 @@ function usetagsLazyQuery(baseOptions) {
|
|
3350
2401
|
return Apollo.useLazyQuery(exports.tagsDocument, options);
|
3351
2402
|
}
|
3352
2403
|
exports.usetagsLazyQuery = usetagsLazyQuery;
|
3353
|
-
exports.dockerRegistryCatalogDocument =
|
3354
|
-
query dockerRegistryCatalog($registry: String!) {
|
3355
|
-
dockerRegistryCatalog(registry: $registry) {
|
3356
|
-
repositories
|
3357
|
-
}
|
3358
|
-
}
|
3359
|
-
`;
|
2404
|
+
exports.dockerRegistryCatalogDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "dockerRegistryCatalog" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "registry" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "dockerRegistryCatalog" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "registry" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "registry" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "repositories" } }] } }] } }] };
|
3360
2405
|
/**
|
3361
2406
|
* __usedockerRegistryCatalogQuery__
|
3362
2407
|
*
|
@@ -3383,11 +2428,7 @@ function usedockerRegistryCatalogLazyQuery(baseOptions) {
|
|
3383
2428
|
return Apollo.useLazyQuery(exports.dockerRegistryCatalogDocument, options);
|
3384
2429
|
}
|
3385
2430
|
exports.usedockerRegistryCatalogLazyQuery = usedockerRegistryCatalogLazyQuery;
|
3386
|
-
exports.removeDockerRegistryDocument =
|
3387
|
-
mutation removeDockerRegistry($id: ID) {
|
3388
|
-
removeDockerRegistry(id: $id)
|
3389
|
-
}
|
3390
|
-
`;
|
2431
|
+
exports.removeDockerRegistryDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "removeDockerRegistry" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "id" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "ID" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "removeDockerRegistry" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "id" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "id" } } }] }] } }] };
|
3391
2432
|
/**
|
3392
2433
|
* __useremoveDockerRegistryMutation__
|
3393
2434
|
*
|
@@ -3410,11 +2451,7 @@ function useremoveDockerRegistryMutation(baseOptions) {
|
|
3410
2451
|
return Apollo.useMutation(exports.removeDockerRegistryDocument, options);
|
3411
2452
|
}
|
3412
2453
|
exports.useremoveDockerRegistryMutation = useremoveDockerRegistryMutation;
|
3413
|
-
exports.updateDockerRegistryDocument =
|
3414
|
-
mutation updateDockerRegistry($id: ID!, $payload: IDockerRegistry) {
|
3415
|
-
updateDockerRegistry(id: $id, payload: $payload)
|
3416
|
-
}
|
3417
|
-
`;
|
2454
|
+
exports.updateDockerRegistryDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "updateDockerRegistry" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "id" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "ID" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "payload" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "IDockerRegistry" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "updateDockerRegistry" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "id" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "id" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "payload" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "payload" } } }] }] } }] };
|
3418
2455
|
/**
|
3419
2456
|
* __useupdateDockerRegistryMutation__
|
3420
2457
|
*
|
@@ -3438,14 +2475,7 @@ function useupdateDockerRegistryMutation(baseOptions) {
|
|
3438
2475
|
return Apollo.useMutation(exports.updateDockerRegistryDocument, options);
|
3439
2476
|
}
|
3440
2477
|
exports.useupdateDockerRegistryMutation = useupdateDockerRegistryMutation;
|
3441
|
-
exports.createMonocularRegistryDocument =
|
3442
|
-
mutation createMonocularRegistry($payload: IMonocularRegistry) {
|
3443
|
-
createMonocularRegistry(payload: $payload) {
|
3444
|
-
url
|
3445
|
-
name
|
3446
|
-
}
|
3447
|
-
}
|
3448
|
-
`;
|
2478
|
+
exports.createMonocularRegistryDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "createMonocularRegistry" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "payload" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "IMonocularRegistry" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "createMonocularRegistry" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "payload" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "payload" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "url" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }] } }] } }] };
|
3449
2479
|
/**
|
3450
2480
|
* __usecreateMonocularRegistryMutation__
|
3451
2481
|
*
|
@@ -3468,11 +2498,7 @@ function usecreateMonocularRegistryMutation(baseOptions) {
|
|
3468
2498
|
return Apollo.useMutation(exports.createMonocularRegistryDocument, options);
|
3469
2499
|
}
|
3470
2500
|
exports.usecreateMonocularRegistryMutation = usecreateMonocularRegistryMutation;
|
3471
|
-
exports.createUserRepositoryDocument =
|
3472
|
-
mutation createUserRepository($repositoryName: String, $orgName: String) {
|
3473
|
-
createUserRepository(repositoryName: $repositoryName, orgName: $orgName)
|
3474
|
-
}
|
3475
|
-
`;
|
2501
|
+
exports.createUserRepositoryDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "createUserRepository" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "repositoryName" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "orgName" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "createUserRepository" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "repositoryName" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "repositoryName" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "orgName" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "orgName" } } }] }] } }] };
|
3476
2502
|
/**
|
3477
2503
|
* __usecreateUserRepositoryMutation__
|
3478
2504
|
*
|
@@ -3496,13 +2522,7 @@ function usecreateUserRepositoryMutation(baseOptions) {
|
|
3496
2522
|
return Apollo.useMutation(exports.createUserRepositoryDocument, options);
|
3497
2523
|
}
|
3498
2524
|
exports.usecreateUserRepositoryMutation = usecreateUserRepositoryMutation;
|
3499
|
-
exports.removeMonocularRegistryDocument =
|
3500
|
-
mutation removeMonocularRegistry($id: ID) {
|
3501
|
-
removeMonocularRegistry(id: $id) {
|
3502
|
-
message
|
3503
|
-
}
|
3504
|
-
}
|
3505
|
-
`;
|
2525
|
+
exports.removeMonocularRegistryDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "removeMonocularRegistry" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "id" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "ID" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "removeMonocularRegistry" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "id" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "id" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "message" } }] } }] } }] };
|
3506
2526
|
/**
|
3507
2527
|
* __useremoveMonocularRegistryMutation__
|
3508
2528
|
*
|
@@ -3525,11 +2545,7 @@ function useremoveMonocularRegistryMutation(baseOptions) {
|
|
3525
2545
|
return Apollo.useMutation(exports.removeMonocularRegistryDocument, options);
|
3526
2546
|
}
|
3527
2547
|
exports.useremoveMonocularRegistryMutation = useremoveMonocularRegistryMutation;
|
3528
|
-
exports.removeUserRepositoryDocument =
|
3529
|
-
mutation removeUserRepository($repositoryId: Int) {
|
3530
|
-
removeUserRepository(repositoryId: $repositoryId)
|
3531
|
-
}
|
3532
|
-
`;
|
2548
|
+
exports.removeUserRepositoryDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "removeUserRepository" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "repositoryId" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Int" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "removeUserRepository" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "repositoryId" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "repositoryId" } } }] }] } }] };
|
3533
2549
|
/**
|
3534
2550
|
* __useremoveUserRepositoryMutation__
|
3535
2551
|
*
|
@@ -3552,11 +2568,7 @@ function useremoveUserRepositoryMutation(baseOptions) {
|
|
3552
2568
|
return Apollo.useMutation(exports.removeUserRepositoryDocument, options);
|
3553
2569
|
}
|
3554
2570
|
exports.useremoveUserRepositoryMutation = useremoveUserRepositoryMutation;
|
3555
|
-
exports.testConnectionDocument =
|
3556
|
-
mutation testConnection($payload: IMonocularRegistry) {
|
3557
|
-
testConnection(payload: $payload)
|
3558
|
-
}
|
3559
|
-
`;
|
2571
|
+
exports.testConnectionDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "testConnection" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "payload" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "IMonocularRegistry" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "testConnection" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "payload" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "payload" } } }] }] } }] };
|
3560
2572
|
/**
|
3561
2573
|
* __usetestConnectionMutation__
|
3562
2574
|
*
|
@@ -3579,13 +2591,7 @@ function usetestConnectionMutation(baseOptions) {
|
|
3579
2591
|
return Apollo.useMutation(exports.testConnectionDocument, options);
|
3580
2592
|
}
|
3581
2593
|
exports.usetestConnectionMutation = usetestConnectionMutation;
|
3582
|
-
exports.updateMonocularRegistryDocument =
|
3583
|
-
mutation updateMonocularRegistry($id: ID!, $payload: IMonocularRegistry) {
|
3584
|
-
updateMonocularRegistry(id: $id, payload: $payload) {
|
3585
|
-
message
|
3586
|
-
}
|
3587
|
-
}
|
3588
|
-
`;
|
2594
|
+
exports.updateMonocularRegistryDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "updateMonocularRegistry" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "id" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "ID" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "payload" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "IMonocularRegistry" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "updateMonocularRegistry" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "id" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "id" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "payload" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "payload" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "message" } }] } }] } }] };
|
3589
2595
|
/**
|
3590
2596
|
* __useupdateMonocularRegistryMutation__
|
3591
2597
|
*
|
@@ -3609,11 +2615,7 @@ function useupdateMonocularRegistryMutation(baseOptions) {
|
|
3609
2615
|
return Apollo.useMutation(exports.updateMonocularRegistryDocument, options);
|
3610
2616
|
}
|
3611
2617
|
exports.useupdateMonocularRegistryMutation = useupdateMonocularRegistryMutation;
|
3612
|
-
exports.uploadDocument =
|
3613
|
-
mutation upload($repositoryName: String!, $chartfile: Upload!, $provfile: Upload) {
|
3614
|
-
upload(repositoryName: $repositoryName, chartfile: $chartfile, provfile: $provfile)
|
3615
|
-
}
|
3616
|
-
`;
|
2618
|
+
exports.uploadDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "upload" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "repositoryName" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "chartfile" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Upload" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "provfile" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Upload" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "upload" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "repositoryName" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "repositoryName" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "chartfile" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "chartfile" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "provfile" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "provfile" } } }] }] } }] };
|
3617
2619
|
/**
|
3618
2620
|
* __useuploadMutation__
|
3619
2621
|
*
|
@@ -3638,21 +2640,7 @@ function useuploadMutation(baseOptions) {
|
|
3638
2640
|
return Apollo.useMutation(exports.uploadDocument, options);
|
3639
2641
|
}
|
3640
2642
|
exports.useuploadMutation = useuploadMutation;
|
3641
|
-
exports.getChartDetailsDocument =
|
3642
|
-
query getChartDetails($repository: String!, $chartname: String!, $version: String!) {
|
3643
|
-
getChartValues(repository: $repository, chartname: $chartname, version: $version)
|
3644
|
-
getChartVersions(repository: $repository, chartname: $chartname) {
|
3645
|
-
name
|
3646
|
-
version
|
3647
|
-
created
|
3648
|
-
}
|
3649
|
-
getChartReadme(repository: $repository, chartname: $chartname, version: $version)
|
3650
|
-
getChartMaintainers(repository: $repository, chartname: $chartname, version: $version) {
|
3651
|
-
name
|
3652
|
-
email
|
3653
|
-
}
|
3654
|
-
}
|
3655
|
-
`;
|
2643
|
+
exports.getChartDetailsDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "getChartDetails" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "repository" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "chartname" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "version" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getChartValues" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "repository" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "repository" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "chartname" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "chartname" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "version" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "version" } } }] }, { "kind": "Field", "name": { "kind": "Name", "value": "getChartVersions" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "repository" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "repository" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "chartname" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "chartname" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "version" } }, { "kind": "Field", "name": { "kind": "Name", "value": "created" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "getChartReadme" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "repository" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "repository" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "chartname" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "chartname" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "version" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "version" } } }] }, { "kind": "Field", "name": { "kind": "Name", "value": "getChartMaintainers" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "repository" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "repository" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "chartname" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "chartname" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "version" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "version" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "email" } }] } }] } }] };
|
3656
2644
|
/**
|
3657
2645
|
* __usegetChartDetailsQuery__
|
3658
2646
|
*
|
@@ -3681,15 +2669,7 @@ function usegetChartDetailsLazyQuery(baseOptions) {
|
|
3681
2669
|
return Apollo.useLazyQuery(exports.getChartDetailsDocument, options);
|
3682
2670
|
}
|
3683
2671
|
exports.usegetChartDetailsLazyQuery = usegetChartDetailsLazyQuery;
|
3684
|
-
exports.chartVersionsDocument =
|
3685
|
-
query chartVersions($repository: String!, $chartname: String!) {
|
3686
|
-
getChartVersions(repository: $repository, chartname: $chartname) {
|
3687
|
-
name
|
3688
|
-
version
|
3689
|
-
created
|
3690
|
-
}
|
3691
|
-
}
|
3692
|
-
`;
|
2672
|
+
exports.chartVersionsDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "chartVersions" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "repository" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "chartname" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getChartVersions" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "repository" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "repository" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "chartname" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "chartname" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "version" } }, { "kind": "Field", "name": { "kind": "Name", "value": "created" } }] } }] } }] };
|
3693
2673
|
/**
|
3694
2674
|
* __usechartVersionsQuery__
|
3695
2675
|
*
|
@@ -3717,20 +2697,7 @@ function usechartVersionsLazyQuery(baseOptions) {
|
|
3717
2697
|
return Apollo.useLazyQuery(exports.chartVersionsDocument, options);
|
3718
2698
|
}
|
3719
2699
|
exports.usechartVersionsLazyQuery = usechartVersionsLazyQuery;
|
3720
|
-
exports.getChartDocument =
|
3721
|
-
query getChart($repository: String!, $chartname: String!, $version: String!) {
|
3722
|
-
getChart(repository: $repository, chartname: $chartname, version: $version) {
|
3723
|
-
total_versions
|
3724
|
-
name
|
3725
|
-
latest_version
|
3726
|
-
created
|
3727
|
-
updated
|
3728
|
-
icon
|
3729
|
-
home
|
3730
|
-
deprecated
|
3731
|
-
}
|
3732
|
-
}
|
3733
|
-
`;
|
2700
|
+
exports.getChartDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "getChart" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "repository" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "chartname" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "version" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getChart" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "repository" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "repository" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "chartname" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "chartname" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "version" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "version" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "total_versions" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "latest_version" } }, { "kind": "Field", "name": { "kind": "Name", "value": "created" } }, { "kind": "Field", "name": { "kind": "Name", "value": "updated" } }, { "kind": "Field", "name": { "kind": "Name", "value": "icon" } }, { "kind": "Field", "name": { "kind": "Name", "value": "home" } }, { "kind": "Field", "name": { "kind": "Name", "value": "deprecated" } }] } }] } }] };
|
3734
2701
|
/**
|
3735
2702
|
* __usegetChartQuery__
|
3736
2703
|
*
|
@@ -3759,20 +2726,7 @@ function usegetChartLazyQuery(baseOptions) {
|
|
3759
2726
|
return Apollo.useLazyQuery(exports.getChartDocument, options);
|
3760
2727
|
}
|
3761
2728
|
exports.usegetChartLazyQuery = usegetChartLazyQuery;
|
3762
|
-
exports.getChartsDocument =
|
3763
|
-
query getCharts($repository: String!) {
|
3764
|
-
getCharts(repository: $repository) {
|
3765
|
-
total_versions
|
3766
|
-
name
|
3767
|
-
latest_version
|
3768
|
-
created
|
3769
|
-
updated
|
3770
|
-
icon
|
3771
|
-
home
|
3772
|
-
deprecated
|
3773
|
-
}
|
3774
|
-
}
|
3775
|
-
`;
|
2729
|
+
exports.getChartsDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "getCharts" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "repository" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getCharts" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "repository" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "repository" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "total_versions" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "latest_version" } }, { "kind": "Field", "name": { "kind": "Name", "value": "created" } }, { "kind": "Field", "name": { "kind": "Name", "value": "updated" } }, { "kind": "Field", "name": { "kind": "Name", "value": "icon" } }, { "kind": "Field", "name": { "kind": "Name", "value": "home" } }, { "kind": "Field", "name": { "kind": "Name", "value": "deprecated" } }] } }] } }] };
|
3776
2730
|
/**
|
3777
2731
|
* __usegetChartsQuery__
|
3778
2732
|
*
|
@@ -3799,17 +2753,7 @@ function usegetChartsLazyQuery(baseOptions) {
|
|
3799
2753
|
return Apollo.useLazyQuery(exports.getChartsDocument, options);
|
3800
2754
|
}
|
3801
2755
|
exports.usegetChartsLazyQuery = usegetChartsLazyQuery;
|
3802
|
-
exports.getAllMonocularRegistriesDocument =
|
3803
|
-
query getAllMonocularRegistries {
|
3804
|
-
allMonocularRegistries {
|
3805
|
-
id
|
3806
|
-
name
|
3807
|
-
url
|
3808
|
-
description
|
3809
|
-
type
|
3810
|
-
}
|
3811
|
-
}
|
3812
|
-
`;
|
2756
|
+
exports.getAllMonocularRegistriesDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "getAllMonocularRegistries" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "allMonocularRegistries" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "url" } }, { "kind": "Field", "name": { "kind": "Name", "value": "description" } }, { "kind": "Field", "name": { "kind": "Name", "value": "type" } }] } }] } }] };
|
3813
2757
|
/**
|
3814
2758
|
* __usegetAllMonocularRegistriesQuery__
|
3815
2759
|
*
|
@@ -3835,14 +2779,7 @@ function usegetAllMonocularRegistriesLazyQuery(baseOptions) {
|
|
3835
2779
|
return Apollo.useLazyQuery(exports.getAllMonocularRegistriesDocument, options);
|
3836
2780
|
}
|
3837
2781
|
exports.usegetAllMonocularRegistriesLazyQuery = usegetAllMonocularRegistriesLazyQuery;
|
3838
|
-
exports.repositoriesDocument =
|
3839
|
-
query repositories {
|
3840
|
-
repositories {
|
3841
|
-
project_id
|
3842
|
-
name
|
3843
|
-
}
|
3844
|
-
}
|
3845
|
-
`;
|
2782
|
+
exports.repositoriesDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "repositories" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "repositories" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "project_id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }] } }] } }] };
|
3846
2783
|
/**
|
3847
2784
|
* __userepositoriesQuery__
|
3848
2785
|
*
|
@@ -3868,14 +2805,7 @@ function userepositoriesLazyQuery(baseOptions) {
|
|
3868
2805
|
return Apollo.useLazyQuery(exports.repositoriesDocument, options);
|
3869
2806
|
}
|
3870
2807
|
exports.userepositoriesLazyQuery = userepositoriesLazyQuery;
|
3871
|
-
exports.userRepositoriesDocument =
|
3872
|
-
query userRepositories($orgName: String) {
|
3873
|
-
userRepositories(orgName: $orgName) {
|
3874
|
-
project_id
|
3875
|
-
name
|
3876
|
-
}
|
3877
|
-
}
|
3878
|
-
`;
|
2808
|
+
exports.userRepositoriesDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "userRepositories" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "orgName" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "userRepositories" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "orgName" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "orgName" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "project_id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }] } }] } }] };
|
3879
2809
|
/**
|
3880
2810
|
* __useuserRepositoriesQuery__
|
3881
2811
|
*
|
@@ -3902,11 +2832,7 @@ function useuserRepositoriesLazyQuery(baseOptions) {
|
|
3902
2832
|
return Apollo.useLazyQuery(exports.userRepositoriesDocument, options);
|
3903
2833
|
}
|
3904
2834
|
exports.useuserRepositoriesLazyQuery = useuserRepositoriesLazyQuery;
|
3905
|
-
exports.CollectDocument =
|
3906
|
-
mutation Collect($request: ActivityCollectRequest!) {
|
3907
|
-
collect(request: $request)
|
3908
|
-
}
|
3909
|
-
`;
|
2835
|
+
exports.CollectDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "Collect" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "request" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "ActivityCollectRequest" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "collect" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "request" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "request" } } }] }] } }] };
|
3910
2836
|
/**
|
3911
2837
|
* __useCollectMutation__
|
3912
2838
|
*
|
@@ -3929,70 +2855,7 @@ function useCollectMutation(baseOptions) {
|
|
3929
2855
|
return Apollo.useMutation(exports.CollectDocument, options);
|
3930
2856
|
}
|
3931
2857
|
exports.useCollectMutation = useCollectMutation;
|
3932
|
-
exports.AddProjectDocument =
|
3933
|
-
mutation AddProject($workspace: ID, $project: Project_Input!) {
|
3934
|
-
AddProject(workspace: $workspace, project: $project) {
|
3935
|
-
id
|
3936
|
-
name
|
3937
|
-
language
|
3938
|
-
status
|
3939
|
-
description
|
3940
|
-
namespace
|
3941
|
-
icon_url
|
3942
|
-
connectionId
|
3943
|
-
teamIds
|
3944
|
-
config {
|
3945
|
-
ports {
|
3946
|
-
application
|
3947
|
-
}
|
3948
|
-
globalVariables {
|
3949
|
-
field
|
3950
|
-
value
|
3951
|
-
}
|
3952
|
-
variables {
|
3953
|
-
field
|
3954
|
-
value
|
3955
|
-
}
|
3956
|
-
}
|
3957
|
-
spec {
|
3958
|
-
cpu
|
3959
|
-
ram
|
3960
|
-
hdd
|
3961
|
-
}
|
3962
|
-
launch {
|
3963
|
-
port
|
3964
|
-
}
|
3965
|
-
env {
|
3966
|
-
field
|
3967
|
-
value
|
3968
|
-
}
|
3969
|
-
stacks {
|
3970
|
-
type
|
3971
|
-
chartName
|
3972
|
-
repository
|
3973
|
-
releaseName
|
3974
|
-
chartVersion
|
3975
|
-
namespace
|
3976
|
-
connectionId
|
3977
|
-
}
|
3978
|
-
projects {
|
3979
|
-
_id
|
3980
|
-
name
|
3981
|
-
description
|
3982
|
-
source {
|
3983
|
-
type
|
3984
|
-
location
|
3985
|
-
providers
|
3986
|
-
parameters {
|
3987
|
-
branch
|
3988
|
-
}
|
3989
|
-
}
|
3990
|
-
}
|
3991
|
-
updatedAt
|
3992
|
-
createdAt
|
3993
|
-
}
|
3994
|
-
}
|
3995
|
-
`;
|
2858
|
+
exports.AddProjectDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "AddProject" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "workspace" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "ID" } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "project" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Project_Input" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "AddProject" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "workspace" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "workspace" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "project" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "project" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "language" } }, { "kind": "Field", "name": { "kind": "Name", "value": "status" } }, { "kind": "Field", "name": { "kind": "Name", "value": "description" } }, { "kind": "Field", "name": { "kind": "Name", "value": "namespace" } }, { "kind": "Field", "name": { "kind": "Name", "value": "icon_url" } }, { "kind": "Field", "name": { "kind": "Name", "value": "connectionId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "teamIds" } }, { "kind": "Field", "name": { "kind": "Name", "value": "config" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "ports" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "application" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "globalVariables" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "field" } }, { "kind": "Field", "name": { "kind": "Name", "value": "value" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "variables" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "field" } }, { "kind": "Field", "name": { "kind": "Name", "value": "value" } }] } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "spec" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "cpu" } }, { "kind": "Field", "name": { "kind": "Name", "value": "ram" } }, { "kind": "Field", "name": { "kind": "Name", "value": "hdd" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "launch" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "port" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "env" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "field" } }, { "kind": "Field", "name": { "kind": "Name", "value": "value" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "stacks" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "type" } }, { "kind": "Field", "name": { "kind": "Name", "value": "chartName" } }, { "kind": "Field", "name": { "kind": "Name", "value": "repository" } }, { "kind": "Field", "name": { "kind": "Name", "value": "releaseName" } }, { "kind": "Field", "name": { "kind": "Name", "value": "chartVersion" } }, { "kind": "Field", "name": { "kind": "Name", "value": "namespace" } }, { "kind": "Field", "name": { "kind": "Name", "value": "connectionId" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "projects" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "_id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "description" } }, { "kind": "Field", "name": { "kind": "Name", "value": "source" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "type" } }, { "kind": "Field", "name": { "kind": "Name", "value": "location" } }, { "kind": "Field", "name": { "kind": "Name", "value": "providers" } }, { "kind": "Field", "name": { "kind": "Name", "value": "parameters" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "branch" } }] } }] } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "updatedAt" } }, { "kind": "Field", "name": { "kind": "Name", "value": "createdAt" } }] } }] } }] };
|
3996
2859
|
/**
|
3997
2860
|
* __useAddProjectMutation__
|
3998
2861
|
*
|
@@ -4016,70 +2879,7 @@ function useAddProjectMutation(baseOptions) {
|
|
4016
2879
|
return Apollo.useMutation(exports.AddProjectDocument, options);
|
4017
2880
|
}
|
4018
2881
|
exports.useAddProjectMutation = useAddProjectMutation;
|
4019
|
-
exports.AddStacksDocument =
|
4020
|
-
mutation AddStacks($workspace: ID, $stacks: [Stack_Input]!) {
|
4021
|
-
AddStacks(workspace: $workspace, stacks: $stacks) {
|
4022
|
-
id
|
4023
|
-
name
|
4024
|
-
language
|
4025
|
-
status
|
4026
|
-
description
|
4027
|
-
namespace
|
4028
|
-
icon_url
|
4029
|
-
connectionId
|
4030
|
-
teamIds
|
4031
|
-
config {
|
4032
|
-
ports {
|
4033
|
-
application
|
4034
|
-
}
|
4035
|
-
globalVariables {
|
4036
|
-
field
|
4037
|
-
value
|
4038
|
-
}
|
4039
|
-
variables {
|
4040
|
-
field
|
4041
|
-
value
|
4042
|
-
}
|
4043
|
-
}
|
4044
|
-
spec {
|
4045
|
-
cpu
|
4046
|
-
ram
|
4047
|
-
hdd
|
4048
|
-
}
|
4049
|
-
launch {
|
4050
|
-
port
|
4051
|
-
}
|
4052
|
-
env {
|
4053
|
-
field
|
4054
|
-
value
|
4055
|
-
}
|
4056
|
-
stacks {
|
4057
|
-
type
|
4058
|
-
chartName
|
4059
|
-
repository
|
4060
|
-
releaseName
|
4061
|
-
chartVersion
|
4062
|
-
namespace
|
4063
|
-
connectionId
|
4064
|
-
}
|
4065
|
-
projects {
|
4066
|
-
_id
|
4067
|
-
name
|
4068
|
-
description
|
4069
|
-
source {
|
4070
|
-
type
|
4071
|
-
location
|
4072
|
-
providers
|
4073
|
-
parameters {
|
4074
|
-
branch
|
4075
|
-
}
|
4076
|
-
}
|
4077
|
-
}
|
4078
|
-
updatedAt
|
4079
|
-
createdAt
|
4080
|
-
}
|
4081
|
-
}
|
4082
|
-
`;
|
2882
|
+
exports.AddStacksDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "AddStacks" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "workspace" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "ID" } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "stacks" } }, "type": { "kind": "NonNullType", "type": { "kind": "ListType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Stack_Input" } } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "AddStacks" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "workspace" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "workspace" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "stacks" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "stacks" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "language" } }, { "kind": "Field", "name": { "kind": "Name", "value": "status" } }, { "kind": "Field", "name": { "kind": "Name", "value": "description" } }, { "kind": "Field", "name": { "kind": "Name", "value": "namespace" } }, { "kind": "Field", "name": { "kind": "Name", "value": "icon_url" } }, { "kind": "Field", "name": { "kind": "Name", "value": "connectionId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "teamIds" } }, { "kind": "Field", "name": { "kind": "Name", "value": "config" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "ports" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "application" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "globalVariables" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "field" } }, { "kind": "Field", "name": { "kind": "Name", "value": "value" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "variables" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "field" } }, { "kind": "Field", "name": { "kind": "Name", "value": "value" } }] } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "spec" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "cpu" } }, { "kind": "Field", "name": { "kind": "Name", "value": "ram" } }, { "kind": "Field", "name": { "kind": "Name", "value": "hdd" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "launch" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "port" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "env" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "field" } }, { "kind": "Field", "name": { "kind": "Name", "value": "value" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "stacks" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "type" } }, { "kind": "Field", "name": { "kind": "Name", "value": "chartName" } }, { "kind": "Field", "name": { "kind": "Name", "value": "repository" } }, { "kind": "Field", "name": { "kind": "Name", "value": "releaseName" } }, { "kind": "Field", "name": { "kind": "Name", "value": "chartVersion" } }, { "kind": "Field", "name": { "kind": "Name", "value": "namespace" } }, { "kind": "Field", "name": { "kind": "Name", "value": "connectionId" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "projects" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "_id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "description" } }, { "kind": "Field", "name": { "kind": "Name", "value": "source" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "type" } }, { "kind": "Field", "name": { "kind": "Name", "value": "location" } }, { "kind": "Field", "name": { "kind": "Name", "value": "providers" } }, { "kind": "Field", "name": { "kind": "Name", "value": "parameters" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "branch" } }] } }] } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "updatedAt" } }, { "kind": "Field", "name": { "kind": "Name", "value": "createdAt" } }] } }] } }] };
|
4083
2883
|
/**
|
4084
2884
|
* __useAddStacksMutation__
|
4085
2885
|
*
|
@@ -4103,11 +2903,7 @@ function useAddStacksMutation(baseOptions) {
|
|
4103
2903
|
return Apollo.useMutation(exports.AddStacksDocument, options);
|
4104
2904
|
}
|
4105
2905
|
exports.useAddStacksMutation = useAddStacksMutation;
|
4106
|
-
exports.AddTeamToWorkspacesDocument =
|
4107
|
-
mutation AddTeamToWorkspaces($workIds: [String]!, $teamId: String!) {
|
4108
|
-
AddTeamToWorkspaces(workIds: $workIds, teamId: $teamId)
|
4109
|
-
}
|
4110
|
-
`;
|
2906
|
+
exports.AddTeamToWorkspacesDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "AddTeamToWorkspaces" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "workIds" } }, "type": { "kind": "NonNullType", "type": { "kind": "ListType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "teamId" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "AddTeamToWorkspaces" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "workIds" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "workIds" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "teamId" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "teamId" } } }] }] } }] };
|
4111
2907
|
/**
|
4112
2908
|
* __useAddTeamToWorkspacesMutation__
|
4113
2909
|
*
|
@@ -4131,23 +2927,7 @@ function useAddTeamToWorkspacesMutation(baseOptions) {
|
|
4131
2927
|
return Apollo.useMutation(exports.AddTeamToWorkspacesDocument, options);
|
4132
2928
|
}
|
4133
2929
|
exports.useAddTeamToWorkspacesMutation = useAddTeamToWorkspacesMutation;
|
4134
|
-
exports.AddWorkspaceDocument =
|
4135
|
-
mutation AddWorkspace($request: WorkspaceCreate_Input!) {
|
4136
|
-
AddWorkspace(request: $request) {
|
4137
|
-
id
|
4138
|
-
name
|
4139
|
-
language
|
4140
|
-
status
|
4141
|
-
description
|
4142
|
-
icon_url
|
4143
|
-
spec {
|
4144
|
-
cpu
|
4145
|
-
ram
|
4146
|
-
hdd
|
4147
|
-
}
|
4148
|
-
}
|
4149
|
-
}
|
4150
|
-
`;
|
2930
|
+
exports.AddWorkspaceDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "AddWorkspace" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "request" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "WorkspaceCreate_Input" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "AddWorkspace" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "request" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "request" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "language" } }, { "kind": "Field", "name": { "kind": "Name", "value": "status" } }, { "kind": "Field", "name": { "kind": "Name", "value": "description" } }, { "kind": "Field", "name": { "kind": "Name", "value": "icon_url" } }, { "kind": "Field", "name": { "kind": "Name", "value": "spec" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "cpu" } }, { "kind": "Field", "name": { "kind": "Name", "value": "ram" } }, { "kind": "Field", "name": { "kind": "Name", "value": "hdd" } }] } }] } }] } }] };
|
4151
2931
|
/**
|
4152
2932
|
* __useAddWorkspaceMutation__
|
4153
2933
|
*
|
@@ -4170,11 +2950,7 @@ function useAddWorkspaceMutation(baseOptions) {
|
|
4170
2950
|
return Apollo.useMutation(exports.AddWorkspaceDocument, options);
|
4171
2951
|
}
|
4172
2952
|
exports.useAddWorkspaceMutation = useAddWorkspaceMutation;
|
4173
|
-
exports.RemoveTeamFromWorkspaceDocument =
|
4174
|
-
mutation RemoveTeamFromWorkspace($workId: String!, $teamId: String!) {
|
4175
|
-
RemoveTeamFromWorkspace(workId: $workId, teamId: $teamId)
|
4176
|
-
}
|
4177
|
-
`;
|
2953
|
+
exports.RemoveTeamFromWorkspaceDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "RemoveTeamFromWorkspace" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "workId" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "teamId" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "RemoveTeamFromWorkspace" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "workId" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "workId" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "teamId" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "teamId" } } }] }] } }] };
|
4178
2954
|
/**
|
4179
2955
|
* __useRemoveTeamFromWorkspaceMutation__
|
4180
2956
|
*
|
@@ -4198,11 +2974,7 @@ function useRemoveTeamFromWorkspaceMutation(baseOptions) {
|
|
4198
2974
|
return Apollo.useMutation(exports.RemoveTeamFromWorkspaceDocument, options);
|
4199
2975
|
}
|
4200
2976
|
exports.useRemoveTeamFromWorkspaceMutation = useRemoveTeamFromWorkspaceMutation;
|
4201
|
-
exports.RemoveWorkpsaceDocument =
|
4202
|
-
mutation RemoveWorkpsace($request: WorkspaceRemove_Input!) {
|
4203
|
-
RemoveWorkspace(request: $request)
|
4204
|
-
}
|
4205
|
-
`;
|
2977
|
+
exports.RemoveWorkpsaceDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "RemoveWorkpsace" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "request" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "WorkspaceRemove_Input" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "RemoveWorkspace" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "request" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "request" } } }] }] } }] };
|
4206
2978
|
/**
|
4207
2979
|
* __useRemoveWorkpsaceMutation__
|
4208
2980
|
*
|
@@ -4225,11 +2997,7 @@ function useRemoveWorkpsaceMutation(baseOptions) {
|
|
4225
2997
|
return Apollo.useMutation(exports.RemoveWorkpsaceDocument, options);
|
4226
2998
|
}
|
4227
2999
|
exports.useRemoveWorkpsaceMutation = useRemoveWorkpsaceMutation;
|
4228
|
-
exports.SetEnvVariablesDocument =
|
4229
|
-
mutation SetEnvVariables($request: WorkspaceVariables_Input!) {
|
4230
|
-
SetEnvVariables(request: $request)
|
4231
|
-
}
|
4232
|
-
`;
|
3000
|
+
exports.SetEnvVariablesDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "SetEnvVariables" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "request" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "WorkspaceVariables_Input" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "SetEnvVariables" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "request" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "request" } } }] }] } }] };
|
4233
3001
|
/**
|
4234
3002
|
* __useSetEnvVariablesMutation__
|
4235
3003
|
*
|
@@ -4252,11 +3020,7 @@ function useSetEnvVariablesMutation(baseOptions) {
|
|
4252
3020
|
return Apollo.useMutation(exports.SetEnvVariablesDocument, options);
|
4253
3021
|
}
|
4254
3022
|
exports.useSetEnvVariablesMutation = useSetEnvVariablesMutation;
|
4255
|
-
exports.StartWorkspaceDocument =
|
4256
|
-
mutation StartWorkspace($request: WorkspaceStart_Input!) {
|
4257
|
-
StartWorkspace(request: $request)
|
4258
|
-
}
|
4259
|
-
`;
|
3023
|
+
exports.StartWorkspaceDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "StartWorkspace" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "request" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "WorkspaceStart_Input" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "StartWorkspace" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "request" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "request" } } }] }] } }] };
|
4260
3024
|
/**
|
4261
3025
|
* __useStartWorkspaceMutation__
|
4262
3026
|
*
|
@@ -4279,11 +3043,7 @@ function useStartWorkspaceMutation(baseOptions) {
|
|
4279
3043
|
return Apollo.useMutation(exports.StartWorkspaceDocument, options);
|
4280
3044
|
}
|
4281
3045
|
exports.useStartWorkspaceMutation = useStartWorkspaceMutation;
|
4282
|
-
exports.StopWorkspaceDocument =
|
4283
|
-
mutation StopWorkspace($request: WorkspaceStop_Input!) {
|
4284
|
-
StopWorkspace(request: $request)
|
4285
|
-
}
|
4286
|
-
`;
|
3046
|
+
exports.StopWorkspaceDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "StopWorkspace" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "request" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "WorkspaceStop_Input" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "StopWorkspace" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "request" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "request" } } }] }] } }] };
|
4287
3047
|
/**
|
4288
3048
|
* __useStopWorkspaceMutation__
|
4289
3049
|
*
|
@@ -4306,23 +3066,7 @@ function useStopWorkspaceMutation(baseOptions) {
|
|
4306
3066
|
return Apollo.useMutation(exports.StopWorkspaceDocument, options);
|
4307
3067
|
}
|
4308
3068
|
exports.useStopWorkspaceMutation = useStopWorkspaceMutation;
|
4309
|
-
exports.UpdateWorkspaceDocument =
|
4310
|
-
mutation UpdateWorkspace($request: WorkspaceUpdate_Input!) {
|
4311
|
-
UpdateWorkspace(request: $request) {
|
4312
|
-
id
|
4313
|
-
name
|
4314
|
-
language
|
4315
|
-
status
|
4316
|
-
description
|
4317
|
-
icon_url
|
4318
|
-
spec {
|
4319
|
-
cpu
|
4320
|
-
ram
|
4321
|
-
hdd
|
4322
|
-
}
|
4323
|
-
}
|
4324
|
-
}
|
4325
|
-
`;
|
3069
|
+
exports.UpdateWorkspaceDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "UpdateWorkspace" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "request" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "WorkspaceUpdate_Input" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "UpdateWorkspace" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "request" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "request" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "language" } }, { "kind": "Field", "name": { "kind": "Name", "value": "status" } }, { "kind": "Field", "name": { "kind": "Name", "value": "description" } }, { "kind": "Field", "name": { "kind": "Name", "value": "icon_url" } }, { "kind": "Field", "name": { "kind": "Name", "value": "spec" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "cpu" } }, { "kind": "Field", "name": { "kind": "Name", "value": "ram" } }, { "kind": "Field", "name": { "kind": "Name", "value": "hdd" } }] } }] } }] } }] };
|
4326
3070
|
/**
|
4327
3071
|
* __useUpdateWorkspaceMutation__
|
4328
3072
|
*
|
@@ -4345,11 +3089,7 @@ function useUpdateWorkspaceMutation(baseOptions) {
|
|
4345
3089
|
return Apollo.useMutation(exports.UpdateWorkspaceDocument, options);
|
4346
3090
|
}
|
4347
3091
|
exports.useUpdateWorkspaceMutation = useUpdateWorkspaceMutation;
|
4348
|
-
exports.ClearWorkspaceCreationFormDocument =
|
4349
|
-
mutation ClearWorkspaceCreationForm {
|
4350
|
-
ClearWorkspaceCreationForm @client
|
4351
|
-
}
|
4352
|
-
`;
|
3092
|
+
exports.ClearWorkspaceCreationFormDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "ClearWorkspaceCreationForm" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "ClearWorkspaceCreationForm" }, "directives": [{ "kind": "Directive", "name": { "kind": "Name", "value": "client" } }] }] } }] };
|
4353
3093
|
/**
|
4354
3094
|
* __useClearWorkspaceCreationFormMutation__
|
4355
3095
|
*
|
@@ -4371,45 +3111,7 @@ function useClearWorkspaceCreationFormMutation(baseOptions) {
|
|
4371
3111
|
return Apollo.useMutation(exports.ClearWorkspaceCreationFormDocument, options);
|
4372
3112
|
}
|
4373
3113
|
exports.useClearWorkspaceCreationFormMutation = useClearWorkspaceCreationFormMutation;
|
4374
|
-
exports.GetOrgWorkspacesDocument =
|
4375
|
-
query GetOrgWorkspaces($orgName: String!) {
|
4376
|
-
GetOrgWorkspaces(orgName: $orgName) {
|
4377
|
-
id
|
4378
|
-
name
|
4379
|
-
language
|
4380
|
-
status
|
4381
|
-
description
|
4382
|
-
icon_url
|
4383
|
-
config {
|
4384
|
-
ports {
|
4385
|
-
application
|
4386
|
-
}
|
4387
|
-
globalVariables {
|
4388
|
-
field
|
4389
|
-
value
|
4390
|
-
}
|
4391
|
-
variables {
|
4392
|
-
field
|
4393
|
-
value
|
4394
|
-
}
|
4395
|
-
}
|
4396
|
-
spec {
|
4397
|
-
cpu
|
4398
|
-
ram
|
4399
|
-
hdd
|
4400
|
-
}
|
4401
|
-
launch {
|
4402
|
-
port
|
4403
|
-
}
|
4404
|
-
env {
|
4405
|
-
field
|
4406
|
-
value
|
4407
|
-
}
|
4408
|
-
updatedAt
|
4409
|
-
createdAt
|
4410
|
-
}
|
4411
|
-
}
|
4412
|
-
`;
|
3114
|
+
exports.GetOrgWorkspacesDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetOrgWorkspaces" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "orgName" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "GetOrgWorkspaces" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "orgName" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "orgName" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "language" } }, { "kind": "Field", "name": { "kind": "Name", "value": "status" } }, { "kind": "Field", "name": { "kind": "Name", "value": "description" } }, { "kind": "Field", "name": { "kind": "Name", "value": "icon_url" } }, { "kind": "Field", "name": { "kind": "Name", "value": "config" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "ports" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "application" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "globalVariables" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "field" } }, { "kind": "Field", "name": { "kind": "Name", "value": "value" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "variables" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "field" } }, { "kind": "Field", "name": { "kind": "Name", "value": "value" } }] } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "spec" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "cpu" } }, { "kind": "Field", "name": { "kind": "Name", "value": "ram" } }, { "kind": "Field", "name": { "kind": "Name", "value": "hdd" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "launch" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "port" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "env" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "field" } }, { "kind": "Field", "name": { "kind": "Name", "value": "value" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "updatedAt" } }, { "kind": "Field", "name": { "kind": "Name", "value": "createdAt" } }] } }] } }] };
|
4413
3115
|
/**
|
4414
3116
|
* __useGetOrgWorkspacesQuery__
|
4415
3117
|
*
|
@@ -4436,11 +3138,7 @@ function useGetOrgWorkspacesLazyQuery(baseOptions) {
|
|
4436
3138
|
return Apollo.useLazyQuery(exports.GetOrgWorkspacesDocument, options);
|
4437
3139
|
}
|
4438
3140
|
exports.useGetOrgWorkspacesLazyQuery = useGetOrgWorkspacesLazyQuery;
|
4439
|
-
exports.RestoreWorkspaceCreationFormDocument =
|
4440
|
-
query RestoreWorkspaceCreationForm {
|
4441
|
-
RestoreWorkspaceCreationForm @client
|
4442
|
-
}
|
4443
|
-
`;
|
3141
|
+
exports.RestoreWorkspaceCreationFormDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "RestoreWorkspaceCreationForm" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "RestoreWorkspaceCreationForm" }, "directives": [{ "kind": "Directive", "name": { "kind": "Name", "value": "client" } }] }] } }] };
|
4444
3142
|
/**
|
4445
3143
|
* __useRestoreWorkspaceCreationFormQuery__
|
4446
3144
|
*
|
@@ -4466,45 +3164,7 @@ function useRestoreWorkspaceCreationFormLazyQuery(baseOptions) {
|
|
4466
3164
|
return Apollo.useLazyQuery(exports.RestoreWorkspaceCreationFormDocument, options);
|
4467
3165
|
}
|
4468
3166
|
exports.useRestoreWorkspaceCreationFormLazyQuery = useRestoreWorkspaceCreationFormLazyQuery;
|
4469
|
-
exports.GetTeamWorkspacesDocument =
|
4470
|
-
query GetTeamWorkspaces($teamId: String!) {
|
4471
|
-
GetTeamWorkspaces(teamId: $teamId) {
|
4472
|
-
id
|
4473
|
-
name
|
4474
|
-
language
|
4475
|
-
status
|
4476
|
-
description
|
4477
|
-
icon_url
|
4478
|
-
config {
|
4479
|
-
ports {
|
4480
|
-
application
|
4481
|
-
}
|
4482
|
-
globalVariables {
|
4483
|
-
field
|
4484
|
-
value
|
4485
|
-
}
|
4486
|
-
variables {
|
4487
|
-
field
|
4488
|
-
value
|
4489
|
-
}
|
4490
|
-
}
|
4491
|
-
spec {
|
4492
|
-
cpu
|
4493
|
-
ram
|
4494
|
-
hdd
|
4495
|
-
}
|
4496
|
-
launch {
|
4497
|
-
port
|
4498
|
-
}
|
4499
|
-
env {
|
4500
|
-
field
|
4501
|
-
value
|
4502
|
-
}
|
4503
|
-
updatedAt
|
4504
|
-
createdAt
|
4505
|
-
}
|
4506
|
-
}
|
4507
|
-
`;
|
3167
|
+
exports.GetTeamWorkspacesDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetTeamWorkspaces" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "teamId" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "GetTeamWorkspaces" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "teamId" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "teamId" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "language" } }, { "kind": "Field", "name": { "kind": "Name", "value": "status" } }, { "kind": "Field", "name": { "kind": "Name", "value": "description" } }, { "kind": "Field", "name": { "kind": "Name", "value": "icon_url" } }, { "kind": "Field", "name": { "kind": "Name", "value": "config" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "ports" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "application" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "globalVariables" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "field" } }, { "kind": "Field", "name": { "kind": "Name", "value": "value" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "variables" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "field" } }, { "kind": "Field", "name": { "kind": "Name", "value": "value" } }] } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "spec" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "cpu" } }, { "kind": "Field", "name": { "kind": "Name", "value": "ram" } }, { "kind": "Field", "name": { "kind": "Name", "value": "hdd" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "launch" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "port" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "env" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "field" } }, { "kind": "Field", "name": { "kind": "Name", "value": "value" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "updatedAt" } }, { "kind": "Field", "name": { "kind": "Name", "value": "createdAt" } }] } }] } }] };
|
4508
3168
|
/**
|
4509
3169
|
* __useGetTeamWorkspacesQuery__
|
4510
3170
|
*
|
@@ -4531,73 +3191,7 @@ function useGetTeamWorkspacesLazyQuery(baseOptions) {
|
|
4531
3191
|
return Apollo.useLazyQuery(exports.GetTeamWorkspacesDocument, options);
|
4532
3192
|
}
|
4533
3193
|
exports.useGetTeamWorkspacesLazyQuery = useGetTeamWorkspacesLazyQuery;
|
4534
|
-
exports.GetWorkspaceDocument =
|
4535
|
-
query GetWorkspace($id: ID!) {
|
4536
|
-
Workspace(id: $id) {
|
4537
|
-
id
|
4538
|
-
name
|
4539
|
-
language
|
4540
|
-
status
|
4541
|
-
description
|
4542
|
-
namespace
|
4543
|
-
icon_url
|
4544
|
-
connectionId
|
4545
|
-
teamIds
|
4546
|
-
config {
|
4547
|
-
ports {
|
4548
|
-
application
|
4549
|
-
}
|
4550
|
-
globalVariables {
|
4551
|
-
field
|
4552
|
-
value
|
4553
|
-
secured
|
4554
|
-
}
|
4555
|
-
variables {
|
4556
|
-
field
|
4557
|
-
value
|
4558
|
-
}
|
4559
|
-
}
|
4560
|
-
spec {
|
4561
|
-
cpu
|
4562
|
-
ram
|
4563
|
-
hdd
|
4564
|
-
}
|
4565
|
-
launch {
|
4566
|
-
port
|
4567
|
-
}
|
4568
|
-
env {
|
4569
|
-
field
|
4570
|
-
value
|
4571
|
-
}
|
4572
|
-
stacks {
|
4573
|
-
type
|
4574
|
-
chartName
|
4575
|
-
repository
|
4576
|
-
releaseName
|
4577
|
-
chartVersion
|
4578
|
-
namespace
|
4579
|
-
connectionId
|
4580
|
-
}
|
4581
|
-
projects {
|
4582
|
-
_id
|
4583
|
-
name
|
4584
|
-
description
|
4585
|
-
source {
|
4586
|
-
type
|
4587
|
-
location
|
4588
|
-
providers
|
4589
|
-
parameters {
|
4590
|
-
branch
|
4591
|
-
httpsUrl
|
4592
|
-
}
|
4593
|
-
}
|
4594
|
-
path
|
4595
|
-
}
|
4596
|
-
updatedAt
|
4597
|
-
createdAt
|
4598
|
-
}
|
4599
|
-
}
|
4600
|
-
`;
|
3194
|
+
exports.GetWorkspaceDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetWorkspace" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "id" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "ID" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "Workspace" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "id" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "id" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "language" } }, { "kind": "Field", "name": { "kind": "Name", "value": "status" } }, { "kind": "Field", "name": { "kind": "Name", "value": "description" } }, { "kind": "Field", "name": { "kind": "Name", "value": "namespace" } }, { "kind": "Field", "name": { "kind": "Name", "value": "icon_url" } }, { "kind": "Field", "name": { "kind": "Name", "value": "connectionId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "teamIds" } }, { "kind": "Field", "name": { "kind": "Name", "value": "config" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "ports" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "application" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "globalVariables" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "field" } }, { "kind": "Field", "name": { "kind": "Name", "value": "value" } }, { "kind": "Field", "name": { "kind": "Name", "value": "secured" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "variables" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "field" } }, { "kind": "Field", "name": { "kind": "Name", "value": "value" } }] } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "spec" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "cpu" } }, { "kind": "Field", "name": { "kind": "Name", "value": "ram" } }, { "kind": "Field", "name": { "kind": "Name", "value": "hdd" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "launch" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "port" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "env" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "field" } }, { "kind": "Field", "name": { "kind": "Name", "value": "value" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "stacks" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "type" } }, { "kind": "Field", "name": { "kind": "Name", "value": "chartName" } }, { "kind": "Field", "name": { "kind": "Name", "value": "repository" } }, { "kind": "Field", "name": { "kind": "Name", "value": "releaseName" } }, { "kind": "Field", "name": { "kind": "Name", "value": "chartVersion" } }, { "kind": "Field", "name": { "kind": "Name", "value": "namespace" } }, { "kind": "Field", "name": { "kind": "Name", "value": "connectionId" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "projects" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "_id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "description" } }, { "kind": "Field", "name": { "kind": "Name", "value": "source" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "type" } }, { "kind": "Field", "name": { "kind": "Name", "value": "location" } }, { "kind": "Field", "name": { "kind": "Name", "value": "providers" } }, { "kind": "Field", "name": { "kind": "Name", "value": "parameters" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "branch" } }, { "kind": "Field", "name": { "kind": "Name", "value": "httpsUrl" } }] } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "path" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "updatedAt" } }, { "kind": "Field", "name": { "kind": "Name", "value": "createdAt" } }] } }] } }] };
|
4601
3195
|
/**
|
4602
3196
|
* __useGetWorkspaceQuery__
|
4603
3197
|
*
|
@@ -4624,23 +3218,7 @@ function useGetWorkspaceLazyQuery(baseOptions) {
|
|
4624
3218
|
return Apollo.useLazyQuery(exports.GetWorkspaceDocument, options);
|
4625
3219
|
}
|
4626
3220
|
exports.useGetWorkspaceLazyQuery = useGetWorkspaceLazyQuery;
|
4627
|
-
exports.WorkspaceStateDocument =
|
4628
|
-
query WorkspaceState {
|
4629
|
-
WorkspaceState @client {
|
4630
|
-
id
|
4631
|
-
name
|
4632
|
-
language
|
4633
|
-
status
|
4634
|
-
description
|
4635
|
-
icon_url
|
4636
|
-
spec {
|
4637
|
-
cpu
|
4638
|
-
ram
|
4639
|
-
hdd
|
4640
|
-
}
|
4641
|
-
}
|
4642
|
-
}
|
4643
|
-
`;
|
3221
|
+
exports.WorkspaceStateDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "WorkspaceState" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "WorkspaceState" }, "directives": [{ "kind": "Directive", "name": { "kind": "Name", "value": "client" } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "language" } }, { "kind": "Field", "name": { "kind": "Name", "value": "status" } }, { "kind": "Field", "name": { "kind": "Name", "value": "description" } }, { "kind": "Field", "name": { "kind": "Name", "value": "icon_url" } }, { "kind": "Field", "name": { "kind": "Name", "value": "spec" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "cpu" } }, { "kind": "Field", "name": { "kind": "Name", "value": "ram" } }, { "kind": "Field", "name": { "kind": "Name", "value": "hdd" } }] } }] } }] } }] };
|
4644
3222
|
/**
|
4645
3223
|
* __useWorkspaceStateQuery__
|
4646
3224
|
*
|
@@ -4666,45 +3244,7 @@ function useWorkspaceStateLazyQuery(baseOptions) {
|
|
4666
3244
|
return Apollo.useLazyQuery(exports.WorkspaceStateDocument, options);
|
4667
3245
|
}
|
4668
3246
|
exports.useWorkspaceStateLazyQuery = useWorkspaceStateLazyQuery;
|
4669
|
-
exports.GetWorkspacesDocument =
|
4670
|
-
query GetWorkspaces {
|
4671
|
-
Workspaces {
|
4672
|
-
id
|
4673
|
-
name
|
4674
|
-
language
|
4675
|
-
status
|
4676
|
-
description
|
4677
|
-
icon_url
|
4678
|
-
config {
|
4679
|
-
ports {
|
4680
|
-
application
|
4681
|
-
}
|
4682
|
-
globalVariables {
|
4683
|
-
field
|
4684
|
-
value
|
4685
|
-
}
|
4686
|
-
variables {
|
4687
|
-
field
|
4688
|
-
value
|
4689
|
-
}
|
4690
|
-
}
|
4691
|
-
spec {
|
4692
|
-
cpu
|
4693
|
-
ram
|
4694
|
-
hdd
|
4695
|
-
}
|
4696
|
-
launch {
|
4697
|
-
port
|
4698
|
-
}
|
4699
|
-
env {
|
4700
|
-
field
|
4701
|
-
value
|
4702
|
-
}
|
4703
|
-
updatedAt
|
4704
|
-
createdAt
|
4705
|
-
}
|
4706
|
-
}
|
4707
|
-
`;
|
3247
|
+
exports.GetWorkspacesDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetWorkspaces" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "Workspaces" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "language" } }, { "kind": "Field", "name": { "kind": "Name", "value": "status" } }, { "kind": "Field", "name": { "kind": "Name", "value": "description" } }, { "kind": "Field", "name": { "kind": "Name", "value": "icon_url" } }, { "kind": "Field", "name": { "kind": "Name", "value": "config" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "ports" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "application" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "globalVariables" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "field" } }, { "kind": "Field", "name": { "kind": "Name", "value": "value" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "variables" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "field" } }, { "kind": "Field", "name": { "kind": "Name", "value": "value" } }] } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "spec" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "cpu" } }, { "kind": "Field", "name": { "kind": "Name", "value": "ram" } }, { "kind": "Field", "name": { "kind": "Name", "value": "hdd" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "launch" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "port" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "env" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "field" } }, { "kind": "Field", "name": { "kind": "Name", "value": "value" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "updatedAt" } }, { "kind": "Field", "name": { "kind": "Name", "value": "createdAt" } }] } }] } }] };
|
4708
3248
|
/**
|
4709
3249
|
* __useGetWorkspacesQuery__
|
4710
3250
|
*
|
@@ -4730,26 +3270,7 @@ function useGetWorkspacesLazyQuery(baseOptions) {
|
|
4730
3270
|
return Apollo.useLazyQuery(exports.GetWorkspacesDocument, options);
|
4731
3271
|
}
|
4732
3272
|
exports.useGetWorkspacesLazyQuery = useGetWorkspacesLazyQuery;
|
4733
|
-
exports.subscribeToWorkspaceDocument =
|
4734
|
-
subscription subscribeToWorkspace($filter: SubscribeWorkspaceFilter, $mutations: [WorkspaceServerEvents]!) {
|
4735
|
-
SubscribeToWorkspace(filter: $filter, mutations: $mutations) {
|
4736
|
-
value {
|
4737
|
-
id
|
4738
|
-
name
|
4739
|
-
language
|
4740
|
-
status
|
4741
|
-
description
|
4742
|
-
icon_url
|
4743
|
-
spec {
|
4744
|
-
cpu
|
4745
|
-
ram
|
4746
|
-
hdd
|
4747
|
-
}
|
4748
|
-
}
|
4749
|
-
mutation
|
4750
|
-
}
|
4751
|
-
}
|
4752
|
-
`;
|
3273
|
+
exports.subscribeToWorkspaceDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "subscription", "name": { "kind": "Name", "value": "subscribeToWorkspace" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "filter" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "SubscribeWorkspaceFilter" } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "mutations" } }, "type": { "kind": "NonNullType", "type": { "kind": "ListType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "WorkspaceServerEvents" } } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "SubscribeToWorkspace" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "filter" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "filter" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "mutations" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "mutations" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "value" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "language" } }, { "kind": "Field", "name": { "kind": "Name", "value": "status" } }, { "kind": "Field", "name": { "kind": "Name", "value": "description" } }, { "kind": "Field", "name": { "kind": "Name", "value": "icon_url" } }, { "kind": "Field", "name": { "kind": "Name", "value": "spec" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "cpu" } }, { "kind": "Field", "name": { "kind": "Name", "value": "ram" } }, { "kind": "Field", "name": { "kind": "Name", "value": "hdd" } }] } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "mutation" } }] } }] } }] };
|
4753
3274
|
/**
|
4754
3275
|
* __usesubscribeToWorkspaceSubscription__
|
4755
3276
|
*
|
@@ -4772,11 +3293,7 @@ function usesubscribeToWorkspaceSubscription(baseOptions) {
|
|
4772
3293
|
return Apollo.useSubscription(exports.subscribeToWorkspaceDocument, options);
|
4773
3294
|
}
|
4774
3295
|
exports.usesubscribeToWorkspaceSubscription = usesubscribeToWorkspaceSubscription;
|
4775
|
-
exports.toggleSidebarDocument =
|
4776
|
-
mutation toggleSidebar($state: Boolean!) {
|
4777
|
-
toggleSidebar(state: $state) @client
|
4778
|
-
}
|
4779
|
-
`;
|
3296
|
+
exports.toggleSidebarDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "toggleSidebar" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "state" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Boolean" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "toggleSidebar" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "state" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "state" } } }], "directives": [{ "kind": "Directive", "name": { "kind": "Name", "value": "client" } }] }] } }] };
|
4780
3297
|
/**
|
4781
3298
|
* __usetoggleSidebarMutation__
|
4782
3299
|
*
|
@@ -4799,11 +3316,7 @@ function usetoggleSidebarMutation(baseOptions) {
|
|
4799
3316
|
return Apollo.useMutation(exports.toggleSidebarDocument, options);
|
4800
3317
|
}
|
4801
3318
|
exports.usetoggleSidebarMutation = usetoggleSidebarMutation;
|
4802
|
-
exports.sidebarStateDocument =
|
4803
|
-
query sidebarState {
|
4804
|
-
sidebarState @client
|
4805
|
-
}
|
4806
|
-
`;
|
3319
|
+
exports.sidebarStateDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "sidebarState" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "sidebarState" }, "directives": [{ "kind": "Directive", "name": { "kind": "Name", "value": "client" } }] }] } }] };
|
4807
3320
|
/**
|
4808
3321
|
* __usesidebarStateQuery__
|
4809
3322
|
*
|
@@ -4829,11 +3342,7 @@ function usesidebarStateLazyQuery(baseOptions) {
|
|
4829
3342
|
return Apollo.useLazyQuery(exports.sidebarStateDocument, options);
|
4830
3343
|
}
|
4831
3344
|
exports.usesidebarStateLazyQuery = usesidebarStateLazyQuery;
|
4832
|
-
exports.AddContributionRoleDocument =
|
4833
|
-
mutation AddContributionRole($name: String!, $description: String) {
|
4834
|
-
addContributionRole(name: $name, description: $description)
|
4835
|
-
}
|
4836
|
-
`;
|
3345
|
+
exports.AddContributionRoleDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "AddContributionRole" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "name" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "description" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "addContributionRole" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "name" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "name" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "description" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "description" } } }] }] } }] };
|
4837
3346
|
/**
|
4838
3347
|
* __useAddContributionRoleMutation__
|
4839
3348
|
*
|
@@ -4857,11 +3366,7 @@ function useAddContributionRoleMutation(baseOptions) {
|
|
4857
3366
|
return Apollo.useMutation(exports.AddContributionRoleDocument, options);
|
4858
3367
|
}
|
4859
3368
|
exports.useAddContributionRoleMutation = useAddContributionRoleMutation;
|
4860
|
-
exports.AddResourceToContextDocument =
|
4861
|
-
mutation AddResourceToContext($resourcesToAdd: [OrganizationResourceCreationData_Input]!) {
|
4862
|
-
addResourceToContext(resourcesToAdd: $resourcesToAdd) @client
|
4863
|
-
}
|
4864
|
-
`;
|
3369
|
+
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" } }] }] } }] };
|
4865
3370
|
/**
|
4866
3371
|
* __useAddResourceToContextMutation__
|
4867
3372
|
*
|
@@ -4884,11 +3389,7 @@ function useAddResourceToContextMutation(baseOptions) {
|
|
4884
3389
|
return Apollo.useMutation(exports.AddResourceToContextDocument, options);
|
4885
3390
|
}
|
4886
3391
|
exports.useAddResourceToContextMutation = useAddResourceToContextMutation;
|
4887
|
-
exports.ChangeOrganizationDocument =
|
4888
|
-
mutation ChangeOrganization($orgId: String) {
|
4889
|
-
changeOrganization(orgId: $orgId) @client(always: true)
|
4890
|
-
}
|
4891
|
-
`;
|
3392
|
+
exports.ChangeOrganizationDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "ChangeOrganization" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "orgName" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "changeOrganization" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "orgName" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "orgName" } } }], "directives": [{ "kind": "Directive", "name": { "kind": "Name", "value": "client" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "always" }, "value": { "kind": "BooleanValue", "value": true } }] }] }] } }] };
|
4892
3393
|
/**
|
4893
3394
|
* __useChangeOrganizationMutation__
|
4894
3395
|
*
|
@@ -4902,7 +3403,7 @@ exports.ChangeOrganizationDocument = client_1.gql `
|
|
4902
3403
|
* @example
|
4903
3404
|
* const [changeOrganizationMutation, { data, loading, error }] = useChangeOrganizationMutation({
|
4904
3405
|
* variables: {
|
4905
|
-
*
|
3406
|
+
* orgName: // value for 'orgName'
|
4906
3407
|
* },
|
4907
3408
|
* });
|
4908
3409
|
*/
|
@@ -4911,11 +3412,7 @@ function useChangeOrganizationMutation(baseOptions) {
|
|
4911
3412
|
return Apollo.useMutation(exports.ChangeOrganizationDocument, options);
|
4912
3413
|
}
|
4913
3414
|
exports.useChangeOrganizationMutation = useChangeOrganizationMutation;
|
4914
|
-
exports.InitiateConfigurationValueDocument =
|
4915
|
-
mutation InitiateConfigurationValue($resource: URI!) {
|
4916
|
-
initiateConfigurationValue(resource: $resource)
|
4917
|
-
}
|
4918
|
-
`;
|
3415
|
+
exports.InitiateConfigurationValueDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "InitiateConfigurationValue" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "resource" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "URI" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "initiateConfigurationValue" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "resource" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "resource" } } }] }] } }] };
|
4919
3416
|
/**
|
4920
3417
|
* __useInitiateConfigurationValueMutation__
|
4921
3418
|
*
|
@@ -4938,11 +3435,7 @@ function useInitiateConfigurationValueMutation(baseOptions) {
|
|
4938
3435
|
return Apollo.useMutation(exports.InitiateConfigurationValueDocument, options);
|
4939
3436
|
}
|
4940
3437
|
exports.useInitiateConfigurationValueMutation = useInitiateConfigurationValueMutation;
|
4941
|
-
exports.InitializeOrgNameInContextDocument =
|
4942
|
-
mutation InitializeOrgNameInContext($orgName: String) {
|
4943
|
-
initializeOrgNameInContext(orgName: $orgName) @client
|
4944
|
-
}
|
4945
|
-
`;
|
3438
|
+
exports.InitializeOrgNameInContextDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "InitializeOrgNameInContext" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "orgName" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "initializeOrgNameInContext" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "orgName" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "orgName" } } }], "directives": [{ "kind": "Directive", "name": { "kind": "Name", "value": "client" } }] }] } }] };
|
4946
3439
|
/**
|
4947
3440
|
* __useInitializeOrgNameInContextMutation__
|
4948
3441
|
*
|
@@ -4965,11 +3458,7 @@ function useInitializeOrgNameInContextMutation(baseOptions) {
|
|
4965
3458
|
return Apollo.useMutation(exports.InitializeOrgNameInContextDocument, options);
|
4966
3459
|
}
|
4967
3460
|
exports.useInitializeOrgNameInContextMutation = useInitializeOrgNameInContextMutation;
|
4968
|
-
exports.InitializeTeamInContextDocument =
|
4969
|
-
mutation InitializeTeamInContext($teamName: String!, $orgName: String!) {
|
4970
|
-
initializeTeamInContext(teamName: $teamName, orgName: $orgName) @client
|
4971
|
-
}
|
4972
|
-
`;
|
3461
|
+
exports.InitializeTeamInContextDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "InitializeTeamInContext" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "teamName" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "orgName" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "initializeTeamInContext" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "teamName" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "teamName" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "orgName" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "orgName" } } }], "directives": [{ "kind": "Directive", "name": { "kind": "Name", "value": "client" } }] }] } }] };
|
4973
3462
|
/**
|
4974
3463
|
* __useInitializeTeamInContextMutation__
|
4975
3464
|
*
|
@@ -4993,13 +3482,7 @@ function useInitializeTeamInContextMutation(baseOptions) {
|
|
4993
3482
|
return Apollo.useMutation(exports.InitializeTeamInContextDocument, options);
|
4994
3483
|
}
|
4995
3484
|
exports.useInitializeTeamInContextMutation = useInitializeTeamInContextMutation;
|
4996
|
-
exports.CreateIntegrationConfigurationDocument =
|
4997
|
-
mutation CreateIntegrationConfiguration($data: IntegrationConfigurationInput) {
|
4998
|
-
createIntegrationConfiguration(data: $data) {
|
4999
|
-
id
|
5000
|
-
}
|
5001
|
-
}
|
5002
|
-
`;
|
3485
|
+
exports.CreateIntegrationConfigurationDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "CreateIntegrationConfiguration" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "data" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "IntegrationConfigurationInput" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "createIntegrationConfiguration" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "data" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "data" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }] } }] } }] };
|
5003
3486
|
/**
|
5004
3487
|
* __useCreateIntegrationConfigurationMutation__
|
5005
3488
|
*
|
@@ -5022,13 +3505,7 @@ function useCreateIntegrationConfigurationMutation(baseOptions) {
|
|
5022
3505
|
return Apollo.useMutation(exports.CreateIntegrationConfigurationDocument, options);
|
5023
3506
|
}
|
5024
3507
|
exports.useCreateIntegrationConfigurationMutation = useCreateIntegrationConfigurationMutation;
|
5025
|
-
exports.CreateOrUpdateIntegrationConfigurationDocument =
|
5026
|
-
mutation CreateOrUpdateIntegrationConfiguration($data: IntegrationConfigurationCreateOrUpdateInput) {
|
5027
|
-
createOrUpdateIntegrationConfiguration(data: $data) {
|
5028
|
-
id
|
5029
|
-
}
|
5030
|
-
}
|
5031
|
-
`;
|
3508
|
+
exports.CreateOrUpdateIntegrationConfigurationDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "CreateOrUpdateIntegrationConfiguration" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "data" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "IntegrationConfigurationCreateOrUpdateInput" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "createOrUpdateIntegrationConfiguration" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "data" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "data" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }] } }] } }] };
|
5032
3509
|
/**
|
5033
3510
|
* __useCreateOrUpdateIntegrationConfigurationMutation__
|
5034
3511
|
*
|
@@ -5051,11 +3528,7 @@ function useCreateOrUpdateIntegrationConfigurationMutation(baseOptions) {
|
|
5051
3528
|
return Apollo.useMutation(exports.CreateOrUpdateIntegrationConfigurationDocument, options);
|
5052
3529
|
}
|
5053
3530
|
exports.useCreateOrUpdateIntegrationConfigurationMutation = useCreateOrUpdateIntegrationConfigurationMutation;
|
5054
|
-
exports.DeleteIntegrationConfigurationDocument =
|
5055
|
-
mutation DeleteIntegrationConfiguration($id: String!) {
|
5056
|
-
deleteIntegrationConfiguration(id: $id)
|
5057
|
-
}
|
5058
|
-
`;
|
3531
|
+
exports.DeleteIntegrationConfigurationDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "DeleteIntegrationConfiguration" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "id" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "deleteIntegrationConfiguration" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "id" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "id" } } }] }] } }] };
|
5059
3532
|
/**
|
5060
3533
|
* __useDeleteIntegrationConfigurationMutation__
|
5061
3534
|
*
|
@@ -5078,11 +3551,7 @@ function useDeleteIntegrationConfigurationMutation(baseOptions) {
|
|
5078
3551
|
return Apollo.useMutation(exports.DeleteIntegrationConfigurationDocument, options);
|
5079
3552
|
}
|
5080
3553
|
exports.useDeleteIntegrationConfigurationMutation = useDeleteIntegrationConfigurationMutation;
|
5081
|
-
exports.ReassignConfigurationDocument =
|
5082
|
-
mutation ReassignConfiguration {
|
5083
|
-
reassignRole @client(always: true)
|
5084
|
-
}
|
5085
|
-
`;
|
3554
|
+
exports.ReassignConfigurationDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "ReassignConfiguration" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "reassignRole" }, "directives": [{ "kind": "Directive", "name": { "kind": "Name", "value": "client" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "always" }, "value": { "kind": "BooleanValue", "value": true } }] }] }] } }] };
|
5086
3555
|
/**
|
5087
3556
|
* __useReassignConfigurationMutation__
|
5088
3557
|
*
|
@@ -5104,11 +3573,7 @@ function useReassignConfigurationMutation(baseOptions) {
|
|
5104
3573
|
return Apollo.useMutation(exports.ReassignConfigurationDocument, options);
|
5105
3574
|
}
|
5106
3575
|
exports.useReassignConfigurationMutation = useReassignConfigurationMutation;
|
5107
|
-
exports.UpdateConfigurationDocument =
|
5108
|
-
mutation UpdateConfiguration($input: PreferencesInput_Input!, $key: String!, $value: AnyObject!, $overrides: ConfigurationOverrides_Input, $target: Int, $donotNotifyError: Boolean) {
|
5109
|
-
updateConfiguration(input: $input, key: $key, value: $value, overrides: $overrides, target: $target, donotNotifyError: $donotNotifyError) @client(always: true)
|
5110
|
-
}
|
5111
|
-
`;
|
3576
|
+
exports.UpdateConfigurationDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "UpdateConfiguration" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "input" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "PreferencesInput_Input" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "key" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "value" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "AnyObject" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "overrides" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "ConfigurationOverrides_Input" } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "target" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Int" } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "donotNotifyError" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Boolean" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "updateConfiguration" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "input" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "input" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "key" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "key" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "value" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "value" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "overrides" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "overrides" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "target" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "target" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "donotNotifyError" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "donotNotifyError" } } }], "directives": [{ "kind": "Directive", "name": { "kind": "Name", "value": "client" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "always" }, "value": { "kind": "BooleanValue", "value": true } }] }] }] } }] };
|
5112
3577
|
/**
|
5113
3578
|
* __useUpdateConfigurationMutation__
|
5114
3579
|
*
|
@@ -5136,15 +3601,7 @@ function useUpdateConfigurationMutation(baseOptions) {
|
|
5136
3601
|
return Apollo.useMutation(exports.UpdateConfigurationDocument, options);
|
5137
3602
|
}
|
5138
3603
|
exports.useUpdateConfigurationMutation = useUpdateConfigurationMutation;
|
5139
|
-
exports.GetApplicationPolicyDocument =
|
5140
|
-
query GetApplicationPolicy($input: [ConfigurationInput]) {
|
5141
|
-
getConfigurationPolicies(input: $input) {
|
5142
|
-
... on ApplicationPolicy {
|
5143
|
-
...Configuration
|
5144
|
-
}
|
5145
|
-
}
|
5146
|
-
}
|
5147
|
-
${exports.ConfigurationFragmentDoc}`;
|
3604
|
+
exports.GetApplicationPolicyDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetApplicationPolicy" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "input" } }, "type": { "kind": "ListType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "ConfigurationInput" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getConfigurationPolicies" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "input" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "input" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "ApplicationPolicy" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "Configuration" } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "DefaultPolicy" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "Configuration" } }] } }] } }] } }, { "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "Configuration" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "IConfigurationModel" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "resource" } }, { "kind": "Field", "name": { "kind": "Name", "value": "target" } }, { "kind": "Field", "name": { "kind": "Name", "value": "contents" } }, { "kind": "Field", "name": { "kind": "Name", "value": "keys" } }, { "kind": "Field", "name": { "kind": "Name", "value": "overrides" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "contents" } }, { "kind": "Field", "name": { "kind": "Name", "value": "identifiers" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }] } }] };
|
5148
3605
|
/**
|
5149
3606
|
* __useGetApplicationPolicyQuery__
|
5150
3607
|
*
|
@@ -5171,15 +3628,7 @@ function useGetApplicationPolicyLazyQuery(baseOptions) {
|
|
5171
3628
|
return Apollo.useLazyQuery(exports.GetApplicationPolicyDocument, options);
|
5172
3629
|
}
|
5173
3630
|
exports.useGetApplicationPolicyLazyQuery = useGetApplicationPolicyLazyQuery;
|
5174
|
-
exports.GetApplicationRoleDocument =
|
5175
|
-
query GetApplicationRole($input: [RoleInput]) {
|
5176
|
-
getRoles(input: $input) {
|
5177
|
-
... on ApplicationRolePermission {
|
5178
|
-
...Configuration
|
5179
|
-
}
|
5180
|
-
}
|
5181
|
-
}
|
5182
|
-
${exports.ConfigurationFragmentDoc}`;
|
3631
|
+
exports.GetApplicationRoleDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetApplicationRole" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "input" } }, "type": { "kind": "ListType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "RoleInput" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getRoles" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "input" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "input" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "ApplicationRolePermission" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "Configuration" } }] } }] } }] } }, { "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "Configuration" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "IConfigurationModel" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "resource" } }, { "kind": "Field", "name": { "kind": "Name", "value": "target" } }, { "kind": "Field", "name": { "kind": "Name", "value": "contents" } }, { "kind": "Field", "name": { "kind": "Name", "value": "keys" } }, { "kind": "Field", "name": { "kind": "Name", "value": "overrides" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "contents" } }, { "kind": "Field", "name": { "kind": "Name", "value": "identifiers" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }] } }] };
|
5183
3632
|
/**
|
5184
3633
|
* __useGetApplicationRoleQuery__
|
5185
3634
|
*
|
@@ -5206,13 +3655,7 @@ function useGetApplicationRoleLazyQuery(baseOptions) {
|
|
5206
3655
|
return Apollo.useLazyQuery(exports.GetApplicationRoleDocument, options);
|
5207
3656
|
}
|
5208
3657
|
exports.useGetApplicationRoleLazyQuery = useGetApplicationRoleLazyQuery;
|
5209
|
-
exports.DefaultResolveSettingsDocument =
|
5210
|
-
query DefaultResolveSettings($uri: URI!, $target: Int) {
|
5211
|
-
resolveSettings(uri: $uri, target: $target) @client(always: true) {
|
5212
|
-
...DefaultSetting
|
5213
|
-
}
|
5214
|
-
}
|
5215
|
-
${exports.DefaultSettingFragmentDoc}`;
|
3658
|
+
exports.DefaultResolveSettingsDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "DefaultResolveSettings" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "uri" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "URI" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "target" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Int" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "resolveSettings" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "uri" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "uri" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "target" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "target" } } }], "directives": [{ "kind": "Directive", "name": { "kind": "Name", "value": "client" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "always" }, "value": { "kind": "BooleanValue", "value": true } }] }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "DefaultSetting" } }] } }] } }, { "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "DefaultSetting" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "ContributionSettings" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "key" } }, { "kind": "Field", "name": { "kind": "Name", "value": "value" } }, { "kind": "Field", "name": { "kind": "Name", "value": "description" } }, { "kind": "Field", "name": { "kind": "Name", "value": "descriptionIsMarkdown" } }, { "kind": "Field", "name": { "kind": "Name", "value": "deprecationMessage" } }, { "kind": "Field", "name": { "kind": "Name", "value": "type" } }, { "kind": "Field", "name": { "kind": "Name", "value": "enum" } }, { "kind": "Field", "name": { "kind": "Name", "value": "enumDescriptions" } }, { "kind": "Field", "name": { "kind": "Name", "value": "enumDescriptionsAreMarkdown" } }, { "kind": "Field", "name": { "kind": "Name", "value": "tags" } }, { "kind": "Field", "name": { "kind": "Name", "value": "properties" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "readOnly" } }, { "kind": "Field", "name": { "kind": "Name", "value": "disabled" } }] } }] } }] };
|
5216
3659
|
/**
|
5217
3660
|
* __useDefaultResolveSettingsQuery__
|
5218
3661
|
*
|
@@ -5240,11 +3683,7 @@ function useDefaultResolveSettingsLazyQuery(baseOptions) {
|
|
5240
3683
|
return Apollo.useLazyQuery(exports.DefaultResolveSettingsDocument, options);
|
5241
3684
|
}
|
5242
3685
|
exports.useDefaultResolveSettingsLazyQuery = useDefaultResolveSettingsLazyQuery;
|
5243
|
-
exports.GetConfigurationTargetDocument =
|
5244
|
-
query GetConfigurationTarget($resource: URI) {
|
5245
|
-
getConfigurationTarget(resource: $resource) @client
|
5246
|
-
}
|
5247
|
-
`;
|
3686
|
+
exports.GetConfigurationTargetDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetConfigurationTarget" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "resource" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "URI" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getConfigurationTarget" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "resource" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "resource" } } }], "directives": [{ "kind": "Directive", "name": { "kind": "Name", "value": "client" } }] }] } }] };
|
5248
3687
|
/**
|
5249
3688
|
* __useGetConfigurationTargetQuery__
|
5250
3689
|
*
|
@@ -5271,11 +3710,7 @@ function useGetConfigurationTargetLazyQuery(baseOptions) {
|
|
5271
3710
|
return Apollo.useLazyQuery(exports.GetConfigurationTargetDocument, options);
|
5272
3711
|
}
|
5273
3712
|
exports.useGetConfigurationTargetLazyQuery = useGetConfigurationTargetLazyQuery;
|
5274
|
-
exports.GetContextPropertyDocument =
|
5275
|
-
query GetContextProperty($keys: [String]) {
|
5276
|
-
getContextProperty(keys: $keys) @client
|
5277
|
-
}
|
5278
|
-
`;
|
3713
|
+
exports.GetContextPropertyDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetContextProperty" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "keys" } }, "type": { "kind": "ListType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getContextProperty" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "keys" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "keys" } } }], "directives": [{ "kind": "Directive", "name": { "kind": "Name", "value": "client" } }] }] } }] };
|
5279
3714
|
/**
|
5280
3715
|
* __useGetContextPropertyQuery__
|
5281
3716
|
*
|
@@ -5302,13 +3737,7 @@ function useGetContextPropertyLazyQuery(baseOptions) {
|
|
5302
3737
|
return Apollo.useLazyQuery(exports.GetContextPropertyDocument, options);
|
5303
3738
|
}
|
5304
3739
|
exports.useGetContextPropertyLazyQuery = useGetContextPropertyLazyQuery;
|
5305
|
-
exports.GetDefaultApplicationPermissionsDocument =
|
5306
|
-
query GetDefaultApplicationPermissions($roleName: String) {
|
5307
|
-
mergedApplicationPermissions(roleName: $roleName) {
|
5308
|
-
...OverWriteRoleValue
|
5309
|
-
}
|
5310
|
-
}
|
5311
|
-
${exports.OverWriteRoleValueFragmentDoc}`;
|
3740
|
+
exports.GetDefaultApplicationPermissionsDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetDefaultApplicationPermissions" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "roleName" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "mergedApplicationPermissions" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "roleName" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "roleName" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "OverWriteRoleValue" } }] } }] } }, { "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "OverWriteRoleValue" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "ContributionSettings" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "key" } }, { "kind": "Field", "name": { "kind": "Name", "value": "value" } }] } }] };
|
5312
3741
|
/**
|
5313
3742
|
* __useGetDefaultApplicationPermissionsQuery__
|
5314
3743
|
*
|
@@ -5335,55 +3764,7 @@ function useGetDefaultApplicationPermissionsLazyQuery(baseOptions) {
|
|
5335
3764
|
return Apollo.useLazyQuery(exports.GetDefaultApplicationPermissionsDocument, options);
|
5336
3765
|
}
|
5337
3766
|
exports.useGetDefaultApplicationPermissionsLazyQuery = useGetDefaultApplicationPermissionsLazyQuery;
|
5338
|
-
exports.
|
5339
|
-
query GetDefaultConfiguration($input: [ConfigurationInput]) {
|
5340
|
-
getConfiguration(input: $input) {
|
5341
|
-
... on DefaultConfiguration {
|
5342
|
-
...Configuration
|
5343
|
-
}
|
5344
|
-
}
|
5345
|
-
}
|
5346
|
-
${exports.ConfigurationFragmentDoc}`;
|
5347
|
-
/**
|
5348
|
-
* __useGetDefaultConfigurationQuery__
|
5349
|
-
*
|
5350
|
-
* To run a query within a React component, call `useGetDefaultConfigurationQuery` and pass it any options that fit your needs.
|
5351
|
-
* When your component renders, `useGetDefaultConfigurationQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
5352
|
-
* you can use to render your UI.
|
5353
|
-
*
|
5354
|
-
* @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;
|
5355
|
-
*
|
5356
|
-
* @example
|
5357
|
-
* const { data, loading, error } = useGetDefaultConfigurationQuery({
|
5358
|
-
* variables: {
|
5359
|
-
* input: // value for 'input'
|
5360
|
-
* },
|
5361
|
-
* });
|
5362
|
-
*/
|
5363
|
-
function useGetDefaultConfigurationQuery(baseOptions) {
|
5364
|
-
const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
|
5365
|
-
return Apollo.useQuery(exports.GetDefaultConfigurationDocument, options);
|
5366
|
-
}
|
5367
|
-
exports.useGetDefaultConfigurationQuery = useGetDefaultConfigurationQuery;
|
5368
|
-
function useGetDefaultConfigurationLazyQuery(baseOptions) {
|
5369
|
-
const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
|
5370
|
-
return Apollo.useLazyQuery(exports.GetDefaultConfigurationDocument, options);
|
5371
|
-
}
|
5372
|
-
exports.useGetDefaultConfigurationLazyQuery = useGetDefaultConfigurationLazyQuery;
|
5373
|
-
exports.GetDefaultPermissionsDocument = client_1.gql `
|
5374
|
-
query GetDefaultPermissions($target: Int) {
|
5375
|
-
defaultPermissions(target: $target) {
|
5376
|
-
id
|
5377
|
-
title
|
5378
|
-
sections {
|
5379
|
-
title
|
5380
|
-
settings {
|
5381
|
-
...DefaultSetting
|
5382
|
-
}
|
5383
|
-
}
|
5384
|
-
}
|
5385
|
-
}
|
5386
|
-
${exports.DefaultSettingFragmentDoc}`;
|
3767
|
+
exports.GetDefaultPermissionsDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetDefaultPermissions" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "target" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Int" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "defaultPermissions" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "target" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "target" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "title" } }, { "kind": "Field", "name": { "kind": "Name", "value": "sections" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "title" } }, { "kind": "Field", "name": { "kind": "Name", "value": "settings" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "DefaultSetting" } }] } }] } }] } }] } }, { "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "DefaultSetting" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "ContributionSettings" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "key" } }, { "kind": "Field", "name": { "kind": "Name", "value": "value" } }, { "kind": "Field", "name": { "kind": "Name", "value": "description" } }, { "kind": "Field", "name": { "kind": "Name", "value": "descriptionIsMarkdown" } }, { "kind": "Field", "name": { "kind": "Name", "value": "deprecationMessage" } }, { "kind": "Field", "name": { "kind": "Name", "value": "type" } }, { "kind": "Field", "name": { "kind": "Name", "value": "enum" } }, { "kind": "Field", "name": { "kind": "Name", "value": "enumDescriptions" } }, { "kind": "Field", "name": { "kind": "Name", "value": "enumDescriptionsAreMarkdown" } }, { "kind": "Field", "name": { "kind": "Name", "value": "tags" } }, { "kind": "Field", "name": { "kind": "Name", "value": "properties" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "readOnly" } }, { "kind": "Field", "name": { "kind": "Name", "value": "disabled" } }] } }] } }] };
|
5387
3768
|
/**
|
5388
3769
|
* __useGetDefaultPermissionsQuery__
|
5389
3770
|
*
|
@@ -5410,55 +3791,7 @@ function useGetDefaultPermissionsLazyQuery(baseOptions) {
|
|
5410
3791
|
return Apollo.useLazyQuery(exports.GetDefaultPermissionsDocument, options);
|
5411
3792
|
}
|
5412
3793
|
exports.useGetDefaultPermissionsLazyQuery = useGetDefaultPermissionsLazyQuery;
|
5413
|
-
exports.
|
5414
|
-
query GetDefaultPolicy($input: [ConfigurationInput]) {
|
5415
|
-
getConfigurationPolicies(input: $input) {
|
5416
|
-
... on DefaultPolicy {
|
5417
|
-
...Configuration
|
5418
|
-
}
|
5419
|
-
}
|
5420
|
-
}
|
5421
|
-
${exports.ConfigurationFragmentDoc}`;
|
5422
|
-
/**
|
5423
|
-
* __useGetDefaultPolicyQuery__
|
5424
|
-
*
|
5425
|
-
* To run a query within a React component, call `useGetDefaultPolicyQuery` and pass it any options that fit your needs.
|
5426
|
-
* When your component renders, `useGetDefaultPolicyQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
5427
|
-
* you can use to render your UI.
|
5428
|
-
*
|
5429
|
-
* @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;
|
5430
|
-
*
|
5431
|
-
* @example
|
5432
|
-
* const { data, loading, error } = useGetDefaultPolicyQuery({
|
5433
|
-
* variables: {
|
5434
|
-
* input: // value for 'input'
|
5435
|
-
* },
|
5436
|
-
* });
|
5437
|
-
*/
|
5438
|
-
function useGetDefaultPolicyQuery(baseOptions) {
|
5439
|
-
const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
|
5440
|
-
return Apollo.useQuery(exports.GetDefaultPolicyDocument, options);
|
5441
|
-
}
|
5442
|
-
exports.useGetDefaultPolicyQuery = useGetDefaultPolicyQuery;
|
5443
|
-
function useGetDefaultPolicyLazyQuery(baseOptions) {
|
5444
|
-
const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
|
5445
|
-
return Apollo.useLazyQuery(exports.GetDefaultPolicyDocument, options);
|
5446
|
-
}
|
5447
|
-
exports.useGetDefaultPolicyLazyQuery = useGetDefaultPolicyLazyQuery;
|
5448
|
-
exports.GetDefaultPolicySettingsDocument = client_1.gql `
|
5449
|
-
query GetDefaultPolicySettings($target: Int) {
|
5450
|
-
defaultPolicies(target: $target) {
|
5451
|
-
id
|
5452
|
-
title
|
5453
|
-
sections {
|
5454
|
-
title
|
5455
|
-
settings {
|
5456
|
-
...DefaultSetting
|
5457
|
-
}
|
5458
|
-
}
|
5459
|
-
}
|
5460
|
-
}
|
5461
|
-
${exports.DefaultSettingFragmentDoc}`;
|
3794
|
+
exports.GetDefaultPolicySettingsDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetDefaultPolicySettings" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "target" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Int" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "defaultPolicies" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "target" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "target" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "title" } }, { "kind": "Field", "name": { "kind": "Name", "value": "sections" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "title" } }, { "kind": "Field", "name": { "kind": "Name", "value": "settings" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "DefaultSetting" } }] } }] } }] } }] } }, { "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "DefaultSetting" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "ContributionSettings" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "key" } }, { "kind": "Field", "name": { "kind": "Name", "value": "value" } }, { "kind": "Field", "name": { "kind": "Name", "value": "description" } }, { "kind": "Field", "name": { "kind": "Name", "value": "descriptionIsMarkdown" } }, { "kind": "Field", "name": { "kind": "Name", "value": "deprecationMessage" } }, { "kind": "Field", "name": { "kind": "Name", "value": "type" } }, { "kind": "Field", "name": { "kind": "Name", "value": "enum" } }, { "kind": "Field", "name": { "kind": "Name", "value": "enumDescriptions" } }, { "kind": "Field", "name": { "kind": "Name", "value": "enumDescriptionsAreMarkdown" } }, { "kind": "Field", "name": { "kind": "Name", "value": "tags" } }, { "kind": "Field", "name": { "kind": "Name", "value": "properties" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "readOnly" } }, { "kind": "Field", "name": { "kind": "Name", "value": "disabled" } }] } }] } }] };
|
5462
3795
|
/**
|
5463
3796
|
* __useGetDefaultPolicySettingsQuery__
|
5464
3797
|
*
|
@@ -5485,15 +3818,7 @@ function useGetDefaultPolicySettingsLazyQuery(baseOptions) {
|
|
5485
3818
|
return Apollo.useLazyQuery(exports.GetDefaultPolicySettingsDocument, options);
|
5486
3819
|
}
|
5487
3820
|
exports.useGetDefaultPolicySettingsLazyQuery = useGetDefaultPolicySettingsLazyQuery;
|
5488
|
-
exports.GetDefaultRoleDocument =
|
5489
|
-
query GetDefaultRole {
|
5490
|
-
getRoles(input: [{target: 6}]) {
|
5491
|
-
... on DefaultRole {
|
5492
|
-
...Configuration
|
5493
|
-
}
|
5494
|
-
}
|
5495
|
-
}
|
5496
|
-
${exports.ConfigurationFragmentDoc}`;
|
3821
|
+
exports.GetDefaultRoleDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetDefaultRole" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getRoles" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "input" }, "value": { "kind": "ListValue", "values": [{ "kind": "ObjectValue", "fields": [{ "kind": "ObjectField", "name": { "kind": "Name", "value": "target" }, "value": { "kind": "IntValue", "value": "6" } }] }] } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "DefaultRole" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "Configuration" } }] } }] } }] } }, { "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "Configuration" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "IConfigurationModel" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "resource" } }, { "kind": "Field", "name": { "kind": "Name", "value": "target" } }, { "kind": "Field", "name": { "kind": "Name", "value": "contents" } }, { "kind": "Field", "name": { "kind": "Name", "value": "keys" } }, { "kind": "Field", "name": { "kind": "Name", "value": "overrides" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "contents" } }, { "kind": "Field", "name": { "kind": "Name", "value": "identifiers" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }] } }] };
|
5497
3822
|
/**
|
5498
3823
|
* __useGetDefaultRoleQuery__
|
5499
3824
|
*
|
@@ -5519,13 +3844,7 @@ function useGetDefaultRoleLazyQuery(baseOptions) {
|
|
5519
3844
|
return Apollo.useLazyQuery(exports.GetDefaultRoleDocument, options);
|
5520
3845
|
}
|
5521
3846
|
exports.useGetDefaultRoleLazyQuery = useGetDefaultRoleLazyQuery;
|
5522
|
-
exports.GetTeamContextDocument =
|
5523
|
-
query GetTeamContext {
|
5524
|
-
getTeamContext @client {
|
5525
|
-
...TeamContext
|
5526
|
-
}
|
5527
|
-
}
|
5528
|
-
${exports.TeamContextFragmentDoc}`;
|
3847
|
+
exports.GetTeamContextDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetTeamContext" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getTeamContext" }, "directives": [{ "kind": "Directive", "name": { "kind": "Name", "value": "client" } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "TeamContext" } }] } }] } }, { "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "TeamContext" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Context" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "teamName" } }, { "kind": "Field", "name": { "kind": "Name", "value": "teamUri" } }] } }] };
|
5529
3848
|
/**
|
5530
3849
|
* __useGetTeamContextQuery__
|
5531
3850
|
*
|
@@ -5551,13 +3870,7 @@ function useGetTeamContextLazyQuery(baseOptions) {
|
|
5551
3870
|
return Apollo.useLazyQuery(exports.GetTeamContextDocument, options);
|
5552
3871
|
}
|
5553
3872
|
exports.useGetTeamContextLazyQuery = useGetTeamContextLazyQuery;
|
5554
|
-
exports.GetTeamNameFromContextDocument =
|
5555
|
-
query GetTeamNameFromContext {
|
5556
|
-
getTeamNameFromContext @client {
|
5557
|
-
...TeamNameInContext
|
5558
|
-
}
|
5559
|
-
}
|
5560
|
-
${exports.TeamNameInContextFragmentDoc}`;
|
3873
|
+
exports.GetTeamNameFromContextDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetTeamNameFromContext" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getTeamNameFromContext" }, "directives": [{ "kind": "Directive", "name": { "kind": "Name", "value": "client" } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "TeamNameInContext" } }] } }] } }, { "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "TeamNameInContext" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Context" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "teamName" } }] } }] };
|
5561
3874
|
/**
|
5562
3875
|
* __useGetTeamNameFromContextQuery__
|
5563
3876
|
*
|
@@ -5583,24 +3896,7 @@ function useGetTeamNameFromContextLazyQuery(baseOptions) {
|
|
5583
3896
|
return Apollo.useLazyQuery(exports.GetTeamNameFromContextDocument, options);
|
5584
3897
|
}
|
5585
3898
|
exports.useGetTeamNameFromContextLazyQuery = useGetTeamNameFromContextLazyQuery;
|
5586
|
-
exports.getUserAccessRoleDocument =
|
5587
|
-
query getUserAccessRole($input: [RoleInput]) {
|
5588
|
-
getUserAccessRole(input: $input) {
|
5589
|
-
accessRoles {
|
5590
|
-
... on OrganizationRole {
|
5591
|
-
...Configuration
|
5592
|
-
}
|
5593
|
-
... on ResourceRole {
|
5594
|
-
...Configuration
|
5595
|
-
}
|
5596
|
-
}
|
5597
|
-
resourceUserRoles {
|
5598
|
-
resource
|
5599
|
-
role
|
5600
|
-
}
|
5601
|
-
}
|
5602
|
-
}
|
5603
|
-
${exports.ConfigurationFragmentDoc}`;
|
3899
|
+
exports.getUserAccessRoleDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "getUserAccessRole" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "input" } }, "type": { "kind": "ListType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "RoleInput" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getUserAccessRole" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "input" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "input" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "accessRoles" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "OrganizationRole" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "Configuration" } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "ResourceRole" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "Configuration" } }] } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "resourceUserRoles" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "resource" } }, { "kind": "Field", "name": { "kind": "Name", "value": "role" } }] } }] } }] } }, { "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "Configuration" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "IConfigurationModel" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "resource" } }, { "kind": "Field", "name": { "kind": "Name", "value": "target" } }, { "kind": "Field", "name": { "kind": "Name", "value": "contents" } }, { "kind": "Field", "name": { "kind": "Name", "value": "keys" } }, { "kind": "Field", "name": { "kind": "Name", "value": "overrides" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "contents" } }, { "kind": "Field", "name": { "kind": "Name", "value": "identifiers" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }] } }] };
|
5604
3900
|
/**
|
5605
3901
|
* __usegetUserAccessRoleQuery__
|
5606
3902
|
*
|
@@ -5627,14 +3923,7 @@ function usegetUserAccessRoleLazyQuery(baseOptions) {
|
|
5627
3923
|
return Apollo.useLazyQuery(exports.getUserAccessRoleDocument, options);
|
5628
3924
|
}
|
5629
3925
|
exports.usegetUserAccessRoleLazyQuery = usegetUserAccessRoleLazyQuery;
|
5630
|
-
exports.OpenPreferencesSettingsDocument =
|
5631
|
-
query OpenPreferencesSettings($resource: URI, $jsonEditor: Boolean, $options: PreferencesOpenOptions_Input) {
|
5632
|
-
openPreferencesSettings(resource: $resource, jsonEditor: $jsonEditor, options: $options) @client {
|
5633
|
-
editableSettingsInput
|
5634
|
-
defaultPreferencesInput
|
5635
|
-
}
|
5636
|
-
}
|
5637
|
-
`;
|
3926
|
+
exports.OpenPreferencesSettingsDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "OpenPreferencesSettings" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "resource" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "URI" } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "jsonEditor" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Boolean" } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "options" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "PreferencesOpenOptions_Input" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "openPreferencesSettings" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "resource" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "resource" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "jsonEditor" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "jsonEditor" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "options" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "options" } } }], "directives": [{ "kind": "Directive", "name": { "kind": "Name", "value": "client" } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "editableSettingsInput" } }, { "kind": "Field", "name": { "kind": "Name", "value": "defaultPreferencesInput" } }] } }] } }] };
|
5638
3927
|
/**
|
5639
3928
|
* __useOpenPreferencesSettingsQuery__
|
5640
3929
|
*
|
@@ -5663,15 +3952,7 @@ function useOpenPreferencesSettingsLazyQuery(baseOptions) {
|
|
5663
3952
|
return Apollo.useLazyQuery(exports.OpenPreferencesSettingsDocument, options);
|
5664
3953
|
}
|
5665
3954
|
exports.useOpenPreferencesSettingsLazyQuery = useOpenPreferencesSettingsLazyQuery;
|
5666
|
-
exports.GetOrgConfigurationDocument =
|
5667
|
-
query GetOrgConfiguration($input: [ConfigurationInput]) {
|
5668
|
-
getConfiguration(input: $input) {
|
5669
|
-
... on OrganizationConfiguration {
|
5670
|
-
...Configuration
|
5671
|
-
}
|
5672
|
-
}
|
5673
|
-
}
|
5674
|
-
${exports.ConfigurationFragmentDoc}`;
|
3955
|
+
exports.GetOrgConfigurationDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetOrgConfiguration" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "input" } }, "type": { "kind": "ListType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "ConfigurationInput" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getConfiguration" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "input" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "input" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "OrganizationConfiguration" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "Configuration" } }] } }] } }] } }, { "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "Configuration" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "IConfigurationModel" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "resource" } }, { "kind": "Field", "name": { "kind": "Name", "value": "target" } }, { "kind": "Field", "name": { "kind": "Name", "value": "contents" } }, { "kind": "Field", "name": { "kind": "Name", "value": "keys" } }, { "kind": "Field", "name": { "kind": "Name", "value": "overrides" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "contents" } }, { "kind": "Field", "name": { "kind": "Name", "value": "identifiers" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }] } }] };
|
5675
3956
|
/**
|
5676
3957
|
* __useGetOrgConfigurationQuery__
|
5677
3958
|
*
|
@@ -5698,15 +3979,7 @@ function useGetOrgConfigurationLazyQuery(baseOptions) {
|
|
5698
3979
|
return Apollo.useLazyQuery(exports.GetOrgConfigurationDocument, options);
|
5699
3980
|
}
|
5700
3981
|
exports.useGetOrgConfigurationLazyQuery = useGetOrgConfigurationLazyQuery;
|
5701
|
-
exports.GetOrgPolicyDocument =
|
5702
|
-
query GetOrgPolicy($input: [ConfigurationInput]) {
|
5703
|
-
getConfigurationPolicies(input: $input) {
|
5704
|
-
... on OrganizationPolicy {
|
5705
|
-
...Configuration
|
5706
|
-
}
|
5707
|
-
}
|
5708
|
-
}
|
5709
|
-
${exports.ConfigurationFragmentDoc}`;
|
3982
|
+
exports.GetOrgPolicyDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetOrgPolicy" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "input" } }, "type": { "kind": "ListType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "ConfigurationInput" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getConfigurationPolicies" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "input" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "input" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "OrganizationPolicy" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "Configuration" } }] } }] } }] } }, { "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "Configuration" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "IConfigurationModel" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "resource" } }, { "kind": "Field", "name": { "kind": "Name", "value": "target" } }, { "kind": "Field", "name": { "kind": "Name", "value": "contents" } }, { "kind": "Field", "name": { "kind": "Name", "value": "keys" } }, { "kind": "Field", "name": { "kind": "Name", "value": "overrides" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "contents" } }, { "kind": "Field", "name": { "kind": "Name", "value": "identifiers" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }] } }] };
|
5710
3983
|
/**
|
5711
3984
|
* __useGetOrgPolicyQuery__
|
5712
3985
|
*
|
@@ -5733,15 +4006,7 @@ function useGetOrgPolicyLazyQuery(baseOptions) {
|
|
5733
4006
|
return Apollo.useLazyQuery(exports.GetOrgPolicyDocument, options);
|
5734
4007
|
}
|
5735
4008
|
exports.useGetOrgPolicyLazyQuery = useGetOrgPolicyLazyQuery;
|
5736
|
-
exports.GetOrgRoleDocument =
|
5737
|
-
query GetOrgRole($input: [RoleInput]) {
|
5738
|
-
getRoles(input: $input) {
|
5739
|
-
... on OrganizationRole {
|
5740
|
-
...Configuration
|
5741
|
-
}
|
5742
|
-
}
|
5743
|
-
}
|
5744
|
-
${exports.ConfigurationFragmentDoc}`;
|
4009
|
+
exports.GetOrgRoleDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetOrgRole" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "input" } }, "type": { "kind": "ListType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "RoleInput" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getRoles" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "input" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "input" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "OrganizationRole" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "Configuration" } }] } }] } }] } }, { "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "Configuration" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "IConfigurationModel" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "resource" } }, { "kind": "Field", "name": { "kind": "Name", "value": "target" } }, { "kind": "Field", "name": { "kind": "Name", "value": "contents" } }, { "kind": "Field", "name": { "kind": "Name", "value": "keys" } }, { "kind": "Field", "name": { "kind": "Name", "value": "overrides" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "contents" } }, { "kind": "Field", "name": { "kind": "Name", "value": "identifiers" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }] } }] };
|
5745
4010
|
/**
|
5746
4011
|
* __useGetOrgRoleQuery__
|
5747
4012
|
*
|
@@ -5768,18 +4033,7 @@ function useGetOrgRoleLazyQuery(baseOptions) {
|
|
5768
4033
|
return Apollo.useLazyQuery(exports.GetOrgRoleDocument, options);
|
5769
4034
|
}
|
5770
4035
|
exports.useGetOrgRoleLazyQuery = useGetOrgRoleLazyQuery;
|
5771
|
-
exports.GetOrgWithResourcesPolicyDocument =
|
5772
|
-
query GetOrgWithResourcesPolicy($input: [ConfigurationInput]) {
|
5773
|
-
getConfigurationPolicies(input: $input) {
|
5774
|
-
... on OrganizationPolicy {
|
5775
|
-
...Configuration
|
5776
|
-
}
|
5777
|
-
... on ResourcePolicy {
|
5778
|
-
...Configuration
|
5779
|
-
}
|
5780
|
-
}
|
5781
|
-
}
|
5782
|
-
${exports.ConfigurationFragmentDoc}`;
|
4036
|
+
exports.GetOrgWithResourcesPolicyDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetOrgWithResourcesPolicy" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "input" } }, "type": { "kind": "ListType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "ConfigurationInput" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getConfigurationPolicies" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "input" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "input" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "OrganizationPolicy" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "Configuration" } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "ResourcePolicy" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "Configuration" } }] } }] } }] } }, { "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "Configuration" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "IConfigurationModel" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "resource" } }, { "kind": "Field", "name": { "kind": "Name", "value": "target" } }, { "kind": "Field", "name": { "kind": "Name", "value": "contents" } }, { "kind": "Field", "name": { "kind": "Name", "value": "keys" } }, { "kind": "Field", "name": { "kind": "Name", "value": "overrides" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "contents" } }, { "kind": "Field", "name": { "kind": "Name", "value": "identifiers" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }] } }] };
|
5783
4037
|
/**
|
5784
4038
|
* __useGetOrgWithResourcesPolicyQuery__
|
5785
4039
|
*
|
@@ -5806,18 +4060,7 @@ function useGetOrgWithResourcesPolicyLazyQuery(baseOptions) {
|
|
5806
4060
|
return Apollo.useLazyQuery(exports.GetOrgWithResourcesPolicyDocument, options);
|
5807
4061
|
}
|
5808
4062
|
exports.useGetOrgWithResourcesPolicyLazyQuery = useGetOrgWithResourcesPolicyLazyQuery;
|
5809
|
-
exports.GetOrgWithResourcesRoleDocument =
|
5810
|
-
query GetOrgWithResourcesRole($input: [RoleInput]) {
|
5811
|
-
getRoles(input: $input) {
|
5812
|
-
... on OrganizationRole {
|
5813
|
-
...Configuration
|
5814
|
-
}
|
5815
|
-
... on ResourceRole {
|
5816
|
-
...Configuration
|
5817
|
-
}
|
5818
|
-
}
|
5819
|
-
}
|
5820
|
-
${exports.ConfigurationFragmentDoc}`;
|
4063
|
+
exports.GetOrgWithResourcesRoleDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetOrgWithResourcesRole" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "input" } }, "type": { "kind": "ListType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "RoleInput" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getRoles" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "input" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "input" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "OrganizationRole" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "Configuration" } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "ResourceRole" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "Configuration" } }] } }] } }] } }, { "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "Configuration" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "IConfigurationModel" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "resource" } }, { "kind": "Field", "name": { "kind": "Name", "value": "target" } }, { "kind": "Field", "name": { "kind": "Name", "value": "contents" } }, { "kind": "Field", "name": { "kind": "Name", "value": "keys" } }, { "kind": "Field", "name": { "kind": "Name", "value": "overrides" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "contents" } }, { "kind": "Field", "name": { "kind": "Name", "value": "identifiers" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }] } }] };
|
5821
4064
|
/**
|
5822
4065
|
* __useGetOrgWithResourcesRoleQuery__
|
5823
4066
|
*
|
@@ -5844,11 +4087,7 @@ function useGetOrgWithResourcesRoleLazyQuery(baseOptions) {
|
|
5844
4087
|
return Apollo.useLazyQuery(exports.GetOrgWithResourcesRoleDocument, options);
|
5845
4088
|
}
|
5846
4089
|
exports.useGetOrgWithResourcesRoleLazyQuery = useGetOrgWithResourcesRoleLazyQuery;
|
5847
|
-
exports.ResolveConfigurationDocument =
|
5848
|
-
query ResolveConfiguration($input: PreferencesInput_Input!, $key: String, $overrides: ConfigurationOverrides_Input) {
|
5849
|
-
resolveConfiguration(input: $input, key: $key, overrides: $overrides) @client(always: true)
|
5850
|
-
}
|
5851
|
-
`;
|
4090
|
+
exports.ResolveConfigurationDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "ResolveConfiguration" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "input" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "PreferencesInput_Input" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "key" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "overrides" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "ConfigurationOverrides_Input" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "resolveConfiguration" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "input" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "input" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "key" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "key" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "overrides" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "overrides" } } }], "directives": [{ "kind": "Directive", "name": { "kind": "Name", "value": "client" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "always" }, "value": { "kind": "BooleanValue", "value": true } }] }] }] } }] };
|
5852
4091
|
/**
|
5853
4092
|
* __useResolveConfigurationQuery__
|
5854
4093
|
*
|
@@ -5877,15 +4116,7 @@ function useResolveConfigurationLazyQuery(baseOptions) {
|
|
5877
4116
|
return Apollo.useLazyQuery(exports.ResolveConfigurationDocument, options);
|
5878
4117
|
}
|
5879
4118
|
exports.useResolveConfigurationLazyQuery = useResolveConfigurationLazyQuery;
|
5880
|
-
exports.GetResourcesConfigurationDocument =
|
5881
|
-
query GetResourcesConfiguration($input: [ConfigurationInput]) {
|
5882
|
-
getConfiguration(input: $input) {
|
5883
|
-
... on OrganizationResourceConfiguration {
|
5884
|
-
...Configuration
|
5885
|
-
}
|
5886
|
-
}
|
5887
|
-
}
|
5888
|
-
${exports.ConfigurationFragmentDoc}`;
|
4119
|
+
exports.GetResourcesConfigurationDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetResourcesConfiguration" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "input" } }, "type": { "kind": "ListType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "ConfigurationInput" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getConfiguration" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "input" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "input" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "OrganizationResourceConfiguration" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "Configuration" } }] } }] } }] } }, { "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "Configuration" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "IConfigurationModel" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "resource" } }, { "kind": "Field", "name": { "kind": "Name", "value": "target" } }, { "kind": "Field", "name": { "kind": "Name", "value": "contents" } }, { "kind": "Field", "name": { "kind": "Name", "value": "keys" } }, { "kind": "Field", "name": { "kind": "Name", "value": "overrides" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "contents" } }, { "kind": "Field", "name": { "kind": "Name", "value": "identifiers" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }] } }] };
|
5889
4120
|
/**
|
5890
4121
|
* __useGetResourcesConfigurationQuery__
|
5891
4122
|
*
|
@@ -5912,15 +4143,7 @@ function useGetResourcesConfigurationLazyQuery(baseOptions) {
|
|
5912
4143
|
return Apollo.useLazyQuery(exports.GetResourcesConfigurationDocument, options);
|
5913
4144
|
}
|
5914
4145
|
exports.useGetResourcesConfigurationLazyQuery = useGetResourcesConfigurationLazyQuery;
|
5915
|
-
exports.GetUserConfigurationDocument =
|
5916
|
-
query GetUserConfiguration {
|
5917
|
-
getConfiguration(input: [{target: 1}]) {
|
5918
|
-
... on UserConfiguration {
|
5919
|
-
...Configuration
|
5920
|
-
}
|
5921
|
-
}
|
5922
|
-
}
|
5923
|
-
${exports.ConfigurationFragmentDoc}`;
|
4146
|
+
exports.GetUserConfigurationDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetUserConfiguration" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "input" } }, "type": { "kind": "ListType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "ConfigurationInput" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getConfiguration" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "input" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "input" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "UserConfiguration" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "Configuration" } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "MachineConfiguration" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "Configuration" } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "DefaultConfiguration" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "Configuration" } }] } }] } }] } }, { "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "Configuration" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "IConfigurationModel" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "resource" } }, { "kind": "Field", "name": { "kind": "Name", "value": "target" } }, { "kind": "Field", "name": { "kind": "Name", "value": "contents" } }, { "kind": "Field", "name": { "kind": "Name", "value": "keys" } }, { "kind": "Field", "name": { "kind": "Name", "value": "overrides" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "contents" } }, { "kind": "Field", "name": { "kind": "Name", "value": "identifiers" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }] } }] };
|
5924
4147
|
/**
|
5925
4148
|
* __useGetUserConfigurationQuery__
|
5926
4149
|
*
|
@@ -5933,6 +4156,7 @@ exports.GetUserConfigurationDocument = client_1.gql `
|
|
5933
4156
|
* @example
|
5934
4157
|
* const { data, loading, error } = useGetUserConfigurationQuery({
|
5935
4158
|
* variables: {
|
4159
|
+
* input: // value for 'input'
|
5936
4160
|
* },
|
5937
4161
|
* });
|
5938
4162
|
*/
|
@@ -5946,25 +4170,7 @@ function useGetUserConfigurationLazyQuery(baseOptions) {
|
|
5946
4170
|
return Apollo.useLazyQuery(exports.GetUserConfigurationDocument, options);
|
5947
4171
|
}
|
5948
4172
|
exports.useGetUserConfigurationLazyQuery = useGetUserConfigurationLazyQuery;
|
5949
|
-
exports.DefaultSettingsDocument =
|
5950
|
-
query DefaultSettings($target: Int) {
|
5951
|
-
defaultViewerSettingsSubject(target: $target) {
|
5952
|
-
settingsCascade {
|
5953
|
-
finalConfiguration {
|
5954
|
-
defaultSetting {
|
5955
|
-
title
|
5956
|
-
id
|
5957
|
-
sections {
|
5958
|
-
settings {
|
5959
|
-
...DefaultSetting
|
5960
|
-
}
|
5961
|
-
}
|
5962
|
-
}
|
5963
|
-
}
|
5964
|
-
}
|
5965
|
-
}
|
5966
|
-
}
|
5967
|
-
${exports.DefaultSettingFragmentDoc}`;
|
4173
|
+
exports.DefaultSettingsDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "DefaultSettings" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "target" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Int" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "defaultViewerSettingsSubject" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "target" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "target" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "settingsCascade" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "finalConfiguration" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "defaultSetting" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "title" } }, { "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "sections" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "settings" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "DefaultSetting" } }] } }] } }] } }] } }] } }] } }] } }, { "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "DefaultSetting" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "ContributionSettings" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "key" } }, { "kind": "Field", "name": { "kind": "Name", "value": "value" } }, { "kind": "Field", "name": { "kind": "Name", "value": "description" } }, { "kind": "Field", "name": { "kind": "Name", "value": "descriptionIsMarkdown" } }, { "kind": "Field", "name": { "kind": "Name", "value": "deprecationMessage" } }, { "kind": "Field", "name": { "kind": "Name", "value": "type" } }, { "kind": "Field", "name": { "kind": "Name", "value": "enum" } }, { "kind": "Field", "name": { "kind": "Name", "value": "enumDescriptions" } }, { "kind": "Field", "name": { "kind": "Name", "value": "enumDescriptionsAreMarkdown" } }, { "kind": "Field", "name": { "kind": "Name", "value": "tags" } }, { "kind": "Field", "name": { "kind": "Name", "value": "properties" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "readOnly" } }, { "kind": "Field", "name": { "kind": "Name", "value": "disabled" } }] } }] } }] };
|
5968
4174
|
/**
|
5969
4175
|
* __useDefaultSettingsQuery__
|
5970
4176
|
*
|
@@ -5991,16 +4197,7 @@ function useDefaultSettingsLazyQuery(baseOptions) {
|
|
5991
4197
|
return Apollo.useLazyQuery(exports.DefaultSettingsDocument, options);
|
5992
4198
|
}
|
5993
4199
|
exports.useDefaultSettingsLazyQuery = useDefaultSettingsLazyQuery;
|
5994
|
-
exports.getContributionRolesDocument =
|
5995
|
-
query getContributionRoles {
|
5996
|
-
getContributionRoles {
|
5997
|
-
id
|
5998
|
-
name
|
5999
|
-
target
|
6000
|
-
description
|
6001
|
-
}
|
6002
|
-
}
|
6003
|
-
`;
|
4200
|
+
exports.getContributionRolesDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "getContributionRoles" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getContributionRoles" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "target" } }, { "kind": "Field", "name": { "kind": "Name", "value": "description" } }] } }] } }] };
|
6004
4201
|
/**
|
6005
4202
|
* __usegetContributionRolesQuery__
|
6006
4203
|
*
|
@@ -6026,13 +4223,7 @@ function usegetContributionRolesLazyQuery(baseOptions) {
|
|
6026
4223
|
return Apollo.useLazyQuery(exports.getContributionRolesDocument, options);
|
6027
4224
|
}
|
6028
4225
|
exports.usegetContributionRolesLazyQuery = usegetContributionRolesLazyQuery;
|
6029
|
-
exports.GetOrgContextDocument =
|
6030
|
-
query GetOrgContext {
|
6031
|
-
getOrgContext @client {
|
6032
|
-
...OrgContext
|
6033
|
-
}
|
6034
|
-
}
|
6035
|
-
${exports.OrgContextFragmentDoc}`;
|
4226
|
+
exports.GetOrgContextDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetOrgContext" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getOrgContext" }, "directives": [{ "kind": "Directive", "name": { "kind": "Name", "value": "client" } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "OrgContext" } }] } }] } }, { "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "OrgContext" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Context" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "orgName" } }, { "kind": "Field", "name": { "kind": "Name", "value": "orgUri" } }] } }] };
|
6036
4227
|
/**
|
6037
4228
|
* __useGetOrgContextQuery__
|
6038
4229
|
*
|
@@ -6058,13 +4249,7 @@ function useGetOrgContextLazyQuery(baseOptions) {
|
|
6058
4249
|
return Apollo.useLazyQuery(exports.GetOrgContextDocument, options);
|
6059
4250
|
}
|
6060
4251
|
exports.useGetOrgContextLazyQuery = useGetOrgContextLazyQuery;
|
6061
|
-
exports.GetOrgNameFromContextDocument =
|
6062
|
-
query GetOrgNameFromContext {
|
6063
|
-
getOrgNameFromContext @client {
|
6064
|
-
...OrgNameInContext
|
6065
|
-
}
|
6066
|
-
}
|
6067
|
-
${exports.OrgNameInContextFragmentDoc}`;
|
4252
|
+
exports.GetOrgNameFromContextDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetOrgNameFromContext" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getOrgNameFromContext" }, "directives": [{ "kind": "Directive", "name": { "kind": "Name", "value": "client" } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "OrgNameInContext" } }] } }] } }, { "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "OrgNameInContext" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Context" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "orgName" } }] } }] };
|
6068
4253
|
/**
|
6069
4254
|
* __useGetOrgNameFromContextQuery__
|
6070
4255
|
*
|
@@ -6090,16 +4275,7 @@ function useGetOrgNameFromContextLazyQuery(baseOptions) {
|
|
6090
4275
|
return Apollo.useLazyQuery(exports.GetOrgNameFromContextDocument, options);
|
6091
4276
|
}
|
6092
4277
|
exports.useGetOrgNameFromContextLazyQuery = useGetOrgNameFromContextLazyQuery;
|
6093
|
-
exports.getRoleDocument =
|
6094
|
-
query getRole($input: RoleInput) {
|
6095
|
-
getRole(input: $input) {
|
6096
|
-
... on OrganizationRole {
|
6097
|
-
contents
|
6098
|
-
keys
|
6099
|
-
}
|
6100
|
-
}
|
6101
|
-
}
|
6102
|
-
`;
|
4278
|
+
exports.getRoleDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "getRole" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "input" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "RoleInput" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getRole" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "input" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "input" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "OrganizationRole" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "contents" } }, { "kind": "Field", "name": { "kind": "Name", "value": "keys" } }] } }] } }] } }] };
|
6103
4279
|
/**
|
6104
4280
|
* __usegetRoleQuery__
|
6105
4281
|
*
|
@@ -6126,18 +4302,7 @@ function usegetRoleLazyQuery(baseOptions) {
|
|
6126
4302
|
return Apollo.useLazyQuery(exports.getRoleDocument, options);
|
6127
4303
|
}
|
6128
4304
|
exports.usegetRoleLazyQuery = usegetRoleLazyQuery;
|
6129
|
-
exports.FilterIntegrationConfigurationDocument =
|
6130
|
-
query FilterIntegrationConfiguration($filter: IntegrationConfigurationFilterInput!) {
|
6131
|
-
filterIntegrationConfiguration(filter: $filter) {
|
6132
|
-
id
|
6133
|
-
name
|
6134
|
-
integrationName
|
6135
|
-
status
|
6136
|
-
updatedAt
|
6137
|
-
integrationInfo
|
6138
|
-
}
|
6139
|
-
}
|
6140
|
-
`;
|
4305
|
+
exports.FilterIntegrationConfigurationDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "FilterIntegrationConfiguration" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "filter" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "IntegrationConfigurationFilterInput" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "filterIntegrationConfiguration" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "filter" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "filter" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "integrationName" } }, { "kind": "Field", "name": { "kind": "Name", "value": "status" } }, { "kind": "Field", "name": { "kind": "Name", "value": "updatedAt" } }, { "kind": "Field", "name": { "kind": "Name", "value": "integrationInfo" } }] } }] } }] };
|
6141
4306
|
/**
|
6142
4307
|
* __useFilterIntegrationConfigurationQuery__
|
6143
4308
|
*
|
@@ -6164,18 +4329,7 @@ function useFilterIntegrationConfigurationLazyQuery(baseOptions) {
|
|
6164
4329
|
return Apollo.useLazyQuery(exports.FilterIntegrationConfigurationDocument, options);
|
6165
4330
|
}
|
6166
4331
|
exports.useFilterIntegrationConfigurationLazyQuery = useFilterIntegrationConfigurationLazyQuery;
|
6167
|
-
exports.GetAllIntegrationConfigurationsDocument =
|
6168
|
-
query GetAllIntegrationConfigurations {
|
6169
|
-
getAllIntegrationConfigurations {
|
6170
|
-
id
|
6171
|
-
name
|
6172
|
-
integrationName
|
6173
|
-
status
|
6174
|
-
updatedAt
|
6175
|
-
integrationInfo
|
6176
|
-
}
|
6177
|
-
}
|
6178
|
-
`;
|
4332
|
+
exports.GetAllIntegrationConfigurationsDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetAllIntegrationConfigurations" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getAllIntegrationConfigurations" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "integrationName" } }, { "kind": "Field", "name": { "kind": "Name", "value": "status" } }, { "kind": "Field", "name": { "kind": "Name", "value": "updatedAt" } }, { "kind": "Field", "name": { "kind": "Name", "value": "integrationInfo" } }] } }] } }] };
|
6179
4333
|
/**
|
6180
4334
|
* __useGetAllIntegrationConfigurationsQuery__
|
6181
4335
|
*
|
@@ -6201,18 +4355,7 @@ function useGetAllIntegrationConfigurationsLazyQuery(baseOptions) {
|
|
6201
4355
|
return Apollo.useLazyQuery(exports.GetAllIntegrationConfigurationsDocument, options);
|
6202
4356
|
}
|
6203
4357
|
exports.useGetAllIntegrationConfigurationsLazyQuery = useGetAllIntegrationConfigurationsLazyQuery;
|
6204
|
-
exports.GetIntegrationConfigurationDocument =
|
6205
|
-
query GetIntegrationConfiguration($id: String!) {
|
6206
|
-
getIntegrationConfiguration(id: $id) {
|
6207
|
-
id
|
6208
|
-
name
|
6209
|
-
integrationName
|
6210
|
-
status
|
6211
|
-
updatedAt
|
6212
|
-
integrationInfo
|
6213
|
-
}
|
6214
|
-
}
|
6215
|
-
`;
|
4358
|
+
exports.GetIntegrationConfigurationDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetIntegrationConfiguration" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "id" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getIntegrationConfiguration" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "id" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "id" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "integrationName" } }, { "kind": "Field", "name": { "kind": "Name", "value": "status" } }, { "kind": "Field", "name": { "kind": "Name", "value": "updatedAt" } }, { "kind": "Field", "name": { "kind": "Name", "value": "integrationInfo" } }] } }] } }] };
|
6216
4359
|
/**
|
6217
4360
|
* __useGetIntegrationConfigurationQuery__
|
6218
4361
|
*
|
@@ -6239,18 +4382,7 @@ function useGetIntegrationConfigurationLazyQuery(baseOptions) {
|
|
6239
4382
|
return Apollo.useLazyQuery(exports.GetIntegrationConfigurationDocument, options);
|
6240
4383
|
}
|
6241
4384
|
exports.useGetIntegrationConfigurationLazyQuery = useGetIntegrationConfigurationLazyQuery;
|
6242
|
-
exports.GetOrgWithResourcesConfigurationDocument =
|
6243
|
-
query GetOrgWithResourcesConfiguration($input: [ConfigurationInput]) {
|
6244
|
-
getConfiguration(input: $input) {
|
6245
|
-
... on OrganizationConfiguration {
|
6246
|
-
...Configuration
|
6247
|
-
}
|
6248
|
-
... on OrganizationResourceConfiguration {
|
6249
|
-
...Configuration
|
6250
|
-
}
|
6251
|
-
}
|
6252
|
-
}
|
6253
|
-
${exports.ConfigurationFragmentDoc}`;
|
4385
|
+
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" } }] } }] };
|
6254
4386
|
/**
|
6255
4387
|
* __useGetOrgWithResourcesConfigurationQuery__
|
6256
4388
|
*
|
@@ -6277,18 +4409,7 @@ function useGetOrgWithResourcesConfigurationLazyQuery(baseOptions) {
|
|
6277
4409
|
return Apollo.useLazyQuery(exports.GetOrgWithResourcesConfigurationDocument, options);
|
6278
4410
|
}
|
6279
4411
|
exports.useGetOrgWithResourcesConfigurationLazyQuery = useGetOrgWithResourcesConfigurationLazyQuery;
|
6280
|
-
exports.GetUserWithDefaultConfigurationDocument =
|
6281
|
-
query GetUserWithDefaultConfiguration($input: [ConfigurationInput]) {
|
6282
|
-
getConfiguration(input: $input) {
|
6283
|
-
... on DefaultConfiguration {
|
6284
|
-
...Configuration
|
6285
|
-
}
|
6286
|
-
... on UserConfiguration {
|
6287
|
-
...Configuration
|
6288
|
-
}
|
6289
|
-
}
|
6290
|
-
}
|
6291
|
-
${exports.ConfigurationFragmentDoc}`;
|
4412
|
+
exports.GetUserWithDefaultConfigurationDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetUserWithDefaultConfiguration" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "input" } }, "type": { "kind": "ListType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "ConfigurationInput" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getConfiguration" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "input" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "input" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "DefaultConfiguration" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "Configuration" } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "UserConfiguration" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "Configuration" } }] } }] } }] } }, { "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "Configuration" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "IConfigurationModel" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "resource" } }, { "kind": "Field", "name": { "kind": "Name", "value": "target" } }, { "kind": "Field", "name": { "kind": "Name", "value": "contents" } }, { "kind": "Field", "name": { "kind": "Name", "value": "keys" } }, { "kind": "Field", "name": { "kind": "Name", "value": "overrides" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "contents" } }, { "kind": "Field", "name": { "kind": "Name", "value": "identifiers" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }] } }] };
|
6292
4413
|
/**
|
6293
4414
|
* __useGetUserWithDefaultConfigurationQuery__
|
6294
4415
|
*
|
@@ -6315,13 +4436,7 @@ function useGetUserWithDefaultConfigurationLazyQuery(baseOptions) {
|
|
6315
4436
|
return Apollo.useLazyQuery(exports.GetUserWithDefaultConfigurationDocument, options);
|
6316
4437
|
}
|
6317
4438
|
exports.useGetUserWithDefaultConfigurationLazyQuery = useGetUserWithDefaultConfigurationLazyQuery;
|
6318
|
-
exports.SubscribeToConfigurationUpdateDocument =
|
6319
|
-
subscription SubscribeToConfigurationUpdate($orgName: String!) {
|
6320
|
-
SubscribeToConfigurationUpdate(orgName: $orgName) {
|
6321
|
-
...ConfigurationUpdateEvent
|
6322
|
-
}
|
6323
|
-
}
|
6324
|
-
${exports.ConfigurationUpdateEventFragmentDoc}`;
|
4439
|
+
exports.SubscribeToConfigurationUpdateDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "subscription", "name": { "kind": "Name", "value": "SubscribeToConfigurationUpdate" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "orgName" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "SubscribeToConfigurationUpdate" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "orgName" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "orgName" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "ConfigurationUpdateEvent" } }] } }] } }, { "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "ConfigurationUpdateEvent" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "ConfigurationUpdateEvent" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "contents" } }, { "kind": "Field", "name": { "kind": "Name", "value": "resource" } }, { "kind": "Field", "name": { "kind": "Name", "value": "overrides" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "resource" } }, { "kind": "Field", "name": { "kind": "Name", "value": "overrideIdentifier" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "target" } }, { "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }] } }] };
|
6325
4440
|
/**
|
6326
4441
|
* __useSubscribeToConfigurationUpdateSubscription__
|
6327
4442
|
*
|
@@ -6343,18 +4458,7 @@ function useSubscribeToConfigurationUpdateSubscription(baseOptions) {
|
|
6343
4458
|
return Apollo.useSubscription(exports.SubscribeToConfigurationUpdateDocument, options);
|
6344
4459
|
}
|
6345
4460
|
exports.useSubscribeToConfigurationUpdateSubscription = useSubscribeToConfigurationUpdateSubscription;
|
6346
|
-
exports.subscribeToOrganizationContextDocument =
|
6347
|
-
subscription subscribeToOrganizationContext($orgNameFilter: String) {
|
6348
|
-
SubscribeToOrganizationContext(orgNameFilter: $orgNameFilter) {
|
6349
|
-
resources {
|
6350
|
-
uri
|
6351
|
-
name
|
6352
|
-
index
|
6353
|
-
}
|
6354
|
-
orgNameFilter
|
6355
|
-
}
|
6356
|
-
}
|
6357
|
-
`;
|
4461
|
+
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" } }] } }] } }] };
|
6358
4462
|
/**
|
6359
4463
|
* __usesubscribeToOrganizationContextSubscription__
|
6360
4464
|
*
|
@@ -6376,13 +4480,7 @@ function usesubscribeToOrganizationContextSubscription(baseOptions) {
|
|
6376
4480
|
return Apollo.useSubscription(exports.subscribeToOrganizationContextDocument, options);
|
6377
4481
|
}
|
6378
4482
|
exports.usesubscribeToOrganizationContextSubscription = usesubscribeToOrganizationContextSubscription;
|
6379
|
-
exports.SubscribeToPermissionUpdateDocument =
|
6380
|
-
subscription SubscribeToPermissionUpdate($orgName: String) {
|
6381
|
-
SubscribeToPermissionUpdate(orgName: $orgName) {
|
6382
|
-
...ConfigurationUpdateEvent
|
6383
|
-
}
|
6384
|
-
}
|
6385
|
-
${exports.ConfigurationUpdateEventFragmentDoc}`;
|
4483
|
+
exports.SubscribeToPermissionUpdateDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "subscription", "name": { "kind": "Name", "value": "SubscribeToPermissionUpdate" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "orgName" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "SubscribeToPermissionUpdate" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "orgName" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "orgName" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "ConfigurationUpdateEvent" } }] } }] } }, { "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "ConfigurationUpdateEvent" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "ConfigurationUpdateEvent" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "contents" } }, { "kind": "Field", "name": { "kind": "Name", "value": "resource" } }, { "kind": "Field", "name": { "kind": "Name", "value": "overrides" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "resource" } }, { "kind": "Field", "name": { "kind": "Name", "value": "overrideIdentifier" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "target" } }, { "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }] } }] };
|
6386
4484
|
/**
|
6387
4485
|
* __useSubscribeToPermissionUpdateSubscription__
|
6388
4486
|
*
|
@@ -6404,13 +4502,7 @@ function useSubscribeToPermissionUpdateSubscription(baseOptions) {
|
|
6404
4502
|
return Apollo.useSubscription(exports.SubscribeToPermissionUpdateDocument, options);
|
6405
4503
|
}
|
6406
4504
|
exports.useSubscribeToPermissionUpdateSubscription = useSubscribeToPermissionUpdateSubscription;
|
6407
|
-
exports.SubscribeToPolicyUpdateDocument =
|
6408
|
-
subscription SubscribeToPolicyUpdate($orgName: String) {
|
6409
|
-
SubscribeToPolicyUpdate(orgName: $orgName) {
|
6410
|
-
...ConfigurationUpdateEvent
|
6411
|
-
}
|
6412
|
-
}
|
6413
|
-
${exports.ConfigurationUpdateEventFragmentDoc}`;
|
4505
|
+
exports.SubscribeToPolicyUpdateDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "subscription", "name": { "kind": "Name", "value": "SubscribeToPolicyUpdate" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "orgName" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "SubscribeToPolicyUpdate" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "orgName" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "orgName" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "ConfigurationUpdateEvent" } }] } }] } }, { "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "ConfigurationUpdateEvent" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "ConfigurationUpdateEvent" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "contents" } }, { "kind": "Field", "name": { "kind": "Name", "value": "resource" } }, { "kind": "Field", "name": { "kind": "Name", "value": "overrides" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "resource" } }, { "kind": "Field", "name": { "kind": "Name", "value": "overrideIdentifier" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "target" } }, { "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }] } }] };
|
6414
4506
|
/**
|
6415
4507
|
* __useSubscribeToPolicyUpdateSubscription__
|
6416
4508
|
*
|
@@ -6432,11 +4524,7 @@ function useSubscribeToPolicyUpdateSubscription(baseOptions) {
|
|
6432
4524
|
return Apollo.useSubscription(exports.SubscribeToPolicyUpdateDocument, options);
|
6433
4525
|
}
|
6434
4526
|
exports.useSubscribeToPolicyUpdateSubscription = useSubscribeToPolicyUpdateSubscription;
|
6435
|
-
exports.UpdateConfigurationValueByUriDocument =
|
6436
|
-
mutation UpdateConfigurationValueByUri($resource: URI, $key: String!, $value: AnyObject!, $overrides: ConfigurationOverrides_Input, $target: Int, $donotNotifyError: Boolean) {
|
6437
|
-
updateConfigurationValueByUri(resource: $resource, key: $key, value: $value, overrides: $overrides, target: $target, donotNotifyError: $donotNotifyError)
|
6438
|
-
}
|
6439
|
-
`;
|
4527
|
+
exports.UpdateConfigurationValueByUriDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "UpdateConfigurationValueByUri" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "resource" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "URI" } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "key" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "value" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "AnyObject" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "overrides" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "ConfigurationOverrides_Input" } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "target" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Int" } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "donotNotifyError" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Boolean" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "updateConfigurationValueByUri" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "resource" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "resource" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "key" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "key" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "value" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "value" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "overrides" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "overrides" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "target" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "target" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "donotNotifyError" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "donotNotifyError" } } }] }] } }] };
|
6440
4528
|
/**
|
6441
4529
|
* __useUpdateConfigurationValueByUriMutation__
|
6442
4530
|
*
|
@@ -6464,11 +4552,7 @@ function useUpdateConfigurationValueByUriMutation(baseOptions) {
|
|
6464
4552
|
return Apollo.useMutation(exports.UpdateConfigurationValueByUriDocument, options);
|
6465
4553
|
}
|
6466
4554
|
exports.useUpdateConfigurationValueByUriMutation = useUpdateConfigurationValueByUriMutation;
|
6467
|
-
exports.UpdateConfigurationValueDocument =
|
6468
|
-
mutation UpdateConfigurationValue($key: String!, $value: AnyObject!, $overrides: ConfigurationOverrides_Input, $target: Int, $donotNotifyError: Boolean) {
|
6469
|
-
updateConfigurationValue(key: $key, value: $value, overrides: $overrides, target: $target, donotNotifyError: $donotNotifyError)
|
6470
|
-
}
|
6471
|
-
`;
|
4555
|
+
exports.UpdateConfigurationValueDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "UpdateConfigurationValue" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "key" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "value" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "AnyObject" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "overrides" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "ConfigurationOverrides_Input" } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "target" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Int" } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "donotNotifyError" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Boolean" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "updateConfigurationValue" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "key" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "key" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "value" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "value" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "overrides" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "overrides" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "target" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "target" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "donotNotifyError" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "donotNotifyError" } } }] }] } }] };
|
6472
4556
|
/**
|
6473
4557
|
* __useUpdateConfigurationValueMutation__
|
6474
4558
|
*
|
@@ -6495,13 +4579,7 @@ function useUpdateConfigurationValueMutation(baseOptions) {
|
|
6495
4579
|
return Apollo.useMutation(exports.UpdateConfigurationValueDocument, options);
|
6496
4580
|
}
|
6497
4581
|
exports.useUpdateConfigurationValueMutation = useUpdateConfigurationValueMutation;
|
6498
|
-
exports.updateOrganizationContextAddResourcesDocument =
|
6499
|
-
mutation updateOrganizationContextAddResources($orgId: String, $resourcesToAdd: [OrganizationResourceCreationData_Input]!, $index: Int) {
|
6500
|
-
updateOrganizationContextAddResources(orgId: $orgId, resourcesToAdd: $resourcesToAdd, index: $index) {
|
6501
|
-
...OrganizationResourceData
|
6502
|
-
}
|
6503
|
-
}
|
6504
|
-
${exports.OrganizationResourceDataFragmentDoc}`;
|
4582
|
+
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" } }] } }] };
|
6505
4583
|
/**
|
6506
4584
|
* __useupdateOrganizationContextAddResourcesMutation__
|
6507
4585
|
*
|
@@ -6526,13 +4604,7 @@ function useupdateOrganizationContextAddResourcesMutation(baseOptions) {
|
|
6526
4604
|
return Apollo.useMutation(exports.updateOrganizationContextAddResourcesDocument, options);
|
6527
4605
|
}
|
6528
4606
|
exports.useupdateOrganizationContextAddResourcesMutation = useupdateOrganizationContextAddResourcesMutation;
|
6529
|
-
exports.updateOrganizationContextRemoveResourcesDocument =
|
6530
|
-
mutation updateOrganizationContextRemoveResources($resourcesToRemove: [URI!]!) {
|
6531
|
-
updateOrganizationContextRemoveResources(resourcesToRemove: $resourcesToRemove) {
|
6532
|
-
...OrganizationResourceData
|
6533
|
-
}
|
6534
|
-
}
|
6535
|
-
${exports.OrganizationResourceDataFragmentDoc}`;
|
4607
|
+
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" } }] } }] };
|
6536
4608
|
/**
|
6537
4609
|
* __useupdateOrganizationContextRemoveResourcesMutation__
|
6538
4610
|
*
|
@@ -6555,13 +4627,7 @@ function useupdateOrganizationContextRemoveResourcesMutation(baseOptions) {
|
|
6555
4627
|
return Apollo.useMutation(exports.updateOrganizationContextRemoveResourcesDocument, options);
|
6556
4628
|
}
|
6557
4629
|
exports.useupdateOrganizationContextRemoveResourcesMutation = useupdateOrganizationContextRemoveResourcesMutation;
|
6558
|
-
exports.updateOrganizationContextUpdateResourcesDocument =
|
6559
|
-
mutation updateOrganizationContextUpdateResources($resourcesToAdd: [OrganizationResourceCreationData_Input]!, $resourcesToRemove: [URI!]!, $index: Int) {
|
6560
|
-
updateOrganizationContextUpdateResources(resourcesToAdd: $resourcesToAdd, resourcesToRemove: $resourcesToRemove, index: $index) {
|
6561
|
-
...OrganizationResourceData
|
6562
|
-
}
|
6563
|
-
}
|
6564
|
-
${exports.OrganizationResourceDataFragmentDoc}`;
|
4630
|
+
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" } }] } }] };
|
6565
4631
|
/**
|
6566
4632
|
* __useupdateOrganizationContextUpdateResourcesMutation__
|
6567
4633
|
*
|
@@ -6586,11 +4652,7 @@ function useupdateOrganizationContextUpdateResourcesMutation(baseOptions) {
|
|
6586
4652
|
return Apollo.useMutation(exports.updateOrganizationContextUpdateResourcesDocument, options);
|
6587
4653
|
}
|
6588
4654
|
exports.useupdateOrganizationContextUpdateResourcesMutation = useupdateOrganizationContextUpdateResourcesMutation;
|
6589
|
-
exports.UpdatePolicyValueDocument =
|
6590
|
-
mutation UpdatePolicyValue($key: String!, $value: AnyObject!, $overrides: ConfigurationOverrides_Input, $target: Int, $donotNotifyError: Boolean) {
|
6591
|
-
updateConfigurationPolicyValue(key: $key, value: $value, overrides: $overrides, target: $target, donotNotifyError: $donotNotifyError)
|
6592
|
-
}
|
6593
|
-
`;
|
4655
|
+
exports.UpdatePolicyValueDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "UpdatePolicyValue" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "key" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "value" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "AnyObject" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "overrides" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "ConfigurationOverrides_Input" } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "target" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Int" } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "donotNotifyError" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Boolean" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "updateConfigurationPolicyValue" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "key" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "key" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "value" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "value" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "overrides" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "overrides" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "target" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "target" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "donotNotifyError" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "donotNotifyError" } } }] }] } }] };
|
6594
4656
|
/**
|
6595
4657
|
* __useUpdatePolicyValueMutation__
|
6596
4658
|
*
|
@@ -6617,11 +4679,7 @@ function useUpdatePolicyValueMutation(baseOptions) {
|
|
6617
4679
|
return Apollo.useMutation(exports.UpdatePolicyValueDocument, options);
|
6618
4680
|
}
|
6619
4681
|
exports.useUpdatePolicyValueMutation = useUpdatePolicyValueMutation;
|
6620
|
-
exports.UpdateRoleValueDocument =
|
6621
|
-
mutation UpdateRoleValue($key: String!, $value: AnyObject!, $overrides: ConfigurationOverrides_Input, $target: Int, $donotNotifyError: Boolean) {
|
6622
|
-
updateRoleValue(key: $key, value: $value, overrides: $overrides, target: $target, donotNotifyError: $donotNotifyError)
|
6623
|
-
}
|
6624
|
-
`;
|
4682
|
+
exports.UpdateRoleValueDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "UpdateRoleValue" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "key" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "value" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "AnyObject" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "overrides" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "ConfigurationOverrides_Input" } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "target" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Int" } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "donotNotifyError" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Boolean" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "updateRoleValue" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "key" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "key" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "value" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "value" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "overrides" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "overrides" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "target" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "target" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "donotNotifyError" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "donotNotifyError" } } }] }] } }] };
|
6625
4683
|
/**
|
6626
4684
|
* __useUpdateRoleValueMutation__
|
6627
4685
|
*
|
@@ -6648,25 +4706,7 @@ function useUpdateRoleValueMutation(baseOptions) {
|
|
6648
4706
|
return Apollo.useMutation(exports.UpdateRoleValueDocument, options);
|
6649
4707
|
}
|
6650
4708
|
exports.useUpdateRoleValueMutation = useUpdateRoleValueMutation;
|
6651
|
-
exports.getConfigurationDataDocument =
|
6652
|
-
query getConfigurationData {
|
6653
|
-
getConfigurationData {
|
6654
|
-
defaults {
|
6655
|
-
...Configuration
|
6656
|
-
}
|
6657
|
-
user {
|
6658
|
-
...Configuration
|
6659
|
-
}
|
6660
|
-
organization {
|
6661
|
-
...Configuration
|
6662
|
-
}
|
6663
|
-
resources {
|
6664
|
-
...Configuration
|
6665
|
-
}
|
6666
|
-
isComplete
|
6667
|
-
}
|
6668
|
-
}
|
6669
|
-
${exports.ConfigurationFragmentDoc}`;
|
4709
|
+
exports.getConfigurationDataDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "getConfigurationData" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getConfigurationData" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "defaults" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "Configuration" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "user" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "Configuration" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "machine" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "Configuration" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "organization" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "Configuration" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "resources" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "Configuration" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "isComplete" } }] } }] } }, { "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "Configuration" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "IConfigurationModel" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "resource" } }, { "kind": "Field", "name": { "kind": "Name", "value": "target" } }, { "kind": "Field", "name": { "kind": "Name", "value": "contents" } }, { "kind": "Field", "name": { "kind": "Name", "value": "keys" } }, { "kind": "Field", "name": { "kind": "Name", "value": "overrides" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "contents" } }, { "kind": "Field", "name": { "kind": "Name", "value": "identifiers" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }] } }] };
|
6670
4710
|
/**
|
6671
4711
|
* __usegetConfigurationDataQuery__
|
6672
4712
|
*
|
@@ -6692,13 +4732,34 @@ function usegetConfigurationDataLazyQuery(baseOptions) {
|
|
6692
4732
|
return Apollo.useLazyQuery(exports.getConfigurationDataDocument, options);
|
6693
4733
|
}
|
6694
4734
|
exports.usegetConfigurationDataLazyQuery = usegetConfigurationDataLazyQuery;
|
6695
|
-
exports.
|
6696
|
-
|
6697
|
-
|
6698
|
-
|
6699
|
-
|
4735
|
+
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" } }] } }] };
|
4736
|
+
/**
|
4737
|
+
* __useMachineResourceContextQuery__
|
4738
|
+
*
|
4739
|
+
* To run a query within a React component, call `useMachineResourceContextQuery` and pass it any options that fit your needs.
|
4740
|
+
* When your component renders, `useMachineResourceContextQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
4741
|
+
* you can use to render your UI.
|
4742
|
+
*
|
4743
|
+
* @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;
|
4744
|
+
*
|
4745
|
+
* @example
|
4746
|
+
* const { data, loading, error } = useMachineResourceContextQuery({
|
4747
|
+
* variables: {
|
4748
|
+
* machineId: // value for 'machineId'
|
4749
|
+
* },
|
4750
|
+
* });
|
4751
|
+
*/
|
4752
|
+
function useMachineResourceContextQuery(baseOptions) {
|
4753
|
+
const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
|
4754
|
+
return Apollo.useQuery(exports.MachineResourceContextDocument, options);
|
6700
4755
|
}
|
6701
|
-
|
4756
|
+
exports.useMachineResourceContextQuery = useMachineResourceContextQuery;
|
4757
|
+
function useMachineResourceContextLazyQuery(baseOptions) {
|
4758
|
+
const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
|
4759
|
+
return Apollo.useLazyQuery(exports.MachineResourceContextDocument, options);
|
4760
|
+
}
|
4761
|
+
exports.useMachineResourceContextLazyQuery = useMachineResourceContextLazyQuery;
|
4762
|
+
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" } }] } }] };
|
6702
4763
|
/**
|
6703
4764
|
* __useOrganizationResourceContextQuery__
|
6704
4765
|
*
|
@@ -6725,4 +4786,31 @@ function useOrganizationResourceContextLazyQuery(baseOptions) {
|
|
6725
4786
|
return Apollo.useLazyQuery(exports.OrganizationResourceContextDocument, options);
|
6726
4787
|
}
|
6727
4788
|
exports.useOrganizationResourceContextLazyQuery = useOrganizationResourceContextLazyQuery;
|
4789
|
+
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" } }] } }] } }] } }] };
|
4790
|
+
/**
|
4791
|
+
* __useViewerSettingsQuery__
|
4792
|
+
*
|
4793
|
+
* To run a query within a React component, call `useViewerSettingsQuery` and pass it any options that fit your needs.
|
4794
|
+
* When your component renders, `useViewerSettingsQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
4795
|
+
* you can use to render your UI.
|
4796
|
+
*
|
4797
|
+
* @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;
|
4798
|
+
*
|
4799
|
+
* @example
|
4800
|
+
* const { data, loading, error } = useViewerSettingsQuery({
|
4801
|
+
* variables: {
|
4802
|
+
* input: // value for 'input'
|
4803
|
+
* },
|
4804
|
+
* });
|
4805
|
+
*/
|
4806
|
+
function useViewerSettingsQuery(baseOptions) {
|
4807
|
+
const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
|
4808
|
+
return Apollo.useQuery(exports.ViewerSettingsDocument, options);
|
4809
|
+
}
|
4810
|
+
exports.useViewerSettingsQuery = useViewerSettingsQuery;
|
4811
|
+
function useViewerSettingsLazyQuery(baseOptions) {
|
4812
|
+
const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
|
4813
|
+
return Apollo.useLazyQuery(exports.ViewerSettingsDocument, options);
|
4814
|
+
}
|
4815
|
+
exports.useViewerSettingsLazyQuery = useViewerSettingsLazyQuery;
|
6728
4816
|
//# sourceMappingURL=generated-models.js.map
|