@playcademy/sandbox 0.3.17-beta.6 → 0.3.17-beta.8

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/constants.js CHANGED
@@ -234,7 +234,8 @@ var TIMEBACK_ROUTES, TIMEBACK_ORG_SOURCED_ID = "PLAYCADEMY", TIMEBACK_ORG_NAME =
234
234
  var init_timeback = __esm(() => {
235
235
  TIMEBACK_ROUTES = {
236
236
  END_ACTIVITY: "/integrations/timeback/end-activity",
237
- GET_XP: "/integrations/timeback/xp"
237
+ GET_XP: "/integrations/timeback/xp",
238
+ HEARTBEAT: "/integrations/timeback/heartbeat"
238
239
  };
239
240
  TIMEBACK_COURSE_DEFAULTS = {
240
241
  gradingScheme: "STANDARD",