@@ -405,7 +405,7 @@ public enum Components {
405
405
/// Kind of pet
406
406
///
407
407
/// - Remark: Generated from `#/components/schemas/PetKind`.
408
- @frozen public enum PetKind : String , Codable , Hashable , Sendable {
408
+ @frozen public enum PetKind : String , Codable , Hashable , Sendable , CaseIterable {
409
409
case cat = " cat "
410
410
case dog = " dog "
411
411
case ELEPHANT = " ELEPHANT "
@@ -492,7 +492,7 @@ public enum Components {
492
492
/// - Remark: Generated from `#/components/schemas/PetFeeding`.
493
493
public struct PetFeeding : Codable , Hashable , Sendable {
494
494
/// - Remark: Generated from `#/components/schemas/PetFeeding/schedule`.
495
- @frozen public enum schedulePayload : String , Codable , Hashable , Sendable {
495
+ @frozen public enum schedulePayload : String , Codable , Hashable , Sendable , CaseIterable {
496
496
case hourly = " hourly "
497
497
case daily = " daily "
498
498
case weekly = " weekly "
@@ -1491,7 +1491,7 @@ public enum Components {
1491
1491
/// - Remark: Generated from `#/components/requestBodies/MultipartUploadTypedRequest/multipartForm/log/headers`.
1492
1492
public struct Headers : Sendable , Hashable {
1493
1493
/// - Remark: Generated from `#/components/requestBodies/MultipartUploadTypedRequest/multipartForm/log/headers/x-log-type`.
1494
- @frozen public enum x_hyphen_log_hyphen_typePayload : String , Codable , Hashable , Sendable {
1494
+ @frozen public enum x_hyphen_log_hyphen_typePayload : String , Codable , Hashable , Sendable , CaseIterable {
1495
1495
case structured = " structured "
1496
1496
case unstructured = " unstructured "
1497
1497
}
@@ -1645,7 +1645,7 @@ public enum Components {
1645
1645
/// - Remark: Generated from `#/components/responses/MultipartDownloadTypedResponse/content/multipartForm/log/headers`.
1646
1646
public struct Headers : Sendable , Hashable {
1647
1647
/// - Remark: Generated from `#/components/responses/MultipartDownloadTypedResponse/content/multipartForm/log/headers/x-log-type`.
1648
- @frozen public enum x_hyphen_log_hyphen_typePayload : String , Codable , Hashable , Sendable {
1648
+ @frozen public enum x_hyphen_log_hyphen_typePayload : String , Codable , Hashable , Sendable , CaseIterable {
1649
1649
case structured = " structured "
1650
1650
case unstructured = " unstructured "
1651
1651
}
@@ -1773,7 +1773,7 @@ public enum Operations {
1773
1773
/// - Remark: Generated from `#/paths/pets/GET/query/limit`.
1774
1774
public var limit : Swift . Int32 ?
1775
1775
/// - Remark: Generated from `#/paths/pets/GET/query/habitat`.
1776
- @frozen public enum habitatPayload : String , Codable , Hashable , Sendable {
1776
+ @frozen public enum habitatPayload : String , Codable , Hashable , Sendable , CaseIterable {
1777
1777
case water = " water "
1778
1778
case land = " land "
1779
1779
case air = " air "
@@ -1782,7 +1782,7 @@ public enum Operations {
1782
1782
/// - Remark: Generated from `#/paths/pets/GET/query/habitat`.
1783
1783
public var habitat : Operations . listPets . Input . Query . habitatPayload ?
1784
1784
/// - Remark: Generated from `#/paths/pets/GET/query/feedsPayload`.
1785
- @frozen public enum feedsPayloadPayload : String , Codable , Hashable , Sendable {
1785
+ @frozen public enum feedsPayloadPayload : String , Codable , Hashable , Sendable , CaseIterable {
1786
1786
case omnivore = " omnivore "
1787
1787
case carnivore = " carnivore "
1788
1788
case herbivore = " herbivore "
0 commit comments