seam 1.227.1 → 1.229.0

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/README.md CHANGED
@@ -19,11 +19,9 @@ Instead, it re-exports from a core set of Seam modules:
19
19
 
20
20
  - [@seamapi/http]: JavaScript HTTP client for the Seam API written in TypeScript.
21
21
  - [@seamapi/webhook]: Webhook SDK for the Seam API written in TypeScript.
22
- - [@seamapi/types]: TypeScript types for the Seam API.
23
22
 
24
23
  [Seam]: https://www.seam.co/
25
24
  [Seam Docs]: https://docs.seam.co/latest/
26
- [@seamapi/types]: https://github.com/seamapi/types
27
25
  [@seamapi/http]: https://github.com/seamapi/javascript-http
28
26
  [@seamapi/webhook]: https://github.com/seamapi/javascript-webhook
29
27
 
package/dist/index.cjs CHANGED
@@ -1,7 +1,6 @@
1
1
  'use strict';
2
2
 
3
3
  var http = require('@seamapi/http');
4
- var types = require('@seamapi/types');
5
4
  var webhook = require('@seamapi/webhook');
6
5
 
7
6
 
@@ -18,10 +17,6 @@ Object.defineProperty(exports, "SeamWithoutWorkspace", {
18
17
  enumerable: true,
19
18
  get: function () { return http.SeamHttpWithoutWorkspace; }
20
19
  });
21
- Object.defineProperty(exports, "schemas", {
22
- enumerable: true,
23
- get: function () { return types.schemas; }
24
- });
25
20
  Object.keys(http).forEach(function (k) {
26
21
  if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
27
22
  enumerable: true,
package/dist/index.d.cts CHANGED
@@ -1,4 +1,3 @@
1
1
  export * from '@seamapi/http';
2
2
  export { SeamHttp as Seam, SeamHttpEndpoints as SeamEndpoints, SeamHttpWithoutWorkspaceOptions as SeamMultiWorkspaceOptions, SeamHttpOptions as SeamOptions, SeamHttpWithoutWorkspace as SeamWithoutWorkspace, SeamHttpWithoutWorkspace as SeamWithoutWorkspaceOptions } from '@seamapi/http';
3
- export { openapi, schemas } from '@seamapi/types';
4
3
  export * from '@seamapi/webhook';
package/index.d.ts CHANGED
@@ -1,7 +1,5 @@
1
1
  import { SeamHttp as Seam, SeamHttpEndpoints as SeamEndpoints, type SeamHttpOptions as SeamOptions, SeamHttpWithoutWorkspace as SeamWithoutWorkspace, type SeamHttpWithoutWorkspace as SeamWithoutWorkspaceOptions, type SeamHttpWithoutWorkspaceOptions as SeamMultiWorkspaceOptions } from '@seamapi/http';
2
2
  export * from '@seamapi/http';
3
- export type { openapi } from '@seamapi/types';
4
- export { schemas } from '@seamapi/types';
5
3
  export * from '@seamapi/webhook';
6
4
  export { Seam, SeamEndpoints, SeamWithoutWorkspace };
7
5
  export type { SeamMultiWorkspaceOptions, SeamOptions, SeamWithoutWorkspaceOptions, };
package/index.js CHANGED
@@ -1,6 +1,5 @@
1
1
  import { SeamHttp as Seam, SeamHttpEndpoints as SeamEndpoints, SeamHttpWithoutWorkspace as SeamWithoutWorkspace, } from '@seamapi/http';
2
2
  export * from '@seamapi/http';
3
- export { schemas } from '@seamapi/types';
4
3
  export * from '@seamapi/webhook';
5
4
  export { Seam, SeamEndpoints, SeamWithoutWorkspace };
6
5
  //# sourceMappingURL=index.js.map
package/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,QAAQ,IAAI,IAAI,EAChB,iBAAiB,IAAI,aAAa,EAElC,wBAAwB,IAAI,oBAAoB,GAGjD,MAAM,eAAe,CAAA;AAEtB,cAAc,eAAe,CAAA;AAE7B,OAAO,EAAE,OAAO,EAAE,MAAM,gBAAgB,CAAA;AACxC,cAAc,kBAAkB,CAAA;AAChC,OAAO,EAAE,IAAI,EAAE,aAAa,EAAE,oBAAoB,EAAE,CAAA"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,QAAQ,IAAI,IAAI,EAChB,iBAAiB,IAAI,aAAa,EAElC,wBAAwB,IAAI,oBAAoB,GAGjD,MAAM,eAAe,CAAA;AAEtB,cAAc,eAAe,CAAA;AAC7B,cAAc,kBAAkB,CAAA;AAChC,OAAO,EAAE,IAAI,EAAE,aAAa,EAAE,oBAAoB,EAAE,CAAA"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "seam",
3
- "version": "1.227.1",
3
+ "version": "1.229.0",
4
4
  "description": "JavaScript SDK for the Seam API written in TypeScript.",
5
5
  "type": "module",
6
6
  "main": "index.js",
@@ -65,10 +65,8 @@
65
65
  "npm": ">=10.9.4"
66
66
  },
67
67
  "dependencies": {
68
- "@seamapi/http": "2.0.0",
69
- "@seamapi/types": "1.983.0",
70
- "@seamapi/webhook": "1.2.0",
71
- "zod": "^3.21.4"
68
+ "@seamapi/http": "^2.2.0",
69
+ "@seamapi/webhook": "1.4.0"
72
70
  },
73
71
  "devDependencies": {
74
72
  "@swc/core": "^1.11.29",
package/src/index.ts CHANGED
@@ -8,8 +8,6 @@ import {
8
8
  } from '@seamapi/http'
9
9
 
10
10
  export * from '@seamapi/http'
11
- export type { openapi } from '@seamapi/types'
12
- export { schemas } from '@seamapi/types'
13
11
  export * from '@seamapi/webhook'
14
12
  export { Seam, SeamEndpoints, SeamWithoutWorkspace }
15
13
  export type {