@appcorp/stellar-solutions-invoice-module 0.1.19 → 0.1.21

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.
@@ -411,7 +411,7 @@ exports.tableBodyCols = [
411
411
  },
412
412
  {
413
413
  componentType: vista_table_type_1.VISTA_TABLE_CELL_TYPE.MULTIPLE_TEXT_LINES,
414
- key: ['issueDate', 'expiryDate'],
414
+ key: ['date', 'expiryDate'],
415
415
  },
416
416
  {
417
417
  componentType: vista_table_type_1.VISTA_TABLE_CELL_TYPE.TEXT,
@@ -431,11 +431,11 @@ exports.tableBodyCols = [
431
431
  },
432
432
  {
433
433
  componentType: vista_table_type_1.VISTA_TABLE_CELL_TYPE.TEXT,
434
- key: 'discountPrice',
434
+ key: 'discount',
435
435
  },
436
436
  {
437
437
  componentType: vista_table_type_1.VISTA_TABLE_CELL_TYPE.TEXT,
438
- key: 'totalPrice',
438
+ key: 'total',
439
439
  },
440
440
  {
441
441
  componentType: vista_table_type_1.VISTA_TABLE_CELL_TYPE.TEXT,
@@ -492,6 +492,7 @@ var useInvoiceState = function () {
492
492
  payload: { key: 'subTotal', value: subtotal },
493
493
  });
494
494
  }
495
+ console.log('updated', updatedItems);
495
496
  dispatch({
496
497
  type: actions_1.INVOICE_ACTION_TYPES.SET_INPUT_FIELD,
497
498
  payload: { key: 'products', value: updatedItems },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@appcorp/stellar-solutions-invoice-module",
3
- "version": "0.1.19",
3
+ "version": "0.1.21",
4
4
  "scripts": {
5
5
  "build": "yarn clean && yarn build:ts && cp package.json lib && cp README.md lib",
6
6
  "build:next": "next build",