primarycare-binder 1.1.92 → 1.1.95

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
@@ -20002,7 +20002,12 @@ var dashboardQuery = {
20002
20002
  period: "",
20003
20003
  Practitioner_id: data === null || data === void 0 ? void 0 : data.Practitioner_id,
20004
20004
  PractitionerRole_id: data === null || data === void 0 ? void 0 : data.PractitionerRole_id,
20005
- RelatedPerson_id: 0,
20005
+ // RelatedPerson_id: 0,
20006
+ // schema change
20007
+ RelatedPerson_id: [{
20008
+ "relatedpersonid": "0",
20009
+ "relationship": ""
20010
+ }],
20006
20011
  specialty: data === null || data === void 0 ? void 0 : data.specialty
20007
20012
  }],
20008
20013
  participantHistory: data === null || data === void 0 ? void 0 : data.participantHistory
@@ -29789,7 +29794,8 @@ var GET_ORDERTYPE = createAsyncThunk("LabOrderApiSlice/get_ordertype", /*#__PURE
29789
29794
  data.result.map(function (val, i) {
29790
29795
  returnData.push({
29791
29796
  value: val === null || val === void 0 ? void 0 : val.Ordcatgory,
29792
- label: val === null || val === void 0 ? void 0 : val.longdesc
29797
+ label: val === null || val === void 0 ? void 0 : val.longdesc,
29798
+ _id: val === null || val === void 0 ? void 0 : val._id
29793
29799
  });
29794
29800
  });
29795
29801
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "primarycare-binder",
3
- "version": "1.1.92",
3
+ "version": "1.1.95",
4
4
  "description": "",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.esm.js",