@verma-consulting/common-library 0.1.63 → 0.1.64
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.d.mts +3 -3
- package/dist/index.d.ts +3 -3
- package/dist/index.js +8 -8
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +7 -7
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -600,12 +600,12 @@ var PresetType = /* @__PURE__ */ ((PresetType2) => {
|
|
|
600
600
|
PresetType2["kanbanStatusField"] = "kanbanStatusField";
|
|
601
601
|
return PresetType2;
|
|
602
602
|
})(PresetType || {});
|
|
603
|
-
var
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
return
|
|
608
|
-
})(
|
|
603
|
+
var organizationPresetType = /* @__PURE__ */ ((organizationPresetType2) => {
|
|
604
|
+
organizationPresetType2["reports"] = "reports";
|
|
605
|
+
organizationPresetType2["lists"] = "lists";
|
|
606
|
+
organizationPresetType2["integrations"] = "integrations";
|
|
607
|
+
return organizationPresetType2;
|
|
608
|
+
})(organizationPresetType || {});
|
|
609
609
|
var UserSettingType = /* @__PURE__ */ ((UserSettingType2) => {
|
|
610
610
|
UserSettingType2["theme"] = "theme";
|
|
611
611
|
return UserSettingType2;
|
|
@@ -3234,7 +3234,7 @@ export {
|
|
|
3234
3234
|
normalizeKey,
|
|
3235
3235
|
openInNewTab,
|
|
3236
3236
|
operationType,
|
|
3237
|
-
|
|
3237
|
+
organizationPresetType,
|
|
3238
3238
|
packageType,
|
|
3239
3239
|
paymentAllowRedirect,
|
|
3240
3240
|
paymentCancellationReason,
|