@beam3_dev/api_module 0.0.150 → 0.0.151
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/wb3Api.js +2 -2
- package/dist/wb3Api.js.map +1 -1
- package/dist/wb3Api.umd.cjs +4 -4
- package/dist/wb3Api.umd.cjs.map +1 -1
- package/package.json +1 -1
package/dist/wb3Api.js
CHANGED
|
@@ -444,7 +444,7 @@ async function V(e, t = void 0, n = void 0, s = void 0) {
|
|
|
444
444
|
async function $e(e, t = void 0, n = void 0, s = void 0) {
|
|
445
445
|
const a = e.space;
|
|
446
446
|
if (t === void 0) {
|
|
447
|
-
console.log("Le paramètre
|
|
447
|
+
console.log("Le paramètre docids est obligatoire");
|
|
448
448
|
return;
|
|
449
449
|
}
|
|
450
450
|
const r = a + "/resources/v1/modeler/documents/ids?$fields=revision&$include=!files,!ownerInfo,!originatorInfo,versions";
|
|
@@ -453,7 +453,7 @@ async function $e(e, t = void 0, n = void 0, s = void 0) {
|
|
|
453
453
|
headers: {
|
|
454
454
|
"Content-Type": "application/x-www-form-urlencoded"
|
|
455
455
|
},
|
|
456
|
-
data:
|
|
456
|
+
data: `"$ids": "${t.join(",")}"`,
|
|
457
457
|
onComplete(o, i, c) {
|
|
458
458
|
const d = JSON.parse(o);
|
|
459
459
|
n && n(d);
|