@opexa/portal-sdk 0.59.33 → 0.59.36

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
@@ -159,6 +159,7 @@ var MEMBER_REBATES_QUERY = gql`
159
159
  }
160
160
 
161
161
  amount
162
+ percentage
162
163
  status
163
164
  expirationDateTime
164
165
  dateTimeClaimed
@@ -8839,6 +8840,7 @@ var Transformer = class {
8839
8840
  dateTimeCreated: data.rebateProgram.dateTimeCreated ? new Date(data.rebateProgram.dateTimeCreated) : void 0
8840
8841
  },
8841
8842
  amount: parseDecimal(data.amount, 0),
8843
+ percentage: parseDecimal(data.percentage),
8842
8844
  status: data.status,
8843
8845
  expirationDateTime: data.expirationDateTime ? new Date(data.expirationDateTime) : void 0,
8844
8846
  dateTimeClaimed: data.dateTimeClaimed ? new Date(data.dateTimeClaimed) : void 0,
@@ -11700,7 +11702,8 @@ var NEW_GAME_PROVIDERS = [
11700
11702
  "JK8",
11701
11703
  "TEST",
11702
11704
  "RUBYPLAY",
11703
- "ORTIZ"
11705
+ "ORTIZ",
11706
+ "SIMPLEPLAY"
11704
11707
  ];
11705
11708
  var ENDPOINTS = {
11706
11709
  development: {