@camstack/addon-smtp-nodemailer 1.2.40 → 1.2.41

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.
@@ -23652,23 +23652,23 @@ DeviceType.Camera, method(object({ deviceId: number() }), object({
23652
23652
  sdpOffer: string()
23653
23653
  }), {
23654
23654
  kind: "mutation",
23655
- auth: "admin"
23655
+ auth: "protected"
23656
23656
  }), method(object({
23657
23657
  deviceId: number(),
23658
23658
  sessionId: string(),
23659
23659
  sdpAnswer: string()
23660
23660
  }), _void(), {
23661
23661
  kind: "mutation",
23662
- auth: "admin"
23662
+ auth: "protected"
23663
23663
  }), method(object({
23664
23664
  deviceId: number(),
23665
23665
  sessionId: string()
23666
23666
  }), _void(), {
23667
23667
  kind: "mutation",
23668
- auth: "admin"
23668
+ auth: "protected"
23669
23669
  }), method(object({ deviceId: number() }), object({ sessionId: string() }), {
23670
23670
  kind: "mutation",
23671
- auth: "admin"
23671
+ auth: "protected"
23672
23672
  }), method(object({
23673
23673
  deviceId: number(),
23674
23674
  /** Audio bytes for ONE frame, base64-encoded so the payload
@@ -23687,10 +23687,10 @@ DeviceType.Camera, method(object({ deviceId: number() }), object({
23687
23687
  sequenceNumber: number().int()
23688
23688
  }), object({ accepted: boolean() }), {
23689
23689
  kind: "mutation",
23690
- auth: "admin"
23690
+ auth: "protected"
23691
23691
  }), method(object({ deviceId: number() }), _void(), {
23692
23692
  kind: "mutation",
23693
- auth: "admin"
23693
+ auth: "protected"
23694
23694
  }), object({
23695
23695
  deviceId: number(),
23696
23696
  status: IntercomStatusSchema
@@ -23650,23 +23650,23 @@ DeviceType.Camera, method(object({ deviceId: number() }), object({
23650
23650
  sdpOffer: string()
23651
23651
  }), {
23652
23652
  kind: "mutation",
23653
- auth: "admin"
23653
+ auth: "protected"
23654
23654
  }), method(object({
23655
23655
  deviceId: number(),
23656
23656
  sessionId: string(),
23657
23657
  sdpAnswer: string()
23658
23658
  }), _void(), {
23659
23659
  kind: "mutation",
23660
- auth: "admin"
23660
+ auth: "protected"
23661
23661
  }), method(object({
23662
23662
  deviceId: number(),
23663
23663
  sessionId: string()
23664
23664
  }), _void(), {
23665
23665
  kind: "mutation",
23666
- auth: "admin"
23666
+ auth: "protected"
23667
23667
  }), method(object({ deviceId: number() }), object({ sessionId: string() }), {
23668
23668
  kind: "mutation",
23669
- auth: "admin"
23669
+ auth: "protected"
23670
23670
  }), method(object({
23671
23671
  deviceId: number(),
23672
23672
  /** Audio bytes for ONE frame, base64-encoded so the payload
@@ -23685,10 +23685,10 @@ DeviceType.Camera, method(object({ deviceId: number() }), object({
23685
23685
  sequenceNumber: number().int()
23686
23686
  }), object({ accepted: boolean() }), {
23687
23687
  kind: "mutation",
23688
- auth: "admin"
23688
+ auth: "protected"
23689
23689
  }), method(object({ deviceId: number() }), _void(), {
23690
23690
  kind: "mutation",
23691
- auth: "admin"
23691
+ auth: "protected"
23692
23692
  }), object({
23693
23693
  deviceId: number(),
23694
23694
  status: IntercomStatusSchema
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@camstack/addon-smtp-nodemailer",
3
- "version": "1.2.40",
3
+ "version": "1.2.41",
4
4
  "description": "SMTP email provider addon for CamStack — wraps `nodemailer` and registers a `smtp-provider` cap collection entry. Used by magic-link login + notifier addons.",
5
5
  "keywords": [
6
6
  "camstack",