@adminide-stack/core 1.1.3-alpha.0 → 1.1.3-alpha.100

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 (79) 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.test.js +2 -2
  18. package/lib/core/event.test.js.map +1 -1
  19. package/lib/core/index.js +5 -1
  20. package/lib/core/index.js.map +1 -1
  21. package/lib/core/organization/configuration.js +6 -6
  22. package/lib/core/organization/configuration.js.map +1 -1
  23. package/lib/core/organization/helpers/index.js +5 -1
  24. package/lib/core/organization/helpers/index.js.map +1 -1
  25. package/lib/core/organization/index.js +5 -1
  26. package/lib/core/organization/index.js.map +1 -1
  27. package/lib/core/organization/organization.js +3 -3
  28. package/lib/core/organization/organization.js.map +1 -1
  29. package/lib/enums/index.js +5 -1
  30. package/lib/enums/index.js.map +1 -1
  31. package/lib/enums/integrations-configuration-steps.d.ts +4 -3
  32. package/lib/enums/integrations-configuration-steps.js +4 -3
  33. package/lib/enums/integrations-configuration-steps.js.map +1 -1
  34. package/lib/errors/index.js +5 -1
  35. package/lib/errors/index.js.map +1 -1
  36. package/lib/index.js +5 -1
  37. package/lib/index.js.map +1 -1
  38. package/lib/interfaces/configuration/configuration.js +6 -4
  39. package/lib/interfaces/configuration/configuration.js.map +1 -1
  40. package/lib/interfaces/configuration/index.js +5 -1
  41. package/lib/interfaces/configuration/index.js.map +1 -1
  42. package/lib/interfaces/environment/index.js +5 -1
  43. package/lib/interfaces/environment/index.js.map +1 -1
  44. package/lib/interfaces/generated/generated-models.d.ts +1127 -2603
  45. package/lib/interfaces/generated/generated-models.js +92 -600
  46. package/lib/interfaces/generated/generated-models.js.map +1 -1
  47. package/lib/interfaces/generated/index.js +5 -1
  48. package/lib/interfaces/generated/index.js.map +1 -1
  49. package/lib/interfaces/index.js +5 -1
  50. package/lib/interfaces/index.js.map +1 -1
  51. package/lib/interfaces/log/index.js +5 -1
  52. package/lib/interfaces/log/index.js.map +1 -1
  53. package/lib/interfaces/organization/index.js +5 -1
  54. package/lib/interfaces/organization/index.js.map +1 -1
  55. package/lib/modules/account-api/index.js +5 -1
  56. package/lib/modules/account-api/index.js.map +1 -1
  57. package/lib/modules/billing-api/index.js +5 -1
  58. package/lib/modules/billing-api/index.js.map +1 -1
  59. package/lib/modules/index.js +5 -1
  60. package/lib/modules/index.js.map +1 -1
  61. package/lib/services/abstract-configuration.js +3 -3
  62. package/lib/services/abstract-configuration.js.map +1 -1
  63. package/lib/services/abstract-organization-context-service.js +9 -9
  64. package/lib/services/abstract-organization-context-service.js.map +1 -1
  65. package/lib/services/index.js +5 -1
  66. package/lib/services/index.js.map +1 -1
  67. package/lib/utils/configuration-utils.js +2 -2
  68. package/lib/utils/configuration-utils.js.map +1 -1
  69. package/lib/utils/generate-uri.js +7 -7
  70. package/lib/utils/generate-uri.js.map +1 -1
  71. package/lib/utils/generated-settings-id.js +2 -2
  72. package/lib/utils/generated-settings-id.js.map +1 -1
  73. package/lib/utils/index.js +5 -1
  74. package/lib/utils/index.js.map +1 -1
  75. package/lib/utils/omit-deep.js +1 -1
  76. package/lib/utils/omit-deep.js.map +1 -1
  77. package/lib/utils/roles-utils.js +1 -1
  78. package/lib/utils/roles-utils.js.map +1 -1
  79. package/package.json +3 -3
@@ -1,14 +1,17 @@
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.UserCreationEventFragmentDoc = exports.OrgUserFragmentDoc = exports.AllContextFragmentDoc = exports.IZipkinRoutes = exports.IVisibility = exports.IUserOrderBy = exports.IUserBroadcasterAction = exports.ITokenTypesEnum = exports.ITeamServiceAction = exports.ISshKeyType = exports.ISshKeyServiceAction = 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.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.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 = exports.DefaultSettingFragmentDoc = exports.ConfigurationUpdateEventFragmentDoc = void 0;
5
+ exports.usegetOrganizationTeamsLazyQuery = exports.usegetOrganizationTeamsQuery = exports.getOrganizationTeamsDocument = exports.useGetOrganizationMembersWithNameLazyQuery = exports.useGetOrganizationMembersWithNameQuery = exports.GetOrganizationMembersWithNameDocument = exports.useGetOrgUserLazyQuery = exports.useGetOrgUserQuery = exports.GetOrgUserDocument = exports.usegetOrgTeamInvitationsLazyQuery = exports.usegetOrgTeamInvitationsQuery = exports.getOrgTeamInvitationsDocument = exports.useGetOrganizationInvitationLazyQuery = exports.useGetOrganizationInvitationQuery = exports.GetOrganizationInvitationDocument = exports.useGetOrgInvitationMembersLazyQuery = exports.useGetOrgInvitationMembersQuery = exports.GetOrgInvitationMembersDocument = exports.useGetManageableOrganizationsLazyQuery = exports.useGetManageableOrganizationsQuery = exports.GetManageableOrganizationsDocument = exports.useGetAllCountriesLazyQuery = exports.useGetAllCountriesQuery = exports.GetAllCountriesDocument = exports.useGetAccountsLazyQuery = exports.useGetAccountsQuery = exports.GetAccountsDocument = exports.useDecodeOrganizationInvitationLazyQuery = exports.useDecodeOrganizationInvitationQuery = exports.DecodeOrganizationInvitationDocument = exports.useGetUserOrganizationsListLazyQuery = exports.useGetUserOrganizationsListQuery = exports.GetUserOrganizationsListDocument = exports.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 = exports.ResetUserPasswordDocument = exports.useResendUserEmailVerificationEmailMutation = void 0;
6
+ exports.useGetUsersQuery = exports.GetUsersDocument = exports.useGetOrgMembersWithRolesLazyQuery = exports.useGetOrgMembersWithRolesQuery = exports.GetOrgMembersWithRolesDocument = exports.useGetOrgMembersWithRolesUnsecuredLazyQuery = exports.useGetOrgMembersWithRolesUnsecuredQuery = exports.GetOrgMembersWithRolesUnsecuredDocument = exports.useGetAccountsApplicationPoliciesLazyQuery = exports.useGetAccountsApplicationPoliciesQuery = exports.GetAccountsApplicationPoliciesDocument = exports.useGetAccountsViewerSettingsLazyQuery = exports.useGetAccountsViewerSettingsQuery = exports.GetAccountsViewerSettingsDocument = exports.useGetViewerSettingsLazyQuery = exports.useGetViewerSettingsQuery = exports.GetViewerSettingsDocument = exports.useTeamsLazyQuery = exports.useTeamsQuery = exports.TeamsDocument = exports.useteamLazyQuery = exports.useteamQuery = exports.teamDocument = exports.useorganizationsLazyQuery = exports.useorganizationsQuery = exports.organizationsDocument = exports.useGetOrganizationMembersLazyQuery = exports.useGetOrganizationMembersQuery = exports.GetOrganizationMembersDocument = exports.usegetUserOrganizationsWithRoleLazyQuery = exports.usegetUserOrganizationsWithRoleQuery = exports.getUserOrganizationsWithRoleDocument = exports.usegetUserOrganizationsLazyQuery = exports.usegetUserOrganizationsQuery = exports.getUserOrganizationsDocument = exports.useGetUserTokenDetailsLazyQuery = exports.useGetUserTokenDetailsQuery = exports.GetUserTokenDetailsDocument = exports.useGetUserAccountByAuth0IdLazyQuery = exports.useGetUserAccountByAuth0IdQuery = exports.GetUserAccountByAuth0IdDocument = exports.useGetUserAccountLazyQuery = exports.useGetUserAccountQuery = exports.GetUserAccountDocument = exports.usegetTeamByNameLazyQuery = exports.usegetTeamByNameQuery = exports.getTeamByNameDocument = exports.usegetTeamLazyQuery = exports.usegetTeamQuery = exports.getTeamDocument = void 0;
7
+ exports.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 = exports.toggleSidebarDocument = exports.useCollectMutation = exports.CollectDocument = exports.useGetUsersLazyQuery = void 0;
8
+ 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 = exports.useGetDefaultPolicySettingsLazyQuery = exports.useGetDefaultPolicySettingsQuery = exports.GetDefaultPolicySettingsDocument = exports.useGetDefaultPermissionsLazyQuery = void 0;
9
+ 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 = exports.useGetOrgNameFromContextQuery = exports.GetOrgNameFromContextDocument = exports.useGetOrgContextLazyQuery = exports.useGetOrgContextQuery = void 0;
10
+ exports.useViewerSettingsLazyQuery = exports.useViewerSettingsQuery = exports.ViewerSettingsDocument = exports.useOrganizationResourceContextLazyQuery = void 0;
11
+ const configuration_1 = require("../configuration");
12
+ Object.defineProperty(exports, "ConfigurationScope", { enumerable: true, get: function () { return configuration_1.ConfigurationScope; } });
13
+ const configuration_2 = require("../configuration");
14
+ Object.defineProperty(exports, "ConfigurationTarget", { enumerable: true, get: function () { return configuration_2.ConfigurationTarget; } });
12
15
  const Apollo = require("@apollo/client");
13
16
  const defaultOptions = {};
14
17
  var IAccountBroadcasterActions;
@@ -17,6 +20,8 @@ var IAccountBroadcasterActions;
17
20
  IAccountBroadcasterActions["onAccountUpdated"] = "onAccountUpdated";
18
21
  IAccountBroadcasterActions["onEmailVerified"] = "onEmailVerified";
19
22
  IAccountBroadcasterActions["onAccountDeleted"] = "onAccountDeleted";
23
+ IAccountBroadcasterActions["onPasswordReset"] = "onPasswordReset";
24
+ IAccountBroadcasterActions["onPictureChanged"] = "onPictureChanged";
20
25
  })(IAccountBroadcasterActions = exports.IAccountBroadcasterActions || (exports.IAccountBroadcasterActions = {}));
21
26
  ;
22
27
  var IAccountServiceAction;
@@ -244,6 +249,7 @@ var IMailTemplateId;
244
249
  IMailTemplateId["PaymentServiceId"] = "PaymentServiceId";
245
250
  IMailTemplateId["TEAM_ADDED_MEMBER_NOTIFICATION"] = "TEAM_ADDED_MEMBER_NOTIFICATION";
246
251
  IMailTemplateId["USER_EMAIL_VERIFICATION_NOTIFICATION"] = "USER_EMAIL_VERIFICATION_NOTIFICATION";
252
+ IMailTemplateId["USER_PASSWORD_RESET"] = "USER_PASSWORD_RESET";
247
253
  IMailTemplateId["dummy"] = "dummy";
248
254
  })(IMailTemplateId = exports.IMailTemplateId || (exports.IMailTemplateId = {}));
249
255
  ;
@@ -265,20 +271,27 @@ var IMoleculerServiceName;
265
271
  IMoleculerServiceName["AccountsPostEventsService"] = "AccountsPostEventsService";
266
272
  IMoleculerServiceName["ActivityCollector"] = "ActivityCollector";
267
273
  IMoleculerServiceName["ActivityStorage"] = "ActivityStorage";
268
- IMoleculerServiceName["AsanaService"] = "AsanaService";
269
274
  IMoleculerServiceName["AuthUserService"] = "AuthUserService";
270
- IMoleculerServiceName["GithubMoleculerService"] = "GithubMoleculerService";
271
275
  IMoleculerServiceName["OrganizationContextService"] = "OrganizationContextService";
272
276
  IMoleculerServiceName["PaymentEventListener"] = "PaymentEventListener";
273
277
  IMoleculerServiceName["PaymentService"] = "PaymentService";
274
278
  IMoleculerServiceName["PaypalService"] = "PaypalService";
275
- IMoleculerServiceName["ProjectService"] = "ProjectService";
276
279
  IMoleculerServiceName["SshKeyService"] = "SshKeyService";
277
280
  IMoleculerServiceName["StripeService"] = "StripeService";
278
281
  IMoleculerServiceName["UserBroadcaster"] = "UserBroadcaster";
279
282
  IMoleculerServiceName["dummy"] = "dummy";
283
+ /** Actions */
284
+ IMoleculerServiceName["onConfigurationUpdated"] = "onConfigurationUpdated";
280
285
  })(IMoleculerServiceName = exports.IMoleculerServiceName || (exports.IMoleculerServiceName = {}));
281
286
  ;
287
+ var IOrgUserRole;
288
+ (function (IOrgUserRole) {
289
+ IOrgUserRole["BILLING_LEADER"] = "BILLING_LEADER";
290
+ IOrgUserRole["MEMBER"] = "MEMBER";
291
+ IOrgUserRole["ADMIN"] = "ADMIN";
292
+ IOrgUserRole["OWNER"] = "OWNER";
293
+ })(IOrgUserRole = exports.IOrgUserRole || (exports.IOrgUserRole = {}));
294
+ ;
282
295
  /**
283
296
  * OrganizationInvitationRole: The possible organization invitation roles.
284
297
  *
@@ -327,14 +340,6 @@ var IOrganizationServiceAction;
327
340
  IOrganizationServiceAction["onSendInvitation"] = "onSendInvitation";
328
341
  })(IOrganizationServiceAction = exports.IOrganizationServiceAction || (exports.IOrganizationServiceAction = {}));
329
342
  ;
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
343
  var IPermissionAction;
339
344
  (function (IPermissionAction) {
340
345
  IPermissionAction["Create"] = "Create";
@@ -385,31 +390,6 @@ var IPreDefinedRole;
385
390
  IPreDefinedRole["CONTRIBUTORS"] = "CONTRIBUTORS";
386
391
  })(IPreDefinedRole = exports.IPreDefinedRole || (exports.IPreDefinedRole = {}));
387
392
  ;
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
393
  /** Registry Extensions */
414
394
  var IRegistryExtensions;
415
395
  (function (IRegistryExtensions) {
@@ -487,6 +467,33 @@ var ITeamServiceAction;
487
467
  ITeamServiceAction["sendProjectNotificaiton"] = "sendProjectNotificaiton";
488
468
  })(ITeamServiceAction = exports.ITeamServiceAction || (exports.ITeamServiceAction = {}));
489
469
  ;
470
+ /**
471
+ * The User Account.
472
+ *
473
+ * @property
474
+ * id: User ID
475
+ * @property
476
+ * email: The user email
477
+ * @property
478
+ * emailVerified: ture if email is verified, otherwise false
479
+ * @property
480
+ * featureFlags: Any super power given to the user via a super user
481
+ * @property
482
+ * identities: An array of objects with information about the user's identities.
483
+ * More than one will exists in case accounts are linked.
484
+ * @property
485
+ * inactive: true if the user is not currently being billed for service.
486
+ * @property
487
+ * isBillingLeader: true if user is BillingLeader
488
+ * @property
489
+ * userOgs: the orgs and roles for this user on each.
490
+ */
491
+ var ITokenTypesEnum;
492
+ (function (ITokenTypesEnum) {
493
+ ITokenTypesEnum["EMAIL_VERIFICATION"] = "EMAIL_VERIFICATION";
494
+ ITokenTypesEnum["PASSWORD_RESET"] = "PASSWORD_RESET";
495
+ })(ITokenTypesEnum = exports.ITokenTypesEnum || (exports.ITokenTypesEnum = {}));
496
+ ;
490
497
  var IUserBroadcasterAction;
491
498
  (function (IUserBroadcasterAction) {
492
499
  IUserBroadcasterAction["onUserLoggedIn"] = "onUserLoggedIn";
@@ -594,52 +601,6 @@ function useAccountOnBoardingMutation(baseOptions) {
594
601
  return Apollo.useMutation(exports.AccountOnBoardingDocument, options);
595
602
  }
596
603
  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
604
  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
605
  /**
645
606
  * __useAddTeamMembersMutation__
@@ -715,29 +676,6 @@ function usechangeOrgMemberRoleMutation(baseOptions) {
715
676
  return Apollo.useMutation(exports.changeOrgMemberRoleDocument, options);
716
677
  }
717
678
  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
679
  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
680
  /**
743
681
  * __usecreateOrganizationMutation__
@@ -761,29 +699,6 @@ function usecreateOrganizationMutation(baseOptions) {
761
699
  return Apollo.useMutation(exports.createOrganizationDocument, options);
762
700
  }
763
701
  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
702
  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
703
  /**
789
704
  * __usecreateTeamMutation__
@@ -875,52 +790,6 @@ function useregisterAccountUserMutation(baseOptions) {
875
790
  return Apollo.useMutation(exports.registerAccountUserDocument, options);
876
791
  }
877
792
  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
793
  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
794
  /**
926
795
  * __useRemoveOrgMemberMutation__
@@ -967,29 +836,6 @@ function useremoveOrganizationMutation(baseOptions) {
967
836
  return Apollo.useMutation(exports.removeOrganizationDocument, options);
968
837
  }
969
838
  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
839
  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
840
  /**
995
841
  * __useremoveTeamMutation__
@@ -1083,99 +929,75 @@ function useResendUserEmailVerificationEmailMutation(baseOptions) {
1083
929
  return Apollo.useMutation(exports.ResendUserEmailVerificationEmailDocument, options);
1084
930
  }
1085
931
  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" } } }] }] } }] };
932
+ 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" } } }] }] } }] };
1087
933
  /**
1088
- * __useSendInvoiceMailMutation__
934
+ * __useResetUserPasswordMutation__
1089
935
  *
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:
936
+ * To run a mutation, you first call `useResetUserPasswordMutation` within a React component and pass it any options that fit your needs.
937
+ * When your component renders, `useResetUserPasswordMutation` returns a tuple that includes:
1092
938
  * - A mutate function that you can call at any time to execute the mutation
1093
939
  * - An object with fields that represent the current status of the mutation's execution
1094
940
  *
1095
941
  * @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
942
  *
1097
943
  * @example
1098
- * const [sendInvoiceMailMutation, { data, loading, error }] = useSendInvoiceMailMutation({
944
+ * const [resetUserPasswordMutation, { data, loading, error }] = useResetUserPasswordMutation({
1099
945
  * 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" } } }] }] } }] };
1110
- /**
1111
- * __usesendOrganizationInvitationMutation__
1112
- *
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:
1115
- * - A mutate function that you can call at any time to execute the mutation
1116
- * - An object with fields that represent the current status of the mutation's execution
1117
- *
1118
- * @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
- *
1120
- * @example
1121
- * const [sendOrganizationInvitationMutation, { data, loading, error }] = usesendOrganizationInvitationMutation({
1122
- * variables: {
1123
- * request: // value for 'request'
946
+ * input: // value for 'input'
1124
947
  * },
1125
948
  * });
1126
949
  */
1127
- function usesendOrganizationInvitationMutation(baseOptions) {
950
+ function useResetUserPasswordMutation(baseOptions) {
1128
951
  const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
1129
- return Apollo.useMutation(exports.sendOrganizationInvitationDocument, options);
952
+ return Apollo.useMutation(exports.ResetUserPasswordDocument, options);
1130
953
  }
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" } } }] }] } }] };
954
+ exports.useResetUserPasswordMutation = useResetUserPasswordMutation;
955
+ 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
956
  /**
1134
- * __useUpdateInvoiceMutation__
957
+ * __useSendUserPasswordResetEmailMutation__
1135
958
  *
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:
959
+ * To run a mutation, you first call `useSendUserPasswordResetEmailMutation` within a React component and pass it any options that fit your needs.
960
+ * When your component renders, `useSendUserPasswordResetEmailMutation` returns a tuple that includes:
1138
961
  * - A mutate function that you can call at any time to execute the mutation
1139
962
  * - An object with fields that represent the current status of the mutation's execution
1140
963
  *
1141
964
  * @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
965
  *
1143
966
  * @example
1144
- * const [updateInvoiceMutation, { data, loading, error }] = useUpdateInvoiceMutation({
967
+ * const [sendUserPasswordResetEmailMutation, { data, loading, error }] = useSendUserPasswordResetEmailMutation({
1145
968
  * variables: {
1146
- * id: // value for 'id'
1147
- * invoice: // value for 'invoice'
969
+ * email: // value for 'email'
1148
970
  * },
1149
971
  * });
1150
972
  */
1151
- function useUpdateInvoiceMutation(baseOptions) {
973
+ function useSendUserPasswordResetEmailMutation(baseOptions) {
1152
974
  const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
1153
- return Apollo.useMutation(exports.UpdateInvoiceDocument, options);
975
+ return Apollo.useMutation(exports.SendUserPasswordResetEmailDocument, options);
1154
976
  }
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" } }] } }] } }] };
977
+ exports.useSendUserPasswordResetEmailMutation = useSendUserPasswordResetEmailMutation;
978
+ 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
979
  /**
1158
- * __useUpdateOrgClientMutation__
980
+ * __usesendOrganizationInvitationMutation__
1159
981
  *
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:
982
+ * To run a mutation, you first call `usesendOrganizationInvitationMutation` within a React component and pass it any options that fit your needs.
983
+ * When your component renders, `usesendOrganizationInvitationMutation` returns a tuple that includes:
1162
984
  * - A mutate function that you can call at any time to execute the mutation
1163
985
  * - An object with fields that represent the current status of the mutation's execution
1164
986
  *
1165
987
  * @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
988
  *
1167
989
  * @example
1168
- * const [updateOrgClientMutation, { data, loading, error }] = useUpdateOrgClientMutation({
990
+ * const [sendOrganizationInvitationMutation, { data, loading, error }] = usesendOrganizationInvitationMutation({
1169
991
  * variables: {
1170
- * updateRequest: // value for 'updateRequest'
992
+ * request: // value for 'request'
1171
993
  * },
1172
994
  * });
1173
995
  */
1174
- function useUpdateOrgClientMutation(baseOptions) {
996
+ function usesendOrganizationInvitationMutation(baseOptions) {
1175
997
  const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
1176
- return Apollo.useMutation(exports.UpdateOrgClientDocument, options);
998
+ return Apollo.useMutation(exports.sendOrganizationInvitationDocument, options);
1177
999
  }
1178
- exports.useUpdateOrgClientMutation = useUpdateOrgClientMutation;
1000
+ exports.usesendOrganizationInvitationMutation = usesendOrganizationInvitationMutation;
1179
1001
  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
1002
  /**
1181
1003
  * __useupdateOrgMemberTeamsMutation__
@@ -1202,30 +1024,6 @@ function useupdateOrgMemberTeamsMutation(baseOptions) {
1202
1024
  return Apollo.useMutation(exports.updateOrgMemberTeamsDocument, options);
1203
1025
  }
1204
1026
  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
1027
  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
1028
  /**
1231
1029
  * __useupdateOrganizationMutation__
@@ -1249,54 +1047,6 @@ function useupdateOrganizationMutation(baseOptions) {
1249
1047
  return Apollo.useMutation(exports.updateOrganizationDocument, options);
1250
1048
  }
1251
1049
  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
1050
  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
1051
  /**
1302
1052
  * __useupdateTeamConfigurationMutation__
@@ -1347,30 +1097,6 @@ function useupdateUserAccountMutation(baseOptions) {
1347
1097
  return Apollo.useMutation(exports.updateUserAccountDocument, options);
1348
1098
  }
1349
1099
  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
1100
  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
1101
  /**
1376
1102
  * __useVerifyUserEmailVerificationTokenMutation__
@@ -1501,164 +1227,6 @@ function useGetAllCountriesLazyQuery(baseOptions) {
1501
1227
  return Apollo.useLazyQuery(exports.GetAllCountriesDocument, options);
1502
1228
  }
1503
1229
  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
1230
  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
1231
  /**
1664
1232
  * __useGetManageableOrganizationsQuery__
@@ -1792,32 +1360,6 @@ function useGetOrgUserLazyQuery(baseOptions) {
1792
1360
  return Apollo.useLazyQuery(exports.GetOrgUserDocument, options);
1793
1361
  }
1794
1362
  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
1363
  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
1364
  /**
1823
1365
  * __useGetOrganizationMembersWithNameQuery__
@@ -1872,58 +1414,6 @@ function usegetOrganizationTeamsLazyQuery(baseOptions) {
1872
1414
  return Apollo.useLazyQuery(exports.getOrganizationTeamsDocument, options);
1873
1415
  }
1874
1416
  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
1417
  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
1418
  /**
1929
1419
  * __usegetTeamQuery__
@@ -2034,32 +1524,34 @@ function useGetUserAccountByAuth0IdLazyQuery(baseOptions) {
2034
1524
  return Apollo.useLazyQuery(exports.GetUserAccountByAuth0IdDocument, options);
2035
1525
  }
2036
1526
  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" } }] } }] } }] };
1527
+ 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
1528
  /**
2039
- * __useGetUserEmailVerificationTokenDetailsQuery__
1529
+ * __useGetUserTokenDetailsQuery__
2040
1530
  *
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
1531
+ * To run a query within a React component, call `useGetUserTokenDetailsQuery` and pass it any options that fit your needs.
1532
+ * When your component renders, `useGetUserTokenDetailsQuery` returns an object from Apollo Client that contains loading, error, and data properties
2043
1533
  * you can use to render your UI.
2044
1534
  *
2045
1535
  * @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
1536
  *
2047
1537
  * @example
2048
- * const { data, loading, error } = useGetUserEmailVerificationTokenDetailsQuery({
1538
+ * const { data, loading, error } = useGetUserTokenDetailsQuery({
2049
1539
  * variables: {
1540
+ * userId: // value for 'userId'
1541
+ * type: // value for 'type'
2050
1542
  * },
2051
1543
  * });
2052
1544
  */
2053
- function useGetUserEmailVerificationTokenDetailsQuery(baseOptions) {
1545
+ function useGetUserTokenDetailsQuery(baseOptions) {
2054
1546
  const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
2055
- return Apollo.useQuery(exports.GetUserEmailVerificationTokenDetailsDocument, options);
1547
+ return Apollo.useQuery(exports.GetUserTokenDetailsDocument, options);
2056
1548
  }
2057
- exports.useGetUserEmailVerificationTokenDetailsQuery = useGetUserEmailVerificationTokenDetailsQuery;
2058
- function useGetUserEmailVerificationTokenDetailsLazyQuery(baseOptions) {
1549
+ exports.useGetUserTokenDetailsQuery = useGetUserTokenDetailsQuery;
1550
+ function useGetUserTokenDetailsLazyQuery(baseOptions) {
2059
1551
  const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
2060
- return Apollo.useLazyQuery(exports.GetUserEmailVerificationTokenDetailsDocument, options);
1552
+ return Apollo.useLazyQuery(exports.GetUserTokenDetailsDocument, options);
2061
1553
  }
2062
- exports.useGetUserEmailVerificationTokenDetailsLazyQuery = useGetUserEmailVerificationTokenDetailsLazyQuery;
1554
+ exports.useGetUserTokenDetailsLazyQuery = useGetUserTokenDetailsLazyQuery;
2063
1555
  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
1556
  /**
2065
1557
  * __usegetUserOrganizationsQuery__