@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 CHANGED
@@ -23748,23 +23748,23 @@ DeviceType.Camera, method(object({ deviceId: number() }), object({
23748
23748
  sdpOffer: string()
23749
23749
  }), {
23750
23750
  kind: "mutation",
23751
- auth: "admin"
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: "admin"
23758
+ auth: "protected"
23759
23759
  }), method(object({
23760
23760
  deviceId: number(),
23761
23761
  sessionId: string()
23762
23762
  }), _void(), {
23763
23763
  kind: "mutation",
23764
- auth: "admin"
23764
+ auth: "protected"
23765
23765
  }), method(object({ deviceId: number() }), object({ sessionId: string() }), {
23766
23766
  kind: "mutation",
23767
- auth: "admin"
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: "admin"
23786
+ auth: "protected"
23787
23787
  }), method(object({ deviceId: number() }), _void(), {
23788
23788
  kind: "mutation",
23789
- auth: "admin"
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: "admin"
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: "admin"
23754
+ auth: "protected"
23755
23755
  }), method(object({
23756
23756
  deviceId: number(),
23757
23757
  sessionId: string()
23758
23758
  }), _void(), {
23759
23759
  kind: "mutation",
23760
- auth: "admin"
23760
+ auth: "protected"
23761
23761
  }), method(object({ deviceId: number() }), object({ sessionId: string() }), {
23762
23762
  kind: "mutation",
23763
- auth: "admin"
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: "admin"
23782
+ auth: "protected"
23783
23783
  }), method(object({ deviceId: number() }), _void(), {
23784
23784
  kind: "mutation",
23785
- auth: "admin"
23785
+ auth: "protected"
23786
23786
  }), object({
23787
23787
  deviceId: number(),
23788
23788
  status: IntercomStatusSchema
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@camstack/addon-decoder-nodeav",
3
- "version": "1.2.41",
3
+ "version": "1.2.42",
4
4
  "description": "Standalone in-process node-av decoder addon for CamStack",
5
5
  "keywords": [
6
6
  "camstack",