@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/utils.js
CHANGED
|
@@ -11940,6 +11940,9 @@ var require_product = __commonJS({
|
|
|
11940
11940
|
price: {
|
|
11941
11941
|
type: "number"
|
|
11942
11942
|
},
|
|
11943
|
+
tax: {
|
|
11944
|
+
type: ["number", "null"]
|
|
11945
|
+
},
|
|
11943
11946
|
image: {
|
|
11944
11947
|
$ref: "mediaFile.json"
|
|
11945
11948
|
},
|