syllable-sdk 1.0.7-rc.5 → 1.0.7-rc.6

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.
@@ -18,7 +18,7 @@
18
18
  },
19
19
  "..": {
20
20
  "name": "syllable-sdk",
21
- "version": "1.0.7-rc.5",
21
+ "version": "1.0.7-rc.6",
22
22
  "dependencies": {
23
23
  "zod": "^3.25.0 || ^4.0.0"
24
24
  },
package/jsr.json CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  {
4
4
  "name": "syllable-sdk",
5
- "version": "1.0.7-rc.5",
5
+ "version": "1.0.7-rc.6",
6
6
  "exports": {
7
7
  ".": "./src/index.ts",
8
8
  "./models/errors": "./src/models/errors/index.ts",
package/lib/config.d.ts CHANGED
@@ -31,8 +31,8 @@ export declare function serverURLFromOptions(options: SDKOptions): URL | null;
31
31
  export declare const SDK_METADATA: {
32
32
  readonly language: "typescript";
33
33
  readonly openapiDocVersion: "0.0.2";
34
- readonly sdkVersion: "1.0.7-rc.5";
34
+ readonly sdkVersion: "1.0.7-rc.6";
35
35
  readonly genVersion: "2.731.4";
36
- readonly userAgent: "speakeasy-sdk/typescript 1.0.7-rc.5 2.731.4 0.0.2 syllable-sdk";
36
+ readonly userAgent: "speakeasy-sdk/typescript 1.0.7-rc.6 2.731.4 0.0.2 syllable-sdk";
37
37
  };
38
38
  //# sourceMappingURL=config.d.ts.map
package/lib/config.js CHANGED
@@ -31,8 +31,8 @@ function serverURLFromOptions(options) {
31
31
  exports.SDK_METADATA = {
32
32
  language: "typescript",
33
33
  openapiDocVersion: "0.0.2",
34
- sdkVersion: "1.0.7-rc.5",
34
+ sdkVersion: "1.0.7-rc.6",
35
35
  genVersion: "2.731.4",
36
- userAgent: "speakeasy-sdk/typescript 1.0.7-rc.5 2.731.4 0.0.2 syllable-sdk",
36
+ userAgent: "speakeasy-sdk/typescript 1.0.7-rc.6 2.731.4 0.0.2 syllable-sdk",
37
37
  };
38
38
  //# sourceMappingURL=config.js.map
@@ -22,7 +22,7 @@ const routes = (0, core_1.buildRouteMap)({
22
22
  exports.app = (0, core_1.buildApplication)(routes, {
23
23
  name: "mcp",
24
24
  versionInfo: {
25
- currentVersion: "1.0.7-rc.5",
25
+ currentVersion: "1.0.7-rc.6",
26
26
  },
27
27
  });
28
28
  (0, core_1.run)(exports.app, node_process_1.default.argv.slice(2), (0, cli_js_1.buildContext)(node_process_1.default));
@@ -171,7 +171,7 @@ const voiceGroupsVoiceGroupsCreateVoiceSample_js_1 = require("./tools/voiceGroup
171
171
  function createMCPServer(deps) {
172
172
  const server = new mcp_js_1.McpServer({
173
173
  name: "SyllableSDK",
174
- version: "1.0.7-rc.5",
174
+ version: "1.0.7-rc.6",
175
175
  });
176
176
  const client = new core_js_1.SyllableSDKCore({
177
177
  apiKeyHeader: deps.apiKeyHeader,
@@ -6,6 +6,8 @@ import { ClosedEnum } from "../../types/enums.js";
6
6
  export declare const ToolHttpMethod: {
7
7
  readonly Get: "get";
8
8
  readonly Post: "post";
9
+ readonly Put: "put";
10
+ readonly Delete: "delete";
9
11
  };
10
12
  /**
11
13
  * The HTTP method to use for a tool HTTP request.
@@ -24,11 +26,15 @@ export declare namespace ToolHttpMethod$ {
24
26
  const inboundSchema: z.ZodNativeEnum<{
25
27
  readonly Get: "get";
26
28
  readonly Post: "post";
29
+ readonly Put: "put";
30
+ readonly Delete: "delete";
27
31
  }>;
28
32
  /** @deprecated use `ToolHttpMethod$outboundSchema` instead. */
29
33
  const outboundSchema: z.ZodNativeEnum<{
30
34
  readonly Get: "get";
31
35
  readonly Post: "post";
36
+ readonly Put: "put";
37
+ readonly Delete: "delete";
32
38
  }>;
33
39
  }
34
40
  //# sourceMappingURL=toolhttpmethod.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"toolhttpmethod.d.ts","sourceRoot":"","sources":["../../src/models/components/toolhttpmethod.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,QAAQ,CAAC;AAC5B,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AAElD;;GAEG;AACH,eAAO,MAAM,cAAc;;;CAGjB,CAAC;AACX;;GAEG;AACH,MAAM,MAAM,cAAc,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAE/D,gBAAgB;AAChB,eAAO,MAAM,4BAA4B,EAAE,CAAC,CAAC,aAAa,CACxD,OAAO,cAAc,CACS,CAAC;AAEjC,gBAAgB;AAChB,eAAO,MAAM,6BAA6B,EAAE,CAAC,CAAC,aAAa,CACzD,OAAO,cAAc,CACS,CAAC;AAEjC;;;GAGG;AACH,yBAAiB,eAAe,CAAC;IAC/B,8DAA8D;IACvD,MAAM,aAAa;;;MAA+B,CAAC;IAC1D,+DAA+D;IACxD,MAAM,cAAc;;;MAAgC,CAAC;CAC7D"}
1
+ {"version":3,"file":"toolhttpmethod.d.ts","sourceRoot":"","sources":["../../src/models/components/toolhttpmethod.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,QAAQ,CAAC;AAC5B,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AAElD;;GAEG;AACH,eAAO,MAAM,cAAc;;;;;CAKjB,CAAC;AACX;;GAEG;AACH,MAAM,MAAM,cAAc,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAE/D,gBAAgB;AAChB,eAAO,MAAM,4BAA4B,EAAE,CAAC,CAAC,aAAa,CACxD,OAAO,cAAc,CACS,CAAC;AAEjC,gBAAgB;AAChB,eAAO,MAAM,6BAA6B,EAAE,CAAC,CAAC,aAAa,CACzD,OAAO,cAAc,CACS,CAAC;AAEjC;;;GAGG;AACH,yBAAiB,eAAe,CAAC;IAC/B,8DAA8D;IACvD,MAAM,aAAa;;;;;MAA+B,CAAC;IAC1D,+DAA+D;IACxD,MAAM,cAAc;;;;;MAAgC,CAAC;CAC7D"}
@@ -44,6 +44,8 @@ const z = __importStar(require("zod/v3"));
44
44
  exports.ToolHttpMethod = {
45
45
  Get: "get",
46
46
  Post: "post",
47
+ Put: "put",
48
+ Delete: "delete",
47
49
  };
48
50
  /** @internal */
49
51
  exports.ToolHttpMethod$inboundSchema = z.nativeEnum(exports.ToolHttpMethod);
@@ -1 +1 @@
1
- {"version":3,"file":"toolhttpmethod.js","sourceRoot":"","sources":["../../src/models/components/toolhttpmethod.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAEH,0CAA4B;AAG5B;;GAEG;AACU,QAAA,cAAc,GAAG;IAC5B,GAAG,EAAE,KAAK;IACV,IAAI,EAAE,MAAM;CACJ,CAAC;AAMX,gBAAgB;AACH,QAAA,4BAA4B,GAErC,CAAC,CAAC,UAAU,CAAC,sBAAc,CAAC,CAAC;AAEjC,gBAAgB;AACH,QAAA,6BAA6B,GAEtC,oCAA4B,CAAC;AAEjC;;;GAGG;AACH,IAAiB,eAAe,CAK/B;AALD,WAAiB,eAAe;IAC9B,8DAA8D;IACjD,6BAAa,GAAG,oCAA4B,CAAC;IAC1D,+DAA+D;IAClD,8BAAc,GAAG,qCAA6B,CAAC;AAC9D,CAAC,EALgB,eAAe,+BAAf,eAAe,QAK/B"}
1
+ {"version":3,"file":"toolhttpmethod.js","sourceRoot":"","sources":["../../src/models/components/toolhttpmethod.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAEH,0CAA4B;AAG5B;;GAEG;AACU,QAAA,cAAc,GAAG;IAC5B,GAAG,EAAE,KAAK;IACV,IAAI,EAAE,MAAM;IACZ,GAAG,EAAE,KAAK;IACV,MAAM,EAAE,QAAQ;CACR,CAAC;AAMX,gBAAgB;AACH,QAAA,4BAA4B,GAErC,CAAC,CAAC,UAAU,CAAC,sBAAc,CAAC,CAAC;AAEjC,gBAAgB;AACH,QAAA,6BAA6B,GAEtC,oCAA4B,CAAC;AAEjC;;;GAGG;AACH,IAAiB,eAAe,CAK/B;AALD,WAAiB,eAAe;IAC9B,8DAA8D;IACjD,6BAAa,GAAG,oCAA4B,CAAC;IAC1D,+DAA+D;IAClD,8BAAc,GAAG,qCAA6B,CAAC;AAC9D,CAAC,EALgB,eAAe,+BAAf,eAAe,QAK/B"}
package/openapi.json CHANGED
@@ -25456,7 +25456,9 @@
25456
25456
  "type": "string",
25457
25457
  "enum": [
25458
25458
  "get",
25459
- "post"
25459
+ "post",
25460
+ "put",
25461
+ "delete"
25460
25462
  ],
25461
25463
  "title": "ToolHttpMethod",
25462
25464
  "description": "The HTTP method to use for a tool HTTP request."
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "syllable-sdk",
3
- "version": "1.0.7-rc.5",
3
+ "version": "1.0.7-rc.6",
4
4
  "author": "Syllable",
5
5
  "bin": {
6
6
  "mcp": "bin/mcp-server.js"
package/src/lib/config.ts CHANGED
@@ -61,7 +61,7 @@ export function serverURLFromOptions(options: SDKOptions): URL | null {
61
61
  export const SDK_METADATA = {
62
62
  language: "typescript",
63
63
  openapiDocVersion: "0.0.2",
64
- sdkVersion: "1.0.7-rc.5",
64
+ sdkVersion: "1.0.7-rc.6",
65
65
  genVersion: "2.731.4",
66
- userAgent: "speakeasy-sdk/typescript 1.0.7-rc.5 2.731.4 0.0.2 syllable-sdk",
66
+ userAgent: "speakeasy-sdk/typescript 1.0.7-rc.6 2.731.4 0.0.2 syllable-sdk",
67
67
  } as const;
@@ -19,7 +19,7 @@ const routes = buildRouteMap({
19
19
  export const app = buildApplication(routes, {
20
20
  name: "mcp",
21
21
  versionInfo: {
22
- currentVersion: "1.0.7-rc.5",
22
+ currentVersion: "1.0.7-rc.6",
23
23
  },
24
24
  });
25
25
 
@@ -183,7 +183,7 @@ export function createMCPServer(deps: {
183
183
  }) {
184
184
  const server = new McpServer({
185
185
  name: "SyllableSDK",
186
- version: "1.0.7-rc.5",
186
+ version: "1.0.7-rc.6",
187
187
  });
188
188
 
189
189
  const client = new SyllableSDKCore({
@@ -11,6 +11,8 @@ import { ClosedEnum } from "../../types/enums.js";
11
11
  export const ToolHttpMethod = {
12
12
  Get: "get",
13
13
  Post: "post",
14
+ Put: "put",
15
+ Delete: "delete",
14
16
  } as const;
15
17
  /**
16
18
  * The HTTP method to use for a tool HTTP request.