@timeback/core 0.2.4-beta.20260409195426 → 0.2.4-beta.20260422095241

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.
@@ -2123,7 +2123,7 @@ class AnalyticsResource {
2123
2123
  timezone: validated.timezone
2124
2124
  }
2125
2125
  });
2126
- return response.facts;
2126
+ return response;
2127
2127
  }
2128
2128
  async getWeeklyFacts(params) {
2129
2129
  const validated = validateWithSchema(EdubridgeWeeklyFactsParams, params, "weekly facts params");
@@ -2146,7 +2146,7 @@ class AnalyticsResource {
2146
2146
  timezone: validated.timezone
2147
2147
  }
2148
2148
  });
2149
- return response.facts;
2149
+ return response;
2150
2150
  }
2151
2151
  getHighestGradeMastered(studentId, subject) {
2152
2152
  validateNonEmptyString(studentId, "studentId");
package/dist/index.js CHANGED
@@ -85,7 +85,7 @@ import {
85
85
  WebhookFilterCreateInput,
86
86
  WebhookFilterUpdateInput,
87
87
  WebhookUpdateInput
88
- } from "./chunk-988xrzn7.js";
88
+ } from "./chunk-py0gfpz3.js";
89
89
  import {
90
90
  ApiError,
91
91
  BaseTransport,
package/dist/utils.js CHANGED
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  aggregateActivityMetrics
3
- } from "./chunk-988xrzn7.js";
3
+ } from "./chunk-py0gfpz3.js";
4
4
  import"./chunk-9yh4rvkr.js";
5
5
  import"./chunk-3j7jywnx.js";
6
6
  export {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@timeback/core",
3
- "version": "0.2.4-beta.20260409195426",
3
+ "version": "0.2.4-beta.20260422095241",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": {