syllable-sdk 1.0.11-rc.3 → 1.0.11

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