13.0.0-alpha.19 (2022-02-03)
Features
BREAKING CHANGES
- 🧨 isSingleClaimCondition and isMultiClaimCondition moved from
src/types/index.ts
tosrc/utils/typeguards.ts
- 🧨 Moved isPortfolioCustodianRole, isVenueOwnerRole, isCddProviderRole,
isTickerOwnerRole, isIdentityRole fromsrc/types/index.ts
to
src/utils/typeguards.ts
- 🧨 InvestorUniqueness, InvestorUniqunessV2, CddClaim converted from type to
interface