@seamapi/types 1.439.0 → 1.440.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 +2 -1
- package/dist/index.cjs +57327 -3
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +2 -3
- package/index.d.ts +1 -2
- package/index.js +1 -1
- package/index.js.map +1 -1
- package/lib/index.d.ts +1 -0
- package/lib/index.js +2 -0
- package/lib/index.js.map +1 -0
- package/package.json +1 -1
- package/src/index.ts +1 -1
- package/src/lib/index.ts +1 -0
package/README.md
CHANGED
|
@@ -15,7 +15,8 @@ have a single source of truth that stays up to date with the API.
|
|
|
15
15
|
|
|
16
16
|
### Structure
|
|
17
17
|
|
|
18
|
-
|
|
18
|
+
There is dedicated entrypoint for each Seam API namespace.
|
|
19
|
+
The main entrypoint for this module is re-exports the connect namespace.
|
|
19
20
|
|
|
20
21
|
Each directory under `src/lib/seam/*` is owned by an upstream Seam repository.
|
|
21
22
|
These files should not be edited manually as they will be overridden by automation.
|