@remit/api-openapi-types 0.0.28 → 0.0.29

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/types.d.ts +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@remit/api-openapi-types",
3
- "version": "0.0.28",
3
+ "version": "0.0.29",
4
4
  "type": "module",
5
5
  "main": "types.d.ts",
6
6
  "types": "types.d.ts",
package/types.d.ts CHANGED
@@ -156,7 +156,7 @@ current enum emitter anyway, so the wire contract uses the bare form.
156
156
  /**
157
157
  * Status of an outbox message in the send queue
158
158
  */
159
- export type OutboxMessageStatus = "draft" | "queued" | "sending" | "sent" | "failed" | "blocked";
159
+ export type OutboxMessageStatus = "draft" | "queued" | "sending" | "sent" | "unfiled" | "failed" | "blocked";
160
160
  /**
161
161
  * Where an attachment is between being promised and being sendable.
162
162