@remit/api-http-client 0.0.27 → 0.0.28
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.
- package/package.json +1 -1
- package/types.gen.ts +1 -1
package/package.json
CHANGED
package/types.gen.ts
CHANGED
|
@@ -1764,7 +1764,7 @@ export type RemitImapOutboxMessageResponse = {
|
|
|
1764
1764
|
/**
|
|
1765
1765
|
* Status of an outbox message in the send queue
|
|
1766
1766
|
*/
|
|
1767
|
-
export type RemitImapOutboxMessageStatus = 'draft' | 'queued' | 'sending' | 'sent' | 'failed' | 'blocked';
|
|
1767
|
+
export type RemitImapOutboxMessageStatus = 'draft' | 'queued' | 'sending' | 'sent' | 'unfiled' | 'failed' | 'blocked';
|
|
1768
1768
|
|
|
1769
1769
|
/**
|
|
1770
1770
|
* Actionable placement verdict — the direction Remit decided to move a message. `leave` is not represented: a left-in-place verdict means the placement sub-model is absent.
|