@opexa/portal-sdk 0.0.225 → 0.0.226

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
@@ -1906,6 +1906,7 @@ var JACKPOTS_QUERY = gql`
1906
1906
  ... on Jackpot {
1907
1907
  id
1908
1908
  name
1909
+ description
1909
1910
  pool
1910
1911
  status
1911
1912
  minimumJackpotPoolDrawingLimit
@@ -5084,6 +5085,7 @@ var Transformer = class {
5084
5085
  return {
5085
5086
  id: data.id,
5086
5087
  name: data.name,
5088
+ description: data.description,
5087
5089
  pool: parseDecimal(data.pool, 0),
5088
5090
  status: data.status,
5089
5091
  minimumJackpotPoolDrawingLimit: parseDecimal(data.minimumJackpotPoolDrawingLimit, 0),