Skip to content

Commit 3271693

Browse files
Commit via running ake Sources/meta
1 parent c9ceaea commit 3271693

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Sources/meta/Types.swift

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -443,6 +443,8 @@ public enum Components {
443443
public var actions: [Swift.String]?
444444
/// - Remark: Generated from `#/components/schemas/api-overview/actions_macos`.
445445
public var actions_macos: [Swift.String]?
446+
/// - Remark: Generated from `#/components/schemas/api-overview/codespaces`.
447+
public var codespaces: [Swift.String]?
446448
/// - Remark: Generated from `#/components/schemas/api-overview/dependabot`.
447449
public var dependabot: [Swift.String]?
448450
/// - Remark: Generated from `#/components/schemas/api-overview/copilot`.
@@ -535,6 +537,7 @@ public enum Components {
535537
/// - importer:
536538
/// - actions:
537539
/// - actions_macos:
540+
/// - codespaces:
538541
/// - dependabot:
539542
/// - copilot:
540543
/// - domains:
@@ -552,6 +555,7 @@ public enum Components {
552555
importer: [Swift.String]? = nil,
553556
actions: [Swift.String]? = nil,
554557
actions_macos: [Swift.String]? = nil,
558+
codespaces: [Swift.String]? = nil,
555559
dependabot: [Swift.String]? = nil,
556560
copilot: [Swift.String]? = nil,
557561
domains: Components.Schemas.api_hyphen_overview.domainsPayload? = nil
@@ -569,6 +573,7 @@ public enum Components {
569573
self.importer = importer
570574
self.actions = actions
571575
self.actions_macos = actions_macos
576+
self.codespaces = codespaces
572577
self.dependabot = dependabot
573578
self.copilot = copilot
574579
self.domains = domains
@@ -587,6 +592,7 @@ public enum Components {
587592
case importer
588593
case actions
589594
case actions_macos
595+
case codespaces
590596
case dependabot
591597
case copilot
592598
case domains

0 commit comments

Comments
 (0)