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 DomainTLSMode and DomainDeleteResponse struct; update DomainClient methods
- Introduced DomainTLSMode enum for TLS policy options in DomainUpdate.
- Updated DomainUpdate to use DomainTLSMode instead of String for tls property.
- Added DomainDeleteResponse struct to handle responses from domain deletion.
- Modified update and delete methods in DomainClient to reflect new types.
0 commit comments