@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/Models.js
CHANGED
|
@@ -10172,6 +10172,9 @@ var require_camera = __commonJS({
|
|
|
10172
10172
|
type: "string"
|
|
10173
10173
|
}
|
|
10174
10174
|
},
|
|
10175
|
+
authRequired: {
|
|
10176
|
+
type: "boolean"
|
|
10177
|
+
},
|
|
10175
10178
|
iframe: {
|
|
10176
10179
|
type: ["string", "null"]
|
|
10177
10180
|
},
|
|
@@ -11880,6 +11883,9 @@ var require_product = __commonJS({
|
|
|
11880
11883
|
price: {
|
|
11881
11884
|
type: "number"
|
|
11882
11885
|
},
|
|
11886
|
+
tax: {
|
|
11887
|
+
type: ["number", "null"]
|
|
11888
|
+
},
|
|
11883
11889
|
image: {
|
|
11884
11890
|
$ref: "mediaFile.json"
|
|
11885
11891
|
},
|