@vm0/cli 9.177.8 → 9.177.9
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.177.
|
|
74086
|
+
release: "9.177.9",
|
|
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.177.
|
|
74105
|
+
version: "9.177.9",
|
|
74106
74106
|
command: process.argv.slice(2).join(" ")
|
|
74107
74107
|
});
|
|
74108
74108
|
setContext("runtime", {
|
|
@@ -106372,7 +106372,7 @@ var zeroConnectorOauthStartContract = c14.router({
|
|
|
106372
106372
|
path: "/api/zero/connectors/:type/oauth/start",
|
|
106373
106373
|
headers: authHeadersSchema,
|
|
106374
106374
|
pathParams: external_exports.object({ type: connectorTypeSchema }),
|
|
106375
|
-
body: external_exports.object({})
|
|
106375
|
+
body: external_exports.object({ authMethod: connectorAuthMethodIdSchema }),
|
|
106376
106376
|
responses: {
|
|
106377
106377
|
200: connectorOauthStartResponseSchema,
|
|
106378
106378
|
400: apiErrorSchema,
|
|
@@ -106410,7 +106410,7 @@ var zeroConnectorOauthDeviceAuthSessionContract = c14.router({
|
|
|
106410
106410
|
path: "/api/zero/connectors/:type/oauth/device/sessions",
|
|
106411
106411
|
headers: authHeadersSchema,
|
|
106412
106412
|
pathParams: external_exports.object({ type: connectorTypeSchema }),
|
|
106413
|
-
body: external_exports.object({})
|
|
106413
|
+
body: external_exports.object({ authMethod: connectorAuthMethodIdSchema }),
|
|
106414
106414
|
responses: {
|
|
106415
106415
|
200: connectorOauthDeviceAuthSessionStartResponseSchema,
|
|
106416
106416
|
400: apiErrorSchema,
|
|
@@ -106469,7 +106469,7 @@ var zeroConnectorSessionsContract = c14.router({
|
|
|
106469
106469
|
path: "/api/zero/connectors/:type/sessions",
|
|
106470
106470
|
headers: authHeadersSchema,
|
|
106471
106471
|
pathParams: external_exports.object({ type: connectorTypeSchema }),
|
|
106472
|
-
body: external_exports.object({})
|
|
106472
|
+
body: external_exports.object({ authMethod: connectorAuthMethodIdSchema }),
|
|
106473
106473
|
responses: {
|
|
106474
106474
|
200: connectorSessionResponseSchema,
|
|
106475
106475
|
400: apiErrorSchema,
|
|
@@ -132838,4 +132838,4 @@ undici/lib/web/fetch/body.js:
|
|
|
132838
132838
|
undici/lib/web/websocket/frame.js:
|
|
132839
132839
|
(*! ws. MIT License. Einar Otto Stangvik <einaros@gmail.com> *)
|
|
132840
132840
|
*/
|
|
132841
|
-
//# sourceMappingURL=chunk-
|
|
132841
|
+
//# sourceMappingURL=chunk-HA7ZZ2L6.js.map
|