Add procedure document type
Signed-off-by: Bryan Frimin <bryan@getprobo.com>
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/**
|
||||
* @generated SignedSource<<c1dbff6aa4c7dd1ce114b8d1fb9b76e6>>
|
||||
* @generated SignedSource<<091d468e321f2cd6cdead063c35c6a45>>
|
||||
* @lightSyntaxTransform
|
||||
* @nogrep
|
||||
*/
|
||||
@@ -10,7 +10,7 @@
|
||||
|
||||
import { ConcreteRequest } from 'relay-runtime';
|
||||
import { FragmentRefs } from "relay-runtime";
|
||||
export type DocumentType = "ISMS" | "OTHER" | "POLICY";
|
||||
export type DocumentType = "ISMS" | "OTHER" | "POLICY" | "PROCEDURE";
|
||||
export type TrustGraphCurrentDocumentsQuery$variables = Record<PropertyKey, never>;
|
||||
export type TrustGraphCurrentDocumentsQuery$data = {
|
||||
readonly currentTrustCenter: {
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/**
|
||||
* @generated SignedSource<<f592abfc32b9882d40bdfd0d91908ea2>>
|
||||
* @generated SignedSource<<922757406dbc7a2c20b502ef6dd4c0d8>>
|
||||
* @lightSyntaxTransform
|
||||
* @nogrep
|
||||
*/
|
||||
@@ -10,7 +10,7 @@
|
||||
|
||||
import { ConcreteRequest } from 'relay-runtime';
|
||||
import { FragmentRefs } from "relay-runtime";
|
||||
export type DocumentType = "ISMS" | "OTHER" | "POLICY";
|
||||
export type DocumentType = "ISMS" | "OTHER" | "POLICY" | "PROCEDURE";
|
||||
export type TrustGraphDocumentsQuery$variables = {
|
||||
slug: string;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user