@opexa/portal-components 0.0.608 → 0.0.610

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