@adminide-stack/core 5.0.1-alpha.0 → 5.0.1-alpha.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/constants/billing-plan.js +1 -4
- package/lib/constants/billing-plan.js.map +1 -1
- package/lib/constants/configuration.js +7 -10
- package/lib/constants/configuration.js.map +1 -1
- package/lib/constants/constants.js +2 -5
- package/lib/constants/constants.js.map +1 -1
- package/lib/constants/default-workspace-config.js +3 -6
- package/lib/constants/default-workspace-config.js.map +1 -1
- package/lib/constants/index.js +7 -23
- package/lib/constants/index.js.map +1 -1
- package/lib/constants/routes.js +2 -5
- package/lib/constants/routes.js.map +1 -1
- package/lib/constants/types.js +5 -8
- package/lib/constants/types.js.map +1 -1
- package/lib/constants/urls.js +2 -5
- package/lib/constants/urls.js.map +1 -1
- package/lib/core/configurations/configuration.js +28 -34
- package/lib/core/configurations/configuration.js.map +1 -1
- package/lib/core/configurations/configuration.test.js +7 -9
- package/lib/core/configurations/configuration.test.js.map +1 -1
- package/lib/core/configurations/events/ConfigurationChangeEvent.js +11 -16
- package/lib/core/configurations/events/ConfigurationChangeEvent.js.map +1 -1
- package/lib/core/configurations/events/index.js +1 -17
- package/lib/core/configurations/events/index.js.map +1 -1
- package/lib/core/configurations/helpers/configuration.js +23 -38
- package/lib/core/configurations/helpers/configuration.js.map +1 -1
- package/lib/core/configurations/helpers/index.js +1 -17
- package/lib/core/configurations/helpers/index.js.map +1 -1
- package/lib/core/configurations/index.js +4 -20
- package/lib/core/configurations/index.js.map +1 -1
- package/lib/core/configurations/models/ConfigurationModel.js +9 -13
- package/lib/core/configurations/models/ConfigurationModel.js.map +1 -1
- package/lib/core/configurations/models/ConfigurationModel.test.js +33 -35
- package/lib/core/configurations/models/ConfigurationModel.test.js.map +1 -1
- package/lib/core/configurations/models/index.js +1 -17
- package/lib/core/configurations/models/index.js.map +1 -1
- package/lib/core/disposable.js +5 -9
- package/lib/core/disposable.js.map +1 -1
- package/lib/core/event.js +5 -9
- package/lib/core/event.js.map +1 -1
- package/lib/core/event.test.js +5 -7
- package/lib/core/event.test.js.map +1 -1
- package/lib/core/index.js +6 -22
- package/lib/core/index.js.map +1 -1
- package/lib/core/organization/configuration.js +2 -6
- package/lib/core/organization/configuration.js.map +1 -1
- package/lib/core/organization/helpers/index.js +1 -17
- package/lib/core/organization/helpers/index.js.map +1 -1
- package/lib/core/organization/helpers/organization-helpers.js +8 -16
- package/lib/core/organization/helpers/organization-helpers.js.map +1 -1
- package/lib/core/organization/index.js +3 -19
- package/lib/core/organization/index.js.map +1 -1
- package/lib/core/organization/organization.js +18 -26
- package/lib/core/organization/organization.js.map +1 -1
- package/lib/core/path.js +1 -5
- package/lib/core/path.js.map +1 -1
- package/lib/core/path.test.js +13 -15
- package/lib/core/path.test.js.map +1 -1
- package/lib/core/types.js +1 -2
- package/lib/core/uri.js +30 -14
- package/lib/core/uri.js.map +1 -1
- package/lib/core/uri.test.js +38 -40
- package/lib/core/uri.test.js.map +1 -1
- package/lib/enums/connection-status.js +2 -5
- package/lib/enums/connection-status.js.map +1 -1
- package/lib/enums/index.js +7 -23
- package/lib/enums/index.js.map +1 -1
- package/lib/enums/integration-configuration-status.js +2 -5
- package/lib/enums/integration-configuration-status.js.map +1 -1
- package/lib/enums/integrations-configuration-steps.js +2 -5
- package/lib/enums/integrations-configuration-steps.js.map +1 -1
- package/lib/enums/integrations-connection-names.js +2 -5
- package/lib/enums/integrations-connection-names.js.map +1 -1
- package/lib/enums/integrations.js +2 -5
- package/lib/enums/integrations.js.map +1 -1
- package/lib/enums/permissions.js +2 -5
- package/lib/enums/permissions.js.map +1 -1
- package/lib/enums/team-member-status.js +2 -5
- package/lib/enums/team-member-status.js.map +1 -1
- package/lib/errors/auth-error-messages.js +3 -6
- package/lib/errors/auth-error-messages.js.map +1 -1
- package/lib/errors/auth-error.js +4 -8
- package/lib/errors/auth-error.js.map +1 -1
- package/lib/errors/index.js +2 -18
- package/lib/errors/index.js.map +1 -1
- package/lib/index.js +8 -24
- package/lib/index.js.map +1 -1
- package/lib/interfaces/apollo-context.d.ts +1 -0
- package/lib/interfaces/apollo-context.js +1 -2
- package/lib/interfaces/common.js +1 -2
- package/lib/interfaces/configuration/configuration-file-service.js +1 -2
- package/lib/interfaces/configuration/configuration-server-service.js +1 -2
- package/lib/interfaces/configuration/configuration.js +8 -11
- package/lib/interfaces/configuration/configuration.js.map +1 -1
- package/lib/interfaces/configuration/configurationRegistry.js +1 -2
- package/lib/interfaces/configuration/configuraton-service.js +1 -2
- package/lib/interfaces/configuration/event.js +1 -2
- package/lib/interfaces/configuration/index.js +6 -22
- package/lib/interfaces/configuration/index.js.map +1 -1
- package/lib/interfaces/contex-key-service.js +1 -2
- package/lib/interfaces/database-migration.js +1 -2
- package/lib/interfaces/enum.js +1 -2
- package/lib/interfaces/enum.js.map +1 -1
- package/lib/interfaces/environment/argv.js +1 -2
- package/lib/interfaces/environment/environment-service.js +1 -2
- package/lib/interfaces/environment/index.js +2 -18
- package/lib/interfaces/environment/index.js.map +1 -1
- package/lib/interfaces/generated/generated-models.d.ts +3 -3
- package/lib/interfaces/generated/generated-models.js +725 -902
- package/lib/interfaces/generated/generated-models.js.map +1 -1
- package/lib/interfaces/generated/index.js +1 -17
- package/lib/interfaces/generated/index.js.map +1 -1
- package/lib/interfaces/index.js +18 -34
- package/lib/interfaces/index.js.map +1 -1
- package/lib/interfaces/lifecycle-service.js +1 -7
- package/lib/interfaces/lifecycle-service.js.map +1 -1
- package/lib/interfaces/log/index.js +1 -17
- package/lib/interfaces/log/index.js.map +1 -1
- package/lib/interfaces/log/log-service.js +1 -2
- package/lib/interfaces/nav-items.js +1 -2
- package/lib/interfaces/organization/index.js +3 -19
- package/lib/interfaces/organization/index.js.map +1 -1
- package/lib/interfaces/organization/organization-context-service.js +1 -2
- package/lib/interfaces/organization/organization-context.js +8 -11
- package/lib/interfaces/organization/organization-context.js.map +1 -1
- package/lib/interfaces/organization/organizations-context.js +1 -2
- package/lib/interfaces/page-store.js +1 -2
- package/lib/interfaces/permissions.js +1 -2
- package/lib/interfaces/platform.d.ts +1 -0
- package/lib/interfaces/platform.js +1 -2
- package/lib/interfaces/preferences-service.js +1 -2
- package/lib/interfaces/service.js +1 -2
- package/lib/interfaces/workbench-exports.js +1 -5
- package/lib/interfaces/workbench-exports.js.map +1 -1
- package/lib/modules/account-api/enums/index.js +2 -5
- package/lib/modules/account-api/enums/index.js.map +1 -1
- package/lib/modules/account-api/index.js +1 -17
- package/lib/modules/account-api/index.js.map +1 -1
- package/lib/modules/billing-api/enums/index.js +4 -7
- package/lib/modules/billing-api/enums/index.js.map +1 -1
- package/lib/modules/billing-api/index.js +1 -17
- package/lib/modules/billing-api/index.js.map +1 -1
- package/lib/modules/inbox/enums/index.js +2 -5
- package/lib/modules/inbox/enums/index.js.map +1 -1
- package/lib/modules/inbox/index.js +1 -17
- package/lib/modules/inbox/index.js.map +1 -1
- package/lib/modules/index.js +3 -19
- package/lib/modules/index.js.map +1 -1
- package/lib/services/abstract-configuration.js +25 -28
- package/lib/services/abstract-configuration.js.map +1 -1
- package/lib/services/abstract-organization-context-service.js +24 -27
- package/lib/services/abstract-organization-context-service.js.map +1 -1
- package/lib/services/index.js +2 -18
- package/lib/services/index.js.map +1 -1
- package/lib/utils/configuration-utils.js +1 -5
- package/lib/utils/configuration-utils.js.map +1 -1
- package/lib/utils/date-utils.js +1 -5
- package/lib/utils/date-utils.js.map +1 -1
- package/lib/utils/flatten-utils.js +4 -8
- package/lib/utils/flatten-utils.js.map +1 -1
- package/lib/utils/generate-uri.js +14 -24
- package/lib/utils/generate-uri.js.map +1 -1
- package/lib/utils/generated-settings-id.js +3 -7
- package/lib/utils/generated-settings-id.js.map +1 -1
- package/lib/utils/index.js +9 -25
- package/lib/utils/index.js.map +1 -1
- package/lib/utils/omit-deep.js +3 -7
- package/lib/utils/omit-deep.js.map +1 -1
- package/lib/utils/roles-utils.js +5 -9
- package/lib/utils/roles-utils.js.map +1 -1
- package/lib/utils/uri.js +6 -11
- package/lib/utils/uri.js.map +1 -1
- package/lib/utils/utils.js +4 -21
- package/lib/utils/utils.js.map +1 -1
- package/lib/utils/validations.js +1 -5
- package/lib/utils/validations.js.map +1 -1
- package/package.json +3 -2
@@ -1,19 +1,8 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
|
4
|
-
exports.useResetUserPasswordMutation = exports.ResetUserPasswordDocument = exports.useResendOrganizationInvitationMutation = exports.ResendOrganizationInvitationDocument = exports.useRemoveTeamMemberMutation = exports.RemoveTeamMemberDocument = exports.useRemoveTeamMutation = exports.RemoveTeamDocument = exports.useRemoveOrganizationMutation = exports.RemoveOrganizationDocument = exports.useRemoveOrgMemberMutation = exports.RemoveOrgMemberDocument = exports.useRegisterAccountUserMutation = exports.RegisterAccountUserDocument = exports.useDeleteUserAccountMutation = exports.DeleteUserAccountDocument = exports.useDeclineOrganizationInvitationMutation = exports.DeclineOrganizationInvitationDocument = exports.useCreateTeamMutation = exports.CreateTeamDocument = exports.useCreateOrganizationMutation = exports.CreateOrganizationDocument = exports.useChangeOrgMemberRoleMutation = exports.ChangeOrgMemberRoleDocument = exports.useChangeMemberRoleMutation = exports.ChangeMemberRoleDocument = exports.useAddTeamMembersMutation = exports.AddTeamMembersDocument = exports.useAccountOnBoardingMutation = exports.AccountOnBoardingDocument = exports.useAcceptOrganizationInvitationMutation = exports.AcceptOrganizationInvitationDocument = exports.OrganizationDataFragmentDoc = exports.ConfigurationModelFragmentDoc = exports.AccountBillingPreferencesFragmentDoc = exports.TeamWithOrgOnContextFragmentDoc = exports.TeamContextFragmentDoc = exports.TeamNameInContextFragmentDoc = exports.RoleTargetFragmentDoc = exports.ResourceUserRoleFragmentDoc = exports.OrgUserIdContextFragmentDoc = exports.OrganizationUserFragmentDoc = exports.OrgContextFragmentDoc = exports.OrgNameInContextFragmentDoc = exports.MachineConfigurationFragmentDoc = exports.DefaultContextFragmentDoc = exports.ContextConfigurationFragmentDoc = exports.ResourceDataFragmentDoc = exports.ConfigurationFragmentDoc = exports.OverWriteRoleValueFragmentDoc = void 0;
|
5
|
-
exports.GetOrganizationMembersWithNameDocument = 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.useGetAllCountriesLazyQuery = exports.useGetAllCountriesQuery = exports.GetAllCountriesDocument = exports.useGetAccountsLazyQuery = exports.useGetAccountsQuery = exports.GetAccountsDocument = exports.useDecodeOrganizationInvitationLazyQuery = exports.useDecodeOrganizationInvitationQuery = exports.DecodeOrganizationInvitationDocument = exports.useGetUserOrganizationsListLazyQuery = exports.useGetUserOrganizationsListQuery = exports.GetUserOrganizationsListDocument = exports.useVerifyPhoneOtpMutation = exports.VerifyPhoneOtpDocument = exports.useValidateUserEmailVerificationMutation = exports.ValidateUserEmailVerificationDocument = exports.useValidatePasswordResetOtpMutation = exports.ValidatePasswordResetOtpDocument = exports.useUpdateUserAccountMutation = exports.UpdateUserAccountDocument = exports.useUpdateTeamConfigurationMutation = exports.UpdateTeamConfigurationDocument = exports.useUpdateOrganizationMutation = exports.UpdateOrganizationDocument = exports.useUpdateOrgMemberTeamsMutation = exports.UpdateOrgMemberTeamsDocument = exports.useSendOrganizationInvitationMutation = exports.SendOrganizationInvitationDocument = exports.useSendEmailVerificationMutation = exports.SendEmailVerificationDocument = exports.useSendUserPasswordResetEmailMutation = exports.SendUserPasswordResetEmailDocument = exports.useSendPhoneOtpMutation = exports.SendPhoneOtpDocument = void 0;
|
6
|
-
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.useGetUserTokenDetailsLazyQuery = exports.useGetUserTokenDetailsQuery = exports.GetUserTokenDetailsDocument = exports.useGetUserAccountByAuth0IdLazyQuery = exports.useGetUserAccountByAuth0IdQuery = exports.GetUserAccountByAuth0IdDocument = exports.useGetUserAccountLazyQuery = exports.useGetUserAccountQuery = exports.GetUserAccountDocument = exports.useGetTeamByNameLazyQuery = exports.useGetTeamByNameQuery = exports.GetTeamByNameDocument = exports.useGetTeamLazyQuery = exports.useGetTeamQuery = exports.GetTeamDocument = exports.useGetOrganizationTeamsLazyQuery = exports.useGetOrganizationTeamsQuery = exports.GetOrganizationTeamsDocument = exports.useGetOrganizationMembersWithNameLazyQuery = exports.useGetOrganizationMembersWithNameQuery = void 0;
|
7
|
-
exports.GetDefaultRoleDocument = exports.useGetDefaultPolicySettingsLazyQuery = exports.useGetDefaultPolicySettingsQuery = exports.GetDefaultPolicySettingsDocument = exports.useGetDefaultPermissionsLazyQuery = exports.useGetDefaultPermissionsQuery = exports.GetDefaultPermissionsDocument = exports.useGetDefaultApplicationPermissionsLazyQuery = exports.useGetDefaultApplicationPermissionsQuery = exports.GetDefaultApplicationPermissionsDocument = exports.useGetContextPropertyLazyQuery = exports.useGetContextPropertyQuery = exports.GetContextPropertyDocument = exports.useGetConfigurationTargetLazyQuery = exports.useGetConfigurationTargetQuery = exports.GetConfigurationTargetDocument = exports.useDefaultResolveSettingsLazyQuery = exports.useDefaultResolveSettingsQuery = exports.DefaultResolveSettingsDocument = exports.useGetApplicationRoleLazyQuery = exports.useGetApplicationRoleQuery = exports.GetApplicationRoleDocument = exports.useGetApplicationPolicyLazyQuery = exports.useGetApplicationPolicyQuery = exports.GetApplicationPolicyDocument = exports.useUpdateConfigurationMutation = exports.UpdateConfigurationDocument = exports.useReassignConfigurationMutation = exports.ReassignConfigurationDocument = exports.useInitializeTeamInContextMutation = exports.InitializeTeamInContextDocument = exports.useInitializeOrgNameInContextMutation = exports.InitializeOrgNameInContextDocument = exports.useInitiateConfigurationValueMutation = exports.InitiateConfigurationValueDocument = exports.useChangeOrganizationMutation = exports.ChangeOrganizationDocument = exports.useAddResourceToContextMutation = exports.AddResourceToContextDocument = exports.useAddContributionRoleMutation = exports.AddContributionRoleDocument = exports.useFilterIntegrationConfigurationLazyQuery = exports.useFilterIntegrationConfigurationQuery = exports.FilterIntegrationConfigurationDocument = exports.useGetUsersLazyQuery = exports.useGetUsersQuery = exports.GetUsersDocument = exports.useGetOrgMembersWithRolesLazyQuery = exports.useGetOrgMembersWithRolesQuery = exports.GetOrgMembersWithRolesDocument = void 0;
|
8
|
-
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.useGetUserRoleLazyQuery = exports.useGetUserRoleQuery = exports.GetUserRoleDocument = exports.useGetUserAccessRoleLazyQuery = exports.useGetUserAccessRoleQuery = exports.GetUserAccessRoleDocument = exports.useGetTeamNameFromContextLazyQuery = exports.useGetTeamNameFromContextQuery = exports.GetTeamNameFromContextDocument = exports.useGetTeamContextLazyQuery = exports.useGetTeamContextQuery = exports.GetTeamContextDocument = exports.useGetDefaultRoleLazyQuery = exports.useGetDefaultRoleQuery = void 0;
|
9
|
-
exports.useViewerSettingsLazyQuery = exports.useViewerSettingsQuery = exports.ViewerSettingsDocument = exports.useOrganizationResourceContextLazyQuery = exports.useOrganizationResourceContextQuery = exports.OrganizationResourceContextDocument = exports.useGetConfigurationDataLazyQuery = exports.useGetConfigurationDataQuery = exports.GetConfigurationDataDocument = exports.useUpdateRoleValueMutation = exports.UpdateRoleValueDocument = exports.useUpdatePolicyValueMutation = exports.UpdatePolicyValueDocument = exports.useUpdateOrganizationContextUpdateResourcesMutation = exports.UpdateOrganizationContextUpdateResourcesDocument = exports.useUpdateOrganizationContextRemoveResourcesMutation = exports.UpdateOrganizationContextRemoveResourcesDocument = exports.useUpdateOrganizationContextAddResourcesMutation = exports.UpdateOrganizationContextAddResourcesDocument = exports.useUpdateConfigurationValueMutation = exports.UpdateConfigurationValueDocument = exports.useUpdateConfigurationValueByUriMutation = exports.UpdateConfigurationValueByUriDocument = exports.useSubscribeToPolicyUpdateSubscription = exports.SubscribeToPolicyUpdateDocument = exports.useSubscribeToPermissionUpdateSubscription = exports.SubscribeToPermissionUpdateDocument = exports.useSubscribeToOrganizationContextSubscription = exports.SubscribeToOrganizationContextDocument = exports.useSubscribeToConfigurationUpdateSubscription = exports.SubscribeToConfigurationUpdateDocument = exports.useGetUserWithDefaultConfigurationLazyQuery = exports.useGetUserWithDefaultConfigurationQuery = exports.GetUserWithDefaultConfigurationDocument = exports.useGetOrgWithResourcesConfigurationLazyQuery = exports.useGetOrgWithResourcesConfigurationQuery = exports.GetOrgWithResourcesConfigurationDocument = exports.useGetRoleLazyQuery = exports.useGetRoleQuery = exports.GetRoleDocument = exports.useGetOrgNameFromContextLazyQuery = exports.useGetOrgNameFromContextQuery = exports.GetOrgNameFromContextDocument = void 0;
|
10
|
-
const configuration_1 = require("../configuration");
|
11
|
-
Object.defineProperty(exports, "ConfigurationScope", { enumerable: true, get: function () { return configuration_1.ConfigurationScope; } });
|
12
|
-
const configuration_2 = require("../configuration");
|
13
|
-
Object.defineProperty(exports, "ConfigurationTarget", { enumerable: true, get: function () { return configuration_2.ConfigurationTarget; } });
|
14
|
-
const Apollo = require("@apollo/client");
|
1
|
+
import { ConfigurationScope } from '../configuration';
|
2
|
+
import { ConfigurationTarget } from '../configuration';
|
3
|
+
import * as Apollo from '@apollo/client';
|
15
4
|
const defaultOptions = {};
|
16
|
-
var IAccountServiceAction;
|
5
|
+
export var IAccountServiceAction;
|
17
6
|
(function (IAccountServiceAction) {
|
18
7
|
IAccountServiceAction["OnAccountCreated"] = "onAccountCreated";
|
19
8
|
IAccountServiceAction["OnAccountDeleted"] = "onAccountDeleted";
|
@@ -46,8 +35,8 @@ var IAccountServiceAction;
|
|
46
35
|
IAccountServiceAction["SendEmailVerificationCode"] = "sendEmailVerificationCode";
|
47
36
|
IAccountServiceAction["ValidateEmailVerificationCode"] = "validateEmailVerificationCode";
|
48
37
|
IAccountServiceAction["GetUserAccountByEmail"] = "getUserAccountByEmail";
|
49
|
-
})(IAccountServiceAction
|
50
|
-
var IApplicationBillingPlanPolicy;
|
38
|
+
})(IAccountServiceAction || (IAccountServiceAction = {}));
|
39
|
+
export var IApplicationBillingPlanPolicy;
|
51
40
|
(function (IApplicationBillingPlanPolicy) {
|
52
41
|
IApplicationBillingPlanPolicy["Invoicing"] = "Invoicing";
|
53
42
|
IApplicationBillingPlanPolicy["ManagerRole"] = "ManagerRole";
|
@@ -55,8 +44,8 @@ var IApplicationBillingPlanPolicy;
|
|
55
44
|
IApplicationBillingPlanPolicy["ScheduledReports"] = "ScheduledReports";
|
56
45
|
IApplicationBillingPlanPolicy["Alerts"] = "Alerts";
|
57
46
|
IApplicationBillingPlanPolicy["CustomFields"] = "CustomFields";
|
58
|
-
})(IApplicationBillingPlanPolicy
|
59
|
-
var IApplicationRoles;
|
47
|
+
})(IApplicationBillingPlanPolicy || (IApplicationBillingPlanPolicy = {}));
|
48
|
+
export var IApplicationRoles;
|
60
49
|
(function (IApplicationRoles) {
|
61
50
|
/** Admin of an Organization */
|
62
51
|
IApplicationRoles["Admin"] = "ADMIN";
|
@@ -79,18 +68,18 @@ var IApplicationRoles;
|
|
79
68
|
IApplicationRoles["Unknown"] = "UNKNOWN";
|
80
69
|
/** User who is logged in */
|
81
70
|
IApplicationRoles["User"] = "USER";
|
82
|
-
})(IApplicationRoles
|
83
|
-
var IAuthErrorCodes;
|
71
|
+
})(IApplicationRoles || (IApplicationRoles = {}));
|
72
|
+
export var IAuthErrorCodes;
|
84
73
|
(function (IAuthErrorCodes) {
|
85
74
|
IAuthErrorCodes["Unauthenticated"] = "UNAUTHENTICATED";
|
86
75
|
IAuthErrorCodes["InternalServerError"] = "INTERNAL_SERVER_ERROR";
|
87
|
-
})(IAuthErrorCodes
|
88
|
-
var ICacheControlScope;
|
76
|
+
})(IAuthErrorCodes || (IAuthErrorCodes = {}));
|
77
|
+
export var ICacheControlScope;
|
89
78
|
(function (ICacheControlScope) {
|
90
79
|
ICacheControlScope["Public"] = "PUBLIC";
|
91
80
|
ICacheControlScope["Private"] = "PRIVATE";
|
92
|
-
})(ICacheControlScope
|
93
|
-
var IClientCacheTypeNames;
|
81
|
+
})(ICacheControlScope || (ICacheControlScope = {}));
|
82
|
+
export var IClientCacheTypeNames;
|
94
83
|
(function (IClientCacheTypeNames) {
|
95
84
|
IClientCacheTypeNames["ApplicationConfiguration"] = "ApplicationConfiguration";
|
96
85
|
IClientCacheTypeNames["ApplicationPolicy"] = "ApplicationPolicy";
|
@@ -123,8 +112,8 @@ var IClientCacheTypeNames;
|
|
123
112
|
IClientCacheTypeNames["SettingsSection"] = "SettingsSection";
|
124
113
|
IClientCacheTypeNames["UserAccount"] = "UserAccount";
|
125
114
|
IClientCacheTypeNames["UserConfiguration"] = "UserConfiguration";
|
126
|
-
})(IClientCacheTypeNames
|
127
|
-
var IClientContainerService;
|
115
|
+
})(IClientCacheTypeNames || (IClientCacheTypeNames = {}));
|
116
|
+
export var IClientContainerService;
|
128
117
|
(function (IClientContainerService) {
|
129
118
|
IClientContainerService["ApolloErrorHandler"] = "ApolloErrorHandler";
|
130
119
|
IClientContainerService["Auth0Authentication"] = "Auth0Authentication";
|
@@ -140,13 +129,13 @@ var IClientContainerService;
|
|
140
129
|
IClientContainerService["IPermissionService"] = "IPermissionService";
|
141
130
|
IClientContainerService["IPreferenceService"] = "IPreferenceService";
|
142
131
|
IClientContainerService["ITeamKeyContextService"] = "ITeamKeyContextService";
|
143
|
-
})(IClientContainerService
|
144
|
-
var IClientTypes;
|
132
|
+
})(IClientContainerService || (IClientContainerService = {}));
|
133
|
+
export var IClientTypes;
|
145
134
|
(function (IClientTypes) {
|
146
135
|
IClientTypes["Business"] = "Business";
|
147
136
|
IClientTypes["Individuals"] = "Individuals";
|
148
|
-
})(IClientTypes
|
149
|
-
var IConfigCollectionName;
|
137
|
+
})(IClientTypes || (IClientTypes = {}));
|
138
|
+
export var IConfigCollectionName;
|
150
139
|
(function (IConfigCollectionName) {
|
151
140
|
IConfigCollectionName["Accounts"] = "accounts";
|
152
141
|
IConfigCollectionName["Application"] = "application";
|
@@ -160,8 +149,8 @@ var IConfigCollectionName;
|
|
160
149
|
IConfigCollectionName["Tasks"] = "tasks";
|
161
150
|
IConfigCollectionName["Teams"] = "teams";
|
162
151
|
IConfigCollectionName["Workspaces"] = "workspaces";
|
163
|
-
})(IConfigCollectionName
|
164
|
-
var IConfigFragmentName;
|
152
|
+
})(IConfigCollectionName || (IConfigCollectionName = {}));
|
153
|
+
export var IConfigFragmentName;
|
165
154
|
(function (IConfigFragmentName) {
|
166
155
|
IConfigFragmentName["Resources"] = "resources";
|
167
156
|
IConfigFragmentName["Settings"] = "settings";
|
@@ -175,16 +164,17 @@ var IConfigFragmentName;
|
|
175
164
|
IConfigFragmentName["OrgMembers"] = "orgMembers";
|
176
165
|
/** Billing */
|
177
166
|
IConfigFragmentName["BillingPlanPolicies"] = "billingPlanPolicies";
|
178
|
-
})(IConfigFragmentName
|
179
|
-
var IConfigurationContributionNames;
|
167
|
+
})(IConfigFragmentName || (IConfigFragmentName = {}));
|
168
|
+
export var IConfigurationContributionNames;
|
180
169
|
(function (IConfigurationContributionNames) {
|
181
170
|
IConfigurationContributionNames["DefaultPermissions"] = "defaultPermissions";
|
182
171
|
IConfigurationContributionNames["DefaultPolicies"] = "defaultPolicies";
|
183
172
|
IConfigurationContributionNames["DefaultSettings"] = "defaultSettings";
|
184
173
|
/** Integration settings */
|
185
174
|
IConfigurationContributionNames["Integration"] = "integration";
|
186
|
-
})(IConfigurationContributionNames
|
187
|
-
|
175
|
+
})(IConfigurationContributionNames || (IConfigurationContributionNames = {}));
|
176
|
+
export { ConfigurationScope };
|
177
|
+
export var IConfigurationServiceAction;
|
188
178
|
(function (IConfigurationServiceAction) {
|
189
179
|
IConfigurationServiceAction["GetAllConfigurationData"] = "getAllConfigurationData";
|
190
180
|
IConfigurationServiceAction["GetConfiguration"] = "getConfiguration";
|
@@ -193,51 +183,52 @@ var IConfigurationServiceAction;
|
|
193
183
|
IConfigurationServiceAction["Parser"] = "parser";
|
194
184
|
IConfigurationServiceAction["ReadFile"] = "readFile";
|
195
185
|
IConfigurationServiceAction["UpdateValue"] = "updateValue";
|
196
|
-
})(IConfigurationServiceAction
|
197
|
-
|
186
|
+
})(IConfigurationServiceAction || (IConfigurationServiceAction = {}));
|
187
|
+
export { ConfigurationTarget };
|
188
|
+
export var IContextServiceAction;
|
198
189
|
(function (IContextServiceAction) {
|
199
190
|
IContextServiceAction["OnResourceCreated"] = "onResourceCreated";
|
200
191
|
IContextServiceAction["OnResourceUpdated"] = "onResourceUpdated";
|
201
192
|
IContextServiceAction["OnResourceDeleted"] = "onResourceDeleted";
|
202
193
|
IContextServiceAction["OnResourceDeactivated"] = "onResourceDeactivated";
|
203
|
-
})(IContextServiceAction
|
204
|
-
var IDeviceInfoPlatform;
|
194
|
+
})(IContextServiceAction || (IContextServiceAction = {}));
|
195
|
+
export var IDeviceInfoPlatform;
|
205
196
|
(function (IDeviceInfoPlatform) {
|
206
197
|
IDeviceInfoPlatform["Mobile"] = "MOBILE";
|
207
198
|
IDeviceInfoPlatform["Web"] = "WEB";
|
208
199
|
IDeviceInfoPlatform["Extension"] = "EXTENSION";
|
209
|
-
})(IDeviceInfoPlatform
|
210
|
-
var IEditPresentationTypes;
|
200
|
+
})(IDeviceInfoPlatform || (IDeviceInfoPlatform = {}));
|
201
|
+
export var IEditPresentationTypes;
|
211
202
|
(function (IEditPresentationTypes) {
|
212
203
|
IEditPresentationTypes["Multiline"] = "Multiline";
|
213
204
|
IEditPresentationTypes["Singleline"] = "Singleline";
|
214
|
-
})(IEditPresentationTypes
|
215
|
-
var IGlobalCurrencies;
|
205
|
+
})(IEditPresentationTypes || (IEditPresentationTypes = {}));
|
206
|
+
export var IGlobalCurrencies;
|
216
207
|
(function (IGlobalCurrencies) {
|
217
208
|
IGlobalCurrencies["Usd"] = "USD";
|
218
209
|
IGlobalCurrencies["Euro"] = "EURO";
|
219
210
|
IGlobalCurrencies["Aud"] = "AUD";
|
220
|
-
})(IGlobalCurrencies
|
221
|
-
var IGlobalLanguages;
|
211
|
+
})(IGlobalCurrencies || (IGlobalCurrencies = {}));
|
212
|
+
export var IGlobalLanguages;
|
222
213
|
(function (IGlobalLanguages) {
|
223
214
|
IGlobalLanguages["English"] = "English";
|
224
215
|
IGlobalLanguages["Spanish"] = "Spanish";
|
225
216
|
IGlobalLanguages["French"] = "French";
|
226
217
|
IGlobalLanguages["Russian"] = "Russian";
|
227
|
-
})(IGlobalLanguages
|
228
|
-
var IIntegrationWorkflowServiceAction;
|
218
|
+
})(IGlobalLanguages || (IGlobalLanguages = {}));
|
219
|
+
export var IIntegrationWorkflowServiceAction;
|
229
220
|
(function (IIntegrationWorkflowServiceAction) {
|
230
221
|
IIntegrationWorkflowServiceAction["OnIntegrationWorkflowCreated"] = "onIntegrationWorkflowCreated";
|
231
222
|
IIntegrationWorkflowServiceAction["OnIntegrationWorkflowUpdated"] = "onIntegrationWorkflowUpdated";
|
232
223
|
IIntegrationWorkflowServiceAction["OnIntegrationWorkflowDeleted"] = "onIntegrationWorkflowDeleted";
|
233
|
-
})(IIntegrationWorkflowServiceAction
|
234
|
-
var IInviteStatus;
|
224
|
+
})(IIntegrationWorkflowServiceAction || (IIntegrationWorkflowServiceAction = {}));
|
225
|
+
export var IInviteStatus;
|
235
226
|
(function (IInviteStatus) {
|
236
227
|
IInviteStatus["Pending"] = "PENDING";
|
237
228
|
IInviteStatus["Accepted"] = "ACCEPTED";
|
238
229
|
IInviteStatus["Declined"] = "DECLINED";
|
239
|
-
})(IInviteStatus
|
240
|
-
var IMailTemplateId;
|
230
|
+
})(IInviteStatus || (IInviteStatus = {}));
|
231
|
+
export var IMailTemplateId;
|
241
232
|
(function (IMailTemplateId) {
|
242
233
|
IMailTemplateId["BillingNotificationId"] = "BillingNotificationId";
|
243
234
|
/** Prefix with Db to make sure it look into the database */
|
@@ -253,17 +244,17 @@ var IMailTemplateId;
|
|
253
244
|
IMailTemplateId["UserEmailVerificationNotification"] = "USER_EMAIL_VERIFICATION_NOTIFICATION";
|
254
245
|
IMailTemplateId["UserPasswordReset"] = "USER_PASSWORD_RESET";
|
255
246
|
IMailTemplateId["Dummy"] = "dummy";
|
256
|
-
})(IMailTemplateId
|
257
|
-
var IMenuPosition;
|
247
|
+
})(IMailTemplateId || (IMailTemplateId = {}));
|
248
|
+
export var IMenuPosition;
|
258
249
|
(function (IMenuPosition) {
|
259
250
|
IMenuPosition["Logo"] = "LOGO";
|
260
251
|
IMenuPosition["Upper"] = "UPPER";
|
261
252
|
IMenuPosition["Middle"] = "MIDDLE";
|
262
253
|
IMenuPosition["Lower"] = "LOWER";
|
263
254
|
IMenuPosition["Bottom"] = "BOTTOM";
|
264
|
-
})(IMenuPosition
|
255
|
+
})(IMenuPosition || (IMenuPosition = {}));
|
265
256
|
/** All Moleculer Topic names are extended from this. */
|
266
|
-
var IMoleculerServiceName;
|
257
|
+
export var IMoleculerServiceName;
|
267
258
|
(function (IMoleculerServiceName) {
|
268
259
|
IMoleculerServiceName["AccountOrganization"] = "AccountOrganization";
|
269
260
|
IMoleculerServiceName["AccountTeam"] = "AccountTeam";
|
@@ -282,14 +273,14 @@ var IMoleculerServiceName;
|
|
282
273
|
IMoleculerServiceName["Dummy"] = "dummy";
|
283
274
|
/** Actions */
|
284
275
|
IMoleculerServiceName["OnConfigurationUpdated"] = "onConfigurationUpdated";
|
285
|
-
})(IMoleculerServiceName
|
286
|
-
var IOrgUserRole;
|
276
|
+
})(IMoleculerServiceName || (IMoleculerServiceName = {}));
|
277
|
+
export var IOrgUserRole;
|
287
278
|
(function (IOrgUserRole) {
|
288
279
|
IOrgUserRole["BillingLeader"] = "BILLING_LEADER";
|
289
280
|
IOrgUserRole["Member"] = "MEMBER";
|
290
281
|
IOrgUserRole["Admin"] = "ADMIN";
|
291
282
|
IOrgUserRole["Owner"] = "OWNER";
|
292
|
-
})(IOrgUserRole
|
283
|
+
})(IOrgUserRole || (IOrgUserRole = {}));
|
293
284
|
/**
|
294
285
|
* OrganizationInvitationRole: The possible organization invitation roles.
|
295
286
|
*
|
@@ -299,22 +290,22 @@ var IOrgUserRole;
|
|
299
290
|
* DIRECT_MEMBER: The user is invited to be a direct member of the organization.
|
300
291
|
* REINSTATE: The user's previous role will be reinstated.
|
301
292
|
*/
|
302
|
-
var IOrgainizationInvitationRole;
|
293
|
+
export var IOrgainizationInvitationRole;
|
303
294
|
(function (IOrgainizationInvitationRole) {
|
304
295
|
IOrgainizationInvitationRole["Admin"] = "ADMIN";
|
305
296
|
IOrgainizationInvitationRole["Reinstate"] = "REINSTATE";
|
306
297
|
IOrgainizationInvitationRole["DirectMember"] = "DIRECT_MEMBER";
|
307
298
|
IOrgainizationInvitationRole["BillingManager"] = "BILLING_MANAGER";
|
308
|
-
})(IOrgainizationInvitationRole
|
299
|
+
})(IOrgainizationInvitationRole || (IOrgainizationInvitationRole = {}));
|
309
300
|
/** Subscription event for context */
|
310
|
-
var IOrganizationContextPubSubEvents;
|
301
|
+
export var IOrganizationContextPubSubEvents;
|
311
302
|
(function (IOrganizationContextPubSubEvents) {
|
312
303
|
IOrganizationContextPubSubEvents["OrganizationContextUpdated"] = "OrganizationContextUpdated";
|
313
304
|
IOrganizationContextPubSubEvents["OrganizationPolicyUpdated"] = "OrganizationPolicyUpdated";
|
314
305
|
IOrganizationContextPubSubEvents["OrganizationConfigurationUpdated"] = "OrganizationConfigurationUpdated";
|
315
306
|
IOrganizationContextPubSubEvents["OrganizationPermissionUpdated"] = "OrganizationPermissionUpdated";
|
316
|
-
})(IOrganizationContextPubSubEvents
|
317
|
-
var IOrganizationServiceAction;
|
307
|
+
})(IOrganizationContextPubSubEvents || (IOrganizationContextPubSubEvents = {}));
|
308
|
+
export var IOrganizationServiceAction;
|
318
309
|
(function (IOrganizationServiceAction) {
|
319
310
|
IOrganizationServiceAction["GetOrganization"] = "getOrganization";
|
320
311
|
IOrganizationServiceAction["CreateDefaultOrganization"] = "createDefaultOrganization";
|
@@ -334,8 +325,8 @@ var IOrganizationServiceAction;
|
|
334
325
|
IOrganizationServiceAction["OnCreateOrganization"] = "onCreateOrganization";
|
335
326
|
IOrganizationServiceAction["OnCreateTeam"] = "onCreateTeam";
|
336
327
|
IOrganizationServiceAction["OnSendInvitation"] = "onSendInvitation";
|
337
|
-
})(IOrganizationServiceAction
|
338
|
-
var IPermissionAction;
|
328
|
+
})(IOrganizationServiceAction || (IOrganizationServiceAction = {}));
|
329
|
+
export var IPermissionAction;
|
339
330
|
(function (IPermissionAction) {
|
340
331
|
IPermissionAction["Create"] = "Create";
|
341
332
|
IPermissionAction["Delete"] = "Delete";
|
@@ -343,8 +334,8 @@ var IPermissionAction;
|
|
343
334
|
IPermissionAction["Invite"] = "Invite";
|
344
335
|
IPermissionAction["Manage"] = "Manage";
|
345
336
|
IPermissionAction["View"] = "View";
|
346
|
-
})(IPermissionAction
|
347
|
-
var IPermissionResource;
|
337
|
+
})(IPermissionAction || (IPermissionAction = {}));
|
338
|
+
export var IPermissionResource;
|
348
339
|
(function (IPermissionResource) {
|
349
340
|
IPermissionResource["Members"] = "Members";
|
350
341
|
IPermissionResource["Organization"] = "Organization";
|
@@ -352,22 +343,22 @@ var IPermissionResource;
|
|
352
343
|
IPermissionResource["Roles"] = "Roles";
|
353
344
|
IPermissionResource["Settings"] = "Settings";
|
354
345
|
IPermissionResource["Teams"] = "Teams";
|
355
|
-
})(IPermissionResource
|
356
|
-
var IPermissionType;
|
346
|
+
})(IPermissionResource || (IPermissionResource = {}));
|
347
|
+
export var IPermissionType;
|
357
348
|
(function (IPermissionType) {
|
358
349
|
IPermissionType["Allow"] = "Allow";
|
359
350
|
IPermissionType["Deny"] = "Deny";
|
360
351
|
IPermissionType["NotSet"] = "NotSet";
|
361
|
-
})(IPermissionType
|
362
|
-
var IPortalLanguage;
|
352
|
+
})(IPermissionType || (IPermissionType = {}));
|
353
|
+
export var IPortalLanguage;
|
363
354
|
(function (IPortalLanguage) {
|
364
355
|
IPortalLanguage["English"] = "English";
|
365
356
|
IPortalLanguage["Hindi"] = "Hindi";
|
366
357
|
IPortalLanguage["Gujarati"] = "Gujarati";
|
367
358
|
IPortalLanguage["Spanish"] = "Spanish";
|
368
359
|
IPortalLanguage["Russian"] = "Russian";
|
369
|
-
})(IPortalLanguage
|
370
|
-
var IPreDefinedRole;
|
360
|
+
})(IPortalLanguage || (IPortalLanguage = {}));
|
361
|
+
export var IPreDefinedRole;
|
371
362
|
(function (IPreDefinedRole) {
|
372
363
|
IPreDefinedRole["Owner"] = "OWNER";
|
373
364
|
IPreDefinedRole["Admin"] = "ADMIN";
|
@@ -379,35 +370,35 @@ var IPreDefinedRole;
|
|
379
370
|
IPreDefinedRole["Viewer"] = "VIEWER";
|
380
371
|
IPreDefinedRole["Guest"] = "GUEST";
|
381
372
|
IPreDefinedRole["Contributors"] = "CONTRIBUTORS";
|
382
|
-
})(IPreDefinedRole
|
373
|
+
})(IPreDefinedRole || (IPreDefinedRole = {}));
|
383
374
|
/** Registry Extensions */
|
384
|
-
var IRegistryExtensions;
|
375
|
+
export var IRegistryExtensions;
|
385
376
|
(function (IRegistryExtensions) {
|
386
377
|
IRegistryExtensions["UserRole"] = "UserRole";
|
387
378
|
IRegistryExtensions["Permissions"] = "Permissions";
|
388
379
|
IRegistryExtensions["Policies"] = "Policies";
|
389
380
|
IRegistryExtensions["Configuration"] = "Configuration";
|
390
381
|
IRegistryExtensions["JsonContribution"] = "JSONContribution";
|
391
|
-
})(IRegistryExtensions
|
392
|
-
var IResourceAuthority;
|
382
|
+
})(IRegistryExtensions || (IRegistryExtensions = {}));
|
383
|
+
export var IResourceAuthority;
|
393
384
|
(function (IResourceAuthority) {
|
394
385
|
IResourceAuthority["Defaultsettings"] = "defaultsettings";
|
395
386
|
IResourceAuthority["Defaultpermissions"] = "defaultpermissions";
|
396
387
|
IResourceAuthority["Defaultpolicies"] = "defaultpolicies";
|
397
|
-
})(IResourceAuthority
|
398
|
-
var IRole;
|
388
|
+
})(IResourceAuthority || (IResourceAuthority = {}));
|
389
|
+
export var IRole;
|
399
390
|
(function (IRole) {
|
400
391
|
IRole["Admin"] = "ADMIN";
|
401
392
|
IRole["Reviewer"] = "REVIEWER";
|
402
393
|
IRole["User"] = "USER";
|
403
394
|
IRole["Unknown"] = "UNKNOWN";
|
404
|
-
})(IRole
|
405
|
-
var IRouteParams;
|
395
|
+
})(IRole || (IRole = {}));
|
396
|
+
export var IRouteParams;
|
406
397
|
(function (IRouteParams) {
|
407
398
|
IRouteParams["OrgName"] = "orgName";
|
408
399
|
IRouteParams["TeamName"] = "teamName";
|
409
|
-
})(IRouteParams
|
410
|
-
var ISettingValueType;
|
400
|
+
})(IRouteParams || (IRouteParams = {}));
|
401
|
+
export var ISettingValueType;
|
411
402
|
(function (ISettingValueType) {
|
412
403
|
ISettingValueType["Null"] = "Null";
|
413
404
|
ISettingValueType["Enum"] = "Enum";
|
@@ -419,13 +410,13 @@ var ISettingValueType;
|
|
419
410
|
ISettingValueType["Complex"] = "Complex";
|
420
411
|
ISettingValueType["NullableInteger"] = "NullableInteger";
|
421
412
|
ISettingValueType["NullableNumber"] = "NullableNumber";
|
422
|
-
})(ISettingValueType
|
423
|
-
var ISortEnum;
|
413
|
+
})(ISettingValueType || (ISettingValueType = {}));
|
414
|
+
export var ISortEnum;
|
424
415
|
(function (ISortEnum) {
|
425
416
|
ISortEnum["Asc"] = "ASC";
|
426
417
|
ISortEnum["Desc"] = "DESC";
|
427
|
-
})(ISortEnum
|
428
|
-
var ITeamServiceAction;
|
418
|
+
})(ISortEnum || (ISortEnum = {}));
|
419
|
+
export var ITeamServiceAction;
|
429
420
|
(function (ITeamServiceAction) {
|
430
421
|
ITeamServiceAction["GetTeam"] = "getTeam";
|
431
422
|
ITeamServiceAction["GetUserTeams"] = "getUserTeams";
|
@@ -440,13 +431,13 @@ var ITeamServiceAction;
|
|
440
431
|
ITeamServiceAction["AcceptInvitation"] = "acceptInvitation";
|
441
432
|
ITeamServiceAction["DeclineInvitation"] = "declineInvitation";
|
442
433
|
ITeamServiceAction["SendProjectNotificaiton"] = "sendProjectNotificaiton";
|
443
|
-
})(ITeamServiceAction
|
444
|
-
var ITokenTypesEnum;
|
434
|
+
})(ITeamServiceAction || (ITeamServiceAction = {}));
|
435
|
+
export var ITokenTypesEnum;
|
445
436
|
(function (ITokenTypesEnum) {
|
446
437
|
ITokenTypesEnum["EmailVerification"] = "EMAIL_VERIFICATION";
|
447
438
|
ITokenTypesEnum["PasswordReset"] = "PASSWORD_RESET";
|
448
|
-
})(ITokenTypesEnum
|
449
|
-
var IUserBroadcasterAction;
|
439
|
+
})(ITokenTypesEnum || (ITokenTypesEnum = {}));
|
440
|
+
export var IUserBroadcasterAction;
|
450
441
|
(function (IUserBroadcasterAction) {
|
451
442
|
IUserBroadcasterAction["OnUserLoggedIn"] = "onUserLoggedIn";
|
452
443
|
IUserBroadcasterAction["OnUserCreated"] = "onUserCreated";
|
@@ -454,8 +445,8 @@ var IUserBroadcasterAction;
|
|
454
445
|
IUserBroadcasterAction["OnUserDeleted"] = "onUserDeleted";
|
455
446
|
IUserBroadcasterAction["OnUserSessionRevoked"] = "onUserSessionRevoked";
|
456
447
|
IUserBroadcasterAction["OnUserSessionInitialized"] = "onUserSessionInitialized";
|
457
|
-
})(IUserBroadcasterAction
|
458
|
-
var IUserOrderBy;
|
448
|
+
})(IUserBroadcasterAction || (IUserBroadcasterAction = {}));
|
449
|
+
export var IUserOrderBy;
|
459
450
|
(function (IUserOrderBy) {
|
460
451
|
IUserOrderBy["Auth0UserIdAsc"] = "auth0UserId_ASC";
|
461
452
|
IUserOrderBy["Auth0UserIdDesc"] = "auth0UserId_DESC";
|
@@ -467,40 +458,40 @@ var IUserOrderBy;
|
|
467
458
|
IUserOrderBy["IdDesc"] = "id_DESC";
|
468
459
|
IUserOrderBy["UpdatedAtAsc"] = "updatedAt_ASC";
|
469
460
|
IUserOrderBy["UpdatedAtDesc"] = "updatedAt_DESC";
|
470
|
-
})(IUserOrderBy
|
471
|
-
var IUserServiceAction;
|
461
|
+
})(IUserOrderBy || (IUserOrderBy = {}));
|
462
|
+
export var IUserServiceAction;
|
472
463
|
(function (IUserServiceAction) {
|
473
464
|
IUserServiceAction["OnEmailVerified"] = "onEmailVerified";
|
474
|
-
})(IUserServiceAction
|
475
|
-
var IVisibility;
|
465
|
+
})(IUserServiceAction || (IUserServiceAction = {}));
|
466
|
+
export var IVisibility;
|
476
467
|
(function (IVisibility) {
|
477
468
|
IVisibility["Private"] = "private";
|
478
469
|
IVisibility["Public"] = "public";
|
479
|
-
})(IVisibility
|
480
|
-
|
481
|
-
|
482
|
-
|
483
|
-
|
484
|
-
|
485
|
-
|
486
|
-
|
487
|
-
|
488
|
-
|
489
|
-
|
490
|
-
|
491
|
-
|
492
|
-
|
493
|
-
|
494
|
-
|
495
|
-
|
496
|
-
|
497
|
-
|
498
|
-
|
499
|
-
|
500
|
-
|
501
|
-
|
502
|
-
|
503
|
-
|
470
|
+
})(IVisibility || (IVisibility = {}));
|
471
|
+
export const 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" } }] } }] };
|
472
|
+
export const 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" } }] } }] };
|
473
|
+
export const 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" } }] } }] } }] };
|
474
|
+
export const 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" } }] } }] };
|
475
|
+
export const 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": "order" } }, { "kind": "Field", "name": { "kind": "Name", "value": "enum" } }, { "kind": "Field", "name": { "kind": "Name", "value": "objectProperties" } }, { "kind": "Field", "name": { "kind": "Name", "value": "objectPatternProperties" } }, { "kind": "Field", "name": { "kind": "Name", "value": "objectAdditionalProperties" } }, { "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" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "arrayItemType" } }, { "kind": "Field", "name": { "kind": "Name", "value": "settingDependencies" } }, { "kind": "Field", "name": { "kind": "Name", "value": "minimum" } }, { "kind": "Field", "name": { "kind": "Name", "value": "maximum" } }, { "kind": "Field", "name": { "kind": "Name", "value": "maxLength" } }, { "kind": "Field", "name": { "kind": "Name", "value": "minLength" } }, { "kind": "Field", "name": { "kind": "Name", "value": "maxItems" } }, { "kind": "Field", "name": { "kind": "Name", "value": "minItems" } }] } }] };
|
476
|
+
export const 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" } }] } }] };
|
477
|
+
export const 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" } }] } }] };
|
478
|
+
export const ResourceDataFragmentDoc = { "kind": "Document", "definitions": [{ "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "ResourceData" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "IResourceData" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "uri" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "index" } }] } }] };
|
479
|
+
export const ContextConfigurationFragmentDoc = { "kind": "Document", "definitions": [{ "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "ContextConfiguration" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "OrganizationData" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "configuration" } }, { "kind": "Field", "name": { "kind": "Name", "value": "resources" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "ResourceData" } }] } }] } }, { "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "ResourceData" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "IResourceData" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "uri" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "index" } }] } }] };
|
480
|
+
export const 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" } }] } }] };
|
481
|
+
export const 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" } }] } }] };
|
482
|
+
export const 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" } }] } }] };
|
483
|
+
export const 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" } }] } }] };
|
484
|
+
export const 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" } }] } }] };
|
485
|
+
export const OrgUserIdContextFragmentDoc = { "kind": "Document", "definitions": [{ "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "OrgUserIdContext" }, "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" } }, { "kind": "Field", "name": { "kind": "Name", "value": "userId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "teamName" } }] } }] };
|
486
|
+
export const 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" } }] } }] };
|
487
|
+
export const 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" } }] } }] };
|
488
|
+
export const 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" } }] } }] };
|
489
|
+
export const 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" } }] } }] };
|
490
|
+
export const 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" } }] } }] };
|
491
|
+
export const 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" } }] } }] } }] } }] };
|
492
|
+
export const 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" } }] } }] } }] };
|
493
|
+
export const OrganizationDataFragmentDoc = { "kind": "Document", "definitions": [{ "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "OrganizationData" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "OrganizationData" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "resources" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "OrganizationResourceData" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "ResourceData" } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "ExternalResourceData" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "ResourceData" } }] } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "configuration" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }] } }, { "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "ResourceData" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "IResourceData" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "uri" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "index" } }] } }] };
|
494
|
+
export const 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" } } }] }] } }] };
|
504
495
|
/**
|
505
496
|
* __useAcceptOrganizationInvitationMutation__
|
506
497
|
*
|
@@ -519,12 +510,11 @@ exports.AcceptOrganizationInvitationDocument = { "kind": "Document", "definition
|
|
519
510
|
* },
|
520
511
|
* });
|
521
512
|
*/
|
522
|
-
function useAcceptOrganizationInvitationMutation(baseOptions) {
|
523
|
-
const options =
|
524
|
-
return Apollo.useMutation(
|
513
|
+
export function useAcceptOrganizationInvitationMutation(baseOptions) {
|
514
|
+
const options = { ...defaultOptions, ...baseOptions };
|
515
|
+
return Apollo.useMutation(AcceptOrganizationInvitationDocument, options);
|
525
516
|
}
|
526
|
-
|
527
|
-
exports.AccountOnBoardingDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "AccountOnBoarding" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "input" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "IOnBoardingParams" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "accountOnBoarding" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "input" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "input" } } }] }] } }] };
|
517
|
+
export const AccountOnBoardingDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "AccountOnBoarding" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "input" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "IOnBoardingParams" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "accountOnBoarding" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "input" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "input" } } }] }] } }] };
|
528
518
|
/**
|
529
519
|
* __useAccountOnBoardingMutation__
|
530
520
|
*
|
@@ -542,12 +532,11 @@ exports.AccountOnBoardingDocument = { "kind": "Document", "definitions": [{ "kin
|
|
542
532
|
* },
|
543
533
|
* });
|
544
534
|
*/
|
545
|
-
function useAccountOnBoardingMutation(baseOptions) {
|
546
|
-
const options =
|
547
|
-
return Apollo.useMutation(
|
535
|
+
export function useAccountOnBoardingMutation(baseOptions) {
|
536
|
+
const options = { ...defaultOptions, ...baseOptions };
|
537
|
+
return Apollo.useMutation(AccountOnBoardingDocument, options);
|
548
538
|
}
|
549
|
-
|
550
|
-
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" } } }] }] } }] };
|
539
|
+
export const 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" } } }] }] } }] };
|
551
540
|
/**
|
552
541
|
* __useAddTeamMembersMutation__
|
553
542
|
*
|
@@ -567,12 +556,11 @@ exports.AddTeamMembersDocument = { "kind": "Document", "definitions": [{ "kind":
|
|
567
556
|
* },
|
568
557
|
* });
|
569
558
|
*/
|
570
|
-
function useAddTeamMembersMutation(baseOptions) {
|
571
|
-
const options =
|
572
|
-
return Apollo.useMutation(
|
559
|
+
export function useAddTeamMembersMutation(baseOptions) {
|
560
|
+
const options = { ...defaultOptions, ...baseOptions };
|
561
|
+
return Apollo.useMutation(AddTeamMembersDocument, options);
|
573
562
|
}
|
574
|
-
|
575
|
-
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" } } }] }] } }] };
|
563
|
+
export const 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" } } }] }] } }] };
|
576
564
|
/**
|
577
565
|
* __useChangeMemberRoleMutation__
|
578
566
|
*
|
@@ -593,12 +581,11 @@ exports.ChangeMemberRoleDocument = { "kind": "Document", "definitions": [{ "kind
|
|
593
581
|
* },
|
594
582
|
* });
|
595
583
|
*/
|
596
|
-
function useChangeMemberRoleMutation(baseOptions) {
|
597
|
-
const options =
|
598
|
-
return Apollo.useMutation(
|
584
|
+
export function useChangeMemberRoleMutation(baseOptions) {
|
585
|
+
const options = { ...defaultOptions, ...baseOptions };
|
586
|
+
return Apollo.useMutation(ChangeMemberRoleDocument, options);
|
599
587
|
}
|
600
|
-
|
601
|
-
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" } } }] }] } }] };
|
588
|
+
export const 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" } } }] }] } }] };
|
602
589
|
/**
|
603
590
|
* __useChangeOrgMemberRoleMutation__
|
604
591
|
*
|
@@ -617,12 +604,11 @@ exports.ChangeOrgMemberRoleDocument = { "kind": "Document", "definitions": [{ "k
|
|
617
604
|
* },
|
618
605
|
* });
|
619
606
|
*/
|
620
|
-
function useChangeOrgMemberRoleMutation(baseOptions) {
|
621
|
-
const options =
|
622
|
-
return Apollo.useMutation(
|
607
|
+
export function useChangeOrgMemberRoleMutation(baseOptions) {
|
608
|
+
const options = { ...defaultOptions, ...baseOptions };
|
609
|
+
return Apollo.useMutation(ChangeOrgMemberRoleDocument, options);
|
623
610
|
}
|
624
|
-
|
625
|
-
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" } }] } }] } }] };
|
611
|
+
export const 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" } }] } }] } }] };
|
626
612
|
/**
|
627
613
|
* __useCreateOrganizationMutation__
|
628
614
|
*
|
@@ -640,12 +626,11 @@ exports.CreateOrganizationDocument = { "kind": "Document", "definitions": [{ "ki
|
|
640
626
|
* },
|
641
627
|
* });
|
642
628
|
*/
|
643
|
-
function useCreateOrganizationMutation(baseOptions) {
|
644
|
-
const options =
|
645
|
-
return Apollo.useMutation(
|
629
|
+
export function useCreateOrganizationMutation(baseOptions) {
|
630
|
+
const options = { ...defaultOptions, ...baseOptions };
|
631
|
+
return Apollo.useMutation(CreateOrganizationDocument, options);
|
646
632
|
}
|
647
|
-
|
648
|
-
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" } }] } }] } }] };
|
633
|
+
export const 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" } }] } }] } }] };
|
649
634
|
/**
|
650
635
|
* __useCreateTeamMutation__
|
651
636
|
*
|
@@ -663,12 +648,11 @@ exports.CreateTeamDocument = { "kind": "Document", "definitions": [{ "kind": "Op
|
|
663
648
|
* },
|
664
649
|
* });
|
665
650
|
*/
|
666
|
-
function useCreateTeamMutation(baseOptions) {
|
667
|
-
const options =
|
668
|
-
return Apollo.useMutation(
|
651
|
+
export function useCreateTeamMutation(baseOptions) {
|
652
|
+
const options = { ...defaultOptions, ...baseOptions };
|
653
|
+
return Apollo.useMutation(CreateTeamDocument, options);
|
669
654
|
}
|
670
|
-
|
671
|
-
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" } } }] }] } }] };
|
655
|
+
export const 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" } } }] }] } }] };
|
672
656
|
/**
|
673
657
|
* __useDeclineOrganizationInvitationMutation__
|
674
658
|
*
|
@@ -686,12 +670,11 @@ exports.DeclineOrganizationInvitationDocument = { "kind": "Document", "definitio
|
|
686
670
|
* },
|
687
671
|
* });
|
688
672
|
*/
|
689
|
-
function useDeclineOrganizationInvitationMutation(baseOptions) {
|
690
|
-
const options =
|
691
|
-
return Apollo.useMutation(
|
673
|
+
export function useDeclineOrganizationInvitationMutation(baseOptions) {
|
674
|
+
const options = { ...defaultOptions, ...baseOptions };
|
675
|
+
return Apollo.useMutation(DeclineOrganizationInvitationDocument, options);
|
692
676
|
}
|
693
|
-
|
694
|
-
exports.DeleteUserAccountDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "deleteUserAccount" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "deleteUserAccount" } }] } }] };
|
677
|
+
export const DeleteUserAccountDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "deleteUserAccount" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "deleteUserAccount" } }] } }] };
|
695
678
|
/**
|
696
679
|
* __useDeleteUserAccountMutation__
|
697
680
|
*
|
@@ -708,12 +691,11 @@ exports.DeleteUserAccountDocument = { "kind": "Document", "definitions": [{ "kin
|
|
708
691
|
* },
|
709
692
|
* });
|
710
693
|
*/
|
711
|
-
function useDeleteUserAccountMutation(baseOptions) {
|
712
|
-
const options =
|
713
|
-
return Apollo.useMutation(
|
694
|
+
export function useDeleteUserAccountMutation(baseOptions) {
|
695
|
+
const options = { ...defaultOptions, ...baseOptions };
|
696
|
+
return Apollo.useMutation(DeleteUserAccountDocument, options);
|
714
697
|
}
|
715
|
-
|
716
|
-
exports.RegisterAccountUserDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "registerAccountUser" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "userInfo" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "UserAuth0UpdateFields" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "registerAccountUser" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "userInfo" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "userInfo" } } }], "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" } }] } }] } }] };
|
698
|
+
export const RegisterAccountUserDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "registerAccountUser" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "userInfo" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "UserAuth0UpdateFields" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "registerAccountUser" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "userInfo" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "userInfo" } } }], "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" } }] } }] } }] };
|
717
699
|
/**
|
718
700
|
* __useRegisterAccountUserMutation__
|
719
701
|
*
|
@@ -731,12 +713,11 @@ exports.RegisterAccountUserDocument = { "kind": "Document", "definitions": [{ "k
|
|
731
713
|
* },
|
732
714
|
* });
|
733
715
|
*/
|
734
|
-
function useRegisterAccountUserMutation(baseOptions) {
|
735
|
-
const options =
|
736
|
-
return Apollo.useMutation(
|
716
|
+
export function useRegisterAccountUserMutation(baseOptions) {
|
717
|
+
const options = { ...defaultOptions, ...baseOptions };
|
718
|
+
return Apollo.useMutation(RegisterAccountUserDocument, options);
|
737
719
|
}
|
738
|
-
|
739
|
-
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" } } }] }] } }] };
|
720
|
+
export const 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" } } }] }] } }] };
|
740
721
|
/**
|
741
722
|
* __useRemoveOrgMemberMutation__
|
742
723
|
*
|
@@ -754,12 +735,11 @@ exports.RemoveOrgMemberDocument = { "kind": "Document", "definitions": [{ "kind"
|
|
754
735
|
* },
|
755
736
|
* });
|
756
737
|
*/
|
757
|
-
function useRemoveOrgMemberMutation(baseOptions) {
|
758
|
-
const options =
|
759
|
-
return Apollo.useMutation(
|
738
|
+
export function useRemoveOrgMemberMutation(baseOptions) {
|
739
|
+
const options = { ...defaultOptions, ...baseOptions };
|
740
|
+
return Apollo.useMutation(RemoveOrgMemberDocument, options);
|
760
741
|
}
|
761
|
-
|
762
|
-
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" } } }] }] } }] };
|
742
|
+
export const 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" } } }] }] } }] };
|
763
743
|
/**
|
764
744
|
* __useRemoveOrganizationMutation__
|
765
745
|
*
|
@@ -777,12 +757,11 @@ exports.RemoveOrganizationDocument = { "kind": "Document", "definitions": [{ "ki
|
|
777
757
|
* },
|
778
758
|
* });
|
779
759
|
*/
|
780
|
-
function useRemoveOrganizationMutation(baseOptions) {
|
781
|
-
const options =
|
782
|
-
return Apollo.useMutation(
|
760
|
+
export function useRemoveOrganizationMutation(baseOptions) {
|
761
|
+
const options = { ...defaultOptions, ...baseOptions };
|
762
|
+
return Apollo.useMutation(RemoveOrganizationDocument, options);
|
783
763
|
}
|
784
|
-
|
785
|
-
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" } } }] }] } }] };
|
764
|
+
export const 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" } } }] }] } }] };
|
786
765
|
/**
|
787
766
|
* __useRemoveTeamMutation__
|
788
767
|
*
|
@@ -800,12 +779,11 @@ exports.RemoveTeamDocument = { "kind": "Document", "definitions": [{ "kind": "Op
|
|
800
779
|
* },
|
801
780
|
* });
|
802
781
|
*/
|
803
|
-
function useRemoveTeamMutation(baseOptions) {
|
804
|
-
const options =
|
805
|
-
return Apollo.useMutation(
|
782
|
+
export function useRemoveTeamMutation(baseOptions) {
|
783
|
+
const options = { ...defaultOptions, ...baseOptions };
|
784
|
+
return Apollo.useMutation(RemoveTeamDocument, options);
|
806
785
|
}
|
807
|
-
|
808
|
-
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" } } }] }] } }] };
|
786
|
+
export const 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" } } }] }] } }] };
|
809
787
|
/**
|
810
788
|
* __useRemoveTeamMemberMutation__
|
811
789
|
*
|
@@ -825,12 +803,11 @@ exports.RemoveTeamMemberDocument = { "kind": "Document", "definitions": [{ "kind
|
|
825
803
|
* },
|
826
804
|
* });
|
827
805
|
*/
|
828
|
-
function useRemoveTeamMemberMutation(baseOptions) {
|
829
|
-
const options =
|
830
|
-
return Apollo.useMutation(
|
806
|
+
export function useRemoveTeamMemberMutation(baseOptions) {
|
807
|
+
const options = { ...defaultOptions, ...baseOptions };
|
808
|
+
return Apollo.useMutation(RemoveTeamMemberDocument, options);
|
831
809
|
}
|
832
|
-
|
833
|
-
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" } } }] }] } }] };
|
810
|
+
export const 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" } } }] }] } }] };
|
834
811
|
/**
|
835
812
|
* __useResendOrganizationInvitationMutation__
|
836
813
|
*
|
@@ -848,12 +825,11 @@ exports.ResendOrganizationInvitationDocument = { "kind": "Document", "definition
|
|
848
825
|
* },
|
849
826
|
* });
|
850
827
|
*/
|
851
|
-
function useResendOrganizationInvitationMutation(baseOptions) {
|
852
|
-
const options =
|
853
|
-
return Apollo.useMutation(
|
828
|
+
export function useResendOrganizationInvitationMutation(baseOptions) {
|
829
|
+
const options = { ...defaultOptions, ...baseOptions };
|
830
|
+
return Apollo.useMutation(ResendOrganizationInvitationDocument, options);
|
854
831
|
}
|
855
|
-
|
856
|
-
exports.ResetUserPasswordDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "ResetUserPassword" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "input" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "UserPasswordResetInput" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "resetUserPassword" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "input" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "input" } } }] }] } }] };
|
832
|
+
export const ResetUserPasswordDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "ResetUserPassword" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "input" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "UserPasswordResetInput" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "resetUserPassword" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "input" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "input" } } }] }] } }] };
|
857
833
|
/**
|
858
834
|
* __useResetUserPasswordMutation__
|
859
835
|
*
|
@@ -871,12 +847,11 @@ exports.ResetUserPasswordDocument = { "kind": "Document", "definitions": [{ "kin
|
|
871
847
|
* },
|
872
848
|
* });
|
873
849
|
*/
|
874
|
-
function useResetUserPasswordMutation(baseOptions) {
|
875
|
-
const options =
|
876
|
-
return Apollo.useMutation(
|
850
|
+
export function useResetUserPasswordMutation(baseOptions) {
|
851
|
+
const options = { ...defaultOptions, ...baseOptions };
|
852
|
+
return Apollo.useMutation(ResetUserPasswordDocument, options);
|
877
853
|
}
|
878
|
-
|
879
|
-
exports.SendPhoneOtpDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "SendPhoneOTP" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "phoneNumber" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "PhoneNumberInput" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "sendPhoneOTP" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "phoneNumber" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "phoneNumber" } } }] }] } }] };
|
854
|
+
export const SendPhoneOtpDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "SendPhoneOTP" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "phoneNumber" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "PhoneNumberInput" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "sendPhoneOTP" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "phoneNumber" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "phoneNumber" } } }] }] } }] };
|
880
855
|
/**
|
881
856
|
* __useSendPhoneOtpMutation__
|
882
857
|
*
|
@@ -894,12 +869,11 @@ exports.SendPhoneOtpDocument = { "kind": "Document", "definitions": [{ "kind": "
|
|
894
869
|
* },
|
895
870
|
* });
|
896
871
|
*/
|
897
|
-
function useSendPhoneOtpMutation(baseOptions) {
|
898
|
-
const options =
|
899
|
-
return Apollo.useMutation(
|
872
|
+
export function useSendPhoneOtpMutation(baseOptions) {
|
873
|
+
const options = { ...defaultOptions, ...baseOptions };
|
874
|
+
return Apollo.useMutation(SendPhoneOtpDocument, options);
|
900
875
|
}
|
901
|
-
|
902
|
-
exports.SendUserPasswordResetEmailDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "SendUserPasswordResetEmail" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "email" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "sendUserPasswordResetEmail" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "email" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "email" } } }] }] } }] };
|
876
|
+
export const SendUserPasswordResetEmailDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "SendUserPasswordResetEmail" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "email" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "sendUserPasswordResetEmail" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "email" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "email" } } }] }] } }] };
|
903
877
|
/**
|
904
878
|
* __useSendUserPasswordResetEmailMutation__
|
905
879
|
*
|
@@ -917,12 +891,11 @@ exports.SendUserPasswordResetEmailDocument = { "kind": "Document", "definitions"
|
|
917
891
|
* },
|
918
892
|
* });
|
919
893
|
*/
|
920
|
-
function useSendUserPasswordResetEmailMutation(baseOptions) {
|
921
|
-
const options =
|
922
|
-
return Apollo.useMutation(
|
894
|
+
export function useSendUserPasswordResetEmailMutation(baseOptions) {
|
895
|
+
const options = { ...defaultOptions, ...baseOptions };
|
896
|
+
return Apollo.useMutation(SendUserPasswordResetEmailDocument, options);
|
923
897
|
}
|
924
|
-
|
925
|
-
exports.SendEmailVerificationDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "SendEmailVerification" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "email" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "sendEmailVerificationToken" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "email" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "email" } } }] }] } }] };
|
898
|
+
export const SendEmailVerificationDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "SendEmailVerification" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "email" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "sendEmailVerificationToken" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "email" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "email" } } }] }] } }] };
|
926
899
|
/**
|
927
900
|
* __useSendEmailVerificationMutation__
|
928
901
|
*
|
@@ -940,12 +913,11 @@ exports.SendEmailVerificationDocument = { "kind": "Document", "definitions": [{
|
|
940
913
|
* },
|
941
914
|
* });
|
942
915
|
*/
|
943
|
-
function useSendEmailVerificationMutation(baseOptions) {
|
944
|
-
const options =
|
945
|
-
return Apollo.useMutation(
|
916
|
+
export function useSendEmailVerificationMutation(baseOptions) {
|
917
|
+
const options = { ...defaultOptions, ...baseOptions };
|
918
|
+
return Apollo.useMutation(SendEmailVerificationDocument, options);
|
946
919
|
}
|
947
|
-
|
948
|
-
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" } } }] }] } }] };
|
920
|
+
export const 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" } } }] }] } }] };
|
949
921
|
/**
|
950
922
|
* __useSendOrganizationInvitationMutation__
|
951
923
|
*
|
@@ -963,12 +935,11 @@ exports.SendOrganizationInvitationDocument = { "kind": "Document", "definitions"
|
|
963
935
|
* },
|
964
936
|
* });
|
965
937
|
*/
|
966
|
-
function useSendOrganizationInvitationMutation(baseOptions) {
|
967
|
-
const options =
|
968
|
-
return Apollo.useMutation(
|
938
|
+
export function useSendOrganizationInvitationMutation(baseOptions) {
|
939
|
+
const options = { ...defaultOptions, ...baseOptions };
|
940
|
+
return Apollo.useMutation(SendOrganizationInvitationDocument, options);
|
969
941
|
}
|
970
|
-
|
971
|
-
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" } } }] }] } }] };
|
942
|
+
export const 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" } } }] }] } }] };
|
972
943
|
/**
|
973
944
|
* __useUpdateOrgMemberTeamsMutation__
|
974
945
|
*
|
@@ -989,12 +960,11 @@ exports.UpdateOrgMemberTeamsDocument = { "kind": "Document", "definitions": [{ "
|
|
989
960
|
* },
|
990
961
|
* });
|
991
962
|
*/
|
992
|
-
function useUpdateOrgMemberTeamsMutation(baseOptions) {
|
993
|
-
const options =
|
994
|
-
return Apollo.useMutation(
|
963
|
+
export function useUpdateOrgMemberTeamsMutation(baseOptions) {
|
964
|
+
const options = { ...defaultOptions, ...baseOptions };
|
965
|
+
return Apollo.useMutation(UpdateOrgMemberTeamsDocument, options);
|
995
966
|
}
|
996
|
-
|
997
|
-
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" } }] } }] } }] };
|
967
|
+
export const 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" } }] } }] } }] };
|
998
968
|
/**
|
999
969
|
* __useUpdateOrganizationMutation__
|
1000
970
|
*
|
@@ -1012,12 +982,11 @@ exports.UpdateOrganizationDocument = { "kind": "Document", "definitions": [{ "ki
|
|
1012
982
|
* },
|
1013
983
|
* });
|
1014
984
|
*/
|
1015
|
-
function useUpdateOrganizationMutation(baseOptions) {
|
1016
|
-
const options =
|
1017
|
-
return Apollo.useMutation(
|
985
|
+
export function useUpdateOrganizationMutation(baseOptions) {
|
986
|
+
const options = { ...defaultOptions, ...baseOptions };
|
987
|
+
return Apollo.useMutation(UpdateOrganizationDocument, options);
|
1018
988
|
}
|
1019
|
-
|
1020
|
-
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": "ConfigurationOverridesInput" } } }, { "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" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "OrganizationResourceConfiguration" } }, "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": "__typename" } }] } }] } }] } }] };
|
989
|
+
export const 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": "ConfigurationOverridesInput" } } }, { "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" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "OrganizationResourceConfiguration" } }, "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": "__typename" } }] } }] } }] } }] };
|
1021
990
|
/**
|
1022
991
|
* __useUpdateTeamConfigurationMutation__
|
1023
992
|
*
|
@@ -1039,12 +1008,11 @@ exports.UpdateTeamConfigurationDocument = { "kind": "Document", "definitions": [
|
|
1039
1008
|
* },
|
1040
1009
|
* });
|
1041
1010
|
*/
|
1042
|
-
function useUpdateTeamConfigurationMutation(baseOptions) {
|
1043
|
-
const options =
|
1044
|
-
return Apollo.useMutation(
|
1011
|
+
export function useUpdateTeamConfigurationMutation(baseOptions) {
|
1012
|
+
const options = { ...defaultOptions, ...baseOptions };
|
1013
|
+
return Apollo.useMutation(UpdateTeamConfigurationDocument, options);
|
1045
1014
|
}
|
1046
|
-
|
1047
|
-
exports.UpdateUserAccountDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "updateUserAccount" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "userInfo" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "UserAuth0UpdateFields" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "updateUserAccount" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "userInfo" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "userInfo" } } }] }] } }] };
|
1015
|
+
export const UpdateUserAccountDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "updateUserAccount" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "userInfo" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "UserAuth0UpdateFields" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "updateUserAccount" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "userInfo" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "userInfo" } } }] }] } }] };
|
1048
1016
|
/**
|
1049
1017
|
* __useUpdateUserAccountMutation__
|
1050
1018
|
*
|
@@ -1062,12 +1030,11 @@ exports.UpdateUserAccountDocument = { "kind": "Document", "definitions": [{ "kin
|
|
1062
1030
|
* },
|
1063
1031
|
* });
|
1064
1032
|
*/
|
1065
|
-
function useUpdateUserAccountMutation(baseOptions) {
|
1066
|
-
const options =
|
1067
|
-
return Apollo.useMutation(
|
1033
|
+
export function useUpdateUserAccountMutation(baseOptions) {
|
1034
|
+
const options = { ...defaultOptions, ...baseOptions };
|
1035
|
+
return Apollo.useMutation(UpdateUserAccountDocument, options);
|
1068
1036
|
}
|
1069
|
-
|
1070
|
-
exports.ValidatePasswordResetOtpDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "ValidatePasswordResetOtp" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "email" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "code" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "validatePasswordResetOtp" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "email" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "email" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "code" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "code" } } }] }] } }] };
|
1037
|
+
export const ValidatePasswordResetOtpDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "ValidatePasswordResetOtp" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "email" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "code" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "validatePasswordResetOtp" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "email" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "email" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "code" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "code" } } }] }] } }] };
|
1071
1038
|
/**
|
1072
1039
|
* __useValidatePasswordResetOtpMutation__
|
1073
1040
|
*
|
@@ -1086,12 +1053,11 @@ exports.ValidatePasswordResetOtpDocument = { "kind": "Document", "definitions":
|
|
1086
1053
|
* },
|
1087
1054
|
* });
|
1088
1055
|
*/
|
1089
|
-
function useValidatePasswordResetOtpMutation(baseOptions) {
|
1090
|
-
const options =
|
1091
|
-
return Apollo.useMutation(
|
1056
|
+
export function useValidatePasswordResetOtpMutation(baseOptions) {
|
1057
|
+
const options = { ...defaultOptions, ...baseOptions };
|
1058
|
+
return Apollo.useMutation(ValidatePasswordResetOtpDocument, options);
|
1092
1059
|
}
|
1093
|
-
|
1094
|
-
exports.ValidateUserEmailVerificationDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "ValidateUserEmailVerification" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "code" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "validateUserEmailVerificationToken" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "code" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "code" } } }] }] } }] };
|
1060
|
+
export const ValidateUserEmailVerificationDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "ValidateUserEmailVerification" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "code" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "validateUserEmailVerificationToken" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "code" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "code" } } }] }] } }] };
|
1095
1061
|
/**
|
1096
1062
|
* __useValidateUserEmailVerificationMutation__
|
1097
1063
|
*
|
@@ -1109,12 +1075,11 @@ exports.ValidateUserEmailVerificationDocument = { "kind": "Document", "definitio
|
|
1109
1075
|
* },
|
1110
1076
|
* });
|
1111
1077
|
*/
|
1112
|
-
function useValidateUserEmailVerificationMutation(baseOptions) {
|
1113
|
-
const options =
|
1114
|
-
return Apollo.useMutation(
|
1078
|
+
export function useValidateUserEmailVerificationMutation(baseOptions) {
|
1079
|
+
const options = { ...defaultOptions, ...baseOptions };
|
1080
|
+
return Apollo.useMutation(ValidateUserEmailVerificationDocument, options);
|
1115
1081
|
}
|
1116
|
-
|
1117
|
-
exports.VerifyPhoneOtpDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "verifyPhoneOtp" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "phoneNumber" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "PhoneNumberInput" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "otp" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "verifyPhoneOtp" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "phoneNumber" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "phoneNumber" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "otp" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "otp" } } }] }] } }] };
|
1082
|
+
export const VerifyPhoneOtpDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "verifyPhoneOtp" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "phoneNumber" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "PhoneNumberInput" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "otp" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "verifyPhoneOtp" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "phoneNumber" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "phoneNumber" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "otp" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "otp" } } }] }] } }] };
|
1118
1083
|
/**
|
1119
1084
|
* __useVerifyPhoneOtpMutation__
|
1120
1085
|
*
|
@@ -1133,12 +1098,11 @@ exports.VerifyPhoneOtpDocument = { "kind": "Document", "definitions": [{ "kind":
|
|
1133
1098
|
* },
|
1134
1099
|
* });
|
1135
1100
|
*/
|
1136
|
-
function useVerifyPhoneOtpMutation(baseOptions) {
|
1137
|
-
const options =
|
1138
|
-
return Apollo.useMutation(
|
1101
|
+
export function useVerifyPhoneOtpMutation(baseOptions) {
|
1102
|
+
const options = { ...defaultOptions, ...baseOptions };
|
1103
|
+
return Apollo.useMutation(VerifyPhoneOtpDocument, options);
|
1139
1104
|
}
|
1140
|
-
|
1141
|
-
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": "status" } }, { "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" } }] } }] };
|
1105
|
+
export const 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": "status" } }, { "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" } }] } }] };
|
1142
1106
|
/**
|
1143
1107
|
* __useGetUserOrganizationsListQuery__
|
1144
1108
|
*
|
@@ -1154,17 +1118,15 @@ exports.GetUserOrganizationsListDocument = { "kind": "Document", "definitions":
|
|
1154
1118
|
* },
|
1155
1119
|
* });
|
1156
1120
|
*/
|
1157
|
-
function useGetUserOrganizationsListQuery(baseOptions) {
|
1158
|
-
const options =
|
1159
|
-
return Apollo.useQuery(
|
1121
|
+
export function useGetUserOrganizationsListQuery(baseOptions) {
|
1122
|
+
const options = { ...defaultOptions, ...baseOptions };
|
1123
|
+
return Apollo.useQuery(GetUserOrganizationsListDocument, options);
|
1160
1124
|
}
|
1161
|
-
|
1162
|
-
|
1163
|
-
|
1164
|
-
return Apollo.useLazyQuery(exports.GetUserOrganizationsListDocument, options);
|
1125
|
+
export function useGetUserOrganizationsListLazyQuery(baseOptions) {
|
1126
|
+
const options = { ...defaultOptions, ...baseOptions };
|
1127
|
+
return Apollo.useLazyQuery(GetUserOrganizationsListDocument, options);
|
1165
1128
|
}
|
1166
|
-
|
1167
|
-
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" } }] } }] } }] };
|
1129
|
+
export const 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" } }] } }] } }] };
|
1168
1130
|
/**
|
1169
1131
|
* __useDecodeOrganizationInvitationQuery__
|
1170
1132
|
*
|
@@ -1181,17 +1143,15 @@ exports.DecodeOrganizationInvitationDocument = { "kind": "Document", "definition
|
|
1181
1143
|
* },
|
1182
1144
|
* });
|
1183
1145
|
*/
|
1184
|
-
function useDecodeOrganizationInvitationQuery(baseOptions) {
|
1185
|
-
const options =
|
1186
|
-
return Apollo.useQuery(
|
1146
|
+
export function useDecodeOrganizationInvitationQuery(baseOptions) {
|
1147
|
+
const options = { ...defaultOptions, ...baseOptions };
|
1148
|
+
return Apollo.useQuery(DecodeOrganizationInvitationDocument, options);
|
1187
1149
|
}
|
1188
|
-
|
1189
|
-
|
1190
|
-
|
1191
|
-
return Apollo.useLazyQuery(exports.DecodeOrganizationInvitationDocument, options);
|
1150
|
+
export function useDecodeOrganizationInvitationLazyQuery(baseOptions) {
|
1151
|
+
const options = { ...defaultOptions, ...baseOptions };
|
1152
|
+
return Apollo.useLazyQuery(DecodeOrganizationInvitationDocument, options);
|
1192
1153
|
}
|
1193
|
-
|
1194
|
-
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" } }] } }] } }] };
|
1154
|
+
export const 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" } }] } }] } }] };
|
1195
1155
|
/**
|
1196
1156
|
* __useGetAccountsQuery__
|
1197
1157
|
*
|
@@ -1208,17 +1168,15 @@ exports.GetAccountsDocument = { "kind": "Document", "definitions": [{ "kind": "O
|
|
1208
1168
|
* },
|
1209
1169
|
* });
|
1210
1170
|
*/
|
1211
|
-
function useGetAccountsQuery(baseOptions) {
|
1212
|
-
const options =
|
1213
|
-
return Apollo.useQuery(
|
1171
|
+
export function useGetAccountsQuery(baseOptions) {
|
1172
|
+
const options = { ...defaultOptions, ...baseOptions };
|
1173
|
+
return Apollo.useQuery(GetAccountsDocument, options);
|
1214
1174
|
}
|
1215
|
-
|
1216
|
-
|
1217
|
-
|
1218
|
-
return Apollo.useLazyQuery(exports.GetAccountsDocument, options);
|
1175
|
+
export function useGetAccountsLazyQuery(baseOptions) {
|
1176
|
+
const options = { ...defaultOptions, ...baseOptions };
|
1177
|
+
return Apollo.useLazyQuery(GetAccountsDocument, options);
|
1219
1178
|
}
|
1220
|
-
|
1221
|
-
exports.GetAllCountriesDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetAllCountries" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "criteria" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "JSON" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getAllCountries" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "criteria" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "criteria" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "phoneCode" } }] } }] } }] };
|
1179
|
+
export const GetAllCountriesDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetAllCountries" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "criteria" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "JSON" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getAllCountries" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "criteria" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "criteria" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "phoneCode" } }] } }] } }] };
|
1222
1180
|
/**
|
1223
1181
|
* __useGetAllCountriesQuery__
|
1224
1182
|
*
|
@@ -1235,17 +1193,15 @@ exports.GetAllCountriesDocument = { "kind": "Document", "definitions": [{ "kind"
|
|
1235
1193
|
* },
|
1236
1194
|
* });
|
1237
1195
|
*/
|
1238
|
-
function useGetAllCountriesQuery(baseOptions) {
|
1239
|
-
const options =
|
1240
|
-
return Apollo.useQuery(
|
1196
|
+
export function useGetAllCountriesQuery(baseOptions) {
|
1197
|
+
const options = { ...defaultOptions, ...baseOptions };
|
1198
|
+
return Apollo.useQuery(GetAllCountriesDocument, options);
|
1241
1199
|
}
|
1242
|
-
|
1243
|
-
|
1244
|
-
|
1245
|
-
return Apollo.useLazyQuery(exports.GetAllCountriesDocument, options);
|
1200
|
+
export function useGetAllCountriesLazyQuery(baseOptions) {
|
1201
|
+
const options = { ...defaultOptions, ...baseOptions };
|
1202
|
+
return Apollo.useLazyQuery(GetAllCountriesDocument, options);
|
1246
1203
|
}
|
1247
|
-
|
1248
|
-
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" } }] } }] };
|
1204
|
+
export const 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" } }] } }] };
|
1249
1205
|
/**
|
1250
1206
|
* __useGetManageableOrganizationsQuery__
|
1251
1207
|
*
|
@@ -1261,17 +1217,15 @@ exports.GetManageableOrganizationsDocument = { "kind": "Document", "definitions"
|
|
1261
1217
|
* },
|
1262
1218
|
* });
|
1263
1219
|
*/
|
1264
|
-
function useGetManageableOrganizationsQuery(baseOptions) {
|
1265
|
-
const options =
|
1266
|
-
return Apollo.useQuery(
|
1220
|
+
export function useGetManageableOrganizationsQuery(baseOptions) {
|
1221
|
+
const options = { ...defaultOptions, ...baseOptions };
|
1222
|
+
return Apollo.useQuery(GetManageableOrganizationsDocument, options);
|
1267
1223
|
}
|
1268
|
-
|
1269
|
-
|
1270
|
-
|
1271
|
-
return Apollo.useLazyQuery(exports.GetManageableOrganizationsDocument, options);
|
1224
|
+
export function useGetManageableOrganizationsLazyQuery(baseOptions) {
|
1225
|
+
const options = { ...defaultOptions, ...baseOptions };
|
1226
|
+
return Apollo.useLazyQuery(GetManageableOrganizationsDocument, options);
|
1272
1227
|
}
|
1273
|
-
|
1274
|
-
exports.GetOrgInvitationMembersDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetOrgInvitationMembers" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "offset" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Int" } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "limit" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Int" } } }, { "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": "getOrgInvitationMembers" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "offset" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "offset" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "limit" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "limit" } } }, { "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": "totalCount" } }, { "kind": "Field", "name": { "kind": "Name", "value": "data" }, "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" } }, { "kind": "Field", "name": { "kind": "Name", "value": "inviteLink" } }] } }] } }] } }] };
|
1228
|
+
export const GetOrgInvitationMembersDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetOrgInvitationMembers" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "offset" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Int" } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "limit" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Int" } } }, { "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": "getOrgInvitationMembers" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "offset" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "offset" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "limit" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "limit" } } }, { "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": "totalCount" } }, { "kind": "Field", "name": { "kind": "Name", "value": "data" }, "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" } }, { "kind": "Field", "name": { "kind": "Name", "value": "inviteLink" } }] } }] } }] } }] };
|
1275
1229
|
/**
|
1276
1230
|
* __useGetOrgInvitationMembersQuery__
|
1277
1231
|
*
|
@@ -1290,17 +1244,15 @@ exports.GetOrgInvitationMembersDocument = { "kind": "Document", "definitions": [
|
|
1290
1244
|
* },
|
1291
1245
|
* });
|
1292
1246
|
*/
|
1293
|
-
function useGetOrgInvitationMembersQuery(baseOptions) {
|
1294
|
-
const options =
|
1295
|
-
return Apollo.useQuery(
|
1247
|
+
export function useGetOrgInvitationMembersQuery(baseOptions) {
|
1248
|
+
const options = { ...defaultOptions, ...baseOptions };
|
1249
|
+
return Apollo.useQuery(GetOrgInvitationMembersDocument, options);
|
1296
1250
|
}
|
1297
|
-
|
1298
|
-
|
1299
|
-
|
1300
|
-
return Apollo.useLazyQuery(exports.GetOrgInvitationMembersDocument, options);
|
1251
|
+
export function useGetOrgInvitationMembersLazyQuery(baseOptions) {
|
1252
|
+
const options = { ...defaultOptions, ...baseOptions };
|
1253
|
+
return Apollo.useLazyQuery(GetOrgInvitationMembersDocument, options);
|
1301
1254
|
}
|
1302
|
-
|
1303
|
-
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" } }] } }] } }] };
|
1255
|
+
export const 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" } }] } }] } }] };
|
1304
1256
|
/**
|
1305
1257
|
* __useGetOrganizationInvitationQuery__
|
1306
1258
|
*
|
@@ -1317,17 +1269,15 @@ exports.GetOrganizationInvitationDocument = { "kind": "Document", "definitions":
|
|
1317
1269
|
* },
|
1318
1270
|
* });
|
1319
1271
|
*/
|
1320
|
-
function useGetOrganizationInvitationQuery(baseOptions) {
|
1321
|
-
const options =
|
1322
|
-
return Apollo.useQuery(
|
1272
|
+
export function useGetOrganizationInvitationQuery(baseOptions) {
|
1273
|
+
const options = { ...defaultOptions, ...baseOptions };
|
1274
|
+
return Apollo.useQuery(GetOrganizationInvitationDocument, options);
|
1323
1275
|
}
|
1324
|
-
|
1325
|
-
|
1326
|
-
|
1327
|
-
return Apollo.useLazyQuery(exports.GetOrganizationInvitationDocument, options);
|
1276
|
+
export function useGetOrganizationInvitationLazyQuery(baseOptions) {
|
1277
|
+
const options = { ...defaultOptions, ...baseOptions };
|
1278
|
+
return Apollo.useLazyQuery(GetOrganizationInvitationDocument, options);
|
1328
1279
|
}
|
1329
|
-
|
1330
|
-
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" } }] } }] } }] };
|
1280
|
+
export const 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" } }] } }] } }] };
|
1331
1281
|
/**
|
1332
1282
|
* __useGetOrgTeamInvitationsQuery__
|
1333
1283
|
*
|
@@ -1344,17 +1294,15 @@ exports.GetOrgTeamInvitationsDocument = { "kind": "Document", "definitions": [{
|
|
1344
1294
|
* },
|
1345
1295
|
* });
|
1346
1296
|
*/
|
1347
|
-
function useGetOrgTeamInvitationsQuery(baseOptions) {
|
1348
|
-
const options =
|
1349
|
-
return Apollo.useQuery(
|
1297
|
+
export function useGetOrgTeamInvitationsQuery(baseOptions) {
|
1298
|
+
const options = { ...defaultOptions, ...baseOptions };
|
1299
|
+
return Apollo.useQuery(GetOrgTeamInvitationsDocument, options);
|
1350
1300
|
}
|
1351
|
-
|
1352
|
-
|
1353
|
-
|
1354
|
-
return Apollo.useLazyQuery(exports.GetOrgTeamInvitationsDocument, options);
|
1301
|
+
export function useGetOrgTeamInvitationsLazyQuery(baseOptions) {
|
1302
|
+
const options = { ...defaultOptions, ...baseOptions };
|
1303
|
+
return Apollo.useLazyQuery(GetOrgTeamInvitationsDocument, options);
|
1355
1304
|
}
|
1356
|
-
|
1357
|
-
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" } }] } }] };
|
1305
|
+
export const 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" } }] } }] };
|
1358
1306
|
/**
|
1359
1307
|
* __useGetOrgUserQuery__
|
1360
1308
|
*
|
@@ -1371,17 +1319,15 @@ exports.GetOrgUserDocument = { "kind": "Document", "definitions": [{ "kind": "Op
|
|
1371
1319
|
* },
|
1372
1320
|
* });
|
1373
1321
|
*/
|
1374
|
-
function useGetOrgUserQuery(baseOptions) {
|
1375
|
-
const options =
|
1376
|
-
return Apollo.useQuery(
|
1322
|
+
export function useGetOrgUserQuery(baseOptions) {
|
1323
|
+
const options = { ...defaultOptions, ...baseOptions };
|
1324
|
+
return Apollo.useQuery(GetOrgUserDocument, options);
|
1377
1325
|
}
|
1378
|
-
|
1379
|
-
|
1380
|
-
|
1381
|
-
return Apollo.useLazyQuery(exports.GetOrgUserDocument, options);
|
1326
|
+
export function useGetOrgUserLazyQuery(baseOptions) {
|
1327
|
+
const options = { ...defaultOptions, ...baseOptions };
|
1328
|
+
return Apollo.useLazyQuery(GetOrgUserDocument, options);
|
1382
1329
|
}
|
1383
|
-
|
1384
|
-
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" } }, { "kind": "Field", "name": { "kind": "Name", "value": "familyName" } }, { "kind": "Field", "name": { "kind": "Name", "value": "givenName" } }] } }] } }] } }] } }] };
|
1330
|
+
export const 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" } }, { "kind": "Field", "name": { "kind": "Name", "value": "familyName" } }, { "kind": "Field", "name": { "kind": "Name", "value": "givenName" } }] } }] } }] } }] } }] };
|
1385
1331
|
/**
|
1386
1332
|
* __useGetOrganizationMembersWithNameQuery__
|
1387
1333
|
*
|
@@ -1398,17 +1344,15 @@ exports.GetOrganizationMembersWithNameDocument = { "kind": "Document", "definiti
|
|
1398
1344
|
* },
|
1399
1345
|
* });
|
1400
1346
|
*/
|
1401
|
-
function useGetOrganizationMembersWithNameQuery(baseOptions) {
|
1402
|
-
const options =
|
1403
|
-
return Apollo.useQuery(
|
1347
|
+
export function useGetOrganizationMembersWithNameQuery(baseOptions) {
|
1348
|
+
const options = { ...defaultOptions, ...baseOptions };
|
1349
|
+
return Apollo.useQuery(GetOrganizationMembersWithNameDocument, options);
|
1404
1350
|
}
|
1405
|
-
|
1406
|
-
|
1407
|
-
|
1408
|
-
return Apollo.useLazyQuery(exports.GetOrganizationMembersWithNameDocument, options);
|
1351
|
+
export function useGetOrganizationMembersWithNameLazyQuery(baseOptions) {
|
1352
|
+
const options = { ...defaultOptions, ...baseOptions };
|
1353
|
+
return Apollo.useLazyQuery(GetOrganizationMembersWithNameDocument, options);
|
1409
1354
|
}
|
1410
|
-
|
1411
|
-
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" } }] } }] } }] } }] };
|
1355
|
+
export const 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" } }] } }] } }] } }] };
|
1412
1356
|
/**
|
1413
1357
|
* __useGetOrganizationTeamsQuery__
|
1414
1358
|
*
|
@@ -1425,17 +1369,15 @@ exports.GetOrganizationTeamsDocument = { "kind": "Document", "definitions": [{ "
|
|
1425
1369
|
* },
|
1426
1370
|
* });
|
1427
1371
|
*/
|
1428
|
-
function useGetOrganizationTeamsQuery(baseOptions) {
|
1429
|
-
const options =
|
1430
|
-
return Apollo.useQuery(
|
1372
|
+
export function useGetOrganizationTeamsQuery(baseOptions) {
|
1373
|
+
const options = { ...defaultOptions, ...baseOptions };
|
1374
|
+
return Apollo.useQuery(GetOrganizationTeamsDocument, options);
|
1431
1375
|
}
|
1432
|
-
|
1433
|
-
|
1434
|
-
|
1435
|
-
return Apollo.useLazyQuery(exports.GetOrganizationTeamsDocument, options);
|
1376
|
+
export function useGetOrganizationTeamsLazyQuery(baseOptions) {
|
1377
|
+
const options = { ...defaultOptions, ...baseOptions };
|
1378
|
+
return Apollo.useLazyQuery(GetOrganizationTeamsDocument, options);
|
1436
1379
|
}
|
1437
|
-
|
1438
|
-
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" } }] } }] } }] } }] };
|
1380
|
+
export const 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" } }] } }] } }] } }] };
|
1439
1381
|
/**
|
1440
1382
|
* __useGetTeamQuery__
|
1441
1383
|
*
|
@@ -1453,17 +1395,15 @@ exports.GetTeamDocument = { "kind": "Document", "definitions": [{ "kind": "Opera
|
|
1453
1395
|
* },
|
1454
1396
|
* });
|
1455
1397
|
*/
|
1456
|
-
function useGetTeamQuery(baseOptions) {
|
1457
|
-
const options =
|
1458
|
-
return Apollo.useQuery(
|
1398
|
+
export function useGetTeamQuery(baseOptions) {
|
1399
|
+
const options = { ...defaultOptions, ...baseOptions };
|
1400
|
+
return Apollo.useQuery(GetTeamDocument, options);
|
1459
1401
|
}
|
1460
|
-
|
1461
|
-
|
1462
|
-
|
1463
|
-
return Apollo.useLazyQuery(exports.GetTeamDocument, options);
|
1402
|
+
export function useGetTeamLazyQuery(baseOptions) {
|
1403
|
+
const options = { ...defaultOptions, ...baseOptions };
|
1404
|
+
return Apollo.useLazyQuery(GetTeamDocument, options);
|
1464
1405
|
}
|
1465
|
-
|
1466
|
-
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" } }] } }] } }] } }] };
|
1406
|
+
export const 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" } }] } }] } }] } }] };
|
1467
1407
|
/**
|
1468
1408
|
* __useGetTeamByNameQuery__
|
1469
1409
|
*
|
@@ -1481,17 +1421,15 @@ exports.GetTeamByNameDocument = { "kind": "Document", "definitions": [{ "kind":
|
|
1481
1421
|
* },
|
1482
1422
|
* });
|
1483
1423
|
*/
|
1484
|
-
function useGetTeamByNameQuery(baseOptions) {
|
1485
|
-
const options =
|
1486
|
-
return Apollo.useQuery(
|
1424
|
+
export function useGetTeamByNameQuery(baseOptions) {
|
1425
|
+
const options = { ...defaultOptions, ...baseOptions };
|
1426
|
+
return Apollo.useQuery(GetTeamByNameDocument, options);
|
1487
1427
|
}
|
1488
|
-
|
1489
|
-
|
1490
|
-
|
1491
|
-
return Apollo.useLazyQuery(exports.GetTeamByNameDocument, options);
|
1428
|
+
export function useGetTeamByNameLazyQuery(baseOptions) {
|
1429
|
+
const options = { ...defaultOptions, ...baseOptions };
|
1430
|
+
return Apollo.useLazyQuery(GetTeamByNameDocument, options);
|
1492
1431
|
}
|
1493
|
-
|
1494
|
-
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" } }] } }] } }] };
|
1432
|
+
export const 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" } }] } }] } }] };
|
1495
1433
|
/**
|
1496
1434
|
* __useGetUserAccountQuery__
|
1497
1435
|
*
|
@@ -1508,17 +1446,15 @@ exports.GetUserAccountDocument = { "kind": "Document", "definitions": [{ "kind":
|
|
1508
1446
|
* },
|
1509
1447
|
* });
|
1510
1448
|
*/
|
1511
|
-
function useGetUserAccountQuery(baseOptions) {
|
1512
|
-
const options =
|
1513
|
-
return Apollo.useQuery(
|
1449
|
+
export function useGetUserAccountQuery(baseOptions) {
|
1450
|
+
const options = { ...defaultOptions, ...baseOptions };
|
1451
|
+
return Apollo.useQuery(GetUserAccountDocument, options);
|
1514
1452
|
}
|
1515
|
-
|
1516
|
-
|
1517
|
-
|
1518
|
-
return Apollo.useLazyQuery(exports.GetUserAccountDocument, options);
|
1453
|
+
export function useGetUserAccountLazyQuery(baseOptions) {
|
1454
|
+
const options = { ...defaultOptions, ...baseOptions };
|
1455
|
+
return Apollo.useLazyQuery(GetUserAccountDocument, options);
|
1519
1456
|
}
|
1520
|
-
|
1521
|
-
exports.GetUserAccountByAuth0IdDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetUserAccountByAuth0Id" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "userAuth0Id" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getUserAccountByAuth0Id" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "userAuth0Id" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "userAuth0Id" } } }], "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" } }] } }] } }] };
|
1457
|
+
export const GetUserAccountByAuth0IdDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetUserAccountByAuth0Id" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "userAuth0Id" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getUserAccountByAuth0Id" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "userAuth0Id" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "userAuth0Id" } } }], "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" } }] } }] } }] };
|
1522
1458
|
/**
|
1523
1459
|
* __useGetUserAccountByAuth0IdQuery__
|
1524
1460
|
*
|
@@ -1535,17 +1471,15 @@ exports.GetUserAccountByAuth0IdDocument = { "kind": "Document", "definitions": [
|
|
1535
1471
|
* },
|
1536
1472
|
* });
|
1537
1473
|
*/
|
1538
|
-
function useGetUserAccountByAuth0IdQuery(baseOptions) {
|
1539
|
-
const options =
|
1540
|
-
return Apollo.useQuery(
|
1474
|
+
export function useGetUserAccountByAuth0IdQuery(baseOptions) {
|
1475
|
+
const options = { ...defaultOptions, ...baseOptions };
|
1476
|
+
return Apollo.useQuery(GetUserAccountByAuth0IdDocument, options);
|
1541
1477
|
}
|
1542
|
-
|
1543
|
-
|
1544
|
-
|
1545
|
-
return Apollo.useLazyQuery(exports.GetUserAccountByAuth0IdDocument, options);
|
1478
|
+
export function useGetUserAccountByAuth0IdLazyQuery(baseOptions) {
|
1479
|
+
const options = { ...defaultOptions, ...baseOptions };
|
1480
|
+
return Apollo.useLazyQuery(GetUserAccountByAuth0IdDocument, options);
|
1546
1481
|
}
|
1547
|
-
|
1548
|
-
exports.GetUserTokenDetailsDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetUserTokenDetails" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "userId" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "type" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "TokenTypesEnum" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getUserTokenDetails" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "userId" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "userId" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "type" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "type" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "token" } }, { "kind": "Field", "name": { "kind": "Name", "value": "valid" } }, { "kind": "Field", "name": { "kind": "Name", "value": "refreshedCount" } }, { "kind": "Field", "name": { "kind": "Name", "value": "usedCount" } }, { "kind": "Field", "name": { "kind": "Name", "value": "type" } }] } }] } }] };
|
1482
|
+
export const GetUserTokenDetailsDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetUserTokenDetails" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "userId" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "type" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "TokenTypesEnum" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getUserTokenDetails" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "userId" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "userId" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "type" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "type" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "token" } }, { "kind": "Field", "name": { "kind": "Name", "value": "valid" } }, { "kind": "Field", "name": { "kind": "Name", "value": "refreshedCount" } }, { "kind": "Field", "name": { "kind": "Name", "value": "usedCount" } }, { "kind": "Field", "name": { "kind": "Name", "value": "type" } }] } }] } }] };
|
1549
1483
|
/**
|
1550
1484
|
* __useGetUserTokenDetailsQuery__
|
1551
1485
|
*
|
@@ -1563,17 +1497,15 @@ exports.GetUserTokenDetailsDocument = { "kind": "Document", "definitions": [{ "k
|
|
1563
1497
|
* },
|
1564
1498
|
* });
|
1565
1499
|
*/
|
1566
|
-
function useGetUserTokenDetailsQuery(baseOptions) {
|
1567
|
-
const options =
|
1568
|
-
return Apollo.useQuery(
|
1500
|
+
export function useGetUserTokenDetailsQuery(baseOptions) {
|
1501
|
+
const options = { ...defaultOptions, ...baseOptions };
|
1502
|
+
return Apollo.useQuery(GetUserTokenDetailsDocument, options);
|
1569
1503
|
}
|
1570
|
-
|
1571
|
-
|
1572
|
-
|
1573
|
-
return Apollo.useLazyQuery(exports.GetUserTokenDetailsDocument, options);
|
1504
|
+
export function useGetUserTokenDetailsLazyQuery(baseOptions) {
|
1505
|
+
const options = { ...defaultOptions, ...baseOptions };
|
1506
|
+
return Apollo.useLazyQuery(GetUserTokenDetailsDocument, options);
|
1574
1507
|
}
|
1575
|
-
|
1576
|
-
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": "status" } }, { "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" } }] } }] } }] } }] };
|
1508
|
+
export const 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": "status" } }, { "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" } }] } }] } }] } }] };
|
1577
1509
|
/**
|
1578
1510
|
* __useGetUserOrganizationsQuery__
|
1579
1511
|
*
|
@@ -1590,17 +1522,15 @@ exports.GetUserOrganizationsDocument = { "kind": "Document", "definitions": [{ "
|
|
1590
1522
|
* },
|
1591
1523
|
* });
|
1592
1524
|
*/
|
1593
|
-
function useGetUserOrganizationsQuery(baseOptions) {
|
1594
|
-
const options =
|
1595
|
-
return Apollo.useQuery(
|
1525
|
+
export function useGetUserOrganizationsQuery(baseOptions) {
|
1526
|
+
const options = { ...defaultOptions, ...baseOptions };
|
1527
|
+
return Apollo.useQuery(GetUserOrganizationsDocument, options);
|
1596
1528
|
}
|
1597
|
-
|
1598
|
-
|
1599
|
-
|
1600
|
-
return Apollo.useLazyQuery(exports.GetUserOrganizationsDocument, options);
|
1529
|
+
export function useGetUserOrganizationsLazyQuery(baseOptions) {
|
1530
|
+
const options = { ...defaultOptions, ...baseOptions };
|
1531
|
+
return Apollo.useLazyQuery(GetUserOrganizationsDocument, options);
|
1601
1532
|
}
|
1602
|
-
|
1603
|
-
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": "status" } }, { "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" } }] } }] };
|
1533
|
+
export const 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": "status" } }, { "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" } }] } }] };
|
1604
1534
|
/**
|
1605
1535
|
* __useGetUserOrganizationsWithRoleQuery__
|
1606
1536
|
*
|
@@ -1617,17 +1547,15 @@ exports.GetUserOrganizationsWithRoleDocument = { "kind": "Document", "definition
|
|
1617
1547
|
* },
|
1618
1548
|
* });
|
1619
1549
|
*/
|
1620
|
-
function useGetUserOrganizationsWithRoleQuery(baseOptions) {
|
1621
|
-
const options =
|
1622
|
-
return Apollo.useQuery(
|
1550
|
+
export function useGetUserOrganizationsWithRoleQuery(baseOptions) {
|
1551
|
+
const options = { ...defaultOptions, ...baseOptions };
|
1552
|
+
return Apollo.useQuery(GetUserOrganizationsWithRoleDocument, options);
|
1623
1553
|
}
|
1624
|
-
|
1625
|
-
|
1626
|
-
|
1627
|
-
return Apollo.useLazyQuery(exports.GetUserOrganizationsWithRoleDocument, options);
|
1554
|
+
export function useGetUserOrganizationsWithRoleLazyQuery(baseOptions) {
|
1555
|
+
const options = { ...defaultOptions, ...baseOptions };
|
1556
|
+
return Apollo.useLazyQuery(GetUserOrganizationsWithRoleDocument, options);
|
1628
1557
|
}
|
1629
|
-
|
1630
|
-
exports.GetOrganizationMembersDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetOrganizationMembers" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "offset" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Int" } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "limit" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Int" } } }, { "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": "getOrganizationMembers" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "offset" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "offset" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "limit" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "limit" } } }, { "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": "totalCount" } }, { "kind": "Field", "name": { "kind": "Name", "value": "data" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "userId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "isSelf" } }, { "kind": "Field", "name": { "kind": "Name", "value": "role" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "email" } }, { "kind": "Field", "name": { "kind": "Name", "value": "teamNames" } }, { "kind": "Field", "name": { "kind": "Name", "value": "crossCheckEmail" } }, { "kind": "Field", "name": { "kind": "Name", "value": "user" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "familyName" } }, { "kind": "Field", "name": { "kind": "Name", "value": "givenName" } }, { "kind": "Field", "name": { "kind": "Name", "value": "username" } }, { "kind": "Field", "name": { "kind": "Name", "value": "alias" } }, { "kind": "Field", "name": { "kind": "Name", "value": "email" } }] } }] } }] } }] } }] };
|
1558
|
+
export const GetOrganizationMembersDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetOrganizationMembers" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "offset" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Int" } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "limit" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Int" } } }, { "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": "getOrganizationMembers" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "offset" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "offset" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "limit" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "limit" } } }, { "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": "totalCount" } }, { "kind": "Field", "name": { "kind": "Name", "value": "data" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "userId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "isSelf" } }, { "kind": "Field", "name": { "kind": "Name", "value": "role" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "email" } }, { "kind": "Field", "name": { "kind": "Name", "value": "teamNames" } }, { "kind": "Field", "name": { "kind": "Name", "value": "crossCheckEmail" } }, { "kind": "Field", "name": { "kind": "Name", "value": "user" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "familyName" } }, { "kind": "Field", "name": { "kind": "Name", "value": "givenName" } }, { "kind": "Field", "name": { "kind": "Name", "value": "username" } }, { "kind": "Field", "name": { "kind": "Name", "value": "alias" } }, { "kind": "Field", "name": { "kind": "Name", "value": "email" } }] } }] } }] } }] } }] };
|
1631
1559
|
/**
|
1632
1560
|
* __useGetOrganizationMembersQuery__
|
1633
1561
|
*
|
@@ -1646,17 +1574,15 @@ exports.GetOrganizationMembersDocument = { "kind": "Document", "definitions": [{
|
|
1646
1574
|
* },
|
1647
1575
|
* });
|
1648
1576
|
*/
|
1649
|
-
function useGetOrganizationMembersQuery(baseOptions) {
|
1650
|
-
const options =
|
1651
|
-
return Apollo.useQuery(
|
1577
|
+
export function useGetOrganizationMembersQuery(baseOptions) {
|
1578
|
+
const options = { ...defaultOptions, ...baseOptions };
|
1579
|
+
return Apollo.useQuery(GetOrganizationMembersDocument, options);
|
1652
1580
|
}
|
1653
|
-
|
1654
|
-
|
1655
|
-
|
1656
|
-
return Apollo.useLazyQuery(exports.GetOrganizationMembersDocument, options);
|
1581
|
+
export function useGetOrganizationMembersLazyQuery(baseOptions) {
|
1582
|
+
const options = { ...defaultOptions, ...baseOptions };
|
1583
|
+
return Apollo.useLazyQuery(GetOrganizationMembersDocument, options);
|
1657
1584
|
}
|
1658
|
-
|
1659
|
-
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" } }] } }] };
|
1585
|
+
export const 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" } }] } }] };
|
1660
1586
|
/**
|
1661
1587
|
* __useOrganizationsQuery__
|
1662
1588
|
*
|
@@ -1672,17 +1598,15 @@ exports.OrganizationsDocument = { "kind": "Document", "definitions": [{ "kind":
|
|
1672
1598
|
* },
|
1673
1599
|
* });
|
1674
1600
|
*/
|
1675
|
-
function useOrganizationsQuery(baseOptions) {
|
1676
|
-
const options =
|
1677
|
-
return Apollo.useQuery(
|
1601
|
+
export function useOrganizationsQuery(baseOptions) {
|
1602
|
+
const options = { ...defaultOptions, ...baseOptions };
|
1603
|
+
return Apollo.useQuery(OrganizationsDocument, options);
|
1678
1604
|
}
|
1679
|
-
|
1680
|
-
|
1681
|
-
|
1682
|
-
return Apollo.useLazyQuery(exports.OrganizationsDocument, options);
|
1605
|
+
export function useOrganizationsLazyQuery(baseOptions) {
|
1606
|
+
const options = { ...defaultOptions, ...baseOptions };
|
1607
|
+
return Apollo.useLazyQuery(OrganizationsDocument, options);
|
1683
1608
|
}
|
1684
|
-
|
1685
|
-
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" } }] } }] } }] } }] };
|
1609
|
+
export const 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" } }] } }] } }] } }] };
|
1686
1610
|
/**
|
1687
1611
|
* __useTeamQuery__
|
1688
1612
|
*
|
@@ -1699,17 +1623,15 @@ exports.TeamDocument = { "kind": "Document", "definitions": [{ "kind": "Operatio
|
|
1699
1623
|
* },
|
1700
1624
|
* });
|
1701
1625
|
*/
|
1702
|
-
function useTeamQuery(baseOptions) {
|
1703
|
-
const options =
|
1704
|
-
return Apollo.useQuery(
|
1626
|
+
export function useTeamQuery(baseOptions) {
|
1627
|
+
const options = { ...defaultOptions, ...baseOptions };
|
1628
|
+
return Apollo.useQuery(TeamDocument, options);
|
1705
1629
|
}
|
1706
|
-
|
1707
|
-
|
1708
|
-
|
1709
|
-
return Apollo.useLazyQuery(exports.TeamDocument, options);
|
1630
|
+
export function useTeamLazyQuery(baseOptions) {
|
1631
|
+
const options = { ...defaultOptions, ...baseOptions };
|
1632
|
+
return Apollo.useLazyQuery(TeamDocument, options);
|
1710
1633
|
}
|
1711
|
-
|
1712
|
-
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" } }] } }] } }] } }] };
|
1634
|
+
export const 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" } }] } }] } }] } }] };
|
1713
1635
|
/**
|
1714
1636
|
* __useTeamsQuery__
|
1715
1637
|
*
|
@@ -1725,17 +1647,15 @@ exports.TeamsDocument = { "kind": "Document", "definitions": [{ "kind": "Operati
|
|
1725
1647
|
* },
|
1726
1648
|
* });
|
1727
1649
|
*/
|
1728
|
-
function useTeamsQuery(baseOptions) {
|
1729
|
-
const options =
|
1730
|
-
return Apollo.useQuery(
|
1650
|
+
export function useTeamsQuery(baseOptions) {
|
1651
|
+
const options = { ...defaultOptions, ...baseOptions };
|
1652
|
+
return Apollo.useQuery(TeamsDocument, options);
|
1731
1653
|
}
|
1732
|
-
|
1733
|
-
|
1734
|
-
|
1735
|
-
return Apollo.useLazyQuery(exports.TeamsDocument, options);
|
1654
|
+
export function useTeamsLazyQuery(baseOptions) {
|
1655
|
+
const options = { ...defaultOptions, ...baseOptions };
|
1656
|
+
return Apollo.useLazyQuery(TeamsDocument, options);
|
1736
1657
|
}
|
1737
|
-
|
1738
|
-
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" } }] } }] } }] } }] } }] } }] };
|
1658
|
+
export const 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" } }] } }] } }] } }] } }] } }] };
|
1739
1659
|
/**
|
1740
1660
|
* __useGetViewerSettingsQuery__
|
1741
1661
|
*
|
@@ -1752,17 +1672,15 @@ exports.GetViewerSettingsDocument = { "kind": "Document", "definitions": [{ "kin
|
|
1752
1672
|
* },
|
1753
1673
|
* });
|
1754
1674
|
*/
|
1755
|
-
function useGetViewerSettingsQuery(baseOptions) {
|
1756
|
-
const options =
|
1757
|
-
return Apollo.useQuery(
|
1675
|
+
export function useGetViewerSettingsQuery(baseOptions) {
|
1676
|
+
const options = { ...defaultOptions, ...baseOptions };
|
1677
|
+
return Apollo.useQuery(GetViewerSettingsDocument, options);
|
1758
1678
|
}
|
1759
|
-
|
1760
|
-
|
1761
|
-
|
1762
|
-
return Apollo.useLazyQuery(exports.GetViewerSettingsDocument, options);
|
1679
|
+
export function useGetViewerSettingsLazyQuery(baseOptions) {
|
1680
|
+
const options = { ...defaultOptions, ...baseOptions };
|
1681
|
+
return Apollo.useLazyQuery(GetViewerSettingsDocument, options);
|
1763
1682
|
}
|
1764
|
-
|
1765
|
-
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" } }] } }] } }] } }] } }] } }] };
|
1683
|
+
export const 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" } }] } }] } }] } }] } }] } }] };
|
1766
1684
|
/**
|
1767
1685
|
* __useGetAccountsViewerSettingsQuery__
|
1768
1686
|
*
|
@@ -1779,17 +1697,15 @@ exports.GetAccountsViewerSettingsDocument = { "kind": "Document", "definitions":
|
|
1779
1697
|
* },
|
1780
1698
|
* });
|
1781
1699
|
*/
|
1782
|
-
function useGetAccountsViewerSettingsQuery(baseOptions) {
|
1783
|
-
const options =
|
1784
|
-
return Apollo.useQuery(
|
1700
|
+
export function useGetAccountsViewerSettingsQuery(baseOptions) {
|
1701
|
+
const options = { ...defaultOptions, ...baseOptions };
|
1702
|
+
return Apollo.useQuery(GetAccountsViewerSettingsDocument, options);
|
1785
1703
|
}
|
1786
|
-
|
1787
|
-
|
1788
|
-
|
1789
|
-
return Apollo.useLazyQuery(exports.GetAccountsViewerSettingsDocument, options);
|
1704
|
+
export function useGetAccountsViewerSettingsLazyQuery(baseOptions) {
|
1705
|
+
const options = { ...defaultOptions, ...baseOptions };
|
1706
|
+
return Apollo.useLazyQuery(GetAccountsViewerSettingsDocument, options);
|
1790
1707
|
}
|
1791
|
-
|
1792
|
-
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" } }] } }] } }] };
|
1708
|
+
export const 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" } }] } }] } }] };
|
1793
1709
|
/**
|
1794
1710
|
* __useGetAccountsApplicationPoliciesQuery__
|
1795
1711
|
*
|
@@ -1806,17 +1722,15 @@ exports.GetAccountsApplicationPoliciesDocument = { "kind": "Document", "definiti
|
|
1806
1722
|
* },
|
1807
1723
|
* });
|
1808
1724
|
*/
|
1809
|
-
function useGetAccountsApplicationPoliciesQuery(baseOptions) {
|
1810
|
-
const options =
|
1811
|
-
return Apollo.useQuery(
|
1725
|
+
export function useGetAccountsApplicationPoliciesQuery(baseOptions) {
|
1726
|
+
const options = { ...defaultOptions, ...baseOptions };
|
1727
|
+
return Apollo.useQuery(GetAccountsApplicationPoliciesDocument, options);
|
1812
1728
|
}
|
1813
|
-
|
1814
|
-
|
1815
|
-
|
1816
|
-
return Apollo.useLazyQuery(exports.GetAccountsApplicationPoliciesDocument, options);
|
1729
|
+
export function useGetAccountsApplicationPoliciesLazyQuery(baseOptions) {
|
1730
|
+
const options = { ...defaultOptions, ...baseOptions };
|
1731
|
+
return Apollo.useLazyQuery(GetAccountsApplicationPoliciesDocument, options);
|
1817
1732
|
}
|
1818
|
-
|
1819
|
-
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" } }] } }] } }] } }] };
|
1733
|
+
export const 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" } }] } }] } }] } }] };
|
1820
1734
|
/**
|
1821
1735
|
* __useGetOrgMembersWithRolesUnsecuredQuery__
|
1822
1736
|
*
|
@@ -1833,17 +1747,15 @@ exports.GetOrgMembersWithRolesUnsecuredDocument = { "kind": "Document", "definit
|
|
1833
1747
|
* },
|
1834
1748
|
* });
|
1835
1749
|
*/
|
1836
|
-
function useGetOrgMembersWithRolesUnsecuredQuery(baseOptions) {
|
1837
|
-
const options =
|
1838
|
-
return Apollo.useQuery(
|
1750
|
+
export function useGetOrgMembersWithRolesUnsecuredQuery(baseOptions) {
|
1751
|
+
const options = { ...defaultOptions, ...baseOptions };
|
1752
|
+
return Apollo.useQuery(GetOrgMembersWithRolesUnsecuredDocument, options);
|
1839
1753
|
}
|
1840
|
-
|
1841
|
-
|
1842
|
-
|
1843
|
-
return Apollo.useLazyQuery(exports.GetOrgMembersWithRolesUnsecuredDocument, options);
|
1754
|
+
export function useGetOrgMembersWithRolesUnsecuredLazyQuery(baseOptions) {
|
1755
|
+
const options = { ...defaultOptions, ...baseOptions };
|
1756
|
+
return Apollo.useLazyQuery(GetOrgMembersWithRolesUnsecuredDocument, options);
|
1844
1757
|
}
|
1845
|
-
|
1846
|
-
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" } }] } }] } }] } }] };
|
1758
|
+
export const 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" } }] } }] } }] } }] };
|
1847
1759
|
/**
|
1848
1760
|
* __useGetOrgMembersWithRolesQuery__
|
1849
1761
|
*
|
@@ -1860,17 +1772,15 @@ exports.GetOrgMembersWithRolesDocument = { "kind": "Document", "definitions": [{
|
|
1860
1772
|
* },
|
1861
1773
|
* });
|
1862
1774
|
*/
|
1863
|
-
function useGetOrgMembersWithRolesQuery(baseOptions) {
|
1864
|
-
const options =
|
1865
|
-
return Apollo.useQuery(
|
1775
|
+
export function useGetOrgMembersWithRolesQuery(baseOptions) {
|
1776
|
+
const options = { ...defaultOptions, ...baseOptions };
|
1777
|
+
return Apollo.useQuery(GetOrgMembersWithRolesDocument, options);
|
1866
1778
|
}
|
1867
|
-
|
1868
|
-
|
1869
|
-
|
1870
|
-
return Apollo.useLazyQuery(exports.GetOrgMembersWithRolesDocument, options);
|
1779
|
+
export function useGetOrgMembersWithRolesLazyQuery(baseOptions) {
|
1780
|
+
const options = { ...defaultOptions, ...baseOptions };
|
1781
|
+
return Apollo.useLazyQuery(GetOrgMembersWithRolesDocument, options);
|
1871
1782
|
}
|
1872
|
-
|
1873
|
-
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" } }] } }] } }] };
|
1783
|
+
export const 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" } }] } }] } }] };
|
1874
1784
|
/**
|
1875
1785
|
* __useGetUsersQuery__
|
1876
1786
|
*
|
@@ -1887,17 +1797,15 @@ exports.GetUsersDocument = { "kind": "Document", "definitions": [{ "kind": "Oper
|
|
1887
1797
|
* },
|
1888
1798
|
* });
|
1889
1799
|
*/
|
1890
|
-
function useGetUsersQuery(baseOptions) {
|
1891
|
-
const options =
|
1892
|
-
return Apollo.useQuery(
|
1800
|
+
export function useGetUsersQuery(baseOptions) {
|
1801
|
+
const options = { ...defaultOptions, ...baseOptions };
|
1802
|
+
return Apollo.useQuery(GetUsersDocument, options);
|
1893
1803
|
}
|
1894
|
-
|
1895
|
-
|
1896
|
-
|
1897
|
-
return Apollo.useLazyQuery(exports.GetUsersDocument, options);
|
1804
|
+
export function useGetUsersLazyQuery(baseOptions) {
|
1805
|
+
const options = { ...defaultOptions, ...baseOptions };
|
1806
|
+
return Apollo.useLazyQuery(GetUsersDocument, options);
|
1898
1807
|
}
|
1899
|
-
|
1900
|
-
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" } }] } }] } }] };
|
1808
|
+
export const 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" } }] } }] } }] };
|
1901
1809
|
/**
|
1902
1810
|
* __useFilterIntegrationConfigurationQuery__
|
1903
1811
|
*
|
@@ -1914,17 +1822,15 @@ exports.FilterIntegrationConfigurationDocument = { "kind": "Document", "definiti
|
|
1914
1822
|
* },
|
1915
1823
|
* });
|
1916
1824
|
*/
|
1917
|
-
function useFilterIntegrationConfigurationQuery(baseOptions) {
|
1918
|
-
const options =
|
1919
|
-
return Apollo.useQuery(
|
1825
|
+
export function useFilterIntegrationConfigurationQuery(baseOptions) {
|
1826
|
+
const options = { ...defaultOptions, ...baseOptions };
|
1827
|
+
return Apollo.useQuery(FilterIntegrationConfigurationDocument, options);
|
1920
1828
|
}
|
1921
|
-
|
1922
|
-
|
1923
|
-
|
1924
|
-
return Apollo.useLazyQuery(exports.FilterIntegrationConfigurationDocument, options);
|
1829
|
+
export function useFilterIntegrationConfigurationLazyQuery(baseOptions) {
|
1830
|
+
const options = { ...defaultOptions, ...baseOptions };
|
1831
|
+
return Apollo.useLazyQuery(FilterIntegrationConfigurationDocument, options);
|
1925
1832
|
}
|
1926
|
-
|
1927
|
-
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" } } }] }] } }] };
|
1833
|
+
export const 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" } } }] }] } }] };
|
1928
1834
|
/**
|
1929
1835
|
* __useAddContributionRoleMutation__
|
1930
1836
|
*
|
@@ -1943,12 +1849,11 @@ exports.AddContributionRoleDocument = { "kind": "Document", "definitions": [{ "k
|
|
1943
1849
|
* },
|
1944
1850
|
* });
|
1945
1851
|
*/
|
1946
|
-
function useAddContributionRoleMutation(baseOptions) {
|
1947
|
-
const options =
|
1948
|
-
return Apollo.useMutation(
|
1852
|
+
export function useAddContributionRoleMutation(baseOptions) {
|
1853
|
+
const options = { ...defaultOptions, ...baseOptions };
|
1854
|
+
return Apollo.useMutation(AddContributionRoleDocument, options);
|
1949
1855
|
}
|
1950
|
-
|
1951
|
-
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": "ResourceCreationDataInput" } } } } }], "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" } }] }] } }] };
|
1856
|
+
export const 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": "ResourceCreationDataInput" } } } } }], "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" } }] }] } }] };
|
1952
1857
|
/**
|
1953
1858
|
* __useAddResourceToContextMutation__
|
1954
1859
|
*
|
@@ -1966,12 +1871,11 @@ exports.AddResourceToContextDocument = { "kind": "Document", "definitions": [{ "
|
|
1966
1871
|
* },
|
1967
1872
|
* });
|
1968
1873
|
*/
|
1969
|
-
function useAddResourceToContextMutation(baseOptions) {
|
1970
|
-
const options =
|
1971
|
-
return Apollo.useMutation(
|
1874
|
+
export function useAddResourceToContextMutation(baseOptions) {
|
1875
|
+
const options = { ...defaultOptions, ...baseOptions };
|
1876
|
+
return Apollo.useMutation(AddResourceToContextDocument, options);
|
1972
1877
|
}
|
1973
|
-
|
1974
|
-
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": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }, { "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": "changeOrganization" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "orgName" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "orgName" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "userId" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "userId" } } }], "directives": [{ "kind": "Directive", "name": { "kind": "Name", "value": "client" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "always" }, "value": { "kind": "BooleanValue", "value": true } }] }] }] } }] };
|
1878
|
+
export const 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": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }, { "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": "changeOrganization" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "orgName" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "orgName" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "userId" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "userId" } } }], "directives": [{ "kind": "Directive", "name": { "kind": "Name", "value": "client" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "always" }, "value": { "kind": "BooleanValue", "value": true } }] }] }] } }] };
|
1975
1879
|
/**
|
1976
1880
|
* __useChangeOrganizationMutation__
|
1977
1881
|
*
|
@@ -1990,12 +1894,11 @@ exports.ChangeOrganizationDocument = { "kind": "Document", "definitions": [{ "ki
|
|
1990
1894
|
* },
|
1991
1895
|
* });
|
1992
1896
|
*/
|
1993
|
-
function useChangeOrganizationMutation(baseOptions) {
|
1994
|
-
const options =
|
1995
|
-
return Apollo.useMutation(
|
1897
|
+
export function useChangeOrganizationMutation(baseOptions) {
|
1898
|
+
const options = { ...defaultOptions, ...baseOptions };
|
1899
|
+
return Apollo.useMutation(ChangeOrganizationDocument, options);
|
1996
1900
|
}
|
1997
|
-
|
1998
|
-
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" } } }] }] } }] };
|
1901
|
+
export const 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" } } }] }] } }] };
|
1999
1902
|
/**
|
2000
1903
|
* __useInitiateConfigurationValueMutation__
|
2001
1904
|
*
|
@@ -2013,12 +1916,11 @@ exports.InitiateConfigurationValueDocument = { "kind": "Document", "definitions"
|
|
2013
1916
|
* },
|
2014
1917
|
* });
|
2015
1918
|
*/
|
2016
|
-
function useInitiateConfigurationValueMutation(baseOptions) {
|
2017
|
-
const options =
|
2018
|
-
return Apollo.useMutation(
|
1919
|
+
export function useInitiateConfigurationValueMutation(baseOptions) {
|
1920
|
+
const options = { ...defaultOptions, ...baseOptions };
|
1921
|
+
return Apollo.useMutation(InitiateConfigurationValueDocument, options);
|
2019
1922
|
}
|
2020
|
-
|
2021
|
-
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" } }] }] } }] };
|
1923
|
+
export const 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" } }] }] } }] };
|
2022
1924
|
/**
|
2023
1925
|
* __useInitializeOrgNameInContextMutation__
|
2024
1926
|
*
|
@@ -2036,12 +1938,11 @@ exports.InitializeOrgNameInContextDocument = { "kind": "Document", "definitions"
|
|
2036
1938
|
* },
|
2037
1939
|
* });
|
2038
1940
|
*/
|
2039
|
-
function useInitializeOrgNameInContextMutation(baseOptions) {
|
2040
|
-
const options =
|
2041
|
-
return Apollo.useMutation(
|
1941
|
+
export function useInitializeOrgNameInContextMutation(baseOptions) {
|
1942
|
+
const options = { ...defaultOptions, ...baseOptions };
|
1943
|
+
return Apollo.useMutation(InitializeOrgNameInContextDocument, options);
|
2042
1944
|
}
|
2043
|
-
|
2044
|
-
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" } }] }] } }] };
|
1945
|
+
export const 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" } }] }] } }] };
|
2045
1946
|
/**
|
2046
1947
|
* __useInitializeTeamInContextMutation__
|
2047
1948
|
*
|
@@ -2060,12 +1961,11 @@ exports.InitializeTeamInContextDocument = { "kind": "Document", "definitions": [
|
|
2060
1961
|
* },
|
2061
1962
|
* });
|
2062
1963
|
*/
|
2063
|
-
function useInitializeTeamInContextMutation(baseOptions) {
|
2064
|
-
const options =
|
2065
|
-
return Apollo.useMutation(
|
1964
|
+
export function useInitializeTeamInContextMutation(baseOptions) {
|
1965
|
+
const options = { ...defaultOptions, ...baseOptions };
|
1966
|
+
return Apollo.useMutation(InitializeTeamInContextDocument, options);
|
2066
1967
|
}
|
2067
|
-
|
2068
|
-
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 } }] }] }] } }] };
|
1968
|
+
export const 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 } }] }] }] } }] };
|
2069
1969
|
/**
|
2070
1970
|
* __useReassignConfigurationMutation__
|
2071
1971
|
*
|
@@ -2082,12 +1982,11 @@ exports.ReassignConfigurationDocument = { "kind": "Document", "definitions": [{
|
|
2082
1982
|
* },
|
2083
1983
|
* });
|
2084
1984
|
*/
|
2085
|
-
function useReassignConfigurationMutation(baseOptions) {
|
2086
|
-
const options =
|
2087
|
-
return Apollo.useMutation(
|
1985
|
+
export function useReassignConfigurationMutation(baseOptions) {
|
1986
|
+
const options = { ...defaultOptions, ...baseOptions };
|
1987
|
+
return Apollo.useMutation(ReassignConfigurationDocument, options);
|
2088
1988
|
}
|
2089
|
-
|
2090
|
-
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": "PreferencesInputInput" } } } }, { "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": "ConfigurationOverridesInput" } } }, { "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 } }] }] }] } }] };
|
1989
|
+
export const 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": "PreferencesInputInput" } } } }, { "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": "ConfigurationOverridesInput" } } }, { "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 } }] }] }] } }] };
|
2091
1990
|
/**
|
2092
1991
|
* __useUpdateConfigurationMutation__
|
2093
1992
|
*
|
@@ -2110,12 +2009,11 @@ exports.UpdateConfigurationDocument = { "kind": "Document", "definitions": [{ "k
|
|
2110
2009
|
* },
|
2111
2010
|
* });
|
2112
2011
|
*/
|
2113
|
-
function useUpdateConfigurationMutation(baseOptions) {
|
2114
|
-
const options =
|
2115
|
-
return Apollo.useMutation(
|
2012
|
+
export function useUpdateConfigurationMutation(baseOptions) {
|
2013
|
+
const options = { ...defaultOptions, ...baseOptions };
|
2014
|
+
return Apollo.useMutation(UpdateConfigurationDocument, options);
|
2116
2015
|
}
|
2117
|
-
|
2118
|
-
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" } }] } }] };
|
2016
|
+
export const 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" } }] } }] };
|
2119
2017
|
/**
|
2120
2018
|
* __useGetApplicationPolicyQuery__
|
2121
2019
|
*
|
@@ -2132,17 +2030,15 @@ exports.GetApplicationPolicyDocument = { "kind": "Document", "definitions": [{ "
|
|
2132
2030
|
* },
|
2133
2031
|
* });
|
2134
2032
|
*/
|
2135
|
-
function useGetApplicationPolicyQuery(baseOptions) {
|
2136
|
-
const options =
|
2137
|
-
return Apollo.useQuery(
|
2033
|
+
export function useGetApplicationPolicyQuery(baseOptions) {
|
2034
|
+
const options = { ...defaultOptions, ...baseOptions };
|
2035
|
+
return Apollo.useQuery(GetApplicationPolicyDocument, options);
|
2138
2036
|
}
|
2139
|
-
|
2140
|
-
|
2141
|
-
|
2142
|
-
return Apollo.useLazyQuery(exports.GetApplicationPolicyDocument, options);
|
2037
|
+
export function useGetApplicationPolicyLazyQuery(baseOptions) {
|
2038
|
+
const options = { ...defaultOptions, ...baseOptions };
|
2039
|
+
return Apollo.useLazyQuery(GetApplicationPolicyDocument, options);
|
2143
2040
|
}
|
2144
|
-
|
2145
|
-
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": "ApplicationRole" } }, "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" } }] } }] };
|
2041
|
+
export const 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": "ApplicationRole" } }, "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" } }] } }] };
|
2146
2042
|
/**
|
2147
2043
|
* __useGetApplicationRoleQuery__
|
2148
2044
|
*
|
@@ -2159,17 +2055,15 @@ exports.GetApplicationRoleDocument = { "kind": "Document", "definitions": [{ "ki
|
|
2159
2055
|
* },
|
2160
2056
|
* });
|
2161
2057
|
*/
|
2162
|
-
function useGetApplicationRoleQuery(baseOptions) {
|
2163
|
-
const options =
|
2164
|
-
return Apollo.useQuery(
|
2058
|
+
export function useGetApplicationRoleQuery(baseOptions) {
|
2059
|
+
const options = { ...defaultOptions, ...baseOptions };
|
2060
|
+
return Apollo.useQuery(GetApplicationRoleDocument, options);
|
2165
2061
|
}
|
2166
|
-
|
2167
|
-
|
2168
|
-
|
2169
|
-
return Apollo.useLazyQuery(exports.GetApplicationRoleDocument, options);
|
2062
|
+
export function useGetApplicationRoleLazyQuery(baseOptions) {
|
2063
|
+
const options = { ...defaultOptions, ...baseOptions };
|
2064
|
+
return Apollo.useLazyQuery(GetApplicationRoleDocument, options);
|
2170
2065
|
}
|
2171
|
-
|
2172
|
-
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": "order" } }, { "kind": "Field", "name": { "kind": "Name", "value": "enum" } }, { "kind": "Field", "name": { "kind": "Name", "value": "objectProperties" } }, { "kind": "Field", "name": { "kind": "Name", "value": "objectPatternProperties" } }, { "kind": "Field", "name": { "kind": "Name", "value": "objectAdditionalProperties" } }, { "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" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "arrayItemType" } }, { "kind": "Field", "name": { "kind": "Name", "value": "settingDependencies" } }, { "kind": "Field", "name": { "kind": "Name", "value": "minimum" } }, { "kind": "Field", "name": { "kind": "Name", "value": "maximum" } }, { "kind": "Field", "name": { "kind": "Name", "value": "maxLength" } }, { "kind": "Field", "name": { "kind": "Name", "value": "minLength" } }, { "kind": "Field", "name": { "kind": "Name", "value": "maxItems" } }, { "kind": "Field", "name": { "kind": "Name", "value": "minItems" } }] } }] };
|
2066
|
+
export const 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": "order" } }, { "kind": "Field", "name": { "kind": "Name", "value": "enum" } }, { "kind": "Field", "name": { "kind": "Name", "value": "objectProperties" } }, { "kind": "Field", "name": { "kind": "Name", "value": "objectPatternProperties" } }, { "kind": "Field", "name": { "kind": "Name", "value": "objectAdditionalProperties" } }, { "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" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "arrayItemType" } }, { "kind": "Field", "name": { "kind": "Name", "value": "settingDependencies" } }, { "kind": "Field", "name": { "kind": "Name", "value": "minimum" } }, { "kind": "Field", "name": { "kind": "Name", "value": "maximum" } }, { "kind": "Field", "name": { "kind": "Name", "value": "maxLength" } }, { "kind": "Field", "name": { "kind": "Name", "value": "minLength" } }, { "kind": "Field", "name": { "kind": "Name", "value": "maxItems" } }, { "kind": "Field", "name": { "kind": "Name", "value": "minItems" } }] } }] };
|
2173
2067
|
/**
|
2174
2068
|
* __useDefaultResolveSettingsQuery__
|
2175
2069
|
*
|
@@ -2187,17 +2081,15 @@ exports.DefaultResolveSettingsDocument = { "kind": "Document", "definitions": [{
|
|
2187
2081
|
* },
|
2188
2082
|
* });
|
2189
2083
|
*/
|
2190
|
-
function useDefaultResolveSettingsQuery(baseOptions) {
|
2191
|
-
const options =
|
2192
|
-
return Apollo.useQuery(
|
2084
|
+
export function useDefaultResolveSettingsQuery(baseOptions) {
|
2085
|
+
const options = { ...defaultOptions, ...baseOptions };
|
2086
|
+
return Apollo.useQuery(DefaultResolveSettingsDocument, options);
|
2193
2087
|
}
|
2194
|
-
|
2195
|
-
|
2196
|
-
|
2197
|
-
return Apollo.useLazyQuery(exports.DefaultResolveSettingsDocument, options);
|
2088
|
+
export function useDefaultResolveSettingsLazyQuery(baseOptions) {
|
2089
|
+
const options = { ...defaultOptions, ...baseOptions };
|
2090
|
+
return Apollo.useLazyQuery(DefaultResolveSettingsDocument, options);
|
2198
2091
|
}
|
2199
|
-
|
2200
|
-
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" } }] }] } }] };
|
2092
|
+
export const 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" } }] }] } }] };
|
2201
2093
|
/**
|
2202
2094
|
* __useGetConfigurationTargetQuery__
|
2203
2095
|
*
|
@@ -2214,17 +2106,15 @@ exports.GetConfigurationTargetDocument = { "kind": "Document", "definitions": [{
|
|
2214
2106
|
* },
|
2215
2107
|
* });
|
2216
2108
|
*/
|
2217
|
-
function useGetConfigurationTargetQuery(baseOptions) {
|
2218
|
-
const options =
|
2219
|
-
return Apollo.useQuery(
|
2109
|
+
export function useGetConfigurationTargetQuery(baseOptions) {
|
2110
|
+
const options = { ...defaultOptions, ...baseOptions };
|
2111
|
+
return Apollo.useQuery(GetConfigurationTargetDocument, options);
|
2220
2112
|
}
|
2221
|
-
|
2222
|
-
|
2223
|
-
|
2224
|
-
return Apollo.useLazyQuery(exports.GetConfigurationTargetDocument, options);
|
2113
|
+
export function useGetConfigurationTargetLazyQuery(baseOptions) {
|
2114
|
+
const options = { ...defaultOptions, ...baseOptions };
|
2115
|
+
return Apollo.useLazyQuery(GetConfigurationTargetDocument, options);
|
2225
2116
|
}
|
2226
|
-
|
2227
|
-
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" } }] }] } }] };
|
2117
|
+
export const 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" } }] }] } }] };
|
2228
2118
|
/**
|
2229
2119
|
* __useGetContextPropertyQuery__
|
2230
2120
|
*
|
@@ -2241,17 +2131,15 @@ exports.GetContextPropertyDocument = { "kind": "Document", "definitions": [{ "ki
|
|
2241
2131
|
* },
|
2242
2132
|
* });
|
2243
2133
|
*/
|
2244
|
-
function useGetContextPropertyQuery(baseOptions) {
|
2245
|
-
const options =
|
2246
|
-
return Apollo.useQuery(
|
2134
|
+
export function useGetContextPropertyQuery(baseOptions) {
|
2135
|
+
const options = { ...defaultOptions, ...baseOptions };
|
2136
|
+
return Apollo.useQuery(GetContextPropertyDocument, options);
|
2247
2137
|
}
|
2248
|
-
|
2249
|
-
|
2250
|
-
|
2251
|
-
return Apollo.useLazyQuery(exports.GetContextPropertyDocument, options);
|
2138
|
+
export function useGetContextPropertyLazyQuery(baseOptions) {
|
2139
|
+
const options = { ...defaultOptions, ...baseOptions };
|
2140
|
+
return Apollo.useLazyQuery(GetContextPropertyDocument, options);
|
2252
2141
|
}
|
2253
|
-
|
2254
|
-
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" } }] } }] };
|
2142
|
+
export const 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" } }] } }] };
|
2255
2143
|
/**
|
2256
2144
|
* __useGetDefaultApplicationPermissionsQuery__
|
2257
2145
|
*
|
@@ -2268,17 +2156,15 @@ exports.GetDefaultApplicationPermissionsDocument = { "kind": "Document", "defini
|
|
2268
2156
|
* },
|
2269
2157
|
* });
|
2270
2158
|
*/
|
2271
|
-
function useGetDefaultApplicationPermissionsQuery(baseOptions) {
|
2272
|
-
const options =
|
2273
|
-
return Apollo.useQuery(
|
2159
|
+
export function useGetDefaultApplicationPermissionsQuery(baseOptions) {
|
2160
|
+
const options = { ...defaultOptions, ...baseOptions };
|
2161
|
+
return Apollo.useQuery(GetDefaultApplicationPermissionsDocument, options);
|
2274
2162
|
}
|
2275
|
-
|
2276
|
-
|
2277
|
-
|
2278
|
-
return Apollo.useLazyQuery(exports.GetDefaultApplicationPermissionsDocument, options);
|
2163
|
+
export function useGetDefaultApplicationPermissionsLazyQuery(baseOptions) {
|
2164
|
+
const options = { ...defaultOptions, ...baseOptions };
|
2165
|
+
return Apollo.useLazyQuery(GetDefaultApplicationPermissionsDocument, options);
|
2279
2166
|
}
|
2280
|
-
|
2281
|
-
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": "order" } }, { "kind": "Field", "name": { "kind": "Name", "value": "enum" } }, { "kind": "Field", "name": { "kind": "Name", "value": "objectProperties" } }, { "kind": "Field", "name": { "kind": "Name", "value": "objectPatternProperties" } }, { "kind": "Field", "name": { "kind": "Name", "value": "objectAdditionalProperties" } }, { "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" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "arrayItemType" } }, { "kind": "Field", "name": { "kind": "Name", "value": "settingDependencies" } }, { "kind": "Field", "name": { "kind": "Name", "value": "minimum" } }, { "kind": "Field", "name": { "kind": "Name", "value": "maximum" } }, { "kind": "Field", "name": { "kind": "Name", "value": "maxLength" } }, { "kind": "Field", "name": { "kind": "Name", "value": "minLength" } }, { "kind": "Field", "name": { "kind": "Name", "value": "maxItems" } }, { "kind": "Field", "name": { "kind": "Name", "value": "minItems" } }] } }] };
|
2167
|
+
export const 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": "order" } }, { "kind": "Field", "name": { "kind": "Name", "value": "enum" } }, { "kind": "Field", "name": { "kind": "Name", "value": "objectProperties" } }, { "kind": "Field", "name": { "kind": "Name", "value": "objectPatternProperties" } }, { "kind": "Field", "name": { "kind": "Name", "value": "objectAdditionalProperties" } }, { "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" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "arrayItemType" } }, { "kind": "Field", "name": { "kind": "Name", "value": "settingDependencies" } }, { "kind": "Field", "name": { "kind": "Name", "value": "minimum" } }, { "kind": "Field", "name": { "kind": "Name", "value": "maximum" } }, { "kind": "Field", "name": { "kind": "Name", "value": "maxLength" } }, { "kind": "Field", "name": { "kind": "Name", "value": "minLength" } }, { "kind": "Field", "name": { "kind": "Name", "value": "maxItems" } }, { "kind": "Field", "name": { "kind": "Name", "value": "minItems" } }] } }] };
|
2282
2168
|
/**
|
2283
2169
|
* __useGetDefaultPermissionsQuery__
|
2284
2170
|
*
|
@@ -2295,17 +2181,15 @@ exports.GetDefaultPermissionsDocument = { "kind": "Document", "definitions": [{
|
|
2295
2181
|
* },
|
2296
2182
|
* });
|
2297
2183
|
*/
|
2298
|
-
function useGetDefaultPermissionsQuery(baseOptions) {
|
2299
|
-
const options =
|
2300
|
-
return Apollo.useQuery(
|
2184
|
+
export function useGetDefaultPermissionsQuery(baseOptions) {
|
2185
|
+
const options = { ...defaultOptions, ...baseOptions };
|
2186
|
+
return Apollo.useQuery(GetDefaultPermissionsDocument, options);
|
2301
2187
|
}
|
2302
|
-
|
2303
|
-
|
2304
|
-
|
2305
|
-
return Apollo.useLazyQuery(exports.GetDefaultPermissionsDocument, options);
|
2188
|
+
export function useGetDefaultPermissionsLazyQuery(baseOptions) {
|
2189
|
+
const options = { ...defaultOptions, ...baseOptions };
|
2190
|
+
return Apollo.useLazyQuery(GetDefaultPermissionsDocument, options);
|
2306
2191
|
}
|
2307
|
-
|
2308
|
-
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": "order" } }, { "kind": "Field", "name": { "kind": "Name", "value": "enum" } }, { "kind": "Field", "name": { "kind": "Name", "value": "objectProperties" } }, { "kind": "Field", "name": { "kind": "Name", "value": "objectPatternProperties" } }, { "kind": "Field", "name": { "kind": "Name", "value": "objectAdditionalProperties" } }, { "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" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "arrayItemType" } }, { "kind": "Field", "name": { "kind": "Name", "value": "settingDependencies" } }, { "kind": "Field", "name": { "kind": "Name", "value": "minimum" } }, { "kind": "Field", "name": { "kind": "Name", "value": "maximum" } }, { "kind": "Field", "name": { "kind": "Name", "value": "maxLength" } }, { "kind": "Field", "name": { "kind": "Name", "value": "minLength" } }, { "kind": "Field", "name": { "kind": "Name", "value": "maxItems" } }, { "kind": "Field", "name": { "kind": "Name", "value": "minItems" } }] } }] };
|
2192
|
+
export const 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": "order" } }, { "kind": "Field", "name": { "kind": "Name", "value": "enum" } }, { "kind": "Field", "name": { "kind": "Name", "value": "objectProperties" } }, { "kind": "Field", "name": { "kind": "Name", "value": "objectPatternProperties" } }, { "kind": "Field", "name": { "kind": "Name", "value": "objectAdditionalProperties" } }, { "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" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "arrayItemType" } }, { "kind": "Field", "name": { "kind": "Name", "value": "settingDependencies" } }, { "kind": "Field", "name": { "kind": "Name", "value": "minimum" } }, { "kind": "Field", "name": { "kind": "Name", "value": "maximum" } }, { "kind": "Field", "name": { "kind": "Name", "value": "maxLength" } }, { "kind": "Field", "name": { "kind": "Name", "value": "minLength" } }, { "kind": "Field", "name": { "kind": "Name", "value": "maxItems" } }, { "kind": "Field", "name": { "kind": "Name", "value": "minItems" } }] } }] };
|
2309
2193
|
/**
|
2310
2194
|
* __useGetDefaultPolicySettingsQuery__
|
2311
2195
|
*
|
@@ -2322,17 +2206,15 @@ exports.GetDefaultPolicySettingsDocument = { "kind": "Document", "definitions":
|
|
2322
2206
|
* },
|
2323
2207
|
* });
|
2324
2208
|
*/
|
2325
|
-
function useGetDefaultPolicySettingsQuery(baseOptions) {
|
2326
|
-
const options =
|
2327
|
-
return Apollo.useQuery(
|
2209
|
+
export function useGetDefaultPolicySettingsQuery(baseOptions) {
|
2210
|
+
const options = { ...defaultOptions, ...baseOptions };
|
2211
|
+
return Apollo.useQuery(GetDefaultPolicySettingsDocument, options);
|
2328
2212
|
}
|
2329
|
-
|
2330
|
-
|
2331
|
-
|
2332
|
-
return Apollo.useLazyQuery(exports.GetDefaultPolicySettingsDocument, options);
|
2213
|
+
export function useGetDefaultPolicySettingsLazyQuery(baseOptions) {
|
2214
|
+
const options = { ...defaultOptions, ...baseOptions };
|
2215
|
+
return Apollo.useLazyQuery(GetDefaultPolicySettingsDocument, options);
|
2333
2216
|
}
|
2334
|
-
|
2335
|
-
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" } }] } }] };
|
2217
|
+
export const 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" } }] } }] };
|
2336
2218
|
/**
|
2337
2219
|
* __useGetDefaultRoleQuery__
|
2338
2220
|
*
|
@@ -2348,17 +2230,15 @@ exports.GetDefaultRoleDocument = { "kind": "Document", "definitions": [{ "kind":
|
|
2348
2230
|
* },
|
2349
2231
|
* });
|
2350
2232
|
*/
|
2351
|
-
function useGetDefaultRoleQuery(baseOptions) {
|
2352
|
-
const options =
|
2353
|
-
return Apollo.useQuery(
|
2233
|
+
export function useGetDefaultRoleQuery(baseOptions) {
|
2234
|
+
const options = { ...defaultOptions, ...baseOptions };
|
2235
|
+
return Apollo.useQuery(GetDefaultRoleDocument, options);
|
2354
2236
|
}
|
2355
|
-
|
2356
|
-
|
2357
|
-
|
2358
|
-
return Apollo.useLazyQuery(exports.GetDefaultRoleDocument, options);
|
2237
|
+
export function useGetDefaultRoleLazyQuery(baseOptions) {
|
2238
|
+
const options = { ...defaultOptions, ...baseOptions };
|
2239
|
+
return Apollo.useLazyQuery(GetDefaultRoleDocument, options);
|
2359
2240
|
}
|
2360
|
-
|
2361
|
-
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" } }] } }] };
|
2241
|
+
export const 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" } }] } }] };
|
2362
2242
|
/**
|
2363
2243
|
* __useGetTeamContextQuery__
|
2364
2244
|
*
|
@@ -2374,17 +2254,15 @@ exports.GetTeamContextDocument = { "kind": "Document", "definitions": [{ "kind":
|
|
2374
2254
|
* },
|
2375
2255
|
* });
|
2376
2256
|
*/
|
2377
|
-
function useGetTeamContextQuery(baseOptions) {
|
2378
|
-
const options =
|
2379
|
-
return Apollo.useQuery(
|
2257
|
+
export function useGetTeamContextQuery(baseOptions) {
|
2258
|
+
const options = { ...defaultOptions, ...baseOptions };
|
2259
|
+
return Apollo.useQuery(GetTeamContextDocument, options);
|
2380
2260
|
}
|
2381
|
-
|
2382
|
-
|
2383
|
-
|
2384
|
-
return Apollo.useLazyQuery(exports.GetTeamContextDocument, options);
|
2261
|
+
export function useGetTeamContextLazyQuery(baseOptions) {
|
2262
|
+
const options = { ...defaultOptions, ...baseOptions };
|
2263
|
+
return Apollo.useLazyQuery(GetTeamContextDocument, options);
|
2385
2264
|
}
|
2386
|
-
|
2387
|
-
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" } }] } }] };
|
2265
|
+
export const 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" } }] } }] };
|
2388
2266
|
/**
|
2389
2267
|
* __useGetTeamNameFromContextQuery__
|
2390
2268
|
*
|
@@ -2400,17 +2278,15 @@ exports.GetTeamNameFromContextDocument = { "kind": "Document", "definitions": [{
|
|
2400
2278
|
* },
|
2401
2279
|
* });
|
2402
2280
|
*/
|
2403
|
-
function useGetTeamNameFromContextQuery(baseOptions) {
|
2404
|
-
const options =
|
2405
|
-
return Apollo.useQuery(
|
2281
|
+
export function useGetTeamNameFromContextQuery(baseOptions) {
|
2282
|
+
const options = { ...defaultOptions, ...baseOptions };
|
2283
|
+
return Apollo.useQuery(GetTeamNameFromContextDocument, options);
|
2406
2284
|
}
|
2407
|
-
|
2408
|
-
|
2409
|
-
|
2410
|
-
return Apollo.useLazyQuery(exports.GetTeamNameFromContextDocument, options);
|
2285
|
+
export function useGetTeamNameFromContextLazyQuery(baseOptions) {
|
2286
|
+
const options = { ...defaultOptions, ...baseOptions };
|
2287
|
+
return Apollo.useLazyQuery(GetTeamNameFromContextDocument, options);
|
2411
2288
|
}
|
2412
|
-
|
2413
|
-
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" } }] } }] };
|
2289
|
+
export const 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" } }] } }] };
|
2414
2290
|
/**
|
2415
2291
|
* __useGetUserAccessRoleQuery__
|
2416
2292
|
*
|
@@ -2427,17 +2303,15 @@ exports.GetUserAccessRoleDocument = { "kind": "Document", "definitions": [{ "kin
|
|
2427
2303
|
* },
|
2428
2304
|
* });
|
2429
2305
|
*/
|
2430
|
-
function useGetUserAccessRoleQuery(baseOptions) {
|
2431
|
-
const options =
|
2432
|
-
return Apollo.useQuery(
|
2306
|
+
export function useGetUserAccessRoleQuery(baseOptions) {
|
2307
|
+
const options = { ...defaultOptions, ...baseOptions };
|
2308
|
+
return Apollo.useQuery(GetUserAccessRoleDocument, options);
|
2433
2309
|
}
|
2434
|
-
|
2435
|
-
|
2436
|
-
|
2437
|
-
return Apollo.useLazyQuery(exports.GetUserAccessRoleDocument, options);
|
2310
|
+
export function useGetUserAccessRoleLazyQuery(baseOptions) {
|
2311
|
+
const options = { ...defaultOptions, ...baseOptions };
|
2312
|
+
return Apollo.useLazyQuery(GetUserAccessRoleDocument, options);
|
2438
2313
|
}
|
2439
|
-
|
2440
|
-
exports.GetUserRoleDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetUserRole" }, "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": "userId" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "userResourceRole" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "orgName" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "orgName" } } }, { "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": "role" } }] } }] } }] };
|
2314
|
+
export const GetUserRoleDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetUserRole" }, "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": "userId" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "userResourceRole" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "orgName" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "orgName" } } }, { "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": "role" } }] } }] } }] };
|
2441
2315
|
/**
|
2442
2316
|
* __useGetUserRoleQuery__
|
2443
2317
|
*
|
@@ -2455,17 +2329,15 @@ exports.GetUserRoleDocument = { "kind": "Document", "definitions": [{ "kind": "O
|
|
2455
2329
|
* },
|
2456
2330
|
* });
|
2457
2331
|
*/
|
2458
|
-
function useGetUserRoleQuery(baseOptions) {
|
2459
|
-
const options =
|
2460
|
-
return Apollo.useQuery(
|
2332
|
+
export function useGetUserRoleQuery(baseOptions) {
|
2333
|
+
const options = { ...defaultOptions, ...baseOptions };
|
2334
|
+
return Apollo.useQuery(GetUserRoleDocument, options);
|
2461
2335
|
}
|
2462
|
-
|
2463
|
-
|
2464
|
-
|
2465
|
-
return Apollo.useLazyQuery(exports.GetUserRoleDocument, options);
|
2336
|
+
export function useGetUserRoleLazyQuery(baseOptions) {
|
2337
|
+
const options = { ...defaultOptions, ...baseOptions };
|
2338
|
+
return Apollo.useLazyQuery(GetUserRoleDocument, options);
|
2466
2339
|
}
|
2467
|
-
|
2468
|
-
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": "PreferencesOpenOptionsInput" } } }], "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" } }] } }] } }] };
|
2340
|
+
export const 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": "PreferencesOpenOptionsInput" } } }], "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" } }] } }] } }] };
|
2469
2341
|
/**
|
2470
2342
|
* __useOpenPreferencesSettingsQuery__
|
2471
2343
|
*
|
@@ -2484,17 +2356,15 @@ exports.OpenPreferencesSettingsDocument = { "kind": "Document", "definitions": [
|
|
2484
2356
|
* },
|
2485
2357
|
* });
|
2486
2358
|
*/
|
2487
|
-
function useOpenPreferencesSettingsQuery(baseOptions) {
|
2488
|
-
const options =
|
2489
|
-
return Apollo.useQuery(
|
2359
|
+
export function useOpenPreferencesSettingsQuery(baseOptions) {
|
2360
|
+
const options = { ...defaultOptions, ...baseOptions };
|
2361
|
+
return Apollo.useQuery(OpenPreferencesSettingsDocument, options);
|
2490
2362
|
}
|
2491
|
-
|
2492
|
-
|
2493
|
-
|
2494
|
-
return Apollo.useLazyQuery(exports.OpenPreferencesSettingsDocument, options);
|
2363
|
+
export function useOpenPreferencesSettingsLazyQuery(baseOptions) {
|
2364
|
+
const options = { ...defaultOptions, ...baseOptions };
|
2365
|
+
return Apollo.useLazyQuery(OpenPreferencesSettingsDocument, options);
|
2495
2366
|
}
|
2496
|
-
|
2497
|
-
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" } }] } }] };
|
2367
|
+
export const 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" } }] } }] };
|
2498
2368
|
/**
|
2499
2369
|
* __useGetOrgConfigurationQuery__
|
2500
2370
|
*
|
@@ -2511,17 +2381,15 @@ exports.GetOrgConfigurationDocument = { "kind": "Document", "definitions": [{ "k
|
|
2511
2381
|
* },
|
2512
2382
|
* });
|
2513
2383
|
*/
|
2514
|
-
function useGetOrgConfigurationQuery(baseOptions) {
|
2515
|
-
const options =
|
2516
|
-
return Apollo.useQuery(
|
2384
|
+
export function useGetOrgConfigurationQuery(baseOptions) {
|
2385
|
+
const options = { ...defaultOptions, ...baseOptions };
|
2386
|
+
return Apollo.useQuery(GetOrgConfigurationDocument, options);
|
2517
2387
|
}
|
2518
|
-
|
2519
|
-
|
2520
|
-
|
2521
|
-
return Apollo.useLazyQuery(exports.GetOrgConfigurationDocument, options);
|
2388
|
+
export function useGetOrgConfigurationLazyQuery(baseOptions) {
|
2389
|
+
const options = { ...defaultOptions, ...baseOptions };
|
2390
|
+
return Apollo.useLazyQuery(GetOrgConfigurationDocument, options);
|
2522
2391
|
}
|
2523
|
-
|
2524
|
-
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" } }] } }] };
|
2392
|
+
export const 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" } }] } }] };
|
2525
2393
|
/**
|
2526
2394
|
* __useGetOrgPolicyQuery__
|
2527
2395
|
*
|
@@ -2538,17 +2406,15 @@ exports.GetOrgPolicyDocument = { "kind": "Document", "definitions": [{ "kind": "
|
|
2538
2406
|
* },
|
2539
2407
|
* });
|
2540
2408
|
*/
|
2541
|
-
function useGetOrgPolicyQuery(baseOptions) {
|
2542
|
-
const options =
|
2543
|
-
return Apollo.useQuery(
|
2409
|
+
export function useGetOrgPolicyQuery(baseOptions) {
|
2410
|
+
const options = { ...defaultOptions, ...baseOptions };
|
2411
|
+
return Apollo.useQuery(GetOrgPolicyDocument, options);
|
2544
2412
|
}
|
2545
|
-
|
2546
|
-
|
2547
|
-
|
2548
|
-
return Apollo.useLazyQuery(exports.GetOrgPolicyDocument, options);
|
2413
|
+
export function useGetOrgPolicyLazyQuery(baseOptions) {
|
2414
|
+
const options = { ...defaultOptions, ...baseOptions };
|
2415
|
+
return Apollo.useLazyQuery(GetOrgPolicyDocument, options);
|
2549
2416
|
}
|
2550
|
-
|
2551
|
-
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" } }] } }] };
|
2417
|
+
export const 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" } }] } }] };
|
2552
2418
|
/**
|
2553
2419
|
* __useGetOrgRoleQuery__
|
2554
2420
|
*
|
@@ -2565,17 +2431,15 @@ exports.GetOrgRoleDocument = { "kind": "Document", "definitions": [{ "kind": "Op
|
|
2565
2431
|
* },
|
2566
2432
|
* });
|
2567
2433
|
*/
|
2568
|
-
function useGetOrgRoleQuery(baseOptions) {
|
2569
|
-
const options =
|
2570
|
-
return Apollo.useQuery(
|
2434
|
+
export function useGetOrgRoleQuery(baseOptions) {
|
2435
|
+
const options = { ...defaultOptions, ...baseOptions };
|
2436
|
+
return Apollo.useQuery(GetOrgRoleDocument, options);
|
2571
2437
|
}
|
2572
|
-
|
2573
|
-
|
2574
|
-
|
2575
|
-
return Apollo.useLazyQuery(exports.GetOrgRoleDocument, options);
|
2438
|
+
export function useGetOrgRoleLazyQuery(baseOptions) {
|
2439
|
+
const options = { ...defaultOptions, ...baseOptions };
|
2440
|
+
return Apollo.useLazyQuery(GetOrgRoleDocument, options);
|
2576
2441
|
}
|
2577
|
-
|
2578
|
-
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" } }] } }] };
|
2442
|
+
export const 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" } }] } }] };
|
2579
2443
|
/**
|
2580
2444
|
* __useGetOrgWithResourcesPolicyQuery__
|
2581
2445
|
*
|
@@ -2592,17 +2456,15 @@ exports.GetOrgWithResourcesPolicyDocument = { "kind": "Document", "definitions":
|
|
2592
2456
|
* },
|
2593
2457
|
* });
|
2594
2458
|
*/
|
2595
|
-
function useGetOrgWithResourcesPolicyQuery(baseOptions) {
|
2596
|
-
const options =
|
2597
|
-
return Apollo.useQuery(
|
2459
|
+
export function useGetOrgWithResourcesPolicyQuery(baseOptions) {
|
2460
|
+
const options = { ...defaultOptions, ...baseOptions };
|
2461
|
+
return Apollo.useQuery(GetOrgWithResourcesPolicyDocument, options);
|
2598
2462
|
}
|
2599
|
-
|
2600
|
-
|
2601
|
-
|
2602
|
-
return Apollo.useLazyQuery(exports.GetOrgWithResourcesPolicyDocument, options);
|
2463
|
+
export function useGetOrgWithResourcesPolicyLazyQuery(baseOptions) {
|
2464
|
+
const options = { ...defaultOptions, ...baseOptions };
|
2465
|
+
return Apollo.useLazyQuery(GetOrgWithResourcesPolicyDocument, options);
|
2603
2466
|
}
|
2604
|
-
|
2605
|
-
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": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "ApplicationRole" } }, "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" } }] } }] };
|
2467
|
+
export const 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": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "ApplicationRole" } }, "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" } }] } }] };
|
2606
2468
|
/**
|
2607
2469
|
* __useGetOrgWithResourcesRoleQuery__
|
2608
2470
|
*
|
@@ -2619,17 +2481,15 @@ exports.GetOrgWithResourcesRoleDocument = { "kind": "Document", "definitions": [
|
|
2619
2481
|
* },
|
2620
2482
|
* });
|
2621
2483
|
*/
|
2622
|
-
function useGetOrgWithResourcesRoleQuery(baseOptions) {
|
2623
|
-
const options =
|
2624
|
-
return Apollo.useQuery(
|
2484
|
+
export function useGetOrgWithResourcesRoleQuery(baseOptions) {
|
2485
|
+
const options = { ...defaultOptions, ...baseOptions };
|
2486
|
+
return Apollo.useQuery(GetOrgWithResourcesRoleDocument, options);
|
2625
2487
|
}
|
2626
|
-
|
2627
|
-
|
2628
|
-
|
2629
|
-
return Apollo.useLazyQuery(exports.GetOrgWithResourcesRoleDocument, options);
|
2488
|
+
export function useGetOrgWithResourcesRoleLazyQuery(baseOptions) {
|
2489
|
+
const options = { ...defaultOptions, ...baseOptions };
|
2490
|
+
return Apollo.useLazyQuery(GetOrgWithResourcesRoleDocument, options);
|
2630
2491
|
}
|
2631
|
-
|
2632
|
-
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": "PreferencesInputInput" } } } }, { "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": "ConfigurationOverridesInput" } } }], "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 } }] }] }] } }] };
|
2492
|
+
export const 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": "PreferencesInputInput" } } } }, { "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": "ConfigurationOverridesInput" } } }], "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 } }] }] }] } }] };
|
2633
2493
|
/**
|
2634
2494
|
* __useResolveConfigurationQuery__
|
2635
2495
|
*
|
@@ -2648,17 +2508,15 @@ exports.ResolveConfigurationDocument = { "kind": "Document", "definitions": [{ "
|
|
2648
2508
|
* },
|
2649
2509
|
* });
|
2650
2510
|
*/
|
2651
|
-
function useResolveConfigurationQuery(baseOptions) {
|
2652
|
-
const options =
|
2653
|
-
return Apollo.useQuery(
|
2511
|
+
export function useResolveConfigurationQuery(baseOptions) {
|
2512
|
+
const options = { ...defaultOptions, ...baseOptions };
|
2513
|
+
return Apollo.useQuery(ResolveConfigurationDocument, options);
|
2654
2514
|
}
|
2655
|
-
|
2656
|
-
|
2657
|
-
|
2658
|
-
return Apollo.useLazyQuery(exports.ResolveConfigurationDocument, options);
|
2515
|
+
export function useResolveConfigurationLazyQuery(baseOptions) {
|
2516
|
+
const options = { ...defaultOptions, ...baseOptions };
|
2517
|
+
return Apollo.useLazyQuery(ResolveConfigurationDocument, options);
|
2659
2518
|
}
|
2660
|
-
|
2661
|
-
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" } }] } }] };
|
2519
|
+
export const 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" } }] } }] };
|
2662
2520
|
/**
|
2663
2521
|
* __useGetResourcesConfigurationQuery__
|
2664
2522
|
*
|
@@ -2675,17 +2533,15 @@ exports.GetResourcesConfigurationDocument = { "kind": "Document", "definitions":
|
|
2675
2533
|
* },
|
2676
2534
|
* });
|
2677
2535
|
*/
|
2678
|
-
function useGetResourcesConfigurationQuery(baseOptions) {
|
2679
|
-
const options =
|
2680
|
-
return Apollo.useQuery(
|
2536
|
+
export function useGetResourcesConfigurationQuery(baseOptions) {
|
2537
|
+
const options = { ...defaultOptions, ...baseOptions };
|
2538
|
+
return Apollo.useQuery(GetResourcesConfigurationDocument, options);
|
2681
2539
|
}
|
2682
|
-
|
2683
|
-
|
2684
|
-
|
2685
|
-
return Apollo.useLazyQuery(exports.GetResourcesConfigurationDocument, options);
|
2540
|
+
export function useGetResourcesConfigurationLazyQuery(baseOptions) {
|
2541
|
+
const options = { ...defaultOptions, ...baseOptions };
|
2542
|
+
return Apollo.useLazyQuery(GetResourcesConfigurationDocument, options);
|
2686
2543
|
}
|
2687
|
-
|
2688
|
-
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" } }] } }] };
|
2544
|
+
export const 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" } }] } }] };
|
2689
2545
|
/**
|
2690
2546
|
* __useGetUserConfigurationQuery__
|
2691
2547
|
*
|
@@ -2702,17 +2558,15 @@ exports.GetUserConfigurationDocument = { "kind": "Document", "definitions": [{ "
|
|
2702
2558
|
* },
|
2703
2559
|
* });
|
2704
2560
|
*/
|
2705
|
-
function useGetUserConfigurationQuery(baseOptions) {
|
2706
|
-
const options =
|
2707
|
-
return Apollo.useQuery(
|
2561
|
+
export function useGetUserConfigurationQuery(baseOptions) {
|
2562
|
+
const options = { ...defaultOptions, ...baseOptions };
|
2563
|
+
return Apollo.useQuery(GetUserConfigurationDocument, options);
|
2708
2564
|
}
|
2709
|
-
|
2710
|
-
|
2711
|
-
|
2712
|
-
return Apollo.useLazyQuery(exports.GetUserConfigurationDocument, options);
|
2565
|
+
export function useGetUserConfigurationLazyQuery(baseOptions) {
|
2566
|
+
const options = { ...defaultOptions, ...baseOptions };
|
2567
|
+
return Apollo.useLazyQuery(GetUserConfigurationDocument, options);
|
2713
2568
|
}
|
2714
|
-
|
2715
|
-
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": "order" } }, { "kind": "Field", "name": { "kind": "Name", "value": "enum" } }, { "kind": "Field", "name": { "kind": "Name", "value": "objectProperties" } }, { "kind": "Field", "name": { "kind": "Name", "value": "objectPatternProperties" } }, { "kind": "Field", "name": { "kind": "Name", "value": "objectAdditionalProperties" } }, { "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" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "arrayItemType" } }, { "kind": "Field", "name": { "kind": "Name", "value": "settingDependencies" } }, { "kind": "Field", "name": { "kind": "Name", "value": "minimum" } }, { "kind": "Field", "name": { "kind": "Name", "value": "maximum" } }, { "kind": "Field", "name": { "kind": "Name", "value": "maxLength" } }, { "kind": "Field", "name": { "kind": "Name", "value": "minLength" } }, { "kind": "Field", "name": { "kind": "Name", "value": "maxItems" } }, { "kind": "Field", "name": { "kind": "Name", "value": "minItems" } }] } }] };
|
2569
|
+
export const 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": "order" } }, { "kind": "Field", "name": { "kind": "Name", "value": "enum" } }, { "kind": "Field", "name": { "kind": "Name", "value": "objectProperties" } }, { "kind": "Field", "name": { "kind": "Name", "value": "objectPatternProperties" } }, { "kind": "Field", "name": { "kind": "Name", "value": "objectAdditionalProperties" } }, { "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" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "arrayItemType" } }, { "kind": "Field", "name": { "kind": "Name", "value": "settingDependencies" } }, { "kind": "Field", "name": { "kind": "Name", "value": "minimum" } }, { "kind": "Field", "name": { "kind": "Name", "value": "maximum" } }, { "kind": "Field", "name": { "kind": "Name", "value": "maxLength" } }, { "kind": "Field", "name": { "kind": "Name", "value": "minLength" } }, { "kind": "Field", "name": { "kind": "Name", "value": "maxItems" } }, { "kind": "Field", "name": { "kind": "Name", "value": "minItems" } }] } }] };
|
2716
2570
|
/**
|
2717
2571
|
* __useDefaultSettingsQuery__
|
2718
2572
|
*
|
@@ -2729,17 +2583,15 @@ exports.DefaultSettingsDocument = { "kind": "Document", "definitions": [{ "kind"
|
|
2729
2583
|
* },
|
2730
2584
|
* });
|
2731
2585
|
*/
|
2732
|
-
function useDefaultSettingsQuery(baseOptions) {
|
2733
|
-
const options =
|
2734
|
-
return Apollo.useQuery(
|
2586
|
+
export function useDefaultSettingsQuery(baseOptions) {
|
2587
|
+
const options = { ...defaultOptions, ...baseOptions };
|
2588
|
+
return Apollo.useQuery(DefaultSettingsDocument, options);
|
2735
2589
|
}
|
2736
|
-
|
2737
|
-
|
2738
|
-
|
2739
|
-
return Apollo.useLazyQuery(exports.DefaultSettingsDocument, options);
|
2590
|
+
export function useDefaultSettingsLazyQuery(baseOptions) {
|
2591
|
+
const options = { ...defaultOptions, ...baseOptions };
|
2592
|
+
return Apollo.useLazyQuery(DefaultSettingsDocument, options);
|
2740
2593
|
}
|
2741
|
-
|
2742
|
-
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" } }] } }] } }] };
|
2594
|
+
export const 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" } }] } }] } }] };
|
2743
2595
|
/**
|
2744
2596
|
* __useGetContributionRolesQuery__
|
2745
2597
|
*
|
@@ -2755,17 +2607,15 @@ exports.GetContributionRolesDocument = { "kind": "Document", "definitions": [{ "
|
|
2755
2607
|
* },
|
2756
2608
|
* });
|
2757
2609
|
*/
|
2758
|
-
function useGetContributionRolesQuery(baseOptions) {
|
2759
|
-
const options =
|
2760
|
-
return Apollo.useQuery(
|
2610
|
+
export function useGetContributionRolesQuery(baseOptions) {
|
2611
|
+
const options = { ...defaultOptions, ...baseOptions };
|
2612
|
+
return Apollo.useQuery(GetContributionRolesDocument, options);
|
2761
2613
|
}
|
2762
|
-
|
2763
|
-
|
2764
|
-
|
2765
|
-
return Apollo.useLazyQuery(exports.GetContributionRolesDocument, options);
|
2614
|
+
export function useGetContributionRolesLazyQuery(baseOptions) {
|
2615
|
+
const options = { ...defaultOptions, ...baseOptions };
|
2616
|
+
return Apollo.useLazyQuery(GetContributionRolesDocument, options);
|
2766
2617
|
}
|
2767
|
-
|
2768
|
-
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" } }] } }] };
|
2618
|
+
export const 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" } }] } }] };
|
2769
2619
|
/**
|
2770
2620
|
* __useGetOrgContextQuery__
|
2771
2621
|
*
|
@@ -2781,17 +2631,15 @@ exports.GetOrgContextDocument = { "kind": "Document", "definitions": [{ "kind":
|
|
2781
2631
|
* },
|
2782
2632
|
* });
|
2783
2633
|
*/
|
2784
|
-
function useGetOrgContextQuery(baseOptions) {
|
2785
|
-
const options =
|
2786
|
-
return Apollo.useQuery(
|
2634
|
+
export function useGetOrgContextQuery(baseOptions) {
|
2635
|
+
const options = { ...defaultOptions, ...baseOptions };
|
2636
|
+
return Apollo.useQuery(GetOrgContextDocument, options);
|
2787
2637
|
}
|
2788
|
-
|
2789
|
-
|
2790
|
-
|
2791
|
-
return Apollo.useLazyQuery(exports.GetOrgContextDocument, options);
|
2638
|
+
export function useGetOrgContextLazyQuery(baseOptions) {
|
2639
|
+
const options = { ...defaultOptions, ...baseOptions };
|
2640
|
+
return Apollo.useLazyQuery(GetOrgContextDocument, options);
|
2792
2641
|
}
|
2793
|
-
|
2794
|
-
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" } }] } }] };
|
2642
|
+
export const 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" } }] } }] };
|
2795
2643
|
/**
|
2796
2644
|
* __useGetOrgNameFromContextQuery__
|
2797
2645
|
*
|
@@ -2807,17 +2655,15 @@ exports.GetOrgNameFromContextDocument = { "kind": "Document", "definitions": [{
|
|
2807
2655
|
* },
|
2808
2656
|
* });
|
2809
2657
|
*/
|
2810
|
-
function useGetOrgNameFromContextQuery(baseOptions) {
|
2811
|
-
const options =
|
2812
|
-
return Apollo.useQuery(
|
2658
|
+
export function useGetOrgNameFromContextQuery(baseOptions) {
|
2659
|
+
const options = { ...defaultOptions, ...baseOptions };
|
2660
|
+
return Apollo.useQuery(GetOrgNameFromContextDocument, options);
|
2813
2661
|
}
|
2814
|
-
|
2815
|
-
|
2816
|
-
|
2817
|
-
return Apollo.useLazyQuery(exports.GetOrgNameFromContextDocument, options);
|
2662
|
+
export function useGetOrgNameFromContextLazyQuery(baseOptions) {
|
2663
|
+
const options = { ...defaultOptions, ...baseOptions };
|
2664
|
+
return Apollo.useLazyQuery(GetOrgNameFromContextDocument, options);
|
2818
2665
|
}
|
2819
|
-
|
2820
|
-
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" } }] } }] } }] } }] };
|
2666
|
+
export const 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" } }] } }] } }] } }] };
|
2821
2667
|
/**
|
2822
2668
|
* __useGetRoleQuery__
|
2823
2669
|
*
|
@@ -2834,17 +2680,15 @@ exports.GetRoleDocument = { "kind": "Document", "definitions": [{ "kind": "Opera
|
|
2834
2680
|
* },
|
2835
2681
|
* });
|
2836
2682
|
*/
|
2837
|
-
function useGetRoleQuery(baseOptions) {
|
2838
|
-
const options =
|
2839
|
-
return Apollo.useQuery(
|
2683
|
+
export function useGetRoleQuery(baseOptions) {
|
2684
|
+
const options = { ...defaultOptions, ...baseOptions };
|
2685
|
+
return Apollo.useQuery(GetRoleDocument, options);
|
2840
2686
|
}
|
2841
|
-
|
2842
|
-
|
2843
|
-
|
2844
|
-
return Apollo.useLazyQuery(exports.GetRoleDocument, options);
|
2687
|
+
export function useGetRoleLazyQuery(baseOptions) {
|
2688
|
+
const options = { ...defaultOptions, ...baseOptions };
|
2689
|
+
return Apollo.useLazyQuery(GetRoleDocument, options);
|
2845
2690
|
}
|
2846
|
-
|
2847
|
-
exports.GetOrgWithResourcesConfigurationDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetOrgWithResourcesConfiguration" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "input" } }, "type": { "kind": "ListType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "ConfigurationInput" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getConfiguration" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "input" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "input" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "OrganizationConfiguration" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "Configuration" } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "OrganizationResourceConfiguration" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "Configuration" } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "MachineConfiguration" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "Configuration" } }] } }] } }] } }, { "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "Configuration" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "IConfigurationModel" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "resource" } }, { "kind": "Field", "name": { "kind": "Name", "value": "target" } }, { "kind": "Field", "name": { "kind": "Name", "value": "contents" } }, { "kind": "Field", "name": { "kind": "Name", "value": "keys" } }, { "kind": "Field", "name": { "kind": "Name", "value": "overrides" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "contents" } }, { "kind": "Field", "name": { "kind": "Name", "value": "identifiers" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }] } }] };
|
2691
|
+
export const GetOrgWithResourcesConfigurationDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetOrgWithResourcesConfiguration" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "input" } }, "type": { "kind": "ListType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "ConfigurationInput" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getConfiguration" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "input" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "input" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "OrganizationConfiguration" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "Configuration" } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "OrganizationResourceConfiguration" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "Configuration" } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "MachineConfiguration" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "Configuration" } }] } }] } }] } }, { "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "Configuration" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "IConfigurationModel" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "resource" } }, { "kind": "Field", "name": { "kind": "Name", "value": "target" } }, { "kind": "Field", "name": { "kind": "Name", "value": "contents" } }, { "kind": "Field", "name": { "kind": "Name", "value": "keys" } }, { "kind": "Field", "name": { "kind": "Name", "value": "overrides" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "contents" } }, { "kind": "Field", "name": { "kind": "Name", "value": "identifiers" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }] } }] };
|
2848
2692
|
/**
|
2849
2693
|
* __useGetOrgWithResourcesConfigurationQuery__
|
2850
2694
|
*
|
@@ -2861,17 +2705,15 @@ exports.GetOrgWithResourcesConfigurationDocument = { "kind": "Document", "defini
|
|
2861
2705
|
* },
|
2862
2706
|
* });
|
2863
2707
|
*/
|
2864
|
-
function useGetOrgWithResourcesConfigurationQuery(baseOptions) {
|
2865
|
-
const options =
|
2866
|
-
return Apollo.useQuery(
|
2708
|
+
export function useGetOrgWithResourcesConfigurationQuery(baseOptions) {
|
2709
|
+
const options = { ...defaultOptions, ...baseOptions };
|
2710
|
+
return Apollo.useQuery(GetOrgWithResourcesConfigurationDocument, options);
|
2867
2711
|
}
|
2868
|
-
|
2869
|
-
|
2870
|
-
|
2871
|
-
return Apollo.useLazyQuery(exports.GetOrgWithResourcesConfigurationDocument, options);
|
2712
|
+
export function useGetOrgWithResourcesConfigurationLazyQuery(baseOptions) {
|
2713
|
+
const options = { ...defaultOptions, ...baseOptions };
|
2714
|
+
return Apollo.useLazyQuery(GetOrgWithResourcesConfigurationDocument, options);
|
2872
2715
|
}
|
2873
|
-
|
2874
|
-
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" } }] } }] };
|
2716
|
+
export const 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" } }] } }] };
|
2875
2717
|
/**
|
2876
2718
|
* __useGetUserWithDefaultConfigurationQuery__
|
2877
2719
|
*
|
@@ -2888,17 +2730,15 @@ exports.GetUserWithDefaultConfigurationDocument = { "kind": "Document", "definit
|
|
2888
2730
|
* },
|
2889
2731
|
* });
|
2890
2732
|
*/
|
2891
|
-
function useGetUserWithDefaultConfigurationQuery(baseOptions) {
|
2892
|
-
const options =
|
2893
|
-
return Apollo.useQuery(
|
2733
|
+
export function useGetUserWithDefaultConfigurationQuery(baseOptions) {
|
2734
|
+
const options = { ...defaultOptions, ...baseOptions };
|
2735
|
+
return Apollo.useQuery(GetUserWithDefaultConfigurationDocument, options);
|
2894
2736
|
}
|
2895
|
-
|
2896
|
-
|
2897
|
-
|
2898
|
-
return Apollo.useLazyQuery(exports.GetUserWithDefaultConfigurationDocument, options);
|
2737
|
+
export function useGetUserWithDefaultConfigurationLazyQuery(baseOptions) {
|
2738
|
+
const options = { ...defaultOptions, ...baseOptions };
|
2739
|
+
return Apollo.useLazyQuery(GetUserWithDefaultConfigurationDocument, options);
|
2899
2740
|
}
|
2900
|
-
|
2901
|
-
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" } }] } }] };
|
2741
|
+
export const 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" } }] } }] };
|
2902
2742
|
/**
|
2903
2743
|
* __useSubscribeToConfigurationUpdateSubscription__
|
2904
2744
|
*
|
@@ -2915,12 +2755,11 @@ exports.SubscribeToConfigurationUpdateDocument = { "kind": "Document", "definiti
|
|
2915
2755
|
* },
|
2916
2756
|
* });
|
2917
2757
|
*/
|
2918
|
-
function useSubscribeToConfigurationUpdateSubscription(baseOptions) {
|
2919
|
-
const options =
|
2920
|
-
return Apollo.useSubscription(
|
2758
|
+
export function useSubscribeToConfigurationUpdateSubscription(baseOptions) {
|
2759
|
+
const options = { ...defaultOptions, ...baseOptions };
|
2760
|
+
return Apollo.useSubscription(SubscribeToConfigurationUpdateDocument, options);
|
2921
2761
|
}
|
2922
|
-
|
2923
|
-
exports.SubscribeToOrganizationContextDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "subscription", "name": { "kind": "Name", "value": "subscribeToOrganizationContext" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "orgNameFilter" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "SubscribeToOrganizationContext" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "orgNameFilter" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "orgNameFilter" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "resources" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "ResourceData" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "orgNameFilter" } }] } }] } }, { "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "ResourceData" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "IResourceData" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "uri" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "index" } }] } }] };
|
2762
|
+
export const SubscribeToOrganizationContextDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "subscription", "name": { "kind": "Name", "value": "subscribeToOrganizationContext" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "orgNameFilter" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "SubscribeToOrganizationContext" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "orgNameFilter" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "orgNameFilter" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "resources" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "ResourceData" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "orgNameFilter" } }] } }] } }, { "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "ResourceData" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "IResourceData" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "uri" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "index" } }] } }] };
|
2924
2763
|
/**
|
2925
2764
|
* __useSubscribeToOrganizationContextSubscription__
|
2926
2765
|
*
|
@@ -2937,12 +2776,11 @@ exports.SubscribeToOrganizationContextDocument = { "kind": "Document", "definiti
|
|
2937
2776
|
* },
|
2938
2777
|
* });
|
2939
2778
|
*/
|
2940
|
-
function useSubscribeToOrganizationContextSubscription(baseOptions) {
|
2941
|
-
const options =
|
2942
|
-
return Apollo.useSubscription(
|
2779
|
+
export function useSubscribeToOrganizationContextSubscription(baseOptions) {
|
2780
|
+
const options = { ...defaultOptions, ...baseOptions };
|
2781
|
+
return Apollo.useSubscription(SubscribeToOrganizationContextDocument, options);
|
2943
2782
|
}
|
2944
|
-
|
2945
|
-
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" } }] } }] };
|
2783
|
+
export const 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" } }] } }] };
|
2946
2784
|
/**
|
2947
2785
|
* __useSubscribeToPermissionUpdateSubscription__
|
2948
2786
|
*
|
@@ -2959,12 +2797,11 @@ exports.SubscribeToPermissionUpdateDocument = { "kind": "Document", "definitions
|
|
2959
2797
|
* },
|
2960
2798
|
* });
|
2961
2799
|
*/
|
2962
|
-
function useSubscribeToPermissionUpdateSubscription(baseOptions) {
|
2963
|
-
const options =
|
2964
|
-
return Apollo.useSubscription(
|
2800
|
+
export function useSubscribeToPermissionUpdateSubscription(baseOptions) {
|
2801
|
+
const options = { ...defaultOptions, ...baseOptions };
|
2802
|
+
return Apollo.useSubscription(SubscribeToPermissionUpdateDocument, options);
|
2965
2803
|
}
|
2966
|
-
|
2967
|
-
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" } }] } }] };
|
2804
|
+
export const 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" } }] } }] };
|
2968
2805
|
/**
|
2969
2806
|
* __useSubscribeToPolicyUpdateSubscription__
|
2970
2807
|
*
|
@@ -2981,12 +2818,11 @@ exports.SubscribeToPolicyUpdateDocument = { "kind": "Document", "definitions": [
|
|
2981
2818
|
* },
|
2982
2819
|
* });
|
2983
2820
|
*/
|
2984
|
-
function useSubscribeToPolicyUpdateSubscription(baseOptions) {
|
2985
|
-
const options =
|
2986
|
-
return Apollo.useSubscription(
|
2821
|
+
export function useSubscribeToPolicyUpdateSubscription(baseOptions) {
|
2822
|
+
const options = { ...defaultOptions, ...baseOptions };
|
2823
|
+
return Apollo.useSubscription(SubscribeToPolicyUpdateDocument, options);
|
2987
2824
|
}
|
2988
|
-
|
2989
|
-
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": "ConfigurationOverridesInput" } } }, { "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" } } }] }] } }] };
|
2825
|
+
export const 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": "ConfigurationOverridesInput" } } }, { "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" } } }] }] } }] };
|
2990
2826
|
/**
|
2991
2827
|
* __useUpdateConfigurationValueByUriMutation__
|
2992
2828
|
*
|
@@ -3009,12 +2845,11 @@ exports.UpdateConfigurationValueByUriDocument = { "kind": "Document", "definitio
|
|
3009
2845
|
* },
|
3010
2846
|
* });
|
3011
2847
|
*/
|
3012
|
-
function useUpdateConfigurationValueByUriMutation(baseOptions) {
|
3013
|
-
const options =
|
3014
|
-
return Apollo.useMutation(
|
2848
|
+
export function useUpdateConfigurationValueByUriMutation(baseOptions) {
|
2849
|
+
const options = { ...defaultOptions, ...baseOptions };
|
2850
|
+
return Apollo.useMutation(UpdateConfigurationValueByUriDocument, options);
|
3015
2851
|
}
|
3016
|
-
|
3017
|
-
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": "ConfigurationOverridesInput" } } }, { "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" } } }], "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": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "OrganizationConfiguration" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "Configuration" } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "OrganizationResourceConfiguration" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "Configuration" } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "MachineConfiguration" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "Configuration" } }] } }] } }] } }, { "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "Configuration" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "IConfigurationModel" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "resource" } }, { "kind": "Field", "name": { "kind": "Name", "value": "target" } }, { "kind": "Field", "name": { "kind": "Name", "value": "contents" } }, { "kind": "Field", "name": { "kind": "Name", "value": "keys" } }, { "kind": "Field", "name": { "kind": "Name", "value": "overrides" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "contents" } }, { "kind": "Field", "name": { "kind": "Name", "value": "identifiers" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }] } }] };
|
2852
|
+
export const 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": "ConfigurationOverridesInput" } } }, { "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" } } }], "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": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "OrganizationConfiguration" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "Configuration" } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "OrganizationResourceConfiguration" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "Configuration" } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "MachineConfiguration" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "Configuration" } }] } }] } }] } }, { "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "Configuration" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "IConfigurationModel" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "resource" } }, { "kind": "Field", "name": { "kind": "Name", "value": "target" } }, { "kind": "Field", "name": { "kind": "Name", "value": "contents" } }, { "kind": "Field", "name": { "kind": "Name", "value": "keys" } }, { "kind": "Field", "name": { "kind": "Name", "value": "overrides" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "contents" } }, { "kind": "Field", "name": { "kind": "Name", "value": "identifiers" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }] } }] };
|
3018
2853
|
/**
|
3019
2854
|
* __useUpdateConfigurationValueMutation__
|
3020
2855
|
*
|
@@ -3036,12 +2871,11 @@ exports.UpdateConfigurationValueDocument = { "kind": "Document", "definitions":
|
|
3036
2871
|
* },
|
3037
2872
|
* });
|
3038
2873
|
*/
|
3039
|
-
function useUpdateConfigurationValueMutation(baseOptions) {
|
3040
|
-
const options =
|
3041
|
-
return Apollo.useMutation(
|
2874
|
+
export function useUpdateConfigurationValueMutation(baseOptions) {
|
2875
|
+
const options = { ...defaultOptions, ...baseOptions };
|
2876
|
+
return Apollo.useMutation(UpdateConfigurationValueDocument, options);
|
3042
2877
|
}
|
3043
|
-
|
3044
|
-
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": "ResourceCreationDataInput" } } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "index" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Int" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "updateOrganizationContextAddResources" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "orgId" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "orgId" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "resourcesToAdd" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "resourcesToAdd" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "index" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "index" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "OrganizationResourceData" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "ResourceData" } }] } }] } }] } }, { "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "ResourceData" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "IResourceData" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "uri" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "index" } }] } }] };
|
2878
|
+
export const 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": "ResourceCreationDataInput" } } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "index" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Int" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "updateOrganizationContextAddResources" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "orgId" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "orgId" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "resourcesToAdd" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "resourcesToAdd" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "index" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "index" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "OrganizationResourceData" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "ResourceData" } }] } }] } }] } }, { "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "ResourceData" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "IResourceData" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "uri" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "index" } }] } }] };
|
3045
2879
|
/**
|
3046
2880
|
* __useUpdateOrganizationContextAddResourcesMutation__
|
3047
2881
|
*
|
@@ -3061,12 +2895,11 @@ exports.UpdateOrganizationContextAddResourcesDocument = { "kind": "Document", "d
|
|
3061
2895
|
* },
|
3062
2896
|
* });
|
3063
2897
|
*/
|
3064
|
-
function useUpdateOrganizationContextAddResourcesMutation(baseOptions) {
|
3065
|
-
const options =
|
3066
|
-
return Apollo.useMutation(
|
2898
|
+
export function useUpdateOrganizationContextAddResourcesMutation(baseOptions) {
|
2899
|
+
const options = { ...defaultOptions, ...baseOptions };
|
2900
|
+
return Apollo.useMutation(UpdateOrganizationContextAddResourcesDocument, options);
|
3067
2901
|
}
|
3068
|
-
|
3069
|
-
exports.UpdateOrganizationContextRemoveResourcesDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "updateOrganizationContextRemoveResources" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "resourcesToRemove" } }, "type": { "kind": "NonNullType", "type": { "kind": "ListType", "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "URI" } } } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "updateOrganizationContextRemoveResources" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "resourcesToRemove" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "resourcesToRemove" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "OrganizationResourceData" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "ResourceData" } }] } }] } }] } }, { "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "ResourceData" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "IResourceData" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "uri" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "index" } }] } }] };
|
2902
|
+
export const UpdateOrganizationContextRemoveResourcesDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "updateOrganizationContextRemoveResources" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "resourcesToRemove" } }, "type": { "kind": "NonNullType", "type": { "kind": "ListType", "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "URI" } } } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "updateOrganizationContextRemoveResources" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "resourcesToRemove" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "resourcesToRemove" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "OrganizationResourceData" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "ResourceData" } }] } }] } }] } }, { "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "ResourceData" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "IResourceData" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "uri" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "index" } }] } }] };
|
3070
2903
|
/**
|
3071
2904
|
* __useUpdateOrganizationContextRemoveResourcesMutation__
|
3072
2905
|
*
|
@@ -3084,12 +2917,11 @@ exports.UpdateOrganizationContextRemoveResourcesDocument = { "kind": "Document",
|
|
3084
2917
|
* },
|
3085
2918
|
* });
|
3086
2919
|
*/
|
3087
|
-
function useUpdateOrganizationContextRemoveResourcesMutation(baseOptions) {
|
3088
|
-
const options =
|
3089
|
-
return Apollo.useMutation(
|
2920
|
+
export function useUpdateOrganizationContextRemoveResourcesMutation(baseOptions) {
|
2921
|
+
const options = { ...defaultOptions, ...baseOptions };
|
2922
|
+
return Apollo.useMutation(UpdateOrganizationContextRemoveResourcesDocument, options);
|
3090
2923
|
}
|
3091
|
-
|
3092
|
-
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": "ResourceCreationDataInput" } } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "resourcesToRemove" } }, "type": { "kind": "NonNullType", "type": { "kind": "ListType", "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "URI" } } } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "index" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Int" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "updateOrganizationContextUpdateResources" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "resourcesToAdd" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "resourcesToAdd" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "resourcesToRemove" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "resourcesToRemove" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "index" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "index" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "OrganizationResourceData" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "ResourceData" } }] } }] } }] } }, { "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "ResourceData" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "IResourceData" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "uri" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "index" } }] } }] };
|
2924
|
+
export const 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": "ResourceCreationDataInput" } } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "resourcesToRemove" } }, "type": { "kind": "NonNullType", "type": { "kind": "ListType", "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "URI" } } } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "index" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Int" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "updateOrganizationContextUpdateResources" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "resourcesToAdd" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "resourcesToAdd" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "resourcesToRemove" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "resourcesToRemove" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "index" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "index" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "OrganizationResourceData" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "ResourceData" } }] } }] } }] } }, { "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "ResourceData" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "IResourceData" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "uri" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "index" } }] } }] };
|
3093
2925
|
/**
|
3094
2926
|
* __useUpdateOrganizationContextUpdateResourcesMutation__
|
3095
2927
|
*
|
@@ -3109,12 +2941,11 @@ exports.UpdateOrganizationContextUpdateResourcesDocument = { "kind": "Document",
|
|
3109
2941
|
* },
|
3110
2942
|
* });
|
3111
2943
|
*/
|
3112
|
-
function useUpdateOrganizationContextUpdateResourcesMutation(baseOptions) {
|
3113
|
-
const options =
|
3114
|
-
return Apollo.useMutation(
|
2944
|
+
export function useUpdateOrganizationContextUpdateResourcesMutation(baseOptions) {
|
2945
|
+
const options = { ...defaultOptions, ...baseOptions };
|
2946
|
+
return Apollo.useMutation(UpdateOrganizationContextUpdateResourcesDocument, options);
|
3115
2947
|
}
|
3116
|
-
|
3117
|
-
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": "ConfigurationOverridesInput" } } }, { "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" } } }] }] } }] };
|
2948
|
+
export const 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": "ConfigurationOverridesInput" } } }, { "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" } } }] }] } }] };
|
3118
2949
|
/**
|
3119
2950
|
* __useUpdatePolicyValueMutation__
|
3120
2951
|
*
|
@@ -3136,12 +2967,11 @@ exports.UpdatePolicyValueDocument = { "kind": "Document", "definitions": [{ "kin
|
|
3136
2967
|
* },
|
3137
2968
|
* });
|
3138
2969
|
*/
|
3139
|
-
function useUpdatePolicyValueMutation(baseOptions) {
|
3140
|
-
const options =
|
3141
|
-
return Apollo.useMutation(
|
2970
|
+
export function useUpdatePolicyValueMutation(baseOptions) {
|
2971
|
+
const options = { ...defaultOptions, ...baseOptions };
|
2972
|
+
return Apollo.useMutation(UpdatePolicyValueDocument, options);
|
3142
2973
|
}
|
3143
|
-
|
3144
|
-
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": "ConfigurationOverridesInput" } } }, { "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" } } }] }] } }] };
|
2974
|
+
export const 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": "ConfigurationOverridesInput" } } }, { "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" } } }] }] } }] };
|
3145
2975
|
/**
|
3146
2976
|
* __useUpdateRoleValueMutation__
|
3147
2977
|
*
|
@@ -3163,12 +2993,11 @@ exports.UpdateRoleValueDocument = { "kind": "Document", "definitions": [{ "kind"
|
|
3163
2993
|
* },
|
3164
2994
|
* });
|
3165
2995
|
*/
|
3166
|
-
function useUpdateRoleValueMutation(baseOptions) {
|
3167
|
-
const options =
|
3168
|
-
return Apollo.useMutation(
|
2996
|
+
export function useUpdateRoleValueMutation(baseOptions) {
|
2997
|
+
const options = { ...defaultOptions, ...baseOptions };
|
2998
|
+
return Apollo.useMutation(UpdateRoleValueDocument, options);
|
3169
2999
|
}
|
3170
|
-
|
3171
|
-
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" } }] } }] };
|
3000
|
+
export const 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" } }] } }] };
|
3172
3001
|
/**
|
3173
3002
|
* __useGetConfigurationDataQuery__
|
3174
3003
|
*
|
@@ -3184,17 +3013,15 @@ exports.GetConfigurationDataDocument = { "kind": "Document", "definitions": [{ "
|
|
3184
3013
|
* },
|
3185
3014
|
* });
|
3186
3015
|
*/
|
3187
|
-
function useGetConfigurationDataQuery(baseOptions) {
|
3188
|
-
const options =
|
3189
|
-
return Apollo.useQuery(
|
3016
|
+
export function useGetConfigurationDataQuery(baseOptions) {
|
3017
|
+
const options = { ...defaultOptions, ...baseOptions };
|
3018
|
+
return Apollo.useQuery(GetConfigurationDataDocument, options);
|
3190
3019
|
}
|
3191
|
-
|
3192
|
-
|
3193
|
-
|
3194
|
-
return Apollo.useLazyQuery(exports.GetConfigurationDataDocument, options);
|
3020
|
+
export function useGetConfigurationDataLazyQuery(baseOptions) {
|
3021
|
+
const options = { ...defaultOptions, ...baseOptions };
|
3022
|
+
return Apollo.useLazyQuery(GetConfigurationDataDocument, options);
|
3195
3023
|
}
|
3196
|
-
|
3197
|
-
exports.OrganizationResourceContextDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "OrganizationResourceContext" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "orgId" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getOrganizationResourceContext" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "orgId" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "orgId" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "OrganizationData" } }] } }] } }, { "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "ResourceData" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "IResourceData" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "uri" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "index" } }] } }, { "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "OrganizationData" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "OrganizationData" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "resources" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "OrganizationResourceData" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "ResourceData" } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "ExternalResourceData" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "ResourceData" } }] } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "configuration" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }] } }] };
|
3024
|
+
export const OrganizationResourceContextDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "OrganizationResourceContext" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "orgId" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getOrganizationResourceContext" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "orgId" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "orgId" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "OrganizationData" } }] } }] } }, { "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "ResourceData" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "IResourceData" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "uri" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "index" } }] } }, { "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "OrganizationData" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "OrganizationData" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "resources" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "OrganizationResourceData" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "ResourceData" } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "ExternalResourceData" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "ResourceData" } }] } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "configuration" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }] } }] };
|
3198
3025
|
/**
|
3199
3026
|
* __useOrganizationResourceContextQuery__
|
3200
3027
|
*
|
@@ -3211,17 +3038,15 @@ exports.OrganizationResourceContextDocument = { "kind": "Document", "definitions
|
|
3211
3038
|
* },
|
3212
3039
|
* });
|
3213
3040
|
*/
|
3214
|
-
function useOrganizationResourceContextQuery(baseOptions) {
|
3215
|
-
const options =
|
3216
|
-
return Apollo.useQuery(
|
3041
|
+
export function useOrganizationResourceContextQuery(baseOptions) {
|
3042
|
+
const options = { ...defaultOptions, ...baseOptions };
|
3043
|
+
return Apollo.useQuery(OrganizationResourceContextDocument, options);
|
3217
3044
|
}
|
3218
|
-
|
3219
|
-
|
3220
|
-
|
3221
|
-
return Apollo.useLazyQuery(exports.OrganizationResourceContextDocument, options);
|
3045
|
+
export function useOrganizationResourceContextLazyQuery(baseOptions) {
|
3046
|
+
const options = { ...defaultOptions, ...baseOptions };
|
3047
|
+
return Apollo.useLazyQuery(OrganizationResourceContextDocument, options);
|
3222
3048
|
}
|
3223
|
-
|
3224
|
-
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" } }] } }] } }] } }] };
|
3049
|
+
export const 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" } }] } }] } }] } }] };
|
3225
3050
|
/**
|
3226
3051
|
* __useViewerSettingsQuery__
|
3227
3052
|
*
|
@@ -3238,14 +3063,12 @@ exports.ViewerSettingsDocument = { "kind": "Document", "definitions": [{ "kind":
|
|
3238
3063
|
* },
|
3239
3064
|
* });
|
3240
3065
|
*/
|
3241
|
-
function useViewerSettingsQuery(baseOptions) {
|
3242
|
-
const options =
|
3243
|
-
return Apollo.useQuery(
|
3066
|
+
export function useViewerSettingsQuery(baseOptions) {
|
3067
|
+
const options = { ...defaultOptions, ...baseOptions };
|
3068
|
+
return Apollo.useQuery(ViewerSettingsDocument, options);
|
3244
3069
|
}
|
3245
|
-
|
3246
|
-
|
3247
|
-
|
3248
|
-
return Apollo.useLazyQuery(exports.ViewerSettingsDocument, options);
|
3070
|
+
export function useViewerSettingsLazyQuery(baseOptions) {
|
3071
|
+
const options = { ...defaultOptions, ...baseOptions };
|
3072
|
+
return Apollo.useLazyQuery(ViewerSettingsDocument, options);
|
3249
3073
|
}
|
3250
|
-
exports.useViewerSettingsLazyQuery = useViewerSettingsLazyQuery;
|
3251
3074
|
//# sourceMappingURL=generated-models.js.map
|