@flarehr/apollo-super-selection 5.31.58559 → 5.32.58650

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.
@@ -284,7 +284,7 @@ class TapSubscriber extends datoramaAkita.Subscriber {
284
284
  }
285
285
  }
286
286
 
287
- const AppVersion = '5.31.58559';
287
+ const AppVersion = '5.32.58650';
288
288
 
289
289
  // -------------------------------------------------------------------------------------
290
290
  // guards
@@ -3766,7 +3766,7 @@ class SuperSelectionAppService {
3766
3766
  this._state.superChoicePrefill = Option.fromNullable(appStateResponse.prefill);
3767
3767
  this._state.isDefinedBenefitsEligible = Option.fromNullable(appStateResponse.isDefinedBenefitsEligible);
3768
3768
  if (Option.isSome(this._state.accountConfiguration)) {
3769
- if (this._state.accountConfiguration.value.featureSet.type === 'Basic') {
3769
+ if (this._state.accountConfiguration.value.featureSet.type === 'basic') {
3770
3770
  this._state.superCampaignEnabled = false;
3771
3771
  }
3772
3772
  }
@@ -104,7 +104,7 @@ export class SuperSelectionAppService {
104
104
  this._state.superChoicePrefill = O.fromNullable(appStateResponse.prefill);
105
105
  this._state.isDefinedBenefitsEligible = O.fromNullable(appStateResponse.isDefinedBenefitsEligible);
106
106
  if (O.isSome(this._state.accountConfiguration)) {
107
- if (this._state.accountConfiguration.value.featureSet.type === 'Basic') {
107
+ if (this._state.accountConfiguration.value.featureSet.type === 'basic') {
108
108
  this._state.superCampaignEnabled = false;
109
109
  }
110
110
  }
@@ -260,7 +260,7 @@ class TapSubscriber extends Subscriber {
260
260
  }
261
261
  }
262
262
 
263
- const AppVersion = '5.31.58559';
263
+ const AppVersion = '5.32.58650';
264
264
 
265
265
  // -------------------------------------------------------------------------------------
266
266
  // guards
@@ -3742,7 +3742,7 @@ class SuperSelectionAppService {
3742
3742
  this._state.superChoicePrefill = Option.fromNullable(appStateResponse.prefill);
3743
3743
  this._state.isDefinedBenefitsEligible = Option.fromNullable(appStateResponse.isDefinedBenefitsEligible);
3744
3744
  if (Option.isSome(this._state.accountConfiguration)) {
3745
- if (this._state.accountConfiguration.value.featureSet.type === 'Basic') {
3745
+ if (this._state.accountConfiguration.value.featureSet.type === 'basic') {
3746
3746
  this._state.superCampaignEnabled = false;
3747
3747
  }
3748
3748
  }