@opexa/portal-sdk 0.59.49 → 0.59.51

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.
@@ -177,7 +177,7 @@ var MEMBER_REBATE_CONTRIBUTION_QUERY = gql`
177
177
  percentage
178
178
  loss
179
179
  turnover
180
- rebate
180
+ amount
181
181
  }
182
182
  rebatesPerGame {
183
183
  game {
@@ -187,7 +187,7 @@ var MEMBER_REBATE_CONTRIBUTION_QUERY = gql`
187
187
  percentage
188
188
  loss
189
189
  turnover
190
- rebate
190
+ amount
191
191
  }
192
192
  }
193
193
  }
@@ -1586,15 +1586,44 @@ var CASHBACKS_QUERY = gql`
1586
1586
  }
1587
1587
  `;
1588
1588
  var PROMOS_AND_CASHBACKS_QUERY = gql`
1589
- ${CASHBACK_FRAGMENT}
1590
- ${PROMO_FRAGMENT}
1589
+ ${FILE_FRAGMENT}
1591
1590
 
1592
1591
  query PromosAndCashbacks {
1593
1592
  cashbacks {
1594
- ...CashbackFragment
1593
+ id
1594
+ name
1595
+ banner {
1596
+ ...FileFragment
1597
+ }
1598
+ minimumCashback
1599
+ maximumMonthlyCashback
1600
+ status
1601
+ description
1602
+ activationStartDateTime
1603
+ activationEndDateTime
1604
+ turnoverContributionPercentagePerGameProvider
1605
+ dateTimeCreated
1606
+ dateTimeLastUpdated
1595
1607
  }
1596
1608
  promos {
1597
- ...PromoFragment
1609
+ id
1610
+ type
1611
+ name
1612
+ banner {
1613
+ ...FileFragment
1614
+ }
1615
+ status
1616
+ description
1617
+ maximumBonusAmount
1618
+ minimumBonusAmount
1619
+ maximumDepositAmount
1620
+ minimumDepositAmount
1621
+ depositBonusAmountPercentage
1622
+ activationStartDateTime
1623
+ turnoverRequirementContributionPercentagePerGameProvider
1624
+ activationEndDateTime
1625
+ dateTimeCreated
1626
+ dateTimeLastUpdated
1598
1627
  }
1599
1628
  }
1600
1629
  `;
@@ -6240,5 +6269,5 @@ var ExtensionService = class {
6240
6269
  };
6241
6270
 
6242
6271
  export { AccountService, AuthService, CmsPortalService, ExtensionService, FileService, GameService, PortalService, ReportService, TriggerService, WalletService };
6243
- //# sourceMappingURL=chunk-EWOIQLLS.js.map
6244
- //# sourceMappingURL=chunk-EWOIQLLS.js.map
6272
+ //# sourceMappingURL=chunk-GXJX4GGR.js.map
6273
+ //# sourceMappingURL=chunk-GXJX4GGR.js.map