Skip to content

Commit

Permalink
feat: add RegistrationTypes export
Browse files Browse the repository at this point in the history
  • Loading branch information
dawidgil committed Jun 9, 2021
1 parent b891505 commit 1881b60
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/iam-client-lib.ts
Expand Up @@ -15,7 +15,7 @@
// @authors: Kim Honoridez

import { IRoleDefinition, IAppDefinition, IOrganizationDefinition, PreconditionType } from "@energyweb/iam-contracts";
import { IAM, ENSNamespaceTypes } from "./iam";
import { IAM, ENSNamespaceTypes, RegistrationTypes } from "./iam";
import { ICacheServerClient } from "./cacheServerClient/ICacheServerClient";
import { ERROR_MESSAGES } from "./errors";
import { WalletProvider } from "./types/WalletProvider";
Expand Down Expand Up @@ -70,7 +70,8 @@ export {
WalletProvider,
PreconditionType as PreconditionTypes,
Order,
AssetHistoryEventType
AssetHistoryEventType,
RegistrationTypes
};

// TYPES
Expand Down

0 comments on commit 1881b60

Please sign in to comment.