primary_care_admin_binder 0.1.1 → 0.1.2

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
@@ -12286,7 +12286,7 @@ var masterQuery$3 = {
12286
12286
  "db_name": dbName,
12287
12287
  "entity": "CodingMaster",
12288
12288
  "sort": "CodingMaster.display",
12289
- "filter": "CodingMaster.activestatus==true && CodingMaster.Type=='LOCATIONROLE'",
12289
+ "filter": "CodingMaster.status==true && CodingMaster.activestatus==true && CodingMaster.Type=='LOCATIONROLE'",
12290
12290
  "return_fields": "KEEP(CodingMaster,'id','_id','_key','shortdesc','display','Type')"
12291
12291
  };
12292
12292
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "primary_care_admin_binder",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.esm.js",