@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.
- package/dist/{chunk-V5LOWEED.js → chunk-PJ5KOKMM.js} +27 -8
- package/dist/chunk-PJ5KOKMM.js.map +1 -0
- package/dist/index.cjs +65 -18
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +41 -13
- package/dist/index.js.map +1 -1
- package/dist/services/index.cjs +24 -5
- package/dist/services/index.cjs.map +1 -1
- package/dist/services/index.d.cts +2 -2
- package/dist/services/index.d.ts +2 -2
- package/dist/services/index.js +1 -1
- package/dist/{types-I8np3BFE.d.ts → types-BeygYXfu.d.ts} +47 -1
- package/dist/{types-CUBmWbvW.d.cts → types-C8DqYp7P.d.cts} +47 -1
- package/package.json +7 -12
- package/dist/chunk-V5LOWEED.js.map +0 -1
|
@@ -137,11 +137,30 @@ var MEMBER_REBATES_QUERY = gql`
|
|
|
137
137
|
}
|
|
138
138
|
description
|
|
139
139
|
name
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
140
|
+
rebatePercentageMode
|
|
141
|
+
rebatePercentageSettings {
|
|
142
|
+
gameCategories {
|
|
143
|
+
gameProvider
|
|
144
|
+
gameType
|
|
145
|
+
percentage
|
|
146
|
+
}
|
|
147
|
+
games {
|
|
148
|
+
game
|
|
149
|
+
percentage
|
|
150
|
+
}
|
|
151
|
+
}
|
|
152
|
+
rebatePercentageSettingsPerMemberLevel {
|
|
153
|
+
level
|
|
154
|
+
gameCategories {
|
|
155
|
+
gameProvider
|
|
156
|
+
gameType
|
|
157
|
+
percentage
|
|
158
|
+
}
|
|
159
|
+
games {
|
|
160
|
+
game
|
|
161
|
+
percentage
|
|
162
|
+
}
|
|
163
|
+
}
|
|
145
164
|
type
|
|
146
165
|
dateTimeCreated
|
|
147
166
|
}
|
|
@@ -4705,7 +4724,7 @@ function isWebPlatform() {
|
|
|
4705
4724
|
}
|
|
4706
4725
|
function isIOSPlatform() {
|
|
4707
4726
|
try {
|
|
4708
|
-
return Capacitor.getPlatform() === "ios";
|
|
4727
|
+
return Capacitor.isNativePlatform() && Capacitor.getPlatform() === "ios";
|
|
4709
4728
|
} catch {
|
|
4710
4729
|
return false;
|
|
4711
4730
|
}
|
|
@@ -6900,5 +6919,5 @@ var ExtensionService = class {
|
|
|
6900
6919
|
};
|
|
6901
6920
|
|
|
6902
6921
|
export { AccountService, AuthService, CmsPortalService, ExtensionService, FileService, GameService, PortalService, ReportService, TriggerService, WalletService, getFingerPrint, isIOSPlatform };
|
|
6903
|
-
//# sourceMappingURL=chunk-
|
|
6904
|
-
//# sourceMappingURL=chunk-
|
|
6922
|
+
//# sourceMappingURL=chunk-PJ5KOKMM.js.map
|
|
6923
|
+
//# sourceMappingURL=chunk-PJ5KOKMM.js.map
|