@vm0/cli 9.160.3 → 9.160.4
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.
|
@@ -74083,7 +74083,7 @@ if (DSN) {
|
|
|
74083
74083
|
init2({
|
|
74084
74084
|
dsn: DSN,
|
|
74085
74085
|
environment: process.env.SENTRY_ENVIRONMENT ?? "production",
|
|
74086
|
-
release: "9.160.
|
|
74086
|
+
release: "9.160.4",
|
|
74087
74087
|
sendDefaultPii: false,
|
|
74088
74088
|
tracesSampleRate: 0,
|
|
74089
74089
|
shutdownTimeout: 500,
|
|
@@ -74102,7 +74102,7 @@ if (DSN) {
|
|
|
74102
74102
|
}
|
|
74103
74103
|
});
|
|
74104
74104
|
setContext("cli", {
|
|
74105
|
-
version: "9.160.
|
|
74105
|
+
version: "9.160.4",
|
|
74106
74106
|
command: process.argv.slice(2).join(" ")
|
|
74107
74107
|
});
|
|
74108
74108
|
setContext("runtime", {
|
|
@@ -74419,12 +74419,6 @@ var FEATURE_SWITCHES = {
|
|
|
74419
74419
|
description: "Replace the Invite people button in the agent chat page header with a New button that creates a new chat thread",
|
|
74420
74420
|
enabled: false
|
|
74421
74421
|
},
|
|
74422
|
-
["agentPhoneAppUi" /* AgentPhoneAppUi */]: {
|
|
74423
|
-
maintainer: "linghan@vm0.ai",
|
|
74424
|
-
description: "Show first-class AgentPhone app surfaces: Works card and onboarding entry points.",
|
|
74425
|
-
enabled: false,
|
|
74426
|
-
enabledOrgIdHashes: STAFF_ORG_ID_HASHES
|
|
74427
|
-
},
|
|
74428
74422
|
["chatMessageStartButton" /* ChatMessageStartButton */]: {
|
|
74429
74423
|
maintainer: "linghan@vm0.ai",
|
|
74430
74424
|
description: "Show an icon button in assistant message group actions that scrolls back to the start of that message group.",
|
|
@@ -130733,8 +130727,7 @@ var zeroIntegrationsAgentPhoneContract = c107.router({
|
|
|
130733
130727
|
headers: authHeadersSchema,
|
|
130734
130728
|
responses: {
|
|
130735
130729
|
200: agentPhoneLinkStatusResponseSchema,
|
|
130736
|
-
401: apiErrorSchema
|
|
130737
|
-
403: apiErrorSchema
|
|
130730
|
+
401: apiErrorSchema
|
|
130738
130731
|
},
|
|
130739
130732
|
summary: "Check the authenticated user's AgentPhone link status"
|
|
130740
130733
|
},
|
|
@@ -130747,7 +130740,6 @@ var zeroIntegrationsAgentPhoneContract = c107.router({
|
|
|
130747
130740
|
200: agentPhoneStartLinkResponseSchema,
|
|
130748
130741
|
400: apiErrorSchema,
|
|
130749
130742
|
401: apiErrorSchema,
|
|
130750
|
-
403: apiErrorSchema,
|
|
130751
130743
|
429: apiErrorSchema,
|
|
130752
130744
|
409: apiErrorSchema,
|
|
130753
130745
|
503: apiErrorSchema
|
|
@@ -130762,7 +130754,6 @@ var zeroIntegrationsAgentPhoneContract = c107.router({
|
|
|
130762
130754
|
responses: {
|
|
130763
130755
|
204: c107.noBody(),
|
|
130764
130756
|
401: apiErrorSchema,
|
|
130765
|
-
403: apiErrorSchema,
|
|
130766
130757
|
404: apiErrorSchema
|
|
130767
130758
|
},
|
|
130768
130759
|
summary: "Disconnect the authenticated user's AgentPhone link"
|
|
@@ -132411,4 +132402,4 @@ undici/lib/web/fetch/body.js:
|
|
|
132411
132402
|
undici/lib/web/websocket/frame.js:
|
|
132412
132403
|
(*! ws. MIT License. Einar Otto Stangvik <einaros@gmail.com> *)
|
|
132413
132404
|
*/
|
|
132414
|
-
//# sourceMappingURL=chunk-
|
|
132405
|
+
//# sourceMappingURL=chunk-MO4QBOYJ.js.map
|