@camstack/addon-agent-ui 1.2.42 → 1.2.43
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 +7 -7
- package/package.json +1 -1
package/dist/addon.js
CHANGED
|
@@ -23621,23 +23621,23 @@ DeviceType.Camera, method(object({ deviceId: number() }), object({
|
|
|
23621
23621
|
sdpOffer: string()
|
|
23622
23622
|
}), {
|
|
23623
23623
|
kind: "mutation",
|
|
23624
|
-
auth: "
|
|
23624
|
+
auth: "protected"
|
|
23625
23625
|
}), method(object({
|
|
23626
23626
|
deviceId: number(),
|
|
23627
23627
|
sessionId: string(),
|
|
23628
23628
|
sdpAnswer: string()
|
|
23629
23629
|
}), _void(), {
|
|
23630
23630
|
kind: "mutation",
|
|
23631
|
-
auth: "
|
|
23631
|
+
auth: "protected"
|
|
23632
23632
|
}), method(object({
|
|
23633
23633
|
deviceId: number(),
|
|
23634
23634
|
sessionId: string()
|
|
23635
23635
|
}), _void(), {
|
|
23636
23636
|
kind: "mutation",
|
|
23637
|
-
auth: "
|
|
23637
|
+
auth: "protected"
|
|
23638
23638
|
}), method(object({ deviceId: number() }), object({ sessionId: string() }), {
|
|
23639
23639
|
kind: "mutation",
|
|
23640
|
-
auth: "
|
|
23640
|
+
auth: "protected"
|
|
23641
23641
|
}), method(object({
|
|
23642
23642
|
deviceId: number(),
|
|
23643
23643
|
/** Audio bytes for ONE frame, base64-encoded so the payload
|
|
@@ -23656,10 +23656,10 @@ DeviceType.Camera, method(object({ deviceId: number() }), object({
|
|
|
23656
23656
|
sequenceNumber: number().int()
|
|
23657
23657
|
}), object({ accepted: boolean() }), {
|
|
23658
23658
|
kind: "mutation",
|
|
23659
|
-
auth: "
|
|
23659
|
+
auth: "protected"
|
|
23660
23660
|
}), method(object({ deviceId: number() }), _void(), {
|
|
23661
23661
|
kind: "mutation",
|
|
23662
|
-
auth: "
|
|
23662
|
+
auth: "protected"
|
|
23663
23663
|
}), object({
|
|
23664
23664
|
deviceId: number(),
|
|
23665
23665
|
status: IntercomStatusSchema
|
|
@@ -35997,7 +35997,7 @@ var AgentUIAddon = class extends BaseAddon {
|
|
|
35997
35997
|
capability: adminUiCapability,
|
|
35998
35998
|
provider: {
|
|
35999
35999
|
getStaticDir: async () => ({ staticDir: path.resolve(__dirname) }),
|
|
36000
|
-
getVersion: async () => ({ version: "1.2.
|
|
36000
|
+
getVersion: async () => ({ version: "1.2.43" })
|
|
36001
36001
|
}
|
|
36002
36002
|
}];
|
|
36003
36003
|
}
|