@appcorp/stellar-solutions-invoice-module 0.1.2 → 0.1.3

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.
@@ -385,9 +385,9 @@ exports.staticProductSection = (_d = {},
385
385
  ],
386
386
  _d);
387
387
  exports.INVOICE_API_ROUTES = {
388
- INVOICES: '/api/invoices',
389
- INVOICE: '/api/invoice',
390
- INVOICE_BY_ID: '/api/invoice/invoice-by-id',
388
+ INVOICES: '/api/quotes-invoices',
389
+ INVOICE: '/api/quote-invoice',
390
+ INVOICE_BY_ID: '/api/quote-invoice/quote-invoice-by-id',
391
391
  };
392
392
  exports.tableBodyCols = [
393
393
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@appcorp/stellar-solutions-invoice-module",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
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",