pxengine 0.1.115 → 0.1.116
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 +267 -35
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +28 -0
- package/dist/index.d.ts +28 -0
- package/dist/index.mjs +267 -35
- package/dist/index.mjs.map +1 -1
- package/dist/registry.json +21 -1
- package/package.json +1 -1
package/dist/registry.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pxengine/ui",
|
|
3
3
|
"version": "1.0.0",
|
|
4
|
-
"lastUpdated": "2026-08-
|
|
4
|
+
"lastUpdated": "2026-08-04T06:03:08.396Z",
|
|
5
5
|
"components": {
|
|
6
6
|
"AccordionAtom": {
|
|
7
7
|
"name": "AccordionAtom",
|
|
@@ -8186,6 +8186,16 @@
|
|
|
8186
8186
|
"required": false,
|
|
8187
8187
|
"description": "Approve-outline endpoint (POST). Defaults to\n`/api/presentations/{job_id}/approve-outline`. Proceeds to render the deck."
|
|
8188
8188
|
},
|
|
8189
|
+
"reorderSlidesUrl": {
|
|
8190
|
+
"type": "string",
|
|
8191
|
+
"required": false,
|
|
8192
|
+
"description": "Reorder-slides endpoint (POST), DEV-194. Defaults to\n`/api/presentations/{job_id}/outline/reorder-slides`. Called from the\noutline-review phase's move-up/move-down controls."
|
|
8193
|
+
},
|
|
8194
|
+
"approveSlideUrl": {
|
|
8195
|
+
"type": "string",
|
|
8196
|
+
"required": false,
|
|
8197
|
+
"description": "Approve-slide endpoint (POST), DEV-194. Defaults to\n`/api/presentations/{job_id}/outline/approve-slide`. Informational only —\nnever gates the whole-outline Approve & Build action."
|
|
8198
|
+
},
|
|
8189
8199
|
"regenerateUrl": {
|
|
8190
8200
|
"type": "string",
|
|
8191
8201
|
"required": false,
|
|
@@ -8500,6 +8510,16 @@
|
|
|
8500
8510
|
"required": false,
|
|
8501
8511
|
"description": "Approve-outline endpoint (POST). Defaults to\n`/api/reports/{job_id}/approve-outline`. Called from the outline-review\nphase to proceed to rendering the full report."
|
|
8502
8512
|
},
|
|
8513
|
+
"reorderSectionsUrl": {
|
|
8514
|
+
"type": "string",
|
|
8515
|
+
"required": false,
|
|
8516
|
+
"description": "Reorder-sections endpoint (POST), DEV-194. Defaults to\n`/api/reports/{job_id}/outline/reorder-sections`. Called from the\noutline-review phase's move-up/move-down controls."
|
|
8517
|
+
},
|
|
8518
|
+
"approveSectionUrl": {
|
|
8519
|
+
"type": "string",
|
|
8520
|
+
"required": false,
|
|
8521
|
+
"description": "Approve-section endpoint (POST), DEV-194. Defaults to\n`/api/reports/{job_id}/outline/approve-section`. Informational only —\nnever gates the whole-outline Approve & Build action."
|
|
8522
|
+
},
|
|
8503
8523
|
"regenerateUrl": {
|
|
8504
8524
|
"type": "string",
|
|
8505
8525
|
"required": false,
|