@oaknational/oak-curriculum-schema 2.9.2-beta.1 → 2.9.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.
- package/package.json +1 -1
- package/types.d.ts +121 -121
package/package.json
CHANGED
package/types.d.ts
CHANGED
|
@@ -34,16 +34,16 @@ declare const entityStatusSchema: z.ZodEnum<{
|
|
|
34
34
|
}>;
|
|
35
35
|
type EntityStatus = z.infer<typeof entityStatusSchema>;
|
|
36
36
|
declare const entityTypeSchema: z.ZodEnum<{
|
|
37
|
-
|
|
37
|
+
lesson_guide: "lesson_guide";
|
|
38
38
|
quiz: "quiz";
|
|
39
|
+
slidedeck: "slidedeck";
|
|
40
|
+
video: "video";
|
|
41
|
+
worksheet: "worksheet";
|
|
39
42
|
worksheet_answers: "worksheet_answers";
|
|
43
|
+
lesson: "lesson";
|
|
40
44
|
downloadable_file: "downloadable_file";
|
|
41
45
|
supplementary_resource: "supplementary_resource";
|
|
42
|
-
worksheet: "worksheet";
|
|
43
|
-
slidedeck: "slidedeck";
|
|
44
|
-
lesson_guide: "lesson_guide";
|
|
45
46
|
media_clip: "media_clip";
|
|
46
|
-
video: "video";
|
|
47
47
|
videocaption: "videocaption";
|
|
48
48
|
}>;
|
|
49
49
|
type EntityType = z.infer<typeof entityTypeSchema>;
|
|
@@ -52,16 +52,16 @@ declare const entityStateSchema: z.ZodObject<{
|
|
|
52
52
|
updated_at: z.ZodString;
|
|
53
53
|
entity_id: z.ZodNumber;
|
|
54
54
|
entity_type: z.ZodEnum<{
|
|
55
|
-
|
|
55
|
+
lesson_guide: "lesson_guide";
|
|
56
56
|
quiz: "quiz";
|
|
57
|
+
slidedeck: "slidedeck";
|
|
58
|
+
video: "video";
|
|
59
|
+
worksheet: "worksheet";
|
|
57
60
|
worksheet_answers: "worksheet_answers";
|
|
61
|
+
lesson: "lesson";
|
|
58
62
|
downloadable_file: "downloadable_file";
|
|
59
63
|
supplementary_resource: "supplementary_resource";
|
|
60
|
-
worksheet: "worksheet";
|
|
61
|
-
slidedeck: "slidedeck";
|
|
62
|
-
lesson_guide: "lesson_guide";
|
|
63
64
|
media_clip: "media_clip";
|
|
64
|
-
video: "video";
|
|
65
65
|
videocaption: "videocaption";
|
|
66
66
|
}>;
|
|
67
67
|
entity_status: z.ZodDefault<z.ZodEnum<{
|
|
@@ -83,7 +83,7 @@ declare const entityStateSchemaCamel: Omit<z.ZodType<{
|
|
|
83
83
|
createdAt: string;
|
|
84
84
|
updatedAt: string;
|
|
85
85
|
entityId: number;
|
|
86
|
-
entityType: "
|
|
86
|
+
entityType: "lesson_guide" | "quiz" | "slidedeck" | "video" | "worksheet" | "worksheet_answers" | "lesson" | "downloadable_file" | "supplementary_resource" | "media_clip" | "videocaption";
|
|
87
87
|
entityStatus: "api_neutral" | "api_queued" | "api_in_progress" | "api_failed" | "ingest_in_progress" | "ingest_failed" | "ingest_completed";
|
|
88
88
|
lastErrorLocation: string | null;
|
|
89
89
|
lastErrorMessage: string | null;
|
|
@@ -93,7 +93,7 @@ declare const entityStateSchemaCamel: Omit<z.ZodType<{
|
|
|
93
93
|
createdAt: string;
|
|
94
94
|
updatedAt: string;
|
|
95
95
|
entityId: number;
|
|
96
|
-
entityType: "
|
|
96
|
+
entityType: "lesson_guide" | "quiz" | "slidedeck" | "video" | "worksheet" | "worksheet_answers" | "lesson" | "downloadable_file" | "supplementary_resource" | "media_clip" | "videocaption";
|
|
97
97
|
entityStatus: "api_neutral" | "api_queued" | "api_in_progress" | "api_failed" | "ingest_in_progress" | "ingest_failed" | "ingest_completed";
|
|
98
98
|
lastErrorLocation: string | null;
|
|
99
99
|
lastErrorMessage: string | null;
|
|
@@ -104,7 +104,7 @@ declare const entityStateSchemaCamel: Omit<z.ZodType<{
|
|
|
104
104
|
created_at: string;
|
|
105
105
|
updated_at: string;
|
|
106
106
|
entity_id: number;
|
|
107
|
-
entity_type: "
|
|
107
|
+
entity_type: "lesson_guide" | "quiz" | "slidedeck" | "video" | "worksheet" | "worksheet_answers" | "lesson" | "downloadable_file" | "supplementary_resource" | "media_clip" | "videocaption";
|
|
108
108
|
entity_status: "api_neutral" | "api_queued" | "api_in_progress" | "api_failed" | "ingest_in_progress" | "ingest_failed" | "ingest_completed";
|
|
109
109
|
last_error_location: string | null;
|
|
110
110
|
last_error_message: string | null;
|
|
@@ -114,7 +114,7 @@ declare const entityStateSchemaCamel: Omit<z.ZodType<{
|
|
|
114
114
|
createdAt: string;
|
|
115
115
|
updatedAt: string;
|
|
116
116
|
entityId: number;
|
|
117
|
-
entityType: "
|
|
117
|
+
entityType: "lesson_guide" | "quiz" | "slidedeck" | "video" | "worksheet" | "worksheet_answers" | "lesson" | "downloadable_file" | "supplementary_resource" | "media_clip" | "videocaption";
|
|
118
118
|
entityStatus: "api_neutral" | "api_queued" | "api_in_progress" | "api_failed" | "ingest_in_progress" | "ingest_failed" | "ingest_completed";
|
|
119
119
|
lastErrorLocation: string | null;
|
|
120
120
|
lastErrorMessage: string | null;
|
|
@@ -125,7 +125,7 @@ declare const entityStateSchemaCamel: Omit<z.ZodType<{
|
|
|
125
125
|
created_at: string;
|
|
126
126
|
updated_at: string;
|
|
127
127
|
entity_id: number;
|
|
128
|
-
entity_type: "
|
|
128
|
+
entity_type: "lesson_guide" | "quiz" | "slidedeck" | "video" | "worksheet" | "worksheet_answers" | "lesson" | "downloadable_file" | "supplementary_resource" | "media_clip" | "videocaption";
|
|
129
129
|
entity_status: "api_neutral" | "api_queued" | "api_in_progress" | "api_failed" | "ingest_in_progress" | "ingest_failed" | "ingest_completed";
|
|
130
130
|
last_error_location: string | null;
|
|
131
131
|
last_error_message: string | null;
|
|
@@ -137,7 +137,7 @@ declare const entityStateSchemaCamel: Omit<z.ZodType<{
|
|
|
137
137
|
createdAt: string;
|
|
138
138
|
updatedAt: string;
|
|
139
139
|
entityId: number;
|
|
140
|
-
entityType: "
|
|
140
|
+
entityType: "lesson_guide" | "quiz" | "slidedeck" | "video" | "worksheet" | "worksheet_answers" | "lesson" | "downloadable_file" | "supplementary_resource" | "media_clip" | "videocaption";
|
|
141
141
|
entityStatus: "api_neutral" | "api_queued" | "api_in_progress" | "api_failed" | "ingest_in_progress" | "ingest_failed" | "ingest_completed";
|
|
142
142
|
lastErrorLocation: string | null;
|
|
143
143
|
lastErrorMessage: string | null;
|
|
@@ -2688,12 +2688,12 @@ declare const reviewLessonsFixtureCamel: ({ overrides, }?: {
|
|
|
2688
2688
|
}) => ReviewLessonsCamel;
|
|
2689
2689
|
|
|
2690
2690
|
declare const assetTypeSchema: z.ZodEnum<{
|
|
2691
|
+
lesson_guide: "lesson_guide";
|
|
2692
|
+
slidedeck: "slidedeck";
|
|
2693
|
+
worksheet: "worksheet";
|
|
2691
2694
|
worksheet_answers: "worksheet_answers";
|
|
2692
2695
|
downloadable_file: "downloadable_file";
|
|
2693
2696
|
supplementary_resource: "supplementary_resource";
|
|
2694
|
-
worksheet: "worksheet";
|
|
2695
|
-
slidedeck: "slidedeck";
|
|
2696
|
-
lesson_guide: "lesson_guide";
|
|
2697
2697
|
}>;
|
|
2698
2698
|
type AssetTypeType = z.infer<typeof assetTypeSchema>;
|
|
2699
2699
|
declare const googleSchema: z.ZodObject<{
|
|
@@ -2737,12 +2737,12 @@ declare const assetSchema: z.ZodObject<{
|
|
|
2737
2737
|
title: z.ZodString;
|
|
2738
2738
|
description: z.ZodString;
|
|
2739
2739
|
asset_type: z.ZodEnum<{
|
|
2740
|
+
lesson_guide: "lesson_guide";
|
|
2741
|
+
slidedeck: "slidedeck";
|
|
2742
|
+
worksheet: "worksheet";
|
|
2740
2743
|
worksheet_answers: "worksheet_answers";
|
|
2741
2744
|
downloadable_file: "downloadable_file";
|
|
2742
2745
|
supplementary_resource: "supplementary_resource";
|
|
2743
|
-
worksheet: "worksheet";
|
|
2744
|
-
slidedeck: "slidedeck";
|
|
2745
|
-
lesson_guide: "lesson_guide";
|
|
2746
2746
|
}>;
|
|
2747
2747
|
url: z.ZodURL;
|
|
2748
2748
|
asset_object: z.ZodObject<{
|
|
@@ -2776,12 +2776,12 @@ declare const assetNewSchema: z.ZodObject<{
|
|
|
2776
2776
|
asset_id: z.ZodNumber;
|
|
2777
2777
|
asset_uid: z.ZodString;
|
|
2778
2778
|
asset_type: z.ZodEnum<{
|
|
2779
|
+
lesson_guide: "lesson_guide";
|
|
2780
|
+
slidedeck: "slidedeck";
|
|
2781
|
+
worksheet: "worksheet";
|
|
2779
2782
|
worksheet_answers: "worksheet_answers";
|
|
2780
2783
|
downloadable_file: "downloadable_file";
|
|
2781
2784
|
supplementary_resource: "supplementary_resource";
|
|
2782
|
-
worksheet: "worksheet";
|
|
2783
|
-
slidedeck: "slidedeck";
|
|
2784
|
-
lesson_guide: "lesson_guide";
|
|
2785
2785
|
}>;
|
|
2786
2786
|
asset_object: z.ZodObject<{
|
|
2787
2787
|
pdf: z.ZodOptional<z.ZodObject<{
|
|
@@ -2820,12 +2820,12 @@ declare const assetPublishedSchema: z.ZodObject<{
|
|
|
2820
2820
|
title: z.ZodString;
|
|
2821
2821
|
description: z.ZodString;
|
|
2822
2822
|
asset_type: z.ZodEnum<{
|
|
2823
|
+
lesson_guide: "lesson_guide";
|
|
2824
|
+
slidedeck: "slidedeck";
|
|
2825
|
+
worksheet: "worksheet";
|
|
2823
2826
|
worksheet_answers: "worksheet_answers";
|
|
2824
2827
|
downloadable_file: "downloadable_file";
|
|
2825
2828
|
supplementary_resource: "supplementary_resource";
|
|
2826
|
-
worksheet: "worksheet";
|
|
2827
|
-
slidedeck: "slidedeck";
|
|
2828
|
-
lesson_guide: "lesson_guide";
|
|
2829
2829
|
}>;
|
|
2830
2830
|
url: z.ZodURL;
|
|
2831
2831
|
asset_object: z.ZodObject<{
|
|
@@ -2916,7 +2916,7 @@ declare const assetSchemaCamel: Omit<z.ZodType<{
|
|
|
2916
2916
|
_state: "published" | "new" | "migration";
|
|
2917
2917
|
title: string;
|
|
2918
2918
|
description: string;
|
|
2919
|
-
assetType: "
|
|
2919
|
+
assetType: "lesson_guide" | "slidedeck" | "worksheet" | "worksheet_answers" | "downloadable_file" | "supplementary_resource";
|
|
2920
2920
|
url: string;
|
|
2921
2921
|
assetObject: {
|
|
2922
2922
|
pdf?: {
|
|
@@ -2949,7 +2949,7 @@ declare const assetSchemaCamel: Omit<z.ZodType<{
|
|
|
2949
2949
|
_state: "published" | "new" | "migration";
|
|
2950
2950
|
title: string;
|
|
2951
2951
|
description: string;
|
|
2952
|
-
assetType: "
|
|
2952
|
+
assetType: "lesson_guide" | "slidedeck" | "worksheet" | "worksheet_answers" | "downloadable_file" | "supplementary_resource";
|
|
2953
2953
|
url: string;
|
|
2954
2954
|
assetObject: {
|
|
2955
2955
|
pdf?: {
|
|
@@ -2983,7 +2983,7 @@ declare const assetSchemaCamel: Omit<z.ZodType<{
|
|
|
2983
2983
|
_state: "published" | "new" | "migration";
|
|
2984
2984
|
title: string;
|
|
2985
2985
|
description: string;
|
|
2986
|
-
asset_type: "
|
|
2986
|
+
asset_type: "lesson_guide" | "slidedeck" | "worksheet" | "worksheet_answers" | "downloadable_file" | "supplementary_resource";
|
|
2987
2987
|
url: string;
|
|
2988
2988
|
asset_object: {
|
|
2989
2989
|
pdf?: {
|
|
@@ -3016,7 +3016,7 @@ declare const assetSchemaCamel: Omit<z.ZodType<{
|
|
|
3016
3016
|
_state: "published" | "new" | "migration";
|
|
3017
3017
|
title: string;
|
|
3018
3018
|
description: string;
|
|
3019
|
-
assetType: "
|
|
3019
|
+
assetType: "lesson_guide" | "slidedeck" | "worksheet" | "worksheet_answers" | "downloadable_file" | "supplementary_resource";
|
|
3020
3020
|
url: string;
|
|
3021
3021
|
assetObject: {
|
|
3022
3022
|
pdf?: {
|
|
@@ -3050,7 +3050,7 @@ declare const assetSchemaCamel: Omit<z.ZodType<{
|
|
|
3050
3050
|
_state: "published" | "new" | "migration";
|
|
3051
3051
|
title: string;
|
|
3052
3052
|
description: string;
|
|
3053
|
-
asset_type: "
|
|
3053
|
+
asset_type: "lesson_guide" | "slidedeck" | "worksheet" | "worksheet_answers" | "downloadable_file" | "supplementary_resource";
|
|
3054
3054
|
url: string;
|
|
3055
3055
|
asset_object: {
|
|
3056
3056
|
pdf?: {
|
|
@@ -3085,7 +3085,7 @@ declare const assetSchemaCamel: Omit<z.ZodType<{
|
|
|
3085
3085
|
_state: "published" | "new" | "migration";
|
|
3086
3086
|
title: string;
|
|
3087
3087
|
description: string;
|
|
3088
|
-
assetType: "
|
|
3088
|
+
assetType: "lesson_guide" | "slidedeck" | "worksheet" | "worksheet_answers" | "downloadable_file" | "supplementary_resource";
|
|
3089
3089
|
url: string;
|
|
3090
3090
|
assetObject: {
|
|
3091
3091
|
pdf?: {
|
|
@@ -3120,7 +3120,7 @@ declare const assetNewSchemaCamel: Omit<z.ZodType<{
|
|
|
3120
3120
|
updatedAt: string;
|
|
3121
3121
|
assetId: number;
|
|
3122
3122
|
assetUid: string;
|
|
3123
|
-
assetType: "
|
|
3123
|
+
assetType: "lesson_guide" | "slidedeck" | "worksheet" | "worksheet_answers" | "downloadable_file" | "supplementary_resource";
|
|
3124
3124
|
assetObject: {
|
|
3125
3125
|
pdf?: {
|
|
3126
3126
|
bucketName: string | null;
|
|
@@ -3153,7 +3153,7 @@ declare const assetNewSchemaCamel: Omit<z.ZodType<{
|
|
|
3153
3153
|
updatedAt: string;
|
|
3154
3154
|
assetId: number;
|
|
3155
3155
|
assetUid: string;
|
|
3156
|
-
assetType: "
|
|
3156
|
+
assetType: "lesson_guide" | "slidedeck" | "worksheet" | "worksheet_answers" | "downloadable_file" | "supplementary_resource";
|
|
3157
3157
|
assetObject: {
|
|
3158
3158
|
pdf?: {
|
|
3159
3159
|
bucketName: string | null;
|
|
@@ -3187,7 +3187,7 @@ declare const assetNewSchemaCamel: Omit<z.ZodType<{
|
|
|
3187
3187
|
updated_at: string;
|
|
3188
3188
|
asset_id: number;
|
|
3189
3189
|
asset_uid: string;
|
|
3190
|
-
asset_type: "
|
|
3190
|
+
asset_type: "lesson_guide" | "slidedeck" | "worksheet" | "worksheet_answers" | "downloadable_file" | "supplementary_resource";
|
|
3191
3191
|
asset_object: {
|
|
3192
3192
|
pdf?: {
|
|
3193
3193
|
bucket_name: string | null;
|
|
@@ -3220,7 +3220,7 @@ declare const assetNewSchemaCamel: Omit<z.ZodType<{
|
|
|
3220
3220
|
updatedAt: string;
|
|
3221
3221
|
assetId: number;
|
|
3222
3222
|
assetUid: string;
|
|
3223
|
-
assetType: "
|
|
3223
|
+
assetType: "lesson_guide" | "slidedeck" | "worksheet" | "worksheet_answers" | "downloadable_file" | "supplementary_resource";
|
|
3224
3224
|
assetObject: {
|
|
3225
3225
|
pdf?: {
|
|
3226
3226
|
bucketName: string | null;
|
|
@@ -3254,7 +3254,7 @@ declare const assetNewSchemaCamel: Omit<z.ZodType<{
|
|
|
3254
3254
|
updated_at: string;
|
|
3255
3255
|
asset_id: number;
|
|
3256
3256
|
asset_uid: string;
|
|
3257
|
-
asset_type: "
|
|
3257
|
+
asset_type: "lesson_guide" | "slidedeck" | "worksheet" | "worksheet_answers" | "downloadable_file" | "supplementary_resource";
|
|
3258
3258
|
asset_object: {
|
|
3259
3259
|
pdf?: {
|
|
3260
3260
|
bucket_name: string | null;
|
|
@@ -3289,7 +3289,7 @@ declare const assetNewSchemaCamel: Omit<z.ZodType<{
|
|
|
3289
3289
|
updatedAt: string;
|
|
3290
3290
|
assetId: number;
|
|
3291
3291
|
assetUid: string;
|
|
3292
|
-
assetType: "
|
|
3292
|
+
assetType: "lesson_guide" | "slidedeck" | "worksheet" | "worksheet_answers" | "downloadable_file" | "supplementary_resource";
|
|
3293
3293
|
assetObject: {
|
|
3294
3294
|
pdf?: {
|
|
3295
3295
|
bucketName: string | null;
|
|
@@ -3329,7 +3329,7 @@ declare const assetPublishedSchemaCamel: Omit<z.ZodType<{
|
|
|
3329
3329
|
assetUid: string;
|
|
3330
3330
|
title: string;
|
|
3331
3331
|
description: string;
|
|
3332
|
-
assetType: "
|
|
3332
|
+
assetType: "lesson_guide" | "slidedeck" | "worksheet" | "worksheet_answers" | "downloadable_file" | "supplementary_resource";
|
|
3333
3333
|
url: string;
|
|
3334
3334
|
assetObject: {
|
|
3335
3335
|
pdf?: {
|
|
@@ -3362,7 +3362,7 @@ declare const assetPublishedSchemaCamel: Omit<z.ZodType<{
|
|
|
3362
3362
|
assetUid: string;
|
|
3363
3363
|
title: string;
|
|
3364
3364
|
description: string;
|
|
3365
|
-
assetType: "
|
|
3365
|
+
assetType: "lesson_guide" | "slidedeck" | "worksheet" | "worksheet_answers" | "downloadable_file" | "supplementary_resource";
|
|
3366
3366
|
url: string;
|
|
3367
3367
|
assetObject: {
|
|
3368
3368
|
pdf?: {
|
|
@@ -3396,7 +3396,7 @@ declare const assetPublishedSchemaCamel: Omit<z.ZodType<{
|
|
|
3396
3396
|
asset_uid: string;
|
|
3397
3397
|
title: string;
|
|
3398
3398
|
description: string;
|
|
3399
|
-
asset_type: "
|
|
3399
|
+
asset_type: "lesson_guide" | "slidedeck" | "worksheet" | "worksheet_answers" | "downloadable_file" | "supplementary_resource";
|
|
3400
3400
|
url: string;
|
|
3401
3401
|
asset_object: {
|
|
3402
3402
|
pdf?: {
|
|
@@ -3429,7 +3429,7 @@ declare const assetPublishedSchemaCamel: Omit<z.ZodType<{
|
|
|
3429
3429
|
assetUid: string;
|
|
3430
3430
|
title: string;
|
|
3431
3431
|
description: string;
|
|
3432
|
-
assetType: "
|
|
3432
|
+
assetType: "lesson_guide" | "slidedeck" | "worksheet" | "worksheet_answers" | "downloadable_file" | "supplementary_resource";
|
|
3433
3433
|
url: string;
|
|
3434
3434
|
assetObject: {
|
|
3435
3435
|
pdf?: {
|
|
@@ -3463,7 +3463,7 @@ declare const assetPublishedSchemaCamel: Omit<z.ZodType<{
|
|
|
3463
3463
|
asset_uid: string;
|
|
3464
3464
|
title: string;
|
|
3465
3465
|
description: string;
|
|
3466
|
-
asset_type: "
|
|
3466
|
+
asset_type: "lesson_guide" | "slidedeck" | "worksheet" | "worksheet_answers" | "downloadable_file" | "supplementary_resource";
|
|
3467
3467
|
url: string;
|
|
3468
3468
|
asset_object: {
|
|
3469
3469
|
pdf?: {
|
|
@@ -3498,7 +3498,7 @@ declare const assetPublishedSchemaCamel: Omit<z.ZodType<{
|
|
|
3498
3498
|
assetUid: string;
|
|
3499
3499
|
title: string;
|
|
3500
3500
|
description: string;
|
|
3501
|
-
assetType: "
|
|
3501
|
+
assetType: "lesson_guide" | "slidedeck" | "worksheet" | "worksheet_answers" | "downloadable_file" | "supplementary_resource";
|
|
3502
3502
|
url: string;
|
|
3503
3503
|
assetObject: {
|
|
3504
3504
|
pdf?: {
|
|
@@ -3670,12 +3670,12 @@ declare const assetsSchema: z.ZodObject<{
|
|
|
3670
3670
|
title: z.ZodString;
|
|
3671
3671
|
description: z.ZodString;
|
|
3672
3672
|
asset_type: z.ZodEnum<{
|
|
3673
|
+
lesson_guide: "lesson_guide";
|
|
3674
|
+
slidedeck: "slidedeck";
|
|
3675
|
+
worksheet: "worksheet";
|
|
3673
3676
|
worksheet_answers: "worksheet_answers";
|
|
3674
3677
|
downloadable_file: "downloadable_file";
|
|
3675
3678
|
supplementary_resource: "supplementary_resource";
|
|
3676
|
-
worksheet: "worksheet";
|
|
3677
|
-
slidedeck: "slidedeck";
|
|
3678
|
-
lesson_guide: "lesson_guide";
|
|
3679
3679
|
}>;
|
|
3680
3680
|
url: z.ZodURL;
|
|
3681
3681
|
asset_object: z.ZodObject<{
|
|
@@ -6678,7 +6678,6 @@ declare const lessonSchema: z.ZodObject<{
|
|
|
6678
6678
|
}, z.core.$strip>;
|
|
6679
6679
|
type Lesson = z.infer<typeof lessonSchema>;
|
|
6680
6680
|
declare const lessonNewSchema: z.ZodObject<{
|
|
6681
|
-
description: z.ZodString;
|
|
6682
6681
|
lesson_id: z.ZodNumber;
|
|
6683
6682
|
lesson_uid: z.ZodString;
|
|
6684
6683
|
_cohort: z.ZodEnum<{
|
|
@@ -6689,6 +6688,7 @@ declare const lessonNewSchema: z.ZodObject<{
|
|
|
6689
6688
|
}>;
|
|
6690
6689
|
_deleted: z.ZodBoolean;
|
|
6691
6690
|
_release_id: z.ZodNullable<z.ZodNumber>;
|
|
6691
|
+
description: z.ZodString;
|
|
6692
6692
|
media_clips: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodArray<z.ZodObject<{
|
|
6693
6693
|
order: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
|
|
6694
6694
|
media_id: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
|
|
@@ -7601,12 +7601,12 @@ declare const lessonSchemaCamel: Omit<z.ZodType<{
|
|
|
7601
7601
|
};
|
|
7602
7602
|
type LessonCamel = z.infer<typeof lessonSchemaCamel>;
|
|
7603
7603
|
declare const lessonNewSchemaCamel: Omit<z.ZodType<{
|
|
7604
|
-
description: string;
|
|
7605
7604
|
lessonId: number;
|
|
7606
7605
|
lessonUid: string;
|
|
7607
7606
|
_cohort: "0" | "2020-2023" | "2023-2024" | "2024-2025";
|
|
7608
7607
|
_deleted: boolean;
|
|
7609
7608
|
_releaseId: number | null;
|
|
7609
|
+
description: string;
|
|
7610
7610
|
downloadableFiles: {
|
|
7611
7611
|
assetId: number;
|
|
7612
7612
|
mediaId: number;
|
|
@@ -7716,12 +7716,12 @@ declare const lessonNewSchemaCamel: Omit<z.ZodType<{
|
|
|
7716
7716
|
}[] | null | undefined;
|
|
7717
7717
|
lessonReleaseDate?: string | null | undefined;
|
|
7718
7718
|
}, unknown, z.core.$ZodTypeInternals<{
|
|
7719
|
-
description: string;
|
|
7720
7719
|
lessonId: number;
|
|
7721
7720
|
lessonUid: string;
|
|
7722
7721
|
_cohort: "0" | "2020-2023" | "2023-2024" | "2024-2025";
|
|
7723
7722
|
_deleted: boolean;
|
|
7724
7723
|
_releaseId: number | null;
|
|
7724
|
+
description: string;
|
|
7725
7725
|
downloadableFiles: {
|
|
7726
7726
|
assetId: number;
|
|
7727
7727
|
mediaId: number;
|
|
@@ -7832,12 +7832,12 @@ declare const lessonNewSchemaCamel: Omit<z.ZodType<{
|
|
|
7832
7832
|
lessonReleaseDate?: string | null | undefined;
|
|
7833
7833
|
}, unknown>>, "parse" | "safeParse"> & {
|
|
7834
7834
|
parse: (input: {
|
|
7835
|
-
description: string;
|
|
7836
7835
|
lesson_id: number;
|
|
7837
7836
|
lesson_uid: string;
|
|
7838
7837
|
_cohort: "0" | "2020-2023" | "2023-2024" | "2024-2025";
|
|
7839
7838
|
_deleted: boolean;
|
|
7840
7839
|
_release_id: number | null;
|
|
7840
|
+
description: string;
|
|
7841
7841
|
downloadable_files: {
|
|
7842
7842
|
asset_id: number;
|
|
7843
7843
|
media_id: number;
|
|
@@ -7935,12 +7935,12 @@ declare const lessonNewSchemaCamel: Omit<z.ZodType<{
|
|
|
7935
7935
|
}[] | null | undefined;
|
|
7936
7936
|
lesson_release_date?: string | null | undefined;
|
|
7937
7937
|
}) => {
|
|
7938
|
-
description: string;
|
|
7939
7938
|
lessonId: number;
|
|
7940
7939
|
lessonUid: string;
|
|
7941
7940
|
_cohort: "0" | "2020-2023" | "2023-2024" | "2024-2025";
|
|
7942
7941
|
_deleted: boolean;
|
|
7943
7942
|
_releaseId: number | null;
|
|
7943
|
+
description: string;
|
|
7944
7944
|
downloadableFiles: {
|
|
7945
7945
|
assetId: number;
|
|
7946
7946
|
mediaId: number;
|
|
@@ -8051,12 +8051,12 @@ declare const lessonNewSchemaCamel: Omit<z.ZodType<{
|
|
|
8051
8051
|
lessonReleaseDate?: string | null | undefined;
|
|
8052
8052
|
};
|
|
8053
8053
|
safeParse: (input: {
|
|
8054
|
-
description: string;
|
|
8055
8054
|
lesson_id: number;
|
|
8056
8055
|
lesson_uid: string;
|
|
8057
8056
|
_cohort: "0" | "2020-2023" | "2023-2024" | "2024-2025";
|
|
8058
8057
|
_deleted: boolean;
|
|
8059
8058
|
_release_id: number | null;
|
|
8059
|
+
description: string;
|
|
8060
8060
|
downloadable_files: {
|
|
8061
8061
|
asset_id: number;
|
|
8062
8062
|
media_id: number;
|
|
@@ -8156,12 +8156,12 @@ declare const lessonNewSchemaCamel: Omit<z.ZodType<{
|
|
|
8156
8156
|
}) => {
|
|
8157
8157
|
success: boolean;
|
|
8158
8158
|
data?: {
|
|
8159
|
-
description: string;
|
|
8160
8159
|
lessonId: number;
|
|
8161
8160
|
lessonUid: string;
|
|
8162
8161
|
_cohort: "0" | "2020-2023" | "2023-2024" | "2024-2025";
|
|
8163
8162
|
_deleted: boolean;
|
|
8164
8163
|
_releaseId: number | null;
|
|
8164
|
+
description: string;
|
|
8165
8165
|
downloadableFiles: {
|
|
8166
8166
|
assetId: number;
|
|
8167
8167
|
mediaId: number;
|
|
@@ -11985,13 +11985,13 @@ declare const unitSchema: z.ZodObject<{
|
|
|
11985
11985
|
}, z.core.$strip>;
|
|
11986
11986
|
type Unit = z.infer<typeof unitSchema>;
|
|
11987
11987
|
declare const unitNewSchema: z.ZodObject<{
|
|
11988
|
-
description: z.ZodNullable<z.ZodString>;
|
|
11989
11988
|
_cohort: z.ZodEnum<{
|
|
11990
11989
|
0: "0";
|
|
11991
11990
|
"2020-2023": "2020-2023";
|
|
11992
11991
|
"2023-2024": "2023-2024";
|
|
11993
11992
|
"2024-2025": "2024-2025";
|
|
11994
11993
|
}>;
|
|
11994
|
+
description: z.ZodNullable<z.ZodString>;
|
|
11995
11995
|
expiration_date: z.ZodNullable<z.ZodString>;
|
|
11996
11996
|
deprecated_fields: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
11997
11997
|
tags: z.ZodNullable<z.ZodArray<z.ZodNumber>>;
|
|
@@ -12118,8 +12118,8 @@ declare const unitSchemaCamel: Omit<z.ZodType<{
|
|
|
12118
12118
|
};
|
|
12119
12119
|
type UnitCamel = z.infer<typeof unitSchemaCamel>;
|
|
12120
12120
|
declare const unitNewSchemaCamel: Omit<z.ZodType<{
|
|
12121
|
-
description: string | null;
|
|
12122
12121
|
_cohort: "0" | "2020-2023" | "2023-2024" | "2024-2025";
|
|
12122
|
+
description: string | null;
|
|
12123
12123
|
expirationDate: string | null;
|
|
12124
12124
|
tags: number[] | null;
|
|
12125
12125
|
unitId: number;
|
|
@@ -12131,8 +12131,8 @@ declare const unitNewSchemaCamel: Omit<z.ZodType<{
|
|
|
12131
12131
|
} | null | undefined;
|
|
12132
12132
|
priorKnowledgeRequirements?: string[] | null | undefined;
|
|
12133
12133
|
}, unknown, z.core.$ZodTypeInternals<{
|
|
12134
|
-
description: string | null;
|
|
12135
12134
|
_cohort: "0" | "2020-2023" | "2023-2024" | "2024-2025";
|
|
12135
|
+
description: string | null;
|
|
12136
12136
|
expirationDate: string | null;
|
|
12137
12137
|
tags: number[] | null;
|
|
12138
12138
|
unitId: number;
|
|
@@ -12145,8 +12145,8 @@ declare const unitNewSchemaCamel: Omit<z.ZodType<{
|
|
|
12145
12145
|
priorKnowledgeRequirements?: string[] | null | undefined;
|
|
12146
12146
|
}, unknown>>, "parse" | "safeParse"> & {
|
|
12147
12147
|
parse: (input: {
|
|
12148
|
-
description: string | null;
|
|
12149
12148
|
_cohort: "0" | "2020-2023" | "2023-2024" | "2024-2025";
|
|
12149
|
+
description: string | null;
|
|
12150
12150
|
expiration_date: string | null;
|
|
12151
12151
|
tags: number[] | null;
|
|
12152
12152
|
unit_id: number;
|
|
@@ -12156,8 +12156,8 @@ declare const unitNewSchemaCamel: Omit<z.ZodType<{
|
|
|
12156
12156
|
deprecated_fields?: Record<string, unknown> | null | undefined;
|
|
12157
12157
|
prior_knowledge_requirements?: string[] | null | undefined;
|
|
12158
12158
|
}) => {
|
|
12159
|
-
description: string | null;
|
|
12160
12159
|
_cohort: "0" | "2020-2023" | "2023-2024" | "2024-2025";
|
|
12160
|
+
description: string | null;
|
|
12161
12161
|
expirationDate: string | null;
|
|
12162
12162
|
tags: number[] | null;
|
|
12163
12163
|
unitId: number;
|
|
@@ -12170,8 +12170,8 @@ declare const unitNewSchemaCamel: Omit<z.ZodType<{
|
|
|
12170
12170
|
priorKnowledgeRequirements?: string[] | null | undefined;
|
|
12171
12171
|
};
|
|
12172
12172
|
safeParse: (input: {
|
|
12173
|
-
description: string | null;
|
|
12174
12173
|
_cohort: "0" | "2020-2023" | "2023-2024" | "2024-2025";
|
|
12174
|
+
description: string | null;
|
|
12175
12175
|
expiration_date: string | null;
|
|
12176
12176
|
tags: number[] | null;
|
|
12177
12177
|
unit_id: number;
|
|
@@ -12183,8 +12183,8 @@ declare const unitNewSchemaCamel: Omit<z.ZodType<{
|
|
|
12183
12183
|
}) => {
|
|
12184
12184
|
success: boolean;
|
|
12185
12185
|
data?: {
|
|
12186
|
-
description: string | null;
|
|
12187
12186
|
_cohort: "0" | "2020-2023" | "2023-2024" | "2024-2025";
|
|
12187
|
+
description: string | null;
|
|
12188
12188
|
expirationDate: string | null;
|
|
12189
12189
|
tags: number[] | null;
|
|
12190
12190
|
unitId: number;
|
|
@@ -19430,6 +19430,8 @@ declare const programmeListingSchema: z.ZodObject<{
|
|
|
19430
19430
|
legacy: z.ZodOptional<z.ZodString>;
|
|
19431
19431
|
dataset: z.ZodOptional<z.ZodString>;
|
|
19432
19432
|
}, z.core.$strip>;
|
|
19433
|
+
is_legacy: z.ZodBoolean;
|
|
19434
|
+
programme_slug: z.ZodString;
|
|
19433
19435
|
lesson_data: z.ZodObject<{
|
|
19434
19436
|
created_at: z.ZodString;
|
|
19435
19437
|
updated_at: z.ZodString;
|
|
@@ -19543,8 +19545,6 @@ declare const programmeListingSchema: z.ZodObject<{
|
|
|
19543
19545
|
}, z.core.$strip>>>;
|
|
19544
19546
|
lesson_release_date: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
19545
19547
|
}, z.core.$strip>;
|
|
19546
|
-
programme_slug: z.ZodString;
|
|
19547
|
-
is_legacy: z.ZodBoolean;
|
|
19548
19548
|
}, z.core.$strip>;
|
|
19549
19549
|
type ProgrammeListing = z.infer<typeof programmeListingSchema>;
|
|
19550
19550
|
declare const programmeListingSchemaCamel: Omit<z.ZodType<{
|
|
@@ -19584,6 +19584,8 @@ declare const programmeListingSchemaCamel: Omit<z.ZodType<{
|
|
|
19584
19584
|
legacy?: string | undefined;
|
|
19585
19585
|
dataset?: string | undefined;
|
|
19586
19586
|
};
|
|
19587
|
+
isLegacy: boolean;
|
|
19588
|
+
programmeSlug: string;
|
|
19587
19589
|
lessonData: {
|
|
19588
19590
|
createdAt: string;
|
|
19589
19591
|
updatedAt: string;
|
|
@@ -19704,8 +19706,6 @@ declare const programmeListingSchemaCamel: Omit<z.ZodType<{
|
|
|
19704
19706
|
} | null | undefined;
|
|
19705
19707
|
lessonReleaseDate?: string | null | undefined;
|
|
19706
19708
|
};
|
|
19707
|
-
programmeSlug: string;
|
|
19708
|
-
isLegacy: boolean;
|
|
19709
19709
|
}, unknown, z.core.$ZodTypeInternals<{
|
|
19710
19710
|
programmeFields: {
|
|
19711
19711
|
subject: "Computing (non-GCSE)" | "Art and design" | "Citizenship" | "Computing" | "Computer Science" | "Design and technology" | "Drama" | "English" | "English grammar" | "English reading for pleasure" | "English spelling" | "Expressive arts and design" | "Financial education" | "French" | "Geography" | "German" | "History" | "Latin" | "Literacy" | "Maths" | "Music" | "Personal, social and emotional development" | "Physical education" | "RSHE (PSHE)" | "Religious education" | "Rule of law" | "Science" | "Biology" | "Chemistry" | "Combined science" | "Physics" | "Spanish" | "Understanding the world" | "Specialist" | "Communication and language" | "Creative arts" | "Independent living" | "Numeracy" | "Physical development" | "Therapies" | "Occupational therapy" | "Physical therapy" | "Sensory integration" | "Speech and language therapy" | "QA testing only" | "Cooking and nutrition";
|
|
@@ -19743,6 +19743,8 @@ declare const programmeListingSchemaCamel: Omit<z.ZodType<{
|
|
|
19743
19743
|
legacy?: string | undefined;
|
|
19744
19744
|
dataset?: string | undefined;
|
|
19745
19745
|
};
|
|
19746
|
+
isLegacy: boolean;
|
|
19747
|
+
programmeSlug: string;
|
|
19746
19748
|
lessonData: {
|
|
19747
19749
|
createdAt: string;
|
|
19748
19750
|
updatedAt: string;
|
|
@@ -19863,8 +19865,6 @@ declare const programmeListingSchemaCamel: Omit<z.ZodType<{
|
|
|
19863
19865
|
} | null | undefined;
|
|
19864
19866
|
lessonReleaseDate?: string | null | undefined;
|
|
19865
19867
|
};
|
|
19866
|
-
programmeSlug: string;
|
|
19867
|
-
isLegacy: boolean;
|
|
19868
19868
|
}, unknown>>, "parse" | "safeParse"> & {
|
|
19869
19869
|
parse: (input: {
|
|
19870
19870
|
programme_fields: {
|
|
@@ -19903,6 +19903,8 @@ declare const programmeListingSchemaCamel: Omit<z.ZodType<{
|
|
|
19903
19903
|
legacy?: string | undefined;
|
|
19904
19904
|
dataset?: string | undefined;
|
|
19905
19905
|
};
|
|
19906
|
+
is_legacy: boolean;
|
|
19907
|
+
programme_slug: string;
|
|
19906
19908
|
lesson_data: {
|
|
19907
19909
|
created_at: string;
|
|
19908
19910
|
updated_at: string;
|
|
@@ -20011,8 +20013,6 @@ declare const programmeListingSchemaCamel: Omit<z.ZodType<{
|
|
|
20011
20013
|
}[]> | null | undefined;
|
|
20012
20014
|
lesson_release_date?: string | null | undefined;
|
|
20013
20015
|
};
|
|
20014
|
-
programme_slug: string;
|
|
20015
|
-
is_legacy: boolean;
|
|
20016
20016
|
}) => {
|
|
20017
20017
|
programmeFields: {
|
|
20018
20018
|
subject: "Computing (non-GCSE)" | "Art and design" | "Citizenship" | "Computing" | "Computer Science" | "Design and technology" | "Drama" | "English" | "English grammar" | "English reading for pleasure" | "English spelling" | "Expressive arts and design" | "Financial education" | "French" | "Geography" | "German" | "History" | "Latin" | "Literacy" | "Maths" | "Music" | "Personal, social and emotional development" | "Physical education" | "RSHE (PSHE)" | "Religious education" | "Rule of law" | "Science" | "Biology" | "Chemistry" | "Combined science" | "Physics" | "Spanish" | "Understanding the world" | "Specialist" | "Communication and language" | "Creative arts" | "Independent living" | "Numeracy" | "Physical development" | "Therapies" | "Occupational therapy" | "Physical therapy" | "Sensory integration" | "Speech and language therapy" | "QA testing only" | "Cooking and nutrition";
|
|
@@ -20050,6 +20050,8 @@ declare const programmeListingSchemaCamel: Omit<z.ZodType<{
|
|
|
20050
20050
|
legacy?: string | undefined;
|
|
20051
20051
|
dataset?: string | undefined;
|
|
20052
20052
|
};
|
|
20053
|
+
isLegacy: boolean;
|
|
20054
|
+
programmeSlug: string;
|
|
20053
20055
|
lessonData: {
|
|
20054
20056
|
createdAt: string;
|
|
20055
20057
|
updatedAt: string;
|
|
@@ -20170,8 +20172,6 @@ declare const programmeListingSchemaCamel: Omit<z.ZodType<{
|
|
|
20170
20172
|
} | null | undefined;
|
|
20171
20173
|
lessonReleaseDate?: string | null | undefined;
|
|
20172
20174
|
};
|
|
20173
|
-
programmeSlug: string;
|
|
20174
|
-
isLegacy: boolean;
|
|
20175
20175
|
};
|
|
20176
20176
|
safeParse: (input: {
|
|
20177
20177
|
programme_fields: {
|
|
@@ -20210,6 +20210,8 @@ declare const programmeListingSchemaCamel: Omit<z.ZodType<{
|
|
|
20210
20210
|
legacy?: string | undefined;
|
|
20211
20211
|
dataset?: string | undefined;
|
|
20212
20212
|
};
|
|
20213
|
+
is_legacy: boolean;
|
|
20214
|
+
programme_slug: string;
|
|
20213
20215
|
lesson_data: {
|
|
20214
20216
|
created_at: string;
|
|
20215
20217
|
updated_at: string;
|
|
@@ -20318,8 +20320,6 @@ declare const programmeListingSchemaCamel: Omit<z.ZodType<{
|
|
|
20318
20320
|
}[]> | null | undefined;
|
|
20319
20321
|
lesson_release_date?: string | null | undefined;
|
|
20320
20322
|
};
|
|
20321
|
-
programme_slug: string;
|
|
20322
|
-
is_legacy: boolean;
|
|
20323
20323
|
}) => {
|
|
20324
20324
|
success: boolean;
|
|
20325
20325
|
data?: {
|
|
@@ -20359,6 +20359,8 @@ declare const programmeListingSchemaCamel: Omit<z.ZodType<{
|
|
|
20359
20359
|
legacy?: string | undefined;
|
|
20360
20360
|
dataset?: string | undefined;
|
|
20361
20361
|
};
|
|
20362
|
+
isLegacy: boolean;
|
|
20363
|
+
programmeSlug: string;
|
|
20362
20364
|
lessonData: {
|
|
20363
20365
|
createdAt: string;
|
|
20364
20366
|
updatedAt: string;
|
|
@@ -20479,8 +20481,6 @@ declare const programmeListingSchemaCamel: Omit<z.ZodType<{
|
|
|
20479
20481
|
} | null | undefined;
|
|
20480
20482
|
lessonReleaseDate?: string | null | undefined;
|
|
20481
20483
|
};
|
|
20482
|
-
programmeSlug: string;
|
|
20483
|
-
isLegacy: boolean;
|
|
20484
20484
|
} | undefined;
|
|
20485
20485
|
error?: any;
|
|
20486
20486
|
};
|
|
@@ -20777,6 +20777,8 @@ declare const programmeListingArraySchema: z.ZodArray<z.ZodObject<{
|
|
|
20777
20777
|
legacy: z.ZodOptional<z.ZodString>;
|
|
20778
20778
|
dataset: z.ZodOptional<z.ZodString>;
|
|
20779
20779
|
}, z.core.$strip>;
|
|
20780
|
+
is_legacy: z.ZodBoolean;
|
|
20781
|
+
programme_slug: z.ZodString;
|
|
20780
20782
|
lesson_data: z.ZodObject<{
|
|
20781
20783
|
created_at: z.ZodString;
|
|
20782
20784
|
updated_at: z.ZodString;
|
|
@@ -20890,8 +20892,6 @@ declare const programmeListingArraySchema: z.ZodArray<z.ZodObject<{
|
|
|
20890
20892
|
}, z.core.$strip>>>;
|
|
20891
20893
|
lesson_release_date: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
20892
20894
|
}, z.core.$strip>;
|
|
20893
|
-
programme_slug: z.ZodString;
|
|
20894
|
-
is_legacy: z.ZodBoolean;
|
|
20895
20895
|
}, z.core.$strip>>;
|
|
20896
20896
|
type ProgrammeListingArray = z.infer<typeof programmeListingArraySchema>;
|
|
20897
20897
|
declare const programmeListingArraySchemaCamel: Omit<z.ZodType<{
|
|
@@ -20931,6 +20931,8 @@ declare const programmeListingArraySchemaCamel: Omit<z.ZodType<{
|
|
|
20931
20931
|
legacy?: string | undefined;
|
|
20932
20932
|
dataset?: string | undefined;
|
|
20933
20933
|
};
|
|
20934
|
+
isLegacy: boolean;
|
|
20935
|
+
programmeSlug: string;
|
|
20934
20936
|
lessonData: {
|
|
20935
20937
|
createdAt: string;
|
|
20936
20938
|
updatedAt: string;
|
|
@@ -21051,8 +21053,6 @@ declare const programmeListingArraySchemaCamel: Omit<z.ZodType<{
|
|
|
21051
21053
|
} | null | undefined;
|
|
21052
21054
|
lessonReleaseDate?: string | null | undefined;
|
|
21053
21055
|
};
|
|
21054
|
-
programmeSlug: string;
|
|
21055
|
-
isLegacy: boolean;
|
|
21056
21056
|
}[], unknown, z.core.$ZodTypeInternals<{
|
|
21057
21057
|
programmeFields: {
|
|
21058
21058
|
subject: "Computing (non-GCSE)" | "Art and design" | "Citizenship" | "Computing" | "Computer Science" | "Design and technology" | "Drama" | "English" | "English grammar" | "English reading for pleasure" | "English spelling" | "Expressive arts and design" | "Financial education" | "French" | "Geography" | "German" | "History" | "Latin" | "Literacy" | "Maths" | "Music" | "Personal, social and emotional development" | "Physical education" | "RSHE (PSHE)" | "Religious education" | "Rule of law" | "Science" | "Biology" | "Chemistry" | "Combined science" | "Physics" | "Spanish" | "Understanding the world" | "Specialist" | "Communication and language" | "Creative arts" | "Independent living" | "Numeracy" | "Physical development" | "Therapies" | "Occupational therapy" | "Physical therapy" | "Sensory integration" | "Speech and language therapy" | "QA testing only" | "Cooking and nutrition";
|
|
@@ -21090,6 +21090,8 @@ declare const programmeListingArraySchemaCamel: Omit<z.ZodType<{
|
|
|
21090
21090
|
legacy?: string | undefined;
|
|
21091
21091
|
dataset?: string | undefined;
|
|
21092
21092
|
};
|
|
21093
|
+
isLegacy: boolean;
|
|
21094
|
+
programmeSlug: string;
|
|
21093
21095
|
lessonData: {
|
|
21094
21096
|
createdAt: string;
|
|
21095
21097
|
updatedAt: string;
|
|
@@ -21210,8 +21212,6 @@ declare const programmeListingArraySchemaCamel: Omit<z.ZodType<{
|
|
|
21210
21212
|
} | null | undefined;
|
|
21211
21213
|
lessonReleaseDate?: string | null | undefined;
|
|
21212
21214
|
};
|
|
21213
|
-
programmeSlug: string;
|
|
21214
|
-
isLegacy: boolean;
|
|
21215
21215
|
}[], unknown>>, "parse" | "safeParse"> & {
|
|
21216
21216
|
parse: (input: {
|
|
21217
21217
|
programme_fields: {
|
|
@@ -21250,6 +21250,8 @@ declare const programmeListingArraySchemaCamel: Omit<z.ZodType<{
|
|
|
21250
21250
|
legacy?: string | undefined;
|
|
21251
21251
|
dataset?: string | undefined;
|
|
21252
21252
|
};
|
|
21253
|
+
is_legacy: boolean;
|
|
21254
|
+
programme_slug: string;
|
|
21253
21255
|
lesson_data: {
|
|
21254
21256
|
created_at: string;
|
|
21255
21257
|
updated_at: string;
|
|
@@ -21358,8 +21360,6 @@ declare const programmeListingArraySchemaCamel: Omit<z.ZodType<{
|
|
|
21358
21360
|
}[]> | null | undefined;
|
|
21359
21361
|
lesson_release_date?: string | null | undefined;
|
|
21360
21362
|
};
|
|
21361
|
-
programme_slug: string;
|
|
21362
|
-
is_legacy: boolean;
|
|
21363
21363
|
}[]) => {
|
|
21364
21364
|
programmeFields: {
|
|
21365
21365
|
subject: "Computing (non-GCSE)" | "Art and design" | "Citizenship" | "Computing" | "Computer Science" | "Design and technology" | "Drama" | "English" | "English grammar" | "English reading for pleasure" | "English spelling" | "Expressive arts and design" | "Financial education" | "French" | "Geography" | "German" | "History" | "Latin" | "Literacy" | "Maths" | "Music" | "Personal, social and emotional development" | "Physical education" | "RSHE (PSHE)" | "Religious education" | "Rule of law" | "Science" | "Biology" | "Chemistry" | "Combined science" | "Physics" | "Spanish" | "Understanding the world" | "Specialist" | "Communication and language" | "Creative arts" | "Independent living" | "Numeracy" | "Physical development" | "Therapies" | "Occupational therapy" | "Physical therapy" | "Sensory integration" | "Speech and language therapy" | "QA testing only" | "Cooking and nutrition";
|
|
@@ -21397,6 +21397,8 @@ declare const programmeListingArraySchemaCamel: Omit<z.ZodType<{
|
|
|
21397
21397
|
legacy?: string | undefined;
|
|
21398
21398
|
dataset?: string | undefined;
|
|
21399
21399
|
};
|
|
21400
|
+
isLegacy: boolean;
|
|
21401
|
+
programmeSlug: string;
|
|
21400
21402
|
lessonData: {
|
|
21401
21403
|
createdAt: string;
|
|
21402
21404
|
updatedAt: string;
|
|
@@ -21517,8 +21519,6 @@ declare const programmeListingArraySchemaCamel: Omit<z.ZodType<{
|
|
|
21517
21519
|
} | null | undefined;
|
|
21518
21520
|
lessonReleaseDate?: string | null | undefined;
|
|
21519
21521
|
};
|
|
21520
|
-
programmeSlug: string;
|
|
21521
|
-
isLegacy: boolean;
|
|
21522
21522
|
}[];
|
|
21523
21523
|
safeParse: (input: {
|
|
21524
21524
|
programme_fields: {
|
|
@@ -21557,6 +21557,8 @@ declare const programmeListingArraySchemaCamel: Omit<z.ZodType<{
|
|
|
21557
21557
|
legacy?: string | undefined;
|
|
21558
21558
|
dataset?: string | undefined;
|
|
21559
21559
|
};
|
|
21560
|
+
is_legacy: boolean;
|
|
21561
|
+
programme_slug: string;
|
|
21560
21562
|
lesson_data: {
|
|
21561
21563
|
created_at: string;
|
|
21562
21564
|
updated_at: string;
|
|
@@ -21665,8 +21667,6 @@ declare const programmeListingArraySchemaCamel: Omit<z.ZodType<{
|
|
|
21665
21667
|
}[]> | null | undefined;
|
|
21666
21668
|
lesson_release_date?: string | null | undefined;
|
|
21667
21669
|
};
|
|
21668
|
-
programme_slug: string;
|
|
21669
|
-
is_legacy: boolean;
|
|
21670
21670
|
}[]) => {
|
|
21671
21671
|
success: boolean;
|
|
21672
21672
|
data?: {
|
|
@@ -21706,6 +21706,8 @@ declare const programmeListingArraySchemaCamel: Omit<z.ZodType<{
|
|
|
21706
21706
|
legacy?: string | undefined;
|
|
21707
21707
|
dataset?: string | undefined;
|
|
21708
21708
|
};
|
|
21709
|
+
isLegacy: boolean;
|
|
21710
|
+
programmeSlug: string;
|
|
21709
21711
|
lessonData: {
|
|
21710
21712
|
createdAt: string;
|
|
21711
21713
|
updatedAt: string;
|
|
@@ -21826,8 +21828,6 @@ declare const programmeListingArraySchemaCamel: Omit<z.ZodType<{
|
|
|
21826
21828
|
} | null | undefined;
|
|
21827
21829
|
lessonReleaseDate?: string | null | undefined;
|
|
21828
21830
|
};
|
|
21829
|
-
programmeSlug: string;
|
|
21830
|
-
isLegacy: boolean;
|
|
21831
21831
|
}[] | undefined;
|
|
21832
21832
|
error?: any;
|
|
21833
21833
|
};
|
|
@@ -21840,12 +21840,12 @@ declare const publishedAssetsSchema: z.ZodObject<{
|
|
|
21840
21840
|
asset_id: z.ZodNumber;
|
|
21841
21841
|
asset_uid: z.ZodString;
|
|
21842
21842
|
asset_type: z.ZodEnum<{
|
|
21843
|
+
lesson_guide: "lesson_guide";
|
|
21844
|
+
slidedeck: "slidedeck";
|
|
21845
|
+
worksheet: "worksheet";
|
|
21843
21846
|
worksheet_answers: "worksheet_answers";
|
|
21844
21847
|
downloadable_file: "downloadable_file";
|
|
21845
21848
|
supplementary_resource: "supplementary_resource";
|
|
21846
|
-
worksheet: "worksheet";
|
|
21847
|
-
slidedeck: "slidedeck";
|
|
21848
|
-
lesson_guide: "lesson_guide";
|
|
21849
21849
|
}>;
|
|
21850
21850
|
asset_object: z.ZodObject<{
|
|
21851
21851
|
pdf: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
@@ -21884,7 +21884,7 @@ declare const publishedAssetsSchemaCamel: Omit<z.ZodType<{
|
|
|
21884
21884
|
updatedAt: string;
|
|
21885
21885
|
assetId: number;
|
|
21886
21886
|
assetUid: string;
|
|
21887
|
-
assetType: "
|
|
21887
|
+
assetType: "lesson_guide" | "slidedeck" | "worksheet" | "worksheet_answers" | "downloadable_file" | "supplementary_resource";
|
|
21888
21888
|
assetObject: {
|
|
21889
21889
|
pdf?: {
|
|
21890
21890
|
bucketName?: string | null | undefined;
|
|
@@ -21920,7 +21920,7 @@ declare const publishedAssetsSchemaCamel: Omit<z.ZodType<{
|
|
|
21920
21920
|
updatedAt: string;
|
|
21921
21921
|
assetId: number;
|
|
21922
21922
|
assetUid: string;
|
|
21923
|
-
assetType: "
|
|
21923
|
+
assetType: "lesson_guide" | "slidedeck" | "worksheet" | "worksheet_answers" | "downloadable_file" | "supplementary_resource";
|
|
21924
21924
|
assetObject: {
|
|
21925
21925
|
pdf?: {
|
|
21926
21926
|
bucketName?: string | null | undefined;
|
|
@@ -21957,7 +21957,7 @@ declare const publishedAssetsSchemaCamel: Omit<z.ZodType<{
|
|
|
21957
21957
|
updated_at: string;
|
|
21958
21958
|
asset_id: number;
|
|
21959
21959
|
asset_uid: string;
|
|
21960
|
-
asset_type: "
|
|
21960
|
+
asset_type: "lesson_guide" | "slidedeck" | "worksheet" | "worksheet_answers" | "downloadable_file" | "supplementary_resource";
|
|
21961
21961
|
asset_object: {
|
|
21962
21962
|
pdf?: {
|
|
21963
21963
|
bucket_name?: string | null | undefined;
|
|
@@ -21993,7 +21993,7 @@ declare const publishedAssetsSchemaCamel: Omit<z.ZodType<{
|
|
|
21993
21993
|
updatedAt: string;
|
|
21994
21994
|
assetId: number;
|
|
21995
21995
|
assetUid: string;
|
|
21996
|
-
assetType: "
|
|
21996
|
+
assetType: "lesson_guide" | "slidedeck" | "worksheet" | "worksheet_answers" | "downloadable_file" | "supplementary_resource";
|
|
21997
21997
|
assetObject: {
|
|
21998
21998
|
pdf?: {
|
|
21999
21999
|
bucketName?: string | null | undefined;
|
|
@@ -22030,7 +22030,7 @@ declare const publishedAssetsSchemaCamel: Omit<z.ZodType<{
|
|
|
22030
22030
|
updated_at: string;
|
|
22031
22031
|
asset_id: number;
|
|
22032
22032
|
asset_uid: string;
|
|
22033
|
-
asset_type: "
|
|
22033
|
+
asset_type: "lesson_guide" | "slidedeck" | "worksheet" | "worksheet_answers" | "downloadable_file" | "supplementary_resource";
|
|
22034
22034
|
asset_object: {
|
|
22035
22035
|
pdf?: {
|
|
22036
22036
|
bucket_name?: string | null | undefined;
|
|
@@ -22068,7 +22068,7 @@ declare const publishedAssetsSchemaCamel: Omit<z.ZodType<{
|
|
|
22068
22068
|
updatedAt: string;
|
|
22069
22069
|
assetId: number;
|
|
22070
22070
|
assetUid: string;
|
|
22071
|
-
assetType: "
|
|
22071
|
+
assetType: "lesson_guide" | "slidedeck" | "worksheet" | "worksheet_answers" | "downloadable_file" | "supplementary_resource";
|
|
22072
22072
|
assetObject: {
|
|
22073
22073
|
pdf?: {
|
|
22074
22074
|
bucketName?: string | null | undefined;
|
|
@@ -26646,6 +26646,9 @@ declare const syntheticUnitvariantLessonsByKsSchema: z.ZodObject<{
|
|
|
26646
26646
|
group_by_subjectcategory: z.ZodBoolean;
|
|
26647
26647
|
}, z.core.$strip>>;
|
|
26648
26648
|
}, z.core.$strip>>>;
|
|
26649
|
+
lesson_slug: z.ZodString;
|
|
26650
|
+
is_legacy: z.ZodBoolean;
|
|
26651
|
+
programme_slug: z.ZodString;
|
|
26649
26652
|
lesson_data: z.ZodObject<{
|
|
26650
26653
|
created_at: z.ZodString;
|
|
26651
26654
|
updated_at: z.ZodString;
|
|
@@ -26778,10 +26781,7 @@ declare const syntheticUnitvariantLessonsByKsSchema: z.ZodObject<{
|
|
|
26778
26781
|
}>;
|
|
26779
26782
|
expiration_date: z.ZodNullable<z.ZodString>;
|
|
26780
26783
|
}, z.core.$strip>;
|
|
26781
|
-
lesson_slug: z.ZodString;
|
|
26782
26784
|
unit_slug: z.ZodString;
|
|
26783
|
-
programme_slug: z.ZodString;
|
|
26784
|
-
is_legacy: z.ZodBoolean;
|
|
26785
26785
|
null_unitvariant_id: z.ZodNumber;
|
|
26786
26786
|
static_lesson_list: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
26787
26787
|
slug: z.ZodString;
|
|
@@ -26836,6 +26836,9 @@ declare const syntheticUnitvariantLessonsByKsSchemaCamel: Omit<z.ZodType<{
|
|
|
26836
26836
|
legacy?: string | undefined;
|
|
26837
26837
|
dataset?: string | undefined;
|
|
26838
26838
|
};
|
|
26839
|
+
lessonSlug: string;
|
|
26840
|
+
isLegacy: boolean;
|
|
26841
|
+
programmeSlug: string;
|
|
26839
26842
|
lessonData: {
|
|
26840
26843
|
createdAt: string;
|
|
26841
26844
|
updatedAt: string;
|
|
@@ -26972,10 +26975,7 @@ declare const syntheticUnitvariantLessonsByKsSchemaCamel: Omit<z.ZodType<{
|
|
|
26972
26975
|
} | null | undefined;
|
|
26973
26976
|
priorKnowledgeRequirements?: string[] | null | undefined;
|
|
26974
26977
|
};
|
|
26975
|
-
lessonSlug: string;
|
|
26976
26978
|
unitSlug: string;
|
|
26977
|
-
programmeSlug: string;
|
|
26978
|
-
isLegacy: boolean;
|
|
26979
26979
|
nullUnitvariantId: number;
|
|
26980
26980
|
features?: {
|
|
26981
26981
|
pePractical?: boolean | undefined;
|
|
@@ -27092,6 +27092,9 @@ declare const syntheticUnitvariantLessonsByKsSchemaCamel: Omit<z.ZodType<{
|
|
|
27092
27092
|
legacy?: string | undefined;
|
|
27093
27093
|
dataset?: string | undefined;
|
|
27094
27094
|
};
|
|
27095
|
+
lessonSlug: string;
|
|
27096
|
+
isLegacy: boolean;
|
|
27097
|
+
programmeSlug: string;
|
|
27095
27098
|
lessonData: {
|
|
27096
27099
|
createdAt: string;
|
|
27097
27100
|
updatedAt: string;
|
|
@@ -27228,10 +27231,7 @@ declare const syntheticUnitvariantLessonsByKsSchemaCamel: Omit<z.ZodType<{
|
|
|
27228
27231
|
} | null | undefined;
|
|
27229
27232
|
priorKnowledgeRequirements?: string[] | null | undefined;
|
|
27230
27233
|
};
|
|
27231
|
-
lessonSlug: string;
|
|
27232
27234
|
unitSlug: string;
|
|
27233
|
-
programmeSlug: string;
|
|
27234
|
-
isLegacy: boolean;
|
|
27235
27235
|
nullUnitvariantId: number;
|
|
27236
27236
|
features?: {
|
|
27237
27237
|
pePractical?: boolean | undefined;
|
|
@@ -27349,6 +27349,9 @@ declare const syntheticUnitvariantLessonsByKsSchemaCamel: Omit<z.ZodType<{
|
|
|
27349
27349
|
legacy?: string | undefined;
|
|
27350
27350
|
dataset?: string | undefined;
|
|
27351
27351
|
};
|
|
27352
|
+
lesson_slug: string;
|
|
27353
|
+
is_legacy: boolean;
|
|
27354
|
+
programme_slug: string;
|
|
27352
27355
|
lesson_data: {
|
|
27353
27356
|
created_at: string;
|
|
27354
27357
|
updated_at: string;
|
|
@@ -27471,10 +27474,7 @@ declare const syntheticUnitvariantLessonsByKsSchemaCamel: Omit<z.ZodType<{
|
|
|
27471
27474
|
deprecated_fields?: Record<string, unknown> | null | undefined;
|
|
27472
27475
|
prior_knowledge_requirements?: string[] | null | undefined;
|
|
27473
27476
|
};
|
|
27474
|
-
lesson_slug: string;
|
|
27475
27477
|
unit_slug: string;
|
|
27476
|
-
programme_slug: string;
|
|
27477
|
-
is_legacy: boolean;
|
|
27478
27478
|
null_unitvariant_id: number;
|
|
27479
27479
|
features?: {
|
|
27480
27480
|
pe_practical?: boolean | undefined;
|
|
@@ -27591,6 +27591,9 @@ declare const syntheticUnitvariantLessonsByKsSchemaCamel: Omit<z.ZodType<{
|
|
|
27591
27591
|
legacy?: string | undefined;
|
|
27592
27592
|
dataset?: string | undefined;
|
|
27593
27593
|
};
|
|
27594
|
+
lessonSlug: string;
|
|
27595
|
+
isLegacy: boolean;
|
|
27596
|
+
programmeSlug: string;
|
|
27594
27597
|
lessonData: {
|
|
27595
27598
|
createdAt: string;
|
|
27596
27599
|
updatedAt: string;
|
|
@@ -27727,10 +27730,7 @@ declare const syntheticUnitvariantLessonsByKsSchemaCamel: Omit<z.ZodType<{
|
|
|
27727
27730
|
} | null | undefined;
|
|
27728
27731
|
priorKnowledgeRequirements?: string[] | null | undefined;
|
|
27729
27732
|
};
|
|
27730
|
-
lessonSlug: string;
|
|
27731
27733
|
unitSlug: string;
|
|
27732
|
-
programmeSlug: string;
|
|
27733
|
-
isLegacy: boolean;
|
|
27734
27734
|
nullUnitvariantId: number;
|
|
27735
27735
|
features?: {
|
|
27736
27736
|
pePractical?: boolean | undefined;
|
|
@@ -27848,6 +27848,9 @@ declare const syntheticUnitvariantLessonsByKsSchemaCamel: Omit<z.ZodType<{
|
|
|
27848
27848
|
legacy?: string | undefined;
|
|
27849
27849
|
dataset?: string | undefined;
|
|
27850
27850
|
};
|
|
27851
|
+
lesson_slug: string;
|
|
27852
|
+
is_legacy: boolean;
|
|
27853
|
+
programme_slug: string;
|
|
27851
27854
|
lesson_data: {
|
|
27852
27855
|
created_at: string;
|
|
27853
27856
|
updated_at: string;
|
|
@@ -27970,10 +27973,7 @@ declare const syntheticUnitvariantLessonsByKsSchemaCamel: Omit<z.ZodType<{
|
|
|
27970
27973
|
deprecated_fields?: Record<string, unknown> | null | undefined;
|
|
27971
27974
|
prior_knowledge_requirements?: string[] | null | undefined;
|
|
27972
27975
|
};
|
|
27973
|
-
lesson_slug: string;
|
|
27974
27976
|
unit_slug: string;
|
|
27975
|
-
programme_slug: string;
|
|
27976
|
-
is_legacy: boolean;
|
|
27977
27977
|
null_unitvariant_id: number;
|
|
27978
27978
|
features?: {
|
|
27979
27979
|
pe_practical?: boolean | undefined;
|
|
@@ -28092,6 +28092,9 @@ declare const syntheticUnitvariantLessonsByKsSchemaCamel: Omit<z.ZodType<{
|
|
|
28092
28092
|
legacy?: string | undefined;
|
|
28093
28093
|
dataset?: string | undefined;
|
|
28094
28094
|
};
|
|
28095
|
+
lessonSlug: string;
|
|
28096
|
+
isLegacy: boolean;
|
|
28097
|
+
programmeSlug: string;
|
|
28095
28098
|
lessonData: {
|
|
28096
28099
|
createdAt: string;
|
|
28097
28100
|
updatedAt: string;
|
|
@@ -28228,10 +28231,7 @@ declare const syntheticUnitvariantLessonsByKsSchemaCamel: Omit<z.ZodType<{
|
|
|
28228
28231
|
} | null | undefined;
|
|
28229
28232
|
priorKnowledgeRequirements?: string[] | null | undefined;
|
|
28230
28233
|
};
|
|
28231
|
-
lessonSlug: string;
|
|
28232
28234
|
unitSlug: string;
|
|
28233
|
-
programmeSlug: string;
|
|
28234
|
-
isLegacy: boolean;
|
|
28235
28235
|
nullUnitvariantId: number;
|
|
28236
28236
|
features?: {
|
|
28237
28237
|
pePractical?: boolean | undefined;
|