@clxmedia/types 1.0.134 → 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';
@@ -125,7 +125,7 @@ export type CLXTaskWithStatus = CLXTask & {
125
125
  skipped_at: Date | null;
126
126
  responsibility: 'internal' | 'external';
127
127
  status: CLXTaskStatus;
128
- resolution: 'done' | 'skipped' | null;
128
+ resolution: 'done' | 'skipped' | 'none';
129
129
  };
130
130
  export type CLXTaskWithHistory = CLXTaskWithStatus & {
131
131
  history: CLXTaskHistoryEntry[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@clxmedia/types",
3
- "version": "1.0.134",
3
+ "version": "1.0.136",
4
4
  "description": "Conversion Logix TypeScript type definitions",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",