@social-mail/social-mail-client 1.4.118 → 1.4.119

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.
@@ -40239,6 +40239,9 @@ System.register(["tslib", "@web-atoms/core/dist/di/DITransient", "@web-atoms/cor
40239
40239
  case "pending-approval":
40240
40240
  q = q.where(void 0, p => x => x.email.status === "pending-approval");
40241
40241
  break;
40242
+ case "approved":
40243
+ q = q.where(void 0, p => x => x.email.status === "approved");
40244
+ break;
40242
40245
  case "deleted":
40243
40246
  q = q.where(void 0, p => x => x.email.status === "deleted");
40244
40247
  break;