syllable-sdk 1.0.11-rc.2 → 1.0.11-rc.3

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