@budibase/shared-core 3.22.6 → 3.23.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.
@@ -0,0 +1,2 @@
1
+ import { AutomationStepDefinition } from "@budibase/types";
2
+ export declare const definition: AutomationStepDefinition;
@@ -10,6 +10,7 @@ export * as apiRequest from "./apiRequest";
10
10
  export * as executeScript from "./executeScript";
11
11
  export * as executeScriptV2 from "./executeScriptV2";
12
12
  export * as filter from "./filter";
13
+ export * as getRow from "./getRow";
13
14
  export * as loop from "./loop";
14
15
  export * as make from "./make";
15
16
  export * as n8n from "./n8n";