@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.
@@ -82,6 +82,14 @@
82
82
  "rtsp://192.168.1.4:544/channels/1",
83
83
  "rtsp://10.145.6.129:8554/unicast"
84
84
  ]
85
+ },
86
+ "previewImage": {
87
+ "type": ["string", "null"],
88
+ "description": "Source to preview the camera stream",
89
+ "examples": [
90
+ "https://example.com/preview.jpg",
91
+ "data:image/jpeg;base64,/9j/4AAQSkZJRgABAQEAYABgAAD/4QBYRXhpZgAATU0AKgAAAAgAA1EQAAEAAAABAQAAAFERAAQAAAABAAABAgABAA"
92
+ ]
85
93
  }
86
94
  }
87
95
  },
@@ -9888,6 +9888,14 @@ var require_camera = __commonJS({
9888
9888
  "rtsp://192.168.1.4:544/channels/1",
9889
9889
  "rtsp://10.145.6.129:8554/unicast"
9890
9890
  ]
9891
+ },
9892
+ previewImage: {
9893
+ type: ["string", "null"],
9894
+ description: "Source to preview the camera stream",
9895
+ examples: [
9896
+ "https://example.com/preview.jpg",
9897
+ "data:image/jpeg;base64,/9j/4AAQSkZJRgABAQEAYABgAAD/4QBYRXhpZgAATU0AKgAAAAgAA1EQAAEAAAABAQAAAFERAAQAAAABAAABAgABAA"
9898
+ ]
9891
9899
  }
9892
9900
  }
9893
9901
  },