@opexa/portal-sdk 0.0.120 → 0.0.122

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/README.md CHANGED
@@ -1199,6 +1199,8 @@ function Page() {
1199
1199
  description: string;
1200
1200
  minimumBonusAmount?: number;
1201
1201
  maximumBonusAmount?: number;
1202
+ minimumDepositAmount?: number;
1203
+ maximumDepositAmount?: number;
1202
1204
  activationStartDateTime: Date;
1203
1205
  activationEndDateTime: Date;
1204
1206
  dateTimeCreated: Date;