@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
|
@@ -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 };
|
|
@@ -840,8 +840,12 @@ var import_event_definition_modules = require("@wix/sdk-runtime/event-definition
|
|
|
840
840
|
var triggerNotification4 = /* @__PURE__ */ (0, import_rest_modules3.createRESTModule)(triggerNotification3);
|
|
841
841
|
var resolveNotificationConfig4 = /* @__PURE__ */ (0, import_rest_modules3.createRESTModule)(resolveNotificationConfig3);
|
|
842
842
|
var upsertNotificationConfig4 = /* @__PURE__ */ (0, import_rest_modules3.createRESTModule)(upsertNotificationConfig3);
|
|
843
|
-
var onNotificationConfigCreated2 = (0, import_event_definition_modules.createEventModule)(
|
|
844
|
-
|
|
843
|
+
var onNotificationConfigCreated2 = (0, import_event_definition_modules.createEventModule)(
|
|
844
|
+
onNotificationConfigCreated
|
|
845
|
+
);
|
|
846
|
+
var onNotificationConfigUpdated2 = (0, import_event_definition_modules.createEventModule)(
|
|
847
|
+
onNotificationConfigUpdated
|
|
848
|
+
);
|
|
845
849
|
// Annotate the CommonJS export names for ESM import in node:
|
|
846
850
|
0 && (module.exports = {
|
|
847
851
|
Alignment,
|