@hookdeck/outpost-sdk 0.9.0 → 0.9.1

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.
package/bin/mcp-server.js CHANGED
@@ -53591,9 +53591,9 @@ var init_config = __esm(() => {
53591
53591
  SDK_METADATA = {
53592
53592
  language: "typescript",
53593
53593
  openapiDocVersion: "0.0.1",
53594
- sdkVersion: "0.9.0",
53595
- genVersion: "2.862.0",
53596
- userAgent: "speakeasy-sdk/typescript 0.9.0 2.862.0 0.0.1 @hookdeck/outpost-sdk"
53594
+ sdkVersion: "0.9.1",
53595
+ genVersion: "2.865.2",
53596
+ userAgent: "speakeasy-sdk/typescript 0.9.1 2.865.2 0.0.1 @hookdeck/outpost-sdk"
53597
53597
  };
53598
53598
  });
53599
53599
 
@@ -56387,7 +56387,8 @@ var init_destinationschemafield = __esm(() => {
56387
56387
  init_v3();
56388
56388
  TypeEnum = {
56389
56389
  Text: "text",
56390
- Checkbox: "checkbox"
56390
+ Checkbox: "checkbox",
56391
+ KeyValueMap: "key_value_map"
56391
56392
  };
56392
56393
  TypeEnum$inboundSchema = nativeEnumType(TypeEnum);
56393
56394
  TypeEnum$outboundSchema = TypeEnum$inboundSchema;
@@ -61515,7 +61516,7 @@ Returns a list of available event topics configured in the Outpost instance.`,
61515
61516
  function createMCPServer(deps) {
61516
61517
  const server = new McpServer({
61517
61518
  name: "Outpost",
61518
- version: "0.9.0"
61519
+ version: "0.9.1"
61519
61520
  });
61520
61521
  const client = new OutpostCore({
61521
61522
  apiKey: deps.apiKey,
@@ -62760,7 +62761,7 @@ var routes = an({
62760
62761
  var app = He(routes, {
62761
62762
  name: "mcp",
62762
62763
  versionInfo: {
62763
- currentVersion: "0.9.0"
62764
+ currentVersion: "0.9.1"
62764
62765
  }
62765
62766
  });
62766
62767
  zt(app, process4.argv.slice(2), buildContext(process4));
@@ -62768,5 +62769,5 @@ export {
62768
62769
  app
62769
62770
  };
62770
62771
 
62771
- //# debugId=D18442F15B9C3D4D64756E2164756E21
62772
+ //# debugId=1D7AEBCD128A36AE64756E2164756E21
62772
62773
  //# sourceMappingURL=mcp-server.js.map