@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/{chunk-EWOIQLLS.js → chunk-6BZILZI4.js} +35 -6
- package/dist/chunk-6BZILZI4.js.map +1 -0
- package/dist/index.cjs +33 -4
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/services/index.cjs +33 -4
- package/dist/services/index.cjs.map +1 -1
- package/dist/services/index.js +1 -1
- package/package.json +1 -1
- package/dist/chunk-EWOIQLLS.js.map +0 -1
|
@@ -1586,15 +1586,44 @@ var CASHBACKS_QUERY = gql`
|
|
|
1586
1586
|
}
|
|
1587
1587
|
`;
|
|
1588
1588
|
var PROMOS_AND_CASHBACKS_QUERY = gql`
|
|
1589
|
-
${
|
|
1590
|
-
${PROMO_FRAGMENT}
|
|
1589
|
+
${FILE_FRAGMENT}
|
|
1591
1590
|
|
|
1592
1591
|
query PromosAndCashbacks {
|
|
1593
1592
|
cashbacks {
|
|
1594
|
-
|
|
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
|
-
|
|
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-
|
|
6244
|
-
//# sourceMappingURL=chunk-
|
|
6272
|
+
//# sourceMappingURL=chunk-6BZILZI4.js.map
|
|
6273
|
+
//# sourceMappingURL=chunk-6BZILZI4.js.map
|