diff --git a/package.json b/package.json index 71f397c..e9346af 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "author": "Transcend Inc.", "name": "@transcend-io/privacy-types", "description": "Core enums and types that can be useful when interacting with Transcend's public APIs.", - "version": "4.52.0", + "version": "4.52.1", "homepage": "https://github.com/transcend-io/privacy-types", "repository": { "type": "git", diff --git a/src/index.ts b/src/index.ts index 589f7cd..10fc644 100644 --- a/src/index.ts +++ b/src/index.ts @@ -16,4 +16,5 @@ export * from './attribute'; export * from './consentManager'; export * from './enricher'; export * from './assessment'; +export * from './assessmentForm'; export * from './datapoint';