@sentio/api 1.0.3-rc.20 → 1.0.3-rc.21

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.
@@ -2997,6 +2997,7 @@ export declare namespace web_service {
2997
2997
  maxFractionDigits?: number;
2998
2998
  precision?: number;
2999
2999
  currencySymbol?: string;
3000
+ tooltipTotal?: boolean;
3000
3001
  };
3001
3002
  type ChartConfigValueConfigStyle = 'Standard' | 'Compact' | 'Scientific' | 'Percent' | 'Currency' | 'None';
3002
3003
  type ChartConfigValueFormatter = 'NumberFormatter' | 'DateFormatter' | 'StringFormatter';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sentio/api",
3
- "version": "1.0.3-rc.20",
3
+ "version": "1.0.3-rc.21",
4
4
  "license": "Apache-2.0",
5
5
  "repository": {
6
6
  "type": "git",
package/src/types.gen.ts CHANGED
@@ -3010,6 +3010,7 @@ export namespace web_service {
3010
3010
  maxFractionDigits?: number;
3011
3011
  precision?: number;
3012
3012
  currencySymbol?: string;
3013
+ tooltipTotal?: boolean;
3013
3014
  };
3014
3015
  export type ChartConfigValueConfigStyle = 'Standard' | 'Compact' | 'Scientific' | 'Percent' | 'Currency' | 'None';
3015
3016
  export type ChartConfigValueFormatter = 'NumberFormatter' | 'DateFormatter' | 'StringFormatter';