@cakemail-org/ui-components-v2 2.0.42 → 2.0.44

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.
@@ -35,10 +35,22 @@ export declare enum EEmailSummaryEngagement {
35
35
  "none" = "none",
36
36
  "open_not_click" = "open_not_click"
37
37
  }
38
+ export declare enum EEMailSummaryStatuses {
39
+ "submitted" = "submitted",
40
+ "delivered" = "delivered",
41
+ "queued" = "queued",
42
+ "rejected" = "rejected",
43
+ "error" = "error",
44
+ "bounced" = "bounced",
45
+ "spam" = "spam",
46
+ "unsubscribed" = "unsubscribed",
47
+ "global_unsubscribed" = "global_unsubscribed",
48
+ "other" = "other"
49
+ }
38
50
  export type TGetEmailActivitySummary = {
39
51
  emailId?: string;
40
52
  engagement?: EEmailSummaryEngagement;
41
- status?: "submitted" | "delivered" | "queued" | "rejected" | "error" | "bounced" | "spam" | "unsubscribed" | "global_unsubscribed" | "other";
53
+ status?: EEMailSummaryStatuses;
42
54
  isoTime?: boolean;
43
55
  tags?: any;
44
56
  providers?: any;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cakemail-org/ui-components-v2",
3
- "version": "2.0.42",
3
+ "version": "2.0.44",
4
4
  "description": "ui library kit made with material UI",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",