@verma-consulting/common-library 0.1.39 → 0.1.41
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 +4 -0
- package/dist/index.d.ts +4 -0
- package/dist/index.js +3 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
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;
|
|
@@ -3178,6 +3179,7 @@ declare const defaults: {
|
|
|
3178
3179
|
};
|
|
3179
3180
|
reports: {
|
|
3180
3181
|
label: string;
|
|
3182
|
+
prompt: string;
|
|
3181
3183
|
star: boolean;
|
|
3182
3184
|
chartType: string;
|
|
3183
3185
|
frequency: string;
|
|
@@ -3191,6 +3193,7 @@ declare const defaults: {
|
|
|
3191
3193
|
};
|
|
3192
3194
|
lists: {
|
|
3193
3195
|
label: string;
|
|
3196
|
+
prompt: string;
|
|
3194
3197
|
star: boolean;
|
|
3195
3198
|
dynamic: boolean;
|
|
3196
3199
|
modelName: string;
|
|
@@ -3201,6 +3204,7 @@ declare const defaults: {
|
|
|
3201
3204
|
};
|
|
3202
3205
|
statistics: {
|
|
3203
3206
|
label: string;
|
|
3207
|
+
prompt: string;
|
|
3204
3208
|
star: boolean;
|
|
3205
3209
|
modelName: string;
|
|
3206
3210
|
fieldName: 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;
|
|
@@ -3178,6 +3179,7 @@ declare const defaults: {
|
|
|
3178
3179
|
};
|
|
3179
3180
|
reports: {
|
|
3180
3181
|
label: string;
|
|
3182
|
+
prompt: string;
|
|
3181
3183
|
star: boolean;
|
|
3182
3184
|
chartType: string;
|
|
3183
3185
|
frequency: string;
|
|
@@ -3191,6 +3193,7 @@ declare const defaults: {
|
|
|
3191
3193
|
};
|
|
3192
3194
|
lists: {
|
|
3193
3195
|
label: string;
|
|
3196
|
+
prompt: string;
|
|
3194
3197
|
star: boolean;
|
|
3195
3198
|
dynamic: boolean;
|
|
3196
3199
|
modelName: string;
|
|
@@ -3201,6 +3204,7 @@ declare const defaults: {
|
|
|
3201
3204
|
};
|
|
3202
3205
|
statistics: {
|
|
3203
3206
|
label: string;
|
|
3207
|
+
prompt: string;
|
|
3204
3208
|
star: boolean;
|
|
3205
3209
|
modelName: string;
|
|
3206
3210
|
fieldName: string;
|
package/dist/index.js
CHANGED
|
@@ -2549,6 +2549,7 @@ var defaults = {
|
|
|
2549
2549
|
},
|
|
2550
2550
|
reports: {
|
|
2551
2551
|
label: "",
|
|
2552
|
+
prompt: "",
|
|
2552
2553
|
star: false,
|
|
2553
2554
|
chartType: "line",
|
|
2554
2555
|
frequency: "Annually",
|
|
@@ -2562,6 +2563,7 @@ var defaults = {
|
|
|
2562
2563
|
},
|
|
2563
2564
|
lists: {
|
|
2564
2565
|
label: "",
|
|
2566
|
+
prompt: "",
|
|
2565
2567
|
star: false,
|
|
2566
2568
|
dynamic: false,
|
|
2567
2569
|
modelName: "",
|
|
@@ -2572,6 +2574,7 @@ var defaults = {
|
|
|
2572
2574
|
},
|
|
2573
2575
|
statistics: {
|
|
2574
2576
|
label: "",
|
|
2577
|
+
prompt: "",
|
|
2575
2578
|
star: false,
|
|
2576
2579
|
modelName: "",
|
|
2577
2580
|
fieldName: "",
|