@objectstack/platform-objects 6.8.0 → 6.8.1

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.
@@ -399,6 +399,39 @@ var STUDIO_APP = {
399
399
  }
400
400
  ]
401
401
  },
402
+ {
403
+ // Developer — first-party developer tooling surfaces hosted by the
404
+ // console (API console, flow run inspector, public forms registry).
405
+ // Registered as built-in components in the console's
406
+ // ComponentRegistry under the `developer:*` namespace.
407
+ id: "group_developer",
408
+ type: "group",
409
+ label: "Developer",
410
+ icon: "terminal",
411
+ children: [
412
+ {
413
+ id: "nav_api_console",
414
+ type: "component",
415
+ label: "API Console",
416
+ componentRef: "developer:api-console",
417
+ icon: "terminal"
418
+ },
419
+ {
420
+ id: "nav_flow_runs",
421
+ type: "component",
422
+ label: "Flow Runs",
423
+ componentRef: "developer:flow-runs",
424
+ icon: "activity"
425
+ },
426
+ {
427
+ id: "nav_public_forms",
428
+ type: "component",
429
+ label: "Public Forms",
430
+ componentRef: "developer:public-forms",
431
+ icon: "file-text"
432
+ }
433
+ ]
434
+ },
402
435
  {
403
436
  // Integration — outbound shapes: datasources, email templates,
404
437
  // routes/functions/services live here too once they have CRUD