freemium-survey-components 2.0.422 → 2.0.423
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
|
@@ -1075,7 +1075,7 @@ export type HostAgentType = {
|
|
|
1075
1075
|
email?: string;
|
|
1076
1076
|
};
|
|
1077
1077
|
export type CollectorTriggerType = 'TRANSACTIONAL' | 'RECURRING' | 'ONE_TIME';
|
|
1078
|
-
export type CollectorCategoryType = '
|
|
1078
|
+
export type CollectorCategoryType = 'CHANNELS' | 'AUTOMATIONS';
|
|
1079
1079
|
export type PreviewUserType = {
|
|
1080
1080
|
firstName?: string;
|
|
1081
1081
|
lastName?: string;
|