@ai-matrx/associations 0.9.0 → 0.9.2

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.
@@ -80,6 +80,10 @@ var import_uuid = require("@ai-matrx/kit/uuid");
80
80
  var ENTITY_TYPE_METADATA = {
81
81
  "access_request": { token: "access_request", schema: "iam", table: "access_requests", label: "Access Request", baseTier: 1, isComponent: false, isModule: false, isListed: false, scopeable: true, category: "System", referencePickable: false, titleColumn: null, contentRole: "utility", referenceCategory: null },
82
82
  "activity": { token: "activity", schema: "platform", table: "activity_log", label: "Activity Log Entry", baseTier: 1, isComponent: false, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
83
+ "admin_audit_log": { token: "admin_audit_log", schema: "admin", table: "admin_audit_log", label: "Admin audit log", baseTier: 1, isComponent: false, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
84
+ "admin_email_log": { token: "admin_email_log", schema: "admin", table: "admin_email_logs", label: "Admin email log", baseTier: 1, isComponent: false, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
85
+ "admin_markdown_sample": { token: "admin_markdown_sample", schema: "admin", table: "admin_markdown_samples", label: "Admin markdown sample", baseTier: 1, isComponent: false, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
86
+ "admin_user": { token: "admin_user", schema: "admin", table: "admins", label: "Platform admin", baseTier: 1, isComponent: false, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
83
87
  "agent": { token: "agent", schema: "agent", table: "definition", label: "Agent", baseTier: 1, isComponent: false, isModule: true, isListed: true, scopeable: true, category: "Agents", referencePickable: true, titleColumn: "name", contentRole: "utility", referenceCategory: null },
84
88
  "agent_card": { token: "agent_card", schema: "agent", table: "card", label: "Agent Card", baseTier: 1, isComponent: true, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
85
89
  "agent_definition_version": { token: "agent_definition_version", schema: "agent", table: "definition_version", label: "Agent Definition Version", baseTier: 1, isComponent: true, isModule: false, isListed: false, scopeable: true, category: "Agents", referencePickable: false, titleColumn: "name", contentRole: null, referenceCategory: null },
@@ -100,12 +104,17 @@ var ENTITY_TYPE_METADATA = {
100
104
  "ai_offering": { token: "ai_offering", schema: "ai", table: "offering", label: "AI Offering", baseTier: 1, isComponent: false, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
101
105
  "ai_provider": { token: "ai_provider", schema: "ai", table: "provider", label: "AI Provider", baseTier: 1, isComponent: false, isModule: false, isListed: true, scopeable: true, category: null, referencePickable: true, titleColumn: "name", contentRole: null, referenceCategory: null },
102
106
  "ai_setting": { token: "ai_setting", schema: "ai", table: "setting", label: "AI Setting", baseTier: 1, isComponent: false, isModule: false, isListed: true, scopeable: true, category: null, referencePickable: true, titleColumn: "key", contentRole: null, referenceCategory: null },
107
+ "api_field_warning": { token: "api_field_warning", schema: "ops", table: "api_field_warnings", label: "API field warning", baseTier: 1, isComponent: false, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
108
+ "api_request_log": { token: "api_request_log", schema: "ops", table: "api_request_log", label: "API request log", baseTier: 1, isComponent: false, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
103
109
  "app": { token: "app", schema: "app", table: "definition", label: "App", baseTier: 1, isComponent: false, isModule: false, isListed: false, scopeable: true, category: "Apps", referencePickable: true, titleColumn: "name", contentRole: "utility", referenceCategory: null },
110
+ "app_config": { token: "app_config", schema: "public", table: "app_config", label: "App config", baseTier: 1, isComponent: false, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
104
111
  "app_definition_version": { token: "app_definition_version", schema: "app", table: "definition_version", label: "App Definition Version", baseTier: 1, isComponent: true, isModule: false, isListed: false, scopeable: true, category: "Apps", referencePickable: false, titleColumn: "name", contentRole: null, referenceCategory: null },
105
112
  "app_error": { token: "app_error", schema: "app", table: "error", label: "App Error", baseTier: 1, isComponent: true, isModule: false, isListed: false, scopeable: true, category: "Apps", referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
106
113
  "app_execution": { token: "app_execution", schema: "app", table: "execution", label: "App Execution", baseTier: 1, isComponent: true, isModule: false, isListed: false, scopeable: true, category: "Apps", referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
107
114
  "app_instance": { token: "app_instance", schema: "public", table: "app_instances", label: "App Instance", baseTier: 1, isComponent: false, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
108
115
  "app_log": { token: "app_log", schema: "ops", table: "app_log", label: "App Log", baseTier: 1, isComponent: false, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
116
+ "app_log_muted_pattern": { token: "app_log_muted_pattern", schema: "ops", table: "app_log_muted_pattern", label: "Muted log pattern", baseTier: 1, isComponent: false, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
117
+ "app_log_norm_exception": { token: "app_log_norm_exception", schema: "ops", table: "app_log_norm_exception", label: "Log normalisation exception", baseTier: 1, isComponent: false, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
109
118
  "app_rate_limit": { token: "app_rate_limit", schema: "app", table: "rate_limit", label: "App Rate Limit", baseTier: 1, isComponent: true, isModule: false, isListed: false, scopeable: true, category: "Apps", referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
110
119
  "app_setting": { token: "app_setting", schema: "public", table: "app_settings", label: "App Setting", baseTier: 1, isComponent: false, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
111
120
  "app_sync_status": { token: "app_sync_status", schema: "public", table: "app_sync_status", label: "App Sync Status", baseTier: 1, isComponent: false, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
@@ -114,11 +123,37 @@ var ENTITY_TYPE_METADATA = {
114
123
  "assessment": { token: "assessment", schema: "education", table: "assessment", label: "Assessment", baseTier: 1, isComponent: false, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: true, titleColumn: "title", contentRole: null, referenceCategory: null },
115
124
  "assessment_item": { token: "assessment_item", schema: "education", table: "assessment_item", label: "Assessment Item", baseTier: 1, isComponent: true, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
116
125
  "assessment_result": { token: "assessment_result", schema: "education", table: "assessment_result", label: "Assessment Result", baseTier: 1, isComponent: false, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
126
+ "assignment_session": { token: "assignment_session", schema: "assignment", table: "session", label: "Assignment session", baseTier: 1, isComponent: false, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
117
127
  "assist": { token: "assist", schema: "platform", table: "assists", label: "Assist", baseTier: 1, isComponent: false, isModule: false, isListed: true, scopeable: true, category: "platform", referencePickable: false, titleColumn: "title", contentRole: null, referenceCategory: null },
128
+ "assist_producer_policy": { token: "assist_producer_policy", schema: "platform", table: "assist_producer_policy", label: "Assist producer policy", baseTier: 1, isComponent: false, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
129
+ "association_type": { token: "association_type", schema: "platform", table: "association_types", label: "Association type", baseTier: 1, isComponent: false, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
130
+ "assurance_level": { token: "assurance_level", schema: "platform", table: "assurance_level", label: "Assurance level", baseTier: 1, isComponent: false, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
131
+ "audit_broken_functions": { token: "audit_broken_functions", schema: "audit", table: "broken_functions", label: "Broken functions", baseTier: 1, isComponent: false, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
132
+ "audit_canonical_findings": { token: "audit_canonical_findings", schema: "audit", table: "canonical_findings", label: "Canonical findings", baseTier: 1, isComponent: false, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
133
+ "audit_exemption": { token: "audit_exemption", schema: "meta", table: "audit_exemption", label: "Audit exemption", baseTier: 1, isComponent: false, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
134
+ "audit_function_deps": { token: "audit_function_deps", schema: "audit", table: "function_deps", label: "Function dependencies", baseTier: 1, isComponent: false, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
135
+ "audit_function_runtime_probe": { token: "audit_function_runtime_probe", schema: "audit", table: "function_runtime_probe", label: "Function runtime probe", baseTier: 1, isComponent: false, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
136
+ "audit_m2m_candidates": { token: "audit_m2m_candidates", schema: "audit", table: "m2m_candidates", label: "M2M candidates", baseTier: 1, isComponent: false, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
137
+ "audit_refresh_log": { token: "audit_refresh_log", schema: "audit", table: "refresh_log", label: "Audit refresh log", baseTier: 1, isComponent: false, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
138
+ "audit_stale_registry": { token: "audit_stale_registry", schema: "audit", table: "stale_registry", label: "Stale registry", baseTier: 1, isComponent: false, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
139
+ "audit_unregistered_candidates": { token: "audit_unregistered_candidates", schema: "audit", table: "unregistered_candidates", label: "Unregistered candidates", baseTier: 1, isComponent: false, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
140
+ "base_entity_template": { token: "base_entity_template", schema: "platform", table: "_base_entity", label: "Base entity template", baseTier: 1, isComponent: false, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
118
141
  "batch_cost_event": { token: "batch_cost_event", schema: "batch", table: "cost_event", label: "Batch Cost Event", baseTier: 1, isComponent: false, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
119
142
  "batch_provider_batch": { token: "batch_provider_batch", schema: "batch", table: "provider_batch", label: "Provider Batch", baseTier: 1, isComponent: false, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
120
143
  "batch_work_item": { token: "batch_work_item", schema: "batch", table: "work_item", label: "Batch Work Item", baseTier: 1, isComponent: false, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
144
+ "billing_capability": { token: "billing_capability", schema: "billing", table: "capability", label: "Billing capability", baseTier: 1, isComponent: false, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
145
+ "billing_capability_limit": { token: "billing_capability_limit", schema: "billing", table: "capability_limit", label: "Billing capability limit", baseTier: 1, isComponent: false, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
146
+ "billing_connect_account": { token: "billing_connect_account", schema: "billing", table: "connect_account", label: "Billing connect account", baseTier: 1, isComponent: false, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
147
+ "billing_customer": { token: "billing_customer", schema: "billing", table: "customer", label: "Billing customer", baseTier: 1, isComponent: false, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
148
+ "billing_plan": { token: "billing_plan", schema: "billing", table: "plan", label: "Billing plan", baseTier: 1, isComponent: false, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
149
+ "billing_plan_limit": { token: "billing_plan_limit", schema: "billing", table: "plan_limit", label: "Billing plan limit", baseTier: 1, isComponent: false, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
150
+ "billing_price": { token: "billing_price", schema: "billing", table: "price", label: "Billing price", baseTier: 1, isComponent: false, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
151
+ "billing_product": { token: "billing_product", schema: "billing", table: "product", label: "Billing product", baseTier: 1, isComponent: false, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
121
152
  "billing_spend_guardrail": { token: "billing_spend_guardrail", schema: "billing", table: "spend_guardrail", label: "Spend Guardrail", baseTier: 1, isComponent: false, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
153
+ "billing_stripe_event": { token: "billing_stripe_event", schema: "billing", table: "stripe_event", label: "Stripe webhook event", baseTier: 1, isComponent: false, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
154
+ "billing_subscription": { token: "billing_subscription", schema: "billing", table: "subscription", label: "Billing subscription", baseTier: 1, isComponent: false, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
155
+ "billing_usage_ledger": { token: "billing_usage_ledger", schema: "billing", table: "usage_ledger", label: "Usage ledger", baseTier: 1, isComponent: false, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
156
+ "billing_user_plan": { token: "billing_user_plan", schema: "billing", table: "user_plan", label: "User plan", baseTier: 1, isComponent: false, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
122
157
  "browser_account_binding": { token: "browser_account_binding", schema: "browser", table: "account_binding", label: "Browser Account Binding", baseTier: 1, isComponent: true, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
123
158
  "browser_action_event": { token: "browser_action_event", schema: "browser", table: "action_event", label: "Browser Action Event", baseTier: 1, isComponent: true, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
124
159
  "browser_authenticator_window": { token: "browser_authenticator_window", schema: "browser", table: "authenticator_window", label: "Browser Authenticator Window", baseTier: 1, isComponent: false, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
@@ -140,7 +175,10 @@ var ENTITY_TYPE_METADATA = {
140
175
  "canvas_like": { token: "canvas_like", schema: "canvas", table: "canvas_likes", label: "Canvas Like", baseTier: 3, isComponent: false, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
141
176
  "canvas_score": { token: "canvas_score", schema: "canvas", table: "canvas_scores", label: "Canvas Score", baseTier: 3, isComponent: false, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: true, titleColumn: "display_name", contentRole: null, referenceCategory: null },
142
177
  "canvas_view": { token: "canvas_view", schema: "canvas", table: "canvas_views", label: "Canvas View", baseTier: 3, isComponent: false, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
178
+ "catalog_entry": { token: "catalog_entry", schema: "public", table: "catalog_entries", label: "Catalog entry", baseTier: 1, isComponent: false, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
143
179
  "category": { token: "category", schema: "platform", table: "categories", label: "Category", baseTier: 1, isComponent: false, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: true, titleColumn: "name", contentRole: null, referenceCategory: null },
180
+ "change_type_default": { token: "change_type_default", schema: "platform", table: "change_type_default", label: "Change type default", baseTier: 1, isComponent: false, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
181
+ "chat_user_usage_summary": { token: "chat_user_usage_summary", schema: "chat", table: "user_usage_summary", label: "Chat usage summary", baseTier: 1, isComponent: false, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
144
182
  "cmp_entry": { token: "cmp_entry", schema: "agent", table: "cmp_comparison_entries", label: "Comparison Entry", baseTier: 1, isComponent: true, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
145
183
  "cmp_feedback": { token: "cmp_feedback", schema: "agent", table: "cmp_response_feedback", label: "Comparison Response Feedback", baseTier: 1, isComponent: false, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
146
184
  "code_file": { token: "code_file", schema: "code", table: "code_files", label: "Code File", baseTier: 1, isComponent: false, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: true, titleColumn: "name", contentRole: "source", referenceCategory: null },
@@ -203,6 +241,7 @@ var ENTITY_TYPE_METADATA = {
203
241
  "comparison_set": { token: "comparison_set", schema: "agent", table: "cmp_comparison_sets", label: "Comparison Set", baseTier: 1, isComponent: false, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: true, titleColumn: "name", contentRole: null, referenceCategory: null },
204
242
  "contact_medium": { token: "contact_medium", schema: "crm", table: "contact_medium", label: "Contact Medium", baseTier: 1, isComponent: false, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: "display_value", contentRole: "utility", referenceCategory: null },
205
243
  "contact_submission": { token: "contact_submission", schema: "communication", table: "contact_submissions", label: "Contact Submission", baseTier: 1, isComponent: false, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: true, titleColumn: "name", contentRole: null, referenceCategory: null },
244
+ "content_certification": { token: "content_certification", schema: "education", table: "content_certification", label: "Content certification", baseTier: 1, isComponent: false, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
206
245
  "content_ir_kind": { token: "content_ir_kind", schema: "content_ir", table: "kind_definition", label: "Content-IR Kind", baseTier: 1, isComponent: false, isModule: false, isListed: true, scopeable: true, category: null, referencePickable: true, titleColumn: "label", contentRole: null, referenceCategory: null },
207
246
  "content_ir_kind_component": { token: "content_ir_kind_component", schema: "content_ir", table: "kind_component", label: "Kind Component", baseTier: 1, isComponent: true, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
208
247
  "content_ir_kind_component_incident": { token: "content_ir_kind_component_incident", schema: "content_ir", table: "kind_component_incident", label: "Kind Component Incident", baseTier: 1, isComponent: true, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
@@ -211,6 +250,7 @@ var ENTITY_TYPE_METADATA = {
211
250
  "content_ir_kind_example": { token: "content_ir_kind_example", schema: "content_ir", table: "kind_example", label: "Kind Example", baseTier: 1, isComponent: true, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: "label", contentRole: null, referenceCategory: null },
212
251
  "content_ir_kind_instance": { token: "content_ir_kind_instance", schema: "content_ir", table: "kind_instance", label: "Saved Result", baseTier: 1, isComponent: false, isModule: false, isListed: true, scopeable: true, category: null, referencePickable: true, titleColumn: "title", contentRole: null, referenceCategory: null },
213
252
  "content_ir_kind_surface": { token: "content_ir_kind_surface", schema: "content_ir", table: "kind_surface", label: "Kind Surface", baseTier: 1, isComponent: true, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
253
+ "context_access_log": { token: "context_access_log", schema: "context", table: "context_access_log", label: "Context access log", baseTier: 1, isComponent: false, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
214
254
  "context_item": { token: "context_item", schema: "context", table: "context_items", label: "Context Item", baseTier: 1, isComponent: false, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: true, titleColumn: "display_name", contentRole: null, referenceCategory: null },
215
255
  "context_item_suggestion": { token: "context_item_suggestion", schema: "rag", table: "context_item_suggestions", label: "Context Item Suggestion", baseTier: 1, isComponent: false, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
216
256
  "context_item_value": { token: "context_item_value", schema: "context", table: "context_item_values", label: "Record Value", baseTier: 1, isComponent: true, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
@@ -256,14 +296,23 @@ var ENTITY_TYPE_METADATA = {
256
296
  "cx_tool_trace": { token: "cx_tool_trace", schema: "chat", table: "tool_trace", label: "Tool Trace", baseTier: 1, isComponent: true, isModule: false, isListed: false, scopeable: false, category: "Conversations", referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
257
297
  "cx_user_request": { token: "cx_user_request", schema: "chat", table: "user_request", label: "User Request", baseTier: 1, isComponent: false, isModule: false, isListed: false, scopeable: false, category: "Conversations", referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
258
298
  "cx_user_todo": { token: "cx_user_todo", schema: "chat", table: "user_todo", label: "User Todo", baseTier: 1, isComponent: true, isModule: false, isListed: false, scopeable: false, category: "Conversations", referencePickable: false, titleColumn: "title", contentRole: null, referenceCategory: null },
299
+ "data_rights_event": { token: "data_rights_event", schema: "education", table: "data_rights_event", label: "Data rights event", baseTier: 1, isComponent: false, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
259
300
  "data_store": { token: "data_store", schema: "rag", table: "data_stores", label: "Data Store", baseTier: 1, isComponent: false, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: true, titleColumn: "name", contentRole: "source", referenceCategory: null },
260
301
  "dataset": { token: "dataset", schema: "workbench", table: "udt_datasets", label: "Dataset", baseTier: 1, isComponent: false, isModule: false, isListed: true, scopeable: true, category: null, referencePickable: true, titleColumn: "description", contentRole: "hybrid", referenceCategory: null },
302
+ "ddl_guard_log": { token: "ddl_guard_log", schema: "platform", table: "ddl_guard_log", label: "DDL guard log", baseTier: 1, isComponent: false, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
303
+ "deprecated_relation": { token: "deprecated_relation", schema: "platform", table: "deprecated_relations", label: "Deprecated relation", baseTier: 1, isComponent: false, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
261
304
  "derive_run": { token: "derive_run", schema: "docproc", table: "derive_runs", label: "Derive Run", baseTier: 1, isComponent: false, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
305
+ "dev_login_audit": { token: "dev_login_audit", schema: "admin", table: "dev_login_audit", label: "Dev login audit", baseTier: 1, isComponent: false, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
306
+ "dict_entry": { token: "dict_entry", schema: "dictionary", table: "dict_entries", label: "Dictionary entry", baseTier: 1, isComponent: false, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
262
307
  "dict_setting": { token: "dict_setting", schema: "dictionary", table: "dict_settings", label: "Dict Setting", baseTier: 1, isComponent: false, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
263
308
  "dm_conversation": { token: "dm_conversation", schema: "communication", table: "dm_conversations", label: "Direct Conversation", baseTier: 1, isComponent: false, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
264
309
  "dm_message": { token: "dm_message", schema: "communication", table: "dm_messages", label: "Direct Message", baseTier: 1, isComponent: true, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
265
310
  "dm_participant": { token: "dm_participant", schema: "communication", table: "dm_conversation_participants", label: "DM Conversation Participant", baseTier: 1, isComponent: true, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
266
311
  "domain_classification": { token: "domain_classification", schema: "platform", table: "domain_classification", label: "Domain Classification", baseTier: 1, isComponent: false, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
312
+ "edge_payload_kind": { token: "edge_payload_kind", schema: "platform", table: "edge_payload_kind", label: "Edge payload kind", baseTier: 1, isComponent: false, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
313
+ "entity_grant": { token: "entity_grant", schema: "platform", table: "entity_grants", label: "Entity grant", baseTier: 1, isComponent: false, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
314
+ "entity_relationship": { token: "entity_relationship", schema: "platform", table: "entity_relationships", label: "Entity relationship", baseTier: 1, isComponent: false, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
315
+ "entity_type": { token: "entity_type", schema: "platform", table: "entity_types", label: "Entity type", baseTier: 1, isComponent: false, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
267
316
  "esign_campaign": { token: "esign_campaign", schema: "esign", table: "campaign", label: "Signature campaign", baseTier: 1, isComponent: false, isModule: false, isListed: true, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
268
317
  "esign_campaign_member": { token: "esign_campaign_member", schema: "esign", table: "campaign_member", label: "Campaign member", baseTier: 1, isComponent: true, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
269
318
  "esign_consent_disclosure": { token: "esign_consent_disclosure", schema: "esign", table: "consent_disclosure", label: "E-sign consent disclosure", baseTier: 1, isComponent: false, isModule: false, isListed: true, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
@@ -276,6 +325,9 @@ var ENTITY_TYPE_METADATA = {
276
325
  "esign_provider": { token: "esign_provider", schema: "esign", table: "provider", label: "E-sign provider", baseTier: 1, isComponent: false, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
277
326
  "esign_provider_binding": { token: "esign_provider_binding", schema: "esign", table: "provider_binding", label: "E-sign provider binding", baseTier: 1, isComponent: false, isModule: false, isListed: true, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
278
327
  "esign_signing_key": { token: "esign_signing_key", schema: "esign", table: "signing_key", label: "E-sign certificate signing key", baseTier: 1, isComponent: false, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
328
+ "execution_event_cursor": { token: "execution_event_cursor", schema: "runtime", table: "execution_event_cursor", label: "Execution event cursor", baseTier: 1, isComponent: false, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
329
+ "extension_auth_code": { token: "extension_auth_code", schema: "extend", table: "extension_auth_codes", label: "Extension auth code", baseTier: 1, isComponent: false, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
330
+ "extract_sweep_state": { token: "extract_sweep_state", schema: "workflow", table: "extract_sweep_state", label: "Extract sweep state", baseTier: 1, isComponent: false, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
279
331
  "fc_card": { token: "fc_card", schema: "education", table: "fc_card", label: "Flashcard", baseTier: 1, isComponent: false, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
280
332
  "fc_detail": { token: "fc_detail", schema: "education", table: "fc_detail", label: "Flashcard Detail", baseTier: 1, isComponent: true, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
281
333
  "fc_set": { token: "fc_set", schema: "education", table: "fc_set", label: "Flashcard Set", baseTier: 1, isComponent: false, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: true, titleColumn: "name", contentRole: null, referenceCategory: null },
@@ -286,7 +338,10 @@ var ENTITY_TYPE_METADATA = {
286
338
  "file_overrides": { token: "file_overrides", schema: "files", table: "overrides", label: "File Override", baseTier: 1, isComponent: true, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
287
339
  "file_page_annotations": { token: "file_page_annotations", schema: "files", table: "page_annotations", label: "Page Annotation", baseTier: 1, isComponent: true, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: "label", contentRole: null, referenceCategory: null },
288
340
  "file_pages": { token: "file_pages", schema: "files", table: "pages", label: "File Page", baseTier: 1, isComponent: true, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
341
+ "file_rag_job": { token: "file_rag_job", schema: "files", table: "file_rag_jobs", label: "File RAG job", baseTier: 1, isComponent: false, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
289
342
  "file_version": { token: "file_version", schema: "files", table: "file_versions", label: "File Version", baseTier: 1, isComponent: true, isModule: false, isListed: false, scopeable: false, category: "Sources", referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
343
+ "files_account_tier": { token: "files_account_tier", schema: "files", table: "account_tiers", label: "File account tier", baseTier: 1, isComponent: false, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
344
+ "files_user_account": { token: "files_user_account", schema: "files", table: "user_account", label: "File account", baseTier: 1, isComponent: false, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
290
345
  "flexible_data": { token: "flexible_data", schema: "platform", table: "flexible_data", label: "Flexible Data", baseTier: 1, isComponent: false, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: true, titleColumn: "label", contentRole: null, referenceCategory: null },
291
346
  "folder": { token: "folder", schema: "files", table: "folders", label: "Folder", baseTier: 1, isComponent: false, isModule: true, isListed: false, scopeable: true, category: "Sources", referencePickable: true, titleColumn: "folder_name", contentRole: "source", referenceCategory: null },
292
347
  "game_badge": { token: "game_badge", schema: "education", table: "game_badge", label: "Game Badge", baseTier: 1, isComponent: false, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
@@ -294,6 +349,7 @@ var ENTITY_TYPE_METADATA = {
294
349
  "game_room": { token: "game_room", schema: "education", table: "game_room", label: "Game Room", baseTier: 1, isComponent: false, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
295
350
  "global_execution": { token: "global_execution", schema: "runtime", table: "global_execution", label: "Runtime Execution", baseTier: 1, isComponent: true, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
296
351
  "global_execution_checkpoint": { token: "global_execution_checkpoint", schema: "runtime", table: "global_execution_checkpoint", label: "Runtime Checkpoint", baseTier: 1, isComponent: true, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
352
+ "global_execution_control": { token: "global_execution_control", schema: "runtime", table: "global_execution_control", label: "Global execution control", baseTier: 1, isComponent: true, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
297
353
  "global_execution_event": { token: "global_execution_event", schema: "runtime", table: "global_execution_event", label: "Runtime Event", baseTier: 1, isComponent: true, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
298
354
  "global_meter_entry": { token: "global_meter_entry", schema: "runtime", table: "global_meter_entry", label: "Runtime Meter Entry", baseTier: 1, isComponent: true, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: "label", contentRole: null, referenceCategory: null },
299
355
  "global_origin": { token: "global_origin", schema: "runtime", table: "global_origin", label: "Runtime Origin", baseTier: 1, isComponent: false, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
@@ -301,6 +357,8 @@ var ENTITY_TYPE_METADATA = {
301
357
  "growth_loop_event": { token: "growth_loop_event", schema: "growth", table: "loop_event", label: "Growth Loop Event", baseTier: 1, isComponent: true, isModule: false, isListed: false, scopeable: true, category: "marketing", referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
302
358
  "growth_loop_run": { token: "growth_loop_run", schema: "growth", table: "loop_run", label: "Growth Loop Run", baseTier: 1, isComponent: false, isModule: false, isListed: true, scopeable: true, category: null, referencePickable: false, titleColumn: "label", contentRole: null, referenceCategory: null },
303
359
  "growth_loop_stage_run": { token: "growth_loop_stage_run", schema: "growth", table: "loop_stage_run", label: "Growth Loop Stage Run", baseTier: 1, isComponent: true, isModule: false, isListed: false, scopeable: true, category: "marketing", referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
360
+ "guardian_link": { token: "guardian_link", schema: "education", table: "guardian_link", label: "Guardian link", baseTier: 1, isComponent: false, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
361
+ "guest_conversion_audit": { token: "guest_conversion_audit", schema: "users", table: "guest_conversion_audit", label: "Guest conversion audit", baseTier: 1, isComponent: false, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
304
362
  "guided_checklist_run": { token: "guided_checklist_run", schema: "platform", table: "guided_checklist_run", label: "Guided Checklist Run", baseTier: 1, isComponent: false, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
305
363
  "heatmap_save": { token: "heatmap_save", schema: "workbench", table: "heatmap_saves", label: "Heatmap Save", baseTier: 1, isComponent: false, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: true, titleColumn: "title", contentRole: null, referenceCategory: null },
306
364
  "hindsight_enrollment": { token: "hindsight_enrollment", schema: "hindsight", table: "enrollment", label: "Hindsight Enrollment", baseTier: 1, isComponent: false, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: "display_name", contentRole: null, referenceCategory: null },
@@ -439,10 +497,13 @@ var ENTITY_TYPE_METADATA = {
439
497
  "hr_workflow_step": { token: "hr_workflow_step", schema: "hr", table: "workflow_step", label: "HR Workflow Step", baseTier: 1, isComponent: true, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
440
498
  "hr_workflow_step_definition": { token: "hr_workflow_step_definition", schema: "hr", table: "workflow_step_definition", label: "HR Workflow Step Definition", baseTier: 1, isComponent: true, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
441
499
  "hr_workweek": { token: "hr_workweek", schema: "hr", table: "workweek", label: "Workweek", baseTier: 1, isComponent: true, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
500
+ "html_extraction": { token: "html_extraction", schema: "api", table: "html_extractions", label: "HTML extraction", baseTier: 1, isComponent: false, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
442
501
  "iam_access_audit": { token: "iam_access_audit", schema: "iam", table: "access_audit", label: "Access audit", baseTier: 1, isComponent: false, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
443
502
  "iam_api_key": { token: "iam_api_key", schema: "iam", table: "api_keys", label: "API Key", baseTier: 1, isComponent: false, isModule: false, isListed: true, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
444
503
  "iam_emergency_door_request": { token: "iam_emergency_door_request", schema: "iam", table: "emergency_door_request", label: "Emergency access request", baseTier: 1, isComponent: false, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
504
+ "industry": { token: "industry", schema: "iam", table: "industries", label: "Industry", baseTier: 1, isComponent: false, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
445
505
  "industry_curator": { token: "industry_curator", schema: "iam", table: "industry_curators", label: "Industry Curator", baseTier: 2, isComponent: false, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
506
+ "infra_status": { token: "infra_status", schema: "public", table: "infra_status", label: "Infra status", baseTier: 1, isComponent: false, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
446
507
  "interview_document_revision": { token: "interview_document_revision", schema: "interview", table: "document_revision", label: "Interview Document Revision", baseTier: 1, isComponent: true, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
447
508
  "interview_hole": { token: "interview_hole", schema: "interview", table: "hole", label: "Interview Adversary Hole", baseTier: 1, isComponent: true, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
448
509
  "interview_question": { token: "interview_question", schema: "interview", table: "question", label: "Interview Open Question", baseTier: 1, isComponent: true, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
@@ -453,15 +514,26 @@ var ENTITY_TYPE_METADATA = {
453
514
  "invitation_request": { token: "invitation_request", schema: "users", table: "invitation_requests", label: "Invitation Request", baseTier: 1, isComponent: false, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
454
515
  "item_mastery": { token: "item_mastery", schema: "education", table: "item_mastery", label: "Item Mastery", baseTier: 1, isComponent: false, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
455
516
  "judge_verdict": { token: "judge_verdict", schema: "platform", table: "judge_verdict", label: "Judge Verdict", baseTier: 1, isComponent: false, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
517
+ "jurisdiction_policy": { token: "jurisdiction_policy", schema: "crm", table: "jurisdiction_policy", label: "Jurisdiction policy", baseTier: 1, isComponent: false, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
456
518
  "kg_alert": { token: "kg_alert", schema: "rag", table: "kg_alerts", label: "KG Alert", baseTier: 1, isComponent: false, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
457
519
  "kg_suggestion_ack": { token: "kg_suggestion_ack", schema: "rag", table: "kg_suggestion_ack", label: "KG Suggestion Ack", baseTier: 3, isComponent: false, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
458
520
  "kg_sweep_queue": { token: "kg_sweep_queue", schema: "rag", table: "kg_sweep_queue", label: "KG Sweep Queue", baseTier: 3, isComponent: false, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
459
521
  "kg_sweep_run": { token: "kg_sweep_run", schema: "rag", table: "kg_sweep_run", label: "KG Sweep Run", baseTier: 3, isComponent: false, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
460
522
  "kg_sweep_state": { token: "kg_sweep_state", schema: "rag", table: "kg_sweep_state", label: "KG Sweep State", baseTier: 1, isComponent: false, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
461
523
  "kg_value_match": { token: "kg_value_match", schema: "rag", table: "kg_value_matches", label: "KG Value Match", baseTier: 1, isComponent: false, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
524
+ "knob_override_audit": { token: "knob_override_audit", schema: "platform", table: "knob_override_audit", label: "Knob override audit", baseTier: 1, isComponent: false, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
525
+ "knob_scope_kind": { token: "knob_scope_kind", schema: "platform", table: "knob_scope_kind", label: "Knob scope kind", baseTier: 1, isComponent: false, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
462
526
  "league_membership": { token: "league_membership", schema: "education", table: "league_membership", label: "League Membership", baseTier: 1, isComponent: false, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: true, titleColumn: "display_name", contentRole: null, referenceCategory: null },
463
527
  "learn_doc": { token: "learn_doc", schema: "education", table: "learn_doc", label: "Study Guide", baseTier: 1, isComponent: false, isModule: false, isListed: true, scopeable: true, category: null, referencePickable: true, titleColumn: "title", contentRole: null, referenceCategory: null },
464
528
  "library_doc": { token: "library_doc", schema: "rag", table: "library_docs", label: "Library Document", baseTier: 1, isComponent: false, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: "title", contentRole: null, referenceCategory: null },
529
+ "lifecycle_archive": { token: "lifecycle_archive", schema: "platform", table: "lifecycle_archive", label: "Lifecycle archive", baseTier: 1, isComponent: false, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
530
+ "lifecycle_archive_row": { token: "lifecycle_archive_row", schema: "platform", table: "lifecycle_archive_row", label: "Lifecycle archive row", baseTier: 1, isComponent: false, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
531
+ "lifecycle_audit": { token: "lifecycle_audit", schema: "platform", table: "lifecycle_audit", label: "Lifecycle audit", baseTier: 1, isComponent: false, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
532
+ "lifecycle_entity_plan": { token: "lifecycle_entity_plan", schema: "platform", table: "lifecycle_entity_plan", label: "Lifecycle entity plan", baseTier: 1, isComponent: false, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
533
+ "lifecycle_map_build": { token: "lifecycle_map_build", schema: "platform", table: "lifecycle_map_build", label: "Lifecycle map build", baseTier: 1, isComponent: false, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
534
+ "lifecycle_reference_map": { token: "lifecycle_reference_map", schema: "platform", table: "lifecycle_reference_map", label: "Lifecycle reference map", baseTier: 1, isComponent: false, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
535
+ "lifecycle_run": { token: "lifecycle_run", schema: "platform", table: "lifecycle_run", label: "Lifecycle run", baseTier: 1, isComponent: false, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
536
+ "lifecycle_tier_ledger": { token: "lifecycle_tier_ledger", schema: "platform", table: "lifecycle_tier_ledger", label: "Lifecycle tier ledger", baseTier: 1, isComponent: false, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
465
537
  "mandate": { token: "mandate", schema: "mandate", table: "definition", label: "Mandate Definition (new)", baseTier: 1, isComponent: false, isModule: false, isListed: true, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
466
538
  "mandate_binding": { token: "mandate_binding", schema: "mandate", table: "binding", label: "Mandate Binding (new)", baseTier: 1, isComponent: false, isModule: false, isListed: true, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
467
539
  "mandate_observation": { token: "mandate_observation", schema: "mandate", table: "observation", label: "Mandate Observation", baseTier: 1, isComponent: true, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
@@ -471,6 +543,11 @@ var ENTITY_TYPE_METADATA = {
471
543
  "marketing_initiative": { token: "marketing_initiative", schema: "marketing", table: "initiative", label: "Initiative", baseTier: 1, isComponent: false, isModule: false, isListed: true, scopeable: true, category: null, referencePickable: true, titleColumn: "name", contentRole: "container", referenceCategory: null },
472
544
  "masterwork_corpus_item": { token: "masterwork_corpus_item", schema: "platform", table: "masterwork_corpus_item", label: "Masterwork Corpus Piece", baseTier: 1, isComponent: true, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
473
545
  "masterwork_run": { token: "masterwork_run", schema: "platform", table: "masterwork_run", label: "Masterwork Run", baseTier: 1, isComponent: true, isModule: false, isListed: false, scopeable: true, category: "Masterwork", referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
546
+ "math_problem": { token: "math_problem", schema: "education", table: "math_problems", label: "Math problem", baseTier: 1, isComponent: false, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
547
+ "matrx_action_ledger": { token: "matrx_action_ledger", schema: "platform", table: "matrx_action_ledger", label: "Action ledger", baseTier: 1, isComponent: false, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
548
+ "mcp_config": { token: "mcp_config", schema: "tool", table: "mcp_config", label: "MCP config", baseTier: 1, isComponent: false, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
549
+ "mcp_server": { token: "mcp_server", schema: "tool", table: "mcp_server", label: "MCP server", baseTier: 1, isComponent: false, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
550
+ "mcp_user_conn": { token: "mcp_user_conn", schema: "tool", table: "mcp_user_conn", label: "MCP user connection", baseTier: 1, isComponent: false, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
474
551
  "meet_call_invite": { token: "meet_call_invite", schema: "communication", table: "meet_call_invites", label: "Call Invite", baseTier: 1, isComponent: false, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
475
552
  "meet_meeting": { token: "meet_meeting", schema: "communication", table: "meet_meetings", label: "Meeting", baseTier: 1, isComponent: false, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
476
553
  "meet_note": { token: "meet_note", schema: "communication", table: "meet_notes", label: "Meeting Note", baseTier: 1, isComponent: true, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
@@ -480,6 +557,9 @@ var ENTITY_TYPE_METADATA = {
480
557
  "membership": { token: "membership", schema: "iam", table: "memberships", label: "Membership", baseTier: 1, isComponent: false, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
481
558
  "message": { token: "message", schema: "chat", table: "message", label: "Message", baseTier: 1, isComponent: true, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
482
559
  "message_template": { token: "message_template", schema: "agent", table: "message_template", label: "Message Template", baseTier: 1, isComponent: false, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: true, titleColumn: "label", contentRole: "utility", referenceCategory: null },
560
+ "meta_excluded_schema": { token: "meta_excluded_schema", schema: "meta", table: "excluded_schema", label: "Excluded schema", baseTier: 1, isComponent: false, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
561
+ "meta_table_stats_history": { token: "meta_table_stats_history", schema: "meta", table: "table_stats_history", label: "Table stats history", baseTier: 1, isComponent: false, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
562
+ "mtx_public_url_guard": { token: "mtx_public_url_guard", schema: "platform", table: "mtx_public_url_guard", label: "Public URL guard", baseTier: 1, isComponent: false, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
483
563
  "ner_shadow": { token: "ner_shadow", schema: "rag", table: "ner_canonicalizer_shadow", label: "NER Shadow", baseTier: 1, isComponent: false, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
484
564
  "note": { token: "note", schema: "workbench", table: "notes", label: "Note", baseTier: 1, isComponent: false, isModule: true, isListed: false, scopeable: true, category: "Sources & Outputs", referencePickable: true, titleColumn: "label", contentRole: "hybrid", referenceCategory: null },
485
565
  "note_folder": { token: "note_folder", schema: "workbench", table: "note_folders", label: "Note Folder", baseTier: 1, isComponent: false, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: true, titleColumn: "name", contentRole: null, referenceCategory: null },
@@ -492,6 +572,9 @@ var ENTITY_TYPE_METADATA = {
492
572
  "ops_proof_check": { token: "ops_proof_check", schema: "ops", table: "proof_check", label: "Proof Check", baseTier: 1, isComponent: false, isModule: false, isListed: true, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
493
573
  "ops_proof_run": { token: "ops_proof_run", schema: "ops", table: "proof_run", label: "Proof Run", baseTier: 1, isComponent: true, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
494
574
  "ops_proof_scenario": { token: "ops_proof_scenario", schema: "ops", table: "proof_scenario", label: "Proof Scenario", baseTier: 1, isComponent: false, isModule: false, isListed: true, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
575
+ "org_admin_audit": { token: "org_admin_audit", schema: "iam", table: "org_admin_audit", label: "Org admin audit", baseTier: 1, isComponent: false, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
576
+ "org_member_control": { token: "org_member_control", schema: "iam", table: "org_member_controls", label: "Org member control", baseTier: 1, isComponent: false, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
577
+ "org_module_config": { token: "org_module_config", schema: "platform", table: "org_module_config", label: "Organization module configuration", baseTier: 1, isComponent: false, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
495
578
  "organization": { token: "organization", schema: "iam", table: "organizations", label: "Organization", baseTier: 1, isComponent: false, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: true, titleColumn: "name", contentRole: "container", referenceCategory: null },
496
579
  "output_feedback": { token: "output_feedback", schema: "platform", table: "output_feedback", label: "Output Feedback", baseTier: 1, isComponent: false, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
497
580
  "page_extraction_job": { token: "page_extraction_job", schema: "docproc", table: "page_extraction_jobs", label: "Extraction Dataset", baseTier: 1, isComponent: false, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: true, titleColumn: "name", contentRole: null, referenceCategory: null },
@@ -504,6 +587,7 @@ var ENTITY_TYPE_METADATA = {
504
587
  "pc_studio_run": { token: "pc_studio_run", schema: "podcast", table: "pc_studio_runs", label: "Podcast Studio Run", baseTier: 1, isComponent: false, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: true, titleColumn: "title", contentRole: null, referenceCategory: null },
505
588
  "pc_studio_run_asset": { token: "pc_studio_run_asset", schema: "podcast", table: "pc_studio_run_assets", label: "Podcast Studio Run Asset", baseTier: 1, isComponent: true, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
506
589
  "pdf_redaction_audit": { token: "pdf_redaction_audit", schema: "pdf", table: "pdf_redaction_audits", label: "PDF Redaction Audit", baseTier: 1, isComponent: false, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
590
+ "permission_grant": { token: "permission_grant", schema: "iam", table: "permissions", label: "Permission grant", baseTier: 1, isComponent: false, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
507
591
  "plan_cms_fill_item": { token: "plan_cms_fill_item", schema: "plan", table: "cms_fill_item", label: "CMS Fill Item", baseTier: 1, isComponent: true, isModule: false, isListed: false, scopeable: true, category: "marketing", referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
508
592
  "plan_cms_fill_job": { token: "plan_cms_fill_job", schema: "plan", table: "cms_fill_job", label: "CMS Fill Job", baseTier: 1, isComponent: true, isModule: false, isListed: false, scopeable: true, category: "marketing", referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
509
593
  "plan_entity": { token: "plan_entity", schema: "plan", table: "entity", label: "Plan Entity", baseTier: 1, isComponent: false, isModule: false, isListed: true, scopeable: true, category: null, referencePickable: false, titleColumn: "label", contentRole: null, referenceCategory: null },
@@ -517,7 +601,13 @@ var ENTITY_TYPE_METADATA = {
517
601
  "platform_continued_access": { token: "platform_continued_access", schema: "platform", table: "continued_access", label: "Continued Access", baseTier: 1, isComponent: false, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
518
602
  "platform_outcome_event": { token: "platform_outcome_event", schema: "platform", table: "outcome_event", label: "Outcome Event", baseTier: 1, isComponent: false, isModule: false, isListed: true, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
519
603
  "platform_outsider_consumer": { token: "platform_outsider_consumer", schema: "platform", table: "outsider_consumer", label: "Outsider consumer", baseTier: 1, isComponent: false, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
604
+ "platform_reachability": { token: "platform_reachability", schema: "platform", table: "reachability", label: "Reachability", baseTier: 1, isComponent: false, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
605
+ "platform_reference_category": { token: "platform_reference_category", schema: "platform", table: "reference_categories", label: "Reference category", baseTier: 1, isComponent: false, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
606
+ "platform_reference_declaration": { token: "platform_reference_declaration", schema: "platform", table: "reference_declaration", label: "Reference declaration", baseTier: 1, isComponent: false, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
607
+ "platform_repo": { token: "platform_repo", schema: "platform", table: "repo", label: "Repository", baseTier: 1, isComponent: false, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
520
608
  "platform_saved_view": { token: "platform_saved_view", schema: "platform", table: "saved_view", label: "Saved view", baseTier: 1, isComponent: false, isModule: false, isListed: true, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
609
+ "platform_schema": { token: "platform_schema", schema: "platform", table: "schemas", label: "Schema", baseTier: 1, isComponent: false, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
610
+ "platform_share_link": { token: "platform_share_link", schema: "platform", table: "share_links", label: "Share link", baseTier: 1, isComponent: false, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
521
611
  "podcast_race": { token: "podcast_race", schema: "podcast", table: "pc_race", label: "Podcast Race Episode", baseTier: 1, isComponent: false, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
522
612
  "processed_document": { token: "processed_document", schema: "docproc", table: "processed_documents", label: "Processed document", baseTier: 1, isComponent: false, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: true, titleColumn: "name", contentRole: "source", referenceCategory: null },
523
613
  "processed_document_page": { token: "processed_document_page", schema: "docproc", table: "processed_document_pages", label: "Processed document page", baseTier: 1, isComponent: true, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
@@ -531,6 +621,7 @@ var ENTITY_TYPE_METADATA = {
531
621
  "purpose": { token: "purpose", schema: "platform", table: "purpose", label: "Purpose", baseTier: 1, isComponent: false, isModule: false, isListed: true, scopeable: true, category: null, referencePickable: false, titleColumn: "title", contentRole: null, referenceCategory: null },
532
622
  "quiz_session": { token: "quiz_session", schema: "education", table: "quiz_sessions", label: "Quiz Session", baseTier: 1, isComponent: false, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: true, titleColumn: "title", contentRole: "destination", referenceCategory: null },
533
623
  "rag_ingest_run": { token: "rag_ingest_run", schema: "rag", table: "ingest_run", label: "Ingest Run", baseTier: 1, isComponent: false, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
624
+ "rag_library_audit_log": { token: "rag_library_audit_log", schema: "rag", table: "library_audit_log", label: "Library audit log", baseTier: 1, isComponent: false, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
534
625
  "redaction_mapping": { token: "redaction_mapping", schema: "pdf", table: "redaction_mapping", label: "Redaction Mapping", baseTier: 1, isComponent: true, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
535
626
  "research_analysis": { token: "research_analysis", schema: "research", table: "rs_analysis", label: "Research Analysis", baseTier: 1, isComponent: true, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
536
627
  "research_content": { token: "research_content", schema: "research", table: "rs_content", label: "Research Content", baseTier: 1, isComponent: true, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
@@ -543,7 +634,10 @@ var ENTITY_TYPE_METADATA = {
543
634
  "research_tag": { token: "research_tag", schema: "research", table: "rs_tag", label: "Research Tag", baseTier: 1, isComponent: true, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: "name", contentRole: null, referenceCategory: null },
544
635
  "research_template": { token: "research_template", schema: "research", table: "rs_template", label: "Research Template", baseTier: 1, isComponent: false, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: true, titleColumn: "name", contentRole: null, referenceCategory: null },
545
636
  "research_topic": { token: "research_topic", schema: "research", table: "rs_topic", label: "Research Topic", baseTier: 1, isComponent: false, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: true, titleColumn: "name", contentRole: null, referenceCategory: null },
637
+ "retention_policy": { token: "retention_policy", schema: "platform", table: "retention_policy", label: "Retention policy", baseTier: 1, isComponent: false, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
638
+ "retrieval_audit": { token: "retrieval_audit", schema: "rag", table: "retrieval_audit", label: "Retrieval audit", baseTier: 1, isComponent: false, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
546
639
  "route_manifest_entry": { token: "route_manifest_entry", schema: "platform", table: "route_manifest", label: "Route Manifest Entry", baseTier: 1, isComponent: false, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
640
+ "row_version": { token: "row_version", schema: "history", table: "row_versions", label: "Row version", baseTier: 1, isComponent: false, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
547
641
  "rulebook": { token: "rulebook", schema: "platform", table: "rulebook", label: "Rulebook", baseTier: 1, isComponent: false, isModule: false, isListed: true, scopeable: true, category: "Knowledge", referencePickable: true, titleColumn: "name", contentRole: "source", referenceCategory: null },
548
642
  "runtime_operation_stream": { token: "runtime_operation_stream", schema: "runtime", table: "operation_stream", label: "Operation stream", baseTier: 1, isComponent: false, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
549
643
  "runtime_operation_stream_batch": { token: "runtime_operation_stream_batch", schema: "runtime", table: "operation_stream_batch", label: "Operation stream batch", baseTier: 1, isComponent: false, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
@@ -552,11 +646,16 @@ var ENTITY_TYPE_METADATA = {
552
646
  "sch_run": { token: "sch_run", schema: "scheduler", table: "sch_run", label: "Task Run", baseTier: 1, isComponent: true, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
553
647
  "sch_task": { token: "sch_task", schema: "scheduler", table: "sch_task", label: "Scheduled Task", baseTier: 1, isComponent: false, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: true, titleColumn: "title", contentRole: null, referenceCategory: null },
554
648
  "sch_trigger": { token: "sch_trigger", schema: "scheduler", table: "sch_trigger", label: "Task Trigger", baseTier: 1, isComponent: true, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
649
+ "schema_migration_ledger": { token: "schema_migration_ledger", schema: "public", table: "_schema_migrations", label: "Migration ledger", baseTier: 1, isComponent: false, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
650
+ "schema_migration_legacy": { token: "schema_migration_legacy", schema: "public", table: "schema_migrations", label: "Legacy migration ledger", baseTier: 1, isComponent: false, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
555
651
  "scope": { token: "scope", schema: "context", table: "scopes", label: "Scope", baseTier: 1, isComponent: false, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: "name", contentRole: "container", referenceCategory: null },
556
652
  "scope_association_suggestion": { token: "scope_association_suggestion", schema: "rag", table: "scope_association_suggestions", label: "Scope Association Suggestion", baseTier: 1, isComponent: false, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
653
+ "scope_dataset_instance": { token: "scope_dataset_instance", schema: "context", table: "scope_dataset_instances", label: "Scope dataset instance", baseTier: 1, isComponent: false, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
557
654
  "scope_item_value_suggestion": { token: "scope_item_value_suggestion", schema: "rag", table: "scope_item_value_suggestions", label: "Scope Item Value Suggestion", baseTier: 1, isComponent: false, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
558
655
  "scope_suggestion": { token: "scope_suggestion", schema: "rag", table: "scope_suggestions", label: "Scope Suggestion", baseTier: 1, isComponent: false, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
559
656
  "scope_type": { token: "scope_type", schema: "context", table: "scope_types", label: "Scope Type", baseTier: 1, isComponent: false, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: true, titleColumn: "slug", contentRole: "container", referenceCategory: null },
657
+ "scrape_parsed_page": { token: "scrape_parsed_page", schema: "scraper", table: "scrape_parsed_page", label: "Parsed page", baseTier: 1, isComponent: false, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
658
+ "seo_ai_capability": { token: "seo_ai_capability", schema: "seo", table: "ai_capability", label: "SEO AI capability", baseTier: 1, isComponent: false, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
560
659
  "seo_ai_visibility_citation": { token: "seo_ai_visibility_citation", schema: "seo", table: "ai_visibility_citation", label: "AI Visibility Citation", baseTier: 1, isComponent: true, isModule: false, isListed: false, scopeable: true, category: "marketing", referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
561
660
  "seo_ai_visibility_claim": { token: "seo_ai_visibility_claim", schema: "seo", table: "ai_visibility_claim", label: "AI Visibility Claim", baseTier: 1, isComponent: true, isModule: false, isListed: false, scopeable: true, category: "marketing", referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
562
661
  "seo_ai_visibility_panel": { token: "seo_ai_visibility_panel", schema: "seo", table: "ai_visibility_panel", label: "AI Visibility Panel", baseTier: 1, isComponent: true, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
@@ -623,6 +722,7 @@ var ENTITY_TYPE_METADATA = {
623
722
  "seo_story_angle": { token: "seo_story_angle", schema: "seo", table: "story_angle", label: "SEO Story Angle", baseTier: 2, isComponent: false, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
624
723
  "seo_topic": { token: "seo_topic", schema: "seo", table: "topic", label: "SEO Topic", baseTier: 1, isComponent: false, isModule: false, isListed: false, scopeable: true, category: "seo", referencePickable: true, titleColumn: "name", contentRole: null, referenceCategory: null },
625
724
  "seo_web_analytics_daily": { token: "seo_web_analytics_daily", schema: "seo", table: "web_analytics_daily", label: "Web Analytics Daily", baseTier: 1, isComponent: true, isModule: false, isListed: false, scopeable: true, category: "marketing", referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
725
+ "shareable_resource_registry": { token: "shareable_resource_registry", schema: "platform", table: "shareable_resource_registry", label: "Shareable resource registry", baseTier: 1, isComponent: false, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
626
726
  "shared_canvas_item": { token: "shared_canvas_item", schema: "canvas", table: "shared_canvas_items", label: "Shared Canvas Item", baseTier: 1, isComponent: false, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: true, titleColumn: "title", contentRole: null, referenceCategory: null },
627
727
  "short_link": { token: "short_link", schema: "platform", table: "short_links", label: "Short Link", baseTier: 1, isComponent: false, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
628
728
  "skill": { token: "skill", schema: "skill", table: "definition", label: "Skill", baseTier: 1, isComponent: false, isModule: false, isListed: false, scopeable: true, category: "Skills", referencePickable: true, titleColumn: "label", contentRole: "utility", referenceCategory: null },
@@ -634,6 +734,8 @@ var ENTITY_TYPE_METADATA = {
634
734
  "sms_notification": { token: "sms_notification", schema: "communication", table: "sms_notifications", label: "SMS Notification", baseTier: 1, isComponent: false, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
635
735
  "sms_notification_preference": { token: "sms_notification_preference", schema: "communication", table: "sms_notification_preferences", label: "SMS Notification Preference", baseTier: 1, isComponent: false, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
636
736
  "sms_phone_number": { token: "sms_phone_number", schema: "communication", table: "sms_phone_numbers", label: "SMS Phone Number", baseTier: 1, isComponent: false, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
737
+ "source_authority": { token: "source_authority", schema: "platform", table: "source_authority", label: "Source authority", baseTier: 1, isComponent: false, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
738
+ "stage_ref_kind": { token: "stage_ref_kind", schema: "growth", table: "stage_ref_kind", label: "Stage reference kind", baseTier: 1, isComponent: false, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
637
739
  "structured_list": { token: "structured_list", schema: "workbench", table: "udt_structured_lists", label: "Structured List", baseTier: 1, isComponent: false, isModule: false, isListed: true, scopeable: true, category: null, referencePickable: true, titleColumn: "list_name", contentRole: "hybrid", referenceCategory: null },
638
740
  "studio_documents": { token: "studio_documents", schema: "transcripts", table: "studio_documents", label: "Studio Document", baseTier: 1, isComponent: true, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: "title", contentRole: null, referenceCategory: null },
639
741
  "studio_recording_chunks": { token: "studio_recording_chunks", schema: "transcripts", table: "studio_recording_chunks", label: "Studio Recording Chunk", baseTier: 1, isComponent: false, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
@@ -650,17 +752,24 @@ var ENTITY_TYPE_METADATA = {
650
752
  "study_reminder_context": { token: "study_reminder_context", schema: "education", table: "study_reminder_context", label: "Study Reminder Context", baseTier: 1, isComponent: false, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
651
753
  "study_reminder_delivery": { token: "study_reminder_delivery", schema: "education", table: "study_reminder_delivery", label: "Study Reminder Delivery", baseTier: 1, isComponent: false, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
652
754
  "study_session": { token: "study_session", schema: "education", table: "study_session", label: "Study Session", baseTier: 1, isComponent: false, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
755
+ "study_streak": { token: "study_streak", schema: "education", table: "study_streak", label: "Study streak", baseTier: 1, isComponent: false, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
653
756
  "surface": { token: "surface", schema: "ui", table: "ui_surface", label: "UI Surface", baseTier: 1, isComponent: false, isModule: false, isListed: true, scopeable: true, category: null, referencePickable: true, titleColumn: "name", contentRole: null, referenceCategory: null },
757
+ "system_announcement": { token: "system_announcement", schema: "users", table: "system_announcements", label: "System announcement", baseTier: 1, isComponent: false, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
654
758
  "system_context_item": { token: "system_context_item", schema: "context", table: "system_context_item", label: "System Context Item", baseTier: 1, isComponent: false, isModule: false, isListed: true, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
655
759
  "system_error": { token: "system_error", schema: "ops", table: "system_error", label: "System Error", baseTier: 1, isComponent: false, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
656
760
  "system_personal_org_failure": { token: "system_personal_org_failure", schema: "iam", table: "system_personal_org_failures", label: "System Personal Org Failure", baseTier: 1, isComponent: false, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
657
761
  "system_write_failure": { token: "system_write_failure", schema: "ops", table: "system_write_failure", label: "System Write Failure", baseTier: 1, isComponent: false, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
658
762
  "task": { token: "task", schema: "workspace", table: "tasks", label: "Task", baseTier: 1, isComponent: false, isModule: true, isListed: false, scopeable: true, category: "Workspaces", referencePickable: true, titleColumn: "title", contentRole: "container", referenceCategory: null },
763
+ "task_user_state": { token: "task_user_state", schema: "workspace", table: "task_user_state", label: "Task user state", baseTier: 1, isComponent: false, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
764
+ "taxonomy_node": { token: "taxonomy_node", schema: "platform", table: "taxonomy_node", label: "Taxonomy node", baseTier: 1, isComponent: false, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
659
765
  "thread": { token: "thread", schema: "workspace", table: "threads", label: "Thread", baseTier: 1, isComponent: false, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: true, titleColumn: "title", contentRole: null, referenceCategory: null },
660
766
  "tool": { token: "tool", schema: "tool", table: "definition", label: "Tool", baseTier: 1, isComponent: false, isModule: false, isListed: false, scopeable: true, category: "Tools", referencePickable: true, titleColumn: "name", contentRole: null, referenceCategory: null },
767
+ "tool_binding": { token: "tool_binding", schema: "tool", table: "binding", label: "Tool binding", baseTier: 1, isComponent: false, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
661
768
  "tool_bundle": { token: "tool_bundle", schema: "tool", table: "bundle", label: "Tool Bundle", baseTier: 1, isComponent: false, isModule: false, isListed: false, scopeable: true, category: "Tools", referencePickable: true, titleColumn: "name", contentRole: null, referenceCategory: null },
662
769
  "tool_call": { token: "tool_call", schema: "chat", table: "tool_call", label: "Tool Call", baseTier: 1, isComponent: true, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
663
770
  "tool_definition_version": { token: "tool_definition_version", schema: "tool", table: "definition_version", label: "Tool Definition Version", baseTier: 1, isComponent: true, isModule: false, isListed: false, scopeable: true, category: "Tools", referencePickable: false, titleColumn: "name", contentRole: null, referenceCategory: null },
771
+ "tool_executor": { token: "tool_executor", schema: "tool", table: "executor", label: "Tool executor", baseTier: 1, isComponent: false, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
772
+ "tool_surface_defaults": { token: "tool_surface_defaults", schema: "tool", table: "surface_defaults", label: "Tool surface defaults", baseTier: 1, isComponent: false, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
664
773
  "tool_test_sample": { token: "tool_test_sample", schema: "tool", table: "test_sample", label: "Tool Test Sample", baseTier: 1, isComponent: true, isModule: false, isListed: false, scopeable: true, category: "Tools", referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
665
774
  "tool_ui": { token: "tool_ui", schema: "tool", table: "ui", label: "Tool UI", baseTier: 1, isComponent: true, isModule: false, isListed: false, scopeable: true, category: "Tools", referencePickable: false, titleColumn: "display_name", contentRole: null, referenceCategory: null },
666
775
  "tool_ui_incident": { token: "tool_ui_incident", schema: "tool", table: "ui_incident", label: "Tool UI Incident", baseTier: 1, isComponent: true, isModule: false, isListed: false, scopeable: true, category: "Tools", referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
@@ -668,14 +777,24 @@ var ENTITY_TYPE_METADATA = {
668
777
  "transcript": { token: "transcript", schema: "transcripts", table: "transcripts", label: "Transcript", baseTier: 1, isComponent: false, isModule: true, isListed: false, scopeable: true, category: "Sources", referencePickable: true, titleColumn: "title", contentRole: "source", referenceCategory: null },
669
778
  "udt_dataset_fields": { token: "udt_dataset_fields", schema: "workbench", table: "udt_dataset_fields", label: "Dataset Field", baseTier: 1, isComponent: true, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: "display_name", contentRole: null, referenceCategory: null },
670
779
  "udt_dataset_rows": { token: "udt_dataset_rows", schema: "workbench", table: "udt_dataset_rows", label: "Dataset Row", baseTier: 1, isComponent: true, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
780
+ "udt_dataset_template": { token: "udt_dataset_template", schema: "workbench", table: "udt_dataset_templates", label: "Dataset template", baseTier: 1, isComponent: false, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
671
781
  "udt_document": { token: "udt_document", schema: "workbench", table: "udt_documents", label: "Document", baseTier: 1, isComponent: false, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: true, titleColumn: "document_name", contentRole: "hybrid", referenceCategory: null },
782
+ "udt_document_snapshot": { token: "udt_document_snapshot", schema: "workbench", table: "udt_document_snapshots", label: "Document snapshot", baseTier: 1, isComponent: true, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
672
783
  "udt_structured_list_items": { token: "udt_structured_list_items", schema: "workbench", table: "udt_structured_list_items", label: "Structured List Item", baseTier: 1, isComponent: true, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: "label", contentRole: null, referenceCategory: null },
784
+ "udt_workbook_snapshot": { token: "udt_workbook_snapshot", schema: "workbench", table: "udt_workbook_snapshots", label: "Workbook snapshot", baseTier: 1, isComponent: true, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
785
+ "ui_client": { token: "ui_client", schema: "ui", table: "ui_client", label: "UI client", baseTier: 1, isComponent: false, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
673
786
  "ui_surface_agent_pref": { token: "ui_surface_agent_pref", schema: "ui", table: "ui_surface_agent_pref", label: "UI Surface Agent Pref", baseTier: 1, isComponent: false, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
787
+ "ui_surface_agent_role": { token: "ui_surface_agent_role", schema: "ui", table: "ui_surface_agent_role", label: "UI surface agent role", baseTier: 1, isComponent: false, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
788
+ "ui_surface_client_tool": { token: "ui_surface_client_tool", schema: "ui", table: "ui_surface_client_tool", label: "UI surface client tool", baseTier: 1, isComponent: false, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
674
789
  "ui_surface_config": { token: "ui_surface_config", schema: "ui", table: "ui_surface_config", label: "UI Surface Config", baseTier: 1, isComponent: false, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
790
+ "ui_surface_value": { token: "ui_surface_value", schema: "ui", table: "ui_surface_value", label: "UI surface value", baseTier: 1, isComponent: false, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
791
+ "ui_surface_write_target": { token: "ui_surface_write_target", schema: "ui", table: "ui_surface_write_target", label: "UI surface write target", baseTier: 1, isComponent: false, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
675
792
  "user_achievement": { token: "user_achievement", schema: "users", table: "user_achievements", label: "User Achievement", baseTier: 1, isComponent: false, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
793
+ "user_active_context": { token: "user_active_context", schema: "context", table: "user_active_context", label: "Active context", baseTier: 1, isComponent: false, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
676
794
  "user_analysis_preference": { token: "user_analysis_preference", schema: "users", table: "user_analysis_preferences", label: "User Analysis Preference", baseTier: 1, isComponent: false, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
677
795
  "user_bookmark": { token: "user_bookmark", schema: "users", table: "user_bookmarks", label: "User Bookmark", baseTier: 1, isComponent: false, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
678
796
  "user_email_preference": { token: "user_email_preference", schema: "users", table: "user_email_preferences", label: "User Email Preference", baseTier: 1, isComponent: false, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
797
+ "user_entity_state": { token: "user_entity_state", schema: "platform", table: "user_entity_state", label: "User entity state", baseTier: 1, isComponent: false, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
679
798
  "user_feedback": { token: "user_feedback", schema: "users", table: "user_feedback", label: "User Feedback", baseTier: 1, isComponent: false, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
680
799
  "user_form_profile": { token: "user_form_profile", schema: "users", table: "user_form_profile", label: "User Form Profile", baseTier: 1, isComponent: false, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
681
800
  "user_markdown_sample": { token: "user_markdown_sample", schema: "users", table: "user_markdown_samples", label: "User Markdown Sample", baseTier: 1, isComponent: false, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: true, titleColumn: "name", contentRole: null, referenceCategory: null },
@@ -683,14 +802,19 @@ var ENTITY_TYPE_METADATA = {
683
802
  "user_preference": { token: "user_preference", schema: "users", table: "user_preferences", label: "User Preference", baseTier: 1, isComponent: false, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
684
803
  "user_profile": { token: "user_profile", schema: "users", table: "profiles", label: "User Profile", baseTier: 1, isComponent: false, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: true, titleColumn: "display_name", contentRole: null, referenceCategory: null },
685
804
  "user_secret": { token: "user_secret", schema: "users", table: "user_secrets", label: "User secret", baseTier: 1, isComponent: false, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
805
+ "user_secret_audit": { token: "user_secret_audit", schema: "users", table: "user_secret_audit", label: "Secret audit", baseTier: 1, isComponent: false, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
806
+ "user_secret_grant": { token: "user_secret_grant", schema: "users", table: "user_secret_grants", label: "Secret grant", baseTier: 1, isComponent: false, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
686
807
  "user_stat": { token: "user_stat", schema: "users", table: "user_stats", label: "User Stats", baseTier: 1, isComponent: false, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
808
+ "user_storage_usage": { token: "user_storage_usage", schema: "files", table: "user_storage_usage", label: "Storage usage", baseTier: 1, isComponent: false, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
687
809
  "user_surface_state": { token: "user_surface_state", schema: "users", table: "user_surface_state", label: "User Surface State", baseTier: 1, isComponent: false, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
688
810
  "voice": { token: "voice", schema: "ai", table: "voices", label: "Voice", baseTier: 1, isComponent: false, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: true, titleColumn: "name", contentRole: null, referenceCategory: null },
689
811
  "war_room": { token: "war_room", schema: "workspace", table: "war_rooms", label: "War Room", baseTier: 1, isComponent: false, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: true, titleColumn: "title", contentRole: null, referenceCategory: null },
690
812
  "wbx_capture": { token: "wbx_capture", schema: "extend", table: "wbx_capture", label: "Extension Web Capture", baseTier: 1, isComponent: false, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: true, titleColumn: "title", contentRole: null, referenceCategory: null },
813
+ "wbx_demo": { token: "wbx_demo", schema: "extend", table: "wbx_demo", label: "Extension demo record", baseTier: 1, isComponent: false, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
691
814
  "wbx_guidance": { token: "wbx_guidance", schema: "extend", table: "wbx_guidance", label: "Extension Guidance", baseTier: 1, isComponent: false, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
692
815
  "wbx_highlight": { token: "wbx_highlight", schema: "extend", table: "wbx_highlight", label: "Extension Highlight", baseTier: 1, isComponent: false, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
693
816
  "wbx_pattern": { token: "wbx_pattern", schema: "extend", table: "wbx_pattern", label: "Extension Scrape Pattern", baseTier: 1, isComponent: false, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: true, titleColumn: "name", contentRole: null, referenceCategory: null },
817
+ "wbx_recipe": { token: "wbx_recipe", schema: "extend", table: "wbx_recipe", label: "Extension recipe", baseTier: 1, isComponent: false, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
694
818
  "wbx_screenshot": { token: "wbx_screenshot", schema: "extend", table: "wbx_screenshot", label: "Extension Screenshot", baseTier: 1, isComponent: false, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
695
819
  "wbx_seo_audit": { token: "wbx_seo_audit", schema: "extend", table: "wbx_seo_audit", label: "Extension SEO Audit", baseTier: 1, isComponent: false, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
696
820
  "wc_claim": { token: "wc_claim", schema: "legal", table: "wc_claim", label: "WC Claim", baseTier: 1, isComponent: false, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
@@ -758,6 +882,10 @@ var ENTITY_TYPE_METADATA = {
758
882
  var ENTITY_TYPE_TOKENS = [
759
883
  "access_request",
760
884
  "activity",
885
+ "admin_audit_log",
886
+ "admin_email_log",
887
+ "admin_markdown_sample",
888
+ "admin_user",
761
889
  "agent",
762
890
  "agent_card",
763
891
  "agent_definition_version",
@@ -778,12 +906,17 @@ var ENTITY_TYPE_TOKENS = [
778
906
  "ai_offering",
779
907
  "ai_provider",
780
908
  "ai_setting",
909
+ "api_field_warning",
910
+ "api_request_log",
781
911
  "app",
912
+ "app_config",
782
913
  "app_definition_version",
783
914
  "app_error",
784
915
  "app_execution",
785
916
  "app_instance",
786
917
  "app_log",
918
+ "app_log_muted_pattern",
919
+ "app_log_norm_exception",
787
920
  "app_rate_limit",
788
921
  "app_setting",
789
922
  "app_sync_status",
@@ -792,11 +925,37 @@ var ENTITY_TYPE_TOKENS = [
792
925
  "assessment",
793
926
  "assessment_item",
794
927
  "assessment_result",
928
+ "assignment_session",
795
929
  "assist",
930
+ "assist_producer_policy",
931
+ "association_type",
932
+ "assurance_level",
933
+ "audit_broken_functions",
934
+ "audit_canonical_findings",
935
+ "audit_exemption",
936
+ "audit_function_deps",
937
+ "audit_function_runtime_probe",
938
+ "audit_m2m_candidates",
939
+ "audit_refresh_log",
940
+ "audit_stale_registry",
941
+ "audit_unregistered_candidates",
942
+ "base_entity_template",
796
943
  "batch_cost_event",
797
944
  "batch_provider_batch",
798
945
  "batch_work_item",
946
+ "billing_capability",
947
+ "billing_capability_limit",
948
+ "billing_connect_account",
949
+ "billing_customer",
950
+ "billing_plan",
951
+ "billing_plan_limit",
952
+ "billing_price",
953
+ "billing_product",
799
954
  "billing_spend_guardrail",
955
+ "billing_stripe_event",
956
+ "billing_subscription",
957
+ "billing_usage_ledger",
958
+ "billing_user_plan",
800
959
  "browser_account_binding",
801
960
  "browser_action_event",
802
961
  "browser_authenticator_window",
@@ -818,7 +977,10 @@ var ENTITY_TYPE_TOKENS = [
818
977
  "canvas_like",
819
978
  "canvas_score",
820
979
  "canvas_view",
980
+ "catalog_entry",
821
981
  "category",
982
+ "change_type_default",
983
+ "chat_user_usage_summary",
822
984
  "cmp_entry",
823
985
  "cmp_feedback",
824
986
  "code_file",
@@ -881,6 +1043,7 @@ var ENTITY_TYPE_TOKENS = [
881
1043
  "comparison_set",
882
1044
  "contact_medium",
883
1045
  "contact_submission",
1046
+ "content_certification",
884
1047
  "content_ir_kind",
885
1048
  "content_ir_kind_component",
886
1049
  "content_ir_kind_component_incident",
@@ -889,6 +1052,7 @@ var ENTITY_TYPE_TOKENS = [
889
1052
  "content_ir_kind_example",
890
1053
  "content_ir_kind_instance",
891
1054
  "content_ir_kind_surface",
1055
+ "context_access_log",
892
1056
  "context_item",
893
1057
  "context_item_suggestion",
894
1058
  "context_item_value",
@@ -934,14 +1098,23 @@ var ENTITY_TYPE_TOKENS = [
934
1098
  "cx_tool_trace",
935
1099
  "cx_user_request",
936
1100
  "cx_user_todo",
1101
+ "data_rights_event",
937
1102
  "data_store",
938
1103
  "dataset",
1104
+ "ddl_guard_log",
1105
+ "deprecated_relation",
939
1106
  "derive_run",
1107
+ "dev_login_audit",
1108
+ "dict_entry",
940
1109
  "dict_setting",
941
1110
  "dm_conversation",
942
1111
  "dm_message",
943
1112
  "dm_participant",
944
1113
  "domain_classification",
1114
+ "edge_payload_kind",
1115
+ "entity_grant",
1116
+ "entity_relationship",
1117
+ "entity_type",
945
1118
  "esign_campaign",
946
1119
  "esign_campaign_member",
947
1120
  "esign_consent_disclosure",
@@ -954,6 +1127,9 @@ var ENTITY_TYPE_TOKENS = [
954
1127
  "esign_provider",
955
1128
  "esign_provider_binding",
956
1129
  "esign_signing_key",
1130
+ "execution_event_cursor",
1131
+ "extension_auth_code",
1132
+ "extract_sweep_state",
957
1133
  "fc_card",
958
1134
  "fc_detail",
959
1135
  "fc_set",
@@ -964,7 +1140,10 @@ var ENTITY_TYPE_TOKENS = [
964
1140
  "file_overrides",
965
1141
  "file_page_annotations",
966
1142
  "file_pages",
1143
+ "file_rag_job",
967
1144
  "file_version",
1145
+ "files_account_tier",
1146
+ "files_user_account",
968
1147
  "flexible_data",
969
1148
  "folder",
970
1149
  "game_badge",
@@ -972,6 +1151,7 @@ var ENTITY_TYPE_TOKENS = [
972
1151
  "game_room",
973
1152
  "global_execution",
974
1153
  "global_execution_checkpoint",
1154
+ "global_execution_control",
975
1155
  "global_execution_event",
976
1156
  "global_meter_entry",
977
1157
  "global_origin",
@@ -979,6 +1159,8 @@ var ENTITY_TYPE_TOKENS = [
979
1159
  "growth_loop_event",
980
1160
  "growth_loop_run",
981
1161
  "growth_loop_stage_run",
1162
+ "guardian_link",
1163
+ "guest_conversion_audit",
982
1164
  "guided_checklist_run",
983
1165
  "heatmap_save",
984
1166
  "hindsight_enrollment",
@@ -1117,10 +1299,13 @@ var ENTITY_TYPE_TOKENS = [
1117
1299
  "hr_workflow_step",
1118
1300
  "hr_workflow_step_definition",
1119
1301
  "hr_workweek",
1302
+ "html_extraction",
1120
1303
  "iam_access_audit",
1121
1304
  "iam_api_key",
1122
1305
  "iam_emergency_door_request",
1306
+ "industry",
1123
1307
  "industry_curator",
1308
+ "infra_status",
1124
1309
  "interview_document_revision",
1125
1310
  "interview_hole",
1126
1311
  "interview_question",
@@ -1131,15 +1316,26 @@ var ENTITY_TYPE_TOKENS = [
1131
1316
  "invitation_request",
1132
1317
  "item_mastery",
1133
1318
  "judge_verdict",
1319
+ "jurisdiction_policy",
1134
1320
  "kg_alert",
1135
1321
  "kg_suggestion_ack",
1136
1322
  "kg_sweep_queue",
1137
1323
  "kg_sweep_run",
1138
1324
  "kg_sweep_state",
1139
1325
  "kg_value_match",
1326
+ "knob_override_audit",
1327
+ "knob_scope_kind",
1140
1328
  "league_membership",
1141
1329
  "learn_doc",
1142
1330
  "library_doc",
1331
+ "lifecycle_archive",
1332
+ "lifecycle_archive_row",
1333
+ "lifecycle_audit",
1334
+ "lifecycle_entity_plan",
1335
+ "lifecycle_map_build",
1336
+ "lifecycle_reference_map",
1337
+ "lifecycle_run",
1338
+ "lifecycle_tier_ledger",
1143
1339
  "mandate",
1144
1340
  "mandate_binding",
1145
1341
  "mandate_observation",
@@ -1149,6 +1345,11 @@ var ENTITY_TYPE_TOKENS = [
1149
1345
  "marketing_initiative",
1150
1346
  "masterwork_corpus_item",
1151
1347
  "masterwork_run",
1348
+ "math_problem",
1349
+ "matrx_action_ledger",
1350
+ "mcp_config",
1351
+ "mcp_server",
1352
+ "mcp_user_conn",
1152
1353
  "meet_call_invite",
1153
1354
  "meet_meeting",
1154
1355
  "meet_note",
@@ -1158,6 +1359,9 @@ var ENTITY_TYPE_TOKENS = [
1158
1359
  "membership",
1159
1360
  "message",
1160
1361
  "message_template",
1362
+ "meta_excluded_schema",
1363
+ "meta_table_stats_history",
1364
+ "mtx_public_url_guard",
1161
1365
  "ner_shadow",
1162
1366
  "note",
1163
1367
  "note_folder",
@@ -1170,6 +1374,9 @@ var ENTITY_TYPE_TOKENS = [
1170
1374
  "ops_proof_check",
1171
1375
  "ops_proof_run",
1172
1376
  "ops_proof_scenario",
1377
+ "org_admin_audit",
1378
+ "org_member_control",
1379
+ "org_module_config",
1173
1380
  "organization",
1174
1381
  "output_feedback",
1175
1382
  "page_extraction_job",
@@ -1182,6 +1389,7 @@ var ENTITY_TYPE_TOKENS = [
1182
1389
  "pc_studio_run",
1183
1390
  "pc_studio_run_asset",
1184
1391
  "pdf_redaction_audit",
1392
+ "permission_grant",
1185
1393
  "plan_cms_fill_item",
1186
1394
  "plan_cms_fill_job",
1187
1395
  "plan_entity",
@@ -1195,7 +1403,13 @@ var ENTITY_TYPE_TOKENS = [
1195
1403
  "platform_continued_access",
1196
1404
  "platform_outcome_event",
1197
1405
  "platform_outsider_consumer",
1406
+ "platform_reachability",
1407
+ "platform_reference_category",
1408
+ "platform_reference_declaration",
1409
+ "platform_repo",
1198
1410
  "platform_saved_view",
1411
+ "platform_schema",
1412
+ "platform_share_link",
1199
1413
  "podcast_race",
1200
1414
  "processed_document",
1201
1415
  "processed_document_page",
@@ -1209,6 +1423,7 @@ var ENTITY_TYPE_TOKENS = [
1209
1423
  "purpose",
1210
1424
  "quiz_session",
1211
1425
  "rag_ingest_run",
1426
+ "rag_library_audit_log",
1212
1427
  "redaction_mapping",
1213
1428
  "research_analysis",
1214
1429
  "research_content",
@@ -1221,7 +1436,10 @@ var ENTITY_TYPE_TOKENS = [
1221
1436
  "research_tag",
1222
1437
  "research_template",
1223
1438
  "research_topic",
1439
+ "retention_policy",
1440
+ "retrieval_audit",
1224
1441
  "route_manifest_entry",
1442
+ "row_version",
1225
1443
  "rulebook",
1226
1444
  "runtime_operation_stream",
1227
1445
  "runtime_operation_stream_batch",
@@ -1230,11 +1448,16 @@ var ENTITY_TYPE_TOKENS = [
1230
1448
  "sch_run",
1231
1449
  "sch_task",
1232
1450
  "sch_trigger",
1451
+ "schema_migration_ledger",
1452
+ "schema_migration_legacy",
1233
1453
  "scope",
1234
1454
  "scope_association_suggestion",
1455
+ "scope_dataset_instance",
1235
1456
  "scope_item_value_suggestion",
1236
1457
  "scope_suggestion",
1237
1458
  "scope_type",
1459
+ "scrape_parsed_page",
1460
+ "seo_ai_capability",
1238
1461
  "seo_ai_visibility_citation",
1239
1462
  "seo_ai_visibility_claim",
1240
1463
  "seo_ai_visibility_panel",
@@ -1301,6 +1524,7 @@ var ENTITY_TYPE_TOKENS = [
1301
1524
  "seo_story_angle",
1302
1525
  "seo_topic",
1303
1526
  "seo_web_analytics_daily",
1527
+ "shareable_resource_registry",
1304
1528
  "shared_canvas_item",
1305
1529
  "short_link",
1306
1530
  "skill",
@@ -1312,6 +1536,8 @@ var ENTITY_TYPE_TOKENS = [
1312
1536
  "sms_notification",
1313
1537
  "sms_notification_preference",
1314
1538
  "sms_phone_number",
1539
+ "source_authority",
1540
+ "stage_ref_kind",
1315
1541
  "structured_list",
1316
1542
  "studio_documents",
1317
1543
  "studio_recording_chunks",
@@ -1328,17 +1554,24 @@ var ENTITY_TYPE_TOKENS = [
1328
1554
  "study_reminder_context",
1329
1555
  "study_reminder_delivery",
1330
1556
  "study_session",
1557
+ "study_streak",
1331
1558
  "surface",
1559
+ "system_announcement",
1332
1560
  "system_context_item",
1333
1561
  "system_error",
1334
1562
  "system_personal_org_failure",
1335
1563
  "system_write_failure",
1336
1564
  "task",
1565
+ "task_user_state",
1566
+ "taxonomy_node",
1337
1567
  "thread",
1338
1568
  "tool",
1569
+ "tool_binding",
1339
1570
  "tool_bundle",
1340
1571
  "tool_call",
1341
1572
  "tool_definition_version",
1573
+ "tool_executor",
1574
+ "tool_surface_defaults",
1342
1575
  "tool_test_sample",
1343
1576
  "tool_ui",
1344
1577
  "tool_ui_incident",
@@ -1346,14 +1579,24 @@ var ENTITY_TYPE_TOKENS = [
1346
1579
  "transcript",
1347
1580
  "udt_dataset_fields",
1348
1581
  "udt_dataset_rows",
1582
+ "udt_dataset_template",
1349
1583
  "udt_document",
1584
+ "udt_document_snapshot",
1350
1585
  "udt_structured_list_items",
1586
+ "udt_workbook_snapshot",
1587
+ "ui_client",
1351
1588
  "ui_surface_agent_pref",
1589
+ "ui_surface_agent_role",
1590
+ "ui_surface_client_tool",
1352
1591
  "ui_surface_config",
1592
+ "ui_surface_value",
1593
+ "ui_surface_write_target",
1353
1594
  "user_achievement",
1595
+ "user_active_context",
1354
1596
  "user_analysis_preference",
1355
1597
  "user_bookmark",
1356
1598
  "user_email_preference",
1599
+ "user_entity_state",
1357
1600
  "user_feedback",
1358
1601
  "user_form_profile",
1359
1602
  "user_markdown_sample",
@@ -1361,14 +1604,19 @@ var ENTITY_TYPE_TOKENS = [
1361
1604
  "user_preference",
1362
1605
  "user_profile",
1363
1606
  "user_secret",
1607
+ "user_secret_audit",
1608
+ "user_secret_grant",
1364
1609
  "user_stat",
1610
+ "user_storage_usage",
1365
1611
  "user_surface_state",
1366
1612
  "voice",
1367
1613
  "war_room",
1368
1614
  "wbx_capture",
1615
+ "wbx_demo",
1369
1616
  "wbx_guidance",
1370
1617
  "wbx_highlight",
1371
1618
  "wbx_pattern",
1619
+ "wbx_recipe",
1372
1620
  "wbx_screenshot",
1373
1621
  "wbx_seo_audit",
1374
1622
  "wc_claim",