@seamapi/types 1.996.0 → 1.998.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/lib/seam/connect/index.d.ts +2 -2
- package/lib/seam/connect/index.js +0 -2
- package/lib/seam/connect/index.js.map +1 -1
- package/lib/seam/connect/openapi.js +1566 -1566
- package/lib/seam/connect/openapi.js.map +1 -1
- package/package.json +1 -1
- package/src/lib/seam/connect/index.ts +2 -2
- package/src/lib/seam/connect/openapi.ts +1566 -1566
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as schemas from './schemas.js';
|
|
2
2
|
export { schemas };
|
|
3
|
-
export * from './model-types.js';
|
|
3
|
+
export type * from './model-types.js';
|
|
4
4
|
export { default as openapi } from './openapi.js';
|
|
5
|
-
export * from './route-types.js';
|
|
5
|
+
export type * from './route-types.js';
|
|
6
6
|
export declare const routes: {};
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
import * as schemas from './schemas.js';
|
|
2
2
|
export { schemas };
|
|
3
|
-
export * from './model-types.js';
|
|
4
3
|
export { default as openapi } from './openapi.js';
|
|
5
|
-
export * from './route-types.js';
|
|
6
4
|
// UPSTREAM: Reserve this named export until nextlove is able to generate this.
|
|
7
5
|
export const routes = {};
|
|
8
6
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/lib/seam/connect/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,OAAO,MAAM,cAAc,CAAA;AAEvC,OAAO,EAAE,OAAO,EAAE,CAAA;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/lib/seam/connect/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,OAAO,MAAM,cAAc,CAAA;AAEvC,OAAO,EAAE,OAAO,EAAE,CAAA;AAGlB,OAAO,EAAE,OAAO,IAAI,OAAO,EAAE,MAAM,cAAc,CAAA;AAGjD,+EAA+E;AAC/E,MAAM,CAAC,MAAM,MAAM,GAAG,EAAE,CAAA"}
|