@kohost/api-client 3.0.0-beta.44 → 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.
@@ -1833,13 +1833,13 @@ var require_camera = __commonJS({
1833
1833
  type: "object",
1834
1834
  additionalProperties: false,
1835
1835
  properties: {
1836
- origin: {
1836
+ iframe: {
1837
1837
  type: ["string", "null"]
1838
1838
  },
1839
- local: {
1839
+ hls: {
1840
1840
  type: ["string", "null"]
1841
1841
  },
1842
- remote: {
1842
+ webRTC: {
1843
1843
  type: ["string", "null"]
1844
1844
  }
1845
1845
  }
@@ -9312,13 +9312,13 @@ var require_camera = __commonJS({
9312
9312
  type: "object",
9313
9313
  additionalProperties: false,
9314
9314
  properties: {
9315
- origin: {
9315
+ iframe: {
9316
9316
  type: ["string", "null"]
9317
9317
  },
9318
- local: {
9318
+ hls: {
9319
9319
  type: ["string", "null"]
9320
9320
  },
9321
- remote: {
9321
+ webRTC: {
9322
9322
  type: ["string", "null"]
9323
9323
  }
9324
9324
  }