@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.
- package/build/cjs/index.d.ts +2 -2
- package/build/cjs/index.js +6 -2
- package/build/cjs/index.js.map +1 -1
- package/build/es/index.d.mts +2 -2
- package/build/es/index.mjs +6 -2
- package/build/es/index.mjs.map +1 -1
- package/build/internal/cjs/index.d.ts +2 -2
- package/build/internal/cjs/index.js +6 -2
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/es/index.d.mts +2 -2
- package/build/internal/es/index.mjs +6 -2
- package/build/internal/es/index.mjs.map +1 -1
- package/package.json +2 -2
package/build/es/index.d.mts
CHANGED
|
@@ -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 };
|
package/build/es/index.mjs
CHANGED
|
@@ -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(
|
|
759
|
-
|
|
758
|
+
var onNotificationConfigCreated2 = createEventModule(
|
|
759
|
+
onNotificationConfigCreated
|
|
760
|
+
);
|
|
761
|
+
var onNotificationConfigUpdated2 = createEventModule(
|
|
762
|
+
onNotificationConfigUpdated
|
|
763
|
+
);
|
|
760
764
|
export {
|
|
761
765
|
Alignment,
|
|
762
766
|
AppType,
|