@nextera.one/axis-server-sdk 2.1.6 → 2.1.7

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/dist/index.d.mts CHANGED
@@ -1,11 +1,15 @@
1
+ import * as _nextera_one_axis_protocol from '@nextera.one/axis-protocol';
2
+ import { AxisFrame as AxisFrame$2, PROOF_LOOM, TLV_LOOM_PRESENCE_ID, TLV_LOOM_THREAD_HASH, TLV_LOOM_WRIT } from '@nextera.one/axis-protocol';
3
+ export { AXIS_MAGIC, AXIS_VERSION, AxisBinaryFrame, AxisFrame, TLV as AxisTlvType, BodyProfile, ERR_BAD_SIGNATURE, ERR_CONTRACT_VIOLATION, ERR_INVALID_PACKET, ERR_REPLAY_DETECTED, FLAG_BODY_TLV, FLAG_CHAIN_REQ, FLAG_HAS_WITNESS, MAX_BODY_LEN, MAX_FRAME_LEN, MAX_HDR_LEN, MAX_SIG_LEN, NCERT_ALG, NCERT_EXP, NCERT_ISSUER_KID, NCERT_KID, NCERT_NBF, NCERT_NODE_ID, NCERT_PAYLOAD, NCERT_PUB, NCERT_SCOPE, NCERT_SIG, PROOF_CAPSULE, PROOF_JWT, PROOF_LOOM, PROOF_MTLS, PROOF_NONE, PROOF_WITNESS, ProofType, TLV, TLV_ACTOR_ID, TLV_AUD, TLV_BODY_ARR, TLV_BODY_OBJ, TLV_CAPSULE, TLV_EFFECT, TLV_ERROR_CODE, TLV_ERROR_MSG, TLV_INDEX, TLV_INTENT, TLV_KID, TLV_LOOM_PRESENCE_ID, TLV_LOOM_THREAD_HASH, TLV_LOOM_WRIT, TLV_NODE, TLV_NODE_CERT_HASH, TLV_NODE_KID, TLV_NONCE, TLV_OFFSET, TLV_OK, TLV_PID, TLV_LOOM_PRESENCE_ID as TLV_PRESENCE_ID, TLV_PREV_HASH, TLV_PROOF_REF, TLV_PROOF_TYPE, TLV_REALM, TLV_RECEIPT_HASH, TLV_RID, TLV_SHA256_CHUNK, TLV_LOOM_THREAD_HASH as TLV_THREAD_HASH, TLV_TRACE_ID, TLV_TS, TLV_UPLOAD_ID, TLV_LOOM_WRIT as TLV_WRIT, decodeArray, decodeFrame, decodeObject, decodeTLVs, decodeTLVsList, decodeVarint, encodeFrame, encodeTLVs, encodeVarint, getSignTarget, varintLength } from '@nextera.one/axis-protocol';
1
4
  import * as z from 'zod';
2
- import { A as AxisFrame$2 } from './index-DXHfWxLG.mjs';
3
- export { a as AxisBinaryFrame, b as AxisError, c as AxisFrameZ, d as AxisMediaTypes, e as computeReceiptHash, f as computeSignaturePayload, i as core, g as decodeFrame, h as encodeFrame, j as generateEd25519KeyPair, k as getSignTarget, s as sha256, l as signFrame, v as verifyFrameSignature } from './index-DXHfWxLG.mjs';
4
5
  import { ModuleRef, DiscoveryService, Reflector, MetadataScanner } from '@nestjs/core';
5
- import { PROOF_LOOM, TLV_LOOM_PRESENCE_ID, TLV_LOOM_THREAD_HASH, TLV_LOOM_WRIT } from '@nextera.one/axis-protocol';
6
- export { AXIS_MAGIC, AXIS_VERSION, TLV as AxisTlvType, BodyProfile, ERR_BAD_SIGNATURE, ERR_CONTRACT_VIOLATION, ERR_INVALID_PACKET, ERR_REPLAY_DETECTED, FLAG_BODY_TLV, FLAG_CHAIN_REQ, FLAG_HAS_WITNESS, MAX_BODY_LEN, MAX_FRAME_LEN, MAX_HDR_LEN, MAX_SIG_LEN, NCERT_ALG, NCERT_EXP, NCERT_ISSUER_KID, NCERT_KID, NCERT_NBF, NCERT_NODE_ID, NCERT_PAYLOAD, NCERT_PUB, NCERT_SCOPE, NCERT_SIG, PROOF_CAPSULE, PROOF_JWT, PROOF_LOOM, PROOF_MTLS, PROOF_NONE, PROOF_WITNESS, ProofType, TLV, TLV_ACTOR_ID, TLV_AUD, TLV_BODY_ARR, TLV_BODY_OBJ, TLV_CAPSULE, TLV_EFFECT, TLV_ERROR_CODE, TLV_ERROR_MSG, TLV_INDEX, TLV_INTENT, TLV_KID, TLV_LOOM_PRESENCE_ID, TLV_LOOM_THREAD_HASH, TLV_LOOM_WRIT, TLV_NODE, TLV_NODE_CERT_HASH, TLV_NODE_KID, TLV_NONCE, TLV_OFFSET, TLV_OK, TLV_PID, TLV_LOOM_PRESENCE_ID as TLV_PRESENCE_ID, TLV_PREV_HASH, TLV_PROOF_REF, TLV_PROOF_TYPE, TLV_REALM, TLV_RECEIPT_HASH, TLV_RID, TLV_SHA256_CHUNK, TLV_LOOM_THREAD_HASH as TLV_THREAD_HASH, TLV_TRACE_ID, TLV_TS, TLV_UPLOAD_ID, TLV_LOOM_WRIT as TLV_WRIT, decodeArray, decodeObject, decodeTLVs, decodeTLVsList, decodeVarint, encodeTLVs, encodeVarint, varintLength } from '@nextera.one/axis-protocol';
7
- import { OnApplicationBootstrap, OnModuleInit } from '@nestjs/common';
8
6
  import { ConfigService } from '@nestjs/config';
7
+ export { A as AxisError, a as AxisFrameZ, c as computeReceiptHash, b as computeSignaturePayload, i as core, g as generateEd25519KeyPair, s as sha256, d as signFrame, v as verifyFrameSignature } from './index-VxXqZPuH.mjs';
8
+ export { Axis1FrameToEncode, encodeAxis1Frame } from './codec/axis1.encode.mjs';
9
+ export { axis1SigningBytes } from './codec/axis1.signing.mjs';
10
+ import { Axis1DecodedFrame } from './types/frame.mjs';
11
+ export { decodeAxis1Frame } from './types/frame.mjs';
12
+ import { OnApplicationBootstrap, OnModuleInit } from '@nestjs/common';
9
13
 
10
14
  type AxisExecutionMode = 'strict' | 'parallel' | 'best_effort' | 'atomic';
11
15
  type AxisObserverEvent = 'intent.received' | 'intent.completed' | 'intent.failed' | 'chain.received' | 'chain.admitted' | 'chain.completed' | 'chain.failed' | 'chain.partial' | 'step.started' | 'step.completed' | 'step.failed' | 'step.blocked' | 'step.skipped' | 'signature.verified' | 'decryption.succeeded' | 'sensor.passed' | 'sensor.failed' | 'handler.completed' | 'proof.recorded';
@@ -265,12 +269,7 @@ declare const IntentPolicyZ: z.ZodObject<{
265
269
  }, z.z.core.$strip>;
266
270
  type IntentPolicy = z.infer<typeof IntentPolicyZ>;
267
271
  declare const IntentPolicySensorInputZ: z.ZodObject<{
268
- frame: z.ZodObject<{
269
- flags: z.ZodNumber;
270
- headers: z.ZodMap<z.ZodNumber, z.ZodCustom<Uint8Array<ArrayBufferLike>, Uint8Array<ArrayBufferLike>>>;
271
- body: z.ZodCustom<Uint8Array<ArrayBufferLike>, Uint8Array<ArrayBufferLike>>;
272
- sig: z.ZodCustom<Uint8Array<ArrayBufferLike>, Uint8Array<ArrayBufferLike>>;
273
- }, z.z.core.$strip>;
272
+ frame: z.ZodType<_nextera_one_axis_protocol.AxisFrame, unknown, z.z.core.$ZodTypeInternals<_nextera_one_axis_protocol.AxisFrame, unknown>>;
274
273
  intent: z.ZodString;
275
274
  rawFrameSize: z.ZodNumber;
276
275
  }, z.z.core.$strip>;
@@ -529,7 +528,7 @@ declare const IntentSchemaZ: z.ZodObject<{
529
528
  }>>;
530
529
  }, z.z.core.$strip>>;
531
530
  }, z.z.core.$strip>;
532
- type IntentSchema$1 = z.infer<typeof IntentSchemaZ>;
531
+ type IntentSchema$2 = z.infer<typeof IntentSchemaZ>;
533
532
  declare const WsHandshakeInputZ: z.ZodObject<{
534
533
  clientId: z.ZodString;
535
534
  isWs: z.ZodBoolean;
@@ -683,6 +682,10 @@ declare function Handler(intent?: string): ClassDecorator;
683
682
  declare const INTENT_METADATA_KEY = "axis:intent";
684
683
  declare const INTENT_ROUTES_KEY = "axis:intent_routes";
685
684
  type IntentKind = 'create' | 'read' | 'update' | 'delete' | 'action';
685
+ type AxisIntentSensorRef = string | Function;
686
+ interface AxisIntentSensorOptions {
687
+ is?: AxisIntentSensorRef[];
688
+ }
686
689
  interface IntentTlvField {
687
690
  name: string;
688
691
  tag: number;
@@ -692,7 +695,7 @@ interface IntentTlvField {
692
695
  max?: string;
693
696
  scope?: 'header' | 'body';
694
697
  }
695
- interface IntentRoute {
698
+ interface IntentRoute extends AxisIntentSensorOptions {
696
699
  action: string;
697
700
  methodName: string | symbol;
698
701
  absolute?: boolean;
@@ -703,7 +706,7 @@ interface IntentRoute {
703
706
  tlv?: IntentTlvField[];
704
707
  dto?: Function;
705
708
  }
706
- interface IntentOptions {
709
+ interface IntentOptions extends AxisIntentSensorOptions {
707
710
  kind?: IntentKind;
708
711
  absolute?: boolean;
709
712
  frame?: boolean;
@@ -718,7 +721,7 @@ declare const INTENT_BODY_KEY = "axis:intent:body";
718
721
  declare function IntentBody(decoder: (buf: Buffer) => any): MethodDecorator;
719
722
 
720
723
  declare const INTENT_SENSORS_KEY = "axis:intent:sensors";
721
- declare function IntentSensors(sensors: Function[]): MethodDecorator;
724
+ declare function IntentSensors(sensors: AxisIntentSensorRef[]): MethodDecorator;
722
725
 
723
726
  declare const OBSERVER_METADATA_KEY = "axis:observer";
724
727
  declare const OBSERVER_BINDINGS_KEY = "axis:observer:bindings";
@@ -743,7 +746,7 @@ interface AxisObserverBindingOptions {
743
746
  declare function Observer(input?: AxisObserverDefinition | AxisObserverBindingOptions | AxisObserverRef | AxisObserverRef[]): ClassDecorator & MethodDecorator;
744
747
 
745
748
  declare const HANDLER_SENSORS_KEY = "axis:handler:sensors";
746
- declare function HandlerSensors(sensors: Function[]): ClassDecorator;
749
+ declare function HandlerSensors(sensors: AxisIntentSensorRef[]): ClassDecorator;
747
750
 
748
751
  declare const SENSOR_METADATA_KEY = "axis:sensor";
749
752
  type SensorPhase = 'PRE_DECODE' | 'POST_DECODE';
@@ -1404,7 +1407,30 @@ type CcePipelineResult = {
1404
1407
  };
1405
1408
  declare function executeCcePipeline(envelope: CceRequestEnvelope, config: CcePipelineConfig): Promise<CcePipelineResult>;
1406
1409
 
1407
- interface IntentSchema {
1410
+ declare class SensorRegistry {
1411
+ private readonly configService;
1412
+ private sensors;
1413
+ private sensorsByName;
1414
+ private sensorsByType;
1415
+ private readonly logger;
1416
+ constructor(configService: ConfigService);
1417
+ register(sensor: AxisSensor): void;
1418
+ list(): AxisSensor[];
1419
+ resolve(ref: AxisIntentSensorRef): AxisSensor | undefined;
1420
+ getByName(name: string): AxisSensor | undefined;
1421
+ getPreDecodeSensors(): AxisPreSensor[];
1422
+ getPostDecodeSensors(): AxisPostSensor[];
1423
+ private isPreDecodeSensor;
1424
+ private isPostDecodeSensor;
1425
+ getSensorCountByPhase(): {
1426
+ preDecodeCount: number;
1427
+ postDecodeCount: number;
1428
+ };
1429
+ clear(): void;
1430
+ private indexSensor;
1431
+ }
1432
+
1433
+ interface IntentSchema$1 {
1408
1434
  intent: string;
1409
1435
  version: number;
1410
1436
  bodyProfile: "TLV_MAP" | "RAW" | "TLV_OBJ" | "TLV_ARR";
@@ -1428,6 +1454,7 @@ interface AxisEffect {
1428
1454
  declare class IntentRouter {
1429
1455
  private readonly moduleRef?;
1430
1456
  private readonly observerDispatcher?;
1457
+ private readonly sensorRegistry?;
1431
1458
  private readonly logger;
1432
1459
  private readonly decoder;
1433
1460
  private readonly encoder;
@@ -1449,13 +1476,13 @@ declare class IntentRouter {
1449
1476
  private intentRateLimits;
1450
1477
  private cceHandlers;
1451
1478
  private ccePipelineConfig;
1452
- constructor(moduleRef?: ModuleRef | undefined, observerDispatcher?: ObserverDispatcherService | undefined);
1453
- getSchema(intent: string): IntentSchema | undefined;
1479
+ constructor(moduleRef?: ModuleRef | undefined, observerDispatcher?: ObserverDispatcherService | undefined, sensorRegistry?: SensorRegistry | undefined);
1480
+ getSchema(intent: string): IntentSchema$1 | undefined;
1454
1481
  getValidators(intent: string): Map<number, TlvValidatorFn[]> | undefined;
1455
1482
  has(intent: string): boolean;
1456
1483
  getRegisteredIntents(): string[];
1457
1484
  getIntentEntry(intent: string): {
1458
- schema?: IntentSchema;
1485
+ schema?: IntentSchema$1;
1459
1486
  validators?: Map<number, TlvValidatorFn[]>;
1460
1487
  hasSensors: boolean;
1461
1488
  builtin: boolean;
@@ -1470,7 +1497,7 @@ declare class IntentRouter {
1470
1497
  registerHandler(instance: any): void;
1471
1498
  route(frame: AxisFrame$2): Promise<AxisEffect>;
1472
1499
  private logIntent;
1473
- registerIntentMeta(intent: string, proto: object, methodName: string, handlerSensors?: Function[], handlerObservers?: AxisObserverBinding[]): void;
1500
+ registerIntentMeta(intent: string, proto: object, methodName: string, handlerSensors?: AxisIntentSensorRef[], handlerObservers?: AxisObserverBinding[]): void;
1474
1501
  getSensitivity(intent: string): string | undefined;
1475
1502
  getContract(intent: string): Record<string, any> | undefined;
1476
1503
  getRequiredProof(intent: string): RequiredProofKind[] | undefined;
@@ -1479,6 +1506,7 @@ declare class IntentRouter {
1479
1506
  getRateLimit(intent: string): AxisRateLimitConfig | undefined;
1480
1507
  private emitIntentObservers;
1481
1508
  private runIntentSensors;
1509
+ private resolveIntentSensor;
1482
1510
  private getEffectiveCapsulePolicy;
1483
1511
  private enforceCapsulePolicy;
1484
1512
  private executeChainRequest;
@@ -1700,6 +1728,42 @@ declare function canonicalizeObservation(obs: AxisObservation): string;
1700
1728
  declare function hashObservation(obs: AxisObservation): string;
1701
1729
  declare function buildUnsignedWitness(obs: AxisObservation): UnsignedObservationWitness | null;
1702
1730
 
1731
+ type TruthStatus = 'confirmed' | 'partial' | 'uncertain' | 'failed' | 'disputed';
1732
+ interface ExpectedOutcome {
1733
+ decision?: 'ALLOW' | 'DENY';
1734
+ effect?: string;
1735
+ statusCode?: number;
1736
+ ok?: boolean;
1737
+ stateChanges?: Record<string, unknown>;
1738
+ maxDurationMs?: number;
1739
+ minSensorsPassed?: number;
1740
+ assertions?: Record<string, unknown>;
1741
+ }
1742
+ type AnomalyLevel = 'info' | 'warning' | 'critical';
1743
+ interface Anomaly {
1744
+ code: string;
1745
+ level: AnomalyLevel;
1746
+ message: string;
1747
+ field?: string;
1748
+ expected?: unknown;
1749
+ actual?: unknown;
1750
+ }
1751
+ interface TruthVerdict {
1752
+ status: TruthStatus;
1753
+ confidence: number;
1754
+ anomalies: Anomaly[];
1755
+ passedChecks: number;
1756
+ totalChecks: number;
1757
+ verifiedAt: number;
1758
+ isDeed: boolean;
1759
+ }
1760
+ declare function scoreTruth(obs: AxisObservation, expected?: ExpectedOutcome): TruthVerdict;
1761
+ interface ObservedDeed {
1762
+ observation: AxisObservation;
1763
+ verdict: TruthVerdict;
1764
+ }
1765
+ declare function verifyObservation(obs: AxisObservation, expected?: ExpectedOutcome): ObservedDeed;
1766
+
1703
1767
  interface ResponseObserverContext {
1704
1768
  actorId: string;
1705
1769
  intent: string;
@@ -1719,6 +1783,15 @@ declare function verifyResponse(ctx: ResponseObserverContext, response: Response
1719
1783
  type ResponseObserver = (ctx: ResponseObserverContext, response: ResponseContract) => ObserverVerdict;
1720
1784
  declare const ResponseObserver: ResponseObserver;
1721
1785
 
1786
+ declare abstract class AxisMediaTypes {
1787
+ static readonly BINARY = "application/axis-bin";
1788
+ static readonly OCTET_STREAM = "application/octet-stream";
1789
+ static readonly LEGACY_BINARY = "application/x-axis";
1790
+ static readonly VALID_AXIS_CONTENT_TYPES: readonly ["application/axis-bin", "application/octet-stream", "application/x-axis"];
1791
+ static normalize(value?: string | null): string | undefined;
1792
+ static isAxisContentType(value?: string | null): boolean;
1793
+ }
1794
+
1722
1795
  declare const ATS1_HDR: {
1723
1796
  readonly INTENT_ID: 1;
1724
1797
  readonly ACTOR_KEY_ID: 2;
@@ -1955,22 +2028,6 @@ declare function packPasskeyLoginVerifyRes(params: {
1955
2028
  expiresAt: bigint;
1956
2029
  }): Buffer;
1957
2030
 
1958
- type Axis1FrameToEncode = {
1959
- ver: number;
1960
- flags: number;
1961
- hdr: Buffer;
1962
- body: Buffer;
1963
- sig: Buffer;
1964
- };
1965
- declare function encodeAxis1Frame(f: Axis1FrameToEncode): Buffer;
1966
-
1967
- declare function axis1SigningBytes(params: {
1968
- ver: number;
1969
- flags: number;
1970
- hdr: Buffer;
1971
- body: Buffer;
1972
- }): Buffer;
1973
-
1974
2031
  declare function encVarint(x: bigint): Buffer;
1975
2032
  declare function varintU(x: number | bigint): Buffer;
1976
2033
  declare function u64be(x: bigint): Buffer;
@@ -2019,16 +2076,6 @@ declare class ExecutionMeter {
2019
2076
  getContract(): any;
2020
2077
  }
2021
2078
 
2022
- type Axis1DecodedFrame = {
2023
- ver: number;
2024
- flags: number;
2025
- hdr: Buffer;
2026
- body: Buffer;
2027
- sig: Buffer;
2028
- frameSize: number;
2029
- };
2030
- declare function decodeAxis1Frame(buf: Buffer): Axis1DecodedFrame;
2031
-
2032
2079
  declare const T: {
2033
2080
  INTENT: number;
2034
2081
  PID: number;
@@ -2094,6 +2141,46 @@ type Capability = keyof typeof CAPABILITIES;
2094
2141
  declare const PROOF_CAPABILITIES: Record<number, Capability[]>;
2095
2142
  declare const INTENT_REQUIREMENTS: Record<string, Capability[]>;
2096
2143
 
2144
+ type AxisLawDecision = "allow" | "deny" | "conditional";
2145
+ interface AxisLawArticleSummary {
2146
+ article_id: string;
2147
+ article_type?: string;
2148
+ decision?: string;
2149
+ reason?: string;
2150
+ }
2151
+ interface AxisLawEvaluationContext {
2152
+ actorId?: string;
2153
+ intent?: string;
2154
+ audience?: string;
2155
+ tps?: string | number;
2156
+ country?: string;
2157
+ ip?: string;
2158
+ path?: string;
2159
+ clientId?: string;
2160
+ deviceId?: string;
2161
+ sessionId?: string;
2162
+ capsuleId?: string;
2163
+ metadata: Record<string, unknown>;
2164
+ packet?: Record<string, unknown>;
2165
+ frameBody?: unknown;
2166
+ }
2167
+ interface AxisLawEvaluationResult {
2168
+ decision: AxisLawDecision;
2169
+ reason: string;
2170
+ explanation?: string;
2171
+ denied?: AxisLawArticleSummary[];
2172
+ permitted?: AxisLawArticleSummary[];
2173
+ required?: AxisLawArticleSummary[];
2174
+ applicable?: AxisLawArticleSummary[];
2175
+ metadata?: Record<string, unknown>;
2176
+ }
2177
+ type AxisLawEvaluator = ((context: AxisLawEvaluationContext) => AxisLawEvaluationResult | Promise<AxisLawEvaluationResult>);
2178
+ interface LawEvaluationSensorOptions {
2179
+ evaluator?: AxisLawEvaluator;
2180
+ conditionalDecision?: "deny" | "flag" | "allow";
2181
+ }
2182
+ declare function buildAxisLawEvaluationContext(input: SensorInput): AxisLawEvaluationContext;
2183
+
2097
2184
  interface RiskSignal {
2098
2185
  type: string;
2099
2186
  severity: 'low' | 'medium' | 'high' | 'critical';
@@ -2263,24 +2350,6 @@ declare class HandlerDiscoveryService implements OnModuleInit {
2263
2350
  onModuleInit(): void;
2264
2351
  }
2265
2352
 
2266
- declare class SensorRegistry {
2267
- private readonly configService;
2268
- private sensors;
2269
- private readonly logger;
2270
- constructor(configService: ConfigService);
2271
- register(sensor: AxisSensor): void;
2272
- list(): AxisSensor[];
2273
- getPreDecodeSensors(): AxisPreSensor[];
2274
- getPostDecodeSensors(): AxisPostSensor[];
2275
- private isPreDecodeSensor;
2276
- private isPostDecodeSensor;
2277
- getSensorCountByPhase(): {
2278
- preDecodeCount: number;
2279
- postDecodeCount: number;
2280
- };
2281
- clear(): void;
2282
- }
2283
-
2284
2353
  declare class SensorDiscoveryService implements OnApplicationBootstrap {
2285
2354
  private readonly discovery;
2286
2355
  private readonly reflector;
@@ -2320,6 +2389,180 @@ declare class AxisSensorChainService {
2320
2389
  private evaluateSensors;
2321
2390
  }
2322
2391
 
2392
+ type TimelineDomain = 'prime' | 'fork' | 'shadow' | 'training' | 'audit';
2393
+ type TimelineEventStatus = 'executed' | 'replayed' | 'forked' | 'simulated' | 'failed';
2394
+ interface TimelineEvent {
2395
+ event_id: string;
2396
+ timeline_id: string;
2397
+ branch_id: string;
2398
+ parent_event_id: string | null;
2399
+ intent: string;
2400
+ actor_id: string;
2401
+ capsule_id?: string;
2402
+ tps_coordinate?: string;
2403
+ payload_hash: string;
2404
+ result_hash?: string;
2405
+ status: TimelineEventStatus;
2406
+ domain: TimelineDomain;
2407
+ determinism: 'deterministic' | 'bounded_nondeterministic' | 'open_nondeterministic';
2408
+ witness_id?: string;
2409
+ created_at: number;
2410
+ metadata?: Record<string, unknown>;
2411
+ }
2412
+ interface TimelineBranch {
2413
+ branch_id: string;
2414
+ timeline_id: string;
2415
+ origin_timeline_id: string;
2416
+ origin_event_id: string;
2417
+ branch_type: 'fork' | 'simulation' | 'replay' | 'training';
2418
+ created_at_tps?: string;
2419
+ creator_subject_id: string;
2420
+ purpose: string;
2421
+ status: 'active' | 'completed' | 'abandoned';
2422
+ }
2423
+ interface StateSnapshot {
2424
+ snapshot_id: string;
2425
+ timeline_id: string;
2426
+ event_id: string;
2427
+ tps_coordinate?: string;
2428
+ state_hash: string;
2429
+ state_data: Record<string, unknown>;
2430
+ created_at: number;
2431
+ }
2432
+ type ReplayMode = 'strict' | 'analytical';
2433
+ interface ReplayRequest {
2434
+ source_event_id: string;
2435
+ mode: ReplayMode;
2436
+ override_payload?: Record<string, unknown>;
2437
+ }
2438
+ interface ReplayResult {
2439
+ original_event: TimelineEvent;
2440
+ replayed_event: TimelineEvent;
2441
+ mode: ReplayMode;
2442
+ deterministic_match: boolean;
2443
+ differences: ReplayDifference[];
2444
+ duration_ms: number;
2445
+ }
2446
+ interface ReplayDifference {
2447
+ field: string;
2448
+ original: unknown;
2449
+ replayed: unknown;
2450
+ }
2451
+ interface ForkRequest {
2452
+ source_event_id: string;
2453
+ new_payload: Record<string, unknown>;
2454
+ purpose: string;
2455
+ actor_id: string;
2456
+ }
2457
+ interface ForkResult {
2458
+ branch: TimelineBranch;
2459
+ forked_event: TimelineEvent;
2460
+ snapshot?: StateSnapshot;
2461
+ }
2462
+ interface SimulationRequest {
2463
+ intent: string;
2464
+ payload: Record<string, unknown>;
2465
+ actor_id: string;
2466
+ at_tps?: string;
2467
+ from_snapshot_id?: string;
2468
+ purpose: string;
2469
+ }
2470
+ interface SimulationResult {
2471
+ branch: TimelineBranch;
2472
+ simulated_event: TimelineEvent;
2473
+ predicted_outcome: Record<string, unknown>;
2474
+ side_effects: SimulatedSideEffect[];
2475
+ duration_ms: number;
2476
+ }
2477
+ interface SimulatedSideEffect {
2478
+ type: string;
2479
+ target: string;
2480
+ action: string;
2481
+ predicted_result: unknown;
2482
+ }
2483
+ interface TimelineComparison {
2484
+ timeline_a: string;
2485
+ timeline_b: string;
2486
+ event_pairs: Array<{
2487
+ event_a: TimelineEvent;
2488
+ event_b: TimelineEvent;
2489
+ match: boolean;
2490
+ differences: ReplayDifference[];
2491
+ }>;
2492
+ divergence_point?: string;
2493
+ }
2494
+ interface TimelineHandler {
2495
+ intent: string;
2496
+ execute(payload: Record<string, unknown>, context: TimelineHandlerContext): Promise<TimelineHandlerResult>;
2497
+ }
2498
+ interface TimelineHandlerContext {
2499
+ event_id: string;
2500
+ timeline_id: string;
2501
+ branch_id: string;
2502
+ domain: TimelineDomain;
2503
+ actor_id: string;
2504
+ tps_coordinate?: string;
2505
+ snapshot?: StateSnapshot;
2506
+ is_replay: boolean;
2507
+ is_simulation: boolean;
2508
+ }
2509
+ interface TimelineHandlerResult {
2510
+ ok: boolean;
2511
+ effect: string;
2512
+ result_data: Record<string, unknown>;
2513
+ side_effects?: SimulatedSideEffect[];
2514
+ }
2515
+
2516
+ interface TimelineStore {
2517
+ saveEvent(event: TimelineEvent): Promise<void>;
2518
+ getEvent(eventId: string): Promise<TimelineEvent | null>;
2519
+ getEventsByTimeline(timelineId: string): Promise<TimelineEvent[]>;
2520
+ getEventsByBranch(branchId: string): Promise<TimelineEvent[]>;
2521
+ saveBranch(branch: TimelineBranch): Promise<void>;
2522
+ getBranch(branchId: string): Promise<TimelineBranch | null>;
2523
+ getBranchesByTimeline(timelineId: string): Promise<TimelineBranch[]>;
2524
+ saveSnapshot(snapshot: StateSnapshot): Promise<void>;
2525
+ getSnapshot(snapshotId: string): Promise<StateSnapshot | null>;
2526
+ getSnapshotByEvent(eventId: string): Promise<StateSnapshot | null>;
2527
+ }
2528
+ declare class InMemoryTimelineStore implements TimelineStore {
2529
+ private events;
2530
+ private branches;
2531
+ private snapshots;
2532
+ saveEvent(event: TimelineEvent): Promise<void>;
2533
+ getEvent(eventId: string): Promise<TimelineEvent | null>;
2534
+ getEventsByTimeline(timelineId: string): Promise<TimelineEvent[]>;
2535
+ getEventsByBranch(branchId: string): Promise<TimelineEvent[]>;
2536
+ saveBranch(branch: TimelineBranch): Promise<void>;
2537
+ getBranch(branchId: string): Promise<TimelineBranch | null>;
2538
+ getBranchesByTimeline(timelineId: string): Promise<TimelineBranch[]>;
2539
+ saveSnapshot(snapshot: StateSnapshot): Promise<void>;
2540
+ getSnapshot(snapshotId: string): Promise<StateSnapshot | null>;
2541
+ getSnapshotByEvent(eventId: string): Promise<StateSnapshot | null>;
2542
+ }
2543
+
2544
+ declare class TimelineEngine {
2545
+ private readonly store;
2546
+ private handlers;
2547
+ constructor(store: TimelineStore);
2548
+ registerHandler(handler: TimelineHandler): void;
2549
+ recordEvent(intent: string, actorId: string, payload: Record<string, unknown>, result: Record<string, unknown>, options?: {
2550
+ timelineId?: string;
2551
+ branchId?: string;
2552
+ capsuleId?: string;
2553
+ tpsCoordinate?: string;
2554
+ witnessId?: string;
2555
+ determinism?: TimelineEvent['determinism'];
2556
+ parentEventId?: string;
2557
+ }): Promise<TimelineEvent>;
2558
+ replay(request: ReplayRequest): Promise<ReplayResult>;
2559
+ fork(request: ForkRequest): Promise<ForkResult>;
2560
+ simulate(request: SimulationRequest): Promise<SimulationResult>;
2561
+ compare(timelineIdA: string, timelineIdB: string): Promise<TimelineComparison>;
2562
+ createSnapshot(eventId: string, stateData: Record<string, unknown>): Promise<StateSnapshot>;
2563
+ restoreSnapshot(snapshotId: string): Promise<StateSnapshot>;
2564
+ }
2565
+
2323
2566
  type AxisTlvDtoCtor<T = object> = new (...args: never[]) => T;
2324
2567
  declare function encodeAxisTlvDto<T extends object>(dtoClass: AxisTlvDtoCtor<T>, data: Partial<Record<keyof T, unknown>>): Uint8Array;
2325
2568
 
@@ -2458,6 +2701,489 @@ declare function deriveAnchorReflection(softid: string, context?: string, scope?
2458
2701
  declare function canonicalizeWrit(writ: Omit<Writ, 'sig'>): string;
2459
2702
  declare function canonicalizeGrant(grant: Omit<Grant, 'sig'>): string;
2460
2703
 
2704
+ declare function createPresenceChallenge(declaration: PresenceDeclaration, ttlMs?: number): PresenceChallenge;
2705
+ declare function signPresenceChallenge(challenge: PresenceChallenge, privateKeyHex: string, publicKeyHex: string, declaration: PresenceDeclaration, kid?: string): PresenceProof;
2706
+ declare function verifyPresenceProof(challenge: PresenceChallenge, proof: PresenceProof, declaration: PresenceDeclaration, durationMs?: number): PresenceVerifyResult;
2707
+ declare function getPresenceStatus(receipt: PresenceReceipt): PresenceStatus;
2708
+ declare function renewPresence(receipt: PresenceReceipt, extensionMs?: number): PresenceReceipt;
2709
+ declare function createWrit(body: WritBody, meta: Omit<WritMeta, 'prev'>, thread: {
2710
+ tid: string;
2711
+ seq: number;
2712
+ prevHash: string;
2713
+ }, privateKeyHex: string, kid?: string): Writ;
2714
+ declare function validateWrit(writ: Writ, publicKeyHex: string, threadState: ThreadState | null, grants: Grant[]): WritValidationResult;
2715
+ declare function grantCoversAction(grant: Grant, action: string, resource: string, nowUnix: number): boolean;
2716
+ declare function getGrantStatus(grant: Grant, revocations: Revocation[]): GrantStatus;
2717
+ declare function validateGrant(grant: Grant, issuerPublicKeyHex: string): GrantValidationResult;
2718
+ declare function createGrant(grantId: string, issuer: string, subject: string, grantType: Grant['grant_type'], caps: GrantCapability[], meta: Grant['meta'], privateKeyHex: string, kid?: string): Grant;
2719
+ declare function createReceipt(writ: Writ, effect: string, prevReceipt: LoomReceipt | null, metadata?: Record<string, unknown>): LoomReceipt;
2720
+ declare function verifyReceiptChain(receipts: LoomReceipt[]): {
2721
+ valid: boolean;
2722
+ brokenAt?: number;
2723
+ error?: string;
2724
+ };
2725
+ declare function updateThreadState(receipt: LoomReceipt, softid: string): ThreadState;
2726
+ declare function createRevocation(targetType: Revocation['target_type'], targetId: string, issuerSoftid: string, privateKeyHex: string, reason?: string): Revocation;
2727
+ declare function isRevoked(targetType: Revocation['target_type'], targetId: string, revocations: Revocation[]): boolean;
2728
+ interface LoomExecutionResult {
2729
+ receipt: LoomReceipt;
2730
+ threadState: ThreadState;
2731
+ writValidation: WritValidationResult;
2732
+ }
2733
+ declare function executeLoomPipeline(writ: Writ, publicKeyHex: string, presence: PresenceReceipt, threadState: ThreadState | null, grants: Grant[], revocations: Revocation[], prevReceipt: LoomReceipt | null): LoomExecutionResult | {
2734
+ valid: false;
2735
+ error: string;
2736
+ code: string;
2737
+ };
2738
+
2739
+ interface IntentProposal {
2740
+ raw: string;
2741
+ actor_id: string;
2742
+ target?: string;
2743
+ params?: Record<string, unknown>;
2744
+ context?: Record<string, unknown>;
2745
+ }
2746
+ interface CompiledIntent {
2747
+ intent: string;
2748
+ actor_id: string;
2749
+ target?: string;
2750
+ params: Record<string, unknown>;
2751
+ constraints: IntentConstraint[];
2752
+ confidence: number;
2753
+ alternatives: AlternativeIntent[];
2754
+ needs_clarification: boolean;
2755
+ clarifications: ClarificationQuestion[];
2756
+ expected_outcome?: string;
2757
+ fallback?: string;
2758
+ risk: IntentRisk;
2759
+ metadata: Record<string, unknown>;
2760
+ }
2761
+ type ConstraintKind = 'required_param' | 'type_check' | 'range' | 'pattern' | 'temporal' | 'spatial' | 'authority' | 'safety' | 'custom';
2762
+ interface IntentConstraint {
2763
+ kind: ConstraintKind;
2764
+ field: string;
2765
+ description: string;
2766
+ satisfied: boolean;
2767
+ value?: unknown;
2768
+ expected?: unknown;
2769
+ }
2770
+ interface AlternativeIntent {
2771
+ intent: string;
2772
+ confidence: number;
2773
+ reason: string;
2774
+ }
2775
+ interface ClarificationQuestion {
2776
+ id: string;
2777
+ question: string;
2778
+ field: string;
2779
+ options?: string[];
2780
+ required: boolean;
2781
+ }
2782
+ type RiskLevel = 'none' | 'low' | 'medium' | 'high' | 'critical';
2783
+ interface IntentRisk {
2784
+ level: RiskLevel;
2785
+ score: number;
2786
+ factors: string[];
2787
+ }
2788
+ interface IntentParamSchema {
2789
+ name: string;
2790
+ type: 'string' | 'number' | 'boolean' | 'object' | 'array';
2791
+ required: boolean;
2792
+ description?: string;
2793
+ default?: unknown;
2794
+ pattern?: string;
2795
+ min?: number;
2796
+ max?: number;
2797
+ enum?: unknown[];
2798
+ }
2799
+ interface IntentSchema {
2800
+ intent: string;
2801
+ description: string;
2802
+ params: IntentParamSchema[];
2803
+ required_scopes?: string[];
2804
+ risk_level: RiskLevel;
2805
+ has_side_effects: boolean;
2806
+ reversible: boolean;
2807
+ related?: string[];
2808
+ tags?: string[];
2809
+ }
2810
+ interface CompilationResult {
2811
+ ok: boolean;
2812
+ compiled?: CompiledIntent;
2813
+ errors: CompilationError[];
2814
+ }
2815
+ interface CompilationError {
2816
+ code: string;
2817
+ message: string;
2818
+ field?: string;
2819
+ }
2820
+
2821
+ declare class IdelSchemaRegistry {
2822
+ private schemas;
2823
+ private aliases;
2824
+ register(schema: IntentSchema): void;
2825
+ registerAlias(alias: string, intent: string): void;
2826
+ get(intent: string): IntentSchema | undefined;
2827
+ resolve(raw: string): IntentSchema | undefined;
2828
+ findCandidates(raw: string): Array<{
2829
+ schema: IntentSchema;
2830
+ score: number;
2831
+ }>;
2832
+ list(): IntentSchema[];
2833
+ }
2834
+ declare class IdelCompiler {
2835
+ private readonly registry;
2836
+ constructor(registry: IdelSchemaRegistry);
2837
+ compile(proposal: IntentProposal): CompilationResult;
2838
+ applyClarifications(compiled: CompiledIntent, answers: Record<string, unknown>): CompilationResult;
2839
+ }
2840
+
2841
+ type NeedlePhase = 'created' | 'validated' | 'executing' | 'observed' | 'stitched' | 'failed';
2842
+ interface Needle {
2843
+ needle_id: string;
2844
+ phase: NeedlePhase;
2845
+ tps_coordinate?: string;
2846
+ intent: CompiledIntent;
2847
+ presence: PresenceReceipt;
2848
+ writ: Writ;
2849
+ grants: Grant[];
2850
+ observation?: AxisObservation;
2851
+ receipt?: LoomReceipt;
2852
+ verdict?: TruthVerdict;
2853
+ created_at: number;
2854
+ completed_at?: number;
2855
+ error?: NeedleError;
2856
+ }
2857
+ interface NeedleError {
2858
+ phase: NeedlePhase;
2859
+ code: string;
2860
+ message: string;
2861
+ }
2862
+ type StitchKind = 'deed' | 'silent' | 'torn';
2863
+ interface Stitch {
2864
+ stitch_id: string;
2865
+ kind: StitchKind;
2866
+ intent: string;
2867
+ actor_id: string;
2868
+ tps_coordinate?: string;
2869
+ observation: AxisObservation;
2870
+ verdict: TruthVerdict;
2871
+ receipt: LoomReceipt;
2872
+ thread_id: string;
2873
+ sequence: number;
2874
+ timeline_event_id?: string;
2875
+ stitched_at: number;
2876
+ }
2877
+ interface Thread {
2878
+ state: ThreadState;
2879
+ length: number;
2880
+ started_at_tps?: string;
2881
+ last_stitch_tps?: string;
2882
+ has_branches: boolean;
2883
+ branch_ids: string[];
2884
+ }
2885
+
2886
+ type NeedleHandler = (intent: CompiledIntent, context: NeedleHandlerContext) => Promise<NeedleHandlerResult>;
2887
+ interface NeedleHandlerContext {
2888
+ needle_id: string;
2889
+ actor_id: string;
2890
+ presence_id: string;
2891
+ writ: Writ;
2892
+ grants: Grant[];
2893
+ tps_coordinate?: string;
2894
+ }
2895
+ interface NeedleHandlerResult {
2896
+ ok: boolean;
2897
+ effect: string;
2898
+ data?: Record<string, unknown>;
2899
+ status_code?: number;
2900
+ }
2901
+ interface NeedlePipelineConfig {
2902
+ handlers: Map<string, NeedleHandler>;
2903
+ private_key: string;
2904
+ public_key: string;
2905
+ sensors?: AxisSensor[];
2906
+ record_timeline?: boolean;
2907
+ tps_provider?: () => string;
2908
+ }
2909
+ interface NeedlePipelineResult {
2910
+ ok: boolean;
2911
+ needle: Needle;
2912
+ stitch?: Stitch;
2913
+ thread_state?: ThreadState;
2914
+ timeline_event?: TimelineEvent;
2915
+ }
2916
+
2917
+ declare function assembleNeedle(params: {
2918
+ intent: CompiledIntent;
2919
+ presence: PresenceReceipt;
2920
+ writ: Writ;
2921
+ grants: Grant[];
2922
+ tps_coordinate?: string;
2923
+ }): Needle;
2924
+ declare function formStitch(needle: Needle, observation: AxisObservation, verdict: TruthVerdict, receipt: LoomReceipt): Stitch;
2925
+ declare function runNeedlePipeline(needle: Needle, config: NeedlePipelineConfig, threadState: ThreadState | null, prevReceipt: LoomReceipt | null, expectedOutcome?: ExpectedOutcome): Promise<NeedlePipelineResult>;
2926
+
2927
+ type KnotType = 'authority' | 'law' | 'causal' | 'decision' | 'irreversible';
2928
+ type KnotStatus = 'open' | 'tied' | 'broken' | 'forked';
2929
+ interface Knot {
2930
+ knot_id: string;
2931
+ type: KnotType;
2932
+ status: KnotStatus;
2933
+ stitch_ids: string[];
2934
+ thread_id: string;
2935
+ tps_anchor?: string;
2936
+ irreversible: boolean;
2937
+ capsule_id?: string;
2938
+ law_ref?: string;
2939
+ decision_stitch_id?: string;
2940
+ branch_ids: string[];
2941
+ required_count?: number;
2942
+ all_or_nothing: boolean;
2943
+ actor_id: string;
2944
+ created_at: number;
2945
+ tied_at?: number;
2946
+ broken_at?: number;
2947
+ break_reason?: string;
2948
+ witness_hash?: string;
2949
+ }
2950
+ interface KnotValidationResult {
2951
+ valid: boolean;
2952
+ passed_stitch_ids: string[];
2953
+ failed_stitch_ids: string[];
2954
+ can_tie: boolean;
2955
+ errors: KnotError[];
2956
+ }
2957
+ interface KnotError {
2958
+ code: string;
2959
+ message: string;
2960
+ stitch_id?: string;
2961
+ }
2962
+ interface KnotBreakRequest {
2963
+ knot_id: string;
2964
+ actor_id: string;
2965
+ reason: string;
2966
+ override_grant_id?: string;
2967
+ signature?: string;
2968
+ }
2969
+
2970
+ interface OpenKnotParams {
2971
+ type: KnotType;
2972
+ thread_id: string;
2973
+ actor_id: string;
2974
+ tps_anchor?: string;
2975
+ capsule_id?: string;
2976
+ law_ref?: string;
2977
+ required_count?: number;
2978
+ all_or_nothing?: boolean;
2979
+ }
2980
+ declare function openKnot(params: OpenKnotParams): Knot;
2981
+ declare function addStitchToKnot(knot: Knot, stitch: Stitch): string | null;
2982
+ declare function validateKnot(knot: Knot, stitches: Stitch[]): KnotValidationResult;
2983
+ declare function tieKnot(knot: Knot, stitches: Stitch[]): KnotValidationResult & {
2984
+ knot: Knot;
2985
+ };
2986
+ declare function breakKnot(knot: Knot, request: KnotBreakRequest): {
2987
+ ok: boolean;
2988
+ error?: string;
2989
+ };
2990
+ declare function forkFromKnot(knot: Knot, branchId: string, decisionStitchId?: string): {
2991
+ ok: boolean;
2992
+ error?: string;
2993
+ };
2994
+ declare function isKnotOpen(knot: Knot): boolean;
2995
+ declare function isPointOfNoReturn(knot: Knot): boolean;
2996
+ declare function findKnotsForStitch(stitchId: string, knots: Knot[]): Knot[];
2997
+ declare function getIrreversibleKnots(knots: Knot[]): Knot[];
2998
+ declare function getDecisionPoints(knots: Knot[]): Knot[];
2999
+
3000
+ interface FabricCell {
3001
+ key: string;
3002
+ value: unknown;
3003
+ last_stitch_id: string;
3004
+ last_tps?: string;
3005
+ write_count: number;
3006
+ locked: boolean;
3007
+ locked_by_knot?: string;
3008
+ }
3009
+ interface Fabric {
3010
+ fabric_id: string;
3011
+ state_hash: string;
3012
+ cells: Map<string, FabricCell>;
3013
+ thread_ids: string[];
3014
+ stitch_count: number;
3015
+ knot_count: number;
3016
+ projected_at_tps?: string;
3017
+ computed_at: number;
3018
+ version: number;
3019
+ }
3020
+ interface FabricEffect {
3021
+ mutations: Record<string, unknown | null>;
3022
+ reads?: string[];
3023
+ }
3024
+ type FabricEffectResolver = (stitch: Stitch) => FabricEffect;
3025
+ type FabricDiffKind = 'added' | 'modified' | 'deleted';
3026
+ interface FabricDiffEntry {
3027
+ key: string;
3028
+ kind: FabricDiffKind;
3029
+ before?: unknown;
3030
+ after?: unknown;
3031
+ caused_by_stitch?: string;
3032
+ }
3033
+ interface FabricDiff {
3034
+ from_fabric_id: string;
3035
+ to_fabric_id: string;
3036
+ entries: FabricDiffEntry[];
3037
+ added_count: number;
3038
+ modified_count: number;
3039
+ deleted_count: number;
3040
+ }
3041
+ interface FabricQuery {
3042
+ prefix?: string;
3043
+ keys?: string[];
3044
+ actor_id?: string;
3045
+ thread_id?: string;
3046
+ locked_only?: boolean;
3047
+ }
3048
+
3049
+ declare function createFabric(): Fabric;
3050
+ declare function applyStitch(fabric: Fabric, stitch: Stitch, effect: FabricEffect): void;
3051
+ declare function weave(stitches: Stitch[], resolver: FabricEffectResolver, knots?: Knot[]): Fabric;
3052
+ declare function projectAt(stitches: Stitch[], resolver: FabricEffectResolver, tpsFilter: (tps: string | undefined) => boolean, knots?: Knot[]): Fabric;
3053
+ declare function lockCells(fabric: Fabric, keys: string[], knotId: string): void;
3054
+ declare function queryFabric(fabric: Fabric, query: FabricQuery): FabricCell[];
3055
+ declare function getFabricValue(fabric: Fabric, key: string): unknown | undefined;
3056
+ declare function diffFabrics(a: Fabric, b: Fabric): FabricDiff;
3057
+
3058
+ type PatternKind = 'sequence' | 'knot' | 'state' | 'decision' | 'anomaly';
3059
+ type PatternConfidence = number;
3060
+ interface Pattern {
3061
+ pattern_id: string;
3062
+ kind: PatternKind;
3063
+ name: string;
3064
+ description?: string;
3065
+ signature: PatternSignature;
3066
+ confidence: PatternConfidence;
3067
+ occurrence_count: number;
3068
+ first_seen_at: number;
3069
+ last_seen_at: number;
3070
+ seen_in_threads: string[];
3071
+ classification: 'normal' | 'anomalous' | 'unclassified';
3072
+ predicted_next?: PatternPrediction;
3073
+ }
3074
+ interface PatternSignature {
3075
+ intent_sequence?: string[];
3076
+ stitch_kinds?: StitchKind[];
3077
+ knot_type?: KnotType;
3078
+ knot_size?: number;
3079
+ state_keys?: string[];
3080
+ state_mutations?: Record<string, 'created' | 'updated' | 'deleted'>;
3081
+ decision_outcome?: string;
3082
+ actor?: string;
3083
+ min_length?: number;
3084
+ max_length?: number;
3085
+ }
3086
+ interface PatternMatch {
3087
+ pattern_id: string;
3088
+ matched_stitch_ids: string[];
3089
+ matched_knot_ids?: string[];
3090
+ match_score: number;
3091
+ thread_id: string;
3092
+ detected_at: number;
3093
+ }
3094
+ interface PatternPrediction {
3095
+ next_intent: string;
3096
+ confidence: PatternConfidence;
3097
+ alternatives: Array<{
3098
+ intent: string;
3099
+ confidence: PatternConfidence;
3100
+ }>;
3101
+ predicted_outcome?: string;
3102
+ risk_note?: string;
3103
+ }
3104
+ interface PatternStore {
3105
+ save(pattern: Pattern): void;
3106
+ get(patternId: string): Pattern | undefined;
3107
+ findByKind(kind: PatternKind): Pattern[];
3108
+ findByIntent(intent: string): Pattern[];
3109
+ all(): Pattern[];
3110
+ }
3111
+
3112
+ declare class InMemoryPatternStore implements PatternStore {
3113
+ private patterns;
3114
+ save(pattern: Pattern): void;
3115
+ get(patternId: string): Pattern | undefined;
3116
+ findByKind(kind: PatternKind): Pattern[];
3117
+ findByIntent(intent: string): Pattern[];
3118
+ all(): Pattern[];
3119
+ }
3120
+ declare function detectSequencePatterns(stitches: Stitch[], windowSize: number, minOccurrences: number): Pattern[];
3121
+ declare function detectKnotPatterns(knots: Knot[], minOccurrences: number): Pattern[];
3122
+ declare function matchPatterns(stitches: Stitch[], patterns: Pattern[]): PatternMatch[];
3123
+ declare function recordOccurrence(pattern: Pattern, threadId: string): void;
3124
+ declare function detectAnomalies(recentStitches: Stitch[], knownPatterns: Pattern[], threshold?: number): Pattern[];
3125
+
3126
+ interface TpsSensorOptions {
3127
+ maxDriftMs?: number;
3128
+ resolver?: (tps: string) => number | null;
3129
+ }
3130
+ declare class TpsSensor implements AxisSensor {
3131
+ readonly name = "TpsSensor";
3132
+ readonly order: number;
3133
+ private readonly maxDriftMs;
3134
+ private readonly resolver;
3135
+ constructor(options?: TpsSensorOptions);
3136
+ supports(input: SensorInput): boolean;
3137
+ run(input: SensorInput): Promise<SensorDecision>;
3138
+ }
3139
+
3140
+ type RiskSignalCollector = (input: SensorInput) => Promise<RiskSignal[]> | RiskSignal[];
3141
+ interface RiskGateSensorOptions {
3142
+ collectors: RiskSignalCollector[];
3143
+ denyThreshold?: number;
3144
+ flagThreshold?: number;
3145
+ }
3146
+ declare class RiskGateSensor implements AxisSensor {
3147
+ readonly name = "RiskGateSensor";
3148
+ readonly order: number;
3149
+ private readonly collectors;
3150
+ private readonly denyThreshold;
3151
+ private readonly flagThreshold;
3152
+ constructor(options: RiskGateSensorOptions);
3153
+ run(input: SensorInput): Promise<SensorDecision>;
3154
+ private evaluate;
3155
+ }
3156
+
3157
+ interface TickAuthCapsuleRef {
3158
+ capsule_id: string;
3159
+ capsule_type?: string;
3160
+ intent?: string;
3161
+ mode?: string;
3162
+ verification?: {
3163
+ status: 'approved' | 'denied' | 'expired' | 'replay_rejected' | 'consumed' | 'revoked';
3164
+ reason?: string;
3165
+ };
3166
+ scope?: string[];
3167
+ single_use?: boolean;
3168
+ tick_index?: number;
3169
+ }
3170
+ type TickAuthVerifier = (capsule: TickAuthCapsuleRef, input: SensorInput) => Promise<string | null> | (string | null);
3171
+ interface TickAuthSensorOptions {
3172
+ verifier?: TickAuthVerifier;
3173
+ matchIntent?: boolean;
3174
+ acceptTypes?: string[];
3175
+ }
3176
+ declare class TickAuthSensor implements AxisSensor {
3177
+ readonly name = "TickAuthSensor";
3178
+ readonly order: number;
3179
+ private readonly verifier?;
3180
+ private readonly matchIntent;
3181
+ private readonly acceptTypes;
3182
+ constructor(options?: TickAuthSensorOptions);
3183
+ supports(input: SensorInput): boolean;
3184
+ run(input: SensorInput): Promise<SensorDecision>;
3185
+ }
3186
+
2461
3187
  interface CceDerivationInput {
2462
3188
  axisLocalSecret: string;
2463
3189
  capsule: CceCapsuleClaims;
@@ -2615,91 +3341,91 @@ declare class CceReplayProtectionSensor implements AxisSensor {
2615
3341
  run(input: SensorInput): Promise<SensorDecision>;
2616
3342
  }
2617
3343
 
2618
- declare const index$9_CCE_AES_KEY_BYTES: typeof CCE_AES_KEY_BYTES;
2619
- declare const index$9_CCE_DERIVATION: typeof CCE_DERIVATION;
2620
- declare const index$9_CCE_ERROR: typeof CCE_ERROR;
2621
- declare const index$9_CCE_IV_BYTES: typeof CCE_IV_BYTES;
2622
- declare const index$9_CCE_NONCE_BYTES: typeof CCE_NONCE_BYTES;
2623
- declare const index$9_CCE_PROTOCOL_VERSION: typeof CCE_PROTOCOL_VERSION;
2624
- declare const index$9_CCE_TAG_BYTES: typeof CCE_TAG_BYTES;
2625
- type index$9_CceAesGcmProvider = CceAesGcmProvider;
2626
- type index$9_CceAlgorithm = CceAlgorithm;
2627
- type index$9_CceAlgorithmDescriptor = CceAlgorithmDescriptor;
2628
- type index$9_CceAudienceIntentBindingSensor = CceAudienceIntentBindingSensor;
2629
- declare const index$9_CceAudienceIntentBindingSensor: typeof CceAudienceIntentBindingSensor;
2630
- type index$9_CceAxisKeyProvider = CceAxisKeyProvider;
2631
- type index$9_CceAxisSigner = CceAxisSigner;
2632
- type index$9_CceCapsuleClaims = CceCapsuleClaims;
2633
- type index$9_CceCapsuleSignatureVerifier = CceCapsuleSignatureVerifier;
2634
- type index$9_CceCapsuleVerificationSensor = CceCapsuleVerificationSensor;
2635
- declare const index$9_CceCapsuleVerificationSensor: typeof CceCapsuleVerificationSensor;
2636
- type index$9_CceClientKeyEncryptor = CceClientKeyEncryptor;
2637
- type index$9_CceClientKeyResolver = CceClientKeyResolver;
2638
- type index$9_CceClientSignatureSensor = CceClientSignatureSensor;
2639
- declare const index$9_CceClientSignatureSensor: typeof CceClientSignatureSensor;
2640
- type index$9_CceConstraints = CceConstraints;
2641
- type index$9_CceDerivationInput = CceDerivationInput;
2642
- type index$9_CceEncryptedKey = CceEncryptedKey;
2643
- type index$9_CceEncryptedPayload = CceEncryptedPayload;
2644
- type index$9_CceEnvelopeValidationSensor = CceEnvelopeValidationSensor;
2645
- declare const index$9_CceEnvelopeValidationSensor: typeof CceEnvelopeValidationSensor;
2646
- type index$9_CceError = CceError;
2647
- declare const index$9_CceError: typeof CceError;
2648
- type index$9_CceErrorCode = CceErrorCode;
2649
- type index$9_CceExecutionContext = CceExecutionContext;
2650
- type index$9_CceHandler = CceHandler;
2651
- type index$9_CceHandlerContext = CceHandlerContext;
2652
- type index$9_CceHandlerResult = CceHandlerResult;
2653
- type index$9_CceIssuerKeyResolver = CceIssuerKeyResolver;
2654
- type index$9_CceKdfAlgorithm = CceKdfAlgorithm;
2655
- type index$9_CceKemAlgorithm = CceKemAlgorithm;
2656
- type index$9_CcePayloadDecryptionSensor = CcePayloadDecryptionSensor;
2657
- declare const index$9_CcePayloadDecryptionSensor: typeof CcePayloadDecryptionSensor;
2658
- type index$9_CcePayloadValidator = CcePayloadValidator;
2659
- type index$9_CcePayloadValidatorResult = CcePayloadValidatorResult;
2660
- type index$9_CcePipelineConfig = CcePipelineConfig;
2661
- type index$9_CcePipelineResult = CcePipelineResult;
2662
- type index$9_CcePolicyContext = CcePolicyContext;
2663
- type index$9_CcePolicyDecision = CcePolicyDecision;
2664
- type index$9_CcePolicyEvaluator = CcePolicyEvaluator;
2665
- type index$9_CceReplayProtectionSensor = CceReplayProtectionSensor;
2666
- declare const index$9_CceReplayProtectionSensor: typeof CceReplayProtectionSensor;
2667
- type index$9_CceReplayStore = CceReplayStore;
2668
- type index$9_CceRequestEnvelope = CceRequestEnvelope;
2669
- type index$9_CceResponseEnvelope = CceResponseEnvelope;
2670
- type index$9_CceResponseOptions = CceResponseOptions;
2671
- type index$9_CceResponseStatus = CceResponseStatus;
2672
- type index$9_CceSignature = CceSignature;
2673
- type index$9_CceSignatureVerifier = CceSignatureVerifier;
2674
- type index$9_CceTpsWindowSensor = CceTpsWindowSensor;
2675
- declare const index$9_CceTpsWindowSensor: typeof CceTpsWindowSensor;
2676
- type index$9_CceVerificationState = CceVerificationState;
2677
- type index$9_CceWitnessRecord = CceWitnessRecord;
2678
- type index$9_CceWitnessStore = CceWitnessStore;
2679
- type index$9_InMemoryCceReplayStore = InMemoryCceReplayStore;
2680
- declare const index$9_InMemoryCceReplayStore: typeof InMemoryCceReplayStore;
2681
- type index$9_InMemoryCceWitnessStore = InMemoryCceWitnessStore;
2682
- declare const index$9_InMemoryCceWitnessStore: typeof InMemoryCceWitnessStore;
2683
- declare const index$9_aesGcmDecrypt: typeof aesGcmDecrypt;
2684
- declare const index$9_aesGcmEncrypt: typeof aesGcmEncrypt;
2685
- declare const index$9_base64UrlDecode: typeof base64UrlDecode;
2686
- declare const index$9_base64UrlEncode: typeof base64UrlEncode;
2687
- declare const index$9_buildCceErrorResponse: typeof buildCceErrorResponse;
2688
- declare const index$9_buildCceResponse: typeof buildCceResponse;
2689
- declare const index$9_buildExecutionContext: typeof buildExecutionContext;
2690
- declare const index$9_buildWitnessRecord: typeof buildWitnessRecord;
2691
- declare const index$9_deriveRequestExecutionKey: typeof deriveRequestExecutionKey;
2692
- declare const index$9_deriveResponseExecutionKey: typeof deriveResponseExecutionKey;
2693
- declare const index$9_deriveWitnessKey: typeof deriveWitnessKey;
2694
- declare const index$9_executeCcePipeline: typeof executeCcePipeline;
2695
- declare const index$9_extractVerificationState: typeof extractVerificationState;
2696
- declare const index$9_generateAesKey: typeof generateAesKey;
2697
- declare const index$9_generateCceNonce: typeof generateCceNonce;
2698
- declare const index$9_generateIv: typeof generateIv;
2699
- declare const index$9_hashPayload: typeof hashPayload;
2700
- declare const index$9_nodeAesGcmProvider: typeof nodeAesGcmProvider;
2701
- declare namespace index$9 {
2702
- export { index$9_CCE_AES_KEY_BYTES as CCE_AES_KEY_BYTES, index$9_CCE_DERIVATION as CCE_DERIVATION, index$9_CCE_ERROR as CCE_ERROR, index$9_CCE_IV_BYTES as CCE_IV_BYTES, index$9_CCE_NONCE_BYTES as CCE_NONCE_BYTES, index$9_CCE_PROTOCOL_VERSION as CCE_PROTOCOL_VERSION, index$9_CCE_TAG_BYTES as CCE_TAG_BYTES, type index$9_CceAesGcmProvider as CceAesGcmProvider, type index$9_CceAlgorithm as CceAlgorithm, type index$9_CceAlgorithmDescriptor as CceAlgorithmDescriptor, index$9_CceAudienceIntentBindingSensor as CceAudienceIntentBindingSensor, type index$9_CceAxisKeyProvider as CceAxisKeyProvider, type index$9_CceAxisSigner as CceAxisSigner, type index$9_CceCapsuleClaims as CceCapsuleClaims, type index$9_CceCapsuleSignatureVerifier as CceCapsuleSignatureVerifier, index$9_CceCapsuleVerificationSensor as CceCapsuleVerificationSensor, type index$9_CceClientKeyEncryptor as CceClientKeyEncryptor, type index$9_CceClientKeyResolver as CceClientKeyResolver, index$9_CceClientSignatureSensor as CceClientSignatureSensor, type index$9_CceConstraints as CceConstraints, type index$9_CceDerivationInput as CceDerivationInput, type index$9_CceEncryptedKey as CceEncryptedKey, type index$9_CceEncryptedPayload as CceEncryptedPayload, index$9_CceEnvelopeValidationSensor as CceEnvelopeValidationSensor, index$9_CceError as CceError, type index$9_CceErrorCode as CceErrorCode, type index$9_CceExecutionContext as CceExecutionContext, type index$9_CceHandler as CceHandler, type index$9_CceHandlerContext as CceHandlerContext, type index$9_CceHandlerResult as CceHandlerResult, type index$9_CceIssuerKeyResolver as CceIssuerKeyResolver, type index$9_CceKdfAlgorithm as CceKdfAlgorithm, type index$9_CceKemAlgorithm as CceKemAlgorithm, index$9_CcePayloadDecryptionSensor as CcePayloadDecryptionSensor, type index$9_CcePayloadValidator as CcePayloadValidator, type index$9_CcePayloadValidatorResult as CcePayloadValidatorResult, type index$9_CcePipelineConfig as CcePipelineConfig, type index$9_CcePipelineResult as CcePipelineResult, type index$9_CcePolicyContext as CcePolicyContext, type index$9_CcePolicyDecision as CcePolicyDecision, type index$9_CcePolicyEvaluator as CcePolicyEvaluator, index$9_CceReplayProtectionSensor as CceReplayProtectionSensor, type index$9_CceReplayStore as CceReplayStore, type index$9_CceRequestEnvelope as CceRequestEnvelope, type index$9_CceResponseEnvelope as CceResponseEnvelope, type index$9_CceResponseOptions as CceResponseOptions, type index$9_CceResponseStatus as CceResponseStatus, type index$9_CceSignature as CceSignature, type index$9_CceSignatureVerifier as CceSignatureVerifier, index$9_CceTpsWindowSensor as CceTpsWindowSensor, type index$9_CceVerificationState as CceVerificationState, type index$9_CceWitnessRecord as CceWitnessRecord, type index$9_CceWitnessStore as CceWitnessStore, index$9_InMemoryCceReplayStore as InMemoryCceReplayStore, index$9_InMemoryCceWitnessStore as InMemoryCceWitnessStore, index$9_aesGcmDecrypt as aesGcmDecrypt, index$9_aesGcmEncrypt as aesGcmEncrypt, index$9_base64UrlDecode as base64UrlDecode, index$9_base64UrlEncode as base64UrlEncode, index$9_buildCceErrorResponse as buildCceErrorResponse, index$9_buildCceResponse as buildCceResponse, index$9_buildExecutionContext as buildExecutionContext, index$9_buildWitnessRecord as buildWitnessRecord, index$9_deriveRequestExecutionKey as deriveRequestExecutionKey, index$9_deriveResponseExecutionKey as deriveResponseExecutionKey, index$9_deriveWitnessKey as deriveWitnessKey, index$9_executeCcePipeline as executeCcePipeline, index$9_extractVerificationState as extractVerificationState, index$9_generateAesKey as generateAesKey, index$9_generateCceNonce as generateCceNonce, index$9_generateIv as generateIv, index$9_hashPayload as hashPayload, index$9_nodeAesGcmProvider as nodeAesGcmProvider };
3344
+ declare const index$c_CCE_AES_KEY_BYTES: typeof CCE_AES_KEY_BYTES;
3345
+ declare const index$c_CCE_DERIVATION: typeof CCE_DERIVATION;
3346
+ declare const index$c_CCE_ERROR: typeof CCE_ERROR;
3347
+ declare const index$c_CCE_IV_BYTES: typeof CCE_IV_BYTES;
3348
+ declare const index$c_CCE_NONCE_BYTES: typeof CCE_NONCE_BYTES;
3349
+ declare const index$c_CCE_PROTOCOL_VERSION: typeof CCE_PROTOCOL_VERSION;
3350
+ declare const index$c_CCE_TAG_BYTES: typeof CCE_TAG_BYTES;
3351
+ type index$c_CceAesGcmProvider = CceAesGcmProvider;
3352
+ type index$c_CceAlgorithm = CceAlgorithm;
3353
+ type index$c_CceAlgorithmDescriptor = CceAlgorithmDescriptor;
3354
+ type index$c_CceAudienceIntentBindingSensor = CceAudienceIntentBindingSensor;
3355
+ declare const index$c_CceAudienceIntentBindingSensor: typeof CceAudienceIntentBindingSensor;
3356
+ type index$c_CceAxisKeyProvider = CceAxisKeyProvider;
3357
+ type index$c_CceAxisSigner = CceAxisSigner;
3358
+ type index$c_CceCapsuleClaims = CceCapsuleClaims;
3359
+ type index$c_CceCapsuleSignatureVerifier = CceCapsuleSignatureVerifier;
3360
+ type index$c_CceCapsuleVerificationSensor = CceCapsuleVerificationSensor;
3361
+ declare const index$c_CceCapsuleVerificationSensor: typeof CceCapsuleVerificationSensor;
3362
+ type index$c_CceClientKeyEncryptor = CceClientKeyEncryptor;
3363
+ type index$c_CceClientKeyResolver = CceClientKeyResolver;
3364
+ type index$c_CceClientSignatureSensor = CceClientSignatureSensor;
3365
+ declare const index$c_CceClientSignatureSensor: typeof CceClientSignatureSensor;
3366
+ type index$c_CceConstraints = CceConstraints;
3367
+ type index$c_CceDerivationInput = CceDerivationInput;
3368
+ type index$c_CceEncryptedKey = CceEncryptedKey;
3369
+ type index$c_CceEncryptedPayload = CceEncryptedPayload;
3370
+ type index$c_CceEnvelopeValidationSensor = CceEnvelopeValidationSensor;
3371
+ declare const index$c_CceEnvelopeValidationSensor: typeof CceEnvelopeValidationSensor;
3372
+ type index$c_CceError = CceError;
3373
+ declare const index$c_CceError: typeof CceError;
3374
+ type index$c_CceErrorCode = CceErrorCode;
3375
+ type index$c_CceExecutionContext = CceExecutionContext;
3376
+ type index$c_CceHandler = CceHandler;
3377
+ type index$c_CceHandlerContext = CceHandlerContext;
3378
+ type index$c_CceHandlerResult = CceHandlerResult;
3379
+ type index$c_CceIssuerKeyResolver = CceIssuerKeyResolver;
3380
+ type index$c_CceKdfAlgorithm = CceKdfAlgorithm;
3381
+ type index$c_CceKemAlgorithm = CceKemAlgorithm;
3382
+ type index$c_CcePayloadDecryptionSensor = CcePayloadDecryptionSensor;
3383
+ declare const index$c_CcePayloadDecryptionSensor: typeof CcePayloadDecryptionSensor;
3384
+ type index$c_CcePayloadValidator = CcePayloadValidator;
3385
+ type index$c_CcePayloadValidatorResult = CcePayloadValidatorResult;
3386
+ type index$c_CcePipelineConfig = CcePipelineConfig;
3387
+ type index$c_CcePipelineResult = CcePipelineResult;
3388
+ type index$c_CcePolicyContext = CcePolicyContext;
3389
+ type index$c_CcePolicyDecision = CcePolicyDecision;
3390
+ type index$c_CcePolicyEvaluator = CcePolicyEvaluator;
3391
+ type index$c_CceReplayProtectionSensor = CceReplayProtectionSensor;
3392
+ declare const index$c_CceReplayProtectionSensor: typeof CceReplayProtectionSensor;
3393
+ type index$c_CceReplayStore = CceReplayStore;
3394
+ type index$c_CceRequestEnvelope = CceRequestEnvelope;
3395
+ type index$c_CceResponseEnvelope = CceResponseEnvelope;
3396
+ type index$c_CceResponseOptions = CceResponseOptions;
3397
+ type index$c_CceResponseStatus = CceResponseStatus;
3398
+ type index$c_CceSignature = CceSignature;
3399
+ type index$c_CceSignatureVerifier = CceSignatureVerifier;
3400
+ type index$c_CceTpsWindowSensor = CceTpsWindowSensor;
3401
+ declare const index$c_CceTpsWindowSensor: typeof CceTpsWindowSensor;
3402
+ type index$c_CceVerificationState = CceVerificationState;
3403
+ type index$c_CceWitnessRecord = CceWitnessRecord;
3404
+ type index$c_CceWitnessStore = CceWitnessStore;
3405
+ type index$c_InMemoryCceReplayStore = InMemoryCceReplayStore;
3406
+ declare const index$c_InMemoryCceReplayStore: typeof InMemoryCceReplayStore;
3407
+ type index$c_InMemoryCceWitnessStore = InMemoryCceWitnessStore;
3408
+ declare const index$c_InMemoryCceWitnessStore: typeof InMemoryCceWitnessStore;
3409
+ declare const index$c_aesGcmDecrypt: typeof aesGcmDecrypt;
3410
+ declare const index$c_aesGcmEncrypt: typeof aesGcmEncrypt;
3411
+ declare const index$c_base64UrlDecode: typeof base64UrlDecode;
3412
+ declare const index$c_base64UrlEncode: typeof base64UrlEncode;
3413
+ declare const index$c_buildCceErrorResponse: typeof buildCceErrorResponse;
3414
+ declare const index$c_buildCceResponse: typeof buildCceResponse;
3415
+ declare const index$c_buildExecutionContext: typeof buildExecutionContext;
3416
+ declare const index$c_buildWitnessRecord: typeof buildWitnessRecord;
3417
+ declare const index$c_deriveRequestExecutionKey: typeof deriveRequestExecutionKey;
3418
+ declare const index$c_deriveResponseExecutionKey: typeof deriveResponseExecutionKey;
3419
+ declare const index$c_deriveWitnessKey: typeof deriveWitnessKey;
3420
+ declare const index$c_executeCcePipeline: typeof executeCcePipeline;
3421
+ declare const index$c_extractVerificationState: typeof extractVerificationState;
3422
+ declare const index$c_generateAesKey: typeof generateAesKey;
3423
+ declare const index$c_generateCceNonce: typeof generateCceNonce;
3424
+ declare const index$c_generateIv: typeof generateIv;
3425
+ declare const index$c_hashPayload: typeof hashPayload;
3426
+ declare const index$c_nodeAesGcmProvider: typeof nodeAesGcmProvider;
3427
+ declare namespace index$c {
3428
+ export { index$c_CCE_AES_KEY_BYTES as CCE_AES_KEY_BYTES, index$c_CCE_DERIVATION as CCE_DERIVATION, index$c_CCE_ERROR as CCE_ERROR, index$c_CCE_IV_BYTES as CCE_IV_BYTES, index$c_CCE_NONCE_BYTES as CCE_NONCE_BYTES, index$c_CCE_PROTOCOL_VERSION as CCE_PROTOCOL_VERSION, index$c_CCE_TAG_BYTES as CCE_TAG_BYTES, type index$c_CceAesGcmProvider as CceAesGcmProvider, type index$c_CceAlgorithm as CceAlgorithm, type index$c_CceAlgorithmDescriptor as CceAlgorithmDescriptor, index$c_CceAudienceIntentBindingSensor as CceAudienceIntentBindingSensor, type index$c_CceAxisKeyProvider as CceAxisKeyProvider, type index$c_CceAxisSigner as CceAxisSigner, type index$c_CceCapsuleClaims as CceCapsuleClaims, type index$c_CceCapsuleSignatureVerifier as CceCapsuleSignatureVerifier, index$c_CceCapsuleVerificationSensor as CceCapsuleVerificationSensor, type index$c_CceClientKeyEncryptor as CceClientKeyEncryptor, type index$c_CceClientKeyResolver as CceClientKeyResolver, index$c_CceClientSignatureSensor as CceClientSignatureSensor, type index$c_CceConstraints as CceConstraints, type index$c_CceDerivationInput as CceDerivationInput, type index$c_CceEncryptedKey as CceEncryptedKey, type index$c_CceEncryptedPayload as CceEncryptedPayload, index$c_CceEnvelopeValidationSensor as CceEnvelopeValidationSensor, index$c_CceError as CceError, type index$c_CceErrorCode as CceErrorCode, type index$c_CceExecutionContext as CceExecutionContext, type index$c_CceHandler as CceHandler, type index$c_CceHandlerContext as CceHandlerContext, type index$c_CceHandlerResult as CceHandlerResult, type index$c_CceIssuerKeyResolver as CceIssuerKeyResolver, type index$c_CceKdfAlgorithm as CceKdfAlgorithm, type index$c_CceKemAlgorithm as CceKemAlgorithm, index$c_CcePayloadDecryptionSensor as CcePayloadDecryptionSensor, type index$c_CcePayloadValidator as CcePayloadValidator, type index$c_CcePayloadValidatorResult as CcePayloadValidatorResult, type index$c_CcePipelineConfig as CcePipelineConfig, type index$c_CcePipelineResult as CcePipelineResult, type index$c_CcePolicyContext as CcePolicyContext, type index$c_CcePolicyDecision as CcePolicyDecision, type index$c_CcePolicyEvaluator as CcePolicyEvaluator, index$c_CceReplayProtectionSensor as CceReplayProtectionSensor, type index$c_CceReplayStore as CceReplayStore, type index$c_CceRequestEnvelope as CceRequestEnvelope, type index$c_CceResponseEnvelope as CceResponseEnvelope, type index$c_CceResponseOptions as CceResponseOptions, type index$c_CceResponseStatus as CceResponseStatus, type index$c_CceSignature as CceSignature, type index$c_CceSignatureVerifier as CceSignatureVerifier, index$c_CceTpsWindowSensor as CceTpsWindowSensor, type index$c_CceVerificationState as CceVerificationState, type index$c_CceWitnessRecord as CceWitnessRecord, type index$c_CceWitnessStore as CceWitnessStore, index$c_InMemoryCceReplayStore as InMemoryCceReplayStore, index$c_InMemoryCceWitnessStore as InMemoryCceWitnessStore, index$c_aesGcmDecrypt as aesGcmDecrypt, index$c_aesGcmEncrypt as aesGcmEncrypt, index$c_base64UrlDecode as base64UrlDecode, index$c_base64UrlEncode as base64UrlEncode, index$c_buildCceErrorResponse as buildCceErrorResponse, index$c_buildCceResponse as buildCceResponse, index$c_buildExecutionContext as buildExecutionContext, index$c_buildWitnessRecord as buildWitnessRecord, index$c_deriveRequestExecutionKey as deriveRequestExecutionKey, index$c_deriveResponseExecutionKey as deriveResponseExecutionKey, index$c_deriveWitnessKey as deriveWitnessKey, index$c_executeCcePipeline as executeCcePipeline, index$c_extractVerificationState as extractVerificationState, index$c_generateAesKey as generateAesKey, index$c_generateCceNonce as generateCceNonce, index$c_generateIv as generateIv, index$c_hashPayload as hashPayload, index$c_nodeAesGcmProvider as nodeAesGcmProvider };
2703
3429
  }
2704
3430
 
2705
3431
  type ProofType = 1 | 2 | 3 | 4;
@@ -2743,243 +3469,348 @@ declare class ProofVerificationService {
2743
3469
  static calculateFingerprint(certPem: string): string;
2744
3470
  }
2745
3471
 
2746
- type index$8_ActorKeyRecord = ActorKeyRecord;
2747
- type index$8_AxisCapsule = AxisCapsule;
2748
- type index$8_AxisCapsuleConstraints = AxisCapsuleConstraints;
2749
- type index$8_AxisCapsulePayload = AxisCapsulePayload;
2750
- type index$8_CapsuleBatchBody = CapsuleBatchBody;
2751
- type index$8_CapsuleBatchResult = CapsuleBatchResult;
2752
- type index$8_CapsuleIssueBody = CapsuleIssueBody;
2753
- type index$8_CapsuleIssueResult = CapsuleIssueResult;
2754
- type index$8_CapsuleMode = CapsuleMode;
2755
- type index$8_CapsuleRecord = CapsuleRecord;
2756
- type index$8_CapsuleRevokeBody = CapsuleRevokeBody;
2757
- type index$8_CapsuleStatus = CapsuleStatus;
2758
- type index$8_DeviceSEContext = DeviceSEContext;
2759
- type index$8_IntentExecBody = IntentExecBody;
2760
- type index$8_IssuerKeyRecord = IssuerKeyRecord;
2761
- type index$8_KeyStatus = KeyStatus;
2762
- type index$8_MTLSContext = MTLSContext;
2763
- type index$8_ProofType = ProofType;
2764
- type index$8_ProofVerificationResult = ProofVerificationResult;
2765
- type index$8_ProofVerificationService = ProofVerificationService;
2766
- declare const index$8_ProofVerificationService: typeof ProofVerificationService;
2767
- type index$8_TickWindow = TickWindow;
2768
- declare const index$8_b64urlDecode: typeof b64urlDecode;
2769
- declare const index$8_b64urlDecodeString: typeof b64urlDecodeString;
2770
- declare const index$8_b64urlEncode: typeof b64urlEncode;
2771
- declare const index$8_b64urlEncodeString: typeof b64urlEncodeString;
2772
- declare const index$8_canonicalJson: typeof canonicalJson;
2773
- declare const index$8_canonicalJsonExcluding: typeof canonicalJsonExcluding;
3472
+ type index$b_ActorKeyRecord = ActorKeyRecord;
3473
+ type index$b_AxisCapsule = AxisCapsule;
3474
+ type index$b_AxisCapsuleConstraints = AxisCapsuleConstraints;
3475
+ type index$b_AxisCapsulePayload = AxisCapsulePayload;
3476
+ type index$b_CapsuleBatchBody = CapsuleBatchBody;
3477
+ type index$b_CapsuleBatchResult = CapsuleBatchResult;
3478
+ type index$b_CapsuleIssueBody = CapsuleIssueBody;
3479
+ type index$b_CapsuleIssueResult = CapsuleIssueResult;
3480
+ type index$b_CapsuleMode = CapsuleMode;
3481
+ type index$b_CapsuleRecord = CapsuleRecord;
3482
+ type index$b_CapsuleRevokeBody = CapsuleRevokeBody;
3483
+ type index$b_CapsuleStatus = CapsuleStatus;
3484
+ type index$b_DeviceSEContext = DeviceSEContext;
3485
+ type index$b_IntentExecBody = IntentExecBody;
3486
+ type index$b_IssuerKeyRecord = IssuerKeyRecord;
3487
+ type index$b_KeyStatus = KeyStatus;
3488
+ type index$b_MTLSContext = MTLSContext;
3489
+ type index$b_ProofType = ProofType;
3490
+ type index$b_ProofVerificationResult = ProofVerificationResult;
3491
+ type index$b_ProofVerificationService = ProofVerificationService;
3492
+ declare const index$b_ProofVerificationService: typeof ProofVerificationService;
3493
+ type index$b_TickWindow = TickWindow;
3494
+ declare const index$b_b64urlDecode: typeof b64urlDecode;
3495
+ declare const index$b_b64urlDecodeString: typeof b64urlDecodeString;
3496
+ declare const index$b_b64urlEncode: typeof b64urlEncode;
3497
+ declare const index$b_b64urlEncodeString: typeof b64urlEncodeString;
3498
+ declare const index$b_canonicalJson: typeof canonicalJson;
3499
+ declare const index$b_canonicalJsonExcluding: typeof canonicalJsonExcluding;
3500
+ declare namespace index$b {
3501
+ export { type index$b_ActorKeyRecord as ActorKeyRecord, type AxisAlg$1 as AxisAlg, type index$b_AxisCapsule as AxisCapsule, type index$b_AxisCapsuleConstraints as AxisCapsuleConstraints, type index$b_AxisCapsulePayload as AxisCapsulePayload, type AxisPacket$1 as AxisPacket, type AxisResponse$1 as AxisResponse, type AxisSig$1 as AxisSig, type index$b_CapsuleBatchBody as CapsuleBatchBody, type index$b_CapsuleBatchResult as CapsuleBatchResult, type index$b_CapsuleIssueBody as CapsuleIssueBody, type index$b_CapsuleIssueResult as CapsuleIssueResult, type index$b_CapsuleMode as CapsuleMode, type index$b_CapsuleRecord as CapsuleRecord, type index$b_CapsuleRevokeBody as CapsuleRevokeBody, type index$b_CapsuleStatus as CapsuleStatus, type index$b_DeviceSEContext as DeviceSEContext, type index$b_IntentExecBody as IntentExecBody, type index$b_IssuerKeyRecord as IssuerKeyRecord, type index$b_KeyStatus as KeyStatus, type index$b_MTLSContext as MTLSContext, type index$b_ProofType as ProofType, type index$b_ProofVerificationResult as ProofVerificationResult, index$b_ProofVerificationService as ProofVerificationService, type index$b_TickWindow as TickWindow, index$b_b64urlDecode as b64urlDecode, index$b_b64urlDecodeString as b64urlDecodeString, index$b_b64urlEncode as b64urlEncode, index$b_b64urlEncodeString as b64urlEncodeString, index$b_canonicalJson as canonicalJson, index$b_canonicalJsonExcluding as canonicalJsonExcluding };
3502
+ }
3503
+
3504
+ declare const index$a_AXIS_ANONYMOUS_KEY: typeof AXIS_ANONYMOUS_KEY;
3505
+ declare const index$a_AXIS_META_KEY: typeof AXIS_META_KEY;
3506
+ declare const index$a_AXIS_PUBLIC_KEY: typeof AXIS_PUBLIC_KEY;
3507
+ declare const index$a_AXIS_RATE_LIMIT_KEY: typeof AXIS_RATE_LIMIT_KEY;
3508
+ declare const index$a_Axis: typeof Axis;
3509
+ declare const index$a_AxisAnonymous: typeof AxisAnonymous;
3510
+ declare const index$a_AxisContext: typeof AxisContext;
3511
+ declare const index$a_AxisDemoPubkey: typeof AxisDemoPubkey;
3512
+ declare const index$a_AxisFrame: typeof AxisFrame;
3513
+ type index$a_AxisIntentSensorOptions = AxisIntentSensorOptions;
3514
+ type index$a_AxisIntentSensorRef = AxisIntentSensorRef;
3515
+ declare const index$a_AxisIp: typeof AxisIp;
3516
+ type index$a_AxisObserverBinding = AxisObserverBinding;
3517
+ type index$a_AxisObserverBindingOptions = AxisObserverBindingOptions;
3518
+ type index$a_AxisObserverDefinition = AxisObserverDefinition;
3519
+ type index$a_AxisObserverRef = AxisObserverRef;
3520
+ declare const index$a_AxisPublic: typeof AxisPublic;
3521
+ declare const index$a_AxisRateLimit: typeof AxisRateLimit;
3522
+ type index$a_AxisRateLimitConfig = AxisRateLimitConfig;
3523
+ declare const index$a_AxisRaw: typeof AxisRaw;
3524
+ type index$a_AxisRequestData = AxisRequestData;
3525
+ declare const index$a_CAPSULE_POLICY_METADATA_KEY: typeof CAPSULE_POLICY_METADATA_KEY;
3526
+ declare const index$a_CHAIN_METADATA_KEY: typeof CHAIN_METADATA_KEY;
3527
+ declare const index$a_CONTRACT_METADATA_KEY: typeof CONTRACT_METADATA_KEY;
3528
+ declare const index$a_Capsule: typeof Capsule;
3529
+ declare const index$a_CapsulePolicy: typeof CapsulePolicy;
3530
+ type index$a_CapsulePolicyOptions = CapsulePolicyOptions;
3531
+ type index$a_CapsuleScopeMode = CapsuleScopeMode;
3532
+ declare const index$a_Chain: typeof Chain;
3533
+ declare const index$a_Contract: typeof Contract;
3534
+ type index$a_DtoSchema = DtoSchema;
3535
+ declare const index$a_HANDLER_METADATA_KEY: typeof HANDLER_METADATA_KEY;
3536
+ declare const index$a_Handler: typeof Handler;
3537
+ declare const index$a_INTENT_BODY_KEY: typeof INTENT_BODY_KEY;
3538
+ declare const index$a_INTENT_METADATA_KEY: typeof INTENT_METADATA_KEY;
3539
+ declare const index$a_INTENT_ROUTES_KEY: typeof INTENT_ROUTES_KEY;
3540
+ declare const index$a_INTENT_SENSORS_KEY: typeof INTENT_SENSORS_KEY;
3541
+ declare const index$a_Intent: typeof Intent;
3542
+ declare const index$a_IntentBody: typeof IntentBody;
3543
+ type index$a_IntentKind = IntentKind;
3544
+ type index$a_IntentOptions = IntentOptions;
3545
+ type index$a_IntentRoute = IntentRoute;
3546
+ declare const index$a_IntentSensors: typeof IntentSensors;
3547
+ type index$a_IntentTlvField = IntentTlvField;
3548
+ declare const index$a_OBSERVER_BINDINGS_KEY: typeof OBSERVER_BINDINGS_KEY;
3549
+ declare const index$a_OBSERVER_METADATA_KEY: typeof OBSERVER_METADATA_KEY;
3550
+ declare const index$a_Observer: typeof Observer;
3551
+ declare const index$a_REQUIRED_PROOF_METADATA_KEY: typeof REQUIRED_PROOF_METADATA_KEY;
3552
+ declare const index$a_RequiredProof: typeof RequiredProof;
3553
+ type index$a_RequiredProofKind = RequiredProofKind;
3554
+ declare const index$a_SENSITIVITY_METADATA_KEY: typeof SENSITIVITY_METADATA_KEY;
3555
+ declare const index$a_SENSOR_METADATA_KEY: typeof SENSOR_METADATA_KEY;
3556
+ declare const index$a_Sensitivity: typeof Sensitivity;
3557
+ declare const index$a_Sensor: typeof Sensor;
3558
+ type index$a_SensorOptions = SensorOptions;
3559
+ type index$a_SensorPhase = SensorPhase;
3560
+ declare const index$a_TLV_FIELDS_KEY: typeof TLV_FIELDS_KEY;
3561
+ declare const index$a_TLV_VALIDATORS_KEY: typeof TLV_VALIDATORS_KEY;
3562
+ declare const index$a_TlvEnum: typeof TlvEnum;
3563
+ declare const index$a_TlvField: typeof TlvField;
3564
+ type index$a_TlvFieldKind = TlvFieldKind;
3565
+ type index$a_TlvFieldMeta = TlvFieldMeta;
3566
+ type index$a_TlvFieldOptions = TlvFieldOptions;
3567
+ declare const index$a_TlvMinLen: typeof TlvMinLen;
3568
+ declare const index$a_TlvRange: typeof TlvRange;
3569
+ declare const index$a_TlvUtf8Pattern: typeof TlvUtf8Pattern;
3570
+ declare const index$a_TlvValidate: typeof TlvValidate;
3571
+ type index$a_TlvValidatorFn = TlvValidatorFn;
3572
+ type index$a_TlvValidatorMeta = TlvValidatorMeta;
3573
+ declare const index$a_Witness: typeof Witness;
3574
+ declare const index$a_buildDtoDecoder: typeof buildDtoDecoder;
3575
+ declare const index$a_extractDtoSchema: typeof extractDtoSchema;
3576
+ declare const index$a_mergeCapsulePolicyOptions: typeof mergeCapsulePolicyOptions;
3577
+ declare const index$a_normalizeCapsulePolicyOptions: typeof normalizeCapsulePolicyOptions;
3578
+ declare namespace index$a {
3579
+ export { index$a_AXIS_ANONYMOUS_KEY as AXIS_ANONYMOUS_KEY, index$a_AXIS_META_KEY as AXIS_META_KEY, index$a_AXIS_PUBLIC_KEY as AXIS_PUBLIC_KEY, index$a_AXIS_RATE_LIMIT_KEY as AXIS_RATE_LIMIT_KEY, index$a_Axis as Axis, index$a_AxisAnonymous as AxisAnonymous, index$a_AxisContext as AxisContext, index$a_AxisDemoPubkey as AxisDemoPubkey, index$a_AxisFrame as AxisFrame, type index$a_AxisIntentSensorOptions as AxisIntentSensorOptions, type index$a_AxisIntentSensorRef as AxisIntentSensorRef, index$a_AxisIp as AxisIp, type index$a_AxisObserverBinding as AxisObserverBinding, type index$a_AxisObserverBindingOptions as AxisObserverBindingOptions, type index$a_AxisObserverDefinition as AxisObserverDefinition, type index$a_AxisObserverRef as AxisObserverRef, index$a_AxisPublic as AxisPublic, index$a_AxisRateLimit as AxisRateLimit, type index$a_AxisRateLimitConfig as AxisRateLimitConfig, index$a_AxisRaw as AxisRaw, type index$a_AxisRequestData as AxisRequestData, index$a_CAPSULE_POLICY_METADATA_KEY as CAPSULE_POLICY_METADATA_KEY, index$a_CHAIN_METADATA_KEY as CHAIN_METADATA_KEY, index$a_CONTRACT_METADATA_KEY as CONTRACT_METADATA_KEY, index$a_Capsule as Capsule, index$a_CapsulePolicy as CapsulePolicy, type index$a_CapsulePolicyOptions as CapsulePolicyOptions, type index$a_CapsuleScopeMode as CapsuleScopeMode, index$a_Chain as Chain, index$a_Contract as Contract, type index$a_DtoSchema as DtoSchema, index$a_HANDLER_METADATA_KEY as HANDLER_METADATA_KEY, index$a_Handler as Handler, index$a_INTENT_BODY_KEY as INTENT_BODY_KEY, index$a_INTENT_METADATA_KEY as INTENT_METADATA_KEY, index$a_INTENT_ROUTES_KEY as INTENT_ROUTES_KEY, index$a_INTENT_SENSORS_KEY as INTENT_SENSORS_KEY, index$a_Intent as Intent, index$a_IntentBody as IntentBody, type index$a_IntentKind as IntentKind, type index$a_IntentOptions as IntentOptions, type index$a_IntentRoute as IntentRoute, index$a_IntentSensors as IntentSensors, type index$a_IntentTlvField as IntentTlvField, index$a_OBSERVER_BINDINGS_KEY as OBSERVER_BINDINGS_KEY, index$a_OBSERVER_METADATA_KEY as OBSERVER_METADATA_KEY, index$a_Observer as Observer, index$a_REQUIRED_PROOF_METADATA_KEY as REQUIRED_PROOF_METADATA_KEY, index$a_RequiredProof as RequiredProof, type index$a_RequiredProofKind as RequiredProofKind, index$a_SENSITIVITY_METADATA_KEY as SENSITIVITY_METADATA_KEY, index$a_SENSOR_METADATA_KEY as SENSOR_METADATA_KEY, index$a_Sensitivity as Sensitivity, index$a_Sensor as Sensor, type index$a_SensorOptions as SensorOptions, type index$a_SensorPhase as SensorPhase, index$a_TLV_FIELDS_KEY as TLV_FIELDS_KEY, index$a_TLV_VALIDATORS_KEY as TLV_VALIDATORS_KEY, index$a_TlvEnum as TlvEnum, index$a_TlvField as TlvField, type index$a_TlvFieldKind as TlvFieldKind, type index$a_TlvFieldMeta as TlvFieldMeta, type index$a_TlvFieldOptions as TlvFieldOptions, index$a_TlvMinLen as TlvMinLen, index$a_TlvRange as TlvRange, index$a_TlvUtf8Pattern as TlvUtf8Pattern, index$a_TlvValidate as TlvValidate, type index$a_TlvValidatorFn as TlvValidatorFn, type index$a_TlvValidatorMeta as TlvValidatorMeta, index$a_Witness as Witness, index$a_buildDtoDecoder as buildDtoDecoder, index$a_extractDtoSchema as extractDtoSchema, index$a_mergeCapsulePolicyOptions as mergeCapsulePolicyOptions, index$a_normalizeCapsulePolicyOptions as normalizeCapsulePolicyOptions };
3580
+ }
3581
+
3582
+ type index$9_ObservationQueueConfig = ObservationQueueConfig;
3583
+ type index$9_ObservationQueueMessage = ObservationQueueMessage;
3584
+ type index$9_ObservationStreamEntry = ObservationStreamEntry;
3585
+ type index$9_ObservationWitnessSummary = ObservationWitnessSummary;
3586
+ type index$9_ObserverVerdict = ObserverVerdict;
3587
+ type index$9_ResponseContract = ResponseContract;
3588
+ declare const index$9_ResponseObserver: typeof ResponseObserver;
3589
+ type index$9_ResponseObserverContext = ResponseObserverContext;
3590
+ type index$9_UnsignedObservationWitness = UnsignedObservationWitness;
3591
+ declare const index$9_buildQueueMessage: typeof buildQueueMessage;
3592
+ declare const index$9_buildUnsignedWitness: typeof buildUnsignedWitness;
3593
+ declare const index$9_canonicalizeObservation: typeof canonicalizeObservation;
3594
+ declare const index$9_decodeQueueMessage: typeof decodeQueueMessage;
3595
+ declare const index$9_encodeQueueMessage: typeof encodeQueueMessage;
3596
+ declare const index$9_hashObservation: typeof hashObservation;
3597
+ declare const index$9_parseAutoClaimEntries: typeof parseAutoClaimEntries;
3598
+ declare const index$9_parseStreamEntries: typeof parseStreamEntries;
3599
+ declare const index$9_stableJsonStringify: typeof stableJsonStringify;
3600
+ declare const index$9_verifyResponse: typeof verifyResponse;
3601
+ declare namespace index$9 {
3602
+ export { type index$9_ObservationQueueConfig as ObservationQueueConfig, type index$9_ObservationQueueMessage as ObservationQueueMessage, type index$9_ObservationStreamEntry as ObservationStreamEntry, type index$9_ObservationWitnessSummary as ObservationWitnessSummary, type index$9_ObserverVerdict as ObserverVerdict, type index$9_ResponseContract as ResponseContract, index$9_ResponseObserver as ResponseObserver, type index$9_ResponseObserverContext as ResponseObserverContext, type index$9_UnsignedObservationWitness as UnsignedObservationWitness, index$9_buildQueueMessage as buildQueueMessage, index$9_buildUnsignedWitness as buildUnsignedWitness, index$9_canonicalizeObservation as canonicalizeObservation, index$9_decodeQueueMessage as decodeQueueMessage, index$9_encodeQueueMessage as encodeQueueMessage, index$9_hashObservation as hashObservation, index$9_parseAutoClaimEntries as parseAutoClaimEntries, index$9_parseStreamEntries as parseStreamEntries, index$9_stableJsonStringify as stableJsonStringify, index$9_verifyResponse as verifyResponse };
3603
+ }
3604
+
3605
+ declare const index$8_AXIS_EXECUTION_CONTEXT_KEY: typeof AXIS_EXECUTION_CONTEXT_KEY;
3606
+ type index$8_AxisCapsuleRef = AxisCapsuleRef;
3607
+ type index$8_AxisChainEncryption = AxisChainEncryption;
3608
+ type index$8_AxisChainEnvelope<TInput = unknown> = AxisChainEnvelope<TInput>;
3609
+ type index$8_AxisChainExecutionOptions = AxisChainExecutionOptions;
3610
+ type index$8_AxisChainExecutor = AxisChainExecutor;
3611
+ declare const index$8_AxisChainExecutor: typeof AxisChainExecutor;
3612
+ type index$8_AxisChainRequest<TInput = unknown, TCapsule = Record<string, unknown>> = AxisChainRequest<TInput, TCapsule>;
3613
+ type index$8_AxisChainResult<TOutput = unknown> = AxisChainResult<TOutput>;
3614
+ type index$8_AxisChainStatus = AxisChainStatus;
3615
+ type index$8_AxisChainStep<TInput = unknown> = AxisChainStep<TInput>;
3616
+ type index$8_AxisChainStepResult<TOutput = unknown> = AxisChainStepResult<TOutput>;
3617
+ type index$8_AxisChainStepStatus = AxisChainStepStatus;
3618
+ type index$8_AxisDecoded = AxisDecoded;
3619
+ type index$8_AxisEffect = AxisEffect;
3620
+ type index$8_AxisExecutionContext = AxisExecutionContext;
3621
+ type index$8_AxisExecutionMode = AxisExecutionMode;
3622
+ type index$8_AxisIntentEnvelope<TPayload = unknown> = AxisIntentEnvelope<TPayload>;
3623
+ type index$8_AxisIntentObserver = AxisIntentObserver;
3624
+ type index$8_AxisKeyExchangeRef = AxisKeyExchangeRef;
3625
+ type index$8_AxisObservation = AxisObservation;
3626
+ type index$8_AxisObserverContext = AxisObserverContext;
3627
+ type index$8_AxisObserverEvent = AxisObserverEvent;
3628
+ type index$8_AxisObserverRegistration = AxisObserverRegistration;
3629
+ declare const index$8_BAND: typeof BAND;
3630
+ type index$8_ChainOptions = ChainOptions;
3631
+ type index$8_HandlerDiscoveryService = HandlerDiscoveryService;
3632
+ declare const index$8_HandlerDiscoveryService: typeof HandlerDiscoveryService;
3633
+ type index$8_IntentRouter = IntentRouter;
3634
+ declare const index$8_IntentRouter: typeof IntentRouter;
3635
+ type index$8_ObservationQueueConfig = ObservationQueueConfig;
3636
+ type index$8_ObservationQueueMessage = ObservationQueueMessage;
3637
+ type index$8_ObservationSensor = ObservationSensor;
3638
+ type index$8_ObservationStage = ObservationStage;
3639
+ type index$8_ObservationStreamEntry = ObservationStreamEntry;
3640
+ type index$8_ObservationWitnessSummary = ObservationWitnessSummary;
3641
+ type index$8_ObserverDiscoveryService = ObserverDiscoveryService;
3642
+ declare const index$8_ObserverDiscoveryService: typeof ObserverDiscoveryService;
3643
+ type index$8_ObserverDispatcherService = ObserverDispatcherService;
3644
+ declare const index$8_ObserverDispatcherService: typeof ObserverDispatcherService;
3645
+ type index$8_ObserverRegistry = ObserverRegistry;
3646
+ declare const index$8_ObserverRegistry: typeof ObserverRegistry;
3647
+ type index$8_ObserverVerdict = ObserverVerdict;
3648
+ declare const index$8_PRE_DECODE_BOUNDARY: typeof PRE_DECODE_BOUNDARY;
3649
+ type index$8_RegisteredChainConfig = RegisteredChainConfig;
3650
+ type index$8_ResponseContract = ResponseContract;
3651
+ declare const index$8_ResponseObserver: typeof ResponseObserver;
3652
+ type index$8_ResponseObserverContext = ResponseObserverContext;
3653
+ type index$8_SensorBand = SensorBand;
3654
+ type index$8_SensorDiscoveryService = SensorDiscoveryService;
3655
+ declare const index$8_SensorDiscoveryService: typeof SensorDiscoveryService;
3656
+ type index$8_SensorRegistry = SensorRegistry;
3657
+ declare const index$8_SensorRegistry: typeof SensorRegistry;
3658
+ type index$8_UnsignedObservationWitness = UnsignedObservationWitness;
3659
+ declare const index$8_buildQueueMessage: typeof buildQueueMessage;
3660
+ declare const index$8_buildUnsignedWitness: typeof buildUnsignedWitness;
3661
+ declare const index$8_canonicalizeObservation: typeof canonicalizeObservation;
3662
+ declare const index$8_createObservation: typeof createObservation;
3663
+ declare const index$8_decodeQueueMessage: typeof decodeQueueMessage;
3664
+ declare const index$8_encodeQueueMessage: typeof encodeQueueMessage;
3665
+ declare const index$8_endStage: typeof endStage;
3666
+ declare const index$8_finalizeObservation: typeof finalizeObservation;
3667
+ declare const index$8_getAxisExecutionContext: typeof getAxisExecutionContext;
3668
+ declare const index$8_hashObservation: typeof hashObservation;
3669
+ declare const index$8_mergeAxisExecutionContext: typeof mergeAxisExecutionContext;
3670
+ declare const index$8_parseAutoClaimEntries: typeof parseAutoClaimEntries;
3671
+ declare const index$8_parseStreamEntries: typeof parseStreamEntries;
3672
+ declare const index$8_recordSensor: typeof recordSensor;
3673
+ declare const index$8_stableJsonStringify: typeof stableJsonStringify;
3674
+ declare const index$8_startStage: typeof startStage;
3675
+ declare const index$8_verifyResponse: typeof verifyResponse;
3676
+ declare const index$8_withAxisExecutionContext: typeof withAxisExecutionContext;
2774
3677
  declare namespace index$8 {
2775
- export { type index$8_ActorKeyRecord as ActorKeyRecord, type AxisAlg$1 as AxisAlg, type index$8_AxisCapsule as AxisCapsule, type index$8_AxisCapsuleConstraints as AxisCapsuleConstraints, type index$8_AxisCapsulePayload as AxisCapsulePayload, type AxisPacket$1 as AxisPacket, type AxisResponse$1 as AxisResponse, type AxisSig$1 as AxisSig, type index$8_CapsuleBatchBody as CapsuleBatchBody, type index$8_CapsuleBatchResult as CapsuleBatchResult, type index$8_CapsuleIssueBody as CapsuleIssueBody, type index$8_CapsuleIssueResult as CapsuleIssueResult, type index$8_CapsuleMode as CapsuleMode, type index$8_CapsuleRecord as CapsuleRecord, type index$8_CapsuleRevokeBody as CapsuleRevokeBody, type index$8_CapsuleStatus as CapsuleStatus, type index$8_DeviceSEContext as DeviceSEContext, type index$8_IntentExecBody as IntentExecBody, type index$8_IssuerKeyRecord as IssuerKeyRecord, type index$8_KeyStatus as KeyStatus, type index$8_MTLSContext as MTLSContext, type index$8_ProofType as ProofType, type index$8_ProofVerificationResult as ProofVerificationResult, index$8_ProofVerificationService as ProofVerificationService, type index$8_TickWindow as TickWindow, index$8_b64urlDecode as b64urlDecode, index$8_b64urlDecodeString as b64urlDecodeString, index$8_b64urlEncode as b64urlEncode, index$8_b64urlEncodeString as b64urlEncodeString, index$8_canonicalJson as canonicalJson, index$8_canonicalJsonExcluding as canonicalJsonExcluding };
2776
- }
2777
-
2778
- declare const index$7_AXIS_ANONYMOUS_KEY: typeof AXIS_ANONYMOUS_KEY;
2779
- declare const index$7_AXIS_META_KEY: typeof AXIS_META_KEY;
2780
- declare const index$7_AXIS_PUBLIC_KEY: typeof AXIS_PUBLIC_KEY;
2781
- declare const index$7_AXIS_RATE_LIMIT_KEY: typeof AXIS_RATE_LIMIT_KEY;
2782
- declare const index$7_Axis: typeof Axis;
2783
- declare const index$7_AxisAnonymous: typeof AxisAnonymous;
2784
- declare const index$7_AxisContext: typeof AxisContext;
2785
- declare const index$7_AxisDemoPubkey: typeof AxisDemoPubkey;
2786
- declare const index$7_AxisFrame: typeof AxisFrame;
2787
- declare const index$7_AxisIp: typeof AxisIp;
2788
- type index$7_AxisObserverBinding = AxisObserverBinding;
2789
- type index$7_AxisObserverBindingOptions = AxisObserverBindingOptions;
2790
- type index$7_AxisObserverDefinition = AxisObserverDefinition;
2791
- type index$7_AxisObserverRef = AxisObserverRef;
2792
- declare const index$7_AxisPublic: typeof AxisPublic;
2793
- declare const index$7_AxisRateLimit: typeof AxisRateLimit;
2794
- type index$7_AxisRateLimitConfig = AxisRateLimitConfig;
2795
- declare const index$7_AxisRaw: typeof AxisRaw;
2796
- type index$7_AxisRequestData = AxisRequestData;
2797
- declare const index$7_CAPSULE_POLICY_METADATA_KEY: typeof CAPSULE_POLICY_METADATA_KEY;
2798
- declare const index$7_CHAIN_METADATA_KEY: typeof CHAIN_METADATA_KEY;
2799
- declare const index$7_CONTRACT_METADATA_KEY: typeof CONTRACT_METADATA_KEY;
2800
- declare const index$7_Capsule: typeof Capsule;
2801
- declare const index$7_CapsulePolicy: typeof CapsulePolicy;
2802
- type index$7_CapsulePolicyOptions = CapsulePolicyOptions;
2803
- type index$7_CapsuleScopeMode = CapsuleScopeMode;
2804
- declare const index$7_Chain: typeof Chain;
2805
- declare const index$7_Contract: typeof Contract;
2806
- type index$7_DtoSchema = DtoSchema;
2807
- declare const index$7_HANDLER_METADATA_KEY: typeof HANDLER_METADATA_KEY;
2808
- declare const index$7_Handler: typeof Handler;
2809
- declare const index$7_INTENT_BODY_KEY: typeof INTENT_BODY_KEY;
2810
- declare const index$7_INTENT_METADATA_KEY: typeof INTENT_METADATA_KEY;
2811
- declare const index$7_INTENT_ROUTES_KEY: typeof INTENT_ROUTES_KEY;
2812
- declare const index$7_INTENT_SENSORS_KEY: typeof INTENT_SENSORS_KEY;
2813
- declare const index$7_Intent: typeof Intent;
2814
- declare const index$7_IntentBody: typeof IntentBody;
2815
- type index$7_IntentKind = IntentKind;
2816
- type index$7_IntentOptions = IntentOptions;
2817
- type index$7_IntentRoute = IntentRoute;
2818
- declare const index$7_IntentSensors: typeof IntentSensors;
2819
- type index$7_IntentTlvField = IntentTlvField;
2820
- declare const index$7_OBSERVER_BINDINGS_KEY: typeof OBSERVER_BINDINGS_KEY;
2821
- declare const index$7_OBSERVER_METADATA_KEY: typeof OBSERVER_METADATA_KEY;
2822
- declare const index$7_Observer: typeof Observer;
2823
- declare const index$7_REQUIRED_PROOF_METADATA_KEY: typeof REQUIRED_PROOF_METADATA_KEY;
2824
- declare const index$7_RequiredProof: typeof RequiredProof;
2825
- type index$7_RequiredProofKind = RequiredProofKind;
2826
- declare const index$7_SENSITIVITY_METADATA_KEY: typeof SENSITIVITY_METADATA_KEY;
2827
- declare const index$7_SENSOR_METADATA_KEY: typeof SENSOR_METADATA_KEY;
2828
- declare const index$7_Sensitivity: typeof Sensitivity;
2829
- declare const index$7_Sensor: typeof Sensor;
2830
- type index$7_SensorOptions = SensorOptions;
2831
- type index$7_SensorPhase = SensorPhase;
2832
- declare const index$7_TLV_FIELDS_KEY: typeof TLV_FIELDS_KEY;
2833
- declare const index$7_TLV_VALIDATORS_KEY: typeof TLV_VALIDATORS_KEY;
2834
- declare const index$7_TlvEnum: typeof TlvEnum;
2835
- declare const index$7_TlvField: typeof TlvField;
2836
- type index$7_TlvFieldKind = TlvFieldKind;
2837
- type index$7_TlvFieldMeta = TlvFieldMeta;
2838
- type index$7_TlvFieldOptions = TlvFieldOptions;
2839
- declare const index$7_TlvMinLen: typeof TlvMinLen;
2840
- declare const index$7_TlvRange: typeof TlvRange;
2841
- declare const index$7_TlvUtf8Pattern: typeof TlvUtf8Pattern;
2842
- declare const index$7_TlvValidate: typeof TlvValidate;
2843
- type index$7_TlvValidatorFn = TlvValidatorFn;
2844
- type index$7_TlvValidatorMeta = TlvValidatorMeta;
2845
- declare const index$7_Witness: typeof Witness;
2846
- declare const index$7_buildDtoDecoder: typeof buildDtoDecoder;
2847
- declare const index$7_extractDtoSchema: typeof extractDtoSchema;
2848
- declare const index$7_mergeCapsulePolicyOptions: typeof mergeCapsulePolicyOptions;
2849
- declare const index$7_normalizeCapsulePolicyOptions: typeof normalizeCapsulePolicyOptions;
3678
+ export { index$8_AXIS_EXECUTION_CONTEXT_KEY as AXIS_EXECUTION_CONTEXT_KEY, type index$8_AxisCapsuleRef as AxisCapsuleRef, type index$8_AxisChainEncryption as AxisChainEncryption, type index$8_AxisChainEnvelope as AxisChainEnvelope, type index$8_AxisChainExecutionOptions as AxisChainExecutionOptions, index$8_AxisChainExecutor as AxisChainExecutor, type index$8_AxisChainRequest as AxisChainRequest, type index$8_AxisChainResult as AxisChainResult, type index$8_AxisChainStatus as AxisChainStatus, type index$8_AxisChainStep as AxisChainStep, type index$8_AxisChainStepResult as AxisChainStepResult, type index$8_AxisChainStepStatus as AxisChainStepStatus, type index$8_AxisDecoded as AxisDecoded, type index$8_AxisEffect as AxisEffect, type index$8_AxisExecutionContext as AxisExecutionContext, type index$8_AxisExecutionMode as AxisExecutionMode, type index$8_AxisIntentEnvelope as AxisIntentEnvelope, type index$8_AxisIntentObserver as AxisIntentObserver, type index$8_AxisKeyExchangeRef as AxisKeyExchangeRef, type index$8_AxisObservation as AxisObservation, type index$8_AxisObserverContext as AxisObserverContext, type index$8_AxisObserverEvent as AxisObserverEvent, type index$8_AxisObserverRegistration as AxisObserverRegistration, index$8_BAND as BAND, type index$8_ChainOptions as ChainOptions, index$8_HandlerDiscoveryService as HandlerDiscoveryService, index$8_IntentRouter as IntentRouter, type IntentSchema$1 as IntentSchema, type index$8_ObservationQueueConfig as ObservationQueueConfig, type index$8_ObservationQueueMessage as ObservationQueueMessage, type index$8_ObservationSensor as ObservationSensor, type index$8_ObservationStage as ObservationStage, type index$8_ObservationStreamEntry as ObservationStreamEntry, type index$8_ObservationWitnessSummary as ObservationWitnessSummary, index$8_ObserverDiscoveryService as ObserverDiscoveryService, index$8_ObserverDispatcherService as ObserverDispatcherService, index$8_ObserverRegistry as ObserverRegistry, type index$8_ObserverVerdict as ObserverVerdict, index$8_PRE_DECODE_BOUNDARY as PRE_DECODE_BOUNDARY, type index$8_RegisteredChainConfig as RegisteredChainConfig, type index$8_ResponseContract as ResponseContract, index$8_ResponseObserver as ResponseObserver, type index$8_ResponseObserverContext as ResponseObserverContext, type index$8_SensorBand as SensorBand, index$8_SensorDiscoveryService as SensorDiscoveryService, index$8_SensorRegistry as SensorRegistry, type index$8_UnsignedObservationWitness as UnsignedObservationWitness, index$8_buildQueueMessage as buildQueueMessage, index$8_buildUnsignedWitness as buildUnsignedWitness, index$8_canonicalizeObservation as canonicalizeObservation, index$8_createObservation as createObservation, index$8_decodeQueueMessage as decodeQueueMessage, index$8_encodeQueueMessage as encodeQueueMessage, index$8_endStage as endStage, index$8_finalizeObservation as finalizeObservation, index$8_getAxisExecutionContext as getAxisExecutionContext, index$8_hashObservation as hashObservation, index$8_mergeAxisExecutionContext as mergeAxisExecutionContext, index$9 as observation, index$8_parseAutoClaimEntries as parseAutoClaimEntries, index$8_parseStreamEntries as parseStreamEntries, index$8_recordSensor as recordSensor, index$8_stableJsonStringify as stableJsonStringify, index$8_startStage as startStage, index$8_verifyResponse as verifyResponse, index$8_withAxisExecutionContext as withAxisExecutionContext };
3679
+ }
3680
+
3681
+ type index$7_AlternativeIntent = AlternativeIntent;
3682
+ type index$7_ClarificationQuestion = ClarificationQuestion;
3683
+ type index$7_CompilationError = CompilationError;
3684
+ type index$7_CompilationResult = CompilationResult;
3685
+ type index$7_CompiledIntent = CompiledIntent;
3686
+ type index$7_ConstraintKind = ConstraintKind;
3687
+ type index$7_IdelCompiler = IdelCompiler;
3688
+ declare const index$7_IdelCompiler: typeof IdelCompiler;
3689
+ type index$7_IdelSchemaRegistry = IdelSchemaRegistry;
3690
+ declare const index$7_IdelSchemaRegistry: typeof IdelSchemaRegistry;
3691
+ type index$7_IntentConstraint = IntentConstraint;
3692
+ type index$7_IntentParamSchema = IntentParamSchema;
3693
+ type index$7_IntentProposal = IntentProposal;
3694
+ type index$7_IntentRisk = IntentRisk;
3695
+ type index$7_IntentSchema = IntentSchema;
3696
+ type index$7_RiskLevel = RiskLevel;
2850
3697
  declare namespace index$7 {
2851
- export { index$7_AXIS_ANONYMOUS_KEY as AXIS_ANONYMOUS_KEY, index$7_AXIS_META_KEY as AXIS_META_KEY, index$7_AXIS_PUBLIC_KEY as AXIS_PUBLIC_KEY, index$7_AXIS_RATE_LIMIT_KEY as AXIS_RATE_LIMIT_KEY, index$7_Axis as Axis, index$7_AxisAnonymous as AxisAnonymous, index$7_AxisContext as AxisContext, index$7_AxisDemoPubkey as AxisDemoPubkey, index$7_AxisFrame as AxisFrame, index$7_AxisIp as AxisIp, type index$7_AxisObserverBinding as AxisObserverBinding, type index$7_AxisObserverBindingOptions as AxisObserverBindingOptions, type index$7_AxisObserverDefinition as AxisObserverDefinition, type index$7_AxisObserverRef as AxisObserverRef, index$7_AxisPublic as AxisPublic, index$7_AxisRateLimit as AxisRateLimit, type index$7_AxisRateLimitConfig as AxisRateLimitConfig, index$7_AxisRaw as AxisRaw, type index$7_AxisRequestData as AxisRequestData, index$7_CAPSULE_POLICY_METADATA_KEY as CAPSULE_POLICY_METADATA_KEY, index$7_CHAIN_METADATA_KEY as CHAIN_METADATA_KEY, index$7_CONTRACT_METADATA_KEY as CONTRACT_METADATA_KEY, index$7_Capsule as Capsule, index$7_CapsulePolicy as CapsulePolicy, type index$7_CapsulePolicyOptions as CapsulePolicyOptions, type index$7_CapsuleScopeMode as CapsuleScopeMode, index$7_Chain as Chain, index$7_Contract as Contract, type index$7_DtoSchema as DtoSchema, index$7_HANDLER_METADATA_KEY as HANDLER_METADATA_KEY, index$7_Handler as Handler, index$7_INTENT_BODY_KEY as INTENT_BODY_KEY, index$7_INTENT_METADATA_KEY as INTENT_METADATA_KEY, index$7_INTENT_ROUTES_KEY as INTENT_ROUTES_KEY, index$7_INTENT_SENSORS_KEY as INTENT_SENSORS_KEY, index$7_Intent as Intent, index$7_IntentBody as IntentBody, type index$7_IntentKind as IntentKind, type index$7_IntentOptions as IntentOptions, type index$7_IntentRoute as IntentRoute, index$7_IntentSensors as IntentSensors, type index$7_IntentTlvField as IntentTlvField, index$7_OBSERVER_BINDINGS_KEY as OBSERVER_BINDINGS_KEY, index$7_OBSERVER_METADATA_KEY as OBSERVER_METADATA_KEY, index$7_Observer as Observer, index$7_REQUIRED_PROOF_METADATA_KEY as REQUIRED_PROOF_METADATA_KEY, index$7_RequiredProof as RequiredProof, type index$7_RequiredProofKind as RequiredProofKind, index$7_SENSITIVITY_METADATA_KEY as SENSITIVITY_METADATA_KEY, index$7_SENSOR_METADATA_KEY as SENSOR_METADATA_KEY, index$7_Sensitivity as Sensitivity, index$7_Sensor as Sensor, type index$7_SensorOptions as SensorOptions, type index$7_SensorPhase as SensorPhase, index$7_TLV_FIELDS_KEY as TLV_FIELDS_KEY, index$7_TLV_VALIDATORS_KEY as TLV_VALIDATORS_KEY, index$7_TlvEnum as TlvEnum, index$7_TlvField as TlvField, type index$7_TlvFieldKind as TlvFieldKind, type index$7_TlvFieldMeta as TlvFieldMeta, type index$7_TlvFieldOptions as TlvFieldOptions, index$7_TlvMinLen as TlvMinLen, index$7_TlvRange as TlvRange, index$7_TlvUtf8Pattern as TlvUtf8Pattern, index$7_TlvValidate as TlvValidate, type index$7_TlvValidatorFn as TlvValidatorFn, type index$7_TlvValidatorMeta as TlvValidatorMeta, index$7_Witness as Witness, index$7_buildDtoDecoder as buildDtoDecoder, index$7_extractDtoSchema as extractDtoSchema, index$7_mergeCapsulePolicyOptions as mergeCapsulePolicyOptions, index$7_normalizeCapsulePolicyOptions as normalizeCapsulePolicyOptions };
2852
- }
2853
-
2854
- type index$6_ObservationQueueConfig = ObservationQueueConfig;
2855
- type index$6_ObservationQueueMessage = ObservationQueueMessage;
2856
- type index$6_ObservationStreamEntry = ObservationStreamEntry;
2857
- type index$6_ObservationWitnessSummary = ObservationWitnessSummary;
2858
- type index$6_ObserverVerdict = ObserverVerdict;
2859
- type index$6_ResponseContract = ResponseContract;
2860
- declare const index$6_ResponseObserver: typeof ResponseObserver;
2861
- type index$6_ResponseObserverContext = ResponseObserverContext;
2862
- type index$6_UnsignedObservationWitness = UnsignedObservationWitness;
2863
- declare const index$6_buildQueueMessage: typeof buildQueueMessage;
2864
- declare const index$6_buildUnsignedWitness: typeof buildUnsignedWitness;
2865
- declare const index$6_canonicalizeObservation: typeof canonicalizeObservation;
2866
- declare const index$6_decodeQueueMessage: typeof decodeQueueMessage;
2867
- declare const index$6_encodeQueueMessage: typeof encodeQueueMessage;
2868
- declare const index$6_hashObservation: typeof hashObservation;
2869
- declare const index$6_parseAutoClaimEntries: typeof parseAutoClaimEntries;
2870
- declare const index$6_parseStreamEntries: typeof parseStreamEntries;
2871
- declare const index$6_stableJsonStringify: typeof stableJsonStringify;
2872
- declare const index$6_verifyResponse: typeof verifyResponse;
3698
+ export { type index$7_AlternativeIntent as AlternativeIntent, type index$7_ClarificationQuestion as ClarificationQuestion, type index$7_CompilationError as CompilationError, type index$7_CompilationResult as CompilationResult, type index$7_CompiledIntent as CompiledIntent, type index$7_ConstraintKind as ConstraintKind, index$7_IdelCompiler as IdelCompiler, index$7_IdelSchemaRegistry as IdelSchemaRegistry, type index$7_IntentConstraint as IntentConstraint, type index$7_IntentParamSchema as IntentParamSchema, type index$7_IntentProposal as IntentProposal, type index$7_IntentRisk as IntentRisk, type index$7_IntentSchema as IntentSchema, type index$7_RiskLevel as RiskLevel };
3699
+ }
3700
+
3701
+ type index$6_Grant = Grant;
3702
+ type index$6_GrantCapability = GrantCapability;
3703
+ type index$6_GrantMeta = GrantMeta;
3704
+ type index$6_GrantStatus = GrantStatus;
3705
+ type index$6_GrantType = GrantType;
3706
+ type index$6_GrantValidationResult = GrantValidationResult;
3707
+ type index$6_LoomExecutionResult = LoomExecutionResult;
3708
+ type index$6_LoomReceipt = LoomReceipt;
3709
+ type index$6_LoomValidationResult = LoomValidationResult;
3710
+ declare const index$6_PROOF_LOOM: typeof PROOF_LOOM;
3711
+ type index$6_PresenceChallenge = PresenceChallenge;
3712
+ type index$6_PresenceDeclaration = PresenceDeclaration;
3713
+ type index$6_PresenceProof = PresenceProof;
3714
+ type index$6_PresenceReceipt = PresenceReceipt;
3715
+ type index$6_PresenceStatus = PresenceStatus;
3716
+ type index$6_PresenceVerifyResult = PresenceVerifyResult;
3717
+ type index$6_Revocation = Revocation;
3718
+ type index$6_RevocationTargetType = RevocationTargetType;
3719
+ type index$6_ThreadState = ThreadState;
3720
+ type index$6_Writ = Writ;
3721
+ type index$6_WritBody = WritBody;
3722
+ type index$6_WritHead = WritHead;
3723
+ type index$6_WritMeta = WritMeta;
3724
+ type index$6_WritSignature = WritSignature;
3725
+ type index$6_WritValidationResult = WritValidationResult;
3726
+ declare const index$6_canonicalizeGrant: typeof canonicalizeGrant;
3727
+ declare const index$6_canonicalizeWrit: typeof canonicalizeWrit;
3728
+ declare const index$6_createGrant: typeof createGrant;
3729
+ declare const index$6_createPresenceChallenge: typeof createPresenceChallenge;
3730
+ declare const index$6_createReceipt: typeof createReceipt;
3731
+ declare const index$6_createRevocation: typeof createRevocation;
3732
+ declare const index$6_createWrit: typeof createWrit;
3733
+ declare const index$6_deriveAnchorReflection: typeof deriveAnchorReflection;
3734
+ declare const index$6_executeLoomPipeline: typeof executeLoomPipeline;
3735
+ declare const index$6_getGrantStatus: typeof getGrantStatus;
3736
+ declare const index$6_getPresenceStatus: typeof getPresenceStatus;
3737
+ declare const index$6_grantCoversAction: typeof grantCoversAction;
3738
+ declare const index$6_isRevoked: typeof isRevoked;
3739
+ declare const index$6_renewPresence: typeof renewPresence;
3740
+ declare const index$6_signPresenceChallenge: typeof signPresenceChallenge;
3741
+ declare const index$6_updateThreadState: typeof updateThreadState;
3742
+ declare const index$6_validateGrant: typeof validateGrant;
3743
+ declare const index$6_validateWrit: typeof validateWrit;
3744
+ declare const index$6_verifyPresenceProof: typeof verifyPresenceProof;
3745
+ declare const index$6_verifyReceiptChain: typeof verifyReceiptChain;
2873
3746
  declare namespace index$6 {
2874
- export { type index$6_ObservationQueueConfig as ObservationQueueConfig, type index$6_ObservationQueueMessage as ObservationQueueMessage, type index$6_ObservationStreamEntry as ObservationStreamEntry, type index$6_ObservationWitnessSummary as ObservationWitnessSummary, type index$6_ObserverVerdict as ObserverVerdict, type index$6_ResponseContract as ResponseContract, index$6_ResponseObserver as ResponseObserver, type index$6_ResponseObserverContext as ResponseObserverContext, type index$6_UnsignedObservationWitness as UnsignedObservationWitness, index$6_buildQueueMessage as buildQueueMessage, index$6_buildUnsignedWitness as buildUnsignedWitness, index$6_canonicalizeObservation as canonicalizeObservation, index$6_decodeQueueMessage as decodeQueueMessage, index$6_encodeQueueMessage as encodeQueueMessage, index$6_hashObservation as hashObservation, index$6_parseAutoClaimEntries as parseAutoClaimEntries, index$6_parseStreamEntries as parseStreamEntries, index$6_stableJsonStringify as stableJsonStringify, index$6_verifyResponse as verifyResponse };
2875
- }
2876
-
2877
- declare const index$5_AXIS_EXECUTION_CONTEXT_KEY: typeof AXIS_EXECUTION_CONTEXT_KEY;
2878
- type index$5_AxisCapsuleRef = AxisCapsuleRef;
2879
- type index$5_AxisChainEncryption = AxisChainEncryption;
2880
- type index$5_AxisChainEnvelope<TInput = unknown> = AxisChainEnvelope<TInput>;
2881
- type index$5_AxisChainExecutionOptions = AxisChainExecutionOptions;
2882
- type index$5_AxisChainExecutor = AxisChainExecutor;
2883
- declare const index$5_AxisChainExecutor: typeof AxisChainExecutor;
2884
- type index$5_AxisChainRequest<TInput = unknown, TCapsule = Record<string, unknown>> = AxisChainRequest<TInput, TCapsule>;
2885
- type index$5_AxisChainResult<TOutput = unknown> = AxisChainResult<TOutput>;
2886
- type index$5_AxisChainStatus = AxisChainStatus;
2887
- type index$5_AxisChainStep<TInput = unknown> = AxisChainStep<TInput>;
2888
- type index$5_AxisChainStepResult<TOutput = unknown> = AxisChainStepResult<TOutput>;
2889
- type index$5_AxisChainStepStatus = AxisChainStepStatus;
2890
- type index$5_AxisDecoded = AxisDecoded;
2891
- type index$5_AxisEffect = AxisEffect;
2892
- type index$5_AxisExecutionContext = AxisExecutionContext;
2893
- type index$5_AxisExecutionMode = AxisExecutionMode;
2894
- type index$5_AxisIntentEnvelope<TPayload = unknown> = AxisIntentEnvelope<TPayload>;
2895
- type index$5_AxisIntentObserver = AxisIntentObserver;
2896
- type index$5_AxisKeyExchangeRef = AxisKeyExchangeRef;
2897
- type index$5_AxisObservation = AxisObservation;
2898
- type index$5_AxisObserverContext = AxisObserverContext;
2899
- type index$5_AxisObserverEvent = AxisObserverEvent;
2900
- type index$5_AxisObserverRegistration = AxisObserverRegistration;
2901
- declare const index$5_BAND: typeof BAND;
2902
- type index$5_ChainOptions = ChainOptions;
2903
- type index$5_HandlerDiscoveryService = HandlerDiscoveryService;
2904
- declare const index$5_HandlerDiscoveryService: typeof HandlerDiscoveryService;
2905
- type index$5_IntentRouter = IntentRouter;
2906
- declare const index$5_IntentRouter: typeof IntentRouter;
2907
- type index$5_IntentSchema = IntentSchema;
2908
- type index$5_ObservationQueueConfig = ObservationQueueConfig;
2909
- type index$5_ObservationQueueMessage = ObservationQueueMessage;
2910
- type index$5_ObservationSensor = ObservationSensor;
2911
- type index$5_ObservationStage = ObservationStage;
2912
- type index$5_ObservationStreamEntry = ObservationStreamEntry;
2913
- type index$5_ObservationWitnessSummary = ObservationWitnessSummary;
2914
- type index$5_ObserverDiscoveryService = ObserverDiscoveryService;
2915
- declare const index$5_ObserverDiscoveryService: typeof ObserverDiscoveryService;
2916
- type index$5_ObserverDispatcherService = ObserverDispatcherService;
2917
- declare const index$5_ObserverDispatcherService: typeof ObserverDispatcherService;
2918
- type index$5_ObserverRegistry = ObserverRegistry;
2919
- declare const index$5_ObserverRegistry: typeof ObserverRegistry;
2920
- type index$5_ObserverVerdict = ObserverVerdict;
2921
- declare const index$5_PRE_DECODE_BOUNDARY: typeof PRE_DECODE_BOUNDARY;
2922
- type index$5_RegisteredChainConfig = RegisteredChainConfig;
2923
- type index$5_ResponseContract = ResponseContract;
2924
- declare const index$5_ResponseObserver: typeof ResponseObserver;
2925
- type index$5_ResponseObserverContext = ResponseObserverContext;
2926
- type index$5_SensorBand = SensorBand;
2927
- type index$5_SensorDiscoveryService = SensorDiscoveryService;
2928
- declare const index$5_SensorDiscoveryService: typeof SensorDiscoveryService;
2929
- type index$5_SensorRegistry = SensorRegistry;
2930
- declare const index$5_SensorRegistry: typeof SensorRegistry;
2931
- type index$5_UnsignedObservationWitness = UnsignedObservationWitness;
2932
- declare const index$5_buildQueueMessage: typeof buildQueueMessage;
2933
- declare const index$5_buildUnsignedWitness: typeof buildUnsignedWitness;
2934
- declare const index$5_canonicalizeObservation: typeof canonicalizeObservation;
2935
- declare const index$5_createObservation: typeof createObservation;
2936
- declare const index$5_decodeQueueMessage: typeof decodeQueueMessage;
2937
- declare const index$5_encodeQueueMessage: typeof encodeQueueMessage;
2938
- declare const index$5_endStage: typeof endStage;
2939
- declare const index$5_finalizeObservation: typeof finalizeObservation;
2940
- declare const index$5_getAxisExecutionContext: typeof getAxisExecutionContext;
2941
- declare const index$5_hashObservation: typeof hashObservation;
2942
- declare const index$5_mergeAxisExecutionContext: typeof mergeAxisExecutionContext;
2943
- declare const index$5_parseAutoClaimEntries: typeof parseAutoClaimEntries;
2944
- declare const index$5_parseStreamEntries: typeof parseStreamEntries;
2945
- declare const index$5_recordSensor: typeof recordSensor;
2946
- declare const index$5_stableJsonStringify: typeof stableJsonStringify;
2947
- declare const index$5_startStage: typeof startStage;
2948
- declare const index$5_verifyResponse: typeof verifyResponse;
2949
- declare const index$5_withAxisExecutionContext: typeof withAxisExecutionContext;
3747
+ export { type index$6_Grant as Grant, type index$6_GrantCapability as GrantCapability, type index$6_GrantMeta as GrantMeta, type index$6_GrantStatus as GrantStatus, type index$6_GrantType as GrantType, type index$6_GrantValidationResult as GrantValidationResult, type index$6_LoomExecutionResult as LoomExecutionResult, type index$6_LoomReceipt as LoomReceipt, type index$6_LoomValidationResult as LoomValidationResult, index$6_PROOF_LOOM as PROOF_LOOM, type index$6_PresenceChallenge as PresenceChallenge, type index$6_PresenceDeclaration as PresenceDeclaration, type index$6_PresenceProof as PresenceProof, type index$6_PresenceReceipt as PresenceReceipt, type index$6_PresenceStatus as PresenceStatus, type index$6_PresenceVerifyResult as PresenceVerifyResult, type index$6_Revocation as Revocation, type index$6_RevocationTargetType as RevocationTargetType, TLV_LOOM_PRESENCE_ID as TLV_PRESENCE_ID, TLV_LOOM_THREAD_HASH as TLV_THREAD_HASH, TLV_LOOM_WRIT as TLV_WRIT, type index$6_ThreadState as ThreadState, type index$6_Writ as Writ, type index$6_WritBody as WritBody, type index$6_WritHead as WritHead, type index$6_WritMeta as WritMeta, type index$6_WritSignature as WritSignature, type index$6_WritValidationResult as WritValidationResult, index$6_canonicalizeGrant as canonicalizeGrant, index$6_canonicalizeWrit as canonicalizeWrit, index$6_createGrant as createGrant, index$6_createPresenceChallenge as createPresenceChallenge, index$6_createReceipt as createReceipt, index$6_createRevocation as createRevocation, index$6_createWrit as createWrit, index$6_deriveAnchorReflection as deriveAnchorReflection, index$6_executeLoomPipeline as executeLoomPipeline, index$6_getGrantStatus as getGrantStatus, index$6_getPresenceStatus as getPresenceStatus, index$6_grantCoversAction as grantCoversAction, index$6_isRevoked as isRevoked, index$6_renewPresence as renewPresence, index$6_signPresenceChallenge as signPresenceChallenge, index$6_updateThreadState as updateThreadState, index$6_validateGrant as validateGrant, index$6_validateWrit as validateWrit, index$6_verifyPresenceProof as verifyPresenceProof, index$6_verifyReceiptChain as verifyReceiptChain };
3748
+ }
3749
+
3750
+ type index$5_Fabric = Fabric;
3751
+ type index$5_FabricCell = FabricCell;
3752
+ type index$5_FabricDiff = FabricDiff;
3753
+ type index$5_FabricDiffEntry = FabricDiffEntry;
3754
+ type index$5_FabricDiffKind = FabricDiffKind;
3755
+ type index$5_FabricEffect = FabricEffect;
3756
+ type index$5_FabricEffectResolver = FabricEffectResolver;
3757
+ type index$5_FabricQuery = FabricQuery;
3758
+ type index$5_InMemoryPatternStore = InMemoryPatternStore;
3759
+ declare const index$5_InMemoryPatternStore: typeof InMemoryPatternStore;
3760
+ type index$5_Knot = Knot;
3761
+ type index$5_KnotBreakRequest = KnotBreakRequest;
3762
+ type index$5_KnotError = KnotError;
3763
+ type index$5_KnotStatus = KnotStatus;
3764
+ type index$5_KnotType = KnotType;
3765
+ type index$5_KnotValidationResult = KnotValidationResult;
3766
+ type index$5_Needle = Needle;
3767
+ type index$5_NeedleError = NeedleError;
3768
+ type index$5_NeedleHandler = NeedleHandler;
3769
+ type index$5_NeedleHandlerContext = NeedleHandlerContext;
3770
+ type index$5_NeedleHandlerResult = NeedleHandlerResult;
3771
+ type index$5_NeedlePhase = NeedlePhase;
3772
+ type index$5_NeedlePipelineConfig = NeedlePipelineConfig;
3773
+ type index$5_NeedlePipelineResult = NeedlePipelineResult;
3774
+ type index$5_OpenKnotParams = OpenKnotParams;
3775
+ type index$5_Pattern = Pattern;
3776
+ type index$5_PatternConfidence = PatternConfidence;
3777
+ type index$5_PatternKind = PatternKind;
3778
+ type index$5_PatternMatch = PatternMatch;
3779
+ type index$5_PatternPrediction = PatternPrediction;
3780
+ type index$5_PatternSignature = PatternSignature;
3781
+ type index$5_PatternStore = PatternStore;
3782
+ type index$5_Stitch = Stitch;
3783
+ type index$5_StitchKind = StitchKind;
3784
+ type index$5_Thread = Thread;
3785
+ declare const index$5_addStitchToKnot: typeof addStitchToKnot;
3786
+ declare const index$5_applyStitch: typeof applyStitch;
3787
+ declare const index$5_assembleNeedle: typeof assembleNeedle;
3788
+ declare const index$5_breakKnot: typeof breakKnot;
3789
+ declare const index$5_createFabric: typeof createFabric;
3790
+ declare const index$5_detectAnomalies: typeof detectAnomalies;
3791
+ declare const index$5_detectKnotPatterns: typeof detectKnotPatterns;
3792
+ declare const index$5_detectSequencePatterns: typeof detectSequencePatterns;
3793
+ declare const index$5_diffFabrics: typeof diffFabrics;
3794
+ declare const index$5_findKnotsForStitch: typeof findKnotsForStitch;
3795
+ declare const index$5_forkFromKnot: typeof forkFromKnot;
3796
+ declare const index$5_formStitch: typeof formStitch;
3797
+ declare const index$5_getDecisionPoints: typeof getDecisionPoints;
3798
+ declare const index$5_getFabricValue: typeof getFabricValue;
3799
+ declare const index$5_getIrreversibleKnots: typeof getIrreversibleKnots;
3800
+ declare const index$5_isKnotOpen: typeof isKnotOpen;
3801
+ declare const index$5_isPointOfNoReturn: typeof isPointOfNoReturn;
3802
+ declare const index$5_lockCells: typeof lockCells;
3803
+ declare const index$5_matchPatterns: typeof matchPatterns;
3804
+ declare const index$5_openKnot: typeof openKnot;
3805
+ declare const index$5_projectAt: typeof projectAt;
3806
+ declare const index$5_queryFabric: typeof queryFabric;
3807
+ declare const index$5_recordOccurrence: typeof recordOccurrence;
3808
+ declare const index$5_runNeedlePipeline: typeof runNeedlePipeline;
3809
+ declare const index$5_tieKnot: typeof tieKnot;
3810
+ declare const index$5_validateKnot: typeof validateKnot;
3811
+ declare const index$5_weave: typeof weave;
2950
3812
  declare namespace index$5 {
2951
- export { index$5_AXIS_EXECUTION_CONTEXT_KEY as AXIS_EXECUTION_CONTEXT_KEY, type index$5_AxisCapsuleRef as AxisCapsuleRef, type index$5_AxisChainEncryption as AxisChainEncryption, type index$5_AxisChainEnvelope as AxisChainEnvelope, type index$5_AxisChainExecutionOptions as AxisChainExecutionOptions, index$5_AxisChainExecutor as AxisChainExecutor, type index$5_AxisChainRequest as AxisChainRequest, type index$5_AxisChainResult as AxisChainResult, type index$5_AxisChainStatus as AxisChainStatus, type index$5_AxisChainStep as AxisChainStep, type index$5_AxisChainStepResult as AxisChainStepResult, type index$5_AxisChainStepStatus as AxisChainStepStatus, type index$5_AxisDecoded as AxisDecoded, type index$5_AxisEffect as AxisEffect, type index$5_AxisExecutionContext as AxisExecutionContext, type index$5_AxisExecutionMode as AxisExecutionMode, type index$5_AxisIntentEnvelope as AxisIntentEnvelope, type index$5_AxisIntentObserver as AxisIntentObserver, type index$5_AxisKeyExchangeRef as AxisKeyExchangeRef, type index$5_AxisObservation as AxisObservation, type index$5_AxisObserverContext as AxisObserverContext, type index$5_AxisObserverEvent as AxisObserverEvent, type index$5_AxisObserverRegistration as AxisObserverRegistration, index$5_BAND as BAND, type index$5_ChainOptions as ChainOptions, index$5_HandlerDiscoveryService as HandlerDiscoveryService, index$5_IntentRouter as IntentRouter, type index$5_IntentSchema as IntentSchema, type index$5_ObservationQueueConfig as ObservationQueueConfig, type index$5_ObservationQueueMessage as ObservationQueueMessage, type index$5_ObservationSensor as ObservationSensor, type index$5_ObservationStage as ObservationStage, type index$5_ObservationStreamEntry as ObservationStreamEntry, type index$5_ObservationWitnessSummary as ObservationWitnessSummary, index$5_ObserverDiscoveryService as ObserverDiscoveryService, index$5_ObserverDispatcherService as ObserverDispatcherService, index$5_ObserverRegistry as ObserverRegistry, type index$5_ObserverVerdict as ObserverVerdict, index$5_PRE_DECODE_BOUNDARY as PRE_DECODE_BOUNDARY, type index$5_RegisteredChainConfig as RegisteredChainConfig, type index$5_ResponseContract as ResponseContract, index$5_ResponseObserver as ResponseObserver, type index$5_ResponseObserverContext as ResponseObserverContext, type index$5_SensorBand as SensorBand, index$5_SensorDiscoveryService as SensorDiscoveryService, index$5_SensorRegistry as SensorRegistry, type index$5_UnsignedObservationWitness as UnsignedObservationWitness, index$5_buildQueueMessage as buildQueueMessage, index$5_buildUnsignedWitness as buildUnsignedWitness, index$5_canonicalizeObservation as canonicalizeObservation, index$5_createObservation as createObservation, index$5_decodeQueueMessage as decodeQueueMessage, index$5_encodeQueueMessage as encodeQueueMessage, index$5_endStage as endStage, index$5_finalizeObservation as finalizeObservation, index$5_getAxisExecutionContext as getAxisExecutionContext, index$5_hashObservation as hashObservation, index$5_mergeAxisExecutionContext as mergeAxisExecutionContext, index$6 as observation, index$5_parseAutoClaimEntries as parseAutoClaimEntries, index$5_parseStreamEntries as parseStreamEntries, index$5_recordSensor as recordSensor, index$5_stableJsonStringify as stableJsonStringify, index$5_startStage as startStage, index$5_verifyResponse as verifyResponse, index$5_withAxisExecutionContext as withAxisExecutionContext };
2952
- }
2953
-
2954
- type index$4_Grant = Grant;
2955
- type index$4_GrantCapability = GrantCapability;
2956
- type index$4_GrantMeta = GrantMeta;
2957
- type index$4_GrantStatus = GrantStatus;
2958
- type index$4_GrantType = GrantType;
2959
- type index$4_GrantValidationResult = GrantValidationResult;
2960
- type index$4_LoomReceipt = LoomReceipt;
2961
- type index$4_LoomValidationResult = LoomValidationResult;
2962
- declare const index$4_PROOF_LOOM: typeof PROOF_LOOM;
2963
- type index$4_PresenceChallenge = PresenceChallenge;
2964
- type index$4_PresenceDeclaration = PresenceDeclaration;
2965
- type index$4_PresenceProof = PresenceProof;
2966
- type index$4_PresenceReceipt = PresenceReceipt;
2967
- type index$4_PresenceStatus = PresenceStatus;
2968
- type index$4_PresenceVerifyResult = PresenceVerifyResult;
2969
- type index$4_Revocation = Revocation;
2970
- type index$4_RevocationTargetType = RevocationTargetType;
2971
- type index$4_ThreadState = ThreadState;
2972
- type index$4_Writ = Writ;
2973
- type index$4_WritBody = WritBody;
2974
- type index$4_WritHead = WritHead;
2975
- type index$4_WritMeta = WritMeta;
2976
- type index$4_WritSignature = WritSignature;
2977
- type index$4_WritValidationResult = WritValidationResult;
2978
- declare const index$4_canonicalizeGrant: typeof canonicalizeGrant;
2979
- declare const index$4_canonicalizeWrit: typeof canonicalizeWrit;
2980
- declare const index$4_deriveAnchorReflection: typeof deriveAnchorReflection;
2981
- declare namespace index$4 {
2982
- export { type index$4_Grant as Grant, type index$4_GrantCapability as GrantCapability, type index$4_GrantMeta as GrantMeta, type index$4_GrantStatus as GrantStatus, type index$4_GrantType as GrantType, type index$4_GrantValidationResult as GrantValidationResult, type index$4_LoomReceipt as LoomReceipt, type index$4_LoomValidationResult as LoomValidationResult, index$4_PROOF_LOOM as PROOF_LOOM, type index$4_PresenceChallenge as PresenceChallenge, type index$4_PresenceDeclaration as PresenceDeclaration, type index$4_PresenceProof as PresenceProof, type index$4_PresenceReceipt as PresenceReceipt, type index$4_PresenceStatus as PresenceStatus, type index$4_PresenceVerifyResult as PresenceVerifyResult, type index$4_Revocation as Revocation, type index$4_RevocationTargetType as RevocationTargetType, TLV_LOOM_PRESENCE_ID as TLV_PRESENCE_ID, TLV_LOOM_THREAD_HASH as TLV_THREAD_HASH, TLV_LOOM_WRIT as TLV_WRIT, type index$4_ThreadState as ThreadState, type index$4_Writ as Writ, type index$4_WritBody as WritBody, type index$4_WritHead as WritHead, type index$4_WritMeta as WritMeta, type index$4_WritSignature as WritSignature, type index$4_WritValidationResult as WritValidationResult, index$4_canonicalizeGrant as canonicalizeGrant, index$4_canonicalizeWrit as canonicalizeWrit, index$4_deriveAnchorReflection as deriveAnchorReflection };
3813
+ export { type index$5_Fabric as Fabric, type index$5_FabricCell as FabricCell, type index$5_FabricDiff as FabricDiff, type index$5_FabricDiffEntry as FabricDiffEntry, type index$5_FabricDiffKind as FabricDiffKind, type index$5_FabricEffect as FabricEffect, type index$5_FabricEffectResolver as FabricEffectResolver, type index$5_FabricQuery as FabricQuery, index$5_InMemoryPatternStore as InMemoryPatternStore, type index$5_Knot as Knot, type index$5_KnotBreakRequest as KnotBreakRequest, type index$5_KnotError as KnotError, type index$5_KnotStatus as KnotStatus, type index$5_KnotType as KnotType, type index$5_KnotValidationResult as KnotValidationResult, type index$5_Needle as Needle, type index$5_NeedleError as NeedleError, type index$5_NeedleHandler as NeedleHandler, type index$5_NeedleHandlerContext as NeedleHandlerContext, type index$5_NeedleHandlerResult as NeedleHandlerResult, type index$5_NeedlePhase as NeedlePhase, type index$5_NeedlePipelineConfig as NeedlePipelineConfig, type index$5_NeedlePipelineResult as NeedlePipelineResult, type index$5_OpenKnotParams as OpenKnotParams, type index$5_Pattern as Pattern, type index$5_PatternConfidence as PatternConfidence, type index$5_PatternKind as PatternKind, type index$5_PatternMatch as PatternMatch, type index$5_PatternPrediction as PatternPrediction, type index$5_PatternSignature as PatternSignature, type index$5_PatternStore as PatternStore, type index$5_Stitch as Stitch, type index$5_StitchKind as StitchKind, type index$5_Thread as Thread, index$5_addStitchToKnot as addStitchToKnot, index$5_applyStitch as applyStitch, index$5_assembleNeedle as assembleNeedle, index$5_breakKnot as breakKnot, index$5_createFabric as createFabric, index$5_detectAnomalies as detectAnomalies, index$5_detectKnotPatterns as detectKnotPatterns, index$5_detectSequencePatterns as detectSequencePatterns, index$5_diffFabrics as diffFabrics, index$5_findKnotsForStitch as findKnotsForStitch, index$5_forkFromKnot as forkFromKnot, index$5_formStitch as formStitch, index$5_getDecisionPoints as getDecisionPoints, index$5_getFabricValue as getFabricValue, index$5_getIrreversibleKnots as getIrreversibleKnots, index$5_isKnotOpen as isKnotOpen, index$5_isPointOfNoReturn as isPointOfNoReturn, index$5_lockCells as lockCells, index$5_matchPatterns as matchPatterns, index$5_openKnot as openKnot, index$5_projectAt as projectAt, index$5_queryFabric as queryFabric, index$5_recordOccurrence as recordOccurrence, index$5_runNeedlePipeline as runNeedlePipeline, index$5_tieKnot as tieKnot, index$5_validateKnot as validateKnot, index$5_weave as weave };
2983
3814
  }
2984
3815
 
2985
3816
  declare enum BodyProfile {
@@ -3002,108 +3833,108 @@ declare class BodyProfileValidator {
3002
3833
  private validateArr;
3003
3834
  }
3004
3835
 
3005
- type index$3_AccessProfile = AccessProfile;
3006
- declare const index$3_AccessProfileZ: typeof AccessProfileZ;
3007
- declare const index$3_AxisContextZ: typeof AxisContextZ;
3008
- type index$3_AxisError = AxisError;
3009
- declare const index$3_AxisErrorZ: typeof AxisErrorZ;
3010
- type index$3_BodyBudgetInput = BodyBudgetInput;
3011
- declare const index$3_BodyBudgetInputZ: typeof BodyBudgetInputZ;
3012
- type index$3_BodyBudgetPolicy = BodyBudgetPolicy;
3013
- declare const index$3_BodyBudgetPolicyZ: typeof BodyBudgetPolicyZ;
3014
- type index$3_BodyProfile = BodyProfile;
3015
- declare const index$3_BodyProfile: typeof BodyProfile;
3016
- type index$3_BodyProfileValidation = BodyProfileValidation;
3017
- type index$3_BodyProfileValidator = BodyProfileValidator;
3018
- declare const index$3_BodyProfileValidator: typeof BodyProfileValidator;
3019
- declare const index$3_BodyProfileZ: typeof BodyProfileZ;
3020
- type index$3_CapsuleClaims = CapsuleClaims;
3021
- declare const index$3_CapsuleClaimsZ: typeof CapsuleClaimsZ;
3022
- type index$3_CapsuleValidationResult = CapsuleValidationResult;
3023
- declare const index$3_CapsuleValidationResultZ: typeof CapsuleValidationResultZ;
3024
- type index$3_CapsuleVerifyResult = CapsuleVerifyResult;
3025
- declare const index$3_CapsuleVerifyResultZ: typeof CapsuleVerifyResultZ;
3026
- type index$3_CapsuleVerifySensorInput = CapsuleVerifySensorInput;
3027
- declare const index$3_CapsuleVerifySensorInputZ: typeof CapsuleVerifySensorInputZ;
3028
- declare const index$3_CapsuleZ: typeof CapsuleZ;
3029
- type index$3_ChunkHashInput = ChunkHashInput;
3030
- declare const index$3_ChunkHashInputZ: typeof ChunkHashInputZ;
3031
- type index$3_CountryBlockDecision = CountryBlockDecision;
3032
- declare const index$3_CountryBlockDecisionZ: typeof CountryBlockDecisionZ;
3033
- type index$3_CountryBlockSensorInput = CountryBlockSensorInput;
3034
- declare const index$3_CountryBlockSensorInputZ: typeof CountryBlockSensorInputZ;
3035
- type index$3_EntropySensorInput = EntropySensorInput;
3036
- declare const index$3_EntropySensorInputZ: typeof EntropySensorInputZ;
3037
- declare const index$3_ExecutionMetricsZ: typeof ExecutionMetricsZ;
3038
- type index$3_IPReputation = IPReputation;
3039
- type index$3_IPReputationInput = IPReputationInput;
3040
- declare const index$3_IPReputationInputZ: typeof IPReputationInputZ;
3041
- declare const index$3_IPReputationZ: typeof IPReputationZ;
3042
- type index$3_IntentPolicy = IntentPolicy;
3043
- type index$3_IntentPolicyDecision = IntentPolicyDecision;
3044
- declare const index$3_IntentPolicyDecisionZ: typeof IntentPolicyDecisionZ;
3045
- type index$3_IntentPolicySensorInput = IntentPolicySensorInput;
3046
- declare const index$3_IntentPolicySensorInputZ: typeof IntentPolicySensorInputZ;
3047
- declare const index$3_IntentPolicyZ: typeof IntentPolicyZ;
3048
- declare const index$3_IntentSchemaZ: typeof IntentSchemaZ;
3049
- type index$3_Passport = Passport;
3050
- declare const index$3_PassportZ: typeof PassportZ;
3051
- type index$3_ProofKind = ProofKind;
3052
- declare const index$3_ProofKindZ: typeof ProofKindZ;
3053
- type index$3_ProofPresenceInput = ProofPresenceInput;
3054
- declare const index$3_ProofPresenceInputZ: typeof ProofPresenceInputZ;
3055
- type index$3_ProtocolStrictInput = ProtocolStrictInput;
3056
- declare const index$3_ProtocolStrictInputZ: typeof ProtocolStrictInputZ;
3057
- type index$3_RateLimitConfig = RateLimitConfig;
3058
- declare const index$3_RateLimitConfigZ: typeof RateLimitConfigZ;
3059
- type index$3_RateLimitInput = RateLimitInput;
3060
- declare const index$3_RateLimitInputZ: typeof RateLimitInputZ;
3061
- type index$3_RateLimitProfile = RateLimitProfile;
3062
- declare const index$3_RateLimitProfileZ: typeof RateLimitProfileZ;
3063
- type index$3_ScanBurstDecision = ScanBurstDecision;
3064
- declare const index$3_ScanBurstDecisionZ: typeof ScanBurstDecisionZ;
3065
- type index$3_ScanBurstSensorInput = ScanBurstSensorInput;
3066
- declare const index$3_ScanBurstSensorInputZ: typeof ScanBurstSensorInputZ;
3067
- type index$3_SchemaField = SchemaField;
3068
- type index$3_SchemaFieldKind = SchemaFieldKind;
3069
- declare const index$3_SchemaFieldKindZ: typeof SchemaFieldKindZ;
3070
- declare const index$3_SchemaFieldZ: typeof SchemaFieldZ;
3071
- type index$3_Scope = Scope;
3072
- declare const index$3_ScopeZ: typeof ScopeZ;
3073
- type index$3_SensitivityLevel = SensitivityLevel;
3074
- declare const index$3_SensitivityLevelZ: typeof SensitivityLevelZ;
3075
- type index$3_SensorChainInput = SensorChainInput;
3076
- declare const index$3_SensorChainInputZ: typeof SensorChainInputZ;
3077
- declare const index$3_SensorDecisionWithMetadataZ: typeof SensorDecisionWithMetadataZ;
3078
- declare const index$3_SensorDecisionZ: typeof SensorDecisionZ;
3079
- type index$3_SensorResult = SensorResult;
3080
- declare const index$3_SensorResultZ: typeof SensorResultZ;
3081
- type index$3_UploadSession = UploadSession;
3082
- declare const index$3_UploadSessionZ: typeof UploadSessionZ;
3083
- type index$3_UploadStatus = UploadStatus;
3084
- declare const index$3_UploadStatusZ: typeof UploadStatusZ;
3085
- type index$3_WsHandshakeDecision = WsHandshakeDecision;
3086
- declare const index$3_WsHandshakeDecisionZ: typeof WsHandshakeDecisionZ;
3087
- type index$3_WsHandshakeInput = WsHandshakeInput;
3088
- declare const index$3_WsHandshakeInputZ: typeof WsHandshakeInputZ;
3836
+ type index$4_AccessProfile = AccessProfile;
3837
+ declare const index$4_AccessProfileZ: typeof AccessProfileZ;
3838
+ declare const index$4_AxisContextZ: typeof AxisContextZ;
3839
+ type index$4_AxisError = AxisError;
3840
+ declare const index$4_AxisErrorZ: typeof AxisErrorZ;
3841
+ type index$4_BodyBudgetInput = BodyBudgetInput;
3842
+ declare const index$4_BodyBudgetInputZ: typeof BodyBudgetInputZ;
3843
+ type index$4_BodyBudgetPolicy = BodyBudgetPolicy;
3844
+ declare const index$4_BodyBudgetPolicyZ: typeof BodyBudgetPolicyZ;
3845
+ type index$4_BodyProfile = BodyProfile;
3846
+ declare const index$4_BodyProfile: typeof BodyProfile;
3847
+ type index$4_BodyProfileValidation = BodyProfileValidation;
3848
+ type index$4_BodyProfileValidator = BodyProfileValidator;
3849
+ declare const index$4_BodyProfileValidator: typeof BodyProfileValidator;
3850
+ declare const index$4_BodyProfileZ: typeof BodyProfileZ;
3851
+ type index$4_CapsuleClaims = CapsuleClaims;
3852
+ declare const index$4_CapsuleClaimsZ: typeof CapsuleClaimsZ;
3853
+ type index$4_CapsuleValidationResult = CapsuleValidationResult;
3854
+ declare const index$4_CapsuleValidationResultZ: typeof CapsuleValidationResultZ;
3855
+ type index$4_CapsuleVerifyResult = CapsuleVerifyResult;
3856
+ declare const index$4_CapsuleVerifyResultZ: typeof CapsuleVerifyResultZ;
3857
+ type index$4_CapsuleVerifySensorInput = CapsuleVerifySensorInput;
3858
+ declare const index$4_CapsuleVerifySensorInputZ: typeof CapsuleVerifySensorInputZ;
3859
+ declare const index$4_CapsuleZ: typeof CapsuleZ;
3860
+ type index$4_ChunkHashInput = ChunkHashInput;
3861
+ declare const index$4_ChunkHashInputZ: typeof ChunkHashInputZ;
3862
+ type index$4_CountryBlockDecision = CountryBlockDecision;
3863
+ declare const index$4_CountryBlockDecisionZ: typeof CountryBlockDecisionZ;
3864
+ type index$4_CountryBlockSensorInput = CountryBlockSensorInput;
3865
+ declare const index$4_CountryBlockSensorInputZ: typeof CountryBlockSensorInputZ;
3866
+ type index$4_EntropySensorInput = EntropySensorInput;
3867
+ declare const index$4_EntropySensorInputZ: typeof EntropySensorInputZ;
3868
+ declare const index$4_ExecutionMetricsZ: typeof ExecutionMetricsZ;
3869
+ type index$4_IPReputation = IPReputation;
3870
+ type index$4_IPReputationInput = IPReputationInput;
3871
+ declare const index$4_IPReputationInputZ: typeof IPReputationInputZ;
3872
+ declare const index$4_IPReputationZ: typeof IPReputationZ;
3873
+ type index$4_IntentPolicy = IntentPolicy;
3874
+ type index$4_IntentPolicyDecision = IntentPolicyDecision;
3875
+ declare const index$4_IntentPolicyDecisionZ: typeof IntentPolicyDecisionZ;
3876
+ type index$4_IntentPolicySensorInput = IntentPolicySensorInput;
3877
+ declare const index$4_IntentPolicySensorInputZ: typeof IntentPolicySensorInputZ;
3878
+ declare const index$4_IntentPolicyZ: typeof IntentPolicyZ;
3879
+ declare const index$4_IntentSchemaZ: typeof IntentSchemaZ;
3880
+ type index$4_Passport = Passport;
3881
+ declare const index$4_PassportZ: typeof PassportZ;
3882
+ type index$4_ProofKind = ProofKind;
3883
+ declare const index$4_ProofKindZ: typeof ProofKindZ;
3884
+ type index$4_ProofPresenceInput = ProofPresenceInput;
3885
+ declare const index$4_ProofPresenceInputZ: typeof ProofPresenceInputZ;
3886
+ type index$4_ProtocolStrictInput = ProtocolStrictInput;
3887
+ declare const index$4_ProtocolStrictInputZ: typeof ProtocolStrictInputZ;
3888
+ type index$4_RateLimitConfig = RateLimitConfig;
3889
+ declare const index$4_RateLimitConfigZ: typeof RateLimitConfigZ;
3890
+ type index$4_RateLimitInput = RateLimitInput;
3891
+ declare const index$4_RateLimitInputZ: typeof RateLimitInputZ;
3892
+ type index$4_RateLimitProfile = RateLimitProfile;
3893
+ declare const index$4_RateLimitProfileZ: typeof RateLimitProfileZ;
3894
+ type index$4_ScanBurstDecision = ScanBurstDecision;
3895
+ declare const index$4_ScanBurstDecisionZ: typeof ScanBurstDecisionZ;
3896
+ type index$4_ScanBurstSensorInput = ScanBurstSensorInput;
3897
+ declare const index$4_ScanBurstSensorInputZ: typeof ScanBurstSensorInputZ;
3898
+ type index$4_SchemaField = SchemaField;
3899
+ type index$4_SchemaFieldKind = SchemaFieldKind;
3900
+ declare const index$4_SchemaFieldKindZ: typeof SchemaFieldKindZ;
3901
+ declare const index$4_SchemaFieldZ: typeof SchemaFieldZ;
3902
+ type index$4_Scope = Scope;
3903
+ declare const index$4_ScopeZ: typeof ScopeZ;
3904
+ type index$4_SensitivityLevel = SensitivityLevel;
3905
+ declare const index$4_SensitivityLevelZ: typeof SensitivityLevelZ;
3906
+ type index$4_SensorChainInput = SensorChainInput;
3907
+ declare const index$4_SensorChainInputZ: typeof SensorChainInputZ;
3908
+ declare const index$4_SensorDecisionWithMetadataZ: typeof SensorDecisionWithMetadataZ;
3909
+ declare const index$4_SensorDecisionZ: typeof SensorDecisionZ;
3910
+ type index$4_SensorResult = SensorResult;
3911
+ declare const index$4_SensorResultZ: typeof SensorResultZ;
3912
+ type index$4_UploadSession = UploadSession;
3913
+ declare const index$4_UploadSessionZ: typeof UploadSessionZ;
3914
+ type index$4_UploadStatus = UploadStatus;
3915
+ declare const index$4_UploadStatusZ: typeof UploadStatusZ;
3916
+ type index$4_WsHandshakeDecision = WsHandshakeDecision;
3917
+ declare const index$4_WsHandshakeDecisionZ: typeof WsHandshakeDecisionZ;
3918
+ type index$4_WsHandshakeInput = WsHandshakeInput;
3919
+ declare const index$4_WsHandshakeInputZ: typeof WsHandshakeInputZ;
3920
+ declare namespace index$4 {
3921
+ export { type index$4_AccessProfile as AccessProfile, index$4_AccessProfileZ as AccessProfileZ, type AxisContext$1 as AxisContext, index$4_AxisContextZ as AxisContextZ, type index$4_AxisError as AxisError, index$4_AxisErrorZ as AxisErrorZ, type index$4_BodyBudgetInput as BodyBudgetInput, index$4_BodyBudgetInputZ as BodyBudgetInputZ, type index$4_BodyBudgetPolicy as BodyBudgetPolicy, index$4_BodyBudgetPolicyZ as BodyBudgetPolicyZ, index$4_BodyProfile as BodyProfile, type index$4_BodyProfileValidation as BodyProfileValidation, index$4_BodyProfileValidator as BodyProfileValidator, index$4_BodyProfileZ as BodyProfileZ, type Capsule$1 as Capsule, type index$4_CapsuleClaims as CapsuleClaims, index$4_CapsuleClaimsZ as CapsuleClaimsZ, type index$4_CapsuleValidationResult as CapsuleValidationResult, index$4_CapsuleValidationResultZ as CapsuleValidationResultZ, type index$4_CapsuleVerifyResult as CapsuleVerifyResult, index$4_CapsuleVerifyResultZ as CapsuleVerifyResultZ, type index$4_CapsuleVerifySensorInput as CapsuleVerifySensorInput, index$4_CapsuleVerifySensorInputZ as CapsuleVerifySensorInputZ, index$4_CapsuleZ as CapsuleZ, type index$4_ChunkHashInput as ChunkHashInput, index$4_ChunkHashInputZ as ChunkHashInputZ, type index$4_CountryBlockDecision as CountryBlockDecision, index$4_CountryBlockDecisionZ as CountryBlockDecisionZ, type index$4_CountryBlockSensorInput as CountryBlockSensorInput, index$4_CountryBlockSensorInputZ as CountryBlockSensorInputZ, type index$4_EntropySensorInput as EntropySensorInput, index$4_EntropySensorInputZ as EntropySensorInputZ, index$4_ExecutionMetricsZ as ExecutionMetricsZ, type index$4_IPReputation as IPReputation, type index$4_IPReputationInput as IPReputationInput, index$4_IPReputationInputZ as IPReputationInputZ, index$4_IPReputationZ as IPReputationZ, type index$4_IntentPolicy as IntentPolicy, type index$4_IntentPolicyDecision as IntentPolicyDecision, index$4_IntentPolicyDecisionZ as IntentPolicyDecisionZ, type index$4_IntentPolicySensorInput as IntentPolicySensorInput, index$4_IntentPolicySensorInputZ as IntentPolicySensorInputZ, index$4_IntentPolicyZ as IntentPolicyZ, type IntentSchema$2 as IntentSchema, index$4_IntentSchemaZ as IntentSchemaZ, type index$4_Passport as Passport, index$4_PassportZ as PassportZ, type index$4_ProofKind as ProofKind, index$4_ProofKindZ as ProofKindZ, type index$4_ProofPresenceInput as ProofPresenceInput, index$4_ProofPresenceInputZ as ProofPresenceInputZ, ProofType$1 as ProofType, type index$4_ProtocolStrictInput as ProtocolStrictInput, index$4_ProtocolStrictInputZ as ProtocolStrictInputZ, type index$4_RateLimitConfig as RateLimitConfig, index$4_RateLimitConfigZ as RateLimitConfigZ, type index$4_RateLimitInput as RateLimitInput, index$4_RateLimitInputZ as RateLimitInputZ, type index$4_RateLimitProfile as RateLimitProfile, index$4_RateLimitProfileZ as RateLimitProfileZ, type index$4_ScanBurstDecision as ScanBurstDecision, index$4_ScanBurstDecisionZ as ScanBurstDecisionZ, type index$4_ScanBurstSensorInput as ScanBurstSensorInput, index$4_ScanBurstSensorInputZ as ScanBurstSensorInputZ, type index$4_SchemaField as SchemaField, type index$4_SchemaFieldKind as SchemaFieldKind, index$4_SchemaFieldKindZ as SchemaFieldKindZ, index$4_SchemaFieldZ as SchemaFieldZ, type index$4_Scope as Scope, index$4_ScopeZ as ScopeZ, type index$4_SensitivityLevel as SensitivityLevel, index$4_SensitivityLevelZ as SensitivityLevelZ, type index$4_SensorChainInput as SensorChainInput, index$4_SensorChainInputZ as SensorChainInputZ, index$4_SensorDecisionWithMetadataZ as SensorDecisionWithMetadataZ, index$4_SensorDecisionZ as SensorDecisionZ, type index$4_SensorResult as SensorResult, index$4_SensorResultZ as SensorResultZ, type index$4_UploadSession as UploadSession, index$4_UploadSessionZ as UploadSessionZ, type index$4_UploadStatus as UploadStatus, index$4_UploadStatusZ as UploadStatusZ, type index$4_WsHandshakeDecision as WsHandshakeDecision, index$4_WsHandshakeDecisionZ as WsHandshakeDecisionZ, type index$4_WsHandshakeInput as WsHandshakeInput, index$4_WsHandshakeInputZ as WsHandshakeInputZ };
3922
+ }
3923
+
3924
+ type index$3_AxisSensorChainService = AxisSensorChainService;
3925
+ declare const index$3_AxisSensorChainService: typeof AxisSensorChainService;
3926
+ declare const index$3_CAPABILITIES: typeof CAPABILITIES;
3927
+ type index$3_Capability = Capability;
3928
+ type index$3_ChainResult = ChainResult;
3929
+ declare const index$3_INTENT_REQUIREMENTS: typeof INTENT_REQUIREMENTS;
3930
+ declare const index$3_PROOF_CAPABILITIES: typeof PROOF_CAPABILITIES;
3931
+ type index$3_SensorDecision = SensorDecision;
3932
+ type index$3_SensorInput = SensorInput;
3933
+ declare const index$3_canAccessResource: typeof canAccessResource;
3934
+ declare const index$3_hasScope: typeof hasScope;
3935
+ declare const index$3_parseScope: typeof parseScope;
3089
3936
  declare namespace index$3 {
3090
- export { type index$3_AccessProfile as AccessProfile, index$3_AccessProfileZ as AccessProfileZ, type AxisContext$1 as AxisContext, index$3_AxisContextZ as AxisContextZ, type index$3_AxisError as AxisError, index$3_AxisErrorZ as AxisErrorZ, type index$3_BodyBudgetInput as BodyBudgetInput, index$3_BodyBudgetInputZ as BodyBudgetInputZ, type index$3_BodyBudgetPolicy as BodyBudgetPolicy, index$3_BodyBudgetPolicyZ as BodyBudgetPolicyZ, index$3_BodyProfile as BodyProfile, type index$3_BodyProfileValidation as BodyProfileValidation, index$3_BodyProfileValidator as BodyProfileValidator, index$3_BodyProfileZ as BodyProfileZ, type Capsule$1 as Capsule, type index$3_CapsuleClaims as CapsuleClaims, index$3_CapsuleClaimsZ as CapsuleClaimsZ, type index$3_CapsuleValidationResult as CapsuleValidationResult, index$3_CapsuleValidationResultZ as CapsuleValidationResultZ, type index$3_CapsuleVerifyResult as CapsuleVerifyResult, index$3_CapsuleVerifyResultZ as CapsuleVerifyResultZ, type index$3_CapsuleVerifySensorInput as CapsuleVerifySensorInput, index$3_CapsuleVerifySensorInputZ as CapsuleVerifySensorInputZ, index$3_CapsuleZ as CapsuleZ, type index$3_ChunkHashInput as ChunkHashInput, index$3_ChunkHashInputZ as ChunkHashInputZ, type index$3_CountryBlockDecision as CountryBlockDecision, index$3_CountryBlockDecisionZ as CountryBlockDecisionZ, type index$3_CountryBlockSensorInput as CountryBlockSensorInput, index$3_CountryBlockSensorInputZ as CountryBlockSensorInputZ, type index$3_EntropySensorInput as EntropySensorInput, index$3_EntropySensorInputZ as EntropySensorInputZ, index$3_ExecutionMetricsZ as ExecutionMetricsZ, type index$3_IPReputation as IPReputation, type index$3_IPReputationInput as IPReputationInput, index$3_IPReputationInputZ as IPReputationInputZ, index$3_IPReputationZ as IPReputationZ, type index$3_IntentPolicy as IntentPolicy, type index$3_IntentPolicyDecision as IntentPolicyDecision, index$3_IntentPolicyDecisionZ as IntentPolicyDecisionZ, type index$3_IntentPolicySensorInput as IntentPolicySensorInput, index$3_IntentPolicySensorInputZ as IntentPolicySensorInputZ, index$3_IntentPolicyZ as IntentPolicyZ, type IntentSchema$1 as IntentSchema, index$3_IntentSchemaZ as IntentSchemaZ, type index$3_Passport as Passport, index$3_PassportZ as PassportZ, type index$3_ProofKind as ProofKind, index$3_ProofKindZ as ProofKindZ, type index$3_ProofPresenceInput as ProofPresenceInput, index$3_ProofPresenceInputZ as ProofPresenceInputZ, ProofType$1 as ProofType, type index$3_ProtocolStrictInput as ProtocolStrictInput, index$3_ProtocolStrictInputZ as ProtocolStrictInputZ, type index$3_RateLimitConfig as RateLimitConfig, index$3_RateLimitConfigZ as RateLimitConfigZ, type index$3_RateLimitInput as RateLimitInput, index$3_RateLimitInputZ as RateLimitInputZ, type index$3_RateLimitProfile as RateLimitProfile, index$3_RateLimitProfileZ as RateLimitProfileZ, type index$3_ScanBurstDecision as ScanBurstDecision, index$3_ScanBurstDecisionZ as ScanBurstDecisionZ, type index$3_ScanBurstSensorInput as ScanBurstSensorInput, index$3_ScanBurstSensorInputZ as ScanBurstSensorInputZ, type index$3_SchemaField as SchemaField, type index$3_SchemaFieldKind as SchemaFieldKind, index$3_SchemaFieldKindZ as SchemaFieldKindZ, index$3_SchemaFieldZ as SchemaFieldZ, type index$3_Scope as Scope, index$3_ScopeZ as ScopeZ, type index$3_SensitivityLevel as SensitivityLevel, index$3_SensitivityLevelZ as SensitivityLevelZ, type index$3_SensorChainInput as SensorChainInput, index$3_SensorChainInputZ as SensorChainInputZ, index$3_SensorDecisionWithMetadataZ as SensorDecisionWithMetadataZ, index$3_SensorDecisionZ as SensorDecisionZ, type index$3_SensorResult as SensorResult, index$3_SensorResultZ as SensorResultZ, type index$3_UploadSession as UploadSession, index$3_UploadSessionZ as UploadSessionZ, type index$3_UploadStatus as UploadStatus, index$3_UploadStatusZ as UploadStatusZ, type index$3_WsHandshakeDecision as WsHandshakeDecision, index$3_WsHandshakeDecisionZ as WsHandshakeDecisionZ, type index$3_WsHandshakeInput as WsHandshakeInput, index$3_WsHandshakeInputZ as WsHandshakeInputZ };
3091
- }
3092
-
3093
- type index$2_AxisSensorChainService = AxisSensorChainService;
3094
- declare const index$2_AxisSensorChainService: typeof AxisSensorChainService;
3095
- declare const index$2_CAPABILITIES: typeof CAPABILITIES;
3096
- type index$2_Capability = Capability;
3097
- type index$2_ChainResult = ChainResult;
3098
- declare const index$2_INTENT_REQUIREMENTS: typeof INTENT_REQUIREMENTS;
3099
- declare const index$2_PROOF_CAPABILITIES: typeof PROOF_CAPABILITIES;
3100
- type index$2_SensorDecision = SensorDecision;
3101
- type index$2_SensorInput = SensorInput;
3102
- declare const index$2_canAccessResource: typeof canAccessResource;
3103
- declare const index$2_hasScope: typeof hasScope;
3104
- declare const index$2_parseScope: typeof parseScope;
3105
- declare namespace index$2 {
3106
- export { index$2_AxisSensorChainService as AxisSensorChainService, index$2_CAPABILITIES as CAPABILITIES, type index$2_Capability as Capability, type index$2_ChainResult as ChainResult, index$2_INTENT_REQUIREMENTS as INTENT_REQUIREMENTS, index$2_PROOF_CAPABILITIES as PROOF_CAPABILITIES, type index$2_SensorDecision as SensorDecision, type index$2_SensorInput as SensorInput, index$2_canAccessResource as canAccessResource, index$2_hasScope as hasScope, index$2_parseScope as parseScope };
3937
+ export { index$3_AxisSensorChainService as AxisSensorChainService, index$3_CAPABILITIES as CAPABILITIES, type index$3_Capability as Capability, type index$3_ChainResult as ChainResult, index$3_INTENT_REQUIREMENTS as INTENT_REQUIREMENTS, index$3_PROOF_CAPABILITIES as PROOF_CAPABILITIES, type index$3_SensorDecision as SensorDecision, type index$3_SensorInput as SensorInput, index$3_canAccessResource as canAccessResource, index$3_hasScope as hasScope, index$3_parseScope as parseScope };
3107
3938
  }
3108
3939
 
3109
3940
  declare class AccessProfileResolverSensor implements AxisSensor {
@@ -3203,6 +4034,16 @@ declare class IntentRegistrySensor implements AxisSensor {
3203
4034
  run(input: SensorInput): Promise<SensorDecision>;
3204
4035
  }
3205
4036
 
4037
+ declare class LawEvaluationSensor implements AxisSensor {
4038
+ private readonly options;
4039
+ private readonly logger;
4040
+ readonly name = "LawEvaluationSensor";
4041
+ readonly order: number;
4042
+ constructor(options?: LawEvaluationSensorOptions);
4043
+ supports(input: SensorInput): boolean;
4044
+ run(input: SensorInput): Promise<SensorDecision>;
4045
+ }
4046
+
3206
4047
  declare class ProofPresenceSensor implements AxisSensor {
3207
4048
  readonly name = "ProofPresenceSensor";
3208
4049
  readonly order: number;
@@ -3276,44 +4117,85 @@ declare class VarintHardeningSensor implements AxisSensor {
3276
4117
  run(input: SensorInput): Promise<SensorDecision>;
3277
4118
  }
3278
4119
 
3279
- type index$1_AccessProfileResolverSensor = AccessProfileResolverSensor;
3280
- declare const index$1_AccessProfileResolverSensor: typeof AccessProfileResolverSensor;
3281
- type index$1_BodyBudgetSensor = BodyBudgetSensor;
3282
- declare const index$1_BodyBudgetSensor: typeof BodyBudgetSensor;
3283
- type index$1_CapabilityEnforcementSensor = CapabilityEnforcementSensor;
3284
- declare const index$1_CapabilityEnforcementSensor: typeof CapabilityEnforcementSensor;
3285
- type index$1_ChunkHashSensor = ChunkHashSensor;
3286
- declare const index$1_ChunkHashSensor: typeof ChunkHashSensor;
3287
- type index$1_EntropySensor = EntropySensor;
3288
- declare const index$1_EntropySensor: typeof EntropySensor;
3289
- type index$1_ExecutionTimeoutSensor = ExecutionTimeoutSensor;
3290
- declare const index$1_ExecutionTimeoutSensor: typeof ExecutionTimeoutSensor;
3291
- type index$1_FrameBudgetSensor = FrameBudgetSensor;
3292
- declare const index$1_FrameBudgetSensor: typeof FrameBudgetSensor;
3293
- type index$1_FrameHeaderSanitySensor = FrameHeaderSanitySensor;
3294
- declare const index$1_FrameHeaderSanitySensor: typeof FrameHeaderSanitySensor;
3295
- type index$1_HeaderTLVLimitSensor = HeaderTLVLimitSensor;
3296
- declare const index$1_HeaderTLVLimitSensor: typeof HeaderTLVLimitSensor;
3297
- type index$1_IntentAllowlistSensor = IntentAllowlistSensor;
3298
- declare const index$1_IntentAllowlistSensor: typeof IntentAllowlistSensor;
3299
- type index$1_IntentRegistrySensor = IntentRegistrySensor;
3300
- declare const index$1_IntentRegistrySensor: typeof IntentRegistrySensor;
3301
- type index$1_ProofPresenceSensor = ProofPresenceSensor;
3302
- declare const index$1_ProofPresenceSensor: typeof ProofPresenceSensor;
3303
- type index$1_ProtocolStrictSensor = ProtocolStrictSensor;
3304
- declare const index$1_ProtocolStrictSensor: typeof ProtocolStrictSensor;
3305
- type index$1_ReceiptPolicySensor = ReceiptPolicySensor;
3306
- declare const index$1_ReceiptPolicySensor: typeof ReceiptPolicySensor;
3307
- type index$1_SchemaValidationSensor = SchemaValidationSensor;
3308
- declare const index$1_SchemaValidationSensor: typeof SchemaValidationSensor;
3309
- type index$1_StreamScopeSensor = StreamScopeSensor;
3310
- declare const index$1_StreamScopeSensor: typeof StreamScopeSensor;
3311
- type index$1_TLVParseSensor = TLVParseSensor;
3312
- declare const index$1_TLVParseSensor: typeof TLVParseSensor;
3313
- type index$1_VarintHardeningSensor = VarintHardeningSensor;
3314
- declare const index$1_VarintHardeningSensor: typeof VarintHardeningSensor;
4120
+ type index$2_AccessProfileResolverSensor = AccessProfileResolverSensor;
4121
+ declare const index$2_AccessProfileResolverSensor: typeof AccessProfileResolverSensor;
4122
+ type index$2_BodyBudgetSensor = BodyBudgetSensor;
4123
+ declare const index$2_BodyBudgetSensor: typeof BodyBudgetSensor;
4124
+ type index$2_CapabilityEnforcementSensor = CapabilityEnforcementSensor;
4125
+ declare const index$2_CapabilityEnforcementSensor: typeof CapabilityEnforcementSensor;
4126
+ type index$2_ChunkHashSensor = ChunkHashSensor;
4127
+ declare const index$2_ChunkHashSensor: typeof ChunkHashSensor;
4128
+ type index$2_EntropySensor = EntropySensor;
4129
+ declare const index$2_EntropySensor: typeof EntropySensor;
4130
+ type index$2_ExecutionTimeoutSensor = ExecutionTimeoutSensor;
4131
+ declare const index$2_ExecutionTimeoutSensor: typeof ExecutionTimeoutSensor;
4132
+ type index$2_FrameBudgetSensor = FrameBudgetSensor;
4133
+ declare const index$2_FrameBudgetSensor: typeof FrameBudgetSensor;
4134
+ type index$2_FrameHeaderSanitySensor = FrameHeaderSanitySensor;
4135
+ declare const index$2_FrameHeaderSanitySensor: typeof FrameHeaderSanitySensor;
4136
+ type index$2_HeaderTLVLimitSensor = HeaderTLVLimitSensor;
4137
+ declare const index$2_HeaderTLVLimitSensor: typeof HeaderTLVLimitSensor;
4138
+ type index$2_IntentAllowlistSensor = IntentAllowlistSensor;
4139
+ declare const index$2_IntentAllowlistSensor: typeof IntentAllowlistSensor;
4140
+ type index$2_IntentRegistrySensor = IntentRegistrySensor;
4141
+ declare const index$2_IntentRegistrySensor: typeof IntentRegistrySensor;
4142
+ type index$2_LawEvaluationSensor = LawEvaluationSensor;
4143
+ declare const index$2_LawEvaluationSensor: typeof LawEvaluationSensor;
4144
+ type index$2_ProofPresenceSensor = ProofPresenceSensor;
4145
+ declare const index$2_ProofPresenceSensor: typeof ProofPresenceSensor;
4146
+ type index$2_ProtocolStrictSensor = ProtocolStrictSensor;
4147
+ declare const index$2_ProtocolStrictSensor: typeof ProtocolStrictSensor;
4148
+ type index$2_ReceiptPolicySensor = ReceiptPolicySensor;
4149
+ declare const index$2_ReceiptPolicySensor: typeof ReceiptPolicySensor;
4150
+ type index$2_RiskGateSensor = RiskGateSensor;
4151
+ declare const index$2_RiskGateSensor: typeof RiskGateSensor;
4152
+ type index$2_RiskGateSensorOptions = RiskGateSensorOptions;
4153
+ type index$2_RiskSignalCollector = RiskSignalCollector;
4154
+ type index$2_SchemaValidationSensor = SchemaValidationSensor;
4155
+ declare const index$2_SchemaValidationSensor: typeof SchemaValidationSensor;
4156
+ type index$2_StreamScopeSensor = StreamScopeSensor;
4157
+ declare const index$2_StreamScopeSensor: typeof StreamScopeSensor;
4158
+ type index$2_TLVParseSensor = TLVParseSensor;
4159
+ declare const index$2_TLVParseSensor: typeof TLVParseSensor;
4160
+ type index$2_TickAuthCapsuleRef = TickAuthCapsuleRef;
4161
+ type index$2_TickAuthSensor = TickAuthSensor;
4162
+ declare const index$2_TickAuthSensor: typeof TickAuthSensor;
4163
+ type index$2_TickAuthSensorOptions = TickAuthSensorOptions;
4164
+ type index$2_TickAuthVerifier = TickAuthVerifier;
4165
+ type index$2_TpsSensor = TpsSensor;
4166
+ declare const index$2_TpsSensor: typeof TpsSensor;
4167
+ type index$2_TpsSensorOptions = TpsSensorOptions;
4168
+ type index$2_VarintHardeningSensor = VarintHardeningSensor;
4169
+ declare const index$2_VarintHardeningSensor: typeof VarintHardeningSensor;
4170
+ declare namespace index$2 {
4171
+ export { index$2_AccessProfileResolverSensor as AccessProfileResolverSensor, index$2_BodyBudgetSensor as BodyBudgetSensor, index$2_CapabilityEnforcementSensor as CapabilityEnforcementSensor, index$2_ChunkHashSensor as ChunkHashSensor, index$2_EntropySensor as EntropySensor, index$2_ExecutionTimeoutSensor as ExecutionTimeoutSensor, index$2_FrameBudgetSensor as FrameBudgetSensor, index$2_FrameHeaderSanitySensor as FrameHeaderSanitySensor, index$2_HeaderTLVLimitSensor as HeaderTLVLimitSensor, index$2_IntentAllowlistSensor as IntentAllowlistSensor, index$2_IntentRegistrySensor as IntentRegistrySensor, index$2_LawEvaluationSensor as LawEvaluationSensor, index$2_ProofPresenceSensor as ProofPresenceSensor, index$2_ProtocolStrictSensor as ProtocolStrictSensor, index$2_ReceiptPolicySensor as ReceiptPolicySensor, index$2_RiskGateSensor as RiskGateSensor, type index$2_RiskGateSensorOptions as RiskGateSensorOptions, type index$2_RiskSignalCollector as RiskSignalCollector, index$2_SchemaValidationSensor as SchemaValidationSensor, index$2_StreamScopeSensor as StreamScopeSensor, index$2_TLVParseSensor as TLVParseSensor, type index$2_TickAuthCapsuleRef as TickAuthCapsuleRef, index$2_TickAuthSensor as TickAuthSensor, type index$2_TickAuthSensorOptions as TickAuthSensorOptions, type index$2_TickAuthVerifier as TickAuthVerifier, index$2_TpsSensor as TpsSensor, type index$2_TpsSensorOptions as TpsSensorOptions, index$2_VarintHardeningSensor as VarintHardeningSensor };
4172
+ }
4173
+
4174
+ type index$1_ForkRequest = ForkRequest;
4175
+ type index$1_ForkResult = ForkResult;
4176
+ type index$1_InMemoryTimelineStore = InMemoryTimelineStore;
4177
+ declare const index$1_InMemoryTimelineStore: typeof InMemoryTimelineStore;
4178
+ type index$1_ReplayDifference = ReplayDifference;
4179
+ type index$1_ReplayMode = ReplayMode;
4180
+ type index$1_ReplayRequest = ReplayRequest;
4181
+ type index$1_ReplayResult = ReplayResult;
4182
+ type index$1_SimulatedSideEffect = SimulatedSideEffect;
4183
+ type index$1_SimulationRequest = SimulationRequest;
4184
+ type index$1_SimulationResult = SimulationResult;
4185
+ type index$1_StateSnapshot = StateSnapshot;
4186
+ type index$1_TimelineBranch = TimelineBranch;
4187
+ type index$1_TimelineComparison = TimelineComparison;
4188
+ type index$1_TimelineDomain = TimelineDomain;
4189
+ type index$1_TimelineEngine = TimelineEngine;
4190
+ declare const index$1_TimelineEngine: typeof TimelineEngine;
4191
+ type index$1_TimelineEvent = TimelineEvent;
4192
+ type index$1_TimelineEventStatus = TimelineEventStatus;
4193
+ type index$1_TimelineHandler = TimelineHandler;
4194
+ type index$1_TimelineHandlerContext = TimelineHandlerContext;
4195
+ type index$1_TimelineHandlerResult = TimelineHandlerResult;
4196
+ type index$1_TimelineStore = TimelineStore;
3315
4197
  declare namespace index$1 {
3316
- export { index$1_AccessProfileResolverSensor as AccessProfileResolverSensor, index$1_BodyBudgetSensor as BodyBudgetSensor, index$1_CapabilityEnforcementSensor as CapabilityEnforcementSensor, index$1_ChunkHashSensor as ChunkHashSensor, index$1_EntropySensor as EntropySensor, index$1_ExecutionTimeoutSensor as ExecutionTimeoutSensor, index$1_FrameBudgetSensor as FrameBudgetSensor, index$1_FrameHeaderSanitySensor as FrameHeaderSanitySensor, index$1_HeaderTLVLimitSensor as HeaderTLVLimitSensor, index$1_IntentAllowlistSensor as IntentAllowlistSensor, index$1_IntentRegistrySensor as IntentRegistrySensor, index$1_ProofPresenceSensor as ProofPresenceSensor, index$1_ProtocolStrictSensor as ProtocolStrictSensor, index$1_ReceiptPolicySensor as ReceiptPolicySensor, index$1_SchemaValidationSensor as SchemaValidationSensor, index$1_StreamScopeSensor as StreamScopeSensor, index$1_TLVParseSensor as TLVParseSensor, index$1_VarintHardeningSensor as VarintHardeningSensor };
4198
+ export { type index$1_ForkRequest as ForkRequest, type index$1_ForkResult as ForkResult, index$1_InMemoryTimelineStore as InMemoryTimelineStore, type index$1_ReplayDifference as ReplayDifference, type index$1_ReplayMode as ReplayMode, type index$1_ReplayRequest as ReplayRequest, type index$1_ReplayResult as ReplayResult, type index$1_SimulatedSideEffect as SimulatedSideEffect, type index$1_SimulationRequest as SimulationRequest, type index$1_SimulationResult as SimulationResult, type index$1_StateSnapshot as StateSnapshot, type index$1_TimelineBranch as TimelineBranch, type index$1_TimelineComparison as TimelineComparison, type index$1_TimelineDomain as TimelineDomain, index$1_TimelineEngine as TimelineEngine, type index$1_TimelineEvent as TimelineEvent, type index$1_TimelineEventStatus as TimelineEventStatus, type index$1_TimelineHandler as TimelineHandler, type index$1_TimelineHandlerContext as TimelineHandlerContext, type index$1_TimelineHandlerResult as TimelineHandlerResult, type index$1_TimelineStore as TimelineStore };
3317
4199
  }
3318
4200
 
3319
4201
  declare const index_encodeAxisTlvDto: typeof encodeAxisTlvDto;
@@ -3321,4 +4203,4 @@ declare namespace index {
3321
4203
  export { index_encodeAxisTlvDto as encodeAxisTlvDto };
3322
4204
  }
3323
4205
 
3324
- export { ATS1_HDR, ATS1_SCHEMA, AXIS_ANONYMOUS_KEY, AXIS_EXECUTION_CONTEXT_KEY, AXIS_META_KEY, AXIS_OPCODES, AXIS_PUBLIC_KEY, AXIS_RATE_LIMIT_KEY, AXIS_UPLOAD_FILE_STORE, AXIS_UPLOAD_RECEIPT_SIGNER, AXIS_UPLOAD_SESSION_STORE, ats1 as Ats1Codec, Axis, type Axis1DecodedFrame, type Axis1FrameToEncode, type AxisAlg$1 as AxisAlg, AxisAnonymous, type AxisPacket as AxisBinaryPacket, type AxisCapsule, type AxisCapsuleConstraints, type AxisCapsulePayload, type AxisCapsuleRef, type AxisChainEncryption, type AxisChainEnvelope, AxisChainExecutor, type AxisChainRequest, type AxisChainResult, type AxisChainStatus, type AxisChainStep, type AxisChainStepResult, type AxisChainStepStatus, AxisContext, type AxisCrudHandler, type AxisDecoded, AxisDemoPubkey, type AxisEffect, type AxisExecutionContext, type AxisExecutionMode, AxisFilesDownloadHandler, AxisFilesFinalizeHandler, AxisFrame$2 as AxisFrame, type AxisHandler, type AxisHandlerInit, AxisIdDto, type AxisIntentEnvelope, type AxisIntentObserver, AxisIp, type AxisAlg as AxisJsonAlg, type AxisFrame$1 as AxisJsonFrame, type AxisResponse as AxisJsonResponse, type AxisSig as AxisJsonSig, type AxisKeyExchangeRef, type AxisObservation, type AxisObservedContext, type AxisObserverBinding, type AxisObserverBindingOptions, type AxisObserverContext, type AxisObserverDefinition, type AxisObserverEvent, type AxisObserverRef, type AxisObserverRegistration, type AxisPacket$1 as AxisPacket, T as AxisPacketTags, AxisPartialType, type AxisPostSensor, type AxisPreSensor, AxisPublic, AxisRateLimit, type AxisRateLimitConfig, AxisRaw, type AxisRequestContext, type AxisRequestData, AxisResponseDto, type AxisSensor, AxisSensorChainService, type AxisSensorInit, type AxisSig$1 as AxisSig, AxisTlvDto, BAND, CAPABILITIES, CAPSULE_POLICY_METADATA_KEY, CCE_ERROR, CCE_PROTOCOL_VERSION, CHAIN_METADATA_KEY, CONTRACT_METADATA_KEY, type Capability, Capsule, type CapsuleMode, CapsulePolicy, type CapsulePolicyOptions, type CapsuleScopeMode, type CceCapsuleClaims as CceCapsuleClaimsType, CceError, type CceExecutionContext as CceExecutionContextType, type CceHandler, type CceHandlerContext, type CceHandlerResult, type CcePipelineConfig, type CcePipelineResult, type CcePolicyContext, type CcePolicyDecision, type CcePolicyEvaluator, type CceRequestEnvelope as CceRequestEnvelopeType, type CceResponseEnvelope as CceResponseEnvelopeType, type CceWitnessRecord as CceWitnessRecordType, Chain, type ChainOptions, type ChainResult, Contract, ContractViolationError, DEFAULT_CONTRACTS, DEFAULT_TIMEOUT, Decision, DiskUploadFileStore, type DtoSchema, type ExecutionContract, ExecutionMeter, type ExecutionMetrics, FALLBACK_CONTRACT, type Grant, type GrantCapability, type GrantMeta, type GrantStatus, type GrantType, type GrantValidationResult, HANDLER_METADATA_KEY, HANDLER_SENSORS_KEY, Handler, HandlerDiscoveryService, HandlerSensors, INTENT_BODY_KEY, INTENT_METADATA_KEY, INTENT_REQUIREMENTS, INTENT_ROUTES_KEY, INTENT_SENSITIVITY_MAP, INTENT_SENSORS_KEY, INTENT_TIMEOUTS, Intent, IntentBody, type IntentDefinition, type IntentKind, type IntentOptions, type IntentRoute, IntentRouter, IntentSensitivity, IntentSensors, type IntentTlvField, type KeyStatus, type LoomReceipt, type LoomValidationResult, OBSERVER_BINDINGS_KEY, OBSERVER_METADATA_KEY, type ObservationQueueConfig, type ObservationQueueMessage, type ObservationSensor, type ObservationStage, type ObservationStreamEntry, type ObservationWitnessSummary, Observer, ObserverDiscoveryService, ObserverDispatcherService, ObserverRegistry, type ObserverVerdict, PRE_DECODE_BOUNDARY, PROOF_CAPABILITIES, type PresenceChallenge, type PresenceDeclaration, type PresenceProof, type PresenceReceipt, type PresenceStatus, type PresenceVerifyResult, REQUIRED_PROOF_METADATA_KEY, RESPONSE_TAG_CREATED_AT, RESPONSE_TAG_CREATED_BY, RESPONSE_TAG_ID, RESPONSE_TAG_UPDATED_AT, RESPONSE_TAG_UPDATED_BY, type ReceiptEffect, type RegisteredChainConfig, RequiredProof, type RequiredProofKind, type ResponseContract, ResponseObserver, type ResponseObserverContext, type Revocation, type RevocationTargetType, RiskDecision, type RiskEvaluation, type RiskSignal, SENSITIVITY_METADATA_KEY, SENSOR_METADATA_KEY, Schema2002_PasskeyLoginOptionsRes, Schema2011_PasskeyLoginVerifyReq, Schema2012_PasskeyLoginVerifyRes, Schema2021_PasskeyRegisterOptionsReq, Sensitivity, Sensor, type SensorBand, type SensorDecision, SensorDecisions, SensorDiscoveryService, type SensorInput, type SensorMinifiedDecision, type SensorOptions, type SensorPhase, type SensorPhaseMetadata, SensorRegistry, TLV_FIELDS_KEY, TLV_VALIDATORS_KEY, type ThreadState, TlvEnum, TlvField, type TlvFieldKind, type TlvFieldMeta, type TlvFieldOptions, TlvMinLen, TlvRange, TlvUtf8Pattern, TlvValidate, type TlvValidatorFn, type TlvValidatorMeta, type UnsignedObservationWitness, type UploadFileStat, type UploadFileStore, type UploadReceiptSigner, type UploadSessionRecord, type UploadSessionStatus, type UploadSessionStore, Witness, type Writ, type WritBody, type WritHead, type WritMeta, type WritSignature, type WritValidationResult, axis1SigningBytes, b64urlDecode, b64urlDecodeString, b64urlEncode, b64urlEncodeString, buildAts1Hdr, buildDtoDecoder, buildPacket, buildQueueMessage, buildReceiptHash, buildTLVs, buildUnsignedWitness, bytes, canAccessResource, canonicalJson, canonicalJsonExcluding, canonicalizeGrant, canonicalizeObservation, canonicalizeWrit, index$9 as cce, classifyIntent, createObservation, index$8 as crypto, decodeAxis1Frame, decodeQueueMessage, index$7 as decorators, deriveAnchorReflection, encVarint, encodeAxis1Frame, encodeAxisTlvDto, encodeQueueMessage, endStage, index$5 as engine, executeCcePipeline, extractDtoSchema, finalizeObservation, getAxisExecutionContext, hasScope, hashObservation, isAdminOpcode, isKnownOpcode, isTimestampValid, index$4 as loom, mergeAxisExecutionContext, nonce16, normalizeSensorDecision, packPasskeyLoginOptionsReq, packPasskeyLoginOptionsRes, packPasskeyLoginVerifyReq, packPasskeyLoginVerifyRes, packPasskeyRegisterOptionsReq, parseAutoClaimEntries, parseScope, parseStreamEntries, recordSensor, resolveTimeout, index$3 as schemas, index$2 as security, sensitivityName, index$1 as sensors, stableJsonStringify, startStage, tlv, u64be, unpackPasskeyLoginOptionsReq, unpackPasskeyLoginVerifyReq, unpackPasskeyRegisterOptionsReq, utf8, index as utils, validateFrameShape, varintU, verifyResponse, withAxisExecutionContext };
4206
+ export { ATS1_HDR, ATS1_SCHEMA, AXIS_ANONYMOUS_KEY, AXIS_EXECUTION_CONTEXT_KEY, AXIS_META_KEY, AXIS_OPCODES, AXIS_PUBLIC_KEY, AXIS_RATE_LIMIT_KEY, AXIS_UPLOAD_FILE_STORE, AXIS_UPLOAD_RECEIPT_SIGNER, AXIS_UPLOAD_SESSION_STORE, type AlternativeIntent, type Anomaly, type AnomalyLevel, ats1 as Ats1Codec, Axis, Axis1DecodedFrame, type AxisAlg$1 as AxisAlg, AxisAnonymous, type AxisPacket as AxisBinaryPacket, type AxisCapsule, type AxisCapsuleConstraints, type AxisCapsulePayload, type AxisCapsuleRef, type AxisChainEncryption, type AxisChainEnvelope, AxisChainExecutor, type AxisChainRequest, type AxisChainResult, type AxisChainStatus, type AxisChainStep, type AxisChainStepResult, type AxisChainStepStatus, AxisContext, type AxisCrudHandler, type AxisDecoded, AxisDemoPubkey, type AxisEffect, type AxisExecutionContext, type AxisExecutionMode, AxisFilesDownloadHandler, AxisFilesFinalizeHandler, type AxisHandler, type AxisHandlerInit, AxisIdDto, type AxisIntentEnvelope, type AxisIntentObserver, type AxisIntentSensorOptions, type AxisIntentSensorRef, AxisIp, type AxisAlg as AxisJsonAlg, type AxisFrame$1 as AxisJsonFrame, type AxisResponse as AxisJsonResponse, type AxisSig as AxisJsonSig, type AxisKeyExchangeRef, type AxisLawArticleSummary, type AxisLawDecision, type AxisLawEvaluationContext, type AxisLawEvaluationResult, type AxisLawEvaluator, AxisMediaTypes, type AxisObservation, type AxisObservedContext, type AxisObserverBinding, type AxisObserverBindingOptions, type AxisObserverContext, type AxisObserverDefinition, type AxisObserverEvent, type AxisObserverRef, type AxisObserverRegistration, type AxisPacket$1 as AxisPacket, T as AxisPacketTags, AxisPartialType, type AxisPostSensor, type AxisPreSensor, AxisPublic, AxisRateLimit, type AxisRateLimitConfig, AxisRaw, type AxisRequestContext, type AxisRequestData, AxisResponseDto, type AxisSensor, AxisSensorChainService, type AxisSensorInit, type AxisSig$1 as AxisSig, AxisTlvDto, BAND, CAPABILITIES, CAPSULE_POLICY_METADATA_KEY, CCE_ERROR, CCE_PROTOCOL_VERSION, CHAIN_METADATA_KEY, CONTRACT_METADATA_KEY, type Capability, Capsule, type CapsuleMode, CapsulePolicy, type CapsulePolicyOptions, type CapsuleScopeMode, type CceCapsuleClaims as CceCapsuleClaimsType, CceError, type CceExecutionContext as CceExecutionContextType, type CceHandler, type CceHandlerContext, type CceHandlerResult, type CcePipelineConfig, type CcePipelineResult, type CcePolicyContext, type CcePolicyDecision, type CcePolicyEvaluator, type CceRequestEnvelope as CceRequestEnvelopeType, type CceResponseEnvelope as CceResponseEnvelopeType, type CceWitnessRecord as CceWitnessRecordType, Chain, type ChainOptions, type ChainResult, type ClarificationQuestion, type CompilationError, type CompilationResult, type CompiledIntent, type ConstraintKind, Contract, ContractViolationError, DEFAULT_CONTRACTS, DEFAULT_TIMEOUT, Decision, DiskUploadFileStore, type DtoSchema, type ExecutionContract, ExecutionMeter, type ExecutionMetrics, type ExpectedOutcome, FALLBACK_CONTRACT, type Fabric, type FabricCell, type FabricDiff, type FabricDiffEntry, type FabricDiffKind, type FabricEffect, type FabricEffectResolver, type FabricQuery, type ForkRequest, type ForkResult, type Grant, type GrantCapability, type GrantMeta, type GrantStatus, type GrantType, type GrantValidationResult, HANDLER_METADATA_KEY, HANDLER_SENSORS_KEY, Handler, HandlerDiscoveryService, HandlerSensors, INTENT_BODY_KEY, INTENT_METADATA_KEY, INTENT_REQUIREMENTS, INTENT_ROUTES_KEY, INTENT_SENSITIVITY_MAP, INTENT_SENSORS_KEY, INTENT_TIMEOUTS, IdelCompiler, IdelSchemaRegistry, InMemoryPatternStore, InMemoryTimelineStore, Intent, IntentBody, type IntentConstraint, type IntentDefinition, type IntentKind, type IntentOptions, type IntentParamSchema, type IntentProposal, type IntentRisk, type IntentRoute, IntentRouter, type IntentSchema, IntentSensitivity, IntentSensors, type IntentTlvField, type KeyStatus, type Knot, type KnotBreakRequest, type KnotError, type KnotStatus, type KnotType, type KnotValidationResult, type LawEvaluationSensorOptions, type LoomExecutionResult, type LoomReceipt, type LoomValidationResult, type Needle, type NeedleError, type NeedleHandler, type NeedleHandlerContext, type NeedleHandlerResult, type NeedlePhase, type NeedlePipelineConfig, type NeedlePipelineResult, OBSERVER_BINDINGS_KEY, OBSERVER_METADATA_KEY, type ObservationQueueConfig, type ObservationQueueMessage, type ObservationSensor, type ObservationStage, type ObservationStreamEntry, type ObservationWitnessSummary, type ObservedDeed, Observer, ObserverDiscoveryService, ObserverDispatcherService, ObserverRegistry, type ObserverVerdict, PRE_DECODE_BOUNDARY, PROOF_CAPABILITIES, type Pattern, type PatternConfidence, type PatternKind, type PatternMatch, type PatternPrediction, type PatternSignature, type PatternStore, type PresenceChallenge, type PresenceDeclaration, type PresenceProof, type PresenceReceipt, type PresenceStatus, type PresenceVerifyResult, REQUIRED_PROOF_METADATA_KEY, RESPONSE_TAG_CREATED_AT, RESPONSE_TAG_CREATED_BY, RESPONSE_TAG_ID, RESPONSE_TAG_UPDATED_AT, RESPONSE_TAG_UPDATED_BY, type ReceiptEffect, type RegisteredChainConfig, type ReplayDifference, type ReplayRequest, type ReplayResult, RequiredProof, type RequiredProofKind, type ResponseContract, ResponseObserver, type ResponseObserverContext, type Revocation, type RevocationTargetType, RiskDecision, type RiskEvaluation, RiskGateSensor, type RiskGateSensorOptions, type RiskLevel, type RiskSignal, type RiskSignalCollector, SENSITIVITY_METADATA_KEY, SENSOR_METADATA_KEY, Schema2002_PasskeyLoginOptionsRes, Schema2011_PasskeyLoginVerifyReq, Schema2012_PasskeyLoginVerifyRes, Schema2021_PasskeyRegisterOptionsReq, Sensitivity, Sensor, type SensorBand, type SensorDecision, SensorDecisions, SensorDiscoveryService, type SensorInput, type SensorMinifiedDecision, type SensorOptions, type SensorPhase, type SensorPhaseMetadata, SensorRegistry, type SimulatedSideEffect, type SimulationRequest, type SimulationResult, type StateSnapshot, type Stitch, type StitchKind, TLV_FIELDS_KEY, TLV_VALIDATORS_KEY, type Thread, type ThreadState, type TickAuthCapsuleRef, TickAuthSensor, type TickAuthSensorOptions, type TickAuthVerifier, type TimelineBranch, type TimelineComparison, type TimelineDomain, TimelineEngine, type TimelineEvent, type TimelineEventStatus, type TimelineHandler, type TimelineHandlerContext, type TimelineHandlerResult, type TimelineStore, TlvEnum, TlvField, type TlvFieldKind, type TlvFieldMeta, type TlvFieldOptions, TlvMinLen, TlvRange, TlvUtf8Pattern, TlvValidate, type TlvValidatorFn, type TlvValidatorMeta, TpsSensor, type TpsSensorOptions, type TruthStatus, type TruthVerdict, type UnsignedObservationWitness, type UploadFileStat, type UploadFileStore, type UploadReceiptSigner, type UploadSessionRecord, type UploadSessionStatus, type UploadSessionStore, Witness, type Writ, type WritBody, type WritHead, type WritMeta, type WritSignature, type WritValidationResult, addStitchToKnot, applyStitch, assembleNeedle, b64urlDecode, b64urlDecodeString, b64urlEncode, b64urlEncodeString, breakKnot, buildAts1Hdr, buildAxisLawEvaluationContext, buildDtoDecoder, buildPacket, buildQueueMessage, buildReceiptHash, buildTLVs, buildUnsignedWitness, bytes, canAccessResource, canonicalJson, canonicalJsonExcluding, canonicalizeGrant, canonicalizeObservation, canonicalizeWrit, index$c as cce, classifyIntent, createFabric, createGrant, createObservation, createPresenceChallenge, createReceipt, createRevocation, createWrit, index$b as crypto, decodeQueueMessage, index$a as decorators, deriveAnchorReflection, detectAnomalies, detectKnotPatterns, detectSequencePatterns, diffFabrics, encVarint, encodeAxisTlvDto, encodeQueueMessage, endStage, index$8 as engine, executeCcePipeline, executeLoomPipeline, extractDtoSchema, finalizeObservation, findKnotsForStitch, forkFromKnot, formStitch, getAxisExecutionContext, getDecisionPoints, getFabricValue, getGrantStatus, getIrreversibleKnots, getPresenceStatus, grantCoversAction, hasScope, hashObservation, index$7 as idel, isAdminOpcode, isKnotOpen, isKnownOpcode, isPointOfNoReturn, isRevoked, isTimestampValid, lockCells, index$6 as loom, matchPatterns, mergeAxisExecutionContext, index$5 as needle, nonce16, normalizeSensorDecision, openKnot, packPasskeyLoginOptionsReq, packPasskeyLoginOptionsRes, packPasskeyLoginVerifyReq, packPasskeyLoginVerifyRes, packPasskeyRegisterOptionsReq, parseAutoClaimEntries, parseScope, parseStreamEntries, projectAt, queryFabric, recordOccurrence, recordSensor, renewPresence, resolveTimeout, runNeedlePipeline, index$4 as schemas, scoreTruth, index$3 as security, sensitivityName, index$2 as sensors, signPresenceChallenge, stableJsonStringify, startStage, tieKnot, index$1 as timeline, tlv, u64be, unpackPasskeyLoginOptionsReq, unpackPasskeyLoginVerifyReq, unpackPasskeyRegisterOptionsReq, updateThreadState, utf8, index as utils, validateFrameShape, validateGrant, validateKnot, validateWrit, varintU, verifyObservation, verifyPresenceProof, verifyReceiptChain, verifyResponse, weave, withAxisExecutionContext };