diff --git a/apps/console/src/__generated__/core/AssetGraphListQuery.graphql.ts b/apps/console/src/__generated__/core/AssetGraphListQuery.graphql.ts index 0f59fca86..29036fe25 100644 --- a/apps/console/src/__generated__/core/AssetGraphListQuery.graphql.ts +++ b/apps/console/src/__generated__/core/AssetGraphListQuery.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<> + * @generated SignedSource<<589e60013c6742892983123821a83a79>> * @lightSyntaxTransform * @nogrep */ @@ -274,13 +274,6 @@ return { ], "storageKey": "vendors(first:50)" }, - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "createdAt", - "storageKey": null - }, { "alias": "canUpdate", "args": [ @@ -396,12 +389,12 @@ return { ] }, "params": { - "cacheID": "e55d3b21b1689a03329569da5669d216", + "cacheID": "d8a4a67f62424bd305fddf0a54599a9a", "id": null, "metadata": {}, "name": "AssetGraphListQuery", "operationKind": "query", - "text": "query AssetGraphListQuery(\n $organizationId: ID!\n $snapshotId: ID\n) {\n node(id: $organizationId) {\n __typename\n ... on Organization {\n canCreateAsset: permission(action: \"core:asset:create\")\n ...AssetsPageFragment_3iomuz\n }\n id\n }\n}\n\nfragment AssetsPageFragment_3iomuz on Organization {\n assets(first: 10, filter: {snapshotId: $snapshotId}) {\n edges {\n node {\n id\n snapshotId\n name\n amount\n assetType\n dataTypesStored\n owner {\n id\n fullName\n }\n vendors(first: 50) {\n edges {\n node {\n id\n name\n websiteUrl\n }\n }\n }\n createdAt\n canUpdate: permission(action: \"core:asset:update\")\n canDelete: permission(action: \"core:asset:delete\")\n __typename\n }\n cursor\n }\n pageInfo {\n endCursor\n hasNextPage\n hasPreviousPage\n startCursor\n }\n }\n id\n}\n" + "text": "query AssetGraphListQuery(\n $organizationId: ID!\n $snapshotId: ID\n) {\n node(id: $organizationId) {\n __typename\n ... on Organization {\n canCreateAsset: permission(action: \"core:asset:create\")\n ...AssetsPageFragment_3iomuz\n }\n id\n }\n}\n\nfragment AssetsPageFragment_3iomuz on Organization {\n assets(first: 10, filter: {snapshotId: $snapshotId}) {\n edges {\n node {\n id\n snapshotId\n name\n amount\n assetType\n dataTypesStored\n owner {\n id\n fullName\n }\n vendors(first: 50) {\n edges {\n node {\n id\n name\n websiteUrl\n }\n }\n }\n canUpdate: permission(action: \"core:asset:update\")\n canDelete: permission(action: \"core:asset:delete\")\n __typename\n }\n cursor\n }\n pageInfo {\n endCursor\n hasNextPage\n hasPreviousPage\n startCursor\n }\n }\n id\n}\n" } }; })(); diff --git a/apps/console/src/__generated__/core/AssetsListQuery.graphql.ts b/apps/console/src/__generated__/core/AssetsListQuery.graphql.ts index 06c3d196c..c0025cb39 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<<13d2dd64b5963f27b35077c80106abfb>> + * @generated SignedSource<> * @lightSyntaxTransform * @nogrep */ @@ -333,13 +333,6 @@ return { ], "storageKey": "vendors(first:50)" }, - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "createdAt", - "storageKey": null - }, { "alias": "canUpdate", "args": [ @@ -455,16 +448,16 @@ return { ] }, "params": { - "cacheID": "350938b31ac1c7f7a28849123995da3a", + "cacheID": "c0346ed84057ddaf9686c96a9dac21f2", "id": null, "metadata": {}, "name": "AssetsListQuery", "operationKind": "query", - "text": "query AssetsListQuery(\n $after: CursorKey = null\n $before: CursorKey = null\n $first: Int = 10\n $last: Int = null\n $orderBy: AssetOrder = null\n $snapshotId: ID = null\n $id: ID!\n) {\n node(id: $id) {\n __typename\n ...AssetsPageFragment_38J9tm\n id\n }\n}\n\nfragment AssetsPageFragment_38J9tm on Organization {\n assets(first: $first, after: $after, last: $last, before: $before, orderBy: $orderBy, filter: {snapshotId: $snapshotId}) {\n edges {\n node {\n id\n snapshotId\n name\n amount\n assetType\n dataTypesStored\n owner {\n id\n fullName\n }\n vendors(first: 50) {\n edges {\n node {\n id\n name\n websiteUrl\n }\n }\n }\n createdAt\n canUpdate: permission(action: \"core:asset:update\")\n canDelete: permission(action: \"core:asset:delete\")\n __typename\n }\n cursor\n }\n pageInfo {\n endCursor\n hasNextPage\n hasPreviousPage\n startCursor\n }\n }\n id\n}\n" + "text": "query AssetsListQuery(\n $after: CursorKey = null\n $before: CursorKey = null\n $first: Int = 10\n $last: Int = null\n $orderBy: AssetOrder = null\n $snapshotId: ID = null\n $id: ID!\n) {\n node(id: $id) {\n __typename\n ...AssetsPageFragment_38J9tm\n id\n }\n}\n\nfragment AssetsPageFragment_38J9tm on Organization {\n assets(first: $first, after: $after, last: $last, before: $before, orderBy: $orderBy, filter: {snapshotId: $snapshotId}) {\n edges {\n node {\n id\n snapshotId\n name\n amount\n assetType\n dataTypesStored\n owner {\n id\n fullName\n }\n vendors(first: 50) {\n edges {\n node {\n id\n name\n websiteUrl\n }\n }\n }\n canUpdate: permission(action: \"core:asset:update\")\n canDelete: permission(action: \"core:asset:delete\")\n __typename\n }\n cursor\n }\n pageInfo {\n endCursor\n hasNextPage\n hasPreviousPage\n startCursor\n }\n }\n id\n}\n" } }; })(); -(node as any).hash = "4e870b93c801e9f0b6e26ab6069863fe"; +(node as any).hash = "8c67b88d7d88fa017e97b19790271a4c"; export default node; diff --git a/apps/console/src/__generated__/core/AssetsPageFragment.graphql.ts b/apps/console/src/__generated__/core/AssetsPageFragment.graphql.ts index 4d7885f13..189e44173 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<> * @lightSyntaxTransform * @nogrep */ @@ -20,7 +20,6 @@ export type AssetsPageFragment$data = { readonly assetType: AssetType; readonly canDelete: boolean; readonly canUpdate: boolean; - readonly createdAt: string; readonly dataTypesStored: string; readonly id: string; readonly name: string; @@ -269,13 +268,6 @@ return { ], "storageKey": "vendors(first:50)" }, - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "createdAt", - "storageKey": null - }, { "alias": "canUpdate", "args": [ @@ -383,6 +375,6 @@ return { }; })(); -(node as any).hash = "4e870b93c801e9f0b6e26ab6069863fe"; +(node as any).hash = "8c67b88d7d88fa017e97b19790271a4c"; export default node; diff --git a/apps/console/src/__generated__/core/AuditGraphListQuery.graphql.ts b/apps/console/src/__generated__/core/AuditGraphListQuery.graphql.ts index 0be7a07d0..334a8de85 100644 --- a/apps/console/src/__generated__/core/AuditGraphListQuery.graphql.ts +++ b/apps/console/src/__generated__/core/AuditGraphListQuery.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<> + * @generated SignedSource<> * @lightSyntaxTransform * @nogrep */ @@ -183,14 +183,7 @@ return { "name": "report", "plural": false, "selections": [ - (v4/*: any*/), - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "filename", - "storageKey": null - } + (v4/*: any*/) ], "storageKey": null }, @@ -214,13 +207,6 @@ return { ], "storageKey": null }, - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "createdAt", - "storageKey": null - }, { "alias": "canUpdate", "args": [ @@ -336,12 +322,12 @@ return { ] }, "params": { - "cacheID": "441524ada7aa614fb611f3d64812314f", + "cacheID": "947a80a492551d8082ac7f43d88a1692", "id": null, "metadata": {}, "name": "AuditGraphListQuery", "operationKind": "query", - "text": "query AuditGraphListQuery(\n $organizationId: ID!\n) {\n node(id: $organizationId) {\n __typename\n ... on Organization {\n canCreateAudit: permission(action: \"core:audit:create\")\n ...AuditsPageFragment\n }\n id\n }\n}\n\nfragment AuditsPageFragment on Organization {\n audits(first: 10) {\n edges {\n node {\n id\n name\n validFrom\n validUntil\n report {\n id\n filename\n }\n state\n framework {\n id\n name\n }\n createdAt\n canUpdate: permission(action: \"core:audit:update\")\n canDelete: permission(action: \"core:audit:delete\")\n __typename\n }\n cursor\n }\n pageInfo {\n endCursor\n hasNextPage\n hasPreviousPage\n startCursor\n }\n }\n id\n}\n" + "text": "query AuditGraphListQuery(\n $organizationId: ID!\n) {\n node(id: $organizationId) {\n __typename\n ... on Organization {\n canCreateAudit: permission(action: \"core:audit:create\")\n ...AuditsPageFragment\n }\n id\n }\n}\n\nfragment AuditsPageFragment on Organization {\n audits(first: 10) {\n edges {\n node {\n id\n name\n validFrom\n validUntil\n report {\n id\n }\n state\n framework {\n id\n name\n }\n canUpdate: permission(action: \"core:audit:update\")\n canDelete: permission(action: \"core:audit:delete\")\n __typename\n }\n cursor\n }\n pageInfo {\n endCursor\n hasNextPage\n hasPreviousPage\n startCursor\n }\n }\n id\n}\n" } }; })(); diff --git a/apps/console/src/__generated__/core/AuditSelectFieldQuery.graphql.ts b/apps/console/src/__generated__/core/AuditSelectFieldQuery.graphql.ts index 13037a6d3..3ee7c1593 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<> + * @generated SignedSource<> * @lightSyntaxTransform * @nogrep */ @@ -25,8 +25,6 @@ export type AuditSelectFieldQuery$data = { readonly id: string; readonly name: string | null | undefined; readonly state: AuditState; - readonly validFrom: string | null | undefined; - readonly validUntil: string | null | undefined; }; }>; }; @@ -120,20 +118,6 @@ v4 = { "kind": "ScalarField", "name": "state", "storageKey": null - }, - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "validFrom", - "storageKey": null - }, - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "validUntil", - "storageKey": null } ], "storageKey": null @@ -200,16 +184,16 @@ return { ] }, "params": { - "cacheID": "339c5438bb684c44887cc9cb53fb2c6a", + "cacheID": "aff4976e133c357e4923155693cf55a8", "id": null, "metadata": {}, "name": "AuditSelectFieldQuery", "operationKind": "query", - "text": "query AuditSelectFieldQuery(\n $organizationId: ID!\n) {\n organization: node(id: $organizationId) {\n __typename\n ... on Organization {\n audits(first: 100) {\n edges {\n node {\n id\n name\n framework {\n id\n name\n }\n state\n validFrom\n validUntil\n }\n }\n }\n }\n id\n }\n}\n" + "text": "query AuditSelectFieldQuery(\n $organizationId: ID!\n) {\n organization: node(id: $organizationId) {\n __typename\n ... on Organization {\n audits(first: 100) {\n edges {\n node {\n id\n name\n framework {\n id\n name\n }\n state\n }\n }\n }\n }\n id\n }\n}\n" } }; })(); -(node as any).hash = "2bde1a04326144fe1b133672870807eb"; +(node as any).hash = "ff187d65a29fe5676b2405cece34383a"; export default node; diff --git a/apps/console/src/__generated__/core/AuditsListQuery.graphql.ts b/apps/console/src/__generated__/core/AuditsListQuery.graphql.ts index c99f3d42f..eb38e04a5 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<<4cd493e5c45c274b8d7aabdac8c62f95>> + * @generated SignedSource<<22dfddc4b5d6d6bbe1e7069f40316151>> * @lightSyntaxTransform * @nogrep */ @@ -228,14 +228,7 @@ return { "name": "report", "plural": false, "selections": [ - (v9/*: any*/), - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "filename", - "storageKey": null - } + (v9/*: any*/) ], "storageKey": null }, @@ -259,13 +252,6 @@ return { ], "storageKey": null }, - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "createdAt", - "storageKey": null - }, { "alias": "canUpdate", "args": [ @@ -381,16 +367,16 @@ return { ] }, "params": { - "cacheID": "7804de168f5c2484d6beb2f4d19287b0", + "cacheID": "01f7bbcd6bbb76d61268e40c7917bc56", "id": null, "metadata": {}, "name": "AuditsListQuery", "operationKind": "query", - "text": "query AuditsListQuery(\n $after: CursorKey = null\n $before: CursorKey = null\n $first: Int = 10\n $last: Int = null\n $orderBy: AuditOrder = null\n $id: ID!\n) {\n node(id: $id) {\n __typename\n ...AuditsPageFragment_sdb03\n id\n }\n}\n\nfragment AuditsPageFragment_sdb03 on Organization {\n audits(first: $first, after: $after, last: $last, before: $before, orderBy: $orderBy) {\n edges {\n node {\n id\n name\n validFrom\n validUntil\n report {\n id\n filename\n }\n state\n framework {\n id\n name\n }\n createdAt\n canUpdate: permission(action: \"core:audit:update\")\n canDelete: permission(action: \"core:audit:delete\")\n __typename\n }\n cursor\n }\n pageInfo {\n endCursor\n hasNextPage\n hasPreviousPage\n startCursor\n }\n }\n id\n}\n" + "text": "query AuditsListQuery(\n $after: CursorKey = null\n $before: CursorKey = null\n $first: Int = 10\n $last: Int = null\n $orderBy: AuditOrder = null\n $id: ID!\n) {\n node(id: $id) {\n __typename\n ...AuditsPageFragment_sdb03\n id\n }\n}\n\nfragment AuditsPageFragment_sdb03 on Organization {\n audits(first: $first, after: $after, last: $last, before: $before, orderBy: $orderBy) {\n edges {\n node {\n id\n name\n validFrom\n validUntil\n report {\n id\n }\n state\n framework {\n id\n name\n }\n canUpdate: permission(action: \"core:audit:update\")\n canDelete: permission(action: \"core:audit:delete\")\n __typename\n }\n cursor\n }\n pageInfo {\n endCursor\n hasNextPage\n hasPreviousPage\n startCursor\n }\n }\n id\n}\n" } }; })(); -(node as any).hash = "4013ec4e657ef7fb9d13afbd572ea9e5"; +(node as any).hash = "1ad982515cedfc459612981eda49e1b5"; export default node; diff --git a/apps/console/src/__generated__/core/AuditsPageFragment.graphql.ts b/apps/console/src/__generated__/core/AuditsPageFragment.graphql.ts index 019548561..a648b21c9 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<> + * @generated SignedSource<> * @lightSyntaxTransform * @nogrep */ @@ -18,7 +18,6 @@ export type AuditsPageFragment$data = { readonly node: { readonly canDelete: boolean; readonly canUpdate: boolean; - readonly createdAt: string; readonly framework: { readonly id: string; readonly name: string; @@ -26,7 +25,6 @@ export type AuditsPageFragment$data = { readonly id: string; readonly name: string | null | undefined; readonly report: { - readonly filename: string; readonly id: string; } | null | undefined; readonly state: AuditState; @@ -179,14 +177,7 @@ return { "name": "report", "plural": false, "selections": [ - (v1/*: any*/), - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "filename", - "storageKey": null - } + (v1/*: any*/) ], "storageKey": null }, @@ -210,13 +201,6 @@ return { ], "storageKey": null }, - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "createdAt", - "storageKey": null - }, { "alias": "canUpdate", "args": [ @@ -324,6 +308,6 @@ return { }; })(); -(node as any).hash = "4013ec4e657ef7fb9d13afbd572ea9e5"; +(node as any).hash = "1ad982515cedfc459612981eda49e1b5"; export default node; diff --git a/apps/console/src/__generated__/core/CompliancePageAccessListFragment.graphql.ts b/apps/console/src/__generated__/core/CompliancePageAccessListFragment.graphql.ts index d9b981f33..37fbfb099 100644 --- a/apps/console/src/__generated__/core/CompliancePageAccessListFragment.graphql.ts +++ b/apps/console/src/__generated__/core/CompliancePageAccessListFragment.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<> + * @generated SignedSource<<82376847028f43013ad4fe0fd7ceaf0d>> * @lightSyntaxTransform * @nogrep */ @@ -12,9 +12,7 @@ import { ReaderFragment } from 'relay-runtime'; import { FragmentRefs } from "relay-runtime"; export type CompliancePageAccessListFragment$data = { readonly accesses: { - readonly __id: string; readonly edges: ReadonlyArray<{ - readonly cursor: string; readonly node: { readonly id: string; readonly " $fragmentSpreads": FragmentRefs<"CompliancePageAccessListItemFragment">; @@ -161,13 +159,6 @@ return { "name": "edges", "plural": true, "selections": [ - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "cursor", - "storageKey": null - }, { "alias": null, "args": null, @@ -191,21 +182,16 @@ return { } ], "storageKey": null - } - ], - "storageKey": null - }, - { - "kind": "ClientExtension", - "selections": [ + }, { "alias": null, "args": null, "kind": "ScalarField", - "name": "__id", + "name": "cursor", "storageKey": null } - ] + ], + "storageKey": null } ], "storageKey": null @@ -217,6 +203,6 @@ return { }; })(); -(node as any).hash = "51879d3ed361c46e313f58abaaac04d9"; +(node as any).hash = "0a1b2761edd641e8eb52280cc48307b9"; export default node; diff --git a/apps/console/src/__generated__/core/CompliancePageAccessListQuery.graphql.ts b/apps/console/src/__generated__/core/CompliancePageAccessListQuery.graphql.ts index 9b18cacc0..a301ea54f 100644 --- a/apps/console/src/__generated__/core/CompliancePageAccessListQuery.graphql.ts +++ b/apps/console/src/__generated__/core/CompliancePageAccessListQuery.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<> + * @generated SignedSource<<55a5675db2c82dde34408e454aa05008>> * @lightSyntaxTransform * @nogrep */ @@ -215,13 +215,6 @@ return { "name": "edges", "plural": true, "selections": [ - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "cursor", - "storageKey": null - }, { "alias": null, "args": null, @@ -320,21 +313,16 @@ return { (v7/*: any*/) ], "storageKey": null - } - ], - "storageKey": null - }, - { - "kind": "ClientExtension", - "selections": [ + }, { "alias": null, "args": null, "kind": "ScalarField", - "name": "__id", + "name": "cursor", "storageKey": null } - ] + ], + "storageKey": null } ], "storageKey": null @@ -360,16 +348,16 @@ return { ] }, "params": { - "cacheID": "59b4c338efea592e4e15305f84158cce", + "cacheID": "6d600a693d55408b0121cca33c7bdaa6", "id": null, "metadata": {}, "name": "CompliancePageAccessListQuery", "operationKind": "query", - "text": "query CompliancePageAccessListQuery(\n $after: CursorKey = null\n $first: Int = 10\n $order: TrustCenterAccessOrder = {field: CREATED_AT, direction: DESC}\n $id: ID!\n) {\n node(id: $id) {\n __typename\n ...CompliancePageAccessListFragment_gOVF5\n id\n }\n}\n\nfragment CompliancePageAccessListFragment_gOVF5 on TrustCenter {\n accesses(first: $first, after: $after, orderBy: $order) {\n pageInfo {\n hasNextPage\n hasPreviousPage\n startCursor\n endCursor\n }\n edges {\n cursor\n node {\n id\n ...CompliancePageAccessListItemFragment\n __typename\n }\n }\n }\n id\n}\n\nfragment CompliancePageAccessListItemFragment on TrustCenterAccess {\n id\n createdAt\n profile {\n fullName\n emailAddress\n state\n id\n }\n activeCount\n pendingRequestCount\n ndaSignature {\n status\n id\n }\n canUpdate: permission(action: \"core:trust-center-access:update\")\n}\n" + "text": "query CompliancePageAccessListQuery(\n $after: CursorKey = null\n $first: Int = 10\n $order: TrustCenterAccessOrder = {field: CREATED_AT, direction: DESC}\n $id: ID!\n) {\n node(id: $id) {\n __typename\n ...CompliancePageAccessListFragment_gOVF5\n id\n }\n}\n\nfragment CompliancePageAccessListFragment_gOVF5 on TrustCenter {\n accesses(first: $first, after: $after, orderBy: $order) {\n pageInfo {\n hasNextPage\n hasPreviousPage\n startCursor\n endCursor\n }\n edges {\n node {\n id\n ...CompliancePageAccessListItemFragment\n __typename\n }\n cursor\n }\n }\n id\n}\n\nfragment CompliancePageAccessListItemFragment on TrustCenterAccess {\n id\n createdAt\n profile {\n fullName\n emailAddress\n state\n id\n }\n activeCount\n pendingRequestCount\n ndaSignature {\n status\n id\n }\n canUpdate: permission(action: \"core:trust-center-access:update\")\n}\n" } }; })(); -(node as any).hash = "51879d3ed361c46e313f58abaaac04d9"; +(node as any).hash = "0a1b2761edd641e8eb52280cc48307b9"; export default node; diff --git a/apps/console/src/__generated__/core/CompliancePageAccessPageQuery.graphql.ts b/apps/console/src/__generated__/core/CompliancePageAccessPageQuery.graphql.ts index c7870e0c6..096cd0ee1 100644 --- a/apps/console/src/__generated__/core/CompliancePageAccessPageQuery.graphql.ts +++ b/apps/console/src/__generated__/core/CompliancePageAccessPageQuery.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<<35d27a50dd067775566c69dd0e555b25>> + * @generated SignedSource<> * @lightSyntaxTransform * @nogrep */ @@ -208,13 +208,6 @@ return { "name": "edges", "plural": true, "selections": [ - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "cursor", - "storageKey": null - }, { "alias": null, "args": null, @@ -313,21 +306,16 @@ return { (v2/*: any*/) ], "storageKey": null - } - ], - "storageKey": null - }, - { - "kind": "ClientExtension", - "selections": [ + }, { "alias": null, "args": null, "kind": "ScalarField", - "name": "__id", + "name": "cursor", "storageKey": null } - ] + ], + "storageKey": null } ], "storageKey": "accesses(first:10,orderBy:{\"direction\":\"DESC\",\"field\":\"CREATED_AT\"})" @@ -357,12 +345,12 @@ return { ] }, "params": { - "cacheID": "b4d6f7aa127d6ee60ec6344fb291ab4e", + "cacheID": "01d3c68d85f6048a2d482702ba4c97a0", "id": null, "metadata": {}, "name": "CompliancePageAccessPageQuery", "operationKind": "query", - "text": "query CompliancePageAccessPageQuery(\n $organizationId: ID!\n) {\n organization: node(id: $organizationId) {\n __typename\n ... on Organization {\n compliancePage: trustCenter {\n id\n ...CompliancePageAccessListFragment\n }\n }\n id\n }\n}\n\nfragment CompliancePageAccessListFragment on TrustCenter {\n accesses(first: 10, orderBy: {field: CREATED_AT, direction: DESC}) {\n pageInfo {\n hasNextPage\n hasPreviousPage\n startCursor\n endCursor\n }\n edges {\n cursor\n node {\n id\n ...CompliancePageAccessListItemFragment\n __typename\n }\n }\n }\n id\n}\n\nfragment CompliancePageAccessListItemFragment on TrustCenterAccess {\n id\n createdAt\n profile {\n fullName\n emailAddress\n state\n id\n }\n activeCount\n pendingRequestCount\n ndaSignature {\n status\n id\n }\n canUpdate: permission(action: \"core:trust-center-access:update\")\n}\n" + "text": "query CompliancePageAccessPageQuery(\n $organizationId: ID!\n) {\n organization: node(id: $organizationId) {\n __typename\n ... on Organization {\n compliancePage: trustCenter {\n id\n ...CompliancePageAccessListFragment\n }\n }\n id\n }\n}\n\nfragment CompliancePageAccessListFragment on TrustCenter {\n accesses(first: 10, orderBy: {field: CREATED_AT, direction: DESC}) {\n pageInfo {\n hasNextPage\n hasPreviousPage\n startCursor\n endCursor\n }\n edges {\n node {\n id\n ...CompliancePageAccessListItemFragment\n __typename\n }\n cursor\n }\n }\n id\n}\n\nfragment CompliancePageAccessListItemFragment on TrustCenterAccess {\n id\n createdAt\n profile {\n fullName\n emailAddress\n state\n id\n }\n activeCount\n pendingRequestCount\n ndaSignature {\n status\n id\n }\n canUpdate: permission(action: \"core:trust-center-access:update\")\n}\n" } }; })(); diff --git a/apps/console/src/__generated__/core/CompliancePageBrandPageQuery.graphql.ts b/apps/console/src/__generated__/core/CompliancePageBrandPageQuery.graphql.ts index 6f145d628..b1fa60ea8 100644 --- a/apps/console/src/__generated__/core/CompliancePageBrandPageQuery.graphql.ts +++ b/apps/console/src/__generated__/core/CompliancePageBrandPageQuery.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<> + * @generated SignedSource<<5e625eeec03803e3e72c6dd998bed003>> * @lightSyntaxTransform * @nogrep */ @@ -151,19 +151,7 @@ v11 = { ], "storageKey": null }, -v12 = { - "kind": "ClientExtension", - "selections": [ - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "__id", - "storageKey": null - } - ] -}, -v13 = [ +v12 = [ "orderBy" ]; return { @@ -323,15 +311,14 @@ return { ], "storageKey": null }, - (v11/*: any*/), - (v12/*: any*/) + (v11/*: any*/) ], "storageKey": "complianceFrameworks(first:100,orderBy:{\"direction\":\"ASC\",\"field\":\"RANK\"})" }, { "alias": null, "args": (v7/*: any*/), - "filters": (v13/*: any*/), + "filters": (v12/*: any*/), "handle": "connection", "key": "CompliancePageFrameworkList_complianceFrameworks", "kind": "LinkedHandle", @@ -380,14 +367,25 @@ return { "storageKey": null }, (v11/*: any*/), - (v12/*: any*/) + { + "kind": "ClientExtension", + "selections": [ + { + "alias": null, + "args": null, + "kind": "ScalarField", + "name": "__id", + "storageKey": null + } + ] + } ], "storageKey": "externalUrls(first:100,orderBy:{\"direction\":\"ASC\",\"field\":\"RANK\"})" }, { "alias": null, "args": (v7/*: any*/), - "filters": (v13/*: any*/), + "filters": (v12/*: any*/), "handle": "connection", "key": "CompliancePageExternalUrlsSection_externalUrls", "kind": "LinkedHandle", diff --git a/apps/console/src/__generated__/core/CompliancePageFrameworkList_compliancePageFragment.graphql.ts b/apps/console/src/__generated__/core/CompliancePageFrameworkList_compliancePageFragment.graphql.ts index a543bcf5d..e03e2e10a 100644 --- a/apps/console/src/__generated__/core/CompliancePageFrameworkList_compliancePageFragment.graphql.ts +++ b/apps/console/src/__generated__/core/CompliancePageFrameworkList_compliancePageFragment.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<<8626547ee7655aabebf153f2429023d7>> + * @generated SignedSource<> * @lightSyntaxTransform * @nogrep */ @@ -14,7 +14,6 @@ import { FragmentRefs } from "relay-runtime"; export type CompliancePageFrameworkList_compliancePageFragment$data = { readonly canUpdate: boolean; readonly complianceFrameworks: { - readonly __id: string; readonly edges: ReadonlyArray<{ readonly node: { readonly framework: { @@ -238,18 +237,6 @@ return { } ], "storageKey": null - }, - { - "kind": "ClientExtension", - "selections": [ - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "__id", - "storageKey": null - } - ] } ], "storageKey": null @@ -260,6 +247,6 @@ return { }; })(); -(node as any).hash = "981aff9d27dc71027541f7c3ed6984a9"; +(node as any).hash = "b67fb402ac09aee269e109129ad129a2"; export default node; diff --git a/apps/console/src/__generated__/core/CompliancePageFrameworkList_compliancePageRefetchQuery.graphql.ts b/apps/console/src/__generated__/core/CompliancePageFrameworkList_compliancePageRefetchQuery.graphql.ts index 91348c796..825ac1b44 100644 --- a/apps/console/src/__generated__/core/CompliancePageFrameworkList_compliancePageRefetchQuery.graphql.ts +++ b/apps/console/src/__generated__/core/CompliancePageFrameworkList_compliancePageRefetchQuery.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<> + * @generated SignedSource<<3db3a1d31b09ffadc962faf1ffa21b0e>> * @lightSyntaxTransform * @nogrep */ @@ -283,18 +283,6 @@ return { } ], "storageKey": null - }, - { - "kind": "ClientExtension", - "selections": [ - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "__id", - "storageKey": null - } - ] } ], "storageKey": null @@ -330,6 +318,6 @@ return { }; })(); -(node as any).hash = "981aff9d27dc71027541f7c3ed6984a9"; +(node as any).hash = "b67fb402ac09aee269e109129ad129a2"; export default node; diff --git a/apps/console/src/__generated__/core/CompliancePageMailingListPageQuery.graphql.ts b/apps/console/src/__generated__/core/CompliancePageMailingListPageQuery.graphql.ts index a557f1b2c..56459f471 100644 --- a/apps/console/src/__generated__/core/CompliancePageMailingListPageQuery.graphql.ts +++ b/apps/console/src/__generated__/core/CompliancePageMailingListPageQuery.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<<1ddc7eb54e71de0d95fb5af865fc0348>> + * @generated SignedSource<<085b4e7d01bd398825ec9387c79ab79f>> * @lightSyntaxTransform * @nogrep */ @@ -285,13 +285,6 @@ return { }, (v7/*: any*/), (v8/*: any*/), - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "updatedAt", - "storageKey": null - }, (v2/*: any*/) ], "storageKey": null @@ -393,12 +386,12 @@ return { ] }, "params": { - "cacheID": "c8ba2eeecdfac4115f0ab1493ecf02ce", + "cacheID": "27f6d430c8dc7bec9a4b5ce29cc73d0d", "id": null, "metadata": {}, "name": "CompliancePageMailingListPageQuery", "operationKind": "query", - "text": "query CompliancePageMailingListPageQuery(\n $organizationId: ID!\n) {\n organization: node(id: $organizationId) {\n __typename\n ... on Organization {\n compliancePage: trustCenter {\n id\n mailingList {\n id\n replyTo\n ...CompliancePageUpdatesListFragment\n }\n ...CompliancePageMailingListFragment\n }\n }\n id\n }\n}\n\nfragment CompliancePageMailingListFragment on TrustCenter {\n mailingList {\n id\n subscribers(first: 20) {\n pageInfo {\n hasNextPage\n endCursor\n }\n edges {\n node {\n id\n fullName\n email\n status\n createdAt\n __typename\n }\n cursor\n }\n }\n }\n id\n}\n\nfragment CompliancePageUpdatesListFragment on MailingList {\n updates(first: 20) {\n pageInfo {\n hasNextPage\n endCursor\n }\n edges {\n node {\n id\n title\n body\n status\n createdAt\n updatedAt\n __typename\n }\n cursor\n }\n }\n id\n}\n" + "text": "query CompliancePageMailingListPageQuery(\n $organizationId: ID!\n) {\n organization: node(id: $organizationId) {\n __typename\n ... on Organization {\n compliancePage: trustCenter {\n id\n mailingList {\n id\n replyTo\n ...CompliancePageUpdatesListFragment\n }\n ...CompliancePageMailingListFragment\n }\n }\n id\n }\n}\n\nfragment CompliancePageMailingListFragment on TrustCenter {\n mailingList {\n id\n subscribers(first: 20) {\n pageInfo {\n hasNextPage\n endCursor\n }\n edges {\n node {\n id\n fullName\n email\n status\n createdAt\n __typename\n }\n cursor\n }\n }\n }\n id\n}\n\nfragment CompliancePageUpdatesListFragment on MailingList {\n updates(first: 20) {\n pageInfo {\n hasNextPage\n endCursor\n }\n edges {\n node {\n id\n title\n body\n status\n createdAt\n __typename\n }\n cursor\n }\n }\n id\n}\n" } }; })(); diff --git a/apps/console/src/__generated__/core/CompliancePageNDASectionFragment.graphql.ts b/apps/console/src/__generated__/core/CompliancePageNDASectionFragment.graphql.ts index 52649f7cb..ad56df94e 100644 --- a/apps/console/src/__generated__/core/CompliancePageNDASectionFragment.graphql.ts +++ b/apps/console/src/__generated__/core/CompliancePageNDASectionFragment.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<> + * @generated SignedSource<<7f02840c4c00cf39638d75212db9c27f>> * @lightSyntaxTransform * @nogrep */ @@ -13,7 +13,6 @@ import { FragmentRefs } from "relay-runtime"; export type CompliancePageNDASectionFragment$data = { readonly compliancePage: { readonly canDeleteNDA: boolean; - readonly canUpdate: boolean; readonly canUploadNDA: boolean; readonly id: string; readonly ndaFileName: string | null | undefined; @@ -61,19 +60,6 @@ const node: ReaderFragment = { "name": "ndaFileUrl", "storageKey": null }, - { - "alias": "canUpdate", - "args": [ - { - "kind": "Literal", - "name": "action", - "value": "core:trust-center:update" - } - ], - "kind": "ScalarField", - "name": "permission", - "storageKey": "permission(action:\"core:trust-center:update\")" - }, { "alias": "canUploadNDA", "args": [ @@ -108,6 +94,6 @@ const node: ReaderFragment = { "abstractKey": null }; -(node as any).hash = "3a55696877cb2d258edf0b9ed615de91"; +(node as any).hash = "a4da57d370ca8b19342af873efac95f7"; export default node; diff --git a/apps/console/src/__generated__/core/CompliancePageOverviewPageQuery.graphql.ts b/apps/console/src/__generated__/core/CompliancePageOverviewPageQuery.graphql.ts index 0e3948146..67dd395b0 100644 --- a/apps/console/src/__generated__/core/CompliancePageOverviewPageQuery.graphql.ts +++ b/apps/console/src/__generated__/core/CompliancePageOverviewPageQuery.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<<18bb7ea1b507c374c33d9f4f7a56db2d>> + * @generated SignedSource<> * @lightSyntaxTransform * @nogrep */ @@ -298,12 +298,12 @@ return { ] }, "params": { - "cacheID": "0041132d3ac46a3193d9acbd6f27bdf5", + "cacheID": "ec3cfcfb3511a97a119b9d08b6c1069f", "id": null, "metadata": {}, "name": "CompliancePageOverviewPageQuery", "operationKind": "query", - "text": "query CompliancePageOverviewPageQuery(\n $organizationId: ID!\n) {\n organization: node(id: $organizationId) {\n __typename\n ... on Organization {\n compliancePage: trustCenter {\n canGetNDA: permission(action: \"core:trust-center:get-nda\")\n id\n }\n }\n ...CompliancePageStatusSectionFragment\n ...CompliancePageNDASectionFragment\n ...CompliancePageSlackSectionFragment\n id\n }\n}\n\nfragment CompliancePageNDASectionFragment on Organization {\n compliancePage: trustCenter {\n id\n ndaFileName\n ndaFileUrl\n canUpdate: permission(action: \"core:trust-center:update\")\n canUploadNDA: permission(action: \"core:trust-center:upload-nda\")\n canDeleteNDA: permission(action: \"core:trust-center:delete-nda\")\n }\n}\n\nfragment CompliancePageSlackSectionFragment on Organization {\n compliancePage: trustCenter {\n canUpdate: permission(action: \"core:trust-center:update\")\n id\n }\n slackConnections(first: 100) {\n edges {\n node {\n id\n channel\n createdAt\n }\n }\n }\n}\n\nfragment CompliancePageStatusSectionFragment on Organization {\n customDomain {\n domain\n id\n }\n compliancePage: trustCenter {\n id\n active\n canUpdate: permission(action: \"core:trust-center:update\")\n }\n}\n" + "text": "query CompliancePageOverviewPageQuery(\n $organizationId: ID!\n) {\n organization: node(id: $organizationId) {\n __typename\n ... on Organization {\n compliancePage: trustCenter {\n canGetNDA: permission(action: \"core:trust-center:get-nda\")\n id\n }\n }\n ...CompliancePageStatusSectionFragment\n ...CompliancePageNDASectionFragment\n ...CompliancePageSlackSectionFragment\n id\n }\n}\n\nfragment CompliancePageNDASectionFragment on Organization {\n compliancePage: trustCenter {\n id\n ndaFileName\n ndaFileUrl\n canUploadNDA: permission(action: \"core:trust-center:upload-nda\")\n canDeleteNDA: permission(action: \"core:trust-center:delete-nda\")\n }\n}\n\nfragment CompliancePageSlackSectionFragment on Organization {\n compliancePage: trustCenter {\n canUpdate: permission(action: \"core:trust-center:update\")\n id\n }\n slackConnections(first: 100) {\n edges {\n node {\n id\n channel\n createdAt\n }\n }\n }\n}\n\nfragment CompliancePageStatusSectionFragment on Organization {\n customDomain {\n domain\n id\n }\n compliancePage: trustCenter {\n id\n active\n canUpdate: permission(action: \"core:trust-center:update\")\n }\n}\n" } }; })(); diff --git a/apps/console/src/__generated__/core/CompliancePageReferenceListItemFragment.graphql.ts b/apps/console/src/__generated__/core/CompliancePageReferenceListItemFragment.graphql.ts index f3872319c..09f7ea3a4 100644 --- a/apps/console/src/__generated__/core/CompliancePageReferenceListItemFragment.graphql.ts +++ b/apps/console/src/__generated__/core/CompliancePageReferenceListItemFragment.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<<655f5778a0f492990e2eb26b73715be7>> + * @generated SignedSource<<64544e53949f3d4eb3ad7ac4c301ba7f>> * @lightSyntaxTransform * @nogrep */ @@ -17,7 +17,6 @@ export type CompliancePageReferenceListItemFragment$data = { readonly id: string; readonly logoUrl: string; readonly name: string; - readonly rank: number; readonly websiteUrl: string; readonly " $fragmentType": "CompliancePageReferenceListItemFragment"; }; @@ -60,13 +59,6 @@ const node: ReaderFragment = { "name": "description", "storageKey": null }, - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "rank", - "storageKey": null - }, { "alias": null, "args": null, @@ -105,6 +97,6 @@ const node: ReaderFragment = { "abstractKey": null }; -(node as any).hash = "d07f6e7e647e14b87586e7902ecb0dab"; +(node as any).hash = "104abbc059f2362bc53b5f05c30f98a9"; export default node; diff --git a/apps/console/src/__generated__/core/CompliancePageReferenceListQuery.graphql.ts b/apps/console/src/__generated__/core/CompliancePageReferenceListQuery.graphql.ts index 0e041fa22..519f7821f 100644 --- a/apps/console/src/__generated__/core/CompliancePageReferenceListQuery.graphql.ts +++ b/apps/console/src/__generated__/core/CompliancePageReferenceListQuery.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<<2dfb2ea900e5aa65a42fec34286e1fa7>> + * @generated SignedSource<<707f102180f699e4ee0e5de326b183e9>> * @lightSyntaxTransform * @nogrep */ @@ -321,12 +321,12 @@ return { ] }, "params": { - "cacheID": "ed8ea2477e21fd09f68b36b861b808e9", + "cacheID": "981bb4ba6335a100a8079ee0e6687277", "id": null, "metadata": {}, "name": "CompliancePageReferenceListQuery", "operationKind": "query", - "text": "query CompliancePageReferenceListQuery(\n $after: CursorKey = null\n $first: Int = 100\n $order: TrustCenterReferenceOrder = {field: RANK, direction: ASC}\n $id: ID!\n) {\n node(id: $id) {\n __typename\n ...CompliancePageReferenceListFragment_gOVF5\n id\n }\n}\n\nfragment CompliancePageReferenceListFragment_gOVF5 on TrustCenter {\n references(first: $first, after: $after, orderBy: $order) {\n edges {\n node {\n id\n rank\n ...CompliancePageReferenceListItemFragment\n __typename\n }\n cursor\n }\n pageInfo {\n endCursor\n hasNextPage\n }\n }\n id\n}\n\nfragment CompliancePageReferenceListItemFragment on TrustCenterReference {\n id\n logoUrl\n name\n description\n rank\n websiteUrl\n canUpdate: permission(action: \"core:trust-center-reference:update\")\n canDelete: permission(action: \"core:trust-center-reference:delete\")\n}\n" + "text": "query CompliancePageReferenceListQuery(\n $after: CursorKey = null\n $first: Int = 100\n $order: TrustCenterReferenceOrder = {field: RANK, direction: ASC}\n $id: ID!\n) {\n node(id: $id) {\n __typename\n ...CompliancePageReferenceListFragment_gOVF5\n id\n }\n}\n\nfragment CompliancePageReferenceListFragment_gOVF5 on TrustCenter {\n references(first: $first, after: $after, orderBy: $order) {\n edges {\n node {\n id\n rank\n ...CompliancePageReferenceListItemFragment\n __typename\n }\n cursor\n }\n pageInfo {\n endCursor\n hasNextPage\n }\n }\n id\n}\n\nfragment CompliancePageReferenceListItemFragment on TrustCenterReference {\n id\n logoUrl\n name\n description\n websiteUrl\n canUpdate: permission(action: \"core:trust-center-reference:update\")\n canDelete: permission(action: \"core:trust-center-reference:delete\")\n}\n" } }; })(); diff --git a/apps/console/src/__generated__/core/CompliancePageReferencesPageQuery.graphql.ts b/apps/console/src/__generated__/core/CompliancePageReferencesPageQuery.graphql.ts index 81e96da79..f8b95d444 100644 --- a/apps/console/src/__generated__/core/CompliancePageReferencesPageQuery.graphql.ts +++ b/apps/console/src/__generated__/core/CompliancePageReferencesPageQuery.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<<0a0f91bc4b1622f7dea5c39185904169>> + * @generated SignedSource<<162cbedb16f40fc526e80a5eeae09141>> * @lightSyntaxTransform * @nogrep */ @@ -334,12 +334,12 @@ return { ] }, "params": { - "cacheID": "d352c6f8d833eb8c105e72184c070a85", + "cacheID": "483a8e744e53e62612e73ad6f928effd", "id": null, "metadata": {}, "name": "CompliancePageReferencesPageQuery", "operationKind": "query", - "text": "query CompliancePageReferencesPageQuery(\n $organizationId: ID!\n) {\n organization: node(id: $organizationId) {\n __typename\n ... on Organization {\n compliancePage: trustCenter {\n id\n canCreateReference: permission(action: \"core:trust-center-reference:create\")\n ...CompliancePageReferenceListFragment\n }\n }\n id\n }\n}\n\nfragment CompliancePageReferenceListFragment on TrustCenter {\n references(first: 100, orderBy: {field: RANK, direction: ASC}) {\n edges {\n node {\n id\n rank\n ...CompliancePageReferenceListItemFragment\n __typename\n }\n cursor\n }\n pageInfo {\n endCursor\n hasNextPage\n }\n }\n id\n}\n\nfragment CompliancePageReferenceListItemFragment on TrustCenterReference {\n id\n logoUrl\n name\n description\n rank\n websiteUrl\n canUpdate: permission(action: \"core:trust-center-reference:update\")\n canDelete: permission(action: \"core:trust-center-reference:delete\")\n}\n" + "text": "query CompliancePageReferencesPageQuery(\n $organizationId: ID!\n) {\n organization: node(id: $organizationId) {\n __typename\n ... on Organization {\n compliancePage: trustCenter {\n id\n canCreateReference: permission(action: \"core:trust-center-reference:create\")\n ...CompliancePageReferenceListFragment\n }\n }\n id\n }\n}\n\nfragment CompliancePageReferenceListFragment on TrustCenter {\n references(first: 100, orderBy: {field: RANK, direction: ASC}) {\n edges {\n node {\n id\n rank\n ...CompliancePageReferenceListItemFragment\n __typename\n }\n cursor\n }\n pageInfo {\n endCursor\n hasNextPage\n }\n }\n id\n}\n\nfragment CompliancePageReferenceListItemFragment on TrustCenterReference {\n id\n logoUrl\n name\n description\n websiteUrl\n canUpdate: permission(action: \"core:trust-center-reference:update\")\n canDelete: permission(action: \"core:trust-center-reference:delete\")\n}\n" } }; })(); diff --git a/apps/console/src/__generated__/core/CompliancePageUpdatesListFragment.graphql.ts b/apps/console/src/__generated__/core/CompliancePageUpdatesListFragment.graphql.ts index 7ef0f85c1..0a05e7004 100644 --- a/apps/console/src/__generated__/core/CompliancePageUpdatesListFragment.graphql.ts +++ b/apps/console/src/__generated__/core/CompliancePageUpdatesListFragment.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<> + * @generated SignedSource<<761e66cf5fc7ceb254cd657949fd857f>> * @lightSyntaxTransform * @nogrep */ @@ -22,7 +22,6 @@ export type CompliancePageUpdatesListFragment$data = { readonly id: string; readonly status: MailingListUpdateStatus; readonly title: string; - readonly updatedAt: string; }; }>; readonly pageInfo: { @@ -172,13 +171,6 @@ return { "name": "createdAt", "storageKey": null }, - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "updatedAt", - "storageKey": null - }, { "alias": null, "args": null, @@ -221,6 +213,6 @@ return { }; })(); -(node as any).hash = "97bcf2215cc4fa04d1d4b84b2da4c33a"; +(node as any).hash = "ec30cc8203e7247748a105b6740dcf1f"; export default node; diff --git a/apps/console/src/__generated__/core/CompliancePageUpdatesListQuery.graphql.ts b/apps/console/src/__generated__/core/CompliancePageUpdatesListQuery.graphql.ts index 6cdfff1bd..68c861bd7 100644 --- a/apps/console/src/__generated__/core/CompliancePageUpdatesListQuery.graphql.ts +++ b/apps/console/src/__generated__/core/CompliancePageUpdatesListQuery.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<> + * @generated SignedSource<> * @lightSyntaxTransform * @nogrep */ @@ -200,13 +200,6 @@ return { "name": "createdAt", "storageKey": null }, - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "updatedAt", - "storageKey": null - }, (v3/*: any*/) ], "storageKey": null @@ -255,16 +248,16 @@ return { ] }, "params": { - "cacheID": "e1a6160f157715c1c52adca86d02b9c6", + "cacheID": "03f1291dd1f69df4daf3378cda095f4d", "id": null, "metadata": {}, "name": "CompliancePageUpdatesListQuery", "operationKind": "query", - "text": "query CompliancePageUpdatesListQuery(\n $after: CursorKey = null\n $first: Int = 20\n $id: ID!\n) {\n node(id: $id) {\n __typename\n ...CompliancePageUpdatesListFragment_2HEEH6\n id\n }\n}\n\nfragment CompliancePageUpdatesListFragment_2HEEH6 on MailingList {\n updates(first: $first, after: $after) {\n pageInfo {\n hasNextPage\n endCursor\n }\n edges {\n node {\n id\n title\n body\n status\n createdAt\n updatedAt\n __typename\n }\n cursor\n }\n }\n id\n}\n" + "text": "query CompliancePageUpdatesListQuery(\n $after: CursorKey = null\n $first: Int = 20\n $id: ID!\n) {\n node(id: $id) {\n __typename\n ...CompliancePageUpdatesListFragment_2HEEH6\n id\n }\n}\n\nfragment CompliancePageUpdatesListFragment_2HEEH6 on MailingList {\n updates(first: $first, after: $after) {\n pageInfo {\n hasNextPage\n endCursor\n }\n edges {\n node {\n id\n title\n body\n status\n createdAt\n __typename\n }\n cursor\n }\n }\n id\n}\n" } }; })(); -(node as any).hash = "97bcf2215cc4fa04d1d4b84b2da4c33a"; +(node as any).hash = "ec30cc8203e7247748a105b6740dcf1f"; export default node; diff --git a/apps/console/src/__generated__/core/ComplianceReportListQuery.graphql.ts b/apps/console/src/__generated__/core/ComplianceReportListQuery.graphql.ts index cedc56ade..73f78f249 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<<1fe3ef3e802ded7a9cea3f34400b708b>> + * @generated SignedSource<<06786599f092383347104df17e963151>> * @lightSyntaxTransform * @nogrep */ @@ -261,13 +261,6 @@ return { "name": "fileName", "storageKey": null }, - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "mimeType", - "storageKey": null - }, { "alias": null, "args": null, @@ -375,12 +368,12 @@ return { ] }, "params": { - "cacheID": "dd0036455bf80553156a719888535131", + "cacheID": "832d836585f258271c468ed64f36952d", "id": null, "metadata": {}, "name": "ComplianceReportListQuery", "operationKind": "query", - "text": "query ComplianceReportListQuery(\n $after: CursorKey = null\n $before: CursorKey = null\n $first: Int = 50\n $last: Int = null\n $order: VendorComplianceReportOrder = null\n $id: ID!\n) {\n node(id: $id) {\n __typename\n ...VendorComplianceTabFragment_16fISc\n id\n }\n}\n\nfragment VendorComplianceTabFragment_16fISc on Vendor {\n complianceReports(first: $first, after: $after, last: $last, before: $before, orderBy: $order) {\n edges {\n node {\n id\n canDelete: permission(action: \"core:vendor-compliance-report:delete\")\n ...VendorComplianceTabFragment_report\n __typename\n }\n cursor\n }\n pageInfo {\n endCursor\n hasNextPage\n hasPreviousPage\n startCursor\n }\n }\n id\n}\n\nfragment VendorComplianceTabFragment_report on VendorComplianceReport {\n id\n reportDate\n validUntil\n reportName\n file {\n fileName\n mimeType\n size\n downloadUrl\n id\n }\n canDelete: permission(action: \"core:vendor-compliance-report:delete\")\n}\n" + "text": "query ComplianceReportListQuery(\n $after: CursorKey = null\n $before: CursorKey = null\n $first: Int = 50\n $last: Int = null\n $order: VendorComplianceReportOrder = null\n $id: ID!\n) {\n node(id: $id) {\n __typename\n ...VendorComplianceTabFragment_16fISc\n id\n }\n}\n\nfragment VendorComplianceTabFragment_16fISc on Vendor {\n complianceReports(first: $first, after: $after, last: $last, before: $before, orderBy: $order) {\n edges {\n node {\n id\n canDelete: permission(action: \"core:vendor-compliance-report:delete\")\n ...VendorComplianceTabFragment_report\n __typename\n }\n cursor\n }\n pageInfo {\n endCursor\n hasNextPage\n hasPreviousPage\n startCursor\n }\n }\n id\n}\n\nfragment VendorComplianceTabFragment_report on VendorComplianceReport {\n id\n reportDate\n validUntil\n reportName\n file {\n fileName\n size\n downloadUrl\n id\n }\n canDelete: permission(action: \"core:vendor-compliance-report:delete\")\n}\n" } }; })(); diff --git a/apps/console/src/__generated__/core/ContinualImprovementGraphListQuery.graphql.ts b/apps/console/src/__generated__/core/ContinualImprovementGraphListQuery.graphql.ts index f3287b96e..2cf5afe7e 100644 --- a/apps/console/src/__generated__/core/ContinualImprovementGraphListQuery.graphql.ts +++ b/apps/console/src/__generated__/core/ContinualImprovementGraphListQuery.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<<49e756ac3a9fccad3bf6ab987a2bc3f0>> + * @generated SignedSource<<885968e1b7f56dd56709777e9f05d1ea>> * @lightSyntaxTransform * @nogrep */ @@ -154,13 +154,6 @@ return { "name": "continualImprovements", "plural": false, "selections": [ - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "totalCount", - "storageKey": null - }, { "alias": null, "args": null, @@ -185,13 +178,6 @@ return { "name": "snapshotId", "storageKey": null }, - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "sourceId", - "storageKey": null - }, { "alias": null, "args": null, @@ -206,13 +192,6 @@ return { "name": "description", "storageKey": null }, - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "source", - "storageKey": null - }, { "alias": null, "args": null, @@ -253,20 +232,6 @@ return { ], "storageKey": null }, - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "createdAt", - "storageKey": null - }, - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "updatedAt", - "storageKey": null - }, { "alias": "canUpdate", "args": [ @@ -331,18 +296,6 @@ return { } ], "storageKey": null - }, - { - "kind": "ClientExtension", - "selections": [ - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "__id", - "storageKey": null - } - ] } ], "storageKey": null @@ -368,12 +321,12 @@ return { ] }, "params": { - "cacheID": "5f5124da6649b145ef6fddcf1009e95c", + "cacheID": "1684b6fb8eba4ff807d268879e9f4958", "id": null, "metadata": {}, "name": "ContinualImprovementGraphListQuery", "operationKind": "query", - "text": "query ContinualImprovementGraphListQuery(\n $organizationId: ID!\n $snapshotId: ID\n) {\n node(id: $organizationId) {\n __typename\n ... on Organization {\n canCreateContinualImprovement: permission(action: \"core:continual-improvement:create\")\n ...ContinualImprovementsPageFragment_3iomuz\n }\n id\n }\n}\n\nfragment ContinualImprovementsPageFragment_3iomuz on Organization {\n id\n continualImprovements(first: 10, filter: {snapshotId: $snapshotId}) {\n totalCount\n edges {\n node {\n id\n snapshotId\n sourceId\n referenceId\n description\n source\n targetDate\n status\n priority\n owner {\n id\n fullName\n }\n createdAt\n updatedAt\n canUpdate: permission(action: \"core:continual-improvement:update\")\n canDelete: permission(action: \"core:continual-improvement:delete\")\n __typename\n }\n cursor\n }\n pageInfo {\n hasNextPage\n endCursor\n }\n }\n}\n" + "text": "query ContinualImprovementGraphListQuery(\n $organizationId: ID!\n $snapshotId: ID\n) {\n node(id: $organizationId) {\n __typename\n ... on Organization {\n canCreateContinualImprovement: permission(action: \"core:continual-improvement:create\")\n ...ContinualImprovementsPageFragment_3iomuz\n }\n id\n }\n}\n\nfragment ContinualImprovementsPageFragment_3iomuz on Organization {\n id\n continualImprovements(first: 10, filter: {snapshotId: $snapshotId}) {\n edges {\n node {\n id\n snapshotId\n referenceId\n description\n targetDate\n status\n priority\n owner {\n id\n fullName\n }\n canUpdate: permission(action: \"core:continual-improvement:update\")\n canDelete: permission(action: \"core:continual-improvement:delete\")\n __typename\n }\n cursor\n }\n pageInfo {\n hasNextPage\n endCursor\n }\n }\n}\n" } }; })(); diff --git a/apps/console/src/__generated__/core/ContinualImprovementsPageFragment.graphql.ts b/apps/console/src/__generated__/core/ContinualImprovementsPageFragment.graphql.ts index a370a172d..d109170c2 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<<0a69c39376077a358486998d7be82316>> + * @generated SignedSource<> * @lightSyntaxTransform * @nogrep */ @@ -14,12 +14,10 @@ export type ContinualImprovementStatus = "CLOSED" | "IN_PROGRESS" | "OPEN"; import { FragmentRefs } from "relay-runtime"; export type ContinualImprovementsPageFragment$data = { readonly continualImprovements: { - readonly __id: string; readonly edges: ReadonlyArray<{ readonly node: { readonly canDelete: boolean; readonly canUpdate: boolean; - readonly createdAt: string; readonly description: string | null | undefined; readonly id: string; readonly owner: { @@ -29,18 +27,14 @@ export type ContinualImprovementsPageFragment$data = { readonly priority: ContinualImprovementPriority; readonly referenceId: string; readonly snapshotId: string | null | undefined; - readonly source: string | null | undefined; - readonly sourceId: string | null | undefined; readonly status: ContinualImprovementStatus; readonly targetDate: string | null | undefined; - readonly updatedAt: string; }; }>; readonly pageInfo: { readonly endCursor: string | null | undefined; readonly hasNextPage: boolean; }; - readonly totalCount: number; }; readonly id: string; readonly " $fragmentType": "ContinualImprovementsPageFragment"; @@ -133,13 +127,6 @@ return { "name": "__ContinualImprovementsPage_continualImprovements_connection", "plural": false, "selections": [ - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "totalCount", - "storageKey": null - }, { "alias": null, "args": null, @@ -164,13 +151,6 @@ return { "name": "snapshotId", "storageKey": null }, - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "sourceId", - "storageKey": null - }, { "alias": null, "args": null, @@ -185,13 +165,6 @@ return { "name": "description", "storageKey": null }, - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "source", - "storageKey": null - }, { "alias": null, "args": null, @@ -232,20 +205,6 @@ return { ], "storageKey": null }, - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "createdAt", - "storageKey": null - }, - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "updatedAt", - "storageKey": null - }, { "alias": "canUpdate", "args": [ @@ -316,18 +275,6 @@ return { } ], "storageKey": null - }, - { - "kind": "ClientExtension", - "selections": [ - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "__id", - "storageKey": null - } - ] } ], "storageKey": null @@ -338,6 +285,6 @@ return { }; })(); -(node as any).hash = "ec045ffacd206a4854cb864eadf3ef50"; +(node as any).hash = "c2371c08dd0f581a9803ca118f3bd366"; export default node; diff --git a/apps/console/src/__generated__/core/ContinualImprovementsPageRefetchQuery.graphql.ts b/apps/console/src/__generated__/core/ContinualImprovementsPageRefetchQuery.graphql.ts index 437af0b9f..889cbc4fa 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<<6562480e22245dec8b85b0ac79dd5a98>> + * @generated SignedSource<<395e923c618fc03eecc9f83e5d2ce8d8>> * @lightSyntaxTransform * @nogrep */ @@ -162,13 +162,6 @@ return { "name": "continualImprovements", "plural": false, "selections": [ - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "totalCount", - "storageKey": null - }, { "alias": null, "args": null, @@ -193,13 +186,6 @@ return { "name": "snapshotId", "storageKey": null }, - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "sourceId", - "storageKey": null - }, { "alias": null, "args": null, @@ -214,13 +200,6 @@ return { "name": "description", "storageKey": null }, - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "source", - "storageKey": null - }, { "alias": null, "args": null, @@ -261,20 +240,6 @@ return { ], "storageKey": null }, - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "createdAt", - "storageKey": null - }, - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "updatedAt", - "storageKey": null - }, { "alias": "canUpdate", "args": [ @@ -339,18 +304,6 @@ return { } ], "storageKey": null - }, - { - "kind": "ClientExtension", - "selections": [ - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "__id", - "storageKey": null - } - ] } ], "storageKey": null @@ -376,16 +329,16 @@ return { ] }, "params": { - "cacheID": "a0a9ad9d08da13436195a49ac3fce89c", + "cacheID": "cd8b3a661ee9da3f24d85b1e1bc8fac4", "id": null, "metadata": {}, "name": "ContinualImprovementsPageRefetchQuery", "operationKind": "query", - "text": "query ContinualImprovementsPageRefetchQuery(\n $after: CursorKey\n $first: Int = 10\n $snapshotId: ID = null\n $id: ID!\n) {\n node(id: $id) {\n __typename\n ...ContinualImprovementsPageFragment_35e0S5\n id\n }\n}\n\nfragment ContinualImprovementsPageFragment_35e0S5 on Organization {\n id\n continualImprovements(first: $first, after: $after, filter: {snapshotId: $snapshotId}) {\n totalCount\n edges {\n node {\n id\n snapshotId\n sourceId\n referenceId\n description\n source\n targetDate\n status\n priority\n owner {\n id\n fullName\n }\n createdAt\n updatedAt\n canUpdate: permission(action: \"core:continual-improvement:update\")\n canDelete: permission(action: \"core:continual-improvement:delete\")\n __typename\n }\n cursor\n }\n pageInfo {\n hasNextPage\n endCursor\n }\n }\n}\n" + "text": "query ContinualImprovementsPageRefetchQuery(\n $after: CursorKey\n $first: Int = 10\n $snapshotId: ID = null\n $id: ID!\n) {\n node(id: $id) {\n __typename\n ...ContinualImprovementsPageFragment_35e0S5\n id\n }\n}\n\nfragment ContinualImprovementsPageFragment_35e0S5 on Organization {\n id\n continualImprovements(first: $first, after: $after, filter: {snapshotId: $snapshotId}) {\n edges {\n node {\n id\n snapshotId\n referenceId\n description\n targetDate\n status\n priority\n owner {\n id\n fullName\n }\n canUpdate: permission(action: \"core:continual-improvement:update\")\n canDelete: permission(action: \"core:continual-improvement:delete\")\n __typename\n }\n cursor\n }\n pageInfo {\n hasNextPage\n endCursor\n }\n }\n}\n" } }; })(); -(node as any).hash = "ec045ffacd206a4854cb864eadf3ef50"; +(node as any).hash = "c2371c08dd0f581a9803ca118f3bd366"; export default node; diff --git a/apps/console/src/__generated__/core/CreateContactDialogMutation.graphql.ts b/apps/console/src/__generated__/core/CreateContactDialogMutation.graphql.ts index 6330e7ca8..85b338e72 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<<5416dd6f3fc2f674eb34b5b1519b0528>> * @lightSyntaxTransform * @nogrep */ @@ -204,20 +204,6 @@ return { "kind": "ScalarField", "name": "role", "storageKey": null - }, - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "createdAt", - "storageKey": null - }, - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "updatedAt", - "storageKey": null } ], "storageKey": null @@ -247,12 +233,12 @@ return { ] }, "params": { - "cacheID": "ec71338bbc4d5591606e752bdcc0eeaf", + "cacheID": "083a8b4d83cdf2fc64f1edba3204c647", "id": null, "metadata": {}, "name": "CreateContactDialogMutation", "operationKind": "mutation", - "text": "mutation CreateContactDialogMutation(\n $input: CreateVendorContactInput!\n) {\n createVendorContact(input: $input) {\n vendorContactEdge {\n node {\n canUpdate: permission(action: \"core:vendor-contact:update\")\n canDelete: permission(action: \"core:vendor-contact:delete\")\n ...VendorContactsTabFragment_contact\n id\n }\n }\n }\n}\n\nfragment VendorContactsTabFragment_contact on VendorContact {\n id\n fullName\n email\n phone\n role\n createdAt\n updatedAt\n canUpdate: permission(action: \"core:vendor-contact:update\")\n canDelete: permission(action: \"core:vendor-contact:delete\")\n}\n" + "text": "mutation CreateContactDialogMutation(\n $input: CreateVendorContactInput!\n) {\n createVendorContact(input: $input) {\n vendorContactEdge {\n node {\n canUpdate: permission(action: \"core:vendor-contact:update\")\n canDelete: permission(action: \"core:vendor-contact:delete\")\n ...VendorContactsTabFragment_contact\n id\n }\n }\n }\n}\n\nfragment VendorContactsTabFragment_contact on VendorContact {\n id\n fullName\n email\n phone\n role\n canUpdate: permission(action: \"core:vendor-contact:update\")\n canDelete: permission(action: \"core:vendor-contact:delete\")\n}\n" } }; })(); diff --git a/apps/console/src/__generated__/core/CreateServiceDialogMutation.graphql.ts b/apps/console/src/__generated__/core/CreateServiceDialogMutation.graphql.ts index 489dcf5e3..fe1fc3d16 100644 --- a/apps/console/src/__generated__/core/CreateServiceDialogMutation.graphql.ts +++ b/apps/console/src/__generated__/core/CreateServiceDialogMutation.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<> + * @generated SignedSource<<8c54b45b60522018bd293091420c10c9>> * @lightSyntaxTransform * @nogrep */ @@ -159,20 +159,6 @@ return { "name": "description", "storageKey": null }, - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "createdAt", - "storageKey": null - }, - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "updatedAt", - "storageKey": null - }, { "alias": "canUpdate", "args": [ @@ -227,12 +213,12 @@ return { ] }, "params": { - "cacheID": "05250ac44a987544335a9e97eed9d66b", + "cacheID": "88f721ba15877e193df05b117bc275e6", "id": null, "metadata": {}, "name": "CreateServiceDialogMutation", "operationKind": "mutation", - "text": "mutation CreateServiceDialogMutation(\n $input: CreateVendorServiceInput!\n) {\n createVendorService(input: $input) {\n vendorServiceEdge {\n node {\n ...VendorServicesTabFragment_service\n id\n }\n }\n }\n}\n\nfragment VendorServicesTabFragment_service on VendorService {\n id\n name\n description\n createdAt\n updatedAt\n canUpdate: permission(action: \"core:vendor-service:update\")\n canDelete: permission(action: \"core:vendor-service:delete\")\n}\n" + "text": "mutation CreateServiceDialogMutation(\n $input: CreateVendorServiceInput!\n) {\n createVendorService(input: $input) {\n vendorServiceEdge {\n node {\n ...VendorServicesTabFragment_service\n id\n }\n }\n }\n}\n\nfragment VendorServicesTabFragment_service on VendorService {\n id\n name\n description\n canUpdate: permission(action: \"core:vendor-service:update\")\n canDelete: permission(action: \"core:vendor-service:delete\")\n}\n" } }; })(); diff --git a/apps/console/src/__generated__/core/DataListQuery.graphql.ts b/apps/console/src/__generated__/core/DataListQuery.graphql.ts index 8d9afb8dd..be7a77d7f 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 */ @@ -315,13 +315,6 @@ return { ], "storageKey": "vendors(first:50)" }, - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "createdAt", - "storageKey": null - }, { "alias": "canUpdate", "args": [ @@ -437,16 +430,16 @@ return { ] }, "params": { - "cacheID": "c022cb17d3ede74899755b606ce95ba9", + "cacheID": "3033a11e399a226e54bba9ecfeb452bf", "id": null, "metadata": {}, "name": "DataListQuery", "operationKind": "query", - "text": "query DataListQuery(\n $after: CursorKey = null\n $before: CursorKey = null\n $first: Int = 10\n $last: Int = null\n $order: DatumOrder = null\n $snapshotId: ID = null\n $id: ID!\n) {\n node(id: $id) {\n __typename\n ...DataPageFragment_25MC8O\n id\n }\n}\n\nfragment DataPageFragment_25MC8O on Organization {\n data(first: $first, after: $after, last: $last, before: $before, orderBy: $order, filter: {snapshotId: $snapshotId}) {\n edges {\n node {\n id\n name\n dataClassification\n owner {\n fullName\n id\n }\n vendors(first: 50) {\n edges {\n node {\n id\n name\n websiteUrl\n }\n }\n }\n createdAt\n canUpdate: permission(action: \"core:datum:update\")\n canDelete: permission(action: \"core:datum:delete\")\n __typename\n }\n cursor\n }\n pageInfo {\n endCursor\n hasNextPage\n hasPreviousPage\n startCursor\n }\n }\n id\n}\n" + "text": "query DataListQuery(\n $after: CursorKey = null\n $before: CursorKey = null\n $first: Int = 10\n $last: Int = null\n $order: DatumOrder = null\n $snapshotId: ID = null\n $id: ID!\n) {\n node(id: $id) {\n __typename\n ...DataPageFragment_25MC8O\n id\n }\n}\n\nfragment DataPageFragment_25MC8O on Organization {\n data(first: $first, after: $after, last: $last, before: $before, orderBy: $order, filter: {snapshotId: $snapshotId}) {\n edges {\n node {\n id\n name\n dataClassification\n owner {\n fullName\n id\n }\n vendors(first: 50) {\n edges {\n node {\n id\n name\n websiteUrl\n }\n }\n }\n canUpdate: permission(action: \"core:datum:update\")\n canDelete: permission(action: \"core:datum:delete\")\n __typename\n }\n cursor\n }\n pageInfo {\n endCursor\n hasNextPage\n hasPreviousPage\n startCursor\n }\n }\n id\n}\n" } }; })(); -(node as any).hash = "9a4453365a733d298ab9f5237fc4153b"; +(node as any).hash = "e51f5dfa7d9e2cdc10ed400da2c94055"; export default node; diff --git a/apps/console/src/__generated__/core/DataPageFragment.graphql.ts b/apps/console/src/__generated__/core/DataPageFragment.graphql.ts index 11dfc8ca0..a0c1b1ab3 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<> + * @generated SignedSource<<9f991efd41ace6fcb6cdd3234b9c50ee>> * @lightSyntaxTransform * @nogrep */ @@ -18,7 +18,6 @@ export type DataPageFragment$data = { readonly node: { readonly canDelete: boolean; readonly canUpdate: boolean; - readonly createdAt: string; readonly dataClassification: DataClassification; readonly id: string; readonly name: string; @@ -243,13 +242,6 @@ return { ], "storageKey": "vendors(first:50)" }, - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "createdAt", - "storageKey": null - }, { "alias": "canUpdate", "args": [ @@ -357,6 +349,6 @@ return { }; })(); -(node as any).hash = "9a4453365a733d298ab9f5237fc4153b"; +(node as any).hash = "e51f5dfa7d9e2cdc10ed400da2c94055"; export default node; diff --git a/apps/console/src/__generated__/core/DatumGraphListQuery.graphql.ts b/apps/console/src/__generated__/core/DatumGraphListQuery.graphql.ts index 8e4b019c5..638412762 100644 --- a/apps/console/src/__generated__/core/DatumGraphListQuery.graphql.ts +++ b/apps/console/src/__generated__/core/DatumGraphListQuery.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<<5e92ff2e3743b8ef52f11fd34b76e2d5>> + * @generated SignedSource<<54893ee38ce1b4e4e8dd6908cf58780e>> * @lightSyntaxTransform * @nogrep */ @@ -253,13 +253,6 @@ return { ], "storageKey": "vendors(first:50)" }, - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "createdAt", - "storageKey": null - }, { "alias": "canUpdate", "args": [ @@ -375,12 +368,12 @@ return { ] }, "params": { - "cacheID": "203f6661d76c730336cffaa96b631ab8", + "cacheID": "d1266769fa7348dfe7ab2725db8eb072", "id": null, "metadata": {}, "name": "DatumGraphListQuery", "operationKind": "query", - "text": "query DatumGraphListQuery(\n $organizationId: ID!\n $snapshotId: ID = null\n) {\n node(id: $organizationId) {\n __typename\n ... on Organization {\n canCreateDatum: permission(action: \"core:datum:create\")\n ...DataPageFragment_3iomuz\n }\n id\n }\n}\n\nfragment DataPageFragment_3iomuz on Organization {\n data(first: 10, filter: {snapshotId: $snapshotId}) {\n edges {\n node {\n id\n name\n dataClassification\n owner {\n fullName\n id\n }\n vendors(first: 50) {\n edges {\n node {\n id\n name\n websiteUrl\n }\n }\n }\n createdAt\n canUpdate: permission(action: \"core:datum:update\")\n canDelete: permission(action: \"core:datum:delete\")\n __typename\n }\n cursor\n }\n pageInfo {\n endCursor\n hasNextPage\n hasPreviousPage\n startCursor\n }\n }\n id\n}\n" + "text": "query DatumGraphListQuery(\n $organizationId: ID!\n $snapshotId: ID = null\n) {\n node(id: $organizationId) {\n __typename\n ... on Organization {\n canCreateDatum: permission(action: \"core:datum:create\")\n ...DataPageFragment_3iomuz\n }\n id\n }\n}\n\nfragment DataPageFragment_3iomuz on Organization {\n data(first: 10, filter: {snapshotId: $snapshotId}) {\n edges {\n node {\n id\n name\n dataClassification\n owner {\n fullName\n id\n }\n vendors(first: 50) {\n edges {\n node {\n id\n name\n websiteUrl\n }\n }\n }\n canUpdate: permission(action: \"core:datum:update\")\n canDelete: permission(action: \"core:datum:delete\")\n __typename\n }\n cursor\n }\n pageInfo {\n endCursor\n hasNextPage\n hasPreviousPage\n startCursor\n }\n }\n id\n}\n" } }; })(); diff --git a/apps/console/src/__generated__/core/EditContactDialogUpdateMutation.graphql.ts b/apps/console/src/__generated__/core/EditContactDialogUpdateMutation.graphql.ts index 4416d3601..396ba0d2b 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<<460e6a454050ccc3c06a50b1c3cd95d4>> + * @generated SignedSource<<388d0c9151e7eafaac39b71bf93133a2>> * @lightSyntaxTransform * @nogrep */ @@ -142,20 +142,6 @@ return { "name": "role", "storageKey": null }, - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "createdAt", - "storageKey": null - }, - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "updatedAt", - "storageKey": null - }, { "alias": "canUpdate", "args": [ @@ -191,12 +177,12 @@ return { ] }, "params": { - "cacheID": "c07a9743c2296880b73a838d774b4bbd", + "cacheID": "b5bcb3884fa972284be60164760a2ad1", "id": null, "metadata": {}, "name": "EditContactDialogUpdateMutation", "operationKind": "mutation", - "text": "mutation EditContactDialogUpdateMutation(\n $input: UpdateVendorContactInput!\n) {\n updateVendorContact(input: $input) {\n vendorContact {\n ...VendorContactsTabFragment_contact\n id\n }\n }\n}\n\nfragment VendorContactsTabFragment_contact on VendorContact {\n id\n fullName\n email\n phone\n role\n createdAt\n updatedAt\n canUpdate: permission(action: \"core:vendor-contact:update\")\n canDelete: permission(action: \"core:vendor-contact:delete\")\n}\n" + "text": "mutation EditContactDialogUpdateMutation(\n $input: UpdateVendorContactInput!\n) {\n updateVendorContact(input: $input) {\n vendorContact {\n ...VendorContactsTabFragment_contact\n id\n }\n }\n}\n\nfragment VendorContactsTabFragment_contact on VendorContact {\n id\n fullName\n email\n phone\n role\n canUpdate: permission(action: \"core:vendor-contact:update\")\n canDelete: permission(action: \"core:vendor-contact:delete\")\n}\n" } }; })(); diff --git a/apps/console/src/__generated__/core/EditServiceDialogUpdateMutation.graphql.ts b/apps/console/src/__generated__/core/EditServiceDialogUpdateMutation.graphql.ts index c271d1282..cd722c312 100644 --- a/apps/console/src/__generated__/core/EditServiceDialogUpdateMutation.graphql.ts +++ b/apps/console/src/__generated__/core/EditServiceDialogUpdateMutation.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<> + * @generated SignedSource<<858e7c26ec2dffad19b6d194cbc9eb06>> * @lightSyntaxTransform * @nogrep */ @@ -128,20 +128,6 @@ return { "name": "description", "storageKey": null }, - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "createdAt", - "storageKey": null - }, - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "updatedAt", - "storageKey": null - }, { "alias": "canUpdate", "args": [ @@ -177,12 +163,12 @@ return { ] }, "params": { - "cacheID": "5944b8aa370dff2ef78b2690dd4b3f35", + "cacheID": "47b79dfb623481aba4ba9330ce4fb560", "id": null, "metadata": {}, "name": "EditServiceDialogUpdateMutation", "operationKind": "mutation", - "text": "mutation EditServiceDialogUpdateMutation(\n $input: UpdateVendorServiceInput!\n) {\n updateVendorService(input: $input) {\n vendorService {\n ...VendorServicesTabFragment_service\n id\n }\n }\n}\n\nfragment VendorServicesTabFragment_service on VendorService {\n id\n name\n description\n createdAt\n updatedAt\n canUpdate: permission(action: \"core:vendor-service:update\")\n canDelete: permission(action: \"core:vendor-service:delete\")\n}\n" + "text": "mutation EditServiceDialogUpdateMutation(\n $input: UpdateVendorServiceInput!\n) {\n updateVendorService(input: $input) {\n vendorService {\n ...VendorServicesTabFragment_service\n id\n }\n }\n}\n\nfragment VendorServicesTabFragment_service on VendorService {\n id\n name\n description\n canUpdate: permission(action: \"core:vendor-service:update\")\n canDelete: permission(action: \"core:vendor-service:delete\")\n}\n" } }; })(); diff --git a/apps/console/src/__generated__/core/FormRiskDialogMutation.graphql.ts b/apps/console/src/__generated__/core/FormRiskDialogMutation.graphql.ts index f5be9f990..4a3d58269 100644 --- a/apps/console/src/__generated__/core/FormRiskDialogMutation.graphql.ts +++ b/apps/console/src/__generated__/core/FormRiskDialogMutation.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<<645072360dd4172625d01052118e7f8f>> + * @generated SignedSource<> * @lightSyntaxTransform * @nogrep */ @@ -209,20 +209,6 @@ return { "name": "residualImpact", "storageKey": null }, - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "inherentRiskScore", - "storageKey": null - }, - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "residualRiskScore", - "storageKey": null - }, { "alias": null, "args": null, @@ -270,12 +256,12 @@ return { ] }, "params": { - "cacheID": "a6ca4767b2443f6b4d02d6fdd1358600", + "cacheID": "e2131409b62d6cd6bd8a6d008f2ac1f5", "id": null, "metadata": {}, "name": "FormRiskDialogMutation", "operationKind": "mutation", - "text": "mutation FormRiskDialogMutation(\n $input: CreateRiskInput!\n) {\n createRisk(input: $input) {\n riskEdge {\n node {\n ...useRiskFormFragment\n id\n }\n }\n }\n}\n\nfragment useRiskFormFragment on Risk {\n id\n name\n category\n description\n treatment\n inherentLikelihood\n inherentImpact\n residualLikelihood\n residualImpact\n inherentRiskScore\n residualRiskScore\n note\n owner {\n id\n }\n}\n" + "text": "mutation FormRiskDialogMutation(\n $input: CreateRiskInput!\n) {\n createRisk(input: $input) {\n riskEdge {\n node {\n ...useRiskFormFragment\n id\n }\n }\n }\n}\n\nfragment useRiskFormFragment on Risk {\n id\n name\n category\n description\n treatment\n inherentLikelihood\n inherentImpact\n residualLikelihood\n residualImpact\n note\n owner {\n id\n }\n}\n" } }; })(); diff --git a/apps/console/src/__generated__/core/FormRiskDialogUpdateRiskMutation.graphql.ts b/apps/console/src/__generated__/core/FormRiskDialogUpdateRiskMutation.graphql.ts index 557a68182..34c5dc0a7 100644 --- a/apps/console/src/__generated__/core/FormRiskDialogUpdateRiskMutation.graphql.ts +++ b/apps/console/src/__generated__/core/FormRiskDialogUpdateRiskMutation.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<> + * @generated SignedSource<<869dffd68397003d545ac294239152eb>> * @lightSyntaxTransform * @nogrep */ @@ -178,20 +178,6 @@ return { "name": "residualImpact", "storageKey": null }, - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "inherentRiskScore", - "storageKey": null - }, - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "residualRiskScore", - "storageKey": null - }, { "alias": null, "args": null, @@ -220,12 +206,12 @@ return { ] }, "params": { - "cacheID": "59f586a59973ca023df027fdfb0d4bed", + "cacheID": "546b1e60a2e87bf71a1851ca76485767", "id": null, "metadata": {}, "name": "FormRiskDialogUpdateRiskMutation", "operationKind": "mutation", - "text": "mutation FormRiskDialogUpdateRiskMutation(\n $input: UpdateRiskInput!\n) {\n updateRisk(input: $input) {\n risk {\n ...useRiskFormFragment\n id\n }\n }\n}\n\nfragment useRiskFormFragment on Risk {\n id\n name\n category\n description\n treatment\n inherentLikelihood\n inherentImpact\n residualLikelihood\n residualImpact\n inherentRiskScore\n residualRiskScore\n note\n owner {\n id\n }\n}\n" + "text": "mutation FormRiskDialogUpdateRiskMutation(\n $input: UpdateRiskInput!\n) {\n updateRisk(input: $input) {\n risk {\n ...useRiskFormFragment\n id\n }\n }\n}\n\nfragment useRiskFormFragment on Risk {\n id\n name\n category\n description\n treatment\n inherentLikelihood\n inherentImpact\n residualLikelihood\n residualImpact\n note\n owner {\n id\n }\n}\n" } }; })(); diff --git a/apps/console/src/__generated__/core/FrameworkControlPageAttachAuditMutation.graphql.ts b/apps/console/src/__generated__/core/FrameworkControlPageAttachAuditMutation.graphql.ts index 5cbb66d45..387f084d2 100644 --- a/apps/console/src/__generated__/core/FrameworkControlPageAttachAuditMutation.graphql.ts +++ b/apps/console/src/__generated__/core/FrameworkControlPageAttachAuditMutation.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<> + * @generated SignedSource<> * @lightSyntaxTransform * @nogrep */ @@ -153,13 +153,6 @@ return { "selections": [ (v3/*: any*/), (v4/*: any*/), - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "createdAt", - "storageKey": null - }, { "alias": null, "args": null, @@ -167,20 +160,6 @@ return { "name": "state", "storageKey": null }, - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "validFrom", - "storageKey": null - }, - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "validUntil", - "storageKey": null - }, { "alias": null, "args": null, @@ -222,12 +201,12 @@ return { ] }, "params": { - "cacheID": "23afa68a91d9ae6630123a4ff693a0ec", + "cacheID": "458e59fda450fe6d728544e82d229399", "id": null, "metadata": {}, "name": "FrameworkControlPageAttachAuditMutation", "operationKind": "mutation", - "text": "mutation FrameworkControlPageAttachAuditMutation(\n $input: CreateControlAuditMappingInput!\n) {\n createControlAuditMapping(input: $input) {\n auditEdge {\n node {\n id\n ...LinkedAuditsCardFragment\n }\n }\n }\n}\n\nfragment LinkedAuditsCardFragment on Audit {\n id\n name\n createdAt\n state\n validFrom\n validUntil\n framework {\n id\n name\n }\n}\n" + "text": "mutation FrameworkControlPageAttachAuditMutation(\n $input: CreateControlAuditMappingInput!\n) {\n createControlAuditMapping(input: $input) {\n auditEdge {\n node {\n id\n ...LinkedAuditsCardFragment\n }\n }\n }\n}\n\nfragment LinkedAuditsCardFragment on Audit {\n id\n name\n state\n framework {\n id\n name\n }\n}\n" } }; })(); diff --git a/apps/console/src/__generated__/core/FrameworkControlPageAttachDocumentMutation.graphql.ts b/apps/console/src/__generated__/core/FrameworkControlPageAttachDocumentMutation.graphql.ts index 8fad6cfbe..57b9afb0b 100644 --- a/apps/console/src/__generated__/core/FrameworkControlPageAttachDocumentMutation.graphql.ts +++ b/apps/console/src/__generated__/core/FrameworkControlPageAttachDocumentMutation.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<<47d493f6b225797004c11ba908c1e7d2>> + * @generated SignedSource<> * @lightSyntaxTransform * @nogrep */ @@ -152,13 +152,6 @@ return { "name": "title", "storageKey": null }, - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "createdAt", - "storageKey": null - }, { "alias": null, "args": null, @@ -241,12 +234,12 @@ return { ] }, "params": { - "cacheID": "857c472a56bba83b8249bb6f3b97eea2", + "cacheID": "3b0eb8fb0cfe690b0d0801126cd9866b", "id": null, "metadata": {}, "name": "FrameworkControlPageAttachDocumentMutation", "operationKind": "mutation", - "text": "mutation FrameworkControlPageAttachDocumentMutation(\n $input: CreateControlDocumentMappingInput!\n) {\n createControlDocumentMapping(input: $input) {\n documentEdge {\n node {\n id\n ...LinkedDocumentsCardFragment\n }\n }\n }\n}\n\nfragment LinkedDocumentsCardFragment on Document {\n id\n title\n createdAt\n documentType\n versions(first: 1) {\n edges {\n node {\n id\n status\n }\n }\n }\n}\n" + "text": "mutation FrameworkControlPageAttachDocumentMutation(\n $input: CreateControlDocumentMappingInput!\n) {\n createControlDocumentMapping(input: $input) {\n documentEdge {\n node {\n id\n ...LinkedDocumentsCardFragment\n }\n }\n }\n}\n\nfragment LinkedDocumentsCardFragment on Document {\n id\n title\n documentType\n versions(first: 1) {\n edges {\n node {\n id\n status\n }\n }\n }\n}\n" } }; })(); diff --git a/apps/console/src/__generated__/core/FrameworkControlPageAttachObligationMutation.graphql.ts b/apps/console/src/__generated__/core/FrameworkControlPageAttachObligationMutation.graphql.ts index 7d2097174..d9dfd21a0 100644 --- a/apps/console/src/__generated__/core/FrameworkControlPageAttachObligationMutation.graphql.ts +++ b/apps/console/src/__generated__/core/FrameworkControlPageAttachObligationMutation.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<<4744f325593bfe652352407dd9ee6e5c>> + * @generated SignedSource<> * @lightSyntaxTransform * @nogrep */ @@ -145,13 +145,6 @@ return { "plural": false, "selections": [ (v3/*: any*/), - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "requirement", - "storageKey": null - }, { "alias": null, "args": null, @@ -220,12 +213,12 @@ return { ] }, "params": { - "cacheID": "e5dce8dc0bc03faa0e4d42696c76b59d", + "cacheID": "846f67341abc63baebe66dc9a2f0b1cd", "id": null, "metadata": {}, "name": "FrameworkControlPageAttachObligationMutation", "operationKind": "mutation", - "text": "mutation FrameworkControlPageAttachObligationMutation(\n $input: CreateControlObligationMappingInput!\n) {\n createControlObligationMapping(input: $input) {\n obligationEdge {\n node {\n id\n ...LinkedObligationsCardFragment\n }\n }\n }\n}\n\nfragment LinkedObligationsCardFragment on Obligation {\n id\n requirement\n area\n source\n status\n owner {\n fullName\n id\n }\n}\n" + "text": "mutation FrameworkControlPageAttachObligationMutation(\n $input: CreateControlObligationMappingInput!\n) {\n createControlObligationMapping(input: $input) {\n obligationEdge {\n node {\n id\n ...LinkedObligationsCardFragment\n }\n }\n }\n}\n\nfragment LinkedObligationsCardFragment on Obligation {\n id\n area\n source\n status\n owner {\n fullName\n id\n }\n}\n" } }; })(); diff --git a/apps/console/src/__generated__/core/FrameworkDetailPageFragment.graphql.ts b/apps/console/src/__generated__/core/FrameworkDetailPageFragment.graphql.ts index 2248090f4..8e71ccb0b 100644 --- a/apps/console/src/__generated__/core/FrameworkDetailPageFragment.graphql.ts +++ b/apps/console/src/__generated__/core/FrameworkDetailPageFragment.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<> + * @generated SignedSource<<45d53306abdcc9df7a3a4aa3dbab97f7>> * @lightSyntaxTransform * @nogrep */ @@ -19,7 +19,6 @@ export type FrameworkDetailPageFragment$data = { readonly __id: string; readonly edges: ReadonlyArray<{ readonly node: { - readonly bestPractice: boolean; readonly id: string; readonly name: string; readonly sectionTitle: string; @@ -31,9 +30,6 @@ export type FrameworkDetailPageFragment$data = { readonly id: string; readonly lightLogoURL: string | null | undefined; readonly name: string; - readonly organization: { - readonly name: string; - }; readonly " $fragmentType": "FrameworkDetailPageFragment"; }; export type FrameworkDetailPageFragment$key = { @@ -137,18 +133,6 @@ return { "name": "permission", "storageKey": "permission(action:\"core:control:create\")" }, - { - "alias": null, - "args": null, - "concreteType": "Organization", - "kind": "LinkedField", - "name": "organization", - "plural": false, - "selections": [ - (v1/*: any*/) - ], - "storageKey": null - }, { "alias": null, "args": [ @@ -195,14 +179,7 @@ return { "name": "sectionTitle", "storageKey": null }, - (v1/*: any*/), - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "bestPractice", - "storageKey": null - } + (v1/*: any*/) ], "storageKey": null } @@ -230,6 +207,6 @@ return { }; })(); -(node as any).hash = "f6eba8f00d1e491f79bc201851b8c69d"; +(node as any).hash = "760fb461ecc85b5c3b394f6c86327958"; export default node; diff --git a/apps/console/src/__generated__/core/FrameworkGraphControlNodeQuery.graphql.ts b/apps/console/src/__generated__/core/FrameworkGraphControlNodeQuery.graphql.ts index d0cac42d3..c610503d5 100644 --- a/apps/console/src/__generated__/core/FrameworkGraphControlNodeQuery.graphql.ts +++ b/apps/console/src/__generated__/core/FrameworkGraphControlNodeQuery.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<<72da3c2c267ec4fd2da7aee87f38c51b>> + * @generated SignedSource<> * @lightSyntaxTransform * @nogrep */ @@ -349,13 +349,6 @@ v23 = { "storageKey": null }, v24 = { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "createdAt", - "storageKey": null -}, -v25 = { "alias": null, "args": null, "kind": "ScalarField", @@ -749,7 +742,6 @@ return { "name": "title", "storageKey": null }, - (v24/*: any*/), { "alias": null, "args": null, @@ -788,7 +780,7 @@ return { "plural": false, "selections": [ (v2/*: any*/), - (v25/*: any*/) + (v24/*: any*/) ], "storageKey": null } @@ -846,22 +838,7 @@ return { "selections": [ (v2/*: any*/), (v3/*: any*/), - (v24/*: any*/), (v23/*: any*/), - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "validFrom", - "storageKey": null - }, - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "validUntil", - "storageKey": null - }, { "alias": null, "args": null, @@ -922,13 +899,6 @@ return { "plural": false, "selections": [ (v2/*: any*/), - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "requirement", - "storageKey": null - }, { "alias": null, "args": null, @@ -943,7 +913,7 @@ return { "name": "source", "storageKey": null }, - (v25/*: any*/), + (v24/*: any*/), { "alias": null, "args": null, @@ -1019,7 +989,13 @@ return { "name": "type", "storageKey": null }, - (v24/*: any*/), + { + "alias": null, + "args": null, + "kind": "ScalarField", + "name": "createdAt", + "storageKey": null + }, (v18/*: any*/) ], "storageKey": null @@ -1052,7 +1028,7 @@ return { ] }, "params": { - "cacheID": "d177e11d82fa12c1622578238707b173", + "cacheID": "998df2157721c875b49d5b5b9c2b4155", "id": null, "metadata": { "connection": [ @@ -1105,7 +1081,7 @@ return { }, "name": "FrameworkGraphControlNodeQuery", "operationKind": "query", - "text": "query FrameworkGraphControlNodeQuery(\n $controlId: ID!\n) {\n node(id: $controlId) {\n __typename\n ... on Control {\n id\n name\n sectionTitle\n description\n canUpdate: permission(action: \"core:control:update\")\n canDelete: permission(action: \"core:control:delete\")\n canCreateMeasureMapping: permission(action: \"core:control:create-measure-mapping\")\n canDeleteMeasureMapping: permission(action: \"core:control:delete-measure-mapping\")\n canCreateDocumentMapping: permission(action: \"core:control:create-document-mapping\")\n canDeleteDocumentMapping: permission(action: \"core:control:delete-document-mapping\")\n canCreateAuditMapping: permission(action: \"core:control:create-audit-mapping\")\n canDeleteAuditMapping: permission(action: \"core:control:delete-audit-mapping\")\n canCreateSnapshotMapping: permission(action: \"core:control:create-snapshot-mapping\")\n canDeleteSnapshotMapping: permission(action: \"core:control:delete-snapshot-mapping\")\n canCreateObligationMapping: permission(action: \"core:control:create-obligation-mapping\")\n canDeleteObligationMapping: permission(action: \"core:control:delete-obligation-mapping\")\n ...FrameworkControlDialogFragment\n measures(first: 100) {\n edges {\n node {\n id\n ...LinkedMeasuresCardFragment\n __typename\n }\n cursor\n }\n pageInfo {\n endCursor\n hasNextPage\n }\n }\n documents(first: 100) {\n edges {\n node {\n id\n ...LinkedDocumentsCardFragment\n __typename\n }\n cursor\n }\n pageInfo {\n endCursor\n hasNextPage\n }\n }\n audits(first: 100) {\n edges {\n node {\n id\n ...LinkedAuditsCardFragment\n __typename\n }\n cursor\n }\n pageInfo {\n endCursor\n hasNextPage\n }\n }\n obligations(first: 100) {\n edges {\n node {\n id\n ...LinkedObligationsCardFragment\n __typename\n }\n cursor\n }\n pageInfo {\n endCursor\n hasNextPage\n }\n }\n snapshots(first: 100) {\n edges {\n node {\n id\n ...LinkedSnapshotsCardFragment\n __typename\n }\n cursor\n }\n pageInfo {\n endCursor\n hasNextPage\n }\n }\n }\n id\n }\n}\n\nfragment FrameworkControlDialogFragment on Control {\n id\n name\n description\n sectionTitle\n bestPractice\n}\n\nfragment LinkedAuditsCardFragment on Audit {\n id\n name\n createdAt\n state\n validFrom\n validUntil\n framework {\n id\n name\n }\n}\n\nfragment LinkedDocumentsCardFragment on Document {\n id\n title\n createdAt\n documentType\n versions(first: 1) {\n edges {\n node {\n id\n status\n }\n }\n }\n}\n\nfragment LinkedMeasuresCardFragment on Measure {\n id\n name\n state\n}\n\nfragment LinkedObligationsCardFragment on Obligation {\n id\n requirement\n area\n source\n status\n owner {\n fullName\n id\n }\n}\n\nfragment LinkedSnapshotsCardFragment on Snapshot {\n id\n name\n description\n type\n createdAt\n}\n" + "text": "query FrameworkGraphControlNodeQuery(\n $controlId: ID!\n) {\n node(id: $controlId) {\n __typename\n ... on Control {\n id\n name\n sectionTitle\n description\n canUpdate: permission(action: \"core:control:update\")\n canDelete: permission(action: \"core:control:delete\")\n canCreateMeasureMapping: permission(action: \"core:control:create-measure-mapping\")\n canDeleteMeasureMapping: permission(action: \"core:control:delete-measure-mapping\")\n canCreateDocumentMapping: permission(action: \"core:control:create-document-mapping\")\n canDeleteDocumentMapping: permission(action: \"core:control:delete-document-mapping\")\n canCreateAuditMapping: permission(action: \"core:control:create-audit-mapping\")\n canDeleteAuditMapping: permission(action: \"core:control:delete-audit-mapping\")\n canCreateSnapshotMapping: permission(action: \"core:control:create-snapshot-mapping\")\n canDeleteSnapshotMapping: permission(action: \"core:control:delete-snapshot-mapping\")\n canCreateObligationMapping: permission(action: \"core:control:create-obligation-mapping\")\n canDeleteObligationMapping: permission(action: \"core:control:delete-obligation-mapping\")\n ...FrameworkControlDialogFragment\n measures(first: 100) {\n edges {\n node {\n id\n ...LinkedMeasuresCardFragment\n __typename\n }\n cursor\n }\n pageInfo {\n endCursor\n hasNextPage\n }\n }\n documents(first: 100) {\n edges {\n node {\n id\n ...LinkedDocumentsCardFragment\n __typename\n }\n cursor\n }\n pageInfo {\n endCursor\n hasNextPage\n }\n }\n audits(first: 100) {\n edges {\n node {\n id\n ...LinkedAuditsCardFragment\n __typename\n }\n cursor\n }\n pageInfo {\n endCursor\n hasNextPage\n }\n }\n obligations(first: 100) {\n edges {\n node {\n id\n ...LinkedObligationsCardFragment\n __typename\n }\n cursor\n }\n pageInfo {\n endCursor\n hasNextPage\n }\n }\n snapshots(first: 100) {\n edges {\n node {\n id\n ...LinkedSnapshotsCardFragment\n __typename\n }\n cursor\n }\n pageInfo {\n endCursor\n hasNextPage\n }\n }\n }\n id\n }\n}\n\nfragment FrameworkControlDialogFragment on Control {\n id\n name\n description\n sectionTitle\n bestPractice\n}\n\nfragment LinkedAuditsCardFragment on Audit {\n id\n name\n state\n framework {\n id\n name\n }\n}\n\nfragment LinkedDocumentsCardFragment on Document {\n id\n title\n documentType\n versions(first: 1) {\n edges {\n node {\n id\n status\n }\n }\n }\n}\n\nfragment LinkedMeasuresCardFragment on Measure {\n id\n name\n state\n}\n\nfragment LinkedObligationsCardFragment on Obligation {\n id\n area\n source\n status\n owner {\n fullName\n id\n }\n}\n\nfragment LinkedSnapshotsCardFragment on Snapshot {\n id\n name\n description\n type\n createdAt\n}\n" } }; })(); diff --git a/apps/console/src/__generated__/core/FrameworkGraphNodeQuery.graphql.ts b/apps/console/src/__generated__/core/FrameworkGraphNodeQuery.graphql.ts index c3589e96c..8b35b11c3 100644 --- a/apps/console/src/__generated__/core/FrameworkGraphNodeQuery.graphql.ts +++ b/apps/console/src/__generated__/core/FrameworkGraphNodeQuery.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<<4716483592ffb7c9bb7d96ea56503734>> + * @generated SignedSource<<28e7d6bf94f2233025c7cfcb9d6e52bc>> * @lightSyntaxTransform * @nogrep */ @@ -189,19 +189,6 @@ return { "name": "permission", "storageKey": "permission(action:\"core:control:create\")" }, - { - "alias": null, - "args": null, - "concreteType": "Organization", - "kind": "LinkedField", - "name": "organization", - "plural": false, - "selections": [ - (v3/*: any*/), - (v2/*: any*/) - ], - "storageKey": null - }, { "alias": null, "args": [ @@ -248,14 +235,7 @@ return { "name": "sectionTitle", "storageKey": null }, - (v3/*: any*/), - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "bestPractice", - "storageKey": null - } + (v3/*: any*/) ], "storageKey": null } @@ -287,12 +267,12 @@ return { ] }, "params": { - "cacheID": "9cb1289702b4dd6c83330a0ef84297d6", + "cacheID": "b81384926dda85938c39f810f7d10309", "id": null, "metadata": {}, "name": "FrameworkGraphNodeQuery", "operationKind": "query", - "text": "query FrameworkGraphNodeQuery(\n $frameworkId: ID!\n) {\n node(id: $frameworkId) {\n __typename\n ... on Framework {\n id\n name\n ...FrameworkDetailPageFragment\n }\n id\n }\n}\n\nfragment FrameworkDetailPageFragment on Framework {\n id\n name\n description\n lightLogoURL\n darkLogoURL\n canExport: permission(action: \"core:franework:export\")\n canUpdate: permission(action: \"core:framework:update\")\n canDelete: permission(action: \"core:framework:delete\")\n canCreateControl: permission(action: \"core:control:create\")\n organization {\n name\n id\n }\n controls(first: 250, orderBy: {field: SECTION_TITLE, direction: ASC}) {\n edges {\n node {\n id\n sectionTitle\n name\n bestPractice\n }\n }\n }\n}\n" + "text": "query FrameworkGraphNodeQuery(\n $frameworkId: ID!\n) {\n node(id: $frameworkId) {\n __typename\n ... on Framework {\n id\n name\n ...FrameworkDetailPageFragment\n }\n id\n }\n}\n\nfragment FrameworkDetailPageFragment on Framework {\n id\n name\n description\n lightLogoURL\n darkLogoURL\n canExport: permission(action: \"core:franework:export\")\n canUpdate: permission(action: \"core:framework:update\")\n canDelete: permission(action: \"core:framework:delete\")\n canCreateControl: permission(action: \"core:control:create\")\n controls(first: 250, orderBy: {field: SECTION_TITLE, direction: ASC}) {\n edges {\n node {\n id\n sectionTitle\n name\n }\n }\n }\n}\n" } }; })(); diff --git a/apps/console/src/__generated__/core/ImportAssessmentDialogMutation.graphql.ts b/apps/console/src/__generated__/core/ImportAssessmentDialogMutation.graphql.ts index e01fad771..e82c8da2d 100644 --- a/apps/console/src/__generated__/core/ImportAssessmentDialogMutation.graphql.ts +++ b/apps/console/src/__generated__/core/ImportAssessmentDialogMutation.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<<9a5547b22e159fc1957a20e8d2da18ac>> + * @generated SignedSource<<3226619fa9261bcc8a67d72c6c170a50>> * @lightSyntaxTransform * @nogrep */ @@ -396,13 +396,6 @@ return { "name": "fileName", "storageKey": null }, - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "mimeType", - "storageKey": null - }, { "alias": null, "args": null, @@ -562,12 +555,12 @@ return { ] }, "params": { - "cacheID": "978d7d03ee8e39843f87574eb6cb64bf", + "cacheID": "36c18604b32b26fc717c56ae45790982", "id": null, "metadata": {}, "name": "ImportAssessmentDialogMutation", "operationKind": "mutation", - "text": "mutation ImportAssessmentDialogMutation(\n $input: AssessVendorInput!\n) {\n assessVendor(input: $input) {\n vendor {\n id\n name\n websiteUrl\n ...useVendorFormFragment\n ...VendorComplianceTabFragment\n ...VendorRiskAssessmentTabFragment\n }\n }\n}\n\nfragment VendorComplianceTabFragment on Vendor {\n complianceReports(first: 50) {\n edges {\n node {\n id\n canDelete: permission(action: \"core:vendor-compliance-report:delete\")\n ...VendorComplianceTabFragment_report\n __typename\n }\n cursor\n }\n pageInfo {\n endCursor\n hasNextPage\n hasPreviousPage\n startCursor\n }\n }\n id\n}\n\nfragment VendorComplianceTabFragment_report on VendorComplianceReport {\n id\n reportDate\n validUntil\n reportName\n file {\n fileName\n mimeType\n size\n downloadUrl\n id\n }\n canDelete: permission(action: \"core:vendor-compliance-report:delete\")\n}\n\nfragment VendorRiskAssessmentTabFragment on Vendor {\n id\n riskAssessments(first: 50) {\n edges {\n node {\n id\n ...VendorRiskAssessmentTabFragment_assessment\n __typename\n }\n cursor\n }\n pageInfo {\n hasNextPage\n endCursor\n hasPreviousPage\n startCursor\n }\n }\n}\n\nfragment VendorRiskAssessmentTabFragment_assessment on VendorRiskAssessment {\n id\n createdAt\n expiresAt\n dataSensitivity\n businessImpact\n notes\n}\n\nfragment useVendorFormFragment on Vendor {\n id\n name\n description\n category\n statusPageUrl\n termsOfServiceUrl\n privacyPolicyUrl\n serviceLevelAgreementUrl\n dataProcessingAgreementUrl\n websiteUrl\n legalName\n headquarterAddress\n certifications\n countries\n securityPageUrl\n trustPageUrl\n businessOwner {\n id\n }\n securityOwner {\n id\n }\n}\n" + "text": "mutation ImportAssessmentDialogMutation(\n $input: AssessVendorInput!\n) {\n assessVendor(input: $input) {\n vendor {\n id\n name\n websiteUrl\n ...useVendorFormFragment\n ...VendorComplianceTabFragment\n ...VendorRiskAssessmentTabFragment\n }\n }\n}\n\nfragment VendorComplianceTabFragment on Vendor {\n complianceReports(first: 50) {\n edges {\n node {\n id\n canDelete: permission(action: \"core:vendor-compliance-report:delete\")\n ...VendorComplianceTabFragment_report\n __typename\n }\n cursor\n }\n pageInfo {\n endCursor\n hasNextPage\n hasPreviousPage\n startCursor\n }\n }\n id\n}\n\nfragment VendorComplianceTabFragment_report on VendorComplianceReport {\n id\n reportDate\n validUntil\n reportName\n file {\n fileName\n size\n downloadUrl\n id\n }\n canDelete: permission(action: \"core:vendor-compliance-report:delete\")\n}\n\nfragment VendorRiskAssessmentTabFragment on Vendor {\n id\n riskAssessments(first: 50) {\n edges {\n node {\n id\n ...VendorRiskAssessmentTabFragment_assessment\n __typename\n }\n cursor\n }\n pageInfo {\n hasNextPage\n endCursor\n hasPreviousPage\n startCursor\n }\n }\n}\n\nfragment VendorRiskAssessmentTabFragment_assessment on VendorRiskAssessment {\n id\n createdAt\n expiresAt\n dataSensitivity\n businessImpact\n notes\n}\n\nfragment useVendorFormFragment on Vendor {\n id\n name\n description\n category\n statusPageUrl\n termsOfServiceUrl\n privacyPolicyUrl\n serviceLevelAgreementUrl\n dataProcessingAgreementUrl\n websiteUrl\n legalName\n headquarterAddress\n certifications\n countries\n securityPageUrl\n trustPageUrl\n businessOwner {\n id\n }\n securityOwner {\n id\n }\n}\n" } }; })(); diff --git a/apps/console/src/__generated__/core/LinkedAuditsCardFragment.graphql.ts b/apps/console/src/__generated__/core/LinkedAuditsCardFragment.graphql.ts index 8953e7509..c42b533d2 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<<903698144cc9c26d698f573b64544e17>> + * @generated SignedSource<> * @lightSyntaxTransform * @nogrep */ @@ -12,7 +12,6 @@ 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: string; readonly framework: { readonly id: string; readonly name: string; @@ -20,8 +19,6 @@ export type LinkedAuditsCardFragment$data = { readonly id: string; readonly name: string | null | undefined; readonly state: AuditState; - readonly validFrom: string | null | undefined; - readonly validUntil: string | null | undefined; readonly " $fragmentType": "LinkedAuditsCardFragment"; }; export type LinkedAuditsCardFragment$key = { @@ -52,13 +49,6 @@ return { "selections": [ (v0/*: any*/), (v1/*: any*/), - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "createdAt", - "storageKey": null - }, { "alias": null, "args": null, @@ -66,20 +56,6 @@ return { "name": "state", "storageKey": null }, - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "validFrom", - "storageKey": null - }, - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "validUntil", - "storageKey": null - }, { "alias": null, "args": null, @@ -99,6 +75,6 @@ return { }; })(); -(node as any).hash = "9ff9367a1f0668a8537bdd5bf5c7233d"; +(node as any).hash = "8a8cefa204a3afde548d70c072bd3b57"; export default node; diff --git a/apps/console/src/__generated__/core/LinkedAuditsDialogFragment.graphql.ts b/apps/console/src/__generated__/core/LinkedAuditsDialogFragment.graphql.ts index 3db52b8bc..9635ccfee 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<<0ba30b05b62bf6a4b76a17fb1a6db467>> + * @generated SignedSource<> * @lightSyntaxTransform * @nogrep */ @@ -22,8 +22,6 @@ export type LinkedAuditsDialogFragment$data = { readonly id: string; readonly name: string | null | undefined; readonly state: AuditState; - readonly validFrom: string | null | undefined; - readonly validUntil: string | null | undefined; }; }>; }; @@ -156,20 +154,6 @@ return { "name": "state", "storageKey": null }, - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "validFrom", - "storageKey": null - }, - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "validUntil", - "storageKey": null - }, { "alias": null, "args": null, @@ -252,6 +236,6 @@ return { }; })(); -(node as any).hash = "d58fca9b4fb36a24ded1858b632f5acf"; +(node as any).hash = "028ca07cee48d4b7487aa20f57f11062"; export default node; diff --git a/apps/console/src/__generated__/core/LinkedAuditsDialogQuery.graphql.ts b/apps/console/src/__generated__/core/LinkedAuditsDialogQuery.graphql.ts index ee21a096d..142f0606f 100644 --- a/apps/console/src/__generated__/core/LinkedAuditsDialogQuery.graphql.ts +++ b/apps/console/src/__generated__/core/LinkedAuditsDialogQuery.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<<1f9d92c4803d49c216fef6447a59c779>> + * @generated SignedSource<> * @lightSyntaxTransform * @nogrep */ @@ -154,20 +154,6 @@ return { "name": "state", "storageKey": null }, - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "validFrom", - "storageKey": null - }, - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "validUntil", - "storageKey": null - }, { "alias": null, "args": null, @@ -258,12 +244,12 @@ return { ] }, "params": { - "cacheID": "0daa6dc9bebd2677cc0c36e819631f9c", + "cacheID": "24a2aafd0b99755c64d7c0315ae1dad1", "id": null, "metadata": {}, "name": "LinkedAuditsDialogQuery", "operationKind": "query", - "text": "query LinkedAuditsDialogQuery(\n $organizationId: ID!\n) {\n organization: node(id: $organizationId) {\n __typename\n id\n ... on Organization {\n ...LinkedAuditsDialogFragment\n }\n }\n}\n\nfragment LinkedAuditsDialogFragment on Organization {\n audits(first: 20) {\n edges {\n node {\n id\n name\n state\n validFrom\n validUntil\n framework {\n id\n name\n }\n __typename\n }\n cursor\n }\n pageInfo {\n endCursor\n hasNextPage\n hasPreviousPage\n startCursor\n }\n }\n id\n}\n" + "text": "query LinkedAuditsDialogQuery(\n $organizationId: ID!\n) {\n organization: node(id: $organizationId) {\n __typename\n id\n ... on Organization {\n ...LinkedAuditsDialogFragment\n }\n }\n}\n\nfragment LinkedAuditsDialogFragment on Organization {\n audits(first: 20) {\n edges {\n node {\n id\n name\n state\n framework {\n id\n name\n }\n __typename\n }\n cursor\n }\n pageInfo {\n endCursor\n hasNextPage\n hasPreviousPage\n startCursor\n }\n }\n id\n}\n" } }; })(); diff --git a/apps/console/src/__generated__/core/LinkedAuditsDialogQuery_fragment.graphql.ts b/apps/console/src/__generated__/core/LinkedAuditsDialogQuery_fragment.graphql.ts index e0f2bad22..c078efcba 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<<87ff7faae25faa23e9832a7457605a2e>> + * @generated SignedSource<<5551d4d153d23284c55acd9d37cee1e4>> * @lightSyntaxTransform * @nogrep */ @@ -227,20 +227,6 @@ return { "name": "state", "storageKey": null }, - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "validFrom", - "storageKey": null - }, - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "validUntil", - "storageKey": null - }, { "alias": null, "args": null, @@ -331,16 +317,16 @@ return { ] }, "params": { - "cacheID": "26f1cad4cab5157a2d9e10d4b89114ec", + "cacheID": "218e27744e117a9a9417796d5e28ac00", "id": null, "metadata": {}, "name": "LinkedAuditsDialogQuery_fragment", "operationKind": "query", - "text": "query LinkedAuditsDialogQuery_fragment(\n $after: CursorKey = null\n $before: CursorKey = null\n $first: Int = 20\n $last: Int = null\n $order: AuditOrder = null\n $id: ID!\n) {\n node(id: $id) {\n __typename\n ...LinkedAuditsDialogFragment_16fISc\n id\n }\n}\n\nfragment LinkedAuditsDialogFragment_16fISc on Organization {\n audits(first: $first, after: $after, last: $last, before: $before, orderBy: $order) {\n edges {\n node {\n id\n name\n state\n validFrom\n validUntil\n framework {\n id\n name\n }\n __typename\n }\n cursor\n }\n pageInfo {\n endCursor\n hasNextPage\n hasPreviousPage\n startCursor\n }\n }\n id\n}\n" + "text": "query LinkedAuditsDialogQuery_fragment(\n $after: CursorKey = null\n $before: CursorKey = null\n $first: Int = 20\n $last: Int = null\n $order: AuditOrder = null\n $id: ID!\n) {\n node(id: $id) {\n __typename\n ...LinkedAuditsDialogFragment_16fISc\n id\n }\n}\n\nfragment LinkedAuditsDialogFragment_16fISc on Organization {\n audits(first: $first, after: $after, last: $last, before: $before, orderBy: $order) {\n edges {\n node {\n id\n name\n state\n framework {\n id\n name\n }\n __typename\n }\n cursor\n }\n pageInfo {\n endCursor\n hasNextPage\n hasPreviousPage\n startCursor\n }\n }\n id\n}\n" } }; })(); -(node as any).hash = "d58fca9b4fb36a24ded1858b632f5acf"; +(node as any).hash = "028ca07cee48d4b7487aa20f57f11062"; export default node; diff --git a/apps/console/src/__generated__/core/LinkedDocumentsCardFragment.graphql.ts b/apps/console/src/__generated__/core/LinkedDocumentsCardFragment.graphql.ts index 65cb83f14..6ab3c129f 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<<9fd60ce5ad80ada10eafed963ea0adb3>> + * @generated SignedSource<<305ae03cd5ebcd67ec61f910c26fbf76>> * @lightSyntaxTransform * @nogrep */ @@ -13,7 +13,6 @@ export type DocumentStatus = "DRAFT" | "PUBLISHED"; export type DocumentType = "ISMS" | "OTHER" | "POLICY" | "PROCEDURE"; import { FragmentRefs } from "relay-runtime"; export type LinkedDocumentsCardFragment$data = { - readonly createdAt: string; readonly documentType: DocumentType; readonly id: string; readonly title: string; @@ -54,13 +53,6 @@ return { "name": "title", "storageKey": null }, - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "createdAt", - "storageKey": null - }, { "alias": null, "args": null, @@ -121,6 +113,6 @@ return { }; })(); -(node as any).hash = "952e653849ce0b1b693de8d7e3086e3f"; +(node as any).hash = "9ec284ec5b5268f11515d94f3f5306d4"; export default node; diff --git a/apps/console/src/__generated__/core/LinkedObligationsCardFragment.graphql.ts b/apps/console/src/__generated__/core/LinkedObligationsCardFragment.graphql.ts index ba95aa903..ea214d7b5 100644 --- a/apps/console/src/__generated__/core/LinkedObligationsCardFragment.graphql.ts +++ b/apps/console/src/__generated__/core/LinkedObligationsCardFragment.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<> + * @generated SignedSource<<9cd6e4f71ffa86acc1195f307912451d>> * @lightSyntaxTransform * @nogrep */ @@ -17,7 +17,6 @@ export type LinkedObligationsCardFragment$data = { readonly owner: { readonly fullName: string; }; - readonly requirement: string | null | undefined; readonly source: string | null | undefined; readonly status: ObligationStatus; readonly " $fragmentType": "LinkedObligationsCardFragment"; @@ -40,13 +39,6 @@ const node: ReaderFragment = { "name": "id", "storageKey": null }, - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "requirement", - "storageKey": null - }, { "alias": null, "args": null, @@ -91,6 +83,6 @@ const node: ReaderFragment = { "abstractKey": null }; -(node as any).hash = "67ae0e6b0df090bb5a708bf7e029f4c5"; +(node as any).hash = "48a0dbc9d3794cc3d8e7f108d6748c94"; export default node; diff --git a/apps/console/src/__generated__/core/LinkedObligationsDialogFragment.graphql.ts b/apps/console/src/__generated__/core/LinkedObligationsDialogFragment.graphql.ts index 1fb77686e..28860412e 100644 --- a/apps/console/src/__generated__/core/LinkedObligationsDialogFragment.graphql.ts +++ b/apps/console/src/__generated__/core/LinkedObligationsDialogFragment.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<> + * @generated SignedSource<> * @lightSyntaxTransform * @nogrep */ @@ -21,7 +21,6 @@ export type LinkedObligationsDialogFragment$data = { readonly owner: { readonly fullName: string; }; - readonly requirement: string | null | undefined; readonly source: string | null | undefined; readonly status: ObligationStatus; }; @@ -140,13 +139,6 @@ return { "plural": false, "selections": [ (v1/*: any*/), - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "requirement", - "storageKey": null - }, { "alias": null, "args": null, @@ -255,6 +247,6 @@ return { }; })(); -(node as any).hash = "6e686f2a4bce776146b1985df2863e73"; +(node as any).hash = "eca4553b6bec6e92ef7a6cdef86fcce3"; export default node; diff --git a/apps/console/src/__generated__/core/LinkedObligationsDialogQuery.graphql.ts b/apps/console/src/__generated__/core/LinkedObligationsDialogQuery.graphql.ts index 2b6d486f8..d06e04e13 100644 --- a/apps/console/src/__generated__/core/LinkedObligationsDialogQuery.graphql.ts +++ b/apps/console/src/__generated__/core/LinkedObligationsDialogQuery.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<> + * @generated SignedSource<<793fb7cbbcba6ab5302591b6cd6c6b6e>> * @lightSyntaxTransform * @nogrep */ @@ -139,13 +139,6 @@ return { "plural": false, "selections": [ (v2/*: any*/), - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "requirement", - "storageKey": null - }, { "alias": null, "args": null, @@ -263,12 +256,12 @@ return { ] }, "params": { - "cacheID": "8d4a5e57f79ae207dd1e27c436e49bd5", + "cacheID": "0cf16ed27ea9e223c6ec271971c08326", "id": null, "metadata": {}, "name": "LinkedObligationsDialogQuery", "operationKind": "query", - "text": "query LinkedObligationsDialogQuery(\n $organizationId: ID!\n) {\n organization: node(id: $organizationId) {\n __typename\n id\n ... on Organization {\n ...LinkedObligationsDialogFragment\n }\n }\n}\n\nfragment LinkedObligationsDialogFragment on Organization {\n obligations(first: 20) {\n edges {\n node {\n id\n requirement\n area\n source\n status\n owner {\n fullName\n id\n }\n __typename\n }\n cursor\n }\n pageInfo {\n endCursor\n hasNextPage\n hasPreviousPage\n startCursor\n }\n }\n id\n}\n" + "text": "query LinkedObligationsDialogQuery(\n $organizationId: ID!\n) {\n organization: node(id: $organizationId) {\n __typename\n id\n ... on Organization {\n ...LinkedObligationsDialogFragment\n }\n }\n}\n\nfragment LinkedObligationsDialogFragment on Organization {\n obligations(first: 20) {\n edges {\n node {\n id\n area\n source\n status\n owner {\n fullName\n id\n }\n __typename\n }\n cursor\n }\n pageInfo {\n endCursor\n hasNextPage\n hasPreviousPage\n startCursor\n }\n }\n id\n}\n" } }; })(); diff --git a/apps/console/src/__generated__/core/LinkedObligationsDialogQuery_fragment.graphql.ts b/apps/console/src/__generated__/core/LinkedObligationsDialogQuery_fragment.graphql.ts index f629f0b74..671b55ae0 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<> + * @generated SignedSource<> * @lightSyntaxTransform * @nogrep */ @@ -212,13 +212,6 @@ return { "plural": false, "selections": [ (v12/*: any*/), - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "requirement", - "storageKey": null - }, { "alias": null, "args": null, @@ -336,16 +329,16 @@ return { ] }, "params": { - "cacheID": "a4640b163a373e0420a9fb1108ce7b3a", + "cacheID": "1d7c16a3d028e014310a7b94371eddb6", "id": null, "metadata": {}, "name": "LinkedObligationsDialogQuery_fragment", "operationKind": "query", - "text": "query LinkedObligationsDialogQuery_fragment(\n $after: CursorKey = null\n $before: CursorKey = null\n $first: Int = 20\n $last: Int = null\n $order: ObligationOrder = null\n $id: ID!\n) {\n node(id: $id) {\n __typename\n ...LinkedObligationsDialogFragment_16fISc\n id\n }\n}\n\nfragment LinkedObligationsDialogFragment_16fISc on Organization {\n obligations(first: $first, after: $after, last: $last, before: $before, orderBy: $order) {\n edges {\n node {\n id\n requirement\n area\n source\n status\n owner {\n fullName\n id\n }\n __typename\n }\n cursor\n }\n pageInfo {\n endCursor\n hasNextPage\n hasPreviousPage\n startCursor\n }\n }\n id\n}\n" + "text": "query LinkedObligationsDialogQuery_fragment(\n $after: CursorKey = null\n $before: CursorKey = null\n $first: Int = 20\n $last: Int = null\n $order: ObligationOrder = null\n $id: ID!\n) {\n node(id: $id) {\n __typename\n ...LinkedObligationsDialogFragment_16fISc\n id\n }\n}\n\nfragment LinkedObligationsDialogFragment_16fISc on Organization {\n obligations(first: $first, after: $after, last: $last, before: $before, orderBy: $order) {\n edges {\n node {\n id\n area\n source\n status\n owner {\n fullName\n id\n }\n __typename\n }\n cursor\n }\n pageInfo {\n endCursor\n hasNextPage\n hasPreviousPage\n startCursor\n }\n }\n id\n}\n" } }; })(); -(node as any).hash = "6e686f2a4bce776146b1985df2863e73"; +(node as any).hash = "eca4553b6bec6e92ef7a6cdef86fcce3"; export default node; diff --git a/apps/console/src/__generated__/core/LinkedRisksDialogQuery.graphql.ts b/apps/console/src/__generated__/core/LinkedRisksDialogQuery.graphql.ts index c760b3564..932d00b6d 100644 --- a/apps/console/src/__generated__/core/LinkedRisksDialogQuery.graphql.ts +++ b/apps/console/src/__generated__/core/LinkedRisksDialogQuery.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<> + * @generated SignedSource<> * @lightSyntaxTransform * @nogrep */ @@ -21,9 +21,7 @@ export type LinkedRisksDialogQuery$data = { readonly category: string; readonly description: string | null | undefined; readonly id: string; - readonly inherentRiskScore: number; readonly name: string; - readonly residualRiskScore: number; }; }>; }; @@ -110,20 +108,6 @@ v3 = { "kind": "ScalarField", "name": "description", "storageKey": null - }, - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "inherentRiskScore", - "storageKey": null - }, - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "residualRiskScore", - "storageKey": null } ], "storageKey": null @@ -191,16 +175,16 @@ return { ] }, "params": { - "cacheID": "ccac9f72628186de135aeb2ee176207d", + "cacheID": "7079c690d46e271892f6ed9d8e1f2605", "id": null, "metadata": {}, "name": "LinkedRisksDialogQuery", "operationKind": "query", - "text": "query LinkedRisksDialogQuery(\n $organizationId: ID!\n) {\n organization: node(id: $organizationId) {\n __typename\n id\n ... on Organization {\n risks(first: 100) {\n edges {\n node {\n id\n name\n category\n description\n inherentRiskScore\n residualRiskScore\n }\n }\n }\n }\n }\n}\n" + "text": "query LinkedRisksDialogQuery(\n $organizationId: ID!\n) {\n organization: node(id: $organizationId) {\n __typename\n id\n ... on Organization {\n risks(first: 100) {\n edges {\n node {\n id\n name\n category\n description\n }\n }\n }\n }\n }\n}\n" } }; })(); -(node as any).hash = "a0a7e39135cc4c1a4a74c4728902f944"; +(node as any).hash = "ac354cb9ccbba3ab141268b978026aea"; export default node; diff --git a/apps/console/src/__generated__/core/NonconformitiesPageFragment.graphql.ts b/apps/console/src/__generated__/core/NonconformitiesPageFragment.graphql.ts index 617e17c4f..3a57481d3 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<<9820e4e8cd9f971dfd45dbd61643ac41>> + * @generated SignedSource<<23e288c247b9f73855e4f8b0c75ec1b1>> * @lightSyntaxTransform * @nogrep */ @@ -14,7 +14,6 @@ import { FragmentRefs } from "relay-runtime"; export type NonconformitiesPageFragment$data = { readonly id: string; readonly nonconformities: { - readonly __id: string; readonly edges: ReadonlyArray<{ readonly node: { readonly audit: { @@ -27,29 +26,22 @@ export type NonconformitiesPageFragment$data = { } | null | undefined; readonly canDelete: boolean; readonly canUpdate: boolean; - readonly correctiveAction: string | null | undefined; - readonly createdAt: string; - readonly dateIdentified: string | null | undefined; readonly description: string | null | undefined; readonly dueDate: string | null | undefined; - readonly effectivenessCheck: string | null | undefined; readonly id: string; readonly owner: { readonly fullName: string; readonly id: string; }; readonly referenceId: string; - readonly rootCause: string; readonly snapshotId: string | null | undefined; readonly status: NonconformityStatus; - readonly updatedAt: string; }; }>; readonly pageInfo: { readonly endCursor: string | null | undefined; readonly hasNextPage: boolean; }; - readonly totalCount: number; }; readonly " $fragmentType": "NonconformitiesPageFragment"; }; @@ -148,13 +140,6 @@ return { "name": "__NonconformitiesPage_nonconformities_connection", "plural": false, "selections": [ - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "totalCount", - "storageKey": null - }, { "alias": null, "args": null, @@ -200,13 +185,6 @@ return { "name": "status", "storageKey": null }, - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "dateIdentified", - "storageKey": null - }, { "alias": null, "args": null, @@ -214,27 +192,6 @@ return { "name": "dueDate", "storageKey": null }, - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "rootCause", - "storageKey": null - }, - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "correctiveAction", - "storageKey": null - }, - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "effectivenessCheck", - "storageKey": null - }, { "alias": null, "args": null, @@ -280,20 +237,6 @@ return { ], "storageKey": null }, - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "createdAt", - "storageKey": null - }, - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "updatedAt", - "storageKey": null - }, { "alias": "canUpdate", "args": [ @@ -364,18 +307,6 @@ return { } ], "storageKey": null - }, - { - "kind": "ClientExtension", - "selections": [ - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "__id", - "storageKey": null - } - ] } ], "storageKey": null @@ -386,6 +317,6 @@ return { }; })(); -(node as any).hash = "57f7e0fb2efff357af936edf90e14876"; +(node as any).hash = "c0f4da1e4b02d401b1db7f8a595d3c49"; export default node; diff --git a/apps/console/src/__generated__/core/NonconformitiesPageRefetchQuery.graphql.ts b/apps/console/src/__generated__/core/NonconformitiesPageRefetchQuery.graphql.ts index b004ad609..014d026d8 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<<387d8e19371a771747334f0c6499ea76>> + * @generated SignedSource<<9c59d2a09bb917fed2b6d8f452abbc02>> * @lightSyntaxTransform * @nogrep */ @@ -169,13 +169,6 @@ return { "name": "nonconformities", "plural": false, "selections": [ - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "totalCount", - "storageKey": null - }, { "alias": null, "args": null, @@ -221,13 +214,6 @@ return { "name": "status", "storageKey": null }, - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "dateIdentified", - "storageKey": null - }, { "alias": null, "args": null, @@ -235,27 +221,6 @@ return { "name": "dueDate", "storageKey": null }, - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "rootCause", - "storageKey": null - }, - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "correctiveAction", - "storageKey": null - }, - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "effectivenessCheck", - "storageKey": null - }, { "alias": null, "args": null, @@ -301,20 +266,6 @@ return { ], "storageKey": null }, - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "createdAt", - "storageKey": null - }, - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "updatedAt", - "storageKey": null - }, { "alias": "canUpdate", "args": [ @@ -379,18 +330,6 @@ return { } ], "storageKey": null - }, - { - "kind": "ClientExtension", - "selections": [ - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "__id", - "storageKey": null - } - ] } ], "storageKey": null @@ -416,16 +355,16 @@ return { ] }, "params": { - "cacheID": "3876389521eec8e9737e5939cff3d95a", + "cacheID": "3c586c2b8fe556de552db1ef3f073193", "id": null, "metadata": {}, "name": "NonconformitiesPageRefetchQuery", "operationKind": "query", - "text": "query NonconformitiesPageRefetchQuery(\n $after: CursorKey\n $first: Int = 10\n $snapshotId: ID = null\n $id: ID!\n) {\n node(id: $id) {\n __typename\n ...NonconformitiesPageFragment_35e0S5\n id\n }\n}\n\nfragment NonconformitiesPageFragment_35e0S5 on Organization {\n id\n nonconformities(first: $first, after: $after, filter: {snapshotId: $snapshotId}) {\n totalCount\n edges {\n node {\n id\n referenceId\n snapshotId\n description\n status\n dateIdentified\n dueDate\n rootCause\n correctiveAction\n effectivenessCheck\n audit {\n id\n name\n framework {\n id\n name\n }\n }\n owner {\n id\n fullName\n }\n createdAt\n updatedAt\n canUpdate: permission(action: \"core:nonconformity:update\")\n canDelete: permission(action: \"core:nonconformity:delete\")\n __typename\n }\n cursor\n }\n pageInfo {\n hasNextPage\n endCursor\n }\n }\n}\n" + "text": "query NonconformitiesPageRefetchQuery(\n $after: CursorKey\n $first: Int = 10\n $snapshotId: ID = null\n $id: ID!\n) {\n node(id: $id) {\n __typename\n ...NonconformitiesPageFragment_35e0S5\n id\n }\n}\n\nfragment NonconformitiesPageFragment_35e0S5 on Organization {\n id\n nonconformities(first: $first, after: $after, filter: {snapshotId: $snapshotId}) {\n edges {\n node {\n id\n referenceId\n snapshotId\n description\n status\n dueDate\n audit {\n id\n name\n framework {\n id\n name\n }\n }\n owner {\n id\n fullName\n }\n canUpdate: permission(action: \"core:nonconformity:update\")\n canDelete: permission(action: \"core:nonconformity:delete\")\n __typename\n }\n cursor\n }\n pageInfo {\n hasNextPage\n endCursor\n }\n }\n}\n" } }; })(); -(node as any).hash = "57f7e0fb2efff357af936edf90e14876"; +(node as any).hash = "c0f4da1e4b02d401b1db7f8a595d3c49"; export default node; diff --git a/apps/console/src/__generated__/core/NonconformityGraphListQuery.graphql.ts b/apps/console/src/__generated__/core/NonconformityGraphListQuery.graphql.ts index cd6e70f48..cb489444e 100644 --- a/apps/console/src/__generated__/core/NonconformityGraphListQuery.graphql.ts +++ b/apps/console/src/__generated__/core/NonconformityGraphListQuery.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<<8c7e1d681649a3b5981a153314c2325a>> + * @generated SignedSource<> * @lightSyntaxTransform * @nogrep */ @@ -161,13 +161,6 @@ return { "name": "nonconformities", "plural": false, "selections": [ - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "totalCount", - "storageKey": null - }, { "alias": null, "args": null, @@ -213,13 +206,6 @@ return { "name": "status", "storageKey": null }, - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "dateIdentified", - "storageKey": null - }, { "alias": null, "args": null, @@ -227,27 +213,6 @@ return { "name": "dueDate", "storageKey": null }, - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "rootCause", - "storageKey": null - }, - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "correctiveAction", - "storageKey": null - }, - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "effectivenessCheck", - "storageKey": null - }, { "alias": null, "args": null, @@ -293,20 +258,6 @@ return { ], "storageKey": null }, - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "createdAt", - "storageKey": null - }, - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "updatedAt", - "storageKey": null - }, { "alias": "canUpdate", "args": [ @@ -371,18 +322,6 @@ return { } ], "storageKey": null - }, - { - "kind": "ClientExtension", - "selections": [ - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "__id", - "storageKey": null - } - ] } ], "storageKey": null @@ -408,12 +347,12 @@ return { ] }, "params": { - "cacheID": "96b967c48f7366ffeab39d39fa7221b2", + "cacheID": "ae2203e6e89bab79f1e9a38ab95f8576", "id": null, "metadata": {}, "name": "NonconformityGraphListQuery", "operationKind": "query", - "text": "query NonconformityGraphListQuery(\n $organizationId: ID!\n $snapshotId: ID\n) {\n node(id: $organizationId) {\n __typename\n ... on Organization {\n canCreateNonconformity: permission(action: \"core:nonconformity:create\")\n ...NonconformitiesPageFragment_3iomuz\n }\n id\n }\n}\n\nfragment NonconformitiesPageFragment_3iomuz on Organization {\n id\n nonconformities(first: 10, filter: {snapshotId: $snapshotId}) {\n totalCount\n edges {\n node {\n id\n referenceId\n snapshotId\n description\n status\n dateIdentified\n dueDate\n rootCause\n correctiveAction\n effectivenessCheck\n audit {\n id\n name\n framework {\n id\n name\n }\n }\n owner {\n id\n fullName\n }\n createdAt\n updatedAt\n canUpdate: permission(action: \"core:nonconformity:update\")\n canDelete: permission(action: \"core:nonconformity:delete\")\n __typename\n }\n cursor\n }\n pageInfo {\n hasNextPage\n endCursor\n }\n }\n}\n" + "text": "query NonconformityGraphListQuery(\n $organizationId: ID!\n $snapshotId: ID\n) {\n node(id: $organizationId) {\n __typename\n ... on Organization {\n canCreateNonconformity: permission(action: \"core:nonconformity:create\")\n ...NonconformitiesPageFragment_3iomuz\n }\n id\n }\n}\n\nfragment NonconformitiesPageFragment_3iomuz on Organization {\n id\n nonconformities(first: 10, filter: {snapshotId: $snapshotId}) {\n edges {\n node {\n id\n referenceId\n snapshotId\n description\n status\n dueDate\n audit {\n id\n name\n framework {\n id\n name\n }\n }\n owner {\n id\n fullName\n }\n canUpdate: permission(action: \"core:nonconformity:update\")\n canDelete: permission(action: \"core:nonconformity:delete\")\n __typename\n }\n cursor\n }\n pageInfo {\n hasNextPage\n endCursor\n }\n }\n}\n" } }; })(); diff --git a/apps/console/src/__generated__/core/ObligationGraphListQuery.graphql.ts b/apps/console/src/__generated__/core/ObligationGraphListQuery.graphql.ts index adda4b50e..ba071a078 100644 --- a/apps/console/src/__generated__/core/ObligationGraphListQuery.graphql.ts +++ b/apps/console/src/__generated__/core/ObligationGraphListQuery.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<<6354faea87e32321c5dcef5b680368cb>> + * @generated SignedSource<<3780718a9da1bdb1cf27000070c5543e>> * @lightSyntaxTransform * @nogrep */ @@ -154,13 +154,6 @@ return { "name": "obligations", "plural": false, "selections": [ - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "totalCount", - "storageKey": null - }, { "alias": null, "args": null, @@ -185,13 +178,6 @@ return { "name": "snapshotId", "storageKey": null }, - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "sourceId", - "storageKey": null - }, { "alias": null, "args": null, @@ -206,13 +192,6 @@ return { "name": "source", "storageKey": null }, - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "requirement", - "storageKey": null - }, { "alias": null, "args": null, @@ -220,13 +199,6 @@ return { "name": "status", "storageKey": null }, - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "lastReviewDate", - "storageKey": null - }, { "alias": null, "args": null, @@ -234,20 +206,6 @@ return { "name": "dueDate", "storageKey": null }, - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "actionsToBeImplemented", - "storageKey": null - }, - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "regulator", - "storageKey": null - }, { "alias": null, "args": null, @@ -267,20 +225,6 @@ return { ], "storageKey": null }, - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "createdAt", - "storageKey": null - }, - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "updatedAt", - "storageKey": null - }, { "alias": "canUpdate", "args": [ @@ -382,12 +326,12 @@ return { ] }, "params": { - "cacheID": "09f360edd84c4db5cf2bc3d01b207d46", + "cacheID": "4dc8e19697e49e3ee90b5c8c987db739", "id": null, "metadata": {}, "name": "ObligationGraphListQuery", "operationKind": "query", - "text": "query ObligationGraphListQuery(\n $organizationId: ID!\n $snapshotId: ID\n) {\n node(id: $organizationId) {\n __typename\n ... on Organization {\n canCreateObligation: permission(action: \"core:obligation:create\")\n ...ObligationsPageFragment_3iomuz\n }\n id\n }\n}\n\nfragment ObligationsPageFragment_3iomuz on Organization {\n id\n obligations(first: 10, filter: {snapshotId: $snapshotId}) {\n totalCount\n edges {\n node {\n id\n snapshotId\n sourceId\n area\n source\n requirement\n status\n lastReviewDate\n dueDate\n actionsToBeImplemented\n regulator\n owner {\n id\n fullName\n }\n createdAt\n updatedAt\n canUpdate: permission(action: \"core:obligation:update\")\n canDelete: permission(action: \"core:obligation:delete\")\n __typename\n }\n cursor\n }\n pageInfo {\n hasNextPage\n endCursor\n }\n }\n}\n" + "text": "query ObligationGraphListQuery(\n $organizationId: ID!\n $snapshotId: ID\n) {\n node(id: $organizationId) {\n __typename\n ... on Organization {\n canCreateObligation: permission(action: \"core:obligation:create\")\n ...ObligationsPageFragment_3iomuz\n }\n id\n }\n}\n\nfragment ObligationsPageFragment_3iomuz on Organization {\n id\n obligations(first: 10, filter: {snapshotId: $snapshotId}) {\n edges {\n node {\n id\n snapshotId\n area\n source\n status\n dueDate\n owner {\n id\n fullName\n }\n canUpdate: permission(action: \"core:obligation:update\")\n canDelete: permission(action: \"core:obligation:delete\")\n __typename\n }\n cursor\n }\n pageInfo {\n hasNextPage\n endCursor\n }\n }\n}\n" } }; })(); diff --git a/apps/console/src/__generated__/core/ObligationsPageFragment.graphql.ts b/apps/console/src/__generated__/core/ObligationsPageFragment.graphql.ts index 5cb2ca601..7c3cb0346 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<<4611e8aacfc076bb2acc228152317ba8>> + * @generated SignedSource<> * @lightSyntaxTransform * @nogrep */ @@ -17,32 +17,24 @@ export type ObligationsPageFragment$data = { readonly __id: string; readonly edges: ReadonlyArray<{ readonly node: { - readonly actionsToBeImplemented: string | null | undefined; readonly area: string | null | undefined; readonly canDelete: boolean; readonly canUpdate: boolean; - readonly createdAt: string; readonly dueDate: string | null | undefined; readonly id: string; - readonly lastReviewDate: string | null | undefined; readonly owner: { readonly fullName: string; readonly id: string; }; - readonly regulator: string | null | undefined; - readonly requirement: string | null | undefined; readonly snapshotId: string | null | undefined; readonly source: string | null | undefined; - readonly sourceId: string | null | undefined; readonly status: ObligationStatus; - readonly updatedAt: string; }; }>; readonly pageInfo: { readonly endCursor: string | null | undefined; readonly hasNextPage: boolean; }; - readonly totalCount: number; }; readonly " $fragmentType": "ObligationsPageFragment"; }; @@ -134,13 +126,6 @@ return { "name": "__ObligationsPage_obligations_connection", "plural": false, "selections": [ - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "totalCount", - "storageKey": null - }, { "alias": null, "args": null, @@ -165,13 +150,6 @@ return { "name": "snapshotId", "storageKey": null }, - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "sourceId", - "storageKey": null - }, { "alias": null, "args": null, @@ -186,13 +164,6 @@ return { "name": "source", "storageKey": null }, - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "requirement", - "storageKey": null - }, { "alias": null, "args": null, @@ -200,13 +171,6 @@ return { "name": "status", "storageKey": null }, - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "lastReviewDate", - "storageKey": null - }, { "alias": null, "args": null, @@ -214,20 +178,6 @@ return { "name": "dueDate", "storageKey": null }, - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "actionsToBeImplemented", - "storageKey": null - }, - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "regulator", - "storageKey": null - }, { "alias": null, "args": null, @@ -247,20 +197,6 @@ return { ], "storageKey": null }, - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "createdAt", - "storageKey": null - }, - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "updatedAt", - "storageKey": null - }, { "alias": "canUpdate", "args": [ @@ -353,6 +289,6 @@ return { }; })(); -(node as any).hash = "b80f122b447b6a979b4774851ad11ee5"; +(node as any).hash = "2c1bd9bad38a69ae4fcfe5a3ceb90536"; export default node; diff --git a/apps/console/src/__generated__/core/ObligationsPageRefetchQuery.graphql.ts b/apps/console/src/__generated__/core/ObligationsPageRefetchQuery.graphql.ts index a0b674227..05bf2afc6 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<> + * @generated SignedSource<> * @lightSyntaxTransform * @nogrep */ @@ -162,13 +162,6 @@ return { "name": "obligations", "plural": false, "selections": [ - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "totalCount", - "storageKey": null - }, { "alias": null, "args": null, @@ -193,13 +186,6 @@ return { "name": "snapshotId", "storageKey": null }, - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "sourceId", - "storageKey": null - }, { "alias": null, "args": null, @@ -214,13 +200,6 @@ return { "name": "source", "storageKey": null }, - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "requirement", - "storageKey": null - }, { "alias": null, "args": null, @@ -228,13 +207,6 @@ return { "name": "status", "storageKey": null }, - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "lastReviewDate", - "storageKey": null - }, { "alias": null, "args": null, @@ -242,20 +214,6 @@ return { "name": "dueDate", "storageKey": null }, - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "actionsToBeImplemented", - "storageKey": null - }, - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "regulator", - "storageKey": null - }, { "alias": null, "args": null, @@ -275,20 +233,6 @@ return { ], "storageKey": null }, - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "createdAt", - "storageKey": null - }, - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "updatedAt", - "storageKey": null - }, { "alias": "canUpdate", "args": [ @@ -390,16 +334,16 @@ return { ] }, "params": { - "cacheID": "df1ca965ec380e12537f713ce9786930", + "cacheID": "eecd7c8215f1ef55517653b02ef8618f", "id": null, "metadata": {}, "name": "ObligationsPageRefetchQuery", "operationKind": "query", - "text": "query ObligationsPageRefetchQuery(\n $after: CursorKey\n $first: Int = 10\n $snapshotId: ID = null\n $id: ID!\n) {\n node(id: $id) {\n __typename\n ...ObligationsPageFragment_35e0S5\n id\n }\n}\n\nfragment ObligationsPageFragment_35e0S5 on Organization {\n id\n obligations(first: $first, after: $after, filter: {snapshotId: $snapshotId}) {\n totalCount\n edges {\n node {\n id\n snapshotId\n sourceId\n area\n source\n requirement\n status\n lastReviewDate\n dueDate\n actionsToBeImplemented\n regulator\n owner {\n id\n fullName\n }\n createdAt\n updatedAt\n canUpdate: permission(action: \"core:obligation:update\")\n canDelete: permission(action: \"core:obligation:delete\")\n __typename\n }\n cursor\n }\n pageInfo {\n hasNextPage\n endCursor\n }\n }\n}\n" + "text": "query ObligationsPageRefetchQuery(\n $after: CursorKey\n $first: Int = 10\n $snapshotId: ID = null\n $id: ID!\n) {\n node(id: $id) {\n __typename\n ...ObligationsPageFragment_35e0S5\n id\n }\n}\n\nfragment ObligationsPageFragment_35e0S5 on Organization {\n id\n obligations(first: $first, after: $after, filter: {snapshotId: $snapshotId}) {\n edges {\n node {\n id\n snapshotId\n area\n source\n status\n dueDate\n owner {\n id\n fullName\n }\n canUpdate: permission(action: \"core:obligation:update\")\n canDelete: permission(action: \"core:obligation:delete\")\n __typename\n }\n cursor\n }\n pageInfo {\n hasNextPage\n endCursor\n }\n }\n}\n" } }; })(); -(node as any).hash = "b80f122b447b6a979b4774851ad11ee5"; +(node as any).hash = "2c1bd9bad38a69ae4fcfe5a3ceb90536"; export default node; diff --git a/apps/console/src/__generated__/core/ProcessingActivitiesPageDPIAFragment.graphql.ts b/apps/console/src/__generated__/core/ProcessingActivitiesPageDPIAFragment.graphql.ts index ada931c35..f2961f124 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<> + * @generated SignedSource<<9d5a355f9cf2823a2fb57eff82ebb183>> * @lightSyntaxTransform * @nogrep */ @@ -13,10 +13,8 @@ export type DataProtectionImpactAssessmentResidualRisk = "HIGH" | "LOW" | "MEDIU import { FragmentRefs } from "relay-runtime"; export type ProcessingActivitiesPageDPIAFragment$data = { readonly dataProtectionImpactAssessments: { - readonly __id: string; readonly edges: ReadonlyArray<{ readonly node: { - readonly createdAt: string; readonly description: string | null | undefined; readonly id: string; readonly potentialRisk: string | null | undefined; @@ -25,14 +23,12 @@ export type ProcessingActivitiesPageDPIAFragment$data = { readonly name: string; }; readonly residualRisk: DataProtectionImpactAssessmentResidualRisk | null | undefined; - readonly updatedAt: string; }; }>; readonly pageInfo: { readonly endCursor: string | null | undefined; readonly hasNextPage: boolean; }; - readonly totalCount: number; }; readonly id: string; readonly " $fragmentType": "ProcessingActivitiesPageDPIAFragment"; @@ -125,13 +121,6 @@ return { "name": "__ProcessingActivitiesPage_dataProtectionImpactAssessments_connection", "plural": false, "selections": [ - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "totalCount", - "storageKey": null - }, { "alias": null, "args": null, @@ -189,20 +178,6 @@ return { ], "storageKey": null }, - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "createdAt", - "storageKey": null - }, - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "updatedAt", - "storageKey": null - }, { "alias": null, "args": null, @@ -247,18 +222,6 @@ return { } ], "storageKey": null - }, - { - "kind": "ClientExtension", - "selections": [ - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "__id", - "storageKey": null - } - ] } ], "storageKey": null @@ -269,6 +232,6 @@ return { }; })(); -(node as any).hash = "67339e0fd7610409cba00791361c51a2"; +(node as any).hash = "8a22db18441552dab58f4f0defabca6a"; export default node; diff --git a/apps/console/src/__generated__/core/ProcessingActivitiesPageDPIARefetchQuery.graphql.ts b/apps/console/src/__generated__/core/ProcessingActivitiesPageDPIARefetchQuery.graphql.ts index 630cfb73f..849cb0094 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<> + * @generated SignedSource<> * @lightSyntaxTransform * @nogrep */ @@ -162,13 +162,6 @@ return { "name": "dataProtectionImpactAssessments", "plural": false, "selections": [ - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "totalCount", - "storageKey": null - }, { "alias": null, "args": null, @@ -226,20 +219,6 @@ return { ], "storageKey": null }, - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "createdAt", - "storageKey": null - }, - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "updatedAt", - "storageKey": null - }, (v8/*: any*/) ], "storageKey": null @@ -278,18 +257,6 @@ return { } ], "storageKey": null - }, - { - "kind": "ClientExtension", - "selections": [ - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "__id", - "storageKey": null - } - ] } ], "storageKey": null @@ -315,16 +282,16 @@ return { ] }, "params": { - "cacheID": "c1f38ecede914f3c444f313e593baac9", + "cacheID": "16493e9fec1c43f1a1ea2023dd5a19b6", "id": null, "metadata": {}, "name": "ProcessingActivitiesPageDPIARefetchQuery", "operationKind": "query", - "text": "query ProcessingActivitiesPageDPIARefetchQuery(\n $after: CursorKey\n $first: Int = 10\n $snapshotId: ID = null\n $id: ID!\n) {\n node(id: $id) {\n __typename\n ...ProcessingActivitiesPageDPIAFragment_35e0S5\n id\n }\n}\n\nfragment ProcessingActivitiesPageDPIAFragment_35e0S5 on Organization {\n id\n dataProtectionImpactAssessments(first: $first, after: $after, filter: {snapshotId: $snapshotId}) {\n totalCount\n edges {\n node {\n id\n description\n potentialRisk\n residualRisk\n processingActivity {\n id\n name\n }\n createdAt\n updatedAt\n __typename\n }\n cursor\n }\n pageInfo {\n hasNextPage\n endCursor\n }\n }\n}\n" + "text": "query ProcessingActivitiesPageDPIARefetchQuery(\n $after: CursorKey\n $first: Int = 10\n $snapshotId: ID = null\n $id: ID!\n) {\n node(id: $id) {\n __typename\n ...ProcessingActivitiesPageDPIAFragment_35e0S5\n id\n }\n}\n\nfragment ProcessingActivitiesPageDPIAFragment_35e0S5 on Organization {\n id\n dataProtectionImpactAssessments(first: $first, after: $after, filter: {snapshotId: $snapshotId}) {\n edges {\n node {\n id\n description\n potentialRisk\n residualRisk\n processingActivity {\n id\n name\n }\n __typename\n }\n cursor\n }\n pageInfo {\n hasNextPage\n endCursor\n }\n }\n}\n" } }; })(); -(node as any).hash = "67339e0fd7610409cba00791361c51a2"; +(node as any).hash = "8a22db18441552dab58f4f0defabca6a"; export default node; diff --git a/apps/console/src/__generated__/core/ProcessingActivitiesPageFragment.graphql.ts b/apps/console/src/__generated__/core/ProcessingActivitiesPageFragment.graphql.ts index 0a632aac7..aba6d0ef7 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<<7cb2759bd509c11cb25bb1af2a6105cd>> + * @generated SignedSource<<96b5ca0110cd9c2f5c35130fbd641e57>> * @lightSyntaxTransform * @nogrep */ @@ -14,30 +14,24 @@ import { FragmentRefs } from "relay-runtime"; export type ProcessingActivitiesPageFragment$data = { readonly id: string; readonly processingActivities: { - readonly __id: string; readonly edges: ReadonlyArray<{ readonly node: { readonly canDelete: boolean; readonly canUpdate: boolean; - readonly createdAt: string; readonly dataSubjectCategory: string | null | undefined; readonly id: string; readonly internationalTransfers: boolean; readonly lawfulBasis: ProcessingActivityLawfulBasis; readonly location: string | null | undefined; readonly name: string; - readonly personalDataCategory: string | null | undefined; readonly purpose: string | null | undefined; readonly snapshotId: string | null | undefined; - readonly sourceId: string | null | undefined; - readonly updatedAt: string; }; }>; readonly pageInfo: { readonly endCursor: string | null | undefined; readonly hasNextPage: boolean; }; - readonly totalCount: number; }; readonly " $fragmentType": "ProcessingActivitiesPageFragment"; }; @@ -129,13 +123,6 @@ return { "name": "__ProcessingActivitiesPage_processingActivities_connection", "plural": false, "selections": [ - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "totalCount", - "storageKey": null - }, { "alias": null, "args": null, @@ -160,13 +147,6 @@ return { "name": "snapshotId", "storageKey": null }, - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "sourceId", - "storageKey": null - }, { "alias": null, "args": null, @@ -188,13 +168,6 @@ return { "name": "dataSubjectCategory", "storageKey": null }, - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "personalDataCategory", - "storageKey": null - }, { "alias": null, "args": null, @@ -216,20 +189,6 @@ return { "name": "internationalTransfers", "storageKey": null }, - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "createdAt", - "storageKey": null - }, - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "updatedAt", - "storageKey": null - }, { "alias": "canUpdate", "args": [ @@ -300,18 +259,6 @@ return { } ], "storageKey": null - }, - { - "kind": "ClientExtension", - "selections": [ - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "__id", - "storageKey": null - } - ] } ], "storageKey": null @@ -322,6 +269,6 @@ return { }; })(); -(node as any).hash = "df348ac63bc56da06da97e484fb2c0e5"; +(node as any).hash = "192fe63a62e7a47908cdf677c8ee829d"; export default node; diff --git a/apps/console/src/__generated__/core/ProcessingActivitiesPageRefetchQuery.graphql.ts b/apps/console/src/__generated__/core/ProcessingActivitiesPageRefetchQuery.graphql.ts index cc62b19e2..f3f65d537 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<<504b0d0e997eb43eb8d370a21cb3e0fb>> + * @generated SignedSource<> * @lightSyntaxTransform * @nogrep */ @@ -162,13 +162,6 @@ return { "name": "processingActivities", "plural": false, "selections": [ - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "totalCount", - "storageKey": null - }, { "alias": null, "args": null, @@ -193,13 +186,6 @@ return { "name": "snapshotId", "storageKey": null }, - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "sourceId", - "storageKey": null - }, { "alias": null, "args": null, @@ -221,13 +207,6 @@ return { "name": "dataSubjectCategory", "storageKey": null }, - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "personalDataCategory", - "storageKey": null - }, { "alias": null, "args": null, @@ -249,20 +228,6 @@ return { "name": "internationalTransfers", "storageKey": null }, - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "createdAt", - "storageKey": null - }, - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "updatedAt", - "storageKey": null - }, { "alias": "canUpdate", "args": [ @@ -327,18 +292,6 @@ return { } ], "storageKey": null - }, - { - "kind": "ClientExtension", - "selections": [ - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "__id", - "storageKey": null - } - ] } ], "storageKey": null @@ -364,16 +317,16 @@ return { ] }, "params": { - "cacheID": "71c255d719fe0ffafda13169e925b4b8", + "cacheID": "048074c4fea9a7e036ff0b62b32ae245", "id": null, "metadata": {}, "name": "ProcessingActivitiesPageRefetchQuery", "operationKind": "query", - "text": "query ProcessingActivitiesPageRefetchQuery(\n $after: CursorKey\n $first: Int = 10\n $snapshotId: ID = null\n $id: ID!\n) {\n node(id: $id) {\n __typename\n ...ProcessingActivitiesPageFragment_35e0S5\n id\n }\n}\n\nfragment ProcessingActivitiesPageFragment_35e0S5 on Organization {\n id\n processingActivities(first: $first, after: $after, filter: {snapshotId: $snapshotId}) {\n totalCount\n edges {\n node {\n id\n snapshotId\n sourceId\n name\n purpose\n dataSubjectCategory\n personalDataCategory\n lawfulBasis\n location\n internationalTransfers\n createdAt\n updatedAt\n canUpdate: permission(action: \"core:processing-activity:update\")\n canDelete: permission(action: \"core:processing-activity:delete\")\n __typename\n }\n cursor\n }\n pageInfo {\n hasNextPage\n endCursor\n }\n }\n}\n" + "text": "query ProcessingActivitiesPageRefetchQuery(\n $after: CursorKey\n $first: Int = 10\n $snapshotId: ID = null\n $id: ID!\n) {\n node(id: $id) {\n __typename\n ...ProcessingActivitiesPageFragment_35e0S5\n id\n }\n}\n\nfragment ProcessingActivitiesPageFragment_35e0S5 on Organization {\n id\n processingActivities(first: $first, after: $after, filter: {snapshotId: $snapshotId}) {\n edges {\n node {\n id\n snapshotId\n name\n purpose\n dataSubjectCategory\n lawfulBasis\n location\n internationalTransfers\n canUpdate: permission(action: \"core:processing-activity:update\")\n canDelete: permission(action: \"core:processing-activity:delete\")\n __typename\n }\n cursor\n }\n pageInfo {\n hasNextPage\n endCursor\n }\n }\n}\n" } }; })(); -(node as any).hash = "df348ac63bc56da06da97e484fb2c0e5"; +(node as any).hash = "192fe63a62e7a47908cdf677c8ee829d"; export default node; diff --git a/apps/console/src/__generated__/core/ProcessingActivitiesPageTIAFragment.graphql.ts b/apps/console/src/__generated__/core/ProcessingActivitiesPageTIAFragment.graphql.ts index a799112b3..c1e613982 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<<6f67465a1bac4f3cac9c891b9c4cc9a1>> + * @generated SignedSource<<509754a3938cff4887884a48552d28a6>> * @lightSyntaxTransform * @nogrep */ @@ -13,10 +13,8 @@ import { FragmentRefs } from "relay-runtime"; export type ProcessingActivitiesPageTIAFragment$data = { readonly id: string; readonly transferImpactAssessments: { - readonly __id: string; readonly edges: ReadonlyArray<{ readonly node: { - readonly createdAt: string; readonly dataSubjects: string | null | undefined; readonly id: string; readonly localLawRisk: string | null | undefined; @@ -25,14 +23,12 @@ export type ProcessingActivitiesPageTIAFragment$data = { readonly name: string; }; readonly transfer: string | null | undefined; - readonly updatedAt: string; }; }>; readonly pageInfo: { readonly endCursor: string | null | undefined; readonly hasNextPage: boolean; }; - readonly totalCount: number; }; readonly " $fragmentType": "ProcessingActivitiesPageTIAFragment"; }; @@ -124,13 +120,6 @@ return { "name": "__ProcessingActivitiesPage_transferImpactAssessments_connection", "plural": false, "selections": [ - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "totalCount", - "storageKey": null - }, { "alias": null, "args": null, @@ -188,20 +177,6 @@ return { ], "storageKey": null }, - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "createdAt", - "storageKey": null - }, - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "updatedAt", - "storageKey": null - }, { "alias": null, "args": null, @@ -246,18 +221,6 @@ return { } ], "storageKey": null - }, - { - "kind": "ClientExtension", - "selections": [ - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "__id", - "storageKey": null - } - ] } ], "storageKey": null @@ -268,6 +231,6 @@ return { }; })(); -(node as any).hash = "2c6575fe24698cc6b14d9d7a88cf434b"; +(node as any).hash = "dfda6e9061797741ea5ae080b7027ff3"; export default node; diff --git a/apps/console/src/__generated__/core/ProcessingActivitiesPageTIARefetchQuery.graphql.ts b/apps/console/src/__generated__/core/ProcessingActivitiesPageTIARefetchQuery.graphql.ts index 7f4b13a00..4102fda2a 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<<8cbe753dc048cbf53d1b69741ab8d85c>> * @lightSyntaxTransform * @nogrep */ @@ -162,13 +162,6 @@ return { "name": "transferImpactAssessments", "plural": false, "selections": [ - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "totalCount", - "storageKey": null - }, { "alias": null, "args": null, @@ -226,20 +219,6 @@ return { ], "storageKey": null }, - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "createdAt", - "storageKey": null - }, - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "updatedAt", - "storageKey": null - }, (v8/*: any*/) ], "storageKey": null @@ -278,18 +257,6 @@ return { } ], "storageKey": null - }, - { - "kind": "ClientExtension", - "selections": [ - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "__id", - "storageKey": null - } - ] } ], "storageKey": null @@ -315,16 +282,16 @@ return { ] }, "params": { - "cacheID": "2dfe163e2a769f6a428b3e259cd6dc39", + "cacheID": "20721d3fa6f5a726d7e9842798957a51", "id": null, "metadata": {}, "name": "ProcessingActivitiesPageTIARefetchQuery", "operationKind": "query", - "text": "query ProcessingActivitiesPageTIARefetchQuery(\n $after: CursorKey\n $first: Int = 10\n $snapshotId: ID = null\n $id: ID!\n) {\n node(id: $id) {\n __typename\n ...ProcessingActivitiesPageTIAFragment_35e0S5\n id\n }\n}\n\nfragment ProcessingActivitiesPageTIAFragment_35e0S5 on Organization {\n id\n transferImpactAssessments(first: $first, after: $after, filter: {snapshotId: $snapshotId}) {\n totalCount\n edges {\n node {\n id\n dataSubjects\n transfer\n localLawRisk\n processingActivity {\n id\n name\n }\n createdAt\n updatedAt\n __typename\n }\n cursor\n }\n pageInfo {\n hasNextPage\n endCursor\n }\n }\n}\n" + "text": "query ProcessingActivitiesPageTIARefetchQuery(\n $after: CursorKey\n $first: Int = 10\n $snapshotId: ID = null\n $id: ID!\n) {\n node(id: $id) {\n __typename\n ...ProcessingActivitiesPageTIAFragment_35e0S5\n id\n }\n}\n\nfragment ProcessingActivitiesPageTIAFragment_35e0S5 on Organization {\n id\n transferImpactAssessments(first: $first, after: $after, filter: {snapshotId: $snapshotId}) {\n edges {\n node {\n id\n dataSubjects\n transfer\n localLawRisk\n processingActivity {\n id\n name\n }\n __typename\n }\n cursor\n }\n pageInfo {\n hasNextPage\n endCursor\n }\n }\n}\n" } }; })(); -(node as any).hash = "2c6575fe24698cc6b14d9d7a88cf434b"; +(node as any).hash = "dfda6e9061797741ea5ae080b7027ff3"; export default node; diff --git a/apps/console/src/__generated__/core/ProcessingActivityGraphListQuery.graphql.ts b/apps/console/src/__generated__/core/ProcessingActivityGraphListQuery.graphql.ts index 8f5a6c32d..919080e7b 100644 --- a/apps/console/src/__generated__/core/ProcessingActivityGraphListQuery.graphql.ts +++ b/apps/console/src/__generated__/core/ProcessingActivityGraphListQuery.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<<5c57612f8793f7b056bf0046febe42ca>> + * @generated SignedSource<> * @lightSyntaxTransform * @nogrep */ @@ -137,38 +137,17 @@ v10 = { "alias": null, "args": null, "kind": "ScalarField", - "name": "totalCount", + "name": "name", "storageKey": null }, v11 = { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "name", - "storageKey": null -}, -v12 = { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "createdAt", - "storageKey": null -}, -v13 = { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "updatedAt", - "storageKey": null -}, -v14 = { "alias": null, "args": null, "kind": "ScalarField", "name": "cursor", "storageKey": null }, -v15 = { +v12 = { "alias": null, "args": null, "concreteType": "PageInfo", @@ -193,22 +172,10 @@ v15 = { ], "storageKey": null }, -v16 = { - "kind": "ClientExtension", - "selections": [ - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "__id", - "storageKey": null - } - ] -}, -v17 = [ +v13 = [ "filter" ], -v18 = { +v14 = { "alias": null, "args": null, "concreteType": "ProcessingActivity", @@ -217,7 +184,7 @@ v18 = { "plural": false, "selections": [ (v8/*: any*/), - (v11/*: any*/) + (v10/*: any*/) ], "storageKey": null }; @@ -300,7 +267,6 @@ return { "name": "processingActivities", "plural": false, "selections": [ - (v10/*: any*/), { "alias": null, "args": null, @@ -325,14 +291,7 @@ return { "name": "snapshotId", "storageKey": null }, - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "sourceId", - "storageKey": null - }, - (v11/*: any*/), + (v10/*: any*/), { "alias": null, "args": null, @@ -347,13 +306,6 @@ return { "name": "dataSubjectCategory", "storageKey": null }, - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "personalDataCategory", - "storageKey": null - }, { "alias": null, "args": null, @@ -375,8 +327,6 @@ return { "name": "internationalTransfers", "storageKey": null }, - (v12/*: any*/), - (v13/*: any*/), { "alias": "canUpdate", "args": [ @@ -407,19 +357,18 @@ return { ], "storageKey": null }, - (v14/*: any*/) + (v11/*: any*/) ], "storageKey": null }, - (v15/*: any*/), - (v16/*: any*/) + (v12/*: any*/) ], "storageKey": null }, { "alias": null, "args": (v9/*: any*/), - "filters": (v17/*: any*/), + "filters": (v13/*: any*/), "handle": "connection", "key": "ProcessingActivitiesPage_processingActivities", "kind": "LinkedHandle", @@ -433,7 +382,6 @@ return { "name": "dataProtectionImpactAssessments", "plural": false, "selections": [ - (v10/*: any*/), { "alias": null, "args": null, @@ -472,26 +420,23 @@ return { "name": "residualRisk", "storageKey": null }, - (v18/*: any*/), - (v12/*: any*/), - (v13/*: any*/), + (v14/*: any*/), (v7/*: any*/) ], "storageKey": null }, - (v14/*: any*/) + (v11/*: any*/) ], "storageKey": null }, - (v15/*: any*/), - (v16/*: any*/) + (v12/*: any*/) ], "storageKey": null }, { "alias": null, "args": (v9/*: any*/), - "filters": (v17/*: any*/), + "filters": (v13/*: any*/), "handle": "connection", "key": "ProcessingActivitiesPage_dataProtectionImpactAssessments", "kind": "LinkedHandle", @@ -505,7 +450,6 @@ return { "name": "transferImpactAssessments", "plural": false, "selections": [ - (v10/*: any*/), { "alias": null, "args": null, @@ -544,26 +488,23 @@ return { "name": "localLawRisk", "storageKey": null }, - (v18/*: any*/), - (v12/*: any*/), - (v13/*: any*/), + (v14/*: any*/), (v7/*: any*/) ], "storageKey": null }, - (v14/*: any*/) + (v11/*: any*/) ], "storageKey": null }, - (v15/*: any*/), - (v16/*: any*/) + (v12/*: any*/) ], "storageKey": null }, { "alias": null, "args": (v9/*: any*/), - "filters": (v17/*: any*/), + "filters": (v13/*: any*/), "handle": "connection", "key": "ProcessingActivitiesPage_transferImpactAssessments", "kind": "LinkedHandle", @@ -579,12 +520,12 @@ return { ] }, "params": { - "cacheID": "84a26e65e3de62f76f034786cf174f80", + "cacheID": "0c7314b83ab21c0560e9421c4ac009f4", "id": null, "metadata": {}, "name": "ProcessingActivityGraphListQuery", "operationKind": "query", - "text": "query ProcessingActivityGraphListQuery(\n $organizationId: ID!\n $snapshotId: ID\n) {\n node(id: $organizationId) {\n __typename\n ... on Organization {\n canCreateProcessingActivity: permission(action: \"core:processing-activity:create\")\n canExportProcessingActivities: permission(action: \"core:processing-activity:export\")\n canExportDataProtectionImpactAssessments: permission(action: \"core:data-protection-impact-assessment:export\")\n canExportTransferImpactAssessments: permission(action: \"core:transfer-impact-assessment:export\")\n ...ProcessingActivitiesPageFragment_3iomuz\n ...ProcessingActivitiesPageDPIAFragment_3iomuz\n ...ProcessingActivitiesPageTIAFragment_3iomuz\n }\n id\n }\n}\n\nfragment ProcessingActivitiesPageDPIAFragment_3iomuz on Organization {\n id\n dataProtectionImpactAssessments(first: 10, filter: {snapshotId: $snapshotId}) {\n totalCount\n edges {\n node {\n id\n description\n potentialRisk\n residualRisk\n processingActivity {\n id\n name\n }\n createdAt\n updatedAt\n __typename\n }\n cursor\n }\n pageInfo {\n hasNextPage\n endCursor\n }\n }\n}\n\nfragment ProcessingActivitiesPageFragment_3iomuz on Organization {\n id\n processingActivities(first: 10, filter: {snapshotId: $snapshotId}) {\n totalCount\n edges {\n node {\n id\n snapshotId\n sourceId\n name\n purpose\n dataSubjectCategory\n personalDataCategory\n lawfulBasis\n location\n internationalTransfers\n createdAt\n updatedAt\n canUpdate: permission(action: \"core:processing-activity:update\")\n canDelete: permission(action: \"core:processing-activity:delete\")\n __typename\n }\n cursor\n }\n pageInfo {\n hasNextPage\n endCursor\n }\n }\n}\n\nfragment ProcessingActivitiesPageTIAFragment_3iomuz on Organization {\n id\n transferImpactAssessments(first: 10, filter: {snapshotId: $snapshotId}) {\n totalCount\n edges {\n node {\n id\n dataSubjects\n transfer\n localLawRisk\n processingActivity {\n id\n name\n }\n createdAt\n updatedAt\n __typename\n }\n cursor\n }\n pageInfo {\n hasNextPage\n endCursor\n }\n }\n}\n" + "text": "query ProcessingActivityGraphListQuery(\n $organizationId: ID!\n $snapshotId: ID\n) {\n node(id: $organizationId) {\n __typename\n ... on Organization {\n canCreateProcessingActivity: permission(action: \"core:processing-activity:create\")\n canExportProcessingActivities: permission(action: \"core:processing-activity:export\")\n canExportDataProtectionImpactAssessments: permission(action: \"core:data-protection-impact-assessment:export\")\n canExportTransferImpactAssessments: permission(action: \"core:transfer-impact-assessment:export\")\n ...ProcessingActivitiesPageFragment_3iomuz\n ...ProcessingActivitiesPageDPIAFragment_3iomuz\n ...ProcessingActivitiesPageTIAFragment_3iomuz\n }\n id\n }\n}\n\nfragment ProcessingActivitiesPageDPIAFragment_3iomuz on Organization {\n id\n dataProtectionImpactAssessments(first: 10, filter: {snapshotId: $snapshotId}) {\n edges {\n node {\n id\n description\n potentialRisk\n residualRisk\n processingActivity {\n id\n name\n }\n __typename\n }\n cursor\n }\n pageInfo {\n hasNextPage\n endCursor\n }\n }\n}\n\nfragment ProcessingActivitiesPageFragment_3iomuz on Organization {\n id\n processingActivities(first: 10, filter: {snapshotId: $snapshotId}) {\n edges {\n node {\n id\n snapshotId\n name\n purpose\n dataSubjectCategory\n lawfulBasis\n location\n internationalTransfers\n canUpdate: permission(action: \"core:processing-activity:update\")\n canDelete: permission(action: \"core:processing-activity:delete\")\n __typename\n }\n cursor\n }\n pageInfo {\n hasNextPage\n endCursor\n }\n }\n}\n\nfragment ProcessingActivitiesPageTIAFragment_3iomuz on Organization {\n id\n transferImpactAssessments(first: 10, filter: {snapshotId: $snapshotId}) {\n edges {\n node {\n id\n dataSubjects\n transfer\n localLawRisk\n processingActivity {\n id\n name\n }\n __typename\n }\n cursor\n }\n pageInfo {\n hasNextPage\n endCursor\n }\n }\n}\n" } }; })(); diff --git a/apps/console/src/__generated__/core/RightsRequestGraphListQuery.graphql.ts b/apps/console/src/__generated__/core/RightsRequestGraphListQuery.graphql.ts index 00fc61bab..a24220235 100644 --- a/apps/console/src/__generated__/core/RightsRequestGraphListQuery.graphql.ts +++ b/apps/console/src/__generated__/core/RightsRequestGraphListQuery.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<<5eff506b761b5790caf4b18a51cf2a88>> + * @generated SignedSource<> * @lightSyntaxTransform * @nogrep */ @@ -136,13 +136,6 @@ return { "name": "rightsRequests", "plural": false, "selections": [ - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "totalCount", - "storageKey": null - }, { "alias": null, "args": null, @@ -188,13 +181,6 @@ return { "name": "contact", "storageKey": null }, - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "details", - "storageKey": null - }, { "alias": null, "args": null, @@ -202,27 +188,6 @@ return { "name": "deadline", "storageKey": null }, - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "actionTaken", - "storageKey": null - }, - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "createdAt", - "storageKey": null - }, - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "updatedAt", - "storageKey": null - }, { "alias": "canDelete", "args": [ @@ -287,18 +252,6 @@ return { } ], "storageKey": null - }, - { - "kind": "ClientExtension", - "selections": [ - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "__id", - "storageKey": null - } - ] } ], "storageKey": "rightsRequests(first:10)" @@ -322,12 +275,12 @@ return { ] }, "params": { - "cacheID": "6bc485c10a9531beeb67aa6ff28a7ddc", + "cacheID": "a06eb5f4adc7c55cf43252acb2203189", "id": null, "metadata": {}, "name": "RightsRequestGraphListQuery", "operationKind": "query", - "text": "query RightsRequestGraphListQuery(\n $organizationId: ID!\n) {\n node(id: $organizationId) {\n __typename\n ... on Organization {\n canCreateRightsRequest: permission(action: \"core:rights-request:create\")\n ...RightsRequestsPageFragment\n }\n id\n }\n}\n\nfragment RightsRequestsPageFragment on Organization {\n id\n rightsRequests(first: 10) {\n totalCount\n edges {\n node {\n id\n requestType\n requestState\n dataSubject\n contact\n details\n deadline\n actionTaken\n createdAt\n updatedAt\n canDelete: permission(action: \"core:rights-request:delete\")\n canUpdate: permission(action: \"core:rights-request:update\")\n __typename\n }\n cursor\n }\n pageInfo {\n hasNextPage\n endCursor\n }\n }\n}\n" + "text": "query RightsRequestGraphListQuery(\n $organizationId: ID!\n) {\n node(id: $organizationId) {\n __typename\n ... on Organization {\n canCreateRightsRequest: permission(action: \"core:rights-request:create\")\n ...RightsRequestsPageFragment\n }\n id\n }\n}\n\nfragment RightsRequestsPageFragment on Organization {\n id\n rightsRequests(first: 10) {\n edges {\n node {\n id\n requestType\n requestState\n dataSubject\n contact\n deadline\n canDelete: permission(action: \"core:rights-request:delete\")\n canUpdate: permission(action: \"core:rights-request:update\")\n __typename\n }\n cursor\n }\n pageInfo {\n hasNextPage\n endCursor\n }\n }\n}\n" } }; })(); diff --git a/apps/console/src/__generated__/core/RightsRequestsPageFragment.graphql.ts b/apps/console/src/__generated__/core/RightsRequestsPageFragment.graphql.ts index 7992e232b..7bd71f83e 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<<109da5292cbd22b553279fefd5c41c03>> + * @generated SignedSource<<41b64f82e663e7ae42728a557da07ab5>> * @lightSyntaxTransform * @nogrep */ @@ -15,28 +15,22 @@ import { FragmentRefs } from "relay-runtime"; export type RightsRequestsPageFragment$data = { readonly id: string; readonly rightsRequests: { - readonly __id: string; readonly edges: ReadonlyArray<{ readonly node: { - readonly actionTaken: string | null | undefined; readonly canDelete: boolean; readonly canUpdate: boolean; readonly contact: string | null | undefined; - readonly createdAt: string; readonly dataSubject: string | null | undefined; readonly deadline: string | null | undefined; - readonly details: string | null | undefined; readonly id: string; readonly requestState: RightsRequestState; readonly requestType: RightsRequestType; - readonly updatedAt: string; }; }>; readonly pageInfo: { readonly endCursor: string | null | undefined; readonly hasNextPage: boolean; }; - readonly totalCount: number; }; readonly " $fragmentType": "RightsRequestsPageFragment"; }; @@ -111,13 +105,6 @@ return { "name": "__RightsRequestsPage_rightsRequests_connection", "plural": false, "selections": [ - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "totalCount", - "storageKey": null - }, { "alias": null, "args": null, @@ -163,13 +150,6 @@ return { "name": "contact", "storageKey": null }, - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "details", - "storageKey": null - }, { "alias": null, "args": null, @@ -177,27 +157,6 @@ return { "name": "deadline", "storageKey": null }, - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "actionTaken", - "storageKey": null - }, - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "createdAt", - "storageKey": null - }, - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "updatedAt", - "storageKey": null - }, { "alias": "canDelete", "args": [ @@ -268,18 +227,6 @@ return { } ], "storageKey": null - }, - { - "kind": "ClientExtension", - "selections": [ - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "__id", - "storageKey": null - } - ] } ], "storageKey": null @@ -290,6 +237,6 @@ return { }; })(); -(node as any).hash = "cfb8b464e37afac281c1722b9daf1783"; +(node as any).hash = "4cf7e71a943108ff633fa8a91f301bb0"; export default node; diff --git a/apps/console/src/__generated__/core/RightsRequestsPageRefetchQuery.graphql.ts b/apps/console/src/__generated__/core/RightsRequestsPageRefetchQuery.graphql.ts index c13995f79..b9f421a87 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<<471db3fa5ea0c9ee5847f89d574248ea>> * @lightSyntaxTransform * @nogrep */ @@ -130,13 +130,6 @@ return { "name": "rightsRequests", "plural": false, "selections": [ - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "totalCount", - "storageKey": null - }, { "alias": null, "args": null, @@ -182,13 +175,6 @@ return { "name": "contact", "storageKey": null }, - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "details", - "storageKey": null - }, { "alias": null, "args": null, @@ -196,27 +182,6 @@ return { "name": "deadline", "storageKey": null }, - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "actionTaken", - "storageKey": null - }, - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "createdAt", - "storageKey": null - }, - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "updatedAt", - "storageKey": null - }, { "alias": "canDelete", "args": [ @@ -281,18 +246,6 @@ return { } ], "storageKey": null - }, - { - "kind": "ClientExtension", - "selections": [ - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "__id", - "storageKey": null - } - ] } ], "storageKey": null @@ -316,16 +269,16 @@ return { ] }, "params": { - "cacheID": "a63c4d960c8f375acceeedd2f1b9a188", + "cacheID": "04eaecdba489d9ac60b6e0863d1ddf62", "id": null, "metadata": {}, "name": "RightsRequestsPageRefetchQuery", "operationKind": "query", - "text": "query RightsRequestsPageRefetchQuery(\n $after: CursorKey\n $first: Int = 10\n $id: ID!\n) {\n node(id: $id) {\n __typename\n ...RightsRequestsPageFragment_2HEEH6\n id\n }\n}\n\nfragment RightsRequestsPageFragment_2HEEH6 on Organization {\n id\n rightsRequests(first: $first, after: $after) {\n totalCount\n edges {\n node {\n id\n requestType\n requestState\n dataSubject\n contact\n details\n deadline\n actionTaken\n createdAt\n updatedAt\n canDelete: permission(action: \"core:rights-request:delete\")\n canUpdate: permission(action: \"core:rights-request:update\")\n __typename\n }\n cursor\n }\n pageInfo {\n hasNextPage\n endCursor\n }\n }\n}\n" + "text": "query RightsRequestsPageRefetchQuery(\n $after: CursorKey\n $first: Int = 10\n $id: ID!\n) {\n node(id: $id) {\n __typename\n ...RightsRequestsPageFragment_2HEEH6\n id\n }\n}\n\nfragment RightsRequestsPageFragment_2HEEH6 on Organization {\n id\n rightsRequests(first: $first, after: $after) {\n edges {\n node {\n id\n requestType\n requestState\n dataSubject\n contact\n deadline\n canDelete: permission(action: \"core:rights-request:delete\")\n canUpdate: permission(action: \"core:rights-request:update\")\n __typename\n }\n cursor\n }\n pageInfo {\n hasNextPage\n endCursor\n }\n }\n}\n" } }; })(); -(node as any).hash = "cfb8b464e37afac281c1722b9daf1783"; +(node as any).hash = "4cf7e71a943108ff633fa8a91f301bb0"; export default node; diff --git a/apps/console/src/__generated__/core/RiskDocumentsTabCreateMutation.graphql.ts b/apps/console/src/__generated__/core/RiskDocumentsTabCreateMutation.graphql.ts index 267d91a27..daffb88bb 100644 --- a/apps/console/src/__generated__/core/RiskDocumentsTabCreateMutation.graphql.ts +++ b/apps/console/src/__generated__/core/RiskDocumentsTabCreateMutation.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<<81e7ff7299c6b5f9e46fa08ee731be12>> + * @generated SignedSource<<45e1f70df17f1c5bb1bc89c0332e37ff>> * @lightSyntaxTransform * @nogrep */ @@ -152,13 +152,6 @@ return { "name": "title", "storageKey": null }, - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "createdAt", - "storageKey": null - }, { "alias": null, "args": null, @@ -241,12 +234,12 @@ return { ] }, "params": { - "cacheID": "e2844d2884a2d7d2c648fea4888fbfc5", + "cacheID": "933b0c7093f98de227585b3234890b6e", "id": null, "metadata": {}, "name": "RiskDocumentsTabCreateMutation", "operationKind": "mutation", - "text": "mutation RiskDocumentsTabCreateMutation(\n $input: CreateRiskDocumentMappingInput!\n) {\n createRiskDocumentMapping(input: $input) {\n documentEdge {\n node {\n id\n ...LinkedDocumentsCardFragment\n }\n }\n }\n}\n\nfragment LinkedDocumentsCardFragment on Document {\n id\n title\n createdAt\n documentType\n versions(first: 1) {\n edges {\n node {\n id\n status\n }\n }\n }\n}\n" + "text": "mutation RiskDocumentsTabCreateMutation(\n $input: CreateRiskDocumentMappingInput!\n) {\n createRiskDocumentMapping(input: $input) {\n documentEdge {\n node {\n id\n ...LinkedDocumentsCardFragment\n }\n }\n }\n}\n\nfragment LinkedDocumentsCardFragment on Document {\n id\n title\n documentType\n versions(first: 1) {\n edges {\n node {\n id\n status\n }\n }\n }\n}\n" } }; })(); diff --git a/apps/console/src/__generated__/core/RiskGraphListQuery.graphql.ts b/apps/console/src/__generated__/core/RiskGraphListQuery.graphql.ts index 265c7e2d0..c918cd728 100644 --- a/apps/console/src/__generated__/core/RiskGraphListQuery.graphql.ts +++ b/apps/console/src/__generated__/core/RiskGraphListQuery.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<> + * @generated SignedSource<<5d0ce2441ee091a190cec08eab043229>> * @lightSyntaxTransform * @nogrep */ @@ -389,12 +389,12 @@ return { ] }, "params": { - "cacheID": "feed1e410567a8707ca0e2e4b651bb7a", + "cacheID": "20216474d5c9d24aa9431f633154d13e", "id": null, "metadata": {}, "name": "RiskGraphListQuery", "operationKind": "query", - "text": "query RiskGraphListQuery(\n $organizationId: ID!\n $snapshotId: ID\n) {\n organization: node(id: $organizationId) {\n __typename\n id\n ...RiskGraphFragment_3iomuz\n }\n}\n\nfragment RiskGraphFragment_3iomuz on Organization {\n canCreateRisk: permission(action: \"core:risk:create\")\n risks(first: 50, orderBy: {direction: DESC, field: CREATED_AT}, filter: {snapshotId: $snapshotId}) {\n edges {\n node {\n id\n snapshotId\n name\n category\n treatment\n owner {\n id\n fullName\n }\n inherentLikelihood\n inherentImpact\n residualLikelihood\n residualImpact\n inherentRiskScore\n residualRiskScore\n canUpdate: permission(action: \"core:risk:update\")\n canDelete: permission(action: \"core:risk:delete\")\n ...useRiskFormFragment\n __typename\n }\n cursor\n }\n pageInfo {\n endCursor\n hasNextPage\n hasPreviousPage\n startCursor\n }\n }\n id\n}\n\nfragment useRiskFormFragment on Risk {\n id\n name\n category\n description\n treatment\n inherentLikelihood\n inherentImpact\n residualLikelihood\n residualImpact\n inherentRiskScore\n residualRiskScore\n note\n owner {\n id\n }\n}\n" + "text": "query RiskGraphListQuery(\n $organizationId: ID!\n $snapshotId: ID\n) {\n organization: node(id: $organizationId) {\n __typename\n id\n ...RiskGraphFragment_3iomuz\n }\n}\n\nfragment RiskGraphFragment_3iomuz on Organization {\n canCreateRisk: permission(action: \"core:risk:create\")\n risks(first: 50, orderBy: {direction: DESC, field: CREATED_AT}, filter: {snapshotId: $snapshotId}) {\n edges {\n node {\n id\n snapshotId\n name\n category\n treatment\n owner {\n id\n fullName\n }\n inherentLikelihood\n inherentImpact\n residualLikelihood\n residualImpact\n inherentRiskScore\n residualRiskScore\n canUpdate: permission(action: \"core:risk:update\")\n canDelete: permission(action: \"core:risk:delete\")\n ...useRiskFormFragment\n __typename\n }\n cursor\n }\n pageInfo {\n endCursor\n hasNextPage\n hasPreviousPage\n startCursor\n }\n }\n id\n}\n\nfragment useRiskFormFragment on Risk {\n id\n name\n category\n description\n treatment\n inherentLikelihood\n inherentImpact\n residualLikelihood\n residualImpact\n note\n owner {\n id\n }\n}\n" } }; })(); diff --git a/apps/console/src/__generated__/core/RiskGraphNodeQuery.graphql.ts b/apps/console/src/__generated__/core/RiskGraphNodeQuery.graphql.ts index e2c99a341..167a5e2bd 100644 --- a/apps/console/src/__generated__/core/RiskGraphNodeQuery.graphql.ts +++ b/apps/console/src/__generated__/core/RiskGraphNodeQuery.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<<8159d097afc6c907c5c2e2f789bbd7e8>> + * @generated SignedSource<<1c344e51bb9407c1a5b0f5b330ec3890>> * @lightSyntaxTransform * @nogrep */ @@ -622,13 +622,6 @@ return { "name": "title", "storageKey": null }, - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "createdAt", - "storageKey": null - }, { "alias": null, "args": null, @@ -820,13 +813,6 @@ return { "plural": false, "selections": [ (v2/*: any*/), - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "requirement", - "storageKey": null - }, { "alias": null, "args": null, @@ -887,12 +873,12 @@ return { ] }, "params": { - "cacheID": "81ab255e9f6f1e3f666f5dd77920689b", + "cacheID": "58b1d69c15a32ff1c6f505760e5205e1", "id": null, "metadata": {}, "name": "RiskGraphNodeQuery", "operationKind": "query", - "text": "query RiskGraphNodeQuery(\n $riskId: ID!\n) {\n node(id: $riskId) {\n __typename\n ... on Risk {\n id\n snapshotId\n name\n description\n treatment\n owner {\n id\n fullName\n }\n note\n inherentRiskScore\n residualRiskScore\n measuresInfo: measures(first: 0) {\n totalCount\n }\n documentsInfo: documents(first: 0) {\n totalCount\n }\n controlsInfo: controls(first: 0) {\n totalCount\n }\n obligationsInfo: obligations(first: 0) {\n totalCount\n }\n canUpdate: permission(action: \"core:risk:update\")\n canDelete: permission(action: \"core:risk:delete\")\n canCreateDocumentMapping: permission(action: \"core:risk:create-document-mapping\")\n canDeleteDocumentMapping: permission(action: \"core:risk:delete-document-mapping\")\n canCreateMeasureMapping: permission(action: \"core:risk:create-measure-mapping\")\n canDeleteMeasureMapping: permission(action: \"core:risk:delete-measure-mapping\")\n canCreateObligationMapping: permission(action: \"core:risk:create-obligation-mapping\")\n canDeleteObligationMapping: permission(action: \"core:risk:delete-obligation-mapping\")\n ...useRiskFormFragment\n ...RiskOverviewTabFragment\n ...RiskMeasuresTabFragment\n ...RiskDocumentsTabFragment\n ...RiskControlsTabFragment\n ...RiskObligationsTabFragment\n }\n id\n }\n}\n\nfragment LinkedDocumentsCardFragment on Document {\n id\n title\n createdAt\n documentType\n versions(first: 1) {\n edges {\n node {\n id\n status\n }\n }\n }\n}\n\nfragment LinkedMeasuresCardFragment on Measure {\n id\n name\n state\n}\n\nfragment LinkedObligationsCardFragment on Obligation {\n id\n requirement\n area\n source\n status\n owner {\n fullName\n id\n }\n}\n\nfragment RiskControlsTabFragment on Risk {\n id\n controls(first: 20) {\n edges {\n node {\n id\n sectionTitle\n name\n framework {\n id\n name\n }\n __typename\n }\n cursor\n }\n pageInfo {\n endCursor\n hasNextPage\n hasPreviousPage\n startCursor\n }\n }\n}\n\nfragment RiskDocumentsTabFragment on Risk {\n id\n documents(first: 100) {\n edges {\n node {\n id\n ...LinkedDocumentsCardFragment\n __typename\n }\n cursor\n }\n pageInfo {\n endCursor\n hasNextPage\n }\n }\n}\n\nfragment RiskMeasuresTabFragment on Risk {\n id\n measures(first: 100) {\n edges {\n node {\n id\n ...LinkedMeasuresCardFragment\n __typename\n }\n cursor\n }\n pageInfo {\n endCursor\n hasNextPage\n }\n }\n}\n\nfragment RiskObligationsTabFragment on Risk {\n id\n obligations(first: 100) {\n edges {\n node {\n id\n ...LinkedObligationsCardFragment\n __typename\n }\n cursor\n }\n pageInfo {\n endCursor\n hasNextPage\n }\n }\n}\n\nfragment RiskOverviewTabFragment on Risk {\n inherentLikelihood\n inherentImpact\n residualLikelihood\n residualImpact\n inherentRiskScore\n residualRiskScore\n}\n\nfragment useRiskFormFragment on Risk {\n id\n name\n category\n description\n treatment\n inherentLikelihood\n inherentImpact\n residualLikelihood\n residualImpact\n inherentRiskScore\n residualRiskScore\n note\n owner {\n id\n }\n}\n" + "text": "query RiskGraphNodeQuery(\n $riskId: ID!\n) {\n node(id: $riskId) {\n __typename\n ... on Risk {\n id\n snapshotId\n name\n description\n treatment\n owner {\n id\n fullName\n }\n note\n inherentRiskScore\n residualRiskScore\n measuresInfo: measures(first: 0) {\n totalCount\n }\n documentsInfo: documents(first: 0) {\n totalCount\n }\n controlsInfo: controls(first: 0) {\n totalCount\n }\n obligationsInfo: obligations(first: 0) {\n totalCount\n }\n canUpdate: permission(action: \"core:risk:update\")\n canDelete: permission(action: \"core:risk:delete\")\n canCreateDocumentMapping: permission(action: \"core:risk:create-document-mapping\")\n canDeleteDocumentMapping: permission(action: \"core:risk:delete-document-mapping\")\n canCreateMeasureMapping: permission(action: \"core:risk:create-measure-mapping\")\n canDeleteMeasureMapping: permission(action: \"core:risk:delete-measure-mapping\")\n canCreateObligationMapping: permission(action: \"core:risk:create-obligation-mapping\")\n canDeleteObligationMapping: permission(action: \"core:risk:delete-obligation-mapping\")\n ...useRiskFormFragment\n ...RiskOverviewTabFragment\n ...RiskMeasuresTabFragment\n ...RiskDocumentsTabFragment\n ...RiskControlsTabFragment\n ...RiskObligationsTabFragment\n }\n id\n }\n}\n\nfragment LinkedDocumentsCardFragment on Document {\n id\n title\n documentType\n versions(first: 1) {\n edges {\n node {\n id\n status\n }\n }\n }\n}\n\nfragment LinkedMeasuresCardFragment on Measure {\n id\n name\n state\n}\n\nfragment LinkedObligationsCardFragment on Obligation {\n id\n area\n source\n status\n owner {\n fullName\n id\n }\n}\n\nfragment RiskControlsTabFragment on Risk {\n id\n controls(first: 20) {\n edges {\n node {\n id\n sectionTitle\n name\n framework {\n id\n name\n }\n __typename\n }\n cursor\n }\n pageInfo {\n endCursor\n hasNextPage\n hasPreviousPage\n startCursor\n }\n }\n}\n\nfragment RiskDocumentsTabFragment on Risk {\n id\n documents(first: 100) {\n edges {\n node {\n id\n ...LinkedDocumentsCardFragment\n __typename\n }\n cursor\n }\n pageInfo {\n endCursor\n hasNextPage\n }\n }\n}\n\nfragment RiskMeasuresTabFragment on Risk {\n id\n measures(first: 100) {\n edges {\n node {\n id\n ...LinkedMeasuresCardFragment\n __typename\n }\n cursor\n }\n pageInfo {\n endCursor\n hasNextPage\n }\n }\n}\n\nfragment RiskObligationsTabFragment on Risk {\n id\n obligations(first: 100) {\n edges {\n node {\n id\n ...LinkedObligationsCardFragment\n __typename\n }\n cursor\n }\n pageInfo {\n endCursor\n hasNextPage\n }\n }\n}\n\nfragment RiskOverviewTabFragment on Risk {\n inherentLikelihood\n inherentImpact\n residualLikelihood\n residualImpact\n}\n\nfragment useRiskFormFragment on Risk {\n id\n name\n category\n description\n treatment\n inherentLikelihood\n inherentImpact\n residualLikelihood\n residualImpact\n note\n owner {\n id\n }\n}\n" } }; })(); diff --git a/apps/console/src/__generated__/core/RiskObligationsTabCreateMutation.graphql.ts b/apps/console/src/__generated__/core/RiskObligationsTabCreateMutation.graphql.ts index 35590a408..86dbcb7bd 100644 --- a/apps/console/src/__generated__/core/RiskObligationsTabCreateMutation.graphql.ts +++ b/apps/console/src/__generated__/core/RiskObligationsTabCreateMutation.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<<54426392a0a6256d11045404a602b5c3>> + * @generated SignedSource<> * @lightSyntaxTransform * @nogrep */ @@ -145,13 +145,6 @@ return { "plural": false, "selections": [ (v3/*: any*/), - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "requirement", - "storageKey": null - }, { "alias": null, "args": null, @@ -220,12 +213,12 @@ return { ] }, "params": { - "cacheID": "8681d141acf6036709241ba71bfeae4c", + "cacheID": "1791b6813fcc2b1e751a8791283b3f2c", "id": null, "metadata": {}, "name": "RiskObligationsTabCreateMutation", "operationKind": "mutation", - "text": "mutation RiskObligationsTabCreateMutation(\n $input: CreateRiskObligationMappingInput!\n) {\n createRiskObligationMapping(input: $input) {\n obligationEdge {\n node {\n id\n ...LinkedObligationsCardFragment\n }\n }\n }\n}\n\nfragment LinkedObligationsCardFragment on Obligation {\n id\n requirement\n area\n source\n status\n owner {\n fullName\n id\n }\n}\n" + "text": "mutation RiskObligationsTabCreateMutation(\n $input: CreateRiskObligationMappingInput!\n) {\n createRiskObligationMapping(input: $input) {\n obligationEdge {\n node {\n id\n ...LinkedObligationsCardFragment\n }\n }\n }\n}\n\nfragment LinkedObligationsCardFragment on Obligation {\n id\n area\n source\n status\n owner {\n fullName\n id\n }\n}\n" } }; })(); diff --git a/apps/console/src/__generated__/core/RiskOverviewTabFragment.graphql.ts b/apps/console/src/__generated__/core/RiskOverviewTabFragment.graphql.ts index 90f282e62..664f76884 100644 --- a/apps/console/src/__generated__/core/RiskOverviewTabFragment.graphql.ts +++ b/apps/console/src/__generated__/core/RiskOverviewTabFragment.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<<2b276a39b8020e7be036acb6fe4ca077>> + * @generated SignedSource<<365bac44d5935d4e373f6f126266584c>> * @lightSyntaxTransform * @nogrep */ @@ -13,10 +13,8 @@ import { FragmentRefs } from "relay-runtime"; export type RiskOverviewTabFragment$data = { readonly inherentImpact: number; readonly inherentLikelihood: number; - readonly inherentRiskScore: number; readonly residualImpact: number; readonly residualLikelihood: number; - readonly residualRiskScore: number; readonly " $fragmentType": "RiskOverviewTabFragment"; }; export type RiskOverviewTabFragment$key = { @@ -57,26 +55,12 @@ const node: ReaderFragment = { "kind": "ScalarField", "name": "residualImpact", "storageKey": null - }, - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "inherentRiskScore", - "storageKey": null - }, - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "residualRiskScore", - "storageKey": null } ], "type": "Risk", "abstractKey": null }; -(node as any).hash = "ba472e37a44c06c48847501204080fb6"; +(node as any).hash = "1268614eb62d89df8b8b7153d9c72082"; export default node; diff --git a/apps/console/src/__generated__/core/RisksListQuery.graphql.ts b/apps/console/src/__generated__/core/RisksListQuery.graphql.ts index 65394250a..00e3676e8 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<> + * @generated SignedSource<<9e0dbdc51e36a1a2a35b9db4653c0302>> * @lightSyntaxTransform * @nogrep */ @@ -467,12 +467,12 @@ return { ] }, "params": { - "cacheID": "92be64a69721c7097dcc87a525d7d706", + "cacheID": "16d76019c4b6adc33d6f3ddae18feb38", "id": null, "metadata": {}, "name": "RisksListQuery", "operationKind": "query", - "text": "query RisksListQuery(\n $after: CursorKey = null\n $before: CursorKey = null\n $first: Int = 50\n $last: Int = null\n $order: RiskOrder = {direction: DESC, field: CREATED_AT}\n $snapshotId: ID = null\n $id: ID!\n) {\n node(id: $id) {\n __typename\n ...RiskGraphFragment_25MC8O\n id\n }\n}\n\nfragment RiskGraphFragment_25MC8O on Organization {\n canCreateRisk: permission(action: \"core:risk:create\")\n risks(first: $first, after: $after, last: $last, before: $before, orderBy: $order, filter: {snapshotId: $snapshotId}) {\n edges {\n node {\n id\n snapshotId\n name\n category\n treatment\n owner {\n id\n fullName\n }\n inherentLikelihood\n inherentImpact\n residualLikelihood\n residualImpact\n inherentRiskScore\n residualRiskScore\n canUpdate: permission(action: \"core:risk:update\")\n canDelete: permission(action: \"core:risk:delete\")\n ...useRiskFormFragment\n __typename\n }\n cursor\n }\n pageInfo {\n endCursor\n hasNextPage\n hasPreviousPage\n startCursor\n }\n }\n id\n}\n\nfragment useRiskFormFragment on Risk {\n id\n name\n category\n description\n treatment\n inherentLikelihood\n inherentImpact\n residualLikelihood\n residualImpact\n inherentRiskScore\n residualRiskScore\n note\n owner {\n id\n }\n}\n" + "text": "query RisksListQuery(\n $after: CursorKey = null\n $before: CursorKey = null\n $first: Int = 50\n $last: Int = null\n $order: RiskOrder = {direction: DESC, field: CREATED_AT}\n $snapshotId: ID = null\n $id: ID!\n) {\n node(id: $id) {\n __typename\n ...RiskGraphFragment_25MC8O\n id\n }\n}\n\nfragment RiskGraphFragment_25MC8O on Organization {\n canCreateRisk: permission(action: \"core:risk:create\")\n risks(first: $first, after: $after, last: $last, before: $before, orderBy: $order, filter: {snapshotId: $snapshotId}) {\n edges {\n node {\n id\n snapshotId\n name\n category\n treatment\n owner {\n id\n fullName\n }\n inherentLikelihood\n inherentImpact\n residualLikelihood\n residualImpact\n inherentRiskScore\n residualRiskScore\n canUpdate: permission(action: \"core:risk:update\")\n canDelete: permission(action: \"core:risk:delete\")\n ...useRiskFormFragment\n __typename\n }\n cursor\n }\n pageInfo {\n endCursor\n hasNextPage\n hasPreviousPage\n startCursor\n }\n }\n id\n}\n\nfragment useRiskFormFragment on Risk {\n id\n name\n category\n description\n treatment\n inherentLikelihood\n inherentImpact\n residualLikelihood\n residualImpact\n note\n owner {\n id\n }\n}\n" } }; })(); diff --git a/apps/console/src/__generated__/core/StateOfApplicabilityDetailPageQuery.graphql.ts b/apps/console/src/__generated__/core/StateOfApplicabilityDetailPageQuery.graphql.ts index 4b3721329..3d00a113f 100644 --- a/apps/console/src/__generated__/core/StateOfApplicabilityDetailPageQuery.graphql.ts +++ b/apps/console/src/__generated__/core/StateOfApplicabilityDetailPageQuery.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<<06d20e72b67288c86573caa22b15adff>> + * @generated SignedSource<<4158635c34bcd324a1cf177d1df621a2>> * @lightSyntaxTransform * @nogrep */ @@ -21,15 +21,11 @@ export type StateOfApplicabilityDetailPageQuery$data = { readonly createdAt?: string; readonly id?: string; readonly name?: string; - readonly organization?: { - readonly id: string; - } | null | undefined; readonly owner?: { readonly fullName: string; readonly id: string; }; readonly snapshotId?: string | null | undefined; - readonly sourceId?: string | null | undefined; readonly updatedAt?: string; readonly " $fragmentSpreads": FragmentRefs<"StateOfApplicabilityControlsTabFragment">; }; @@ -72,31 +68,24 @@ v4 = { "alias": null, "args": null, "kind": "ScalarField", - "name": "sourceId", + "name": "snapshotId", "storageKey": null }, v5 = { "alias": null, "args": null, "kind": "ScalarField", - "name": "snapshotId", + "name": "createdAt", "storageKey": null }, v6 = { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "createdAt", - "storageKey": null -}, -v7 = { "alias": null, "args": null, "kind": "ScalarField", "name": "updatedAt", "storageKey": null }, -v8 = { +v7 = { "alias": "canUpdate", "args": [ { @@ -109,7 +98,7 @@ v8 = { "name": "permission", "storageKey": "permission(action:\"core:state-of-applicability:update\")" }, -v9 = { +v8 = { "alias": "canDelete", "args": [ { @@ -122,7 +111,7 @@ v9 = { "name": "permission", "storageKey": "permission(action:\"core:state-of-applicability:delete\")" }, -v10 = { +v9 = { "alias": "canExport", "args": [ { @@ -135,19 +124,7 @@ v10 = { "name": "permission", "storageKey": "permission(action:\"core:state-of-applicability:export\")" }, -v11 = { - "alias": null, - "args": null, - "concreteType": "Organization", - "kind": "LinkedField", - "name": "organization", - "plural": false, - "selections": [ - (v2/*: any*/) - ], - "storageKey": null -}, -v12 = { +v10 = { "alias": null, "args": null, "concreteType": "Profile", @@ -166,14 +143,26 @@ v12 = { ], "storageKey": null }, -v13 = { +v11 = { "alias": null, "args": null, "kind": "ScalarField", "name": "__typename", "storageKey": null }, -v14 = [ +v12 = { + "alias": null, + "args": null, + "concreteType": "Organization", + "kind": "LinkedField", + "name": "organization", + "plural": false, + "selections": [ + (v2/*: any*/) + ], + "storageKey": null +}, +v13 = [ { "kind": "Literal", "name": "first", @@ -215,8 +204,6 @@ return { (v8/*: any*/), (v9/*: any*/), (v10/*: any*/), - (v11/*: any*/), - (v12/*: any*/), { "args": null, "kind": "FragmentSpread", @@ -247,7 +234,7 @@ return { "name": "node", "plural": false, "selections": [ - (v13/*: any*/), + (v11/*: any*/), (v2/*: any*/), { "kind": "InlineFragment", @@ -260,7 +247,6 @@ return { (v8/*: any*/), (v9/*: any*/), (v10/*: any*/), - (v11/*: any*/), (v12/*: any*/), { "alias": "canCreateApplicabilityStatement", @@ -303,7 +289,7 @@ return { }, { "alias": null, - "args": (v14/*: any*/), + "args": (v13/*: any*/), "concreteType": "ApplicabilityStatementConnection", "kind": "LinkedField", "name": "applicabilityStatements", @@ -398,11 +384,11 @@ return { ], "storageKey": null }, - (v11/*: any*/) + (v12/*: any*/) ], "storageKey": null }, - (v13/*: any*/) + (v11/*: any*/) ], "storageKey": null }, @@ -458,7 +444,7 @@ return { }, { "alias": null, - "args": (v14/*: any*/), + "args": (v13/*: any*/), "filters": [ "orderBy" ], @@ -477,16 +463,16 @@ return { ] }, "params": { - "cacheID": "dceee9f818236953e28441fb1bbde7aa", + "cacheID": "5246dad7efe3eceb0aba4ad7731a49e6", "id": null, "metadata": {}, "name": "StateOfApplicabilityDetailPageQuery", "operationKind": "query", - "text": "query StateOfApplicabilityDetailPageQuery(\n $stateOfApplicabilityId: ID!\n) {\n node(id: $stateOfApplicabilityId) {\n __typename\n ... on StateOfApplicability {\n id\n name\n sourceId\n snapshotId\n createdAt\n updatedAt\n canUpdate: permission(action: \"core:state-of-applicability:update\")\n canDelete: permission(action: \"core:state-of-applicability:delete\")\n canExport: permission(action: \"core:state-of-applicability:export\")\n organization {\n id\n }\n owner {\n id\n fullName\n }\n ...StateOfApplicabilityControlsTabFragment\n }\n id\n }\n}\n\nfragment StateOfApplicabilityControlsTabFragment on StateOfApplicability {\n id\n organization {\n id\n }\n canCreateApplicabilityStatement: permission(action: \"core:applicability-statement:create\")\n canUpdateApplicabilityStatement: permission(action: \"core:applicability-statement:update\")\n canDeleteApplicabilityStatement: permission(action: \"core:applicability-statement:delete\")\n applicabilityStatements(first: 1000, orderBy: {direction: ASC, field: CONTROL_SECTION_TITLE}) {\n edges {\n node {\n id\n applicability\n justification\n control {\n id\n sectionTitle\n name\n bestPractice\n regulatory\n contractual\n riskAssessment\n framework {\n id\n name\n }\n organization {\n id\n }\n }\n __typename\n }\n cursor\n }\n pageInfo {\n endCursor\n hasNextPage\n }\n }\n}\n" + "text": "query StateOfApplicabilityDetailPageQuery(\n $stateOfApplicabilityId: ID!\n) {\n node(id: $stateOfApplicabilityId) {\n __typename\n ... on StateOfApplicability {\n id\n name\n snapshotId\n createdAt\n updatedAt\n canUpdate: permission(action: \"core:state-of-applicability:update\")\n canDelete: permission(action: \"core:state-of-applicability:delete\")\n canExport: permission(action: \"core:state-of-applicability:export\")\n owner {\n id\n fullName\n }\n ...StateOfApplicabilityControlsTabFragment\n }\n id\n }\n}\n\nfragment StateOfApplicabilityControlsTabFragment on StateOfApplicability {\n id\n organization {\n id\n }\n canCreateApplicabilityStatement: permission(action: \"core:applicability-statement:create\")\n canUpdateApplicabilityStatement: permission(action: \"core:applicability-statement:update\")\n canDeleteApplicabilityStatement: permission(action: \"core:applicability-statement:delete\")\n applicabilityStatements(first: 1000, orderBy: {direction: ASC, field: CONTROL_SECTION_TITLE}) {\n edges {\n node {\n id\n applicability\n justification\n control {\n id\n sectionTitle\n name\n bestPractice\n regulatory\n contractual\n riskAssessment\n framework {\n id\n name\n }\n organization {\n id\n }\n }\n __typename\n }\n cursor\n }\n pageInfo {\n endCursor\n hasNextPage\n }\n }\n}\n" } }; })(); -(node as any).hash = "c5fc32cde9c8e0ce3b8a77c96e0bb7cd"; +(node as any).hash = "b5e212f940b788cc7a7f1647ed95c785"; export default node; diff --git a/apps/console/src/__generated__/core/VendorComplianceTabFragment_report.graphql.ts b/apps/console/src/__generated__/core/VendorComplianceTabFragment_report.graphql.ts index 177766d20..1e10025b3 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<<9c8e97bf0858bdac532273c8a3620731>> + * @generated SignedSource<> * @lightSyntaxTransform * @nogrep */ @@ -15,7 +15,6 @@ export type VendorComplianceTabFragment_report$data = { readonly file: { readonly downloadUrl: string; readonly fileName: string; - readonly mimeType: string; readonly size: number; } | null | undefined; readonly id: string; @@ -78,13 +77,6 @@ const node: ReaderFragment = { "name": "fileName", "storageKey": null }, - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "mimeType", - "storageKey": null - }, { "alias": null, "args": null, @@ -120,6 +112,6 @@ const node: ReaderFragment = { "abstractKey": null }; -(node as any).hash = "9d29871990edb54a36915fab64eaea3a"; +(node as any).hash = "cbf9fe2b6540de802f43eb7f840a24a7"; export default node; diff --git a/apps/console/src/__generated__/core/VendorContactsListQuery.graphql.ts b/apps/console/src/__generated__/core/VendorContactsListQuery.graphql.ts index 5f97fd568..0ee3625f4 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<<72e8dfdd3ad86ac69f4e631191d994ad>> + * @generated SignedSource<> * @lightSyntaxTransform * @nogrep */ @@ -266,20 +266,6 @@ return { "name": "role", "storageKey": null }, - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "createdAt", - "storageKey": null - }, - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "updatedAt", - "storageKey": null - }, (v11/*: any*/) ], "storageKey": null @@ -369,12 +355,12 @@ return { ] }, "params": { - "cacheID": "99175ca46dc5865d6d7a5f6c55fd8c8d", + "cacheID": "64be5a0aaa71bccff8ee7eb1a9202fb1", "id": null, "metadata": {}, "name": "VendorContactsListQuery", "operationKind": "query", - "text": "query VendorContactsListQuery(\n $after: CursorKey = null\n $before: CursorKey = null\n $first: Int = 50\n $last: Int = null\n $order: VendorContactOrder = null\n $id: ID!\n) {\n node(id: $id) {\n __typename\n ...VendorContactsTabFragment_16fISc\n id\n }\n}\n\nfragment VendorContactsTabFragment_16fISc on Vendor {\n contacts(first: $first, after: $after, last: $last, before: $before, orderBy: $order) {\n edges {\n node {\n id\n canUpdate: permission(action: \"core:vendor-contact:update\")\n canDelete: permission(action: \"core:vendor-contact:delete\")\n ...VendorContactsTabFragment_contact\n __typename\n }\n cursor\n }\n pageInfo {\n endCursor\n hasNextPage\n hasPreviousPage\n startCursor\n }\n }\n id\n}\n\nfragment VendorContactsTabFragment_contact on VendorContact {\n id\n fullName\n email\n phone\n role\n createdAt\n updatedAt\n canUpdate: permission(action: \"core:vendor-contact:update\")\n canDelete: permission(action: \"core:vendor-contact:delete\")\n}\n" + "text": "query VendorContactsListQuery(\n $after: CursorKey = null\n $before: CursorKey = null\n $first: Int = 50\n $last: Int = null\n $order: VendorContactOrder = null\n $id: ID!\n) {\n node(id: $id) {\n __typename\n ...VendorContactsTabFragment_16fISc\n id\n }\n}\n\nfragment VendorContactsTabFragment_16fISc on Vendor {\n contacts(first: $first, after: $after, last: $last, before: $before, orderBy: $order) {\n edges {\n node {\n id\n canUpdate: permission(action: \"core:vendor-contact:update\")\n canDelete: permission(action: \"core:vendor-contact:delete\")\n ...VendorContactsTabFragment_contact\n __typename\n }\n cursor\n }\n pageInfo {\n endCursor\n hasNextPage\n hasPreviousPage\n startCursor\n }\n }\n id\n}\n\nfragment VendorContactsTabFragment_contact on VendorContact {\n id\n fullName\n email\n phone\n role\n canUpdate: permission(action: \"core:vendor-contact:update\")\n canDelete: permission(action: \"core:vendor-contact:delete\")\n}\n" } }; })(); diff --git a/apps/console/src/__generated__/core/VendorContactsTabFragment_contact.graphql.ts b/apps/console/src/__generated__/core/VendorContactsTabFragment_contact.graphql.ts index 7bb2c6a21..14fa412be 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<<2e0270bf6c8a8f1849c2e05463ece19b>> + * @generated SignedSource<<3ada4a1d28f4a4b9849a4a5a7d47443a>> * @lightSyntaxTransform * @nogrep */ @@ -13,13 +13,11 @@ import { FragmentRefs } from "relay-runtime"; export type VendorContactsTabFragment_contact$data = { readonly canDelete: boolean; readonly canUpdate: boolean; - 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: string; readonly " $fragmentType": "VendorContactsTabFragment_contact"; }; export type VendorContactsTabFragment_contact$key = { @@ -68,20 +66,6 @@ const node: ReaderFragment = { "name": "role", "storageKey": null }, - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "createdAt", - "storageKey": null - }, - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "updatedAt", - "storageKey": null - }, { "alias": "canUpdate", "args": [ @@ -113,6 +97,6 @@ const node: ReaderFragment = { "abstractKey": null }; -(node as any).hash = "fbcc45db4e2f857e3208ed8dc35e912d"; +(node as any).hash = "60130c05b2e55237b385e97e51543d6b"; export default node; diff --git a/apps/console/src/__generated__/core/VendorGraphNodeQuery.graphql.ts b/apps/console/src/__generated__/core/VendorGraphNodeQuery.graphql.ts index 06bf4d239..4c6486b90 100644 --- a/apps/console/src/__generated__/core/VendorGraphNodeQuery.graphql.ts +++ b/apps/console/src/__generated__/core/VendorGraphNodeQuery.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<<40b7d19556f7d3d0a1e9afe937273625>> + * @generated SignedSource<<09e2281e7a872004c8bf0d9eb565f85b>> * @lightSyntaxTransform * @nogrep */ @@ -313,27 +313,13 @@ v29 = [ "orderBy" ], v30 = { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "createdAt", - "storageKey": null -}, -v31 = { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "updatedAt", - "storageKey": null -}, -v32 = { "alias": null, "args": null, "kind": "ScalarField", "name": "fileUrl", "storageKey": null }, -v33 = { +v31 = { "alias": null, "args": null, "kind": "ScalarField", @@ -616,13 +602,6 @@ return { "plural": false, "selections": [ (v21/*: any*/), - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "mimeType", - "storageKey": null - }, { "alias": null, "args": null, @@ -742,8 +721,6 @@ return { "name": "role", "storageKey": null }, - (v30/*: any*/), - (v31/*: any*/), (v17/*: any*/) ], "storageKey": null @@ -819,8 +796,6 @@ return { }, (v4/*: any*/), (v18/*: any*/), - (v30/*: any*/), - (v31/*: any*/), (v17/*: any*/) ], "storageKey": null @@ -868,7 +843,13 @@ return { "plural": false, "selections": [ (v2/*: any*/), - (v30/*: any*/), + { + "alias": null, + "args": null, + "kind": "ScalarField", + "name": "createdAt", + "storageKey": null + }, { "alias": null, "args": null, @@ -943,10 +924,9 @@ return { "selections": [ (v2/*: any*/), (v21/*: any*/), - (v32/*: any*/), - (v33/*: any*/), - (v20/*: any*/), (v30/*: any*/), + (v31/*: any*/), + (v20/*: any*/), { "alias": "canUpdate", "args": [ @@ -986,10 +966,9 @@ return { "selections": [ (v2/*: any*/), (v21/*: any*/), - (v32/*: any*/), - (v33/*: any*/), - (v20/*: any*/), (v30/*: any*/), + (v31/*: any*/), + (v20/*: any*/), { "alias": "canUpdate", "args": [ @@ -1030,12 +1009,12 @@ return { ] }, "params": { - "cacheID": "2479b0f9eeb44a3a540cb155212eff24", + "cacheID": "1ff67d5ac55faf87a216d244277b0fdc", "id": null, "metadata": {}, "name": "VendorGraphNodeQuery", "operationKind": "query", - "text": "query VendorGraphNodeQuery(\n $vendorId: ID!\n) {\n node(id: $vendorId) {\n __typename\n id\n ... on Vendor {\n snapshotId\n name\n websiteUrl\n canAssess: permission(action: \"core:vendor:assess\")\n canUpdate: permission(action: \"core:vendor:update\")\n canDelete: permission(action: \"core:vendor:delete\")\n canUploadComplianceReport: permission(action: \"core:vendor-compliance-report:upload\")\n canCreateRiskAssessment: permission(action: \"core:vendor-risk-assessment:create\")\n canCreateContact: permission(action: \"core:vendor-contact:create\")\n canCreateService: permission(action: \"core:vendor-service:create\")\n canUploadBAA: permission(action: \"core:vendor-business-associate-agreement:upload\")\n canUploadDPA: permission(action: \"core:vendor-data-privacy-agreement:upload\")\n ...useVendorFormFragment\n ...VendorComplianceTabFragment\n ...VendorContactsTabFragment\n ...VendorServicesTabFragment\n ...VendorRiskAssessmentTabFragment\n ...VendorOverviewTabBusinessAssociateAgreementFragment\n ...VendorOverviewTabDataPrivacyAgreementFragment\n }\n }\n viewer {\n id\n }\n}\n\nfragment VendorComplianceTabFragment on Vendor {\n complianceReports(first: 50) {\n edges {\n node {\n id\n canDelete: permission(action: \"core:vendor-compliance-report:delete\")\n ...VendorComplianceTabFragment_report\n __typename\n }\n cursor\n }\n pageInfo {\n endCursor\n hasNextPage\n hasPreviousPage\n startCursor\n }\n }\n id\n}\n\nfragment VendorComplianceTabFragment_report on VendorComplianceReport {\n id\n reportDate\n validUntil\n reportName\n file {\n fileName\n mimeType\n size\n downloadUrl\n id\n }\n canDelete: permission(action: \"core:vendor-compliance-report:delete\")\n}\n\nfragment VendorContactsTabFragment on Vendor {\n contacts(first: 50) {\n edges {\n node {\n id\n canUpdate: permission(action: \"core:vendor-contact:update\")\n canDelete: permission(action: \"core:vendor-contact:delete\")\n ...VendorContactsTabFragment_contact\n __typename\n }\n cursor\n }\n pageInfo {\n endCursor\n hasNextPage\n hasPreviousPage\n startCursor\n }\n }\n id\n}\n\nfragment VendorContactsTabFragment_contact on VendorContact {\n id\n fullName\n email\n phone\n role\n createdAt\n updatedAt\n canUpdate: permission(action: \"core:vendor-contact:update\")\n canDelete: permission(action: \"core:vendor-contact:delete\")\n}\n\nfragment VendorOverviewTabBusinessAssociateAgreementFragment on Vendor {\n businessAssociateAgreement {\n id\n fileName\n fileUrl\n validFrom\n validUntil\n createdAt\n canUpdate: permission(action: \"core:vendor-business-associate-agreement:update\")\n canDelete: permission(action: \"core:vendor-business-associate-agreement:delete\")\n }\n}\n\nfragment VendorOverviewTabDataPrivacyAgreementFragment on Vendor {\n dataPrivacyAgreement {\n id\n fileName\n fileUrl\n validFrom\n validUntil\n createdAt\n canUpdate: permission(action: \"core:vendor-data-privacy-agreement:update\")\n canDelete: permission(action: \"core:vendor-data-privacy-agreement:delete\")\n }\n}\n\nfragment VendorRiskAssessmentTabFragment on Vendor {\n id\n riskAssessments(first: 50) {\n edges {\n node {\n id\n ...VendorRiskAssessmentTabFragment_assessment\n __typename\n }\n cursor\n }\n pageInfo {\n hasNextPage\n endCursor\n hasPreviousPage\n startCursor\n }\n }\n}\n\nfragment VendorRiskAssessmentTabFragment_assessment on VendorRiskAssessment {\n id\n createdAt\n expiresAt\n dataSensitivity\n businessImpact\n notes\n}\n\nfragment VendorServicesTabFragment on Vendor {\n services(first: 50) {\n edges {\n node {\n id\n canUpdate: permission(action: \"core:vendor-service:update\")\n canDelete: permission(action: \"core:vendor-service:delete\")\n ...VendorServicesTabFragment_service\n __typename\n }\n cursor\n }\n pageInfo {\n endCursor\n hasNextPage\n hasPreviousPage\n startCursor\n }\n }\n id\n}\n\nfragment VendorServicesTabFragment_service on VendorService {\n id\n name\n description\n createdAt\n updatedAt\n canUpdate: permission(action: \"core:vendor-service:update\")\n canDelete: permission(action: \"core:vendor-service:delete\")\n}\n\nfragment useVendorFormFragment on Vendor {\n id\n name\n description\n category\n statusPageUrl\n termsOfServiceUrl\n privacyPolicyUrl\n serviceLevelAgreementUrl\n dataProcessingAgreementUrl\n websiteUrl\n legalName\n headquarterAddress\n certifications\n countries\n securityPageUrl\n trustPageUrl\n businessOwner {\n id\n }\n securityOwner {\n id\n }\n}\n" + "text": "query VendorGraphNodeQuery(\n $vendorId: ID!\n) {\n node(id: $vendorId) {\n __typename\n id\n ... on Vendor {\n snapshotId\n name\n websiteUrl\n canAssess: permission(action: \"core:vendor:assess\")\n canUpdate: permission(action: \"core:vendor:update\")\n canDelete: permission(action: \"core:vendor:delete\")\n canUploadComplianceReport: permission(action: \"core:vendor-compliance-report:upload\")\n canCreateRiskAssessment: permission(action: \"core:vendor-risk-assessment:create\")\n canCreateContact: permission(action: \"core:vendor-contact:create\")\n canCreateService: permission(action: \"core:vendor-service:create\")\n canUploadBAA: permission(action: \"core:vendor-business-associate-agreement:upload\")\n canUploadDPA: permission(action: \"core:vendor-data-privacy-agreement:upload\")\n ...useVendorFormFragment\n ...VendorComplianceTabFragment\n ...VendorContactsTabFragment\n ...VendorServicesTabFragment\n ...VendorRiskAssessmentTabFragment\n ...VendorOverviewTabBusinessAssociateAgreementFragment\n ...VendorOverviewTabDataPrivacyAgreementFragment\n }\n }\n viewer {\n id\n }\n}\n\nfragment VendorComplianceTabFragment on Vendor {\n complianceReports(first: 50) {\n edges {\n node {\n id\n canDelete: permission(action: \"core:vendor-compliance-report:delete\")\n ...VendorComplianceTabFragment_report\n __typename\n }\n cursor\n }\n pageInfo {\n endCursor\n hasNextPage\n hasPreviousPage\n startCursor\n }\n }\n id\n}\n\nfragment VendorComplianceTabFragment_report on VendorComplianceReport {\n id\n reportDate\n validUntil\n reportName\n file {\n fileName\n size\n downloadUrl\n id\n }\n canDelete: permission(action: \"core:vendor-compliance-report:delete\")\n}\n\nfragment VendorContactsTabFragment on Vendor {\n contacts(first: 50) {\n edges {\n node {\n id\n canUpdate: permission(action: \"core:vendor-contact:update\")\n canDelete: permission(action: \"core:vendor-contact:delete\")\n ...VendorContactsTabFragment_contact\n __typename\n }\n cursor\n }\n pageInfo {\n endCursor\n hasNextPage\n hasPreviousPage\n startCursor\n }\n }\n id\n}\n\nfragment VendorContactsTabFragment_contact on VendorContact {\n id\n fullName\n email\n phone\n role\n canUpdate: permission(action: \"core:vendor-contact:update\")\n canDelete: permission(action: \"core:vendor-contact:delete\")\n}\n\nfragment VendorOverviewTabBusinessAssociateAgreementFragment on Vendor {\n businessAssociateAgreement {\n id\n fileName\n fileUrl\n validFrom\n validUntil\n canUpdate: permission(action: \"core:vendor-business-associate-agreement:update\")\n canDelete: permission(action: \"core:vendor-business-associate-agreement:delete\")\n }\n}\n\nfragment VendorOverviewTabDataPrivacyAgreementFragment on Vendor {\n dataPrivacyAgreement {\n id\n fileName\n fileUrl\n validFrom\n validUntil\n canUpdate: permission(action: \"core:vendor-data-privacy-agreement:update\")\n canDelete: permission(action: \"core:vendor-data-privacy-agreement:delete\")\n }\n}\n\nfragment VendorRiskAssessmentTabFragment on Vendor {\n id\n riskAssessments(first: 50) {\n edges {\n node {\n id\n ...VendorRiskAssessmentTabFragment_assessment\n __typename\n }\n cursor\n }\n pageInfo {\n hasNextPage\n endCursor\n hasPreviousPage\n startCursor\n }\n }\n}\n\nfragment VendorRiskAssessmentTabFragment_assessment on VendorRiskAssessment {\n id\n createdAt\n expiresAt\n dataSensitivity\n businessImpact\n notes\n}\n\nfragment VendorServicesTabFragment on Vendor {\n services(first: 50) {\n edges {\n node {\n id\n canUpdate: permission(action: \"core:vendor-service:update\")\n canDelete: permission(action: \"core:vendor-service:delete\")\n ...VendorServicesTabFragment_service\n __typename\n }\n cursor\n }\n pageInfo {\n endCursor\n hasNextPage\n hasPreviousPage\n startCursor\n }\n }\n id\n}\n\nfragment VendorServicesTabFragment_service on VendorService {\n id\n name\n description\n canUpdate: permission(action: \"core:vendor-service:update\")\n canDelete: permission(action: \"core:vendor-service:delete\")\n}\n\nfragment useVendorFormFragment on Vendor {\n id\n name\n description\n category\n statusPageUrl\n termsOfServiceUrl\n privacyPolicyUrl\n serviceLevelAgreementUrl\n dataProcessingAgreementUrl\n websiteUrl\n legalName\n headquarterAddress\n certifications\n countries\n securityPageUrl\n trustPageUrl\n businessOwner {\n id\n }\n securityOwner {\n id\n }\n}\n" } }; })(); diff --git a/apps/console/src/__generated__/core/VendorOverviewTabBusinessAssociateAgreementFragment.graphql.ts b/apps/console/src/__generated__/core/VendorOverviewTabBusinessAssociateAgreementFragment.graphql.ts index cd212b765..65871019d 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<<92455d5992a9e72cb7d395f570ad308c>> + * @generated SignedSource<<610480232ccc19f23fdf466a7de2ee90>> * @lightSyntaxTransform * @nogrep */ @@ -14,7 +14,6 @@ export type VendorOverviewTabBusinessAssociateAgreementFragment$data = { readonly businessAssociateAgreement: { readonly canDelete: boolean; readonly canUpdate: boolean; - readonly createdAt: string; readonly fileName: string; readonly fileUrl: string; readonly id: string; @@ -77,13 +76,6 @@ const node: ReaderFragment = { "name": "validUntil", "storageKey": null }, - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "createdAt", - "storageKey": null - }, { "alias": "canUpdate", "args": [ @@ -118,6 +110,6 @@ const node: ReaderFragment = { "abstractKey": null }; -(node as any).hash = "3c3bb156f86684d1834ec63cf43dc99f"; +(node as any).hash = "0de4641522a506ca9924cb616e2bbad7"; export default node; diff --git a/apps/console/src/__generated__/core/VendorOverviewTabDataPrivacyAgreementFragment.graphql.ts b/apps/console/src/__generated__/core/VendorOverviewTabDataPrivacyAgreementFragment.graphql.ts index 8d6b5cffb..cac72d05d 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<<3cf0d5be883754321b4278ac59d77a54>> + * @generated SignedSource<> * @lightSyntaxTransform * @nogrep */ @@ -14,7 +14,6 @@ export type VendorOverviewTabDataPrivacyAgreementFragment$data = { readonly dataPrivacyAgreement: { readonly canDelete: boolean; readonly canUpdate: boolean; - readonly createdAt: string; readonly fileName: string; readonly fileUrl: string; readonly id: string; @@ -77,13 +76,6 @@ const node: ReaderFragment = { "name": "validUntil", "storageKey": null }, - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "createdAt", - "storageKey": null - }, { "alias": "canUpdate", "args": [ @@ -118,6 +110,6 @@ const node: ReaderFragment = { "abstractKey": null }; -(node as any).hash = "c07606a63a9dc76f5cfad938c9d54268"; +(node as any).hash = "5cf69f31730f54b7a8cb97eb73308abb"; export default node; diff --git a/apps/console/src/__generated__/core/VendorServicesListQuery.graphql.ts b/apps/console/src/__generated__/core/VendorServicesListQuery.graphql.ts index f8217a2ea..dc6280b5c 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<<5eb43de8b9e005e9d6a505932b1e2bfd>> + * @generated SignedSource<> * @lightSyntaxTransform * @nogrep */ @@ -252,20 +252,6 @@ return { "name": "description", "storageKey": null }, - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "createdAt", - "storageKey": null - }, - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "updatedAt", - "storageKey": null - }, (v11/*: any*/) ], "storageKey": null @@ -355,12 +341,12 @@ return { ] }, "params": { - "cacheID": "94e552f4d7ee637234214d9277109b51", + "cacheID": "bed31ef58c544edb7f800be464058d1b", "id": null, "metadata": {}, "name": "VendorServicesListQuery", "operationKind": "query", - "text": "query VendorServicesListQuery(\n $after: CursorKey = null\n $before: CursorKey = null\n $first: Int = 50\n $last: Int = null\n $order: VendorServiceOrder = null\n $id: ID!\n) {\n node(id: $id) {\n __typename\n ...VendorServicesTabFragment_16fISc\n id\n }\n}\n\nfragment VendorServicesTabFragment_16fISc on Vendor {\n services(first: $first, after: $after, last: $last, before: $before, orderBy: $order) {\n edges {\n node {\n id\n canUpdate: permission(action: \"core:vendor-service:update\")\n canDelete: permission(action: \"core:vendor-service:delete\")\n ...VendorServicesTabFragment_service\n __typename\n }\n cursor\n }\n pageInfo {\n endCursor\n hasNextPage\n hasPreviousPage\n startCursor\n }\n }\n id\n}\n\nfragment VendorServicesTabFragment_service on VendorService {\n id\n name\n description\n createdAt\n updatedAt\n canUpdate: permission(action: \"core:vendor-service:update\")\n canDelete: permission(action: \"core:vendor-service:delete\")\n}\n" + "text": "query VendorServicesListQuery(\n $after: CursorKey = null\n $before: CursorKey = null\n $first: Int = 50\n $last: Int = null\n $order: VendorServiceOrder = null\n $id: ID!\n) {\n node(id: $id) {\n __typename\n ...VendorServicesTabFragment_16fISc\n id\n }\n}\n\nfragment VendorServicesTabFragment_16fISc on Vendor {\n services(first: $first, after: $after, last: $last, before: $before, orderBy: $order) {\n edges {\n node {\n id\n canUpdate: permission(action: \"core:vendor-service:update\")\n canDelete: permission(action: \"core:vendor-service:delete\")\n ...VendorServicesTabFragment_service\n __typename\n }\n cursor\n }\n pageInfo {\n endCursor\n hasNextPage\n hasPreviousPage\n startCursor\n }\n }\n id\n}\n\nfragment VendorServicesTabFragment_service on VendorService {\n id\n name\n description\n canUpdate: permission(action: \"core:vendor-service:update\")\n canDelete: permission(action: \"core:vendor-service:delete\")\n}\n" } }; })(); diff --git a/apps/console/src/__generated__/core/VendorServicesTabFragment_service.graphql.ts b/apps/console/src/__generated__/core/VendorServicesTabFragment_service.graphql.ts index a4e67da8f..da35c6bae 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<> + * @generated SignedSource<<1de5190bc3c47ab15138ab0ae27029db>> * @lightSyntaxTransform * @nogrep */ @@ -13,11 +13,9 @@ import { FragmentRefs } from "relay-runtime"; export type VendorServicesTabFragment_service$data = { readonly canDelete: boolean; readonly canUpdate: boolean; - readonly createdAt: string; readonly description: string | null | undefined; readonly id: string; readonly name: string; - readonly updatedAt: string; readonly " $fragmentType": "VendorServicesTabFragment_service"; }; export type VendorServicesTabFragment_service$key = { @@ -52,20 +50,6 @@ const node: ReaderFragment = { "name": "description", "storageKey": null }, - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "createdAt", - "storageKey": null - }, - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "updatedAt", - "storageKey": null - }, { "alias": "canUpdate", "args": [ @@ -97,6 +81,6 @@ const node: ReaderFragment = { "abstractKey": null }; -(node as any).hash = "6371ec5f43c5d090c72fa50ca7ec1686"; +(node as any).hash = "08f4f2317c7031ffca54a21505a4a9d7"; export default node; diff --git a/apps/console/src/__generated__/core/useRiskFormFragment.graphql.ts b/apps/console/src/__generated__/core/useRiskFormFragment.graphql.ts index 955c35286..91bd0e5f7 100644 --- a/apps/console/src/__generated__/core/useRiskFormFragment.graphql.ts +++ b/apps/console/src/__generated__/core/useRiskFormFragment.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<<8431443063be1d35d034a615cf97bcc4>> + * @generated SignedSource<<4fe8f690a945554a196237ad05417d34>> * @lightSyntaxTransform * @nogrep */ @@ -17,7 +17,6 @@ export type useRiskFormFragment$data = { readonly id: string; readonly inherentImpact: number; readonly inherentLikelihood: number; - readonly inherentRiskScore: number; readonly name: string; readonly note: string; readonly owner: { @@ -25,7 +24,6 @@ export type useRiskFormFragment$data = { } | null | undefined; readonly residualImpact: number; readonly residualLikelihood: number; - readonly residualRiskScore: number; readonly treatment: RiskTreatment; readonly " $fragmentType": "useRiskFormFragment"; }; @@ -105,20 +103,6 @@ return { "name": "residualImpact", "storageKey": null }, - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "inherentRiskScore", - "storageKey": null - }, - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "residualRiskScore", - "storageKey": null - }, { "alias": null, "args": null, @@ -144,6 +128,6 @@ return { }; })(); -(node as any).hash = "d9b52f879eadba5f7b1c18dcdbf85559"; +(node as any).hash = "7ad9386b4049af3f139d7269bb5229c2"; export default node; diff --git a/apps/trust/src/pages/__generated__/NDAPageQuery.graphql.ts b/apps/trust/src/pages/__generated__/NDAPageQuery.graphql.ts index 4ab0f365f..d20439f48 100644 --- a/apps/trust/src/pages/__generated__/NDAPageQuery.graphql.ts +++ b/apps/trust/src/pages/__generated__/NDAPageQuery.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<<10a0ee1dfa19239c5c5820f3d58a1e19>> + * @generated SignedSource<> * @lightSyntaxTransform * @nogrep */ @@ -27,7 +27,7 @@ export type NDAPageQuery$data = { readonly " $fragmentSpreads": FragmentRefs<"NDAPageFragment">; }; readonly viewer: { - readonly fullName: string; + readonly id: string; } | null | undefined; }; export type NDAPageQuery = { @@ -40,42 +40,47 @@ var v0 = { "alias": null, "args": null, "kind": "ScalarField", - "name": "fullName", + "name": "id", "storageKey": null }, v1 = { "alias": null, "args": null, - "kind": "ScalarField", - "name": "name", + "concreteType": "Identity", + "kind": "LinkedField", + "name": "viewer", + "plural": false, + "selections": [ + (v0/*: any*/) + ], "storageKey": null }, v2 = { "alias": null, "args": null, "kind": "ScalarField", - "name": "fileName", + "name": "name", "storageKey": null }, v3 = { "alias": null, "args": null, "kind": "ScalarField", - "name": "fileUrl", + "name": "fileName", "storageKey": null }, v4 = { "alias": null, "args": null, "kind": "ScalarField", - "name": "status", + "name": "fileUrl", "storageKey": null }, v5 = { "alias": null, "args": null, "kind": "ScalarField", - "name": "id", + "name": "status", "storageKey": null }; return { @@ -85,18 +90,7 @@ return { "metadata": null, "name": "NDAPageQuery", "selections": [ - { - "alias": null, - "args": null, - "concreteType": "Identity", - "kind": "LinkedField", - "name": "viewer", - "plural": false, - "selections": [ - (v0/*: any*/) - ], - "storageKey": null - }, + (v1/*: any*/), { "kind": "RequiredField", "field": { @@ -115,7 +109,7 @@ return { "name": "organization", "plural": false, "selections": [ - (v1/*: any*/) + (v2/*: any*/) ], "storageKey": null }, @@ -127,8 +121,8 @@ return { "name": "nonDisclosureAgreement", "plural": false, "selections": [ - (v2/*: any*/), (v3/*: any*/), + (v4/*: any*/), { "alias": null, "args": null, @@ -137,7 +131,7 @@ return { "name": "viewerSignature", "plural": false, "selections": [ - (v4/*: any*/) + (v5/*: any*/) ], "storageKey": null } @@ -164,19 +158,7 @@ return { "kind": "Operation", "name": "NDAPageQuery", "selections": [ - { - "alias": null, - "args": null, - "concreteType": "Identity", - "kind": "LinkedField", - "name": "viewer", - "plural": false, - "selections": [ - (v0/*: any*/), - (v5/*: any*/) - ], - "storageKey": null - }, + (v1/*: any*/), { "alias": null, "args": null, @@ -193,8 +175,8 @@ return { "name": "organization", "plural": false, "selections": [ - (v1/*: any*/), - (v5/*: any*/) + (v2/*: any*/), + (v0/*: any*/) ], "storageKey": null }, @@ -206,8 +188,8 @@ return { "name": "nonDisclosureAgreement", "plural": false, "selections": [ - (v2/*: any*/), (v3/*: any*/), + (v4/*: any*/), { "alias": null, "args": null, @@ -216,8 +198,8 @@ return { "name": "viewerSignature", "plural": false, "selections": [ - (v4/*: any*/), (v5/*: any*/), + (v0/*: any*/), { "alias": null, "args": null, @@ -238,23 +220,23 @@ return { ], "storageKey": null }, - (v5/*: any*/) + (v0/*: any*/) ], "storageKey": null } ] }, "params": { - "cacheID": "e1ab3a5206a4ea200ebdb991023a0e99", + "cacheID": "3fd076a45e4a2eae4a56fc34aeafa815", "id": null, "metadata": {}, "name": "NDAPageQuery", "operationKind": "query", - "text": "query NDAPageQuery {\n viewer {\n fullName\n id\n }\n currentTrustCenter {\n organization {\n name\n id\n }\n nonDisclosureAgreement {\n fileName\n fileUrl\n viewerSignature {\n status\n id\n }\n }\n ...NDAPageFragment\n id\n }\n}\n\nfragment NDAPageFragment on TrustCenter {\n nonDisclosureAgreement {\n viewerSignature {\n id\n status\n consentText\n lastError\n }\n }\n id\n}\n" + "text": "query NDAPageQuery {\n viewer {\n id\n }\n currentTrustCenter {\n organization {\n name\n id\n }\n nonDisclosureAgreement {\n fileName\n fileUrl\n viewerSignature {\n status\n id\n }\n }\n ...NDAPageFragment\n id\n }\n}\n\nfragment NDAPageFragment on TrustCenter {\n nonDisclosureAgreement {\n viewerSignature {\n id\n status\n consentText\n lastError\n }\n }\n id\n}\n" } }; })(); -(node as any).hash = "4f0f0dd672862fb6c3fb5ef2eff80cd9"; +(node as any).hash = "048b0469d90d78f35ce7ed1bfe7edbde"; export default node;