diff --git a/apps/console/relay.config.json b/apps/console/relay.config.json index c973efb97..1442038c7 100644 --- a/apps/console/relay.config.json +++ b/apps/console/relay.config.json @@ -7,7 +7,15 @@ "eagerEsModules": true, "noFutureProofEnums": true, "output": "apps/console/src/__generated__/iam", - "relativizeJsModulePaths": false + "relativizeJsModulePaths": false, + "customScalarTypes": { + "Datetime": "string", + "GID": "string", + "CursorKey": "string", + "Duration": "string", + "BigInt": "string", + "EmailAddr": "string" + } }, "core": { "schema": "pkg/server/api/console/v1/schema.graphql", @@ -15,7 +23,15 @@ "eagerEsModules": true, "noFutureProofEnums": true, "output": "apps/console/src/__generated__/core", - "relativizeJsModulePaths": false + "relativizeJsModulePaths": false, + "customScalarTypes": { + "Datetime": "string", + "GID": "string", + "CursorKey": "string", + "Duration": "string", + "BigInt": "string", + "EmailAddr": "string" + } } }, "sources": { diff --git a/apps/console/src/__generated__/core/AssetGraphCreateMutation.graphql.ts b/apps/console/src/__generated__/core/AssetGraphCreateMutation.graphql.ts index ab5eaba0d..8b0fae750 100644 --- a/apps/console/src/__generated__/core/AssetGraphCreateMutation.graphql.ts +++ b/apps/console/src/__generated__/core/AssetGraphCreateMutation.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<> + * @generated SignedSource<<9e2e93809320c103f393c0e1e0ae3e27>> * @lightSyntaxTransform * @nogrep */ @@ -31,7 +31,7 @@ export type AssetGraphCreateMutation$data = { readonly assetType: AssetType; readonly canDelete: boolean; readonly canUpdate: boolean; - readonly createdAt: any; + readonly createdAt: string; readonly dataTypesStored: string; readonly id: string; readonly name: string; diff --git a/apps/console/src/__generated__/core/AssetGraphNodeQuery.graphql.ts b/apps/console/src/__generated__/core/AssetGraphNodeQuery.graphql.ts index 60ce1c354..f15a17d7a 100644 --- a/apps/console/src/__generated__/core/AssetGraphNodeQuery.graphql.ts +++ b/apps/console/src/__generated__/core/AssetGraphNodeQuery.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<<37dc142d4245fcbf81a63926cd6c1c0e>> + * @generated SignedSource<<6da31497d94651dbbe2bbaa4da7f541b>> * @lightSyntaxTransform * @nogrep */ @@ -20,7 +20,7 @@ export type AssetGraphNodeQuery$data = { readonly assetType?: AssetType; readonly canDelete?: boolean; readonly canUpdate?: boolean; - readonly createdAt?: any; + readonly createdAt?: string; readonly dataTypesStored?: string; readonly id?: string; readonly name?: string; @@ -29,7 +29,7 @@ export type AssetGraphNodeQuery$data = { readonly id: string; }; readonly snapshotId?: string | null | undefined; - readonly updatedAt?: any; + readonly updatedAt?: string; readonly vendors?: { readonly edges: ReadonlyArray<{ readonly node: { diff --git a/apps/console/src/__generated__/core/AssetGraphUpdateMutation.graphql.ts b/apps/console/src/__generated__/core/AssetGraphUpdateMutation.graphql.ts index 885cd3ff6..3de12c79c 100644 --- a/apps/console/src/__generated__/core/AssetGraphUpdateMutation.graphql.ts +++ b/apps/console/src/__generated__/core/AssetGraphUpdateMutation.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<<0d663dac1f9d0086e52882297fbc8944>> + * @generated SignedSource<<383e1cf1a7ebdac22de46fbc694566fe>> * @lightSyntaxTransform * @nogrep */ @@ -35,7 +35,7 @@ export type AssetGraphUpdateMutation$data = { readonly id: string; }; readonly snapshotId: string | null | undefined; - readonly updatedAt: any; + readonly updatedAt: string; readonly vendors: { readonly edges: ReadonlyArray<{ readonly node: { diff --git a/apps/console/src/__generated__/core/AssetsListQuery.graphql.ts b/apps/console/src/__generated__/core/AssetsListQuery.graphql.ts index e170256df..74bc9884d 100644 --- a/apps/console/src/__generated__/core/AssetsListQuery.graphql.ts +++ b/apps/console/src/__generated__/core/AssetsListQuery.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<> + * @generated SignedSource<> * @lightSyntaxTransform * @nogrep */ @@ -17,8 +17,8 @@ export type AssetOrder = { field: AssetOrderField; }; export type AssetsListQuery$variables = { - after?: any | null | undefined; - before?: any | null | undefined; + after?: string | null | undefined; + before?: string | null | undefined; first?: number | null | undefined; id: string; last?: number | null | undefined; diff --git a/apps/console/src/__generated__/core/AssetsPageFragment.graphql.ts b/apps/console/src/__generated__/core/AssetsPageFragment.graphql.ts index a1d1c71d9..29d316617 100644 --- a/apps/console/src/__generated__/core/AssetsPageFragment.graphql.ts +++ b/apps/console/src/__generated__/core/AssetsPageFragment.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<> + * @generated SignedSource<<764aed3f20dfa64736dc42751e17de65>> * @lightSyntaxTransform * @nogrep */ @@ -20,7 +20,7 @@ export type AssetsPageFragment$data = { readonly assetType: AssetType; readonly canDelete: boolean; readonly canUpdate: boolean; - readonly createdAt: any; + readonly createdAt: string; readonly dataTypesStored: string; readonly id: string; readonly name: string; diff --git a/apps/console/src/__generated__/core/AuditGraphCreateMutation.graphql.ts b/apps/console/src/__generated__/core/AuditGraphCreateMutation.graphql.ts index c5810bf74..05c63bf28 100644 --- a/apps/console/src/__generated__/core/AuditGraphCreateMutation.graphql.ts +++ b/apps/console/src/__generated__/core/AuditGraphCreateMutation.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<<5cef509d4e44e0e0064c79fc7c3bf2e3>> + * @generated SignedSource<<5da72785f4532d069a59c8bb5f12101d>> * @lightSyntaxTransform * @nogrep */ @@ -17,8 +17,8 @@ export type CreateAuditInput = { organizationId: string; state?: AuditState | null | undefined; trustCenterVisibility?: TrustCenterVisibility | null | undefined; - validFrom?: any | null | undefined; - validUntil?: any | null | undefined; + validFrom?: string | null | undefined; + validUntil?: string | null | undefined; }; export type AuditGraphCreateMutation$variables = { connections: ReadonlyArray; @@ -30,7 +30,7 @@ export type AuditGraphCreateMutation$data = { readonly node: { readonly canDelete: boolean; readonly canUpdate: boolean; - readonly createdAt: any; + readonly createdAt: string; readonly framework: { readonly id: string; readonly name: string; @@ -42,8 +42,8 @@ export type AuditGraphCreateMutation$data = { readonly id: string; } | null | undefined; readonly state: AuditState; - readonly validFrom: any | null | undefined; - readonly validUntil: any | null | undefined; + readonly validFrom: string | null | undefined; + readonly validUntil: string | null | undefined; }; }; }; diff --git a/apps/console/src/__generated__/core/AuditGraphDeleteReportMutation.graphql.ts b/apps/console/src/__generated__/core/AuditGraphDeleteReportMutation.graphql.ts index 4d72952d4..91278b791 100644 --- a/apps/console/src/__generated__/core/AuditGraphDeleteReportMutation.graphql.ts +++ b/apps/console/src/__generated__/core/AuditGraphDeleteReportMutation.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<<14b4821bc7eec6b85029d0aae3a3a271>> + * @generated SignedSource<<39afab5f5f832b28f00e6bd7469fa4f3>> * @lightSyntaxTransform * @nogrep */ @@ -20,12 +20,12 @@ export type AuditGraphDeleteReportMutation$data = { readonly audit: { readonly id: string; readonly report: { - readonly createdAt: any; + readonly createdAt: string; readonly downloadUrl: string | null | undefined; readonly filename: string; readonly id: string; } | null | undefined; - readonly updatedAt: any; + readonly updatedAt: string; }; }; }; diff --git a/apps/console/src/__generated__/core/AuditGraphNodeQuery.graphql.ts b/apps/console/src/__generated__/core/AuditGraphNodeQuery.graphql.ts index 666933361..8db68b70b 100644 --- a/apps/console/src/__generated__/core/AuditGraphNodeQuery.graphql.ts +++ b/apps/console/src/__generated__/core/AuditGraphNodeQuery.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<> + * @generated SignedSource<<8ce0dfdad4c98f5fa9fbbd2162a28778>> * @lightSyntaxTransform * @nogrep */ @@ -17,7 +17,7 @@ export type AuditGraphNodeQuery$data = { readonly node: { readonly canDelete?: boolean; readonly canUpdate?: boolean; - readonly createdAt?: any; + readonly createdAt?: string; readonly framework?: { readonly darkLogoURL: string | null | undefined; readonly id: string; @@ -31,7 +31,7 @@ export type AuditGraphNodeQuery$data = { readonly name: string; }; readonly report?: { - readonly createdAt: any; + readonly createdAt: string; readonly downloadUrl: string | null | undefined; readonly filename: string; readonly id: string; @@ -40,9 +40,9 @@ export type AuditGraphNodeQuery$data = { } | null | undefined; readonly reportUrl?: string | null | undefined; readonly state?: AuditState; - readonly updatedAt?: any; - readonly validFrom?: any | null | undefined; - readonly validUntil?: any | null | undefined; + readonly updatedAt?: string; + readonly validFrom?: string | null | undefined; + readonly validUntil?: string | null | undefined; }; }; export type AuditGraphNodeQuery = { diff --git a/apps/console/src/__generated__/core/AuditGraphUpdateMutation.graphql.ts b/apps/console/src/__generated__/core/AuditGraphUpdateMutation.graphql.ts index c4a0fed8c..d7c95285f 100644 --- a/apps/console/src/__generated__/core/AuditGraphUpdateMutation.graphql.ts +++ b/apps/console/src/__generated__/core/AuditGraphUpdateMutation.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<<014a8f33bc7d6674a2a93e8b3dde8edf>> + * @generated SignedSource<<1b9fd2fad98545d0e1ca4440a6a8936a>> * @lightSyntaxTransform * @nogrep */ @@ -16,8 +16,8 @@ export type UpdateAuditInput = { name?: string | null | undefined; state?: AuditState | null | undefined; trustCenterVisibility?: TrustCenterVisibility | null | undefined; - validFrom?: any | null | undefined; - validUntil?: any | null | undefined; + validFrom?: string | null | undefined; + validUntil?: string | null | undefined; }; export type AuditGraphUpdateMutation$variables = { input: UpdateAuditInput; @@ -36,9 +36,9 @@ export type AuditGraphUpdateMutation$data = { readonly id: string; } | null | undefined; readonly state: AuditState; - readonly updatedAt: any; - readonly validFrom: any | null | undefined; - readonly validUntil: any | null | undefined; + readonly updatedAt: string; + readonly validFrom: string | null | undefined; + readonly validUntil: string | null | undefined; }; }; }; diff --git a/apps/console/src/__generated__/core/AuditGraphUploadReportMutation.graphql.ts b/apps/console/src/__generated__/core/AuditGraphUploadReportMutation.graphql.ts index 49dec8191..3a9cd1955 100644 --- a/apps/console/src/__generated__/core/AuditGraphUploadReportMutation.graphql.ts +++ b/apps/console/src/__generated__/core/AuditGraphUploadReportMutation.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<<39001f4e110ade4633319d2e71f1377f>> + * @generated SignedSource<<497a7821f6c5e32068e495ccb8489075>> * @lightSyntaxTransform * @nogrep */ @@ -21,12 +21,12 @@ export type AuditGraphUploadReportMutation$data = { readonly audit: { readonly id: string; readonly report: { - readonly createdAt: any; + readonly createdAt: string; readonly downloadUrl: string | null | undefined; readonly filename: string; readonly id: string; } | null | undefined; - readonly updatedAt: any; + readonly updatedAt: string; }; }; }; diff --git a/apps/console/src/__generated__/core/AuditSelectFieldQuery.graphql.ts b/apps/console/src/__generated__/core/AuditSelectFieldQuery.graphql.ts index b5ba54d23..13037a6d3 100644 --- a/apps/console/src/__generated__/core/AuditSelectFieldQuery.graphql.ts +++ b/apps/console/src/__generated__/core/AuditSelectFieldQuery.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<<21026731cd2ebaf80c8c2e251b9a57f8>> + * @generated SignedSource<> * @lightSyntaxTransform * @nogrep */ @@ -25,8 +25,8 @@ export type AuditSelectFieldQuery$data = { readonly id: string; readonly name: string | null | undefined; readonly state: AuditState; - readonly validFrom: any | null | undefined; - readonly validUntil: any | null | undefined; + readonly validFrom: string | null | undefined; + readonly validUntil: string | null | undefined; }; }>; }; diff --git a/apps/console/src/__generated__/core/AuditsListQuery.graphql.ts b/apps/console/src/__generated__/core/AuditsListQuery.graphql.ts index 3a7b0517c..c99f3d42f 100644 --- a/apps/console/src/__generated__/core/AuditsListQuery.graphql.ts +++ b/apps/console/src/__generated__/core/AuditsListQuery.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<<36758d66ccb0304442a2a59898fe95a0>> + * @generated SignedSource<<4cd493e5c45c274b8d7aabdac8c62f95>> * @lightSyntaxTransform * @nogrep */ @@ -17,8 +17,8 @@ export type AuditOrder = { field: AuditOrderField; }; export type AuditsListQuery$variables = { - after?: any | null | undefined; - before?: any | null | undefined; + after?: string | null | undefined; + before?: string | null | undefined; first?: number | null | undefined; id: string; last?: number | null | undefined; diff --git a/apps/console/src/__generated__/core/AuditsPageFragment.graphql.ts b/apps/console/src/__generated__/core/AuditsPageFragment.graphql.ts index 17be72e77..019548561 100644 --- a/apps/console/src/__generated__/core/AuditsPageFragment.graphql.ts +++ b/apps/console/src/__generated__/core/AuditsPageFragment.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<<075733c8694be657990e9fb8399c1ae6>> + * @generated SignedSource<> * @lightSyntaxTransform * @nogrep */ @@ -18,7 +18,7 @@ export type AuditsPageFragment$data = { readonly node: { readonly canDelete: boolean; readonly canUpdate: boolean; - readonly createdAt: any; + readonly createdAt: string; readonly framework: { readonly id: string; readonly name: string; @@ -30,8 +30,8 @@ export type AuditsPageFragment$data = { readonly id: string; } | null | undefined; readonly state: AuditState; - readonly validFrom: any | null | undefined; - readonly validUntil: any | null | undefined; + readonly validFrom: string | null | undefined; + readonly validUntil: string | null | undefined; }; }>; }; diff --git a/apps/console/src/__generated__/core/ComplianceReportListQuery.graphql.ts b/apps/console/src/__generated__/core/ComplianceReportListQuery.graphql.ts index ac17527d5..40ec75bfe 100644 --- a/apps/console/src/__generated__/core/ComplianceReportListQuery.graphql.ts +++ b/apps/console/src/__generated__/core/ComplianceReportListQuery.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<<5fd3a3293bd92112440eef3fd292fdc1>> + * @generated SignedSource<<5c8614e9d015da9e6d79c806b556de1d>> * @lightSyntaxTransform * @nogrep */ @@ -17,8 +17,8 @@ export type VendorComplianceReportOrder = { field: VendorComplianceReportOrderField; }; export type ComplianceReportListQuery$variables = { - after?: any | null | undefined; - before?: any | null | undefined; + after?: string | null | undefined; + before?: string | null | undefined; first?: number | null | undefined; id: string; last?: number | null | undefined; diff --git a/apps/console/src/__generated__/core/ContinualImprovementGraphCreateMutation.graphql.ts b/apps/console/src/__generated__/core/ContinualImprovementGraphCreateMutation.graphql.ts index 014d90162..5927d8c3e 100644 --- a/apps/console/src/__generated__/core/ContinualImprovementGraphCreateMutation.graphql.ts +++ b/apps/console/src/__generated__/core/ContinualImprovementGraphCreateMutation.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<> + * @generated SignedSource<<26fe2860690fb0293c685dbc139eed04>> * @lightSyntaxTransform * @nogrep */ @@ -19,7 +19,7 @@ export type CreateContinualImprovementInput = { referenceId: string; source?: string | null | undefined; status: ContinualImprovementStatus; - targetDate?: any | null | undefined; + targetDate?: string | null | undefined; }; export type ContinualImprovementGraphCreateMutation$variables = { connections: ReadonlyArray; @@ -31,7 +31,7 @@ export type ContinualImprovementGraphCreateMutation$data = { readonly node: { readonly canDelete: boolean; readonly canUpdate: boolean; - readonly createdAt: any; + readonly createdAt: string; readonly description: string | null | undefined; readonly id: string; readonly owner: { @@ -42,7 +42,7 @@ export type ContinualImprovementGraphCreateMutation$data = { readonly referenceId: string; readonly source: string | null | undefined; readonly status: ContinualImprovementStatus; - readonly targetDate: any | null | undefined; + readonly targetDate: string | null | undefined; }; }; }; diff --git a/apps/console/src/__generated__/core/ContinualImprovementGraphNodeQuery.graphql.ts b/apps/console/src/__generated__/core/ContinualImprovementGraphNodeQuery.graphql.ts index 93cbfc4b3..a40d2d028 100644 --- a/apps/console/src/__generated__/core/ContinualImprovementGraphNodeQuery.graphql.ts +++ b/apps/console/src/__generated__/core/ContinualImprovementGraphNodeQuery.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<> + * @generated SignedSource<<7b00b5b2a993258ddb345ad0ee9bbe35>> * @lightSyntaxTransform * @nogrep */ @@ -18,7 +18,7 @@ export type ContinualImprovementGraphNodeQuery$data = { readonly node: { readonly canDelete?: boolean; readonly canUpdate?: boolean; - readonly createdAt?: any; + readonly createdAt?: string; readonly description?: string | null | undefined; readonly id?: string; readonly organization?: { @@ -35,8 +35,8 @@ export type ContinualImprovementGraphNodeQuery$data = { readonly source?: string | null | undefined; readonly sourceId?: string | null | undefined; readonly status?: ContinualImprovementStatus; - readonly targetDate?: any | null | undefined; - readonly updatedAt?: any; + readonly targetDate?: string | null | undefined; + readonly updatedAt?: string; }; }; export type ContinualImprovementGraphNodeQuery = { diff --git a/apps/console/src/__generated__/core/ContinualImprovementGraphUpdateMutation.graphql.ts b/apps/console/src/__generated__/core/ContinualImprovementGraphUpdateMutation.graphql.ts index 3b4bd8674..327720bcb 100644 --- a/apps/console/src/__generated__/core/ContinualImprovementGraphUpdateMutation.graphql.ts +++ b/apps/console/src/__generated__/core/ContinualImprovementGraphUpdateMutation.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<> + * @generated SignedSource<<8f25fa0f640847e45cf45de0028f51fe>> * @lightSyntaxTransform * @nogrep */ @@ -19,7 +19,7 @@ export type UpdateContinualImprovementInput = { referenceId?: string | null | undefined; source?: string | null | undefined; status?: ContinualImprovementStatus | null | undefined; - targetDate?: any | null | undefined; + targetDate?: string | null | undefined; }; export type ContinualImprovementGraphUpdateMutation$variables = { input: UpdateContinualImprovementInput; @@ -37,8 +37,8 @@ export type ContinualImprovementGraphUpdateMutation$data = { readonly referenceId: string; readonly source: string | null | undefined; readonly status: ContinualImprovementStatus; - readonly targetDate: any | null | undefined; - readonly updatedAt: any; + readonly targetDate: string | null | undefined; + readonly updatedAt: string; }; }; }; diff --git a/apps/console/src/__generated__/core/ContinualImprovementsPageFragment.graphql.ts b/apps/console/src/__generated__/core/ContinualImprovementsPageFragment.graphql.ts index e3dd6a10f..7b89a5ee2 100644 --- a/apps/console/src/__generated__/core/ContinualImprovementsPageFragment.graphql.ts +++ b/apps/console/src/__generated__/core/ContinualImprovementsPageFragment.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<<0ddcefe367b8dfd3bb64b1891afc7e2e>> + * @generated SignedSource<<96a4e00e0e084578f763cf56aa89de2e>> * @lightSyntaxTransform * @nogrep */ @@ -19,7 +19,7 @@ export type ContinualImprovementsPageFragment$data = { readonly node: { readonly canDelete: boolean; readonly canUpdate: boolean; - readonly createdAt: any; + readonly createdAt: string; readonly description: string | null | undefined; readonly id: string; readonly owner: { @@ -32,12 +32,12 @@ export type ContinualImprovementsPageFragment$data = { readonly source: string | null | undefined; readonly sourceId: string | null | undefined; readonly status: ContinualImprovementStatus; - readonly targetDate: any | null | undefined; - readonly updatedAt: any; + readonly targetDate: string | null | undefined; + readonly updatedAt: string; }; }>; readonly pageInfo: { - readonly endCursor: any | null | undefined; + readonly endCursor: string | null | undefined; readonly hasNextPage: boolean; }; readonly totalCount: number; diff --git a/apps/console/src/__generated__/core/ContinualImprovementsPageRefetchQuery.graphql.ts b/apps/console/src/__generated__/core/ContinualImprovementsPageRefetchQuery.graphql.ts index 37e0b607f..55149c578 100644 --- a/apps/console/src/__generated__/core/ContinualImprovementsPageRefetchQuery.graphql.ts +++ b/apps/console/src/__generated__/core/ContinualImprovementsPageRefetchQuery.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<<7c33b43cf4643af5c173b4cabd2047a8>> + * @generated SignedSource<> * @lightSyntaxTransform * @nogrep */ @@ -11,7 +11,7 @@ import { ConcreteRequest } from 'relay-runtime'; import { FragmentRefs } from "relay-runtime"; export type ContinualImprovementsPageRefetchQuery$variables = { - after?: any | null | undefined; + after?: string | null | undefined; first?: number | null | undefined; id: string; snapshotId?: string | null | undefined; diff --git a/apps/console/src/__generated__/core/CreateContactDialogMutation.graphql.ts b/apps/console/src/__generated__/core/CreateContactDialogMutation.graphql.ts index 404c2c875..d6d0ff330 100644 --- a/apps/console/src/__generated__/core/CreateContactDialogMutation.graphql.ts +++ b/apps/console/src/__generated__/core/CreateContactDialogMutation.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<> + * @generated SignedSource<<843a80b3503ff276081e69b558dcce81>> * @lightSyntaxTransform * @nogrep */ @@ -11,7 +11,7 @@ import { ConcreteRequest } from 'relay-runtime'; import { FragmentRefs } from "relay-runtime"; export type CreateVendorContactInput = { - email?: any | null | undefined; + email?: string | null | undefined; fullName?: string | null | undefined; phone?: string | null | undefined; role?: string | null | undefined; diff --git a/apps/console/src/__generated__/core/CreateMeetingDialogCreateMutation.graphql.ts b/apps/console/src/__generated__/core/CreateMeetingDialogCreateMutation.graphql.ts index 68f08a2a7..0d832413d 100644 --- a/apps/console/src/__generated__/core/CreateMeetingDialogCreateMutation.graphql.ts +++ b/apps/console/src/__generated__/core/CreateMeetingDialogCreateMutation.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<<6ed3e434ef2a7f39c1ccddb4c3ddd8b2>> + * @generated SignedSource<<69b7a1ed2ab1c03ffa4c42638851e3bd>> * @lightSyntaxTransform * @nogrep */ @@ -11,7 +11,7 @@ import { ConcreteRequest } from 'relay-runtime'; export type CreateMeetingInput = { attendeeIds?: ReadonlyArray | null | undefined; - date: any; + date: string; minutes?: string | null | undefined; name: string; organizationId: string; @@ -29,7 +29,7 @@ export type CreateMeetingDialogCreateMutation$data = { readonly id: string; }>; readonly canDelete: boolean; - readonly date: any; + readonly date: string; readonly id: string; readonly minutes: string | null | undefined; readonly name: string; diff --git a/apps/console/src/__generated__/core/CreatePeopleDialogMutation.graphql.ts b/apps/console/src/__generated__/core/CreatePeopleDialogMutation.graphql.ts index d24d56141..e60785e7a 100644 --- a/apps/console/src/__generated__/core/CreatePeopleDialogMutation.graphql.ts +++ b/apps/console/src/__generated__/core/CreatePeopleDialogMutation.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<> + * @generated SignedSource<> * @lightSyntaxTransform * @nogrep */ @@ -11,14 +11,14 @@ import { ConcreteRequest } from 'relay-runtime'; export type PeopleKind = "CONTRACTOR" | "EMPLOYEE" | "SERVICE_ACCOUNT"; export type CreatePeopleInput = { - additionalEmailAddresses: ReadonlyArray; - contractEndDate?: any | null | undefined; - contractStartDate?: any | null | undefined; + additionalEmailAddresses: ReadonlyArray; + contractEndDate?: string | null | undefined; + contractStartDate?: string | null | undefined; fullName: string; kind: PeopleKind; organizationId: string; position?: string | null | undefined; - primaryEmailAddress: any; + primaryEmailAddress: string; }; export type CreatePeopleDialogMutation$variables = { connections: ReadonlyArray; @@ -28,14 +28,14 @@ export type CreatePeopleDialogMutation$data = { readonly createPeople: { readonly peopleEdge: { readonly node: { - readonly additionalEmailAddresses: ReadonlyArray; + readonly additionalEmailAddresses: ReadonlyArray; readonly canDelete: boolean; readonly canUpdate: boolean; readonly fullName: string; readonly id: string; readonly kind: PeopleKind; readonly position: string | null | undefined; - readonly primaryEmailAddress: any; + readonly primaryEmailAddress: string; }; }; }; diff --git a/apps/console/src/__generated__/core/CreateRiskAssessmentDialogMutation.graphql.ts b/apps/console/src/__generated__/core/CreateRiskAssessmentDialogMutation.graphql.ts index cb94d714f..a80f7d74a 100644 --- a/apps/console/src/__generated__/core/CreateRiskAssessmentDialogMutation.graphql.ts +++ b/apps/console/src/__generated__/core/CreateRiskAssessmentDialogMutation.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<<2cd3f372cc571cec881b9762e381f1d5>> + * @generated SignedSource<<2271889b21f5a1f41c2e285a7a9ee1ca>> * @lightSyntaxTransform * @nogrep */ @@ -15,7 +15,7 @@ export type DataSensitivity = "CRITICAL" | "HIGH" | "LOW" | "MEDIUM" | "NONE"; export type CreateVendorRiskAssessmentInput = { businessImpact: BusinessImpact; dataSensitivity: DataSensitivity; - expiresAt: any; + expiresAt: string; notes?: string | null | undefined; vendorId: string; }; diff --git a/apps/console/src/__generated__/core/DataListQuery.graphql.ts b/apps/console/src/__generated__/core/DataListQuery.graphql.ts index a6ffcdc2d..46a2d6758 100644 --- a/apps/console/src/__generated__/core/DataListQuery.graphql.ts +++ b/apps/console/src/__generated__/core/DataListQuery.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<> + * @generated SignedSource<> * @lightSyntaxTransform * @nogrep */ @@ -17,8 +17,8 @@ export type DatumOrder = { field: DatumOrderField; }; export type DataListQuery$variables = { - after?: any | null | undefined; - before?: any | null | undefined; + after?: string | null | undefined; + before?: string | null | undefined; first?: number | null | undefined; id: string; last?: number | null | undefined; diff --git a/apps/console/src/__generated__/core/DataPageFragment.graphql.ts b/apps/console/src/__generated__/core/DataPageFragment.graphql.ts index e57385643..63e452f29 100644 --- a/apps/console/src/__generated__/core/DataPageFragment.graphql.ts +++ b/apps/console/src/__generated__/core/DataPageFragment.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<<213dd4c7bd0e87ba0e64fa6ce8d2c37b>> + * @generated SignedSource<> * @lightSyntaxTransform * @nogrep */ @@ -18,7 +18,7 @@ export type DataPageFragment$data = { readonly node: { readonly canDelete: boolean; readonly canUpdate: boolean; - readonly createdAt: any; + readonly createdAt: string; readonly dataClassification: DataClassification; readonly id: string; readonly name: string; diff --git a/apps/console/src/__generated__/core/DatumGraphCreateMutation.graphql.ts b/apps/console/src/__generated__/core/DatumGraphCreateMutation.graphql.ts index 5fcf9addf..4f4281e76 100644 --- a/apps/console/src/__generated__/core/DatumGraphCreateMutation.graphql.ts +++ b/apps/console/src/__generated__/core/DatumGraphCreateMutation.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<<8106bb4a10940caebf1f523fb6136350>> + * @generated SignedSource<<1ca264e989f4edf7a41ac69c09e014d6>> * @lightSyntaxTransform * @nogrep */ @@ -27,7 +27,7 @@ export type DatumGraphCreateMutation$data = { readonly node: { readonly canDelete: boolean; readonly canUpdate: boolean; - readonly createdAt: any; + readonly createdAt: string; readonly dataClassification: DataClassification; readonly id: string; readonly name: string; diff --git a/apps/console/src/__generated__/core/DatumGraphNodeQuery.graphql.ts b/apps/console/src/__generated__/core/DatumGraphNodeQuery.graphql.ts index efa2ae4b3..f518947a9 100644 --- a/apps/console/src/__generated__/core/DatumGraphNodeQuery.graphql.ts +++ b/apps/console/src/__generated__/core/DatumGraphNodeQuery.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<> + * @generated SignedSource<<8d632b2e4ce8734fd47c3b2251cd61b9>> * @lightSyntaxTransform * @nogrep */ @@ -18,7 +18,7 @@ export type DatumGraphNodeQuery$data = { readonly node: { readonly canDelete?: boolean; readonly canUpdate?: boolean; - readonly createdAt?: any; + readonly createdAt?: string; readonly dataClassification?: DataClassification; readonly id?: string; readonly name?: string; @@ -30,7 +30,7 @@ export type DatumGraphNodeQuery$data = { readonly id: string; }; readonly snapshotId?: string | null | undefined; - readonly updatedAt?: any; + readonly updatedAt?: string; readonly vendors?: { readonly edges: ReadonlyArray<{ readonly node: { diff --git a/apps/console/src/__generated__/core/DatumGraphUpdateMutation.graphql.ts b/apps/console/src/__generated__/core/DatumGraphUpdateMutation.graphql.ts index eed59c93e..4a9287afb 100644 --- a/apps/console/src/__generated__/core/DatumGraphUpdateMutation.graphql.ts +++ b/apps/console/src/__generated__/core/DatumGraphUpdateMutation.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<<2fd708bf07a7c93afe66bd9d3e8031cc>> + * @generated SignedSource<<34155e0367247c7503956fc623839d7f>> * @lightSyntaxTransform * @nogrep */ @@ -30,7 +30,7 @@ export type DatumGraphUpdateMutation$data = { readonly fullName: string; readonly id: string; }; - readonly updatedAt: any; + readonly updatedAt: string; readonly vendors: { readonly edges: ReadonlyArray<{ readonly node: { diff --git a/apps/console/src/__generated__/core/DocumentControlsTabControlsQuery.graphql.ts b/apps/console/src/__generated__/core/DocumentControlsTabControlsQuery.graphql.ts index e8c4ac371..b1468e986 100644 --- a/apps/console/src/__generated__/core/DocumentControlsTabControlsQuery.graphql.ts +++ b/apps/console/src/__generated__/core/DocumentControlsTabControlsQuery.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<<01a2b46af2246ccf2e27afc8a77805c8>> + * @generated SignedSource<<9b0874e62bfe3cc79cbf2853e7571ae2>> * @lightSyntaxTransform * @nogrep */ @@ -20,8 +20,8 @@ export type ControlOrder = { field: ControlOrderField; }; export type DocumentControlsTabControlsQuery$variables = { - after?: any | null | undefined; - before?: any | null | undefined; + after?: string | null | undefined; + before?: string | null | undefined; filter?: ControlFilter | null | undefined; first?: number | null | undefined; id: string; diff --git a/apps/console/src/__generated__/core/DocumentDetailPageDocumentFragment.graphql.ts b/apps/console/src/__generated__/core/DocumentDetailPageDocumentFragment.graphql.ts index e7913db7e..67d727c60 100644 --- a/apps/console/src/__generated__/core/DocumentDetailPageDocumentFragment.graphql.ts +++ b/apps/console/src/__generated__/core/DocumentDetailPageDocumentFragment.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<<66ab14196c29af984b08f90039037dee>> + * @generated SignedSource<> * @lightSyntaxTransform * @nogrep */ @@ -41,7 +41,7 @@ export type DocumentDetailPageDocumentFragment$data = { readonly fullName: string; readonly id: string; }; - readonly publishedAt: any | null | undefined; + readonly publishedAt: string | null | undefined; readonly signatures: { readonly __id: string; readonly edges: ReadonlyArray<{ @@ -56,7 +56,7 @@ export type DocumentDetailPageDocumentFragment$data = { }>; }; readonly status: DocumentStatus; - readonly updatedAt: any; + readonly updatedAt: string; readonly version: number; readonly " $fragmentSpreads": FragmentRefs<"DocumentSignaturesTab_version">; }; diff --git a/apps/console/src/__generated__/core/DocumentDetailPageExportPDFMutation.graphql.ts b/apps/console/src/__generated__/core/DocumentDetailPageExportPDFMutation.graphql.ts index 14214fc09..2797db967 100644 --- a/apps/console/src/__generated__/core/DocumentDetailPageExportPDFMutation.graphql.ts +++ b/apps/console/src/__generated__/core/DocumentDetailPageExportPDFMutation.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<<3a082179d9ea9d47824b7ee925418b95>> + * @generated SignedSource<> * @lightSyntaxTransform * @nogrep */ @@ -11,7 +11,7 @@ import { ConcreteRequest } from 'relay-runtime'; export type ExportDocumentVersionPDFInput = { documentVersionId: string; - watermarkEmail?: any | null | undefined; + watermarkEmail?: string | null | undefined; withSignatures: boolean; withWatermark: boolean; }; diff --git a/apps/console/src/__generated__/core/DocumentGraphBulkExportDocumentsMutation.graphql.ts b/apps/console/src/__generated__/core/DocumentGraphBulkExportDocumentsMutation.graphql.ts index e0e06dc12..896544b28 100644 --- a/apps/console/src/__generated__/core/DocumentGraphBulkExportDocumentsMutation.graphql.ts +++ b/apps/console/src/__generated__/core/DocumentGraphBulkExportDocumentsMutation.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<> + * @generated SignedSource<<9b84adc0253186c6f0a5f47837d83d7f>> * @lightSyntaxTransform * @nogrep */ @@ -11,7 +11,7 @@ import { ConcreteRequest } from 'relay-runtime'; export type BulkExportDocumentsInput = { documentIds: ReadonlyArray; - watermarkEmail?: any | null | undefined; + watermarkEmail?: string | null | undefined; withSignatures: boolean; withWatermark: boolean; }; diff --git a/apps/console/src/__generated__/core/DocumentRowFragment.graphql.ts b/apps/console/src/__generated__/core/DocumentRowFragment.graphql.ts index 7a95508bd..29bc26b84 100644 --- a/apps/console/src/__generated__/core/DocumentRowFragment.graphql.ts +++ b/apps/console/src/__generated__/core/DocumentRowFragment.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<<74a0df62fb3bfbd741d69cc1b7c023bb>> + * @generated SignedSource<> * @lightSyntaxTransform * @nogrep */ @@ -18,7 +18,7 @@ export type DocumentRowFragment$data = { readonly id: string; readonly signed: boolean; readonly title: string; - readonly updatedAt: any; + readonly updatedAt: string; readonly " $fragmentType": "DocumentRowFragment"; }; export type DocumentRowFragment$key = { diff --git a/apps/console/src/__generated__/core/DocumentSignaturesTabRefetchQuery.graphql.ts b/apps/console/src/__generated__/core/DocumentSignaturesTabRefetchQuery.graphql.ts index c08838c41..884ba5925 100644 --- a/apps/console/src/__generated__/core/DocumentSignaturesTabRefetchQuery.graphql.ts +++ b/apps/console/src/__generated__/core/DocumentSignaturesTabRefetchQuery.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<> + * @generated SignedSource<<568018897f0db254b4d8c43c05abb7c6>> * @lightSyntaxTransform * @nogrep */ @@ -16,7 +16,7 @@ export type DocumentVersionSignatureFilter = { }; export type DocumentSignaturesTabRefetchQuery$variables = { count?: number | null | undefined; - cursor?: any | null | undefined; + cursor?: string | null | undefined; id: string; signatureFilter?: DocumentVersionSignatureFilter | null | undefined; }; diff --git a/apps/console/src/__generated__/core/DocumentSignaturesTab_signature.graphql.ts b/apps/console/src/__generated__/core/DocumentSignaturesTab_signature.graphql.ts index 6249a6cf8..7c7563dae 100644 --- a/apps/console/src/__generated__/core/DocumentSignaturesTab_signature.graphql.ts +++ b/apps/console/src/__generated__/core/DocumentSignaturesTab_signature.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<<02f9338b7a451ae446c87d09ea71a71d>> + * @generated SignedSource<> * @lightSyntaxTransform * @nogrep */ @@ -14,11 +14,11 @@ import { FragmentRefs } from "relay-runtime"; export type DocumentSignaturesTab_signature$data = { readonly canCancel: boolean; readonly id: string; - readonly requestedAt: any; - readonly signedAt: any | null | undefined; + readonly requestedAt: string; + readonly signedAt: string | null | undefined; readonly signedBy: { readonly fullName: string; - readonly primaryEmailAddress: any; + readonly primaryEmailAddress: string; }; readonly state: DocumentVersionSignatureState; readonly " $fragmentType": "DocumentSignaturesTab_signature"; diff --git a/apps/console/src/__generated__/core/DocumentSignaturesTab_version.graphql.ts b/apps/console/src/__generated__/core/DocumentSignaturesTab_version.graphql.ts index c0b10a848..19a8bf1c8 100644 --- a/apps/console/src/__generated__/core/DocumentSignaturesTab_version.graphql.ts +++ b/apps/console/src/__generated__/core/DocumentSignaturesTab_version.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<> + * @generated SignedSource<<51a0ef23951497b2d074fafbda0ea04b>> * @lightSyntaxTransform * @nogrep */ @@ -23,7 +23,7 @@ export type DocumentSignaturesTab_version$data = { readonly signedBy: { readonly fullName: string; readonly id: string; - readonly primaryEmailAddress: any; + readonly primaryEmailAddress: string; }; readonly state: DocumentVersionSignatureState; readonly " $fragmentSpreads": FragmentRefs<"DocumentSignaturesTab_signature">; diff --git a/apps/console/src/__generated__/core/DocumentsListQuery.graphql.ts b/apps/console/src/__generated__/core/DocumentsListQuery.graphql.ts index 5635f5f2a..babcba337 100644 --- a/apps/console/src/__generated__/core/DocumentsListQuery.graphql.ts +++ b/apps/console/src/__generated__/core/DocumentsListQuery.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<<2d64b7b84c435d26d97748081e1bb38e>> + * @generated SignedSource<> * @lightSyntaxTransform * @nogrep */ @@ -17,8 +17,8 @@ export type DocumentOrder = { field: DocumentOrderField; }; export type DocumentsListQuery$variables = { - after?: any | null | undefined; - before?: any | null | undefined; + after?: string | null | undefined; + before?: string | null | undefined; first?: number | null | undefined; id: string; last?: number | null | undefined; diff --git a/apps/console/src/__generated__/core/DocumentsPageRowFragment.graphql.ts b/apps/console/src/__generated__/core/DocumentsPageRowFragment.graphql.ts index 7ccb50031..d8ffc5594 100644 --- a/apps/console/src/__generated__/core/DocumentsPageRowFragment.graphql.ts +++ b/apps/console/src/__generated__/core/DocumentsPageRowFragment.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<<6aa146f2bf0d89cd8140da220a2c33d8>> + * @generated SignedSource<<9d93eb8b8aedef57b8a20e267b61bc08>> * @lightSyntaxTransform * @nogrep */ @@ -25,7 +25,7 @@ export type DocumentsPageRowFragment$data = { readonly id: string; }; readonly title: string; - readonly updatedAt: any; + readonly updatedAt: string; readonly versions: { readonly edges: ReadonlyArray<{ readonly node: { diff --git a/apps/console/src/__generated__/core/DomainDialogFragment.graphql.ts b/apps/console/src/__generated__/core/DomainDialogFragment.graphql.ts index e278cccc6..036636dbb 100644 --- a/apps/console/src/__generated__/core/DomainDialogFragment.graphql.ts +++ b/apps/console/src/__generated__/core/DomainDialogFragment.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<<1ee5bd8001e3d48b51c2869cd1ff5771>> + * @generated SignedSource<<1d007308b8b70962ddfe217cf3534dab>> * @lightSyntaxTransform * @nogrep */ @@ -12,7 +12,7 @@ import { ReaderFragment } from 'relay-runtime'; export type SSLStatus = "ACTIVE" | "EXPIRED" | "FAILED" | "PENDING" | "PROVISIONING" | "RENEWING"; import { FragmentRefs } from "relay-runtime"; export type DomainDialogFragment$data = { - readonly createdAt: any; + readonly createdAt: string; readonly dnsRecords: ReadonlyArray<{ readonly name: string; readonly purpose: string; @@ -21,9 +21,9 @@ export type DomainDialogFragment$data = { readonly value: string; }>; readonly domain: string; - readonly sslExpiresAt: any | null | undefined; + readonly sslExpiresAt: string | null | undefined; readonly sslStatus: SSLStatus; - readonly updatedAt: any; + readonly updatedAt: string; readonly " $fragmentType": "DomainDialogFragment"; }; export type DomainDialogFragment$key = { diff --git a/apps/console/src/__generated__/core/EditBusinessAssociateAgreementDialogMutation.graphql.ts b/apps/console/src/__generated__/core/EditBusinessAssociateAgreementDialogMutation.graphql.ts index f1c56c6b1..e5495ba71 100644 --- a/apps/console/src/__generated__/core/EditBusinessAssociateAgreementDialogMutation.graphql.ts +++ b/apps/console/src/__generated__/core/EditBusinessAssociateAgreementDialogMutation.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<<8d5961820ccfa705a899582a9a8ca953>> + * @generated SignedSource<<803ae28abdfda756e8e4cdfba1e580c0>> * @lightSyntaxTransform * @nogrep */ @@ -10,8 +10,8 @@ import { ConcreteRequest } from 'relay-runtime'; export type UpdateVendorBusinessAssociateAgreementInput = { - validFrom?: any | null | undefined; - validUntil?: any | null | undefined; + validFrom?: string | null | undefined; + validUntil?: string | null | undefined; vendorId: string; }; export type EditBusinessAssociateAgreementDialogMutation$variables = { @@ -20,11 +20,11 @@ export type EditBusinessAssociateAgreementDialogMutation$variables = { export type EditBusinessAssociateAgreementDialogMutation$data = { readonly updateVendorBusinessAssociateAgreement: { readonly vendorBusinessAssociateAgreement: { - readonly createdAt: any; + readonly createdAt: string; readonly fileUrl: string; readonly id: string; - readonly validFrom: any | null | undefined; - readonly validUntil: any | null | undefined; + readonly validFrom: string | null | undefined; + readonly validUntil: string | null | undefined; }; }; }; diff --git a/apps/console/src/__generated__/core/EditContactDialogUpdateMutation.graphql.ts b/apps/console/src/__generated__/core/EditContactDialogUpdateMutation.graphql.ts index c201f3cc5..fc6b96344 100644 --- a/apps/console/src/__generated__/core/EditContactDialogUpdateMutation.graphql.ts +++ b/apps/console/src/__generated__/core/EditContactDialogUpdateMutation.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<<00c307339357baa16c237c563b8f32bd>> + * @generated SignedSource<> * @lightSyntaxTransform * @nogrep */ @@ -11,7 +11,7 @@ import { ConcreteRequest } from 'relay-runtime'; import { FragmentRefs } from "relay-runtime"; export type UpdateVendorContactInput = { - email?: any | null | undefined; + email?: string | null | undefined; fullName?: string | null | undefined; id: string; phone?: string | null | undefined; diff --git a/apps/console/src/__generated__/core/EditDataPrivacyAgreementDialogMutation.graphql.ts b/apps/console/src/__generated__/core/EditDataPrivacyAgreementDialogMutation.graphql.ts index f4b117de5..4854e8686 100644 --- a/apps/console/src/__generated__/core/EditDataPrivacyAgreementDialogMutation.graphql.ts +++ b/apps/console/src/__generated__/core/EditDataPrivacyAgreementDialogMutation.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<<161930fef961066719e45ce1f899dd38>> + * @generated SignedSource<<12863d17356b3d0f16a9c377cd95eb5b>> * @lightSyntaxTransform * @nogrep */ @@ -10,8 +10,8 @@ import { ConcreteRequest } from 'relay-runtime'; export type UpdateVendorDataPrivacyAgreementInput = { - validFrom?: any | null | undefined; - validUntil?: any | null | undefined; + validFrom?: string | null | undefined; + validUntil?: string | null | undefined; vendorId: string; }; export type EditDataPrivacyAgreementDialogMutation$variables = { @@ -20,11 +20,11 @@ export type EditDataPrivacyAgreementDialogMutation$variables = { export type EditDataPrivacyAgreementDialogMutation$data = { readonly updateVendorDataPrivacyAgreement: { readonly vendorDataPrivacyAgreement: { - readonly createdAt: any; + readonly createdAt: string; readonly fileUrl: string; readonly id: string; - readonly validFrom: any | null | undefined; - readonly validUntil: any | null | undefined; + readonly validFrom: string | null | undefined; + readonly validUntil: string | null | undefined; }; }; }; diff --git a/apps/console/src/__generated__/core/EvidenceGraphFileQuery.graphql.ts b/apps/console/src/__generated__/core/EvidenceGraphFileQuery.graphql.ts index d0257b410..87ed4b94e 100644 --- a/apps/console/src/__generated__/core/EvidenceGraphFileQuery.graphql.ts +++ b/apps/console/src/__generated__/core/EvidenceGraphFileQuery.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<<843df409ed1ee9ba19760921dbd6e8df>> + * @generated SignedSource<> * @lightSyntaxTransform * @nogrep */ @@ -18,7 +18,7 @@ export type EvidenceGraphFileQuery$data = { readonly downloadUrl: string; readonly fileName: string; readonly mimeType: string; - readonly size: any; + readonly size: string; } | null | undefined; readonly id?: string; }; diff --git a/apps/console/src/__generated__/core/LinkedAuditsCardFragment.graphql.ts b/apps/console/src/__generated__/core/LinkedAuditsCardFragment.graphql.ts index 161bade80..8953e7509 100644 --- a/apps/console/src/__generated__/core/LinkedAuditsCardFragment.graphql.ts +++ b/apps/console/src/__generated__/core/LinkedAuditsCardFragment.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<> + * @generated SignedSource<<903698144cc9c26d698f573b64544e17>> * @lightSyntaxTransform * @nogrep */ @@ -12,7 +12,7 @@ import { ReaderFragment } from 'relay-runtime'; export type AuditState = "COMPLETED" | "IN_PROGRESS" | "NOT_STARTED" | "OUTDATED" | "REJECTED"; import { FragmentRefs } from "relay-runtime"; export type LinkedAuditsCardFragment$data = { - readonly createdAt: any; + readonly createdAt: string; readonly framework: { readonly id: string; readonly name: string; @@ -20,8 +20,8 @@ export type LinkedAuditsCardFragment$data = { readonly id: string; readonly name: string | null | undefined; readonly state: AuditState; - readonly validFrom: any | null | undefined; - readonly validUntil: any | null | undefined; + readonly validFrom: string | null | undefined; + readonly validUntil: string | null | undefined; readonly " $fragmentType": "LinkedAuditsCardFragment"; }; export type LinkedAuditsCardFragment$key = { diff --git a/apps/console/src/__generated__/core/LinkedAuditsDialogFragment.graphql.ts b/apps/console/src/__generated__/core/LinkedAuditsDialogFragment.graphql.ts index 73738a420..3db52b8bc 100644 --- a/apps/console/src/__generated__/core/LinkedAuditsDialogFragment.graphql.ts +++ b/apps/console/src/__generated__/core/LinkedAuditsDialogFragment.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<<72efdb68c08c793ff724c9a16d91d29a>> + * @generated SignedSource<<0ba30b05b62bf6a4b76a17fb1a6db467>> * @lightSyntaxTransform * @nogrep */ @@ -22,8 +22,8 @@ export type LinkedAuditsDialogFragment$data = { readonly id: string; readonly name: string | null | undefined; readonly state: AuditState; - readonly validFrom: any | null | undefined; - readonly validUntil: any | null | undefined; + readonly validFrom: string | null | undefined; + readonly validUntil: string | null | undefined; }; }>; }; diff --git a/apps/console/src/__generated__/core/LinkedAuditsDialogQuery_fragment.graphql.ts b/apps/console/src/__generated__/core/LinkedAuditsDialogQuery_fragment.graphql.ts index ab22ab4f7..e0f2bad22 100644 --- a/apps/console/src/__generated__/core/LinkedAuditsDialogQuery_fragment.graphql.ts +++ b/apps/console/src/__generated__/core/LinkedAuditsDialogQuery_fragment.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<<64f01ce9caaee3040df3df201bb608f8>> + * @generated SignedSource<<87ff7faae25faa23e9832a7457605a2e>> * @lightSyntaxTransform * @nogrep */ @@ -17,8 +17,8 @@ export type AuditOrder = { field: AuditOrderField; }; export type LinkedAuditsDialogQuery_fragment$variables = { - after?: any | null | undefined; - before?: any | null | undefined; + after?: string | null | undefined; + before?: string | null | undefined; first?: number | null | undefined; id: string; last?: number | null | undefined; diff --git a/apps/console/src/__generated__/core/LinkedControlsDialogControlsQuery.graphql.ts b/apps/console/src/__generated__/core/LinkedControlsDialogControlsQuery.graphql.ts index 7245fe4ed..18b144d97 100644 --- a/apps/console/src/__generated__/core/LinkedControlsDialogControlsQuery.graphql.ts +++ b/apps/console/src/__generated__/core/LinkedControlsDialogControlsQuery.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<<68d29ea810c69f34b0da8d3e66b4eb5e>> + * @generated SignedSource<<22d3ddb8ba270ff44f043ccdd8bbdd7d>> * @lightSyntaxTransform * @nogrep */ @@ -20,8 +20,8 @@ export type ControlOrder = { field: ControlOrderField; }; export type LinkedControlsDialogControlsQuery$variables = { - after?: any | null | undefined; - before?: any | null | undefined; + after?: string | null | undefined; + before?: string | null | undefined; filter?: ControlFilter | null | undefined; first?: number | null | undefined; id: string; diff --git a/apps/console/src/__generated__/core/LinkedDocumentsCardFragment.graphql.ts b/apps/console/src/__generated__/core/LinkedDocumentsCardFragment.graphql.ts index c7e5fd6d4..65cb83f14 100644 --- a/apps/console/src/__generated__/core/LinkedDocumentsCardFragment.graphql.ts +++ b/apps/console/src/__generated__/core/LinkedDocumentsCardFragment.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<<0f8cdaa2d7380a1128e7c42004b7d506>> + * @generated SignedSource<<9fd60ce5ad80ada10eafed963ea0adb3>> * @lightSyntaxTransform * @nogrep */ @@ -13,7 +13,7 @@ export type DocumentStatus = "DRAFT" | "PUBLISHED"; export type DocumentType = "ISMS" | "OTHER" | "POLICY" | "PROCEDURE"; import { FragmentRefs } from "relay-runtime"; export type LinkedDocumentsCardFragment$data = { - readonly createdAt: any; + readonly createdAt: string; readonly documentType: DocumentType; readonly id: string; readonly title: string; diff --git a/apps/console/src/__generated__/core/LinkedDocumentsDialogQuery_fragment.graphql.ts b/apps/console/src/__generated__/core/LinkedDocumentsDialogQuery_fragment.graphql.ts index 85e841753..1eb47b4c9 100644 --- a/apps/console/src/__generated__/core/LinkedDocumentsDialogQuery_fragment.graphql.ts +++ b/apps/console/src/__generated__/core/LinkedDocumentsDialogQuery_fragment.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<<25880ab79f8b6ae18f3ead4431a90329>> + * @generated SignedSource<<54810545432d02fdcd0b3b02f47bf489>> * @lightSyntaxTransform * @nogrep */ @@ -17,8 +17,8 @@ export type DocumentOrder = { field: DocumentOrderField; }; export type LinkedDocumentsDialogQuery_fragment$variables = { - after?: any | null | undefined; - before?: any | null | undefined; + after?: string | null | undefined; + before?: string | null | undefined; first?: number | null | undefined; id: string; last?: number | null | undefined; diff --git a/apps/console/src/__generated__/core/LinkedObligationsDialogQuery_fragment.graphql.ts b/apps/console/src/__generated__/core/LinkedObligationsDialogQuery_fragment.graphql.ts index 4a599d517..bf84cb1fa 100644 --- a/apps/console/src/__generated__/core/LinkedObligationsDialogQuery_fragment.graphql.ts +++ b/apps/console/src/__generated__/core/LinkedObligationsDialogQuery_fragment.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<<3d2709f51866093bcc78ec14501dae31>> + * @generated SignedSource<<18d4d04e3149486db39e2376613f845a>> * @lightSyntaxTransform * @nogrep */ @@ -17,8 +17,8 @@ export type ObligationOrder = { field: ObligationOrderField; }; export type LinkedObligationsDialogQuery_fragment$variables = { - after?: any | null | undefined; - before?: any | null | undefined; + after?: string | null | undefined; + before?: string | null | undefined; first?: number | null | undefined; id: string; last?: number | null | undefined; diff --git a/apps/console/src/__generated__/core/LinkedSnapshotsCardFragment.graphql.ts b/apps/console/src/__generated__/core/LinkedSnapshotsCardFragment.graphql.ts index 37f5c787e..71afbe682 100644 --- a/apps/console/src/__generated__/core/LinkedSnapshotsCardFragment.graphql.ts +++ b/apps/console/src/__generated__/core/LinkedSnapshotsCardFragment.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<<18ad235cee2891b222acb016b8986050>> + * @generated SignedSource<<659b07d2d3bf4c7527c44c7d1e830138>> * @lightSyntaxTransform * @nogrep */ @@ -12,7 +12,7 @@ import { ReaderFragment } from 'relay-runtime'; export type SnapshotsType = "ASSETS" | "CONTINUAL_IMPROVEMENTS" | "DATA" | "NONCONFORMITIES" | "OBLIGATIONS" | "PROCESSING_ACTIVITIES" | "RISKS" | "STATES_OF_APPLICABILITY" | "VENDORS"; import { FragmentRefs } from "relay-runtime"; export type LinkedSnapshotsCardFragment$data = { - readonly createdAt: any; + readonly createdAt: string; readonly description: string | null | undefined; readonly id: string; readonly name: string; diff --git a/apps/console/src/__generated__/core/LinkedSnapshotsDialogFragment.graphql.ts b/apps/console/src/__generated__/core/LinkedSnapshotsDialogFragment.graphql.ts index f431dac6c..23493b874 100644 --- a/apps/console/src/__generated__/core/LinkedSnapshotsDialogFragment.graphql.ts +++ b/apps/console/src/__generated__/core/LinkedSnapshotsDialogFragment.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<<4b2fe0335336a1c3888d8da35ffd8e58>> + * @generated SignedSource<> * @lightSyntaxTransform * @nogrep */ @@ -16,7 +16,7 @@ export type LinkedSnapshotsDialogFragment$data = { readonly snapshots: { readonly edges: ReadonlyArray<{ readonly node: { - readonly createdAt: any; + readonly createdAt: string; readonly description: string | null | undefined; readonly id: string; readonly name: string; diff --git a/apps/console/src/__generated__/core/LinkedSnapshotsDialogQuery_fragment.graphql.ts b/apps/console/src/__generated__/core/LinkedSnapshotsDialogQuery_fragment.graphql.ts index d3e6b71ef..8b9935048 100644 --- a/apps/console/src/__generated__/core/LinkedSnapshotsDialogQuery_fragment.graphql.ts +++ b/apps/console/src/__generated__/core/LinkedSnapshotsDialogQuery_fragment.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<> + * @generated SignedSource<<23f3f100c0665c79a15c78ddbe5284af>> * @lightSyntaxTransform * @nogrep */ @@ -17,8 +17,8 @@ export type SnapshotOrder = { field: SnapshotOrderField; }; export type LinkedSnapshotsDialogQuery_fragment$variables = { - after?: any | null | undefined; - before?: any | null | undefined; + after?: string | null | undefined; + before?: string | null | undefined; first?: number | null | undefined; id: string; last?: number | null | undefined; diff --git a/apps/console/src/__generated__/core/MeasureControlsTabControlsQuery.graphql.ts b/apps/console/src/__generated__/core/MeasureControlsTabControlsQuery.graphql.ts index 41e359268..b8556a446 100644 --- a/apps/console/src/__generated__/core/MeasureControlsTabControlsQuery.graphql.ts +++ b/apps/console/src/__generated__/core/MeasureControlsTabControlsQuery.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<<3afe17784c8b08b2dd0db14b26d0058f>> + * @generated SignedSource<> * @lightSyntaxTransform * @nogrep */ @@ -20,8 +20,8 @@ export type ControlOrder = { field: ControlOrderField; }; export type MeasureControlsTabControlsQuery$variables = { - after?: any | null | undefined; - before?: any | null | undefined; + after?: string | null | undefined; + before?: string | null | undefined; filter?: ControlFilter | null | undefined; first?: number | null | undefined; id: string; diff --git a/apps/console/src/__generated__/core/MeasureEvidencesTabFragment.graphql.ts b/apps/console/src/__generated__/core/MeasureEvidencesTabFragment.graphql.ts index c47c97abb..77079bbc9 100644 --- a/apps/console/src/__generated__/core/MeasureEvidencesTabFragment.graphql.ts +++ b/apps/console/src/__generated__/core/MeasureEvidencesTabFragment.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<> + * @generated SignedSource<> * @lightSyntaxTransform * @nogrep */ @@ -19,7 +19,7 @@ export type MeasureEvidencesTabFragment$data = { readonly file: { readonly fileName: string; readonly mimeType: string; - readonly size: any; + readonly size: string; } | null | undefined; readonly id: string; readonly " $fragmentSpreads": FragmentRefs<"MeasureEvidencesTabFragment_evidence">; diff --git a/apps/console/src/__generated__/core/MeasureEvidencesTabFragment_evidence.graphql.ts b/apps/console/src/__generated__/core/MeasureEvidencesTabFragment_evidence.graphql.ts index 4da3edffb..d1f5d4437 100644 --- a/apps/console/src/__generated__/core/MeasureEvidencesTabFragment_evidence.graphql.ts +++ b/apps/console/src/__generated__/core/MeasureEvidencesTabFragment_evidence.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<> + * @generated SignedSource<> * @lightSyntaxTransform * @nogrep */ @@ -13,11 +13,11 @@ export type EvidenceType = "FILE" | "LINK"; import { FragmentRefs } from "relay-runtime"; export type MeasureEvidencesTabFragment_evidence$data = { readonly canDelete: boolean; - readonly createdAt: any; + readonly createdAt: string; readonly file: { readonly fileName: string; readonly mimeType: string; - readonly size: any; + readonly size: string; } | null | undefined; readonly id: string; readonly type: EvidenceType; diff --git a/apps/console/src/__generated__/core/MeasureEvidencesTabQuery.graphql.ts b/apps/console/src/__generated__/core/MeasureEvidencesTabQuery.graphql.ts index 2fba6b099..869a33ab9 100644 --- a/apps/console/src/__generated__/core/MeasureEvidencesTabQuery.graphql.ts +++ b/apps/console/src/__generated__/core/MeasureEvidencesTabQuery.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<<3f6cce4a7258adac62eab83f233b1a80>> + * @generated SignedSource<> * @lightSyntaxTransform * @nogrep */ @@ -17,8 +17,8 @@ export type EvidenceOrder = { field: EvidenceOrderField; }; export type MeasureEvidencesTabQuery$variables = { - after?: any | null | undefined; - before?: any | null | undefined; + after?: string | null | undefined; + before?: string | null | undefined; first?: number | null | undefined; id: string; last?: number | null | undefined; diff --git a/apps/console/src/__generated__/core/MeetingDetailPageMeetingFragment.graphql.ts b/apps/console/src/__generated__/core/MeetingDetailPageMeetingFragment.graphql.ts index ef25cf3d0..17a9ae9af 100644 --- a/apps/console/src/__generated__/core/MeetingDetailPageMeetingFragment.graphql.ts +++ b/apps/console/src/__generated__/core/MeetingDetailPageMeetingFragment.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<> + * @generated SignedSource<<02d4857a47adc2625d9cbdca077ea713>> * @lightSyntaxTransform * @nogrep */ @@ -17,7 +17,7 @@ export type MeetingDetailPageMeetingFragment$data = { }>; readonly canDelete: boolean; readonly canUpdate: boolean; - readonly date: any; + readonly date: string; readonly id: string; readonly minutes: string | null | undefined; readonly name: string; diff --git a/apps/console/src/__generated__/core/MeetingGraphCreateMutation.graphql.ts b/apps/console/src/__generated__/core/MeetingGraphCreateMutation.graphql.ts index 9fa70bb2b..7f9332bcb 100644 --- a/apps/console/src/__generated__/core/MeetingGraphCreateMutation.graphql.ts +++ b/apps/console/src/__generated__/core/MeetingGraphCreateMutation.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<<15692efdcfe280221e1be99acfbf206b>> + * @generated SignedSource<<6e51f615961af796c6bd13eb3cf0b305>> * @lightSyntaxTransform * @nogrep */ @@ -11,7 +11,7 @@ import { ConcreteRequest } from 'relay-runtime'; export type CreateMeetingInput = { attendeeIds?: ReadonlyArray | null | undefined; - date: any; + date: string; minutes?: string | null | undefined; name: string; organizationId: string; @@ -28,7 +28,7 @@ export type MeetingGraphCreateMutation$data = { readonly fullName: string; readonly id: string; }>; - readonly date: any; + readonly date: string; readonly id: string; readonly minutes: string | null | undefined; readonly name: string; diff --git a/apps/console/src/__generated__/core/MeetingGraphUpdateMutation.graphql.ts b/apps/console/src/__generated__/core/MeetingGraphUpdateMutation.graphql.ts index e0f07a85e..fa73cea33 100644 --- a/apps/console/src/__generated__/core/MeetingGraphUpdateMutation.graphql.ts +++ b/apps/console/src/__generated__/core/MeetingGraphUpdateMutation.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<<3a5a992a984a073bb90922f29120be83>> + * @generated SignedSource<> * @lightSyntaxTransform * @nogrep */ @@ -11,7 +11,7 @@ import { ConcreteRequest } from 'relay-runtime'; export type UpdateMeetingInput = { attendeeIds?: ReadonlyArray | null | undefined; - date?: any | null | undefined; + date?: string | null | undefined; meetingId: string; minutes?: string | null | undefined; name?: string | null | undefined; @@ -26,7 +26,7 @@ export type MeetingGraphUpdateMutation$data = { readonly fullName: string; readonly id: string; }>; - readonly date: any; + readonly date: string; readonly id: string; readonly minutes: string | null | undefined; readonly name: string; diff --git a/apps/console/src/__generated__/core/MeetingsListQuery.graphql.ts b/apps/console/src/__generated__/core/MeetingsListQuery.graphql.ts index 442e6f1cb..a771dc9b7 100644 --- a/apps/console/src/__generated__/core/MeetingsListQuery.graphql.ts +++ b/apps/console/src/__generated__/core/MeetingsListQuery.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<> + * @generated SignedSource<<6d71d2d88b695492ef93e2b213fc14d3>> * @lightSyntaxTransform * @nogrep */ @@ -17,8 +17,8 @@ export type MeetingOrder = { field: MeetingOrderField; }; export type MeetingsListQuery$variables = { - after?: any | null | undefined; - before?: any | null | undefined; + after?: string | null | undefined; + before?: string | null | undefined; first?: number | null | undefined; id: string; last?: number | null | undefined; diff --git a/apps/console/src/__generated__/core/MeetingsPageRowFragment.graphql.ts b/apps/console/src/__generated__/core/MeetingsPageRowFragment.graphql.ts index bc090ebdf..10aae18bd 100644 --- a/apps/console/src/__generated__/core/MeetingsPageRowFragment.graphql.ts +++ b/apps/console/src/__generated__/core/MeetingsPageRowFragment.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<<2ca6c35e54eafa06ad04d91bfc555eed>> + * @generated SignedSource<> * @lightSyntaxTransform * @nogrep */ @@ -16,7 +16,7 @@ export type MeetingsPageRowFragment$data = { readonly id: string; }>; readonly canDelete: boolean; - readonly date: any; + readonly date: string; readonly id: string; readonly name: string; readonly " $fragmentType": "MeetingsPageRowFragment"; diff --git a/apps/console/src/__generated__/core/NewDomainDialogMutation.graphql.ts b/apps/console/src/__generated__/core/NewDomainDialogMutation.graphql.ts index c0eb48379..560c63bdb 100644 --- a/apps/console/src/__generated__/core/NewDomainDialogMutation.graphql.ts +++ b/apps/console/src/__generated__/core/NewDomainDialogMutation.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<> + * @generated SignedSource<<098714fcfe212fae40bdad19b10f8a00>> * @lightSyntaxTransform * @nogrep */ @@ -20,7 +20,7 @@ export type NewDomainDialogMutation$variables = { export type NewDomainDialogMutation$data = { readonly createCustomDomain: { readonly customDomain: { - readonly createdAt: any; + readonly createdAt: string; readonly dnsRecords: ReadonlyArray<{ readonly name: string; readonly purpose: string; @@ -30,9 +30,9 @@ export type NewDomainDialogMutation$data = { }>; readonly domain: string; readonly id: string; - readonly sslExpiresAt: any | null | undefined; + readonly sslExpiresAt: string | null | undefined; readonly sslStatus: SSLStatus; - readonly updatedAt: any; + readonly updatedAt: string; }; }; }; diff --git a/apps/console/src/__generated__/core/NonconformitiesPageFragment.graphql.ts b/apps/console/src/__generated__/core/NonconformitiesPageFragment.graphql.ts index 835ab60d8..822b77ca5 100644 --- a/apps/console/src/__generated__/core/NonconformitiesPageFragment.graphql.ts +++ b/apps/console/src/__generated__/core/NonconformitiesPageFragment.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<<8137b73b0ad40930966c6feb6370420b>> + * @generated SignedSource<<995f84eb7ea5dddf0b3166230a9a969e>> * @lightSyntaxTransform * @nogrep */ @@ -28,10 +28,10 @@ export type NonconformitiesPageFragment$data = { readonly canDelete: boolean; readonly canUpdate: boolean; readonly correctiveAction: string | null | undefined; - readonly createdAt: any; - readonly dateIdentified: any | null | undefined; + readonly createdAt: string; + readonly dateIdentified: string | null | undefined; readonly description: string | null | undefined; - readonly dueDate: any | null | undefined; + readonly dueDate: string | null | undefined; readonly effectivenessCheck: string | null | undefined; readonly id: string; readonly owner: { @@ -42,11 +42,11 @@ export type NonconformitiesPageFragment$data = { readonly rootCause: string; readonly snapshotId: string | null | undefined; readonly status: NonconformityStatus; - readonly updatedAt: any; + readonly updatedAt: string; }; }>; readonly pageInfo: { - readonly endCursor: any | null | undefined; + readonly endCursor: string | null | undefined; readonly hasNextPage: boolean; }; readonly totalCount: number; diff --git a/apps/console/src/__generated__/core/NonconformitiesPageRefetchQuery.graphql.ts b/apps/console/src/__generated__/core/NonconformitiesPageRefetchQuery.graphql.ts index 4eacddfbb..548c62fcc 100644 --- a/apps/console/src/__generated__/core/NonconformitiesPageRefetchQuery.graphql.ts +++ b/apps/console/src/__generated__/core/NonconformitiesPageRefetchQuery.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<> + * @generated SignedSource<<464a73547f605ed418f7e4e87b65032b>> * @lightSyntaxTransform * @nogrep */ @@ -11,7 +11,7 @@ import { ConcreteRequest } from 'relay-runtime'; import { FragmentRefs } from "relay-runtime"; export type NonconformitiesPageRefetchQuery$variables = { - after?: any | null | undefined; + after?: string | null | undefined; first?: number | null | undefined; id: string; snapshotId?: string | null | undefined; diff --git a/apps/console/src/__generated__/core/NonconformityGraphCreateMutation.graphql.ts b/apps/console/src/__generated__/core/NonconformityGraphCreateMutation.graphql.ts index 74b5c3a18..ed842c9d8 100644 --- a/apps/console/src/__generated__/core/NonconformityGraphCreateMutation.graphql.ts +++ b/apps/console/src/__generated__/core/NonconformityGraphCreateMutation.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<<77c22921ec67a1fb75f743dba1685698>> + * @generated SignedSource<<38092f8f7826b528d94c597c1edfb150>> * @lightSyntaxTransform * @nogrep */ @@ -13,9 +13,9 @@ export type NonconformityStatus = "CLOSED" | "IN_PROGRESS" | "OPEN"; export type CreateNonconformityInput = { auditId?: string | null | undefined; correctiveAction?: string | null | undefined; - dateIdentified?: any | null | undefined; + dateIdentified?: string | null | undefined; description?: string | null | undefined; - dueDate?: any | null | undefined; + dueDate?: string | null | undefined; effectivenessCheck?: string | null | undefined; organizationId: string; ownerId: string; @@ -39,10 +39,10 @@ export type NonconformityGraphCreateMutation$data = { } | null | undefined; readonly canDelete: boolean; readonly canUpdate: boolean; - readonly createdAt: any; - readonly dateIdentified: any | null | undefined; + readonly createdAt: string; + readonly dateIdentified: string | null | undefined; readonly description: string | null | undefined; - readonly dueDate: any | null | undefined; + readonly dueDate: string | null | undefined; readonly id: string; readonly owner: { readonly fullName: string; diff --git a/apps/console/src/__generated__/core/NonconformityGraphNodeQuery.graphql.ts b/apps/console/src/__generated__/core/NonconformityGraphNodeQuery.graphql.ts index ee6e1be8c..426167659 100644 --- a/apps/console/src/__generated__/core/NonconformityGraphNodeQuery.graphql.ts +++ b/apps/console/src/__generated__/core/NonconformityGraphNodeQuery.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<<97f85a5e54306b3b401a123c1d0fc41c>> + * @generated SignedSource<<6a3589d799bf9319227833a4356864b2>> * @lightSyntaxTransform * @nogrep */ @@ -25,10 +25,10 @@ export type NonconformityGraphNodeQuery$data = { readonly canDelete?: boolean; readonly canUpdate?: boolean; readonly correctiveAction?: string | null | undefined; - readonly createdAt?: any; - readonly dateIdentified?: any | null | undefined; + readonly createdAt?: string; + readonly dateIdentified?: string | null | undefined; readonly description?: string | null | undefined; - readonly dueDate?: any | null | undefined; + readonly dueDate?: string | null | undefined; readonly effectivenessCheck?: string | null | undefined; readonly id?: string; readonly organization?: { @@ -43,7 +43,7 @@ export type NonconformityGraphNodeQuery$data = { readonly rootCause?: string; readonly snapshotId?: string | null | undefined; readonly status?: NonconformityStatus; - readonly updatedAt?: any; + readonly updatedAt?: string; }; }; export type NonconformityGraphNodeQuery = { diff --git a/apps/console/src/__generated__/core/NonconformityGraphUpdateMutation.graphql.ts b/apps/console/src/__generated__/core/NonconformityGraphUpdateMutation.graphql.ts index f53793f80..4c7600dc8 100644 --- a/apps/console/src/__generated__/core/NonconformityGraphUpdateMutation.graphql.ts +++ b/apps/console/src/__generated__/core/NonconformityGraphUpdateMutation.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<<2f4ca0549a2e01d68d9fb752298beb4c>> + * @generated SignedSource<> * @lightSyntaxTransform * @nogrep */ @@ -13,9 +13,9 @@ export type NonconformityStatus = "CLOSED" | "IN_PROGRESS" | "OPEN"; export type UpdateNonconformityInput = { auditId?: string | null | undefined; correctiveAction?: string | null | undefined; - dateIdentified?: any | null | undefined; + dateIdentified?: string | null | undefined; description?: string | null | undefined; - dueDate?: any | null | undefined; + dueDate?: string | null | undefined; effectivenessCheck?: string | null | undefined; id: string; ownerId?: string | null | undefined; @@ -37,9 +37,9 @@ export type NonconformityGraphUpdateMutation$data = { readonly id: string; } | null | undefined; readonly correctiveAction: string | null | undefined; - readonly dateIdentified: any | null | undefined; + readonly dateIdentified: string | null | undefined; readonly description: string | null | undefined; - readonly dueDate: any | null | undefined; + readonly dueDate: string | null | undefined; readonly effectivenessCheck: string | null | undefined; readonly id: string; readonly owner: { @@ -49,7 +49,7 @@ export type NonconformityGraphUpdateMutation$data = { readonly referenceId: string; readonly rootCause: string; readonly status: NonconformityStatus; - readonly updatedAt: any; + readonly updatedAt: string; }; }; }; diff --git a/apps/console/src/__generated__/core/ObligationGraphCreateMutation.graphql.ts b/apps/console/src/__generated__/core/ObligationGraphCreateMutation.graphql.ts index 61f1533dd..4e8385369 100644 --- a/apps/console/src/__generated__/core/ObligationGraphCreateMutation.graphql.ts +++ b/apps/console/src/__generated__/core/ObligationGraphCreateMutation.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<> + * @generated SignedSource<<1f23de4809b353b4b807c3fa85146bf4>> * @lightSyntaxTransform * @nogrep */ @@ -14,8 +14,8 @@ export type ObligationType = "CONTRACTUAL" | "LEGAL"; export type CreateObligationInput = { actionsToBeImplemented?: string | null | undefined; area?: string | null | undefined; - dueDate?: any | null | undefined; - lastReviewDate?: any | null | undefined; + dueDate?: string | null | undefined; + lastReviewDate?: string | null | undefined; organizationId: string; ownerId: string; regulator?: string | null | undefined; @@ -36,10 +36,10 @@ export type ObligationGraphCreateMutation$data = { readonly area: string | null | undefined; readonly canDelete: boolean; readonly canUpdate: boolean; - readonly createdAt: any; - readonly dueDate: any | null | undefined; + readonly createdAt: string; + readonly dueDate: string | null | undefined; readonly id: string; - readonly lastReviewDate: any | null | undefined; + readonly lastReviewDate: string | null | undefined; readonly owner: { readonly fullName: string; readonly id: string; diff --git a/apps/console/src/__generated__/core/ObligationGraphNodeQuery.graphql.ts b/apps/console/src/__generated__/core/ObligationGraphNodeQuery.graphql.ts index e5a417b57..c26de9518 100644 --- a/apps/console/src/__generated__/core/ObligationGraphNodeQuery.graphql.ts +++ b/apps/console/src/__generated__/core/ObligationGraphNodeQuery.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<> + * @generated SignedSource<<200a1aba470ed72c73e3542bdc907315>> * @lightSyntaxTransform * @nogrep */ @@ -20,10 +20,10 @@ export type ObligationGraphNodeQuery$data = { readonly area?: string | null | undefined; readonly canDelete?: boolean; readonly canUpdate?: boolean; - readonly createdAt?: any; - readonly dueDate?: any | null | undefined; + readonly createdAt?: string; + readonly dueDate?: string | null | undefined; readonly id?: string; - readonly lastReviewDate?: any | null | undefined; + readonly lastReviewDate?: string | null | undefined; readonly organization?: { readonly id: string; readonly name: string; @@ -39,7 +39,7 @@ export type ObligationGraphNodeQuery$data = { readonly sourceId?: string | null | undefined; readonly status?: ObligationStatus; readonly type?: ObligationType; - readonly updatedAt?: any; + readonly updatedAt?: string; }; }; export type ObligationGraphNodeQuery = { diff --git a/apps/console/src/__generated__/core/ObligationGraphUpdateMutation.graphql.ts b/apps/console/src/__generated__/core/ObligationGraphUpdateMutation.graphql.ts index d63b4f210..bf191c20d 100644 --- a/apps/console/src/__generated__/core/ObligationGraphUpdateMutation.graphql.ts +++ b/apps/console/src/__generated__/core/ObligationGraphUpdateMutation.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<<879c7bec9540c7d9e46eecb2fd5243d7>> + * @generated SignedSource<> * @lightSyntaxTransform * @nogrep */ @@ -14,9 +14,9 @@ export type ObligationType = "CONTRACTUAL" | "LEGAL"; export type UpdateObligationInput = { actionsToBeImplemented?: string | null | undefined; area?: string | null | undefined; - dueDate?: any | null | undefined; + dueDate?: string | null | undefined; id: string; - lastReviewDate?: any | null | undefined; + lastReviewDate?: string | null | undefined; ownerId?: string | null | undefined; regulator?: string | null | undefined; requirement?: string | null | undefined; @@ -32,9 +32,9 @@ export type ObligationGraphUpdateMutation$data = { readonly obligation: { readonly actionsToBeImplemented: string | null | undefined; readonly area: string | null | undefined; - readonly dueDate: any | null | undefined; + readonly dueDate: string | null | undefined; readonly id: string; - readonly lastReviewDate: any | null | undefined; + readonly lastReviewDate: string | null | undefined; readonly owner: { readonly fullName: string; readonly id: string; @@ -44,7 +44,7 @@ export type ObligationGraphUpdateMutation$data = { readonly source: string | null | undefined; readonly status: ObligationStatus; readonly type: ObligationType; - readonly updatedAt: any; + readonly updatedAt: string; }; }; }; diff --git a/apps/console/src/__generated__/core/ObligationsPageFragment.graphql.ts b/apps/console/src/__generated__/core/ObligationsPageFragment.graphql.ts index 9b85b1772..17029b60e 100644 --- a/apps/console/src/__generated__/core/ObligationsPageFragment.graphql.ts +++ b/apps/console/src/__generated__/core/ObligationsPageFragment.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<<12b46e529db9caa863dc6f97eaee0c26>> + * @generated SignedSource<> * @lightSyntaxTransform * @nogrep */ @@ -21,10 +21,10 @@ export type ObligationsPageFragment$data = { readonly area: string | null | undefined; readonly canDelete: boolean; readonly canUpdate: boolean; - readonly createdAt: any; - readonly dueDate: any | null | undefined; + readonly createdAt: string; + readonly dueDate: string | null | undefined; readonly id: string; - readonly lastReviewDate: any | null | undefined; + readonly lastReviewDate: string | null | undefined; readonly owner: { readonly fullName: string; readonly id: string; @@ -35,11 +35,11 @@ export type ObligationsPageFragment$data = { readonly source: string | null | undefined; readonly sourceId: string | null | undefined; readonly status: ObligationStatus; - readonly updatedAt: any; + readonly updatedAt: string; }; }>; readonly pageInfo: { - readonly endCursor: any | null | undefined; + readonly endCursor: string | null | undefined; readonly hasNextPage: boolean; }; readonly totalCount: number; diff --git a/apps/console/src/__generated__/core/ObligationsPageRefetchQuery.graphql.ts b/apps/console/src/__generated__/core/ObligationsPageRefetchQuery.graphql.ts index 114cf9a1e..323d12b67 100644 --- a/apps/console/src/__generated__/core/ObligationsPageRefetchQuery.graphql.ts +++ b/apps/console/src/__generated__/core/ObligationsPageRefetchQuery.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<<70d87b06a0ba8d361312388f587e14a4>> + * @generated SignedSource<<1ac1cfaaf7028d5f1a6f1daf69290cdc>> * @lightSyntaxTransform * @nogrep */ @@ -11,7 +11,7 @@ import { ConcreteRequest } from 'relay-runtime'; import { FragmentRefs } from "relay-runtime"; export type ObligationsPageRefetchQuery$variables = { - after?: any | null | undefined; + after?: string | null | undefined; first?: number | null | undefined; id: string; snapshotId?: string | null | undefined; diff --git a/apps/console/src/__generated__/core/PeopleGraphNodeQuery.graphql.ts b/apps/console/src/__generated__/core/PeopleGraphNodeQuery.graphql.ts index 88f6b2e03..1286bf582 100644 --- a/apps/console/src/__generated__/core/PeopleGraphNodeQuery.graphql.ts +++ b/apps/console/src/__generated__/core/PeopleGraphNodeQuery.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<<547fca558bc3b4667355cef5d830c9ca>> + * @generated SignedSource<<9cdea24323a4e31f80ec9a2327d475d5>> * @lightSyntaxTransform * @nogrep */ @@ -15,16 +15,16 @@ export type PeopleGraphNodeQuery$variables = { }; export type PeopleGraphNodeQuery$data = { readonly node: { - readonly additionalEmailAddresses?: ReadonlyArray; + readonly additionalEmailAddresses?: ReadonlyArray; readonly canDelete?: boolean; readonly canUpdate?: boolean; - readonly contractEndDate?: any | null | undefined; - readonly contractStartDate?: any | null | undefined; + readonly contractEndDate?: string | null | undefined; + readonly contractStartDate?: string | null | undefined; readonly fullName?: string; readonly id?: string; readonly kind?: PeopleKind; readonly position?: string | null | undefined; - readonly primaryEmailAddress?: any; + readonly primaryEmailAddress?: string; }; }; export type PeopleGraphNodeQuery = { diff --git a/apps/console/src/__generated__/core/PeopleGraphPaginatedFragment.graphql.ts b/apps/console/src/__generated__/core/PeopleGraphPaginatedFragment.graphql.ts index 2ed0fdb1a..75600dd9e 100644 --- a/apps/console/src/__generated__/core/PeopleGraphPaginatedFragment.graphql.ts +++ b/apps/console/src/__generated__/core/PeopleGraphPaginatedFragment.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<<2f4336da58b8ec9db40d3b90a75a750f>> + * @generated SignedSource<<59393bd95d26b50bb20f933e548497cb>> * @lightSyntaxTransform * @nogrep */ @@ -18,16 +18,16 @@ export type PeopleGraphPaginatedFragment$data = { readonly __id: string; readonly edges: ReadonlyArray<{ readonly node: { - readonly additionalEmailAddresses: ReadonlyArray; + readonly additionalEmailAddresses: ReadonlyArray; readonly canDelete: boolean; readonly canUpdate: boolean; - readonly contractEndDate: any | null | undefined; - readonly contractStartDate: any | null | undefined; + readonly contractEndDate: string | null | undefined; + readonly contractStartDate: string | null | undefined; readonly fullName: string; readonly id: string; readonly kind: PeopleKind; readonly position: string | null | undefined; - readonly primaryEmailAddress: any; + readonly primaryEmailAddress: string; }; }>; }; diff --git a/apps/console/src/__generated__/core/PeopleGraphQuery.graphql.ts b/apps/console/src/__generated__/core/PeopleGraphQuery.graphql.ts index 69bb0968e..2ac5f68b9 100644 --- a/apps/console/src/__generated__/core/PeopleGraphQuery.graphql.ts +++ b/apps/console/src/__generated__/core/PeopleGraphQuery.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<<8d8fcf4db72f5417db8a4f32129a687a>> + * @generated SignedSource<<3b196ff5779051fcd1ed9cca6b7be112>> * @lightSyntaxTransform * @nogrep */ @@ -23,7 +23,7 @@ export type PeopleGraphQuery$data = { readonly node: { readonly fullName: string; readonly id: string; - readonly primaryEmailAddress: any; + readonly primaryEmailAddress: string; }; }>; }; diff --git a/apps/console/src/__generated__/core/PeopleGraphUpdateMutation.graphql.ts b/apps/console/src/__generated__/core/PeopleGraphUpdateMutation.graphql.ts index a56eca9bd..c8ae13e0f 100644 --- a/apps/console/src/__generated__/core/PeopleGraphUpdateMutation.graphql.ts +++ b/apps/console/src/__generated__/core/PeopleGraphUpdateMutation.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<<904f3388abab4e5e84dddf0528530a46>> + * @generated SignedSource<<2118560efee5903bb0199e651ac49e2e>> * @lightSyntaxTransform * @nogrep */ @@ -11,14 +11,14 @@ import { ConcreteRequest } from 'relay-runtime'; export type PeopleKind = "CONTRACTOR" | "EMPLOYEE" | "SERVICE_ACCOUNT"; export type UpdatePeopleInput = { - additionalEmailAddresses?: ReadonlyArray | null | undefined; - contractEndDate?: any | null | undefined; - contractStartDate?: any | null | undefined; + additionalEmailAddresses?: ReadonlyArray | null | undefined; + contractEndDate?: string | null | undefined; + contractStartDate?: string | null | undefined; fullName?: string | null | undefined; id: string; kind?: PeopleKind | null | undefined; position?: string | null | undefined; - primaryEmailAddress?: any | null | undefined; + primaryEmailAddress?: string | null | undefined; }; export type PeopleGraphUpdateMutation$variables = { input: UpdatePeopleInput; @@ -26,14 +26,14 @@ export type PeopleGraphUpdateMutation$variables = { export type PeopleGraphUpdateMutation$data = { readonly updatePeople: { readonly people: { - readonly additionalEmailAddresses: ReadonlyArray; - readonly contractEndDate: any | null | undefined; - readonly contractStartDate: any | null | undefined; + readonly additionalEmailAddresses: ReadonlyArray; + readonly contractEndDate: string | null | undefined; + readonly contractStartDate: string | null | undefined; readonly fullName: string; readonly id: string; readonly kind: PeopleKind; readonly position: string | null | undefined; - readonly primaryEmailAddress: any; + readonly primaryEmailAddress: string; }; }; }; diff --git a/apps/console/src/__generated__/core/PeopleListQuery.graphql.ts b/apps/console/src/__generated__/core/PeopleListQuery.graphql.ts index 864df0c4b..fd01ca346 100644 --- a/apps/console/src/__generated__/core/PeopleListQuery.graphql.ts +++ b/apps/console/src/__generated__/core/PeopleListQuery.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<<9f37a0466d956646c36ab3afe67a4664>> + * @generated SignedSource<> * @lightSyntaxTransform * @nogrep */ @@ -20,8 +20,8 @@ export type PeopleOrder = { field: PeopleOrderField; }; export type PeopleListQuery$variables = { - after?: any | null | undefined; - before?: any | null | undefined; + after?: string | null | undefined; + before?: string | null | undefined; filter?: PeopleFilter | null | undefined; first?: number | null | undefined; id: string; diff --git a/apps/console/src/__generated__/core/ProcessingActivitiesPageDPIAFragment.graphql.ts b/apps/console/src/__generated__/core/ProcessingActivitiesPageDPIAFragment.graphql.ts index 046644306..ada931c35 100644 --- a/apps/console/src/__generated__/core/ProcessingActivitiesPageDPIAFragment.graphql.ts +++ b/apps/console/src/__generated__/core/ProcessingActivitiesPageDPIAFragment.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<<5f8b1950dc00b28dac0ae08df590924e>> + * @generated SignedSource<> * @lightSyntaxTransform * @nogrep */ @@ -16,7 +16,7 @@ export type ProcessingActivitiesPageDPIAFragment$data = { readonly __id: string; readonly edges: ReadonlyArray<{ readonly node: { - readonly createdAt: any; + readonly createdAt: string; readonly description: string | null | undefined; readonly id: string; readonly potentialRisk: string | null | undefined; @@ -25,11 +25,11 @@ export type ProcessingActivitiesPageDPIAFragment$data = { readonly name: string; }; readonly residualRisk: DataProtectionImpactAssessmentResidualRisk | null | undefined; - readonly updatedAt: any; + readonly updatedAt: string; }; }>; readonly pageInfo: { - readonly endCursor: any | null | undefined; + readonly endCursor: string | null | undefined; readonly hasNextPage: boolean; }; readonly totalCount: number; diff --git a/apps/console/src/__generated__/core/ProcessingActivitiesPageDPIARefetchQuery.graphql.ts b/apps/console/src/__generated__/core/ProcessingActivitiesPageDPIARefetchQuery.graphql.ts index 9e0985d9d..630cfb73f 100644 --- a/apps/console/src/__generated__/core/ProcessingActivitiesPageDPIARefetchQuery.graphql.ts +++ b/apps/console/src/__generated__/core/ProcessingActivitiesPageDPIARefetchQuery.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<<9bde8f385a0f31b1738122ca97cb02e9>> + * @generated SignedSource<> * @lightSyntaxTransform * @nogrep */ @@ -11,7 +11,7 @@ import { ConcreteRequest } from 'relay-runtime'; import { FragmentRefs } from "relay-runtime"; export type ProcessingActivitiesPageDPIARefetchQuery$variables = { - after?: any | null | undefined; + after?: string | null | undefined; first?: number | null | undefined; id: string; snapshotId?: string | null | undefined; diff --git a/apps/console/src/__generated__/core/ProcessingActivitiesPageFragment.graphql.ts b/apps/console/src/__generated__/core/ProcessingActivitiesPageFragment.graphql.ts index 10a4ea4a6..4ca3270f1 100644 --- a/apps/console/src/__generated__/core/ProcessingActivitiesPageFragment.graphql.ts +++ b/apps/console/src/__generated__/core/ProcessingActivitiesPageFragment.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<<720ca14096de267a177e9f8e4b549036>> + * @generated SignedSource<> * @lightSyntaxTransform * @nogrep */ @@ -17,7 +17,7 @@ export type ProcessingActivitiesPageFragment$data = { readonly __id: string; readonly edges: ReadonlyArray<{ readonly node: { - readonly createdAt: any; + readonly createdAt: string; readonly dataSubjectCategory: string | null | undefined; readonly id: string; readonly internationalTransfers: boolean; @@ -28,11 +28,11 @@ export type ProcessingActivitiesPageFragment$data = { readonly purpose: string | null | undefined; readonly snapshotId: string | null | undefined; readonly sourceId: string | null | undefined; - readonly updatedAt: any; + readonly updatedAt: string; }; }>; readonly pageInfo: { - readonly endCursor: any | null | undefined; + readonly endCursor: string | null | undefined; readonly hasNextPage: boolean; }; readonly totalCount: number; diff --git a/apps/console/src/__generated__/core/ProcessingActivitiesPageRefetchQuery.graphql.ts b/apps/console/src/__generated__/core/ProcessingActivitiesPageRefetchQuery.graphql.ts index bc9ec359b..f022c7cb9 100644 --- a/apps/console/src/__generated__/core/ProcessingActivitiesPageRefetchQuery.graphql.ts +++ b/apps/console/src/__generated__/core/ProcessingActivitiesPageRefetchQuery.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<<38414e52b180db9b290d16231a2c69ef>> + * @generated SignedSource<<0408262bc53f870212c3a87156f861f4>> * @lightSyntaxTransform * @nogrep */ @@ -11,7 +11,7 @@ import { ConcreteRequest } from 'relay-runtime'; import { FragmentRefs } from "relay-runtime"; export type ProcessingActivitiesPageRefetchQuery$variables = { - after?: any | null | undefined; + after?: string | null | undefined; first?: number | null | undefined; id: string; snapshotId?: string | null | undefined; diff --git a/apps/console/src/__generated__/core/ProcessingActivitiesPageTIAFragment.graphql.ts b/apps/console/src/__generated__/core/ProcessingActivitiesPageTIAFragment.graphql.ts index 2343bacd3..a799112b3 100644 --- a/apps/console/src/__generated__/core/ProcessingActivitiesPageTIAFragment.graphql.ts +++ b/apps/console/src/__generated__/core/ProcessingActivitiesPageTIAFragment.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<> + * @generated SignedSource<<6f67465a1bac4f3cac9c891b9c4cc9a1>> * @lightSyntaxTransform * @nogrep */ @@ -16,7 +16,7 @@ export type ProcessingActivitiesPageTIAFragment$data = { readonly __id: string; readonly edges: ReadonlyArray<{ readonly node: { - readonly createdAt: any; + readonly createdAt: string; readonly dataSubjects: string | null | undefined; readonly id: string; readonly localLawRisk: string | null | undefined; @@ -25,11 +25,11 @@ export type ProcessingActivitiesPageTIAFragment$data = { readonly name: string; }; readonly transfer: string | null | undefined; - readonly updatedAt: any; + readonly updatedAt: string; }; }>; readonly pageInfo: { - readonly endCursor: any | null | undefined; + readonly endCursor: string | null | undefined; readonly hasNextPage: boolean; }; readonly totalCount: number; diff --git a/apps/console/src/__generated__/core/ProcessingActivitiesPageTIARefetchQuery.graphql.ts b/apps/console/src/__generated__/core/ProcessingActivitiesPageTIARefetchQuery.graphql.ts index e46b63fe9..7f4b13a00 100644 --- a/apps/console/src/__generated__/core/ProcessingActivitiesPageTIARefetchQuery.graphql.ts +++ b/apps/console/src/__generated__/core/ProcessingActivitiesPageTIARefetchQuery.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<> + * @generated SignedSource<> * @lightSyntaxTransform * @nogrep */ @@ -11,7 +11,7 @@ import { ConcreteRequest } from 'relay-runtime'; import { FragmentRefs } from "relay-runtime"; export type ProcessingActivitiesPageTIARefetchQuery$variables = { - after?: any | null | undefined; + after?: string | null | undefined; first?: number | null | undefined; id: string; snapshotId?: string | null | undefined; diff --git a/apps/console/src/__generated__/core/ProcessingActivityGraphCreateDPIAMutation.graphql.ts b/apps/console/src/__generated__/core/ProcessingActivityGraphCreateDPIAMutation.graphql.ts index 244317513..0c517b5c4 100644 --- a/apps/console/src/__generated__/core/ProcessingActivityGraphCreateDPIAMutation.graphql.ts +++ b/apps/console/src/__generated__/core/ProcessingActivityGraphCreateDPIAMutation.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<<93963be550c1cf4d590c0e7186b5d10f>> + * @generated SignedSource<> * @lightSyntaxTransform * @nogrep */ @@ -24,14 +24,14 @@ export type ProcessingActivityGraphCreateDPIAMutation$variables = { export type ProcessingActivityGraphCreateDPIAMutation$data = { readonly createDataProtectionImpactAssessment: { readonly dataProtectionImpactAssessment: { - readonly createdAt: any; + readonly createdAt: string; readonly description: string | null | undefined; readonly id: string; readonly mitigations: string | null | undefined; readonly necessityAndProportionality: string | null | undefined; readonly potentialRisk: string | null | undefined; readonly residualRisk: DataProtectionImpactAssessmentResidualRisk | null | undefined; - readonly updatedAt: any; + readonly updatedAt: string; }; }; }; diff --git a/apps/console/src/__generated__/core/ProcessingActivityGraphCreateMutation.graphql.ts b/apps/console/src/__generated__/core/ProcessingActivityGraphCreateMutation.graphql.ts index 43c597331..e4a551db0 100644 --- a/apps/console/src/__generated__/core/ProcessingActivityGraphCreateMutation.graphql.ts +++ b/apps/console/src/__generated__/core/ProcessingActivityGraphCreateMutation.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<> + * @generated SignedSource<> * @lightSyntaxTransform * @nogrep */ @@ -21,11 +21,11 @@ export type CreateProcessingActivityInput = { dataProtectionOfficerId?: string | null | undefined; dataSubjectCategory?: string | null | undefined; internationalTransfers: boolean; - lastReviewDate?: any | null | undefined; + lastReviewDate?: string | null | undefined; lawfulBasis: ProcessingActivityLawfulBasis; location?: string | null | undefined; name: string; - nextReviewDate?: any | null | undefined; + nextReviewDate?: string | null | undefined; organizationId: string; personalDataCategory?: string | null | undefined; purpose?: string | null | undefined; @@ -47,7 +47,7 @@ export type ProcessingActivityGraphCreateMutation$data = { readonly processingActivityEdge: { readonly node: { readonly consentEvidenceLink: string | null | undefined; - readonly createdAt: any; + readonly createdAt: string; readonly dataProtectionImpactAssessmentNeeded: ProcessingActivityDataProtectionImpactAssessment; readonly dataProtectionOfficer: { readonly fullName: string; @@ -56,11 +56,11 @@ export type ProcessingActivityGraphCreateMutation$data = { readonly dataSubjectCategory: string | null | undefined; readonly id: string; readonly internationalTransfers: boolean; - readonly lastReviewDate: any | null | undefined; + readonly lastReviewDate: string | null | undefined; readonly lawfulBasis: ProcessingActivityLawfulBasis; readonly location: string | null | undefined; readonly name: string; - readonly nextReviewDate: any | null | undefined; + readonly nextReviewDate: string | null | undefined; readonly personalDataCategory: string | null | undefined; readonly purpose: string | null | undefined; readonly recipients: string | null | undefined; diff --git a/apps/console/src/__generated__/core/ProcessingActivityGraphCreateTIAMutation.graphql.ts b/apps/console/src/__generated__/core/ProcessingActivityGraphCreateTIAMutation.graphql.ts index f826fd5f6..e41582114 100644 --- a/apps/console/src/__generated__/core/ProcessingActivityGraphCreateTIAMutation.graphql.ts +++ b/apps/console/src/__generated__/core/ProcessingActivityGraphCreateTIAMutation.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<> + * @generated SignedSource<<540f500784ebd0386ced3eb31a6afa49>> * @lightSyntaxTransform * @nogrep */ @@ -23,14 +23,14 @@ export type ProcessingActivityGraphCreateTIAMutation$variables = { export type ProcessingActivityGraphCreateTIAMutation$data = { readonly createTransferImpactAssessment: { readonly transferImpactAssessment: { - readonly createdAt: any; + readonly createdAt: string; readonly dataSubjects: string | null | undefined; readonly id: string; readonly legalMechanism: string | null | undefined; readonly localLawRisk: string | null | undefined; readonly supplementaryMeasures: string | null | undefined; readonly transfer: string | null | undefined; - readonly updatedAt: any; + readonly updatedAt: string; }; }; }; diff --git a/apps/console/src/__generated__/core/ProcessingActivityGraphNodeQuery.graphql.ts b/apps/console/src/__generated__/core/ProcessingActivityGraphNodeQuery.graphql.ts index e3f1fe293..14a57ef39 100644 --- a/apps/console/src/__generated__/core/ProcessingActivityGraphNodeQuery.graphql.ts +++ b/apps/console/src/__generated__/core/ProcessingActivityGraphNodeQuery.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<> + * @generated SignedSource<> * @lightSyntaxTransform * @nogrep */ @@ -23,16 +23,16 @@ export type ProcessingActivityGraphNodeQuery$variables = { export type ProcessingActivityGraphNodeQuery$data = { readonly node: { readonly consentEvidenceLink?: string | null | undefined; - readonly createdAt?: any; + readonly createdAt?: string; readonly dataProtectionImpactAssessment?: { - readonly createdAt: any; + readonly createdAt: string; readonly description: string | null | undefined; readonly id: string; readonly mitigations: string | null | undefined; readonly necessityAndProportionality: string | null | undefined; readonly potentialRisk: string | null | undefined; readonly residualRisk: DataProtectionImpactAssessmentResidualRisk | null | undefined; - readonly updatedAt: any; + readonly updatedAt: string; } | null | undefined; readonly dataProtectionImpactAssessmentNeeded?: ProcessingActivityDataProtectionImpactAssessment; readonly dataProtectionOfficer?: { @@ -42,11 +42,11 @@ export type ProcessingActivityGraphNodeQuery$data = { readonly dataSubjectCategory?: string | null | undefined; readonly id?: string; readonly internationalTransfers?: boolean; - readonly lastReviewDate?: any | null | undefined; + readonly lastReviewDate?: string | null | undefined; readonly lawfulBasis?: ProcessingActivityLawfulBasis; readonly location?: string | null | undefined; readonly name?: string; - readonly nextReviewDate?: any | null | undefined; + readonly nextReviewDate?: string | null | undefined; readonly organization?: { readonly id: string; readonly name: string; @@ -60,18 +60,18 @@ export type ProcessingActivityGraphNodeQuery$data = { readonly snapshotId?: string | null | undefined; readonly specialOrCriminalData?: ProcessingActivitySpecialOrCriminalDatum; readonly transferImpactAssessment?: { - readonly createdAt: any; + readonly createdAt: string; readonly dataSubjects: string | null | undefined; readonly id: string; readonly legalMechanism: string | null | undefined; readonly localLawRisk: string | null | undefined; readonly supplementaryMeasures: string | null | undefined; readonly transfer: string | null | undefined; - readonly updatedAt: any; + readonly updatedAt: string; } | null | undefined; readonly transferImpactAssessmentNeeded?: ProcessingActivityTransferImpactAssessment; readonly transferSafeguards?: ProcessingActivityTransferSafeguard | null | undefined; - readonly updatedAt?: any; + readonly updatedAt?: string; readonly vendors?: { readonly edges: ReadonlyArray<{ readonly node: { diff --git a/apps/console/src/__generated__/core/ProcessingActivityGraphUpdateDPIAMutation.graphql.ts b/apps/console/src/__generated__/core/ProcessingActivityGraphUpdateDPIAMutation.graphql.ts index 2ba667adb..53fbc6a26 100644 --- a/apps/console/src/__generated__/core/ProcessingActivityGraphUpdateDPIAMutation.graphql.ts +++ b/apps/console/src/__generated__/core/ProcessingActivityGraphUpdateDPIAMutation.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<<19aee9e171835b912cf2e241f2d4c984>> + * @generated SignedSource<<9bd2a9a518e61ab378f74e7fd2521a01>> * @lightSyntaxTransform * @nogrep */ @@ -24,14 +24,14 @@ export type ProcessingActivityGraphUpdateDPIAMutation$variables = { export type ProcessingActivityGraphUpdateDPIAMutation$data = { readonly updateDataProtectionImpactAssessment: { readonly dataProtectionImpactAssessment: { - readonly createdAt: any; + readonly createdAt: string; readonly description: string | null | undefined; readonly id: string; readonly mitigations: string | null | undefined; readonly necessityAndProportionality: string | null | undefined; readonly potentialRisk: string | null | undefined; readonly residualRisk: DataProtectionImpactAssessmentResidualRisk | null | undefined; - readonly updatedAt: any; + readonly updatedAt: string; }; }; }; diff --git a/apps/console/src/__generated__/core/ProcessingActivityGraphUpdateMutation.graphql.ts b/apps/console/src/__generated__/core/ProcessingActivityGraphUpdateMutation.graphql.ts index 8ef1d7735..071696288 100644 --- a/apps/console/src/__generated__/core/ProcessingActivityGraphUpdateMutation.graphql.ts +++ b/apps/console/src/__generated__/core/ProcessingActivityGraphUpdateMutation.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<<6eabaaaf48f838135b6b55f35a591b60>> + * @generated SignedSource<<3c389bd21593ce8129cdfca360d3a89d>> * @lightSyntaxTransform * @nogrep */ @@ -22,11 +22,11 @@ export type UpdateProcessingActivityInput = { dataSubjectCategory?: string | null | undefined; id: string; internationalTransfers?: boolean | null | undefined; - lastReviewDate?: any | null | undefined; + lastReviewDate?: string | null | undefined; lawfulBasis?: ProcessingActivityLawfulBasis | null | undefined; location?: string | null | undefined; name?: string | null | undefined; - nextReviewDate?: any | null | undefined; + nextReviewDate?: string | null | undefined; personalDataCategory?: string | null | undefined; purpose?: string | null | undefined; recipients?: string | null | undefined; @@ -53,11 +53,11 @@ export type ProcessingActivityGraphUpdateMutation$data = { readonly dataSubjectCategory: string | null | undefined; readonly id: string; readonly internationalTransfers: boolean; - readonly lastReviewDate: any | null | undefined; + readonly lastReviewDate: string | null | undefined; readonly lawfulBasis: ProcessingActivityLawfulBasis; readonly location: string | null | undefined; readonly name: string; - readonly nextReviewDate: any | null | undefined; + readonly nextReviewDate: string | null | undefined; readonly personalDataCategory: string | null | undefined; readonly purpose: string | null | undefined; readonly recipients: string | null | undefined; @@ -67,7 +67,7 @@ export type ProcessingActivityGraphUpdateMutation$data = { readonly specialOrCriminalData: ProcessingActivitySpecialOrCriminalDatum; readonly transferImpactAssessmentNeeded: ProcessingActivityTransferImpactAssessment; readonly transferSafeguards: ProcessingActivityTransferSafeguard | null | undefined; - readonly updatedAt: any; + readonly updatedAt: string; readonly vendors: { readonly edges: ReadonlyArray<{ readonly node: { diff --git a/apps/console/src/__generated__/core/ProcessingActivityGraphUpdateTIAMutation.graphql.ts b/apps/console/src/__generated__/core/ProcessingActivityGraphUpdateTIAMutation.graphql.ts index a8b54c01a..a2b9fc0d8 100644 --- a/apps/console/src/__generated__/core/ProcessingActivityGraphUpdateTIAMutation.graphql.ts +++ b/apps/console/src/__generated__/core/ProcessingActivityGraphUpdateTIAMutation.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<<65e2c220baf8f50b789a91479ff1c328>> + * @generated SignedSource<> * @lightSyntaxTransform * @nogrep */ @@ -23,14 +23,14 @@ export type ProcessingActivityGraphUpdateTIAMutation$variables = { export type ProcessingActivityGraphUpdateTIAMutation$data = { readonly updateTransferImpactAssessment: { readonly transferImpactAssessment: { - readonly createdAt: any; + readonly createdAt: string; readonly dataSubjects: string | null | undefined; readonly id: string; readonly legalMechanism: string | null | undefined; readonly localLawRisk: string | null | undefined; readonly supplementaryMeasures: string | null | undefined; readonly transfer: string | null | undefined; - readonly updatedAt: any; + readonly updatedAt: string; }; }; }; diff --git a/apps/console/src/__generated__/core/RightsRequestGraphCreateMutation.graphql.ts b/apps/console/src/__generated__/core/RightsRequestGraphCreateMutation.graphql.ts index e985175fc..b7f2b97bf 100644 --- a/apps/console/src/__generated__/core/RightsRequestGraphCreateMutation.graphql.ts +++ b/apps/console/src/__generated__/core/RightsRequestGraphCreateMutation.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<<630d2ddf409889a6c1632063d18a2545>> + * @generated SignedSource<<77e3b75def25c670d0c069140d111507>> * @lightSyntaxTransform * @nogrep */ @@ -15,7 +15,7 @@ export type CreateRightsRequestInput = { actionTaken?: string | null | undefined; contact?: string | null | undefined; dataSubject?: string | null | undefined; - deadline?: any | null | undefined; + deadline?: string | null | undefined; details?: string | null | undefined; organizationId: string; requestState: RightsRequestState; @@ -31,9 +31,9 @@ export type RightsRequestGraphCreateMutation$data = { readonly node: { readonly actionTaken: string | null | undefined; readonly contact: string | null | undefined; - readonly createdAt: any; + readonly createdAt: string; readonly dataSubject: string | null | undefined; - readonly deadline: any | null | undefined; + readonly deadline: string | null | undefined; readonly details: string | null | undefined; readonly id: string; readonly requestState: RightsRequestState; diff --git a/apps/console/src/__generated__/core/RightsRequestGraphNodeQuery.graphql.ts b/apps/console/src/__generated__/core/RightsRequestGraphNodeQuery.graphql.ts index 43c98fced..27c58de7d 100644 --- a/apps/console/src/__generated__/core/RightsRequestGraphNodeQuery.graphql.ts +++ b/apps/console/src/__generated__/core/RightsRequestGraphNodeQuery.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<<7314c67aea13775f772b81880c524a60>> + * @generated SignedSource<<23949230cfdefa0c2a321d4fa38e3ace>> * @lightSyntaxTransform * @nogrep */ @@ -18,9 +18,9 @@ export type RightsRequestGraphNodeQuery$data = { readonly node: { readonly actionTaken?: string | null | undefined; readonly contact?: string | null | undefined; - readonly createdAt?: any; + readonly createdAt?: string; readonly dataSubject?: string | null | undefined; - readonly deadline?: any | null | undefined; + readonly deadline?: string | null | undefined; readonly details?: string | null | undefined; readonly id?: string; readonly organization?: { @@ -29,7 +29,7 @@ export type RightsRequestGraphNodeQuery$data = { }; readonly requestState?: RightsRequestState; readonly requestType?: RightsRequestType; - readonly updatedAt?: any; + readonly updatedAt?: string; }; }; export type RightsRequestGraphNodeQuery = { diff --git a/apps/console/src/__generated__/core/RightsRequestGraphUpdateMutation.graphql.ts b/apps/console/src/__generated__/core/RightsRequestGraphUpdateMutation.graphql.ts index 79da668c9..8836e973c 100644 --- a/apps/console/src/__generated__/core/RightsRequestGraphUpdateMutation.graphql.ts +++ b/apps/console/src/__generated__/core/RightsRequestGraphUpdateMutation.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<> + * @generated SignedSource<> * @lightSyntaxTransform * @nogrep */ @@ -15,7 +15,7 @@ export type UpdateRightsRequestInput = { actionTaken?: string | null | undefined; contact?: string | null | undefined; dataSubject?: string | null | undefined; - deadline?: any | null | undefined; + deadline?: string | null | undefined; details?: string | null | undefined; id: string; requestState?: RightsRequestState | null | undefined; @@ -30,12 +30,12 @@ export type RightsRequestGraphUpdateMutation$data = { readonly actionTaken: string | null | undefined; readonly contact: string | null | undefined; readonly dataSubject: string | null | undefined; - readonly deadline: any | null | undefined; + readonly deadline: string | null | undefined; readonly details: string | null | undefined; readonly id: string; readonly requestState: RightsRequestState; readonly requestType: RightsRequestType; - readonly updatedAt: any; + readonly updatedAt: string; }; }; }; diff --git a/apps/console/src/__generated__/core/RightsRequestsPageFragment.graphql.ts b/apps/console/src/__generated__/core/RightsRequestsPageFragment.graphql.ts index c119e1ccf..51e7ef64a 100644 --- a/apps/console/src/__generated__/core/RightsRequestsPageFragment.graphql.ts +++ b/apps/console/src/__generated__/core/RightsRequestsPageFragment.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<<4b94130573ce20c5879e717c00128fbb>> + * @generated SignedSource<<10add82cf941c1776c712d87451b6da1>> * @lightSyntaxTransform * @nogrep */ @@ -20,18 +20,18 @@ export type RightsRequestsPageFragment$data = { readonly node: { readonly actionTaken: string | null | undefined; readonly contact: string | null | undefined; - readonly createdAt: any; + readonly createdAt: string; readonly dataSubject: string | null | undefined; - readonly deadline: any | null | undefined; + readonly deadline: string | null | undefined; readonly details: string | null | undefined; readonly id: string; readonly requestState: RightsRequestState; readonly requestType: RightsRequestType; - readonly updatedAt: any; + readonly updatedAt: string; }; }>; readonly pageInfo: { - readonly endCursor: any | null | undefined; + readonly endCursor: string | null | undefined; readonly hasNextPage: boolean; }; readonly totalCount: number; diff --git a/apps/console/src/__generated__/core/RightsRequestsPageRefetchQuery.graphql.ts b/apps/console/src/__generated__/core/RightsRequestsPageRefetchQuery.graphql.ts index 0c95669f4..815569d91 100644 --- a/apps/console/src/__generated__/core/RightsRequestsPageRefetchQuery.graphql.ts +++ b/apps/console/src/__generated__/core/RightsRequestsPageRefetchQuery.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<> + * @generated SignedSource<<47e719a83abc9c6cb5f5e1140f70cf70>> * @lightSyntaxTransform * @nogrep */ @@ -11,7 +11,7 @@ import { ConcreteRequest } from 'relay-runtime'; import { FragmentRefs } from "relay-runtime"; export type RightsRequestsPageRefetchQuery$variables = { - after?: any | null | undefined; + after?: string | null | undefined; first?: number | null | undefined; id: string; }; diff --git a/apps/console/src/__generated__/core/RiskControlsTabControlsQuery.graphql.ts b/apps/console/src/__generated__/core/RiskControlsTabControlsQuery.graphql.ts index 8fb2de6cb..5c3cbc21d 100644 --- a/apps/console/src/__generated__/core/RiskControlsTabControlsQuery.graphql.ts +++ b/apps/console/src/__generated__/core/RiskControlsTabControlsQuery.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<<082144ec3a6a9a4afe38398cdc3e84ed>> + * @generated SignedSource<> * @lightSyntaxTransform * @nogrep */ @@ -20,8 +20,8 @@ export type ControlOrder = { field: ControlOrderField; }; export type RiskControlsTabControlsQuery$variables = { - after?: any | null | undefined; - before?: any | null | undefined; + after?: string | null | undefined; + before?: string | null | undefined; filter?: ControlFilter | null | undefined; first?: number | null | undefined; id: string; diff --git a/apps/console/src/__generated__/core/RisksListQuery.graphql.ts b/apps/console/src/__generated__/core/RisksListQuery.graphql.ts index 467763da9..c464e365a 100644 --- a/apps/console/src/__generated__/core/RisksListQuery.graphql.ts +++ b/apps/console/src/__generated__/core/RisksListQuery.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<<29125e9f2562c96a6076ed8b0504a4b1>> + * @generated SignedSource<<8c69925ff6e0312b590896229c9bc688>> * @lightSyntaxTransform * @nogrep */ @@ -17,8 +17,8 @@ export type RiskOrder = { field: RiskOrderField; }; export type RisksListQuery$variables = { - after?: any | null | undefined; - before?: any | null | undefined; + after?: string | null | undefined; + before?: string | null | undefined; first?: number | null | undefined; id: string; last?: number | null | undefined; diff --git a/apps/console/src/__generated__/core/SnapshotBannerQuery.graphql.ts b/apps/console/src/__generated__/core/SnapshotBannerQuery.graphql.ts index 42d8cfdec..786925808 100644 --- a/apps/console/src/__generated__/core/SnapshotBannerQuery.graphql.ts +++ b/apps/console/src/__generated__/core/SnapshotBannerQuery.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<> + * @generated SignedSource<<2b49935877fd64d39d0cfd649f3f01a5>> * @lightSyntaxTransform * @nogrep */ @@ -15,7 +15,7 @@ export type SnapshotBannerQuery$variables = { }; export type SnapshotBannerQuery$data = { readonly node: { - readonly createdAt?: any; + readonly createdAt?: string; readonly id?: string; readonly name?: string; readonly type?: SnapshotsType; diff --git a/apps/console/src/__generated__/core/SnapshotFormDialogCreateMutation.graphql.ts b/apps/console/src/__generated__/core/SnapshotFormDialogCreateMutation.graphql.ts index d399ab081..c8f80a8eb 100644 --- a/apps/console/src/__generated__/core/SnapshotFormDialogCreateMutation.graphql.ts +++ b/apps/console/src/__generated__/core/SnapshotFormDialogCreateMutation.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<> + * @generated SignedSource<<7d676ad166c7c858dc8dbc909ed500ea>> * @lightSyntaxTransform * @nogrep */ @@ -24,7 +24,7 @@ export type SnapshotFormDialogCreateMutation$data = { readonly createSnapshot: { readonly snapshotEdge: { readonly node: { - readonly createdAt: any; + readonly createdAt: string; readonly description: string | null | undefined; readonly id: string; readonly name: string; diff --git a/apps/console/src/__generated__/core/SnapshotGraphCreateMutation.graphql.ts b/apps/console/src/__generated__/core/SnapshotGraphCreateMutation.graphql.ts index f008b2e36..c5e441b0f 100644 --- a/apps/console/src/__generated__/core/SnapshotGraphCreateMutation.graphql.ts +++ b/apps/console/src/__generated__/core/SnapshotGraphCreateMutation.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<<2307fb5807f0d42458650cfaf8ebdbba>> + * @generated SignedSource<<1d5ff0e0f9c52ef9b340d17be0f9895f>> * @lightSyntaxTransform * @nogrep */ @@ -24,7 +24,7 @@ export type SnapshotGraphCreateMutation$data = { readonly createSnapshot: { readonly snapshotEdge: { readonly node: { - readonly createdAt: any; + readonly createdAt: string; readonly description: string | null | undefined; readonly id: string; readonly name: string; diff --git a/apps/console/src/__generated__/core/SnapshotGraphNodeQuery.graphql.ts b/apps/console/src/__generated__/core/SnapshotGraphNodeQuery.graphql.ts index eee7dac71..5472b4190 100644 --- a/apps/console/src/__generated__/core/SnapshotGraphNodeQuery.graphql.ts +++ b/apps/console/src/__generated__/core/SnapshotGraphNodeQuery.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<<0b5ef79fa213c96a316a4e0a94afade8>> + * @generated SignedSource<> * @lightSyntaxTransform * @nogrep */ @@ -15,7 +15,7 @@ export type SnapshotGraphNodeQuery$variables = { }; export type SnapshotGraphNodeQuery$data = { readonly node: { - readonly createdAt?: any; + readonly createdAt?: string; readonly description?: string | null | undefined; readonly id?: string; readonly name?: string; diff --git a/apps/console/src/__generated__/core/SnapshotsPageFragment.graphql.ts b/apps/console/src/__generated__/core/SnapshotsPageFragment.graphql.ts index 17a398634..d82bf89dd 100644 --- a/apps/console/src/__generated__/core/SnapshotsPageFragment.graphql.ts +++ b/apps/console/src/__generated__/core/SnapshotsPageFragment.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<> + * @generated SignedSource<<8aa2e602e0b579ac6a320207afa7c558>> * @lightSyntaxTransform * @nogrep */ @@ -16,7 +16,7 @@ export type SnapshotsPageFragment$data = { readonly __id: string; readonly edges: ReadonlyArray<{ readonly node: { - readonly createdAt: any; + readonly createdAt: string; readonly description: string | null | undefined; readonly id: string; readonly name: string; diff --git a/apps/console/src/__generated__/core/StateOfApplicabilityGraphCreateMutation.graphql.ts b/apps/console/src/__generated__/core/StateOfApplicabilityGraphCreateMutation.graphql.ts index f6bccdda2..fbf85a3f1 100644 --- a/apps/console/src/__generated__/core/StateOfApplicabilityGraphCreateMutation.graphql.ts +++ b/apps/console/src/__generated__/core/StateOfApplicabilityGraphCreateMutation.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<<3a91be997803d4a28d0db40aebe53f25>> + * @generated SignedSource<<4c20f255a28d7869f69f484e0e4e2321>> * @lightSyntaxTransform * @nogrep */ @@ -22,12 +22,12 @@ export type StateOfApplicabilityGraphCreateMutation$data = { readonly createStateOfApplicability: { readonly stateOfApplicabilityEdge: { readonly node: { - readonly createdAt: any; + readonly createdAt: string; readonly id: string; readonly name: string; readonly snapshotId: string | null | undefined; readonly sourceId: string | null | undefined; - readonly updatedAt: any; + readonly updatedAt: string; }; }; }; diff --git a/apps/console/src/__generated__/core/StateOfApplicabilityGraphNodeQuery.graphql.ts b/apps/console/src/__generated__/core/StateOfApplicabilityGraphNodeQuery.graphql.ts index ef62ef176..b9bb7bb58 100644 --- a/apps/console/src/__generated__/core/StateOfApplicabilityGraphNodeQuery.graphql.ts +++ b/apps/console/src/__generated__/core/StateOfApplicabilityGraphNodeQuery.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<> + * @generated SignedSource<> * @lightSyntaxTransform * @nogrep */ @@ -15,7 +15,7 @@ export type StateOfApplicabilityGraphNodeQuery$variables = { }; export type StateOfApplicabilityGraphNodeQuery$data = { readonly node: { - readonly createdAt?: any; + readonly createdAt?: string; readonly id?: string; readonly name?: string; readonly organization?: { @@ -27,7 +27,7 @@ export type StateOfApplicabilityGraphNodeQuery$data = { }; readonly snapshotId?: string | null | undefined; readonly sourceId?: string | null | undefined; - readonly updatedAt?: any; + readonly updatedAt?: string; readonly " $fragmentSpreads": FragmentRefs<"StateOfApplicabilityControlsTabFragment">; }; }; diff --git a/apps/console/src/__generated__/core/StateOfApplicabilityGraphPaginatedFragment.graphql.ts b/apps/console/src/__generated__/core/StateOfApplicabilityGraphPaginatedFragment.graphql.ts index 05c1e3cf3..39431d93b 100644 --- a/apps/console/src/__generated__/core/StateOfApplicabilityGraphPaginatedFragment.graphql.ts +++ b/apps/console/src/__generated__/core/StateOfApplicabilityGraphPaginatedFragment.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<<28b9e5609f5d7c082c209bf839533d45>> + * @generated SignedSource<> * @lightSyntaxTransform * @nogrep */ @@ -19,12 +19,12 @@ export type StateOfApplicabilityGraphPaginatedFragment$data = { readonly controlsInfo: { readonly totalCount: number; }; - readonly createdAt: any; + readonly createdAt: string; readonly id: string; readonly name: string; readonly snapshotId: string | null | undefined; readonly sourceId: string | null | undefined; - readonly updatedAt: any; + readonly updatedAt: string; }; }>; }; diff --git a/apps/console/src/__generated__/core/StateOfApplicabilityGraphUpdateMutation.graphql.ts b/apps/console/src/__generated__/core/StateOfApplicabilityGraphUpdateMutation.graphql.ts index e21dbc00a..3dccf5844 100644 --- a/apps/console/src/__generated__/core/StateOfApplicabilityGraphUpdateMutation.graphql.ts +++ b/apps/console/src/__generated__/core/StateOfApplicabilityGraphUpdateMutation.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<> + * @generated SignedSource<> * @lightSyntaxTransform * @nogrep */ @@ -20,7 +20,7 @@ export type StateOfApplicabilityGraphUpdateMutation$variables = { export type StateOfApplicabilityGraphUpdateMutation$data = { readonly updateStateOfApplicability: { readonly stateOfApplicability: { - readonly createdAt: any; + readonly createdAt: string; readonly id: string; readonly name: string; readonly owner: { @@ -29,7 +29,7 @@ export type StateOfApplicabilityGraphUpdateMutation$data = { }; readonly snapshotId: string | null | undefined; readonly sourceId: string | null | undefined; - readonly updatedAt: any; + readonly updatedAt: string; }; }; }; diff --git a/apps/console/src/__generated__/core/StateOfApplicabilityListQuery.graphql.ts b/apps/console/src/__generated__/core/StateOfApplicabilityListQuery.graphql.ts index 6f77f4847..f574013ae 100644 --- a/apps/console/src/__generated__/core/StateOfApplicabilityListQuery.graphql.ts +++ b/apps/console/src/__generated__/core/StateOfApplicabilityListQuery.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<> + * @generated SignedSource<<9026caada1e636b7db342b11e6d324c0>> * @lightSyntaxTransform * @nogrep */ @@ -20,8 +20,8 @@ export type StateOfApplicabilityOrder = { field: StateOfApplicabilityOrderField; }; export type StateOfApplicabilityListQuery$variables = { - after?: any | null | undefined; - before?: any | null | undefined; + after?: string | null | undefined; + before?: string | null | undefined; filter?: StateOfApplicabilityFilter | null | undefined; first?: number | null | undefined; id: string; diff --git a/apps/console/src/__generated__/core/TaskFormDialogCreateMutation.graphql.ts b/apps/console/src/__generated__/core/TaskFormDialogCreateMutation.graphql.ts index dd1e0b4d1..0aaf531dc 100644 --- a/apps/console/src/__generated__/core/TaskFormDialogCreateMutation.graphql.ts +++ b/apps/console/src/__generated__/core/TaskFormDialogCreateMutation.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<> + * @generated SignedSource<> * @lightSyntaxTransform * @nogrep */ @@ -12,12 +12,12 @@ import { ConcreteRequest } from 'relay-runtime'; import { FragmentRefs } from "relay-runtime"; export type CreateTaskInput = { assignedToId?: string | null | undefined; - deadline?: any | null | undefined; + deadline?: string | null | undefined; description?: string | null | undefined; measureId?: string | null | undefined; name: string; organizationId: string; - timeEstimate?: any | null | undefined; + timeEstimate?: string | null | undefined; }; export type TaskFormDialogCreateMutation$variables = { connections: ReadonlyArray; diff --git a/apps/console/src/__generated__/core/TaskFormDialogFragment.graphql.ts b/apps/console/src/__generated__/core/TaskFormDialogFragment.graphql.ts index d11b9b84a..b5ef5ea45 100644 --- a/apps/console/src/__generated__/core/TaskFormDialogFragment.graphql.ts +++ b/apps/console/src/__generated__/core/TaskFormDialogFragment.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<<1778d9b73cc75e2097e9c24fdfe83631>> + * @generated SignedSource<<2d84132b898531d9d125296a8cbcfb99>> * @lightSyntaxTransform * @nogrep */ @@ -15,7 +15,7 @@ export type TaskFormDialogFragment$data = { readonly assignedTo: { readonly id: string; } | null | undefined; - readonly deadline: any | null | undefined; + readonly deadline: string | null | undefined; readonly description: string | null | undefined; readonly id: string; readonly measure: { @@ -23,7 +23,7 @@ export type TaskFormDialogFragment$data = { } | null | undefined; readonly name: string; readonly state: TaskState; - readonly timeEstimate: any | null | undefined; + readonly timeEstimate: string | null | undefined; readonly " $fragmentType": "TaskFormDialogFragment"; }; export type TaskFormDialogFragment$key = { diff --git a/apps/console/src/__generated__/core/TaskFormDialogUpdateMutation.graphql.ts b/apps/console/src/__generated__/core/TaskFormDialogUpdateMutation.graphql.ts index 57e8bba2b..c9aac500e 100644 --- a/apps/console/src/__generated__/core/TaskFormDialogUpdateMutation.graphql.ts +++ b/apps/console/src/__generated__/core/TaskFormDialogUpdateMutation.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<<8efad26dafbead83a13b59703edc7493>> + * @generated SignedSource<> * @lightSyntaxTransform * @nogrep */ @@ -13,13 +13,13 @@ import { FragmentRefs } from "relay-runtime"; export type TaskState = "DONE" | "TODO"; export type UpdateTaskInput = { assignedToId?: string | null | undefined; - deadline?: any | null | undefined; + deadline?: string | null | undefined; description?: string | null | undefined; measureId?: string | null | undefined; name?: string | null | undefined; state?: TaskState | null | undefined; taskId: string; - timeEstimate?: any | null | undefined; + timeEstimate?: string | null | undefined; }; export type TaskFormDialogUpdateMutation$variables = { input: UpdateTaskInput; diff --git a/apps/console/src/__generated__/core/TasksCard_TaskRowFragment.graphql.ts b/apps/console/src/__generated__/core/TasksCard_TaskRowFragment.graphql.ts index 1cad7f55a..d43fcde62 100644 --- a/apps/console/src/__generated__/core/TasksCard_TaskRowFragment.graphql.ts +++ b/apps/console/src/__generated__/core/TasksCard_TaskRowFragment.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<<8baf10554098b6b6a3084311dda31fb3>> + * @generated SignedSource<<49e625198e625fa4936d080e3c122c50>> * @lightSyntaxTransform * @nogrep */ @@ -18,7 +18,7 @@ export type TasksCard_TaskRowFragment$data = { } | null | undefined; readonly canDelete: boolean; readonly canUpdate: boolean; - readonly deadline: any | null | undefined; + readonly deadline: string | null | undefined; readonly description: string | null | undefined; readonly id: string; readonly measure: { @@ -27,7 +27,7 @@ export type TasksCard_TaskRowFragment$data = { } | null | undefined; readonly name: string; readonly state: TaskState; - readonly timeEstimate: any | null | undefined; + readonly timeEstimate: string | null | undefined; readonly " $fragmentType": "TasksCard_TaskRowFragment"; }; export type TasksCard_TaskRowFragment$key = { diff --git a/apps/console/src/__generated__/core/TasksPageFragment_query.graphql.ts b/apps/console/src/__generated__/core/TasksPageFragment_query.graphql.ts index 940fb536b..f759e2285 100644 --- a/apps/console/src/__generated__/core/TasksPageFragment_query.graphql.ts +++ b/apps/console/src/__generated__/core/TasksPageFragment_query.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<<9c51ce30a6a5b894c53064c5e9248fd9>> + * @generated SignedSource<<81d11db9c3fc82ef3f0226332a6fe4f2>> * @lightSyntaxTransform * @nogrep */ @@ -17,8 +17,8 @@ export type TaskOrder = { field: TaskOrderField; }; export type TasksPageFragment_query$variables = { - after?: any | null | undefined; - before?: any | null | undefined; + after?: string | null | undefined; + before?: string | null | undefined; first?: number | null | undefined; id: string; last?: number | null | undefined; diff --git a/apps/console/src/__generated__/core/TrustCenterAccessGraphCreateMutation.graphql.ts b/apps/console/src/__generated__/core/TrustCenterAccessGraphCreateMutation.graphql.ts index f0f973177..a92f94d6e 100644 --- a/apps/console/src/__generated__/core/TrustCenterAccessGraphCreateMutation.graphql.ts +++ b/apps/console/src/__generated__/core/TrustCenterAccessGraphCreateMutation.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<<213636cdb170859b30c372b29ddbf752>> + * @generated SignedSource<<5b13ffbac04cd7b7bdfa68d47f6ad6ee>> * @lightSyntaxTransform * @nogrep */ @@ -11,7 +11,7 @@ import { ConcreteRequest } from 'relay-runtime'; export type CreateTrustCenterAccessInput = { active: boolean; - email: any; + email: string; name: string; trustCenterId: string; }; @@ -22,15 +22,15 @@ export type TrustCenterAccessGraphCreateMutation$variables = { export type TrustCenterAccessGraphCreateMutation$data = { readonly createTrustCenterAccess: { readonly trustCenterAccessEdge: { - readonly cursor: any; + readonly cursor: string; readonly node: { readonly active: boolean; readonly activeCount: number; - readonly createdAt: any; - readonly email: any; + readonly createdAt: string; + readonly email: string; readonly hasAcceptedNonDisclosureAgreement: boolean; readonly id: string; - readonly lastTokenExpiresAt: any | null | undefined; + readonly lastTokenExpiresAt: string | null | undefined; readonly name: string; readonly pendingRequestCount: number; }; diff --git a/apps/console/src/__generated__/core/TrustCenterAccessGraphPaginationQuery.graphql.ts b/apps/console/src/__generated__/core/TrustCenterAccessGraphPaginationQuery.graphql.ts index df0716ac4..0172250a5 100644 --- a/apps/console/src/__generated__/core/TrustCenterAccessGraphPaginationQuery.graphql.ts +++ b/apps/console/src/__generated__/core/TrustCenterAccessGraphPaginationQuery.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<> + * @generated SignedSource<> * @lightSyntaxTransform * @nogrep */ @@ -12,7 +12,7 @@ import { ConcreteRequest } from 'relay-runtime'; import { FragmentRefs } from "relay-runtime"; export type TrustCenterAccessGraphPaginationQuery$variables = { count?: number | null | undefined; - cursor?: any | null | undefined; + cursor?: string | null | undefined; id: string; }; export type TrustCenterAccessGraphPaginationQuery$data = { diff --git a/apps/console/src/__generated__/core/TrustCenterAccessGraphQuery.graphql.ts b/apps/console/src/__generated__/core/TrustCenterAccessGraphQuery.graphql.ts index 30aebcf5c..5777140f3 100644 --- a/apps/console/src/__generated__/core/TrustCenterAccessGraphQuery.graphql.ts +++ b/apps/console/src/__generated__/core/TrustCenterAccessGraphQuery.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<> + * @generated SignedSource<<4b12d9aad859607c861537fbdf5ea292>> * @lightSyntaxTransform * @nogrep */ @@ -12,7 +12,7 @@ import { ConcreteRequest } from 'relay-runtime'; import { FragmentRefs } from "relay-runtime"; export type TrustCenterAccessGraphQuery$variables = { count: number; - cursor?: any | null | undefined; + cursor?: string | null | undefined; trustCenterId: string; }; export type TrustCenterAccessGraphQuery$data = { diff --git a/apps/console/src/__generated__/core/TrustCenterAccessGraphUpdateMutation.graphql.ts b/apps/console/src/__generated__/core/TrustCenterAccessGraphUpdateMutation.graphql.ts index 5a88413e2..18d6cfb61 100644 --- a/apps/console/src/__generated__/core/TrustCenterAccessGraphUpdateMutation.graphql.ts +++ b/apps/console/src/__generated__/core/TrustCenterAccessGraphUpdateMutation.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<<3c70b46fb46bf10a48eb06a5e76c1d75>> + * @generated SignedSource<<9f1d003a890186ec86cfd58e7eb3bf28>> * @lightSyntaxTransform * @nogrep */ @@ -30,14 +30,14 @@ export type TrustCenterAccessGraphUpdateMutation$data = { readonly trustCenterAccess: { readonly active: boolean; readonly activeCount: number; - readonly createdAt: any; - readonly email: any; + readonly createdAt: string; + readonly email: string; readonly hasAcceptedNonDisclosureAgreement: boolean; readonly id: string; - readonly lastTokenExpiresAt: any | null | undefined; + readonly lastTokenExpiresAt: string | null | undefined; readonly name: string; readonly pendingRequestCount: number; - readonly updatedAt: any; + readonly updatedAt: string; }; }; }; diff --git a/apps/console/src/__generated__/core/TrustCenterAccessGraph_accesses.graphql.ts b/apps/console/src/__generated__/core/TrustCenterAccessGraph_accesses.graphql.ts index 300d6b7a8..c520981fb 100644 --- a/apps/console/src/__generated__/core/TrustCenterAccessGraph_accesses.graphql.ts +++ b/apps/console/src/__generated__/core/TrustCenterAccessGraph_accesses.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<<5b0e12ba40232dd4328c0fd766513fb2>> + * @generated SignedSource<> * @lightSyntaxTransform * @nogrep */ @@ -14,24 +14,24 @@ export type TrustCenterAccessGraph_accesses$data = { readonly accesses: { readonly __id: string; readonly edges: ReadonlyArray<{ - readonly cursor: any; + readonly cursor: string; readonly node: { readonly active: boolean; readonly activeCount: number; - readonly createdAt: any; - readonly email: any; + readonly createdAt: string; + readonly email: string; readonly hasAcceptedNonDisclosureAgreement: boolean; readonly id: string; - readonly lastTokenExpiresAt: any | null | undefined; + readonly lastTokenExpiresAt: string | null | undefined; readonly name: string; readonly pendingRequestCount: number; }; }>; readonly pageInfo: { - readonly endCursor: any | null | undefined; + readonly endCursor: string | null | undefined; readonly hasNextPage: boolean; readonly hasPreviousPage: boolean; - readonly startCursor: any | null | undefined; + readonly startCursor: string | null | undefined; }; }; readonly id: string; diff --git a/apps/console/src/__generated__/core/TrustCenterAuditGraphUpdateMutation.graphql.ts b/apps/console/src/__generated__/core/TrustCenterAuditGraphUpdateMutation.graphql.ts index a59109153..694e4a176 100644 --- a/apps/console/src/__generated__/core/TrustCenterAuditGraphUpdateMutation.graphql.ts +++ b/apps/console/src/__generated__/core/TrustCenterAuditGraphUpdateMutation.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<<0d25ae690e5016a27d889ed1c4a1667f>> + * @generated SignedSource<<1f16f6e36a9d4a8de63d4e6f8e3d4c88>> * @lightSyntaxTransform * @nogrep */ @@ -17,8 +17,8 @@ export type UpdateAuditInput = { name?: string | null | undefined; state?: AuditState | null | undefined; trustCenterVisibility?: TrustCenterVisibility | null | undefined; - validFrom?: any | null | undefined; - validUntil?: any | null | undefined; + validFrom?: string | null | undefined; + validUntil?: string | null | undefined; }; export type TrustCenterAuditGraphUpdateMutation$variables = { input: UpdateAuditInput; diff --git a/apps/console/src/__generated__/core/TrustCenterAuditsCardFragment.graphql.ts b/apps/console/src/__generated__/core/TrustCenterAuditsCardFragment.graphql.ts index aa496836e..8e2e11b12 100644 --- a/apps/console/src/__generated__/core/TrustCenterAuditsCardFragment.graphql.ts +++ b/apps/console/src/__generated__/core/TrustCenterAuditsCardFragment.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<<155c0b8eda88507e66eb65e060ded192>> + * @generated SignedSource<<28248f2dbdad48cc6cfec3b35ce4c22f>> * @lightSyntaxTransform * @nogrep */ @@ -13,7 +13,7 @@ export type AuditState = "COMPLETED" | "IN_PROGRESS" | "NOT_STARTED" | "OUTDATED export type TrustCenterVisibility = "NONE" | "PRIVATE" | "PUBLIC"; import { FragmentRefs } from "relay-runtime"; export type TrustCenterAuditsCardFragment$data = { - readonly createdAt: any; + readonly createdAt: string; readonly framework: { readonly name: string; }; @@ -21,8 +21,8 @@ export type TrustCenterAuditsCardFragment$data = { readonly name: string | null | undefined; readonly state: AuditState; readonly trustCenterVisibility: TrustCenterVisibility; - readonly validFrom: any | null | undefined; - readonly validUntil: any | null | undefined; + readonly validFrom: string | null | undefined; + readonly validUntil: string | null | undefined; readonly " $fragmentType": "TrustCenterAuditsCardFragment"; }; export type TrustCenterAuditsCardFragment$key = { diff --git a/apps/console/src/__generated__/core/TrustCenterDocumentsCardFragment.graphql.ts b/apps/console/src/__generated__/core/TrustCenterDocumentsCardFragment.graphql.ts index bc7f4a128..f60366df7 100644 --- a/apps/console/src/__generated__/core/TrustCenterDocumentsCardFragment.graphql.ts +++ b/apps/console/src/__generated__/core/TrustCenterDocumentsCardFragment.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<<40e45041dd8b72c58f1059d9cad3c15c>> + * @generated SignedSource<> * @lightSyntaxTransform * @nogrep */ @@ -14,7 +14,7 @@ export type DocumentType = "ISMS" | "OTHER" | "POLICY" | "PROCEDURE"; export type TrustCenterVisibility = "NONE" | "PRIVATE" | "PUBLIC"; import { FragmentRefs } from "relay-runtime"; export type TrustCenterDocumentsCardFragment$data = { - readonly createdAt: any; + readonly createdAt: string; readonly documentType: DocumentType; readonly id: string; readonly title: string; diff --git a/apps/console/src/__generated__/core/TrustCenterFileGraphCreateMutation.graphql.ts b/apps/console/src/__generated__/core/TrustCenterFileGraphCreateMutation.graphql.ts index 2a35ed108..d72dd822f 100644 --- a/apps/console/src/__generated__/core/TrustCenterFileGraphCreateMutation.graphql.ts +++ b/apps/console/src/__generated__/core/TrustCenterFileGraphCreateMutation.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<> + * @generated SignedSource<> * @lightSyntaxTransform * @nogrep */ @@ -26,12 +26,12 @@ export type TrustCenterFileGraphCreateMutation$data = { readonly trustCenterFileEdge: { readonly node: { readonly category: string; - readonly createdAt: any; + readonly createdAt: string; readonly fileUrl: string; readonly id: string; readonly name: string; readonly trustCenterVisibility: TrustCenterVisibility; - readonly updatedAt: any; + readonly updatedAt: string; }; }; }; diff --git a/apps/console/src/__generated__/core/TrustCenterFileGraphUpdateMutation.graphql.ts b/apps/console/src/__generated__/core/TrustCenterFileGraphUpdateMutation.graphql.ts index 480757cdd..8df5325fe 100644 --- a/apps/console/src/__generated__/core/TrustCenterFileGraphUpdateMutation.graphql.ts +++ b/apps/console/src/__generated__/core/TrustCenterFileGraphUpdateMutation.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<> + * @generated SignedSource<<981cc2a2716995f5e1f22d2554598992>> * @lightSyntaxTransform * @nogrep */ @@ -26,7 +26,7 @@ export type TrustCenterFileGraphUpdateMutation$data = { readonly id: string; readonly name: string; readonly trustCenterVisibility: TrustCenterVisibility; - readonly updatedAt: any; + readonly updatedAt: string; }; }; }; diff --git a/apps/console/src/__generated__/core/TrustCenterFilesCardFragment.graphql.ts b/apps/console/src/__generated__/core/TrustCenterFilesCardFragment.graphql.ts index 83e02861d..3e2adefb4 100644 --- a/apps/console/src/__generated__/core/TrustCenterFilesCardFragment.graphql.ts +++ b/apps/console/src/__generated__/core/TrustCenterFilesCardFragment.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<> + * @generated SignedSource<> * @lightSyntaxTransform * @nogrep */ @@ -15,12 +15,12 @@ export type TrustCenterFilesCardFragment$data = { readonly canDelete: boolean; readonly canUpdate: boolean; readonly category: string; - readonly createdAt: any; + readonly createdAt: string; readonly fileUrl: string; readonly id: string; readonly name: string; readonly trustCenterVisibility: TrustCenterVisibility; - readonly updatedAt: any; + readonly updatedAt: string; readonly " $fragmentType": "TrustCenterFilesCardFragment"; }; export type TrustCenterFilesCardFragment$key = { diff --git a/apps/console/src/__generated__/core/TrustCenterGraphDeleteNDAMutation.graphql.ts b/apps/console/src/__generated__/core/TrustCenterGraphDeleteNDAMutation.graphql.ts index df59160bf..52cb4d437 100644 --- a/apps/console/src/__generated__/core/TrustCenterGraphDeleteNDAMutation.graphql.ts +++ b/apps/console/src/__generated__/core/TrustCenterGraphDeleteNDAMutation.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<<43a8665719f251c1bae028ff7821b14a>> + * @generated SignedSource<<3220ac89d535b383bbb99661dc296183>> * @lightSyntaxTransform * @nogrep */ @@ -20,7 +20,7 @@ export type TrustCenterGraphDeleteNDAMutation$data = { readonly trustCenter: { readonly id: string; readonly ndaFileName: string | null | undefined; - readonly updatedAt: any; + readonly updatedAt: string; }; }; }; diff --git a/apps/console/src/__generated__/core/TrustCenterGraphQuery.graphql.ts b/apps/console/src/__generated__/core/TrustCenterGraphQuery.graphql.ts index 17c19eb73..9c845dfb5 100644 --- a/apps/console/src/__generated__/core/TrustCenterGraphQuery.graphql.ts +++ b/apps/console/src/__generated__/core/TrustCenterGraphQuery.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<> + * @generated SignedSource<> * @lightSyntaxTransform * @nogrep */ @@ -43,9 +43,9 @@ export type TrustCenterGraphQuery$data = { readonly node: { readonly channel: string | null | undefined; readonly channelId: string | null | undefined; - readonly createdAt: any; + readonly createdAt: string; readonly id: string; - readonly updatedAt: any; + readonly updatedAt: string; }; }>; }; @@ -56,11 +56,11 @@ export type TrustCenterGraphQuery$data = { readonly canGetNDA: boolean; readonly canUpdate: boolean; readonly canUploadNDA: boolean; - readonly createdAt: any; + readonly createdAt: string; readonly id: string; readonly ndaFileName: string | null | undefined; readonly ndaFileUrl: string | null | undefined; - readonly updatedAt: any; + readonly updatedAt: string; } | null | undefined; readonly trustCenterFiles?: { readonly __id: string; diff --git a/apps/console/src/__generated__/core/TrustCenterGraphUpdateMutation.graphql.ts b/apps/console/src/__generated__/core/TrustCenterGraphUpdateMutation.graphql.ts index 486648d89..b85822c79 100644 --- a/apps/console/src/__generated__/core/TrustCenterGraphUpdateMutation.graphql.ts +++ b/apps/console/src/__generated__/core/TrustCenterGraphUpdateMutation.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<<138afd21c62a2f7940b64b40c61e2014>> + * @generated SignedSource<> * @lightSyntaxTransform * @nogrep */ @@ -21,7 +21,7 @@ export type TrustCenterGraphUpdateMutation$data = { readonly trustCenter: { readonly active: boolean; readonly id: string; - readonly updatedAt: any; + readonly updatedAt: string; }; }; }; diff --git a/apps/console/src/__generated__/core/TrustCenterGraphUploadNDAMutation.graphql.ts b/apps/console/src/__generated__/core/TrustCenterGraphUploadNDAMutation.graphql.ts index 3412166c4..9ec8d3581 100644 --- a/apps/console/src/__generated__/core/TrustCenterGraphUploadNDAMutation.graphql.ts +++ b/apps/console/src/__generated__/core/TrustCenterGraphUploadNDAMutation.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<<966d4aa638042469c717ddc96e5c5d78>> + * @generated SignedSource<<4bc817c960234139f5aeedfed5b2fe8b>> * @lightSyntaxTransform * @nogrep */ @@ -22,7 +22,7 @@ export type TrustCenterGraphUploadNDAMutation$data = { readonly trustCenter: { readonly id: string; readonly ndaFileName: string | null | undefined; - readonly updatedAt: any; + readonly updatedAt: string; }; }; }; diff --git a/apps/console/src/__generated__/core/TrustCenterReferenceGraphCreateMutation.graphql.ts b/apps/console/src/__generated__/core/TrustCenterReferenceGraphCreateMutation.graphql.ts index cdae60d6e..9e312c7dc 100644 --- a/apps/console/src/__generated__/core/TrustCenterReferenceGraphCreateMutation.graphql.ts +++ b/apps/console/src/__generated__/core/TrustCenterReferenceGraphCreateMutation.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<<461baa03d93bbfde6ad39536a695caa7>> + * @generated SignedSource<<9d8cd7c4e9e9c2217dce89750390f2d7>> * @lightSyntaxTransform * @nogrep */ @@ -23,17 +23,17 @@ export type TrustCenterReferenceGraphCreateMutation$variables = { export type TrustCenterReferenceGraphCreateMutation$data = { readonly createTrustCenterReference: { readonly trustCenterReferenceEdge: { - readonly cursor: any; + readonly cursor: string; readonly node: { readonly canDelete: boolean; readonly canUpdate: boolean; - readonly createdAt: any; + readonly createdAt: string; readonly description: string | null | undefined; readonly id: string; readonly logoUrl: string; readonly name: string; readonly rank: number; - readonly updatedAt: any; + readonly updatedAt: string; readonly websiteUrl: string; }; }; diff --git a/apps/console/src/__generated__/core/TrustCenterReferenceGraphQuery.graphql.ts b/apps/console/src/__generated__/core/TrustCenterReferenceGraphQuery.graphql.ts index 0c381dc22..6786211be 100644 --- a/apps/console/src/__generated__/core/TrustCenterReferenceGraphQuery.graphql.ts +++ b/apps/console/src/__generated__/core/TrustCenterReferenceGraphQuery.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<<08cc43ef600ae775505f8446d31ae058>> + * @generated SignedSource<> * @lightSyntaxTransform * @nogrep */ @@ -19,25 +19,25 @@ export type TrustCenterReferenceGraphQuery$data = { readonly references: { readonly __id: string; readonly edges: ReadonlyArray<{ - readonly cursor: any; + readonly cursor: string; readonly node: { readonly canDelete: boolean; readonly canUpdate: boolean; - readonly createdAt: any; + readonly createdAt: string; readonly description: string | null | undefined; readonly id: string; readonly logoUrl: string; readonly name: string; readonly rank: number; - readonly updatedAt: any; + readonly updatedAt: string; readonly websiteUrl: string; }; }>; readonly pageInfo: { - readonly endCursor: any | null | undefined; + readonly endCursor: string | null | undefined; readonly hasNextPage: boolean; readonly hasPreviousPage: boolean; - readonly startCursor: any | null | undefined; + readonly startCursor: string | null | undefined; }; }; } | { diff --git a/apps/console/src/__generated__/core/TrustCenterReferenceGraphUpdateMutation.graphql.ts b/apps/console/src/__generated__/core/TrustCenterReferenceGraphUpdateMutation.graphql.ts index 62355e47a..e02ee7e0f 100644 --- a/apps/console/src/__generated__/core/TrustCenterReferenceGraphUpdateMutation.graphql.ts +++ b/apps/console/src/__generated__/core/TrustCenterReferenceGraphUpdateMutation.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<<20900a908dde87c301e15c5af24f849d>> + * @generated SignedSource<<2bb2430e2a2e063fc21f4f2c7c19910f>> * @lightSyntaxTransform * @nogrep */ @@ -25,13 +25,13 @@ export type TrustCenterReferenceGraphUpdateMutation$data = { readonly trustCenterReference: { readonly canDelete: boolean; readonly canUpdate: boolean; - readonly createdAt: any; + readonly createdAt: string; readonly description: string | null | undefined; readonly id: string; readonly logoUrl: string; readonly name: string; readonly rank: number; - readonly updatedAt: any; + readonly updatedAt: string; readonly websiteUrl: string; }; }; diff --git a/apps/console/src/__generated__/core/TrustCenterVendorsCardFragment.graphql.ts b/apps/console/src/__generated__/core/TrustCenterVendorsCardFragment.graphql.ts index c1e9b1f51..d4fb8ecd3 100644 --- a/apps/console/src/__generated__/core/TrustCenterVendorsCardFragment.graphql.ts +++ b/apps/console/src/__generated__/core/TrustCenterVendorsCardFragment.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<<0584af25ba02b2b7138cc14ba4efc1b6>> + * @generated SignedSource<<0138987bbb69846be5f1792b314854e4>> * @lightSyntaxTransform * @nogrep */ @@ -14,7 +14,7 @@ import { FragmentRefs } from "relay-runtime"; export type TrustCenterVendorsCardFragment$data = { readonly canUpdate: boolean; readonly category: VendorCategory; - readonly createdAt: any; + readonly createdAt: string; readonly description: string | null | undefined; readonly id: string; readonly name: string; diff --git a/apps/console/src/__generated__/core/UpdateVersionDialogCreateMutation.graphql.ts b/apps/console/src/__generated__/core/UpdateVersionDialogCreateMutation.graphql.ts index 5676834f2..e42ce62b7 100644 --- a/apps/console/src/__generated__/core/UpdateVersionDialogCreateMutation.graphql.ts +++ b/apps/console/src/__generated__/core/UpdateVersionDialogCreateMutation.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<<8c2484ed8e582d28aab0aa0b4cf30ebe>> + * @generated SignedSource<<19fb3f18c8abfaf933f77514a1800538>> * @lightSyntaxTransform * @nogrep */ @@ -24,7 +24,7 @@ export type UpdateVersionDialogCreateMutation$data = { readonly node: { readonly content: string; readonly id: string; - readonly publishedAt: any | null | undefined; + readonly publishedAt: string | null | undefined; readonly signatures: { readonly edges: ReadonlyArray<{ readonly node: { @@ -34,7 +34,7 @@ export type UpdateVersionDialogCreateMutation$data = { }>; }; readonly status: DocumentStatus; - readonly updatedAt: any; + readonly updatedAt: string; readonly version: number; }; }; diff --git a/apps/console/src/__generated__/core/UploadBusinessAssociateAgreementDialogMutation.graphql.ts b/apps/console/src/__generated__/core/UploadBusinessAssociateAgreementDialogMutation.graphql.ts index 33198ffec..ebcda9ae2 100644 --- a/apps/console/src/__generated__/core/UploadBusinessAssociateAgreementDialogMutation.graphql.ts +++ b/apps/console/src/__generated__/core/UploadBusinessAssociateAgreementDialogMutation.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<> + * @generated SignedSource<> * @lightSyntaxTransform * @nogrep */ @@ -12,8 +12,8 @@ import { ConcreteRequest } from 'relay-runtime'; export type UploadVendorBusinessAssociateAgreementInput = { file: any; fileName: string; - validFrom?: any | null | undefined; - validUntil?: any | null | undefined; + validFrom?: string | null | undefined; + validUntil?: string | null | undefined; vendorId: string; }; export type UploadBusinessAssociateAgreementDialogMutation$variables = { @@ -22,12 +22,12 @@ export type UploadBusinessAssociateAgreementDialogMutation$variables = { export type UploadBusinessAssociateAgreementDialogMutation$data = { readonly uploadVendorBusinessAssociateAgreement: { readonly vendorBusinessAssociateAgreement: { - readonly createdAt: any; + readonly createdAt: string; readonly fileName: string; readonly fileUrl: string; readonly id: string; - readonly validFrom: any | null | undefined; - readonly validUntil: any | null | undefined; + readonly validFrom: string | null | undefined; + readonly validUntil: string | null | undefined; }; }; }; diff --git a/apps/console/src/__generated__/core/UploadDataPrivacyAgreementDialogMutation.graphql.ts b/apps/console/src/__generated__/core/UploadDataPrivacyAgreementDialogMutation.graphql.ts index 5bad4da00..8c69990a4 100644 --- a/apps/console/src/__generated__/core/UploadDataPrivacyAgreementDialogMutation.graphql.ts +++ b/apps/console/src/__generated__/core/UploadDataPrivacyAgreementDialogMutation.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<<6d5f65677b0f86e7042fd5f7c58d6f08>> + * @generated SignedSource<<0e9455daba78b038455718505f53a4d7>> * @lightSyntaxTransform * @nogrep */ @@ -12,8 +12,8 @@ import { ConcreteRequest } from 'relay-runtime'; export type UploadVendorDataPrivacyAgreementInput = { file: any; fileName: string; - validFrom?: any | null | undefined; - validUntil?: any | null | undefined; + validFrom?: string | null | undefined; + validUntil?: string | null | undefined; vendorId: string; }; export type UploadDataPrivacyAgreementDialogMutation$variables = { @@ -22,12 +22,12 @@ export type UploadDataPrivacyAgreementDialogMutation$variables = { export type UploadDataPrivacyAgreementDialogMutation$data = { readonly uploadVendorDataPrivacyAgreement: { readonly vendorDataPrivacyAgreement: { - readonly createdAt: any; + readonly createdAt: string; readonly fileName: string; readonly fileUrl: string; readonly id: string; - readonly validFrom: any | null | undefined; - readonly validUntil: any | null | undefined; + readonly validFrom: string | null | undefined; + readonly validUntil: string | null | undefined; }; }; }; diff --git a/apps/console/src/__generated__/core/VendorComplianceTabFragment_report.graphql.ts b/apps/console/src/__generated__/core/VendorComplianceTabFragment_report.graphql.ts index 18001decf..aa76697d8 100644 --- a/apps/console/src/__generated__/core/VendorComplianceTabFragment_report.graphql.ts +++ b/apps/console/src/__generated__/core/VendorComplianceTabFragment_report.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<<8cf7478142bb658e6c8d189652bbdfea>> + * @generated SignedSource<<3ba7c692eb07865e7e283e861a7cabdf>> * @lightSyntaxTransform * @nogrep */ @@ -14,12 +14,12 @@ export type VendorComplianceTabFragment_report$data = { readonly file: { readonly fileName: string; readonly mimeType: string; - readonly size: any; + readonly size: string; } | null | undefined; readonly id: string; - readonly reportDate: any; + readonly reportDate: string; readonly reportName: string; - readonly validUntil: any | null | undefined; + readonly validUntil: string | null | undefined; readonly " $fragmentType": "VendorComplianceTabFragment_report"; }; export type VendorComplianceTabFragment_report$key = { diff --git a/apps/console/src/__generated__/core/VendorComplianceTabUploadReportMutation.graphql.ts b/apps/console/src/__generated__/core/VendorComplianceTabUploadReportMutation.graphql.ts index 0973e10e8..890232ec0 100644 --- a/apps/console/src/__generated__/core/VendorComplianceTabUploadReportMutation.graphql.ts +++ b/apps/console/src/__generated__/core/VendorComplianceTabUploadReportMutation.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<<68f2a5a67287a554c3f45ddfc856b6ea>> + * @generated SignedSource<<34551b84e130ebf112182e8926a526ad>> * @lightSyntaxTransform * @nogrep */ @@ -12,9 +12,9 @@ import { ConcreteRequest } from 'relay-runtime'; import { FragmentRefs } from "relay-runtime"; export type UploadVendorComplianceReportInput = { file: any; - reportDate: any; + reportDate: string; reportName: string; - validUntil?: any | null | undefined; + validUntil?: string | null | undefined; vendorId: string; }; export type VendorComplianceTabUploadReportMutation$variables = { diff --git a/apps/console/src/__generated__/core/VendorContactsListQuery.graphql.ts b/apps/console/src/__generated__/core/VendorContactsListQuery.graphql.ts index 2d9db8f6a..15e6ad7ab 100644 --- a/apps/console/src/__generated__/core/VendorContactsListQuery.graphql.ts +++ b/apps/console/src/__generated__/core/VendorContactsListQuery.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<<65134b167a4268ed8064021f2c608899>> + * @generated SignedSource<<4d2c61f9790a63656dde7d5199ea6a25>> * @lightSyntaxTransform * @nogrep */ @@ -17,8 +17,8 @@ export type VendorContactOrder = { field: VendorContactOrderField; }; export type VendorContactsListQuery$variables = { - after?: any | null | undefined; - before?: any | null | undefined; + after?: string | null | undefined; + before?: string | null | undefined; first?: number | null | undefined; id: string; last?: number | null | undefined; diff --git a/apps/console/src/__generated__/core/VendorContactsTabFragment_contact.graphql.ts b/apps/console/src/__generated__/core/VendorContactsTabFragment_contact.graphql.ts index 9916d8a14..7178bb76d 100644 --- a/apps/console/src/__generated__/core/VendorContactsTabFragment_contact.graphql.ts +++ b/apps/console/src/__generated__/core/VendorContactsTabFragment_contact.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<<8020981cbf1e1b2b59c3ae9027973b17>> + * @generated SignedSource<> * @lightSyntaxTransform * @nogrep */ @@ -11,13 +11,13 @@ import { ReaderFragment } from 'relay-runtime'; import { FragmentRefs } from "relay-runtime"; export type VendorContactsTabFragment_contact$data = { - readonly createdAt: any; - readonly email: any | null | undefined; + readonly createdAt: string; + readonly email: string | null | undefined; readonly fullName: string | null | undefined; readonly id: string; readonly phone: string | null | undefined; readonly role: string | null | undefined; - readonly updatedAt: any; + readonly updatedAt: string; readonly " $fragmentType": "VendorContactsTabFragment_contact"; }; export type VendorContactsTabFragment_contact$key = { diff --git a/apps/console/src/__generated__/core/VendorGraphCreateMutation.graphql.ts b/apps/console/src/__generated__/core/VendorGraphCreateMutation.graphql.ts index 719833830..c105e797a 100644 --- a/apps/console/src/__generated__/core/VendorGraphCreateMutation.graphql.ts +++ b/apps/console/src/__generated__/core/VendorGraphCreateMutation.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<<5f98eb8ecc8ffe85c0725b013849518b>> + * @generated SignedSource<<048cece5b3ce6165cab071d0b86de6fa>> * @lightSyntaxTransform * @nogrep */ @@ -41,11 +41,11 @@ export type VendorGraphCreateMutation$data = { readonly createVendor: { readonly vendorEdge: { readonly node: { - readonly createdAt: any; + readonly createdAt: string; readonly description: string | null | undefined; readonly id: string; readonly name: string; - readonly updatedAt: any; + readonly updatedAt: string; readonly websiteUrl: string | null | undefined; }; }; diff --git a/apps/console/src/__generated__/core/VendorGraphPaginatedFragment.graphql.ts b/apps/console/src/__generated__/core/VendorGraphPaginatedFragment.graphql.ts index 51fe5a968..8fefa043f 100644 --- a/apps/console/src/__generated__/core/VendorGraphPaginatedFragment.graphql.ts +++ b/apps/console/src/__generated__/core/VendorGraphPaginatedFragment.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<<1bb16039861951cb1726b506ce33f0ff>> + * @generated SignedSource<<4beefb4b0cb6b5258b3761151c8f722d>> * @lightSyntaxTransform * @nogrep */ @@ -24,15 +24,15 @@ export type VendorGraphPaginatedFragment$data = { readonly edges: ReadonlyArray<{ readonly node: { readonly businessImpact: BusinessImpact; - readonly createdAt: any; + readonly createdAt: string; readonly dataSensitivity: DataSensitivity; - readonly expiresAt: any; + readonly expiresAt: string; readonly id: string; }; }>; }; readonly snapshotId: string | null | undefined; - readonly updatedAt: any; + readonly updatedAt: string; readonly websiteUrl: string | null | undefined; }; }>; diff --git a/apps/console/src/__generated__/core/VendorOverviewTabBusinessAssociateAgreementFragment.graphql.ts b/apps/console/src/__generated__/core/VendorOverviewTabBusinessAssociateAgreementFragment.graphql.ts index 79fc44b39..eb408fdc2 100644 --- a/apps/console/src/__generated__/core/VendorOverviewTabBusinessAssociateAgreementFragment.graphql.ts +++ b/apps/console/src/__generated__/core/VendorOverviewTabBusinessAssociateAgreementFragment.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<> + * @generated SignedSource<<68b0a7b674474bde11fd886437848f4c>> * @lightSyntaxTransform * @nogrep */ @@ -12,12 +12,12 @@ import { ReaderFragment } from 'relay-runtime'; import { FragmentRefs } from "relay-runtime"; export type VendorOverviewTabBusinessAssociateAgreementFragment$data = { readonly businessAssociateAgreement: { - readonly createdAt: any; + readonly createdAt: string; readonly fileName: string; readonly fileUrl: string; readonly id: string; - readonly validFrom: any | null | undefined; - readonly validUntil: any | null | undefined; + readonly validFrom: string | null | undefined; + readonly validUntil: string | null | undefined; } | null | undefined; readonly " $fragmentType": "VendorOverviewTabBusinessAssociateAgreementFragment"; }; diff --git a/apps/console/src/__generated__/core/VendorOverviewTabDataPrivacyAgreementFragment.graphql.ts b/apps/console/src/__generated__/core/VendorOverviewTabDataPrivacyAgreementFragment.graphql.ts index ffb7b75d6..f27919910 100644 --- a/apps/console/src/__generated__/core/VendorOverviewTabDataPrivacyAgreementFragment.graphql.ts +++ b/apps/console/src/__generated__/core/VendorOverviewTabDataPrivacyAgreementFragment.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<<03e78d5a57f41471ed7099febe61e666>> + * @generated SignedSource<<1fa31b2eb4941ffb82b51248dd11711c>> * @lightSyntaxTransform * @nogrep */ @@ -12,12 +12,12 @@ import { ReaderFragment } from 'relay-runtime'; import { FragmentRefs } from "relay-runtime"; export type VendorOverviewTabDataPrivacyAgreementFragment$data = { readonly dataPrivacyAgreement: { - readonly createdAt: any; + readonly createdAt: string; readonly fileName: string; readonly fileUrl: string; readonly id: string; - readonly validFrom: any | null | undefined; - readonly validUntil: any | null | undefined; + readonly validFrom: string | null | undefined; + readonly validUntil: string | null | undefined; } | null | undefined; readonly " $fragmentType": "VendorOverviewTabDataPrivacyAgreementFragment"; }; diff --git a/apps/console/src/__generated__/core/VendorRiskAssessmentTabFragment.graphql.ts b/apps/console/src/__generated__/core/VendorRiskAssessmentTabFragment.graphql.ts index 69b30470e..64503df84 100644 --- a/apps/console/src/__generated__/core/VendorRiskAssessmentTabFragment.graphql.ts +++ b/apps/console/src/__generated__/core/VendorRiskAssessmentTabFragment.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<> + * @generated SignedSource<<48a58e84cc3d767baf9ac8e346864db8>> * @lightSyntaxTransform * @nogrep */ @@ -21,7 +21,7 @@ export type VendorRiskAssessmentTabFragment$data = { }; }>; readonly pageInfo: { - readonly endCursor: any | null | undefined; + readonly endCursor: string | null | undefined; readonly hasNextPage: boolean; }; }; diff --git a/apps/console/src/__generated__/core/VendorRiskAssessmentTabFragment_assessment.graphql.ts b/apps/console/src/__generated__/core/VendorRiskAssessmentTabFragment_assessment.graphql.ts index 040e6e401..7eff7f622 100644 --- a/apps/console/src/__generated__/core/VendorRiskAssessmentTabFragment_assessment.graphql.ts +++ b/apps/console/src/__generated__/core/VendorRiskAssessmentTabFragment_assessment.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<> + * @generated SignedSource<> * @lightSyntaxTransform * @nogrep */ @@ -14,9 +14,9 @@ export type DataSensitivity = "CRITICAL" | "HIGH" | "LOW" | "MEDIUM" | "NONE"; import { FragmentRefs } from "relay-runtime"; export type VendorRiskAssessmentTabFragment_assessment$data = { readonly businessImpact: BusinessImpact; - readonly createdAt: any; + readonly createdAt: string; readonly dataSensitivity: DataSensitivity; - readonly expiresAt: any; + readonly expiresAt: string; readonly id: string; readonly notes: string | null | undefined; readonly " $fragmentType": "VendorRiskAssessmentTabFragment_assessment"; diff --git a/apps/console/src/__generated__/core/VendorRiskAssessmentTabQuery.graphql.ts b/apps/console/src/__generated__/core/VendorRiskAssessmentTabQuery.graphql.ts index ad32cd42a..4ad1a7539 100644 --- a/apps/console/src/__generated__/core/VendorRiskAssessmentTabQuery.graphql.ts +++ b/apps/console/src/__generated__/core/VendorRiskAssessmentTabQuery.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<<121b4497478f4b5ff67fb8a9daab3774>> + * @generated SignedSource<<6303a33c70cf6072bad533f5362a8944>> * @lightSyntaxTransform * @nogrep */ @@ -17,8 +17,8 @@ export type VendorRiskAssessmentOrder = { field: VendorRiskAssessmentOrderField; }; export type VendorRiskAssessmentTabQuery$variables = { - after?: any | null | undefined; - before?: any | null | undefined; + after?: string | null | undefined; + before?: string | null | undefined; first?: number | null | undefined; id: string; last?: number | null | undefined; diff --git a/apps/console/src/__generated__/core/VendorServicesListQuery.graphql.ts b/apps/console/src/__generated__/core/VendorServicesListQuery.graphql.ts index 5eead22d4..675147078 100644 --- a/apps/console/src/__generated__/core/VendorServicesListQuery.graphql.ts +++ b/apps/console/src/__generated__/core/VendorServicesListQuery.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<> + * @generated SignedSource<> * @lightSyntaxTransform * @nogrep */ @@ -17,8 +17,8 @@ export type VendorServiceOrder = { field: VendorServiceOrderField; }; export type VendorServicesListQuery$variables = { - after?: any | null | undefined; - before?: any | null | undefined; + after?: string | null | undefined; + before?: string | null | undefined; first?: number | null | undefined; id: string; last?: number | null | undefined; diff --git a/apps/console/src/__generated__/core/VendorServicesTabFragment_service.graphql.ts b/apps/console/src/__generated__/core/VendorServicesTabFragment_service.graphql.ts index 415b1e3f3..1934da02e 100644 --- a/apps/console/src/__generated__/core/VendorServicesTabFragment_service.graphql.ts +++ b/apps/console/src/__generated__/core/VendorServicesTabFragment_service.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<<2f6dc5bf85b9ad81fe6c9af7955e4217>> + * @generated SignedSource<<6e7ee5d7dad966afab1e9ddbf60e14f3>> * @lightSyntaxTransform * @nogrep */ @@ -11,11 +11,11 @@ import { ReaderFragment } from 'relay-runtime'; import { FragmentRefs } from "relay-runtime"; export type VendorServicesTabFragment_service$data = { - readonly createdAt: any; + readonly createdAt: string; readonly description: string | null | undefined; readonly id: string; readonly name: string; - readonly updatedAt: any; + readonly updatedAt: string; readonly " $fragmentType": "VendorServicesTabFragment_service"; }; export type VendorServicesTabFragment_service$key = { diff --git a/apps/console/src/__generated__/core/VendorsListQuery.graphql.ts b/apps/console/src/__generated__/core/VendorsListQuery.graphql.ts index a6f5e868d..e0a795707 100644 --- a/apps/console/src/__generated__/core/VendorsListQuery.graphql.ts +++ b/apps/console/src/__generated__/core/VendorsListQuery.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<> + * @generated SignedSource<<5f9ff983582bf49d588a9d0d986653d7>> * @lightSyntaxTransform * @nogrep */ @@ -17,8 +17,8 @@ export type VendorOrder = { field: VendorOrderField; }; export type VendorsListQuery$variables = { - after?: any | null | undefined; - before?: any | null | undefined; + after?: string | null | undefined; + before?: string | null | undefined; first?: number | null | undefined; id: string; last?: number | null | undefined; diff --git a/apps/console/src/__generated__/core/VersionRowFragment.graphql.ts b/apps/console/src/__generated__/core/VersionRowFragment.graphql.ts index 7b907bc75..cbcc61854 100644 --- a/apps/console/src/__generated__/core/VersionRowFragment.graphql.ts +++ b/apps/console/src/__generated__/core/VersionRowFragment.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<<9cf1f475999548049b019e29f83411dd>> + * @generated SignedSource<<9e7dea0ad7cddb603d16a2fbbe71e4dc>> * @lightSyntaxTransform * @nogrep */ @@ -12,7 +12,7 @@ import { ReaderFragment } from 'relay-runtime'; import { FragmentRefs } from "relay-runtime"; export type VersionRowFragment$data = { readonly id: string; - readonly publishedAt: any | null | undefined; + readonly publishedAt: string | null | undefined; readonly signed: boolean; readonly version: number; readonly " $fragmentType": "VersionRowFragment"; diff --git a/apps/console/src/__generated__/core/usePaginatedMeasuresQuery_fragment.graphql.ts b/apps/console/src/__generated__/core/usePaginatedMeasuresQuery_fragment.graphql.ts index c31ebe180..8fb070b76 100644 --- a/apps/console/src/__generated__/core/usePaginatedMeasuresQuery_fragment.graphql.ts +++ b/apps/console/src/__generated__/core/usePaginatedMeasuresQuery_fragment.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<> + * @generated SignedSource<<6c86702e8005adfb32ab18b122d37fba>> * @lightSyntaxTransform * @nogrep */ @@ -17,8 +17,8 @@ export type MeasureOrder = { field: MeasureOrderField; }; export type usePaginatedMeasuresQuery_fragment$variables = { - after?: any | null | undefined; - before?: any | null | undefined; + after?: string | null | undefined; + before?: string | null | undefined; first?: number | null | undefined; id: string; last?: number | null | undefined; diff --git a/apps/console/src/__generated__/iam/EditSAMLConfigurationFormQuery.graphql.ts b/apps/console/src/__generated__/iam/EditSAMLConfigurationFormQuery.graphql.ts index 885bf2206..969023dfc 100644 --- a/apps/console/src/__generated__/iam/EditSAMLConfigurationFormQuery.graphql.ts +++ b/apps/console/src/__generated__/iam/EditSAMLConfigurationFormQuery.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<<3da2840acb86d86a80715539be18fba0>> + * @generated SignedSource<<9f5f726789193f7af37d789c8b324a1e>> * @lightSyntaxTransform * @nogrep */ @@ -24,7 +24,7 @@ export type EditSAMLConfigurationFormQuery$data = { }; readonly autoSignupEnabled: boolean; readonly domainVerificationToken: string | null | undefined; - readonly domainVerifiedAt: any | null | undefined; + readonly domainVerifiedAt: string | null | undefined; readonly emailDomain: string; readonly enforcementPolicy: SAMLEnforcementPolicy; readonly id: string; diff --git a/apps/console/src/__generated__/iam/EditSAMLConfigurationForm_updateMutation.graphql.ts b/apps/console/src/__generated__/iam/EditSAMLConfigurationForm_updateMutation.graphql.ts index 6cbe3cc51..23d9f8cf1 100644 --- a/apps/console/src/__generated__/iam/EditSAMLConfigurationForm_updateMutation.graphql.ts +++ b/apps/console/src/__generated__/iam/EditSAMLConfigurationForm_updateMutation.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<<33cdb4d30c06225b656ba2b3f27830eb>> + * @generated SignedSource<<9e0e298dd1e700d70d3f054b62b43d87>> * @lightSyntaxTransform * @nogrep */ @@ -33,7 +33,7 @@ export type EditSAMLConfigurationForm_updateMutation$data = { readonly updateSAMLConfiguration: { readonly samlConfiguration: { readonly domainVerificationToken: string | null | undefined; - readonly domainVerifiedAt: any | null | undefined; + readonly domainVerifiedAt: string | null | undefined; readonly emailDomain: string; readonly enforcementPolicy: SAMLEnforcementPolicy; readonly id: string; diff --git a/apps/console/src/__generated__/iam/InvitationCardFragment.graphql.ts b/apps/console/src/__generated__/iam/InvitationCardFragment.graphql.ts index d6a1d2b60..c9b260a60 100644 --- a/apps/console/src/__generated__/iam/InvitationCardFragment.graphql.ts +++ b/apps/console/src/__generated__/iam/InvitationCardFragment.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<> + * @generated SignedSource<> * @lightSyntaxTransform * @nogrep */ @@ -12,7 +12,7 @@ import { ReaderFragment } from 'relay-runtime'; export type MembershipRole = "ADMIN" | "AUDITOR" | "EMPLOYEE" | "OWNER" | "VIEWER"; import { FragmentRefs } from "relay-runtime"; export type InvitationCardFragment$data = { - readonly createdAt: any; + readonly createdAt: string; readonly id: string; readonly organization: { readonly id: string; diff --git a/apps/console/src/__generated__/iam/InvitationListFragment_RefetchQuery.graphql.ts b/apps/console/src/__generated__/iam/InvitationListFragment_RefetchQuery.graphql.ts index 25e3d6717..9f60800a7 100644 --- a/apps/console/src/__generated__/iam/InvitationListFragment_RefetchQuery.graphql.ts +++ b/apps/console/src/__generated__/iam/InvitationListFragment_RefetchQuery.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<<0da865b38342a3574ae7dc7185a6071d>> + * @generated SignedSource<<6d84f6b0d10bbae09a14ecc5d84c2814>> * @lightSyntaxTransform * @nogrep */ @@ -17,8 +17,8 @@ export type InvitationOrder = { field: InvitationOrderField; }; export type InvitationListFragment_RefetchQuery$variables = { - after?: any | null | undefined; - before?: any | null | undefined; + after?: string | null | undefined; + before?: string | null | undefined; first?: number | null | undefined; id: string; last?: number | null | undefined; diff --git a/apps/console/src/__generated__/iam/InvitationListItemFragment.graphql.ts b/apps/console/src/__generated__/iam/InvitationListItemFragment.graphql.ts index 131e31298..8760b5721 100644 --- a/apps/console/src/__generated__/iam/InvitationListItemFragment.graphql.ts +++ b/apps/console/src/__generated__/iam/InvitationListItemFragment.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<<1ff88dc8e6cbfc1d0db4f6d041cd7e51>> + * @generated SignedSource<<5b60de19e893c841d45ecd555eecf65a>> * @lightSyntaxTransform * @nogrep */ @@ -13,11 +13,11 @@ export type InvitationStatus = "ACCEPTED" | "EXPIRED" | "PENDING"; export type MembershipRole = "ADMIN" | "AUDITOR" | "EMPLOYEE" | "OWNER" | "VIEWER"; import { FragmentRefs } from "relay-runtime"; export type InvitationListItemFragment$data = { - readonly acceptedAt: any | null | undefined; + readonly acceptedAt: string | null | undefined; readonly canDelete: boolean; - readonly createdAt: any; - readonly email: any; - readonly expiresAt: any; + readonly createdAt: string; + readonly email: string; + readonly expiresAt: string; readonly fullName: string; readonly id: string; readonly role: MembershipRole; diff --git a/apps/console/src/__generated__/iam/InviteUserDialogMutation.graphql.ts b/apps/console/src/__generated__/iam/InviteUserDialogMutation.graphql.ts index 13d2ce902..745612abe 100644 --- a/apps/console/src/__generated__/iam/InviteUserDialogMutation.graphql.ts +++ b/apps/console/src/__generated__/iam/InviteUserDialogMutation.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<<4516a7a0c95bb6634bbe7d1b097cc5de>> + * @generated SignedSource<<438f2d019c7a08242f35c048016a97e1>> * @lightSyntaxTransform * @nogrep */ @@ -12,7 +12,7 @@ import { ConcreteRequest } from 'relay-runtime'; export type MembershipRole = "ADMIN" | "AUDITOR" | "EMPLOYEE" | "OWNER" | "VIEWER"; export type InviteMemberInput = { createPeople: boolean; - email: any; + email: string; fullName: string; organizationId: string; role: MembershipRole; @@ -25,11 +25,11 @@ export type InviteUserDialogMutation$data = { readonly inviteMember: { readonly invitationEdge: { readonly node: { - readonly acceptedAt: any | null | undefined; + readonly acceptedAt: string | null | undefined; readonly canDelete: boolean; - readonly createdAt: any; - readonly email: any; - readonly expiresAt: any; + readonly createdAt: string; + readonly email: string; + readonly expiresAt: string; readonly fullName: string; readonly id: string; readonly role: MembershipRole; diff --git a/apps/console/src/__generated__/iam/MemberListFragment_RefetchQuery.graphql.ts b/apps/console/src/__generated__/iam/MemberListFragment_RefetchQuery.graphql.ts index e247bc817..c05802dc8 100644 --- a/apps/console/src/__generated__/iam/MemberListFragment_RefetchQuery.graphql.ts +++ b/apps/console/src/__generated__/iam/MemberListFragment_RefetchQuery.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<> + * @generated SignedSource<<6c195e6a85a33dea6ae254caa60b79df>> * @lightSyntaxTransform * @nogrep */ @@ -17,8 +17,8 @@ export type MembershipOrder = { field: MembershipOrderField; }; export type MemberListFragment_RefetchQuery$variables = { - after?: any | null | undefined; - before?: any | null | undefined; + after?: string | null | undefined; + before?: string | null | undefined; first?: number | null | undefined; id: string; last?: number | null | undefined; diff --git a/apps/console/src/__generated__/iam/MemberListItemFragment.graphql.ts b/apps/console/src/__generated__/iam/MemberListItemFragment.graphql.ts index cecadcb4e..52735956a 100644 --- a/apps/console/src/__generated__/iam/MemberListItemFragment.graphql.ts +++ b/apps/console/src/__generated__/iam/MemberListItemFragment.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<<2a646771572f86908a4000fae533c4d8>> + * @generated SignedSource<> * @lightSyntaxTransform * @nogrep */ @@ -14,10 +14,10 @@ import { FragmentRefs } from "relay-runtime"; export type MemberListItemFragment$data = { readonly canDelete: boolean; readonly canUpdate: boolean; - readonly createdAt: any; + readonly createdAt: string; readonly id: string; readonly identity: { - readonly email: any; + readonly email: string; }; readonly profile: { readonly fullName: string; diff --git a/apps/console/src/__generated__/iam/MembershipCardFragment.graphql.ts b/apps/console/src/__generated__/iam/MembershipCardFragment.graphql.ts index 8c535c4a3..a77adbf87 100644 --- a/apps/console/src/__generated__/iam/MembershipCardFragment.graphql.ts +++ b/apps/console/src/__generated__/iam/MembershipCardFragment.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<<4660f07fbf06d0125ce01cd54019f389>> + * @generated SignedSource<> * @lightSyntaxTransform * @nogrep */ @@ -12,7 +12,7 @@ import { ReaderFragment } from 'relay-runtime'; import { FragmentRefs } from "relay-runtime"; export type MembershipCardFragment$data = { readonly lastSession: { - readonly expiresAt: any; + readonly expiresAt: string; readonly id: string; } | null | undefined; readonly organization: { diff --git a/apps/console/src/__generated__/iam/MembershipsDropdownMenuItemFragment.graphql.ts b/apps/console/src/__generated__/iam/MembershipsDropdownMenuItemFragment.graphql.ts index f30f3ab12..1e49f94f4 100644 --- a/apps/console/src/__generated__/iam/MembershipsDropdownMenuItemFragment.graphql.ts +++ b/apps/console/src/__generated__/iam/MembershipsDropdownMenuItemFragment.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<<353905ded51be0954c17254a66a133d5>> + * @generated SignedSource<> * @lightSyntaxTransform * @nogrep */ @@ -13,7 +13,7 @@ import { FragmentRefs } from "relay-runtime"; export type MembershipsDropdownMenuItemFragment$data = { readonly id: string; readonly lastSession: { - readonly expiresAt: any; + readonly expiresAt: string; readonly id: string; } | null | undefined; readonly organization: { diff --git a/apps/console/src/__generated__/iam/NewSAMLConfigurationForm_createMutation.graphql.ts b/apps/console/src/__generated__/iam/NewSAMLConfigurationForm_createMutation.graphql.ts index d6e92db73..d09fcd0b5 100644 --- a/apps/console/src/__generated__/iam/NewSAMLConfigurationForm_createMutation.graphql.ts +++ b/apps/console/src/__generated__/iam/NewSAMLConfigurationForm_createMutation.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<<0d0fdbf079f1a72545fa363ce60cd2f7>> + * @generated SignedSource<> * @lightSyntaxTransform * @nogrep */ @@ -34,7 +34,7 @@ export type NewSAMLConfigurationForm_createMutation$data = { readonly samlConfigurationEdge: { readonly node: { readonly domainVerificationToken: string | null | undefined; - readonly domainVerifiedAt: any | null | undefined; + readonly domainVerifiedAt: string | null | undefined; readonly emailDomain: string; readonly enforcementPolicy: SAMLEnforcementPolicy; readonly id: string; diff --git a/apps/console/src/__generated__/iam/PersonalAPIKeyListCreateMutation.graphql.ts b/apps/console/src/__generated__/iam/PersonalAPIKeyListCreateMutation.graphql.ts index e9c7782b5..803955bd0 100644 --- a/apps/console/src/__generated__/iam/PersonalAPIKeyListCreateMutation.graphql.ts +++ b/apps/console/src/__generated__/iam/PersonalAPIKeyListCreateMutation.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<> + * @generated SignedSource<> * @lightSyntaxTransform * @nogrep */ @@ -10,7 +10,7 @@ import { ConcreteRequest } from 'relay-runtime'; export type CreatePersonalAPIKeyInput = { - expiresAt: any; + expiresAt: string; name: string; }; export type PersonalAPIKeyListCreateMutation$variables = { @@ -21,8 +21,8 @@ export type PersonalAPIKeyListCreateMutation$data = { readonly createPersonalAPIKey: { readonly personalAPIKeyEdge: { readonly node: { - readonly createdAt: any; - readonly expiresAt: any; + readonly createdAt: string; + readonly expiresAt: string; readonly id: string; readonly name: string; }; diff --git a/apps/console/src/__generated__/iam/PersonalAPIKeyRowFragment.graphql.ts b/apps/console/src/__generated__/iam/PersonalAPIKeyRowFragment.graphql.ts index cb964f302..0feffd696 100644 --- a/apps/console/src/__generated__/iam/PersonalAPIKeyRowFragment.graphql.ts +++ b/apps/console/src/__generated__/iam/PersonalAPIKeyRowFragment.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<> + * @generated SignedSource<> * @lightSyntaxTransform * @nogrep */ @@ -11,8 +11,8 @@ import { ReaderFragment } from 'relay-runtime'; import { FragmentRefs } from "relay-runtime"; export type PersonalAPIKeyRowFragment$data = { - readonly createdAt: any; - readonly expiresAt: any; + readonly createdAt: string; + readonly expiresAt: string; readonly id: string; readonly name: string; readonly token?: string | null | undefined; diff --git a/apps/console/src/__generated__/iam/SAMLConfigurationListFragment.graphql.ts b/apps/console/src/__generated__/iam/SAMLConfigurationListFragment.graphql.ts index 6451afc94..401dd8429 100644 --- a/apps/console/src/__generated__/iam/SAMLConfigurationListFragment.graphql.ts +++ b/apps/console/src/__generated__/iam/SAMLConfigurationListFragment.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<<6b22aeaed6a8da4374bb98a36e236cd2>> + * @generated SignedSource<> * @lightSyntaxTransform * @nogrep */ @@ -18,7 +18,7 @@ export type SAMLConfigurationListFragment$data = { readonly canDelete: boolean; readonly canUpdate: boolean; readonly domainVerificationToken: string | null | undefined; - readonly domainVerifiedAt: any | null | undefined; + readonly domainVerifiedAt: string | null | undefined; readonly emailDomain: string; readonly enforcementPolicy: SAMLEnforcementPolicy; readonly id: string; diff --git a/apps/console/src/__generated__/iam/SessionDropdownFragment.graphql.ts b/apps/console/src/__generated__/iam/SessionDropdownFragment.graphql.ts index 63e92e831..f50ce6d87 100644 --- a/apps/console/src/__generated__/iam/SessionDropdownFragment.graphql.ts +++ b/apps/console/src/__generated__/iam/SessionDropdownFragment.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<<2c57cb9a331fb7fedf72b0113bf7cb66>> + * @generated SignedSource<<73d5a0059348fd0c5950ae3a873cc383>> * @lightSyntaxTransform * @nogrep */ @@ -14,7 +14,7 @@ export type SessionDropdownFragment$data = { readonly canDelete: boolean; readonly viewerMembership: { readonly identity: { - readonly email: any; + readonly email: string; }; readonly profile: { readonly fullName: string; diff --git a/apps/console/src/__generated__/iam/SignInPageMutation.graphql.ts b/apps/console/src/__generated__/iam/SignInPageMutation.graphql.ts index 3bbe86784..7d2edfe6b 100644 --- a/apps/console/src/__generated__/iam/SignInPageMutation.graphql.ts +++ b/apps/console/src/__generated__/iam/SignInPageMutation.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<<5b81c905d9cd12c78b5f77efdcc654ea>> + * @generated SignedSource<<02b9c661a564d47f4821ff67a4dae9b0>> * @lightSyntaxTransform * @nogrep */ @@ -10,7 +10,7 @@ import { ConcreteRequest } from 'relay-runtime'; export type SignInInput = { - email: any; + email: string; password: string; }; export type SignInPageMutation$variables = {