@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.
- package/dist/src/types.gen.d.ts +1 -1
- package/package.json +1 -1
- package/src/types.gen.ts +1 -1
package/dist/src/types.gen.d.ts
CHANGED
|
@@ -395,7 +395,7 @@ export declare namespace analytic_service {
|
|
|
395
395
|
queueLength?: number;
|
|
396
396
|
computeStats?: common.ComputeStats;
|
|
397
397
|
};
|
|
398
|
-
type ExecuteEngine = '
|
|
398
|
+
type ExecuteEngine = 'ULTRA' | 'SMALL' | 'MEDIUM' | 'LARGE';
|
|
399
399
|
type ExecutionInfo = {
|
|
400
400
|
queryId?: string;
|
|
401
401
|
executionId?: string;
|
package/package.json
CHANGED
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 = '
|
|
402
|
+
export type ExecuteEngine = 'ULTRA' | 'SMALL' | 'MEDIUM' | 'LARGE';
|
|
403
403
|
export type ExecutionInfo = {
|
|
404
404
|
queryId?: string;
|
|
405
405
|
executionId?: string;
|