@ai-matrx/associations 0.4.0 → 0.5.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.cjs CHANGED
@@ -669,6 +669,7 @@ var ENTITY_TYPE_METADATA = {
669
669
  "workflow": { token: "workflow", schema: "workflow", table: "definition", label: "Workflow", baseTier: 1, isComponent: false, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: true, titleColumn: "name", contentRole: "utility", referenceCategory: null },
670
670
  "workflow_card": { token: "workflow_card", schema: "workflow", table: "card", label: "Workflow Card", baseTier: 1, isComponent: true, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
671
671
  "workflow_checkpoint": { token: "workflow_checkpoint", schema: "workflow", table: "checkpoint", label: "Workflow Checkpoint", baseTier: 1, isComponent: true, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
672
+ "workflow_comparison": { token: "workflow_comparison", schema: "workflow", table: "comparison", label: "Workflow Comparison", baseTier: 1, isComponent: false, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
672
673
  "workflow_definition_version": { token: "workflow_definition_version", schema: "workflow", table: "definition_version", label: "Workflow Definition Version", baseTier: 1, isComponent: true, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: "name", contentRole: null, referenceCategory: null },
673
674
  "workflow_idempotency": { token: "workflow_idempotency", schema: "workflow", table: "idempotency", label: "Workflow Idempotency", baseTier: 1, isComponent: true, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
674
675
  "workflow_job": { token: "workflow_job", schema: "workflow", table: "job", label: "Workflow Job", baseTier: 1, isComponent: true, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
@@ -1325,6 +1326,7 @@ var ENTITY_TYPE_TOKENS = [
1325
1326
  "workflow",
1326
1327
  "workflow_card",
1327
1328
  "workflow_checkpoint",
1329
+ "workflow_comparison",
1328
1330
  "workflow_definition_version",
1329
1331
  "workflow_idempotency",
1330
1332
  "workflow_job",
@@ -1480,6 +1482,10 @@ var DEMANDED_RPC_NAMES = [
1480
1482
  "ues_list",
1481
1483
  "ues_get_bulk",
1482
1484
  "ues_touch",
1483
- "reference_search_candidates"
1485
+ "reference_search_candidates",
1486
+ "cmt_list",
1487
+ "cmt_add",
1488
+ "cmt_edit",
1489
+ "cmt_delete"
1484
1490
  ];
1485
1491
  //# sourceMappingURL=index.cjs.map