Skip to content

fix: expose CustomDomainHeader in __all__ and fix return type annotation#862

Open
rmad17 wants to merge 1 commit into
masterfrom
SDK-9624
Open

fix: expose CustomDomainHeader in __all__ and fix return type annotation#862
rmad17 wants to merge 1 commit into
masterfrom
SDK-9624

Conversation

@rmad17

@rmad17 rmad17 commented Jun 10, 2026

Copy link
Copy Markdown
Contributor

Changes:

  • add "CustomDomainHeader" to __all__
  • change CustomDomainHeader return type annotation from Dict[str, Any] to RequestOptions

Closes #861

@rmad17 rmad17 requested a review from a team as a code owner June 10, 2026 14:31
@rmad17 rmad17 self-assigned this Jun 10, 2026
"CspReportingEndpoints",
"CspReportingInfrastructure",
"CustomDomain",
"CustomDomainHeader",

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

This __all__ addition fixes the bug in the generated output, but __init__.py is Fern auto-generated. There is a chance that in the next Fern regeneration this line will be wiped.

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.

CustomDomainHeader not in __all__

3 participants