@opexa/portal-sdk 0.59.103 → 0.59.104

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.
@@ -148,11 +148,30 @@ var MEMBER_REBATES_QUERY = gql`
148
148
  }
149
149
  description
150
150
  name
151
- rebatePercentage
152
- rebateSettingsPerMemberLevel {
153
- level
154
- percentage
155
- }
151
+ rebatePercentageMode
152
+ rebatePercentageSettings {
153
+ gameCategories {
154
+ gameProvider
155
+ gameType
156
+ percentage
157
+ }
158
+ games {
159
+ game
160
+ percentage
161
+ }
162
+ }
163
+ rebatePercentageSettingsPerMemberLevel {
164
+ level
165
+ gameCategories {
166
+ gameProvider
167
+ gameType
168
+ percentage
169
+ }
170
+ games {
171
+ game
172
+ percentage
173
+ }
174
+ }
156
175
  type
157
176
  dateTimeCreated
158
177
  }