timeback-studio 0.2.2-beta.20260317020503 → 0.2.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.
@@ -219,8 +219,8 @@ export declare function handleBootstrap(c: Context<{
219
219
  applicationId?: string | undefined;
220
220
  metadata?: {
221
221
  [x: string]: import("hono/utils/types").JSONValue;
222
- subject?: string | undefined;
223
- grades?: string[] | undefined;
222
+ subject?: import("@timeback/oneroster/types").TimebackSubject | undefined;
223
+ grades?: import("@timeback/oneroster/types").TimebackGrade[] | undefined;
224
224
  language?: string | undefined;
225
225
  xp?: number | undefined;
226
226
  learningObjectiveSet?: {
@@ -240,8 +240,8 @@ export declare function handleBootstrap(c: Context<{
240
240
  resources: string[];
241
241
  } | {
242
242
  [x: string]: import("hono/utils/types").JSONValue;
243
- subject?: string | undefined;
244
- grades?: string[] | undefined;
243
+ subject?: import("@timeback/oneroster/types").TimebackSubject | undefined;
244
+ grades?: import("@timeback/oneroster/types").TimebackGrade[] | undefined;
245
245
  language?: string | undefined;
246
246
  xp?: number | undefined;
247
247
  learningObjectiveSet?: {
@@ -263,8 +263,8 @@ export declare function handleBootstrap(c: Context<{
263
263
  speaker?: string | undefined;
264
264
  } | {
265
265
  [x: string]: import("hono/utils/types").JSONValue;
266
- subject?: string | undefined;
267
- grades?: string[] | undefined;
266
+ subject?: import("@timeback/oneroster/types").TimebackSubject | undefined;
267
+ grades?: import("@timeback/oneroster/types").TimebackGrade[] | undefined;
268
268
  language?: string | undefined;
269
269
  xp?: number | undefined;
270
270
  learningObjectiveSet?: {
@@ -282,8 +282,8 @@ export declare function handleBootstrap(c: Context<{
282
282
  activityType?: string | undefined;
283
283
  } | {
284
284
  [x: string]: import("hono/utils/types").JSONValue;
285
- subject?: string | undefined;
286
- grades?: string[] | undefined;
285
+ subject?: import("@timeback/oneroster/types").TimebackSubject | undefined;
286
+ grades?: import("@timeback/oneroster/types").TimebackGrade[] | undefined;
287
287
  language?: string | undefined;
288
288
  xp?: number | undefined;
289
289
  learningObjectiveSet?: {
@@ -306,8 +306,8 @@ export declare function handleBootstrap(c: Context<{
306
306
  instructionalMethod?: string | undefined;
307
307
  } | {
308
308
  [x: string]: import("hono/utils/types").JSONValue;
309
- subject?: string | undefined;
310
- grades?: string[] | undefined;
309
+ subject?: import("@timeback/oneroster/types").TimebackSubject | undefined;
310
+ grades?: import("@timeback/oneroster/types").TimebackGrade[] | undefined;
311
311
  language?: string | undefined;
312
312
  xp?: number | undefined;
313
313
  learningObjectiveSet?: {
@@ -329,8 +329,8 @@ export declare function handleBootstrap(c: Context<{
329
329
  instructionalMethod?: string | undefined;
330
330
  } | {
331
331
  [x: string]: import("hono/utils/types").JSONValue;
332
- subject?: string | undefined;
333
- grades?: string[] | undefined;
332
+ subject?: import("@timeback/oneroster/types").TimebackSubject | undefined;
333
+ grades?: import("@timeback/oneroster/types").TimebackGrade[] | undefined;
334
334
  language?: string | undefined;
335
335
  xp?: number | undefined;
336
336
  learningObjectiveSet?: {
@@ -350,8 +350,8 @@ export declare function handleBootstrap(c: Context<{
350
350
  subType?: "qti-question" | "qti-stimulus" | "qti-test" | "qti-test-bank" | undefined;
351
351
  } | {
352
352
  [x: string]: import("hono/utils/types").JSONValue;
353
- subject?: string | undefined;
354
- grades?: string[] | undefined;
353
+ subject?: import("@timeback/oneroster/types").TimebackSubject | undefined;
354
+ grades?: import("@timeback/oneroster/types").TimebackGrade[] | undefined;
355
355
  language?: string | undefined;
356
356
  xp?: number | undefined;
357
357
  learningObjectiveSet?: {
@@ -374,8 +374,8 @@ export declare function handleBootstrap(c: Context<{
374
374
  wordLength?: number | undefined;
375
375
  } | {
376
376
  [x: string]: import("hono/utils/types").JSONValue;
377
- subject?: string | undefined;
378
- grades?: string[] | undefined;
377
+ subject?: import("@timeback/oneroster/types").TimebackSubject | undefined;
378
+ grades?: import("@timeback/oneroster/types").TimebackGrade[] | undefined;
379
379
  language?: string | undefined;
380
380
  xp?: number | undefined;
381
381
  learningObjectiveSet?: {
@@ -397,8 +397,8 @@ export declare function handleBootstrap(c: Context<{
397
397
  format?: string | undefined;
398
398
  } | {
399
399
  [x: string]: import("hono/utils/types").JSONValue;
400
- subject?: string | undefined;
401
- grades?: string[] | undefined;
400
+ subject?: import("@timeback/oneroster/types").TimebackSubject | undefined;
401
+ grades?: import("@timeback/oneroster/types").TimebackGrade[] | undefined;
402
402
  language?: string | undefined;
403
403
  xp?: number | undefined;
404
404
  learningObjectiveSet?: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "timeback-studio",
3
- "version": "0.2.2-beta.20260317020503",
3
+ "version": "0.2.2",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": {
@@ -27,7 +27,7 @@
27
27
  "dependencies": {
28
28
  "@clack/prompts": "^0.11.0",
29
29
  "@hono/node-server": "^1.19.7",
30
- "@timeback/core": "0.2.1",
30
+ "@timeback/core": "0.2.2",
31
31
  "c12": "^3.3.3",
32
32
  "colorette": "^2.0.20",
33
33
  "commander": "^14.0.2",