@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.
@@ -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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sentio/api",
3
- "version": "1.0.3-rc.42",
3
+ "version": "1.0.3-rc.43",
4
4
  "license": "Apache-2.0",
5
5
  "repository": {
6
6
  "type": "git",
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 = {