syllable-sdk 1.0.30-rc.6 → 1.0.30

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.30-rc.6",
53076
- genVersion: "2.865.2",
53077
- userAgent: "speakeasy-sdk/typescript 1.0.30-rc.6 2.865.2 0.0.3 syllable-sdk"
53075
+ sdkVersion: "1.0.30",
53076
+ genVersion: "2.866.0",
53077
+ userAgent: "speakeasy-sdk/typescript 1.0.30 2.866.0 0.0.3 syllable-sdk"
53078
53078
  };
53079
53079
  });
53080
53080
 
@@ -58647,8 +58647,7 @@ var init_requeststatus = __esm(() => {
58647
58647
  Completed: "COMPLETED",
58648
58648
  Failed: "FAILED",
58649
58649
  Canceled: "CANCELED",
58650
- Invalid: "INVALID",
58651
- Unsubscribed: "UNSUBSCRIBED"
58650
+ Invalid: "INVALID"
58652
58651
  };
58653
58652
  RequestStatus$inboundSchema = nativeEnumType(RequestStatus);
58654
58653
  RequestStatus$outboundSchema = RequestStatus$inboundSchema;
@@ -85215,7 +85214,7 @@ Generate voice sample.`,
85215
85214
  function createMCPServer(deps) {
85216
85215
  const server = new McpServer({
85217
85216
  name: "SyllableSDK",
85218
- version: "1.0.30-rc.6"
85217
+ version: "1.0.30"
85219
85218
  });
85220
85219
  const client = new SyllableSDKCore({
85221
85220
  apiKeyHeader: deps.apiKeyHeader,
@@ -86757,7 +86756,7 @@ var routes = ln({
86757
86756
  var app = _e(routes, {
86758
86757
  name: "mcp",
86759
86758
  versionInfo: {
86760
- currentVersion: "1.0.30-rc.6"
86759
+ currentVersion: "1.0.30"
86761
86760
  }
86762
86761
  });
86763
86762
  Yt(app, process3.argv.slice(2), buildContext(process3));
@@ -86765,5 +86764,5 @@ export {
86765
86764
  app
86766
86765
  };
86767
86766
 
86768
- //# debugId=D78B9C5F06759CC664756E2164756E21
86767
+ //# debugId=2879EB81FF41630964756E2164756E21
86769
86768
  //# sourceMappingURL=mcp-server.js.map