@verma-consulting/common-library 0.1.37 → 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 +221 -220
- package/dist/index.d.ts +221 -220
- 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.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) => {
|