@wildberries/databus-service-user
Advanced tools
Comparing version 0.0.6 to 0.0.7-beta.1
@@ -17,2 +17,6 @@ export declare type ListenerType<T> = (params: T) => void; | ||
scope: string; | ||
customPermissionsRequest?: (params?: any) => Promise<any>; | ||
customPermissionsRequestParams?: any; | ||
withoutErrorNotification?: boolean; | ||
callbackFinallyLoad?: () => void; | ||
}; | ||
@@ -19,0 +23,0 @@ export declare type BatchedUserFeaturesType = { |
{ | ||
"name": "@wildberries/databus-service-user", | ||
"version": "0.0.6", | ||
"version": "0.0.7-beta.1", | ||
"main": "dist/index.js", | ||
@@ -5,0 +5,0 @@ "types": "dist/index.d.ts", |
16680
316