@nextera.one/axis-server-sdk 1.9.0 → 2.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/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 -244
- package/dist/core/index.js.map +1 -1
- package/dist/core/index.mjs +8 -238
- 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 +1295 -429
- package/dist/index.d.ts +1295 -429
- package/dist/index.js +2985 -376
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2991 -368
- 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-1uEwnW-w.d.mts +0 -122
- package/dist/index-1uEwnW-w.d.ts +0 -122
package/dist/index.d.mts
CHANGED
|
@@ -1,8 +1,12 @@
|
|
|
1
1
|
import { ModuleRef, DiscoveryService, MetadataScanner, Reflector } from '@nestjs/core';
|
|
2
|
-
import
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
export {
|
|
2
|
+
import * as _nextera_one_axis_protocol from '@nextera.one/axis-protocol';
|
|
3
|
+
import { AxisFrame as AxisFrame$2, PROOF_LOOM, TLV_LOOM_PRESENCE_ID, TLV_LOOM_THREAD_HASH, TLV_LOOM_WRIT } from '@nextera.one/axis-protocol';
|
|
4
|
+
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';
|
|
5
|
+
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';
|
|
6
|
+
export { Axis1FrameToEncode, encodeAxis1Frame } from './codec/axis1.encode.mjs';
|
|
7
|
+
export { axis1SigningBytes } from './codec/axis1.signing.mjs';
|
|
8
|
+
import { Axis1DecodedFrame } from './types/frame.mjs';
|
|
9
|
+
export { decodeAxis1Frame } from './types/frame.mjs';
|
|
6
10
|
import { OnModuleInit, OnApplicationBootstrap } from '@nestjs/common';
|
|
7
11
|
import { ConfigService } from '@nestjs/config';
|
|
8
12
|
import * as z from 'zod';
|
|
@@ -710,6 +714,108 @@ type CcePipelineResult = {
|
|
|
710
714
|
};
|
|
711
715
|
declare function executeCcePipeline(envelope: CceRequestEnvelope, config: CcePipelineConfig): Promise<CcePipelineResult>;
|
|
712
716
|
|
|
717
|
+
interface IntentProposal {
|
|
718
|
+
raw: string;
|
|
719
|
+
actor_id: string;
|
|
720
|
+
target?: string;
|
|
721
|
+
params?: Record<string, unknown>;
|
|
722
|
+
context?: Record<string, unknown>;
|
|
723
|
+
}
|
|
724
|
+
interface CompiledIntent {
|
|
725
|
+
intent: string;
|
|
726
|
+
actor_id: string;
|
|
727
|
+
target?: string;
|
|
728
|
+
params: Record<string, unknown>;
|
|
729
|
+
constraints: IntentConstraint[];
|
|
730
|
+
confidence: number;
|
|
731
|
+
alternatives: AlternativeIntent[];
|
|
732
|
+
needs_clarification: boolean;
|
|
733
|
+
clarifications: ClarificationQuestion[];
|
|
734
|
+
expected_outcome?: string;
|
|
735
|
+
fallback?: string;
|
|
736
|
+
risk: IntentRisk;
|
|
737
|
+
metadata: Record<string, unknown>;
|
|
738
|
+
}
|
|
739
|
+
type ConstraintKind = 'required_param' | 'type_check' | 'range' | 'pattern' | 'temporal' | 'spatial' | 'authority' | 'safety' | 'custom';
|
|
740
|
+
interface IntentConstraint {
|
|
741
|
+
kind: ConstraintKind;
|
|
742
|
+
field: string;
|
|
743
|
+
description: string;
|
|
744
|
+
satisfied: boolean;
|
|
745
|
+
value?: unknown;
|
|
746
|
+
expected?: unknown;
|
|
747
|
+
}
|
|
748
|
+
interface AlternativeIntent {
|
|
749
|
+
intent: string;
|
|
750
|
+
confidence: number;
|
|
751
|
+
reason: string;
|
|
752
|
+
}
|
|
753
|
+
interface ClarificationQuestion {
|
|
754
|
+
id: string;
|
|
755
|
+
question: string;
|
|
756
|
+
field: string;
|
|
757
|
+
options?: string[];
|
|
758
|
+
required: boolean;
|
|
759
|
+
}
|
|
760
|
+
type RiskLevel = 'none' | 'low' | 'medium' | 'high' | 'critical';
|
|
761
|
+
interface IntentRisk {
|
|
762
|
+
level: RiskLevel;
|
|
763
|
+
score: number;
|
|
764
|
+
factors: string[];
|
|
765
|
+
}
|
|
766
|
+
interface IntentParamSchema {
|
|
767
|
+
name: string;
|
|
768
|
+
type: 'string' | 'number' | 'boolean' | 'object' | 'array';
|
|
769
|
+
required: boolean;
|
|
770
|
+
description?: string;
|
|
771
|
+
default?: unknown;
|
|
772
|
+
pattern?: string;
|
|
773
|
+
min?: number;
|
|
774
|
+
max?: number;
|
|
775
|
+
enum?: unknown[];
|
|
776
|
+
}
|
|
777
|
+
interface IntentSchema$2 {
|
|
778
|
+
intent: string;
|
|
779
|
+
description: string;
|
|
780
|
+
params: IntentParamSchema[];
|
|
781
|
+
required_scopes?: string[];
|
|
782
|
+
risk_level: RiskLevel;
|
|
783
|
+
has_side_effects: boolean;
|
|
784
|
+
reversible: boolean;
|
|
785
|
+
related?: string[];
|
|
786
|
+
tags?: string[];
|
|
787
|
+
}
|
|
788
|
+
interface CompilationResult {
|
|
789
|
+
ok: boolean;
|
|
790
|
+
compiled?: CompiledIntent;
|
|
791
|
+
errors: CompilationError[];
|
|
792
|
+
}
|
|
793
|
+
interface CompilationError {
|
|
794
|
+
code: string;
|
|
795
|
+
message: string;
|
|
796
|
+
field?: string;
|
|
797
|
+
}
|
|
798
|
+
|
|
799
|
+
declare class IdelSchemaRegistry {
|
|
800
|
+
private schemas;
|
|
801
|
+
private aliases;
|
|
802
|
+
register(schema: IntentSchema$2): void;
|
|
803
|
+
registerAlias(alias: string, intent: string): void;
|
|
804
|
+
get(intent: string): IntentSchema$2 | undefined;
|
|
805
|
+
resolve(raw: string): IntentSchema$2 | undefined;
|
|
806
|
+
findCandidates(raw: string): Array<{
|
|
807
|
+
schema: IntentSchema$2;
|
|
808
|
+
score: number;
|
|
809
|
+
}>;
|
|
810
|
+
list(): IntentSchema$2[];
|
|
811
|
+
}
|
|
812
|
+
declare class IdelCompiler {
|
|
813
|
+
private readonly registry;
|
|
814
|
+
constructor(registry: IdelSchemaRegistry);
|
|
815
|
+
compile(proposal: IntentProposal): CompilationResult;
|
|
816
|
+
applyClarifications(compiled: CompiledIntent, answers: Record<string, unknown>): CompilationResult;
|
|
817
|
+
}
|
|
818
|
+
|
|
713
819
|
interface IntentSchema$1 {
|
|
714
820
|
intent: string;
|
|
715
821
|
version: number;
|
|
@@ -743,11 +849,17 @@ declare class IntentRouter {
|
|
|
743
849
|
private intentKinds;
|
|
744
850
|
private cceHandlers;
|
|
745
851
|
private ccePipelineConfig;
|
|
852
|
+
private idelCompiler;
|
|
746
853
|
constructor(moduleRef?: ModuleRef | undefined);
|
|
747
854
|
getSchema(intent: string): IntentSchema$1 | undefined;
|
|
748
855
|
getValidators(intent: string): Map<number, TlvValidatorFn[]> | undefined;
|
|
749
856
|
has(intent: string): boolean;
|
|
750
857
|
getRegisteredIntents(): string[];
|
|
858
|
+
configureIdel(compiler: IdelCompiler): void;
|
|
859
|
+
resolveIntent(proposal: IntentProposal): CompiledIntent;
|
|
860
|
+
routeIdel(proposal: IntentProposal, frame: AxisFrame$2): Promise<AxisEffect & {
|
|
861
|
+
compiled: CompiledIntent;
|
|
862
|
+
}>;
|
|
751
863
|
getIntentEntry(intent: string): {
|
|
752
864
|
schema?: IntentSchema$1;
|
|
753
865
|
validators?: Map<number, TlvValidatorFn[]>;
|
|
@@ -876,6 +988,42 @@ declare function canonicalizeObservation(obs: AxisObservation): string;
|
|
|
876
988
|
declare function hashObservation(obs: AxisObservation): string;
|
|
877
989
|
declare function buildUnsignedWitness(obs: AxisObservation): UnsignedObservationWitness | null;
|
|
878
990
|
|
|
991
|
+
type TruthStatus = 'confirmed' | 'partial' | 'uncertain' | 'failed' | 'disputed';
|
|
992
|
+
interface ExpectedOutcome {
|
|
993
|
+
decision?: 'ALLOW' | 'DENY';
|
|
994
|
+
effect?: string;
|
|
995
|
+
statusCode?: number;
|
|
996
|
+
ok?: boolean;
|
|
997
|
+
stateChanges?: Record<string, unknown>;
|
|
998
|
+
maxDurationMs?: number;
|
|
999
|
+
minSensorsPassed?: number;
|
|
1000
|
+
assertions?: Record<string, unknown>;
|
|
1001
|
+
}
|
|
1002
|
+
type AnomalyLevel = 'info' | 'warning' | 'critical';
|
|
1003
|
+
interface Anomaly {
|
|
1004
|
+
code: string;
|
|
1005
|
+
level: AnomalyLevel;
|
|
1006
|
+
message: string;
|
|
1007
|
+
field?: string;
|
|
1008
|
+
expected?: unknown;
|
|
1009
|
+
actual?: unknown;
|
|
1010
|
+
}
|
|
1011
|
+
interface TruthVerdict {
|
|
1012
|
+
status: TruthStatus;
|
|
1013
|
+
confidence: number;
|
|
1014
|
+
anomalies: Anomaly[];
|
|
1015
|
+
passedChecks: number;
|
|
1016
|
+
totalChecks: number;
|
|
1017
|
+
verifiedAt: number;
|
|
1018
|
+
isDeed: boolean;
|
|
1019
|
+
}
|
|
1020
|
+
declare function scoreTruth(obs: AxisObservation, expected?: ExpectedOutcome): TruthVerdict;
|
|
1021
|
+
interface ObservedDeed {
|
|
1022
|
+
observation: AxisObservation;
|
|
1023
|
+
verdict: TruthVerdict;
|
|
1024
|
+
}
|
|
1025
|
+
declare function verifyObservation(obs: AxisObservation, expected?: ExpectedOutcome): ObservedDeed;
|
|
1026
|
+
|
|
879
1027
|
interface ResponseObserverContext {
|
|
880
1028
|
actorId: string;
|
|
881
1029
|
intent: string;
|
|
@@ -1131,22 +1279,6 @@ declare function packPasskeyLoginVerifyRes(params: {
|
|
|
1131
1279
|
expiresAt: bigint;
|
|
1132
1280
|
}): Buffer;
|
|
1133
1281
|
|
|
1134
|
-
type Axis1FrameToEncode = {
|
|
1135
|
-
ver: number;
|
|
1136
|
-
flags: number;
|
|
1137
|
-
hdr: Buffer;
|
|
1138
|
-
body: Buffer;
|
|
1139
|
-
sig: Buffer;
|
|
1140
|
-
};
|
|
1141
|
-
declare function encodeAxis1Frame(f: Axis1FrameToEncode): Buffer;
|
|
1142
|
-
|
|
1143
|
-
declare function axis1SigningBytes(params: {
|
|
1144
|
-
ver: number;
|
|
1145
|
-
flags: number;
|
|
1146
|
-
hdr: Buffer;
|
|
1147
|
-
body: Buffer;
|
|
1148
|
-
}): Buffer;
|
|
1149
|
-
|
|
1150
1282
|
declare function encVarint(x: bigint): Buffer;
|
|
1151
1283
|
declare function varintU(x: number | bigint): Buffer;
|
|
1152
1284
|
declare function u64be(x: bigint): Buffer;
|
|
@@ -1206,16 +1338,6 @@ interface ExecutionContract {
|
|
|
1206
1338
|
declare const DEFAULT_CONTRACTS: Record<string, ExecutionContract>;
|
|
1207
1339
|
declare const FALLBACK_CONTRACT: ExecutionContract;
|
|
1208
1340
|
|
|
1209
|
-
type Axis1DecodedFrame = {
|
|
1210
|
-
ver: number;
|
|
1211
|
-
flags: number;
|
|
1212
|
-
hdr: Buffer;
|
|
1213
|
-
body: Buffer;
|
|
1214
|
-
sig: Buffer;
|
|
1215
|
-
frameSize: number;
|
|
1216
|
-
};
|
|
1217
|
-
declare function decodeAxis1Frame(buf: Buffer): Axis1DecodedFrame;
|
|
1218
|
-
|
|
1219
1341
|
declare const T: {
|
|
1220
1342
|
INTENT: number;
|
|
1221
1343
|
PID: number;
|
|
@@ -1281,6 +1403,46 @@ type Capability = keyof typeof CAPABILITIES;
|
|
|
1281
1403
|
declare const PROOF_CAPABILITIES: Record<number, Capability[]>;
|
|
1282
1404
|
declare const INTENT_REQUIREMENTS: Record<string, Capability[]>;
|
|
1283
1405
|
|
|
1406
|
+
type AxisLawDecision = "allow" | "deny" | "conditional";
|
|
1407
|
+
interface AxisLawArticleSummary {
|
|
1408
|
+
article_id: string;
|
|
1409
|
+
article_type?: string;
|
|
1410
|
+
decision?: string;
|
|
1411
|
+
reason?: string;
|
|
1412
|
+
}
|
|
1413
|
+
interface AxisLawEvaluationContext {
|
|
1414
|
+
actorId?: string;
|
|
1415
|
+
intent?: string;
|
|
1416
|
+
audience?: string;
|
|
1417
|
+
tps?: string | number;
|
|
1418
|
+
country?: string;
|
|
1419
|
+
ip?: string;
|
|
1420
|
+
path?: string;
|
|
1421
|
+
clientId?: string;
|
|
1422
|
+
deviceId?: string;
|
|
1423
|
+
sessionId?: string;
|
|
1424
|
+
capsuleId?: string;
|
|
1425
|
+
metadata: Record<string, unknown>;
|
|
1426
|
+
packet?: Record<string, unknown>;
|
|
1427
|
+
frameBody?: unknown;
|
|
1428
|
+
}
|
|
1429
|
+
interface AxisLawEvaluationResult {
|
|
1430
|
+
decision: AxisLawDecision;
|
|
1431
|
+
reason: string;
|
|
1432
|
+
explanation?: string;
|
|
1433
|
+
denied?: AxisLawArticleSummary[];
|
|
1434
|
+
permitted?: AxisLawArticleSummary[];
|
|
1435
|
+
required?: AxisLawArticleSummary[];
|
|
1436
|
+
applicable?: AxisLawArticleSummary[];
|
|
1437
|
+
metadata?: Record<string, unknown>;
|
|
1438
|
+
}
|
|
1439
|
+
type AxisLawEvaluator = ((context: AxisLawEvaluationContext) => AxisLawEvaluationResult | Promise<AxisLawEvaluationResult>);
|
|
1440
|
+
interface LawEvaluationSensorOptions {
|
|
1441
|
+
evaluator?: AxisLawEvaluator;
|
|
1442
|
+
conditionalDecision?: "deny" | "flag" | "allow";
|
|
1443
|
+
}
|
|
1444
|
+
declare function buildAxisLawEvaluationContext(input: SensorInput): AxisLawEvaluationContext;
|
|
1445
|
+
|
|
1284
1446
|
interface RiskSignal {
|
|
1285
1447
|
type: string;
|
|
1286
1448
|
severity: 'low' | 'medium' | 'high' | 'critical';
|
|
@@ -1583,12 +1745,7 @@ declare const IntentPolicyZ: z.ZodObject<{
|
|
|
1583
1745
|
}, z.core.$strip>;
|
|
1584
1746
|
type IntentPolicy = z.infer<typeof IntentPolicyZ>;
|
|
1585
1747
|
declare const IntentPolicySensorInputZ: z.ZodObject<{
|
|
1586
|
-
frame: z.
|
|
1587
|
-
flags: z.ZodNumber;
|
|
1588
|
-
headers: z.ZodMap<z.ZodNumber, z.ZodCustom<Uint8Array<ArrayBufferLike>, Uint8Array<ArrayBufferLike>>>;
|
|
1589
|
-
body: z.ZodCustom<Uint8Array<ArrayBufferLike>, Uint8Array<ArrayBufferLike>>;
|
|
1590
|
-
sig: z.ZodCustom<Uint8Array<ArrayBufferLike>, Uint8Array<ArrayBufferLike>>;
|
|
1591
|
-
}, z.core.$strip>;
|
|
1748
|
+
frame: z.ZodType<_nextera_one_axis_protocol.AxisFrame, unknown, z.core.$ZodTypeInternals<_nextera_one_axis_protocol.AxisFrame, unknown>>;
|
|
1592
1749
|
intent: z.ZodString;
|
|
1593
1750
|
rawFrameSize: z.ZodNumber;
|
|
1594
1751
|
}, z.core.$strip>;
|
|
@@ -2002,6 +2159,180 @@ declare class AxisSensorChainService {
|
|
|
2002
2159
|
private evaluateSensors;
|
|
2003
2160
|
}
|
|
2004
2161
|
|
|
2162
|
+
type TimelineDomain = 'prime' | 'fork' | 'shadow' | 'training' | 'audit';
|
|
2163
|
+
type TimelineEventStatus = 'executed' | 'replayed' | 'forked' | 'simulated' | 'failed';
|
|
2164
|
+
interface TimelineEvent {
|
|
2165
|
+
event_id: string;
|
|
2166
|
+
timeline_id: string;
|
|
2167
|
+
branch_id: string;
|
|
2168
|
+
parent_event_id: string | null;
|
|
2169
|
+
intent: string;
|
|
2170
|
+
actor_id: string;
|
|
2171
|
+
capsule_id?: string;
|
|
2172
|
+
tps_coordinate?: string;
|
|
2173
|
+
payload_hash: string;
|
|
2174
|
+
result_hash?: string;
|
|
2175
|
+
status: TimelineEventStatus;
|
|
2176
|
+
domain: TimelineDomain;
|
|
2177
|
+
determinism: 'deterministic' | 'bounded_nondeterministic' | 'open_nondeterministic';
|
|
2178
|
+
witness_id?: string;
|
|
2179
|
+
created_at: number;
|
|
2180
|
+
metadata?: Record<string, unknown>;
|
|
2181
|
+
}
|
|
2182
|
+
interface TimelineBranch {
|
|
2183
|
+
branch_id: string;
|
|
2184
|
+
timeline_id: string;
|
|
2185
|
+
origin_timeline_id: string;
|
|
2186
|
+
origin_event_id: string;
|
|
2187
|
+
branch_type: 'fork' | 'simulation' | 'replay' | 'training';
|
|
2188
|
+
created_at_tps?: string;
|
|
2189
|
+
creator_subject_id: string;
|
|
2190
|
+
purpose: string;
|
|
2191
|
+
status: 'active' | 'completed' | 'abandoned';
|
|
2192
|
+
}
|
|
2193
|
+
interface StateSnapshot {
|
|
2194
|
+
snapshot_id: string;
|
|
2195
|
+
timeline_id: string;
|
|
2196
|
+
event_id: string;
|
|
2197
|
+
tps_coordinate?: string;
|
|
2198
|
+
state_hash: string;
|
|
2199
|
+
state_data: Record<string, unknown>;
|
|
2200
|
+
created_at: number;
|
|
2201
|
+
}
|
|
2202
|
+
type ReplayMode = 'strict' | 'analytical';
|
|
2203
|
+
interface ReplayRequest {
|
|
2204
|
+
source_event_id: string;
|
|
2205
|
+
mode: ReplayMode;
|
|
2206
|
+
override_payload?: Record<string, unknown>;
|
|
2207
|
+
}
|
|
2208
|
+
interface ReplayResult {
|
|
2209
|
+
original_event: TimelineEvent;
|
|
2210
|
+
replayed_event: TimelineEvent;
|
|
2211
|
+
mode: ReplayMode;
|
|
2212
|
+
deterministic_match: boolean;
|
|
2213
|
+
differences: ReplayDifference[];
|
|
2214
|
+
duration_ms: number;
|
|
2215
|
+
}
|
|
2216
|
+
interface ReplayDifference {
|
|
2217
|
+
field: string;
|
|
2218
|
+
original: unknown;
|
|
2219
|
+
replayed: unknown;
|
|
2220
|
+
}
|
|
2221
|
+
interface ForkRequest {
|
|
2222
|
+
source_event_id: string;
|
|
2223
|
+
new_payload: Record<string, unknown>;
|
|
2224
|
+
purpose: string;
|
|
2225
|
+
actor_id: string;
|
|
2226
|
+
}
|
|
2227
|
+
interface ForkResult {
|
|
2228
|
+
branch: TimelineBranch;
|
|
2229
|
+
forked_event: TimelineEvent;
|
|
2230
|
+
snapshot?: StateSnapshot;
|
|
2231
|
+
}
|
|
2232
|
+
interface SimulationRequest {
|
|
2233
|
+
intent: string;
|
|
2234
|
+
payload: Record<string, unknown>;
|
|
2235
|
+
actor_id: string;
|
|
2236
|
+
at_tps?: string;
|
|
2237
|
+
from_snapshot_id?: string;
|
|
2238
|
+
purpose: string;
|
|
2239
|
+
}
|
|
2240
|
+
interface SimulationResult {
|
|
2241
|
+
branch: TimelineBranch;
|
|
2242
|
+
simulated_event: TimelineEvent;
|
|
2243
|
+
predicted_outcome: Record<string, unknown>;
|
|
2244
|
+
side_effects: SimulatedSideEffect[];
|
|
2245
|
+
duration_ms: number;
|
|
2246
|
+
}
|
|
2247
|
+
interface SimulatedSideEffect {
|
|
2248
|
+
type: string;
|
|
2249
|
+
target: string;
|
|
2250
|
+
action: string;
|
|
2251
|
+
predicted_result: unknown;
|
|
2252
|
+
}
|
|
2253
|
+
interface TimelineComparison {
|
|
2254
|
+
timeline_a: string;
|
|
2255
|
+
timeline_b: string;
|
|
2256
|
+
event_pairs: Array<{
|
|
2257
|
+
event_a: TimelineEvent;
|
|
2258
|
+
event_b: TimelineEvent;
|
|
2259
|
+
match: boolean;
|
|
2260
|
+
differences: ReplayDifference[];
|
|
2261
|
+
}>;
|
|
2262
|
+
divergence_point?: string;
|
|
2263
|
+
}
|
|
2264
|
+
interface TimelineHandler {
|
|
2265
|
+
intent: string;
|
|
2266
|
+
execute(payload: Record<string, unknown>, context: TimelineHandlerContext): Promise<TimelineHandlerResult>;
|
|
2267
|
+
}
|
|
2268
|
+
interface TimelineHandlerContext {
|
|
2269
|
+
event_id: string;
|
|
2270
|
+
timeline_id: string;
|
|
2271
|
+
branch_id: string;
|
|
2272
|
+
domain: TimelineDomain;
|
|
2273
|
+
actor_id: string;
|
|
2274
|
+
tps_coordinate?: string;
|
|
2275
|
+
snapshot?: StateSnapshot;
|
|
2276
|
+
is_replay: boolean;
|
|
2277
|
+
is_simulation: boolean;
|
|
2278
|
+
}
|
|
2279
|
+
interface TimelineHandlerResult {
|
|
2280
|
+
ok: boolean;
|
|
2281
|
+
effect: string;
|
|
2282
|
+
result_data: Record<string, unknown>;
|
|
2283
|
+
side_effects?: SimulatedSideEffect[];
|
|
2284
|
+
}
|
|
2285
|
+
|
|
2286
|
+
interface TimelineStore {
|
|
2287
|
+
saveEvent(event: TimelineEvent): Promise<void>;
|
|
2288
|
+
getEvent(eventId: string): Promise<TimelineEvent | null>;
|
|
2289
|
+
getEventsByTimeline(timelineId: string): Promise<TimelineEvent[]>;
|
|
2290
|
+
getEventsByBranch(branchId: string): Promise<TimelineEvent[]>;
|
|
2291
|
+
saveBranch(branch: TimelineBranch): Promise<void>;
|
|
2292
|
+
getBranch(branchId: string): Promise<TimelineBranch | null>;
|
|
2293
|
+
getBranchesByTimeline(timelineId: string): Promise<TimelineBranch[]>;
|
|
2294
|
+
saveSnapshot(snapshot: StateSnapshot): Promise<void>;
|
|
2295
|
+
getSnapshot(snapshotId: string): Promise<StateSnapshot | null>;
|
|
2296
|
+
getSnapshotByEvent(eventId: string): Promise<StateSnapshot | null>;
|
|
2297
|
+
}
|
|
2298
|
+
declare class InMemoryTimelineStore implements TimelineStore {
|
|
2299
|
+
private events;
|
|
2300
|
+
private branches;
|
|
2301
|
+
private snapshots;
|
|
2302
|
+
saveEvent(event: TimelineEvent): Promise<void>;
|
|
2303
|
+
getEvent(eventId: string): Promise<TimelineEvent | null>;
|
|
2304
|
+
getEventsByTimeline(timelineId: string): Promise<TimelineEvent[]>;
|
|
2305
|
+
getEventsByBranch(branchId: string): Promise<TimelineEvent[]>;
|
|
2306
|
+
saveBranch(branch: TimelineBranch): Promise<void>;
|
|
2307
|
+
getBranch(branchId: string): Promise<TimelineBranch | null>;
|
|
2308
|
+
getBranchesByTimeline(timelineId: string): Promise<TimelineBranch[]>;
|
|
2309
|
+
saveSnapshot(snapshot: StateSnapshot): Promise<void>;
|
|
2310
|
+
getSnapshot(snapshotId: string): Promise<StateSnapshot | null>;
|
|
2311
|
+
getSnapshotByEvent(eventId: string): Promise<StateSnapshot | null>;
|
|
2312
|
+
}
|
|
2313
|
+
|
|
2314
|
+
declare class TimelineEngine {
|
|
2315
|
+
private readonly store;
|
|
2316
|
+
private handlers;
|
|
2317
|
+
constructor(store: TimelineStore);
|
|
2318
|
+
registerHandler(handler: TimelineHandler): void;
|
|
2319
|
+
recordEvent(intent: string, actorId: string, payload: Record<string, unknown>, result: Record<string, unknown>, options?: {
|
|
2320
|
+
timelineId?: string;
|
|
2321
|
+
branchId?: string;
|
|
2322
|
+
capsuleId?: string;
|
|
2323
|
+
tpsCoordinate?: string;
|
|
2324
|
+
witnessId?: string;
|
|
2325
|
+
determinism?: TimelineEvent['determinism'];
|
|
2326
|
+
parentEventId?: string;
|
|
2327
|
+
}): Promise<TimelineEvent>;
|
|
2328
|
+
replay(request: ReplayRequest): Promise<ReplayResult>;
|
|
2329
|
+
fork(request: ForkRequest): Promise<ForkResult>;
|
|
2330
|
+
simulate(request: SimulationRequest): Promise<SimulationResult>;
|
|
2331
|
+
compare(timelineIdA: string, timelineIdB: string): Promise<TimelineComparison>;
|
|
2332
|
+
createSnapshot(eventId: string, stateData: Record<string, unknown>): Promise<StateSnapshot>;
|
|
2333
|
+
restoreSnapshot(snapshotId: string): Promise<StateSnapshot>;
|
|
2334
|
+
}
|
|
2335
|
+
|
|
2005
2336
|
type AxisTlvDtoCtor<T = object> = new (...args: never[]) => T;
|
|
2006
2337
|
declare function encodeAxisTlvDto<T extends object>(dtoClass: AxisTlvDtoCtor<T>, data: Partial<Record<keyof T, unknown>>): Uint8Array;
|
|
2007
2338
|
|
|
@@ -2140,6 +2471,387 @@ declare function deriveAnchorReflection(softid: string, context?: string, scope?
|
|
|
2140
2471
|
declare function canonicalizeWrit(writ: Omit<Writ, 'sig'>): string;
|
|
2141
2472
|
declare function canonicalizeGrant(grant: Omit<Grant, 'sig'>): string;
|
|
2142
2473
|
|
|
2474
|
+
declare function createPresenceChallenge(declaration: PresenceDeclaration, ttlMs?: number): PresenceChallenge;
|
|
2475
|
+
declare function signPresenceChallenge(challenge: PresenceChallenge, privateKeyHex: string, publicKeyHex: string, declaration: PresenceDeclaration, kid?: string): PresenceProof;
|
|
2476
|
+
declare function verifyPresenceProof(challenge: PresenceChallenge, proof: PresenceProof, declaration: PresenceDeclaration, durationMs?: number): PresenceVerifyResult;
|
|
2477
|
+
declare function getPresenceStatus(receipt: PresenceReceipt): PresenceStatus;
|
|
2478
|
+
declare function renewPresence(receipt: PresenceReceipt, extensionMs?: number): PresenceReceipt;
|
|
2479
|
+
declare function createWrit(body: WritBody, meta: Omit<WritMeta, 'prev'>, thread: {
|
|
2480
|
+
tid: string;
|
|
2481
|
+
seq: number;
|
|
2482
|
+
prevHash: string;
|
|
2483
|
+
}, privateKeyHex: string, kid?: string): Writ;
|
|
2484
|
+
declare function validateWrit(writ: Writ, publicKeyHex: string, threadState: ThreadState | null, grants: Grant[]): WritValidationResult;
|
|
2485
|
+
declare function grantCoversAction(grant: Grant, action: string, resource: string, nowUnix: number): boolean;
|
|
2486
|
+
declare function getGrantStatus(grant: Grant, revocations: Revocation[]): GrantStatus;
|
|
2487
|
+
declare function validateGrant(grant: Grant, issuerPublicKeyHex: string): GrantValidationResult;
|
|
2488
|
+
declare function createGrant(grantId: string, issuer: string, subject: string, grantType: Grant['grant_type'], caps: GrantCapability[], meta: Grant['meta'], privateKeyHex: string, kid?: string): Grant;
|
|
2489
|
+
declare function createReceipt(writ: Writ, effect: string, prevReceipt: LoomReceipt | null, metadata?: Record<string, unknown>): LoomReceipt;
|
|
2490
|
+
declare function verifyReceiptChain(receipts: LoomReceipt[]): {
|
|
2491
|
+
valid: boolean;
|
|
2492
|
+
brokenAt?: number;
|
|
2493
|
+
error?: string;
|
|
2494
|
+
};
|
|
2495
|
+
declare function updateThreadState(receipt: LoomReceipt, softid: string): ThreadState;
|
|
2496
|
+
declare function createRevocation(targetType: Revocation['target_type'], targetId: string, issuerSoftid: string, privateKeyHex: string, reason?: string): Revocation;
|
|
2497
|
+
declare function isRevoked(targetType: Revocation['target_type'], targetId: string, revocations: Revocation[]): boolean;
|
|
2498
|
+
interface LoomExecutionResult {
|
|
2499
|
+
receipt: LoomReceipt;
|
|
2500
|
+
threadState: ThreadState;
|
|
2501
|
+
writValidation: WritValidationResult;
|
|
2502
|
+
}
|
|
2503
|
+
declare function executeLoomPipeline(writ: Writ, publicKeyHex: string, presence: PresenceReceipt, threadState: ThreadState | null, grants: Grant[], revocations: Revocation[], prevReceipt: LoomReceipt | null): LoomExecutionResult | {
|
|
2504
|
+
valid: false;
|
|
2505
|
+
error: string;
|
|
2506
|
+
code: string;
|
|
2507
|
+
};
|
|
2508
|
+
|
|
2509
|
+
type NeedlePhase = 'created' | 'validated' | 'executing' | 'observed' | 'stitched' | 'failed';
|
|
2510
|
+
interface Needle {
|
|
2511
|
+
needle_id: string;
|
|
2512
|
+
phase: NeedlePhase;
|
|
2513
|
+
tps_coordinate?: string;
|
|
2514
|
+
intent: CompiledIntent;
|
|
2515
|
+
presence: PresenceReceipt;
|
|
2516
|
+
writ: Writ;
|
|
2517
|
+
grants: Grant[];
|
|
2518
|
+
observation?: AxisObservation;
|
|
2519
|
+
receipt?: LoomReceipt;
|
|
2520
|
+
verdict?: TruthVerdict;
|
|
2521
|
+
created_at: number;
|
|
2522
|
+
completed_at?: number;
|
|
2523
|
+
error?: NeedleError;
|
|
2524
|
+
}
|
|
2525
|
+
interface NeedleError {
|
|
2526
|
+
phase: NeedlePhase;
|
|
2527
|
+
code: string;
|
|
2528
|
+
message: string;
|
|
2529
|
+
}
|
|
2530
|
+
type StitchKind = 'deed' | 'silent' | 'torn';
|
|
2531
|
+
interface Stitch {
|
|
2532
|
+
stitch_id: string;
|
|
2533
|
+
kind: StitchKind;
|
|
2534
|
+
intent: string;
|
|
2535
|
+
actor_id: string;
|
|
2536
|
+
tps_coordinate?: string;
|
|
2537
|
+
observation: AxisObservation;
|
|
2538
|
+
verdict: TruthVerdict;
|
|
2539
|
+
receipt: LoomReceipt;
|
|
2540
|
+
thread_id: string;
|
|
2541
|
+
sequence: number;
|
|
2542
|
+
timeline_event_id?: string;
|
|
2543
|
+
stitched_at: number;
|
|
2544
|
+
}
|
|
2545
|
+
interface Thread {
|
|
2546
|
+
state: ThreadState;
|
|
2547
|
+
length: number;
|
|
2548
|
+
started_at_tps?: string;
|
|
2549
|
+
last_stitch_tps?: string;
|
|
2550
|
+
has_branches: boolean;
|
|
2551
|
+
branch_ids: string[];
|
|
2552
|
+
}
|
|
2553
|
+
|
|
2554
|
+
type NeedleHandler = (intent: CompiledIntent, context: NeedleHandlerContext) => Promise<NeedleHandlerResult>;
|
|
2555
|
+
interface NeedleHandlerContext {
|
|
2556
|
+
needle_id: string;
|
|
2557
|
+
actor_id: string;
|
|
2558
|
+
presence_id: string;
|
|
2559
|
+
writ: Writ;
|
|
2560
|
+
grants: Grant[];
|
|
2561
|
+
tps_coordinate?: string;
|
|
2562
|
+
}
|
|
2563
|
+
interface NeedleHandlerResult {
|
|
2564
|
+
ok: boolean;
|
|
2565
|
+
effect: string;
|
|
2566
|
+
data?: Record<string, unknown>;
|
|
2567
|
+
status_code?: number;
|
|
2568
|
+
}
|
|
2569
|
+
interface NeedlePipelineConfig {
|
|
2570
|
+
handlers: Map<string, NeedleHandler>;
|
|
2571
|
+
private_key: string;
|
|
2572
|
+
public_key: string;
|
|
2573
|
+
sensors?: AxisSensor[];
|
|
2574
|
+
record_timeline?: boolean;
|
|
2575
|
+
tps_provider?: () => string;
|
|
2576
|
+
}
|
|
2577
|
+
interface NeedlePipelineResult {
|
|
2578
|
+
ok: boolean;
|
|
2579
|
+
needle: Needle;
|
|
2580
|
+
stitch?: Stitch;
|
|
2581
|
+
thread_state?: ThreadState;
|
|
2582
|
+
timeline_event?: TimelineEvent;
|
|
2583
|
+
}
|
|
2584
|
+
|
|
2585
|
+
declare function assembleNeedle(params: {
|
|
2586
|
+
intent: CompiledIntent;
|
|
2587
|
+
presence: PresenceReceipt;
|
|
2588
|
+
writ: Writ;
|
|
2589
|
+
grants: Grant[];
|
|
2590
|
+
tps_coordinate?: string;
|
|
2591
|
+
}): Needle;
|
|
2592
|
+
declare function formStitch(needle: Needle, observation: AxisObservation, verdict: TruthVerdict, receipt: LoomReceipt): Stitch;
|
|
2593
|
+
declare function runNeedlePipeline(needle: Needle, config: NeedlePipelineConfig, threadState: ThreadState | null, prevReceipt: LoomReceipt | null, expectedOutcome?: ExpectedOutcome): Promise<NeedlePipelineResult>;
|
|
2594
|
+
|
|
2595
|
+
type KnotType = 'authority' | 'law' | 'causal' | 'decision' | 'irreversible';
|
|
2596
|
+
type KnotStatus = 'open' | 'tied' | 'broken' | 'forked';
|
|
2597
|
+
interface Knot {
|
|
2598
|
+
knot_id: string;
|
|
2599
|
+
type: KnotType;
|
|
2600
|
+
status: KnotStatus;
|
|
2601
|
+
stitch_ids: string[];
|
|
2602
|
+
thread_id: string;
|
|
2603
|
+
tps_anchor?: string;
|
|
2604
|
+
irreversible: boolean;
|
|
2605
|
+
capsule_id?: string;
|
|
2606
|
+
law_ref?: string;
|
|
2607
|
+
decision_stitch_id?: string;
|
|
2608
|
+
branch_ids: string[];
|
|
2609
|
+
required_count?: number;
|
|
2610
|
+
all_or_nothing: boolean;
|
|
2611
|
+
actor_id: string;
|
|
2612
|
+
created_at: number;
|
|
2613
|
+
tied_at?: number;
|
|
2614
|
+
broken_at?: number;
|
|
2615
|
+
break_reason?: string;
|
|
2616
|
+
witness_hash?: string;
|
|
2617
|
+
}
|
|
2618
|
+
interface KnotValidationResult {
|
|
2619
|
+
valid: boolean;
|
|
2620
|
+
passed_stitch_ids: string[];
|
|
2621
|
+
failed_stitch_ids: string[];
|
|
2622
|
+
can_tie: boolean;
|
|
2623
|
+
errors: KnotError[];
|
|
2624
|
+
}
|
|
2625
|
+
interface KnotError {
|
|
2626
|
+
code: string;
|
|
2627
|
+
message: string;
|
|
2628
|
+
stitch_id?: string;
|
|
2629
|
+
}
|
|
2630
|
+
interface KnotBreakRequest {
|
|
2631
|
+
knot_id: string;
|
|
2632
|
+
actor_id: string;
|
|
2633
|
+
reason: string;
|
|
2634
|
+
override_grant_id?: string;
|
|
2635
|
+
signature?: string;
|
|
2636
|
+
}
|
|
2637
|
+
|
|
2638
|
+
interface OpenKnotParams {
|
|
2639
|
+
type: KnotType;
|
|
2640
|
+
thread_id: string;
|
|
2641
|
+
actor_id: string;
|
|
2642
|
+
tps_anchor?: string;
|
|
2643
|
+
capsule_id?: string;
|
|
2644
|
+
law_ref?: string;
|
|
2645
|
+
required_count?: number;
|
|
2646
|
+
all_or_nothing?: boolean;
|
|
2647
|
+
}
|
|
2648
|
+
declare function openKnot(params: OpenKnotParams): Knot;
|
|
2649
|
+
declare function addStitchToKnot(knot: Knot, stitch: Stitch): string | null;
|
|
2650
|
+
declare function validateKnot(knot: Knot, stitches: Stitch[]): KnotValidationResult;
|
|
2651
|
+
declare function tieKnot(knot: Knot, stitches: Stitch[]): KnotValidationResult & {
|
|
2652
|
+
knot: Knot;
|
|
2653
|
+
};
|
|
2654
|
+
declare function breakKnot(knot: Knot, request: KnotBreakRequest): {
|
|
2655
|
+
ok: boolean;
|
|
2656
|
+
error?: string;
|
|
2657
|
+
};
|
|
2658
|
+
declare function forkFromKnot(knot: Knot, branchId: string, decisionStitchId?: string): {
|
|
2659
|
+
ok: boolean;
|
|
2660
|
+
error?: string;
|
|
2661
|
+
};
|
|
2662
|
+
declare function isKnotOpen(knot: Knot): boolean;
|
|
2663
|
+
declare function isPointOfNoReturn(knot: Knot): boolean;
|
|
2664
|
+
declare function findKnotsForStitch(stitchId: string, knots: Knot[]): Knot[];
|
|
2665
|
+
declare function getIrreversibleKnots(knots: Knot[]): Knot[];
|
|
2666
|
+
declare function getDecisionPoints(knots: Knot[]): Knot[];
|
|
2667
|
+
|
|
2668
|
+
interface FabricCell {
|
|
2669
|
+
key: string;
|
|
2670
|
+
value: unknown;
|
|
2671
|
+
last_stitch_id: string;
|
|
2672
|
+
last_tps?: string;
|
|
2673
|
+
write_count: number;
|
|
2674
|
+
locked: boolean;
|
|
2675
|
+
locked_by_knot?: string;
|
|
2676
|
+
}
|
|
2677
|
+
interface Fabric {
|
|
2678
|
+
fabric_id: string;
|
|
2679
|
+
state_hash: string;
|
|
2680
|
+
cells: Map<string, FabricCell>;
|
|
2681
|
+
thread_ids: string[];
|
|
2682
|
+
stitch_count: number;
|
|
2683
|
+
knot_count: number;
|
|
2684
|
+
projected_at_tps?: string;
|
|
2685
|
+
computed_at: number;
|
|
2686
|
+
version: number;
|
|
2687
|
+
}
|
|
2688
|
+
interface FabricEffect {
|
|
2689
|
+
mutations: Record<string, unknown | null>;
|
|
2690
|
+
reads?: string[];
|
|
2691
|
+
}
|
|
2692
|
+
type FabricEffectResolver = (stitch: Stitch) => FabricEffect;
|
|
2693
|
+
type FabricDiffKind = 'added' | 'modified' | 'deleted';
|
|
2694
|
+
interface FabricDiffEntry {
|
|
2695
|
+
key: string;
|
|
2696
|
+
kind: FabricDiffKind;
|
|
2697
|
+
before?: unknown;
|
|
2698
|
+
after?: unknown;
|
|
2699
|
+
caused_by_stitch?: string;
|
|
2700
|
+
}
|
|
2701
|
+
interface FabricDiff {
|
|
2702
|
+
from_fabric_id: string;
|
|
2703
|
+
to_fabric_id: string;
|
|
2704
|
+
entries: FabricDiffEntry[];
|
|
2705
|
+
added_count: number;
|
|
2706
|
+
modified_count: number;
|
|
2707
|
+
deleted_count: number;
|
|
2708
|
+
}
|
|
2709
|
+
interface FabricQuery {
|
|
2710
|
+
prefix?: string;
|
|
2711
|
+
keys?: string[];
|
|
2712
|
+
actor_id?: string;
|
|
2713
|
+
thread_id?: string;
|
|
2714
|
+
locked_only?: boolean;
|
|
2715
|
+
}
|
|
2716
|
+
|
|
2717
|
+
declare function createFabric(): Fabric;
|
|
2718
|
+
declare function applyStitch(fabric: Fabric, stitch: Stitch, effect: FabricEffect): void;
|
|
2719
|
+
declare function weave(stitches: Stitch[], resolver: FabricEffectResolver, knots?: Knot[]): Fabric;
|
|
2720
|
+
declare function projectAt(stitches: Stitch[], resolver: FabricEffectResolver, tpsFilter: (tps: string | undefined) => boolean, knots?: Knot[]): Fabric;
|
|
2721
|
+
declare function lockCells(fabric: Fabric, keys: string[], knotId: string): void;
|
|
2722
|
+
declare function queryFabric(fabric: Fabric, query: FabricQuery): FabricCell[];
|
|
2723
|
+
declare function getFabricValue(fabric: Fabric, key: string): unknown | undefined;
|
|
2724
|
+
declare function diffFabrics(a: Fabric, b: Fabric): FabricDiff;
|
|
2725
|
+
|
|
2726
|
+
type PatternKind = 'sequence' | 'knot' | 'state' | 'decision' | 'anomaly';
|
|
2727
|
+
type PatternConfidence = number;
|
|
2728
|
+
interface Pattern {
|
|
2729
|
+
pattern_id: string;
|
|
2730
|
+
kind: PatternKind;
|
|
2731
|
+
name: string;
|
|
2732
|
+
description?: string;
|
|
2733
|
+
signature: PatternSignature;
|
|
2734
|
+
confidence: PatternConfidence;
|
|
2735
|
+
occurrence_count: number;
|
|
2736
|
+
first_seen_at: number;
|
|
2737
|
+
last_seen_at: number;
|
|
2738
|
+
seen_in_threads: string[];
|
|
2739
|
+
classification: 'normal' | 'anomalous' | 'unclassified';
|
|
2740
|
+
predicted_next?: PatternPrediction;
|
|
2741
|
+
}
|
|
2742
|
+
interface PatternSignature {
|
|
2743
|
+
intent_sequence?: string[];
|
|
2744
|
+
stitch_kinds?: StitchKind[];
|
|
2745
|
+
knot_type?: KnotType;
|
|
2746
|
+
knot_size?: number;
|
|
2747
|
+
state_keys?: string[];
|
|
2748
|
+
state_mutations?: Record<string, 'created' | 'updated' | 'deleted'>;
|
|
2749
|
+
decision_outcome?: string;
|
|
2750
|
+
actor?: string;
|
|
2751
|
+
min_length?: number;
|
|
2752
|
+
max_length?: number;
|
|
2753
|
+
}
|
|
2754
|
+
interface PatternMatch {
|
|
2755
|
+
pattern_id: string;
|
|
2756
|
+
matched_stitch_ids: string[];
|
|
2757
|
+
matched_knot_ids?: string[];
|
|
2758
|
+
match_score: number;
|
|
2759
|
+
thread_id: string;
|
|
2760
|
+
detected_at: number;
|
|
2761
|
+
}
|
|
2762
|
+
interface PatternPrediction {
|
|
2763
|
+
next_intent: string;
|
|
2764
|
+
confidence: PatternConfidence;
|
|
2765
|
+
alternatives: Array<{
|
|
2766
|
+
intent: string;
|
|
2767
|
+
confidence: PatternConfidence;
|
|
2768
|
+
}>;
|
|
2769
|
+
predicted_outcome?: string;
|
|
2770
|
+
risk_note?: string;
|
|
2771
|
+
}
|
|
2772
|
+
interface PatternStore {
|
|
2773
|
+
save(pattern: Pattern): void;
|
|
2774
|
+
get(patternId: string): Pattern | undefined;
|
|
2775
|
+
findByKind(kind: PatternKind): Pattern[];
|
|
2776
|
+
findByIntent(intent: string): Pattern[];
|
|
2777
|
+
all(): Pattern[];
|
|
2778
|
+
}
|
|
2779
|
+
|
|
2780
|
+
declare class InMemoryPatternStore implements PatternStore {
|
|
2781
|
+
private patterns;
|
|
2782
|
+
save(pattern: Pattern): void;
|
|
2783
|
+
get(patternId: string): Pattern | undefined;
|
|
2784
|
+
findByKind(kind: PatternKind): Pattern[];
|
|
2785
|
+
findByIntent(intent: string): Pattern[];
|
|
2786
|
+
all(): Pattern[];
|
|
2787
|
+
}
|
|
2788
|
+
declare function detectSequencePatterns(stitches: Stitch[], windowSize: number, minOccurrences: number): Pattern[];
|
|
2789
|
+
declare function detectKnotPatterns(knots: Knot[], minOccurrences: number): Pattern[];
|
|
2790
|
+
declare function matchPatterns(stitches: Stitch[], patterns: Pattern[]): PatternMatch[];
|
|
2791
|
+
declare function recordOccurrence(pattern: Pattern, threadId: string): void;
|
|
2792
|
+
declare function detectAnomalies(recentStitches: Stitch[], knownPatterns: Pattern[], threshold?: number): Pattern[];
|
|
2793
|
+
|
|
2794
|
+
interface TpsSensorOptions {
|
|
2795
|
+
maxDriftMs?: number;
|
|
2796
|
+
resolver?: (tps: string) => number | null;
|
|
2797
|
+
}
|
|
2798
|
+
declare class TpsSensor implements AxisSensor {
|
|
2799
|
+
readonly name = "TpsSensor";
|
|
2800
|
+
readonly order: number;
|
|
2801
|
+
private readonly maxDriftMs;
|
|
2802
|
+
private readonly resolver;
|
|
2803
|
+
constructor(options?: TpsSensorOptions);
|
|
2804
|
+
supports(input: SensorInput): boolean;
|
|
2805
|
+
run(input: SensorInput): Promise<SensorDecision>;
|
|
2806
|
+
}
|
|
2807
|
+
|
|
2808
|
+
type RiskSignalCollector = (input: SensorInput) => Promise<RiskSignal[]> | RiskSignal[];
|
|
2809
|
+
interface RiskGateSensorOptions {
|
|
2810
|
+
collectors: RiskSignalCollector[];
|
|
2811
|
+
denyThreshold?: number;
|
|
2812
|
+
flagThreshold?: number;
|
|
2813
|
+
}
|
|
2814
|
+
declare class RiskGateSensor implements AxisSensor {
|
|
2815
|
+
readonly name = "RiskGateSensor";
|
|
2816
|
+
readonly order: number;
|
|
2817
|
+
private readonly collectors;
|
|
2818
|
+
private readonly denyThreshold;
|
|
2819
|
+
private readonly flagThreshold;
|
|
2820
|
+
constructor(options: RiskGateSensorOptions);
|
|
2821
|
+
run(input: SensorInput): Promise<SensorDecision>;
|
|
2822
|
+
private evaluate;
|
|
2823
|
+
}
|
|
2824
|
+
|
|
2825
|
+
interface TickAuthCapsuleRef {
|
|
2826
|
+
capsule_id: string;
|
|
2827
|
+
capsule_type?: string;
|
|
2828
|
+
intent?: string;
|
|
2829
|
+
mode?: string;
|
|
2830
|
+
verification?: {
|
|
2831
|
+
status: 'approved' | 'denied' | 'expired' | 'replay_rejected' | 'consumed' | 'revoked';
|
|
2832
|
+
reason?: string;
|
|
2833
|
+
};
|
|
2834
|
+
scope?: string[];
|
|
2835
|
+
single_use?: boolean;
|
|
2836
|
+
tick_index?: number;
|
|
2837
|
+
}
|
|
2838
|
+
type TickAuthVerifier = (capsule: TickAuthCapsuleRef, input: SensorInput) => Promise<string | null> | (string | null);
|
|
2839
|
+
interface TickAuthSensorOptions {
|
|
2840
|
+
verifier?: TickAuthVerifier;
|
|
2841
|
+
matchIntent?: boolean;
|
|
2842
|
+
acceptTypes?: string[];
|
|
2843
|
+
}
|
|
2844
|
+
declare class TickAuthSensor implements AxisSensor {
|
|
2845
|
+
readonly name = "TickAuthSensor";
|
|
2846
|
+
readonly order: number;
|
|
2847
|
+
private readonly verifier?;
|
|
2848
|
+
private readonly matchIntent;
|
|
2849
|
+
private readonly acceptTypes;
|
|
2850
|
+
constructor(options?: TickAuthSensorOptions);
|
|
2851
|
+
supports(input: SensorInput): boolean;
|
|
2852
|
+
run(input: SensorInput): Promise<SensorDecision>;
|
|
2853
|
+
}
|
|
2854
|
+
|
|
2143
2855
|
interface CceDerivationInput {
|
|
2144
2856
|
axisLocalSecret: string;
|
|
2145
2857
|
capsule: CceCapsuleClaims;
|
|
@@ -2297,91 +3009,91 @@ declare class CceReplayProtectionSensor implements AxisSensor {
|
|
|
2297
3009
|
run(input: SensorInput): Promise<SensorDecision>;
|
|
2298
3010
|
}
|
|
2299
3011
|
|
|
2300
|
-
declare const index$
|
|
2301
|
-
declare const index$
|
|
2302
|
-
declare const index$
|
|
2303
|
-
declare const index$
|
|
2304
|
-
declare const index$
|
|
2305
|
-
declare const index$
|
|
2306
|
-
declare const index$
|
|
2307
|
-
type index$
|
|
2308
|
-
type index$
|
|
2309
|
-
type index$
|
|
2310
|
-
type index$
|
|
2311
|
-
declare const index$
|
|
2312
|
-
type index$
|
|
2313
|
-
type index$
|
|
2314
|
-
type index$
|
|
2315
|
-
type index$
|
|
2316
|
-
type index$
|
|
2317
|
-
declare const index$
|
|
2318
|
-
type index$
|
|
2319
|
-
type index$
|
|
2320
|
-
type index$
|
|
2321
|
-
declare const index$
|
|
2322
|
-
type index$
|
|
2323
|
-
type index$
|
|
2324
|
-
type index$
|
|
2325
|
-
type index$
|
|
2326
|
-
type index$
|
|
2327
|
-
declare const index$
|
|
2328
|
-
type index$
|
|
2329
|
-
declare const index$
|
|
2330
|
-
type index$
|
|
2331
|
-
type index$
|
|
2332
|
-
type index$
|
|
2333
|
-
type index$
|
|
2334
|
-
type index$
|
|
2335
|
-
type index$
|
|
2336
|
-
type index$
|
|
2337
|
-
type index$
|
|
2338
|
-
type index$
|
|
2339
|
-
declare const index$
|
|
2340
|
-
type index$
|
|
2341
|
-
type index$
|
|
2342
|
-
type index$
|
|
2343
|
-
type index$
|
|
2344
|
-
type index$
|
|
2345
|
-
type index$
|
|
2346
|
-
type index$
|
|
2347
|
-
type index$
|
|
2348
|
-
declare const index$
|
|
2349
|
-
type index$
|
|
2350
|
-
type index$
|
|
2351
|
-
type index$
|
|
2352
|
-
type index$
|
|
2353
|
-
type index$
|
|
2354
|
-
type index$
|
|
2355
|
-
type index$
|
|
2356
|
-
type index$
|
|
2357
|
-
declare const index$
|
|
2358
|
-
type index$
|
|
2359
|
-
type index$
|
|
2360
|
-
type index$
|
|
2361
|
-
type index$
|
|
2362
|
-
declare const index$
|
|
2363
|
-
type index$
|
|
2364
|
-
declare const index$
|
|
2365
|
-
declare const index$
|
|
2366
|
-
declare const index$
|
|
2367
|
-
declare const index$
|
|
2368
|
-
declare const index$
|
|
2369
|
-
declare const index$
|
|
2370
|
-
declare const index$
|
|
2371
|
-
declare const index$
|
|
2372
|
-
declare const index$
|
|
2373
|
-
declare const index$
|
|
2374
|
-
declare const index$
|
|
2375
|
-
declare const index$
|
|
2376
|
-
declare const index$
|
|
2377
|
-
declare const index$
|
|
2378
|
-
declare const index$
|
|
2379
|
-
declare const index$
|
|
2380
|
-
declare const index$
|
|
2381
|
-
declare const index$
|
|
2382
|
-
declare const index$
|
|
2383
|
-
declare namespace index$
|
|
2384
|
-
export { index$
|
|
3012
|
+
declare const index$c_CCE_AES_KEY_BYTES: typeof CCE_AES_KEY_BYTES;
|
|
3013
|
+
declare const index$c_CCE_DERIVATION: typeof CCE_DERIVATION;
|
|
3014
|
+
declare const index$c_CCE_ERROR: typeof CCE_ERROR;
|
|
3015
|
+
declare const index$c_CCE_IV_BYTES: typeof CCE_IV_BYTES;
|
|
3016
|
+
declare const index$c_CCE_NONCE_BYTES: typeof CCE_NONCE_BYTES;
|
|
3017
|
+
declare const index$c_CCE_PROTOCOL_VERSION: typeof CCE_PROTOCOL_VERSION;
|
|
3018
|
+
declare const index$c_CCE_TAG_BYTES: typeof CCE_TAG_BYTES;
|
|
3019
|
+
type index$c_CceAesGcmProvider = CceAesGcmProvider;
|
|
3020
|
+
type index$c_CceAlgorithm = CceAlgorithm;
|
|
3021
|
+
type index$c_CceAlgorithmDescriptor = CceAlgorithmDescriptor;
|
|
3022
|
+
type index$c_CceAudienceIntentBindingSensor = CceAudienceIntentBindingSensor;
|
|
3023
|
+
declare const index$c_CceAudienceIntentBindingSensor: typeof CceAudienceIntentBindingSensor;
|
|
3024
|
+
type index$c_CceAxisKeyProvider = CceAxisKeyProvider;
|
|
3025
|
+
type index$c_CceAxisSigner = CceAxisSigner;
|
|
3026
|
+
type index$c_CceCapsuleClaims = CceCapsuleClaims;
|
|
3027
|
+
type index$c_CceCapsuleSignatureVerifier = CceCapsuleSignatureVerifier;
|
|
3028
|
+
type index$c_CceCapsuleVerificationSensor = CceCapsuleVerificationSensor;
|
|
3029
|
+
declare const index$c_CceCapsuleVerificationSensor: typeof CceCapsuleVerificationSensor;
|
|
3030
|
+
type index$c_CceClientKeyEncryptor = CceClientKeyEncryptor;
|
|
3031
|
+
type index$c_CceClientKeyResolver = CceClientKeyResolver;
|
|
3032
|
+
type index$c_CceClientSignatureSensor = CceClientSignatureSensor;
|
|
3033
|
+
declare const index$c_CceClientSignatureSensor: typeof CceClientSignatureSensor;
|
|
3034
|
+
type index$c_CceConstraints = CceConstraints;
|
|
3035
|
+
type index$c_CceDerivationInput = CceDerivationInput;
|
|
3036
|
+
type index$c_CceEncryptedKey = CceEncryptedKey;
|
|
3037
|
+
type index$c_CceEncryptedPayload = CceEncryptedPayload;
|
|
3038
|
+
type index$c_CceEnvelopeValidationSensor = CceEnvelopeValidationSensor;
|
|
3039
|
+
declare const index$c_CceEnvelopeValidationSensor: typeof CceEnvelopeValidationSensor;
|
|
3040
|
+
type index$c_CceError = CceError;
|
|
3041
|
+
declare const index$c_CceError: typeof CceError;
|
|
3042
|
+
type index$c_CceErrorCode = CceErrorCode;
|
|
3043
|
+
type index$c_CceExecutionContext = CceExecutionContext;
|
|
3044
|
+
type index$c_CceHandler = CceHandler;
|
|
3045
|
+
type index$c_CceHandlerContext = CceHandlerContext;
|
|
3046
|
+
type index$c_CceHandlerResult = CceHandlerResult;
|
|
3047
|
+
type index$c_CceIssuerKeyResolver = CceIssuerKeyResolver;
|
|
3048
|
+
type index$c_CceKdfAlgorithm = CceKdfAlgorithm;
|
|
3049
|
+
type index$c_CceKemAlgorithm = CceKemAlgorithm;
|
|
3050
|
+
type index$c_CcePayloadDecryptionSensor = CcePayloadDecryptionSensor;
|
|
3051
|
+
declare const index$c_CcePayloadDecryptionSensor: typeof CcePayloadDecryptionSensor;
|
|
3052
|
+
type index$c_CcePayloadValidator = CcePayloadValidator;
|
|
3053
|
+
type index$c_CcePayloadValidatorResult = CcePayloadValidatorResult;
|
|
3054
|
+
type index$c_CcePipelineConfig = CcePipelineConfig;
|
|
3055
|
+
type index$c_CcePipelineResult = CcePipelineResult;
|
|
3056
|
+
type index$c_CcePolicyContext = CcePolicyContext;
|
|
3057
|
+
type index$c_CcePolicyDecision = CcePolicyDecision;
|
|
3058
|
+
type index$c_CcePolicyEvaluator = CcePolicyEvaluator;
|
|
3059
|
+
type index$c_CceReplayProtectionSensor = CceReplayProtectionSensor;
|
|
3060
|
+
declare const index$c_CceReplayProtectionSensor: typeof CceReplayProtectionSensor;
|
|
3061
|
+
type index$c_CceReplayStore = CceReplayStore;
|
|
3062
|
+
type index$c_CceRequestEnvelope = CceRequestEnvelope;
|
|
3063
|
+
type index$c_CceResponseEnvelope = CceResponseEnvelope;
|
|
3064
|
+
type index$c_CceResponseOptions = CceResponseOptions;
|
|
3065
|
+
type index$c_CceResponseStatus = CceResponseStatus;
|
|
3066
|
+
type index$c_CceSignature = CceSignature;
|
|
3067
|
+
type index$c_CceSignatureVerifier = CceSignatureVerifier;
|
|
3068
|
+
type index$c_CceTpsWindowSensor = CceTpsWindowSensor;
|
|
3069
|
+
declare const index$c_CceTpsWindowSensor: typeof CceTpsWindowSensor;
|
|
3070
|
+
type index$c_CceVerificationState = CceVerificationState;
|
|
3071
|
+
type index$c_CceWitnessRecord = CceWitnessRecord;
|
|
3072
|
+
type index$c_CceWitnessStore = CceWitnessStore;
|
|
3073
|
+
type index$c_InMemoryCceReplayStore = InMemoryCceReplayStore;
|
|
3074
|
+
declare const index$c_InMemoryCceReplayStore: typeof InMemoryCceReplayStore;
|
|
3075
|
+
type index$c_InMemoryCceWitnessStore = InMemoryCceWitnessStore;
|
|
3076
|
+
declare const index$c_InMemoryCceWitnessStore: typeof InMemoryCceWitnessStore;
|
|
3077
|
+
declare const index$c_aesGcmDecrypt: typeof aesGcmDecrypt;
|
|
3078
|
+
declare const index$c_aesGcmEncrypt: typeof aesGcmEncrypt;
|
|
3079
|
+
declare const index$c_base64UrlDecode: typeof base64UrlDecode;
|
|
3080
|
+
declare const index$c_base64UrlEncode: typeof base64UrlEncode;
|
|
3081
|
+
declare const index$c_buildCceErrorResponse: typeof buildCceErrorResponse;
|
|
3082
|
+
declare const index$c_buildCceResponse: typeof buildCceResponse;
|
|
3083
|
+
declare const index$c_buildExecutionContext: typeof buildExecutionContext;
|
|
3084
|
+
declare const index$c_buildWitnessRecord: typeof buildWitnessRecord;
|
|
3085
|
+
declare const index$c_deriveRequestExecutionKey: typeof deriveRequestExecutionKey;
|
|
3086
|
+
declare const index$c_deriveResponseExecutionKey: typeof deriveResponseExecutionKey;
|
|
3087
|
+
declare const index$c_deriveWitnessKey: typeof deriveWitnessKey;
|
|
3088
|
+
declare const index$c_executeCcePipeline: typeof executeCcePipeline;
|
|
3089
|
+
declare const index$c_extractVerificationState: typeof extractVerificationState;
|
|
3090
|
+
declare const index$c_generateAesKey: typeof generateAesKey;
|
|
3091
|
+
declare const index$c_generateCceNonce: typeof generateCceNonce;
|
|
3092
|
+
declare const index$c_generateIv: typeof generateIv;
|
|
3093
|
+
declare const index$c_hashPayload: typeof hashPayload;
|
|
3094
|
+
declare const index$c_nodeAesGcmProvider: typeof nodeAesGcmProvider;
|
|
3095
|
+
declare namespace index$c {
|
|
3096
|
+
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 };
|
|
2385
3097
|
}
|
|
2386
3098
|
|
|
2387
3099
|
type ProofType = 1 | 2 | 3 | 4;
|
|
@@ -2425,176 +3137,279 @@ declare class ProofVerificationService {
|
|
|
2425
3137
|
static calculateFingerprint(certPem: string): string;
|
|
2426
3138
|
}
|
|
2427
3139
|
|
|
2428
|
-
type index$
|
|
2429
|
-
type index$
|
|
2430
|
-
type index$
|
|
2431
|
-
type index$
|
|
2432
|
-
type index$
|
|
2433
|
-
type index$
|
|
2434
|
-
type index$
|
|
2435
|
-
type index$
|
|
2436
|
-
type index$
|
|
2437
|
-
type index$
|
|
2438
|
-
type index$
|
|
2439
|
-
type index$
|
|
2440
|
-
type index$
|
|
2441
|
-
type index$
|
|
2442
|
-
type index$
|
|
2443
|
-
type index$
|
|
2444
|
-
type index$
|
|
2445
|
-
type index$
|
|
2446
|
-
type index$
|
|
2447
|
-
type index$
|
|
2448
|
-
declare const index$
|
|
2449
|
-
type index$
|
|
2450
|
-
declare const index$
|
|
2451
|
-
declare const index$
|
|
2452
|
-
declare const index$
|
|
2453
|
-
declare const index$
|
|
2454
|
-
declare const index$
|
|
2455
|
-
declare const index$
|
|
3140
|
+
type index$b_ActorKeyRecord = ActorKeyRecord;
|
|
3141
|
+
type index$b_AxisCapsule = AxisCapsule;
|
|
3142
|
+
type index$b_AxisCapsuleConstraints = AxisCapsuleConstraints;
|
|
3143
|
+
type index$b_AxisCapsulePayload = AxisCapsulePayload;
|
|
3144
|
+
type index$b_CapsuleBatchBody = CapsuleBatchBody;
|
|
3145
|
+
type index$b_CapsuleBatchResult = CapsuleBatchResult;
|
|
3146
|
+
type index$b_CapsuleIssueBody = CapsuleIssueBody;
|
|
3147
|
+
type index$b_CapsuleIssueResult = CapsuleIssueResult;
|
|
3148
|
+
type index$b_CapsuleMode = CapsuleMode;
|
|
3149
|
+
type index$b_CapsuleRecord = CapsuleRecord;
|
|
3150
|
+
type index$b_CapsuleRevokeBody = CapsuleRevokeBody;
|
|
3151
|
+
type index$b_CapsuleStatus = CapsuleStatus;
|
|
3152
|
+
type index$b_DeviceSEContext = DeviceSEContext;
|
|
3153
|
+
type index$b_IntentExecBody = IntentExecBody;
|
|
3154
|
+
type index$b_IssuerKeyRecord = IssuerKeyRecord;
|
|
3155
|
+
type index$b_KeyStatus = KeyStatus;
|
|
3156
|
+
type index$b_MTLSContext = MTLSContext;
|
|
3157
|
+
type index$b_ProofType = ProofType;
|
|
3158
|
+
type index$b_ProofVerificationResult = ProofVerificationResult;
|
|
3159
|
+
type index$b_ProofVerificationService = ProofVerificationService;
|
|
3160
|
+
declare const index$b_ProofVerificationService: typeof ProofVerificationService;
|
|
3161
|
+
type index$b_TickWindow = TickWindow;
|
|
3162
|
+
declare const index$b_b64urlDecode: typeof b64urlDecode;
|
|
3163
|
+
declare const index$b_b64urlDecodeString: typeof b64urlDecodeString;
|
|
3164
|
+
declare const index$b_b64urlEncode: typeof b64urlEncode;
|
|
3165
|
+
declare const index$b_b64urlEncodeString: typeof b64urlEncodeString;
|
|
3166
|
+
declare const index$b_canonicalJson: typeof canonicalJson;
|
|
3167
|
+
declare const index$b_canonicalJsonExcluding: typeof canonicalJsonExcluding;
|
|
3168
|
+
declare namespace index$b {
|
|
3169
|
+
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 };
|
|
3170
|
+
}
|
|
3171
|
+
|
|
3172
|
+
declare const index$a_AxisDemoPubkey: typeof AxisDemoPubkey;
|
|
3173
|
+
declare const index$a_AxisFrame: typeof AxisFrame;
|
|
3174
|
+
declare const index$a_AxisIp: typeof AxisIp;
|
|
3175
|
+
declare const index$a_AxisRaw: typeof AxisRaw;
|
|
3176
|
+
type index$a_AxisRequestData = AxisRequestData;
|
|
3177
|
+
type index$a_DtoSchema = DtoSchema;
|
|
3178
|
+
declare const index$a_HANDLER_METADATA_KEY: typeof HANDLER_METADATA_KEY;
|
|
3179
|
+
declare const index$a_Handler: typeof Handler;
|
|
3180
|
+
declare const index$a_INTENT_BODY_KEY: typeof INTENT_BODY_KEY;
|
|
3181
|
+
declare const index$a_INTENT_METADATA_KEY: typeof INTENT_METADATA_KEY;
|
|
3182
|
+
declare const index$a_INTENT_ROUTES_KEY: typeof INTENT_ROUTES_KEY;
|
|
3183
|
+
declare const index$a_INTENT_SENSORS_KEY: typeof INTENT_SENSORS_KEY;
|
|
3184
|
+
declare const index$a_Intent: typeof Intent;
|
|
3185
|
+
declare const index$a_IntentBody: typeof IntentBody;
|
|
3186
|
+
type index$a_IntentKind = IntentKind;
|
|
3187
|
+
type index$a_IntentOptions = IntentOptions;
|
|
3188
|
+
type index$a_IntentRoute = IntentRoute;
|
|
3189
|
+
declare const index$a_IntentSensors: typeof IntentSensors;
|
|
3190
|
+
type index$a_IntentTlvField = IntentTlvField;
|
|
3191
|
+
declare const index$a_SENSOR_METADATA_KEY: typeof SENSOR_METADATA_KEY;
|
|
3192
|
+
declare const index$a_Sensor: typeof Sensor;
|
|
3193
|
+
type index$a_SensorOptions = SensorOptions;
|
|
3194
|
+
type index$a_SensorPhase = SensorPhase;
|
|
3195
|
+
declare const index$a_TLV_FIELDS_KEY: typeof TLV_FIELDS_KEY;
|
|
3196
|
+
declare const index$a_TLV_VALIDATORS_KEY: typeof TLV_VALIDATORS_KEY;
|
|
3197
|
+
declare const index$a_TlvEnum: typeof TlvEnum;
|
|
3198
|
+
declare const index$a_TlvField: typeof TlvField;
|
|
3199
|
+
type index$a_TlvFieldKind = TlvFieldKind;
|
|
3200
|
+
type index$a_TlvFieldMeta = TlvFieldMeta;
|
|
3201
|
+
type index$a_TlvFieldOptions = TlvFieldOptions;
|
|
3202
|
+
declare const index$a_TlvMinLen: typeof TlvMinLen;
|
|
3203
|
+
declare const index$a_TlvRange: typeof TlvRange;
|
|
3204
|
+
declare const index$a_TlvUtf8Pattern: typeof TlvUtf8Pattern;
|
|
3205
|
+
declare const index$a_TlvValidate: typeof TlvValidate;
|
|
3206
|
+
type index$a_TlvValidatorFn = TlvValidatorFn;
|
|
3207
|
+
type index$a_TlvValidatorMeta = TlvValidatorMeta;
|
|
3208
|
+
declare const index$a_buildDtoDecoder: typeof buildDtoDecoder;
|
|
3209
|
+
declare const index$a_extractDtoSchema: typeof extractDtoSchema;
|
|
3210
|
+
declare namespace index$a {
|
|
3211
|
+
export { AxisContext$1 as AxisContext, index$a_AxisDemoPubkey as AxisDemoPubkey, index$a_AxisFrame as AxisFrame, index$a_AxisIp as AxisIp, index$a_AxisRaw as AxisRaw, type index$a_AxisRequestData as AxisRequestData, 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_SENSOR_METADATA_KEY as SENSOR_METADATA_KEY, 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_buildDtoDecoder as buildDtoDecoder, index$a_extractDtoSchema as extractDtoSchema };
|
|
3212
|
+
}
|
|
3213
|
+
|
|
3214
|
+
type index$9_ObservationQueueConfig = ObservationQueueConfig;
|
|
3215
|
+
type index$9_ObservationQueueMessage = ObservationQueueMessage;
|
|
3216
|
+
type index$9_ObservationStreamEntry = ObservationStreamEntry;
|
|
3217
|
+
type index$9_ObservationWitnessSummary = ObservationWitnessSummary;
|
|
3218
|
+
type index$9_ObserverVerdict = ObserverVerdict;
|
|
3219
|
+
type index$9_ResponseContract = ResponseContract;
|
|
3220
|
+
declare const index$9_ResponseObserver: typeof ResponseObserver;
|
|
3221
|
+
type index$9_ResponseObserverContext = ResponseObserverContext;
|
|
3222
|
+
type index$9_UnsignedObservationWitness = UnsignedObservationWitness;
|
|
3223
|
+
declare const index$9_buildQueueMessage: typeof buildQueueMessage;
|
|
3224
|
+
declare const index$9_buildUnsignedWitness: typeof buildUnsignedWitness;
|
|
3225
|
+
declare const index$9_canonicalizeObservation: typeof canonicalizeObservation;
|
|
3226
|
+
declare const index$9_decodeQueueMessage: typeof decodeQueueMessage;
|
|
3227
|
+
declare const index$9_encodeQueueMessage: typeof encodeQueueMessage;
|
|
3228
|
+
declare const index$9_hashObservation: typeof hashObservation;
|
|
3229
|
+
declare const index$9_parseAutoClaimEntries: typeof parseAutoClaimEntries;
|
|
3230
|
+
declare const index$9_parseStreamEntries: typeof parseStreamEntries;
|
|
3231
|
+
declare const index$9_stableJsonStringify: typeof stableJsonStringify;
|
|
3232
|
+
declare const index$9_verifyResponse: typeof verifyResponse;
|
|
3233
|
+
declare namespace index$9 {
|
|
3234
|
+
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 };
|
|
3235
|
+
}
|
|
3236
|
+
|
|
3237
|
+
type index$8_AxisDecoded = AxisDecoded;
|
|
3238
|
+
type index$8_AxisEffect = AxisEffect;
|
|
3239
|
+
type index$8_AxisObservation = AxisObservation;
|
|
3240
|
+
declare const index$8_BAND: typeof BAND;
|
|
3241
|
+
type index$8_HandlerDiscoveryService = HandlerDiscoveryService;
|
|
3242
|
+
declare const index$8_HandlerDiscoveryService: typeof HandlerDiscoveryService;
|
|
3243
|
+
type index$8_IntentRouter = IntentRouter;
|
|
3244
|
+
declare const index$8_IntentRouter: typeof IntentRouter;
|
|
3245
|
+
type index$8_ObservationQueueConfig = ObservationQueueConfig;
|
|
3246
|
+
type index$8_ObservationQueueMessage = ObservationQueueMessage;
|
|
3247
|
+
type index$8_ObservationSensor = ObservationSensor;
|
|
3248
|
+
type index$8_ObservationStage = ObservationStage;
|
|
3249
|
+
type index$8_ObservationStreamEntry = ObservationStreamEntry;
|
|
3250
|
+
type index$8_ObservationWitnessSummary = ObservationWitnessSummary;
|
|
3251
|
+
type index$8_ObserverVerdict = ObserverVerdict;
|
|
3252
|
+
declare const index$8_PRE_DECODE_BOUNDARY: typeof PRE_DECODE_BOUNDARY;
|
|
3253
|
+
type index$8_ResponseContract = ResponseContract;
|
|
3254
|
+
declare const index$8_ResponseObserver: typeof ResponseObserver;
|
|
3255
|
+
type index$8_ResponseObserverContext = ResponseObserverContext;
|
|
3256
|
+
type index$8_SensorBand = SensorBand;
|
|
3257
|
+
type index$8_SensorDiscoveryService = SensorDiscoveryService;
|
|
3258
|
+
declare const index$8_SensorDiscoveryService: typeof SensorDiscoveryService;
|
|
3259
|
+
type index$8_SensorRegistry = SensorRegistry;
|
|
3260
|
+
declare const index$8_SensorRegistry: typeof SensorRegistry;
|
|
3261
|
+
type index$8_UnsignedObservationWitness = UnsignedObservationWitness;
|
|
3262
|
+
declare const index$8_buildQueueMessage: typeof buildQueueMessage;
|
|
3263
|
+
declare const index$8_buildUnsignedWitness: typeof buildUnsignedWitness;
|
|
3264
|
+
declare const index$8_canonicalizeObservation: typeof canonicalizeObservation;
|
|
3265
|
+
declare const index$8_createObservation: typeof createObservation;
|
|
3266
|
+
declare const index$8_decodeQueueMessage: typeof decodeQueueMessage;
|
|
3267
|
+
declare const index$8_encodeQueueMessage: typeof encodeQueueMessage;
|
|
3268
|
+
declare const index$8_endStage: typeof endStage;
|
|
3269
|
+
declare const index$8_finalizeObservation: typeof finalizeObservation;
|
|
3270
|
+
declare const index$8_hashObservation: typeof hashObservation;
|
|
3271
|
+
declare const index$8_parseAutoClaimEntries: typeof parseAutoClaimEntries;
|
|
3272
|
+
declare const index$8_parseStreamEntries: typeof parseStreamEntries;
|
|
3273
|
+
declare const index$8_recordSensor: typeof recordSensor;
|
|
3274
|
+
declare const index$8_stableJsonStringify: typeof stableJsonStringify;
|
|
3275
|
+
declare const index$8_startStage: typeof startStage;
|
|
3276
|
+
declare const index$8_verifyResponse: typeof verifyResponse;
|
|
2456
3277
|
declare namespace index$8 {
|
|
2457
|
-
export { type index$
|
|
2458
|
-
}
|
|
2459
|
-
|
|
2460
|
-
|
|
2461
|
-
|
|
2462
|
-
|
|
2463
|
-
|
|
2464
|
-
type index$
|
|
2465
|
-
type index$
|
|
2466
|
-
|
|
2467
|
-
declare const index$
|
|
2468
|
-
|
|
2469
|
-
declare const index$
|
|
2470
|
-
|
|
2471
|
-
|
|
2472
|
-
|
|
2473
|
-
|
|
2474
|
-
type index$
|
|
2475
|
-
type index$7_IntentOptions = IntentOptions;
|
|
2476
|
-
type index$7_IntentRoute = IntentRoute;
|
|
2477
|
-
declare const index$7_IntentSensors: typeof IntentSensors;
|
|
2478
|
-
type index$7_IntentTlvField = IntentTlvField;
|
|
2479
|
-
declare const index$7_SENSOR_METADATA_KEY: typeof SENSOR_METADATA_KEY;
|
|
2480
|
-
declare const index$7_Sensor: typeof Sensor;
|
|
2481
|
-
type index$7_SensorOptions = SensorOptions;
|
|
2482
|
-
type index$7_SensorPhase = SensorPhase;
|
|
2483
|
-
declare const index$7_TLV_FIELDS_KEY: typeof TLV_FIELDS_KEY;
|
|
2484
|
-
declare const index$7_TLV_VALIDATORS_KEY: typeof TLV_VALIDATORS_KEY;
|
|
2485
|
-
declare const index$7_TlvEnum: typeof TlvEnum;
|
|
2486
|
-
declare const index$7_TlvField: typeof TlvField;
|
|
2487
|
-
type index$7_TlvFieldKind = TlvFieldKind;
|
|
2488
|
-
type index$7_TlvFieldMeta = TlvFieldMeta;
|
|
2489
|
-
type index$7_TlvFieldOptions = TlvFieldOptions;
|
|
2490
|
-
declare const index$7_TlvMinLen: typeof TlvMinLen;
|
|
2491
|
-
declare const index$7_TlvRange: typeof TlvRange;
|
|
2492
|
-
declare const index$7_TlvUtf8Pattern: typeof TlvUtf8Pattern;
|
|
2493
|
-
declare const index$7_TlvValidate: typeof TlvValidate;
|
|
2494
|
-
type index$7_TlvValidatorFn = TlvValidatorFn;
|
|
2495
|
-
type index$7_TlvValidatorMeta = TlvValidatorMeta;
|
|
2496
|
-
declare const index$7_buildDtoDecoder: typeof buildDtoDecoder;
|
|
2497
|
-
declare const index$7_extractDtoSchema: typeof extractDtoSchema;
|
|
3278
|
+
export { type index$8_AxisDecoded as AxisDecoded, type index$8_AxisEffect as AxisEffect, type index$8_AxisObservation as AxisObservation, index$8_BAND as BAND, 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, type index$8_ObserverVerdict as ObserverVerdict, index$8_PRE_DECODE_BOUNDARY as PRE_DECODE_BOUNDARY, 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_hashObservation as hashObservation, 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 };
|
|
3279
|
+
}
|
|
3280
|
+
|
|
3281
|
+
type index$7_AlternativeIntent = AlternativeIntent;
|
|
3282
|
+
type index$7_ClarificationQuestion = ClarificationQuestion;
|
|
3283
|
+
type index$7_CompilationError = CompilationError;
|
|
3284
|
+
type index$7_CompilationResult = CompilationResult;
|
|
3285
|
+
type index$7_CompiledIntent = CompiledIntent;
|
|
3286
|
+
type index$7_ConstraintKind = ConstraintKind;
|
|
3287
|
+
type index$7_IdelCompiler = IdelCompiler;
|
|
3288
|
+
declare const index$7_IdelCompiler: typeof IdelCompiler;
|
|
3289
|
+
type index$7_IdelSchemaRegistry = IdelSchemaRegistry;
|
|
3290
|
+
declare const index$7_IdelSchemaRegistry: typeof IdelSchemaRegistry;
|
|
3291
|
+
type index$7_IntentConstraint = IntentConstraint;
|
|
3292
|
+
type index$7_IntentParamSchema = IntentParamSchema;
|
|
3293
|
+
type index$7_IntentProposal = IntentProposal;
|
|
3294
|
+
type index$7_IntentRisk = IntentRisk;
|
|
3295
|
+
type index$7_RiskLevel = RiskLevel;
|
|
2498
3296
|
declare namespace index$7 {
|
|
2499
|
-
export {
|
|
2500
|
-
}
|
|
2501
|
-
|
|
2502
|
-
type index$
|
|
2503
|
-
type index$
|
|
2504
|
-
type index$
|
|
2505
|
-
type index$
|
|
2506
|
-
type index$
|
|
2507
|
-
type index$
|
|
2508
|
-
|
|
2509
|
-
type index$
|
|
2510
|
-
type index$
|
|
2511
|
-
declare const index$
|
|
2512
|
-
|
|
2513
|
-
|
|
2514
|
-
|
|
2515
|
-
|
|
2516
|
-
|
|
2517
|
-
|
|
2518
|
-
|
|
2519
|
-
|
|
2520
|
-
|
|
3297
|
+
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 IntentSchema$2 as IntentSchema, type index$7_RiskLevel as RiskLevel };
|
|
3298
|
+
}
|
|
3299
|
+
|
|
3300
|
+
type index$6_Grant = Grant;
|
|
3301
|
+
type index$6_GrantCapability = GrantCapability;
|
|
3302
|
+
type index$6_GrantMeta = GrantMeta;
|
|
3303
|
+
type index$6_GrantStatus = GrantStatus;
|
|
3304
|
+
type index$6_GrantType = GrantType;
|
|
3305
|
+
type index$6_GrantValidationResult = GrantValidationResult;
|
|
3306
|
+
type index$6_LoomExecutionResult = LoomExecutionResult;
|
|
3307
|
+
type index$6_LoomReceipt = LoomReceipt;
|
|
3308
|
+
type index$6_LoomValidationResult = LoomValidationResult;
|
|
3309
|
+
declare const index$6_PROOF_LOOM: typeof PROOF_LOOM;
|
|
3310
|
+
type index$6_PresenceChallenge = PresenceChallenge;
|
|
3311
|
+
type index$6_PresenceDeclaration = PresenceDeclaration;
|
|
3312
|
+
type index$6_PresenceProof = PresenceProof;
|
|
3313
|
+
type index$6_PresenceReceipt = PresenceReceipt;
|
|
3314
|
+
type index$6_PresenceStatus = PresenceStatus;
|
|
3315
|
+
type index$6_PresenceVerifyResult = PresenceVerifyResult;
|
|
3316
|
+
type index$6_Revocation = Revocation;
|
|
3317
|
+
type index$6_RevocationTargetType = RevocationTargetType;
|
|
3318
|
+
type index$6_ThreadState = ThreadState;
|
|
3319
|
+
type index$6_Writ = Writ;
|
|
3320
|
+
type index$6_WritBody = WritBody;
|
|
3321
|
+
type index$6_WritHead = WritHead;
|
|
3322
|
+
type index$6_WritMeta = WritMeta;
|
|
3323
|
+
type index$6_WritSignature = WritSignature;
|
|
3324
|
+
type index$6_WritValidationResult = WritValidationResult;
|
|
3325
|
+
declare const index$6_canonicalizeGrant: typeof canonicalizeGrant;
|
|
3326
|
+
declare const index$6_canonicalizeWrit: typeof canonicalizeWrit;
|
|
3327
|
+
declare const index$6_createGrant: typeof createGrant;
|
|
3328
|
+
declare const index$6_createPresenceChallenge: typeof createPresenceChallenge;
|
|
3329
|
+
declare const index$6_createReceipt: typeof createReceipt;
|
|
3330
|
+
declare const index$6_createRevocation: typeof createRevocation;
|
|
3331
|
+
declare const index$6_createWrit: typeof createWrit;
|
|
3332
|
+
declare const index$6_deriveAnchorReflection: typeof deriveAnchorReflection;
|
|
3333
|
+
declare const index$6_executeLoomPipeline: typeof executeLoomPipeline;
|
|
3334
|
+
declare const index$6_getGrantStatus: typeof getGrantStatus;
|
|
3335
|
+
declare const index$6_getPresenceStatus: typeof getPresenceStatus;
|
|
3336
|
+
declare const index$6_grantCoversAction: typeof grantCoversAction;
|
|
3337
|
+
declare const index$6_isRevoked: typeof isRevoked;
|
|
3338
|
+
declare const index$6_renewPresence: typeof renewPresence;
|
|
3339
|
+
declare const index$6_signPresenceChallenge: typeof signPresenceChallenge;
|
|
3340
|
+
declare const index$6_updateThreadState: typeof updateThreadState;
|
|
3341
|
+
declare const index$6_validateGrant: typeof validateGrant;
|
|
3342
|
+
declare const index$6_validateWrit: typeof validateWrit;
|
|
3343
|
+
declare const index$6_verifyPresenceProof: typeof verifyPresenceProof;
|
|
3344
|
+
declare const index$6_verifyReceiptChain: typeof verifyReceiptChain;
|
|
2521
3345
|
declare namespace index$6 {
|
|
2522
|
-
export { type index$
|
|
2523
|
-
}
|
|
2524
|
-
|
|
2525
|
-
type index$
|
|
2526
|
-
type index$
|
|
2527
|
-
type index$
|
|
2528
|
-
|
|
2529
|
-
type index$
|
|
2530
|
-
|
|
2531
|
-
type index$
|
|
2532
|
-
|
|
2533
|
-
type index$
|
|
2534
|
-
|
|
2535
|
-
type index$
|
|
2536
|
-
type index$
|
|
2537
|
-
type index$
|
|
2538
|
-
type index$
|
|
2539
|
-
type index$
|
|
2540
|
-
|
|
2541
|
-
type index$
|
|
2542
|
-
|
|
2543
|
-
type index$
|
|
2544
|
-
type index$
|
|
2545
|
-
type index$
|
|
2546
|
-
|
|
2547
|
-
type index$
|
|
2548
|
-
|
|
2549
|
-
type index$
|
|
2550
|
-
|
|
2551
|
-
|
|
2552
|
-
|
|
2553
|
-
|
|
2554
|
-
|
|
2555
|
-
|
|
2556
|
-
|
|
2557
|
-
|
|
2558
|
-
|
|
2559
|
-
|
|
2560
|
-
declare const index$
|
|
2561
|
-
declare const index$
|
|
2562
|
-
declare const index$
|
|
2563
|
-
declare const index$
|
|
2564
|
-
declare const index$
|
|
3346
|
+
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 };
|
|
3347
|
+
}
|
|
3348
|
+
|
|
3349
|
+
type index$5_Fabric = Fabric;
|
|
3350
|
+
type index$5_FabricCell = FabricCell;
|
|
3351
|
+
type index$5_FabricDiff = FabricDiff;
|
|
3352
|
+
type index$5_FabricDiffEntry = FabricDiffEntry;
|
|
3353
|
+
type index$5_FabricDiffKind = FabricDiffKind;
|
|
3354
|
+
type index$5_FabricEffect = FabricEffect;
|
|
3355
|
+
type index$5_FabricEffectResolver = FabricEffectResolver;
|
|
3356
|
+
type index$5_FabricQuery = FabricQuery;
|
|
3357
|
+
type index$5_InMemoryPatternStore = InMemoryPatternStore;
|
|
3358
|
+
declare const index$5_InMemoryPatternStore: typeof InMemoryPatternStore;
|
|
3359
|
+
type index$5_Knot = Knot;
|
|
3360
|
+
type index$5_KnotBreakRequest = KnotBreakRequest;
|
|
3361
|
+
type index$5_KnotError = KnotError;
|
|
3362
|
+
type index$5_KnotStatus = KnotStatus;
|
|
3363
|
+
type index$5_KnotType = KnotType;
|
|
3364
|
+
type index$5_KnotValidationResult = KnotValidationResult;
|
|
3365
|
+
type index$5_Needle = Needle;
|
|
3366
|
+
type index$5_NeedleError = NeedleError;
|
|
3367
|
+
type index$5_NeedleHandler = NeedleHandler;
|
|
3368
|
+
type index$5_NeedleHandlerContext = NeedleHandlerContext;
|
|
3369
|
+
type index$5_NeedleHandlerResult = NeedleHandlerResult;
|
|
3370
|
+
type index$5_NeedlePhase = NeedlePhase;
|
|
3371
|
+
type index$5_NeedlePipelineConfig = NeedlePipelineConfig;
|
|
3372
|
+
type index$5_NeedlePipelineResult = NeedlePipelineResult;
|
|
3373
|
+
type index$5_OpenKnotParams = OpenKnotParams;
|
|
3374
|
+
type index$5_Pattern = Pattern;
|
|
3375
|
+
type index$5_PatternConfidence = PatternConfidence;
|
|
3376
|
+
type index$5_PatternKind = PatternKind;
|
|
3377
|
+
type index$5_PatternMatch = PatternMatch;
|
|
3378
|
+
type index$5_PatternPrediction = PatternPrediction;
|
|
3379
|
+
type index$5_PatternSignature = PatternSignature;
|
|
3380
|
+
type index$5_PatternStore = PatternStore;
|
|
3381
|
+
type index$5_Stitch = Stitch;
|
|
3382
|
+
type index$5_StitchKind = StitchKind;
|
|
3383
|
+
type index$5_Thread = Thread;
|
|
3384
|
+
declare const index$5_addStitchToKnot: typeof addStitchToKnot;
|
|
3385
|
+
declare const index$5_applyStitch: typeof applyStitch;
|
|
3386
|
+
declare const index$5_assembleNeedle: typeof assembleNeedle;
|
|
3387
|
+
declare const index$5_breakKnot: typeof breakKnot;
|
|
3388
|
+
declare const index$5_createFabric: typeof createFabric;
|
|
3389
|
+
declare const index$5_detectAnomalies: typeof detectAnomalies;
|
|
3390
|
+
declare const index$5_detectKnotPatterns: typeof detectKnotPatterns;
|
|
3391
|
+
declare const index$5_detectSequencePatterns: typeof detectSequencePatterns;
|
|
3392
|
+
declare const index$5_diffFabrics: typeof diffFabrics;
|
|
3393
|
+
declare const index$5_findKnotsForStitch: typeof findKnotsForStitch;
|
|
3394
|
+
declare const index$5_forkFromKnot: typeof forkFromKnot;
|
|
3395
|
+
declare const index$5_formStitch: typeof formStitch;
|
|
3396
|
+
declare const index$5_getDecisionPoints: typeof getDecisionPoints;
|
|
3397
|
+
declare const index$5_getFabricValue: typeof getFabricValue;
|
|
3398
|
+
declare const index$5_getIrreversibleKnots: typeof getIrreversibleKnots;
|
|
3399
|
+
declare const index$5_isKnotOpen: typeof isKnotOpen;
|
|
3400
|
+
declare const index$5_isPointOfNoReturn: typeof isPointOfNoReturn;
|
|
3401
|
+
declare const index$5_lockCells: typeof lockCells;
|
|
3402
|
+
declare const index$5_matchPatterns: typeof matchPatterns;
|
|
3403
|
+
declare const index$5_openKnot: typeof openKnot;
|
|
3404
|
+
declare const index$5_projectAt: typeof projectAt;
|
|
3405
|
+
declare const index$5_queryFabric: typeof queryFabric;
|
|
3406
|
+
declare const index$5_recordOccurrence: typeof recordOccurrence;
|
|
3407
|
+
declare const index$5_runNeedlePipeline: typeof runNeedlePipeline;
|
|
3408
|
+
declare const index$5_tieKnot: typeof tieKnot;
|
|
3409
|
+
declare const index$5_validateKnot: typeof validateKnot;
|
|
3410
|
+
declare const index$5_weave: typeof weave;
|
|
2565
3411
|
declare namespace index$5 {
|
|
2566
|
-
export { type index$
|
|
2567
|
-
}
|
|
2568
|
-
|
|
2569
|
-
type index$4_Grant = Grant;
|
|
2570
|
-
type index$4_GrantCapability = GrantCapability;
|
|
2571
|
-
type index$4_GrantMeta = GrantMeta;
|
|
2572
|
-
type index$4_GrantStatus = GrantStatus;
|
|
2573
|
-
type index$4_GrantType = GrantType;
|
|
2574
|
-
type index$4_GrantValidationResult = GrantValidationResult;
|
|
2575
|
-
type index$4_LoomReceipt = LoomReceipt;
|
|
2576
|
-
type index$4_LoomValidationResult = LoomValidationResult;
|
|
2577
|
-
declare const index$4_PROOF_LOOM: typeof PROOF_LOOM;
|
|
2578
|
-
type index$4_PresenceChallenge = PresenceChallenge;
|
|
2579
|
-
type index$4_PresenceDeclaration = PresenceDeclaration;
|
|
2580
|
-
type index$4_PresenceProof = PresenceProof;
|
|
2581
|
-
type index$4_PresenceReceipt = PresenceReceipt;
|
|
2582
|
-
type index$4_PresenceStatus = PresenceStatus;
|
|
2583
|
-
type index$4_PresenceVerifyResult = PresenceVerifyResult;
|
|
2584
|
-
type index$4_Revocation = Revocation;
|
|
2585
|
-
type index$4_RevocationTargetType = RevocationTargetType;
|
|
2586
|
-
type index$4_ThreadState = ThreadState;
|
|
2587
|
-
type index$4_Writ = Writ;
|
|
2588
|
-
type index$4_WritBody = WritBody;
|
|
2589
|
-
type index$4_WritHead = WritHead;
|
|
2590
|
-
type index$4_WritMeta = WritMeta;
|
|
2591
|
-
type index$4_WritSignature = WritSignature;
|
|
2592
|
-
type index$4_WritValidationResult = WritValidationResult;
|
|
2593
|
-
declare const index$4_canonicalizeGrant: typeof canonicalizeGrant;
|
|
2594
|
-
declare const index$4_canonicalizeWrit: typeof canonicalizeWrit;
|
|
2595
|
-
declare const index$4_deriveAnchorReflection: typeof deriveAnchorReflection;
|
|
2596
|
-
declare namespace index$4 {
|
|
2597
|
-
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 };
|
|
3412
|
+
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 };
|
|
2598
3413
|
}
|
|
2599
3414
|
|
|
2600
3415
|
declare enum BodyProfile {
|
|
@@ -2617,111 +3432,111 @@ declare class BodyProfileValidator {
|
|
|
2617
3432
|
private validateArr;
|
|
2618
3433
|
}
|
|
2619
3434
|
|
|
2620
|
-
type index$
|
|
2621
|
-
declare const index$
|
|
2622
|
-
type index$
|
|
2623
|
-
declare const index$
|
|
2624
|
-
type index$
|
|
2625
|
-
declare const index$
|
|
2626
|
-
type index$
|
|
2627
|
-
declare const index$
|
|
2628
|
-
type index$
|
|
2629
|
-
declare const index$
|
|
2630
|
-
type index$
|
|
2631
|
-
declare const index$
|
|
2632
|
-
type index$
|
|
2633
|
-
type index$
|
|
2634
|
-
declare const index$
|
|
2635
|
-
declare const index$
|
|
2636
|
-
type index$
|
|
2637
|
-
type index$
|
|
2638
|
-
declare const index$
|
|
2639
|
-
type index$
|
|
2640
|
-
declare const index$
|
|
2641
|
-
type index$
|
|
2642
|
-
declare const index$
|
|
2643
|
-
type index$
|
|
2644
|
-
declare const index$
|
|
2645
|
-
declare const index$
|
|
2646
|
-
type index$
|
|
2647
|
-
declare const index$
|
|
2648
|
-
type index$
|
|
2649
|
-
declare const index$
|
|
2650
|
-
type index$
|
|
2651
|
-
declare const index$
|
|
2652
|
-
type index$
|
|
2653
|
-
declare const index$
|
|
2654
|
-
declare const index$
|
|
2655
|
-
type index$
|
|
2656
|
-
type index$
|
|
2657
|
-
declare const index$
|
|
2658
|
-
declare const index$
|
|
2659
|
-
type index$
|
|
2660
|
-
type index$
|
|
2661
|
-
declare const index$
|
|
2662
|
-
type index$
|
|
2663
|
-
declare const index$
|
|
2664
|
-
declare const index$
|
|
2665
|
-
type index$
|
|
2666
|
-
declare const index$
|
|
2667
|
-
type index$
|
|
2668
|
-
declare const index$
|
|
2669
|
-
type index$
|
|
2670
|
-
declare const index$
|
|
2671
|
-
type index$
|
|
2672
|
-
declare const index$
|
|
2673
|
-
type index$
|
|
2674
|
-
declare const index$
|
|
2675
|
-
type index$
|
|
2676
|
-
declare const index$
|
|
2677
|
-
type index$
|
|
2678
|
-
declare const index$
|
|
2679
|
-
type index$
|
|
2680
|
-
declare const index$
|
|
2681
|
-
type index$
|
|
2682
|
-
declare const index$
|
|
2683
|
-
type index$
|
|
2684
|
-
declare const index$
|
|
2685
|
-
type index$
|
|
2686
|
-
type index$
|
|
2687
|
-
declare const index$
|
|
2688
|
-
declare const index$
|
|
2689
|
-
type index$
|
|
2690
|
-
declare const index$
|
|
2691
|
-
type index$
|
|
2692
|
-
declare const index$
|
|
2693
|
-
type index$
|
|
2694
|
-
declare const index$
|
|
2695
|
-
declare const index$
|
|
2696
|
-
declare const index$
|
|
2697
|
-
type index$
|
|
2698
|
-
declare const index$
|
|
2699
|
-
type index$
|
|
2700
|
-
declare const index$
|
|
2701
|
-
type index$
|
|
2702
|
-
declare const index$
|
|
2703
|
-
type index$
|
|
2704
|
-
declare const index$
|
|
2705
|
-
type index$
|
|
2706
|
-
declare const index$
|
|
3435
|
+
type index$4_AccessProfile = AccessProfile;
|
|
3436
|
+
declare const index$4_AccessProfileZ: typeof AccessProfileZ;
|
|
3437
|
+
type index$4_AxisContext = AxisContext;
|
|
3438
|
+
declare const index$4_AxisContextZ: typeof AxisContextZ;
|
|
3439
|
+
type index$4_AxisError = AxisError;
|
|
3440
|
+
declare const index$4_AxisErrorZ: typeof AxisErrorZ;
|
|
3441
|
+
type index$4_BodyBudgetInput = BodyBudgetInput;
|
|
3442
|
+
declare const index$4_BodyBudgetInputZ: typeof BodyBudgetInputZ;
|
|
3443
|
+
type index$4_BodyBudgetPolicy = BodyBudgetPolicy;
|
|
3444
|
+
declare const index$4_BodyBudgetPolicyZ: typeof BodyBudgetPolicyZ;
|
|
3445
|
+
type index$4_BodyProfile = BodyProfile;
|
|
3446
|
+
declare const index$4_BodyProfile: typeof BodyProfile;
|
|
3447
|
+
type index$4_BodyProfileValidation = BodyProfileValidation;
|
|
3448
|
+
type index$4_BodyProfileValidator = BodyProfileValidator;
|
|
3449
|
+
declare const index$4_BodyProfileValidator: typeof BodyProfileValidator;
|
|
3450
|
+
declare const index$4_BodyProfileZ: typeof BodyProfileZ;
|
|
3451
|
+
type index$4_Capsule = Capsule;
|
|
3452
|
+
type index$4_CapsuleClaims = CapsuleClaims;
|
|
3453
|
+
declare const index$4_CapsuleClaimsZ: typeof CapsuleClaimsZ;
|
|
3454
|
+
type index$4_CapsuleValidationResult = CapsuleValidationResult;
|
|
3455
|
+
declare const index$4_CapsuleValidationResultZ: typeof CapsuleValidationResultZ;
|
|
3456
|
+
type index$4_CapsuleVerifyResult = CapsuleVerifyResult;
|
|
3457
|
+
declare const index$4_CapsuleVerifyResultZ: typeof CapsuleVerifyResultZ;
|
|
3458
|
+
type index$4_CapsuleVerifySensorInput = CapsuleVerifySensorInput;
|
|
3459
|
+
declare const index$4_CapsuleVerifySensorInputZ: typeof CapsuleVerifySensorInputZ;
|
|
3460
|
+
declare const index$4_CapsuleZ: typeof CapsuleZ;
|
|
3461
|
+
type index$4_ChunkHashInput = ChunkHashInput;
|
|
3462
|
+
declare const index$4_ChunkHashInputZ: typeof ChunkHashInputZ;
|
|
3463
|
+
type index$4_CountryBlockDecision = CountryBlockDecision;
|
|
3464
|
+
declare const index$4_CountryBlockDecisionZ: typeof CountryBlockDecisionZ;
|
|
3465
|
+
type index$4_CountryBlockSensorInput = CountryBlockSensorInput;
|
|
3466
|
+
declare const index$4_CountryBlockSensorInputZ: typeof CountryBlockSensorInputZ;
|
|
3467
|
+
type index$4_EntropySensorInput = EntropySensorInput;
|
|
3468
|
+
declare const index$4_EntropySensorInputZ: typeof EntropySensorInputZ;
|
|
3469
|
+
declare const index$4_ExecutionMetricsZ: typeof ExecutionMetricsZ;
|
|
3470
|
+
type index$4_IPReputation = IPReputation;
|
|
3471
|
+
type index$4_IPReputationInput = IPReputationInput;
|
|
3472
|
+
declare const index$4_IPReputationInputZ: typeof IPReputationInputZ;
|
|
3473
|
+
declare const index$4_IPReputationZ: typeof IPReputationZ;
|
|
3474
|
+
type index$4_IntentPolicy = IntentPolicy;
|
|
3475
|
+
type index$4_IntentPolicyDecision = IntentPolicyDecision;
|
|
3476
|
+
declare const index$4_IntentPolicyDecisionZ: typeof IntentPolicyDecisionZ;
|
|
3477
|
+
type index$4_IntentPolicySensorInput = IntentPolicySensorInput;
|
|
3478
|
+
declare const index$4_IntentPolicySensorInputZ: typeof IntentPolicySensorInputZ;
|
|
3479
|
+
declare const index$4_IntentPolicyZ: typeof IntentPolicyZ;
|
|
3480
|
+
type index$4_IntentSchema = IntentSchema;
|
|
3481
|
+
declare const index$4_IntentSchemaZ: typeof IntentSchemaZ;
|
|
3482
|
+
type index$4_Passport = Passport;
|
|
3483
|
+
declare const index$4_PassportZ: typeof PassportZ;
|
|
3484
|
+
type index$4_ProofKind = ProofKind;
|
|
3485
|
+
declare const index$4_ProofKindZ: typeof ProofKindZ;
|
|
3486
|
+
type index$4_ProofPresenceInput = ProofPresenceInput;
|
|
3487
|
+
declare const index$4_ProofPresenceInputZ: typeof ProofPresenceInputZ;
|
|
3488
|
+
type index$4_ProtocolStrictInput = ProtocolStrictInput;
|
|
3489
|
+
declare const index$4_ProtocolStrictInputZ: typeof ProtocolStrictInputZ;
|
|
3490
|
+
type index$4_RateLimitConfig = RateLimitConfig;
|
|
3491
|
+
declare const index$4_RateLimitConfigZ: typeof RateLimitConfigZ;
|
|
3492
|
+
type index$4_RateLimitInput = RateLimitInput;
|
|
3493
|
+
declare const index$4_RateLimitInputZ: typeof RateLimitInputZ;
|
|
3494
|
+
type index$4_RateLimitProfile = RateLimitProfile;
|
|
3495
|
+
declare const index$4_RateLimitProfileZ: typeof RateLimitProfileZ;
|
|
3496
|
+
type index$4_ScanBurstDecision = ScanBurstDecision;
|
|
3497
|
+
declare const index$4_ScanBurstDecisionZ: typeof ScanBurstDecisionZ;
|
|
3498
|
+
type index$4_ScanBurstSensorInput = ScanBurstSensorInput;
|
|
3499
|
+
declare const index$4_ScanBurstSensorInputZ: typeof ScanBurstSensorInputZ;
|
|
3500
|
+
type index$4_SchemaField = SchemaField;
|
|
3501
|
+
type index$4_SchemaFieldKind = SchemaFieldKind;
|
|
3502
|
+
declare const index$4_SchemaFieldKindZ: typeof SchemaFieldKindZ;
|
|
3503
|
+
declare const index$4_SchemaFieldZ: typeof SchemaFieldZ;
|
|
3504
|
+
type index$4_Scope = Scope;
|
|
3505
|
+
declare const index$4_ScopeZ: typeof ScopeZ;
|
|
3506
|
+
type index$4_SensitivityLevel = SensitivityLevel;
|
|
3507
|
+
declare const index$4_SensitivityLevelZ: typeof SensitivityLevelZ;
|
|
3508
|
+
type index$4_SensorChainInput = SensorChainInput;
|
|
3509
|
+
declare const index$4_SensorChainInputZ: typeof SensorChainInputZ;
|
|
3510
|
+
declare const index$4_SensorDecisionWithMetadataZ: typeof SensorDecisionWithMetadataZ;
|
|
3511
|
+
declare const index$4_SensorDecisionZ: typeof SensorDecisionZ;
|
|
3512
|
+
type index$4_SensorResult = SensorResult;
|
|
3513
|
+
declare const index$4_SensorResultZ: typeof SensorResultZ;
|
|
3514
|
+
type index$4_UploadSession = UploadSession;
|
|
3515
|
+
declare const index$4_UploadSessionZ: typeof UploadSessionZ;
|
|
3516
|
+
type index$4_UploadStatus = UploadStatus;
|
|
3517
|
+
declare const index$4_UploadStatusZ: typeof UploadStatusZ;
|
|
3518
|
+
type index$4_WsHandshakeDecision = WsHandshakeDecision;
|
|
3519
|
+
declare const index$4_WsHandshakeDecisionZ: typeof WsHandshakeDecisionZ;
|
|
3520
|
+
type index$4_WsHandshakeInput = WsHandshakeInput;
|
|
3521
|
+
declare const index$4_WsHandshakeInputZ: typeof WsHandshakeInputZ;
|
|
3522
|
+
declare namespace index$4 {
|
|
3523
|
+
export { type index$4_AccessProfile as AccessProfile, index$4_AccessProfileZ as AccessProfileZ, type index$4_AxisContext 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 index$4_Capsule 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 index$4_IntentSchema 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 };
|
|
3524
|
+
}
|
|
3525
|
+
|
|
3526
|
+
type index$3_AxisSensorChainService = AxisSensorChainService;
|
|
3527
|
+
declare const index$3_AxisSensorChainService: typeof AxisSensorChainService;
|
|
3528
|
+
declare const index$3_CAPABILITIES: typeof CAPABILITIES;
|
|
3529
|
+
type index$3_Capability = Capability;
|
|
3530
|
+
type index$3_ChainResult = ChainResult;
|
|
3531
|
+
declare const index$3_INTENT_REQUIREMENTS: typeof INTENT_REQUIREMENTS;
|
|
3532
|
+
declare const index$3_PROOF_CAPABILITIES: typeof PROOF_CAPABILITIES;
|
|
3533
|
+
type index$3_SensorDecision = SensorDecision;
|
|
3534
|
+
type index$3_SensorInput = SensorInput;
|
|
3535
|
+
declare const index$3_canAccessResource: typeof canAccessResource;
|
|
3536
|
+
declare const index$3_hasScope: typeof hasScope;
|
|
3537
|
+
declare const index$3_parseScope: typeof parseScope;
|
|
2707
3538
|
declare namespace index$3 {
|
|
2708
|
-
export {
|
|
2709
|
-
}
|
|
2710
|
-
|
|
2711
|
-
type index$2_AxisSensorChainService = AxisSensorChainService;
|
|
2712
|
-
declare const index$2_AxisSensorChainService: typeof AxisSensorChainService;
|
|
2713
|
-
declare const index$2_CAPABILITIES: typeof CAPABILITIES;
|
|
2714
|
-
type index$2_Capability = Capability;
|
|
2715
|
-
type index$2_ChainResult = ChainResult;
|
|
2716
|
-
declare const index$2_INTENT_REQUIREMENTS: typeof INTENT_REQUIREMENTS;
|
|
2717
|
-
declare const index$2_PROOF_CAPABILITIES: typeof PROOF_CAPABILITIES;
|
|
2718
|
-
type index$2_SensorDecision = SensorDecision;
|
|
2719
|
-
type index$2_SensorInput = SensorInput;
|
|
2720
|
-
declare const index$2_canAccessResource: typeof canAccessResource;
|
|
2721
|
-
declare const index$2_hasScope: typeof hasScope;
|
|
2722
|
-
declare const index$2_parseScope: typeof parseScope;
|
|
2723
|
-
declare namespace index$2 {
|
|
2724
|
-
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 };
|
|
3539
|
+
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 };
|
|
2725
3540
|
}
|
|
2726
3541
|
|
|
2727
3542
|
declare class AccessProfileResolverSensor implements AxisSensor {
|
|
@@ -2821,6 +3636,16 @@ declare class IntentRegistrySensor implements AxisSensor {
|
|
|
2821
3636
|
run(input: SensorInput): Promise<SensorDecision>;
|
|
2822
3637
|
}
|
|
2823
3638
|
|
|
3639
|
+
declare class LawEvaluationSensor implements AxisSensor {
|
|
3640
|
+
private readonly options;
|
|
3641
|
+
private readonly logger;
|
|
3642
|
+
readonly name = "LawEvaluationSensor";
|
|
3643
|
+
readonly order: number;
|
|
3644
|
+
constructor(options?: LawEvaluationSensorOptions);
|
|
3645
|
+
supports(input: SensorInput): boolean;
|
|
3646
|
+
run(input: SensorInput): Promise<SensorDecision>;
|
|
3647
|
+
}
|
|
3648
|
+
|
|
2824
3649
|
declare class ProofPresenceSensor implements AxisSensor {
|
|
2825
3650
|
readonly name = "ProofPresenceSensor";
|
|
2826
3651
|
readonly order: number;
|
|
@@ -2894,44 +3719,85 @@ declare class VarintHardeningSensor implements AxisSensor {
|
|
|
2894
3719
|
run(input: SensorInput): Promise<SensorDecision>;
|
|
2895
3720
|
}
|
|
2896
3721
|
|
|
2897
|
-
type index$
|
|
2898
|
-
declare const index$
|
|
2899
|
-
type index$
|
|
2900
|
-
declare const index$
|
|
2901
|
-
type index$
|
|
2902
|
-
declare const index$
|
|
2903
|
-
type index$
|
|
2904
|
-
declare const index$
|
|
2905
|
-
type index$
|
|
2906
|
-
declare const index$
|
|
2907
|
-
type index$
|
|
2908
|
-
declare const index$
|
|
2909
|
-
type index$
|
|
2910
|
-
declare const index$
|
|
2911
|
-
type index$
|
|
2912
|
-
declare const index$
|
|
2913
|
-
type index$
|
|
2914
|
-
declare const index$
|
|
2915
|
-
type index$
|
|
2916
|
-
declare const index$
|
|
2917
|
-
type index$
|
|
2918
|
-
declare const index$
|
|
2919
|
-
type index$
|
|
2920
|
-
declare const index$
|
|
2921
|
-
type index$
|
|
2922
|
-
declare const index$
|
|
2923
|
-
type index$
|
|
2924
|
-
declare const index$
|
|
2925
|
-
type index$
|
|
2926
|
-
declare const index$
|
|
2927
|
-
type index$
|
|
2928
|
-
declare const index$
|
|
2929
|
-
type index$
|
|
2930
|
-
|
|
2931
|
-
type index$
|
|
2932
|
-
declare const index$
|
|
3722
|
+
type index$2_AccessProfileResolverSensor = AccessProfileResolverSensor;
|
|
3723
|
+
declare const index$2_AccessProfileResolverSensor: typeof AccessProfileResolverSensor;
|
|
3724
|
+
type index$2_BodyBudgetSensor = BodyBudgetSensor;
|
|
3725
|
+
declare const index$2_BodyBudgetSensor: typeof BodyBudgetSensor;
|
|
3726
|
+
type index$2_CapabilityEnforcementSensor = CapabilityEnforcementSensor;
|
|
3727
|
+
declare const index$2_CapabilityEnforcementSensor: typeof CapabilityEnforcementSensor;
|
|
3728
|
+
type index$2_ChunkHashSensor = ChunkHashSensor;
|
|
3729
|
+
declare const index$2_ChunkHashSensor: typeof ChunkHashSensor;
|
|
3730
|
+
type index$2_EntropySensor = EntropySensor;
|
|
3731
|
+
declare const index$2_EntropySensor: typeof EntropySensor;
|
|
3732
|
+
type index$2_ExecutionTimeoutSensor = ExecutionTimeoutSensor;
|
|
3733
|
+
declare const index$2_ExecutionTimeoutSensor: typeof ExecutionTimeoutSensor;
|
|
3734
|
+
type index$2_FrameBudgetSensor = FrameBudgetSensor;
|
|
3735
|
+
declare const index$2_FrameBudgetSensor: typeof FrameBudgetSensor;
|
|
3736
|
+
type index$2_FrameHeaderSanitySensor = FrameHeaderSanitySensor;
|
|
3737
|
+
declare const index$2_FrameHeaderSanitySensor: typeof FrameHeaderSanitySensor;
|
|
3738
|
+
type index$2_HeaderTLVLimitSensor = HeaderTLVLimitSensor;
|
|
3739
|
+
declare const index$2_HeaderTLVLimitSensor: typeof HeaderTLVLimitSensor;
|
|
3740
|
+
type index$2_IntentAllowlistSensor = IntentAllowlistSensor;
|
|
3741
|
+
declare const index$2_IntentAllowlistSensor: typeof IntentAllowlistSensor;
|
|
3742
|
+
type index$2_IntentRegistrySensor = IntentRegistrySensor;
|
|
3743
|
+
declare const index$2_IntentRegistrySensor: typeof IntentRegistrySensor;
|
|
3744
|
+
type index$2_LawEvaluationSensor = LawEvaluationSensor;
|
|
3745
|
+
declare const index$2_LawEvaluationSensor: typeof LawEvaluationSensor;
|
|
3746
|
+
type index$2_ProofPresenceSensor = ProofPresenceSensor;
|
|
3747
|
+
declare const index$2_ProofPresenceSensor: typeof ProofPresenceSensor;
|
|
3748
|
+
type index$2_ProtocolStrictSensor = ProtocolStrictSensor;
|
|
3749
|
+
declare const index$2_ProtocolStrictSensor: typeof ProtocolStrictSensor;
|
|
3750
|
+
type index$2_ReceiptPolicySensor = ReceiptPolicySensor;
|
|
3751
|
+
declare const index$2_ReceiptPolicySensor: typeof ReceiptPolicySensor;
|
|
3752
|
+
type index$2_RiskGateSensor = RiskGateSensor;
|
|
3753
|
+
declare const index$2_RiskGateSensor: typeof RiskGateSensor;
|
|
3754
|
+
type index$2_RiskGateSensorOptions = RiskGateSensorOptions;
|
|
3755
|
+
type index$2_RiskSignalCollector = RiskSignalCollector;
|
|
3756
|
+
type index$2_SchemaValidationSensor = SchemaValidationSensor;
|
|
3757
|
+
declare const index$2_SchemaValidationSensor: typeof SchemaValidationSensor;
|
|
3758
|
+
type index$2_StreamScopeSensor = StreamScopeSensor;
|
|
3759
|
+
declare const index$2_StreamScopeSensor: typeof StreamScopeSensor;
|
|
3760
|
+
type index$2_TLVParseSensor = TLVParseSensor;
|
|
3761
|
+
declare const index$2_TLVParseSensor: typeof TLVParseSensor;
|
|
3762
|
+
type index$2_TickAuthCapsuleRef = TickAuthCapsuleRef;
|
|
3763
|
+
type index$2_TickAuthSensor = TickAuthSensor;
|
|
3764
|
+
declare const index$2_TickAuthSensor: typeof TickAuthSensor;
|
|
3765
|
+
type index$2_TickAuthSensorOptions = TickAuthSensorOptions;
|
|
3766
|
+
type index$2_TickAuthVerifier = TickAuthVerifier;
|
|
3767
|
+
type index$2_TpsSensor = TpsSensor;
|
|
3768
|
+
declare const index$2_TpsSensor: typeof TpsSensor;
|
|
3769
|
+
type index$2_TpsSensorOptions = TpsSensorOptions;
|
|
3770
|
+
type index$2_VarintHardeningSensor = VarintHardeningSensor;
|
|
3771
|
+
declare const index$2_VarintHardeningSensor: typeof VarintHardeningSensor;
|
|
3772
|
+
declare namespace index$2 {
|
|
3773
|
+
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 };
|
|
3774
|
+
}
|
|
3775
|
+
|
|
3776
|
+
type index$1_ForkRequest = ForkRequest;
|
|
3777
|
+
type index$1_ForkResult = ForkResult;
|
|
3778
|
+
type index$1_InMemoryTimelineStore = InMemoryTimelineStore;
|
|
3779
|
+
declare const index$1_InMemoryTimelineStore: typeof InMemoryTimelineStore;
|
|
3780
|
+
type index$1_ReplayDifference = ReplayDifference;
|
|
3781
|
+
type index$1_ReplayMode = ReplayMode;
|
|
3782
|
+
type index$1_ReplayRequest = ReplayRequest;
|
|
3783
|
+
type index$1_ReplayResult = ReplayResult;
|
|
3784
|
+
type index$1_SimulatedSideEffect = SimulatedSideEffect;
|
|
3785
|
+
type index$1_SimulationRequest = SimulationRequest;
|
|
3786
|
+
type index$1_SimulationResult = SimulationResult;
|
|
3787
|
+
type index$1_StateSnapshot = StateSnapshot;
|
|
3788
|
+
type index$1_TimelineBranch = TimelineBranch;
|
|
3789
|
+
type index$1_TimelineComparison = TimelineComparison;
|
|
3790
|
+
type index$1_TimelineDomain = TimelineDomain;
|
|
3791
|
+
type index$1_TimelineEngine = TimelineEngine;
|
|
3792
|
+
declare const index$1_TimelineEngine: typeof TimelineEngine;
|
|
3793
|
+
type index$1_TimelineEvent = TimelineEvent;
|
|
3794
|
+
type index$1_TimelineEventStatus = TimelineEventStatus;
|
|
3795
|
+
type index$1_TimelineHandler = TimelineHandler;
|
|
3796
|
+
type index$1_TimelineHandlerContext = TimelineHandlerContext;
|
|
3797
|
+
type index$1_TimelineHandlerResult = TimelineHandlerResult;
|
|
3798
|
+
type index$1_TimelineStore = TimelineStore;
|
|
2933
3799
|
declare namespace index$1 {
|
|
2934
|
-
export { index$
|
|
3800
|
+
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 };
|
|
2935
3801
|
}
|
|
2936
3802
|
|
|
2937
3803
|
declare const index_encodeAxisTlvDto: typeof encodeAxisTlvDto;
|
|
@@ -2939,4 +3805,4 @@ declare namespace index {
|
|
|
2939
3805
|
export { index_encodeAxisTlvDto as encodeAxisTlvDto };
|
|
2940
3806
|
}
|
|
2941
3807
|
|
|
2942
|
-
export { ATS1_HDR, ATS1_SCHEMA, AXIS_OPCODES, AXIS_UPLOAD_FILE_STORE, AXIS_UPLOAD_RECEIPT_SIGNER, AXIS_UPLOAD_SESSION_STORE,
|
|
3808
|
+
export { ATS1_HDR, ATS1_SCHEMA, AXIS_OPCODES, AXIS_UPLOAD_FILE_STORE, AXIS_UPLOAD_RECEIPT_SIGNER, AXIS_UPLOAD_SESSION_STORE, type AlternativeIntent, type Anomaly, type AnomalyLevel, ats1 as Ats1Codec, Axis1DecodedFrame, type AxisAlg$1 as AxisAlg, type AxisPacket as AxisBinaryPacket, type AxisCapsule, type AxisCapsuleConstraints, type AxisCapsulePayload, AxisContext$1 as AxisContext, type AxisCrudHandler, type AxisDecoded, AxisDemoPubkey, type AxisEffect, AxisFilesDownloadHandler, AxisFilesFinalizeHandler, type AxisHandler, type AxisHandlerInit, AxisIdDto, AxisIp, type AxisAlg as AxisJsonAlg, type AxisFrame$1 as AxisJsonFrame, type AxisResponse as AxisJsonResponse, type AxisSig as AxisJsonSig, type AxisLawArticleSummary, type AxisLawDecision, type AxisLawEvaluationContext, type AxisLawEvaluationResult, type AxisLawEvaluator, type AxisObservation, type AxisObservedContext, type AxisPacket$1 as AxisPacket, T as AxisPacketTags, AxisPartialType, type AxisPostSensor, type AxisPreSensor, AxisRaw, type AxisRequestContext, type AxisRequestData, AxisResponseDto, type AxisSensor, AxisSensorChainService, type AxisSensorInit, type AxisSig$1 as AxisSig, AxisTlvDto, BAND, CAPABILITIES, CCE_ERROR, CCE_PROTOCOL_VERSION, type Capability, type CapsuleMode, 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, type ChainResult, type ClarificationQuestion, type CompilationError, type CompilationResult, type CompiledIntent, type ConstraintKind, 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$2 as 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, type ObservationQueueConfig, type ObservationQueueMessage, type ObservationSensor, type ObservationStage, type ObservationStreamEntry, type ObservationWitnessSummary, type ObservedDeed, 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, RESPONSE_TAG_CREATED_AT, RESPONSE_TAG_CREATED_BY, RESPONSE_TAG_ID, RESPONSE_TAG_UPDATED_AT, RESPONSE_TAG_UPDATED_BY, type ReceiptEffect, type ReplayDifference, type ReplayRequest, type ReplayResult, type ResponseContract, ResponseObserver, type ResponseObserverContext, type Revocation, type RevocationTargetType, RiskDecision, type RiskEvaluation, RiskGateSensor, type RiskGateSensorOptions, type RiskLevel, type RiskSignal, type RiskSignalCollector, SENSOR_METADATA_KEY, Schema2002_PasskeyLoginOptionsRes, Schema2011_PasskeyLoginVerifyReq, Schema2012_PasskeyLoginVerifyRes, Schema2021_PasskeyRegisterOptionsReq, 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, 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, getDecisionPoints, getFabricValue, getGrantStatus, getIrreversibleKnots, getPresenceStatus, grantCoversAction, hasScope, hashObservation, index$7 as idel, isAdminOpcode, isKnotOpen, isKnownOpcode, isPointOfNoReturn, isRevoked, isTimestampValid, lockCells, index$6 as loom, matchPatterns, 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 };
|