@nextera.one/axis-server-sdk 1.7.0 → 1.8.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.mts +7 -3
- package/dist/index.d.ts +7 -3
- package/dist/index.js +4 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +4 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -1710,6 +1710,7 @@ function verifyResponse(ctx, response) {
|
|
|
1710
1710
|
}
|
|
1711
1711
|
return { passed: true };
|
|
1712
1712
|
}
|
|
1713
|
+
var ResponseObserver = verifyResponse;
|
|
1713
1714
|
|
|
1714
1715
|
// src/core/varint.ts
|
|
1715
1716
|
import { encodeVarint, decodeVarint, varintLength } from "@nextera.one/axis-protocol";
|
|
@@ -5190,6 +5191,7 @@ __export(engine_exports, {
|
|
|
5190
5191
|
HandlerDiscoveryService: () => HandlerDiscoveryService,
|
|
5191
5192
|
IntentRouter: () => IntentRouter,
|
|
5192
5193
|
PRE_DECODE_BOUNDARY: () => PRE_DECODE_BOUNDARY,
|
|
5194
|
+
ResponseObserver: () => ResponseObserver,
|
|
5193
5195
|
SensorDiscoveryService: () => SensorDiscoveryService,
|
|
5194
5196
|
SensorRegistry: () => SensorRegistry,
|
|
5195
5197
|
buildQueueMessage: () => buildQueueMessage,
|
|
@@ -5213,6 +5215,7 @@ __export(engine_exports, {
|
|
|
5213
5215
|
// src/engine/observation/index.ts
|
|
5214
5216
|
var observation_exports = {};
|
|
5215
5217
|
__export(observation_exports, {
|
|
5218
|
+
ResponseObserver: () => ResponseObserver,
|
|
5216
5219
|
buildQueueMessage: () => buildQueueMessage,
|
|
5217
5220
|
buildUnsignedWitness: () => buildUnsignedWitness,
|
|
5218
5221
|
canonicalizeObservation: () => canonicalizeObservation,
|
|
@@ -7336,7 +7339,7 @@ export {
|
|
|
7336
7339
|
RESPONSE_TAG_ID,
|
|
7337
7340
|
RESPONSE_TAG_UPDATED_AT,
|
|
7338
7341
|
RESPONSE_TAG_UPDATED_BY,
|
|
7339
|
-
|
|
7342
|
+
ResponseObserver,
|
|
7340
7343
|
RiskDecision,
|
|
7341
7344
|
SENSOR_METADATA_KEY,
|
|
7342
7345
|
Schema2002_PasskeyLoginOptionsRes,
|