@icanbwell/composite 1.705.1 → 1.707.0
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 +4 -0
- package/473.index.js.map +1 -1
- package/index.js +1 -1
- package/native.js +1 -1
- package/package.json +3 -3
package/473.index.js
CHANGED
|
@@ -634,6 +634,7 @@ Take a look at the reducer(s) handling this action type: `+We.type+`.
|
|
|
634
634
|
query mfeCareSchedulingConfigClientConfiguration($clientSlug: String!) {
|
|
635
635
|
clientConfiguration(clientSlug: $clientSlug) {
|
|
636
636
|
scheduling {
|
|
637
|
+
bookableSpecialties
|
|
637
638
|
idTypes {
|
|
638
639
|
visitTypeIdType {
|
|
639
640
|
open
|
|
@@ -647,6 +648,7 @@ Take a look at the reducer(s) handling this action type: `+We.type+`.
|
|
|
647
648
|
enabled
|
|
648
649
|
questionnaireId
|
|
649
650
|
}
|
|
651
|
+
filterVisitTypes
|
|
650
652
|
}
|
|
651
653
|
dataConnectionsRedirectConfig {
|
|
652
654
|
dataConnectionsSearchUrl
|
|
@@ -3046,6 +3048,7 @@ Take a look at the reducer(s) handling this action type: `+We.type+`.
|
|
|
3046
3048
|
query mfeCareSchedulingConfigClientConfiguration($clientSlug: String!) {
|
|
3047
3049
|
clientConfiguration(clientSlug: $clientSlug) {
|
|
3048
3050
|
scheduling {
|
|
3051
|
+
bookableSpecialties
|
|
3049
3052
|
idTypes {
|
|
3050
3053
|
visitTypeIdType {
|
|
3051
3054
|
open
|
|
@@ -3059,6 +3062,7 @@ Take a look at the reducer(s) handling this action type: `+We.type+`.
|
|
|
3059
3062
|
enabled
|
|
3060
3063
|
questionnaireId
|
|
3061
3064
|
}
|
|
3065
|
+
filterVisitTypes
|
|
3062
3066
|
}
|
|
3063
3067
|
dataConnectionsRedirectConfig {
|
|
3064
3068
|
dataConnectionsSearchUrl
|