deleteLinkApiV1LinksDeleteRelation.ts
1 /** 2 * Generated by orval v7.9.0 🍺 3 * Do not edit manually. 4 * Cogni API 5 * A minimal FastAPI that directly passes user queries to OpenAI, augmented with Cogni memory. 6 * OpenAPI spec version: 0.1.0 7 */ 8 9 export type DeleteLinkApiV1LinksDeleteRelation = typeof DeleteLinkApiV1LinksDeleteRelation[keyof typeof DeleteLinkApiV1LinksDeleteRelation]; 10 11 12 // eslint-disable-next-line @typescript-eslint/no-redeclare 13 export const DeleteLinkApiV1LinksDeleteRelation = { 14 related_to: 'related_to', 15 mentions: 'mentions', 16 child_of: 'child_of', 17 parent_of: 'parent_of', 18 duplicate_of: 'duplicate_of', 19 part_of: 'part_of', 20 contains: 'contains', 21 requires: 'requires', 22 provides: 'provides', 23 owned_by: 'owned_by', 24 owns: 'owns', 25 subtask_of: 'subtask_of', 26 depends_on: 'depends_on', 27 blocks: 'blocks', 28 is_blocked_by: 'is_blocked_by', 29 belongs_to_epic: 'belongs_to_epic', 30 epic_contains: 'epic_contains', 31 bug_affects: 'bug_affects', 32 has_bug: 'has_bug', 33 derived_from: 'derived_from', 34 supersedes: 'supersedes', 35 references: 'references', 36 source_of: 'source_of', 37 cited_by: 'cited_by', 38 } as const;