@wildberries/databus-service-products
Advanced tools
Comparing version 0.0.1-beta.1 to 0.0.1-beta.10
import { FetchMenuActionPayloadType } from './types'; | ||
export declare const fetchProductsEvent: (params: FetchMenuActionPayloadType) => void; | ||
export declare const setFetchProductsEvent: (params: FetchMenuActionPayloadType) => void; |
@@ -5,3 +5,3 @@ "use strict"; | ||
var constants_1 = require("./constants"); | ||
exports.fetchProductsEvent = function (params) { | ||
exports.setFetchProductsEvent = function (params) { | ||
new databus_1.Databus({ name: constants_1.FETCH_PRODUCTS }).addEvent({ | ||
@@ -8,0 +8,0 @@ detail: params, |
{ | ||
"name": "@wildberries/databus-service-products", | ||
"version": "0.0.1-beta.1", | ||
"version": "0.0.1-beta.10", | ||
"main": "dist/index.js", | ||
@@ -5,0 +5,0 @@ "types": "dist/index.d.ts", |
8146