We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2451bfa commit b9d082fCopy full SHA for b9d082f
Sources/IndiePitcherSwift/dtos.swift
@@ -359,13 +359,13 @@ public struct SendEmailToMailingList: Codable, Sendable {
359
///
360
/// Allow you to overwrite the project's global setting.
361
/// - Default: `nil`- Uses the project's global setting.
362
- var trackEmailOpens: Bool?
+ public var trackEmailOpens: Bool?
363
364
/// Whether to track email opens.
365
366
367
368
- var trackEmailLinkClicks: Bool?
+ public var trackEmailLinkClicks: Bool?
369
}
370
371
/// Represents a mailing list contacts can subscribe to, such as `Monthly newsletter` or `Onboarding`.
0 commit comments