gdc-common-utils-ts 2.9.13 → 2.9.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/AesManager.d.ts +1 -1
- package/dist/CryptographyService.d.ts +6 -6
- package/dist/claims/index.d.ts +24 -24
- package/dist/constants/cryptography.d.ts +1 -1
- package/dist/constants/healthcare.d.ts +3 -3
- package/dist/constants/identity-identifiers.d.ts +3 -1
- package/dist/constants/identity-identifiers.js +3 -1
- package/dist/constants/index.d.ts +40 -40
- package/dist/constants/individual-sections.d.ts +12 -12
- package/dist/constants/kyc-gender.d.ts +1 -1
- package/dist/constants/schemaorg.d.ts +1 -1
- package/dist/constants/vital-signs.d.ts +2 -2
- package/dist/convert/convert-allergy-intolerance.d.ts +1 -1
- package/dist/convert/convert-appointment-response.d.ts +1 -1
- package/dist/convert/convert-appointment.d.ts +1 -1
- package/dist/convert/convert-care-plan.d.ts +1 -1
- package/dist/convert/convert-clinical-impression.d.ts +1 -1
- package/dist/convert/convert-composition.d.ts +1 -1
- package/dist/convert/convert-condition.d.ts +1 -1
- package/dist/convert/convert-consent.d.ts +1 -1
- package/dist/convert/convert-coverage.d.ts +1 -1
- package/dist/convert/convert-device-use-statement.d.ts +1 -1
- package/dist/convert/convert-device.d.ts +1 -1
- package/dist/convert/convert-diagnostic-report.d.ts +1 -1
- package/dist/convert/convert-document-reference.d.ts +1 -1
- package/dist/convert/convert-encounter.d.ts +1 -1
- package/dist/convert/convert-flag.d.ts +1 -1
- package/dist/convert/convert-immunization.d.ts +1 -1
- package/dist/convert/convert-location.d.ts +1 -1
- package/dist/convert/convert-medication-statement.d.ts +1 -1
- package/dist/convert/convert-observation.d.ts +1 -1
- package/dist/convert/convert-organization.d.ts +1 -1
- package/dist/convert/convert-practitioner-role.d.ts +1 -1
- package/dist/convert/convert-procedure.d.ts +1 -1
- package/dist/convert/convert-related-person.d.ts +1 -1
- package/dist/convert/index.d.ts +25 -25
- package/dist/convert/schemaorg-to-gaia-x.d.ts +3 -3
- package/dist/examples/api-flow-examples.d.ts +8 -8
- package/dist/examples/communication-attached-bundle-session.d.ts +2 -2
- package/dist/examples/communication-bundle-document-request.d.ts +1 -1
- package/dist/examples/communication-didcomm-payload.d.ts +1 -1
- package/dist/examples/consent-access.d.ts +2 -2
- package/dist/examples/contract-examples.d.ts +9 -9
- package/dist/examples/dataspace-discovery.d.ts +1 -1
- package/dist/examples/didcomm-identity.d.ts +1 -1
- package/dist/examples/ica-verify-response.d.ts +1 -1
- package/dist/examples/index.d.ts +35 -35
- package/dist/examples/individual-controller.d.ts +1 -1
- package/dist/examples/inter-tenant-access-contract.d.ts +1 -1
- package/dist/examples/invoice.d.ts +2 -2
- package/dist/examples/ips-bundle.d.ts +2 -2
- package/dist/examples/legal-organization-verification-transaction.d.ts +1 -1
- package/dist/examples/lifecycle.d.ts +4 -4
- package/dist/examples/organization-did-binding.d.ts +1 -1
- package/dist/examples/organization-role-license.d.ts +3 -3
- package/dist/examples/related-person.d.ts +6 -6
- package/dist/examples/relationship-access.d.ts +1 -1
- package/dist/examples/shared.d.ts +2 -2
- package/dist/examples/subject-identity-binding.d.ts +1 -1
- package/dist/examples/vital-signs.d.ts +2 -2
- package/dist/index.d.ts +13 -13
- package/dist/interfaces/ICryptography.d.ts +4 -4
- package/dist/interfaces/IProfileOutboxRepository.d.ts +1 -1
- package/dist/interfaces/IWallet.d.ts +2 -2
- package/dist/interfaces/IWalletQueue.d.ts +1 -1
- package/dist/interfaces/index.d.ts +8 -8
- package/dist/models/actor-session.d.ts +1 -1
- package/dist/models/bundle-editor-types.d.ts +22 -22
- package/dist/models/bundle.d.ts +1 -1
- package/dist/models/clinical-sections.d.ts +1 -1
- package/dist/models/comm.d.ts +1 -1
- package/dist/models/communication-attached-bundle-session.d.ts +2 -2
- package/dist/models/confidential-job.d.ts +3 -3
- package/dist/models/confidential-message.d.ts +3 -3
- package/dist/models/confidential-storage.d.ts +1 -1
- package/dist/models/crypto.d.ts +1 -1
- package/dist/models/dataspace-discovery-defaults.d.ts +2 -2
- package/dist/models/device-license.d.ts +1 -1
- package/dist/models/did.d.ts +5 -5
- package/dist/models/gaia-x.d.ts +2 -2
- package/dist/models/identity-bootstrap.d.ts +4 -4
- package/dist/models/index.d.ts +62 -62
- package/dist/models/indexing.d.ts +2 -2
- package/dist/models/individual-onboarding.d.ts +5 -5
- package/dist/models/interoperable-claims/allergy-intolerance-claims.d.ts +1 -1
- package/dist/models/interoperable-claims/care-plan-claims.d.ts +1 -1
- package/dist/models/interoperable-claims/clinical-impression-claims.d.ts +1 -1
- package/dist/models/interoperable-claims/condition-claims.d.ts +1 -1
- package/dist/models/interoperable-claims/coverage-claims.d.ts +1 -1
- package/dist/models/interoperable-claims/device-claims.d.ts +1 -1
- package/dist/models/interoperable-claims/device-use-statement-claims.d.ts +1 -1
- package/dist/models/interoperable-claims/diagnostic-report-claims.d.ts +1 -1
- package/dist/models/interoperable-claims/document-reference-claims.d.ts +1 -1
- package/dist/models/interoperable-claims/encounter-claims.d.ts +1 -1
- package/dist/models/interoperable-claims/flag-claims.d.ts +1 -1
- package/dist/models/interoperable-claims/immunization-claims.d.ts +1 -1
- package/dist/models/interoperable-claims/index.d.ts +27 -27
- package/dist/models/interoperable-claims/invoice-claims.d.ts +1 -1
- package/dist/models/interoperable-claims/location-claims.d.ts +1 -1
- package/dist/models/interoperable-claims/medication-statement-claims.d.ts +1 -1
- package/dist/models/interoperable-claims/observation-claims.d.ts +1 -1
- package/dist/models/interoperable-claims/organization-claims.d.ts +1 -1
- package/dist/models/interoperable-claims/practitioner-role-claims.d.ts +1 -1
- package/dist/models/interoperable-claims/procedure-claims.d.ts +1 -1
- package/dist/models/interoperable-claims/related-person-claims.d.ts +1 -1
- package/dist/models/interoperable-claims.d.ts +1 -1
- package/dist/models/jsonapi.d.ts +1 -1
- package/dist/models/jwe.d.ts +1 -1
- package/dist/models/jws.d.ts +1 -1
- package/dist/models/jwt.d.ts +1 -1
- package/dist/models/oidc4ida.document.model.d.ts +2 -2
- package/dist/models/oidc4ida.electronicRecord.model.d.ts +1 -1
- package/dist/models/oidc4ida.evidence.model.d.ts +2 -2
- package/dist/models/openid-device.d.ts +1 -1
- package/dist/models/operation-outcome.d.ts +1 -1
- package/dist/models/organization-employee-lifecycle.d.ts +2 -2
- package/dist/models/organization-role-license.d.ts +1 -1
- package/dist/models/profile-manager.d.ts +1 -1
- package/dist/models/response.d.ts +1 -1
- package/dist/models/subject-identity.d.ts +1 -1
- package/dist/models/verifiable-credential.d.ts +1 -1
- package/dist/models/wallet.d.ts +1 -1
- package/dist/storage/IVaultRepository.d.ts +1 -1
- package/dist/storage/VaultMemRepository.d.ts +2 -2
- package/dist/storage/index.d.ts +3 -3
- package/dist/utils/activation-request.d.ts +2 -2
- package/dist/utils/allergy-intolerance-entry-editor.d.ts +1 -1
- package/dist/utils/authority-resolution.d.ts +1 -1
- package/dist/utils/backend-message-manager-mem.d.ts +4 -4
- package/dist/utils/bundle-didcomm-payload.d.ts +1 -1
- package/dist/utils/bundle-document-builder.d.ts +1 -1
- package/dist/utils/bundle-editor-core.d.ts +5 -5
- package/dist/utils/bundle-editor-helpers.d.ts +2 -2
- package/dist/utils/bundle-editor-registry.d.ts +2 -2
- package/dist/utils/bundle-editor.d.ts +23 -23
- package/dist/utils/bundle-entry-editor.d.ts +22 -22
- package/dist/utils/bundle-reader.d.ts +2 -2
- package/dist/utils/bundle-reader.js +7 -1
- package/dist/utils/care-plan-entry-editor.d.ts +1 -1
- package/dist/utils/clinical-impression-entry-editor.d.ts +1 -1
- package/dist/utils/clinical-resource-converters.d.ts +49 -49
- package/dist/utils/clinical-resource-entry-editor.d.ts +2 -2
- package/dist/utils/communication-attached-bundle-session-helpers.d.ts +3 -3
- package/dist/utils/communication-attached-bundle-session.d.ts +6 -6
- package/dist/utils/communication-bundle-document-request.d.ts +3 -3
- package/dist/utils/communication-consent-access-editor.d.ts +5 -5
- package/dist/utils/communication-didcomm-payload.d.ts +1 -1
- package/dist/utils/communication-document-reference.d.ts +1 -1
- package/dist/utils/communication-editor.d.ts +6 -6
- package/dist/utils/communication-fhir-r4.d.ts +1 -1
- package/dist/utils/communication-identity.d.ts +5 -5
- package/dist/utils/communication-participant-search-test-data.d.ts +1 -1
- package/dist/utils/condition-entry-editor.d.ts +1 -1
- package/dist/utils/confidential-storage-persistence.d.ts +1 -1
- package/dist/utils/confidential-storage-test-data.d.ts +1 -1
- package/dist/utils/connected-device-fhir-r4.d.ts +1 -1
- package/dist/utils/consent-entry-editor.d.ts +2 -2
- package/dist/utils/content.d.ts +4 -4
- package/dist/utils/coverage-entry-editor.d.ts +1 -1
- package/dist/utils/dataspace-discovery-defaults.d.ts +2 -2
- package/dist/utils/dataspace-discovery.d.ts +1 -1
- package/dist/utils/dataspace-protocol.d.ts +2 -2
- package/dist/utils/deterministic-jwk.d.ts +1 -1
- package/dist/utils/device-entry-editor.d.ts +1 -1
- package/dist/utils/device-use-statement-entry-editor.d.ts +1 -1
- package/dist/utils/diagnostic-report-entry-editor.d.ts +1 -1
- package/dist/utils/did-resolution.d.ts +2 -2
- package/dist/utils/did-resolution.js +5 -3
- package/dist/utils/did.d.ts +5 -5
- package/dist/utils/did.js +4 -4
- package/dist/utils/didcomm-submit.d.ts +1 -1
- package/dist/utils/didcomm.d.ts +2 -2
- package/dist/utils/discovery-normalization.d.ts +1 -1
- package/dist/utils/document-reference-entry-editor.d.ts +1 -1
- package/dist/utils/employee-entry-editor.d.ts +1 -1
- package/dist/utils/employee.d.ts +1 -1
- package/dist/utils/encounter-entry-editor.d.ts +1 -1
- package/dist/utils/fhir-search.d.ts +1 -1
- package/dist/utils/fhir-validator.d.ts +1 -1
- package/dist/utils/flag-entry-editor.d.ts +1 -1
- package/dist/utils/gw-core-commercial-contract.d.ts +1 -1
- package/dist/utils/gw-core-path.d.ts +1 -1
- package/dist/utils/immunization-entry-editor.d.ts +1 -1
- package/dist/utils/index.d.ts +125 -125
- package/dist/utils/individual-bundle-vault.d.ts +4 -4
- package/dist/utils/individual-form-pdf.d.ts +1 -1
- package/dist/utils/individual-onboarding-acceptance-credential.d.ts +1 -1
- package/dist/utils/individual-onboarding-document-reference.d.ts +1 -1
- package/dist/utils/individual-onboarding-editor.d.ts +1 -1
- package/dist/utils/individual-organization-claims.d.ts +1 -1
- package/dist/utils/individual-organization-kyc.d.ts +2 -2
- package/dist/utils/inter-tenant-access-contract.d.ts +2 -2
- package/dist/utils/interoperable-resource-operation.d.ts +2 -2
- package/dist/utils/invoice-bundle.d.ts +1 -1
- package/dist/utils/jwk-thumbprint.d.ts +1 -1
- package/dist/utils/jwt-signer.d.ts +3 -3
- package/dist/utils/jwt.d.ts +1 -1
- package/dist/utils/legal-organization-onboarding-editor.d.ts +2 -2
- package/dist/utils/legal-organization-onboarding.d.ts +2 -2
- package/dist/utils/legal-organization-verification-transaction.d.ts +3 -3
- package/dist/utils/license-commercial-search.d.ts +2 -2
- package/dist/utils/license-list-search.d.ts +1 -1
- package/dist/utils/license-offer-order.d.ts +1 -1
- package/dist/utils/license.d.ts +2 -2
- package/dist/utils/lifecycle-result-reader.d.ts +1 -1
- package/dist/utils/manager-error.d.ts +1 -1
- package/dist/utils/medication-claim-helpers.d.ts +1 -1
- package/dist/utils/medication-statement-entry-editor.d.ts +1 -1
- package/dist/utils/observation-component-entry-editor.d.ts +2 -2
- package/dist/utils/observation-entry-editor.d.ts +1 -1
- package/dist/utils/organization-authorization-urn.d.ts +1 -1
- package/dist/utils/organization-did-binding.d.ts +1 -1
- package/dist/utils/organization-employee-lifecycle.d.ts +1 -1
- package/dist/utils/organization-role-license.d.ts +1 -1
- package/dist/utils/organization-test-network-credential.d.ts +1 -1
- package/dist/utils/procedure-entry-editor.d.ts +1 -1
- package/dist/utils/profile-manager-mem.d.ts +5 -5
- package/dist/utils/profile-outbox-memory-repository.d.ts +2 -2
- package/dist/utils/related-person-entry-editor.d.ts +1 -1
- package/dist/utils/smart-authorization-profile.d.ts +1 -1
- package/dist/utils/smart-scope.d.ts +2 -2
- package/dist/utils/subject-identity-binding.d.ts +2 -2
- package/dist/utils/subject-identity.d.ts +3 -3
- package/dist/utils/test-network-organization-credentials.d.ts +1 -1
- package/dist/utils/vital-sign-day-batch.d.ts +1 -1
- package/dist/utils/vital-sign-entry-editor.d.ts +2 -2
- package/dist/utils/vp-token.d.ts +1 -1
- package/dist/utils/wallet-mem.d.ts +6 -6
- package/dist/utils/wallet-memory-queue.d.ts +3 -3
- package/package.json +2 -2
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* - Keep this file focused on one typed editor surface.
|
|
6
6
|
* - Move shared helpers to reusable helper/base modules instead of duplicating logic here.
|
|
7
7
|
*/
|
|
8
|
-
import { ClinicalResourceEntryEditor } from './clinical-resource-entry-editor';
|
|
8
|
+
import { ClinicalResourceEntryEditor } from './clinical-resource-entry-editor.js';
|
|
9
9
|
/**
|
|
10
10
|
* Typed editor for one staged DocumentReference resource entry.
|
|
11
11
|
*
|
package/dist/utils/employee.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { SearchParameterPrimitive, SearchRequestEncoding } from './fhir-search';
|
|
1
|
+
import { SearchParameterPrimitive, SearchRequestEncoding } from './fhir-search.js';
|
|
2
2
|
export type EmployeeClaims = Record<string, unknown>;
|
|
3
3
|
export type EmployeeSearchValue = SearchParameterPrimitive;
|
|
4
4
|
export type EmployeeDraftInput = Readonly<{
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ParameterData } from '../models/params';
|
|
1
|
+
import { ParameterData } from '../models/params.js';
|
|
2
2
|
export type SearchParameterPrimitive = string | number | boolean | readonly (string | number | boolean)[];
|
|
3
3
|
export type SearchRequestEncoding = 'get-query' | 'post-parameters';
|
|
4
4
|
/**
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { type IssueSeverityAttentionCode, type IssueTypeCode } from '../models/issue';
|
|
1
|
+
import { type IssueSeverityAttentionCode, type IssueTypeCode } from '../models/issue.js';
|
|
2
2
|
export type FhirVersion = 'r4' | 'r5' | string;
|
|
3
3
|
export type FhirValidationIssue = {
|
|
4
4
|
severity: IssueSeverityAttentionCode;
|
package/dist/utils/index.d.ts
CHANGED
|
@@ -1,125 +1,125 @@
|
|
|
1
|
-
export * from './actor';
|
|
2
|
-
export * from './authority-resolution';
|
|
3
|
-
export * from './activation-policy';
|
|
4
|
-
export * from './base-convert';
|
|
5
|
-
export * from './baseN';
|
|
6
|
-
export * from './bundle';
|
|
7
|
-
export * from './bundle-editor';
|
|
8
|
-
export * from './bundle-reader';
|
|
9
|
-
export * from './bundle-query';
|
|
10
|
-
export * from '../claims';
|
|
11
|
-
export * from './content';
|
|
12
|
-
export * from '../convert';
|
|
13
|
-
export * from './bundle-document-builder';
|
|
14
|
-
export * from './consent';
|
|
15
|
-
export * from './consent-lifecycle-result-reader';
|
|
16
|
-
export * from './consent-blockchain-rules';
|
|
17
|
-
export * from './consent-duplicate-rules';
|
|
18
|
-
export * from './did';
|
|
19
|
-
export * from './did-resolution';
|
|
20
|
-
export * from './dataspace-discovery';
|
|
21
|
-
export * from './dataspace-discovery-defaults';
|
|
22
|
-
export * from './dataspace-protocol';
|
|
23
|
-
export * from './deterministic-jwk';
|
|
24
|
-
export * from './deterministic-seed-key';
|
|
25
|
-
export * from './dataspace-membership-scope';
|
|
26
|
-
export * from './employee';
|
|
27
|
-
export * from './evidence-blockchain-references';
|
|
28
|
-
export * from './didcomm';
|
|
29
|
-
export * from './didcomm-submit';
|
|
30
|
-
export * from './didcomm-submit-policy';
|
|
31
|
-
export * from './discovery-normalization';
|
|
32
|
-
export * from './format-converter';
|
|
33
|
-
export * from './fhir-cid';
|
|
34
|
-
export * from './fhir-search';
|
|
35
|
-
export * from './fhir-ips-creator-identity';
|
|
36
|
-
export * from './family-organization-summary';
|
|
37
|
-
export * from './gw-core-path';
|
|
38
|
-
export * from './gw-core-commercial-contract';
|
|
39
|
-
export * from './legal-organization-verification-result';
|
|
40
|
-
export * from './communication-fhir-r4';
|
|
41
|
-
export * from './communication-editor';
|
|
42
|
-
export * from './communication-document-reference';
|
|
43
|
-
export * from './communication-bundle-document-request';
|
|
44
|
-
export * from './communication-identity';
|
|
45
|
-
export * from './communication-search-editor';
|
|
46
|
-
export * from './communication-participant-search';
|
|
47
|
-
export * from './communication-participant-search-test-data';
|
|
48
|
-
export * from './communication-retention-policy';
|
|
49
|
-
export * from './communication-attached-bundle-session';
|
|
50
|
-
export * from './communication-consent-access-editor';
|
|
51
|
-
export * from './bundle-didcomm-payload';
|
|
52
|
-
export * from './communication-didcomm-payload';
|
|
53
|
-
export * from './confidential-storage-persistence';
|
|
54
|
-
export * from './confidential-storage-test-data';
|
|
55
|
-
export * from './confidential-document-provenance';
|
|
56
|
-
export * from './permission-templates';
|
|
57
|
-
export * from './client-assertion';
|
|
58
|
-
export * from './professional-smart';
|
|
59
|
-
export * from './related-person-list';
|
|
60
|
-
export * from './clinical-resource-converters';
|
|
61
|
-
export * from './clinical-bundle-summary';
|
|
62
|
-
export * from './clinical-resource-view';
|
|
63
|
-
export * from './clinical-resource-replacement';
|
|
64
|
-
export * from './fhir-validator';
|
|
65
|
-
export * from './family-registration-test-data';
|
|
66
|
-
export * from './individual-form-pdf';
|
|
67
|
-
export * from './individual-identifier';
|
|
68
|
-
export * from './individual-smart';
|
|
69
|
-
export * from './individual-organization-claims';
|
|
70
|
-
export * from './inter-tenant-access-contract';
|
|
71
|
-
export * from './legal-organization-onboarding-editor';
|
|
72
|
-
export * from './organization-lifecycle';
|
|
73
|
-
export * from './organization-employee-lifecycle';
|
|
74
|
-
export * from './organization-did-binding';
|
|
75
|
-
export * from './organization-authorization-urn';
|
|
76
|
-
export * from './individual-organization-lifecycle';
|
|
77
|
-
export * from './individual-onboarding-editor';
|
|
78
|
-
export * from './individual-onboarding-acceptance-credential';
|
|
79
|
-
export * from './individual-onboarding-document-reference';
|
|
80
|
-
export * from './individual-organization-kyc';
|
|
81
|
-
export * from './individual-bundle-vault';
|
|
82
|
-
export * from './invoice-bundle';
|
|
83
|
-
export * from './ips-bundle-claims';
|
|
84
|
-
export * from './interoperable-resource-operation';
|
|
85
|
-
export * from './jwt';
|
|
86
|
-
export * from './jwt-signer';
|
|
87
|
-
export * from './jwk-thumbprint';
|
|
88
|
-
export * from './legal-organization-onboarding';
|
|
89
|
-
export * from './legal-organization-verification-transaction';
|
|
90
|
-
export * from './organization-test-network-credential';
|
|
91
|
-
export * from './test-network-organization-credentials';
|
|
92
|
-
export * from './local-terminology-provider';
|
|
93
|
-
export * from './license';
|
|
94
|
-
export * from './organization-role-license';
|
|
95
|
-
export * from './license-commercial-search';
|
|
96
|
-
export * from './license-list-search';
|
|
97
|
-
export * from './license-offer-order';
|
|
98
|
-
export * from './lifecycle-result-reader';
|
|
99
|
-
export * from './manager-error';
|
|
100
|
-
export * from './multibase58';
|
|
101
|
-
export * from './multibasehash';
|
|
102
|
-
export * from './multiformat-profile';
|
|
103
|
-
export * from './normalize';
|
|
104
|
-
export * from './object-convert';
|
|
105
|
-
export * from './normalize-uuid';
|
|
106
|
-
export * from './object-sanitize';
|
|
107
|
-
export * from './unified-health-id';
|
|
108
|
-
export * from './permission-templates';
|
|
109
|
-
export * from './smart-scope';
|
|
110
|
-
export * from './smart-authorization-profile';
|
|
111
|
-
export * from './service-act-reasons';
|
|
112
|
-
export * from './same-as';
|
|
113
|
-
export * from './subject-identity';
|
|
114
|
-
export * from './connected-device-fhir-r4';
|
|
115
|
-
export * from './subject-identity-binding';
|
|
116
|
-
export * from './activation-request';
|
|
117
|
-
export * from './actor-identifier';
|
|
118
|
-
export * from './vp-token';
|
|
119
|
-
export * from './vital-sign-day-batch';
|
|
120
|
-
export * from './wallet-mem';
|
|
121
|
-
export * from './wallet-memory-queue';
|
|
122
|
-
export * from './profile-outbox-memory-repository';
|
|
123
|
-
export * from './backend-message-manager-mem';
|
|
124
|
-
export * from './profile-manager-mem';
|
|
125
|
-
export * from './break-glass-policy';
|
|
1
|
+
export * from './actor.js';
|
|
2
|
+
export * from './authority-resolution.js';
|
|
3
|
+
export * from './activation-policy.js';
|
|
4
|
+
export * from './base-convert.js';
|
|
5
|
+
export * from './baseN.js';
|
|
6
|
+
export * from './bundle.js';
|
|
7
|
+
export * from './bundle-editor.js';
|
|
8
|
+
export * from './bundle-reader.js';
|
|
9
|
+
export * from './bundle-query.js';
|
|
10
|
+
export * from '../claims/index.js';
|
|
11
|
+
export * from './content.js';
|
|
12
|
+
export * from '../convert/index.js';
|
|
13
|
+
export * from './bundle-document-builder.js';
|
|
14
|
+
export * from './consent.js';
|
|
15
|
+
export * from './consent-lifecycle-result-reader.js';
|
|
16
|
+
export * from './consent-blockchain-rules.js';
|
|
17
|
+
export * from './consent-duplicate-rules.js';
|
|
18
|
+
export * from './did.js';
|
|
19
|
+
export * from './did-resolution.js';
|
|
20
|
+
export * from './dataspace-discovery.js';
|
|
21
|
+
export * from './dataspace-discovery-defaults.js';
|
|
22
|
+
export * from './dataspace-protocol.js';
|
|
23
|
+
export * from './deterministic-jwk.js';
|
|
24
|
+
export * from './deterministic-seed-key.js';
|
|
25
|
+
export * from './dataspace-membership-scope.js';
|
|
26
|
+
export * from './employee.js';
|
|
27
|
+
export * from './evidence-blockchain-references.js';
|
|
28
|
+
export * from './didcomm.js';
|
|
29
|
+
export * from './didcomm-submit.js';
|
|
30
|
+
export * from './didcomm-submit-policy.js';
|
|
31
|
+
export * from './discovery-normalization.js';
|
|
32
|
+
export * from './format-converter.js';
|
|
33
|
+
export * from './fhir-cid.js';
|
|
34
|
+
export * from './fhir-search.js';
|
|
35
|
+
export * from './fhir-ips-creator-identity.js';
|
|
36
|
+
export * from './family-organization-summary.js';
|
|
37
|
+
export * from './gw-core-path.js';
|
|
38
|
+
export * from './gw-core-commercial-contract.js';
|
|
39
|
+
export * from './legal-organization-verification-result.js';
|
|
40
|
+
export * from './communication-fhir-r4.js';
|
|
41
|
+
export * from './communication-editor.js';
|
|
42
|
+
export * from './communication-document-reference.js';
|
|
43
|
+
export * from './communication-bundle-document-request.js';
|
|
44
|
+
export * from './communication-identity.js';
|
|
45
|
+
export * from './communication-search-editor.js';
|
|
46
|
+
export * from './communication-participant-search.js';
|
|
47
|
+
export * from './communication-participant-search-test-data.js';
|
|
48
|
+
export * from './communication-retention-policy.js';
|
|
49
|
+
export * from './communication-attached-bundle-session.js';
|
|
50
|
+
export * from './communication-consent-access-editor.js';
|
|
51
|
+
export * from './bundle-didcomm-payload.js';
|
|
52
|
+
export * from './communication-didcomm-payload.js';
|
|
53
|
+
export * from './confidential-storage-persistence.js';
|
|
54
|
+
export * from './confidential-storage-test-data.js';
|
|
55
|
+
export * from './confidential-document-provenance.js';
|
|
56
|
+
export * from './permission-templates.js';
|
|
57
|
+
export * from './client-assertion.js';
|
|
58
|
+
export * from './professional-smart.js';
|
|
59
|
+
export * from './related-person-list.js';
|
|
60
|
+
export * from './clinical-resource-converters.js';
|
|
61
|
+
export * from './clinical-bundle-summary.js';
|
|
62
|
+
export * from './clinical-resource-view.js';
|
|
63
|
+
export * from './clinical-resource-replacement.js';
|
|
64
|
+
export * from './fhir-validator.js';
|
|
65
|
+
export * from './family-registration-test-data.js';
|
|
66
|
+
export * from './individual-form-pdf.js';
|
|
67
|
+
export * from './individual-identifier.js';
|
|
68
|
+
export * from './individual-smart.js';
|
|
69
|
+
export * from './individual-organization-claims.js';
|
|
70
|
+
export * from './inter-tenant-access-contract.js';
|
|
71
|
+
export * from './legal-organization-onboarding-editor.js';
|
|
72
|
+
export * from './organization-lifecycle.js';
|
|
73
|
+
export * from './organization-employee-lifecycle.js';
|
|
74
|
+
export * from './organization-did-binding.js';
|
|
75
|
+
export * from './organization-authorization-urn.js';
|
|
76
|
+
export * from './individual-organization-lifecycle.js';
|
|
77
|
+
export * from './individual-onboarding-editor.js';
|
|
78
|
+
export * from './individual-onboarding-acceptance-credential.js';
|
|
79
|
+
export * from './individual-onboarding-document-reference.js';
|
|
80
|
+
export * from './individual-organization-kyc.js';
|
|
81
|
+
export * from './individual-bundle-vault.js';
|
|
82
|
+
export * from './invoice-bundle.js';
|
|
83
|
+
export * from './ips-bundle-claims.js';
|
|
84
|
+
export * from './interoperable-resource-operation.js';
|
|
85
|
+
export * from './jwt.js';
|
|
86
|
+
export * from './jwt-signer.js';
|
|
87
|
+
export * from './jwk-thumbprint.js';
|
|
88
|
+
export * from './legal-organization-onboarding.js';
|
|
89
|
+
export * from './legal-organization-verification-transaction.js';
|
|
90
|
+
export * from './organization-test-network-credential.js';
|
|
91
|
+
export * from './test-network-organization-credentials.js';
|
|
92
|
+
export * from './local-terminology-provider.js';
|
|
93
|
+
export * from './license.js';
|
|
94
|
+
export * from './organization-role-license.js';
|
|
95
|
+
export * from './license-commercial-search.js';
|
|
96
|
+
export * from './license-list-search.js';
|
|
97
|
+
export * from './license-offer-order.js';
|
|
98
|
+
export * from './lifecycle-result-reader.js';
|
|
99
|
+
export * from './manager-error.js';
|
|
100
|
+
export * from './multibase58.js';
|
|
101
|
+
export * from './multibasehash.js';
|
|
102
|
+
export * from './multiformat-profile.js';
|
|
103
|
+
export * from './normalize.js';
|
|
104
|
+
export * from './object-convert.js';
|
|
105
|
+
export * from './normalize-uuid.js';
|
|
106
|
+
export * from './object-sanitize.js';
|
|
107
|
+
export * from './unified-health-id.js';
|
|
108
|
+
export * from './permission-templates.js';
|
|
109
|
+
export * from './smart-scope.js';
|
|
110
|
+
export * from './smart-authorization-profile.js';
|
|
111
|
+
export * from './service-act-reasons.js';
|
|
112
|
+
export * from './same-as.js';
|
|
113
|
+
export * from './subject-identity.js';
|
|
114
|
+
export * from './connected-device-fhir-r4.js';
|
|
115
|
+
export * from './subject-identity-binding.js';
|
|
116
|
+
export * from './activation-request.js';
|
|
117
|
+
export * from './actor-identifier.js';
|
|
118
|
+
export * from './vp-token.js';
|
|
119
|
+
export * from './vital-sign-day-batch.js';
|
|
120
|
+
export * from './wallet-mem.js';
|
|
121
|
+
export * from './wallet-memory-queue.js';
|
|
122
|
+
export * from './profile-outbox-memory-repository.js';
|
|
123
|
+
export * from './backend-message-manager-mem.js';
|
|
124
|
+
export * from './profile-manager-mem.js';
|
|
125
|
+
export * from './break-glass-policy.js';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { type IndividualSectionDescriptor } from '../constants/individual-sections';
|
|
2
|
-
import { type CodingDescriptor } from '../constants/vital-signs';
|
|
3
|
-
import type { IVaultRepository } from '../storage/IVaultRepository';
|
|
4
|
-
import { CommunicationAttachedBundleSession } from './communication-attached-bundle-session';
|
|
1
|
+
import { type IndividualSectionDescriptor } from '../constants/individual-sections.js';
|
|
2
|
+
import { type CodingDescriptor } from '../constants/vital-signs.js';
|
|
3
|
+
import type { IVaultRepository } from '../storage/IVaultRepository.js';
|
|
4
|
+
import { CommunicationAttachedBundleSession } from './communication-attached-bundle-session.js';
|
|
5
5
|
export type IndividualSectionManifest = Readonly<{
|
|
6
6
|
section: string;
|
|
7
7
|
collectionName: string;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { IndividualOnboardingPdfDocumentReferenceClaims, IndividualOnboardingPdfDocumentReferenceEntry, IndividualOnboardingPdfDocumentReferenceInput, IndividualOnboardingPdfDraftBundle } from '../models/individual-onboarding';
|
|
1
|
+
import type { IndividualOnboardingPdfDocumentReferenceClaims, IndividualOnboardingPdfDocumentReferenceEntry, IndividualOnboardingPdfDocumentReferenceInput, IndividualOnboardingPdfDraftBundle } from '../models/individual-onboarding.js';
|
|
2
2
|
export declare function buildIndividualOnboardingPdfDocumentReferenceClaims(input: IndividualOnboardingPdfDocumentReferenceInput): IndividualOnboardingPdfDocumentReferenceClaims;
|
|
3
3
|
export declare function buildIndividualOnboardingPdfDocumentReferenceEntry(input: IndividualOnboardingPdfDocumentReferenceInput): IndividualOnboardingPdfDocumentReferenceEntry;
|
|
4
4
|
export declare function buildIndividualOnboardingPdfDraftBundle(input: IndividualOnboardingPdfDocumentReferenceInput): IndividualOnboardingPdfDraftBundle;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { IndividualFormTemplateFields, IndividualOnboardingDraftInput, IndividualOnboardingDraftResult, IndividualOnboardingPdfDocumentReferenceInput, IndividualOnboardingPdfDraftBundle, IndividualOnboardingPdfTemplateInput, IndividualOnboardingValidationResult, IndividualOrganizationKycPayload } from '../models/individual-onboarding';
|
|
1
|
+
import type { IndividualFormTemplateFields, IndividualOnboardingDraftInput, IndividualOnboardingDraftResult, IndividualOnboardingPdfDocumentReferenceInput, IndividualOnboardingPdfDraftBundle, IndividualOnboardingPdfTemplateInput, IndividualOnboardingValidationResult, IndividualOrganizationKycPayload } from '../models/individual-onboarding.js';
|
|
2
2
|
export type IndividualOnboardingKycFieldOptions = Readonly<{
|
|
3
3
|
self?: boolean;
|
|
4
4
|
controllerAlternateName?: string | null;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { IndividualIndexServiceFormFields, IndividualOrganizationKycPayload } from '../models/individual-onboarding';
|
|
1
|
+
import type { IndividualIndexServiceFormFields, IndividualOrganizationKycPayload } from '../models/individual-onboarding.js';
|
|
2
2
|
export type IndividualOrganizationResolvedContact = Readonly<{
|
|
3
3
|
email?: string;
|
|
4
4
|
telephone?: string;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { CompactKycGender } from '../constants/kyc-gender';
|
|
2
|
-
import { IndividualOrganizationKycPayload } from '../models/individual-onboarding';
|
|
1
|
+
import { CompactKycGender } from '../constants/kyc-gender.js';
|
|
2
|
+
import { IndividualOrganizationKycPayload } from '../models/individual-onboarding.js';
|
|
3
3
|
/**
|
|
4
4
|
* Input used to derive canonical `org.schema` claims for the current
|
|
5
5
|
* individual-organization onboarding flow.
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import type { InterTenantAccessContractClaims, InterTenantContractAuthorizationConsentCriteria, InterTenantAccessContractMatchCriteria, InterTenantAccessContractSummary } from '../models/inter-tenant-access-contract';
|
|
2
|
-
import type { VerifiableCredentialV2 } from '../models/verifiable-credential';
|
|
1
|
+
import type { InterTenantAccessContractClaims, InterTenantContractAuthorizationConsentCriteria, InterTenantAccessContractMatchCriteria, InterTenantAccessContractSummary } from '../models/inter-tenant-access-contract.js';
|
|
2
|
+
import type { VerifiableCredentialV2 } from '../models/verifiable-credential.js';
|
|
3
3
|
type ContractLike = Record<string, any>;
|
|
4
4
|
/**
|
|
5
5
|
* Builds the canonical FHIR Contract. Signer entries identify legally
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import type { FhirResource } from '../convert/convert-shared';
|
|
2
|
-
import { type SearchParameterPrimitive } from './fhir-search';
|
|
1
|
+
import type { FhirResource } from '../convert/convert-shared.js';
|
|
2
|
+
import { type SearchParameterPrimitive } from './fhir-search.js';
|
|
3
3
|
export declare const InteroperableOperationMethods: Readonly<{
|
|
4
4
|
readonly Post: "POST";
|
|
5
5
|
}>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ChargeItemClaims, ChargeItemClaimsContextualized, InvoiceClaims, InvoiceClaimsContextualized } from '../models/interoperable-claims/invoice-claims';
|
|
1
|
+
import { ChargeItemClaims, ChargeItemClaimsContextualized, InvoiceClaims, InvoiceClaimsContextualized } from '../models/interoperable-claims/invoice-claims.js';
|
|
2
2
|
export type InvoiceBundleDocument = Readonly<{
|
|
3
3
|
documentId: string;
|
|
4
4
|
contentType: string;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { type JoseSignatureAlgorithm } from '../constants/cryptography';
|
|
2
|
-
import type { ICryptography } from '../interfaces/ICryptography';
|
|
3
|
-
import type { PublicJwk, ClassicPublicJwk } from '../interfaces/Cryptography.types';
|
|
1
|
+
import { type JoseSignatureAlgorithm } from '../constants/cryptography.js';
|
|
2
|
+
import type { ICryptography } from '../interfaces/ICryptography.js';
|
|
3
|
+
import type { PublicJwk, ClassicPublicJwk } from '../interfaces/Cryptography.types.js';
|
|
4
4
|
export type JwtSignerMode = 'deterministic' | 'random';
|
|
5
5
|
export type JwtSignerMaterial = {
|
|
6
6
|
kind: 'classic-ec';
|
package/dist/utils/jwt.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import type { LegalOrganizationVerificationRouting, LegalOrganizationVerificationTransactionController, LegalOrganizationVerificationTransactionInput, LegalOrganizationVerificationTransactionOrganization, LegalOrganizationVerificationRepresentativePayload } from './legal-organization-verification-transaction';
|
|
2
|
-
import { type ValidateLegalOrganizationOnboardingClaimsOptions } from './legal-organization-onboarding';
|
|
1
|
+
import type { LegalOrganizationVerificationRouting, LegalOrganizationVerificationTransactionController, LegalOrganizationVerificationTransactionInput, LegalOrganizationVerificationTransactionOrganization, LegalOrganizationVerificationRepresentativePayload } from './legal-organization-verification-transaction.js';
|
|
2
|
+
import { type ValidateLegalOrganizationOnboardingClaimsOptions } from './legal-organization-onboarding.js';
|
|
3
3
|
export type LegalOrganizationFormTemplateFields = Readonly<{
|
|
4
4
|
legalName?: string;
|
|
5
5
|
legalIdentifierType?: string;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { ClaimsOrganizationSchemaorg } from '../constants/schemaorg';
|
|
2
|
-
import { ClaimsRecord } from '../models/resource-document';
|
|
1
|
+
import { ClaimsOrganizationSchemaorg } from '../constants/schemaorg.js';
|
|
2
|
+
import { ClaimsRecord } from '../models/resource-document.js';
|
|
3
3
|
export type LegalOrganizationOnboardingErrorCode = 'MISSING_IDENTIFIER_OR_TAX_ID' | 'EXPLICIT_ALTERNATE_NAME_NOT_ALLOWED';
|
|
4
4
|
export type LegalOrganizationOnboardingValidationError = {
|
|
5
5
|
code: LegalOrganizationOnboardingErrorCode;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import type { BundleJsonApi } from '../models/bundle';
|
|
2
|
-
import type { ClaimsRecord } from '../models/resource-document';
|
|
3
|
-
import type { VerifiableCredentialV2 } from '../models/verifiable-credential';
|
|
1
|
+
import type { BundleJsonApi } from '../models/bundle.js';
|
|
2
|
+
import type { ClaimsRecord } from '../models/resource-document.js';
|
|
3
|
+
import type { VerifiableCredentialV2 } from '../models/verifiable-credential.js';
|
|
4
4
|
/**
|
|
5
5
|
* Canonical business entry type for the first host-side onboarding step that
|
|
6
6
|
* asks GW CORE to forward a legal-organization verification request to ICA.
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import type { LicenseClaims } from './license';
|
|
2
|
-
import { type LicenseOfferPreview, type LicenseOrderSummary } from './license-offer-order';
|
|
1
|
+
import type { LicenseClaims } from './license.js';
|
|
2
|
+
import { type LicenseOfferPreview, type LicenseOrderSummary } from './license-offer-order.js';
|
|
3
3
|
export declare const LicenseCommercialSearchEntryType: Readonly<{
|
|
4
4
|
readonly Offer: "Offer-search-request-v1.0";
|
|
5
5
|
readonly Order: "Order-search-request-v1.0";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { buildLicenseSearchEntry, type LicenseClaims, type LicenseSearchInput, type LicenseStatus } from './license';
|
|
1
|
+
import { buildLicenseSearchEntry, type LicenseClaims, type LicenseSearchInput, type LicenseStatus } from './license.js';
|
|
2
2
|
/**
|
|
3
3
|
* High-level filter state for license list/search screens.
|
|
4
4
|
*
|
package/dist/utils/license.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { DeviceAppType, DeviceUserClass } from '../constants/device';
|
|
2
|
-
import type { DeviceBinding, DeviceLicense } from '../models/device-license';
|
|
1
|
+
import { DeviceAppType, DeviceUserClass } from '../constants/device.js';
|
|
2
|
+
import type { DeviceBinding, DeviceLicense } from '../models/device-license.js';
|
|
3
3
|
/** Default simultaneous installation allowance for one professional/member seat. */
|
|
4
4
|
export declare const DEFAULT_LICENSE_DEVICE_ALLOWANCE = 2;
|
|
5
5
|
/** Resolves an explicit positive allowance or the backwards-compatible default. */
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { type BundleReaderEntrySummary, type BundleReaderResponseAnalysis } from './bundle-reader';
|
|
1
|
+
import { type BundleReaderEntrySummary, type BundleReaderResponseAnalysis } from './bundle-reader.js';
|
|
2
2
|
export type LifecycleResultEntrySummary = BundleReaderEntrySummary;
|
|
3
3
|
export type LifecycleResultAnalysis = BundleReaderResponseAnalysis;
|
|
4
4
|
/**
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* - Keep this file focused on one typed editor surface.
|
|
6
6
|
* - Move shared helpers to reusable helper/base modules instead of duplicating logic here.
|
|
7
7
|
*/
|
|
8
|
-
import { ClinicalResourceEntryEditor } from './clinical-resource-entry-editor';
|
|
8
|
+
import { ClinicalResourceEntryEditor } from './clinical-resource-entry-editor.js';
|
|
9
9
|
/**
|
|
10
10
|
* Typed editor for one staged MedicationStatement resource entry.
|
|
11
11
|
*
|
|
@@ -5,8 +5,8 @@
|
|
|
5
5
|
* - Keep this file focused on one typed editor surface.
|
|
6
6
|
* - Move shared helpers to reusable helper/base modules instead of duplicating logic here.
|
|
7
7
|
*/
|
|
8
|
-
import { type CodingDescriptor } from '../constants/vital-signs';
|
|
9
|
-
import { ClinicalResourceEntryEditor } from './clinical-resource-entry-editor';
|
|
8
|
+
import { type CodingDescriptor } from '../constants/vital-signs.js';
|
|
9
|
+
import { ClinicalResourceEntryEditor } from './clinical-resource-entry-editor.js';
|
|
10
10
|
/**
|
|
11
11
|
* Typed editor for one staged ObservationComponent resource entry.
|
|
12
12
|
*
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { BundleJsonApi } from '../models/bundle';
|
|
1
|
+
import type { BundleJsonApi } from '../models/bundle.js';
|
|
2
2
|
export declare const OrganizationDidBindingEntryTypes: Readonly<{
|
|
3
3
|
readonly Request: "Organization-did-binding-request-v1.0";
|
|
4
4
|
readonly Response: "Organization-did-binding-response-v1.0";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { EmployeeDeviceRevocationTarget, OrganizationEmployeeLifecycleRecord } from '../models/organization-employee-lifecycle';
|
|
1
|
+
import type { EmployeeDeviceRevocationTarget, OrganizationEmployeeLifecycleRecord } from '../models/organization-employee-lifecycle.js';
|
|
2
2
|
/** Builds the exact identity/auth revoke request body from a typed target. */
|
|
3
3
|
export declare function buildEmployeeDeviceRevocationBody(target: EmployeeDeviceRevocationTarget): Readonly<Record<string, string>>;
|
|
4
4
|
/** Reads an employee activation credential from canonical and legacy GW envelopes. */
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { OrganizationRoleLicense, OrganizationRoleLicenseSectorPolicy } from '../models/organization-role-license';
|
|
1
|
+
import type { OrganizationRoleLicense, OrganizationRoleLicenseSectorPolicy } from '../models/organization-role-license.js';
|
|
2
2
|
export type OrganizationRoleLicenseIdentity = Readonly<{
|
|
3
3
|
jurisdiction: string;
|
|
4
4
|
organizationOfficialId: string;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { VerifiableCredentialV2 } from '../models/verifiable-credential';
|
|
1
|
+
import type { VerifiableCredentialV2 } from '../models/verifiable-credential.js';
|
|
2
2
|
/** Canonical protected-code algorithm used by postal activation bindings. */
|
|
3
3
|
export declare const POSTAL_ACTIVATION_CODE_BINDING_ALGORITHM: "scrypt-v1";
|
|
4
4
|
/** Lifecycle for a separate postal-address verification credential. */
|