gdc-common-utils-ts 2.9.13 → 2.9.15

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 (251) hide show
  1. package/dist/AesManager.d.ts +1 -1
  2. package/dist/CryptographyService.d.ts +6 -6
  3. package/dist/claims/index.d.ts +24 -24
  4. package/dist/constants/cryptography.d.ts +1 -1
  5. package/dist/constants/healthcare.d.ts +3 -3
  6. package/dist/constants/identity-identifiers.d.ts +3 -1
  7. package/dist/constants/identity-identifiers.js +3 -1
  8. package/dist/constants/index.d.ts +40 -40
  9. package/dist/constants/individual-sections.d.ts +12 -12
  10. package/dist/constants/kyc-gender.d.ts +1 -1
  11. package/dist/constants/schemaorg.d.ts +1 -1
  12. package/dist/constants/vital-signs.d.ts +2 -2
  13. package/dist/convert/convert-allergy-intolerance.d.ts +1 -1
  14. package/dist/convert/convert-appointment-response.d.ts +1 -1
  15. package/dist/convert/convert-appointment.d.ts +1 -1
  16. package/dist/convert/convert-care-plan.d.ts +1 -1
  17. package/dist/convert/convert-clinical-impression.d.ts +1 -1
  18. package/dist/convert/convert-composition.d.ts +1 -1
  19. package/dist/convert/convert-condition.d.ts +1 -1
  20. package/dist/convert/convert-consent.d.ts +1 -1
  21. package/dist/convert/convert-coverage.d.ts +1 -1
  22. package/dist/convert/convert-device-use-statement.d.ts +1 -1
  23. package/dist/convert/convert-device.d.ts +1 -1
  24. package/dist/convert/convert-diagnostic-report.d.ts +1 -1
  25. package/dist/convert/convert-document-reference.d.ts +1 -1
  26. package/dist/convert/convert-encounter.d.ts +1 -1
  27. package/dist/convert/convert-flag.d.ts +1 -1
  28. package/dist/convert/convert-immunization.d.ts +1 -1
  29. package/dist/convert/convert-location.d.ts +1 -1
  30. package/dist/convert/convert-medication-statement.d.ts +1 -1
  31. package/dist/convert/convert-observation.d.ts +1 -1
  32. package/dist/convert/convert-organization.d.ts +1 -1
  33. package/dist/convert/convert-practitioner-role.d.ts +1 -1
  34. package/dist/convert/convert-procedure.d.ts +1 -1
  35. package/dist/convert/convert-related-person.d.ts +1 -1
  36. package/dist/convert/convert-shared.js +1 -1
  37. package/dist/convert/index.d.ts +25 -25
  38. package/dist/convert/schemaorg-to-gaia-x.d.ts +3 -3
  39. package/dist/examples/api-flow-examples.d.ts +8 -8
  40. package/dist/examples/communication-attached-bundle-session.d.ts +2 -2
  41. package/dist/examples/communication-bundle-document-request.d.ts +1 -1
  42. package/dist/examples/communication-didcomm-payload.d.ts +1 -1
  43. package/dist/examples/consent-access.d.ts +2 -2
  44. package/dist/examples/contract-examples.d.ts +9 -9
  45. package/dist/examples/dataspace-discovery.d.ts +1 -1
  46. package/dist/examples/didcomm-identity.d.ts +1 -1
  47. package/dist/examples/ica-verify-response.d.ts +1 -1
  48. package/dist/examples/index.d.ts +35 -35
  49. package/dist/examples/individual-controller.d.ts +1 -1
  50. package/dist/examples/inter-tenant-access-contract.d.ts +1 -1
  51. package/dist/examples/invoice.d.ts +2 -2
  52. package/dist/examples/ips-bundle.d.ts +2 -2
  53. package/dist/examples/legal-organization-verification-transaction.d.ts +1 -1
  54. package/dist/examples/lifecycle.d.ts +4 -4
  55. package/dist/examples/organization-did-binding.d.ts +1 -1
  56. package/dist/examples/organization-role-license.d.ts +3 -3
  57. package/dist/examples/related-person.d.ts +6 -6
  58. package/dist/examples/relationship-access.d.ts +1 -1
  59. package/dist/examples/shared.d.ts +4 -2
  60. package/dist/examples/shared.js +3 -1
  61. package/dist/examples/subject-identity-binding.d.ts +1 -1
  62. package/dist/examples/vital-signs.d.ts +2 -2
  63. package/dist/index.d.ts +13 -13
  64. package/dist/interfaces/ICryptography.d.ts +4 -4
  65. package/dist/interfaces/IProfileOutboxRepository.d.ts +1 -1
  66. package/dist/interfaces/IWallet.d.ts +2 -2
  67. package/dist/interfaces/IWalletQueue.d.ts +1 -1
  68. package/dist/interfaces/index.d.ts +8 -8
  69. package/dist/models/actor-session.d.ts +1 -1
  70. package/dist/models/bundle-editor-types.d.ts +22 -22
  71. package/dist/models/bundle.d.ts +1 -1
  72. package/dist/models/clinical-sections.d.ts +1 -1
  73. package/dist/models/comm.d.ts +1 -1
  74. package/dist/models/communication-attached-bundle-session.d.ts +2 -2
  75. package/dist/models/confidential-job.d.ts +3 -3
  76. package/dist/models/confidential-message.d.ts +3 -3
  77. package/dist/models/confidential-storage.d.ts +1 -1
  78. package/dist/models/crypto.d.ts +1 -1
  79. package/dist/models/dataspace-discovery-defaults.d.ts +2 -2
  80. package/dist/models/device-license.d.ts +1 -1
  81. package/dist/models/did.d.ts +5 -5
  82. package/dist/models/gaia-x.d.ts +2 -2
  83. package/dist/models/identity-bootstrap.d.ts +4 -4
  84. package/dist/models/index.d.ts +62 -62
  85. package/dist/models/indexing.d.ts +2 -2
  86. package/dist/models/individual-onboarding.d.ts +5 -5
  87. package/dist/models/interoperable-claims/allergy-intolerance-claims.d.ts +1 -1
  88. package/dist/models/interoperable-claims/care-plan-claims.d.ts +1 -1
  89. package/dist/models/interoperable-claims/clinical-impression-claims.d.ts +1 -1
  90. package/dist/models/interoperable-claims/condition-claims.d.ts +1 -1
  91. package/dist/models/interoperable-claims/coverage-claims.d.ts +1 -1
  92. package/dist/models/interoperable-claims/device-claims.d.ts +1 -1
  93. package/dist/models/interoperable-claims/device-use-statement-claims.d.ts +1 -1
  94. package/dist/models/interoperable-claims/diagnostic-report-claims.d.ts +1 -1
  95. package/dist/models/interoperable-claims/document-reference-claims.d.ts +1 -1
  96. package/dist/models/interoperable-claims/encounter-claims.d.ts +1 -1
  97. package/dist/models/interoperable-claims/flag-claims.d.ts +1 -1
  98. package/dist/models/interoperable-claims/immunization-claims.d.ts +1 -1
  99. package/dist/models/interoperable-claims/index.d.ts +27 -27
  100. package/dist/models/interoperable-claims/invoice-claims.d.ts +1 -1
  101. package/dist/models/interoperable-claims/location-claims.d.ts +1 -1
  102. package/dist/models/interoperable-claims/medication-statement-claims.d.ts +1 -1
  103. package/dist/models/interoperable-claims/observation-claims.d.ts +1 -1
  104. package/dist/models/interoperable-claims/organization-claims.d.ts +1 -1
  105. package/dist/models/interoperable-claims/practitioner-role-claims.d.ts +1 -1
  106. package/dist/models/interoperable-claims/procedure-claims.d.ts +1 -1
  107. package/dist/models/interoperable-claims/related-person-claims.d.ts +1 -1
  108. package/dist/models/interoperable-claims.d.ts +1 -1
  109. package/dist/models/jsonapi.d.ts +1 -1
  110. package/dist/models/jwe.d.ts +1 -1
  111. package/dist/models/jws.d.ts +1 -1
  112. package/dist/models/jwt.d.ts +1 -1
  113. package/dist/models/oidc4ida.document.model.d.ts +2 -2
  114. package/dist/models/oidc4ida.electronicRecord.model.d.ts +1 -1
  115. package/dist/models/oidc4ida.evidence.model.d.ts +2 -2
  116. package/dist/models/openid-device.d.ts +1 -1
  117. package/dist/models/operation-outcome.d.ts +1 -1
  118. package/dist/models/organization-employee-lifecycle.d.ts +2 -2
  119. package/dist/models/organization-role-license.d.ts +1 -1
  120. package/dist/models/profile-manager.d.ts +1 -1
  121. package/dist/models/response.d.ts +1 -1
  122. package/dist/models/subject-identity.d.ts +1 -1
  123. package/dist/models/verifiable-credential.d.ts +1 -1
  124. package/dist/models/wallet.d.ts +1 -1
  125. package/dist/storage/IVaultRepository.d.ts +1 -1
  126. package/dist/storage/VaultMemRepository.d.ts +2 -2
  127. package/dist/storage/index.d.ts +3 -3
  128. package/dist/utils/activation-request.d.ts +2 -2
  129. package/dist/utils/allergy-intolerance-entry-editor.d.ts +8 -3
  130. package/dist/utils/allergy-intolerance-entry-editor.js +7 -4
  131. package/dist/utils/authority-resolution.d.ts +1 -1
  132. package/dist/utils/backend-message-manager-mem.d.ts +4 -4
  133. package/dist/utils/bundle-didcomm-payload.d.ts +1 -1
  134. package/dist/utils/bundle-document-builder.d.ts +1 -1
  135. package/dist/utils/bundle-editor-core.d.ts +5 -5
  136. package/dist/utils/bundle-editor-helpers.d.ts +2 -2
  137. package/dist/utils/bundle-editor-registry.d.ts +2 -2
  138. package/dist/utils/bundle-editor.d.ts +23 -23
  139. package/dist/utils/bundle-entry-editor.d.ts +34 -22
  140. package/dist/utils/bundle-entry-editor.js +57 -0
  141. package/dist/utils/bundle-reader.d.ts +2 -2
  142. package/dist/utils/bundle-reader.js +7 -1
  143. package/dist/utils/care-plan-entry-editor.d.ts +22 -1
  144. package/dist/utils/care-plan-entry-editor.js +20 -3
  145. package/dist/utils/clinical-impression-entry-editor.d.ts +8 -1
  146. package/dist/utils/clinical-impression-entry-editor.js +6 -0
  147. package/dist/utils/clinical-resource-converters.d.ts +49 -49
  148. package/dist/utils/clinical-resource-entry-editor.d.ts +2 -2
  149. package/dist/utils/communication-attached-bundle-session-helpers.d.ts +3 -3
  150. package/dist/utils/communication-attached-bundle-session.d.ts +6 -6
  151. package/dist/utils/communication-bundle-document-request.d.ts +3 -3
  152. package/dist/utils/communication-consent-access-editor.d.ts +5 -5
  153. package/dist/utils/communication-didcomm-payload.d.ts +1 -1
  154. package/dist/utils/communication-document-reference.d.ts +1 -1
  155. package/dist/utils/communication-editor.d.ts +6 -6
  156. package/dist/utils/communication-fhir-r4.d.ts +1 -1
  157. package/dist/utils/communication-identity.d.ts +5 -5
  158. package/dist/utils/communication-participant-search-test-data.d.ts +1 -1
  159. package/dist/utils/condition-entry-editor.d.ts +18 -1
  160. package/dist/utils/condition-entry-editor.js +24 -6
  161. package/dist/utils/confidential-storage-persistence.d.ts +1 -1
  162. package/dist/utils/confidential-storage-test-data.d.ts +1 -1
  163. package/dist/utils/connected-device-fhir-r4.d.ts +1 -1
  164. package/dist/utils/consent-entry-editor.d.ts +2 -2
  165. package/dist/utils/content.d.ts +4 -4
  166. package/dist/utils/coverage-entry-editor.d.ts +13 -1
  167. package/dist/utils/coverage-entry-editor.js +14 -6
  168. package/dist/utils/dataspace-discovery-defaults.d.ts +2 -2
  169. package/dist/utils/dataspace-discovery.d.ts +1 -1
  170. package/dist/utils/dataspace-protocol.d.ts +2 -2
  171. package/dist/utils/deterministic-jwk.d.ts +1 -1
  172. package/dist/utils/device-entry-editor.d.ts +7 -1
  173. package/dist/utils/device-entry-editor.js +7 -3
  174. package/dist/utils/device-use-statement-entry-editor.d.ts +6 -1
  175. package/dist/utils/device-use-statement-entry-editor.js +6 -3
  176. package/dist/utils/diagnostic-report-entry-editor.d.ts +12 -1
  177. package/dist/utils/diagnostic-report-entry-editor.js +15 -8
  178. package/dist/utils/did-resolution.d.ts +2 -2
  179. package/dist/utils/did-resolution.js +5 -3
  180. package/dist/utils/did.d.ts +5 -5
  181. package/dist/utils/did.js +4 -4
  182. package/dist/utils/didcomm-submit.d.ts +1 -1
  183. package/dist/utils/didcomm.d.ts +2 -2
  184. package/dist/utils/discovery-normalization.d.ts +1 -1
  185. package/dist/utils/document-reference-entry-editor.d.ts +13 -1
  186. package/dist/utils/document-reference-entry-editor.js +14 -6
  187. package/dist/utils/employee-entry-editor.d.ts +1 -1
  188. package/dist/utils/employee.d.ts +1 -1
  189. package/dist/utils/encounter-entry-editor.d.ts +18 -1
  190. package/dist/utils/encounter-entry-editor.js +20 -9
  191. package/dist/utils/fhir-search.d.ts +1 -1
  192. package/dist/utils/fhir-validator.d.ts +1 -1
  193. package/dist/utils/flag-entry-editor.d.ts +14 -3
  194. package/dist/utils/flag-entry-editor.js +14 -7
  195. package/dist/utils/gw-core-commercial-contract.d.ts +1 -1
  196. package/dist/utils/gw-core-path.d.ts +1 -1
  197. package/dist/utils/immunization-entry-editor.d.ts +45 -3
  198. package/dist/utils/immunization-entry-editor.js +57 -17
  199. package/dist/utils/index.d.ts +125 -125
  200. package/dist/utils/individual-bundle-vault.d.ts +4 -4
  201. package/dist/utils/individual-form-pdf.d.ts +1 -1
  202. package/dist/utils/individual-onboarding-acceptance-credential.d.ts +1 -1
  203. package/dist/utils/individual-onboarding-document-reference.d.ts +1 -1
  204. package/dist/utils/individual-onboarding-editor.d.ts +1 -1
  205. package/dist/utils/individual-organization-claims.d.ts +1 -1
  206. package/dist/utils/individual-organization-kyc.d.ts +2 -2
  207. package/dist/utils/inter-tenant-access-contract.d.ts +2 -2
  208. package/dist/utils/interoperable-resource-operation.d.ts +2 -2
  209. package/dist/utils/invoice-bundle.d.ts +1 -1
  210. package/dist/utils/jwk-thumbprint.d.ts +1 -1
  211. package/dist/utils/jwt-signer.d.ts +3 -3
  212. package/dist/utils/jwt.d.ts +1 -1
  213. package/dist/utils/legal-organization-onboarding-editor.d.ts +2 -2
  214. package/dist/utils/legal-organization-onboarding.d.ts +2 -2
  215. package/dist/utils/legal-organization-verification-transaction.d.ts +3 -3
  216. package/dist/utils/license-commercial-search.d.ts +2 -2
  217. package/dist/utils/license-list-search.d.ts +1 -1
  218. package/dist/utils/license-offer-order.d.ts +1 -1
  219. package/dist/utils/license.d.ts +2 -2
  220. package/dist/utils/lifecycle-result-reader.d.ts +1 -1
  221. package/dist/utils/manager-error.d.ts +1 -1
  222. package/dist/utils/medication-claim-helpers.d.ts +1 -1
  223. package/dist/utils/medication-statement-entry-editor.d.ts +30 -7
  224. package/dist/utils/medication-statement-entry-editor.js +28 -12
  225. package/dist/utils/observation-component-entry-editor.d.ts +19 -2
  226. package/dist/utils/observation-component-entry-editor.js +42 -15
  227. package/dist/utils/observation-entry-editor.d.ts +9 -1
  228. package/dist/utils/observation-entry-editor.js +7 -0
  229. package/dist/utils/organization-authorization-urn.d.ts +1 -1
  230. package/dist/utils/organization-did-binding.d.ts +1 -1
  231. package/dist/utils/organization-employee-lifecycle.d.ts +1 -1
  232. package/dist/utils/organization-role-license.d.ts +1 -1
  233. package/dist/utils/organization-test-network-credential.d.ts +1 -1
  234. package/dist/utils/procedure-entry-editor.d.ts +23 -5
  235. package/dist/utils/procedure-entry-editor.js +21 -8
  236. package/dist/utils/profile-manager-mem.d.ts +5 -5
  237. package/dist/utils/profile-outbox-memory-repository.d.ts +2 -2
  238. package/dist/utils/related-person-entry-editor.d.ts +7 -1
  239. package/dist/utils/related-person-entry-editor.js +7 -2
  240. package/dist/utils/smart-authorization-profile.d.ts +1 -1
  241. package/dist/utils/smart-scope.d.ts +2 -2
  242. package/dist/utils/subject-identity-binding.d.ts +2 -2
  243. package/dist/utils/subject-identity.d.ts +3 -3
  244. package/dist/utils/test-network-organization-credentials.d.ts +1 -1
  245. package/dist/utils/vital-sign-day-batch.d.ts +1 -1
  246. package/dist/utils/vital-sign-entry-editor.d.ts +8 -2
  247. package/dist/utils/vital-sign-entry-editor.js +10 -5
  248. package/dist/utils/vp-token.d.ts +1 -1
  249. package/dist/utils/wallet-mem.d.ts +6 -6
  250. package/dist/utils/wallet-memory-queue.d.ts +3 -3
  251. package/package.json +2 -2
@@ -1,62 +1,62 @@
1
- export * from './actor-session';
2
- export * from './aes';
3
- export * from './auth';
4
- export * from './authority-resolution';
5
- export * from './bundle';
6
- export * from './bundle-editor-types';
7
- export * from './comm';
8
- export * from './clinical-sections';
9
- export * from './clinical-sections.en';
10
- export * from './clinical-workbook-summary';
11
- export * from './communication-attached-bundle-session';
12
- export * from './confidential-job';
13
- export * from './confidential-message';
14
- export * from './confidential-storage';
15
- export * from './consent-rule';
16
- export * from './consent-access';
17
- export * from './crypto';
18
- export * from './dataspace-discovery';
19
- export * from './dataspace-discovery-defaults';
20
- export * from './dataspace-protocol';
21
- export * from './device-license';
22
- export * from './organization-role-license';
23
- export * from './organization-employee-lifecycle';
24
- export * from './did';
25
- export * from './fhir-documents';
26
- export * from './gaia-x';
27
- export * from './interoperable-claims';
28
- export * from './indexing';
29
- export * from './identity-bootstrap';
30
- export * from './individual-onboarding';
31
- export * from './animal-onboarding';
32
- export * from './inter-tenant-access-contract';
33
- export * from './issue';
34
- export * from './jsonapi';
35
- export * from './linked-subject-identifier';
36
- export * from './jwe';
37
- export * from './jwk';
38
- export * from './jws';
39
- export * from './jwt';
40
- export * from './loinc-document-ontology';
41
- export * from './oidc4ida.common.model';
42
- export * from './oidc4ida.document.model';
43
- export * from './oidc4ida.electronicRecord.model';
44
- export * from './oidc4ida.evidence.model';
45
- export * from './openid-device';
46
- export * from './fhir-r5-subscription';
47
- export * from './permission-templates';
48
- export * from './profile-manager';
49
- export * from './operation-outcome';
50
- export * from './params';
51
- export * from './permission-templates';
52
- export * from './resource-document';
53
- export * from './relationship-access';
54
- export * from './response';
55
- export * from './subject-identifier-ledger';
56
- export * from './subject-identity';
57
- export * from './subject-identity-binding';
58
- export * from './test-network-organization-registration-form';
59
- export * from './terminology';
60
- export * from './urlPath';
61
- export * from './verifiable-credential';
62
- export * from './wallet';
1
+ export * from './actor-session.js';
2
+ export * from './aes.js';
3
+ export * from './auth.js';
4
+ export * from './authority-resolution.js';
5
+ export * from './bundle.js';
6
+ export * from './bundle-editor-types.js';
7
+ export * from './comm.js';
8
+ export * from './clinical-sections.js';
9
+ export * from './clinical-sections.en.js';
10
+ export * from './clinical-workbook-summary.js';
11
+ export * from './communication-attached-bundle-session.js';
12
+ export * from './confidential-job.js';
13
+ export * from './confidential-message.js';
14
+ export * from './confidential-storage.js';
15
+ export * from './consent-rule.js';
16
+ export * from './consent-access.js';
17
+ export * from './crypto.js';
18
+ export * from './dataspace-discovery.js';
19
+ export * from './dataspace-discovery-defaults.js';
20
+ export * from './dataspace-protocol.js';
21
+ export * from './device-license.js';
22
+ export * from './organization-role-license.js';
23
+ export * from './organization-employee-lifecycle.js';
24
+ export * from './did.js';
25
+ export * from './fhir-documents.js';
26
+ export * from './gaia-x.js';
27
+ export * from './interoperable-claims.js';
28
+ export * from './indexing.js';
29
+ export * from './identity-bootstrap.js';
30
+ export * from './individual-onboarding.js';
31
+ export * from './animal-onboarding.js';
32
+ export * from './inter-tenant-access-contract.js';
33
+ export * from './issue.js';
34
+ export * from './jsonapi.js';
35
+ export * from './linked-subject-identifier.js';
36
+ export * from './jwe.js';
37
+ export * from './jwk.js';
38
+ export * from './jws.js';
39
+ export * from './jwt.js';
40
+ export * from './loinc-document-ontology.js';
41
+ export * from './oidc4ida.common.model.js';
42
+ export * from './oidc4ida.document.model.js';
43
+ export * from './oidc4ida.electronicRecord.model.js';
44
+ export * from './oidc4ida.evidence.model.js';
45
+ export * from './openid-device.js';
46
+ export * from './fhir-r5-subscription.js';
47
+ export * from './permission-templates.js';
48
+ export * from './profile-manager.js';
49
+ export * from './operation-outcome.js';
50
+ export * from './params.js';
51
+ export * from './permission-templates.js';
52
+ export * from './resource-document.js';
53
+ export * from './relationship-access.js';
54
+ export * from './response.js';
55
+ export * from './subject-identifier-ledger.js';
56
+ export * from './subject-identity.js';
57
+ export * from './subject-identity-binding.js';
58
+ export * from './test-network-organization-registration-form.js';
59
+ export * from './terminology.js';
60
+ export * from './urlPath.js';
61
+ export * from './verifiable-credential.js';
62
+ export * from './wallet.js';
@@ -1,5 +1,5 @@
1
- import { ClaimsOrganizationSchemaorg } from '../constants/schemaorg';
2
- import type { ParameterData } from './params';
1
+ import { ClaimsOrganizationSchemaorg } from '../constants/schemaorg.js';
2
+ import type { ParameterData } from './params.js';
3
3
  /**
4
4
  * Canonical index profile names used under each resource type.
5
5
  */
@@ -1,8 +1,8 @@
1
- import type { BundleEntry, BundleJsonApi } from './bundle';
2
- import type { DocumentReferenceClaimKey } from './interoperable-claims/document-reference-claims';
3
- import { ResourceTypesFhirR4 } from '../constants/fhir-resource-types';
4
- import type { IdKindValue } from '../constants/identity-identifiers';
5
- import type { BirthSex, GenderIdentity } from '../constants/identity-gender';
1
+ import type { BundleEntry, BundleJsonApi } from './bundle.js';
2
+ import type { DocumentReferenceClaimKey } from './interoperable-claims/document-reference-claims.js';
3
+ import { ResourceTypesFhirR4 } from '../constants/fhir-resource-types.js';
4
+ import type { IdKindValue } from '../constants/identity-identifiers.js';
5
+ import type { BirthSex, GenderIdentity } from '../constants/identity-gender.js';
6
6
  /**
7
7
  * Canonical field names currently used by the individual onboarding PDF form.
8
8
  *
@@ -1,4 +1,4 @@
1
- import type { ClaimSpec } from './types';
1
+ import type { ClaimSpec } from './types.js';
2
2
  export declare const AllergyIntoleranceClaim: {
3
3
  readonly Identifier: "AllergyIntolerance.identifier";
4
4
  readonly Subject: "AllergyIntolerance.subject";
@@ -1,4 +1,4 @@
1
- import type { ClaimSpec } from './types';
1
+ import type { ClaimSpec } from './types.js';
2
2
  export declare const CarePlanClaim: {
3
3
  readonly ActivityCode: "CarePlan.activity-code";
4
4
  readonly ActivityDate: "CarePlan.activity-date";
@@ -1,4 +1,4 @@
1
- import type { ClaimSpec } from './types';
1
+ import type { ClaimSpec } from './types.js';
2
2
  export declare const ClinicalImpressionClaim: {
3
3
  readonly Identifier: "ClinicalImpression.identifier";
4
4
  readonly Status: "ClinicalImpression.status";
@@ -1,4 +1,4 @@
1
- import type { ClaimSpec } from './types';
1
+ import type { ClaimSpec } from './types.js';
2
2
  export declare const ConditionClaim: {
3
3
  readonly Identifier: "Condition.identifier";
4
4
  readonly Subject: "Condition.subject";
@@ -1,4 +1,4 @@
1
- import type { ClaimSpec } from './types';
1
+ import type { ClaimSpec } from './types.js';
2
2
  export declare const CoverageClaim: {
3
3
  readonly Identifier: "Coverage.identifier";
4
4
  readonly Status: "Coverage.status";
@@ -1,4 +1,4 @@
1
- import type { ClaimSpec } from './types';
1
+ import type { ClaimSpec } from './types.js';
2
2
  export declare const DeviceClaim: {
3
3
  readonly DeviceName: "Device.device-name";
4
4
  readonly Identifier: "Device.identifier";
@@ -1,4 +1,4 @@
1
- import type { ClaimSpec } from './types';
1
+ import type { ClaimSpec } from './types.js';
2
2
  export declare const DeviceUseStatementClaim: {
3
3
  readonly Identifier: "DeviceUseStatement.identifier";
4
4
  readonly Subject: "DeviceUseStatement.subject";
@@ -1,4 +1,4 @@
1
- import type { ClaimSpec } from './types';
1
+ import type { ClaimSpec } from './types.js';
2
2
  export declare const DiagnosticReportClaim: {
3
3
  readonly BasedOn: "DiagnosticReport.based-on";
4
4
  readonly Category: "DiagnosticReport.category";
@@ -1,4 +1,4 @@
1
- import type { ClaimSpec } from './types';
1
+ import type { ClaimSpec } from './types.js';
2
2
  export declare const DocumentReferenceClaim: {
3
3
  readonly Attester: "DocumentReference.attester";
4
4
  readonly Author: "DocumentReference.author";
@@ -1,4 +1,4 @@
1
- import type { ClaimSpec } from './types';
1
+ import type { ClaimSpec } from './types.js';
2
2
  export declare const EncounterClaim: {
3
3
  readonly Identifier: "Encounter.identifier";
4
4
  readonly Status: "Encounter.status";
@@ -1,4 +1,4 @@
1
- import type { ClaimSpec } from './types';
1
+ import type { ClaimSpec } from './types.js';
2
2
  export declare const FlagClaim: {
3
3
  readonly Author: "Flag.author";
4
4
  readonly Date: "Flag.date";
@@ -1,4 +1,4 @@
1
- import type { ClaimSpec } from './types';
1
+ import type { ClaimSpec } from './types.js';
2
2
  export declare const ImmunizationClaim: {
3
3
  readonly Date: "Immunization.date";
4
4
  readonly Identifier: "Immunization.identifier";
@@ -1,27 +1,27 @@
1
- export * from './types';
2
- export * from './composition-claims';
3
- export * from './communication-claims';
4
- export * from './document-reference-claims';
5
- export * from './diagnostic-report-claims';
6
- export * from './location-claims';
7
- export * from './medication-statement-claims';
8
- export * from './allergy-intolerance-claims';
9
- export * from './condition-claims';
10
- export * from './organization-claims';
11
- export * from './device-use-statement-claims';
12
- export * from './device-claims';
13
- export * from './observation-claims';
14
- export * from './immunization-claims';
15
- export * from './procedure-claims';
16
- export * from './practitioner-role-claims';
17
- export * from './care-plan-claims';
18
- export * from './flag-claims';
19
- export * from './appointment-claims';
20
- export * from './appointment-response-claims';
21
- export * from './encounter-claims';
22
- export * from './related-person-claims';
23
- export * from './research-subject-claims';
24
- export * from './coverage-claims';
25
- export * from './clinical-impression-claims';
26
- export * from './task-claims';
27
- export * from './invoice-claims';
1
+ export * from './types.js';
2
+ export * from './composition-claims.js';
3
+ export * from './communication-claims.js';
4
+ export * from './document-reference-claims.js';
5
+ export * from './diagnostic-report-claims.js';
6
+ export * from './location-claims.js';
7
+ export * from './medication-statement-claims.js';
8
+ export * from './allergy-intolerance-claims.js';
9
+ export * from './condition-claims.js';
10
+ export * from './organization-claims.js';
11
+ export * from './device-use-statement-claims.js';
12
+ export * from './device-claims.js';
13
+ export * from './observation-claims.js';
14
+ export * from './immunization-claims.js';
15
+ export * from './procedure-claims.js';
16
+ export * from './practitioner-role-claims.js';
17
+ export * from './care-plan-claims.js';
18
+ export * from './flag-claims.js';
19
+ export * from './appointment-claims.js';
20
+ export * from './appointment-response-claims.js';
21
+ export * from './encounter-claims.js';
22
+ export * from './related-person-claims.js';
23
+ export * from './research-subject-claims.js';
24
+ export * from './coverage-claims.js';
25
+ export * from './clinical-impression-claims.js';
26
+ export * from './task-claims.js';
27
+ export * from './invoice-claims.js';
@@ -1,4 +1,4 @@
1
- import type { ClaimSpec } from './types';
1
+ import type { ClaimSpec } from './types.js';
2
2
  /**
3
3
  * Canonical flat claim keys for invoice-level business data.
4
4
  *
@@ -1,4 +1,4 @@
1
- import type { ClaimSpec } from './types';
1
+ import type { ClaimSpec } from './types.js';
2
2
  /**
3
3
  * Flat claim keys for `Location`.
4
4
  *
@@ -1,4 +1,4 @@
1
- import type { ClaimSpec } from './types';
1
+ import type { ClaimSpec } from './types.js';
2
2
  /** Canonical FHIR R5 code system for `MedicationStatement.adherence.code`. */
3
3
  export declare const MEDICATION_STATEMENT_ADHERENCE_CODE_SYSTEM: "http://hl7.org/fhir/CodeSystem/medication-statement-adherence";
4
4
  /**
@@ -1,4 +1,4 @@
1
- import type { ClaimSpec } from './types';
1
+ import type { ClaimSpec } from './types.js';
2
2
  /**
3
3
  * Canonical flat claims for a persisted Observation.
4
4
  *
@@ -1,4 +1,4 @@
1
- import type { ClaimSpec } from './types';
1
+ import type { ClaimSpec } from './types.js';
2
2
  /**
3
3
  * Flat claim keys for `Organization`.
4
4
  *
@@ -1,4 +1,4 @@
1
- import type { ClaimSpec } from './types';
1
+ import type { ClaimSpec } from './types.js';
2
2
  /** Canonical claims used to preserve the primary coded PractitionerRole label. */
3
3
  export declare const PractitionerRoleClaim: {
4
4
  readonly Identifier: "PractitionerRole.identifier";
@@ -1,4 +1,4 @@
1
- import type { ClaimSpec } from './types';
1
+ import type { ClaimSpec } from './types.js';
2
2
  export declare const ProcedureClaim: {
3
3
  readonly BasedOn: "Procedure.based-on";
4
4
  readonly BodySite: "Procedure.body-site";
@@ -1,4 +1,4 @@
1
- import type { ClaimSpec } from './types';
1
+ import type { ClaimSpec } from './types.js';
2
2
  export declare const RelatedPersonClaim: {
3
3
  /** Canonical FHIR API identifier search parameter. */
4
4
  readonly Identifier: "RelatedPerson.identifier";
@@ -2,4 +2,4 @@
2
2
  * Canonical interoperable-claims keys used by claims-first payloads.
3
3
  * Keep this separated from strict FHIR resource typings.
4
4
  */
5
- export * from './interoperable-claims/index';
5
+ export * from './interoperable-claims/index.js';
@@ -1,4 +1,4 @@
1
- import { RecordBase } from "./resource-document";
1
+ import { RecordBase } from "./resource-document.js";
2
2
  /**
3
3
  * Represents a resource object in a JSON:API 'included' array.
4
4
  * The type is made "open" with an index signature to allow for additional properties.
@@ -1,4 +1,4 @@
1
- import { JWK } from "./jwk";
1
+ import { JWK } from "./jwk.js";
2
2
  /**
3
3
  * Represents the core components of a JWE (JSON Web Encryption) structure,
4
4
  * based on RFC 7516. This is the standard for encrypted data.
@@ -1,4 +1,4 @@
1
- import { JWK } from './jwk';
1
+ import { JWK } from './jwk.js';
2
2
  /**
3
3
  * Represents the header parameters of a JSON Web Signature (JWS).
4
4
  */
@@ -1,4 +1,4 @@
1
- import { JwsDetachedSignParts } from "./jws";
1
+ import { JwsDetachedSignParts } from "./jws.js";
2
2
  export interface JwtCompactParts extends JwsDetachedSignParts {
3
3
  payload: string;
4
4
  }
@@ -1,5 +1,5 @@
1
- import { AttachmentExternalDLT, CheckDetails, VerifierDLT } from './oidc4ida.common.model';
2
- import { IssuerElectronicRecordDLT } from './oidc4ida.electronicRecord.model';
1
+ import { AttachmentExternalDLT, CheckDetails, VerifierDLT } from './oidc4ida.common.model.js';
2
+ import { IssuerElectronicRecordDLT } from './oidc4ida.electronicRecord.model.js';
3
3
  /** Common for Document and Bill evidences */
4
4
  export interface EvidenceCommonSubElementDLT {
5
5
  method: string;
@@ -1,4 +1,4 @@
1
- import { AttachmentExternalDLT, CheckDetails, VerifierDLT } from './oidc4ida.common.model';
1
+ import { AttachmentExternalDLT, CheckDetails, VerifierDLT } from './oidc4ida.common.model.js';
2
2
  /** OpenID 'electronic_record' evidence sub-element base data
3
3
  * to be extended with 'attachments' and 'record' elements for blockchain or OpenID Evidence of Electronic Record
4
4
  * The electronic health record can be about a VC, SHC, DGC, FHIR Bundle or single resource (e.g.: a single medical record).
@@ -1,5 +1,5 @@
1
- import { EvidenceDocumentDLT } from "./oidc4ida.document.model";
2
- import { EvidenceElectronicRecordDLT } from "./oidc4ida.electronicRecord.model";
1
+ import { EvidenceDocumentDLT } from "./oidc4ida.document.model.js";
2
+ import { EvidenceElectronicRecordDLT } from "./oidc4ida.electronicRecord.model.js";
3
3
  /** W3C Evidence for VCs can be generated by the API from some OpenID evidence stored on blockchain.
4
4
  * See EBSI v2: https://ec.europa.eu/digital-building-blocks/wikis/display/EBSIDOC/Verifiable+Attestation
5
5
  * - id: OPTIONAL. If present, it MUST contain a URL that points to where more information about this instance of evidence can be found (e.g. `urn:example:vc:xyz`).
@@ -3,7 +3,7 @@
3
3
  * with custom extensions for native device information.
4
4
  * @see https://openid.net/specs/openid-connect-registration-1_0.html
5
5
  */
6
- import { JwkSet } from "./jwk";
6
+ import { JwkSet } from "./jwk.js";
7
7
  /**
8
8
  * Represents the information about the physical device being registered.
9
9
  * This is a custom extension to the OpenID DCR standard.
@@ -1,4 +1,4 @@
1
- import { IssueSeverityCode, IssueTypeCode } from './issue';
1
+ import { IssueSeverityCode, IssueTypeCode } from './issue.js';
2
2
  /**
3
3
  * A single detail associated with an operation, based on a simplified FHIR structure.
4
4
  * Renamed from 'Issue' to be more neutral for potential success reporting.
@@ -1,5 +1,5 @@
1
- import type { DeviceBindingStatus } from '../constants/device';
2
- import type { EmployeeActivationGrantVersion, EmployeeDirectoryStatus } from '../constants/employee-lifecycle';
1
+ import type { DeviceBindingStatus } from '../constants/device.js';
2
+ import type { EmployeeActivationGrantVersion, EmployeeDirectoryStatus } from '../constants/employee-lifecycle.js';
3
3
  /** One installation in the controller-facing employee lifecycle projection. */
4
4
  export type OrganizationEmployeeDeviceRecord = Readonly<{
5
5
  clientId: string;
@@ -1,4 +1,4 @@
1
- import type { DataspaceSector } from '../constants/sectors';
1
+ import type { DataspaceSector } from '../constants/sectors.js';
2
2
  /** Lifecycle of one organization-owned, role-bearing licence assignment. */
3
3
  export type OrganizationRoleLicenseStatus = 'active' | 'revoked';
4
4
  /**
@@ -1,4 +1,4 @@
1
- import type { WalletMessagePriority, WalletQueuedMessage } from './wallet';
1
+ import type { WalletMessagePriority, WalletQueuedMessage } from './wallet.js';
2
2
  /**
3
3
  * Minimal local profile descriptor for memory-backed wallet/runtime tests.
4
4
  *
@@ -1 +1 @@
1
- export type { IDecodedDidcommPayload } from './confidential-message';
1
+ export type { IDecodedDidcommPayload } from './confidential-message.js';
@@ -1,4 +1,4 @@
1
- import type { BundleEntry } from './bundle';
1
+ import type { BundleEntry } from './bundle.js';
2
2
  /** Subject categories supported by the neutral identity collection. */
3
3
  export type SubjectKind = 'person' | 'animal' | 'property';
4
4
  /** Semantic resource types stored inside the neutral Subject collection. */
@@ -1,4 +1,4 @@
1
- import { EvidenceObjectDLT } from "./oidc4ida.evidence.model";
1
+ import { EvidenceObjectDLT } from "./oidc4ida.evidence.model.js";
2
2
  /**
3
3
  * Defines the JSON-LD context URI for W3C Verifiable Credentials Data Model v2.0.
4
4
  * This constant MUST be used for all V2 credential creations to ensure consistency.
@@ -1,4 +1,4 @@
1
- import type { JWK } from './jwk';
1
+ import type { JWK } from './jwk.js';
2
2
  /**
3
3
  * Canonical priority levels for wallet-managed outbound messages.
4
4
  *
@@ -1,4 +1,4 @@
1
- import { RecordBase, VaultConfig } from '../models/resource-document';
1
+ import { RecordBase, VaultConfig } from '../models/resource-document.js';
2
2
  export interface VaultQueryCondition {
3
3
  attribute: string;
4
4
  equals?: unknown;
@@ -1,5 +1,5 @@
1
- import { RecordBase } from '../models/resource-document';
2
- import { IVaultRepository, VaultQuery } from './IVaultRepository';
1
+ import { RecordBase } from '../models/resource-document.js';
2
+ import { IVaultRepository, VaultQuery } from './IVaultRepository.js';
3
3
  /**
4
4
  * In-memory implementation of IVaultRepository.
5
5
  *
@@ -1,3 +1,3 @@
1
- export { IVaultRepository, IServerVaultRepository } from './IVaultRepository';
2
- export type { VaultQuery, VaultQueryCondition } from './IVaultRepository';
3
- export { VaultMemRepository } from './VaultMemRepository';
1
+ export { IVaultRepository, IServerVaultRepository } from './IVaultRepository.js';
2
+ export type { VaultQuery, VaultQueryCondition } from './IVaultRepository.js';
3
+ export { VaultMemRepository } from './VaultMemRepository.js';
@@ -1,5 +1,5 @@
1
- import { ControllerBindingInput, DidcommPlaintextTransportMetadata, IdentityBootstrapValidationResult, OrganizationActivationRequest, OrganizationBindingInput } from '../models/identity-bootstrap';
2
- import { JwkSet } from '../models/jwk';
1
+ import { ControllerBindingInput, DidcommPlaintextTransportMetadata, IdentityBootstrapValidationResult, OrganizationActivationRequest, OrganizationBindingInput } from '../models/identity-bootstrap.js';
2
+ import { JwkSet } from '../models/jwk.js';
3
3
  /**
4
4
  * Builder input for the canonical organization/service activation payload.
5
5
  */
@@ -1,4 +1,4 @@
1
- import { ClinicalResourceEntryEditor } from './clinical-resource-entry-editor';
1
+ import { ClinicalResourceEntryEditor } from './clinical-resource-entry-editor.js';
2
2
  /**
3
3
  * Typed editor for one staged AllergyIntolerance resource entry.
4
4
  *
@@ -16,10 +16,15 @@ export declare class AllergyIntoleranceEntryEditor extends ClinicalResourceEntry
16
16
  setSubject(subject?: string | null): this;
17
17
  /** Reads the subject/patient reference for the allergy entry. */
18
18
  getSubject(): string | undefined;
19
- /** Writes the coded allergy substance. */
19
+ /** Writes the allergy code from `code`, `system|code`, or separate `system, code` arguments. */
20
20
  setCode(code?: string | null): this;
21
- /** Reads the coded allergy substance. */
21
+ setCode(codeSystem: string, codeValue: string): this;
22
+ /** Reads only the allergy code value. */
22
23
  getCode(): string | undefined;
24
+ setCodeSystem(system?: string | null): this;
25
+ getCodeSystem(): string | undefined;
26
+ setSystemAndCode(system?: string | null, code?: string | null): this;
27
+ getSystemAndCode(): string | undefined;
23
28
  /** Writes the local-language allergy name projected to FHIR `code.text`. */
24
29
  setCodeTextLocal(text?: string | null): this;
25
30
  /** Reads the local-language allergy name. */
@@ -19,10 +19,13 @@ export class AllergyIntoleranceEntryEditor extends ClinicalResourceEntryEditor {
19
19
  setSubject(subject) { return this.setSubjectClaims(AllergyIntoleranceClaim.Subject, AllergyIntoleranceClaim.Patient, subject); }
20
20
  /** Reads the subject/patient reference for the allergy entry. */
21
21
  getSubject() { return this.getSubjectClaims(AllergyIntoleranceClaim.Subject, AllergyIntoleranceClaim.Patient); }
22
- /** Writes the coded allergy substance. */
23
- setCode(code) { return this.setScalarClaim(AllergyIntoleranceClaim.Code, code); }
24
- /** Reads the coded allergy substance. */
25
- getCode() { return this.getScalarClaim(AllergyIntoleranceClaim.Code); }
22
+ setCode(codeOrSystem, codeValue) { return this.setCodingTokenCode(AllergyIntoleranceClaim.Code, codeOrSystem, codeValue); }
23
+ /** Reads only the allergy code value. */
24
+ getCode() { return this.getCodingTokenCode(AllergyIntoleranceClaim.Code); }
25
+ setCodeSystem(system) { return this.setCodingTokenSystem(AllergyIntoleranceClaim.Code, system); }
26
+ getCodeSystem() { return this.getCodingTokenSystem(AllergyIntoleranceClaim.Code); }
27
+ setSystemAndCode(system, code) { return this.setCodingTokenSystemAndCode(AllergyIntoleranceClaim.Code, system, code); }
28
+ getSystemAndCode() { return this.getCodingTokenSystemAndCode(AllergyIntoleranceClaim.Code); }
26
29
  /** Writes the local-language allergy name projected to FHIR `code.text`. */
27
30
  setCodeTextLocal(text) { return this.setScalarClaim(AllergyIntoleranceClaim.CodeText, text); }
28
31
  /** Reads the local-language allergy name. */
@@ -1,4 +1,4 @@
1
- import type { AuthorityCatalogRecord, AuthorityResolution, AuthorityResolutionInput } from '../models/authority-resolution';
1
+ import type { AuthorityCatalogRecord, AuthorityResolution, AuthorityResolutionInput } from '../models/authority-resolution.js';
2
2
  /**
3
3
  * Builds one authority/root `did:web` from a bare host authority or URL.
4
4
  *
@@ -1,7 +1,7 @@
1
- import type { IWallet } from '../interfaces/IWallet';
2
- import type { IProfileOutboxRepository } from '../interfaces/IProfileOutboxRepository';
3
- import type { BackendMessageResponseRecord, BackendMessageTransport, ProfileOutboxMessageRecord, QueueProfileMessageInput } from '../models/profile-manager';
4
- import { type WalletQueuedMessage } from '../models/wallet';
1
+ import type { IWallet } from '../interfaces/IWallet.js';
2
+ import type { IProfileOutboxRepository } from '../interfaces/IProfileOutboxRepository.js';
3
+ import type { BackendMessageResponseRecord, BackendMessageTransport, ProfileOutboxMessageRecord, QueueProfileMessageInput } from '../models/profile-manager.js';
4
+ import { type WalletQueuedMessage } from '../models/wallet.js';
5
5
  export type BackendMessageManagerMemOptions = Readonly<{
6
6
  wallet: IWallet;
7
7
  entityId: string;
@@ -1,4 +1,4 @@
1
- import type { IDecodedDidcommPayload } from '../models/confidential-message';
1
+ import type { IDecodedDidcommPayload } from '../models/confidential-message.js';
2
2
  export declare const BundleDidcommEntryTypes: Readonly<{
3
3
  readonly Batch: "Bundle-batch-request-v1.0";
4
4
  readonly Document: "Bundle-document-request-v1.0";
@@ -1,4 +1,4 @@
1
- import { type FhirResource } from './clinical-resource-converters';
1
+ import { type FhirResource } from './clinical-resource-converters.js';
2
2
  export type BundleDocumentClaims = Readonly<Record<string, unknown>>;
3
3
  export type BuildBundleDocumentFromClaimsInput = Readonly<{
4
4
  claimsList: readonly BundleDocumentClaims[];