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

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.
@@ -140,6 +140,7 @@ export type AnalyticServiceAsyncExecuteSqlResponse = {
140
140
  queryId?: string;
141
141
  executionId?: string;
142
142
  queueLength?: number;
143
+ computeStats?: CommonComputeStats;
143
144
  };
144
145
  export type AnalyticServiceExecutionInfo = {
145
146
  queryId?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sentio/api",
3
- "version": "1.0.3-rc.4",
3
+ "version": "1.0.3-rc.5",
4
4
  "license": "Apache-2.0",
5
5
  "repository": {
6
6
  "type": "git",
package/src/types.gen.ts CHANGED
@@ -159,6 +159,7 @@ export type AnalyticServiceAsyncExecuteSqlResponse = {
159
159
  queryId?: string;
160
160
  executionId?: string;
161
161
  queueLength?: number;
162
+ computeStats?: CommonComputeStats;
162
163
  };
163
164
 
164
165
  export type AnalyticServiceExecutionInfo = {