@camstack/addon-decoder-nodeav 1.2.41 → 1.2.42
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/index.js +6 -6
- package/dist/index.mjs +6 -6
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -23748,23 +23748,23 @@ DeviceType.Camera, method(object({ deviceId: number() }), object({
|
|
|
23748
23748
|
sdpOffer: string()
|
|
23749
23749
|
}), {
|
|
23750
23750
|
kind: "mutation",
|
|
23751
|
-
auth: "
|
|
23751
|
+
auth: "protected"
|
|
23752
23752
|
}), method(object({
|
|
23753
23753
|
deviceId: number(),
|
|
23754
23754
|
sessionId: string(),
|
|
23755
23755
|
sdpAnswer: string()
|
|
23756
23756
|
}), _void(), {
|
|
23757
23757
|
kind: "mutation",
|
|
23758
|
-
auth: "
|
|
23758
|
+
auth: "protected"
|
|
23759
23759
|
}), method(object({
|
|
23760
23760
|
deviceId: number(),
|
|
23761
23761
|
sessionId: string()
|
|
23762
23762
|
}), _void(), {
|
|
23763
23763
|
kind: "mutation",
|
|
23764
|
-
auth: "
|
|
23764
|
+
auth: "protected"
|
|
23765
23765
|
}), method(object({ deviceId: number() }), object({ sessionId: string() }), {
|
|
23766
23766
|
kind: "mutation",
|
|
23767
|
-
auth: "
|
|
23767
|
+
auth: "protected"
|
|
23768
23768
|
}), method(object({
|
|
23769
23769
|
deviceId: number(),
|
|
23770
23770
|
/** Audio bytes for ONE frame, base64-encoded so the payload
|
|
@@ -23783,10 +23783,10 @@ DeviceType.Camera, method(object({ deviceId: number() }), object({
|
|
|
23783
23783
|
sequenceNumber: number().int()
|
|
23784
23784
|
}), object({ accepted: boolean() }), {
|
|
23785
23785
|
kind: "mutation",
|
|
23786
|
-
auth: "
|
|
23786
|
+
auth: "protected"
|
|
23787
23787
|
}), method(object({ deviceId: number() }), _void(), {
|
|
23788
23788
|
kind: "mutation",
|
|
23789
|
-
auth: "
|
|
23789
|
+
auth: "protected"
|
|
23790
23790
|
}), object({
|
|
23791
23791
|
deviceId: number(),
|
|
23792
23792
|
status: IntercomStatusSchema
|
package/dist/index.mjs
CHANGED
|
@@ -23744,23 +23744,23 @@ DeviceType.Camera, method(object({ deviceId: number() }), object({
|
|
|
23744
23744
|
sdpOffer: string()
|
|
23745
23745
|
}), {
|
|
23746
23746
|
kind: "mutation",
|
|
23747
|
-
auth: "
|
|
23747
|
+
auth: "protected"
|
|
23748
23748
|
}), method(object({
|
|
23749
23749
|
deviceId: number(),
|
|
23750
23750
|
sessionId: string(),
|
|
23751
23751
|
sdpAnswer: string()
|
|
23752
23752
|
}), _void(), {
|
|
23753
23753
|
kind: "mutation",
|
|
23754
|
-
auth: "
|
|
23754
|
+
auth: "protected"
|
|
23755
23755
|
}), method(object({
|
|
23756
23756
|
deviceId: number(),
|
|
23757
23757
|
sessionId: string()
|
|
23758
23758
|
}), _void(), {
|
|
23759
23759
|
kind: "mutation",
|
|
23760
|
-
auth: "
|
|
23760
|
+
auth: "protected"
|
|
23761
23761
|
}), method(object({ deviceId: number() }), object({ sessionId: string() }), {
|
|
23762
23762
|
kind: "mutation",
|
|
23763
|
-
auth: "
|
|
23763
|
+
auth: "protected"
|
|
23764
23764
|
}), method(object({
|
|
23765
23765
|
deviceId: number(),
|
|
23766
23766
|
/** Audio bytes for ONE frame, base64-encoded so the payload
|
|
@@ -23779,10 +23779,10 @@ DeviceType.Camera, method(object({ deviceId: number() }), object({
|
|
|
23779
23779
|
sequenceNumber: number().int()
|
|
23780
23780
|
}), object({ accepted: boolean() }), {
|
|
23781
23781
|
kind: "mutation",
|
|
23782
|
-
auth: "
|
|
23782
|
+
auth: "protected"
|
|
23783
23783
|
}), method(object({ deviceId: number() }), _void(), {
|
|
23784
23784
|
kind: "mutation",
|
|
23785
|
-
auth: "
|
|
23785
|
+
auth: "protected"
|
|
23786
23786
|
}), object({
|
|
23787
23787
|
deviceId: number(),
|
|
23788
23788
|
status: IntercomStatusSchema
|