syllable-sdk 1.0.7-rc.2 → 1.0.7-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.7-rc.2",
34422
+ sdkVersion: "1.0.7-rc.3",
34423
34423
  genVersion: "2.730.5",
34424
- userAgent: "speakeasy-sdk/typescript 1.0.7-rc.2 2.730.5 0.0.2 syllable-sdk"
34424
+ userAgent: "speakeasy-sdk/typescript 1.0.7-rc.3 2.730.5 0.0.2 syllable-sdk"
34425
34425
  };
34426
34426
  });
34427
34427
 
@@ -39410,6 +39410,7 @@ var init_directorymemberproperties = __esm(() => {
39410
39410
  DirectoryMemberProperties = {
39411
39411
  Id: "id",
39412
39412
  Name: "name",
39413
+ NameExact: "name_exact",
39413
39414
  Type: "type",
39414
39415
  Extensions: "extensions",
39415
39416
  ContactTags: "contact_tags",
@@ -65150,7 +65151,7 @@ Generate voice sample.`,
65150
65151
  function createMCPServer(deps) {
65151
65152
  const server = new McpServer({
65152
65153
  name: "SyllableSDK",
65153
- version: "1.0.7-rc.2"
65154
+ version: "1.0.7-rc.3"
65154
65155
  });
65155
65156
  const client = new SyllableSDKCore({
65156
65157
  apiKeyHeader: deps.apiKeyHeader,
@@ -66682,7 +66683,7 @@ var routes = ln({
66682
66683
  var app = _e(routes, {
66683
66684
  name: "mcp",
66684
66685
  versionInfo: {
66685
- currentVersion: "1.0.7-rc.2"
66686
+ currentVersion: "1.0.7-rc.3"
66686
66687
  }
66687
66688
  });
66688
66689
  Yt(app, process3.argv.slice(2), buildContext(process3));
@@ -66690,5 +66691,5 @@ export {
66690
66691
  app
66691
66692
  };
66692
66693
 
66693
- //# debugId=EB872A1861D93C0D64756E2164756E21
66694
+ //# debugId=EBF549472C88EF8C64756E2164756E21
66694
66695
  //# sourceMappingURL=mcp-server.js.map