@verma-consulting/common-library 0.1.38 → 0.1.39

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
@@ -2056,7 +2056,8 @@ declare enum PlatformLanguage {
2056
2056
  English = "English",
2057
2057
  French = "French",
2058
2058
  German = "German",
2059
- Spanish = "Spanish"
2059
+ Spanish = "Spanish",
2060
+ Hindi = "Hindi"
2060
2061
  }
2061
2062
  declare enum collectionMethod {
2062
2063
  charge_automatically = "charge_automatically",
package/dist/index.d.ts CHANGED
@@ -2056,7 +2056,8 @@ declare enum PlatformLanguage {
2056
2056
  English = "English",
2057
2057
  French = "French",
2058
2058
  German = "German",
2059
- Spanish = "Spanish"
2059
+ Spanish = "Spanish",
2060
+ Hindi = "Hindi"
2060
2061
  }
2061
2062
  declare enum collectionMethod {
2062
2063
  charge_automatically = "charge_automatically",
package/dist/index.js CHANGED
@@ -793,6 +793,7 @@ var PlatformLanguage = /* @__PURE__ */ ((PlatformLanguage2) => {
793
793
  PlatformLanguage2["French"] = "French";
794
794
  PlatformLanguage2["German"] = "German";
795
795
  PlatformLanguage2["Spanish"] = "Spanish";
796
+ PlatformLanguage2["Hindi"] = "Hindi";
796
797
  return PlatformLanguage2;
797
798
  })(PlatformLanguage || {});
798
799
  var collectionMethod = /* @__PURE__ */ ((collectionMethod2) => {