primary_care_admin_binder 0.1.106 → 0.1.107

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
@@ -26972,6 +26972,8 @@ var generateJson$8 = {
26972
26972
  state: val === null || val === void 0 ? void 0 : (_val$state = val.state) === null || _val$state === void 0 ? void 0 : _val$state.value,
26973
26973
  postalCode: val === null || val === void 0 ? void 0 : (_val$pincode = val.pincode) === null || _val$pincode === void 0 ? void 0 : _val$pincode.value,
26974
26974
  country: val === null || val === void 0 ? void 0 : (_val$country = val.country) === null || _val$country === void 0 ? void 0 : _val$country.value,
26975
+ longitude: parseFloat(val === null || val === void 0 ? void 0 : val.longitude),
26976
+ latitude: parseFloat(val === null || val === void 0 ? void 0 : val.latitude),
26975
26977
  Type: val === null || val === void 0 ? void 0 : (_val$type = val.type) === null || _val$type === void 0 ? void 0 : _val$type.value,
26976
26978
  id: 0
26977
26979
  };
@@ -27171,7 +27173,9 @@ var generateReadJson$2 = {
27171
27173
  pincode: {
27172
27174
  title: v === null || v === void 0 ? void 0 : (_v$postalCode = v.postalCode) === null || _v$postalCode === void 0 ? void 0 : _v$postalCode.geogLevelName,
27173
27175
  value: v === null || v === void 0 ? void 0 : (_v$postalCode2 = v.postalCode) === null || _v$postalCode2 === void 0 ? void 0 : _v$postalCode2._id
27174
- }
27176
+ },
27177
+ latitude: v === null || v === void 0 ? void 0 : v.latitude,
27178
+ longitude: v === null || v === void 0 ? void 0 : v.longitude
27175
27179
  };
27176
27180
  });
27177
27181
  var ContactArr = data === null || data === void 0 ? void 0 : (_data$telecom = data.telecom) === null || _data$telecom === void 0 ? void 0 : _data$telecom.map(function (v, i) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "primary_care_admin_binder",
3
- "version": "0.1.106",
3
+ "version": "0.1.107",
4
4
  "description": "",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.esm.js",