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

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,
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.20",
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",