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