syllable-sdk 1.0.40-rc.3 → 1.0.40

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.40-rc.3",
53076
- genVersion: "2.881.17",
53077
- userAgent: "speakeasy-sdk/typescript 1.0.40-rc.3 2.881.17 0.0.3 syllable-sdk"
53075
+ sdkVersion: "1.0.40",
53076
+ genVersion: "2.882.0",
53077
+ userAgent: "speakeasy-sdk/typescript 1.0.40 2.882.0 0.0.3 syllable-sdk"
53078
53078
  };
53079
53079
  });
53080
53080
 
@@ -56713,13 +56713,19 @@ var init_step = __esm(() => {
56713
56713
  });
56714
56714
 
56715
56715
  // src/models/components/stepstask.ts
56716
- var StepsTask$inboundSchema, StepsTask$outboundSchema;
56716
+ var StepsTaskStart, StepsTaskStart$inboundSchema, StepsTaskStart$outboundSchema, StepsTask$inboundSchema, StepsTask$outboundSchema;
56717
56717
  var init_stepstask = __esm(() => {
56718
56718
  init_v3();
56719
56719
  init_contexttaskmetadata();
56720
56720
  init_contexttoolinfo();
56721
56721
  init_step();
56722
56722
  init_variable();
56723
+ StepsTaskStart = {
56724
+ Auto: "auto",
56725
+ Manual: "manual"
56726
+ };
56727
+ StepsTaskStart$inboundSchema = nativeEnumType(StepsTaskStart);
56728
+ StepsTaskStart$outboundSchema = StepsTaskStart$inboundSchema;
56723
56729
  StepsTask$inboundSchema = objectType({
56724
56730
  id: nullableType(stringType()).optional(),
56725
56731
  config: nullableType(recordType(anyType())).optional(),
@@ -56728,6 +56734,7 @@ var init_stepstask = __esm(() => {
56728
56734
  tool: nullableType(ContextToolInfo$inboundSchema).optional(),
56729
56735
  type: literalType("steps"),
56730
56736
  version: literalType("v1alpha").default("v1alpha"),
56737
+ start: StepsTaskStart$inboundSchema.default("auto"),
56731
56738
  steps: arrayType(Step$inboundSchema).optional()
56732
56739
  });
56733
56740
  StepsTask$outboundSchema = objectType({
@@ -56738,6 +56745,7 @@ var init_stepstask = __esm(() => {
56738
56745
  tool: nullableType(ContextToolInfo$outboundSchema).optional(),
56739
56746
  type: literalType("steps"),
56740
56747
  version: literalType("v1alpha").default("v1alpha"),
56748
+ start: StepsTaskStart$outboundSchema.default("auto"),
56741
56749
  steps: arrayType(Step$outboundSchema).optional()
56742
56750
  });
56743
56751
  });
@@ -85746,7 +85754,7 @@ Generate voice sample.`,
85746
85754
  function createMCPServer(deps) {
85747
85755
  const server = new McpServer({
85748
85756
  name: "SyllableSDK",
85749
- version: "1.0.40-rc.3"
85757
+ version: "1.0.40"
85750
85758
  });
85751
85759
  const client = new SyllableSDKCore({
85752
85760
  apiKeyHeader: deps.apiKeyHeader,
@@ -87290,7 +87298,7 @@ var routes = ln({
87290
87298
  var app = _e(routes, {
87291
87299
  name: "mcp",
87292
87300
  versionInfo: {
87293
- currentVersion: "1.0.40-rc.3"
87301
+ currentVersion: "1.0.40"
87294
87302
  }
87295
87303
  });
87296
87304
  Yt(app, process3.argv.slice(2), buildContext(process3));
@@ -87298,5 +87306,5 @@ export {
87298
87306
  app
87299
87307
  };
87300
87308
 
87301
- //# debugId=1AD4B2F99D664E4564756E2164756E21
87309
+ //# debugId=4777942CAF72F41564756E2164756E21
87302
87310
  //# sourceMappingURL=mcp-server.js.map