@camstack/addon-export-alexa 1.2.2 → 1.2.4
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.
|
@@ -16781,7 +16781,8 @@ var MediaFileKindEnum = _enum([
|
|
|
16781
16781
|
"faceCrop",
|
|
16782
16782
|
"plateCrop",
|
|
16783
16783
|
"keyFrame",
|
|
16784
|
-
"keyFrameSmall"
|
|
16784
|
+
"keyFrameSmall",
|
|
16785
|
+
"thumbnailSmall"
|
|
16785
16786
|
]);
|
|
16786
16787
|
var MediaFileSchema = object({
|
|
16787
16788
|
key: string(),
|
|
@@ -16755,7 +16755,8 @@ var MediaFileKindEnum = _enum([
|
|
|
16755
16755
|
"faceCrop",
|
|
16756
16756
|
"plateCrop",
|
|
16757
16757
|
"keyFrame",
|
|
16758
|
-
"keyFrameSmall"
|
|
16758
|
+
"keyFrameSmall",
|
|
16759
|
+
"thumbnailSmall"
|
|
16759
16760
|
]);
|
|
16760
16761
|
var MediaFileSchema = object({
|
|
16761
16762
|
key: string(),
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@camstack/addon-export-alexa",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.4",
|
|
4
4
|
"description": "Alexa Smart Home Skill export — hub-side OAuth provider + directive handler. The companion AWS Lambda forwards Alexa directives to this addon's /addon/export-alexa/directive endpoint.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"camstack",
|