@appcorp/stellar-solutions-invoice-module 0.1.18 → 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.
@@ -392,7 +392,6 @@ exports.staticProductSection = (_d = {},
392
392
  ],
393
393
  _d);
394
394
  exports.INVOICE_API_ROUTES = {
395
- // INVOICES: process.env.NODE_ENV === 'production' ? '/api/quotes-invoices' : 'https://stellar-solutions-pattern.vercel.app/api/quotes-invoices',
396
395
  INVOICES: '/api/quotes-invoices',
397
396
  INVOICE: '/api/quote-invoice',
398
397
  INVOICE_BY_ID: '/api/quote-invoice/quote-invoice-by-id',
@@ -411,12 +410,12 @@ exports.tableBodyCols = [
411
410
  key: 'currency',
412
411
  },
413
412
  {
414
- componentType: vista_table_type_1.VISTA_TABLE_CELL_TYPE.TEXT,
415
- key: 'status',
413
+ componentType: vista_table_type_1.VISTA_TABLE_CELL_TYPE.MULTIPLE_TEXT_LINES,
414
+ key: ['date', 'expiryDate'],
416
415
  },
417
416
  {
418
- componentType: vista_table_type_1.VISTA_TABLE_CELL_TYPE.MULTIPLE_TEXT_LINES,
419
- key: ['issueDate', 'expiryDate'],
417
+ componentType: vista_table_type_1.VISTA_TABLE_CELL_TYPE.TEXT,
418
+ key: 'note',
420
419
  },
421
420
  {
422
421
  componentType: vista_table_type_1.VISTA_TABLE_CELL_TYPE.TEXT,
@@ -432,11 +431,11 @@ exports.tableBodyCols = [
432
431
  },
433
432
  {
434
433
  componentType: vista_table_type_1.VISTA_TABLE_CELL_TYPE.TEXT,
435
- key: 'discountPrice',
434
+ key: 'discount',
436
435
  },
437
436
  {
438
437
  componentType: vista_table_type_1.VISTA_TABLE_CELL_TYPE.TEXT,
439
- key: 'totalPrice',
438
+ key: 'total',
440
439
  },
441
440
  {
442
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.18",
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",