Skip to content

Commit 393b4fd

Browse files
Add all letter status types
1 parent 4053511 commit 393b4fd

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

infrastructure/terraform/components/api/resources/spec.tmpl.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,8 @@
108108
"FAILED",
109109
"RETURNED",
110110
"DESTROYED",
111-
"FORWARDED"
111+
"FORWARDED",
112+
"DELIVERED"
112113
],
113114
"type": "string"
114115
}
@@ -174,7 +175,8 @@
174175
"FAILED",
175176
"RETURNED",
176177
"DESTROYED",
177-
"FORWARDED"
178+
"FORWARDED",
179+
"DELIVERED"
178180
],
179181
"type": "string"
180182
}

internal/datastore/src/types.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ erDiagram
1414
string specificationId
1515
string groupId
1616
string url "url"
17-
string status "enum: PENDING, ACCEPTED, DISPATCHED, FAILED, REJECTED, DELIVERED, CANCELLED"
17+
string status "enum: PENDING, ACCEPTED, REJECTED, PRINTED, ENCLOSED, CANCELLED, DISPATCHED, FAILED, RETURNED, DESTROYED, FORWARDED, DELIVERED"
1818
string createdAt
1919
string updatedAt
2020
string supplierStatus

0 commit comments

Comments
 (0)