@remit/api-openapi-types 0.0.17 → 0.0.18

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.17",
3
+ "version": "0.0.18",
4
4
  "type": "module",
5
5
  "main": "types.d.ts",
6
6
  "types": "types.d.ts",
package/types.d.ts CHANGED
@@ -2884,7 +2884,7 @@ server-capped window. `items` is omitted when `results=false` (count-only);
2884
2884
  value: boolean;
2885
2885
  }
2886
2886
  /**
2887
- * Sender is blocked: never load images, even on explicit click
2887
+ * Sender is blocked: mail is placed in Junk, and images never load, even on explicit click
2888
2888
  */
2889
2889
  export interface BlockedFlag {
2890
2890
  /**