primarycare-binder 1.1.79 → 1.1.80

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
@@ -16742,7 +16742,7 @@ var UPSERT_PERSON = createAsyncThunk("personApiSlice/upsertPerson", /*#__PURE__*
16742
16742
  }],
16743
16743
  telecom: [{
16744
16744
  system: "Phone",
16745
- value: phone,
16745
+ value: phone || "",
16746
16746
  // number
16747
16747
  use: "Mobile",
16748
16748
  // phone
@@ -16781,8 +16781,7 @@ var UPSERT_PERSON = createAsyncThunk("personApiSlice/upsertPerson", /*#__PURE__*
16781
16781
  body[0]["filter"] = {
16782
16782
  _key: updatedId
16783
16783
  };
16784
- delete body[0]["doc"]["Id"];
16785
- delete body[0]["doc"]["telecom"];
16784
+ delete body[0]["doc"]["Id"]; //delete body[0]["doc"]["telecom"];
16786
16785
  }
16787
16786
 
16788
16787
  _context.next = 10;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "primarycare-binder",
3
- "version": "1.1.79",
3
+ "version": "1.1.80",
4
4
  "description": "",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.esm.js",