@remit/api-http-client 0.0.16 → 0.0.17
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 +2 -2
package/package.json
CHANGED
package/types.gen.ts
CHANGED
|
@@ -457,14 +457,14 @@ export type RemitImapAutoMovedInfo = {
|
|
|
457
457
|
};
|
|
458
458
|
|
|
459
459
|
/**
|
|
460
|
-
* Sender is blocked: never load
|
|
460
|
+
* Sender is blocked: mail is placed in Junk, and images never load, even on explicit click
|
|
461
461
|
*/
|
|
462
462
|
export type RemitImapBlockedFlag = RemitImapAddressFlagBase & {
|
|
463
463
|
value: boolean;
|
|
464
464
|
};
|
|
465
465
|
|
|
466
466
|
/**
|
|
467
|
-
* Sender is blocked: never load
|
|
467
|
+
* Sender is blocked: mail is placed in Junk, and images never load, even on explicit click
|
|
468
468
|
*/
|
|
469
469
|
export type RemitImapBlockedFlagUpdate = RemitImapAddressFlagBaseUpdate & {
|
|
470
470
|
value?: boolean;
|