diff --git a/src/lib/pbtypes.ts b/src/lib/pbtypes.ts index 21f11e5..bc87f93 100644 --- a/src/lib/pbtypes.ts +++ b/src/lib/pbtypes.ts @@ -126,6 +126,7 @@ export enum IndJobStatusOptions { "Inbound" = "Inbound", "Outbound" = "Outbound", "Delivered" = "Delivered", + "Queued" = "Queued", } export type IndJobRecord = { billOfMaterials?: RecordIdString[]