@empressaio/atom-contract 1.23.0 → 1.24.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/CHANGELOG.md +14 -0
- package/dist/conformance/index.d.ts +1 -0
- package/dist/conformance/index.d.ts.map +1 -1
- package/dist/conformance/index.js +1 -0
- package/dist/conformance/index.js.map +1 -1
- package/dist/identity/index.d.ts +1 -0
- package/dist/identity/index.d.ts.map +1 -1
- package/dist/identity/index.js +1 -0
- package/dist/identity/index.js.map +1 -1
- package/dist/index.d.ts +1 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/dist/property/buildable-envelope.d.ts +20 -20
- package/dist/property/building-footprint.d.ts +20 -20
- package/dist/property/cad-parcel-roll.d.ts +20 -20
- package/dist/property/common.d.ts +12 -12
- package/dist/property/flood-hazard-fact.d.ts +20 -20
- package/dist/property/land-use-fact.d.ts +20 -20
- package/dist/property/owner-fact.d.ts +20 -20
- package/dist/property/parcel-node.d.ts +20 -20
- package/dist/property/parcel-terrain-model.d.ts +20 -20
- package/dist/property/rail-corridor-fact.d.ts +20 -20
- package/dist/property/road-node.d.ts +16 -16
- package/dist/property/rrc-pipeline-fact.d.ts +20 -20
- package/dist/property/setback-rule.d.ts +20 -20
- package/dist/property/special-district-fact.d.ts +20 -20
- package/dist/property/utility-easement.d.ts +20 -20
- package/dist/property/well-fact.d.ts +20 -20
- package/dist/property/zoning-fact.d.ts +20 -20
- package/dist/read-contract/reasoning-axes.d.ts +28 -28
- package/package.json +1 -1
|
@@ -89,15 +89,15 @@ export declare const WELL_FACT_SCHEMA: z.ZodEffects<z.ZodObject<{
|
|
|
89
89
|
assertedAt: z.ZodString;
|
|
90
90
|
auditRef: z.ZodOptional<z.ZodString>;
|
|
91
91
|
}, "strip", z.ZodTypeAny, {
|
|
92
|
+
kind: "property-risk";
|
|
92
93
|
stratum: import("../read-contract/reasoning-axes.js").PropertyRiskStratum;
|
|
93
94
|
assertedAt: string;
|
|
94
|
-
kind: "property-risk";
|
|
95
95
|
basis: string;
|
|
96
96
|
auditRef?: string | undefined;
|
|
97
97
|
}, {
|
|
98
|
+
kind: "property-risk";
|
|
98
99
|
stratum: import("../read-contract/reasoning-axes.js").PropertyRiskStratum;
|
|
99
100
|
assertedAt: string;
|
|
100
|
-
kind: "property-risk";
|
|
101
101
|
basis: string;
|
|
102
102
|
auditRef?: string | undefined;
|
|
103
103
|
}>, z.ZodObject<{
|
|
@@ -105,12 +105,12 @@ export declare const WELL_FACT_SCHEMA: z.ZodEffects<z.ZodObject<{
|
|
|
105
105
|
reason: z.ZodString;
|
|
106
106
|
assertedAt: z.ZodString;
|
|
107
107
|
}, "strip", z.ZodTypeAny, {
|
|
108
|
-
assertedAt: string;
|
|
109
108
|
kind: "not-applicable";
|
|
109
|
+
assertedAt: string;
|
|
110
110
|
reason: string;
|
|
111
111
|
}, {
|
|
112
|
-
assertedAt: string;
|
|
113
112
|
kind: "not-applicable";
|
|
113
|
+
assertedAt: string;
|
|
114
114
|
reason: string;
|
|
115
115
|
}>]>;
|
|
116
116
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -127,14 +127,14 @@ export declare const WELL_FACT_SCHEMA: z.ZodEffects<z.ZodObject<{
|
|
|
127
127
|
provenance: "asserted" | "backtest" | "seed" | "live";
|
|
128
128
|
}>;
|
|
129
129
|
consequence: {
|
|
130
|
+
kind: "property-risk";
|
|
130
131
|
stratum: import("../read-contract/reasoning-axes.js").PropertyRiskStratum;
|
|
131
132
|
assertedAt: string;
|
|
132
|
-
kind: "property-risk";
|
|
133
133
|
basis: string;
|
|
134
134
|
auditRef?: string | undefined;
|
|
135
135
|
} | {
|
|
136
|
-
assertedAt: string;
|
|
137
136
|
kind: "not-applicable";
|
|
137
|
+
assertedAt: string;
|
|
138
138
|
reason: string;
|
|
139
139
|
};
|
|
140
140
|
}, {
|
|
@@ -151,14 +151,14 @@ export declare const WELL_FACT_SCHEMA: z.ZodEffects<z.ZodObject<{
|
|
|
151
151
|
provenance: "asserted" | "backtest" | "seed" | "live";
|
|
152
152
|
}>;
|
|
153
153
|
consequence: {
|
|
154
|
+
kind: "property-risk";
|
|
154
155
|
stratum: import("../read-contract/reasoning-axes.js").PropertyRiskStratum;
|
|
155
156
|
assertedAt: string;
|
|
156
|
-
kind: "property-risk";
|
|
157
157
|
basis: string;
|
|
158
158
|
auditRef?: string | undefined;
|
|
159
159
|
} | {
|
|
160
|
-
assertedAt: string;
|
|
161
160
|
kind: "not-applicable";
|
|
161
|
+
assertedAt: string;
|
|
162
162
|
reason: string;
|
|
163
163
|
};
|
|
164
164
|
}>>;
|
|
@@ -225,14 +225,14 @@ export declare const WELL_FACT_SCHEMA: z.ZodEffects<z.ZodObject<{
|
|
|
225
225
|
provenance: "asserted" | "backtest" | "seed" | "live";
|
|
226
226
|
}>;
|
|
227
227
|
consequence: {
|
|
228
|
+
kind: "property-risk";
|
|
228
229
|
stratum: import("../read-contract/reasoning-axes.js").PropertyRiskStratum;
|
|
229
230
|
assertedAt: string;
|
|
230
|
-
kind: "property-risk";
|
|
231
231
|
basis: string;
|
|
232
232
|
auditRef?: string | undefined;
|
|
233
233
|
} | {
|
|
234
|
-
assertedAt: string;
|
|
235
234
|
kind: "not-applicable";
|
|
235
|
+
assertedAt: string;
|
|
236
236
|
reason: string;
|
|
237
237
|
};
|
|
238
238
|
}>;
|
|
@@ -265,14 +265,14 @@ export declare const WELL_FACT_SCHEMA: z.ZodEffects<z.ZodObject<{
|
|
|
265
265
|
provenance: "asserted" | "backtest" | "seed" | "live";
|
|
266
266
|
}>;
|
|
267
267
|
consequence: {
|
|
268
|
+
kind: "property-risk";
|
|
268
269
|
stratum: import("../read-contract/reasoning-axes.js").PropertyRiskStratum;
|
|
269
270
|
assertedAt: string;
|
|
270
|
-
kind: "property-risk";
|
|
271
271
|
basis: string;
|
|
272
272
|
auditRef?: string | undefined;
|
|
273
273
|
} | {
|
|
274
|
-
assertedAt: string;
|
|
275
274
|
kind: "not-applicable";
|
|
275
|
+
assertedAt: string;
|
|
276
276
|
reason: string;
|
|
277
277
|
};
|
|
278
278
|
}>;
|
|
@@ -381,14 +381,14 @@ export declare const WELL_FACT_SCHEMA: z.ZodEffects<z.ZodObject<{
|
|
|
381
381
|
provenance: "asserted" | "backtest" | "seed" | "live";
|
|
382
382
|
}>;
|
|
383
383
|
consequence: {
|
|
384
|
+
kind: "property-risk";
|
|
384
385
|
stratum: import("../read-contract/reasoning-axes.js").PropertyRiskStratum;
|
|
385
386
|
assertedAt: string;
|
|
386
|
-
kind: "property-risk";
|
|
387
387
|
basis: string;
|
|
388
388
|
auditRef?: string | undefined;
|
|
389
389
|
} | {
|
|
390
|
-
assertedAt: string;
|
|
391
390
|
kind: "not-applicable";
|
|
391
|
+
assertedAt: string;
|
|
392
392
|
reason: string;
|
|
393
393
|
};
|
|
394
394
|
}>;
|
|
@@ -460,14 +460,14 @@ export declare const WELL_FACT_SCHEMA: z.ZodEffects<z.ZodObject<{
|
|
|
460
460
|
provenance: "asserted" | "backtest" | "seed" | "live";
|
|
461
461
|
}>;
|
|
462
462
|
consequence: {
|
|
463
|
+
kind: "property-risk";
|
|
463
464
|
stratum: import("../read-contract/reasoning-axes.js").PropertyRiskStratum;
|
|
464
465
|
assertedAt: string;
|
|
465
|
-
kind: "property-risk";
|
|
466
466
|
basis: string;
|
|
467
467
|
auditRef?: string | undefined;
|
|
468
468
|
} | {
|
|
469
|
-
assertedAt: string;
|
|
470
469
|
kind: "not-applicable";
|
|
470
|
+
assertedAt: string;
|
|
471
471
|
reason: string;
|
|
472
472
|
};
|
|
473
473
|
}>;
|
|
@@ -539,14 +539,14 @@ export declare const WELL_FACT_SCHEMA: z.ZodEffects<z.ZodObject<{
|
|
|
539
539
|
provenance: "asserted" | "backtest" | "seed" | "live";
|
|
540
540
|
}>;
|
|
541
541
|
consequence: {
|
|
542
|
+
kind: "property-risk";
|
|
542
543
|
stratum: import("../read-contract/reasoning-axes.js").PropertyRiskStratum;
|
|
543
544
|
assertedAt: string;
|
|
544
|
-
kind: "property-risk";
|
|
545
545
|
basis: string;
|
|
546
546
|
auditRef?: string | undefined;
|
|
547
547
|
} | {
|
|
548
|
-
assertedAt: string;
|
|
549
548
|
kind: "not-applicable";
|
|
549
|
+
assertedAt: string;
|
|
550
550
|
reason: string;
|
|
551
551
|
};
|
|
552
552
|
}>;
|
|
@@ -618,14 +618,14 @@ export declare const WELL_FACT_SCHEMA: z.ZodEffects<z.ZodObject<{
|
|
|
618
618
|
provenance: "asserted" | "backtest" | "seed" | "live";
|
|
619
619
|
}>;
|
|
620
620
|
consequence: {
|
|
621
|
+
kind: "property-risk";
|
|
621
622
|
stratum: import("../read-contract/reasoning-axes.js").PropertyRiskStratum;
|
|
622
623
|
assertedAt: string;
|
|
623
|
-
kind: "property-risk";
|
|
624
624
|
basis: string;
|
|
625
625
|
auditRef?: string | undefined;
|
|
626
626
|
} | {
|
|
627
|
-
assertedAt: string;
|
|
628
627
|
kind: "not-applicable";
|
|
628
|
+
assertedAt: string;
|
|
629
629
|
reason: string;
|
|
630
630
|
};
|
|
631
631
|
}>;
|
|
@@ -74,15 +74,15 @@ export declare const ZONING_FACT_SCHEMA: z.ZodEffects<z.ZodObject<{
|
|
|
74
74
|
assertedAt: z.ZodString;
|
|
75
75
|
auditRef: z.ZodOptional<z.ZodString>;
|
|
76
76
|
}, "strip", z.ZodTypeAny, {
|
|
77
|
+
kind: "property-risk";
|
|
77
78
|
stratum: import("../read-contract/reasoning-axes.js").PropertyRiskStratum;
|
|
78
79
|
assertedAt: string;
|
|
79
|
-
kind: "property-risk";
|
|
80
80
|
basis: string;
|
|
81
81
|
auditRef?: string | undefined;
|
|
82
82
|
}, {
|
|
83
|
+
kind: "property-risk";
|
|
83
84
|
stratum: import("../read-contract/reasoning-axes.js").PropertyRiskStratum;
|
|
84
85
|
assertedAt: string;
|
|
85
|
-
kind: "property-risk";
|
|
86
86
|
basis: string;
|
|
87
87
|
auditRef?: string | undefined;
|
|
88
88
|
}>, z.ZodObject<{
|
|
@@ -90,12 +90,12 @@ export declare const ZONING_FACT_SCHEMA: z.ZodEffects<z.ZodObject<{
|
|
|
90
90
|
reason: z.ZodString;
|
|
91
91
|
assertedAt: z.ZodString;
|
|
92
92
|
}, "strip", z.ZodTypeAny, {
|
|
93
|
-
assertedAt: string;
|
|
94
93
|
kind: "not-applicable";
|
|
94
|
+
assertedAt: string;
|
|
95
95
|
reason: string;
|
|
96
96
|
}, {
|
|
97
|
-
assertedAt: string;
|
|
98
97
|
kind: "not-applicable";
|
|
98
|
+
assertedAt: string;
|
|
99
99
|
reason: string;
|
|
100
100
|
}>]>;
|
|
101
101
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -112,14 +112,14 @@ export declare const ZONING_FACT_SCHEMA: z.ZodEffects<z.ZodObject<{
|
|
|
112
112
|
provenance: "asserted" | "backtest" | "seed" | "live";
|
|
113
113
|
}>;
|
|
114
114
|
consequence: {
|
|
115
|
+
kind: "property-risk";
|
|
115
116
|
stratum: import("../read-contract/reasoning-axes.js").PropertyRiskStratum;
|
|
116
117
|
assertedAt: string;
|
|
117
|
-
kind: "property-risk";
|
|
118
118
|
basis: string;
|
|
119
119
|
auditRef?: string | undefined;
|
|
120
120
|
} | {
|
|
121
|
-
assertedAt: string;
|
|
122
121
|
kind: "not-applicable";
|
|
122
|
+
assertedAt: string;
|
|
123
123
|
reason: string;
|
|
124
124
|
};
|
|
125
125
|
}, {
|
|
@@ -136,14 +136,14 @@ export declare const ZONING_FACT_SCHEMA: z.ZodEffects<z.ZodObject<{
|
|
|
136
136
|
provenance: "asserted" | "backtest" | "seed" | "live";
|
|
137
137
|
}>;
|
|
138
138
|
consequence: {
|
|
139
|
+
kind: "property-risk";
|
|
139
140
|
stratum: import("../read-contract/reasoning-axes.js").PropertyRiskStratum;
|
|
140
141
|
assertedAt: string;
|
|
141
|
-
kind: "property-risk";
|
|
142
142
|
basis: string;
|
|
143
143
|
auditRef?: string | undefined;
|
|
144
144
|
} | {
|
|
145
|
-
assertedAt: string;
|
|
146
145
|
kind: "not-applicable";
|
|
146
|
+
assertedAt: string;
|
|
147
147
|
reason: string;
|
|
148
148
|
};
|
|
149
149
|
}>>;
|
|
@@ -210,14 +210,14 @@ export declare const ZONING_FACT_SCHEMA: z.ZodEffects<z.ZodObject<{
|
|
|
210
210
|
provenance: "asserted" | "backtest" | "seed" | "live";
|
|
211
211
|
}>;
|
|
212
212
|
consequence: {
|
|
213
|
+
kind: "property-risk";
|
|
213
214
|
stratum: import("../read-contract/reasoning-axes.js").PropertyRiskStratum;
|
|
214
215
|
assertedAt: string;
|
|
215
|
-
kind: "property-risk";
|
|
216
216
|
basis: string;
|
|
217
217
|
auditRef?: string | undefined;
|
|
218
218
|
} | {
|
|
219
|
-
assertedAt: string;
|
|
220
219
|
kind: "not-applicable";
|
|
220
|
+
assertedAt: string;
|
|
221
221
|
reason: string;
|
|
222
222
|
};
|
|
223
223
|
}>;
|
|
@@ -250,14 +250,14 @@ export declare const ZONING_FACT_SCHEMA: z.ZodEffects<z.ZodObject<{
|
|
|
250
250
|
provenance: "asserted" | "backtest" | "seed" | "live";
|
|
251
251
|
}>;
|
|
252
252
|
consequence: {
|
|
253
|
+
kind: "property-risk";
|
|
253
254
|
stratum: import("../read-contract/reasoning-axes.js").PropertyRiskStratum;
|
|
254
255
|
assertedAt: string;
|
|
255
|
-
kind: "property-risk";
|
|
256
256
|
basis: string;
|
|
257
257
|
auditRef?: string | undefined;
|
|
258
258
|
} | {
|
|
259
|
-
assertedAt: string;
|
|
260
259
|
kind: "not-applicable";
|
|
260
|
+
assertedAt: string;
|
|
261
261
|
reason: string;
|
|
262
262
|
};
|
|
263
263
|
}>;
|
|
@@ -328,14 +328,14 @@ export declare const ZONING_FACT_SCHEMA: z.ZodEffects<z.ZodObject<{
|
|
|
328
328
|
provenance: "asserted" | "backtest" | "seed" | "live";
|
|
329
329
|
}>;
|
|
330
330
|
consequence: {
|
|
331
|
+
kind: "property-risk";
|
|
331
332
|
stratum: import("../read-contract/reasoning-axes.js").PropertyRiskStratum;
|
|
332
333
|
assertedAt: string;
|
|
333
|
-
kind: "property-risk";
|
|
334
334
|
basis: string;
|
|
335
335
|
auditRef?: string | undefined;
|
|
336
336
|
} | {
|
|
337
|
-
assertedAt: string;
|
|
338
337
|
kind: "not-applicable";
|
|
338
|
+
assertedAt: string;
|
|
339
339
|
reason: string;
|
|
340
340
|
};
|
|
341
341
|
}>;
|
|
@@ -386,14 +386,14 @@ export declare const ZONING_FACT_SCHEMA: z.ZodEffects<z.ZodObject<{
|
|
|
386
386
|
provenance: "asserted" | "backtest" | "seed" | "live";
|
|
387
387
|
}>;
|
|
388
388
|
consequence: {
|
|
389
|
+
kind: "property-risk";
|
|
389
390
|
stratum: import("../read-contract/reasoning-axes.js").PropertyRiskStratum;
|
|
390
391
|
assertedAt: string;
|
|
391
|
-
kind: "property-risk";
|
|
392
392
|
basis: string;
|
|
393
393
|
auditRef?: string | undefined;
|
|
394
394
|
} | {
|
|
395
|
-
assertedAt: string;
|
|
396
395
|
kind: "not-applicable";
|
|
396
|
+
assertedAt: string;
|
|
397
397
|
reason: string;
|
|
398
398
|
};
|
|
399
399
|
}>;
|
|
@@ -444,14 +444,14 @@ export declare const ZONING_FACT_SCHEMA: z.ZodEffects<z.ZodObject<{
|
|
|
444
444
|
provenance: "asserted" | "backtest" | "seed" | "live";
|
|
445
445
|
}>;
|
|
446
446
|
consequence: {
|
|
447
|
+
kind: "property-risk";
|
|
447
448
|
stratum: import("../read-contract/reasoning-axes.js").PropertyRiskStratum;
|
|
448
449
|
assertedAt: string;
|
|
449
|
-
kind: "property-risk";
|
|
450
450
|
basis: string;
|
|
451
451
|
auditRef?: string | undefined;
|
|
452
452
|
} | {
|
|
453
|
-
assertedAt: string;
|
|
454
453
|
kind: "not-applicable";
|
|
454
|
+
assertedAt: string;
|
|
455
455
|
reason: string;
|
|
456
456
|
};
|
|
457
457
|
}>;
|
|
@@ -502,14 +502,14 @@ export declare const ZONING_FACT_SCHEMA: z.ZodEffects<z.ZodObject<{
|
|
|
502
502
|
provenance: "asserted" | "backtest" | "seed" | "live";
|
|
503
503
|
}>;
|
|
504
504
|
consequence: {
|
|
505
|
+
kind: "property-risk";
|
|
505
506
|
stratum: import("../read-contract/reasoning-axes.js").PropertyRiskStratum;
|
|
506
507
|
assertedAt: string;
|
|
507
|
-
kind: "property-risk";
|
|
508
508
|
basis: string;
|
|
509
509
|
auditRef?: string | undefined;
|
|
510
510
|
} | {
|
|
511
|
-
assertedAt: string;
|
|
512
511
|
kind: "not-applicable";
|
|
512
|
+
assertedAt: string;
|
|
513
513
|
reason: string;
|
|
514
514
|
};
|
|
515
515
|
}>;
|
|
@@ -31,15 +31,15 @@ export declare const PROPERTY_CONSEQUENCE_PROPERTY_RISK_SCHEMA: z.ZodObject<{
|
|
|
31
31
|
assertedAt: z.ZodString;
|
|
32
32
|
auditRef: z.ZodOptional<z.ZodString>;
|
|
33
33
|
}, "strip", z.ZodTypeAny, {
|
|
34
|
+
kind: "property-risk";
|
|
34
35
|
stratum: PropertyRiskStratum;
|
|
35
36
|
assertedAt: string;
|
|
36
|
-
kind: "property-risk";
|
|
37
37
|
basis: string;
|
|
38
38
|
auditRef?: string | undefined;
|
|
39
39
|
}, {
|
|
40
|
+
kind: "property-risk";
|
|
40
41
|
stratum: PropertyRiskStratum;
|
|
41
42
|
assertedAt: string;
|
|
42
|
-
kind: "property-risk";
|
|
43
43
|
basis: string;
|
|
44
44
|
auditRef?: string | undefined;
|
|
45
45
|
}>;
|
|
@@ -48,12 +48,12 @@ export declare const PROPERTY_CONSEQUENCE_NOT_APPLICABLE_SCHEMA: z.ZodObject<{
|
|
|
48
48
|
reason: z.ZodString;
|
|
49
49
|
assertedAt: z.ZodString;
|
|
50
50
|
}, "strip", z.ZodTypeAny, {
|
|
51
|
-
assertedAt: string;
|
|
52
51
|
kind: "not-applicable";
|
|
52
|
+
assertedAt: string;
|
|
53
53
|
reason: string;
|
|
54
54
|
}, {
|
|
55
|
-
assertedAt: string;
|
|
56
55
|
kind: "not-applicable";
|
|
56
|
+
assertedAt: string;
|
|
57
57
|
reason: string;
|
|
58
58
|
}>;
|
|
59
59
|
export declare const PROPERTY_CONSEQUENCE_SCHEMA: z.ZodDiscriminatedUnion<"kind", [z.ZodObject<{
|
|
@@ -63,15 +63,15 @@ export declare const PROPERTY_CONSEQUENCE_SCHEMA: z.ZodDiscriminatedUnion<"kind"
|
|
|
63
63
|
assertedAt: z.ZodString;
|
|
64
64
|
auditRef: z.ZodOptional<z.ZodString>;
|
|
65
65
|
}, "strip", z.ZodTypeAny, {
|
|
66
|
+
kind: "property-risk";
|
|
66
67
|
stratum: PropertyRiskStratum;
|
|
67
68
|
assertedAt: string;
|
|
68
|
-
kind: "property-risk";
|
|
69
69
|
basis: string;
|
|
70
70
|
auditRef?: string | undefined;
|
|
71
71
|
}, {
|
|
72
|
+
kind: "property-risk";
|
|
72
73
|
stratum: PropertyRiskStratum;
|
|
73
74
|
assertedAt: string;
|
|
74
|
-
kind: "property-risk";
|
|
75
75
|
basis: string;
|
|
76
76
|
auditRef?: string | undefined;
|
|
77
77
|
}>, z.ZodObject<{
|
|
@@ -79,12 +79,12 @@ export declare const PROPERTY_CONSEQUENCE_SCHEMA: z.ZodDiscriminatedUnion<"kind"
|
|
|
79
79
|
reason: z.ZodString;
|
|
80
80
|
assertedAt: z.ZodString;
|
|
81
81
|
}, "strip", z.ZodTypeAny, {
|
|
82
|
-
assertedAt: string;
|
|
83
82
|
kind: "not-applicable";
|
|
83
|
+
assertedAt: string;
|
|
84
84
|
reason: string;
|
|
85
85
|
}, {
|
|
86
|
-
assertedAt: string;
|
|
87
86
|
kind: "not-applicable";
|
|
87
|
+
assertedAt: string;
|
|
88
88
|
reason: string;
|
|
89
89
|
}>]>;
|
|
90
90
|
export interface ReasoningThreeAxisConfidence {
|
|
@@ -132,15 +132,15 @@ export declare const REASONING_THREE_AXIS_CONFIDENCE_SCHEMA: z.ZodReadonly<z.Zod
|
|
|
132
132
|
assertedAt: z.ZodString;
|
|
133
133
|
auditRef: z.ZodOptional<z.ZodString>;
|
|
134
134
|
}, "strip", z.ZodTypeAny, {
|
|
135
|
+
kind: "property-risk";
|
|
135
136
|
stratum: PropertyRiskStratum;
|
|
136
137
|
assertedAt: string;
|
|
137
|
-
kind: "property-risk";
|
|
138
138
|
basis: string;
|
|
139
139
|
auditRef?: string | undefined;
|
|
140
140
|
}, {
|
|
141
|
+
kind: "property-risk";
|
|
141
142
|
stratum: PropertyRiskStratum;
|
|
142
143
|
assertedAt: string;
|
|
143
|
-
kind: "property-risk";
|
|
144
144
|
basis: string;
|
|
145
145
|
auditRef?: string | undefined;
|
|
146
146
|
}>, z.ZodObject<{
|
|
@@ -148,12 +148,12 @@ export declare const REASONING_THREE_AXIS_CONFIDENCE_SCHEMA: z.ZodReadonly<z.Zod
|
|
|
148
148
|
reason: z.ZodString;
|
|
149
149
|
assertedAt: z.ZodString;
|
|
150
150
|
}, "strip", z.ZodTypeAny, {
|
|
151
|
-
assertedAt: string;
|
|
152
151
|
kind: "not-applicable";
|
|
152
|
+
assertedAt: string;
|
|
153
153
|
reason: string;
|
|
154
154
|
}, {
|
|
155
|
-
assertedAt: string;
|
|
156
155
|
kind: "not-applicable";
|
|
156
|
+
assertedAt: string;
|
|
157
157
|
reason: string;
|
|
158
158
|
}>]>;
|
|
159
159
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -170,14 +170,14 @@ export declare const REASONING_THREE_AXIS_CONFIDENCE_SCHEMA: z.ZodReadonly<z.Zod
|
|
|
170
170
|
provenance: "asserted" | "backtest" | "seed" | "live";
|
|
171
171
|
}>;
|
|
172
172
|
consequence: {
|
|
173
|
+
kind: "property-risk";
|
|
173
174
|
stratum: PropertyRiskStratum;
|
|
174
175
|
assertedAt: string;
|
|
175
|
-
kind: "property-risk";
|
|
176
176
|
basis: string;
|
|
177
177
|
auditRef?: string | undefined;
|
|
178
178
|
} | {
|
|
179
|
-
assertedAt: string;
|
|
180
179
|
kind: "not-applicable";
|
|
180
|
+
assertedAt: string;
|
|
181
181
|
reason: string;
|
|
182
182
|
};
|
|
183
183
|
}, {
|
|
@@ -194,14 +194,14 @@ export declare const REASONING_THREE_AXIS_CONFIDENCE_SCHEMA: z.ZodReadonly<z.Zod
|
|
|
194
194
|
provenance: "asserted" | "backtest" | "seed" | "live";
|
|
195
195
|
}>;
|
|
196
196
|
consequence: {
|
|
197
|
+
kind: "property-risk";
|
|
197
198
|
stratum: PropertyRiskStratum;
|
|
198
199
|
assertedAt: string;
|
|
199
|
-
kind: "property-risk";
|
|
200
200
|
basis: string;
|
|
201
201
|
auditRef?: string | undefined;
|
|
202
202
|
} | {
|
|
203
|
-
assertedAt: string;
|
|
204
203
|
kind: "not-applicable";
|
|
204
|
+
assertedAt: string;
|
|
205
205
|
reason: string;
|
|
206
206
|
};
|
|
207
207
|
}>>;
|
|
@@ -255,15 +255,15 @@ export declare const REASONING_READ_CONTRACT_SCHEMA: z.ZodReadonly<z.ZodObject<{
|
|
|
255
255
|
assertedAt: z.ZodString;
|
|
256
256
|
auditRef: z.ZodOptional<z.ZodString>;
|
|
257
257
|
}, "strip", z.ZodTypeAny, {
|
|
258
|
+
kind: "property-risk";
|
|
258
259
|
stratum: PropertyRiskStratum;
|
|
259
260
|
assertedAt: string;
|
|
260
|
-
kind: "property-risk";
|
|
261
261
|
basis: string;
|
|
262
262
|
auditRef?: string | undefined;
|
|
263
263
|
}, {
|
|
264
|
+
kind: "property-risk";
|
|
264
265
|
stratum: PropertyRiskStratum;
|
|
265
266
|
assertedAt: string;
|
|
266
|
-
kind: "property-risk";
|
|
267
267
|
basis: string;
|
|
268
268
|
auditRef?: string | undefined;
|
|
269
269
|
}>, z.ZodObject<{
|
|
@@ -271,12 +271,12 @@ export declare const REASONING_READ_CONTRACT_SCHEMA: z.ZodReadonly<z.ZodObject<{
|
|
|
271
271
|
reason: z.ZodString;
|
|
272
272
|
assertedAt: z.ZodString;
|
|
273
273
|
}, "strip", z.ZodTypeAny, {
|
|
274
|
-
assertedAt: string;
|
|
275
274
|
kind: "not-applicable";
|
|
275
|
+
assertedAt: string;
|
|
276
276
|
reason: string;
|
|
277
277
|
}, {
|
|
278
|
-
assertedAt: string;
|
|
279
278
|
kind: "not-applicable";
|
|
279
|
+
assertedAt: string;
|
|
280
280
|
reason: string;
|
|
281
281
|
}>]>;
|
|
282
282
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -293,14 +293,14 @@ export declare const REASONING_READ_CONTRACT_SCHEMA: z.ZodReadonly<z.ZodObject<{
|
|
|
293
293
|
provenance: "asserted" | "backtest" | "seed" | "live";
|
|
294
294
|
}>;
|
|
295
295
|
consequence: {
|
|
296
|
+
kind: "property-risk";
|
|
296
297
|
stratum: PropertyRiskStratum;
|
|
297
298
|
assertedAt: string;
|
|
298
|
-
kind: "property-risk";
|
|
299
299
|
basis: string;
|
|
300
300
|
auditRef?: string | undefined;
|
|
301
301
|
} | {
|
|
302
|
-
assertedAt: string;
|
|
303
302
|
kind: "not-applicable";
|
|
303
|
+
assertedAt: string;
|
|
304
304
|
reason: string;
|
|
305
305
|
};
|
|
306
306
|
}, {
|
|
@@ -317,14 +317,14 @@ export declare const REASONING_READ_CONTRACT_SCHEMA: z.ZodReadonly<z.ZodObject<{
|
|
|
317
317
|
provenance: "asserted" | "backtest" | "seed" | "live";
|
|
318
318
|
}>;
|
|
319
319
|
consequence: {
|
|
320
|
+
kind: "property-risk";
|
|
320
321
|
stratum: PropertyRiskStratum;
|
|
321
322
|
assertedAt: string;
|
|
322
|
-
kind: "property-risk";
|
|
323
323
|
basis: string;
|
|
324
324
|
auditRef?: string | undefined;
|
|
325
325
|
} | {
|
|
326
|
-
assertedAt: string;
|
|
327
326
|
kind: "not-applicable";
|
|
327
|
+
assertedAt: string;
|
|
328
328
|
reason: string;
|
|
329
329
|
};
|
|
330
330
|
}>>;
|
|
@@ -391,14 +391,14 @@ export declare const REASONING_READ_CONTRACT_SCHEMA: z.ZodReadonly<z.ZodObject<{
|
|
|
391
391
|
provenance: "asserted" | "backtest" | "seed" | "live";
|
|
392
392
|
}>;
|
|
393
393
|
consequence: {
|
|
394
|
+
kind: "property-risk";
|
|
394
395
|
stratum: PropertyRiskStratum;
|
|
395
396
|
assertedAt: string;
|
|
396
|
-
kind: "property-risk";
|
|
397
397
|
basis: string;
|
|
398
398
|
auditRef?: string | undefined;
|
|
399
399
|
} | {
|
|
400
|
-
assertedAt: string;
|
|
401
400
|
kind: "not-applicable";
|
|
401
|
+
assertedAt: string;
|
|
402
402
|
reason: string;
|
|
403
403
|
};
|
|
404
404
|
}>;
|
|
@@ -431,14 +431,14 @@ export declare const REASONING_READ_CONTRACT_SCHEMA: z.ZodReadonly<z.ZodObject<{
|
|
|
431
431
|
provenance: "asserted" | "backtest" | "seed" | "live";
|
|
432
432
|
}>;
|
|
433
433
|
consequence: {
|
|
434
|
+
kind: "property-risk";
|
|
434
435
|
stratum: PropertyRiskStratum;
|
|
435
436
|
assertedAt: string;
|
|
436
|
-
kind: "property-risk";
|
|
437
437
|
basis: string;
|
|
438
438
|
auditRef?: string | undefined;
|
|
439
439
|
} | {
|
|
440
|
-
assertedAt: string;
|
|
441
440
|
kind: "not-applicable";
|
|
441
|
+
assertedAt: string;
|
|
442
442
|
reason: string;
|
|
443
443
|
};
|
|
444
444
|
}>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@empressaio/atom-contract",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.24.0",
|
|
4
4
|
"description": "The typed-data substrate every Empressa atom satisfies: identity, context interface, composition declaration, and history anchoring. Peer to the Hauska SDK (`@hauska-sdk/*`); consumed directly by every product surface and MCP server.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|