@ai-matrx/associations 0.9.1 → 0.9.3
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 +14 -0
- package/dist/{CommentThread-wI65Z4d8.d.cts → CommentThread-DX99fKMt.d.cts} +1 -1
- package/dist/{CommentThread-wI65Z4d8.d.ts → CommentThread-DX99fKMt.d.ts} +1 -1
- package/dist/core/index.cjs +10 -0
- package/dist/core/index.cjs.map +1 -1
- package/dist/core/index.js +10 -0
- package/dist/core/index.js.map +1 -1
- package/dist/index.cjs +10 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +84 -4
- package/dist/index.d.ts +84 -4
- package/dist/index.js +10 -0
- package/dist/index.js.map +1 -1
- package/dist/react/index.cjs +5 -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 +5 -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
|
@@ -98,6 +98,7 @@ var ENTITY_TYPE_METADATA = {
|
|
|
98
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
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 },
|
|
100
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 },
|
|
101
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 },
|
|
102
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 },
|
|
103
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 },
|
|
@@ -296,6 +297,7 @@ var ENTITY_TYPE_METADATA = {
|
|
|
296
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 },
|
|
297
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 },
|
|
298
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 },
|
|
299
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 },
|
|
300
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 },
|
|
301
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 },
|
|
@@ -450,6 +452,8 @@ var ENTITY_TYPE_METADATA = {
|
|
|
450
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 },
|
|
451
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 },
|
|
452
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 },
|
|
455
|
+
"interview_decision_interview": { token: "interview_decision_interview", schema: "interview", table: "decision_interview", label: "Decision Interview", baseTier: 1, isComponent: false, isModule: false, isListed: true, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
|
|
456
|
+
"interview_decision_question": { token: "interview_decision_question", schema: "interview", table: "decision_question", label: "Decision Question", baseTier: 1, isComponent: true, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
|
|
453
457
|
"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 },
|
|
454
458
|
"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 },
|
|
455
459
|
"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 },
|
|
@@ -520,6 +524,7 @@ var ENTITY_TYPE_METADATA = {
|
|
|
520
524
|
"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 },
|
|
521
525
|
"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 },
|
|
522
526
|
"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 },
|
|
527
|
+
"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 },
|
|
523
528
|
"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 },
|
|
524
529
|
"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 },
|
|
525
530
|
"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 },
|
|
@@ -897,6 +902,7 @@ var ENTITY_TYPE_TOKENS = [
|
|
|
897
902
|
"billing_price",
|
|
898
903
|
"billing_product",
|
|
899
904
|
"billing_spend_guardrail",
|
|
905
|
+
"billing_stripe_event",
|
|
900
906
|
"billing_subscription",
|
|
901
907
|
"billing_usage_ledger",
|
|
902
908
|
"billing_user_plan",
|
|
@@ -1095,6 +1101,7 @@ var ENTITY_TYPE_TOKENS = [
|
|
|
1095
1101
|
"game_room",
|
|
1096
1102
|
"global_execution",
|
|
1097
1103
|
"global_execution_checkpoint",
|
|
1104
|
+
"global_execution_control",
|
|
1098
1105
|
"global_execution_event",
|
|
1099
1106
|
"global_meter_entry",
|
|
1100
1107
|
"global_origin",
|
|
@@ -1249,6 +1256,8 @@ var ENTITY_TYPE_TOKENS = [
|
|
|
1249
1256
|
"industry",
|
|
1250
1257
|
"industry_curator",
|
|
1251
1258
|
"infra_status",
|
|
1259
|
+
"interview_decision_interview",
|
|
1260
|
+
"interview_decision_question",
|
|
1252
1261
|
"interview_document_revision",
|
|
1253
1262
|
"interview_hole",
|
|
1254
1263
|
"interview_question",
|
|
@@ -1319,6 +1328,7 @@ var ENTITY_TYPE_TOKENS = [
|
|
|
1319
1328
|
"ops_proof_scenario",
|
|
1320
1329
|
"org_admin_audit",
|
|
1321
1330
|
"org_member_control",
|
|
1331
|
+
"org_module_config",
|
|
1322
1332
|
"organization",
|
|
1323
1333
|
"output_feedback",
|
|
1324
1334
|
"page_extraction_job",
|