primary_care_admin_binder 0.1.196 → 0.1.197
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 +6 -4
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -44848,10 +44848,12 @@ var TARGET_REVENUE_DELETE = createAsyncThunk("targetRevenueSlice/targetRevenueDe
|
|
|
44848
44848
|
body = {
|
|
44849
44849
|
appcode: dbName,
|
|
44850
44850
|
collection: "targetrevenue",
|
|
44851
|
-
filter:
|
|
44852
|
-
|
|
44853
|
-
|
|
44854
|
-
|
|
44851
|
+
filter: {
|
|
44852
|
+
field: "_id",
|
|
44853
|
+
operator: "eq",
|
|
44854
|
+
value: payload._id
|
|
44855
|
+
},
|
|
44856
|
+
metadata_appcode: metaDatadbName$1
|
|
44855
44857
|
};
|
|
44856
44858
|
_context4.n = 2;
|
|
44857
44859
|
return fetchData({
|