@vm0/cli 9.158.1 → 9.159.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.
@@ -74083,7 +74083,7 @@ if (DSN) {
74083
74083
  init2({
74084
74084
  dsn: DSN,
74085
74085
  environment: process.env.SENTRY_ENVIRONMENT ?? "production",
74086
- release: "9.158.1",
74086
+ release: "9.159.0",
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.158.1",
74105
+ version: "9.159.0",
74106
74106
  command: process.argv.slice(2).join(" ")
74107
74107
  });
74108
74108
  setContext("runtime", {
@@ -105150,6 +105150,9 @@ var connectorSessionStatusResponseSchema = external_exports.object({
105150
105150
  status: connectorSessionStatusSchema,
105151
105151
  errorMessage: external_exports.string().nullable().optional()
105152
105152
  });
105153
+ var connectorOauthStartResponseSchema = external_exports.object({
105154
+ authorizationUrl: external_exports.string()
105155
+ });
105153
105156
  var computerConnectorCreateResponseSchema = external_exports.object({
105154
105157
  id: external_exports.uuid(),
105155
105158
  ngrokToken: external_exports.string(),
@@ -105232,6 +105235,23 @@ var zeroConnectorAuthorizeContract = c17.router({
105232
105235
  summary: "Start connector OAuth authorization (zero proxy)"
105233
105236
  }
105234
105237
  });
105238
+ var zeroConnectorOauthStartContract = c17.router({
105239
+ start: {
105240
+ method: "POST",
105241
+ path: "/api/zero/connectors/:type/oauth/start",
105242
+ headers: authHeadersSchema,
105243
+ pathParams: external_exports.object({ type: connectorTypeSchema }),
105244
+ body: external_exports.object({}).optional(),
105245
+ responses: {
105246
+ 200: connectorOauthStartResponseSchema,
105247
+ 400: apiErrorSchema,
105248
+ 401: apiErrorSchema,
105249
+ 403: apiErrorSchema,
105250
+ 500: apiErrorSchema
105251
+ },
105252
+ summary: "Create connector OAuth handoff and authorization URL"
105253
+ }
105254
+ });
105235
105255
  var connectorSearchAuthMethodSchema = external_exports.enum([
105236
105256
  "oauth",
105237
105257
  "api-token",
@@ -118515,8 +118535,7 @@ var googleAdsFirewall = {
118515
118535
  description: "Google Ads API",
118516
118536
  placeholders: {
118517
118537
  GOOGLE_ADS_TOKEN: "ya29.A0CoffeeSafeLocalCoffeeSafeLocalCoffeeSafeLocalCoffeeSafeLocalCoffeeSafeLocalCoffeeSafeLocalCoffeeSafeLocalCoffeeSafeLocalCoffeeSafeLocalCoffeeSafeLocalCoffeeSa",
118518
- GOOGLE_ADS_DEVELOPER_TOKEN: "ya29.A0CoffeeSafeLocalCoffeeSafeLocalCoffeeSafeLocalCoffeeSafeLocalCoffeeSafeLocalCoffeeSafeLocalCoffeeSafeLocalCoffeeSafeLocalCoffeeSafeLocalCoffeeSafeLocalCoffeeSa",
118519
- GOOGLE_ADS_LOGIN_CUSTOMER_ID: "ya29.A0CoffeeSafeLocalCoffeeSafeLocalCoffeeSafeLocalCoffeeSafeLocalCoffeeSafeLocalCoffeeSafeLocalCoffeeSafeLocalCoffeeSafeLocalCoffeeSafeLocalCoffeeSafeLocalCoffeeSa"
118538
+ GOOGLE_ADS_DEVELOPER_TOKEN: "ya29.A0CoffeeSafeLocalCoffeeSafeLocalCoffeeSafeLocalCoffeeSafeLocalCoffeeSafeLocalCoffeeSafeLocalCoffeeSafeLocalCoffeeSafeLocalCoffeeSafeLocalCoffeeSafeLocalCoffeeSa"
118520
118539
  },
118521
118540
  apis: [
118522
118541
  {
@@ -118524,8 +118543,7 @@ var googleAdsFirewall = {
118524
118543
  auth: {
118525
118544
  headers: {
118526
118545
  Authorization: "Bearer ${{ secrets.GOOGLE_ADS_TOKEN }}",
118527
- "developer-token": "${{ secrets.GOOGLE_ADS_DEVELOPER_TOKEN }}",
118528
- "login-customer-id": "${{ secrets.GOOGLE_ADS_LOGIN_CUSTOMER_ID }}"
118546
+ "developer-token": "${{ secrets.GOOGLE_ADS_DEVELOPER_TOKEN }}"
118529
118547
  }
118530
118548
  },
118531
118549
  permissions: []
@@ -129980,7 +129998,7 @@ var prepareResponseSchema = external_exports.object({
129980
129998
  size: external_exports.number(),
129981
129999
  /** Presigned PUT URL — browser uploads the file body here directly. */
129982
130000
  uploadUrl: external_exports.string().url(),
129983
- /** Presigned GET URL returned to the app after upload succeeds. */
130001
+ /** Public CDN URL returned to the app after upload succeeds. */
129984
130002
  url: external_exports.string().url()
129985
130003
  });
129986
130004
  var completeRequestSchema = external_exports.object({
@@ -132135,4 +132153,4 @@ undici/lib/web/fetch/body.js:
132135
132153
  undici/lib/web/websocket/frame.js:
132136
132154
  (*! ws. MIT License. Einar Otto Stangvik <einaros@gmail.com> *)
132137
132155
  */
132138
- //# sourceMappingURL=chunk-Y2IQIGV7.js.map
132156
+ //# sourceMappingURL=chunk-BMHPLXI2.js.map