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
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { HostingOperatorDiscoveryCatalog, PublishedProviderCatalogRecord } from '../models/dataspace-discovery';
|
|
1
|
+
import type { HostingOperatorDiscoveryCatalog, PublishedProviderCatalogRecord } from '../models/dataspace-discovery.js';
|
|
2
2
|
export type ExampleDataspaceCredentialSubjectInput = Readonly<{
|
|
3
3
|
did?: string;
|
|
4
4
|
serviceTypes?: readonly string[];
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { IDecodedDidcommPayload } from '../models/confidential-message';
|
|
1
|
+
import type { IDecodedDidcommPayload } from '../models/confidential-message.js';
|
|
2
2
|
/** Signing verification method controlled by the direct actor DID. */
|
|
3
3
|
export declare const EXAMPLE_DIRECT_ACTOR_SIGNING_KEY_ID: `${string}#communication-signing`;
|
|
4
4
|
/** Signing verification method registered for the DCR client/device. */
|
package/dist/examples/index.d.ts
CHANGED
|
@@ -1,35 +1,35 @@
|
|
|
1
|
-
export * from './shared';
|
|
2
|
-
export * from './consent-projection';
|
|
3
|
-
export * from './ica-activation-proof';
|
|
4
|
-
export * from './ica-verify-response';
|
|
5
|
-
export * from './dataspace-discovery';
|
|
6
|
-
export * from './organization-controller';
|
|
7
|
-
export * from './organization-did-binding';
|
|
8
|
-
export * from './legal-organization-verification-transaction';
|
|
9
|
-
export * from './individual-controller';
|
|
10
|
-
export * from './professional';
|
|
11
|
-
export * from './employee';
|
|
12
|
-
export * from './license';
|
|
13
|
-
export * from './organization-role-license';
|
|
14
|
-
export * from './invoice';
|
|
15
|
-
export * from './inter-tenant-access-contract';
|
|
16
|
-
export * from './break-glass';
|
|
17
|
-
export * from './subject-identity-binding';
|
|
18
|
-
export * from './related-person';
|
|
19
|
-
export * from './consent-access';
|
|
20
|
-
export * from './relationship-access';
|
|
21
|
-
export * from './frontend-session';
|
|
22
|
-
export * from './profile-runtime';
|
|
23
|
-
export * from './lifecycle';
|
|
24
|
-
export * from './api-flow-examples';
|
|
25
|
-
export * from './contract-examples';
|
|
26
|
-
export * from './communication-attached-bundle-session';
|
|
27
|
-
export * from './bundle-didcomm-payload';
|
|
28
|
-
export * from './communication-bundle-document-request';
|
|
29
|
-
export * from './communication-didcomm-payload';
|
|
30
|
-
export * from './ips-bundle';
|
|
31
|
-
export * from './vital-signs';
|
|
32
|
-
export * from './wallet-mem';
|
|
33
|
-
export * from './profile-manager-mem';
|
|
34
|
-
export * from './didcomm-identity';
|
|
35
|
-
export * from './researcher-working-selection';
|
|
1
|
+
export * from './shared.js';
|
|
2
|
+
export * from './consent-projection.js';
|
|
3
|
+
export * from './ica-activation-proof.js';
|
|
4
|
+
export * from './ica-verify-response.js';
|
|
5
|
+
export * from './dataspace-discovery.js';
|
|
6
|
+
export * from './organization-controller.js';
|
|
7
|
+
export * from './organization-did-binding.js';
|
|
8
|
+
export * from './legal-organization-verification-transaction.js';
|
|
9
|
+
export * from './individual-controller.js';
|
|
10
|
+
export * from './professional.js';
|
|
11
|
+
export * from './employee.js';
|
|
12
|
+
export * from './license.js';
|
|
13
|
+
export * from './organization-role-license.js';
|
|
14
|
+
export * from './invoice.js';
|
|
15
|
+
export * from './inter-tenant-access-contract.js';
|
|
16
|
+
export * from './break-glass.js';
|
|
17
|
+
export * from './subject-identity-binding.js';
|
|
18
|
+
export * from './related-person.js';
|
|
19
|
+
export * from './consent-access.js';
|
|
20
|
+
export * from './relationship-access.js';
|
|
21
|
+
export * from './frontend-session.js';
|
|
22
|
+
export * from './profile-runtime.js';
|
|
23
|
+
export * from './lifecycle.js';
|
|
24
|
+
export * from './api-flow-examples.js';
|
|
25
|
+
export * from './contract-examples.js';
|
|
26
|
+
export * from './communication-attached-bundle-session.js';
|
|
27
|
+
export * from './bundle-didcomm-payload.js';
|
|
28
|
+
export * from './communication-bundle-document-request.js';
|
|
29
|
+
export * from './communication-didcomm-payload.js';
|
|
30
|
+
export * from './ips-bundle.js';
|
|
31
|
+
export * from './vital-signs.js';
|
|
32
|
+
export * from './wallet-mem.js';
|
|
33
|
+
export * from './profile-manager-mem.js';
|
|
34
|
+
export * from './didcomm-identity.js';
|
|
35
|
+
export * from './researcher-working-selection.js';
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
* - legal organization controller/representative examples belong instead to
|
|
14
14
|
* organization activation and VC/member semantics, not to `owner.*` claims
|
|
15
15
|
*/
|
|
16
|
-
import type { ExampleClinicalBundleSearchInput, ExampleLatestIpsSearchInput } from './shared';
|
|
16
|
+
import type { ExampleClinicalBundleSearchInput, ExampleLatestIpsSearchInput } from './shared.js';
|
|
17
17
|
export declare const EXAMPLE_INDIVIDUAL_ORGANIZATION_START_INPUT: {
|
|
18
18
|
readonly alternateName: "ana";
|
|
19
19
|
readonly controllerEmail: "ana.parent@example.org";
|
|
@@ -49,7 +49,7 @@ export declare const EXAMPLE_INTER_TENANT_ACCESS_CONTRACT_CLAIMS: Readonly<{
|
|
|
49
49
|
export declare const EXAMPLE_INTER_TENANT_ACCESS_CONTRACT_RESOURCE: Readonly<{
|
|
50
50
|
[x: string]: any;
|
|
51
51
|
}>;
|
|
52
|
-
export declare const EXAMPLE_INTER_TENANT_ACCESS_CONTRACT_CREDENTIAL: Readonly<import("
|
|
52
|
+
export declare const EXAMPLE_INTER_TENANT_ACCESS_CONTRACT_CREDENTIAL: Readonly<import("../index.js").VerifiableCredentialV2>;
|
|
53
53
|
export declare const EXAMPLE_INTER_TENANT_ACCESS_CONTRACT_CONTEXT: Readonly<{
|
|
54
54
|
readonly providerTenantId: "acme-id";
|
|
55
55
|
readonly providerSector: "health-care";
|
|
@@ -33,5 +33,5 @@ export declare const EXAMPLE_INVOICE_CHARGE_ITEM_ROW_A: Readonly<{
|
|
|
33
33
|
readonly itemsQuantityNumber: "500";
|
|
34
34
|
readonly itemsQuantityUnit: "mL";
|
|
35
35
|
}>;
|
|
36
|
-
export declare const EXAMPLE_INVOICE_FHIR_CLAIMS: Readonly<import("
|
|
37
|
-
export declare const EXAMPLE_INVOICE_CHARGEITEM_FHIR_CLAIMS_ROWS: readonly (import("
|
|
36
|
+
export declare const EXAMPLE_INVOICE_FHIR_CLAIMS: Readonly<import("../index.js").InvoiceClaims>;
|
|
37
|
+
export declare const EXAMPLE_INVOICE_CHARGEITEM_FHIR_CLAIMS_ROWS: readonly (import("../index.js").InvoiceClaims & import("../index.js").ChargeItemClaims)[];
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { BundleEntry, BundleJsonApi } from '../models/bundle';
|
|
2
|
-
import { toClinicalResourceCardViews, toClinicalResourceCommonViews } from '../utils/clinical-resource-view';
|
|
1
|
+
import { BundleEntry, BundleJsonApi } from '../models/bundle.js';
|
|
2
|
+
import { toClinicalResourceCardViews, toClinicalResourceCommonViews } from '../utils/clinical-resource-view.js';
|
|
3
3
|
export type IpsClinicalHistoryBundleExample = Readonly<{
|
|
4
4
|
communicationClaims: Record<string, unknown>;
|
|
5
5
|
bundleInMemory: BundleJsonApi<BundleEntry>;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export declare const EXAMPLE_LEGAL_ORGANIZATION_SERVICE_TYPE: string;
|
|
2
|
-
export declare const EXAMPLE_LEGAL_ORGANIZATION_VERIFICATION_TRANSACTION_BUNDLE: import("
|
|
2
|
+
export declare const EXAMPLE_LEGAL_ORGANIZATION_VERIFICATION_TRANSACTION_BUNDLE: import("../index.js").BundleJsonApi<import("../index.js").ErrorEntry | import("../index.js").BundleEntry>;
|
|
@@ -195,14 +195,14 @@ export declare const EXAMPLE_INDIVIDUAL_ORGANIZATION_DISABLE_ENTRY: Readonly<{
|
|
|
195
195
|
resource: {
|
|
196
196
|
id?: string;
|
|
197
197
|
meta: {
|
|
198
|
-
claims: import("
|
|
198
|
+
claims: import("../index.js").IndividualOrganizationLifecycleClaims;
|
|
199
199
|
};
|
|
200
200
|
};
|
|
201
201
|
}>;
|
|
202
202
|
export declare const EXAMPLE_INDIVIDUAL_ORGANIZATION_DISABLE_PAYLOAD: Readonly<{
|
|
203
203
|
thid: string;
|
|
204
204
|
body: {
|
|
205
|
-
data: import("
|
|
205
|
+
data: import("../index.js").IndividualOrganizationLifecycleDataEntry[];
|
|
206
206
|
};
|
|
207
207
|
}>;
|
|
208
208
|
export declare const EXAMPLE_INDIVIDUAL_DELETE_MESSAGE: {
|
|
@@ -233,14 +233,14 @@ export declare const EXAMPLE_INDIVIDUAL_ORGANIZATION_PURGE_ENTRY: Readonly<{
|
|
|
233
233
|
resource: {
|
|
234
234
|
id?: string;
|
|
235
235
|
meta: {
|
|
236
|
-
claims: import("
|
|
236
|
+
claims: import("../index.js").IndividualOrganizationLifecycleClaims;
|
|
237
237
|
};
|
|
238
238
|
};
|
|
239
239
|
}>;
|
|
240
240
|
export declare const EXAMPLE_INDIVIDUAL_ORGANIZATION_PURGE_PAYLOAD: Readonly<{
|
|
241
241
|
thid: string;
|
|
242
242
|
body: {
|
|
243
|
-
data: import("
|
|
243
|
+
data: import("../index.js").IndividualOrganizationLifecycleDataEntry[];
|
|
244
244
|
};
|
|
245
245
|
}>;
|
|
246
246
|
export declare const EXAMPLE_CONSENT_ENABLE_MESSAGE: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const EXAMPLE_ORGANIZATION_DID_BINDING_BUNDLE: import("
|
|
1
|
+
export declare const EXAMPLE_ORGANIZATION_DID_BINDING_BUNDLE: import("../index.js").BundleJsonApi<import("../index.js").ErrorEntry | import("../index.js").BundleEntry>;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import type { OrganizationRoleLicense } from '../models/organization-role-license';
|
|
2
|
-
import { type OrganizationRoleLicenseIdentity } from '../utils/organization-role-license';
|
|
1
|
+
import type { OrganizationRoleLicense } from '../models/organization-role-license.js';
|
|
2
|
+
import { type OrganizationRoleLicenseIdentity } from '../utils/organization-role-license.js';
|
|
3
3
|
/** Reusable synthetic identity for role-licence contract and consumer tests. */
|
|
4
4
|
export declare const EXAMPLE_ORGANIZATION_ROLE_LICENSE_IDENTITY: OrganizationRoleLicenseIdentity;
|
|
5
5
|
/** Reusable exact-sector policies; no empty-sector wildcard is authored. */
|
|
6
|
-
export declare const EXAMPLE_ORGANIZATION_ROLE_LICENSE_POLICIES: readonly (import("
|
|
6
|
+
export declare const EXAMPLE_ORGANIZATION_ROLE_LICENSE_POLICIES: readonly (import("../index.js").OrganizationRoleLicenseSectorPolicy | Readonly<{
|
|
7
7
|
sector: "animal-care";
|
|
8
8
|
active: false;
|
|
9
9
|
maxDevices: 2;
|
|
@@ -48,7 +48,7 @@ export declare const EXAMPLE_RELATED_PERSON_DISABLE_LIFECYCLE_RESOURCE: {
|
|
|
48
48
|
}>;
|
|
49
49
|
meta: {
|
|
50
50
|
claims: Record<string, unknown>;
|
|
51
|
-
status?: import("
|
|
51
|
+
status?: import("../index.js").InteroperableLifecycleStatus;
|
|
52
52
|
};
|
|
53
53
|
};
|
|
54
54
|
/**
|
|
@@ -70,7 +70,7 @@ export declare const EXAMPLE_RELATED_PERSON_DISABLE_BUNDLE_ENTRY: {
|
|
|
70
70
|
}>;
|
|
71
71
|
readonly meta: {
|
|
72
72
|
claims: Record<string, unknown>;
|
|
73
|
-
status?: import("
|
|
73
|
+
status?: import("../index.js").InteroperableLifecycleStatus;
|
|
74
74
|
};
|
|
75
75
|
};
|
|
76
76
|
};
|
|
@@ -95,7 +95,7 @@ export declare const EXAMPLE_RELATED_PERSON_DISABLE_BUNDLE_PAYLOAD: {
|
|
|
95
95
|
}>;
|
|
96
96
|
readonly meta: {
|
|
97
97
|
claims: Record<string, unknown>;
|
|
98
|
-
status?: import("
|
|
98
|
+
status?: import("../index.js").InteroperableLifecycleStatus;
|
|
99
99
|
};
|
|
100
100
|
};
|
|
101
101
|
}];
|
|
@@ -110,7 +110,7 @@ export declare const EXAMPLE_RELATED_PERSON_PURGE_LIFECYCLE_RESOURCE: {
|
|
|
110
110
|
}>;
|
|
111
111
|
meta: {
|
|
112
112
|
claims: Record<string, unknown>;
|
|
113
|
-
status?: import("
|
|
113
|
+
status?: import("../index.js").InteroperableLifecycleStatus;
|
|
114
114
|
};
|
|
115
115
|
};
|
|
116
116
|
export declare const EXAMPLE_RELATED_PERSON_PURGE_BUNDLE_ENTRY: {
|
|
@@ -127,7 +127,7 @@ export declare const EXAMPLE_RELATED_PERSON_PURGE_BUNDLE_ENTRY: {
|
|
|
127
127
|
}>;
|
|
128
128
|
readonly meta: {
|
|
129
129
|
claims: Record<string, unknown>;
|
|
130
|
-
status?: import("
|
|
130
|
+
status?: import("../index.js").InteroperableLifecycleStatus;
|
|
131
131
|
};
|
|
132
132
|
};
|
|
133
133
|
};
|
|
@@ -150,7 +150,7 @@ export declare const EXAMPLE_RELATED_PERSON_PURGE_BUNDLE_PAYLOAD: {
|
|
|
150
150
|
}>;
|
|
151
151
|
readonly meta: {
|
|
152
152
|
claims: Record<string, unknown>;
|
|
153
|
-
status?: import("
|
|
153
|
+
status?: import("../index.js").InteroperableLifecycleStatus;
|
|
154
154
|
};
|
|
155
155
|
};
|
|
156
156
|
}];
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { RelationshipChannelInvitationInput, RelationshipChannelInvitationSummary, RelationshipChannelOtpChallengeSummary, RelationshipChannelOtpConfirmInput, RelationshipChannelOtpStartInput, RelationshipLocalKeyEnvelope, RelationshipPinPolicy, RelationshipPinSetInput, RelationshipPinVerifyInput } from '../models/relationship-access';
|
|
1
|
+
import type { RelationshipChannelInvitationInput, RelationshipChannelInvitationSummary, RelationshipChannelOtpChallengeSummary, RelationshipChannelOtpConfirmInput, RelationshipChannelOtpStartInput, RelationshipLocalKeyEnvelope, RelationshipPinPolicy, RelationshipPinSetInput, RelationshipPinVerifyInput } from '../models/relationship-access.js';
|
|
2
2
|
export declare const EXAMPLE_RELATIONSHIP_CHANNEL_INVITATION_INPUT: RelationshipChannelInvitationInput;
|
|
3
3
|
export declare const EXAMPLE_RELATIONSHIP_CHANNEL_INVITATION_SUMMARY: RelationshipChannelInvitationSummary;
|
|
4
4
|
export declare const EXAMPLE_RELATIONSHIP_PROFESSIONAL_INVITATION_INPUT: RelationshipChannelInvitationInput;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { BirthSex, GenderIdentity } from '../constants/identity-gender';
|
|
2
|
-
import { IdKind } from '../constants/identity-identifiers';
|
|
1
|
+
import { BirthSex, GenderIdentity } from '../constants/identity-gender.js';
|
|
2
|
+
import { IdKind } from '../constants/identity-identifiers.js';
|
|
3
3
|
/**
|
|
4
4
|
* Shared low-level example fragments reused by multiple flow-specific example modules.
|
|
5
5
|
*
|
|
@@ -6,4 +6,4 @@ export declare const EXAMPLE_PORTAL_INDIVIDUAL_DID: "did:web:portal.example.org:
|
|
|
6
6
|
export declare const EXAMPLE_ALTERNATE_PORTAL_INDIVIDUAL_DID: "did:web:cards.example.org:individual:multibase:zSubjectExample";
|
|
7
7
|
/** Physical support/card DID used only to demonstrate that it is not an auth alias. */
|
|
8
8
|
export declare const EXAMPLE_PHYSICAL_SUPPORT_DID: "did:web:cards.example.org:card:personal:000-000-000-001";
|
|
9
|
-
export declare const EXAMPLE_SUBJECT_IDENTITY_BINDING_CREDENTIAL: Readonly<import("
|
|
9
|
+
export declare const EXAMPLE_SUBJECT_IDENTITY_BINDING_CREDENTIAL: Readonly<import("../index.js").VerifiableCredentialV2>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import type { BundleEntry, BundleJsonApi } from '../models/bundle';
|
|
2
|
-
import type { BuildVitalSignObservationClaimsInput } from '../utils/individual-bundle-vault';
|
|
1
|
+
import type { BundleEntry, BundleJsonApi } from '../models/bundle.js';
|
|
2
|
+
import type { BuildVitalSignObservationClaimsInput } from '../utils/individual-bundle-vault.js';
|
|
3
3
|
/**
|
|
4
4
|
* Shared example inputs for authoring vital-sign Observations in claims-first
|
|
5
5
|
* flows.
|
package/dist/index.d.ts
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
export * from './AesManager';
|
|
2
|
-
export * from './CryptographyService';
|
|
3
|
-
export * from './claims';
|
|
4
|
-
export * from './constants';
|
|
5
|
-
export * from './convert';
|
|
6
|
-
export * from './examples';
|
|
7
|
-
export * from './hmac';
|
|
8
|
-
export * from './i18n/clinical-sections.i18n';
|
|
9
|
-
export * from './i18n/role-codes.i18n';
|
|
10
|
-
export * from './interfaces';
|
|
11
|
-
export * from './models';
|
|
12
|
-
export * from './storage';
|
|
13
|
-
export * from './utils';
|
|
1
|
+
export * from './AesManager.js';
|
|
2
|
+
export * from './CryptographyService.js';
|
|
3
|
+
export * from './claims/index.js';
|
|
4
|
+
export * from './constants/index.js';
|
|
5
|
+
export * from './convert/index.js';
|
|
6
|
+
export * from './examples/index.js';
|
|
7
|
+
export * from './hmac.js';
|
|
8
|
+
export * from './i18n/clinical-sections.i18n.js';
|
|
9
|
+
export * from './i18n/role-codes.i18n.js';
|
|
10
|
+
export * from './interfaces/index.js';
|
|
11
|
+
export * from './models/index.js';
|
|
12
|
+
export * from './storage/index.js';
|
|
13
|
+
export * from './utils/index.js';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { JweObject } from '../models/jwe';
|
|
2
|
-
import { ProtectedDataAES } from '../models/aes';
|
|
3
|
-
import { MlkemPublicJwk, MldsaPublicJwk, PublicJwk, MlkemPrivateJwk, MldsaAlg, MlkemCurve } from './Cryptography.types';
|
|
4
|
-
import { DataCompactJWT, JwtCompactParts } from '../models/jwt';
|
|
1
|
+
import { JweObject } from '../models/jwe.js';
|
|
2
|
+
import { ProtectedDataAES } from '../models/aes.js';
|
|
3
|
+
import { MlkemPublicJwk, MldsaPublicJwk, PublicJwk, MlkemPrivateJwk, MldsaAlg, MlkemCurve } from './Cryptography.types.js';
|
|
4
|
+
import { DataCompactJWT, JwtCompactParts } from '../models/jwt.js';
|
|
5
5
|
/**
|
|
6
6
|
* Defines the class for the low-level, stateless cryptography utility (the "Engine").
|
|
7
7
|
*/
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { BackendMessageResponseRecord, ProfileOutboxMessageRecord } from '../models/profile-manager';
|
|
1
|
+
import type { BackendMessageResponseRecord, ProfileOutboxMessageRecord } from '../models/profile-manager.js';
|
|
2
2
|
/**
|
|
3
3
|
* Runtime-neutral repository for profile-scoped outbox history and decoded
|
|
4
4
|
* responses.
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import type { WalletEnqueueMessageInput, WalletManagedEntityDescriptor, WalletQueuedMessage } from '../models/wallet';
|
|
2
|
-
import type { JWK, JwkSet } from '../models/jwk';
|
|
1
|
+
import type { WalletEnqueueMessageInput, WalletManagedEntityDescriptor, WalletQueuedMessage } from '../models/wallet.js';
|
|
2
|
+
import type { JWK, JwkSet } from '../models/jwk.js';
|
|
3
3
|
/**
|
|
4
4
|
* Shared wallet contract reused by tests, apps, frontend adapters, and simple
|
|
5
5
|
* backend or BFF flows.
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { WalletEnqueueMessageInput, WalletQueuedMessage } from '../models/wallet';
|
|
1
|
+
import type { WalletEnqueueMessageInput, WalletQueuedMessage } from '../models/wallet.js';
|
|
2
2
|
/**
|
|
3
3
|
* Runtime-neutral queue/outbox contract for low-level wallet-backed message
|
|
4
4
|
* scheduling.
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
export * from './ICryptoHelper';
|
|
2
|
-
export * from './ICryptography';
|
|
3
|
-
export * from './IWallet';
|
|
4
|
-
export * from './IProfileOutboxRepository';
|
|
5
|
-
export * from './IWalletQueue';
|
|
6
|
-
export * from './MlDsa';
|
|
7
|
-
export * from './MlKem';
|
|
8
|
-
export * from './Cryptography.types';
|
|
1
|
+
export * from './ICryptoHelper.js';
|
|
2
|
+
export * from './ICryptography.js';
|
|
3
|
+
export * from './IWallet.js';
|
|
4
|
+
export * from './IProfileOutboxRepository.js';
|
|
5
|
+
export * from './IWalletQueue.js';
|
|
6
|
+
export * from './MlDsa.js';
|
|
7
|
+
export * from './MlKem.js';
|
|
8
|
+
export * from './Cryptography.types.js';
|
|
@@ -1,25 +1,25 @@
|
|
|
1
|
-
import { type BundleEntry, type BundleJsonApi, type BundleRequest } from './bundle';
|
|
2
|
-
import { type EmployeeClaims } from '../utils/employee';
|
|
3
|
-
import type { BundleEntryEditor } from '../utils/bundle-entry-editor';
|
|
4
|
-
import type { EmployeeEntryEditor } from '../utils/employee-entry-editor';
|
|
5
|
-
import type { VitalSignEntryEditor } from '../utils/vital-sign-entry-editor';
|
|
6
|
-
import type { ObservationEntryEditor } from '../utils/observation-entry-editor';
|
|
7
|
-
import type { AllergyIntoleranceEntryEditor } from '../utils/allergy-intolerance-entry-editor';
|
|
8
|
-
import type { ConditionEntryEditor } from '../utils/condition-entry-editor';
|
|
9
|
-
import type { MedicationStatementEntryEditor } from '../utils/medication-statement-entry-editor';
|
|
10
|
-
import type { DocumentReferenceEntryEditor } from '../utils/document-reference-entry-editor';
|
|
11
|
-
import type { CarePlanEntryEditor } from '../utils/care-plan-entry-editor';
|
|
12
|
-
import type { FlagEntryEditor } from '../utils/flag-entry-editor';
|
|
13
|
-
import type { ClinicalImpressionEntryEditor } from '../utils/clinical-impression-entry-editor';
|
|
14
|
-
import type { DeviceEntryEditor } from '../utils/device-entry-editor';
|
|
15
|
-
import type { DeviceUseStatementEntryEditor } from '../utils/device-use-statement-entry-editor';
|
|
16
|
-
import type { EncounterEntryEditor } from '../utils/encounter-entry-editor';
|
|
17
|
-
import type { CoverageEntryEditor } from '../utils/coverage-entry-editor';
|
|
18
|
-
import type { ImmunizationEntryEditor } from '../utils/immunization-entry-editor';
|
|
19
|
-
import type { ProcedureEntryEditor } from '../utils/procedure-entry-editor';
|
|
20
|
-
import type { DiagnosticReportEntryEditor } from '../utils/diagnostic-report-entry-editor';
|
|
21
|
-
import type { ConsentEntryEditor } from '../utils/consent-entry-editor';
|
|
22
|
-
import type { RelatedPersonEntryEditor } from '../utils/related-person-entry-editor';
|
|
1
|
+
import { type BundleEntry, type BundleJsonApi, type BundleRequest } from './bundle.js';
|
|
2
|
+
import { type EmployeeClaims } from '../utils/employee.js';
|
|
3
|
+
import type { BundleEntryEditor } from '../utils/bundle-entry-editor.js';
|
|
4
|
+
import type { EmployeeEntryEditor } from '../utils/employee-entry-editor.js';
|
|
5
|
+
import type { VitalSignEntryEditor } from '../utils/vital-sign-entry-editor.js';
|
|
6
|
+
import type { ObservationEntryEditor } from '../utils/observation-entry-editor.js';
|
|
7
|
+
import type { AllergyIntoleranceEntryEditor } from '../utils/allergy-intolerance-entry-editor.js';
|
|
8
|
+
import type { ConditionEntryEditor } from '../utils/condition-entry-editor.js';
|
|
9
|
+
import type { MedicationStatementEntryEditor } from '../utils/medication-statement-entry-editor.js';
|
|
10
|
+
import type { DocumentReferenceEntryEditor } from '../utils/document-reference-entry-editor.js';
|
|
11
|
+
import type { CarePlanEntryEditor } from '../utils/care-plan-entry-editor.js';
|
|
12
|
+
import type { FlagEntryEditor } from '../utils/flag-entry-editor.js';
|
|
13
|
+
import type { ClinicalImpressionEntryEditor } from '../utils/clinical-impression-entry-editor.js';
|
|
14
|
+
import type { DeviceEntryEditor } from '../utils/device-entry-editor.js';
|
|
15
|
+
import type { DeviceUseStatementEntryEditor } from '../utils/device-use-statement-entry-editor.js';
|
|
16
|
+
import type { EncounterEntryEditor } from '../utils/encounter-entry-editor.js';
|
|
17
|
+
import type { CoverageEntryEditor } from '../utils/coverage-entry-editor.js';
|
|
18
|
+
import type { ImmunizationEntryEditor } from '../utils/immunization-entry-editor.js';
|
|
19
|
+
import type { ProcedureEntryEditor } from '../utils/procedure-entry-editor.js';
|
|
20
|
+
import type { DiagnosticReportEntryEditor } from '../utils/diagnostic-report-entry-editor.js';
|
|
21
|
+
import type { ConsentEntryEditor } from '../utils/consent-entry-editor.js';
|
|
22
|
+
import type { RelatedPersonEntryEditor } from '../utils/related-person-entry-editor.js';
|
|
23
23
|
/** Runtime-neutral business operations staged by `BundleEditor`. */
|
|
24
24
|
export declare const BundleOperations: Readonly<{
|
|
25
25
|
readonly create: "create";
|
package/dist/models/bundle.d.ts
CHANGED
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
* - `BundleJsonApi.type` is the batch container type
|
|
30
30
|
* - DIDComm envelope `type` is yet another outer field
|
|
31
31
|
*/
|
|
32
|
-
import { OperationOutcome } from "./operation-outcome";
|
|
32
|
+
import { OperationOutcome } from "./operation-outcome.js";
|
|
33
33
|
/**
|
|
34
34
|
* Defines the `request` property for an entry in a request Bundle.
|
|
35
35
|
* This indicates the intended action for the entry.
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
* - Provide a reverse-DNS i18n key for consistent UI translations across apps.
|
|
7
7
|
* - Keep this in `gdc-common-utils-ts` so both backend and frontend can share it.
|
|
8
8
|
*/
|
|
9
|
-
import { clinicalSectionTitleEn } from './clinical-sections.en';
|
|
9
|
+
import { clinicalSectionTitleEn } from './clinical-sections.en.js';
|
|
10
10
|
export declare const LOINC_SYSTEM_URL: "http://loinc.org";
|
|
11
11
|
export declare const LOINC_SYSTEM_REVERSE_DNS: "org.loinc";
|
|
12
12
|
export type ClinicalSectionDescriptor = {
|
package/dist/models/comm.d.ts
CHANGED
|
@@ -82,4 +82,4 @@ export interface CommMsgExtended extends DidCommPayload {
|
|
|
82
82
|
/**
|
|
83
83
|
* A type placeholder for a FHIR Communication resource.
|
|
84
84
|
*/
|
|
85
|
-
export type { FhirCommunicationResource as FhirCommunication } from './fhir-documents';
|
|
85
|
+
export type { FhirCommunicationResource as FhirCommunication } from './fhir-documents.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import type { HealthcareCanonicalSectionFamily, HealthcareRoleFamily } from '../constants/healthcare';
|
|
2
|
-
import type { BundleEntry, BundleJsonApi, BundleRequest } from './bundle';
|
|
1
|
+
import type { HealthcareCanonicalSectionFamily, HealthcareRoleFamily } from '../constants/healthcare.js';
|
|
2
|
+
import type { BundleEntry, BundleJsonApi, BundleRequest } from './bundle.js';
|
|
3
3
|
/**
|
|
4
4
|
* Runtime strictness used by `CommunicationAttachedBundleSession`.
|
|
5
5
|
*/
|
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
* These models are platform-agnostic and are part of the core SDK.
|
|
4
4
|
* @sdk
|
|
5
5
|
*/
|
|
6
|
-
import { IDecodedDidcommPayload as DecodedDidcommPayload } from "./confidential-message";
|
|
7
|
-
import { ConfidentialStorageDoc, IndexedData } from "./confidential-storage";
|
|
8
|
-
import { ServiceEndpointSelector } from "./did";
|
|
6
|
+
import { IDecodedDidcommPayload as DecodedDidcommPayload } from "./confidential-message.js";
|
|
7
|
+
import { ConfidentialStorageDoc, IndexedData } from "./confidential-storage.js";
|
|
8
|
+
import { ServiceEndpointSelector } from "./did.js";
|
|
9
9
|
/** When the organization has its own domain for the connector do not appear in the path:
|
|
10
10
|
* - the tenantId and jurisdiction, and
|
|
11
11
|
* - the apiVersion and sector;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { ProtectedHeadersJWE } from "./jwe";
|
|
2
|
-
import { JwsHeader } from "./jws";
|
|
3
|
-
export type { DataEntry } from "./comm";
|
|
1
|
+
import { ProtectedHeadersJWE } from "./jwe.js";
|
|
2
|
+
import { JwsHeader } from "./jws.js";
|
|
3
|
+
export type { DataEntry } from "./comm.js";
|
|
4
4
|
/**
|
|
5
5
|
* Defines the structure of the cryptographic metadata associated with a job request.
|
|
6
6
|
*/
|
package/dist/models/crypto.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { PublicJwk } from "../interfaces/Cryptography.types";
|
|
1
|
+
import { PublicJwk } from "../interfaces/Cryptography.types.js";
|
|
2
2
|
/**
|
|
3
3
|
* Describes a public key and its controller, for use in JWE recipients or DID documents.
|
|
4
4
|
* @see https://w3c-ccg.github.io/ld-cryptosuite-registry/
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import type { DataspaceDiscoverySourceModeValue } from '../constants/dataspace-discovery';
|
|
2
|
-
import type { HostingOperatorSemanticRecord, PublishedProviderCatalogRecord } from './dataspace-discovery';
|
|
1
|
+
import type { DataspaceDiscoverySourceModeValue } from '../constants/dataspace-discovery.js';
|
|
2
|
+
import type { HostingOperatorSemanticRecord, PublishedProviderCatalogRecord } from './dataspace-discovery.js';
|
|
3
3
|
/**
|
|
4
4
|
* Shared host/ICA context used to select dataspace discovery defaults.
|
|
5
5
|
*
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { DeviceAppType, DeviceBindingStatus, DeviceUserClass } from '../constants/device';
|
|
1
|
+
import type { DeviceAppType, DeviceBindingStatus, DeviceUserClass } from '../constants/device.js';
|
|
2
2
|
/**
|
|
3
3
|
* A fingerprint of a specific device, used for binding a license to it.
|
|
4
4
|
*/
|
package/dist/models/did.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { PublicJwk } from "../interfaces/Cryptography.types";
|
|
2
|
-
import { RecipientPublicKey } from "./crypto";
|
|
3
|
-
import { JwkSet } from "./jwk";
|
|
4
|
-
import type { ActorKind } from "./actor-session";
|
|
5
|
-
export type { ActorKind } from "./actor-session";
|
|
1
|
+
import { PublicJwk } from "../interfaces/Cryptography.types.js";
|
|
2
|
+
import { RecipientPublicKey } from "./crypto.js";
|
|
3
|
+
import { JwkSet } from "./jwk.js";
|
|
4
|
+
import type { ActorKind } from "./actor-session.js";
|
|
5
|
+
export type { ActorKind } from "./actor-session.js";
|
|
6
6
|
/**
|
|
7
7
|
* The parameters required to construct a service endpoint selector.
|
|
8
8
|
* This is the contract for a specific API method to define its endpoint.
|
package/dist/models/gaia-x.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import type { DidCommAttachment } from './comm';
|
|
2
|
-
import type { DidDocument } from './did';
|
|
1
|
+
import type { DidCommAttachment } from './comm.js';
|
|
2
|
+
import type { DidDocument } from './did.js';
|
|
3
3
|
export type JsonObject = Record<string, unknown>;
|
|
4
4
|
/** Versioned Gaia-X profile targeted by the schema.org semantic projection. */
|
|
5
5
|
export declare const GaiaXProfile: Readonly<{
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { PublicJwk } from '../interfaces/Cryptography.types';
|
|
2
|
-
import { type IssueSeverityAttentionCode } from './issue';
|
|
3
|
-
import { JwkSet } from './jwk';
|
|
4
|
-
import { DidCommDecodedMetadata } from './confidential-message';
|
|
1
|
+
import { PublicJwk } from '../interfaces/Cryptography.types.js';
|
|
2
|
+
import { type IssueSeverityAttentionCode } from './issue.js';
|
|
3
|
+
import { JwkSet } from './jwk.js';
|
|
4
|
+
import { DidCommDecodedMetadata } from './confidential-message.js';
|
|
5
5
|
/**
|
|
6
6
|
* Public key binding for a human actor/controller identity.
|
|
7
7
|
*
|