primary_care_admin_binder 0.1.73 → 0.1.74

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
@@ -30669,7 +30669,7 @@ var masterQuery$3 = {
30669
30669
  return {
30670
30670
  db_name: dbName$1,
30671
30671
  entity: "Organization",
30672
- filter: "Organization.OrgType any== 'CodingMaster/10010' && Organization.active ==true && Organization.isExternal==true && Organization.activestatus==true",
30672
+ filter: "Organization.OrgType any== 'CodingMaster/10010' && Organization.active ==true && Organization.isExternal==false && Organization.activestatus==true",
30673
30673
  return_fields: "merge(Organization,{OrgType:document(Organization.OrgType)})"
30674
30674
  };
30675
30675
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "primary_care_admin_binder",
3
- "version": "0.1.73",
3
+ "version": "0.1.74",
4
4
  "description": "",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.esm.js",