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?:
|
|
223
|
-
grades?:
|
|
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?:
|
|
244
|
-
grades?:
|
|
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?:
|
|
267
|
-
grades?:
|
|
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?:
|
|
286
|
-
grades?:
|
|
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?:
|
|
310
|
-
grades?:
|
|
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?:
|
|
333
|
-
grades?:
|
|
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?:
|
|
354
|
-
grades?:
|
|
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?:
|
|
378
|
-
grades?:
|
|
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?:
|
|
401
|
-
grades?:
|
|
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
|
|
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.
|
|
30
|
+
"@timeback/core": "0.2.2",
|
|
31
31
|
"c12": "^3.3.3",
|
|
32
32
|
"colorette": "^2.0.20",
|
|
33
33
|
"commander": "^14.0.2",
|