@heseya/store-core
Advanced tools
Comparing version 6.0.0-dev.33 to 6.0.0-dev.34
@@ -60,2 +60,17 @@ import { CreateMetadataFields, MetadataFields } from './Metadata'; | ||
export type AppConfigField = AppConfigSelect | AppConfigInput; | ||
export interface AppAction { | ||
method: 'post' | 'patch' | 'get' | 'put' | 'delete'; | ||
/** | ||
* Relative string, without app domain | ||
*/ | ||
url: string; | ||
/** | ||
* Permissions required to run action | ||
*/ | ||
permissions: string[]; | ||
/** | ||
* Text to describe action | ||
*/ | ||
name: string; | ||
} | ||
export {}; |
{ | ||
"name": "@heseya/store-core", | ||
"version": "6.0.0-dev.33", | ||
"version": "6.0.0-dev.34", | ||
"author": { | ||
@@ -5,0 +5,0 @@ "name": "Heseya" |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
1005943
9310