syllable-sdk 1.0.44-rc.2 → 1.0.44-rc.4

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
@@ -53072,9 +53072,9 @@ var init_config = __esm(() => {
53072
53072
  SDK_METADATA = {
53073
53073
  language: "typescript",
53074
53074
  openapiDocVersion: "0.0.3",
53075
- sdkVersion: "1.0.44-rc.2",
53076
- genVersion: "2.885.1",
53077
- userAgent: "speakeasy-sdk/typescript 1.0.44-rc.2 2.885.1 0.0.3 syllable-sdk"
53075
+ sdkVersion: "1.0.44-rc.4",
53076
+ genVersion: "2.888.0",
53077
+ userAgent: "speakeasy-sdk/typescript 1.0.44-rc.4 2.888.0 0.0.3 syllable-sdk"
53078
53078
  };
53079
53079
  });
53080
53080
 
@@ -59034,7 +59034,8 @@ var init_custommessageproperties = __esm(() => {
59034
59034
  Text: "text",
59035
59035
  Label: "label",
59036
59036
  Type: "type",
59037
- UpdatedAt: "updated_at"
59037
+ UpdatedAt: "updated_at",
59038
+ AgentId: "agent_id"
59038
59039
  };
59039
59040
  CustomMessageProperties$inboundSchema = nativeEnumType(CustomMessageProperties);
59040
59041
  CustomMessageProperties$outboundSchema = CustomMessageProperties$inboundSchema;
@@ -86723,7 +86724,7 @@ Generate voice sample.`,
86723
86724
  function createMCPServer(deps) {
86724
86725
  const server = new McpServer({
86725
86726
  name: "SyllableSDK",
86726
- version: "1.0.44-rc.2"
86727
+ version: "1.0.44-rc.4"
86727
86728
  });
86728
86729
  const client = new SyllableSDKCore({
86729
86730
  apiKeyHeader: deps.apiKeyHeader,
@@ -88279,7 +88280,7 @@ var routes = ln({
88279
88280
  var app = _e(routes, {
88280
88281
  name: "mcp",
88281
88282
  versionInfo: {
88282
- currentVersion: "1.0.44-rc.2"
88283
+ currentVersion: "1.0.44-rc.4"
88283
88284
  }
88284
88285
  });
88285
88286
  Yt(app, process3.argv.slice(2), buildContext(process3));
@@ -88287,5 +88288,5 @@ export {
88287
88288
  app
88288
88289
  };
88289
88290
 
88290
- //# debugId=8AEB039D65307DEB64756E2164756E21
88291
+ //# debugId=CF2ADCD7490A4BF564756E2164756E21
88291
88292
  //# sourceMappingURL=mcp-server.js.map