@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.
@@ -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
- origin: {
1836
+ iframe: {
1836
1837
  type: ["string", "null"]
1837
1838
  },
1838
- local: {
1839
+ hls: {
1839
1840
  type: ["string", "null"]
1840
1841
  },
1841
- remote: {
1842
+ webRTC: {
1842
1843
  type: ["string", "null"]
1843
1844
  }
1844
1845
  }
package/dist/cjs/utils.js CHANGED
@@ -154,7 +154,8 @@ var require_common = __commonJS({
154
154
  "stay-n-touch",
155
155
  "twilio",
156
156
  "cloudflare-images",
157
- "cloudflare-stream"
157
+ "cloudflare-stream",
158
+ "insperia-privacy"
158
159
  ]
159
160
  }
160
161
  }
@@ -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
- origin: {
9315
+ iframe: {
9315
9316
  type: ["string", "null"]
9316
9317
  },
9317
- local: {
9318
+ hls: {
9318
9319
  type: ["string", "null"]
9319
9320
  },
9320
- remote: {
9321
+ webRTC: {
9321
9322
  type: ["string", "null"]
9322
9323
  }
9323
9324
  }