@wix/auto_sdk_automations_automations-v-2 1.0.27 → 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 };
@@ -1638,9 +1638,15 @@ var publishDraftAutomation4 = /* @__PURE__ */ (0, import_rest_modules3.createRES
1638
1638
  var validateAutomation4 = /* @__PURE__ */ (0, import_rest_modules3.createRESTModule)(validateAutomation3);
1639
1639
  var validateAutomationById4 = /* @__PURE__ */ (0, import_rest_modules3.createRESTModule)(validateAutomationById3);
1640
1640
  var getAutomationRevision4 = /* @__PURE__ */ (0, import_rest_modules3.createRESTModule)(getAutomationRevision3);
1641
- var onAutomationCreated2 = (0, import_event_definition_modules.createEventModule)(onAutomationCreated);
1642
- var onAutomationDeleted2 = (0, import_event_definition_modules.createEventModule)(onAutomationDeleted);
1643
- 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
+ );
1644
1650
  // Annotate the CommonJS export names for ESM import in node:
1645
1651
  0 && (module.exports = {
1646
1652
  ActionErrorType,