@opexa/portal-components 0.0.414 → 0.0.415

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