Skip to content

Commit

Permalink
feat: Add support for Apple Silicon Mac in API.
Browse files Browse the repository at this point in the history
  • Loading branch information
sagiwei committed Apr 10, 2023
1 parent 5c25146 commit 7cc29b8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions Sources/OpenAPI/Generated/Entities/Device.swift
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ public struct Device: Codable, Identifiable {
case ipod = "IPOD"
case appleTv = "APPLE_TV"
case mac = "MAC"
case appleSiliconMac = "APPLE_SILICON_MAC"
}

public enum Status: String, Codable, CaseIterable {
Expand Down
3 changes: 2 additions & 1 deletion Sources/OpenAPI/app_store_connect_api_2.3_openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -88166,7 +88166,8 @@
"IPHONE",
"IPOD",
"APPLE_TV",
"MAC"
"MAC",
"APPLE_SILICON_MAC"
]
},
"status": {
Expand Down

0 comments on commit 7cc29b8

Please sign in to comment.