syllable-sdk 1.0.10 → 1.0.11-rc.2

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.10",
34423
- genVersion: "2.748.4",
34424
- userAgent: "speakeasy-sdk/typescript 1.0.10 2.748.4 0.0.2 syllable-sdk"
34422
+ sdkVersion: "1.0.11-rc.2",
34423
+ genVersion: "2.753.6",
34424
+ userAgent: "speakeasy-sdk/typescript 1.0.11-rc.2 2.753.6 0.0.2 syllable-sdk"
34425
34425
  };
34426
34426
  });
34427
34427
 
@@ -38325,6 +38325,7 @@ var init_requeststatus = __esm(() => {
38325
38325
  Duplicate: "DUPLICATE",
38326
38326
  Initiated: "INITIATED",
38327
38327
  Connected: "CONNECTED",
38328
+ CallCompleted: "CALL_COMPLETED",
38328
38329
  Failed: "FAILED",
38329
38330
  Canceled: "CANCELED",
38330
38331
  Invalid: "INVALID"
@@ -42144,6 +42145,7 @@ var init_prompthistory = __esm(() => {
42144
42145
  comments: nullableType(stringType()).optional(),
42145
42146
  user_email: stringType(),
42146
42147
  linked_tools: arrayType(PromptHistoryLinkedTool$inboundSchema).optional(),
42148
+ session_end_tool: nullableType(PromptHistoryLinkedTool$inboundSchema).optional(),
42147
42149
  is_pre_enhancements: booleanType()
42148
42150
  }).transform((v2) => {
42149
42151
  return remap(v2, {
@@ -42155,6 +42157,7 @@ var init_prompthistory = __esm(() => {
42155
42157
  llm_config: "llmConfig",
42156
42158
  user_email: "userEmail",
42157
42159
  linked_tools: "linkedTools",
42160
+ session_end_tool: "sessionEndTool",
42158
42161
  is_pre_enhancements: "isPreEnhancements"
42159
42162
  });
42160
42163
  });
@@ -42169,6 +42172,7 @@ var init_prompthistory = __esm(() => {
42169
42172
  comments: nullableType(stringType()).optional(),
42170
42173
  userEmail: stringType(),
42171
42174
  linkedTools: arrayType(PromptHistoryLinkedTool$outboundSchema).optional(),
42175
+ sessionEndTool: nullableType(PromptHistoryLinkedTool$outboundSchema).optional(),
42172
42176
  isPreEnhancements: booleanType()
42173
42177
  }).transform((v2) => {
42174
42178
  return remap(v2, {
@@ -42180,6 +42184,7 @@ var init_prompthistory = __esm(() => {
42180
42184
  llmConfig: "llm_config",
42181
42185
  userEmail: "user_email",
42182
42186
  linkedTools: "linked_tools",
42187
+ sessionEndTool: "session_end_tool",
42183
42188
  isPreEnhancements: "is_pre_enhancements"
42184
42189
  });
42185
42190
  });
@@ -64016,7 +64021,7 @@ Generate voice sample.`,
64016
64021
  function createMCPServer(deps) {
64017
64022
  const server = new McpServer({
64018
64023
  name: "SyllableSDK",
64019
- version: "1.0.10"
64024
+ version: "1.0.11-rc.2"
64020
64025
  });
64021
64026
  const client = new SyllableSDKCore({
64022
64027
  apiKeyHeader: deps.apiKeyHeader,
@@ -65550,7 +65555,7 @@ var routes = ln({
65550
65555
  var app = _e(routes, {
65551
65556
  name: "mcp",
65552
65557
  versionInfo: {
65553
- currentVersion: "1.0.10"
65558
+ currentVersion: "1.0.11-rc.2"
65554
65559
  }
65555
65560
  });
65556
65561
  Yt(app, process3.argv.slice(2), buildContext(process3));
@@ -65558,5 +65563,5 @@ export {
65558
65563
  app
65559
65564
  };
65560
65565
 
65561
- //# debugId=7B1ADD8DE45122C064756E2164756E21
65566
+ //# debugId=4A5ACE09EFCBC4C564756E2164756E21
65562
65567
  //# sourceMappingURL=mcp-server.js.map