@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
|
@@ -351,15 +351,15 @@ export declare const PROPERTY_READ_CONTRACT_SCHEMA: z.ZodReadonly<z.ZodObject<{
|
|
|
351
351
|
assertedAt: z.ZodString;
|
|
352
352
|
auditRef: z.ZodOptional<z.ZodString>;
|
|
353
353
|
}, "strip", z.ZodTypeAny, {
|
|
354
|
+
kind: "property-risk";
|
|
354
355
|
stratum: import("../read-contract/reasoning-axes.js").PropertyRiskStratum;
|
|
355
356
|
assertedAt: string;
|
|
356
|
-
kind: "property-risk";
|
|
357
357
|
basis: string;
|
|
358
358
|
auditRef?: string | undefined;
|
|
359
359
|
}, {
|
|
360
|
+
kind: "property-risk";
|
|
360
361
|
stratum: import("../read-contract/reasoning-axes.js").PropertyRiskStratum;
|
|
361
362
|
assertedAt: string;
|
|
362
|
-
kind: "property-risk";
|
|
363
363
|
basis: string;
|
|
364
364
|
auditRef?: string | undefined;
|
|
365
365
|
}>, z.ZodObject<{
|
|
@@ -367,12 +367,12 @@ export declare const PROPERTY_READ_CONTRACT_SCHEMA: z.ZodReadonly<z.ZodObject<{
|
|
|
367
367
|
reason: z.ZodString;
|
|
368
368
|
assertedAt: z.ZodString;
|
|
369
369
|
}, "strip", z.ZodTypeAny, {
|
|
370
|
-
assertedAt: string;
|
|
371
370
|
kind: "not-applicable";
|
|
371
|
+
assertedAt: string;
|
|
372
372
|
reason: string;
|
|
373
373
|
}, {
|
|
374
|
-
assertedAt: string;
|
|
375
374
|
kind: "not-applicable";
|
|
375
|
+
assertedAt: string;
|
|
376
376
|
reason: string;
|
|
377
377
|
}>]>;
|
|
378
378
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -389,14 +389,14 @@ export declare const PROPERTY_READ_CONTRACT_SCHEMA: z.ZodReadonly<z.ZodObject<{
|
|
|
389
389
|
provenance: "asserted" | "backtest" | "seed" | "live";
|
|
390
390
|
}>;
|
|
391
391
|
consequence: {
|
|
392
|
+
kind: "property-risk";
|
|
392
393
|
stratum: import("../read-contract/reasoning-axes.js").PropertyRiskStratum;
|
|
393
394
|
assertedAt: string;
|
|
394
|
-
kind: "property-risk";
|
|
395
395
|
basis: string;
|
|
396
396
|
auditRef?: string | undefined;
|
|
397
397
|
} | {
|
|
398
|
-
assertedAt: string;
|
|
399
398
|
kind: "not-applicable";
|
|
399
|
+
assertedAt: string;
|
|
400
400
|
reason: string;
|
|
401
401
|
};
|
|
402
402
|
}, {
|
|
@@ -413,14 +413,14 @@ export declare const PROPERTY_READ_CONTRACT_SCHEMA: z.ZodReadonly<z.ZodObject<{
|
|
|
413
413
|
provenance: "asserted" | "backtest" | "seed" | "live";
|
|
414
414
|
}>;
|
|
415
415
|
consequence: {
|
|
416
|
+
kind: "property-risk";
|
|
416
417
|
stratum: import("../read-contract/reasoning-axes.js").PropertyRiskStratum;
|
|
417
418
|
assertedAt: string;
|
|
418
|
-
kind: "property-risk";
|
|
419
419
|
basis: string;
|
|
420
420
|
auditRef?: string | undefined;
|
|
421
421
|
} | {
|
|
422
|
-
assertedAt: string;
|
|
423
422
|
kind: "not-applicable";
|
|
423
|
+
assertedAt: string;
|
|
424
424
|
reason: string;
|
|
425
425
|
};
|
|
426
426
|
}>>;
|
|
@@ -487,14 +487,14 @@ export declare const PROPERTY_READ_CONTRACT_SCHEMA: z.ZodReadonly<z.ZodObject<{
|
|
|
487
487
|
provenance: "asserted" | "backtest" | "seed" | "live";
|
|
488
488
|
}>;
|
|
489
489
|
consequence: {
|
|
490
|
+
kind: "property-risk";
|
|
490
491
|
stratum: import("../read-contract/reasoning-axes.js").PropertyRiskStratum;
|
|
491
492
|
assertedAt: string;
|
|
492
|
-
kind: "property-risk";
|
|
493
493
|
basis: string;
|
|
494
494
|
auditRef?: string | undefined;
|
|
495
495
|
} | {
|
|
496
|
-
assertedAt: string;
|
|
497
496
|
kind: "not-applicable";
|
|
497
|
+
assertedAt: string;
|
|
498
498
|
reason: string;
|
|
499
499
|
};
|
|
500
500
|
}>;
|
|
@@ -527,14 +527,14 @@ export declare const PROPERTY_READ_CONTRACT_SCHEMA: z.ZodReadonly<z.ZodObject<{
|
|
|
527
527
|
provenance: "asserted" | "backtest" | "seed" | "live";
|
|
528
528
|
}>;
|
|
529
529
|
consequence: {
|
|
530
|
+
kind: "property-risk";
|
|
530
531
|
stratum: import("../read-contract/reasoning-axes.js").PropertyRiskStratum;
|
|
531
532
|
assertedAt: string;
|
|
532
|
-
kind: "property-risk";
|
|
533
533
|
basis: string;
|
|
534
534
|
auditRef?: string | undefined;
|
|
535
535
|
} | {
|
|
536
|
-
assertedAt: string;
|
|
537
536
|
kind: "not-applicable";
|
|
537
|
+
assertedAt: string;
|
|
538
538
|
reason: string;
|
|
539
539
|
};
|
|
540
540
|
}>;
|
|
@@ -80,15 +80,15 @@ export declare const FLOOD_HAZARD_FACT_SCHEMA: z.ZodEffects<z.ZodObject<{
|
|
|
80
80
|
assertedAt: z.ZodString;
|
|
81
81
|
auditRef: z.ZodOptional<z.ZodString>;
|
|
82
82
|
}, "strip", z.ZodTypeAny, {
|
|
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
|
}, {
|
|
89
|
+
kind: "property-risk";
|
|
89
90
|
stratum: import("../read-contract/reasoning-axes.js").PropertyRiskStratum;
|
|
90
91
|
assertedAt: string;
|
|
91
|
-
kind: "property-risk";
|
|
92
92
|
basis: string;
|
|
93
93
|
auditRef?: string | undefined;
|
|
94
94
|
}>, z.ZodObject<{
|
|
@@ -96,12 +96,12 @@ export declare const FLOOD_HAZARD_FACT_SCHEMA: z.ZodEffects<z.ZodObject<{
|
|
|
96
96
|
reason: z.ZodString;
|
|
97
97
|
assertedAt: z.ZodString;
|
|
98
98
|
}, "strip", z.ZodTypeAny, {
|
|
99
|
-
assertedAt: string;
|
|
100
99
|
kind: "not-applicable";
|
|
100
|
+
assertedAt: string;
|
|
101
101
|
reason: string;
|
|
102
102
|
}, {
|
|
103
|
-
assertedAt: string;
|
|
104
103
|
kind: "not-applicable";
|
|
104
|
+
assertedAt: string;
|
|
105
105
|
reason: string;
|
|
106
106
|
}>]>;
|
|
107
107
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -118,14 +118,14 @@ export declare const FLOOD_HAZARD_FACT_SCHEMA: z.ZodEffects<z.ZodObject<{
|
|
|
118
118
|
provenance: "asserted" | "backtest" | "seed" | "live";
|
|
119
119
|
}>;
|
|
120
120
|
consequence: {
|
|
121
|
+
kind: "property-risk";
|
|
121
122
|
stratum: import("../read-contract/reasoning-axes.js").PropertyRiskStratum;
|
|
122
123
|
assertedAt: string;
|
|
123
|
-
kind: "property-risk";
|
|
124
124
|
basis: string;
|
|
125
125
|
auditRef?: string | undefined;
|
|
126
126
|
} | {
|
|
127
|
-
assertedAt: string;
|
|
128
127
|
kind: "not-applicable";
|
|
128
|
+
assertedAt: string;
|
|
129
129
|
reason: string;
|
|
130
130
|
};
|
|
131
131
|
}, {
|
|
@@ -142,14 +142,14 @@ export declare const FLOOD_HAZARD_FACT_SCHEMA: z.ZodEffects<z.ZodObject<{
|
|
|
142
142
|
provenance: "asserted" | "backtest" | "seed" | "live";
|
|
143
143
|
}>;
|
|
144
144
|
consequence: {
|
|
145
|
+
kind: "property-risk";
|
|
145
146
|
stratum: import("../read-contract/reasoning-axes.js").PropertyRiskStratum;
|
|
146
147
|
assertedAt: string;
|
|
147
|
-
kind: "property-risk";
|
|
148
148
|
basis: string;
|
|
149
149
|
auditRef?: string | undefined;
|
|
150
150
|
} | {
|
|
151
|
-
assertedAt: string;
|
|
152
151
|
kind: "not-applicable";
|
|
152
|
+
assertedAt: string;
|
|
153
153
|
reason: string;
|
|
154
154
|
};
|
|
155
155
|
}>>;
|
|
@@ -216,14 +216,14 @@ export declare const FLOOD_HAZARD_FACT_SCHEMA: z.ZodEffects<z.ZodObject<{
|
|
|
216
216
|
provenance: "asserted" | "backtest" | "seed" | "live";
|
|
217
217
|
}>;
|
|
218
218
|
consequence: {
|
|
219
|
+
kind: "property-risk";
|
|
219
220
|
stratum: import("../read-contract/reasoning-axes.js").PropertyRiskStratum;
|
|
220
221
|
assertedAt: string;
|
|
221
|
-
kind: "property-risk";
|
|
222
222
|
basis: string;
|
|
223
223
|
auditRef?: string | undefined;
|
|
224
224
|
} | {
|
|
225
|
-
assertedAt: string;
|
|
226
225
|
kind: "not-applicable";
|
|
226
|
+
assertedAt: string;
|
|
227
227
|
reason: string;
|
|
228
228
|
};
|
|
229
229
|
}>;
|
|
@@ -256,14 +256,14 @@ export declare const FLOOD_HAZARD_FACT_SCHEMA: z.ZodEffects<z.ZodObject<{
|
|
|
256
256
|
provenance: "asserted" | "backtest" | "seed" | "live";
|
|
257
257
|
}>;
|
|
258
258
|
consequence: {
|
|
259
|
+
kind: "property-risk";
|
|
259
260
|
stratum: import("../read-contract/reasoning-axes.js").PropertyRiskStratum;
|
|
260
261
|
assertedAt: string;
|
|
261
|
-
kind: "property-risk";
|
|
262
262
|
basis: string;
|
|
263
263
|
auditRef?: string | undefined;
|
|
264
264
|
} | {
|
|
265
|
-
assertedAt: string;
|
|
266
265
|
kind: "not-applicable";
|
|
266
|
+
assertedAt: string;
|
|
267
267
|
reason: string;
|
|
268
268
|
};
|
|
269
269
|
}>;
|
|
@@ -356,14 +356,14 @@ export declare const FLOOD_HAZARD_FACT_SCHEMA: z.ZodEffects<z.ZodObject<{
|
|
|
356
356
|
provenance: "asserted" | "backtest" | "seed" | "live";
|
|
357
357
|
}>;
|
|
358
358
|
consequence: {
|
|
359
|
+
kind: "property-risk";
|
|
359
360
|
stratum: import("../read-contract/reasoning-axes.js").PropertyRiskStratum;
|
|
360
361
|
assertedAt: string;
|
|
361
|
-
kind: "property-risk";
|
|
362
362
|
basis: string;
|
|
363
363
|
auditRef?: string | undefined;
|
|
364
364
|
} | {
|
|
365
|
-
assertedAt: string;
|
|
366
365
|
kind: "not-applicable";
|
|
366
|
+
assertedAt: string;
|
|
367
367
|
reason: string;
|
|
368
368
|
};
|
|
369
369
|
}>;
|
|
@@ -426,14 +426,14 @@ export declare const FLOOD_HAZARD_FACT_SCHEMA: z.ZodEffects<z.ZodObject<{
|
|
|
426
426
|
provenance: "asserted" | "backtest" | "seed" | "live";
|
|
427
427
|
}>;
|
|
428
428
|
consequence: {
|
|
429
|
+
kind: "property-risk";
|
|
429
430
|
stratum: import("../read-contract/reasoning-axes.js").PropertyRiskStratum;
|
|
430
431
|
assertedAt: string;
|
|
431
|
-
kind: "property-risk";
|
|
432
432
|
basis: string;
|
|
433
433
|
auditRef?: string | undefined;
|
|
434
434
|
} | {
|
|
435
|
-
assertedAt: string;
|
|
436
435
|
kind: "not-applicable";
|
|
436
|
+
assertedAt: string;
|
|
437
437
|
reason: string;
|
|
438
438
|
};
|
|
439
439
|
}>;
|
|
@@ -496,14 +496,14 @@ export declare const FLOOD_HAZARD_FACT_SCHEMA: z.ZodEffects<z.ZodObject<{
|
|
|
496
496
|
provenance: "asserted" | "backtest" | "seed" | "live";
|
|
497
497
|
}>;
|
|
498
498
|
consequence: {
|
|
499
|
+
kind: "property-risk";
|
|
499
500
|
stratum: import("../read-contract/reasoning-axes.js").PropertyRiskStratum;
|
|
500
501
|
assertedAt: string;
|
|
501
|
-
kind: "property-risk";
|
|
502
502
|
basis: string;
|
|
503
503
|
auditRef?: string | undefined;
|
|
504
504
|
} | {
|
|
505
|
-
assertedAt: string;
|
|
506
505
|
kind: "not-applicable";
|
|
506
|
+
assertedAt: string;
|
|
507
507
|
reason: string;
|
|
508
508
|
};
|
|
509
509
|
}>;
|
|
@@ -566,14 +566,14 @@ export declare const FLOOD_HAZARD_FACT_SCHEMA: z.ZodEffects<z.ZodObject<{
|
|
|
566
566
|
provenance: "asserted" | "backtest" | "seed" | "live";
|
|
567
567
|
}>;
|
|
568
568
|
consequence: {
|
|
569
|
+
kind: "property-risk";
|
|
569
570
|
stratum: import("../read-contract/reasoning-axes.js").PropertyRiskStratum;
|
|
570
571
|
assertedAt: string;
|
|
571
|
-
kind: "property-risk";
|
|
572
572
|
basis: string;
|
|
573
573
|
auditRef?: string | undefined;
|
|
574
574
|
} | {
|
|
575
|
-
assertedAt: string;
|
|
576
575
|
kind: "not-applicable";
|
|
576
|
+
assertedAt: string;
|
|
577
577
|
reason: string;
|
|
578
578
|
};
|
|
579
579
|
}>;
|
|
@@ -77,15 +77,15 @@ export declare const LAND_USE_FACT_SCHEMA: z.ZodEffects<z.ZodObject<{
|
|
|
77
77
|
assertedAt: z.ZodString;
|
|
78
78
|
auditRef: z.ZodOptional<z.ZodString>;
|
|
79
79
|
}, "strip", z.ZodTypeAny, {
|
|
80
|
+
kind: "property-risk";
|
|
80
81
|
stratum: import("../read-contract/reasoning-axes.js").PropertyRiskStratum;
|
|
81
82
|
assertedAt: string;
|
|
82
|
-
kind: "property-risk";
|
|
83
83
|
basis: string;
|
|
84
84
|
auditRef?: string | undefined;
|
|
85
85
|
}, {
|
|
86
|
+
kind: "property-risk";
|
|
86
87
|
stratum: import("../read-contract/reasoning-axes.js").PropertyRiskStratum;
|
|
87
88
|
assertedAt: string;
|
|
88
|
-
kind: "property-risk";
|
|
89
89
|
basis: string;
|
|
90
90
|
auditRef?: string | undefined;
|
|
91
91
|
}>, z.ZodObject<{
|
|
@@ -93,12 +93,12 @@ export declare const LAND_USE_FACT_SCHEMA: z.ZodEffects<z.ZodObject<{
|
|
|
93
93
|
reason: z.ZodString;
|
|
94
94
|
assertedAt: z.ZodString;
|
|
95
95
|
}, "strip", z.ZodTypeAny, {
|
|
96
|
-
assertedAt: string;
|
|
97
96
|
kind: "not-applicable";
|
|
97
|
+
assertedAt: string;
|
|
98
98
|
reason: string;
|
|
99
99
|
}, {
|
|
100
|
-
assertedAt: string;
|
|
101
100
|
kind: "not-applicable";
|
|
101
|
+
assertedAt: string;
|
|
102
102
|
reason: string;
|
|
103
103
|
}>]>;
|
|
104
104
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -115,14 +115,14 @@ export declare const LAND_USE_FACT_SCHEMA: z.ZodEffects<z.ZodObject<{
|
|
|
115
115
|
provenance: "asserted" | "backtest" | "seed" | "live";
|
|
116
116
|
}>;
|
|
117
117
|
consequence: {
|
|
118
|
+
kind: "property-risk";
|
|
118
119
|
stratum: import("../read-contract/reasoning-axes.js").PropertyRiskStratum;
|
|
119
120
|
assertedAt: string;
|
|
120
|
-
kind: "property-risk";
|
|
121
121
|
basis: string;
|
|
122
122
|
auditRef?: string | undefined;
|
|
123
123
|
} | {
|
|
124
|
-
assertedAt: string;
|
|
125
124
|
kind: "not-applicable";
|
|
125
|
+
assertedAt: string;
|
|
126
126
|
reason: string;
|
|
127
127
|
};
|
|
128
128
|
}, {
|
|
@@ -139,14 +139,14 @@ export declare const LAND_USE_FACT_SCHEMA: z.ZodEffects<z.ZodObject<{
|
|
|
139
139
|
provenance: "asserted" | "backtest" | "seed" | "live";
|
|
140
140
|
}>;
|
|
141
141
|
consequence: {
|
|
142
|
+
kind: "property-risk";
|
|
142
143
|
stratum: import("../read-contract/reasoning-axes.js").PropertyRiskStratum;
|
|
143
144
|
assertedAt: string;
|
|
144
|
-
kind: "property-risk";
|
|
145
145
|
basis: string;
|
|
146
146
|
auditRef?: string | undefined;
|
|
147
147
|
} | {
|
|
148
|
-
assertedAt: string;
|
|
149
148
|
kind: "not-applicable";
|
|
149
|
+
assertedAt: string;
|
|
150
150
|
reason: string;
|
|
151
151
|
};
|
|
152
152
|
}>>;
|
|
@@ -213,14 +213,14 @@ export declare const LAND_USE_FACT_SCHEMA: z.ZodEffects<z.ZodObject<{
|
|
|
213
213
|
provenance: "asserted" | "backtest" | "seed" | "live";
|
|
214
214
|
}>;
|
|
215
215
|
consequence: {
|
|
216
|
+
kind: "property-risk";
|
|
216
217
|
stratum: import("../read-contract/reasoning-axes.js").PropertyRiskStratum;
|
|
217
218
|
assertedAt: string;
|
|
218
|
-
kind: "property-risk";
|
|
219
219
|
basis: string;
|
|
220
220
|
auditRef?: string | undefined;
|
|
221
221
|
} | {
|
|
222
|
-
assertedAt: string;
|
|
223
222
|
kind: "not-applicable";
|
|
223
|
+
assertedAt: string;
|
|
224
224
|
reason: string;
|
|
225
225
|
};
|
|
226
226
|
}>;
|
|
@@ -253,14 +253,14 @@ export declare const LAND_USE_FACT_SCHEMA: z.ZodEffects<z.ZodObject<{
|
|
|
253
253
|
provenance: "asserted" | "backtest" | "seed" | "live";
|
|
254
254
|
}>;
|
|
255
255
|
consequence: {
|
|
256
|
+
kind: "property-risk";
|
|
256
257
|
stratum: import("../read-contract/reasoning-axes.js").PropertyRiskStratum;
|
|
257
258
|
assertedAt: string;
|
|
258
|
-
kind: "property-risk";
|
|
259
259
|
basis: string;
|
|
260
260
|
auditRef?: string | undefined;
|
|
261
261
|
} | {
|
|
262
|
-
assertedAt: string;
|
|
263
262
|
kind: "not-applicable";
|
|
263
|
+
assertedAt: string;
|
|
264
264
|
reason: string;
|
|
265
265
|
};
|
|
266
266
|
}>;
|
|
@@ -353,14 +353,14 @@ export declare const LAND_USE_FACT_SCHEMA: z.ZodEffects<z.ZodObject<{
|
|
|
353
353
|
provenance: "asserted" | "backtest" | "seed" | "live";
|
|
354
354
|
}>;
|
|
355
355
|
consequence: {
|
|
356
|
+
kind: "property-risk";
|
|
356
357
|
stratum: import("../read-contract/reasoning-axes.js").PropertyRiskStratum;
|
|
357
358
|
assertedAt: string;
|
|
358
|
-
kind: "property-risk";
|
|
359
359
|
basis: string;
|
|
360
360
|
auditRef?: string | undefined;
|
|
361
361
|
} | {
|
|
362
|
-
assertedAt: string;
|
|
363
362
|
kind: "not-applicable";
|
|
363
|
+
assertedAt: string;
|
|
364
364
|
reason: string;
|
|
365
365
|
};
|
|
366
366
|
}>;
|
|
@@ -422,14 +422,14 @@ export declare const LAND_USE_FACT_SCHEMA: z.ZodEffects<z.ZodObject<{
|
|
|
422
422
|
provenance: "asserted" | "backtest" | "seed" | "live";
|
|
423
423
|
}>;
|
|
424
424
|
consequence: {
|
|
425
|
+
kind: "property-risk";
|
|
425
426
|
stratum: import("../read-contract/reasoning-axes.js").PropertyRiskStratum;
|
|
426
427
|
assertedAt: string;
|
|
427
|
-
kind: "property-risk";
|
|
428
428
|
basis: string;
|
|
429
429
|
auditRef?: string | undefined;
|
|
430
430
|
} | {
|
|
431
|
-
assertedAt: string;
|
|
432
431
|
kind: "not-applicable";
|
|
432
|
+
assertedAt: string;
|
|
433
433
|
reason: string;
|
|
434
434
|
};
|
|
435
435
|
}>;
|
|
@@ -491,14 +491,14 @@ export declare const LAND_USE_FACT_SCHEMA: z.ZodEffects<z.ZodObject<{
|
|
|
491
491
|
provenance: "asserted" | "backtest" | "seed" | "live";
|
|
492
492
|
}>;
|
|
493
493
|
consequence: {
|
|
494
|
+
kind: "property-risk";
|
|
494
495
|
stratum: import("../read-contract/reasoning-axes.js").PropertyRiskStratum;
|
|
495
496
|
assertedAt: string;
|
|
496
|
-
kind: "property-risk";
|
|
497
497
|
basis: string;
|
|
498
498
|
auditRef?: string | undefined;
|
|
499
499
|
} | {
|
|
500
|
-
assertedAt: string;
|
|
501
500
|
kind: "not-applicable";
|
|
501
|
+
assertedAt: string;
|
|
502
502
|
reason: string;
|
|
503
503
|
};
|
|
504
504
|
}>;
|
|
@@ -560,14 +560,14 @@ export declare const LAND_USE_FACT_SCHEMA: z.ZodEffects<z.ZodObject<{
|
|
|
560
560
|
provenance: "asserted" | "backtest" | "seed" | "live";
|
|
561
561
|
}>;
|
|
562
562
|
consequence: {
|
|
563
|
+
kind: "property-risk";
|
|
563
564
|
stratum: import("../read-contract/reasoning-axes.js").PropertyRiskStratum;
|
|
564
565
|
assertedAt: string;
|
|
565
|
-
kind: "property-risk";
|
|
566
566
|
basis: string;
|
|
567
567
|
auditRef?: string | undefined;
|
|
568
568
|
} | {
|
|
569
|
-
assertedAt: string;
|
|
570
569
|
kind: "not-applicable";
|
|
570
|
+
assertedAt: string;
|
|
571
571
|
reason: string;
|
|
572
572
|
};
|
|
573
573
|
}>;
|
|
@@ -129,15 +129,15 @@ export declare const OWNER_FACT_SCHEMA: z.ZodEffects<z.ZodObject<{
|
|
|
129
129
|
assertedAt: z.ZodString;
|
|
130
130
|
auditRef: z.ZodOptional<z.ZodString>;
|
|
131
131
|
}, "strip", z.ZodTypeAny, {
|
|
132
|
+
kind: "property-risk";
|
|
132
133
|
stratum: import("../read-contract/reasoning-axes.js").PropertyRiskStratum;
|
|
133
134
|
assertedAt: string;
|
|
134
|
-
kind: "property-risk";
|
|
135
135
|
basis: string;
|
|
136
136
|
auditRef?: string | undefined;
|
|
137
137
|
}, {
|
|
138
|
+
kind: "property-risk";
|
|
138
139
|
stratum: import("../read-contract/reasoning-axes.js").PropertyRiskStratum;
|
|
139
140
|
assertedAt: string;
|
|
140
|
-
kind: "property-risk";
|
|
141
141
|
basis: string;
|
|
142
142
|
auditRef?: string | undefined;
|
|
143
143
|
}>, z.ZodObject<{
|
|
@@ -145,12 +145,12 @@ export declare const OWNER_FACT_SCHEMA: z.ZodEffects<z.ZodObject<{
|
|
|
145
145
|
reason: z.ZodString;
|
|
146
146
|
assertedAt: z.ZodString;
|
|
147
147
|
}, "strip", z.ZodTypeAny, {
|
|
148
|
-
assertedAt: string;
|
|
149
148
|
kind: "not-applicable";
|
|
149
|
+
assertedAt: string;
|
|
150
150
|
reason: string;
|
|
151
151
|
}, {
|
|
152
|
-
assertedAt: string;
|
|
153
152
|
kind: "not-applicable";
|
|
153
|
+
assertedAt: string;
|
|
154
154
|
reason: string;
|
|
155
155
|
}>]>;
|
|
156
156
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -167,14 +167,14 @@ export declare const OWNER_FACT_SCHEMA: z.ZodEffects<z.ZodObject<{
|
|
|
167
167
|
provenance: "asserted" | "backtest" | "seed" | "live";
|
|
168
168
|
}>;
|
|
169
169
|
consequence: {
|
|
170
|
+
kind: "property-risk";
|
|
170
171
|
stratum: import("../read-contract/reasoning-axes.js").PropertyRiskStratum;
|
|
171
172
|
assertedAt: string;
|
|
172
|
-
kind: "property-risk";
|
|
173
173
|
basis: string;
|
|
174
174
|
auditRef?: string | undefined;
|
|
175
175
|
} | {
|
|
176
|
-
assertedAt: string;
|
|
177
176
|
kind: "not-applicable";
|
|
177
|
+
assertedAt: string;
|
|
178
178
|
reason: string;
|
|
179
179
|
};
|
|
180
180
|
}, {
|
|
@@ -191,14 +191,14 @@ export declare const OWNER_FACT_SCHEMA: z.ZodEffects<z.ZodObject<{
|
|
|
191
191
|
provenance: "asserted" | "backtest" | "seed" | "live";
|
|
192
192
|
}>;
|
|
193
193
|
consequence: {
|
|
194
|
+
kind: "property-risk";
|
|
194
195
|
stratum: import("../read-contract/reasoning-axes.js").PropertyRiskStratum;
|
|
195
196
|
assertedAt: string;
|
|
196
|
-
kind: "property-risk";
|
|
197
197
|
basis: string;
|
|
198
198
|
auditRef?: string | undefined;
|
|
199
199
|
} | {
|
|
200
|
-
assertedAt: string;
|
|
201
200
|
kind: "not-applicable";
|
|
201
|
+
assertedAt: string;
|
|
202
202
|
reason: string;
|
|
203
203
|
};
|
|
204
204
|
}>>;
|
|
@@ -265,14 +265,14 @@ export declare const OWNER_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
|
}>;
|
|
@@ -305,14 +305,14 @@ export declare const OWNER_FACT_SCHEMA: z.ZodEffects<z.ZodObject<{
|
|
|
305
305
|
provenance: "asserted" | "backtest" | "seed" | "live";
|
|
306
306
|
}>;
|
|
307
307
|
consequence: {
|
|
308
|
+
kind: "property-risk";
|
|
308
309
|
stratum: import("../read-contract/reasoning-axes.js").PropertyRiskStratum;
|
|
309
310
|
assertedAt: string;
|
|
310
|
-
kind: "property-risk";
|
|
311
311
|
basis: string;
|
|
312
312
|
auditRef?: string | undefined;
|
|
313
313
|
} | {
|
|
314
|
-
assertedAt: string;
|
|
315
314
|
kind: "not-applicable";
|
|
315
|
+
assertedAt: string;
|
|
316
316
|
reason: string;
|
|
317
317
|
};
|
|
318
318
|
}>;
|
|
@@ -425,14 +425,14 @@ export declare const OWNER_FACT_SCHEMA: z.ZodEffects<z.ZodObject<{
|
|
|
425
425
|
provenance: "asserted" | "backtest" | "seed" | "live";
|
|
426
426
|
}>;
|
|
427
427
|
consequence: {
|
|
428
|
+
kind: "property-risk";
|
|
428
429
|
stratum: import("../read-contract/reasoning-axes.js").PropertyRiskStratum;
|
|
429
430
|
assertedAt: string;
|
|
430
|
-
kind: "property-risk";
|
|
431
431
|
basis: string;
|
|
432
432
|
auditRef?: string | undefined;
|
|
433
433
|
} | {
|
|
434
|
-
assertedAt: string;
|
|
435
434
|
kind: "not-applicable";
|
|
435
|
+
assertedAt: string;
|
|
436
436
|
reason: string;
|
|
437
437
|
};
|
|
438
438
|
}>;
|
|
@@ -500,14 +500,14 @@ export declare const OWNER_FACT_SCHEMA: z.ZodEffects<z.ZodObject<{
|
|
|
500
500
|
provenance: "asserted" | "backtest" | "seed" | "live";
|
|
501
501
|
}>;
|
|
502
502
|
consequence: {
|
|
503
|
+
kind: "property-risk";
|
|
503
504
|
stratum: import("../read-contract/reasoning-axes.js").PropertyRiskStratum;
|
|
504
505
|
assertedAt: string;
|
|
505
|
-
kind: "property-risk";
|
|
506
506
|
basis: string;
|
|
507
507
|
auditRef?: string | undefined;
|
|
508
508
|
} | {
|
|
509
|
-
assertedAt: string;
|
|
510
509
|
kind: "not-applicable";
|
|
510
|
+
assertedAt: string;
|
|
511
511
|
reason: string;
|
|
512
512
|
};
|
|
513
513
|
}>;
|
|
@@ -575,14 +575,14 @@ export declare const OWNER_FACT_SCHEMA: z.ZodEffects<z.ZodObject<{
|
|
|
575
575
|
provenance: "asserted" | "backtest" | "seed" | "live";
|
|
576
576
|
}>;
|
|
577
577
|
consequence: {
|
|
578
|
+
kind: "property-risk";
|
|
578
579
|
stratum: import("../read-contract/reasoning-axes.js").PropertyRiskStratum;
|
|
579
580
|
assertedAt: string;
|
|
580
|
-
kind: "property-risk";
|
|
581
581
|
basis: string;
|
|
582
582
|
auditRef?: string | undefined;
|
|
583
583
|
} | {
|
|
584
|
-
assertedAt: string;
|
|
585
584
|
kind: "not-applicable";
|
|
585
|
+
assertedAt: string;
|
|
586
586
|
reason: string;
|
|
587
587
|
};
|
|
588
588
|
}>;
|
|
@@ -650,14 +650,14 @@ export declare const OWNER_FACT_SCHEMA: z.ZodEffects<z.ZodObject<{
|
|
|
650
650
|
provenance: "asserted" | "backtest" | "seed" | "live";
|
|
651
651
|
}>;
|
|
652
652
|
consequence: {
|
|
653
|
+
kind: "property-risk";
|
|
653
654
|
stratum: import("../read-contract/reasoning-axes.js").PropertyRiskStratum;
|
|
654
655
|
assertedAt: string;
|
|
655
|
-
kind: "property-risk";
|
|
656
656
|
basis: string;
|
|
657
657
|
auditRef?: string | undefined;
|
|
658
658
|
} | {
|
|
659
|
-
assertedAt: string;
|
|
660
659
|
kind: "not-applicable";
|
|
660
|
+
assertedAt: string;
|
|
661
661
|
reason: string;
|
|
662
662
|
};
|
|
663
663
|
}>;
|