@verma-consulting/common-library 0.1.49 → 0.1.50
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 +1 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -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";
|