primary_care_admin_binder 0.0.86 → 0.0.87
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 +1 -1
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -30592,7 +30592,7 @@ var queries$1 = {
|
|
|
30592
30592
|
return {
|
|
30593
30593
|
"db_name": dbName,
|
|
30594
30594
|
"entity": "CodingMaster",
|
|
30595
|
-
"filter": "CodingMaster.Type== ".concat(name, " && CodingMaster.activestatus==true && CodingMaster.status==true"),
|
|
30595
|
+
"filter": "CodingMaster.Type== '".concat(name, "' && CodingMaster.activestatus==true && CodingMaster.status==true"),
|
|
30596
30596
|
"return_fields": "KEEP(CodingMaster,'_id','id','_key','code','display','Type','status')"
|
|
30597
30597
|
};
|
|
30598
30598
|
}
|