This commit is contained in:
Peter Clement 2024-03-14 12:51:22 +00:00
parent 617671465e
commit 82296d4491
2 changed files with 2 additions and 0 deletions

View File

@ -22,6 +22,7 @@ import FormData from "form-data"
import { URLSearchParams } from "url"
import { blacklist } from "@budibase/backend-core"
import { handleFileResponse, handleXml } from "./utils"
const BodyTypes = {
NONE: "none",
FORM_DATA: "form",

View File

@ -16,6 +16,7 @@ import { helpers } from "@budibase/shared-core"
import { context, objectStore } from "@budibase/backend-core"
import { v4 } from "uuid"
import { formatBytes } from "../utilities"
const { parseStringPromise: xmlParser } = require("xml2js")
const DOUBLE_SEPARATOR = `${SEPARATOR}${SEPARATOR}`