@ai-matrx/associations 0.8.11 → 0.9.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -23,8 +23,6 @@ __export(core_exports, {
23
23
  DEFAULT_ORG_COLUMN: () => DEFAULT_ORG_COLUMN,
24
24
  DEFAULT_OWNER_COLUMN: () => DEFAULT_OWNER_COLUMN,
25
25
  NON_CONTENT_SOURCE_TYPES: () => NON_CONTENT_SOURCE_TYPES,
26
- SELF_TEST_MISSING_RPC: () => SELF_TEST_MISSING_RPC,
27
- assertDemandedSchema: () => assertDemandedSchema,
28
26
  associationsKey: () => associationsKey,
29
27
  buildCategoryHierarchy: () => buildCategoryHierarchy,
30
28
  createAssociationGuards: () => createAssociationGuards,
@@ -82,6 +80,10 @@ var import_uuid = require("@ai-matrx/kit/uuid");
82
80
  var ENTITY_TYPE_METADATA = {
83
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 },
84
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 },
85
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 },
86
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 },
87
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 },
@@ -102,12 +104,17 @@ var ENTITY_TYPE_METADATA = {
102
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 },
103
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 },
104
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 },
105
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 },
106
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 },
107
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 },
108
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 },
109
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 },
110
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 },
111
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 },
112
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 },
113
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 },
@@ -116,11 +123,36 @@ var ENTITY_TYPE_METADATA = {
116
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 },
117
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 },
118
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 },
119
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 },
120
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 },
121
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 },
122
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 },
123
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_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 },
154
+ "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 },
155
+ "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 },
124
156
  "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 },
125
157
  "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 },
126
158
  "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 },
@@ -142,7 +174,10 @@ var ENTITY_TYPE_METADATA = {
142
174
  "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 },
143
175
  "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 },
144
176
  "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 },
177
+ "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 },
145
178
  "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 },
179
+ "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 },
180
+ "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 },
146
181
  "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 },
147
182
  "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 },
148
183
  "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 },
@@ -205,6 +240,7 @@ var ENTITY_TYPE_METADATA = {
205
240
  "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 },
206
241
  "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 },
207
242
  "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 },
243
+ "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 },
208
244
  "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 },
209
245
  "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 },
210
246
  "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 },
@@ -213,6 +249,7 @@ var ENTITY_TYPE_METADATA = {
213
249
  "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 },
214
250
  "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 },
215
251
  "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 },
252
+ "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 },
216
253
  "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 },
217
254
  "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 },
218
255
  "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 },
@@ -258,14 +295,23 @@ var ENTITY_TYPE_METADATA = {
258
295
  "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 },
259
296
  "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 },
260
297
  "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 },
298
+ "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 },
261
299
  "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 },
262
300
  "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 },
301
+ "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 },
302
+ "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 },
263
303
  "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 },
304
+ "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 },
305
+ "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 },
264
306
  "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 },
265
307
  "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 },
266
308
  "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 },
267
309
  "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 },
268
310
  "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 },
311
+ "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 },
312
+ "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 },
313
+ "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 },
314
+ "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 },
269
315
  "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 },
270
316
  "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 },
271
317
  "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 },
@@ -278,6 +324,9 @@ var ENTITY_TYPE_METADATA = {
278
324
  "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 },
279
325
  "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 },
280
326
  "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 },
327
+ "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 },
328
+ "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 },
329
+ "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 },
281
330
  "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 },
282
331
  "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 },
283
332
  "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 },
@@ -288,7 +337,10 @@ var ENTITY_TYPE_METADATA = {
288
337
  "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 },
289
338
  "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 },
290
339
  "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 },
340
+ "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 },
291
341
  "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 },
342
+ "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 },
343
+ "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 },
292
344
  "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 },
293
345
  "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 },
294
346
  "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 },
@@ -303,6 +355,8 @@ var ENTITY_TYPE_METADATA = {
303
355
  "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 },
304
356
  "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 },
305
357
  "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 },
358
+ "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 },
359
+ "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 },
306
360
  "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 },
307
361
  "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 },
308
362
  "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 },
@@ -441,10 +495,13 @@ var ENTITY_TYPE_METADATA = {
441
495
  "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 },
442
496
  "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 },
443
497
  "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 },
498
+ "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 },
444
499
  "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 },
445
500
  "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 },
446
501
  "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 },
502
+ "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 },
447
503
  "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 },
504
+ "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 },
448
505
  "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 },
449
506
  "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 },
450
507
  "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 },
@@ -455,15 +512,26 @@ var ENTITY_TYPE_METADATA = {
455
512
  "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 },
456
513
  "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 },
457
514
  "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 },
515
+ "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 },
458
516
  "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 },
459
517
  "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 },
460
518
  "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 },
461
519
  "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 },
462
520
  "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 },
463
521
  "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 },
522
+ "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 },
523
+ "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 },
464
524
  "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 },
465
525
  "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 },
466
526
  "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 },
527
+ "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 },
528
+ "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 },
529
+ "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 },
530
+ "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 },
531
+ "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 },
532
+ "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 },
533
+ "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 },
534
+ "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 },
467
535
  "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 },
468
536
  "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 },
469
537
  "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 },
@@ -473,6 +541,11 @@ var ENTITY_TYPE_METADATA = {
473
541
  "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 },
474
542
  "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 },
475
543
  "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 },
544
+ "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 },
545
+ "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 },
546
+ "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 },
547
+ "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 },
548
+ "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 },
476
549
  "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 },
477
550
  "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 },
478
551
  "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 },
@@ -482,6 +555,9 @@ var ENTITY_TYPE_METADATA = {
482
555
  "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 },
483
556
  "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 },
484
557
  "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 },
558
+ "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 },
559
+ "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 },
560
+ "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 },
485
561
  "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 },
486
562
  "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 },
487
563
  "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 },
@@ -494,6 +570,8 @@ var ENTITY_TYPE_METADATA = {
494
570
  "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 },
495
571
  "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 },
496
572
  "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 },
573
+ "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 },
574
+ "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 },
497
575
  "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 },
498
576
  "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 },
499
577
  "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 },
@@ -506,6 +584,7 @@ var ENTITY_TYPE_METADATA = {
506
584
  "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 },
507
585
  "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 },
508
586
  "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 },
587
+ "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 },
509
588
  "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 },
510
589
  "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 },
511
590
  "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 },
@@ -519,7 +598,13 @@ var ENTITY_TYPE_METADATA = {
519
598
  "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 },
520
599
  "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 },
521
600
  "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 },
601
+ "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 },
602
+ "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 },
603
+ "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 },
604
+ "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 },
522
605
  "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 },
606
+ "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 },
607
+ "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 },
523
608
  "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 },
524
609
  "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 },
525
610
  "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 },
@@ -533,6 +618,7 @@ var ENTITY_TYPE_METADATA = {
533
618
  "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 },
534
619
  "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 },
535
620
  "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 },
621
+ "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 },
536
622
  "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 },
537
623
  "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 },
538
624
  "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 },
@@ -545,7 +631,10 @@ var ENTITY_TYPE_METADATA = {
545
631
  "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 },
546
632
  "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 },
547
633
  "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 },
634
+ "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 },
635
+ "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 },
548
636
  "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 },
637
+ "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 },
549
638
  "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 },
550
639
  "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 },
551
640
  "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 },
@@ -554,11 +643,16 @@ var ENTITY_TYPE_METADATA = {
554
643
  "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 },
555
644
  "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 },
556
645
  "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 },
646
+ "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 },
647
+ "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 },
557
648
  "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 },
558
649
  "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 },
650
+ "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 },
559
651
  "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 },
560
652
  "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 },
561
653
  "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 },
654
+ "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 },
655
+ "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 },
562
656
  "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 },
563
657
  "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 },
564
658
  "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 },
@@ -625,6 +719,7 @@ var ENTITY_TYPE_METADATA = {
625
719
  "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 },
626
720
  "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 },
627
721
  "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 },
722
+ "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 },
628
723
  "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 },
629
724
  "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 },
630
725
  "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 },
@@ -636,6 +731,8 @@ var ENTITY_TYPE_METADATA = {
636
731
  "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 },
637
732
  "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 },
638
733
  "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 },
734
+ "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 },
735
+ "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 },
639
736
  "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 },
640
737
  "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 },
641
738
  "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 },
@@ -652,17 +749,24 @@ var ENTITY_TYPE_METADATA = {
652
749
  "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 },
653
750
  "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 },
654
751
  "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 },
752
+ "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 },
655
753
  "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 },
754
+ "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 },
656
755
  "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 },
657
756
  "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 },
658
757
  "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 },
659
758
  "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 },
660
759
  "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 },
760
+ "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 },
761
+ "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 },
661
762
  "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 },
662
763
  "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 },
764
+ "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 },
663
765
  "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 },
664
766
  "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 },
665
767
  "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 },
768
+ "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 },
769
+ "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 },
666
770
  "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 },
667
771
  "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 },
668
772
  "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 },
@@ -670,14 +774,24 @@ var ENTITY_TYPE_METADATA = {
670
774
  "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 },
671
775
  "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 },
672
776
  "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 },
777
+ "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 },
673
778
  "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 },
779
+ "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 },
674
780
  "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 },
781
+ "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 },
782
+ "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 },
675
783
  "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 },
784
+ "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 },
785
+ "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 },
676
786
  "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 },
787
+ "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 },
788
+ "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 },
677
789
  "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 },
790
+ "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 },
678
791
  "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 },
679
792
  "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 },
680
793
  "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 },
794
+ "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 },
681
795
  "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 },
682
796
  "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 },
683
797
  "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 },
@@ -685,14 +799,19 @@ var ENTITY_TYPE_METADATA = {
685
799
  "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 },
686
800
  "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 },
687
801
  "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 },
802
+ "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 },
803
+ "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 },
688
804
  "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 },
805
+ "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 },
689
806
  "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 },
690
807
  "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 },
691
808
  "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 },
692
809
  "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 },
810
+ "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 },
693
811
  "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 },
694
812
  "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 },
695
813
  "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 },
814
+ "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 },
696
815
  "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 },
697
816
  "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 },
698
817
  "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 },
@@ -760,6 +879,10 @@ var ENTITY_TYPE_METADATA = {
760
879
  var ENTITY_TYPE_TOKENS = [
761
880
  "access_request",
762
881
  "activity",
882
+ "admin_audit_log",
883
+ "admin_email_log",
884
+ "admin_markdown_sample",
885
+ "admin_user",
763
886
  "agent",
764
887
  "agent_card",
765
888
  "agent_definition_version",
@@ -780,12 +903,17 @@ var ENTITY_TYPE_TOKENS = [
780
903
  "ai_offering",
781
904
  "ai_provider",
782
905
  "ai_setting",
906
+ "api_field_warning",
907
+ "api_request_log",
783
908
  "app",
909
+ "app_config",
784
910
  "app_definition_version",
785
911
  "app_error",
786
912
  "app_execution",
787
913
  "app_instance",
788
914
  "app_log",
915
+ "app_log_muted_pattern",
916
+ "app_log_norm_exception",
789
917
  "app_rate_limit",
790
918
  "app_setting",
791
919
  "app_sync_status",
@@ -794,11 +922,36 @@ var ENTITY_TYPE_TOKENS = [
794
922
  "assessment",
795
923
  "assessment_item",
796
924
  "assessment_result",
925
+ "assignment_session",
797
926
  "assist",
927
+ "assist_producer_policy",
928
+ "association_type",
929
+ "assurance_level",
930
+ "audit_broken_functions",
931
+ "audit_canonical_findings",
932
+ "audit_exemption",
933
+ "audit_function_deps",
934
+ "audit_function_runtime_probe",
935
+ "audit_m2m_candidates",
936
+ "audit_refresh_log",
937
+ "audit_stale_registry",
938
+ "audit_unregistered_candidates",
939
+ "base_entity_template",
798
940
  "batch_cost_event",
799
941
  "batch_provider_batch",
800
942
  "batch_work_item",
943
+ "billing_capability",
944
+ "billing_capability_limit",
945
+ "billing_connect_account",
946
+ "billing_customer",
947
+ "billing_plan",
948
+ "billing_plan_limit",
949
+ "billing_price",
950
+ "billing_product",
801
951
  "billing_spend_guardrail",
952
+ "billing_subscription",
953
+ "billing_usage_ledger",
954
+ "billing_user_plan",
802
955
  "browser_account_binding",
803
956
  "browser_action_event",
804
957
  "browser_authenticator_window",
@@ -820,7 +973,10 @@ var ENTITY_TYPE_TOKENS = [
820
973
  "canvas_like",
821
974
  "canvas_score",
822
975
  "canvas_view",
976
+ "catalog_entry",
823
977
  "category",
978
+ "change_type_default",
979
+ "chat_user_usage_summary",
824
980
  "cmp_entry",
825
981
  "cmp_feedback",
826
982
  "code_file",
@@ -883,6 +1039,7 @@ var ENTITY_TYPE_TOKENS = [
883
1039
  "comparison_set",
884
1040
  "contact_medium",
885
1041
  "contact_submission",
1042
+ "content_certification",
886
1043
  "content_ir_kind",
887
1044
  "content_ir_kind_component",
888
1045
  "content_ir_kind_component_incident",
@@ -891,6 +1048,7 @@ var ENTITY_TYPE_TOKENS = [
891
1048
  "content_ir_kind_example",
892
1049
  "content_ir_kind_instance",
893
1050
  "content_ir_kind_surface",
1051
+ "context_access_log",
894
1052
  "context_item",
895
1053
  "context_item_suggestion",
896
1054
  "context_item_value",
@@ -936,14 +1094,23 @@ var ENTITY_TYPE_TOKENS = [
936
1094
  "cx_tool_trace",
937
1095
  "cx_user_request",
938
1096
  "cx_user_todo",
1097
+ "data_rights_event",
939
1098
  "data_store",
940
1099
  "dataset",
1100
+ "ddl_guard_log",
1101
+ "deprecated_relation",
941
1102
  "derive_run",
1103
+ "dev_login_audit",
1104
+ "dict_entry",
942
1105
  "dict_setting",
943
1106
  "dm_conversation",
944
1107
  "dm_message",
945
1108
  "dm_participant",
946
1109
  "domain_classification",
1110
+ "edge_payload_kind",
1111
+ "entity_grant",
1112
+ "entity_relationship",
1113
+ "entity_type",
947
1114
  "esign_campaign",
948
1115
  "esign_campaign_member",
949
1116
  "esign_consent_disclosure",
@@ -956,6 +1123,9 @@ var ENTITY_TYPE_TOKENS = [
956
1123
  "esign_provider",
957
1124
  "esign_provider_binding",
958
1125
  "esign_signing_key",
1126
+ "execution_event_cursor",
1127
+ "extension_auth_code",
1128
+ "extract_sweep_state",
959
1129
  "fc_card",
960
1130
  "fc_detail",
961
1131
  "fc_set",
@@ -966,7 +1136,10 @@ var ENTITY_TYPE_TOKENS = [
966
1136
  "file_overrides",
967
1137
  "file_page_annotations",
968
1138
  "file_pages",
1139
+ "file_rag_job",
969
1140
  "file_version",
1141
+ "files_account_tier",
1142
+ "files_user_account",
970
1143
  "flexible_data",
971
1144
  "folder",
972
1145
  "game_badge",
@@ -981,6 +1154,8 @@ var ENTITY_TYPE_TOKENS = [
981
1154
  "growth_loop_event",
982
1155
  "growth_loop_run",
983
1156
  "growth_loop_stage_run",
1157
+ "guardian_link",
1158
+ "guest_conversion_audit",
984
1159
  "guided_checklist_run",
985
1160
  "heatmap_save",
986
1161
  "hindsight_enrollment",
@@ -1119,10 +1294,13 @@ var ENTITY_TYPE_TOKENS = [
1119
1294
  "hr_workflow_step",
1120
1295
  "hr_workflow_step_definition",
1121
1296
  "hr_workweek",
1297
+ "html_extraction",
1122
1298
  "iam_access_audit",
1123
1299
  "iam_api_key",
1124
1300
  "iam_emergency_door_request",
1301
+ "industry",
1125
1302
  "industry_curator",
1303
+ "infra_status",
1126
1304
  "interview_document_revision",
1127
1305
  "interview_hole",
1128
1306
  "interview_question",
@@ -1133,15 +1311,26 @@ var ENTITY_TYPE_TOKENS = [
1133
1311
  "invitation_request",
1134
1312
  "item_mastery",
1135
1313
  "judge_verdict",
1314
+ "jurisdiction_policy",
1136
1315
  "kg_alert",
1137
1316
  "kg_suggestion_ack",
1138
1317
  "kg_sweep_queue",
1139
1318
  "kg_sweep_run",
1140
1319
  "kg_sweep_state",
1141
1320
  "kg_value_match",
1321
+ "knob_override_audit",
1322
+ "knob_scope_kind",
1142
1323
  "league_membership",
1143
1324
  "learn_doc",
1144
1325
  "library_doc",
1326
+ "lifecycle_archive",
1327
+ "lifecycle_archive_row",
1328
+ "lifecycle_audit",
1329
+ "lifecycle_entity_plan",
1330
+ "lifecycle_map_build",
1331
+ "lifecycle_reference_map",
1332
+ "lifecycle_run",
1333
+ "lifecycle_tier_ledger",
1145
1334
  "mandate",
1146
1335
  "mandate_binding",
1147
1336
  "mandate_observation",
@@ -1151,6 +1340,11 @@ var ENTITY_TYPE_TOKENS = [
1151
1340
  "marketing_initiative",
1152
1341
  "masterwork_corpus_item",
1153
1342
  "masterwork_run",
1343
+ "math_problem",
1344
+ "matrx_action_ledger",
1345
+ "mcp_config",
1346
+ "mcp_server",
1347
+ "mcp_user_conn",
1154
1348
  "meet_call_invite",
1155
1349
  "meet_meeting",
1156
1350
  "meet_note",
@@ -1160,6 +1354,9 @@ var ENTITY_TYPE_TOKENS = [
1160
1354
  "membership",
1161
1355
  "message",
1162
1356
  "message_template",
1357
+ "meta_excluded_schema",
1358
+ "meta_table_stats_history",
1359
+ "mtx_public_url_guard",
1163
1360
  "ner_shadow",
1164
1361
  "note",
1165
1362
  "note_folder",
@@ -1172,6 +1369,8 @@ var ENTITY_TYPE_TOKENS = [
1172
1369
  "ops_proof_check",
1173
1370
  "ops_proof_run",
1174
1371
  "ops_proof_scenario",
1372
+ "org_admin_audit",
1373
+ "org_member_control",
1175
1374
  "organization",
1176
1375
  "output_feedback",
1177
1376
  "page_extraction_job",
@@ -1184,6 +1383,7 @@ var ENTITY_TYPE_TOKENS = [
1184
1383
  "pc_studio_run",
1185
1384
  "pc_studio_run_asset",
1186
1385
  "pdf_redaction_audit",
1386
+ "permission_grant",
1187
1387
  "plan_cms_fill_item",
1188
1388
  "plan_cms_fill_job",
1189
1389
  "plan_entity",
@@ -1197,7 +1397,13 @@ var ENTITY_TYPE_TOKENS = [
1197
1397
  "platform_continued_access",
1198
1398
  "platform_outcome_event",
1199
1399
  "platform_outsider_consumer",
1400
+ "platform_reachability",
1401
+ "platform_reference_category",
1402
+ "platform_reference_declaration",
1403
+ "platform_repo",
1200
1404
  "platform_saved_view",
1405
+ "platform_schema",
1406
+ "platform_share_link",
1201
1407
  "podcast_race",
1202
1408
  "processed_document",
1203
1409
  "processed_document_page",
@@ -1211,6 +1417,7 @@ var ENTITY_TYPE_TOKENS = [
1211
1417
  "purpose",
1212
1418
  "quiz_session",
1213
1419
  "rag_ingest_run",
1420
+ "rag_library_audit_log",
1214
1421
  "redaction_mapping",
1215
1422
  "research_analysis",
1216
1423
  "research_content",
@@ -1223,7 +1430,10 @@ var ENTITY_TYPE_TOKENS = [
1223
1430
  "research_tag",
1224
1431
  "research_template",
1225
1432
  "research_topic",
1433
+ "retention_policy",
1434
+ "retrieval_audit",
1226
1435
  "route_manifest_entry",
1436
+ "row_version",
1227
1437
  "rulebook",
1228
1438
  "runtime_operation_stream",
1229
1439
  "runtime_operation_stream_batch",
@@ -1232,11 +1442,16 @@ var ENTITY_TYPE_TOKENS = [
1232
1442
  "sch_run",
1233
1443
  "sch_task",
1234
1444
  "sch_trigger",
1445
+ "schema_migration_ledger",
1446
+ "schema_migration_legacy",
1235
1447
  "scope",
1236
1448
  "scope_association_suggestion",
1449
+ "scope_dataset_instance",
1237
1450
  "scope_item_value_suggestion",
1238
1451
  "scope_suggestion",
1239
1452
  "scope_type",
1453
+ "scrape_parsed_page",
1454
+ "seo_ai_capability",
1240
1455
  "seo_ai_visibility_citation",
1241
1456
  "seo_ai_visibility_claim",
1242
1457
  "seo_ai_visibility_panel",
@@ -1303,6 +1518,7 @@ var ENTITY_TYPE_TOKENS = [
1303
1518
  "seo_story_angle",
1304
1519
  "seo_topic",
1305
1520
  "seo_web_analytics_daily",
1521
+ "shareable_resource_registry",
1306
1522
  "shared_canvas_item",
1307
1523
  "short_link",
1308
1524
  "skill",
@@ -1314,6 +1530,8 @@ var ENTITY_TYPE_TOKENS = [
1314
1530
  "sms_notification",
1315
1531
  "sms_notification_preference",
1316
1532
  "sms_phone_number",
1533
+ "source_authority",
1534
+ "stage_ref_kind",
1317
1535
  "structured_list",
1318
1536
  "studio_documents",
1319
1537
  "studio_recording_chunks",
@@ -1330,17 +1548,24 @@ var ENTITY_TYPE_TOKENS = [
1330
1548
  "study_reminder_context",
1331
1549
  "study_reminder_delivery",
1332
1550
  "study_session",
1551
+ "study_streak",
1333
1552
  "surface",
1553
+ "system_announcement",
1334
1554
  "system_context_item",
1335
1555
  "system_error",
1336
1556
  "system_personal_org_failure",
1337
1557
  "system_write_failure",
1338
1558
  "task",
1559
+ "task_user_state",
1560
+ "taxonomy_node",
1339
1561
  "thread",
1340
1562
  "tool",
1563
+ "tool_binding",
1341
1564
  "tool_bundle",
1342
1565
  "tool_call",
1343
1566
  "tool_definition_version",
1567
+ "tool_executor",
1568
+ "tool_surface_defaults",
1344
1569
  "tool_test_sample",
1345
1570
  "tool_ui",
1346
1571
  "tool_ui_incident",
@@ -1348,14 +1573,24 @@ var ENTITY_TYPE_TOKENS = [
1348
1573
  "transcript",
1349
1574
  "udt_dataset_fields",
1350
1575
  "udt_dataset_rows",
1576
+ "udt_dataset_template",
1351
1577
  "udt_document",
1578
+ "udt_document_snapshot",
1352
1579
  "udt_structured_list_items",
1580
+ "udt_workbook_snapshot",
1581
+ "ui_client",
1353
1582
  "ui_surface_agent_pref",
1583
+ "ui_surface_agent_role",
1584
+ "ui_surface_client_tool",
1354
1585
  "ui_surface_config",
1586
+ "ui_surface_value",
1587
+ "ui_surface_write_target",
1355
1588
  "user_achievement",
1589
+ "user_active_context",
1356
1590
  "user_analysis_preference",
1357
1591
  "user_bookmark",
1358
1592
  "user_email_preference",
1593
+ "user_entity_state",
1359
1594
  "user_feedback",
1360
1595
  "user_form_profile",
1361
1596
  "user_markdown_sample",
@@ -1363,14 +1598,19 @@ var ENTITY_TYPE_TOKENS = [
1363
1598
  "user_preference",
1364
1599
  "user_profile",
1365
1600
  "user_secret",
1601
+ "user_secret_audit",
1602
+ "user_secret_grant",
1366
1603
  "user_stat",
1604
+ "user_storage_usage",
1367
1605
  "user_surface_state",
1368
1606
  "voice",
1369
1607
  "war_room",
1370
1608
  "wbx_capture",
1609
+ "wbx_demo",
1371
1610
  "wbx_guidance",
1372
1611
  "wbx_highlight",
1373
1612
  "wbx_pattern",
1613
+ "wbx_recipe",
1374
1614
  "wbx_screenshot",
1375
1615
  "wbx_seo_audit",
1376
1616
  "wc_claim",
@@ -3316,169 +3556,6 @@ function createAssociationsStore(config) {
3316
3556
  };
3317
3557
  }
3318
3558
 
3319
- // src/demanded-rpcs.generated.ts
3320
- var DEMANDED_RPC_NAMES = [
3321
- "assoc_add",
3322
- "assoc_remove",
3323
- "assoc_set_targets",
3324
- "assoc_remove_for_entity",
3325
- "assoc_for_entity",
3326
- "assoc_for_targets",
3327
- "assoc_for_sources",
3328
- "assoc_members_visible",
3329
- "conversation_file_add",
3330
- "conversation_file_remove",
3331
- "conversation_files",
3332
- "agent_resource_add",
3333
- "agent_resource_remove",
3334
- "cat_list",
3335
- "cat_create",
3336
- "cat_update",
3337
- "cat_reparent",
3338
- "cat_delete",
3339
- "ues_set",
3340
- "ues_list",
3341
- "ues_get_bulk",
3342
- "ues_touch",
3343
- "reference_search_candidates",
3344
- "cmt_list",
3345
- "cmt_add",
3346
- "cmt_edit",
3347
- "cmt_delete"
3348
- ];
3349
-
3350
- // src/core/assertDemandedSchema.ts
3351
- var BAD_UUID = "__not_a_uuid__";
3352
- var SELF_TEST_MISSING_RPC = "assoc_probe_self_test_missing_fn";
3353
- var PROBE_ARGS = {
3354
- // edges — writes
3355
- assoc_add: {
3356
- p_source_type: "note",
3357
- p_source_id: BAD_UUID,
3358
- p_target_type: "task",
3359
- p_target_id: BAD_UUID
3360
- },
3361
- assoc_remove: {
3362
- p_source_type: "note",
3363
- p_source_id: BAD_UUID,
3364
- p_target_type: "task",
3365
- p_target_id: BAD_UUID
3366
- },
3367
- assoc_set_targets: {
3368
- p_source_type: "note",
3369
- p_source_id: BAD_UUID,
3370
- p_target_type: "task",
3371
- p_target_ids: [BAD_UUID]
3372
- },
3373
- assoc_remove_for_entity: { p_type: "note", p_id: BAD_UUID },
3374
- // edges — reads
3375
- assoc_for_entity: { p_type: "note", p_id: BAD_UUID },
3376
- assoc_for_targets: { p_target_type: "task", p_target_ids: [BAD_UUID] },
3377
- assoc_for_sources: { p_source_type: "note", p_source_ids: [BAD_UUID] },
3378
- assoc_members_visible: { p_target_type: "task", p_target_ids: [BAD_UUID] },
3379
- // conversation files
3380
- conversation_file_add: {
3381
- p_conversation_id: BAD_UUID,
3382
- p_file_id: BAD_UUID
3383
- },
3384
- conversation_file_remove: {
3385
- p_conversation_id: BAD_UUID,
3386
- p_file_id: BAD_UUID
3387
- },
3388
- conversation_files: { p_conversation_id: BAD_UUID },
3389
- // agent resources
3390
- agent_resource_add: {
3391
- p_agent_id: BAD_UUID,
3392
- p_source_type: "note",
3393
- p_source_id: BAD_UUID
3394
- },
3395
- agent_resource_remove: {
3396
- p_agent_id: BAD_UUID,
3397
- p_source_type: "note",
3398
- p_source_id: BAD_UUID
3399
- },
3400
- // categories
3401
- cat_list: {},
3402
- cat_create: { p_dimension: "", p_name: "", p_org_id: BAD_UUID },
3403
- cat_update: { p_category_id: BAD_UUID, p_name: "__probe__" },
3404
- cat_reparent: { p_category_id: BAD_UUID },
3405
- cat_delete: { p_category_id: BAD_UUID },
3406
- // favorites / recents
3407
- ues_set: { p_entity_type: "__probe__", p_entity_id: BAD_UUID },
3408
- ues_list: {},
3409
- ues_get_bulk: { p_entity_type: "__probe__", p_entity_ids: [BAD_UUID] },
3410
- ues_touch: { p_entity_type: "__probe__", p_entity_id: BAD_UUID },
3411
- // candidates
3412
- reference_search_candidates: { p_token: "__probe__", p_limit: 1 },
3413
- // comments (W6) — every fn takes a uuid arg, so the unparseable sentinel
3414
- // guarantees 22P02 before any SECURITY DEFINER body runs (no write occurs).
3415
- cmt_list: { p_entity_type: "__probe__", p_entity_id: BAD_UUID },
3416
- cmt_add: {
3417
- p_entity_type: "__probe__",
3418
- p_entity_id: BAD_UUID,
3419
- p_body: "__probe__"
3420
- },
3421
- cmt_edit: { p_id: BAD_UUID, p_body: "__probe__" },
3422
- cmt_delete: { p_id: BAD_UUID }
3423
- };
3424
- function isMissingFunctionError(error) {
3425
- if (!error || typeof error !== "object") return false;
3426
- return error.code === "PGRST202";
3427
- }
3428
- async function assertDemandedSchema(dataSource, options = {}) {
3429
- const { selfTest = false, concurrency = 6, throwOnViolation = true } = options;
3430
- const names = [...DEMANDED_RPC_NAMES];
3431
- if (selfTest) names.push(SELF_TEST_MISSING_RPC);
3432
- const missing = [];
3433
- const unreachable = [];
3434
- const answered = [];
3435
- let cursor = 0;
3436
- async function worker() {
3437
- while (cursor < names.length) {
3438
- const fn = names[cursor];
3439
- cursor += 1;
3440
- if (!fn) continue;
3441
- const args = fn === SELF_TEST_MISSING_RPC ? {} : PROBE_ARGS[fn];
3442
- try {
3443
- const { error } = await dataSource.rpc(fn, args);
3444
- if (error == null) answered.push(fn);
3445
- else if (isMissingFunctionError(error)) missing.push(fn);
3446
- else answered.push(fn);
3447
- } catch (e) {
3448
- unreachable.push({ fn, error: e });
3449
- }
3450
- }
3451
- }
3452
- await Promise.all(
3453
- Array.from({ length: Math.min(concurrency, names.length) }, worker)
3454
- );
3455
- if (selfTest) {
3456
- const selfTestMissing = missing.includes(SELF_TEST_MISSING_RPC);
3457
- const idx = missing.indexOf(SELF_TEST_MISSING_RPC);
3458
- if (idx >= 0) missing.splice(idx, 1);
3459
- const answeredIdx = answered.indexOf(SELF_TEST_MISSING_RPC);
3460
- if (answeredIdx >= 0) answered.splice(answeredIdx, 1);
3461
- if (!selfTestMissing) {
3462
- throw new Error(
3463
- `assertDemandedSchema self-test FAILED: the fabricated function "${SELF_TEST_MISSING_RPC}" did not come back as missing (PGRST202). This probe cannot currently fail, so its green result proves nothing \u2014 the dataSource is swallowing or faking errors.`
3464
- );
3465
- }
3466
- }
3467
- if (unreachable.length > 0) {
3468
- throw new Error(
3469
- `assertDemandedSchema could not complete: ${unreachable.length} probe call(s) failed to reach the database (${unreachable.map((u) => u.fn).join(", ")}). This is NOT a schema verdict \u2014 fix connectivity and re-run.`
3470
- );
3471
- }
3472
- const ok2 = missing.length === 0;
3473
- const report = { ok: ok2, missing, unreachable, answered };
3474
- if (!ok2 && throwOnViolation) {
3475
- throw new Error(
3476
- `DEMANDED SCHEMA VIOLATION: the database this dataSource points at cannot answer ${missing.length} demanded @ai-matrx/associations function(s): ${missing.join(", ")}. This package demands the AI Matrx platform schema (README \xA7 The demanded schema); a database without it is not this package's database.`
3477
- );
3478
- }
3479
- return report;
3480
- }
3481
-
3482
3559
  // src/core/edgeClassifier.ts
3483
3560
  var NON_CONTENT_SOURCE_TYPES = /* @__PURE__ */ new Set([
3484
3561
  "thread",