1
0
Fork 0
mirror of synced 2024-10-02 18:16:29 +13:00

Merge pull request #12822 from poirazis/contrib-expose-fetchData-in-SDK

Expose fetchData and LuceneUtils via the client library SDK
This commit is contained in:
Andrew Kingston 2024-01-31 15:54:12 +00:00 committed by GitHub
commit c0823d7018
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -28,6 +28,7 @@ import { fetchDatasourceSchema } from "./utils/schema.js"
import { getAPIKey } from "./utils/api.js"
import { enrichButtonActions } from "./utils/buttonActions.js"
import { processStringSync, makePropSafe } from "@budibase/string-templates"
import { fetchData, LuceneUtils } from "@budibase/frontend-core"
export default {
API,
@ -54,6 +55,8 @@ export default {
linkable,
getAction,
fetchDatasourceSchema,
fetchData,
LuceneUtils,
ContextScopes,
getAPIKey,
enrichButtonActions,