@opexa/portal-components 0.0.444 → 0.0.446

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.
Files changed (204) hide show
  1. package/dist/client/hooks/useAvailableQuestsQuery.js +1 -0
  2. package/dist/components/Banner/Banner.client.d.ts +12 -0
  3. package/dist/components/Banner/Banner.client.js +49 -0
  4. package/dist/components/DigitainLauncher/Loading.js +1 -1
  5. package/dist/components/Jackpots/Jackpots.d.ts +1 -1
  6. package/dist/components/Jackpots/Jackpots.js +0 -3
  7. package/dist/components/Jackpots/Jackpots.module.css +184 -184
  8. package/dist/components/Jackpots/JackpotsCarousel/JackpotsCarousel.js +1 -4
  9. package/dist/components/Jackpots/JackpotsCarousel/JackpotsCarouselItem.d.ts +1 -1
  10. package/dist/components/Jackpots/JackpotsCarousel/JackpotsCarouselItem.js +4 -1
  11. package/dist/components/Jackpots/JackpotsCarousel/JackpotsCarouselItem.module.css +184 -184
  12. package/dist/components/Jackpots/JackpotsList/JackpotsList.js +0 -3
  13. package/dist/components/Jackpots/JackpotsList/JackpotsListItem.module.css +184 -184
  14. package/dist/components/Jackpots/JackpotsList/JackpotsListItemDesktop.d.ts +1 -1
  15. package/dist/components/Jackpots/JackpotsList/JackpotsListItemDesktop.js +3 -0
  16. package/dist/components/Jackpots/JackpotsList/JackpotsListItemMobile.d.ts +1 -1
  17. package/dist/components/Jackpots/JackpotsList/JackpotsListItemMobile.js +3 -0
  18. package/dist/components/KYC/BasicInformation.js +1 -1
  19. package/dist/components/KYC/IdentityVerification.js +1 -1
  20. package/dist/components/KYC/KYC.lazy.js +1 -1
  21. package/dist/components/KYC/PersonalInformation.js +1 -1
  22. package/dist/components/PortalProvider/CXDTokenObserver.js +11 -11
  23. package/dist/components/Tournaments/TournamentsCarousel/TournamentsCarouselItem.module.css +184 -184
  24. package/dist/components/Tournaments/TournamentsList/TournamentItem.module.css +184 -184
  25. package/dist/constants/EnvVar.d.ts +1 -1
  26. package/dist/services/queries.js +2702 -2702
  27. package/dist/styles/theme.css +719 -719
  28. package/dist/ui/AlertDialog/AlertDialog.d.ts +88 -88
  29. package/dist/ui/AlertDialog/alertDialog.recipe.d.ts +8 -8
  30. package/dist/ui/Badge/Badge.d.ts +12 -12
  31. package/dist/ui/Badge/badge.anatomy.d.ts +1 -1
  32. package/dist/ui/Badge/badge.recipe.d.ts +3 -3
  33. package/dist/ui/Carousel/Carousel.d.ts +99 -99
  34. package/dist/ui/Carousel/carousel.recipe.d.ts +11 -11
  35. package/dist/ui/Checkbox/Checkbox.d.ts +23 -23
  36. package/dist/ui/Checkbox/checkbox.recipe.d.ts +3 -3
  37. package/dist/ui/Clipboard/Clipboard.d.ts +18 -18
  38. package/dist/ui/Clipboard/clipboard.recipe.d.ts +3 -3
  39. package/dist/ui/Combobox/Combobox.d.ts +42 -42
  40. package/dist/ui/Combobox/combobox.recipe.d.ts +3 -3
  41. package/dist/ui/DatePicker/DatePicker.d.ts +72 -72
  42. package/dist/ui/DatePicker/datePicker.recipe.d.ts +3 -3
  43. package/dist/ui/Drawer/Drawer.d.ts +33 -33
  44. package/dist/ui/Drawer/drawer.recipe.d.ts +3 -3
  45. package/dist/ui/Field/Field.d.ts +21 -21
  46. package/dist/ui/Field/field.recipe.d.ts +3 -3
  47. package/dist/ui/Menu/Menu.d.ts +90 -90
  48. package/dist/ui/Menu/menu.recipe.d.ts +5 -5
  49. package/dist/ui/NumberInput/NumberInput.d.ts +24 -24
  50. package/dist/ui/NumberInput/numberInput.recipe.d.ts +3 -3
  51. package/dist/ui/PasswordInput/PasswordInput.d.ts +18 -18
  52. package/dist/ui/PasswordInput/passwordInput.recipe.d.ts +3 -3
  53. package/dist/ui/PinInput/PinInput.d.ts +12 -12
  54. package/dist/ui/PinInput/pinInput.recipe.d.ts +3 -3
  55. package/dist/ui/Popover/Popover.d.ts +55 -55
  56. package/dist/ui/Popover/popover.recipe.d.ts +5 -5
  57. package/dist/ui/Progress/Progress.d.ts +27 -27
  58. package/dist/ui/Progress/progress.recipe.d.ts +3 -3
  59. package/dist/ui/QrCode/QrCode.d.ts +25 -25
  60. package/dist/ui/QrCode/qrCode.recipe.d.ts +5 -5
  61. package/dist/ui/SegmentGroup/SegmentGroup.d.ts +18 -18
  62. package/dist/ui/SegmentGroup/segmentGroup.recipe.d.ts +3 -3
  63. package/dist/ui/Select/Select.d.ts +45 -45
  64. package/dist/ui/Select/select.recipe.d.ts +3 -3
  65. package/dist/ui/Table/Table.d.ts +21 -21
  66. package/dist/ui/Table/table.anatomy.d.ts +1 -1
  67. package/dist/ui/Table/table.recipe.d.ts +3 -3
  68. package/dist/ui/Tabs/Tabs.d.ts +15 -15
  69. package/dist/ui/Tabs/tabs.recipe.d.ts +3 -3
  70. package/package.json +162 -162
  71. package/dist/components/Disclaimer/ResponsibleGaming.d.ts +0 -10
  72. package/dist/components/Disclaimer/ResponsibleGaming.js +0 -13
  73. package/dist/components/Disclaimer/TermsOfUse.d.ts +0 -11
  74. package/dist/components/Disclaimer/TermsOfUse.js +0 -13
  75. package/dist/components/FeatureFlag/FeatureFlag.d.ts +0 -1
  76. package/dist/components/FeatureFlag/FeatureFlag.js +0 -29
  77. package/dist/components/FeatureFlag/index.d.ts +0 -1
  78. package/dist/components/FeatureFlag/index.js +0 -1
  79. package/dist/components/KYC/AutoOpen.d.ts +0 -1
  80. package/dist/components/KYC/AutoOpen.js +0 -40
  81. package/dist/components/KYC/CaptureIdDocument.d.ts +0 -1
  82. package/dist/components/KYC/CaptureIdDocument.js +0 -219
  83. package/dist/components/KYC/CaptureSelfie.d.ts +0 -1
  84. package/dist/components/KYC/CaptureSelfie.js +0 -285
  85. package/dist/components/KYC/DisplayImage.d.ts +0 -5
  86. package/dist/components/KYC/DisplayImage.js +0 -8
  87. package/dist/components/KYC/FileUpload.d.ts +0 -10
  88. package/dist/components/KYC/FileUpload.js +0 -72
  89. package/dist/components/KYC/NoCameraError.d.ts +0 -7
  90. package/dist/components/KYC/NoCameraError.js +0 -6
  91. package/dist/components/KYC/PersonOverlayDesktop.d.ts +0 -7
  92. package/dist/components/KYC/PersonOverlayDesktop.js +0 -9
  93. package/dist/components/KYC/backup/Header.d.ts +0 -1
  94. package/dist/components/KYC/backup/Header.js +0 -8
  95. package/dist/components/KYC/backup/Indicator.d.ts +0 -1
  96. package/dist/components/KYC/backup/Indicator.js +0 -9
  97. package/dist/components/KYC/backup/KYC.d.ts +0 -1
  98. package/dist/components/KYC/backup/KYC.js +0 -14
  99. package/dist/components/KYC/backup/KYC.lazy.d.ts +0 -1
  100. package/dist/components/KYC/backup/KYC.lazy.js +0 -26
  101. package/dist/components/KYC/backup/KYCContext.d.ts +0 -6
  102. package/dist/components/KYC/backup/KYCContext.js +0 -2
  103. package/dist/components/KYC/backup/Step1.d.ts +0 -1
  104. package/dist/components/KYC/backup/Step1.js +0 -13
  105. package/dist/components/KYC/backup/Step2.d.ts +0 -1
  106. package/dist/components/KYC/backup/Step2.js +0 -13
  107. package/dist/components/KYC/backup/Step3.d.ts +0 -1
  108. package/dist/components/KYC/backup/Step3.js +0 -13
  109. package/dist/components/KYC/backup/Step4.d.ts +0 -1
  110. package/dist/components/KYC/backup/Step4.js +0 -7
  111. package/dist/components/KYC/backup/useKYC.d.ts +0 -10
  112. package/dist/components/KYC/backup/useKYC.js +0 -8
  113. package/dist/components/KYC/loadModels.d.ts +0 -1
  114. package/dist/components/KYC/loadModels.js +0 -9
  115. package/dist/components/KYC/utils.d.ts +0 -9
  116. package/dist/components/KYC/utils.js +0 -79
  117. package/dist/components/Messages/Message.d.ts +0 -1
  118. package/dist/components/Messages/Message.js +0 -35
  119. package/dist/components/Messages/MessageContext.d.ts +0 -6
  120. package/dist/components/Messages/MessageContext.js +0 -2
  121. package/dist/components/Messages/MessagePopup.d.ts +0 -1
  122. package/dist/components/Messages/MessagePopup.js +0 -20
  123. package/dist/components/Messages/MessageTrigger.d.ts +0 -8
  124. package/dist/components/Messages/MessageTrigger.js +0 -19
  125. package/dist/components/Quests/CountdownTimer.d.ts +0 -15
  126. package/dist/components/Quests/CountdownTimer.js +0 -33
  127. package/dist/components/Quests/DailyCheckInQuest/DailyCheckInQuest.d.ts +0 -4
  128. package/dist/components/Quests/DailyCheckInQuest/DailyCheckInQuest.js +0 -78
  129. package/dist/components/Quests/DailyCheckInQuest/DailyCheckInQuestModal.d.ts +0 -8
  130. package/dist/components/Quests/DailyCheckInQuest/DailyCheckInQuestModal.js +0 -9
  131. package/dist/components/Quests/OnboardingQuest/OnboardingQuest.d.ts +0 -4
  132. package/dist/components/Quests/OnboardingQuest/OnboardingQuest.js +0 -4
  133. package/dist/components/Quests/WageringQuest/WageringQuest.d.ts +0 -4
  134. package/dist/components/Quests/WageringQuest/WageringQuest.js +0 -20
  135. package/dist/components/Quests/WageringQuest/WageringQuestModal.d.ts +0 -9
  136. package/dist/components/Quests/WageringQuest/WageringQuestModal.js +0 -9
  137. package/dist/components/SignUp/SignUp.lazy.d.ts +0 -12
  138. package/dist/components/SignUp/SignUp.lazy.js +0 -18
  139. package/dist/components/SignUp/SignUpContext.d.ts +0 -6
  140. package/dist/components/SignUp/SignUpContext.js +0 -2
  141. package/dist/components/SignUp/SignUpDefault/SignUp.lazy.d.ts +0 -17
  142. package/dist/components/SignUp/SignUpDefault/SignUp.lazy.js +0 -18
  143. package/dist/components/SignUp/SignUpDefault/SignUpContext.d.ts +0 -6
  144. package/dist/components/SignUp/SignUpDefault/SignUpContext.js +0 -2
  145. package/dist/components/SignUp/SignUpDefault/SignUpForm.d.ts +0 -1
  146. package/dist/components/SignUp/SignUpDefault/SignUpForm.js +0 -310
  147. package/dist/components/SignUp/SignUpForm.d.ts +0 -1
  148. package/dist/components/SignUp/SignUpForm.js +0 -284
  149. package/dist/components/SignUp/SignUpKYC/CaptureIdDocument.d.ts +0 -1
  150. package/dist/components/SignUp/SignUpKYC/CaptureIdDocument.js +0 -198
  151. package/dist/components/SignUp/SignUpKYC/CaptureSelfie.d.ts +0 -1
  152. package/dist/components/SignUp/SignUpKYC/CaptureSelfie.js +0 -251
  153. package/dist/components/SignUp/SignUpKYC/ImageUploader.d.ts +0 -10
  154. package/dist/components/SignUp/SignUpKYC/ImageUploader.js +0 -42
  155. package/dist/components/SignUp/SignUpKYC/PersonOverlayDesktop.d.ts +0 -7
  156. package/dist/components/SignUp/SignUpKYC/PersonOverlayDesktop.js +0 -9
  157. package/dist/components/SignUp/SignUpKYC/SignUpFormKYC.d.ts +0 -1
  158. package/dist/components/SignUp/SignUpKYC/SignUpFormKYC.js +0 -464
  159. package/dist/components/SignUp/SignUpKYC/useImageUploader.d.ts +0 -11
  160. package/dist/components/SignUp/SignUpKYC/useImageUploader.js +0 -20
  161. package/dist/components/SignUp/SignUpKYC/utils.d.ts +0 -9
  162. package/dist/components/SignUp/SignUpKYC/utils.js +0 -79
  163. package/dist/components/SignUp/SignUpPagcor/CaptureIdDocument.d.ts +0 -1
  164. package/dist/components/SignUp/SignUpPagcor/CaptureIdDocument.js +0 -198
  165. package/dist/components/SignUp/SignUpPagcor/CaptureSelfie.d.ts +0 -1
  166. package/dist/components/SignUp/SignUpPagcor/CaptureSelfie.js +0 -251
  167. package/dist/components/SignUp/SignUpPagcor/ImageUploader.d.ts +0 -10
  168. package/dist/components/SignUp/SignUpPagcor/ImageUploader.js +0 -41
  169. package/dist/components/SignUp/SignUpPagcor/SignUpFormPagcor.d.ts +0 -1
  170. package/dist/components/SignUp/SignUpPagcor/SignUpFormPagcor.js +0 -429
  171. package/dist/components/SignUp/SignUpPagcor/SignUpPagcor.lazy.d.ts +0 -13
  172. package/dist/components/SignUp/SignUpPagcor/SignUpPagcor.lazy.js +0 -26
  173. package/dist/components/SignUp/SignUpPagcor/SignUpPagcorContext.d.ts +0 -7
  174. package/dist/components/SignUp/SignUpPagcor/SignUpPagcorContext.js +0 -2
  175. package/dist/components/SignUp/SignUpPagcor/useImageUploader.d.ts +0 -11
  176. package/dist/components/SignUp/SignUpPagcor/useImageUploader.js +0 -20
  177. package/dist/components/shared/IdDocumentField.client.d.ts +0 -25
  178. package/dist/components/shared/IdDocumentField.client.js +0 -204
  179. package/dist/components/shared/IdDocumentField.d.ts +0 -2
  180. package/dist/components/shared/IdDocumentField.js +0 -11
  181. package/dist/components/shared/SelfieField.client.d.ts +0 -20
  182. package/dist/components/shared/SelfieField.client.js +0 -327
  183. package/dist/components/shared/SelfieField.d.ts +0 -2
  184. package/dist/components/shared/SelfieField.js +0 -11
  185. package/dist/constants/BranchCode.d.ts +0 -4
  186. package/dist/constants/BranchCode.js +0 -42
  187. package/dist/handlers/postTransformIdFrontImage.d.ts +0 -3
  188. package/dist/handlers/postTransformIdFrontImage.js +0 -67
  189. package/dist/handlers/postTransformSelfieImage.d.ts +0 -3
  190. package/dist/handlers/postTransformSelfieImage.js +0 -71
  191. package/dist/handlers.d.ts +0 -43
  192. package/dist/handlers.js +0 -297
  193. package/dist/icons/BellRingIcon.d.ts +0 -2
  194. package/dist/icons/BellRingIcon.js +0 -4
  195. package/dist/utils/dataUrlToBlob.d.ts +0 -1
  196. package/dist/utils/dataUrlToBlob.js +0 -11
  197. package/dist/utils/gamesAvailable3pmTo3am.d.ts +0 -1
  198. package/dist/utils/gamesAvailable3pmTo3am.js +0 -1
  199. package/dist/utils/getGameName.d.ts +0 -1
  200. package/dist/utils/getGameName.js +0 -6
  201. package/dist/utils/isBetween3amAnd3pm.d.ts +0 -1
  202. package/dist/utils/isBetween3amAnd3pm.js +0 -5
  203. package/dist/utils/resizeImageSize.d.ts +0 -2
  204. package/dist/utils/resizeImageSize.js +0 -11
@@ -1,2707 +1,2707 @@
1
- export const FILE_FRAGMENT = /* GraphQL */ `
2
- fragment FileFragment on File {
3
- id
4
- url
5
- status
6
- }
7
- `;
8
- export const FILE = /* GraphQL */ `
9
- ${FILE_FRAGMENT}
10
-
11
- query File($id: ObjectId!) {
12
- node(id: $id) {
13
- ... on File {
14
- ...FileFragment
15
- }
16
- }
17
- }
18
- `;
19
- export const UPLOAD_FILE = /* GraphQL */ `
20
- mutation UploadFile($input: UploadFileInput!) {
21
- uploadFile(input: $input) {
22
- ... on FileFormatNotSupportedError {
23
- name: __typename
24
- message
25
- }
26
- ... on FileNameTooLongError {
27
- name: __typename
28
- message
29
- }
30
- ... on FileSizeTooBigError {
31
- name: __typename
32
- message
33
- }
34
- }
35
- }
36
- `;
37
- export const UPLOAD_IMAGE_FILE = /* GraphQL */ `
38
- mutation UploadImageFile($input: UploadFileInput!) {
39
- uploadImageFile(input: $input) {
40
- ... on FileFormatNotSupportedError {
41
- name: __typename
42
- message
43
- }
44
- ... on FileNameTooLongError {
45
- name: __typename
46
- message
47
- }
48
- ... on FileSizeTooBigError {
49
- name: __typename
50
- message
51
- }
52
- }
53
- }
54
- `;
55
- export const UPLOAD_PRIVATE_IMAGE_FILE = /* GraphQL */ `
56
- mutation UploadPrivateImageFile($input: UploadFileInput!) {
57
- uploadPrivateImageFile(input: $input) {
58
- ... on FileFormatNotSupportedError {
59
- name: __typename
60
- message
61
- }
62
- ... on FileNameTooLongError {
63
- name: __typename
64
- message
65
- }
66
- ... on FileSizeTooBigError {
67
- name: __typename
68
- message
69
- }
70
- }
71
- }
72
- `;
73
- export const WALLET = /* GraphQL */ `
74
- query Wallet {
75
- wallet {
76
- balance
77
- }
78
- }
79
- `;
80
- export const POINTS_WALLET = /* GraphQL */ `
81
- query PointsWallet {
82
- pointsWallet {
83
- id
84
- points
85
- account
86
- dateTimeCreated
87
- }
88
- }
89
- `;
90
- export const REDEEM_POINTS_TO_CASH = /* GraphQL */ `
91
- mutation RedeemPointsToCash($input: RedeemPointsToCashInput!) {
92
- redeemPointsToCash(input: $input) {
93
- ... on InsufficientPointsError {
94
- name: __typename
95
- message
96
- }
97
- ... on PointsNotDivisibleBy100Error {
98
- name: __typename
99
- message
100
- }
101
- }
102
- }
103
- `;
104
- export const POINTS_WALLET_TRANSACTIONS = /* GraphQL */ `
105
- query PointsWalletTransactions(
106
- $first: Int
107
- $after: Cursor
108
- $filter: MemberPointsWalletTransactionFilterInput
109
- ) {
110
- member {
111
- pointsWalletTransactions(first: $first, after: $after, filter: $filter) {
112
- edges {
113
- cursor
114
- node {
115
- ... on PointsWalletTransaction {
116
- id
117
- type
118
- amount
119
- balance
120
- dateTimeCreated
121
- }
122
- }
123
- }
124
- totalCount
125
- pageInfo {
126
- hasNextPage
127
- endCursor
128
- }
129
- }
130
- }
131
- }
132
- `;
133
- export const GAME_SESSION = /* GraphQL */ `
134
- query GameSession($id: ObjectId!) {
135
- node(id: $id) {
136
- ... on GameSession {
137
- id
138
- game
139
- status
140
- launchUrl
141
- launchOptions
142
- }
143
- }
144
- }
145
- `;
146
- export const GAME_SESSION__LEGACY = /* GraphQL */ `
147
- query GameSession($id: ObjectId!) {
148
- node(id: $id) {
149
- ... on GameSession {
150
- id
151
- game {
152
- id
153
- }
154
- status
155
- launchUrl
156
- dateTimeCreated
157
- dateTimeLastUpdated
158
- }
159
- }
160
- }
161
- `;
162
- export const CREATE_GAME_SESSION = /* GraphQL */ `
163
- mutation CreateGameSession($input: CreateGameSessionInput!) {
164
- createGameSession(input: $input) {
165
- ... on GameDoesNotExistError {
166
- name: __typename
167
- message
168
- }
169
- }
170
- }
171
- `;
172
- export const END_GAME_SESSION = /* GraphQL */ `
173
- mutation EndGameSession($input: EndGameSessionInput!) {
174
- endGameSession(input: $input)
175
- }
176
- `;
177
- export const END_GAME_SESSION__LEGACY = /* GraphQL */ `
178
- mutation EndGameSession($input: EndGameSessionInput!) {
179
- endGameSession(input: $input) {
180
- ... on GameSessionDoesNotExistError {
181
- name: __typename
182
- message
183
- }
184
- ... on GameSessionAlreadyClosedError {
185
- name: __typename
186
- message
187
- }
188
- ... on GameProviderError {
189
- name: __typename
190
- message
191
- }
192
- }
193
- }
194
- `;
195
- export const RECOMMENDED_GAMES = /* GraphQL */ `
196
- query RecommendedGames {
197
- recommendedGames {
198
- id
199
- name
200
- type
201
- provider
202
- }
203
- }
204
- `;
205
- export const ANNOUNCEMENTS = /* GraphQL */ `
206
- query Announcements(
207
- $first: Int
208
- $after: Cursor
209
- $filter: AnnouncementFilterInput
210
- ) {
211
- announcements(first: $first, after: $after, filter: $filter) {
212
- edges {
213
- cursor
214
- node {
215
- ... on Announcement {
216
- id
217
- type
218
- title
219
- status
220
- message
221
- activationStartDateTime
222
- activationEndDateTime
223
- dateTimeCreated
224
- dateTimeLastUpdated
225
- }
226
- }
227
- }
228
- totalCount
229
- pageInfo {
230
- hasNextPage
231
- endCursor
232
- }
233
- }
234
- }
235
- `;
236
- export const WITHDRAWAL_RECORDS = /* GraphQL */ `
237
- query WithdrawalRecords(
238
- $first: Int
239
- $after: Cursor
240
- $filter: WithdrawalRecordFilterInput
241
- ) {
242
- member {
243
- withdrawalRecords(first: $first, after: $after, filter: $filter) {
244
- edges {
245
- cursor
246
- node {
247
- ... on BankWithdrawalRecord {
248
- id
249
- type
250
- bank
251
- fee
252
- netAmount
253
- reference
254
- amount
255
- status
256
- error
257
- withdrawalNumber
258
- dateTimeCreated
259
- dateTimeLastUpdated
260
- }
261
- ... on GCashWithdrawalRecord {
262
- id
263
- type
264
- fee
265
- netAmount
266
- reference
267
- amount
268
- status
269
- error
270
- withdrawalNumber
271
- recipientMobileNumber
272
- dateTimeCreated
273
- dateTimeLastUpdated
274
- }
275
- ... on ManualWithdrawalRecord {
276
- id
277
- type
278
- fee
279
- netAmount
280
- reference
281
- amount
282
- status
283
- error
284
- withdrawalNumber
285
- dateTimeCreated
286
- dateTimeLastUpdated
287
- }
288
- ... on MayaAppWithdrawalRecord {
289
- id
290
- type
291
- fee
292
- netAmount
293
- reference
294
- amount
295
- status
296
- error
297
- withdrawalNumber
298
- dateTimeCreated
299
- dateTimeLastUpdated
300
- }
301
- ... on InstapayWithdrawalRecord {
302
- id
303
- type
304
- fee
305
- netAmount
306
- bankName
307
- reference
308
- accountName
309
- amount
310
- status
311
- error
312
- withdrawalNumber
313
- dateTimeCreated
314
- dateTimeLastUpdated
315
- }
316
- ... on ManualUPIWithdrawalRecord {
317
- id
318
- type
319
- fee
320
- netAmount
321
- reference
322
- amount
323
- status
324
- error
325
- withdrawalNumber
326
- dateTimeCreated
327
- dateTimeLastUpdated
328
- }
329
- ... on ManualBankWithdrawalRecord {
330
- id
331
- type
332
- fee
333
- netAmount
334
- reference
335
- amount
336
- status
337
- error
338
- withdrawalNumber
339
- dateTimeCreated
340
- dateTimeLastUpdated
341
- }
342
- ... on VentajaDisbursementWithdrawalRecord {
343
- id
344
- type
345
- fee
346
- netAmount
347
- reference
348
- amount
349
- status
350
- error
351
- withdrawalNumber
352
- dateTimeCreated
353
- dateTimeLastUpdated
354
- }
355
- ... on PisoPayRemittanceWithdrawalRecord {
356
- id
357
- type
358
- fee
359
- accountName
360
- accountNumber
361
- netAmount
362
- reference
363
- amount
364
- status
365
- error
366
- withdrawalNumber
367
- dateTimeCreated
368
- dateTimeLastUpdated
369
- }
370
- }
371
- }
372
- totalCount
373
- pageInfo {
374
- hasNextPage
375
- endCursor
376
- }
377
- }
378
- }
379
- }
380
- `;
381
- export const CREATE_GCASH_WITHDRAWAL = /* GraphQL */ `
382
- mutation CreateGCashWithdrawal($input: CreateGCashWithdrawalInput!) {
383
- createGCashWithdrawal(input: $input) {
384
- ... on AccountNotVerifiedError {
385
- name: __typename
386
- message
387
- }
388
- ... on InvalidTransactionPasswordError {
389
- name: __typename
390
- message
391
- }
392
- ... on InvalidWithdrawalAmountError {
393
- name: __typename
394
- message
395
- }
396
- ... on MobileNumberNotVerifiedError {
397
- name: __typename
398
- message
399
- }
400
- ... on NotEnoughBalanceError {
401
- name: __typename
402
- message
403
- }
404
- ... on WithdrawalDailyLimitExceededError {
405
- name: __typename
406
- message
407
- }
408
- ... on ReCAPTCHAVerificationFailedError {
409
- name: __typename
410
- message
411
- }
412
- ... on WalletDoesNotExistError {
413
- name: __typename
414
- message
415
- }
416
- ... on TransactionPasswordNotSetError {
417
- name: __typename
418
- message
419
- }
420
- }
421
- }
422
- `;
423
- export const CREATE_MAYA_WITHDRAWAL = /* GraphQL */ `
424
- mutation CreateMayaWithdrawal($input: CreateMayaWithdrawalInput!) {
425
- createMayaWithdrawal(input: $input) {
426
- ... on AccountNotVerifiedError {
427
- name: __typename
428
- message
429
- }
430
- ... on InvalidTransactionPasswordError {
431
- name: __typename
432
- message
433
- }
434
- ... on InvalidWithdrawalAmountError {
435
- name: __typename
436
- message
437
- }
438
- ... on MobileNumberNotVerifiedError {
439
- name: __typename
440
- message
441
- }
442
- ... on NotEnoughBalanceError {
443
- name: __typename
444
- message
445
- }
446
- ... on WithdrawalDailyLimitExceededError {
447
- name: __typename
448
- message
449
- }
450
- }
451
- }
452
- `;
453
- export const CREATE_MAYA_APP_WITHDRAWAL = /* GraphQL */ `
454
- mutation CreateMayaAppWithdrawal($input: CreateMayaAppWithdrawalInput!) {
455
- createMayaAppWithdrawal(input: $input) {
456
- ... on AccountNotVerifiedError {
457
- name: __typename
458
- message
459
- }
460
- ... on InvalidTransactionPasswordError {
461
- name: __typename
462
- message
463
- }
464
- ... on InvalidWithdrawalAmountError {
465
- name: __typename
466
- message
467
- }
468
- ... on NotEnoughBalanceError {
469
- name: __typename
470
- message
471
- }
472
- ... on WithdrawalDailyLimitExceededError {
473
- name: __typename
474
- message
475
- }
476
- ... on WalletDoesNotExistError {
477
- name: __typename
478
- message
479
- }
480
- ... on TransactionPasswordNotSetError {
481
- name: __typename
482
- message
483
- }
484
- }
485
- }
486
- `;
487
- export const CREATE_BANK_WITHDRAWAL = /* GraphQL */ `
488
- mutation CreateBankWithdrawal($input: CreateBankWithdrawalInput!) {
489
- createBankWithdrawal(input: $input) {
490
- ... on MobileNumberNotVerifiedError {
491
- name: __typename
492
- message
493
- }
494
- }
495
- }
496
- `;
497
- export const CREATE_AIO_INSTAPAY_WITHDRAWAL = /* GraphQL */ `
498
- mutation CreateAIOInstapayWithdrawal(
499
- $input: CreateAIOInstapayWithdrawalInput!
500
- ) {
501
- createAIOInstapayWithdrawal(input: $input) {
502
- ... on AccountNotVerifiedError {
503
- name: __typename
504
- message
505
- }
506
- ... on InvalidWithdrawalAmountError {
507
- name: __typename
508
- message
509
- }
510
- ... on WithdrawalDailyLimitExceededError {
511
- name: __typename
512
- message
513
- }
514
- ... on InvalidTransactionPasswordError {
515
- name: __typename
516
- message
517
- }
518
- ... on NotEnoughBalanceError {
519
- name: __typename
520
- message
521
- }
522
- ... on WalletDoesNotExistError {
523
- name: __typename
524
- message
525
- }
526
- ... on TransactionPasswordNotSetError {
527
- name: __typename
528
- message
529
- }
530
- }
531
- }
532
- `;
533
- export const CREATE_AIO_INSTAPAY_WITHDRAWAL_NEXT = /* GraphQL */ `
534
- mutation CreateAIOInstapayWithdrawal_next(
535
- $input: CreateAIOInstapayWithdrawalInput_next!
536
- ) {
537
- createAIOInstapayWithdrawal_next(input: $input) {
538
- ... on AccountNotVerifiedError {
539
- name: __typename
540
- message
541
- }
542
- ... on InvalidWithdrawalAmountError {
543
- name: __typename
544
- message
545
- }
546
- ... on WithdrawalDailyLimitExceededError {
547
- name: __typename
548
- message
549
- }
550
- ... on InvalidTransactionPasswordError {
551
- name: __typename
552
- message
553
- }
554
- ... on NotEnoughBalanceError {
555
- name: __typename
556
- message
557
- }
558
- ... on WalletDoesNotExistError {
559
- name: __typename
560
- message
561
- }
562
- ... on TransactionPasswordNotSetError {
563
- name: __typename
564
- message
565
- }
566
- }
567
- }
568
- `;
569
- export const CREATE_VENTAJA_WITHDRAWAL = /* GraphQL */ `
570
- mutation CreateVentajaDisbursementWithdrawal(
571
- $input: CreateVentajaDisbursementWithdrawalInput!
572
- $transactionPassword: String!
573
- ) {
574
- createVentajaDisbursementWithdrawal(
575
- input: $input
576
- transactionPassword: $transactionPassword
577
- ) {
578
- ... on AccountNotVerifiedError {
579
- name: __typename
580
- message
581
- }
582
- ... on InvalidWithdrawalAmountError {
583
- name: __typename
584
- message
585
- }
586
- ... on WithdrawalDailyLimitExceededError {
587
- name: __typename
588
- message
589
- }
590
- ... on NotEnoughBalanceError {
591
- name: __typename
592
- message
593
- }
594
- ... on WalletDoesNotExistError {
595
- name: __typename
596
- message
597
- }
598
- ... on TransactionPasswordNotSetError {
599
- name: __typename
600
- message
601
- }
602
- ... on InvalidTransactionPasswordError {
603
- name: __typename
604
- message
605
- }
606
- }
607
- }
608
- `;
609
- export const CREATE_PISO_PAY_WITHDRAWAL = /* GraphQL */ `
610
- mutation CreatePisopayWithdrawal(
611
- $input: CreatePisoPayRemittanceWithdrawalInput!
612
- $transactionPassword: String!
613
- ) {
614
- createPisoPayRemittanceWithdrawal(
615
- input: $input
616
- transactionPassword: $transactionPassword
617
- ) {
618
- ... on AccountNotVerifiedError {
619
- name: __typename
620
- message
621
- }
622
- ... on InvalidWithdrawalAmountError {
623
- name: __typename
624
- message
625
- }
626
- ... on WithdrawalDailyLimitExceededError {
627
- name: __typename
628
- message
629
- }
630
- ... on InvalidTransactionPasswordError {
631
- name: __typename
632
- message
633
- }
634
- ... on NotEnoughBalanceError {
635
- name: __typename
636
- message
637
- }
638
- ... on WalletDoesNotExistError {
639
- name: __typename
640
- message
641
- }
642
- ... on TransactionPasswordNotSetError {
643
- name: __typename
644
- message
645
- }
646
- }
647
- }
648
- `;
649
- export const CREATE_MANUAL_UPI_WITHDRAWAL = /* GraphQL */ `
650
- mutation CreateManualUPIWithdrawal($input: CreateManualUPIWithdrawalInput!) {
651
- createManualUPIWithdrawal(input: $input) {
652
- ... on AccountNotVerifiedError {
653
- name: __typename
654
- message
655
- }
656
- ... on InvalidWithdrawalAmountError {
657
- name: __typename
658
- message
659
- }
660
- ... on WithdrawalDailyLimitExceededError {
661
- name: __typename
662
- message
663
- }
664
- ... on NotEnoughBalanceError {
665
- name: __typename
666
- message
667
- }
668
- ... on WalletDoesNotExistError {
669
- name: __typename
670
- message
671
- }
672
- }
673
- }
674
- `;
675
- export const CREATE_MANUAL_BANK_WITHDRAWAL = /* GraphQL */ `
676
- mutation CreateManualBankWithdrawal(
677
- $input: CreateManualBankWithdrawalInput!
678
- ) {
679
- createManualBankWithdrawal(input: $input) {
680
- ... on AccountNotVerifiedError {
681
- name: __typename
682
- message
683
- }
684
- ... on InvalidWithdrawalAmountError {
685
- name: __typename
686
- message
687
- }
688
- ... on WithdrawalDailyLimitExceededError {
689
- name: __typename
690
- message
691
- }
692
- ... on NotEnoughBalanceError {
693
- name: __typename
694
- message
695
- }
696
- ... on WalletDoesNotExistError {
697
- name: __typename
698
- message
699
- }
700
- }
701
- }
702
- `;
703
- export const INSTAPAY_BANK_LIST = /* GraphQL */ `
704
- query InstapayBankList {
705
- instapayBankList {
706
- id
707
- code
708
- name
709
- }
710
- }
711
- `;
712
- export const REMAINING_DAILY_WITHDRAWALS_COUNT = /* GraphQL */ `
713
- query RemainingDailyWithdrawalsCount {
714
- remainingDailyWithdrawalsCount
715
- }
716
- `;
717
- export const DEPOSIT_RECORDS = /* GraphQL */ `
718
- query DepositRecords(
719
- $after: Cursor
720
- $first: Int
721
- $filter: DepositRecordFilterInput
722
- ) {
723
- member {
724
- depositRecords(after: $after, first: $first, filter: $filter) {
725
- edges {
726
- cursor
727
- node {
728
- ... on DepositRecord {
729
- id
730
- type
731
- amount
732
- netAmount
733
- fee
734
- status
735
- deposit
736
- reference
737
- depositNumber
738
- dateTimeCreated
739
- dateTimeLastUpdated
740
- }
741
- }
742
- }
743
- totalCount
744
- pageInfo {
745
- hasNextPage
746
- endCursor
747
- }
748
- }
749
- }
750
- }
751
- `;
752
- export const CREATE_GCASH_DEPOSIT = /* GraphQL */ `
753
- mutation CreateGCashDeposit($input: CreateGCashDepositInput!) {
754
- createGCashDeposit(input: $input) {
755
- ... on DepositPromoMaximumAmountExceededError {
756
- name: __typename
757
- message
758
- }
759
- ... on DepositPromoMinimumAmountNotMetError {
760
- name: __typename
761
- message
762
- }
763
- ... on MaximumDepositAmountExceededError {
764
- name: __typename
765
- message
766
- }
767
- ... on MinimumDepositAmountNotMetError {
768
- name: __typename
769
- message
770
- }
771
- ... on MinimumFirstDepositAmountNotMetError {
772
- name: __typename
773
- message
774
- }
775
- ... on PromoNotEnabledError {
776
- name: __typename
777
- message
778
- }
779
- ... on WalletDoesNotExistError {
780
- name: __typename
781
- message
782
- }
783
- ... on ReCAPTCHAVerificationFailedError {
784
- name: __typename
785
- message
786
- }
787
- }
788
- }
789
- `;
790
- export const CREATE_GCASH_DIRECT_WEBPAY_DEPOSIT = /* GraphQL */ `
791
- mutation CreateGCashDirectWebpayDeposit(
792
- $input: CreateGCashDirectWebpayDepositInput!
793
- ) {
794
- createGCashDirectWebpayDeposit(input: $input) {
795
- ... on DepositPromoMaximumAmountExceededError {
796
- name: __typename
797
- message
798
- }
799
- ... on DepositPromoMinimumAmountNotMetError {
800
- name: __typename
801
- message
802
- }
803
- ... on MaximumDepositAmountExceededError {
804
- name: __typename
805
- message
806
- }
807
- ... on MinimumDepositAmountNotMetError {
808
- name: __typename
809
- message
810
- }
811
- ... on MinimumFirstDepositAmountNotMetError {
812
- name: __typename
813
- message
814
- }
815
- ... on PromoNotEnabledError {
816
- name: __typename
817
- message
818
- }
819
- ... on WalletDoesNotExistError {
820
- name: __typename
821
- message
822
- }
823
- }
824
- }
825
- `;
826
- export const CREATE_LIBANGAN_DEPOSIT = /* GraphQL */ `
827
- mutation CreateLibanganPayInDeposit(
828
- $input: CreateLibanganPayInDepositInput!
829
- ) {
830
- createLibanganPayInDeposit(input: $input) {
831
- ... on DepositPromoMaximumAmountExceededError {
832
- name: __typename
833
- message
834
- }
835
- ... on DepositPromoMinimumAmountNotMetError {
836
- name: __typename
837
- message
838
- }
839
- ... on MaximumDepositAmountExceededError {
840
- name: __typename
841
- message
842
- }
843
- ... on MinimumDepositAmountNotMetError {
844
- name: __typename
845
- message
846
- }
847
- ... on MinimumFirstDepositAmountNotMetError {
848
- name: __typename
849
- message
850
- }
851
- ... on PromoNotEnabledError {
852
- name: __typename
853
- message
854
- }
855
- ... on WalletDoesNotExistError {
856
- name: __typename
857
- message
858
- }
859
- }
860
- }
861
- `;
862
- export const CREATE_PISO_PAY_DEPOSIT = /* GraphQL */ `
863
- mutation CreatePisoPayDeposit($input: CreatePisoPayCheckoutDepositInput!) {
864
- createPisoPayCheckoutDeposit(input: $input) {
865
- ... on WalletDoesNotExistError {
866
- name: __typename
867
- message
868
- }
869
- ... on DepositPromoMinimumAmountNotMetError {
870
- name: __typename
871
- message
872
- }
873
- ... on DepositPromoMaximumAmountExceededError {
874
- name: __typename
875
- message
876
- }
877
- ... on MinimumFirstDepositAmountNotMetError {
878
- name: __typename
879
- message
880
- }
881
- ... on MinimumDepositAmountNotMetError {
882
- name: __typename
883
- message
884
- }
885
- ... on MaximumDepositAmountExceededError {
886
- name: __typename
887
- message
888
- }
889
- ... on PromoNotEnabledError {
890
- name: __typename
891
- message
892
- }
893
- }
894
- }
895
- `;
896
- export const CREATE_MAYA_DEPOSIT = /* GraphQL */ `
897
- mutation CreateMayaDeposit($input: CreateMayaDepositInput!) {
898
- createMayaDeposit(input: $input) {
899
- ... on DepositPromoMaximumAmountExceededError {
900
- name: __typename
901
- message
902
- }
903
- ... on DepositPromoMinimumAmountNotMetError {
904
- name: __typename
905
- message
906
- }
907
- ... on MaximumDepositAmountExceededError {
908
- name: __typename
909
- message
910
- }
911
- ... on MinimumDepositAmountNotMetError {
912
- name: __typename
913
- message
914
- }
915
- ... on MinimumFirstDepositAmountNotMetError {
916
- name: __typename
917
- message
918
- }
919
- ... on PromoNotEnabledError {
920
- name: __typename
921
- message
922
- }
923
- ... on WalletDoesNotExistError {
924
- name: __typename
925
- message
926
- }
927
- }
928
- }
929
- `;
930
- export const CREATE_MAYA_APP_DEPOSIT = /* GraphQL */ `
931
- mutation CreateMayaAppDeposit($input: CreateMayaAppDepositInput!) {
932
- createMayaAppDeposit(input: $input) {
933
- ... on DepositPromoMaximumAmountExceededError {
934
- name: __typename
935
- message
936
- }
937
- ... on DepositPromoMinimumAmountNotMetError {
938
- name: __typename
939
- message
940
- }
941
- ... on MaximumDepositAmountExceededError {
942
- name: __typename
943
- message
944
- }
945
- ... on MinimumDepositAmountNotMetError {
946
- name: __typename
947
- message
948
- }
949
- ... on MinimumFirstDepositAmountNotMetError {
950
- name: __typename
951
- message
952
- }
953
- ... on PromoNotEnabledError {
954
- name: __typename
955
- message
956
- }
957
- ... on WalletDoesNotExistError {
958
- name: __typename
959
- message
960
- }
961
- }
962
- }
963
- `;
964
- export const CREATE_AIO_QRPH_DEPOSIT = /* GraphQL */ `
965
- mutation CreateAIOQRPHDeposit($input: CreateAIOQRPHDepositInput!) {
966
- createAIOQRPHDeposit(input: $input) {
967
- ... on DepositPromoMaximumAmountExceededError {
968
- name: __typename
969
- message
970
- }
971
- ... on DepositPromoMinimumAmountNotMetError {
972
- name: __typename
973
- message
974
- }
975
- ... on MaximumDepositAmountExceededError {
976
- name: __typename
977
- message
978
- }
979
- ... on MinimumDepositAmountNotMetError {
980
- name: __typename
981
- message
982
- }
983
- ... on MinimumFirstDepositAmountNotMetError {
984
- name: __typename
985
- message
986
- }
987
- ... on PromoNotEnabledError {
988
- name: __typename
989
- message
990
- }
991
- ... on WalletDoesNotExistError {
992
- name: __typename
993
- message
994
- }
995
- ... on ReCAPTCHAVerificationFailedError {
996
- name: __typename
997
- message
998
- }
999
- }
1000
- }
1001
- `;
1002
- export const CREATE_AIO_ONLINE_BANK_DEPOSIT = /* GraphQL */ `
1003
- mutation CreateAIOOnlineBankDeposit(
1004
- $input: CreateAIOOnlineBankDepositInput!
1005
- ) {
1006
- createAIOOnlineBankDeposit(input: $input) {
1007
- ... on DepositPromoMaximumAmountExceededError {
1008
- name: __typename
1009
- message
1010
- }
1011
- ... on DepositPromoMinimumAmountNotMetError {
1012
- name: __typename
1013
- message
1014
- }
1015
- ... on MaximumDepositAmountExceededError {
1016
- name: __typename
1017
- message
1018
- }
1019
- ... on MinimumDepositAmountNotMetError {
1020
- name: __typename
1021
- message
1022
- }
1023
- ... on MinimumFirstDepositAmountNotMetError {
1024
- name: __typename
1025
- message
1026
- }
1027
- ... on PromoNotEnabledError {
1028
- name: __typename
1029
- message
1030
- }
1031
- ... on WalletDoesNotExistError {
1032
- name: __typename
1033
- message
1034
- }
1035
- }
1036
- }
1037
- `;
1038
- export const CREATE_MANUAL_BANK_DEPOSIT = /* GraphQL */ `
1039
- mutation CreateManualBankDeposit($input: CreateManualBankDepositInput!) {
1040
- createManualBankDeposit(input: $input) {
1041
- ... on WalletDoesNotExistError {
1042
- name: __typename
1043
- message
1044
- }
1045
- ... on MinimumFirstDepositAmountNotMetError {
1046
- name: __typename
1047
- message
1048
- }
1049
- ... on MinimumDepositAmountNotMetError {
1050
- name: __typename
1051
- message
1052
- }
1053
- ... on PromoNotEnabledError {
1054
- name: __typename
1055
- message
1056
- }
1057
- ... on DepositPromoMinimumAmountNotMetError {
1058
- name: __typename
1059
- message
1060
- }
1061
- ... on DepositPromoMaximumAmountExceededError {
1062
- name: __typename
1063
- message
1064
- }
1065
- ... on MaximumDepositAmountExceededError {
1066
- name: __typename
1067
- message
1068
- }
1069
- ... on FileDoesNotExistError {
1070
- name: __typename
1071
- message
1072
- }
1073
- ... on FileNotReadyError {
1074
- name: __typename
1075
- message
1076
- }
1077
- }
1078
- }
1079
- `;
1080
- export const CREATE_MANUAL_UPI_DEPOSIT = /* GraphQL */ `
1081
- mutation CreateManualUPIDeposit($input: CreateManualUPIDepositInput!) {
1082
- createManualUPIDeposit(input: $input) {
1083
- ... on DepositPromoMaximumAmountExceededError {
1084
- name: __typename
1085
- message
1086
- }
1087
- ... on DepositPromoMinimumAmountNotMetError {
1088
- name: __typename
1089
- message
1090
- }
1091
- ... on MaximumDepositAmountExceededError {
1092
- name: __typename
1093
- message
1094
- }
1095
- ... on MinimumDepositAmountNotMetError {
1096
- name: __typename
1097
- message
1098
- }
1099
- ... on MinimumFirstDepositAmountNotMetError {
1100
- name: __typename
1101
- message
1102
- }
1103
- ... on PromoNotEnabledError {
1104
- name: __typename
1105
- message
1106
- }
1107
- ... on WalletDoesNotExistError {
1108
- name: __typename
1109
- message
1110
- }
1111
- ... on UPIReferenceNotAvailableError {
1112
- name: __typename
1113
- message
1114
- }
1115
- }
1116
- }
1117
- `;
1118
- export const DEPOSIT = /* GraphQL */ `
1119
- query Deposit($id: ObjectId!) {
1120
- node(id: $id) {
1121
- ... on GCashDeposit {
1122
- id
1123
- type
1124
- status
1125
- checkoutUrl
1126
- error
1127
- }
1128
- ... on MayaDeposit {
1129
- id
1130
- type
1131
- status
1132
- checkoutUrl
1133
- }
1134
- ... on MayaAppDeposit {
1135
- id
1136
- type
1137
- status
1138
- error
1139
- }
1140
- ... on BankDeposit {
1141
- id
1142
- type
1143
- status
1144
- error
1145
- }
1146
- ... on ManualDeposit {
1147
- id
1148
- type
1149
- status
1150
- error
1151
- }
1152
- ... on QRPHDeposit {
1153
- id
1154
- type
1155
- status
1156
- qrCode
1157
- error
1158
- }
1159
- ... on OnlineBankDeposit {
1160
- id
1161
- type
1162
- status
1163
- vca
1164
- error
1165
- }
1166
- ... on GCashDirectWebpayDeposit {
1167
- id
1168
- type
1169
- status
1170
- checkoutUrl
1171
- error
1172
- }
1173
- ... on LibanganPayInDeposit {
1174
- id
1175
- type
1176
- status
1177
- checkoutUrl
1178
- error
1179
- }
1180
- ... on PisoPayCheckoutDeposit {
1181
- id
1182
- type
1183
- status
1184
- checkoutUrl
1185
- error
1186
- }
1187
- }
1188
- }
1189
- `;
1190
- export const DEPOSITS_COUNT = /* GraphQL */ `
1191
- query DepositsCount {
1192
- member {
1193
- depositsCount
1194
- }
1195
- }
1196
- `;
1197
- export const TOUCH_GCASH_DEPOSIT = /* GraphQL */ `
1198
- mutation TouchGCashDeposit($input: TouchGCashDepositInput!) {
1199
- touchGCashDeposit(input: $input)
1200
- }
1201
- `;
1202
- export const TOUCH_QRPH_DEPOSIT = /* GraphQL */ `
1203
- mutation TouchQRPHDeposit($input: TouchQRPHDepositInput!) {
1204
- touchQRPHDeposit(input: $input)
1205
- }
1206
- `;
1207
- export const BET_RECORDS = /* GraphQL */ `
1208
- query BetRecords($first: Int, $after: Cursor, $filter: BetRecordFilterInput) {
1209
- member {
1210
- betRecords(first: $first, after: $after, filter: $filter) {
1211
- totalCount
1212
- edges {
1213
- cursor
1214
- node {
1215
- ... on BetRecord {
1216
- id
1217
- serialCode
1218
- game {
1219
- id
1220
- name
1221
- type
1222
- provider
1223
- }
1224
- bet
1225
- payout
1226
- winloss
1227
- jackpotPayout
1228
- jackpotContribution
1229
- status
1230
- dateTimeCreated
1231
- dateTimeSettled
1232
- dateTimeLastUpdated
1233
- metadata
1234
- vendorRoundId
1235
- betContent
1236
- contestName
1237
- externalCategory
1238
- }
1239
- }
1240
- }
1241
- pageInfo {
1242
- hasNextPage
1243
- endCursor
1244
- }
1245
- }
1246
- }
1247
- }
1248
- `;
1249
- export const TRANSACTION_RECORDS = /* GraphQL */ `
1250
- query TransactionRecords(
1251
- $first: Int
1252
- $after: Cursor
1253
- $filter: TransactionRecordFilter
1254
- ) {
1255
- member {
1256
- transactionRecords(first: $first, after: $after, filter: $filter) {
1257
- edges {
1258
- cursor
1259
- node {
1260
- ... on TransactionRecord {
1261
- id
1262
- type
1263
- amount
1264
- content
1265
- currentBalance
1266
- currentBonusBalance
1267
- referenceNumber
1268
- dateTimeCreated
1269
- }
1270
- }
1271
- }
1272
- totalCount
1273
- pageInfo {
1274
- hasNextPage
1275
- endCursor
1276
- }
1277
- }
1278
- }
1279
- }
1280
- `;
1281
- export const PROMO_FRAGMENT = /* GraphQL */ `
1282
- ${FILE_FRAGMENT}
1283
-
1284
- fragment PromoFragment on Promo {
1285
- id
1286
- type
1287
- name
1288
- banner {
1289
- ...FileFragment
1290
- }
1291
- status
1292
- description
1293
- maximumBonusAmount
1294
- minimumBonusAmount
1295
- maximumDepositAmount
1296
- minimumDepositAmount
1297
- activationStartDateTime
1298
- turnoverRequirementContributionPercentagePerGameProvider
1299
- activationEndDateTime
1300
- dateTimeCreated
1301
- dateTimeLastUpdated
1302
- }
1303
- `;
1304
- export const PROMOS = /* GraphQL */ `
1305
- ${PROMO_FRAGMENT}
1306
-
1307
- query Promos {
1308
- promos {
1309
- ...PromoFragment
1310
- }
1311
- }
1312
- `;
1313
- export const AVAILABLE_PROMOS = /* GraphQL */ `
1314
- ${PROMO_FRAGMENT}
1315
-
1316
- query AvailablePromos($filter: PromoFilterInput) {
1317
- availablePromos(filter: $filter) {
1318
- ...PromoFragment
1319
- }
1320
- }
1321
- `;
1322
- export const PROMO = /* GraphQL */ `
1323
- ${PROMO_FRAGMENT}
1324
-
1325
- query Promo($id: ObjectId!) {
1326
- node(id: $id) {
1327
- ... on Promo {
1328
- ...PromoFragment
1329
- }
1330
- }
1331
- }
1332
- `;
1333
- export const SPOT_BONUS_FRAGMENT = /* GraphQL */ `
1334
- fragment SpotBonusFragment on SpotBonusPromo {
1335
- id
1336
- name
1337
- type
1338
- status
1339
- daysToClear
1340
- zeroOutThreshold
1341
- turnoverRequirementMultiplier
1342
- turnoverRequirementType
1343
- minimumTicketOddFactorPerSportsGameProvider
1344
- turnoverRequirementContributionPercentagePerGameProvider
1345
- bonusAmount
1346
- enabledGameProviders
1347
- activationStartDateTime
1348
- activationEndDateTime
1349
- banner {
1350
- id
1351
- url
1352
- }
1353
- description
1354
- dateTimeCreated
1355
- dateTimeLastUpdated
1356
- dateTimeClosed
1357
- totalBonus
1358
- totalDeposit
1359
- totalBonusBalance
1360
- totalBet
1361
- totalBonusCashedOut
1362
- bonusesCount
1363
- closedBonusesCount
1364
- closedBonusesCountPercentage
1365
- activeBonusesCount
1366
- clearedBonusesCount
1367
- zeroedOutBonusesCount
1368
- cancelledBonusesCount
1369
- expiredBonusesCount
1370
- code
1371
- maximumBonusesCountLimit
1372
- }
1373
- `;
1374
- export const PROMO_BY_CODE = /* GraphQL */ `
1375
- ${SPOT_BONUS_FRAGMENT}
1376
-
1377
- query PromoByCode($code: String!) {
1378
- promoByCode(code: $code) {
1379
- ...SpotBonusFragment
1380
- }
1381
- }
1382
- `;
1383
- export const CASHBACK_FRAGMENT = /* GraphQL */ `
1384
- ${FILE_FRAGMENT}
1385
-
1386
- fragment CashbackFragment on Cashback {
1387
- id
1388
- name
1389
- banner {
1390
- ...FileFragment
1391
- }
1392
- minimumCashback
1393
- maximumMonthlyCashback
1394
- status
1395
- description
1396
- activationStartDateTime
1397
- activationEndDateTime
1398
- turnoverContributionPercentagePerGameProvider
1399
- dateTimeCreated
1400
- dateTimeLastUpdated
1401
- }
1402
- `;
1403
- export const CASHBACKS = /* GraphQL */ `
1404
- ${CASHBACK_FRAGMENT}
1405
-
1406
- query Cashbacks {
1407
- cashbacks {
1408
- ...CashbackFragment
1409
- }
1410
- }
1411
- `;
1412
- export const CASHBACK = /* GraphQL */ `
1413
- ${CASHBACK_FRAGMENT}
1414
-
1415
- query Cashback($id: ObjectId!) {
1416
- node(id: $id) {
1417
- ... on Cashback {
1418
- ...CashbackFragment
1419
- }
1420
- }
1421
- }
1422
- `;
1423
- export const BONUS_FRAGMENT = /* GraphQL */ `
1424
- ${PROMO_FRAGMENT}
1425
-
1426
- fragment BonusFragment on Bonus {
1427
- id
1428
- promo {
1429
- ...PromoFragment
1430
- }
1431
- deposit {
1432
- type
1433
- amount
1434
- netAmount
1435
- fee
1436
- status
1437
- reference
1438
- dateTimeCreated
1439
- dateTimeLastUpdated
1440
- }
1441
- amount
1442
- balance
1443
- turnoverRequirement
1444
- currentTurnoverRequirementContribution
1445
- currentTurnoverRequirementContributionPercentage
1446
- turnoverRequirementContributionPercentagePerGameProvider
1447
- enabledGameProviders
1448
- expiration
1449
- dateTimeCreated
1450
- dateTimeLastUpdated
1451
- }
1452
- `;
1453
- export const BONUSES = /* GraphQL */ `
1454
- ${BONUS_FRAGMENT}
1455
-
1456
- query Bonuses($filter: BonusFilterInput) {
1457
- bonuses(filter: $filter) {
1458
- ...BonusFragment
1459
- }
1460
- }
1461
- `;
1462
- export const BONUS_IDS = /* GraphQL */ `
1463
- query BonusIds {
1464
- bonuses {
1465
- id
1466
- }
1467
- }
1468
- `;
1469
- export const BONUS_BALANCES = /* GraphQL */ `
1470
- query BonusesBalance {
1471
- bonuses {
1472
- balance
1473
- }
1474
- }
1475
- `;
1476
- export const BONUS = /* GraphQL */ `
1477
- ${BONUS_FRAGMENT}
1478
-
1479
- query Bonus($id: ObjectId!) {
1480
- node(id: $id) {
1481
- ... on Bonus {
1482
- ...BonusFragment
1483
- }
1484
- }
1485
- }
1486
- `;
1487
- export const CASHBACK_BONUS_FRAGMENT = /* GraphQL */ `
1488
- ${CASHBACK_FRAGMENT}
1489
-
1490
- fragment CashbackBonusFragment on CashbackBonus {
1491
- id
1492
- balance
1493
- total
1494
- cashback {
1495
- ...CashbackFragment
1496
- }
1497
- dateTimeCreated
1498
- dateTimeLastUpdated
1499
- }
1500
- `;
1501
- export const CASHBACK_BONUSES = /* GraphQL */ `
1502
- ${CASHBACK_BONUS_FRAGMENT}
1503
-
1504
- query CashbackBonuses {
1505
- cashbackBonuses {
1506
- ...CashbackBonusFragment
1507
- }
1508
- }
1509
- `;
1510
- export const CASHBACK_BONUS_IDS = /* GraphQL */ `
1511
- query CashbackBonusIds {
1512
- cashbackBonuses {
1513
- id
1514
- }
1515
- }
1516
- `;
1517
- export const CASHBACK_BONUS = /* GraphQL */ `
1518
- ${CASHBACK_BONUS_FRAGMENT}
1519
-
1520
- query CashbackBonus($id: ObjectId!) {
1521
- node(id: $id) {
1522
- ... on CashbackBonus {
1523
- ...CashbackBonusFragment
1524
- }
1525
- }
1526
- }
1527
- `;
1528
- export const CLAIM_CASHBACK_BONUS = /* GraphQL */ `
1529
- mutation ClaimCashbackBonus($input: ClaimCashbackBonusInput!) {
1530
- claimCashbackBonus(input: $input) {
1531
- ... on CashbackBonusDoesNotExistError {
1532
- name: __typename
1533
- message
1534
- }
1535
- }
1536
- }
1537
- `;
1538
- export const MEMBER = /* GraphQL */ `
1539
- query Member {
1540
- member {
1541
- dateTimeLastActive
1542
- }
1543
- }
1
+ export const FILE_FRAGMENT = /* GraphQL */ `
2
+ fragment FileFragment on File {
3
+ id
4
+ url
5
+ status
6
+ }
7
+ `;
8
+ export const FILE = /* GraphQL */ `
9
+ ${FILE_FRAGMENT}
10
+
11
+ query File($id: ObjectId!) {
12
+ node(id: $id) {
13
+ ... on File {
14
+ ...FileFragment
15
+ }
16
+ }
17
+ }
18
+ `;
19
+ export const UPLOAD_FILE = /* GraphQL */ `
20
+ mutation UploadFile($input: UploadFileInput!) {
21
+ uploadFile(input: $input) {
22
+ ... on FileFormatNotSupportedError {
23
+ name: __typename
24
+ message
25
+ }
26
+ ... on FileNameTooLongError {
27
+ name: __typename
28
+ message
29
+ }
30
+ ... on FileSizeTooBigError {
31
+ name: __typename
32
+ message
33
+ }
34
+ }
35
+ }
36
+ `;
37
+ export const UPLOAD_IMAGE_FILE = /* GraphQL */ `
38
+ mutation UploadImageFile($input: UploadFileInput!) {
39
+ uploadImageFile(input: $input) {
40
+ ... on FileFormatNotSupportedError {
41
+ name: __typename
42
+ message
43
+ }
44
+ ... on FileNameTooLongError {
45
+ name: __typename
46
+ message
47
+ }
48
+ ... on FileSizeTooBigError {
49
+ name: __typename
50
+ message
51
+ }
52
+ }
53
+ }
54
+ `;
55
+ export const UPLOAD_PRIVATE_IMAGE_FILE = /* GraphQL */ `
56
+ mutation UploadPrivateImageFile($input: UploadFileInput!) {
57
+ uploadPrivateImageFile(input: $input) {
58
+ ... on FileFormatNotSupportedError {
59
+ name: __typename
60
+ message
61
+ }
62
+ ... on FileNameTooLongError {
63
+ name: __typename
64
+ message
65
+ }
66
+ ... on FileSizeTooBigError {
67
+ name: __typename
68
+ message
69
+ }
70
+ }
71
+ }
72
+ `;
73
+ export const WALLET = /* GraphQL */ `
74
+ query Wallet {
75
+ wallet {
76
+ balance
77
+ }
78
+ }
79
+ `;
80
+ export const POINTS_WALLET = /* GraphQL */ `
81
+ query PointsWallet {
82
+ pointsWallet {
83
+ id
84
+ points
85
+ account
86
+ dateTimeCreated
87
+ }
88
+ }
89
+ `;
90
+ export const REDEEM_POINTS_TO_CASH = /* GraphQL */ `
91
+ mutation RedeemPointsToCash($input: RedeemPointsToCashInput!) {
92
+ redeemPointsToCash(input: $input) {
93
+ ... on InsufficientPointsError {
94
+ name: __typename
95
+ message
96
+ }
97
+ ... on PointsNotDivisibleBy100Error {
98
+ name: __typename
99
+ message
100
+ }
101
+ }
102
+ }
103
+ `;
104
+ export const POINTS_WALLET_TRANSACTIONS = /* GraphQL */ `
105
+ query PointsWalletTransactions(
106
+ $first: Int
107
+ $after: Cursor
108
+ $filter: MemberPointsWalletTransactionFilterInput
109
+ ) {
110
+ member {
111
+ pointsWalletTransactions(first: $first, after: $after, filter: $filter) {
112
+ edges {
113
+ cursor
114
+ node {
115
+ ... on PointsWalletTransaction {
116
+ id
117
+ type
118
+ amount
119
+ balance
120
+ dateTimeCreated
121
+ }
122
+ }
123
+ }
124
+ totalCount
125
+ pageInfo {
126
+ hasNextPage
127
+ endCursor
128
+ }
129
+ }
130
+ }
131
+ }
132
+ `;
133
+ export const GAME_SESSION = /* GraphQL */ `
134
+ query GameSession($id: ObjectId!) {
135
+ node(id: $id) {
136
+ ... on GameSession {
137
+ id
138
+ game
139
+ status
140
+ launchUrl
141
+ launchOptions
142
+ }
143
+ }
144
+ }
145
+ `;
146
+ export const GAME_SESSION__LEGACY = /* GraphQL */ `
147
+ query GameSession($id: ObjectId!) {
148
+ node(id: $id) {
149
+ ... on GameSession {
150
+ id
151
+ game {
152
+ id
153
+ }
154
+ status
155
+ launchUrl
156
+ dateTimeCreated
157
+ dateTimeLastUpdated
158
+ }
159
+ }
160
+ }
161
+ `;
162
+ export const CREATE_GAME_SESSION = /* GraphQL */ `
163
+ mutation CreateGameSession($input: CreateGameSessionInput!) {
164
+ createGameSession(input: $input) {
165
+ ... on GameDoesNotExistError {
166
+ name: __typename
167
+ message
168
+ }
169
+ }
170
+ }
171
+ `;
172
+ export const END_GAME_SESSION = /* GraphQL */ `
173
+ mutation EndGameSession($input: EndGameSessionInput!) {
174
+ endGameSession(input: $input)
175
+ }
176
+ `;
177
+ export const END_GAME_SESSION__LEGACY = /* GraphQL */ `
178
+ mutation EndGameSession($input: EndGameSessionInput!) {
179
+ endGameSession(input: $input) {
180
+ ... on GameSessionDoesNotExistError {
181
+ name: __typename
182
+ message
183
+ }
184
+ ... on GameSessionAlreadyClosedError {
185
+ name: __typename
186
+ message
187
+ }
188
+ ... on GameProviderError {
189
+ name: __typename
190
+ message
191
+ }
192
+ }
193
+ }
194
+ `;
195
+ export const RECOMMENDED_GAMES = /* GraphQL */ `
196
+ query RecommendedGames {
197
+ recommendedGames {
198
+ id
199
+ name
200
+ type
201
+ provider
202
+ }
203
+ }
204
+ `;
205
+ export const ANNOUNCEMENTS = /* GraphQL */ `
206
+ query Announcements(
207
+ $first: Int
208
+ $after: Cursor
209
+ $filter: AnnouncementFilterInput
210
+ ) {
211
+ announcements(first: $first, after: $after, filter: $filter) {
212
+ edges {
213
+ cursor
214
+ node {
215
+ ... on Announcement {
216
+ id
217
+ type
218
+ title
219
+ status
220
+ message
221
+ activationStartDateTime
222
+ activationEndDateTime
223
+ dateTimeCreated
224
+ dateTimeLastUpdated
225
+ }
226
+ }
227
+ }
228
+ totalCount
229
+ pageInfo {
230
+ hasNextPage
231
+ endCursor
232
+ }
233
+ }
234
+ }
235
+ `;
236
+ export const WITHDRAWAL_RECORDS = /* GraphQL */ `
237
+ query WithdrawalRecords(
238
+ $first: Int
239
+ $after: Cursor
240
+ $filter: WithdrawalRecordFilterInput
241
+ ) {
242
+ member {
243
+ withdrawalRecords(first: $first, after: $after, filter: $filter) {
244
+ edges {
245
+ cursor
246
+ node {
247
+ ... on BankWithdrawalRecord {
248
+ id
249
+ type
250
+ bank
251
+ fee
252
+ netAmount
253
+ reference
254
+ amount
255
+ status
256
+ error
257
+ withdrawalNumber
258
+ dateTimeCreated
259
+ dateTimeLastUpdated
260
+ }
261
+ ... on GCashWithdrawalRecord {
262
+ id
263
+ type
264
+ fee
265
+ netAmount
266
+ reference
267
+ amount
268
+ status
269
+ error
270
+ withdrawalNumber
271
+ recipientMobileNumber
272
+ dateTimeCreated
273
+ dateTimeLastUpdated
274
+ }
275
+ ... on ManualWithdrawalRecord {
276
+ id
277
+ type
278
+ fee
279
+ netAmount
280
+ reference
281
+ amount
282
+ status
283
+ error
284
+ withdrawalNumber
285
+ dateTimeCreated
286
+ dateTimeLastUpdated
287
+ }
288
+ ... on MayaAppWithdrawalRecord {
289
+ id
290
+ type
291
+ fee
292
+ netAmount
293
+ reference
294
+ amount
295
+ status
296
+ error
297
+ withdrawalNumber
298
+ dateTimeCreated
299
+ dateTimeLastUpdated
300
+ }
301
+ ... on InstapayWithdrawalRecord {
302
+ id
303
+ type
304
+ fee
305
+ netAmount
306
+ bankName
307
+ reference
308
+ accountName
309
+ amount
310
+ status
311
+ error
312
+ withdrawalNumber
313
+ dateTimeCreated
314
+ dateTimeLastUpdated
315
+ }
316
+ ... on ManualUPIWithdrawalRecord {
317
+ id
318
+ type
319
+ fee
320
+ netAmount
321
+ reference
322
+ amount
323
+ status
324
+ error
325
+ withdrawalNumber
326
+ dateTimeCreated
327
+ dateTimeLastUpdated
328
+ }
329
+ ... on ManualBankWithdrawalRecord {
330
+ id
331
+ type
332
+ fee
333
+ netAmount
334
+ reference
335
+ amount
336
+ status
337
+ error
338
+ withdrawalNumber
339
+ dateTimeCreated
340
+ dateTimeLastUpdated
341
+ }
342
+ ... on VentajaDisbursementWithdrawalRecord {
343
+ id
344
+ type
345
+ fee
346
+ netAmount
347
+ reference
348
+ amount
349
+ status
350
+ error
351
+ withdrawalNumber
352
+ dateTimeCreated
353
+ dateTimeLastUpdated
354
+ }
355
+ ... on PisoPayRemittanceWithdrawalRecord {
356
+ id
357
+ type
358
+ fee
359
+ accountName
360
+ accountNumber
361
+ netAmount
362
+ reference
363
+ amount
364
+ status
365
+ error
366
+ withdrawalNumber
367
+ dateTimeCreated
368
+ dateTimeLastUpdated
369
+ }
370
+ }
371
+ }
372
+ totalCount
373
+ pageInfo {
374
+ hasNextPage
375
+ endCursor
376
+ }
377
+ }
378
+ }
379
+ }
380
+ `;
381
+ export const CREATE_GCASH_WITHDRAWAL = /* GraphQL */ `
382
+ mutation CreateGCashWithdrawal($input: CreateGCashWithdrawalInput!) {
383
+ createGCashWithdrawal(input: $input) {
384
+ ... on AccountNotVerifiedError {
385
+ name: __typename
386
+ message
387
+ }
388
+ ... on InvalidTransactionPasswordError {
389
+ name: __typename
390
+ message
391
+ }
392
+ ... on InvalidWithdrawalAmountError {
393
+ name: __typename
394
+ message
395
+ }
396
+ ... on MobileNumberNotVerifiedError {
397
+ name: __typename
398
+ message
399
+ }
400
+ ... on NotEnoughBalanceError {
401
+ name: __typename
402
+ message
403
+ }
404
+ ... on WithdrawalDailyLimitExceededError {
405
+ name: __typename
406
+ message
407
+ }
408
+ ... on ReCAPTCHAVerificationFailedError {
409
+ name: __typename
410
+ message
411
+ }
412
+ ... on WalletDoesNotExistError {
413
+ name: __typename
414
+ message
415
+ }
416
+ ... on TransactionPasswordNotSetError {
417
+ name: __typename
418
+ message
419
+ }
420
+ }
421
+ }
422
+ `;
423
+ export const CREATE_MAYA_WITHDRAWAL = /* GraphQL */ `
424
+ mutation CreateMayaWithdrawal($input: CreateMayaWithdrawalInput!) {
425
+ createMayaWithdrawal(input: $input) {
426
+ ... on AccountNotVerifiedError {
427
+ name: __typename
428
+ message
429
+ }
430
+ ... on InvalidTransactionPasswordError {
431
+ name: __typename
432
+ message
433
+ }
434
+ ... on InvalidWithdrawalAmountError {
435
+ name: __typename
436
+ message
437
+ }
438
+ ... on MobileNumberNotVerifiedError {
439
+ name: __typename
440
+ message
441
+ }
442
+ ... on NotEnoughBalanceError {
443
+ name: __typename
444
+ message
445
+ }
446
+ ... on WithdrawalDailyLimitExceededError {
447
+ name: __typename
448
+ message
449
+ }
450
+ }
451
+ }
452
+ `;
453
+ export const CREATE_MAYA_APP_WITHDRAWAL = /* GraphQL */ `
454
+ mutation CreateMayaAppWithdrawal($input: CreateMayaAppWithdrawalInput!) {
455
+ createMayaAppWithdrawal(input: $input) {
456
+ ... on AccountNotVerifiedError {
457
+ name: __typename
458
+ message
459
+ }
460
+ ... on InvalidTransactionPasswordError {
461
+ name: __typename
462
+ message
463
+ }
464
+ ... on InvalidWithdrawalAmountError {
465
+ name: __typename
466
+ message
467
+ }
468
+ ... on NotEnoughBalanceError {
469
+ name: __typename
470
+ message
471
+ }
472
+ ... on WithdrawalDailyLimitExceededError {
473
+ name: __typename
474
+ message
475
+ }
476
+ ... on WalletDoesNotExistError {
477
+ name: __typename
478
+ message
479
+ }
480
+ ... on TransactionPasswordNotSetError {
481
+ name: __typename
482
+ message
483
+ }
484
+ }
485
+ }
486
+ `;
487
+ export const CREATE_BANK_WITHDRAWAL = /* GraphQL */ `
488
+ mutation CreateBankWithdrawal($input: CreateBankWithdrawalInput!) {
489
+ createBankWithdrawal(input: $input) {
490
+ ... on MobileNumberNotVerifiedError {
491
+ name: __typename
492
+ message
493
+ }
494
+ }
495
+ }
496
+ `;
497
+ export const CREATE_AIO_INSTAPAY_WITHDRAWAL = /* GraphQL */ `
498
+ mutation CreateAIOInstapayWithdrawal(
499
+ $input: CreateAIOInstapayWithdrawalInput!
500
+ ) {
501
+ createAIOInstapayWithdrawal(input: $input) {
502
+ ... on AccountNotVerifiedError {
503
+ name: __typename
504
+ message
505
+ }
506
+ ... on InvalidWithdrawalAmountError {
507
+ name: __typename
508
+ message
509
+ }
510
+ ... on WithdrawalDailyLimitExceededError {
511
+ name: __typename
512
+ message
513
+ }
514
+ ... on InvalidTransactionPasswordError {
515
+ name: __typename
516
+ message
517
+ }
518
+ ... on NotEnoughBalanceError {
519
+ name: __typename
520
+ message
521
+ }
522
+ ... on WalletDoesNotExistError {
523
+ name: __typename
524
+ message
525
+ }
526
+ ... on TransactionPasswordNotSetError {
527
+ name: __typename
528
+ message
529
+ }
530
+ }
531
+ }
532
+ `;
533
+ export const CREATE_AIO_INSTAPAY_WITHDRAWAL_NEXT = /* GraphQL */ `
534
+ mutation CreateAIOInstapayWithdrawal_next(
535
+ $input: CreateAIOInstapayWithdrawalInput_next!
536
+ ) {
537
+ createAIOInstapayWithdrawal_next(input: $input) {
538
+ ... on AccountNotVerifiedError {
539
+ name: __typename
540
+ message
541
+ }
542
+ ... on InvalidWithdrawalAmountError {
543
+ name: __typename
544
+ message
545
+ }
546
+ ... on WithdrawalDailyLimitExceededError {
547
+ name: __typename
548
+ message
549
+ }
550
+ ... on InvalidTransactionPasswordError {
551
+ name: __typename
552
+ message
553
+ }
554
+ ... on NotEnoughBalanceError {
555
+ name: __typename
556
+ message
557
+ }
558
+ ... on WalletDoesNotExistError {
559
+ name: __typename
560
+ message
561
+ }
562
+ ... on TransactionPasswordNotSetError {
563
+ name: __typename
564
+ message
565
+ }
566
+ }
567
+ }
568
+ `;
569
+ export const CREATE_VENTAJA_WITHDRAWAL = /* GraphQL */ `
570
+ mutation CreateVentajaDisbursementWithdrawal(
571
+ $input: CreateVentajaDisbursementWithdrawalInput!
572
+ $transactionPassword: String!
573
+ ) {
574
+ createVentajaDisbursementWithdrawal(
575
+ input: $input
576
+ transactionPassword: $transactionPassword
577
+ ) {
578
+ ... on AccountNotVerifiedError {
579
+ name: __typename
580
+ message
581
+ }
582
+ ... on InvalidWithdrawalAmountError {
583
+ name: __typename
584
+ message
585
+ }
586
+ ... on WithdrawalDailyLimitExceededError {
587
+ name: __typename
588
+ message
589
+ }
590
+ ... on NotEnoughBalanceError {
591
+ name: __typename
592
+ message
593
+ }
594
+ ... on WalletDoesNotExistError {
595
+ name: __typename
596
+ message
597
+ }
598
+ ... on TransactionPasswordNotSetError {
599
+ name: __typename
600
+ message
601
+ }
602
+ ... on InvalidTransactionPasswordError {
603
+ name: __typename
604
+ message
605
+ }
606
+ }
607
+ }
608
+ `;
609
+ export const CREATE_PISO_PAY_WITHDRAWAL = /* GraphQL */ `
610
+ mutation CreatePisopayWithdrawal(
611
+ $input: CreatePisoPayRemittanceWithdrawalInput!
612
+ $transactionPassword: String!
613
+ ) {
614
+ createPisoPayRemittanceWithdrawal(
615
+ input: $input
616
+ transactionPassword: $transactionPassword
617
+ ) {
618
+ ... on AccountNotVerifiedError {
619
+ name: __typename
620
+ message
621
+ }
622
+ ... on InvalidWithdrawalAmountError {
623
+ name: __typename
624
+ message
625
+ }
626
+ ... on WithdrawalDailyLimitExceededError {
627
+ name: __typename
628
+ message
629
+ }
630
+ ... on InvalidTransactionPasswordError {
631
+ name: __typename
632
+ message
633
+ }
634
+ ... on NotEnoughBalanceError {
635
+ name: __typename
636
+ message
637
+ }
638
+ ... on WalletDoesNotExistError {
639
+ name: __typename
640
+ message
641
+ }
642
+ ... on TransactionPasswordNotSetError {
643
+ name: __typename
644
+ message
645
+ }
646
+ }
647
+ }
648
+ `;
649
+ export const CREATE_MANUAL_UPI_WITHDRAWAL = /* GraphQL */ `
650
+ mutation CreateManualUPIWithdrawal($input: CreateManualUPIWithdrawalInput!) {
651
+ createManualUPIWithdrawal(input: $input) {
652
+ ... on AccountNotVerifiedError {
653
+ name: __typename
654
+ message
655
+ }
656
+ ... on InvalidWithdrawalAmountError {
657
+ name: __typename
658
+ message
659
+ }
660
+ ... on WithdrawalDailyLimitExceededError {
661
+ name: __typename
662
+ message
663
+ }
664
+ ... on NotEnoughBalanceError {
665
+ name: __typename
666
+ message
667
+ }
668
+ ... on WalletDoesNotExistError {
669
+ name: __typename
670
+ message
671
+ }
672
+ }
673
+ }
674
+ `;
675
+ export const CREATE_MANUAL_BANK_WITHDRAWAL = /* GraphQL */ `
676
+ mutation CreateManualBankWithdrawal(
677
+ $input: CreateManualBankWithdrawalInput!
678
+ ) {
679
+ createManualBankWithdrawal(input: $input) {
680
+ ... on AccountNotVerifiedError {
681
+ name: __typename
682
+ message
683
+ }
684
+ ... on InvalidWithdrawalAmountError {
685
+ name: __typename
686
+ message
687
+ }
688
+ ... on WithdrawalDailyLimitExceededError {
689
+ name: __typename
690
+ message
691
+ }
692
+ ... on NotEnoughBalanceError {
693
+ name: __typename
694
+ message
695
+ }
696
+ ... on WalletDoesNotExistError {
697
+ name: __typename
698
+ message
699
+ }
700
+ }
701
+ }
702
+ `;
703
+ export const INSTAPAY_BANK_LIST = /* GraphQL */ `
704
+ query InstapayBankList {
705
+ instapayBankList {
706
+ id
707
+ code
708
+ name
709
+ }
710
+ }
711
+ `;
712
+ export const REMAINING_DAILY_WITHDRAWALS_COUNT = /* GraphQL */ `
713
+ query RemainingDailyWithdrawalsCount {
714
+ remainingDailyWithdrawalsCount
715
+ }
716
+ `;
717
+ export const DEPOSIT_RECORDS = /* GraphQL */ `
718
+ query DepositRecords(
719
+ $after: Cursor
720
+ $first: Int
721
+ $filter: DepositRecordFilterInput
722
+ ) {
723
+ member {
724
+ depositRecords(after: $after, first: $first, filter: $filter) {
725
+ edges {
726
+ cursor
727
+ node {
728
+ ... on DepositRecord {
729
+ id
730
+ type
731
+ amount
732
+ netAmount
733
+ fee
734
+ status
735
+ deposit
736
+ reference
737
+ depositNumber
738
+ dateTimeCreated
739
+ dateTimeLastUpdated
740
+ }
741
+ }
742
+ }
743
+ totalCount
744
+ pageInfo {
745
+ hasNextPage
746
+ endCursor
747
+ }
748
+ }
749
+ }
750
+ }
751
+ `;
752
+ export const CREATE_GCASH_DEPOSIT = /* GraphQL */ `
753
+ mutation CreateGCashDeposit($input: CreateGCashDepositInput!) {
754
+ createGCashDeposit(input: $input) {
755
+ ... on DepositPromoMaximumAmountExceededError {
756
+ name: __typename
757
+ message
758
+ }
759
+ ... on DepositPromoMinimumAmountNotMetError {
760
+ name: __typename
761
+ message
762
+ }
763
+ ... on MaximumDepositAmountExceededError {
764
+ name: __typename
765
+ message
766
+ }
767
+ ... on MinimumDepositAmountNotMetError {
768
+ name: __typename
769
+ message
770
+ }
771
+ ... on MinimumFirstDepositAmountNotMetError {
772
+ name: __typename
773
+ message
774
+ }
775
+ ... on PromoNotEnabledError {
776
+ name: __typename
777
+ message
778
+ }
779
+ ... on WalletDoesNotExistError {
780
+ name: __typename
781
+ message
782
+ }
783
+ ... on ReCAPTCHAVerificationFailedError {
784
+ name: __typename
785
+ message
786
+ }
787
+ }
788
+ }
789
+ `;
790
+ export const CREATE_GCASH_DIRECT_WEBPAY_DEPOSIT = /* GraphQL */ `
791
+ mutation CreateGCashDirectWebpayDeposit(
792
+ $input: CreateGCashDirectWebpayDepositInput!
793
+ ) {
794
+ createGCashDirectWebpayDeposit(input: $input) {
795
+ ... on DepositPromoMaximumAmountExceededError {
796
+ name: __typename
797
+ message
798
+ }
799
+ ... on DepositPromoMinimumAmountNotMetError {
800
+ name: __typename
801
+ message
802
+ }
803
+ ... on MaximumDepositAmountExceededError {
804
+ name: __typename
805
+ message
806
+ }
807
+ ... on MinimumDepositAmountNotMetError {
808
+ name: __typename
809
+ message
810
+ }
811
+ ... on MinimumFirstDepositAmountNotMetError {
812
+ name: __typename
813
+ message
814
+ }
815
+ ... on PromoNotEnabledError {
816
+ name: __typename
817
+ message
818
+ }
819
+ ... on WalletDoesNotExistError {
820
+ name: __typename
821
+ message
822
+ }
823
+ }
824
+ }
825
+ `;
826
+ export const CREATE_LIBANGAN_DEPOSIT = /* GraphQL */ `
827
+ mutation CreateLibanganPayInDeposit(
828
+ $input: CreateLibanganPayInDepositInput!
829
+ ) {
830
+ createLibanganPayInDeposit(input: $input) {
831
+ ... on DepositPromoMaximumAmountExceededError {
832
+ name: __typename
833
+ message
834
+ }
835
+ ... on DepositPromoMinimumAmountNotMetError {
836
+ name: __typename
837
+ message
838
+ }
839
+ ... on MaximumDepositAmountExceededError {
840
+ name: __typename
841
+ message
842
+ }
843
+ ... on MinimumDepositAmountNotMetError {
844
+ name: __typename
845
+ message
846
+ }
847
+ ... on MinimumFirstDepositAmountNotMetError {
848
+ name: __typename
849
+ message
850
+ }
851
+ ... on PromoNotEnabledError {
852
+ name: __typename
853
+ message
854
+ }
855
+ ... on WalletDoesNotExistError {
856
+ name: __typename
857
+ message
858
+ }
859
+ }
860
+ }
861
+ `;
862
+ export const CREATE_PISO_PAY_DEPOSIT = /* GraphQL */ `
863
+ mutation CreatePisoPayDeposit($input: CreatePisoPayCheckoutDepositInput!) {
864
+ createPisoPayCheckoutDeposit(input: $input) {
865
+ ... on WalletDoesNotExistError {
866
+ name: __typename
867
+ message
868
+ }
869
+ ... on DepositPromoMinimumAmountNotMetError {
870
+ name: __typename
871
+ message
872
+ }
873
+ ... on DepositPromoMaximumAmountExceededError {
874
+ name: __typename
875
+ message
876
+ }
877
+ ... on MinimumFirstDepositAmountNotMetError {
878
+ name: __typename
879
+ message
880
+ }
881
+ ... on MinimumDepositAmountNotMetError {
882
+ name: __typename
883
+ message
884
+ }
885
+ ... on MaximumDepositAmountExceededError {
886
+ name: __typename
887
+ message
888
+ }
889
+ ... on PromoNotEnabledError {
890
+ name: __typename
891
+ message
892
+ }
893
+ }
894
+ }
895
+ `;
896
+ export const CREATE_MAYA_DEPOSIT = /* GraphQL */ `
897
+ mutation CreateMayaDeposit($input: CreateMayaDepositInput!) {
898
+ createMayaDeposit(input: $input) {
899
+ ... on DepositPromoMaximumAmountExceededError {
900
+ name: __typename
901
+ message
902
+ }
903
+ ... on DepositPromoMinimumAmountNotMetError {
904
+ name: __typename
905
+ message
906
+ }
907
+ ... on MaximumDepositAmountExceededError {
908
+ name: __typename
909
+ message
910
+ }
911
+ ... on MinimumDepositAmountNotMetError {
912
+ name: __typename
913
+ message
914
+ }
915
+ ... on MinimumFirstDepositAmountNotMetError {
916
+ name: __typename
917
+ message
918
+ }
919
+ ... on PromoNotEnabledError {
920
+ name: __typename
921
+ message
922
+ }
923
+ ... on WalletDoesNotExistError {
924
+ name: __typename
925
+ message
926
+ }
927
+ }
928
+ }
929
+ `;
930
+ export const CREATE_MAYA_APP_DEPOSIT = /* GraphQL */ `
931
+ mutation CreateMayaAppDeposit($input: CreateMayaAppDepositInput!) {
932
+ createMayaAppDeposit(input: $input) {
933
+ ... on DepositPromoMaximumAmountExceededError {
934
+ name: __typename
935
+ message
936
+ }
937
+ ... on DepositPromoMinimumAmountNotMetError {
938
+ name: __typename
939
+ message
940
+ }
941
+ ... on MaximumDepositAmountExceededError {
942
+ name: __typename
943
+ message
944
+ }
945
+ ... on MinimumDepositAmountNotMetError {
946
+ name: __typename
947
+ message
948
+ }
949
+ ... on MinimumFirstDepositAmountNotMetError {
950
+ name: __typename
951
+ message
952
+ }
953
+ ... on PromoNotEnabledError {
954
+ name: __typename
955
+ message
956
+ }
957
+ ... on WalletDoesNotExistError {
958
+ name: __typename
959
+ message
960
+ }
961
+ }
962
+ }
963
+ `;
964
+ export const CREATE_AIO_QRPH_DEPOSIT = /* GraphQL */ `
965
+ mutation CreateAIOQRPHDeposit($input: CreateAIOQRPHDepositInput!) {
966
+ createAIOQRPHDeposit(input: $input) {
967
+ ... on DepositPromoMaximumAmountExceededError {
968
+ name: __typename
969
+ message
970
+ }
971
+ ... on DepositPromoMinimumAmountNotMetError {
972
+ name: __typename
973
+ message
974
+ }
975
+ ... on MaximumDepositAmountExceededError {
976
+ name: __typename
977
+ message
978
+ }
979
+ ... on MinimumDepositAmountNotMetError {
980
+ name: __typename
981
+ message
982
+ }
983
+ ... on MinimumFirstDepositAmountNotMetError {
984
+ name: __typename
985
+ message
986
+ }
987
+ ... on PromoNotEnabledError {
988
+ name: __typename
989
+ message
990
+ }
991
+ ... on WalletDoesNotExistError {
992
+ name: __typename
993
+ message
994
+ }
995
+ ... on ReCAPTCHAVerificationFailedError {
996
+ name: __typename
997
+ message
998
+ }
999
+ }
1000
+ }
1001
+ `;
1002
+ export const CREATE_AIO_ONLINE_BANK_DEPOSIT = /* GraphQL */ `
1003
+ mutation CreateAIOOnlineBankDeposit(
1004
+ $input: CreateAIOOnlineBankDepositInput!
1005
+ ) {
1006
+ createAIOOnlineBankDeposit(input: $input) {
1007
+ ... on DepositPromoMaximumAmountExceededError {
1008
+ name: __typename
1009
+ message
1010
+ }
1011
+ ... on DepositPromoMinimumAmountNotMetError {
1012
+ name: __typename
1013
+ message
1014
+ }
1015
+ ... on MaximumDepositAmountExceededError {
1016
+ name: __typename
1017
+ message
1018
+ }
1019
+ ... on MinimumDepositAmountNotMetError {
1020
+ name: __typename
1021
+ message
1022
+ }
1023
+ ... on MinimumFirstDepositAmountNotMetError {
1024
+ name: __typename
1025
+ message
1026
+ }
1027
+ ... on PromoNotEnabledError {
1028
+ name: __typename
1029
+ message
1030
+ }
1031
+ ... on WalletDoesNotExistError {
1032
+ name: __typename
1033
+ message
1034
+ }
1035
+ }
1036
+ }
1037
+ `;
1038
+ export const CREATE_MANUAL_BANK_DEPOSIT = /* GraphQL */ `
1039
+ mutation CreateManualBankDeposit($input: CreateManualBankDepositInput!) {
1040
+ createManualBankDeposit(input: $input) {
1041
+ ... on WalletDoesNotExistError {
1042
+ name: __typename
1043
+ message
1044
+ }
1045
+ ... on MinimumFirstDepositAmountNotMetError {
1046
+ name: __typename
1047
+ message
1048
+ }
1049
+ ... on MinimumDepositAmountNotMetError {
1050
+ name: __typename
1051
+ message
1052
+ }
1053
+ ... on PromoNotEnabledError {
1054
+ name: __typename
1055
+ message
1056
+ }
1057
+ ... on DepositPromoMinimumAmountNotMetError {
1058
+ name: __typename
1059
+ message
1060
+ }
1061
+ ... on DepositPromoMaximumAmountExceededError {
1062
+ name: __typename
1063
+ message
1064
+ }
1065
+ ... on MaximumDepositAmountExceededError {
1066
+ name: __typename
1067
+ message
1068
+ }
1069
+ ... on FileDoesNotExistError {
1070
+ name: __typename
1071
+ message
1072
+ }
1073
+ ... on FileNotReadyError {
1074
+ name: __typename
1075
+ message
1076
+ }
1077
+ }
1078
+ }
1079
+ `;
1080
+ export const CREATE_MANUAL_UPI_DEPOSIT = /* GraphQL */ `
1081
+ mutation CreateManualUPIDeposit($input: CreateManualUPIDepositInput!) {
1082
+ createManualUPIDeposit(input: $input) {
1083
+ ... on DepositPromoMaximumAmountExceededError {
1084
+ name: __typename
1085
+ message
1086
+ }
1087
+ ... on DepositPromoMinimumAmountNotMetError {
1088
+ name: __typename
1089
+ message
1090
+ }
1091
+ ... on MaximumDepositAmountExceededError {
1092
+ name: __typename
1093
+ message
1094
+ }
1095
+ ... on MinimumDepositAmountNotMetError {
1096
+ name: __typename
1097
+ message
1098
+ }
1099
+ ... on MinimumFirstDepositAmountNotMetError {
1100
+ name: __typename
1101
+ message
1102
+ }
1103
+ ... on PromoNotEnabledError {
1104
+ name: __typename
1105
+ message
1106
+ }
1107
+ ... on WalletDoesNotExistError {
1108
+ name: __typename
1109
+ message
1110
+ }
1111
+ ... on UPIReferenceNotAvailableError {
1112
+ name: __typename
1113
+ message
1114
+ }
1115
+ }
1116
+ }
1117
+ `;
1118
+ export const DEPOSIT = /* GraphQL */ `
1119
+ query Deposit($id: ObjectId!) {
1120
+ node(id: $id) {
1121
+ ... on GCashDeposit {
1122
+ id
1123
+ type
1124
+ status
1125
+ checkoutUrl
1126
+ error
1127
+ }
1128
+ ... on MayaDeposit {
1129
+ id
1130
+ type
1131
+ status
1132
+ checkoutUrl
1133
+ }
1134
+ ... on MayaAppDeposit {
1135
+ id
1136
+ type
1137
+ status
1138
+ error
1139
+ }
1140
+ ... on BankDeposit {
1141
+ id
1142
+ type
1143
+ status
1144
+ error
1145
+ }
1146
+ ... on ManualDeposit {
1147
+ id
1148
+ type
1149
+ status
1150
+ error
1151
+ }
1152
+ ... on QRPHDeposit {
1153
+ id
1154
+ type
1155
+ status
1156
+ qrCode
1157
+ error
1158
+ }
1159
+ ... on OnlineBankDeposit {
1160
+ id
1161
+ type
1162
+ status
1163
+ vca
1164
+ error
1165
+ }
1166
+ ... on GCashDirectWebpayDeposit {
1167
+ id
1168
+ type
1169
+ status
1170
+ checkoutUrl
1171
+ error
1172
+ }
1173
+ ... on LibanganPayInDeposit {
1174
+ id
1175
+ type
1176
+ status
1177
+ checkoutUrl
1178
+ error
1179
+ }
1180
+ ... on PisoPayCheckoutDeposit {
1181
+ id
1182
+ type
1183
+ status
1184
+ checkoutUrl
1185
+ error
1186
+ }
1187
+ }
1188
+ }
1189
+ `;
1190
+ export const DEPOSITS_COUNT = /* GraphQL */ `
1191
+ query DepositsCount {
1192
+ member {
1193
+ depositsCount
1194
+ }
1195
+ }
1196
+ `;
1197
+ export const TOUCH_GCASH_DEPOSIT = /* GraphQL */ `
1198
+ mutation TouchGCashDeposit($input: TouchGCashDepositInput!) {
1199
+ touchGCashDeposit(input: $input)
1200
+ }
1201
+ `;
1202
+ export const TOUCH_QRPH_DEPOSIT = /* GraphQL */ `
1203
+ mutation TouchQRPHDeposit($input: TouchQRPHDepositInput!) {
1204
+ touchQRPHDeposit(input: $input)
1205
+ }
1206
+ `;
1207
+ export const BET_RECORDS = /* GraphQL */ `
1208
+ query BetRecords($first: Int, $after: Cursor, $filter: BetRecordFilterInput) {
1209
+ member {
1210
+ betRecords(first: $first, after: $after, filter: $filter) {
1211
+ totalCount
1212
+ edges {
1213
+ cursor
1214
+ node {
1215
+ ... on BetRecord {
1216
+ id
1217
+ serialCode
1218
+ game {
1219
+ id
1220
+ name
1221
+ type
1222
+ provider
1223
+ }
1224
+ bet
1225
+ payout
1226
+ winloss
1227
+ jackpotPayout
1228
+ jackpotContribution
1229
+ status
1230
+ dateTimeCreated
1231
+ dateTimeSettled
1232
+ dateTimeLastUpdated
1233
+ metadata
1234
+ vendorRoundId
1235
+ betContent
1236
+ contestName
1237
+ externalCategory
1238
+ }
1239
+ }
1240
+ }
1241
+ pageInfo {
1242
+ hasNextPage
1243
+ endCursor
1244
+ }
1245
+ }
1246
+ }
1247
+ }
1248
+ `;
1249
+ export const TRANSACTION_RECORDS = /* GraphQL */ `
1250
+ query TransactionRecords(
1251
+ $first: Int
1252
+ $after: Cursor
1253
+ $filter: TransactionRecordFilter
1254
+ ) {
1255
+ member {
1256
+ transactionRecords(first: $first, after: $after, filter: $filter) {
1257
+ edges {
1258
+ cursor
1259
+ node {
1260
+ ... on TransactionRecord {
1261
+ id
1262
+ type
1263
+ amount
1264
+ content
1265
+ currentBalance
1266
+ currentBonusBalance
1267
+ referenceNumber
1268
+ dateTimeCreated
1269
+ }
1270
+ }
1271
+ }
1272
+ totalCount
1273
+ pageInfo {
1274
+ hasNextPage
1275
+ endCursor
1276
+ }
1277
+ }
1278
+ }
1279
+ }
1280
+ `;
1281
+ export const PROMO_FRAGMENT = /* GraphQL */ `
1282
+ ${FILE_FRAGMENT}
1283
+
1284
+ fragment PromoFragment on Promo {
1285
+ id
1286
+ type
1287
+ name
1288
+ banner {
1289
+ ...FileFragment
1290
+ }
1291
+ status
1292
+ description
1293
+ maximumBonusAmount
1294
+ minimumBonusAmount
1295
+ maximumDepositAmount
1296
+ minimumDepositAmount
1297
+ activationStartDateTime
1298
+ turnoverRequirementContributionPercentagePerGameProvider
1299
+ activationEndDateTime
1300
+ dateTimeCreated
1301
+ dateTimeLastUpdated
1302
+ }
1303
+ `;
1304
+ export const PROMOS = /* GraphQL */ `
1305
+ ${PROMO_FRAGMENT}
1306
+
1307
+ query Promos {
1308
+ promos {
1309
+ ...PromoFragment
1310
+ }
1311
+ }
1312
+ `;
1313
+ export const AVAILABLE_PROMOS = /* GraphQL */ `
1314
+ ${PROMO_FRAGMENT}
1315
+
1316
+ query AvailablePromos($filter: PromoFilterInput) {
1317
+ availablePromos(filter: $filter) {
1318
+ ...PromoFragment
1319
+ }
1320
+ }
1321
+ `;
1322
+ export const PROMO = /* GraphQL */ `
1323
+ ${PROMO_FRAGMENT}
1324
+
1325
+ query Promo($id: ObjectId!) {
1326
+ node(id: $id) {
1327
+ ... on Promo {
1328
+ ...PromoFragment
1329
+ }
1330
+ }
1331
+ }
1332
+ `;
1333
+ export const SPOT_BONUS_FRAGMENT = /* GraphQL */ `
1334
+ fragment SpotBonusFragment on SpotBonusPromo {
1335
+ id
1336
+ name
1337
+ type
1338
+ status
1339
+ daysToClear
1340
+ zeroOutThreshold
1341
+ turnoverRequirementMultiplier
1342
+ turnoverRequirementType
1343
+ minimumTicketOddFactorPerSportsGameProvider
1344
+ turnoverRequirementContributionPercentagePerGameProvider
1345
+ bonusAmount
1346
+ enabledGameProviders
1347
+ activationStartDateTime
1348
+ activationEndDateTime
1349
+ banner {
1350
+ id
1351
+ url
1352
+ }
1353
+ description
1354
+ dateTimeCreated
1355
+ dateTimeLastUpdated
1356
+ dateTimeClosed
1357
+ totalBonus
1358
+ totalDeposit
1359
+ totalBonusBalance
1360
+ totalBet
1361
+ totalBonusCashedOut
1362
+ bonusesCount
1363
+ closedBonusesCount
1364
+ closedBonusesCountPercentage
1365
+ activeBonusesCount
1366
+ clearedBonusesCount
1367
+ zeroedOutBonusesCount
1368
+ cancelledBonusesCount
1369
+ expiredBonusesCount
1370
+ code
1371
+ maximumBonusesCountLimit
1372
+ }
1373
+ `;
1374
+ export const PROMO_BY_CODE = /* GraphQL */ `
1375
+ ${SPOT_BONUS_FRAGMENT}
1376
+
1377
+ query PromoByCode($code: String!) {
1378
+ promoByCode(code: $code) {
1379
+ ...SpotBonusFragment
1380
+ }
1381
+ }
1382
+ `;
1383
+ export const CASHBACK_FRAGMENT = /* GraphQL */ `
1384
+ ${FILE_FRAGMENT}
1385
+
1386
+ fragment CashbackFragment on Cashback {
1387
+ id
1388
+ name
1389
+ banner {
1390
+ ...FileFragment
1391
+ }
1392
+ minimumCashback
1393
+ maximumMonthlyCashback
1394
+ status
1395
+ description
1396
+ activationStartDateTime
1397
+ activationEndDateTime
1398
+ turnoverContributionPercentagePerGameProvider
1399
+ dateTimeCreated
1400
+ dateTimeLastUpdated
1401
+ }
1402
+ `;
1403
+ export const CASHBACKS = /* GraphQL */ `
1404
+ ${CASHBACK_FRAGMENT}
1405
+
1406
+ query Cashbacks {
1407
+ cashbacks {
1408
+ ...CashbackFragment
1409
+ }
1410
+ }
1411
+ `;
1412
+ export const CASHBACK = /* GraphQL */ `
1413
+ ${CASHBACK_FRAGMENT}
1414
+
1415
+ query Cashback($id: ObjectId!) {
1416
+ node(id: $id) {
1417
+ ... on Cashback {
1418
+ ...CashbackFragment
1419
+ }
1420
+ }
1421
+ }
1422
+ `;
1423
+ export const BONUS_FRAGMENT = /* GraphQL */ `
1424
+ ${PROMO_FRAGMENT}
1425
+
1426
+ fragment BonusFragment on Bonus {
1427
+ id
1428
+ promo {
1429
+ ...PromoFragment
1430
+ }
1431
+ deposit {
1432
+ type
1433
+ amount
1434
+ netAmount
1435
+ fee
1436
+ status
1437
+ reference
1438
+ dateTimeCreated
1439
+ dateTimeLastUpdated
1440
+ }
1441
+ amount
1442
+ balance
1443
+ turnoverRequirement
1444
+ currentTurnoverRequirementContribution
1445
+ currentTurnoverRequirementContributionPercentage
1446
+ turnoverRequirementContributionPercentagePerGameProvider
1447
+ enabledGameProviders
1448
+ expiration
1449
+ dateTimeCreated
1450
+ dateTimeLastUpdated
1451
+ }
1452
+ `;
1453
+ export const BONUSES = /* GraphQL */ `
1454
+ ${BONUS_FRAGMENT}
1455
+
1456
+ query Bonuses($filter: BonusFilterInput) {
1457
+ bonuses(filter: $filter) {
1458
+ ...BonusFragment
1459
+ }
1460
+ }
1461
+ `;
1462
+ export const BONUS_IDS = /* GraphQL */ `
1463
+ query BonusIds {
1464
+ bonuses {
1465
+ id
1466
+ }
1467
+ }
1468
+ `;
1469
+ export const BONUS_BALANCES = /* GraphQL */ `
1470
+ query BonusesBalance {
1471
+ bonuses {
1472
+ balance
1473
+ }
1474
+ }
1475
+ `;
1476
+ export const BONUS = /* GraphQL */ `
1477
+ ${BONUS_FRAGMENT}
1478
+
1479
+ query Bonus($id: ObjectId!) {
1480
+ node(id: $id) {
1481
+ ... on Bonus {
1482
+ ...BonusFragment
1483
+ }
1484
+ }
1485
+ }
1486
+ `;
1487
+ export const CASHBACK_BONUS_FRAGMENT = /* GraphQL */ `
1488
+ ${CASHBACK_FRAGMENT}
1489
+
1490
+ fragment CashbackBonusFragment on CashbackBonus {
1491
+ id
1492
+ balance
1493
+ total
1494
+ cashback {
1495
+ ...CashbackFragment
1496
+ }
1497
+ dateTimeCreated
1498
+ dateTimeLastUpdated
1499
+ }
1500
+ `;
1501
+ export const CASHBACK_BONUSES = /* GraphQL */ `
1502
+ ${CASHBACK_BONUS_FRAGMENT}
1503
+
1504
+ query CashbackBonuses {
1505
+ cashbackBonuses {
1506
+ ...CashbackBonusFragment
1507
+ }
1508
+ }
1509
+ `;
1510
+ export const CASHBACK_BONUS_IDS = /* GraphQL */ `
1511
+ query CashbackBonusIds {
1512
+ cashbackBonuses {
1513
+ id
1514
+ }
1515
+ }
1516
+ `;
1517
+ export const CASHBACK_BONUS = /* GraphQL */ `
1518
+ ${CASHBACK_BONUS_FRAGMENT}
1519
+
1520
+ query CashbackBonus($id: ObjectId!) {
1521
+ node(id: $id) {
1522
+ ... on CashbackBonus {
1523
+ ...CashbackBonusFragment
1524
+ }
1525
+ }
1526
+ }
1527
+ `;
1528
+ export const CLAIM_CASHBACK_BONUS = /* GraphQL */ `
1529
+ mutation ClaimCashbackBonus($input: ClaimCashbackBonusInput!) {
1530
+ claimCashbackBonus(input: $input) {
1531
+ ... on CashbackBonusDoesNotExistError {
1532
+ name: __typename
1533
+ message
1534
+ }
1535
+ }
1536
+ }
1537
+ `;
1538
+ export const MEMBER = /* GraphQL */ `
1539
+ query Member {
1540
+ member {
1541
+ dateTimeLastActive
1542
+ }
1543
+ }
1544
1544
  `;
1545
1545
  /**
1546
1546
  * _aka_ `Query.self`
1547
1547
  */
1548
- export const MEMBER_ACCOUNT = /* GraphQL */ `
1549
- query MemberAccount {
1550
- memberAccount: self {
1551
- ... on MemberAccount {
1552
- id
1553
- name
1554
- status
1555
- realName
1556
- emailAddress
1557
- mobileNumber
1558
- birthDay
1559
- verified
1560
- verificationStatus
1561
- nickName
1562
- validId
1563
- mobileNumberVerified
1564
- mobileNumberVerificationRequired
1565
- transactionPassword
1566
- secretAnswerSubmitted
1567
- dateTimeCreated
1568
- dateTimeLastUpdated
1569
- googleId
1570
- facebookId
1571
- cellxpertDetails {
1572
- cxd
1573
- dateTimeLastUpdated
1574
- }
1575
- }
1576
- }
1577
- }
1578
- `;
1579
- export const MEMBER_VERIFICATION = /* GraphQL */ `
1580
- ${FILE_FRAGMENT}
1581
-
1582
- query MemberVerification {
1583
- memberAccount: self {
1584
- ... on MemberAccount {
1585
- verification {
1586
- id
1587
- status
1588
- address
1589
- permanentAddress
1590
- sourceOfIncome
1591
- natureOfWork
1592
- nationality
1593
- placeOfBirth
1594
- idFrontImage {
1595
- ...FileFragment
1596
- }
1597
- selfieImage {
1598
- ...FileFragment
1599
- }
1600
- }
1601
- }
1602
- }
1603
- }
1604
- `;
1605
- export const REGISTER_MEMBER_ACCOUNT = /* GraphQL */ `
1606
- mutation RegisterMemberAccount(
1607
- $input: RegisterMemberAccountInput!
1608
- $referralCode: String
1609
- $verificationCode: String
1610
- $reCAPTCHAResponse: String
1611
- ) {
1612
- registerMemberAccount(
1613
- input: $input
1614
- referralCode: $referralCode
1615
- verificationCode: $verificationCode
1616
- reCAPTCHAResponse: $reCAPTCHAResponse
1617
- ) {
1618
- ... on AccountNameNotAvailableError {
1619
- name: __typename
1620
- message
1621
- }
1622
- ... on InvalidPlatformError {
1623
- name: __typename
1624
- message
1625
- }
1626
- ... on InvalidPlatformError {
1627
- name: __typename
1628
- message
1629
- }
1630
- ... on InvalidReCAPTCHAResponseError {
1631
- name: __typename
1632
- message
1633
- }
1634
- ... on InvalidSMSVerificationCodeError {
1635
- name: __typename
1636
- message
1637
- }
1638
- ... on MinimumAgeRequirementError {
1639
- name: __typename
1640
- message
1641
- }
1642
- ... on MobileNumberNotAvailableError {
1643
- name: __typename
1644
- message
1645
- }
1646
- ... on ReCAPTCHAVerificationFailedError {
1647
- name: __typename
1648
- message
1649
- }
1650
- }
1651
- }
1652
- `;
1653
- export const REGISTER_MEMBER_ACCOUNT_BY_NAME = /* GraphQL */ `
1654
- mutation RegisterMemberAccountByName(
1655
- $input: RegisterMemberAccountByNameInput!
1656
- $reCAPTCHAResponse: String!
1657
- ) {
1658
- registerMemberAccountByName(
1659
- input: $input
1660
- reCAPTCHAResponse: $reCAPTCHAResponse
1661
- ) {
1662
- ... on AccountNameNotAvailableError {
1663
- name: __typename
1664
- message
1665
- }
1666
- ... on InvalidPlatformError {
1667
- name: __typename
1668
- message
1669
- }
1670
- ... on InvalidReCAPTCHAResponseError {
1671
- name: __typename
1672
- message
1673
- }
1674
- }
1675
- }
1676
- `;
1677
- export const REGISTER_MEMBER_ACCOUNT_VIA_MOBILE = /* GraphQL */ `
1678
- mutation RegisterMemberAccountViaMobile(
1679
- $input: RegisterMemberAccountViaMobileInput!
1680
- $referralCode: String
1681
- $reCAPTCHAResponse: String
1682
- $verificationCode: String
1683
- ) {
1684
- registerMemberAccountViaMobile(
1685
- input: $input
1686
- referralCode: $referralCode
1687
- verificationCode: $verificationCode
1688
- reCAPTCHAResponse: $reCAPTCHAResponse
1689
- ) {
1690
- ... on InvalidPlatformError {
1691
- name: __typename
1692
- message
1693
- }
1694
- ... on InvalidReCAPTCHAResponseError {
1695
- name: __typename
1696
- message
1697
- }
1698
- ... on InvalidSMSVerificationCodeError {
1699
- name: __typename
1700
- message
1701
- }
1702
- ... on MobileNumberNotAvailableError {
1703
- name: __typename
1704
- message
1705
- }
1706
- ... on ReCAPTCHAVerificationFailedError {
1707
- name: __typename
1708
- message
1709
- }
1710
- }
1711
- }
1712
- `;
1713
- export const REGISTER_MEMBER_ACCOUNT__NEXT = /* GraphQL */ `
1714
- mutation RegisterMemberAccount(
1715
- $input: RegisterMemberAccountInput_next!
1716
- $reCAPTCHAResponse: String
1717
- ) {
1718
- registerMemberAccount: registerMemberAccount_next(
1719
- input: $input
1720
- reCAPTCHAResponse: $reCAPTCHAResponse
1721
- ) {
1722
- ... on AccountNameNotAvailableError {
1723
- name: __typename
1724
- message
1725
- }
1726
- ... on InvalidPlatformError {
1727
- name: __typename
1728
- message
1729
- }
1730
- ... on InvalidReCAPTCHAResponseError {
1731
- name: __typename
1732
- message
1733
- }
1734
- ... on InvalidSMSVerificationCodeError {
1735
- name: __typename
1736
- message
1737
- }
1738
- ... on MinimumAgeRequirementError {
1739
- name: __typename
1740
- message
1741
- }
1742
- ... on MobileNumberNotAvailableError {
1743
- name: __typename
1744
- message
1745
- }
1746
- ... on ReCAPTCHAVerificationFailedError {
1747
- name: __typename
1748
- message
1749
- }
1750
- }
1751
- }
1752
- `;
1753
- export const REGISTER_MAYA_MEMBER_ACCOUNT = /* GraphQL */ `
1754
- mutation RegisterMayaMemberAccount($input: RegisterMayaMemberAccountInput!) {
1755
- registerMayaMemberAccount(input: $input) {
1756
- ... on AccountNameNotAvailableError {
1757
- name: __typename
1758
- message
1759
- }
1760
- }
1761
- }
1762
- `;
1763
- export const UPDATE_MEMBER_ACCOUNT = /* GraphQL */ `
1764
- mutation UpdateMemberAccount($input: UpdateMemberAccountInput!) {
1765
- updateMemberAccount(input: $input) {
1766
- ... on AccountNameNotAvailableError {
1767
- name: __typename
1768
- message
1769
- }
1770
- ... on EmailAddressNotAvailableError {
1771
- name: __typename
1772
- message
1773
- }
1774
- ... on InvalidTransactionPasswordError {
1775
- name: __typename
1776
- message
1777
- }
1778
- ... on MobileNumberNotAvailableError {
1779
- name: __typename
1780
- message
1781
- }
1782
- ... on NickNameNotAvailableError {
1783
- name: __typename
1784
- message
1785
- }
1786
- ... on RealNameAlreadySetError {
1787
- name: __typename
1788
- message
1789
- }
1790
- ... on ValidIdAlreadySetError {
1791
- name: __typename
1792
- message
1793
- }
1794
- }
1795
- }
1796
- `;
1797
- export const RESET_PASSWORD = /* GraphQL */ `
1798
- mutation ResetPassword(
1799
- $input: ResetPasswordInput!
1800
- $verificationCode: String
1801
- ) {
1802
- resetPassword(input: $input, verificationCode: $verificationCode) {
1803
- ... on AccountNotFoundError {
1804
- name: __typename
1805
- message
1806
- }
1807
- ... on InvalidVerificationCodeError {
1808
- name: __typename
1809
- message
1810
- }
1811
- }
1812
- }
1813
- `;
1814
- export const DELETE_MEMBER_ACCOUNT = /* GraphQL */ `
1815
- mutation DeleteMemberAccount($input: DeleteMemberAccountInput!) {
1816
- deleteMemberAccount(input: $input)
1817
- }
1818
- `;
1819
- export const VERIFY_MOBILE_NUMBER = /* GraphQL */ `
1820
- mutation VerifyMobileNumber($input: VerifyMobileNumberInput!) {
1821
- verifyMobileNumber(input: $input) {
1822
- ... on InvalidSMSVerificationCodeError {
1823
- name: __typename
1824
- message
1825
- }
1826
- ... on MobileNumberAlreadyVerifiedError {
1827
- name: __typename
1828
- message
1829
- }
1830
- }
1831
- }
1832
- `;
1833
- export const CREATE_MEMBER_VERIFICATION = /* GraphQL */ `
1834
- mutation CreateMemberVerification($input: CreateMemberVerificationInput!) {
1835
- createMemberVerification(input: $input) {
1836
- ... on FileDoesNotExistError {
1837
- name: __typename
1838
- message
1839
- }
1840
- ... on FileNotReadyError {
1841
- name: __typename
1842
- message
1843
- }
1844
- ... on MemberVerificationAlreadyExistsError {
1845
- name: __typename
1846
- message
1847
- }
1848
- }
1849
- }
1850
- `;
1851
- export const CREATE_MEMBER_VERIFICATION__NEXT = /* GraphQL */ `
1852
- mutation CreateMemberVerification(
1853
- $input: CreateMemberVerificationInput_next!
1854
- ) {
1855
- createMemberVerification: createMemberVerification_next(input: $input) {
1856
- ... on FileDoesNotExistError {
1857
- name: __typename
1858
- message
1859
- }
1860
- ... on FileNotReadyError {
1861
- name: __typename
1862
- message
1863
- }
1864
- ... on MemberVerificationAlreadyExistsError {
1865
- name: __typename
1866
- message
1867
- }
1868
- }
1869
- }
1870
- `;
1871
- export const UPDATE_MEMBER_VERIFICATION = /* GraphQL */ `
1872
- mutation UpdateMemberVerification($input: UpdateMemberVerificationInput!) {
1873
- updateMemberVerification(input: $input) {
1874
- ... on FileDoesNotExistError {
1875
- name: __typename
1876
- message
1877
- }
1878
- ... on FileNotReadyError {
1879
- name: __typename
1880
- message
1881
- }
1882
- ... on MemberVerificationAlreadyApprovedError {
1883
- name: __typename
1884
- message
1885
- }
1886
- ... on MemberVerificationDoesNotExistError {
1887
- name: __typename
1888
- message
1889
- }
1890
- }
1891
- }
1892
- `;
1893
- export const APPROVE_MEMBER_VERIFICATION__NEXT = /* GraphQL */ `
1894
- mutation SubmitMemberVerification($input: ApproveMemberVerificationInput!) {
1895
- submitMemberVerification(input: $input) {
1896
- ... on VerificationDataIncompleteError {
1897
- __typename
1898
- }
1899
- ... on MemberVerificationDoesNotExistError {
1900
- __typename
1901
- }
1902
- ... on MemberVerificationAlreadyApprovedError {
1903
- __typename
1904
- }
1905
- }
1906
- }
1907
- `;
1908
- export const UPDATE_MEMBER_VERIFICATION__NEXT = /* GraphQL */ `
1909
- mutation UpdateMemberVerification($input: UpdateMemberVerificationInput!) {
1910
- updateMemberVerification: updateMemberVerification_next(input: $input) {
1911
- ... on FileDoesNotExistError {
1912
- __typename
1913
- }
1914
- ... on FileNotReadyError {
1915
- __typename
1916
- }
1917
- ... on MemberVerificationAlreadyApprovedError {
1918
- __typename
1919
- }
1920
- ... on MemberVerificationDoesNotExistError {
1921
- __typename
1922
- }
1923
- }
1924
- }
1925
- `;
1926
- export const PROFILE_COMPLETION = /* GraphQL */ `
1927
- query ProfileCompletion {
1928
- profileCompletion {
1929
- completionPercentage
1930
- personalInformation
1931
- accountVerification
1932
- mobileNumberVerification
1933
- transactionPassword
1934
- accountPassword
1935
- }
1936
- }
1937
- `;
1938
- export const REGISTER_MEMBER_ACCOUNT_BY_MOBILE_NUMBER = /* GraphQL */ `
1939
- mutation RegisterMemberAccountByMobileNumber(
1940
- $input: RegisterMemberAccountByMobileNumberInput!
1941
- $mobileNumberVerificationCode: String!
1942
- ) {
1943
- registerMemberAccountByMobileNumber(
1944
- input: $input
1945
- mobileNumberVerificationCode: $mobileNumberVerificationCode
1946
- ) {
1947
- ... on MobileNumberNotAvailableError {
1948
- name: __typename
1949
- message
1950
- }
1951
- ... on InvalidSMSVerificationCodeError {
1952
- name: __typename
1953
- message
1954
- }
1955
- ... on InvalidPlatformError {
1956
- name: __typename
1957
- message
1958
- }
1959
- }
1960
- }
1961
- `;
1962
- export const PLATFORM = /* GraphQL */ `
1963
- query Platform {
1964
- timezone
1965
- currency
1966
- }
1967
- `;
1968
- export const PAYMENT_SETTINGS = /* GraphQL */ `
1969
- fragment DepositGatewaySettingsCoreData on DepositGatewaySettings {
1970
- minimumAmount
1971
- maximumAmount
1972
- webEnabled
1973
- mobileWebEnabled
1974
- androidEnabled
1975
- iosEnabled
1976
- bankAccountName
1977
- bankAccountNumber
1978
- bankIFSCCode
1979
- upiId
1980
- upiQRCode {
1981
- id
1982
- url
1983
- }
1984
- }
1985
-
1986
- fragment WithdrawalGatewaySettingsCoreData on WithdrawalGatewaySettings {
1987
- minimumAmount
1988
- maximumAmount
1989
- webEnabled
1990
- mobileWebEnabled
1991
- androidEnabled
1992
- iosEnabled
1993
- }
1994
-
1995
- query PaymentSettings {
1996
- minimumFirstDepositAmount
1997
- restrictWithdrawalsToVerifiedMembers
1998
- bankDepositGatewaySettings: depositGatewaySettings(gateway: BANK) {
1999
- ...DepositGatewaySettingsCoreData
2000
- }
2001
- libanganDepositGatewaySettings: depositGatewaySettings(
2002
- gateway: LIBANGAN_PAY_IN
2003
- ) {
2004
- ...DepositGatewaySettingsCoreData
2005
- }
2006
- gcashDepositGatewaySettings: depositGatewaySettings(gateway: GCASH) {
2007
- ...DepositGatewaySettingsCoreData
2008
- }
2009
- mayaDepositGatewaySettings: depositGatewaySettings(gateway: MAYA) {
2010
- ...DepositGatewaySettingsCoreData
2011
- }
2012
- mayaAppDepositGatewaySettings: depositGatewaySettings(gateway: MAYA_APP) {
2013
- ...DepositGatewaySettingsCoreData
2014
- }
2015
- onlineBankDepositGatewaySettings: depositGatewaySettings(
2016
- gateway: ONLINE_BANK
2017
- ) {
2018
- ...DepositGatewaySettingsCoreData
2019
- }
2020
- qrphDepositGatewaySettings: depositGatewaySettings(gateway: QR_PH) {
2021
- ...DepositGatewaySettingsCoreData
2022
- }
2023
- manualBankDepositGatewaySettings: depositGatewaySettings(
2024
- gateway: MANUAL_BANK
2025
- ) {
2026
- ...DepositGatewaySettingsCoreData
2027
- }
2028
- manualUPIDepositGatewaySettings: depositGatewaySettings(
2029
- gateway: MANUAL_UPI
2030
- ) {
2031
- ...DepositGatewaySettingsCoreData
2032
- }
2033
- pisoPayDepositGatewaySettings: depositGatewaySettings(
2034
- gateway: PISO_PAY_CHECKOUT
2035
- ) {
2036
- ...DepositGatewaySettingsCoreData
2037
- }
2038
- bankWithdrawalGatewaySettings: withdrawalGatewaySettings(gateway: BANK) {
2039
- ...WithdrawalGatewaySettingsCoreData
2040
- }
2041
- gcashWithdrawalGatewaySettings: withdrawalGatewaySettings(gateway: GCASH) {
2042
- ...WithdrawalGatewaySettingsCoreData
2043
- }
2044
- mayaWithdrawalGatewaySettings: withdrawalGatewaySettings(gateway: MAYA) {
2045
- ...WithdrawalGatewaySettingsCoreData
2046
- }
2047
- mayaAppWithdrawalGatewaySettings: withdrawalGatewaySettings(
2048
- gateway: MAYA_APP
2049
- ) {
2050
- ...WithdrawalGatewaySettingsCoreData
2051
- }
2052
- instapayWithdrawalGatewaySettings: withdrawalGatewaySettings(
2053
- gateway: INSTAPAY
2054
- ) {
2055
- ...WithdrawalGatewaySettingsCoreData
2056
- }
2057
- manualBankWithdrawalGatewaySettings: withdrawalGatewaySettings(
2058
- gateway: MANUAL_BANK
2059
- ) {
2060
- ...WithdrawalGatewaySettingsCoreData
2061
- }
2062
- manualUPIWithdrawalGatewaySettings: withdrawalGatewaySettings(
2063
- gateway: MANUAL_UPI
2064
- ) {
2065
- ...WithdrawalGatewaySettingsCoreData
2066
- }
2067
- ventajaWithdrawalGatewaySettings: withdrawalGatewaySettings(
2068
- gateway: VENTAJA_DISBURSEMENT
2069
- ) {
2070
- ...WithdrawalGatewaySettingsCoreData
2071
- }
2072
- pisoPayWithdrawalGatewaySettings: withdrawalGatewaySettings(
2073
- gateway: PISO_PAY_REMITTANCE
2074
- ) {
2075
- ...WithdrawalGatewaySettingsCoreData
2076
- }
2077
- }
2078
- `;
2079
- export const MAYA_SESSION = /* GraphQL */ `
2080
- query MayaSession($id: ObjectId!) {
2081
- mayaSession(id: $id) {
2082
- id
2083
- member
2084
- dateTimeCreated
2085
- }
2086
- }
2087
- `;
2088
- export const VALIDATE_MAYA_SESSION = /* GraphQL */ `
2089
- mutation ValidateMayaSession {
2090
- validateMayaSession: validMayaSession
2091
- }
2092
- `;
2093
- export const ACTIVITY_RECORDS = /* GraphQL */ `
2094
- query ActivityRecords(
2095
- $after: Cursor
2096
- $first: Int
2097
- $filter: ActivityRecordsFilterInput
2098
- ) {
2099
- member {
2100
- activityRecords(after: $after, first: $first, filter: $filter) {
2101
- edges {
2102
- cursor
2103
- node {
2104
- ... on MemberActivity {
2105
- id
2106
- type
2107
- amount
2108
- details
2109
- dateTimeCreated
2110
- }
2111
- }
2112
- }
2113
- totalCount
2114
- pageInfo {
2115
- hasNextPage
2116
- endCursor
2117
- }
2118
- }
2119
- }
2120
- }
2121
- `;
2122
- export const REFERRAL_CODE = /* GraphQL */ `
2123
- query ReferralCode {
2124
- referralCode
2125
- }
2126
- `;
2127
- export const UPDATE_REFERRAL_CODE = /* GraphQL */ `
2128
- mutation UpdateReferralCode($input: UpdateReferralCodeInput!) {
2129
- updateReferralCode(input: $input) {
2130
- ... on ReferralCodeNotAvailableError {
2131
- name: __typename
2132
- message
2133
- }
2134
- }
2135
- }
2136
- `;
2137
- export const REFERRAL_FRAGMENT = /* GraphQL */ `
2138
- fragment ReferralFragment on Referral {
2139
- id
2140
- upline {
2141
- id
2142
- name
2143
- realName
2144
- }
2145
- downline {
2146
- id
2147
- name
2148
- realName
2149
- }
2150
- level
2151
- turnover
2152
- commission
2153
- dateTimeCreated
2154
- }
2155
- `;
2156
- export const REFERRALS = /* GraphQL */ `
2157
- query Referrals($first: Int, $after: Cursor, $filter: ReferralFilterInput) {
2158
- member {
2159
- referrals(first: $first, after: $after, filter: $filter) {
2160
- edges {
2161
- cursor
2162
- node {
2163
- ... on Referral {
2164
- ...ReferralFragment
2165
- }
2166
- }
2167
- }
2168
- totalCount
2169
- pageInfo {
2170
- hasNextPage
2171
- endCursor
2172
- }
2173
- }
2174
- }
2175
- }
2176
-
2177
- ${REFERRAL_FRAGMENT}
2178
- `;
2179
- export const UPLINES_BY_NAME = /* GraphQL */ `
2180
- query UplinesByName($search: String!, $first: Int) {
2181
- uplinesByName(search: $search, first: $first) {
2182
- ...ReferralFragment
2183
- }
2184
- }
2185
-
2186
- ${REFERRAL_FRAGMENT}
2187
- `;
2188
- export const DOWNLINES_BY_NAME = /* GraphQL */ `
2189
- query DownlinesByName($search: String!, $first: Int) {
2190
- downlinesByName(search: $search, first: $first) {
2191
- ...ReferralFragment
2192
- }
2193
- }
2194
-
2195
- ${REFERRAL_FRAGMENT}
2196
- `;
2197
- export const REFERRAL_COMMISSION = /* GraphQL */ `
2198
- query ReferralCommission {
2199
- member {
2200
- referralCommission {
2201
- id
2202
- commission
2203
- dateTimeCreated
2204
- dateTimeLastUpdated
2205
- level1Commission
2206
- level1ReferralsCount
2207
- level2Commission
2208
- level2ReferralsCount
2209
- level3Commission
2210
- level3ReferralsCount
2211
- referralCode
2212
- referralsCount
2213
- }
2214
- }
2215
- }
2216
- `;
2217
- export const POINTS_CLUB_SETTINGS = /* GraphQL */ `
2218
- query PointsClubSettings {
2219
- pointsClubSettings {
2220
- multiplier
2221
- }
2222
- }
2223
- `;
2224
- export const MESSAGES = /* GraphQL */ `
2225
- query Messages($first: Int, $after: Cursor, $filter: MessageFilterInput) {
2226
- messages(first: $first, after: $after, filter: $filter) {
2227
- edges {
2228
- cursor
2229
- node {
2230
- ... on Message {
2231
- id
2232
- icon
2233
- image
2234
- title
2235
- content
2236
- popup
2237
- actions {
2238
- name
2239
- url
2240
- }
2241
- markedAsRead
2242
- dateTimeCreated
2243
- type
2244
- metadata {
2245
- ... on TournamentPayoutMessageMetadata {
2246
- tournament {
2247
- id
2248
- name
2249
- }
2250
- payout {
2251
- id
2252
- amount
2253
- }
2254
- }
2255
- }
2256
- }
2257
- }
2258
- }
2259
- totalCount
2260
- pageInfo {
2261
- hasNextPage
2262
- endCursor
2263
- }
2264
- }
2265
- }
2266
- `;
2267
- export const UNREAD_MESSAGES_COUNT = /* GraphQL */ `
2268
- query UnreadMessagesCount($filter: MessageFilterInput) {
2269
- messages(filter: $filter) {
2270
- totalCount
2271
- }
2272
- }
2273
- `;
2274
- export const MARK_MESSAGE_AS_READ = /* GraphQL */ `
2275
- mutation MarkMessageAsRead($id: ObjectId!) {
2276
- markMessageAsRead(id: $id)
2277
- }
2278
- `;
2279
- export const MARK_ALL_MESSAGES_AS_READ = /* GraphQL */ `
2280
- mutation MarkAllMessagesAsRead {
2281
- markAllMessagesAsRead
2282
- }
2283
- `;
2284
- export const CLAIM_REWARD = /* GraphQL */ `
2285
- mutation ClaimReward($id: ObjectId!) {
2286
- claimReward(id: $id) {
2287
- ... on RewardAlreadyClaimedError {
2288
- name: __typename
2289
- message
2290
- }
2291
- ... on RewardAlreadyExpiredError {
2292
- name: __typename
2293
- message
2294
- }
2295
- }
2296
- }
2297
- `;
2298
- export const CLAIM_SPOT_BONUS = /* GraphQL */ `
2299
- mutation ClaimSpotBonus($code: String!) {
2300
- claimSpotBonus(code: $code) {
2301
- ... on InvalidPromoCodeError {
2302
- name: __typename
2303
- message
2304
- }
2305
- ... on MaximumBonusesCountLimitExceededError {
2306
- name: __typename
2307
- message
2308
- }
2309
- ... on SpotBonusAlreadyClaimedError {
2310
- name: __typename
2311
- message
2312
- }
2313
- }
2314
- }
2315
- `;
2316
- export const ONBOARDING_STATUS = /* GraphQL */ `
2317
- query OnboardingStatus {
2318
- onboardingStatus
2319
- }
2320
- `;
2321
- export const COMPLETE_ONBOARDING = /* GraphQL */ `
2322
- mutation CompleteOnboarding($input: CompleteOnboardingInput!) {
2323
- completeOnboarding(input: $input)
2324
- }
2325
- `;
2326
- export const SKIP_ONBOARDING = /* GraphQL */ `
2327
- mutation SkipOnboarding {
2328
- skipOnboarding
2329
- }
2330
- `;
2331
- export const QUEST_PROGRAM_FRAGMENT = /* GraphQL */ `
2332
- fragment QuestProgramFragment on QuestProgram {
2333
- status
2334
- type
2335
- name
2336
- description
2337
- }
2338
- `;
2339
- export const DAILY_CHECKIN_FRAGMENT = /* GraphQL */ `
2340
- ${QUEST_PROGRAM_FRAGMENT}
2341
- fragment DailyCheckinQuestFragment on DailyCheckInQuest {
2342
- id
2343
- name
2344
- description
2345
- type
2346
- program {
2347
- ...QuestProgramFragment
2348
- }
2349
-
2350
- status
2351
- progressPercentage
2352
- turnover
2353
- endDateTime
2354
- dateTimeCreated
2355
- lastCheckInDate
2356
- startDateTime
2357
- checkInStreak
2358
-
2359
- thirdDayBonusAmount
2360
- seventhDayBonusAmount
2361
- sixthDayBonusAmount
2362
- }
2363
- `;
2364
- export const WAGERING_FRAGMENT = /* GraphQL */ `
2365
- fragment WageringQuestFragment on WageringQuest {
2366
- bonus
2367
- id
2368
- name
2369
- type
2370
- description
2371
- program {
2372
- ...QuestProgramFragment
2373
- }
2374
-
2375
- status
2376
- progressPercentage
2377
- turnover
2378
- targetTurnover
2379
- endDateTime
2380
- dateTimeCreated
2381
- }
2382
- `;
2383
- export const JOURNEY_FRAGMENT = /* GraphQL */ `
2384
- fragment JourneyQuestFragment on JourneyQuest {
2385
- id
2386
- name
2387
- description
2388
- program {
2389
- ...QuestProgramFragment
2390
- }
2391
- status
2392
- type
2393
- progressPercentage
2394
- bonus
2395
- bonusAwarded
2396
- dateTimeCreated
2397
- endDateTime
2398
- milestones {
2399
- id
2400
- type
2401
- name
2402
- bonusAmount
2403
- cleared
2404
- description
2405
- }
2406
- }
2407
- `;
2408
- export const ONBOARDING_QUEST_FRAGMENT = /* GraphQL */ `
2409
- fragment OnboardingQuestFragment on OnboardingQuest {
2410
- id
2411
- name
2412
- description
2413
- program {
2414
- ...QuestProgramFragment
2415
- }
2416
-
2417
- status
2418
- type
2419
- progressPercentage
2420
- bonus
2421
- endDateTime
2422
- dateTimeCreated
2423
- firstDepositCompleted
2424
- accountVerificationCompleted
2425
- }
2426
- `;
2427
- export const AVAILABLE_QUESTS = /* GraphQL */ `
2428
- ${WAGERING_FRAGMENT}
2429
- ${DAILY_CHECKIN_FRAGMENT}
2430
- ${ONBOARDING_QUEST_FRAGMENT}
2431
- ${JOURNEY_FRAGMENT}
2432
-
2433
- query AvailableQuests {
2434
- availableQuests {
2435
- ... on Quest {
2436
- ... on WageringQuest {
2437
- ...WageringQuestFragment
2438
- }
2439
- ... on DailyCheckInQuest {
2440
- ...DailyCheckinQuestFragment
2441
- }
2442
- ... on OnboardingQuest {
2443
- ...OnboardingQuestFragment
2444
- }
2445
- ... on JourneyQuest {
2446
- ...JourneyQuestFragment
2447
- }
2448
- }
2449
- }
2450
- }
2451
- `;
2452
- export const AVAILABLE_QUEST_IDS = /* GraphQL */ `
2453
- query AvailableQuestIds {
2454
- availableQuests {
2455
- ... on Node {
2456
- id
2457
- }
2458
- }
2459
- }
2460
- `;
2461
- export const CHECK_IN_DAILY_QUEST = /* GraphQL */ `
2462
- mutation checkInDailyCheckInQuest($input: CheckInDailyCheckInQuestInput!) {
2463
- checkInDailyCheckInQuest(input: $input)
2464
- }
2465
- `;
2466
- export const TOP_WINS = /* GraphQL */ `
2467
- query TopWins($first: Int) {
2468
- topWins(first: $first) {
2469
- id
2470
- game {
2471
- id
2472
- name
2473
- type
2474
- provider
2475
- }
2476
- member {
2477
- id
2478
- name
2479
- }
2480
- multiplier
2481
- payout
2482
- }
2483
- }
2484
- `;
2485
- export const JACKPOTS = /* GraphQL */ `
2486
- query Jackpots(
2487
- $first: Int
2488
- $after: Cursor
2489
- $sort: JackpotSortInput
2490
- $filter: JackpotFilterInput
2491
- ) {
2492
- jackpots(first: $first, after: $after, sort: $sort, filter: $filter) {
2493
- totalCount
2494
- pageInfo {
2495
- hasNextPage
2496
- endCursor
2497
- }
2498
- edges {
2499
- node {
2500
- ... on Jackpot {
2501
- id
2502
- name
2503
- description
2504
- pool
2505
- status
2506
- minimumJackpotPoolDrawingLimit
2507
- maximumJackpotPoolLimit
2508
- drawing
2509
- minimumMultiplier
2510
- minimumBet
2511
- jackpotPayoutPercentage
2512
- jackpotTurnoverContributionPercentagePerGameProvider
2513
- totalPayout
2514
- }
2515
- }
2516
- }
2517
- }
2518
- }
2519
- `;
2520
- export const JACKPOTS_COUNT = /* GraphQL */ `
2521
- query JackpotsCount($filter: JackpotFilterInput) {
2522
- jackpots(filter: $filter) {
2523
- totalCount
2524
- }
2525
- }
2526
- `;
2527
- export const JACKPOT_PAYOUTS = /* GraphQL */ `
2528
- query JackpotPayouts(
2529
- $first: Int
2530
- $after: Cursor
2531
- $sort: JackpotPayoutSortInput
2532
- $filter: JackpotPayoutFilterInput
2533
- ) {
2534
- jackpotPayouts(first: $first, after: $after, sort: $sort, filter: $filter) {
2535
- totalCount
2536
- pageInfo {
2537
- hasNextPage
2538
- endCursor
2539
- }
2540
- edges {
2541
- node {
2542
- ... on JackpotPayout {
2543
- id
2544
- member {
2545
- id
2546
- name
2547
- }
2548
- serialCode
2549
- jackpot {
2550
- id
2551
- name
2552
- }
2553
- multiplier
2554
- bet
2555
- amount
2556
- dateTimeCreated
2557
- game {
2558
- provider
2559
- }
2560
- }
2561
- }
2562
- }
2563
- }
2564
- }
2565
- `;
2566
- export const REGISTER_FCM_DEVICE = /* GraphQL */ `
2567
- mutation RegisterFCMDevice($input: RegisterFCMDeviceInput!) {
2568
- registerFCMDevice(input: $input)
2569
- }
2570
- `;
2571
- export const UNREGISTER_FCM_DEVICE = /* GraphQL */ `
2572
- mutation UnregisterFCMDevice($input: UnregisterFCMDeviceInput!) {
2573
- unregisterFCMDevice(input: $input)
2574
- }
2575
- `;
2576
- export const MARK_GAME_AS_FAVORITE = /* GraphQL */ `
2577
- mutation MarkGameAsFavorite($input: MarkGameAsFavoriteInput!) {
2578
- markGameAsFavorite(input: $input)
2579
- }
2580
- `;
2581
- export const UNMARK_GAME_AS_FAVORITE = /* GraphQL */ `
2582
- mutation UnmarkGameAsFavorite($input: UnmarkGameAsFavoriteInput!) {
2583
- unmarkGameAsFavorite(input: $input)
2584
- }
2585
- `;
2586
- export const FAVORITE_GAMES = /* GraphQL */ `
2587
- query FavoriteGames {
2588
- favoriteGames {
2589
- ... on Game {
2590
- id
2591
- name
2592
- type
2593
- provider
2594
- }
2595
- }
2596
- }
2597
- `;
2598
- export const GOOGLE_CLIENT_ID = /* GraphQL */ `
2599
- query GoogleClientId {
2600
- googleClientId
2601
- }
2602
- `;
2603
- export const FACEBOOK_CLIENT_ID = /* GraphQL */ `
2604
- query FacebookClientId {
2605
- facebookClientId
2606
- }
2607
- `;
2608
- export const UNLINK_GOOGLE = /* GraphQL */ `
2609
- mutation UnlinkGoogle($input: UnlinkGoogleInput!) {
2610
- unlinkGoogle(input: $input)
2611
- }
2612
- `;
2613
- export const UNLINK_FACEBOOK = /* GraphQL */ `
2614
- mutation UnlinkFacebook($input: UnlinkFacebookInput!) {
2615
- unlinkFacebook(input: $input)
2616
- }
2617
- `;
2618
- export const TOURNAMENTS = /* GraphQL */ `
2619
- query Tournaments(
2620
- $first: Int
2621
- $after: Cursor
2622
- $filter: TournamentFilterInput
2623
- ) {
2624
- tournaments(first: $first, after: $after, filter: $filter) {
2625
- totalCount
2626
- pageInfo {
2627
- hasNextPage
2628
- endCursor
2629
- }
2630
- edges {
2631
- node {
2632
- ... on MultiplierTournament {
2633
- id
2634
- type
2635
- name
2636
- winnersCount
2637
- status
2638
- description
2639
- activationStartDateTime
2640
- activationEndDateTime
2641
- topPayouts {
2642
- id
2643
- multiplier
2644
- amount
2645
- member {
2646
- id
2647
- name
2648
- }
2649
- }
2650
- currentLeaderboard {
2651
- totalCount
2652
- edges {
2653
- node {
2654
- ... on TournamentLeaderboard {
2655
- id
2656
- username
2657
- multiplier
2658
- dateTimeCreated
2659
- }
2660
- }
2661
- }
2662
- }
2663
- previousLeaderboard {
2664
- totalCount
2665
- edges {
2666
- node {
2667
- ... on TournamentLeaderboard {
2668
- id
2669
- username
2670
- multiplier
2671
- dateTimeCreated
2672
- }
2673
- }
2674
- }
2675
- }
2676
- enabledGameProviders
2677
- frequency
2678
- mode
2679
- mobileBanner {
2680
- id
2681
- url
2682
- mimeType
2683
- }
2684
- webBanner {
2685
- id
2686
- url
2687
- mimeType
2688
- }
2689
- rewardSettings
2690
- }
2691
- }
2692
- }
2693
- }
2694
- }
2695
- `;
2696
- export const TOURNAMENTS_COUNT = /* GraphQL */ `
2697
- query TournamentsCount($filter: TournamentFilterInput) {
2698
- tournaments(filter: $filter) {
2699
- totalCount
2700
- }
2701
- }
2702
- `;
2703
- export const GENERATE_SUMSUB_VERIFICATION_TOKEN = /* GraphQL */ `
2704
- mutation GenerateSumsubVerificationToken {
2705
- generateSumsubVerificationToken
2706
- }
1548
+ export const MEMBER_ACCOUNT = /* GraphQL */ `
1549
+ query MemberAccount {
1550
+ memberAccount: self {
1551
+ ... on MemberAccount {
1552
+ id
1553
+ name
1554
+ status
1555
+ realName
1556
+ emailAddress
1557
+ mobileNumber
1558
+ birthDay
1559
+ verified
1560
+ verificationStatus
1561
+ nickName
1562
+ validId
1563
+ mobileNumberVerified
1564
+ mobileNumberVerificationRequired
1565
+ transactionPassword
1566
+ secretAnswerSubmitted
1567
+ dateTimeCreated
1568
+ dateTimeLastUpdated
1569
+ googleId
1570
+ facebookId
1571
+ cellxpertDetails {
1572
+ cxd
1573
+ dateTimeLastUpdated
1574
+ }
1575
+ }
1576
+ }
1577
+ }
1578
+ `;
1579
+ export const MEMBER_VERIFICATION = /* GraphQL */ `
1580
+ ${FILE_FRAGMENT}
1581
+
1582
+ query MemberVerification {
1583
+ memberAccount: self {
1584
+ ... on MemberAccount {
1585
+ verification {
1586
+ id
1587
+ status
1588
+ address
1589
+ permanentAddress
1590
+ sourceOfIncome
1591
+ natureOfWork
1592
+ nationality
1593
+ placeOfBirth
1594
+ idFrontImage {
1595
+ ...FileFragment
1596
+ }
1597
+ selfieImage {
1598
+ ...FileFragment
1599
+ }
1600
+ }
1601
+ }
1602
+ }
1603
+ }
1604
+ `;
1605
+ export const REGISTER_MEMBER_ACCOUNT = /* GraphQL */ `
1606
+ mutation RegisterMemberAccount(
1607
+ $input: RegisterMemberAccountInput!
1608
+ $referralCode: String
1609
+ $verificationCode: String
1610
+ $reCAPTCHAResponse: String
1611
+ ) {
1612
+ registerMemberAccount(
1613
+ input: $input
1614
+ referralCode: $referralCode
1615
+ verificationCode: $verificationCode
1616
+ reCAPTCHAResponse: $reCAPTCHAResponse
1617
+ ) {
1618
+ ... on AccountNameNotAvailableError {
1619
+ name: __typename
1620
+ message
1621
+ }
1622
+ ... on InvalidPlatformError {
1623
+ name: __typename
1624
+ message
1625
+ }
1626
+ ... on InvalidPlatformError {
1627
+ name: __typename
1628
+ message
1629
+ }
1630
+ ... on InvalidReCAPTCHAResponseError {
1631
+ name: __typename
1632
+ message
1633
+ }
1634
+ ... on InvalidSMSVerificationCodeError {
1635
+ name: __typename
1636
+ message
1637
+ }
1638
+ ... on MinimumAgeRequirementError {
1639
+ name: __typename
1640
+ message
1641
+ }
1642
+ ... on MobileNumberNotAvailableError {
1643
+ name: __typename
1644
+ message
1645
+ }
1646
+ ... on ReCAPTCHAVerificationFailedError {
1647
+ name: __typename
1648
+ message
1649
+ }
1650
+ }
1651
+ }
1652
+ `;
1653
+ export const REGISTER_MEMBER_ACCOUNT_BY_NAME = /* GraphQL */ `
1654
+ mutation RegisterMemberAccountByName(
1655
+ $input: RegisterMemberAccountByNameInput!
1656
+ $reCAPTCHAResponse: String!
1657
+ ) {
1658
+ registerMemberAccountByName(
1659
+ input: $input
1660
+ reCAPTCHAResponse: $reCAPTCHAResponse
1661
+ ) {
1662
+ ... on AccountNameNotAvailableError {
1663
+ name: __typename
1664
+ message
1665
+ }
1666
+ ... on InvalidPlatformError {
1667
+ name: __typename
1668
+ message
1669
+ }
1670
+ ... on InvalidReCAPTCHAResponseError {
1671
+ name: __typename
1672
+ message
1673
+ }
1674
+ }
1675
+ }
1676
+ `;
1677
+ export const REGISTER_MEMBER_ACCOUNT_VIA_MOBILE = /* GraphQL */ `
1678
+ mutation RegisterMemberAccountViaMobile(
1679
+ $input: RegisterMemberAccountViaMobileInput!
1680
+ $referralCode: String
1681
+ $reCAPTCHAResponse: String
1682
+ $verificationCode: String
1683
+ ) {
1684
+ registerMemberAccountViaMobile(
1685
+ input: $input
1686
+ referralCode: $referralCode
1687
+ verificationCode: $verificationCode
1688
+ reCAPTCHAResponse: $reCAPTCHAResponse
1689
+ ) {
1690
+ ... on InvalidPlatformError {
1691
+ name: __typename
1692
+ message
1693
+ }
1694
+ ... on InvalidReCAPTCHAResponseError {
1695
+ name: __typename
1696
+ message
1697
+ }
1698
+ ... on InvalidSMSVerificationCodeError {
1699
+ name: __typename
1700
+ message
1701
+ }
1702
+ ... on MobileNumberNotAvailableError {
1703
+ name: __typename
1704
+ message
1705
+ }
1706
+ ... on ReCAPTCHAVerificationFailedError {
1707
+ name: __typename
1708
+ message
1709
+ }
1710
+ }
1711
+ }
1712
+ `;
1713
+ export const REGISTER_MEMBER_ACCOUNT__NEXT = /* GraphQL */ `
1714
+ mutation RegisterMemberAccount(
1715
+ $input: RegisterMemberAccountInput_next!
1716
+ $reCAPTCHAResponse: String
1717
+ ) {
1718
+ registerMemberAccount: registerMemberAccount_next(
1719
+ input: $input
1720
+ reCAPTCHAResponse: $reCAPTCHAResponse
1721
+ ) {
1722
+ ... on AccountNameNotAvailableError {
1723
+ name: __typename
1724
+ message
1725
+ }
1726
+ ... on InvalidPlatformError {
1727
+ name: __typename
1728
+ message
1729
+ }
1730
+ ... on InvalidReCAPTCHAResponseError {
1731
+ name: __typename
1732
+ message
1733
+ }
1734
+ ... on InvalidSMSVerificationCodeError {
1735
+ name: __typename
1736
+ message
1737
+ }
1738
+ ... on MinimumAgeRequirementError {
1739
+ name: __typename
1740
+ message
1741
+ }
1742
+ ... on MobileNumberNotAvailableError {
1743
+ name: __typename
1744
+ message
1745
+ }
1746
+ ... on ReCAPTCHAVerificationFailedError {
1747
+ name: __typename
1748
+ message
1749
+ }
1750
+ }
1751
+ }
1752
+ `;
1753
+ export const REGISTER_MAYA_MEMBER_ACCOUNT = /* GraphQL */ `
1754
+ mutation RegisterMayaMemberAccount($input: RegisterMayaMemberAccountInput!) {
1755
+ registerMayaMemberAccount(input: $input) {
1756
+ ... on AccountNameNotAvailableError {
1757
+ name: __typename
1758
+ message
1759
+ }
1760
+ }
1761
+ }
1762
+ `;
1763
+ export const UPDATE_MEMBER_ACCOUNT = /* GraphQL */ `
1764
+ mutation UpdateMemberAccount($input: UpdateMemberAccountInput!) {
1765
+ updateMemberAccount(input: $input) {
1766
+ ... on AccountNameNotAvailableError {
1767
+ name: __typename
1768
+ message
1769
+ }
1770
+ ... on EmailAddressNotAvailableError {
1771
+ name: __typename
1772
+ message
1773
+ }
1774
+ ... on InvalidTransactionPasswordError {
1775
+ name: __typename
1776
+ message
1777
+ }
1778
+ ... on MobileNumberNotAvailableError {
1779
+ name: __typename
1780
+ message
1781
+ }
1782
+ ... on NickNameNotAvailableError {
1783
+ name: __typename
1784
+ message
1785
+ }
1786
+ ... on RealNameAlreadySetError {
1787
+ name: __typename
1788
+ message
1789
+ }
1790
+ ... on ValidIdAlreadySetError {
1791
+ name: __typename
1792
+ message
1793
+ }
1794
+ }
1795
+ }
1796
+ `;
1797
+ export const RESET_PASSWORD = /* GraphQL */ `
1798
+ mutation ResetPassword(
1799
+ $input: ResetPasswordInput!
1800
+ $verificationCode: String
1801
+ ) {
1802
+ resetPassword(input: $input, verificationCode: $verificationCode) {
1803
+ ... on AccountNotFoundError {
1804
+ name: __typename
1805
+ message
1806
+ }
1807
+ ... on InvalidVerificationCodeError {
1808
+ name: __typename
1809
+ message
1810
+ }
1811
+ }
1812
+ }
1813
+ `;
1814
+ export const DELETE_MEMBER_ACCOUNT = /* GraphQL */ `
1815
+ mutation DeleteMemberAccount($input: DeleteMemberAccountInput!) {
1816
+ deleteMemberAccount(input: $input)
1817
+ }
1818
+ `;
1819
+ export const VERIFY_MOBILE_NUMBER = /* GraphQL */ `
1820
+ mutation VerifyMobileNumber($input: VerifyMobileNumberInput!) {
1821
+ verifyMobileNumber(input: $input) {
1822
+ ... on InvalidSMSVerificationCodeError {
1823
+ name: __typename
1824
+ message
1825
+ }
1826
+ ... on MobileNumberAlreadyVerifiedError {
1827
+ name: __typename
1828
+ message
1829
+ }
1830
+ }
1831
+ }
1832
+ `;
1833
+ export const CREATE_MEMBER_VERIFICATION = /* GraphQL */ `
1834
+ mutation CreateMemberVerification($input: CreateMemberVerificationInput!) {
1835
+ createMemberVerification(input: $input) {
1836
+ ... on FileDoesNotExistError {
1837
+ name: __typename
1838
+ message
1839
+ }
1840
+ ... on FileNotReadyError {
1841
+ name: __typename
1842
+ message
1843
+ }
1844
+ ... on MemberVerificationAlreadyExistsError {
1845
+ name: __typename
1846
+ message
1847
+ }
1848
+ }
1849
+ }
1850
+ `;
1851
+ export const CREATE_MEMBER_VERIFICATION__NEXT = /* GraphQL */ `
1852
+ mutation CreateMemberVerification(
1853
+ $input: CreateMemberVerificationInput_next!
1854
+ ) {
1855
+ createMemberVerification: createMemberVerification_next(input: $input) {
1856
+ ... on FileDoesNotExistError {
1857
+ name: __typename
1858
+ message
1859
+ }
1860
+ ... on FileNotReadyError {
1861
+ name: __typename
1862
+ message
1863
+ }
1864
+ ... on MemberVerificationAlreadyExistsError {
1865
+ name: __typename
1866
+ message
1867
+ }
1868
+ }
1869
+ }
1870
+ `;
1871
+ export const UPDATE_MEMBER_VERIFICATION = /* GraphQL */ `
1872
+ mutation UpdateMemberVerification($input: UpdateMemberVerificationInput!) {
1873
+ updateMemberVerification(input: $input) {
1874
+ ... on FileDoesNotExistError {
1875
+ name: __typename
1876
+ message
1877
+ }
1878
+ ... on FileNotReadyError {
1879
+ name: __typename
1880
+ message
1881
+ }
1882
+ ... on MemberVerificationAlreadyApprovedError {
1883
+ name: __typename
1884
+ message
1885
+ }
1886
+ ... on MemberVerificationDoesNotExistError {
1887
+ name: __typename
1888
+ message
1889
+ }
1890
+ }
1891
+ }
1892
+ `;
1893
+ export const APPROVE_MEMBER_VERIFICATION__NEXT = /* GraphQL */ `
1894
+ mutation SubmitMemberVerification($input: ApproveMemberVerificationInput!) {
1895
+ submitMemberVerification(input: $input) {
1896
+ ... on VerificationDataIncompleteError {
1897
+ __typename
1898
+ }
1899
+ ... on MemberVerificationDoesNotExistError {
1900
+ __typename
1901
+ }
1902
+ ... on MemberVerificationAlreadyApprovedError {
1903
+ __typename
1904
+ }
1905
+ }
1906
+ }
1907
+ `;
1908
+ export const UPDATE_MEMBER_VERIFICATION__NEXT = /* GraphQL */ `
1909
+ mutation UpdateMemberVerification($input: UpdateMemberVerificationInput!) {
1910
+ updateMemberVerification: updateMemberVerification_next(input: $input) {
1911
+ ... on FileDoesNotExistError {
1912
+ __typename
1913
+ }
1914
+ ... on FileNotReadyError {
1915
+ __typename
1916
+ }
1917
+ ... on MemberVerificationAlreadyApprovedError {
1918
+ __typename
1919
+ }
1920
+ ... on MemberVerificationDoesNotExistError {
1921
+ __typename
1922
+ }
1923
+ }
1924
+ }
1925
+ `;
1926
+ export const PROFILE_COMPLETION = /* GraphQL */ `
1927
+ query ProfileCompletion {
1928
+ profileCompletion {
1929
+ completionPercentage
1930
+ personalInformation
1931
+ accountVerification
1932
+ mobileNumberVerification
1933
+ transactionPassword
1934
+ accountPassword
1935
+ }
1936
+ }
1937
+ `;
1938
+ export const REGISTER_MEMBER_ACCOUNT_BY_MOBILE_NUMBER = /* GraphQL */ `
1939
+ mutation RegisterMemberAccountByMobileNumber(
1940
+ $input: RegisterMemberAccountByMobileNumberInput!
1941
+ $mobileNumberVerificationCode: String!
1942
+ ) {
1943
+ registerMemberAccountByMobileNumber(
1944
+ input: $input
1945
+ mobileNumberVerificationCode: $mobileNumberVerificationCode
1946
+ ) {
1947
+ ... on MobileNumberNotAvailableError {
1948
+ name: __typename
1949
+ message
1950
+ }
1951
+ ... on InvalidSMSVerificationCodeError {
1952
+ name: __typename
1953
+ message
1954
+ }
1955
+ ... on InvalidPlatformError {
1956
+ name: __typename
1957
+ message
1958
+ }
1959
+ }
1960
+ }
1961
+ `;
1962
+ export const PLATFORM = /* GraphQL */ `
1963
+ query Platform {
1964
+ timezone
1965
+ currency
1966
+ }
1967
+ `;
1968
+ export const PAYMENT_SETTINGS = /* GraphQL */ `
1969
+ fragment DepositGatewaySettingsCoreData on DepositGatewaySettings {
1970
+ minimumAmount
1971
+ maximumAmount
1972
+ webEnabled
1973
+ mobileWebEnabled
1974
+ androidEnabled
1975
+ iosEnabled
1976
+ bankAccountName
1977
+ bankAccountNumber
1978
+ bankIFSCCode
1979
+ upiId
1980
+ upiQRCode {
1981
+ id
1982
+ url
1983
+ }
1984
+ }
1985
+
1986
+ fragment WithdrawalGatewaySettingsCoreData on WithdrawalGatewaySettings {
1987
+ minimumAmount
1988
+ maximumAmount
1989
+ webEnabled
1990
+ mobileWebEnabled
1991
+ androidEnabled
1992
+ iosEnabled
1993
+ }
1994
+
1995
+ query PaymentSettings {
1996
+ minimumFirstDepositAmount
1997
+ restrictWithdrawalsToVerifiedMembers
1998
+ bankDepositGatewaySettings: depositGatewaySettings(gateway: BANK) {
1999
+ ...DepositGatewaySettingsCoreData
2000
+ }
2001
+ libanganDepositGatewaySettings: depositGatewaySettings(
2002
+ gateway: LIBANGAN_PAY_IN
2003
+ ) {
2004
+ ...DepositGatewaySettingsCoreData
2005
+ }
2006
+ gcashDepositGatewaySettings: depositGatewaySettings(gateway: GCASH) {
2007
+ ...DepositGatewaySettingsCoreData
2008
+ }
2009
+ mayaDepositGatewaySettings: depositGatewaySettings(gateway: MAYA) {
2010
+ ...DepositGatewaySettingsCoreData
2011
+ }
2012
+ mayaAppDepositGatewaySettings: depositGatewaySettings(gateway: MAYA_APP) {
2013
+ ...DepositGatewaySettingsCoreData
2014
+ }
2015
+ onlineBankDepositGatewaySettings: depositGatewaySettings(
2016
+ gateway: ONLINE_BANK
2017
+ ) {
2018
+ ...DepositGatewaySettingsCoreData
2019
+ }
2020
+ qrphDepositGatewaySettings: depositGatewaySettings(gateway: QR_PH) {
2021
+ ...DepositGatewaySettingsCoreData
2022
+ }
2023
+ manualBankDepositGatewaySettings: depositGatewaySettings(
2024
+ gateway: MANUAL_BANK
2025
+ ) {
2026
+ ...DepositGatewaySettingsCoreData
2027
+ }
2028
+ manualUPIDepositGatewaySettings: depositGatewaySettings(
2029
+ gateway: MANUAL_UPI
2030
+ ) {
2031
+ ...DepositGatewaySettingsCoreData
2032
+ }
2033
+ pisoPayDepositGatewaySettings: depositGatewaySettings(
2034
+ gateway: PISO_PAY_CHECKOUT
2035
+ ) {
2036
+ ...DepositGatewaySettingsCoreData
2037
+ }
2038
+ bankWithdrawalGatewaySettings: withdrawalGatewaySettings(gateway: BANK) {
2039
+ ...WithdrawalGatewaySettingsCoreData
2040
+ }
2041
+ gcashWithdrawalGatewaySettings: withdrawalGatewaySettings(gateway: GCASH) {
2042
+ ...WithdrawalGatewaySettingsCoreData
2043
+ }
2044
+ mayaWithdrawalGatewaySettings: withdrawalGatewaySettings(gateway: MAYA) {
2045
+ ...WithdrawalGatewaySettingsCoreData
2046
+ }
2047
+ mayaAppWithdrawalGatewaySettings: withdrawalGatewaySettings(
2048
+ gateway: MAYA_APP
2049
+ ) {
2050
+ ...WithdrawalGatewaySettingsCoreData
2051
+ }
2052
+ instapayWithdrawalGatewaySettings: withdrawalGatewaySettings(
2053
+ gateway: INSTAPAY
2054
+ ) {
2055
+ ...WithdrawalGatewaySettingsCoreData
2056
+ }
2057
+ manualBankWithdrawalGatewaySettings: withdrawalGatewaySettings(
2058
+ gateway: MANUAL_BANK
2059
+ ) {
2060
+ ...WithdrawalGatewaySettingsCoreData
2061
+ }
2062
+ manualUPIWithdrawalGatewaySettings: withdrawalGatewaySettings(
2063
+ gateway: MANUAL_UPI
2064
+ ) {
2065
+ ...WithdrawalGatewaySettingsCoreData
2066
+ }
2067
+ ventajaWithdrawalGatewaySettings: withdrawalGatewaySettings(
2068
+ gateway: VENTAJA_DISBURSEMENT
2069
+ ) {
2070
+ ...WithdrawalGatewaySettingsCoreData
2071
+ }
2072
+ pisoPayWithdrawalGatewaySettings: withdrawalGatewaySettings(
2073
+ gateway: PISO_PAY_REMITTANCE
2074
+ ) {
2075
+ ...WithdrawalGatewaySettingsCoreData
2076
+ }
2077
+ }
2078
+ `;
2079
+ export const MAYA_SESSION = /* GraphQL */ `
2080
+ query MayaSession($id: ObjectId!) {
2081
+ mayaSession(id: $id) {
2082
+ id
2083
+ member
2084
+ dateTimeCreated
2085
+ }
2086
+ }
2087
+ `;
2088
+ export const VALIDATE_MAYA_SESSION = /* GraphQL */ `
2089
+ mutation ValidateMayaSession {
2090
+ validateMayaSession: validMayaSession
2091
+ }
2092
+ `;
2093
+ export const ACTIVITY_RECORDS = /* GraphQL */ `
2094
+ query ActivityRecords(
2095
+ $after: Cursor
2096
+ $first: Int
2097
+ $filter: ActivityRecordsFilterInput
2098
+ ) {
2099
+ member {
2100
+ activityRecords(after: $after, first: $first, filter: $filter) {
2101
+ edges {
2102
+ cursor
2103
+ node {
2104
+ ... on MemberActivity {
2105
+ id
2106
+ type
2107
+ amount
2108
+ details
2109
+ dateTimeCreated
2110
+ }
2111
+ }
2112
+ }
2113
+ totalCount
2114
+ pageInfo {
2115
+ hasNextPage
2116
+ endCursor
2117
+ }
2118
+ }
2119
+ }
2120
+ }
2121
+ `;
2122
+ export const REFERRAL_CODE = /* GraphQL */ `
2123
+ query ReferralCode {
2124
+ referralCode
2125
+ }
2126
+ `;
2127
+ export const UPDATE_REFERRAL_CODE = /* GraphQL */ `
2128
+ mutation UpdateReferralCode($input: UpdateReferralCodeInput!) {
2129
+ updateReferralCode(input: $input) {
2130
+ ... on ReferralCodeNotAvailableError {
2131
+ name: __typename
2132
+ message
2133
+ }
2134
+ }
2135
+ }
2136
+ `;
2137
+ export const REFERRAL_FRAGMENT = /* GraphQL */ `
2138
+ fragment ReferralFragment on Referral {
2139
+ id
2140
+ upline {
2141
+ id
2142
+ name
2143
+ realName
2144
+ }
2145
+ downline {
2146
+ id
2147
+ name
2148
+ realName
2149
+ }
2150
+ level
2151
+ turnover
2152
+ commission
2153
+ dateTimeCreated
2154
+ }
2155
+ `;
2156
+ export const REFERRALS = /* GraphQL */ `
2157
+ query Referrals($first: Int, $after: Cursor, $filter: ReferralFilterInput) {
2158
+ member {
2159
+ referrals(first: $first, after: $after, filter: $filter) {
2160
+ edges {
2161
+ cursor
2162
+ node {
2163
+ ... on Referral {
2164
+ ...ReferralFragment
2165
+ }
2166
+ }
2167
+ }
2168
+ totalCount
2169
+ pageInfo {
2170
+ hasNextPage
2171
+ endCursor
2172
+ }
2173
+ }
2174
+ }
2175
+ }
2176
+
2177
+ ${REFERRAL_FRAGMENT}
2178
+ `;
2179
+ export const UPLINES_BY_NAME = /* GraphQL */ `
2180
+ query UplinesByName($search: String!, $first: Int) {
2181
+ uplinesByName(search: $search, first: $first) {
2182
+ ...ReferralFragment
2183
+ }
2184
+ }
2185
+
2186
+ ${REFERRAL_FRAGMENT}
2187
+ `;
2188
+ export const DOWNLINES_BY_NAME = /* GraphQL */ `
2189
+ query DownlinesByName($search: String!, $first: Int) {
2190
+ downlinesByName(search: $search, first: $first) {
2191
+ ...ReferralFragment
2192
+ }
2193
+ }
2194
+
2195
+ ${REFERRAL_FRAGMENT}
2196
+ `;
2197
+ export const REFERRAL_COMMISSION = /* GraphQL */ `
2198
+ query ReferralCommission {
2199
+ member {
2200
+ referralCommission {
2201
+ id
2202
+ commission
2203
+ dateTimeCreated
2204
+ dateTimeLastUpdated
2205
+ level1Commission
2206
+ level1ReferralsCount
2207
+ level2Commission
2208
+ level2ReferralsCount
2209
+ level3Commission
2210
+ level3ReferralsCount
2211
+ referralCode
2212
+ referralsCount
2213
+ }
2214
+ }
2215
+ }
2216
+ `;
2217
+ export const POINTS_CLUB_SETTINGS = /* GraphQL */ `
2218
+ query PointsClubSettings {
2219
+ pointsClubSettings {
2220
+ multiplier
2221
+ }
2222
+ }
2223
+ `;
2224
+ export const MESSAGES = /* GraphQL */ `
2225
+ query Messages($first: Int, $after: Cursor, $filter: MessageFilterInput) {
2226
+ messages(first: $first, after: $after, filter: $filter) {
2227
+ edges {
2228
+ cursor
2229
+ node {
2230
+ ... on Message {
2231
+ id
2232
+ icon
2233
+ image
2234
+ title
2235
+ content
2236
+ popup
2237
+ actions {
2238
+ name
2239
+ url
2240
+ }
2241
+ markedAsRead
2242
+ dateTimeCreated
2243
+ type
2244
+ metadata {
2245
+ ... on TournamentPayoutMessageMetadata {
2246
+ tournament {
2247
+ id
2248
+ name
2249
+ }
2250
+ payout {
2251
+ id
2252
+ amount
2253
+ }
2254
+ }
2255
+ }
2256
+ }
2257
+ }
2258
+ }
2259
+ totalCount
2260
+ pageInfo {
2261
+ hasNextPage
2262
+ endCursor
2263
+ }
2264
+ }
2265
+ }
2266
+ `;
2267
+ export const UNREAD_MESSAGES_COUNT = /* GraphQL */ `
2268
+ query UnreadMessagesCount($filter: MessageFilterInput) {
2269
+ messages(filter: $filter) {
2270
+ totalCount
2271
+ }
2272
+ }
2273
+ `;
2274
+ export const MARK_MESSAGE_AS_READ = /* GraphQL */ `
2275
+ mutation MarkMessageAsRead($id: ObjectId!) {
2276
+ markMessageAsRead(id: $id)
2277
+ }
2278
+ `;
2279
+ export const MARK_ALL_MESSAGES_AS_READ = /* GraphQL */ `
2280
+ mutation MarkAllMessagesAsRead {
2281
+ markAllMessagesAsRead
2282
+ }
2283
+ `;
2284
+ export const CLAIM_REWARD = /* GraphQL */ `
2285
+ mutation ClaimReward($id: ObjectId!) {
2286
+ claimReward(id: $id) {
2287
+ ... on RewardAlreadyClaimedError {
2288
+ name: __typename
2289
+ message
2290
+ }
2291
+ ... on RewardAlreadyExpiredError {
2292
+ name: __typename
2293
+ message
2294
+ }
2295
+ }
2296
+ }
2297
+ `;
2298
+ export const CLAIM_SPOT_BONUS = /* GraphQL */ `
2299
+ mutation ClaimSpotBonus($code: String!) {
2300
+ claimSpotBonus(code: $code) {
2301
+ ... on InvalidPromoCodeError {
2302
+ name: __typename
2303
+ message
2304
+ }
2305
+ ... on MaximumBonusesCountLimitExceededError {
2306
+ name: __typename
2307
+ message
2308
+ }
2309
+ ... on SpotBonusAlreadyClaimedError {
2310
+ name: __typename
2311
+ message
2312
+ }
2313
+ }
2314
+ }
2315
+ `;
2316
+ export const ONBOARDING_STATUS = /* GraphQL */ `
2317
+ query OnboardingStatus {
2318
+ onboardingStatus
2319
+ }
2320
+ `;
2321
+ export const COMPLETE_ONBOARDING = /* GraphQL */ `
2322
+ mutation CompleteOnboarding($input: CompleteOnboardingInput!) {
2323
+ completeOnboarding(input: $input)
2324
+ }
2325
+ `;
2326
+ export const SKIP_ONBOARDING = /* GraphQL */ `
2327
+ mutation SkipOnboarding {
2328
+ skipOnboarding
2329
+ }
2330
+ `;
2331
+ export const QUEST_PROGRAM_FRAGMENT = /* GraphQL */ `
2332
+ fragment QuestProgramFragment on QuestProgram {
2333
+ status
2334
+ type
2335
+ name
2336
+ description
2337
+ }
2338
+ `;
2339
+ export const DAILY_CHECKIN_FRAGMENT = /* GraphQL */ `
2340
+ ${QUEST_PROGRAM_FRAGMENT}
2341
+ fragment DailyCheckinQuestFragment on DailyCheckInQuest {
2342
+ id
2343
+ name
2344
+ description
2345
+ type
2346
+ program {
2347
+ ...QuestProgramFragment
2348
+ }
2349
+
2350
+ status
2351
+ progressPercentage
2352
+ turnover
2353
+ endDateTime
2354
+ dateTimeCreated
2355
+ lastCheckInDate
2356
+ startDateTime
2357
+ checkInStreak
2358
+
2359
+ thirdDayBonusAmount
2360
+ seventhDayBonusAmount
2361
+ sixthDayBonusAmount
2362
+ }
2363
+ `;
2364
+ export const WAGERING_FRAGMENT = /* GraphQL */ `
2365
+ fragment WageringQuestFragment on WageringQuest {
2366
+ bonus
2367
+ id
2368
+ name
2369
+ type
2370
+ description
2371
+ program {
2372
+ ...QuestProgramFragment
2373
+ }
2374
+
2375
+ status
2376
+ progressPercentage
2377
+ turnover
2378
+ targetTurnover
2379
+ endDateTime
2380
+ dateTimeCreated
2381
+ }
2382
+ `;
2383
+ export const JOURNEY_FRAGMENT = /* GraphQL */ `
2384
+ fragment JourneyQuestFragment on JourneyQuest {
2385
+ id
2386
+ name
2387
+ description
2388
+ program {
2389
+ ...QuestProgramFragment
2390
+ }
2391
+ status
2392
+ type
2393
+ progressPercentage
2394
+ bonus
2395
+ bonusAwarded
2396
+ dateTimeCreated
2397
+ endDateTime
2398
+ milestones {
2399
+ id
2400
+ type
2401
+ name
2402
+ bonusAmount
2403
+ cleared
2404
+ description
2405
+ }
2406
+ }
2407
+ `;
2408
+ export const ONBOARDING_QUEST_FRAGMENT = /* GraphQL */ `
2409
+ fragment OnboardingQuestFragment on OnboardingQuest {
2410
+ id
2411
+ name
2412
+ description
2413
+ program {
2414
+ ...QuestProgramFragment
2415
+ }
2416
+
2417
+ status
2418
+ type
2419
+ progressPercentage
2420
+ bonus
2421
+ endDateTime
2422
+ dateTimeCreated
2423
+ firstDepositCompleted
2424
+ accountVerificationCompleted
2425
+ }
2426
+ `;
2427
+ export const AVAILABLE_QUESTS = /* GraphQL */ `
2428
+ ${WAGERING_FRAGMENT}
2429
+ ${DAILY_CHECKIN_FRAGMENT}
2430
+ ${ONBOARDING_QUEST_FRAGMENT}
2431
+ ${JOURNEY_FRAGMENT}
2432
+
2433
+ query AvailableQuests {
2434
+ availableQuests {
2435
+ ... on Quest {
2436
+ ... on WageringQuest {
2437
+ ...WageringQuestFragment
2438
+ }
2439
+ ... on DailyCheckInQuest {
2440
+ ...DailyCheckinQuestFragment
2441
+ }
2442
+ ... on OnboardingQuest {
2443
+ ...OnboardingQuestFragment
2444
+ }
2445
+ ... on JourneyQuest {
2446
+ ...JourneyQuestFragment
2447
+ }
2448
+ }
2449
+ }
2450
+ }
2451
+ `;
2452
+ export const AVAILABLE_QUEST_IDS = /* GraphQL */ `
2453
+ query AvailableQuestIds {
2454
+ availableQuests {
2455
+ ... on Node {
2456
+ id
2457
+ }
2458
+ }
2459
+ }
2460
+ `;
2461
+ export const CHECK_IN_DAILY_QUEST = /* GraphQL */ `
2462
+ mutation checkInDailyCheckInQuest($input: CheckInDailyCheckInQuestInput!) {
2463
+ checkInDailyCheckInQuest(input: $input)
2464
+ }
2465
+ `;
2466
+ export const TOP_WINS = /* GraphQL */ `
2467
+ query TopWins($first: Int) {
2468
+ topWins(first: $first) {
2469
+ id
2470
+ game {
2471
+ id
2472
+ name
2473
+ type
2474
+ provider
2475
+ }
2476
+ member {
2477
+ id
2478
+ name
2479
+ }
2480
+ multiplier
2481
+ payout
2482
+ }
2483
+ }
2484
+ `;
2485
+ export const JACKPOTS = /* GraphQL */ `
2486
+ query Jackpots(
2487
+ $first: Int
2488
+ $after: Cursor
2489
+ $sort: JackpotSortInput
2490
+ $filter: JackpotFilterInput
2491
+ ) {
2492
+ jackpots(first: $first, after: $after, sort: $sort, filter: $filter) {
2493
+ totalCount
2494
+ pageInfo {
2495
+ hasNextPage
2496
+ endCursor
2497
+ }
2498
+ edges {
2499
+ node {
2500
+ ... on Jackpot {
2501
+ id
2502
+ name
2503
+ description
2504
+ pool
2505
+ status
2506
+ minimumJackpotPoolDrawingLimit
2507
+ maximumJackpotPoolLimit
2508
+ drawing
2509
+ minimumMultiplier
2510
+ minimumBet
2511
+ jackpotPayoutPercentage
2512
+ jackpotTurnoverContributionPercentagePerGameProvider
2513
+ totalPayout
2514
+ }
2515
+ }
2516
+ }
2517
+ }
2518
+ }
2519
+ `;
2520
+ export const JACKPOTS_COUNT = /* GraphQL */ `
2521
+ query JackpotsCount($filter: JackpotFilterInput) {
2522
+ jackpots(filter: $filter) {
2523
+ totalCount
2524
+ }
2525
+ }
2526
+ `;
2527
+ export const JACKPOT_PAYOUTS = /* GraphQL */ `
2528
+ query JackpotPayouts(
2529
+ $first: Int
2530
+ $after: Cursor
2531
+ $sort: JackpotPayoutSortInput
2532
+ $filter: JackpotPayoutFilterInput
2533
+ ) {
2534
+ jackpotPayouts(first: $first, after: $after, sort: $sort, filter: $filter) {
2535
+ totalCount
2536
+ pageInfo {
2537
+ hasNextPage
2538
+ endCursor
2539
+ }
2540
+ edges {
2541
+ node {
2542
+ ... on JackpotPayout {
2543
+ id
2544
+ member {
2545
+ id
2546
+ name
2547
+ }
2548
+ serialCode
2549
+ jackpot {
2550
+ id
2551
+ name
2552
+ }
2553
+ multiplier
2554
+ bet
2555
+ amount
2556
+ dateTimeCreated
2557
+ game {
2558
+ provider
2559
+ }
2560
+ }
2561
+ }
2562
+ }
2563
+ }
2564
+ }
2565
+ `;
2566
+ export const REGISTER_FCM_DEVICE = /* GraphQL */ `
2567
+ mutation RegisterFCMDevice($input: RegisterFCMDeviceInput!) {
2568
+ registerFCMDevice(input: $input)
2569
+ }
2570
+ `;
2571
+ export const UNREGISTER_FCM_DEVICE = /* GraphQL */ `
2572
+ mutation UnregisterFCMDevice($input: UnregisterFCMDeviceInput!) {
2573
+ unregisterFCMDevice(input: $input)
2574
+ }
2575
+ `;
2576
+ export const MARK_GAME_AS_FAVORITE = /* GraphQL */ `
2577
+ mutation MarkGameAsFavorite($input: MarkGameAsFavoriteInput!) {
2578
+ markGameAsFavorite(input: $input)
2579
+ }
2580
+ `;
2581
+ export const UNMARK_GAME_AS_FAVORITE = /* GraphQL */ `
2582
+ mutation UnmarkGameAsFavorite($input: UnmarkGameAsFavoriteInput!) {
2583
+ unmarkGameAsFavorite(input: $input)
2584
+ }
2585
+ `;
2586
+ export const FAVORITE_GAMES = /* GraphQL */ `
2587
+ query FavoriteGames {
2588
+ favoriteGames {
2589
+ ... on Game {
2590
+ id
2591
+ name
2592
+ type
2593
+ provider
2594
+ }
2595
+ }
2596
+ }
2597
+ `;
2598
+ export const GOOGLE_CLIENT_ID = /* GraphQL */ `
2599
+ query GoogleClientId {
2600
+ googleClientId
2601
+ }
2602
+ `;
2603
+ export const FACEBOOK_CLIENT_ID = /* GraphQL */ `
2604
+ query FacebookClientId {
2605
+ facebookClientId
2606
+ }
2607
+ `;
2608
+ export const UNLINK_GOOGLE = /* GraphQL */ `
2609
+ mutation UnlinkGoogle($input: UnlinkGoogleInput!) {
2610
+ unlinkGoogle(input: $input)
2611
+ }
2612
+ `;
2613
+ export const UNLINK_FACEBOOK = /* GraphQL */ `
2614
+ mutation UnlinkFacebook($input: UnlinkFacebookInput!) {
2615
+ unlinkFacebook(input: $input)
2616
+ }
2617
+ `;
2618
+ export const TOURNAMENTS = /* GraphQL */ `
2619
+ query Tournaments(
2620
+ $first: Int
2621
+ $after: Cursor
2622
+ $filter: TournamentFilterInput
2623
+ ) {
2624
+ tournaments(first: $first, after: $after, filter: $filter) {
2625
+ totalCount
2626
+ pageInfo {
2627
+ hasNextPage
2628
+ endCursor
2629
+ }
2630
+ edges {
2631
+ node {
2632
+ ... on MultiplierTournament {
2633
+ id
2634
+ type
2635
+ name
2636
+ winnersCount
2637
+ status
2638
+ description
2639
+ activationStartDateTime
2640
+ activationEndDateTime
2641
+ topPayouts {
2642
+ id
2643
+ multiplier
2644
+ amount
2645
+ member {
2646
+ id
2647
+ name
2648
+ }
2649
+ }
2650
+ currentLeaderboard {
2651
+ totalCount
2652
+ edges {
2653
+ node {
2654
+ ... on TournamentLeaderboard {
2655
+ id
2656
+ username
2657
+ multiplier
2658
+ dateTimeCreated
2659
+ }
2660
+ }
2661
+ }
2662
+ }
2663
+ previousLeaderboard {
2664
+ totalCount
2665
+ edges {
2666
+ node {
2667
+ ... on TournamentLeaderboard {
2668
+ id
2669
+ username
2670
+ multiplier
2671
+ dateTimeCreated
2672
+ }
2673
+ }
2674
+ }
2675
+ }
2676
+ enabledGameProviders
2677
+ frequency
2678
+ mode
2679
+ mobileBanner {
2680
+ id
2681
+ url
2682
+ mimeType
2683
+ }
2684
+ webBanner {
2685
+ id
2686
+ url
2687
+ mimeType
2688
+ }
2689
+ rewardSettings
2690
+ }
2691
+ }
2692
+ }
2693
+ }
2694
+ }
2695
+ `;
2696
+ export const TOURNAMENTS_COUNT = /* GraphQL */ `
2697
+ query TournamentsCount($filter: TournamentFilterInput) {
2698
+ tournaments(filter: $filter) {
2699
+ totalCount
2700
+ }
2701
+ }
2702
+ `;
2703
+ export const GENERATE_SUMSUB_VERIFICATION_TOKEN = /* GraphQL */ `
2704
+ mutation GenerateSumsubVerificationToken {
2705
+ generateSumsubVerificationToken
2706
+ }
2707
2707
  `;