@verma-consulting/common-library 0.1.39 → 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;
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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@verma-consulting/common-library",
3
- "version": "0.1.39",
3
+ "version": "0.1.40",
4
4
  "description": "Shared common library for Verma Consulting",
5
5
  "author": "Ankit Verma <ankit@vermadev.com>",
6
6
  "license": "MIT",