@camstack/addon-export-hap 1.2.52 → 1.2.53

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.
@@ -24455,23 +24455,23 @@ DeviceType.Camera, method(object({ deviceId: number() }), object({
24455
24455
  sdpOffer: string()
24456
24456
  }), {
24457
24457
  kind: "mutation",
24458
- auth: "admin"
24458
+ auth: "protected"
24459
24459
  }), method(object({
24460
24460
  deviceId: number(),
24461
24461
  sessionId: string(),
24462
24462
  sdpAnswer: string()
24463
24463
  }), _void(), {
24464
24464
  kind: "mutation",
24465
- auth: "admin"
24465
+ auth: "protected"
24466
24466
  }), method(object({
24467
24467
  deviceId: number(),
24468
24468
  sessionId: string()
24469
24469
  }), _void(), {
24470
24470
  kind: "mutation",
24471
- auth: "admin"
24471
+ auth: "protected"
24472
24472
  }), method(object({ deviceId: number() }), object({ sessionId: string() }), {
24473
24473
  kind: "mutation",
24474
- auth: "admin"
24474
+ auth: "protected"
24475
24475
  }), method(object({
24476
24476
  deviceId: number(),
24477
24477
  /** Audio bytes for ONE frame, base64-encoded so the payload
@@ -24490,10 +24490,10 @@ DeviceType.Camera, method(object({ deviceId: number() }), object({
24490
24490
  sequenceNumber: number().int()
24491
24491
  }), object({ accepted: boolean() }), {
24492
24492
  kind: "mutation",
24493
- auth: "admin"
24493
+ auth: "protected"
24494
24494
  }), method(object({ deviceId: number() }), _void(), {
24495
24495
  kind: "mutation",
24496
- auth: "admin"
24496
+ auth: "protected"
24497
24497
  }), object({
24498
24498
  deviceId: number(),
24499
24499
  status: IntercomStatusSchema
@@ -24443,23 +24443,23 @@ DeviceType.Camera, method(object({ deviceId: number() }), object({
24443
24443
  sdpOffer: string()
24444
24444
  }), {
24445
24445
  kind: "mutation",
24446
- auth: "admin"
24446
+ auth: "protected"
24447
24447
  }), method(object({
24448
24448
  deviceId: number(),
24449
24449
  sessionId: string(),
24450
24450
  sdpAnswer: string()
24451
24451
  }), _void(), {
24452
24452
  kind: "mutation",
24453
- auth: "admin"
24453
+ auth: "protected"
24454
24454
  }), method(object({
24455
24455
  deviceId: number(),
24456
24456
  sessionId: string()
24457
24457
  }), _void(), {
24458
24458
  kind: "mutation",
24459
- auth: "admin"
24459
+ auth: "protected"
24460
24460
  }), method(object({ deviceId: number() }), object({ sessionId: string() }), {
24461
24461
  kind: "mutation",
24462
- auth: "admin"
24462
+ auth: "protected"
24463
24463
  }), method(object({
24464
24464
  deviceId: number(),
24465
24465
  /** Audio bytes for ONE frame, base64-encoded so the payload
@@ -24478,10 +24478,10 @@ DeviceType.Camera, method(object({ deviceId: number() }), object({
24478
24478
  sequenceNumber: number().int()
24479
24479
  }), object({ accepted: boolean() }), {
24480
24480
  kind: "mutation",
24481
- auth: "admin"
24481
+ auth: "protected"
24482
24482
  }), method(object({ deviceId: number() }), _void(), {
24483
24483
  kind: "mutation",
24484
- auth: "admin"
24484
+ auth: "protected"
24485
24485
  }), object({
24486
24486
  deviceId: number(),
24487
24487
  status: IntercomStatusSchema
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@camstack/addon-export-hap",
3
- "version": "1.2.52",
3
+ "version": "1.2.53",
4
4
  "description": "HomeKit (HAP) exporter for CamStack devices. Publishes each exposed device as its own HomeKit accessory: cameras and doorbells with SRTP streaming, HomeKit Secure Video, motion, two-way audio, PTZ and battery; switches, lights, locks and sensors through a capability→service table.",
5
5
  "keywords": [
6
6
  "camstack",