@sphereon/gx-compliance-client
Version:
<!--suppress HtmlDeprecatedAttribute --> <h1 align="center"> <br> <a href="https://www.sphereon.com"><img src="https://sphereon.com/content/themes/sphereon/assets/img/logo.svg" alt="Sphereon" width="400"></a> <br>Gaia-X Compliance client (Typescript
67 lines • 2.41 kB
TypeScript
import { IGaiaxCredentialType } from '../types';
export declare function exampleParticipantSD({ did }: {
did?: string;
version?: string;
}): {
'@context': string[];
issuer: string;
id: string;
credentialSubject: {
id: string;
'gx-participant:name': string;
'gx-participant:legalName': string;
'gx-participant:website': string;
'gx-participant:registrationNumber': {
'gx-participant:registrationNumberType': string;
'gx-participant:registrationNumberNumber': string;
}[];
'gx-participant:headquarterAddress': {
'gx-participant:addressCountryCode': string;
'gx-participant:addressCode': string;
'gx-participant:streetAddress': string;
'gx-participant:postalCode': string;
'gx-participant:locality': string;
};
'gx-participant:legalAddress': {
'gx-participant:addressCountryCode': string;
'gx-participant:addressCode': string;
'gx-participant:streetAddress': string;
'gx-participant:postalCode': string;
'gx-participant:locality': string;
};
'gx-participant:termsAndConditions': string;
};
type: IGaiaxCredentialType[];
};
export declare function exampleParticipantSO({ did }: {
did?: string;
version?: string;
}, url: string): {
'@context': string[];
issuer: string;
id: string;
credentialSubject: {
id: string;
'gx-service-offering:providedBy': string;
'gx-service-offering:name': string;
'gx-service-offering:description': string;
'gx-service-offering:termsAndConditions': {
'gx-service-offering:url': string;
'gx-service-offering:hash': string;
}[];
'gx-service-offering:gdpr': ({
'gx-service-offering:imprint': string;
'gx-service-offering:privacyPolicy'?: undefined;
} | {
'gx-service-offering:privacyPolicy': string;
'gx-service-offering:imprint'?: undefined;
})[];
'gx-service-offering:dataExport': {
'gx-service-offering:requestType': string;
'gx-service-offering:accessType': string;
'gx-service-offering:formatType': string;
};
};
type: IGaiaxCredentialType[];
};
//# sourceMappingURL=DefaultFixtures.d.ts.map