@unified-api/typescript-sdk 2.73.6 → 2.73.7

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.
@@ -0,0 +1,18 @@
1
+ {
2
+ "name": "@unified-api/typescript-sdk-examples",
3
+ "version": "1.0.0",
4
+ "private": true,
5
+ "scripts": {
6
+ "build:parent": "cd .. && npm i && npm run build && cd -",
7
+ "build:examples": "npm i",
8
+ "build": "npm run build:parent && npm run build:examples"
9
+ },
10
+ "devDependencies": {
11
+ "@types/node": "^20.0.0",
12
+ "dotenv": "^16.4.5",
13
+ "tsx": "^4.19.2"
14
+ },
15
+ "dependencies": {
16
+ "@unified-api/typescript-sdk": "file:.."
17
+ }
18
+ }
package/jsr.json CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  {
4
4
  "name": "@unified-api/typescript-sdk",
5
- "version": "2.73.6",
5
+ "version": "2.73.7",
6
6
  "exports": {
7
7
  ".": "./src/index.ts",
8
8
  "./sdk/models/errors": "./src/sdk/models/errors/index.ts",
package/lib/config.d.ts CHANGED
@@ -35,8 +35,8 @@ export declare function serverURLFromOptions(options: SDKOptions): URL | null;
35
35
  export declare const SDK_METADATA: {
36
36
  readonly language: "typescript";
37
37
  readonly openapiDocVersion: "1.0";
38
- readonly sdkVersion: "2.73.6";
39
- readonly genVersion: "2.648.7";
40
- readonly userAgent: "speakeasy-sdk/typescript 2.73.6 2.648.7 1.0 @unified-api/typescript-sdk";
38
+ readonly sdkVersion: "2.73.7";
39
+ readonly genVersion: "2.656.3";
40
+ readonly userAgent: "speakeasy-sdk/typescript 2.73.7 2.656.3 1.0 @unified-api/typescript-sdk";
41
41
  };
42
42
  //# sourceMappingURL=config.d.ts.map
package/lib/config.js CHANGED
@@ -39,8 +39,8 @@ function serverURLFromOptions(options) {
39
39
  exports.SDK_METADATA = {
40
40
  language: "typescript",
41
41
  openapiDocVersion: "1.0",
42
- sdkVersion: "2.73.6",
43
- genVersion: "2.648.7",
44
- userAgent: "speakeasy-sdk/typescript 2.73.6 2.648.7 1.0 @unified-api/typescript-sdk",
42
+ sdkVersion: "2.73.7",
43
+ genVersion: "2.656.3",
44
+ userAgent: "speakeasy-sdk/typescript 2.73.7 2.656.3 1.0 @unified-api/typescript-sdk",
45
45
  };
46
46
  //# 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: "2.73.6",
25
+ currentVersion: "2.73.7",
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));
@@ -490,7 +490,7 @@ const unifiedUpdateUnifiedWebhookTrigger_js_1 = require("./tools/unifiedUpdateUn
490
490
  function createMCPServer(deps) {
491
491
  const server = new mcp_js_1.McpServer({
492
492
  name: "UnifiedTo",
493
- version: "2.73.6",
493
+ version: "2.73.7",
494
494
  });
495
495
  const client = new core_js_1.UnifiedToCore({
496
496
  security: deps.security,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@unified-api/typescript-sdk",
3
- "version": "2.73.6",
3
+ "version": "2.73.7",
4
4
  "author": "Unified",
5
5
  "bin": {
6
6
  "mcp": "bin/mcp-server.js"
@@ -20,7 +20,7 @@
20
20
  },
21
21
  "peerDependencies": {
22
22
  "@modelcontextprotocol/sdk": ">=1.5.0 <1.10.0",
23
- "zod": ">= 3"
23
+ "zod": "^3"
24
24
  },
25
25
  "peerDependenciesMeta": {
26
26
  "@modelcontextprotocol/sdk": {"optional":true}
package/src/lib/config.ts CHANGED
@@ -73,8 +73,8 @@ export function serverURLFromOptions(options: SDKOptions): URL | null {
73
73
  export const SDK_METADATA = {
74
74
  language: "typescript",
75
75
  openapiDocVersion: "1.0",
76
- sdkVersion: "2.73.6",
77
- genVersion: "2.648.7",
76
+ sdkVersion: "2.73.7",
77
+ genVersion: "2.656.3",
78
78
  userAgent:
79
- "speakeasy-sdk/typescript 2.73.6 2.648.7 1.0 @unified-api/typescript-sdk",
79
+ "speakeasy-sdk/typescript 2.73.7 2.656.3 1.0 @unified-api/typescript-sdk",
80
80
  } 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: "2.73.6",
22
+ currentVersion: "2.73.7",
23
23
  },
24
24
  });
25
25
 
@@ -502,7 +502,7 @@ export function createMCPServer(deps: {
502
502
  }) {
503
503
  const server = new McpServer({
504
504
  name: "UnifiedTo",
505
- version: "2.73.6",
505
+ version: "2.73.7",
506
506
  });
507
507
 
508
508
  const client = new UnifiedToCore({