@sphereon/pex-models
Advanced tools
Comparing version 2.1.3 to 2.1.4-unstable.0
import { Issuance } from './issuance'; | ||
import { DefinitionSchema } from './definitionSchema'; | ||
import { Schema } from './schema'; | ||
import { ConstraintsV1 } from './constraintsV1'; | ||
@@ -9,5 +9,5 @@ export interface InputDescriptorV1 { | ||
group?: Array<string>; | ||
schema: Array<DefinitionSchema>; | ||
schema: Array<Schema>; | ||
issuance?: Array<Issuance>; | ||
constraints?: ConstraintsV1; | ||
} |
@@ -5,3 +5,2 @@ export * from './callback'; | ||
export * from './constraintsV2'; | ||
export * from './definitionSchema'; | ||
export * from './descriptor'; | ||
@@ -37,2 +36,3 @@ export * from './directives'; | ||
export * from './rules'; | ||
export * from './schema'; | ||
export * from './sdJwtObject'; | ||
@@ -39,0 +39,0 @@ export * from './status'; |
@@ -21,3 +21,2 @@ "use strict"; | ||
__exportStar(require("./constraintsV2"), exports); | ||
__exportStar(require("./definitionSchema"), exports); | ||
__exportStar(require("./descriptor"), exports); | ||
@@ -53,2 +52,3 @@ __exportStar(require("./directives"), exports); | ||
__exportStar(require("./rules"), exports); | ||
__exportStar(require("./schema"), exports); | ||
__exportStar(require("./sdJwtObject"), exports); | ||
@@ -55,0 +55,0 @@ __exportStar(require("./status"), exports); |
{ | ||
"name": "@sphereon/pex-models", | ||
"version": "2.1.3", | ||
"version": "2.1.4-unstable.0", | ||
"description": "Presentation Exchange v1 and v2 typescript models", | ||
@@ -5,0 +5,0 @@ "author": "Sphereon", |
Sorry, the diff of this file is not supported yet
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
43396
2