@nomalism-com/types 0.34.22 → 0.34.23

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.
@@ -467,7 +467,6 @@ export type Payment = {
467
467
  */
468
468
  export type BankPaymentsBatch = {
469
469
  id: string;
470
- value: number;
471
470
  type: IBatchType | null;
472
471
  times_downloaded: number;
473
472
  multimedia_id: string | null;
package/package.json CHANGED
@@ -9,7 +9,7 @@
9
9
  "typescript",
10
10
  "helper"
11
11
  ],
12
- "version": "0.34.22",
12
+ "version": "0.34.23",
13
13
  "type": "module",
14
14
  "module": "./dist/index.js",
15
15
  "main": "./dist/index.cjs",
@@ -499,7 +499,6 @@ export type Payment = {
499
499
  */
500
500
  export type BankPaymentsBatch = {
501
501
  id: string;
502
- value: number;
503
502
  type: IBatchType | null;
504
503
  times_downloaded: number;
505
504
  multimedia_id: string | null;