bt-core-app 1.4.471 → 1.4.472
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/bt-core-app.js +2 -2
- package/package.json +1 -1
package/dist/bt-core-app.js
CHANGED
|
@@ -7457,7 +7457,7 @@ function px(e) {
|
|
|
7457
7457
|
}
|
|
7458
7458
|
}
|
|
7459
7459
|
async function g(d) {
|
|
7460
|
-
if (d.additionalUrl ?? (d.additionalUrl = `/
|
|
7460
|
+
if (d.additionalUrl ?? (d.additionalUrl = `/restore?id=${d.data.id}`), i(d), e.api != null && d.localOnly !== !0)
|
|
7461
7461
|
try {
|
|
7462
7462
|
let k = await e.api.patch(d);
|
|
7463
7463
|
return k == null ? void 0 : k.data;
|
|
@@ -7668,7 +7668,7 @@ function mm(e) {
|
|
|
7668
7668
|
async function d(k) {
|
|
7669
7669
|
var x;
|
|
7670
7670
|
const C = k.id ?? r(k.data);
|
|
7671
|
-
if (k.additionalUrl ?? (k.additionalUrl = `/
|
|
7671
|
+
if (k.additionalUrl ?? (k.additionalUrl = `/restore?id=${C}`), e.api != null && k.localOnly !== !0)
|
|
7672
7672
|
try {
|
|
7673
7673
|
await e.api.patch(k);
|
|
7674
7674
|
} catch (S) {
|
package/package.json
CHANGED