@opexa/portal-sdk 0.59.16 → 0.59.17

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
@@ -1675,6 +1675,7 @@ var MEMBER_ACCOUNT_FRAGMENT = gql`
1675
1675
  domain
1676
1676
  branchCode
1677
1677
  partition
1678
+ bonusBlocked
1678
1679
  }
1679
1680
  `;
1680
1681
  var MEMBER_ACCOUNT_QUERY = gql`
@@ -8275,7 +8276,8 @@ var Transformer = class {
8275
8276
  level: data.level ?? 0,
8276
8277
  dateTimeLastActive: data.dateTimeLastActive ? new Date(data.dateTimeLastActive) : void 0,
8277
8278
  partition: data.partition,
8278
- gigRewardsQuestDetails: data.gigRewardsQuestDetails ?? void 0
8279
+ gigRewardsQuestDetails: data.gigRewardsQuestDetails ?? void 0,
8280
+ bonusBlocked: data.bonusBlocked ?? false
8279
8281
  };
8280
8282
  return compact(o);
8281
8283
  }