@runfile-ai/schemas 0.4.0 → 0.5.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/dist/canonical.d.ts +29 -3
- package/dist/canonical.d.ts.map +1 -1
- package/dist/canonical.js +43 -5
- package/dist/canonical.js.map +1 -1
- package/dist/event.d.ts +50 -50
- package/dist/evidence.d.ts +76 -76
- package/dist/ingest.d.ts +160 -160
- package/dist/manifest.d.ts +2 -2
- package/package.json +1 -1
package/dist/manifest.d.ts
CHANGED
|
@@ -56,9 +56,9 @@ export declare const MerkleManifestSchema: z.ZodObject<{
|
|
|
56
56
|
inclusion_proof: string;
|
|
57
57
|
}>>;
|
|
58
58
|
}, "strict", z.ZodTypeAny, {
|
|
59
|
+
tenant_id: string;
|
|
59
60
|
merkle_root: string;
|
|
60
61
|
schema_version: string;
|
|
61
|
-
tenant_id: string;
|
|
62
62
|
manifest_version: string;
|
|
63
63
|
day_utc: string;
|
|
64
64
|
built_at: string;
|
|
@@ -81,9 +81,9 @@ export declare const MerkleManifestSchema: z.ZodObject<{
|
|
|
81
81
|
inclusion_proof: string;
|
|
82
82
|
} | undefined;
|
|
83
83
|
}, {
|
|
84
|
+
tenant_id: string;
|
|
84
85
|
merkle_root: string;
|
|
85
86
|
schema_version: string;
|
|
86
|
-
tenant_id: string;
|
|
87
87
|
manifest_version: string;
|
|
88
88
|
day_utc: string;
|
|
89
89
|
built_at: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@runfile-ai/schemas",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.5.0",
|
|
4
4
|
"description": "Runfile event, ingest, vault, evidence, and manifest schemas. Source of truth in Zod; generates JSON Schema, Pydantic, and Go.",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"type": "module",
|