@opexa/portal-components 0.0.652 → 0.0.653

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