@sentio/api 1.0.3-rc.3 → 1.0.3-rc.4

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.
@@ -1619,6 +1619,7 @@ export type WebServiceChartConfigXAxisConfig = {
1619
1619
  name?: string;
1620
1620
  column?: string;
1621
1621
  sort?: WebServiceChartConfigSort;
1622
+ format?: string;
1622
1623
  };
1623
1624
  export type WebServiceChartConfigYAxisConfig = {
1624
1625
  min?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sentio/api",
3
- "version": "1.0.3-rc.3",
3
+ "version": "1.0.3-rc.4",
4
4
  "license": "Apache-2.0",
5
5
  "repository": {
6
6
  "type": "git",
package/src/types.gen.ts CHANGED
@@ -1892,6 +1892,7 @@ export type WebServiceChartConfigXAxisConfig = {
1892
1892
  name?: string;
1893
1893
  column?: string;
1894
1894
  sort?: WebServiceChartConfigSort;
1895
+ format?: string;
1895
1896
  };
1896
1897
 
1897
1898
  export type WebServiceChartConfigYAxisConfig = {