@shopware-ag/admin-extension-sdk
Advanced tools
Comparing version 0.0.31 to 0.0.32
@@ -8,3 +8,3 @@ import { ShopwareMessageTypes } from '../messages.types'; | ||
}; | ||
declare type extension = { | ||
export declare type extension = { | ||
baseUrl: string; | ||
@@ -18,2 +18,1 @@ permissions: privileges; | ||
export declare function handlePrivileged(messageType: keyof ShopwareMessageTypes, extensions: extensions, origin: string): Array<string> | null; | ||
export {}; |
{ | ||
"name": "@shopware-ag/admin-extension-sdk", | ||
"version": "0.0.31", | ||
"version": "0.0.32", | ||
"repository": "git://github.com/shopware/admin-extension-sdk.git", | ||
@@ -5,0 +5,0 @@ "description": "The SDK for App iframes to communicate with the Shopware Adminstration", |
@@ -8,3 +8,3 @@ import { ShopwareMessageTypes } from '../messages.types'; | ||
}; | ||
declare type extension = { | ||
export declare type extension = { | ||
baseUrl: string; | ||
@@ -18,2 +18,1 @@ permissions: privileges; | ||
export declare function handlePrivileged(messageType: keyof ShopwareMessageTypes, extensions: extensions, origin: string): Array<string> | null; | ||
export {}; |
155879
2399