Skip to content

Commit cfd9945

Browse files
committed
Commit via running ake Sources/meta
1 parent a49e720 commit cfd9945

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Sources/meta/Types.swift

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff 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,

0 commit comments

Comments
 (0)