File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ let package = Package(
1414 . library( name: " GitHubRestAPIActions " , targets: [ " GitHubRestAPIActions " ] ) ,
1515 . library( name: " GitHubRestAPIActivity " , targets: [ " GitHubRestAPIActivity " ] ) ,
1616 . library( name: " GitHubRestAPIAgent_Tasks " , targets: [ " GitHubRestAPIAgent_Tasks " ] ) ,
17+ . library( name: " GitHubRestAPIAgents " , targets: [ " GitHubRestAPIAgents " ] ) ,
1718 . library( name: " GitHubRestAPIApps " , targets: [ " GitHubRestAPIApps " ] ) ,
1819 . library( name: " GitHubRestAPIBilling " , targets: [ " GitHubRestAPIBilling " ] ) ,
1920 . library( name: " GitHubRestAPICampaigns " , targets: [ " GitHubRestAPICampaigns " ] ) ,
@@ -90,6 +91,14 @@ let package = Package(
9091 ] ,
9192 path: " Sources/agent-tasks "
9293 ) ,
94+ . target(
95+ name: " GitHubRestAPIAgents " ,
96+ dependencies: [
97+ . product( name: " OpenAPIRuntime " , package : " swift-openapi-runtime " ) ,
98+ . product( name: " OpenAPIURLSession " , package : " swift-openapi-urlsession " ) ,
99+ ] ,
100+ path: " Sources/agents "
101+ ) ,
93102 . target(
94103 name: " GitHubRestAPIApps " ,
95104 dependencies: [
You can’t perform that action at this time.
0 commit comments