@empressaio/atom-contract 1.23.0 → 1.25.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 +27 -0
- package/dist/conformance/index.d.ts +2 -0
- package/dist/conformance/index.d.ts.map +1 -1
- package/dist/conformance/index.js +2 -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 +2 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +2 -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 +5 -1
|
@@ -114,15 +114,15 @@ export declare const PARCEL_NODE_SCHEMA: z.ZodEffects<z.ZodObject<{
|
|
|
114
114
|
assertedAt: z.ZodString;
|
|
115
115
|
auditRef: z.ZodOptional<z.ZodString>;
|
|
116
116
|
}, "strip", z.ZodTypeAny, {
|
|
117
|
+
kind: "property-risk";
|
|
117
118
|
stratum: import("../read-contract/reasoning-axes.js").PropertyRiskStratum;
|
|
118
119
|
assertedAt: string;
|
|
119
|
-
kind: "property-risk";
|
|
120
120
|
basis: string;
|
|
121
121
|
auditRef?: string | undefined;
|
|
122
122
|
}, {
|
|
123
|
+
kind: "property-risk";
|
|
123
124
|
stratum: import("../read-contract/reasoning-axes.js").PropertyRiskStratum;
|
|
124
125
|
assertedAt: string;
|
|
125
|
-
kind: "property-risk";
|
|
126
126
|
basis: string;
|
|
127
127
|
auditRef?: string | undefined;
|
|
128
128
|
}>, z.ZodObject<{
|
|
@@ -130,12 +130,12 @@ export declare const PARCEL_NODE_SCHEMA: z.ZodEffects<z.ZodObject<{
|
|
|
130
130
|
reason: z.ZodString;
|
|
131
131
|
assertedAt: z.ZodString;
|
|
132
132
|
}, "strip", z.ZodTypeAny, {
|
|
133
|
-
assertedAt: string;
|
|
134
133
|
kind: "not-applicable";
|
|
134
|
+
assertedAt: string;
|
|
135
135
|
reason: string;
|
|
136
136
|
}, {
|
|
137
|
-
assertedAt: string;
|
|
138
137
|
kind: "not-applicable";
|
|
138
|
+
assertedAt: string;
|
|
139
139
|
reason: string;
|
|
140
140
|
}>]>;
|
|
141
141
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -152,14 +152,14 @@ export declare const PARCEL_NODE_SCHEMA: z.ZodEffects<z.ZodObject<{
|
|
|
152
152
|
provenance: "asserted" | "backtest" | "seed" | "live";
|
|
153
153
|
}>;
|
|
154
154
|
consequence: {
|
|
155
|
+
kind: "property-risk";
|
|
155
156
|
stratum: import("../read-contract/reasoning-axes.js").PropertyRiskStratum;
|
|
156
157
|
assertedAt: string;
|
|
157
|
-
kind: "property-risk";
|
|
158
158
|
basis: string;
|
|
159
159
|
auditRef?: string | undefined;
|
|
160
160
|
} | {
|
|
161
|
-
assertedAt: string;
|
|
162
161
|
kind: "not-applicable";
|
|
162
|
+
assertedAt: string;
|
|
163
163
|
reason: string;
|
|
164
164
|
};
|
|
165
165
|
}, {
|
|
@@ -176,14 +176,14 @@ export declare const PARCEL_NODE_SCHEMA: z.ZodEffects<z.ZodObject<{
|
|
|
176
176
|
provenance: "asserted" | "backtest" | "seed" | "live";
|
|
177
177
|
}>;
|
|
178
178
|
consequence: {
|
|
179
|
+
kind: "property-risk";
|
|
179
180
|
stratum: import("../read-contract/reasoning-axes.js").PropertyRiskStratum;
|
|
180
181
|
assertedAt: string;
|
|
181
|
-
kind: "property-risk";
|
|
182
182
|
basis: string;
|
|
183
183
|
auditRef?: string | undefined;
|
|
184
184
|
} | {
|
|
185
|
-
assertedAt: string;
|
|
186
185
|
kind: "not-applicable";
|
|
186
|
+
assertedAt: string;
|
|
187
187
|
reason: string;
|
|
188
188
|
};
|
|
189
189
|
}>>;
|
|
@@ -250,14 +250,14 @@ export declare const PARCEL_NODE_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
|
}>;
|
|
@@ -290,14 +290,14 @@ export declare const PARCEL_NODE_SCHEMA: z.ZodEffects<z.ZodObject<{
|
|
|
290
290
|
provenance: "asserted" | "backtest" | "seed" | "live";
|
|
291
291
|
}>;
|
|
292
292
|
consequence: {
|
|
293
|
+
kind: "property-risk";
|
|
293
294
|
stratum: import("../read-contract/reasoning-axes.js").PropertyRiskStratum;
|
|
294
295
|
assertedAt: string;
|
|
295
|
-
kind: "property-risk";
|
|
296
296
|
basis: string;
|
|
297
297
|
auditRef?: string | undefined;
|
|
298
298
|
} | {
|
|
299
|
-
assertedAt: string;
|
|
300
299
|
kind: "not-applicable";
|
|
300
|
+
assertedAt: string;
|
|
301
301
|
reason: string;
|
|
302
302
|
};
|
|
303
303
|
}>;
|
|
@@ -419,14 +419,14 @@ export declare const PARCEL_NODE_SCHEMA: z.ZodEffects<z.ZodObject<{
|
|
|
419
419
|
provenance: "asserted" | "backtest" | "seed" | "live";
|
|
420
420
|
}>;
|
|
421
421
|
consequence: {
|
|
422
|
+
kind: "property-risk";
|
|
422
423
|
stratum: import("../read-contract/reasoning-axes.js").PropertyRiskStratum;
|
|
423
424
|
assertedAt: string;
|
|
424
|
-
kind: "property-risk";
|
|
425
425
|
basis: string;
|
|
426
426
|
auditRef?: string | undefined;
|
|
427
427
|
} | {
|
|
428
|
-
assertedAt: string;
|
|
429
428
|
kind: "not-applicable";
|
|
429
|
+
assertedAt: string;
|
|
430
430
|
reason: string;
|
|
431
431
|
};
|
|
432
432
|
}>;
|
|
@@ -499,14 +499,14 @@ export declare const PARCEL_NODE_SCHEMA: z.ZodEffects<z.ZodObject<{
|
|
|
499
499
|
provenance: "asserted" | "backtest" | "seed" | "live";
|
|
500
500
|
}>;
|
|
501
501
|
consequence: {
|
|
502
|
+
kind: "property-risk";
|
|
502
503
|
stratum: import("../read-contract/reasoning-axes.js").PropertyRiskStratum;
|
|
503
504
|
assertedAt: string;
|
|
504
|
-
kind: "property-risk";
|
|
505
505
|
basis: string;
|
|
506
506
|
auditRef?: string | undefined;
|
|
507
507
|
} | {
|
|
508
|
-
assertedAt: string;
|
|
509
508
|
kind: "not-applicable";
|
|
509
|
+
assertedAt: string;
|
|
510
510
|
reason: string;
|
|
511
511
|
};
|
|
512
512
|
}>;
|
|
@@ -579,14 +579,14 @@ export declare const PARCEL_NODE_SCHEMA: z.ZodEffects<z.ZodObject<{
|
|
|
579
579
|
provenance: "asserted" | "backtest" | "seed" | "live";
|
|
580
580
|
}>;
|
|
581
581
|
consequence: {
|
|
582
|
+
kind: "property-risk";
|
|
582
583
|
stratum: import("../read-contract/reasoning-axes.js").PropertyRiskStratum;
|
|
583
584
|
assertedAt: string;
|
|
584
|
-
kind: "property-risk";
|
|
585
585
|
basis: string;
|
|
586
586
|
auditRef?: string | undefined;
|
|
587
587
|
} | {
|
|
588
|
-
assertedAt: string;
|
|
589
588
|
kind: "not-applicable";
|
|
589
|
+
assertedAt: string;
|
|
590
590
|
reason: string;
|
|
591
591
|
};
|
|
592
592
|
}>;
|
|
@@ -659,14 +659,14 @@ export declare const PARCEL_NODE_SCHEMA: z.ZodEffects<z.ZodObject<{
|
|
|
659
659
|
provenance: "asserted" | "backtest" | "seed" | "live";
|
|
660
660
|
}>;
|
|
661
661
|
consequence: {
|
|
662
|
+
kind: "property-risk";
|
|
662
663
|
stratum: import("../read-contract/reasoning-axes.js").PropertyRiskStratum;
|
|
663
664
|
assertedAt: string;
|
|
664
|
-
kind: "property-risk";
|
|
665
665
|
basis: string;
|
|
666
666
|
auditRef?: string | undefined;
|
|
667
667
|
} | {
|
|
668
|
-
assertedAt: string;
|
|
669
668
|
kind: "not-applicable";
|
|
669
|
+
assertedAt: string;
|
|
670
670
|
reason: string;
|
|
671
671
|
};
|
|
672
672
|
}>;
|
|
@@ -205,15 +205,15 @@ export declare const PARCEL_TERRAIN_MODEL_SCHEMA: z.ZodEffects<z.ZodObject<{
|
|
|
205
205
|
assertedAt: z.ZodString;
|
|
206
206
|
auditRef: z.ZodOptional<z.ZodString>;
|
|
207
207
|
}, "strip", z.ZodTypeAny, {
|
|
208
|
+
kind: "property-risk";
|
|
208
209
|
stratum: import("../read-contract/reasoning-axes.js").PropertyRiskStratum;
|
|
209
210
|
assertedAt: string;
|
|
210
|
-
kind: "property-risk";
|
|
211
211
|
basis: string;
|
|
212
212
|
auditRef?: string | undefined;
|
|
213
213
|
}, {
|
|
214
|
+
kind: "property-risk";
|
|
214
215
|
stratum: import("../read-contract/reasoning-axes.js").PropertyRiskStratum;
|
|
215
216
|
assertedAt: string;
|
|
216
|
-
kind: "property-risk";
|
|
217
217
|
basis: string;
|
|
218
218
|
auditRef?: string | undefined;
|
|
219
219
|
}>, z.ZodObject<{
|
|
@@ -221,12 +221,12 @@ export declare const PARCEL_TERRAIN_MODEL_SCHEMA: z.ZodEffects<z.ZodObject<{
|
|
|
221
221
|
reason: z.ZodString;
|
|
222
222
|
assertedAt: z.ZodString;
|
|
223
223
|
}, "strip", z.ZodTypeAny, {
|
|
224
|
-
assertedAt: string;
|
|
225
224
|
kind: "not-applicable";
|
|
225
|
+
assertedAt: string;
|
|
226
226
|
reason: string;
|
|
227
227
|
}, {
|
|
228
|
-
assertedAt: string;
|
|
229
228
|
kind: "not-applicable";
|
|
229
|
+
assertedAt: string;
|
|
230
230
|
reason: string;
|
|
231
231
|
}>]>;
|
|
232
232
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -243,14 +243,14 @@ export declare const PARCEL_TERRAIN_MODEL_SCHEMA: z.ZodEffects<z.ZodObject<{
|
|
|
243
243
|
provenance: "asserted" | "backtest" | "seed" | "live";
|
|
244
244
|
}>;
|
|
245
245
|
consequence: {
|
|
246
|
+
kind: "property-risk";
|
|
246
247
|
stratum: import("../read-contract/reasoning-axes.js").PropertyRiskStratum;
|
|
247
248
|
assertedAt: string;
|
|
248
|
-
kind: "property-risk";
|
|
249
249
|
basis: string;
|
|
250
250
|
auditRef?: string | undefined;
|
|
251
251
|
} | {
|
|
252
|
-
assertedAt: string;
|
|
253
252
|
kind: "not-applicable";
|
|
253
|
+
assertedAt: string;
|
|
254
254
|
reason: string;
|
|
255
255
|
};
|
|
256
256
|
}, {
|
|
@@ -267,14 +267,14 @@ export declare const PARCEL_TERRAIN_MODEL_SCHEMA: z.ZodEffects<z.ZodObject<{
|
|
|
267
267
|
provenance: "asserted" | "backtest" | "seed" | "live";
|
|
268
268
|
}>;
|
|
269
269
|
consequence: {
|
|
270
|
+
kind: "property-risk";
|
|
270
271
|
stratum: import("../read-contract/reasoning-axes.js").PropertyRiskStratum;
|
|
271
272
|
assertedAt: string;
|
|
272
|
-
kind: "property-risk";
|
|
273
273
|
basis: string;
|
|
274
274
|
auditRef?: string | undefined;
|
|
275
275
|
} | {
|
|
276
|
-
assertedAt: string;
|
|
277
276
|
kind: "not-applicable";
|
|
277
|
+
assertedAt: string;
|
|
278
278
|
reason: string;
|
|
279
279
|
};
|
|
280
280
|
}>>;
|
|
@@ -341,14 +341,14 @@ export declare const PARCEL_TERRAIN_MODEL_SCHEMA: z.ZodEffects<z.ZodObject<{
|
|
|
341
341
|
provenance: "asserted" | "backtest" | "seed" | "live";
|
|
342
342
|
}>;
|
|
343
343
|
consequence: {
|
|
344
|
+
kind: "property-risk";
|
|
344
345
|
stratum: import("../read-contract/reasoning-axes.js").PropertyRiskStratum;
|
|
345
346
|
assertedAt: string;
|
|
346
|
-
kind: "property-risk";
|
|
347
347
|
basis: string;
|
|
348
348
|
auditRef?: string | undefined;
|
|
349
349
|
} | {
|
|
350
|
-
assertedAt: string;
|
|
351
350
|
kind: "not-applicable";
|
|
351
|
+
assertedAt: string;
|
|
352
352
|
reason: string;
|
|
353
353
|
};
|
|
354
354
|
}>;
|
|
@@ -381,14 +381,14 @@ export declare const PARCEL_TERRAIN_MODEL_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
|
}>;
|
|
@@ -630,14 +630,14 @@ export declare const PARCEL_TERRAIN_MODEL_SCHEMA: z.ZodEffects<z.ZodObject<{
|
|
|
630
630
|
provenance: "asserted" | "backtest" | "seed" | "live";
|
|
631
631
|
}>;
|
|
632
632
|
consequence: {
|
|
633
|
+
kind: "property-risk";
|
|
633
634
|
stratum: import("../read-contract/reasoning-axes.js").PropertyRiskStratum;
|
|
634
635
|
assertedAt: string;
|
|
635
|
-
kind: "property-risk";
|
|
636
636
|
basis: string;
|
|
637
637
|
auditRef?: string | undefined;
|
|
638
638
|
} | {
|
|
639
|
-
assertedAt: string;
|
|
640
639
|
kind: "not-applicable";
|
|
640
|
+
assertedAt: string;
|
|
641
641
|
reason: string;
|
|
642
642
|
};
|
|
643
643
|
}>;
|
|
@@ -717,14 +717,14 @@ export declare const PARCEL_TERRAIN_MODEL_SCHEMA: z.ZodEffects<z.ZodObject<{
|
|
|
717
717
|
provenance: "asserted" | "backtest" | "seed" | "live";
|
|
718
718
|
}>;
|
|
719
719
|
consequence: {
|
|
720
|
+
kind: "property-risk";
|
|
720
721
|
stratum: import("../read-contract/reasoning-axes.js").PropertyRiskStratum;
|
|
721
722
|
assertedAt: string;
|
|
722
|
-
kind: "property-risk";
|
|
723
723
|
basis: string;
|
|
724
724
|
auditRef?: string | undefined;
|
|
725
725
|
} | {
|
|
726
|
-
assertedAt: string;
|
|
727
726
|
kind: "not-applicable";
|
|
727
|
+
assertedAt: string;
|
|
728
728
|
reason: string;
|
|
729
729
|
};
|
|
730
730
|
}>;
|
|
@@ -804,14 +804,14 @@ export declare const PARCEL_TERRAIN_MODEL_SCHEMA: z.ZodEffects<z.ZodObject<{
|
|
|
804
804
|
provenance: "asserted" | "backtest" | "seed" | "live";
|
|
805
805
|
}>;
|
|
806
806
|
consequence: {
|
|
807
|
+
kind: "property-risk";
|
|
807
808
|
stratum: import("../read-contract/reasoning-axes.js").PropertyRiskStratum;
|
|
808
809
|
assertedAt: string;
|
|
809
|
-
kind: "property-risk";
|
|
810
810
|
basis: string;
|
|
811
811
|
auditRef?: string | undefined;
|
|
812
812
|
} | {
|
|
813
|
-
assertedAt: string;
|
|
814
813
|
kind: "not-applicable";
|
|
814
|
+
assertedAt: string;
|
|
815
815
|
reason: string;
|
|
816
816
|
};
|
|
817
817
|
}>;
|
|
@@ -891,14 +891,14 @@ export declare const PARCEL_TERRAIN_MODEL_SCHEMA: z.ZodEffects<z.ZodObject<{
|
|
|
891
891
|
provenance: "asserted" | "backtest" | "seed" | "live";
|
|
892
892
|
}>;
|
|
893
893
|
consequence: {
|
|
894
|
+
kind: "property-risk";
|
|
894
895
|
stratum: import("../read-contract/reasoning-axes.js").PropertyRiskStratum;
|
|
895
896
|
assertedAt: string;
|
|
896
|
-
kind: "property-risk";
|
|
897
897
|
basis: string;
|
|
898
898
|
auditRef?: string | undefined;
|
|
899
899
|
} | {
|
|
900
|
-
assertedAt: string;
|
|
901
900
|
kind: "not-applicable";
|
|
901
|
+
assertedAt: string;
|
|
902
902
|
reason: string;
|
|
903
903
|
};
|
|
904
904
|
}>;
|
|
@@ -85,15 +85,15 @@ export declare const RAIL_CORRIDOR_FACT_SCHEMA: z.ZodEffects<z.ZodObject<{
|
|
|
85
85
|
assertedAt: z.ZodString;
|
|
86
86
|
auditRef: z.ZodOptional<z.ZodString>;
|
|
87
87
|
}, "strip", z.ZodTypeAny, {
|
|
88
|
+
kind: "property-risk";
|
|
88
89
|
stratum: import("../read-contract/reasoning-axes.js").PropertyRiskStratum;
|
|
89
90
|
assertedAt: string;
|
|
90
|
-
kind: "property-risk";
|
|
91
91
|
basis: string;
|
|
92
92
|
auditRef?: string | undefined;
|
|
93
93
|
}, {
|
|
94
|
+
kind: "property-risk";
|
|
94
95
|
stratum: import("../read-contract/reasoning-axes.js").PropertyRiskStratum;
|
|
95
96
|
assertedAt: string;
|
|
96
|
-
kind: "property-risk";
|
|
97
97
|
basis: string;
|
|
98
98
|
auditRef?: string | undefined;
|
|
99
99
|
}>, z.ZodObject<{
|
|
@@ -101,12 +101,12 @@ export declare const RAIL_CORRIDOR_FACT_SCHEMA: z.ZodEffects<z.ZodObject<{
|
|
|
101
101
|
reason: z.ZodString;
|
|
102
102
|
assertedAt: z.ZodString;
|
|
103
103
|
}, "strip", z.ZodTypeAny, {
|
|
104
|
-
assertedAt: string;
|
|
105
104
|
kind: "not-applicable";
|
|
105
|
+
assertedAt: string;
|
|
106
106
|
reason: string;
|
|
107
107
|
}, {
|
|
108
|
-
assertedAt: string;
|
|
109
108
|
kind: "not-applicable";
|
|
109
|
+
assertedAt: string;
|
|
110
110
|
reason: string;
|
|
111
111
|
}>]>;
|
|
112
112
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -123,14 +123,14 @@ export declare const RAIL_CORRIDOR_FACT_SCHEMA: z.ZodEffects<z.ZodObject<{
|
|
|
123
123
|
provenance: "asserted" | "backtest" | "seed" | "live";
|
|
124
124
|
}>;
|
|
125
125
|
consequence: {
|
|
126
|
+
kind: "property-risk";
|
|
126
127
|
stratum: import("../read-contract/reasoning-axes.js").PropertyRiskStratum;
|
|
127
128
|
assertedAt: string;
|
|
128
|
-
kind: "property-risk";
|
|
129
129
|
basis: string;
|
|
130
130
|
auditRef?: string | undefined;
|
|
131
131
|
} | {
|
|
132
|
-
assertedAt: string;
|
|
133
132
|
kind: "not-applicable";
|
|
133
|
+
assertedAt: string;
|
|
134
134
|
reason: string;
|
|
135
135
|
};
|
|
136
136
|
}, {
|
|
@@ -147,14 +147,14 @@ export declare const RAIL_CORRIDOR_FACT_SCHEMA: z.ZodEffects<z.ZodObject<{
|
|
|
147
147
|
provenance: "asserted" | "backtest" | "seed" | "live";
|
|
148
148
|
}>;
|
|
149
149
|
consequence: {
|
|
150
|
+
kind: "property-risk";
|
|
150
151
|
stratum: import("../read-contract/reasoning-axes.js").PropertyRiskStratum;
|
|
151
152
|
assertedAt: string;
|
|
152
|
-
kind: "property-risk";
|
|
153
153
|
basis: string;
|
|
154
154
|
auditRef?: string | undefined;
|
|
155
155
|
} | {
|
|
156
|
-
assertedAt: string;
|
|
157
156
|
kind: "not-applicable";
|
|
157
|
+
assertedAt: string;
|
|
158
158
|
reason: string;
|
|
159
159
|
};
|
|
160
160
|
}>>;
|
|
@@ -221,14 +221,14 @@ export declare const RAIL_CORRIDOR_FACT_SCHEMA: z.ZodEffects<z.ZodObject<{
|
|
|
221
221
|
provenance: "asserted" | "backtest" | "seed" | "live";
|
|
222
222
|
}>;
|
|
223
223
|
consequence: {
|
|
224
|
+
kind: "property-risk";
|
|
224
225
|
stratum: import("../read-contract/reasoning-axes.js").PropertyRiskStratum;
|
|
225
226
|
assertedAt: string;
|
|
226
|
-
kind: "property-risk";
|
|
227
227
|
basis: string;
|
|
228
228
|
auditRef?: string | undefined;
|
|
229
229
|
} | {
|
|
230
|
-
assertedAt: string;
|
|
231
230
|
kind: "not-applicable";
|
|
231
|
+
assertedAt: string;
|
|
232
232
|
reason: string;
|
|
233
233
|
};
|
|
234
234
|
}>;
|
|
@@ -261,14 +261,14 @@ export declare const RAIL_CORRIDOR_FACT_SCHEMA: z.ZodEffects<z.ZodObject<{
|
|
|
261
261
|
provenance: "asserted" | "backtest" | "seed" | "live";
|
|
262
262
|
}>;
|
|
263
263
|
consequence: {
|
|
264
|
+
kind: "property-risk";
|
|
264
265
|
stratum: import("../read-contract/reasoning-axes.js").PropertyRiskStratum;
|
|
265
266
|
assertedAt: string;
|
|
266
|
-
kind: "property-risk";
|
|
267
267
|
basis: string;
|
|
268
268
|
auditRef?: string | undefined;
|
|
269
269
|
} | {
|
|
270
|
-
assertedAt: string;
|
|
271
270
|
kind: "not-applicable";
|
|
271
|
+
assertedAt: string;
|
|
272
272
|
reason: string;
|
|
273
273
|
};
|
|
274
274
|
}>;
|
|
@@ -373,14 +373,14 @@ export declare const RAIL_CORRIDOR_FACT_SCHEMA: z.ZodEffects<z.ZodObject<{
|
|
|
373
373
|
provenance: "asserted" | "backtest" | "seed" | "live";
|
|
374
374
|
}>;
|
|
375
375
|
consequence: {
|
|
376
|
+
kind: "property-risk";
|
|
376
377
|
stratum: import("../read-contract/reasoning-axes.js").PropertyRiskStratum;
|
|
377
378
|
assertedAt: string;
|
|
378
|
-
kind: "property-risk";
|
|
379
379
|
basis: string;
|
|
380
380
|
auditRef?: string | undefined;
|
|
381
381
|
} | {
|
|
382
|
-
assertedAt: string;
|
|
383
382
|
kind: "not-applicable";
|
|
383
|
+
assertedAt: string;
|
|
384
384
|
reason: string;
|
|
385
385
|
};
|
|
386
386
|
}>;
|
|
@@ -448,14 +448,14 @@ export declare const RAIL_CORRIDOR_FACT_SCHEMA: z.ZodEffects<z.ZodObject<{
|
|
|
448
448
|
provenance: "asserted" | "backtest" | "seed" | "live";
|
|
449
449
|
}>;
|
|
450
450
|
consequence: {
|
|
451
|
+
kind: "property-risk";
|
|
451
452
|
stratum: import("../read-contract/reasoning-axes.js").PropertyRiskStratum;
|
|
452
453
|
assertedAt: string;
|
|
453
|
-
kind: "property-risk";
|
|
454
454
|
basis: string;
|
|
455
455
|
auditRef?: string | undefined;
|
|
456
456
|
} | {
|
|
457
|
-
assertedAt: string;
|
|
458
457
|
kind: "not-applicable";
|
|
458
|
+
assertedAt: string;
|
|
459
459
|
reason: string;
|
|
460
460
|
};
|
|
461
461
|
}>;
|
|
@@ -523,14 +523,14 @@ export declare const RAIL_CORRIDOR_FACT_SCHEMA: z.ZodEffects<z.ZodObject<{
|
|
|
523
523
|
provenance: "asserted" | "backtest" | "seed" | "live";
|
|
524
524
|
}>;
|
|
525
525
|
consequence: {
|
|
526
|
+
kind: "property-risk";
|
|
526
527
|
stratum: import("../read-contract/reasoning-axes.js").PropertyRiskStratum;
|
|
527
528
|
assertedAt: string;
|
|
528
|
-
kind: "property-risk";
|
|
529
529
|
basis: string;
|
|
530
530
|
auditRef?: string | undefined;
|
|
531
531
|
} | {
|
|
532
|
-
assertedAt: string;
|
|
533
532
|
kind: "not-applicable";
|
|
533
|
+
assertedAt: string;
|
|
534
534
|
reason: string;
|
|
535
535
|
};
|
|
536
536
|
}>;
|
|
@@ -598,14 +598,14 @@ export declare const RAIL_CORRIDOR_FACT_SCHEMA: z.ZodEffects<z.ZodObject<{
|
|
|
598
598
|
provenance: "asserted" | "backtest" | "seed" | "live";
|
|
599
599
|
}>;
|
|
600
600
|
consequence: {
|
|
601
|
+
kind: "property-risk";
|
|
601
602
|
stratum: import("../read-contract/reasoning-axes.js").PropertyRiskStratum;
|
|
602
603
|
assertedAt: string;
|
|
603
|
-
kind: "property-risk";
|
|
604
604
|
basis: string;
|
|
605
605
|
auditRef?: string | undefined;
|
|
606
606
|
} | {
|
|
607
|
-
assertedAt: string;
|
|
608
607
|
kind: "not-applicable";
|
|
608
|
+
assertedAt: string;
|
|
609
609
|
reason: string;
|
|
610
610
|
};
|
|
611
611
|
}>;
|
|
@@ -201,15 +201,15 @@ export declare const ROAD_NODE_SCHEMA: z.ZodObject<{
|
|
|
201
201
|
assertedAt: z.ZodString;
|
|
202
202
|
auditRef: z.ZodOptional<z.ZodString>;
|
|
203
203
|
}, "strip", z.ZodTypeAny, {
|
|
204
|
+
kind: "property-risk";
|
|
204
205
|
stratum: import("../read-contract/reasoning-axes.js").PropertyRiskStratum;
|
|
205
206
|
assertedAt: string;
|
|
206
|
-
kind: "property-risk";
|
|
207
207
|
basis: string;
|
|
208
208
|
auditRef?: string | undefined;
|
|
209
209
|
}, {
|
|
210
|
+
kind: "property-risk";
|
|
210
211
|
stratum: import("../read-contract/reasoning-axes.js").PropertyRiskStratum;
|
|
211
212
|
assertedAt: string;
|
|
212
|
-
kind: "property-risk";
|
|
213
213
|
basis: string;
|
|
214
214
|
auditRef?: string | undefined;
|
|
215
215
|
}>, z.ZodObject<{
|
|
@@ -217,12 +217,12 @@ export declare const ROAD_NODE_SCHEMA: z.ZodObject<{
|
|
|
217
217
|
reason: z.ZodString;
|
|
218
218
|
assertedAt: z.ZodString;
|
|
219
219
|
}, "strip", z.ZodTypeAny, {
|
|
220
|
-
assertedAt: string;
|
|
221
220
|
kind: "not-applicable";
|
|
221
|
+
assertedAt: string;
|
|
222
222
|
reason: string;
|
|
223
223
|
}, {
|
|
224
|
-
assertedAt: string;
|
|
225
224
|
kind: "not-applicable";
|
|
225
|
+
assertedAt: string;
|
|
226
226
|
reason: string;
|
|
227
227
|
}>]>;
|
|
228
228
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -239,14 +239,14 @@ export declare const ROAD_NODE_SCHEMA: z.ZodObject<{
|
|
|
239
239
|
provenance: "asserted" | "backtest" | "seed" | "live";
|
|
240
240
|
}>;
|
|
241
241
|
consequence: {
|
|
242
|
+
kind: "property-risk";
|
|
242
243
|
stratum: import("../read-contract/reasoning-axes.js").PropertyRiskStratum;
|
|
243
244
|
assertedAt: string;
|
|
244
|
-
kind: "property-risk";
|
|
245
245
|
basis: string;
|
|
246
246
|
auditRef?: string | undefined;
|
|
247
247
|
} | {
|
|
248
|
-
assertedAt: string;
|
|
249
248
|
kind: "not-applicable";
|
|
249
|
+
assertedAt: string;
|
|
250
250
|
reason: string;
|
|
251
251
|
};
|
|
252
252
|
}, {
|
|
@@ -263,14 +263,14 @@ export declare const ROAD_NODE_SCHEMA: z.ZodObject<{
|
|
|
263
263
|
provenance: "asserted" | "backtest" | "seed" | "live";
|
|
264
264
|
}>;
|
|
265
265
|
consequence: {
|
|
266
|
+
kind: "property-risk";
|
|
266
267
|
stratum: import("../read-contract/reasoning-axes.js").PropertyRiskStratum;
|
|
267
268
|
assertedAt: string;
|
|
268
|
-
kind: "property-risk";
|
|
269
269
|
basis: string;
|
|
270
270
|
auditRef?: string | undefined;
|
|
271
271
|
} | {
|
|
272
|
-
assertedAt: string;
|
|
273
272
|
kind: "not-applicable";
|
|
273
|
+
assertedAt: string;
|
|
274
274
|
reason: string;
|
|
275
275
|
};
|
|
276
276
|
}>>;
|
|
@@ -337,14 +337,14 @@ export declare const ROAD_NODE_SCHEMA: z.ZodObject<{
|
|
|
337
337
|
provenance: "asserted" | "backtest" | "seed" | "live";
|
|
338
338
|
}>;
|
|
339
339
|
consequence: {
|
|
340
|
+
kind: "property-risk";
|
|
340
341
|
stratum: import("../read-contract/reasoning-axes.js").PropertyRiskStratum;
|
|
341
342
|
assertedAt: string;
|
|
342
|
-
kind: "property-risk";
|
|
343
343
|
basis: string;
|
|
344
344
|
auditRef?: string | undefined;
|
|
345
345
|
} | {
|
|
346
|
-
assertedAt: string;
|
|
347
346
|
kind: "not-applicable";
|
|
347
|
+
assertedAt: string;
|
|
348
348
|
reason: string;
|
|
349
349
|
};
|
|
350
350
|
}>;
|
|
@@ -377,14 +377,14 @@ export declare const ROAD_NODE_SCHEMA: z.ZodObject<{
|
|
|
377
377
|
provenance: "asserted" | "backtest" | "seed" | "live";
|
|
378
378
|
}>;
|
|
379
379
|
consequence: {
|
|
380
|
+
kind: "property-risk";
|
|
380
381
|
stratum: import("../read-contract/reasoning-axes.js").PropertyRiskStratum;
|
|
381
382
|
assertedAt: string;
|
|
382
|
-
kind: "property-risk";
|
|
383
383
|
basis: string;
|
|
384
384
|
auditRef?: string | undefined;
|
|
385
385
|
} | {
|
|
386
|
-
assertedAt: string;
|
|
387
386
|
kind: "not-applicable";
|
|
387
|
+
assertedAt: string;
|
|
388
388
|
reason: string;
|
|
389
389
|
};
|
|
390
390
|
}>;
|
|
@@ -578,14 +578,14 @@ export declare const ROAD_NODE_SCHEMA: z.ZodObject<{
|
|
|
578
578
|
provenance: "asserted" | "backtest" | "seed" | "live";
|
|
579
579
|
}>;
|
|
580
580
|
consequence: {
|
|
581
|
+
kind: "property-risk";
|
|
581
582
|
stratum: import("../read-contract/reasoning-axes.js").PropertyRiskStratum;
|
|
582
583
|
assertedAt: string;
|
|
583
|
-
kind: "property-risk";
|
|
584
584
|
basis: string;
|
|
585
585
|
auditRef?: string | undefined;
|
|
586
586
|
} | {
|
|
587
|
-
assertedAt: string;
|
|
588
587
|
kind: "not-applicable";
|
|
588
|
+
assertedAt: string;
|
|
589
589
|
reason: string;
|
|
590
590
|
};
|
|
591
591
|
}>;
|
|
@@ -662,14 +662,14 @@ export declare const ROAD_NODE_SCHEMA: z.ZodObject<{
|
|
|
662
662
|
provenance: "asserted" | "backtest" | "seed" | "live";
|
|
663
663
|
}>;
|
|
664
664
|
consequence: {
|
|
665
|
+
kind: "property-risk";
|
|
665
666
|
stratum: import("../read-contract/reasoning-axes.js").PropertyRiskStratum;
|
|
666
667
|
assertedAt: string;
|
|
667
|
-
kind: "property-risk";
|
|
668
668
|
basis: string;
|
|
669
669
|
auditRef?: string | undefined;
|
|
670
670
|
} | {
|
|
671
|
-
assertedAt: string;
|
|
672
671
|
kind: "not-applicable";
|
|
672
|
+
assertedAt: string;
|
|
673
673
|
reason: string;
|
|
674
674
|
};
|
|
675
675
|
}>;
|