File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -156,7 +156,8 @@ public enum Components {
156156 /// - Remark: Generated from `#/components/schemas/root/gists_url`.
157157 public var gists_url : Swift . String
158158 /// - Remark: Generated from `#/components/schemas/root/hub_url`.
159- public var hub_url : Swift . String
159+ @available ( * , deprecated)
160+ public var hub_url : Swift . String ?
160161 /// - Remark: Generated from `#/components/schemas/root/issue_search_url`.
161162 public var issue_search_url : Swift . String
162163 /// - Remark: Generated from `#/components/schemas/root/issues_url`.
@@ -246,7 +247,7 @@ public enum Components {
246247 followers_url: Swift . String ,
247248 following_url: Swift . String ,
248249 gists_url: Swift . String ,
249- hub_url: Swift . String ,
250+ hub_url: Swift . String ? = nil ,
250251 issue_search_url: Swift . String ,
251252 issues_url: Swift . String ,
252253 keys_url: Swift . String ,
You can’t perform that action at this time.
0 commit comments