Skip to content

Commit 3880880

Browse files
Add delivered status
1 parent 34bddd7 commit 3880880

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/datastore/src/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export type Supplier = z.infer<typeof SupplierSchema>;
1515
export const LetterStatus = z.enum([
1616
'PENDING', 'ACCEPTED', 'REJECTED', 'PRINTED',
1717
'ENCLOSED', 'CANCELLED', 'DISPATCHED', 'FAILED',
18-
'RETURNED', 'DESTROYED', 'FORWARDED']);
18+
'RETURNED', 'DESTROYED', 'FORWARDED', 'DELIVERED']);
1919

2020
export const LetterSchema = z.object({
2121
id: z.string(),

0 commit comments

Comments
 (0)