@@ -439,6 +439,8 @@ public enum Components {
439439 public var importer : [ Swift . String ] ?
440440 /// - Remark: Generated from `#/components/schemas/api-overview/actions`.
441441 public var actions : [ Swift . String ] ?
442+ /// - Remark: Generated from `#/components/schemas/api-overview/actions_macos`.
443+ public var actions_macos : [ Swift . String ] ?
442444 /// - Remark: Generated from `#/components/schemas/api-overview/dependabot`.
443445 public var dependabot : [ Swift . String ] ?
444446 /// - Remark: Generated from `#/components/schemas/api-overview/domains`.
@@ -499,6 +501,7 @@ public enum Components {
499501 /// - pages:
500502 /// - importer:
501503 /// - actions:
504+ /// - actions_macos:
502505 /// - dependabot:
503506 /// - domains:
504507 public init (
@@ -514,6 +517,7 @@ public enum Components {
514517 pages: [ Swift . String ] ? = nil ,
515518 importer: [ Swift . String ] ? = nil ,
516519 actions: [ Swift . String ] ? = nil ,
520+ actions_macos: [ Swift . String ] ? = nil ,
517521 dependabot: [ Swift . String ] ? = nil ,
518522 domains: Components . Schemas . api_hyphen_overview . domainsPayload ? = nil
519523 ) {
@@ -529,6 +533,7 @@ public enum Components {
529533 self . pages = pages
530534 self . importer = importer
531535 self . actions = actions
536+ self . actions_macos = actions_macos
532537 self . dependabot = dependabot
533538 self . domains = domains
534539 }
@@ -545,6 +550,7 @@ public enum Components {
545550 case pages
546551 case importer
547552 case actions
553+ case actions_macos
548554 case dependabot
549555 case domains
550556 }
0 commit comments