dcql 0.2.8 → 0.2.10
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/src/dcql-presentation/index.d.ts +1 -0
- package/dist/src/dcql-presentation/index.d.ts.map +1 -1
- package/dist/src/dcql-presentation/index.js +1 -0
- package/dist/src/dcql-presentation/index.js.map +1 -1
- package/dist/src/dcql-presentation/m-dcql-presentation-query.d.ts +835 -0
- package/dist/src/dcql-presentation/m-dcql-presentation-query.d.ts.map +1 -0
- package/dist/src/dcql-presentation/m-dcql-presentation-query.js +129 -0
- package/dist/src/dcql-presentation/m-dcql-presentation-query.js.map +1 -0
- package/dist/src/dcql-presentation/m-dcql-presentation-record.d.ts +0 -10
- package/dist/src/dcql-presentation/m-dcql-presentation-record.d.ts.map +1 -1
- package/dist/src/dcql-presentation/m-dcql-presentation-record.js +0 -25
- package/dist/src/dcql-presentation/m-dcql-presentation-record.js.map +1 -1
- package/dist/src/dcql-query/dcql-query.test.js +52 -4
- package/dist/src/dcql-query/dcql-query.test.js.map +1 -1
- package/dist/src/dcql-query/m-dcql-credential-query.d.ts +2 -2
- package/dist/src/dcql-query/m-dcql-credential-query.d.ts.map +1 -1
- package/dist/src/dcql-query/m-dcql-credential-query.js +2 -2
- package/dist/src/dcql-query/m-dcql-credential-query.js.map +1 -1
- package/dist/src/dcql-query/m-dcql-query.d.ts +5 -5
- package/dist/src/dcql-query-result/dcql-claims-query-result.js.map +1 -1
- package/dist/src/dcql-query-result/m-dcql-query-result.d.ts +6 -6
- package/dist/src/e-dcql.d.ts +0 -6
- package/dist/src/e-dcql.d.ts.map +1 -1
- package/dist/src/e-dcql.js +1 -7
- package/dist/src/e-dcql.js.map +1 -1
- package/dist/src/index.d.ts +2 -2
- package/dist/src/index.d.ts.map +1 -1
- package/dist/src/index.js +2 -1
- package/dist/src/index.js.map +1 -1
- package/dist/src/u-dcql-credential-representation.d.ts +1 -0
- package/dist/src/u-dcql-credential-representation.d.ts.map +1 -1
- package/package.json +1 -1
package/dist/src/index.d.ts
CHANGED
@@ -1,9 +1,9 @@
|
|
1
|
-
export { DcqlPresentationRecord } from './dcql-presentation/index.js';
|
1
|
+
export { DcqlPresentationQuery, DcqlPresentationRecord, } from './dcql-presentation/index.js';
|
2
2
|
export { DcqlQueryResult } from './dcql-query-result/m-dcql-query-result.js';
|
3
3
|
export { DcqlClaimsQuery as ClaimsQuery } from './dcql-query/m-dcql-claims-query.js';
|
4
4
|
export { DcqlCredentialQuery } from './dcql-query/m-dcql-credential-query.js';
|
5
5
|
export { DcqlQuery } from './dcql-query/m-dcql-query.js';
|
6
6
|
export * from './e-base.js';
|
7
7
|
export * from './e-dcql.js';
|
8
|
-
export type { DcqlCredentialRepresentation, DcqlMdocRepresentation, DcqlSdJwtVcRepresentation, DcqlW3cVcRepresentation, } from './u-dcql-credential-representation.js';
|
8
|
+
export type { DcqlCredentialRepresentation, DcqlMdocRepresentation, DcqlPresentationRepresentation, DcqlSdJwtVcRepresentation, DcqlW3cVcRepresentation, } from './u-dcql-credential-representation.js';
|
9
9
|
//# sourceMappingURL=index.d.ts.map
|
package/dist/src/index.d.ts.map
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,qBAAqB,EACrB,sBAAsB,GACvB,MAAM,8BAA8B,CAAC;AACtC,OAAO,EAAE,eAAe,EAAE,MAAM,4CAA4C,CAAC;AAC7E,OAAO,EAAE,eAAe,IAAI,WAAW,EAAE,MAAM,qCAAqC,CAAC;AACrF,OAAO,EAAE,mBAAmB,EAAE,MAAM,yCAAyC,CAAC;AAC9E,OAAO,EAAE,SAAS,EAAE,MAAM,8BAA8B,CAAC;AACzD,cAAc,aAAa,CAAC;AAC5B,cAAc,aAAa,CAAC;AAE5B,YAAY,EACV,4BAA4B,EAC5B,sBAAsB,EACtB,8BAA8B,EAC9B,yBAAyB,EACzB,uBAAuB,GACxB,MAAM,uCAAuC,CAAC"}
|
package/dist/src/index.js
CHANGED
@@ -14,8 +14,9 @@ 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
|
-
exports.DcqlQuery = exports.DcqlCredentialQuery = exports.ClaimsQuery = exports.DcqlQueryResult = exports.DcqlPresentationRecord = void 0;
|
17
|
+
exports.DcqlQuery = exports.DcqlCredentialQuery = exports.ClaimsQuery = exports.DcqlQueryResult = exports.DcqlPresentationRecord = exports.DcqlPresentationQuery = void 0;
|
18
18
|
var index_js_1 = require("./dcql-presentation/index.js");
|
19
|
+
Object.defineProperty(exports, "DcqlPresentationQuery", { enumerable: true, get: function () { return index_js_1.DcqlPresentationQuery; } });
|
19
20
|
Object.defineProperty(exports, "DcqlPresentationRecord", { enumerable: true, get: function () { return index_js_1.DcqlPresentationRecord; } });
|
20
21
|
var m_dcql_query_result_js_1 = require("./dcql-query-result/m-dcql-query-result.js");
|
21
22
|
Object.defineProperty(exports, "DcqlQueryResult", { enumerable: true, get: function () { return m_dcql_query_result_js_1.DcqlQueryResult; } });
|
package/dist/src/index.js.map
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AAAA,
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AAAA,yDAGsC;AAFpC,iHAAA,qBAAqB,OAAA;AACrB,kHAAA,sBAAsB,OAAA;AAExB,qFAA6E;AAApE,yHAAA,eAAe,OAAA;AACxB,8EAAqF;AAA5E,qHAAA,eAAe,OAAe;AACvC,sFAA8E;AAArE,iIAAA,mBAAmB,OAAA;AAC5B,gEAAyD;AAAhD,4GAAA,SAAS,OAAA;AAClB,8CAA4B;AAC5B,8CAA4B"}
|
@@ -25,4 +25,5 @@ export declare namespace DcqlW3cVcRepresentation {
|
|
25
25
|
}
|
26
26
|
export type DcqlW3cVcRepresentation = DcqlW3cVcRepresentation.Credential;
|
27
27
|
export type DcqlCredentialRepresentation = DcqlMdocRepresentation | DcqlSdJwtVcRepresentation | DcqlW3cVcRepresentation;
|
28
|
+
export type DcqlPresentationRepresentation = DcqlMdocRepresentation | DcqlSdJwtVcRepresentation | DcqlW3cVcRepresentation;
|
28
29
|
//# sourceMappingURL=u-dcql-credential-representation.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"u-dcql-credential-representation.d.ts","sourceRoot":"","sources":["../../src/u-dcql-credential-representation.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,SAAS,CAAC;AAC7B,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC;AAE/C,yBAAiB,sBAAsB,CAAC;IAC/B,MAAM,WAAW,6HAGvB,CAAC;IACF,KAAY,UAAU,GAAG,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC;IACjE,UAAiB,UAAU;QACzB,OAAO,EAAE,MAAM,CAAC;QAChB,UAAU,EAAE,UAAU,CAAC;KACxB;CACF;AACD,MAAM,MAAM,sBAAsB,GAAG,sBAAsB,CAAC,UAAU,CAAC;AAEvE,yBAAiB,yBAAyB,CAAC;IACzC,KAAY,MAAM,GAAG,CAAC,CAAC,WAAW,CAAC,OAAO,WAAW,CAAC,CAAC;IACvD,UAAiB,UAAU;QACzB,GAAG,EAAE,MAAM,CAAC;QACZ,MAAM,EAAE,MAAM,CAAC;KAChB;CACF;AACD,MAAM,MAAM,yBAAyB,GAAG,yBAAyB,CAAC,UAAU,CAAC;AAE7E,yBAAiB,uBAAuB,CAAC;IACvC,KAAY,MAAM,GAAG,CAAC,CAAC,WAAW,CAAC,OAAO,WAAW,CAAC,CAAC;IACvD,UAAiB,UAAU;QACzB,MAAM,EAAE,MAAM,CAAC;KAChB;CACF;AACD,MAAM,MAAM,uBAAuB,GAAG,uBAAuB,CAAC,UAAU,CAAC;AAEzE,MAAM,MAAM,4BAA4B,GACpC,sBAAsB,GACtB,yBAAyB,GACzB,uBAAuB,CAAC"}
|
1
|
+
{"version":3,"file":"u-dcql-credential-representation.d.ts","sourceRoot":"","sources":["../../src/u-dcql-credential-representation.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,SAAS,CAAC;AAC7B,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC;AAE/C,yBAAiB,sBAAsB,CAAC;IAC/B,MAAM,WAAW,6HAGvB,CAAC;IACF,KAAY,UAAU,GAAG,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC;IACjE,UAAiB,UAAU;QACzB,OAAO,EAAE,MAAM,CAAC;QAChB,UAAU,EAAE,UAAU,CAAC;KACxB;CACF;AACD,MAAM,MAAM,sBAAsB,GAAG,sBAAsB,CAAC,UAAU,CAAC;AAEvE,yBAAiB,yBAAyB,CAAC;IACzC,KAAY,MAAM,GAAG,CAAC,CAAC,WAAW,CAAC,OAAO,WAAW,CAAC,CAAC;IACvD,UAAiB,UAAU;QACzB,GAAG,EAAE,MAAM,CAAC;QACZ,MAAM,EAAE,MAAM,CAAC;KAChB;CACF;AACD,MAAM,MAAM,yBAAyB,GAAG,yBAAyB,CAAC,UAAU,CAAC;AAE7E,yBAAiB,uBAAuB,CAAC;IACvC,KAAY,MAAM,GAAG,CAAC,CAAC,WAAW,CAAC,OAAO,WAAW,CAAC,CAAC;IACvD,UAAiB,UAAU;QACzB,MAAM,EAAE,MAAM,CAAC;KAChB;CACF;AACD,MAAM,MAAM,uBAAuB,GAAG,uBAAuB,CAAC,UAAU,CAAC;AAEzE,MAAM,MAAM,4BAA4B,GACpC,sBAAsB,GACtB,yBAAyB,GACzB,uBAAuB,CAAC;AAE5B,MAAM,MAAM,8BAA8B,GACtC,sBAAsB,GACtB,yBAAyB,GACzB,uBAAuB,CAAC"}
|
package/package.json
CHANGED