@opexa/portal-sdk 0.59.49 → 0.59.50

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.js CHANGED
@@ -1,4 +1,4 @@
1
- import { CmsPortalService, GameService, ExtensionService, FileService, WalletService, AccountService, ReportService, PortalService, TriggerService, AuthService } from './chunk-EWOIQLLS.js';
1
+ import { CmsPortalService, GameService, ExtensionService, FileService, WalletService, AccountService, ReportService, PortalService, TriggerService, AuthService } from './chunk-6BZILZI4.js';
2
2
  import { GraphQLClient, isPlainObject } from './chunk-JTAO2DVT.js';
3
3
  import './chunk-WVFSGB7Y.js';
4
4
  import { ObjectId } from '@opexa/object-id';
@@ -1596,15 +1596,44 @@ var CASHBACKS_QUERY = gql`
1596
1596
  }
1597
1597
  `;
1598
1598
  var PROMOS_AND_CASHBACKS_QUERY = gql`
1599
- ${CASHBACK_FRAGMENT}
1600
- ${PROMO_FRAGMENT}
1599
+ ${FILE_FRAGMENT}
1601
1600
 
1602
1601
  query PromosAndCashbacks {
1603
1602
  cashbacks {
1604
- ...CashbackFragment
1603
+ id
1604
+ name
1605
+ banner {
1606
+ ...FileFragment
1607
+ }
1608
+ minimumCashback
1609
+ maximumMonthlyCashback
1610
+ status
1611
+ description
1612
+ activationStartDateTime
1613
+ activationEndDateTime
1614
+ turnoverContributionPercentagePerGameProvider
1615
+ dateTimeCreated
1616
+ dateTimeLastUpdated
1605
1617
  }
1606
1618
  promos {
1607
- ...PromoFragment
1619
+ id
1620
+ type
1621
+ name
1622
+ banner {
1623
+ ...FileFragment
1624
+ }
1625
+ status
1626
+ description
1627
+ maximumBonusAmount
1628
+ minimumBonusAmount
1629
+ maximumDepositAmount
1630
+ minimumDepositAmount
1631
+ depositBonusAmountPercentage
1632
+ activationStartDateTime
1633
+ turnoverRequirementContributionPercentagePerGameProvider
1634
+ activationEndDateTime
1635
+ dateTimeCreated
1636
+ dateTimeLastUpdated
1608
1637
  }
1609
1638
  }
1610
1639
  `;