@adminide-stack/core 1.1.3-alpha.81 → 2.0.1-alpha.0
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/core/event.js +31 -44
- package/lib/core/event.js.map +1 -1
- package/lib/core/uri.d.ts +1 -1
- package/lib/core/uri.js +7 -7
- package/lib/core/uri.js.map +1 -1
- package/lib/enums/integrations-configuration-steps.d.ts +4 -3
- package/lib/enums/integrations-configuration-steps.js +4 -3
- package/lib/enums/integrations-configuration-steps.js.map +1 -1
- package/lib/interfaces/configuration/configuration-file-service.d.ts +2 -2
- package/lib/interfaces/generated/generated-models.d.ts +1172 -1190
- package/lib/interfaces/generated/generated-models.js +485 -573
- package/lib/interfaces/generated/generated-models.js.map +1 -1
- package/lib/interfaces/organization/organization-context-service.d.ts +3 -3
- package/lib/services/abstract-configuration.js.map +1 -1
- package/lib/services/abstract-organization-context-service.js.map +1 -1
- package/lib/utils/generate-uri.d.ts +2 -2
- package/lib/utils/generate-uri.js +8 -7
- package/lib/utils/generate-uri.js.map +1 -1
- package/lib/utils/generated-settings-id.js +3 -2
- package/lib/utils/generated-settings-id.js.map +1 -1
- package/package.json +35 -54
@@ -1,13 +1,12 @@
|
|
1
1
|
"use strict";
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
-
exports.
|
4
|
-
exports.ResendUserEmailVerificationEmailDocument = exports.useResendOrganizationInvitationMutation = exports.ResendOrganizationInvitationDocument = exports.useRemoveTeamMemberMutation = exports.RemoveTeamMemberDocument = exports.
|
5
|
-
exports.
|
6
|
-
exports.useGetUsersQuery = exports.GetUsersDocument = exports.useGetOrgMembersWithRolesLazyQuery = exports.useGetOrgMembersWithRolesQuery = exports.GetOrgMembersWithRolesDocument = exports.useGetOrgMembersWithRolesUnsecuredLazyQuery = exports.useGetOrgMembersWithRolesUnsecuredQuery = exports.GetOrgMembersWithRolesUnsecuredDocument = exports.useGetAccountsApplicationPoliciesLazyQuery = exports.useGetAccountsApplicationPoliciesQuery = exports.GetAccountsApplicationPoliciesDocument = exports.useGetAccountsViewerSettingsLazyQuery = exports.useGetAccountsViewerSettingsQuery = exports.GetAccountsViewerSettingsDocument = exports.useGetViewerSettingsLazyQuery = exports.useGetViewerSettingsQuery = exports.GetViewerSettingsDocument = exports.useTeamsLazyQuery = exports.useTeamsQuery = exports.TeamsDocument = exports.
|
7
|
-
exports.useGetDefaultPermissionsQuery = exports.GetDefaultPermissionsDocument = exports.useGetDefaultApplicationPermissionsLazyQuery = exports.useGetDefaultApplicationPermissionsQuery = exports.GetDefaultApplicationPermissionsDocument = exports.useGetContextPropertyLazyQuery = exports.useGetContextPropertyQuery = exports.GetContextPropertyDocument = exports.useGetConfigurationTargetLazyQuery = exports.useGetConfigurationTargetQuery = exports.GetConfigurationTargetDocument = exports.useDefaultResolveSettingsLazyQuery = exports.useDefaultResolveSettingsQuery = exports.DefaultResolveSettingsDocument = exports.useGetApplicationRoleLazyQuery = exports.useGetApplicationRoleQuery = exports.GetApplicationRoleDocument = exports.useGetApplicationPolicyLazyQuery = exports.useGetApplicationPolicyQuery = exports.GetApplicationPolicyDocument = exports.useUpdateConfigurationMutation = exports.UpdateConfigurationDocument = exports.useReassignConfigurationMutation = exports.ReassignConfigurationDocument = exports.useDeleteIntegrationConfigurationMutation = exports.DeleteIntegrationConfigurationDocument = exports.useCreateOrUpdateIntegrationConfigurationMutation = exports.CreateOrUpdateIntegrationConfigurationDocument = exports.useCreateIntegrationConfigurationMutation = exports.CreateIntegrationConfigurationDocument = exports.useInitializeTeamInContextMutation = exports.InitializeTeamInContextDocument = exports.useInitializeOrgNameInContextMutation = exports.InitializeOrgNameInContextDocument = exports.useInitiateConfigurationValueMutation = exports.InitiateConfigurationValueDocument = exports.useChangeOrganizationMutation = exports.ChangeOrganizationDocument = exports.useAddResourceToContextMutation = exports.AddResourceToContextDocument = exports.useAddContributionRoleMutation = exports.AddContributionRoleDocument = exports.
|
8
|
-
exports.GetOrgContextDocument = exports.
|
9
|
-
exports.useOrganizationResourceContextQuery = exports.OrganizationResourceContextDocument = exports.
|
10
|
-
exports.useViewerSettingsLazyQuery = exports.useViewerSettingsQuery = exports.ViewerSettingsDocument = exports.useOrganizationResourceContextLazyQuery = void 0;
|
3
|
+
exports.DefaultSettingFragmentDoc = exports.ConfigurationUpdateEventFragmentDoc = exports.UserCreationEventFragmentDoc = exports.OrgUserFragmentDoc = exports.AllContextFragmentDoc = exports.IVisibility = exports.IUserOrderBy = exports.IUserBroadcasterAction = exports.ITokenTypesEnum = exports.ITeamServiceAction = exports.ISshKeyType = exports.ISshKeyServiceAction = exports.ISortEnum = exports.ISettingValueType = exports.IRouteParams = exports.IRole = exports.IResourceAuthority = exports.IRegistryExtensions = exports.IPreDefinedRole = exports.IPortalLanguage = exports.IPermissionType = exports.IPermissionResource = exports.IPermissionAction = exports.IOrganizationServiceAction = exports.IOrganizationContextPubSubEvents = exports.IOrgainizationInvitationRole = exports.IOrgUserRole = exports.IMoleculerServiceName = exports.IMenuPosition = exports.IMailTemplateId = exports.IInviteStatus = exports.IIntegrationConfigServiceAction = exports.IGlobalLanguages = exports.IGlobalCurrencies = exports.IEditPresentationTypes = exports.IContextServiceAction = exports.ConfigurationTarget = exports.ConfigurationScope = exports.IConfigurationContributionNames = exports.IConfigFragmentName = exports.IConfigCollectionName = exports.IClientTypes = exports.IClientContainerService = exports.IClientCacheTypeNames = exports.ICacheControlScope = exports.IAuthErrorCodes = exports.IApplicationRoles = exports.IApplicationBillingPlanPolicy = exports.IAccountServiceAction = exports.IAccountBroadcasterActions = void 0;
|
4
|
+
exports.ResetUserPasswordDocument = exports.useResendUserEmailVerificationEmailMutation = exports.ResendUserEmailVerificationEmailDocument = 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.OrganizationUserFragmentDoc = exports.OrgContextFragmentDoc = exports.OrgNameInContextFragmentDoc = exports.MachineConfigurationFragmentDoc = exports.DefaultContextFragmentDoc = exports.ContextConfigurationFragmentDoc = exports.ResourceDataFragmentDoc = exports.ConfigurationFragmentDoc = exports.OverWriteRoleValueFragmentDoc = void 0;
|
5
|
+
exports.useGetTeamQuery = exports.GetTeamDocument = exports.useGetOrganizationTeamsLazyQuery = exports.useGetOrganizationTeamsQuery = exports.GetOrganizationTeamsDocument = exports.useGetOrganizationMembersWithNameLazyQuery = exports.useGetOrganizationMembersWithNameQuery = 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.useVerifyUserEmailVerificationTokenMutation = exports.VerifyUserEmailVerificationTokenDocument = exports.useUpdateUserAccountMutation = exports.UpdateUserAccountDocument = exports.useUpdateTeamConfigurationMutation = exports.UpdateTeamConfigurationDocument = exports.useUpdateOrganizationMutation = exports.UpdateOrganizationDocument = exports.useUpdateOrgMemberTeamsMutation = exports.UpdateOrgMemberTeamsDocument = exports.useSendOrganizationInvitationMutation = exports.SendOrganizationInvitationDocument = exports.useSendUserPasswordResetEmailMutation = exports.SendUserPasswordResetEmailDocument = exports.useResetUserPasswordMutation = void 0;
|
6
|
+
exports.ToggleSidebarDocument = exports.useGetUsersLazyQuery = exports.useGetUsersQuery = exports.GetUsersDocument = exports.useGetOrgMembersWithRolesLazyQuery = exports.useGetOrgMembersWithRolesQuery = exports.GetOrgMembersWithRolesDocument = exports.useGetOrgMembersWithRolesUnsecuredLazyQuery = exports.useGetOrgMembersWithRolesUnsecuredQuery = exports.GetOrgMembersWithRolesUnsecuredDocument = exports.useGetAccountsApplicationPoliciesLazyQuery = exports.useGetAccountsApplicationPoliciesQuery = exports.GetAccountsApplicationPoliciesDocument = exports.useGetAccountsViewerSettingsLazyQuery = exports.useGetAccountsViewerSettingsQuery = exports.GetAccountsViewerSettingsDocument = exports.useGetViewerSettingsLazyQuery = exports.useGetViewerSettingsQuery = exports.GetViewerSettingsDocument = exports.useTeamsLazyQuery = exports.useTeamsQuery = exports.TeamsDocument = exports.useTeamLazyQuery = exports.useTeamQuery = exports.TeamDocument = exports.useOrganizationsLazyQuery = exports.useOrganizationsQuery = exports.OrganizationsDocument = exports.useGetOrganizationMembersLazyQuery = exports.useGetOrganizationMembersQuery = exports.GetOrganizationMembersDocument = exports.useGetUserOrganizationsWithRoleLazyQuery = exports.useGetUserOrganizationsWithRoleQuery = exports.GetUserOrganizationsWithRoleDocument = exports.useGetUserOrganizationsLazyQuery = exports.useGetUserOrganizationsQuery = exports.GetUserOrganizationsDocument = exports.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 = void 0;
|
7
|
+
exports.useGetDefaultPolicySettingsLazyQuery = exports.useGetDefaultPolicySettingsQuery = exports.GetDefaultPolicySettingsDocument = exports.useGetDefaultPermissionsLazyQuery = exports.useGetDefaultPermissionsQuery = exports.GetDefaultPermissionsDocument = exports.useGetDefaultApplicationPermissionsLazyQuery = exports.useGetDefaultApplicationPermissionsQuery = exports.GetDefaultApplicationPermissionsDocument = exports.useGetContextPropertyLazyQuery = exports.useGetContextPropertyQuery = exports.GetContextPropertyDocument = exports.useGetConfigurationTargetLazyQuery = exports.useGetConfigurationTargetQuery = exports.GetConfigurationTargetDocument = exports.useDefaultResolveSettingsLazyQuery = exports.useDefaultResolveSettingsQuery = exports.DefaultResolveSettingsDocument = exports.useGetApplicationRoleLazyQuery = exports.useGetApplicationRoleQuery = exports.GetApplicationRoleDocument = exports.useGetApplicationPolicyLazyQuery = exports.useGetApplicationPolicyQuery = exports.GetApplicationPolicyDocument = exports.useUpdateConfigurationMutation = exports.UpdateConfigurationDocument = exports.useReassignConfigurationMutation = exports.ReassignConfigurationDocument = exports.useDeleteIntegrationConfigurationMutation = exports.DeleteIntegrationConfigurationDocument = exports.useCreateOrUpdateIntegrationConfigurationMutation = exports.CreateOrUpdateIntegrationConfigurationDocument = exports.useCreateIntegrationConfigurationMutation = exports.CreateIntegrationConfigurationDocument = exports.useInitializeTeamInContextMutation = exports.InitializeTeamInContextDocument = exports.useInitializeOrgNameInContextMutation = exports.InitializeOrgNameInContextDocument = exports.useInitiateConfigurationValueMutation = exports.InitiateConfigurationValueDocument = exports.useChangeOrganizationMutation = exports.ChangeOrganizationDocument = exports.useAddResourceToContextMutation = exports.AddResourceToContextDocument = exports.useAddContributionRoleMutation = exports.AddContributionRoleDocument = exports.useSidebarStateLazyQuery = exports.useSidebarStateQuery = exports.SidebarStateDocument = exports.useToggleSidebarMutation = void 0;
|
8
|
+
exports.useGetOrgNameFromContextQuery = exports.GetOrgNameFromContextDocument = exports.useGetOrgContextLazyQuery = exports.useGetOrgContextQuery = exports.GetOrgContextDocument = exports.useGetContributionRolesLazyQuery = exports.useGetContributionRolesQuery = exports.GetContributionRolesDocument = exports.useDefaultSettingsLazyQuery = exports.useDefaultSettingsQuery = exports.DefaultSettingsDocument = exports.useGetUserConfigurationLazyQuery = exports.useGetUserConfigurationQuery = exports.GetUserConfigurationDocument = exports.useGetResourcesConfigurationLazyQuery = exports.useGetResourcesConfigurationQuery = exports.GetResourcesConfigurationDocument = exports.useResolveConfigurationLazyQuery = exports.useResolveConfigurationQuery = exports.ResolveConfigurationDocument = exports.useGetOrgWithResourcesRoleLazyQuery = exports.useGetOrgWithResourcesRoleQuery = exports.GetOrgWithResourcesRoleDocument = exports.useGetOrgWithResourcesPolicyLazyQuery = exports.useGetOrgWithResourcesPolicyQuery = exports.GetOrgWithResourcesPolicyDocument = exports.useGetOrgRoleLazyQuery = exports.useGetOrgRoleQuery = exports.GetOrgRoleDocument = exports.useGetOrgPolicyLazyQuery = exports.useGetOrgPolicyQuery = exports.GetOrgPolicyDocument = exports.useGetOrgConfigurationLazyQuery = exports.useGetOrgConfigurationQuery = exports.GetOrgConfigurationDocument = exports.useOpenPreferencesSettingsLazyQuery = exports.useOpenPreferencesSettingsQuery = exports.OpenPreferencesSettingsDocument = exports.useGetUserAccessRoleLazyQuery = exports.useGetUserAccessRoleQuery = exports.GetUserAccessRoleDocument = exports.useGetTeamNameFromContextLazyQuery = exports.useGetTeamNameFromContextQuery = exports.GetTeamNameFromContextDocument = exports.useGetTeamContextLazyQuery = exports.useGetTeamContextQuery = exports.GetTeamContextDocument = exports.useGetDefaultRoleLazyQuery = exports.useGetDefaultRoleQuery = exports.GetDefaultRoleDocument = void 0;
|
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.useGetIntegrationConfigurationLazyQuery = exports.useGetIntegrationConfigurationQuery = exports.GetIntegrationConfigurationDocument = exports.useGetAllIntegrationConfigurationsLazyQuery = exports.useGetAllIntegrationConfigurationsQuery = exports.GetAllIntegrationConfigurationsDocument = exports.useFilterIntegrationConfigurationLazyQuery = exports.useFilterIntegrationConfigurationQuery = exports.FilterIntegrationConfigurationDocument = exports.useGetRoleLazyQuery = exports.useGetRoleQuery = exports.GetRoleDocument = exports.useGetOrgNameFromContextLazyQuery = void 0;
|
11
10
|
const configuration_1 = require("../configuration");
|
12
11
|
Object.defineProperty(exports, "ConfigurationScope", { enumerable: true, get: function () { return configuration_1.ConfigurationScope; } });
|
13
12
|
const configuration_2 = require("../configuration");
|
@@ -16,41 +15,26 @@ const Apollo = require("@apollo/client");
|
|
16
15
|
const defaultOptions = {};
|
17
16
|
var IAccountBroadcasterActions;
|
18
17
|
(function (IAccountBroadcasterActions) {
|
19
|
-
IAccountBroadcasterActions["
|
20
|
-
IAccountBroadcasterActions["
|
21
|
-
IAccountBroadcasterActions["
|
22
|
-
IAccountBroadcasterActions["
|
23
|
-
IAccountBroadcasterActions["
|
24
|
-
IAccountBroadcasterActions["
|
18
|
+
IAccountBroadcasterActions["OnAccountCreated"] = "onAccountCreated";
|
19
|
+
IAccountBroadcasterActions["OnAccountUpdated"] = "onAccountUpdated";
|
20
|
+
IAccountBroadcasterActions["OnEmailVerified"] = "onEmailVerified";
|
21
|
+
IAccountBroadcasterActions["OnAccountDeleted"] = "onAccountDeleted";
|
22
|
+
IAccountBroadcasterActions["OnPasswordReset"] = "onPasswordReset";
|
23
|
+
IAccountBroadcasterActions["OnPictureChanged"] = "onPictureChanged";
|
25
24
|
})(IAccountBroadcasterActions = exports.IAccountBroadcasterActions || (exports.IAccountBroadcasterActions = {}));
|
26
|
-
;
|
27
25
|
var IAccountServiceAction;
|
28
26
|
(function (IAccountServiceAction) {
|
29
|
-
IAccountServiceAction["
|
30
|
-
IAccountServiceAction["
|
31
|
-
IAccountServiceAction["
|
32
|
-
IAccountServiceAction["
|
33
|
-
IAccountServiceAction["
|
34
|
-
IAccountServiceAction["
|
35
|
-
IAccountServiceAction["
|
36
|
-
IAccountServiceAction["
|
37
|
-
IAccountServiceAction["
|
38
|
-
IAccountServiceAction["
|
27
|
+
IAccountServiceAction["CreateDefaultAccount"] = "createDefaultAccount";
|
28
|
+
IAccountServiceAction["CreateAccount"] = "createAccount";
|
29
|
+
IAccountServiceAction["FindAccountById"] = "findAccountById";
|
30
|
+
IAccountServiceAction["FindAccountByUser"] = "findAccountByUser";
|
31
|
+
IAccountServiceAction["FindAccountByEmail"] = "findAccountByEmail";
|
32
|
+
IAccountServiceAction["UpdateAccount"] = "updateAccount";
|
33
|
+
IAccountServiceAction["DeleteAccount"] = "deleteAccount";
|
34
|
+
IAccountServiceAction["OnAccountCreated"] = "onAccountCreated";
|
35
|
+
IAccountServiceAction["OnAccountDeleted"] = "onAccountDeleted";
|
36
|
+
IAccountServiceAction["AccountOnBoarding"] = "accountOnBoarding";
|
39
37
|
})(IAccountServiceAction = exports.IAccountServiceAction || (exports.IAccountServiceAction = {}));
|
40
|
-
;
|
41
|
-
var IActivityServiceCommands;
|
42
|
-
(function (IActivityServiceCommands) {
|
43
|
-
IActivityServiceCommands["user"] = "user";
|
44
|
-
IActivityServiceCommands["team"] = "team";
|
45
|
-
IActivityServiceCommands["organization"] = "organization";
|
46
|
-
IActivityServiceCommands["workspace"] = "workspace";
|
47
|
-
IActivityServiceCommands["cluster"] = "cluster";
|
48
|
-
IActivityServiceCommands["active"] = "active";
|
49
|
-
IActivityServiceCommands["inactive"] = "inactive";
|
50
|
-
IActivityServiceCommands["notify"] = "notify";
|
51
|
-
IActivityServiceCommands["collect"] = "collect";
|
52
|
-
})(IActivityServiceCommands = exports.IActivityServiceCommands || (exports.IActivityServiceCommands = {}));
|
53
|
-
;
|
54
38
|
var IApplicationBillingPlanPolicy;
|
55
39
|
(function (IApplicationBillingPlanPolicy) {
|
56
40
|
IApplicationBillingPlanPolicy["Invoicing"] = "Invoicing";
|
@@ -60,42 +44,38 @@ var IApplicationBillingPlanPolicy;
|
|
60
44
|
IApplicationBillingPlanPolicy["Alerts"] = "Alerts";
|
61
45
|
IApplicationBillingPlanPolicy["CustomFields"] = "CustomFields";
|
62
46
|
})(IApplicationBillingPlanPolicy = exports.IApplicationBillingPlanPolicy || (exports.IApplicationBillingPlanPolicy = {}));
|
63
|
-
;
|
64
47
|
var IApplicationRoles;
|
65
48
|
(function (IApplicationRoles) {
|
66
49
|
/** Admin of an Organization */
|
67
|
-
IApplicationRoles["
|
50
|
+
IApplicationRoles["Admin"] = "ADMIN";
|
68
51
|
/** Project Contributors */
|
69
|
-
IApplicationRoles["
|
70
|
-
/** Guest
|
71
|
-
IApplicationRoles["
|
72
|
-
IApplicationRoles["
|
52
|
+
IApplicationRoles["Contributors"] = "CONTRIBUTORS";
|
53
|
+
/** Guest */
|
54
|
+
IApplicationRoles["Guest"] = "GUEST";
|
55
|
+
IApplicationRoles["Member"] = "MEMBER";
|
73
56
|
/** organization member */
|
74
|
-
IApplicationRoles["
|
57
|
+
IApplicationRoles["OrganizationManager"] = "ORGANIZATION_MANAGER";
|
75
58
|
/** Owner of an Organization */
|
76
|
-
IApplicationRoles["
|
59
|
+
IApplicationRoles["Owner"] = "OWNER";
|
77
60
|
/** Project Admin */
|
78
|
-
IApplicationRoles["
|
61
|
+
IApplicationRoles["ProjectAdmin"] = "PROJECT_ADMIN";
|
79
62
|
/** Project Viewer */
|
80
|
-
IApplicationRoles["
|
81
|
-
IApplicationRoles["
|
82
|
-
IApplicationRoles["
|
63
|
+
IApplicationRoles["ProjectViewer"] = "PROJECT_VIEWER";
|
64
|
+
IApplicationRoles["TeamMaintainer"] = "TEAM_MAINTAINER";
|
65
|
+
IApplicationRoles["TeamMember"] = "TEAM_MEMBER";
|
83
66
|
/** User who is logged in */
|
84
|
-
IApplicationRoles["
|
67
|
+
IApplicationRoles["User"] = "USER";
|
85
68
|
})(IApplicationRoles = exports.IApplicationRoles || (exports.IApplicationRoles = {}));
|
86
|
-
;
|
87
69
|
var IAuthErrorCodes;
|
88
70
|
(function (IAuthErrorCodes) {
|
89
|
-
IAuthErrorCodes["
|
90
|
-
IAuthErrorCodes["
|
71
|
+
IAuthErrorCodes["Unauthenticated"] = "UNAUTHENTICATED";
|
72
|
+
IAuthErrorCodes["InternalServerError"] = "INTERNAL_SERVER_ERROR";
|
91
73
|
})(IAuthErrorCodes = exports.IAuthErrorCodes || (exports.IAuthErrorCodes = {}));
|
92
|
-
;
|
93
74
|
var ICacheControlScope;
|
94
75
|
(function (ICacheControlScope) {
|
95
|
-
ICacheControlScope["
|
96
|
-
ICacheControlScope["
|
76
|
+
ICacheControlScope["Public"] = "PUBLIC";
|
77
|
+
ICacheControlScope["Private"] = "PRIVATE";
|
97
78
|
})(ICacheControlScope = exports.ICacheControlScope || (exports.ICacheControlScope = {}));
|
98
|
-
;
|
99
79
|
var IClientCacheTypeNames;
|
100
80
|
(function (IClientCacheTypeNames) {
|
101
81
|
IClientCacheTypeNames["ApplicationPolicy"] = "ApplicationPolicy";
|
@@ -127,7 +107,6 @@ var IClientCacheTypeNames;
|
|
127
107
|
IClientCacheTypeNames["SettingsSection"] = "SettingsSection";
|
128
108
|
IClientCacheTypeNames["UserConfiguration"] = "UserConfiguration";
|
129
109
|
})(IClientCacheTypeNames = exports.IClientCacheTypeNames || (exports.IClientCacheTypeNames = {}));
|
130
|
-
;
|
131
110
|
var IClientContainerService;
|
132
111
|
(function (IClientContainerService) {
|
133
112
|
IClientContainerService["ApolloErrorHandler"] = "ApolloErrorHandler";
|
@@ -145,79 +124,61 @@ var IClientContainerService;
|
|
145
124
|
IClientContainerService["IPreferenceService"] = "IPreferenceService";
|
146
125
|
IClientContainerService["ITeamKeyContextService"] = "ITeamKeyContextService";
|
147
126
|
})(IClientContainerService = exports.IClientContainerService || (exports.IClientContainerService = {}));
|
148
|
-
;
|
149
127
|
var IClientTypes;
|
150
128
|
(function (IClientTypes) {
|
151
129
|
IClientTypes["Business"] = "Business";
|
152
130
|
IClientTypes["Individuals"] = "Individuals";
|
153
131
|
})(IClientTypes = exports.IClientTypes || (exports.IClientTypes = {}));
|
154
|
-
;
|
155
132
|
var IConfigCollectionName;
|
156
133
|
(function (IConfigCollectionName) {
|
157
|
-
IConfigCollectionName["
|
158
|
-
IConfigCollectionName["
|
159
|
-
IConfigCollectionName["
|
160
|
-
IConfigCollectionName["
|
161
|
-
IConfigCollectionName["
|
162
|
-
IConfigCollectionName["
|
163
|
-
IConfigCollectionName["
|
164
|
-
IConfigCollectionName["
|
134
|
+
IConfigCollectionName["Application"] = "application";
|
135
|
+
IConfigCollectionName["Accounts"] = "accounts";
|
136
|
+
IConfigCollectionName["Organizations"] = "organizations";
|
137
|
+
IConfigCollectionName["Machines"] = "machines";
|
138
|
+
IConfigCollectionName["Workspaces"] = "workspaces";
|
139
|
+
IConfigCollectionName["Teams"] = "teams";
|
140
|
+
IConfigCollectionName["Projects"] = "projects";
|
141
|
+
IConfigCollectionName["Clients"] = "clients";
|
165
142
|
})(IConfigCollectionName = exports.IConfigCollectionName || (exports.IConfigCollectionName = {}));
|
166
|
-
;
|
167
143
|
var IConfigFragmentName;
|
168
144
|
(function (IConfigFragmentName) {
|
169
|
-
IConfigFragmentName["
|
170
|
-
IConfigFragmentName["
|
171
|
-
IConfigFragmentName["
|
172
|
-
IConfigFragmentName["
|
173
|
-
IConfigFragmentName["
|
174
|
-
IConfigFragmentName["
|
145
|
+
IConfigFragmentName["Resources"] = "resources";
|
146
|
+
IConfigFragmentName["Settings"] = "settings";
|
147
|
+
IConfigFragmentName["Policies"] = "policies";
|
148
|
+
IConfigFragmentName["ApplicationPolicies"] = "applicationPolicies";
|
149
|
+
IConfigFragmentName["Roles"] = "roles";
|
150
|
+
IConfigFragmentName["ContributionRoles"] = "contributionRoles";
|
175
151
|
/** Team Members Document with role value */
|
176
|
-
IConfigFragmentName["
|
152
|
+
IConfigFragmentName["TeamMembers"] = "teamMembers";
|
177
153
|
/** Organization Members Document with role value */
|
178
|
-
IConfigFragmentName["
|
154
|
+
IConfigFragmentName["OrgMembers"] = "orgMembers";
|
179
155
|
/** Billing */
|
180
|
-
IConfigFragmentName["
|
156
|
+
IConfigFragmentName["BillingPlanPolicies"] = "billingPlanPolicies";
|
181
157
|
})(IConfigFragmentName = exports.IConfigFragmentName || (exports.IConfigFragmentName = {}));
|
182
|
-
;
|
183
158
|
var IConfigurationContributionNames;
|
184
159
|
(function (IConfigurationContributionNames) {
|
185
|
-
IConfigurationContributionNames["
|
186
|
-
IConfigurationContributionNames["
|
187
|
-
IConfigurationContributionNames["
|
160
|
+
IConfigurationContributionNames["DefaultPermissions"] = "defaultPermissions";
|
161
|
+
IConfigurationContributionNames["DefaultSettings"] = "defaultSettings";
|
162
|
+
IConfigurationContributionNames["DefaultPolicies"] = "defaultPolicies";
|
188
163
|
})(IConfigurationContributionNames = exports.IConfigurationContributionNames || (exports.IConfigurationContributionNames = {}));
|
189
|
-
;
|
190
164
|
var IContextServiceAction;
|
191
165
|
(function (IContextServiceAction) {
|
192
|
-
IContextServiceAction["
|
193
|
-
IContextServiceAction["
|
194
|
-
IContextServiceAction["
|
195
|
-
IContextServiceAction["
|
166
|
+
IContextServiceAction["OnResourceCreated"] = "onResourceCreated";
|
167
|
+
IContextServiceAction["OnResourceUpdated"] = "onResourceUpdated";
|
168
|
+
IContextServiceAction["OnResourceDeleted"] = "onResourceDeleted";
|
169
|
+
IContextServiceAction["OnResourceDeactivated"] = "onResourceDeactivated";
|
196
170
|
})(IContextServiceAction = exports.IContextServiceAction || (exports.IContextServiceAction = {}));
|
197
|
-
;
|
198
|
-
var IEActivityScopes;
|
199
|
-
(function (IEActivityScopes) {
|
200
|
-
IEActivityScopes["User"] = "User";
|
201
|
-
IEActivityScopes["Team"] = "Team";
|
202
|
-
IEActivityScopes["Cluster"] = "Cluster";
|
203
|
-
IEActivityScopes["Default"] = "Default";
|
204
|
-
IEActivityScopes["Workspace"] = "Workspace";
|
205
|
-
IEActivityScopes["Organization"] = "Organization";
|
206
|
-
})(IEActivityScopes = exports.IEActivityScopes || (exports.IEActivityScopes = {}));
|
207
|
-
;
|
208
171
|
var IEditPresentationTypes;
|
209
172
|
(function (IEditPresentationTypes) {
|
210
173
|
IEditPresentationTypes["Multiline"] = "Multiline";
|
211
174
|
IEditPresentationTypes["Singleline"] = "Singleline";
|
212
175
|
})(IEditPresentationTypes = exports.IEditPresentationTypes || (exports.IEditPresentationTypes = {}));
|
213
|
-
;
|
214
176
|
var IGlobalCurrencies;
|
215
177
|
(function (IGlobalCurrencies) {
|
216
|
-
IGlobalCurrencies["
|
217
|
-
IGlobalCurrencies["
|
218
|
-
IGlobalCurrencies["
|
178
|
+
IGlobalCurrencies["Usd"] = "USD";
|
179
|
+
IGlobalCurrencies["Euro"] = "EURO";
|
180
|
+
IGlobalCurrencies["Aud"] = "AUD";
|
219
181
|
})(IGlobalCurrencies = exports.IGlobalCurrencies || (exports.IGlobalCurrencies = {}));
|
220
|
-
;
|
221
182
|
var IGlobalLanguages;
|
222
183
|
(function (IGlobalLanguages) {
|
223
184
|
IGlobalLanguages["English"] = "English";
|
@@ -225,43 +186,38 @@ var IGlobalLanguages;
|
|
225
186
|
IGlobalLanguages["French"] = "French";
|
226
187
|
IGlobalLanguages["Russian"] = "Russian";
|
227
188
|
})(IGlobalLanguages = exports.IGlobalLanguages || (exports.IGlobalLanguages = {}));
|
228
|
-
;
|
229
189
|
var IIntegrationConfigServiceAction;
|
230
190
|
(function (IIntegrationConfigServiceAction) {
|
231
|
-
IIntegrationConfigServiceAction["
|
191
|
+
IIntegrationConfigServiceAction["OnIntegrationConfigurationDeleted"] = "onIntegrationConfigurationDeleted";
|
232
192
|
})(IIntegrationConfigServiceAction = exports.IIntegrationConfigServiceAction || (exports.IIntegrationConfigServiceAction = {}));
|
233
|
-
;
|
234
193
|
var IInviteStatus;
|
235
194
|
(function (IInviteStatus) {
|
236
|
-
IInviteStatus["
|
237
|
-
IInviteStatus["
|
238
|
-
IInviteStatus["
|
195
|
+
IInviteStatus["Pending"] = "PENDING";
|
196
|
+
IInviteStatus["Accepted"] = "ACCEPTED";
|
197
|
+
IInviteStatus["Declined"] = "DECLINED";
|
239
198
|
})(IInviteStatus = exports.IInviteStatus || (exports.IInviteStatus = {}));
|
240
|
-
;
|
241
199
|
var IMailTemplateId;
|
242
200
|
(function (IMailTemplateId) {
|
243
201
|
IMailTemplateId["BillingNotificationId"] = "BillingNotificationId";
|
244
202
|
/** Prefix with Db to make sure it look into the database */
|
245
203
|
IMailTemplateId["DbTeamInivitationId"] = "DbTeamInivitationId";
|
246
|
-
IMailTemplateId["
|
247
|
-
IMailTemplateId["
|
204
|
+
IMailTemplateId["JoinNotifyMember"] = "JOIN_NOTIFY_MEMBER";
|
205
|
+
IMailTemplateId["JoinNotifyOwner"] = "JOIN_NOTIFY_OWNER";
|
248
206
|
/** Prefix with Db to make sure it look into the database */
|
249
207
|
IMailTemplateId["PaymentServiceId"] = "PaymentServiceId";
|
250
|
-
IMailTemplateId["
|
251
|
-
IMailTemplateId["
|
252
|
-
IMailTemplateId["
|
253
|
-
IMailTemplateId["
|
208
|
+
IMailTemplateId["TeamAddedMemberNotification"] = "TEAM_ADDED_MEMBER_NOTIFICATION";
|
209
|
+
IMailTemplateId["UserEmailVerificationNotification"] = "USER_EMAIL_VERIFICATION_NOTIFICATION";
|
210
|
+
IMailTemplateId["UserPasswordReset"] = "USER_PASSWORD_RESET";
|
211
|
+
IMailTemplateId["Dummy"] = "dummy";
|
254
212
|
})(IMailTemplateId = exports.IMailTemplateId || (exports.IMailTemplateId = {}));
|
255
|
-
;
|
256
213
|
var IMenuPosition;
|
257
214
|
(function (IMenuPosition) {
|
258
|
-
IMenuPosition["
|
259
|
-
IMenuPosition["
|
260
|
-
IMenuPosition["
|
261
|
-
IMenuPosition["
|
262
|
-
IMenuPosition["
|
215
|
+
IMenuPosition["Logo"] = "LOGO";
|
216
|
+
IMenuPosition["Upper"] = "UPPER";
|
217
|
+
IMenuPosition["Middle"] = "MIDDLE";
|
218
|
+
IMenuPosition["Lower"] = "LOWER";
|
219
|
+
IMenuPosition["Bottom"] = "BOTTOM";
|
263
220
|
})(IMenuPosition = exports.IMenuPosition || (exports.IMenuPosition = {}));
|
264
|
-
;
|
265
221
|
/** All Moleculer Topic names are extended from this. */
|
266
222
|
var IMoleculerServiceName;
|
267
223
|
(function (IMoleculerServiceName) {
|
@@ -269,8 +225,6 @@ var IMoleculerServiceName;
|
|
269
225
|
IMoleculerServiceName["AccountTeam"] = "AccountTeam";
|
270
226
|
IMoleculerServiceName["AccountUser"] = "AccountUser";
|
271
227
|
IMoleculerServiceName["AccountsPostEventsService"] = "AccountsPostEventsService";
|
272
|
-
IMoleculerServiceName["ActivityCollector"] = "ActivityCollector";
|
273
|
-
IMoleculerServiceName["ActivityStorage"] = "ActivityStorage";
|
274
228
|
IMoleculerServiceName["AuthUserService"] = "AuthUserService";
|
275
229
|
IMoleculerServiceName["OrganizationContextService"] = "OrganizationContextService";
|
276
230
|
IMoleculerServiceName["PaymentEventListener"] = "PaymentEventListener";
|
@@ -279,19 +233,17 @@ var IMoleculerServiceName;
|
|
279
233
|
IMoleculerServiceName["SshKeyService"] = "SshKeyService";
|
280
234
|
IMoleculerServiceName["StripeService"] = "StripeService";
|
281
235
|
IMoleculerServiceName["UserBroadcaster"] = "UserBroadcaster";
|
282
|
-
IMoleculerServiceName["
|
236
|
+
IMoleculerServiceName["Dummy"] = "dummy";
|
283
237
|
/** Actions */
|
284
|
-
IMoleculerServiceName["
|
238
|
+
IMoleculerServiceName["OnConfigurationUpdated"] = "onConfigurationUpdated";
|
285
239
|
})(IMoleculerServiceName = exports.IMoleculerServiceName || (exports.IMoleculerServiceName = {}));
|
286
|
-
;
|
287
240
|
var IOrgUserRole;
|
288
241
|
(function (IOrgUserRole) {
|
289
|
-
IOrgUserRole["
|
290
|
-
IOrgUserRole["
|
291
|
-
IOrgUserRole["
|
292
|
-
IOrgUserRole["
|
242
|
+
IOrgUserRole["BillingLeader"] = "BILLING_LEADER";
|
243
|
+
IOrgUserRole["Member"] = "MEMBER";
|
244
|
+
IOrgUserRole["Admin"] = "ADMIN";
|
245
|
+
IOrgUserRole["Owner"] = "OWNER";
|
293
246
|
})(IOrgUserRole = exports.IOrgUserRole || (exports.IOrgUserRole = {}));
|
294
|
-
;
|
295
247
|
/**
|
296
248
|
* OrganizationInvitationRole: The possible organization invitation roles.
|
297
249
|
*
|
@@ -303,12 +255,11 @@ var IOrgUserRole;
|
|
303
255
|
*/
|
304
256
|
var IOrgainizationInvitationRole;
|
305
257
|
(function (IOrgainizationInvitationRole) {
|
306
|
-
IOrgainizationInvitationRole["
|
307
|
-
IOrgainizationInvitationRole["
|
308
|
-
IOrgainizationInvitationRole["
|
309
|
-
IOrgainizationInvitationRole["
|
258
|
+
IOrgainizationInvitationRole["Admin"] = "ADMIN";
|
259
|
+
IOrgainizationInvitationRole["Reinstate"] = "REINSTATE";
|
260
|
+
IOrgainizationInvitationRole["DirectMember"] = "DIRECT_MEMBER";
|
261
|
+
IOrgainizationInvitationRole["BillingManager"] = "BILLING_MANAGER";
|
310
262
|
})(IOrgainizationInvitationRole = exports.IOrgainizationInvitationRole || (exports.IOrgainizationInvitationRole = {}));
|
311
|
-
;
|
312
263
|
/** Subscription event for context */
|
313
264
|
var IOrganizationContextPubSubEvents;
|
314
265
|
(function (IOrganizationContextPubSubEvents) {
|
@@ -317,29 +268,27 @@ var IOrganizationContextPubSubEvents;
|
|
317
268
|
IOrganizationContextPubSubEvents["OrganizationConfigurationUpdated"] = "OrganizationConfigurationUpdated";
|
318
269
|
IOrganizationContextPubSubEvents["OrganizationPermissionUpdated"] = "OrganizationPermissionUpdated";
|
319
270
|
})(IOrganizationContextPubSubEvents = exports.IOrganizationContextPubSubEvents || (exports.IOrganizationContextPubSubEvents = {}));
|
320
|
-
;
|
321
271
|
var IOrganizationServiceAction;
|
322
272
|
(function (IOrganizationServiceAction) {
|
323
|
-
IOrganizationServiceAction["
|
324
|
-
IOrganizationServiceAction["
|
325
|
-
IOrganizationServiceAction["
|
326
|
-
IOrganizationServiceAction["
|
327
|
-
IOrganizationServiceAction["
|
328
|
-
IOrganizationServiceAction["
|
329
|
-
IOrganizationServiceAction["
|
330
|
-
IOrganizationServiceAction["
|
331
|
-
IOrganizationServiceAction["
|
332
|
-
IOrganizationServiceAction["
|
333
|
-
IOrganizationServiceAction["
|
334
|
-
IOrganizationServiceAction["
|
335
|
-
IOrganizationServiceAction["
|
336
|
-
IOrganizationServiceAction["
|
337
|
-
IOrganizationServiceAction["
|
338
|
-
IOrganizationServiceAction["
|
339
|
-
IOrganizationServiceAction["
|
340
|
-
IOrganizationServiceAction["
|
273
|
+
IOrganizationServiceAction["GetOrganization"] = "getOrganization";
|
274
|
+
IOrganizationServiceAction["CreateDefaultOrganization"] = "createDefaultOrganization";
|
275
|
+
IOrganizationServiceAction["GetUserOrganizations"] = "getUserOrganizations";
|
276
|
+
IOrganizationServiceAction["CreateOrganization"] = "createOrganization";
|
277
|
+
IOrganizationServiceAction["UpdateOrganization"] = "updateOrganization";
|
278
|
+
IOrganizationServiceAction["RemoveOrganization"] = "removeOrganization";
|
279
|
+
IOrganizationServiceAction["OnOrganizationCreated"] = "onOrganizationCreated";
|
280
|
+
IOrganizationServiceAction["OnOrganizationUpdated"] = "onOrganizationUpdated";
|
281
|
+
IOrganizationServiceAction["OnOrganizationDeleted"] = "onOrganizationDeleted";
|
282
|
+
IOrganizationServiceAction["OnOrganizationsDeleted"] = "onOrganizationsDeleted";
|
283
|
+
IOrganizationServiceAction["OnOrganizationsDeactivated"] = "onOrganizationsDeactivated";
|
284
|
+
IOrganizationServiceAction["OnUserJoinedOrganization"] = "onUserJoinedOrganization";
|
285
|
+
IOrganizationServiceAction["OnUserInvitationSend"] = "onUserInvitationSend";
|
286
|
+
IOrganizationServiceAction["OnUserInvitationResend"] = "onUserInvitationResend";
|
287
|
+
IOrganizationServiceAction["OnOrgMemberRemoved"] = "onOrgMemberRemoved";
|
288
|
+
IOrganizationServiceAction["OnCreateOrganization"] = "onCreateOrganization";
|
289
|
+
IOrganizationServiceAction["OnCreateTeam"] = "onCreateTeam";
|
290
|
+
IOrganizationServiceAction["OnSendInvitation"] = "onSendInvitation";
|
341
291
|
})(IOrganizationServiceAction = exports.IOrganizationServiceAction || (exports.IOrganizationServiceAction = {}));
|
342
|
-
;
|
343
292
|
var IPermissionAction;
|
344
293
|
(function (IPermissionAction) {
|
345
294
|
IPermissionAction["Create"] = "Create";
|
@@ -349,7 +298,6 @@ var IPermissionAction;
|
|
349
298
|
IPermissionAction["Manage"] = "Manage";
|
350
299
|
IPermissionAction["View"] = "View";
|
351
300
|
})(IPermissionAction = exports.IPermissionAction || (exports.IPermissionAction = {}));
|
352
|
-
;
|
353
301
|
var IPermissionResource;
|
354
302
|
(function (IPermissionResource) {
|
355
303
|
IPermissionResource["Members"] = "Members";
|
@@ -359,14 +307,12 @@ var IPermissionResource;
|
|
359
307
|
IPermissionResource["Settings"] = "Settings";
|
360
308
|
IPermissionResource["Teams"] = "Teams";
|
361
309
|
})(IPermissionResource = exports.IPermissionResource || (exports.IPermissionResource = {}));
|
362
|
-
;
|
363
310
|
var IPermissionType;
|
364
311
|
(function (IPermissionType) {
|
365
312
|
IPermissionType["Allow"] = "Allow";
|
366
313
|
IPermissionType["Deny"] = "Deny";
|
367
314
|
IPermissionType["NotSet"] = "NotSet";
|
368
315
|
})(IPermissionType = exports.IPermissionType || (exports.IPermissionType = {}));
|
369
|
-
;
|
370
316
|
var IPortalLanguage;
|
371
317
|
(function (IPortalLanguage) {
|
372
318
|
IPortalLanguage["English"] = "English";
|
@@ -375,21 +321,19 @@ var IPortalLanguage;
|
|
375
321
|
IPortalLanguage["Spanish"] = "Spanish";
|
376
322
|
IPortalLanguage["Russian"] = "Russian";
|
377
323
|
})(IPortalLanguage = exports.IPortalLanguage || (exports.IPortalLanguage = {}));
|
378
|
-
;
|
379
324
|
var IPreDefinedRole;
|
380
325
|
(function (IPreDefinedRole) {
|
381
|
-
IPreDefinedRole["
|
382
|
-
IPreDefinedRole["
|
383
|
-
IPreDefinedRole["
|
384
|
-
IPreDefinedRole["
|
385
|
-
IPreDefinedRole["
|
386
|
-
IPreDefinedRole["
|
387
|
-
IPreDefinedRole["
|
388
|
-
IPreDefinedRole["
|
389
|
-
IPreDefinedRole["
|
390
|
-
IPreDefinedRole["
|
326
|
+
IPreDefinedRole["Owner"] = "OWNER";
|
327
|
+
IPreDefinedRole["Admin"] = "ADMIN";
|
328
|
+
IPreDefinedRole["Maintainer"] = "MAINTAINER";
|
329
|
+
IPreDefinedRole["Member"] = "MEMBER";
|
330
|
+
IPreDefinedRole["ProjectAdmin"] = "PROJECT_ADMIN";
|
331
|
+
IPreDefinedRole["BillingLeader"] = "BILLING_LEADER";
|
332
|
+
IPreDefinedRole["DirectMember"] = "DIRECT_MEMBER";
|
333
|
+
IPreDefinedRole["Viewer"] = "VIEWER";
|
334
|
+
IPreDefinedRole["Guest"] = "GUEST";
|
335
|
+
IPreDefinedRole["Contributors"] = "CONTRIBUTORS";
|
391
336
|
})(IPreDefinedRole = exports.IPreDefinedRole || (exports.IPreDefinedRole = {}));
|
392
|
-
;
|
393
337
|
/** Registry Extensions */
|
394
338
|
var IRegistryExtensions;
|
395
339
|
(function (IRegistryExtensions) {
|
@@ -397,30 +341,26 @@ var IRegistryExtensions;
|
|
397
341
|
IRegistryExtensions["Permissions"] = "Permissions";
|
398
342
|
IRegistryExtensions["Policies"] = "Policies";
|
399
343
|
IRegistryExtensions["Configuration"] = "Configuration";
|
400
|
-
IRegistryExtensions["
|
344
|
+
IRegistryExtensions["JsonContribution"] = "JSONContribution";
|
401
345
|
})(IRegistryExtensions = exports.IRegistryExtensions || (exports.IRegistryExtensions = {}));
|
402
|
-
;
|
403
346
|
var IResourceAuthority;
|
404
347
|
(function (IResourceAuthority) {
|
405
|
-
IResourceAuthority["
|
406
|
-
IResourceAuthority["
|
407
|
-
IResourceAuthority["
|
348
|
+
IResourceAuthority["Defaultsettings"] = "defaultsettings";
|
349
|
+
IResourceAuthority["Defaultpermissions"] = "defaultpermissions";
|
350
|
+
IResourceAuthority["Defaultpolicies"] = "defaultpolicies";
|
408
351
|
})(IResourceAuthority = exports.IResourceAuthority || (exports.IResourceAuthority = {}));
|
409
|
-
;
|
410
352
|
var IRole;
|
411
353
|
(function (IRole) {
|
412
|
-
IRole["
|
413
|
-
IRole["
|
414
|
-
IRole["
|
415
|
-
IRole["
|
354
|
+
IRole["Admin"] = "ADMIN";
|
355
|
+
IRole["Reviewer"] = "REVIEWER";
|
356
|
+
IRole["User"] = "USER";
|
357
|
+
IRole["Unknown"] = "UNKNOWN";
|
416
358
|
})(IRole = exports.IRole || (exports.IRole = {}));
|
417
|
-
;
|
418
359
|
var IRouteParams;
|
419
360
|
(function (IRouteParams) {
|
420
|
-
IRouteParams["
|
421
|
-
IRouteParams["
|
361
|
+
IRouteParams["OrgName"] = "orgName";
|
362
|
+
IRouteParams["TeamName"] = "teamName";
|
422
363
|
})(IRouteParams = exports.IRouteParams || (exports.IRouteParams = {}));
|
423
|
-
;
|
424
364
|
var ISettingValueType;
|
425
365
|
(function (ISettingValueType) {
|
426
366
|
ISettingValueType["Null"] = "Null";
|
@@ -434,39 +374,40 @@ var ISettingValueType;
|
|
434
374
|
ISettingValueType["NullableInteger"] = "NullableInteger";
|
435
375
|
ISettingValueType["NullableNumber"] = "NullableNumber";
|
436
376
|
})(ISettingValueType = exports.ISettingValueType || (exports.ISettingValueType = {}));
|
437
|
-
;
|
377
|
+
var ISortEnum;
|
378
|
+
(function (ISortEnum) {
|
379
|
+
ISortEnum["Asc"] = "ASC";
|
380
|
+
ISortEnum["Desc"] = "DESC";
|
381
|
+
})(ISortEnum = exports.ISortEnum || (exports.ISortEnum = {}));
|
438
382
|
var ISshKeyServiceAction;
|
439
383
|
(function (ISshKeyServiceAction) {
|
440
|
-
ISshKeyServiceAction["
|
441
|
-
ISshKeyServiceAction["
|
442
|
-
ISshKeyServiceAction["
|
443
|
-
ISshKeyServiceAction["
|
444
|
-
ISshKeyServiceAction["
|
384
|
+
ISshKeyServiceAction["GetSshKey"] = "getSshKey";
|
385
|
+
ISshKeyServiceAction["DeleteSshKey"] = "deleteSshKey";
|
386
|
+
ISshKeyServiceAction["AddSshKey"] = "addSshKey";
|
387
|
+
ISshKeyServiceAction["GenerateKeys"] = "generateKeys";
|
388
|
+
ISshKeyServiceAction["UpdateSshKey"] = "updateSshKey";
|
445
389
|
})(ISshKeyServiceAction = exports.ISshKeyServiceAction || (exports.ISshKeyServiceAction = {}));
|
446
|
-
;
|
447
390
|
var ISshKeyType;
|
448
391
|
(function (ISshKeyType) {
|
449
|
-
ISshKeyType["
|
450
|
-
ISshKeyType["
|
392
|
+
ISshKeyType["Rsa"] = "RSA";
|
393
|
+
ISshKeyType["Ed25519"] = "ED25519";
|
451
394
|
})(ISshKeyType = exports.ISshKeyType || (exports.ISshKeyType = {}));
|
452
|
-
;
|
453
395
|
var ITeamServiceAction;
|
454
396
|
(function (ITeamServiceAction) {
|
455
|
-
ITeamServiceAction["
|
456
|
-
ITeamServiceAction["
|
457
|
-
ITeamServiceAction["
|
458
|
-
ITeamServiceAction["
|
459
|
-
ITeamServiceAction["
|
460
|
-
ITeamServiceAction["
|
461
|
-
ITeamServiceAction["
|
462
|
-
ITeamServiceAction["
|
463
|
-
ITeamServiceAction["
|
464
|
-
ITeamServiceAction["
|
465
|
-
ITeamServiceAction["
|
466
|
-
ITeamServiceAction["
|
467
|
-
ITeamServiceAction["
|
397
|
+
ITeamServiceAction["GetTeam"] = "getTeam";
|
398
|
+
ITeamServiceAction["GetUserTeams"] = "getUserTeams";
|
399
|
+
ITeamServiceAction["CreateTeam"] = "createTeam";
|
400
|
+
ITeamServiceAction["UpdateTeam"] = "updateTeam";
|
401
|
+
ITeamServiceAction["AddWorkspaces"] = "addWorkspaces";
|
402
|
+
ITeamServiceAction["ResendInvitation"] = "resendInvitation";
|
403
|
+
ITeamServiceAction["RemoveTeam"] = "removeTeam";
|
404
|
+
ITeamServiceAction["GetInvitation"] = "getInvitation";
|
405
|
+
ITeamServiceAction["SendInvitation"] = "sendInvitation";
|
406
|
+
ITeamServiceAction["CreateDefaultTeam"] = "createDefaultTeam";
|
407
|
+
ITeamServiceAction["AcceptInvitation"] = "acceptInvitation";
|
408
|
+
ITeamServiceAction["DeclineInvitation"] = "declineInvitation";
|
409
|
+
ITeamServiceAction["SendProjectNotificaiton"] = "sendProjectNotificaiton";
|
468
410
|
})(ITeamServiceAction = exports.ITeamServiceAction || (exports.ITeamServiceAction = {}));
|
469
|
-
;
|
470
411
|
/**
|
471
412
|
* The User Account.
|
472
413
|
*
|
@@ -490,48 +431,34 @@ var ITeamServiceAction;
|
|
490
431
|
*/
|
491
432
|
var ITokenTypesEnum;
|
492
433
|
(function (ITokenTypesEnum) {
|
493
|
-
ITokenTypesEnum["
|
494
|
-
ITokenTypesEnum["
|
434
|
+
ITokenTypesEnum["EmailVerification"] = "EMAIL_VERIFICATION";
|
435
|
+
ITokenTypesEnum["PasswordReset"] = "PASSWORD_RESET";
|
495
436
|
})(ITokenTypesEnum = exports.ITokenTypesEnum || (exports.ITokenTypesEnum = {}));
|
496
|
-
;
|
497
437
|
var IUserBroadcasterAction;
|
498
438
|
(function (IUserBroadcasterAction) {
|
499
|
-
IUserBroadcasterAction["
|
500
|
-
IUserBroadcasterAction["
|
501
|
-
IUserBroadcasterAction["
|
502
|
-
IUserBroadcasterAction["
|
439
|
+
IUserBroadcasterAction["OnUserLoggedIn"] = "onUserLoggedIn";
|
440
|
+
IUserBroadcasterAction["OnUserCreated"] = "onUserCreated";
|
441
|
+
IUserBroadcasterAction["OnUserUpdated"] = "onUserUpdated";
|
442
|
+
IUserBroadcasterAction["OnUserDeleted"] = "onUserDeleted";
|
503
443
|
})(IUserBroadcasterAction = exports.IUserBroadcasterAction || (exports.IUserBroadcasterAction = {}));
|
504
|
-
;
|
505
444
|
var IUserOrderBy;
|
506
445
|
(function (IUserOrderBy) {
|
507
|
-
IUserOrderBy["
|
508
|
-
IUserOrderBy["
|
509
|
-
IUserOrderBy["
|
510
|
-
IUserOrderBy["
|
511
|
-
IUserOrderBy["
|
512
|
-
IUserOrderBy["
|
513
|
-
IUserOrderBy["
|
514
|
-
IUserOrderBy["
|
515
|
-
IUserOrderBy["
|
516
|
-
IUserOrderBy["
|
446
|
+
IUserOrderBy["Auth0UserIdAsc"] = "auth0UserId_ASC";
|
447
|
+
IUserOrderBy["Auth0UserIdDesc"] = "auth0UserId_DESC";
|
448
|
+
IUserOrderBy["CreatedAtAsc"] = "createdAt_ASC";
|
449
|
+
IUserOrderBy["CreatedAtDesc"] = "createdAt_DESC";
|
450
|
+
IUserOrderBy["EmailSubscriptionAsc"] = "emailSubscription_ASC";
|
451
|
+
IUserOrderBy["EmailSubscriptionDesc"] = "emailSubscription_DESC";
|
452
|
+
IUserOrderBy["IdAsc"] = "id_ASC";
|
453
|
+
IUserOrderBy["IdDesc"] = "id_DESC";
|
454
|
+
IUserOrderBy["UpdatedAtAsc"] = "updatedAt_ASC";
|
455
|
+
IUserOrderBy["UpdatedAtDesc"] = "updatedAt_DESC";
|
517
456
|
})(IUserOrderBy = exports.IUserOrderBy || (exports.IUserOrderBy = {}));
|
518
|
-
;
|
519
457
|
var IVisibility;
|
520
458
|
(function (IVisibility) {
|
521
|
-
IVisibility["
|
522
|
-
IVisibility["
|
459
|
+
IVisibility["Private"] = "private";
|
460
|
+
IVisibility["Public"] = "public";
|
523
461
|
})(IVisibility = exports.IVisibility || (exports.IVisibility = {}));
|
524
|
-
;
|
525
|
-
var IZipkinRoutes;
|
526
|
-
(function (IZipkinRoutes) {
|
527
|
-
IZipkinRoutes["tags"] = "tags";
|
528
|
-
IZipkinRoutes["service"] = "service";
|
529
|
-
IZipkinRoutes["trace"] = "trace";
|
530
|
-
IZipkinRoutes["traces"] = "traces";
|
531
|
-
IZipkinRoutes["spans"] = "spans";
|
532
|
-
IZipkinRoutes["search"] = "search";
|
533
|
-
})(IZipkinRoutes = exports.IZipkinRoutes || (exports.IZipkinRoutes = {}));
|
534
|
-
;
|
535
462
|
exports.AllContextFragmentDoc = { "kind": "Document", "definitions": [{ "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "AllContext" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Context" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "teamResource" } }, { "kind": "Field", "name": { "kind": "Name", "value": "orgResource" } }, { "kind": "Field", "name": { "kind": "Name", "value": "orgResourceId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "orgResourceName" } }] } }] };
|
536
463
|
exports.OrgUserFragmentDoc = { "kind": "Document", "definitions": [{ "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "OrgUser" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "OrgUser" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "userId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "role" } }, { "kind": "Field", "name": { "kind": "Name", "value": "orgName" } }, { "kind": "Field", "name": { "kind": "Name", "value": "isSelf" } }] } }] };
|
537
464
|
exports.UserCreationEventFragmentDoc = { "kind": "Document", "definitions": [{ "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "UserCreationEvent" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "UserProfile" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "nickname" } }, { "kind": "Field", "name": { "kind": "Name", "value": "picture" } }, { "kind": "Field", "name": { "kind": "Name", "value": "user_id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "username" } }, { "kind": "Field", "name": { "kind": "Name", "value": "given_name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "family_name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "email" } }, { "kind": "Field", "name": { "kind": "Name", "value": "email_verified" } }, { "kind": "Field", "name": { "kind": "Name", "value": "user_metadata" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "last_name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "first_name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "phone_number" } }, { "kind": "Field", "name": { "kind": "Name", "value": "work_email" } }, { "kind": "Field", "name": { "kind": "Name", "value": "country" } }, { "kind": "Field", "name": { "kind": "Name", "value": "company_name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "dob" } }, { "kind": "Field", "name": { "kind": "Name", "value": "zip_code" } }] } }] } }] };
|
@@ -554,30 +481,30 @@ exports.TeamWithOrgOnContextFragmentDoc = { "kind": "Document", "definitions": [
|
|
554
481
|
exports.AccountBillingPreferencesFragmentDoc = { "kind": "Document", "definitions": [{ "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "AccountBillingPreferences" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Preferences" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "account" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "notification" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "primaryEmail" } }, { "kind": "Field", "name": { "kind": "Name", "value": "billing" } }] } }] } }] } }] };
|
555
482
|
exports.ConfigurationModelFragmentDoc = { "kind": "Document", "definitions": [{ "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "ConfigurationModel" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "ConfigurationModel" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "contents" } }, { "kind": "Field", "name": { "kind": "Name", "value": "keys" } }, { "kind": "Field", "name": { "kind": "Name", "value": "overrides" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "contents" } }, { "kind": "Field", "name": { "kind": "Name", "value": "identifiers" } }] } }] } }] };
|
556
483
|
exports.OrganizationDataFragmentDoc = { "kind": "Document", "definitions": [{ "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "OrganizationData" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "OrganizationData" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "resources" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "OrganizationResourceData" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "ResourceData" } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "ExternalResourceData" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "ResourceData" } }] } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "configuration" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }] } }, { "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "ResourceData" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "IResourceData" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "uri" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "index" } }] } }] };
|
557
|
-
exports.
|
484
|
+
exports.AcceptOrganizationInvitationDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "acceptOrganizationInvitation" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "id" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "ID" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "notification" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "OrganizationNotificationValues" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "acceptOrganizationInvitation" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "id" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "id" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "notification" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "notification" } } }] }] } }] };
|
558
485
|
/**
|
559
|
-
*
|
486
|
+
* __useAcceptOrganizationInvitationMutation__
|
560
487
|
*
|
561
|
-
* To run a mutation, you first call `
|
562
|
-
* When your component renders, `
|
488
|
+
* To run a mutation, you first call `useAcceptOrganizationInvitationMutation` within a React component and pass it any options that fit your needs.
|
489
|
+
* When your component renders, `useAcceptOrganizationInvitationMutation` returns a tuple that includes:
|
563
490
|
* - A mutate function that you can call at any time to execute the mutation
|
564
491
|
* - An object with fields that represent the current status of the mutation's execution
|
565
492
|
*
|
566
493
|
* @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;
|
567
494
|
*
|
568
495
|
* @example
|
569
|
-
* const [acceptOrganizationInvitationMutation, { data, loading, error }] =
|
496
|
+
* const [acceptOrganizationInvitationMutation, { data, loading, error }] = useAcceptOrganizationInvitationMutation({
|
570
497
|
* variables: {
|
571
498
|
* id: // value for 'id'
|
572
499
|
* notification: // value for 'notification'
|
573
500
|
* },
|
574
501
|
* });
|
575
502
|
*/
|
576
|
-
function
|
503
|
+
function useAcceptOrganizationInvitationMutation(baseOptions) {
|
577
504
|
const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
|
578
|
-
return Apollo.useMutation(exports.
|
505
|
+
return Apollo.useMutation(exports.AcceptOrganizationInvitationDocument, options);
|
579
506
|
}
|
580
|
-
exports.
|
507
|
+
exports.useAcceptOrganizationInvitationMutation = useAcceptOrganizationInvitationMutation;
|
581
508
|
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" } } }] }] } }] };
|
582
509
|
/**
|
583
510
|
* __useAccountOnBoardingMutation__
|
@@ -626,19 +553,19 @@ function useAddTeamMembersMutation(baseOptions) {
|
|
626
553
|
return Apollo.useMutation(exports.AddTeamMembersDocument, options);
|
627
554
|
}
|
628
555
|
exports.useAddTeamMembersMutation = useAddTeamMembersMutation;
|
629
|
-
exports.
|
556
|
+
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" } } }] }] } }] };
|
630
557
|
/**
|
631
|
-
*
|
558
|
+
* __useChangeMemberRoleMutation__
|
632
559
|
*
|
633
|
-
* To run a mutation, you first call `
|
634
|
-
* When your component renders, `
|
560
|
+
* To run a mutation, you first call `useChangeMemberRoleMutation` within a React component and pass it any options that fit your needs.
|
561
|
+
* When your component renders, `useChangeMemberRoleMutation` returns a tuple that includes:
|
635
562
|
* - A mutate function that you can call at any time to execute the mutation
|
636
563
|
* - An object with fields that represent the current status of the mutation's execution
|
637
564
|
*
|
638
565
|
* @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;
|
639
566
|
*
|
640
567
|
* @example
|
641
|
-
* const [changeMemberRoleMutation, { data, loading, error }] =
|
568
|
+
* const [changeMemberRoleMutation, { data, loading, error }] = useChangeMemberRoleMutation({
|
642
569
|
* variables: {
|
643
570
|
* orgName: // value for 'orgName'
|
644
571
|
* teamName: // value for 'teamName'
|
@@ -647,81 +574,81 @@ exports.changeMemberRoleDocument = { "kind": "Document", "definitions": [{ "kind
|
|
647
574
|
* },
|
648
575
|
* });
|
649
576
|
*/
|
650
|
-
function
|
577
|
+
function useChangeMemberRoleMutation(baseOptions) {
|
651
578
|
const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
|
652
|
-
return Apollo.useMutation(exports.
|
579
|
+
return Apollo.useMutation(exports.ChangeMemberRoleDocument, options);
|
653
580
|
}
|
654
|
-
exports.
|
655
|
-
exports.
|
581
|
+
exports.useChangeMemberRoleMutation = useChangeMemberRoleMutation;
|
582
|
+
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" } } }] }] } }] };
|
656
583
|
/**
|
657
|
-
*
|
584
|
+
* __useChangeOrgMemberRoleMutation__
|
658
585
|
*
|
659
|
-
* To run a mutation, you first call `
|
660
|
-
* When your component renders, `
|
586
|
+
* To run a mutation, you first call `useChangeOrgMemberRoleMutation` within a React component and pass it any options that fit your needs.
|
587
|
+
* When your component renders, `useChangeOrgMemberRoleMutation` returns a tuple that includes:
|
661
588
|
* - A mutate function that you can call at any time to execute the mutation
|
662
589
|
* - An object with fields that represent the current status of the mutation's execution
|
663
590
|
*
|
664
591
|
* @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;
|
665
592
|
*
|
666
593
|
* @example
|
667
|
-
* const [changeOrgMemberRoleMutation, { data, loading, error }] =
|
594
|
+
* const [changeOrgMemberRoleMutation, { data, loading, error }] = useChangeOrgMemberRoleMutation({
|
668
595
|
* variables: {
|
669
596
|
* userId: // value for 'userId'
|
670
597
|
* role: // value for 'role'
|
671
598
|
* },
|
672
599
|
* });
|
673
600
|
*/
|
674
|
-
function
|
601
|
+
function useChangeOrgMemberRoleMutation(baseOptions) {
|
675
602
|
const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
|
676
|
-
return Apollo.useMutation(exports.
|
603
|
+
return Apollo.useMutation(exports.ChangeOrgMemberRoleDocument, options);
|
677
604
|
}
|
678
|
-
exports.
|
679
|
-
exports.
|
605
|
+
exports.useChangeOrgMemberRoleMutation = useChangeOrgMemberRoleMutation;
|
606
|
+
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" } }] } }] } }] };
|
680
607
|
/**
|
681
|
-
*
|
608
|
+
* __useCreateOrganizationMutation__
|
682
609
|
*
|
683
|
-
* To run a mutation, you first call `
|
684
|
-
* When your component renders, `
|
610
|
+
* To run a mutation, you first call `useCreateOrganizationMutation` within a React component and pass it any options that fit your needs.
|
611
|
+
* When your component renders, `useCreateOrganizationMutation` returns a tuple that includes:
|
685
612
|
* - A mutate function that you can call at any time to execute the mutation
|
686
613
|
* - An object with fields that represent the current status of the mutation's execution
|
687
614
|
*
|
688
615
|
* @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;
|
689
616
|
*
|
690
617
|
* @example
|
691
|
-
* const [createOrganizationMutation, { data, loading, error }] =
|
618
|
+
* const [createOrganizationMutation, { data, loading, error }] = useCreateOrganizationMutation({
|
692
619
|
* variables: {
|
693
620
|
* organization: // value for 'organization'
|
694
621
|
* },
|
695
622
|
* });
|
696
623
|
*/
|
697
|
-
function
|
624
|
+
function useCreateOrganizationMutation(baseOptions) {
|
698
625
|
const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
|
699
|
-
return Apollo.useMutation(exports.
|
626
|
+
return Apollo.useMutation(exports.CreateOrganizationDocument, options);
|
700
627
|
}
|
701
|
-
exports.
|
702
|
-
exports.
|
628
|
+
exports.useCreateOrganizationMutation = useCreateOrganizationMutation;
|
629
|
+
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" } }] } }] } }] };
|
703
630
|
/**
|
704
|
-
*
|
631
|
+
* __useCreateTeamMutation__
|
705
632
|
*
|
706
|
-
* To run a mutation, you first call `
|
707
|
-
* When your component renders, `
|
633
|
+
* To run a mutation, you first call `useCreateTeamMutation` within a React component and pass it any options that fit your needs.
|
634
|
+
* When your component renders, `useCreateTeamMutation` returns a tuple that includes:
|
708
635
|
* - A mutate function that you can call at any time to execute the mutation
|
709
636
|
* - An object with fields that represent the current status of the mutation's execution
|
710
637
|
*
|
711
638
|
* @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;
|
712
639
|
*
|
713
640
|
* @example
|
714
|
-
* const [createTeamMutation, { data, loading, error }] =
|
641
|
+
* const [createTeamMutation, { data, loading, error }] = useCreateTeamMutation({
|
715
642
|
* variables: {
|
716
643
|
* request: // value for 'request'
|
717
644
|
* },
|
718
645
|
* });
|
719
646
|
*/
|
720
|
-
function
|
647
|
+
function useCreateTeamMutation(baseOptions) {
|
721
648
|
const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
|
722
|
-
return Apollo.useMutation(exports.
|
649
|
+
return Apollo.useMutation(exports.CreateTeamDocument, options);
|
723
650
|
}
|
724
|
-
exports.
|
651
|
+
exports.useCreateTeamMutation = useCreateTeamMutation;
|
725
652
|
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" } } }] }] } }] };
|
726
653
|
/**
|
727
654
|
* __useDeclineOrganizationInvitationMutation__
|
@@ -745,51 +672,51 @@ function useDeclineOrganizationInvitationMutation(baseOptions) {
|
|
745
672
|
return Apollo.useMutation(exports.DeclineOrganizationInvitationDocument, options);
|
746
673
|
}
|
747
674
|
exports.useDeclineOrganizationInvitationMutation = useDeclineOrganizationInvitationMutation;
|
748
|
-
exports.
|
675
|
+
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" } }] } }] };
|
749
676
|
/**
|
750
|
-
*
|
677
|
+
* __useDeleteUserAccountMutation__
|
751
678
|
*
|
752
|
-
* To run a mutation, you first call `
|
753
|
-
* When your component renders, `
|
679
|
+
* To run a mutation, you first call `useDeleteUserAccountMutation` within a React component and pass it any options that fit your needs.
|
680
|
+
* When your component renders, `useDeleteUserAccountMutation` returns a tuple that includes:
|
754
681
|
* - A mutate function that you can call at any time to execute the mutation
|
755
682
|
* - An object with fields that represent the current status of the mutation's execution
|
756
683
|
*
|
757
684
|
* @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;
|
758
685
|
*
|
759
686
|
* @example
|
760
|
-
* const [deleteUserAccountMutation, { data, loading, error }] =
|
687
|
+
* const [deleteUserAccountMutation, { data, loading, error }] = useDeleteUserAccountMutation({
|
761
688
|
* variables: {
|
762
689
|
* },
|
763
690
|
* });
|
764
691
|
*/
|
765
|
-
function
|
692
|
+
function useDeleteUserAccountMutation(baseOptions) {
|
766
693
|
const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
|
767
|
-
return Apollo.useMutation(exports.
|
694
|
+
return Apollo.useMutation(exports.DeleteUserAccountDocument, options);
|
768
695
|
}
|
769
|
-
exports.
|
770
|
-
exports.
|
696
|
+
exports.useDeleteUserAccountMutation = useDeleteUserAccountMutation;
|
697
|
+
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" } }] } }] } }] };
|
771
698
|
/**
|
772
|
-
*
|
699
|
+
* __useRegisterAccountUserMutation__
|
773
700
|
*
|
774
|
-
* To run a mutation, you first call `
|
775
|
-
* When your component renders, `
|
701
|
+
* To run a mutation, you first call `useRegisterAccountUserMutation` within a React component and pass it any options that fit your needs.
|
702
|
+
* When your component renders, `useRegisterAccountUserMutation` returns a tuple that includes:
|
776
703
|
* - A mutate function that you can call at any time to execute the mutation
|
777
704
|
* - An object with fields that represent the current status of the mutation's execution
|
778
705
|
*
|
779
706
|
* @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;
|
780
707
|
*
|
781
708
|
* @example
|
782
|
-
* const [registerAccountUserMutation, { data, loading, error }] =
|
709
|
+
* const [registerAccountUserMutation, { data, loading, error }] = useRegisterAccountUserMutation({
|
783
710
|
* variables: {
|
784
711
|
* userInfo: // value for 'userInfo'
|
785
712
|
* },
|
786
713
|
* });
|
787
714
|
*/
|
788
|
-
function
|
715
|
+
function useRegisterAccountUserMutation(baseOptions) {
|
789
716
|
const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
|
790
|
-
return Apollo.useMutation(exports.
|
717
|
+
return Apollo.useMutation(exports.RegisterAccountUserDocument, options);
|
791
718
|
}
|
792
|
-
exports.
|
719
|
+
exports.useRegisterAccountUserMutation = useRegisterAccountUserMutation;
|
793
720
|
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" } } }] }] } }] };
|
794
721
|
/**
|
795
722
|
* __useRemoveOrgMemberMutation__
|
@@ -813,52 +740,52 @@ function useRemoveOrgMemberMutation(baseOptions) {
|
|
813
740
|
return Apollo.useMutation(exports.RemoveOrgMemberDocument, options);
|
814
741
|
}
|
815
742
|
exports.useRemoveOrgMemberMutation = useRemoveOrgMemberMutation;
|
816
|
-
exports.
|
743
|
+
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" } } }] }] } }] };
|
817
744
|
/**
|
818
|
-
*
|
745
|
+
* __useRemoveOrganizationMutation__
|
819
746
|
*
|
820
|
-
* To run a mutation, you first call `
|
821
|
-
* When your component renders, `
|
747
|
+
* To run a mutation, you first call `useRemoveOrganizationMutation` within a React component and pass it any options that fit your needs.
|
748
|
+
* When your component renders, `useRemoveOrganizationMutation` returns a tuple that includes:
|
822
749
|
* - A mutate function that you can call at any time to execute the mutation
|
823
750
|
* - An object with fields that represent the current status of the mutation's execution
|
824
751
|
*
|
825
752
|
* @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;
|
826
753
|
*
|
827
754
|
* @example
|
828
|
-
* const [removeOrganizationMutation, { data, loading, error }] =
|
755
|
+
* const [removeOrganizationMutation, { data, loading, error }] = useRemoveOrganizationMutation({
|
829
756
|
* variables: {
|
830
757
|
* organization: // value for 'organization'
|
831
758
|
* },
|
832
759
|
* });
|
833
760
|
*/
|
834
|
-
function
|
761
|
+
function useRemoveOrganizationMutation(baseOptions) {
|
835
762
|
const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
|
836
|
-
return Apollo.useMutation(exports.
|
763
|
+
return Apollo.useMutation(exports.RemoveOrganizationDocument, options);
|
837
764
|
}
|
838
|
-
exports.
|
839
|
-
exports.
|
765
|
+
exports.useRemoveOrganizationMutation = useRemoveOrganizationMutation;
|
766
|
+
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" } } }] }] } }] };
|
840
767
|
/**
|
841
|
-
*
|
768
|
+
* __useRemoveTeamMutation__
|
842
769
|
*
|
843
|
-
* To run a mutation, you first call `
|
844
|
-
* When your component renders, `
|
770
|
+
* To run a mutation, you first call `useRemoveTeamMutation` within a React component and pass it any options that fit your needs.
|
771
|
+
* When your component renders, `useRemoveTeamMutation` returns a tuple that includes:
|
845
772
|
* - A mutate function that you can call at any time to execute the mutation
|
846
773
|
* - An object with fields that represent the current status of the mutation's execution
|
847
774
|
*
|
848
775
|
* @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;
|
849
776
|
*
|
850
777
|
* @example
|
851
|
-
* const [removeTeamMutation, { data, loading, error }] =
|
778
|
+
* const [removeTeamMutation, { data, loading, error }] = useRemoveTeamMutation({
|
852
779
|
* variables: {
|
853
780
|
* teamId: // value for 'teamId'
|
854
781
|
* },
|
855
782
|
* });
|
856
783
|
*/
|
857
|
-
function
|
784
|
+
function useRemoveTeamMutation(baseOptions) {
|
858
785
|
const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
|
859
|
-
return Apollo.useMutation(exports.
|
786
|
+
return Apollo.useMutation(exports.RemoveTeamDocument, options);
|
860
787
|
}
|
861
|
-
exports.
|
788
|
+
exports.useRemoveTeamMutation = useRemoveTeamMutation;
|
862
789
|
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" } } }] }] } }] };
|
863
790
|
/**
|
864
791
|
* __useRemoveTeamMemberMutation__
|
@@ -975,42 +902,42 @@ function useSendUserPasswordResetEmailMutation(baseOptions) {
|
|
975
902
|
return Apollo.useMutation(exports.SendUserPasswordResetEmailDocument, options);
|
976
903
|
}
|
977
904
|
exports.useSendUserPasswordResetEmailMutation = useSendUserPasswordResetEmailMutation;
|
978
|
-
exports.
|
905
|
+
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" } } }] }] } }] };
|
979
906
|
/**
|
980
|
-
*
|
907
|
+
* __useSendOrganizationInvitationMutation__
|
981
908
|
*
|
982
|
-
* To run a mutation, you first call `
|
983
|
-
* When your component renders, `
|
909
|
+
* To run a mutation, you first call `useSendOrganizationInvitationMutation` within a React component and pass it any options that fit your needs.
|
910
|
+
* When your component renders, `useSendOrganizationInvitationMutation` returns a tuple that includes:
|
984
911
|
* - A mutate function that you can call at any time to execute the mutation
|
985
912
|
* - An object with fields that represent the current status of the mutation's execution
|
986
913
|
*
|
987
914
|
* @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;
|
988
915
|
*
|
989
916
|
* @example
|
990
|
-
* const [sendOrganizationInvitationMutation, { data, loading, error }] =
|
917
|
+
* const [sendOrganizationInvitationMutation, { data, loading, error }] = useSendOrganizationInvitationMutation({
|
991
918
|
* variables: {
|
992
919
|
* request: // value for 'request'
|
993
920
|
* },
|
994
921
|
* });
|
995
922
|
*/
|
996
|
-
function
|
923
|
+
function useSendOrganizationInvitationMutation(baseOptions) {
|
997
924
|
const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
|
998
|
-
return Apollo.useMutation(exports.
|
925
|
+
return Apollo.useMutation(exports.SendOrganizationInvitationDocument, options);
|
999
926
|
}
|
1000
|
-
exports.
|
1001
|
-
exports.
|
927
|
+
exports.useSendOrganizationInvitationMutation = useSendOrganizationInvitationMutation;
|
928
|
+
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" } } }] }] } }] };
|
1002
929
|
/**
|
1003
|
-
*
|
930
|
+
* __useUpdateOrgMemberTeamsMutation__
|
1004
931
|
*
|
1005
|
-
* To run a mutation, you first call `
|
1006
|
-
* When your component renders, `
|
932
|
+
* To run a mutation, you first call `useUpdateOrgMemberTeamsMutation` within a React component and pass it any options that fit your needs.
|
933
|
+
* When your component renders, `useUpdateOrgMemberTeamsMutation` returns a tuple that includes:
|
1007
934
|
* - A mutate function that you can call at any time to execute the mutation
|
1008
935
|
* - An object with fields that represent the current status of the mutation's execution
|
1009
936
|
*
|
1010
937
|
* @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;
|
1011
938
|
*
|
1012
939
|
* @example
|
1013
|
-
* const [updateOrgMemberTeamsMutation, { data, loading, error }] =
|
940
|
+
* const [updateOrgMemberTeamsMutation, { data, loading, error }] = useUpdateOrgMemberTeamsMutation({
|
1014
941
|
* variables: {
|
1015
942
|
* userId: // value for 'userId'
|
1016
943
|
* orgName: // value for 'orgName'
|
@@ -1019,47 +946,47 @@ exports.updateOrgMemberTeamsDocument = { "kind": "Document", "definitions": [{ "
|
|
1019
946
|
* },
|
1020
947
|
* });
|
1021
948
|
*/
|
1022
|
-
function
|
949
|
+
function useUpdateOrgMemberTeamsMutation(baseOptions) {
|
1023
950
|
const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
|
1024
|
-
return Apollo.useMutation(exports.
|
951
|
+
return Apollo.useMutation(exports.UpdateOrgMemberTeamsDocument, options);
|
1025
952
|
}
|
1026
|
-
exports.
|
1027
|
-
exports.
|
953
|
+
exports.useUpdateOrgMemberTeamsMutation = useUpdateOrgMemberTeamsMutation;
|
954
|
+
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" } }] } }] } }] };
|
1028
955
|
/**
|
1029
|
-
*
|
956
|
+
* __useUpdateOrganizationMutation__
|
1030
957
|
*
|
1031
|
-
* To run a mutation, you first call `
|
1032
|
-
* When your component renders, `
|
958
|
+
* To run a mutation, you first call `useUpdateOrganizationMutation` within a React component and pass it any options that fit your needs.
|
959
|
+
* When your component renders, `useUpdateOrganizationMutation` returns a tuple that includes:
|
1033
960
|
* - A mutate function that you can call at any time to execute the mutation
|
1034
961
|
* - An object with fields that represent the current status of the mutation's execution
|
1035
962
|
*
|
1036
963
|
* @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;
|
1037
964
|
*
|
1038
965
|
* @example
|
1039
|
-
* const [updateOrganizationMutation, { data, loading, error }] =
|
966
|
+
* const [updateOrganizationMutation, { data, loading, error }] = useUpdateOrganizationMutation({
|
1040
967
|
* variables: {
|
1041
968
|
* organization: // value for 'organization'
|
1042
969
|
* },
|
1043
970
|
* });
|
1044
971
|
*/
|
1045
|
-
function
|
972
|
+
function useUpdateOrganizationMutation(baseOptions) {
|
1046
973
|
const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
|
1047
|
-
return Apollo.useMutation(exports.
|
974
|
+
return Apollo.useMutation(exports.UpdateOrganizationDocument, options);
|
1048
975
|
}
|
1049
|
-
exports.
|
1050
|
-
exports.
|
976
|
+
exports.useUpdateOrganizationMutation = useUpdateOrganizationMutation;
|
977
|
+
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" } } }] }] } }] };
|
1051
978
|
/**
|
1052
|
-
*
|
979
|
+
* __useUpdateTeamConfigurationMutation__
|
1053
980
|
*
|
1054
|
-
* To run a mutation, you first call `
|
1055
|
-
* When your component renders, `
|
981
|
+
* To run a mutation, you first call `useUpdateTeamConfigurationMutation` within a React component and pass it any options that fit your needs.
|
982
|
+
* When your component renders, `useUpdateTeamConfigurationMutation` returns a tuple that includes:
|
1056
983
|
* - A mutate function that you can call at any time to execute the mutation
|
1057
984
|
* - An object with fields that represent the current status of the mutation's execution
|
1058
985
|
*
|
1059
986
|
* @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;
|
1060
987
|
*
|
1061
988
|
* @example
|
1062
|
-
* const [updateTeamConfigurationMutation, { data, loading, error }] =
|
989
|
+
* const [updateTeamConfigurationMutation, { data, loading, error }] = useUpdateTeamConfigurationMutation({
|
1063
990
|
* variables: {
|
1064
991
|
* key: // value for 'key'
|
1065
992
|
* value: // value for 'value'
|
@@ -1069,34 +996,34 @@ exports.updateTeamConfigurationDocument = { "kind": "Document", "definitions": [
|
|
1069
996
|
* },
|
1070
997
|
* });
|
1071
998
|
*/
|
1072
|
-
function
|
999
|
+
function useUpdateTeamConfigurationMutation(baseOptions) {
|
1073
1000
|
const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
|
1074
|
-
return Apollo.useMutation(exports.
|
1001
|
+
return Apollo.useMutation(exports.UpdateTeamConfigurationDocument, options);
|
1075
1002
|
}
|
1076
|
-
exports.
|
1077
|
-
exports.
|
1003
|
+
exports.useUpdateTeamConfigurationMutation = useUpdateTeamConfigurationMutation;
|
1004
|
+
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" } } }] }] } }] };
|
1078
1005
|
/**
|
1079
|
-
*
|
1006
|
+
* __useUpdateUserAccountMutation__
|
1080
1007
|
*
|
1081
|
-
* To run a mutation, you first call `
|
1082
|
-
* When your component renders, `
|
1008
|
+
* To run a mutation, you first call `useUpdateUserAccountMutation` within a React component and pass it any options that fit your needs.
|
1009
|
+
* When your component renders, `useUpdateUserAccountMutation` returns a tuple that includes:
|
1083
1010
|
* - A mutate function that you can call at any time to execute the mutation
|
1084
1011
|
* - An object with fields that represent the current status of the mutation's execution
|
1085
1012
|
*
|
1086
1013
|
* @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;
|
1087
1014
|
*
|
1088
1015
|
* @example
|
1089
|
-
* const [updateUserAccountMutation, { data, loading, error }] =
|
1016
|
+
* const [updateUserAccountMutation, { data, loading, error }] = useUpdateUserAccountMutation({
|
1090
1017
|
* variables: {
|
1091
1018
|
* userInfo: // value for 'userInfo'
|
1092
1019
|
* },
|
1093
1020
|
* });
|
1094
1021
|
*/
|
1095
|
-
function
|
1022
|
+
function useUpdateUserAccountMutation(baseOptions) {
|
1096
1023
|
const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
|
1097
|
-
return Apollo.useMutation(exports.
|
1024
|
+
return Apollo.useMutation(exports.UpdateUserAccountDocument, options);
|
1098
1025
|
}
|
1099
|
-
exports.
|
1026
|
+
exports.useUpdateUserAccountMutation = useUpdateUserAccountMutation;
|
1100
1027
|
exports.VerifyUserEmailVerificationTokenDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "VerifyUserEmailVerificationToken" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "token" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "verifyUserEmailVerificationToken" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "token" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "token" } } }] }] } }] };
|
1101
1028
|
/**
|
1102
1029
|
* __useVerifyUserEmailVerificationTokenMutation__
|
@@ -1253,7 +1180,7 @@ function useGetManageableOrganizationsLazyQuery(baseOptions) {
|
|
1253
1180
|
return Apollo.useLazyQuery(exports.GetManageableOrganizationsDocument, options);
|
1254
1181
|
}
|
1255
1182
|
exports.useGetManageableOrganizationsLazyQuery = useGetManageableOrganizationsLazyQuery;
|
1256
|
-
exports.GetOrgInvitationMembersDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetOrgInvitationMembers" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getOrgInvitationMembers" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "email" } }, { "kind": "Field", "name": { "kind": "Name", "value": "teamName" } }, { "kind": "Field", "name": { "kind": "Name", "value": "teamId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "role" } }, { "kind": "Field", "name": { "kind": "Name", "value": "status" } }] } }] } }] };
|
1183
|
+
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" } } }], "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" } } }], "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" } }] } }] } }] } }] };
|
1257
1184
|
/**
|
1258
1185
|
* __useGetOrgInvitationMembersQuery__
|
1259
1186
|
*
|
@@ -1266,6 +1193,8 @@ exports.GetOrgInvitationMembersDocument = { "kind": "Document", "definitions": [
|
|
1266
1193
|
* @example
|
1267
1194
|
* const { data, loading, error } = useGetOrgInvitationMembersQuery({
|
1268
1195
|
* variables: {
|
1196
|
+
* offset: // value for 'offset'
|
1197
|
+
* limit: // value for 'limit'
|
1269
1198
|
* },
|
1270
1199
|
* });
|
1271
1200
|
*/
|
@@ -1306,33 +1235,33 @@ function useGetOrganizationInvitationLazyQuery(baseOptions) {
|
|
1306
1235
|
return Apollo.useLazyQuery(exports.GetOrganizationInvitationDocument, options);
|
1307
1236
|
}
|
1308
1237
|
exports.useGetOrganizationInvitationLazyQuery = useGetOrganizationInvitationLazyQuery;
|
1309
|
-
exports.
|
1238
|
+
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" } }] } }] } }] };
|
1310
1239
|
/**
|
1311
|
-
*
|
1240
|
+
* __useGetOrgTeamInvitationsQuery__
|
1312
1241
|
*
|
1313
|
-
* To run a query within a React component, call `
|
1314
|
-
* When your component renders, `
|
1242
|
+
* To run a query within a React component, call `useGetOrgTeamInvitationsQuery` and pass it any options that fit your needs.
|
1243
|
+
* When your component renders, `useGetOrgTeamInvitationsQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
1315
1244
|
* you can use to render your UI.
|
1316
1245
|
*
|
1317
1246
|
* @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;
|
1318
1247
|
*
|
1319
1248
|
* @example
|
1320
|
-
* const { data, loading, error } =
|
1249
|
+
* const { data, loading, error } = useGetOrgTeamInvitationsQuery({
|
1321
1250
|
* variables: {
|
1322
1251
|
* teamId: // value for 'teamId'
|
1323
1252
|
* },
|
1324
1253
|
* });
|
1325
1254
|
*/
|
1326
|
-
function
|
1255
|
+
function useGetOrgTeamInvitationsQuery(baseOptions) {
|
1327
1256
|
const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
|
1328
|
-
return Apollo.useQuery(exports.
|
1257
|
+
return Apollo.useQuery(exports.GetOrgTeamInvitationsDocument, options);
|
1329
1258
|
}
|
1330
|
-
exports.
|
1331
|
-
function
|
1259
|
+
exports.useGetOrgTeamInvitationsQuery = useGetOrgTeamInvitationsQuery;
|
1260
|
+
function useGetOrgTeamInvitationsLazyQuery(baseOptions) {
|
1332
1261
|
const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
|
1333
|
-
return Apollo.useLazyQuery(exports.
|
1262
|
+
return Apollo.useLazyQuery(exports.GetOrgTeamInvitationsDocument, options);
|
1334
1263
|
}
|
1335
|
-
exports.
|
1264
|
+
exports.useGetOrgTeamInvitationsLazyQuery = useGetOrgTeamInvitationsLazyQuery;
|
1336
1265
|
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" } }] } }] };
|
1337
1266
|
/**
|
1338
1267
|
* __useGetOrgUserQuery__
|
@@ -1387,89 +1316,89 @@ function useGetOrganizationMembersWithNameLazyQuery(baseOptions) {
|
|
1387
1316
|
return Apollo.useLazyQuery(exports.GetOrganizationMembersWithNameDocument, options);
|
1388
1317
|
}
|
1389
1318
|
exports.useGetOrganizationMembersWithNameLazyQuery = useGetOrganizationMembersWithNameLazyQuery;
|
1390
|
-
exports.
|
1319
|
+
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" } }] } }] } }] } }] };
|
1391
1320
|
/**
|
1392
|
-
*
|
1321
|
+
* __useGetOrganizationTeamsQuery__
|
1393
1322
|
*
|
1394
|
-
* To run a query within a React component, call `
|
1395
|
-
* When your component renders, `
|
1323
|
+
* To run a query within a React component, call `useGetOrganizationTeamsQuery` and pass it any options that fit your needs.
|
1324
|
+
* When your component renders, `useGetOrganizationTeamsQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
1396
1325
|
* you can use to render your UI.
|
1397
1326
|
*
|
1398
1327
|
* @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;
|
1399
1328
|
*
|
1400
1329
|
* @example
|
1401
|
-
* const { data, loading, error } =
|
1330
|
+
* const { data, loading, error } = useGetOrganizationTeamsQuery({
|
1402
1331
|
* variables: {
|
1403
1332
|
* orgName: // value for 'orgName'
|
1404
1333
|
* },
|
1405
1334
|
* });
|
1406
1335
|
*/
|
1407
|
-
function
|
1336
|
+
function useGetOrganizationTeamsQuery(baseOptions) {
|
1408
1337
|
const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
|
1409
|
-
return Apollo.useQuery(exports.
|
1338
|
+
return Apollo.useQuery(exports.GetOrganizationTeamsDocument, options);
|
1410
1339
|
}
|
1411
|
-
exports.
|
1412
|
-
function
|
1340
|
+
exports.useGetOrganizationTeamsQuery = useGetOrganizationTeamsQuery;
|
1341
|
+
function useGetOrganizationTeamsLazyQuery(baseOptions) {
|
1413
1342
|
const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
|
1414
|
-
return Apollo.useLazyQuery(exports.
|
1343
|
+
return Apollo.useLazyQuery(exports.GetOrganizationTeamsDocument, options);
|
1415
1344
|
}
|
1416
|
-
exports.
|
1417
|
-
exports.
|
1345
|
+
exports.useGetOrganizationTeamsLazyQuery = useGetOrganizationTeamsLazyQuery;
|
1346
|
+
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" } }] } }] } }] } }] };
|
1418
1347
|
/**
|
1419
|
-
*
|
1348
|
+
* __useGetTeamQuery__
|
1420
1349
|
*
|
1421
|
-
* To run a query within a React component, call `
|
1422
|
-
* When your component renders, `
|
1350
|
+
* To run a query within a React component, call `useGetTeamQuery` and pass it any options that fit your needs.
|
1351
|
+
* When your component renders, `useGetTeamQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
1423
1352
|
* you can use to render your UI.
|
1424
1353
|
*
|
1425
1354
|
* @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;
|
1426
1355
|
*
|
1427
1356
|
* @example
|
1428
|
-
* const { data, loading, error } =
|
1357
|
+
* const { data, loading, error } = useGetTeamQuery({
|
1429
1358
|
* variables: {
|
1430
1359
|
* orgName: // value for 'orgName'
|
1431
1360
|
* teamName: // value for 'teamName'
|
1432
1361
|
* },
|
1433
1362
|
* });
|
1434
1363
|
*/
|
1435
|
-
function
|
1364
|
+
function useGetTeamQuery(baseOptions) {
|
1436
1365
|
const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
|
1437
|
-
return Apollo.useQuery(exports.
|
1366
|
+
return Apollo.useQuery(exports.GetTeamDocument, options);
|
1438
1367
|
}
|
1439
|
-
exports.
|
1440
|
-
function
|
1368
|
+
exports.useGetTeamQuery = useGetTeamQuery;
|
1369
|
+
function useGetTeamLazyQuery(baseOptions) {
|
1441
1370
|
const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
|
1442
|
-
return Apollo.useLazyQuery(exports.
|
1371
|
+
return Apollo.useLazyQuery(exports.GetTeamDocument, options);
|
1443
1372
|
}
|
1444
|
-
exports.
|
1445
|
-
exports.
|
1373
|
+
exports.useGetTeamLazyQuery = useGetTeamLazyQuery;
|
1374
|
+
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" } }] } }] } }] } }] };
|
1446
1375
|
/**
|
1447
|
-
*
|
1376
|
+
* __useGetTeamByNameQuery__
|
1448
1377
|
*
|
1449
|
-
* To run a query within a React component, call `
|
1450
|
-
* When your component renders, `
|
1378
|
+
* To run a query within a React component, call `useGetTeamByNameQuery` and pass it any options that fit your needs.
|
1379
|
+
* When your component renders, `useGetTeamByNameQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
1451
1380
|
* you can use to render your UI.
|
1452
1381
|
*
|
1453
1382
|
* @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;
|
1454
1383
|
*
|
1455
1384
|
* @example
|
1456
|
-
* const { data, loading, error } =
|
1385
|
+
* const { data, loading, error } = useGetTeamByNameQuery({
|
1457
1386
|
* variables: {
|
1458
1387
|
* orgName: // value for 'orgName'
|
1459
1388
|
* teamName: // value for 'teamName'
|
1460
1389
|
* },
|
1461
1390
|
* });
|
1462
1391
|
*/
|
1463
|
-
function
|
1392
|
+
function useGetTeamByNameQuery(baseOptions) {
|
1464
1393
|
const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
|
1465
|
-
return Apollo.useQuery(exports.
|
1394
|
+
return Apollo.useQuery(exports.GetTeamByNameDocument, options);
|
1466
1395
|
}
|
1467
|
-
exports.
|
1468
|
-
function
|
1396
|
+
exports.useGetTeamByNameQuery = useGetTeamByNameQuery;
|
1397
|
+
function useGetTeamByNameLazyQuery(baseOptions) {
|
1469
1398
|
const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
|
1470
|
-
return Apollo.useLazyQuery(exports.
|
1399
|
+
return Apollo.useLazyQuery(exports.GetTeamByNameDocument, options);
|
1471
1400
|
}
|
1472
|
-
exports.
|
1401
|
+
exports.useGetTeamByNameLazyQuery = useGetTeamByNameLazyQuery;
|
1473
1402
|
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" } }] } }] } }] };
|
1474
1403
|
/**
|
1475
1404
|
* __useGetUserAccountQuery__
|
@@ -1552,61 +1481,61 @@ function useGetUserTokenDetailsLazyQuery(baseOptions) {
|
|
1552
1481
|
return Apollo.useLazyQuery(exports.GetUserTokenDetailsDocument, options);
|
1553
1482
|
}
|
1554
1483
|
exports.useGetUserTokenDetailsLazyQuery = useGetUserTokenDetailsLazyQuery;
|
1555
|
-
exports.
|
1484
|
+
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" } }] } }] } }] } }] };
|
1556
1485
|
/**
|
1557
|
-
*
|
1486
|
+
* __useGetUserOrganizationsQuery__
|
1558
1487
|
*
|
1559
|
-
* To run a query within a React component, call `
|
1560
|
-
* When your component renders, `
|
1488
|
+
* To run a query within a React component, call `useGetUserOrganizationsQuery` and pass it any options that fit your needs.
|
1489
|
+
* When your component renders, `useGetUserOrganizationsQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
1561
1490
|
* you can use to render your UI.
|
1562
1491
|
*
|
1563
1492
|
* @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;
|
1564
1493
|
*
|
1565
1494
|
* @example
|
1566
|
-
* const { data, loading, error } =
|
1495
|
+
* const { data, loading, error } = useGetUserOrganizationsQuery({
|
1567
1496
|
* variables: {
|
1568
1497
|
* userId: // value for 'userId'
|
1569
1498
|
* },
|
1570
1499
|
* });
|
1571
1500
|
*/
|
1572
|
-
function
|
1501
|
+
function useGetUserOrganizationsQuery(baseOptions) {
|
1573
1502
|
const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
|
1574
|
-
return Apollo.useQuery(exports.
|
1503
|
+
return Apollo.useQuery(exports.GetUserOrganizationsDocument, options);
|
1575
1504
|
}
|
1576
|
-
exports.
|
1577
|
-
function
|
1505
|
+
exports.useGetUserOrganizationsQuery = useGetUserOrganizationsQuery;
|
1506
|
+
function useGetUserOrganizationsLazyQuery(baseOptions) {
|
1578
1507
|
const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
|
1579
|
-
return Apollo.useLazyQuery(exports.
|
1508
|
+
return Apollo.useLazyQuery(exports.GetUserOrganizationsDocument, options);
|
1580
1509
|
}
|
1581
|
-
exports.
|
1582
|
-
exports.
|
1510
|
+
exports.useGetUserOrganizationsLazyQuery = useGetUserOrganizationsLazyQuery;
|
1511
|
+
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" } }] } }] };
|
1583
1512
|
/**
|
1584
|
-
*
|
1513
|
+
* __useGetUserOrganizationsWithRoleQuery__
|
1585
1514
|
*
|
1586
|
-
* To run a query within a React component, call `
|
1587
|
-
* When your component renders, `
|
1515
|
+
* To run a query within a React component, call `useGetUserOrganizationsWithRoleQuery` and pass it any options that fit your needs.
|
1516
|
+
* When your component renders, `useGetUserOrganizationsWithRoleQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
1588
1517
|
* you can use to render your UI.
|
1589
1518
|
*
|
1590
1519
|
* @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;
|
1591
1520
|
*
|
1592
1521
|
* @example
|
1593
|
-
* const { data, loading, error } =
|
1522
|
+
* const { data, loading, error } = useGetUserOrganizationsWithRoleQuery({
|
1594
1523
|
* variables: {
|
1595
1524
|
* userId: // value for 'userId'
|
1596
1525
|
* },
|
1597
1526
|
* });
|
1598
1527
|
*/
|
1599
|
-
function
|
1528
|
+
function useGetUserOrganizationsWithRoleQuery(baseOptions) {
|
1600
1529
|
const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
|
1601
|
-
return Apollo.useQuery(exports.
|
1530
|
+
return Apollo.useQuery(exports.GetUserOrganizationsWithRoleDocument, options);
|
1602
1531
|
}
|
1603
|
-
exports.
|
1604
|
-
function
|
1532
|
+
exports.useGetUserOrganizationsWithRoleQuery = useGetUserOrganizationsWithRoleQuery;
|
1533
|
+
function useGetUserOrganizationsWithRoleLazyQuery(baseOptions) {
|
1605
1534
|
const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
|
1606
|
-
return Apollo.useLazyQuery(exports.
|
1535
|
+
return Apollo.useLazyQuery(exports.GetUserOrganizationsWithRoleDocument, options);
|
1607
1536
|
}
|
1608
|
-
exports.
|
1609
|
-
exports.GetOrganizationMembersDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetOrganizationMembers" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getOrganizationMembers" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "userId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "role" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "email" } }, { "kind": "Field", "name": { "kind": "Name", "value": "teamNames" } }, { "kind": "Field", "name": { "kind": "Name", "value": "crossCheckEmail" } }] } }] } }] };
|
1537
|
+
exports.useGetUserOrganizationsWithRoleLazyQuery = useGetUserOrganizationsWithRoleLazyQuery;
|
1538
|
+
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" } } }], "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" } } }], "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": "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" } }] } }] } }] } }] };
|
1610
1539
|
/**
|
1611
1540
|
* __useGetOrganizationMembersQuery__
|
1612
1541
|
*
|
@@ -1619,6 +1548,8 @@ exports.GetOrganizationMembersDocument = { "kind": "Document", "definitions": [{
|
|
1619
1548
|
* @example
|
1620
1549
|
* const { data, loading, error } = useGetOrganizationMembersQuery({
|
1621
1550
|
* variables: {
|
1551
|
+
* offset: // value for 'offset'
|
1552
|
+
* limit: // value for 'limit'
|
1622
1553
|
* },
|
1623
1554
|
* });
|
1624
1555
|
*/
|
@@ -1632,59 +1563,59 @@ function useGetOrganizationMembersLazyQuery(baseOptions) {
|
|
1632
1563
|
return Apollo.useLazyQuery(exports.GetOrganizationMembersDocument, options);
|
1633
1564
|
}
|
1634
1565
|
exports.useGetOrganizationMembersLazyQuery = useGetOrganizationMembersLazyQuery;
|
1635
|
-
exports.
|
1566
|
+
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" } }] } }] };
|
1636
1567
|
/**
|
1637
|
-
*
|
1568
|
+
* __useOrganizationsQuery__
|
1638
1569
|
*
|
1639
|
-
* To run a query within a React component, call `
|
1640
|
-
* When your component renders, `
|
1570
|
+
* To run a query within a React component, call `useOrganizationsQuery` and pass it any options that fit your needs.
|
1571
|
+
* When your component renders, `useOrganizationsQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
1641
1572
|
* you can use to render your UI.
|
1642
1573
|
*
|
1643
1574
|
* @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;
|
1644
1575
|
*
|
1645
1576
|
* @example
|
1646
|
-
* const { data, loading, error } =
|
1577
|
+
* const { data, loading, error } = useOrganizationsQuery({
|
1647
1578
|
* variables: {
|
1648
1579
|
* },
|
1649
1580
|
* });
|
1650
1581
|
*/
|
1651
|
-
function
|
1582
|
+
function useOrganizationsQuery(baseOptions) {
|
1652
1583
|
const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
|
1653
|
-
return Apollo.useQuery(exports.
|
1584
|
+
return Apollo.useQuery(exports.OrganizationsDocument, options);
|
1654
1585
|
}
|
1655
|
-
exports.
|
1656
|
-
function
|
1586
|
+
exports.useOrganizationsQuery = useOrganizationsQuery;
|
1587
|
+
function useOrganizationsLazyQuery(baseOptions) {
|
1657
1588
|
const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
|
1658
|
-
return Apollo.useLazyQuery(exports.
|
1589
|
+
return Apollo.useLazyQuery(exports.OrganizationsDocument, options);
|
1659
1590
|
}
|
1660
|
-
exports.
|
1661
|
-
exports.
|
1591
|
+
exports.useOrganizationsLazyQuery = useOrganizationsLazyQuery;
|
1592
|
+
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" } }] } }] } }] } }] };
|
1662
1593
|
/**
|
1663
|
-
*
|
1594
|
+
* __useTeamQuery__
|
1664
1595
|
*
|
1665
|
-
* To run a query within a React component, call `
|
1666
|
-
* When your component renders, `
|
1596
|
+
* To run a query within a React component, call `useTeamQuery` and pass it any options that fit your needs.
|
1597
|
+
* When your component renders, `useTeamQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
1667
1598
|
* you can use to render your UI.
|
1668
1599
|
*
|
1669
1600
|
* @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;
|
1670
1601
|
*
|
1671
1602
|
* @example
|
1672
|
-
* const { data, loading, error } =
|
1603
|
+
* const { data, loading, error } = useTeamQuery({
|
1673
1604
|
* variables: {
|
1674
1605
|
* teamId: // value for 'teamId'
|
1675
1606
|
* },
|
1676
1607
|
* });
|
1677
1608
|
*/
|
1678
|
-
function
|
1609
|
+
function useTeamQuery(baseOptions) {
|
1679
1610
|
const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
|
1680
|
-
return Apollo.useQuery(exports.
|
1611
|
+
return Apollo.useQuery(exports.TeamDocument, options);
|
1681
1612
|
}
|
1682
|
-
exports.
|
1683
|
-
function
|
1613
|
+
exports.useTeamQuery = useTeamQuery;
|
1614
|
+
function useTeamLazyQuery(baseOptions) {
|
1684
1615
|
const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
|
1685
|
-
return Apollo.useLazyQuery(exports.
|
1616
|
+
return Apollo.useLazyQuery(exports.TeamDocument, options);
|
1686
1617
|
}
|
1687
|
-
exports.
|
1618
|
+
exports.useTeamLazyQuery = useTeamLazyQuery;
|
1688
1619
|
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" } }] } }] } }] } }] };
|
1689
1620
|
/**
|
1690
1621
|
* __useTeamsQuery__
|
@@ -1873,78 +1804,55 @@ function useGetUsersLazyQuery(baseOptions) {
|
|
1873
1804
|
return Apollo.useLazyQuery(exports.GetUsersDocument, options);
|
1874
1805
|
}
|
1875
1806
|
exports.useGetUsersLazyQuery = useGetUsersLazyQuery;
|
1876
|
-
exports.
|
1807
|
+
exports.ToggleSidebarDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "toggleSidebar" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "state" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Boolean" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "toggleSidebar" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "state" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "state" } } }], "directives": [{ "kind": "Directive", "name": { "kind": "Name", "value": "client" } }] }] } }] };
|
1877
1808
|
/**
|
1878
|
-
*
|
1809
|
+
* __useToggleSidebarMutation__
|
1879
1810
|
*
|
1880
|
-
* To run a mutation, you first call `
|
1881
|
-
* When your component renders, `
|
1811
|
+
* To run a mutation, you first call `useToggleSidebarMutation` within a React component and pass it any options that fit your needs.
|
1812
|
+
* When your component renders, `useToggleSidebarMutation` returns a tuple that includes:
|
1882
1813
|
* - A mutate function that you can call at any time to execute the mutation
|
1883
1814
|
* - An object with fields that represent the current status of the mutation's execution
|
1884
1815
|
*
|
1885
1816
|
* @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;
|
1886
1817
|
*
|
1887
1818
|
* @example
|
1888
|
-
* const [
|
1889
|
-
* variables: {
|
1890
|
-
* request: // value for 'request'
|
1891
|
-
* },
|
1892
|
-
* });
|
1893
|
-
*/
|
1894
|
-
function useCollectMutation(baseOptions) {
|
1895
|
-
const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
|
1896
|
-
return Apollo.useMutation(exports.CollectDocument, options);
|
1897
|
-
}
|
1898
|
-
exports.useCollectMutation = useCollectMutation;
|
1899
|
-
exports.toggleSidebarDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "toggleSidebar" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "state" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Boolean" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "toggleSidebar" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "state" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "state" } } }], "directives": [{ "kind": "Directive", "name": { "kind": "Name", "value": "client" } }] }] } }] };
|
1900
|
-
/**
|
1901
|
-
* __usetoggleSidebarMutation__
|
1902
|
-
*
|
1903
|
-
* To run a mutation, you first call `usetoggleSidebarMutation` within a React component and pass it any options that fit your needs.
|
1904
|
-
* When your component renders, `usetoggleSidebarMutation` returns a tuple that includes:
|
1905
|
-
* - A mutate function that you can call at any time to execute the mutation
|
1906
|
-
* - An object with fields that represent the current status of the mutation's execution
|
1907
|
-
*
|
1908
|
-
* @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;
|
1909
|
-
*
|
1910
|
-
* @example
|
1911
|
-
* const [toggleSidebarMutation, { data, loading, error }] = usetoggleSidebarMutation({
|
1819
|
+
* const [toggleSidebarMutation, { data, loading, error }] = useToggleSidebarMutation({
|
1912
1820
|
* variables: {
|
1913
1821
|
* state: // value for 'state'
|
1914
1822
|
* },
|
1915
1823
|
* });
|
1916
1824
|
*/
|
1917
|
-
function
|
1825
|
+
function useToggleSidebarMutation(baseOptions) {
|
1918
1826
|
const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
|
1919
|
-
return Apollo.useMutation(exports.
|
1827
|
+
return Apollo.useMutation(exports.ToggleSidebarDocument, options);
|
1920
1828
|
}
|
1921
|
-
exports.
|
1922
|
-
exports.
|
1829
|
+
exports.useToggleSidebarMutation = useToggleSidebarMutation;
|
1830
|
+
exports.SidebarStateDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "sidebarState" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "sidebarState" }, "directives": [{ "kind": "Directive", "name": { "kind": "Name", "value": "client" } }] }] } }] };
|
1923
1831
|
/**
|
1924
|
-
*
|
1832
|
+
* __useSidebarStateQuery__
|
1925
1833
|
*
|
1926
|
-
* To run a query within a React component, call `
|
1927
|
-
* When your component renders, `
|
1834
|
+
* To run a query within a React component, call `useSidebarStateQuery` and pass it any options that fit your needs.
|
1835
|
+
* When your component renders, `useSidebarStateQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
1928
1836
|
* you can use to render your UI.
|
1929
1837
|
*
|
1930
1838
|
* @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;
|
1931
1839
|
*
|
1932
1840
|
* @example
|
1933
|
-
* const { data, loading, error } =
|
1841
|
+
* const { data, loading, error } = useSidebarStateQuery({
|
1934
1842
|
* variables: {
|
1935
1843
|
* },
|
1936
1844
|
* });
|
1937
1845
|
*/
|
1938
|
-
function
|
1846
|
+
function useSidebarStateQuery(baseOptions) {
|
1939
1847
|
const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
|
1940
|
-
return Apollo.useQuery(exports.
|
1848
|
+
return Apollo.useQuery(exports.SidebarStateDocument, options);
|
1941
1849
|
}
|
1942
|
-
exports.
|
1943
|
-
function
|
1850
|
+
exports.useSidebarStateQuery = useSidebarStateQuery;
|
1851
|
+
function useSidebarStateLazyQuery(baseOptions) {
|
1944
1852
|
const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
|
1945
|
-
return Apollo.useLazyQuery(exports.
|
1853
|
+
return Apollo.useLazyQuery(exports.SidebarStateDocument, options);
|
1946
1854
|
}
|
1947
|
-
exports.
|
1855
|
+
exports.useSidebarStateLazyQuery = useSidebarStateLazyQuery;
|
1948
1856
|
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" } } }] }] } }] };
|
1949
1857
|
/**
|
1950
1858
|
* __useAddContributionRoleMutation__
|
@@ -1969,7 +1877,7 @@ function useAddContributionRoleMutation(baseOptions) {
|
|
1969
1877
|
return Apollo.useMutation(exports.AddContributionRoleDocument, options);
|
1970
1878
|
}
|
1971
1879
|
exports.useAddContributionRoleMutation = useAddContributionRoleMutation;
|
1972
|
-
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": "
|
1880
|
+
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" } }] }] } }] };
|
1973
1881
|
/**
|
1974
1882
|
* __useAddResourceToContextMutation__
|
1975
1883
|
*
|
@@ -2176,7 +2084,7 @@ function useReassignConfigurationMutation(baseOptions) {
|
|
2176
2084
|
return Apollo.useMutation(exports.ReassignConfigurationDocument, options);
|
2177
2085
|
}
|
2178
2086
|
exports.useReassignConfigurationMutation = useReassignConfigurationMutation;
|
2179
|
-
exports.UpdateConfigurationDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "UpdateConfiguration" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "input" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "PreferencesInput_Input" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "key" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "value" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "AnyObject" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "overrides" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "
|
2087
|
+
exports.UpdateConfigurationDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "UpdateConfiguration" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "input" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "PreferencesInput_Input" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "key" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "value" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "AnyObject" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "overrides" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "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 } }] }] }] } }] };
|
2180
2088
|
/**
|
2181
2089
|
* __useUpdateConfigurationMutation__
|
2182
2090
|
*
|
@@ -2499,33 +2407,33 @@ function useGetTeamNameFromContextLazyQuery(baseOptions) {
|
|
2499
2407
|
return Apollo.useLazyQuery(exports.GetTeamNameFromContextDocument, options);
|
2500
2408
|
}
|
2501
2409
|
exports.useGetTeamNameFromContextLazyQuery = useGetTeamNameFromContextLazyQuery;
|
2502
|
-
exports.
|
2410
|
+
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" } }] } }] };
|
2503
2411
|
/**
|
2504
|
-
*
|
2412
|
+
* __useGetUserAccessRoleQuery__
|
2505
2413
|
*
|
2506
|
-
* To run a query within a React component, call `
|
2507
|
-
* When your component renders, `
|
2414
|
+
* To run a query within a React component, call `useGetUserAccessRoleQuery` and pass it any options that fit your needs.
|
2415
|
+
* When your component renders, `useGetUserAccessRoleQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
2508
2416
|
* you can use to render your UI.
|
2509
2417
|
*
|
2510
2418
|
* @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;
|
2511
2419
|
*
|
2512
2420
|
* @example
|
2513
|
-
* const { data, loading, error } =
|
2421
|
+
* const { data, loading, error } = useGetUserAccessRoleQuery({
|
2514
2422
|
* variables: {
|
2515
2423
|
* input: // value for 'input'
|
2516
2424
|
* },
|
2517
2425
|
* });
|
2518
2426
|
*/
|
2519
|
-
function
|
2427
|
+
function useGetUserAccessRoleQuery(baseOptions) {
|
2520
2428
|
const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
|
2521
|
-
return Apollo.useQuery(exports.
|
2429
|
+
return Apollo.useQuery(exports.GetUserAccessRoleDocument, options);
|
2522
2430
|
}
|
2523
|
-
exports.
|
2524
|
-
function
|
2431
|
+
exports.useGetUserAccessRoleQuery = useGetUserAccessRoleQuery;
|
2432
|
+
function useGetUserAccessRoleLazyQuery(baseOptions) {
|
2525
2433
|
const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
|
2526
|
-
return Apollo.useLazyQuery(exports.
|
2434
|
+
return Apollo.useLazyQuery(exports.GetUserAccessRoleDocument, options);
|
2527
2435
|
}
|
2528
|
-
exports.
|
2436
|
+
exports.useGetUserAccessRoleLazyQuery = useGetUserAccessRoleLazyQuery;
|
2529
2437
|
exports.OpenPreferencesSettingsDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "OpenPreferencesSettings" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "resource" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "URI" } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "jsonEditor" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Boolean" } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "options" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "PreferencesOpenOptions_Input" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "openPreferencesSettings" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "resource" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "resource" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "jsonEditor" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "jsonEditor" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "options" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "options" } } }], "directives": [{ "kind": "Directive", "name": { "kind": "Name", "value": "client" } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "editableSettingsInput" } }, { "kind": "Field", "name": { "kind": "Name", "value": "defaultPreferencesInput" } }] } }] } }] };
|
2530
2438
|
/**
|
2531
2439
|
* __useOpenPreferencesSettingsQuery__
|
@@ -2690,7 +2598,7 @@ function useGetOrgWithResourcesRoleLazyQuery(baseOptions) {
|
|
2690
2598
|
return Apollo.useLazyQuery(exports.GetOrgWithResourcesRoleDocument, options);
|
2691
2599
|
}
|
2692
2600
|
exports.useGetOrgWithResourcesRoleLazyQuery = useGetOrgWithResourcesRoleLazyQuery;
|
2693
|
-
exports.ResolveConfigurationDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "ResolveConfiguration" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "input" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "PreferencesInput_Input" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "key" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "overrides" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "
|
2601
|
+
exports.ResolveConfigurationDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "ResolveConfiguration" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "input" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "PreferencesInput_Input" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "key" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "overrides" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "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 } }] }] }] } }] };
|
2694
2602
|
/**
|
2695
2603
|
* __useResolveConfigurationQuery__
|
2696
2604
|
*
|
@@ -2800,32 +2708,32 @@ function useDefaultSettingsLazyQuery(baseOptions) {
|
|
2800
2708
|
return Apollo.useLazyQuery(exports.DefaultSettingsDocument, options);
|
2801
2709
|
}
|
2802
2710
|
exports.useDefaultSettingsLazyQuery = useDefaultSettingsLazyQuery;
|
2803
|
-
exports.
|
2711
|
+
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" } }] } }] } }] };
|
2804
2712
|
/**
|
2805
|
-
*
|
2713
|
+
* __useGetContributionRolesQuery__
|
2806
2714
|
*
|
2807
|
-
* To run a query within a React component, call `
|
2808
|
-
* When your component renders, `
|
2715
|
+
* To run a query within a React component, call `useGetContributionRolesQuery` and pass it any options that fit your needs.
|
2716
|
+
* When your component renders, `useGetContributionRolesQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
2809
2717
|
* you can use to render your UI.
|
2810
2718
|
*
|
2811
2719
|
* @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;
|
2812
2720
|
*
|
2813
2721
|
* @example
|
2814
|
-
* const { data, loading, error } =
|
2722
|
+
* const { data, loading, error } = useGetContributionRolesQuery({
|
2815
2723
|
* variables: {
|
2816
2724
|
* },
|
2817
2725
|
* });
|
2818
2726
|
*/
|
2819
|
-
function
|
2727
|
+
function useGetContributionRolesQuery(baseOptions) {
|
2820
2728
|
const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
|
2821
|
-
return Apollo.useQuery(exports.
|
2729
|
+
return Apollo.useQuery(exports.GetContributionRolesDocument, options);
|
2822
2730
|
}
|
2823
|
-
exports.
|
2824
|
-
function
|
2731
|
+
exports.useGetContributionRolesQuery = useGetContributionRolesQuery;
|
2732
|
+
function useGetContributionRolesLazyQuery(baseOptions) {
|
2825
2733
|
const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
|
2826
|
-
return Apollo.useLazyQuery(exports.
|
2734
|
+
return Apollo.useLazyQuery(exports.GetContributionRolesDocument, options);
|
2827
2735
|
}
|
2828
|
-
exports.
|
2736
|
+
exports.useGetContributionRolesLazyQuery = useGetContributionRolesLazyQuery;
|
2829
2737
|
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" } }] } }] };
|
2830
2738
|
/**
|
2831
2739
|
* __useGetOrgContextQuery__
|
@@ -2878,33 +2786,33 @@ function useGetOrgNameFromContextLazyQuery(baseOptions) {
|
|
2878
2786
|
return Apollo.useLazyQuery(exports.GetOrgNameFromContextDocument, options);
|
2879
2787
|
}
|
2880
2788
|
exports.useGetOrgNameFromContextLazyQuery = useGetOrgNameFromContextLazyQuery;
|
2881
|
-
exports.
|
2789
|
+
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" } }] } }] } }] } }] };
|
2882
2790
|
/**
|
2883
|
-
*
|
2791
|
+
* __useGetRoleQuery__
|
2884
2792
|
*
|
2885
|
-
* To run a query within a React component, call `
|
2886
|
-
* When your component renders, `
|
2793
|
+
* To run a query within a React component, call `useGetRoleQuery` and pass it any options that fit your needs.
|
2794
|
+
* When your component renders, `useGetRoleQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
2887
2795
|
* you can use to render your UI.
|
2888
2796
|
*
|
2889
2797
|
* @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;
|
2890
2798
|
*
|
2891
2799
|
* @example
|
2892
|
-
* const { data, loading, error } =
|
2800
|
+
* const { data, loading, error } = useGetRoleQuery({
|
2893
2801
|
* variables: {
|
2894
2802
|
* input: // value for 'input'
|
2895
2803
|
* },
|
2896
2804
|
* });
|
2897
2805
|
*/
|
2898
|
-
function
|
2806
|
+
function useGetRoleQuery(baseOptions) {
|
2899
2807
|
const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
|
2900
|
-
return Apollo.useQuery(exports.
|
2808
|
+
return Apollo.useQuery(exports.GetRoleDocument, options);
|
2901
2809
|
}
|
2902
|
-
exports.
|
2903
|
-
function
|
2810
|
+
exports.useGetRoleQuery = useGetRoleQuery;
|
2811
|
+
function useGetRoleLazyQuery(baseOptions) {
|
2904
2812
|
const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
|
2905
|
-
return Apollo.useLazyQuery(exports.
|
2813
|
+
return Apollo.useLazyQuery(exports.GetRoleDocument, options);
|
2906
2814
|
}
|
2907
|
-
exports.
|
2815
|
+
exports.useGetRoleLazyQuery = useGetRoleLazyQuery;
|
2908
2816
|
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" } }] } }] } }] };
|
2909
2817
|
/**
|
2910
2818
|
* __useFilterIntegrationConfigurationQuery__
|
@@ -2932,7 +2840,7 @@ function useFilterIntegrationConfigurationLazyQuery(baseOptions) {
|
|
2932
2840
|
return Apollo.useLazyQuery(exports.FilterIntegrationConfigurationDocument, options);
|
2933
2841
|
}
|
2934
2842
|
exports.useFilterIntegrationConfigurationLazyQuery = useFilterIntegrationConfigurationLazyQuery;
|
2935
|
-
exports.GetAllIntegrationConfigurationsDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetAllIntegrationConfigurations" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getAllIntegrationConfigurations" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "integrationName" } }, { "kind": "Field", "name": { "kind": "Name", "value": "status" } }, { "kind": "Field", "name": { "kind": "Name", "value": "updatedAt" } }, { "kind": "Field", "name": { "kind": "Name", "value": "integrationInfo" } }] } }] } }] };
|
2843
|
+
exports.GetAllIntegrationConfigurationsDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetAllIntegrationConfigurations" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "criteria" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "AnyObject" } } }, { "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": "skip" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Int" } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "sort" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Sort" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getAllIntegrationConfigurations" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "criteria" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "criteria" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "limit" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "limit" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "skip" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "skip" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "sort" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "sort" } } }], "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": "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" } }] } }] } }] } }] };
|
2936
2844
|
/**
|
2937
2845
|
* __useGetAllIntegrationConfigurationsQuery__
|
2938
2846
|
*
|
@@ -2945,6 +2853,10 @@ exports.GetAllIntegrationConfigurationsDocument = { "kind": "Document", "definit
|
|
2945
2853
|
* @example
|
2946
2854
|
* const { data, loading, error } = useGetAllIntegrationConfigurationsQuery({
|
2947
2855
|
* variables: {
|
2856
|
+
* criteria: // value for 'criteria'
|
2857
|
+
* limit: // value for 'limit'
|
2858
|
+
* skip: // value for 'skip'
|
2859
|
+
* sort: // value for 'sort'
|
2948
2860
|
* },
|
2949
2861
|
* });
|
2950
2862
|
*/
|
@@ -3061,28 +2973,28 @@ function useSubscribeToConfigurationUpdateSubscription(baseOptions) {
|
|
3061
2973
|
return Apollo.useSubscription(exports.SubscribeToConfigurationUpdateDocument, options);
|
3062
2974
|
}
|
3063
2975
|
exports.useSubscribeToConfigurationUpdateSubscription = useSubscribeToConfigurationUpdateSubscription;
|
3064
|
-
exports.
|
2976
|
+
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" } }] } }] };
|
3065
2977
|
/**
|
3066
|
-
*
|
2978
|
+
* __useSubscribeToOrganizationContextSubscription__
|
3067
2979
|
*
|
3068
|
-
* To run a query within a React component, call `
|
3069
|
-
* When your component renders, `
|
2980
|
+
* To run a query within a React component, call `useSubscribeToOrganizationContextSubscription` and pass it any options that fit your needs.
|
2981
|
+
* When your component renders, `useSubscribeToOrganizationContextSubscription` returns an object from Apollo Client that contains loading, error, and data properties
|
3070
2982
|
* you can use to render your UI.
|
3071
2983
|
*
|
3072
2984
|
* @param baseOptions options that will be passed into the subscription, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;
|
3073
2985
|
*
|
3074
2986
|
* @example
|
3075
|
-
* const { data, loading, error } =
|
2987
|
+
* const { data, loading, error } = useSubscribeToOrganizationContextSubscription({
|
3076
2988
|
* variables: {
|
3077
2989
|
* orgNameFilter: // value for 'orgNameFilter'
|
3078
2990
|
* },
|
3079
2991
|
* });
|
3080
2992
|
*/
|
3081
|
-
function
|
2993
|
+
function useSubscribeToOrganizationContextSubscription(baseOptions) {
|
3082
2994
|
const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
|
3083
|
-
return Apollo.useSubscription(exports.
|
2995
|
+
return Apollo.useSubscription(exports.SubscribeToOrganizationContextDocument, options);
|
3084
2996
|
}
|
3085
|
-
exports.
|
2997
|
+
exports.useSubscribeToOrganizationContextSubscription = useSubscribeToOrganizationContextSubscription;
|
3086
2998
|
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" } }] } }] };
|
3087
2999
|
/**
|
3088
3000
|
* __useSubscribeToPermissionUpdateSubscription__
|
@@ -3127,7 +3039,7 @@ function useSubscribeToPolicyUpdateSubscription(baseOptions) {
|
|
3127
3039
|
return Apollo.useSubscription(exports.SubscribeToPolicyUpdateDocument, options);
|
3128
3040
|
}
|
3129
3041
|
exports.useSubscribeToPolicyUpdateSubscription = useSubscribeToPolicyUpdateSubscription;
|
3130
|
-
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": "
|
3042
|
+
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" } } }] }] } }] };
|
3131
3043
|
/**
|
3132
3044
|
* __useUpdateConfigurationValueByUriMutation__
|
3133
3045
|
*
|
@@ -3155,7 +3067,7 @@ function useUpdateConfigurationValueByUriMutation(baseOptions) {
|
|
3155
3067
|
return Apollo.useMutation(exports.UpdateConfigurationValueByUriDocument, options);
|
3156
3068
|
}
|
3157
3069
|
exports.useUpdateConfigurationValueByUriMutation = useUpdateConfigurationValueByUriMutation;
|
3158
|
-
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": "
|
3070
|
+
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" } } }] }] } }] };
|
3159
3071
|
/**
|
3160
3072
|
* __useUpdateConfigurationValueMutation__
|
3161
3073
|
*
|
@@ -3182,19 +3094,19 @@ function useUpdateConfigurationValueMutation(baseOptions) {
|
|
3182
3094
|
return Apollo.useMutation(exports.UpdateConfigurationValueDocument, options);
|
3183
3095
|
}
|
3184
3096
|
exports.useUpdateConfigurationValueMutation = useUpdateConfigurationValueMutation;
|
3185
|
-
exports.
|
3097
|
+
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" } }] } }] };
|
3186
3098
|
/**
|
3187
|
-
*
|
3099
|
+
* __useUpdateOrganizationContextAddResourcesMutation__
|
3188
3100
|
*
|
3189
|
-
* To run a mutation, you first call `
|
3190
|
-
* When your component renders, `
|
3101
|
+
* To run a mutation, you first call `useUpdateOrganizationContextAddResourcesMutation` within a React component and pass it any options that fit your needs.
|
3102
|
+
* When your component renders, `useUpdateOrganizationContextAddResourcesMutation` returns a tuple that includes:
|
3191
3103
|
* - A mutate function that you can call at any time to execute the mutation
|
3192
3104
|
* - An object with fields that represent the current status of the mutation's execution
|
3193
3105
|
*
|
3194
3106
|
* @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;
|
3195
3107
|
*
|
3196
3108
|
* @example
|
3197
|
-
* const [updateOrganizationContextAddResourcesMutation, { data, loading, error }] =
|
3109
|
+
* const [updateOrganizationContextAddResourcesMutation, { data, loading, error }] = useUpdateOrganizationContextAddResourcesMutation({
|
3198
3110
|
* variables: {
|
3199
3111
|
* orgId: // value for 'orgId'
|
3200
3112
|
* resourcesToAdd: // value for 'resourcesToAdd'
|
@@ -3202,47 +3114,47 @@ exports.updateOrganizationContextAddResourcesDocument = { "kind": "Document", "d
|
|
3202
3114
|
* },
|
3203
3115
|
* });
|
3204
3116
|
*/
|
3205
|
-
function
|
3117
|
+
function useUpdateOrganizationContextAddResourcesMutation(baseOptions) {
|
3206
3118
|
const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
|
3207
|
-
return Apollo.useMutation(exports.
|
3119
|
+
return Apollo.useMutation(exports.UpdateOrganizationContextAddResourcesDocument, options);
|
3208
3120
|
}
|
3209
|
-
exports.
|
3210
|
-
exports.
|
3121
|
+
exports.useUpdateOrganizationContextAddResourcesMutation = useUpdateOrganizationContextAddResourcesMutation;
|
3122
|
+
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" } }] } }] };
|
3211
3123
|
/**
|
3212
|
-
*
|
3124
|
+
* __useUpdateOrganizationContextRemoveResourcesMutation__
|
3213
3125
|
*
|
3214
|
-
* To run a mutation, you first call `
|
3215
|
-
* When your component renders, `
|
3126
|
+
* To run a mutation, you first call `useUpdateOrganizationContextRemoveResourcesMutation` within a React component and pass it any options that fit your needs.
|
3127
|
+
* When your component renders, `useUpdateOrganizationContextRemoveResourcesMutation` returns a tuple that includes:
|
3216
3128
|
* - A mutate function that you can call at any time to execute the mutation
|
3217
3129
|
* - An object with fields that represent the current status of the mutation's execution
|
3218
3130
|
*
|
3219
3131
|
* @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;
|
3220
3132
|
*
|
3221
3133
|
* @example
|
3222
|
-
* const [updateOrganizationContextRemoveResourcesMutation, { data, loading, error }] =
|
3134
|
+
* const [updateOrganizationContextRemoveResourcesMutation, { data, loading, error }] = useUpdateOrganizationContextRemoveResourcesMutation({
|
3223
3135
|
* variables: {
|
3224
3136
|
* resourcesToRemove: // value for 'resourcesToRemove'
|
3225
3137
|
* },
|
3226
3138
|
* });
|
3227
3139
|
*/
|
3228
|
-
function
|
3140
|
+
function useUpdateOrganizationContextRemoveResourcesMutation(baseOptions) {
|
3229
3141
|
const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
|
3230
|
-
return Apollo.useMutation(exports.
|
3142
|
+
return Apollo.useMutation(exports.UpdateOrganizationContextRemoveResourcesDocument, options);
|
3231
3143
|
}
|
3232
|
-
exports.
|
3233
|
-
exports.
|
3144
|
+
exports.useUpdateOrganizationContextRemoveResourcesMutation = useUpdateOrganizationContextRemoveResourcesMutation;
|
3145
|
+
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" } }] } }] };
|
3234
3146
|
/**
|
3235
|
-
*
|
3147
|
+
* __useUpdateOrganizationContextUpdateResourcesMutation__
|
3236
3148
|
*
|
3237
|
-
* To run a mutation, you first call `
|
3238
|
-
* When your component renders, `
|
3149
|
+
* To run a mutation, you first call `useUpdateOrganizationContextUpdateResourcesMutation` within a React component and pass it any options that fit your needs.
|
3150
|
+
* When your component renders, `useUpdateOrganizationContextUpdateResourcesMutation` returns a tuple that includes:
|
3239
3151
|
* - A mutate function that you can call at any time to execute the mutation
|
3240
3152
|
* - An object with fields that represent the current status of the mutation's execution
|
3241
3153
|
*
|
3242
3154
|
* @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;
|
3243
3155
|
*
|
3244
3156
|
* @example
|
3245
|
-
* const [updateOrganizationContextUpdateResourcesMutation, { data, loading, error }] =
|
3157
|
+
* const [updateOrganizationContextUpdateResourcesMutation, { data, loading, error }] = useUpdateOrganizationContextUpdateResourcesMutation({
|
3246
3158
|
* variables: {
|
3247
3159
|
* resourcesToAdd: // value for 'resourcesToAdd'
|
3248
3160
|
* resourcesToRemove: // value for 'resourcesToRemove'
|
@@ -3250,12 +3162,12 @@ exports.updateOrganizationContextUpdateResourcesDocument = { "kind": "Document",
|
|
3250
3162
|
* },
|
3251
3163
|
* });
|
3252
3164
|
*/
|
3253
|
-
function
|
3165
|
+
function useUpdateOrganizationContextUpdateResourcesMutation(baseOptions) {
|
3254
3166
|
const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
|
3255
|
-
return Apollo.useMutation(exports.
|
3167
|
+
return Apollo.useMutation(exports.UpdateOrganizationContextUpdateResourcesDocument, options);
|
3256
3168
|
}
|
3257
|
-
exports.
|
3258
|
-
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": "
|
3169
|
+
exports.useUpdateOrganizationContextUpdateResourcesMutation = useUpdateOrganizationContextUpdateResourcesMutation;
|
3170
|
+
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" } } }] }] } }] };
|
3259
3171
|
/**
|
3260
3172
|
* __useUpdatePolicyValueMutation__
|
3261
3173
|
*
|
@@ -3282,7 +3194,7 @@ function useUpdatePolicyValueMutation(baseOptions) {
|
|
3282
3194
|
return Apollo.useMutation(exports.UpdatePolicyValueDocument, options);
|
3283
3195
|
}
|
3284
3196
|
exports.useUpdatePolicyValueMutation = useUpdatePolicyValueMutation;
|
3285
|
-
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": "
|
3197
|
+
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" } } }] }] } }] };
|
3286
3198
|
/**
|
3287
3199
|
* __useUpdateRoleValueMutation__
|
3288
3200
|
*
|
@@ -3309,32 +3221,32 @@ function useUpdateRoleValueMutation(baseOptions) {
|
|
3309
3221
|
return Apollo.useMutation(exports.UpdateRoleValueDocument, options);
|
3310
3222
|
}
|
3311
3223
|
exports.useUpdateRoleValueMutation = useUpdateRoleValueMutation;
|
3312
|
-
exports.
|
3224
|
+
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" } }] } }] };
|
3313
3225
|
/**
|
3314
|
-
*
|
3226
|
+
* __useGetConfigurationDataQuery__
|
3315
3227
|
*
|
3316
|
-
* To run a query within a React component, call `
|
3317
|
-
* When your component renders, `
|
3228
|
+
* To run a query within a React component, call `useGetConfigurationDataQuery` and pass it any options that fit your needs.
|
3229
|
+
* When your component renders, `useGetConfigurationDataQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
3318
3230
|
* you can use to render your UI.
|
3319
3231
|
*
|
3320
3232
|
* @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;
|
3321
3233
|
*
|
3322
3234
|
* @example
|
3323
|
-
* const { data, loading, error } =
|
3235
|
+
* const { data, loading, error } = useGetConfigurationDataQuery({
|
3324
3236
|
* variables: {
|
3325
3237
|
* },
|
3326
3238
|
* });
|
3327
3239
|
*/
|
3328
|
-
function
|
3240
|
+
function useGetConfigurationDataQuery(baseOptions) {
|
3329
3241
|
const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
|
3330
|
-
return Apollo.useQuery(exports.
|
3242
|
+
return Apollo.useQuery(exports.GetConfigurationDataDocument, options);
|
3331
3243
|
}
|
3332
|
-
exports.
|
3333
|
-
function
|
3244
|
+
exports.useGetConfigurationDataQuery = useGetConfigurationDataQuery;
|
3245
|
+
function useGetConfigurationDataLazyQuery(baseOptions) {
|
3334
3246
|
const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
|
3335
|
-
return Apollo.useLazyQuery(exports.
|
3247
|
+
return Apollo.useLazyQuery(exports.GetConfigurationDataDocument, options);
|
3336
3248
|
}
|
3337
|
-
exports.
|
3249
|
+
exports.useGetConfigurationDataLazyQuery = useGetConfigurationDataLazyQuery;
|
3338
3250
|
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" } }] } }] };
|
3339
3251
|
/**
|
3340
3252
|
* __useOrganizationResourceContextQuery__
|