frontend-app-api: add apis to specialized app result types (#33445)

* frontend-app-api: add `apis` to specialized app result types

Added `apis: ApiHolder` to both `BootstrapSpecializedApp` and
`FinalizedSpecializedApp` types, and included the APIs in the returned
objects from `getBootstrapApp()`, `finalizeFromSessionState()`, and
`finalizeFromBootstrapError()`.

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
Made-with: Cursor

* Add .patches entry for PR #33445

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
Made-with: Cursor

---------

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2026-03-19 20:57:20 +01:00
committed by GitHub
parent ce6d262e81
commit 364d4fe187
4 changed files with 13 additions and 1 deletions
+1
View File
@@ -0,0 +1 @@
Add `apis` to `BootstrapSpecializedApp` and `FinalizedSpecializedApp` types