@klappay/types 2.0.1 → 2.0.3
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 +5 -1
- package/dist/index.d.mts +596 -18
- package/dist/index.d.ts +596 -18
- package/dist/index.js +256 -201
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +254 -201
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -57,7 +57,11 @@ API itself (open the API's base URL in a browser once you have access).
|
|
|
57
57
|
Full docs (with search and navigation) are published at
|
|
58
58
|
[api.klappay.com/types](https://api.klappay.com/types) — generated from
|
|
59
59
|
this same package's `docs/` source, so they never drift from what's
|
|
60
|
-
actually exported.
|
|
60
|
+
actually exported. The site also publishes
|
|
61
|
+
[`llms.txt`](https://api.klappay.com/types/llms.txt) and
|
|
62
|
+
[`llms-full.txt`](https://api.klappay.com/types/llms-full.txt) — plain-
|
|
63
|
+
text, LLM-friendly versions of these docs, regenerated on every deploy,
|
|
64
|
+
for feeding an agent or MCP server.
|
|
61
65
|
|
|
62
66
|
| Doc | Covers |
|
|
63
67
|
|---|---|
|