primary_care_admin_binder 0.1.124 → 0.1.125
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 +6 -6
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -27965,9 +27965,9 @@ var generateJson$8 = {
|
|
|
27965
27965
|
return {
|
|
27966
27966
|
tenant: v === null || v === void 0 ? void 0 : (_v$tenant = v.tenant) === null || _v$tenant === void 0 ? void 0 : _v$tenant.code,
|
|
27967
27967
|
currency: (_v$currency$_id = v === null || v === void 0 ? void 0 : (_v$currency = v.currency) === null || _v$currency === void 0 ? void 0 : _v$currency._id) !== null && _v$currency$_id !== void 0 ? _v$currency$_id : v === null || v === void 0 ? void 0 : (_v$currency2 = v.currency) === null || _v$currency2 === void 0 ? void 0 : _v$currency2.value,
|
|
27968
|
-
|
|
27969
|
-
|
|
27970
|
-
|
|
27968
|
+
orgdateformat: v === null || v === void 0 ? void 0 : v.dateformat,
|
|
27969
|
+
orgtimeformat: v === null || v === void 0 ? void 0 : v.timeformat,
|
|
27970
|
+
orgdatetimeformat: v === null || v === void 0 ? void 0 : v.datetimeformat,
|
|
27971
27971
|
timezone: (_v$timezone$_id = v === null || v === void 0 ? void 0 : (_v$timezone = v.timezone) === null || _v$timezone === void 0 ? void 0 : _v$timezone._id) !== null && _v$timezone$_id !== void 0 ? _v$timezone$_id : v === null || v === void 0 ? void 0 : (_v$timezone2 = v.timezone) === null || _v$timezone2 === void 0 ? void 0 : _v$timezone2.value
|
|
27972
27972
|
};
|
|
27973
27973
|
});
|
|
@@ -28209,9 +28209,9 @@ var generateReadJson$2 = {
|
|
|
28209
28209
|
title: v === null || v === void 0 ? void 0 : (_v$currency3 = v.currency) === null || _v$currency3 === void 0 ? void 0 : _v$currency3.display,
|
|
28210
28210
|
value: v === null || v === void 0 ? void 0 : (_v$currency4 = v.currency) === null || _v$currency4 === void 0 ? void 0 : _v$currency4._id
|
|
28211
28211
|
},
|
|
28212
|
-
dateformat:
|
|
28213
|
-
timeformat:
|
|
28214
|
-
datetimeformat:
|
|
28212
|
+
dateformat: v === null || v === void 0 ? void 0 : v.orgdateformat,
|
|
28213
|
+
timeformat: v === null || v === void 0 ? void 0 : v.orgtimeformat,
|
|
28214
|
+
datetimeformat: v === null || v === void 0 ? void 0 : v.orgdatetimeformat,
|
|
28215
28215
|
timezone: {
|
|
28216
28216
|
title: v === null || v === void 0 ? void 0 : (_v$timezone3 = v.timezone) === null || _v$timezone3 === void 0 ? void 0 : _v$timezone3.display,
|
|
28217
28217
|
value: v === null || v === void 0 ? void 0 : (_v$timezone4 = v.timezone) === null || _v$timezone4 === void 0 ? void 0 : _v$timezone4._id
|