From 11d2ea1fb7dfd500a14ea5dc693b392aa2f889d2 Mon Sep 17 00:00:00 2001 From: enisdenjo Date: Thu, 23 Nov 2023 14:57:38 +0100 Subject: [PATCH] chore(deps): update js deps --- app/package.json | 44 +-- .../Root/__generated__/RootQuery.graphql.ts | 6 +- ...tsCaseStudiesFormsFillPageQuery.graphql.ts | 4 +- ...seStudiesFormsResponsePageQuery.graphql.ts | 6 +- ...tudiesConclusionCreatePageQuery.graphql.ts | 4 +- ...udiesConclusionDetailsPageQuery.graphql.ts | 4 +- ...ientsCaseStudiesCreatePageQuery.graphql.ts | 4 +- ...entsCaseStudiesDetailsPageQuery.graphql.ts | 8 +- ...aseStudiesDetailsPage_caseStudy.graphql.ts | 4 +- ...tudiesTreatmentsCreatePageQuery.graphql.ts | 4 +- ...udiesTreatmentsDetailsPageQuery.graphql.ts | 4 +- .../ClientsCreatePageQuery.graphql.ts | 4 +- .../ClientsDetailsPageQuery.graphql.ts | 6 +- .../__generated__/ClientsPageQuery.graphql.ts | 6 +- .../LoginPageMutation.graphql.ts | 4 +- .../LogoutPageMutation.graphql.ts | 4 +- .../TherapistsCreatePageQuery.graphql.ts | 4 +- .../TherapistsDetailsPageQuery.graphql.ts | 4 +- .../TherapistsPageQuery.graphql.ts | 6 +- .../UsersCreatePageQuery.graphql.ts | 4 +- .../UsersDetailsPageQuery.graphql.ts | 4 +- .../__generated__/UsersPageQuery.graphql.ts | 6 +- app/src/lib/Autocomplete.tsx | 5 +- .../Autocomplete/AutocompleteTherapist.tsx | 2 +- .../modules/Autocomplete/AutocompleteUser.tsx | 2 +- ...tocompleteTherapistRefetchQuery.graphql.ts | 4 +- .../AutocompleteUserRefetchQuery.graphql.ts | 4 +- ...dTherapistsManageCreateMutation.graphql.ts | 8 +- ...dTherapistsManageDeleteMutation.graphql.ts | 8 +- ...rapistsManageSetPrimaryMutation.graphql.ts | 8 +- ...ignedTherapistsManage_casyStudy.graphql.ts | 4 +- ...sionManageAfterBuildReportQuery.graphql.ts | 4 +- ...yConclusionManageCreateMutation.graphql.ts | 14 +- ...yConclusionManageDeleteMutation.graphql.ts | 12 +- ...yConclusionManageUpdateMutation.graphql.ts | 10 +- ...tudyConclusionManage_conclusion.graphql.ts | 4 +- .../CaseStudyManageCreateMutation.graphql.ts | 8 +- .../CaseStudyManageDeleteMutation.graphql.ts | 8 +- .../CaseStudyManageUpdateMutation.graphql.ts | 8 +- .../CaseStudyManage_caseStudy.graphql.ts | 4 +- ...mentManageAfterBuildReportQuery.graphql.ts | 4 +- ...dyTreatmentManageCreateMutation.graphql.ts | 18 +- ...dyTreatmentManageDeleteMutation.graphql.ts | 12 +- ...dyTreatmentManageUpdateMutation.graphql.ts | 14 +- ...eStudyTreatmentManage_treatment.graphql.ts | 8 +- ...dTherapistsManageCreateMutation.graphql.ts | 8 +- ...dTherapistsManageDeleteMutation.graphql.ts | 8 +- ...AssignedTherapistsManage_client.graphql.ts | 8 +- .../ClientCaseStudies_client.graphql.ts | 6 +- .../ClientManageCreateMutation.graphql.ts | 16 +- .../ClientManageDeleteMutation.graphql.ts | 8 +- .../ClientManageUpdateMutation.graphql.ts | 14 +- .../ClientManage_client.graphql.ts | 12 +- .../ClientsTableRefetchQuery.graphql.ts | 6 +- app/src/modules/FormManage.tsx | 2 +- .../TherapistManageCreateMutation.graphql.ts | 18 +- .../TherapistManageDeleteMutation.graphql.ts | 8 +- .../TherapistManageUpdateMutation.graphql.ts | 16 +- .../TherapistManage_therapist.graphql.ts | 10 +- .../TherapistsTableRefetchQuery.graphql.ts | 6 +- .../TherapistsTable_query.graphql.ts | 4 +- .../TherapistsTable_therapist.graphql.ts | 4 +- .../UserManageCreateMutation.graphql.ts | 12 +- .../UserManageDeleteMutation.graphql.ts | 8 +- .../UserManageUpdateMutation.graphql.ts | 10 +- .../UsersTableRefetchQuery.graphql.ts | 6 +- .../EventsTable_events.graphql.ts | 12 +- ...adFileRowGetAfterUploadMutation.graphql.ts | 20 +- .../__generated__/Files_files.graphql.ts | 4 +- ...uildDefaultValues_formQuestions.graphql.ts | 4 +- ...BuildDefaultValues_formResponse.graphql.ts | 4 +- ...anageCreateFormResponseMutation.graphql.ts | 12 +- ...anageDeleteFormResponseMutation.graphql.ts | 12 +- .../FormManageQuestion_question.graphql.ts | 6 +- ...anageUpdateFormResponseMutation.graphql.ts | 10 +- .../__generated__/FormManage_form.graphql.ts | 4 +- graphql/package.json | 18 +- yarn.lock | 355 +++++++----------- 78 files changed, 433 insertions(+), 535 deletions(-) diff --git a/app/package.json b/app/package.json index af41c28e..e6226d27 100644 --- a/app/package.json +++ b/app/package.json @@ -10,43 +10,45 @@ "start": "vite" }, "dependencies": { - "@fortawesome/fontawesome-free": "^6.2.0", - "@popperjs/core": "^2.11.6", + "@fortawesome/fontawesome-free": "^6.4.2", + "@popperjs/core": "^2.11.8", "@tanstack/react-location": "^3.7.4", "@tippyjs/react": "^4.2.6", "@tsconfig/vite-react": "^2.0.1", - "date-fns": "^2.29.3", + "date-fns": "^2.30.0", "detect-browser": "^5.3.0", - "downshift": "^6.1.12", - "focus-trap-react": "^10.0.0", + "downshift": "^8.2.3", + "focus-trap-react": "^10.2.3", "print-js": "^1.6.0", + "prop-types": "^15.8.1", "react": "^18.2.0", "react-dom": "^18.2.0", "react-dropzone": "^14.2.3", - "react-helmet-async": "^1.3.0", - "react-hook-form": "^7.37.0", - "react-intl": "^6.2.1", + "react-helmet-async": "^2.0.1", + "react-hook-form": "^7.48.2", + "react-intl": "^6.5.5", "react-popper": "^2.3.0", - "react-relay": "^14.1.0", - "react-toastify": "^9.0.8", - "relay-runtime": "^14.1.0", + "react-relay": "^16.0.0", + "react-toastify": "^9.1.3", + "relay-runtime": "^16.0.0", "tippy.js": "^6.3.7", "typescript": "^5.3.2" }, "devDependencies": { - "@babel/core": "^7.19.3", - "@types/babel__core": "^7.1.19", - "@types/react": "^18.0.21", - "@types/react-dom": "^18.0.6", - "@types/react-relay": "^14.1.2", - "@types/relay-runtime": "^14.1.3", + "@babel/core": "^7.23.3", + "@types/babel__core": "^7.20.5", + "@types/prop-types": "^15.7.11", + "@types/react": "^18.2.38", + "@types/react-dom": "^18.2.17", + "@types/react-relay": "^16.0.4", + "@types/relay-runtime": "^14.1.19", "@vitejs/plugin-react": "^4.2.0", - "babel-plugin-relay": "^14.1.0", - "browserslist": "^4.21.4", - "relay-compiler": "^14.1.0", + "babel-plugin-relay": "^16.0.0", + "browserslist": "^4.22.1", + "relay-compiler": "^16.0.0", "relay-config": "^12.0.1", "relay-enum-generator": "^0.0.4", - "rimraf": "^3.0.2", + "rimraf": "^5.0.5", "vite": "^5.0.2", "vite-tsconfig-paths": "^4.2.1" } diff --git a/app/src/core/Root/__generated__/RootQuery.graphql.ts b/app/src/core/Root/__generated__/RootQuery.graphql.ts index 6cc33e57..becf12be 100644 --- a/app/src/core/Root/__generated__/RootQuery.graphql.ts +++ b/app/src/core/Root/__generated__/RootQuery.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<<82564f863a73d56d3a4235eaea16724a>> + * @generated SignedSource<<0d0a99b4e9b971dbe4983ab1e265b997>> * @lightSyntaxTransform * @nogrep */ @@ -10,7 +10,7 @@ import { ConcreteRequest, Query } from 'relay-runtime'; import { FragmentRefs } from "relay-runtime"; -export type RootQuery$variables = {}; +export type RootQuery$variables = Record; export type RootQuery$data = { readonly viewer: { readonly email: string; @@ -19,7 +19,7 @@ export type RootQuery$data = { readonly id: string; readonly isAdmin: boolean; readonly " $fragmentSpreads": FragmentRefs<"routes_viewer">; - } | null; + } | null | undefined; }; export type RootQuery = { response: RootQuery$data; diff --git a/app/src/core/pages/ClientsPage/ClientsCaseStudiesPage/ClientsCaseStudiesFormsPage/__generated__/ClientsCaseStudiesFormsFillPageQuery.graphql.ts b/app/src/core/pages/ClientsPage/ClientsCaseStudiesPage/ClientsCaseStudiesFormsPage/__generated__/ClientsCaseStudiesFormsFillPageQuery.graphql.ts index 2f8b6645..afd8274e 100644 --- a/app/src/core/pages/ClientsPage/ClientsCaseStudiesPage/ClientsCaseStudiesFormsPage/__generated__/ClientsCaseStudiesFormsFillPageQuery.graphql.ts +++ b/app/src/core/pages/ClientsPage/ClientsCaseStudiesPage/ClientsCaseStudiesFormsPage/__generated__/ClientsCaseStudiesFormsFillPageQuery.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<<74b96c3f2e67358785e41392f544a075>> + * @generated SignedSource<<87731a16058569405262bc66df6d7cbf>> * @lightSyntaxTransform * @nogrep */ @@ -17,7 +17,7 @@ export type ClientsCaseStudiesFormsFillPageQuery$data = { readonly form: { readonly name: string; readonly " $fragmentSpreads": FragmentRefs<"FormManage_form">; - } | null; + } | null | undefined; }; export type ClientsCaseStudiesFormsFillPageQuery = { response: ClientsCaseStudiesFormsFillPageQuery$data; diff --git a/app/src/core/pages/ClientsPage/ClientsCaseStudiesPage/ClientsCaseStudiesFormsPage/__generated__/ClientsCaseStudiesFormsResponsePageQuery.graphql.ts b/app/src/core/pages/ClientsPage/ClientsCaseStudiesPage/ClientsCaseStudiesFormsPage/__generated__/ClientsCaseStudiesFormsResponsePageQuery.graphql.ts index 6bc378b5..3a9d7e8b 100644 --- a/app/src/core/pages/ClientsPage/ClientsCaseStudiesPage/ClientsCaseStudiesFormsPage/__generated__/ClientsCaseStudiesFormsResponsePageQuery.graphql.ts +++ b/app/src/core/pages/ClientsPage/ClientsCaseStudiesPage/ClientsCaseStudiesFormsPage/__generated__/ClientsCaseStudiesFormsResponsePageQuery.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<<6d16d0cbfb8e215b5e31e61ab673386b>> + * @generated SignedSource<> * @lightSyntaxTransform * @nogrep */ @@ -18,7 +18,7 @@ export type ClientsCaseStudiesFormsResponsePageQuery$data = { readonly form: { readonly name: string; readonly " $fragmentSpreads": FragmentRefs<"FormManage_form">; - } | null; + } | null | undefined; readonly formResponseFiles: { readonly __id: string; readonly nodes: ReadonlyArray<{ @@ -29,7 +29,7 @@ export type ClientsCaseStudiesFormsResponsePageQuery$data = { }; readonly rowId: string; readonly " $fragmentSpreads": FragmentRefs<"FormManage_formResponse">; - } | null; + } | null | undefined; }; export type ClientsCaseStudiesFormsResponsePageQuery = { response: ClientsCaseStudiesFormsResponsePageQuery$data; diff --git a/app/src/core/pages/ClientsPage/ClientsCaseStudiesPage/__generated__/ClientsCaseStudiesConclusionCreatePageQuery.graphql.ts b/app/src/core/pages/ClientsPage/ClientsCaseStudiesPage/__generated__/ClientsCaseStudiesConclusionCreatePageQuery.graphql.ts index 36855229..8a40ffc2 100644 --- a/app/src/core/pages/ClientsPage/ClientsCaseStudiesPage/__generated__/ClientsCaseStudiesConclusionCreatePageQuery.graphql.ts +++ b/app/src/core/pages/ClientsPage/ClientsCaseStudiesPage/__generated__/ClientsCaseStudiesConclusionCreatePageQuery.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<> + * @generated SignedSource<<3f1ad4a9f14f1de951d13bef7b9c8015>> * @lightSyntaxTransform * @nogrep */ @@ -20,7 +20,7 @@ export type ClientsCaseStudiesConclusionCreatePageQuery$data = { }; readonly title: string; readonly " $fragmentSpreads": FragmentRefs<"CaseStudyConclusionManage_caseStudy">; - } | null; + } | null | undefined; }; export type ClientsCaseStudiesConclusionCreatePageQuery = { response: ClientsCaseStudiesConclusionCreatePageQuery$data; diff --git a/app/src/core/pages/ClientsPage/ClientsCaseStudiesPage/__generated__/ClientsCaseStudiesConclusionDetailsPageQuery.graphql.ts b/app/src/core/pages/ClientsPage/ClientsCaseStudiesPage/__generated__/ClientsCaseStudiesConclusionDetailsPageQuery.graphql.ts index 4ba7ae5f..545ab7b4 100644 --- a/app/src/core/pages/ClientsPage/ClientsCaseStudiesPage/__generated__/ClientsCaseStudiesConclusionDetailsPageQuery.graphql.ts +++ b/app/src/core/pages/ClientsPage/ClientsCaseStudiesPage/__generated__/ClientsCaseStudiesConclusionDetailsPageQuery.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<> + * @generated SignedSource<<10352026e48682904da5cf6d0c223410>> * @lightSyntaxTransform * @nogrep */ @@ -21,7 +21,7 @@ export type ClientsCaseStudiesConclusionDetailsPageQuery$data = { readonly fullName: string; }; readonly " $fragmentSpreads": FragmentRefs<"CaseStudyConclusionManage_caseStudy">; - } | null; + } | null | undefined; readonly conclusion: { readonly caseStudyRowId: string; readonly concludedAt: string; diff --git a/app/src/core/pages/ClientsPage/ClientsCaseStudiesPage/__generated__/ClientsCaseStudiesCreatePageQuery.graphql.ts b/app/src/core/pages/ClientsPage/ClientsCaseStudiesPage/__generated__/ClientsCaseStudiesCreatePageQuery.graphql.ts index a4c78ffe..2b5cf7a7 100644 --- a/app/src/core/pages/ClientsPage/ClientsCaseStudiesPage/__generated__/ClientsCaseStudiesCreatePageQuery.graphql.ts +++ b/app/src/core/pages/ClientsPage/ClientsCaseStudiesPage/__generated__/ClientsCaseStudiesCreatePageQuery.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<> + * @generated SignedSource<<930788e4f381c7da2d721bde9682cb5e>> * @lightSyntaxTransform * @nogrep */ @@ -17,7 +17,7 @@ export type ClientsCaseStudiesCreatePageQuery$data = { readonly client: { readonly fullName: string; readonly " $fragmentSpreads": FragmentRefs<"CaseStudyManage_client">; - } | null; + } | null | undefined; }; export type ClientsCaseStudiesCreatePageQuery = { response: ClientsCaseStudiesCreatePageQuery$data; diff --git a/app/src/core/pages/ClientsPage/ClientsCaseStudiesPage/__generated__/ClientsCaseStudiesDetailsPageQuery.graphql.ts b/app/src/core/pages/ClientsPage/ClientsCaseStudiesPage/__generated__/ClientsCaseStudiesDetailsPageQuery.graphql.ts index e8e5da9e..96970cdf 100644 --- a/app/src/core/pages/ClientsPage/ClientsCaseStudiesPage/__generated__/ClientsCaseStudiesDetailsPageQuery.graphql.ts +++ b/app/src/core/pages/ClientsPage/ClientsCaseStudiesPage/__generated__/ClientsCaseStudiesDetailsPageQuery.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<<4f587d4d5f1a84ffc97af664aa8e5d96>> + * @generated SignedSource<> * @lightSyntaxTransform * @nogrep */ @@ -18,18 +18,18 @@ export type ClientsCaseStudiesDetailsPageQuery$data = { readonly caseStudy: { readonly title: string; readonly " $fragmentSpreads": FragmentRefs<"ClientsCaseStudiesDetailsPage_caseStudy">; - } | null; + } | null | undefined; readonly client: { readonly fullName: string; readonly rowId: string; readonly " $fragmentSpreads": FragmentRefs<"CaseStudyManage_client">; - } | null; + } | null | undefined; readonly filterForms: { readonly nodes: ReadonlyArray<{ readonly name: string; readonly rowId: string; }>; - } | null; + } | null | undefined; readonly " $fragmentSpreads": FragmentRefs<"CaseStudyAssignedTherapistsManage_query">; }; export type ClientsCaseStudiesDetailsPageQuery = { diff --git a/app/src/core/pages/ClientsPage/ClientsCaseStudiesPage/__generated__/ClientsCaseStudiesDetailsPage_caseStudy.graphql.ts b/app/src/core/pages/ClientsPage/ClientsCaseStudiesPage/__generated__/ClientsCaseStudiesDetailsPage_caseStudy.graphql.ts index c9aaee42..f19de8bd 100644 --- a/app/src/core/pages/ClientsPage/ClientsCaseStudiesPage/__generated__/ClientsCaseStudiesDetailsPage_caseStudy.graphql.ts +++ b/app/src/core/pages/ClientsPage/ClientsCaseStudiesPage/__generated__/ClientsCaseStudiesDetailsPage_caseStudy.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<<052e6a225d8a79b6a1fe59805cc9959a>> + * @generated SignedSource<<942f7521e137e68014b2feccf4dc8182>> * @lightSyntaxTransform * @nogrep */ @@ -11,7 +11,7 @@ import { Fragment, ReaderFragment } from 'relay-runtime'; import { FragmentRefs } from "relay-runtime"; export type ClientsCaseStudiesDetailsPage_caseStudy$data = { - readonly clientRowId: string | null; + readonly clientRowId: string | null | undefined; readonly concluded: boolean; readonly rowId: string; readonly sortedEvents: { diff --git a/app/src/core/pages/ClientsPage/ClientsCaseStudiesPage/__generated__/ClientsCaseStudiesTreatmentsCreatePageQuery.graphql.ts b/app/src/core/pages/ClientsPage/ClientsCaseStudiesPage/__generated__/ClientsCaseStudiesTreatmentsCreatePageQuery.graphql.ts index 0faf6b86..3492d62a 100644 --- a/app/src/core/pages/ClientsPage/ClientsCaseStudiesPage/__generated__/ClientsCaseStudiesTreatmentsCreatePageQuery.graphql.ts +++ b/app/src/core/pages/ClientsPage/ClientsCaseStudiesPage/__generated__/ClientsCaseStudiesTreatmentsCreatePageQuery.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<<38ca9ec76f245da92f36d5658ed739dd>> + * @generated SignedSource<> * @lightSyntaxTransform * @nogrep */ @@ -19,7 +19,7 @@ export type ClientsCaseStudiesTreatmentsCreatePageQuery$data = { readonly fullName: string; }; readonly " $fragmentSpreads": FragmentRefs<"CaseStudyTreatmentManage_caseStudy">; - } | null; + } | null | undefined; }; export type ClientsCaseStudiesTreatmentsCreatePageQuery = { response: ClientsCaseStudiesTreatmentsCreatePageQuery$data; diff --git a/app/src/core/pages/ClientsPage/ClientsCaseStudiesPage/__generated__/ClientsCaseStudiesTreatmentsDetailsPageQuery.graphql.ts b/app/src/core/pages/ClientsPage/ClientsCaseStudiesPage/__generated__/ClientsCaseStudiesTreatmentsDetailsPageQuery.graphql.ts index 41191f4c..18ae31b0 100644 --- a/app/src/core/pages/ClientsPage/ClientsCaseStudiesPage/__generated__/ClientsCaseStudiesTreatmentsDetailsPageQuery.graphql.ts +++ b/app/src/core/pages/ClientsPage/ClientsCaseStudiesPage/__generated__/ClientsCaseStudiesTreatmentsDetailsPageQuery.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<<8c980bf1feb9bd888bea6aaa9b061695>> + * @generated SignedSource<> * @lightSyntaxTransform * @nogrep */ @@ -17,7 +17,7 @@ export type ClientsCaseStudiesTreatmentsDetailsPageQuery$variables = { export type ClientsCaseStudiesTreatmentsDetailsPageQuery$data = { readonly caseStudy: { readonly " $fragmentSpreads": FragmentRefs<"CaseStudyTreatmentManage_caseStudy">; - } | null; + } | null | undefined; readonly treatment: { readonly caseStudy: { readonly client: { diff --git a/app/src/core/pages/ClientsPage/__generated__/ClientsCreatePageQuery.graphql.ts b/app/src/core/pages/ClientsPage/__generated__/ClientsCreatePageQuery.graphql.ts index 37377ed9..33de1436 100644 --- a/app/src/core/pages/ClientsPage/__generated__/ClientsCreatePageQuery.graphql.ts +++ b/app/src/core/pages/ClientsPage/__generated__/ClientsCreatePageQuery.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<<01707a2930a91a9ab15345dae774fd6d>> + * @generated SignedSource<<89fdf63c8a3355626c7ef5d88b6f3558>> * @lightSyntaxTransform * @nogrep */ @@ -10,7 +10,7 @@ import { ConcreteRequest, Query } from 'relay-runtime'; import { FragmentRefs } from "relay-runtime"; -export type ClientsCreatePageQuery$variables = {}; +export type ClientsCreatePageQuery$variables = Record; export type ClientsCreatePageQuery$data = { readonly nextAvailableClientNumber: number; readonly viewer: { diff --git a/app/src/core/pages/ClientsPage/__generated__/ClientsDetailsPageQuery.graphql.ts b/app/src/core/pages/ClientsPage/__generated__/ClientsDetailsPageQuery.graphql.ts index 2d873b71..caa8de31 100644 --- a/app/src/core/pages/ClientsPage/__generated__/ClientsDetailsPageQuery.graphql.ts +++ b/app/src/core/pages/ClientsPage/__generated__/ClientsDetailsPageQuery.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<<51436f9a2344f18acf5cda1bf06bb86e>> + * @generated SignedSource<> * @lightSyntaxTransform * @nogrep */ @@ -17,12 +17,12 @@ export type ClientsDetailsPageQuery$data = { readonly client: { readonly fullName: string; readonly " $fragmentSpreads": FragmentRefs<"ClientAssignedTherapistsManage_client" | "ClientCaseStudies_client" | "ClientManage_client">; - } | null; + } | null | undefined; readonly filterForms: { readonly nodes: ReadonlyArray<{ readonly " $fragmentSpreads": FragmentRefs<"ClientCaseStudies_forms">; }>; - } | null; + } | null | undefined; readonly viewer: { readonly isAdmin: boolean; readonly isTherapist: boolean; diff --git a/app/src/core/pages/ClientsPage/__generated__/ClientsPageQuery.graphql.ts b/app/src/core/pages/ClientsPage/__generated__/ClientsPageQuery.graphql.ts index 2ed130b5..1fa484d9 100644 --- a/app/src/core/pages/ClientsPage/__generated__/ClientsPageQuery.graphql.ts +++ b/app/src/core/pages/ClientsPage/__generated__/ClientsPageQuery.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<> + * @generated SignedSource<<68b0568a51869ad6377ec4331cf158bf>> * @lightSyntaxTransform * @nogrep */ @@ -12,8 +12,8 @@ import { ConcreteRequest, Query } from 'relay-runtime'; import { FragmentRefs } from "relay-runtime"; export type ClientsPageQuery$variables = { count: number; - cursor?: any | null; - q?: string | null; + cursor?: any | null | undefined; + q?: string | null | undefined; }; export type ClientsPageQuery$data = { readonly viewer: { diff --git a/app/src/core/pages/LoginPage/__generated__/LoginPageMutation.graphql.ts b/app/src/core/pages/LoginPage/__generated__/LoginPageMutation.graphql.ts index 2cbf2881..246b08f3 100644 --- a/app/src/core/pages/LoginPage/__generated__/LoginPageMutation.graphql.ts +++ b/app/src/core/pages/LoginPage/__generated__/LoginPageMutation.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<<86e51f97c911afdbf5b0e023bb9cf66c>> + * @generated SignedSource<> * @lightSyntaxTransform * @nogrep */ @@ -22,7 +22,7 @@ export type LoginPageMutation$data = { readonly user: { readonly " $fragmentSpreads": FragmentRefs<"Root_viewer">; }; - } | null; + } | null | undefined; }; export type LoginPageMutation = { response: LoginPageMutation$data; diff --git a/app/src/core/pages/LogoutPage/__generated__/LogoutPageMutation.graphql.ts b/app/src/core/pages/LogoutPage/__generated__/LogoutPageMutation.graphql.ts index 42e98541..8b4b1e8a 100644 --- a/app/src/core/pages/LogoutPage/__generated__/LogoutPageMutation.graphql.ts +++ b/app/src/core/pages/LogoutPage/__generated__/LogoutPageMutation.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<<23a52e4c8a720d378cf20e00e3917544>> + * @generated SignedSource<<1e731016fe699ce805b7c3056e308255>> * @lightSyntaxTransform * @nogrep */ @@ -9,7 +9,7 @@ // @ts-nocheck import { ConcreteRequest, Mutation } from 'relay-runtime'; -export type LogoutPageMutation$variables = {}; +export type LogoutPageMutation$variables = Record; export type LogoutPageMutation$data = { readonly logout: boolean; }; diff --git a/app/src/core/pages/TherapistsPage/__generated__/TherapistsCreatePageQuery.graphql.ts b/app/src/core/pages/TherapistsPage/__generated__/TherapistsCreatePageQuery.graphql.ts index faf43ae8..07af2675 100644 --- a/app/src/core/pages/TherapistsPage/__generated__/TherapistsCreatePageQuery.graphql.ts +++ b/app/src/core/pages/TherapistsPage/__generated__/TherapistsCreatePageQuery.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<<53ce2ae47c28179a3ff68b6d524a2afd>> + * @generated SignedSource<<38ac95ec9af70740209eda6f63744e43>> * @lightSyntaxTransform * @nogrep */ @@ -10,7 +10,7 @@ import { ConcreteRequest, Query } from 'relay-runtime'; import { FragmentRefs } from "relay-runtime"; -export type TherapistsCreatePageQuery$variables = {}; +export type TherapistsCreatePageQuery$variables = Record; export type TherapistsCreatePageQuery$data = { readonly " $fragmentSpreads": FragmentRefs<"TherapistManage_query">; }; diff --git a/app/src/core/pages/TherapistsPage/__generated__/TherapistsDetailsPageQuery.graphql.ts b/app/src/core/pages/TherapistsPage/__generated__/TherapistsDetailsPageQuery.graphql.ts index 2687e185..3a680b8f 100644 --- a/app/src/core/pages/TherapistsPage/__generated__/TherapistsDetailsPageQuery.graphql.ts +++ b/app/src/core/pages/TherapistsPage/__generated__/TherapistsDetailsPageQuery.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<> + * @generated SignedSource<> * @lightSyntaxTransform * @nogrep */ @@ -20,7 +20,7 @@ export type TherapistsDetailsPageQuery$data = { readonly therapist: { readonly fullName: string; readonly " $fragmentSpreads": FragmentRefs<"TherapistManage_therapist">; - } | null; + } | null | undefined; }; export type TherapistsDetailsPageQuery = { response: TherapistsDetailsPageQuery$data; diff --git a/app/src/core/pages/TherapistsPage/__generated__/TherapistsPageQuery.graphql.ts b/app/src/core/pages/TherapistsPage/__generated__/TherapistsPageQuery.graphql.ts index b6636186..dbccc9d1 100644 --- a/app/src/core/pages/TherapistsPage/__generated__/TherapistsPageQuery.graphql.ts +++ b/app/src/core/pages/TherapistsPage/__generated__/TherapistsPageQuery.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<> + * @generated SignedSource<> * @lightSyntaxTransform * @nogrep */ @@ -12,8 +12,8 @@ import { ConcreteRequest, Query } from 'relay-runtime'; import { FragmentRefs } from "relay-runtime"; export type TherapistsPageQuery$variables = { count: number; - cursor?: any | null; - q?: string | null; + cursor?: any | null | undefined; + q?: string | null | undefined; }; export type TherapistsPageQuery$data = { readonly viewer: { diff --git a/app/src/core/pages/UsersPage/__generated__/UsersCreatePageQuery.graphql.ts b/app/src/core/pages/UsersPage/__generated__/UsersCreatePageQuery.graphql.ts index fad509a3..fbc7b524 100644 --- a/app/src/core/pages/UsersPage/__generated__/UsersCreatePageQuery.graphql.ts +++ b/app/src/core/pages/UsersPage/__generated__/UsersCreatePageQuery.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<<80c0c5980da26b85bb48ba52759a2329>> + * @generated SignedSource<<4566352967f9a5fc413ba5414695c4a1>> * @lightSyntaxTransform * @nogrep */ @@ -10,7 +10,7 @@ import { ConcreteRequest, Query } from 'relay-runtime'; import { FragmentRefs } from "relay-runtime"; -export type UsersCreatePageQuery$variables = {}; +export type UsersCreatePageQuery$variables = Record; export type UsersCreatePageQuery$data = { readonly viewer: { readonly " $fragmentSpreads": FragmentRefs<"UserManage_viewer">; diff --git a/app/src/core/pages/UsersPage/__generated__/UsersDetailsPageQuery.graphql.ts b/app/src/core/pages/UsersPage/__generated__/UsersDetailsPageQuery.graphql.ts index c5ceaf62..28796097 100644 --- a/app/src/core/pages/UsersPage/__generated__/UsersDetailsPageQuery.graphql.ts +++ b/app/src/core/pages/UsersPage/__generated__/UsersDetailsPageQuery.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<> + * @generated SignedSource<> * @lightSyntaxTransform * @nogrep */ @@ -17,7 +17,7 @@ export type UsersDetailsPageQuery$data = { readonly user: { readonly email: string; readonly " $fragmentSpreads": FragmentRefs<"UserManage_user">; - } | null; + } | null | undefined; readonly viewer: { readonly " $fragmentSpreads": FragmentRefs<"UserManage_viewer">; }; diff --git a/app/src/core/pages/UsersPage/__generated__/UsersPageQuery.graphql.ts b/app/src/core/pages/UsersPage/__generated__/UsersPageQuery.graphql.ts index c1b85684..42415d4f 100644 --- a/app/src/core/pages/UsersPage/__generated__/UsersPageQuery.graphql.ts +++ b/app/src/core/pages/UsersPage/__generated__/UsersPageQuery.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<<637603af71c375994ba0d9981a10b936>> + * @generated SignedSource<<7c4ebeddabcb2fb69ceded3e16eaa11c>> * @lightSyntaxTransform * @nogrep */ @@ -12,8 +12,8 @@ import { ConcreteRequest, Query } from 'relay-runtime'; import { FragmentRefs } from "relay-runtime"; export type UsersPageQuery$variables = { count: number; - cursor?: any | null; - q?: string | null; + cursor?: any | null | undefined; + q?: string | null | undefined; }; export type UsersPageQuery$data = { readonly viewer: { diff --git a/app/src/lib/Autocomplete.tsx b/app/src/lib/Autocomplete.tsx index 9d1c78ef..b56512e5 100644 --- a/app/src/lib/Autocomplete.tsx +++ b/app/src/lib/Autocomplete.tsx @@ -79,7 +79,6 @@ export function Autocomplete(props: AutocompleteProps): React.ReactElement toggleMenu, closeMenu, selectItem, - getComboboxProps, getLabelProps, getInputProps, getToggleButtonProps, @@ -129,7 +128,7 @@ export function Autocomplete(props: AutocompleteProps): React.ReactElement {label} )} -
+
(props: AutocompleteProps): React.ReactElement
    {isOpen && (items.length > 0 ? ( diff --git a/app/src/modules/Autocomplete/AutocompleteTherapist.tsx b/app/src/modules/Autocomplete/AutocompleteTherapist.tsx index e39277d9..3bd4d2f6 100644 --- a/app/src/modules/Autocomplete/AutocompleteTherapist.tsx +++ b/app/src/modules/Autocomplete/AutocompleteTherapist.tsx @@ -63,7 +63,7 @@ export const AutocompleteTherapist: React.FC = (prop {...props} items={filterTherapists.nodes} pleaseWait={isPending} - getItemId={(i) => filterTherapists.nodes[i]!.id} + getItemId={(i) => filterTherapists.nodes[i]?.id || ''} itemToString={(item) => item?.fullName || ''} onInputValueChange={(changes) => debouncedRefetch({ diff --git a/app/src/modules/Autocomplete/AutocompleteUser.tsx b/app/src/modules/Autocomplete/AutocompleteUser.tsx index dc8ab38b..938195c7 100644 --- a/app/src/modules/Autocomplete/AutocompleteUser.tsx +++ b/app/src/modules/Autocomplete/AutocompleteUser.tsx @@ -62,7 +62,7 @@ export const AutocompleteUser: React.FC = (props) => { {...props} items={filterUsers.nodes} pleaseWait={isPending} - getItemId={(i) => filterUsers.nodes[i]!.id} + getItemId={(i) => filterUsers.nodes[i]?.id || ''} itemToString={(item) => item?.email || ''} onInputValueChange={(changes) => debouncedRefetch({ diff --git a/app/src/modules/Autocomplete/__generated__/AutocompleteTherapistRefetchQuery.graphql.ts b/app/src/modules/Autocomplete/__generated__/AutocompleteTherapistRefetchQuery.graphql.ts index e2265252..41a8df23 100644 --- a/app/src/modules/Autocomplete/__generated__/AutocompleteTherapistRefetchQuery.graphql.ts +++ b/app/src/modules/Autocomplete/__generated__/AutocompleteTherapistRefetchQuery.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<<0586c0aa75c571d5d98f739301134b31>> + * @generated SignedSource<<462e65f1729f156cffcbdf7651bd597a>> * @lightSyntaxTransform * @nogrep */ @@ -11,7 +11,7 @@ import { ConcreteRequest, Query } from 'relay-runtime'; import { FragmentRefs } from "relay-runtime"; export type AutocompleteTherapistRefetchQuery$variables = { - q?: string | null; + q?: string | null | undefined; }; export type AutocompleteTherapistRefetchQuery$data = { readonly " $fragmentSpreads": FragmentRefs<"AutocompleteTherapist_query">; diff --git a/app/src/modules/Autocomplete/__generated__/AutocompleteUserRefetchQuery.graphql.ts b/app/src/modules/Autocomplete/__generated__/AutocompleteUserRefetchQuery.graphql.ts index 3fd177e0..b310ccbc 100644 --- a/app/src/modules/Autocomplete/__generated__/AutocompleteUserRefetchQuery.graphql.ts +++ b/app/src/modules/Autocomplete/__generated__/AutocompleteUserRefetchQuery.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<> + * @generated SignedSource<<98878e0c85b5f2988924a5287c846566>> * @lightSyntaxTransform * @nogrep */ @@ -11,7 +11,7 @@ import { ConcreteRequest, Query } from 'relay-runtime'; import { FragmentRefs } from "relay-runtime"; export type AutocompleteUserRefetchQuery$variables = { - q?: string | null; + q?: string | null | undefined; }; export type AutocompleteUserRefetchQuery$data = { readonly " $fragmentSpreads": FragmentRefs<"AutocompleteUser_query">; diff --git a/app/src/modules/CaseStudy/__generated__/CaseStudyAssignedTherapistsManageCreateMutation.graphql.ts b/app/src/modules/CaseStudy/__generated__/CaseStudyAssignedTherapistsManageCreateMutation.graphql.ts index 30762745..e3178d5b 100644 --- a/app/src/modules/CaseStudy/__generated__/CaseStudyAssignedTherapistsManageCreateMutation.graphql.ts +++ b/app/src/modules/CaseStudy/__generated__/CaseStudyAssignedTherapistsManageCreateMutation.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<> + * @generated SignedSource<<0d1389818d5f6f607b11818fa374cd72>> * @lightSyntaxTransform * @nogrep */ @@ -12,7 +12,7 @@ import { ConcreteRequest, Mutation } from 'relay-runtime'; import { FragmentRefs } from "relay-runtime"; export type CreateCaseStudyTherapistInput = { caseStudyRowId: string; - clientMutationId?: string | null; + clientMutationId?: string | null | undefined; therapistRowId: string; }; export type CaseStudyAssignedTherapistsManageCreateMutation$variables = { @@ -22,8 +22,8 @@ export type CaseStudyAssignedTherapistsManageCreateMutation$data = { readonly createCaseStudyTherapist: { readonly caseStudyByCaseStudyRowId: { readonly " $fragmentSpreads": FragmentRefs<"CaseStudyAssignedTherapistsManage_casyStudy">; - } | null; - } | null; + } | null | undefined; + } | null | undefined; }; export type CaseStudyAssignedTherapistsManageCreateMutation = { response: CaseStudyAssignedTherapistsManageCreateMutation$data; diff --git a/app/src/modules/CaseStudy/__generated__/CaseStudyAssignedTherapistsManageDeleteMutation.graphql.ts b/app/src/modules/CaseStudy/__generated__/CaseStudyAssignedTherapistsManageDeleteMutation.graphql.ts index b7aacc40..773cffdb 100644 --- a/app/src/modules/CaseStudy/__generated__/CaseStudyAssignedTherapistsManageDeleteMutation.graphql.ts +++ b/app/src/modules/CaseStudy/__generated__/CaseStudyAssignedTherapistsManageDeleteMutation.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<> + * @generated SignedSource<<286969a7d95d2fd7c4db112cf6fffff9>> * @lightSyntaxTransform * @nogrep */ @@ -11,7 +11,7 @@ import { ConcreteRequest, Mutation } from 'relay-runtime'; import { FragmentRefs } from "relay-runtime"; export type DeleteCaseStudyTherapistInput = { - clientMutationId?: string | null; + clientMutationId?: string | null | undefined; rowId: string; }; export type CaseStudyAssignedTherapistsManageDeleteMutation$variables = { @@ -21,8 +21,8 @@ export type CaseStudyAssignedTherapistsManageDeleteMutation$data = { readonly deleteCaseStudyTherapist: { readonly caseStudyByCaseStudyRowId: { readonly " $fragmentSpreads": FragmentRefs<"CaseStudyAssignedTherapistsManage_casyStudy">; - } | null; - } | null; + } | null | undefined; + } | null | undefined; }; export type CaseStudyAssignedTherapistsManageDeleteMutation = { response: CaseStudyAssignedTherapistsManageDeleteMutation$data; diff --git a/app/src/modules/CaseStudy/__generated__/CaseStudyAssignedTherapistsManageSetPrimaryMutation.graphql.ts b/app/src/modules/CaseStudy/__generated__/CaseStudyAssignedTherapistsManageSetPrimaryMutation.graphql.ts index 6e126385..d8c93d88 100644 --- a/app/src/modules/CaseStudy/__generated__/CaseStudyAssignedTherapistsManageSetPrimaryMutation.graphql.ts +++ b/app/src/modules/CaseStudy/__generated__/CaseStudyAssignedTherapistsManageSetPrimaryMutation.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<<5486c37ef3e7e9fd3fbae702453fbae2>> + * @generated SignedSource<<0995b385e77ded7120cc82c072fea82c>> * @lightSyntaxTransform * @nogrep */ @@ -12,7 +12,7 @@ import { ConcreteRequest, Mutation } from 'relay-runtime'; import { FragmentRefs } from "relay-runtime"; export type SetPrimaryCaseStudyTherapistInput = { caseStudyRowId: string; - clientMutationId?: string | null; + clientMutationId?: string | null | undefined; therapistRowId: string; }; export type CaseStudyAssignedTherapistsManageSetPrimaryMutation$variables = { @@ -22,8 +22,8 @@ export type CaseStudyAssignedTherapistsManageSetPrimaryMutation$data = { readonly setPrimaryCaseStudyTherapist: { readonly caseStudyByCaseStudyRowId: { readonly " $fragmentSpreads": FragmentRefs<"CaseStudyAssignedTherapistsManage_casyStudy">; - } | null; - } | null; + } | null | undefined; + } | null | undefined; }; export type CaseStudyAssignedTherapistsManageSetPrimaryMutation = { response: CaseStudyAssignedTherapistsManageSetPrimaryMutation$data; diff --git a/app/src/modules/CaseStudy/__generated__/CaseStudyAssignedTherapistsManage_casyStudy.graphql.ts b/app/src/modules/CaseStudy/__generated__/CaseStudyAssignedTherapistsManage_casyStudy.graphql.ts index 33522dc9..aa25a6e1 100644 --- a/app/src/modules/CaseStudy/__generated__/CaseStudyAssignedTherapistsManage_casyStudy.graphql.ts +++ b/app/src/modules/CaseStudy/__generated__/CaseStudyAssignedTherapistsManage_casyStudy.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<> + * @generated SignedSource<<1bad93683767694f97a344f909d34433>> * @lightSyntaxTransform * @nogrep */ @@ -21,7 +21,7 @@ export type CaseStudyAssignedTherapistsManage_casyStudy$data = { readonly therapist: { readonly fullName: string; readonly rowId: string; - readonly type: string | null; + readonly type: string | null | undefined; }; }>; }; diff --git a/app/src/modules/CaseStudy/__generated__/CaseStudyConclusionManageAfterBuildReportQuery.graphql.ts b/app/src/modules/CaseStudy/__generated__/CaseStudyConclusionManageAfterBuildReportQuery.graphql.ts index 90fe740e..ca315629 100644 --- a/app/src/modules/CaseStudy/__generated__/CaseStudyConclusionManageAfterBuildReportQuery.graphql.ts +++ b/app/src/modules/CaseStudy/__generated__/CaseStudyConclusionManageAfterBuildReportQuery.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<<33b8192b9a1c5a893fc253fd1585301d>> + * @generated SignedSource<<6dfd11c5262c568ae59c1af8a49670e9>> * @lightSyntaxTransform * @nogrep */ @@ -23,7 +23,7 @@ export type CaseStudyConclusionManageAfterBuildReportQuery$data = { }; }>; }; - } | null; + } | null | undefined; }; export type CaseStudyConclusionManageAfterBuildReportQuery = { response: CaseStudyConclusionManageAfterBuildReportQuery$data; diff --git a/app/src/modules/CaseStudy/__generated__/CaseStudyConclusionManageCreateMutation.graphql.ts b/app/src/modules/CaseStudy/__generated__/CaseStudyConclusionManageCreateMutation.graphql.ts index f4d42e5e..c637c54c 100644 --- a/app/src/modules/CaseStudy/__generated__/CaseStudyConclusionManageCreateMutation.graphql.ts +++ b/app/src/modules/CaseStudy/__generated__/CaseStudyConclusionManageCreateMutation.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<> + * @generated SignedSource<<534ad92e550b9e4cc66461f81af01d24>> * @lightSyntaxTransform * @nogrep */ @@ -13,10 +13,10 @@ import { FragmentRefs } from "relay-runtime"; export type CaseStudyConclusionType = "CANCELLATION_BY_CLIENT" | "CANCELLATION_BY_PARENT" | "FURTHER_REFERRAL" | "TREATMENT_COMPLETION"; export type CreateCaseStudyConclusionInput = { caseStudyRowId: string; - clientMutationId?: string | null; + clientMutationId?: string | null | undefined; concludedAt: string; description: string; - privateDescription?: string | null; + privateDescription?: string | null | undefined; type: CaseStudyConclusionType; }; export type CaseStudyConclusionManageCreateMutation$variables = { @@ -28,16 +28,16 @@ export type CaseStudyConclusionManageCreateMutation$data = { readonly caseStudy: { readonly client: { readonly " $fragmentSpreads": FragmentRefs<"ClientCaseStudies_client" | "ClientsTable_client">; - } | null; - readonly clientRowId: string | null; + } | null | undefined; + readonly clientRowId: string | null | undefined; readonly concluded: boolean; readonly rowId: string; readonly " $fragmentSpreads": FragmentRefs<"CaseStudyConclusionManage_caseStudy" | "ClientsCaseStudiesDetailsPage_caseStudy">; }; readonly rowId: string; readonly " $fragmentSpreads": FragmentRefs<"CaseStudyConclusionManage_conclusion">; - } | null; - } | null; + } | null | undefined; + } | null | undefined; }; export type CaseStudyConclusionManageCreateMutation = { response: CaseStudyConclusionManageCreateMutation$data; diff --git a/app/src/modules/CaseStudy/__generated__/CaseStudyConclusionManageDeleteMutation.graphql.ts b/app/src/modules/CaseStudy/__generated__/CaseStudyConclusionManageDeleteMutation.graphql.ts index 2d1d0ba4..5b69d60a 100644 --- a/app/src/modules/CaseStudy/__generated__/CaseStudyConclusionManageDeleteMutation.graphql.ts +++ b/app/src/modules/CaseStudy/__generated__/CaseStudyConclusionManageDeleteMutation.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<<334a7b351f49afca75e06a0be605f8f1>> + * @generated SignedSource<> * @lightSyntaxTransform * @nogrep */ @@ -11,7 +11,7 @@ import { ConcreteRequest, Mutation } from 'relay-runtime'; import { FragmentRefs } from "relay-runtime"; export type DeleteCaseStudyConclusionInput = { - clientMutationId?: string | null; + clientMutationId?: string | null | undefined; rowId: string; }; export type CaseStudyConclusionManageDeleteMutation$variables = { @@ -23,12 +23,12 @@ export type CaseStudyConclusionManageDeleteMutation$data = { readonly caseStudyByCaseStudyRowId: { readonly clientByClientRowId: { readonly " $fragmentSpreads": FragmentRefs<"ClientCaseStudies_client" | "ClientsTable_client">; - } | null; + } | null | undefined; readonly " $fragmentSpreads": FragmentRefs<"ClientsCaseStudiesDetailsPage_caseStudy">; - } | null; + } | null | undefined; readonly rowId: string; - } | null; - } | null; + } | null | undefined; + } | null | undefined; }; export type CaseStudyConclusionManageDeleteMutation = { response: CaseStudyConclusionManageDeleteMutation$data; diff --git a/app/src/modules/CaseStudy/__generated__/CaseStudyConclusionManageUpdateMutation.graphql.ts b/app/src/modules/CaseStudy/__generated__/CaseStudyConclusionManageUpdateMutation.graphql.ts index 88bd90b6..ad9bb432 100644 --- a/app/src/modules/CaseStudy/__generated__/CaseStudyConclusionManageUpdateMutation.graphql.ts +++ b/app/src/modules/CaseStudy/__generated__/CaseStudyConclusionManageUpdateMutation.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<> + * @generated SignedSource<<8400a77c8ae90d7c3e2a1358ca82d70a>> * @lightSyntaxTransform * @nogrep */ @@ -12,10 +12,10 @@ import { ConcreteRequest, Mutation } from 'relay-runtime'; import { FragmentRefs } from "relay-runtime"; export type CaseStudyConclusionType = "CANCELLATION_BY_CLIENT" | "CANCELLATION_BY_PARENT" | "FURTHER_REFERRAL" | "TREATMENT_COMPLETION"; export type UpdateCaseStudyConclusionInput = { - clientMutationId?: string | null; + clientMutationId?: string | null | undefined; concludedAt: string; description: string; - privateDescription?: string | null; + privateDescription?: string | null | undefined; rowId: string; type: CaseStudyConclusionType; }; @@ -36,8 +36,8 @@ export type CaseStudyConclusionManageUpdateMutation$data = { }; readonly rowId: string; readonly " $fragmentSpreads": FragmentRefs<"CaseStudyConclusionManage_conclusion">; - } | null; - } | null; + } | null | undefined; + } | null | undefined; }; export type CaseStudyConclusionManageUpdateMutation = { response: CaseStudyConclusionManageUpdateMutation$data; diff --git a/app/src/modules/CaseStudy/__generated__/CaseStudyConclusionManage_conclusion.graphql.ts b/app/src/modules/CaseStudy/__generated__/CaseStudyConclusionManage_conclusion.graphql.ts index b27a8aa8..dc25c9f6 100644 --- a/app/src/modules/CaseStudy/__generated__/CaseStudyConclusionManage_conclusion.graphql.ts +++ b/app/src/modules/CaseStudy/__generated__/CaseStudyConclusionManage_conclusion.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<> + * @generated SignedSource<> * @lightSyntaxTransform * @nogrep */ @@ -14,7 +14,7 @@ import { FragmentRefs } from "relay-runtime"; export type CaseStudyConclusionManage_conclusion$data = { readonly concludedAt: string; readonly description: string; - readonly privateDescription: string | null; + readonly privateDescription: string | null | undefined; readonly rowId: string; readonly type: CaseStudyConclusionType; readonly " $fragmentType": "CaseStudyConclusionManage_conclusion"; diff --git a/app/src/modules/CaseStudy/__generated__/CaseStudyManageCreateMutation.graphql.ts b/app/src/modules/CaseStudy/__generated__/CaseStudyManageCreateMutation.graphql.ts index d18639cc..bfda066f 100644 --- a/app/src/modules/CaseStudy/__generated__/CaseStudyManageCreateMutation.graphql.ts +++ b/app/src/modules/CaseStudy/__generated__/CaseStudyManageCreateMutation.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<<03ef1556333d17af05e650f2830bde80>> + * @generated SignedSource<> * @lightSyntaxTransform * @nogrep */ @@ -11,7 +11,7 @@ import { ConcreteRequest, Mutation } from 'relay-runtime'; import { FragmentRefs } from "relay-runtime"; export type CreateCaseStudyInput = { - clientMutationId?: string | null; + clientMutationId?: string | null | undefined; clientRowId: string; title: string; }; @@ -27,8 +27,8 @@ export type CaseStudyManageCreateMutation$data = { }; readonly rowId: string; readonly " $fragmentSpreads": FragmentRefs<"CaseStudyManage_caseStudy">; - } | null; - } | null; + } | null | undefined; + } | null | undefined; }; export type CaseStudyManageCreateMutation = { response: CaseStudyManageCreateMutation$data; diff --git a/app/src/modules/CaseStudy/__generated__/CaseStudyManageDeleteMutation.graphql.ts b/app/src/modules/CaseStudy/__generated__/CaseStudyManageDeleteMutation.graphql.ts index 8f4259b0..cfc86f0e 100644 --- a/app/src/modules/CaseStudy/__generated__/CaseStudyManageDeleteMutation.graphql.ts +++ b/app/src/modules/CaseStudy/__generated__/CaseStudyManageDeleteMutation.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<<1000027b8e74a1bcd2e5985efc17d1f8>> + * @generated SignedSource<<29d66f506ec22c1a078c3ca19567586d>> * @lightSyntaxTransform * @nogrep */ @@ -11,7 +11,7 @@ import { ConcreteRequest, Mutation } from 'relay-runtime'; import { FragmentRefs } from "relay-runtime"; export type DeleteCaseStudyInput = { - clientMutationId?: string | null; + clientMutationId?: string | null | undefined; rowId: string; }; export type CaseStudyManageDeleteMutation$variables = { @@ -21,8 +21,8 @@ export type CaseStudyManageDeleteMutation$data = { readonly deleteCaseStudy: { readonly clientByClientRowId: { readonly " $fragmentSpreads": FragmentRefs<"ClientCaseStudies_client">; - } | null; - } | null; + } | null | undefined; + } | null | undefined; }; export type CaseStudyManageDeleteMutation = { response: CaseStudyManageDeleteMutation$data; diff --git a/app/src/modules/CaseStudy/__generated__/CaseStudyManageUpdateMutation.graphql.ts b/app/src/modules/CaseStudy/__generated__/CaseStudyManageUpdateMutation.graphql.ts index 6605f6f8..be82c8af 100644 --- a/app/src/modules/CaseStudy/__generated__/CaseStudyManageUpdateMutation.graphql.ts +++ b/app/src/modules/CaseStudy/__generated__/CaseStudyManageUpdateMutation.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<> + * @generated SignedSource<> * @lightSyntaxTransform * @nogrep */ @@ -11,7 +11,7 @@ import { ConcreteRequest, Mutation } from 'relay-runtime'; import { FragmentRefs } from "relay-runtime"; export type UpdateCaseStudyInput = { - clientMutationId?: string | null; + clientMutationId?: string | null | undefined; rowId: string; title: string; }; @@ -25,8 +25,8 @@ export type CaseStudyManageUpdateMutation$data = { readonly " $fragmentSpreads": FragmentRefs<"ClientCaseStudies_client">; }; readonly " $fragmentSpreads": FragmentRefs<"CaseStudyManage_caseStudy">; - } | null; - } | null; + } | null | undefined; + } | null | undefined; }; export type CaseStudyManageUpdateMutation = { response: CaseStudyManageUpdateMutation$data; diff --git a/app/src/modules/CaseStudy/__generated__/CaseStudyManage_caseStudy.graphql.ts b/app/src/modules/CaseStudy/__generated__/CaseStudyManage_caseStudy.graphql.ts index 8328c9d3..27097fe7 100644 --- a/app/src/modules/CaseStudy/__generated__/CaseStudyManage_caseStudy.graphql.ts +++ b/app/src/modules/CaseStudy/__generated__/CaseStudyManage_caseStudy.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<<3cbdb221a64c21ff36e8278e671862b9>> + * @generated SignedSource<<6da7ea01bd4af26a34ab56f4944c03e8>> * @lightSyntaxTransform * @nogrep */ @@ -14,7 +14,7 @@ import { FragmentRefs } from "relay-runtime"; export type CaseStudyManage_caseStudy$data = { readonly conclusion: { readonly type: CaseStudyConclusionType; - } | null; + } | null | undefined; readonly rowId: string; readonly title: string; readonly " $fragmentType": "CaseStudyManage_caseStudy"; diff --git a/app/src/modules/CaseStudy/__generated__/CaseStudyTreatmentManageAfterBuildReportQuery.graphql.ts b/app/src/modules/CaseStudy/__generated__/CaseStudyTreatmentManageAfterBuildReportQuery.graphql.ts index 835e37d1..03fc5d56 100644 --- a/app/src/modules/CaseStudy/__generated__/CaseStudyTreatmentManageAfterBuildReportQuery.graphql.ts +++ b/app/src/modules/CaseStudy/__generated__/CaseStudyTreatmentManageAfterBuildReportQuery.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<> + * @generated SignedSource<> * @lightSyntaxTransform * @nogrep */ @@ -23,7 +23,7 @@ export type CaseStudyTreatmentManageAfterBuildReportQuery$data = { }; }>; }; - } | null; + } | null | undefined; }; export type CaseStudyTreatmentManageAfterBuildReportQuery = { response: CaseStudyTreatmentManageAfterBuildReportQuery$data; diff --git a/app/src/modules/CaseStudy/__generated__/CaseStudyTreatmentManageCreateMutation.graphql.ts b/app/src/modules/CaseStudy/__generated__/CaseStudyTreatmentManageCreateMutation.graphql.ts index 61b0f176..41514c96 100644 --- a/app/src/modules/CaseStudy/__generated__/CaseStudyTreatmentManageCreateMutation.graphql.ts +++ b/app/src/modules/CaseStudy/__generated__/CaseStudyTreatmentManageCreateMutation.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<> + * @generated SignedSource<> * @lightSyntaxTransform * @nogrep */ @@ -12,12 +12,12 @@ import { ConcreteRequest, Mutation } from 'relay-runtime'; import { FragmentRefs } from "relay-runtime"; export type CreateCaseStudyTreatmentInput = { caseStudyRowId: string; - clientMutationId?: string | null; - description?: string | null; + clientMutationId?: string | null | undefined; + description?: string | null | undefined; endedAt: string; external: boolean; - privateDescription?: string | null; - score?: number | null; + privateDescription?: string | null | undefined; + score?: number | null | undefined; startedAt: string; title: string; }; @@ -30,15 +30,15 @@ export type CaseStudyTreatmentManageCreateMutation$data = { readonly caseStudy: { readonly client: { readonly " $fragmentSpreads": FragmentRefs<"ClientCaseStudies_client" | "ClientsTable_client">; - } | null; - readonly clientRowId: string | null; + } | null | undefined; + readonly clientRowId: string | null | undefined; readonly rowId: string; readonly " $fragmentSpreads": FragmentRefs<"CaseStudyTreatmentManage_caseStudy" | "ClientsCaseStudiesDetailsPage_caseStudy">; }; readonly rowId: string; readonly " $fragmentSpreads": FragmentRefs<"CaseStudyTreatmentManage_treatment">; - } | null; - } | null; + } | null | undefined; + } | null | undefined; }; export type CaseStudyTreatmentManageCreateMutation = { response: CaseStudyTreatmentManageCreateMutation$data; diff --git a/app/src/modules/CaseStudy/__generated__/CaseStudyTreatmentManageDeleteMutation.graphql.ts b/app/src/modules/CaseStudy/__generated__/CaseStudyTreatmentManageDeleteMutation.graphql.ts index b6c0d790..17bcc346 100644 --- a/app/src/modules/CaseStudy/__generated__/CaseStudyTreatmentManageDeleteMutation.graphql.ts +++ b/app/src/modules/CaseStudy/__generated__/CaseStudyTreatmentManageDeleteMutation.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<> + * @generated SignedSource<> * @lightSyntaxTransform * @nogrep */ @@ -11,7 +11,7 @@ import { ConcreteRequest, Mutation } from 'relay-runtime'; import { FragmentRefs } from "relay-runtime"; export type DeleteCaseStudyTreatmentInput = { - clientMutationId?: string | null; + clientMutationId?: string | null | undefined; rowId: string; }; export type CaseStudyTreatmentManageDeleteMutation$variables = { @@ -23,12 +23,12 @@ export type CaseStudyTreatmentManageDeleteMutation$data = { readonly caseStudyByCaseStudyRowId: { readonly clientByClientRowId: { readonly " $fragmentSpreads": FragmentRefs<"ClientCaseStudies_client" | "ClientsTable_client">; - } | null; + } | null | undefined; readonly " $fragmentSpreads": FragmentRefs<"ClientsCaseStudiesDetailsPage_caseStudy">; - } | null; + } | null | undefined; readonly rowId: string; - } | null; - } | null; + } | null | undefined; + } | null | undefined; }; export type CaseStudyTreatmentManageDeleteMutation = { response: CaseStudyTreatmentManageDeleteMutation$data; diff --git a/app/src/modules/CaseStudy/__generated__/CaseStudyTreatmentManageUpdateMutation.graphql.ts b/app/src/modules/CaseStudy/__generated__/CaseStudyTreatmentManageUpdateMutation.graphql.ts index 5a954a97..484a2c26 100644 --- a/app/src/modules/CaseStudy/__generated__/CaseStudyTreatmentManageUpdateMutation.graphql.ts +++ b/app/src/modules/CaseStudy/__generated__/CaseStudyTreatmentManageUpdateMutation.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<<04a60bf061ffd0436bc6ad2fd6564a43>> + * @generated SignedSource<<4acc94875758bf0ed1c36ab99fd99da6>> * @lightSyntaxTransform * @nogrep */ @@ -11,13 +11,13 @@ import { ConcreteRequest, Mutation } from 'relay-runtime'; import { FragmentRefs } from "relay-runtime"; export type UpdateCaseStudyTreatmentInput = { - clientMutationId?: string | null; - description?: string | null; + clientMutationId?: string | null | undefined; + description?: string | null | undefined; endedAt: string; external: boolean; - privateDescription?: string | null; + privateDescription?: string | null | undefined; rowId: string; - score?: number | null; + score?: number | null | undefined; startedAt: string; title: string; }; @@ -37,8 +37,8 @@ export type CaseStudyTreatmentManageUpdateMutation$data = { }; readonly rowId: string; readonly " $fragmentSpreads": FragmentRefs<"CaseStudyTreatmentManage_treatment">; - } | null; - } | null; + } | null | undefined; + } | null | undefined; }; export type CaseStudyTreatmentManageUpdateMutation = { response: CaseStudyTreatmentManageUpdateMutation$data; diff --git a/app/src/modules/CaseStudy/__generated__/CaseStudyTreatmentManage_treatment.graphql.ts b/app/src/modules/CaseStudy/__generated__/CaseStudyTreatmentManage_treatment.graphql.ts index 8c582d19..2ba7aef7 100644 --- a/app/src/modules/CaseStudy/__generated__/CaseStudyTreatmentManage_treatment.graphql.ts +++ b/app/src/modules/CaseStudy/__generated__/CaseStudyTreatmentManage_treatment.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<<8211d3d9ba53d4b73f1aa6680ad074e6>> + * @generated SignedSource<<644c6b3e147d000b8b0b06fd9f3514f7>> * @lightSyntaxTransform * @nogrep */ @@ -11,12 +11,12 @@ import { Fragment, ReaderFragment } from 'relay-runtime'; import { FragmentRefs } from "relay-runtime"; export type CaseStudyTreatmentManage_treatment$data = { - readonly description: string | null; + readonly description: string | null | undefined; readonly endedAt: string; readonly external: boolean; - readonly privateDescription: string | null; + readonly privateDescription: string | null | undefined; readonly rowId: string; - readonly score: number | null; + readonly score: number | null | undefined; readonly startedAt: string; readonly title: string; readonly " $fragmentType": "CaseStudyTreatmentManage_treatment"; diff --git a/app/src/modules/Client/__generated__/ClientAssignedTherapistsManageCreateMutation.graphql.ts b/app/src/modules/Client/__generated__/ClientAssignedTherapistsManageCreateMutation.graphql.ts index b322acf9..483fc7e6 100644 --- a/app/src/modules/Client/__generated__/ClientAssignedTherapistsManageCreateMutation.graphql.ts +++ b/app/src/modules/Client/__generated__/ClientAssignedTherapistsManageCreateMutation.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<<03445ee5fd66152594dcc4456482fe06>> + * @generated SignedSource<<61de3ff3852e2d817aac000b9d3cf1d3>> * @lightSyntaxTransform * @nogrep */ @@ -11,7 +11,7 @@ import { ConcreteRequest, Mutation } from 'relay-runtime'; import { FragmentRefs } from "relay-runtime"; export type CreateClientAssignedTherapistInput = { - clientMutationId?: string | null; + clientMutationId?: string | null | undefined; clientRowId: string; therapistRowId: string; }; @@ -22,8 +22,8 @@ export type ClientAssignedTherapistsManageCreateMutation$data = { readonly createClientAssignedTherapist: { readonly clientByClientRowId: { readonly " $fragmentSpreads": FragmentRefs<"ClientAssignedTherapistsManage_client">; - } | null; - } | null; + } | null | undefined; + } | null | undefined; }; export type ClientAssignedTherapistsManageCreateMutation = { response: ClientAssignedTherapistsManageCreateMutation$data; diff --git a/app/src/modules/Client/__generated__/ClientAssignedTherapistsManageDeleteMutation.graphql.ts b/app/src/modules/Client/__generated__/ClientAssignedTherapistsManageDeleteMutation.graphql.ts index 8a652d31..c16d6554 100644 --- a/app/src/modules/Client/__generated__/ClientAssignedTherapistsManageDeleteMutation.graphql.ts +++ b/app/src/modules/Client/__generated__/ClientAssignedTherapistsManageDeleteMutation.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<<3ef2188d6997e21056348ff0a1e9c614>> + * @generated SignedSource<<03428ce2b7053baa055781bca46604f7>> * @lightSyntaxTransform * @nogrep */ @@ -11,7 +11,7 @@ import { ConcreteRequest, Mutation } from 'relay-runtime'; import { FragmentRefs } from "relay-runtime"; export type DeleteClientAssignedTherapistInput = { - clientMutationId?: string | null; + clientMutationId?: string | null | undefined; rowId: string; }; export type ClientAssignedTherapistsManageDeleteMutation$variables = { @@ -21,8 +21,8 @@ export type ClientAssignedTherapistsManageDeleteMutation$data = { readonly deleteClientAssignedTherapist: { readonly clientByClientRowId: { readonly " $fragmentSpreads": FragmentRefs<"ClientAssignedTherapistsManage_client">; - } | null; - } | null; + } | null | undefined; + } | null | undefined; }; export type ClientAssignedTherapistsManageDeleteMutation = { response: ClientAssignedTherapistsManageDeleteMutation$data; diff --git a/app/src/modules/Client/__generated__/ClientAssignedTherapistsManage_client.graphql.ts b/app/src/modules/Client/__generated__/ClientAssignedTherapistsManage_client.graphql.ts index 31092506..f07b2eb5 100644 --- a/app/src/modules/Client/__generated__/ClientAssignedTherapistsManage_client.graphql.ts +++ b/app/src/modules/Client/__generated__/ClientAssignedTherapistsManage_client.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<<12c6e423ef0f71c6ac726bb4093ccb08>> + * @generated SignedSource<> * @lightSyntaxTransform * @nogrep */ @@ -19,15 +19,15 @@ export type ClientAssignedTherapistsManage_client$data = { readonly therapist: { readonly fullName: string; readonly rowId: string; - readonly type: string | null; + readonly type: string | null | undefined; }; }>; }; readonly latestAssignedTherapist: { readonly therapist: { readonly fullName: string; - } | null; - } | null; + } | null | undefined; + } | null | undefined; readonly rowId: string; readonly " $fragmentType": "ClientAssignedTherapistsManage_client"; }; diff --git a/app/src/modules/Client/__generated__/ClientCaseStudies_client.graphql.ts b/app/src/modules/Client/__generated__/ClientCaseStudies_client.graphql.ts index e2b52423..81e69d85 100644 --- a/app/src/modules/Client/__generated__/ClientCaseStudies_client.graphql.ts +++ b/app/src/modules/Client/__generated__/ClientCaseStudies_client.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<<1e9580f2f2caeab29a93619f7f369635>> + * @generated SignedSource<> * @lightSyntaxTransform * @nogrep */ @@ -14,11 +14,11 @@ import { FragmentRefs } from "relay-runtime"; export type ClientCaseStudies_client$data = { readonly caseStudies: { readonly nodes: ReadonlyArray<{ - readonly clientRowId: string | null; + readonly clientRowId: string | null | undefined; readonly concluded: boolean; readonly conclusion: { readonly type: CaseStudyConclusionType; - } | null; + } | null | undefined; readonly id: string; readonly rowId: string; readonly someSortedEvents: { diff --git a/app/src/modules/Client/__generated__/ClientManageCreateMutation.graphql.ts b/app/src/modules/Client/__generated__/ClientManageCreateMutation.graphql.ts index 0445c73a..a46b2314 100644 --- a/app/src/modules/Client/__generated__/ClientManageCreateMutation.graphql.ts +++ b/app/src/modules/Client/__generated__/ClientManageCreateMutation.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<> + * @generated SignedSource<<7929572fe793ec7fb2caa52650392468>> * @lightSyntaxTransform * @nogrep */ @@ -14,14 +14,14 @@ export type Gender = "FEMALE" | "MALE"; export type CreateClientInput = { address: string; city: string; - clientMutationId?: string | null; + clientMutationId?: string | null | undefined; dateOfBirth: string; - discrete?: boolean | null; - email?: string | null; + discrete?: boolean | null | undefined; + email?: string | null | undefined; firstName: string; gender: Gender; lastName: string; - note?: string | null; + note?: string | null | undefined; number: number; telephone: string; }; @@ -32,14 +32,14 @@ export type ClientManageCreateMutation$data = { readonly createClient: { readonly client: { readonly rowId: string; - } | null; + } | null | undefined; readonly clientEdge: { readonly node: { readonly rowId: string; readonly " $fragmentSpreads": FragmentRefs<"ClientManage_client" | "ClientsTable_client">; }; - } | null; - } | null; + } | null | undefined; + } | null | undefined; }; export type ClientManageCreateMutation = { response: ClientManageCreateMutation$data; diff --git a/app/src/modules/Client/__generated__/ClientManageDeleteMutation.graphql.ts b/app/src/modules/Client/__generated__/ClientManageDeleteMutation.graphql.ts index 6e18c098..a3156967 100644 --- a/app/src/modules/Client/__generated__/ClientManageDeleteMutation.graphql.ts +++ b/app/src/modules/Client/__generated__/ClientManageDeleteMutation.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<<2043d8b02533b936eef7c221d0e50dae>> + * @generated SignedSource<<3679a75a89eb09732a6098cc1ea11ab0>> * @lightSyntaxTransform * @nogrep */ @@ -10,7 +10,7 @@ import { ConcreteRequest, Mutation } from 'relay-runtime'; export type DeleteClientInput = { - clientMutationId?: string | null; + clientMutationId?: string | null | undefined; rowId: string; }; export type ClientManageDeleteMutation$variables = { @@ -20,8 +20,8 @@ export type ClientManageDeleteMutation$data = { readonly deleteClient: { readonly client: { readonly id: string; - } | null; - } | null; + } | null | undefined; + } | null | undefined; }; export type ClientManageDeleteMutation = { response: ClientManageDeleteMutation$data; diff --git a/app/src/modules/Client/__generated__/ClientManageUpdateMutation.graphql.ts b/app/src/modules/Client/__generated__/ClientManageUpdateMutation.graphql.ts index d368f166..990be398 100644 --- a/app/src/modules/Client/__generated__/ClientManageUpdateMutation.graphql.ts +++ b/app/src/modules/Client/__generated__/ClientManageUpdateMutation.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<<03131e6770daf3fc490557c54247c1dc>> + * @generated SignedSource<> * @lightSyntaxTransform * @nogrep */ @@ -14,14 +14,14 @@ export type Gender = "FEMALE" | "MALE"; export type UpdateClientInput = { address: string; city: string; - clientMutationId?: string | null; + clientMutationId?: string | null | undefined; dateOfBirth: string; - discrete?: boolean | null; - email?: string | null; + discrete?: boolean | null | undefined; + email?: string | null | undefined; firstName: string; gender: Gender; lastName: string; - note?: string | null; + note?: string | null | undefined; number: number; rowId: string; telephone: string; @@ -34,8 +34,8 @@ export type ClientManageUpdateMutation$data = { readonly client: { readonly rowId: string; readonly " $fragmentSpreads": FragmentRefs<"ClientManage_client" | "ClientsTable_client">; - } | null; - } | null; + } | null | undefined; + } | null | undefined; }; export type ClientManageUpdateMutation = { response: ClientManageUpdateMutation$data; diff --git a/app/src/modules/Client/__generated__/ClientManage_client.graphql.ts b/app/src/modules/Client/__generated__/ClientManage_client.graphql.ts index 9a322bcc..26c8fe76 100644 --- a/app/src/modules/Client/__generated__/ClientManage_client.graphql.ts +++ b/app/src/modules/Client/__generated__/ClientManage_client.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<> + * @generated SignedSource<<762b1dac1b5dc3df00dc26c7d7c8be8b>> * @lightSyntaxTransform * @nogrep */ @@ -20,16 +20,16 @@ export type ClientManage_client$data = { readonly fullName: string; readonly therapist: { readonly rowId: string; - } | null; + } | null | undefined; }; readonly dateOfBirth: string; readonly discrete: boolean; - readonly email: string | null; + readonly email: string | null | undefined; readonly firstName: string; readonly fullName: string; readonly gender: Gender; readonly lastName: string; - readonly note: string | null; + readonly note: string | null | undefined; readonly number: number; readonly rowId: string; readonly telephone: string; @@ -38,8 +38,8 @@ export type ClientManage_client$data = { readonly fullName: string; readonly therapist: { readonly rowId: string; - } | null; - } | null; + } | null | undefined; + } | null | undefined; readonly " $fragmentType": "ClientManage_client"; }; export type ClientManage_client$key = { diff --git a/app/src/modules/Clients/__generated__/ClientsTableRefetchQuery.graphql.ts b/app/src/modules/Clients/__generated__/ClientsTableRefetchQuery.graphql.ts index 825f959f..7a46bd84 100644 --- a/app/src/modules/Clients/__generated__/ClientsTableRefetchQuery.graphql.ts +++ b/app/src/modules/Clients/__generated__/ClientsTableRefetchQuery.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<> + * @generated SignedSource<<4a711b69d1dfbfcacff0ba7588bf78e7>> * @lightSyntaxTransform * @nogrep */ @@ -12,8 +12,8 @@ import { ConcreteRequest, Query } from 'relay-runtime'; import { FragmentRefs } from "relay-runtime"; export type ClientsTableRefetchQuery$variables = { count: number; - cursor?: any | null; - q?: string | null; + cursor?: any | null | undefined; + q?: string | null | undefined; }; export type ClientsTableRefetchQuery$data = { readonly " $fragmentSpreads": FragmentRefs<"ClientsTable_query">; diff --git a/app/src/modules/FormManage.tsx b/app/src/modules/FormManage.tsx index dd177d67..b2837391 100644 --- a/app/src/modules/FormManage.tsx +++ b/app/src/modules/FormManage.tsx @@ -121,7 +121,7 @@ export const FormManage: React.FC = (props) => { // important because react-hook-form defaults might not match (like for CHECBOXES type) const defaultValues = useMemo( - () => buildDefaultValues(form.formQuestions, formResponse), + () => buildDefaultValues(form.formQuestions, formResponse || null), [form.formQuestions, formResponse], ); diff --git a/app/src/modules/Therapist/__generated__/TherapistManageCreateMutation.graphql.ts b/app/src/modules/Therapist/__generated__/TherapistManageCreateMutation.graphql.ts index 52212dd0..3f5401ec 100644 --- a/app/src/modules/Therapist/__generated__/TherapistManageCreateMutation.graphql.ts +++ b/app/src/modules/Therapist/__generated__/TherapistManageCreateMutation.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<> + * @generated SignedSource<<3a108b4dd1c09cd68abaf77aa99aea07>> * @lightSyntaxTransform * @nogrep */ @@ -12,17 +12,17 @@ import { ConcreteRequest, Mutation } from 'relay-runtime'; import { FragmentRefs } from "relay-runtime"; export type Gender = "FEMALE" | "MALE"; export type CreateTherapistInput = { - clientMutationId?: string | null; + clientMutationId?: string | null | undefined; dateOfBirth: string; disabled: boolean; email: string; firstName: string; gender: Gender; lastName: string; - telephone?: string | null; - title?: string | null; - type?: string | null; - userRowId?: string | null; + telephone?: string | null | undefined; + title?: string | null | undefined; + type?: string | null | undefined; + userRowId?: string | null | undefined; }; export type TherapistManageCreateMutation$variables = { input: CreateTherapistInput; @@ -31,14 +31,14 @@ export type TherapistManageCreateMutation$data = { readonly createTherapist: { readonly therapist: { readonly rowId: string; - } | null; + } | null | undefined; readonly therapistEdge: { readonly node: { readonly rowId: string; readonly " $fragmentSpreads": FragmentRefs<"TherapistManage_therapist" | "TherapistsTable_therapist">; }; - } | null; - } | null; + } | null | undefined; + } | null | undefined; }; export type TherapistManageCreateMutation = { response: TherapistManageCreateMutation$data; diff --git a/app/src/modules/Therapist/__generated__/TherapistManageDeleteMutation.graphql.ts b/app/src/modules/Therapist/__generated__/TherapistManageDeleteMutation.graphql.ts index 3541c4e7..896465b3 100644 --- a/app/src/modules/Therapist/__generated__/TherapistManageDeleteMutation.graphql.ts +++ b/app/src/modules/Therapist/__generated__/TherapistManageDeleteMutation.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<<30b2ce01f0b237e4e2836bce10501fc3>> + * @generated SignedSource<> * @lightSyntaxTransform * @nogrep */ @@ -10,7 +10,7 @@ import { ConcreteRequest, Mutation } from 'relay-runtime'; export type DeleteTherapistInput = { - clientMutationId?: string | null; + clientMutationId?: string | null | undefined; rowId: string; }; export type TherapistManageDeleteMutation$variables = { @@ -20,8 +20,8 @@ export type TherapistManageDeleteMutation$data = { readonly deleteTherapist: { readonly therapist: { readonly id: string; - } | null; - } | null; + } | null | undefined; + } | null | undefined; }; export type TherapistManageDeleteMutation = { response: TherapistManageDeleteMutation$data; diff --git a/app/src/modules/Therapist/__generated__/TherapistManageUpdateMutation.graphql.ts b/app/src/modules/Therapist/__generated__/TherapistManageUpdateMutation.graphql.ts index 95a35975..2ab5e071 100644 --- a/app/src/modules/Therapist/__generated__/TherapistManageUpdateMutation.graphql.ts +++ b/app/src/modules/Therapist/__generated__/TherapistManageUpdateMutation.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<> + * @generated SignedSource<> * @lightSyntaxTransform * @nogrep */ @@ -12,7 +12,7 @@ import { ConcreteRequest, Mutation } from 'relay-runtime'; import { FragmentRefs } from "relay-runtime"; export type Gender = "FEMALE" | "MALE"; export type UpdateTherapistInput = { - clientMutationId?: string | null; + clientMutationId?: string | null | undefined; dateOfBirth: string; disabled: boolean; email: string; @@ -20,10 +20,10 @@ export type UpdateTherapistInput = { gender: Gender; lastName: string; rowId: string; - telephone?: string | null; - title?: string | null; - type?: string | null; - userRowId?: string | null; + telephone?: string | null | undefined; + title?: string | null | undefined; + type?: string | null | undefined; + userRowId?: string | null | undefined; }; export type TherapistManageUpdateMutation$variables = { input: UpdateTherapistInput; @@ -33,8 +33,8 @@ export type TherapistManageUpdateMutation$data = { readonly therapist: { readonly rowId: string; readonly " $fragmentSpreads": FragmentRefs<"TherapistManage_therapist" | "TherapistsTable_therapist">; - } | null; - } | null; + } | null | undefined; + } | null | undefined; }; export type TherapistManageUpdateMutation = { response: TherapistManageUpdateMutation$data; diff --git a/app/src/modules/Therapist/__generated__/TherapistManage_therapist.graphql.ts b/app/src/modules/Therapist/__generated__/TherapistManage_therapist.graphql.ts index d4ad6bdc..cda253a1 100644 --- a/app/src/modules/Therapist/__generated__/TherapistManage_therapist.graphql.ts +++ b/app/src/modules/Therapist/__generated__/TherapistManage_therapist.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<<5cbb5c31db40dac4ce5c8eb4e49acb66>> + * @generated SignedSource<<0b09eefb55e1a3e82e3572e3f5fe0b6d>> * @lightSyntaxTransform * @nogrep */ @@ -23,15 +23,15 @@ export type TherapistManage_therapist$data = { readonly gender: Gender; readonly lastName: string; readonly rowId: string; - readonly telephone: string | null; - readonly title: string | null; - readonly type: string | null; + readonly telephone: string | null | undefined; + readonly title: string | null | undefined; + readonly type: string | null | undefined; readonly updatedAt: string; readonly user: { readonly email: string; readonly id: string; readonly rowId: string; - } | null; + } | null | undefined; readonly " $fragmentType": "TherapistManage_therapist"; }; export type TherapistManage_therapist$key = { diff --git a/app/src/modules/Therapists/__generated__/TherapistsTableRefetchQuery.graphql.ts b/app/src/modules/Therapists/__generated__/TherapistsTableRefetchQuery.graphql.ts index 57a76cad..d0aab7b2 100644 --- a/app/src/modules/Therapists/__generated__/TherapistsTableRefetchQuery.graphql.ts +++ b/app/src/modules/Therapists/__generated__/TherapistsTableRefetchQuery.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<<304a914b1b955fdba56d4f403f625a0a>> + * @generated SignedSource<> * @lightSyntaxTransform * @nogrep */ @@ -12,8 +12,8 @@ import { ConcreteRequest, Query } from 'relay-runtime'; import { FragmentRefs } from "relay-runtime"; export type TherapistsTableRefetchQuery$variables = { count: number; - cursor?: any | null; - q?: string | null; + cursor?: any | null | undefined; + q?: string | null | undefined; }; export type TherapistsTableRefetchQuery$data = { readonly " $fragmentSpreads": FragmentRefs<"TherapistsTable_query">; diff --git a/app/src/modules/Therapists/__generated__/TherapistsTable_query.graphql.ts b/app/src/modules/Therapists/__generated__/TherapistsTable_query.graphql.ts index 16aedf58..91139886 100644 --- a/app/src/modules/Therapists/__generated__/TherapistsTable_query.graphql.ts +++ b/app/src/modules/Therapists/__generated__/TherapistsTable_query.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<<0ab1cfae611b3da98aaacf7b2c7ebfcc>> + * @generated SignedSource<<12dab2ba5097569ef55f7dffa424808a>> * @lightSyntaxTransform * @nogrep */ @@ -17,7 +17,7 @@ export type TherapistsTable_query$data = { readonly enabled: boolean; readonly fullName: string; readonly rowId: string; - readonly type: string | null; + readonly type: string | null | undefined; }; }>; readonly totalCount: number; diff --git a/app/src/modules/Therapists/__generated__/TherapistsTable_therapist.graphql.ts b/app/src/modules/Therapists/__generated__/TherapistsTable_therapist.graphql.ts index a03c4be5..a6cd25a4 100644 --- a/app/src/modules/Therapists/__generated__/TherapistsTable_therapist.graphql.ts +++ b/app/src/modules/Therapists/__generated__/TherapistsTable_therapist.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<<04c02a7dc2fa8a1b8acd5fd1493e5c41>> + * @generated SignedSource<> * @lightSyntaxTransform * @nogrep */ @@ -14,7 +14,7 @@ export type TherapistsTable_therapist$data = { readonly enabled: boolean; readonly fullName: string; readonly rowId: string; - readonly type: string | null; + readonly type: string | null | undefined; readonly " $fragmentType": "TherapistsTable_therapist"; }; export type TherapistsTable_therapist$key = { diff --git a/app/src/modules/User/__generated__/UserManageCreateMutation.graphql.ts b/app/src/modules/User/__generated__/UserManageCreateMutation.graphql.ts index 1f0befc8..e53e8b19 100644 --- a/app/src/modules/User/__generated__/UserManageCreateMutation.graphql.ts +++ b/app/src/modules/User/__generated__/UserManageCreateMutation.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<<97b699406c128368afbc3bdf4becd7df>> + * @generated SignedSource<> * @lightSyntaxTransform * @nogrep */ @@ -12,11 +12,11 @@ import { ConcreteRequest, Mutation } from 'relay-runtime'; import { FragmentRefs } from "relay-runtime"; export type CreateUserInput = { admin: boolean; - clientMutationId?: string | null; + clientMutationId?: string | null | undefined; email: string; enabled: boolean; password: string; - rowId?: string | null; + rowId?: string | null | undefined; }; export type UserManageCreateMutation$variables = { input: CreateUserInput; @@ -25,14 +25,14 @@ export type UserManageCreateMutation$data = { readonly createUser: { readonly user: { readonly rowId: string; - } | null; + } | null | undefined; readonly userEdge: { readonly node: { readonly rowId: string; readonly " $fragmentSpreads": FragmentRefs<"UserManage_user" | "UsersTable_user">; }; - } | null; - } | null; + } | null | undefined; + } | null | undefined; }; export type UserManageCreateMutation = { response: UserManageCreateMutation$data; diff --git a/app/src/modules/User/__generated__/UserManageDeleteMutation.graphql.ts b/app/src/modules/User/__generated__/UserManageDeleteMutation.graphql.ts index 6bc89556..e3e0d789 100644 --- a/app/src/modules/User/__generated__/UserManageDeleteMutation.graphql.ts +++ b/app/src/modules/User/__generated__/UserManageDeleteMutation.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<> + * @generated SignedSource<<59c92738028a93593520b28a9d510967>> * @lightSyntaxTransform * @nogrep */ @@ -10,7 +10,7 @@ import { ConcreteRequest, Mutation } from 'relay-runtime'; export type DeleteUserInput = { - clientMutationId?: string | null; + clientMutationId?: string | null | undefined; rowId: string; }; export type UserManageDeleteMutation$variables = { @@ -20,8 +20,8 @@ export type UserManageDeleteMutation$data = { readonly deleteUser: { readonly user: { readonly id: string; - } | null; - } | null; + } | null | undefined; + } | null | undefined; }; export type UserManageDeleteMutation = { response: UserManageDeleteMutation$data; diff --git a/app/src/modules/User/__generated__/UserManageUpdateMutation.graphql.ts b/app/src/modules/User/__generated__/UserManageUpdateMutation.graphql.ts index 4d64fae6..82d6d38d 100644 --- a/app/src/modules/User/__generated__/UserManageUpdateMutation.graphql.ts +++ b/app/src/modules/User/__generated__/UserManageUpdateMutation.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<> + * @generated SignedSource<<31c529f1e092023a902eadd7f2562198>> * @lightSyntaxTransform * @nogrep */ @@ -12,10 +12,10 @@ import { ConcreteRequest, Mutation } from 'relay-runtime'; import { FragmentRefs } from "relay-runtime"; export type UpdateUserInput = { admin: boolean; - clientMutationId?: string | null; + clientMutationId?: string | null | undefined; email: string; enabled: boolean; - password?: string | null; + password?: string | null | undefined; rowId: string; }; export type UserManageUpdateMutation$variables = { @@ -26,8 +26,8 @@ export type UserManageUpdateMutation$data = { readonly user: { readonly rowId: string; readonly " $fragmentSpreads": FragmentRefs<"UserManage_user" | "UsersTable_user">; - } | null; - } | null; + } | null | undefined; + } | null | undefined; }; export type UserManageUpdateMutation = { response: UserManageUpdateMutation$data; diff --git a/app/src/modules/Users/__generated__/UsersTableRefetchQuery.graphql.ts b/app/src/modules/Users/__generated__/UsersTableRefetchQuery.graphql.ts index 99d11003..0f7d9d15 100644 --- a/app/src/modules/Users/__generated__/UsersTableRefetchQuery.graphql.ts +++ b/app/src/modules/Users/__generated__/UsersTableRefetchQuery.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<<45c1b1933bc4df35ee99a90ab0acd718>> + * @generated SignedSource<<1f5ea4fba13d0528c770614339585742>> * @lightSyntaxTransform * @nogrep */ @@ -12,8 +12,8 @@ import { ConcreteRequest, Query } from 'relay-runtime'; import { FragmentRefs } from "relay-runtime"; export type UsersTableRefetchQuery$variables = { count: number; - cursor?: any | null; - q?: string | null; + cursor?: any | null | undefined; + q?: string | null | undefined; }; export type UsersTableRefetchQuery$data = { readonly " $fragmentSpreads": FragmentRefs<"UsersTable_query">; diff --git a/app/src/modules/__generated__/EventsTable_events.graphql.ts b/app/src/modules/__generated__/EventsTable_events.graphql.ts index 279b18e5..b17e3fc3 100644 --- a/app/src/modules/__generated__/EventsTable_events.graphql.ts +++ b/app/src/modules/__generated__/EventsTable_events.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<> + * @generated SignedSource<<7956e05eaa7909186e27f22234dc7c67>> * @lightSyntaxTransform * @nogrep */ @@ -17,20 +17,20 @@ export type EventsTable_events$data = ReadonlyArray<{ readonly createdAt: string; readonly rowId: string; readonly title: string; - } | null; + } | null | undefined; readonly clientRowId: string; readonly conclusion: { readonly concludedAt: string; readonly rowId: string; readonly type: CaseStudyConclusionType; - } | null; + } | null | undefined; readonly formResponse: { readonly createdAt: string; readonly form: { readonly name: string; - } | null; + } | null | undefined; readonly rowId: string; - } | null; + } | null | undefined; readonly id: string; readonly treatment: { readonly endedAt: string; @@ -38,7 +38,7 @@ export type EventsTable_events$data = ReadonlyArray<{ readonly rowId: string; readonly startedAt: string; readonly title: string; - } | null; + } | null | undefined; readonly type: EventType; readonly " $fragmentType": "EventsTable_events"; }>; diff --git a/app/src/modules/__generated__/FilesUploadFileRowGetAfterUploadMutation.graphql.ts b/app/src/modules/__generated__/FilesUploadFileRowGetAfterUploadMutation.graphql.ts index ec2d60f7..ccce283c 100644 --- a/app/src/modules/__generated__/FilesUploadFileRowGetAfterUploadMutation.graphql.ts +++ b/app/src/modules/__generated__/FilesUploadFileRowGetAfterUploadMutation.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<<3ddf89a3ce92791ffb8f9a7eb7acad8e>> + * @generated SignedSource<<2311156b9fe4562a9a92f6028daf1c2e>> * @lightSyntaxTransform * @nogrep */ @@ -11,7 +11,7 @@ import { ConcreteRequest, Mutation } from 'relay-runtime'; import { FragmentRefs } from "relay-runtime"; export type GetFileAfterUploadInput = { - clientMutationId?: string | null; + clientMutationId?: string | null | undefined; rowId: string; }; export type FilesUploadFileRowGetAfterUploadMutation$variables = { @@ -23,23 +23,23 @@ export type FilesUploadFileRowGetAfterUploadMutation$data = { readonly caseStudyConclusionFile: { readonly fileByFileRowId: { readonly " $fragmentSpreads": FragmentRefs<"Files_files">; - } | null; + } | null | undefined; readonly id: string; - } | null; + } | null | undefined; readonly caseStudyTreatmentFile: { readonly fileByFileRowId: { readonly " $fragmentSpreads": FragmentRefs<"Files_files">; - } | null; + } | null | undefined; readonly id: string; - } | null; + } | null | undefined; readonly formResponseFile: { readonly fileByFileRowId: { readonly " $fragmentSpreads": FragmentRefs<"Files_files">; - } | null; + } | null | undefined; readonly id: string; - } | null; - } | null; - } | null; + } | null | undefined; + } | null | undefined; + } | null | undefined; }; export type FilesUploadFileRowGetAfterUploadMutation = { response: FilesUploadFileRowGetAfterUploadMutation$data; diff --git a/app/src/modules/__generated__/Files_files.graphql.ts b/app/src/modules/__generated__/Files_files.graphql.ts index bfaaf11c..b2c94601 100644 --- a/app/src/modules/__generated__/Files_files.graphql.ts +++ b/app/src/modules/__generated__/Files_files.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<<5a98468a7cf8ed3bad75c663baedfe61>> + * @generated SignedSource<<3370879348c056358ffc94a0ff563e1e>> * @lightSyntaxTransform * @nogrep */ @@ -17,7 +17,7 @@ export type Files_files$data = ReadonlyArray<{ readonly rowId: string; readonly therapist: { readonly rowId: string; - } | null; + } | null | undefined; }; readonly id: string; readonly link: string; diff --git a/app/src/modules/__generated__/FormManageBuildDefaultValues_formQuestions.graphql.ts b/app/src/modules/__generated__/FormManageBuildDefaultValues_formQuestions.graphql.ts index e2553613..ce4bb302 100644 --- a/app/src/modules/__generated__/FormManageBuildDefaultValues_formQuestions.graphql.ts +++ b/app/src/modules/__generated__/FormManageBuildDefaultValues_formQuestions.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<<46a696de527842a0ea4cc0c12314fb33>> + * @generated SignedSource<<473073d067c1e86ae2527c843b57a690>> * @lightSyntaxTransform * @nogrep */ @@ -13,7 +13,7 @@ export type FormQuestionType = "CHECKBOXES" | "DATE" | "DATE_TIME" | "DROPDOWN" import { FragmentRefs } from "relay-runtime"; export type FormManageBuildDefaultValues_formQuestions$data = { readonly nodes: ReadonlyArray<{ - readonly options: any | null; + readonly options: any | null | undefined; readonly required: boolean; readonly rowId: string; readonly type: FormQuestionType; diff --git a/app/src/modules/__generated__/FormManageBuildDefaultValues_formResponse.graphql.ts b/app/src/modules/__generated__/FormManageBuildDefaultValues_formResponse.graphql.ts index eb43f531..182f99bc 100644 --- a/app/src/modules/__generated__/FormManageBuildDefaultValues_formResponse.graphql.ts +++ b/app/src/modules/__generated__/FormManageBuildDefaultValues_formResponse.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<> + * @generated SignedSource<> * @lightSyntaxTransform * @nogrep */ @@ -14,7 +14,7 @@ export type FormManageBuildDefaultValues_formResponse$data = { readonly answers: { readonly nodes: ReadonlyArray<{ readonly formQuestionRowId: string; - readonly value: any | null; + readonly value: any | null | undefined; }>; }; readonly " $fragmentType": "FormManageBuildDefaultValues_formResponse"; diff --git a/app/src/modules/__generated__/FormManageCreateFormResponseMutation.graphql.ts b/app/src/modules/__generated__/FormManageCreateFormResponseMutation.graphql.ts index 968bcc6f..4c10a3d0 100644 --- a/app/src/modules/__generated__/FormManageCreateFormResponseMutation.graphql.ts +++ b/app/src/modules/__generated__/FormManageCreateFormResponseMutation.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<> + * @generated SignedSource<> * @lightSyntaxTransform * @nogrep */ @@ -13,7 +13,7 @@ import { FragmentRefs } from "relay-runtime"; export type CreateFormResponseInput = { answers: any; caseStudyRowId: string; - clientMutationId?: string | null; + clientMutationId?: string | null | undefined; formRowId: string; }; export type FormManageCreateFormResponseMutation$variables = { @@ -25,12 +25,12 @@ export type FormManageCreateFormResponseMutation$data = { readonly caseStudyByCaseStudyRowId: { readonly clientByClientRowId: { readonly " $fragmentSpreads": FragmentRefs<"ClientCaseStudies_client">; - } | null; + } | null | undefined; readonly " $fragmentSpreads": FragmentRefs<"ClientsCaseStudiesDetailsPage_caseStudy">; - } | null; + } | null | undefined; readonly rowId: string; - } | null; - } | null; + } | null | undefined; + } | null | undefined; }; export type FormManageCreateFormResponseMutation = { response: FormManageCreateFormResponseMutation$data; diff --git a/app/src/modules/__generated__/FormManageDeleteFormResponseMutation.graphql.ts b/app/src/modules/__generated__/FormManageDeleteFormResponseMutation.graphql.ts index 9a0d2399..d8f78dc5 100644 --- a/app/src/modules/__generated__/FormManageDeleteFormResponseMutation.graphql.ts +++ b/app/src/modules/__generated__/FormManageDeleteFormResponseMutation.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<<601c1af66b30c86f7c8f9d805d7f381f>> + * @generated SignedSource<> * @lightSyntaxTransform * @nogrep */ @@ -11,7 +11,7 @@ import { ConcreteRequest, Mutation } from 'relay-runtime'; import { FragmentRefs } from "relay-runtime"; export type DeleteFormResponseInput = { - clientMutationId?: string | null; + clientMutationId?: string | null | undefined; rowId: string; }; export type FormManageDeleteFormResponseMutation$variables = { @@ -23,12 +23,12 @@ export type FormManageDeleteFormResponseMutation$data = { readonly caseStudyByCaseStudyRowId: { readonly clientByClientRowId: { readonly " $fragmentSpreads": FragmentRefs<"ClientCaseStudies_client">; - } | null; + } | null | undefined; readonly " $fragmentSpreads": FragmentRefs<"ClientsCaseStudiesDetailsPage_caseStudy">; - } | null; + } | null | undefined; readonly rowId: string; - } | null; - } | null; + } | null | undefined; + } | null | undefined; }; export type FormManageDeleteFormResponseMutation = { response: FormManageDeleteFormResponseMutation$data; diff --git a/app/src/modules/__generated__/FormManageQuestion_question.graphql.ts b/app/src/modules/__generated__/FormManageQuestion_question.graphql.ts index 21b0b5ea..3c37c873 100644 --- a/app/src/modules/__generated__/FormManageQuestion_question.graphql.ts +++ b/app/src/modules/__generated__/FormManageQuestion_question.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<<81fdb71410e9c35603817fc586c6b9b6>> + * @generated SignedSource<> * @lightSyntaxTransform * @nogrep */ @@ -12,9 +12,9 @@ import { Fragment, ReaderFragment } from 'relay-runtime'; export type FormQuestionType = "CHECKBOXES" | "DATE" | "DATE_TIME" | "DROPDOWN" | "MULTIPLE_CHOICE" | "PARAGRAPH" | "SHORT_ANSWER" | "TIME"; import { FragmentRefs } from "relay-runtime"; export type FormManageQuestion_question$data = { - readonly description: string | null; + readonly description: string | null | undefined; readonly name: string; - readonly rawOptions: any | null; + readonly rawOptions: any | null | undefined; readonly required: boolean; readonly rowId: string; readonly type: FormQuestionType; diff --git a/app/src/modules/__generated__/FormManageUpdateFormResponseMutation.graphql.ts b/app/src/modules/__generated__/FormManageUpdateFormResponseMutation.graphql.ts index 062c9512..b94bc36d 100644 --- a/app/src/modules/__generated__/FormManageUpdateFormResponseMutation.graphql.ts +++ b/app/src/modules/__generated__/FormManageUpdateFormResponseMutation.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<> + * @generated SignedSource<<828d32f7a46ec13c12e6c1551a886884>> * @lightSyntaxTransform * @nogrep */ @@ -12,7 +12,7 @@ import { ConcreteRequest, Mutation } from 'relay-runtime'; import { FragmentRefs } from "relay-runtime"; export type UpdateFormResponseInput = { answers: any; - clientMutationId?: string | null; + clientMutationId?: string | null | undefined; formResponseRowId: string; }; export type FormManageUpdateFormResponseMutation$variables = { @@ -26,10 +26,10 @@ export type FormManageUpdateFormResponseMutation$data = { readonly " $fragmentSpreads": FragmentRefs<"FormManageBuildDefaultValues_formQuestions">; }; readonly " $fragmentSpreads": FragmentRefs<"FormManage_form">; - } | null; + } | null | undefined; readonly " $fragmentSpreads": FragmentRefs<"FormManageBuildDefaultValues_formResponse" | "FormManage_formResponse">; - } | null; - } | null; + } | null | undefined; + } | null | undefined; }; export type FormManageUpdateFormResponseMutation = { response: FormManageUpdateFormResponseMutation$data; diff --git a/app/src/modules/__generated__/FormManage_form.graphql.ts b/app/src/modules/__generated__/FormManage_form.graphql.ts index e6cef78e..d9fc54d6 100644 --- a/app/src/modules/__generated__/FormManage_form.graphql.ts +++ b/app/src/modules/__generated__/FormManage_form.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<> + * @generated SignedSource<> * @lightSyntaxTransform * @nogrep */ @@ -11,7 +11,7 @@ import { Fragment, ReaderFragment } from 'relay-runtime'; import { FragmentRefs } from "relay-runtime"; export type FormManage_form$data = { - readonly description: string | null; + readonly description: string | null | undefined; readonly formQuestions: { readonly nodes: ReadonlyArray<{ readonly required: boolean; diff --git a/graphql/package.json b/graphql/package.json index 26942e10..580ea9bc 100644 --- a/graphql/package.json +++ b/graphql/package.json @@ -7,19 +7,19 @@ "start": "nodemon" }, "dependencies": { - "cookie": "^0.5.0", - "dotenv": "^16.0.3", - "graphile-build": "4.12.3", - "graphile-build-pg": "^4.12.3", - "graphile-utils": "^4.12.3", + "cookie": "^0.6.0", + "dotenv": "^16.3.1", + "graphile-build": "^4.14.0", + "graphile-build-pg": "^4.14.0", + "graphile-utils": "^4.14.0", "graphql": "^15.8.0", - "pg": "^8.8.0", - "postgraphile": "^4.12.11" + "pg": "^8.11.3", + "postgraphile": "^4.14.0" }, "devDependencies": { "@tsconfig/node21": "^21.0.0", - "@types/cookie": "^0.5.1", - "nodemon": "^2.0.20", + "@types/cookie": "^0.5.4", + "nodemon": "^3.0.1", "typescript": "^5.3.2" } } diff --git a/yarn.lock b/yarn.lock index 9a7a0eed..ab75bfb4 100644 --- a/yarn.lock +++ b/yarn.lock @@ -32,7 +32,7 @@ __metadata: languageName: node linkType: hard -"@babel/core@npm:^7.19.3, @babel/core@npm:^7.21.8, @babel/core@npm:^7.23.3": +"@babel/core@npm:^7.21.8, @babel/core@npm:^7.23.3": version: 7.23.3 resolution: "@babel/core@npm:7.23.3" dependencies: @@ -229,7 +229,7 @@ __metadata: languageName: node linkType: hard -"@babel/runtime@npm:^7.0.0, @babel/runtime@npm:^7.12.5, @babel/runtime@npm:^7.14.8, @babel/runtime@npm:^7.16.7, @babel/runtime@npm:^7.21.0, @babel/runtime@npm:^7.7.2, @babel/runtime@npm:^7.7.6": +"@babel/runtime@npm:^7.0.0, @babel/runtime@npm:^7.16.7, @babel/runtime@npm:^7.21.0, @babel/runtime@npm:^7.22.15, @babel/runtime@npm:^7.7.2, @babel/runtime@npm:^7.7.6": version: 7.23.4 resolution: "@babel/runtime@npm:7.23.4" dependencies: @@ -523,7 +523,7 @@ __metadata: languageName: node linkType: hard -"@fortawesome/fontawesome-free@npm:^6.2.0": +"@fortawesome/fontawesome-free@npm:^6.4.2": version: 6.4.2 resolution: "@fortawesome/fontawesome-free@npm:6.4.2" checksum: 3085c3b18bc53576c51e130b37675dfe2623c1f4efb62fca8bf3708f66b9a8c6f5fe43473d25b1c99f8249f395b4c392664005f48bfcafdce5e5af87772c17a7 @@ -644,7 +644,7 @@ __metadata: languageName: node linkType: hard -"@popperjs/core@npm:^2.11.6, @popperjs/core@npm:^2.9.0": +"@popperjs/core@npm:^2.11.8, @popperjs/core@npm:^2.9.0": version: 2.11.8 resolution: "@popperjs/core@npm:2.11.8" checksum: 4681e682abc006d25eb380d0cf3efc7557043f53b6aea7a5057d0d1e7df849a00e281cd8ea79c902a35a414d7919621fc2ba293ecec05f413598e0b23d5a1e63 @@ -781,7 +781,7 @@ __metadata: languageName: node linkType: hard -"@types/babel__core@npm:^7.1.19, @types/babel__core@npm:^7.20.4": +"@types/babel__core@npm:^7.20.4, @types/babel__core@npm:^7.20.5": version: 7.20.5 resolution: "@types/babel__core@npm:7.20.5" dependencies: @@ -822,7 +822,7 @@ __metadata: languageName: node linkType: hard -"@types/cookie@npm:^0.5.1": +"@types/cookie@npm:^0.5.4": version: 0.5.4 resolution: "@types/cookie@npm:0.5.4" checksum: c5111f8c71fedabf0ccdfdf183676fc3aa89e146653e9ed87e5ea3780f33a46dde1ace06bf04374dcc363a0ef8db91e41060e9861199226c9a4deaa27fde03ba @@ -882,14 +882,14 @@ __metadata: languageName: node linkType: hard -"@types/prop-types@npm:*": +"@types/prop-types@npm:*, @types/prop-types@npm:^15.7.11": version: 15.7.11 resolution: "@types/prop-types@npm:15.7.11" checksum: e53423cf9d510515ef8b47ff42f4f1b65a7b7b37c8704e2dbfcb9a60defe0c0e1f3cb1acfdeb466bad44ca938d7c79bffdd51b48ffb659df2432169d0b27a132 languageName: node linkType: hard -"@types/react-dom@npm:^18.0.6": +"@types/react-dom@npm:^18.2.17": version: 18.2.17 resolution: "@types/react-dom@npm:18.2.17" dependencies: @@ -898,17 +898,17 @@ __metadata: languageName: node linkType: hard -"@types/react-relay@npm:^14.1.2": - version: 14.1.7 - resolution: "@types/react-relay@npm:14.1.7" +"@types/react-relay@npm:^16.0.4": + version: 16.0.4 + resolution: "@types/react-relay@npm:16.0.4" dependencies: "@types/react": "npm:*" "@types/relay-runtime": "npm:*" - checksum: 89e0c2cc68e6f14c9ee83b269d6e8b29c398fe5a993e594ed6d8993dc757869fbf84427006aa2caa55bf9b6e22f81bf6547d6095cb55b70f6928578cc02dcaca + checksum: 9501a68c5a1576189d84bbee39b511e14075b308f00d40413614b2059e42255d615c9470c9ca93ead1469b8e30dc663b54c298c7657566091d6ed154e6138736 languageName: node linkType: hard -"@types/react@npm:*, @types/react@npm:16 || 17 || 18, @types/react@npm:^18.0.21": +"@types/react@npm:*, @types/react@npm:16 || 17 || 18, @types/react@npm:^18.2.38": version: 18.2.38 resolution: "@types/react@npm:18.2.38" dependencies: @@ -919,7 +919,7 @@ __metadata: languageName: node linkType: hard -"@types/relay-runtime@npm:*, @types/relay-runtime@npm:^14.1.3": +"@types/relay-runtime@npm:*, @types/relay-runtime@npm:^14.1.19": version: 14.1.19 resolution: "@types/relay-runtime@npm:14.1.19" checksum: 2c7a0d875203cc50451bc411b28cfb084fcd8ac8f3f2646aeec2ac25de62399a1660f23c5fcf6a1551654d6775cc16c7d91147e10bf3a1d883b549c613ab89c8 @@ -1043,39 +1043,41 @@ __metadata: version: 0.0.0-use.local resolution: "app@workspace:app" dependencies: - "@babel/core": "npm:^7.19.3" - "@fortawesome/fontawesome-free": "npm:^6.2.0" - "@popperjs/core": "npm:^2.11.6" + "@babel/core": "npm:^7.23.3" + "@fortawesome/fontawesome-free": "npm:^6.4.2" + "@popperjs/core": "npm:^2.11.8" "@tanstack/react-location": "npm:^3.7.4" "@tippyjs/react": "npm:^4.2.6" "@tsconfig/vite-react": "npm:^2.0.1" - "@types/babel__core": "npm:^7.1.19" - "@types/react": "npm:^18.0.21" - "@types/react-dom": "npm:^18.0.6" - "@types/react-relay": "npm:^14.1.2" - "@types/relay-runtime": "npm:^14.1.3" + "@types/babel__core": "npm:^7.20.5" + "@types/prop-types": "npm:^15.7.11" + "@types/react": "npm:^18.2.38" + "@types/react-dom": "npm:^18.2.17" + "@types/react-relay": "npm:^16.0.4" + "@types/relay-runtime": "npm:^14.1.19" "@vitejs/plugin-react": "npm:^4.2.0" - babel-plugin-relay: "npm:^14.1.0" - browserslist: "npm:^4.21.4" - date-fns: "npm:^2.29.3" + babel-plugin-relay: "npm:^16.0.0" + browserslist: "npm:^4.22.1" + date-fns: "npm:^2.30.0" detect-browser: "npm:^5.3.0" - downshift: "npm:^6.1.12" - focus-trap-react: "npm:^10.0.0" + downshift: "npm:^8.2.3" + focus-trap-react: "npm:^10.2.3" print-js: "npm:^1.6.0" + prop-types: "npm:^15.8.1" react: "npm:^18.2.0" react-dom: "npm:^18.2.0" react-dropzone: "npm:^14.2.3" - react-helmet-async: "npm:^1.3.0" - react-hook-form: "npm:^7.37.0" - react-intl: "npm:^6.2.1" + react-helmet-async: "npm:^2.0.1" + react-hook-form: "npm:^7.48.2" + react-intl: "npm:^6.5.5" react-popper: "npm:^2.3.0" - react-relay: "npm:^14.1.0" - react-toastify: "npm:^9.0.8" - relay-compiler: "npm:^14.1.0" + react-relay: "npm:^16.0.0" + react-toastify: "npm:^9.1.3" + relay-compiler: "npm:^16.0.0" relay-config: "npm:^12.0.1" relay-enum-generator: "npm:^0.0.4" - relay-runtime: "npm:^14.1.0" - rimraf: "npm:^3.0.2" + relay-runtime: "npm:^16.0.0" + rimraf: "npm:^5.0.5" tippy.js: "npm:^6.3.7" typescript: "npm:^5.3.2" vite: "npm:^5.0.2" @@ -1117,14 +1119,14 @@ __metadata: languageName: node linkType: hard -"babel-plugin-relay@npm:^14.1.0": - version: 14.1.0 - resolution: "babel-plugin-relay@npm:14.1.0" +"babel-plugin-relay@npm:^16.0.0": + version: 16.0.0 + resolution: "babel-plugin-relay@npm:16.0.0" dependencies: babel-plugin-macros: "npm:^2.0.0" cosmiconfig: "npm:^5.0.5" graphql: "npm:15.3.0" - checksum: 9427ba4d8c58e5097956404cf19cff5e280a711b932ce5feda65c5d8cd1fc121084eb2f827764048326cd059d478d7028b8ed3f517ac12f184949390f87db0f0 + checksum: 14430fc204ded0a776c124fd2acac0b06139a49611032799983aa45fa9ef5c92f37bd0748bf894447cdfe9e569ac2050d517b3de4d91448b2e68f279df6eb435 languageName: node linkType: hard @@ -1197,7 +1199,7 @@ __metadata: languageName: node linkType: hard -"browserslist@npm:^4.21.4, browserslist@npm:^4.21.9": +"browserslist@npm:^4.21.9, browserslist@npm:^4.22.1": version: 4.22.1 resolution: "browserslist@npm:4.22.1" dependencies: @@ -1410,10 +1412,10 @@ __metadata: languageName: node linkType: hard -"compute-scroll-into-view@npm:^1.0.17": - version: 1.0.20 - resolution: "compute-scroll-into-view@npm:1.0.20" - checksum: 19034322590bfce59cb6939b3603e7aaf6f0d4128b8627bbc136e71c8714905e2f8bf2ba0cb7f153c6e8cdb8ad907ffd6d0188ccc7625dc05790a59ae6a81f01 +"compute-scroll-into-view@npm:^3.0.3": + version: 3.1.0 + resolution: "compute-scroll-into-view@npm:3.1.0" + checksum: bf305c4ece8e5c59ed3f7ed82b6dab5b7487ce26f56a693d903869964712870fccb08fe31d40edcbd600b03c99198f54d443acb315d674bd64fd344410c8672e languageName: node linkType: hard @@ -1438,10 +1440,10 @@ __metadata: languageName: node linkType: hard -"cookie@npm:^0.5.0": - version: 0.5.0 - resolution: "cookie@npm:0.5.0" - checksum: c01ca3ef8d7b8187bae434434582288681273b5a9ed27521d4d7f9f7928fe0c920df0decd9f9d3bbd2d14ac432b8c8cf42b98b3bdd5bfe0e6edddeebebe8b61d +"cookie@npm:^0.6.0": + version: 0.6.0 + resolution: "cookie@npm:0.6.0" + checksum: f2318b31af7a31b4ddb4a678d024514df5e705f9be5909a192d7f116cfb6d45cbacf96a473fa733faa95050e7cff26e7832bb3ef94751592f1387b71c8956686 languageName: node linkType: hard @@ -1497,7 +1499,7 @@ __metadata: languageName: node linkType: hard -"date-fns@npm:^2.29.3": +"date-fns@npm:^2.30.0": version: 2.30.0 resolution: "date-fns@npm:2.30.0" dependencies: @@ -1582,25 +1584,25 @@ __metadata: languageName: node linkType: hard -"dotenv@npm:^16.0.3": +"dotenv@npm:^16.3.1": version: 16.3.1 resolution: "dotenv@npm:16.3.1" checksum: b95ff1bbe624ead85a3cd70dbd827e8e06d5f05f716f2d0cbc476532d54c7c9469c3bc4dd93ea519f6ad711cb522c00ac9a62b6eb340d5affae8008facc3fbd7 languageName: node linkType: hard -"downshift@npm:^6.1.12": - version: 6.1.12 - resolution: "downshift@npm:6.1.12" +"downshift@npm:^8.2.3": + version: 8.2.3 + resolution: "downshift@npm:8.2.3" dependencies: - "@babel/runtime": "npm:^7.14.8" - compute-scroll-into-view: "npm:^1.0.17" - prop-types: "npm:^15.7.2" - react-is: "npm:^17.0.2" - tslib: "npm:^2.3.0" + "@babel/runtime": "npm:^7.22.15" + compute-scroll-into-view: "npm:^3.0.3" + prop-types: "npm:^15.8.1" + react-is: "npm:^18.2.0" + tslib: "npm:^2.6.2" peerDependencies: react: ">=16.12.0" - checksum: fa29bfcb9db520c9e45735a49e00d85bb47fb3ad0d4b754dbf2e75ef5cb9264c0950be3186422f14a8acb0e753a7fc0564e4312906de641989c349ea70424558 + checksum: 634b0230b138c6cc7fe6c9cbb01dfdd58a1df336cb98ba9ec2bde4669072942b24eb7188808c58b0fb3e4c2450e1dd245345813b9b02bd26acf740b24093bd07 languageName: node linkType: hard @@ -1874,7 +1876,7 @@ __metadata: languageName: node linkType: hard -"focus-trap-react@npm:^10.0.0": +"focus-trap-react@npm:^10.2.3": version: 10.2.3 resolution: "focus-trap-react@npm:10.2.3" dependencies: @@ -1925,13 +1927,6 @@ __metadata: languageName: node linkType: hard -"fs.realpath@npm:^1.0.0": - version: 1.0.0 - resolution: "fs.realpath@npm:1.0.0" - checksum: 444cf1291d997165dfd4c0d58b69f0e4782bfd9149fd72faa4fe299e68e0e93d6db941660b37dd29153bf7186672ececa3b50b7e7249477b03fdf850f287c948 - languageName: node - linkType: hard - "fsevents@npm:~2.3.2, fsevents@npm:~2.3.3": version: 2.3.3 resolution: "fsevents@npm:2.3.3" @@ -1993,7 +1988,7 @@ __metadata: languageName: node linkType: hard -"glob@npm:^10.2.2, glob@npm:^10.3.10": +"glob@npm:^10.2.2, glob@npm:^10.3.10, glob@npm:^10.3.7": version: 10.3.10 resolution: "glob@npm:10.3.10" dependencies: @@ -2008,20 +2003,6 @@ __metadata: languageName: node linkType: hard -"glob@npm:^7.1.3": - version: 7.2.3 - resolution: "glob@npm:7.2.3" - dependencies: - fs.realpath: "npm:^1.0.0" - inflight: "npm:^1.0.4" - inherits: "npm:2" - minimatch: "npm:^3.1.1" - once: "npm:^1.3.0" - path-is-absolute: "npm:^1.0.0" - checksum: 65676153e2b0c9095100fe7f25a778bf45608eeb32c6048cf307f579649bcc30353277b3b898a3792602c65764e5baa4f643714dfbdfd64ea271d210c7a425fe - languageName: node - linkType: hard - "globals@npm:^11.1.0": version: 11.12.0 resolution: "globals@npm:11.12.0" @@ -2052,7 +2033,7 @@ __metadata: languageName: node linkType: hard -"graphile-build-pg@npm:4.14.0, graphile-build-pg@npm:^4.12.3": +"graphile-build-pg@npm:4.14.0, graphile-build-pg@npm:^4.14.0": version: 4.14.0 resolution: "graphile-build-pg@npm:4.14.0" dependencies: @@ -2070,26 +2051,7 @@ __metadata: languageName: node linkType: hard -"graphile-build@npm:4.12.3": - version: 4.12.3 - resolution: "graphile-build@npm:4.12.3" - dependencies: - "@graphile/lru": "npm:4.11.0" - chalk: "npm:^2.4.2" - debug: "npm:^4.1.1" - graphql-parse-resolve-info: "npm:4.12.3" - iterall: "npm:^1.2.2" - lodash: "npm:>=4 <5" - lru-cache: "npm:^5.0.0" - pluralize: "npm:^7.0.0" - semver: "npm:^6.0.0" - peerDependencies: - graphql: ">=0.9 <0.14 || ^14.0.2 || ^15.4.0" - checksum: ddb5f4ef470bdf147e85ef74f3d69d357010d833cdbad1cd50575dd777d5c6de086a4371c9f73984875d7c1b69fef671b19cc7e226d271ab78f945cd8525a3e4 - languageName: node - linkType: hard - -"graphile-build@npm:4.14.0": +"graphile-build@npm:4.14.0, graphile-build@npm:^4.14.0": version: 4.14.0 resolution: "graphile-build@npm:4.14.0" dependencies: @@ -2108,7 +2070,7 @@ __metadata: languageName: node linkType: hard -"graphile-utils@npm:^4.12.3, graphile-utils@npm:^4.14.0": +"graphile-utils@npm:^4.14.0": version: 4.14.0 resolution: "graphile-utils@npm:4.14.0" dependencies: @@ -2122,18 +2084,6 @@ __metadata: languageName: node linkType: hard -"graphql-parse-resolve-info@npm:4.12.3": - version: 4.12.3 - resolution: "graphql-parse-resolve-info@npm:4.12.3" - dependencies: - debug: "npm:^4.1.1" - tslib: "npm:^2.0.1" - peerDependencies: - graphql: ">=0.9 <0.14 || ^14.0.2 || ^15.4.0" - checksum: 4a490512d71bf4c196208b42b5c3d9089807604a16e50ae8b6f5e950f91c2866d970558557bfbc34c6b881f3b80da5be2724add02bf61794b1b19183fc486af2 - languageName: node - linkType: hard - "graphql-parse-resolve-info@npm:4.14.0": version: 4.14.0 resolution: "graphql-parse-resolve-info@npm:4.14.0" @@ -2183,16 +2133,16 @@ __metadata: resolution: "graphql@workspace:graphql" dependencies: "@tsconfig/node21": "npm:^21.0.0" - "@types/cookie": "npm:^0.5.1" - cookie: "npm:^0.5.0" - dotenv: "npm:^16.0.3" - graphile-build: "npm:4.12.3" - graphile-build-pg: "npm:^4.12.3" - graphile-utils: "npm:^4.12.3" + "@types/cookie": "npm:^0.5.4" + cookie: "npm:^0.6.0" + dotenv: "npm:^16.3.1" + graphile-build: "npm:^4.14.0" + graphile-build-pg: "npm:^4.14.0" + graphile-utils: "npm:^4.14.0" graphql: "npm:^15.8.0" - nodemon: "npm:^2.0.20" - pg: "npm:^8.8.0" - postgraphile: "npm:^4.12.11" + nodemon: "npm:^3.0.1" + pg: "npm:^8.11.3" + postgraphile: "npm:^4.14.0" typescript: "npm:^5.3.2" languageName: unknown linkType: soft @@ -2377,17 +2327,7 @@ __metadata: languageName: node linkType: hard -"inflight@npm:^1.0.4": - version: 1.0.6 - resolution: "inflight@npm:1.0.6" - dependencies: - once: "npm:^1.3.0" - wrappy: "npm:1" - checksum: 7faca22584600a9dc5b9fca2cd5feb7135ac8c935449837b315676b4c90aa4f391ec4f42240178244b5a34e8bede1948627fda392ca3191522fc46b34e985ab2 - languageName: node - linkType: hard - -"inherits@npm:2, inherits@npm:2.0.4": +"inherits@npm:2.0.4": version: 2.0.4 resolution: "inherits@npm:2.0.4" checksum: 4e531f648b29039fb7426fb94075e6545faa1eb9fe83c29f0b6d9e7263aceb4289d2d4557db0d428188eeb449cc7c5e77b0a0b2c4e248ff2a65933a0dee49ef2 @@ -2775,7 +2715,7 @@ __metadata: languageName: node linkType: hard -"minimatch@npm:^3.1.1, minimatch@npm:^3.1.2": +"minimatch@npm:^3.1.2": version: 3.1.2 resolution: "minimatch@npm:3.1.2" dependencies: @@ -2964,23 +2904,23 @@ __metadata: languageName: node linkType: hard -"nodemon@npm:^2.0.20": - version: 2.0.22 - resolution: "nodemon@npm:2.0.22" +"nodemon@npm:^3.0.1": + version: 3.0.1 + resolution: "nodemon@npm:3.0.1" dependencies: chokidar: "npm:^3.5.2" debug: "npm:^3.2.7" ignore-by-default: "npm:^1.0.1" minimatch: "npm:^3.1.2" pstree.remy: "npm:^1.1.8" - semver: "npm:^5.7.1" - simple-update-notifier: "npm:^1.0.7" + semver: "npm:^7.5.3" + simple-update-notifier: "npm:^2.0.0" supports-color: "npm:^5.5.0" touch: "npm:^3.1.0" undefsafe: "npm:^2.0.5" bin: nodemon: bin/nodemon.js - checksum: 37e960b995b66e6d9e3b0e435ecc07a45200c4c566c4820a4deb6e7cc234b305e076a8ff0b4dc9c01ee690c663ae82a217d60c591dcbbcd4af1e3a7d0ad2b2c6 + checksum: 471a218227949b38926de78237004c91e226b63ee06f433cf85c2f1c1f8b6bfbef9bceaa8d27786e7cfb539eb84da357d01741884d08a3ae172bebecd0f1de5b languageName: node linkType: hard @@ -3050,15 +2990,6 @@ __metadata: languageName: node linkType: hard -"once@npm:^1.3.0": - version: 1.4.0 - resolution: "once@npm:1.4.0" - dependencies: - wrappy: "npm:1" - checksum: 5d48aca287dfefabd756621c5dfce5c91a549a93e9fdb7b8246bc4c4790aa2ec17b34a260530474635147aeb631a2dcc8b32c613df0675f96041cbb8244517d0 - languageName: node - linkType: hard - "p-limit@npm:^2.2.0": version: 2.3.0 resolution: "p-limit@npm:2.3.0" @@ -3145,13 +3076,6 @@ __metadata: languageName: node linkType: hard -"path-is-absolute@npm:^1.0.0": - version: 1.0.1 - resolution: "path-is-absolute@npm:1.0.1" - checksum: 127da03c82172a2a50099cddbf02510c1791fc2cc5f7713ddb613a56838db1e8168b121a920079d052e0936c23005562059756d653b7c544c53185efe53be078 - languageName: node - linkType: hard - "path-key@npm:^3.1.0": version: 3.1.1 resolution: "path-key@npm:3.1.1" @@ -3269,7 +3193,7 @@ __metadata: languageName: node linkType: hard -"pg@npm:>=6.1.0 <9, pg@npm:^8.8.0": +"pg@npm:>=6.1.0 <9, pg@npm:^8.11.3": version: 8.11.3 resolution: "pg@npm:8.11.3" dependencies: @@ -3348,7 +3272,7 @@ __metadata: languageName: node linkType: hard -"postgraphile@npm:^4.12.11": +"postgraphile@npm:^4.14.0": version: 4.14.0 resolution: "postgraphile@npm:4.14.0" dependencies: @@ -3494,7 +3418,7 @@ __metadata: languageName: node linkType: hard -"prop-types@npm:^15.7.2, prop-types@npm:^15.8.1": +"prop-types@npm:^15.8.1": version: 15.8.1 resolution: "prop-types@npm:15.8.1" dependencies: @@ -3565,30 +3489,28 @@ __metadata: languageName: node linkType: hard -"react-fast-compare@npm:^3.0.1, react-fast-compare@npm:^3.2.0": +"react-fast-compare@npm:^3.0.1, react-fast-compare@npm:^3.2.2": version: 3.2.2 resolution: "react-fast-compare@npm:3.2.2" checksum: 0bbd2f3eb41ab2ff7380daaa55105db698d965c396df73e6874831dbafec8c4b5b08ba36ff09df01526caa3c61595247e3269558c284e37646241cba2b90a367 languageName: node linkType: hard -"react-helmet-async@npm:^1.3.0": - version: 1.3.0 - resolution: "react-helmet-async@npm:1.3.0" +"react-helmet-async@npm:^2.0.1": + version: 2.0.1 + resolution: "react-helmet-async@npm:2.0.1" dependencies: - "@babel/runtime": "npm:^7.12.5" invariant: "npm:^2.2.4" - prop-types: "npm:^15.7.2" - react-fast-compare: "npm:^3.2.0" + react-fast-compare: "npm:^3.2.2" shallowequal: "npm:^1.1.0" peerDependencies: react: ^16.6.0 || ^17.0.0 || ^18.0.0 react-dom: ^16.6.0 || ^17.0.0 || ^18.0.0 - checksum: 8f3e6d26beff61d2ed18f7b41561df3e4d83a7582914c7196aa65158c7f3cce939276547d7a0b8987952d9d44131406df74efba02d1f8fa8a3940b49e6ced70b + checksum: f1fec97ae4d8d37fc040446adc473c26422b32fa9c73efa5ac6cb234090d1b51b33c603fefa6ec21332b3277f544235d56f2567c65afe1d349fc784fd3d99cd7 languageName: node linkType: hard -"react-hook-form@npm:^7.37.0": +"react-hook-form@npm:^7.48.2": version: 7.48.2 resolution: "react-hook-form@npm:7.48.2" peerDependencies: @@ -3597,7 +3519,7 @@ __metadata: languageName: node linkType: hard -"react-intl@npm:^6.2.1": +"react-intl@npm:^6.5.5": version: 6.5.5 resolution: "react-intl@npm:6.5.5" dependencies: @@ -3628,10 +3550,10 @@ __metadata: languageName: node linkType: hard -"react-is@npm:^17.0.2": - version: 17.0.2 - resolution: "react-is@npm:17.0.2" - checksum: 2bdb6b93fbb1820b024b496042cce405c57e2f85e777c9aabd55f9b26d145408f9f74f5934676ffdc46f3dcff656d78413a6e43968e7b3f92eea35b3052e9053 +"react-is@npm:^18.2.0": + version: 18.2.0 + resolution: "react-is@npm:18.2.0" + checksum: 6eb5e4b28028c23e2bfcf73371e72cd4162e4ac7ab445ddae2afe24e347a37d6dc22fae6e1748632cd43c6d4f9b8f86dcf26bf9275e1874f436d129952528ae0 languageName: node linkType: hard @@ -3656,22 +3578,22 @@ __metadata: languageName: node linkType: hard -"react-relay@npm:^14.1.0": - version: 14.1.0 - resolution: "react-relay@npm:14.1.0" +"react-relay@npm:^16.0.0": + version: 16.0.0 + resolution: "react-relay@npm:16.0.0" dependencies: "@babel/runtime": "npm:^7.0.0" fbjs: "npm:^3.0.2" invariant: "npm:^2.2.4" nullthrows: "npm:^1.1.1" - relay-runtime: "npm:14.1.0" + relay-runtime: "npm:16.0.0" peerDependencies: react: ^16.9.0 || ^17 || ^18 - checksum: 095f87fb7a1bf73a629af2643930d98035cefacad740e81aae1bdce27a49f9505d666910f86281e529ab809c7d7e66d4ca7dfc1dd9225a650bd08c9f61438072 + checksum: ae43aef143b11eb444999dfb21accd712cd1b7887427691c9e3e4f601ebba1dbf97306df28aff79768947eb21981690f4b59ae2d38f2abc86afa59b062fd2cff languageName: node linkType: hard -"react-toastify@npm:^9.0.8": +"react-toastify@npm:^9.1.3": version: 9.1.3 resolution: "react-toastify@npm:9.1.3" dependencies: @@ -3708,12 +3630,12 @@ __metadata: languageName: node linkType: hard -"relay-compiler@npm:^14.1.0": - version: 14.1.0 - resolution: "relay-compiler@npm:14.1.0" +"relay-compiler@npm:^16.0.0": + version: 16.0.0 + resolution: "relay-compiler@npm:16.0.0" bin: relay-compiler: cli.js - checksum: 08aa36d2483b375959c3fe0908140d8a41885b7f481b4487c2f040dbbff529d886b84a71dbf39d4472e48f6525ca14f3722acaf630c1480541f1e3f91444d3a3 + checksum: 5a0612934a0cc133d6e41e05b533f41d559c7c765560d9aaee016d96ed530c580923f457767241097e4514a9413af83519c8d44b351c71ca6bdaf04396952ffa languageName: node linkType: hard @@ -3738,14 +3660,14 @@ __metadata: languageName: node linkType: hard -"relay-runtime@npm:14.1.0, relay-runtime@npm:^14.1.0": - version: 14.1.0 - resolution: "relay-runtime@npm:14.1.0" +"relay-runtime@npm:16.0.0, relay-runtime@npm:^16.0.0": + version: 16.0.0 + resolution: "relay-runtime@npm:16.0.0" dependencies: "@babel/runtime": "npm:^7.0.0" fbjs: "npm:^3.0.2" invariant: "npm:^2.2.4" - checksum: 6d87f96b0ef09ee04fe5535fc7c719970bea1dfda10431af898da3d107b598d1599800e56489e1fa7c1e5387c20cdf98f814810caedf060a509f25cc210904a2 + checksum: 033e3f0449db2f8c5e9b46e9ab8cbabe923538fc72b959106ea727fc5431d9d5397274c10bb1eada30169679ce2c036701bb4fbc77c918722b2918dc98188e52 languageName: node linkType: hard @@ -3810,14 +3732,14 @@ __metadata: languageName: node linkType: hard -"rimraf@npm:^3.0.2": - version: 3.0.2 - resolution: "rimraf@npm:3.0.2" +"rimraf@npm:^5.0.5": + version: 5.0.5 + resolution: "rimraf@npm:5.0.5" dependencies: - glob: "npm:^7.1.3" + glob: "npm:^10.3.7" bin: - rimraf: bin.js - checksum: 9cb7757acb489bd83757ba1a274ab545eafd75598a9d817e0c3f8b164238dd90eba50d6b848bd4dcc5f3040912e882dc7ba71653e35af660d77b25c381d402e8 + rimraf: dist/esm/bin.mjs + checksum: d50dbe724f33835decd88395b25ed35995077c60a50ae78ded06e0185418914e555817aad1b4243edbff2254548c2f6ad6f70cc850040bebb4da9e8cc016f586 languageName: node linkType: hard @@ -3894,16 +3816,7 @@ __metadata: languageName: node linkType: hard -"semver@npm:^5.7.1": - version: 5.7.2 - resolution: "semver@npm:5.7.2" - bin: - semver: bin/semver - checksum: e4cf10f86f168db772ae95d86ba65b3fd6c5967c94d97c708ccb463b778c2ee53b914cd7167620950fc07faf5a564e6efe903836639e512a1aa15fbc9667fa25 - languageName: node - linkType: hard - -"semver@npm:^6.0.0, semver@npm:^6.3.1": +"semver@npm:^6.3.1": version: 6.3.1 resolution: "semver@npm:6.3.1" bin: @@ -3912,7 +3825,7 @@ __metadata: languageName: node linkType: hard -"semver@npm:^7.3.5, semver@npm:^7.5.2, semver@npm:^7.5.4": +"semver@npm:^7.3.5, semver@npm:^7.5.2, semver@npm:^7.5.3, semver@npm:^7.5.4": version: 7.5.4 resolution: "semver@npm:7.5.4" dependencies: @@ -3923,15 +3836,6 @@ __metadata: languageName: node linkType: hard -"semver@npm:~7.0.0": - version: 7.0.0 - resolution: "semver@npm:7.0.0" - bin: - semver: bin/semver.js - checksum: 7fd341680a967a0abfd66f3a7d36ba44e52ff5d3e799e9a6cdb01a68160b64ef09be82b4af05459effeecdd836f002c2462555d2821cd890dfdfe36a0d9f56a5 - languageName: node - linkType: hard - "set-blocking@npm:^2.0.0": version: 2.0.0 resolution: "set-blocking@npm:2.0.0" @@ -4006,12 +3910,12 @@ __metadata: languageName: node linkType: hard -"simple-update-notifier@npm:^1.0.7": - version: 1.1.0 - resolution: "simple-update-notifier@npm:1.1.0" +"simple-update-notifier@npm:^2.0.0": + version: 2.0.0 + resolution: "simple-update-notifier@npm:2.0.0" dependencies: - semver: "npm:~7.0.0" - checksum: 3cbbbc71a5d9a2924f0e3f42fbf3cbe1854bfe142203456b00d5233bdbbdeb5091b8067cd34fb00f81dbfbc29fc30dbb6e026b3d58ea0551e3f26c0e64082092 + semver: "npm:^7.5.3" + checksum: 2a00bd03bfbcbf8a737c47ab230d7920f8bfb92d1159d421bdd194479f6d01ebc995d13fbe13d45dace23066a78a3dc6642999b4e3b38b847e6664191575b20c languageName: node linkType: hard @@ -4250,7 +4154,7 @@ __metadata: languageName: node linkType: hard -"tslib@npm:^2.0.1, tslib@npm:^2.1.0, tslib@npm:^2.3.0, tslib@npm:^2.4.0": +"tslib@npm:^2.0.1, tslib@npm:^2.1.0, tslib@npm:^2.4.0, tslib@npm:^2.6.2": version: 2.6.2 resolution: "tslib@npm:2.6.2" checksum: e03a8a4271152c8b26604ed45535954c0a45296e32445b4b87f8a5abdb2421f40b59b4ca437c4346af0f28179780d604094eb64546bee2019d903d01c6c19bdb @@ -4491,13 +4395,6 @@ __metadata: languageName: node linkType: hard -"wrappy@npm:1": - version: 1.0.2 - resolution: "wrappy@npm:1.0.2" - checksum: 56fece1a4018c6a6c8e28fbc88c87e0fbf4ea8fd64fc6c63b18f4acc4bd13e0ad2515189786dd2c30d3eec9663d70f4ecf699330002f8ccb547e4a18231fc9f0 - languageName: node - linkType: hard - "ws@npm:^5.2.0 || ^6.0.0 || ^7.0.0, ws@npm:^7.4.2": version: 7.5.9 resolution: "ws@npm:7.5.9"