@kohost/api-client 3.2.13 → 3.2.14
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.
package/dist/esm/Models.js
CHANGED
|
@@ -11883,6 +11883,9 @@ var require_product = __commonJS({
|
|
|
11883
11883
|
price: {
|
|
11884
11884
|
type: "number"
|
|
11885
11885
|
},
|
|
11886
|
+
tax: {
|
|
11887
|
+
type: ["number", "null"]
|
|
11888
|
+
},
|
|
11886
11889
|
image: {
|
|
11887
11890
|
$ref: "mediaFile.json"
|
|
11888
11891
|
},
|