@vm0/cli 9.150.8 → 9.150.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.150.
|
|
74086
|
+
release: "9.150.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.150.
|
|
74105
|
+
version: "9.150.9",
|
|
74106
74106
|
command: process.argv.slice(2).join(" ")
|
|
74107
74107
|
});
|
|
74108
74108
|
setContext("runtime", {
|
|
@@ -122762,10 +122762,12 @@ var skillFrontmatterSchema = external_exports.object({
|
|
|
122762
122762
|
// ../../packages/api-contracts/src/contracts/zero-connectors-cli-auth-stripe.ts
|
|
122763
122763
|
init_esm_shims();
|
|
122764
122764
|
var c59 = initContract();
|
|
122765
|
+
var cliAuthStripeModeSchema = external_exports.enum(["test", "live"]);
|
|
122765
122766
|
var cliAuthStripeStartResponseSchema = external_exports.object({
|
|
122766
122767
|
sessionToken: external_exports.string(),
|
|
122767
122768
|
type: external_exports.literal("stripe"),
|
|
122768
122769
|
status: external_exports.literal("pending"),
|
|
122770
|
+
mode: cliAuthStripeModeSchema,
|
|
122769
122771
|
browserUrl: external_exports.url(),
|
|
122770
122772
|
verificationCode: external_exports.string().min(1),
|
|
122771
122773
|
expiresIn: external_exports.number().int().positive(),
|
|
@@ -122786,7 +122788,7 @@ var zeroCliAuthStripeContract = c59.router({
|
|
|
122786
122788
|
method: "POST",
|
|
122787
122789
|
path: "/api/zero/connectors/stripe/cli-auth/sessions",
|
|
122788
122790
|
headers: authHeadersSchema,
|
|
122789
|
-
body: external_exports.object({})
|
|
122791
|
+
body: external_exports.object({ mode: cliAuthStripeModeSchema }),
|
|
122790
122792
|
responses: {
|
|
122791
122793
|
200: cliAuthStripeStartResponseSchema,
|
|
122792
122794
|
400: apiErrorSchema,
|
|
@@ -127568,4 +127570,4 @@ undici/lib/web/fetch/body.js:
|
|
|
127568
127570
|
undici/lib/web/websocket/frame.js:
|
|
127569
127571
|
(*! ws. MIT License. Einar Otto Stangvik <einaros@gmail.com> *)
|
|
127570
127572
|
*/
|
|
127571
|
-
//# sourceMappingURL=chunk-
|
|
127573
|
+
//# sourceMappingURL=chunk-QVMEP4RI.js.map
|