@sentio/api 1.0.3-rc.42 → 1.0.3-rc.43
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/src/types.gen.d.ts +1 -0
- package/package.json +1 -1
- package/src/types.gen.ts +1 -0
package/dist/src/types.gen.d.ts
CHANGED
|
@@ -3115,6 +3115,7 @@ export declare namespace web_service {
|
|
|
3115
3115
|
showPercent?: boolean;
|
|
3116
3116
|
showValue?: boolean;
|
|
3117
3117
|
calculation?: ChartConfigCalculation;
|
|
3118
|
+
absValue?: boolean;
|
|
3118
3119
|
};
|
|
3119
3120
|
type ChartConfigPieConfigPieType = 'Pie' | 'Donut';
|
|
3120
3121
|
type ChartConfigQueryValueConfig = {
|
package/package.json
CHANGED
package/src/types.gen.ts
CHANGED
|
@@ -3128,6 +3128,7 @@ export namespace web_service {
|
|
|
3128
3128
|
showPercent?: boolean;
|
|
3129
3129
|
showValue?: boolean;
|
|
3130
3130
|
calculation?: ChartConfigCalculation;
|
|
3131
|
+
absValue?: boolean;
|
|
3131
3132
|
};
|
|
3132
3133
|
export type ChartConfigPieConfigPieType = 'Pie' | 'Donut';
|
|
3133
3134
|
export type ChartConfigQueryValueConfig = {
|