@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.
package/dist/index.mjs CHANGED
@@ -6927,6 +6927,39 @@ var STUDIO_APP = {
6927
6927
  }
6928
6928
  ]
6929
6929
  },
6930
+ {
6931
+ // Developer — first-party developer tooling surfaces hosted by the
6932
+ // console (API console, flow run inspector, public forms registry).
6933
+ // Registered as built-in components in the console's
6934
+ // ComponentRegistry under the `developer:*` namespace.
6935
+ id: "group_developer",
6936
+ type: "group",
6937
+ label: "Developer",
6938
+ icon: "terminal",
6939
+ children: [
6940
+ {
6941
+ id: "nav_api_console",
6942
+ type: "component",
6943
+ label: "API Console",
6944
+ componentRef: "developer:api-console",
6945
+ icon: "terminal"
6946
+ },
6947
+ {
6948
+ id: "nav_flow_runs",
6949
+ type: "component",
6950
+ label: "Flow Runs",
6951
+ componentRef: "developer:flow-runs",
6952
+ icon: "activity"
6953
+ },
6954
+ {
6955
+ id: "nav_public_forms",
6956
+ type: "component",
6957
+ label: "Public Forms",
6958
+ componentRef: "developer:public-forms",
6959
+ icon: "file-text"
6960
+ }
6961
+ ]
6962
+ },
6930
6963
  {
6931
6964
  // Integration — outbound shapes: datasources, email templates,
6932
6965
  // routes/functions/services live here too once they have CRUD