@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.
- package/dist/admin/AdminAppIndex.pack.js +3 -0
- package/dist/admin/AdminAppIndex.pack.js.map +1 -1
- package/dist/admin/AdminAppIndex.pack.min.js +1 -1
- package/dist/admin/AdminAppIndex.pack.min.js.map +1 -1
- package/dist/site-editor-app/SiteEditorApp.pack.js +3 -0
- package/dist/site-editor-app/SiteEditorApp.pack.js.map +1 -1
- package/dist/site-editor-app/SiteEditorApp.pack.min.js +1 -1
- package/dist/site-editor-app/SiteEditorApp.pack.min.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/web/AppIndex.pack.js +3 -0
- package/dist/web/AppIndex.pack.js.map +1 -1
- package/dist/web/AppIndex.pack.min.js +1 -1
- package/dist/web/AppIndex.pack.min.js.map +1 -1
- package/dist/web/page/channels/services/ChannelService.d.ts +1 -1
- package/dist/web/page/channels/services/ChannelService.d.ts.map +1 -1
- package/dist/web/page/channels/services/ChannelService.js +3 -0
- package/dist/web/page/channels/services/ChannelService.js.map +1 -1
- package/package.json +1 -1
- package/src/web/page/channels/services/ChannelService.ts +4 -1
|
@@ -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;
|