@merkaly/api 0.5.12 → 0.5.13

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.
@@ -18,4 +18,5 @@ export declare class SaleItemEntity extends AbstractEntity {
18
18
  }[];
19
19
  readonly price: number;
20
20
  readonly total: number;
21
+ readonly isProcessable: boolean;
21
22
  }
@@ -7,4 +7,5 @@ export declare class SaleTransactionEntity extends TransactionEntity<SaleTransac
7
7
  customer: MongoEntity<SaleCustomerEntity>;
8
8
  items: SaleItemEntity[];
9
9
  readonly subtotal: number;
10
+ readonly isProcessable: boolean;
10
11
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@merkaly/api",
3
- "version": "0.5.12",
3
+ "version": "0.5.13",
4
4
  "type": "module",
5
5
  "description": "Shared TypeScript interfaces and enums for Merkaly API",
6
6
  "exports": {