@wix/auto_sdk_automations_automations-v-2 1.0.26 → 1.0.28

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.
@@ -203,14 +203,14 @@ declare const getAutomationRevision: MaybeContext<BuildRESTFunction<typeof getAu
203
203
  /**
204
204
  * Triggered when a new automation is created.
205
205
  */
206
- declare const onAutomationCreated: BuildEventDefinition<typeof onAutomationCreated$1>;
206
+ declare const onAutomationCreated: BuildEventDefinition<typeof onAutomationCreated$1> & typeof onAutomationCreated$1;
207
207
  /**
208
208
  * Triggered when an automation is deleted.
209
209
  */
210
- declare const onAutomationDeleted: BuildEventDefinition<typeof onAutomationDeleted$1>;
210
+ declare const onAutomationDeleted: BuildEventDefinition<typeof onAutomationDeleted$1> & typeof onAutomationDeleted$1;
211
211
  /**
212
212
  * Triggered when an automation is updated.
213
213
  */
214
- declare const onAutomationUpdated: BuildEventDefinition<typeof onAutomationUpdated$1>;
214
+ declare const onAutomationUpdated: BuildEventDefinition<typeof onAutomationUpdated$1> & typeof onAutomationUpdated$1;
215
215
 
216
216
  export { Automation, AutomationCreatedEnvelope, AutomationDeletedEnvelope, AutomationUpdatedEnvelope, AutomationsQueryBuilder, BulkCountAutomationsWithDraftsOptions, BulkCountAutomationsWithDraftsResponse, BulkDeleteAutomationsResponse, CopyAutomationOptions, CopyAutomationResponse, CreateDraftAutomationOptions, CreateDraftAutomationResponse, GeneratePreinstalledAutomationOptions, GeneratePreinstalledAutomationResponse, GetAggregatedUsageInfoOptions, GetAggregatedUsageInfoResponse, GetAutomationRevisionOptions, GetAutomationRevisionResponse, GetOrCreateDraftAutomationResponse, PublishDraftAutomationResponse, QueryAutomationsWithDraftsOptions, QueryAutomationsWithDraftsResponse, UpdateAutomation, UpdateDraftAutomation, UpdateDraftAutomationResponse, ValidateAutomationByIdOptions, ValidateAutomationByIdResponse, ValidateAutomationOptions, ValidateAutomationResponse, bulkCountAutomationsWithDrafts, bulkDeleteAutomations, copyAutomation, createAutomation, createDraftAutomation, deleteAutomation, deleteDraftAutomation, generatePreinstalledAutomation, getAggregatedUsageInfo, getAutomation, getAutomationRevision, getOrCreateDraftAutomation, onAutomationCreated, onAutomationDeleted, onAutomationUpdated, publishDraftAutomation, queryAutomations, queryAutomationsWithDrafts, updateAutomation, updateDraftAutomation, validateAutomation, validateAutomationById };
@@ -838,6 +838,7 @@ var Namespace = /* @__PURE__ */ ((Namespace2) => {
838
838
  Namespace2["STANDALONE_FORMS"] = "STANDALONE_FORMS";
839
839
  Namespace2["STANDALONE_EVENTS"] = "STANDALONE_EVENTS";
840
840
  Namespace2["MIMIR"] = "MIMIR";
841
+ Namespace2["TWINS"] = "TWINS";
841
842
  return Namespace2;
842
843
  })(Namespace || {});
843
844
  var DeleteStatus = /* @__PURE__ */ ((DeleteStatus2) => {
@@ -1637,9 +1638,15 @@ var publishDraftAutomation4 = /* @__PURE__ */ (0, import_rest_modules3.createRES
1637
1638
  var validateAutomation4 = /* @__PURE__ */ (0, import_rest_modules3.createRESTModule)(validateAutomation3);
1638
1639
  var validateAutomationById4 = /* @__PURE__ */ (0, import_rest_modules3.createRESTModule)(validateAutomationById3);
1639
1640
  var getAutomationRevision4 = /* @__PURE__ */ (0, import_rest_modules3.createRESTModule)(getAutomationRevision3);
1640
- var onAutomationCreated2 = (0, import_event_definition_modules.createEventModule)(onAutomationCreated);
1641
- var onAutomationDeleted2 = (0, import_event_definition_modules.createEventModule)(onAutomationDeleted);
1642
- var onAutomationUpdated2 = (0, import_event_definition_modules.createEventModule)(onAutomationUpdated);
1641
+ var onAutomationCreated2 = (0, import_event_definition_modules.createEventModule)(
1642
+ onAutomationCreated
1643
+ );
1644
+ var onAutomationDeleted2 = (0, import_event_definition_modules.createEventModule)(
1645
+ onAutomationDeleted
1646
+ );
1647
+ var onAutomationUpdated2 = (0, import_event_definition_modules.createEventModule)(
1648
+ onAutomationUpdated
1649
+ );
1643
1650
  // Annotate the CommonJS export names for ESM import in node:
1644
1651
  0 && (module.exports = {
1645
1652
  ActionErrorType,