@opexa/portal-sdk 0.0.180 → 0.0.182

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
@@ -4620,6 +4620,10 @@ var Transformer = class {
4620
4620
  seventhDayBonusAmount: parseDecimal(data.seventhDayBonusAmount, 0),
4621
4621
  sixthDayBonusAmount: parseDecimal(data.sixthDayBonusAmount, 0),
4622
4622
  thirdDayBonusAmount: parseDecimal(data.thirdDayBonusAmount, 0)
4623
+ },
4624
+ ...data.type === "ONBOARDING" && {
4625
+ firstDepositCompleted: data.firstDepositCompleted,
4626
+ accountVerificationCompleted: data.accountVerificationCompleted
4623
4627
  }
4624
4628
  };
4625
4629
  }