@sentio/api 1.0.3-rc.53 → 1.0.3-rc.54

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.
@@ -395,7 +395,7 @@ export declare namespace analytic_service {
395
395
  queueLength?: number;
396
396
  computeStats?: common.ComputeStats;
397
397
  };
398
- type ExecuteEngine = 'DEFAULT' | 'LITE' | 'PRO' | 'MAX' | 'ULTRA' | 'SMALL' | 'MEDIUM' | 'LARGE';
398
+ type ExecuteEngine = 'ULTRA' | 'SMALL' | 'MEDIUM' | 'LARGE';
399
399
  type ExecutionInfo = {
400
400
  queryId?: string;
401
401
  executionId?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sentio/api",
3
- "version": "1.0.3-rc.53",
3
+ "version": "1.0.3-rc.54",
4
4
  "license": "Apache-2.0",
5
5
  "repository": {
6
6
  "type": "git",
package/src/types.gen.ts CHANGED
@@ -399,7 +399,7 @@ export namespace analytic_service {
399
399
  queueLength?: number;
400
400
  computeStats?: common.ComputeStats;
401
401
  };
402
- export type ExecuteEngine = 'DEFAULT' | 'LITE' | 'PRO' | 'MAX' | 'ULTRA' | 'SMALL' | 'MEDIUM' | 'LARGE';
402
+ export type ExecuteEngine = 'ULTRA' | 'SMALL' | 'MEDIUM' | 'LARGE';
403
403
  export type ExecutionInfo = {
404
404
  queryId?: string;
405
405
  executionId?: string;