@nextera.one/axis-server-sdk 1.4.0 → 1.6.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/core/index.d.mts +1 -1
- package/dist/core/index.d.ts +1 -1
- package/dist/{index-B5xzROld.d.mts → index-1uEwnW-w.d.mts} +1 -1
- package/dist/{index-B5xzROld.d.ts → index-1uEwnW-w.d.ts} +1 -1
- package/dist/index.d.mts +1063 -532
- package/dist/index.d.ts +1063 -532
- package/dist/index.js +2257 -688
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2204 -660
- package/dist/index.mjs.map +1 -1
- package/package.json +2 -1
package/dist/core/index.d.mts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
export { AXIS_MAGIC, AXIS_VERSION, 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_PREV_HASH, TLV_PROOF_REF, TLV_PROOF_TYPE, TLV_REALM, TLV_RECEIPT_HASH, TLV_RID, TLV_SHA256_CHUNK, TLV_TRACE_ID, TLV_TS, TLV_UPLOAD_ID, decodeArray, decodeObject, decodeTLVs, decodeTLVsList, decodeVarint, encodeTLVs, encodeVarint, varintLength } from '@nextera.one/axis-protocol';
|
|
2
|
-
export { a as AxisBinaryFrame,
|
|
2
|
+
export { a as AxisBinaryFrame, b as AxisError, A as AxisFrame, c as AxisFrameZ, d as computeReceiptHash, e as computeSignaturePayload, f as decodeFrame, g as encodeFrame, h as generateEd25519KeyPair, j as getSignTarget, s as sha256, k as signFrame, v as verifyFrameSignature } from '../index-1uEwnW-w.mjs';
|
|
3
3
|
import 'zod';
|
package/dist/core/index.d.ts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
export { AXIS_MAGIC, AXIS_VERSION, 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_PREV_HASH, TLV_PROOF_REF, TLV_PROOF_TYPE, TLV_REALM, TLV_RECEIPT_HASH, TLV_RID, TLV_SHA256_CHUNK, TLV_TRACE_ID, TLV_TS, TLV_UPLOAD_ID, decodeArray, decodeObject, decodeTLVs, decodeTLVsList, decodeVarint, encodeTLVs, encodeVarint, varintLength } from '@nextera.one/axis-protocol';
|
|
2
|
-
export { a as AxisBinaryFrame,
|
|
2
|
+
export { a as AxisBinaryFrame, b as AxisError, A as AxisFrame, c as AxisFrameZ, d as computeReceiptHash, e as computeSignaturePayload, f as decodeFrame, g as encodeFrame, h as generateEd25519KeyPair, j as getSignTarget, s as sha256, k as signFrame, v as verifyFrameSignature } from '../index-1uEwnW-w.js';
|
|
3
3
|
import 'zod';
|
|
@@ -119,4 +119,4 @@ declare namespace index {
|
|
|
119
119
|
export { index_AXIS_MAGIC as AXIS_MAGIC, index_AXIS_VERSION as AXIS_VERSION, type index_AxisBinaryFrame as AxisBinaryFrame, index_AxisError as AxisError, type index_AxisFrame as AxisFrame, index_AxisFrameZ as AxisFrameZ, index_BodyProfile as BodyProfile, index_ERR_BAD_SIGNATURE as ERR_BAD_SIGNATURE, index_ERR_CONTRACT_VIOLATION as ERR_CONTRACT_VIOLATION, index_ERR_INVALID_PACKET as ERR_INVALID_PACKET, index_ERR_REPLAY_DETECTED as ERR_REPLAY_DETECTED, index_FLAG_BODY_TLV as FLAG_BODY_TLV, index_FLAG_CHAIN_REQ as FLAG_CHAIN_REQ, index_FLAG_HAS_WITNESS as FLAG_HAS_WITNESS, index_MAX_BODY_LEN as MAX_BODY_LEN, index_MAX_FRAME_LEN as MAX_FRAME_LEN, index_MAX_HDR_LEN as MAX_HDR_LEN, index_MAX_SIG_LEN as MAX_SIG_LEN, index_NCERT_ALG as NCERT_ALG, index_NCERT_EXP as NCERT_EXP, index_NCERT_ISSUER_KID as NCERT_ISSUER_KID, index_NCERT_KID as NCERT_KID, index_NCERT_NBF as NCERT_NBF, index_NCERT_NODE_ID as NCERT_NODE_ID, index_NCERT_PAYLOAD as NCERT_PAYLOAD, index_NCERT_PUB as NCERT_PUB, index_NCERT_SCOPE as NCERT_SCOPE, index_NCERT_SIG as NCERT_SIG, index_PROOF_CAPSULE as PROOF_CAPSULE, index_PROOF_JWT as PROOF_JWT, index_PROOF_LOOM as PROOF_LOOM, index_PROOF_MTLS as PROOF_MTLS, index_PROOF_NONE as PROOF_NONE, index_PROOF_WITNESS as PROOF_WITNESS, index_ProofType as ProofType, index_TLV as TLV, index_TLV_ACTOR_ID as TLV_ACTOR_ID, index_TLV_AUD as TLV_AUD, index_TLV_BODY_ARR as TLV_BODY_ARR, index_TLV_BODY_OBJ as TLV_BODY_OBJ, index_TLV_CAPSULE as TLV_CAPSULE, index_TLV_EFFECT as TLV_EFFECT, index_TLV_ERROR_CODE as TLV_ERROR_CODE, index_TLV_ERROR_MSG as TLV_ERROR_MSG, index_TLV_INDEX as TLV_INDEX, index_TLV_INTENT as TLV_INTENT, index_TLV_KID as TLV_KID, index_TLV_LOOM_PRESENCE_ID as TLV_LOOM_PRESENCE_ID, index_TLV_LOOM_THREAD_HASH as TLV_LOOM_THREAD_HASH, index_TLV_LOOM_WRIT as TLV_LOOM_WRIT, index_TLV_NODE as TLV_NODE, index_TLV_NODE_CERT_HASH as TLV_NODE_CERT_HASH, index_TLV_NODE_KID as TLV_NODE_KID, index_TLV_NONCE as TLV_NONCE, index_TLV_OFFSET as TLV_OFFSET, index_TLV_OK as TLV_OK, index_TLV_PID as TLV_PID, index_TLV_PREV_HASH as TLV_PREV_HASH, index_TLV_PROOF_REF as TLV_PROOF_REF, index_TLV_PROOF_TYPE as TLV_PROOF_TYPE, index_TLV_REALM as TLV_REALM, index_TLV_RECEIPT_HASH as TLV_RECEIPT_HASH, index_TLV_RID as TLV_RID, index_TLV_SHA256_CHUNK as TLV_SHA256_CHUNK, index_TLV_TRACE_ID as TLV_TRACE_ID, index_TLV_TS as TLV_TS, index_TLV_UPLOAD_ID as TLV_UPLOAD_ID, index_computeReceiptHash as computeReceiptHash, index_computeSignaturePayload as computeSignaturePayload, index_decodeArray as decodeArray, index_decodeFrame as decodeFrame, index_decodeObject as decodeObject, index_decodeTLVs as decodeTLVs, index_decodeTLVsList as decodeTLVsList, index_decodeVarint as decodeVarint, index_encodeFrame as encodeFrame, index_encodeTLVs as encodeTLVs, index_encodeVarint as encodeVarint, index_generateEd25519KeyPair as generateEd25519KeyPair, index_getSignTarget as getSignTarget, index_sha256 as sha256, index_signFrame as signFrame, index_varintLength as varintLength, index_verifyFrameSignature as verifyFrameSignature };
|
|
120
120
|
}
|
|
121
121
|
|
|
122
|
-
export { type AxisFrame as A, type AxisBinaryFrame as a,
|
|
122
|
+
export { type AxisFrame as A, type AxisBinaryFrame as a, AxisError as b, AxisFrameZ as c, computeReceiptHash as d, computeSignaturePayload as e, decodeFrame as f, encodeFrame as g, generateEd25519KeyPair as h, index as i, getSignTarget as j, signFrame as k, sha256 as s, verifyFrameSignature as v };
|
|
@@ -119,4 +119,4 @@ declare namespace index {
|
|
|
119
119
|
export { index_AXIS_MAGIC as AXIS_MAGIC, index_AXIS_VERSION as AXIS_VERSION, type index_AxisBinaryFrame as AxisBinaryFrame, index_AxisError as AxisError, type index_AxisFrame as AxisFrame, index_AxisFrameZ as AxisFrameZ, index_BodyProfile as BodyProfile, index_ERR_BAD_SIGNATURE as ERR_BAD_SIGNATURE, index_ERR_CONTRACT_VIOLATION as ERR_CONTRACT_VIOLATION, index_ERR_INVALID_PACKET as ERR_INVALID_PACKET, index_ERR_REPLAY_DETECTED as ERR_REPLAY_DETECTED, index_FLAG_BODY_TLV as FLAG_BODY_TLV, index_FLAG_CHAIN_REQ as FLAG_CHAIN_REQ, index_FLAG_HAS_WITNESS as FLAG_HAS_WITNESS, index_MAX_BODY_LEN as MAX_BODY_LEN, index_MAX_FRAME_LEN as MAX_FRAME_LEN, index_MAX_HDR_LEN as MAX_HDR_LEN, index_MAX_SIG_LEN as MAX_SIG_LEN, index_NCERT_ALG as NCERT_ALG, index_NCERT_EXP as NCERT_EXP, index_NCERT_ISSUER_KID as NCERT_ISSUER_KID, index_NCERT_KID as NCERT_KID, index_NCERT_NBF as NCERT_NBF, index_NCERT_NODE_ID as NCERT_NODE_ID, index_NCERT_PAYLOAD as NCERT_PAYLOAD, index_NCERT_PUB as NCERT_PUB, index_NCERT_SCOPE as NCERT_SCOPE, index_NCERT_SIG as NCERT_SIG, index_PROOF_CAPSULE as PROOF_CAPSULE, index_PROOF_JWT as PROOF_JWT, index_PROOF_LOOM as PROOF_LOOM, index_PROOF_MTLS as PROOF_MTLS, index_PROOF_NONE as PROOF_NONE, index_PROOF_WITNESS as PROOF_WITNESS, index_ProofType as ProofType, index_TLV as TLV, index_TLV_ACTOR_ID as TLV_ACTOR_ID, index_TLV_AUD as TLV_AUD, index_TLV_BODY_ARR as TLV_BODY_ARR, index_TLV_BODY_OBJ as TLV_BODY_OBJ, index_TLV_CAPSULE as TLV_CAPSULE, index_TLV_EFFECT as TLV_EFFECT, index_TLV_ERROR_CODE as TLV_ERROR_CODE, index_TLV_ERROR_MSG as TLV_ERROR_MSG, index_TLV_INDEX as TLV_INDEX, index_TLV_INTENT as TLV_INTENT, index_TLV_KID as TLV_KID, index_TLV_LOOM_PRESENCE_ID as TLV_LOOM_PRESENCE_ID, index_TLV_LOOM_THREAD_HASH as TLV_LOOM_THREAD_HASH, index_TLV_LOOM_WRIT as TLV_LOOM_WRIT, index_TLV_NODE as TLV_NODE, index_TLV_NODE_CERT_HASH as TLV_NODE_CERT_HASH, index_TLV_NODE_KID as TLV_NODE_KID, index_TLV_NONCE as TLV_NONCE, index_TLV_OFFSET as TLV_OFFSET, index_TLV_OK as TLV_OK, index_TLV_PID as TLV_PID, index_TLV_PREV_HASH as TLV_PREV_HASH, index_TLV_PROOF_REF as TLV_PROOF_REF, index_TLV_PROOF_TYPE as TLV_PROOF_TYPE, index_TLV_REALM as TLV_REALM, index_TLV_RECEIPT_HASH as TLV_RECEIPT_HASH, index_TLV_RID as TLV_RID, index_TLV_SHA256_CHUNK as TLV_SHA256_CHUNK, index_TLV_TRACE_ID as TLV_TRACE_ID, index_TLV_TS as TLV_TS, index_TLV_UPLOAD_ID as TLV_UPLOAD_ID, index_computeReceiptHash as computeReceiptHash, index_computeSignaturePayload as computeSignaturePayload, index_decodeArray as decodeArray, index_decodeFrame as decodeFrame, index_decodeObject as decodeObject, index_decodeTLVs as decodeTLVs, index_decodeTLVsList as decodeTLVsList, index_decodeVarint as decodeVarint, index_encodeFrame as encodeFrame, index_encodeTLVs as encodeTLVs, index_encodeVarint as encodeVarint, index_generateEd25519KeyPair as generateEd25519KeyPair, index_getSignTarget as getSignTarget, index_sha256 as sha256, index_signFrame as signFrame, index_varintLength as varintLength, index_verifyFrameSignature as verifyFrameSignature };
|
|
120
120
|
}
|
|
121
121
|
|
|
122
|
-
export { type AxisFrame as A, type AxisBinaryFrame as a,
|
|
122
|
+
export { type AxisFrame as A, type AxisBinaryFrame as a, AxisError as b, AxisFrameZ as c, computeReceiptHash as d, computeSignaturePayload as e, decodeFrame as f, encodeFrame as g, generateEd25519KeyPair as h, index as i, getSignTarget as j, signFrame as k, sha256 as s, verifyFrameSignature as v };
|