@flarehr/apollo-super-selection 1.2.26476 → 1.2.26565

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.26476';
267
+ const AppVersion = '1.2.26565';
268
268
 
269
269
  // -------------------------------------------------------------------------------------
270
270
  // guards
@@ -5227,6 +5227,8 @@ class SlateIFrameBuilder {
5227
5227
  fundName: Slate.Name,
5228
5228
  handleSubmitFn: (standardChoiceFormSignature) => slateChoiceApi.submitSlateChoiceAsync({
5229
5229
  memberNumber: data.memberNumber,
5230
+ memberFirstName: data.memberFirstName,
5231
+ memberFamilyName: data.memberFamilyName,
5230
5232
  standardChoiceFormSignature,
5231
5233
  shownFunds: superSelectionAppService.promotedFunds,
5232
5234
  defaultFundUsiSet: Option.toUndefined(superSelectionAppService.defaultFundUsi)
@@ -53,6 +53,8 @@ class SlateIFrameBuilder {
53
53
  fundName: Slate.Name,
54
54
  handleSubmitFn: (standardChoiceFormSignature) => slateChoiceApi.submitSlateChoiceAsync({
55
55
  memberNumber: data.memberNumber,
56
+ memberFirstName: data.memberFirstName,
57
+ memberFamilyName: data.memberFamilyName,
56
58
  standardChoiceFormSignature,
57
59
  shownFunds: superSelectionAppService.promotedFunds,
58
60
  defaultFundUsiSet: O.toUndefined(superSelectionAppService.defaultFundUsi)
@@ -260,7 +260,7 @@ class TapSubscriber extends Subscriber {
260
260
  }
261
261
  }
262
262
 
263
- const AppVersion = '1.2.26476';
263
+ const AppVersion = '1.2.26565';
264
264
 
265
265
  // -------------------------------------------------------------------------------------
266
266
  // guards
@@ -5223,6 +5223,8 @@ class SlateIFrameBuilder {
5223
5223
  fundName: Slate.Name,
5224
5224
  handleSubmitFn: (standardChoiceFormSignature) => slateChoiceApi.submitSlateChoiceAsync({
5225
5225
  memberNumber: data.memberNumber,
5226
+ memberFirstName: data.memberFirstName,
5227
+ memberFamilyName: data.memberFamilyName,
5226
5228
  standardChoiceFormSignature,
5227
5229
  shownFunds: superSelectionAppService.promotedFunds,
5228
5230
  defaultFundUsiSet: Option.toUndefined(superSelectionAppService.defaultFundUsi)