@nextera.one/axis-server-sdk 2.3.18 → 2.3.19
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-Bb2pRr93.d.mts → index-BCFbHQxo.d.mts} +1 -14
- package/dist/{index-Q8wrM2PV.d.ts → index-BsnV_K_l.d.ts} +1 -14
- package/dist/index.d.mts +12 -12
- package/dist/index.d.ts +12 -12
- package/dist/index.js +5 -12
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +6 -12
- package/dist/index.mjs.map +1 -1
- package/dist/needle/index.js.map +1 -1
- package/dist/needle/index.mjs +1 -0
- package/dist/needle/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 +4 -12
- package/dist/sensors/index.js.map +1 -1
- package/dist/sensors/index.mjs +5 -12
- package/dist/sensors/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -892,6 +892,7 @@ __export(constants_exports, {
|
|
|
892
892
|
NCERT_SIG: () => NCERT_SIG,
|
|
893
893
|
PROOF_CAPSULE: () => PROOF_CAPSULE,
|
|
894
894
|
PROOF_JWT: () => PROOF_JWT,
|
|
895
|
+
PROOF_KINDS: () => PROOF_KINDS,
|
|
895
896
|
PROOF_LOOM: () => PROOF_LOOM,
|
|
896
897
|
PROOF_MTLS: () => PROOF_MTLS,
|
|
897
898
|
PROOF_NONE: () => PROOF_NONE,
|
|
@@ -986,6 +987,7 @@ import {
|
|
|
986
987
|
PROOF_MTLS,
|
|
987
988
|
PROOF_LOOM,
|
|
988
989
|
PROOF_WITNESS,
|
|
990
|
+
PROOF_KINDS,
|
|
989
991
|
ProofType,
|
|
990
992
|
BodyProfile,
|
|
991
993
|
ERR_INVALID_PACKET,
|
|
@@ -11825,6 +11827,7 @@ var SensorDecisionZ, SensorDecisionWithMetadataZ, CountryBlockSensorInputZ, Coun
|
|
|
11825
11827
|
var init_axis_schemas = __esm({
|
|
11826
11828
|
"src/schemas/axis-schemas.ts"() {
|
|
11827
11829
|
init_axis_bin();
|
|
11830
|
+
init_constants();
|
|
11828
11831
|
SensorDecisionZ = z2.union([
|
|
11829
11832
|
z2.object({ action: z2.literal("ALLOW"), meta: z2.any().optional() }),
|
|
11830
11833
|
z2.object({
|
|
@@ -11854,18 +11857,7 @@ var init_axis_schemas = __esm({
|
|
|
11854
11857
|
isFailure: z2.boolean().optional()
|
|
11855
11858
|
});
|
|
11856
11859
|
ScanBurstDecisionZ = SensorDecisionWithMetadataZ;
|
|
11857
|
-
ProofKindZ = z2.enum(
|
|
11858
|
-
"NONE",
|
|
11859
|
-
"ANONYMOUS",
|
|
11860
|
-
"PASSPORT",
|
|
11861
|
-
"CAPSULE",
|
|
11862
|
-
"JWT",
|
|
11863
|
-
"CONTRACT",
|
|
11864
|
-
"WITNESS",
|
|
11865
|
-
"MTLS",
|
|
11866
|
-
"DEVICE",
|
|
11867
|
-
"AUTHORIZED"
|
|
11868
|
-
]);
|
|
11860
|
+
ProofKindZ = z2.enum(PROOF_KINDS);
|
|
11869
11861
|
AccessProfileZ = z2.enum(["PUBLIC", "PARTNER", "INTERNAL", "NODE"]);
|
|
11870
11862
|
ProofPresenceInputZ = z2.object({
|
|
11871
11863
|
profile: AccessProfileZ,
|
|
@@ -13226,6 +13218,7 @@ __export(index_exports, {
|
|
|
13226
13218
|
PROOF_CAPABILITIES: () => PROOF_CAPABILITIES,
|
|
13227
13219
|
PROOF_CAPSULE: () => PROOF_CAPSULE,
|
|
13228
13220
|
PROOF_JWT: () => PROOF_JWT,
|
|
13221
|
+
PROOF_KINDS: () => PROOF_KINDS,
|
|
13229
13222
|
PROOF_LOOM: () => PROOF_LOOM,
|
|
13230
13223
|
PROOF_MTLS: () => PROOF_MTLS,
|
|
13231
13224
|
PROOF_NONE: () => PROOF_NONE,
|
|
@@ -13631,6 +13624,7 @@ export {
|
|
|
13631
13624
|
PROOF_CAPABILITIES,
|
|
13632
13625
|
PROOF_CAPSULE,
|
|
13633
13626
|
PROOF_JWT,
|
|
13627
|
+
PROOF_KINDS,
|
|
13634
13628
|
PROOF_LOOM,
|
|
13635
13629
|
PROOF_MTLS,
|
|
13636
13630
|
PROOF_NONE,
|