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