@flarehr/apollo-super-selection 1.2.30304 → 1.2.30310
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-42b3a325.system.entry.js → p-259e83b2.system.entry.js} +1 -1
- package/dist/lib/apollo-super-selection/p-bdcfc026.system.js +1 -1
- package/dist/lib/apollo-super-selection/{p-6dd4c11b.entry.js → p-becccffb.entry.js} +1 -1
- package/dist/lib/cjs/sss-button_30.cjs.entry.js +2 -1
- package/dist/lib/collection/components/super-selection-app/services/super-selection-app.service.js +1 -0
- package/dist/lib/esm/sss-button_30.entry.js +2 -1
- package/dist/lib/esm-es5/sss-button_30.entry.js +3 -3
- package/package.json +1 -1
|
@@ -264,7 +264,7 @@ class TapSubscriber extends datoramaAkita.Subscriber {
|
|
|
264
264
|
}
|
|
265
265
|
}
|
|
266
266
|
|
|
267
|
-
const AppVersion = '1.2.
|
|
267
|
+
const AppVersion = '1.2.30310';
|
|
268
268
|
|
|
269
269
|
// -------------------------------------------------------------------------------------
|
|
270
270
|
// guards
|
|
@@ -3440,6 +3440,7 @@ class SuperSelectionAppService {
|
|
|
3440
3440
|
this._state.profileConfiguration = Option.fromNullable(appStateResponse.profileConfiguration);
|
|
3441
3441
|
this._state.superBuyer = Option.fromNullable(appStateResponse.superBuyer);
|
|
3442
3442
|
this._state.promotedFunds = Option.fromNullable(appStateResponse.promotedFunds);
|
|
3443
|
+
this._state.campaignConnectEnabled = appStateResponse.campaignConnectEnabled;
|
|
3443
3444
|
if (this._state.campaignConnectEnabled) {
|
|
3444
3445
|
this._state.campaignConnectPromise = Option.fromNullable(superSelectionApi.getCampaignConnectAsync());
|
|
3445
3446
|
}
|
package/dist/lib/collection/components/super-selection-app/services/super-selection-app.service.js
CHANGED
|
@@ -98,6 +98,7 @@ export class SuperSelectionAppService {
|
|
|
98
98
|
this._state.profileConfiguration = O.fromNullable(appStateResponse.profileConfiguration);
|
|
99
99
|
this._state.superBuyer = O.fromNullable(appStateResponse.superBuyer);
|
|
100
100
|
this._state.promotedFunds = O.fromNullable(appStateResponse.promotedFunds);
|
|
101
|
+
this._state.campaignConnectEnabled = appStateResponse.campaignConnectEnabled;
|
|
101
102
|
if (this._state.campaignConnectEnabled) {
|
|
102
103
|
this._state.campaignConnectPromise = O.fromNullable(superSelectionApi.getCampaignConnectAsync());
|
|
103
104
|
}
|
|
@@ -260,7 +260,7 @@ class TapSubscriber extends Subscriber {
|
|
|
260
260
|
}
|
|
261
261
|
}
|
|
262
262
|
|
|
263
|
-
const AppVersion = '1.2.
|
|
263
|
+
const AppVersion = '1.2.30310';
|
|
264
264
|
|
|
265
265
|
// -------------------------------------------------------------------------------------
|
|
266
266
|
// guards
|
|
@@ -3436,6 +3436,7 @@ class SuperSelectionAppService {
|
|
|
3436
3436
|
this._state.profileConfiguration = Option.fromNullable(appStateResponse.profileConfiguration);
|
|
3437
3437
|
this._state.superBuyer = Option.fromNullable(appStateResponse.superBuyer);
|
|
3438
3438
|
this._state.promotedFunds = Option.fromNullable(appStateResponse.promotedFunds);
|
|
3439
|
+
this._state.campaignConnectEnabled = appStateResponse.campaignConnectEnabled;
|
|
3439
3440
|
if (this._state.campaignConnectEnabled) {
|
|
3440
3441
|
this._state.campaignConnectPromise = Option.fromNullable(superSelectionApi.getCampaignConnectAsync());
|
|
3441
3442
|
}
|