@opexa/portal-sdk 0.0.154 → 0.0.156

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.mjs CHANGED
@@ -77,6 +77,9 @@ const Ie = i`
77
77
  ... on InsufficientPointsError {
78
78
  __typename
79
79
  }
80
+ ... on PointsNotDivisibleBy100Error {
81
+ __typename
82
+ }
80
83
  }
81
84
  }
82
85
  `, et = i`
@@ -1536,6 +1539,7 @@ function l(o) {
1536
1539
  return {
1537
1540
  name: o,
1538
1541
  message: {
1542
+ PointsNotDivisibleBy100Error: "Please input points that are multiples of 100.",
1539
1543
  MaximumBonusesCountLimitExceededError: "Maximum bonuses reached",
1540
1544
  InvalidPromoCodeError: "Invalid Promo Code",
1541
1545
  SpotBonusAlreadyClaimedError: "This promo code has already been redeemed and cannot be used again",