syllable-sdk 1.0.59 → 1.0.60-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
@@ -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.59",
53075
+ sdkVersion: "1.0.60-rc.2",
53076
53076
  genVersion: "2.932.9",
53077
- userAgent: "speakeasy-sdk/typescript 1.0.59 2.932.9 0.0.3 syllable-sdk"
53077
+ userAgent: "speakeasy-sdk/typescript 1.0.60-rc.2 2.932.9 0.0.3 syllable-sdk"
53078
53078
  };
53079
53079
  });
53080
53080
 
@@ -62622,13 +62622,15 @@ var init_voicemaildetectionconfig = __esm(() => {
62622
62622
  voicemail_detection_overall_timeout: nullableType(numberType()).optional(),
62623
62623
  voicemail_detection_pre_speech_timeout: nullableType(numberType()).optional(),
62624
62624
  voicemail_detection_post_speech_timeout: nullableType(numberType()).optional(),
62625
- voicemail_detection_speech_threshold: nullableType(numberType()).optional()
62625
+ voicemail_detection_speech_threshold: nullableType(numberType()).optional(),
62626
+ voicemail_detection_v2_pre_speech_timeout: nullableType(numberType()).optional()
62626
62627
  }).catchall(anyType()), "additionalProperties", true).transform((v2) => {
62627
62628
  return remap(v2, {
62628
62629
  voicemail_detection_overall_timeout: "voicemailDetectionOverallTimeout",
62629
62630
  voicemail_detection_pre_speech_timeout: "voicemailDetectionPreSpeechTimeout",
62630
62631
  voicemail_detection_post_speech_timeout: "voicemailDetectionPostSpeechTimeout",
62631
- voicemail_detection_speech_threshold: "voicemailDetectionSpeechThreshold"
62632
+ voicemail_detection_speech_threshold: "voicemailDetectionSpeechThreshold",
62633
+ voicemail_detection_v2_pre_speech_timeout: "voicemailDetectionV2PreSpeechTimeout"
62632
62634
  });
62633
62635
  });
62634
62636
  VoicemailDetectionConfig$outboundSchema = objectType({
@@ -62637,6 +62639,7 @@ var init_voicemaildetectionconfig = __esm(() => {
62637
62639
  voicemailDetectionPreSpeechTimeout: nullableType(numberType()).optional(),
62638
62640
  voicemailDetectionPostSpeechTimeout: nullableType(numberType()).optional(),
62639
62641
  voicemailDetectionSpeechThreshold: nullableType(numberType()).optional(),
62642
+ voicemailDetectionV2PreSpeechTimeout: nullableType(numberType()).optional(),
62640
62643
  additionalProperties: recordType(anyType()).optional()
62641
62644
  }).transform((v2) => {
62642
62645
  return {
@@ -62646,6 +62649,7 @@ var init_voicemaildetectionconfig = __esm(() => {
62646
62649
  voicemailDetectionPreSpeechTimeout: "voicemail_detection_pre_speech_timeout",
62647
62650
  voicemailDetectionPostSpeechTimeout: "voicemail_detection_post_speech_timeout",
62648
62651
  voicemailDetectionSpeechThreshold: "voicemail_detection_speech_threshold",
62652
+ voicemailDetectionV2PreSpeechTimeout: "voicemail_detection_v2_pre_speech_timeout",
62649
62653
  additionalProperties: null
62650
62654
  })
62651
62655
  };
@@ -88707,7 +88711,7 @@ Generate voice sample.`,
88707
88711
  function createMCPServer(deps) {
88708
88712
  const server = new McpServer({
88709
88713
  name: "SyllableSDK",
88710
- version: "1.0.59"
88714
+ version: "1.0.60-rc.2"
88711
88715
  });
88712
88716
  const client = new SyllableSDKCore({
88713
88717
  apiKeyHeader: deps.apiKeyHeader,
@@ -90275,7 +90279,7 @@ var routes = ln({
90275
90279
  var app = _e(routes, {
90276
90280
  name: "mcp",
90277
90281
  versionInfo: {
90278
- currentVersion: "1.0.59"
90282
+ currentVersion: "1.0.60-rc.2"
90279
90283
  }
90280
90284
  });
90281
90285
  Yt(app, process3.argv.slice(2), buildContext(process3));
@@ -90283,5 +90287,5 @@ export {
90283
90287
  app
90284
90288
  };
90285
90289
 
90286
- //# debugId=027680C96221F68C64756E2164756E21
90290
+ //# debugId=B28923E66FB03E3264756E2164756E21
90287
90291
  //# sourceMappingURL=mcp-server.js.map