@adminide-stack/core 1.1.3-alpha.17 → 1.1.3-alpha.173

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 (84) hide show
  1. package/lib/constants/index.js +5 -1
  2. package/lib/constants/index.js.map +1 -1
  3. package/lib/core/configurations/events/abstract-configuration-change-event.js +1 -1
  4. package/lib/core/configurations/events/abstract-configuration-change-event.js.map +1 -1
  5. package/lib/core/configurations/events/index.js +5 -1
  6. package/lib/core/configurations/events/index.js.map +1 -1
  7. package/lib/core/configurations/helpers/configuration.js +14 -14
  8. package/lib/core/configurations/helpers/configuration.js.map +1 -1
  9. package/lib/core/configurations/helpers/index.js +5 -1
  10. package/lib/core/configurations/helpers/index.js.map +1 -1
  11. package/lib/core/configurations/index.js +5 -1
  12. package/lib/core/configurations/index.js.map +1 -1
  13. package/lib/core/configurations/models/configuration-model.js +3 -3
  14. package/lib/core/configurations/models/configuration-model.js.map +1 -1
  15. package/lib/core/configurations/models/index.js +5 -1
  16. package/lib/core/configurations/models/index.js.map +1 -1
  17. package/lib/core/event.js +31 -44
  18. package/lib/core/event.js.map +1 -1
  19. package/lib/core/event.test.js +2 -2
  20. package/lib/core/event.test.js.map +1 -1
  21. package/lib/core/index.js +5 -1
  22. package/lib/core/index.js.map +1 -1
  23. package/lib/core/organization/configuration.js +6 -6
  24. package/lib/core/organization/configuration.js.map +1 -1
  25. package/lib/core/organization/helpers/index.js +5 -1
  26. package/lib/core/organization/helpers/index.js.map +1 -1
  27. package/lib/core/organization/index.js +5 -1
  28. package/lib/core/organization/index.js.map +1 -1
  29. package/lib/core/organization/organization.js +3 -3
  30. package/lib/core/organization/organization.js.map +1 -1
  31. package/lib/core/uri.d.ts +1 -1
  32. package/lib/core/uri.js +7 -7
  33. package/lib/core/uri.js.map +1 -1
  34. package/lib/enums/index.js +5 -1
  35. package/lib/enums/index.js.map +1 -1
  36. package/lib/enums/integrations-configuration-steps.d.ts +4 -3
  37. package/lib/enums/integrations-configuration-steps.js +4 -3
  38. package/lib/enums/integrations-configuration-steps.js.map +1 -1
  39. package/lib/errors/index.js +5 -1
  40. package/lib/errors/index.js.map +1 -1
  41. package/lib/index.js +5 -1
  42. package/lib/index.js.map +1 -1
  43. package/lib/interfaces/configuration/configuration.js +6 -4
  44. package/lib/interfaces/configuration/configuration.js.map +1 -1
  45. package/lib/interfaces/configuration/index.js +5 -1
  46. package/lib/interfaces/configuration/index.js.map +1 -1
  47. package/lib/interfaces/environment/index.js +5 -1
  48. package/lib/interfaces/environment/index.js.map +1 -1
  49. package/lib/interfaces/generated/generated-models.d.ts +1303 -2769
  50. package/lib/interfaces/generated/generated-models.js +105 -701
  51. package/lib/interfaces/generated/generated-models.js.map +1 -1
  52. package/lib/interfaces/generated/index.js +5 -1
  53. package/lib/interfaces/generated/index.js.map +1 -1
  54. package/lib/interfaces/index.js +5 -1
  55. package/lib/interfaces/index.js.map +1 -1
  56. package/lib/interfaces/log/index.js +5 -1
  57. package/lib/interfaces/log/index.js.map +1 -1
  58. package/lib/interfaces/organization/index.js +5 -1
  59. package/lib/interfaces/organization/index.js.map +1 -1
  60. package/lib/modules/account-api/index.js +5 -1
  61. package/lib/modules/account-api/index.js.map +1 -1
  62. package/lib/modules/billing-api/index.js +5 -1
  63. package/lib/modules/billing-api/index.js.map +1 -1
  64. package/lib/modules/index.js +5 -1
  65. package/lib/modules/index.js.map +1 -1
  66. package/lib/services/abstract-configuration.js +3 -3
  67. package/lib/services/abstract-configuration.js.map +1 -1
  68. package/lib/services/abstract-organization-context-service.js +9 -9
  69. package/lib/services/abstract-organization-context-service.js.map +1 -1
  70. package/lib/services/index.js +5 -1
  71. package/lib/services/index.js.map +1 -1
  72. package/lib/utils/configuration-utils.js +2 -2
  73. package/lib/utils/configuration-utils.js.map +1 -1
  74. package/lib/utils/generate-uri.js +8 -7
  75. package/lib/utils/generate-uri.js.map +1 -1
  76. package/lib/utils/generated-settings-id.js +3 -2
  77. package/lib/utils/generated-settings-id.js.map +1 -1
  78. package/lib/utils/index.js +5 -1
  79. package/lib/utils/index.js.map +1 -1
  80. package/lib/utils/omit-deep.js +1 -1
  81. package/lib/utils/omit-deep.js.map +1 -1
  82. package/lib/utils/roles-utils.js +1 -1
  83. package/lib/utils/roles-utils.js.map +1 -1
  84. package/package.json +54 -54
@@ -1,14 +1,16 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.AllContextFragmentDoc = exports.IZipkinRoutes = exports.IVisibility = exports.IUserOrderBy = exports.IUserBroadcasterAction = exports.ITeamServiceAction = exports.ISshKeyType = exports.ISshKeyServiceAction = exports.ISettingValueType = exports.IRouteParams = exports.IRole = exports.IResourceAuthority = exports.IRegistryExtensions = exports.IProjectType = exports.IProjectSourceType = exports.IProjectSourceProviders = exports.IPreDefinedRole = exports.IPortalLanguage = exports.IPermissionType = exports.IPermissionResource = exports.IPermissionAction = exports.IOrgUserRole = exports.IOrganizationServiceAction = exports.IOrganizationContextPubSubEvents = exports.IOrgainizationInvitationRole = exports.IMoleculerServiceName = exports.IMenuPosition = exports.IMailTemplateId = exports.IInviteStatus = exports.IIntegrationConfigServiceAction = exports.IGlobalLanguages = exports.IGlobalCurrencies = exports.IEditPresentationTypes = exports.IEActivityScopes = exports.IContextServiceAction = exports.ConfigurationTarget = exports.ConfigurationScope = exports.IConfigurationContributionNames = exports.IConfigFragmentName = exports.IConfigCollectionName = exports.IClientTypes = exports.IClientContainerService = exports.IClientCacheTypeNames = exports.ICacheControlScope = exports.IAuthErrorCodes = exports.IApplicationRoles = exports.IApplicationBillingPlanPolicy = exports.IActivityServiceCommands = exports.IAccountServiceAction = exports.IAccountBroadcasterActions = void 0;
4
- exports.RemoveInvoiceDocument = exports.useregisterAccountUserMutation = exports.registerAccountUserDocument = exports.usedeleteUserAccountMutation = exports.deleteUserAccountDocument = exports.useDeclineOrganizationInvitationMutation = exports.DeclineOrganizationInvitationDocument = exports.usecreateTeamMutation = exports.createTeamDocument = exports.useCreateTaskMutation = exports.CreateTaskDocument = exports.usecreateOrganizationMutation = exports.createOrganizationDocument = exports.useCreateInvoiceMutation = exports.CreateInvoiceDocument = exports.usechangeOrgMemberRoleMutation = exports.changeOrgMemberRoleDocument = exports.usechangeMemberRoleMutation = exports.changeMemberRoleDocument = exports.useAddTeamMembersMutation = exports.AddTeamMembersDocument = exports.useAddOrgProjectMutation = exports.AddOrgProjectDocument = exports.useAddClientMutation = exports.AddClientDocument = 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 = exports.DefaultSettingFragmentDoc = exports.ConfigurationUpdateEventFragmentDoc = exports.UserCreationEventFragmentDoc = exports.OrgUserFragmentDoc = void 0;
5
- exports.GetAccountsDocument = exports.useDecodeOrganizationInvitationLazyQuery = exports.useDecodeOrganizationInvitationQuery = exports.DecodeOrganizationInvitationDocument = exports.useGetUserOrganizationsListLazyQuery = exports.useGetUserOrganizationsListQuery = exports.GetUserOrganizationsListDocument = exports.useVerifyUserEmailVerificationTokenMutation = exports.VerifyUserEmailVerificationTokenDocument = exports.useUpsertProjectThroughIntegrationMutation = exports.UpsertProjectThroughIntegrationDocument = exports.useupdateUserAccountMutation = exports.updateUserAccountDocument = exports.useupdateTeamConfigurationMutation = exports.updateTeamConfigurationDocument = exports.useUpdateTaskMutation = exports.UpdateTaskDocument = exports.useUpdateProjectStatusMutation = exports.UpdateProjectStatusDocument = exports.useupdateOrganizationMutation = exports.updateOrganizationDocument = exports.useUpdateOrgProjectMutation = exports.UpdateOrgProjectDocument = exports.useupdateOrgMemberTeamsMutation = exports.updateOrgMemberTeamsDocument = exports.useUpdateOrgClientMutation = exports.UpdateOrgClientDocument = exports.useUpdateInvoiceMutation = exports.UpdateInvoiceDocument = exports.usesendOrganizationInvitationMutation = exports.sendOrganizationInvitationDocument = exports.useSendInvoiceMailMutation = exports.SendInvoiceMailDocument = exports.useResendUserEmailVerificationEmailMutation = exports.ResendUserEmailVerificationEmailDocument = exports.useResendOrganizationInvitationMutation = exports.ResendOrganizationInvitationDocument = exports.useRemoveTeamMemberMutation = exports.RemoveTeamMemberDocument = exports.useremoveTeamMutation = exports.removeTeamDocument = exports.useRemoveTaskMutation = exports.RemoveTaskDocument = exports.useremoveOrganizationMutation = exports.removeOrganizationDocument = exports.useRemoveOrgMemberMutation = exports.RemoveOrgMemberDocument = exports.useRemoveOrgClientMutation = exports.RemoveOrgClientDocument = exports.useRemoveInvoiceMutation = void 0;
6
- exports.useGetProjectsLazyQuery = exports.useGetProjectsQuery = exports.GetProjectsDocument = exports.usegetOrganizationTeamsLazyQuery = exports.usegetOrganizationTeamsQuery = exports.getOrganizationTeamsDocument = exports.useGetOrganizationMembersWithNameLazyQuery = exports.useGetOrganizationMembersWithNameQuery = exports.GetOrganizationMembersWithNameDocument = exports.useGetOrganizationClientsLazyQuery = exports.useGetOrganizationClientsQuery = exports.GetOrganizationClientsDocument = exports.useGetOrgUserLazyQuery = exports.useGetOrgUserQuery = exports.GetOrgUserDocument = exports.usegetOrgTeamInvitationsLazyQuery = exports.usegetOrgTeamInvitationsQuery = exports.getOrgTeamInvitationsDocument = exports.useGetOrganizationInvitationLazyQuery = exports.useGetOrganizationInvitationQuery = exports.GetOrganizationInvitationDocument = exports.useGetOrgInvitationMembersLazyQuery = exports.useGetOrgInvitationMembersQuery = exports.GetOrgInvitationMembersDocument = exports.useGetManageableOrganizationsLazyQuery = exports.useGetManageableOrganizationsQuery = exports.GetManageableOrganizationsDocument = exports.useGetInvoicesLazyQuery = exports.useGetInvoicesQuery = exports.GetInvoicesDocument = exports.useGetFilteredProjectsLazyQuery = exports.useGetFilteredProjectsQuery = exports.GetFilteredProjectsDocument = exports.useGetDefaultInvoiceNumberLazyQuery = exports.useGetDefaultInvoiceNumberQuery = exports.GetDefaultInvoiceNumberDocument = exports.useGetAsanaWorkspacesLazyQuery = exports.useGetAsanaWorkspacesQuery = exports.GetAsanaWorkspacesDocument = exports.useGetAsanaWorkspaceProjectsLazyQuery = exports.useGetAsanaWorkspaceProjectsQuery = exports.GetAsanaWorkspaceProjectsDocument = exports.useGetAsanaConnectionStateLazyQuery = exports.useGetAsanaConnectionStateQuery = exports.GetAsanaConnectionStateDocument = exports.useGetAllCountriesLazyQuery = exports.useGetAllCountriesQuery = exports.GetAllCountriesDocument = exports.useGetAccountsLazyQuery = exports.useGetAccountsQuery = void 0;
7
- 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.useGetUserEmailVerificationTokenDetailsLazyQuery = exports.useGetUserEmailVerificationTokenDetailsQuery = exports.GetUserEmailVerificationTokenDetailsDocument = exports.useGetUserAccountByAuth0IdLazyQuery = exports.useGetUserAccountByAuth0IdQuery = exports.GetUserAccountByAuth0IdDocument = exports.useGetUserAccountLazyQuery = exports.useGetUserAccountQuery = exports.GetUserAccountDocument = exports.usegetTeamByNameLazyQuery = exports.usegetTeamByNameQuery = exports.getTeamByNameDocument = exports.usegetTeamLazyQuery = exports.usegetTeamQuery = exports.getTeamDocument = exports.useGetTasksLazyQuery = exports.useGetTasksQuery = exports.GetTasksDocument = void 0;
8
- exports.useGetDefaultApplicationPermissionsQuery = exports.GetDefaultApplicationPermissionsDocument = exports.useGetContextPropertyLazyQuery = exports.useGetContextPropertyQuery = exports.GetContextPropertyDocument = exports.useGetConfigurationTargetLazyQuery = exports.useGetConfigurationTargetQuery = exports.GetConfigurationTargetDocument = exports.useDefaultResolveSettingsLazyQuery = exports.useDefaultResolveSettingsQuery = exports.DefaultResolveSettingsDocument = exports.useGetApplicationRoleLazyQuery = exports.useGetApplicationRoleQuery = exports.GetApplicationRoleDocument = exports.useGetApplicationPolicyLazyQuery = exports.useGetApplicationPolicyQuery = exports.GetApplicationPolicyDocument = exports.useUpdateConfigurationMutation = exports.UpdateConfigurationDocument = exports.useReassignConfigurationMutation = exports.ReassignConfigurationDocument = exports.useDeleteIntegrationConfigurationMutation = exports.DeleteIntegrationConfigurationDocument = exports.useCreateOrUpdateIntegrationConfigurationMutation = exports.CreateOrUpdateIntegrationConfigurationDocument = exports.useCreateIntegrationConfigurationMutation = exports.CreateIntegrationConfigurationDocument = exports.useInitializeTeamInContextMutation = exports.InitializeTeamInContextDocument = exports.useInitializeOrgNameInContextMutation = exports.InitializeOrgNameInContextDocument = exports.useInitiateConfigurationValueMutation = exports.InitiateConfigurationValueDocument = exports.useChangeOrganizationMutation = exports.ChangeOrganizationDocument = exports.useAddResourceToContextMutation = exports.AddResourceToContextDocument = exports.useAddContributionRoleMutation = exports.AddContributionRoleDocument = exports.usesidebarStateLazyQuery = exports.usesidebarStateQuery = exports.sidebarStateDocument = exports.usetoggleSidebarMutation = exports.toggleSidebarDocument = exports.useCollectMutation = exports.CollectDocument = exports.useGetUsersLazyQuery = exports.useGetUsersQuery = exports.GetUsersDocument = exports.useGetOrgMembersWithRolesLazyQuery = void 0;
9
- exports.getContributionRolesDocument = exports.useDefaultSettingsLazyQuery = exports.useDefaultSettingsQuery = exports.DefaultSettingsDocument = exports.useGetUserConfigurationLazyQuery = exports.useGetUserConfigurationQuery = exports.GetUserConfigurationDocument = exports.useGetResourcesConfigurationLazyQuery = exports.useGetResourcesConfigurationQuery = exports.GetResourcesConfigurationDocument = exports.useResolveConfigurationLazyQuery = exports.useResolveConfigurationQuery = exports.ResolveConfigurationDocument = exports.useGetOrgWithResourcesRoleLazyQuery = exports.useGetOrgWithResourcesRoleQuery = exports.GetOrgWithResourcesRoleDocument = exports.useGetOrgWithResourcesPolicyLazyQuery = exports.useGetOrgWithResourcesPolicyQuery = exports.GetOrgWithResourcesPolicyDocument = exports.useGetOrgRoleLazyQuery = exports.useGetOrgRoleQuery = exports.GetOrgRoleDocument = exports.useGetOrgPolicyLazyQuery = exports.useGetOrgPolicyQuery = exports.GetOrgPolicyDocument = exports.useGetOrgConfigurationLazyQuery = exports.useGetOrgConfigurationQuery = exports.GetOrgConfigurationDocument = exports.useOpenPreferencesSettingsLazyQuery = exports.useOpenPreferencesSettingsQuery = exports.OpenPreferencesSettingsDocument = exports.usegetUserAccessRoleLazyQuery = exports.usegetUserAccessRoleQuery = exports.getUserAccessRoleDocument = exports.useGetTeamNameFromContextLazyQuery = exports.useGetTeamNameFromContextQuery = exports.GetTeamNameFromContextDocument = exports.useGetTeamContextLazyQuery = exports.useGetTeamContextQuery = exports.GetTeamContextDocument = exports.useGetDefaultRoleLazyQuery = exports.useGetDefaultRoleQuery = exports.GetDefaultRoleDocument = exports.useGetDefaultPolicySettingsLazyQuery = exports.useGetDefaultPolicySettingsQuery = exports.GetDefaultPolicySettingsDocument = exports.useGetDefaultPermissionsLazyQuery = exports.useGetDefaultPermissionsQuery = exports.GetDefaultPermissionsDocument = exports.useGetDefaultApplicationPermissionsLazyQuery = void 0;
10
- exports.usegetConfigurationDataQuery = exports.getConfigurationDataDocument = exports.useUpdateRoleValueMutation = exports.UpdateRoleValueDocument = exports.useUpdatePolicyValueMutation = exports.UpdatePolicyValueDocument = exports.useupdateOrganizationContextUpdateResourcesMutation = exports.updateOrganizationContextUpdateResourcesDocument = exports.useupdateOrganizationContextRemoveResourcesMutation = exports.updateOrganizationContextRemoveResourcesDocument = exports.useupdateOrganizationContextAddResourcesMutation = exports.updateOrganizationContextAddResourcesDocument = exports.useUpdateConfigurationValueMutation = exports.UpdateConfigurationValueDocument = exports.useUpdateConfigurationValueByUriMutation = exports.UpdateConfigurationValueByUriDocument = exports.useSubscribeToPolicyUpdateSubscription = exports.SubscribeToPolicyUpdateDocument = exports.useSubscribeToPermissionUpdateSubscription = exports.SubscribeToPermissionUpdateDocument = exports.usesubscribeToOrganizationContextSubscription = exports.subscribeToOrganizationContextDocument = exports.useSubscribeToConfigurationUpdateSubscription = exports.SubscribeToConfigurationUpdateDocument = exports.useGetUserWithDefaultConfigurationLazyQuery = exports.useGetUserWithDefaultConfigurationQuery = exports.GetUserWithDefaultConfigurationDocument = exports.useGetOrgWithResourcesConfigurationLazyQuery = exports.useGetOrgWithResourcesConfigurationQuery = exports.GetOrgWithResourcesConfigurationDocument = exports.useGetIntegrationConfigurationLazyQuery = exports.useGetIntegrationConfigurationQuery = exports.GetIntegrationConfigurationDocument = exports.useGetAllIntegrationConfigurationsLazyQuery = exports.useGetAllIntegrationConfigurationsQuery = exports.GetAllIntegrationConfigurationsDocument = exports.useFilterIntegrationConfigurationLazyQuery = exports.useFilterIntegrationConfigurationQuery = exports.FilterIntegrationConfigurationDocument = exports.usegetRoleLazyQuery = exports.usegetRoleQuery = exports.getRoleDocument = exports.useGetOrgNameFromContextLazyQuery = exports.useGetOrgNameFromContextQuery = exports.GetOrgNameFromContextDocument = exports.useGetOrgContextLazyQuery = exports.useGetOrgContextQuery = exports.GetOrgContextDocument = exports.usegetContributionRolesLazyQuery = exports.usegetContributionRolesQuery = void 0;
11
- exports.useViewerSettingsLazyQuery = exports.useViewerSettingsQuery = exports.ViewerSettingsDocument = exports.useOrganizationResourceContextLazyQuery = exports.useOrganizationResourceContextQuery = exports.OrganizationResourceContextDocument = exports.usegetConfigurationDataLazyQuery = void 0;
3
+ exports.DefaultSettingFragmentDoc = exports.ConfigurationUpdateEventFragmentDoc = exports.UserCreationEventFragmentDoc = exports.OrgUserFragmentDoc = exports.AllContextFragmentDoc = exports.IVisibility = exports.IUserOrderBy = exports.IUserBroadcasterAction = exports.ITokenTypesEnum = exports.ITeamServiceAction = exports.ISshKeyType = exports.ISshKeyServiceAction = exports.ISortEnum = exports.ISettingValueType = exports.IRouteParams = exports.IRole = exports.IResourceAuthority = exports.IRegistryExtensions = exports.IPreDefinedRole = exports.IPortalLanguage = exports.IPermissionType = exports.IPermissionResource = exports.IPermissionAction = exports.IOrganizationServiceAction = exports.IOrganizationContextPubSubEvents = exports.IOrgainizationInvitationRole = exports.IOrgUserRole = exports.IMoleculerServiceName = exports.IMenuPosition = exports.IMailTemplateId = exports.IInviteStatus = exports.IIntegrationConfigServiceAction = exports.IGlobalLanguages = exports.IGlobalCurrencies = exports.IEditPresentationTypes = exports.IContextServiceAction = exports.ConfigurationTarget = exports.ConfigurationScope = exports.IConfigurationContributionNames = exports.IConfigFragmentName = exports.IConfigCollectionName = exports.IClientTypes = exports.IClientContainerService = exports.IClientCacheTypeNames = exports.ICacheControlScope = exports.IAuthErrorCodes = exports.IApplicationRoles = exports.IApplicationBillingPlanPolicy = exports.IAccountServiceAction = exports.IAccountBroadcasterActions = void 0;
4
+ exports.ResetUserPasswordDocument = exports.useResendUserEmailVerificationEmailMutation = exports.ResendUserEmailVerificationEmailDocument = exports.useResendOrganizationInvitationMutation = exports.ResendOrganizationInvitationDocument = exports.useRemoveTeamMemberMutation = exports.RemoveTeamMemberDocument = exports.useremoveTeamMutation = exports.removeTeamDocument = exports.useremoveOrganizationMutation = exports.removeOrganizationDocument = exports.useRemoveOrgMemberMutation = exports.RemoveOrgMemberDocument = exports.useregisterAccountUserMutation = exports.registerAccountUserDocument = exports.usedeleteUserAccountMutation = exports.deleteUserAccountDocument = exports.useDeclineOrganizationInvitationMutation = exports.DeclineOrganizationInvitationDocument = exports.usecreateTeamMutation = exports.createTeamDocument = exports.usecreateOrganizationMutation = exports.createOrganizationDocument = exports.usechangeOrgMemberRoleMutation = exports.changeOrgMemberRoleDocument = exports.usechangeMemberRoleMutation = exports.changeMemberRoleDocument = exports.useAddTeamMembersMutation = exports.AddTeamMembersDocument = exports.useAccountOnBoardingMutation = exports.AccountOnBoardingDocument = exports.useacceptOrganizationInvitationMutation = exports.acceptOrganizationInvitationDocument = exports.OrganizationDataFragmentDoc = exports.ConfigurationModelFragmentDoc = exports.AccountBillingPreferencesFragmentDoc = exports.TeamWithOrgOnContextFragmentDoc = exports.TeamContextFragmentDoc = exports.TeamNameInContextFragmentDoc = exports.RoleTargetFragmentDoc = exports.ResourceUserRoleFragmentDoc = exports.OrganizationUserFragmentDoc = exports.OrgContextFragmentDoc = exports.OrgNameInContextFragmentDoc = exports.MachineConfigurationFragmentDoc = exports.DefaultContextFragmentDoc = exports.ContextConfigurationFragmentDoc = exports.ResourceDataFragmentDoc = exports.ConfigurationFragmentDoc = exports.OverWriteRoleValueFragmentDoc = void 0;
5
+ exports.usegetTeamQuery = exports.getTeamDocument = exports.usegetOrganizationTeamsLazyQuery = exports.usegetOrganizationTeamsQuery = exports.getOrganizationTeamsDocument = exports.useGetOrganizationMembersWithNameLazyQuery = exports.useGetOrganizationMembersWithNameQuery = exports.GetOrganizationMembersWithNameDocument = exports.useGetOrgUserLazyQuery = exports.useGetOrgUserQuery = exports.GetOrgUserDocument = exports.usegetOrgTeamInvitationsLazyQuery = exports.usegetOrgTeamInvitationsQuery = exports.getOrgTeamInvitationsDocument = exports.useGetOrganizationInvitationLazyQuery = exports.useGetOrganizationInvitationQuery = exports.GetOrganizationInvitationDocument = exports.useGetOrgInvitationMembersLazyQuery = exports.useGetOrgInvitationMembersQuery = exports.GetOrgInvitationMembersDocument = exports.useGetManageableOrganizationsLazyQuery = exports.useGetManageableOrganizationsQuery = exports.GetManageableOrganizationsDocument = exports.useGetAllCountriesLazyQuery = exports.useGetAllCountriesQuery = exports.GetAllCountriesDocument = exports.useGetAccountsLazyQuery = exports.useGetAccountsQuery = exports.GetAccountsDocument = exports.useDecodeOrganizationInvitationLazyQuery = exports.useDecodeOrganizationInvitationQuery = exports.DecodeOrganizationInvitationDocument = exports.useGetUserOrganizationsListLazyQuery = exports.useGetUserOrganizationsListQuery = exports.GetUserOrganizationsListDocument = exports.useVerifyUserEmailVerificationTokenMutation = exports.VerifyUserEmailVerificationTokenDocument = exports.useupdateUserAccountMutation = exports.updateUserAccountDocument = exports.useupdateTeamConfigurationMutation = exports.updateTeamConfigurationDocument = exports.useupdateOrganizationMutation = exports.updateOrganizationDocument = exports.useupdateOrgMemberTeamsMutation = exports.updateOrgMemberTeamsDocument = exports.usesendOrganizationInvitationMutation = exports.sendOrganizationInvitationDocument = exports.useSendUserPasswordResetEmailMutation = exports.SendUserPasswordResetEmailDocument = exports.useResetUserPasswordMutation = void 0;
6
+ exports.toggleSidebarDocument = exports.useGetUsersLazyQuery = exports.useGetUsersQuery = exports.GetUsersDocument = exports.useGetOrgMembersWithRolesLazyQuery = exports.useGetOrgMembersWithRolesQuery = exports.GetOrgMembersWithRolesDocument = exports.useGetOrgMembersWithRolesUnsecuredLazyQuery = exports.useGetOrgMembersWithRolesUnsecuredQuery = exports.GetOrgMembersWithRolesUnsecuredDocument = exports.useGetAccountsApplicationPoliciesLazyQuery = exports.useGetAccountsApplicationPoliciesQuery = exports.GetAccountsApplicationPoliciesDocument = exports.useGetAccountsViewerSettingsLazyQuery = exports.useGetAccountsViewerSettingsQuery = exports.GetAccountsViewerSettingsDocument = exports.useGetViewerSettingsLazyQuery = exports.useGetViewerSettingsQuery = exports.GetViewerSettingsDocument = exports.useTeamsLazyQuery = exports.useTeamsQuery = exports.TeamsDocument = exports.useteamLazyQuery = exports.useteamQuery = exports.teamDocument = exports.useorganizationsLazyQuery = exports.useorganizationsQuery = exports.organizationsDocument = exports.useGetOrganizationMembersLazyQuery = exports.useGetOrganizationMembersQuery = exports.GetOrganizationMembersDocument = exports.usegetUserOrganizationsWithRoleLazyQuery = exports.usegetUserOrganizationsWithRoleQuery = exports.getUserOrganizationsWithRoleDocument = exports.usegetUserOrganizationsLazyQuery = exports.usegetUserOrganizationsQuery = exports.getUserOrganizationsDocument = exports.useGetUserTokenDetailsLazyQuery = exports.useGetUserTokenDetailsQuery = exports.GetUserTokenDetailsDocument = exports.useGetUserAccountByAuth0IdLazyQuery = exports.useGetUserAccountByAuth0IdQuery = exports.GetUserAccountByAuth0IdDocument = exports.useGetUserAccountLazyQuery = exports.useGetUserAccountQuery = exports.GetUserAccountDocument = exports.usegetTeamByNameLazyQuery = exports.usegetTeamByNameQuery = exports.getTeamByNameDocument = exports.usegetTeamLazyQuery = void 0;
7
+ exports.useGetDefaultPolicySettingsLazyQuery = exports.useGetDefaultPolicySettingsQuery = exports.GetDefaultPolicySettingsDocument = exports.useGetDefaultPermissionsLazyQuery = exports.useGetDefaultPermissionsQuery = exports.GetDefaultPermissionsDocument = exports.useGetDefaultApplicationPermissionsLazyQuery = exports.useGetDefaultApplicationPermissionsQuery = exports.GetDefaultApplicationPermissionsDocument = exports.useGetContextPropertyLazyQuery = exports.useGetContextPropertyQuery = exports.GetContextPropertyDocument = exports.useGetConfigurationTargetLazyQuery = exports.useGetConfigurationTargetQuery = exports.GetConfigurationTargetDocument = exports.useDefaultResolveSettingsLazyQuery = exports.useDefaultResolveSettingsQuery = exports.DefaultResolveSettingsDocument = exports.useGetApplicationRoleLazyQuery = exports.useGetApplicationRoleQuery = exports.GetApplicationRoleDocument = exports.useGetApplicationPolicyLazyQuery = exports.useGetApplicationPolicyQuery = exports.GetApplicationPolicyDocument = exports.useUpdateConfigurationMutation = exports.UpdateConfigurationDocument = exports.useReassignConfigurationMutation = exports.ReassignConfigurationDocument = exports.useDeleteIntegrationConfigurationMutation = exports.DeleteIntegrationConfigurationDocument = exports.useCreateOrUpdateIntegrationConfigurationMutation = exports.CreateOrUpdateIntegrationConfigurationDocument = exports.useCreateIntegrationConfigurationMutation = exports.CreateIntegrationConfigurationDocument = exports.useInitializeTeamInContextMutation = exports.InitializeTeamInContextDocument = exports.useInitializeOrgNameInContextMutation = exports.InitializeOrgNameInContextDocument = exports.useInitiateConfigurationValueMutation = exports.InitiateConfigurationValueDocument = exports.useChangeOrganizationMutation = exports.ChangeOrganizationDocument = exports.useAddResourceToContextMutation = exports.AddResourceToContextDocument = exports.useAddContributionRoleMutation = exports.AddContributionRoleDocument = exports.usesidebarStateLazyQuery = exports.usesidebarStateQuery = exports.sidebarStateDocument = exports.usetoggleSidebarMutation = void 0;
8
+ exports.useGetOrgNameFromContextQuery = exports.GetOrgNameFromContextDocument = exports.useGetOrgContextLazyQuery = exports.useGetOrgContextQuery = exports.GetOrgContextDocument = exports.usegetContributionRolesLazyQuery = exports.usegetContributionRolesQuery = exports.getContributionRolesDocument = exports.useDefaultSettingsLazyQuery = exports.useDefaultSettingsQuery = exports.DefaultSettingsDocument = exports.useGetUserConfigurationLazyQuery = exports.useGetUserConfigurationQuery = exports.GetUserConfigurationDocument = exports.useGetResourcesConfigurationLazyQuery = exports.useGetResourcesConfigurationQuery = exports.GetResourcesConfigurationDocument = exports.useResolveConfigurationLazyQuery = exports.useResolveConfigurationQuery = exports.ResolveConfigurationDocument = exports.useGetOrgWithResourcesRoleLazyQuery = exports.useGetOrgWithResourcesRoleQuery = exports.GetOrgWithResourcesRoleDocument = exports.useGetOrgWithResourcesPolicyLazyQuery = exports.useGetOrgWithResourcesPolicyQuery = exports.GetOrgWithResourcesPolicyDocument = exports.useGetOrgRoleLazyQuery = exports.useGetOrgRoleQuery = exports.GetOrgRoleDocument = exports.useGetOrgPolicyLazyQuery = exports.useGetOrgPolicyQuery = exports.GetOrgPolicyDocument = exports.useGetOrgConfigurationLazyQuery = exports.useGetOrgConfigurationQuery = exports.GetOrgConfigurationDocument = exports.useOpenPreferencesSettingsLazyQuery = exports.useOpenPreferencesSettingsQuery = exports.OpenPreferencesSettingsDocument = exports.usegetUserAccessRoleLazyQuery = exports.usegetUserAccessRoleQuery = exports.getUserAccessRoleDocument = exports.useGetTeamNameFromContextLazyQuery = exports.useGetTeamNameFromContextQuery = exports.GetTeamNameFromContextDocument = exports.useGetTeamContextLazyQuery = exports.useGetTeamContextQuery = exports.GetTeamContextDocument = exports.useGetDefaultRoleLazyQuery = exports.useGetDefaultRoleQuery = exports.GetDefaultRoleDocument = void 0;
9
+ exports.useViewerSettingsLazyQuery = exports.useViewerSettingsQuery = exports.ViewerSettingsDocument = exports.useOrganizationResourceContextLazyQuery = exports.useOrganizationResourceContextQuery = exports.OrganizationResourceContextDocument = exports.usegetConfigurationDataLazyQuery = exports.usegetConfigurationDataQuery = exports.getConfigurationDataDocument = exports.useUpdateRoleValueMutation = exports.UpdateRoleValueDocument = exports.useUpdatePolicyValueMutation = exports.UpdatePolicyValueDocument = exports.useupdateOrganizationContextUpdateResourcesMutation = exports.updateOrganizationContextUpdateResourcesDocument = exports.useupdateOrganizationContextRemoveResourcesMutation = exports.updateOrganizationContextRemoveResourcesDocument = exports.useupdateOrganizationContextAddResourcesMutation = exports.updateOrganizationContextAddResourcesDocument = exports.useUpdateConfigurationValueMutation = exports.UpdateConfigurationValueDocument = exports.useUpdateConfigurationValueByUriMutation = exports.UpdateConfigurationValueByUriDocument = exports.useSubscribeToPolicyUpdateSubscription = exports.SubscribeToPolicyUpdateDocument = exports.useSubscribeToPermissionUpdateSubscription = exports.SubscribeToPermissionUpdateDocument = exports.usesubscribeToOrganizationContextSubscription = exports.subscribeToOrganizationContextDocument = exports.useSubscribeToConfigurationUpdateSubscription = exports.SubscribeToConfigurationUpdateDocument = exports.useGetUserWithDefaultConfigurationLazyQuery = exports.useGetUserWithDefaultConfigurationQuery = exports.GetUserWithDefaultConfigurationDocument = exports.useGetOrgWithResourcesConfigurationLazyQuery = exports.useGetOrgWithResourcesConfigurationQuery = exports.GetOrgWithResourcesConfigurationDocument = exports.useGetIntegrationConfigurationLazyQuery = exports.useGetIntegrationConfigurationQuery = exports.GetIntegrationConfigurationDocument = exports.useGetAllIntegrationConfigurationsLazyQuery = exports.useGetAllIntegrationConfigurationsQuery = exports.GetAllIntegrationConfigurationsDocument = exports.useFilterIntegrationConfigurationLazyQuery = exports.useFilterIntegrationConfigurationQuery = exports.FilterIntegrationConfigurationDocument = exports.usegetRoleLazyQuery = exports.usegetRoleQuery = exports.getRoleDocument = exports.useGetOrgNameFromContextLazyQuery = void 0;
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; } });
12
14
  const Apollo = require("@apollo/client");
13
15
  const defaultOptions = {};
14
16
  var IAccountBroadcasterActions;
@@ -17,8 +19,9 @@ var IAccountBroadcasterActions;
17
19
  IAccountBroadcasterActions["onAccountUpdated"] = "onAccountUpdated";
18
20
  IAccountBroadcasterActions["onEmailVerified"] = "onEmailVerified";
19
21
  IAccountBroadcasterActions["onAccountDeleted"] = "onAccountDeleted";
22
+ IAccountBroadcasterActions["onPasswordReset"] = "onPasswordReset";
23
+ IAccountBroadcasterActions["onPictureChanged"] = "onPictureChanged";
20
24
  })(IAccountBroadcasterActions = exports.IAccountBroadcasterActions || (exports.IAccountBroadcasterActions = {}));
21
- ;
22
25
  var IAccountServiceAction;
23
26
  (function (IAccountServiceAction) {
24
27
  IAccountServiceAction["createDefaultAccount"] = "createDefaultAccount";
@@ -32,20 +35,6 @@ var IAccountServiceAction;
32
35
  IAccountServiceAction["onAccountDeleted"] = "onAccountDeleted";
33
36
  IAccountServiceAction["accountOnBoarding"] = "accountOnBoarding";
34
37
  })(IAccountServiceAction = exports.IAccountServiceAction || (exports.IAccountServiceAction = {}));
35
- ;
36
- var IActivityServiceCommands;
37
- (function (IActivityServiceCommands) {
38
- IActivityServiceCommands["user"] = "user";
39
- IActivityServiceCommands["team"] = "team";
40
- IActivityServiceCommands["organization"] = "organization";
41
- IActivityServiceCommands["workspace"] = "workspace";
42
- IActivityServiceCommands["cluster"] = "cluster";
43
- IActivityServiceCommands["active"] = "active";
44
- IActivityServiceCommands["inactive"] = "inactive";
45
- IActivityServiceCommands["notify"] = "notify";
46
- IActivityServiceCommands["collect"] = "collect";
47
- })(IActivityServiceCommands = exports.IActivityServiceCommands || (exports.IActivityServiceCommands = {}));
48
- ;
49
38
  var IApplicationBillingPlanPolicy;
50
39
  (function (IApplicationBillingPlanPolicy) {
51
40
  IApplicationBillingPlanPolicy["Invoicing"] = "Invoicing";
@@ -55,7 +44,6 @@ var IApplicationBillingPlanPolicy;
55
44
  IApplicationBillingPlanPolicy["Alerts"] = "Alerts";
56
45
  IApplicationBillingPlanPolicy["CustomFields"] = "CustomFields";
57
46
  })(IApplicationBillingPlanPolicy = exports.IApplicationBillingPlanPolicy || (exports.IApplicationBillingPlanPolicy = {}));
58
- ;
59
47
  var IApplicationRoles;
60
48
  (function (IApplicationRoles) {
61
49
  /** Admin of an Organization */
@@ -78,19 +66,16 @@ var IApplicationRoles;
78
66
  /** User who is logged in */
79
67
  IApplicationRoles["USER"] = "USER";
80
68
  })(IApplicationRoles = exports.IApplicationRoles || (exports.IApplicationRoles = {}));
81
- ;
82
69
  var IAuthErrorCodes;
83
70
  (function (IAuthErrorCodes) {
84
71
  IAuthErrorCodes["UNAUTHENTICATED"] = "UNAUTHENTICATED";
85
72
  IAuthErrorCodes["INTERNAL_SERVER_ERROR"] = "INTERNAL_SERVER_ERROR";
86
73
  })(IAuthErrorCodes = exports.IAuthErrorCodes || (exports.IAuthErrorCodes = {}));
87
- ;
88
74
  var ICacheControlScope;
89
75
  (function (ICacheControlScope) {
90
76
  ICacheControlScope["PUBLIC"] = "PUBLIC";
91
77
  ICacheControlScope["PRIVATE"] = "PRIVATE";
92
78
  })(ICacheControlScope = exports.ICacheControlScope || (exports.ICacheControlScope = {}));
93
- ;
94
79
  var IClientCacheTypeNames;
95
80
  (function (IClientCacheTypeNames) {
96
81
  IClientCacheTypeNames["ApplicationPolicy"] = "ApplicationPolicy";
@@ -122,7 +107,6 @@ var IClientCacheTypeNames;
122
107
  IClientCacheTypeNames["SettingsSection"] = "SettingsSection";
123
108
  IClientCacheTypeNames["UserConfiguration"] = "UserConfiguration";
124
109
  })(IClientCacheTypeNames = exports.IClientCacheTypeNames || (exports.IClientCacheTypeNames = {}));
125
- ;
126
110
  var IClientContainerService;
127
111
  (function (IClientContainerService) {
128
112
  IClientContainerService["ApolloErrorHandler"] = "ApolloErrorHandler";
@@ -140,13 +124,11 @@ var IClientContainerService;
140
124
  IClientContainerService["IPreferenceService"] = "IPreferenceService";
141
125
  IClientContainerService["ITeamKeyContextService"] = "ITeamKeyContextService";
142
126
  })(IClientContainerService = exports.IClientContainerService || (exports.IClientContainerService = {}));
143
- ;
144
127
  var IClientTypes;
145
128
  (function (IClientTypes) {
146
129
  IClientTypes["Business"] = "Business";
147
130
  IClientTypes["Individuals"] = "Individuals";
148
131
  })(IClientTypes = exports.IClientTypes || (exports.IClientTypes = {}));
149
- ;
150
132
  var IConfigCollectionName;
151
133
  (function (IConfigCollectionName) {
152
134
  IConfigCollectionName["application"] = "application";
@@ -158,7 +140,6 @@ var IConfigCollectionName;
158
140
  IConfigCollectionName["projects"] = "projects";
159
141
  IConfigCollectionName["clients"] = "clients";
160
142
  })(IConfigCollectionName = exports.IConfigCollectionName || (exports.IConfigCollectionName = {}));
161
- ;
162
143
  var IConfigFragmentName;
163
144
  (function (IConfigFragmentName) {
164
145
  IConfigFragmentName["resources"] = "resources";
@@ -174,14 +155,12 @@ var IConfigFragmentName;
174
155
  /** Billing */
175
156
  IConfigFragmentName["billingPlanPolicies"] = "billingPlanPolicies";
176
157
  })(IConfigFragmentName = exports.IConfigFragmentName || (exports.IConfigFragmentName = {}));
177
- ;
178
158
  var IConfigurationContributionNames;
179
159
  (function (IConfigurationContributionNames) {
180
160
  IConfigurationContributionNames["defaultPermissions"] = "defaultPermissions";
181
161
  IConfigurationContributionNames["defaultSettings"] = "defaultSettings";
182
162
  IConfigurationContributionNames["defaultPolicies"] = "defaultPolicies";
183
163
  })(IConfigurationContributionNames = exports.IConfigurationContributionNames || (exports.IConfigurationContributionNames = {}));
184
- ;
185
164
  var IContextServiceAction;
186
165
  (function (IContextServiceAction) {
187
166
  IContextServiceAction["onResourceCreated"] = "onResourceCreated";
@@ -189,30 +168,17 @@ var IContextServiceAction;
189
168
  IContextServiceAction["onResourceDeleted"] = "onResourceDeleted";
190
169
  IContextServiceAction["onResourceDeactivated"] = "onResourceDeactivated";
191
170
  })(IContextServiceAction = exports.IContextServiceAction || (exports.IContextServiceAction = {}));
192
- ;
193
- var IEActivityScopes;
194
- (function (IEActivityScopes) {
195
- IEActivityScopes["User"] = "User";
196
- IEActivityScopes["Team"] = "Team";
197
- IEActivityScopes["Cluster"] = "Cluster";
198
- IEActivityScopes["Default"] = "Default";
199
- IEActivityScopes["Workspace"] = "Workspace";
200
- IEActivityScopes["Organization"] = "Organization";
201
- })(IEActivityScopes = exports.IEActivityScopes || (exports.IEActivityScopes = {}));
202
- ;
203
171
  var IEditPresentationTypes;
204
172
  (function (IEditPresentationTypes) {
205
173
  IEditPresentationTypes["Multiline"] = "Multiline";
206
174
  IEditPresentationTypes["Singleline"] = "Singleline";
207
175
  })(IEditPresentationTypes = exports.IEditPresentationTypes || (exports.IEditPresentationTypes = {}));
208
- ;
209
176
  var IGlobalCurrencies;
210
177
  (function (IGlobalCurrencies) {
211
178
  IGlobalCurrencies["USD"] = "USD";
212
179
  IGlobalCurrencies["EURO"] = "EURO";
213
180
  IGlobalCurrencies["AUD"] = "AUD";
214
181
  })(IGlobalCurrencies = exports.IGlobalCurrencies || (exports.IGlobalCurrencies = {}));
215
- ;
216
182
  var IGlobalLanguages;
217
183
  (function (IGlobalLanguages) {
218
184
  IGlobalLanguages["English"] = "English";
@@ -220,19 +186,16 @@ var IGlobalLanguages;
220
186
  IGlobalLanguages["French"] = "French";
221
187
  IGlobalLanguages["Russian"] = "Russian";
222
188
  })(IGlobalLanguages = exports.IGlobalLanguages || (exports.IGlobalLanguages = {}));
223
- ;
224
189
  var IIntegrationConfigServiceAction;
225
190
  (function (IIntegrationConfigServiceAction) {
226
191
  IIntegrationConfigServiceAction["onIntegrationConfigurationDeleted"] = "onIntegrationConfigurationDeleted";
227
192
  })(IIntegrationConfigServiceAction = exports.IIntegrationConfigServiceAction || (exports.IIntegrationConfigServiceAction = {}));
228
- ;
229
193
  var IInviteStatus;
230
194
  (function (IInviteStatus) {
231
195
  IInviteStatus["PENDING"] = "PENDING";
232
196
  IInviteStatus["ACCEPTED"] = "ACCEPTED";
233
197
  IInviteStatus["DECLINED"] = "DECLINED";
234
198
  })(IInviteStatus = exports.IInviteStatus || (exports.IInviteStatus = {}));
235
- ;
236
199
  var IMailTemplateId;
237
200
  (function (IMailTemplateId) {
238
201
  IMailTemplateId["BillingNotificationId"] = "BillingNotificationId";
@@ -244,9 +207,9 @@ var IMailTemplateId;
244
207
  IMailTemplateId["PaymentServiceId"] = "PaymentServiceId";
245
208
  IMailTemplateId["TEAM_ADDED_MEMBER_NOTIFICATION"] = "TEAM_ADDED_MEMBER_NOTIFICATION";
246
209
  IMailTemplateId["USER_EMAIL_VERIFICATION_NOTIFICATION"] = "USER_EMAIL_VERIFICATION_NOTIFICATION";
210
+ IMailTemplateId["USER_PASSWORD_RESET"] = "USER_PASSWORD_RESET";
247
211
  IMailTemplateId["dummy"] = "dummy";
248
212
  })(IMailTemplateId = exports.IMailTemplateId || (exports.IMailTemplateId = {}));
249
- ;
250
213
  var IMenuPosition;
251
214
  (function (IMenuPosition) {
252
215
  IMenuPosition["LOGO"] = "LOGO";
@@ -255,7 +218,6 @@ var IMenuPosition;
255
218
  IMenuPosition["LOWER"] = "LOWER";
256
219
  IMenuPosition["BOTTOM"] = "BOTTOM";
257
220
  })(IMenuPosition = exports.IMenuPosition || (exports.IMenuPosition = {}));
258
- ;
259
221
  /** All Moleculer Topic names are extended from this. */
260
222
  var IMoleculerServiceName;
261
223
  (function (IMoleculerServiceName) {
@@ -263,22 +225,25 @@ var IMoleculerServiceName;
263
225
  IMoleculerServiceName["AccountTeam"] = "AccountTeam";
264
226
  IMoleculerServiceName["AccountUser"] = "AccountUser";
265
227
  IMoleculerServiceName["AccountsPostEventsService"] = "AccountsPostEventsService";
266
- IMoleculerServiceName["ActivityCollector"] = "ActivityCollector";
267
- IMoleculerServiceName["ActivityStorage"] = "ActivityStorage";
268
- IMoleculerServiceName["AsanaService"] = "AsanaService";
269
228
  IMoleculerServiceName["AuthUserService"] = "AuthUserService";
270
- IMoleculerServiceName["GithubMoleculerService"] = "GithubMoleculerService";
271
229
  IMoleculerServiceName["OrganizationContextService"] = "OrganizationContextService";
272
230
  IMoleculerServiceName["PaymentEventListener"] = "PaymentEventListener";
273
231
  IMoleculerServiceName["PaymentService"] = "PaymentService";
274
232
  IMoleculerServiceName["PaypalService"] = "PaypalService";
275
- IMoleculerServiceName["ProjectService"] = "ProjectService";
276
233
  IMoleculerServiceName["SshKeyService"] = "SshKeyService";
277
234
  IMoleculerServiceName["StripeService"] = "StripeService";
278
235
  IMoleculerServiceName["UserBroadcaster"] = "UserBroadcaster";
279
236
  IMoleculerServiceName["dummy"] = "dummy";
237
+ /** Actions */
238
+ IMoleculerServiceName["onConfigurationUpdated"] = "onConfigurationUpdated";
280
239
  })(IMoleculerServiceName = exports.IMoleculerServiceName || (exports.IMoleculerServiceName = {}));
281
- ;
240
+ var IOrgUserRole;
241
+ (function (IOrgUserRole) {
242
+ IOrgUserRole["BILLING_LEADER"] = "BILLING_LEADER";
243
+ IOrgUserRole["MEMBER"] = "MEMBER";
244
+ IOrgUserRole["ADMIN"] = "ADMIN";
245
+ IOrgUserRole["OWNER"] = "OWNER";
246
+ })(IOrgUserRole = exports.IOrgUserRole || (exports.IOrgUserRole = {}));
282
247
  /**
283
248
  * OrganizationInvitationRole: The possible organization invitation roles.
284
249
  *
@@ -295,7 +260,6 @@ var IOrgainizationInvitationRole;
295
260
  IOrgainizationInvitationRole["DIRECT_MEMBER"] = "DIRECT_MEMBER";
296
261
  IOrgainizationInvitationRole["BILLING_MANAGER"] = "BILLING_MANAGER";
297
262
  })(IOrgainizationInvitationRole = exports.IOrgainizationInvitationRole || (exports.IOrgainizationInvitationRole = {}));
298
- ;
299
263
  /** Subscription event for context */
300
264
  var IOrganizationContextPubSubEvents;
301
265
  (function (IOrganizationContextPubSubEvents) {
@@ -304,7 +268,6 @@ var IOrganizationContextPubSubEvents;
304
268
  IOrganizationContextPubSubEvents["OrganizationConfigurationUpdated"] = "OrganizationConfigurationUpdated";
305
269
  IOrganizationContextPubSubEvents["OrganizationPermissionUpdated"] = "OrganizationPermissionUpdated";
306
270
  })(IOrganizationContextPubSubEvents = exports.IOrganizationContextPubSubEvents || (exports.IOrganizationContextPubSubEvents = {}));
307
- ;
308
271
  var IOrganizationServiceAction;
309
272
  (function (IOrganizationServiceAction) {
310
273
  IOrganizationServiceAction["getOrganization"] = "getOrganization";
@@ -326,15 +289,6 @@ var IOrganizationServiceAction;
326
289
  IOrganizationServiceAction["onCreateTeam"] = "onCreateTeam";
327
290
  IOrganizationServiceAction["onSendInvitation"] = "onSendInvitation";
328
291
  })(IOrganizationServiceAction = exports.IOrganizationServiceAction || (exports.IOrganizationServiceAction = {}));
329
- ;
330
- var IOrgUserRole;
331
- (function (IOrgUserRole) {
332
- IOrgUserRole["BILLING_LEADER"] = "BILLING_LEADER";
333
- IOrgUserRole["MEMBER"] = "MEMBER";
334
- IOrgUserRole["ADMIN"] = "ADMIN";
335
- IOrgUserRole["OWNER"] = "OWNER";
336
- })(IOrgUserRole = exports.IOrgUserRole || (exports.IOrgUserRole = {}));
337
- ;
338
292
  var IPermissionAction;
339
293
  (function (IPermissionAction) {
340
294
  IPermissionAction["Create"] = "Create";
@@ -344,7 +298,6 @@ var IPermissionAction;
344
298
  IPermissionAction["Manage"] = "Manage";
345
299
  IPermissionAction["View"] = "View";
346
300
  })(IPermissionAction = exports.IPermissionAction || (exports.IPermissionAction = {}));
347
- ;
348
301
  var IPermissionResource;
349
302
  (function (IPermissionResource) {
350
303
  IPermissionResource["Members"] = "Members";
@@ -354,14 +307,12 @@ var IPermissionResource;
354
307
  IPermissionResource["Settings"] = "Settings";
355
308
  IPermissionResource["Teams"] = "Teams";
356
309
  })(IPermissionResource = exports.IPermissionResource || (exports.IPermissionResource = {}));
357
- ;
358
310
  var IPermissionType;
359
311
  (function (IPermissionType) {
360
312
  IPermissionType["Allow"] = "Allow";
361
313
  IPermissionType["Deny"] = "Deny";
362
314
  IPermissionType["NotSet"] = "NotSet";
363
315
  })(IPermissionType = exports.IPermissionType || (exports.IPermissionType = {}));
364
- ;
365
316
  var IPortalLanguage;
366
317
  (function (IPortalLanguage) {
367
318
  IPortalLanguage["English"] = "English";
@@ -370,7 +321,6 @@ var IPortalLanguage;
370
321
  IPortalLanguage["Spanish"] = "Spanish";
371
322
  IPortalLanguage["Russian"] = "Russian";
372
323
  })(IPortalLanguage = exports.IPortalLanguage || (exports.IPortalLanguage = {}));
373
- ;
374
324
  var IPreDefinedRole;
375
325
  (function (IPreDefinedRole) {
376
326
  IPreDefinedRole["OWNER"] = "OWNER";
@@ -384,32 +334,6 @@ var IPreDefinedRole;
384
334
  IPreDefinedRole["GUEST"] = "GUEST";
385
335
  IPreDefinedRole["CONTRIBUTORS"] = "CONTRIBUTORS";
386
336
  })(IPreDefinedRole = exports.IPreDefinedRole || (exports.IPreDefinedRole = {}));
387
- ;
388
- /** Various Source Providers for Projects Source. */
389
- var IProjectSourceProviders;
390
- (function (IProjectSourceProviders) {
391
- IProjectSourceProviders["Github"] = "Github";
392
- IProjectSourceProviders["Bitbucket"] = "Bitbucket";
393
- IProjectSourceProviders["Gitlab"] = "Gitlab";
394
- IProjectSourceProviders["Vsts"] = "Vsts";
395
- IProjectSourceProviders["None"] = "None";
396
- })(IProjectSourceProviders = exports.IProjectSourceProviders || (exports.IProjectSourceProviders = {}));
397
- ;
398
- /** Various types of sources. */
399
- var IProjectSourceType;
400
- (function (IProjectSourceType) {
401
- IProjectSourceType["Blank"] = "Blank";
402
- IProjectSourceType["Zip"] = "Zip";
403
- IProjectSourceType["Git"] = "Git";
404
- })(IProjectSourceType = exports.IProjectSourceType || (exports.IProjectSourceType = {}));
405
- ;
406
- var IProjectType;
407
- (function (IProjectType) {
408
- IProjectType["internal"] = "internal";
409
- IProjectType["others"] = "others";
410
- IProjectType["asana"] = "asana";
411
- })(IProjectType = exports.IProjectType || (exports.IProjectType = {}));
412
- ;
413
337
  /** Registry Extensions */
414
338
  var IRegistryExtensions;
415
339
  (function (IRegistryExtensions) {
@@ -419,14 +343,12 @@ var IRegistryExtensions;
419
343
  IRegistryExtensions["Configuration"] = "Configuration";
420
344
  IRegistryExtensions["JSONContribution"] = "JSONContribution";
421
345
  })(IRegistryExtensions = exports.IRegistryExtensions || (exports.IRegistryExtensions = {}));
422
- ;
423
346
  var IResourceAuthority;
424
347
  (function (IResourceAuthority) {
425
348
  IResourceAuthority["defaultsettings"] = "defaultsettings";
426
349
  IResourceAuthority["defaultpermissions"] = "defaultpermissions";
427
350
  IResourceAuthority["defaultpolicies"] = "defaultpolicies";
428
351
  })(IResourceAuthority = exports.IResourceAuthority || (exports.IResourceAuthority = {}));
429
- ;
430
352
  var IRole;
431
353
  (function (IRole) {
432
354
  IRole["ADMIN"] = "ADMIN";
@@ -434,13 +356,11 @@ var IRole;
434
356
  IRole["USER"] = "USER";
435
357
  IRole["UNKNOWN"] = "UNKNOWN";
436
358
  })(IRole = exports.IRole || (exports.IRole = {}));
437
- ;
438
359
  var IRouteParams;
439
360
  (function (IRouteParams) {
440
361
  IRouteParams["orgName"] = "orgName";
441
362
  IRouteParams["teamName"] = "teamName";
442
363
  })(IRouteParams = exports.IRouteParams || (exports.IRouteParams = {}));
443
- ;
444
364
  var ISettingValueType;
445
365
  (function (ISettingValueType) {
446
366
  ISettingValueType["Null"] = "Null";
@@ -454,7 +374,11 @@ var ISettingValueType;
454
374
  ISettingValueType["NullableInteger"] = "NullableInteger";
455
375
  ISettingValueType["NullableNumber"] = "NullableNumber";
456
376
  })(ISettingValueType = exports.ISettingValueType || (exports.ISettingValueType = {}));
457
- ;
377
+ var ISortEnum;
378
+ (function (ISortEnum) {
379
+ ISortEnum["ASC"] = "ASC";
380
+ ISortEnum["DESC"] = "DESC";
381
+ })(ISortEnum = exports.ISortEnum || (exports.ISortEnum = {}));
458
382
  var ISshKeyServiceAction;
459
383
  (function (ISshKeyServiceAction) {
460
384
  ISshKeyServiceAction["getSshKey"] = "getSshKey";
@@ -463,13 +387,11 @@ var ISshKeyServiceAction;
463
387
  ISshKeyServiceAction["generateKeys"] = "generateKeys";
464
388
  ISshKeyServiceAction["updateSshKey"] = "updateSshKey";
465
389
  })(ISshKeyServiceAction = exports.ISshKeyServiceAction || (exports.ISshKeyServiceAction = {}));
466
- ;
467
390
  var ISshKeyType;
468
391
  (function (ISshKeyType) {
469
392
  ISshKeyType["RSA"] = "RSA";
470
393
  ISshKeyType["ED25519"] = "ED25519";
471
394
  })(ISshKeyType = exports.ISshKeyType || (exports.ISshKeyType = {}));
472
- ;
473
395
  var ITeamServiceAction;
474
396
  (function (ITeamServiceAction) {
475
397
  ITeamServiceAction["getTeam"] = "getTeam";
@@ -486,7 +408,32 @@ var ITeamServiceAction;
486
408
  ITeamServiceAction["declineInvitation"] = "declineInvitation";
487
409
  ITeamServiceAction["sendProjectNotificaiton"] = "sendProjectNotificaiton";
488
410
  })(ITeamServiceAction = exports.ITeamServiceAction || (exports.ITeamServiceAction = {}));
489
- ;
411
+ /**
412
+ * The User Account.
413
+ *
414
+ * @property
415
+ * id: User ID
416
+ * @property
417
+ * email: The user email
418
+ * @property
419
+ * emailVerified: ture if email is verified, otherwise false
420
+ * @property
421
+ * featureFlags: Any super power given to the user via a super user
422
+ * @property
423
+ * identities: An array of objects with information about the user's identities.
424
+ * More than one will exists in case accounts are linked.
425
+ * @property
426
+ * inactive: true if the user is not currently being billed for service.
427
+ * @property
428
+ * isBillingLeader: true if user is BillingLeader
429
+ * @property
430
+ * userOgs: the orgs and roles for this user on each.
431
+ */
432
+ var ITokenTypesEnum;
433
+ (function (ITokenTypesEnum) {
434
+ ITokenTypesEnum["EMAIL_VERIFICATION"] = "EMAIL_VERIFICATION";
435
+ ITokenTypesEnum["PASSWORD_RESET"] = "PASSWORD_RESET";
436
+ })(ITokenTypesEnum = exports.ITokenTypesEnum || (exports.ITokenTypesEnum = {}));
490
437
  var IUserBroadcasterAction;
491
438
  (function (IUserBroadcasterAction) {
492
439
  IUserBroadcasterAction["onUserLoggedIn"] = "onUserLoggedIn";
@@ -494,7 +441,6 @@ var IUserBroadcasterAction;
494
441
  IUserBroadcasterAction["onUserUpdated"] = "onUserUpdated";
495
442
  IUserBroadcasterAction["onUserDeleted"] = "onUserDeleted";
496
443
  })(IUserBroadcasterAction = exports.IUserBroadcasterAction || (exports.IUserBroadcasterAction = {}));
497
- ;
498
444
  var IUserOrderBy;
499
445
  (function (IUserOrderBy) {
500
446
  IUserOrderBy["auth0UserId_ASC"] = "auth0UserId_ASC";
@@ -508,23 +454,11 @@ var IUserOrderBy;
508
454
  IUserOrderBy["updatedAt_ASC"] = "updatedAt_ASC";
509
455
  IUserOrderBy["updatedAt_DESC"] = "updatedAt_DESC";
510
456
  })(IUserOrderBy = exports.IUserOrderBy || (exports.IUserOrderBy = {}));
511
- ;
512
457
  var IVisibility;
513
458
  (function (IVisibility) {
514
459
  IVisibility["private"] = "private";
515
460
  IVisibility["public"] = "public";
516
461
  })(IVisibility = exports.IVisibility || (exports.IVisibility = {}));
517
- ;
518
- var IZipkinRoutes;
519
- (function (IZipkinRoutes) {
520
- IZipkinRoutes["tags"] = "tags";
521
- IZipkinRoutes["service"] = "service";
522
- IZipkinRoutes["trace"] = "trace";
523
- IZipkinRoutes["traces"] = "traces";
524
- IZipkinRoutes["spans"] = "spans";
525
- IZipkinRoutes["search"] = "search";
526
- })(IZipkinRoutes = exports.IZipkinRoutes || (exports.IZipkinRoutes = {}));
527
- ;
528
462
  exports.AllContextFragmentDoc = { "kind": "Document", "definitions": [{ "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "AllContext" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "Context" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "teamResource" } }, { "kind": "Field", "name": { "kind": "Name", "value": "orgResource" } }, { "kind": "Field", "name": { "kind": "Name", "value": "orgResourceId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "orgResourceName" } }] } }] };
529
463
  exports.OrgUserFragmentDoc = { "kind": "Document", "definitions": [{ "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "OrgUser" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "OrgUser" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "userId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "role" } }, { "kind": "Field", "name": { "kind": "Name", "value": "orgName" } }, { "kind": "Field", "name": { "kind": "Name", "value": "isSelf" } }] } }] };
530
464
  exports.UserCreationEventFragmentDoc = { "kind": "Document", "definitions": [{ "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "UserCreationEvent" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "UserProfile" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "nickname" } }, { "kind": "Field", "name": { "kind": "Name", "value": "picture" } }, { "kind": "Field", "name": { "kind": "Name", "value": "user_id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "username" } }, { "kind": "Field", "name": { "kind": "Name", "value": "given_name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "family_name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "email" } }, { "kind": "Field", "name": { "kind": "Name", "value": "email_verified" } }, { "kind": "Field", "name": { "kind": "Name", "value": "user_metadata" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "last_name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "first_name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "phone_number" } }, { "kind": "Field", "name": { "kind": "Name", "value": "work_email" } }, { "kind": "Field", "name": { "kind": "Name", "value": "country" } }, { "kind": "Field", "name": { "kind": "Name", "value": "company_name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "dob" } }, { "kind": "Field", "name": { "kind": "Name", "value": "zip_code" } }] } }] } }] };
@@ -594,52 +528,6 @@ function useAccountOnBoardingMutation(baseOptions) {
594
528
  return Apollo.useMutation(exports.AccountOnBoardingDocument, options);
595
529
  }
596
530
  exports.useAccountOnBoardingMutation = useAccountOnBoardingMutation;
597
- exports.AddClientDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "AddClient" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "client" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "ClientAddRequest" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "addClient" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "client" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "client" } } }] }] } }] };
598
- /**
599
- * __useAddClientMutation__
600
- *
601
- * To run a mutation, you first call `useAddClientMutation` within a React component and pass it any options that fit your needs.
602
- * When your component renders, `useAddClientMutation` returns a tuple that includes:
603
- * - A mutate function that you can call at any time to execute the mutation
604
- * - An object with fields that represent the current status of the mutation's execution
605
- *
606
- * @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;
607
- *
608
- * @example
609
- * const [addClientMutation, { data, loading, error }] = useAddClientMutation({
610
- * variables: {
611
- * client: // value for 'client'
612
- * },
613
- * });
614
- */
615
- function useAddClientMutation(baseOptions) {
616
- const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
617
- return Apollo.useMutation(exports.AddClientDocument, options);
618
- }
619
- exports.useAddClientMutation = useAddClientMutation;
620
- exports.AddOrgProjectDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "AddOrgProject" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "project" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "ProjectAddRequest" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "addOrgProject" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "project" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "project" } } }] }] } }] };
621
- /**
622
- * __useAddOrgProjectMutation__
623
- *
624
- * To run a mutation, you first call `useAddOrgProjectMutation` within a React component and pass it any options that fit your needs.
625
- * When your component renders, `useAddOrgProjectMutation` returns a tuple that includes:
626
- * - A mutate function that you can call at any time to execute the mutation
627
- * - An object with fields that represent the current status of the mutation's execution
628
- *
629
- * @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;
630
- *
631
- * @example
632
- * const [addOrgProjectMutation, { data, loading, error }] = useAddOrgProjectMutation({
633
- * variables: {
634
- * project: // value for 'project'
635
- * },
636
- * });
637
- */
638
- function useAddOrgProjectMutation(baseOptions) {
639
- const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
640
- return Apollo.useMutation(exports.AddOrgProjectDocument, options);
641
- }
642
- exports.useAddOrgProjectMutation = useAddOrgProjectMutation;
643
531
  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" } } }] }] } }] };
644
532
  /**
645
533
  * __useAddTeamMembersMutation__
@@ -715,29 +603,6 @@ function usechangeOrgMemberRoleMutation(baseOptions) {
715
603
  return Apollo.useMutation(exports.changeOrgMemberRoleDocument, options);
716
604
  }
717
605
  exports.usechangeOrgMemberRoleMutation = usechangeOrgMemberRoleMutation;
718
- exports.CreateInvoiceDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "CreateInvoice" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "invoice" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "InvoiceCreateRequest" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "createInvoice" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "invoice" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "invoice" } } }] }] } }] };
719
- /**
720
- * __useCreateInvoiceMutation__
721
- *
722
- * To run a mutation, you first call `useCreateInvoiceMutation` within a React component and pass it any options that fit your needs.
723
- * When your component renders, `useCreateInvoiceMutation` returns a tuple that includes:
724
- * - A mutate function that you can call at any time to execute the mutation
725
- * - An object with fields that represent the current status of the mutation's execution
726
- *
727
- * @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;
728
- *
729
- * @example
730
- * const [createInvoiceMutation, { data, loading, error }] = useCreateInvoiceMutation({
731
- * variables: {
732
- * invoice: // value for 'invoice'
733
- * },
734
- * });
735
- */
736
- function useCreateInvoiceMutation(baseOptions) {
737
- const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
738
- return Apollo.useMutation(exports.CreateInvoiceDocument, options);
739
- }
740
- exports.useCreateInvoiceMutation = useCreateInvoiceMutation;
741
606
  exports.createOrganizationDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "createOrganization" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "organization" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "OrganizationCreateRequest" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "createOrganization" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "organization" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "organization" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "description" } }, { "kind": "Field", "name": { "kind": "Name", "value": "picture" } }, { "kind": "Field", "name": { "kind": "Name", "value": "namespace" } }, { "kind": "Field", "name": { "kind": "Name", "value": "orgUserCount" } }] } }] } }] };
742
607
  /**
743
608
  * __usecreateOrganizationMutation__
@@ -761,29 +626,6 @@ function usecreateOrganizationMutation(baseOptions) {
761
626
  return Apollo.useMutation(exports.createOrganizationDocument, options);
762
627
  }
763
628
  exports.usecreateOrganizationMutation = usecreateOrganizationMutation;
764
- exports.CreateTaskDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "CreateTask" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "request" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "TaskRequest" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "createTask" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "request" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "request" } } }] }] } }] };
765
- /**
766
- * __useCreateTaskMutation__
767
- *
768
- * To run a mutation, you first call `useCreateTaskMutation` within a React component and pass it any options that fit your needs.
769
- * When your component renders, `useCreateTaskMutation` returns a tuple that includes:
770
- * - A mutate function that you can call at any time to execute the mutation
771
- * - An object with fields that represent the current status of the mutation's execution
772
- *
773
- * @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;
774
- *
775
- * @example
776
- * const [createTaskMutation, { data, loading, error }] = useCreateTaskMutation({
777
- * variables: {
778
- * request: // value for 'request'
779
- * },
780
- * });
781
- */
782
- function useCreateTaskMutation(baseOptions) {
783
- const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
784
- return Apollo.useMutation(exports.CreateTaskDocument, options);
785
- }
786
- exports.useCreateTaskMutation = useCreateTaskMutation;
787
629
  exports.createTeamDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "createTeam" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "request" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "TeamCreationRequest" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "createTeam" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "request" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "request" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "_id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "title" } }, { "kind": "Field", "name": { "kind": "Name", "value": "tags" } }, { "kind": "Field", "name": { "kind": "Name", "value": "orgName" } }, { "kind": "Field", "name": { "kind": "Name", "value": "createdAt" } }, { "kind": "Field", "name": { "kind": "Name", "value": "updatedAt" } }, { "kind": "Field", "name": { "kind": "Name", "value": "description" } }] } }] } }] };
788
630
  /**
789
631
  * __usecreateTeamMutation__
@@ -875,52 +717,6 @@ function useregisterAccountUserMutation(baseOptions) {
875
717
  return Apollo.useMutation(exports.registerAccountUserDocument, options);
876
718
  }
877
719
  exports.useregisterAccountUserMutation = useregisterAccountUserMutation;
878
- exports.RemoveInvoiceDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "RemoveInvoice" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "id" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "removeInvoice" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "id" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "id" } } }] }] } }] };
879
- /**
880
- * __useRemoveInvoiceMutation__
881
- *
882
- * To run a mutation, you first call `useRemoveInvoiceMutation` within a React component and pass it any options that fit your needs.
883
- * When your component renders, `useRemoveInvoiceMutation` returns a tuple that includes:
884
- * - A mutate function that you can call at any time to execute the mutation
885
- * - An object with fields that represent the current status of the mutation's execution
886
- *
887
- * @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;
888
- *
889
- * @example
890
- * const [removeInvoiceMutation, { data, loading, error }] = useRemoveInvoiceMutation({
891
- * variables: {
892
- * id: // value for 'id'
893
- * },
894
- * });
895
- */
896
- function useRemoveInvoiceMutation(baseOptions) {
897
- const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
898
- return Apollo.useMutation(exports.RemoveInvoiceDocument, options);
899
- }
900
- exports.useRemoveInvoiceMutation = useRemoveInvoiceMutation;
901
- exports.RemoveOrgClientDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "RemoveOrgClient" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "clientId" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "removeOrgClient" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "clientId" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "clientId" } } }] }] } }] };
902
- /**
903
- * __useRemoveOrgClientMutation__
904
- *
905
- * To run a mutation, you first call `useRemoveOrgClientMutation` within a React component and pass it any options that fit your needs.
906
- * When your component renders, `useRemoveOrgClientMutation` returns a tuple that includes:
907
- * - A mutate function that you can call at any time to execute the mutation
908
- * - An object with fields that represent the current status of the mutation's execution
909
- *
910
- * @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;
911
- *
912
- * @example
913
- * const [removeOrgClientMutation, { data, loading, error }] = useRemoveOrgClientMutation({
914
- * variables: {
915
- * clientId: // value for 'clientId'
916
- * },
917
- * });
918
- */
919
- function useRemoveOrgClientMutation(baseOptions) {
920
- const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
921
- return Apollo.useMutation(exports.RemoveOrgClientDocument, options);
922
- }
923
- exports.useRemoveOrgClientMutation = useRemoveOrgClientMutation;
924
720
  exports.RemoveOrgMemberDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "RemoveOrgMember" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "memberId" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "removeOrgMember" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "memberId" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "memberId" } } }] }] } }] };
925
721
  /**
926
722
  * __useRemoveOrgMemberMutation__
@@ -967,29 +763,6 @@ function useremoveOrganizationMutation(baseOptions) {
967
763
  return Apollo.useMutation(exports.removeOrganizationDocument, options);
968
764
  }
969
765
  exports.useremoveOrganizationMutation = useremoveOrganizationMutation;
970
- exports.RemoveTaskDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "RemoveTask" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "id" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "removeTask" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "id" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "id" } } }] }] } }] };
971
- /**
972
- * __useRemoveTaskMutation__
973
- *
974
- * To run a mutation, you first call `useRemoveTaskMutation` within a React component and pass it any options that fit your needs.
975
- * When your component renders, `useRemoveTaskMutation` returns a tuple that includes:
976
- * - A mutate function that you can call at any time to execute the mutation
977
- * - An object with fields that represent the current status of the mutation's execution
978
- *
979
- * @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;
980
- *
981
- * @example
982
- * const [removeTaskMutation, { data, loading, error }] = useRemoveTaskMutation({
983
- * variables: {
984
- * id: // value for 'id'
985
- * },
986
- * });
987
- */
988
- function useRemoveTaskMutation(baseOptions) {
989
- const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
990
- return Apollo.useMutation(exports.RemoveTaskDocument, options);
991
- }
992
- exports.useRemoveTaskMutation = useRemoveTaskMutation;
993
766
  exports.removeTeamDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "removeTeam" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "teamId" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "removeTeam" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "teamId" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "teamId" } } }] }] } }] };
994
767
  /**
995
768
  * __useremoveTeamMutation__
@@ -1083,99 +856,75 @@ function useResendUserEmailVerificationEmailMutation(baseOptions) {
1083
856
  return Apollo.useMutation(exports.ResendUserEmailVerificationEmailDocument, options);
1084
857
  }
1085
858
  exports.useResendUserEmailVerificationEmailMutation = useResendUserEmailVerificationEmailMutation;
1086
- exports.SendInvoiceMailDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "SendInvoiceMail" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "request" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "InvoiceMailRequest" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "sendInvoiceMail" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "request" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "request" } } }] }] } }] };
1087
- /**
1088
- * __useSendInvoiceMailMutation__
1089
- *
1090
- * To run a mutation, you first call `useSendInvoiceMailMutation` within a React component and pass it any options that fit your needs.
1091
- * When your component renders, `useSendInvoiceMailMutation` returns a tuple that includes:
1092
- * - A mutate function that you can call at any time to execute the mutation
1093
- * - An object with fields that represent the current status of the mutation's execution
1094
- *
1095
- * @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;
1096
- *
1097
- * @example
1098
- * const [sendInvoiceMailMutation, { data, loading, error }] = useSendInvoiceMailMutation({
1099
- * variables: {
1100
- * request: // value for 'request'
1101
- * },
1102
- * });
1103
- */
1104
- function useSendInvoiceMailMutation(baseOptions) {
1105
- const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
1106
- return Apollo.useMutation(exports.SendInvoiceMailDocument, options);
1107
- }
1108
- exports.useSendInvoiceMailMutation = useSendInvoiceMailMutation;
1109
- 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" } } }] }] } }] };
859
+ 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" } } }] }] } }] };
1110
860
  /**
1111
- * __usesendOrganizationInvitationMutation__
861
+ * __useResetUserPasswordMutation__
1112
862
  *
1113
- * To run a mutation, you first call `usesendOrganizationInvitationMutation` within a React component and pass it any options that fit your needs.
1114
- * When your component renders, `usesendOrganizationInvitationMutation` returns a tuple that includes:
863
+ * To run a mutation, you first call `useResetUserPasswordMutation` within a React component and pass it any options that fit your needs.
864
+ * When your component renders, `useResetUserPasswordMutation` returns a tuple that includes:
1115
865
  * - A mutate function that you can call at any time to execute the mutation
1116
866
  * - An object with fields that represent the current status of the mutation's execution
1117
867
  *
1118
868
  * @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;
1119
869
  *
1120
870
  * @example
1121
- * const [sendOrganizationInvitationMutation, { data, loading, error }] = usesendOrganizationInvitationMutation({
871
+ * const [resetUserPasswordMutation, { data, loading, error }] = useResetUserPasswordMutation({
1122
872
  * variables: {
1123
- * request: // value for 'request'
873
+ * input: // value for 'input'
1124
874
  * },
1125
875
  * });
1126
876
  */
1127
- function usesendOrganizationInvitationMutation(baseOptions) {
877
+ function useResetUserPasswordMutation(baseOptions) {
1128
878
  const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
1129
- return Apollo.useMutation(exports.sendOrganizationInvitationDocument, options);
879
+ return Apollo.useMutation(exports.ResetUserPasswordDocument, options);
1130
880
  }
1131
- exports.usesendOrganizationInvitationMutation = usesendOrganizationInvitationMutation;
1132
- exports.UpdateInvoiceDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "UpdateInvoice" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "id" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "invoice" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "InvoiceUpdateRequest" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "updateInvoice" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "id" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "id" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "invoice" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "invoice" } } }] }] } }] };
881
+ exports.useResetUserPasswordMutation = useResetUserPasswordMutation;
882
+ 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" } } }] }] } }] };
1133
883
  /**
1134
- * __useUpdateInvoiceMutation__
884
+ * __useSendUserPasswordResetEmailMutation__
1135
885
  *
1136
- * To run a mutation, you first call `useUpdateInvoiceMutation` within a React component and pass it any options that fit your needs.
1137
- * When your component renders, `useUpdateInvoiceMutation` returns a tuple that includes:
886
+ * To run a mutation, you first call `useSendUserPasswordResetEmailMutation` within a React component and pass it any options that fit your needs.
887
+ * When your component renders, `useSendUserPasswordResetEmailMutation` returns a tuple that includes:
1138
888
  * - A mutate function that you can call at any time to execute the mutation
1139
889
  * - An object with fields that represent the current status of the mutation's execution
1140
890
  *
1141
891
  * @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;
1142
892
  *
1143
893
  * @example
1144
- * const [updateInvoiceMutation, { data, loading, error }] = useUpdateInvoiceMutation({
894
+ * const [sendUserPasswordResetEmailMutation, { data, loading, error }] = useSendUserPasswordResetEmailMutation({
1145
895
  * variables: {
1146
- * id: // value for 'id'
1147
- * invoice: // value for 'invoice'
896
+ * email: // value for 'email'
1148
897
  * },
1149
898
  * });
1150
899
  */
1151
- function useUpdateInvoiceMutation(baseOptions) {
900
+ function useSendUserPasswordResetEmailMutation(baseOptions) {
1152
901
  const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
1153
- return Apollo.useMutation(exports.UpdateInvoiceDocument, options);
902
+ return Apollo.useMutation(exports.SendUserPasswordResetEmailDocument, options);
1154
903
  }
1155
- exports.useUpdateInvoiceMutation = useUpdateInvoiceMutation;
1156
- exports.UpdateOrgClientDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "UpdateOrgClient" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "updateRequest" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "ClientUpdateRequest" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "updateOrgClient" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "updateRequest" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "updateRequest" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "salutation" } }, { "kind": "Field", "name": { "kind": "Name", "value": "firstName" } }, { "kind": "Field", "name": { "kind": "Name", "value": "lastName" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "companyName" } }, { "kind": "Field", "name": { "kind": "Name", "value": "displayName" } }, { "kind": "Field", "name": { "kind": "Name", "value": "email" } }, { "kind": "Field", "name": { "kind": "Name", "value": "clientPhone" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "workPhone" } }, { "kind": "Field", "name": { "kind": "Name", "value": "mobile" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "website" } }, { "kind": "Field", "name": { "kind": "Name", "value": "currency" } }, { "kind": "Field", "name": { "kind": "Name", "value": "socialConnect" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "facebook" } }, { "kind": "Field", "name": { "kind": "Name", "value": "twitter" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "billingAddress" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "attention" } }, { "kind": "Field", "name": { "kind": "Name", "value": "address" } }, { "kind": "Field", "name": { "kind": "Name", "value": "city" } }, { "kind": "Field", "name": { "kind": "Name", "value": "state" } }, { "kind": "Field", "name": { "kind": "Name", "value": "country" } }, { "kind": "Field", "name": { "kind": "Name", "value": "zip" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "shippingAddress" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "attention" } }, { "kind": "Field", "name": { "kind": "Name", "value": "address" } }, { "kind": "Field", "name": { "kind": "Name", "value": "city" } }, { "kind": "Field", "name": { "kind": "Name", "value": "state" } }, { "kind": "Field", "name": { "kind": "Name", "value": "country" } }, { "kind": "Field", "name": { "kind": "Name", "value": "zip" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "orgName" } }] } }] } }] };
904
+ exports.useSendUserPasswordResetEmailMutation = useSendUserPasswordResetEmailMutation;
905
+ exports.sendOrganizationInvitationDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "sendOrganizationInvitation" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "request" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "OrganizationInvitationRequest" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "sendOrganizationInvitation" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "request" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "request" } } }] }] } }] };
1157
906
  /**
1158
- * __useUpdateOrgClientMutation__
907
+ * __usesendOrganizationInvitationMutation__
1159
908
  *
1160
- * To run a mutation, you first call `useUpdateOrgClientMutation` within a React component and pass it any options that fit your needs.
1161
- * When your component renders, `useUpdateOrgClientMutation` returns a tuple that includes:
909
+ * To run a mutation, you first call `usesendOrganizationInvitationMutation` within a React component and pass it any options that fit your needs.
910
+ * When your component renders, `usesendOrganizationInvitationMutation` returns a tuple that includes:
1162
911
  * - A mutate function that you can call at any time to execute the mutation
1163
912
  * - An object with fields that represent the current status of the mutation's execution
1164
913
  *
1165
914
  * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;
1166
915
  *
1167
916
  * @example
1168
- * const [updateOrgClientMutation, { data, loading, error }] = useUpdateOrgClientMutation({
917
+ * const [sendOrganizationInvitationMutation, { data, loading, error }] = usesendOrganizationInvitationMutation({
1169
918
  * variables: {
1170
- * updateRequest: // value for 'updateRequest'
919
+ * request: // value for 'request'
1171
920
  * },
1172
921
  * });
1173
922
  */
1174
- function useUpdateOrgClientMutation(baseOptions) {
923
+ function usesendOrganizationInvitationMutation(baseOptions) {
1175
924
  const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
1176
- return Apollo.useMutation(exports.UpdateOrgClientDocument, options);
925
+ return Apollo.useMutation(exports.sendOrganizationInvitationDocument, options);
1177
926
  }
1178
- exports.useUpdateOrgClientMutation = useUpdateOrgClientMutation;
927
+ exports.usesendOrganizationInvitationMutation = usesendOrganizationInvitationMutation;
1179
928
  exports.updateOrgMemberTeamsDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "updateOrgMemberTeams" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "userId" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "orgName" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "addToTeams" } }, "type": { "kind": "ListType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "removeFromTeams" } }, "type": { "kind": "ListType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "updateOrgMemberTeams" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "userId" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "userId" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "orgName" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "orgName" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "addToTeams" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "addToTeams" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "removeFromTeams" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "removeFromTeams" } } }] }] } }] };
1180
929
  /**
1181
930
  * __useupdateOrgMemberTeamsMutation__
@@ -1202,30 +951,6 @@ function useupdateOrgMemberTeamsMutation(baseOptions) {
1202
951
  return Apollo.useMutation(exports.updateOrgMemberTeamsDocument, options);
1203
952
  }
1204
953
  exports.useupdateOrgMemberTeamsMutation = useupdateOrgMemberTeamsMutation;
1205
- exports.UpdateOrgProjectDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "UpdateOrgProject" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "where" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "ProjectWhereInput" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "project" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "UpdateProject_Input" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "updateOrgProject" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "where" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "where" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "project" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "project" } } }] }] } }] };
1206
- /**
1207
- * __useUpdateOrgProjectMutation__
1208
- *
1209
- * To run a mutation, you first call `useUpdateOrgProjectMutation` within a React component and pass it any options that fit your needs.
1210
- * When your component renders, `useUpdateOrgProjectMutation` returns a tuple that includes:
1211
- * - A mutate function that you can call at any time to execute the mutation
1212
- * - An object with fields that represent the current status of the mutation's execution
1213
- *
1214
- * @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;
1215
- *
1216
- * @example
1217
- * const [updateOrgProjectMutation, { data, loading, error }] = useUpdateOrgProjectMutation({
1218
- * variables: {
1219
- * where: // value for 'where'
1220
- * project: // value for 'project'
1221
- * },
1222
- * });
1223
- */
1224
- function useUpdateOrgProjectMutation(baseOptions) {
1225
- const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
1226
- return Apollo.useMutation(exports.UpdateOrgProjectDocument, options);
1227
- }
1228
- exports.useUpdateOrgProjectMutation = useUpdateOrgProjectMutation;
1229
954
  exports.updateOrganizationDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "updateOrganization" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "organization" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "OrganizationUpdateRequest" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "updateOrganization" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "organization" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "organization" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "description" } }, { "kind": "Field", "name": { "kind": "Name", "value": "picture" } }, { "kind": "Field", "name": { "kind": "Name", "value": "namespace" } }, { "kind": "Field", "name": { "kind": "Name", "value": "orgUserCount" } }] } }] } }] };
1230
955
  /**
1231
956
  * __useupdateOrganizationMutation__
@@ -1249,54 +974,6 @@ function useupdateOrganizationMutation(baseOptions) {
1249
974
  return Apollo.useMutation(exports.updateOrganizationDocument, options);
1250
975
  }
1251
976
  exports.useupdateOrganizationMutation = useupdateOrganizationMutation;
1252
- exports.UpdateProjectStatusDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "UpdateProjectStatus" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "id" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "status" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "updateProjectStatus" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "id" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "id" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "status" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "status" } } }] }] } }] };
1253
- /**
1254
- * __useUpdateProjectStatusMutation__
1255
- *
1256
- * To run a mutation, you first call `useUpdateProjectStatusMutation` within a React component and pass it any options that fit your needs.
1257
- * When your component renders, `useUpdateProjectStatusMutation` returns a tuple that includes:
1258
- * - A mutate function that you can call at any time to execute the mutation
1259
- * - An object with fields that represent the current status of the mutation's execution
1260
- *
1261
- * @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;
1262
- *
1263
- * @example
1264
- * const [updateProjectStatusMutation, { data, loading, error }] = useUpdateProjectStatusMutation({
1265
- * variables: {
1266
- * id: // value for 'id'
1267
- * status: // value for 'status'
1268
- * },
1269
- * });
1270
- */
1271
- function useUpdateProjectStatusMutation(baseOptions) {
1272
- const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
1273
- return Apollo.useMutation(exports.UpdateProjectStatusDocument, options);
1274
- }
1275
- exports.useUpdateProjectStatusMutation = useUpdateProjectStatusMutation;
1276
- exports.UpdateTaskDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "UpdateTask" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "id" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "request" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "TaskRequest" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "updateTask" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "id" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "id" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "request" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "request" } } }] }] } }] };
1277
- /**
1278
- * __useUpdateTaskMutation__
1279
- *
1280
- * To run a mutation, you first call `useUpdateTaskMutation` within a React component and pass it any options that fit your needs.
1281
- * When your component renders, `useUpdateTaskMutation` returns a tuple that includes:
1282
- * - A mutate function that you can call at any time to execute the mutation
1283
- * - An object with fields that represent the current status of the mutation's execution
1284
- *
1285
- * @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;
1286
- *
1287
- * @example
1288
- * const [updateTaskMutation, { data, loading, error }] = useUpdateTaskMutation({
1289
- * variables: {
1290
- * id: // value for 'id'
1291
- * request: // value for 'request'
1292
- * },
1293
- * });
1294
- */
1295
- function useUpdateTaskMutation(baseOptions) {
1296
- const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
1297
- return Apollo.useMutation(exports.UpdateTaskDocument, options);
1298
- }
1299
- exports.useUpdateTaskMutation = useUpdateTaskMutation;
1300
977
  exports.updateTeamConfigurationDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "updateTeamConfiguration" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "key" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "value" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "AnyObject" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "overrides" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "ConfigurationOverrides_Input" } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "target" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Int" } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "donotNotifyError" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Boolean" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "updateConfigurationValue" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "key" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "key" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "value" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "value" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "overrides" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "overrides" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "target" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "target" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "donotNotifyError" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "donotNotifyError" } } }] }] } }] };
1301
978
  /**
1302
979
  * __useupdateTeamConfigurationMutation__
@@ -1347,30 +1024,6 @@ function useupdateUserAccountMutation(baseOptions) {
1347
1024
  return Apollo.useMutation(exports.updateUserAccountDocument, options);
1348
1025
  }
1349
1026
  exports.useupdateUserAccountMutation = useupdateUserAccountMutation;
1350
- exports.UpsertProjectThroughIntegrationDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "UpsertProjectThroughIntegration" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "where" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "ProjectWhereInput" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "project" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "UpdateProject_Input" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "upsertProjectThroughIntegration" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "where" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "where" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "project" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "project" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "clientId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "teams" } }, { "kind": "Field", "name": { "kind": "Name", "value": "status" } }, { "kind": "Field", "name": { "kind": "Name", "value": "orgName" } }, { "kind": "Field", "name": { "kind": "Name", "value": "integrationConfigurationId" } }] } }] } }] };
1351
- /**
1352
- * __useUpsertProjectThroughIntegrationMutation__
1353
- *
1354
- * To run a mutation, you first call `useUpsertProjectThroughIntegrationMutation` within a React component and pass it any options that fit your needs.
1355
- * When your component renders, `useUpsertProjectThroughIntegrationMutation` returns a tuple that includes:
1356
- * - A mutate function that you can call at any time to execute the mutation
1357
- * - An object with fields that represent the current status of the mutation's execution
1358
- *
1359
- * @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;
1360
- *
1361
- * @example
1362
- * const [upsertProjectThroughIntegrationMutation, { data, loading, error }] = useUpsertProjectThroughIntegrationMutation({
1363
- * variables: {
1364
- * where: // value for 'where'
1365
- * project: // value for 'project'
1366
- * },
1367
- * });
1368
- */
1369
- function useUpsertProjectThroughIntegrationMutation(baseOptions) {
1370
- const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
1371
- return Apollo.useMutation(exports.UpsertProjectThroughIntegrationDocument, options);
1372
- }
1373
- exports.useUpsertProjectThroughIntegrationMutation = useUpsertProjectThroughIntegrationMutation;
1374
1027
  exports.VerifyUserEmailVerificationTokenDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "VerifyUserEmailVerificationToken" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "token" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "verifyUserEmailVerificationToken" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "token" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "token" } } }] }] } }] };
1375
1028
  /**
1376
1029
  * __useVerifyUserEmailVerificationTokenMutation__
@@ -1501,164 +1154,6 @@ function useGetAllCountriesLazyQuery(baseOptions) {
1501
1154
  return Apollo.useLazyQuery(exports.GetAllCountriesDocument, options);
1502
1155
  }
1503
1156
  exports.useGetAllCountriesLazyQuery = useGetAllCountriesLazyQuery;
1504
- exports.GetAsanaConnectionStateDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetAsanaConnectionState" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getAsanaConnectionState" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "asana" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "user" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "user_id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "username" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "status" } }] } }] } }] } }] };
1505
- /**
1506
- * __useGetAsanaConnectionStateQuery__
1507
- *
1508
- * To run a query within a React component, call `useGetAsanaConnectionStateQuery` and pass it any options that fit your needs.
1509
- * When your component renders, `useGetAsanaConnectionStateQuery` returns an object from Apollo Client that contains loading, error, and data properties
1510
- * you can use to render your UI.
1511
- *
1512
- * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;
1513
- *
1514
- * @example
1515
- * const { data, loading, error } = useGetAsanaConnectionStateQuery({
1516
- * variables: {
1517
- * },
1518
- * });
1519
- */
1520
- function useGetAsanaConnectionStateQuery(baseOptions) {
1521
- const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
1522
- return Apollo.useQuery(exports.GetAsanaConnectionStateDocument, options);
1523
- }
1524
- exports.useGetAsanaConnectionStateQuery = useGetAsanaConnectionStateQuery;
1525
- function useGetAsanaConnectionStateLazyQuery(baseOptions) {
1526
- const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
1527
- return Apollo.useLazyQuery(exports.GetAsanaConnectionStateDocument, options);
1528
- }
1529
- exports.useGetAsanaConnectionStateLazyQuery = useGetAsanaConnectionStateLazyQuery;
1530
- exports.GetAsanaWorkspaceProjectsDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetAsanaWorkspaceProjects" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "workspaceId" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getAsanaWorkspaceProjects" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "workspaceId" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "workspaceId" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "gid" } }] } }] } }] };
1531
- /**
1532
- * __useGetAsanaWorkspaceProjectsQuery__
1533
- *
1534
- * To run a query within a React component, call `useGetAsanaWorkspaceProjectsQuery` and pass it any options that fit your needs.
1535
- * When your component renders, `useGetAsanaWorkspaceProjectsQuery` returns an object from Apollo Client that contains loading, error, and data properties
1536
- * you can use to render your UI.
1537
- *
1538
- * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;
1539
- *
1540
- * @example
1541
- * const { data, loading, error } = useGetAsanaWorkspaceProjectsQuery({
1542
- * variables: {
1543
- * workspaceId: // value for 'workspaceId'
1544
- * },
1545
- * });
1546
- */
1547
- function useGetAsanaWorkspaceProjectsQuery(baseOptions) {
1548
- const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
1549
- return Apollo.useQuery(exports.GetAsanaWorkspaceProjectsDocument, options);
1550
- }
1551
- exports.useGetAsanaWorkspaceProjectsQuery = useGetAsanaWorkspaceProjectsQuery;
1552
- function useGetAsanaWorkspaceProjectsLazyQuery(baseOptions) {
1553
- const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
1554
- return Apollo.useLazyQuery(exports.GetAsanaWorkspaceProjectsDocument, options);
1555
- }
1556
- exports.useGetAsanaWorkspaceProjectsLazyQuery = useGetAsanaWorkspaceProjectsLazyQuery;
1557
- exports.GetAsanaWorkspacesDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetAsanaWorkspaces" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getAsanaWorkspaces" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "gid" } }] } }] } }] };
1558
- /**
1559
- * __useGetAsanaWorkspacesQuery__
1560
- *
1561
- * To run a query within a React component, call `useGetAsanaWorkspacesQuery` and pass it any options that fit your needs.
1562
- * When your component renders, `useGetAsanaWorkspacesQuery` returns an object from Apollo Client that contains loading, error, and data properties
1563
- * you can use to render your UI.
1564
- *
1565
- * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;
1566
- *
1567
- * @example
1568
- * const { data, loading, error } = useGetAsanaWorkspacesQuery({
1569
- * variables: {
1570
- * },
1571
- * });
1572
- */
1573
- function useGetAsanaWorkspacesQuery(baseOptions) {
1574
- const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
1575
- return Apollo.useQuery(exports.GetAsanaWorkspacesDocument, options);
1576
- }
1577
- exports.useGetAsanaWorkspacesQuery = useGetAsanaWorkspacesQuery;
1578
- function useGetAsanaWorkspacesLazyQuery(baseOptions) {
1579
- const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
1580
- return Apollo.useLazyQuery(exports.GetAsanaWorkspacesDocument, options);
1581
- }
1582
- exports.useGetAsanaWorkspacesLazyQuery = useGetAsanaWorkspacesLazyQuery;
1583
- exports.GetDefaultInvoiceNumberDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetDefaultInvoiceNumber" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getDefaultInvoiceNumber" } }] } }] };
1584
- /**
1585
- * __useGetDefaultInvoiceNumberQuery__
1586
- *
1587
- * To run a query within a React component, call `useGetDefaultInvoiceNumberQuery` and pass it any options that fit your needs.
1588
- * When your component renders, `useGetDefaultInvoiceNumberQuery` returns an object from Apollo Client that contains loading, error, and data properties
1589
- * you can use to render your UI.
1590
- *
1591
- * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;
1592
- *
1593
- * @example
1594
- * const { data, loading, error } = useGetDefaultInvoiceNumberQuery({
1595
- * variables: {
1596
- * },
1597
- * });
1598
- */
1599
- function useGetDefaultInvoiceNumberQuery(baseOptions) {
1600
- const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
1601
- return Apollo.useQuery(exports.GetDefaultInvoiceNumberDocument, options);
1602
- }
1603
- exports.useGetDefaultInvoiceNumberQuery = useGetDefaultInvoiceNumberQuery;
1604
- function useGetDefaultInvoiceNumberLazyQuery(baseOptions) {
1605
- const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
1606
- return Apollo.useLazyQuery(exports.GetDefaultInvoiceNumberDocument, options);
1607
- }
1608
- exports.useGetDefaultInvoiceNumberLazyQuery = useGetDefaultInvoiceNumberLazyQuery;
1609
- exports.GetFilteredProjectsDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetFilteredProjects" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "filter" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "ProjectWhereInput" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getFilteredProjects" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "filter" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "filter" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "clientId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "teams" } }, { "kind": "Field", "name": { "kind": "Name", "value": "status" } }, { "kind": "Field", "name": { "kind": "Name", "value": "orgName" } }, { "kind": "Field", "name": { "kind": "Name", "value": "integrationConfigurationId" } }] } }] } }] };
1610
- /**
1611
- * __useGetFilteredProjectsQuery__
1612
- *
1613
- * To run a query within a React component, call `useGetFilteredProjectsQuery` and pass it any options that fit your needs.
1614
- * When your component renders, `useGetFilteredProjectsQuery` returns an object from Apollo Client that contains loading, error, and data properties
1615
- * you can use to render your UI.
1616
- *
1617
- * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;
1618
- *
1619
- * @example
1620
- * const { data, loading, error } = useGetFilteredProjectsQuery({
1621
- * variables: {
1622
- * filter: // value for 'filter'
1623
- * },
1624
- * });
1625
- */
1626
- function useGetFilteredProjectsQuery(baseOptions) {
1627
- const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
1628
- return Apollo.useQuery(exports.GetFilteredProjectsDocument, options);
1629
- }
1630
- exports.useGetFilteredProjectsQuery = useGetFilteredProjectsQuery;
1631
- function useGetFilteredProjectsLazyQuery(baseOptions) {
1632
- const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
1633
- return Apollo.useLazyQuery(exports.GetFilteredProjectsDocument, options);
1634
- }
1635
- exports.useGetFilteredProjectsLazyQuery = useGetFilteredProjectsLazyQuery;
1636
- exports.GetInvoicesDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetInvoices" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getInvoices" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "comment" } }, { "kind": "Field", "name": { "kind": "Name", "value": "currency" } }, { "kind": "Field", "name": { "kind": "Name", "value": "discount" } }, { "kind": "Field", "name": { "kind": "Name", "value": "from" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "companyName" } }, { "kind": "Field", "name": { "kind": "Name", "value": "email" } }, { "kind": "Field", "name": { "kind": "Name", "value": "phone" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "workPhone" } }, { "kind": "Field", "name": { "kind": "Name", "value": "mobile" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "address" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "attention" } }, { "kind": "Field", "name": { "kind": "Name", "value": "address" } }, { "kind": "Field", "name": { "kind": "Name", "value": "city" } }, { "kind": "Field", "name": { "kind": "Name", "value": "state" } }, { "kind": "Field", "name": { "kind": "Name", "value": "country" } }, { "kind": "Field", "name": { "kind": "Name", "value": "zip" } }] } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "invoiceDate" } }, { "kind": "Field", "name": { "kind": "Name", "value": "terms" } }, { "kind": "Field", "name": { "kind": "Name", "value": "dueDate" } }, { "kind": "Field", "name": { "kind": "Name", "value": "invoiceNumber" } }, { "kind": "Field", "name": { "kind": "Name", "value": "orderNumber" } }, { "kind": "Field", "name": { "kind": "Name", "value": "invoiceVendor" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "companyName" } }, { "kind": "Field", "name": { "kind": "Name", "value": "email" } }, { "kind": "Field", "name": { "kind": "Name", "value": "phone" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "workPhone" } }, { "kind": "Field", "name": { "kind": "Name", "value": "mobile" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "address" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "attention" } }, { "kind": "Field", "name": { "kind": "Name", "value": "address" } }, { "kind": "Field", "name": { "kind": "Name", "value": "city" } }, { "kind": "Field", "name": { "kind": "Name", "value": "state" } }, { "kind": "Field", "name": { "kind": "Name", "value": "country" } }, { "kind": "Field", "name": { "kind": "Name", "value": "zip" } }] } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "logo" } }, { "kind": "Field", "name": { "kind": "Name", "value": "overdue" } }, { "kind": "Field", "name": { "kind": "Name", "value": "paymentStatus" } }, { "kind": "Field", "name": { "kind": "Name", "value": "projects" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "hours" } }, { "kind": "Field", "name": { "kind": "Name", "value": "projectName" } }, { "kind": "Field", "name": { "kind": "Name", "value": "rate" } }, { "kind": "Field", "name": { "kind": "Name", "value": "subTotal" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "sendingStatus" } }, { "kind": "Field", "name": { "kind": "Name", "value": "subTotal" } }, { "kind": "Field", "name": { "kind": "Name", "value": "tax" } }, { "kind": "Field", "name": { "kind": "Name", "value": "subject" } }, { "kind": "Field", "name": { "kind": "Name", "value": "conditions" } }, { "kind": "Field", "name": { "kind": "Name", "value": "status" } }, { "kind": "Field", "name": { "kind": "Name", "value": "timezoneOffset" } }, { "kind": "Field", "name": { "kind": "Name", "value": "to" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "username" } }, { "kind": "Field", "name": { "kind": "Name", "value": "companyName" } }, { "kind": "Field", "name": { "kind": "Name", "value": "email" } }, { "kind": "Field", "name": { "kind": "Name", "value": "phone" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "workPhone" } }, { "kind": "Field", "name": { "kind": "Name", "value": "mobile" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "billingAddress" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "attention" } }, { "kind": "Field", "name": { "kind": "Name", "value": "address" } }, { "kind": "Field", "name": { "kind": "Name", "value": "city" } }, { "kind": "Field", "name": { "kind": "Name", "value": "state" } }, { "kind": "Field", "name": { "kind": "Name", "value": "country" } }, { "kind": "Field", "name": { "kind": "Name", "value": "zip" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "shippingAddress" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "attention" } }, { "kind": "Field", "name": { "kind": "Name", "value": "address" } }, { "kind": "Field", "name": { "kind": "Name", "value": "city" } }, { "kind": "Field", "name": { "kind": "Name", "value": "state" } }, { "kind": "Field", "name": { "kind": "Name", "value": "country" } }, { "kind": "Field", "name": { "kind": "Name", "value": "zip" } }] } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "total" } }, { "kind": "Field", "name": { "kind": "Name", "value": "orgName" } }] } }] } }] };
1637
- /**
1638
- * __useGetInvoicesQuery__
1639
- *
1640
- * To run a query within a React component, call `useGetInvoicesQuery` and pass it any options that fit your needs.
1641
- * When your component renders, `useGetInvoicesQuery` returns an object from Apollo Client that contains loading, error, and data properties
1642
- * you can use to render your UI.
1643
- *
1644
- * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;
1645
- *
1646
- * @example
1647
- * const { data, loading, error } = useGetInvoicesQuery({
1648
- * variables: {
1649
- * },
1650
- * });
1651
- */
1652
- function useGetInvoicesQuery(baseOptions) {
1653
- const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
1654
- return Apollo.useQuery(exports.GetInvoicesDocument, options);
1655
- }
1656
- exports.useGetInvoicesQuery = useGetInvoicesQuery;
1657
- function useGetInvoicesLazyQuery(baseOptions) {
1658
- const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
1659
- return Apollo.useLazyQuery(exports.GetInvoicesDocument, options);
1660
- }
1661
- exports.useGetInvoicesLazyQuery = useGetInvoicesLazyQuery;
1662
1157
  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" } }] } }] };
1663
1158
  /**
1664
1159
  * __useGetManageableOrganizationsQuery__
@@ -1685,7 +1180,7 @@ function useGetManageableOrganizationsLazyQuery(baseOptions) {
1685
1180
  return Apollo.useLazyQuery(exports.GetManageableOrganizationsDocument, options);
1686
1181
  }
1687
1182
  exports.useGetManageableOrganizationsLazyQuery = useGetManageableOrganizationsLazyQuery;
1688
- exports.GetOrgInvitationMembersDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetOrgInvitationMembers" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getOrgInvitationMembers" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "email" } }, { "kind": "Field", "name": { "kind": "Name", "value": "teamName" } }, { "kind": "Field", "name": { "kind": "Name", "value": "teamId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "role" } }, { "kind": "Field", "name": { "kind": "Name", "value": "status" } }] } }] } }] };
1183
+ exports.GetOrgInvitationMembersDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetOrgInvitationMembers" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "offset" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Int" } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "limit" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Int" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getOrgInvitationMembers" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "offset" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "offset" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "limit" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "limit" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "totalCount" } }, { "kind": "Field", "name": { "kind": "Name", "value": "data" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "email" } }, { "kind": "Field", "name": { "kind": "Name", "value": "teamName" } }, { "kind": "Field", "name": { "kind": "Name", "value": "teamId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "role" } }, { "kind": "Field", "name": { "kind": "Name", "value": "status" } }] } }] } }] } }] };
1689
1184
  /**
1690
1185
  * __useGetOrgInvitationMembersQuery__
1691
1186
  *
@@ -1698,6 +1193,8 @@ exports.GetOrgInvitationMembersDocument = { "kind": "Document", "definitions": [
1698
1193
  * @example
1699
1194
  * const { data, loading, error } = useGetOrgInvitationMembersQuery({
1700
1195
  * variables: {
1196
+ * offset: // value for 'offset'
1197
+ * limit: // value for 'limit'
1701
1198
  * },
1702
1199
  * });
1703
1200
  */
@@ -1792,32 +1289,6 @@ function useGetOrgUserLazyQuery(baseOptions) {
1792
1289
  return Apollo.useLazyQuery(exports.GetOrgUserDocument, options);
1793
1290
  }
1794
1291
  exports.useGetOrgUserLazyQuery = useGetOrgUserLazyQuery;
1795
- exports.GetOrganizationClientsDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetOrganizationClients" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getOrganizationClients" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "salutation" } }, { "kind": "Field", "name": { "kind": "Name", "value": "firstName" } }, { "kind": "Field", "name": { "kind": "Name", "value": "lastName" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "companyName" } }, { "kind": "Field", "name": { "kind": "Name", "value": "displayName" } }, { "kind": "Field", "name": { "kind": "Name", "value": "email" } }, { "kind": "Field", "name": { "kind": "Name", "value": "clientPhone" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "workPhone" } }, { "kind": "Field", "name": { "kind": "Name", "value": "mobile" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "website" } }, { "kind": "Field", "name": { "kind": "Name", "value": "currency" } }, { "kind": "Field", "name": { "kind": "Name", "value": "socialConnect" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "facebook" } }, { "kind": "Field", "name": { "kind": "Name", "value": "twitter" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "billingAddress" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "attention" } }, { "kind": "Field", "name": { "kind": "Name", "value": "address" } }, { "kind": "Field", "name": { "kind": "Name", "value": "city" } }, { "kind": "Field", "name": { "kind": "Name", "value": "state" } }, { "kind": "Field", "name": { "kind": "Name", "value": "country" } }, { "kind": "Field", "name": { "kind": "Name", "value": "zip" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "shippingAddress" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "attention" } }, { "kind": "Field", "name": { "kind": "Name", "value": "address" } }, { "kind": "Field", "name": { "kind": "Name", "value": "city" } }, { "kind": "Field", "name": { "kind": "Name", "value": "state" } }, { "kind": "Field", "name": { "kind": "Name", "value": "country" } }, { "kind": "Field", "name": { "kind": "Name", "value": "zip" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "orgName" } }] } }] } }] };
1796
- /**
1797
- * __useGetOrganizationClientsQuery__
1798
- *
1799
- * To run a query within a React component, call `useGetOrganizationClientsQuery` and pass it any options that fit your needs.
1800
- * When your component renders, `useGetOrganizationClientsQuery` returns an object from Apollo Client that contains loading, error, and data properties
1801
- * you can use to render your UI.
1802
- *
1803
- * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;
1804
- *
1805
- * @example
1806
- * const { data, loading, error } = useGetOrganizationClientsQuery({
1807
- * variables: {
1808
- * },
1809
- * });
1810
- */
1811
- function useGetOrganizationClientsQuery(baseOptions) {
1812
- const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
1813
- return Apollo.useQuery(exports.GetOrganizationClientsDocument, options);
1814
- }
1815
- exports.useGetOrganizationClientsQuery = useGetOrganizationClientsQuery;
1816
- function useGetOrganizationClientsLazyQuery(baseOptions) {
1817
- const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
1818
- return Apollo.useLazyQuery(exports.GetOrganizationClientsDocument, options);
1819
- }
1820
- exports.useGetOrganizationClientsLazyQuery = useGetOrganizationClientsLazyQuery;
1821
1292
  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" } }] } }] } }] } }] } }] };
1822
1293
  /**
1823
1294
  * __useGetOrganizationMembersWithNameQuery__
@@ -1872,58 +1343,6 @@ function usegetOrganizationTeamsLazyQuery(baseOptions) {
1872
1343
  return Apollo.useLazyQuery(exports.getOrganizationTeamsDocument, options);
1873
1344
  }
1874
1345
  exports.usegetOrganizationTeamsLazyQuery = usegetOrganizationTeamsLazyQuery;
1875
- exports.GetProjectsDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetProjects" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getProjects" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "clientId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "teams" } }, { "kind": "Field", "name": { "kind": "Name", "value": "status" } }, { "kind": "Field", "name": { "kind": "Name", "value": "orgName" } }] } }] } }] };
1876
- /**
1877
- * __useGetProjectsQuery__
1878
- *
1879
- * To run a query within a React component, call `useGetProjectsQuery` and pass it any options that fit your needs.
1880
- * When your component renders, `useGetProjectsQuery` returns an object from Apollo Client that contains loading, error, and data properties
1881
- * you can use to render your UI.
1882
- *
1883
- * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;
1884
- *
1885
- * @example
1886
- * const { data, loading, error } = useGetProjectsQuery({
1887
- * variables: {
1888
- * },
1889
- * });
1890
- */
1891
- function useGetProjectsQuery(baseOptions) {
1892
- const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
1893
- return Apollo.useQuery(exports.GetProjectsDocument, options);
1894
- }
1895
- exports.useGetProjectsQuery = useGetProjectsQuery;
1896
- function useGetProjectsLazyQuery(baseOptions) {
1897
- const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
1898
- return Apollo.useLazyQuery(exports.GetProjectsDocument, options);
1899
- }
1900
- exports.useGetProjectsLazyQuery = useGetProjectsLazyQuery;
1901
- exports.GetTasksDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetTasks" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getTasks" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "projectId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "taskName" } }] } }] } }] };
1902
- /**
1903
- * __useGetTasksQuery__
1904
- *
1905
- * To run a query within a React component, call `useGetTasksQuery` and pass it any options that fit your needs.
1906
- * When your component renders, `useGetTasksQuery` returns an object from Apollo Client that contains loading, error, and data properties
1907
- * you can use to render your UI.
1908
- *
1909
- * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;
1910
- *
1911
- * @example
1912
- * const { data, loading, error } = useGetTasksQuery({
1913
- * variables: {
1914
- * },
1915
- * });
1916
- */
1917
- function useGetTasksQuery(baseOptions) {
1918
- const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
1919
- return Apollo.useQuery(exports.GetTasksDocument, options);
1920
- }
1921
- exports.useGetTasksQuery = useGetTasksQuery;
1922
- function useGetTasksLazyQuery(baseOptions) {
1923
- const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
1924
- return Apollo.useLazyQuery(exports.GetTasksDocument, options);
1925
- }
1926
- exports.useGetTasksLazyQuery = useGetTasksLazyQuery;
1927
1346
  exports.getTeamDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "getTeam" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "orgName" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "teamName" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getTeam" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "orgName" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "orgName" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "teamName" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "teamName" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "tags" } }, { "kind": "Field", "name": { "kind": "Name", "value": "orgName" } }, { "kind": "Field", "name": { "kind": "Name", "value": "description" } }, { "kind": "Field", "name": { "kind": "Name", "value": "createdAt" } }, { "kind": "Field", "name": { "kind": "Name", "value": "updatedAt" } }, { "kind": "Field", "name": { "kind": "Name", "value": "settingsUri" } }, { "kind": "Field", "name": { "kind": "Name", "value": "teamMembers" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "email" } }, { "kind": "Field", "name": { "kind": "Name", "value": "userId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "role" } }, { "kind": "Field", "name": { "kind": "Name", "value": "username" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "status" } }] } }] } }] } }] };
1928
1347
  /**
1929
1348
  * __usegetTeamQuery__
@@ -2034,32 +1453,34 @@ function useGetUserAccountByAuth0IdLazyQuery(baseOptions) {
2034
1453
  return Apollo.useLazyQuery(exports.GetUserAccountByAuth0IdDocument, options);
2035
1454
  }
2036
1455
  exports.useGetUserAccountByAuth0IdLazyQuery = useGetUserAccountByAuth0IdLazyQuery;
2037
- exports.GetUserEmailVerificationTokenDetailsDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetUserEmailVerificationTokenDetails" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getUserEmailVerificationTokenDetails" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "key" } }, { "kind": "Field", "name": { "kind": "Name", "value": "value" } }, { "kind": "Field", "name": { "kind": "Name", "value": "token" } }, { "kind": "Field", "name": { "kind": "Name", "value": "verified" } }, { "kind": "Field", "name": { "kind": "Name", "value": "isValid" } }] } }] } }] };
1456
+ 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" } }] } }] } }] };
2038
1457
  /**
2039
- * __useGetUserEmailVerificationTokenDetailsQuery__
1458
+ * __useGetUserTokenDetailsQuery__
2040
1459
  *
2041
- * To run a query within a React component, call `useGetUserEmailVerificationTokenDetailsQuery` and pass it any options that fit your needs.
2042
- * When your component renders, `useGetUserEmailVerificationTokenDetailsQuery` returns an object from Apollo Client that contains loading, error, and data properties
1460
+ * To run a query within a React component, call `useGetUserTokenDetailsQuery` and pass it any options that fit your needs.
1461
+ * When your component renders, `useGetUserTokenDetailsQuery` returns an object from Apollo Client that contains loading, error, and data properties
2043
1462
  * you can use to render your UI.
2044
1463
  *
2045
1464
  * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;
2046
1465
  *
2047
1466
  * @example
2048
- * const { data, loading, error } = useGetUserEmailVerificationTokenDetailsQuery({
1467
+ * const { data, loading, error } = useGetUserTokenDetailsQuery({
2049
1468
  * variables: {
1469
+ * userId: // value for 'userId'
1470
+ * type: // value for 'type'
2050
1471
  * },
2051
1472
  * });
2052
1473
  */
2053
- function useGetUserEmailVerificationTokenDetailsQuery(baseOptions) {
1474
+ function useGetUserTokenDetailsQuery(baseOptions) {
2054
1475
  const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
2055
- return Apollo.useQuery(exports.GetUserEmailVerificationTokenDetailsDocument, options);
1476
+ return Apollo.useQuery(exports.GetUserTokenDetailsDocument, options);
2056
1477
  }
2057
- exports.useGetUserEmailVerificationTokenDetailsQuery = useGetUserEmailVerificationTokenDetailsQuery;
2058
- function useGetUserEmailVerificationTokenDetailsLazyQuery(baseOptions) {
1478
+ exports.useGetUserTokenDetailsQuery = useGetUserTokenDetailsQuery;
1479
+ function useGetUserTokenDetailsLazyQuery(baseOptions) {
2059
1480
  const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
2060
- return Apollo.useLazyQuery(exports.GetUserEmailVerificationTokenDetailsDocument, options);
1481
+ return Apollo.useLazyQuery(exports.GetUserTokenDetailsDocument, options);
2061
1482
  }
2062
- exports.useGetUserEmailVerificationTokenDetailsLazyQuery = useGetUserEmailVerificationTokenDetailsLazyQuery;
1483
+ exports.useGetUserTokenDetailsLazyQuery = useGetUserTokenDetailsLazyQuery;
2063
1484
  exports.getUserOrganizationsDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "getUserOrganizations" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "userId" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getUserOrganizations" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "userId" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "userId" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "title" } }, { "kind": "Field", "name": { "kind": "Name", "value": "status" } }, { "kind": "Field", "name": { "kind": "Name", "value": "description" } }, { "kind": "Field", "name": { "kind": "Name", "value": "orgMembers" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "userId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "role" } }] } }] } }] } }] };
2064
1485
  /**
2065
1486
  * __usegetUserOrganizationsQuery__
@@ -2114,7 +1535,7 @@ function usegetUserOrganizationsWithRoleLazyQuery(baseOptions) {
2114
1535
  return Apollo.useLazyQuery(exports.getUserOrganizationsWithRoleDocument, options);
2115
1536
  }
2116
1537
  exports.usegetUserOrganizationsWithRoleLazyQuery = usegetUserOrganizationsWithRoleLazyQuery;
2117
- exports.GetOrganizationMembersDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetOrganizationMembers" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getOrganizationMembers" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "userId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "role" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "email" } }, { "kind": "Field", "name": { "kind": "Name", "value": "teamNames" } }, { "kind": "Field", "name": { "kind": "Name", "value": "crossCheckEmail" } }] } }] } }] };
1538
+ exports.GetOrganizationMembersDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetOrganizationMembers" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "offset" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Int" } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "limit" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Int" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getOrganizationMembers" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "offset" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "offset" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "limit" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "limit" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "totalCount" } }, { "kind": "Field", "name": { "kind": "Name", "value": "data" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "userId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "role" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "email" } }, { "kind": "Field", "name": { "kind": "Name", "value": "teamNames" } }, { "kind": "Field", "name": { "kind": "Name", "value": "crossCheckEmail" } }] } }] } }] } }] };
2118
1539
  /**
2119
1540
  * __useGetOrganizationMembersQuery__
2120
1541
  *
@@ -2127,6 +1548,8 @@ exports.GetOrganizationMembersDocument = { "kind": "Document", "definitions": [{
2127
1548
  * @example
2128
1549
  * const { data, loading, error } = useGetOrganizationMembersQuery({
2129
1550
  * variables: {
1551
+ * offset: // value for 'offset'
1552
+ * limit: // value for 'limit'
2130
1553
  * },
2131
1554
  * });
2132
1555
  */
@@ -2381,29 +1804,6 @@ function useGetUsersLazyQuery(baseOptions) {
2381
1804
  return Apollo.useLazyQuery(exports.GetUsersDocument, options);
2382
1805
  }
2383
1806
  exports.useGetUsersLazyQuery = useGetUsersLazyQuery;
2384
- exports.CollectDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "Collect" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "request" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "ActivityCollectRequest" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "collect" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "request" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "request" } } }] }] } }] };
2385
- /**
2386
- * __useCollectMutation__
2387
- *
2388
- * To run a mutation, you first call `useCollectMutation` within a React component and pass it any options that fit your needs.
2389
- * When your component renders, `useCollectMutation` returns a tuple that includes:
2390
- * - A mutate function that you can call at any time to execute the mutation
2391
- * - An object with fields that represent the current status of the mutation's execution
2392
- *
2393
- * @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;
2394
- *
2395
- * @example
2396
- * const [collectMutation, { data, loading, error }] = useCollectMutation({
2397
- * variables: {
2398
- * request: // value for 'request'
2399
- * },
2400
- * });
2401
- */
2402
- function useCollectMutation(baseOptions) {
2403
- const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
2404
- return Apollo.useMutation(exports.CollectDocument, options);
2405
- }
2406
- exports.useCollectMutation = useCollectMutation;
2407
1807
  exports.toggleSidebarDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "toggleSidebar" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "state" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Boolean" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "toggleSidebar" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "state" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "state" } } }], "directives": [{ "kind": "Directive", "name": { "kind": "Name", "value": "client" } }] }] } }] };
2408
1808
  /**
2409
1809
  * __usetoggleSidebarMutation__
@@ -3440,7 +2840,7 @@ function useFilterIntegrationConfigurationLazyQuery(baseOptions) {
3440
2840
  return Apollo.useLazyQuery(exports.FilterIntegrationConfigurationDocument, options);
3441
2841
  }
3442
2842
  exports.useFilterIntegrationConfigurationLazyQuery = useFilterIntegrationConfigurationLazyQuery;
3443
- exports.GetAllIntegrationConfigurationsDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetAllIntegrationConfigurations" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getAllIntegrationConfigurations" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "integrationName" } }, { "kind": "Field", "name": { "kind": "Name", "value": "status" } }, { "kind": "Field", "name": { "kind": "Name", "value": "updatedAt" } }, { "kind": "Field", "name": { "kind": "Name", "value": "integrationInfo" } }] } }] } }] };
2843
+ exports.GetAllIntegrationConfigurationsDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetAllIntegrationConfigurations" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "criteria" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "AnyObject" } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "limit" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Int" } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "skip" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Int" } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "sort" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Sort" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "getAllIntegrationConfigurations" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "criteria" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "criteria" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "limit" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "limit" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "skip" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "skip" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "sort" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "sort" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "totalCount" } }, { "kind": "Field", "name": { "kind": "Name", "value": "data" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }, { "kind": "Field", "name": { "kind": "Name", "value": "integrationName" } }, { "kind": "Field", "name": { "kind": "Name", "value": "status" } }, { "kind": "Field", "name": { "kind": "Name", "value": "updatedAt" } }, { "kind": "Field", "name": { "kind": "Name", "value": "integrationInfo" } }] } }] } }] } }] };
3444
2844
  /**
3445
2845
  * __useGetAllIntegrationConfigurationsQuery__
3446
2846
  *
@@ -3453,6 +2853,10 @@ exports.GetAllIntegrationConfigurationsDocument = { "kind": "Document", "definit
3453
2853
  * @example
3454
2854
  * const { data, loading, error } = useGetAllIntegrationConfigurationsQuery({
3455
2855
  * variables: {
2856
+ * criteria: // value for 'criteria'
2857
+ * limit: // value for 'limit'
2858
+ * skip: // value for 'skip'
2859
+ * sort: // value for 'sort'
3456
2860
  * },
3457
2861
  * });
3458
2862
  */