@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 +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +2 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -663,6 +663,7 @@ var operationType = /* @__PURE__ */ ((operationType2) => {
|
|
|
663
663
|
})(operationType || {});
|
|
664
664
|
var FrequencyType = /* @__PURE__ */ ((FrequencyType2) => {
|
|
665
665
|
FrequencyType2["Daily"] = "Daily";
|
|
666
|
+
FrequencyType2["Weekly"] = "Weekly";
|
|
666
667
|
FrequencyType2["Monthly"] = "Monthly";
|
|
667
668
|
FrequencyType2["Quarterly"] = "Quarterly";
|
|
668
669
|
FrequencyType2["Annually"] = "Annually";
|
|
@@ -991,6 +992,7 @@ var constants = {
|
|
|
991
992
|
"id",
|
|
992
993
|
"selected",
|
|
993
994
|
"edited",
|
|
995
|
+
"editable",
|
|
994
996
|
"createdAt",
|
|
995
997
|
"updatedAt",
|
|
996
998
|
"poolId",
|