@peasant-labs/schema 0.18.0 → 0.19.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 +4 -0
- package/dist/fixtures/session-graph-capability.d.ts +454 -0
- package/dist/fixtures/session-graph-capability.js +4 -0
- package/dist/fixtures/session-graph.d.ts +7349 -0
- package/dist/fixtures/session-graph.js +4 -0
- package/dist/fixtures.d.ts +2 -0
- package/dist/fixtures.js +2 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +220 -35
- package/dist/internal/generated/content-capabilities.gen.d.ts +6 -0
- package/dist/internal/generated/content-capabilities.gen.js +47 -2
- package/dist/internal/generated/contract/zod.gen.d.ts +9554 -1328
- package/dist/internal/generated/contract/zod.gen.js +596 -27
- package/dist/internal/generated/enums.gen.d.ts +136 -0
- package/dist/internal/generated/enums.gen.js +149 -0
- package/dist/internal/generated/local-api.d.ts +308 -6
- package/dist/internal/generated/public-contract.gen.d.ts +2 -2
- package/dist/internal/generated/public-contract.gen.js +1 -1
- package/dist/internal/generated/session-graph-capability-fixtures.gen.d.ts +454 -0
- package/dist/internal/generated/session-graph-capability-fixtures.gen.js +570 -0
- package/dist/internal/generated/session-graph-fixtures.gen.d.ts +7349 -0
- package/dist/internal/generated/session-graph-fixtures.gen.js +8052 -0
- package/dist/internal/generated/versions.gen.d.ts +4 -4
- package/dist/internal/generated/versions.gen.js +4 -4
- package/dist/internal/generated/village-api.d.ts +512 -8
- package/package.json +9 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export declare const VillageAPIVersion: "0.
|
|
2
|
-
export declare const PeasantLocalAPIVersion: "0.
|
|
3
|
-
export declare const TypesVersion: "0.
|
|
4
|
-
export declare const MetadataSchemaVersion:
|
|
1
|
+
export declare const VillageAPIVersion: "0.17.0";
|
|
2
|
+
export declare const PeasantLocalAPIVersion: "0.13.0";
|
|
3
|
+
export declare const TypesVersion: "0.19.0";
|
|
4
|
+
export declare const MetadataSchemaVersion: 11;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
// Code generated from the canonical Go/OpenAPI contract. DO NOT EDIT.
|
|
2
|
-
export const VillageAPIVersion = "0.
|
|
3
|
-
export const PeasantLocalAPIVersion = "0.
|
|
4
|
-
export const TypesVersion = "0.
|
|
5
|
-
export const MetadataSchemaVersion =
|
|
2
|
+
export const VillageAPIVersion = "0.17.0";
|
|
3
|
+
export const PeasantLocalAPIVersion = "0.13.0";
|
|
4
|
+
export const TypesVersion = "0.19.0";
|
|
5
|
+
export const MetadataSchemaVersion = 11;
|