@opexa/portal-sdk 0.52.1 → 0.52.2

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.cjs CHANGED
@@ -9102,8 +9102,8 @@ var Sdk = class {
9102
9102
  data: res.data.map(this.transformer.transform.promo)
9103
9103
  };
9104
9104
  }
9105
- async availablePromos() {
9106
- const res = await this.walletService.availablePromos();
9105
+ async availablePromos(input) {
9106
+ const res = await this.walletService.availablePromos(input);
9107
9107
  if (!res.ok) return res;
9108
9108
  return {
9109
9109
  ok: true,