@sphereon/pex
Advanced tools
Comparing version 0.6.3-unstable.0 to 0.6.3-unstable.1
@@ -1,2 +0,2 @@ | ||
import { Checked, EvaluationResults, HandlerCheckResult, ICredential, ICredentialSchema, ICredentialStatus, ICredentialSubject, IIssuer, IJsonLdCredential, IJsonLdVerifiableCredential, IJwtCredential, IJwtVerifiableCredential, InputFieldType, IPresentation, IProof, IVerifiableCredential, IVerifiablePresentation, KeyEncoding, NonEmptyArray, PEVersion, PEX, PEXv1, PEXv2, PresentationSignCallBackParams, PresentationSignOptions, ProofOptions, ProofPurpose, ProofType, SelectResults, SignatureOptions, Status, SubmissionRequirementMatch, Validated, Validation, ValidationEngine, ValidationPredicate, Validator } from './lib'; | ||
export { SelectResults, IVerifiablePresentation, IPresentation, IProof, ProofOptions, Validation, PEX, PEXv1, PEXv2, KeyEncoding, Status, ICredentialStatus, ICredentialSubject, EvaluationResults, Validator, Checked, Validated, ValidationPredicate, SubmissionRequirementMatch, NonEmptyArray, SignatureOptions, InputFieldType, PresentationSignOptions, PresentationSignCallBackParams, IIssuer, ProofType, ProofPurpose, IJwtVerifiableCredential, PEVersion, ICredential, ICredentialSchema, ValidationEngine, IJwtCredential, IJsonLdCredential, IJsonLdVerifiableCredential, IVerifiableCredential, HandlerCheckResult }; | ||
import { Checked, EvaluationResults, HandlerCheckResult, ICredential, ICredentialSchema, ICredentialStatus, ICredentialSubject, IHasProof, IIssuer, IJsonLdCredential, IJsonLdVerifiableCredential, IJwtCredential, IJwtVerifiableCredential, InputFieldType, IPresentation, IPresentationDefinition, IProof, IVerifiableCredential, IVerifiablePresentation, KeyEncoding, NonEmptyArray, PEVersion, PEX, PEXv1, PEXv2, PresentationSignCallBackParams, PresentationSignOptions, ProofOptions, ProofPurpose, ProofType, SelectResults, SignatureOptions, Status, SubmissionRequirementMatch, Validated, Validation, ValidationEngine, ValidationPredicate, Validator } from './lib'; | ||
export { SelectResults, IVerifiablePresentation, IPresentation, IProof, ProofOptions, Validation, PEX, PEXv1, PEXv2, KeyEncoding, Status, ICredentialStatus, ICredentialSubject, EvaluationResults, Validator, Checked, Validated, ValidationPredicate, SubmissionRequirementMatch, NonEmptyArray, SignatureOptions, InputFieldType, PresentationSignOptions, PresentationSignCallBackParams, IIssuer, ProofType, ProofPurpose, IJwtVerifiableCredential, PEVersion, ICredential, ICredentialSchema, ValidationEngine, IJwtCredential, IJsonLdCredential, IJsonLdVerifiableCredential, IVerifiableCredential, IPresentationDefinition, IHasProof, HandlerCheckResult }; |
@@ -16,2 +16,2 @@ "use strict"; | ||
Object.defineProperty(exports, "ValidationEngine", { enumerable: true, get: function () { return lib_1.ValidationEngine; } }); | ||
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7QUFBQSwrQkFzQ2U7QUFrQmIsd0ZBdkRBLGFBQU8sT0F1REE7QUFxQlAsbUdBMUVBLHdCQUFrQixPQTBFQTtBQTNCbEIsNEZBaENBLGlCQUFXLE9BZ0NBO0FBbUJYLDBGQWpEQSxlQUFTLE9BaURBO0FBdEJULG9GQTFCQSxTQUFHLE9BMEJBO0FBQ0gsc0ZBMUJBLFdBQUssT0EwQkE7QUFDTCxzRkExQkEsV0FBSyxPQTBCQTtBQWtCTCw2RkF4Q0Esa0JBQVksT0F3Q0E7QUFEWiwwRkF0Q0EsZUFBUyxPQXNDQTtBQWZULHVGQXBCQSxZQUFNLE9Bb0JBO0FBcUJOLGlHQXJDQSxzQkFBZ0IsT0FxQ0EifQ== | ||
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7QUFBQSwrQkF3Q2U7QUFrQmIsd0ZBekRBLGFBQU8sT0F5REE7QUF1QlAsbUdBOUVBLHdCQUFrQixPQThFQTtBQTdCbEIsNEZBaENBLGlCQUFXLE9BZ0NBO0FBbUJYLDBGQWpEQSxlQUFTLE9BaURBO0FBdEJULG9GQTFCQSxTQUFHLE9BMEJBO0FBQ0gsc0ZBMUJBLFdBQUssT0EwQkE7QUFDTCxzRkExQkEsV0FBSyxPQTBCQTtBQWtCTCw2RkF4Q0Esa0JBQVksT0F3Q0E7QUFEWiwwRkF0Q0EsZUFBUyxPQXNDQTtBQWZULHVGQXBCQSxZQUFNLE9Bb0JBO0FBcUJOLGlHQXJDQSxzQkFBZ0IsT0FxQ0EifQ== |
@@ -7,3 +7,3 @@ import { Checked, NonEmptyArray, Status } from './ConstraintUtils'; | ||
import { KeyEncoding, PresentationSignCallBackParams, PresentationSignOptions, ProofOptions, SignatureOptions } from './signing'; | ||
import { ICredential, ICredentialSchema, ICredentialStatus, ICredentialSubject, IIssuer, IJsonLdCredential, IJsonLdVerifiableCredential, IJwtCredential, IJwtVerifiableCredential, InputFieldType, IPresentation, IProof, IVerifiableCredential, IVerifiablePresentation, PEVersion, ProofPurpose, ProofType } from './types'; | ||
import { ICredential, ICredentialSchema, ICredentialStatus, ICredentialSubject, IHasProof, IIssuer, IJsonLdCredential, IJsonLdVerifiableCredential, IJwtCredential, IJwtVerifiableCredential, InputFieldType, IPresentation, IPresentationDefinition, IProof, IVerifiableCredential, IVerifiablePresentation, PEVersion, ProofPurpose, ProofType } from './types'; | ||
import { Validated, Validation, ValidationEngine, ValidationPredicate, Validator } from './validation'; | ||
@@ -13,4 +13,4 @@ export { SubmissionRequirementMatch, HandlerCheckResult, EvaluationResults, SelectResults }; | ||
export { Validation, Validated, ValidationPredicate, Validator, ValidationEngine }; | ||
export { ICredentialSubject, ICredentialStatus, IVerifiablePresentation, IPresentation, IProof, InputFieldType, IIssuer, ProofType, ProofPurpose, IJwtVerifiableCredential, PEVersion, ICredential, ICredentialSchema, IVerifiableCredential, IJsonLdVerifiableCredential, IJwtCredential, IJsonLdCredential, }; | ||
export { ICredentialSubject, ICredentialStatus, IVerifiablePresentation, IPresentation, IPresentationDefinition, IHasProof, IProof, InputFieldType, IIssuer, ProofType, ProofPurpose, IJwtVerifiableCredential, PEVersion, ICredential, ICredentialSchema, IVerifiableCredential, IJsonLdVerifiableCredential, IJwtCredential, IJsonLdCredential, }; | ||
export { Checked, Status, NonEmptyArray }; | ||
export { PEX, PEXv1, PEXv2 }; |
@@ -23,2 +23,2 @@ "use strict"; | ||
Object.defineProperty(exports, "ValidationEngine", { enumerable: true, get: function () { return validation_1.ValidationEngine; } }); | ||
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi9saWIvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7O0FBQUEsdURBQW1FO0FBdUQxRCx3RkF2REEseUJBQU8sT0F1REE7QUFBRSx1RkF2RGUsd0JBQU0sT0F1RGY7QUF0RHhCLCtCQUE0QjtBQXVEbkIsb0ZBdkRBLFNBQUcsT0F1REE7QUF0RFosbUNBQWdDO0FBc0RsQixzRkF0REwsYUFBSyxPQXNESztBQXJEbkIsbUNBQWdDO0FBcURYLHNGQXJEWixhQUFLLE9BcURZO0FBcEQxQiw2Q0FBZ0g7QUE2QjNFLG1HQTdCVCwrQkFBa0IsT0E2QlM7QUE1QnZELHVDQU1tQjtBQXVCK0UsNEZBNUJoRyxxQkFBVyxPQTRCZ0c7QUF0QjdHLG1DQWtCaUI7QUFpQmYsMEZBcEJBLGlCQUFTLE9Bb0JBO0FBRlQsNkZBakJBLG9CQUFZLE9BaUJBO0FBRFosMEZBZkEsaUJBQVMsT0FlQTtBQWJYLDZDQUF1RztBQUl2QyxpR0FKaEMsNkJBQWdCLE9BSWdDIn0= | ||
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi9saWIvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7O0FBQUEsdURBQW1FO0FBMkQxRCx3RkEzREEseUJBQU8sT0EyREE7QUFBRSx1RkEzRGUsd0JBQU0sT0EyRGY7QUExRHhCLCtCQUE0QjtBQTJEbkIsb0ZBM0RBLFNBQUcsT0EyREE7QUExRFosbUNBQWdDO0FBMERsQixzRkExREwsYUFBSyxPQTBESztBQXpEbkIsbUNBQWdDO0FBeURYLHNGQXpEWixhQUFLLE9BeURZO0FBeEQxQiw2Q0FBZ0g7QUErQjNFLG1HQS9CVCwrQkFBa0IsT0ErQlM7QUE5QnZELHVDQU1tQjtBQXlCK0UsNEZBOUJoRyxxQkFBVyxPQThCZ0c7QUF4QjdHLG1DQW9CaUI7QUFtQmYsMEZBdEJBLGlCQUFTLE9Bc0JBO0FBRlQsNkZBbkJBLG9CQUFZLE9BbUJBO0FBRFosMEZBakJBLGlCQUFTLE9BaUJBO0FBZlgsNkNBQXVHO0FBSXZDLGlHQUpoQyw2QkFBZ0IsT0FJZ0MifQ== |
@@ -1,2 +0,2 @@ | ||
import { ICredential, ICredentialSchema, ICredentialStatus, ICredentialSubject, IIssuer, IJsonLdCredential, IJsonLdVerifiableCredential, IJwtCredential, IJwtVerifiableCredential, InputFieldType, IPresentation, IProof, IVerifiableCredential, IVerifiablePresentation, PEVersion, ProofPurpose, ProofType } from './SSI.types'; | ||
export { IPresentation, IVerifiablePresentation, ICredentialStatus, ICredentialSubject, IProof, InputFieldType, IIssuer, ProofType, ProofPurpose, IJwtVerifiableCredential, IJsonLdVerifiableCredential, IVerifiableCredential, IJwtCredential, IJsonLdCredential, ICredential, ICredentialSchema, PEVersion, }; | ||
import { ICredential, ICredentialSchema, ICredentialStatus, ICredentialSubject, IHasProof, IIssuer, IJsonLdCredential, IJsonLdVerifiableCredential, IJwtCredential, IJwtVerifiableCredential, InputFieldType, IPresentation, IPresentationDefinition, IProof, IVerifiableCredential, IVerifiablePresentation, PEVersion, ProofPurpose, ProofType } from './SSI.types'; | ||
export { IPresentation, IVerifiablePresentation, ICredentialStatus, ICredentialSubject, IProof, InputFieldType, IIssuer, ProofType, IHasProof, IPresentationDefinition, ProofPurpose, IJwtVerifiableCredential, IJsonLdVerifiableCredential, IVerifiableCredential, IJwtCredential, IJsonLdCredential, ICredential, ICredentialSchema, PEVersion, }; |
@@ -8,2 +8,2 @@ "use strict"; | ||
Object.defineProperty(exports, "ProofType", { enumerable: true, get: function () { return SSI_types_1.ProofType; } }); | ||
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi9saWIvdHlwZXMvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7O0FBQUEsMkNBa0JxQjtBQW1CbkIsMEZBdEJBLHFCQUFTLE9Bc0JBO0FBUlQsNkZBYkEsd0JBQVksT0FhQTtBQURaLDBGQVhBLHFCQUFTLE9BV0EifQ== | ||
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi9saWIvdHlwZXMvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7O0FBQUEsMkNBb0JxQjtBQXFCbkIsMEZBeEJBLHFCQUFTLE9Bd0JBO0FBUlQsNkZBZkEsd0JBQVksT0FlQTtBQUhaLDBGQVhBLHFCQUFTLE9BV0EifQ== |
@@ -1,2 +0,2 @@ | ||
import { Checked, EvaluationResults, HandlerCheckResult, ICredential, ICredentialSchema, ICredentialStatus, ICredentialSubject, IIssuer, IJsonLdCredential, IJsonLdVerifiableCredential, IJwtCredential, IJwtVerifiableCredential, InputFieldType, IPresentation, IProof, IVerifiableCredential, IVerifiablePresentation, KeyEncoding, NonEmptyArray, PEVersion, PEX, PEXv1, PEXv2, PresentationSignCallBackParams, PresentationSignOptions, ProofOptions, ProofPurpose, ProofType, SelectResults, SignatureOptions, Status, SubmissionRequirementMatch, Validated, Validation, ValidationEngine, ValidationPredicate, Validator } from './lib'; | ||
export { SelectResults, IVerifiablePresentation, IPresentation, IProof, ProofOptions, Validation, PEX, PEXv1, PEXv2, KeyEncoding, Status, ICredentialStatus, ICredentialSubject, EvaluationResults, Validator, Checked, Validated, ValidationPredicate, SubmissionRequirementMatch, NonEmptyArray, SignatureOptions, InputFieldType, PresentationSignOptions, PresentationSignCallBackParams, IIssuer, ProofType, ProofPurpose, IJwtVerifiableCredential, PEVersion, ICredential, ICredentialSchema, ValidationEngine, IJwtCredential, IJsonLdCredential, IJsonLdVerifiableCredential, IVerifiableCredential, HandlerCheckResult }; | ||
import { Checked, EvaluationResults, HandlerCheckResult, ICredential, ICredentialSchema, ICredentialStatus, ICredentialSubject, IHasProof, IIssuer, IJsonLdCredential, IJsonLdVerifiableCredential, IJwtCredential, IJwtVerifiableCredential, InputFieldType, IPresentation, IPresentationDefinition, IProof, IVerifiableCredential, IVerifiablePresentation, KeyEncoding, NonEmptyArray, PEVersion, PEX, PEXv1, PEXv2, PresentationSignCallBackParams, PresentationSignOptions, ProofOptions, ProofPurpose, ProofType, SelectResults, SignatureOptions, Status, SubmissionRequirementMatch, Validated, Validation, ValidationEngine, ValidationPredicate, Validator } from './lib'; | ||
export { SelectResults, IVerifiablePresentation, IPresentation, IProof, ProofOptions, Validation, PEX, PEXv1, PEXv2, KeyEncoding, Status, ICredentialStatus, ICredentialSubject, EvaluationResults, Validator, Checked, Validated, ValidationPredicate, SubmissionRequirementMatch, NonEmptyArray, SignatureOptions, InputFieldType, PresentationSignOptions, PresentationSignCallBackParams, IIssuer, ProofType, ProofPurpose, IJwtVerifiableCredential, PEVersion, ICredential, ICredentialSchema, ValidationEngine, IJwtCredential, IJsonLdCredential, IJsonLdVerifiableCredential, IVerifiableCredential, IPresentationDefinition, IHasProof, HandlerCheckResult }; |
@@ -16,2 +16,2 @@ "use strict"; | ||
Object.defineProperty(exports, "ValidationEngine", { enumerable: true, get: function () { return lib_1.ValidationEngine; } }); | ||
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7QUFBQSwrQkFzQ2U7QUFrQmIsd0ZBdkRBLGFBQU8sT0F1REE7QUFxQlAsbUdBMUVBLHdCQUFrQixPQTBFQTtBQTNCbEIsNEZBaENBLGlCQUFXLE9BZ0NBO0FBbUJYLDBGQWpEQSxlQUFTLE9BaURBO0FBdEJULG9GQTFCQSxTQUFHLE9BMEJBO0FBQ0gsc0ZBMUJBLFdBQUssT0EwQkE7QUFDTCxzRkExQkEsV0FBSyxPQTBCQTtBQWtCTCw2RkF4Q0Esa0JBQVksT0F3Q0E7QUFEWiwwRkF0Q0EsZUFBUyxPQXNDQTtBQWZULHVGQXBCQSxZQUFNLE9Bb0JBO0FBcUJOLGlHQXJDQSxzQkFBZ0IsT0FxQ0EifQ== | ||
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7QUFBQSwrQkF3Q2U7QUFrQmIsd0ZBekRBLGFBQU8sT0F5REE7QUF1QlAsbUdBOUVBLHdCQUFrQixPQThFQTtBQTdCbEIsNEZBaENBLGlCQUFXLE9BZ0NBO0FBbUJYLDBGQWpEQSxlQUFTLE9BaURBO0FBdEJULG9GQTFCQSxTQUFHLE9BMEJBO0FBQ0gsc0ZBMUJBLFdBQUssT0EwQkE7QUFDTCxzRkExQkEsV0FBSyxPQTBCQTtBQWtCTCw2RkF4Q0Esa0JBQVksT0F3Q0E7QUFEWiwwRkF0Q0EsZUFBUyxPQXNDQTtBQWZULHVGQXBCQSxZQUFNLE9Bb0JBO0FBcUJOLGlHQXJDQSxzQkFBZ0IsT0FxQ0EifQ== |
@@ -7,3 +7,3 @@ import { Checked, NonEmptyArray, Status } from './ConstraintUtils'; | ||
import { KeyEncoding, PresentationSignCallBackParams, PresentationSignOptions, ProofOptions, SignatureOptions } from './signing'; | ||
import { ICredential, ICredentialSchema, ICredentialStatus, ICredentialSubject, IIssuer, IJsonLdCredential, IJsonLdVerifiableCredential, IJwtCredential, IJwtVerifiableCredential, InputFieldType, IPresentation, IProof, IVerifiableCredential, IVerifiablePresentation, PEVersion, ProofPurpose, ProofType } from './types'; | ||
import { ICredential, ICredentialSchema, ICredentialStatus, ICredentialSubject, IHasProof, IIssuer, IJsonLdCredential, IJsonLdVerifiableCredential, IJwtCredential, IJwtVerifiableCredential, InputFieldType, IPresentation, IPresentationDefinition, IProof, IVerifiableCredential, IVerifiablePresentation, PEVersion, ProofPurpose, ProofType } from './types'; | ||
import { Validated, Validation, ValidationEngine, ValidationPredicate, Validator } from './validation'; | ||
@@ -13,4 +13,4 @@ export { SubmissionRequirementMatch, HandlerCheckResult, EvaluationResults, SelectResults }; | ||
export { Validation, Validated, ValidationPredicate, Validator, ValidationEngine }; | ||
export { ICredentialSubject, ICredentialStatus, IVerifiablePresentation, IPresentation, IProof, InputFieldType, IIssuer, ProofType, ProofPurpose, IJwtVerifiableCredential, PEVersion, ICredential, ICredentialSchema, IVerifiableCredential, IJsonLdVerifiableCredential, IJwtCredential, IJsonLdCredential, }; | ||
export { ICredentialSubject, ICredentialStatus, IVerifiablePresentation, IPresentation, IPresentationDefinition, IHasProof, IProof, InputFieldType, IIssuer, ProofType, ProofPurpose, IJwtVerifiableCredential, PEVersion, ICredential, ICredentialSchema, IVerifiableCredential, IJsonLdVerifiableCredential, IJwtCredential, IJsonLdCredential, }; | ||
export { Checked, Status, NonEmptyArray }; | ||
export { PEX, PEXv1, PEXv2 }; |
@@ -23,2 +23,2 @@ "use strict"; | ||
Object.defineProperty(exports, "ValidationEngine", { enumerable: true, get: function () { return validation_1.ValidationEngine; } }); | ||
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi9saWIvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7O0FBQUEsdURBQW1FO0FBdUQxRCx3RkF2REEseUJBQU8sT0F1REE7QUFBRSx1RkF2RGUsd0JBQU0sT0F1RGY7QUF0RHhCLCtCQUE0QjtBQXVEbkIsb0ZBdkRBLFNBQUcsT0F1REE7QUF0RFosbUNBQWdDO0FBc0RsQixzRkF0REwsYUFBSyxPQXNESztBQXJEbkIsbUNBQWdDO0FBcURYLHNGQXJEWixhQUFLLE9BcURZO0FBcEQxQiw2Q0FBZ0g7QUE2QjNFLG1HQTdCVCwrQkFBa0IsT0E2QlM7QUE1QnZELHVDQU1tQjtBQXVCK0UsNEZBNUJoRyxxQkFBVyxPQTRCZ0c7QUF0QjdHLG1DQWtCaUI7QUFpQmYsMEZBcEJBLGlCQUFTLE9Bb0JBO0FBRlQsNkZBakJBLG9CQUFZLE9BaUJBO0FBRFosMEZBZkEsaUJBQVMsT0FlQTtBQWJYLDZDQUF1RztBQUl2QyxpR0FKaEMsNkJBQWdCLE9BSWdDIn0= | ||
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi9saWIvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7O0FBQUEsdURBQW1FO0FBMkQxRCx3RkEzREEseUJBQU8sT0EyREE7QUFBRSx1RkEzRGUsd0JBQU0sT0EyRGY7QUExRHhCLCtCQUE0QjtBQTJEbkIsb0ZBM0RBLFNBQUcsT0EyREE7QUExRFosbUNBQWdDO0FBMERsQixzRkExREwsYUFBSyxPQTBESztBQXpEbkIsbUNBQWdDO0FBeURYLHNGQXpEWixhQUFLLE9BeURZO0FBeEQxQiw2Q0FBZ0g7QUErQjNFLG1HQS9CVCwrQkFBa0IsT0ErQlM7QUE5QnZELHVDQU1tQjtBQXlCK0UsNEZBOUJoRyxxQkFBVyxPQThCZ0c7QUF4QjdHLG1DQW9CaUI7QUFtQmYsMEZBdEJBLGlCQUFTLE9Bc0JBO0FBRlQsNkZBbkJBLG9CQUFZLE9BbUJBO0FBRFosMEZBakJBLGlCQUFTLE9BaUJBO0FBZlgsNkNBQXVHO0FBSXZDLGlHQUpoQyw2QkFBZ0IsT0FJZ0MifQ== |
@@ -1,2 +0,2 @@ | ||
import { ICredential, ICredentialSchema, ICredentialStatus, ICredentialSubject, IIssuer, IJsonLdCredential, IJsonLdVerifiableCredential, IJwtCredential, IJwtVerifiableCredential, InputFieldType, IPresentation, IProof, IVerifiableCredential, IVerifiablePresentation, PEVersion, ProofPurpose, ProofType } from './SSI.types'; | ||
export { IPresentation, IVerifiablePresentation, ICredentialStatus, ICredentialSubject, IProof, InputFieldType, IIssuer, ProofType, ProofPurpose, IJwtVerifiableCredential, IJsonLdVerifiableCredential, IVerifiableCredential, IJwtCredential, IJsonLdCredential, ICredential, ICredentialSchema, PEVersion, }; | ||
import { ICredential, ICredentialSchema, ICredentialStatus, ICredentialSubject, IHasProof, IIssuer, IJsonLdCredential, IJsonLdVerifiableCredential, IJwtCredential, IJwtVerifiableCredential, InputFieldType, IPresentation, IPresentationDefinition, IProof, IVerifiableCredential, IVerifiablePresentation, PEVersion, ProofPurpose, ProofType } from './SSI.types'; | ||
export { IPresentation, IVerifiablePresentation, ICredentialStatus, ICredentialSubject, IProof, InputFieldType, IIssuer, ProofType, IHasProof, IPresentationDefinition, ProofPurpose, IJwtVerifiableCredential, IJsonLdVerifiableCredential, IVerifiableCredential, IJwtCredential, IJsonLdCredential, ICredential, ICredentialSchema, PEVersion, }; |
@@ -8,2 +8,2 @@ "use strict"; | ||
Object.defineProperty(exports, "ProofType", { enumerable: true, get: function () { return SSI_types_1.ProofType; } }); | ||
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi9saWIvdHlwZXMvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7O0FBQUEsMkNBa0JxQjtBQW1CbkIsMEZBdEJBLHFCQUFTLE9Bc0JBO0FBUlQsNkZBYkEsd0JBQVksT0FhQTtBQURaLDBGQVhBLHFCQUFTLE9BV0EifQ== | ||
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi9saWIvdHlwZXMvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7O0FBQUEsMkNBb0JxQjtBQXFCbkIsMEZBeEJBLHFCQUFTLE9Bd0JBO0FBUlQsNkZBZkEsd0JBQVksT0FlQTtBQUhaLDBGQVhBLHFCQUFTLE9BV0EifQ== |
@@ -1,2 +0,2 @@ | ||
import { Checked, EvaluationResults, HandlerCheckResult, ICredential, ICredentialSchema, ICredentialStatus, ICredentialSubject, IIssuer, IJsonLdCredential, IJsonLdVerifiableCredential, IJwtCredential, IJwtVerifiableCredential, InputFieldType, IPresentation, IProof, IVerifiableCredential, IVerifiablePresentation, KeyEncoding, NonEmptyArray, PEVersion, PEX, PEXv1, PEXv2, PresentationSignCallBackParams, PresentationSignOptions, ProofOptions, ProofPurpose, ProofType, SelectResults, SignatureOptions, Status, SubmissionRequirementMatch, Validated, Validation, ValidationEngine, ValidationPredicate, Validator } from './lib'; | ||
export { SelectResults, IVerifiablePresentation, IPresentation, IProof, ProofOptions, Validation, PEX, PEXv1, PEXv2, KeyEncoding, Status, ICredentialStatus, ICredentialSubject, EvaluationResults, Validator, Checked, Validated, ValidationPredicate, SubmissionRequirementMatch, NonEmptyArray, SignatureOptions, InputFieldType, PresentationSignOptions, PresentationSignCallBackParams, IIssuer, ProofType, ProofPurpose, IJwtVerifiableCredential, PEVersion, ICredential, ICredentialSchema, ValidationEngine, IJwtCredential, IJsonLdCredential, IJsonLdVerifiableCredential, IVerifiableCredential, HandlerCheckResult }; | ||
import { Checked, EvaluationResults, HandlerCheckResult, ICredential, ICredentialSchema, ICredentialStatus, ICredentialSubject, IHasProof, IIssuer, IJsonLdCredential, IJsonLdVerifiableCredential, IJwtCredential, IJwtVerifiableCredential, InputFieldType, IPresentation, IPresentationDefinition, IProof, IVerifiableCredential, IVerifiablePresentation, KeyEncoding, NonEmptyArray, PEVersion, PEX, PEXv1, PEXv2, PresentationSignCallBackParams, PresentationSignOptions, ProofOptions, ProofPurpose, ProofType, SelectResults, SignatureOptions, Status, SubmissionRequirementMatch, Validated, Validation, ValidationEngine, ValidationPredicate, Validator } from './lib'; | ||
export { SelectResults, IVerifiablePresentation, IPresentation, IProof, ProofOptions, Validation, PEX, PEXv1, PEXv2, KeyEncoding, Status, ICredentialStatus, ICredentialSubject, EvaluationResults, Validator, Checked, Validated, ValidationPredicate, SubmissionRequirementMatch, NonEmptyArray, SignatureOptions, InputFieldType, PresentationSignOptions, PresentationSignCallBackParams, IIssuer, ProofType, ProofPurpose, IJwtVerifiableCredential, PEVersion, ICredential, ICredentialSchema, ValidationEngine, IJwtCredential, IJsonLdCredential, IJsonLdVerifiableCredential, IVerifiableCredential, IPresentationDefinition, IHasProof, HandlerCheckResult }; |
import { Checked, HandlerCheckResult, KeyEncoding, PEVersion, PEX, PEXv1, PEXv2, ProofPurpose, ProofType, Status, ValidationEngine } from './lib'; | ||
export { PEX, PEXv1, PEXv2, KeyEncoding, Status, Checked, ProofType, ProofPurpose, PEVersion, ValidationEngine, HandlerCheckResult }; | ||
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQ0wsT0FBTyxFQUVQLGtCQUFrQixFQWVsQixXQUFXLEVBRVgsU0FBUyxFQUNULEdBQUcsRUFDSCxLQUFLLEVBQ0wsS0FBSyxFQUlMLFlBQVksRUFDWixTQUFTLEVBR1QsTUFBTSxFQUlOLGdCQUFnQixFQUdqQixNQUFNLE9BQU8sQ0FBQztBQUVmLE9BQU8sRUFPTCxHQUFHLEVBQ0gsS0FBSyxFQUNMLEtBQUssRUFDTCxXQUFXLEVBQ1gsTUFBTSxFQUtOLE9BQU8sRUFVUCxTQUFTLEVBQ1QsWUFBWSxFQUVaLFNBQVMsRUFHVCxnQkFBZ0IsRUFLaEIsa0JBQWtCLEVBQ25CLENBQUMifQ== | ||
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQ0wsT0FBTyxFQUVQLGtCQUFrQixFQWlCbEIsV0FBVyxFQUVYLFNBQVMsRUFDVCxHQUFHLEVBQ0gsS0FBSyxFQUNMLEtBQUssRUFJTCxZQUFZLEVBQ1osU0FBUyxFQUdULE1BQU0sRUFJTixnQkFBZ0IsRUFHakIsTUFBTSxPQUFPLENBQUM7QUFFZixPQUFPLEVBT0wsR0FBRyxFQUNILEtBQUssRUFDTCxLQUFLLEVBQ0wsV0FBVyxFQUNYLE1BQU0sRUFLTixPQUFPLEVBVVAsU0FBUyxFQUNULFlBQVksRUFFWixTQUFTLEVBR1QsZ0JBQWdCLEVBT2hCLGtCQUFrQixFQUNuQixDQUFDIn0= |
@@ -7,3 +7,3 @@ import { Checked, NonEmptyArray, Status } from './ConstraintUtils'; | ||
import { KeyEncoding, PresentationSignCallBackParams, PresentationSignOptions, ProofOptions, SignatureOptions } from './signing'; | ||
import { ICredential, ICredentialSchema, ICredentialStatus, ICredentialSubject, IIssuer, IJsonLdCredential, IJsonLdVerifiableCredential, IJwtCredential, IJwtVerifiableCredential, InputFieldType, IPresentation, IProof, IVerifiableCredential, IVerifiablePresentation, PEVersion, ProofPurpose, ProofType } from './types'; | ||
import { ICredential, ICredentialSchema, ICredentialStatus, ICredentialSubject, IHasProof, IIssuer, IJsonLdCredential, IJsonLdVerifiableCredential, IJwtCredential, IJwtVerifiableCredential, InputFieldType, IPresentation, IPresentationDefinition, IProof, IVerifiableCredential, IVerifiablePresentation, PEVersion, ProofPurpose, ProofType } from './types'; | ||
import { Validated, Validation, ValidationEngine, ValidationPredicate, Validator } from './validation'; | ||
@@ -13,4 +13,4 @@ export { SubmissionRequirementMatch, HandlerCheckResult, EvaluationResults, SelectResults }; | ||
export { Validation, Validated, ValidationPredicate, Validator, ValidationEngine }; | ||
export { ICredentialSubject, ICredentialStatus, IVerifiablePresentation, IPresentation, IProof, InputFieldType, IIssuer, ProofType, ProofPurpose, IJwtVerifiableCredential, PEVersion, ICredential, ICredentialSchema, IVerifiableCredential, IJsonLdVerifiableCredential, IJwtCredential, IJsonLdCredential, }; | ||
export { ICredentialSubject, ICredentialStatus, IVerifiablePresentation, IPresentation, IPresentationDefinition, IHasProof, IProof, InputFieldType, IIssuer, ProofType, ProofPurpose, IJwtVerifiableCredential, PEVersion, ICredential, ICredentialSchema, IVerifiableCredential, IJsonLdVerifiableCredential, IJwtCredential, IJsonLdCredential, }; | ||
export { Checked, Status, NonEmptyArray }; | ||
export { PEX, PEXv1, PEXv2 }; |
@@ -15,2 +15,2 @@ import { Checked, Status } from './ConstraintUtils'; | ||
export { PEX, PEXv1, PEXv2 }; | ||
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi9saWIvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLE9BQU8sRUFBaUIsTUFBTSxFQUFFLE1BQU0sbUJBQW1CLENBQUM7QUFDbkUsT0FBTyxFQUFFLEdBQUcsRUFBRSxNQUFNLE9BQU8sQ0FBQztBQUM1QixPQUFPLEVBQUUsS0FBSyxFQUFFLE1BQU0sU0FBUyxDQUFDO0FBQ2hDLE9BQU8sRUFBRSxLQUFLLEVBQUUsTUFBTSxTQUFTLENBQUM7QUFDaEMsT0FBTyxFQUFxQixrQkFBa0IsRUFBNkMsTUFBTSxjQUFjLENBQUM7QUFDaEgsT0FBTyxFQUNMLFdBQVcsR0FLWixNQUFNLFdBQVcsQ0FBQztBQUNuQixPQUFPLEVBZUwsU0FBUyxFQUNULFlBQVksRUFDWixTQUFTLEdBQ1YsTUFBTSxTQUFTLENBQUM7QUFDakIsT0FBTyxFQUF5QixnQkFBZ0IsRUFBa0MsTUFBTSxjQUFjLENBQUM7QUFFdkcsT0FBTyxFQUE4QixrQkFBa0IsRUFBb0MsQ0FBQztBQUM1RixPQUFPLEVBQTJGLFdBQVcsRUFBRSxDQUFDO0FBQ2hILE9BQU8sRUFBeUQsZ0JBQWdCLEVBQUUsQ0FBQztBQUNuRixPQUFPLEVBUUwsU0FBUyxFQUNULFlBQVksRUFFWixTQUFTLEdBT1YsQ0FBQztBQUNGLE9BQU8sRUFBRSxPQUFPLEVBQUUsTUFBTSxFQUFpQixDQUFDO0FBQzFDLE9BQU8sRUFBRSxHQUFHLEVBQUUsS0FBSyxFQUFFLEtBQUssRUFBRSxDQUFDIn0= | ||
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi9saWIvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLE9BQU8sRUFBaUIsTUFBTSxFQUFFLE1BQU0sbUJBQW1CLENBQUM7QUFDbkUsT0FBTyxFQUFFLEdBQUcsRUFBRSxNQUFNLE9BQU8sQ0FBQztBQUM1QixPQUFPLEVBQUUsS0FBSyxFQUFFLE1BQU0sU0FBUyxDQUFDO0FBQ2hDLE9BQU8sRUFBRSxLQUFLLEVBQUUsTUFBTSxTQUFTLENBQUM7QUFDaEMsT0FBTyxFQUFxQixrQkFBa0IsRUFBNkMsTUFBTSxjQUFjLENBQUM7QUFDaEgsT0FBTyxFQUNMLFdBQVcsR0FLWixNQUFNLFdBQVcsQ0FBQztBQUNuQixPQUFPLEVBaUJMLFNBQVMsRUFDVCxZQUFZLEVBQ1osU0FBUyxHQUNWLE1BQU0sU0FBUyxDQUFDO0FBQ2pCLE9BQU8sRUFBeUIsZ0JBQWdCLEVBQWtDLE1BQU0sY0FBYyxDQUFDO0FBRXZHLE9BQU8sRUFBOEIsa0JBQWtCLEVBQW9DLENBQUM7QUFDNUYsT0FBTyxFQUEyRixXQUFXLEVBQUUsQ0FBQztBQUNoSCxPQUFPLEVBQXlELGdCQUFnQixFQUFFLENBQUM7QUFDbkYsT0FBTyxFQVVMLFNBQVMsRUFDVCxZQUFZLEVBRVosU0FBUyxHQU9WLENBQUM7QUFDRixPQUFPLEVBQUUsT0FBTyxFQUFFLE1BQU0sRUFBaUIsQ0FBQztBQUMxQyxPQUFPLEVBQUUsR0FBRyxFQUFFLEtBQUssRUFBRSxLQUFLLEVBQUUsQ0FBQyJ9 |
@@ -1,2 +0,2 @@ | ||
import { ICredential, ICredentialSchema, ICredentialStatus, ICredentialSubject, IIssuer, IJsonLdCredential, IJsonLdVerifiableCredential, IJwtCredential, IJwtVerifiableCredential, InputFieldType, IPresentation, IProof, IVerifiableCredential, IVerifiablePresentation, PEVersion, ProofPurpose, ProofType } from './SSI.types'; | ||
export { IPresentation, IVerifiablePresentation, ICredentialStatus, ICredentialSubject, IProof, InputFieldType, IIssuer, ProofType, ProofPurpose, IJwtVerifiableCredential, IJsonLdVerifiableCredential, IVerifiableCredential, IJwtCredential, IJsonLdCredential, ICredential, ICredentialSchema, PEVersion, }; | ||
import { ICredential, ICredentialSchema, ICredentialStatus, ICredentialSubject, IHasProof, IIssuer, IJsonLdCredential, IJsonLdVerifiableCredential, IJwtCredential, IJwtVerifiableCredential, InputFieldType, IPresentation, IPresentationDefinition, IProof, IVerifiableCredential, IVerifiablePresentation, PEVersion, ProofPurpose, ProofType } from './SSI.types'; | ||
export { IPresentation, IVerifiablePresentation, ICredentialStatus, ICredentialSubject, IProof, InputFieldType, IIssuer, ProofType, IHasProof, IPresentationDefinition, ProofPurpose, IJwtVerifiableCredential, IJsonLdVerifiableCredential, IVerifiableCredential, IJwtCredential, IJsonLdCredential, ICredential, ICredentialSchema, PEVersion, }; |
import { PEVersion, ProofPurpose, ProofType, } from './SSI.types'; | ||
export { ProofType, ProofPurpose, PEVersion, }; | ||
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi9saWIvdHlwZXMvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQWVMLFNBQVMsRUFDVCxZQUFZLEVBQ1osU0FBUyxHQUNWLE1BQU0sYUFBYSxDQUFDO0FBRXJCLE9BQU8sRUFRTCxTQUFTLEVBQ1QsWUFBWSxFQVFaLFNBQVMsR0FDVixDQUFDIn0= | ||
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi9saWIvdHlwZXMvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQWlCTCxTQUFTLEVBQ1QsWUFBWSxFQUNaLFNBQVMsR0FDVixNQUFNLGFBQWEsQ0FBQztBQUVyQixPQUFPLEVBUUwsU0FBUyxFQUdULFlBQVksRUFRWixTQUFTLEdBQ1YsQ0FBQyJ9 |
@@ -9,2 +9,3 @@ import { | ||
ICredentialSubject, | ||
IHasProof, | ||
IIssuer, | ||
@@ -17,2 +18,3 @@ IJsonLdCredential, | ||
IPresentation, | ||
IPresentationDefinition, | ||
IProof, | ||
@@ -80,3 +82,5 @@ IVerifiableCredential, | ||
IVerifiableCredential, | ||
IPresentationDefinition, | ||
IHasProof, | ||
HandlerCheckResult | ||
}; |
{ | ||
"name": "@sphereon/pex", | ||
"version": "0.6.3-unstable.0", | ||
"version": "0.6.3-unstable.1", | ||
"description": "A Typescript implementation of the v1 and v2 DIF Presentation Exchange specification", | ||
@@ -5,0 +5,0 @@ "main": "dist/main/index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
1672248
19336