@icanbwell/composite 1.791.0 → 1.793.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/166.index.js +8 -0
- package/166.index.js.map +1 -1
- package/index.js +1 -1
- package/native.js +1 -1
- package/package.json +3 -3
package/166.index.js
CHANGED
|
@@ -2063,6 +2063,8 @@ function print() { __p += __j.call(arguments, '') }
|
|
|
2063
2063
|
retryIntervalTime
|
|
2064
2064
|
}
|
|
2065
2065
|
findCareEnabled
|
|
2066
|
+
showDataConnectionActivityOnAppointmentDetails
|
|
2067
|
+
showTasksDataOnDashboard
|
|
2066
2068
|
}
|
|
2067
2069
|
}
|
|
2068
2070
|
}
|
|
@@ -2850,6 +2852,8 @@ function print() { __p += __j.call(arguments, '') }
|
|
|
2850
2852
|
retryIntervalTime
|
|
2851
2853
|
}
|
|
2852
2854
|
findCareEnabled
|
|
2855
|
+
showDataConnectionActivityOnAppointmentDetails
|
|
2856
|
+
showTasksDataOnDashboard
|
|
2853
2857
|
}
|
|
2854
2858
|
}
|
|
2855
2859
|
}
|
|
@@ -6054,6 +6058,8 @@ Take a look at the reducer(s) handling this action type: `+Xe.type+`.
|
|
|
6054
6058
|
retryIntervalTime
|
|
6055
6059
|
}
|
|
6056
6060
|
findCareEnabled
|
|
6061
|
+
showDataConnectionActivityOnAppointmentDetails
|
|
6062
|
+
showTasksDataOnDashboard
|
|
6057
6063
|
}
|
|
6058
6064
|
}
|
|
6059
6065
|
}
|
|
@@ -8562,6 +8568,8 @@ Take a look at the reducer(s) handling this action type: `+Xe.type+`.
|
|
|
8562
8568
|
retryIntervalTime
|
|
8563
8569
|
}
|
|
8564
8570
|
findCareEnabled
|
|
8571
|
+
showDataConnectionActivityOnAppointmentDetails
|
|
8572
|
+
showTasksDataOnDashboard
|
|
8565
8573
|
}
|
|
8566
8574
|
}
|
|
8567
8575
|
}
|