We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f4c528 commit a475d3eCopy full SHA for a475d3e
app/src/utils/constants.ts
@@ -84,8 +84,8 @@ export const FONT_FAMILY_HEADER = 'Montserrat';
84
// This should not be the same as OperationType.
85
export type DrefStatus = components<'read'>['schemas']['DrefDrefStatusEnumKey'];
86
export const DREF_STATUS_DRAFT = 1 satisfies DrefStatus;
87
-export const DREF_STATUS_FINALIZED = 3 satisfies DrefStatus;
88
-export const DREF_STATUS_APPROVED = 4 satisfies DrefStatus;
+export const DREF_STATUS_FINALIZED = 2 satisfies DrefStatus;
+export const DREF_STATUS_APPROVED = 3 satisfies DrefStatus;
89
90
export type TypeOfDrefEnum = components<'read'>['schemas']['DrefDrefDrefTypeEnumKey'];
91
export const DREF_TYPE_IMMINENT = 0 satisfies TypeOfDrefEnum;
0 commit comments