Skip to content

chore(domain): handle deprecated_optional fields#1683

Draft
estellesoulard wants to merge 1 commit intomainfrom
chore/domain-deprecated-optional
Draft

chore(domain): handle deprecated_optional fields#1683
estellesoulard wants to merge 1 commit intomainfrom
chore/domain-deprecated-optional

Conversation

@estellesoulard
Copy link
Copy Markdown
Contributor

@estellesoulard estellesoulard commented Mar 26, 2026

Extracted domain changes from the generated #1668.

extension_eu: Optional[ContactExtensionEU] = None
extension_nl: Optional[ContactExtensionNL] = None
extension_it: Optional[ContactExtensionIT] = None
questions: Optional[list[ContactQuestion]] = field(default_factory=list)
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

None?

state: Optional[str] = None
extension_nl: Optional[ContactExtensionNL] = None
extension_it: Optional[ContactExtensionIT] = None
questions: Optional[list[ContactQuestion]] = field(default_factory=list)
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

None?

@github-actions github-actions bot added the domain Domains issues, bugs and feature requests label Mar 26, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

domain Domains issues, bugs and feature requests

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant