primary_care_admin_binder 0.1.9 → 0.1.10

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
@@ -21846,7 +21846,7 @@ var queries$c = {
21846
21846
  db_name: dbName,
21847
21847
  entity: "CodeableConceptMaster",
21848
21848
  sort: "document(CodeableConceptMaster.coding[0]).display",
21849
- filter: "CodeableConceptMaster.Type=='ACCOUNTENTITYType' AND CodeableConceptMaster.activestatus==true",
21849
+ filter: "CodeableConceptMaster.Type=='ACCOUNTENTITYTYPE' AND CodeableConceptMaster.activestatus==true",
21850
21850
  return_fields: "MERGE(CodeableConceptMaster,{coding:(FOR cod IN TO_ARRAY(CodeableConceptMaster.coding) RETURN DOCUMENT(cod))})"
21851
21851
  };
21852
21852
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "primary_care_admin_binder",
3
- "version": "0.1.9",
3
+ "version": "0.1.10",
4
4
  "description": "",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.esm.js",