@wix/auto_sdk_events_notifications 1.0.38 → 1.0.39

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.
@@ -32,8 +32,8 @@ declare const triggerNotification: MaybeContext<BuildRESTFunction<typeof trigger
32
32
  declare const resolveNotificationConfig: MaybeContext<BuildRESTFunction<typeof resolveNotificationConfig$1> & typeof resolveNotificationConfig$1>;
33
33
  declare const upsertNotificationConfig: MaybeContext<BuildRESTFunction<typeof upsertNotificationConfig$1> & typeof upsertNotificationConfig$1>;
34
34
  /** */
35
- declare const onNotificationConfigCreated: BuildEventDefinition<typeof onNotificationConfigCreated$1>;
35
+ declare const onNotificationConfigCreated: BuildEventDefinition<typeof onNotificationConfigCreated$1> & typeof onNotificationConfigCreated$1;
36
36
  /** */
37
- declare const onNotificationConfigUpdated: BuildEventDefinition<typeof onNotificationConfigUpdated$1>;
37
+ declare const onNotificationConfigUpdated: BuildEventDefinition<typeof onNotificationConfigUpdated$1> & typeof onNotificationConfigUpdated$1;
38
38
 
39
39
  export { NotificationConfigCreatedEnvelope, NotificationConfigUpdatedEnvelope, ResolveNotificationConfigResponse, TriggerNotificationOptions, UpsertNotificationConfig, UpsertNotificationConfigResponse, onNotificationConfigCreated, onNotificationConfigUpdated, resolveNotificationConfig, triggerNotification, upsertNotificationConfig };
@@ -755,8 +755,12 @@ import { createEventModule } from "@wix/sdk-runtime/event-definition-modules";
755
755
  var triggerNotification4 = /* @__PURE__ */ createRESTModule(triggerNotification3);
756
756
  var resolveNotificationConfig4 = /* @__PURE__ */ createRESTModule(resolveNotificationConfig3);
757
757
  var upsertNotificationConfig4 = /* @__PURE__ */ createRESTModule(upsertNotificationConfig3);
758
- var onNotificationConfigCreated2 = createEventModule(onNotificationConfigCreated);
759
- var onNotificationConfigUpdated2 = createEventModule(onNotificationConfigUpdated);
758
+ var onNotificationConfigCreated2 = createEventModule(
759
+ onNotificationConfigCreated
760
+ );
761
+ var onNotificationConfigUpdated2 = createEventModule(
762
+ onNotificationConfigUpdated
763
+ );
760
764
  export {
761
765
  Alignment,
762
766
  AppType,