@opexa/portal-sdk 0.0.95 → 0.0.96

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/index.mjs CHANGED
@@ -3522,6 +3522,7 @@ class Xt {
3522
3522
  const t = await this.accountService.announcements({
3523
3523
  ...e,
3524
3524
  filter: {
3525
+ ...e == null ? void 0 : e.filter,
3525
3526
  visibility: {
3526
3527
  in: ["MEMBER", "GLOBAL"]
3527
3528
  }