@opexa/portal-sdk 0.59.46 → 0.59.47

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
@@ -8520,7 +8520,8 @@ var Transformer = class {
8520
8520
  newDailyBetLimit: parseDecimal(data.newDailyBetLimit),
8521
8521
  newMonthlyBetLimit: parseDecimal(data.newMonthlyBetLimit),
8522
8522
  newDailyDepositLimit: parseDecimal(data.newDailyDepositLimit),
8523
- newMonthlyDepositLimit: parseDecimal(data.newMonthlyDepositLimit)
8523
+ newMonthlyDepositLimit: parseDecimal(data.newMonthlyDepositLimit),
8524
+ cellxpertDetails: data.cellxpertDetails ?? null
8524
8525
  };
8525
8526
  return compact(o);
8526
8527
  }