@kohost/api-client 3.9.5 → 3.9.6

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/esm/utils.js CHANGED
@@ -9968,6 +9968,14 @@ var require_camera = __commonJS({
9968
9968
  "rtsp://192.168.1.4:544/channels/1",
9969
9969
  "rtsp://10.145.6.129:8554/unicast"
9970
9970
  ]
9971
+ },
9972
+ previewImage: {
9973
+ type: ["string", "null"],
9974
+ description: "Source to preview the camera stream",
9975
+ examples: [
9976
+ "https://example.com/preview.jpg",
9977
+ "data:image/jpeg;base64,/9j/4AAQSkZJRgABAQEAYABgAAD/4QBYRXhpZgAATU0AKgAAAAgAA1EQAAEAAAABAQAAAFERAAQAAAABAAABAgABAA"
9978
+ ]
9971
9979
  }
9972
9980
  }
9973
9981
  },