primarycare-binder 1.1.102 → 1.1.105

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
@@ -9721,7 +9721,8 @@ var GET_FACILITY_BY_USERID = createAsyncThunk("authSlice/getFacilityByUserid", /
9721
9721
  queries = {
9722
9722
  "db_name": dbName,
9723
9723
  "entity": "Person",
9724
- "filter": "document(document(Person.telecom)[*].system)[*].code == to_Array('email') && document(Person.telecom)[*].value==to_array('".concat(username, "') && Person.activestatus==true"),
9724
+ // "filter": `document(document(Person.telecom)[*].system)[*].code == to_Array('email') && document(Person.telecom)[*].value==to_array('${username}') && Person.activestatus==true`,
9725
+ "filter": "(document(document(Person.telecom)[*].system)[*].code == to_Array('email') || document(Person.telecom)[*].system any =='Email') && document(Person.telecom)[*].value any =='".concat(username, "' && Person.activestatus==true"),
9725
9726
  "return_fields": "keep(Person,'_id','_key','OrgID','Id')"
9726
9727
  };
9727
9728
  _context17.next = 7;
@@ -20045,7 +20046,10 @@ var dashboardQuery = {
20045
20046
  period: "",
20046
20047
  Practitioner_id: data === null || data === void 0 ? void 0 : data.Practitioner_id,
20047
20048
  PractitionerRole_id: data === null || data === void 0 ? void 0 : data.PractitionerRole_id,
20048
- RelatedPerson_id: 0,
20049
+ RelatedPerson_id: [{
20050
+ "relatedpersonid": "0",
20051
+ "relationship": ""
20052
+ }],
20049
20053
  specialty: data === null || data === void 0 ? void 0 : data.specialty
20050
20054
  }],
20051
20055
  participantHistory: [{
@@ -38611,7 +38615,7 @@ var siginInActions = {
38611
38615
  var SigninFollowup$1 = SigninFollowup.reducer;
38612
38616
 
38613
38617
  var queries$2 = {
38614
- category: "{\n \"db_name\": \"".concat(dbName, "\",\n \"entity\": \"CodeableConceptMaster\",\n \"filter\": \"CodeableConceptMaster.Type=='DOCCATEGORY' && CodeableConceptMaster.activestatus==true\",\n \"return_fields\": \"MERGE(CodeableConceptMaster,{coding:(FOR cod IN CodeableConceptMaster.coding RETURN DOCUMENT(cod))})\"\n}"),
38618
+ category: "{\n \"db_name\": \"".concat(dbName, "\",\n \"entity\": \"CodeableConceptMaster\",\n \"filter\": \"CodeableConceptMaster.Type=='DOCCATEGORY' && CodeableConceptMaster.status==true\",\n \"return_fields\": \"MERGE(CodeableConceptMaster,{coding:(FOR cod IN CodeableConceptMaster.coding RETURN DOCUMENT(cod))})\"\n}"),
38615
38619
  document: function document(id) {
38616
38620
  return {
38617
38621
  db_name: dbName,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "primarycare-binder",
3
- "version": "1.1.102",
3
+ "version": "1.1.105",
4
4
  "description": "",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.esm.js",