@budibase/shared-core 3.12.6 → 3.12.7

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;
@@ -0,0 +1,2 @@
1
+ import { AutomationStepDefinition } from "@budibase/types";
2
+ export declare const definition: AutomationStepDefinition;
@@ -0,0 +1,2 @@
1
+ import { AutomationStepDefinition } from "@budibase/types";
2
+ export declare const definition: AutomationStepDefinition;
@@ -0,0 +1,2 @@
1
+ import { AutomationStepDefinition } from "@budibase/types";
2
+ export declare const definition: AutomationStepDefinition;
@@ -0,0 +1,2 @@
1
+ import { AutomationStepDefinition } from "@budibase/types";
2
+ export declare const definition: AutomationStepDefinition;
@@ -0,0 +1,2 @@
1
+ import { AutomationStepDefinition } from "@budibase/types";
2
+ export declare const definition: AutomationStepDefinition;
@@ -6,6 +6,7 @@ export * as delay from "./delay";
6
6
  export * as deleteRow from "./deleteRow";
7
7
  export * as discord from "./discord";
8
8
  export * as executeQuery from "./executeQuery";
9
+ export * as apiRequest from "./apiRequest";
9
10
  export * as executeScript from "./executeScript";
10
11
  export * as executeScriptV2 from "./executeScriptV2";
11
12
  export * as filter from "./filter";
@@ -21,3 +22,8 @@ export * as slack from "./slack";
21
22
  export * as triggerAutomationRun from "./triggerAutomationRun";
22
23
  export * as updateRow from "./updateRow";
23
24
  export * as zapier from "./zapier";
25
+ export * as classifyText from "./ai/classify";
26
+ export * as promptLLM from "./ai/promptLLM";
27
+ export * as translate from "./ai/translate";
28
+ export * as summarise from "./ai/summarise";
29
+ export * as generate from "./ai/generate";