primarycare-binder 1.1.133 → 1.1.135
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 +4 -3
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -8373,6 +8373,7 @@ var __OrderlinewithQueue__ = "".concat(process.env.REACT_APP_NIFI_CLMM_API, "/ap
|
|
|
8373
8373
|
var __GetOrderStartDate__ = "".concat(process.env.REACT_APP_CLMM_NIFI_API, "/api/ScheduleGeneration/GetOrderStartDate"); // export const __GetOrderStartDate__ = `https://apiclmm.dev.ainqaplatform.in/api/ScheduleGeneration/GetOrderStartDate`;
|
|
8374
8374
|
|
|
8375
8375
|
var __Soft_Delete__ = "".concat(process.env.REACT_APP_SOFT_DELETE, "/api/soft_delete");
|
|
8376
|
+
var __SoftDelete__ = "".concat(process.env.REACT_APP_BASE_URL_PROTOCAL, "://").concat(process.env.REACT_APP_BASE_URL_HOST, ":").concat(process.env.REACT_APP_BASE_URL_PORT, "/api/soft_delete");
|
|
8376
8377
|
var __allergyInteraction__ = "".concat(process.env.REACT_APP_COMMON_NIFI_API, "/api/v1/clinicalscreening");
|
|
8377
8378
|
var __drugDuplication__ = "".concat(process.env.REACT_APP_COMMON_NIFI_API, "/api/v1/drugDuplicationAlert"); // export const __ruleBuilderUrl__ = `http://164.52.210.54:9090/multi/rule-validate`;
|
|
8378
8379
|
|
|
@@ -8734,7 +8735,7 @@ var getCurrentPosition = /*#__PURE__*/function () {
|
|
|
8734
8735
|
|
|
8735
8736
|
var getLatLong = /*#__PURE__*/function () {
|
|
8736
8737
|
var _ref5 = _asyncToGenerator( /*#__PURE__*/regeneratorRuntime.mark(function _callee3(city) {
|
|
8737
|
-
var _resp$results, _resp$results$, _resp$results$$geomet, _resp$results$$geomet2, _resp$results2, _resp$results2$, _resp$results2$$geome, _resp$results2$$geome2;
|
|
8738
|
+
var _process$env, _process$env2, _resp$results, _resp$results$, _resp$results$$geomet, _resp$results$$geomet2, _resp$results2, _resp$results2$, _resp$results2$$geome, _resp$results2$$geome2;
|
|
8738
8739
|
|
|
8739
8740
|
var url, data, resp, lat, _long3, _resp$results3, _resp$results3$, _resp$results3$$geome, _resp$results3$$geome2, _resp$results4, _resp$results4$, _resp$results4$$geome, _resp$results4$$geome2;
|
|
8740
8741
|
|
|
@@ -8742,7 +8743,7 @@ var getLatLong = /*#__PURE__*/function () {
|
|
|
8742
8743
|
while (1) {
|
|
8743
8744
|
switch (_context3.prev = _context3.next) {
|
|
8744
8745
|
case 0:
|
|
8745
|
-
url = "
|
|
8746
|
+
url = "".concat((_process$env = process.env) === null || _process$env === void 0 ? void 0 : _process$env.REACT_APP_GOOGLE_MAP_URL, "?address=").concat(city, "&key=").concat((_process$env2 = process.env) === null || _process$env2 === void 0 ? void 0 : _process$env2.REACT_APP_GOOGLE_MAP_API_KEY);
|
|
8746
8747
|
_context3.next = 3;
|
|
8747
8748
|
return fetch(url);
|
|
8748
8749
|
|
|
@@ -40070,7 +40071,7 @@ var SET_FOLLOWUP_DELETE = createAsyncThunk("SigninFollowup/followup_delete", /*#
|
|
|
40070
40071
|
_context4.next = 7;
|
|
40071
40072
|
return fetchData$3({
|
|
40072
40073
|
body: JSON.stringify(body)
|
|
40073
|
-
},
|
|
40074
|
+
}, __SoftDelete__);
|
|
40074
40075
|
|
|
40075
40076
|
case 7:
|
|
40076
40077
|
res = _context4.sent;
|