You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add ContractVariable structure and ContractVariableType enum
- Define ContractVariableType enum with four types: eq_term, discovered_term, external_term, internal_citation
- Add ContractVariable structure with fields for contract term analysis including name, type, id, value, level, confidence, position, context, variations, and citations
- Expose both types through ExposedTypes for TypeScript generation
0 commit comments