@budibase/shared-core 3.2.46 → 3.2.47

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 @@
1
+ export * as steps from "./steps/index";
@@ -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;
@@ -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,11 @@
1
+ import { AutomationStepDefinition } from "@budibase/types";
2
+ export declare const FilterConditions: {
3
+ EQUAL: string;
4
+ NOT_EQUAL: string;
5
+ GREATER_THAN: string;
6
+ LESS_THAN: string;
7
+ };
8
+ export declare const PrettyFilterConditions: {
9
+ [x: string]: string;
10
+ };
11
+ export declare const definition: AutomationStepDefinition;
@@ -0,0 +1,22 @@
1
+ export * as bash from "./bash";
2
+ export * as branch from "./branch";
3
+ export * as collect from "./collect";
4
+ export * as createRow from "./createRow";
5
+ export * as delay from "./delay";
6
+ export * as deleteRow from "./deleteRow";
7
+ export * as discord from "./discord";
8
+ export * as executeQuery from "./executeQuery";
9
+ export * as executeScript from "./executeScript";
10
+ export * as filter from "./filter";
11
+ export * as loop from "./loop";
12
+ export * as make from "./make";
13
+ export * as n8n from "./n8n";
14
+ export * as openai from "./openai";
15
+ export * as outgoingWebhook from "./outgoingWebhook";
16
+ export * as queryRows from "./queryRows";
17
+ export * as sendSmtpEmail from "./sendSmtpEmail";
18
+ export * as serverLog from "./serverLog";
19
+ export * as slack from "./slack";
20
+ export * as triggerAutomationRun from "./triggerAutomationRun";
21
+ export * as updateRow from "./updateRow";
22
+ export * as zapier from "./zapier";
@@ -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;
@@ -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;
package/dist/index.d.ts CHANGED
@@ -5,3 +5,4 @@ export * as utils from "./utils";
5
5
  export * as sdk from "./sdk";
6
6
  export * from "./table";
7
7
  export * from "./themes";
8
+ export * as automations from "./automations";