@sentio/api 1.0.3-rc.21 → 1.0.3-rc.22
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
|
@@ -2918,6 +2918,7 @@ export declare namespace web_service {
|
|
|
2918
2918
|
type ChartConfigDirection = 'HORIZONTAL' | 'VERTICAL';
|
|
2919
2919
|
type ChartConfigLabelConfig = {
|
|
2920
2920
|
columns?: Array<ChartConfigLabelConfigColumn>;
|
|
2921
|
+
alias?: string;
|
|
2921
2922
|
};
|
|
2922
2923
|
type ChartConfigLabelConfigColumn = {
|
|
2923
2924
|
name?: string;
|
package/package.json
CHANGED
package/src/types.gen.ts
CHANGED
|
@@ -2931,6 +2931,7 @@ export namespace web_service {
|
|
|
2931
2931
|
export type ChartConfigDirection = 'HORIZONTAL' | 'VERTICAL';
|
|
2932
2932
|
export type ChartConfigLabelConfig = {
|
|
2933
2933
|
columns?: Array<ChartConfigLabelConfigColumn>;
|
|
2934
|
+
alias?: string;
|
|
2934
2935
|
};
|
|
2935
2936
|
export type ChartConfigLabelConfigColumn = {
|
|
2936
2937
|
name?: string;
|