@sentio/api 1.0.3-rc.58 → 1.0.3-rc.59

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.
@@ -3154,6 +3154,7 @@ export declare namespace web_service {
3154
3154
  };
3155
3155
  type ChartConfigLineConfig = {
3156
3156
  style?: ChartConfigLineConfigStyle;
3157
+ smooth?: boolean;
3157
3158
  };
3158
3159
  type ChartConfigLineConfigStyle = 'Solid' | 'Dotted';
3159
3160
  type ChartConfigMappingRule = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sentio/api",
3
- "version": "1.0.3-rc.58",
3
+ "version": "1.0.3-rc.59",
4
4
  "license": "Apache-2.0",
5
5
  "repository": {
6
6
  "type": "git",
package/src/types.gen.ts CHANGED
@@ -3167,6 +3167,7 @@ export namespace web_service {
3167
3167
  };
3168
3168
  export type ChartConfigLineConfig = {
3169
3169
  style?: ChartConfigLineConfigStyle;
3170
+ smooth?: boolean;
3170
3171
  };
3171
3172
  export type ChartConfigLineConfigStyle = 'Solid' | 'Dotted';
3172
3173
  export type ChartConfigMappingRule = {