@pellux/goodvibes-contracts 0.30.3 → 0.33.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 +2 -2
- package/artifacts/operator-contract.json +31 -417
- package/dist/generated/foundation-client-types.d.ts +18 -72
- package/dist/generated/foundation-client-types.d.ts.map +1 -1
- package/dist/generated/foundation-metadata.d.ts +2 -2
- package/dist/generated/foundation-metadata.js +2 -2
- package/dist/generated/operator-contract.d.ts.map +1 -1
- package/dist/generated/operator-contract.js +31 -417
- package/dist/generated/operator-method-ids.d.ts +1 -1
- package/dist/generated/operator-method-ids.d.ts.map +1 -1
- package/dist/generated/operator-method-ids.js +0 -1
- package/dist/generated/runtime-event-domains.d.ts +8 -0
- package/dist/generated/runtime-event-domains.d.ts.map +1 -1
- package/dist/index.d.ts +4 -3
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +38 -6
- package/dist/node.d.ts.map +1 -1
- package/dist/node.js +26 -2
- package/dist/types.d.ts +30 -23
- package/dist/types.d.ts.map +1 -1
- package/dist/types.js +7 -1
- package/dist/zod-schemas/accounts.d.ts +4 -4
- package/dist/zod-schemas/accounts.d.ts.map +1 -1
- package/dist/zod-schemas/accounts.js +4 -4
- package/dist/zod-schemas/events.d.ts +5 -5
- package/dist/zod-schemas/events.d.ts.map +1 -1
- package/dist/zod-schemas/events.js +4 -3
- package/dist/zod-schemas/index.d.ts +2 -2
- package/dist/zod-schemas/index.d.ts.map +1 -1
- package/dist/zod-schemas/index.js +1 -1
- package/dist/zod-schemas/providers.d.ts +30 -30
- package/dist/zod-schemas/providers.d.ts.map +1 -1
- package/dist/zod-schemas/providers.js +19 -19
- package/dist/zod-schemas/session.d.ts +17 -10
- package/dist/zod-schemas/session.d.ts.map +1 -1
- package/dist/zod-schemas/session.js +20 -6
- package/package.json +3 -2
package/README.md
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
# @pellux/goodvibes-contracts
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
Public runtime-neutral GoodVibes contract package for operator and peer artifacts, generated ids, lookup helpers, and schema exports.
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
Most applications should install `@pellux/goodvibes-sdk` and import `@pellux/goodvibes-sdk/contracts`. Install this package directly when you only need the contracts subset.
|
|
6
6
|
|
|
7
7
|
Consumer import:
|
|
8
8
|
|