@empressaio/atom-contract 1.30.0 → 1.31.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 +30 -0
- package/dist/property/boundary-edge.d.ts +802 -0
- package/dist/property/boundary-edge.d.ts.map +1 -0
- package/dist/property/boundary-edge.js +145 -0
- package/dist/property/boundary-edge.js.map +1 -0
- package/dist/property/buildable-envelope.d.ts +4 -4
- package/dist/property/building-footprint.d.ts +4 -4
- package/dist/property/cad-parcel-roll.d.ts +4 -4
- package/dist/property/fixtures.d.ts +13 -0
- package/dist/property/fixtures.d.ts.map +1 -1
- package/dist/property/fixtures.js +96 -0
- package/dist/property/fixtures.js.map +1 -1
- package/dist/property/flood-hazard-fact.d.ts +4 -4
- package/dist/property/index.d.ts +1 -0
- package/dist/property/index.d.ts.map +1 -1
- package/dist/property/index.js +1 -0
- package/dist/property/index.js.map +1 -1
- package/dist/property/land-use-fact.d.ts +4 -4
- package/dist/property/owner-fact.d.ts +4 -4
- package/dist/property/parcel-node.d.ts +4 -4
- package/dist/property/parcel-terrain-model.d.ts +4 -4
- package/dist/property/rail-corridor-fact.d.ts +4 -4
- package/dist/property/road-node.d.ts +8 -8
- package/dist/property/rrc-pipeline-fact.d.ts +4 -4
- package/dist/property/setback-rule.d.ts +4 -4
- package/dist/property/special-district-fact.d.ts +4 -4
- package/dist/property/utility-easement.d.ts +4 -4
- package/dist/property/well-fact.d.ts +4 -4
- package/dist/property/zoning-fact.d.ts +4 -4
- package/package.json +1 -1
|
@@ -507,11 +507,11 @@ export declare const SETBACK_RULE_SCHEMA: z.ZodEffects<z.ZodObject<{
|
|
|
507
507
|
front: number;
|
|
508
508
|
side: number;
|
|
509
509
|
rear: number;
|
|
510
|
-
parcelNodeId: string;
|
|
511
510
|
reasoningChain: {
|
|
512
511
|
reasoningKind: "observed";
|
|
513
512
|
};
|
|
514
513
|
atomTier: AtomTier;
|
|
514
|
+
parcelNodeId: string;
|
|
515
515
|
sourceCodeAtomRef: Readonly<{
|
|
516
516
|
atomDid: string;
|
|
517
517
|
role: import("../reasoning-chain.js").AtomInputRefRole;
|
|
@@ -603,11 +603,11 @@ export declare const SETBACK_RULE_SCHEMA: z.ZodEffects<z.ZodObject<{
|
|
|
603
603
|
front: number;
|
|
604
604
|
side: number;
|
|
605
605
|
rear: number;
|
|
606
|
-
parcelNodeId: string;
|
|
607
606
|
reasoningChain: {
|
|
608
607
|
reasoningKind: "observed";
|
|
609
608
|
};
|
|
610
609
|
atomTier: AtomTier;
|
|
610
|
+
parcelNodeId: string;
|
|
611
611
|
sourceCodeAtomRef: Readonly<{
|
|
612
612
|
atomDid: string;
|
|
613
613
|
role: import("../reasoning-chain.js").AtomInputRefRole;
|
|
@@ -699,11 +699,11 @@ export declare const SETBACK_RULE_SCHEMA: z.ZodEffects<z.ZodObject<{
|
|
|
699
699
|
front: number;
|
|
700
700
|
side: number;
|
|
701
701
|
rear: number;
|
|
702
|
-
parcelNodeId: string;
|
|
703
702
|
reasoningChain: {
|
|
704
703
|
reasoningKind: "observed";
|
|
705
704
|
};
|
|
706
705
|
atomTier: AtomTier;
|
|
706
|
+
parcelNodeId: string;
|
|
707
707
|
sourceCodeAtomRef: Readonly<{
|
|
708
708
|
atomDid: string;
|
|
709
709
|
role: import("../reasoning-chain.js").AtomInputRefRole;
|
|
@@ -795,11 +795,11 @@ export declare const SETBACK_RULE_SCHEMA: z.ZodEffects<z.ZodObject<{
|
|
|
795
795
|
front: number;
|
|
796
796
|
side: number;
|
|
797
797
|
rear: number;
|
|
798
|
-
parcelNodeId: string;
|
|
799
798
|
reasoningChain: {
|
|
800
799
|
reasoningKind: "observed";
|
|
801
800
|
};
|
|
802
801
|
atomTier: AtomTier;
|
|
802
|
+
parcelNodeId: string;
|
|
803
803
|
sourceCodeAtomRef: Readonly<{
|
|
804
804
|
atomDid: string;
|
|
805
805
|
role: import("../reasoning-chain.js").AtomInputRefRole;
|
|
@@ -358,11 +358,11 @@ export declare const SPECIAL_DISTRICT_FACT_SCHEMA: z.ZodEffects<z.ZodObject<{
|
|
|
358
358
|
evaluatedAt: string;
|
|
359
359
|
verificationStatus: "machine" | "human" | "unsurveyed";
|
|
360
360
|
sourceAdapter: string;
|
|
361
|
-
parcelNodeId: string;
|
|
362
361
|
reasoningChain: {
|
|
363
362
|
reasoningKind: "observed";
|
|
364
363
|
};
|
|
365
364
|
atomTier: AtomTier;
|
|
365
|
+
parcelNodeId: string;
|
|
366
366
|
sourceTier: "absent" | "tceq-water-districts";
|
|
367
367
|
asOf?: string | undefined;
|
|
368
368
|
readContract?: Readonly<{
|
|
@@ -436,11 +436,11 @@ export declare const SPECIAL_DISTRICT_FACT_SCHEMA: z.ZodEffects<z.ZodObject<{
|
|
|
436
436
|
evaluatedAt: string;
|
|
437
437
|
verificationStatus: "machine" | "human" | "unsurveyed";
|
|
438
438
|
sourceAdapter: string;
|
|
439
|
-
parcelNodeId: string;
|
|
440
439
|
reasoningChain: {
|
|
441
440
|
reasoningKind: "observed";
|
|
442
441
|
};
|
|
443
442
|
atomTier: AtomTier;
|
|
443
|
+
parcelNodeId: string;
|
|
444
444
|
sourceTier: "absent" | "tceq-water-districts";
|
|
445
445
|
asOf?: string | undefined;
|
|
446
446
|
readContract?: Readonly<{
|
|
@@ -514,11 +514,11 @@ export declare const SPECIAL_DISTRICT_FACT_SCHEMA: z.ZodEffects<z.ZodObject<{
|
|
|
514
514
|
evaluatedAt: string;
|
|
515
515
|
verificationStatus: "machine" | "human" | "unsurveyed";
|
|
516
516
|
sourceAdapter: string;
|
|
517
|
-
parcelNodeId: string;
|
|
518
517
|
reasoningChain: {
|
|
519
518
|
reasoningKind: "observed";
|
|
520
519
|
};
|
|
521
520
|
atomTier: AtomTier;
|
|
521
|
+
parcelNodeId: string;
|
|
522
522
|
sourceTier: "absent" | "tceq-water-districts";
|
|
523
523
|
asOf?: string | undefined;
|
|
524
524
|
readContract?: Readonly<{
|
|
@@ -592,11 +592,11 @@ export declare const SPECIAL_DISTRICT_FACT_SCHEMA: z.ZodEffects<z.ZodObject<{
|
|
|
592
592
|
evaluatedAt: string;
|
|
593
593
|
verificationStatus: "machine" | "human" | "unsurveyed";
|
|
594
594
|
sourceAdapter: string;
|
|
595
|
-
parcelNodeId: string;
|
|
596
595
|
reasoningChain: {
|
|
597
596
|
reasoningKind: "observed";
|
|
598
597
|
};
|
|
599
598
|
atomTier: AtomTier;
|
|
599
|
+
parcelNodeId: string;
|
|
600
600
|
sourceTier: "absent" | "tceq-water-districts";
|
|
601
601
|
asOf?: string | undefined;
|
|
602
602
|
readContract?: Readonly<{
|
|
@@ -380,11 +380,11 @@ export declare const UTILITY_EASEMENT_SCHEMA: z.ZodEffects<z.ZodObject<{
|
|
|
380
380
|
evaluatedAt: string;
|
|
381
381
|
verificationStatus: "machine" | "human" | "unsurveyed";
|
|
382
382
|
sourceAdapter: string;
|
|
383
|
-
parcelNodeId: string;
|
|
384
383
|
reasoningChain: {
|
|
385
384
|
reasoningKind: "observed";
|
|
386
385
|
};
|
|
387
386
|
atomTier: AtomTier;
|
|
387
|
+
parcelNodeId: string;
|
|
388
388
|
sourceTier: "absent" | "plat-gis-authoritative" | "county-gis" | "record-extracted";
|
|
389
389
|
easementId: string;
|
|
390
390
|
easementClass: "unknown" | "utility" | "drainage" | "ingress-egress" | "combined";
|
|
@@ -467,11 +467,11 @@ export declare const UTILITY_EASEMENT_SCHEMA: z.ZodEffects<z.ZodObject<{
|
|
|
467
467
|
evaluatedAt: string;
|
|
468
468
|
verificationStatus: "machine" | "human" | "unsurveyed";
|
|
469
469
|
sourceAdapter: string;
|
|
470
|
-
parcelNodeId: string;
|
|
471
470
|
reasoningChain: {
|
|
472
471
|
reasoningKind: "observed";
|
|
473
472
|
};
|
|
474
473
|
atomTier: AtomTier;
|
|
474
|
+
parcelNodeId: string;
|
|
475
475
|
sourceTier: "absent" | "plat-gis-authoritative" | "county-gis" | "record-extracted";
|
|
476
476
|
easementId: string;
|
|
477
477
|
easementClass: "unknown" | "utility" | "drainage" | "ingress-egress" | "combined";
|
|
@@ -554,11 +554,11 @@ export declare const UTILITY_EASEMENT_SCHEMA: z.ZodEffects<z.ZodObject<{
|
|
|
554
554
|
evaluatedAt: string;
|
|
555
555
|
verificationStatus: "machine" | "human" | "unsurveyed";
|
|
556
556
|
sourceAdapter: string;
|
|
557
|
-
parcelNodeId: string;
|
|
558
557
|
reasoningChain: {
|
|
559
558
|
reasoningKind: "observed";
|
|
560
559
|
};
|
|
561
560
|
atomTier: AtomTier;
|
|
561
|
+
parcelNodeId: string;
|
|
562
562
|
sourceTier: "absent" | "plat-gis-authoritative" | "county-gis" | "record-extracted";
|
|
563
563
|
easementId: string;
|
|
564
564
|
easementClass: "unknown" | "utility" | "drainage" | "ingress-egress" | "combined";
|
|
@@ -641,11 +641,11 @@ export declare const UTILITY_EASEMENT_SCHEMA: z.ZodEffects<z.ZodObject<{
|
|
|
641
641
|
evaluatedAt: string;
|
|
642
642
|
verificationStatus: "machine" | "human" | "unsurveyed";
|
|
643
643
|
sourceAdapter: string;
|
|
644
|
-
parcelNodeId: string;
|
|
645
644
|
reasoningChain: {
|
|
646
645
|
reasoningKind: "observed";
|
|
647
646
|
};
|
|
648
647
|
atomTier: AtomTier;
|
|
648
|
+
parcelNodeId: string;
|
|
649
649
|
sourceTier: "absent" | "plat-gis-authoritative" | "county-gis" | "record-extracted";
|
|
650
650
|
easementId: string;
|
|
651
651
|
easementClass: "unknown" | "utility" | "drainage" | "ingress-egress" | "combined";
|
|
@@ -358,11 +358,11 @@ export declare const WELL_FACT_SCHEMA: z.ZodEffects<z.ZodObject<{
|
|
|
358
358
|
evaluatedAt: string;
|
|
359
359
|
verificationStatus: "machine" | "human" | "unsurveyed";
|
|
360
360
|
sourceAdapter: string;
|
|
361
|
-
parcelNodeId: string;
|
|
362
361
|
reasoningChain: {
|
|
363
362
|
reasoningKind: "observed";
|
|
364
363
|
};
|
|
365
364
|
atomTier: AtomTier;
|
|
365
|
+
parcelNodeId: string;
|
|
366
366
|
sourceTier: "absent" | "texas-rrc-gis";
|
|
367
367
|
wellKey: string;
|
|
368
368
|
asOf?: string | undefined;
|
|
@@ -437,11 +437,11 @@ export declare const WELL_FACT_SCHEMA: z.ZodEffects<z.ZodObject<{
|
|
|
437
437
|
evaluatedAt: string;
|
|
438
438
|
verificationStatus: "machine" | "human" | "unsurveyed";
|
|
439
439
|
sourceAdapter: string;
|
|
440
|
-
parcelNodeId: string;
|
|
441
440
|
reasoningChain: {
|
|
442
441
|
reasoningKind: "observed";
|
|
443
442
|
};
|
|
444
443
|
atomTier: AtomTier;
|
|
444
|
+
parcelNodeId: string;
|
|
445
445
|
sourceTier: "absent" | "texas-rrc-gis";
|
|
446
446
|
wellKey: string;
|
|
447
447
|
asOf?: string | undefined;
|
|
@@ -516,11 +516,11 @@ export declare const WELL_FACT_SCHEMA: z.ZodEffects<z.ZodObject<{
|
|
|
516
516
|
evaluatedAt: string;
|
|
517
517
|
verificationStatus: "machine" | "human" | "unsurveyed";
|
|
518
518
|
sourceAdapter: string;
|
|
519
|
-
parcelNodeId: string;
|
|
520
519
|
reasoningChain: {
|
|
521
520
|
reasoningKind: "observed";
|
|
522
521
|
};
|
|
523
522
|
atomTier: AtomTier;
|
|
523
|
+
parcelNodeId: string;
|
|
524
524
|
sourceTier: "absent" | "texas-rrc-gis";
|
|
525
525
|
wellKey: string;
|
|
526
526
|
asOf?: string | undefined;
|
|
@@ -595,11 +595,11 @@ export declare const WELL_FACT_SCHEMA: z.ZodEffects<z.ZodObject<{
|
|
|
595
595
|
evaluatedAt: string;
|
|
596
596
|
verificationStatus: "machine" | "human" | "unsurveyed";
|
|
597
597
|
sourceAdapter: string;
|
|
598
|
-
parcelNodeId: string;
|
|
599
598
|
reasoningChain: {
|
|
600
599
|
reasoningKind: "observed";
|
|
601
600
|
};
|
|
602
601
|
atomTier: AtomTier;
|
|
602
|
+
parcelNodeId: string;
|
|
603
603
|
sourceTier: "absent" | "texas-rrc-gis";
|
|
604
604
|
wellKey: string;
|
|
605
605
|
asOf?: string | undefined;
|
|
@@ -307,11 +307,11 @@ export declare const ZONING_FACT_SCHEMA: z.ZodEffects<z.ZodObject<{
|
|
|
307
307
|
sourceCitation: string;
|
|
308
308
|
extractedAt: string;
|
|
309
309
|
atomDid: string;
|
|
310
|
-
parcelNodeId: string;
|
|
311
310
|
reasoningChain: {
|
|
312
311
|
reasoningKind: "observed";
|
|
313
312
|
};
|
|
314
313
|
atomTier: AtomTier;
|
|
314
|
+
parcelNodeId: string;
|
|
315
315
|
asOf?: string | undefined;
|
|
316
316
|
readContract?: Readonly<{
|
|
317
317
|
axes: Readonly<{
|
|
@@ -365,11 +365,11 @@ export declare const ZONING_FACT_SCHEMA: z.ZodEffects<z.ZodObject<{
|
|
|
365
365
|
sourceCitation: string;
|
|
366
366
|
extractedAt: string;
|
|
367
367
|
atomDid: string;
|
|
368
|
-
parcelNodeId: string;
|
|
369
368
|
reasoningChain: {
|
|
370
369
|
reasoningKind: "observed";
|
|
371
370
|
};
|
|
372
371
|
atomTier: AtomTier;
|
|
372
|
+
parcelNodeId: string;
|
|
373
373
|
asOf?: string | undefined;
|
|
374
374
|
readContract?: Readonly<{
|
|
375
375
|
axes: Readonly<{
|
|
@@ -423,11 +423,11 @@ export declare const ZONING_FACT_SCHEMA: z.ZodEffects<z.ZodObject<{
|
|
|
423
423
|
sourceCitation: string;
|
|
424
424
|
extractedAt: string;
|
|
425
425
|
atomDid: string;
|
|
426
|
-
parcelNodeId: string;
|
|
427
426
|
reasoningChain: {
|
|
428
427
|
reasoningKind: "observed";
|
|
429
428
|
};
|
|
430
429
|
atomTier: AtomTier;
|
|
430
|
+
parcelNodeId: string;
|
|
431
431
|
asOf?: string | undefined;
|
|
432
432
|
readContract?: Readonly<{
|
|
433
433
|
axes: Readonly<{
|
|
@@ -481,11 +481,11 @@ export declare const ZONING_FACT_SCHEMA: z.ZodEffects<z.ZodObject<{
|
|
|
481
481
|
sourceCitation: string;
|
|
482
482
|
extractedAt: string;
|
|
483
483
|
atomDid: string;
|
|
484
|
-
parcelNodeId: string;
|
|
485
484
|
reasoningChain: {
|
|
486
485
|
reasoningKind: "observed";
|
|
487
486
|
};
|
|
488
487
|
atomTier: AtomTier;
|
|
488
|
+
parcelNodeId: string;
|
|
489
489
|
asOf?: string | undefined;
|
|
490
490
|
readContract?: Readonly<{
|
|
491
491
|
axes: Readonly<{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@empressaio/atom-contract",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.31.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",
|