@nomalism-com/types 0.33.59 → 0.33.60

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.
@@ -108,7 +108,7 @@ export type IBatchType = 'national' | 'international' | 'null';
108
108
  export interface IPaymentsBatchNpfDh {
109
109
  id: string;
110
110
  name: string;
111
- sent: boolean;
111
+ sent: string | null;
112
112
  owner_id: string;
113
113
  owner_number: number;
114
114
  owner_name: string;
package/package.json CHANGED
@@ -9,7 +9,7 @@
9
9
  "typescript",
10
10
  "helper"
11
11
  ],
12
- "version": "0.33.59",
12
+ "version": "0.33.60",
13
13
  "main": "./dist/index.min.js",
14
14
  "types": "./dist/index.d.ts",
15
15
  "files": [