@vm0/cli 9.90.5 → 9.91.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.
@@ -49,7 +49,7 @@ if (DSN) {
49
49
  Sentry.init({
50
50
  dsn: DSN,
51
51
  environment: process.env.SENTRY_ENVIRONMENT ?? "production",
52
- release: "9.90.5",
52
+ release: "9.91.0",
53
53
  sendDefaultPii: false,
54
54
  tracesSampleRate: 0,
55
55
  shutdownTimeout: 500,
@@ -68,7 +68,7 @@ if (DSN) {
68
68
  }
69
69
  });
70
70
  Sentry.setContext("cli", {
71
- version: "9.90.5",
71
+ version: "9.91.0",
72
72
  command: process.argv.slice(2).join(" ")
73
73
  });
74
74
  Sentry.setContext("runtime", {
@@ -13262,6 +13262,15 @@ var mailchimpFirewall = {
13262
13262
  }
13263
13263
  },
13264
13264
  permissions: []
13265
+ },
13266
+ {
13267
+ base: "https://login.mailchimp.com",
13268
+ auth: {
13269
+ headers: {
13270
+ Authorization: "OAuth ${{ secrets.MAILCHIMP_TOKEN }}"
13271
+ }
13272
+ },
13273
+ permissions: []
13265
13274
  }
13266
13275
  ]
13267
13276
  };
@@ -19661,19 +19670,6 @@ async function getZeroAgentUserConnectors(id) {
19661
19670
  `Failed to get connector permissions for zero agent "${id}"`
19662
19671
  );
19663
19672
  }
19664
- async function setZeroAgentUserConnectors(id, enabledTypes) {
19665
- const config = await getClientConfig();
19666
- const client = initClient15(zeroUserConnectorsContract, config);
19667
- const result = await client.update({
19668
- params: { id },
19669
- body: { enabledTypes }
19670
- });
19671
- if (result.status === 200) return;
19672
- handleError(
19673
- result,
19674
- `Failed to set connector permissions for zero agent "${id}"`
19675
- );
19676
- }
19677
19673
  async function updateZeroAgentInstructions(id, content) {
19678
19674
  const config = await getClientConfig();
19679
19675
  const client = initClient15(zeroAgentInstructionsContract, config);
@@ -20847,7 +20843,6 @@ export {
20847
20843
  deleteZeroAgent,
20848
20844
  getZeroAgentInstructions,
20849
20845
  getZeroAgentUserConnectors,
20850
- setZeroAgentUserConnectors,
20851
20846
  updateZeroAgentInstructions,
20852
20847
  listSkills,
20853
20848
  createSkill,
@@ -20898,4 +20893,4 @@ export {
20898
20893
  pollEvents,
20899
20894
  showNextSteps
20900
20895
  };
20901
- //# sourceMappingURL=chunk-4ZDCMT63.js.map
20896
+ //# sourceMappingURL=chunk-KVC2MJ4I.js.map