dcql 0.2.7 → 0.2.9

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.
Files changed (32) hide show
  1. package/dist/src/dcql-presentation/index.d.ts +1 -0
  2. package/dist/src/dcql-presentation/index.d.ts.map +1 -1
  3. package/dist/src/dcql-presentation/index.js +1 -0
  4. package/dist/src/dcql-presentation/index.js.map +1 -1
  5. package/dist/src/dcql-presentation/m-dcql-presentation-query.d.ts +835 -0
  6. package/dist/src/dcql-presentation/m-dcql-presentation-query.d.ts.map +1 -0
  7. package/dist/src/dcql-presentation/m-dcql-presentation-query.js +129 -0
  8. package/dist/src/dcql-presentation/m-dcql-presentation-query.js.map +1 -0
  9. package/dist/src/dcql-presentation/m-dcql-presentation-record.d.ts +0 -10
  10. package/dist/src/dcql-presentation/m-dcql-presentation-record.d.ts.map +1 -1
  11. package/dist/src/dcql-presentation/m-dcql-presentation-record.js +1 -26
  12. package/dist/src/dcql-presentation/m-dcql-presentation-record.js.map +1 -1
  13. package/dist/src/dcql-query/dcql-query.test.js +52 -4
  14. package/dist/src/dcql-query/dcql-query.test.js.map +1 -1
  15. package/dist/src/dcql-query/m-dcql-credential-query.d.ts +2 -2
  16. package/dist/src/dcql-query/m-dcql-credential-query.d.ts.map +1 -1
  17. package/dist/src/dcql-query/m-dcql-credential-query.js +2 -2
  18. package/dist/src/dcql-query/m-dcql-credential-query.js.map +1 -1
  19. package/dist/src/dcql-query/m-dcql-query.d.ts +5 -5
  20. package/dist/src/dcql-query-result/dcql-claims-query-result.js.map +1 -1
  21. package/dist/src/dcql-query-result/m-dcql-query-result.d.ts +6 -6
  22. package/dist/src/e-dcql.d.ts +0 -6
  23. package/dist/src/e-dcql.d.ts.map +1 -1
  24. package/dist/src/e-dcql.js +1 -7
  25. package/dist/src/e-dcql.js.map +1 -1
  26. package/dist/src/index.d.ts +2 -2
  27. package/dist/src/index.d.ts.map +1 -1
  28. package/dist/src/index.js +2 -1
  29. package/dist/src/index.js.map +1 -1
  30. package/dist/src/u-dcql-credential-representation.d.ts +1 -0
  31. package/dist/src/u-dcql-credential-representation.d.ts.map +1 -1
  32. package/package.json +1 -1
@@ -1,2 +1,3 @@
1
+ export * from './m-dcql-presentation-query.js';
1
2
  export * from './m-dcql-presentation-record.js';
2
3
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/dcql-presentation/index.ts"],"names":[],"mappings":"AAAA,cAAc,iCAAiC,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/dcql-presentation/index.ts"],"names":[],"mappings":"AAAA,cAAc,gCAAgC,CAAC;AAC/C,cAAc,iCAAiC,CAAC"}
@@ -14,5 +14,6 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
14
  for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
+ __exportStar(require("./m-dcql-presentation-query.js"), exports);
17
18
  __exportStar(require("./m-dcql-presentation-record.js"), exports);
18
19
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/dcql-presentation/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,kEAAgD"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/dcql-presentation/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,iEAA+C;AAC/C,kEAAgD"}