@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.
- package/dist/lib/apollo-super-selection/apollo-super-selection.esm.js +1 -1
- package/dist/lib/apollo-super-selection/{p-4ef9e78c.entry.js → p-54b7fc66.entry.js} +4 -4
- package/dist/lib/apollo-super-selection/p-bdcfc026.system.js +1 -1
- package/dist/lib/apollo-super-selection/{p-6ea75eab.system.entry.js → p-d2830872.system.entry.js} +1 -1
- package/dist/lib/cjs/sss-button_33.cjs.entry.js +2 -2
- package/dist/lib/collection/components/super-selection-app/services/super-selection-app.service.js +1 -1
- package/dist/lib/esm/sss-button_33.entry.js +2 -2
- package/dist/lib/esm-es5/sss-button_33.entry.js +1 -1
- package/dist/lib/types/components/super-selection-app/api/super-selection.api.dto.d.ts +2 -2
- package/package.json +1 -1
|
@@ -284,7 +284,7 @@ class TapSubscriber extends datoramaAkita.Subscriber {
|
|
|
284
284
|
}
|
|
285
285
|
}
|
|
286
286
|
|
|
287
|
-
const AppVersion = '5.
|
|
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 === '
|
|
3769
|
+
if (this._state.accountConfiguration.value.featureSet.type === 'basic') {
|
|
3770
3770
|
this._state.superCampaignEnabled = false;
|
|
3771
3771
|
}
|
|
3772
3772
|
}
|
package/dist/lib/collection/components/super-selection-app/services/super-selection-app.service.js
CHANGED
|
@@ -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 === '
|
|
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.
|
|
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 === '
|
|
3745
|
+
if (this._state.accountConfiguration.value.featureSet.type === 'basic') {
|
|
3746
3746
|
this._state.superCampaignEnabled = false;
|
|
3747
3747
|
}
|
|
3748
3748
|
}
|