@@ -108,15 +108,14 @@ async function init(prettyPrint: boolean = false) {
108108 version : "1.0.0" ,
109109 } ,
110110 servers : [
111- app . runEnvironment === "prod"
112- ? {
113- url : "https://core.acm.illinois.edu" ,
114- description : "Production API server" ,
115- }
116- : {
117- url : "https://core.aws.qa.acmuiuc.org" ,
118- description : "QA API server" ,
119- } ,
111+ {
112+ url : "https://core.acm.illinois.edu" ,
113+ description : "Production API server" ,
114+ } ,
115+ {
116+ url : "https://core.aws.qa.acmuiuc.org" ,
117+ description : "QA API server" ,
118+ } ,
120119 ] ,
121120 tags : [
122121 {
@@ -146,6 +145,24 @@ async function init(prettyPrint: boolean = false) {
146145 name : "Membership" ,
147146 description : "Purchasing or checking ACM @ UIUC membership." ,
148147 } ,
148+ {
149+ name : "Tickets/Merchandise" ,
150+ description : "Handling the tickets and merchandise lifecycle." ,
151+ } ,
152+ {
153+ name : "Mobile Wallet" ,
154+ description : "Issuing Apple/Google Wallet passes." ,
155+ } ,
156+ {
157+ name : "Stripe" ,
158+ description :
159+ "Collecting payments for ACM @ UIUC invoices and other services." ,
160+ } ,
161+ {
162+ name : "Room Requests" ,
163+ description :
164+ "Creating room reservation requests for ACM @ UIUC within University buildings." ,
165+ } ,
149166 ] ,
150167 openapi : "3.0.3" satisfies ZodOpenApiVersion , // If this is not specified, it will default to 3.1.0
151168 } ,
0 commit comments