primary_care_admin_binder 0.0.85 → 0.0.86
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/dist/index.cjs.js +2 -1
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -31245,7 +31245,8 @@ var generalMasterActions = {
|
|
|
31245
31245
|
ADD_NEW_GENERAL_MASTER_TYPE: ADD_NEW_GENERAL_MASTER_TYPE,
|
|
31246
31246
|
UPDATE_GENERAL_MASTER_TYPE: UPDATE_GENERAL_MASTER_TYPE,
|
|
31247
31247
|
UPDATE_GENERAL_MASTER_STATUS: UPDATE_GENERAL_MASTER_STATUS,
|
|
31248
|
-
VISIT_TYPE_INDICATOR: VISIT_TYPE_INDICATOR
|
|
31248
|
+
VISIT_TYPE_INDICATOR: VISIT_TYPE_INDICATOR,
|
|
31249
|
+
COLUMN_MASTERS: COLUMN_MASTERS
|
|
31249
31250
|
};
|
|
31250
31251
|
var generalMasterSlice$1 = generalMasterSlice.reducer;
|
|
31251
31252
|
|