@relaycorp/veraid-authority
Version:
Client library for the VeraId Authority API
17 lines (16 loc) • 1 kB
TypeScript
export { AuthorityClient } from './lib/client/AuthorityClient.js';
export type { AuthorizationHeader } from './lib/client/AuthorizationHeader.js';
export { ClientError } from './lib/client/ClientError.js';
export { ServerError } from './lib/client/ServerError.js';
export { Command } from './lib/commands/Command.js';
export type { CommandDespatchOptions } from './lib/commands/CommandDespatchOptions.js';
export * from './lib/commands/orgs/orgCreation.js';
export * from './lib/commands/members/memberCreation.js';
export * from './lib/commands/members/memberRetrieval.js';
export * from './lib/commands/members/memberUpdate.js';
export { MemberRole } from './lib/commands/members/MemberRole.js';
export * from './lib/commands/memberPublicKeys/keyImport.js';
export * from './lib/commands/memberKeyImportTokens/tokenCreation.js';
export * from './lib/commands/signatureSpecs/specCreation.js';
export * from './lib/commands/DeletionCommand.js';
export * from './lib/commands/RawRetrievalCommand.js';