@enfyra/kernel 1.1.64 → 2.0.0

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/index.d.ts CHANGED
@@ -217,6 +217,7 @@ export class ExecutorEngineService {
217
217
  }
218
218
  export class IsolatedExecutorService {
219
219
  constructor(...args: any[]);
220
+ resetLatencyMetrics(): void;
220
221
  [key: string]: any;
221
222
  }
222
223
  export class JoinRegistry {
@@ -372,6 +373,7 @@ export const getShortPkName: any;
372
373
  export const hasLogicalOperators: any;
373
374
  export const normalizeAggregateQuery: any;
374
375
  export const normalizeFlowStepScriptConfig: any;
376
+ export const normalizeMongoDocument: any;
375
377
  export const normalizeScriptLanguage: any;
376
378
  export const normalizeScriptPatch: any;
377
379
  export const normalizeScriptRecord: any;