@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/worker.js CHANGED
@@ -1397,6 +1397,7 @@ classesRoute.get(
1397
1397
  themeId: true,
1398
1398
  organizationId: true,
1399
1399
  title: true,
1400
+ description: true,
1400
1401
  venue: true,
1401
1402
  dateTime: true,
1402
1403
  price: true,
@@ -1408,9 +1409,7 @@ classesRoute.get(
1408
1409
  isSpotlight: true,
1409
1410
  maxSlots: true,
1410
1411
  registeredSlots: true,
1411
- gformsUrl: true,
1412
- gformsEditorUrl: true,
1413
- publishedAt: true
1412
+ gformsUrl: true
1414
1413
  }
1415
1414
  }),
1416
1415
  EVENTS_LIST_TTL
@@ -2625,7 +2624,7 @@ function createApp(options = {}) {
2625
2624
  documentation: {
2626
2625
  info: {
2627
2626
  title: "Leapify API",
2628
- version: "0.260605.1" ,
2627
+ version: "0.260605.2" ,
2629
2628
  description: "DLSU CSO LEAP backend API"
2630
2629
  },
2631
2630
  openapi: "3.1.0"