@ai-matrx/associations 0.9.0 → 0.9.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +15 -0
- package/dist/{CommentThread-BKDzEKvk.d.cts → CommentThread-CG2oN5Sa.d.cts} +1 -1
- package/dist/{CommentThread-BKDzEKvk.d.ts → CommentThread-CG2oN5Sa.d.ts} +1 -1
- package/dist/core/index.cjs +248 -0
- package/dist/core/index.cjs.map +1 -1
- package/dist/core/index.js +248 -0
- package/dist/core/index.js.map +1 -1
- package/dist/index.cjs +248 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +2195 -211
- package/dist/index.d.ts +2195 -211
- package/dist/index.js +248 -0
- package/dist/index.js.map +1 -1
- package/dist/react/index.cjs +124 -0
- package/dist/react/index.cjs.map +1 -1
- package/dist/react/index.d.cts +2 -2
- package/dist/react/index.d.ts +2 -2
- package/dist/react/index.js +124 -0
- package/dist/react/index.js.map +1 -1
- package/dist/react/lazy/index.d.cts +1 -1
- package/dist/react/lazy/index.d.ts +1 -1
- package/package.json +3 -3
package/dist/core/index.js
CHANGED
|
@@ -28,6 +28,10 @@ import { isUuidShape } from "@ai-matrx/kit/uuid";
|
|
|
28
28
|
var ENTITY_TYPE_METADATA = {
|
|
29
29
|
"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 },
|
|
30
30
|
"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 },
|
|
31
|
+
"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 },
|
|
32
|
+
"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 },
|
|
33
|
+
"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 },
|
|
34
|
+
"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 },
|
|
31
35
|
"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 },
|
|
32
36
|
"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 },
|
|
33
37
|
"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 },
|
|
@@ -48,12 +52,17 @@ var ENTITY_TYPE_METADATA = {
|
|
|
48
52
|
"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 },
|
|
49
53
|
"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 },
|
|
50
54
|
"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 },
|
|
55
|
+
"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 },
|
|
56
|
+
"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 },
|
|
51
57
|
"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 },
|
|
58
|
+
"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 },
|
|
52
59
|
"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 },
|
|
53
60
|
"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 },
|
|
54
61
|
"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 },
|
|
55
62
|
"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 },
|
|
56
63
|
"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 },
|
|
64
|
+
"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 },
|
|
65
|
+
"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 },
|
|
57
66
|
"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 },
|
|
58
67
|
"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 },
|
|
59
68
|
"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 },
|
|
@@ -62,11 +71,37 @@ var ENTITY_TYPE_METADATA = {
|
|
|
62
71
|
"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 },
|
|
63
72
|
"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 },
|
|
64
73
|
"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 },
|
|
74
|
+
"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 },
|
|
65
75
|
"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 },
|
|
76
|
+
"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 },
|
|
77
|
+
"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 },
|
|
78
|
+
"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 },
|
|
79
|
+
"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 },
|
|
80
|
+
"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 },
|
|
81
|
+
"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 },
|
|
82
|
+
"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 },
|
|
83
|
+
"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 },
|
|
84
|
+
"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 },
|
|
85
|
+
"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 },
|
|
86
|
+
"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 },
|
|
87
|
+
"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 },
|
|
88
|
+
"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 },
|
|
66
89
|
"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 },
|
|
67
90
|
"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 },
|
|
68
91
|
"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 },
|
|
92
|
+
"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 },
|
|
93
|
+
"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 },
|
|
94
|
+
"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 },
|
|
95
|
+
"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 },
|
|
96
|
+
"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 },
|
|
97
|
+
"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 },
|
|
98
|
+
"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 },
|
|
99
|
+
"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 },
|
|
69
100
|
"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 },
|
|
101
|
+
"billing_stripe_event": { token: "billing_stripe_event", schema: "billing", table: "stripe_event", label: "Stripe webhook event", baseTier: 1, isComponent: false, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
|
|
102
|
+
"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 },
|
|
103
|
+
"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 },
|
|
104
|
+
"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 },
|
|
70
105
|
"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 },
|
|
71
106
|
"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 },
|
|
72
107
|
"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 },
|
|
@@ -88,7 +123,10 @@ var ENTITY_TYPE_METADATA = {
|
|
|
88
123
|
"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 },
|
|
89
124
|
"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 },
|
|
90
125
|
"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 },
|
|
126
|
+
"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 },
|
|
91
127
|
"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 },
|
|
128
|
+
"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 },
|
|
129
|
+
"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 },
|
|
92
130
|
"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 },
|
|
93
131
|
"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 },
|
|
94
132
|
"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 },
|
|
@@ -151,6 +189,7 @@ var ENTITY_TYPE_METADATA = {
|
|
|
151
189
|
"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 },
|
|
152
190
|
"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 },
|
|
153
191
|
"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 },
|
|
192
|
+
"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 },
|
|
154
193
|
"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 },
|
|
155
194
|
"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 },
|
|
156
195
|
"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 },
|
|
@@ -159,6 +198,7 @@ var ENTITY_TYPE_METADATA = {
|
|
|
159
198
|
"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 },
|
|
160
199
|
"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 },
|
|
161
200
|
"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 },
|
|
201
|
+
"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 },
|
|
162
202
|
"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 },
|
|
163
203
|
"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 },
|
|
164
204
|
"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 },
|
|
@@ -204,14 +244,23 @@ var ENTITY_TYPE_METADATA = {
|
|
|
204
244
|
"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 },
|
|
205
245
|
"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 },
|
|
206
246
|
"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 },
|
|
247
|
+
"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 },
|
|
207
248
|
"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 },
|
|
208
249
|
"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 },
|
|
250
|
+
"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 },
|
|
251
|
+
"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 },
|
|
209
252
|
"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 },
|
|
253
|
+
"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 },
|
|
254
|
+
"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 },
|
|
210
255
|
"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 },
|
|
211
256
|
"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 },
|
|
212
257
|
"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 },
|
|
213
258
|
"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 },
|
|
214
259
|
"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 },
|
|
260
|
+
"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 },
|
|
261
|
+
"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 },
|
|
262
|
+
"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 },
|
|
263
|
+
"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 },
|
|
215
264
|
"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 },
|
|
216
265
|
"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 },
|
|
217
266
|
"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 },
|
|
@@ -224,6 +273,9 @@ var ENTITY_TYPE_METADATA = {
|
|
|
224
273
|
"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 },
|
|
225
274
|
"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 },
|
|
226
275
|
"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 },
|
|
276
|
+
"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 },
|
|
277
|
+
"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 },
|
|
278
|
+
"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 },
|
|
227
279
|
"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 },
|
|
228
280
|
"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 },
|
|
229
281
|
"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 },
|
|
@@ -234,7 +286,10 @@ var ENTITY_TYPE_METADATA = {
|
|
|
234
286
|
"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 },
|
|
235
287
|
"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 },
|
|
236
288
|
"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 },
|
|
289
|
+
"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 },
|
|
237
290
|
"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 },
|
|
291
|
+
"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 },
|
|
292
|
+
"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 },
|
|
238
293
|
"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 },
|
|
239
294
|
"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 },
|
|
240
295
|
"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 },
|
|
@@ -242,6 +297,7 @@ var ENTITY_TYPE_METADATA = {
|
|
|
242
297
|
"game_room": { token: "game_room", schema: "education", table: "game_room", label: "Game Room", baseTier: 1, isComponent: false, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
|
|
243
298
|
"global_execution": { token: "global_execution", schema: "runtime", table: "global_execution", label: "Runtime Execution", baseTier: 1, isComponent: true, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
|
|
244
299
|
"global_execution_checkpoint": { token: "global_execution_checkpoint", schema: "runtime", table: "global_execution_checkpoint", label: "Runtime Checkpoint", baseTier: 1, isComponent: true, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
|
|
300
|
+
"global_execution_control": { token: "global_execution_control", schema: "runtime", table: "global_execution_control", label: "Global execution control", baseTier: 1, isComponent: true, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
|
|
245
301
|
"global_execution_event": { token: "global_execution_event", schema: "runtime", table: "global_execution_event", label: "Runtime Event", baseTier: 1, isComponent: true, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
|
|
246
302
|
"global_meter_entry": { token: "global_meter_entry", schema: "runtime", table: "global_meter_entry", label: "Runtime Meter Entry", baseTier: 1, isComponent: true, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: "label", contentRole: null, referenceCategory: null },
|
|
247
303
|
"global_origin": { token: "global_origin", schema: "runtime", table: "global_origin", label: "Runtime Origin", baseTier: 1, isComponent: false, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
|
|
@@ -249,6 +305,8 @@ var ENTITY_TYPE_METADATA = {
|
|
|
249
305
|
"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 },
|
|
250
306
|
"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 },
|
|
251
307
|
"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 },
|
|
308
|
+
"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 },
|
|
309
|
+
"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 },
|
|
252
310
|
"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 },
|
|
253
311
|
"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 },
|
|
254
312
|
"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 },
|
|
@@ -387,10 +445,13 @@ var ENTITY_TYPE_METADATA = {
|
|
|
387
445
|
"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 },
|
|
388
446
|
"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 },
|
|
389
447
|
"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 },
|
|
448
|
+
"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 },
|
|
390
449
|
"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 },
|
|
391
450
|
"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 },
|
|
392
451
|
"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 },
|
|
452
|
+
"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 },
|
|
393
453
|
"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 },
|
|
454
|
+
"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 },
|
|
394
455
|
"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 },
|
|
395
456
|
"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 },
|
|
396
457
|
"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 },
|
|
@@ -401,15 +462,26 @@ var ENTITY_TYPE_METADATA = {
|
|
|
401
462
|
"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 },
|
|
402
463
|
"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 },
|
|
403
464
|
"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 },
|
|
465
|
+
"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 },
|
|
404
466
|
"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 },
|
|
405
467
|
"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 },
|
|
406
468
|
"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 },
|
|
407
469
|
"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 },
|
|
408
470
|
"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 },
|
|
409
471
|
"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 },
|
|
472
|
+
"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 },
|
|
473
|
+
"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 },
|
|
410
474
|
"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 },
|
|
411
475
|
"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 },
|
|
412
476
|
"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 },
|
|
477
|
+
"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 },
|
|
478
|
+
"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 },
|
|
479
|
+
"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 },
|
|
480
|
+
"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 },
|
|
481
|
+
"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 },
|
|
482
|
+
"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 },
|
|
483
|
+
"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 },
|
|
484
|
+
"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 },
|
|
413
485
|
"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 },
|
|
414
486
|
"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 },
|
|
415
487
|
"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 },
|
|
@@ -419,6 +491,11 @@ var ENTITY_TYPE_METADATA = {
|
|
|
419
491
|
"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 },
|
|
420
492
|
"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 },
|
|
421
493
|
"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 },
|
|
494
|
+
"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 },
|
|
495
|
+
"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 },
|
|
496
|
+
"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 },
|
|
497
|
+
"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 },
|
|
498
|
+
"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 },
|
|
422
499
|
"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 },
|
|
423
500
|
"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 },
|
|
424
501
|
"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 },
|
|
@@ -428,6 +505,9 @@ var ENTITY_TYPE_METADATA = {
|
|
|
428
505
|
"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 },
|
|
429
506
|
"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 },
|
|
430
507
|
"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 },
|
|
508
|
+
"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 },
|
|
509
|
+
"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 },
|
|
510
|
+
"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 },
|
|
431
511
|
"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 },
|
|
432
512
|
"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 },
|
|
433
513
|
"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 },
|
|
@@ -440,6 +520,9 @@ var ENTITY_TYPE_METADATA = {
|
|
|
440
520
|
"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 },
|
|
441
521
|
"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 },
|
|
442
522
|
"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 },
|
|
523
|
+
"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 },
|
|
524
|
+
"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 },
|
|
525
|
+
"org_module_config": { token: "org_module_config", schema: "platform", table: "org_module_config", label: "Organization module configuration", baseTier: 1, isComponent: false, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
|
|
443
526
|
"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 },
|
|
444
527
|
"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 },
|
|
445
528
|
"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 },
|
|
@@ -452,6 +535,7 @@ var ENTITY_TYPE_METADATA = {
|
|
|
452
535
|
"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 },
|
|
453
536
|
"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 },
|
|
454
537
|
"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 },
|
|
538
|
+
"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 },
|
|
455
539
|
"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 },
|
|
456
540
|
"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 },
|
|
457
541
|
"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 },
|
|
@@ -465,7 +549,13 @@ var ENTITY_TYPE_METADATA = {
|
|
|
465
549
|
"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 },
|
|
466
550
|
"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 },
|
|
467
551
|
"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 },
|
|
552
|
+
"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 },
|
|
553
|
+
"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 },
|
|
554
|
+
"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 },
|
|
555
|
+
"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 },
|
|
468
556
|
"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 },
|
|
557
|
+
"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 },
|
|
558
|
+
"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 },
|
|
469
559
|
"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 },
|
|
470
560
|
"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 },
|
|
471
561
|
"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 },
|
|
@@ -479,6 +569,7 @@ var ENTITY_TYPE_METADATA = {
|
|
|
479
569
|
"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 },
|
|
480
570
|
"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 },
|
|
481
571
|
"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 },
|
|
572
|
+
"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 },
|
|
482
573
|
"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 },
|
|
483
574
|
"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 },
|
|
484
575
|
"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 },
|
|
@@ -491,7 +582,10 @@ var ENTITY_TYPE_METADATA = {
|
|
|
491
582
|
"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 },
|
|
492
583
|
"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 },
|
|
493
584
|
"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 },
|
|
585
|
+
"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 },
|
|
586
|
+
"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 },
|
|
494
587
|
"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 },
|
|
588
|
+
"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 },
|
|
495
589
|
"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 },
|
|
496
590
|
"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 },
|
|
497
591
|
"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 },
|
|
@@ -500,11 +594,16 @@ var ENTITY_TYPE_METADATA = {
|
|
|
500
594
|
"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 },
|
|
501
595
|
"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 },
|
|
502
596
|
"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 },
|
|
597
|
+
"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 },
|
|
598
|
+
"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 },
|
|
503
599
|
"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 },
|
|
504
600
|
"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 },
|
|
601
|
+
"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 },
|
|
505
602
|
"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 },
|
|
506
603
|
"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 },
|
|
507
604
|
"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 },
|
|
605
|
+
"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 },
|
|
606
|
+
"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 },
|
|
508
607
|
"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 },
|
|
509
608
|
"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 },
|
|
510
609
|
"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 },
|
|
@@ -571,6 +670,7 @@ var ENTITY_TYPE_METADATA = {
|
|
|
571
670
|
"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 },
|
|
572
671
|
"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 },
|
|
573
672
|
"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 },
|
|
673
|
+
"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 },
|
|
574
674
|
"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 },
|
|
575
675
|
"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 },
|
|
576
676
|
"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 },
|
|
@@ -582,6 +682,8 @@ var ENTITY_TYPE_METADATA = {
|
|
|
582
682
|
"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 },
|
|
583
683
|
"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 },
|
|
584
684
|
"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 },
|
|
685
|
+
"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 },
|
|
686
|
+
"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 },
|
|
585
687
|
"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 },
|
|
586
688
|
"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 },
|
|
587
689
|
"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 },
|
|
@@ -598,17 +700,24 @@ var ENTITY_TYPE_METADATA = {
|
|
|
598
700
|
"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 },
|
|
599
701
|
"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 },
|
|
600
702
|
"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 },
|
|
703
|
+
"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 },
|
|
601
704
|
"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 },
|
|
705
|
+
"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 },
|
|
602
706
|
"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 },
|
|
603
707
|
"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 },
|
|
604
708
|
"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 },
|
|
605
709
|
"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 },
|
|
606
710
|
"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 },
|
|
711
|
+
"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 },
|
|
712
|
+
"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 },
|
|
607
713
|
"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 },
|
|
608
714
|
"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 },
|
|
715
|
+
"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 },
|
|
609
716
|
"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 },
|
|
610
717
|
"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 },
|
|
611
718
|
"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 },
|
|
719
|
+
"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 },
|
|
720
|
+
"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 },
|
|
612
721
|
"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 },
|
|
613
722
|
"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 },
|
|
614
723
|
"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 },
|
|
@@ -616,14 +725,24 @@ var ENTITY_TYPE_METADATA = {
|
|
|
616
725
|
"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 },
|
|
617
726
|
"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 },
|
|
618
727
|
"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 },
|
|
728
|
+
"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 },
|
|
619
729
|
"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 },
|
|
730
|
+
"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 },
|
|
620
731
|
"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 },
|
|
732
|
+
"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 },
|
|
733
|
+
"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 },
|
|
621
734
|
"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 },
|
|
735
|
+
"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 },
|
|
736
|
+
"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 },
|
|
622
737
|
"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 },
|
|
738
|
+
"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 },
|
|
739
|
+
"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 },
|
|
623
740
|
"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 },
|
|
741
|
+
"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 },
|
|
624
742
|
"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 },
|
|
625
743
|
"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 },
|
|
626
744
|
"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 },
|
|
745
|
+
"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 },
|
|
627
746
|
"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 },
|
|
628
747
|
"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 },
|
|
629
748
|
"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 },
|
|
@@ -631,14 +750,19 @@ var ENTITY_TYPE_METADATA = {
|
|
|
631
750
|
"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 },
|
|
632
751
|
"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 },
|
|
633
752
|
"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 },
|
|
753
|
+
"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 },
|
|
754
|
+
"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 },
|
|
634
755
|
"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 },
|
|
756
|
+
"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 },
|
|
635
757
|
"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 },
|
|
636
758
|
"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 },
|
|
637
759
|
"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 },
|
|
638
760
|
"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 },
|
|
761
|
+
"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 },
|
|
639
762
|
"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 },
|
|
640
763
|
"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 },
|
|
641
764
|
"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 },
|
|
765
|
+
"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 },
|
|
642
766
|
"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 },
|
|
643
767
|
"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 },
|
|
644
768
|
"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 },
|
|
@@ -706,6 +830,10 @@ var ENTITY_TYPE_METADATA = {
|
|
|
706
830
|
var ENTITY_TYPE_TOKENS = [
|
|
707
831
|
"access_request",
|
|
708
832
|
"activity",
|
|
833
|
+
"admin_audit_log",
|
|
834
|
+
"admin_email_log",
|
|
835
|
+
"admin_markdown_sample",
|
|
836
|
+
"admin_user",
|
|
709
837
|
"agent",
|
|
710
838
|
"agent_card",
|
|
711
839
|
"agent_definition_version",
|
|
@@ -726,12 +854,17 @@ var ENTITY_TYPE_TOKENS = [
|
|
|
726
854
|
"ai_offering",
|
|
727
855
|
"ai_provider",
|
|
728
856
|
"ai_setting",
|
|
857
|
+
"api_field_warning",
|
|
858
|
+
"api_request_log",
|
|
729
859
|
"app",
|
|
860
|
+
"app_config",
|
|
730
861
|
"app_definition_version",
|
|
731
862
|
"app_error",
|
|
732
863
|
"app_execution",
|
|
733
864
|
"app_instance",
|
|
734
865
|
"app_log",
|
|
866
|
+
"app_log_muted_pattern",
|
|
867
|
+
"app_log_norm_exception",
|
|
735
868
|
"app_rate_limit",
|
|
736
869
|
"app_setting",
|
|
737
870
|
"app_sync_status",
|
|
@@ -740,11 +873,37 @@ var ENTITY_TYPE_TOKENS = [
|
|
|
740
873
|
"assessment",
|
|
741
874
|
"assessment_item",
|
|
742
875
|
"assessment_result",
|
|
876
|
+
"assignment_session",
|
|
743
877
|
"assist",
|
|
878
|
+
"assist_producer_policy",
|
|
879
|
+
"association_type",
|
|
880
|
+
"assurance_level",
|
|
881
|
+
"audit_broken_functions",
|
|
882
|
+
"audit_canonical_findings",
|
|
883
|
+
"audit_exemption",
|
|
884
|
+
"audit_function_deps",
|
|
885
|
+
"audit_function_runtime_probe",
|
|
886
|
+
"audit_m2m_candidates",
|
|
887
|
+
"audit_refresh_log",
|
|
888
|
+
"audit_stale_registry",
|
|
889
|
+
"audit_unregistered_candidates",
|
|
890
|
+
"base_entity_template",
|
|
744
891
|
"batch_cost_event",
|
|
745
892
|
"batch_provider_batch",
|
|
746
893
|
"batch_work_item",
|
|
894
|
+
"billing_capability",
|
|
895
|
+
"billing_capability_limit",
|
|
896
|
+
"billing_connect_account",
|
|
897
|
+
"billing_customer",
|
|
898
|
+
"billing_plan",
|
|
899
|
+
"billing_plan_limit",
|
|
900
|
+
"billing_price",
|
|
901
|
+
"billing_product",
|
|
747
902
|
"billing_spend_guardrail",
|
|
903
|
+
"billing_stripe_event",
|
|
904
|
+
"billing_subscription",
|
|
905
|
+
"billing_usage_ledger",
|
|
906
|
+
"billing_user_plan",
|
|
748
907
|
"browser_account_binding",
|
|
749
908
|
"browser_action_event",
|
|
750
909
|
"browser_authenticator_window",
|
|
@@ -766,7 +925,10 @@ var ENTITY_TYPE_TOKENS = [
|
|
|
766
925
|
"canvas_like",
|
|
767
926
|
"canvas_score",
|
|
768
927
|
"canvas_view",
|
|
928
|
+
"catalog_entry",
|
|
769
929
|
"category",
|
|
930
|
+
"change_type_default",
|
|
931
|
+
"chat_user_usage_summary",
|
|
770
932
|
"cmp_entry",
|
|
771
933
|
"cmp_feedback",
|
|
772
934
|
"code_file",
|
|
@@ -829,6 +991,7 @@ var ENTITY_TYPE_TOKENS = [
|
|
|
829
991
|
"comparison_set",
|
|
830
992
|
"contact_medium",
|
|
831
993
|
"contact_submission",
|
|
994
|
+
"content_certification",
|
|
832
995
|
"content_ir_kind",
|
|
833
996
|
"content_ir_kind_component",
|
|
834
997
|
"content_ir_kind_component_incident",
|
|
@@ -837,6 +1000,7 @@ var ENTITY_TYPE_TOKENS = [
|
|
|
837
1000
|
"content_ir_kind_example",
|
|
838
1001
|
"content_ir_kind_instance",
|
|
839
1002
|
"content_ir_kind_surface",
|
|
1003
|
+
"context_access_log",
|
|
840
1004
|
"context_item",
|
|
841
1005
|
"context_item_suggestion",
|
|
842
1006
|
"context_item_value",
|
|
@@ -882,14 +1046,23 @@ var ENTITY_TYPE_TOKENS = [
|
|
|
882
1046
|
"cx_tool_trace",
|
|
883
1047
|
"cx_user_request",
|
|
884
1048
|
"cx_user_todo",
|
|
1049
|
+
"data_rights_event",
|
|
885
1050
|
"data_store",
|
|
886
1051
|
"dataset",
|
|
1052
|
+
"ddl_guard_log",
|
|
1053
|
+
"deprecated_relation",
|
|
887
1054
|
"derive_run",
|
|
1055
|
+
"dev_login_audit",
|
|
1056
|
+
"dict_entry",
|
|
888
1057
|
"dict_setting",
|
|
889
1058
|
"dm_conversation",
|
|
890
1059
|
"dm_message",
|
|
891
1060
|
"dm_participant",
|
|
892
1061
|
"domain_classification",
|
|
1062
|
+
"edge_payload_kind",
|
|
1063
|
+
"entity_grant",
|
|
1064
|
+
"entity_relationship",
|
|
1065
|
+
"entity_type",
|
|
893
1066
|
"esign_campaign",
|
|
894
1067
|
"esign_campaign_member",
|
|
895
1068
|
"esign_consent_disclosure",
|
|
@@ -902,6 +1075,9 @@ var ENTITY_TYPE_TOKENS = [
|
|
|
902
1075
|
"esign_provider",
|
|
903
1076
|
"esign_provider_binding",
|
|
904
1077
|
"esign_signing_key",
|
|
1078
|
+
"execution_event_cursor",
|
|
1079
|
+
"extension_auth_code",
|
|
1080
|
+
"extract_sweep_state",
|
|
905
1081
|
"fc_card",
|
|
906
1082
|
"fc_detail",
|
|
907
1083
|
"fc_set",
|
|
@@ -912,7 +1088,10 @@ var ENTITY_TYPE_TOKENS = [
|
|
|
912
1088
|
"file_overrides",
|
|
913
1089
|
"file_page_annotations",
|
|
914
1090
|
"file_pages",
|
|
1091
|
+
"file_rag_job",
|
|
915
1092
|
"file_version",
|
|
1093
|
+
"files_account_tier",
|
|
1094
|
+
"files_user_account",
|
|
916
1095
|
"flexible_data",
|
|
917
1096
|
"folder",
|
|
918
1097
|
"game_badge",
|
|
@@ -920,6 +1099,7 @@ var ENTITY_TYPE_TOKENS = [
|
|
|
920
1099
|
"game_room",
|
|
921
1100
|
"global_execution",
|
|
922
1101
|
"global_execution_checkpoint",
|
|
1102
|
+
"global_execution_control",
|
|
923
1103
|
"global_execution_event",
|
|
924
1104
|
"global_meter_entry",
|
|
925
1105
|
"global_origin",
|
|
@@ -927,6 +1107,8 @@ var ENTITY_TYPE_TOKENS = [
|
|
|
927
1107
|
"growth_loop_event",
|
|
928
1108
|
"growth_loop_run",
|
|
929
1109
|
"growth_loop_stage_run",
|
|
1110
|
+
"guardian_link",
|
|
1111
|
+
"guest_conversion_audit",
|
|
930
1112
|
"guided_checklist_run",
|
|
931
1113
|
"heatmap_save",
|
|
932
1114
|
"hindsight_enrollment",
|
|
@@ -1065,10 +1247,13 @@ var ENTITY_TYPE_TOKENS = [
|
|
|
1065
1247
|
"hr_workflow_step",
|
|
1066
1248
|
"hr_workflow_step_definition",
|
|
1067
1249
|
"hr_workweek",
|
|
1250
|
+
"html_extraction",
|
|
1068
1251
|
"iam_access_audit",
|
|
1069
1252
|
"iam_api_key",
|
|
1070
1253
|
"iam_emergency_door_request",
|
|
1254
|
+
"industry",
|
|
1071
1255
|
"industry_curator",
|
|
1256
|
+
"infra_status",
|
|
1072
1257
|
"interview_document_revision",
|
|
1073
1258
|
"interview_hole",
|
|
1074
1259
|
"interview_question",
|
|
@@ -1079,15 +1264,26 @@ var ENTITY_TYPE_TOKENS = [
|
|
|
1079
1264
|
"invitation_request",
|
|
1080
1265
|
"item_mastery",
|
|
1081
1266
|
"judge_verdict",
|
|
1267
|
+
"jurisdiction_policy",
|
|
1082
1268
|
"kg_alert",
|
|
1083
1269
|
"kg_suggestion_ack",
|
|
1084
1270
|
"kg_sweep_queue",
|
|
1085
1271
|
"kg_sweep_run",
|
|
1086
1272
|
"kg_sweep_state",
|
|
1087
1273
|
"kg_value_match",
|
|
1274
|
+
"knob_override_audit",
|
|
1275
|
+
"knob_scope_kind",
|
|
1088
1276
|
"league_membership",
|
|
1089
1277
|
"learn_doc",
|
|
1090
1278
|
"library_doc",
|
|
1279
|
+
"lifecycle_archive",
|
|
1280
|
+
"lifecycle_archive_row",
|
|
1281
|
+
"lifecycle_audit",
|
|
1282
|
+
"lifecycle_entity_plan",
|
|
1283
|
+
"lifecycle_map_build",
|
|
1284
|
+
"lifecycle_reference_map",
|
|
1285
|
+
"lifecycle_run",
|
|
1286
|
+
"lifecycle_tier_ledger",
|
|
1091
1287
|
"mandate",
|
|
1092
1288
|
"mandate_binding",
|
|
1093
1289
|
"mandate_observation",
|
|
@@ -1097,6 +1293,11 @@ var ENTITY_TYPE_TOKENS = [
|
|
|
1097
1293
|
"marketing_initiative",
|
|
1098
1294
|
"masterwork_corpus_item",
|
|
1099
1295
|
"masterwork_run",
|
|
1296
|
+
"math_problem",
|
|
1297
|
+
"matrx_action_ledger",
|
|
1298
|
+
"mcp_config",
|
|
1299
|
+
"mcp_server",
|
|
1300
|
+
"mcp_user_conn",
|
|
1100
1301
|
"meet_call_invite",
|
|
1101
1302
|
"meet_meeting",
|
|
1102
1303
|
"meet_note",
|
|
@@ -1106,6 +1307,9 @@ var ENTITY_TYPE_TOKENS = [
|
|
|
1106
1307
|
"membership",
|
|
1107
1308
|
"message",
|
|
1108
1309
|
"message_template",
|
|
1310
|
+
"meta_excluded_schema",
|
|
1311
|
+
"meta_table_stats_history",
|
|
1312
|
+
"mtx_public_url_guard",
|
|
1109
1313
|
"ner_shadow",
|
|
1110
1314
|
"note",
|
|
1111
1315
|
"note_folder",
|
|
@@ -1118,6 +1322,9 @@ var ENTITY_TYPE_TOKENS = [
|
|
|
1118
1322
|
"ops_proof_check",
|
|
1119
1323
|
"ops_proof_run",
|
|
1120
1324
|
"ops_proof_scenario",
|
|
1325
|
+
"org_admin_audit",
|
|
1326
|
+
"org_member_control",
|
|
1327
|
+
"org_module_config",
|
|
1121
1328
|
"organization",
|
|
1122
1329
|
"output_feedback",
|
|
1123
1330
|
"page_extraction_job",
|
|
@@ -1130,6 +1337,7 @@ var ENTITY_TYPE_TOKENS = [
|
|
|
1130
1337
|
"pc_studio_run",
|
|
1131
1338
|
"pc_studio_run_asset",
|
|
1132
1339
|
"pdf_redaction_audit",
|
|
1340
|
+
"permission_grant",
|
|
1133
1341
|
"plan_cms_fill_item",
|
|
1134
1342
|
"plan_cms_fill_job",
|
|
1135
1343
|
"plan_entity",
|
|
@@ -1143,7 +1351,13 @@ var ENTITY_TYPE_TOKENS = [
|
|
|
1143
1351
|
"platform_continued_access",
|
|
1144
1352
|
"platform_outcome_event",
|
|
1145
1353
|
"platform_outsider_consumer",
|
|
1354
|
+
"platform_reachability",
|
|
1355
|
+
"platform_reference_category",
|
|
1356
|
+
"platform_reference_declaration",
|
|
1357
|
+
"platform_repo",
|
|
1146
1358
|
"platform_saved_view",
|
|
1359
|
+
"platform_schema",
|
|
1360
|
+
"platform_share_link",
|
|
1147
1361
|
"podcast_race",
|
|
1148
1362
|
"processed_document",
|
|
1149
1363
|
"processed_document_page",
|
|
@@ -1157,6 +1371,7 @@ var ENTITY_TYPE_TOKENS = [
|
|
|
1157
1371
|
"purpose",
|
|
1158
1372
|
"quiz_session",
|
|
1159
1373
|
"rag_ingest_run",
|
|
1374
|
+
"rag_library_audit_log",
|
|
1160
1375
|
"redaction_mapping",
|
|
1161
1376
|
"research_analysis",
|
|
1162
1377
|
"research_content",
|
|
@@ -1169,7 +1384,10 @@ var ENTITY_TYPE_TOKENS = [
|
|
|
1169
1384
|
"research_tag",
|
|
1170
1385
|
"research_template",
|
|
1171
1386
|
"research_topic",
|
|
1387
|
+
"retention_policy",
|
|
1388
|
+
"retrieval_audit",
|
|
1172
1389
|
"route_manifest_entry",
|
|
1390
|
+
"row_version",
|
|
1173
1391
|
"rulebook",
|
|
1174
1392
|
"runtime_operation_stream",
|
|
1175
1393
|
"runtime_operation_stream_batch",
|
|
@@ -1178,11 +1396,16 @@ var ENTITY_TYPE_TOKENS = [
|
|
|
1178
1396
|
"sch_run",
|
|
1179
1397
|
"sch_task",
|
|
1180
1398
|
"sch_trigger",
|
|
1399
|
+
"schema_migration_ledger",
|
|
1400
|
+
"schema_migration_legacy",
|
|
1181
1401
|
"scope",
|
|
1182
1402
|
"scope_association_suggestion",
|
|
1403
|
+
"scope_dataset_instance",
|
|
1183
1404
|
"scope_item_value_suggestion",
|
|
1184
1405
|
"scope_suggestion",
|
|
1185
1406
|
"scope_type",
|
|
1407
|
+
"scrape_parsed_page",
|
|
1408
|
+
"seo_ai_capability",
|
|
1186
1409
|
"seo_ai_visibility_citation",
|
|
1187
1410
|
"seo_ai_visibility_claim",
|
|
1188
1411
|
"seo_ai_visibility_panel",
|
|
@@ -1249,6 +1472,7 @@ var ENTITY_TYPE_TOKENS = [
|
|
|
1249
1472
|
"seo_story_angle",
|
|
1250
1473
|
"seo_topic",
|
|
1251
1474
|
"seo_web_analytics_daily",
|
|
1475
|
+
"shareable_resource_registry",
|
|
1252
1476
|
"shared_canvas_item",
|
|
1253
1477
|
"short_link",
|
|
1254
1478
|
"skill",
|
|
@@ -1260,6 +1484,8 @@ var ENTITY_TYPE_TOKENS = [
|
|
|
1260
1484
|
"sms_notification",
|
|
1261
1485
|
"sms_notification_preference",
|
|
1262
1486
|
"sms_phone_number",
|
|
1487
|
+
"source_authority",
|
|
1488
|
+
"stage_ref_kind",
|
|
1263
1489
|
"structured_list",
|
|
1264
1490
|
"studio_documents",
|
|
1265
1491
|
"studio_recording_chunks",
|
|
@@ -1276,17 +1502,24 @@ var ENTITY_TYPE_TOKENS = [
|
|
|
1276
1502
|
"study_reminder_context",
|
|
1277
1503
|
"study_reminder_delivery",
|
|
1278
1504
|
"study_session",
|
|
1505
|
+
"study_streak",
|
|
1279
1506
|
"surface",
|
|
1507
|
+
"system_announcement",
|
|
1280
1508
|
"system_context_item",
|
|
1281
1509
|
"system_error",
|
|
1282
1510
|
"system_personal_org_failure",
|
|
1283
1511
|
"system_write_failure",
|
|
1284
1512
|
"task",
|
|
1513
|
+
"task_user_state",
|
|
1514
|
+
"taxonomy_node",
|
|
1285
1515
|
"thread",
|
|
1286
1516
|
"tool",
|
|
1517
|
+
"tool_binding",
|
|
1287
1518
|
"tool_bundle",
|
|
1288
1519
|
"tool_call",
|
|
1289
1520
|
"tool_definition_version",
|
|
1521
|
+
"tool_executor",
|
|
1522
|
+
"tool_surface_defaults",
|
|
1290
1523
|
"tool_test_sample",
|
|
1291
1524
|
"tool_ui",
|
|
1292
1525
|
"tool_ui_incident",
|
|
@@ -1294,14 +1527,24 @@ var ENTITY_TYPE_TOKENS = [
|
|
|
1294
1527
|
"transcript",
|
|
1295
1528
|
"udt_dataset_fields",
|
|
1296
1529
|
"udt_dataset_rows",
|
|
1530
|
+
"udt_dataset_template",
|
|
1297
1531
|
"udt_document",
|
|
1532
|
+
"udt_document_snapshot",
|
|
1298
1533
|
"udt_structured_list_items",
|
|
1534
|
+
"udt_workbook_snapshot",
|
|
1535
|
+
"ui_client",
|
|
1299
1536
|
"ui_surface_agent_pref",
|
|
1537
|
+
"ui_surface_agent_role",
|
|
1538
|
+
"ui_surface_client_tool",
|
|
1300
1539
|
"ui_surface_config",
|
|
1540
|
+
"ui_surface_value",
|
|
1541
|
+
"ui_surface_write_target",
|
|
1301
1542
|
"user_achievement",
|
|
1543
|
+
"user_active_context",
|
|
1302
1544
|
"user_analysis_preference",
|
|
1303
1545
|
"user_bookmark",
|
|
1304
1546
|
"user_email_preference",
|
|
1547
|
+
"user_entity_state",
|
|
1305
1548
|
"user_feedback",
|
|
1306
1549
|
"user_form_profile",
|
|
1307
1550
|
"user_markdown_sample",
|
|
@@ -1309,14 +1552,19 @@ var ENTITY_TYPE_TOKENS = [
|
|
|
1309
1552
|
"user_preference",
|
|
1310
1553
|
"user_profile",
|
|
1311
1554
|
"user_secret",
|
|
1555
|
+
"user_secret_audit",
|
|
1556
|
+
"user_secret_grant",
|
|
1312
1557
|
"user_stat",
|
|
1558
|
+
"user_storage_usage",
|
|
1313
1559
|
"user_surface_state",
|
|
1314
1560
|
"voice",
|
|
1315
1561
|
"war_room",
|
|
1316
1562
|
"wbx_capture",
|
|
1563
|
+
"wbx_demo",
|
|
1317
1564
|
"wbx_guidance",
|
|
1318
1565
|
"wbx_highlight",
|
|
1319
1566
|
"wbx_pattern",
|
|
1567
|
+
"wbx_recipe",
|
|
1320
1568
|
"wbx_screenshot",
|
|
1321
1569
|
"wbx_seo_audit",
|
|
1322
1570
|
"wc_claim",
|