@remit/api-openapi-spec 0.0.26 → 0.0.27

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/openapi.json +1 -0
  2. package/package.json +1 -1
package/openapi.json CHANGED
@@ -6003,6 +6003,7 @@
6003
6003
  "queued",
6004
6004
  "sending",
6005
6005
  "sent",
6006
+ "unfiled",
6006
6007
  "failed",
6007
6008
  "blocked"
6008
6009
  ],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@remit/api-openapi-spec",
3
- "version": "0.0.26",
3
+ "version": "0.0.27",
4
4
  "description": "Remit API OpenAPI 3 document, generated from TypeSpec.",
5
5
  "exports": {
6
6
  ".": "./openapi.json",