primarycare-binder 1.1.104 → 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
@@ -20046,7 +20046,10 @@ var dashboardQuery = {
20046
20046
  period: "",
20047
20047
  Practitioner_id: data === null || data === void 0 ? void 0 : data.Practitioner_id,
20048
20048
  PractitionerRole_id: data === null || data === void 0 ? void 0 : data.PractitionerRole_id,
20049
- RelatedPerson_id: 0,
20049
+ RelatedPerson_id: [{
20050
+ "relatedpersonid": "0",
20051
+ "relationship": ""
20052
+ }],
20050
20053
  specialty: data === null || data === void 0 ? void 0 : data.specialty
20051
20054
  }],
20052
20055
  participantHistory: [{
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "primarycare-binder",
3
- "version": "1.1.104",
3
+ "version": "1.1.105",
4
4
  "description": "",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.esm.js",