freemium-survey-components 2.0.145 → 2.0.146

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -973,7 +973,7 @@ export interface SurveyServResponseType {
973
973
  }
974
974
  export type PreviewChannelType = 'whatsapp' | 'email' | 'instagram';
975
975
  export type ThemeType = 'light' | 'dark';
976
- export type AccessTypes = 'survey:read' | 'survey:write' | 'analytics:read' | 'contact:read' | 'contact:write' | 'contact-impexp:write' | 'response:read' | 'response:write' | 'response-impexp:write' | 'response-edit:write' | 'workflow:read' | 'workflow:write' | 'dashboard:read' | 'settings:read';
976
+ export type AccessTypes = 'survey:read' | 'survey:write' | 'analytics:read' | 'contact:read' | 'contact:write' | 'contact-impexp:write' | 'response:read' | 'response:write' | 'response-impexp:write' | 'response-edit:write' | 'workflow:read' | 'workflow:write' | 'dashboard:read' | 'settings:read' | 'account-transfer:write';
977
977
  export type ExportedComponentType = {
978
978
  goToRoute: GoToRouteType;
979
979
  hostParams: HostParamsType & {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "freemium-survey-components",
3
- "version": "2.0.145",
3
+ "version": "2.0.146",
4
4
  "description": "React Survey Ui Components",
5
5
  "main": "lib/index.cjs.js",
6
6
  "module": "lib/index.esm.js",