primary_care_admin_binder 0.1.115 → 0.1.116
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 +2 -2
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -27596,8 +27596,8 @@ var generateJson$8 = {
|
|
|
27596
27596
|
state: val === null || val === void 0 ? void 0 : (_val$state = val.state) === null || _val$state === void 0 ? void 0 : _val$state.value,
|
|
27597
27597
|
postalCode: val === null || val === void 0 ? void 0 : (_val$pincode = val.pincode) === null || _val$pincode === void 0 ? void 0 : _val$pincode.value,
|
|
27598
27598
|
country: val === null || val === void 0 ? void 0 : (_val$country = val.country) === null || _val$country === void 0 ? void 0 : _val$country.value,
|
|
27599
|
-
longitude:
|
|
27600
|
-
latitude:
|
|
27599
|
+
longitude: val === null || val === void 0 ? void 0 : val.longitude,
|
|
27600
|
+
latitude: val === null || val === void 0 ? void 0 : val.latitude,
|
|
27601
27601
|
Type: val === null || val === void 0 ? void 0 : (_val$type = val.type) === null || _val$type === void 0 ? void 0 : _val$type.value,
|
|
27602
27602
|
id: 0
|
|
27603
27603
|
};
|