@verma-consulting/common-library 0.1.42 → 0.1.44
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 +13 -1
- package/dist/index.d.ts +13 -1
- package/dist/index.js +22 -4
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +20 -4
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -649,12 +649,16 @@ var FrequencyType = /* @__PURE__ */ ((FrequencyType2) => {
|
|
|
649
649
|
return FrequencyType2;
|
|
650
650
|
})(FrequencyType || {});
|
|
651
651
|
var action = /* @__PURE__ */ ((action2) => {
|
|
652
|
-
action2["
|
|
653
|
-
action2["update"] = "update";
|
|
654
|
-
action2["delete"] = "delete";
|
|
655
|
-
action2["undo"] = "undo";
|
|
652
|
+
action2["lookup"] = "lookup";
|
|
656
653
|
return action2;
|
|
657
654
|
})(action || {});
|
|
655
|
+
var trigger = /* @__PURE__ */ ((trigger2) => {
|
|
656
|
+
trigger2["create"] = "create";
|
|
657
|
+
trigger2["update"] = "update";
|
|
658
|
+
trigger2["delete"] = "delete";
|
|
659
|
+
trigger2["undo"] = "undo";
|
|
660
|
+
return trigger2;
|
|
661
|
+
})(trigger || {});
|
|
658
662
|
var ChartType = /* @__PURE__ */ ((ChartType2) => {
|
|
659
663
|
ChartType2["line"] = "line";
|
|
660
664
|
ChartType2["bar"] = "bar";
|
|
@@ -719,6 +723,16 @@ var integrationType = /* @__PURE__ */ ((integrationType2) => {
|
|
|
719
723
|
integrationType2["shopify"] = "shopify";
|
|
720
724
|
return integrationType2;
|
|
721
725
|
})(integrationType || {});
|
|
726
|
+
var integrationCategory = /* @__PURE__ */ ((integrationCategory2) => {
|
|
727
|
+
integrationCategory2["Logistic"] = "Logistic";
|
|
728
|
+
integrationCategory2["Commerce"] = "Commerce";
|
|
729
|
+
integrationCategory2["AI"] = "AI";
|
|
730
|
+
integrationCategory2["Finances"] = "Finances";
|
|
731
|
+
integrationCategory2["OrganizationWorkspaces"] = "Organization Workspaces";
|
|
732
|
+
integrationCategory2["MessagingPlatforms"] = "Messaging Platforms";
|
|
733
|
+
integrationCategory2["Miscellaneous"] = "Miscellaneous";
|
|
734
|
+
return integrationCategory2;
|
|
735
|
+
})(integrationCategory || {});
|
|
722
736
|
var currency = /* @__PURE__ */ ((currency2) => {
|
|
723
737
|
currency2["usd"] = "usd";
|
|
724
738
|
currency2["aed"] = "aed";
|
|
@@ -3069,6 +3083,7 @@ export {
|
|
|
3069
3083
|
getRandomArbitrary,
|
|
3070
3084
|
girth,
|
|
3071
3085
|
grabAge,
|
|
3086
|
+
integrationCategory,
|
|
3072
3087
|
integrationType,
|
|
3073
3088
|
isNumber,
|
|
3074
3089
|
largeNumberLabel,
|
|
@@ -3101,6 +3116,7 @@ export {
|
|
|
3101
3116
|
taxExempt,
|
|
3102
3117
|
tiersMode,
|
|
3103
3118
|
toCurrencyValue,
|
|
3119
|
+
trigger,
|
|
3104
3120
|
unit,
|
|
3105
3121
|
userRole,
|
|
3106
3122
|
userSource,
|