dcql 0.2.3 → 0.2.4

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 (148) hide show
  1. package/dist/src/dcql-query/claims-path.d.ts +14 -0
  2. package/dist/src/dcql-query/claims-path.d.ts.map +1 -0
  3. package/dist/src/dcql-query/claims-path.js +23 -0
  4. package/dist/src/dcql-query/claims-path.js.map +1 -0
  5. package/dist/src/dcql-query/claims-path.test.d.ts +2 -0
  6. package/dist/src/dcql-query/claims-path.test.d.ts.map +1 -0
  7. package/dist/src/dcql-query/claims-path.test.js +97 -0
  8. package/dist/src/dcql-query/claims-path.test.js.map +1 -0
  9. package/dist/src/dcql-query/dcql-query.d.ts +5 -0
  10. package/dist/src/dcql-query/dcql-query.d.ts.map +1 -0
  11. package/dist/src/dcql-query/dcql-query.js +53 -0
  12. package/dist/src/dcql-query/dcql-query.js.map +1 -0
  13. package/dist/src/dcql-query/dcql-query.test.d.ts +2 -0
  14. package/dist/src/dcql-query/dcql-query.test.d.ts.map +1 -0
  15. package/dist/src/dcql-query/dcql-query.test.js +165 -0
  16. package/dist/src/dcql-query/dcql-query.test.js.map +1 -0
  17. package/dist/src/dcql-query/m-dcql-claims-query.d.ts +37 -0
  18. package/dist/src/dcql-query/m-dcql-claims-query.d.ts.map +1 -0
  19. package/dist/src/dcql-query/m-dcql-claims-query.js +57 -0
  20. package/dist/src/dcql-query/m-dcql-claims-query.js.map +1 -0
  21. package/dist/src/dcql-query/m-dcql-credential-query.d.ts +186 -0
  22. package/dist/src/dcql-query/m-dcql-credential-query.d.ts.map +1 -0
  23. package/dist/src/dcql-query/m-dcql-credential-query.js +85 -0
  24. package/dist/src/dcql-query/m-dcql-credential-query.js.map +1 -0
  25. package/dist/src/dcql-query/m-dcql-credential-set-query.d.ts +18 -0
  26. package/dist/src/dcql-query/m-dcql-credential-set-query.d.ts.map +1 -0
  27. package/dist/src/dcql-query/m-dcql-credential-set-query.js +41 -0
  28. package/dist/src/dcql-query/m-dcql-credential-set-query.js.map +1 -0
  29. package/dist/src/dcql-query/m-dcql-query.d.ts +433 -0
  30. package/dist/src/dcql-query/m-dcql-query.d.ts.map +1 -0
  31. package/dist/src/dcql-query/m-dcql-query.js +89 -0
  32. package/dist/src/dcql-query/m-dcql-query.js.map +1 -0
  33. package/dist/src/dcql-query-result/dcql-claims-query-result.d.ts +81 -0
  34. package/dist/src/dcql-query-result/dcql-claims-query-result.d.ts.map +1 -0
  35. package/dist/src/dcql-query-result/dcql-claims-query-result.js +158 -0
  36. package/dist/src/dcql-query-result/dcql-claims-query-result.js.map +1 -0
  37. package/dist/src/dcql-query-result/dcql-credential-query-result.d.ts +38 -0
  38. package/dist/src/dcql-query-result/dcql-credential-query-result.d.ts.map +1 -0
  39. package/dist/src/dcql-query-result/dcql-credential-query-result.js +61 -0
  40. package/dist/src/dcql-query-result/dcql-credential-query-result.js.map +1 -0
  41. package/dist/src/dcql-query-result/m-dcql-query-result.d.ts +730 -0
  42. package/dist/src/dcql-query-result/m-dcql-query-result.d.ts.map +1 -0
  43. package/dist/src/dcql-query-result/m-dcql-query-result.js +78 -0
  44. package/dist/src/dcql-query-result/m-dcql-query-result.js.map +1 -0
  45. package/dist/src/dcql-query-vp-token/m-dcql-query-vp-token.d.ts +65 -0
  46. package/dist/src/dcql-query-vp-token/m-dcql-query-vp-token.d.ts.map +1 -0
  47. package/dist/src/dcql-query-vp-token/m-dcql-query-vp-token.js +50 -0
  48. package/dist/src/dcql-query-vp-token/m-dcql-query-vp-token.js.map +1 -0
  49. package/dist/src/e-base.d.ts +15 -0
  50. package/dist/src/e-base.d.ts.map +1 -0
  51. package/dist/{esm/src → src}/e-base.js +18 -23
  52. package/dist/src/e-base.js.map +1 -0
  53. package/dist/src/e-dcql.d.ts +32 -0
  54. package/dist/src/e-dcql.d.ts.map +1 -0
  55. package/dist/src/e-dcql.js +35 -0
  56. package/dist/src/e-dcql.js.map +1 -0
  57. package/dist/src/index.d.ts +9 -0
  58. package/dist/src/index.d.ts.map +1 -0
  59. package/dist/src/index.js +30 -0
  60. package/dist/src/index.js.map +1 -0
  61. package/dist/src/u-dcql-credential-representation.d.ts +28 -0
  62. package/dist/src/u-dcql-credential-representation.d.ts.map +1 -0
  63. package/dist/src/u-dcql-credential-representation.js +32 -0
  64. package/dist/src/u-dcql-credential-representation.js.map +1 -0
  65. package/dist/src/u-dcql.d.ts +49 -0
  66. package/dist/src/u-dcql.d.ts.map +1 -0
  67. package/dist/src/u-dcql.js +76 -0
  68. package/dist/src/u-dcql.js.map +1 -0
  69. package/package.json +14 -9
  70. package/.cache/tsbuildinfo.json +0 -1
  71. package/.turbo/turbo-build.log +0 -4
  72. package/CHANGELOG.md +0 -13
  73. package/dist/esm/src/claims-query/claims-query-result.d.ts +0 -24
  74. package/dist/esm/src/claims-query/claims-query-result.d.ts.map +0 -1
  75. package/dist/esm/src/claims-query/claims-query-result.js +0 -67
  76. package/dist/esm/src/claims-query/claims-query-result.js.map +0 -1
  77. package/dist/esm/src/claims-query/v-claims-query-result.d.ts +0 -82
  78. package/dist/esm/src/claims-query/v-claims-query-result.d.ts.map +0 -1
  79. package/dist/esm/src/claims-query/v-claims-query-result.js +0 -30
  80. package/dist/esm/src/claims-query/v-claims-query-result.js.map +0 -1
  81. package/dist/esm/src/claims-query/v-claims-query.d.ts +0 -34
  82. package/dist/esm/src/claims-query/v-claims-query.d.ts.map +0 -1
  83. package/dist/esm/src/claims-query/v-claims-query.js +0 -24
  84. package/dist/esm/src/claims-query/v-claims-query.js.map +0 -1
  85. package/dist/esm/src/credential-query/credential-query-result.d.ts +0 -101
  86. package/dist/esm/src/credential-query/credential-query-result.d.ts.map +0 -1
  87. package/dist/esm/src/credential-query/credential-query-result.js +0 -91
  88. package/dist/esm/src/credential-query/credential-query-result.js.map +0 -1
  89. package/dist/esm/src/credential-query/v-credential-query-result.d.ts +0 -696
  90. package/dist/esm/src/credential-query/v-credential-query-result.d.ts.map +0 -1
  91. package/dist/esm/src/credential-query/v-credential-query-result.js +0 -44
  92. package/dist/esm/src/credential-query/v-credential-query-result.js.map +0 -1
  93. package/dist/esm/src/credential-query/v-credential-query.d.ts +0 -109
  94. package/dist/esm/src/credential-query/v-credential-query.d.ts.map +0 -1
  95. package/dist/esm/src/credential-query/v-credential-query.js +0 -57
  96. package/dist/esm/src/credential-query/v-credential-query.js.map +0 -1
  97. package/dist/esm/src/e-base.d.ts +0 -25
  98. package/dist/esm/src/e-base.d.ts.map +0 -1
  99. package/dist/esm/src/e-base.js.map +0 -1
  100. package/dist/esm/src/e-vp-query.d.ts +0 -32
  101. package/dist/esm/src/e-vp-query.d.ts.map +0 -1
  102. package/dist/esm/src/e-vp-query.js +0 -27
  103. package/dist/esm/src/e-vp-query.js.map +0 -1
  104. package/dist/esm/src/index.d.ts +0 -7
  105. package/dist/esm/src/index.d.ts.map +0 -1
  106. package/dist/esm/src/index.js +0 -7
  107. package/dist/esm/src/index.js.map +0 -1
  108. package/dist/esm/src/u-query.d.ts +0 -20
  109. package/dist/esm/src/u-query.d.ts.map +0 -1
  110. package/dist/esm/src/u-query.js +0 -25
  111. package/dist/esm/src/u-query.js.map +0 -1
  112. package/dist/esm/src/vp-query/v-vp-query-result.d.ts +0 -767
  113. package/dist/esm/src/vp-query/v-vp-query-result.d.ts.map +0 -1
  114. package/dist/esm/src/vp-query/v-vp-query-result.js +0 -18
  115. package/dist/esm/src/vp-query/v-vp-query-result.js.map +0 -1
  116. package/dist/esm/src/vp-query/v-vp-query.d.ts +0 -94
  117. package/dist/esm/src/vp-query/v-vp-query.d.ts.map +0 -1
  118. package/dist/esm/src/vp-query/v-vp-query.js +0 -52
  119. package/dist/esm/src/vp-query/v-vp-query.js.map +0 -1
  120. package/dist/esm/src/vp-query/vp-query.d.ts +0 -5
  121. package/dist/esm/src/vp-query/vp-query.d.ts.map +0 -1
  122. package/dist/esm/src/vp-query/vp-query.fixtures.d.ts +0 -7
  123. package/dist/esm/src/vp-query/vp-query.fixtures.d.ts.map +0 -1
  124. package/dist/esm/src/vp-query/vp-query.fixtures.js +0 -172
  125. package/dist/esm/src/vp-query/vp-query.fixtures.js.map +0 -1
  126. package/dist/esm/src/vp-query/vp-query.js +0 -21
  127. package/dist/esm/src/vp-query/vp-query.js.map +0 -1
  128. package/dist/esm/src/vp-query/vp-query.test.d.ts +0 -31
  129. package/dist/esm/src/vp-query/vp-query.test.d.ts.map +0 -1
  130. package/dist/esm/src/vp-query/vp-query.test.js +0 -130
  131. package/dist/esm/src/vp-query/vp-query.test.js.map +0 -1
  132. package/eslint.config.js +0 -10
  133. package/src/claims-query/claims-query-result.ts +0 -104
  134. package/src/claims-query/v-claims-query-result.ts +0 -42
  135. package/src/claims-query/v-claims-query.ts +0 -34
  136. package/src/credential-query/credential-query-result.ts +0 -130
  137. package/src/credential-query/v-credential-query-result.ts +0 -71
  138. package/src/credential-query/v-credential-query.ts +0 -85
  139. package/src/e-base.ts +0 -116
  140. package/src/e-vp-query.ts +0 -31
  141. package/src/index.ts +0 -6
  142. package/src/u-query.ts +0 -39
  143. package/src/vp-query/v-vp-query-result.ts +0 -23
  144. package/src/vp-query/v-vp-query.ts +0 -71
  145. package/src/vp-query/vp-query.fixtures.ts +0 -178
  146. package/src/vp-query/vp-query.test.ts +0 -156
  147. package/src/vp-query/vp-query.ts +0 -44
  148. package/tsconfig.json +0 -5
@@ -0,0 +1,76 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
14
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
15
+ }) : function(o, v) {
16
+ o["default"] = v;
17
+ });
18
+ var __importStar = (this && this.__importStar) || function (mod) {
19
+ if (mod && mod.__esModule) return mod;
20
+ var result = {};
21
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
22
+ __setModuleDefault(result, mod);
23
+ return result;
24
+ };
25
+ Object.defineProperty(exports, "__esModule", { value: true });
26
+ exports.vParseResult = exports.vParseFailure = exports.vParseSuccess = exports.vStringToJson = exports.vJsonValue = exports.vJsonRecord = exports.vJson = exports.vJsonArray = exports.vJsonLiteral = exports.vIdString = exports.vNonEmptyArray = exports.vCredentialFormat = exports.idRegex = void 0;
27
+ const v = __importStar(require("valibot"));
28
+ exports.idRegex = /^[a-zA-Z0-9_-]+$/;
29
+ exports.vCredentialFormat = v.picklist([
30
+ 'mso_mdoc',
31
+ 'vc+sd-jwt',
32
+ 'jwt_vc_json',
33
+ 'jwt_vc_json-ld',
34
+ ]);
35
+ const vNonEmptyArray = () => {
36
+ return v.custom(input => input.length > 0 ? true : false);
37
+ };
38
+ exports.vNonEmptyArray = vNonEmptyArray;
39
+ exports.vIdString = v.pipe(v.string(), v.regex(exports.idRegex));
40
+ exports.vJsonLiteral = v.union([
41
+ v.string(),
42
+ v.number(),
43
+ v.boolean(),
44
+ v.null(),
45
+ ]);
46
+ exports.vJsonArray = v.array(exports.vJsonLiteral);
47
+ exports.vJson = v.lazy(() => v.union([exports.vJsonLiteral, v.array(exports.vJson), v.record(v.string(), exports.vJson)]));
48
+ exports.vJsonRecord = v.record(v.string(), exports.vJson);
49
+ exports.vJsonValue = v.union([exports.vJsonLiteral, exports.vJsonArray, exports.vJsonRecord]);
50
+ exports.vStringToJson = v.rawTransform(({ dataset, addIssue, NEVER }) => {
51
+ try {
52
+ return JSON.parse(dataset.value);
53
+ }
54
+ catch (error) {
55
+ addIssue({ message: 'Invalid JSON' });
56
+ return NEVER;
57
+ }
58
+ });
59
+ exports.vParseSuccess = v.object({
60
+ success: v.literal(true),
61
+ typed: v.literal(true),
62
+ output: v.unknown(),
63
+ issues: v.optional(v.undefined()),
64
+ credential_index: v.number(),
65
+ claim_set_index: v.union([v.number(), v.undefined()]),
66
+ });
67
+ exports.vParseFailure = v.object({
68
+ success: v.literal(false),
69
+ typed: v.boolean(),
70
+ output: v.unknown(),
71
+ issues: v.pipe(v.array(v.unknown()), (0, exports.vNonEmptyArray)()),
72
+ credential_index: v.number(),
73
+ claim_set_index: v.union([v.number(), v.undefined()]),
74
+ });
75
+ exports.vParseResult = v.union([exports.vParseSuccess, exports.vParseFailure]);
76
+ //# sourceMappingURL=u-dcql.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"u-dcql.js","sourceRoot":"","sources":["../../src/u-dcql.ts"],"names":[],"mappings":"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"}
package/package.json CHANGED
@@ -2,27 +2,32 @@
2
2
  "name": "dcql",
3
3
  "description": "Digital Credentials Query Language (DCQL)",
4
4
  "author": "Martin Auer",
5
- "version": "0.2.3",
5
+ "version": "0.2.4",
6
6
  "private": false,
7
- "type": "module",
7
+ "main": "./dist/src/index.js",
8
+ "module": "./dist/src/index.js",
9
+ "types": "./dist/src/index.d.ts",
8
10
  "exports": {
9
11
  ".": {
10
- "types": "./src/index.ts",
11
- "default": "./dist/src/index.js"
12
+ "import": "./dist/src/index.js",
13
+ "require": "./dist/src/index.js",
14
+ "types": "./dist/src/index.d.ts"
12
15
  }
13
16
  },
17
+ "files": [
18
+ "dist"
19
+ ],
14
20
  "license": "MIT",
15
21
  "dependencies": {
16
22
  "valibot": "0.37.0"
17
23
  },
18
24
  "devDependencies": {
19
- "@ausweis/eslint": "^0.2.34",
20
- "@ausweis/prettier": "^0.2.34",
21
- "@ausweis/typescript": "^0.2.34",
25
+ "@ausweis/eslint": "^0.2.43",
26
+ "@ausweis/prettier": "^0.2.43",
27
+ "@ausweis/typescript": "^0.2.43",
22
28
  "@types/node": "^20.16.10",
23
29
  "eslint": "^9.9.0",
24
30
  "prettier": "^3.3.3",
25
- "tsx": "^4.11.2",
26
31
  "typescript": "^5.6.2"
27
32
  },
28
33
  "prettier": "@ausweis/prettier",
@@ -55,6 +60,6 @@
55
60
  "format": "prettier --check . --ignore-path ./../.gitignore",
56
61
  "lint": "eslint .",
57
62
  "typecheck": "tsc --noEmit",
58
- "test": "tsx --test"
63
+ "test": "node --test"
59
64
  }
60
65
  }
@@ -1 +0,0 @@
1
- {"fileNames":["../../node_modules/.pnpm/typescript@5.6.3/node_modules/typescript/lib/lib.es5.d.ts","../../node_modules/.pnpm/typescript@5.6.3/node_modules/typescript/lib/lib.es2015.d.ts","../../node_modules/.pnpm/typescript@5.6.3/node_modules/typescript/lib/lib.es2016.d.ts","../../node_modules/.pnpm/typescript@5.6.3/node_modules/typescript/lib/lib.es2017.d.ts","../../node_modules/.pnpm/typescript@5.6.3/node_modules/typescript/lib/lib.es2018.d.ts","../../node_modules/.pnpm/typescript@5.6.3/node_modules/typescript/lib/lib.es2019.d.ts","../../node_modules/.pnpm/typescript@5.6.3/node_modules/typescript/lib/lib.es2020.d.ts","../../node_modules/.pnpm/typescript@5.6.3/node_modules/typescript/lib/lib.es2021.d.ts","../../node_modules/.pnpm/typescript@5.6.3/node_modules/typescript/lib/lib.es2022.d.ts","../../node_modules/.pnpm/typescript@5.6.3/node_modules/typescript/lib/lib.es2015.core.d.ts","../../node_modules/.pnpm/typescript@5.6.3/node_modules/typescript/lib/lib.es2015.collection.d.ts","../../node_modules/.pnpm/typescript@5.6.3/node_modules/typescript/lib/lib.es2015.generator.d.ts","../../node_modules/.pnpm/typescript@5.6.3/node_modules/typescript/lib/lib.es2015.iterable.d.ts","../../node_modules/.pnpm/typescript@5.6.3/node_modules/typescript/lib/lib.es2015.promise.d.ts","../../node_modules/.pnpm/typescript@5.6.3/node_modules/typescript/lib/lib.es2015.proxy.d.ts","../../node_modules/.pnpm/typescript@5.6.3/node_modules/typescript/lib/lib.es2015.reflect.d.ts","../../node_modules/.pnpm/typescript@5.6.3/node_modules/typescript/lib/lib.es2015.symbol.d.ts","../../node_modules/.pnpm/typescript@5.6.3/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","../../node_modules/.pnpm/typescript@5.6.3/node_modules/typescript/lib/lib.es2016.array.include.d.ts","../../node_modules/.pnpm/typescript@5.6.3/node_modules/typescript/lib/lib.es2016.intl.d.ts","../../node_modules/.pnpm/typescript@5.6.3/node_modules/typescript/lib/lib.es2017.date.d.ts","../../node_modules/.pnpm/typescript@5.6.3/node_modules/typescript/lib/lib.es2017.object.d.ts","../../node_modules/.pnpm/typescript@5.6.3/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","../../node_modules/.pnpm/typescript@5.6.3/node_modules/typescript/lib/lib.es2017.string.d.ts","../../node_modules/.pnpm/typescript@5.6.3/node_modules/typescript/lib/lib.es2017.intl.d.ts","../../node_modules/.pnpm/typescript@5.6.3/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","../../node_modules/.pnpm/typescript@5.6.3/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","../../node_modules/.pnpm/typescript@5.6.3/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","../../node_modules/.pnpm/typescript@5.6.3/node_modules/typescript/lib/lib.es2018.intl.d.ts","../../node_modules/.pnpm/typescript@5.6.3/node_modules/typescript/lib/lib.es2018.promise.d.ts","../../node_modules/.pnpm/typescript@5.6.3/node_modules/typescript/lib/lib.es2018.regexp.d.ts","../../node_modules/.pnpm/typescript@5.6.3/node_modules/typescript/lib/lib.es2019.array.d.ts","../../node_modules/.pnpm/typescript@5.6.3/node_modules/typescript/lib/lib.es2019.object.d.ts","../../node_modules/.pnpm/typescript@5.6.3/node_modules/typescript/lib/lib.es2019.string.d.ts","../../node_modules/.pnpm/typescript@5.6.3/node_modules/typescript/lib/lib.es2019.symbol.d.ts","../../node_modules/.pnpm/typescript@5.6.3/node_modules/typescript/lib/lib.es2019.intl.d.ts","../../node_modules/.pnpm/typescript@5.6.3/node_modules/typescript/lib/lib.es2020.bigint.d.ts","../../node_modules/.pnpm/typescript@5.6.3/node_modules/typescript/lib/lib.es2020.date.d.ts","../../node_modules/.pnpm/typescript@5.6.3/node_modules/typescript/lib/lib.es2020.promise.d.ts","../../node_modules/.pnpm/typescript@5.6.3/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","../../node_modules/.pnpm/typescript@5.6.3/node_modules/typescript/lib/lib.es2020.string.d.ts","../../node_modules/.pnpm/typescript@5.6.3/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","../../node_modules/.pnpm/typescript@5.6.3/node_modules/typescript/lib/lib.es2020.intl.d.ts","../../node_modules/.pnpm/typescript@5.6.3/node_modules/typescript/lib/lib.es2020.number.d.ts","../../node_modules/.pnpm/typescript@5.6.3/node_modules/typescript/lib/lib.es2021.promise.d.ts","../../node_modules/.pnpm/typescript@5.6.3/node_modules/typescript/lib/lib.es2021.string.d.ts","../../node_modules/.pnpm/typescript@5.6.3/node_modules/typescript/lib/lib.es2021.weakref.d.ts","../../node_modules/.pnpm/typescript@5.6.3/node_modules/typescript/lib/lib.es2021.intl.d.ts","../../node_modules/.pnpm/typescript@5.6.3/node_modules/typescript/lib/lib.es2022.array.d.ts","../../node_modules/.pnpm/typescript@5.6.3/node_modules/typescript/lib/lib.es2022.error.d.ts","../../node_modules/.pnpm/typescript@5.6.3/node_modules/typescript/lib/lib.es2022.intl.d.ts","../../node_modules/.pnpm/typescript@5.6.3/node_modules/typescript/lib/lib.es2022.object.d.ts","../../node_modules/.pnpm/typescript@5.6.3/node_modules/typescript/lib/lib.es2022.sharedmemory.d.ts","../../node_modules/.pnpm/typescript@5.6.3/node_modules/typescript/lib/lib.es2022.string.d.ts","../../node_modules/.pnpm/typescript@5.6.3/node_modules/typescript/lib/lib.es2022.regexp.d.ts","../../node_modules/.pnpm/typescript@5.6.3/node_modules/typescript/lib/lib.esnext.intl.d.ts","../../node_modules/.pnpm/typescript@5.6.3/node_modules/typescript/lib/lib.decorators.d.ts","../../node_modules/.pnpm/typescript@5.6.3/node_modules/typescript/lib/lib.decorators.legacy.d.ts","../src/e-base.ts","../src/e-vp-query.ts","../../node_modules/.pnpm/valibot@0.37.0_typescript@5.6.3/node_modules/valibot/dist/index.d.ts","../src/u-query.ts","../src/claims-query/v-claims-query.ts","../src/claims-query/v-claims-query-result.ts","../src/credential-query/v-credential-query.ts","../src/credential-query/v-credential-query-result.ts","../src/claims-query/claims-query-result.ts","../src/credential-query/credential-query-result.ts","../src/vp-query/vp-query.ts","../src/vp-query/v-vp-query.ts","../src/vp-query/v-vp-query-result.ts","../src/index.ts","../src/vp-query/vp-query.fixtures.ts","../src/vp-query/vp-query.test.ts","../../node_modules/.pnpm/@types+node@20.16.11/node_modules/@types/node/ts5.6/globals.typedarray.d.ts","../../node_modules/.pnpm/@types+node@20.16.11/node_modules/@types/node/ts5.6/buffer.buffer.d.ts","../../node_modules/.pnpm/@types+node@20.16.11/node_modules/@types/node/assert.d.ts","../../node_modules/.pnpm/@types+node@20.16.11/node_modules/@types/node/assert/strict.d.ts","../../node_modules/.pnpm/buffer@5.7.1/node_modules/buffer/index.d.ts","../../node_modules/.pnpm/undici-types@6.19.6/node_modules/undici-types/header.d.ts","../../node_modules/.pnpm/undici-types@6.19.6/node_modules/undici-types/readable.d.ts","../../node_modules/.pnpm/undici-types@6.19.6/node_modules/undici-types/file.d.ts","../../node_modules/.pnpm/undici-types@6.19.6/node_modules/undici-types/fetch.d.ts","../../node_modules/.pnpm/undici-types@6.19.6/node_modules/undici-types/formdata.d.ts","../../node_modules/.pnpm/undici-types@6.19.6/node_modules/undici-types/connector.d.ts","../../node_modules/.pnpm/undici-types@6.19.6/node_modules/undici-types/client.d.ts","../../node_modules/.pnpm/undici-types@6.19.6/node_modules/undici-types/errors.d.ts","../../node_modules/.pnpm/undici-types@6.19.6/node_modules/undici-types/dispatcher.d.ts","../../node_modules/.pnpm/undici-types@6.19.6/node_modules/undici-types/global-dispatcher.d.ts","../../node_modules/.pnpm/undici-types@6.19.6/node_modules/undici-types/global-origin.d.ts","../../node_modules/.pnpm/undici-types@6.19.6/node_modules/undici-types/pool-stats.d.ts","../../node_modules/.pnpm/undici-types@6.19.6/node_modules/undici-types/pool.d.ts","../../node_modules/.pnpm/undici-types@6.19.6/node_modules/undici-types/handlers.d.ts","../../node_modules/.pnpm/undici-types@6.19.6/node_modules/undici-types/balanced-pool.d.ts","../../node_modules/.pnpm/undici-types@6.19.6/node_modules/undici-types/agent.d.ts","../../node_modules/.pnpm/undici-types@6.19.6/node_modules/undici-types/mock-interceptor.d.ts","../../node_modules/.pnpm/undici-types@6.19.6/node_modules/undici-types/mock-agent.d.ts","../../node_modules/.pnpm/undici-types@6.19.6/node_modules/undici-types/mock-client.d.ts","../../node_modules/.pnpm/undici-types@6.19.6/node_modules/undici-types/mock-pool.d.ts","../../node_modules/.pnpm/undici-types@6.19.6/node_modules/undici-types/mock-errors.d.ts","../../node_modules/.pnpm/undici-types@6.19.6/node_modules/undici-types/proxy-agent.d.ts","../../node_modules/.pnpm/undici-types@6.19.6/node_modules/undici-types/env-http-proxy-agent.d.ts","../../node_modules/.pnpm/undici-types@6.19.6/node_modules/undici-types/retry-handler.d.ts","../../node_modules/.pnpm/undici-types@6.19.6/node_modules/undici-types/retry-agent.d.ts","../../node_modules/.pnpm/undici-types@6.19.6/node_modules/undici-types/api.d.ts","../../node_modules/.pnpm/undici-types@6.19.6/node_modules/undici-types/interceptors.d.ts","../../node_modules/.pnpm/undici-types@6.19.6/node_modules/undici-types/util.d.ts","../../node_modules/.pnpm/undici-types@6.19.6/node_modules/undici-types/cookies.d.ts","../../node_modules/.pnpm/undici-types@6.19.6/node_modules/undici-types/patch.d.ts","../../node_modules/.pnpm/undici-types@6.19.6/node_modules/undici-types/websocket.d.ts","../../node_modules/.pnpm/undici-types@6.19.6/node_modules/undici-types/eventsource.d.ts","../../node_modules/.pnpm/undici-types@6.19.6/node_modules/undici-types/filereader.d.ts","../../node_modules/.pnpm/undici-types@6.19.6/node_modules/undici-types/diagnostics-channel.d.ts","../../node_modules/.pnpm/undici-types@6.19.6/node_modules/undici-types/content-type.d.ts","../../node_modules/.pnpm/undici-types@6.19.6/node_modules/undici-types/cache.d.ts","../../node_modules/.pnpm/undici-types@6.19.6/node_modules/undici-types/index.d.ts","../../node_modules/.pnpm/@types+node@20.16.11/node_modules/@types/node/globals.d.ts","../../node_modules/.pnpm/@types+node@20.16.11/node_modules/@types/node/async_hooks.d.ts","../../node_modules/.pnpm/@types+node@20.16.11/node_modules/@types/node/buffer.d.ts","../../node_modules/.pnpm/@types+node@20.16.11/node_modules/@types/node/child_process.d.ts","../../node_modules/.pnpm/@types+node@20.16.11/node_modules/@types/node/cluster.d.ts","../../node_modules/.pnpm/@types+node@20.16.11/node_modules/@types/node/console.d.ts","../../node_modules/.pnpm/@types+node@20.16.11/node_modules/@types/node/constants.d.ts","../../node_modules/.pnpm/@types+node@20.16.11/node_modules/@types/node/crypto.d.ts","../../node_modules/.pnpm/@types+node@20.16.11/node_modules/@types/node/dgram.d.ts","../../node_modules/.pnpm/@types+node@20.16.11/node_modules/@types/node/diagnostics_channel.d.ts","../../node_modules/.pnpm/@types+node@20.16.11/node_modules/@types/node/dns.d.ts","../../node_modules/.pnpm/@types+node@20.16.11/node_modules/@types/node/dns/promises.d.ts","../../node_modules/.pnpm/@types+node@20.16.11/node_modules/@types/node/domain.d.ts","../../node_modules/.pnpm/@types+node@20.16.11/node_modules/@types/node/dom-events.d.ts","../../node_modules/.pnpm/@types+node@20.16.11/node_modules/@types/node/events.d.ts","../../node_modules/.pnpm/@types+node@20.16.11/node_modules/@types/node/fs.d.ts","../../node_modules/.pnpm/@types+node@20.16.11/node_modules/@types/node/fs/promises.d.ts","../../node_modules/.pnpm/@types+node@20.16.11/node_modules/@types/node/http.d.ts","../../node_modules/.pnpm/@types+node@20.16.11/node_modules/@types/node/http2.d.ts","../../node_modules/.pnpm/@types+node@20.16.11/node_modules/@types/node/https.d.ts","../../node_modules/.pnpm/@types+node@20.16.11/node_modules/@types/node/inspector.d.ts","../../node_modules/.pnpm/@types+node@20.16.11/node_modules/@types/node/module.d.ts","../../node_modules/.pnpm/@types+node@20.16.11/node_modules/@types/node/net.d.ts","../../node_modules/.pnpm/@types+node@20.16.11/node_modules/@types/node/os.d.ts","../../node_modules/.pnpm/@types+node@20.16.11/node_modules/@types/node/path.d.ts","../../node_modules/.pnpm/@types+node@20.16.11/node_modules/@types/node/perf_hooks.d.ts","../../node_modules/.pnpm/@types+node@20.16.11/node_modules/@types/node/process.d.ts","../../node_modules/.pnpm/@types+node@20.16.11/node_modules/@types/node/punycode.d.ts","../../node_modules/.pnpm/@types+node@20.16.11/node_modules/@types/node/querystring.d.ts","../../node_modules/.pnpm/@types+node@20.16.11/node_modules/@types/node/readline.d.ts","../../node_modules/.pnpm/@types+node@20.16.11/node_modules/@types/node/readline/promises.d.ts","../../node_modules/.pnpm/@types+node@20.16.11/node_modules/@types/node/repl.d.ts","../../node_modules/.pnpm/@types+node@20.16.11/node_modules/@types/node/sea.d.ts","../../node_modules/.pnpm/@types+node@20.16.11/node_modules/@types/node/stream.d.ts","../../node_modules/.pnpm/@types+node@20.16.11/node_modules/@types/node/stream/promises.d.ts","../../node_modules/.pnpm/@types+node@20.16.11/node_modules/@types/node/stream/consumers.d.ts","../../node_modules/.pnpm/@types+node@20.16.11/node_modules/@types/node/stream/web.d.ts","../../node_modules/.pnpm/@types+node@20.16.11/node_modules/@types/node/string_decoder.d.ts","../../node_modules/.pnpm/@types+node@20.16.11/node_modules/@types/node/test.d.ts","../../node_modules/.pnpm/@types+node@20.16.11/node_modules/@types/node/timers.d.ts","../../node_modules/.pnpm/@types+node@20.16.11/node_modules/@types/node/timers/promises.d.ts","../../node_modules/.pnpm/@types+node@20.16.11/node_modules/@types/node/tls.d.ts","../../node_modules/.pnpm/@types+node@20.16.11/node_modules/@types/node/trace_events.d.ts","../../node_modules/.pnpm/@types+node@20.16.11/node_modules/@types/node/tty.d.ts","../../node_modules/.pnpm/@types+node@20.16.11/node_modules/@types/node/url.d.ts","../../node_modules/.pnpm/@types+node@20.16.11/node_modules/@types/node/util.d.ts","../../node_modules/.pnpm/@types+node@20.16.11/node_modules/@types/node/v8.d.ts","../../node_modules/.pnpm/@types+node@20.16.11/node_modules/@types/node/vm.d.ts","../../node_modules/.pnpm/@types+node@20.16.11/node_modules/@types/node/wasi.d.ts","../../node_modules/.pnpm/@types+node@20.16.11/node_modules/@types/node/worker_threads.d.ts","../../node_modules/.pnpm/@types+node@20.16.11/node_modules/@types/node/zlib.d.ts","../../node_modules/.pnpm/@types+node@20.16.11/node_modules/@types/node/globals.global.d.ts","../../node_modules/.pnpm/@types+node@20.16.11/node_modules/@types/node/ts5.6/index.d.ts"],"fileIdsList":[[60,61,62,63,64,76,119],[61,63,76,119],[61,62,76,119],[60,61,62,64,65,66,67,76,119],[61,64,65,76,119],[60,61,62,63,76,119],[76,119],[59,76,119],[63,64,65,66,70,71,76,119],[61,76,119],[61,66,70,76,119],[60,61,62,65,69,76,119],[70,76,119],[61,70,71,76,119,155],[62,68,70,71,76,119],[76,77,119],[76,118,119],[76,119,124,153],[76,119,120,125,131,132,139,150,161],[76,119,120,121,131,139],[76,119,122,162],[76,119,123,124,132,140],[76,119,124,150,158],[76,119,125,127,131,139],[76,118,119,126],[76,119,127,128],[76,119,131],[76,119,129,131],[76,118,119,131],[76,119,131,132,133,150,161],[76,119,131,132,133,146,150,153],[76,116,119,166],[76,119,127,131,134,139,150,161],[76,119,131,132,134,135,139,150,158,161],[76,119,134,136,150,158,161],[76,119,131,137],[76,119,138,161,166],[76,119,127,131,139,150],[76,119,140],[76,119,141],[76,118,119,142],[76,77,78,118,119,120,121,122,123,124,125,126,127,128,129,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167],[76,119,144],[76,119,145],[76,119,131,146,147],[76,119,146,148,162,164],[76,119,131,150,151,152,153],[76,119,150,152],[76,119,150,151],[76,119,153],[76,119,154],[76,77,119,150],[76,119,131,156,157],[76,119,156,157],[76,119,124,139,150,158],[76,119,159],[119],[75,76,77,78,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168],[76,119,139,160],[76,119,134,145,161],[76,119,124,162],[76,119,150,163],[76,119,138,164],[76,119,165],[76,119,124,131,133,142,150,161,164,166],[76,119,150,167],[76,88,92,119,161],[76,88,119,150,161],[76,83,119],[76,85,88,119,158,161],[76,119,139,158],[76,119,169],[76,83,119,169],[76,85,88,119,139,161],[76,80,81,84,87,119,131,150,161],[76,88,95,119],[76,80,86,119],[76,88,109,110,119],[76,84,88,119,153,161,169],[76,109,119,169],[76,82,83,119,169],[76,88,119],[76,82,83,84,85,86,87,88,89,90,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,110,111,112,113,114,115,119],[76,88,103,119],[76,88,95,96,119],[76,86,88,96,97,119],[76,87,119],[76,80,83,88,119],[76,88,92,96,97,119],[76,92,119],[76,86,88,91,119,161],[76,80,85,88,95,119],[76,119,150],[76,83,88,109,119,166,169]],"fileInfos":[{"version":"44e584d4f6444f58791784f1d530875970993129442a847597db702a073ca68c","affectsGlobalScope":true,"impliedFormat":1},{"version":"45b7ab580deca34ae9729e97c13cfd999df04416a79116c3bfb483804f85ded4","impliedFormat":1},{"version":"3facaf05f0c5fc569c5649dd359892c98a85557e3e0c847964caeb67076f4d75","impliedFormat":1},{"version":"9a68c0c07ae2fa71b44384a839b7b8d81662a236d4b9ac30916718f7510b1b2d","impliedFormat":1},{"version":"5e1c4c362065a6b95ff952c0eab010f04dcd2c3494e813b493ecfd4fcb9fc0d8","impliedFormat":1},{"version":"68d73b4a11549f9c0b7d352d10e91e5dca8faa3322bfb77b661839c42b1ddec7","impliedFormat":1},{"version":"5efce4fc3c29ea84e8928f97adec086e3dc876365e0982cc8479a07954a3efd4","impliedFormat":1},{"version":"feecb1be483ed332fad555aff858affd90a48ab19ba7272ee084704eb7167569","impliedFormat":1},{"version":"5514e54f17d6d74ecefedc73c504eadffdeda79c7ea205cf9febead32d45c4bc","impliedFormat":1},{"version":"6920e1448680767498a0b77c6a00a8e77d14d62c3da8967b171f1ddffa3c18e4","affectsGlobalScope":true,"impliedFormat":1},{"version":"dc2df20b1bcdc8c2d34af4926e2c3ab15ffe1160a63e58b7e09833f616efff44","affectsGlobalScope":true,"impliedFormat":1},{"version":"515d0b7b9bea2e31ea4ec968e9edd2c39d3eebf4a2d5cbd04e88639819ae3b71","affectsGlobalScope":true,"impliedFormat":1},{"version":"45d8ccb3dfd57355eb29749919142d4321a0aa4df6acdfc54e30433d7176600a","affectsGlobalScope":true,"impliedFormat":1},{"version":"0dc1e7ceda9b8b9b455c3a2d67b0412feab00bd2f66656cd8850e8831b08b537","affectsGlobalScope":true,"impliedFormat":1},{"version":"ce691fb9e5c64efb9547083e4a34091bcbe5bdb41027e310ebba8f7d96a98671","affectsGlobalScope":true,"impliedFormat":1},{"version":"8d697a2a929a5fcb38b7a65594020fcef05ec1630804a33748829c5ff53640d0","affectsGlobalScope":true,"impliedFormat":1},{"version":"4ff2a353abf8a80ee399af572debb8faab2d33ad38c4b4474cff7f26e7653b8d","affectsGlobalScope":true,"impliedFormat":1},{"version":"93495ff27b8746f55d19fcbcdbaccc99fd95f19d057aed1bd2c0cafe1335fbf0","affectsGlobalScope":true,"impliedFormat":1},{"version":"6fc23bb8c3965964be8c597310a2878b53a0306edb71d4b5a4dfe760186bcc01","affectsGlobalScope":true,"impliedFormat":1},{"version":"ea011c76963fb15ef1cdd7ce6a6808b46322c527de2077b6cfdf23ae6f5f9ec7","affectsGlobalScope":true,"impliedFormat":1},{"version":"38f0219c9e23c915ef9790ab1d680440d95419ad264816fa15009a8851e79119","affectsGlobalScope":true,"impliedFormat":1},{"version":"69ab18c3b76cd9b1be3d188eaf8bba06112ebbe2f47f6c322b5105a6fbc45a2e","affectsGlobalScope":true,"impliedFormat":1},{"version":"4738f2420687fd85629c9efb470793bb753709c2379e5f85bc1815d875ceadcd","affectsGlobalScope":true,"impliedFormat":1},{"version":"2f11ff796926e0832f9ae148008138ad583bd181899ab7dd768a2666700b1893","affectsGlobalScope":true,"impliedFormat":1},{"version":"4de680d5bb41c17f7f68e0419412ca23c98d5749dcaaea1896172f06435891fc","affectsGlobalScope":true,"impliedFormat":1},{"version":"9fc46429fbe091ac5ad2608c657201eb68b6f1b8341bd6d670047d32ed0a88fa","affectsGlobalScope":true,"impliedFormat":1},{"version":"ac9538681b19688c8eae65811b329d3744af679e0bdfa5d842d0e32524c73e1c","affectsGlobalScope":true,"impliedFormat":1},{"version":"0a969edff4bd52585473d24995c5ef223f6652d6ef46193309b3921d65dd4376","affectsGlobalScope":true,"impliedFormat":1},{"version":"9e9fbd7030c440b33d021da145d3232984c8bb7916f277e8ffd3dc2e3eae2bdb","affectsGlobalScope":true,"impliedFormat":1},{"version":"811ec78f7fefcabbda4bfa93b3eb67d9ae166ef95f9bff989d964061cbf81a0c","affectsGlobalScope":true,"impliedFormat":1},{"version":"717937616a17072082152a2ef351cb51f98802fb4b2fdabd32399843875974ca","affectsGlobalScope":true,"impliedFormat":1},{"version":"d7e7d9b7b50e5f22c915b525acc5a49a7a6584cf8f62d0569e557c5cfc4b2ac2","affectsGlobalScope":true,"impliedFormat":1},{"version":"71c37f4c9543f31dfced6c7840e068c5a5aacb7b89111a4364b1d5276b852557","affectsGlobalScope":true,"impliedFormat":1},{"version":"576711e016cf4f1804676043e6a0a5414252560eb57de9faceee34d79798c850","affectsGlobalScope":true,"impliedFormat":1},{"version":"89c1b1281ba7b8a96efc676b11b264de7a8374c5ea1e6617f11880a13fc56dc6","affectsGlobalScope":true,"impliedFormat":1},{"version":"74f7fa2d027d5b33eb0471c8e82a6c87216223181ec31247c357a3e8e2fddc5b","affectsGlobalScope":true,"impliedFormat":1},{"version":"1a94697425a99354df73d9c8291e2ecd4dddd370aed4023c2d6dee6cccb32666","affectsGlobalScope":true,"impliedFormat":1},{"version":"063600664504610fe3e99b717a1223f8b1900087fab0b4cad1496a114744f8df","affectsGlobalScope":true,"impliedFormat":1},{"version":"934019d7e3c81950f9a8426d093458b65d5aff2c7c1511233c0fd5b941e608ab","affectsGlobalScope":true,"impliedFormat":1},{"version":"bf14a426dbbf1022d11bd08d6b8e709a2e9d246f0c6c1032f3b2edb9a902adbe","affectsGlobalScope":true,"impliedFormat":1},{"version":"e3f9fc0ec0b96a9e642f11eda09c0be83a61c7b336977f8b9fdb1e9788e925fe","affectsGlobalScope":true,"impliedFormat":1},{"version":"59fb2c069260b4ba00b5643b907ef5d5341b167e7d1dbf58dfd895658bda2867","affectsGlobalScope":true,"impliedFormat":1},{"version":"479553e3779be7d4f68e9f40cdb82d038e5ef7592010100410723ceced22a0f7","affectsGlobalScope":true,"impliedFormat":1},{"version":"368af93f74c9c932edd84c58883e736c9e3d53cec1fe24c0b0ff451f529ceab1","affectsGlobalScope":true,"impliedFormat":1},{"version":"af3dd424cf267428f30ccfc376f47a2c0114546b55c44d8c0f1d57d841e28d74","affectsGlobalScope":true,"impliedFormat":1},{"version":"995c005ab91a498455ea8dfb63aa9f83fa2ea793c3d8aa344be4a1678d06d399","affectsGlobalScope":true,"impliedFormat":1},{"version":"d3d7b04b45033f57351c8434f60b6be1ea71a2dfec2d0a0c3c83badbb0e3e693","affectsGlobalScope":true,"impliedFormat":1},{"version":"956d27abdea9652e8368ce029bb1e0b9174e9678a273529f426df4b3d90abd60","affectsGlobalScope":true,"impliedFormat":1},{"version":"4fa6ed14e98aa80b91f61b9805c653ee82af3502dc21c9da5268d3857772ca05","affectsGlobalScope":true,"impliedFormat":1},{"version":"e6633e05da3ff36e6da2ec170d0d03ccf33de50ca4dc6f5aeecb572cedd162fb","affectsGlobalScope":true,"impliedFormat":1},{"version":"15c1c3d7b2e46e0025417ed6d5f03f419e57e6751f87925ca19dc88297053fe6","affectsGlobalScope":true,"impliedFormat":1},{"version":"8444af78980e3b20b49324f4a16ba35024fef3ee069a0eb67616ea6ca821c47a","affectsGlobalScope":true,"impliedFormat":1},{"version":"caccc56c72713969e1cfe5c3d44e5bab151544d9d2b373d7dbe5a1e4166652be","affectsGlobalScope":true,"impliedFormat":1},{"version":"3287d9d085fbd618c3971944b65b4be57859f5415f495b33a6adc994edd2f004","affectsGlobalScope":true,"impliedFormat":1},{"version":"b4b67b1a91182421f5df999988c690f14d813b9850b40acd06ed44691f6727ad","affectsGlobalScope":true,"impliedFormat":1},{"version":"811c71eee4aa0ac5f7adf713323a5c41b0cf6c4e17367a34fbce379e12bbf0a4","affectsGlobalScope":true,"impliedFormat":1},{"version":"33358442698bb565130f52ba79bfd3d4d484ac85fe33f3cb1759c54d18201393","affectsGlobalScope":true,"impliedFormat":1},{"version":"782dec38049b92d4e85c1585fbea5474a219c6984a35b004963b00beb1aab538","affectsGlobalScope":true,"impliedFormat":1},{"version":"960337984ded68d10b6d28f17f247361e00136765dace7af370bee7ae82cd930","signature":"216d82020aa848bb3f9fc683370e3d5c9816945bc45c9d80b1a6b3cac2a276e2","impliedFormat":99},{"version":"a2a3494242d67a65eee410a571758c58219fe466b29d4c1f34aac0035338b001","signature":"8e2bd65e9777508b8ee4628998ff1df719b2637ba6c653c113c3feb1b067749b","impliedFormat":99},{"version":"1edd509a9aedc38e8a39c81e0a2c1212335cbadc5a7655e22f62d0ade9570b96","impliedFormat":99},{"version":"29002b91e5b201ddb1bcea668c69b14d6d50c4bdaca98cf18ed1f92dd3790d59","signature":"de905ef7575a85158015ecac94bff9e7c4d94cd2e57adac55dd82e008b2c166b","impliedFormat":99},{"version":"347b28ebc4d2da06df0a76e784b67321ea72f72570b32dbff6b2d878ddec7bb3","signature":"2e53481cabfceed1c09e73ecbdd8697c401fa273b1a03d8c6ebe2c59b0f7e8fc","impliedFormat":99},{"version":"0b07e0ef0d273fcc0c030621c9248f81d5dbbc4f34fa623f55d08e75918818cc","signature":"052303f7de1ff06c53f6014634b8e07971a7d2c8fdb92c2fa04b9c4929e7fe66","impliedFormat":99},{"version":"80a76806c5172468b781977bfdd424220b8d8b9d821f1918782d02bcf8e4df40","signature":"ac4a4783930e1ce53ce5e1a387908751000bbbd17a2aa0267c3af8c7772cb64c","impliedFormat":99},{"version":"fdec0e2a0d33c754465c3fc3eeea1d0164ab25aecfd66b4e63ac29ef122b3462","signature":"d20930725cccf31793770da41ce1e3193af030b50361b23b3824d00586d81b2e","impliedFormat":99},{"version":"088e9c1eaff78dbc0fd01c166f1e91fbc67e8ad0d1a56a127b02851c74dde96f","signature":"1a2c193bcfceae651d902886fe20c7f7c843ffd8b5f601c96fd69a2074fa2953","impliedFormat":99},{"version":"8308d1fbf9c8e6f5bf1749765f308b99b78416e3b52b7131833f637431872aaf","signature":"367c477e9e68ef0cb30d21ea2a3bddc53c1de3481720ec7bbfd9e6575b3c8bee","impliedFormat":99},{"version":"8d7132bcd7f9564c0cc9879fb4650fd880366cb382921376f7df5eebc2a4e1dd","signature":"9b91515f7c8b965dce477ed4e2abffd67c42a4b9f063217bcd60e643317d7f10","impliedFormat":99},{"version":"ca2a3f63827cbdff1c7c938e05726e7133dc9e20ae9c317f1a02a8e2a7d65640","signature":"75f9772d18a429e0f9e0a2926d524a2ed87ad37cd12e4e6c22f0ade5f1a135a3","impliedFormat":99},{"version":"3febb3889e89f357cd6981a7fad5ee3d920e9ff79e484e63850370000578aea1","signature":"a74a8653ab8204baa5f02dd515279c017f5b6411c30c2ba105477a754b6d8d1b","impliedFormat":99},{"version":"c20c175df8a17e7795ff7ac307b42ffa8141ed596d3d09989042e7c48b7d1170","impliedFormat":99},{"version":"133ea021566b7a9ff4b7903a813aa02008e7d2b7e749273e60ca0b502f1d884c","signature":"bcee71ed60373170fee3882dc7aac204b1964d7933b9f091e038e941567d87c3","impliedFormat":99},{"version":"7928f8fbc156a606a4c521cc52a1c15a17f497ab04e203f860936be74dbc3c5e","signature":"390d98eb1b6f630bf63f2ef123decb678881ba12dd18b6c355583af862821b7c","impliedFormat":99},{"version":"613b21ccdf3be6329d56e6caa13b258c842edf8377be7bc9f014ed14cdcfc308","affectsGlobalScope":true,"impliedFormat":1},{"version":"2d1319e6b5d0efd8c5eae07eb864a00102151e8b9afddd2d45db52e9aae002c4","affectsGlobalScope":true,"impliedFormat":1},{"version":"2db0dd3aaa2ed285950273ce96ae8a450b45423aa9da2d10e194570f1233fa6b","impliedFormat":1},{"version":"7394959e5a741b185456e1ef5d64599c36c60a323207450991e7a42e08911419","impliedFormat":1},{"version":"8e9c23ba78aabc2e0a27033f18737a6df754067731e69dc5f52823957d60a4b6","impliedFormat":1},{"version":"5929864ce17fba74232584d90cb721a89b7ad277220627cc97054ba15a98ea8f","impliedFormat":1},{"version":"24bd580b5743dc56402c440dc7f9a4f5d592ad7a419f25414d37a7bfe11e342b","impliedFormat":1},{"version":"25c8056edf4314820382a5fdb4bb7816999acdcb929c8f75e3f39473b87e85bc","impliedFormat":1},{"version":"c464d66b20788266e5353b48dc4aa6bc0dc4a707276df1e7152ab0c9ae21fad8","impliedFormat":1},{"version":"78d0d27c130d35c60b5e5566c9f1e5be77caf39804636bc1a40133919a949f21","impliedFormat":1},{"version":"c6fd2c5a395f2432786c9cb8deb870b9b0e8ff7e22c029954fabdd692bff6195","impliedFormat":1},{"version":"1d6e127068ea8e104a912e42fc0a110e2aa5a66a356a917a163e8cf9a65e4a75","impliedFormat":1},{"version":"5ded6427296cdf3b9542de4471d2aa8d3983671d4cac0f4bf9c637208d1ced43","impliedFormat":1},{"version":"6bdc71028db658243775263e93a7db2fd2abfce3ca569c3cca5aee6ed5eb186d","impliedFormat":1},{"version":"cadc8aced301244057c4e7e73fbcae534b0f5b12a37b150d80e5a45aa4bebcbd","impliedFormat":1},{"version":"385aab901643aa54e1c36f5ef3107913b10d1b5bb8cbcd933d4263b80a0d7f20","impliedFormat":1},{"version":"9670d44354bab9d9982eca21945686b5c24a3f893db73c0dae0fd74217a4c219","impliedFormat":1},{"version":"0b8a9268adaf4da35e7fa830c8981cfa22adbbe5b3f6f5ab91f6658899e657a7","impliedFormat":1},{"version":"11396ed8a44c02ab9798b7dca436009f866e8dae3c9c25e8c1fbc396880bf1bb","impliedFormat":1},{"version":"ba7bc87d01492633cb5a0e5da8a4a42a1c86270e7b3d2dea5d156828a84e4882","impliedFormat":1},{"version":"4893a895ea92c85345017a04ed427cbd6a1710453338df26881a6019432febdd","impliedFormat":1},{"version":"c21dc52e277bcfc75fac0436ccb75c204f9e1b3fa5e12729670910639f27343e","impliedFormat":1},{"version":"13f6f39e12b1518c6650bbb220c8985999020fe0f21d818e28f512b7771d00f9","impliedFormat":1},{"version":"9b5369969f6e7175740bf51223112ff209f94ba43ecd3bb09eefff9fd675624a","impliedFormat":1},{"version":"4fe9e626e7164748e8769bbf74b538e09607f07ed17c2f20af8d680ee49fc1da","impliedFormat":1},{"version":"24515859bc0b836719105bb6cc3d68255042a9f02a6022b3187948b204946bd2","impliedFormat":1},{"version":"ea0148f897b45a76544ae179784c95af1bd6721b8610af9ffa467a518a086a43","impliedFormat":1},{"version":"24c6a117721e606c9984335f71711877293a9651e44f59f3d21c1ea0856f9cc9","impliedFormat":1},{"version":"dd3273ead9fbde62a72949c97dbec2247ea08e0c6952e701a483d74ef92d6a17","impliedFormat":1},{"version":"405822be75ad3e4d162e07439bac80c6bcc6dbae1929e179cf467ec0b9ee4e2e","impliedFormat":1},{"version":"0db18c6e78ea846316c012478888f33c11ffadab9efd1cc8bcc12daded7a60b6","impliedFormat":1},{"version":"4d2b0eb911816f66abe4970898f97a2cfc902bcd743cbfa5017fad79f7ef90d8","impliedFormat":1},{"version":"bd0532fd6556073727d28da0edfd1736417a3f9f394877b6d5ef6ad88fba1d1a","impliedFormat":1},{"version":"89167d696a849fce5ca508032aabfe901c0868f833a8625d5a9c6e861ef935d2","impliedFormat":1},{"version":"e53a3c2a9f624d90f24bf4588aacd223e7bec1b9d0d479b68d2f4a9e6011147f","impliedFormat":1},{"version":"24b8685c62562f5d98615c5a0c1d05f297cf5065f15246edfe99e81ec4c0e011","impliedFormat":1},{"version":"93507c745e8f29090efb99399c3f77bec07db17acd75634249dc92f961573387","impliedFormat":1},{"version":"339dc5265ee5ed92e536a93a04c4ebbc2128f45eeec6ed29f379e0085283542c","impliedFormat":1},{"version":"4732aec92b20fb28c5fe9ad99521fb59974289ed1e45aecb282616202184064f","impliedFormat":1},{"version":"2e85db9e6fd73cfa3d7f28e0ab6b55417ea18931423bd47b409a96e4a169e8e6","impliedFormat":1},{"version":"c46e079fe54c76f95c67fb89081b3e399da2c7d109e7dca8e4b58d83e332e605","impliedFormat":1},{"version":"bf67d53d168abc1298888693338cb82854bdb2e69ef83f8a0092093c2d562107","impliedFormat":1},{"version":"4eedea23b8a843ec0fd51a384fb6b9fe1bc89198f713d0465c2c8392a9d51271","affectsGlobalScope":true,"impliedFormat":1},{"version":"3d77c73be94570813f8cadd1f05ebc3dc5e2e4fdefe4d340ca20cd018724ee36","impliedFormat":1},{"version":"d674383111e06b6741c4ad2db962131b5b0fa4d0294b998566c635e86195a453","affectsGlobalScope":true,"impliedFormat":1},{"version":"f3e58c4c18a031cbb17abec7a4ad0bd5ae9fc70c1f4ba1e7fb921ad87c504aca","impliedFormat":1},{"version":"a3e8bafb2af8e850c644f4be7f5156cf7d23b7bfdc3b786bd4d10ed40329649c","impliedFormat":1},{"version":"35ec8b6760fd7138bbf5809b84551e31028fb2ba7b6dc91d95d098bf212ca8b4","affectsGlobalScope":true,"impliedFormat":1},{"version":"a40826e8476694e90da94aa008283a7de50d1dafd37beada623863f1901cb7fb","impliedFormat":1},{"version":"c521f961c1606c94dc831992e659f426b6def6e2e6e327ee25d3c642eb393f95","affectsGlobalScope":true,"impliedFormat":1},{"version":"b0c0d1d13be149f790a75b381b413490f98558649428bb916fd2d71a3f47a134","impliedFormat":1},{"version":"3c884d9d9ec454bdf0d5a0b8465bf8297d2caa4d853851d92cc417ac6f30b969","impliedFormat":1},{"version":"5a369483ac4cfbdf0331c248deeb36140e6907db5e1daed241546b4a2055f82c","impliedFormat":1},{"version":"e8f5b5cc36615c17d330eaf8eebbc0d6bdd942c25991f96ef122f246f4ff722f","impliedFormat":1},{"version":"f0bd7e6d931657b59605c44112eaf8b980ba7f957a5051ed21cb93d978cf2f45","impliedFormat":1},{"version":"ee1ee365d88c4c6c0c0a5a5701d66ebc27ccd0bcfcfaa482c6e2e7fe7b98edf7","affectsGlobalScope":true,"impliedFormat":1},{"version":"f0de0233242682db9ac13efa0ddbb456a41abe6f291211b40ba3aa766b03e9b3","affectsGlobalScope":true,"impliedFormat":1},{"version":"596572d40c1f13d8b57920d6d1a77c5ec6fe4952dc157f416f04a801cd3e2678","impliedFormat":1},{"version":"ad23fd126ff06e72728dd7bfc84326a8ca8cec2b9d2dac0193d42a777df0e7d8","impliedFormat":1},{"version":"a55fd4d49da86d2cc19de575beb1515184e55f5f3165e1482ff02fd99f900b5c","impliedFormat":1},{"version":"93bd413918fa921c8729cef45302b24d8b6c7855d72d5bf82d3972595ae8dcbf","impliedFormat":1},{"version":"4ff41188773cbf465807dd2f7059c7494cbee5115608efc297383832a1150c43","impliedFormat":1},{"version":"dccdf1677e531e33f8ac961a68bc537418c9a414797c1ea7e91307501cdc3f5e","impliedFormat":1},{"version":"7edec695cdb707c7146ac34c44ca364469c7ea504344b3206c686e79f61b61a2","affectsGlobalScope":true,"impliedFormat":1},{"version":"d206b4baf4ddcc15d9d69a9a2f4999a72a2c6adeaa8af20fa7a9960816287555","impliedFormat":1},{"version":"93f437e1398a4f06a984f441f7fa7a9f0535c04399619b5c22e0b87bdee182cb","impliedFormat":1},{"version":"d1b1295af3667779be43eb6d4fbaa342e656aa2c4b77a4ad3cf42ec55baeea00","impliedFormat":1},{"version":"70731d10d5311bd4cf710ef7f6539b62660f4b0bfdbb3f9fbe1d25fe6366a7fa","affectsGlobalScope":true,"impliedFormat":1},{"version":"a20f1e119615bf7632729fd89b6c0b5ffdc2df3b512d6304146294528e3ebe19","affectsGlobalScope":true,"impliedFormat":1},{"version":"9e043a1bc8fbf2a255bccf9bf27e0f1caf916c3b0518ea34aa72357c0afd42ec","impliedFormat":1},{"version":"137c2894e8f3e9672d401cc0a305dc7b1db7c69511cf6d3970fb53302f9eae09","impliedFormat":1},{"version":"dd9492e12a57068f08d70cb5eb5ceb39fa5bcf23be01af574270aeee95b982af","impliedFormat":1},{"version":"e432b0e3761ca9ba734bdd41e19a75fec1454ca8e9769bfdf8b31011854cf06a","impliedFormat":1},{"version":"f9d9d753d430ed050dc1bf2667a1bab711ccbb1c1507183d794cc195a5b085cc","impliedFormat":1},{"version":"9eece5e586312581ccd106d4853e861aaaa1a39f8e3ea672b8c3847eedd12f6e","impliedFormat":1},{"version":"78955c9259da94920609be3e589fc9253268b3fffa822e1e31d28ee2ce0b8a74","impliedFormat":1},{"version":"269929a24b2816343a178008ac9ae9248304d92a8ba8e233055e0ed6dbe6ef71","impliedFormat":1},{"version":"93452d394fdd1dc551ec62f5042366f011a00d342d36d50793b3529bfc9bd633","impliedFormat":1},{"version":"73aa178e8fb1449ef3666093d8dca25f96302a80ee45f8ff027df8e4792bf9fd","affectsGlobalScope":true,"impliedFormat":1},{"version":"1851a3b4db78664f83901bb9cac9e45e03a37bb5933cc5bf37e10bb7e91ab4eb","impliedFormat":1},{"version":"fdedf82878e4c744bc2a1c1e802ae407d63474da51f14a54babe039018e53d8f","affectsGlobalScope":true,"impliedFormat":1},{"version":"08353b04a3501d84fc8d7b49de99f6c1cc26026e6d9d697a18315f3bfe92ed03","affectsGlobalScope":true,"impliedFormat":1},{"version":"578d8bb6dcb2a1c03c4c3f8eb71abc9677e1a5c788b7f24848e3138ce17f3400","impliedFormat":1},{"version":"4f029899f9bae07e225c43aef893590541b2b43267383bf5e32e3a884d219ed5","impliedFormat":1},{"version":"ae56f65caf3be91108707bd8dfbccc2a57a91feb5daabf7165a06a945545ed26","impliedFormat":1},{"version":"a136d5de521da20f31631a0a96bf712370779d1c05b7015d7019a9b2a0446ca9","impliedFormat":1},{"version":"710ad93f8de29dc15e5892aa735e72348b62f40a6d1220f2849837d332f92885","affectsGlobalScope":true,"impliedFormat":1},{"version":"1f1da5d682cdb628890e4a8578fb9e8ab332e6a1a4b3a13fce08b7b4d45d192a","affectsGlobalScope":true,"impliedFormat":1},{"version":"efeedd8bbc5c0d53e760d8b120a010470722982e6ae14de8d1bcff66ebc2ae71","impliedFormat":1},{"version":"b718a94332858862943630649a310d6f8e9a09f86ae7215d8554e75bbbfd7817","impliedFormat":1},{"version":"d91a7d8b5655c42986f1bdfe2105c4408f472831c8f20cf11a8c3345b6b56c8c","impliedFormat":1},{"version":"616075a6ac578cf5a013ee12964188b4412823796ce0b202c6f1d2e4ca8480d7","affectsGlobalScope":true,"impliedFormat":1},{"version":"e8a979b8af001c9fc2e774e7809d233c8ca955a28756f52ee5dee88ccb0611d2","impliedFormat":1},{"version":"ab9b9a36e5284fd8d3bf2f7d5fcbc60052f25f27e4d20954782099282c60d23e","affectsGlobalScope":true,"impliedFormat":1},{"version":"483bb10b755f3572526fd76d9481221e8dc30568edcc1a9cc73479d8874bd16d","impliedFormat":1}],"root":[59,60,[62,74]],"options":{"allowJs":true,"checkJs":true,"composite":true,"declaration":true,"declarationMap":true,"esModuleInterop":true,"module":199,"noImplicitOverride":true,"noUncheckedIndexedAccess":true,"outDir":"../dist/esm","skipLibCheck":true,"sourceMap":true,"strict":true,"strictBindCallApply":true,"strictFunctionTypes":true,"strictNullChecks":true,"strictPropertyInitialization":true,"target":9,"tsBuildInfoFile":"./tsbuildinfo.json","verbatimModuleSyntax":true},"referencedMap":[[67,1],[64,2],[63,3],[68,4],[66,5],[65,6],[59,7],[60,8],[72,9],[62,10],[71,11],[70,12],[73,13],[74,14],[69,15],[77,16],[78,16],[118,17],[119,18],[120,19],[121,20],[122,21],[123,22],[124,23],[125,24],[126,25],[127,26],[128,26],[130,27],[129,28],[131,29],[132,30],[133,31],[117,32],[168,7],[134,33],[135,34],[136,35],[137,36],[138,37],[139,38],[140,39],[141,40],[142,41],[143,42],[144,43],[145,44],[146,45],[147,45],[148,46],[149,7],[150,47],[152,48],[151,49],[153,50],[154,51],[155,52],[156,53],[157,54],[158,55],[159,56],[76,57],[75,7],[169,58],[160,59],[161,60],[162,61],[163,62],[164,63],[165,64],[166,65],[167,66],[79,7],[57,7],[58,7],[11,7],[10,7],[2,7],[12,7],[13,7],[14,7],[15,7],[16,7],[17,7],[18,7],[19,7],[3,7],[20,7],[4,7],[21,7],[25,7],[22,7],[23,7],[24,7],[26,7],[27,7],[28,7],[5,7],[29,7],[30,7],[31,7],[32,7],[6,7],[36,7],[33,7],[34,7],[35,7],[37,7],[7,7],[38,7],[43,7],[44,7],[39,7],[40,7],[41,7],[42,7],[8,7],[48,7],[45,7],[46,7],[47,7],[49,7],[9,7],[50,7],[51,7],[52,7],[55,7],[53,7],[54,7],[1,7],[56,7],[95,67],[105,68],[94,67],[115,69],[86,70],[85,71],[114,72],[108,73],[113,74],[88,75],[102,76],[87,77],[111,78],[83,79],[82,72],[112,80],[84,81],[89,82],[90,7],[93,82],[80,7],[116,83],[106,84],[97,85],[98,86],[100,87],[96,88],[99,89],[109,72],[91,90],[92,91],[101,92],[81,93],[104,84],[103,82],[107,7],[110,94],[61,7]],"latestChangedDtsFile":"../dist/esm/src/vp-query/vp-query.test.d.ts","version":"5.6.3"}
@@ -1,4 +0,0 @@
1
-
2
- > dcql@0.2.3 build /home/runner/work/dcql/dcql/dcql
3
- > tsc
4
-
package/CHANGELOG.md DELETED
@@ -1,13 +0,0 @@
1
- # vp-query
2
-
3
- ## 0.2.3
4
-
5
- ### Patch Changes
6
-
7
- - e0da3c4: feat: rename package
8
-
9
- ## 0.2.2
10
-
11
- ### Patch Changes
12
-
13
- - 2463911: initial release
@@ -1,24 +0,0 @@
1
- import * as v from 'valibot';
2
- import type { Mdoc } from '../u-query.js';
3
- import { ClaimsQuery } from './v-claims-query.js';
4
- export declare const getNamespacesParser: (claimsQueries: ReturnType<typeof getClaimsQueriesForClaimSet>) => v.ObjectSchema<any, undefined>;
5
- export declare const queryClaimFromMdoc: (claimsQuery: ClaimsQuery.Mdoc, credential: Mdoc) => (({
6
- output: string | number | boolean;
7
- success: true;
8
- } & {
9
- [key: string]: unknown;
10
- }) | ({
11
- output: unknown;
12
- success: false;
13
- } & {
14
- [key: string]: unknown;
15
- }))[];
16
- export declare const getClaimsQueriesForClaimSet: (claimsQueries: ClaimsQuery.Mdoc[], claimSet?: string[]) => {
17
- isOptional: boolean;
18
- isRequiredIfPresent: boolean;
19
- namespace: string;
20
- claim_name: string;
21
- values?: (string | number | boolean)[] | undefined;
22
- id?: string | undefined;
23
- }[];
24
- //# sourceMappingURL=claims-query-result.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"claims-query-result.d.ts","sourceRoot":"","sources":["../../../../src/claims-query/claims-query-result.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,SAAS,CAAC;AAE7B,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,eAAe,CAAC;AAG1C,OAAO,EAAE,WAAW,EAAE,MAAM,qBAAqB,CAAC;AAkBlD,eAAO,MAAM,mBAAmB,kBACf,UAAU,CAAC,OAAO,2BAA2B,CAAC,mCA8B9D,CAAC;AAEF,eAAO,MAAM,kBAAkB,gBAChB,WAAW,CAAC,IAAI,cACjB,IAAI;;;;;;;;;;KAmBjB,CAAC;AAEF,eAAO,MAAM,2BAA2B,kBACvB,WAAW,CAAC,IAAI,EAAE,aACtB,MAAM,EAAE;;;;;;;GAsBpB,CAAC"}
@@ -1,67 +0,0 @@
1
- import * as v from 'valibot';
2
- import { InvalidClaimsQueryIdError } from '../e-vp-query.js';
3
- import { getIdMetadata } from '../u-query.js';
4
- import { ClaimsQuery } from './v-claims-query.js';
5
- const getClaimParser = (input) => {
6
- const { value, values } = input;
7
- if (value) {
8
- return v.literal(value);
9
- }
10
- if (values) {
11
- return v.union(values.map(val => v.literal(val)));
12
- }
13
- return ClaimsQuery.vValue;
14
- };
15
- export const getNamespacesParser = (claimsQueries) => {
16
- const claimsForNamespace = {};
17
- for (const claimQuery of claimsQueries) {
18
- if (claimsForNamespace[claimQuery.namespace]) {
19
- claimsForNamespace[claimQuery.namespace]?.push({ ...claimQuery });
20
- }
21
- else {
22
- claimsForNamespace[claimQuery.namespace] = [{ ...claimQuery }];
23
- }
24
- }
25
- const parsersForNamespaces = Object.entries(claimsForNamespace).map(([namespace, claims]) => {
26
- const claimParsers = Object.fromEntries(claims.map(claim => [
27
- claim.claim_name,
28
- claim.isOptional || claim.isRequiredIfPresent
29
- ? v.optional(getClaimParser(claim))
30
- : getClaimParser(claim),
31
- ]));
32
- return [namespace, v.object(claimParsers)];
33
- });
34
- return v.object(Object.fromEntries(parsersForNamespaces));
35
- };
36
- export const queryClaimFromMdoc = (claimsQuery, credential) => {
37
- const claimParser = getClaimParser(claimsQuery);
38
- const claimParsers = claimParser.type === 'union' ? claimParser.options : [claimParser];
39
- const namespace = credential.namespaces[claimsQuery.namespace];
40
- const claimParseResult = [];
41
- for (const claimParser of claimParsers) {
42
- const parseResult = v.safeParse(claimParser, namespace?.[claimsQuery.claim_name]);
43
- const { typed, ...result } = parseResult;
44
- claimParseResult.push(result);
45
- }
46
- return claimParseResult;
47
- };
48
- export const getClaimsQueriesForClaimSet = (claimsQueries, claimSet) => {
49
- if (!claimSet) {
50
- return claimsQueries.map(query => ({
51
- ...query,
52
- isOptional: false,
53
- isRequiredIfPresent: false,
54
- }));
55
- }
56
- return claimSet.map(credential_id => {
57
- const { isOptional, isRequiredIfPresent, baseId } = getIdMetadata(credential_id);
58
- const query = claimsQueries.find(query => query.id === baseId);
59
- if (!query) {
60
- throw new InvalidClaimsQueryIdError({
61
- message: `Claims-query with id '${baseId}' not found.`,
62
- });
63
- }
64
- return { ...query, isOptional, isRequiredIfPresent };
65
- });
66
- };
67
- //# sourceMappingURL=claims-query-result.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"claims-query-result.js","sourceRoot":"","sources":["../../../../src/claims-query/claims-query-result.ts"],"names":[],"mappings":"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"}
@@ -1,82 +0,0 @@
1
- import * as v from 'valibot';
2
- export declare namespace ClaimsQueryResult {
3
- const vParseResult: v.UnionSchema<[v.LooseObjectSchema<{
4
- readonly success: v.LiteralSchema<true, undefined>;
5
- readonly output: v.UnionSchema<[v.StringSchema<undefined>, v.NumberSchema<undefined>, v.BooleanSchema<undefined>], undefined>;
6
- }, undefined>, v.LooseObjectSchema<{
7
- readonly success: v.LiteralSchema<false, undefined>;
8
- readonly output: v.UnknownSchema;
9
- }, undefined>], undefined>;
10
- type ParseResult = v.InferOutput<typeof vParseResult>;
11
- const vQueryResult: v.ArraySchema<v.UnionSchema<[v.LiteralSchema<"all", undefined>, v.ArraySchema<v.UnionSchema<[v.LooseObjectSchema<{
12
- readonly success: v.LiteralSchema<true, undefined>;
13
- readonly output: v.UnionSchema<[v.StringSchema<undefined>, v.NumberSchema<undefined>, v.BooleanSchema<undefined>], undefined>;
14
- }, undefined>, v.LooseObjectSchema<{
15
- readonly success: v.LiteralSchema<false, undefined>;
16
- readonly output: v.UnknownSchema;
17
- }, undefined>], undefined>, undefined>], undefined>, undefined>;
18
- type QueryResult = v.InferOutput<typeof vQueryResult>;
19
- const vModelMdoc: v.ObjectSchema<{
20
- readonly claim_query_results: v.ArraySchema<v.ArraySchema<v.UnionSchema<[v.LiteralSchema<"all", undefined>, v.ArraySchema<v.UnionSchema<[v.LooseObjectSchema<{
21
- readonly success: v.LiteralSchema<true, undefined>;
22
- readonly output: v.UnionSchema<[v.StringSchema<undefined>, v.NumberSchema<undefined>, v.BooleanSchema<undefined>], undefined>;
23
- }, undefined>, v.LooseObjectSchema<{
24
- readonly success: v.LiteralSchema<false, undefined>;
25
- readonly output: v.UnknownSchema;
26
- }, undefined>], undefined>, undefined>], undefined>, undefined>, undefined>;
27
- readonly isOptional: v.BooleanSchema<undefined>;
28
- readonly isRequiredIfPresent: v.BooleanSchema<undefined>;
29
- readonly id: v.OptionalSchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.RegexAction<string, undefined>]>, never>;
30
- readonly namespace: v.StringSchema<undefined>;
31
- readonly claim_name: v.StringSchema<undefined>;
32
- readonly values: v.OptionalSchema<v.ArraySchema<v.UnionSchema<[v.StringSchema<undefined>, v.NumberSchema<undefined>, v.BooleanSchema<undefined>], undefined>, undefined>, never>;
33
- }, undefined>;
34
- type Mdoc = v.InferOutput<typeof vModelMdoc>;
35
- const vW3cSdJwtVc: v.ObjectSchema<{
36
- readonly claim_query_results: v.ArraySchema<v.ArraySchema<v.UnionSchema<[v.LiteralSchema<"all", undefined>, v.ArraySchema<v.UnionSchema<[v.LooseObjectSchema<{
37
- readonly success: v.LiteralSchema<true, undefined>;
38
- readonly output: v.UnionSchema<[v.StringSchema<undefined>, v.NumberSchema<undefined>, v.BooleanSchema<undefined>], undefined>;
39
- }, undefined>, v.LooseObjectSchema<{
40
- readonly success: v.LiteralSchema<false, undefined>;
41
- readonly output: v.UnknownSchema;
42
- }, undefined>], undefined>, undefined>], undefined>, undefined>, undefined>;
43
- readonly isOptional: v.BooleanSchema<undefined>;
44
- readonly isRequiredIfPresent: v.BooleanSchema<undefined>;
45
- readonly id: v.OptionalSchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.RegexAction<string, undefined>]>, never>;
46
- readonly path: v.OptionalSchema<v.ArraySchema<v.UnionSchema<[v.StringSchema<undefined>, v.SchemaWithPipe<[v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>, v.LiteralSchema<"*", undefined>], undefined>, undefined>, never>;
47
- readonly values: v.OptionalSchema<v.ArraySchema<v.UnionSchema<[v.StringSchema<undefined>, v.NumberSchema<undefined>, v.BooleanSchema<undefined>], undefined>, undefined>, never>;
48
- }, undefined>;
49
- type W3cSdJwtVc = v.InferOutput<typeof vModelMdoc>;
50
- const vModel: v.UnionSchema<[v.ObjectSchema<{
51
- readonly claim_query_results: v.ArraySchema<v.ArraySchema<v.UnionSchema<[v.LiteralSchema<"all", undefined>, v.ArraySchema<v.UnionSchema<[v.LooseObjectSchema<{
52
- readonly success: v.LiteralSchema<true, undefined>;
53
- readonly output: v.UnionSchema<[v.StringSchema<undefined>, v.NumberSchema<undefined>, v.BooleanSchema<undefined>], undefined>;
54
- }, undefined>, v.LooseObjectSchema<{
55
- readonly success: v.LiteralSchema<false, undefined>;
56
- readonly output: v.UnknownSchema;
57
- }, undefined>], undefined>, undefined>], undefined>, undefined>, undefined>;
58
- readonly isOptional: v.BooleanSchema<undefined>;
59
- readonly isRequiredIfPresent: v.BooleanSchema<undefined>;
60
- readonly id: v.OptionalSchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.RegexAction<string, undefined>]>, never>;
61
- readonly namespace: v.StringSchema<undefined>;
62
- readonly claim_name: v.StringSchema<undefined>;
63
- readonly values: v.OptionalSchema<v.ArraySchema<v.UnionSchema<[v.StringSchema<undefined>, v.NumberSchema<undefined>, v.BooleanSchema<undefined>], undefined>, undefined>, never>;
64
- }, undefined>, v.ObjectSchema<{
65
- readonly claim_query_results: v.ArraySchema<v.ArraySchema<v.UnionSchema<[v.LiteralSchema<"all", undefined>, v.ArraySchema<v.UnionSchema<[v.LooseObjectSchema<{
66
- readonly success: v.LiteralSchema<true, undefined>;
67
- readonly output: v.UnionSchema<[v.StringSchema<undefined>, v.NumberSchema<undefined>, v.BooleanSchema<undefined>], undefined>;
68
- }, undefined>, v.LooseObjectSchema<{
69
- readonly success: v.LiteralSchema<false, undefined>;
70
- readonly output: v.UnknownSchema;
71
- }, undefined>], undefined>, undefined>], undefined>, undefined>, undefined>;
72
- readonly isOptional: v.BooleanSchema<undefined>;
73
- readonly isRequiredIfPresent: v.BooleanSchema<undefined>;
74
- readonly id: v.OptionalSchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.RegexAction<string, undefined>]>, never>;
75
- readonly path: v.OptionalSchema<v.ArraySchema<v.UnionSchema<[v.StringSchema<undefined>, v.SchemaWithPipe<[v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>, v.LiteralSchema<"*", undefined>], undefined>, undefined>, never>;
76
- readonly values: v.OptionalSchema<v.ArraySchema<v.UnionSchema<[v.StringSchema<undefined>, v.NumberSchema<undefined>, v.BooleanSchema<undefined>], undefined>, undefined>, never>;
77
- }, undefined>], undefined>;
78
- type Input = v.InferInput<typeof vModel>;
79
- type Out = v.InferOutput<typeof vModel>;
80
- }
81
- export type ClaimsQueryResult = ClaimsQueryResult.Out;
82
- //# sourceMappingURL=v-claims-query-result.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"v-claims-query-result.d.ts","sourceRoot":"","sources":["../../../../src/claims-query/v-claims-query-result.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,SAAS,CAAC;AAG7B,yBAAiB,iBAAiB,CAAC;IAC1B,MAAM,YAAY;;;;;;8BASvB,CAAC;IACH,KAAY,WAAW,GAAG,CAAC,CAAC,WAAW,CAAC,OAAO,YAAY,CAAC,CAAC;IAEtD,MAAM,YAAY;;;;;;mEAExB,CAAC;IACF,KAAY,WAAW,GAAG,CAAC,CAAC,WAAW,CAAC,OAAO,YAAY,CAAC,CAAC;IAEtD,MAAM,UAAU;;;;;;;;;;;;;;iBAKrB,CAAC;IACH,KAAY,IAAI,GAAG,CAAC,CAAC,WAAW,CAAC,OAAO,UAAU,CAAC,CAAC;IAE7C,MAAM,WAAW;;;;;;;;;;;;;iBAKtB,CAAC;IACH,KAAY,UAAU,GAAG,CAAC,CAAC,WAAW,CAAC,OAAO,UAAU,CAAC,CAAC;IAEnD,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;8BAAqC,CAAC;IACzD,KAAY,KAAK,GAAG,CAAC,CAAC,UAAU,CAAC,OAAO,MAAM,CAAC,CAAC;IAChD,KAAY,GAAG,GAAG,CAAC,CAAC,WAAW,CAAC,OAAO,MAAM,CAAC,CAAC;CAChD;AACD,MAAM,MAAM,iBAAiB,GAAG,iBAAiB,CAAC,GAAG,CAAC"}
@@ -1,30 +0,0 @@
1
- import * as v from 'valibot';
2
- import { ClaimsQuery } from './v-claims-query.js';
3
- export var ClaimsQueryResult;
4
- (function (ClaimsQueryResult) {
5
- ClaimsQueryResult.vParseResult = v.union([
6
- v.looseObject({
7
- success: v.literal(true),
8
- output: ClaimsQuery.vValue,
9
- }),
10
- v.looseObject({
11
- success: v.literal(false),
12
- output: v.unknown(),
13
- }),
14
- ]);
15
- ClaimsQueryResult.vQueryResult = v.array(v.union([v.literal('all'), v.array(ClaimsQueryResult.vParseResult)]));
16
- ClaimsQueryResult.vModelMdoc = v.object({
17
- ...ClaimsQuery.vMdoc.entries,
18
- claim_query_results: v.array(ClaimsQueryResult.vQueryResult),
19
- isOptional: v.boolean(),
20
- isRequiredIfPresent: v.boolean(),
21
- });
22
- ClaimsQueryResult.vW3cSdJwtVc = v.object({
23
- ...ClaimsQuery.vW3cSdJwtVc.entries,
24
- claim_query_results: v.array(ClaimsQueryResult.vQueryResult),
25
- isOptional: v.boolean(),
26
- isRequiredIfPresent: v.boolean(),
27
- });
28
- ClaimsQueryResult.vModel = v.union([ClaimsQueryResult.vModelMdoc, ClaimsQueryResult.vW3cSdJwtVc]);
29
- })(ClaimsQueryResult || (ClaimsQueryResult = {}));
30
- //# sourceMappingURL=v-claims-query-result.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"v-claims-query-result.js","sourceRoot":"","sources":["../../../../src/claims-query/v-claims-query-result.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,SAAS,CAAC;AAC7B,OAAO,EAAE,WAAW,EAAE,MAAM,qBAAqB,CAAC;AAElD,MAAM,KAAW,iBAAiB,CAqCjC;AArCD,WAAiB,iBAAiB;IACnB,8BAAY,GAAG,CAAC,CAAC,KAAK,CAAC;QAClC,CAAC,CAAC,WAAW,CAAC;YACZ,OAAO,EAAE,CAAC,CAAC,OAAO,CAAC,IAAI,CAAC;YACxB,MAAM,EAAE,WAAW,CAAC,MAAM;SAC3B,CAAC;QACF,CAAC,CAAC,WAAW,CAAC;YACZ,OAAO,EAAE,CAAC,CAAC,OAAO,CAAC,KAAK,CAAC;YACzB,MAAM,EAAE,CAAC,CAAC,OAAO,EAAE;SACpB,CAAC;KACH,CAAC,CAAC;IAGU,8BAAY,GAAG,CAAC,CAAC,KAAK,CACjC,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,OAAO,CAAC,KAAK,CAAC,EAAE,CAAC,CAAC,KAAK,CAAC,kBAAA,YAAY,CAAC,CAAC,CAAC,CACnD,CAAC;IAGW,4BAAU,GAAG,CAAC,CAAC,MAAM,CAAC;QACjC,GAAG,WAAW,CAAC,KAAK,CAAC,OAAO;QAC5B,mBAAmB,EAAE,CAAC,CAAC,KAAK,CAAC,kBAAA,YAAY,CAAC;QAC1C,UAAU,EAAE,CAAC,CAAC,OAAO,EAAE;QACvB,mBAAmB,EAAE,CAAC,CAAC,OAAO,EAAE;KACjC,CAAC,CAAC;IAGU,6BAAW,GAAG,CAAC,CAAC,MAAM,CAAC;QAClC,GAAG,WAAW,CAAC,WAAW,CAAC,OAAO;QAClC,mBAAmB,EAAE,CAAC,CAAC,KAAK,CAAC,kBAAA,YAAY,CAAC;QAC1C,UAAU,EAAE,CAAC,CAAC,OAAO,EAAE;QACvB,mBAAmB,EAAE,CAAC,CAAC,OAAO,EAAE;KACjC,CAAC,CAAC;IAGU,wBAAM,GAAG,CAAC,CAAC,KAAK,CAAC,CAAC,kBAAA,UAAU,EAAE,kBAAA,WAAW,CAAC,CAAC,CAAC;AAG3D,CAAC,EArCgB,iBAAiB,KAAjB,iBAAiB,QAqCjC"}
@@ -1,34 +0,0 @@
1
- import * as v from 'valibot';
2
- export declare namespace ClaimsQuery {
3
- const vValue: v.UnionSchema<[v.StringSchema<undefined>, v.NumberSchema<undefined>, v.BooleanSchema<undefined>], undefined>;
4
- type ClaimValue = v.InferOutput<typeof vValue>;
5
- const vPath: v.UnionSchema<[v.StringSchema<undefined>, v.SchemaWithPipe<[v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>, v.LiteralSchema<"*", undefined>], undefined>;
6
- type ClaimPath = v.InferOutput<typeof vPath>;
7
- const vW3cSdJwtVc: v.ObjectSchema<{
8
- readonly id: v.OptionalSchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.RegexAction<string, undefined>]>, never>;
9
- readonly path: v.OptionalSchema<v.ArraySchema<v.UnionSchema<[v.StringSchema<undefined>, v.SchemaWithPipe<[v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>, v.LiteralSchema<"*", undefined>], undefined>, undefined>, never>;
10
- readonly values: v.OptionalSchema<v.ArraySchema<v.UnionSchema<[v.StringSchema<undefined>, v.NumberSchema<undefined>, v.BooleanSchema<undefined>], undefined>, undefined>, never>;
11
- }, undefined>;
12
- type W3cAndSdJwtVcInput = v.InferOutput<typeof vW3cSdJwtVc>;
13
- const vMdoc: v.ObjectSchema<{
14
- readonly id: v.OptionalSchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.RegexAction<string, undefined>]>, never>;
15
- readonly namespace: v.StringSchema<undefined>;
16
- readonly claim_name: v.StringSchema<undefined>;
17
- readonly values: v.OptionalSchema<v.ArraySchema<v.UnionSchema<[v.StringSchema<undefined>, v.NumberSchema<undefined>, v.BooleanSchema<undefined>], undefined>, undefined>, never>;
18
- }, undefined>;
19
- type Mdoc = v.InferOutput<typeof vMdoc>;
20
- const vModel: v.UnionSchema<[v.ObjectSchema<{
21
- readonly id: v.OptionalSchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.RegexAction<string, undefined>]>, never>;
22
- readonly namespace: v.StringSchema<undefined>;
23
- readonly claim_name: v.StringSchema<undefined>;
24
- readonly values: v.OptionalSchema<v.ArraySchema<v.UnionSchema<[v.StringSchema<undefined>, v.NumberSchema<undefined>, v.BooleanSchema<undefined>], undefined>, undefined>, never>;
25
- }, undefined>, v.ObjectSchema<{
26
- readonly id: v.OptionalSchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.RegexAction<string, undefined>]>, never>;
27
- readonly path: v.OptionalSchema<v.ArraySchema<v.UnionSchema<[v.StringSchema<undefined>, v.SchemaWithPipe<[v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>, v.LiteralSchema<"*", undefined>], undefined>, undefined>, never>;
28
- readonly values: v.OptionalSchema<v.ArraySchema<v.UnionSchema<[v.StringSchema<undefined>, v.NumberSchema<undefined>, v.BooleanSchema<undefined>], undefined>, undefined>, never>;
29
- }, undefined>], undefined>;
30
- type Input = v.InferInput<typeof vModel>;
31
- type Out = v.InferOutput<typeof vModel>;
32
- }
33
- export type ClaimsQuery = ClaimsQuery.Out;
34
- //# sourceMappingURL=v-claims-query.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"v-claims-query.d.ts","sourceRoot":"","sources":["../../../../src/claims-query/v-claims-query.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,SAAS,CAAC;AAG7B,yBAAiB,WAAW,CAAC;IACpB,MAAM,MAAM,8GAAiD,CAAC;IACrE,KAAY,UAAU,GAAG,CAAC,CAAC,WAAW,CAAC,OAAO,MAAM,CAAC,CAAC;IAE/C,MAAM,KAAK,mNAIhB,CAAC;IACH,KAAY,SAAS,GAAG,CAAC,CAAC,WAAW,CAAC,OAAO,KAAK,CAAC,CAAC;IAE7C,MAAM,WAAW;;;;iBAItB,CAAC;IACH,KAAY,kBAAkB,GAAG,CAAC,CAAC,WAAW,CAAC,OAAO,WAAW,CAAC,CAAC;IAE5D,MAAM,KAAK;;;;;iBAKhB,CAAC;IACH,KAAY,IAAI,GAAG,CAAC,CAAC,WAAW,CAAC,OAAO,KAAK,CAAC,CAAC;IAExC,MAAM,MAAM;;;;;;;;;8BAAgC,CAAC;IACpD,KAAY,KAAK,GAAG,CAAC,CAAC,UAAU,CAAC,OAAO,MAAM,CAAC,CAAC;IAChD,KAAY,GAAG,GAAG,CAAC,CAAC,WAAW,CAAC,OAAO,MAAM,CAAC,CAAC;CAChD;AACD,MAAM,MAAM,WAAW,GAAG,WAAW,CAAC,GAAG,CAAC"}
@@ -1,24 +0,0 @@
1
- import * as v from 'valibot';
2
- import { idRegex } from '../u-query.js';
3
- export var ClaimsQuery;
4
- (function (ClaimsQuery) {
5
- ClaimsQuery.vValue = v.union([v.string(), v.number(), v.boolean()]);
6
- ClaimsQuery.vPath = v.union([
7
- v.string(),
8
- v.pipe(v.number(), v.integer(), v.minValue(0)),
9
- v.literal('*'),
10
- ]);
11
- ClaimsQuery.vW3cSdJwtVc = v.object({
12
- id: v.optional(v.pipe(v.string(), v.regex(idRegex))),
13
- path: v.optional(v.array(ClaimsQuery.vPath)),
14
- values: v.optional(v.array(ClaimsQuery.vValue)),
15
- });
16
- ClaimsQuery.vMdoc = v.object({
17
- id: v.optional(v.pipe(v.string(), v.regex(idRegex))),
18
- namespace: v.string(),
19
- claim_name: v.string(),
20
- values: v.optional(v.array(ClaimsQuery.vValue)),
21
- });
22
- ClaimsQuery.vModel = v.union([ClaimsQuery.vMdoc, ClaimsQuery.vW3cSdJwtVc]);
23
- })(ClaimsQuery || (ClaimsQuery = {}));
24
- //# sourceMappingURL=v-claims-query.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"v-claims-query.js","sourceRoot":"","sources":["../../../../src/claims-query/v-claims-query.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,SAAS,CAAC;AAC7B,OAAO,EAAE,OAAO,EAAE,MAAM,eAAe,CAAC;AAExC,MAAM,KAAW,WAAW,CA6B3B;AA7BD,WAAiB,WAAW;IACb,kBAAM,GAAG,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,MAAM,EAAE,EAAE,CAAC,CAAC,MAAM,EAAE,EAAE,CAAC,CAAC,OAAO,EAAE,CAAC,CAAC,CAAC;IAGxD,iBAAK,GAAG,CAAC,CAAC,KAAK,CAAC;QAC3B,CAAC,CAAC,MAAM,EAAE;QACV,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,MAAM,EAAE,EAAE,CAAC,CAAC,OAAO,EAAE,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC;QAC9C,CAAC,CAAC,OAAO,CAAC,GAAG,CAAC;KACf,CAAC,CAAC;IAGU,uBAAW,GAAG,CAAC,CAAC,MAAM,CAAC;QAClC,EAAE,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,MAAM,EAAE,EAAE,CAAC,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC;QACpD,IAAI,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,KAAK,CAAC,YAAA,KAAK,CAAC,CAAC;QAChC,MAAM,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,KAAK,CAAC,YAAA,MAAM,CAAC,CAAC;KACpC,CAAC,CAAC;IAGU,iBAAK,GAAG,CAAC,CAAC,MAAM,CAAC;QAC5B,EAAE,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,MAAM,EAAE,EAAE,CAAC,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC;QACpD,SAAS,EAAE,CAAC,CAAC,MAAM,EAAE;QACrB,UAAU,EAAE,CAAC,CAAC,MAAM,EAAE;QACtB,MAAM,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,KAAK,CAAC,YAAA,MAAM,CAAC,CAAC;KACpC,CAAC,CAAC;IAGU,kBAAM,GAAG,CAAC,CAAC,KAAK,CAAC,CAAC,YAAA,KAAK,EAAE,YAAA,WAAW,CAAC,CAAC,CAAC;AAGtD,CAAC,EA7BgB,WAAW,KAAX,WAAW,QA6B3B"}