@opexa/portal-sdk 0.54.13 → 0.54.14
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/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +21 -2
- package/dist/index.d.ts +21 -2
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -10336,7 +10336,7 @@ var Sdk = class {
|
|
|
10336
10336
|
return {
|
|
10337
10337
|
ok: true,
|
|
10338
10338
|
data: {
|
|
10339
|
-
|
|
10339
|
+
_jackpots: res.data.edges.map(({ cursor, node }) => ({
|
|
10340
10340
|
...this.transformer.transform.jackpots(node),
|
|
10341
10341
|
cursor
|
|
10342
10342
|
})),
|