@vini-wine/admin-core-models 1.1.96 → 1.1.97

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.
package/dist/index.d.mts CHANGED
@@ -265,6 +265,7 @@ interface B2bMarketPriceUploadModel extends UUID {
265
265
  }
266
266
 
267
267
  interface BankEntryLineModel extends UUID {
268
+ amount: PriceModel | null;
268
269
  bankEntry?: BankEntryModel;
269
270
  amountDC: number;
270
271
  amountFC: number;
package/dist/index.d.ts CHANGED
@@ -265,6 +265,7 @@ interface B2bMarketPriceUploadModel extends UUID {
265
265
  }
266
266
 
267
267
  interface BankEntryLineModel extends UUID {
268
+ amount: PriceModel | null;
268
269
  bankEntry?: BankEntryModel;
269
270
  amountDC: number;
270
271
  amountFC: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vini-wine/admin-core-models",
3
- "version": "1.1.96",
3
+ "version": "1.1.97",
4
4
  "description": "Core package for Vini models related to the admin API.",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",