@camstack/addon-provider-onvif 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.
- package/dist/addon.js +6 -6
- package/dist/addon.mjs +6 -6
- package/package.json +1 -1
package/dist/addon.js
CHANGED
|
@@ -23776,23 +23776,23 @@ DeviceType.Camera, method(object({ deviceId: number() }), object({
|
|
|
23776
23776
|
sdpOffer: string()
|
|
23777
23777
|
}), {
|
|
23778
23778
|
kind: "mutation",
|
|
23779
|
-
auth: "
|
|
23779
|
+
auth: "protected"
|
|
23780
23780
|
}), method(object({
|
|
23781
23781
|
deviceId: number(),
|
|
23782
23782
|
sessionId: string(),
|
|
23783
23783
|
sdpAnswer: string()
|
|
23784
23784
|
}), _void(), {
|
|
23785
23785
|
kind: "mutation",
|
|
23786
|
-
auth: "
|
|
23786
|
+
auth: "protected"
|
|
23787
23787
|
}), method(object({
|
|
23788
23788
|
deviceId: number(),
|
|
23789
23789
|
sessionId: string()
|
|
23790
23790
|
}), _void(), {
|
|
23791
23791
|
kind: "mutation",
|
|
23792
|
-
auth: "
|
|
23792
|
+
auth: "protected"
|
|
23793
23793
|
}), method(object({ deviceId: number() }), object({ sessionId: string() }), {
|
|
23794
23794
|
kind: "mutation",
|
|
23795
|
-
auth: "
|
|
23795
|
+
auth: "protected"
|
|
23796
23796
|
}), method(object({
|
|
23797
23797
|
deviceId: number(),
|
|
23798
23798
|
/** Audio bytes for ONE frame, base64-encoded so the payload
|
|
@@ -23811,10 +23811,10 @@ DeviceType.Camera, method(object({ deviceId: number() }), object({
|
|
|
23811
23811
|
sequenceNumber: number().int()
|
|
23812
23812
|
}), object({ accepted: boolean() }), {
|
|
23813
23813
|
kind: "mutation",
|
|
23814
|
-
auth: "
|
|
23814
|
+
auth: "protected"
|
|
23815
23815
|
}), method(object({ deviceId: number() }), _void(), {
|
|
23816
23816
|
kind: "mutation",
|
|
23817
|
-
auth: "
|
|
23817
|
+
auth: "protected"
|
|
23818
23818
|
}), object({
|
|
23819
23819
|
deviceId: number(),
|
|
23820
23820
|
status: IntercomStatusSchema
|
package/dist/addon.mjs
CHANGED
|
@@ -23777,23 +23777,23 @@ DeviceType.Camera, method(object({ deviceId: number() }), object({
|
|
|
23777
23777
|
sdpOffer: string()
|
|
23778
23778
|
}), {
|
|
23779
23779
|
kind: "mutation",
|
|
23780
|
-
auth: "
|
|
23780
|
+
auth: "protected"
|
|
23781
23781
|
}), method(object({
|
|
23782
23782
|
deviceId: number(),
|
|
23783
23783
|
sessionId: string(),
|
|
23784
23784
|
sdpAnswer: string()
|
|
23785
23785
|
}), _void(), {
|
|
23786
23786
|
kind: "mutation",
|
|
23787
|
-
auth: "
|
|
23787
|
+
auth: "protected"
|
|
23788
23788
|
}), method(object({
|
|
23789
23789
|
deviceId: number(),
|
|
23790
23790
|
sessionId: string()
|
|
23791
23791
|
}), _void(), {
|
|
23792
23792
|
kind: "mutation",
|
|
23793
|
-
auth: "
|
|
23793
|
+
auth: "protected"
|
|
23794
23794
|
}), method(object({ deviceId: number() }), object({ sessionId: string() }), {
|
|
23795
23795
|
kind: "mutation",
|
|
23796
|
-
auth: "
|
|
23796
|
+
auth: "protected"
|
|
23797
23797
|
}), method(object({
|
|
23798
23798
|
deviceId: number(),
|
|
23799
23799
|
/** Audio bytes for ONE frame, base64-encoded so the payload
|
|
@@ -23812,10 +23812,10 @@ DeviceType.Camera, method(object({ deviceId: number() }), object({
|
|
|
23812
23812
|
sequenceNumber: number().int()
|
|
23813
23813
|
}), object({ accepted: boolean() }), {
|
|
23814
23814
|
kind: "mutation",
|
|
23815
|
-
auth: "
|
|
23815
|
+
auth: "protected"
|
|
23816
23816
|
}), method(object({ deviceId: number() }), _void(), {
|
|
23817
23817
|
kind: "mutation",
|
|
23818
|
-
auth: "
|
|
23818
|
+
auth: "protected"
|
|
23819
23819
|
}), object({
|
|
23820
23820
|
deviceId: number(),
|
|
23821
23821
|
status: IntercomStatusSchema
|