@truto/truto-jsonata 1.0.33 → 1.0.35
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/{index.js → index.cjs} +1 -1
- package/dist/cjs/{index.js.map → index.cjs.map} +1 -1
- package/dist/dist/browser/index.d.ts +2 -0
- package/dist/dist/cjs/index.d.cts +2 -0
- package/dist/dist/esm/index.d.ts +2 -0
- package/dist/src/functions/arrayBufferToBase64.d.ts +1 -0
- package/dist/src/functions/base64ToBlob.d.ts +7 -0
- package/dist/src/functions/base64decode.d.ts +2 -0
- package/dist/src/functions/base64encode.d.ts +2 -0
- package/dist/src/functions/blob.d.ts +3 -0
- package/dist/src/functions/bufferToString.d.ts +4 -0
- package/dist/src/functions/convertCurrencyFromSubunit.d.ts +2 -0
- package/dist/src/functions/convertCurrencyToSubunit.d.ts +2 -0
- package/dist/src/functions/convertHtmlToMarkdown.d.ts +2 -0
- package/dist/src/functions/convertMarkdownToGoogleDocs.d.ts +4 -0
- package/dist/src/functions/convertMarkdownToHtml.d.ts +2 -0
- package/dist/src/functions/convertMarkdownToNotion.d.ts +4 -0
- package/dist/src/functions/convertMarkdownToSlack.d.ts +2 -0
- package/dist/src/functions/convertNotionToMarkdown.d.ts +2 -0
- package/dist/src/functions/convertNotionToMd.d.ts +2 -0
- package/dist/src/functions/convertQueryToSql.d.ts +27 -0
- package/dist/src/functions/decodeHtmlEntities.d.ts +2 -0
- package/dist/src/functions/dependencyGraph.d.ts +3 -0
- package/dist/src/functions/digest.d.ts +2 -0
- package/dist/src/functions/dtFromFormat.d.ts +3 -0
- package/dist/src/functions/dtFromIso.d.ts +3 -0
- package/dist/src/functions/firstNonEmpty.d.ts +2 -0
- package/dist/src/functions/generateEmbeddingsCohere.d.ts +2 -0
- package/dist/src/functions/getArrayBuffer.d.ts +3 -0
- package/dist/src/functions/getDataUri.d.ts +4 -0
- package/dist/src/functions/getMimeType.d.ts +2 -0
- package/dist/src/functions/insertBetween.d.ts +2 -0
- package/dist/src/functions/jsToXml.d.ts +4 -0
- package/dist/src/functions/jsonParse.d.ts +2 -0
- package/dist/src/functions/mapValues.d.ts +2 -0
- package/dist/src/functions/mostSimilar.d.ts +2 -0
- package/dist/src/functions/parseDocument.d.ts +5 -0
- package/dist/src/functions/parseQuery.d.ts +2 -0
- package/dist/src/functions/parseUrl.d.ts +3 -0
- package/dist/src/functions/recursiveCharacterTextSplitter.d.ts +4 -0
- package/dist/src/functions/removeEmpty.d.ts +2 -0
- package/dist/src/functions/removeEmptyItems.d.ts +2 -0
- package/dist/src/functions/sign.d.ts +2 -0
- package/dist/src/functions/sortNodes.d.ts +9 -0
- package/dist/src/functions/stringifyQuery.d.ts +1 -0
- package/dist/src/functions/teeStream.d.ts +3 -0
- package/dist/src/functions/toNumber.d.ts +2 -0
- package/dist/src/functions/uuid.d.ts +2 -0
- package/dist/src/functions/xmlToJs.d.ts +4 -0
- package/dist/src/functions/zipSqlResponse.d.ts +2 -0
- package/dist/src/index.d.ts +2 -0
- package/dist/src/registerJsonataExtensions.d.ts +2 -0
- package/package.json +4 -4
|
@@ -67614,4 +67614,4 @@ function trutoJsonata(expression) {
|
|
|
67614
67614
|
return registerJsonataExtensions(import_jsonata.default(expression));
|
|
67615
67615
|
}
|
|
67616
67616
|
|
|
67617
|
-
//# debugId=
|
|
67617
|
+
//# debugId=3862DD075D83A0E564756E2164756E21
|