@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.d.mts
CHANGED
package/dist/index.d.ts
CHANGED
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",
|