@verma-consulting/common-library 0.1.49 → 0.1.51

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 CHANGED
@@ -2033,6 +2033,7 @@ declare enum operationType {
2033
2033
  }
2034
2034
  declare enum FrequencyType {
2035
2035
  Daily = "Daily",
2036
+ Weekly = "Weekly",
2036
2037
  Monthly = "Monthly",
2037
2038
  Quarterly = "Quarterly",
2038
2039
  Annually = "Annually"
package/dist/index.d.ts CHANGED
@@ -2033,6 +2033,7 @@ declare enum operationType {
2033
2033
  }
2034
2034
  declare enum FrequencyType {
2035
2035
  Daily = "Daily",
2036
+ Weekly = "Weekly",
2036
2037
  Monthly = "Monthly",
2037
2038
  Quarterly = "Quarterly",
2038
2039
  Annually = "Annually"
package/dist/index.js CHANGED
@@ -780,6 +780,7 @@ var operationType = /* @__PURE__ */ ((operationType2) => {
780
780
  })(operationType || {});
781
781
  var FrequencyType = /* @__PURE__ */ ((FrequencyType2) => {
782
782
  FrequencyType2["Daily"] = "Daily";
783
+ FrequencyType2["Weekly"] = "Weekly";
783
784
  FrequencyType2["Monthly"] = "Monthly";
784
785
  FrequencyType2["Quarterly"] = "Quarterly";
785
786
  FrequencyType2["Annually"] = "Annually";
@@ -1108,6 +1109,7 @@ var constants = {
1108
1109
  "id",
1109
1110
  "selected",
1110
1111
  "edited",
1112
+ "editable",
1111
1113
  "createdAt",
1112
1114
  "updatedAt",
1113
1115
  "poolId",