Skip to content

Add raw option for form templates and domain property to Tarification#193

Merged
aduchate merged 1 commit intorelease/v8from
feature/add-raw-form-template-option-and-tarification-domain
Mar 16, 2026
Merged

Add raw option for form templates and domain property to Tarification#193
aduchate merged 1 commit intorelease/v8from
feature/add-raw-form-template-option-and-tarification-domain

Conversation

@aduchate
Copy link
Copy Markdown
Contributor

Summary

  • Add raw query parameter to group-scoped form template endpoints (getFormTemplatesByUserInGroup, getFormTemplatesBySpecialtyInGroup, getFormTemplatesInGroup)
  • Add new getFormTemplateInGroup method for retrieving a single form template by ID in a group
  • Add domain property (ambulatory | hospital | both) to Tarification model to support pricing domain classification

Test plan

  • Verify yarn build compiles successfully
  • Verify form template API methods pass raw query parameter correctly
  • Verify getFormTemplateInGroup hits the correct endpoint
  • Verify Tarification.domain is correctly serialized/deserialized

🤖 Generated with Claude Code

- Add raw query parameter to getFormTemplatesByUserInGroup, getFormTemplatesBySpecialtyInGroup, getFormTemplatesInGroup
- Add new getFormTemplateInGroup method for retrieving a single form template by ID in a group
- Add domain (PricingDomain) property to Tarification model with ambulatory/hospital/both enum values

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@aduchate aduchate merged commit 9d79f0f into release/v8 Mar 16, 2026
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant