primarycare-binder 1.1.94 → 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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "primarycare-binder",
3
- "version": "1.1.94",
3
+ "version": "1.1.95",
4
4
  "description": "",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.esm.js",