syllable-sdk 1.0.13-rc.5 → 1.0.13-rc.6

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
@@ -34419,9 +34419,9 @@ var init_config = __esm(() => {
34419
34419
  SDK_METADATA = {
34420
34420
  language: "typescript",
34421
34421
  openapiDocVersion: "0.0.2",
34422
- sdkVersion: "1.0.13-rc.5",
34422
+ sdkVersion: "1.0.13-rc.6",
34423
34423
  genVersion: "2.760.2",
34424
- userAgent: "speakeasy-sdk/typescript 1.0.13-rc.5 2.760.2 0.0.2 syllable-sdk"
34424
+ userAgent: "speakeasy-sdk/typescript 1.0.13-rc.6 2.760.2 0.0.2 syllable-sdk"
34425
34425
  };
34426
34426
  });
34427
34427
 
@@ -43326,7 +43326,8 @@ var init_session = __esm(() => {
43326
43326
  source: nullableType(stringType()).optional(),
43327
43327
  target: nullableType(stringType()).optional(),
43328
43328
  is_legacy: nullableType(booleanType()).optional(),
43329
- is_test: nullableType(booleanType()).optional()
43329
+ is_test: nullableType(booleanType()).optional(),
43330
+ user_terminated: nullableType(booleanType()).optional()
43330
43331
  }).transform((v2) => {
43331
43332
  return remap(v2, {
43332
43333
  session_id: "sessionId",
@@ -43344,7 +43345,8 @@ var init_session = __esm(() => {
43344
43345
  prompt_version_number: "promptVersionNumber",
43345
43346
  session_label_id: "sessionLabelId",
43346
43347
  is_legacy: "isLegacy",
43347
- is_test: "isTest"
43348
+ is_test: "isTest",
43349
+ user_terminated: "userTerminated"
43348
43350
  });
43349
43351
  });
43350
43352
  Session$outboundSchema = objectType({
@@ -43367,7 +43369,8 @@ var init_session = __esm(() => {
43367
43369
  source: nullableType(stringType()).optional(),
43368
43370
  target: nullableType(stringType()).optional(),
43369
43371
  isLegacy: nullableType(booleanType()).optional(),
43370
- isTest: nullableType(booleanType()).optional()
43372
+ isTest: nullableType(booleanType()).optional(),
43373
+ userTerminated: nullableType(booleanType()).optional()
43371
43374
  }).transform((v2) => {
43372
43375
  return remap(v2, {
43373
43376
  sessionId: "session_id",
@@ -43385,7 +43388,8 @@ var init_session = __esm(() => {
43385
43388
  promptVersionNumber: "prompt_version_number",
43386
43389
  sessionLabelId: "session_label_id",
43387
43390
  isLegacy: "is_legacy",
43388
- isTest: "is_test"
43391
+ isTest: "is_test",
43392
+ userTerminated: "user_terminated"
43389
43393
  });
43390
43394
  });
43391
43395
  });
@@ -65993,7 +65997,7 @@ Generate voice sample.`,
65993
65997
  function createMCPServer(deps) {
65994
65998
  const server = new McpServer({
65995
65999
  name: "SyllableSDK",
65996
- version: "1.0.13-rc.5"
66000
+ version: "1.0.13-rc.6"
65997
66001
  });
65998
66002
  const client = new SyllableSDKCore({
65999
66003
  apiKeyHeader: deps.apiKeyHeader,
@@ -67527,7 +67531,7 @@ var routes = ln({
67527
67531
  var app = _e(routes, {
67528
67532
  name: "mcp",
67529
67533
  versionInfo: {
67530
- currentVersion: "1.0.13-rc.5"
67534
+ currentVersion: "1.0.13-rc.6"
67531
67535
  }
67532
67536
  });
67533
67537
  Yt(app, process3.argv.slice(2), buildContext(process3));
@@ -67535,5 +67539,5 @@ export {
67535
67539
  app
67536
67540
  };
67537
67541
 
67538
- //# debugId=7BD1D56E468437A464756E2164756E21
67542
+ //# debugId=404D69B5DD3853AC64756E2164756E21
67539
67543
  //# sourceMappingURL=mcp-server.js.map