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 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: "targetrevenue._id == '".concat(payload._id, "'"),
44852
- metadataId: metaDataId$1,
44853
- metadata_dbname: metaDatadbName$1,
44854
- is_metadata: true
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({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "primary_care_admin_binder",
3
- "version": "0.1.196",
3
+ "version": "0.1.197",
4
4
  "description": "",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.esm.js",