@clxmedia/types 1.0.113 → 1.0.115
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.
|
@@ -18,7 +18,7 @@ export type EnterpriseEventDashboard = EnterpriseEventBase & {
|
|
|
18
18
|
event_action: DashboardEnterpriseEventAction;
|
|
19
19
|
};
|
|
20
20
|
export type DashboardEnterpriseEventSlugs = `dashboard:${string}:${DashboardEnterpriseEventAction}`;
|
|
21
|
-
export type FormsEnterpriseEventAction = 'locked' | 'unlocked' | 'shared' | 'submitted' | 'reviewed' | (EnterpriseDefaultActions & {});
|
|
21
|
+
export type FormsEnterpriseEventAction = 'locked' | 'unlocked' | 'shared' | 'submitted' | 'reviewed' | 'viewed' | (EnterpriseDefaultActions & {});
|
|
22
22
|
export type FormsItemTypes = 'onboarding' | 'client-request';
|
|
23
23
|
export type EnterpriseEventForms = EnterpriseEventBase & {
|
|
24
24
|
application_source: 'forms';
|