@elyx-code/project-logic-tree 0.0.7089 → 0.0.7091
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/index.cjs +2 -2
- package/dist/index.js +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -31494,7 +31494,7 @@ const uot = {
|
|
|
31494
31494
|
parent: NRt
|
|
31495
31495
|
}, VRt = {
|
|
31496
31496
|
...tF,
|
|
31497
|
-
id: Zc.inputs.
|
|
31497
|
+
id: Zc.inputs.value.dataType.id,
|
|
31498
31498
|
isList: !1,
|
|
31499
31499
|
parent: PRt
|
|
31500
31500
|
}, xRt = {
|
|
@@ -140395,7 +140395,7 @@ class qDi extends Ve {
|
|
|
140395
140395
|
`${g}The "${ze(z == null ? void 0 : z.valueOwner, E == null ? void 0 : E.logic, "Part number")}" (\`${At(z == null ? void 0 : z.valueOwner, E == null ? void 0 : E.logic, "partNumber")}\`) input is missing or invalid.`
|
|
140396
140396
|
);
|
|
140397
140397
|
const ie = i.project.id, le = await Zr.get(
|
|
140398
|
-
`${E.env.API_BASE_URL}/cloud-files-service/v1/files/multipart/${H}?projectId=${ie}&
|
|
140398
|
+
`${E.env.API_BASE_URL}/cloud-files-service/v1/files/multipart/${H}?projectId=${ie}&bucket=${L}&key=${encodeURIComponent(B)}&partNumber=${W}`,
|
|
140399
140399
|
{
|
|
140400
140400
|
headers: {
|
|
140401
140401
|
Authorization: `Bearer ${await E.getAccessToken()}`
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elyx-code/project-logic-tree",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.7091",
|
|
4
4
|
"author": "Sergio Herrero",
|
|
5
5
|
"license": "UNLICENSED",
|
|
6
6
|
"description": "An installable module which contains the type definitions and ephemeral state management for a projects' logic tree data structure",
|