@foxiko/client
Advanced tools
Comparing version 1.0.54 to 1.0.55
@@ -1,3 +0,5 @@ | ||
class Stock { | ||
const {APIEntity} = require("../../APIEntity"); | ||
class Stock extends APIEntity { | ||
static COLUMNS = { | ||
@@ -4,0 +6,0 @@ id: String, |
@@ -23,2 +23,3 @@ const {AccountController} = require("./controllers/AccountController"); | ||
this.account = new AccountController(this, accountId, client); | ||
this.product = new ProductController(this, accountId, client); | ||
} | ||
@@ -25,0 +26,0 @@ |
@@ -44,2 +44,8 @@ const schema = process.env['LOCAL'] === "true" ? "http" : "https"; | ||
}, | ||
PRODUCT: { | ||
GET: (id) => `${schema}://${domain}/${version}/finance/product/${id}/get`, | ||
EDIT: (id) => `${schema}://${domain}/${version}/finance/product/${id}/edit`, | ||
CREATE: `${schema}://${domain}/${version}/finance/product/create`, | ||
ALL: `${schema}://${domain}/${version}/finance/product/all`, | ||
}, | ||
CUSTOMER: { | ||
@@ -46,0 +52,0 @@ GET: (id) => `${schema}://${domain}/${version}/finance/customer/${id}/get`, |
{ | ||
"name": "@foxiko/client", | ||
"version": "1.0.54", | ||
"version": "1.0.55", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
172625
55
3446