@verma-consulting/common-library 0.1.11 → 0.1.12

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
@@ -926,6 +926,7 @@ interface AnalyticsQueryInterface {
926
926
  label?: string;
927
927
  modelName?: string;
928
928
  fieldName?: string;
929
+ fieldType?: string;
929
930
  operationType?: string | null;
930
931
  calculation?: string | null;
931
932
  calculationValue?: string;
package/dist/index.d.ts CHANGED
@@ -926,6 +926,7 @@ interface AnalyticsQueryInterface {
926
926
  label?: string;
927
927
  modelName?: string;
928
928
  fieldName?: string;
929
+ fieldType?: string;
929
930
  operationType?: string | null;
930
931
  calculation?: string | null;
931
932
  calculationValue?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@verma-consulting/common-library",
3
- "version": "0.1.11",
3
+ "version": "0.1.12",
4
4
  "description": "Shared common library for Verma Consulting",
5
5
  "author": "Ankit Verma <ankit@vermadev.com>",
6
6
  "license": "MIT",