syllable-sdk 1.0.2-rc.8 → 1.0.2-rc.9

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-rc.9",
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-rc.9 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;
@@ -62954,7 +62955,7 @@ Send a welcome email to a user.`,
62954
62955
  function createMCPServer(deps) {
62955
62956
  const server = new McpServer({
62956
62957
  name: "SyllableSDK",
62957
- version: "1.0.2-rc.8"
62958
+ version: "1.0.2-rc.9"
62958
62959
  });
62959
62960
  const client = new SyllableSDKCore({
62960
62961
  apiKeyHeader: deps.apiKeyHeader,
@@ -64460,7 +64461,7 @@ var routes = ln({
64460
64461
  var app = _e(routes, {
64461
64462
  name: "mcp",
64462
64463
  versionInfo: {
64463
- currentVersion: "1.0.2-rc.8"
64464
+ currentVersion: "1.0.2-rc.9"
64464
64465
  }
64465
64466
  });
64466
64467
  Yt(app, process3.argv.slice(2), buildContext(process3));
@@ -64468,5 +64469,5 @@ export {
64468
64469
  app
64469
64470
  };
64470
64471
 
64471
- //# debugId=74000A2987C36DF964756E2164756E21
64472
+ //# debugId=E2160DC92189532664756E2164756E21
64472
64473
  //# sourceMappingURL=mcp-server.js.map