lucasheld
|
84d4009d6a
|
feat: replace raw return values with enum values
BREAKING CHANGE:
Types of return values changed to enum values:
- monitor: `type` (str -> MonitorType), `authMethod` (str -> AuthMethod)
- notification: `type` (str -> NotificationType)
- docker host: `dockerType` (str -> DockerType)
- status page: `style` (str -> IncidentStyle)
- maintenance: `strategy` (str -> MaintenanceStrategy)
- proxy: `protocol` (str -> ProxyProtocol)
|
2023-05-25 21:26:54 +02:00 |
|