@budibase/backend-core 2.14.8 → 2.15.1

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.js CHANGED
@@ -810,6 +810,8 @@ var init_automation2 = __esm({
810
810
  AutomationCustomIOType2["TRIGGER_SCHEMA"] = "triggerSchema";
811
811
  AutomationCustomIOType2["CRON"] = "cron";
812
812
  AutomationCustomIOType2["WEBHOOK_URL"] = "webhookUrl";
813
+ AutomationCustomIOType2["AUTOMATION"] = "automation";
814
+ AutomationCustomIOType2["AUTOMATION_FIELDS"] = "automationFields";
813
815
  return AutomationCustomIOType2;
814
816
  })(AutomationCustomIOType || {});
815
817
  AutomationTriggerStepId = /* @__PURE__ */ ((AutomationTriggerStepId2) => {
@@ -837,6 +839,7 @@ var init_automation2 = __esm({
837
839
  AutomationActionStepId2["LOOP"] = "LOOP";
838
840
  AutomationActionStepId2["COLLECT"] = "COLLECT";
839
841
  AutomationActionStepId2["OPENAI"] = "OPENAI";
842
+ AutomationActionStepId2["TRIGGER_AUTOMATION_RUN"] = "TRIGGER_AUTOMATION_RUN";
840
843
  AutomationActionStepId2["discord"] = "discord";
841
844
  AutomationActionStepId2["slack"] = "slack";
842
845
  AutomationActionStepId2["zapier"] = "zapier";