@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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/types.gen.ts +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@remit/api-http-client",
3
- "version": "0.0.16",
3
+ "version": "0.0.17",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": "./index.ts",
package/types.gen.ts CHANGED
@@ -457,14 +457,14 @@ export type RemitImapAutoMovedInfo = {
457
457
  };
458
458
 
459
459
  /**
460
- * Sender is blocked: never load images, even on explicit click
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 images, even on explicit click
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;