@codeam/shared 2.61.98 → 2.62.0
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/index.d.mts +86 -1
- package/dist/index.d.ts +86 -1
- package/dist/index.js +5 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +4 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -2584,6 +2584,9 @@ function resolveApiBaseUrl() {
|
|
|
2584
2584
|
return DEFAULT_API_BASE_URL;
|
|
2585
2585
|
}
|
|
2586
2586
|
|
|
2587
|
+
// src/types/headroom.ts
|
|
2588
|
+
var HEADROOM_USAGE_COMMAND = "headroom_usage";
|
|
2589
|
+
|
|
2587
2590
|
// src/headroom/manifest.ts
|
|
2588
2591
|
var HEADROOM_PROXY_PORT = 8787;
|
|
2589
2592
|
var HEADROOM_BACKEND_ENV = {
|
|
@@ -2795,6 +2798,7 @@ export {
|
|
|
2795
2798
|
HEADROOM_MODELS,
|
|
2796
2799
|
HEADROOM_PIP_COMPANIONS,
|
|
2797
2800
|
HEADROOM_PROXY_PORT,
|
|
2801
|
+
HEADROOM_USAGE_COMMAND,
|
|
2798
2802
|
HEARTBEAT_INTERVAL_MS_DEFAULT,
|
|
2799
2803
|
HOUSE_AGENT_ID,
|
|
2800
2804
|
HOUSE_AGENT_NAME,
|