Skip to content

Commit 954c806

Browse files
committed
feat(dref-translation): update dref status and publish api to approve
1 parent 4623c15 commit 954c806

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

app/src/utils/constants.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ export const FONT_FAMILY_HEADER = 'Montserrat';
8383
// FIXME: fix typing in server (medium priority)
8484
// This should not be the same as OperationType.
8585
export type DrefStatus = components<'read'>['schemas']['DrefDrefStatusEnumKey'];
86+
8687
export const DREF_STATUS_DRAFT = 1 satisfies DrefStatus;
8788
export const DREF_STATUS_FINALIZED = 2 satisfies DrefStatus;
8889
export const DREF_STATUS_APPROVED = 3 satisfies DrefStatus;

go-api

Submodule go-api updated 92 files

0 commit comments

Comments
 (0)