@icanbwell/composite 1.691.0 → 1.692.1

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/473.index.js CHANGED
@@ -314,9 +314,10 @@ Take a look at the reducer(s) handling this action type: `+We.type+`.
314
314
  query GetDataConnectionsConfig($clientSlug: String!) {
315
315
  clientConfiguration(clientSlug: $clientSlug) {
316
316
  dataConnections {
317
- summaryPage {
318
- connectionStatusMap
319
- }
317
+ containerMaxWidth
318
+ enableIncludeInactiveFilter
319
+ enableIncludePopulatedProaOnlyFilter
320
+ externalContactSupportLink
320
321
  flowConnectPage {
321
322
  connectionTiles {
322
323
  insuranceTile {
@@ -405,16 +406,15 @@ Take a look at the reducer(s) handling this action type: `+We.type+`.
405
406
  noMatchesDescription
406
407
  }
407
408
  }
409
+ popularHealthSystemsLink
408
410
  portalRedirectUrl
409
411
  privacyPolicyLink
412
+ summaryPage {
413
+ connectionStatusMap
414
+ }
410
415
  termsOfServiceLink
411
- externalContactSupportLink
412
- containerMaxWidth
413
- popularHealthSystemsLink
414
416
  unifiedSearchConnectionTypes
415
- enableIncludeInactiveFilter
416
- enableIncludePopulatedProaOnlyFilter
417
- unifiedSearchPSSConfigValue
417
+ unifiedSearchPssConfigValue
418
418
  }
419
419
  }
420
420
  }
@@ -2726,9 +2726,10 @@ Take a look at the reducer(s) handling this action type: `+We.type+`.
2726
2726
  query GetDataConnectionsConfig($clientSlug: String!) {
2727
2727
  clientConfiguration(clientSlug: $clientSlug) {
2728
2728
  dataConnections {
2729
- summaryPage {
2730
- connectionStatusMap
2731
- }
2729
+ containerMaxWidth
2730
+ enableIncludeInactiveFilter
2731
+ enableIncludePopulatedProaOnlyFilter
2732
+ externalContactSupportLink
2732
2733
  flowConnectPage {
2733
2734
  connectionTiles {
2734
2735
  insuranceTile {
@@ -2817,16 +2818,15 @@ Take a look at the reducer(s) handling this action type: `+We.type+`.
2817
2818
  noMatchesDescription
2818
2819
  }
2819
2820
  }
2821
+ popularHealthSystemsLink
2820
2822
  portalRedirectUrl
2821
2823
  privacyPolicyLink
2824
+ summaryPage {
2825
+ connectionStatusMap
2826
+ }
2822
2827
  termsOfServiceLink
2823
- externalContactSupportLink
2824
- containerMaxWidth
2825
- popularHealthSystemsLink
2826
2828
  unifiedSearchConnectionTypes
2827
- enableIncludeInactiveFilter
2828
- enableIncludePopulatedProaOnlyFilter
2829
- unifiedSearchPSSConfigValue
2829
+ unifiedSearchPssConfigValue
2830
2830
  }
2831
2831
  }
2832
2832
  }