@flarehr/apollo-super-selection 3.10.51988 → 3.14.52544

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.
@@ -265,7 +265,7 @@ class TapSubscriber extends delay.Subscriber {
265
265
  }
266
266
  }
267
267
 
268
- const AppVersion = '3.10.51988';
268
+ const AppVersion = '3.14.52544';
269
269
 
270
270
  // -------------------------------------------------------------------------------------
271
271
  // guards
@@ -5286,6 +5286,7 @@ class SlateIFrameBuilder {
5286
5286
  };
5287
5287
  return {
5288
5288
  firstName: superBuyer.userProfile.firstName,
5289
+ middleName: superBuyer.userProfile.middleName,
5289
5290
  lastName: superBuyer.userProfile.lastName,
5290
5291
  dateOfBirth: superBuyer.userProfile.dateOfBirth,
5291
5292
  gender: toSlateGender(superBuyer.userProfile.gender),
@@ -106,6 +106,7 @@ class SlateIFrameBuilder {
106
106
  };
107
107
  return {
108
108
  firstName: superBuyer.userProfile.firstName,
109
+ middleName: superBuyer.userProfile.middleName,
109
110
  lastName: superBuyer.userProfile.lastName,
110
111
  dateOfBirth: superBuyer.userProfile.dateOfBirth,
111
112
  gender: toSlateGender(superBuyer.userProfile.gender),
@@ -261,7 +261,7 @@ class TapSubscriber extends Subscriber {
261
261
  }
262
262
  }
263
263
 
264
- const AppVersion = '3.10.51988';
264
+ const AppVersion = '3.14.52544';
265
265
 
266
266
  // -------------------------------------------------------------------------------------
267
267
  // guards
@@ -5282,6 +5282,7 @@ class SlateIFrameBuilder {
5282
5282
  };
5283
5283
  return {
5284
5284
  firstName: superBuyer.userProfile.firstName,
5285
+ middleName: superBuyer.userProfile.middleName,
5285
5286
  lastName: superBuyer.userProfile.lastName,
5286
5287
  dateOfBirth: superBuyer.userProfile.dateOfBirth,
5287
5288
  gender: toSlateGender(superBuyer.userProfile.gender),