@camstack/addon-export-google 0.1.5 → 0.1.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.
|
@@ -23912,23 +23912,23 @@ DeviceType.Camera, method(object({ deviceId: number() }), object({
|
|
|
23912
23912
|
sdpOffer: string()
|
|
23913
23913
|
}), {
|
|
23914
23914
|
kind: "mutation",
|
|
23915
|
-
auth: "
|
|
23915
|
+
auth: "protected"
|
|
23916
23916
|
}), method(object({
|
|
23917
23917
|
deviceId: number(),
|
|
23918
23918
|
sessionId: string(),
|
|
23919
23919
|
sdpAnswer: string()
|
|
23920
23920
|
}), _void(), {
|
|
23921
23921
|
kind: "mutation",
|
|
23922
|
-
auth: "
|
|
23922
|
+
auth: "protected"
|
|
23923
23923
|
}), method(object({
|
|
23924
23924
|
deviceId: number(),
|
|
23925
23925
|
sessionId: string()
|
|
23926
23926
|
}), _void(), {
|
|
23927
23927
|
kind: "mutation",
|
|
23928
|
-
auth: "
|
|
23928
|
+
auth: "protected"
|
|
23929
23929
|
}), method(object({ deviceId: number() }), object({ sessionId: string() }), {
|
|
23930
23930
|
kind: "mutation",
|
|
23931
|
-
auth: "
|
|
23931
|
+
auth: "protected"
|
|
23932
23932
|
}), method(object({
|
|
23933
23933
|
deviceId: number(),
|
|
23934
23934
|
/** Audio bytes for ONE frame, base64-encoded so the payload
|
|
@@ -23947,10 +23947,10 @@ DeviceType.Camera, method(object({ deviceId: number() }), object({
|
|
|
23947
23947
|
sequenceNumber: number().int()
|
|
23948
23948
|
}), object({ accepted: boolean() }), {
|
|
23949
23949
|
kind: "mutation",
|
|
23950
|
-
auth: "
|
|
23950
|
+
auth: "protected"
|
|
23951
23951
|
}), method(object({ deviceId: number() }), _void(), {
|
|
23952
23952
|
kind: "mutation",
|
|
23953
|
-
auth: "
|
|
23953
|
+
auth: "protected"
|
|
23954
23954
|
}), object({
|
|
23955
23955
|
deviceId: number(),
|
|
23956
23956
|
status: IntercomStatusSchema
|
|
@@ -23908,23 +23908,23 @@ DeviceType.Camera, method(object({ deviceId: number() }), object({
|
|
|
23908
23908
|
sdpOffer: string()
|
|
23909
23909
|
}), {
|
|
23910
23910
|
kind: "mutation",
|
|
23911
|
-
auth: "
|
|
23911
|
+
auth: "protected"
|
|
23912
23912
|
}), method(object({
|
|
23913
23913
|
deviceId: number(),
|
|
23914
23914
|
sessionId: string(),
|
|
23915
23915
|
sdpAnswer: string()
|
|
23916
23916
|
}), _void(), {
|
|
23917
23917
|
kind: "mutation",
|
|
23918
|
-
auth: "
|
|
23918
|
+
auth: "protected"
|
|
23919
23919
|
}), method(object({
|
|
23920
23920
|
deviceId: number(),
|
|
23921
23921
|
sessionId: string()
|
|
23922
23922
|
}), _void(), {
|
|
23923
23923
|
kind: "mutation",
|
|
23924
|
-
auth: "
|
|
23924
|
+
auth: "protected"
|
|
23925
23925
|
}), method(object({ deviceId: number() }), object({ sessionId: string() }), {
|
|
23926
23926
|
kind: "mutation",
|
|
23927
|
-
auth: "
|
|
23927
|
+
auth: "protected"
|
|
23928
23928
|
}), method(object({
|
|
23929
23929
|
deviceId: number(),
|
|
23930
23930
|
/** Audio bytes for ONE frame, base64-encoded so the payload
|
|
@@ -23943,10 +23943,10 @@ DeviceType.Camera, method(object({ deviceId: number() }), object({
|
|
|
23943
23943
|
sequenceNumber: number().int()
|
|
23944
23944
|
}), object({ accepted: boolean() }), {
|
|
23945
23945
|
kind: "mutation",
|
|
23946
|
-
auth: "
|
|
23946
|
+
auth: "protected"
|
|
23947
23947
|
}), method(object({ deviceId: number() }), _void(), {
|
|
23948
23948
|
kind: "mutation",
|
|
23949
|
-
auth: "
|
|
23949
|
+
auth: "protected"
|
|
23950
23950
|
}), object({
|
|
23951
23951
|
deviceId: number(),
|
|
23952
23952
|
status: IntercomStatusSchema
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@camstack/addon-export-google",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.6",
|
|
4
4
|
"description": "Google Home export — hub-side smart-home fulfillment (SYNC / QUERY / EXECUTE / DISCONNECT) for the non-camera fleet, served over the hub's own OAuth account link. No Google credential is stored, sent or required.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"camstack",
|