@access-dlsu/leapify 0.260605.1 → 0.260605.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.cjs CHANGED
@@ -1237,6 +1237,7 @@ classesRoute.get(
1237
1237
  themeId: true,
1238
1238
  organizationId: true,
1239
1239
  title: true,
1240
+ description: true,
1240
1241
  venue: true,
1241
1242
  dateTime: true,
1242
1243
  price: true,
@@ -1248,9 +1249,7 @@ classesRoute.get(
1248
1249
  isSpotlight: true,
1249
1250
  maxSlots: true,
1250
1251
  registeredSlots: true,
1251
- gformsUrl: true,
1252
- gformsEditorUrl: true,
1253
- publishedAt: true
1252
+ gformsUrl: true
1254
1253
  }
1255
1254
  }),
1256
1255
  EVENTS_LIST_TTL
@@ -2465,7 +2464,7 @@ function createApp(options = {}) {
2465
2464
  documentation: {
2466
2465
  info: {
2467
2466
  title: "Leapify API",
2468
- version: "0.260605.1" ,
2467
+ version: "0.260605.2" ,
2469
2468
  description: "DLSU CSO LEAP backend API"
2470
2469
  },
2471
2470
  openapi: "3.1.0"