@flarehr/apollo-super-selection 3.9.51817 → 3.13.52485
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-48e99aba.system.js +1 -1
- package/dist/lib/apollo-super-selection/p-97464de4.system.entry.js +69 -0
- package/dist/lib/apollo-super-selection/{p-d4abcd7a.entry.js → p-e974dc25.entry.js} +1 -1
- package/dist/lib/cjs/fl-button_43.cjs.entry.js +2 -1
- package/dist/lib/collection/components/super-selection-app/funds/slate-super/services/slate-iframe-builder.js +1 -0
- package/dist/lib/esm/fl-button_43.entry.js +2 -1
- package/dist/lib/esm-es5/fl-button_43.entry.js +1 -1
- package/dist/lib/types/components/super-selection-app/api/super-selection.api.dto.d.ts +1 -0
- package/package.json +1 -1
- package/dist/lib/apollo-super-selection/p-812775d5.system.entry.js +0 -69
|
@@ -265,7 +265,7 @@ class TapSubscriber extends delay.Subscriber {
|
|
|
265
265
|
}
|
|
266
266
|
}
|
|
267
267
|
|
|
268
|
-
const AppVersion = '3.
|
|
268
|
+
const AppVersion = '3.13.52485';
|
|
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.
|
|
264
|
+
const AppVersion = '3.13.52485';
|
|
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),
|