pxengine 0.1.114 → 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.
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@pxengine/ui",
3
3
  "version": "1.0.0",
4
- "lastUpdated": "2026-08-03T11:56:18.822Z",
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,
@@ -8430,6 +8440,11 @@
8430
8440
  "required": false,
8431
8441
  "description": "HTML report URL"
8432
8442
  },
8443
+ "pdf_url": {
8444
+ "type": "string",
8445
+ "required": false,
8446
+ "description": "PDF export URL (paginated print export; may be absent if PDF rendering failed)"
8447
+ },
8433
8448
  "generation_mode": {
8434
8449
  "type": "string",
8435
8450
  "required": false,
@@ -8495,6 +8510,16 @@
8495
8510
  "required": false,
8496
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."
8497
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
+ },
8498
8523
  "regenerateUrl": {
8499
8524
  "type": "string",
8500
8525
  "required": false,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pxengine",
3
- "version": "0.1.114",
3
+ "version": "0.1.116",
4
4
  "type": "module",
5
5
  "description": "Shadcn-based UI component library for agent-driven interfaces",
6
6
  "main": "./dist/index.cjs",