@verma-consulting/common-library 0.1.38 → 0.1.40

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
@@ -1143,6 +1143,7 @@ interface CardInterface {
1143
1143
  interface AnalyticsQueryInterface {
1144
1144
  star?: boolean;
1145
1145
  label?: string;
1146
+ prompt?: string;
1146
1147
  modelName?: string;
1147
1148
  fieldName?: string;
1148
1149
  fieldType?: string;
@@ -2056,7 +2057,8 @@ declare enum PlatformLanguage {
2056
2057
  English = "English",
2057
2058
  French = "French",
2058
2059
  German = "German",
2059
- Spanish = "Spanish"
2060
+ Spanish = "Spanish",
2061
+ Hindi = "Hindi"
2060
2062
  }
2061
2063
  declare enum collectionMethod {
2062
2064
  charge_automatically = "charge_automatically",
package/dist/index.d.ts CHANGED
@@ -1143,6 +1143,7 @@ interface CardInterface {
1143
1143
  interface AnalyticsQueryInterface {
1144
1144
  star?: boolean;
1145
1145
  label?: string;
1146
+ prompt?: string;
1146
1147
  modelName?: string;
1147
1148
  fieldName?: string;
1148
1149
  fieldType?: string;
@@ -2056,7 +2057,8 @@ declare enum PlatformLanguage {
2056
2057
  English = "English",
2057
2058
  French = "French",
2058
2059
  German = "German",
2059
- Spanish = "Spanish"
2060
+ Spanish = "Spanish",
2061
+ Hindi = "Hindi"
2060
2062
  }
2061
2063
  declare enum collectionMethod {
2062
2064
  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) => {