@@ -15,6 +15,7 @@ let package = Package(
1515 . library( name: " GitHubRestAPIActivity " , targets: [ " GitHubRestAPIActivity " ] ) ,
1616 . library( name: " GitHubRestAPIApps " , targets: [ " GitHubRestAPIApps " ] ) ,
1717 . library( name: " GitHubRestAPIBilling " , targets: [ " GitHubRestAPIBilling " ] ) ,
18+ . library( name: " GitHubRestAPICampaigns " , targets: [ " GitHubRestAPICampaigns " ] ) ,
1819 . library( name: " GitHubRestAPIChecks " , targets: [ " GitHubRestAPIChecks " ] ) ,
1920 . library( name: " GitHubRestAPIClassroom " , targets: [ " GitHubRestAPIClassroom " ] ) ,
2021 . library( name: " GitHubRestAPICode_Scanning " , targets: [ " GitHubRestAPICode_Scanning " ] ) ,
@@ -30,6 +31,7 @@ let package = Package(
3031 . library( name: " GitHubRestAPIGists " , targets: [ " GitHubRestAPIGists " ] ) ,
3132 . library( name: " GitHubRestAPIGit " , targets: [ " GitHubRestAPIGit " ] ) ,
3233 . library( name: " GitHubRestAPIGitignore " , targets: [ " GitHubRestAPIGitignore " ] ) ,
34+ . library( name: " GitHubRestAPIHosted_Compute " , targets: [ " GitHubRestAPIHosted_Compute " ] ) ,
3335 . library( name: " GitHubRestAPIInteractions " , targets: [ " GitHubRestAPIInteractions " ] ) ,
3436 . library( name: " GitHubRestAPIIssues " , targets: [ " GitHubRestAPIIssues " ] ) ,
3537 . library( name: " GitHubRestAPILicenses " , targets: [ " GitHubRestAPILicenses " ] ) ,
@@ -89,6 +91,14 @@ let package = Package(
8991 ] ,
9092 path: " Sources/billing "
9193 ) ,
94+ . target(
95+ name: " GitHubRestAPICampaigns " ,
96+ dependencies: [
97+ . product( name: " OpenAPIRuntime " , package : " swift-openapi-runtime " ) ,
98+ . product( name: " OpenAPIURLSession " , package : " swift-openapi-urlsession " ) ,
99+ ] ,
100+ path: " Sources/campaigns "
101+ ) ,
92102 . target(
93103 name: " GitHubRestAPIChecks " ,
94104 dependencies: [
@@ -209,6 +219,14 @@ let package = Package(
209219 ] ,
210220 path: " Sources/gitignore "
211221 ) ,
222+ . target(
223+ name: " GitHubRestAPIHosted_Compute " ,
224+ dependencies: [
225+ . product( name: " OpenAPIRuntime " , package : " swift-openapi-runtime " ) ,
226+ . product( name: " OpenAPIURLSession " , package : " swift-openapi-urlsession " ) ,
227+ ] ,
228+ path: " Sources/hosted-compute "
229+ ) ,
212230 . target(
213231 name: " GitHubRestAPIInteractions " ,
214232 dependencies: [
0 commit comments