@nextera.one/axis-server-sdk 2.2.9 → 2.3.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{index-DypvaTKs.d.mts → index-Bng8utj8.d.mts} +4 -2
- package/dist/{index-Dci5tlZE.d.ts → index-DJbM2lNM.d.ts} +4 -2
- package/dist/index.d.mts +4 -3
- package/dist/index.d.ts +4 -3
- package/dist/index.js +14 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +14 -0
- package/dist/index.mjs.map +1 -1
- package/dist/sensors/index.d.mts +1 -1
- package/dist/sensors/index.d.ts +1 -1
- package/dist/sensors/index.js +12 -0
- package/dist/sensors/index.js.map +1 -1
- package/dist/sensors/index.mjs +12 -0
- package/dist/sensors/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/sensors/index.d.mts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export {
|
|
1
|
+
export { n as AccessProfileResolverSensor, $ as BodyBudgetSensor, a2 as CapabilityEnforcementSensor, a7 as ChunkHashSensor, aa as EntropySensor, ac as ExecutionTimeoutSensor, ae as FrameBudgetSensor, af as FrameHeaderSanitySensor, ag as HeaderTLVLimitSensor, ak as IntentAllowlistSensor, an as IntentRegistrySensor, ap as LawEvaluationSensor, av as ProofPresenceSensor, aw as ProtocolStrictSensor, ay as ReceiptPolicySensor, aD as RiskGateSensor, aE as RiskGateSensorOptions, aG as RiskSignalCollector, aI as SchemaValidationSensor, aK as StreamScopeSensor, aL as TLVParseSensor, aO as TickAuthCapsuleRef, aP as TickAuthSensor, aQ as TickAuthSensorOptions, aR as TickAuthVerifier, b0 as TpsSensor, b1 as TpsSensorOptions, b2 as VarintHardeningSensor } from '../index-Bng8utj8.mjs';
|
|
2
2
|
import '../axis-sensor-DMW4rfRg.mjs';
|
|
3
3
|
import 'zod';
|
|
4
4
|
import '@nextera.one/axis-protocol';
|
package/dist/sensors/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export {
|
|
1
|
+
export { n as AccessProfileResolverSensor, $ as BodyBudgetSensor, a2 as CapabilityEnforcementSensor, a7 as ChunkHashSensor, aa as EntropySensor, ac as ExecutionTimeoutSensor, ae as FrameBudgetSensor, af as FrameHeaderSanitySensor, ag as HeaderTLVLimitSensor, ak as IntentAllowlistSensor, an as IntentRegistrySensor, ap as LawEvaluationSensor, av as ProofPresenceSensor, aw as ProtocolStrictSensor, ay as ReceiptPolicySensor, aD as RiskGateSensor, aE as RiskGateSensorOptions, aG as RiskSignalCollector, aI as SchemaValidationSensor, aK as StreamScopeSensor, aL as TLVParseSensor, aO as TickAuthCapsuleRef, aP as TickAuthSensor, aQ as TickAuthSensorOptions, aR as TickAuthVerifier, b0 as TpsSensor, b1 as TpsSensorOptions, b2 as VarintHardeningSensor } from '../index-DJbM2lNM.js';
|
|
2
2
|
import '../axis-sensor-DMW4rfRg.js';
|
|
3
3
|
import 'zod';
|
|
4
4
|
import '@nextera.one/axis-protocol';
|
package/dist/sensors/index.js
CHANGED
|
@@ -500,6 +500,16 @@ function AxisPublic() {
|
|
|
500
500
|
return target;
|
|
501
501
|
};
|
|
502
502
|
}
|
|
503
|
+
function AxisAuthorized() {
|
|
504
|
+
return (target, propertyKey, descriptor) => {
|
|
505
|
+
if (descriptor) {
|
|
506
|
+
Reflect.defineMetadata(AXIS_AUTHORIZED_KEY, true, target, propertyKey);
|
|
507
|
+
return descriptor;
|
|
508
|
+
}
|
|
509
|
+
Reflect.defineMetadata(AXIS_AUTHORIZED_KEY, true, target);
|
|
510
|
+
return target;
|
|
511
|
+
};
|
|
512
|
+
}
|
|
503
513
|
function AxisAnonymous() {
|
|
504
514
|
return (target, propertyKey, descriptor) => {
|
|
505
515
|
if (descriptor) {
|
|
@@ -10546,6 +10556,7 @@ __export(index_exports, {
|
|
|
10546
10556
|
ATS1_HDR: () => ATS1_HDR,
|
|
10547
10557
|
ATS1_SCHEMA: () => ATS1_SCHEMA,
|
|
10548
10558
|
AXIS_ANONYMOUS_KEY: () => AXIS_ANONYMOUS_KEY,
|
|
10559
|
+
AXIS_AUTHORIZED_KEY: () => AXIS_AUTHORIZED_KEY,
|
|
10549
10560
|
AXIS_EXECUTION_CONTEXT_KEY: () => AXIS_EXECUTION_CONTEXT_KEY,
|
|
10550
10561
|
AXIS_MAGIC: () => import_axis_protocol.AXIS_MAGIC,
|
|
10551
10562
|
AXIS_META_KEY: () => AXIS_META_KEY,
|
|
@@ -10559,6 +10570,7 @@ __export(index_exports, {
|
|
|
10559
10570
|
Ats1Codec: () => ats1_exports,
|
|
10560
10571
|
Axis: () => Axis,
|
|
10561
10572
|
AxisAnonymous: () => AxisAnonymous,
|
|
10573
|
+
AxisAuthorized: () => AxisAuthorized,
|
|
10562
10574
|
AxisChainExecutor: () => AxisChainExecutor,
|
|
10563
10575
|
AxisError: () => AxisError,
|
|
10564
10576
|
AxisFrameZ: () => AxisFrameZ,
|