@arbidocs/sdk 0.3.48 → 0.3.49
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/{browser-EMgd4bP4.d.cts → browser-BJdLTFSM.d.cts} +5 -4
- package/dist/{browser-EMgd4bP4.d.ts → browser-BJdLTFSM.d.ts} +5 -4
- package/dist/browser.cjs.map +1 -1
- package/dist/browser.d.cts +1 -1
- package/dist/browser.d.ts +1 -1
- package/dist/browser.js.map +1 -1
- package/dist/index.cjs +2 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +2 -1
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
package/dist/index.cjs
CHANGED
|
@@ -4451,7 +4451,8 @@ var DOC_TERMINAL_STATUSES = /* @__PURE__ */ new Set([
|
|
|
4451
4451
|
"completed",
|
|
4452
4452
|
"failed",
|
|
4453
4453
|
"skipped",
|
|
4454
|
-
"empty"
|
|
4454
|
+
"empty",
|
|
4455
|
+
"low-content"
|
|
4455
4456
|
]);
|
|
4456
4457
|
function createDocumentWaiter(options) {
|
|
4457
4458
|
const { baseUrl, accessToken, onStatus } = options;
|