@empressaio/atom-contract 1.12.0 → 1.14.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.
Files changed (34) hide show
  1. package/CHANGELOG.md +80 -0
  2. package/README.md +7 -1
  3. package/dist/conformance/common.d.ts +1 -1
  4. package/dist/conformance/common.js +1 -1
  5. package/dist/property/cad-parcel-roll.d.ts +710 -0
  6. package/dist/property/cad-parcel-roll.d.ts.map +1 -0
  7. package/dist/property/cad-parcel-roll.js +147 -0
  8. package/dist/property/cad-parcel-roll.js.map +1 -0
  9. package/dist/property/common.d.ts +131 -0
  10. package/dist/property/common.d.ts.map +1 -1
  11. package/dist/property/common.js +92 -0
  12. package/dist/property/common.js.map +1 -1
  13. package/dist/property/fixtures.d.ts +324 -0
  14. package/dist/property/fixtures.d.ts.map +1 -1
  15. package/dist/property/fixtures.js +621 -0
  16. package/dist/property/fixtures.js.map +1 -1
  17. package/dist/property/flood-hazard-fact.d.ts +610 -0
  18. package/dist/property/flood-hazard-fact.d.ts.map +1 -0
  19. package/dist/property/flood-hazard-fact.js +102 -0
  20. package/dist/property/flood-hazard-fact.js.map +1 -0
  21. package/dist/property/index.d.ts +4 -0
  22. package/dist/property/index.d.ts.map +1 -1
  23. package/dist/property/index.js +4 -0
  24. package/dist/property/index.js.map +1 -1
  25. package/dist/property/land-use-fact.d.ts +602 -0
  26. package/dist/property/land-use-fact.d.ts.map +1 -0
  27. package/dist/property/land-use-fact.js +87 -0
  28. package/dist/property/land-use-fact.js.map +1 -0
  29. package/dist/property/parcel-node.d.ts +710 -0
  30. package/dist/property/parcel-node.d.ts.map +1 -0
  31. package/dist/property/parcel-node.js +156 -0
  32. package/dist/property/parcel-node.js.map +1 -0
  33. package/dist/property/road-node.d.ts +2 -2
  34. package/package.json +1 -1
@@ -10,6 +10,10 @@ import type { SetbackRuleAtomInstance } from "./setback-rule.js";
10
10
  import type { ZoningFactAtomInstance } from "./zoning-fact.js";
11
11
  import type { RoadNodeAtomInstance } from "./road-node.js";
12
12
  import type { UtilityEasementAtomInstance } from "./utility-easement.js";
13
+ import type { ParcelNodeAtomInstance } from "./parcel-node.js";
14
+ import type { FloodHazardFactAtomInstance } from "./flood-hazard-fact.js";
15
+ import type { CadParcelRollAtomInstance } from "./cad-parcel-roll.js";
16
+ import type { LandUseFactAtomInstance } from "./land-use-fact.js";
13
17
  /**
14
18
  * Hays County (48209) — parcel 48209:156346, RS district from city GIS stamp.
15
19
  * WDLL 3.3 zoning FACT probe.
@@ -165,6 +169,160 @@ export declare const BASTROP_PARCEL_FOOTPRINT_ABSENCE_FIXTURE: BuildingFootprint
165
169
  export declare const BASTROP_CITY_EASEMENT_FIXTURE: UtilityEasementAtomInstance;
166
170
  /** County-coverage easement absence for Bastrop County. */
167
171
  export declare const BASTROP_COUNTY_EASEMENT_ABSENCE_FIXTURE: UtilityEasementAtomInstance;
172
+ /**
173
+ * Bastrop County (48021) parcel 27303 — loaded TxGIO ring, straight prop_id key.
174
+ * The atom points at `txgio_parcel`; it does not restate the ring.
175
+ */
176
+ export declare const BASTROP_PARCEL_NODE_FIXTURE: ParcelNodeAtomInstance;
177
+ /**
178
+ * Travis County (48453) — crosswalk key kind. `prop_id` is unreliable in this
179
+ * county (OPS-1 join-quality HOLD), so the anchor records that the second token
180
+ * is a crosswalk key rather than pretending a clean prop_id join happened.
181
+ */
182
+ export declare const TRAVIS_CROSSWALK_PARCEL_NODE_FIXTURE: ParcelNodeAtomInstance;
183
+ /**
184
+ * County-level typed absence — the ring source registry was probed for this
185
+ * county and nothing is published. Satisfied-absent, not not-yet.
186
+ */
187
+ export declare const COUNTY_COVERAGE_PARCEL_NODE_ABSENCE_FIXTURE: ParcelNodeAtomInstance;
188
+ /**
189
+ * Per-parcel absence in a LOADED county — the key resolves nothing. Fail-closed
190
+ * and distinct from the county-level not-yet case above.
191
+ */
192
+ export declare const BASTROP_PARCEL_NODE_ABSENCE_FIXTURE: ParcelNodeAtomInstance;
193
+ /**
194
+ * MultiPolygon truncation finding — the store row carries rings the serving
195
+ * path would silently drop. Report it; never serve a half-parcel as the parcel.
196
+ */
197
+ export declare const BASTROP_PARCEL_NODE_INCOMPLETE_FIXTURE: ParcelNodeAtomInstance;
198
+ /** Negative — sourceTier absent without verifiedAbsence (must fail closed). */
199
+ export declare const NEGATIVE_PARCEL_NODE_ABSENT_NO_VERIFIED: {
200
+ entityType: "parcel-node";
201
+ atomDid: string;
202
+ parcelNodeId: string;
203
+ countyFips: string;
204
+ keyKind: "prop_id";
205
+ reasoningChain: {
206
+ reasoningKind: "observed";
207
+ };
208
+ geometrySourceTier: "absent";
209
+ geometryLoaded: boolean;
210
+ accessPolicy: "public-free";
211
+ sourceCitation: string;
212
+ extractedAt: string;
213
+ verificationStatus: "machine";
214
+ sourceAdapter: string;
215
+ evaluatedAt: string;
216
+ atomTier: "data";
217
+ };
218
+ /** Negative — geometry pointer AND typed absence on the same atom. */
219
+ export declare const NEGATIVE_PARCEL_NODE_REF_AND_ABSENCE: {
220
+ entityType: "parcel-node";
221
+ atomDid: string;
222
+ parcelNodeId: string;
223
+ countyFips: string;
224
+ keyKind: "prop_id";
225
+ reasoningChain: {
226
+ reasoningKind: "observed";
227
+ };
228
+ geometrySourceTier: "txgio-stratmap";
229
+ geometryStoreRef: {
230
+ store: "txgio_parcel";
231
+ countyFips: string;
232
+ propId: string;
233
+ };
234
+ geometryLoaded: boolean;
235
+ absence: {
236
+ kind: "no-parcel-geometry";
237
+ reason: string;
238
+ };
239
+ accessPolicy: "public-free";
240
+ sourceCitation: string;
241
+ extractedAt: string;
242
+ verificationStatus: "machine";
243
+ sourceAdapter: string;
244
+ evaluatedAt: string;
245
+ atomTier: "data";
246
+ };
247
+ /** Negative — the ring body inlined on the atom (Geometry Law rule 1 guard). */
248
+ export declare const NEGATIVE_PARCEL_NODE_INLINE_GEOMETRY: {
249
+ entityType: "parcel-node";
250
+ atomDid: string;
251
+ parcelNodeId: string;
252
+ countyFips: string;
253
+ keyKind: "prop_id";
254
+ reasoningChain: {
255
+ reasoningKind: "observed";
256
+ };
257
+ geometrySourceTier: "txgio-stratmap";
258
+ geometryStoreRef: {
259
+ store: "txgio_parcel";
260
+ countyFips: string;
261
+ propId: string;
262
+ geometry: {
263
+ type: "Polygon";
264
+ coordinates: number[][][];
265
+ };
266
+ };
267
+ geometryLoaded: boolean;
268
+ accessPolicy: "public-free";
269
+ sourceCitation: string;
270
+ extractedAt: string;
271
+ verificationStatus: "machine";
272
+ sourceAdapter: string;
273
+ evaluatedAt: string;
274
+ atomTier: "data";
275
+ };
276
+ /** Negative — pointer names a different parcel than the atom claims. */
277
+ export declare const NEGATIVE_PARCEL_NODE_REF_MISMATCH: {
278
+ entityType: "parcel-node";
279
+ atomDid: string;
280
+ parcelNodeId: string;
281
+ countyFips: string;
282
+ keyKind: "prop_id";
283
+ reasoningChain: {
284
+ reasoningKind: "observed";
285
+ };
286
+ geometrySourceTier: "txgio-stratmap";
287
+ geometryStoreRef: {
288
+ store: "txgio_parcel";
289
+ countyFips: string;
290
+ propId: string;
291
+ };
292
+ geometryLoaded: boolean;
293
+ accessPolicy: "public-free";
294
+ sourceCitation: string;
295
+ extractedAt: string;
296
+ verificationStatus: "machine";
297
+ sourceAdapter: string;
298
+ evaluatedAt: string;
299
+ atomTier: "data";
300
+ };
301
+ /** Negative — parcel identity behind a paywall. */
302
+ export declare const NEGATIVE_PARCEL_NODE_NON_PUBLIC_POLICY: {
303
+ entityType: "parcel-node";
304
+ atomDid: string;
305
+ parcelNodeId: string;
306
+ countyFips: string;
307
+ keyKind: "prop_id";
308
+ reasoningChain: {
309
+ reasoningKind: "observed";
310
+ };
311
+ geometrySourceTier: "txgio-stratmap";
312
+ geometryStoreRef: {
313
+ store: "txgio_parcel";
314
+ countyFips: string;
315
+ propId: string;
316
+ };
317
+ geometryLoaded: boolean;
318
+ accessPolicy: "public-paid";
319
+ sourceCitation: string;
320
+ extractedAt: string;
321
+ verificationStatus: "machine";
322
+ sourceAdapter: string;
323
+ evaluatedAt: string;
324
+ atomTier: "data";
325
+ };
168
326
  /** Negative — ml-derived without ODC-By in sourceCitation. */
169
327
  export declare const NEGATIVE_FOOTPRINT_ML_NO_ODC_BY: {
170
328
  entityType: "building-footprint";
@@ -228,4 +386,170 @@ export declare const NEGATIVE_EASEMENT_NON_PUBLIC_POLICY: {
228
386
  evaluatedAt: string;
229
387
  atomTier: "data";
230
388
  };
389
+ /** Bastrop 48021:27303 — SFHA true, Zone AE present finding. */
390
+ export declare const BASTROP_FLOOD_SFHA_FIXTURE: FloodHazardFactAtomInstance;
391
+ /** Hays 48209:156346 — outside mapped SFHA (Zone X by omission), present not absent. */
392
+ export declare const HAYS_FLOOD_OUTSIDE_SFHA_FIXTURE: FloodHazardFactAtomInstance;
393
+ /** Per-parcel no geocode / off-coverage absence. */
394
+ export declare const BASTROP_FLOOD_NO_COVERAGE_FIXTURE: FloodHazardFactAtomInstance;
395
+ /** County-level verified absence — NFHL not published for county. */
396
+ export declare const COUNTY_FLOOD_VERIFIED_ABSENCE_FIXTURE: FloodHazardFactAtomInstance;
397
+ /** Negative — SFHA finding and absence together. */
398
+ export declare const NEGATIVE_FLOOD_SFHA_AND_ABSENCE: {
399
+ entityType: "flood-hazard-fact";
400
+ atomDid: string;
401
+ parcelNodeId: string;
402
+ reasoningChain: {
403
+ reasoningKind: "observed";
404
+ };
405
+ sourceTier: "fema-nfhl";
406
+ inSpecialFloodHazardArea: boolean;
407
+ floodZone: string;
408
+ absence: {
409
+ kind: "no-flood-coverage";
410
+ reason: string;
411
+ };
412
+ accessPolicy: "public-free";
413
+ sourceCitation: string;
414
+ extractedAt: string;
415
+ verificationStatus: "machine";
416
+ sourceAdapter: string;
417
+ evaluatedAt: string;
418
+ atomTier: "data";
419
+ };
420
+ /** Negative — absent tier without verifiedAbsence. */
421
+ export declare const NEGATIVE_FLOOD_ABSENT_NO_VERIFIED: {
422
+ entityType: "flood-hazard-fact";
423
+ atomDid: string;
424
+ parcelNodeId: string;
425
+ reasoningChain: {
426
+ reasoningKind: "observed";
427
+ };
428
+ sourceTier: "absent";
429
+ accessPolicy: "public-free";
430
+ sourceCitation: string;
431
+ extractedAt: string;
432
+ verificationStatus: "machine";
433
+ sourceAdapter: string;
434
+ evaluatedAt: string;
435
+ atomTier: "data";
436
+ };
437
+ /** Negative — absent tier carrying flood zone claims. */
438
+ export declare const NEGATIVE_FLOOD_ABSENT_WITH_CLAIM: {
439
+ entityType: "flood-hazard-fact";
440
+ atomDid: string;
441
+ parcelNodeId: string;
442
+ reasoningChain: {
443
+ reasoningKind: "observed";
444
+ };
445
+ sourceTier: "absent";
446
+ inSpecialFloodHazardArea: boolean;
447
+ verifiedAbsence: {
448
+ evaluated: true;
449
+ provenanceScope: string[];
450
+ };
451
+ accessPolicy: "public-free";
452
+ sourceCitation: string;
453
+ extractedAt: string;
454
+ verificationStatus: "machine";
455
+ sourceAdapter: string;
456
+ evaluatedAt: string;
457
+ atomTier: "data";
458
+ };
459
+ /** Bastrop 48021:27303 — full CAD roll row with owner match. */
460
+ export declare const BASTROP_CAD_ROLL_FIXTURE: CadParcelRollAtomInstance;
461
+ /** Join hold — no owner fields allowed. */
462
+ export declare const BASTROP_CAD_ROLL_JOIN_HOLD_FIXTURE: CadParcelRollAtomInstance;
463
+ /** County-level verified absence — no CAD roll published. */
464
+ export declare const COUNTY_CAD_ROLL_ABSENCE_FIXTURE: CadParcelRollAtomInstance;
465
+ /** Negative — join hold with owner fields (wrong owner worse than missing). */
466
+ export declare const NEGATIVE_CAD_ROLL_OWNER_ON_JOIN_HOLD: {
467
+ entityType: "cad-parcel-roll";
468
+ atomDid: string;
469
+ parcelNodeId: string;
470
+ taxYear: number;
471
+ countyFips: string;
472
+ propId: string;
473
+ keyKind: "prop_id";
474
+ joinPassedOwnerMatchGate: boolean;
475
+ reasoningChain: {
476
+ reasoningKind: "observed";
477
+ };
478
+ sourceTier: "cad-authoritative";
479
+ ownerName: string;
480
+ situsAddress: string;
481
+ sourceFile: string;
482
+ accessPolicy: "public-free";
483
+ sourceCitation: string;
484
+ extractedAt: string;
485
+ verificationStatus: "machine";
486
+ sourceAdapter: string;
487
+ evaluatedAt: string;
488
+ atomTier: "data";
489
+ };
490
+ /** Negative — present tier with empty row (no claims, no absence). */
491
+ export declare const NEGATIVE_CAD_ROLL_EMPTY_PRESENT: {
492
+ entityType: "cad-parcel-roll";
493
+ atomDid: string;
494
+ parcelNodeId: string;
495
+ taxYear: number;
496
+ countyFips: string;
497
+ propId: string;
498
+ keyKind: "prop_id";
499
+ joinPassedOwnerMatchGate: boolean;
500
+ reasoningChain: {
501
+ reasoningKind: "observed";
502
+ };
503
+ sourceTier: "cad-authoritative";
504
+ sourceFile: string;
505
+ accessPolicy: "public-free";
506
+ sourceCitation: string;
507
+ extractedAt: string;
508
+ verificationStatus: "machine";
509
+ sourceAdapter: string;
510
+ evaluatedAt: string;
511
+ atomTier: "data";
512
+ };
513
+ /** Bastrop 48021:27303 — A1 residential from CAD property_use_code. */
514
+ export declare const BASTROP_LAND_USE_FIXTURE: LandUseFactAtomInstance;
515
+ /** Honest absence — CAD row exists but no land use code. */
516
+ export declare const BASTROP_LAND_USE_NO_CODE_FIXTURE: LandUseFactAtomInstance;
517
+ /** Negative — present tier without landUseCode or absence. */
518
+ export declare const NEGATIVE_LAND_USE_EMPTY_PRESENT: {
519
+ entityType: "land-use-fact";
520
+ atomDid: string;
521
+ parcelNodeId: string;
522
+ taxYear: number;
523
+ reasoningChain: {
524
+ reasoningKind: "observed";
525
+ };
526
+ sourceTier: "cad-authoritative";
527
+ landUseLabel: string;
528
+ accessPolicy: "public-free";
529
+ sourceCitation: string;
530
+ extractedAt: string;
531
+ verificationStatus: "machine";
532
+ sourceAdapter: string;
533
+ evaluatedAt: string;
534
+ atomTier: "data";
535
+ };
536
+ /** Negative — cotality tier must not exist (schema rejects unknown enum). */
537
+ export declare const NEGATIVE_LAND_USE_COTALITY_TIER: {
538
+ entityType: "land-use-fact";
539
+ atomDid: string;
540
+ parcelNodeId: string;
541
+ taxYear: number;
542
+ reasoningChain: {
543
+ reasoningKind: "observed";
544
+ };
545
+ sourceTier: "cotality";
546
+ landUseCode: string;
547
+ accessPolicy: "public-free";
548
+ sourceCitation: string;
549
+ extractedAt: string;
550
+ verificationStatus: "machine";
551
+ sourceAdapter: string;
552
+ evaluatedAt: string;
553
+ atomTier: "data";
554
+ };
231
555
  //# sourceMappingURL=fixtures.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"fixtures.d.ts","sourceRoot":"","sources":["../../src/property/fixtures.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AASH,OAAO,KAAK,EAAE,6BAA6B,EAAE,MAAM,yBAAyB,CAAC;AAE7E,OAAO,KAAK,EAAE,6BAA6B,EAAE,MAAM,yBAAyB,CAAC;AAC7E,OAAO,KAAK,EAAE,8BAA8B,EAAE,MAAM,2BAA2B,CAAC;AAKhF,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,mBAAmB,CAAC;AACjE,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,kBAAkB,CAAC;AAC/D,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,gBAAgB,CAAC;AAE3D,OAAO,KAAK,EAAE,2BAA2B,EAAE,MAAM,uBAAuB,CAAC;AAkBzE;;;GAGG;AACH,eAAO,MAAM,wBAAwB,EAAE,sBAuBtC,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,8BAA8B,EAAE,sBA+B5C,CAAC;AAEF,yFAAyF;AACzF,eAAO,MAAM,0BAA0B,EAAE,uBAgDxC,CAAC;AAEF,oEAAoE;AACpE,eAAO,MAAM,kCAAkC,EAAE,uBAmBhD,CAAC;AAEF,mFAAmF;AACnF,eAAO,MAAM,6BAA6B,EAAE,uBAuB3C,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,+BAA+B,EAAE,6BAgD7C,CAAC;AAEF,+EAA+E;AAC/E,eAAO,MAAM,qCAAqC;;;;;;;;;;;;;;;;CAcjD,CAAC;AAEF,gDAAgD;AAChD,eAAO,MAAM,+BAA+B;;;;;;;uBAOnB,EAAE;;;;;;CAM1B,CAAC;AAEF,wDAAwD;AACxD,eAAO,MAAM,oCAAoC;;;;;;;;;;;;;;;;CAWhD,CAAC;AAEF,6DAA6D;AAC7D,eAAO,MAAM,oCAAoC;;;;;;;;;;;;;;;;;;;CAiBhD,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,8BAA8B,EAAE,8BA6F5C,CAAC;AAEF,8CAA8C;AAC9C,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAsCvC,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,kCAAkC,EAAE,oBAuEhD,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,4BAA4B,EAAE,6BA6B1C,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,wCAAwC,EAAE,6BAsBtD,CAAC;AAEF,kFAAkF;AAClF,eAAO,MAAM,wCAAwC,EAAE,6BAoBtD,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,6BAA6B,EAAE,2BAyB3C,CAAC;AAEF,2DAA2D;AAC3D,eAAO,MAAM,uCAAuC,EAAE,2BAsBrD,CAAC;AAEF,8DAA8D;AAC9D,eAAO,MAAM,+BAA+B;;;;;;;;;;;;;;;;;;;;CA0B3C,CAAC;AAEF,4DAA4D;AAC5D,eAAO,MAAM,qCAAqC;;;;;;;;;;;;;;;;CAcjD,CAAC;AAEF,gEAAgE;AAChE,eAAO,MAAM,mCAAmC;;;;;;;;;;;;;;;;;;;;;CAsB/C,CAAC"}
1
+ {"version":3,"file":"fixtures.d.ts","sourceRoot":"","sources":["../../src/property/fixtures.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AASH,OAAO,KAAK,EAAE,6BAA6B,EAAE,MAAM,yBAAyB,CAAC;AAE7E,OAAO,KAAK,EAAE,6BAA6B,EAAE,MAAM,yBAAyB,CAAC;AAC7E,OAAO,KAAK,EAAE,8BAA8B,EAAE,MAAM,2BAA2B,CAAC;AAKhF,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,mBAAmB,CAAC;AACjE,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,kBAAkB,CAAC;AAC/D,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,gBAAgB,CAAC;AAE3D,OAAO,KAAK,EAAE,2BAA2B,EAAE,MAAM,uBAAuB,CAAC;AACzE,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,kBAAkB,CAAC;AAG/D,OAAO,KAAK,EAAE,2BAA2B,EAAE,MAAM,wBAAwB,CAAC;AAC1E,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,sBAAsB,CAAC;AACtE,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,oBAAoB,CAAC;AAiBlE;;;GAGG;AACH,eAAO,MAAM,wBAAwB,EAAE,sBAuBtC,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,8BAA8B,EAAE,sBA+B5C,CAAC;AAEF,yFAAyF;AACzF,eAAO,MAAM,0BAA0B,EAAE,uBAgDxC,CAAC;AAEF,oEAAoE;AACpE,eAAO,MAAM,kCAAkC,EAAE,uBAmBhD,CAAC;AAEF,mFAAmF;AACnF,eAAO,MAAM,6BAA6B,EAAE,uBAuB3C,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,+BAA+B,EAAE,6BAgD7C,CAAC;AAEF,+EAA+E;AAC/E,eAAO,MAAM,qCAAqC;;;;;;;;;;;;;;;;CAcjD,CAAC;AAEF,gDAAgD;AAChD,eAAO,MAAM,+BAA+B;;;;;;;uBAOnB,EAAE;;;;;;CAM1B,CAAC;AAEF,wDAAwD;AACxD,eAAO,MAAM,oCAAoC;;;;;;;;;;;;;;;;CAWhD,CAAC;AAEF,6DAA6D;AAC7D,eAAO,MAAM,oCAAoC;;;;;;;;;;;;;;;;;;;CAiBhD,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,8BAA8B,EAAE,8BA6F5C,CAAC;AAEF,8CAA8C;AAC9C,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAsCvC,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,kCAAkC,EAAE,oBAuEhD,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,4BAA4B,EAAE,6BA6B1C,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,wCAAwC,EAAE,6BAsBtD,CAAC;AAEF,kFAAkF;AAClF,eAAO,MAAM,wCAAwC,EAAE,6BAoBtD,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,6BAA6B,EAAE,2BAyB3C,CAAC;AAEF,2DAA2D;AAC3D,eAAO,MAAM,uCAAuC,EAAE,2BAsBrD,CAAC;AAMF;;;GAGG;AACH,eAAO,MAAM,2BAA2B,EAAE,sBA6BzC,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,oCAAoC,EAAE,sBA8BlD,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,2CAA2C,EAAE,sBAuBzD,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,mCAAmC,EAAE,sBAqBjD,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,sCAAsC,EAAE,sBAqBpD,CAAC;AAEF,+EAA+E;AAC/E,eAAO,MAAM,uCAAuC;;;;;;;;;;;;;;;;;;CAgBnD,CAAC;AAEF,sEAAsE;AACtE,eAAO,MAAM,oCAAoC;;;;;;;;;;;;;;;;;;;;;;;;;;;CAyBhD,CAAC;AAEF,gFAAgF;AAChF,eAAO,MAAM,oCAAoC;;;;;;;;;;;;;;;;;;;;;;;;;;;CAgChD,CAAC;AAEF,wEAAwE;AACxE,eAAO,MAAM,iCAAiC;;;;;;;;;;;;;;;;;;;;;;;CAqB7C,CAAC;AAEF,mDAAmD;AACnD,eAAO,MAAM,sCAAsC;;;;;;;;;;;;;;;;;;;;;;;CAqBlD,CAAC;AAEF,8DAA8D;AAC9D,eAAO,MAAM,+BAA+B;;;;;;;;;;;;;;;;;;;;CA0B3C,CAAC;AAEF,4DAA4D;AAC5D,eAAO,MAAM,qCAAqC;;;;;;;;;;;;;;;;CAcjD,CAAC;AAEF,gEAAgE;AAChE,eAAO,MAAM,mCAAmC;;;;;;;;;;;;;;;;;;;;;CAsB/C,CAAC;AAMF,gEAAgE;AAChE,eAAO,MAAM,0BAA0B,EAAE,2BAkBxC,CAAC;AAEF,wFAAwF;AACxF,eAAO,MAAM,+BAA+B,EAAE,2BAe7C,CAAC;AAEF,oDAAoD;AACpD,eAAO,MAAM,iCAAiC,EAAE,2BAkB/C,CAAC;AAEF,qEAAqE;AACrE,eAAO,MAAM,qCAAqC,EAAE,2BAiBnD,CAAC;AAEF,oDAAoD;AACpD,eAAO,MAAM,+BAA+B;;;;;;;;;;;;;;;;;;;;;CAgB3C,CAAC;AAEF,sDAAsD;AACtD,eAAO,MAAM,iCAAiC;;;;;;;;;;;;;;;CAa7C,CAAC;AAEF,yDAAyD;AACzD,eAAO,MAAM,gCAAgC;;;;;;;;;;;;;;;;;;;;CAkB5C,CAAC;AAMF,gEAAgE;AAChE,eAAO,MAAM,wBAAwB,EAAE,yBAkCtC,CAAC;AAEF,2CAA2C;AAC3C,eAAO,MAAM,kCAAkC,EAAE,yBAwBhD,CAAC;AAEF,6DAA6D;AAC7D,eAAO,MAAM,+BAA+B,EAAE,yBAsB7C,CAAC;AAEF,+EAA+E;AAC/E,eAAO,MAAM,oCAAoC;;;;;;;;;;;;;;;;;;;;;;;CAqBhD,CAAC;AAEF,sEAAsE;AACtE,eAAO,MAAM,+BAA+B;;;;;;;;;;;;;;;;;;;;;CAmB3C,CAAC;AAMF,uEAAuE;AACvE,eAAO,MAAM,wBAAwB,EAAE,uBAiBtC,CAAC;AAEF,4DAA4D;AAC5D,eAAO,MAAM,gCAAgC,EAAE,uBAmB9C,CAAC;AAEF,8DAA8D;AAC9D,eAAO,MAAM,+BAA+B;;;;;;;;;;;;;;;;;CAe3C,CAAC;AAEF,6EAA6E;AAC7E,eAAO,MAAM,+BAA+B;;;;;;;;;;;;;;;;;CAe3C,CAAC"}