@quotalayer/contracts 0.1.0-alpha.1
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 +11 -0
- package/dist/index.d.ts +751 -0
- package/dist/index.js +793 -0
- package/package.json +48 -0
package/README.md
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
# @quotalayer/contracts
|
|
2
|
+
|
|
3
|
+
Runtime TypeBox schemas and TypeScript types for the QuotaLayer API. Most applications should install [`@quotalayer/sdk`](https://www.npmjs.com/package/@quotalayer/sdk) instead.
|
|
4
|
+
|
|
5
|
+
```bash
|
|
6
|
+
pnpm add @quotalayer/contracts
|
|
7
|
+
```
|
|
8
|
+
|
|
9
|
+
See the [QuotaLayer repository](https://github.com/wangxpych/quotalayer) for the API, self-hosting guide, and Alpha compatibility policy.
|
|
10
|
+
|
|
11
|
+
Licensed under Apache-2.0.
|