@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.
@@ -264,7 +264,7 @@ class TapSubscriber extends datoramaAkita.Subscriber {
264
264
  }
265
265
  }
266
266
 
267
- const AppVersion = '1.2.30304';
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
  }
@@ -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.30304';
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
  }