@timeback/core 0.2.4-beta.20260331232130 → 0.2.4-beta.20260401223329

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.
@@ -224,6 +224,13 @@ var StringTimebackGrade = z.string().transform((value, ctx) => {
224
224
  return z.NEVER;
225
225
  }
226
226
  const stripped = raw.replace(/\bgrade\b/g, "").replace(/(\d+)(st|nd|rd|th)\b/g, "$1").trim();
227
+ if (stripped === "") {
228
+ ctx.addIssue({
229
+ code: "custom",
230
+ message: "must be a valid Timeback grade"
231
+ });
232
+ return z.NEVER;
233
+ }
227
234
  if (stripped === "pre-k" || stripped === "pk") {
228
235
  return -1;
229
236
  }
package/dist/index.js CHANGED
@@ -85,7 +85,7 @@ import {
85
85
  WebhookFilterCreateInput,
86
86
  WebhookFilterUpdateInput,
87
87
  WebhookUpdateInput
88
- } from "./chunk-jqy7m30q.js";
88
+ } from "./chunk-bq65zn6q.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-jqy7m30q.js";
3
+ } from "./chunk-bq65zn6q.js";
4
4
  import"./chunk-bjb7ngh9.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.20260331232130",
3
+ "version": "0.2.4-beta.20260401223329",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": {