@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 CHANGED
@@ -10336,7 +10336,7 @@ var Sdk = class {
10336
10336
  return {
10337
10337
  ok: true,
10338
10338
  data: {
10339
- jackpots: res.data.edges.map(({ cursor, node }) => ({
10339
+ _jackpots: res.data.edges.map(({ cursor, node }) => ({
10340
10340
  ...this.transformer.transform.jackpots(node),
10341
10341
  cursor
10342
10342
  })),