@opexa/portal-sdk 0.0.94 → 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.js +3 -3
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -3
- package/dist/index.mjs.map +1 -1
- package/dist/sdk/types.d.ts +13 -9
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -3522,11 +3522,9 @@ 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
|
-
activationStartDateTime: {
|
|
3529
|
-
greaterThanOrEqual: /* @__PURE__ */ new Date()
|
|
3530
3528
|
}
|
|
3531
3529
|
}
|
|
3532
3530
|
});
|