@openscout/scout 0.2.49 → 0.2.50
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/README.md +30 -2
- package/dist/client/assets/addon-fit-DX4qG4td.js +1 -0
- package/dist/client/assets/addon-webgl-DCtw1yLn.js +64 -0
- package/dist/client/assets/arc.es-Bmw-NdXC.js +188 -0
- package/dist/client/assets/index-C2dy1gpj.css +1 -0
- package/dist/client/assets/index-Dq8Oi6wM.js +140 -0
- package/dist/client/assets/index-TVkH_WDG.js +1 -0
- package/dist/client/assets/xterm-B-qIQCd3.js +16 -0
- package/dist/client/index.html +6 -3
- package/dist/client/openscout-icon.png +0 -0
- package/dist/main.mjs +573 -103
- package/dist/pair-supervisor.mjs +3 -1
- package/dist/scout-control-plane-web.mjs +15871 -13545
- package/package.json +2 -2
- package/dist/client/assets/index-CA2ASaSK.css +0 -1
- package/dist/client/assets/index-DAPDqcsj.js +0 -94
- package/dist/client/scout-icon.png +0 -0
package/dist/pair-supervisor.mjs
CHANGED
|
@@ -13642,7 +13642,9 @@ var scoutBrokerPaths = {
|
|
|
13642
13642
|
endpoints: "/v1/endpoints",
|
|
13643
13643
|
conversations: "/v1/conversations",
|
|
13644
13644
|
invocations: "/v1/invocations",
|
|
13645
|
-
activity: "/v1/activity"
|
|
13645
|
+
activity: "/v1/activity",
|
|
13646
|
+
collaborationRecords: "/v1/collaboration/records",
|
|
13647
|
+
collaborationEvents: "/v1/collaboration/events"
|
|
13646
13648
|
}
|
|
13647
13649
|
};
|
|
13648
13650
|
|