@clxmedia/types 1.0.135 → 1.0.136
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.
|
@@ -55,7 +55,7 @@ export type EnterpriseEventMediaHub = EnterpriseEventBase & {
|
|
|
55
55
|
event_action: MediaHubEnterpriseEventAction;
|
|
56
56
|
};
|
|
57
57
|
export type MediaHubEnterpriseEventSlugs = `mediahub:${MediaHubItemTypes}:${MediaHubEnterpriseEventAction}`;
|
|
58
|
-
export type AdsEnterpriseEventAction = 'reviewed' | 'paused' | 'unpaused' | 'published' | (EnterpriseDefaultActions & {});
|
|
58
|
+
export type AdsEnterpriseEventAction = 'reviewed' | 'approved' | 'paused' | 'unpaused' | 'published' | 'live' | 'comment' | (EnterpriseDefaultActions & {});
|
|
59
59
|
export type AdsItemTypes = 'proof_gbpa' | 'proof_mac' | 'proof_social' | 'proof_display' | 'proof_video' | 'none' | (string & {});
|
|
60
60
|
export type EnterpriseEventAds = EnterpriseEventBase & {
|
|
61
61
|
application_source: 'ads';
|