@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.
- 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
|
@@ -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
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 = {
|