@nextera.one/axis-server-sdk 2.1.1 → 2.1.3
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/core/index.d.mts +2 -2
- package/dist/core/index.d.ts +2 -2
- package/dist/core/index.js +267 -6
- package/dist/core/index.js.map +1 -1
- package/dist/core/index.mjs +260 -8
- package/dist/core/index.mjs.map +1 -1
- package/dist/index-DXHfWxLG.d.mts +133 -0
- package/dist/index-DXHfWxLG.d.ts +133 -0
- package/dist/index.d.mts +555 -1397
- package/dist/index.d.ts +555 -1397
- package/dist/index.js +432 -3020
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +427 -3028
- package/dist/index.mjs.map +1 -1
- package/package.json +2 -3
- package/dist/codec/axis1.encode.d.mts +0 -10
- package/dist/codec/axis1.encode.d.ts +0 -10
- package/dist/codec/axis1.encode.js +0 -65
- package/dist/codec/axis1.encode.js.map +0 -1
- package/dist/codec/axis1.encode.mjs +0 -41
- package/dist/codec/axis1.encode.mjs.map +0 -1
- package/dist/codec/axis1.signing.d.mts +0 -8
- package/dist/codec/axis1.signing.d.ts +0 -8
- package/dist/codec/axis1.signing.js +0 -61
- package/dist/codec/axis1.signing.js.map +0 -1
- package/dist/codec/axis1.signing.mjs +0 -37
- package/dist/codec/axis1.signing.mjs.map +0 -1
- package/dist/index-VxXqZPuH.d.mts +0 -51
- package/dist/index-VxXqZPuH.d.ts +0 -51
- package/dist/types/frame.d.mts +0 -11
- package/dist/types/frame.d.ts +0 -11
- package/dist/types/frame.js +0 -78
- package/dist/types/frame.js.map +0 -1
- package/dist/types/frame.mjs +0 -54
- package/dist/types/frame.mjs.map +0 -1
package/dist/index.d.mts
CHANGED
|
@@ -1,12 +1,8 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
export { AXIS_MAGIC, AXIS_VERSION, AxisBinaryFrame, AxisFrame, TLV as AxisTlvType, BodyProfile, ERR_BAD_SIGNATURE, ERR_CONTRACT_VIOLATION, ERR_INVALID_PACKET, ERR_REPLAY_DETECTED, FLAG_BODY_TLV, FLAG_CHAIN_REQ, FLAG_HAS_WITNESS, MAX_BODY_LEN, MAX_FRAME_LEN, MAX_HDR_LEN, MAX_SIG_LEN, NCERT_ALG, NCERT_EXP, NCERT_ISSUER_KID, NCERT_KID, NCERT_NBF, NCERT_NODE_ID, NCERT_PAYLOAD, NCERT_PUB, NCERT_SCOPE, NCERT_SIG, PROOF_CAPSULE, PROOF_JWT, PROOF_LOOM, PROOF_MTLS, PROOF_NONE, PROOF_WITNESS, ProofType, TLV, TLV_ACTOR_ID, TLV_AUD, TLV_BODY_ARR, TLV_BODY_OBJ, TLV_CAPSULE, TLV_EFFECT, TLV_ERROR_CODE, TLV_ERROR_MSG, TLV_INDEX, TLV_INTENT, TLV_KID, TLV_LOOM_PRESENCE_ID, TLV_LOOM_THREAD_HASH, TLV_LOOM_WRIT, TLV_NODE, TLV_NODE_CERT_HASH, TLV_NODE_KID, TLV_NONCE, TLV_OFFSET, TLV_OK, TLV_PID, TLV_LOOM_PRESENCE_ID as TLV_PRESENCE_ID, TLV_PREV_HASH, TLV_PROOF_REF, TLV_PROOF_TYPE, TLV_REALM, TLV_RECEIPT_HASH, TLV_RID, TLV_SHA256_CHUNK, TLV_LOOM_THREAD_HASH as TLV_THREAD_HASH, TLV_TRACE_ID, TLV_TS, TLV_UPLOAD_ID, TLV_LOOM_WRIT as TLV_WRIT, decodeArray, decodeFrame, decodeObject, decodeTLVs, decodeTLVsList, decodeVarint, encodeFrame, encodeTLVs, encodeVarint, getSignTarget, varintLength } from '@nextera.one/axis-protocol';
|
|
1
|
+
import { A as AxisFrame$2 } from './index-DXHfWxLG.mjs';
|
|
2
|
+
export { a as AxisBinaryFrame, b as AxisError, c as AxisFrameZ, d as AxisMediaTypes, e as computeReceiptHash, f as computeSignaturePayload, i as core, g as decodeFrame, h as encodeFrame, j as generateEd25519KeyPair, k as getSignTarget, s as sha256, l as signFrame, v as verifyFrameSignature } from './index-DXHfWxLG.mjs';
|
|
4
3
|
import { ModuleRef, DiscoveryService, Reflector, MetadataScanner } from '@nestjs/core';
|
|
5
|
-
|
|
6
|
-
export {
|
|
7
|
-
export { axis1SigningBytes } from './codec/axis1.signing.mjs';
|
|
8
|
-
import { Axis1DecodedFrame } from './types/frame.mjs';
|
|
9
|
-
export { decodeAxis1Frame } from './types/frame.mjs';
|
|
4
|
+
import { PROOF_LOOM, TLV_LOOM_PRESENCE_ID, TLV_LOOM_THREAD_HASH, TLV_LOOM_WRIT } from '@nextera.one/axis-protocol';
|
|
5
|
+
export { AXIS_MAGIC, AXIS_VERSION, TLV as AxisTlvType, BodyProfile, ERR_BAD_SIGNATURE, ERR_CONTRACT_VIOLATION, ERR_INVALID_PACKET, ERR_REPLAY_DETECTED, FLAG_BODY_TLV, FLAG_CHAIN_REQ, FLAG_HAS_WITNESS, MAX_BODY_LEN, MAX_FRAME_LEN, MAX_HDR_LEN, MAX_SIG_LEN, NCERT_ALG, NCERT_EXP, NCERT_ISSUER_KID, NCERT_KID, NCERT_NBF, NCERT_NODE_ID, NCERT_PAYLOAD, NCERT_PUB, NCERT_SCOPE, NCERT_SIG, PROOF_CAPSULE, PROOF_JWT, PROOF_LOOM, PROOF_MTLS, PROOF_NONE, PROOF_WITNESS, ProofType, TLV, TLV_ACTOR_ID, TLV_AUD, TLV_BODY_ARR, TLV_BODY_OBJ, TLV_CAPSULE, TLV_EFFECT, TLV_ERROR_CODE, TLV_ERROR_MSG, TLV_INDEX, TLV_INTENT, TLV_KID, TLV_LOOM_PRESENCE_ID, TLV_LOOM_THREAD_HASH, TLV_LOOM_WRIT, TLV_NODE, TLV_NODE_CERT_HASH, TLV_NODE_KID, TLV_NONCE, TLV_OFFSET, TLV_OK, TLV_PID, TLV_LOOM_PRESENCE_ID as TLV_PRESENCE_ID, TLV_PREV_HASH, TLV_PROOF_REF, TLV_PROOF_TYPE, TLV_REALM, TLV_RECEIPT_HASH, TLV_RID, TLV_SHA256_CHUNK, TLV_LOOM_THREAD_HASH as TLV_THREAD_HASH, TLV_TRACE_ID, TLV_TS, TLV_UPLOAD_ID, TLV_LOOM_WRIT as TLV_WRIT, decodeArray, decodeObject, decodeTLVs, decodeTLVsList, decodeVarint, encodeTLVs, encodeVarint, varintLength } from '@nextera.one/axis-protocol';
|
|
10
6
|
import { OnApplicationBootstrap, OnModuleInit } from '@nestjs/common';
|
|
11
7
|
import { ConfigService } from '@nestjs/config';
|
|
12
8
|
import * as z from 'zod';
|
|
@@ -870,7 +866,7 @@ type CcePipelineResult = {
|
|
|
870
866
|
};
|
|
871
867
|
declare function executeCcePipeline(envelope: CceRequestEnvelope, config: CcePipelineConfig): Promise<CcePipelineResult>;
|
|
872
868
|
|
|
873
|
-
interface IntentSchema$
|
|
869
|
+
interface IntentSchema$1 {
|
|
874
870
|
intent: string;
|
|
875
871
|
version: number;
|
|
876
872
|
bodyProfile: "TLV_MAP" | "RAW" | "TLV_OBJ" | "TLV_ARR";
|
|
@@ -910,12 +906,12 @@ declare class IntentRouter {
|
|
|
910
906
|
private cceHandlers;
|
|
911
907
|
private ccePipelineConfig;
|
|
912
908
|
constructor(moduleRef?: ModuleRef | undefined, observerDispatcher?: ObserverDispatcherService | undefined);
|
|
913
|
-
getSchema(intent: string): IntentSchema$
|
|
909
|
+
getSchema(intent: string): IntentSchema$1 | undefined;
|
|
914
910
|
getValidators(intent: string): Map<number, TlvValidatorFn[]> | undefined;
|
|
915
911
|
has(intent: string): boolean;
|
|
916
912
|
getRegisteredIntents(): string[];
|
|
917
913
|
getIntentEntry(intent: string): {
|
|
918
|
-
schema?: IntentSchema$
|
|
914
|
+
schema?: IntentSchema$1;
|
|
919
915
|
validators?: Map<number, TlvValidatorFn[]>;
|
|
920
916
|
hasSensors: boolean;
|
|
921
917
|
builtin: boolean;
|
|
@@ -1154,42 +1150,6 @@ declare function canonicalizeObservation(obs: AxisObservation): string;
|
|
|
1154
1150
|
declare function hashObservation(obs: AxisObservation): string;
|
|
1155
1151
|
declare function buildUnsignedWitness(obs: AxisObservation): UnsignedObservationWitness | null;
|
|
1156
1152
|
|
|
1157
|
-
type TruthStatus = 'confirmed' | 'partial' | 'uncertain' | 'failed' | 'disputed';
|
|
1158
|
-
interface ExpectedOutcome {
|
|
1159
|
-
decision?: 'ALLOW' | 'DENY';
|
|
1160
|
-
effect?: string;
|
|
1161
|
-
statusCode?: number;
|
|
1162
|
-
ok?: boolean;
|
|
1163
|
-
stateChanges?: Record<string, unknown>;
|
|
1164
|
-
maxDurationMs?: number;
|
|
1165
|
-
minSensorsPassed?: number;
|
|
1166
|
-
assertions?: Record<string, unknown>;
|
|
1167
|
-
}
|
|
1168
|
-
type AnomalyLevel = 'info' | 'warning' | 'critical';
|
|
1169
|
-
interface Anomaly {
|
|
1170
|
-
code: string;
|
|
1171
|
-
level: AnomalyLevel;
|
|
1172
|
-
message: string;
|
|
1173
|
-
field?: string;
|
|
1174
|
-
expected?: unknown;
|
|
1175
|
-
actual?: unknown;
|
|
1176
|
-
}
|
|
1177
|
-
interface TruthVerdict {
|
|
1178
|
-
status: TruthStatus;
|
|
1179
|
-
confidence: number;
|
|
1180
|
-
anomalies: Anomaly[];
|
|
1181
|
-
passedChecks: number;
|
|
1182
|
-
totalChecks: number;
|
|
1183
|
-
verifiedAt: number;
|
|
1184
|
-
isDeed: boolean;
|
|
1185
|
-
}
|
|
1186
|
-
declare function scoreTruth(obs: AxisObservation, expected?: ExpectedOutcome): TruthVerdict;
|
|
1187
|
-
interface ObservedDeed {
|
|
1188
|
-
observation: AxisObservation;
|
|
1189
|
-
verdict: TruthVerdict;
|
|
1190
|
-
}
|
|
1191
|
-
declare function verifyObservation(obs: AxisObservation, expected?: ExpectedOutcome): ObservedDeed;
|
|
1192
|
-
|
|
1193
1153
|
interface ResponseObserverContext {
|
|
1194
1154
|
actorId: string;
|
|
1195
1155
|
intent: string;
|
|
@@ -1445,6 +1405,22 @@ declare function packPasskeyLoginVerifyRes(params: {
|
|
|
1445
1405
|
expiresAt: bigint;
|
|
1446
1406
|
}): Buffer;
|
|
1447
1407
|
|
|
1408
|
+
type Axis1FrameToEncode = {
|
|
1409
|
+
ver: number;
|
|
1410
|
+
flags: number;
|
|
1411
|
+
hdr: Buffer;
|
|
1412
|
+
body: Buffer;
|
|
1413
|
+
sig: Buffer;
|
|
1414
|
+
};
|
|
1415
|
+
declare function encodeAxis1Frame(f: Axis1FrameToEncode): Buffer;
|
|
1416
|
+
|
|
1417
|
+
declare function axis1SigningBytes(params: {
|
|
1418
|
+
ver: number;
|
|
1419
|
+
flags: number;
|
|
1420
|
+
hdr: Buffer;
|
|
1421
|
+
body: Buffer;
|
|
1422
|
+
}): Buffer;
|
|
1423
|
+
|
|
1448
1424
|
declare function encVarint(x: bigint): Buffer;
|
|
1449
1425
|
declare function varintU(x: number | bigint): Buffer;
|
|
1450
1426
|
declare function u64be(x: bigint): Buffer;
|
|
@@ -1504,6 +1480,16 @@ interface ExecutionContract {
|
|
|
1504
1480
|
declare const DEFAULT_CONTRACTS: Record<string, ExecutionContract>;
|
|
1505
1481
|
declare const FALLBACK_CONTRACT: ExecutionContract;
|
|
1506
1482
|
|
|
1483
|
+
type Axis1DecodedFrame = {
|
|
1484
|
+
ver: number;
|
|
1485
|
+
flags: number;
|
|
1486
|
+
hdr: Buffer;
|
|
1487
|
+
body: Buffer;
|
|
1488
|
+
sig: Buffer;
|
|
1489
|
+
frameSize: number;
|
|
1490
|
+
};
|
|
1491
|
+
declare function decodeAxis1Frame(buf: Buffer): Axis1DecodedFrame;
|
|
1492
|
+
|
|
1507
1493
|
declare const T: {
|
|
1508
1494
|
INTENT: number;
|
|
1509
1495
|
PID: number;
|
|
@@ -1569,46 +1555,6 @@ type Capability = keyof typeof CAPABILITIES;
|
|
|
1569
1555
|
declare const PROOF_CAPABILITIES: Record<number, Capability[]>;
|
|
1570
1556
|
declare const INTENT_REQUIREMENTS: Record<string, Capability[]>;
|
|
1571
1557
|
|
|
1572
|
-
type AxisLawDecision = "allow" | "deny" | "conditional";
|
|
1573
|
-
interface AxisLawArticleSummary {
|
|
1574
|
-
article_id: string;
|
|
1575
|
-
article_type?: string;
|
|
1576
|
-
decision?: string;
|
|
1577
|
-
reason?: string;
|
|
1578
|
-
}
|
|
1579
|
-
interface AxisLawEvaluationContext {
|
|
1580
|
-
actorId?: string;
|
|
1581
|
-
intent?: string;
|
|
1582
|
-
audience?: string;
|
|
1583
|
-
tps?: string | number;
|
|
1584
|
-
country?: string;
|
|
1585
|
-
ip?: string;
|
|
1586
|
-
path?: string;
|
|
1587
|
-
clientId?: string;
|
|
1588
|
-
deviceId?: string;
|
|
1589
|
-
sessionId?: string;
|
|
1590
|
-
capsuleId?: string;
|
|
1591
|
-
metadata: Record<string, unknown>;
|
|
1592
|
-
packet?: Record<string, unknown>;
|
|
1593
|
-
frameBody?: unknown;
|
|
1594
|
-
}
|
|
1595
|
-
interface AxisLawEvaluationResult {
|
|
1596
|
-
decision: AxisLawDecision;
|
|
1597
|
-
reason: string;
|
|
1598
|
-
explanation?: string;
|
|
1599
|
-
denied?: AxisLawArticleSummary[];
|
|
1600
|
-
permitted?: AxisLawArticleSummary[];
|
|
1601
|
-
required?: AxisLawArticleSummary[];
|
|
1602
|
-
applicable?: AxisLawArticleSummary[];
|
|
1603
|
-
metadata?: Record<string, unknown>;
|
|
1604
|
-
}
|
|
1605
|
-
type AxisLawEvaluator = ((context: AxisLawEvaluationContext) => AxisLawEvaluationResult | Promise<AxisLawEvaluationResult>);
|
|
1606
|
-
interface LawEvaluationSensorOptions {
|
|
1607
|
-
evaluator?: AxisLawEvaluator;
|
|
1608
|
-
conditionalDecision?: "deny" | "flag" | "allow";
|
|
1609
|
-
}
|
|
1610
|
-
declare function buildAxisLawEvaluationContext(input: SensorInput): AxisLawEvaluationContext;
|
|
1611
|
-
|
|
1612
1558
|
interface RiskSignal {
|
|
1613
1559
|
type: string;
|
|
1614
1560
|
severity: 'low' | 'medium' | 'high' | 'critical';
|
|
@@ -1808,52 +1754,52 @@ declare class SensorDiscoveryService implements OnApplicationBootstrap {
|
|
|
1808
1754
|
declare const SensorDecisionZ: z.ZodUnion<readonly [z.ZodObject<{
|
|
1809
1755
|
action: z.ZodLiteral<"ALLOW">;
|
|
1810
1756
|
meta: z.ZodOptional<z.ZodAny>;
|
|
1811
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
1757
|
+
}, z.z.core.$strip>, z.ZodObject<{
|
|
1812
1758
|
action: z.ZodLiteral<"DENY">;
|
|
1813
1759
|
code: z.ZodString;
|
|
1814
1760
|
reason: z.ZodOptional<z.ZodString>;
|
|
1815
1761
|
meta: z.ZodOptional<z.ZodAny>;
|
|
1816
|
-
}, z.core.$strip>]>;
|
|
1762
|
+
}, z.z.core.$strip>]>;
|
|
1817
1763
|
declare const SensorDecisionWithMetadataZ: z.ZodUnion<readonly [z.ZodObject<{
|
|
1818
1764
|
action: z.ZodLiteral<"ALLOW">;
|
|
1819
1765
|
meta: z.ZodOptional<z.ZodAny>;
|
|
1820
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
1766
|
+
}, z.z.core.$strip>, z.ZodObject<{
|
|
1821
1767
|
action: z.ZodLiteral<"DENY">;
|
|
1822
1768
|
code: z.ZodString;
|
|
1823
1769
|
reason: z.ZodOptional<z.ZodString>;
|
|
1824
1770
|
retryAfterMs: z.ZodOptional<z.ZodNumber>;
|
|
1825
1771
|
meta: z.ZodOptional<z.ZodAny>;
|
|
1826
|
-
}, z.core.$strip>]>;
|
|
1772
|
+
}, z.z.core.$strip>]>;
|
|
1827
1773
|
declare const CountryBlockSensorInputZ: z.ZodObject<{
|
|
1828
1774
|
ip: z.ZodString;
|
|
1829
1775
|
country: z.ZodOptional<z.ZodString>;
|
|
1830
|
-
}, z.core.$strip>;
|
|
1776
|
+
}, z.z.core.$strip>;
|
|
1831
1777
|
type CountryBlockSensorInput = z.infer<typeof CountryBlockSensorInputZ>;
|
|
1832
1778
|
declare const CountryBlockDecisionZ: z.ZodUnion<readonly [z.ZodObject<{
|
|
1833
1779
|
action: z.ZodLiteral<"ALLOW">;
|
|
1834
1780
|
meta: z.ZodOptional<z.ZodAny>;
|
|
1835
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
1781
|
+
}, z.z.core.$strip>, z.ZodObject<{
|
|
1836
1782
|
action: z.ZodLiteral<"DENY">;
|
|
1837
1783
|
code: z.ZodString;
|
|
1838
1784
|
reason: z.ZodOptional<z.ZodString>;
|
|
1839
1785
|
meta: z.ZodOptional<z.ZodAny>;
|
|
1840
|
-
}, z.core.$strip>]>;
|
|
1786
|
+
}, z.z.core.$strip>]>;
|
|
1841
1787
|
type CountryBlockDecision = z.infer<typeof CountryBlockDecisionZ>;
|
|
1842
1788
|
declare const ScanBurstSensorInputZ: z.ZodObject<{
|
|
1843
1789
|
ip: z.ZodString;
|
|
1844
1790
|
isFailure: z.ZodOptional<z.ZodBoolean>;
|
|
1845
|
-
}, z.core.$strip>;
|
|
1791
|
+
}, z.z.core.$strip>;
|
|
1846
1792
|
type ScanBurstSensorInput = z.infer<typeof ScanBurstSensorInputZ>;
|
|
1847
1793
|
declare const ScanBurstDecisionZ: z.ZodUnion<readonly [z.ZodObject<{
|
|
1848
1794
|
action: z.ZodLiteral<"ALLOW">;
|
|
1849
1795
|
meta: z.ZodOptional<z.ZodAny>;
|
|
1850
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
1796
|
+
}, z.z.core.$strip>, z.ZodObject<{
|
|
1851
1797
|
action: z.ZodLiteral<"DENY">;
|
|
1852
1798
|
code: z.ZodString;
|
|
1853
1799
|
reason: z.ZodOptional<z.ZodString>;
|
|
1854
1800
|
retryAfterMs: z.ZodOptional<z.ZodNumber>;
|
|
1855
1801
|
meta: z.ZodOptional<z.ZodAny>;
|
|
1856
|
-
}, z.core.$strip>]>;
|
|
1802
|
+
}, z.z.core.$strip>]>;
|
|
1857
1803
|
type ScanBurstDecision = z.infer<typeof ScanBurstDecisionZ>;
|
|
1858
1804
|
declare const ProofKindZ: z.ZodEnum<{
|
|
1859
1805
|
NONE: "NONE";
|
|
@@ -1891,7 +1837,7 @@ declare const ProofPresenceInputZ: z.ZodObject<{
|
|
|
1891
1837
|
hasCapsule: z.ZodBoolean;
|
|
1892
1838
|
hasPassportSignature: z.ZodBoolean;
|
|
1893
1839
|
intent: z.ZodString;
|
|
1894
|
-
}, z.core.$strip>;
|
|
1840
|
+
}, z.z.core.$strip>;
|
|
1895
1841
|
type ProofPresenceInput = z.infer<typeof ProofPresenceInputZ>;
|
|
1896
1842
|
declare const SensitivityLevelZ: z.ZodEnum<{
|
|
1897
1843
|
LOW: "LOW";
|
|
@@ -1917,13 +1863,18 @@ declare const IntentPolicyZ: z.ZodObject<{
|
|
|
1917
1863
|
requiresSignature: z.ZodBoolean;
|
|
1918
1864
|
requiresCapsule: z.ZodBoolean;
|
|
1919
1865
|
timeoutMs: z.ZodNumber;
|
|
1920
|
-
}, z.core.$strip>;
|
|
1866
|
+
}, z.z.core.$strip>;
|
|
1921
1867
|
type IntentPolicy = z.infer<typeof IntentPolicyZ>;
|
|
1922
1868
|
declare const IntentPolicySensorInputZ: z.ZodObject<{
|
|
1923
|
-
frame: z.
|
|
1869
|
+
frame: z.ZodObject<{
|
|
1870
|
+
flags: z.ZodNumber;
|
|
1871
|
+
headers: z.ZodMap<z.ZodNumber, z.ZodCustom<Uint8Array<ArrayBufferLike>, Uint8Array<ArrayBufferLike>>>;
|
|
1872
|
+
body: z.ZodCustom<Uint8Array<ArrayBufferLike>, Uint8Array<ArrayBufferLike>>;
|
|
1873
|
+
sig: z.ZodCustom<Uint8Array<ArrayBufferLike>, Uint8Array<ArrayBufferLike>>;
|
|
1874
|
+
}, z.z.core.$strip>;
|
|
1924
1875
|
intent: z.ZodString;
|
|
1925
1876
|
rawFrameSize: z.ZodNumber;
|
|
1926
|
-
}, z.core.$strip>;
|
|
1877
|
+
}, z.z.core.$strip>;
|
|
1927
1878
|
type IntentPolicySensorInput = z.infer<typeof IntentPolicySensorInputZ>;
|
|
1928
1879
|
declare const IntentPolicyDecisionZ: z.ZodUnion<readonly [z.ZodObject<{
|
|
1929
1880
|
action: z.ZodLiteral<"ALLOW">;
|
|
@@ -1944,20 +1895,20 @@ declare const IntentPolicyDecisionZ: z.ZodUnion<readonly [z.ZodObject<{
|
|
|
1944
1895
|
requiresSignature: z.ZodBoolean;
|
|
1945
1896
|
requiresCapsule: z.ZodBoolean;
|
|
1946
1897
|
timeoutMs: z.ZodNumber;
|
|
1947
|
-
}, z.core.$strip>;
|
|
1948
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
1898
|
+
}, z.z.core.$strip>;
|
|
1899
|
+
}, z.z.core.$strip>, z.ZodObject<{
|
|
1949
1900
|
action: z.ZodLiteral<"DENY">;
|
|
1950
1901
|
reason: z.ZodString;
|
|
1951
|
-
}, z.core.$strip>]>;
|
|
1902
|
+
}, z.z.core.$strip>]>;
|
|
1952
1903
|
type IntentPolicyDecision = z.infer<typeof IntentPolicyDecisionZ>;
|
|
1953
1904
|
declare const CapsuleClaimsZ: z.ZodObject<{
|
|
1954
1905
|
capsuleId: z.ZodString;
|
|
1955
1906
|
allowIntents: z.ZodArray<z.ZodString>;
|
|
1956
1907
|
limits: z.ZodOptional<z.ZodObject<{
|
|
1957
1908
|
maxBodyBytes: z.ZodOptional<z.ZodNumber>;
|
|
1958
|
-
}, z.core.$strip>>;
|
|
1909
|
+
}, z.z.core.$strip>>;
|
|
1959
1910
|
scopes: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
1960
|
-
}, z.core.$strip>;
|
|
1911
|
+
}, z.z.core.$strip>;
|
|
1961
1912
|
type CapsuleClaims = z.infer<typeof CapsuleClaimsZ>;
|
|
1962
1913
|
declare const CapsuleZ: z.ZodObject<{
|
|
1963
1914
|
id: z.ZodString;
|
|
@@ -1966,9 +1917,9 @@ declare const CapsuleZ: z.ZodObject<{
|
|
|
1966
1917
|
allowIntents: z.ZodArray<z.ZodString>;
|
|
1967
1918
|
limits: z.ZodOptional<z.ZodObject<{
|
|
1968
1919
|
maxBodyBytes: z.ZodOptional<z.ZodNumber>;
|
|
1969
|
-
}, z.core.$strip>>;
|
|
1920
|
+
}, z.z.core.$strip>>;
|
|
1970
1921
|
scopes: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
1971
|
-
}, z.core.$strip>;
|
|
1922
|
+
}, z.z.core.$strip>;
|
|
1972
1923
|
issuedAt: z.ZodNumber;
|
|
1973
1924
|
expiresAt: z.ZodNumber;
|
|
1974
1925
|
tier: z.ZodEnum<{
|
|
@@ -1976,8 +1927,8 @@ declare const CapsuleZ: z.ZodObject<{
|
|
|
1976
1927
|
STANDARD: "STANDARD";
|
|
1977
1928
|
PREMIUM: "PREMIUM";
|
|
1978
1929
|
}>;
|
|
1979
|
-
}, z.core.$strip>;
|
|
1980
|
-
type Capsule = z.infer<typeof CapsuleZ>;
|
|
1930
|
+
}, z.z.core.$strip>;
|
|
1931
|
+
type Capsule$1 = z.infer<typeof CapsuleZ>;
|
|
1981
1932
|
declare const CapsuleValidationResultZ: z.ZodObject<{
|
|
1982
1933
|
valid: z.ZodBoolean;
|
|
1983
1934
|
capsule: z.ZodOptional<z.ZodObject<{
|
|
@@ -1987,9 +1938,9 @@ declare const CapsuleValidationResultZ: z.ZodObject<{
|
|
|
1987
1938
|
allowIntents: z.ZodArray<z.ZodString>;
|
|
1988
1939
|
limits: z.ZodOptional<z.ZodObject<{
|
|
1989
1940
|
maxBodyBytes: z.ZodOptional<z.ZodNumber>;
|
|
1990
|
-
}, z.core.$strip>>;
|
|
1941
|
+
}, z.z.core.$strip>>;
|
|
1991
1942
|
scopes: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
1992
|
-
}, z.core.$strip>;
|
|
1943
|
+
}, z.z.core.$strip>;
|
|
1993
1944
|
issuedAt: z.ZodNumber;
|
|
1994
1945
|
expiresAt: z.ZodNumber;
|
|
1995
1946
|
tier: z.ZodEnum<{
|
|
@@ -1997,16 +1948,16 @@ declare const CapsuleValidationResultZ: z.ZodObject<{
|
|
|
1997
1948
|
STANDARD: "STANDARD";
|
|
1998
1949
|
PREMIUM: "PREMIUM";
|
|
1999
1950
|
}>;
|
|
2000
|
-
}, z.core.$strip>>;
|
|
1951
|
+
}, z.z.core.$strip>>;
|
|
2001
1952
|
reason: z.ZodOptional<z.ZodString>;
|
|
2002
1953
|
requiresStepUp: z.ZodOptional<z.ZodBoolean>;
|
|
2003
|
-
}, z.core.$strip>;
|
|
1954
|
+
}, z.z.core.$strip>;
|
|
2004
1955
|
type CapsuleValidationResult = z.infer<typeof CapsuleValidationResultZ>;
|
|
2005
1956
|
declare const CapsuleVerifySensorInputZ: z.ZodObject<{
|
|
2006
1957
|
headers: z.ZodMap<z.ZodNumber, z.ZodCustom<Uint8Array<ArrayBufferLike>, Uint8Array<ArrayBufferLike>>>;
|
|
2007
1958
|
intent: z.ZodString;
|
|
2008
1959
|
ctx: z.ZodAny;
|
|
2009
|
-
}, z.core.$strip>;
|
|
1960
|
+
}, z.z.core.$strip>;
|
|
2010
1961
|
type CapsuleVerifySensorInput = z.infer<typeof CapsuleVerifySensorInputZ>;
|
|
2011
1962
|
declare const CapsuleVerifyResultZ: z.ZodObject<{
|
|
2012
1963
|
ok: z.ZodLiteral<true>;
|
|
@@ -2017,9 +1968,9 @@ declare const CapsuleVerifyResultZ: z.ZodObject<{
|
|
|
2017
1968
|
allowIntents: z.ZodArray<z.ZodString>;
|
|
2018
1969
|
limits: z.ZodOptional<z.ZodObject<{
|
|
2019
1970
|
maxBodyBytes: z.ZodOptional<z.ZodNumber>;
|
|
2020
|
-
}, z.core.$strip>>;
|
|
1971
|
+
}, z.z.core.$strip>>;
|
|
2021
1972
|
scopes: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
2022
|
-
}, z.core.$strip>;
|
|
1973
|
+
}, z.z.core.$strip>;
|
|
2023
1974
|
issuedAt: z.ZodNumber;
|
|
2024
1975
|
expiresAt: z.ZodNumber;
|
|
2025
1976
|
tier: z.ZodEnum<{
|
|
@@ -2027,8 +1978,8 @@ declare const CapsuleVerifyResultZ: z.ZodObject<{
|
|
|
2027
1978
|
STANDARD: "STANDARD";
|
|
2028
1979
|
PREMIUM: "PREMIUM";
|
|
2029
1980
|
}>;
|
|
2030
|
-
}, z.core.$strip>;
|
|
2031
|
-
}, z.core.$strip>;
|
|
1981
|
+
}, z.z.core.$strip>;
|
|
1982
|
+
}, z.z.core.$strip>;
|
|
2032
1983
|
type CapsuleVerifyResult = z.infer<typeof CapsuleVerifyResultZ>;
|
|
2033
1984
|
declare const RateLimitProfileZ: z.ZodEnum<{
|
|
2034
1985
|
PUBLIC: "PUBLIC";
|
|
@@ -2049,7 +2000,7 @@ declare const RateLimitInputZ: z.ZodObject<{
|
|
|
2049
2000
|
INTERNAL: "INTERNAL";
|
|
2050
2001
|
NODE: "NODE";
|
|
2051
2002
|
}>;
|
|
2052
|
-
}, z.core.$strip>;
|
|
2003
|
+
}, z.z.core.$strip>;
|
|
2053
2004
|
type RateLimitInput = z.infer<typeof RateLimitInputZ>;
|
|
2054
2005
|
declare const RateLimitConfigZ: z.ZodObject<{
|
|
2055
2006
|
windowSec: z.ZodNumber;
|
|
@@ -2058,11 +2009,11 @@ declare const RateLimitConfigZ: z.ZodObject<{
|
|
|
2058
2009
|
ip_fingerprint: "ip_fingerprint";
|
|
2059
2010
|
actor_capsule: "actor_capsule";
|
|
2060
2011
|
}>;
|
|
2061
|
-
}, z.core.$strip>;
|
|
2012
|
+
}, z.z.core.$strip>;
|
|
2062
2013
|
type RateLimitConfig = z.infer<typeof RateLimitConfigZ>;
|
|
2063
2014
|
declare const SensorResultZ: z.ZodObject<{
|
|
2064
2015
|
ok: z.ZodLiteral<true>;
|
|
2065
|
-
}, z.core.$strip>;
|
|
2016
|
+
}, z.z.core.$strip>;
|
|
2066
2017
|
type SensorResult = z.infer<typeof SensorResultZ>;
|
|
2067
2018
|
declare const PassportZ: z.ZodObject<{
|
|
2068
2019
|
id: z.ZodString;
|
|
@@ -2075,13 +2026,13 @@ declare const PassportZ: z.ZodObject<{
|
|
|
2075
2026
|
}>;
|
|
2076
2027
|
issuedAt: z.ZodNumber;
|
|
2077
2028
|
expiresAt: z.ZodOptional<z.ZodNumber>;
|
|
2078
|
-
}, z.core.$strip>;
|
|
2029
|
+
}, z.z.core.$strip>;
|
|
2079
2030
|
declare const ExecutionMetricsZ: z.ZodObject<{
|
|
2080
2031
|
dbWrites: z.ZodNumber;
|
|
2081
2032
|
dbReads: z.ZodNumber;
|
|
2082
2033
|
externalCalls: z.ZodNumber;
|
|
2083
2034
|
elapsedMs: z.ZodOptional<z.ZodNumber>;
|
|
2084
|
-
}, z.core.$strip>;
|
|
2035
|
+
}, z.z.core.$strip>;
|
|
2085
2036
|
type Passport = z.infer<typeof PassportZ>;
|
|
2086
2037
|
declare const SensorChainInputZ: z.ZodObject<{
|
|
2087
2038
|
ip: z.ZodString;
|
|
@@ -2089,13 +2040,13 @@ declare const SensorChainInputZ: z.ZodObject<{
|
|
|
2089
2040
|
contentLength: z.ZodNumber;
|
|
2090
2041
|
peek: z.ZodCustom<Uint8Array<ArrayBuffer>, Uint8Array<ArrayBuffer>>;
|
|
2091
2042
|
country: z.ZodOptional<z.ZodString>;
|
|
2092
|
-
}, z.core.$strip>;
|
|
2043
|
+
}, z.z.core.$strip>;
|
|
2093
2044
|
type SensorChainInput = z.infer<typeof SensorChainInputZ>;
|
|
2094
2045
|
declare const EntropySensorInputZ: z.ZodObject<{
|
|
2095
2046
|
pid: z.ZodOptional<z.ZodCustom<Buffer<ArrayBufferLike>, Buffer<ArrayBufferLike>>>;
|
|
2096
2047
|
nonce: z.ZodOptional<z.ZodCustom<Buffer<ArrayBufferLike>, Buffer<ArrayBufferLike>>>;
|
|
2097
2048
|
ip: z.ZodString;
|
|
2098
|
-
}, z.core.$strip>;
|
|
2049
|
+
}, z.z.core.$strip>;
|
|
2099
2050
|
type EntropySensorInput = z.infer<typeof EntropySensorInputZ>;
|
|
2100
2051
|
declare const ProtocolStrictInputZ: z.ZodObject<{
|
|
2101
2052
|
rawBytes: z.ZodOptional<z.ZodUnion<readonly [z.ZodCustom<Buffer<ArrayBufferLike>, Buffer<ArrayBufferLike>>, z.ZodCustom<Uint8Array<ArrayBuffer>, Uint8Array<ArrayBuffer>>]>>;
|
|
@@ -2105,7 +2056,7 @@ declare const ProtocolStrictInputZ: z.ZodObject<{
|
|
|
2105
2056
|
peek: z.ZodCustom<Uint8Array<ArrayBuffer>, Uint8Array<ArrayBuffer>>;
|
|
2106
2057
|
country: z.ZodOptional<z.ZodString>;
|
|
2107
2058
|
contentType: z.ZodOptional<z.ZodString>;
|
|
2108
|
-
}, z.core.$strip>;
|
|
2059
|
+
}, z.z.core.$strip>;
|
|
2109
2060
|
type ProtocolStrictInput = z.infer<typeof ProtocolStrictInputZ>;
|
|
2110
2061
|
declare const SchemaFieldKindZ: z.ZodEnum<{
|
|
2111
2062
|
utf8: "utf8";
|
|
@@ -2141,7 +2092,7 @@ declare const SchemaFieldZ: z.ZodObject<{
|
|
|
2141
2092
|
header: "header";
|
|
2142
2093
|
body: "body";
|
|
2143
2094
|
}>>;
|
|
2144
|
-
}, z.core.$strip>;
|
|
2095
|
+
}, z.z.core.$strip>;
|
|
2145
2096
|
type SchemaField = z.infer<typeof SchemaFieldZ>;
|
|
2146
2097
|
declare const BodyProfileZ: z.ZodEnum<{
|
|
2147
2098
|
TLV_MAP: "TLV_MAP";
|
|
@@ -2177,25 +2128,25 @@ declare const IntentSchemaZ: z.ZodObject<{
|
|
|
2177
2128
|
header: "header";
|
|
2178
2129
|
body: "body";
|
|
2179
2130
|
}>>;
|
|
2180
|
-
}, z.core.$strip>>;
|
|
2181
|
-
}, z.core.$strip>;
|
|
2182
|
-
type IntentSchema
|
|
2131
|
+
}, z.z.core.$strip>>;
|
|
2132
|
+
}, z.z.core.$strip>;
|
|
2133
|
+
type IntentSchema = z.infer<typeof IntentSchemaZ>;
|
|
2183
2134
|
declare const WsHandshakeInputZ: z.ZodObject<{
|
|
2184
2135
|
clientId: z.ZodString;
|
|
2185
2136
|
isWs: z.ZodBoolean;
|
|
2186
2137
|
ip: z.ZodString;
|
|
2187
|
-
}, z.core.$strip>;
|
|
2138
|
+
}, z.z.core.$strip>;
|
|
2188
2139
|
type WsHandshakeInput = z.infer<typeof WsHandshakeInputZ>;
|
|
2189
2140
|
declare const WsHandshakeDecisionZ: z.ZodUnion<readonly [z.ZodObject<{
|
|
2190
2141
|
action: z.ZodLiteral<"ALLOW">;
|
|
2191
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
2142
|
+
}, z.z.core.$strip>, z.ZodObject<{
|
|
2192
2143
|
action: z.ZodLiteral<"DENY">;
|
|
2193
2144
|
code: z.ZodString;
|
|
2194
|
-
}, z.core.$strip>]>;
|
|
2145
|
+
}, z.z.core.$strip>]>;
|
|
2195
2146
|
type WsHandshakeDecision = z.infer<typeof WsHandshakeDecisionZ>;
|
|
2196
2147
|
declare const IPReputationInputZ: z.ZodObject<{
|
|
2197
2148
|
ip: z.ZodString;
|
|
2198
|
-
}, z.core.$strip>;
|
|
2149
|
+
}, z.z.core.$strip>;
|
|
2199
2150
|
type IPReputationInput = z.infer<typeof IPReputationInputZ>;
|
|
2200
2151
|
declare const IPReputationZ: z.ZodObject<{
|
|
2201
2152
|
score: z.ZodNumber;
|
|
@@ -2204,7 +2155,7 @@ declare const IPReputationZ: z.ZodObject<{
|
|
|
2204
2155
|
failedRequests: z.ZodNumber;
|
|
2205
2156
|
blockedRequests: z.ZodNumber;
|
|
2206
2157
|
tags: z.ZodArray<z.ZodString>;
|
|
2207
|
-
}, z.core.$strip>;
|
|
2158
|
+
}, z.z.core.$strip>;
|
|
2208
2159
|
type IPReputation = z.infer<typeof IPReputationZ>;
|
|
2209
2160
|
declare const UploadStatusZ: z.ZodEnum<{
|
|
2210
2161
|
FINALIZING: "FINALIZING";
|
|
@@ -2228,24 +2179,24 @@ declare const UploadSessionZ: z.ZodObject<{
|
|
|
2228
2179
|
UPLOADING: "UPLOADING";
|
|
2229
2180
|
DONE: "DONE";
|
|
2230
2181
|
}>;
|
|
2231
|
-
}, z.core.$strip>;
|
|
2182
|
+
}, z.z.core.$strip>;
|
|
2232
2183
|
type UploadSession = z.infer<typeof UploadSessionZ>;
|
|
2233
2184
|
declare const BodyBudgetInputZ: z.ZodObject<{
|
|
2234
2185
|
intent: z.ZodString;
|
|
2235
2186
|
headerLen: z.ZodNumber;
|
|
2236
2187
|
bodyLen: z.ZodNumber;
|
|
2237
|
-
}, z.core.$strip>;
|
|
2188
|
+
}, z.z.core.$strip>;
|
|
2238
2189
|
type BodyBudgetInput = z.infer<typeof BodyBudgetInputZ>;
|
|
2239
2190
|
declare const BodyBudgetPolicyZ: z.ZodObject<{
|
|
2240
2191
|
maxHeaderBytes: z.ZodNumber;
|
|
2241
2192
|
maxBodyBytes: z.ZodNumber;
|
|
2242
|
-
}, z.core.$strip>;
|
|
2193
|
+
}, z.z.core.$strip>;
|
|
2243
2194
|
type BodyBudgetPolicy = z.infer<typeof BodyBudgetPolicyZ>;
|
|
2244
2195
|
declare const ChunkHashInputZ: z.ZodObject<{
|
|
2245
2196
|
headerTLVs: z.ZodAny;
|
|
2246
2197
|
bodyBytes: z.ZodAny;
|
|
2247
2198
|
intent: z.ZodString;
|
|
2248
|
-
}, z.core.$strip>;
|
|
2199
|
+
}, z.z.core.$strip>;
|
|
2249
2200
|
type ChunkHashInput = z.infer<typeof ChunkHashInputZ>;
|
|
2250
2201
|
declare enum ProofType$1 {
|
|
2251
2202
|
CAPSULE = 1,
|
|
@@ -2271,9 +2222,9 @@ declare const AxisContextZ: z.ZodObject<{
|
|
|
2271
2222
|
allowIntents: z.ZodArray<z.ZodString>;
|
|
2272
2223
|
limits: z.ZodOptional<z.ZodObject<{
|
|
2273
2224
|
maxBodyBytes: z.ZodOptional<z.ZodNumber>;
|
|
2274
|
-
}, z.core.$strip>>;
|
|
2225
|
+
}, z.z.core.$strip>>;
|
|
2275
2226
|
scopes: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
2276
|
-
}, z.core.$strip>;
|
|
2227
|
+
}, z.z.core.$strip>;
|
|
2277
2228
|
issuedAt: z.ZodNumber;
|
|
2278
2229
|
expiresAt: z.ZodNumber;
|
|
2279
2230
|
tier: z.ZodEnum<{
|
|
@@ -2281,7 +2232,7 @@ declare const AxisContextZ: z.ZodObject<{
|
|
|
2281
2232
|
STANDARD: "STANDARD";
|
|
2282
2233
|
PREMIUM: "PREMIUM";
|
|
2283
2234
|
}>;
|
|
2284
|
-
}, z.core.$strip>>;
|
|
2235
|
+
}, z.z.core.$strip>>;
|
|
2285
2236
|
passport: z.ZodOptional<z.ZodObject<{
|
|
2286
2237
|
id: z.ZodString;
|
|
2287
2238
|
public_key: z.ZodCustom<Buffer<ArrayBufferLike>, Buffer<ArrayBufferLike>>;
|
|
@@ -2293,15 +2244,15 @@ declare const AxisContextZ: z.ZodObject<{
|
|
|
2293
2244
|
}>;
|
|
2294
2245
|
issuedAt: z.ZodNumber;
|
|
2295
2246
|
expiresAt: z.ZodOptional<z.ZodNumber>;
|
|
2296
|
-
}, z.core.$strip>>;
|
|
2247
|
+
}, z.z.core.$strip>>;
|
|
2297
2248
|
meter: z.ZodOptional<z.ZodAny>;
|
|
2298
|
-
}, z.core.$strip>;
|
|
2249
|
+
}, z.z.core.$strip>;
|
|
2299
2250
|
type AxisContext = z.infer<typeof AxisContextZ>;
|
|
2300
2251
|
declare const AxisErrorZ: z.ZodObject<{
|
|
2301
2252
|
code: z.ZodString;
|
|
2302
2253
|
message: z.ZodString;
|
|
2303
2254
|
httpStatus: z.ZodNumber;
|
|
2304
|
-
}, z.core.$strip>;
|
|
2255
|
+
}, z.z.core.$strip>;
|
|
2305
2256
|
type AxisError = z.infer<typeof AxisErrorZ>;
|
|
2306
2257
|
|
|
2307
2258
|
interface AxisDecoded {
|
|
@@ -2334,180 +2285,6 @@ declare class AxisSensorChainService {
|
|
|
2334
2285
|
private evaluateSensors;
|
|
2335
2286
|
}
|
|
2336
2287
|
|
|
2337
|
-
type TimelineDomain = 'prime' | 'fork' | 'shadow' | 'training' | 'audit';
|
|
2338
|
-
type TimelineEventStatus = 'executed' | 'replayed' | 'forked' | 'simulated' | 'failed';
|
|
2339
|
-
interface TimelineEvent {
|
|
2340
|
-
event_id: string;
|
|
2341
|
-
timeline_id: string;
|
|
2342
|
-
branch_id: string;
|
|
2343
|
-
parent_event_id: string | null;
|
|
2344
|
-
intent: string;
|
|
2345
|
-
actor_id: string;
|
|
2346
|
-
capsule_id?: string;
|
|
2347
|
-
tps_coordinate?: string;
|
|
2348
|
-
payload_hash: string;
|
|
2349
|
-
result_hash?: string;
|
|
2350
|
-
status: TimelineEventStatus;
|
|
2351
|
-
domain: TimelineDomain;
|
|
2352
|
-
determinism: 'deterministic' | 'bounded_nondeterministic' | 'open_nondeterministic';
|
|
2353
|
-
witness_id?: string;
|
|
2354
|
-
created_at: number;
|
|
2355
|
-
metadata?: Record<string, unknown>;
|
|
2356
|
-
}
|
|
2357
|
-
interface TimelineBranch {
|
|
2358
|
-
branch_id: string;
|
|
2359
|
-
timeline_id: string;
|
|
2360
|
-
origin_timeline_id: string;
|
|
2361
|
-
origin_event_id: string;
|
|
2362
|
-
branch_type: 'fork' | 'simulation' | 'replay' | 'training';
|
|
2363
|
-
created_at_tps?: string;
|
|
2364
|
-
creator_subject_id: string;
|
|
2365
|
-
purpose: string;
|
|
2366
|
-
status: 'active' | 'completed' | 'abandoned';
|
|
2367
|
-
}
|
|
2368
|
-
interface StateSnapshot {
|
|
2369
|
-
snapshot_id: string;
|
|
2370
|
-
timeline_id: string;
|
|
2371
|
-
event_id: string;
|
|
2372
|
-
tps_coordinate?: string;
|
|
2373
|
-
state_hash: string;
|
|
2374
|
-
state_data: Record<string, unknown>;
|
|
2375
|
-
created_at: number;
|
|
2376
|
-
}
|
|
2377
|
-
type ReplayMode = 'strict' | 'analytical';
|
|
2378
|
-
interface ReplayRequest {
|
|
2379
|
-
source_event_id: string;
|
|
2380
|
-
mode: ReplayMode;
|
|
2381
|
-
override_payload?: Record<string, unknown>;
|
|
2382
|
-
}
|
|
2383
|
-
interface ReplayResult {
|
|
2384
|
-
original_event: TimelineEvent;
|
|
2385
|
-
replayed_event: TimelineEvent;
|
|
2386
|
-
mode: ReplayMode;
|
|
2387
|
-
deterministic_match: boolean;
|
|
2388
|
-
differences: ReplayDifference[];
|
|
2389
|
-
duration_ms: number;
|
|
2390
|
-
}
|
|
2391
|
-
interface ReplayDifference {
|
|
2392
|
-
field: string;
|
|
2393
|
-
original: unknown;
|
|
2394
|
-
replayed: unknown;
|
|
2395
|
-
}
|
|
2396
|
-
interface ForkRequest {
|
|
2397
|
-
source_event_id: string;
|
|
2398
|
-
new_payload: Record<string, unknown>;
|
|
2399
|
-
purpose: string;
|
|
2400
|
-
actor_id: string;
|
|
2401
|
-
}
|
|
2402
|
-
interface ForkResult {
|
|
2403
|
-
branch: TimelineBranch;
|
|
2404
|
-
forked_event: TimelineEvent;
|
|
2405
|
-
snapshot?: StateSnapshot;
|
|
2406
|
-
}
|
|
2407
|
-
interface SimulationRequest {
|
|
2408
|
-
intent: string;
|
|
2409
|
-
payload: Record<string, unknown>;
|
|
2410
|
-
actor_id: string;
|
|
2411
|
-
at_tps?: string;
|
|
2412
|
-
from_snapshot_id?: string;
|
|
2413
|
-
purpose: string;
|
|
2414
|
-
}
|
|
2415
|
-
interface SimulationResult {
|
|
2416
|
-
branch: TimelineBranch;
|
|
2417
|
-
simulated_event: TimelineEvent;
|
|
2418
|
-
predicted_outcome: Record<string, unknown>;
|
|
2419
|
-
side_effects: SimulatedSideEffect[];
|
|
2420
|
-
duration_ms: number;
|
|
2421
|
-
}
|
|
2422
|
-
interface SimulatedSideEffect {
|
|
2423
|
-
type: string;
|
|
2424
|
-
target: string;
|
|
2425
|
-
action: string;
|
|
2426
|
-
predicted_result: unknown;
|
|
2427
|
-
}
|
|
2428
|
-
interface TimelineComparison {
|
|
2429
|
-
timeline_a: string;
|
|
2430
|
-
timeline_b: string;
|
|
2431
|
-
event_pairs: Array<{
|
|
2432
|
-
event_a: TimelineEvent;
|
|
2433
|
-
event_b: TimelineEvent;
|
|
2434
|
-
match: boolean;
|
|
2435
|
-
differences: ReplayDifference[];
|
|
2436
|
-
}>;
|
|
2437
|
-
divergence_point?: string;
|
|
2438
|
-
}
|
|
2439
|
-
interface TimelineHandler {
|
|
2440
|
-
intent: string;
|
|
2441
|
-
execute(payload: Record<string, unknown>, context: TimelineHandlerContext): Promise<TimelineHandlerResult>;
|
|
2442
|
-
}
|
|
2443
|
-
interface TimelineHandlerContext {
|
|
2444
|
-
event_id: string;
|
|
2445
|
-
timeline_id: string;
|
|
2446
|
-
branch_id: string;
|
|
2447
|
-
domain: TimelineDomain;
|
|
2448
|
-
actor_id: string;
|
|
2449
|
-
tps_coordinate?: string;
|
|
2450
|
-
snapshot?: StateSnapshot;
|
|
2451
|
-
is_replay: boolean;
|
|
2452
|
-
is_simulation: boolean;
|
|
2453
|
-
}
|
|
2454
|
-
interface TimelineHandlerResult {
|
|
2455
|
-
ok: boolean;
|
|
2456
|
-
effect: string;
|
|
2457
|
-
result_data: Record<string, unknown>;
|
|
2458
|
-
side_effects?: SimulatedSideEffect[];
|
|
2459
|
-
}
|
|
2460
|
-
|
|
2461
|
-
interface TimelineStore {
|
|
2462
|
-
saveEvent(event: TimelineEvent): Promise<void>;
|
|
2463
|
-
getEvent(eventId: string): Promise<TimelineEvent | null>;
|
|
2464
|
-
getEventsByTimeline(timelineId: string): Promise<TimelineEvent[]>;
|
|
2465
|
-
getEventsByBranch(branchId: string): Promise<TimelineEvent[]>;
|
|
2466
|
-
saveBranch(branch: TimelineBranch): Promise<void>;
|
|
2467
|
-
getBranch(branchId: string): Promise<TimelineBranch | null>;
|
|
2468
|
-
getBranchesByTimeline(timelineId: string): Promise<TimelineBranch[]>;
|
|
2469
|
-
saveSnapshot(snapshot: StateSnapshot): Promise<void>;
|
|
2470
|
-
getSnapshot(snapshotId: string): Promise<StateSnapshot | null>;
|
|
2471
|
-
getSnapshotByEvent(eventId: string): Promise<StateSnapshot | null>;
|
|
2472
|
-
}
|
|
2473
|
-
declare class InMemoryTimelineStore implements TimelineStore {
|
|
2474
|
-
private events;
|
|
2475
|
-
private branches;
|
|
2476
|
-
private snapshots;
|
|
2477
|
-
saveEvent(event: TimelineEvent): Promise<void>;
|
|
2478
|
-
getEvent(eventId: string): Promise<TimelineEvent | null>;
|
|
2479
|
-
getEventsByTimeline(timelineId: string): Promise<TimelineEvent[]>;
|
|
2480
|
-
getEventsByBranch(branchId: string): Promise<TimelineEvent[]>;
|
|
2481
|
-
saveBranch(branch: TimelineBranch): Promise<void>;
|
|
2482
|
-
getBranch(branchId: string): Promise<TimelineBranch | null>;
|
|
2483
|
-
getBranchesByTimeline(timelineId: string): Promise<TimelineBranch[]>;
|
|
2484
|
-
saveSnapshot(snapshot: StateSnapshot): Promise<void>;
|
|
2485
|
-
getSnapshot(snapshotId: string): Promise<StateSnapshot | null>;
|
|
2486
|
-
getSnapshotByEvent(eventId: string): Promise<StateSnapshot | null>;
|
|
2487
|
-
}
|
|
2488
|
-
|
|
2489
|
-
declare class TimelineEngine {
|
|
2490
|
-
private readonly store;
|
|
2491
|
-
private handlers;
|
|
2492
|
-
constructor(store: TimelineStore);
|
|
2493
|
-
registerHandler(handler: TimelineHandler): void;
|
|
2494
|
-
recordEvent(intent: string, actorId: string, payload: Record<string, unknown>, result: Record<string, unknown>, options?: {
|
|
2495
|
-
timelineId?: string;
|
|
2496
|
-
branchId?: string;
|
|
2497
|
-
capsuleId?: string;
|
|
2498
|
-
tpsCoordinate?: string;
|
|
2499
|
-
witnessId?: string;
|
|
2500
|
-
determinism?: TimelineEvent['determinism'];
|
|
2501
|
-
parentEventId?: string;
|
|
2502
|
-
}): Promise<TimelineEvent>;
|
|
2503
|
-
replay(request: ReplayRequest): Promise<ReplayResult>;
|
|
2504
|
-
fork(request: ForkRequest): Promise<ForkResult>;
|
|
2505
|
-
simulate(request: SimulationRequest): Promise<SimulationResult>;
|
|
2506
|
-
compare(timelineIdA: string, timelineIdB: string): Promise<TimelineComparison>;
|
|
2507
|
-
createSnapshot(eventId: string, stateData: Record<string, unknown>): Promise<StateSnapshot>;
|
|
2508
|
-
restoreSnapshot(snapshotId: string): Promise<StateSnapshot>;
|
|
2509
|
-
}
|
|
2510
|
-
|
|
2511
2288
|
type AxisTlvDtoCtor<T = object> = new (...args: never[]) => T;
|
|
2512
2289
|
declare function encodeAxisTlvDto<T extends object>(dtoClass: AxisTlvDtoCtor<T>, data: Partial<Record<keyof T, unknown>>): Uint8Array;
|
|
2513
2290
|
|
|
@@ -2646,489 +2423,6 @@ declare function deriveAnchorReflection(softid: string, context?: string, scope?
|
|
|
2646
2423
|
declare function canonicalizeWrit(writ: Omit<Writ, 'sig'>): string;
|
|
2647
2424
|
declare function canonicalizeGrant(grant: Omit<Grant, 'sig'>): string;
|
|
2648
2425
|
|
|
2649
|
-
declare function createPresenceChallenge(declaration: PresenceDeclaration, ttlMs?: number): PresenceChallenge;
|
|
2650
|
-
declare function signPresenceChallenge(challenge: PresenceChallenge, privateKeyHex: string, publicKeyHex: string, declaration: PresenceDeclaration, kid?: string): PresenceProof;
|
|
2651
|
-
declare function verifyPresenceProof(challenge: PresenceChallenge, proof: PresenceProof, declaration: PresenceDeclaration, durationMs?: number): PresenceVerifyResult;
|
|
2652
|
-
declare function getPresenceStatus(receipt: PresenceReceipt): PresenceStatus;
|
|
2653
|
-
declare function renewPresence(receipt: PresenceReceipt, extensionMs?: number): PresenceReceipt;
|
|
2654
|
-
declare function createWrit(body: WritBody, meta: Omit<WritMeta, 'prev'>, thread: {
|
|
2655
|
-
tid: string;
|
|
2656
|
-
seq: number;
|
|
2657
|
-
prevHash: string;
|
|
2658
|
-
}, privateKeyHex: string, kid?: string): Writ;
|
|
2659
|
-
declare function validateWrit(writ: Writ, publicKeyHex: string, threadState: ThreadState | null, grants: Grant[]): WritValidationResult;
|
|
2660
|
-
declare function grantCoversAction(grant: Grant, action: string, resource: string, nowUnix: number): boolean;
|
|
2661
|
-
declare function getGrantStatus(grant: Grant, revocations: Revocation[]): GrantStatus;
|
|
2662
|
-
declare function validateGrant(grant: Grant, issuerPublicKeyHex: string): GrantValidationResult;
|
|
2663
|
-
declare function createGrant(grantId: string, issuer: string, subject: string, grantType: Grant['grant_type'], caps: GrantCapability[], meta: Grant['meta'], privateKeyHex: string, kid?: string): Grant;
|
|
2664
|
-
declare function createReceipt(writ: Writ, effect: string, prevReceipt: LoomReceipt | null, metadata?: Record<string, unknown>): LoomReceipt;
|
|
2665
|
-
declare function verifyReceiptChain(receipts: LoomReceipt[]): {
|
|
2666
|
-
valid: boolean;
|
|
2667
|
-
brokenAt?: number;
|
|
2668
|
-
error?: string;
|
|
2669
|
-
};
|
|
2670
|
-
declare function updateThreadState(receipt: LoomReceipt, softid: string): ThreadState;
|
|
2671
|
-
declare function createRevocation(targetType: Revocation['target_type'], targetId: string, issuerSoftid: string, privateKeyHex: string, reason?: string): Revocation;
|
|
2672
|
-
declare function isRevoked(targetType: Revocation['target_type'], targetId: string, revocations: Revocation[]): boolean;
|
|
2673
|
-
interface LoomExecutionResult {
|
|
2674
|
-
receipt: LoomReceipt;
|
|
2675
|
-
threadState: ThreadState;
|
|
2676
|
-
writValidation: WritValidationResult;
|
|
2677
|
-
}
|
|
2678
|
-
declare function executeLoomPipeline(writ: Writ, publicKeyHex: string, presence: PresenceReceipt, threadState: ThreadState | null, grants: Grant[], revocations: Revocation[], prevReceipt: LoomReceipt | null): LoomExecutionResult | {
|
|
2679
|
-
valid: false;
|
|
2680
|
-
error: string;
|
|
2681
|
-
code: string;
|
|
2682
|
-
};
|
|
2683
|
-
|
|
2684
|
-
interface IntentProposal {
|
|
2685
|
-
raw: string;
|
|
2686
|
-
actor_id: string;
|
|
2687
|
-
target?: string;
|
|
2688
|
-
params?: Record<string, unknown>;
|
|
2689
|
-
context?: Record<string, unknown>;
|
|
2690
|
-
}
|
|
2691
|
-
interface CompiledIntent {
|
|
2692
|
-
intent: string;
|
|
2693
|
-
actor_id: string;
|
|
2694
|
-
target?: string;
|
|
2695
|
-
params: Record<string, unknown>;
|
|
2696
|
-
constraints: IntentConstraint[];
|
|
2697
|
-
confidence: number;
|
|
2698
|
-
alternatives: AlternativeIntent[];
|
|
2699
|
-
needs_clarification: boolean;
|
|
2700
|
-
clarifications: ClarificationQuestion[];
|
|
2701
|
-
expected_outcome?: string;
|
|
2702
|
-
fallback?: string;
|
|
2703
|
-
risk: IntentRisk;
|
|
2704
|
-
metadata: Record<string, unknown>;
|
|
2705
|
-
}
|
|
2706
|
-
type ConstraintKind = 'required_param' | 'type_check' | 'range' | 'pattern' | 'temporal' | 'spatial' | 'authority' | 'safety' | 'custom';
|
|
2707
|
-
interface IntentConstraint {
|
|
2708
|
-
kind: ConstraintKind;
|
|
2709
|
-
field: string;
|
|
2710
|
-
description: string;
|
|
2711
|
-
satisfied: boolean;
|
|
2712
|
-
value?: unknown;
|
|
2713
|
-
expected?: unknown;
|
|
2714
|
-
}
|
|
2715
|
-
interface AlternativeIntent {
|
|
2716
|
-
intent: string;
|
|
2717
|
-
confidence: number;
|
|
2718
|
-
reason: string;
|
|
2719
|
-
}
|
|
2720
|
-
interface ClarificationQuestion {
|
|
2721
|
-
id: string;
|
|
2722
|
-
question: string;
|
|
2723
|
-
field: string;
|
|
2724
|
-
options?: string[];
|
|
2725
|
-
required: boolean;
|
|
2726
|
-
}
|
|
2727
|
-
type RiskLevel = 'none' | 'low' | 'medium' | 'high' | 'critical';
|
|
2728
|
-
interface IntentRisk {
|
|
2729
|
-
level: RiskLevel;
|
|
2730
|
-
score: number;
|
|
2731
|
-
factors: string[];
|
|
2732
|
-
}
|
|
2733
|
-
interface IntentParamSchema {
|
|
2734
|
-
name: string;
|
|
2735
|
-
type: 'string' | 'number' | 'boolean' | 'object' | 'array';
|
|
2736
|
-
required: boolean;
|
|
2737
|
-
description?: string;
|
|
2738
|
-
default?: unknown;
|
|
2739
|
-
pattern?: string;
|
|
2740
|
-
min?: number;
|
|
2741
|
-
max?: number;
|
|
2742
|
-
enum?: unknown[];
|
|
2743
|
-
}
|
|
2744
|
-
interface IntentSchema {
|
|
2745
|
-
intent: string;
|
|
2746
|
-
description: string;
|
|
2747
|
-
params: IntentParamSchema[];
|
|
2748
|
-
required_scopes?: string[];
|
|
2749
|
-
risk_level: RiskLevel;
|
|
2750
|
-
has_side_effects: boolean;
|
|
2751
|
-
reversible: boolean;
|
|
2752
|
-
related?: string[];
|
|
2753
|
-
tags?: string[];
|
|
2754
|
-
}
|
|
2755
|
-
interface CompilationResult {
|
|
2756
|
-
ok: boolean;
|
|
2757
|
-
compiled?: CompiledIntent;
|
|
2758
|
-
errors: CompilationError[];
|
|
2759
|
-
}
|
|
2760
|
-
interface CompilationError {
|
|
2761
|
-
code: string;
|
|
2762
|
-
message: string;
|
|
2763
|
-
field?: string;
|
|
2764
|
-
}
|
|
2765
|
-
|
|
2766
|
-
declare class IdelSchemaRegistry {
|
|
2767
|
-
private schemas;
|
|
2768
|
-
private aliases;
|
|
2769
|
-
register(schema: IntentSchema): void;
|
|
2770
|
-
registerAlias(alias: string, intent: string): void;
|
|
2771
|
-
get(intent: string): IntentSchema | undefined;
|
|
2772
|
-
resolve(raw: string): IntentSchema | undefined;
|
|
2773
|
-
findCandidates(raw: string): Array<{
|
|
2774
|
-
schema: IntentSchema;
|
|
2775
|
-
score: number;
|
|
2776
|
-
}>;
|
|
2777
|
-
list(): IntentSchema[];
|
|
2778
|
-
}
|
|
2779
|
-
declare class IdelCompiler {
|
|
2780
|
-
private readonly registry;
|
|
2781
|
-
constructor(registry: IdelSchemaRegistry);
|
|
2782
|
-
compile(proposal: IntentProposal): CompilationResult;
|
|
2783
|
-
applyClarifications(compiled: CompiledIntent, answers: Record<string, unknown>): CompilationResult;
|
|
2784
|
-
}
|
|
2785
|
-
|
|
2786
|
-
type NeedlePhase = 'created' | 'validated' | 'executing' | 'observed' | 'stitched' | 'failed';
|
|
2787
|
-
interface Needle {
|
|
2788
|
-
needle_id: string;
|
|
2789
|
-
phase: NeedlePhase;
|
|
2790
|
-
tps_coordinate?: string;
|
|
2791
|
-
intent: CompiledIntent;
|
|
2792
|
-
presence: PresenceReceipt;
|
|
2793
|
-
writ: Writ;
|
|
2794
|
-
grants: Grant[];
|
|
2795
|
-
observation?: AxisObservation;
|
|
2796
|
-
receipt?: LoomReceipt;
|
|
2797
|
-
verdict?: TruthVerdict;
|
|
2798
|
-
created_at: number;
|
|
2799
|
-
completed_at?: number;
|
|
2800
|
-
error?: NeedleError;
|
|
2801
|
-
}
|
|
2802
|
-
interface NeedleError {
|
|
2803
|
-
phase: NeedlePhase;
|
|
2804
|
-
code: string;
|
|
2805
|
-
message: string;
|
|
2806
|
-
}
|
|
2807
|
-
type StitchKind = 'deed' | 'silent' | 'torn';
|
|
2808
|
-
interface Stitch {
|
|
2809
|
-
stitch_id: string;
|
|
2810
|
-
kind: StitchKind;
|
|
2811
|
-
intent: string;
|
|
2812
|
-
actor_id: string;
|
|
2813
|
-
tps_coordinate?: string;
|
|
2814
|
-
observation: AxisObservation;
|
|
2815
|
-
verdict: TruthVerdict;
|
|
2816
|
-
receipt: LoomReceipt;
|
|
2817
|
-
thread_id: string;
|
|
2818
|
-
sequence: number;
|
|
2819
|
-
timeline_event_id?: string;
|
|
2820
|
-
stitched_at: number;
|
|
2821
|
-
}
|
|
2822
|
-
interface Thread {
|
|
2823
|
-
state: ThreadState;
|
|
2824
|
-
length: number;
|
|
2825
|
-
started_at_tps?: string;
|
|
2826
|
-
last_stitch_tps?: string;
|
|
2827
|
-
has_branches: boolean;
|
|
2828
|
-
branch_ids: string[];
|
|
2829
|
-
}
|
|
2830
|
-
|
|
2831
|
-
type NeedleHandler = (intent: CompiledIntent, context: NeedleHandlerContext) => Promise<NeedleHandlerResult>;
|
|
2832
|
-
interface NeedleHandlerContext {
|
|
2833
|
-
needle_id: string;
|
|
2834
|
-
actor_id: string;
|
|
2835
|
-
presence_id: string;
|
|
2836
|
-
writ: Writ;
|
|
2837
|
-
grants: Grant[];
|
|
2838
|
-
tps_coordinate?: string;
|
|
2839
|
-
}
|
|
2840
|
-
interface NeedleHandlerResult {
|
|
2841
|
-
ok: boolean;
|
|
2842
|
-
effect: string;
|
|
2843
|
-
data?: Record<string, unknown>;
|
|
2844
|
-
status_code?: number;
|
|
2845
|
-
}
|
|
2846
|
-
interface NeedlePipelineConfig {
|
|
2847
|
-
handlers: Map<string, NeedleHandler>;
|
|
2848
|
-
private_key: string;
|
|
2849
|
-
public_key: string;
|
|
2850
|
-
sensors?: AxisSensor[];
|
|
2851
|
-
record_timeline?: boolean;
|
|
2852
|
-
tps_provider?: () => string;
|
|
2853
|
-
}
|
|
2854
|
-
interface NeedlePipelineResult {
|
|
2855
|
-
ok: boolean;
|
|
2856
|
-
needle: Needle;
|
|
2857
|
-
stitch?: Stitch;
|
|
2858
|
-
thread_state?: ThreadState;
|
|
2859
|
-
timeline_event?: TimelineEvent;
|
|
2860
|
-
}
|
|
2861
|
-
|
|
2862
|
-
declare function assembleNeedle(params: {
|
|
2863
|
-
intent: CompiledIntent;
|
|
2864
|
-
presence: PresenceReceipt;
|
|
2865
|
-
writ: Writ;
|
|
2866
|
-
grants: Grant[];
|
|
2867
|
-
tps_coordinate?: string;
|
|
2868
|
-
}): Needle;
|
|
2869
|
-
declare function formStitch(needle: Needle, observation: AxisObservation, verdict: TruthVerdict, receipt: LoomReceipt): Stitch;
|
|
2870
|
-
declare function runNeedlePipeline(needle: Needle, config: NeedlePipelineConfig, threadState: ThreadState | null, prevReceipt: LoomReceipt | null, expectedOutcome?: ExpectedOutcome): Promise<NeedlePipelineResult>;
|
|
2871
|
-
|
|
2872
|
-
type KnotType = 'authority' | 'law' | 'causal' | 'decision' | 'irreversible';
|
|
2873
|
-
type KnotStatus = 'open' | 'tied' | 'broken' | 'forked';
|
|
2874
|
-
interface Knot {
|
|
2875
|
-
knot_id: string;
|
|
2876
|
-
type: KnotType;
|
|
2877
|
-
status: KnotStatus;
|
|
2878
|
-
stitch_ids: string[];
|
|
2879
|
-
thread_id: string;
|
|
2880
|
-
tps_anchor?: string;
|
|
2881
|
-
irreversible: boolean;
|
|
2882
|
-
capsule_id?: string;
|
|
2883
|
-
law_ref?: string;
|
|
2884
|
-
decision_stitch_id?: string;
|
|
2885
|
-
branch_ids: string[];
|
|
2886
|
-
required_count?: number;
|
|
2887
|
-
all_or_nothing: boolean;
|
|
2888
|
-
actor_id: string;
|
|
2889
|
-
created_at: number;
|
|
2890
|
-
tied_at?: number;
|
|
2891
|
-
broken_at?: number;
|
|
2892
|
-
break_reason?: string;
|
|
2893
|
-
witness_hash?: string;
|
|
2894
|
-
}
|
|
2895
|
-
interface KnotValidationResult {
|
|
2896
|
-
valid: boolean;
|
|
2897
|
-
passed_stitch_ids: string[];
|
|
2898
|
-
failed_stitch_ids: string[];
|
|
2899
|
-
can_tie: boolean;
|
|
2900
|
-
errors: KnotError[];
|
|
2901
|
-
}
|
|
2902
|
-
interface KnotError {
|
|
2903
|
-
code: string;
|
|
2904
|
-
message: string;
|
|
2905
|
-
stitch_id?: string;
|
|
2906
|
-
}
|
|
2907
|
-
interface KnotBreakRequest {
|
|
2908
|
-
knot_id: string;
|
|
2909
|
-
actor_id: string;
|
|
2910
|
-
reason: string;
|
|
2911
|
-
override_grant_id?: string;
|
|
2912
|
-
signature?: string;
|
|
2913
|
-
}
|
|
2914
|
-
|
|
2915
|
-
interface OpenKnotParams {
|
|
2916
|
-
type: KnotType;
|
|
2917
|
-
thread_id: string;
|
|
2918
|
-
actor_id: string;
|
|
2919
|
-
tps_anchor?: string;
|
|
2920
|
-
capsule_id?: string;
|
|
2921
|
-
law_ref?: string;
|
|
2922
|
-
required_count?: number;
|
|
2923
|
-
all_or_nothing?: boolean;
|
|
2924
|
-
}
|
|
2925
|
-
declare function openKnot(params: OpenKnotParams): Knot;
|
|
2926
|
-
declare function addStitchToKnot(knot: Knot, stitch: Stitch): string | null;
|
|
2927
|
-
declare function validateKnot(knot: Knot, stitches: Stitch[]): KnotValidationResult;
|
|
2928
|
-
declare function tieKnot(knot: Knot, stitches: Stitch[]): KnotValidationResult & {
|
|
2929
|
-
knot: Knot;
|
|
2930
|
-
};
|
|
2931
|
-
declare function breakKnot(knot: Knot, request: KnotBreakRequest): {
|
|
2932
|
-
ok: boolean;
|
|
2933
|
-
error?: string;
|
|
2934
|
-
};
|
|
2935
|
-
declare function forkFromKnot(knot: Knot, branchId: string, decisionStitchId?: string): {
|
|
2936
|
-
ok: boolean;
|
|
2937
|
-
error?: string;
|
|
2938
|
-
};
|
|
2939
|
-
declare function isKnotOpen(knot: Knot): boolean;
|
|
2940
|
-
declare function isPointOfNoReturn(knot: Knot): boolean;
|
|
2941
|
-
declare function findKnotsForStitch(stitchId: string, knots: Knot[]): Knot[];
|
|
2942
|
-
declare function getIrreversibleKnots(knots: Knot[]): Knot[];
|
|
2943
|
-
declare function getDecisionPoints(knots: Knot[]): Knot[];
|
|
2944
|
-
|
|
2945
|
-
interface FabricCell {
|
|
2946
|
-
key: string;
|
|
2947
|
-
value: unknown;
|
|
2948
|
-
last_stitch_id: string;
|
|
2949
|
-
last_tps?: string;
|
|
2950
|
-
write_count: number;
|
|
2951
|
-
locked: boolean;
|
|
2952
|
-
locked_by_knot?: string;
|
|
2953
|
-
}
|
|
2954
|
-
interface Fabric {
|
|
2955
|
-
fabric_id: string;
|
|
2956
|
-
state_hash: string;
|
|
2957
|
-
cells: Map<string, FabricCell>;
|
|
2958
|
-
thread_ids: string[];
|
|
2959
|
-
stitch_count: number;
|
|
2960
|
-
knot_count: number;
|
|
2961
|
-
projected_at_tps?: string;
|
|
2962
|
-
computed_at: number;
|
|
2963
|
-
version: number;
|
|
2964
|
-
}
|
|
2965
|
-
interface FabricEffect {
|
|
2966
|
-
mutations: Record<string, unknown | null>;
|
|
2967
|
-
reads?: string[];
|
|
2968
|
-
}
|
|
2969
|
-
type FabricEffectResolver = (stitch: Stitch) => FabricEffect;
|
|
2970
|
-
type FabricDiffKind = 'added' | 'modified' | 'deleted';
|
|
2971
|
-
interface FabricDiffEntry {
|
|
2972
|
-
key: string;
|
|
2973
|
-
kind: FabricDiffKind;
|
|
2974
|
-
before?: unknown;
|
|
2975
|
-
after?: unknown;
|
|
2976
|
-
caused_by_stitch?: string;
|
|
2977
|
-
}
|
|
2978
|
-
interface FabricDiff {
|
|
2979
|
-
from_fabric_id: string;
|
|
2980
|
-
to_fabric_id: string;
|
|
2981
|
-
entries: FabricDiffEntry[];
|
|
2982
|
-
added_count: number;
|
|
2983
|
-
modified_count: number;
|
|
2984
|
-
deleted_count: number;
|
|
2985
|
-
}
|
|
2986
|
-
interface FabricQuery {
|
|
2987
|
-
prefix?: string;
|
|
2988
|
-
keys?: string[];
|
|
2989
|
-
actor_id?: string;
|
|
2990
|
-
thread_id?: string;
|
|
2991
|
-
locked_only?: boolean;
|
|
2992
|
-
}
|
|
2993
|
-
|
|
2994
|
-
declare function createFabric(): Fabric;
|
|
2995
|
-
declare function applyStitch(fabric: Fabric, stitch: Stitch, effect: FabricEffect): void;
|
|
2996
|
-
declare function weave(stitches: Stitch[], resolver: FabricEffectResolver, knots?: Knot[]): Fabric;
|
|
2997
|
-
declare function projectAt(stitches: Stitch[], resolver: FabricEffectResolver, tpsFilter: (tps: string | undefined) => boolean, knots?: Knot[]): Fabric;
|
|
2998
|
-
declare function lockCells(fabric: Fabric, keys: string[], knotId: string): void;
|
|
2999
|
-
declare function queryFabric(fabric: Fabric, query: FabricQuery): FabricCell[];
|
|
3000
|
-
declare function getFabricValue(fabric: Fabric, key: string): unknown | undefined;
|
|
3001
|
-
declare function diffFabrics(a: Fabric, b: Fabric): FabricDiff;
|
|
3002
|
-
|
|
3003
|
-
type PatternKind = 'sequence' | 'knot' | 'state' | 'decision' | 'anomaly';
|
|
3004
|
-
type PatternConfidence = number;
|
|
3005
|
-
interface Pattern {
|
|
3006
|
-
pattern_id: string;
|
|
3007
|
-
kind: PatternKind;
|
|
3008
|
-
name: string;
|
|
3009
|
-
description?: string;
|
|
3010
|
-
signature: PatternSignature;
|
|
3011
|
-
confidence: PatternConfidence;
|
|
3012
|
-
occurrence_count: number;
|
|
3013
|
-
first_seen_at: number;
|
|
3014
|
-
last_seen_at: number;
|
|
3015
|
-
seen_in_threads: string[];
|
|
3016
|
-
classification: 'normal' | 'anomalous' | 'unclassified';
|
|
3017
|
-
predicted_next?: PatternPrediction;
|
|
3018
|
-
}
|
|
3019
|
-
interface PatternSignature {
|
|
3020
|
-
intent_sequence?: string[];
|
|
3021
|
-
stitch_kinds?: StitchKind[];
|
|
3022
|
-
knot_type?: KnotType;
|
|
3023
|
-
knot_size?: number;
|
|
3024
|
-
state_keys?: string[];
|
|
3025
|
-
state_mutations?: Record<string, 'created' | 'updated' | 'deleted'>;
|
|
3026
|
-
decision_outcome?: string;
|
|
3027
|
-
actor?: string;
|
|
3028
|
-
min_length?: number;
|
|
3029
|
-
max_length?: number;
|
|
3030
|
-
}
|
|
3031
|
-
interface PatternMatch {
|
|
3032
|
-
pattern_id: string;
|
|
3033
|
-
matched_stitch_ids: string[];
|
|
3034
|
-
matched_knot_ids?: string[];
|
|
3035
|
-
match_score: number;
|
|
3036
|
-
thread_id: string;
|
|
3037
|
-
detected_at: number;
|
|
3038
|
-
}
|
|
3039
|
-
interface PatternPrediction {
|
|
3040
|
-
next_intent: string;
|
|
3041
|
-
confidence: PatternConfidence;
|
|
3042
|
-
alternatives: Array<{
|
|
3043
|
-
intent: string;
|
|
3044
|
-
confidence: PatternConfidence;
|
|
3045
|
-
}>;
|
|
3046
|
-
predicted_outcome?: string;
|
|
3047
|
-
risk_note?: string;
|
|
3048
|
-
}
|
|
3049
|
-
interface PatternStore {
|
|
3050
|
-
save(pattern: Pattern): void;
|
|
3051
|
-
get(patternId: string): Pattern | undefined;
|
|
3052
|
-
findByKind(kind: PatternKind): Pattern[];
|
|
3053
|
-
findByIntent(intent: string): Pattern[];
|
|
3054
|
-
all(): Pattern[];
|
|
3055
|
-
}
|
|
3056
|
-
|
|
3057
|
-
declare class InMemoryPatternStore implements PatternStore {
|
|
3058
|
-
private patterns;
|
|
3059
|
-
save(pattern: Pattern): void;
|
|
3060
|
-
get(patternId: string): Pattern | undefined;
|
|
3061
|
-
findByKind(kind: PatternKind): Pattern[];
|
|
3062
|
-
findByIntent(intent: string): Pattern[];
|
|
3063
|
-
all(): Pattern[];
|
|
3064
|
-
}
|
|
3065
|
-
declare function detectSequencePatterns(stitches: Stitch[], windowSize: number, minOccurrences: number): Pattern[];
|
|
3066
|
-
declare function detectKnotPatterns(knots: Knot[], minOccurrences: number): Pattern[];
|
|
3067
|
-
declare function matchPatterns(stitches: Stitch[], patterns: Pattern[]): PatternMatch[];
|
|
3068
|
-
declare function recordOccurrence(pattern: Pattern, threadId: string): void;
|
|
3069
|
-
declare function detectAnomalies(recentStitches: Stitch[], knownPatterns: Pattern[], threshold?: number): Pattern[];
|
|
3070
|
-
|
|
3071
|
-
interface TpsSensorOptions {
|
|
3072
|
-
maxDriftMs?: number;
|
|
3073
|
-
resolver?: (tps: string) => number | null;
|
|
3074
|
-
}
|
|
3075
|
-
declare class TpsSensor implements AxisSensor {
|
|
3076
|
-
readonly name = "TpsSensor";
|
|
3077
|
-
readonly order: number;
|
|
3078
|
-
private readonly maxDriftMs;
|
|
3079
|
-
private readonly resolver;
|
|
3080
|
-
constructor(options?: TpsSensorOptions);
|
|
3081
|
-
supports(input: SensorInput): boolean;
|
|
3082
|
-
run(input: SensorInput): Promise<SensorDecision>;
|
|
3083
|
-
}
|
|
3084
|
-
|
|
3085
|
-
type RiskSignalCollector = (input: SensorInput) => Promise<RiskSignal[]> | RiskSignal[];
|
|
3086
|
-
interface RiskGateSensorOptions {
|
|
3087
|
-
collectors: RiskSignalCollector[];
|
|
3088
|
-
denyThreshold?: number;
|
|
3089
|
-
flagThreshold?: number;
|
|
3090
|
-
}
|
|
3091
|
-
declare class RiskGateSensor implements AxisSensor {
|
|
3092
|
-
readonly name = "RiskGateSensor";
|
|
3093
|
-
readonly order: number;
|
|
3094
|
-
private readonly collectors;
|
|
3095
|
-
private readonly denyThreshold;
|
|
3096
|
-
private readonly flagThreshold;
|
|
3097
|
-
constructor(options: RiskGateSensorOptions);
|
|
3098
|
-
run(input: SensorInput): Promise<SensorDecision>;
|
|
3099
|
-
private evaluate;
|
|
3100
|
-
}
|
|
3101
|
-
|
|
3102
|
-
interface TickAuthCapsuleRef {
|
|
3103
|
-
capsule_id: string;
|
|
3104
|
-
capsule_type?: string;
|
|
3105
|
-
intent?: string;
|
|
3106
|
-
mode?: string;
|
|
3107
|
-
verification?: {
|
|
3108
|
-
status: 'approved' | 'denied' | 'expired' | 'replay_rejected' | 'consumed' | 'revoked';
|
|
3109
|
-
reason?: string;
|
|
3110
|
-
};
|
|
3111
|
-
scope?: string[];
|
|
3112
|
-
single_use?: boolean;
|
|
3113
|
-
tick_index?: number;
|
|
3114
|
-
}
|
|
3115
|
-
type TickAuthVerifier = (capsule: TickAuthCapsuleRef, input: SensorInput) => Promise<string | null> | (string | null);
|
|
3116
|
-
interface TickAuthSensorOptions {
|
|
3117
|
-
verifier?: TickAuthVerifier;
|
|
3118
|
-
matchIntent?: boolean;
|
|
3119
|
-
acceptTypes?: string[];
|
|
3120
|
-
}
|
|
3121
|
-
declare class TickAuthSensor implements AxisSensor {
|
|
3122
|
-
readonly name = "TickAuthSensor";
|
|
3123
|
-
readonly order: number;
|
|
3124
|
-
private readonly verifier?;
|
|
3125
|
-
private readonly matchIntent;
|
|
3126
|
-
private readonly acceptTypes;
|
|
3127
|
-
constructor(options?: TickAuthSensorOptions);
|
|
3128
|
-
supports(input: SensorInput): boolean;
|
|
3129
|
-
run(input: SensorInput): Promise<SensorDecision>;
|
|
3130
|
-
}
|
|
3131
|
-
|
|
3132
2426
|
interface CceDerivationInput {
|
|
3133
2427
|
axisLocalSecret: string;
|
|
3134
2428
|
capsule: CceCapsuleClaims;
|
|
@@ -3286,91 +2580,91 @@ declare class CceReplayProtectionSensor implements AxisSensor {
|
|
|
3286
2580
|
run(input: SensorInput): Promise<SensorDecision>;
|
|
3287
2581
|
}
|
|
3288
2582
|
|
|
3289
|
-
declare const index$
|
|
3290
|
-
declare const index$
|
|
3291
|
-
declare const index$
|
|
3292
|
-
declare const index$
|
|
3293
|
-
declare const index$
|
|
3294
|
-
declare const index$
|
|
3295
|
-
declare const index$
|
|
3296
|
-
type index$
|
|
3297
|
-
type index$
|
|
3298
|
-
type index$
|
|
3299
|
-
type index$
|
|
3300
|
-
declare const index$
|
|
3301
|
-
type index$
|
|
3302
|
-
type index$
|
|
3303
|
-
type index$
|
|
3304
|
-
type index$
|
|
3305
|
-
type index$
|
|
3306
|
-
declare const index$
|
|
3307
|
-
type index$
|
|
3308
|
-
type index$
|
|
3309
|
-
type index$
|
|
3310
|
-
declare const index$
|
|
3311
|
-
type index$
|
|
3312
|
-
type index$
|
|
3313
|
-
type index$
|
|
3314
|
-
type index$
|
|
3315
|
-
type index$
|
|
3316
|
-
declare const index$
|
|
3317
|
-
type index$
|
|
3318
|
-
declare const index$
|
|
3319
|
-
type index$
|
|
3320
|
-
type index$
|
|
3321
|
-
type index$
|
|
3322
|
-
type index$
|
|
3323
|
-
type index$
|
|
3324
|
-
type index$
|
|
3325
|
-
type index$
|
|
3326
|
-
type index$
|
|
3327
|
-
type index$
|
|
3328
|
-
declare const index$
|
|
3329
|
-
type index$
|
|
3330
|
-
type index$
|
|
3331
|
-
type index$
|
|
3332
|
-
type index$
|
|
3333
|
-
type index$
|
|
3334
|
-
type index$
|
|
3335
|
-
type index$
|
|
3336
|
-
type index$
|
|
3337
|
-
declare const index$
|
|
3338
|
-
type index$
|
|
3339
|
-
type index$
|
|
3340
|
-
type index$
|
|
3341
|
-
type index$
|
|
3342
|
-
type index$
|
|
3343
|
-
type index$
|
|
3344
|
-
type index$
|
|
3345
|
-
type index$
|
|
3346
|
-
declare const index$
|
|
3347
|
-
type index$
|
|
3348
|
-
type index$
|
|
3349
|
-
type index$
|
|
3350
|
-
type index$
|
|
3351
|
-
declare const index$
|
|
3352
|
-
type index$
|
|
3353
|
-
declare const index$
|
|
3354
|
-
declare const index$
|
|
3355
|
-
declare const index$
|
|
3356
|
-
declare const index$
|
|
3357
|
-
declare const index$
|
|
3358
|
-
declare const index$
|
|
3359
|
-
declare const index$
|
|
3360
|
-
declare const index$
|
|
3361
|
-
declare const index$
|
|
3362
|
-
declare const index$
|
|
3363
|
-
declare const index$
|
|
3364
|
-
declare const index$
|
|
3365
|
-
declare const index$
|
|
3366
|
-
declare const index$
|
|
3367
|
-
declare const index$
|
|
3368
|
-
declare const index$
|
|
3369
|
-
declare const index$
|
|
3370
|
-
declare const index$
|
|
3371
|
-
declare const index$
|
|
3372
|
-
declare namespace index$
|
|
3373
|
-
export { index$
|
|
2583
|
+
declare const index$9_CCE_AES_KEY_BYTES: typeof CCE_AES_KEY_BYTES;
|
|
2584
|
+
declare const index$9_CCE_DERIVATION: typeof CCE_DERIVATION;
|
|
2585
|
+
declare const index$9_CCE_ERROR: typeof CCE_ERROR;
|
|
2586
|
+
declare const index$9_CCE_IV_BYTES: typeof CCE_IV_BYTES;
|
|
2587
|
+
declare const index$9_CCE_NONCE_BYTES: typeof CCE_NONCE_BYTES;
|
|
2588
|
+
declare const index$9_CCE_PROTOCOL_VERSION: typeof CCE_PROTOCOL_VERSION;
|
|
2589
|
+
declare const index$9_CCE_TAG_BYTES: typeof CCE_TAG_BYTES;
|
|
2590
|
+
type index$9_CceAesGcmProvider = CceAesGcmProvider;
|
|
2591
|
+
type index$9_CceAlgorithm = CceAlgorithm;
|
|
2592
|
+
type index$9_CceAlgorithmDescriptor = CceAlgorithmDescriptor;
|
|
2593
|
+
type index$9_CceAudienceIntentBindingSensor = CceAudienceIntentBindingSensor;
|
|
2594
|
+
declare const index$9_CceAudienceIntentBindingSensor: typeof CceAudienceIntentBindingSensor;
|
|
2595
|
+
type index$9_CceAxisKeyProvider = CceAxisKeyProvider;
|
|
2596
|
+
type index$9_CceAxisSigner = CceAxisSigner;
|
|
2597
|
+
type index$9_CceCapsuleClaims = CceCapsuleClaims;
|
|
2598
|
+
type index$9_CceCapsuleSignatureVerifier = CceCapsuleSignatureVerifier;
|
|
2599
|
+
type index$9_CceCapsuleVerificationSensor = CceCapsuleVerificationSensor;
|
|
2600
|
+
declare const index$9_CceCapsuleVerificationSensor: typeof CceCapsuleVerificationSensor;
|
|
2601
|
+
type index$9_CceClientKeyEncryptor = CceClientKeyEncryptor;
|
|
2602
|
+
type index$9_CceClientKeyResolver = CceClientKeyResolver;
|
|
2603
|
+
type index$9_CceClientSignatureSensor = CceClientSignatureSensor;
|
|
2604
|
+
declare const index$9_CceClientSignatureSensor: typeof CceClientSignatureSensor;
|
|
2605
|
+
type index$9_CceConstraints = CceConstraints;
|
|
2606
|
+
type index$9_CceDerivationInput = CceDerivationInput;
|
|
2607
|
+
type index$9_CceEncryptedKey = CceEncryptedKey;
|
|
2608
|
+
type index$9_CceEncryptedPayload = CceEncryptedPayload;
|
|
2609
|
+
type index$9_CceEnvelopeValidationSensor = CceEnvelopeValidationSensor;
|
|
2610
|
+
declare const index$9_CceEnvelopeValidationSensor: typeof CceEnvelopeValidationSensor;
|
|
2611
|
+
type index$9_CceError = CceError;
|
|
2612
|
+
declare const index$9_CceError: typeof CceError;
|
|
2613
|
+
type index$9_CceErrorCode = CceErrorCode;
|
|
2614
|
+
type index$9_CceExecutionContext = CceExecutionContext;
|
|
2615
|
+
type index$9_CceHandler = CceHandler;
|
|
2616
|
+
type index$9_CceHandlerContext = CceHandlerContext;
|
|
2617
|
+
type index$9_CceHandlerResult = CceHandlerResult;
|
|
2618
|
+
type index$9_CceIssuerKeyResolver = CceIssuerKeyResolver;
|
|
2619
|
+
type index$9_CceKdfAlgorithm = CceKdfAlgorithm;
|
|
2620
|
+
type index$9_CceKemAlgorithm = CceKemAlgorithm;
|
|
2621
|
+
type index$9_CcePayloadDecryptionSensor = CcePayloadDecryptionSensor;
|
|
2622
|
+
declare const index$9_CcePayloadDecryptionSensor: typeof CcePayloadDecryptionSensor;
|
|
2623
|
+
type index$9_CcePayloadValidator = CcePayloadValidator;
|
|
2624
|
+
type index$9_CcePayloadValidatorResult = CcePayloadValidatorResult;
|
|
2625
|
+
type index$9_CcePipelineConfig = CcePipelineConfig;
|
|
2626
|
+
type index$9_CcePipelineResult = CcePipelineResult;
|
|
2627
|
+
type index$9_CcePolicyContext = CcePolicyContext;
|
|
2628
|
+
type index$9_CcePolicyDecision = CcePolicyDecision;
|
|
2629
|
+
type index$9_CcePolicyEvaluator = CcePolicyEvaluator;
|
|
2630
|
+
type index$9_CceReplayProtectionSensor = CceReplayProtectionSensor;
|
|
2631
|
+
declare const index$9_CceReplayProtectionSensor: typeof CceReplayProtectionSensor;
|
|
2632
|
+
type index$9_CceReplayStore = CceReplayStore;
|
|
2633
|
+
type index$9_CceRequestEnvelope = CceRequestEnvelope;
|
|
2634
|
+
type index$9_CceResponseEnvelope = CceResponseEnvelope;
|
|
2635
|
+
type index$9_CceResponseOptions = CceResponseOptions;
|
|
2636
|
+
type index$9_CceResponseStatus = CceResponseStatus;
|
|
2637
|
+
type index$9_CceSignature = CceSignature;
|
|
2638
|
+
type index$9_CceSignatureVerifier = CceSignatureVerifier;
|
|
2639
|
+
type index$9_CceTpsWindowSensor = CceTpsWindowSensor;
|
|
2640
|
+
declare const index$9_CceTpsWindowSensor: typeof CceTpsWindowSensor;
|
|
2641
|
+
type index$9_CceVerificationState = CceVerificationState;
|
|
2642
|
+
type index$9_CceWitnessRecord = CceWitnessRecord;
|
|
2643
|
+
type index$9_CceWitnessStore = CceWitnessStore;
|
|
2644
|
+
type index$9_InMemoryCceReplayStore = InMemoryCceReplayStore;
|
|
2645
|
+
declare const index$9_InMemoryCceReplayStore: typeof InMemoryCceReplayStore;
|
|
2646
|
+
type index$9_InMemoryCceWitnessStore = InMemoryCceWitnessStore;
|
|
2647
|
+
declare const index$9_InMemoryCceWitnessStore: typeof InMemoryCceWitnessStore;
|
|
2648
|
+
declare const index$9_aesGcmDecrypt: typeof aesGcmDecrypt;
|
|
2649
|
+
declare const index$9_aesGcmEncrypt: typeof aesGcmEncrypt;
|
|
2650
|
+
declare const index$9_base64UrlDecode: typeof base64UrlDecode;
|
|
2651
|
+
declare const index$9_base64UrlEncode: typeof base64UrlEncode;
|
|
2652
|
+
declare const index$9_buildCceErrorResponse: typeof buildCceErrorResponse;
|
|
2653
|
+
declare const index$9_buildCceResponse: typeof buildCceResponse;
|
|
2654
|
+
declare const index$9_buildExecutionContext: typeof buildExecutionContext;
|
|
2655
|
+
declare const index$9_buildWitnessRecord: typeof buildWitnessRecord;
|
|
2656
|
+
declare const index$9_deriveRequestExecutionKey: typeof deriveRequestExecutionKey;
|
|
2657
|
+
declare const index$9_deriveResponseExecutionKey: typeof deriveResponseExecutionKey;
|
|
2658
|
+
declare const index$9_deriveWitnessKey: typeof deriveWitnessKey;
|
|
2659
|
+
declare const index$9_executeCcePipeline: typeof executeCcePipeline;
|
|
2660
|
+
declare const index$9_extractVerificationState: typeof extractVerificationState;
|
|
2661
|
+
declare const index$9_generateAesKey: typeof generateAesKey;
|
|
2662
|
+
declare const index$9_generateCceNonce: typeof generateCceNonce;
|
|
2663
|
+
declare const index$9_generateIv: typeof generateIv;
|
|
2664
|
+
declare const index$9_hashPayload: typeof hashPayload;
|
|
2665
|
+
declare const index$9_nodeAesGcmProvider: typeof nodeAesGcmProvider;
|
|
2666
|
+
declare namespace index$9 {
|
|
2667
|
+
export { index$9_CCE_AES_KEY_BYTES as CCE_AES_KEY_BYTES, index$9_CCE_DERIVATION as CCE_DERIVATION, index$9_CCE_ERROR as CCE_ERROR, index$9_CCE_IV_BYTES as CCE_IV_BYTES, index$9_CCE_NONCE_BYTES as CCE_NONCE_BYTES, index$9_CCE_PROTOCOL_VERSION as CCE_PROTOCOL_VERSION, index$9_CCE_TAG_BYTES as CCE_TAG_BYTES, type index$9_CceAesGcmProvider as CceAesGcmProvider, type index$9_CceAlgorithm as CceAlgorithm, type index$9_CceAlgorithmDescriptor as CceAlgorithmDescriptor, index$9_CceAudienceIntentBindingSensor as CceAudienceIntentBindingSensor, type index$9_CceAxisKeyProvider as CceAxisKeyProvider, type index$9_CceAxisSigner as CceAxisSigner, type index$9_CceCapsuleClaims as CceCapsuleClaims, type index$9_CceCapsuleSignatureVerifier as CceCapsuleSignatureVerifier, index$9_CceCapsuleVerificationSensor as CceCapsuleVerificationSensor, type index$9_CceClientKeyEncryptor as CceClientKeyEncryptor, type index$9_CceClientKeyResolver as CceClientKeyResolver, index$9_CceClientSignatureSensor as CceClientSignatureSensor, type index$9_CceConstraints as CceConstraints, type index$9_CceDerivationInput as CceDerivationInput, type index$9_CceEncryptedKey as CceEncryptedKey, type index$9_CceEncryptedPayload as CceEncryptedPayload, index$9_CceEnvelopeValidationSensor as CceEnvelopeValidationSensor, index$9_CceError as CceError, type index$9_CceErrorCode as CceErrorCode, type index$9_CceExecutionContext as CceExecutionContext, type index$9_CceHandler as CceHandler, type index$9_CceHandlerContext as CceHandlerContext, type index$9_CceHandlerResult as CceHandlerResult, type index$9_CceIssuerKeyResolver as CceIssuerKeyResolver, type index$9_CceKdfAlgorithm as CceKdfAlgorithm, type index$9_CceKemAlgorithm as CceKemAlgorithm, index$9_CcePayloadDecryptionSensor as CcePayloadDecryptionSensor, type index$9_CcePayloadValidator as CcePayloadValidator, type index$9_CcePayloadValidatorResult as CcePayloadValidatorResult, type index$9_CcePipelineConfig as CcePipelineConfig, type index$9_CcePipelineResult as CcePipelineResult, type index$9_CcePolicyContext as CcePolicyContext, type index$9_CcePolicyDecision as CcePolicyDecision, type index$9_CcePolicyEvaluator as CcePolicyEvaluator, index$9_CceReplayProtectionSensor as CceReplayProtectionSensor, type index$9_CceReplayStore as CceReplayStore, type index$9_CceRequestEnvelope as CceRequestEnvelope, type index$9_CceResponseEnvelope as CceResponseEnvelope, type index$9_CceResponseOptions as CceResponseOptions, type index$9_CceResponseStatus as CceResponseStatus, type index$9_CceSignature as CceSignature, type index$9_CceSignatureVerifier as CceSignatureVerifier, index$9_CceTpsWindowSensor as CceTpsWindowSensor, type index$9_CceVerificationState as CceVerificationState, type index$9_CceWitnessRecord as CceWitnessRecord, type index$9_CceWitnessStore as CceWitnessStore, index$9_InMemoryCceReplayStore as InMemoryCceReplayStore, index$9_InMemoryCceWitnessStore as InMemoryCceWitnessStore, index$9_aesGcmDecrypt as aesGcmDecrypt, index$9_aesGcmEncrypt as aesGcmEncrypt, index$9_base64UrlDecode as base64UrlDecode, index$9_base64UrlEncode as base64UrlEncode, index$9_buildCceErrorResponse as buildCceErrorResponse, index$9_buildCceResponse as buildCceResponse, index$9_buildExecutionContext as buildExecutionContext, index$9_buildWitnessRecord as buildWitnessRecord, index$9_deriveRequestExecutionKey as deriveRequestExecutionKey, index$9_deriveResponseExecutionKey as deriveResponseExecutionKey, index$9_deriveWitnessKey as deriveWitnessKey, index$9_executeCcePipeline as executeCcePipeline, index$9_extractVerificationState as extractVerificationState, index$9_generateAesKey as generateAesKey, index$9_generateCceNonce as generateCceNonce, index$9_generateIv as generateIv, index$9_hashPayload as hashPayload, index$9_nodeAesGcmProvider as nodeAesGcmProvider };
|
|
3374
2668
|
}
|
|
3375
2669
|
|
|
3376
2670
|
type ProofType = 1 | 2 | 3 | 4;
|
|
@@ -3414,327 +2708,242 @@ declare class ProofVerificationService {
|
|
|
3414
2708
|
static calculateFingerprint(certPem: string): string;
|
|
3415
2709
|
}
|
|
3416
2710
|
|
|
3417
|
-
type index$
|
|
3418
|
-
type index$
|
|
3419
|
-
type index$
|
|
3420
|
-
type index$
|
|
3421
|
-
type index$
|
|
3422
|
-
type index$
|
|
3423
|
-
type index$
|
|
3424
|
-
type index$
|
|
3425
|
-
type index$
|
|
3426
|
-
type index$
|
|
3427
|
-
type index$
|
|
3428
|
-
type index$
|
|
3429
|
-
type index$
|
|
3430
|
-
type index$
|
|
3431
|
-
type index$
|
|
3432
|
-
type index$
|
|
3433
|
-
type index$
|
|
3434
|
-
type index$
|
|
3435
|
-
type index$
|
|
3436
|
-
type index$
|
|
3437
|
-
declare const index$
|
|
3438
|
-
type index$
|
|
3439
|
-
declare const index$
|
|
3440
|
-
declare const index$
|
|
3441
|
-
declare const index$
|
|
3442
|
-
declare const index$
|
|
3443
|
-
declare const index$
|
|
3444
|
-
declare const index$
|
|
3445
|
-
declare namespace index$b {
|
|
3446
|
-
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 };
|
|
3447
|
-
}
|
|
3448
|
-
|
|
3449
|
-
declare const index$a_AxisDemoPubkey: typeof AxisDemoPubkey;
|
|
3450
|
-
declare const index$a_AxisFrame: typeof AxisFrame;
|
|
3451
|
-
declare const index$a_AxisIp: typeof AxisIp;
|
|
3452
|
-
type index$a_AxisObserverBinding = AxisObserverBinding;
|
|
3453
|
-
type index$a_AxisObserverBindingOptions = AxisObserverBindingOptions;
|
|
3454
|
-
type index$a_AxisObserverDefinition = AxisObserverDefinition;
|
|
3455
|
-
type index$a_AxisObserverRef = AxisObserverRef;
|
|
3456
|
-
declare const index$a_AxisRaw: typeof AxisRaw;
|
|
3457
|
-
type index$a_AxisRequestData = AxisRequestData;
|
|
3458
|
-
declare const index$a_CAPSULE_POLICY_METADATA_KEY: typeof CAPSULE_POLICY_METADATA_KEY;
|
|
3459
|
-
declare const index$a_CHAIN_METADATA_KEY: typeof CHAIN_METADATA_KEY;
|
|
3460
|
-
declare const index$a_CapsulePolicy: typeof CapsulePolicy;
|
|
3461
|
-
type index$a_CapsulePolicyOptions = CapsulePolicyOptions;
|
|
3462
|
-
type index$a_CapsuleScopeMode = CapsuleScopeMode;
|
|
3463
|
-
declare const index$a_Chain: typeof Chain;
|
|
3464
|
-
type index$a_DtoSchema = DtoSchema;
|
|
3465
|
-
declare const index$a_HANDLER_METADATA_KEY: typeof HANDLER_METADATA_KEY;
|
|
3466
|
-
declare const index$a_Handler: typeof Handler;
|
|
3467
|
-
declare const index$a_INTENT_BODY_KEY: typeof INTENT_BODY_KEY;
|
|
3468
|
-
declare const index$a_INTENT_METADATA_KEY: typeof INTENT_METADATA_KEY;
|
|
3469
|
-
declare const index$a_INTENT_ROUTES_KEY: typeof INTENT_ROUTES_KEY;
|
|
3470
|
-
declare const index$a_INTENT_SENSORS_KEY: typeof INTENT_SENSORS_KEY;
|
|
3471
|
-
declare const index$a_Intent: typeof Intent;
|
|
3472
|
-
declare const index$a_IntentBody: typeof IntentBody;
|
|
3473
|
-
type index$a_IntentKind = IntentKind;
|
|
3474
|
-
type index$a_IntentOptions = IntentOptions;
|
|
3475
|
-
type index$a_IntentRoute = IntentRoute;
|
|
3476
|
-
declare const index$a_IntentSensors: typeof IntentSensors;
|
|
3477
|
-
type index$a_IntentTlvField = IntentTlvField;
|
|
3478
|
-
declare const index$a_OBSERVER_BINDINGS_KEY: typeof OBSERVER_BINDINGS_KEY;
|
|
3479
|
-
declare const index$a_OBSERVER_METADATA_KEY: typeof OBSERVER_METADATA_KEY;
|
|
3480
|
-
declare const index$a_Observer: typeof Observer;
|
|
3481
|
-
declare const index$a_SENSOR_METADATA_KEY: typeof SENSOR_METADATA_KEY;
|
|
3482
|
-
declare const index$a_Sensor: typeof Sensor;
|
|
3483
|
-
type index$a_SensorOptions = SensorOptions;
|
|
3484
|
-
type index$a_SensorPhase = SensorPhase;
|
|
3485
|
-
declare const index$a_TLV_FIELDS_KEY: typeof TLV_FIELDS_KEY;
|
|
3486
|
-
declare const index$a_TLV_VALIDATORS_KEY: typeof TLV_VALIDATORS_KEY;
|
|
3487
|
-
declare const index$a_TlvEnum: typeof TlvEnum;
|
|
3488
|
-
declare const index$a_TlvField: typeof TlvField;
|
|
3489
|
-
type index$a_TlvFieldKind = TlvFieldKind;
|
|
3490
|
-
type index$a_TlvFieldMeta = TlvFieldMeta;
|
|
3491
|
-
type index$a_TlvFieldOptions = TlvFieldOptions;
|
|
3492
|
-
declare const index$a_TlvMinLen: typeof TlvMinLen;
|
|
3493
|
-
declare const index$a_TlvRange: typeof TlvRange;
|
|
3494
|
-
declare const index$a_TlvUtf8Pattern: typeof TlvUtf8Pattern;
|
|
3495
|
-
declare const index$a_TlvValidate: typeof TlvValidate;
|
|
3496
|
-
type index$a_TlvValidatorFn = TlvValidatorFn;
|
|
3497
|
-
type index$a_TlvValidatorMeta = TlvValidatorMeta;
|
|
3498
|
-
declare const index$a_buildDtoDecoder: typeof buildDtoDecoder;
|
|
3499
|
-
declare const index$a_extractDtoSchema: typeof extractDtoSchema;
|
|
3500
|
-
declare const index$a_mergeCapsulePolicyOptions: typeof mergeCapsulePolicyOptions;
|
|
3501
|
-
declare const index$a_normalizeCapsulePolicyOptions: typeof normalizeCapsulePolicyOptions;
|
|
3502
|
-
declare namespace index$a {
|
|
3503
|
-
export { AxisContext$1 as AxisContext, index$a_AxisDemoPubkey as AxisDemoPubkey, index$a_AxisFrame as AxisFrame, index$a_AxisIp as AxisIp, type index$a_AxisObserverBinding as AxisObserverBinding, type index$a_AxisObserverBindingOptions as AxisObserverBindingOptions, type index$a_AxisObserverDefinition as AxisObserverDefinition, type index$a_AxisObserverRef as AxisObserverRef, index$a_AxisRaw as AxisRaw, type index$a_AxisRequestData as AxisRequestData, index$a_CAPSULE_POLICY_METADATA_KEY as CAPSULE_POLICY_METADATA_KEY, index$a_CHAIN_METADATA_KEY as CHAIN_METADATA_KEY, index$a_CapsulePolicy as CapsulePolicy, type index$a_CapsulePolicyOptions as CapsulePolicyOptions, type index$a_CapsuleScopeMode as CapsuleScopeMode, index$a_Chain as Chain, type index$a_DtoSchema as DtoSchema, index$a_HANDLER_METADATA_KEY as HANDLER_METADATA_KEY, index$a_Handler as Handler, index$a_INTENT_BODY_KEY as INTENT_BODY_KEY, index$a_INTENT_METADATA_KEY as INTENT_METADATA_KEY, index$a_INTENT_ROUTES_KEY as INTENT_ROUTES_KEY, index$a_INTENT_SENSORS_KEY as INTENT_SENSORS_KEY, index$a_Intent as Intent, index$a_IntentBody as IntentBody, type index$a_IntentKind as IntentKind, type index$a_IntentOptions as IntentOptions, type index$a_IntentRoute as IntentRoute, index$a_IntentSensors as IntentSensors, type index$a_IntentTlvField as IntentTlvField, index$a_OBSERVER_BINDINGS_KEY as OBSERVER_BINDINGS_KEY, index$a_OBSERVER_METADATA_KEY as OBSERVER_METADATA_KEY, index$a_Observer as Observer, index$a_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, index$a_mergeCapsulePolicyOptions as mergeCapsulePolicyOptions, index$a_normalizeCapsulePolicyOptions as normalizeCapsulePolicyOptions };
|
|
3504
|
-
}
|
|
3505
|
-
|
|
3506
|
-
type index$9_ObservationQueueConfig = ObservationQueueConfig;
|
|
3507
|
-
type index$9_ObservationQueueMessage = ObservationQueueMessage;
|
|
3508
|
-
type index$9_ObservationStreamEntry = ObservationStreamEntry;
|
|
3509
|
-
type index$9_ObservationWitnessSummary = ObservationWitnessSummary;
|
|
3510
|
-
type index$9_ObserverVerdict = ObserverVerdict;
|
|
3511
|
-
type index$9_ResponseContract = ResponseContract;
|
|
3512
|
-
declare const index$9_ResponseObserver: typeof ResponseObserver;
|
|
3513
|
-
type index$9_ResponseObserverContext = ResponseObserverContext;
|
|
3514
|
-
type index$9_UnsignedObservationWitness = UnsignedObservationWitness;
|
|
3515
|
-
declare const index$9_buildQueueMessage: typeof buildQueueMessage;
|
|
3516
|
-
declare const index$9_buildUnsignedWitness: typeof buildUnsignedWitness;
|
|
3517
|
-
declare const index$9_canonicalizeObservation: typeof canonicalizeObservation;
|
|
3518
|
-
declare const index$9_decodeQueueMessage: typeof decodeQueueMessage;
|
|
3519
|
-
declare const index$9_encodeQueueMessage: typeof encodeQueueMessage;
|
|
3520
|
-
declare const index$9_hashObservation: typeof hashObservation;
|
|
3521
|
-
declare const index$9_parseAutoClaimEntries: typeof parseAutoClaimEntries;
|
|
3522
|
-
declare const index$9_parseStreamEntries: typeof parseStreamEntries;
|
|
3523
|
-
declare const index$9_stableJsonStringify: typeof stableJsonStringify;
|
|
3524
|
-
declare const index$9_verifyResponse: typeof verifyResponse;
|
|
3525
|
-
declare namespace index$9 {
|
|
3526
|
-
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 };
|
|
3527
|
-
}
|
|
3528
|
-
|
|
3529
|
-
declare const index$8_AXIS_EXECUTION_CONTEXT_KEY: typeof AXIS_EXECUTION_CONTEXT_KEY;
|
|
3530
|
-
type index$8_AxisCapsuleRef = AxisCapsuleRef;
|
|
3531
|
-
type index$8_AxisChainEncryption = AxisChainEncryption;
|
|
3532
|
-
type index$8_AxisChainEnvelope<TInput = unknown> = AxisChainEnvelope<TInput>;
|
|
3533
|
-
type index$8_AxisChainExecutionOptions = AxisChainExecutionOptions;
|
|
3534
|
-
type index$8_AxisChainExecutor = AxisChainExecutor;
|
|
3535
|
-
declare const index$8_AxisChainExecutor: typeof AxisChainExecutor;
|
|
3536
|
-
type index$8_AxisChainRequest<TInput = unknown, TCapsule = Record<string, unknown>> = AxisChainRequest<TInput, TCapsule>;
|
|
3537
|
-
type index$8_AxisChainResult<TOutput = unknown> = AxisChainResult<TOutput>;
|
|
3538
|
-
type index$8_AxisChainStatus = AxisChainStatus;
|
|
3539
|
-
type index$8_AxisChainStep<TInput = unknown> = AxisChainStep<TInput>;
|
|
3540
|
-
type index$8_AxisChainStepResult<TOutput = unknown> = AxisChainStepResult<TOutput>;
|
|
3541
|
-
type index$8_AxisChainStepStatus = AxisChainStepStatus;
|
|
3542
|
-
type index$8_AxisDecoded = AxisDecoded;
|
|
3543
|
-
type index$8_AxisEffect = AxisEffect;
|
|
3544
|
-
type index$8_AxisExecutionContext = AxisExecutionContext;
|
|
3545
|
-
type index$8_AxisExecutionMode = AxisExecutionMode;
|
|
3546
|
-
type index$8_AxisIntentEnvelope<TPayload = unknown> = AxisIntentEnvelope<TPayload>;
|
|
3547
|
-
type index$8_AxisIntentObserver = AxisIntentObserver;
|
|
3548
|
-
type index$8_AxisKeyExchangeRef = AxisKeyExchangeRef;
|
|
3549
|
-
type index$8_AxisObservation = AxisObservation;
|
|
3550
|
-
type index$8_AxisObserverContext = AxisObserverContext;
|
|
3551
|
-
type index$8_AxisObserverEvent = AxisObserverEvent;
|
|
3552
|
-
type index$8_AxisObserverRegistration = AxisObserverRegistration;
|
|
3553
|
-
declare const index$8_BAND: typeof BAND;
|
|
3554
|
-
type index$8_ChainOptions = ChainOptions;
|
|
3555
|
-
type index$8_HandlerDiscoveryService = HandlerDiscoveryService;
|
|
3556
|
-
declare const index$8_HandlerDiscoveryService: typeof HandlerDiscoveryService;
|
|
3557
|
-
type index$8_IntentRouter = IntentRouter;
|
|
3558
|
-
declare const index$8_IntentRouter: typeof IntentRouter;
|
|
3559
|
-
type index$8_ObservationQueueConfig = ObservationQueueConfig;
|
|
3560
|
-
type index$8_ObservationQueueMessage = ObservationQueueMessage;
|
|
3561
|
-
type index$8_ObservationSensor = ObservationSensor;
|
|
3562
|
-
type index$8_ObservationStage = ObservationStage;
|
|
3563
|
-
type index$8_ObservationStreamEntry = ObservationStreamEntry;
|
|
3564
|
-
type index$8_ObservationWitnessSummary = ObservationWitnessSummary;
|
|
3565
|
-
type index$8_ObserverDiscoveryService = ObserverDiscoveryService;
|
|
3566
|
-
declare const index$8_ObserverDiscoveryService: typeof ObserverDiscoveryService;
|
|
3567
|
-
type index$8_ObserverDispatcherService = ObserverDispatcherService;
|
|
3568
|
-
declare const index$8_ObserverDispatcherService: typeof ObserverDispatcherService;
|
|
3569
|
-
type index$8_ObserverRegistry = ObserverRegistry;
|
|
3570
|
-
declare const index$8_ObserverRegistry: typeof ObserverRegistry;
|
|
3571
|
-
type index$8_ObserverVerdict = ObserverVerdict;
|
|
3572
|
-
declare const index$8_PRE_DECODE_BOUNDARY: typeof PRE_DECODE_BOUNDARY;
|
|
3573
|
-
type index$8_RegisteredChainConfig = RegisteredChainConfig;
|
|
3574
|
-
type index$8_ResponseContract = ResponseContract;
|
|
3575
|
-
declare const index$8_ResponseObserver: typeof ResponseObserver;
|
|
3576
|
-
type index$8_ResponseObserverContext = ResponseObserverContext;
|
|
3577
|
-
type index$8_SensorBand = SensorBand;
|
|
3578
|
-
type index$8_SensorDiscoveryService = SensorDiscoveryService;
|
|
3579
|
-
declare const index$8_SensorDiscoveryService: typeof SensorDiscoveryService;
|
|
3580
|
-
type index$8_SensorRegistry = SensorRegistry;
|
|
3581
|
-
declare const index$8_SensorRegistry: typeof SensorRegistry;
|
|
3582
|
-
type index$8_UnsignedObservationWitness = UnsignedObservationWitness;
|
|
3583
|
-
declare const index$8_buildQueueMessage: typeof buildQueueMessage;
|
|
3584
|
-
declare const index$8_buildUnsignedWitness: typeof buildUnsignedWitness;
|
|
3585
|
-
declare const index$8_canonicalizeObservation: typeof canonicalizeObservation;
|
|
3586
|
-
declare const index$8_createObservation: typeof createObservation;
|
|
3587
|
-
declare const index$8_decodeQueueMessage: typeof decodeQueueMessage;
|
|
3588
|
-
declare const index$8_encodeQueueMessage: typeof encodeQueueMessage;
|
|
3589
|
-
declare const index$8_endStage: typeof endStage;
|
|
3590
|
-
declare const index$8_finalizeObservation: typeof finalizeObservation;
|
|
3591
|
-
declare const index$8_getAxisExecutionContext: typeof getAxisExecutionContext;
|
|
3592
|
-
declare const index$8_hashObservation: typeof hashObservation;
|
|
3593
|
-
declare const index$8_mergeAxisExecutionContext: typeof mergeAxisExecutionContext;
|
|
3594
|
-
declare const index$8_parseAutoClaimEntries: typeof parseAutoClaimEntries;
|
|
3595
|
-
declare const index$8_parseStreamEntries: typeof parseStreamEntries;
|
|
3596
|
-
declare const index$8_recordSensor: typeof recordSensor;
|
|
3597
|
-
declare const index$8_stableJsonStringify: typeof stableJsonStringify;
|
|
3598
|
-
declare const index$8_startStage: typeof startStage;
|
|
3599
|
-
declare const index$8_verifyResponse: typeof verifyResponse;
|
|
3600
|
-
declare const index$8_withAxisExecutionContext: typeof withAxisExecutionContext;
|
|
2711
|
+
type index$8_ActorKeyRecord = ActorKeyRecord;
|
|
2712
|
+
type index$8_AxisCapsule = AxisCapsule;
|
|
2713
|
+
type index$8_AxisCapsuleConstraints = AxisCapsuleConstraints;
|
|
2714
|
+
type index$8_AxisCapsulePayload = AxisCapsulePayload;
|
|
2715
|
+
type index$8_CapsuleBatchBody = CapsuleBatchBody;
|
|
2716
|
+
type index$8_CapsuleBatchResult = CapsuleBatchResult;
|
|
2717
|
+
type index$8_CapsuleIssueBody = CapsuleIssueBody;
|
|
2718
|
+
type index$8_CapsuleIssueResult = CapsuleIssueResult;
|
|
2719
|
+
type index$8_CapsuleMode = CapsuleMode;
|
|
2720
|
+
type index$8_CapsuleRecord = CapsuleRecord;
|
|
2721
|
+
type index$8_CapsuleRevokeBody = CapsuleRevokeBody;
|
|
2722
|
+
type index$8_CapsuleStatus = CapsuleStatus;
|
|
2723
|
+
type index$8_DeviceSEContext = DeviceSEContext;
|
|
2724
|
+
type index$8_IntentExecBody = IntentExecBody;
|
|
2725
|
+
type index$8_IssuerKeyRecord = IssuerKeyRecord;
|
|
2726
|
+
type index$8_KeyStatus = KeyStatus;
|
|
2727
|
+
type index$8_MTLSContext = MTLSContext;
|
|
2728
|
+
type index$8_ProofType = ProofType;
|
|
2729
|
+
type index$8_ProofVerificationResult = ProofVerificationResult;
|
|
2730
|
+
type index$8_ProofVerificationService = ProofVerificationService;
|
|
2731
|
+
declare const index$8_ProofVerificationService: typeof ProofVerificationService;
|
|
2732
|
+
type index$8_TickWindow = TickWindow;
|
|
2733
|
+
declare const index$8_b64urlDecode: typeof b64urlDecode;
|
|
2734
|
+
declare const index$8_b64urlDecodeString: typeof b64urlDecodeString;
|
|
2735
|
+
declare const index$8_b64urlEncode: typeof b64urlEncode;
|
|
2736
|
+
declare const index$8_b64urlEncodeString: typeof b64urlEncodeString;
|
|
2737
|
+
declare const index$8_canonicalJson: typeof canonicalJson;
|
|
2738
|
+
declare const index$8_canonicalJsonExcluding: typeof canonicalJsonExcluding;
|
|
3601
2739
|
declare namespace index$8 {
|
|
3602
|
-
export {
|
|
3603
|
-
}
|
|
3604
|
-
|
|
3605
|
-
|
|
3606
|
-
|
|
3607
|
-
|
|
3608
|
-
type
|
|
3609
|
-
|
|
3610
|
-
|
|
3611
|
-
|
|
3612
|
-
declare
|
|
3613
|
-
|
|
3614
|
-
|
|
3615
|
-
|
|
3616
|
-
|
|
3617
|
-
|
|
3618
|
-
type index$
|
|
3619
|
-
type index$
|
|
3620
|
-
type index$
|
|
2740
|
+
export { type index$8_ActorKeyRecord as ActorKeyRecord, type AxisAlg$1 as AxisAlg, type index$8_AxisCapsule as AxisCapsule, type index$8_AxisCapsuleConstraints as AxisCapsuleConstraints, type index$8_AxisCapsulePayload as AxisCapsulePayload, type AxisPacket$1 as AxisPacket, type AxisResponse$1 as AxisResponse, type AxisSig$1 as AxisSig, type index$8_CapsuleBatchBody as CapsuleBatchBody, type index$8_CapsuleBatchResult as CapsuleBatchResult, type index$8_CapsuleIssueBody as CapsuleIssueBody, type index$8_CapsuleIssueResult as CapsuleIssueResult, type index$8_CapsuleMode as CapsuleMode, type index$8_CapsuleRecord as CapsuleRecord, type index$8_CapsuleRevokeBody as CapsuleRevokeBody, type index$8_CapsuleStatus as CapsuleStatus, type index$8_DeviceSEContext as DeviceSEContext, type index$8_IntentExecBody as IntentExecBody, type index$8_IssuerKeyRecord as IssuerKeyRecord, type index$8_KeyStatus as KeyStatus, type index$8_MTLSContext as MTLSContext, type index$8_ProofType as ProofType, type index$8_ProofVerificationResult as ProofVerificationResult, index$8_ProofVerificationService as ProofVerificationService, type index$8_TickWindow as TickWindow, index$8_b64urlDecode as b64urlDecode, index$8_b64urlDecodeString as b64urlDecodeString, index$8_b64urlEncode as b64urlEncode, index$8_b64urlEncodeString as b64urlEncodeString, index$8_canonicalJson as canonicalJson, index$8_canonicalJsonExcluding as canonicalJsonExcluding };
|
|
2741
|
+
}
|
|
2742
|
+
|
|
2743
|
+
declare const SENSITIVITY_METADATA_KEY = "axis:sensitivity";
|
|
2744
|
+
declare const CONTRACT_METADATA_KEY = "axis:contract";
|
|
2745
|
+
declare const REQUIRED_PROOF_METADATA_KEY = "axis:required_proof";
|
|
2746
|
+
type RequiredProofKind = ProofKind | "WITNESS";
|
|
2747
|
+
declare function Sensitivity(level: SensitivityLevel): ClassDecorator & MethodDecorator;
|
|
2748
|
+
declare function Contract(options: Partial<ExecutionContract>): ClassDecorator & MethodDecorator;
|
|
2749
|
+
declare function RequiredProof(proofs: [RequiredProofKind, ...RequiredProofKind[]]): ClassDecorator & MethodDecorator;
|
|
2750
|
+
declare function Capsule(): ClassDecorator & MethodDecorator;
|
|
2751
|
+
declare function Witness(): ClassDecorator & MethodDecorator;
|
|
2752
|
+
|
|
2753
|
+
declare const index$7_AxisDemoPubkey: typeof AxisDemoPubkey;
|
|
2754
|
+
declare const index$7_AxisFrame: typeof AxisFrame;
|
|
2755
|
+
declare const index$7_AxisIp: typeof AxisIp;
|
|
2756
|
+
type index$7_AxisObserverBinding = AxisObserverBinding;
|
|
2757
|
+
type index$7_AxisObserverBindingOptions = AxisObserverBindingOptions;
|
|
2758
|
+
type index$7_AxisObserverDefinition = AxisObserverDefinition;
|
|
2759
|
+
type index$7_AxisObserverRef = AxisObserverRef;
|
|
2760
|
+
declare const index$7_AxisRaw: typeof AxisRaw;
|
|
2761
|
+
type index$7_AxisRequestData = AxisRequestData;
|
|
2762
|
+
declare const index$7_CAPSULE_POLICY_METADATA_KEY: typeof CAPSULE_POLICY_METADATA_KEY;
|
|
2763
|
+
declare const index$7_CHAIN_METADATA_KEY: typeof CHAIN_METADATA_KEY;
|
|
2764
|
+
declare const index$7_CONTRACT_METADATA_KEY: typeof CONTRACT_METADATA_KEY;
|
|
2765
|
+
declare const index$7_Capsule: typeof Capsule;
|
|
2766
|
+
declare const index$7_CapsulePolicy: typeof CapsulePolicy;
|
|
2767
|
+
type index$7_CapsulePolicyOptions = CapsulePolicyOptions;
|
|
2768
|
+
type index$7_CapsuleScopeMode = CapsuleScopeMode;
|
|
2769
|
+
declare const index$7_Chain: typeof Chain;
|
|
2770
|
+
declare const index$7_Contract: typeof Contract;
|
|
2771
|
+
type index$7_DtoSchema = DtoSchema;
|
|
2772
|
+
declare const index$7_HANDLER_METADATA_KEY: typeof HANDLER_METADATA_KEY;
|
|
2773
|
+
declare const index$7_Handler: typeof Handler;
|
|
2774
|
+
declare const index$7_INTENT_BODY_KEY: typeof INTENT_BODY_KEY;
|
|
2775
|
+
declare const index$7_INTENT_METADATA_KEY: typeof INTENT_METADATA_KEY;
|
|
2776
|
+
declare const index$7_INTENT_ROUTES_KEY: typeof INTENT_ROUTES_KEY;
|
|
2777
|
+
declare const index$7_INTENT_SENSORS_KEY: typeof INTENT_SENSORS_KEY;
|
|
2778
|
+
declare const index$7_Intent: typeof Intent;
|
|
2779
|
+
declare const index$7_IntentBody: typeof IntentBody;
|
|
2780
|
+
type index$7_IntentKind = IntentKind;
|
|
2781
|
+
type index$7_IntentOptions = IntentOptions;
|
|
2782
|
+
type index$7_IntentRoute = IntentRoute;
|
|
2783
|
+
declare const index$7_IntentSensors: typeof IntentSensors;
|
|
2784
|
+
type index$7_IntentTlvField = IntentTlvField;
|
|
2785
|
+
declare const index$7_OBSERVER_BINDINGS_KEY: typeof OBSERVER_BINDINGS_KEY;
|
|
2786
|
+
declare const index$7_OBSERVER_METADATA_KEY: typeof OBSERVER_METADATA_KEY;
|
|
2787
|
+
declare const index$7_Observer: typeof Observer;
|
|
2788
|
+
declare const index$7_REQUIRED_PROOF_METADATA_KEY: typeof REQUIRED_PROOF_METADATA_KEY;
|
|
2789
|
+
declare const index$7_RequiredProof: typeof RequiredProof;
|
|
2790
|
+
type index$7_RequiredProofKind = RequiredProofKind;
|
|
2791
|
+
declare const index$7_SENSITIVITY_METADATA_KEY: typeof SENSITIVITY_METADATA_KEY;
|
|
2792
|
+
declare const index$7_SENSOR_METADATA_KEY: typeof SENSOR_METADATA_KEY;
|
|
2793
|
+
declare const index$7_Sensitivity: typeof Sensitivity;
|
|
2794
|
+
declare const index$7_Sensor: typeof Sensor;
|
|
2795
|
+
type index$7_SensorOptions = SensorOptions;
|
|
2796
|
+
type index$7_SensorPhase = SensorPhase;
|
|
2797
|
+
declare const index$7_TLV_FIELDS_KEY: typeof TLV_FIELDS_KEY;
|
|
2798
|
+
declare const index$7_TLV_VALIDATORS_KEY: typeof TLV_VALIDATORS_KEY;
|
|
2799
|
+
declare const index$7_TlvEnum: typeof TlvEnum;
|
|
2800
|
+
declare const index$7_TlvField: typeof TlvField;
|
|
2801
|
+
type index$7_TlvFieldKind = TlvFieldKind;
|
|
2802
|
+
type index$7_TlvFieldMeta = TlvFieldMeta;
|
|
2803
|
+
type index$7_TlvFieldOptions = TlvFieldOptions;
|
|
2804
|
+
declare const index$7_TlvMinLen: typeof TlvMinLen;
|
|
2805
|
+
declare const index$7_TlvRange: typeof TlvRange;
|
|
2806
|
+
declare const index$7_TlvUtf8Pattern: typeof TlvUtf8Pattern;
|
|
2807
|
+
declare const index$7_TlvValidate: typeof TlvValidate;
|
|
2808
|
+
type index$7_TlvValidatorFn = TlvValidatorFn;
|
|
2809
|
+
type index$7_TlvValidatorMeta = TlvValidatorMeta;
|
|
2810
|
+
declare const index$7_Witness: typeof Witness;
|
|
2811
|
+
declare const index$7_buildDtoDecoder: typeof buildDtoDecoder;
|
|
2812
|
+
declare const index$7_extractDtoSchema: typeof extractDtoSchema;
|
|
2813
|
+
declare const index$7_mergeCapsulePolicyOptions: typeof mergeCapsulePolicyOptions;
|
|
2814
|
+
declare const index$7_normalizeCapsulePolicyOptions: typeof normalizeCapsulePolicyOptions;
|
|
3621
2815
|
declare namespace index$7 {
|
|
3622
|
-
export { type index$
|
|
3623
|
-
}
|
|
3624
|
-
|
|
3625
|
-
type index$
|
|
3626
|
-
type index$
|
|
3627
|
-
type index$
|
|
3628
|
-
type index$
|
|
3629
|
-
type index$
|
|
3630
|
-
type index$
|
|
3631
|
-
|
|
3632
|
-
type index$
|
|
3633
|
-
type index$
|
|
3634
|
-
declare const index$
|
|
3635
|
-
|
|
3636
|
-
|
|
3637
|
-
|
|
3638
|
-
|
|
3639
|
-
|
|
3640
|
-
|
|
3641
|
-
|
|
3642
|
-
|
|
3643
|
-
|
|
3644
|
-
type index$6_Writ = Writ;
|
|
3645
|
-
type index$6_WritBody = WritBody;
|
|
3646
|
-
type index$6_WritHead = WritHead;
|
|
3647
|
-
type index$6_WritMeta = WritMeta;
|
|
3648
|
-
type index$6_WritSignature = WritSignature;
|
|
3649
|
-
type index$6_WritValidationResult = WritValidationResult;
|
|
3650
|
-
declare const index$6_canonicalizeGrant: typeof canonicalizeGrant;
|
|
3651
|
-
declare const index$6_canonicalizeWrit: typeof canonicalizeWrit;
|
|
3652
|
-
declare const index$6_createGrant: typeof createGrant;
|
|
3653
|
-
declare const index$6_createPresenceChallenge: typeof createPresenceChallenge;
|
|
3654
|
-
declare const index$6_createReceipt: typeof createReceipt;
|
|
3655
|
-
declare const index$6_createRevocation: typeof createRevocation;
|
|
3656
|
-
declare const index$6_createWrit: typeof createWrit;
|
|
3657
|
-
declare const index$6_deriveAnchorReflection: typeof deriveAnchorReflection;
|
|
3658
|
-
declare const index$6_executeLoomPipeline: typeof executeLoomPipeline;
|
|
3659
|
-
declare const index$6_getGrantStatus: typeof getGrantStatus;
|
|
3660
|
-
declare const index$6_getPresenceStatus: typeof getPresenceStatus;
|
|
3661
|
-
declare const index$6_grantCoversAction: typeof grantCoversAction;
|
|
3662
|
-
declare const index$6_isRevoked: typeof isRevoked;
|
|
3663
|
-
declare const index$6_renewPresence: typeof renewPresence;
|
|
3664
|
-
declare const index$6_signPresenceChallenge: typeof signPresenceChallenge;
|
|
3665
|
-
declare const index$6_updateThreadState: typeof updateThreadState;
|
|
3666
|
-
declare const index$6_validateGrant: typeof validateGrant;
|
|
3667
|
-
declare const index$6_validateWrit: typeof validateWrit;
|
|
3668
|
-
declare const index$6_verifyPresenceProof: typeof verifyPresenceProof;
|
|
3669
|
-
declare const index$6_verifyReceiptChain: typeof verifyReceiptChain;
|
|
2816
|
+
export { AxisContext$1 as AxisContext, index$7_AxisDemoPubkey as AxisDemoPubkey, index$7_AxisFrame as AxisFrame, index$7_AxisIp as AxisIp, type index$7_AxisObserverBinding as AxisObserverBinding, type index$7_AxisObserverBindingOptions as AxisObserverBindingOptions, type index$7_AxisObserverDefinition as AxisObserverDefinition, type index$7_AxisObserverRef as AxisObserverRef, index$7_AxisRaw as AxisRaw, type index$7_AxisRequestData as AxisRequestData, index$7_CAPSULE_POLICY_METADATA_KEY as CAPSULE_POLICY_METADATA_KEY, index$7_CHAIN_METADATA_KEY as CHAIN_METADATA_KEY, index$7_CONTRACT_METADATA_KEY as CONTRACT_METADATA_KEY, index$7_Capsule as Capsule, index$7_CapsulePolicy as CapsulePolicy, type index$7_CapsulePolicyOptions as CapsulePolicyOptions, type index$7_CapsuleScopeMode as CapsuleScopeMode, index$7_Chain as Chain, index$7_Contract as Contract, type index$7_DtoSchema as DtoSchema, index$7_HANDLER_METADATA_KEY as HANDLER_METADATA_KEY, index$7_Handler as Handler, index$7_INTENT_BODY_KEY as INTENT_BODY_KEY, index$7_INTENT_METADATA_KEY as INTENT_METADATA_KEY, index$7_INTENT_ROUTES_KEY as INTENT_ROUTES_KEY, index$7_INTENT_SENSORS_KEY as INTENT_SENSORS_KEY, index$7_Intent as Intent, index$7_IntentBody as IntentBody, type index$7_IntentKind as IntentKind, type index$7_IntentOptions as IntentOptions, type index$7_IntentRoute as IntentRoute, index$7_IntentSensors as IntentSensors, type index$7_IntentTlvField as IntentTlvField, index$7_OBSERVER_BINDINGS_KEY as OBSERVER_BINDINGS_KEY, index$7_OBSERVER_METADATA_KEY as OBSERVER_METADATA_KEY, index$7_Observer as Observer, index$7_REQUIRED_PROOF_METADATA_KEY as REQUIRED_PROOF_METADATA_KEY, index$7_RequiredProof as RequiredProof, type index$7_RequiredProofKind as RequiredProofKind, index$7_SENSITIVITY_METADATA_KEY as SENSITIVITY_METADATA_KEY, index$7_SENSOR_METADATA_KEY as SENSOR_METADATA_KEY, index$7_Sensitivity as Sensitivity, index$7_Sensor as Sensor, type index$7_SensorOptions as SensorOptions, type index$7_SensorPhase as SensorPhase, index$7_TLV_FIELDS_KEY as TLV_FIELDS_KEY, index$7_TLV_VALIDATORS_KEY as TLV_VALIDATORS_KEY, index$7_TlvEnum as TlvEnum, index$7_TlvField as TlvField, type index$7_TlvFieldKind as TlvFieldKind, type index$7_TlvFieldMeta as TlvFieldMeta, type index$7_TlvFieldOptions as TlvFieldOptions, index$7_TlvMinLen as TlvMinLen, index$7_TlvRange as TlvRange, index$7_TlvUtf8Pattern as TlvUtf8Pattern, index$7_TlvValidate as TlvValidate, type index$7_TlvValidatorFn as TlvValidatorFn, type index$7_TlvValidatorMeta as TlvValidatorMeta, index$7_Witness as Witness, index$7_buildDtoDecoder as buildDtoDecoder, index$7_extractDtoSchema as extractDtoSchema, index$7_mergeCapsulePolicyOptions as mergeCapsulePolicyOptions, index$7_normalizeCapsulePolicyOptions as normalizeCapsulePolicyOptions };
|
|
2817
|
+
}
|
|
2818
|
+
|
|
2819
|
+
type index$6_ObservationQueueConfig = ObservationQueueConfig;
|
|
2820
|
+
type index$6_ObservationQueueMessage = ObservationQueueMessage;
|
|
2821
|
+
type index$6_ObservationStreamEntry = ObservationStreamEntry;
|
|
2822
|
+
type index$6_ObservationWitnessSummary = ObservationWitnessSummary;
|
|
2823
|
+
type index$6_ObserverVerdict = ObserverVerdict;
|
|
2824
|
+
type index$6_ResponseContract = ResponseContract;
|
|
2825
|
+
declare const index$6_ResponseObserver: typeof ResponseObserver;
|
|
2826
|
+
type index$6_ResponseObserverContext = ResponseObserverContext;
|
|
2827
|
+
type index$6_UnsignedObservationWitness = UnsignedObservationWitness;
|
|
2828
|
+
declare const index$6_buildQueueMessage: typeof buildQueueMessage;
|
|
2829
|
+
declare const index$6_buildUnsignedWitness: typeof buildUnsignedWitness;
|
|
2830
|
+
declare const index$6_canonicalizeObservation: typeof canonicalizeObservation;
|
|
2831
|
+
declare const index$6_decodeQueueMessage: typeof decodeQueueMessage;
|
|
2832
|
+
declare const index$6_encodeQueueMessage: typeof encodeQueueMessage;
|
|
2833
|
+
declare const index$6_hashObservation: typeof hashObservation;
|
|
2834
|
+
declare const index$6_parseAutoClaimEntries: typeof parseAutoClaimEntries;
|
|
2835
|
+
declare const index$6_parseStreamEntries: typeof parseStreamEntries;
|
|
2836
|
+
declare const index$6_stableJsonStringify: typeof stableJsonStringify;
|
|
2837
|
+
declare const index$6_verifyResponse: typeof verifyResponse;
|
|
3670
2838
|
declare namespace index$6 {
|
|
3671
|
-
export { type index$
|
|
3672
|
-
}
|
|
3673
|
-
|
|
3674
|
-
|
|
3675
|
-
type index$
|
|
3676
|
-
type index$
|
|
3677
|
-
type index$
|
|
3678
|
-
type index$
|
|
3679
|
-
type index$
|
|
3680
|
-
|
|
3681
|
-
type index$
|
|
3682
|
-
type index$
|
|
3683
|
-
|
|
3684
|
-
type index$
|
|
3685
|
-
type index$
|
|
3686
|
-
type index$
|
|
3687
|
-
type index$
|
|
3688
|
-
type index$
|
|
3689
|
-
type index$
|
|
3690
|
-
type index$
|
|
3691
|
-
type index$
|
|
3692
|
-
type index$
|
|
3693
|
-
type index$
|
|
3694
|
-
type index$
|
|
3695
|
-
type index$
|
|
3696
|
-
type index$
|
|
3697
|
-
type index$
|
|
3698
|
-
|
|
3699
|
-
type index$
|
|
3700
|
-
type index$
|
|
3701
|
-
|
|
3702
|
-
type index$
|
|
3703
|
-
|
|
3704
|
-
type index$
|
|
3705
|
-
type index$
|
|
3706
|
-
type index$
|
|
3707
|
-
type index$
|
|
3708
|
-
type index$
|
|
3709
|
-
|
|
3710
|
-
|
|
3711
|
-
declare const index$
|
|
3712
|
-
|
|
3713
|
-
declare const index$
|
|
3714
|
-
|
|
3715
|
-
declare const index$
|
|
3716
|
-
|
|
3717
|
-
declare const index$
|
|
3718
|
-
|
|
3719
|
-
|
|
3720
|
-
declare const index$
|
|
3721
|
-
|
|
3722
|
-
|
|
3723
|
-
|
|
3724
|
-
declare const index$
|
|
3725
|
-
|
|
3726
|
-
declare const index$
|
|
3727
|
-
|
|
3728
|
-
declare const index$
|
|
3729
|
-
declare const index$
|
|
3730
|
-
declare const index$
|
|
3731
|
-
declare const index$
|
|
3732
|
-
declare const index$
|
|
3733
|
-
declare const index$
|
|
3734
|
-
declare const index$
|
|
3735
|
-
declare const index$
|
|
2839
|
+
export { type index$6_ObservationQueueConfig as ObservationQueueConfig, type index$6_ObservationQueueMessage as ObservationQueueMessage, type index$6_ObservationStreamEntry as ObservationStreamEntry, type index$6_ObservationWitnessSummary as ObservationWitnessSummary, type index$6_ObserverVerdict as ObserverVerdict, type index$6_ResponseContract as ResponseContract, index$6_ResponseObserver as ResponseObserver, type index$6_ResponseObserverContext as ResponseObserverContext, type index$6_UnsignedObservationWitness as UnsignedObservationWitness, index$6_buildQueueMessage as buildQueueMessage, index$6_buildUnsignedWitness as buildUnsignedWitness, index$6_canonicalizeObservation as canonicalizeObservation, index$6_decodeQueueMessage as decodeQueueMessage, index$6_encodeQueueMessage as encodeQueueMessage, index$6_hashObservation as hashObservation, index$6_parseAutoClaimEntries as parseAutoClaimEntries, index$6_parseStreamEntries as parseStreamEntries, index$6_stableJsonStringify as stableJsonStringify, index$6_verifyResponse as verifyResponse };
|
|
2840
|
+
}
|
|
2841
|
+
|
|
2842
|
+
declare const index$5_AXIS_EXECUTION_CONTEXT_KEY: typeof AXIS_EXECUTION_CONTEXT_KEY;
|
|
2843
|
+
type index$5_AxisCapsuleRef = AxisCapsuleRef;
|
|
2844
|
+
type index$5_AxisChainEncryption = AxisChainEncryption;
|
|
2845
|
+
type index$5_AxisChainEnvelope<TInput = unknown> = AxisChainEnvelope<TInput>;
|
|
2846
|
+
type index$5_AxisChainExecutionOptions = AxisChainExecutionOptions;
|
|
2847
|
+
type index$5_AxisChainExecutor = AxisChainExecutor;
|
|
2848
|
+
declare const index$5_AxisChainExecutor: typeof AxisChainExecutor;
|
|
2849
|
+
type index$5_AxisChainRequest<TInput = unknown, TCapsule = Record<string, unknown>> = AxisChainRequest<TInput, TCapsule>;
|
|
2850
|
+
type index$5_AxisChainResult<TOutput = unknown> = AxisChainResult<TOutput>;
|
|
2851
|
+
type index$5_AxisChainStatus = AxisChainStatus;
|
|
2852
|
+
type index$5_AxisChainStep<TInput = unknown> = AxisChainStep<TInput>;
|
|
2853
|
+
type index$5_AxisChainStepResult<TOutput = unknown> = AxisChainStepResult<TOutput>;
|
|
2854
|
+
type index$5_AxisChainStepStatus = AxisChainStepStatus;
|
|
2855
|
+
type index$5_AxisDecoded = AxisDecoded;
|
|
2856
|
+
type index$5_AxisEffect = AxisEffect;
|
|
2857
|
+
type index$5_AxisExecutionContext = AxisExecutionContext;
|
|
2858
|
+
type index$5_AxisExecutionMode = AxisExecutionMode;
|
|
2859
|
+
type index$5_AxisIntentEnvelope<TPayload = unknown> = AxisIntentEnvelope<TPayload>;
|
|
2860
|
+
type index$5_AxisIntentObserver = AxisIntentObserver;
|
|
2861
|
+
type index$5_AxisKeyExchangeRef = AxisKeyExchangeRef;
|
|
2862
|
+
type index$5_AxisObservation = AxisObservation;
|
|
2863
|
+
type index$5_AxisObserverContext = AxisObserverContext;
|
|
2864
|
+
type index$5_AxisObserverEvent = AxisObserverEvent;
|
|
2865
|
+
type index$5_AxisObserverRegistration = AxisObserverRegistration;
|
|
2866
|
+
declare const index$5_BAND: typeof BAND;
|
|
2867
|
+
type index$5_ChainOptions = ChainOptions;
|
|
2868
|
+
type index$5_HandlerDiscoveryService = HandlerDiscoveryService;
|
|
2869
|
+
declare const index$5_HandlerDiscoveryService: typeof HandlerDiscoveryService;
|
|
2870
|
+
type index$5_IntentRouter = IntentRouter;
|
|
2871
|
+
declare const index$5_IntentRouter: typeof IntentRouter;
|
|
2872
|
+
type index$5_ObservationQueueConfig = ObservationQueueConfig;
|
|
2873
|
+
type index$5_ObservationQueueMessage = ObservationQueueMessage;
|
|
2874
|
+
type index$5_ObservationSensor = ObservationSensor;
|
|
2875
|
+
type index$5_ObservationStage = ObservationStage;
|
|
2876
|
+
type index$5_ObservationStreamEntry = ObservationStreamEntry;
|
|
2877
|
+
type index$5_ObservationWitnessSummary = ObservationWitnessSummary;
|
|
2878
|
+
type index$5_ObserverDiscoveryService = ObserverDiscoveryService;
|
|
2879
|
+
declare const index$5_ObserverDiscoveryService: typeof ObserverDiscoveryService;
|
|
2880
|
+
type index$5_ObserverDispatcherService = ObserverDispatcherService;
|
|
2881
|
+
declare const index$5_ObserverDispatcherService: typeof ObserverDispatcherService;
|
|
2882
|
+
type index$5_ObserverRegistry = ObserverRegistry;
|
|
2883
|
+
declare const index$5_ObserverRegistry: typeof ObserverRegistry;
|
|
2884
|
+
type index$5_ObserverVerdict = ObserverVerdict;
|
|
2885
|
+
declare const index$5_PRE_DECODE_BOUNDARY: typeof PRE_DECODE_BOUNDARY;
|
|
2886
|
+
type index$5_RegisteredChainConfig = RegisteredChainConfig;
|
|
2887
|
+
type index$5_ResponseContract = ResponseContract;
|
|
2888
|
+
declare const index$5_ResponseObserver: typeof ResponseObserver;
|
|
2889
|
+
type index$5_ResponseObserverContext = ResponseObserverContext;
|
|
2890
|
+
type index$5_SensorBand = SensorBand;
|
|
2891
|
+
type index$5_SensorDiscoveryService = SensorDiscoveryService;
|
|
2892
|
+
declare const index$5_SensorDiscoveryService: typeof SensorDiscoveryService;
|
|
2893
|
+
type index$5_SensorRegistry = SensorRegistry;
|
|
2894
|
+
declare const index$5_SensorRegistry: typeof SensorRegistry;
|
|
2895
|
+
type index$5_UnsignedObservationWitness = UnsignedObservationWitness;
|
|
2896
|
+
declare const index$5_buildQueueMessage: typeof buildQueueMessage;
|
|
2897
|
+
declare const index$5_buildUnsignedWitness: typeof buildUnsignedWitness;
|
|
2898
|
+
declare const index$5_canonicalizeObservation: typeof canonicalizeObservation;
|
|
2899
|
+
declare const index$5_createObservation: typeof createObservation;
|
|
2900
|
+
declare const index$5_decodeQueueMessage: typeof decodeQueueMessage;
|
|
2901
|
+
declare const index$5_encodeQueueMessage: typeof encodeQueueMessage;
|
|
2902
|
+
declare const index$5_endStage: typeof endStage;
|
|
2903
|
+
declare const index$5_finalizeObservation: typeof finalizeObservation;
|
|
2904
|
+
declare const index$5_getAxisExecutionContext: typeof getAxisExecutionContext;
|
|
2905
|
+
declare const index$5_hashObservation: typeof hashObservation;
|
|
2906
|
+
declare const index$5_mergeAxisExecutionContext: typeof mergeAxisExecutionContext;
|
|
2907
|
+
declare const index$5_parseAutoClaimEntries: typeof parseAutoClaimEntries;
|
|
2908
|
+
declare const index$5_parseStreamEntries: typeof parseStreamEntries;
|
|
2909
|
+
declare const index$5_recordSensor: typeof recordSensor;
|
|
2910
|
+
declare const index$5_stableJsonStringify: typeof stableJsonStringify;
|
|
2911
|
+
declare const index$5_startStage: typeof startStage;
|
|
2912
|
+
declare const index$5_verifyResponse: typeof verifyResponse;
|
|
2913
|
+
declare const index$5_withAxisExecutionContext: typeof withAxisExecutionContext;
|
|
3736
2914
|
declare namespace index$5 {
|
|
3737
|
-
export {
|
|
2915
|
+
export { index$5_AXIS_EXECUTION_CONTEXT_KEY as AXIS_EXECUTION_CONTEXT_KEY, type index$5_AxisCapsuleRef as AxisCapsuleRef, type index$5_AxisChainEncryption as AxisChainEncryption, type index$5_AxisChainEnvelope as AxisChainEnvelope, type index$5_AxisChainExecutionOptions as AxisChainExecutionOptions, index$5_AxisChainExecutor as AxisChainExecutor, type index$5_AxisChainRequest as AxisChainRequest, type index$5_AxisChainResult as AxisChainResult, type index$5_AxisChainStatus as AxisChainStatus, type index$5_AxisChainStep as AxisChainStep, type index$5_AxisChainStepResult as AxisChainStepResult, type index$5_AxisChainStepStatus as AxisChainStepStatus, type index$5_AxisDecoded as AxisDecoded, type index$5_AxisEffect as AxisEffect, type index$5_AxisExecutionContext as AxisExecutionContext, type index$5_AxisExecutionMode as AxisExecutionMode, type index$5_AxisIntentEnvelope as AxisIntentEnvelope, type index$5_AxisIntentObserver as AxisIntentObserver, type index$5_AxisKeyExchangeRef as AxisKeyExchangeRef, type index$5_AxisObservation as AxisObservation, type index$5_AxisObserverContext as AxisObserverContext, type index$5_AxisObserverEvent as AxisObserverEvent, type index$5_AxisObserverRegistration as AxisObserverRegistration, index$5_BAND as BAND, type index$5_ChainOptions as ChainOptions, index$5_HandlerDiscoveryService as HandlerDiscoveryService, index$5_IntentRouter as IntentRouter, type IntentSchema$1 as IntentSchema, type index$5_ObservationQueueConfig as ObservationQueueConfig, type index$5_ObservationQueueMessage as ObservationQueueMessage, type index$5_ObservationSensor as ObservationSensor, type index$5_ObservationStage as ObservationStage, type index$5_ObservationStreamEntry as ObservationStreamEntry, type index$5_ObservationWitnessSummary as ObservationWitnessSummary, index$5_ObserverDiscoveryService as ObserverDiscoveryService, index$5_ObserverDispatcherService as ObserverDispatcherService, index$5_ObserverRegistry as ObserverRegistry, type index$5_ObserverVerdict as ObserverVerdict, index$5_PRE_DECODE_BOUNDARY as PRE_DECODE_BOUNDARY, type index$5_RegisteredChainConfig as RegisteredChainConfig, type index$5_ResponseContract as ResponseContract, index$5_ResponseObserver as ResponseObserver, type index$5_ResponseObserverContext as ResponseObserverContext, type index$5_SensorBand as SensorBand, index$5_SensorDiscoveryService as SensorDiscoveryService, index$5_SensorRegistry as SensorRegistry, type index$5_UnsignedObservationWitness as UnsignedObservationWitness, index$5_buildQueueMessage as buildQueueMessage, index$5_buildUnsignedWitness as buildUnsignedWitness, index$5_canonicalizeObservation as canonicalizeObservation, index$5_createObservation as createObservation, index$5_decodeQueueMessage as decodeQueueMessage, index$5_encodeQueueMessage as encodeQueueMessage, index$5_endStage as endStage, index$5_finalizeObservation as finalizeObservation, index$5_getAxisExecutionContext as getAxisExecutionContext, index$5_hashObservation as hashObservation, index$5_mergeAxisExecutionContext as mergeAxisExecutionContext, index$6 as observation, index$5_parseAutoClaimEntries as parseAutoClaimEntries, index$5_parseStreamEntries as parseStreamEntries, index$5_recordSensor as recordSensor, index$5_stableJsonStringify as stableJsonStringify, index$5_startStage as startStage, index$5_verifyResponse as verifyResponse, index$5_withAxisExecutionContext as withAxisExecutionContext };
|
|
2916
|
+
}
|
|
2917
|
+
|
|
2918
|
+
type index$4_Grant = Grant;
|
|
2919
|
+
type index$4_GrantCapability = GrantCapability;
|
|
2920
|
+
type index$4_GrantMeta = GrantMeta;
|
|
2921
|
+
type index$4_GrantStatus = GrantStatus;
|
|
2922
|
+
type index$4_GrantType = GrantType;
|
|
2923
|
+
type index$4_GrantValidationResult = GrantValidationResult;
|
|
2924
|
+
type index$4_LoomReceipt = LoomReceipt;
|
|
2925
|
+
type index$4_LoomValidationResult = LoomValidationResult;
|
|
2926
|
+
declare const index$4_PROOF_LOOM: typeof PROOF_LOOM;
|
|
2927
|
+
type index$4_PresenceChallenge = PresenceChallenge;
|
|
2928
|
+
type index$4_PresenceDeclaration = PresenceDeclaration;
|
|
2929
|
+
type index$4_PresenceProof = PresenceProof;
|
|
2930
|
+
type index$4_PresenceReceipt = PresenceReceipt;
|
|
2931
|
+
type index$4_PresenceStatus = PresenceStatus;
|
|
2932
|
+
type index$4_PresenceVerifyResult = PresenceVerifyResult;
|
|
2933
|
+
type index$4_Revocation = Revocation;
|
|
2934
|
+
type index$4_RevocationTargetType = RevocationTargetType;
|
|
2935
|
+
type index$4_ThreadState = ThreadState;
|
|
2936
|
+
type index$4_Writ = Writ;
|
|
2937
|
+
type index$4_WritBody = WritBody;
|
|
2938
|
+
type index$4_WritHead = WritHead;
|
|
2939
|
+
type index$4_WritMeta = WritMeta;
|
|
2940
|
+
type index$4_WritSignature = WritSignature;
|
|
2941
|
+
type index$4_WritValidationResult = WritValidationResult;
|
|
2942
|
+
declare const index$4_canonicalizeGrant: typeof canonicalizeGrant;
|
|
2943
|
+
declare const index$4_canonicalizeWrit: typeof canonicalizeWrit;
|
|
2944
|
+
declare const index$4_deriveAnchorReflection: typeof deriveAnchorReflection;
|
|
2945
|
+
declare namespace index$4 {
|
|
2946
|
+
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 };
|
|
3738
2947
|
}
|
|
3739
2948
|
|
|
3740
2949
|
declare enum BodyProfile {
|
|
@@ -3757,110 +2966,110 @@ declare class BodyProfileValidator {
|
|
|
3757
2966
|
private validateArr;
|
|
3758
2967
|
}
|
|
3759
2968
|
|
|
3760
|
-
type index$
|
|
3761
|
-
declare const index$
|
|
3762
|
-
type index$
|
|
3763
|
-
declare const index$
|
|
3764
|
-
type index$
|
|
3765
|
-
declare const index$
|
|
3766
|
-
type index$
|
|
3767
|
-
declare const index$
|
|
3768
|
-
type index$
|
|
3769
|
-
declare const index$
|
|
3770
|
-
type index$
|
|
3771
|
-
declare const index$
|
|
3772
|
-
type index$
|
|
3773
|
-
type index$
|
|
3774
|
-
declare const index$
|
|
3775
|
-
declare const index$
|
|
3776
|
-
type index$
|
|
3777
|
-
|
|
3778
|
-
|
|
3779
|
-
|
|
3780
|
-
|
|
3781
|
-
|
|
3782
|
-
|
|
3783
|
-
|
|
3784
|
-
declare const index$
|
|
3785
|
-
|
|
3786
|
-
|
|
3787
|
-
|
|
3788
|
-
|
|
3789
|
-
|
|
3790
|
-
|
|
3791
|
-
|
|
3792
|
-
|
|
3793
|
-
declare const index$
|
|
3794
|
-
|
|
3795
|
-
type index$
|
|
3796
|
-
|
|
3797
|
-
declare const index$
|
|
3798
|
-
|
|
3799
|
-
type index$
|
|
3800
|
-
|
|
3801
|
-
|
|
3802
|
-
|
|
3803
|
-
declare const index$
|
|
3804
|
-
|
|
3805
|
-
declare const index$
|
|
3806
|
-
type index$
|
|
3807
|
-
declare const index$
|
|
3808
|
-
type index$
|
|
3809
|
-
declare const index$
|
|
3810
|
-
type index$
|
|
3811
|
-
declare const index$
|
|
3812
|
-
type index$
|
|
3813
|
-
declare const index$
|
|
3814
|
-
type index$
|
|
3815
|
-
declare const index$
|
|
3816
|
-
type index$
|
|
3817
|
-
declare const index$
|
|
3818
|
-
type index$
|
|
3819
|
-
declare const index$
|
|
3820
|
-
type index$
|
|
3821
|
-
declare const index$
|
|
3822
|
-
type index$
|
|
3823
|
-
declare const index$
|
|
3824
|
-
type index$
|
|
3825
|
-
type index$
|
|
3826
|
-
declare const index$
|
|
3827
|
-
declare const index$
|
|
3828
|
-
type index$
|
|
3829
|
-
declare const index$
|
|
3830
|
-
type index$
|
|
3831
|
-
declare const index$
|
|
3832
|
-
type index$
|
|
3833
|
-
declare const index$
|
|
3834
|
-
declare const index$
|
|
3835
|
-
declare const index$
|
|
3836
|
-
type index$
|
|
3837
|
-
declare const index$
|
|
3838
|
-
type index$
|
|
3839
|
-
declare const index$
|
|
3840
|
-
type index$
|
|
3841
|
-
declare const index$
|
|
3842
|
-
type index$
|
|
3843
|
-
declare const index$
|
|
3844
|
-
type index$
|
|
3845
|
-
declare const index$
|
|
3846
|
-
declare namespace index$4 {
|
|
3847
|
-
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 IntentSchema$1 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 };
|
|
3848
|
-
}
|
|
3849
|
-
|
|
3850
|
-
type index$3_AxisSensorChainService = AxisSensorChainService;
|
|
3851
|
-
declare const index$3_AxisSensorChainService: typeof AxisSensorChainService;
|
|
3852
|
-
declare const index$3_CAPABILITIES: typeof CAPABILITIES;
|
|
3853
|
-
type index$3_Capability = Capability;
|
|
3854
|
-
type index$3_ChainResult = ChainResult;
|
|
3855
|
-
declare const index$3_INTENT_REQUIREMENTS: typeof INTENT_REQUIREMENTS;
|
|
3856
|
-
declare const index$3_PROOF_CAPABILITIES: typeof PROOF_CAPABILITIES;
|
|
3857
|
-
type index$3_SensorDecision = SensorDecision;
|
|
3858
|
-
type index$3_SensorInput = SensorInput;
|
|
3859
|
-
declare const index$3_canAccessResource: typeof canAccessResource;
|
|
3860
|
-
declare const index$3_hasScope: typeof hasScope;
|
|
3861
|
-
declare const index$3_parseScope: typeof parseScope;
|
|
2969
|
+
type index$3_AccessProfile = AccessProfile;
|
|
2970
|
+
declare const index$3_AccessProfileZ: typeof AccessProfileZ;
|
|
2971
|
+
type index$3_AxisContext = AxisContext;
|
|
2972
|
+
declare const index$3_AxisContextZ: typeof AxisContextZ;
|
|
2973
|
+
type index$3_AxisError = AxisError;
|
|
2974
|
+
declare const index$3_AxisErrorZ: typeof AxisErrorZ;
|
|
2975
|
+
type index$3_BodyBudgetInput = BodyBudgetInput;
|
|
2976
|
+
declare const index$3_BodyBudgetInputZ: typeof BodyBudgetInputZ;
|
|
2977
|
+
type index$3_BodyBudgetPolicy = BodyBudgetPolicy;
|
|
2978
|
+
declare const index$3_BodyBudgetPolicyZ: typeof BodyBudgetPolicyZ;
|
|
2979
|
+
type index$3_BodyProfile = BodyProfile;
|
|
2980
|
+
declare const index$3_BodyProfile: typeof BodyProfile;
|
|
2981
|
+
type index$3_BodyProfileValidation = BodyProfileValidation;
|
|
2982
|
+
type index$3_BodyProfileValidator = BodyProfileValidator;
|
|
2983
|
+
declare const index$3_BodyProfileValidator: typeof BodyProfileValidator;
|
|
2984
|
+
declare const index$3_BodyProfileZ: typeof BodyProfileZ;
|
|
2985
|
+
type index$3_CapsuleClaims = CapsuleClaims;
|
|
2986
|
+
declare const index$3_CapsuleClaimsZ: typeof CapsuleClaimsZ;
|
|
2987
|
+
type index$3_CapsuleValidationResult = CapsuleValidationResult;
|
|
2988
|
+
declare const index$3_CapsuleValidationResultZ: typeof CapsuleValidationResultZ;
|
|
2989
|
+
type index$3_CapsuleVerifyResult = CapsuleVerifyResult;
|
|
2990
|
+
declare const index$3_CapsuleVerifyResultZ: typeof CapsuleVerifyResultZ;
|
|
2991
|
+
type index$3_CapsuleVerifySensorInput = CapsuleVerifySensorInput;
|
|
2992
|
+
declare const index$3_CapsuleVerifySensorInputZ: typeof CapsuleVerifySensorInputZ;
|
|
2993
|
+
declare const index$3_CapsuleZ: typeof CapsuleZ;
|
|
2994
|
+
type index$3_ChunkHashInput = ChunkHashInput;
|
|
2995
|
+
declare const index$3_ChunkHashInputZ: typeof ChunkHashInputZ;
|
|
2996
|
+
type index$3_CountryBlockDecision = CountryBlockDecision;
|
|
2997
|
+
declare const index$3_CountryBlockDecisionZ: typeof CountryBlockDecisionZ;
|
|
2998
|
+
type index$3_CountryBlockSensorInput = CountryBlockSensorInput;
|
|
2999
|
+
declare const index$3_CountryBlockSensorInputZ: typeof CountryBlockSensorInputZ;
|
|
3000
|
+
type index$3_EntropySensorInput = EntropySensorInput;
|
|
3001
|
+
declare const index$3_EntropySensorInputZ: typeof EntropySensorInputZ;
|
|
3002
|
+
declare const index$3_ExecutionMetricsZ: typeof ExecutionMetricsZ;
|
|
3003
|
+
type index$3_IPReputation = IPReputation;
|
|
3004
|
+
type index$3_IPReputationInput = IPReputationInput;
|
|
3005
|
+
declare const index$3_IPReputationInputZ: typeof IPReputationInputZ;
|
|
3006
|
+
declare const index$3_IPReputationZ: typeof IPReputationZ;
|
|
3007
|
+
type index$3_IntentPolicy = IntentPolicy;
|
|
3008
|
+
type index$3_IntentPolicyDecision = IntentPolicyDecision;
|
|
3009
|
+
declare const index$3_IntentPolicyDecisionZ: typeof IntentPolicyDecisionZ;
|
|
3010
|
+
type index$3_IntentPolicySensorInput = IntentPolicySensorInput;
|
|
3011
|
+
declare const index$3_IntentPolicySensorInputZ: typeof IntentPolicySensorInputZ;
|
|
3012
|
+
declare const index$3_IntentPolicyZ: typeof IntentPolicyZ;
|
|
3013
|
+
type index$3_IntentSchema = IntentSchema;
|
|
3014
|
+
declare const index$3_IntentSchemaZ: typeof IntentSchemaZ;
|
|
3015
|
+
type index$3_Passport = Passport;
|
|
3016
|
+
declare const index$3_PassportZ: typeof PassportZ;
|
|
3017
|
+
type index$3_ProofKind = ProofKind;
|
|
3018
|
+
declare const index$3_ProofKindZ: typeof ProofKindZ;
|
|
3019
|
+
type index$3_ProofPresenceInput = ProofPresenceInput;
|
|
3020
|
+
declare const index$3_ProofPresenceInputZ: typeof ProofPresenceInputZ;
|
|
3021
|
+
type index$3_ProtocolStrictInput = ProtocolStrictInput;
|
|
3022
|
+
declare const index$3_ProtocolStrictInputZ: typeof ProtocolStrictInputZ;
|
|
3023
|
+
type index$3_RateLimitConfig = RateLimitConfig;
|
|
3024
|
+
declare const index$3_RateLimitConfigZ: typeof RateLimitConfigZ;
|
|
3025
|
+
type index$3_RateLimitInput = RateLimitInput;
|
|
3026
|
+
declare const index$3_RateLimitInputZ: typeof RateLimitInputZ;
|
|
3027
|
+
type index$3_RateLimitProfile = RateLimitProfile;
|
|
3028
|
+
declare const index$3_RateLimitProfileZ: typeof RateLimitProfileZ;
|
|
3029
|
+
type index$3_ScanBurstDecision = ScanBurstDecision;
|
|
3030
|
+
declare const index$3_ScanBurstDecisionZ: typeof ScanBurstDecisionZ;
|
|
3031
|
+
type index$3_ScanBurstSensorInput = ScanBurstSensorInput;
|
|
3032
|
+
declare const index$3_ScanBurstSensorInputZ: typeof ScanBurstSensorInputZ;
|
|
3033
|
+
type index$3_SchemaField = SchemaField;
|
|
3034
|
+
type index$3_SchemaFieldKind = SchemaFieldKind;
|
|
3035
|
+
declare const index$3_SchemaFieldKindZ: typeof SchemaFieldKindZ;
|
|
3036
|
+
declare const index$3_SchemaFieldZ: typeof SchemaFieldZ;
|
|
3037
|
+
type index$3_Scope = Scope;
|
|
3038
|
+
declare const index$3_ScopeZ: typeof ScopeZ;
|
|
3039
|
+
type index$3_SensitivityLevel = SensitivityLevel;
|
|
3040
|
+
declare const index$3_SensitivityLevelZ: typeof SensitivityLevelZ;
|
|
3041
|
+
type index$3_SensorChainInput = SensorChainInput;
|
|
3042
|
+
declare const index$3_SensorChainInputZ: typeof SensorChainInputZ;
|
|
3043
|
+
declare const index$3_SensorDecisionWithMetadataZ: typeof SensorDecisionWithMetadataZ;
|
|
3044
|
+
declare const index$3_SensorDecisionZ: typeof SensorDecisionZ;
|
|
3045
|
+
type index$3_SensorResult = SensorResult;
|
|
3046
|
+
declare const index$3_SensorResultZ: typeof SensorResultZ;
|
|
3047
|
+
type index$3_UploadSession = UploadSession;
|
|
3048
|
+
declare const index$3_UploadSessionZ: typeof UploadSessionZ;
|
|
3049
|
+
type index$3_UploadStatus = UploadStatus;
|
|
3050
|
+
declare const index$3_UploadStatusZ: typeof UploadStatusZ;
|
|
3051
|
+
type index$3_WsHandshakeDecision = WsHandshakeDecision;
|
|
3052
|
+
declare const index$3_WsHandshakeDecisionZ: typeof WsHandshakeDecisionZ;
|
|
3053
|
+
type index$3_WsHandshakeInput = WsHandshakeInput;
|
|
3054
|
+
declare const index$3_WsHandshakeInputZ: typeof WsHandshakeInputZ;
|
|
3862
3055
|
declare namespace index$3 {
|
|
3863
|
-
export { index$
|
|
3056
|
+
export { type index$3_AccessProfile as AccessProfile, index$3_AccessProfileZ as AccessProfileZ, type index$3_AxisContext as AxisContext, index$3_AxisContextZ as AxisContextZ, type index$3_AxisError as AxisError, index$3_AxisErrorZ as AxisErrorZ, type index$3_BodyBudgetInput as BodyBudgetInput, index$3_BodyBudgetInputZ as BodyBudgetInputZ, type index$3_BodyBudgetPolicy as BodyBudgetPolicy, index$3_BodyBudgetPolicyZ as BodyBudgetPolicyZ, index$3_BodyProfile as BodyProfile, type index$3_BodyProfileValidation as BodyProfileValidation, index$3_BodyProfileValidator as BodyProfileValidator, index$3_BodyProfileZ as BodyProfileZ, type Capsule$1 as Capsule, type index$3_CapsuleClaims as CapsuleClaims, index$3_CapsuleClaimsZ as CapsuleClaimsZ, type index$3_CapsuleValidationResult as CapsuleValidationResult, index$3_CapsuleValidationResultZ as CapsuleValidationResultZ, type index$3_CapsuleVerifyResult as CapsuleVerifyResult, index$3_CapsuleVerifyResultZ as CapsuleVerifyResultZ, type index$3_CapsuleVerifySensorInput as CapsuleVerifySensorInput, index$3_CapsuleVerifySensorInputZ as CapsuleVerifySensorInputZ, index$3_CapsuleZ as CapsuleZ, type index$3_ChunkHashInput as ChunkHashInput, index$3_ChunkHashInputZ as ChunkHashInputZ, type index$3_CountryBlockDecision as CountryBlockDecision, index$3_CountryBlockDecisionZ as CountryBlockDecisionZ, type index$3_CountryBlockSensorInput as CountryBlockSensorInput, index$3_CountryBlockSensorInputZ as CountryBlockSensorInputZ, type index$3_EntropySensorInput as EntropySensorInput, index$3_EntropySensorInputZ as EntropySensorInputZ, index$3_ExecutionMetricsZ as ExecutionMetricsZ, type index$3_IPReputation as IPReputation, type index$3_IPReputationInput as IPReputationInput, index$3_IPReputationInputZ as IPReputationInputZ, index$3_IPReputationZ as IPReputationZ, type index$3_IntentPolicy as IntentPolicy, type index$3_IntentPolicyDecision as IntentPolicyDecision, index$3_IntentPolicyDecisionZ as IntentPolicyDecisionZ, type index$3_IntentPolicySensorInput as IntentPolicySensorInput, index$3_IntentPolicySensorInputZ as IntentPolicySensorInputZ, index$3_IntentPolicyZ as IntentPolicyZ, type index$3_IntentSchema as IntentSchema, index$3_IntentSchemaZ as IntentSchemaZ, type index$3_Passport as Passport, index$3_PassportZ as PassportZ, type index$3_ProofKind as ProofKind, index$3_ProofKindZ as ProofKindZ, type index$3_ProofPresenceInput as ProofPresenceInput, index$3_ProofPresenceInputZ as ProofPresenceInputZ, ProofType$1 as ProofType, type index$3_ProtocolStrictInput as ProtocolStrictInput, index$3_ProtocolStrictInputZ as ProtocolStrictInputZ, type index$3_RateLimitConfig as RateLimitConfig, index$3_RateLimitConfigZ as RateLimitConfigZ, type index$3_RateLimitInput as RateLimitInput, index$3_RateLimitInputZ as RateLimitInputZ, type index$3_RateLimitProfile as RateLimitProfile, index$3_RateLimitProfileZ as RateLimitProfileZ, type index$3_ScanBurstDecision as ScanBurstDecision, index$3_ScanBurstDecisionZ as ScanBurstDecisionZ, type index$3_ScanBurstSensorInput as ScanBurstSensorInput, index$3_ScanBurstSensorInputZ as ScanBurstSensorInputZ, type index$3_SchemaField as SchemaField, type index$3_SchemaFieldKind as SchemaFieldKind, index$3_SchemaFieldKindZ as SchemaFieldKindZ, index$3_SchemaFieldZ as SchemaFieldZ, type index$3_Scope as Scope, index$3_ScopeZ as ScopeZ, type index$3_SensitivityLevel as SensitivityLevel, index$3_SensitivityLevelZ as SensitivityLevelZ, type index$3_SensorChainInput as SensorChainInput, index$3_SensorChainInputZ as SensorChainInputZ, index$3_SensorDecisionWithMetadataZ as SensorDecisionWithMetadataZ, index$3_SensorDecisionZ as SensorDecisionZ, type index$3_SensorResult as SensorResult, index$3_SensorResultZ as SensorResultZ, type index$3_UploadSession as UploadSession, index$3_UploadSessionZ as UploadSessionZ, type index$3_UploadStatus as UploadStatus, index$3_UploadStatusZ as UploadStatusZ, type index$3_WsHandshakeDecision as WsHandshakeDecision, index$3_WsHandshakeDecisionZ as WsHandshakeDecisionZ, type index$3_WsHandshakeInput as WsHandshakeInput, index$3_WsHandshakeInputZ as WsHandshakeInputZ };
|
|
3057
|
+
}
|
|
3058
|
+
|
|
3059
|
+
type index$2_AxisSensorChainService = AxisSensorChainService;
|
|
3060
|
+
declare const index$2_AxisSensorChainService: typeof AxisSensorChainService;
|
|
3061
|
+
declare const index$2_CAPABILITIES: typeof CAPABILITIES;
|
|
3062
|
+
type index$2_Capability = Capability;
|
|
3063
|
+
type index$2_ChainResult = ChainResult;
|
|
3064
|
+
declare const index$2_INTENT_REQUIREMENTS: typeof INTENT_REQUIREMENTS;
|
|
3065
|
+
declare const index$2_PROOF_CAPABILITIES: typeof PROOF_CAPABILITIES;
|
|
3066
|
+
type index$2_SensorDecision = SensorDecision;
|
|
3067
|
+
type index$2_SensorInput = SensorInput;
|
|
3068
|
+
declare const index$2_canAccessResource: typeof canAccessResource;
|
|
3069
|
+
declare const index$2_hasScope: typeof hasScope;
|
|
3070
|
+
declare const index$2_parseScope: typeof parseScope;
|
|
3071
|
+
declare namespace index$2 {
|
|
3072
|
+
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 };
|
|
3864
3073
|
}
|
|
3865
3074
|
|
|
3866
3075
|
declare class AccessProfileResolverSensor implements AxisSensor {
|
|
@@ -3960,16 +3169,6 @@ declare class IntentRegistrySensor implements AxisSensor {
|
|
|
3960
3169
|
run(input: SensorInput): Promise<SensorDecision>;
|
|
3961
3170
|
}
|
|
3962
3171
|
|
|
3963
|
-
declare class LawEvaluationSensor implements AxisSensor {
|
|
3964
|
-
private readonly options;
|
|
3965
|
-
private readonly logger;
|
|
3966
|
-
readonly name = "LawEvaluationSensor";
|
|
3967
|
-
readonly order: number;
|
|
3968
|
-
constructor(options?: LawEvaluationSensorOptions);
|
|
3969
|
-
supports(input: SensorInput): boolean;
|
|
3970
|
-
run(input: SensorInput): Promise<SensorDecision>;
|
|
3971
|
-
}
|
|
3972
|
-
|
|
3973
3172
|
declare class ProofPresenceSensor implements AxisSensor {
|
|
3974
3173
|
readonly name = "ProofPresenceSensor";
|
|
3975
3174
|
readonly order: number;
|
|
@@ -4043,85 +3242,44 @@ declare class VarintHardeningSensor implements AxisSensor {
|
|
|
4043
3242
|
run(input: SensorInput): Promise<SensorDecision>;
|
|
4044
3243
|
}
|
|
4045
3244
|
|
|
4046
|
-
type index$
|
|
4047
|
-
declare const index$
|
|
4048
|
-
type index$
|
|
4049
|
-
declare const index$
|
|
4050
|
-
type index$
|
|
4051
|
-
declare const index$
|
|
4052
|
-
type index$
|
|
4053
|
-
declare const index$
|
|
4054
|
-
type index$
|
|
4055
|
-
declare const index$
|
|
4056
|
-
type index$
|
|
4057
|
-
declare const index$
|
|
4058
|
-
type index$
|
|
4059
|
-
declare const index$
|
|
4060
|
-
type index$
|
|
4061
|
-
declare const index$
|
|
4062
|
-
type index$
|
|
4063
|
-
declare const index$
|
|
4064
|
-
type index$
|
|
4065
|
-
declare const index$
|
|
4066
|
-
type index$
|
|
4067
|
-
declare const index$
|
|
4068
|
-
type index$
|
|
4069
|
-
declare const index$
|
|
4070
|
-
type index$
|
|
4071
|
-
declare const index$
|
|
4072
|
-
type index$
|
|
4073
|
-
declare const index$
|
|
4074
|
-
type index$
|
|
4075
|
-
declare const index$
|
|
4076
|
-
type index$
|
|
4077
|
-
declare const index$
|
|
4078
|
-
type index$
|
|
4079
|
-
|
|
4080
|
-
type index$
|
|
4081
|
-
declare const index$
|
|
4082
|
-
type index$2_StreamScopeSensor = StreamScopeSensor;
|
|
4083
|
-
declare const index$2_StreamScopeSensor: typeof StreamScopeSensor;
|
|
4084
|
-
type index$2_TLVParseSensor = TLVParseSensor;
|
|
4085
|
-
declare const index$2_TLVParseSensor: typeof TLVParseSensor;
|
|
4086
|
-
type index$2_TickAuthCapsuleRef = TickAuthCapsuleRef;
|
|
4087
|
-
type index$2_TickAuthSensor = TickAuthSensor;
|
|
4088
|
-
declare const index$2_TickAuthSensor: typeof TickAuthSensor;
|
|
4089
|
-
type index$2_TickAuthSensorOptions = TickAuthSensorOptions;
|
|
4090
|
-
type index$2_TickAuthVerifier = TickAuthVerifier;
|
|
4091
|
-
type index$2_TpsSensor = TpsSensor;
|
|
4092
|
-
declare const index$2_TpsSensor: typeof TpsSensor;
|
|
4093
|
-
type index$2_TpsSensorOptions = TpsSensorOptions;
|
|
4094
|
-
type index$2_VarintHardeningSensor = VarintHardeningSensor;
|
|
4095
|
-
declare const index$2_VarintHardeningSensor: typeof VarintHardeningSensor;
|
|
4096
|
-
declare namespace index$2 {
|
|
4097
|
-
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 };
|
|
4098
|
-
}
|
|
4099
|
-
|
|
4100
|
-
type index$1_ForkRequest = ForkRequest;
|
|
4101
|
-
type index$1_ForkResult = ForkResult;
|
|
4102
|
-
type index$1_InMemoryTimelineStore = InMemoryTimelineStore;
|
|
4103
|
-
declare const index$1_InMemoryTimelineStore: typeof InMemoryTimelineStore;
|
|
4104
|
-
type index$1_ReplayDifference = ReplayDifference;
|
|
4105
|
-
type index$1_ReplayMode = ReplayMode;
|
|
4106
|
-
type index$1_ReplayRequest = ReplayRequest;
|
|
4107
|
-
type index$1_ReplayResult = ReplayResult;
|
|
4108
|
-
type index$1_SimulatedSideEffect = SimulatedSideEffect;
|
|
4109
|
-
type index$1_SimulationRequest = SimulationRequest;
|
|
4110
|
-
type index$1_SimulationResult = SimulationResult;
|
|
4111
|
-
type index$1_StateSnapshot = StateSnapshot;
|
|
4112
|
-
type index$1_TimelineBranch = TimelineBranch;
|
|
4113
|
-
type index$1_TimelineComparison = TimelineComparison;
|
|
4114
|
-
type index$1_TimelineDomain = TimelineDomain;
|
|
4115
|
-
type index$1_TimelineEngine = TimelineEngine;
|
|
4116
|
-
declare const index$1_TimelineEngine: typeof TimelineEngine;
|
|
4117
|
-
type index$1_TimelineEvent = TimelineEvent;
|
|
4118
|
-
type index$1_TimelineEventStatus = TimelineEventStatus;
|
|
4119
|
-
type index$1_TimelineHandler = TimelineHandler;
|
|
4120
|
-
type index$1_TimelineHandlerContext = TimelineHandlerContext;
|
|
4121
|
-
type index$1_TimelineHandlerResult = TimelineHandlerResult;
|
|
4122
|
-
type index$1_TimelineStore = TimelineStore;
|
|
3245
|
+
type index$1_AccessProfileResolverSensor = AccessProfileResolverSensor;
|
|
3246
|
+
declare const index$1_AccessProfileResolverSensor: typeof AccessProfileResolverSensor;
|
|
3247
|
+
type index$1_BodyBudgetSensor = BodyBudgetSensor;
|
|
3248
|
+
declare const index$1_BodyBudgetSensor: typeof BodyBudgetSensor;
|
|
3249
|
+
type index$1_CapabilityEnforcementSensor = CapabilityEnforcementSensor;
|
|
3250
|
+
declare const index$1_CapabilityEnforcementSensor: typeof CapabilityEnforcementSensor;
|
|
3251
|
+
type index$1_ChunkHashSensor = ChunkHashSensor;
|
|
3252
|
+
declare const index$1_ChunkHashSensor: typeof ChunkHashSensor;
|
|
3253
|
+
type index$1_EntropySensor = EntropySensor;
|
|
3254
|
+
declare const index$1_EntropySensor: typeof EntropySensor;
|
|
3255
|
+
type index$1_ExecutionTimeoutSensor = ExecutionTimeoutSensor;
|
|
3256
|
+
declare const index$1_ExecutionTimeoutSensor: typeof ExecutionTimeoutSensor;
|
|
3257
|
+
type index$1_FrameBudgetSensor = FrameBudgetSensor;
|
|
3258
|
+
declare const index$1_FrameBudgetSensor: typeof FrameBudgetSensor;
|
|
3259
|
+
type index$1_FrameHeaderSanitySensor = FrameHeaderSanitySensor;
|
|
3260
|
+
declare const index$1_FrameHeaderSanitySensor: typeof FrameHeaderSanitySensor;
|
|
3261
|
+
type index$1_HeaderTLVLimitSensor = HeaderTLVLimitSensor;
|
|
3262
|
+
declare const index$1_HeaderTLVLimitSensor: typeof HeaderTLVLimitSensor;
|
|
3263
|
+
type index$1_IntentAllowlistSensor = IntentAllowlistSensor;
|
|
3264
|
+
declare const index$1_IntentAllowlistSensor: typeof IntentAllowlistSensor;
|
|
3265
|
+
type index$1_IntentRegistrySensor = IntentRegistrySensor;
|
|
3266
|
+
declare const index$1_IntentRegistrySensor: typeof IntentRegistrySensor;
|
|
3267
|
+
type index$1_ProofPresenceSensor = ProofPresenceSensor;
|
|
3268
|
+
declare const index$1_ProofPresenceSensor: typeof ProofPresenceSensor;
|
|
3269
|
+
type index$1_ProtocolStrictSensor = ProtocolStrictSensor;
|
|
3270
|
+
declare const index$1_ProtocolStrictSensor: typeof ProtocolStrictSensor;
|
|
3271
|
+
type index$1_ReceiptPolicySensor = ReceiptPolicySensor;
|
|
3272
|
+
declare const index$1_ReceiptPolicySensor: typeof ReceiptPolicySensor;
|
|
3273
|
+
type index$1_SchemaValidationSensor = SchemaValidationSensor;
|
|
3274
|
+
declare const index$1_SchemaValidationSensor: typeof SchemaValidationSensor;
|
|
3275
|
+
type index$1_StreamScopeSensor = StreamScopeSensor;
|
|
3276
|
+
declare const index$1_StreamScopeSensor: typeof StreamScopeSensor;
|
|
3277
|
+
type index$1_TLVParseSensor = TLVParseSensor;
|
|
3278
|
+
declare const index$1_TLVParseSensor: typeof TLVParseSensor;
|
|
3279
|
+
type index$1_VarintHardeningSensor = VarintHardeningSensor;
|
|
3280
|
+
declare const index$1_VarintHardeningSensor: typeof VarintHardeningSensor;
|
|
4123
3281
|
declare namespace index$1 {
|
|
4124
|
-
export {
|
|
3282
|
+
export { index$1_AccessProfileResolverSensor as AccessProfileResolverSensor, index$1_BodyBudgetSensor as BodyBudgetSensor, index$1_CapabilityEnforcementSensor as CapabilityEnforcementSensor, index$1_ChunkHashSensor as ChunkHashSensor, index$1_EntropySensor as EntropySensor, index$1_ExecutionTimeoutSensor as ExecutionTimeoutSensor, index$1_FrameBudgetSensor as FrameBudgetSensor, index$1_FrameHeaderSanitySensor as FrameHeaderSanitySensor, index$1_HeaderTLVLimitSensor as HeaderTLVLimitSensor, index$1_IntentAllowlistSensor as IntentAllowlistSensor, index$1_IntentRegistrySensor as IntentRegistrySensor, index$1_ProofPresenceSensor as ProofPresenceSensor, index$1_ProtocolStrictSensor as ProtocolStrictSensor, index$1_ReceiptPolicySensor as ReceiptPolicySensor, index$1_SchemaValidationSensor as SchemaValidationSensor, index$1_StreamScopeSensor as StreamScopeSensor, index$1_TLVParseSensor as TLVParseSensor, index$1_VarintHardeningSensor as VarintHardeningSensor };
|
|
4125
3283
|
}
|
|
4126
3284
|
|
|
4127
3285
|
declare const index_encodeAxisTlvDto: typeof encodeAxisTlvDto;
|
|
@@ -4129,4 +3287,4 @@ declare namespace index {
|
|
|
4129
3287
|
export { index_encodeAxisTlvDto as encodeAxisTlvDto };
|
|
4130
3288
|
}
|
|
4131
3289
|
|
|
4132
|
-
export { ATS1_HDR, ATS1_SCHEMA, AXIS_EXECUTION_CONTEXT_KEY, AXIS_OPCODES, AXIS_UPLOAD_FILE_STORE, AXIS_UPLOAD_RECEIPT_SIGNER, AXIS_UPLOAD_SESSION_STORE,
|
|
3290
|
+
export { ATS1_HDR, ATS1_SCHEMA, AXIS_EXECUTION_CONTEXT_KEY, AXIS_OPCODES, AXIS_UPLOAD_FILE_STORE, AXIS_UPLOAD_RECEIPT_SIGNER, AXIS_UPLOAD_SESSION_STORE, ats1 as Ats1Codec, type Axis1DecodedFrame, type Axis1FrameToEncode, type AxisAlg$1 as AxisAlg, type AxisPacket as AxisBinaryPacket, type AxisCapsule, type AxisCapsuleConstraints, type AxisCapsulePayload, type AxisCapsuleRef, type AxisChainEncryption, type AxisChainEnvelope, AxisChainExecutor, type AxisChainRequest, type AxisChainResult, type AxisChainStatus, type AxisChainStep, type AxisChainStepResult, type AxisChainStepStatus, AxisContext$1 as AxisContext, type AxisCrudHandler, type AxisDecoded, AxisDemoPubkey, type AxisEffect, type AxisExecutionContext, type AxisExecutionMode, AxisFilesDownloadHandler, AxisFilesFinalizeHandler, AxisFrame$2 as AxisFrame, type AxisHandler, type AxisHandlerInit, AxisIdDto, type AxisIntentEnvelope, type AxisIntentObserver, AxisIp, type AxisAlg as AxisJsonAlg, type AxisFrame$1 as AxisJsonFrame, type AxisResponse as AxisJsonResponse, type AxisSig as AxisJsonSig, type AxisKeyExchangeRef, type AxisObservation, type AxisObservedContext, type AxisObserverBinding, type AxisObserverBindingOptions, type AxisObserverContext, type AxisObserverDefinition, type AxisObserverEvent, type AxisObserverRef, type AxisObserverRegistration, type AxisPacket$1 as AxisPacket, T as AxisPacketTags, AxisPartialType, type AxisPostSensor, type AxisPreSensor, AxisRaw, type AxisRequestContext, type AxisRequestData, AxisResponseDto, type AxisSensor, AxisSensorChainService, type AxisSensorInit, type AxisSig$1 as AxisSig, AxisTlvDto, BAND, CAPABILITIES, CAPSULE_POLICY_METADATA_KEY, CCE_ERROR, CCE_PROTOCOL_VERSION, CHAIN_METADATA_KEY, type Capability, type CapsuleMode, CapsulePolicy, type CapsulePolicyOptions, type CapsuleScopeMode, type CceCapsuleClaims as CceCapsuleClaimsType, CceError, type CceExecutionContext as CceExecutionContextType, type CceHandler, type CceHandlerContext, type CceHandlerResult, type CcePipelineConfig, type CcePipelineResult, type CcePolicyContext, type CcePolicyDecision, type CcePolicyEvaluator, type CceRequestEnvelope as CceRequestEnvelopeType, type CceResponseEnvelope as CceResponseEnvelopeType, type CceWitnessRecord as CceWitnessRecordType, Chain, type ChainOptions, type ChainResult, ContractViolationError, DEFAULT_CONTRACTS, DEFAULT_TIMEOUT, Decision, DiskUploadFileStore, type DtoSchema, type ExecutionContract, ExecutionMeter, type ExecutionMetrics, FALLBACK_CONTRACT, type Grant, type GrantCapability, type GrantMeta, type GrantStatus, type GrantType, type GrantValidationResult, HANDLER_METADATA_KEY, HANDLER_SENSORS_KEY, Handler, HandlerDiscoveryService, HandlerSensors, INTENT_BODY_KEY, INTENT_METADATA_KEY, INTENT_REQUIREMENTS, INTENT_ROUTES_KEY, INTENT_SENSITIVITY_MAP, INTENT_SENSORS_KEY, INTENT_TIMEOUTS, Intent, IntentBody, type IntentDefinition, type IntentKind, type IntentOptions, type IntentRoute, IntentRouter, IntentSensitivity, IntentSensors, type IntentTlvField, type KeyStatus, type LoomReceipt, type LoomValidationResult, OBSERVER_BINDINGS_KEY, OBSERVER_METADATA_KEY, type ObservationQueueConfig, type ObservationQueueMessage, type ObservationSensor, type ObservationStage, type ObservationStreamEntry, type ObservationWitnessSummary, Observer, ObserverDiscoveryService, ObserverDispatcherService, ObserverRegistry, type ObserverVerdict, PRE_DECODE_BOUNDARY, PROOF_CAPABILITIES, type PresenceChallenge, type PresenceDeclaration, type PresenceProof, type PresenceReceipt, type PresenceStatus, type PresenceVerifyResult, RESPONSE_TAG_CREATED_AT, RESPONSE_TAG_CREATED_BY, RESPONSE_TAG_ID, RESPONSE_TAG_UPDATED_AT, RESPONSE_TAG_UPDATED_BY, type ReceiptEffect, type RegisteredChainConfig, type ResponseContract, ResponseObserver, type ResponseObserverContext, type Revocation, type RevocationTargetType, RiskDecision, type RiskEvaluation, type RiskSignal, 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, TLV_FIELDS_KEY, TLV_VALIDATORS_KEY, type ThreadState, TlvEnum, TlvField, type TlvFieldKind, type TlvFieldMeta, type TlvFieldOptions, TlvMinLen, TlvRange, TlvUtf8Pattern, TlvValidate, type TlvValidatorFn, type TlvValidatorMeta, type UnsignedObservationWitness, type UploadFileStat, type UploadFileStore, type UploadReceiptSigner, type UploadSessionRecord, type UploadSessionStatus, type UploadSessionStore, type Writ, type WritBody, type WritHead, type WritMeta, type WritSignature, type WritValidationResult, axis1SigningBytes, b64urlDecode, b64urlDecodeString, b64urlEncode, b64urlEncodeString, buildAts1Hdr, buildDtoDecoder, buildPacket, buildQueueMessage, buildReceiptHash, buildTLVs, buildUnsignedWitness, bytes, canAccessResource, canonicalJson, canonicalJsonExcluding, canonicalizeGrant, canonicalizeObservation, canonicalizeWrit, index$9 as cce, classifyIntent, createObservation, index$8 as crypto, decodeAxis1Frame, decodeQueueMessage, index$7 as decorators, deriveAnchorReflection, encVarint, encodeAxis1Frame, encodeAxisTlvDto, encodeQueueMessage, endStage, index$5 as engine, executeCcePipeline, extractDtoSchema, finalizeObservation, getAxisExecutionContext, hasScope, hashObservation, isAdminOpcode, isKnownOpcode, isTimestampValid, index$4 as loom, mergeAxisExecutionContext, nonce16, normalizeSensorDecision, packPasskeyLoginOptionsReq, packPasskeyLoginOptionsRes, packPasskeyLoginVerifyReq, packPasskeyLoginVerifyRes, packPasskeyRegisterOptionsReq, parseAutoClaimEntries, parseScope, parseStreamEntries, recordSensor, resolveTimeout, index$3 as schemas, index$2 as security, sensitivityName, index$1 as sensors, stableJsonStringify, startStage, tlv, u64be, unpackPasskeyLoginOptionsReq, unpackPasskeyLoginVerifyReq, unpackPasskeyRegisterOptionsReq, utf8, index as utils, validateFrameShape, varintU, verifyResponse, withAxisExecutionContext };
|