@camstack/addon-provider-onvif 1.2.103 → 1.2.104
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/addon.js +1 -0
- package/dist/addon.mjs +1 -0
- package/package.json +1 -1
package/dist/addon.js
CHANGED
|
@@ -19728,6 +19728,7 @@ var MediaFileKindEnum = _enum([
|
|
|
19728
19728
|
"keyFrame",
|
|
19729
19729
|
"keyFrameSmall",
|
|
19730
19730
|
"thumbnailSmall",
|
|
19731
|
+
"confirmationCrop",
|
|
19731
19732
|
"sceneFrame"
|
|
19732
19733
|
]);
|
|
19733
19734
|
/**
|
package/dist/addon.mjs
CHANGED
|
@@ -19729,6 +19729,7 @@ var MediaFileKindEnum = _enum([
|
|
|
19729
19729
|
"keyFrame",
|
|
19730
19730
|
"keyFrameSmall",
|
|
19731
19731
|
"thumbnailSmall",
|
|
19732
|
+
"confirmationCrop",
|
|
19732
19733
|
"sceneFrame"
|
|
19733
19734
|
]);
|
|
19734
19735
|
/**
|