@kohost/api-client 3.0.0-beta.43 → 3.0.0-beta.45
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/Models.js +5 -4
- package/dist/cjs/utils.js +2 -1
- package/dist/esm/Models.js +5 -4
- package/dist/esm/Models.js.map +2 -2
- package/dist/esm/utils.js +2 -1
- package/dist/esm/utils.js.map +2 -2
- package/package.json +1 -1
package/dist/cjs/Models.js
CHANGED
|
@@ -111,7 +111,8 @@ var require_common = __commonJS({
|
|
|
111
111
|
"stay-n-touch",
|
|
112
112
|
"twilio",
|
|
113
113
|
"cloudflare-images",
|
|
114
|
-
"cloudflare-stream"
|
|
114
|
+
"cloudflare-stream",
|
|
115
|
+
"insperia-privacy"
|
|
115
116
|
]
|
|
116
117
|
}
|
|
117
118
|
}
|
|
@@ -1832,13 +1833,13 @@ var require_camera = __commonJS({
|
|
|
1832
1833
|
type: "object",
|
|
1833
1834
|
additionalProperties: false,
|
|
1834
1835
|
properties: {
|
|
1835
|
-
|
|
1836
|
+
iframe: {
|
|
1836
1837
|
type: ["string", "null"]
|
|
1837
1838
|
},
|
|
1838
|
-
|
|
1839
|
+
hls: {
|
|
1839
1840
|
type: ["string", "null"]
|
|
1840
1841
|
},
|
|
1841
|
-
|
|
1842
|
+
webRTC: {
|
|
1842
1843
|
type: ["string", "null"]
|
|
1843
1844
|
}
|
|
1844
1845
|
}
|
package/dist/cjs/utils.js
CHANGED
package/dist/esm/Models.js
CHANGED
|
@@ -7488,7 +7488,8 @@ var require_common = __commonJS({
|
|
|
7488
7488
|
"stay-n-touch",
|
|
7489
7489
|
"twilio",
|
|
7490
7490
|
"cloudflare-images",
|
|
7491
|
-
"cloudflare-stream"
|
|
7491
|
+
"cloudflare-stream",
|
|
7492
|
+
"insperia-privacy"
|
|
7492
7493
|
]
|
|
7493
7494
|
}
|
|
7494
7495
|
}
|
|
@@ -9311,13 +9312,13 @@ var require_camera = __commonJS({
|
|
|
9311
9312
|
type: "object",
|
|
9312
9313
|
additionalProperties: false,
|
|
9313
9314
|
properties: {
|
|
9314
|
-
|
|
9315
|
+
iframe: {
|
|
9315
9316
|
type: ["string", "null"]
|
|
9316
9317
|
},
|
|
9317
|
-
|
|
9318
|
+
hls: {
|
|
9318
9319
|
type: ["string", "null"]
|
|
9319
9320
|
},
|
|
9320
|
-
|
|
9321
|
+
webRTC: {
|
|
9321
9322
|
type: ["string", "null"]
|
|
9322
9323
|
}
|
|
9323
9324
|
}
|