syllable-sdk 1.0.2-rc.8 → 1.0.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
@@ -34414,9 +34414,9 @@ var init_config = __esm(() => {
34414
34414
  SDK_METADATA = {
34415
34415
  language: "typescript",
34416
34416
  openapiDocVersion: "0.0.2",
34417
- sdkVersion: "1.0.2-rc.8",
34417
+ sdkVersion: "1.0.2",
34418
34418
  genVersion: "2.723.11",
34419
- userAgent: "speakeasy-sdk/typescript 1.0.2-rc.8 2.723.11 0.0.2 syllable-sdk"
34419
+ userAgent: "speakeasy-sdk/typescript 1.0.2 2.723.11 0.0.2 syllable-sdk"
34420
34420
  };
34421
34421
  });
34422
34422
 
@@ -41951,7 +41951,8 @@ var MatchType, MatchType$inboundSchema, MatchType$outboundSchema, MatchType$;
41951
41951
  var init_matchtype = __esm(() => {
41952
41952
  init_zod();
41953
41953
  MatchType = {
41954
- Exact: "exact"
41954
+ Exact: "exact",
41955
+ Substring: "substring"
41955
41956
  };
41956
41957
  MatchType$inboundSchema = nativeEnumType(MatchType);
41957
41958
  MatchType$outboundSchema = MatchType$inboundSchema;
@@ -43891,14 +43892,17 @@ var init_voicesamplecreaterequest = __esm(() => {
43891
43892
  voice_provider: TtsProvider$inboundSchema,
43892
43893
  voice_display_name: AgentVoiceDisplayName$inboundSchema,
43893
43894
  voice_speed: nullableType(numberType()).optional(),
43894
- voice_pitch: nullableType(numberType()).optional()
43895
+ voice_pitch: nullableType(numberType()).optional(),
43896
+ text: stringType().default(""),
43897
+ apply_pronunciation_overrides: booleanType().default(false)
43895
43898
  }).transform((v2) => {
43896
43899
  return remap(v2, {
43897
43900
  language_code: "languageCode",
43898
43901
  voice_provider: "voiceProvider",
43899
43902
  voice_display_name: "voiceDisplayName",
43900
43903
  voice_speed: "voiceSpeed",
43901
- voice_pitch: "voicePitch"
43904
+ voice_pitch: "voicePitch",
43905
+ apply_pronunciation_overrides: "applyPronunciationOverrides"
43902
43906
  });
43903
43907
  });
43904
43908
  VoiceSampleCreateRequest$outboundSchema = objectType({
@@ -43906,14 +43910,17 @@ var init_voicesamplecreaterequest = __esm(() => {
43906
43910
  voiceProvider: TtsProvider$outboundSchema,
43907
43911
  voiceDisplayName: AgentVoiceDisplayName$outboundSchema,
43908
43912
  voiceSpeed: nullableType(numberType()).optional(),
43909
- voicePitch: nullableType(numberType()).optional()
43913
+ voicePitch: nullableType(numberType()).optional(),
43914
+ text: stringType().default(""),
43915
+ applyPronunciationOverrides: booleanType().default(false)
43910
43916
  }).transform((v2) => {
43911
43917
  return remap(v2, {
43912
43918
  languageCode: "language_code",
43913
43919
  voiceProvider: "voice_provider",
43914
43920
  voiceDisplayName: "voice_display_name",
43915
43921
  voiceSpeed: "voice_speed",
43916
- voicePitch: "voice_pitch"
43922
+ voicePitch: "voice_pitch",
43923
+ applyPronunciationOverrides: "apply_pronunciation_overrides"
43917
43924
  });
43918
43925
  });
43919
43926
  ((VoiceSampleCreateRequest$) => {
@@ -62954,7 +62961,7 @@ Send a welcome email to a user.`,
62954
62961
  function createMCPServer(deps) {
62955
62962
  const server = new McpServer({
62956
62963
  name: "SyllableSDK",
62957
- version: "1.0.2-rc.8"
62964
+ version: "1.0.2"
62958
62965
  });
62959
62966
  const client = new SyllableSDKCore({
62960
62967
  apiKeyHeader: deps.apiKeyHeader,
@@ -64460,7 +64467,7 @@ var routes = ln({
64460
64467
  var app = _e(routes, {
64461
64468
  name: "mcp",
64462
64469
  versionInfo: {
64463
- currentVersion: "1.0.2-rc.8"
64470
+ currentVersion: "1.0.2"
64464
64471
  }
64465
64472
  });
64466
64473
  Yt(app, process3.argv.slice(2), buildContext(process3));
@@ -64468,5 +64475,5 @@ export {
64468
64475
  app
64469
64476
  };
64470
64477
 
64471
- //# debugId=74000A2987C36DF964756E2164756E21
64478
+ //# debugId=B51C8448F07C38CD64756E2164756E21
64472
64479
  //# sourceMappingURL=mcp-server.js.map