@verma-consulting/common-library 0.1.63 → 0.1.65

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.mjs CHANGED
@@ -600,12 +600,12 @@ var PresetType = /* @__PURE__ */ ((PresetType2) => {
600
600
  PresetType2["kanbanStatusField"] = "kanbanStatusField";
601
601
  return PresetType2;
602
602
  })(PresetType || {});
603
- var organizationFilterType = /* @__PURE__ */ ((organizationFilterType2) => {
604
- organizationFilterType2["reports"] = "reports";
605
- organizationFilterType2["lists"] = "lists";
606
- organizationFilterType2["integrations"] = "integrations";
607
- return organizationFilterType2;
608
- })(organizationFilterType || {});
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;
@@ -2559,7 +2559,7 @@ var defaults = {
2559
2559
  deleted: false,
2560
2560
  selected: false,
2561
2561
  key: "",
2562
- type: "",
2562
+ type: "Textfield",
2563
2563
  options: []
2564
2564
  },
2565
2565
  reports: {
@@ -3234,7 +3234,7 @@ export {
3234
3234
  normalizeKey,
3235
3235
  openInNewTab,
3236
3236
  operationType,
3237
- organizationFilterType,
3237
+ organizationPresetType,
3238
3238
  packageType,
3239
3239
  paymentAllowRedirect,
3240
3240
  paymentCancellationReason,