@opexa/portal-components 0.0.596 → 0.0.597

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