@adminide-stack/core 3.1.4-alpha.94 → 5.0.1-alpha.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (177) hide show
  1. package/lib/constants/billing-plan.js +1 -4
  2. package/lib/constants/billing-plan.js.map +1 -1
  3. package/lib/constants/configuration.js +7 -10
  4. package/lib/constants/configuration.js.map +1 -1
  5. package/lib/constants/constants.js +2 -5
  6. package/lib/constants/constants.js.map +1 -1
  7. package/lib/constants/default-workspace-config.js +3 -6
  8. package/lib/constants/default-workspace-config.js.map +1 -1
  9. package/lib/constants/index.js +7 -23
  10. package/lib/constants/index.js.map +1 -1
  11. package/lib/constants/routes.js +2 -5
  12. package/lib/constants/routes.js.map +1 -1
  13. package/lib/constants/types.js +5 -8
  14. package/lib/constants/types.js.map +1 -1
  15. package/lib/constants/urls.js +2 -5
  16. package/lib/constants/urls.js.map +1 -1
  17. package/lib/core/configurations/configuration.js +28 -34
  18. package/lib/core/configurations/configuration.js.map +1 -1
  19. package/lib/core/configurations/configuration.test.js +7 -9
  20. package/lib/core/configurations/configuration.test.js.map +1 -1
  21. package/lib/core/configurations/events/ConfigurationChangeEvent.js +11 -16
  22. package/lib/core/configurations/events/ConfigurationChangeEvent.js.map +1 -1
  23. package/lib/core/configurations/events/index.js +1 -17
  24. package/lib/core/configurations/events/index.js.map +1 -1
  25. package/lib/core/configurations/helpers/configuration.js +23 -38
  26. package/lib/core/configurations/helpers/configuration.js.map +1 -1
  27. package/lib/core/configurations/helpers/index.js +1 -17
  28. package/lib/core/configurations/helpers/index.js.map +1 -1
  29. package/lib/core/configurations/index.js +4 -20
  30. package/lib/core/configurations/index.js.map +1 -1
  31. package/lib/core/configurations/models/ConfigurationModel.js +9 -13
  32. package/lib/core/configurations/models/ConfigurationModel.js.map +1 -1
  33. package/lib/core/configurations/models/ConfigurationModel.test.js +33 -35
  34. package/lib/core/configurations/models/ConfigurationModel.test.js.map +1 -1
  35. package/lib/core/configurations/models/index.js +1 -17
  36. package/lib/core/configurations/models/index.js.map +1 -1
  37. package/lib/core/disposable.js +5 -9
  38. package/lib/core/disposable.js.map +1 -1
  39. package/lib/core/event.js +5 -9
  40. package/lib/core/event.js.map +1 -1
  41. package/lib/core/event.test.js +5 -7
  42. package/lib/core/event.test.js.map +1 -1
  43. package/lib/core/index.js +6 -22
  44. package/lib/core/index.js.map +1 -1
  45. package/lib/core/organization/configuration.js +2 -6
  46. package/lib/core/organization/configuration.js.map +1 -1
  47. package/lib/core/organization/helpers/index.js +1 -17
  48. package/lib/core/organization/helpers/index.js.map +1 -1
  49. package/lib/core/organization/helpers/organization-helpers.js +8 -16
  50. package/lib/core/organization/helpers/organization-helpers.js.map +1 -1
  51. package/lib/core/organization/index.js +3 -19
  52. package/lib/core/organization/index.js.map +1 -1
  53. package/lib/core/organization/organization.js +18 -26
  54. package/lib/core/organization/organization.js.map +1 -1
  55. package/lib/core/path.js +1 -5
  56. package/lib/core/path.js.map +1 -1
  57. package/lib/core/path.test.js +13 -15
  58. package/lib/core/path.test.js.map +1 -1
  59. package/lib/core/types.js +1 -2
  60. package/lib/core/uri.js +30 -14
  61. package/lib/core/uri.js.map +1 -1
  62. package/lib/core/uri.test.js +38 -40
  63. package/lib/core/uri.test.js.map +1 -1
  64. package/lib/enums/connection-status.js +2 -5
  65. package/lib/enums/connection-status.js.map +1 -1
  66. package/lib/enums/index.js +7 -23
  67. package/lib/enums/index.js.map +1 -1
  68. package/lib/enums/integration-configuration-status.js +2 -5
  69. package/lib/enums/integration-configuration-status.js.map +1 -1
  70. package/lib/enums/integrations-configuration-steps.js +2 -5
  71. package/lib/enums/integrations-configuration-steps.js.map +1 -1
  72. package/lib/enums/integrations-connection-names.js +2 -5
  73. package/lib/enums/integrations-connection-names.js.map +1 -1
  74. package/lib/enums/integrations.js +2 -5
  75. package/lib/enums/integrations.js.map +1 -1
  76. package/lib/enums/permissions.js +2 -5
  77. package/lib/enums/permissions.js.map +1 -1
  78. package/lib/enums/team-member-status.js +2 -5
  79. package/lib/enums/team-member-status.js.map +1 -1
  80. package/lib/errors/auth-error-messages.js +3 -6
  81. package/lib/errors/auth-error-messages.js.map +1 -1
  82. package/lib/errors/auth-error.js +4 -8
  83. package/lib/errors/auth-error.js.map +1 -1
  84. package/lib/errors/index.js +2 -18
  85. package/lib/errors/index.js.map +1 -1
  86. package/lib/index.js +8 -24
  87. package/lib/index.js.map +1 -1
  88. package/lib/interfaces/apollo-context.d.ts +1 -0
  89. package/lib/interfaces/apollo-context.js +1 -2
  90. package/lib/interfaces/common.js +1 -2
  91. package/lib/interfaces/configuration/configuration-file-service.js +1 -2
  92. package/lib/interfaces/configuration/configuration-server-service.js +1 -2
  93. package/lib/interfaces/configuration/configuration.js +8 -11
  94. package/lib/interfaces/configuration/configuration.js.map +1 -1
  95. package/lib/interfaces/configuration/configurationRegistry.js +1 -2
  96. package/lib/interfaces/configuration/configuraton-service.js +1 -2
  97. package/lib/interfaces/configuration/event.js +1 -2
  98. package/lib/interfaces/configuration/index.js +6 -22
  99. package/lib/interfaces/configuration/index.js.map +1 -1
  100. package/lib/interfaces/contex-key-service.js +1 -2
  101. package/lib/interfaces/database-migration.js +1 -2
  102. package/lib/interfaces/enum.js +1 -2
  103. package/lib/interfaces/enum.js.map +1 -1
  104. package/lib/interfaces/environment/argv.js +1 -2
  105. package/lib/interfaces/environment/environment-service.js +1 -2
  106. package/lib/interfaces/environment/index.js +2 -18
  107. package/lib/interfaces/environment/index.js.map +1 -1
  108. package/lib/interfaces/generated/generated-models.d.ts +91 -6
  109. package/lib/interfaces/generated/generated-models.js +763 -891
  110. package/lib/interfaces/generated/generated-models.js.map +1 -1
  111. package/lib/interfaces/generated/index.js +1 -17
  112. package/lib/interfaces/generated/index.js.map +1 -1
  113. package/lib/interfaces/index.js +18 -34
  114. package/lib/interfaces/index.js.map +1 -1
  115. package/lib/interfaces/lifecycle-service.js +1 -7
  116. package/lib/interfaces/lifecycle-service.js.map +1 -1
  117. package/lib/interfaces/log/index.js +1 -17
  118. package/lib/interfaces/log/index.js.map +1 -1
  119. package/lib/interfaces/log/log-service.js +1 -2
  120. package/lib/interfaces/nav-items.js +1 -2
  121. package/lib/interfaces/organization/index.js +3 -19
  122. package/lib/interfaces/organization/index.js.map +1 -1
  123. package/lib/interfaces/organization/organization-context-service.js +1 -2
  124. package/lib/interfaces/organization/organization-context.js +8 -11
  125. package/lib/interfaces/organization/organization-context.js.map +1 -1
  126. package/lib/interfaces/organization/organizations-context.js +1 -2
  127. package/lib/interfaces/page-store.js +1 -2
  128. package/lib/interfaces/permissions.js +1 -2
  129. package/lib/interfaces/platform.d.ts +1 -0
  130. package/lib/interfaces/platform.js +1 -2
  131. package/lib/interfaces/preferences-service.js +1 -2
  132. package/lib/interfaces/service.js +1 -2
  133. package/lib/interfaces/workbench-exports.js +1 -5
  134. package/lib/interfaces/workbench-exports.js.map +1 -1
  135. package/lib/modules/account-api/enums/index.js +2 -5
  136. package/lib/modules/account-api/enums/index.js.map +1 -1
  137. package/lib/modules/account-api/index.js +1 -17
  138. package/lib/modules/account-api/index.js.map +1 -1
  139. package/lib/modules/billing-api/enums/index.js +4 -7
  140. package/lib/modules/billing-api/enums/index.js.map +1 -1
  141. package/lib/modules/billing-api/index.js +1 -17
  142. package/lib/modules/billing-api/index.js.map +1 -1
  143. package/lib/modules/inbox/enums/index.js +2 -5
  144. package/lib/modules/inbox/enums/index.js.map +1 -1
  145. package/lib/modules/inbox/index.js +1 -17
  146. package/lib/modules/inbox/index.js.map +1 -1
  147. package/lib/modules/index.js +3 -19
  148. package/lib/modules/index.js.map +1 -1
  149. package/lib/services/abstract-configuration.js +25 -28
  150. package/lib/services/abstract-configuration.js.map +1 -1
  151. package/lib/services/abstract-organization-context-service.js +24 -27
  152. package/lib/services/abstract-organization-context-service.js.map +1 -1
  153. package/lib/services/index.js +2 -18
  154. package/lib/services/index.js.map +1 -1
  155. package/lib/utils/configuration-utils.js +1 -5
  156. package/lib/utils/configuration-utils.js.map +1 -1
  157. package/lib/utils/date-utils.js +1 -5
  158. package/lib/utils/date-utils.js.map +1 -1
  159. package/lib/utils/flatten-utils.js +4 -8
  160. package/lib/utils/flatten-utils.js.map +1 -1
  161. package/lib/utils/generate-uri.js +14 -24
  162. package/lib/utils/generate-uri.js.map +1 -1
  163. package/lib/utils/generated-settings-id.js +3 -7
  164. package/lib/utils/generated-settings-id.js.map +1 -1
  165. package/lib/utils/index.js +9 -25
  166. package/lib/utils/index.js.map +1 -1
  167. package/lib/utils/omit-deep.js +3 -7
  168. package/lib/utils/omit-deep.js.map +1 -1
  169. package/lib/utils/roles-utils.js +5 -9
  170. package/lib/utils/roles-utils.js.map +1 -1
  171. package/lib/utils/uri.js +6 -11
  172. package/lib/utils/uri.js.map +1 -1
  173. package/lib/utils/utils.js +4 -21
  174. package/lib/utils/utils.js.map +1 -1
  175. package/lib/utils/validations.js +1 -5
  176. package/lib/utils/validations.js.map +1 -1
  177. package/package.json +3 -2
@@ -1,19 +1,8 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DefaultSettingFragmentDoc = exports.ConfigurationUpdateEventFragmentDoc = exports.UserCreationEventFragmentDoc = exports.OrgUserFragmentDoc = exports.AllContextFragmentDoc = exports.IVisibility = exports.IUserServiceAction = exports.IUserOrderBy = exports.IUserBroadcasterAction = exports.ITokenTypesEnum = exports.ITeamServiceAction = 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.IIntegrationWorkflowServiceAction = exports.IGlobalLanguages = exports.IGlobalCurrencies = exports.IEditPresentationTypes = exports.IDeviceInfoPlatform = exports.IContextServiceAction = exports.ConfigurationTarget = exports.IConfigurationServiceAction = exports.ConfigurationScope = exports.IConfigurationContributionNames = exports.IConfigFragmentName = exports.IConfigCollectionName = exports.IClientTypes = exports.IClientContainerService = exports.IClientCacheTypeNames = exports.ICacheControlScope = exports.IAuthErrorCodes = exports.IApplicationRoles = exports.IApplicationBillingPlanPolicy = exports.IAccountServiceAction = void 0;
4
- exports.SendUserPasswordResetEmailDocument = exports.useResetUserPasswordMutation = exports.ResetUserPasswordDocument = exports.useResendOrganizationInvitationMutation = exports.ResendOrganizationInvitationDocument = exports.useRemoveTeamMemberMutation = exports.RemoveTeamMemberDocument = exports.useRemoveTeamMutation = exports.RemoveTeamDocument = exports.useRemoveOrganizationMutation = exports.RemoveOrganizationDocument = exports.useRemoveOrgMemberMutation = exports.RemoveOrgMemberDocument = exports.useRegisterAccountUserMutation = exports.RegisterAccountUserDocument = exports.useDeleteUserAccountMutation = exports.DeleteUserAccountDocument = exports.useDeclineOrganizationInvitationMutation = exports.DeclineOrganizationInvitationDocument = exports.useCreateTeamMutation = exports.CreateTeamDocument = exports.useCreateOrganizationMutation = exports.CreateOrganizationDocument = exports.useChangeOrgMemberRoleMutation = exports.ChangeOrgMemberRoleDocument = exports.useChangeMemberRoleMutation = exports.ChangeMemberRoleDocument = exports.useAddTeamMembersMutation = exports.AddTeamMembersDocument = exports.useAccountOnBoardingMutation = exports.AccountOnBoardingDocument = exports.useAcceptOrganizationInvitationMutation = exports.AcceptOrganizationInvitationDocument = exports.OrganizationDataFragmentDoc = exports.ConfigurationModelFragmentDoc = exports.AccountBillingPreferencesFragmentDoc = exports.TeamWithOrgOnContextFragmentDoc = exports.TeamContextFragmentDoc = exports.TeamNameInContextFragmentDoc = exports.RoleTargetFragmentDoc = exports.ResourceUserRoleFragmentDoc = exports.OrganizationUserFragmentDoc = exports.OrgContextFragmentDoc = exports.OrgNameInContextFragmentDoc = exports.MachineConfigurationFragmentDoc = exports.DefaultContextFragmentDoc = exports.ContextConfigurationFragmentDoc = exports.ResourceDataFragmentDoc = exports.ConfigurationFragmentDoc = exports.OverWriteRoleValueFragmentDoc = void 0;
5
- 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.useValidateUserEmailVerificationMutation = exports.ValidateUserEmailVerificationDocument = exports.useValidatePasswordResetOtpMutation = exports.ValidatePasswordResetOtpDocument = exports.useUpdateUserAccountMutation = exports.UpdateUserAccountDocument = exports.useUpdateTeamConfigurationMutation = exports.UpdateTeamConfigurationDocument = exports.useUpdateOrganizationMutation = exports.UpdateOrganizationDocument = exports.useUpdateOrgMemberTeamsMutation = exports.UpdateOrgMemberTeamsDocument = exports.useSendOrganizationInvitationMutation = exports.SendOrganizationInvitationDocument = exports.useSendEmailVerificationMutation = exports.SendEmailVerificationDocument = exports.useSendUserPasswordResetEmailMutation = void 0;
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.useTeamLazyQuery = exports.useTeamQuery = exports.TeamDocument = exports.useOrganizationsLazyQuery = exports.useOrganizationsQuery = exports.OrganizationsDocument = exports.useGetOrganizationMembersLazyQuery = exports.useGetOrganizationMembersQuery = exports.GetOrganizationMembersDocument = exports.useGetUserOrganizationsWithRoleLazyQuery = exports.useGetUserOrganizationsWithRoleQuery = exports.GetUserOrganizationsWithRoleDocument = exports.useGetUserOrganizationsLazyQuery = exports.useGetUserOrganizationsQuery = exports.GetUserOrganizationsDocument = exports.useGetUserTokenDetailsLazyQuery = exports.useGetUserTokenDetailsQuery = exports.GetUserTokenDetailsDocument = exports.useGetUserAccountByAuth0IdLazyQuery = exports.useGetUserAccountByAuth0IdQuery = exports.GetUserAccountByAuth0IdDocument = exports.useGetUserAccountLazyQuery = exports.useGetUserAccountQuery = exports.GetUserAccountDocument = exports.useGetTeamByNameLazyQuery = exports.useGetTeamByNameQuery = exports.GetTeamByNameDocument = exports.useGetTeamLazyQuery = exports.useGetTeamQuery = exports.GetTeamDocument = void 0;
7
- exports.useGetTeamContextLazyQuery = exports.useGetTeamContextQuery = exports.GetTeamContextDocument = exports.useGetDefaultRoleLazyQuery = exports.useGetDefaultRoleQuery = exports.GetDefaultRoleDocument = exports.useGetDefaultPolicySettingsLazyQuery = exports.useGetDefaultPolicySettingsQuery = exports.GetDefaultPolicySettingsDocument = exports.useGetDefaultPermissionsLazyQuery = exports.useGetDefaultPermissionsQuery = exports.GetDefaultPermissionsDocument = exports.useGetDefaultApplicationPermissionsLazyQuery = exports.useGetDefaultApplicationPermissionsQuery = exports.GetDefaultApplicationPermissionsDocument = exports.useGetContextPropertyLazyQuery = exports.useGetContextPropertyQuery = exports.GetContextPropertyDocument = exports.useGetConfigurationTargetLazyQuery = exports.useGetConfigurationTargetQuery = exports.GetConfigurationTargetDocument = exports.useDefaultResolveSettingsLazyQuery = exports.useDefaultResolveSettingsQuery = exports.DefaultResolveSettingsDocument = exports.useGetApplicationRoleLazyQuery = exports.useGetApplicationRoleQuery = exports.GetApplicationRoleDocument = exports.useGetApplicationPolicyLazyQuery = exports.useGetApplicationPolicyQuery = exports.GetApplicationPolicyDocument = exports.useUpdateConfigurationMutation = exports.UpdateConfigurationDocument = exports.useReassignConfigurationMutation = exports.ReassignConfigurationDocument = exports.useInitializeTeamInContextMutation = exports.InitializeTeamInContextDocument = exports.useInitializeOrgNameInContextMutation = exports.InitializeOrgNameInContextDocument = exports.useInitiateConfigurationValueMutation = exports.InitiateConfigurationValueDocument = exports.useChangeOrganizationMutation = exports.ChangeOrganizationDocument = exports.useAddResourceToContextMutation = exports.AddResourceToContextDocument = exports.useAddContributionRoleMutation = exports.AddContributionRoleDocument = exports.useFilterIntegrationConfigurationLazyQuery = exports.useFilterIntegrationConfigurationQuery = exports.FilterIntegrationConfigurationDocument = exports.useGetUsersLazyQuery = void 0;
8
- exports.useGetRoleQuery = exports.GetRoleDocument = exports.useGetOrgNameFromContextLazyQuery = exports.useGetOrgNameFromContextQuery = exports.GetOrgNameFromContextDocument = exports.useGetOrgContextLazyQuery = exports.useGetOrgContextQuery = exports.GetOrgContextDocument = exports.useGetContributionRolesLazyQuery = exports.useGetContributionRolesQuery = exports.GetContributionRolesDocument = exports.useDefaultSettingsLazyQuery = exports.useDefaultSettingsQuery = exports.DefaultSettingsDocument = exports.useGetUserConfigurationLazyQuery = exports.useGetUserConfigurationQuery = exports.GetUserConfigurationDocument = exports.useGetResourcesConfigurationLazyQuery = exports.useGetResourcesConfigurationQuery = exports.GetResourcesConfigurationDocument = exports.useResolveConfigurationLazyQuery = exports.useResolveConfigurationQuery = exports.ResolveConfigurationDocument = exports.useGetOrgWithResourcesRoleLazyQuery = exports.useGetOrgWithResourcesRoleQuery = exports.GetOrgWithResourcesRoleDocument = exports.useGetOrgWithResourcesPolicyLazyQuery = exports.useGetOrgWithResourcesPolicyQuery = exports.GetOrgWithResourcesPolicyDocument = exports.useGetOrgRoleLazyQuery = exports.useGetOrgRoleQuery = exports.GetOrgRoleDocument = exports.useGetOrgPolicyLazyQuery = exports.useGetOrgPolicyQuery = exports.GetOrgPolicyDocument = exports.useGetOrgConfigurationLazyQuery = exports.useGetOrgConfigurationQuery = exports.GetOrgConfigurationDocument = exports.useOpenPreferencesSettingsLazyQuery = exports.useOpenPreferencesSettingsQuery = exports.OpenPreferencesSettingsDocument = exports.useGetUserRoleLazyQuery = exports.useGetUserRoleQuery = exports.GetUserRoleDocument = exports.useGetUserAccessRoleLazyQuery = exports.useGetUserAccessRoleQuery = exports.GetUserAccessRoleDocument = exports.useGetTeamNameFromContextLazyQuery = exports.useGetTeamNameFromContextQuery = exports.GetTeamNameFromContextDocument = void 0;
9
- exports.useViewerSettingsLazyQuery = exports.useViewerSettingsQuery = exports.ViewerSettingsDocument = exports.useOrganizationResourceContextLazyQuery = exports.useOrganizationResourceContextQuery = exports.OrganizationResourceContextDocument = exports.useGetConfigurationDataLazyQuery = exports.useGetConfigurationDataQuery = exports.GetConfigurationDataDocument = exports.useUpdateRoleValueMutation = exports.UpdateRoleValueDocument = exports.useUpdatePolicyValueMutation = exports.UpdatePolicyValueDocument = exports.useUpdateOrganizationContextUpdateResourcesMutation = exports.UpdateOrganizationContextUpdateResourcesDocument = exports.useUpdateOrganizationContextRemoveResourcesMutation = exports.UpdateOrganizationContextRemoveResourcesDocument = exports.useUpdateOrganizationContextAddResourcesMutation = exports.UpdateOrganizationContextAddResourcesDocument = exports.useUpdateConfigurationValueMutation = exports.UpdateConfigurationValueDocument = exports.useUpdateConfigurationValueByUriMutation = exports.UpdateConfigurationValueByUriDocument = exports.useSubscribeToPolicyUpdateSubscription = exports.SubscribeToPolicyUpdateDocument = exports.useSubscribeToPermissionUpdateSubscription = exports.SubscribeToPermissionUpdateDocument = exports.useSubscribeToOrganizationContextSubscription = exports.SubscribeToOrganizationContextDocument = exports.useSubscribeToConfigurationUpdateSubscription = exports.SubscribeToConfigurationUpdateDocument = exports.useGetUserWithDefaultConfigurationLazyQuery = exports.useGetUserWithDefaultConfigurationQuery = exports.GetUserWithDefaultConfigurationDocument = exports.useGetOrgWithResourcesConfigurationLazyQuery = exports.useGetOrgWithResourcesConfigurationQuery = exports.GetOrgWithResourcesConfigurationDocument = exports.useGetRoleLazyQuery = void 0;
10
- const configuration_1 = require("../configuration");
11
- Object.defineProperty(exports, "ConfigurationScope", { enumerable: true, get: function () { return configuration_1.ConfigurationScope; } });
12
- const configuration_2 = require("../configuration");
13
- Object.defineProperty(exports, "ConfigurationTarget", { enumerable: true, get: function () { return configuration_2.ConfigurationTarget; } });
14
- const Apollo = require("@apollo/client");
1
+ import { ConfigurationScope } from '../configuration';
2
+ import { ConfigurationTarget } from '../configuration';
3
+ import * as Apollo from '@apollo/client';
15
4
  const defaultOptions = {};
16
- var IAccountServiceAction;
5
+ export var IAccountServiceAction;
17
6
  (function (IAccountServiceAction) {
18
7
  IAccountServiceAction["OnAccountCreated"] = "onAccountCreated";
19
8
  IAccountServiceAction["OnAccountDeleted"] = "onAccountDeleted";
@@ -46,8 +35,8 @@ var IAccountServiceAction;
46
35
  IAccountServiceAction["SendEmailVerificationCode"] = "sendEmailVerificationCode";
47
36
  IAccountServiceAction["ValidateEmailVerificationCode"] = "validateEmailVerificationCode";
48
37
  IAccountServiceAction["GetUserAccountByEmail"] = "getUserAccountByEmail";
49
- })(IAccountServiceAction = exports.IAccountServiceAction || (exports.IAccountServiceAction = {}));
50
- var IApplicationBillingPlanPolicy;
38
+ })(IAccountServiceAction || (IAccountServiceAction = {}));
39
+ export var IApplicationBillingPlanPolicy;
51
40
  (function (IApplicationBillingPlanPolicy) {
52
41
  IApplicationBillingPlanPolicy["Invoicing"] = "Invoicing";
53
42
  IApplicationBillingPlanPolicy["ManagerRole"] = "ManagerRole";
@@ -55,8 +44,8 @@ var IApplicationBillingPlanPolicy;
55
44
  IApplicationBillingPlanPolicy["ScheduledReports"] = "ScheduledReports";
56
45
  IApplicationBillingPlanPolicy["Alerts"] = "Alerts";
57
46
  IApplicationBillingPlanPolicy["CustomFields"] = "CustomFields";
58
- })(IApplicationBillingPlanPolicy = exports.IApplicationBillingPlanPolicy || (exports.IApplicationBillingPlanPolicy = {}));
59
- var IApplicationRoles;
47
+ })(IApplicationBillingPlanPolicy || (IApplicationBillingPlanPolicy = {}));
48
+ export var IApplicationRoles;
60
49
  (function (IApplicationRoles) {
61
50
  /** Admin of an Organization */
62
51
  IApplicationRoles["Admin"] = "ADMIN";
@@ -79,18 +68,18 @@ var IApplicationRoles;
79
68
  IApplicationRoles["Unknown"] = "UNKNOWN";
80
69
  /** User who is logged in */
81
70
  IApplicationRoles["User"] = "USER";
82
- })(IApplicationRoles = exports.IApplicationRoles || (exports.IApplicationRoles = {}));
83
- var IAuthErrorCodes;
71
+ })(IApplicationRoles || (IApplicationRoles = {}));
72
+ export var IAuthErrorCodes;
84
73
  (function (IAuthErrorCodes) {
85
74
  IAuthErrorCodes["Unauthenticated"] = "UNAUTHENTICATED";
86
75
  IAuthErrorCodes["InternalServerError"] = "INTERNAL_SERVER_ERROR";
87
- })(IAuthErrorCodes = exports.IAuthErrorCodes || (exports.IAuthErrorCodes = {}));
88
- var ICacheControlScope;
76
+ })(IAuthErrorCodes || (IAuthErrorCodes = {}));
77
+ export var ICacheControlScope;
89
78
  (function (ICacheControlScope) {
90
79
  ICacheControlScope["Public"] = "PUBLIC";
91
80
  ICacheControlScope["Private"] = "PRIVATE";
92
- })(ICacheControlScope = exports.ICacheControlScope || (exports.ICacheControlScope = {}));
93
- var IClientCacheTypeNames;
81
+ })(ICacheControlScope || (ICacheControlScope = {}));
82
+ export var IClientCacheTypeNames;
94
83
  (function (IClientCacheTypeNames) {
95
84
  IClientCacheTypeNames["ApplicationConfiguration"] = "ApplicationConfiguration";
96
85
  IClientCacheTypeNames["ApplicationPolicy"] = "ApplicationPolicy";
@@ -123,8 +112,8 @@ var IClientCacheTypeNames;
123
112
  IClientCacheTypeNames["SettingsSection"] = "SettingsSection";
124
113
  IClientCacheTypeNames["UserAccount"] = "UserAccount";
125
114
  IClientCacheTypeNames["UserConfiguration"] = "UserConfiguration";
126
- })(IClientCacheTypeNames = exports.IClientCacheTypeNames || (exports.IClientCacheTypeNames = {}));
127
- var IClientContainerService;
115
+ })(IClientCacheTypeNames || (IClientCacheTypeNames = {}));
116
+ export var IClientContainerService;
128
117
  (function (IClientContainerService) {
129
118
  IClientContainerService["ApolloErrorHandler"] = "ApolloErrorHandler";
130
119
  IClientContainerService["Auth0Authentication"] = "Auth0Authentication";
@@ -140,13 +129,13 @@ var IClientContainerService;
140
129
  IClientContainerService["IPermissionService"] = "IPermissionService";
141
130
  IClientContainerService["IPreferenceService"] = "IPreferenceService";
142
131
  IClientContainerService["ITeamKeyContextService"] = "ITeamKeyContextService";
143
- })(IClientContainerService = exports.IClientContainerService || (exports.IClientContainerService = {}));
144
- var IClientTypes;
132
+ })(IClientContainerService || (IClientContainerService = {}));
133
+ export var IClientTypes;
145
134
  (function (IClientTypes) {
146
135
  IClientTypes["Business"] = "Business";
147
136
  IClientTypes["Individuals"] = "Individuals";
148
- })(IClientTypes = exports.IClientTypes || (exports.IClientTypes = {}));
149
- var IConfigCollectionName;
137
+ })(IClientTypes || (IClientTypes = {}));
138
+ export var IConfigCollectionName;
150
139
  (function (IConfigCollectionName) {
151
140
  IConfigCollectionName["Accounts"] = "accounts";
152
141
  IConfigCollectionName["Application"] = "application";
@@ -160,8 +149,8 @@ var IConfigCollectionName;
160
149
  IConfigCollectionName["Tasks"] = "tasks";
161
150
  IConfigCollectionName["Teams"] = "teams";
162
151
  IConfigCollectionName["Workspaces"] = "workspaces";
163
- })(IConfigCollectionName = exports.IConfigCollectionName || (exports.IConfigCollectionName = {}));
164
- var IConfigFragmentName;
152
+ })(IConfigCollectionName || (IConfigCollectionName = {}));
153
+ export var IConfigFragmentName;
165
154
  (function (IConfigFragmentName) {
166
155
  IConfigFragmentName["Resources"] = "resources";
167
156
  IConfigFragmentName["Settings"] = "settings";
@@ -175,16 +164,17 @@ var IConfigFragmentName;
175
164
  IConfigFragmentName["OrgMembers"] = "orgMembers";
176
165
  /** Billing */
177
166
  IConfigFragmentName["BillingPlanPolicies"] = "billingPlanPolicies";
178
- })(IConfigFragmentName = exports.IConfigFragmentName || (exports.IConfigFragmentName = {}));
179
- var IConfigurationContributionNames;
167
+ })(IConfigFragmentName || (IConfigFragmentName = {}));
168
+ export var IConfigurationContributionNames;
180
169
  (function (IConfigurationContributionNames) {
181
170
  IConfigurationContributionNames["DefaultPermissions"] = "defaultPermissions";
182
171
  IConfigurationContributionNames["DefaultPolicies"] = "defaultPolicies";
183
172
  IConfigurationContributionNames["DefaultSettings"] = "defaultSettings";
184
173
  /** Integration settings */
185
174
  IConfigurationContributionNames["Integration"] = "integration";
186
- })(IConfigurationContributionNames = exports.IConfigurationContributionNames || (exports.IConfigurationContributionNames = {}));
187
- var IConfigurationServiceAction;
175
+ })(IConfigurationContributionNames || (IConfigurationContributionNames = {}));
176
+ export { ConfigurationScope };
177
+ export var IConfigurationServiceAction;
188
178
  (function (IConfigurationServiceAction) {
189
179
  IConfigurationServiceAction["GetAllConfigurationData"] = "getAllConfigurationData";
190
180
  IConfigurationServiceAction["GetConfiguration"] = "getConfiguration";
@@ -193,51 +183,52 @@ var IConfigurationServiceAction;
193
183
  IConfigurationServiceAction["Parser"] = "parser";
194
184
  IConfigurationServiceAction["ReadFile"] = "readFile";
195
185
  IConfigurationServiceAction["UpdateValue"] = "updateValue";
196
- })(IConfigurationServiceAction = exports.IConfigurationServiceAction || (exports.IConfigurationServiceAction = {}));
197
- var IContextServiceAction;
186
+ })(IConfigurationServiceAction || (IConfigurationServiceAction = {}));
187
+ export { ConfigurationTarget };
188
+ export var IContextServiceAction;
198
189
  (function (IContextServiceAction) {
199
190
  IContextServiceAction["OnResourceCreated"] = "onResourceCreated";
200
191
  IContextServiceAction["OnResourceUpdated"] = "onResourceUpdated";
201
192
  IContextServiceAction["OnResourceDeleted"] = "onResourceDeleted";
202
193
  IContextServiceAction["OnResourceDeactivated"] = "onResourceDeactivated";
203
- })(IContextServiceAction = exports.IContextServiceAction || (exports.IContextServiceAction = {}));
204
- var IDeviceInfoPlatform;
194
+ })(IContextServiceAction || (IContextServiceAction = {}));
195
+ export var IDeviceInfoPlatform;
205
196
  (function (IDeviceInfoPlatform) {
206
197
  IDeviceInfoPlatform["Mobile"] = "MOBILE";
207
198
  IDeviceInfoPlatform["Web"] = "WEB";
208
199
  IDeviceInfoPlatform["Extension"] = "EXTENSION";
209
- })(IDeviceInfoPlatform = exports.IDeviceInfoPlatform || (exports.IDeviceInfoPlatform = {}));
210
- var IEditPresentationTypes;
200
+ })(IDeviceInfoPlatform || (IDeviceInfoPlatform = {}));
201
+ export var IEditPresentationTypes;
211
202
  (function (IEditPresentationTypes) {
212
203
  IEditPresentationTypes["Multiline"] = "Multiline";
213
204
  IEditPresentationTypes["Singleline"] = "Singleline";
214
- })(IEditPresentationTypes = exports.IEditPresentationTypes || (exports.IEditPresentationTypes = {}));
215
- var IGlobalCurrencies;
205
+ })(IEditPresentationTypes || (IEditPresentationTypes = {}));
206
+ export var IGlobalCurrencies;
216
207
  (function (IGlobalCurrencies) {
217
208
  IGlobalCurrencies["Usd"] = "USD";
218
209
  IGlobalCurrencies["Euro"] = "EURO";
219
210
  IGlobalCurrencies["Aud"] = "AUD";
220
- })(IGlobalCurrencies = exports.IGlobalCurrencies || (exports.IGlobalCurrencies = {}));
221
- var IGlobalLanguages;
211
+ })(IGlobalCurrencies || (IGlobalCurrencies = {}));
212
+ export var IGlobalLanguages;
222
213
  (function (IGlobalLanguages) {
223
214
  IGlobalLanguages["English"] = "English";
224
215
  IGlobalLanguages["Spanish"] = "Spanish";
225
216
  IGlobalLanguages["French"] = "French";
226
217
  IGlobalLanguages["Russian"] = "Russian";
227
- })(IGlobalLanguages = exports.IGlobalLanguages || (exports.IGlobalLanguages = {}));
228
- var IIntegrationWorkflowServiceAction;
218
+ })(IGlobalLanguages || (IGlobalLanguages = {}));
219
+ export var IIntegrationWorkflowServiceAction;
229
220
  (function (IIntegrationWorkflowServiceAction) {
230
221
  IIntegrationWorkflowServiceAction["OnIntegrationWorkflowCreated"] = "onIntegrationWorkflowCreated";
231
222
  IIntegrationWorkflowServiceAction["OnIntegrationWorkflowUpdated"] = "onIntegrationWorkflowUpdated";
232
223
  IIntegrationWorkflowServiceAction["OnIntegrationWorkflowDeleted"] = "onIntegrationWorkflowDeleted";
233
- })(IIntegrationWorkflowServiceAction = exports.IIntegrationWorkflowServiceAction || (exports.IIntegrationWorkflowServiceAction = {}));
234
- var IInviteStatus;
224
+ })(IIntegrationWorkflowServiceAction || (IIntegrationWorkflowServiceAction = {}));
225
+ export var IInviteStatus;
235
226
  (function (IInviteStatus) {
236
227
  IInviteStatus["Pending"] = "PENDING";
237
228
  IInviteStatus["Accepted"] = "ACCEPTED";
238
229
  IInviteStatus["Declined"] = "DECLINED";
239
- })(IInviteStatus = exports.IInviteStatus || (exports.IInviteStatus = {}));
240
- var IMailTemplateId;
230
+ })(IInviteStatus || (IInviteStatus = {}));
231
+ export var IMailTemplateId;
241
232
  (function (IMailTemplateId) {
242
233
  IMailTemplateId["BillingNotificationId"] = "BillingNotificationId";
243
234
  /** Prefix with Db to make sure it look into the database */
@@ -253,17 +244,17 @@ var IMailTemplateId;
253
244
  IMailTemplateId["UserEmailVerificationNotification"] = "USER_EMAIL_VERIFICATION_NOTIFICATION";
254
245
  IMailTemplateId["UserPasswordReset"] = "USER_PASSWORD_RESET";
255
246
  IMailTemplateId["Dummy"] = "dummy";
256
- })(IMailTemplateId = exports.IMailTemplateId || (exports.IMailTemplateId = {}));
257
- var IMenuPosition;
247
+ })(IMailTemplateId || (IMailTemplateId = {}));
248
+ export var IMenuPosition;
258
249
  (function (IMenuPosition) {
259
250
  IMenuPosition["Logo"] = "LOGO";
260
251
  IMenuPosition["Upper"] = "UPPER";
261
252
  IMenuPosition["Middle"] = "MIDDLE";
262
253
  IMenuPosition["Lower"] = "LOWER";
263
254
  IMenuPosition["Bottom"] = "BOTTOM";
264
- })(IMenuPosition = exports.IMenuPosition || (exports.IMenuPosition = {}));
255
+ })(IMenuPosition || (IMenuPosition = {}));
265
256
  /** All Moleculer Topic names are extended from this. */
266
- var IMoleculerServiceName;
257
+ export var IMoleculerServiceName;
267
258
  (function (IMoleculerServiceName) {
268
259
  IMoleculerServiceName["AccountOrganization"] = "AccountOrganization";
269
260
  IMoleculerServiceName["AccountTeam"] = "AccountTeam";
@@ -282,14 +273,14 @@ var IMoleculerServiceName;
282
273
  IMoleculerServiceName["Dummy"] = "dummy";
283
274
  /** Actions */
284
275
  IMoleculerServiceName["OnConfigurationUpdated"] = "onConfigurationUpdated";
285
- })(IMoleculerServiceName = exports.IMoleculerServiceName || (exports.IMoleculerServiceName = {}));
286
- var IOrgUserRole;
276
+ })(IMoleculerServiceName || (IMoleculerServiceName = {}));
277
+ export var IOrgUserRole;
287
278
  (function (IOrgUserRole) {
288
279
  IOrgUserRole["BillingLeader"] = "BILLING_LEADER";
289
280
  IOrgUserRole["Member"] = "MEMBER";
290
281
  IOrgUserRole["Admin"] = "ADMIN";
291
282
  IOrgUserRole["Owner"] = "OWNER";
292
- })(IOrgUserRole = exports.IOrgUserRole || (exports.IOrgUserRole = {}));
283
+ })(IOrgUserRole || (IOrgUserRole = {}));
293
284
  /**
294
285
  * OrganizationInvitationRole: The possible organization invitation roles.
295
286
  *
@@ -299,22 +290,22 @@ var IOrgUserRole;
299
290
  * DIRECT_MEMBER: The user is invited to be a direct member of the organization.
300
291
  * REINSTATE: The user's previous role will be reinstated.
301
292
  */
302
- var IOrgainizationInvitationRole;
293
+ export var IOrgainizationInvitationRole;
303
294
  (function (IOrgainizationInvitationRole) {
304
295
  IOrgainizationInvitationRole["Admin"] = "ADMIN";
305
296
  IOrgainizationInvitationRole["Reinstate"] = "REINSTATE";
306
297
  IOrgainizationInvitationRole["DirectMember"] = "DIRECT_MEMBER";
307
298
  IOrgainizationInvitationRole["BillingManager"] = "BILLING_MANAGER";
308
- })(IOrgainizationInvitationRole = exports.IOrgainizationInvitationRole || (exports.IOrgainizationInvitationRole = {}));
299
+ })(IOrgainizationInvitationRole || (IOrgainizationInvitationRole = {}));
309
300
  /** Subscription event for context */
310
- var IOrganizationContextPubSubEvents;
301
+ export var IOrganizationContextPubSubEvents;
311
302
  (function (IOrganizationContextPubSubEvents) {
312
303
  IOrganizationContextPubSubEvents["OrganizationContextUpdated"] = "OrganizationContextUpdated";
313
304
  IOrganizationContextPubSubEvents["OrganizationPolicyUpdated"] = "OrganizationPolicyUpdated";
314
305
  IOrganizationContextPubSubEvents["OrganizationConfigurationUpdated"] = "OrganizationConfigurationUpdated";
315
306
  IOrganizationContextPubSubEvents["OrganizationPermissionUpdated"] = "OrganizationPermissionUpdated";
316
- })(IOrganizationContextPubSubEvents = exports.IOrganizationContextPubSubEvents || (exports.IOrganizationContextPubSubEvents = {}));
317
- var IOrganizationServiceAction;
307
+ })(IOrganizationContextPubSubEvents || (IOrganizationContextPubSubEvents = {}));
308
+ export var IOrganizationServiceAction;
318
309
  (function (IOrganizationServiceAction) {
319
310
  IOrganizationServiceAction["GetOrganization"] = "getOrganization";
320
311
  IOrganizationServiceAction["CreateDefaultOrganization"] = "createDefaultOrganization";
@@ -334,8 +325,8 @@ var IOrganizationServiceAction;
334
325
  IOrganizationServiceAction["OnCreateOrganization"] = "onCreateOrganization";
335
326
  IOrganizationServiceAction["OnCreateTeam"] = "onCreateTeam";
336
327
  IOrganizationServiceAction["OnSendInvitation"] = "onSendInvitation";
337
- })(IOrganizationServiceAction = exports.IOrganizationServiceAction || (exports.IOrganizationServiceAction = {}));
338
- var IPermissionAction;
328
+ })(IOrganizationServiceAction || (IOrganizationServiceAction = {}));
329
+ export var IPermissionAction;
339
330
  (function (IPermissionAction) {
340
331
  IPermissionAction["Create"] = "Create";
341
332
  IPermissionAction["Delete"] = "Delete";
@@ -343,8 +334,8 @@ var IPermissionAction;
343
334
  IPermissionAction["Invite"] = "Invite";
344
335
  IPermissionAction["Manage"] = "Manage";
345
336
  IPermissionAction["View"] = "View";
346
- })(IPermissionAction = exports.IPermissionAction || (exports.IPermissionAction = {}));
347
- var IPermissionResource;
337
+ })(IPermissionAction || (IPermissionAction = {}));
338
+ export var IPermissionResource;
348
339
  (function (IPermissionResource) {
349
340
  IPermissionResource["Members"] = "Members";
350
341
  IPermissionResource["Organization"] = "Organization";
@@ -352,22 +343,22 @@ var IPermissionResource;
352
343
  IPermissionResource["Roles"] = "Roles";
353
344
  IPermissionResource["Settings"] = "Settings";
354
345
  IPermissionResource["Teams"] = "Teams";
355
- })(IPermissionResource = exports.IPermissionResource || (exports.IPermissionResource = {}));
356
- var IPermissionType;
346
+ })(IPermissionResource || (IPermissionResource = {}));
347
+ export var IPermissionType;
357
348
  (function (IPermissionType) {
358
349
  IPermissionType["Allow"] = "Allow";
359
350
  IPermissionType["Deny"] = "Deny";
360
351
  IPermissionType["NotSet"] = "NotSet";
361
- })(IPermissionType = exports.IPermissionType || (exports.IPermissionType = {}));
362
- var IPortalLanguage;
352
+ })(IPermissionType || (IPermissionType = {}));
353
+ export var IPortalLanguage;
363
354
  (function (IPortalLanguage) {
364
355
  IPortalLanguage["English"] = "English";
365
356
  IPortalLanguage["Hindi"] = "Hindi";
366
357
  IPortalLanguage["Gujarati"] = "Gujarati";
367
358
  IPortalLanguage["Spanish"] = "Spanish";
368
359
  IPortalLanguage["Russian"] = "Russian";
369
- })(IPortalLanguage = exports.IPortalLanguage || (exports.IPortalLanguage = {}));
370
- var IPreDefinedRole;
360
+ })(IPortalLanguage || (IPortalLanguage = {}));
361
+ export var IPreDefinedRole;
371
362
  (function (IPreDefinedRole) {
372
363
  IPreDefinedRole["Owner"] = "OWNER";
373
364
  IPreDefinedRole["Admin"] = "ADMIN";
@@ -379,35 +370,35 @@ var IPreDefinedRole;
379
370
  IPreDefinedRole["Viewer"] = "VIEWER";
380
371
  IPreDefinedRole["Guest"] = "GUEST";
381
372
  IPreDefinedRole["Contributors"] = "CONTRIBUTORS";
382
- })(IPreDefinedRole = exports.IPreDefinedRole || (exports.IPreDefinedRole = {}));
373
+ })(IPreDefinedRole || (IPreDefinedRole = {}));
383
374
  /** Registry Extensions */
384
- var IRegistryExtensions;
375
+ export var IRegistryExtensions;
385
376
  (function (IRegistryExtensions) {
386
377
  IRegistryExtensions["UserRole"] = "UserRole";
387
378
  IRegistryExtensions["Permissions"] = "Permissions";
388
379
  IRegistryExtensions["Policies"] = "Policies";
389
380
  IRegistryExtensions["Configuration"] = "Configuration";
390
381
  IRegistryExtensions["JsonContribution"] = "JSONContribution";
391
- })(IRegistryExtensions = exports.IRegistryExtensions || (exports.IRegistryExtensions = {}));
392
- var IResourceAuthority;
382
+ })(IRegistryExtensions || (IRegistryExtensions = {}));
383
+ export var IResourceAuthority;
393
384
  (function (IResourceAuthority) {
394
385
  IResourceAuthority["Defaultsettings"] = "defaultsettings";
395
386
  IResourceAuthority["Defaultpermissions"] = "defaultpermissions";
396
387
  IResourceAuthority["Defaultpolicies"] = "defaultpolicies";
397
- })(IResourceAuthority = exports.IResourceAuthority || (exports.IResourceAuthority = {}));
398
- var IRole;
388
+ })(IResourceAuthority || (IResourceAuthority = {}));
389
+ export var IRole;
399
390
  (function (IRole) {
400
391
  IRole["Admin"] = "ADMIN";
401
392
  IRole["Reviewer"] = "REVIEWER";
402
393
  IRole["User"] = "USER";
403
394
  IRole["Unknown"] = "UNKNOWN";
404
- })(IRole = exports.IRole || (exports.IRole = {}));
405
- var IRouteParams;
395
+ })(IRole || (IRole = {}));
396
+ export var IRouteParams;
406
397
  (function (IRouteParams) {
407
398
  IRouteParams["OrgName"] = "orgName";
408
399
  IRouteParams["TeamName"] = "teamName";
409
- })(IRouteParams = exports.IRouteParams || (exports.IRouteParams = {}));
410
- var ISettingValueType;
400
+ })(IRouteParams || (IRouteParams = {}));
401
+ export var ISettingValueType;
411
402
  (function (ISettingValueType) {
412
403
  ISettingValueType["Null"] = "Null";
413
404
  ISettingValueType["Enum"] = "Enum";
@@ -419,13 +410,13 @@ var ISettingValueType;
419
410
  ISettingValueType["Complex"] = "Complex";
420
411
  ISettingValueType["NullableInteger"] = "NullableInteger";
421
412
  ISettingValueType["NullableNumber"] = "NullableNumber";
422
- })(ISettingValueType = exports.ISettingValueType || (exports.ISettingValueType = {}));
423
- var ISortEnum;
413
+ })(ISettingValueType || (ISettingValueType = {}));
414
+ export var ISortEnum;
424
415
  (function (ISortEnum) {
425
416
  ISortEnum["Asc"] = "ASC";
426
417
  ISortEnum["Desc"] = "DESC";
427
- })(ISortEnum = exports.ISortEnum || (exports.ISortEnum = {}));
428
- var ITeamServiceAction;
418
+ })(ISortEnum || (ISortEnum = {}));
419
+ export var ITeamServiceAction;
429
420
  (function (ITeamServiceAction) {
430
421
  ITeamServiceAction["GetTeam"] = "getTeam";
431
422
  ITeamServiceAction["GetUserTeams"] = "getUserTeams";
@@ -440,13 +431,13 @@ var ITeamServiceAction;
440
431
  ITeamServiceAction["AcceptInvitation"] = "acceptInvitation";
441
432
  ITeamServiceAction["DeclineInvitation"] = "declineInvitation";
442
433
  ITeamServiceAction["SendProjectNotificaiton"] = "sendProjectNotificaiton";
443
- })(ITeamServiceAction = exports.ITeamServiceAction || (exports.ITeamServiceAction = {}));
444
- var ITokenTypesEnum;
434
+ })(ITeamServiceAction || (ITeamServiceAction = {}));
435
+ export var ITokenTypesEnum;
445
436
  (function (ITokenTypesEnum) {
446
437
  ITokenTypesEnum["EmailVerification"] = "EMAIL_VERIFICATION";
447
438
  ITokenTypesEnum["PasswordReset"] = "PASSWORD_RESET";
448
- })(ITokenTypesEnum = exports.ITokenTypesEnum || (exports.ITokenTypesEnum = {}));
449
- var IUserBroadcasterAction;
439
+ })(ITokenTypesEnum || (ITokenTypesEnum = {}));
440
+ export var IUserBroadcasterAction;
450
441
  (function (IUserBroadcasterAction) {
451
442
  IUserBroadcasterAction["OnUserLoggedIn"] = "onUserLoggedIn";
452
443
  IUserBroadcasterAction["OnUserCreated"] = "onUserCreated";
@@ -454,8 +445,8 @@ var IUserBroadcasterAction;
454
445
  IUserBroadcasterAction["OnUserDeleted"] = "onUserDeleted";
455
446
  IUserBroadcasterAction["OnUserSessionRevoked"] = "onUserSessionRevoked";
456
447
  IUserBroadcasterAction["OnUserSessionInitialized"] = "onUserSessionInitialized";
457
- })(IUserBroadcasterAction = exports.IUserBroadcasterAction || (exports.IUserBroadcasterAction = {}));
458
- var IUserOrderBy;
448
+ })(IUserBroadcasterAction || (IUserBroadcasterAction = {}));
449
+ export var IUserOrderBy;
459
450
  (function (IUserOrderBy) {
460
451
  IUserOrderBy["Auth0UserIdAsc"] = "auth0UserId_ASC";
461
452
  IUserOrderBy["Auth0UserIdDesc"] = "auth0UserId_DESC";
@@ -467,39 +458,40 @@ var IUserOrderBy;
467
458
  IUserOrderBy["IdDesc"] = "id_DESC";
468
459
  IUserOrderBy["UpdatedAtAsc"] = "updatedAt_ASC";
469
460
  IUserOrderBy["UpdatedAtDesc"] = "updatedAt_DESC";
470
- })(IUserOrderBy = exports.IUserOrderBy || (exports.IUserOrderBy = {}));
471
- var IUserServiceAction;
461
+ })(IUserOrderBy || (IUserOrderBy = {}));
462
+ export var IUserServiceAction;
472
463
  (function (IUserServiceAction) {
473
464
  IUserServiceAction["OnEmailVerified"] = "onEmailVerified";
474
- })(IUserServiceAction = exports.IUserServiceAction || (exports.IUserServiceAction = {}));
475
- var IVisibility;
465
+ })(IUserServiceAction || (IUserServiceAction = {}));
466
+ export var IVisibility;
476
467
  (function (IVisibility) {
477
468
  IVisibility["Private"] = "private";
478
469
  IVisibility["Public"] = "public";
479
- })(IVisibility = exports.IVisibility || (exports.IVisibility = {}));
480
- 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" } }] } }] };
481
- 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" } }] } }] };
482
- 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" } }] } }] } }] };
483
- exports.ConfigurationUpdateEventFragmentDoc = { "kind": "Document", "definitions": [{ "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "ConfigurationUpdateEvent" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "ConfigurationUpdateEvent" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "contents" } }, { "kind": "Field", "name": { "kind": "Name", "value": "resource" } }, { "kind": "Field", "name": { "kind": "Name", "value": "overrides" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "resource" } }, { "kind": "Field", "name": { "kind": "Name", "value": "overrideIdentifier" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "target" } }, { "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }] } }] };
484
- exports.DefaultSettingFragmentDoc = { "kind": "Document", "definitions": [{ "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "DefaultSetting" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "ContributionSettings" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "key" } }, { "kind": "Field", "name": { "kind": "Name", "value": "value" } }, { "kind": "Field", "name": { "kind": "Name", "value": "description" } }, { "kind": "Field", "name": { "kind": "Name", "value": "descriptionIsMarkdown" } }, { "kind": "Field", "name": { "kind": "Name", "value": "deprecationMessage" } }, { "kind": "Field", "name": { "kind": "Name", "value": "type" } }, { "kind": "Field", "name": { "kind": "Name", "value": "order" } }, { "kind": "Field", "name": { "kind": "Name", "value": "enum" } }, { "kind": "Field", "name": { "kind": "Name", "value": "objectProperties" } }, { "kind": "Field", "name": { "kind": "Name", "value": "objectPatternProperties" } }, { "kind": "Field", "name": { "kind": "Name", "value": "objectAdditionalProperties" } }, { "kind": "Field", "name": { "kind": "Name", "value": "enumDescriptions" } }, { "kind": "Field", "name": { "kind": "Name", "value": "enumDescriptionsAreMarkdown" } }, { "kind": "Field", "name": { "kind": "Name", "value": "tags" } }, { "kind": "Field", "name": { "kind": "Name", "value": "properties" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "readOnly" } }, { "kind": "Field", "name": { "kind": "Name", "value": "disabled" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "arrayItemType" } }, { "kind": "Field", "name": { "kind": "Name", "value": "settingDependencies" } }, { "kind": "Field", "name": { "kind": "Name", "value": "minimum" } }, { "kind": "Field", "name": { "kind": "Name", "value": "maximum" } }, { "kind": "Field", "name": { "kind": "Name", "value": "maxLength" } }, { "kind": "Field", "name": { "kind": "Name", "value": "minLength" } }, { "kind": "Field", "name": { "kind": "Name", "value": "maxItems" } }, { "kind": "Field", "name": { "kind": "Name", "value": "minItems" } }] } }] };
485
- exports.OverWriteRoleValueFragmentDoc = { "kind": "Document", "definitions": [{ "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "OverWriteRoleValue" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "ContributionSettings" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "key" } }, { "kind": "Field", "name": { "kind": "Name", "value": "value" } }] } }] };
486
- exports.ConfigurationFragmentDoc = { "kind": "Document", "definitions": [{ "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "Configuration" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "IConfigurationModel" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "resource" } }, { "kind": "Field", "name": { "kind": "Name", "value": "target" } }, { "kind": "Field", "name": { "kind": "Name", "value": "contents" } }, { "kind": "Field", "name": { "kind": "Name", "value": "keys" } }, { "kind": "Field", "name": { "kind": "Name", "value": "overrides" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "contents" } }, { "kind": "Field", "name": { "kind": "Name", "value": "identifiers" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }] } }] };
487
- exports.ResourceDataFragmentDoc = { "kind": "Document", "definitions": [{ "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "ResourceData" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "IResourceData" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "uri" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "index" } }] } }] };
488
- exports.ContextConfigurationFragmentDoc = { "kind": "Document", "definitions": [{ "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "ContextConfiguration" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "OrganizationData" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "configuration" } }, { "kind": "Field", "name": { "kind": "Name", "value": "resources" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "ResourceData" } }] } }] } }, { "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "ResourceData" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "IResourceData" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "uri" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "index" } }] } }] };
489
- exports.DefaultContextFragmentDoc = { "kind": "Document", "definitions": [{ "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "DefaultContext" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Context" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "orgName" } }] } }] };
490
- exports.MachineConfigurationFragmentDoc = { "kind": "Document", "definitions": [{ "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "MachineConfiguration" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "MachineConfiguration" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "resource" } }, { "kind": "Field", "name": { "kind": "Name", "value": "contents" } }, { "kind": "Field", "name": { "kind": "Name", "value": "keys" } }, { "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }] } }] };
491
- exports.OrgNameInContextFragmentDoc = { "kind": "Document", "definitions": [{ "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "OrgNameInContext" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Context" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "orgName" } }] } }] };
492
- exports.OrgContextFragmentDoc = { "kind": "Document", "definitions": [{ "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "OrgContext" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Context" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "orgName" } }, { "kind": "Field", "name": { "kind": "Name", "value": "orgUri" } }] } }] };
493
- exports.OrganizationUserFragmentDoc = { "kind": "Document", "definitions": [{ "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "OrganizationUser" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "IOrgUser" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "role" } }, { "kind": "Field", "name": { "kind": "Name", "value": "orgName" } }, { "kind": "Field", "name": { "kind": "Name", "value": "isSelf" } }] } }] };
494
- exports.ResourceUserRoleFragmentDoc = { "kind": "Document", "definitions": [{ "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "ResourceUserRole" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "ResourceUser" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "role" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "isSelf" } }, { "kind": "Field", "name": { "kind": "Name", "value": "orgName" } }] } }] };
495
- exports.RoleTargetFragmentDoc = { "kind": "Document", "definitions": [{ "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "RoleTarget" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "ContributionRoles" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "target" } }] } }] };
496
- exports.TeamNameInContextFragmentDoc = { "kind": "Document", "definitions": [{ "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "TeamNameInContext" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Context" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "teamName" } }] } }] };
497
- exports.TeamContextFragmentDoc = { "kind": "Document", "definitions": [{ "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "TeamContext" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Context" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "teamName" } }, { "kind": "Field", "name": { "kind": "Name", "value": "teamUri" } }] } }] };
498
- exports.TeamWithOrgOnContextFragmentDoc = { "kind": "Document", "definitions": [{ "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "TeamWithOrgOnContext" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Context" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "orgName" } }, { "kind": "Field", "name": { "kind": "Name", "value": "teamName" } }] } }] };
499
- 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" } }] } }] } }] } }] };
500
- 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" } }] } }] } }] };
501
- 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" } }] } }] };
502
- 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" } } }] }] } }] };
470
+ })(IVisibility || (IVisibility = {}));
471
+ export const AllContextFragmentDoc = { "kind": "Document", "definitions": [{ "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "AllContext" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Context" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "teamResource" } }, { "kind": "Field", "name": { "kind": "Name", "value": "orgResource" } }, { "kind": "Field", "name": { "kind": "Name", "value": "orgResourceId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "orgResourceName" } }] } }] };
472
+ export const OrgUserFragmentDoc = { "kind": "Document", "definitions": [{ "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "OrgUser" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "OrgUser" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "userId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "role" } }, { "kind": "Field", "name": { "kind": "Name", "value": "orgName" } }, { "kind": "Field", "name": { "kind": "Name", "value": "isSelf" } }] } }] };
473
+ export const UserCreationEventFragmentDoc = { "kind": "Document", "definitions": [{ "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "UserCreationEvent" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "UserProfile" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "nickname" } }, { "kind": "Field", "name": { "kind": "Name", "value": "picture" } }, { "kind": "Field", "name": { "kind": "Name", "value": "user_id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "username" } }, { "kind": "Field", "name": { "kind": "Name", "value": "given_name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "family_name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "email" } }, { "kind": "Field", "name": { "kind": "Name", "value": "email_verified" } }, { "kind": "Field", "name": { "kind": "Name", "value": "user_metadata" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "last_name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "first_name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "phone_number" } }, { "kind": "Field", "name": { "kind": "Name", "value": "work_email" } }, { "kind": "Field", "name": { "kind": "Name", "value": "country" } }, { "kind": "Field", "name": { "kind": "Name", "value": "company_name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "dob" } }, { "kind": "Field", "name": { "kind": "Name", "value": "zip_code" } }] } }] } }] };
474
+ export const ConfigurationUpdateEventFragmentDoc = { "kind": "Document", "definitions": [{ "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "ConfigurationUpdateEvent" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "ConfigurationUpdateEvent" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "contents" } }, { "kind": "Field", "name": { "kind": "Name", "value": "resource" } }, { "kind": "Field", "name": { "kind": "Name", "value": "overrides" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "resource" } }, { "kind": "Field", "name": { "kind": "Name", "value": "overrideIdentifier" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "target" } }, { "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }] } }] };
475
+ export const DefaultSettingFragmentDoc = { "kind": "Document", "definitions": [{ "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "DefaultSetting" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "ContributionSettings" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "key" } }, { "kind": "Field", "name": { "kind": "Name", "value": "value" } }, { "kind": "Field", "name": { "kind": "Name", "value": "description" } }, { "kind": "Field", "name": { "kind": "Name", "value": "descriptionIsMarkdown" } }, { "kind": "Field", "name": { "kind": "Name", "value": "deprecationMessage" } }, { "kind": "Field", "name": { "kind": "Name", "value": "type" } }, { "kind": "Field", "name": { "kind": "Name", "value": "order" } }, { "kind": "Field", "name": { "kind": "Name", "value": "enum" } }, { "kind": "Field", "name": { "kind": "Name", "value": "objectProperties" } }, { "kind": "Field", "name": { "kind": "Name", "value": "objectPatternProperties" } }, { "kind": "Field", "name": { "kind": "Name", "value": "objectAdditionalProperties" } }, { "kind": "Field", "name": { "kind": "Name", "value": "enumDescriptions" } }, { "kind": "Field", "name": { "kind": "Name", "value": "enumDescriptionsAreMarkdown" } }, { "kind": "Field", "name": { "kind": "Name", "value": "tags" } }, { "kind": "Field", "name": { "kind": "Name", "value": "properties" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "readOnly" } }, { "kind": "Field", "name": { "kind": "Name", "value": "disabled" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "arrayItemType" } }, { "kind": "Field", "name": { "kind": "Name", "value": "settingDependencies" } }, { "kind": "Field", "name": { "kind": "Name", "value": "minimum" } }, { "kind": "Field", "name": { "kind": "Name", "value": "maximum" } }, { "kind": "Field", "name": { "kind": "Name", "value": "maxLength" } }, { "kind": "Field", "name": { "kind": "Name", "value": "minLength" } }, { "kind": "Field", "name": { "kind": "Name", "value": "maxItems" } }, { "kind": "Field", "name": { "kind": "Name", "value": "minItems" } }] } }] };
476
+ export const OverWriteRoleValueFragmentDoc = { "kind": "Document", "definitions": [{ "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "OverWriteRoleValue" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "ContributionSettings" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "key" } }, { "kind": "Field", "name": { "kind": "Name", "value": "value" } }] } }] };
477
+ export const ConfigurationFragmentDoc = { "kind": "Document", "definitions": [{ "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "Configuration" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "IConfigurationModel" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "resource" } }, { "kind": "Field", "name": { "kind": "Name", "value": "target" } }, { "kind": "Field", "name": { "kind": "Name", "value": "contents" } }, { "kind": "Field", "name": { "kind": "Name", "value": "keys" } }, { "kind": "Field", "name": { "kind": "Name", "value": "overrides" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "contents" } }, { "kind": "Field", "name": { "kind": "Name", "value": "identifiers" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }] } }] };
478
+ export const ResourceDataFragmentDoc = { "kind": "Document", "definitions": [{ "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "ResourceData" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "IResourceData" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "uri" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "index" } }] } }] };
479
+ export const ContextConfigurationFragmentDoc = { "kind": "Document", "definitions": [{ "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "ContextConfiguration" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "OrganizationData" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "configuration" } }, { "kind": "Field", "name": { "kind": "Name", "value": "resources" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "ResourceData" } }] } }] } }, { "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "ResourceData" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "IResourceData" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "uri" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "index" } }] } }] };
480
+ export const DefaultContextFragmentDoc = { "kind": "Document", "definitions": [{ "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "DefaultContext" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Context" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "orgName" } }] } }] };
481
+ export const MachineConfigurationFragmentDoc = { "kind": "Document", "definitions": [{ "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "MachineConfiguration" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "MachineConfiguration" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "resource" } }, { "kind": "Field", "name": { "kind": "Name", "value": "contents" } }, { "kind": "Field", "name": { "kind": "Name", "value": "keys" } }, { "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }] } }] };
482
+ export const OrgNameInContextFragmentDoc = { "kind": "Document", "definitions": [{ "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "OrgNameInContext" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Context" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "orgName" } }] } }] };
483
+ export const OrgContextFragmentDoc = { "kind": "Document", "definitions": [{ "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "OrgContext" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Context" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "orgName" } }, { "kind": "Field", "name": { "kind": "Name", "value": "orgUri" } }] } }] };
484
+ export const OrganizationUserFragmentDoc = { "kind": "Document", "definitions": [{ "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "OrganizationUser" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "IOrgUser" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "role" } }, { "kind": "Field", "name": { "kind": "Name", "value": "orgName" } }, { "kind": "Field", "name": { "kind": "Name", "value": "isSelf" } }] } }] };
485
+ export const OrgUserIdContextFragmentDoc = { "kind": "Document", "definitions": [{ "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "OrgUserIdContext" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Context" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "orgName" } }, { "kind": "Field", "name": { "kind": "Name", "value": "orgUri" } }, { "kind": "Field", "name": { "kind": "Name", "value": "userId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "teamName" } }] } }] };
486
+ export const ResourceUserRoleFragmentDoc = { "kind": "Document", "definitions": [{ "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "ResourceUserRole" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "ResourceUser" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "role" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "isSelf" } }, { "kind": "Field", "name": { "kind": "Name", "value": "orgName" } }] } }] };
487
+ export const RoleTargetFragmentDoc = { "kind": "Document", "definitions": [{ "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "RoleTarget" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "ContributionRoles" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "target" } }] } }] };
488
+ export const TeamNameInContextFragmentDoc = { "kind": "Document", "definitions": [{ "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "TeamNameInContext" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Context" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "teamName" } }] } }] };
489
+ export const TeamContextFragmentDoc = { "kind": "Document", "definitions": [{ "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "TeamContext" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Context" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "teamName" } }, { "kind": "Field", "name": { "kind": "Name", "value": "teamUri" } }] } }] };
490
+ export const TeamWithOrgOnContextFragmentDoc = { "kind": "Document", "definitions": [{ "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "TeamWithOrgOnContext" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Context" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "orgName" } }, { "kind": "Field", "name": { "kind": "Name", "value": "teamName" } }] } }] };
491
+ export const AccountBillingPreferencesFragmentDoc = { "kind": "Document", "definitions": [{ "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "AccountBillingPreferences" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Preferences" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "account" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "notification" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "primaryEmail" } }, { "kind": "Field", "name": { "kind": "Name", "value": "billing" } }] } }] } }] } }] };
492
+ export const ConfigurationModelFragmentDoc = { "kind": "Document", "definitions": [{ "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "ConfigurationModel" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "ConfigurationModel" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "contents" } }, { "kind": "Field", "name": { "kind": "Name", "value": "keys" } }, { "kind": "Field", "name": { "kind": "Name", "value": "overrides" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "contents" } }, { "kind": "Field", "name": { "kind": "Name", "value": "identifiers" } }] } }] } }] };
493
+ export const OrganizationDataFragmentDoc = { "kind": "Document", "definitions": [{ "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "OrganizationData" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "OrganizationData" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "resources" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "OrganizationResourceData" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "ResourceData" } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "ExternalResourceData" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "ResourceData" } }] } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "configuration" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }] } }, { "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "ResourceData" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "IResourceData" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "uri" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "index" } }] } }] };
494
+ export const AcceptOrganizationInvitationDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "acceptOrganizationInvitation" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "id" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "ID" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "notification" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "OrganizationNotificationValues" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "acceptOrganizationInvitation" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "id" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "id" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "notification" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "notification" } } }] }] } }] };
503
495
  /**
504
496
  * __useAcceptOrganizationInvitationMutation__
505
497
  *
@@ -518,12 +510,11 @@ exports.AcceptOrganizationInvitationDocument = { "kind": "Document", "definition
518
510
  * },
519
511
  * });
520
512
  */
521
- function useAcceptOrganizationInvitationMutation(baseOptions) {
522
- const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
523
- return Apollo.useMutation(exports.AcceptOrganizationInvitationDocument, options);
513
+ export function useAcceptOrganizationInvitationMutation(baseOptions) {
514
+ const options = { ...defaultOptions, ...baseOptions };
515
+ return Apollo.useMutation(AcceptOrganizationInvitationDocument, options);
524
516
  }
525
- exports.useAcceptOrganizationInvitationMutation = useAcceptOrganizationInvitationMutation;
526
- exports.AccountOnBoardingDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "AccountOnBoarding" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "input" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "IOnBoardingParams" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "accountOnBoarding" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "input" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "input" } } }] }] } }] };
517
+ export const AccountOnBoardingDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "AccountOnBoarding" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "input" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "IOnBoardingParams" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "accountOnBoarding" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "input" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "input" } } }] }] } }] };
527
518
  /**
528
519
  * __useAccountOnBoardingMutation__
529
520
  *
@@ -541,12 +532,11 @@ exports.AccountOnBoardingDocument = { "kind": "Document", "definitions": [{ "kin
541
532
  * },
542
533
  * });
543
534
  */
544
- function useAccountOnBoardingMutation(baseOptions) {
545
- const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
546
- return Apollo.useMutation(exports.AccountOnBoardingDocument, options);
535
+ export function useAccountOnBoardingMutation(baseOptions) {
536
+ const options = { ...defaultOptions, ...baseOptions };
537
+ return Apollo.useMutation(AccountOnBoardingDocument, options);
547
538
  }
548
- exports.useAccountOnBoardingMutation = useAccountOnBoardingMutation;
549
- exports.AddTeamMembersDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "AddTeamMembers" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "orgName" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "teamName" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "memberIds" } }, "type": { "kind": "NonNullType", "type": { "kind": "ListType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "addTeamMembers" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "orgName" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "orgName" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "teamName" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "teamName" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "memberIds" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "memberIds" } } }] }] } }] };
539
+ export const AddTeamMembersDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "AddTeamMembers" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "orgName" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "teamName" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "memberIds" } }, "type": { "kind": "NonNullType", "type": { "kind": "ListType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "addTeamMembers" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "orgName" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "orgName" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "teamName" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "teamName" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "memberIds" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "memberIds" } } }] }] } }] };
550
540
  /**
551
541
  * __useAddTeamMembersMutation__
552
542
  *
@@ -566,12 +556,11 @@ exports.AddTeamMembersDocument = { "kind": "Document", "definitions": [{ "kind":
566
556
  * },
567
557
  * });
568
558
  */
569
- function useAddTeamMembersMutation(baseOptions) {
570
- const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
571
- return Apollo.useMutation(exports.AddTeamMembersDocument, options);
559
+ export function useAddTeamMembersMutation(baseOptions) {
560
+ const options = { ...defaultOptions, ...baseOptions };
561
+ return Apollo.useMutation(AddTeamMembersDocument, options);
572
562
  }
573
- exports.useAddTeamMembersMutation = useAddTeamMembersMutation;
574
- exports.ChangeMemberRoleDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "changeMemberRole" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "orgName" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "teamName" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "memberId" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "role" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "changeMemberRole" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "orgName" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "orgName" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "teamName" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "teamName" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "memberId" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "memberId" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "role" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "role" } } }] }] } }] };
563
+ export const ChangeMemberRoleDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "changeMemberRole" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "orgName" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "teamName" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "memberId" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "role" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "changeMemberRole" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "orgName" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "orgName" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "teamName" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "teamName" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "memberId" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "memberId" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "role" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "role" } } }] }] } }] };
575
564
  /**
576
565
  * __useChangeMemberRoleMutation__
577
566
  *
@@ -592,12 +581,11 @@ exports.ChangeMemberRoleDocument = { "kind": "Document", "definitions": [{ "kind
592
581
  * },
593
582
  * });
594
583
  */
595
- function useChangeMemberRoleMutation(baseOptions) {
596
- const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
597
- return Apollo.useMutation(exports.ChangeMemberRoleDocument, options);
584
+ export function useChangeMemberRoleMutation(baseOptions) {
585
+ const options = { ...defaultOptions, ...baseOptions };
586
+ return Apollo.useMutation(ChangeMemberRoleDocument, options);
598
587
  }
599
- exports.useChangeMemberRoleMutation = useChangeMemberRoleMutation;
600
- exports.ChangeOrgMemberRoleDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "changeOrgMemberRole" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "userId" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "role" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "ApplicationRoles" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "changeOrgMemberRole" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "userId" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "userId" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "role" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "role" } } }] }] } }] };
588
+ export const ChangeOrgMemberRoleDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "changeOrgMemberRole" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "userId" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "role" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "ApplicationRoles" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "changeOrgMemberRole" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "userId" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "userId" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "role" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "role" } } }] }] } }] };
601
589
  /**
602
590
  * __useChangeOrgMemberRoleMutation__
603
591
  *
@@ -616,12 +604,11 @@ exports.ChangeOrgMemberRoleDocument = { "kind": "Document", "definitions": [{ "k
616
604
  * },
617
605
  * });
618
606
  */
619
- function useChangeOrgMemberRoleMutation(baseOptions) {
620
- const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
621
- return Apollo.useMutation(exports.ChangeOrgMemberRoleDocument, options);
607
+ export function useChangeOrgMemberRoleMutation(baseOptions) {
608
+ const options = { ...defaultOptions, ...baseOptions };
609
+ return Apollo.useMutation(ChangeOrgMemberRoleDocument, options);
622
610
  }
623
- exports.useChangeOrgMemberRoleMutation = useChangeOrgMemberRoleMutation;
624
- exports.CreateOrganizationDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "createOrganization" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "organization" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "OrganizationCreateRequest" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "createOrganization" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "organization" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "organization" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "description" } }, { "kind": "Field", "name": { "kind": "Name", "value": "picture" } }, { "kind": "Field", "name": { "kind": "Name", "value": "namespace" } }, { "kind": "Field", "name": { "kind": "Name", "value": "orgUserCount" } }] } }] } }] };
611
+ export const CreateOrganizationDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "createOrganization" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "organization" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "OrganizationCreateRequest" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "createOrganization" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "organization" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "organization" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "description" } }, { "kind": "Field", "name": { "kind": "Name", "value": "picture" } }, { "kind": "Field", "name": { "kind": "Name", "value": "namespace" } }, { "kind": "Field", "name": { "kind": "Name", "value": "orgUserCount" } }] } }] } }] };
625
612
  /**
626
613
  * __useCreateOrganizationMutation__
627
614
  *
@@ -639,12 +626,11 @@ exports.CreateOrganizationDocument = { "kind": "Document", "definitions": [{ "ki
639
626
  * },
640
627
  * });
641
628
  */
642
- function useCreateOrganizationMutation(baseOptions) {
643
- const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
644
- return Apollo.useMutation(exports.CreateOrganizationDocument, options);
629
+ export function useCreateOrganizationMutation(baseOptions) {
630
+ const options = { ...defaultOptions, ...baseOptions };
631
+ return Apollo.useMutation(CreateOrganizationDocument, options);
645
632
  }
646
- exports.useCreateOrganizationMutation = useCreateOrganizationMutation;
647
- exports.CreateTeamDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "createTeam" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "request" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "TeamCreationRequest" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "createTeam" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "request" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "request" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "_id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "title" } }, { "kind": "Field", "name": { "kind": "Name", "value": "tags" } }, { "kind": "Field", "name": { "kind": "Name", "value": "orgName" } }, { "kind": "Field", "name": { "kind": "Name", "value": "createdAt" } }, { "kind": "Field", "name": { "kind": "Name", "value": "updatedAt" } }, { "kind": "Field", "name": { "kind": "Name", "value": "description" } }] } }] } }] };
633
+ export const CreateTeamDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "createTeam" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "request" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "TeamCreationRequest" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "createTeam" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "request" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "request" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "_id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "title" } }, { "kind": "Field", "name": { "kind": "Name", "value": "tags" } }, { "kind": "Field", "name": { "kind": "Name", "value": "orgName" } }, { "kind": "Field", "name": { "kind": "Name", "value": "createdAt" } }, { "kind": "Field", "name": { "kind": "Name", "value": "updatedAt" } }, { "kind": "Field", "name": { "kind": "Name", "value": "description" } }] } }] } }] };
648
634
  /**
649
635
  * __useCreateTeamMutation__
650
636
  *
@@ -662,12 +648,11 @@ exports.CreateTeamDocument = { "kind": "Document", "definitions": [{ "kind": "Op
662
648
  * },
663
649
  * });
664
650
  */
665
- function useCreateTeamMutation(baseOptions) {
666
- const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
667
- return Apollo.useMutation(exports.CreateTeamDocument, options);
651
+ export function useCreateTeamMutation(baseOptions) {
652
+ const options = { ...defaultOptions, ...baseOptions };
653
+ return Apollo.useMutation(CreateTeamDocument, options);
668
654
  }
669
- exports.useCreateTeamMutation = useCreateTeamMutation;
670
- exports.DeclineOrganizationInvitationDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "DeclineOrganizationInvitation" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "id" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "ID" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "declineOrganizationInvitation" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "id" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "id" } } }] }] } }] };
655
+ export const DeclineOrganizationInvitationDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "DeclineOrganizationInvitation" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "id" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "ID" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "declineOrganizationInvitation" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "id" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "id" } } }] }] } }] };
671
656
  /**
672
657
  * __useDeclineOrganizationInvitationMutation__
673
658
  *
@@ -685,12 +670,11 @@ exports.DeclineOrganizationInvitationDocument = { "kind": "Document", "definitio
685
670
  * },
686
671
  * });
687
672
  */
688
- function useDeclineOrganizationInvitationMutation(baseOptions) {
689
- const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
690
- return Apollo.useMutation(exports.DeclineOrganizationInvitationDocument, options);
673
+ export function useDeclineOrganizationInvitationMutation(baseOptions) {
674
+ const options = { ...defaultOptions, ...baseOptions };
675
+ return Apollo.useMutation(DeclineOrganizationInvitationDocument, options);
691
676
  }
692
- exports.useDeclineOrganizationInvitationMutation = useDeclineOrganizationInvitationMutation;
693
- exports.DeleteUserAccountDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "deleteUserAccount" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "deleteUserAccount" } }] } }] };
677
+ export const DeleteUserAccountDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "deleteUserAccount" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "deleteUserAccount" } }] } }] };
694
678
  /**
695
679
  * __useDeleteUserAccountMutation__
696
680
  *
@@ -707,12 +691,11 @@ exports.DeleteUserAccountDocument = { "kind": "Document", "definitions": [{ "kin
707
691
  * },
708
692
  * });
709
693
  */
710
- function useDeleteUserAccountMutation(baseOptions) {
711
- const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
712
- return Apollo.useMutation(exports.DeleteUserAccountDocument, options);
694
+ export function useDeleteUserAccountMutation(baseOptions) {
695
+ const options = { ...defaultOptions, ...baseOptions };
696
+ return Apollo.useMutation(DeleteUserAccountDocument, options);
713
697
  }
714
- exports.useDeleteUserAccountMutation = useDeleteUserAccountMutation;
715
- exports.RegisterAccountUserDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "registerAccountUser" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "userInfo" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "UserAuth0UpdateFields" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "registerAccountUser" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "userInfo" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "userInfo" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "email" } }, { "kind": "Field", "name": { "kind": "Name", "value": "username" } }] } }] } }] };
698
+ export const RegisterAccountUserDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "registerAccountUser" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "userInfo" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "UserAuth0UpdateFields" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "registerAccountUser" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "userInfo" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "userInfo" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "email" } }, { "kind": "Field", "name": { "kind": "Name", "value": "username" } }] } }] } }] };
716
699
  /**
717
700
  * __useRegisterAccountUserMutation__
718
701
  *
@@ -730,12 +713,11 @@ exports.RegisterAccountUserDocument = { "kind": "Document", "definitions": [{ "k
730
713
  * },
731
714
  * });
732
715
  */
733
- function useRegisterAccountUserMutation(baseOptions) {
734
- const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
735
- return Apollo.useMutation(exports.RegisterAccountUserDocument, options);
716
+ export function useRegisterAccountUserMutation(baseOptions) {
717
+ const options = { ...defaultOptions, ...baseOptions };
718
+ return Apollo.useMutation(RegisterAccountUserDocument, options);
736
719
  }
737
- exports.useRegisterAccountUserMutation = useRegisterAccountUserMutation;
738
- exports.RemoveOrgMemberDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "RemoveOrgMember" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "memberId" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "removeOrgMember" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "memberId" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "memberId" } } }] }] } }] };
720
+ export const RemoveOrgMemberDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "RemoveOrgMember" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "memberId" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "removeOrgMember" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "memberId" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "memberId" } } }] }] } }] };
739
721
  /**
740
722
  * __useRemoveOrgMemberMutation__
741
723
  *
@@ -753,12 +735,11 @@ exports.RemoveOrgMemberDocument = { "kind": "Document", "definitions": [{ "kind"
753
735
  * },
754
736
  * });
755
737
  */
756
- function useRemoveOrgMemberMutation(baseOptions) {
757
- const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
758
- return Apollo.useMutation(exports.RemoveOrgMemberDocument, options);
738
+ export function useRemoveOrgMemberMutation(baseOptions) {
739
+ const options = { ...defaultOptions, ...baseOptions };
740
+ return Apollo.useMutation(RemoveOrgMemberDocument, options);
759
741
  }
760
- exports.useRemoveOrgMemberMutation = useRemoveOrgMemberMutation;
761
- exports.RemoveOrganizationDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "removeOrganization" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "organization" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "OrganizationRemoveRequest" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "removeOrganization" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "organization" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "organization" } } }] }] } }] };
742
+ export const RemoveOrganizationDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "removeOrganization" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "organization" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "OrganizationRemoveRequest" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "removeOrganization" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "organization" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "organization" } } }] }] } }] };
762
743
  /**
763
744
  * __useRemoveOrganizationMutation__
764
745
  *
@@ -776,12 +757,11 @@ exports.RemoveOrganizationDocument = { "kind": "Document", "definitions": [{ "ki
776
757
  * },
777
758
  * });
778
759
  */
779
- function useRemoveOrganizationMutation(baseOptions) {
780
- const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
781
- return Apollo.useMutation(exports.RemoveOrganizationDocument, options);
760
+ export function useRemoveOrganizationMutation(baseOptions) {
761
+ const options = { ...defaultOptions, ...baseOptions };
762
+ return Apollo.useMutation(RemoveOrganizationDocument, options);
782
763
  }
783
- exports.useRemoveOrganizationMutation = useRemoveOrganizationMutation;
784
- exports.RemoveTeamDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "removeTeam" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "teamId" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "removeTeam" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "teamId" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "teamId" } } }] }] } }] };
764
+ export const RemoveTeamDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "removeTeam" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "teamId" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "removeTeam" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "teamId" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "teamId" } } }] }] } }] };
785
765
  /**
786
766
  * __useRemoveTeamMutation__
787
767
  *
@@ -799,12 +779,11 @@ exports.RemoveTeamDocument = { "kind": "Document", "definitions": [{ "kind": "Op
799
779
  * },
800
780
  * });
801
781
  */
802
- function useRemoveTeamMutation(baseOptions) {
803
- const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
804
- return Apollo.useMutation(exports.RemoveTeamDocument, options);
782
+ export function useRemoveTeamMutation(baseOptions) {
783
+ const options = { ...defaultOptions, ...baseOptions };
784
+ return Apollo.useMutation(RemoveTeamDocument, options);
805
785
  }
806
- exports.useRemoveTeamMutation = useRemoveTeamMutation;
807
- exports.RemoveTeamMemberDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "RemoveTeamMember" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "orgName" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "teamName" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "memberId" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "removeTeamMember" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "orgName" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "orgName" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "teamName" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "teamName" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "memberId" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "memberId" } } }] }] } }] };
786
+ export const RemoveTeamMemberDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "RemoveTeamMember" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "orgName" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "teamName" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "memberId" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "removeTeamMember" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "orgName" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "orgName" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "teamName" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "teamName" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "memberId" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "memberId" } } }] }] } }] };
808
787
  /**
809
788
  * __useRemoveTeamMemberMutation__
810
789
  *
@@ -824,12 +803,11 @@ exports.RemoveTeamMemberDocument = { "kind": "Document", "definitions": [{ "kind
824
803
  * },
825
804
  * });
826
805
  */
827
- function useRemoveTeamMemberMutation(baseOptions) {
828
- const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
829
- return Apollo.useMutation(exports.RemoveTeamMemberDocument, options);
806
+ export function useRemoveTeamMemberMutation(baseOptions) {
807
+ const options = { ...defaultOptions, ...baseOptions };
808
+ return Apollo.useMutation(RemoveTeamMemberDocument, options);
830
809
  }
831
- exports.useRemoveTeamMemberMutation = useRemoveTeamMemberMutation;
832
- exports.ResendOrganizationInvitationDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "ResendOrganizationInvitation" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "id" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "ID" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "resendOrganizationInvitation" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "id" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "id" } } }] }] } }] };
810
+ export const ResendOrganizationInvitationDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "ResendOrganizationInvitation" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "id" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "ID" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "resendOrganizationInvitation" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "id" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "id" } } }] }] } }] };
833
811
  /**
834
812
  * __useResendOrganizationInvitationMutation__
835
813
  *
@@ -847,12 +825,11 @@ exports.ResendOrganizationInvitationDocument = { "kind": "Document", "definition
847
825
  * },
848
826
  * });
849
827
  */
850
- function useResendOrganizationInvitationMutation(baseOptions) {
851
- const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
852
- return Apollo.useMutation(exports.ResendOrganizationInvitationDocument, options);
828
+ export function useResendOrganizationInvitationMutation(baseOptions) {
829
+ const options = { ...defaultOptions, ...baseOptions };
830
+ return Apollo.useMutation(ResendOrganizationInvitationDocument, options);
853
831
  }
854
- exports.useResendOrganizationInvitationMutation = useResendOrganizationInvitationMutation;
855
- exports.ResetUserPasswordDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "ResetUserPassword" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "input" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "UserPasswordResetInput" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "resetUserPassword" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "input" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "input" } } }] }] } }] };
832
+ export const ResetUserPasswordDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "ResetUserPassword" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "input" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "UserPasswordResetInput" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "resetUserPassword" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "input" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "input" } } }] }] } }] };
856
833
  /**
857
834
  * __useResetUserPasswordMutation__
858
835
  *
@@ -870,12 +847,33 @@ exports.ResetUserPasswordDocument = { "kind": "Document", "definitions": [{ "kin
870
847
  * },
871
848
  * });
872
849
  */
873
- function useResetUserPasswordMutation(baseOptions) {
874
- const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
875
- return Apollo.useMutation(exports.ResetUserPasswordDocument, options);
850
+ export function useResetUserPasswordMutation(baseOptions) {
851
+ const options = { ...defaultOptions, ...baseOptions };
852
+ return Apollo.useMutation(ResetUserPasswordDocument, options);
876
853
  }
877
- exports.useResetUserPasswordMutation = useResetUserPasswordMutation;
878
- exports.SendUserPasswordResetEmailDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "SendUserPasswordResetEmail" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "email" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "sendUserPasswordResetEmail" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "email" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "email" } } }] }] } }] };
854
+ export const SendPhoneOtpDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "SendPhoneOTP" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "phoneNumber" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "PhoneNumberInput" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "sendPhoneOTP" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "phoneNumber" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "phoneNumber" } } }] }] } }] };
855
+ /**
856
+ * __useSendPhoneOtpMutation__
857
+ *
858
+ * To run a mutation, you first call `useSendPhoneOtpMutation` within a React component and pass it any options that fit your needs.
859
+ * When your component renders, `useSendPhoneOtpMutation` returns a tuple that includes:
860
+ * - A mutate function that you can call at any time to execute the mutation
861
+ * - An object with fields that represent the current status of the mutation's execution
862
+ *
863
+ * @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;
864
+ *
865
+ * @example
866
+ * const [sendPhoneOtpMutation, { data, loading, error }] = useSendPhoneOtpMutation({
867
+ * variables: {
868
+ * phoneNumber: // value for 'phoneNumber'
869
+ * },
870
+ * });
871
+ */
872
+ export function useSendPhoneOtpMutation(baseOptions) {
873
+ const options = { ...defaultOptions, ...baseOptions };
874
+ return Apollo.useMutation(SendPhoneOtpDocument, options);
875
+ }
876
+ export const SendUserPasswordResetEmailDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "SendUserPasswordResetEmail" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "email" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "sendUserPasswordResetEmail" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "email" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "email" } } }] }] } }] };
879
877
  /**
880
878
  * __useSendUserPasswordResetEmailMutation__
881
879
  *
@@ -893,12 +891,11 @@ exports.SendUserPasswordResetEmailDocument = { "kind": "Document", "definitions"
893
891
  * },
894
892
  * });
895
893
  */
896
- function useSendUserPasswordResetEmailMutation(baseOptions) {
897
- const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
898
- return Apollo.useMutation(exports.SendUserPasswordResetEmailDocument, options);
894
+ export function useSendUserPasswordResetEmailMutation(baseOptions) {
895
+ const options = { ...defaultOptions, ...baseOptions };
896
+ return Apollo.useMutation(SendUserPasswordResetEmailDocument, options);
899
897
  }
900
- exports.useSendUserPasswordResetEmailMutation = useSendUserPasswordResetEmailMutation;
901
- exports.SendEmailVerificationDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "SendEmailVerification" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "email" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "sendEmailVerificationToken" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "email" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "email" } } }] }] } }] };
898
+ export const SendEmailVerificationDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "SendEmailVerification" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "email" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "sendEmailVerificationToken" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "email" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "email" } } }] }] } }] };
902
899
  /**
903
900
  * __useSendEmailVerificationMutation__
904
901
  *
@@ -916,12 +913,11 @@ exports.SendEmailVerificationDocument = { "kind": "Document", "definitions": [{
916
913
  * },
917
914
  * });
918
915
  */
919
- function useSendEmailVerificationMutation(baseOptions) {
920
- const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
921
- return Apollo.useMutation(exports.SendEmailVerificationDocument, options);
916
+ export function useSendEmailVerificationMutation(baseOptions) {
917
+ const options = { ...defaultOptions, ...baseOptions };
918
+ return Apollo.useMutation(SendEmailVerificationDocument, options);
922
919
  }
923
- exports.useSendEmailVerificationMutation = useSendEmailVerificationMutation;
924
- exports.SendOrganizationInvitationDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "sendOrganizationInvitation" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "request" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "OrganizationInvitationRequest" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "sendOrganizationInvitation" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "request" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "request" } } }] }] } }] };
920
+ export const SendOrganizationInvitationDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "sendOrganizationInvitation" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "request" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "OrganizationInvitationRequest" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "sendOrganizationInvitation" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "request" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "request" } } }] }] } }] };
925
921
  /**
926
922
  * __useSendOrganizationInvitationMutation__
927
923
  *
@@ -939,12 +935,11 @@ exports.SendOrganizationInvitationDocument = { "kind": "Document", "definitions"
939
935
  * },
940
936
  * });
941
937
  */
942
- function useSendOrganizationInvitationMutation(baseOptions) {
943
- const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
944
- return Apollo.useMutation(exports.SendOrganizationInvitationDocument, options);
938
+ export function useSendOrganizationInvitationMutation(baseOptions) {
939
+ const options = { ...defaultOptions, ...baseOptions };
940
+ return Apollo.useMutation(SendOrganizationInvitationDocument, options);
945
941
  }
946
- exports.useSendOrganizationInvitationMutation = useSendOrganizationInvitationMutation;
947
- exports.UpdateOrgMemberTeamsDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "updateOrgMemberTeams" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "userId" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "orgName" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "addToTeams" } }, "type": { "kind": "ListType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "removeFromTeams" } }, "type": { "kind": "ListType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "updateOrgMemberTeams" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "userId" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "userId" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "orgName" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "orgName" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "addToTeams" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "addToTeams" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "removeFromTeams" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "removeFromTeams" } } }] }] } }] };
942
+ export const UpdateOrgMemberTeamsDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "updateOrgMemberTeams" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "userId" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "orgName" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "addToTeams" } }, "type": { "kind": "ListType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "removeFromTeams" } }, "type": { "kind": "ListType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "updateOrgMemberTeams" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "userId" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "userId" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "orgName" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "orgName" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "addToTeams" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "addToTeams" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "removeFromTeams" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "removeFromTeams" } } }] }] } }] };
948
943
  /**
949
944
  * __useUpdateOrgMemberTeamsMutation__
950
945
  *
@@ -965,12 +960,11 @@ exports.UpdateOrgMemberTeamsDocument = { "kind": "Document", "definitions": [{ "
965
960
  * },
966
961
  * });
967
962
  */
968
- function useUpdateOrgMemberTeamsMutation(baseOptions) {
969
- const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
970
- return Apollo.useMutation(exports.UpdateOrgMemberTeamsDocument, options);
963
+ export function useUpdateOrgMemberTeamsMutation(baseOptions) {
964
+ const options = { ...defaultOptions, ...baseOptions };
965
+ return Apollo.useMutation(UpdateOrgMemberTeamsDocument, options);
971
966
  }
972
- exports.useUpdateOrgMemberTeamsMutation = useUpdateOrgMemberTeamsMutation;
973
- exports.UpdateOrganizationDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "updateOrganization" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "organization" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "OrganizationUpdateRequest" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "updateOrganization" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "organization" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "organization" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "description" } }, { "kind": "Field", "name": { "kind": "Name", "value": "picture" } }, { "kind": "Field", "name": { "kind": "Name", "value": "namespace" } }, { "kind": "Field", "name": { "kind": "Name", "value": "orgUserCount" } }] } }] } }] };
967
+ export const UpdateOrganizationDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "updateOrganization" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "organization" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "OrganizationUpdateRequest" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "updateOrganization" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "organization" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "organization" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "description" } }, { "kind": "Field", "name": { "kind": "Name", "value": "picture" } }, { "kind": "Field", "name": { "kind": "Name", "value": "namespace" } }, { "kind": "Field", "name": { "kind": "Name", "value": "orgUserCount" } }] } }] } }] };
974
968
  /**
975
969
  * __useUpdateOrganizationMutation__
976
970
  *
@@ -988,12 +982,11 @@ exports.UpdateOrganizationDocument = { "kind": "Document", "definitions": [{ "ki
988
982
  * },
989
983
  * });
990
984
  */
991
- function useUpdateOrganizationMutation(baseOptions) {
992
- const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
993
- return Apollo.useMutation(exports.UpdateOrganizationDocument, options);
985
+ export function useUpdateOrganizationMutation(baseOptions) {
986
+ const options = { ...defaultOptions, ...baseOptions };
987
+ return Apollo.useMutation(UpdateOrganizationDocument, options);
994
988
  }
995
- exports.useUpdateOrganizationMutation = useUpdateOrganizationMutation;
996
- exports.UpdateTeamConfigurationDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "updateTeamConfiguration" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "key" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "value" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "AnyObject" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "overrides" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "ConfigurationOverridesInput" } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "target" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Int" } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "donotNotifyError" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Boolean" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "updateConfigurationValue" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "key" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "key" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "value" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "value" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "overrides" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "overrides" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "target" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "target" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "donotNotifyError" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "donotNotifyError" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "OrganizationResourceConfiguration" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "resource" } }, { "kind": "Field", "name": { "kind": "Name", "value": "target" } }, { "kind": "Field", "name": { "kind": "Name", "value": "contents" } }, { "kind": "Field", "name": { "kind": "Name", "value": "keys" } }, { "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }] } }] } }] } }] };
989
+ export const UpdateTeamConfigurationDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "updateTeamConfiguration" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "key" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "value" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "AnyObject" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "overrides" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "ConfigurationOverridesInput" } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "target" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Int" } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "donotNotifyError" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Boolean" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "updateConfigurationValue" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "key" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "key" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "value" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "value" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "overrides" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "overrides" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "target" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "target" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "donotNotifyError" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "donotNotifyError" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "OrganizationResourceConfiguration" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "resource" } }, { "kind": "Field", "name": { "kind": "Name", "value": "target" } }, { "kind": "Field", "name": { "kind": "Name", "value": "contents" } }, { "kind": "Field", "name": { "kind": "Name", "value": "keys" } }, { "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }] } }] } }] } }] };
997
990
  /**
998
991
  * __useUpdateTeamConfigurationMutation__
999
992
  *
@@ -1015,12 +1008,11 @@ exports.UpdateTeamConfigurationDocument = { "kind": "Document", "definitions": [
1015
1008
  * },
1016
1009
  * });
1017
1010
  */
1018
- function useUpdateTeamConfigurationMutation(baseOptions) {
1019
- const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
1020
- return Apollo.useMutation(exports.UpdateTeamConfigurationDocument, options);
1011
+ export function useUpdateTeamConfigurationMutation(baseOptions) {
1012
+ const options = { ...defaultOptions, ...baseOptions };
1013
+ return Apollo.useMutation(UpdateTeamConfigurationDocument, options);
1021
1014
  }
1022
- exports.useUpdateTeamConfigurationMutation = useUpdateTeamConfigurationMutation;
1023
- exports.UpdateUserAccountDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "updateUserAccount" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "userInfo" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "UserAuth0UpdateFields" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "updateUserAccount" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "userInfo" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "userInfo" } } }] }] } }] };
1015
+ export const UpdateUserAccountDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "updateUserAccount" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "userInfo" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "UserAuth0UpdateFields" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "updateUserAccount" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "userInfo" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "userInfo" } } }] }] } }] };
1024
1016
  /**
1025
1017
  * __useUpdateUserAccountMutation__
1026
1018
  *
@@ -1038,12 +1030,11 @@ exports.UpdateUserAccountDocument = { "kind": "Document", "definitions": [{ "kin
1038
1030
  * },
1039
1031
  * });
1040
1032
  */
1041
- function useUpdateUserAccountMutation(baseOptions) {
1042
- const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
1043
- return Apollo.useMutation(exports.UpdateUserAccountDocument, options);
1033
+ export function useUpdateUserAccountMutation(baseOptions) {
1034
+ const options = { ...defaultOptions, ...baseOptions };
1035
+ return Apollo.useMutation(UpdateUserAccountDocument, options);
1044
1036
  }
1045
- exports.useUpdateUserAccountMutation = useUpdateUserAccountMutation;
1046
- exports.ValidatePasswordResetOtpDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "ValidatePasswordResetOtp" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "email" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "code" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "validatePasswordResetOtp" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "email" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "email" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "code" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "code" } } }] }] } }] };
1037
+ export const ValidatePasswordResetOtpDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "ValidatePasswordResetOtp" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "email" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "code" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "validatePasswordResetOtp" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "email" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "email" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "code" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "code" } } }] }] } }] };
1047
1038
  /**
1048
1039
  * __useValidatePasswordResetOtpMutation__
1049
1040
  *
@@ -1062,12 +1053,11 @@ exports.ValidatePasswordResetOtpDocument = { "kind": "Document", "definitions":
1062
1053
  * },
1063
1054
  * });
1064
1055
  */
1065
- function useValidatePasswordResetOtpMutation(baseOptions) {
1066
- const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
1067
- return Apollo.useMutation(exports.ValidatePasswordResetOtpDocument, options);
1056
+ export function useValidatePasswordResetOtpMutation(baseOptions) {
1057
+ const options = { ...defaultOptions, ...baseOptions };
1058
+ return Apollo.useMutation(ValidatePasswordResetOtpDocument, options);
1068
1059
  }
1069
- exports.useValidatePasswordResetOtpMutation = useValidatePasswordResetOtpMutation;
1070
- exports.ValidateUserEmailVerificationDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "ValidateUserEmailVerification" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "code" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "validateUserEmailVerificationToken" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "code" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "code" } } }] }] } }] };
1060
+ export const ValidateUserEmailVerificationDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "ValidateUserEmailVerification" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "code" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "validateUserEmailVerificationToken" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "code" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "code" } } }] }] } }] };
1071
1061
  /**
1072
1062
  * __useValidateUserEmailVerificationMutation__
1073
1063
  *
@@ -1085,12 +1075,34 @@ exports.ValidateUserEmailVerificationDocument = { "kind": "Document", "definitio
1085
1075
  * },
1086
1076
  * });
1087
1077
  */
1088
- function useValidateUserEmailVerificationMutation(baseOptions) {
1089
- const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
1090
- return Apollo.useMutation(exports.ValidateUserEmailVerificationDocument, options);
1078
+ export function useValidateUserEmailVerificationMutation(baseOptions) {
1079
+ const options = { ...defaultOptions, ...baseOptions };
1080
+ return Apollo.useMutation(ValidateUserEmailVerificationDocument, options);
1091
1081
  }
1092
- exports.useValidateUserEmailVerificationMutation = useValidateUserEmailVerificationMutation;
1093
- exports.GetUserOrganizationsListDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetUserOrganizationsList" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getUserOrganizations" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "title" } }, { "kind": "Field", "name": { "kind": "Name", "value": "status" } }, { "kind": "Field", "name": { "kind": "Name", "value": "createdAt" } }, { "kind": "Field", "name": { "kind": "Name", "value": "isBillingLeader" } }, { "kind": "Field", "name": { "kind": "Name", "value": "orgMembers" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "OrgUser" } }, { "kind": "Field", "name": { "kind": "Name", "value": "inactive" } }] } }] } }] } }, { "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "OrgUser" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "OrgUser" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "userId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "role" } }, { "kind": "Field", "name": { "kind": "Name", "value": "orgName" } }, { "kind": "Field", "name": { "kind": "Name", "value": "isSelf" } }] } }] };
1082
+ export const VerifyPhoneOtpDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "verifyPhoneOtp" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "phoneNumber" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "PhoneNumberInput" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "otp" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "verifyPhoneOtp" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "phoneNumber" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "phoneNumber" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "otp" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "otp" } } }] }] } }] };
1083
+ /**
1084
+ * __useVerifyPhoneOtpMutation__
1085
+ *
1086
+ * To run a mutation, you first call `useVerifyPhoneOtpMutation` within a React component and pass it any options that fit your needs.
1087
+ * When your component renders, `useVerifyPhoneOtpMutation` returns a tuple that includes:
1088
+ * - A mutate function that you can call at any time to execute the mutation
1089
+ * - An object with fields that represent the current status of the mutation's execution
1090
+ *
1091
+ * @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;
1092
+ *
1093
+ * @example
1094
+ * const [verifyPhoneOtpMutation, { data, loading, error }] = useVerifyPhoneOtpMutation({
1095
+ * variables: {
1096
+ * phoneNumber: // value for 'phoneNumber'
1097
+ * otp: // value for 'otp'
1098
+ * },
1099
+ * });
1100
+ */
1101
+ export function useVerifyPhoneOtpMutation(baseOptions) {
1102
+ const options = { ...defaultOptions, ...baseOptions };
1103
+ return Apollo.useMutation(VerifyPhoneOtpDocument, options);
1104
+ }
1105
+ export const GetUserOrganizationsListDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetUserOrganizationsList" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getUserOrganizations" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "title" } }, { "kind": "Field", "name": { "kind": "Name", "value": "status" } }, { "kind": "Field", "name": { "kind": "Name", "value": "createdAt" } }, { "kind": "Field", "name": { "kind": "Name", "value": "isBillingLeader" } }, { "kind": "Field", "name": { "kind": "Name", "value": "orgMembers" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "OrgUser" } }, { "kind": "Field", "name": { "kind": "Name", "value": "inactive" } }] } }] } }] } }, { "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "OrgUser" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "OrgUser" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "userId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "role" } }, { "kind": "Field", "name": { "kind": "Name", "value": "orgName" } }, { "kind": "Field", "name": { "kind": "Name", "value": "isSelf" } }] } }] };
1094
1106
  /**
1095
1107
  * __useGetUserOrganizationsListQuery__
1096
1108
  *
@@ -1106,17 +1118,15 @@ exports.GetUserOrganizationsListDocument = { "kind": "Document", "definitions":
1106
1118
  * },
1107
1119
  * });
1108
1120
  */
1109
- function useGetUserOrganizationsListQuery(baseOptions) {
1110
- const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
1111
- return Apollo.useQuery(exports.GetUserOrganizationsListDocument, options);
1121
+ export function useGetUserOrganizationsListQuery(baseOptions) {
1122
+ const options = { ...defaultOptions, ...baseOptions };
1123
+ return Apollo.useQuery(GetUserOrganizationsListDocument, options);
1112
1124
  }
1113
- exports.useGetUserOrganizationsListQuery = useGetUserOrganizationsListQuery;
1114
- function useGetUserOrganizationsListLazyQuery(baseOptions) {
1115
- const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
1116
- return Apollo.useLazyQuery(exports.GetUserOrganizationsListDocument, options);
1125
+ export function useGetUserOrganizationsListLazyQuery(baseOptions) {
1126
+ const options = { ...defaultOptions, ...baseOptions };
1127
+ return Apollo.useLazyQuery(GetUserOrganizationsListDocument, options);
1117
1128
  }
1118
- exports.useGetUserOrganizationsListLazyQuery = useGetUserOrganizationsListLazyQuery;
1119
- exports.DecodeOrganizationInvitationDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "DecodeOrganizationInvitation" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "token" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "decodeOrganizationInvitation" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "token" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "token" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "orgName" } }, { "kind": "Field", "name": { "kind": "Name", "value": "teamName" } }, { "kind": "Field", "name": { "kind": "Name", "value": "email" } }, { "kind": "Field", "name": { "kind": "Name", "value": "invitationId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "invitedBy" } }] } }] } }] };
1129
+ export const DecodeOrganizationInvitationDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "DecodeOrganizationInvitation" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "token" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "decodeOrganizationInvitation" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "token" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "token" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "orgName" } }, { "kind": "Field", "name": { "kind": "Name", "value": "teamName" } }, { "kind": "Field", "name": { "kind": "Name", "value": "email" } }, { "kind": "Field", "name": { "kind": "Name", "value": "invitationId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "invitedBy" } }] } }] } }] };
1120
1130
  /**
1121
1131
  * __useDecodeOrganizationInvitationQuery__
1122
1132
  *
@@ -1133,17 +1143,15 @@ exports.DecodeOrganizationInvitationDocument = { "kind": "Document", "definition
1133
1143
  * },
1134
1144
  * });
1135
1145
  */
1136
- function useDecodeOrganizationInvitationQuery(baseOptions) {
1137
- const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
1138
- return Apollo.useQuery(exports.DecodeOrganizationInvitationDocument, options);
1146
+ export function useDecodeOrganizationInvitationQuery(baseOptions) {
1147
+ const options = { ...defaultOptions, ...baseOptions };
1148
+ return Apollo.useQuery(DecodeOrganizationInvitationDocument, options);
1139
1149
  }
1140
- exports.useDecodeOrganizationInvitationQuery = useDecodeOrganizationInvitationQuery;
1141
- function useDecodeOrganizationInvitationLazyQuery(baseOptions) {
1142
- const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
1143
- return Apollo.useLazyQuery(exports.DecodeOrganizationInvitationDocument, options);
1150
+ export function useDecodeOrganizationInvitationLazyQuery(baseOptions) {
1151
+ const options = { ...defaultOptions, ...baseOptions };
1152
+ return Apollo.useLazyQuery(DecodeOrganizationInvitationDocument, options);
1144
1153
  }
1145
- exports.useDecodeOrganizationInvitationLazyQuery = useDecodeOrganizationInvitationLazyQuery;
1146
- exports.GetAccountsDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetAccounts" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "where" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "UserAccountWhere" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getAccounts" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "where" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "where" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "username" } }, { "kind": "Field", "name": { "kind": "Name", "value": "email" } }] } }] } }] };
1154
+ export const GetAccountsDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetAccounts" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "where" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "UserAccountWhere" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getAccounts" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "where" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "where" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "username" } }, { "kind": "Field", "name": { "kind": "Name", "value": "email" } }] } }] } }] };
1147
1155
  /**
1148
1156
  * __useGetAccountsQuery__
1149
1157
  *
@@ -1160,17 +1168,15 @@ exports.GetAccountsDocument = { "kind": "Document", "definitions": [{ "kind": "O
1160
1168
  * },
1161
1169
  * });
1162
1170
  */
1163
- function useGetAccountsQuery(baseOptions) {
1164
- const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
1165
- return Apollo.useQuery(exports.GetAccountsDocument, options);
1171
+ export function useGetAccountsQuery(baseOptions) {
1172
+ const options = { ...defaultOptions, ...baseOptions };
1173
+ return Apollo.useQuery(GetAccountsDocument, options);
1166
1174
  }
1167
- exports.useGetAccountsQuery = useGetAccountsQuery;
1168
- function useGetAccountsLazyQuery(baseOptions) {
1169
- const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
1170
- return Apollo.useLazyQuery(exports.GetAccountsDocument, options);
1175
+ export function useGetAccountsLazyQuery(baseOptions) {
1176
+ const options = { ...defaultOptions, ...baseOptions };
1177
+ return Apollo.useLazyQuery(GetAccountsDocument, options);
1171
1178
  }
1172
- exports.useGetAccountsLazyQuery = useGetAccountsLazyQuery;
1173
- exports.GetAllCountriesDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetAllCountries" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "criteria" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "JSON" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getAllCountries" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "criteria" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "criteria" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "phoneCode" } }] } }] } }] };
1179
+ export const GetAllCountriesDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetAllCountries" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "criteria" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "JSON" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getAllCountries" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "criteria" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "criteria" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "phoneCode" } }] } }] } }] };
1174
1180
  /**
1175
1181
  * __useGetAllCountriesQuery__
1176
1182
  *
@@ -1187,17 +1193,15 @@ exports.GetAllCountriesDocument = { "kind": "Document", "definitions": [{ "kind"
1187
1193
  * },
1188
1194
  * });
1189
1195
  */
1190
- function useGetAllCountriesQuery(baseOptions) {
1191
- const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
1192
- return Apollo.useQuery(exports.GetAllCountriesDocument, options);
1196
+ export function useGetAllCountriesQuery(baseOptions) {
1197
+ const options = { ...defaultOptions, ...baseOptions };
1198
+ return Apollo.useQuery(GetAllCountriesDocument, options);
1193
1199
  }
1194
- exports.useGetAllCountriesQuery = useGetAllCountriesQuery;
1195
- function useGetAllCountriesLazyQuery(baseOptions) {
1196
- const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
1197
- return Apollo.useLazyQuery(exports.GetAllCountriesDocument, options);
1200
+ export function useGetAllCountriesLazyQuery(baseOptions) {
1201
+ const options = { ...defaultOptions, ...baseOptions };
1202
+ return Apollo.useLazyQuery(GetAllCountriesDocument, options);
1198
1203
  }
1199
- exports.useGetAllCountriesLazyQuery = useGetAllCountriesLazyQuery;
1200
- exports.GetManageableOrganizationsDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetManageableOrganizations" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getManageableOrganizations" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "title" } }, { "kind": "Field", "name": { "kind": "Name", "value": "createdAt" } }, { "kind": "Field", "name": { "kind": "Name", "value": "isBillingLeader" } }, { "kind": "Field", "name": { "kind": "Name", "value": "orgMembers" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "OrgUser" } }, { "kind": "Field", "name": { "kind": "Name", "value": "inactive" } }] } }] } }] } }, { "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "OrgUser" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "OrgUser" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "userId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "role" } }, { "kind": "Field", "name": { "kind": "Name", "value": "orgName" } }, { "kind": "Field", "name": { "kind": "Name", "value": "isSelf" } }] } }] };
1204
+ export const GetManageableOrganizationsDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetManageableOrganizations" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getManageableOrganizations" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "title" } }, { "kind": "Field", "name": { "kind": "Name", "value": "createdAt" } }, { "kind": "Field", "name": { "kind": "Name", "value": "isBillingLeader" } }, { "kind": "Field", "name": { "kind": "Name", "value": "orgMembers" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "OrgUser" } }, { "kind": "Field", "name": { "kind": "Name", "value": "inactive" } }] } }] } }] } }, { "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "OrgUser" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "OrgUser" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "userId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "role" } }, { "kind": "Field", "name": { "kind": "Name", "value": "orgName" } }, { "kind": "Field", "name": { "kind": "Name", "value": "isSelf" } }] } }] };
1201
1205
  /**
1202
1206
  * __useGetManageableOrganizationsQuery__
1203
1207
  *
@@ -1213,17 +1217,15 @@ exports.GetManageableOrganizationsDocument = { "kind": "Document", "definitions"
1213
1217
  * },
1214
1218
  * });
1215
1219
  */
1216
- function useGetManageableOrganizationsQuery(baseOptions) {
1217
- const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
1218
- return Apollo.useQuery(exports.GetManageableOrganizationsDocument, options);
1220
+ export function useGetManageableOrganizationsQuery(baseOptions) {
1221
+ const options = { ...defaultOptions, ...baseOptions };
1222
+ return Apollo.useQuery(GetManageableOrganizationsDocument, options);
1219
1223
  }
1220
- exports.useGetManageableOrganizationsQuery = useGetManageableOrganizationsQuery;
1221
- function useGetManageableOrganizationsLazyQuery(baseOptions) {
1222
- const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
1223
- return Apollo.useLazyQuery(exports.GetManageableOrganizationsDocument, options);
1224
+ export function useGetManageableOrganizationsLazyQuery(baseOptions) {
1225
+ const options = { ...defaultOptions, ...baseOptions };
1226
+ return Apollo.useLazyQuery(GetManageableOrganizationsDocument, options);
1224
1227
  }
1225
- exports.useGetManageableOrganizationsLazyQuery = useGetManageableOrganizationsLazyQuery;
1226
- exports.GetOrgInvitationMembersDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetOrgInvitationMembers" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "offset" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Int" } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "limit" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Int" } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "orgName" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getOrgInvitationMembers" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "offset" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "offset" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "limit" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "limit" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "orgName" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "orgName" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "totalCount" } }, { "kind": "Field", "name": { "kind": "Name", "value": "data" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "email" } }, { "kind": "Field", "name": { "kind": "Name", "value": "teamName" } }, { "kind": "Field", "name": { "kind": "Name", "value": "teamId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "role" } }, { "kind": "Field", "name": { "kind": "Name", "value": "status" } }, { "kind": "Field", "name": { "kind": "Name", "value": "inviteLink" } }] } }] } }] } }] };
1228
+ export const GetOrgInvitationMembersDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetOrgInvitationMembers" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "offset" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Int" } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "limit" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Int" } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "orgName" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getOrgInvitationMembers" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "offset" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "offset" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "limit" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "limit" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "orgName" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "orgName" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "totalCount" } }, { "kind": "Field", "name": { "kind": "Name", "value": "data" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "email" } }, { "kind": "Field", "name": { "kind": "Name", "value": "teamName" } }, { "kind": "Field", "name": { "kind": "Name", "value": "teamId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "role" } }, { "kind": "Field", "name": { "kind": "Name", "value": "status" } }, { "kind": "Field", "name": { "kind": "Name", "value": "inviteLink" } }] } }] } }] } }] };
1227
1229
  /**
1228
1230
  * __useGetOrgInvitationMembersQuery__
1229
1231
  *
@@ -1242,17 +1244,15 @@ exports.GetOrgInvitationMembersDocument = { "kind": "Document", "definitions": [
1242
1244
  * },
1243
1245
  * });
1244
1246
  */
1245
- function useGetOrgInvitationMembersQuery(baseOptions) {
1246
- const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
1247
- return Apollo.useQuery(exports.GetOrgInvitationMembersDocument, options);
1247
+ export function useGetOrgInvitationMembersQuery(baseOptions) {
1248
+ const options = { ...defaultOptions, ...baseOptions };
1249
+ return Apollo.useQuery(GetOrgInvitationMembersDocument, options);
1248
1250
  }
1249
- exports.useGetOrgInvitationMembersQuery = useGetOrgInvitationMembersQuery;
1250
- function useGetOrgInvitationMembersLazyQuery(baseOptions) {
1251
- const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
1252
- return Apollo.useLazyQuery(exports.GetOrgInvitationMembersDocument, options);
1251
+ export function useGetOrgInvitationMembersLazyQuery(baseOptions) {
1252
+ const options = { ...defaultOptions, ...baseOptions };
1253
+ return Apollo.useLazyQuery(GetOrgInvitationMembersDocument, options);
1253
1254
  }
1254
- exports.useGetOrgInvitationMembersLazyQuery = useGetOrgInvitationMembersLazyQuery;
1255
- exports.GetOrganizationInvitationDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetOrganizationInvitation" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "id" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "ID" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getOrganizationInvitation" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "id" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "id" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "role" } }, { "kind": "Field", "name": { "kind": "Name", "value": "email" } }, { "kind": "Field", "name": { "kind": "Name", "value": "teamId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "active" } }, { "kind": "Field", "name": { "kind": "Name", "value": "fullName" } }, { "kind": "Field", "name": { "kind": "Name", "value": "inviteCount" } }, { "kind": "Field", "name": { "kind": "Name", "value": "tokenExpiration" } }] } }] } }] };
1255
+ export const GetOrganizationInvitationDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetOrganizationInvitation" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "id" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "ID" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getOrganizationInvitation" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "id" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "id" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "role" } }, { "kind": "Field", "name": { "kind": "Name", "value": "email" } }, { "kind": "Field", "name": { "kind": "Name", "value": "teamId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "active" } }, { "kind": "Field", "name": { "kind": "Name", "value": "fullName" } }, { "kind": "Field", "name": { "kind": "Name", "value": "inviteCount" } }, { "kind": "Field", "name": { "kind": "Name", "value": "tokenExpiration" } }] } }] } }] };
1256
1256
  /**
1257
1257
  * __useGetOrganizationInvitationQuery__
1258
1258
  *
@@ -1269,17 +1269,15 @@ exports.GetOrganizationInvitationDocument = { "kind": "Document", "definitions":
1269
1269
  * },
1270
1270
  * });
1271
1271
  */
1272
- function useGetOrganizationInvitationQuery(baseOptions) {
1273
- const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
1274
- return Apollo.useQuery(exports.GetOrganizationInvitationDocument, options);
1272
+ export function useGetOrganizationInvitationQuery(baseOptions) {
1273
+ const options = { ...defaultOptions, ...baseOptions };
1274
+ return Apollo.useQuery(GetOrganizationInvitationDocument, options);
1275
1275
  }
1276
- exports.useGetOrganizationInvitationQuery = useGetOrganizationInvitationQuery;
1277
- function useGetOrganizationInvitationLazyQuery(baseOptions) {
1278
- const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
1279
- return Apollo.useLazyQuery(exports.GetOrganizationInvitationDocument, options);
1276
+ export function useGetOrganizationInvitationLazyQuery(baseOptions) {
1277
+ const options = { ...defaultOptions, ...baseOptions };
1278
+ return Apollo.useLazyQuery(GetOrganizationInvitationDocument, options);
1280
1279
  }
1281
- exports.useGetOrganizationInvitationLazyQuery = useGetOrganizationInvitationLazyQuery;
1282
- exports.GetOrgTeamInvitationsDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "getOrgTeamInvitations" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "teamId" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getOrgTeamInvitations" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "teamId" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "teamId" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "email" } }, { "kind": "Field", "name": { "kind": "Name", "value": "teamId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "role" } }, { "kind": "Field", "name": { "kind": "Name", "value": "active" } }, { "kind": "Field", "name": { "kind": "Name", "value": "fullName" } }, { "kind": "Field", "name": { "kind": "Name", "value": "inviteCount" } }, { "kind": "Field", "name": { "kind": "Name", "value": "invitedBy" } }, { "kind": "Field", "name": { "kind": "Name", "value": "tokenExpiration" } }] } }] } }] };
1280
+ export const GetOrgTeamInvitationsDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "getOrgTeamInvitations" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "teamId" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getOrgTeamInvitations" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "teamId" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "teamId" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "email" } }, { "kind": "Field", "name": { "kind": "Name", "value": "teamId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "role" } }, { "kind": "Field", "name": { "kind": "Name", "value": "active" } }, { "kind": "Field", "name": { "kind": "Name", "value": "fullName" } }, { "kind": "Field", "name": { "kind": "Name", "value": "inviteCount" } }, { "kind": "Field", "name": { "kind": "Name", "value": "invitedBy" } }, { "kind": "Field", "name": { "kind": "Name", "value": "tokenExpiration" } }] } }] } }] };
1283
1281
  /**
1284
1282
  * __useGetOrgTeamInvitationsQuery__
1285
1283
  *
@@ -1296,17 +1294,15 @@ exports.GetOrgTeamInvitationsDocument = { "kind": "Document", "definitions": [{
1296
1294
  * },
1297
1295
  * });
1298
1296
  */
1299
- function useGetOrgTeamInvitationsQuery(baseOptions) {
1300
- const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
1301
- return Apollo.useQuery(exports.GetOrgTeamInvitationsDocument, options);
1297
+ export function useGetOrgTeamInvitationsQuery(baseOptions) {
1298
+ const options = { ...defaultOptions, ...baseOptions };
1299
+ return Apollo.useQuery(GetOrgTeamInvitationsDocument, options);
1302
1300
  }
1303
- exports.useGetOrgTeamInvitationsQuery = useGetOrgTeamInvitationsQuery;
1304
- function useGetOrgTeamInvitationsLazyQuery(baseOptions) {
1305
- const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
1306
- return Apollo.useLazyQuery(exports.GetOrgTeamInvitationsDocument, options);
1301
+ export function useGetOrgTeamInvitationsLazyQuery(baseOptions) {
1302
+ const options = { ...defaultOptions, ...baseOptions };
1303
+ return Apollo.useLazyQuery(GetOrgTeamInvitationsDocument, options);
1307
1304
  }
1308
- exports.useGetOrgTeamInvitationsLazyQuery = useGetOrgTeamInvitationsLazyQuery;
1309
- exports.GetOrgUserDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetOrgUser" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "userId" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getOrgUser" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "userId" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "userId" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "OrgUser" } }] } }] } }, { "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "OrgUser" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "OrgUser" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "userId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "role" } }, { "kind": "Field", "name": { "kind": "Name", "value": "orgName" } }, { "kind": "Field", "name": { "kind": "Name", "value": "isSelf" } }] } }] };
1305
+ export const GetOrgUserDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetOrgUser" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "userId" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getOrgUser" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "userId" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "userId" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "OrgUser" } }] } }] } }, { "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "OrgUser" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "OrgUser" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "userId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "role" } }, { "kind": "Field", "name": { "kind": "Name", "value": "orgName" } }, { "kind": "Field", "name": { "kind": "Name", "value": "isSelf" } }] } }] };
1310
1306
  /**
1311
1307
  * __useGetOrgUserQuery__
1312
1308
  *
@@ -1323,17 +1319,15 @@ exports.GetOrgUserDocument = { "kind": "Document", "definitions": [{ "kind": "Op
1323
1319
  * },
1324
1320
  * });
1325
1321
  */
1326
- function useGetOrgUserQuery(baseOptions) {
1327
- const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
1328
- return Apollo.useQuery(exports.GetOrgUserDocument, options);
1322
+ export function useGetOrgUserQuery(baseOptions) {
1323
+ const options = { ...defaultOptions, ...baseOptions };
1324
+ return Apollo.useQuery(GetOrgUserDocument, options);
1329
1325
  }
1330
- exports.useGetOrgUserQuery = useGetOrgUserQuery;
1331
- function useGetOrgUserLazyQuery(baseOptions) {
1332
- const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
1333
- return Apollo.useLazyQuery(exports.GetOrgUserDocument, options);
1326
+ export function useGetOrgUserLazyQuery(baseOptions) {
1327
+ const options = { ...defaultOptions, ...baseOptions };
1328
+ return Apollo.useLazyQuery(GetOrgUserDocument, options);
1334
1329
  }
1335
- exports.useGetOrgUserLazyQuery = useGetOrgUserLazyQuery;
1336
- exports.GetOrganizationMembersWithNameDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetOrganizationMembersWithName" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "where" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "OrgDetailWhere" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getOrganizationDetail" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "where" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "where" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "orgMembers" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "userId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "inactive" } }, { "kind": "Field", "name": { "kind": "Name", "value": "crossCheckEmail" } }, { "kind": "Field", "name": { "kind": "Name", "value": "role" } }, { "kind": "Field", "name": { "kind": "Name", "value": "user" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "alias" } }, { "kind": "Field", "name": { "kind": "Name", "value": "email" } }, { "kind": "Field", "name": { "kind": "Name", "value": "username" } }, { "kind": "Field", "name": { "kind": "Name", "value": "emailVerified" } }, { "kind": "Field", "name": { "kind": "Name", "value": "familyName" } }, { "kind": "Field", "name": { "kind": "Name", "value": "givenName" } }] } }] } }] } }] } }] };
1330
+ export const GetOrganizationMembersWithNameDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetOrganizationMembersWithName" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "where" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "OrgDetailWhere" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getOrganizationDetail" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "where" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "where" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "orgMembers" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "userId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "inactive" } }, { "kind": "Field", "name": { "kind": "Name", "value": "crossCheckEmail" } }, { "kind": "Field", "name": { "kind": "Name", "value": "role" } }, { "kind": "Field", "name": { "kind": "Name", "value": "user" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "alias" } }, { "kind": "Field", "name": { "kind": "Name", "value": "email" } }, { "kind": "Field", "name": { "kind": "Name", "value": "username" } }, { "kind": "Field", "name": { "kind": "Name", "value": "emailVerified" } }, { "kind": "Field", "name": { "kind": "Name", "value": "familyName" } }, { "kind": "Field", "name": { "kind": "Name", "value": "givenName" } }] } }] } }] } }] } }] };
1337
1331
  /**
1338
1332
  * __useGetOrganizationMembersWithNameQuery__
1339
1333
  *
@@ -1350,17 +1344,15 @@ exports.GetOrganizationMembersWithNameDocument = { "kind": "Document", "definiti
1350
1344
  * },
1351
1345
  * });
1352
1346
  */
1353
- function useGetOrganizationMembersWithNameQuery(baseOptions) {
1354
- const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
1355
- return Apollo.useQuery(exports.GetOrganizationMembersWithNameDocument, options);
1347
+ export function useGetOrganizationMembersWithNameQuery(baseOptions) {
1348
+ const options = { ...defaultOptions, ...baseOptions };
1349
+ return Apollo.useQuery(GetOrganizationMembersWithNameDocument, options);
1356
1350
  }
1357
- exports.useGetOrganizationMembersWithNameQuery = useGetOrganizationMembersWithNameQuery;
1358
- function useGetOrganizationMembersWithNameLazyQuery(baseOptions) {
1359
- const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
1360
- return Apollo.useLazyQuery(exports.GetOrganizationMembersWithNameDocument, options);
1351
+ export function useGetOrganizationMembersWithNameLazyQuery(baseOptions) {
1352
+ const options = { ...defaultOptions, ...baseOptions };
1353
+ return Apollo.useLazyQuery(GetOrganizationMembersWithNameDocument, options);
1361
1354
  }
1362
- exports.useGetOrganizationMembersWithNameLazyQuery = useGetOrganizationMembersWithNameLazyQuery;
1363
- exports.GetOrganizationTeamsDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "getOrganizationTeams" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "orgName" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getOrganizationTeams" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "orgName" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "orgName" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "_id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "title" } }, { "kind": "Field", "name": { "kind": "Name", "value": "tags" } }, { "kind": "Field", "name": { "kind": "Name", "value": "orgName" } }, { "kind": "Field", "name": { "kind": "Name", "value": "createdAt" } }, { "kind": "Field", "name": { "kind": "Name", "value": "updatedAt" } }, { "kind": "Field", "name": { "kind": "Name", "value": "description" } }, { "kind": "Field", "name": { "kind": "Name", "value": "settingsUri" } }, { "kind": "Field", "name": { "kind": "Name", "value": "teamMembers" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "status" } }] } }] } }] } }] };
1355
+ export const GetOrganizationTeamsDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "getOrganizationTeams" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "orgName" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getOrganizationTeams" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "orgName" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "orgName" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "_id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "title" } }, { "kind": "Field", "name": { "kind": "Name", "value": "tags" } }, { "kind": "Field", "name": { "kind": "Name", "value": "orgName" } }, { "kind": "Field", "name": { "kind": "Name", "value": "createdAt" } }, { "kind": "Field", "name": { "kind": "Name", "value": "updatedAt" } }, { "kind": "Field", "name": { "kind": "Name", "value": "description" } }, { "kind": "Field", "name": { "kind": "Name", "value": "settingsUri" } }, { "kind": "Field", "name": { "kind": "Name", "value": "teamMembers" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "status" } }] } }] } }] } }] };
1364
1356
  /**
1365
1357
  * __useGetOrganizationTeamsQuery__
1366
1358
  *
@@ -1377,17 +1369,15 @@ exports.GetOrganizationTeamsDocument = { "kind": "Document", "definitions": [{ "
1377
1369
  * },
1378
1370
  * });
1379
1371
  */
1380
- function useGetOrganizationTeamsQuery(baseOptions) {
1381
- const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
1382
- return Apollo.useQuery(exports.GetOrganizationTeamsDocument, options);
1372
+ export function useGetOrganizationTeamsQuery(baseOptions) {
1373
+ const options = { ...defaultOptions, ...baseOptions };
1374
+ return Apollo.useQuery(GetOrganizationTeamsDocument, options);
1383
1375
  }
1384
- exports.useGetOrganizationTeamsQuery = useGetOrganizationTeamsQuery;
1385
- function useGetOrganizationTeamsLazyQuery(baseOptions) {
1386
- const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
1387
- return Apollo.useLazyQuery(exports.GetOrganizationTeamsDocument, options);
1376
+ export function useGetOrganizationTeamsLazyQuery(baseOptions) {
1377
+ const options = { ...defaultOptions, ...baseOptions };
1378
+ return Apollo.useLazyQuery(GetOrganizationTeamsDocument, options);
1388
1379
  }
1389
- exports.useGetOrganizationTeamsLazyQuery = useGetOrganizationTeamsLazyQuery;
1390
- exports.GetTeamDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "getTeam" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "orgName" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "teamName" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getTeam" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "orgName" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "orgName" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "teamName" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "teamName" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "tags" } }, { "kind": "Field", "name": { "kind": "Name", "value": "orgName" } }, { "kind": "Field", "name": { "kind": "Name", "value": "description" } }, { "kind": "Field", "name": { "kind": "Name", "value": "createdAt" } }, { "kind": "Field", "name": { "kind": "Name", "value": "updatedAt" } }, { "kind": "Field", "name": { "kind": "Name", "value": "settingsUri" } }, { "kind": "Field", "name": { "kind": "Name", "value": "teamMembers" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "email" } }, { "kind": "Field", "name": { "kind": "Name", "value": "userId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "role" } }, { "kind": "Field", "name": { "kind": "Name", "value": "username" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "status" } }] } }] } }] } }] };
1380
+ export const GetTeamDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "getTeam" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "orgName" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "teamName" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getTeam" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "orgName" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "orgName" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "teamName" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "teamName" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "tags" } }, { "kind": "Field", "name": { "kind": "Name", "value": "orgName" } }, { "kind": "Field", "name": { "kind": "Name", "value": "description" } }, { "kind": "Field", "name": { "kind": "Name", "value": "createdAt" } }, { "kind": "Field", "name": { "kind": "Name", "value": "updatedAt" } }, { "kind": "Field", "name": { "kind": "Name", "value": "settingsUri" } }, { "kind": "Field", "name": { "kind": "Name", "value": "teamMembers" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "email" } }, { "kind": "Field", "name": { "kind": "Name", "value": "userId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "role" } }, { "kind": "Field", "name": { "kind": "Name", "value": "username" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "status" } }] } }] } }] } }] };
1391
1381
  /**
1392
1382
  * __useGetTeamQuery__
1393
1383
  *
@@ -1405,17 +1395,15 @@ exports.GetTeamDocument = { "kind": "Document", "definitions": [{ "kind": "Opera
1405
1395
  * },
1406
1396
  * });
1407
1397
  */
1408
- function useGetTeamQuery(baseOptions) {
1409
- const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
1410
- return Apollo.useQuery(exports.GetTeamDocument, options);
1398
+ export function useGetTeamQuery(baseOptions) {
1399
+ const options = { ...defaultOptions, ...baseOptions };
1400
+ return Apollo.useQuery(GetTeamDocument, options);
1411
1401
  }
1412
- exports.useGetTeamQuery = useGetTeamQuery;
1413
- function useGetTeamLazyQuery(baseOptions) {
1414
- const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
1415
- return Apollo.useLazyQuery(exports.GetTeamDocument, options);
1402
+ export function useGetTeamLazyQuery(baseOptions) {
1403
+ const options = { ...defaultOptions, ...baseOptions };
1404
+ return Apollo.useLazyQuery(GetTeamDocument, options);
1416
1405
  }
1417
- exports.useGetTeamLazyQuery = useGetTeamLazyQuery;
1418
- exports.GetTeamByNameDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "getTeamByName" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "orgName" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "teamName" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getTeam" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "orgName" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "orgName" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "teamName" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "teamName" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "tags" } }, { "kind": "Field", "name": { "kind": "Name", "value": "orgName" } }, { "kind": "Field", "name": { "kind": "Name", "value": "description" } }, { "kind": "Field", "name": { "kind": "Name", "value": "createdAt" } }, { "kind": "Field", "name": { "kind": "Name", "value": "updatedAt" } }, { "kind": "Field", "name": { "kind": "Name", "value": "teamMembers" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "email" } }, { "kind": "Field", "name": { "kind": "Name", "value": "userId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "role" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "status" } }] } }] } }] } }] };
1406
+ export const GetTeamByNameDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "getTeamByName" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "orgName" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "teamName" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getTeam" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "orgName" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "orgName" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "teamName" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "teamName" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "tags" } }, { "kind": "Field", "name": { "kind": "Name", "value": "orgName" } }, { "kind": "Field", "name": { "kind": "Name", "value": "description" } }, { "kind": "Field", "name": { "kind": "Name", "value": "createdAt" } }, { "kind": "Field", "name": { "kind": "Name", "value": "updatedAt" } }, { "kind": "Field", "name": { "kind": "Name", "value": "teamMembers" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "email" } }, { "kind": "Field", "name": { "kind": "Name", "value": "userId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "role" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "status" } }] } }] } }] } }] };
1419
1407
  /**
1420
1408
  * __useGetTeamByNameQuery__
1421
1409
  *
@@ -1433,17 +1421,15 @@ exports.GetTeamByNameDocument = { "kind": "Document", "definitions": [{ "kind":
1433
1421
  * },
1434
1422
  * });
1435
1423
  */
1436
- function useGetTeamByNameQuery(baseOptions) {
1437
- const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
1438
- return Apollo.useQuery(exports.GetTeamByNameDocument, options);
1424
+ export function useGetTeamByNameQuery(baseOptions) {
1425
+ const options = { ...defaultOptions, ...baseOptions };
1426
+ return Apollo.useQuery(GetTeamByNameDocument, options);
1439
1427
  }
1440
- exports.useGetTeamByNameQuery = useGetTeamByNameQuery;
1441
- function useGetTeamByNameLazyQuery(baseOptions) {
1442
- const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
1443
- return Apollo.useLazyQuery(exports.GetTeamByNameDocument, options);
1428
+ export function useGetTeamByNameLazyQuery(baseOptions) {
1429
+ const options = { ...defaultOptions, ...baseOptions };
1430
+ return Apollo.useLazyQuery(GetTeamByNameDocument, options);
1444
1431
  }
1445
- exports.useGetTeamByNameLazyQuery = useGetTeamByNameLazyQuery;
1446
- exports.GetUserAccountDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetUserAccount" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "userId" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getUserAccount" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "userId" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "userId" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "email" } }, { "kind": "Field", "name": { "kind": "Name", "value": "username" } }] } }] } }] };
1432
+ export const GetUserAccountDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetUserAccount" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "userId" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getUserAccount" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "userId" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "userId" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "email" } }, { "kind": "Field", "name": { "kind": "Name", "value": "username" } }] } }] } }] };
1447
1433
  /**
1448
1434
  * __useGetUserAccountQuery__
1449
1435
  *
@@ -1460,17 +1446,15 @@ exports.GetUserAccountDocument = { "kind": "Document", "definitions": [{ "kind":
1460
1446
  * },
1461
1447
  * });
1462
1448
  */
1463
- function useGetUserAccountQuery(baseOptions) {
1464
- const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
1465
- return Apollo.useQuery(exports.GetUserAccountDocument, options);
1449
+ export function useGetUserAccountQuery(baseOptions) {
1450
+ const options = { ...defaultOptions, ...baseOptions };
1451
+ return Apollo.useQuery(GetUserAccountDocument, options);
1466
1452
  }
1467
- exports.useGetUserAccountQuery = useGetUserAccountQuery;
1468
- function useGetUserAccountLazyQuery(baseOptions) {
1469
- const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
1470
- return Apollo.useLazyQuery(exports.GetUserAccountDocument, options);
1453
+ export function useGetUserAccountLazyQuery(baseOptions) {
1454
+ const options = { ...defaultOptions, ...baseOptions };
1455
+ return Apollo.useLazyQuery(GetUserAccountDocument, options);
1471
1456
  }
1472
- exports.useGetUserAccountLazyQuery = useGetUserAccountLazyQuery;
1473
- exports.GetUserAccountByAuth0IdDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetUserAccountByAuth0Id" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "userAuth0Id" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getUserAccountByAuth0Id" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "userAuth0Id" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "userAuth0Id" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "email" } }, { "kind": "Field", "name": { "kind": "Name", "value": "username" } }] } }] } }] };
1457
+ export const GetUserAccountByAuth0IdDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetUserAccountByAuth0Id" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "userAuth0Id" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getUserAccountByAuth0Id" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "userAuth0Id" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "userAuth0Id" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "email" } }, { "kind": "Field", "name": { "kind": "Name", "value": "username" } }] } }] } }] };
1474
1458
  /**
1475
1459
  * __useGetUserAccountByAuth0IdQuery__
1476
1460
  *
@@ -1487,17 +1471,15 @@ exports.GetUserAccountByAuth0IdDocument = { "kind": "Document", "definitions": [
1487
1471
  * },
1488
1472
  * });
1489
1473
  */
1490
- function useGetUserAccountByAuth0IdQuery(baseOptions) {
1491
- const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
1492
- return Apollo.useQuery(exports.GetUserAccountByAuth0IdDocument, options);
1474
+ export function useGetUserAccountByAuth0IdQuery(baseOptions) {
1475
+ const options = { ...defaultOptions, ...baseOptions };
1476
+ return Apollo.useQuery(GetUserAccountByAuth0IdDocument, options);
1493
1477
  }
1494
- exports.useGetUserAccountByAuth0IdQuery = useGetUserAccountByAuth0IdQuery;
1495
- function useGetUserAccountByAuth0IdLazyQuery(baseOptions) {
1496
- const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
1497
- return Apollo.useLazyQuery(exports.GetUserAccountByAuth0IdDocument, options);
1478
+ export function useGetUserAccountByAuth0IdLazyQuery(baseOptions) {
1479
+ const options = { ...defaultOptions, ...baseOptions };
1480
+ return Apollo.useLazyQuery(GetUserAccountByAuth0IdDocument, options);
1498
1481
  }
1499
- exports.useGetUserAccountByAuth0IdLazyQuery = useGetUserAccountByAuth0IdLazyQuery;
1500
- exports.GetUserTokenDetailsDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetUserTokenDetails" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "userId" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "type" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "TokenTypesEnum" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getUserTokenDetails" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "userId" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "userId" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "type" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "type" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "token" } }, { "kind": "Field", "name": { "kind": "Name", "value": "valid" } }, { "kind": "Field", "name": { "kind": "Name", "value": "refreshedCount" } }, { "kind": "Field", "name": { "kind": "Name", "value": "usedCount" } }, { "kind": "Field", "name": { "kind": "Name", "value": "type" } }] } }] } }] };
1482
+ export const GetUserTokenDetailsDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetUserTokenDetails" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "userId" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "type" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "TokenTypesEnum" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getUserTokenDetails" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "userId" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "userId" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "type" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "type" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "token" } }, { "kind": "Field", "name": { "kind": "Name", "value": "valid" } }, { "kind": "Field", "name": { "kind": "Name", "value": "refreshedCount" } }, { "kind": "Field", "name": { "kind": "Name", "value": "usedCount" } }, { "kind": "Field", "name": { "kind": "Name", "value": "type" } }] } }] } }] };
1501
1483
  /**
1502
1484
  * __useGetUserTokenDetailsQuery__
1503
1485
  *
@@ -1515,17 +1497,15 @@ exports.GetUserTokenDetailsDocument = { "kind": "Document", "definitions": [{ "k
1515
1497
  * },
1516
1498
  * });
1517
1499
  */
1518
- function useGetUserTokenDetailsQuery(baseOptions) {
1519
- const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
1520
- return Apollo.useQuery(exports.GetUserTokenDetailsDocument, options);
1500
+ export function useGetUserTokenDetailsQuery(baseOptions) {
1501
+ const options = { ...defaultOptions, ...baseOptions };
1502
+ return Apollo.useQuery(GetUserTokenDetailsDocument, options);
1521
1503
  }
1522
- exports.useGetUserTokenDetailsQuery = useGetUserTokenDetailsQuery;
1523
- function useGetUserTokenDetailsLazyQuery(baseOptions) {
1524
- const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
1525
- return Apollo.useLazyQuery(exports.GetUserTokenDetailsDocument, options);
1504
+ export function useGetUserTokenDetailsLazyQuery(baseOptions) {
1505
+ const options = { ...defaultOptions, ...baseOptions };
1506
+ return Apollo.useLazyQuery(GetUserTokenDetailsDocument, options);
1526
1507
  }
1527
- exports.useGetUserTokenDetailsLazyQuery = useGetUserTokenDetailsLazyQuery;
1528
- exports.GetUserOrganizationsDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "getUserOrganizations" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "userId" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getUserOrganizations" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "userId" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "userId" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "title" } }, { "kind": "Field", "name": { "kind": "Name", "value": "status" } }, { "kind": "Field", "name": { "kind": "Name", "value": "description" } }, { "kind": "Field", "name": { "kind": "Name", "value": "orgMembers" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "userId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "role" } }] } }] } }] } }] };
1508
+ export const GetUserOrganizationsDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "getUserOrganizations" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "userId" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getUserOrganizations" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "userId" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "userId" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "title" } }, { "kind": "Field", "name": { "kind": "Name", "value": "status" } }, { "kind": "Field", "name": { "kind": "Name", "value": "description" } }, { "kind": "Field", "name": { "kind": "Name", "value": "orgMembers" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "userId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "role" } }] } }] } }] } }] };
1529
1509
  /**
1530
1510
  * __useGetUserOrganizationsQuery__
1531
1511
  *
@@ -1542,17 +1522,15 @@ exports.GetUserOrganizationsDocument = { "kind": "Document", "definitions": [{ "
1542
1522
  * },
1543
1523
  * });
1544
1524
  */
1545
- function useGetUserOrganizationsQuery(baseOptions) {
1546
- const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
1547
- return Apollo.useQuery(exports.GetUserOrganizationsDocument, options);
1525
+ export function useGetUserOrganizationsQuery(baseOptions) {
1526
+ const options = { ...defaultOptions, ...baseOptions };
1527
+ return Apollo.useQuery(GetUserOrganizationsDocument, options);
1548
1528
  }
1549
- exports.useGetUserOrganizationsQuery = useGetUserOrganizationsQuery;
1550
- function useGetUserOrganizationsLazyQuery(baseOptions) {
1551
- const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
1552
- return Apollo.useLazyQuery(exports.GetUserOrganizationsDocument, options);
1529
+ export function useGetUserOrganizationsLazyQuery(baseOptions) {
1530
+ const options = { ...defaultOptions, ...baseOptions };
1531
+ return Apollo.useLazyQuery(GetUserOrganizationsDocument, options);
1553
1532
  }
1554
- exports.useGetUserOrganizationsLazyQuery = useGetUserOrganizationsLazyQuery;
1555
- exports.GetUserOrganizationsWithRoleDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "getUserOrganizationsWithRole" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "userId" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getUserOrganizationsWithRole" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "userId" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "userId" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "title" } }, { "kind": "Field", "name": { "kind": "Name", "value": "status" } }, { "kind": "Field", "name": { "kind": "Name", "value": "description" } }, { "kind": "Field", "name": { "kind": "Name", "value": "orgMembers" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "OrgUser" } }] } }] } }] } }, { "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "OrgUser" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "OrgUser" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "userId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "role" } }, { "kind": "Field", "name": { "kind": "Name", "value": "orgName" } }, { "kind": "Field", "name": { "kind": "Name", "value": "isSelf" } }] } }] };
1533
+ export const GetUserOrganizationsWithRoleDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "getUserOrganizationsWithRole" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "userId" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getUserOrganizationsWithRole" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "userId" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "userId" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "title" } }, { "kind": "Field", "name": { "kind": "Name", "value": "status" } }, { "kind": "Field", "name": { "kind": "Name", "value": "description" } }, { "kind": "Field", "name": { "kind": "Name", "value": "orgMembers" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "OrgUser" } }] } }] } }] } }, { "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "OrgUser" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "OrgUser" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "userId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "role" } }, { "kind": "Field", "name": { "kind": "Name", "value": "orgName" } }, { "kind": "Field", "name": { "kind": "Name", "value": "isSelf" } }] } }] };
1556
1534
  /**
1557
1535
  * __useGetUserOrganizationsWithRoleQuery__
1558
1536
  *
@@ -1569,17 +1547,15 @@ exports.GetUserOrganizationsWithRoleDocument = { "kind": "Document", "definition
1569
1547
  * },
1570
1548
  * });
1571
1549
  */
1572
- function useGetUserOrganizationsWithRoleQuery(baseOptions) {
1573
- const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
1574
- return Apollo.useQuery(exports.GetUserOrganizationsWithRoleDocument, options);
1550
+ export function useGetUserOrganizationsWithRoleQuery(baseOptions) {
1551
+ const options = { ...defaultOptions, ...baseOptions };
1552
+ return Apollo.useQuery(GetUserOrganizationsWithRoleDocument, options);
1575
1553
  }
1576
- exports.useGetUserOrganizationsWithRoleQuery = useGetUserOrganizationsWithRoleQuery;
1577
- function useGetUserOrganizationsWithRoleLazyQuery(baseOptions) {
1578
- const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
1579
- return Apollo.useLazyQuery(exports.GetUserOrganizationsWithRoleDocument, options);
1554
+ export function useGetUserOrganizationsWithRoleLazyQuery(baseOptions) {
1555
+ const options = { ...defaultOptions, ...baseOptions };
1556
+ return Apollo.useLazyQuery(GetUserOrganizationsWithRoleDocument, options);
1580
1557
  }
1581
- exports.useGetUserOrganizationsWithRoleLazyQuery = useGetUserOrganizationsWithRoleLazyQuery;
1582
- 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": "isSelf" } }, { "kind": "Field", "name": { "kind": "Name", "value": "role" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "email" } }, { "kind": "Field", "name": { "kind": "Name", "value": "teamNames" } }, { "kind": "Field", "name": { "kind": "Name", "value": "crossCheckEmail" } }, { "kind": "Field", "name": { "kind": "Name", "value": "user" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "familyName" } }, { "kind": "Field", "name": { "kind": "Name", "value": "givenName" } }, { "kind": "Field", "name": { "kind": "Name", "value": "username" } }, { "kind": "Field", "name": { "kind": "Name", "value": "alias" } }, { "kind": "Field", "name": { "kind": "Name", "value": "email" } }] } }] } }] } }] } }] };
1558
+ export const GetOrganizationMembersDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetOrganizationMembers" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "offset" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Int" } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "limit" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Int" } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "orgName" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getOrganizationMembers" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "offset" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "offset" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "limit" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "limit" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "orgName" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "orgName" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "totalCount" } }, { "kind": "Field", "name": { "kind": "Name", "value": "data" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "userId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "isSelf" } }, { "kind": "Field", "name": { "kind": "Name", "value": "role" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "email" } }, { "kind": "Field", "name": { "kind": "Name", "value": "teamNames" } }, { "kind": "Field", "name": { "kind": "Name", "value": "crossCheckEmail" } }, { "kind": "Field", "name": { "kind": "Name", "value": "user" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "familyName" } }, { "kind": "Field", "name": { "kind": "Name", "value": "givenName" } }, { "kind": "Field", "name": { "kind": "Name", "value": "username" } }, { "kind": "Field", "name": { "kind": "Name", "value": "alias" } }, { "kind": "Field", "name": { "kind": "Name", "value": "email" } }] } }] } }] } }] } }] };
1583
1559
  /**
1584
1560
  * __useGetOrganizationMembersQuery__
1585
1561
  *
@@ -1594,20 +1570,19 @@ exports.GetOrganizationMembersDocument = { "kind": "Document", "definitions": [{
1594
1570
  * variables: {
1595
1571
  * offset: // value for 'offset'
1596
1572
  * limit: // value for 'limit'
1573
+ * orgName: // value for 'orgName'
1597
1574
  * },
1598
1575
  * });
1599
1576
  */
1600
- function useGetOrganizationMembersQuery(baseOptions) {
1601
- const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
1602
- return Apollo.useQuery(exports.GetOrganizationMembersDocument, options);
1577
+ export function useGetOrganizationMembersQuery(baseOptions) {
1578
+ const options = { ...defaultOptions, ...baseOptions };
1579
+ return Apollo.useQuery(GetOrganizationMembersDocument, options);
1603
1580
  }
1604
- exports.useGetOrganizationMembersQuery = useGetOrganizationMembersQuery;
1605
- function useGetOrganizationMembersLazyQuery(baseOptions) {
1606
- const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
1607
- return Apollo.useLazyQuery(exports.GetOrganizationMembersDocument, options);
1581
+ export function useGetOrganizationMembersLazyQuery(baseOptions) {
1582
+ const options = { ...defaultOptions, ...baseOptions };
1583
+ return Apollo.useLazyQuery(GetOrganizationMembersDocument, options);
1608
1584
  }
1609
- exports.useGetOrganizationMembersLazyQuery = useGetOrganizationMembersLazyQuery;
1610
- exports.OrganizationsDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "organizations" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "organizations" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "picture" } }, { "kind": "Field", "name": { "kind": "Name", "value": "stripeId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "namespace" } }, { "kind": "Field", "name": { "kind": "Name", "value": "createdAt" } }, { "kind": "Field", "name": { "kind": "Name", "value": "updatedAt" } }, { "kind": "Field", "name": { "kind": "Name", "value": "periodStop" } }, { "kind": "Field", "name": { "kind": "Name", "value": "orgMembers" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "OrgUser" } }, { "kind": "Field", "name": { "kind": "Name", "value": "inactive" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "periodStart" } }, { "kind": "Field", "name": { "kind": "Name", "value": "billingLeaders" } }, { "kind": "Field", "name": { "kind": "Name", "value": "isBillingLeader" } }, { "kind": "Field", "name": { "kind": "Name", "value": "mainBilingLeaderId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "stripeSubscriptionId" } }] } }] } }, { "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "OrgUser" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "OrgUser" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "userId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "role" } }, { "kind": "Field", "name": { "kind": "Name", "value": "orgName" } }, { "kind": "Field", "name": { "kind": "Name", "value": "isSelf" } }] } }] };
1585
+ export const OrganizationsDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "organizations" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "organizations" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "picture" } }, { "kind": "Field", "name": { "kind": "Name", "value": "stripeId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "namespace" } }, { "kind": "Field", "name": { "kind": "Name", "value": "createdAt" } }, { "kind": "Field", "name": { "kind": "Name", "value": "updatedAt" } }, { "kind": "Field", "name": { "kind": "Name", "value": "periodStop" } }, { "kind": "Field", "name": { "kind": "Name", "value": "orgMembers" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "OrgUser" } }, { "kind": "Field", "name": { "kind": "Name", "value": "inactive" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "periodStart" } }, { "kind": "Field", "name": { "kind": "Name", "value": "billingLeaders" } }, { "kind": "Field", "name": { "kind": "Name", "value": "isBillingLeader" } }, { "kind": "Field", "name": { "kind": "Name", "value": "mainBilingLeaderId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "stripeSubscriptionId" } }] } }] } }, { "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "OrgUser" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "OrgUser" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "userId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "role" } }, { "kind": "Field", "name": { "kind": "Name", "value": "orgName" } }, { "kind": "Field", "name": { "kind": "Name", "value": "isSelf" } }] } }] };
1611
1586
  /**
1612
1587
  * __useOrganizationsQuery__
1613
1588
  *
@@ -1623,17 +1598,15 @@ exports.OrganizationsDocument = { "kind": "Document", "definitions": [{ "kind":
1623
1598
  * },
1624
1599
  * });
1625
1600
  */
1626
- function useOrganizationsQuery(baseOptions) {
1627
- const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
1628
- return Apollo.useQuery(exports.OrganizationsDocument, options);
1601
+ export function useOrganizationsQuery(baseOptions) {
1602
+ const options = { ...defaultOptions, ...baseOptions };
1603
+ return Apollo.useQuery(OrganizationsDocument, options);
1629
1604
  }
1630
- exports.useOrganizationsQuery = useOrganizationsQuery;
1631
- function useOrganizationsLazyQuery(baseOptions) {
1632
- const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
1633
- return Apollo.useLazyQuery(exports.OrganizationsDocument, options);
1605
+ export function useOrganizationsLazyQuery(baseOptions) {
1606
+ const options = { ...defaultOptions, ...baseOptions };
1607
+ return Apollo.useLazyQuery(OrganizationsDocument, options);
1634
1608
  }
1635
- exports.useOrganizationsLazyQuery = useOrganizationsLazyQuery;
1636
- exports.TeamDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "team" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "teamId" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "ID" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "team" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "teamId" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "teamId" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "tags" } }, { "kind": "Field", "name": { "kind": "Name", "value": "orgName" } }, { "kind": "Field", "name": { "kind": "Name", "value": "description" } }, { "kind": "Field", "name": { "kind": "Name", "value": "createdAt" } }, { "kind": "Field", "name": { "kind": "Name", "value": "updatedAt" } }, { "kind": "Field", "name": { "kind": "Name", "value": "settingsUri" } }, { "kind": "Field", "name": { "kind": "Name", "value": "teamMembers" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "email" } }, { "kind": "Field", "name": { "kind": "Name", "value": "userId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "role" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "status" } }] } }] } }] } }] };
1609
+ export const TeamDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "team" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "teamId" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "ID" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "team" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "teamId" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "teamId" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "tags" } }, { "kind": "Field", "name": { "kind": "Name", "value": "orgName" } }, { "kind": "Field", "name": { "kind": "Name", "value": "description" } }, { "kind": "Field", "name": { "kind": "Name", "value": "createdAt" } }, { "kind": "Field", "name": { "kind": "Name", "value": "updatedAt" } }, { "kind": "Field", "name": { "kind": "Name", "value": "settingsUri" } }, { "kind": "Field", "name": { "kind": "Name", "value": "teamMembers" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "email" } }, { "kind": "Field", "name": { "kind": "Name", "value": "userId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "role" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "status" } }] } }] } }] } }] };
1637
1610
  /**
1638
1611
  * __useTeamQuery__
1639
1612
  *
@@ -1650,17 +1623,15 @@ exports.TeamDocument = { "kind": "Document", "definitions": [{ "kind": "Operatio
1650
1623
  * },
1651
1624
  * });
1652
1625
  */
1653
- function useTeamQuery(baseOptions) {
1654
- const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
1655
- return Apollo.useQuery(exports.TeamDocument, options);
1626
+ export function useTeamQuery(baseOptions) {
1627
+ const options = { ...defaultOptions, ...baseOptions };
1628
+ return Apollo.useQuery(TeamDocument, options);
1656
1629
  }
1657
- exports.useTeamQuery = useTeamQuery;
1658
- function useTeamLazyQuery(baseOptions) {
1659
- const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
1660
- return Apollo.useLazyQuery(exports.TeamDocument, options);
1630
+ export function useTeamLazyQuery(baseOptions) {
1631
+ const options = { ...defaultOptions, ...baseOptions };
1632
+ return Apollo.useLazyQuery(TeamDocument, options);
1661
1633
  }
1662
- exports.useTeamLazyQuery = useTeamLazyQuery;
1663
- exports.TeamsDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "Teams" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "teams" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "_id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "tags" } }, { "kind": "Field", "name": { "kind": "Name", "value": "orgName" } }, { "kind": "Field", "name": { "kind": "Name", "value": "createdAt" } }, { "kind": "Field", "name": { "kind": "Name", "value": "updatedAt" } }, { "kind": "Field", "name": { "kind": "Name", "value": "description" } }, { "kind": "Field", "name": { "kind": "Name", "value": "settingsUri" } }, { "kind": "Field", "name": { "kind": "Name", "value": "teamMembers" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "status" } }] } }] } }] } }] };
1634
+ export const TeamsDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "Teams" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "teams" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "_id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "tags" } }, { "kind": "Field", "name": { "kind": "Name", "value": "orgName" } }, { "kind": "Field", "name": { "kind": "Name", "value": "createdAt" } }, { "kind": "Field", "name": { "kind": "Name", "value": "updatedAt" } }, { "kind": "Field", "name": { "kind": "Name", "value": "description" } }, { "kind": "Field", "name": { "kind": "Name", "value": "settingsUri" } }, { "kind": "Field", "name": { "kind": "Name", "value": "teamMembers" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "status" } }] } }] } }] } }] };
1664
1635
  /**
1665
1636
  * __useTeamsQuery__
1666
1637
  *
@@ -1676,17 +1647,15 @@ exports.TeamsDocument = { "kind": "Document", "definitions": [{ "kind": "Operati
1676
1647
  * },
1677
1648
  * });
1678
1649
  */
1679
- function useTeamsQuery(baseOptions) {
1680
- const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
1681
- return Apollo.useQuery(exports.TeamsDocument, options);
1650
+ export function useTeamsQuery(baseOptions) {
1651
+ const options = { ...defaultOptions, ...baseOptions };
1652
+ return Apollo.useQuery(TeamsDocument, options);
1682
1653
  }
1683
- exports.useTeamsQuery = useTeamsQuery;
1684
- function useTeamsLazyQuery(baseOptions) {
1685
- const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
1686
- return Apollo.useLazyQuery(exports.TeamsDocument, options);
1654
+ export function useTeamsLazyQuery(baseOptions) {
1655
+ const options = { ...defaultOptions, ...baseOptions };
1656
+ return Apollo.useLazyQuery(TeamsDocument, options);
1687
1657
  }
1688
- exports.useTeamsLazyQuery = useTeamsLazyQuery;
1689
- exports.GetViewerSettingsDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetViewerSettings" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "input" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "ViewerSettingsInput" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "viewerSettings" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "input" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "input" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "settingsURL" } }, { "kind": "Field", "name": { "kind": "Name", "value": "settings" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "account" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "default" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "organization" } }] } }] } }] } }] } }] } }] };
1658
+ export const GetViewerSettingsDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetViewerSettings" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "input" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "ViewerSettingsInput" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "viewerSettings" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "input" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "input" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }, { "kind": "Field", "name": { "kind": "Name", "value": "settingsURL" } }, { "kind": "Field", "name": { "kind": "Name", "value": "settings" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "account" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "default" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "organization" } }] } }] } }] } }] } }] } }] };
1690
1659
  /**
1691
1660
  * __useGetViewerSettingsQuery__
1692
1661
  *
@@ -1703,17 +1672,15 @@ exports.GetViewerSettingsDocument = { "kind": "Document", "definitions": [{ "kin
1703
1672
  * },
1704
1673
  * });
1705
1674
  */
1706
- function useGetViewerSettingsQuery(baseOptions) {
1707
- const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
1708
- return Apollo.useQuery(exports.GetViewerSettingsDocument, options);
1675
+ export function useGetViewerSettingsQuery(baseOptions) {
1676
+ const options = { ...defaultOptions, ...baseOptions };
1677
+ return Apollo.useQuery(GetViewerSettingsDocument, options);
1709
1678
  }
1710
- exports.useGetViewerSettingsQuery = useGetViewerSettingsQuery;
1711
- function useGetViewerSettingsLazyQuery(baseOptions) {
1712
- const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
1713
- return Apollo.useLazyQuery(exports.GetViewerSettingsDocument, options);
1679
+ export function useGetViewerSettingsLazyQuery(baseOptions) {
1680
+ const options = { ...defaultOptions, ...baseOptions };
1681
+ return Apollo.useLazyQuery(GetViewerSettingsDocument, options);
1714
1682
  }
1715
- exports.useGetViewerSettingsLazyQuery = useGetViewerSettingsLazyQuery;
1716
- exports.GetAccountsViewerSettingsDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetAccountsViewerSettings" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "input" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "ViewerSettingsInput" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "viewerSettings" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "input" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "input" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "settings" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "account" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "default" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "organization" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "notification" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "primaryEmail" } }] } }] } }] } }] } }] } }] };
1683
+ export const GetAccountsViewerSettingsDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetAccountsViewerSettings" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "input" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "ViewerSettingsInput" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "viewerSettings" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "input" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "input" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "settings" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "account" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "default" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "organization" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "notification" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "primaryEmail" } }] } }] } }] } }] } }] } }] };
1717
1684
  /**
1718
1685
  * __useGetAccountsViewerSettingsQuery__
1719
1686
  *
@@ -1730,17 +1697,15 @@ exports.GetAccountsViewerSettingsDocument = { "kind": "Document", "definitions":
1730
1697
  * },
1731
1698
  * });
1732
1699
  */
1733
- function useGetAccountsViewerSettingsQuery(baseOptions) {
1734
- const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
1735
- return Apollo.useQuery(exports.GetAccountsViewerSettingsDocument, options);
1700
+ export function useGetAccountsViewerSettingsQuery(baseOptions) {
1701
+ const options = { ...defaultOptions, ...baseOptions };
1702
+ return Apollo.useQuery(GetAccountsViewerSettingsDocument, options);
1736
1703
  }
1737
- exports.useGetAccountsViewerSettingsQuery = useGetAccountsViewerSettingsQuery;
1738
- function useGetAccountsViewerSettingsLazyQuery(baseOptions) {
1739
- const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
1740
- return Apollo.useLazyQuery(exports.GetAccountsViewerSettingsDocument, options);
1704
+ export function useGetAccountsViewerSettingsLazyQuery(baseOptions) {
1705
+ const options = { ...defaultOptions, ...baseOptions };
1706
+ return Apollo.useLazyQuery(GetAccountsViewerSettingsDocument, options);
1741
1707
  }
1742
- exports.useGetAccountsViewerSettingsLazyQuery = useGetAccountsViewerSettingsLazyQuery;
1743
- exports.GetAccountsApplicationPoliciesDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetAccountsApplicationPolicies" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "input" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "ViewerPoliciesInput" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getViewerPolicies" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "input" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "input" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "policies" } }] } }] } }] };
1708
+ export const GetAccountsApplicationPoliciesDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetAccountsApplicationPolicies" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "input" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "ViewerPoliciesInput" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getViewerPolicies" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "input" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "input" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "policies" } }] } }] } }] };
1744
1709
  /**
1745
1710
  * __useGetAccountsApplicationPoliciesQuery__
1746
1711
  *
@@ -1757,17 +1722,15 @@ exports.GetAccountsApplicationPoliciesDocument = { "kind": "Document", "definiti
1757
1722
  * },
1758
1723
  * });
1759
1724
  */
1760
- function useGetAccountsApplicationPoliciesQuery(baseOptions) {
1761
- const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
1762
- return Apollo.useQuery(exports.GetAccountsApplicationPoliciesDocument, options);
1725
+ export function useGetAccountsApplicationPoliciesQuery(baseOptions) {
1726
+ const options = { ...defaultOptions, ...baseOptions };
1727
+ return Apollo.useQuery(GetAccountsApplicationPoliciesDocument, options);
1763
1728
  }
1764
- exports.useGetAccountsApplicationPoliciesQuery = useGetAccountsApplicationPoliciesQuery;
1765
- function useGetAccountsApplicationPoliciesLazyQuery(baseOptions) {
1766
- const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
1767
- return Apollo.useLazyQuery(exports.GetAccountsApplicationPoliciesDocument, options);
1729
+ export function useGetAccountsApplicationPoliciesLazyQuery(baseOptions) {
1730
+ const options = { ...defaultOptions, ...baseOptions };
1731
+ return Apollo.useLazyQuery(GetAccountsApplicationPoliciesDocument, options);
1768
1732
  }
1769
- exports.useGetAccountsApplicationPoliciesLazyQuery = useGetAccountsApplicationPoliciesLazyQuery;
1770
- exports.GetOrgMembersWithRolesUnsecuredDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetOrgMembersWithRolesUnsecured" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "name" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getOrganizationDetailUnsecured" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "where" }, "value": { "kind": "ObjectValue", "fields": [{ "kind": "ObjectField", "name": { "kind": "Name", "value": "name" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "name" } } }] } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "orgMembers" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "userId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "role" } }] } }] } }] } }] };
1733
+ export const GetOrgMembersWithRolesUnsecuredDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetOrgMembersWithRolesUnsecured" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "name" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getOrganizationDetailUnsecured" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "where" }, "value": { "kind": "ObjectValue", "fields": [{ "kind": "ObjectField", "name": { "kind": "Name", "value": "name" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "name" } } }] } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "orgMembers" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "userId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "role" } }] } }] } }] } }] };
1771
1734
  /**
1772
1735
  * __useGetOrgMembersWithRolesUnsecuredQuery__
1773
1736
  *
@@ -1784,17 +1747,15 @@ exports.GetOrgMembersWithRolesUnsecuredDocument = { "kind": "Document", "definit
1784
1747
  * },
1785
1748
  * });
1786
1749
  */
1787
- function useGetOrgMembersWithRolesUnsecuredQuery(baseOptions) {
1788
- const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
1789
- return Apollo.useQuery(exports.GetOrgMembersWithRolesUnsecuredDocument, options);
1750
+ export function useGetOrgMembersWithRolesUnsecuredQuery(baseOptions) {
1751
+ const options = { ...defaultOptions, ...baseOptions };
1752
+ return Apollo.useQuery(GetOrgMembersWithRolesUnsecuredDocument, options);
1790
1753
  }
1791
- exports.useGetOrgMembersWithRolesUnsecuredQuery = useGetOrgMembersWithRolesUnsecuredQuery;
1792
- function useGetOrgMembersWithRolesUnsecuredLazyQuery(baseOptions) {
1793
- const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
1794
- return Apollo.useLazyQuery(exports.GetOrgMembersWithRolesUnsecuredDocument, options);
1754
+ export function useGetOrgMembersWithRolesUnsecuredLazyQuery(baseOptions) {
1755
+ const options = { ...defaultOptions, ...baseOptions };
1756
+ return Apollo.useLazyQuery(GetOrgMembersWithRolesUnsecuredDocument, options);
1795
1757
  }
1796
- exports.useGetOrgMembersWithRolesUnsecuredLazyQuery = useGetOrgMembersWithRolesUnsecuredLazyQuery;
1797
- exports.GetOrgMembersWithRolesDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetOrgMembersWithRoles" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "name" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getOrganizationDetail" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "where" }, "value": { "kind": "ObjectValue", "fields": [{ "kind": "ObjectField", "name": { "kind": "Name", "value": "name" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "name" } } }] } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "orgMembers" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "userId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "role" } }] } }] } }] } }] };
1758
+ export const GetOrgMembersWithRolesDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetOrgMembersWithRoles" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "name" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getOrganizationDetail" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "where" }, "value": { "kind": "ObjectValue", "fields": [{ "kind": "ObjectField", "name": { "kind": "Name", "value": "name" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "name" } } }] } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "orgMembers" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "userId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "role" } }] } }] } }] } }] };
1798
1759
  /**
1799
1760
  * __useGetOrgMembersWithRolesQuery__
1800
1761
  *
@@ -1811,17 +1772,15 @@ exports.GetOrgMembersWithRolesDocument = { "kind": "Document", "definitions": [{
1811
1772
  * },
1812
1773
  * });
1813
1774
  */
1814
- function useGetOrgMembersWithRolesQuery(baseOptions) {
1815
- const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
1816
- return Apollo.useQuery(exports.GetOrgMembersWithRolesDocument, options);
1775
+ export function useGetOrgMembersWithRolesQuery(baseOptions) {
1776
+ const options = { ...defaultOptions, ...baseOptions };
1777
+ return Apollo.useQuery(GetOrgMembersWithRolesDocument, options);
1817
1778
  }
1818
- exports.useGetOrgMembersWithRolesQuery = useGetOrgMembersWithRolesQuery;
1819
- function useGetOrgMembersWithRolesLazyQuery(baseOptions) {
1820
- const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
1821
- return Apollo.useLazyQuery(exports.GetOrgMembersWithRolesDocument, options);
1779
+ export function useGetOrgMembersWithRolesLazyQuery(baseOptions) {
1780
+ const options = { ...defaultOptions, ...baseOptions };
1781
+ return Apollo.useLazyQuery(GetOrgMembersWithRolesDocument, options);
1822
1782
  }
1823
- exports.useGetOrgMembersWithRolesLazyQuery = useGetOrgMembersWithRolesLazyQuery;
1824
- exports.GetUsersDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetUsers" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "where" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "UserAccountWhere" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getUsers" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "where" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "where" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "username" } }, { "kind": "Field", "name": { "kind": "Name", "value": "email" } }] } }] } }] };
1783
+ export const GetUsersDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetUsers" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "where" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "UserAccountWhere" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getUsers" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "where" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "where" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "username" } }, { "kind": "Field", "name": { "kind": "Name", "value": "email" } }] } }] } }] };
1825
1784
  /**
1826
1785
  * __useGetUsersQuery__
1827
1786
  *
@@ -1838,17 +1797,15 @@ exports.GetUsersDocument = { "kind": "Document", "definitions": [{ "kind": "Oper
1838
1797
  * },
1839
1798
  * });
1840
1799
  */
1841
- function useGetUsersQuery(baseOptions) {
1842
- const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
1843
- return Apollo.useQuery(exports.GetUsersDocument, options);
1800
+ export function useGetUsersQuery(baseOptions) {
1801
+ const options = { ...defaultOptions, ...baseOptions };
1802
+ return Apollo.useQuery(GetUsersDocument, options);
1844
1803
  }
1845
- exports.useGetUsersQuery = useGetUsersQuery;
1846
- function useGetUsersLazyQuery(baseOptions) {
1847
- const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
1848
- return Apollo.useLazyQuery(exports.GetUsersDocument, options);
1804
+ export function useGetUsersLazyQuery(baseOptions) {
1805
+ const options = { ...defaultOptions, ...baseOptions };
1806
+ return Apollo.useLazyQuery(GetUsersDocument, options);
1849
1807
  }
1850
- exports.useGetUsersLazyQuery = useGetUsersLazyQuery;
1851
- exports.FilterIntegrationConfigurationDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "FilterIntegrationConfiguration" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "filter" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "IntegrationConfigurationFilterInput" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "filterIntegrationConfiguration" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "filter" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "filter" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "integrationName" } }, { "kind": "Field", "name": { "kind": "Name", "value": "status" } }, { "kind": "Field", "name": { "kind": "Name", "value": "updatedAt" } }, { "kind": "Field", "name": { "kind": "Name", "value": "integrationInfo" } }] } }] } }] };
1808
+ export const FilterIntegrationConfigurationDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "FilterIntegrationConfiguration" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "filter" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "IntegrationConfigurationFilterInput" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "filterIntegrationConfiguration" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "filter" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "filter" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "integrationName" } }, { "kind": "Field", "name": { "kind": "Name", "value": "status" } }, { "kind": "Field", "name": { "kind": "Name", "value": "updatedAt" } }, { "kind": "Field", "name": { "kind": "Name", "value": "integrationInfo" } }] } }] } }] };
1852
1809
  /**
1853
1810
  * __useFilterIntegrationConfigurationQuery__
1854
1811
  *
@@ -1865,17 +1822,15 @@ exports.FilterIntegrationConfigurationDocument = { "kind": "Document", "definiti
1865
1822
  * },
1866
1823
  * });
1867
1824
  */
1868
- function useFilterIntegrationConfigurationQuery(baseOptions) {
1869
- const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
1870
- return Apollo.useQuery(exports.FilterIntegrationConfigurationDocument, options);
1825
+ export function useFilterIntegrationConfigurationQuery(baseOptions) {
1826
+ const options = { ...defaultOptions, ...baseOptions };
1827
+ return Apollo.useQuery(FilterIntegrationConfigurationDocument, options);
1871
1828
  }
1872
- exports.useFilterIntegrationConfigurationQuery = useFilterIntegrationConfigurationQuery;
1873
- function useFilterIntegrationConfigurationLazyQuery(baseOptions) {
1874
- const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
1875
- return Apollo.useLazyQuery(exports.FilterIntegrationConfigurationDocument, options);
1829
+ export function useFilterIntegrationConfigurationLazyQuery(baseOptions) {
1830
+ const options = { ...defaultOptions, ...baseOptions };
1831
+ return Apollo.useLazyQuery(FilterIntegrationConfigurationDocument, options);
1876
1832
  }
1877
- exports.useFilterIntegrationConfigurationLazyQuery = useFilterIntegrationConfigurationLazyQuery;
1878
- exports.AddContributionRoleDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "AddContributionRole" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "name" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "description" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "addContributionRole" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "name" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "name" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "description" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "description" } } }] }] } }] };
1833
+ export const AddContributionRoleDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "AddContributionRole" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "name" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "description" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "addContributionRole" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "name" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "name" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "description" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "description" } } }] }] } }] };
1879
1834
  /**
1880
1835
  * __useAddContributionRoleMutation__
1881
1836
  *
@@ -1894,12 +1849,11 @@ exports.AddContributionRoleDocument = { "kind": "Document", "definitions": [{ "k
1894
1849
  * },
1895
1850
  * });
1896
1851
  */
1897
- function useAddContributionRoleMutation(baseOptions) {
1898
- const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
1899
- return Apollo.useMutation(exports.AddContributionRoleDocument, options);
1852
+ export function useAddContributionRoleMutation(baseOptions) {
1853
+ const options = { ...defaultOptions, ...baseOptions };
1854
+ return Apollo.useMutation(AddContributionRoleDocument, options);
1900
1855
  }
1901
- exports.useAddContributionRoleMutation = useAddContributionRoleMutation;
1902
- exports.AddResourceToContextDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "AddResourceToContext" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "resourcesToAdd" } }, "type": { "kind": "NonNullType", "type": { "kind": "ListType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "ResourceCreationDataInput" } } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "addResourceToContext" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "resourcesToAdd" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "resourcesToAdd" } } }], "directives": [{ "kind": "Directive", "name": { "kind": "Name", "value": "client" } }] }] } }] };
1856
+ export const AddResourceToContextDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "AddResourceToContext" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "resourcesToAdd" } }, "type": { "kind": "NonNullType", "type": { "kind": "ListType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "ResourceCreationDataInput" } } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "addResourceToContext" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "resourcesToAdd" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "resourcesToAdd" } } }], "directives": [{ "kind": "Directive", "name": { "kind": "Name", "value": "client" } }] }] } }] };
1903
1857
  /**
1904
1858
  * __useAddResourceToContextMutation__
1905
1859
  *
@@ -1917,12 +1871,11 @@ exports.AddResourceToContextDocument = { "kind": "Document", "definitions": [{ "
1917
1871
  * },
1918
1872
  * });
1919
1873
  */
1920
- function useAddResourceToContextMutation(baseOptions) {
1921
- const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
1922
- return Apollo.useMutation(exports.AddResourceToContextDocument, options);
1874
+ export function useAddResourceToContextMutation(baseOptions) {
1875
+ const options = { ...defaultOptions, ...baseOptions };
1876
+ return Apollo.useMutation(AddResourceToContextDocument, options);
1923
1877
  }
1924
- exports.useAddResourceToContextMutation = useAddResourceToContextMutation;
1925
- exports.ChangeOrganizationDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "ChangeOrganization" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "orgName" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "userId" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "changeOrganization" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "orgName" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "orgName" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "userId" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "userId" } } }], "directives": [{ "kind": "Directive", "name": { "kind": "Name", "value": "client" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "always" }, "value": { "kind": "BooleanValue", "value": true } }] }] }] } }] };
1878
+ export const ChangeOrganizationDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "ChangeOrganization" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "orgName" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "userId" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "changeOrganization" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "orgName" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "orgName" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "userId" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "userId" } } }], "directives": [{ "kind": "Directive", "name": { "kind": "Name", "value": "client" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "always" }, "value": { "kind": "BooleanValue", "value": true } }] }] }] } }] };
1926
1879
  /**
1927
1880
  * __useChangeOrganizationMutation__
1928
1881
  *
@@ -1941,12 +1894,11 @@ exports.ChangeOrganizationDocument = { "kind": "Document", "definitions": [{ "ki
1941
1894
  * },
1942
1895
  * });
1943
1896
  */
1944
- function useChangeOrganizationMutation(baseOptions) {
1945
- const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
1946
- return Apollo.useMutation(exports.ChangeOrganizationDocument, options);
1897
+ export function useChangeOrganizationMutation(baseOptions) {
1898
+ const options = { ...defaultOptions, ...baseOptions };
1899
+ return Apollo.useMutation(ChangeOrganizationDocument, options);
1947
1900
  }
1948
- exports.useChangeOrganizationMutation = useChangeOrganizationMutation;
1949
- exports.InitiateConfigurationValueDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "InitiateConfigurationValue" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "resource" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "URI" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "initiateConfigurationValue" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "resource" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "resource" } } }] }] } }] };
1901
+ export const InitiateConfigurationValueDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "InitiateConfigurationValue" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "resource" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "URI" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "initiateConfigurationValue" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "resource" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "resource" } } }] }] } }] };
1950
1902
  /**
1951
1903
  * __useInitiateConfigurationValueMutation__
1952
1904
  *
@@ -1964,12 +1916,11 @@ exports.InitiateConfigurationValueDocument = { "kind": "Document", "definitions"
1964
1916
  * },
1965
1917
  * });
1966
1918
  */
1967
- function useInitiateConfigurationValueMutation(baseOptions) {
1968
- const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
1969
- return Apollo.useMutation(exports.InitiateConfigurationValueDocument, options);
1919
+ export function useInitiateConfigurationValueMutation(baseOptions) {
1920
+ const options = { ...defaultOptions, ...baseOptions };
1921
+ return Apollo.useMutation(InitiateConfigurationValueDocument, options);
1970
1922
  }
1971
- exports.useInitiateConfigurationValueMutation = useInitiateConfigurationValueMutation;
1972
- exports.InitializeOrgNameInContextDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "InitializeOrgNameInContext" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "orgName" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "initializeOrgNameInContext" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "orgName" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "orgName" } } }], "directives": [{ "kind": "Directive", "name": { "kind": "Name", "value": "client" } }] }] } }] };
1923
+ export const InitializeOrgNameInContextDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "InitializeOrgNameInContext" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "orgName" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "initializeOrgNameInContext" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "orgName" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "orgName" } } }], "directives": [{ "kind": "Directive", "name": { "kind": "Name", "value": "client" } }] }] } }] };
1973
1924
  /**
1974
1925
  * __useInitializeOrgNameInContextMutation__
1975
1926
  *
@@ -1987,12 +1938,11 @@ exports.InitializeOrgNameInContextDocument = { "kind": "Document", "definitions"
1987
1938
  * },
1988
1939
  * });
1989
1940
  */
1990
- function useInitializeOrgNameInContextMutation(baseOptions) {
1991
- const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
1992
- return Apollo.useMutation(exports.InitializeOrgNameInContextDocument, options);
1941
+ export function useInitializeOrgNameInContextMutation(baseOptions) {
1942
+ const options = { ...defaultOptions, ...baseOptions };
1943
+ return Apollo.useMutation(InitializeOrgNameInContextDocument, options);
1993
1944
  }
1994
- exports.useInitializeOrgNameInContextMutation = useInitializeOrgNameInContextMutation;
1995
- exports.InitializeTeamInContextDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "InitializeTeamInContext" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "teamName" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "orgName" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "initializeTeamInContext" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "teamName" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "teamName" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "orgName" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "orgName" } } }], "directives": [{ "kind": "Directive", "name": { "kind": "Name", "value": "client" } }] }] } }] };
1945
+ export const InitializeTeamInContextDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "InitializeTeamInContext" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "teamName" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "orgName" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "initializeTeamInContext" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "teamName" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "teamName" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "orgName" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "orgName" } } }], "directives": [{ "kind": "Directive", "name": { "kind": "Name", "value": "client" } }] }] } }] };
1996
1946
  /**
1997
1947
  * __useInitializeTeamInContextMutation__
1998
1948
  *
@@ -2011,12 +1961,11 @@ exports.InitializeTeamInContextDocument = { "kind": "Document", "definitions": [
2011
1961
  * },
2012
1962
  * });
2013
1963
  */
2014
- function useInitializeTeamInContextMutation(baseOptions) {
2015
- const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
2016
- return Apollo.useMutation(exports.InitializeTeamInContextDocument, options);
1964
+ export function useInitializeTeamInContextMutation(baseOptions) {
1965
+ const options = { ...defaultOptions, ...baseOptions };
1966
+ return Apollo.useMutation(InitializeTeamInContextDocument, options);
2017
1967
  }
2018
- exports.useInitializeTeamInContextMutation = useInitializeTeamInContextMutation;
2019
- exports.ReassignConfigurationDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "ReassignConfiguration" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "reassignRole" }, "directives": [{ "kind": "Directive", "name": { "kind": "Name", "value": "client" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "always" }, "value": { "kind": "BooleanValue", "value": true } }] }] }] } }] };
1968
+ export const ReassignConfigurationDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "ReassignConfiguration" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "reassignRole" }, "directives": [{ "kind": "Directive", "name": { "kind": "Name", "value": "client" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "always" }, "value": { "kind": "BooleanValue", "value": true } }] }] }] } }] };
2020
1969
  /**
2021
1970
  * __useReassignConfigurationMutation__
2022
1971
  *
@@ -2033,12 +1982,11 @@ exports.ReassignConfigurationDocument = { "kind": "Document", "definitions": [{
2033
1982
  * },
2034
1983
  * });
2035
1984
  */
2036
- function useReassignConfigurationMutation(baseOptions) {
2037
- const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
2038
- return Apollo.useMutation(exports.ReassignConfigurationDocument, options);
1985
+ export function useReassignConfigurationMutation(baseOptions) {
1986
+ const options = { ...defaultOptions, ...baseOptions };
1987
+ return Apollo.useMutation(ReassignConfigurationDocument, options);
2039
1988
  }
2040
- exports.useReassignConfigurationMutation = useReassignConfigurationMutation;
2041
- exports.UpdateConfigurationDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "UpdateConfiguration" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "input" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "PreferencesInputInput" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "key" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "value" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "AnyObject" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "overrides" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "ConfigurationOverridesInput" } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "target" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Int" } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "donotNotifyError" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Boolean" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "updateConfiguration" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "input" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "input" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "key" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "key" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "value" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "value" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "overrides" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "overrides" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "target" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "target" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "donotNotifyError" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "donotNotifyError" } } }], "directives": [{ "kind": "Directive", "name": { "kind": "Name", "value": "client" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "always" }, "value": { "kind": "BooleanValue", "value": true } }] }] }] } }] };
1989
+ export const UpdateConfigurationDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "UpdateConfiguration" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "input" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "PreferencesInputInput" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "key" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "value" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "AnyObject" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "overrides" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "ConfigurationOverridesInput" } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "target" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Int" } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "donotNotifyError" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Boolean" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "updateConfiguration" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "input" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "input" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "key" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "key" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "value" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "value" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "overrides" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "overrides" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "target" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "target" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "donotNotifyError" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "donotNotifyError" } } }], "directives": [{ "kind": "Directive", "name": { "kind": "Name", "value": "client" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "always" }, "value": { "kind": "BooleanValue", "value": true } }] }] }] } }] };
2042
1990
  /**
2043
1991
  * __useUpdateConfigurationMutation__
2044
1992
  *
@@ -2061,12 +2009,11 @@ exports.UpdateConfigurationDocument = { "kind": "Document", "definitions": [{ "k
2061
2009
  * },
2062
2010
  * });
2063
2011
  */
2064
- function useUpdateConfigurationMutation(baseOptions) {
2065
- const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
2066
- return Apollo.useMutation(exports.UpdateConfigurationDocument, options);
2012
+ export function useUpdateConfigurationMutation(baseOptions) {
2013
+ const options = { ...defaultOptions, ...baseOptions };
2014
+ return Apollo.useMutation(UpdateConfigurationDocument, options);
2067
2015
  }
2068
- exports.useUpdateConfigurationMutation = useUpdateConfigurationMutation;
2069
- exports.GetApplicationPolicyDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetApplicationPolicy" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "input" } }, "type": { "kind": "ListType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "ConfigurationInput" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getConfigurationPolicies" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "input" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "input" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "ApplicationPolicy" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "Configuration" } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "DefaultPolicy" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "Configuration" } }] } }] } }] } }, { "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "Configuration" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "IConfigurationModel" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "resource" } }, { "kind": "Field", "name": { "kind": "Name", "value": "target" } }, { "kind": "Field", "name": { "kind": "Name", "value": "contents" } }, { "kind": "Field", "name": { "kind": "Name", "value": "keys" } }, { "kind": "Field", "name": { "kind": "Name", "value": "overrides" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "contents" } }, { "kind": "Field", "name": { "kind": "Name", "value": "identifiers" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }] } }] };
2016
+ export const GetApplicationPolicyDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetApplicationPolicy" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "input" } }, "type": { "kind": "ListType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "ConfigurationInput" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getConfigurationPolicies" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "input" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "input" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "ApplicationPolicy" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "Configuration" } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "DefaultPolicy" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "Configuration" } }] } }] } }] } }, { "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "Configuration" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "IConfigurationModel" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "resource" } }, { "kind": "Field", "name": { "kind": "Name", "value": "target" } }, { "kind": "Field", "name": { "kind": "Name", "value": "contents" } }, { "kind": "Field", "name": { "kind": "Name", "value": "keys" } }, { "kind": "Field", "name": { "kind": "Name", "value": "overrides" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "contents" } }, { "kind": "Field", "name": { "kind": "Name", "value": "identifiers" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }] } }] };
2070
2017
  /**
2071
2018
  * __useGetApplicationPolicyQuery__
2072
2019
  *
@@ -2083,17 +2030,15 @@ exports.GetApplicationPolicyDocument = { "kind": "Document", "definitions": [{ "
2083
2030
  * },
2084
2031
  * });
2085
2032
  */
2086
- function useGetApplicationPolicyQuery(baseOptions) {
2087
- const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
2088
- return Apollo.useQuery(exports.GetApplicationPolicyDocument, options);
2033
+ export function useGetApplicationPolicyQuery(baseOptions) {
2034
+ const options = { ...defaultOptions, ...baseOptions };
2035
+ return Apollo.useQuery(GetApplicationPolicyDocument, options);
2089
2036
  }
2090
- exports.useGetApplicationPolicyQuery = useGetApplicationPolicyQuery;
2091
- function useGetApplicationPolicyLazyQuery(baseOptions) {
2092
- const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
2093
- return Apollo.useLazyQuery(exports.GetApplicationPolicyDocument, options);
2037
+ export function useGetApplicationPolicyLazyQuery(baseOptions) {
2038
+ const options = { ...defaultOptions, ...baseOptions };
2039
+ return Apollo.useLazyQuery(GetApplicationPolicyDocument, options);
2094
2040
  }
2095
- exports.useGetApplicationPolicyLazyQuery = useGetApplicationPolicyLazyQuery;
2096
- exports.GetApplicationRoleDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetApplicationRole" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "input" } }, "type": { "kind": "ListType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "RoleInput" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getRoles" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "input" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "input" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "ApplicationRole" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "Configuration" } }] } }] } }] } }, { "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "Configuration" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "IConfigurationModel" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "resource" } }, { "kind": "Field", "name": { "kind": "Name", "value": "target" } }, { "kind": "Field", "name": { "kind": "Name", "value": "contents" } }, { "kind": "Field", "name": { "kind": "Name", "value": "keys" } }, { "kind": "Field", "name": { "kind": "Name", "value": "overrides" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "contents" } }, { "kind": "Field", "name": { "kind": "Name", "value": "identifiers" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }] } }] };
2041
+ export const GetApplicationRoleDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetApplicationRole" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "input" } }, "type": { "kind": "ListType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "RoleInput" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getRoles" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "input" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "input" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "ApplicationRole" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "Configuration" } }] } }] } }] } }, { "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "Configuration" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "IConfigurationModel" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "resource" } }, { "kind": "Field", "name": { "kind": "Name", "value": "target" } }, { "kind": "Field", "name": { "kind": "Name", "value": "contents" } }, { "kind": "Field", "name": { "kind": "Name", "value": "keys" } }, { "kind": "Field", "name": { "kind": "Name", "value": "overrides" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "contents" } }, { "kind": "Field", "name": { "kind": "Name", "value": "identifiers" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }] } }] };
2097
2042
  /**
2098
2043
  * __useGetApplicationRoleQuery__
2099
2044
  *
@@ -2110,17 +2055,15 @@ exports.GetApplicationRoleDocument = { "kind": "Document", "definitions": [{ "ki
2110
2055
  * },
2111
2056
  * });
2112
2057
  */
2113
- function useGetApplicationRoleQuery(baseOptions) {
2114
- const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
2115
- return Apollo.useQuery(exports.GetApplicationRoleDocument, options);
2058
+ export function useGetApplicationRoleQuery(baseOptions) {
2059
+ const options = { ...defaultOptions, ...baseOptions };
2060
+ return Apollo.useQuery(GetApplicationRoleDocument, options);
2116
2061
  }
2117
- exports.useGetApplicationRoleQuery = useGetApplicationRoleQuery;
2118
- function useGetApplicationRoleLazyQuery(baseOptions) {
2119
- const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
2120
- return Apollo.useLazyQuery(exports.GetApplicationRoleDocument, options);
2062
+ export function useGetApplicationRoleLazyQuery(baseOptions) {
2063
+ const options = { ...defaultOptions, ...baseOptions };
2064
+ return Apollo.useLazyQuery(GetApplicationRoleDocument, options);
2121
2065
  }
2122
- exports.useGetApplicationRoleLazyQuery = useGetApplicationRoleLazyQuery;
2123
- exports.DefaultResolveSettingsDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "DefaultResolveSettings" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "uri" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "URI" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "target" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Int" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "resolveSettings" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "uri" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "uri" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "target" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "target" } } }], "directives": [{ "kind": "Directive", "name": { "kind": "Name", "value": "client" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "always" }, "value": { "kind": "BooleanValue", "value": true } }] }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "DefaultSetting" } }] } }] } }, { "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "DefaultSetting" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "ContributionSettings" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "key" } }, { "kind": "Field", "name": { "kind": "Name", "value": "value" } }, { "kind": "Field", "name": { "kind": "Name", "value": "description" } }, { "kind": "Field", "name": { "kind": "Name", "value": "descriptionIsMarkdown" } }, { "kind": "Field", "name": { "kind": "Name", "value": "deprecationMessage" } }, { "kind": "Field", "name": { "kind": "Name", "value": "type" } }, { "kind": "Field", "name": { "kind": "Name", "value": "order" } }, { "kind": "Field", "name": { "kind": "Name", "value": "enum" } }, { "kind": "Field", "name": { "kind": "Name", "value": "objectProperties" } }, { "kind": "Field", "name": { "kind": "Name", "value": "objectPatternProperties" } }, { "kind": "Field", "name": { "kind": "Name", "value": "objectAdditionalProperties" } }, { "kind": "Field", "name": { "kind": "Name", "value": "enumDescriptions" } }, { "kind": "Field", "name": { "kind": "Name", "value": "enumDescriptionsAreMarkdown" } }, { "kind": "Field", "name": { "kind": "Name", "value": "tags" } }, { "kind": "Field", "name": { "kind": "Name", "value": "properties" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "readOnly" } }, { "kind": "Field", "name": { "kind": "Name", "value": "disabled" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "arrayItemType" } }, { "kind": "Field", "name": { "kind": "Name", "value": "settingDependencies" } }, { "kind": "Field", "name": { "kind": "Name", "value": "minimum" } }, { "kind": "Field", "name": { "kind": "Name", "value": "maximum" } }, { "kind": "Field", "name": { "kind": "Name", "value": "maxLength" } }, { "kind": "Field", "name": { "kind": "Name", "value": "minLength" } }, { "kind": "Field", "name": { "kind": "Name", "value": "maxItems" } }, { "kind": "Field", "name": { "kind": "Name", "value": "minItems" } }] } }] };
2066
+ export const DefaultResolveSettingsDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "DefaultResolveSettings" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "uri" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "URI" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "target" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Int" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "resolveSettings" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "uri" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "uri" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "target" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "target" } } }], "directives": [{ "kind": "Directive", "name": { "kind": "Name", "value": "client" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "always" }, "value": { "kind": "BooleanValue", "value": true } }] }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "DefaultSetting" } }] } }] } }, { "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "DefaultSetting" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "ContributionSettings" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "key" } }, { "kind": "Field", "name": { "kind": "Name", "value": "value" } }, { "kind": "Field", "name": { "kind": "Name", "value": "description" } }, { "kind": "Field", "name": { "kind": "Name", "value": "descriptionIsMarkdown" } }, { "kind": "Field", "name": { "kind": "Name", "value": "deprecationMessage" } }, { "kind": "Field", "name": { "kind": "Name", "value": "type" } }, { "kind": "Field", "name": { "kind": "Name", "value": "order" } }, { "kind": "Field", "name": { "kind": "Name", "value": "enum" } }, { "kind": "Field", "name": { "kind": "Name", "value": "objectProperties" } }, { "kind": "Field", "name": { "kind": "Name", "value": "objectPatternProperties" } }, { "kind": "Field", "name": { "kind": "Name", "value": "objectAdditionalProperties" } }, { "kind": "Field", "name": { "kind": "Name", "value": "enumDescriptions" } }, { "kind": "Field", "name": { "kind": "Name", "value": "enumDescriptionsAreMarkdown" } }, { "kind": "Field", "name": { "kind": "Name", "value": "tags" } }, { "kind": "Field", "name": { "kind": "Name", "value": "properties" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "readOnly" } }, { "kind": "Field", "name": { "kind": "Name", "value": "disabled" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "arrayItemType" } }, { "kind": "Field", "name": { "kind": "Name", "value": "settingDependencies" } }, { "kind": "Field", "name": { "kind": "Name", "value": "minimum" } }, { "kind": "Field", "name": { "kind": "Name", "value": "maximum" } }, { "kind": "Field", "name": { "kind": "Name", "value": "maxLength" } }, { "kind": "Field", "name": { "kind": "Name", "value": "minLength" } }, { "kind": "Field", "name": { "kind": "Name", "value": "maxItems" } }, { "kind": "Field", "name": { "kind": "Name", "value": "minItems" } }] } }] };
2124
2067
  /**
2125
2068
  * __useDefaultResolveSettingsQuery__
2126
2069
  *
@@ -2138,17 +2081,15 @@ exports.DefaultResolveSettingsDocument = { "kind": "Document", "definitions": [{
2138
2081
  * },
2139
2082
  * });
2140
2083
  */
2141
- function useDefaultResolveSettingsQuery(baseOptions) {
2142
- const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
2143
- return Apollo.useQuery(exports.DefaultResolveSettingsDocument, options);
2084
+ export function useDefaultResolveSettingsQuery(baseOptions) {
2085
+ const options = { ...defaultOptions, ...baseOptions };
2086
+ return Apollo.useQuery(DefaultResolveSettingsDocument, options);
2144
2087
  }
2145
- exports.useDefaultResolveSettingsQuery = useDefaultResolveSettingsQuery;
2146
- function useDefaultResolveSettingsLazyQuery(baseOptions) {
2147
- const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
2148
- return Apollo.useLazyQuery(exports.DefaultResolveSettingsDocument, options);
2088
+ export function useDefaultResolveSettingsLazyQuery(baseOptions) {
2089
+ const options = { ...defaultOptions, ...baseOptions };
2090
+ return Apollo.useLazyQuery(DefaultResolveSettingsDocument, options);
2149
2091
  }
2150
- exports.useDefaultResolveSettingsLazyQuery = useDefaultResolveSettingsLazyQuery;
2151
- exports.GetConfigurationTargetDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetConfigurationTarget" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "resource" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "URI" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getConfigurationTarget" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "resource" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "resource" } } }], "directives": [{ "kind": "Directive", "name": { "kind": "Name", "value": "client" } }] }] } }] };
2092
+ export const GetConfigurationTargetDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetConfigurationTarget" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "resource" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "URI" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getConfigurationTarget" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "resource" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "resource" } } }], "directives": [{ "kind": "Directive", "name": { "kind": "Name", "value": "client" } }] }] } }] };
2152
2093
  /**
2153
2094
  * __useGetConfigurationTargetQuery__
2154
2095
  *
@@ -2165,17 +2106,15 @@ exports.GetConfigurationTargetDocument = { "kind": "Document", "definitions": [{
2165
2106
  * },
2166
2107
  * });
2167
2108
  */
2168
- function useGetConfigurationTargetQuery(baseOptions) {
2169
- const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
2170
- return Apollo.useQuery(exports.GetConfigurationTargetDocument, options);
2109
+ export function useGetConfigurationTargetQuery(baseOptions) {
2110
+ const options = { ...defaultOptions, ...baseOptions };
2111
+ return Apollo.useQuery(GetConfigurationTargetDocument, options);
2171
2112
  }
2172
- exports.useGetConfigurationTargetQuery = useGetConfigurationTargetQuery;
2173
- function useGetConfigurationTargetLazyQuery(baseOptions) {
2174
- const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
2175
- return Apollo.useLazyQuery(exports.GetConfigurationTargetDocument, options);
2113
+ export function useGetConfigurationTargetLazyQuery(baseOptions) {
2114
+ const options = { ...defaultOptions, ...baseOptions };
2115
+ return Apollo.useLazyQuery(GetConfigurationTargetDocument, options);
2176
2116
  }
2177
- exports.useGetConfigurationTargetLazyQuery = useGetConfigurationTargetLazyQuery;
2178
- exports.GetContextPropertyDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetContextProperty" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "keys" } }, "type": { "kind": "ListType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getContextProperty" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "keys" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "keys" } } }], "directives": [{ "kind": "Directive", "name": { "kind": "Name", "value": "client" } }] }] } }] };
2117
+ export const GetContextPropertyDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetContextProperty" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "keys" } }, "type": { "kind": "ListType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getContextProperty" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "keys" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "keys" } } }], "directives": [{ "kind": "Directive", "name": { "kind": "Name", "value": "client" } }] }] } }] };
2179
2118
  /**
2180
2119
  * __useGetContextPropertyQuery__
2181
2120
  *
@@ -2192,17 +2131,15 @@ exports.GetContextPropertyDocument = { "kind": "Document", "definitions": [{ "ki
2192
2131
  * },
2193
2132
  * });
2194
2133
  */
2195
- function useGetContextPropertyQuery(baseOptions) {
2196
- const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
2197
- return Apollo.useQuery(exports.GetContextPropertyDocument, options);
2134
+ export function useGetContextPropertyQuery(baseOptions) {
2135
+ const options = { ...defaultOptions, ...baseOptions };
2136
+ return Apollo.useQuery(GetContextPropertyDocument, options);
2198
2137
  }
2199
- exports.useGetContextPropertyQuery = useGetContextPropertyQuery;
2200
- function useGetContextPropertyLazyQuery(baseOptions) {
2201
- const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
2202
- return Apollo.useLazyQuery(exports.GetContextPropertyDocument, options);
2138
+ export function useGetContextPropertyLazyQuery(baseOptions) {
2139
+ const options = { ...defaultOptions, ...baseOptions };
2140
+ return Apollo.useLazyQuery(GetContextPropertyDocument, options);
2203
2141
  }
2204
- exports.useGetContextPropertyLazyQuery = useGetContextPropertyLazyQuery;
2205
- exports.GetDefaultApplicationPermissionsDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetDefaultApplicationPermissions" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "roleName" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "mergedApplicationPermissions" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "roleName" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "roleName" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "OverWriteRoleValue" } }] } }] } }, { "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "OverWriteRoleValue" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "ContributionSettings" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "key" } }, { "kind": "Field", "name": { "kind": "Name", "value": "value" } }] } }] };
2142
+ export const GetDefaultApplicationPermissionsDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetDefaultApplicationPermissions" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "roleName" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "mergedApplicationPermissions" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "roleName" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "roleName" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "OverWriteRoleValue" } }] } }] } }, { "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "OverWriteRoleValue" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "ContributionSettings" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "key" } }, { "kind": "Field", "name": { "kind": "Name", "value": "value" } }] } }] };
2206
2143
  /**
2207
2144
  * __useGetDefaultApplicationPermissionsQuery__
2208
2145
  *
@@ -2219,17 +2156,15 @@ exports.GetDefaultApplicationPermissionsDocument = { "kind": "Document", "defini
2219
2156
  * },
2220
2157
  * });
2221
2158
  */
2222
- function useGetDefaultApplicationPermissionsQuery(baseOptions) {
2223
- const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
2224
- return Apollo.useQuery(exports.GetDefaultApplicationPermissionsDocument, options);
2159
+ export function useGetDefaultApplicationPermissionsQuery(baseOptions) {
2160
+ const options = { ...defaultOptions, ...baseOptions };
2161
+ return Apollo.useQuery(GetDefaultApplicationPermissionsDocument, options);
2225
2162
  }
2226
- exports.useGetDefaultApplicationPermissionsQuery = useGetDefaultApplicationPermissionsQuery;
2227
- function useGetDefaultApplicationPermissionsLazyQuery(baseOptions) {
2228
- const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
2229
- return Apollo.useLazyQuery(exports.GetDefaultApplicationPermissionsDocument, options);
2163
+ export function useGetDefaultApplicationPermissionsLazyQuery(baseOptions) {
2164
+ const options = { ...defaultOptions, ...baseOptions };
2165
+ return Apollo.useLazyQuery(GetDefaultApplicationPermissionsDocument, options);
2230
2166
  }
2231
- exports.useGetDefaultApplicationPermissionsLazyQuery = useGetDefaultApplicationPermissionsLazyQuery;
2232
- exports.GetDefaultPermissionsDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetDefaultPermissions" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "target" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Int" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "defaultPermissions" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "target" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "target" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "title" } }, { "kind": "Field", "name": { "kind": "Name", "value": "sections" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "title" } }, { "kind": "Field", "name": { "kind": "Name", "value": "settings" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "DefaultSetting" } }] } }] } }] } }] } }, { "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "DefaultSetting" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "ContributionSettings" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "key" } }, { "kind": "Field", "name": { "kind": "Name", "value": "value" } }, { "kind": "Field", "name": { "kind": "Name", "value": "description" } }, { "kind": "Field", "name": { "kind": "Name", "value": "descriptionIsMarkdown" } }, { "kind": "Field", "name": { "kind": "Name", "value": "deprecationMessage" } }, { "kind": "Field", "name": { "kind": "Name", "value": "type" } }, { "kind": "Field", "name": { "kind": "Name", "value": "order" } }, { "kind": "Field", "name": { "kind": "Name", "value": "enum" } }, { "kind": "Field", "name": { "kind": "Name", "value": "objectProperties" } }, { "kind": "Field", "name": { "kind": "Name", "value": "objectPatternProperties" } }, { "kind": "Field", "name": { "kind": "Name", "value": "objectAdditionalProperties" } }, { "kind": "Field", "name": { "kind": "Name", "value": "enumDescriptions" } }, { "kind": "Field", "name": { "kind": "Name", "value": "enumDescriptionsAreMarkdown" } }, { "kind": "Field", "name": { "kind": "Name", "value": "tags" } }, { "kind": "Field", "name": { "kind": "Name", "value": "properties" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "readOnly" } }, { "kind": "Field", "name": { "kind": "Name", "value": "disabled" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "arrayItemType" } }, { "kind": "Field", "name": { "kind": "Name", "value": "settingDependencies" } }, { "kind": "Field", "name": { "kind": "Name", "value": "minimum" } }, { "kind": "Field", "name": { "kind": "Name", "value": "maximum" } }, { "kind": "Field", "name": { "kind": "Name", "value": "maxLength" } }, { "kind": "Field", "name": { "kind": "Name", "value": "minLength" } }, { "kind": "Field", "name": { "kind": "Name", "value": "maxItems" } }, { "kind": "Field", "name": { "kind": "Name", "value": "minItems" } }] } }] };
2167
+ export const GetDefaultPermissionsDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetDefaultPermissions" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "target" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Int" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "defaultPermissions" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "target" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "target" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "title" } }, { "kind": "Field", "name": { "kind": "Name", "value": "sections" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "title" } }, { "kind": "Field", "name": { "kind": "Name", "value": "settings" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "DefaultSetting" } }] } }] } }] } }] } }, { "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "DefaultSetting" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "ContributionSettings" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "key" } }, { "kind": "Field", "name": { "kind": "Name", "value": "value" } }, { "kind": "Field", "name": { "kind": "Name", "value": "description" } }, { "kind": "Field", "name": { "kind": "Name", "value": "descriptionIsMarkdown" } }, { "kind": "Field", "name": { "kind": "Name", "value": "deprecationMessage" } }, { "kind": "Field", "name": { "kind": "Name", "value": "type" } }, { "kind": "Field", "name": { "kind": "Name", "value": "order" } }, { "kind": "Field", "name": { "kind": "Name", "value": "enum" } }, { "kind": "Field", "name": { "kind": "Name", "value": "objectProperties" } }, { "kind": "Field", "name": { "kind": "Name", "value": "objectPatternProperties" } }, { "kind": "Field", "name": { "kind": "Name", "value": "objectAdditionalProperties" } }, { "kind": "Field", "name": { "kind": "Name", "value": "enumDescriptions" } }, { "kind": "Field", "name": { "kind": "Name", "value": "enumDescriptionsAreMarkdown" } }, { "kind": "Field", "name": { "kind": "Name", "value": "tags" } }, { "kind": "Field", "name": { "kind": "Name", "value": "properties" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "readOnly" } }, { "kind": "Field", "name": { "kind": "Name", "value": "disabled" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "arrayItemType" } }, { "kind": "Field", "name": { "kind": "Name", "value": "settingDependencies" } }, { "kind": "Field", "name": { "kind": "Name", "value": "minimum" } }, { "kind": "Field", "name": { "kind": "Name", "value": "maximum" } }, { "kind": "Field", "name": { "kind": "Name", "value": "maxLength" } }, { "kind": "Field", "name": { "kind": "Name", "value": "minLength" } }, { "kind": "Field", "name": { "kind": "Name", "value": "maxItems" } }, { "kind": "Field", "name": { "kind": "Name", "value": "minItems" } }] } }] };
2233
2168
  /**
2234
2169
  * __useGetDefaultPermissionsQuery__
2235
2170
  *
@@ -2246,17 +2181,15 @@ exports.GetDefaultPermissionsDocument = { "kind": "Document", "definitions": [{
2246
2181
  * },
2247
2182
  * });
2248
2183
  */
2249
- function useGetDefaultPermissionsQuery(baseOptions) {
2250
- const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
2251
- return Apollo.useQuery(exports.GetDefaultPermissionsDocument, options);
2184
+ export function useGetDefaultPermissionsQuery(baseOptions) {
2185
+ const options = { ...defaultOptions, ...baseOptions };
2186
+ return Apollo.useQuery(GetDefaultPermissionsDocument, options);
2252
2187
  }
2253
- exports.useGetDefaultPermissionsQuery = useGetDefaultPermissionsQuery;
2254
- function useGetDefaultPermissionsLazyQuery(baseOptions) {
2255
- const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
2256
- return Apollo.useLazyQuery(exports.GetDefaultPermissionsDocument, options);
2188
+ export function useGetDefaultPermissionsLazyQuery(baseOptions) {
2189
+ const options = { ...defaultOptions, ...baseOptions };
2190
+ return Apollo.useLazyQuery(GetDefaultPermissionsDocument, options);
2257
2191
  }
2258
- exports.useGetDefaultPermissionsLazyQuery = useGetDefaultPermissionsLazyQuery;
2259
- exports.GetDefaultPolicySettingsDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetDefaultPolicySettings" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "target" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Int" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "defaultPolicies" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "target" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "target" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "title" } }, { "kind": "Field", "name": { "kind": "Name", "value": "sections" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "title" } }, { "kind": "Field", "name": { "kind": "Name", "value": "settings" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "DefaultSetting" } }] } }] } }] } }] } }, { "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "DefaultSetting" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "ContributionSettings" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "key" } }, { "kind": "Field", "name": { "kind": "Name", "value": "value" } }, { "kind": "Field", "name": { "kind": "Name", "value": "description" } }, { "kind": "Field", "name": { "kind": "Name", "value": "descriptionIsMarkdown" } }, { "kind": "Field", "name": { "kind": "Name", "value": "deprecationMessage" } }, { "kind": "Field", "name": { "kind": "Name", "value": "type" } }, { "kind": "Field", "name": { "kind": "Name", "value": "order" } }, { "kind": "Field", "name": { "kind": "Name", "value": "enum" } }, { "kind": "Field", "name": { "kind": "Name", "value": "objectProperties" } }, { "kind": "Field", "name": { "kind": "Name", "value": "objectPatternProperties" } }, { "kind": "Field", "name": { "kind": "Name", "value": "objectAdditionalProperties" } }, { "kind": "Field", "name": { "kind": "Name", "value": "enumDescriptions" } }, { "kind": "Field", "name": { "kind": "Name", "value": "enumDescriptionsAreMarkdown" } }, { "kind": "Field", "name": { "kind": "Name", "value": "tags" } }, { "kind": "Field", "name": { "kind": "Name", "value": "properties" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "readOnly" } }, { "kind": "Field", "name": { "kind": "Name", "value": "disabled" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "arrayItemType" } }, { "kind": "Field", "name": { "kind": "Name", "value": "settingDependencies" } }, { "kind": "Field", "name": { "kind": "Name", "value": "minimum" } }, { "kind": "Field", "name": { "kind": "Name", "value": "maximum" } }, { "kind": "Field", "name": { "kind": "Name", "value": "maxLength" } }, { "kind": "Field", "name": { "kind": "Name", "value": "minLength" } }, { "kind": "Field", "name": { "kind": "Name", "value": "maxItems" } }, { "kind": "Field", "name": { "kind": "Name", "value": "minItems" } }] } }] };
2192
+ export const GetDefaultPolicySettingsDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetDefaultPolicySettings" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "target" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Int" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "defaultPolicies" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "target" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "target" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "title" } }, { "kind": "Field", "name": { "kind": "Name", "value": "sections" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "title" } }, { "kind": "Field", "name": { "kind": "Name", "value": "settings" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "DefaultSetting" } }] } }] } }] } }] } }, { "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "DefaultSetting" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "ContributionSettings" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "key" } }, { "kind": "Field", "name": { "kind": "Name", "value": "value" } }, { "kind": "Field", "name": { "kind": "Name", "value": "description" } }, { "kind": "Field", "name": { "kind": "Name", "value": "descriptionIsMarkdown" } }, { "kind": "Field", "name": { "kind": "Name", "value": "deprecationMessage" } }, { "kind": "Field", "name": { "kind": "Name", "value": "type" } }, { "kind": "Field", "name": { "kind": "Name", "value": "order" } }, { "kind": "Field", "name": { "kind": "Name", "value": "enum" } }, { "kind": "Field", "name": { "kind": "Name", "value": "objectProperties" } }, { "kind": "Field", "name": { "kind": "Name", "value": "objectPatternProperties" } }, { "kind": "Field", "name": { "kind": "Name", "value": "objectAdditionalProperties" } }, { "kind": "Field", "name": { "kind": "Name", "value": "enumDescriptions" } }, { "kind": "Field", "name": { "kind": "Name", "value": "enumDescriptionsAreMarkdown" } }, { "kind": "Field", "name": { "kind": "Name", "value": "tags" } }, { "kind": "Field", "name": { "kind": "Name", "value": "properties" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "readOnly" } }, { "kind": "Field", "name": { "kind": "Name", "value": "disabled" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "arrayItemType" } }, { "kind": "Field", "name": { "kind": "Name", "value": "settingDependencies" } }, { "kind": "Field", "name": { "kind": "Name", "value": "minimum" } }, { "kind": "Field", "name": { "kind": "Name", "value": "maximum" } }, { "kind": "Field", "name": { "kind": "Name", "value": "maxLength" } }, { "kind": "Field", "name": { "kind": "Name", "value": "minLength" } }, { "kind": "Field", "name": { "kind": "Name", "value": "maxItems" } }, { "kind": "Field", "name": { "kind": "Name", "value": "minItems" } }] } }] };
2260
2193
  /**
2261
2194
  * __useGetDefaultPolicySettingsQuery__
2262
2195
  *
@@ -2273,17 +2206,15 @@ exports.GetDefaultPolicySettingsDocument = { "kind": "Document", "definitions":
2273
2206
  * },
2274
2207
  * });
2275
2208
  */
2276
- function useGetDefaultPolicySettingsQuery(baseOptions) {
2277
- const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
2278
- return Apollo.useQuery(exports.GetDefaultPolicySettingsDocument, options);
2209
+ export function useGetDefaultPolicySettingsQuery(baseOptions) {
2210
+ const options = { ...defaultOptions, ...baseOptions };
2211
+ return Apollo.useQuery(GetDefaultPolicySettingsDocument, options);
2279
2212
  }
2280
- exports.useGetDefaultPolicySettingsQuery = useGetDefaultPolicySettingsQuery;
2281
- function useGetDefaultPolicySettingsLazyQuery(baseOptions) {
2282
- const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
2283
- return Apollo.useLazyQuery(exports.GetDefaultPolicySettingsDocument, options);
2213
+ export function useGetDefaultPolicySettingsLazyQuery(baseOptions) {
2214
+ const options = { ...defaultOptions, ...baseOptions };
2215
+ return Apollo.useLazyQuery(GetDefaultPolicySettingsDocument, options);
2284
2216
  }
2285
- exports.useGetDefaultPolicySettingsLazyQuery = useGetDefaultPolicySettingsLazyQuery;
2286
- exports.GetDefaultRoleDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetDefaultRole" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getRoles" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "input" }, "value": { "kind": "ListValue", "values": [{ "kind": "ObjectValue", "fields": [{ "kind": "ObjectField", "name": { "kind": "Name", "value": "target" }, "value": { "kind": "IntValue", "value": "6" } }] }] } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "DefaultRole" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "Configuration" } }] } }] } }] } }, { "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "Configuration" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "IConfigurationModel" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "resource" } }, { "kind": "Field", "name": { "kind": "Name", "value": "target" } }, { "kind": "Field", "name": { "kind": "Name", "value": "contents" } }, { "kind": "Field", "name": { "kind": "Name", "value": "keys" } }, { "kind": "Field", "name": { "kind": "Name", "value": "overrides" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "contents" } }, { "kind": "Field", "name": { "kind": "Name", "value": "identifiers" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }] } }] };
2217
+ export const GetDefaultRoleDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetDefaultRole" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getRoles" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "input" }, "value": { "kind": "ListValue", "values": [{ "kind": "ObjectValue", "fields": [{ "kind": "ObjectField", "name": { "kind": "Name", "value": "target" }, "value": { "kind": "IntValue", "value": "6" } }] }] } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "DefaultRole" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "Configuration" } }] } }] } }] } }, { "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "Configuration" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "IConfigurationModel" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "resource" } }, { "kind": "Field", "name": { "kind": "Name", "value": "target" } }, { "kind": "Field", "name": { "kind": "Name", "value": "contents" } }, { "kind": "Field", "name": { "kind": "Name", "value": "keys" } }, { "kind": "Field", "name": { "kind": "Name", "value": "overrides" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "contents" } }, { "kind": "Field", "name": { "kind": "Name", "value": "identifiers" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }] } }] };
2287
2218
  /**
2288
2219
  * __useGetDefaultRoleQuery__
2289
2220
  *
@@ -2299,17 +2230,15 @@ exports.GetDefaultRoleDocument = { "kind": "Document", "definitions": [{ "kind":
2299
2230
  * },
2300
2231
  * });
2301
2232
  */
2302
- function useGetDefaultRoleQuery(baseOptions) {
2303
- const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
2304
- return Apollo.useQuery(exports.GetDefaultRoleDocument, options);
2233
+ export function useGetDefaultRoleQuery(baseOptions) {
2234
+ const options = { ...defaultOptions, ...baseOptions };
2235
+ return Apollo.useQuery(GetDefaultRoleDocument, options);
2305
2236
  }
2306
- exports.useGetDefaultRoleQuery = useGetDefaultRoleQuery;
2307
- function useGetDefaultRoleLazyQuery(baseOptions) {
2308
- const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
2309
- return Apollo.useLazyQuery(exports.GetDefaultRoleDocument, options);
2237
+ export function useGetDefaultRoleLazyQuery(baseOptions) {
2238
+ const options = { ...defaultOptions, ...baseOptions };
2239
+ return Apollo.useLazyQuery(GetDefaultRoleDocument, options);
2310
2240
  }
2311
- exports.useGetDefaultRoleLazyQuery = useGetDefaultRoleLazyQuery;
2312
- exports.GetTeamContextDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetTeamContext" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getTeamContext" }, "directives": [{ "kind": "Directive", "name": { "kind": "Name", "value": "client" } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "TeamContext" } }] } }] } }, { "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "TeamContext" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Context" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "teamName" } }, { "kind": "Field", "name": { "kind": "Name", "value": "teamUri" } }] } }] };
2241
+ export const GetTeamContextDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetTeamContext" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getTeamContext" }, "directives": [{ "kind": "Directive", "name": { "kind": "Name", "value": "client" } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "TeamContext" } }] } }] } }, { "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "TeamContext" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Context" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "teamName" } }, { "kind": "Field", "name": { "kind": "Name", "value": "teamUri" } }] } }] };
2313
2242
  /**
2314
2243
  * __useGetTeamContextQuery__
2315
2244
  *
@@ -2325,17 +2254,15 @@ exports.GetTeamContextDocument = { "kind": "Document", "definitions": [{ "kind":
2325
2254
  * },
2326
2255
  * });
2327
2256
  */
2328
- function useGetTeamContextQuery(baseOptions) {
2329
- const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
2330
- return Apollo.useQuery(exports.GetTeamContextDocument, options);
2257
+ export function useGetTeamContextQuery(baseOptions) {
2258
+ const options = { ...defaultOptions, ...baseOptions };
2259
+ return Apollo.useQuery(GetTeamContextDocument, options);
2331
2260
  }
2332
- exports.useGetTeamContextQuery = useGetTeamContextQuery;
2333
- function useGetTeamContextLazyQuery(baseOptions) {
2334
- const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
2335
- return Apollo.useLazyQuery(exports.GetTeamContextDocument, options);
2261
+ export function useGetTeamContextLazyQuery(baseOptions) {
2262
+ const options = { ...defaultOptions, ...baseOptions };
2263
+ return Apollo.useLazyQuery(GetTeamContextDocument, options);
2336
2264
  }
2337
- exports.useGetTeamContextLazyQuery = useGetTeamContextLazyQuery;
2338
- exports.GetTeamNameFromContextDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetTeamNameFromContext" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getTeamNameFromContext" }, "directives": [{ "kind": "Directive", "name": { "kind": "Name", "value": "client" } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "TeamNameInContext" } }] } }] } }, { "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "TeamNameInContext" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Context" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "teamName" } }] } }] };
2265
+ export const GetTeamNameFromContextDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetTeamNameFromContext" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getTeamNameFromContext" }, "directives": [{ "kind": "Directive", "name": { "kind": "Name", "value": "client" } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "TeamNameInContext" } }] } }] } }, { "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "TeamNameInContext" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Context" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "teamName" } }] } }] };
2339
2266
  /**
2340
2267
  * __useGetTeamNameFromContextQuery__
2341
2268
  *
@@ -2351,17 +2278,15 @@ exports.GetTeamNameFromContextDocument = { "kind": "Document", "definitions": [{
2351
2278
  * },
2352
2279
  * });
2353
2280
  */
2354
- function useGetTeamNameFromContextQuery(baseOptions) {
2355
- const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
2356
- return Apollo.useQuery(exports.GetTeamNameFromContextDocument, options);
2281
+ export function useGetTeamNameFromContextQuery(baseOptions) {
2282
+ const options = { ...defaultOptions, ...baseOptions };
2283
+ return Apollo.useQuery(GetTeamNameFromContextDocument, options);
2357
2284
  }
2358
- exports.useGetTeamNameFromContextQuery = useGetTeamNameFromContextQuery;
2359
- function useGetTeamNameFromContextLazyQuery(baseOptions) {
2360
- const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
2361
- return Apollo.useLazyQuery(exports.GetTeamNameFromContextDocument, options);
2285
+ export function useGetTeamNameFromContextLazyQuery(baseOptions) {
2286
+ const options = { ...defaultOptions, ...baseOptions };
2287
+ return Apollo.useLazyQuery(GetTeamNameFromContextDocument, options);
2362
2288
  }
2363
- exports.useGetTeamNameFromContextLazyQuery = useGetTeamNameFromContextLazyQuery;
2364
- exports.GetUserAccessRoleDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "getUserAccessRole" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "input" } }, "type": { "kind": "ListType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "RoleInput" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getUserAccessRole" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "input" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "input" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "accessRoles" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "OrganizationRole" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "Configuration" } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "ResourceRole" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "Configuration" } }] } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "resourceUserRoles" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "resource" } }, { "kind": "Field", "name": { "kind": "Name", "value": "role" } }] } }] } }] } }, { "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "Configuration" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "IConfigurationModel" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "resource" } }, { "kind": "Field", "name": { "kind": "Name", "value": "target" } }, { "kind": "Field", "name": { "kind": "Name", "value": "contents" } }, { "kind": "Field", "name": { "kind": "Name", "value": "keys" } }, { "kind": "Field", "name": { "kind": "Name", "value": "overrides" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "contents" } }, { "kind": "Field", "name": { "kind": "Name", "value": "identifiers" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }] } }] };
2289
+ export const GetUserAccessRoleDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "getUserAccessRole" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "input" } }, "type": { "kind": "ListType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "RoleInput" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getUserAccessRole" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "input" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "input" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "accessRoles" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "OrganizationRole" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "Configuration" } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "ResourceRole" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "Configuration" } }] } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "resourceUserRoles" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "resource" } }, { "kind": "Field", "name": { "kind": "Name", "value": "role" } }] } }] } }] } }, { "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "Configuration" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "IConfigurationModel" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "resource" } }, { "kind": "Field", "name": { "kind": "Name", "value": "target" } }, { "kind": "Field", "name": { "kind": "Name", "value": "contents" } }, { "kind": "Field", "name": { "kind": "Name", "value": "keys" } }, { "kind": "Field", "name": { "kind": "Name", "value": "overrides" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "contents" } }, { "kind": "Field", "name": { "kind": "Name", "value": "identifiers" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }] } }] };
2365
2290
  /**
2366
2291
  * __useGetUserAccessRoleQuery__
2367
2292
  *
@@ -2378,17 +2303,15 @@ exports.GetUserAccessRoleDocument = { "kind": "Document", "definitions": [{ "kin
2378
2303
  * },
2379
2304
  * });
2380
2305
  */
2381
- function useGetUserAccessRoleQuery(baseOptions) {
2382
- const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
2383
- return Apollo.useQuery(exports.GetUserAccessRoleDocument, options);
2306
+ export function useGetUserAccessRoleQuery(baseOptions) {
2307
+ const options = { ...defaultOptions, ...baseOptions };
2308
+ return Apollo.useQuery(GetUserAccessRoleDocument, options);
2384
2309
  }
2385
- exports.useGetUserAccessRoleQuery = useGetUserAccessRoleQuery;
2386
- function useGetUserAccessRoleLazyQuery(baseOptions) {
2387
- const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
2388
- return Apollo.useLazyQuery(exports.GetUserAccessRoleDocument, options);
2310
+ export function useGetUserAccessRoleLazyQuery(baseOptions) {
2311
+ const options = { ...defaultOptions, ...baseOptions };
2312
+ return Apollo.useLazyQuery(GetUserAccessRoleDocument, options);
2389
2313
  }
2390
- exports.useGetUserAccessRoleLazyQuery = useGetUserAccessRoleLazyQuery;
2391
- exports.GetUserRoleDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetUserRole" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "orgName" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "userId" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "userResourceRole" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "orgName" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "orgName" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "userId" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "userId" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "role" } }] } }] } }] };
2314
+ export const GetUserRoleDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetUserRole" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "orgName" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "userId" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "userResourceRole" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "orgName" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "orgName" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "userId" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "userId" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "role" } }] } }] } }] };
2392
2315
  /**
2393
2316
  * __useGetUserRoleQuery__
2394
2317
  *
@@ -2406,17 +2329,15 @@ exports.GetUserRoleDocument = { "kind": "Document", "definitions": [{ "kind": "O
2406
2329
  * },
2407
2330
  * });
2408
2331
  */
2409
- function useGetUserRoleQuery(baseOptions) {
2410
- const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
2411
- return Apollo.useQuery(exports.GetUserRoleDocument, options);
2332
+ export function useGetUserRoleQuery(baseOptions) {
2333
+ const options = { ...defaultOptions, ...baseOptions };
2334
+ return Apollo.useQuery(GetUserRoleDocument, options);
2412
2335
  }
2413
- exports.useGetUserRoleQuery = useGetUserRoleQuery;
2414
- function useGetUserRoleLazyQuery(baseOptions) {
2415
- const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
2416
- return Apollo.useLazyQuery(exports.GetUserRoleDocument, options);
2336
+ export function useGetUserRoleLazyQuery(baseOptions) {
2337
+ const options = { ...defaultOptions, ...baseOptions };
2338
+ return Apollo.useLazyQuery(GetUserRoleDocument, options);
2417
2339
  }
2418
- exports.useGetUserRoleLazyQuery = useGetUserRoleLazyQuery;
2419
- exports.OpenPreferencesSettingsDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "OpenPreferencesSettings" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "resource" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "URI" } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "jsonEditor" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Boolean" } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "options" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "PreferencesOpenOptionsInput" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "openPreferencesSettings" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "resource" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "resource" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "jsonEditor" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "jsonEditor" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "options" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "options" } } }], "directives": [{ "kind": "Directive", "name": { "kind": "Name", "value": "client" } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "editableSettingsInput" } }, { "kind": "Field", "name": { "kind": "Name", "value": "defaultPreferencesInput" } }] } }] } }] };
2340
+ export const OpenPreferencesSettingsDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "OpenPreferencesSettings" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "resource" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "URI" } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "jsonEditor" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Boolean" } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "options" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "PreferencesOpenOptionsInput" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "openPreferencesSettings" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "resource" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "resource" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "jsonEditor" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "jsonEditor" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "options" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "options" } } }], "directives": [{ "kind": "Directive", "name": { "kind": "Name", "value": "client" } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "editableSettingsInput" } }, { "kind": "Field", "name": { "kind": "Name", "value": "defaultPreferencesInput" } }] } }] } }] };
2420
2341
  /**
2421
2342
  * __useOpenPreferencesSettingsQuery__
2422
2343
  *
@@ -2435,17 +2356,15 @@ exports.OpenPreferencesSettingsDocument = { "kind": "Document", "definitions": [
2435
2356
  * },
2436
2357
  * });
2437
2358
  */
2438
- function useOpenPreferencesSettingsQuery(baseOptions) {
2439
- const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
2440
- return Apollo.useQuery(exports.OpenPreferencesSettingsDocument, options);
2359
+ export function useOpenPreferencesSettingsQuery(baseOptions) {
2360
+ const options = { ...defaultOptions, ...baseOptions };
2361
+ return Apollo.useQuery(OpenPreferencesSettingsDocument, options);
2441
2362
  }
2442
- exports.useOpenPreferencesSettingsQuery = useOpenPreferencesSettingsQuery;
2443
- function useOpenPreferencesSettingsLazyQuery(baseOptions) {
2444
- const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
2445
- return Apollo.useLazyQuery(exports.OpenPreferencesSettingsDocument, options);
2363
+ export function useOpenPreferencesSettingsLazyQuery(baseOptions) {
2364
+ const options = { ...defaultOptions, ...baseOptions };
2365
+ return Apollo.useLazyQuery(OpenPreferencesSettingsDocument, options);
2446
2366
  }
2447
- exports.useOpenPreferencesSettingsLazyQuery = useOpenPreferencesSettingsLazyQuery;
2448
- exports.GetOrgConfigurationDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetOrgConfiguration" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "input" } }, "type": { "kind": "ListType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "ConfigurationInput" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getConfiguration" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "input" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "input" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "OrganizationConfiguration" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "Configuration" } }] } }] } }] } }, { "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "Configuration" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "IConfigurationModel" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "resource" } }, { "kind": "Field", "name": { "kind": "Name", "value": "target" } }, { "kind": "Field", "name": { "kind": "Name", "value": "contents" } }, { "kind": "Field", "name": { "kind": "Name", "value": "keys" } }, { "kind": "Field", "name": { "kind": "Name", "value": "overrides" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "contents" } }, { "kind": "Field", "name": { "kind": "Name", "value": "identifiers" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }] } }] };
2367
+ export const GetOrgConfigurationDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetOrgConfiguration" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "input" } }, "type": { "kind": "ListType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "ConfigurationInput" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getConfiguration" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "input" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "input" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "OrganizationConfiguration" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "Configuration" } }] } }] } }] } }, { "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "Configuration" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "IConfigurationModel" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "resource" } }, { "kind": "Field", "name": { "kind": "Name", "value": "target" } }, { "kind": "Field", "name": { "kind": "Name", "value": "contents" } }, { "kind": "Field", "name": { "kind": "Name", "value": "keys" } }, { "kind": "Field", "name": { "kind": "Name", "value": "overrides" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "contents" } }, { "kind": "Field", "name": { "kind": "Name", "value": "identifiers" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }] } }] };
2449
2368
  /**
2450
2369
  * __useGetOrgConfigurationQuery__
2451
2370
  *
@@ -2462,17 +2381,15 @@ exports.GetOrgConfigurationDocument = { "kind": "Document", "definitions": [{ "k
2462
2381
  * },
2463
2382
  * });
2464
2383
  */
2465
- function useGetOrgConfigurationQuery(baseOptions) {
2466
- const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
2467
- return Apollo.useQuery(exports.GetOrgConfigurationDocument, options);
2384
+ export function useGetOrgConfigurationQuery(baseOptions) {
2385
+ const options = { ...defaultOptions, ...baseOptions };
2386
+ return Apollo.useQuery(GetOrgConfigurationDocument, options);
2468
2387
  }
2469
- exports.useGetOrgConfigurationQuery = useGetOrgConfigurationQuery;
2470
- function useGetOrgConfigurationLazyQuery(baseOptions) {
2471
- const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
2472
- return Apollo.useLazyQuery(exports.GetOrgConfigurationDocument, options);
2388
+ export function useGetOrgConfigurationLazyQuery(baseOptions) {
2389
+ const options = { ...defaultOptions, ...baseOptions };
2390
+ return Apollo.useLazyQuery(GetOrgConfigurationDocument, options);
2473
2391
  }
2474
- exports.useGetOrgConfigurationLazyQuery = useGetOrgConfigurationLazyQuery;
2475
- exports.GetOrgPolicyDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetOrgPolicy" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "input" } }, "type": { "kind": "ListType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "ConfigurationInput" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getConfigurationPolicies" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "input" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "input" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "OrganizationPolicy" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "Configuration" } }] } }] } }] } }, { "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "Configuration" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "IConfigurationModel" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "resource" } }, { "kind": "Field", "name": { "kind": "Name", "value": "target" } }, { "kind": "Field", "name": { "kind": "Name", "value": "contents" } }, { "kind": "Field", "name": { "kind": "Name", "value": "keys" } }, { "kind": "Field", "name": { "kind": "Name", "value": "overrides" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "contents" } }, { "kind": "Field", "name": { "kind": "Name", "value": "identifiers" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }] } }] };
2392
+ export const GetOrgPolicyDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetOrgPolicy" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "input" } }, "type": { "kind": "ListType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "ConfigurationInput" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getConfigurationPolicies" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "input" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "input" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "OrganizationPolicy" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "Configuration" } }] } }] } }] } }, { "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "Configuration" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "IConfigurationModel" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "resource" } }, { "kind": "Field", "name": { "kind": "Name", "value": "target" } }, { "kind": "Field", "name": { "kind": "Name", "value": "contents" } }, { "kind": "Field", "name": { "kind": "Name", "value": "keys" } }, { "kind": "Field", "name": { "kind": "Name", "value": "overrides" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "contents" } }, { "kind": "Field", "name": { "kind": "Name", "value": "identifiers" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }] } }] };
2476
2393
  /**
2477
2394
  * __useGetOrgPolicyQuery__
2478
2395
  *
@@ -2489,17 +2406,15 @@ exports.GetOrgPolicyDocument = { "kind": "Document", "definitions": [{ "kind": "
2489
2406
  * },
2490
2407
  * });
2491
2408
  */
2492
- function useGetOrgPolicyQuery(baseOptions) {
2493
- const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
2494
- return Apollo.useQuery(exports.GetOrgPolicyDocument, options);
2409
+ export function useGetOrgPolicyQuery(baseOptions) {
2410
+ const options = { ...defaultOptions, ...baseOptions };
2411
+ return Apollo.useQuery(GetOrgPolicyDocument, options);
2495
2412
  }
2496
- exports.useGetOrgPolicyQuery = useGetOrgPolicyQuery;
2497
- function useGetOrgPolicyLazyQuery(baseOptions) {
2498
- const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
2499
- return Apollo.useLazyQuery(exports.GetOrgPolicyDocument, options);
2413
+ export function useGetOrgPolicyLazyQuery(baseOptions) {
2414
+ const options = { ...defaultOptions, ...baseOptions };
2415
+ return Apollo.useLazyQuery(GetOrgPolicyDocument, options);
2500
2416
  }
2501
- exports.useGetOrgPolicyLazyQuery = useGetOrgPolicyLazyQuery;
2502
- exports.GetOrgRoleDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetOrgRole" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "input" } }, "type": { "kind": "ListType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "RoleInput" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getRoles" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "input" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "input" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "OrganizationRole" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "Configuration" } }] } }] } }] } }, { "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "Configuration" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "IConfigurationModel" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "resource" } }, { "kind": "Field", "name": { "kind": "Name", "value": "target" } }, { "kind": "Field", "name": { "kind": "Name", "value": "contents" } }, { "kind": "Field", "name": { "kind": "Name", "value": "keys" } }, { "kind": "Field", "name": { "kind": "Name", "value": "overrides" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "contents" } }, { "kind": "Field", "name": { "kind": "Name", "value": "identifiers" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }] } }] };
2417
+ export const GetOrgRoleDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetOrgRole" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "input" } }, "type": { "kind": "ListType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "RoleInput" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getRoles" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "input" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "input" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "OrganizationRole" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "Configuration" } }] } }] } }] } }, { "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "Configuration" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "IConfigurationModel" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "resource" } }, { "kind": "Field", "name": { "kind": "Name", "value": "target" } }, { "kind": "Field", "name": { "kind": "Name", "value": "contents" } }, { "kind": "Field", "name": { "kind": "Name", "value": "keys" } }, { "kind": "Field", "name": { "kind": "Name", "value": "overrides" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "contents" } }, { "kind": "Field", "name": { "kind": "Name", "value": "identifiers" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }] } }] };
2503
2418
  /**
2504
2419
  * __useGetOrgRoleQuery__
2505
2420
  *
@@ -2516,17 +2431,15 @@ exports.GetOrgRoleDocument = { "kind": "Document", "definitions": [{ "kind": "Op
2516
2431
  * },
2517
2432
  * });
2518
2433
  */
2519
- function useGetOrgRoleQuery(baseOptions) {
2520
- const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
2521
- return Apollo.useQuery(exports.GetOrgRoleDocument, options);
2434
+ export function useGetOrgRoleQuery(baseOptions) {
2435
+ const options = { ...defaultOptions, ...baseOptions };
2436
+ return Apollo.useQuery(GetOrgRoleDocument, options);
2522
2437
  }
2523
- exports.useGetOrgRoleQuery = useGetOrgRoleQuery;
2524
- function useGetOrgRoleLazyQuery(baseOptions) {
2525
- const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
2526
- return Apollo.useLazyQuery(exports.GetOrgRoleDocument, options);
2438
+ export function useGetOrgRoleLazyQuery(baseOptions) {
2439
+ const options = { ...defaultOptions, ...baseOptions };
2440
+ return Apollo.useLazyQuery(GetOrgRoleDocument, options);
2527
2441
  }
2528
- exports.useGetOrgRoleLazyQuery = useGetOrgRoleLazyQuery;
2529
- exports.GetOrgWithResourcesPolicyDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetOrgWithResourcesPolicy" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "input" } }, "type": { "kind": "ListType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "ConfigurationInput" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getConfigurationPolicies" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "input" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "input" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "OrganizationPolicy" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "Configuration" } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "ResourcePolicy" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "Configuration" } }] } }] } }] } }, { "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "Configuration" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "IConfigurationModel" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "resource" } }, { "kind": "Field", "name": { "kind": "Name", "value": "target" } }, { "kind": "Field", "name": { "kind": "Name", "value": "contents" } }, { "kind": "Field", "name": { "kind": "Name", "value": "keys" } }, { "kind": "Field", "name": { "kind": "Name", "value": "overrides" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "contents" } }, { "kind": "Field", "name": { "kind": "Name", "value": "identifiers" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }] } }] };
2442
+ export const GetOrgWithResourcesPolicyDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetOrgWithResourcesPolicy" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "input" } }, "type": { "kind": "ListType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "ConfigurationInput" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getConfigurationPolicies" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "input" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "input" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "OrganizationPolicy" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "Configuration" } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "ResourcePolicy" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "Configuration" } }] } }] } }] } }, { "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "Configuration" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "IConfigurationModel" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "resource" } }, { "kind": "Field", "name": { "kind": "Name", "value": "target" } }, { "kind": "Field", "name": { "kind": "Name", "value": "contents" } }, { "kind": "Field", "name": { "kind": "Name", "value": "keys" } }, { "kind": "Field", "name": { "kind": "Name", "value": "overrides" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "contents" } }, { "kind": "Field", "name": { "kind": "Name", "value": "identifiers" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }] } }] };
2530
2443
  /**
2531
2444
  * __useGetOrgWithResourcesPolicyQuery__
2532
2445
  *
@@ -2543,17 +2456,15 @@ exports.GetOrgWithResourcesPolicyDocument = { "kind": "Document", "definitions":
2543
2456
  * },
2544
2457
  * });
2545
2458
  */
2546
- function useGetOrgWithResourcesPolicyQuery(baseOptions) {
2547
- const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
2548
- return Apollo.useQuery(exports.GetOrgWithResourcesPolicyDocument, options);
2459
+ export function useGetOrgWithResourcesPolicyQuery(baseOptions) {
2460
+ const options = { ...defaultOptions, ...baseOptions };
2461
+ return Apollo.useQuery(GetOrgWithResourcesPolicyDocument, options);
2549
2462
  }
2550
- exports.useGetOrgWithResourcesPolicyQuery = useGetOrgWithResourcesPolicyQuery;
2551
- function useGetOrgWithResourcesPolicyLazyQuery(baseOptions) {
2552
- const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
2553
- return Apollo.useLazyQuery(exports.GetOrgWithResourcesPolicyDocument, options);
2463
+ export function useGetOrgWithResourcesPolicyLazyQuery(baseOptions) {
2464
+ const options = { ...defaultOptions, ...baseOptions };
2465
+ return Apollo.useLazyQuery(GetOrgWithResourcesPolicyDocument, options);
2554
2466
  }
2555
- exports.useGetOrgWithResourcesPolicyLazyQuery = useGetOrgWithResourcesPolicyLazyQuery;
2556
- exports.GetOrgWithResourcesRoleDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetOrgWithResourcesRole" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "input" } }, "type": { "kind": "ListType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "RoleInput" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getRoles" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "input" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "input" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "OrganizationRole" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "Configuration" } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "ResourceRole" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "Configuration" } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "ApplicationRole" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "Configuration" } }] } }] } }] } }, { "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "Configuration" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "IConfigurationModel" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "resource" } }, { "kind": "Field", "name": { "kind": "Name", "value": "target" } }, { "kind": "Field", "name": { "kind": "Name", "value": "contents" } }, { "kind": "Field", "name": { "kind": "Name", "value": "keys" } }, { "kind": "Field", "name": { "kind": "Name", "value": "overrides" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "contents" } }, { "kind": "Field", "name": { "kind": "Name", "value": "identifiers" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }] } }] };
2467
+ export const GetOrgWithResourcesRoleDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetOrgWithResourcesRole" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "input" } }, "type": { "kind": "ListType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "RoleInput" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getRoles" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "input" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "input" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "OrganizationRole" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "Configuration" } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "ResourceRole" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "Configuration" } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "ApplicationRole" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "Configuration" } }] } }] } }] } }, { "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "Configuration" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "IConfigurationModel" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "resource" } }, { "kind": "Field", "name": { "kind": "Name", "value": "target" } }, { "kind": "Field", "name": { "kind": "Name", "value": "contents" } }, { "kind": "Field", "name": { "kind": "Name", "value": "keys" } }, { "kind": "Field", "name": { "kind": "Name", "value": "overrides" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "contents" } }, { "kind": "Field", "name": { "kind": "Name", "value": "identifiers" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }] } }] };
2557
2468
  /**
2558
2469
  * __useGetOrgWithResourcesRoleQuery__
2559
2470
  *
@@ -2570,17 +2481,15 @@ exports.GetOrgWithResourcesRoleDocument = { "kind": "Document", "definitions": [
2570
2481
  * },
2571
2482
  * });
2572
2483
  */
2573
- function useGetOrgWithResourcesRoleQuery(baseOptions) {
2574
- const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
2575
- return Apollo.useQuery(exports.GetOrgWithResourcesRoleDocument, options);
2484
+ export function useGetOrgWithResourcesRoleQuery(baseOptions) {
2485
+ const options = { ...defaultOptions, ...baseOptions };
2486
+ return Apollo.useQuery(GetOrgWithResourcesRoleDocument, options);
2576
2487
  }
2577
- exports.useGetOrgWithResourcesRoleQuery = useGetOrgWithResourcesRoleQuery;
2578
- function useGetOrgWithResourcesRoleLazyQuery(baseOptions) {
2579
- const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
2580
- return Apollo.useLazyQuery(exports.GetOrgWithResourcesRoleDocument, options);
2488
+ export function useGetOrgWithResourcesRoleLazyQuery(baseOptions) {
2489
+ const options = { ...defaultOptions, ...baseOptions };
2490
+ return Apollo.useLazyQuery(GetOrgWithResourcesRoleDocument, options);
2581
2491
  }
2582
- exports.useGetOrgWithResourcesRoleLazyQuery = useGetOrgWithResourcesRoleLazyQuery;
2583
- exports.ResolveConfigurationDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "ResolveConfiguration" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "input" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "PreferencesInputInput" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "key" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "overrides" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "ConfigurationOverridesInput" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "resolveConfiguration" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "input" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "input" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "key" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "key" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "overrides" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "overrides" } } }], "directives": [{ "kind": "Directive", "name": { "kind": "Name", "value": "client" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "always" }, "value": { "kind": "BooleanValue", "value": true } }] }] }] } }] };
2492
+ export const ResolveConfigurationDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "ResolveConfiguration" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "input" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "PreferencesInputInput" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "key" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "overrides" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "ConfigurationOverridesInput" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "resolveConfiguration" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "input" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "input" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "key" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "key" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "overrides" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "overrides" } } }], "directives": [{ "kind": "Directive", "name": { "kind": "Name", "value": "client" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "always" }, "value": { "kind": "BooleanValue", "value": true } }] }] }] } }] };
2584
2493
  /**
2585
2494
  * __useResolveConfigurationQuery__
2586
2495
  *
@@ -2599,17 +2508,15 @@ exports.ResolveConfigurationDocument = { "kind": "Document", "definitions": [{ "
2599
2508
  * },
2600
2509
  * });
2601
2510
  */
2602
- function useResolveConfigurationQuery(baseOptions) {
2603
- const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
2604
- return Apollo.useQuery(exports.ResolveConfigurationDocument, options);
2511
+ export function useResolveConfigurationQuery(baseOptions) {
2512
+ const options = { ...defaultOptions, ...baseOptions };
2513
+ return Apollo.useQuery(ResolveConfigurationDocument, options);
2605
2514
  }
2606
- exports.useResolveConfigurationQuery = useResolveConfigurationQuery;
2607
- function useResolveConfigurationLazyQuery(baseOptions) {
2608
- const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
2609
- return Apollo.useLazyQuery(exports.ResolveConfigurationDocument, options);
2515
+ export function useResolveConfigurationLazyQuery(baseOptions) {
2516
+ const options = { ...defaultOptions, ...baseOptions };
2517
+ return Apollo.useLazyQuery(ResolveConfigurationDocument, options);
2610
2518
  }
2611
- exports.useResolveConfigurationLazyQuery = useResolveConfigurationLazyQuery;
2612
- exports.GetResourcesConfigurationDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetResourcesConfiguration" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "input" } }, "type": { "kind": "ListType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "ConfigurationInput" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getConfiguration" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "input" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "input" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "OrganizationResourceConfiguration" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "Configuration" } }] } }] } }] } }, { "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "Configuration" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "IConfigurationModel" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "resource" } }, { "kind": "Field", "name": { "kind": "Name", "value": "target" } }, { "kind": "Field", "name": { "kind": "Name", "value": "contents" } }, { "kind": "Field", "name": { "kind": "Name", "value": "keys" } }, { "kind": "Field", "name": { "kind": "Name", "value": "overrides" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "contents" } }, { "kind": "Field", "name": { "kind": "Name", "value": "identifiers" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }] } }] };
2519
+ export const GetResourcesConfigurationDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetResourcesConfiguration" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "input" } }, "type": { "kind": "ListType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "ConfigurationInput" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getConfiguration" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "input" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "input" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "OrganizationResourceConfiguration" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "Configuration" } }] } }] } }] } }, { "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "Configuration" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "IConfigurationModel" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "resource" } }, { "kind": "Field", "name": { "kind": "Name", "value": "target" } }, { "kind": "Field", "name": { "kind": "Name", "value": "contents" } }, { "kind": "Field", "name": { "kind": "Name", "value": "keys" } }, { "kind": "Field", "name": { "kind": "Name", "value": "overrides" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "contents" } }, { "kind": "Field", "name": { "kind": "Name", "value": "identifiers" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }] } }] };
2613
2520
  /**
2614
2521
  * __useGetResourcesConfigurationQuery__
2615
2522
  *
@@ -2626,17 +2533,15 @@ exports.GetResourcesConfigurationDocument = { "kind": "Document", "definitions":
2626
2533
  * },
2627
2534
  * });
2628
2535
  */
2629
- function useGetResourcesConfigurationQuery(baseOptions) {
2630
- const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
2631
- return Apollo.useQuery(exports.GetResourcesConfigurationDocument, options);
2536
+ export function useGetResourcesConfigurationQuery(baseOptions) {
2537
+ const options = { ...defaultOptions, ...baseOptions };
2538
+ return Apollo.useQuery(GetResourcesConfigurationDocument, options);
2632
2539
  }
2633
- exports.useGetResourcesConfigurationQuery = useGetResourcesConfigurationQuery;
2634
- function useGetResourcesConfigurationLazyQuery(baseOptions) {
2635
- const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
2636
- return Apollo.useLazyQuery(exports.GetResourcesConfigurationDocument, options);
2540
+ export function useGetResourcesConfigurationLazyQuery(baseOptions) {
2541
+ const options = { ...defaultOptions, ...baseOptions };
2542
+ return Apollo.useLazyQuery(GetResourcesConfigurationDocument, options);
2637
2543
  }
2638
- exports.useGetResourcesConfigurationLazyQuery = useGetResourcesConfigurationLazyQuery;
2639
- exports.GetUserConfigurationDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetUserConfiguration" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "input" } }, "type": { "kind": "ListType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "ConfigurationInput" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getConfiguration" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "input" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "input" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "UserConfiguration" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "Configuration" } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "MachineConfiguration" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "Configuration" } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "DefaultConfiguration" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "Configuration" } }] } }] } }] } }, { "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "Configuration" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "IConfigurationModel" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "resource" } }, { "kind": "Field", "name": { "kind": "Name", "value": "target" } }, { "kind": "Field", "name": { "kind": "Name", "value": "contents" } }, { "kind": "Field", "name": { "kind": "Name", "value": "keys" } }, { "kind": "Field", "name": { "kind": "Name", "value": "overrides" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "contents" } }, { "kind": "Field", "name": { "kind": "Name", "value": "identifiers" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }] } }] };
2544
+ export const GetUserConfigurationDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetUserConfiguration" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "input" } }, "type": { "kind": "ListType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "ConfigurationInput" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getConfiguration" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "input" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "input" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "UserConfiguration" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "Configuration" } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "MachineConfiguration" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "Configuration" } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "DefaultConfiguration" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "Configuration" } }] } }] } }] } }, { "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "Configuration" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "IConfigurationModel" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "resource" } }, { "kind": "Field", "name": { "kind": "Name", "value": "target" } }, { "kind": "Field", "name": { "kind": "Name", "value": "contents" } }, { "kind": "Field", "name": { "kind": "Name", "value": "keys" } }, { "kind": "Field", "name": { "kind": "Name", "value": "overrides" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "contents" } }, { "kind": "Field", "name": { "kind": "Name", "value": "identifiers" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }] } }] };
2640
2545
  /**
2641
2546
  * __useGetUserConfigurationQuery__
2642
2547
  *
@@ -2653,17 +2558,15 @@ exports.GetUserConfigurationDocument = { "kind": "Document", "definitions": [{ "
2653
2558
  * },
2654
2559
  * });
2655
2560
  */
2656
- function useGetUserConfigurationQuery(baseOptions) {
2657
- const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
2658
- return Apollo.useQuery(exports.GetUserConfigurationDocument, options);
2561
+ export function useGetUserConfigurationQuery(baseOptions) {
2562
+ const options = { ...defaultOptions, ...baseOptions };
2563
+ return Apollo.useQuery(GetUserConfigurationDocument, options);
2659
2564
  }
2660
- exports.useGetUserConfigurationQuery = useGetUserConfigurationQuery;
2661
- function useGetUserConfigurationLazyQuery(baseOptions) {
2662
- const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
2663
- return Apollo.useLazyQuery(exports.GetUserConfigurationDocument, options);
2565
+ export function useGetUserConfigurationLazyQuery(baseOptions) {
2566
+ const options = { ...defaultOptions, ...baseOptions };
2567
+ return Apollo.useLazyQuery(GetUserConfigurationDocument, options);
2664
2568
  }
2665
- exports.useGetUserConfigurationLazyQuery = useGetUserConfigurationLazyQuery;
2666
- exports.DefaultSettingsDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "DefaultSettings" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "target" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Int" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "defaultViewerSettingsSubject" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "target" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "target" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "settingsCascade" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "finalConfiguration" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "defaultSetting" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "title" } }, { "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "sections" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "settings" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "DefaultSetting" } }] } }] } }] } }] } }] } }] } }] } }, { "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "DefaultSetting" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "ContributionSettings" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "key" } }, { "kind": "Field", "name": { "kind": "Name", "value": "value" } }, { "kind": "Field", "name": { "kind": "Name", "value": "description" } }, { "kind": "Field", "name": { "kind": "Name", "value": "descriptionIsMarkdown" } }, { "kind": "Field", "name": { "kind": "Name", "value": "deprecationMessage" } }, { "kind": "Field", "name": { "kind": "Name", "value": "type" } }, { "kind": "Field", "name": { "kind": "Name", "value": "order" } }, { "kind": "Field", "name": { "kind": "Name", "value": "enum" } }, { "kind": "Field", "name": { "kind": "Name", "value": "objectProperties" } }, { "kind": "Field", "name": { "kind": "Name", "value": "objectPatternProperties" } }, { "kind": "Field", "name": { "kind": "Name", "value": "objectAdditionalProperties" } }, { "kind": "Field", "name": { "kind": "Name", "value": "enumDescriptions" } }, { "kind": "Field", "name": { "kind": "Name", "value": "enumDescriptionsAreMarkdown" } }, { "kind": "Field", "name": { "kind": "Name", "value": "tags" } }, { "kind": "Field", "name": { "kind": "Name", "value": "properties" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "readOnly" } }, { "kind": "Field", "name": { "kind": "Name", "value": "disabled" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "arrayItemType" } }, { "kind": "Field", "name": { "kind": "Name", "value": "settingDependencies" } }, { "kind": "Field", "name": { "kind": "Name", "value": "minimum" } }, { "kind": "Field", "name": { "kind": "Name", "value": "maximum" } }, { "kind": "Field", "name": { "kind": "Name", "value": "maxLength" } }, { "kind": "Field", "name": { "kind": "Name", "value": "minLength" } }, { "kind": "Field", "name": { "kind": "Name", "value": "maxItems" } }, { "kind": "Field", "name": { "kind": "Name", "value": "minItems" } }] } }] };
2569
+ export const DefaultSettingsDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "DefaultSettings" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "target" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Int" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "defaultViewerSettingsSubject" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "target" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "target" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "settingsCascade" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "finalConfiguration" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "defaultSetting" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "title" } }, { "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "sections" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "settings" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "DefaultSetting" } }] } }] } }] } }] } }] } }] } }] } }, { "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "DefaultSetting" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "ContributionSettings" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "key" } }, { "kind": "Field", "name": { "kind": "Name", "value": "value" } }, { "kind": "Field", "name": { "kind": "Name", "value": "description" } }, { "kind": "Field", "name": { "kind": "Name", "value": "descriptionIsMarkdown" } }, { "kind": "Field", "name": { "kind": "Name", "value": "deprecationMessage" } }, { "kind": "Field", "name": { "kind": "Name", "value": "type" } }, { "kind": "Field", "name": { "kind": "Name", "value": "order" } }, { "kind": "Field", "name": { "kind": "Name", "value": "enum" } }, { "kind": "Field", "name": { "kind": "Name", "value": "objectProperties" } }, { "kind": "Field", "name": { "kind": "Name", "value": "objectPatternProperties" } }, { "kind": "Field", "name": { "kind": "Name", "value": "objectAdditionalProperties" } }, { "kind": "Field", "name": { "kind": "Name", "value": "enumDescriptions" } }, { "kind": "Field", "name": { "kind": "Name", "value": "enumDescriptionsAreMarkdown" } }, { "kind": "Field", "name": { "kind": "Name", "value": "tags" } }, { "kind": "Field", "name": { "kind": "Name", "value": "properties" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "readOnly" } }, { "kind": "Field", "name": { "kind": "Name", "value": "disabled" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "arrayItemType" } }, { "kind": "Field", "name": { "kind": "Name", "value": "settingDependencies" } }, { "kind": "Field", "name": { "kind": "Name", "value": "minimum" } }, { "kind": "Field", "name": { "kind": "Name", "value": "maximum" } }, { "kind": "Field", "name": { "kind": "Name", "value": "maxLength" } }, { "kind": "Field", "name": { "kind": "Name", "value": "minLength" } }, { "kind": "Field", "name": { "kind": "Name", "value": "maxItems" } }, { "kind": "Field", "name": { "kind": "Name", "value": "minItems" } }] } }] };
2667
2570
  /**
2668
2571
  * __useDefaultSettingsQuery__
2669
2572
  *
@@ -2680,17 +2583,15 @@ exports.DefaultSettingsDocument = { "kind": "Document", "definitions": [{ "kind"
2680
2583
  * },
2681
2584
  * });
2682
2585
  */
2683
- function useDefaultSettingsQuery(baseOptions) {
2684
- const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
2685
- return Apollo.useQuery(exports.DefaultSettingsDocument, options);
2586
+ export function useDefaultSettingsQuery(baseOptions) {
2587
+ const options = { ...defaultOptions, ...baseOptions };
2588
+ return Apollo.useQuery(DefaultSettingsDocument, options);
2686
2589
  }
2687
- exports.useDefaultSettingsQuery = useDefaultSettingsQuery;
2688
- function useDefaultSettingsLazyQuery(baseOptions) {
2689
- const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
2690
- return Apollo.useLazyQuery(exports.DefaultSettingsDocument, options);
2590
+ export function useDefaultSettingsLazyQuery(baseOptions) {
2591
+ const options = { ...defaultOptions, ...baseOptions };
2592
+ return Apollo.useLazyQuery(DefaultSettingsDocument, options);
2691
2593
  }
2692
- exports.useDefaultSettingsLazyQuery = useDefaultSettingsLazyQuery;
2693
- exports.GetContributionRolesDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "getContributionRoles" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getContributionRoles" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "target" } }, { "kind": "Field", "name": { "kind": "Name", "value": "description" } }] } }] } }] };
2594
+ export const GetContributionRolesDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "getContributionRoles" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getContributionRoles" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "target" } }, { "kind": "Field", "name": { "kind": "Name", "value": "description" } }] } }] } }] };
2694
2595
  /**
2695
2596
  * __useGetContributionRolesQuery__
2696
2597
  *
@@ -2706,17 +2607,15 @@ exports.GetContributionRolesDocument = { "kind": "Document", "definitions": [{ "
2706
2607
  * },
2707
2608
  * });
2708
2609
  */
2709
- function useGetContributionRolesQuery(baseOptions) {
2710
- const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
2711
- return Apollo.useQuery(exports.GetContributionRolesDocument, options);
2610
+ export function useGetContributionRolesQuery(baseOptions) {
2611
+ const options = { ...defaultOptions, ...baseOptions };
2612
+ return Apollo.useQuery(GetContributionRolesDocument, options);
2712
2613
  }
2713
- exports.useGetContributionRolesQuery = useGetContributionRolesQuery;
2714
- function useGetContributionRolesLazyQuery(baseOptions) {
2715
- const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
2716
- return Apollo.useLazyQuery(exports.GetContributionRolesDocument, options);
2614
+ export function useGetContributionRolesLazyQuery(baseOptions) {
2615
+ const options = { ...defaultOptions, ...baseOptions };
2616
+ return Apollo.useLazyQuery(GetContributionRolesDocument, options);
2717
2617
  }
2718
- exports.useGetContributionRolesLazyQuery = useGetContributionRolesLazyQuery;
2719
- exports.GetOrgContextDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetOrgContext" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getOrgContext" }, "directives": [{ "kind": "Directive", "name": { "kind": "Name", "value": "client" } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "OrgContext" } }] } }] } }, { "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "OrgContext" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Context" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "orgName" } }, { "kind": "Field", "name": { "kind": "Name", "value": "orgUri" } }] } }] };
2618
+ export const GetOrgContextDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetOrgContext" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getOrgContext" }, "directives": [{ "kind": "Directive", "name": { "kind": "Name", "value": "client" } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "OrgContext" } }] } }] } }, { "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "OrgContext" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Context" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "orgName" } }, { "kind": "Field", "name": { "kind": "Name", "value": "orgUri" } }] } }] };
2720
2619
  /**
2721
2620
  * __useGetOrgContextQuery__
2722
2621
  *
@@ -2732,17 +2631,15 @@ exports.GetOrgContextDocument = { "kind": "Document", "definitions": [{ "kind":
2732
2631
  * },
2733
2632
  * });
2734
2633
  */
2735
- function useGetOrgContextQuery(baseOptions) {
2736
- const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
2737
- return Apollo.useQuery(exports.GetOrgContextDocument, options);
2634
+ export function useGetOrgContextQuery(baseOptions) {
2635
+ const options = { ...defaultOptions, ...baseOptions };
2636
+ return Apollo.useQuery(GetOrgContextDocument, options);
2738
2637
  }
2739
- exports.useGetOrgContextQuery = useGetOrgContextQuery;
2740
- function useGetOrgContextLazyQuery(baseOptions) {
2741
- const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
2742
- return Apollo.useLazyQuery(exports.GetOrgContextDocument, options);
2638
+ export function useGetOrgContextLazyQuery(baseOptions) {
2639
+ const options = { ...defaultOptions, ...baseOptions };
2640
+ return Apollo.useLazyQuery(GetOrgContextDocument, options);
2743
2641
  }
2744
- exports.useGetOrgContextLazyQuery = useGetOrgContextLazyQuery;
2745
- exports.GetOrgNameFromContextDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetOrgNameFromContext" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getOrgNameFromContext" }, "directives": [{ "kind": "Directive", "name": { "kind": "Name", "value": "client" } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "OrgNameInContext" } }] } }] } }, { "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "OrgNameInContext" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Context" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "orgName" } }] } }] };
2642
+ export const GetOrgNameFromContextDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetOrgNameFromContext" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getOrgNameFromContext" }, "directives": [{ "kind": "Directive", "name": { "kind": "Name", "value": "client" } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "OrgNameInContext" } }] } }] } }, { "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "OrgNameInContext" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Context" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "orgName" } }] } }] };
2746
2643
  /**
2747
2644
  * __useGetOrgNameFromContextQuery__
2748
2645
  *
@@ -2758,17 +2655,15 @@ exports.GetOrgNameFromContextDocument = { "kind": "Document", "definitions": [{
2758
2655
  * },
2759
2656
  * });
2760
2657
  */
2761
- function useGetOrgNameFromContextQuery(baseOptions) {
2762
- const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
2763
- return Apollo.useQuery(exports.GetOrgNameFromContextDocument, options);
2658
+ export function useGetOrgNameFromContextQuery(baseOptions) {
2659
+ const options = { ...defaultOptions, ...baseOptions };
2660
+ return Apollo.useQuery(GetOrgNameFromContextDocument, options);
2764
2661
  }
2765
- exports.useGetOrgNameFromContextQuery = useGetOrgNameFromContextQuery;
2766
- function useGetOrgNameFromContextLazyQuery(baseOptions) {
2767
- const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
2768
- return Apollo.useLazyQuery(exports.GetOrgNameFromContextDocument, options);
2662
+ export function useGetOrgNameFromContextLazyQuery(baseOptions) {
2663
+ const options = { ...defaultOptions, ...baseOptions };
2664
+ return Apollo.useLazyQuery(GetOrgNameFromContextDocument, options);
2769
2665
  }
2770
- exports.useGetOrgNameFromContextLazyQuery = useGetOrgNameFromContextLazyQuery;
2771
- exports.GetRoleDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "getRole" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "input" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "RoleInput" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getRole" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "input" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "input" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "OrganizationRole" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "contents" } }, { "kind": "Field", "name": { "kind": "Name", "value": "keys" } }] } }] } }] } }] };
2666
+ export const GetRoleDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "getRole" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "input" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "RoleInput" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getRole" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "input" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "input" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "OrganizationRole" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "contents" } }, { "kind": "Field", "name": { "kind": "Name", "value": "keys" } }] } }] } }] } }] };
2772
2667
  /**
2773
2668
  * __useGetRoleQuery__
2774
2669
  *
@@ -2785,17 +2680,15 @@ exports.GetRoleDocument = { "kind": "Document", "definitions": [{ "kind": "Opera
2785
2680
  * },
2786
2681
  * });
2787
2682
  */
2788
- function useGetRoleQuery(baseOptions) {
2789
- const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
2790
- return Apollo.useQuery(exports.GetRoleDocument, options);
2683
+ export function useGetRoleQuery(baseOptions) {
2684
+ const options = { ...defaultOptions, ...baseOptions };
2685
+ return Apollo.useQuery(GetRoleDocument, options);
2791
2686
  }
2792
- exports.useGetRoleQuery = useGetRoleQuery;
2793
- function useGetRoleLazyQuery(baseOptions) {
2794
- const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
2795
- return Apollo.useLazyQuery(exports.GetRoleDocument, options);
2687
+ export function useGetRoleLazyQuery(baseOptions) {
2688
+ const options = { ...defaultOptions, ...baseOptions };
2689
+ return Apollo.useLazyQuery(GetRoleDocument, options);
2796
2690
  }
2797
- exports.useGetRoleLazyQuery = useGetRoleLazyQuery;
2798
- exports.GetOrgWithResourcesConfigurationDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetOrgWithResourcesConfiguration" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "input" } }, "type": { "kind": "ListType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "ConfigurationInput" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getConfiguration" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "input" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "input" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "OrganizationConfiguration" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "Configuration" } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "OrganizationResourceConfiguration" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "Configuration" } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "MachineConfiguration" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "Configuration" } }] } }] } }] } }, { "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "Configuration" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "IConfigurationModel" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "resource" } }, { "kind": "Field", "name": { "kind": "Name", "value": "target" } }, { "kind": "Field", "name": { "kind": "Name", "value": "contents" } }, { "kind": "Field", "name": { "kind": "Name", "value": "keys" } }, { "kind": "Field", "name": { "kind": "Name", "value": "overrides" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "contents" } }, { "kind": "Field", "name": { "kind": "Name", "value": "identifiers" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }] } }] };
2691
+ export const GetOrgWithResourcesConfigurationDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetOrgWithResourcesConfiguration" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "input" } }, "type": { "kind": "ListType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "ConfigurationInput" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getConfiguration" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "input" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "input" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "OrganizationConfiguration" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "Configuration" } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "OrganizationResourceConfiguration" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "Configuration" } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "MachineConfiguration" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "Configuration" } }] } }] } }] } }, { "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "Configuration" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "IConfigurationModel" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "resource" } }, { "kind": "Field", "name": { "kind": "Name", "value": "target" } }, { "kind": "Field", "name": { "kind": "Name", "value": "contents" } }, { "kind": "Field", "name": { "kind": "Name", "value": "keys" } }, { "kind": "Field", "name": { "kind": "Name", "value": "overrides" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "contents" } }, { "kind": "Field", "name": { "kind": "Name", "value": "identifiers" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }] } }] };
2799
2692
  /**
2800
2693
  * __useGetOrgWithResourcesConfigurationQuery__
2801
2694
  *
@@ -2812,17 +2705,15 @@ exports.GetOrgWithResourcesConfigurationDocument = { "kind": "Document", "defini
2812
2705
  * },
2813
2706
  * });
2814
2707
  */
2815
- function useGetOrgWithResourcesConfigurationQuery(baseOptions) {
2816
- const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
2817
- return Apollo.useQuery(exports.GetOrgWithResourcesConfigurationDocument, options);
2708
+ export function useGetOrgWithResourcesConfigurationQuery(baseOptions) {
2709
+ const options = { ...defaultOptions, ...baseOptions };
2710
+ return Apollo.useQuery(GetOrgWithResourcesConfigurationDocument, options);
2818
2711
  }
2819
- exports.useGetOrgWithResourcesConfigurationQuery = useGetOrgWithResourcesConfigurationQuery;
2820
- function useGetOrgWithResourcesConfigurationLazyQuery(baseOptions) {
2821
- const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
2822
- return Apollo.useLazyQuery(exports.GetOrgWithResourcesConfigurationDocument, options);
2712
+ export function useGetOrgWithResourcesConfigurationLazyQuery(baseOptions) {
2713
+ const options = { ...defaultOptions, ...baseOptions };
2714
+ return Apollo.useLazyQuery(GetOrgWithResourcesConfigurationDocument, options);
2823
2715
  }
2824
- exports.useGetOrgWithResourcesConfigurationLazyQuery = useGetOrgWithResourcesConfigurationLazyQuery;
2825
- exports.GetUserWithDefaultConfigurationDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetUserWithDefaultConfiguration" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "input" } }, "type": { "kind": "ListType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "ConfigurationInput" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getConfiguration" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "input" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "input" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "DefaultConfiguration" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "Configuration" } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "UserConfiguration" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "Configuration" } }] } }] } }] } }, { "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "Configuration" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "IConfigurationModel" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "resource" } }, { "kind": "Field", "name": { "kind": "Name", "value": "target" } }, { "kind": "Field", "name": { "kind": "Name", "value": "contents" } }, { "kind": "Field", "name": { "kind": "Name", "value": "keys" } }, { "kind": "Field", "name": { "kind": "Name", "value": "overrides" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "contents" } }, { "kind": "Field", "name": { "kind": "Name", "value": "identifiers" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }] } }] };
2716
+ export const GetUserWithDefaultConfigurationDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetUserWithDefaultConfiguration" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "input" } }, "type": { "kind": "ListType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "ConfigurationInput" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getConfiguration" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "input" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "input" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "DefaultConfiguration" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "Configuration" } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "UserConfiguration" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "Configuration" } }] } }] } }] } }, { "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "Configuration" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "IConfigurationModel" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "resource" } }, { "kind": "Field", "name": { "kind": "Name", "value": "target" } }, { "kind": "Field", "name": { "kind": "Name", "value": "contents" } }, { "kind": "Field", "name": { "kind": "Name", "value": "keys" } }, { "kind": "Field", "name": { "kind": "Name", "value": "overrides" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "contents" } }, { "kind": "Field", "name": { "kind": "Name", "value": "identifiers" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }] } }] };
2826
2717
  /**
2827
2718
  * __useGetUserWithDefaultConfigurationQuery__
2828
2719
  *
@@ -2839,17 +2730,15 @@ exports.GetUserWithDefaultConfigurationDocument = { "kind": "Document", "definit
2839
2730
  * },
2840
2731
  * });
2841
2732
  */
2842
- function useGetUserWithDefaultConfigurationQuery(baseOptions) {
2843
- const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
2844
- return Apollo.useQuery(exports.GetUserWithDefaultConfigurationDocument, options);
2733
+ export function useGetUserWithDefaultConfigurationQuery(baseOptions) {
2734
+ const options = { ...defaultOptions, ...baseOptions };
2735
+ return Apollo.useQuery(GetUserWithDefaultConfigurationDocument, options);
2845
2736
  }
2846
- exports.useGetUserWithDefaultConfigurationQuery = useGetUserWithDefaultConfigurationQuery;
2847
- function useGetUserWithDefaultConfigurationLazyQuery(baseOptions) {
2848
- const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
2849
- return Apollo.useLazyQuery(exports.GetUserWithDefaultConfigurationDocument, options);
2737
+ export function useGetUserWithDefaultConfigurationLazyQuery(baseOptions) {
2738
+ const options = { ...defaultOptions, ...baseOptions };
2739
+ return Apollo.useLazyQuery(GetUserWithDefaultConfigurationDocument, options);
2850
2740
  }
2851
- exports.useGetUserWithDefaultConfigurationLazyQuery = useGetUserWithDefaultConfigurationLazyQuery;
2852
- exports.SubscribeToConfigurationUpdateDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "subscription", "name": { "kind": "Name", "value": "SubscribeToConfigurationUpdate" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "orgName" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "SubscribeToConfigurationUpdate" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "orgName" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "orgName" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "ConfigurationUpdateEvent" } }] } }] } }, { "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "ConfigurationUpdateEvent" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "ConfigurationUpdateEvent" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "contents" } }, { "kind": "Field", "name": { "kind": "Name", "value": "resource" } }, { "kind": "Field", "name": { "kind": "Name", "value": "overrides" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "resource" } }, { "kind": "Field", "name": { "kind": "Name", "value": "overrideIdentifier" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "target" } }, { "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }] } }] };
2741
+ export const SubscribeToConfigurationUpdateDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "subscription", "name": { "kind": "Name", "value": "SubscribeToConfigurationUpdate" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "orgName" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "SubscribeToConfigurationUpdate" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "orgName" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "orgName" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "ConfigurationUpdateEvent" } }] } }] } }, { "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "ConfigurationUpdateEvent" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "ConfigurationUpdateEvent" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "contents" } }, { "kind": "Field", "name": { "kind": "Name", "value": "resource" } }, { "kind": "Field", "name": { "kind": "Name", "value": "overrides" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "resource" } }, { "kind": "Field", "name": { "kind": "Name", "value": "overrideIdentifier" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "target" } }, { "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }] } }] };
2853
2742
  /**
2854
2743
  * __useSubscribeToConfigurationUpdateSubscription__
2855
2744
  *
@@ -2866,12 +2755,11 @@ exports.SubscribeToConfigurationUpdateDocument = { "kind": "Document", "definiti
2866
2755
  * },
2867
2756
  * });
2868
2757
  */
2869
- function useSubscribeToConfigurationUpdateSubscription(baseOptions) {
2870
- const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
2871
- return Apollo.useSubscription(exports.SubscribeToConfigurationUpdateDocument, options);
2758
+ export function useSubscribeToConfigurationUpdateSubscription(baseOptions) {
2759
+ const options = { ...defaultOptions, ...baseOptions };
2760
+ return Apollo.useSubscription(SubscribeToConfigurationUpdateDocument, options);
2872
2761
  }
2873
- exports.useSubscribeToConfigurationUpdateSubscription = useSubscribeToConfigurationUpdateSubscription;
2874
- exports.SubscribeToOrganizationContextDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "subscription", "name": { "kind": "Name", "value": "subscribeToOrganizationContext" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "orgNameFilter" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "SubscribeToOrganizationContext" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "orgNameFilter" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "orgNameFilter" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "resources" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "ResourceData" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "orgNameFilter" } }] } }] } }, { "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "ResourceData" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "IResourceData" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "uri" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "index" } }] } }] };
2762
+ export const SubscribeToOrganizationContextDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "subscription", "name": { "kind": "Name", "value": "subscribeToOrganizationContext" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "orgNameFilter" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "SubscribeToOrganizationContext" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "orgNameFilter" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "orgNameFilter" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "resources" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "ResourceData" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "orgNameFilter" } }] } }] } }, { "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "ResourceData" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "IResourceData" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "uri" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "index" } }] } }] };
2875
2763
  /**
2876
2764
  * __useSubscribeToOrganizationContextSubscription__
2877
2765
  *
@@ -2888,12 +2776,11 @@ exports.SubscribeToOrganizationContextDocument = { "kind": "Document", "definiti
2888
2776
  * },
2889
2777
  * });
2890
2778
  */
2891
- function useSubscribeToOrganizationContextSubscription(baseOptions) {
2892
- const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
2893
- return Apollo.useSubscription(exports.SubscribeToOrganizationContextDocument, options);
2779
+ export function useSubscribeToOrganizationContextSubscription(baseOptions) {
2780
+ const options = { ...defaultOptions, ...baseOptions };
2781
+ return Apollo.useSubscription(SubscribeToOrganizationContextDocument, options);
2894
2782
  }
2895
- exports.useSubscribeToOrganizationContextSubscription = useSubscribeToOrganizationContextSubscription;
2896
- exports.SubscribeToPermissionUpdateDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "subscription", "name": { "kind": "Name", "value": "SubscribeToPermissionUpdate" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "orgName" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "SubscribeToPermissionUpdate" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "orgName" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "orgName" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "ConfigurationUpdateEvent" } }] } }] } }, { "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "ConfigurationUpdateEvent" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "ConfigurationUpdateEvent" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "contents" } }, { "kind": "Field", "name": { "kind": "Name", "value": "resource" } }, { "kind": "Field", "name": { "kind": "Name", "value": "overrides" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "resource" } }, { "kind": "Field", "name": { "kind": "Name", "value": "overrideIdentifier" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "target" } }, { "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }] } }] };
2783
+ export const SubscribeToPermissionUpdateDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "subscription", "name": { "kind": "Name", "value": "SubscribeToPermissionUpdate" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "orgName" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "SubscribeToPermissionUpdate" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "orgName" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "orgName" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "ConfigurationUpdateEvent" } }] } }] } }, { "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "ConfigurationUpdateEvent" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "ConfigurationUpdateEvent" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "contents" } }, { "kind": "Field", "name": { "kind": "Name", "value": "resource" } }, { "kind": "Field", "name": { "kind": "Name", "value": "overrides" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "resource" } }, { "kind": "Field", "name": { "kind": "Name", "value": "overrideIdentifier" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "target" } }, { "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }] } }] };
2897
2784
  /**
2898
2785
  * __useSubscribeToPermissionUpdateSubscription__
2899
2786
  *
@@ -2910,12 +2797,11 @@ exports.SubscribeToPermissionUpdateDocument = { "kind": "Document", "definitions
2910
2797
  * },
2911
2798
  * });
2912
2799
  */
2913
- function useSubscribeToPermissionUpdateSubscription(baseOptions) {
2914
- const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
2915
- return Apollo.useSubscription(exports.SubscribeToPermissionUpdateDocument, options);
2800
+ export function useSubscribeToPermissionUpdateSubscription(baseOptions) {
2801
+ const options = { ...defaultOptions, ...baseOptions };
2802
+ return Apollo.useSubscription(SubscribeToPermissionUpdateDocument, options);
2916
2803
  }
2917
- exports.useSubscribeToPermissionUpdateSubscription = useSubscribeToPermissionUpdateSubscription;
2918
- exports.SubscribeToPolicyUpdateDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "subscription", "name": { "kind": "Name", "value": "SubscribeToPolicyUpdate" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "orgName" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "SubscribeToPolicyUpdate" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "orgName" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "orgName" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "ConfigurationUpdateEvent" } }] } }] } }, { "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "ConfigurationUpdateEvent" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "ConfigurationUpdateEvent" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "contents" } }, { "kind": "Field", "name": { "kind": "Name", "value": "resource" } }, { "kind": "Field", "name": { "kind": "Name", "value": "overrides" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "resource" } }, { "kind": "Field", "name": { "kind": "Name", "value": "overrideIdentifier" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "target" } }, { "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }] } }] };
2804
+ export const SubscribeToPolicyUpdateDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "subscription", "name": { "kind": "Name", "value": "SubscribeToPolicyUpdate" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "orgName" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "SubscribeToPolicyUpdate" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "orgName" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "orgName" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "ConfigurationUpdateEvent" } }] } }] } }, { "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "ConfigurationUpdateEvent" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "ConfigurationUpdateEvent" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "contents" } }, { "kind": "Field", "name": { "kind": "Name", "value": "resource" } }, { "kind": "Field", "name": { "kind": "Name", "value": "overrides" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "resource" } }, { "kind": "Field", "name": { "kind": "Name", "value": "overrideIdentifier" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "target" } }, { "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }] } }] };
2919
2805
  /**
2920
2806
  * __useSubscribeToPolicyUpdateSubscription__
2921
2807
  *
@@ -2932,12 +2818,11 @@ exports.SubscribeToPolicyUpdateDocument = { "kind": "Document", "definitions": [
2932
2818
  * },
2933
2819
  * });
2934
2820
  */
2935
- function useSubscribeToPolicyUpdateSubscription(baseOptions) {
2936
- const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
2937
- return Apollo.useSubscription(exports.SubscribeToPolicyUpdateDocument, options);
2821
+ export function useSubscribeToPolicyUpdateSubscription(baseOptions) {
2822
+ const options = { ...defaultOptions, ...baseOptions };
2823
+ return Apollo.useSubscription(SubscribeToPolicyUpdateDocument, options);
2938
2824
  }
2939
- exports.useSubscribeToPolicyUpdateSubscription = useSubscribeToPolicyUpdateSubscription;
2940
- exports.UpdateConfigurationValueByUriDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "UpdateConfigurationValueByUri" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "resource" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "URI" } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "key" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "value" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "AnyObject" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "overrides" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "ConfigurationOverridesInput" } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "target" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Int" } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "donotNotifyError" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Boolean" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "updateConfigurationValueByUri" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "resource" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "resource" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "key" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "key" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "value" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "value" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "overrides" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "overrides" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "target" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "target" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "donotNotifyError" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "donotNotifyError" } } }] }] } }] };
2825
+ export const UpdateConfigurationValueByUriDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "UpdateConfigurationValueByUri" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "resource" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "URI" } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "key" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "value" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "AnyObject" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "overrides" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "ConfigurationOverridesInput" } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "target" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Int" } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "donotNotifyError" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Boolean" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "updateConfigurationValueByUri" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "resource" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "resource" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "key" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "key" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "value" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "value" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "overrides" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "overrides" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "target" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "target" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "donotNotifyError" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "donotNotifyError" } } }] }] } }] };
2941
2826
  /**
2942
2827
  * __useUpdateConfigurationValueByUriMutation__
2943
2828
  *
@@ -2960,12 +2845,11 @@ exports.UpdateConfigurationValueByUriDocument = { "kind": "Document", "definitio
2960
2845
  * },
2961
2846
  * });
2962
2847
  */
2963
- function useUpdateConfigurationValueByUriMutation(baseOptions) {
2964
- const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
2965
- return Apollo.useMutation(exports.UpdateConfigurationValueByUriDocument, options);
2848
+ export function useUpdateConfigurationValueByUriMutation(baseOptions) {
2849
+ const options = { ...defaultOptions, ...baseOptions };
2850
+ return Apollo.useMutation(UpdateConfigurationValueByUriDocument, options);
2966
2851
  }
2967
- exports.useUpdateConfigurationValueByUriMutation = useUpdateConfigurationValueByUriMutation;
2968
- exports.UpdateConfigurationValueDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "UpdateConfigurationValue" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "key" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "value" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "AnyObject" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "overrides" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "ConfigurationOverridesInput" } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "target" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Int" } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "donotNotifyError" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Boolean" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "updateConfigurationValue" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "key" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "key" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "value" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "value" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "overrides" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "overrides" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "target" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "target" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "donotNotifyError" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "donotNotifyError" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "DefaultConfiguration" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "Configuration" } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "UserConfiguration" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "Configuration" } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "OrganizationConfiguration" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "Configuration" } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "OrganizationResourceConfiguration" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "Configuration" } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "MachineConfiguration" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "Configuration" } }] } }] } }] } }, { "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "Configuration" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "IConfigurationModel" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "resource" } }, { "kind": "Field", "name": { "kind": "Name", "value": "target" } }, { "kind": "Field", "name": { "kind": "Name", "value": "contents" } }, { "kind": "Field", "name": { "kind": "Name", "value": "keys" } }, { "kind": "Field", "name": { "kind": "Name", "value": "overrides" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "contents" } }, { "kind": "Field", "name": { "kind": "Name", "value": "identifiers" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }] } }] };
2852
+ export const UpdateConfigurationValueDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "UpdateConfigurationValue" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "key" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "value" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "AnyObject" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "overrides" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "ConfigurationOverridesInput" } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "target" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Int" } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "donotNotifyError" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Boolean" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "updateConfigurationValue" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "key" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "key" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "value" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "value" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "overrides" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "overrides" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "target" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "target" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "donotNotifyError" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "donotNotifyError" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "DefaultConfiguration" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "Configuration" } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "UserConfiguration" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "Configuration" } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "OrganizationConfiguration" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "Configuration" } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "OrganizationResourceConfiguration" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "Configuration" } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "MachineConfiguration" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "Configuration" } }] } }] } }] } }, { "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "Configuration" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "IConfigurationModel" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "resource" } }, { "kind": "Field", "name": { "kind": "Name", "value": "target" } }, { "kind": "Field", "name": { "kind": "Name", "value": "contents" } }, { "kind": "Field", "name": { "kind": "Name", "value": "keys" } }, { "kind": "Field", "name": { "kind": "Name", "value": "overrides" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "contents" } }, { "kind": "Field", "name": { "kind": "Name", "value": "identifiers" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }] } }] };
2969
2853
  /**
2970
2854
  * __useUpdateConfigurationValueMutation__
2971
2855
  *
@@ -2987,12 +2871,11 @@ exports.UpdateConfigurationValueDocument = { "kind": "Document", "definitions":
2987
2871
  * },
2988
2872
  * });
2989
2873
  */
2990
- function useUpdateConfigurationValueMutation(baseOptions) {
2991
- const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
2992
- return Apollo.useMutation(exports.UpdateConfigurationValueDocument, options);
2874
+ export function useUpdateConfigurationValueMutation(baseOptions) {
2875
+ const options = { ...defaultOptions, ...baseOptions };
2876
+ return Apollo.useMutation(UpdateConfigurationValueDocument, options);
2993
2877
  }
2994
- exports.useUpdateConfigurationValueMutation = useUpdateConfigurationValueMutation;
2995
- exports.UpdateOrganizationContextAddResourcesDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "updateOrganizationContextAddResources" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "orgId" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "resourcesToAdd" } }, "type": { "kind": "NonNullType", "type": { "kind": "ListType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "ResourceCreationDataInput" } } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "index" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Int" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "updateOrganizationContextAddResources" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "orgId" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "orgId" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "resourcesToAdd" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "resourcesToAdd" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "index" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "index" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "OrganizationResourceData" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "ResourceData" } }] } }] } }] } }, { "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "ResourceData" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "IResourceData" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "uri" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "index" } }] } }] };
2878
+ export const UpdateOrganizationContextAddResourcesDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "updateOrganizationContextAddResources" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "orgId" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "resourcesToAdd" } }, "type": { "kind": "NonNullType", "type": { "kind": "ListType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "ResourceCreationDataInput" } } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "index" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Int" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "updateOrganizationContextAddResources" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "orgId" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "orgId" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "resourcesToAdd" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "resourcesToAdd" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "index" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "index" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "OrganizationResourceData" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "ResourceData" } }] } }] } }] } }, { "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "ResourceData" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "IResourceData" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "uri" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "index" } }] } }] };
2996
2879
  /**
2997
2880
  * __useUpdateOrganizationContextAddResourcesMutation__
2998
2881
  *
@@ -3012,12 +2895,11 @@ exports.UpdateOrganizationContextAddResourcesDocument = { "kind": "Document", "d
3012
2895
  * },
3013
2896
  * });
3014
2897
  */
3015
- function useUpdateOrganizationContextAddResourcesMutation(baseOptions) {
3016
- const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
3017
- return Apollo.useMutation(exports.UpdateOrganizationContextAddResourcesDocument, options);
2898
+ export function useUpdateOrganizationContextAddResourcesMutation(baseOptions) {
2899
+ const options = { ...defaultOptions, ...baseOptions };
2900
+ return Apollo.useMutation(UpdateOrganizationContextAddResourcesDocument, options);
3018
2901
  }
3019
- exports.useUpdateOrganizationContextAddResourcesMutation = useUpdateOrganizationContextAddResourcesMutation;
3020
- exports.UpdateOrganizationContextRemoveResourcesDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "updateOrganizationContextRemoveResources" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "resourcesToRemove" } }, "type": { "kind": "NonNullType", "type": { "kind": "ListType", "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "URI" } } } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "updateOrganizationContextRemoveResources" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "resourcesToRemove" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "resourcesToRemove" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "OrganizationResourceData" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "ResourceData" } }] } }] } }] } }, { "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "ResourceData" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "IResourceData" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "uri" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "index" } }] } }] };
2902
+ export const UpdateOrganizationContextRemoveResourcesDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "updateOrganizationContextRemoveResources" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "resourcesToRemove" } }, "type": { "kind": "NonNullType", "type": { "kind": "ListType", "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "URI" } } } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "updateOrganizationContextRemoveResources" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "resourcesToRemove" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "resourcesToRemove" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "OrganizationResourceData" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "ResourceData" } }] } }] } }] } }, { "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "ResourceData" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "IResourceData" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "uri" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "index" } }] } }] };
3021
2903
  /**
3022
2904
  * __useUpdateOrganizationContextRemoveResourcesMutation__
3023
2905
  *
@@ -3035,12 +2917,11 @@ exports.UpdateOrganizationContextRemoveResourcesDocument = { "kind": "Document",
3035
2917
  * },
3036
2918
  * });
3037
2919
  */
3038
- function useUpdateOrganizationContextRemoveResourcesMutation(baseOptions) {
3039
- const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
3040
- return Apollo.useMutation(exports.UpdateOrganizationContextRemoveResourcesDocument, options);
2920
+ export function useUpdateOrganizationContextRemoveResourcesMutation(baseOptions) {
2921
+ const options = { ...defaultOptions, ...baseOptions };
2922
+ return Apollo.useMutation(UpdateOrganizationContextRemoveResourcesDocument, options);
3041
2923
  }
3042
- exports.useUpdateOrganizationContextRemoveResourcesMutation = useUpdateOrganizationContextRemoveResourcesMutation;
3043
- exports.UpdateOrganizationContextUpdateResourcesDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "updateOrganizationContextUpdateResources" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "resourcesToAdd" } }, "type": { "kind": "NonNullType", "type": { "kind": "ListType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "ResourceCreationDataInput" } } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "resourcesToRemove" } }, "type": { "kind": "NonNullType", "type": { "kind": "ListType", "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "URI" } } } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "index" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Int" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "updateOrganizationContextUpdateResources" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "resourcesToAdd" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "resourcesToAdd" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "resourcesToRemove" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "resourcesToRemove" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "index" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "index" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "OrganizationResourceData" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "ResourceData" } }] } }] } }] } }, { "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "ResourceData" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "IResourceData" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "uri" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "index" } }] } }] };
2924
+ export const UpdateOrganizationContextUpdateResourcesDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "updateOrganizationContextUpdateResources" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "resourcesToAdd" } }, "type": { "kind": "NonNullType", "type": { "kind": "ListType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "ResourceCreationDataInput" } } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "resourcesToRemove" } }, "type": { "kind": "NonNullType", "type": { "kind": "ListType", "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "URI" } } } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "index" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Int" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "updateOrganizationContextUpdateResources" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "resourcesToAdd" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "resourcesToAdd" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "resourcesToRemove" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "resourcesToRemove" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "index" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "index" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "OrganizationResourceData" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "ResourceData" } }] } }] } }] } }, { "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "ResourceData" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "IResourceData" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "uri" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "index" } }] } }] };
3044
2925
  /**
3045
2926
  * __useUpdateOrganizationContextUpdateResourcesMutation__
3046
2927
  *
@@ -3060,12 +2941,11 @@ exports.UpdateOrganizationContextUpdateResourcesDocument = { "kind": "Document",
3060
2941
  * },
3061
2942
  * });
3062
2943
  */
3063
- function useUpdateOrganizationContextUpdateResourcesMutation(baseOptions) {
3064
- const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
3065
- return Apollo.useMutation(exports.UpdateOrganizationContextUpdateResourcesDocument, options);
2944
+ export function useUpdateOrganizationContextUpdateResourcesMutation(baseOptions) {
2945
+ const options = { ...defaultOptions, ...baseOptions };
2946
+ return Apollo.useMutation(UpdateOrganizationContextUpdateResourcesDocument, options);
3066
2947
  }
3067
- exports.useUpdateOrganizationContextUpdateResourcesMutation = useUpdateOrganizationContextUpdateResourcesMutation;
3068
- exports.UpdatePolicyValueDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "UpdatePolicyValue" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "key" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "value" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "AnyObject" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "overrides" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "ConfigurationOverridesInput" } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "target" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Int" } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "donotNotifyError" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Boolean" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "updateConfigurationPolicyValue" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "key" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "key" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "value" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "value" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "overrides" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "overrides" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "target" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "target" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "donotNotifyError" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "donotNotifyError" } } }] }] } }] };
2948
+ export const UpdatePolicyValueDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "UpdatePolicyValue" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "key" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "value" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "AnyObject" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "overrides" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "ConfigurationOverridesInput" } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "target" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Int" } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "donotNotifyError" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Boolean" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "updateConfigurationPolicyValue" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "key" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "key" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "value" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "value" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "overrides" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "overrides" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "target" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "target" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "donotNotifyError" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "donotNotifyError" } } }] }] } }] };
3069
2949
  /**
3070
2950
  * __useUpdatePolicyValueMutation__
3071
2951
  *
@@ -3087,12 +2967,11 @@ exports.UpdatePolicyValueDocument = { "kind": "Document", "definitions": [{ "kin
3087
2967
  * },
3088
2968
  * });
3089
2969
  */
3090
- function useUpdatePolicyValueMutation(baseOptions) {
3091
- const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
3092
- return Apollo.useMutation(exports.UpdatePolicyValueDocument, options);
2970
+ export function useUpdatePolicyValueMutation(baseOptions) {
2971
+ const options = { ...defaultOptions, ...baseOptions };
2972
+ return Apollo.useMutation(UpdatePolicyValueDocument, options);
3093
2973
  }
3094
- exports.useUpdatePolicyValueMutation = useUpdatePolicyValueMutation;
3095
- exports.UpdateRoleValueDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "UpdateRoleValue" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "key" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "value" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "AnyObject" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "overrides" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "ConfigurationOverridesInput" } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "target" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Int" } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "donotNotifyError" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Boolean" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "updateRoleValue" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "key" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "key" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "value" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "value" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "overrides" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "overrides" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "target" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "target" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "donotNotifyError" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "donotNotifyError" } } }] }] } }] };
2974
+ export const UpdateRoleValueDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "UpdateRoleValue" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "key" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "value" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "AnyObject" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "overrides" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "ConfigurationOverridesInput" } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "target" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Int" } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "donotNotifyError" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Boolean" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "updateRoleValue" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "key" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "key" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "value" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "value" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "overrides" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "overrides" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "target" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "target" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "donotNotifyError" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "donotNotifyError" } } }] }] } }] };
3096
2975
  /**
3097
2976
  * __useUpdateRoleValueMutation__
3098
2977
  *
@@ -3114,12 +2993,11 @@ exports.UpdateRoleValueDocument = { "kind": "Document", "definitions": [{ "kind"
3114
2993
  * },
3115
2994
  * });
3116
2995
  */
3117
- function useUpdateRoleValueMutation(baseOptions) {
3118
- const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
3119
- return Apollo.useMutation(exports.UpdateRoleValueDocument, options);
2996
+ export function useUpdateRoleValueMutation(baseOptions) {
2997
+ const options = { ...defaultOptions, ...baseOptions };
2998
+ return Apollo.useMutation(UpdateRoleValueDocument, options);
3120
2999
  }
3121
- exports.useUpdateRoleValueMutation = useUpdateRoleValueMutation;
3122
- exports.GetConfigurationDataDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "getConfigurationData" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getConfigurationData" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "defaults" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "Configuration" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "user" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "Configuration" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "machine" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "Configuration" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "organization" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "Configuration" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "resources" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "Configuration" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "isComplete" } }] } }] } }, { "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "Configuration" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "IConfigurationModel" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "resource" } }, { "kind": "Field", "name": { "kind": "Name", "value": "target" } }, { "kind": "Field", "name": { "kind": "Name", "value": "contents" } }, { "kind": "Field", "name": { "kind": "Name", "value": "keys" } }, { "kind": "Field", "name": { "kind": "Name", "value": "overrides" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "contents" } }, { "kind": "Field", "name": { "kind": "Name", "value": "identifiers" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }] } }] };
3000
+ export const GetConfigurationDataDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "getConfigurationData" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getConfigurationData" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "defaults" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "Configuration" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "user" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "Configuration" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "machine" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "Configuration" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "organization" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "Configuration" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "resources" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "Configuration" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "isComplete" } }] } }] } }, { "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "Configuration" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "IConfigurationModel" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "resource" } }, { "kind": "Field", "name": { "kind": "Name", "value": "target" } }, { "kind": "Field", "name": { "kind": "Name", "value": "contents" } }, { "kind": "Field", "name": { "kind": "Name", "value": "keys" } }, { "kind": "Field", "name": { "kind": "Name", "value": "overrides" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "contents" } }, { "kind": "Field", "name": { "kind": "Name", "value": "identifiers" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "__typename" } }] } }] };
3123
3001
  /**
3124
3002
  * __useGetConfigurationDataQuery__
3125
3003
  *
@@ -3135,17 +3013,15 @@ exports.GetConfigurationDataDocument = { "kind": "Document", "definitions": [{ "
3135
3013
  * },
3136
3014
  * });
3137
3015
  */
3138
- function useGetConfigurationDataQuery(baseOptions) {
3139
- const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
3140
- return Apollo.useQuery(exports.GetConfigurationDataDocument, options);
3016
+ export function useGetConfigurationDataQuery(baseOptions) {
3017
+ const options = { ...defaultOptions, ...baseOptions };
3018
+ return Apollo.useQuery(GetConfigurationDataDocument, options);
3141
3019
  }
3142
- exports.useGetConfigurationDataQuery = useGetConfigurationDataQuery;
3143
- function useGetConfigurationDataLazyQuery(baseOptions) {
3144
- const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
3145
- return Apollo.useLazyQuery(exports.GetConfigurationDataDocument, options);
3020
+ export function useGetConfigurationDataLazyQuery(baseOptions) {
3021
+ const options = { ...defaultOptions, ...baseOptions };
3022
+ return Apollo.useLazyQuery(GetConfigurationDataDocument, options);
3146
3023
  }
3147
- exports.useGetConfigurationDataLazyQuery = useGetConfigurationDataLazyQuery;
3148
- exports.OrganizationResourceContextDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "OrganizationResourceContext" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "orgId" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getOrganizationResourceContext" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "orgId" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "orgId" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "OrganizationData" } }] } }] } }, { "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "ResourceData" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "IResourceData" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "uri" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "index" } }] } }, { "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "OrganizationData" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "OrganizationData" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "resources" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "OrganizationResourceData" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "ResourceData" } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "ExternalResourceData" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "ResourceData" } }] } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "configuration" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }] } }] };
3024
+ export const OrganizationResourceContextDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "OrganizationResourceContext" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "orgId" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getOrganizationResourceContext" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "orgId" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "orgId" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "OrganizationData" } }] } }] } }, { "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "ResourceData" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "IResourceData" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "uri" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "index" } }] } }, { "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "OrganizationData" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "OrganizationData" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "resources" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "OrganizationResourceData" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "ResourceData" } }] } }, { "kind": "InlineFragment", "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "ExternalResourceData" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "ResourceData" } }] } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "configuration" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }] } }] };
3149
3025
  /**
3150
3026
  * __useOrganizationResourceContextQuery__
3151
3027
  *
@@ -3162,17 +3038,15 @@ exports.OrganizationResourceContextDocument = { "kind": "Document", "definitions
3162
3038
  * },
3163
3039
  * });
3164
3040
  */
3165
- function useOrganizationResourceContextQuery(baseOptions) {
3166
- const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
3167
- return Apollo.useQuery(exports.OrganizationResourceContextDocument, options);
3041
+ export function useOrganizationResourceContextQuery(baseOptions) {
3042
+ const options = { ...defaultOptions, ...baseOptions };
3043
+ return Apollo.useQuery(OrganizationResourceContextDocument, options);
3168
3044
  }
3169
- exports.useOrganizationResourceContextQuery = useOrganizationResourceContextQuery;
3170
- function useOrganizationResourceContextLazyQuery(baseOptions) {
3171
- const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
3172
- return Apollo.useLazyQuery(exports.OrganizationResourceContextDocument, options);
3045
+ export function useOrganizationResourceContextLazyQuery(baseOptions) {
3046
+ const options = { ...defaultOptions, ...baseOptions };
3047
+ return Apollo.useLazyQuery(OrganizationResourceContextDocument, options);
3173
3048
  }
3174
- exports.useOrganizationResourceContextLazyQuery = useOrganizationResourceContextLazyQuery;
3175
- exports.ViewerSettingsDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "ViewerSettings" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "input" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "ViewerSettingsInput" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "viewerSettings" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "input" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "input" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "settings" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "AccountBillingPreferences" } }] } }] } }] } }, { "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "AccountBillingPreferences" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Preferences" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "account" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "notification" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "primaryEmail" } }, { "kind": "Field", "name": { "kind": "Name", "value": "billing" } }] } }] } }] } }] };
3049
+ export const ViewerSettingsDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "ViewerSettings" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "input" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "ViewerSettingsInput" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "viewerSettings" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "input" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "input" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "settings" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "AccountBillingPreferences" } }] } }] } }] } }, { "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "AccountBillingPreferences" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Preferences" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "account" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "notification" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "primaryEmail" } }, { "kind": "Field", "name": { "kind": "Name", "value": "billing" } }] } }] } }] } }] };
3176
3050
  /**
3177
3051
  * __useViewerSettingsQuery__
3178
3052
  *
@@ -3189,14 +3063,12 @@ exports.ViewerSettingsDocument = { "kind": "Document", "definitions": [{ "kind":
3189
3063
  * },
3190
3064
  * });
3191
3065
  */
3192
- function useViewerSettingsQuery(baseOptions) {
3193
- const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
3194
- return Apollo.useQuery(exports.ViewerSettingsDocument, options);
3066
+ export function useViewerSettingsQuery(baseOptions) {
3067
+ const options = { ...defaultOptions, ...baseOptions };
3068
+ return Apollo.useQuery(ViewerSettingsDocument, options);
3195
3069
  }
3196
- exports.useViewerSettingsQuery = useViewerSettingsQuery;
3197
- function useViewerSettingsLazyQuery(baseOptions) {
3198
- const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
3199
- return Apollo.useLazyQuery(exports.ViewerSettingsDocument, options);
3070
+ export function useViewerSettingsLazyQuery(baseOptions) {
3071
+ const options = { ...defaultOptions, ...baseOptions };
3072
+ return Apollo.useLazyQuery(ViewerSettingsDocument, options);
3200
3073
  }
3201
- exports.useViewerSettingsLazyQuery = useViewerSettingsLazyQuery;
3202
3074
  //# sourceMappingURL=generated-models.js.map