ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.404.5

This commit is contained in:
speakeasybot
2024-09-28 00:08:47 +00:00
parent 3cf973b8f6
commit 3c69645d41
16 changed files with 1180 additions and 1106 deletions

View File

@@ -3,7 +3,7 @@
import Foundation
extension Operations {
/// Your current mailing list status
/// Your current mailing list status (active or unsubscribed)
public enum MailingListStatus: String, Codable, APIValue {
case active = "active"
case unsubscribed = "unsubscribed"