@kohost/api-client 3.2.12 → 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/cjs/schemas/CameraSchema.d.ts +1 -0
- package/dist/cjs/schemas/ProductSchema.d.ts +1 -0
- package/dist/cjs/schemas/RoomSchema.d.ts +1 -0
- package/dist/cjs/schemas/camera.json +3 -0
- package/dist/cjs/schemas/product.json +3 -0
- package/dist/esm/Models.js +6 -0
- package/dist/esm/Models.js.map +2 -2
- package/dist/esm/utils.js +6 -0
- package/dist/esm/utils.js.map +2 -2
- package/package.json +1 -1
package/dist/esm/utils.js
CHANGED
|
@@ -10229,6 +10229,9 @@ var require_camera = __commonJS({
|
|
|
10229
10229
|
type: "string"
|
|
10230
10230
|
}
|
|
10231
10231
|
},
|
|
10232
|
+
authRequired: {
|
|
10233
|
+
type: "boolean"
|
|
10234
|
+
},
|
|
10232
10235
|
iframe: {
|
|
10233
10236
|
type: ["string", "null"]
|
|
10234
10237
|
},
|
|
@@ -11937,6 +11940,9 @@ var require_product = __commonJS({
|
|
|
11937
11940
|
price: {
|
|
11938
11941
|
type: "number"
|
|
11939
11942
|
},
|
|
11943
|
+
tax: {
|
|
11944
|
+
type: ["number", "null"]
|
|
11945
|
+
},
|
|
11940
11946
|
image: {
|
|
11941
11947
|
$ref: "mediaFile.json"
|
|
11942
11948
|
},
|