@vue-storefront/core
Advanced tools
Comparing version 2.2.0 to 2.2.1
import { ApiFactoryParams, BaseConfig } from './types'; | ||
declare const apiClientFactory: <ALL_SETTINGS extends BaseConfig, ALL_FUNCTIONS>(factoryParams: ApiFactoryParams<ALL_SETTINGS, ALL_FUNCTIONS>) => { | ||
[x: string]: any; | ||
integrationPlugin: (pluginFn: any) => (nuxtCtx: any, inject: any) => void; | ||
}; | ||
declare const apiClientFactory: <ALL_SETTINGS extends BaseConfig, ALL_FUNCTIONS>(factoryParams: ApiFactoryParams<ALL_SETTINGS, ALL_FUNCTIONS>) => any; | ||
export default apiClientFactory; |
import { ApiProxyFactoryParams } from './types'; | ||
declare const apiProxyFactory: <ALL_SETTINGS, ALL_FUNCTIONS>(factoryParams: ApiProxyFactoryParams<ALL_SETTINGS, ALL_FUNCTIONS>) => { | ||
[x: string]: any; | ||
integrationPlugin: (pluginFn: any) => (nuxtCtx: any, inject: any) => void; | ||
}; | ||
declare const apiProxyFactory: <ALL_SETTINGS, ALL_FUNCTIONS>(factoryParams: ApiProxyFactoryParams<ALL_SETTINGS, ALL_FUNCTIONS>) => any; | ||
export default apiProxyFactory; |
{ | ||
"name": "@vue-storefront/core", | ||
"version": "2.2.0", | ||
"version": "2.2.1", | ||
"sideEffects": false, | ||
@@ -5,0 +5,0 @@ "main": "lib/index.cjs.js", |
import { ApiFactoryParams, BaseConfig } from './types'; | ||
declare const apiClientFactory: <ALL_SETTINGS extends BaseConfig, ALL_FUNCTIONS>(factoryParams: ApiFactoryParams<ALL_SETTINGS, ALL_FUNCTIONS>) => { | ||
[x: string]: any; | ||
integrationPlugin: (pluginFn: any) => (nuxtCtx: any, inject: any) => void; | ||
}; | ||
declare const apiClientFactory: <ALL_SETTINGS extends BaseConfig, ALL_FUNCTIONS>(factoryParams: ApiFactoryParams<ALL_SETTINGS, ALL_FUNCTIONS>) => any; | ||
export default apiClientFactory; |
import { ApiProxyFactoryParams } from './types'; | ||
declare const apiProxyFactory: <ALL_SETTINGS, ALL_FUNCTIONS>(factoryParams: ApiProxyFactoryParams<ALL_SETTINGS, ALL_FUNCTIONS>) => { | ||
[x: string]: any; | ||
integrationPlugin: (pluginFn: any) => (nuxtCtx: any, inject: any) => void; | ||
}; | ||
declare const apiProxyFactory: <ALL_SETTINGS, ALL_FUNCTIONS>(factoryParams: ApiProxyFactoryParams<ALL_SETTINGS, ALL_FUNCTIONS>) => any; | ||
export default apiProxyFactory; |
760346
87
9143