@flarehr/apollo-super-selection 4.49.41800 → 4.50.41818

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.
@@ -284,7 +284,7 @@ class TapSubscriber extends datoramaAkita.Subscriber {
284
284
  }
285
285
  }
286
286
 
287
- const AppVersion = '4.49.41800';
287
+ const AppVersion = '4.50.41818';
288
288
 
289
289
  // -------------------------------------------------------------------------------------
290
290
  // guards
@@ -6270,7 +6270,7 @@ class PromotedFundChoiceApi {
6270
6270
  .url('super-choice/promoted-fund/default-with-join')
6271
6271
  .post(dto)
6272
6272
  .badRequest(() => {
6273
- throw new Error('Failed to process Promoted Default With Join Fund choice request');
6273
+ throw new Error('Failed to process Promoted Default Fund With Join choice request');
6274
6274
  })
6275
6275
  .text();
6276
6276
  }
@@ -23,7 +23,7 @@ export class PromotedFundChoiceApi {
23
23
  .url('super-choice/promoted-fund/default-with-join')
24
24
  .post(dto)
25
25
  .badRequest(() => {
26
- throw new Error('Failed to process Promoted Default With Join Fund choice request');
26
+ throw new Error('Failed to process Promoted Default Fund With Join choice request');
27
27
  })
28
28
  .text();
29
29
  }
@@ -260,7 +260,7 @@ class TapSubscriber extends Subscriber {
260
260
  }
261
261
  }
262
262
 
263
- const AppVersion = '4.49.41800';
263
+ const AppVersion = '4.50.41818';
264
264
 
265
265
  // -------------------------------------------------------------------------------------
266
266
  // guards
@@ -6246,7 +6246,7 @@ class PromotedFundChoiceApi {
6246
6246
  .url('super-choice/promoted-fund/default-with-join')
6247
6247
  .post(dto)
6248
6248
  .badRequest(() => {
6249
- throw new Error('Failed to process Promoted Default With Join Fund choice request');
6249
+ throw new Error('Failed to process Promoted Default Fund With Join choice request');
6250
6250
  })
6251
6251
  .text();
6252
6252
  }