primarycare-binder 1.1.129 → 1.1.131

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
@@ -41462,7 +41462,7 @@ var queries$1 = {
41462
41462
  var obj = {
41463
41463
  db_name: dbName,
41464
41464
  entity: "CodeableConceptMaster",
41465
- filter: "CodeableConceptMaster.Type=='SPECIALTY' AND CodeableConceptMaster.activestatus==true",
41465
+ filter: "CodeableConceptMaster.Type=='SPECIALTY' AND CodeableConceptMaster.status==true",
41466
41466
  return_fields: "MERGE(CodeableConceptMaster,{coding:(FOR cod IN TO_ARRAY(CodeableConceptMaster.coding) RETURN DOCUMENT(cod))})"
41467
41467
  };
41468
41468
  return obj;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "primarycare-binder",
3
- "version": "1.1.129",
3
+ "version": "1.1.131",
4
4
  "description": "",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.esm.js",