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.
- package/lib/types/types.d.ts +1 -1
- package/package.json +1 -1
package/lib/types/types.d.ts
CHANGED
|
@@ -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 & {
|