@oaknational/oak-curriculum-schema 2.9.2 → 2.10.0-beta.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 +95 -95
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: "lesson";
|
|
38
38
|
quiz: "quiz";
|
|
39
|
-
slidedeck: "slidedeck";
|
|
40
|
-
video: "video";
|
|
41
|
-
worksheet: "worksheet";
|
|
42
39
|
worksheet_answers: "worksheet_answers";
|
|
43
|
-
lesson: "lesson";
|
|
44
40
|
downloadable_file: "downloadable_file";
|
|
45
41
|
supplementary_resource: "supplementary_resource";
|
|
42
|
+
worksheet: "worksheet";
|
|
43
|
+
slidedeck: "slidedeck";
|
|
44
|
+
lesson_guide: "lesson_guide";
|
|
46
45
|
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: "lesson";
|
|
56
56
|
quiz: "quiz";
|
|
57
|
-
slidedeck: "slidedeck";
|
|
58
|
-
video: "video";
|
|
59
|
-
worksheet: "worksheet";
|
|
60
57
|
worksheet_answers: "worksheet_answers";
|
|
61
|
-
lesson: "lesson";
|
|
62
58
|
downloadable_file: "downloadable_file";
|
|
63
59
|
supplementary_resource: "supplementary_resource";
|
|
60
|
+
worksheet: "worksheet";
|
|
61
|
+
slidedeck: "slidedeck";
|
|
62
|
+
lesson_guide: "lesson_guide";
|
|
64
63
|
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" | "quiz" | "worksheet_answers" | "downloadable_file" | "supplementary_resource" | "worksheet" | "slidedeck" | "lesson_guide" | "media_clip" | "video" | "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" | "quiz" | "worksheet_answers" | "downloadable_file" | "supplementary_resource" | "worksheet" | "slidedeck" | "lesson_guide" | "media_clip" | "video" | "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" | "quiz" | "worksheet_answers" | "downloadable_file" | "supplementary_resource" | "worksheet" | "slidedeck" | "lesson_guide" | "media_clip" | "video" | "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" | "quiz" | "worksheet_answers" | "downloadable_file" | "supplementary_resource" | "worksheet" | "slidedeck" | "lesson_guide" | "media_clip" | "video" | "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" | "quiz" | "worksheet_answers" | "downloadable_file" | "supplementary_resource" | "worksheet" | "slidedeck" | "lesson_guide" | "media_clip" | "video" | "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" | "quiz" | "worksheet_answers" | "downloadable_file" | "supplementary_resource" | "worksheet" | "slidedeck" | "lesson_guide" | "media_clip" | "video" | "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";
|
|
2694
2691
|
worksheet_answers: "worksheet_answers";
|
|
2695
2692
|
downloadable_file: "downloadable_file";
|
|
2696
2693
|
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";
|
|
2743
2740
|
worksheet_answers: "worksheet_answers";
|
|
2744
2741
|
downloadable_file: "downloadable_file";
|
|
2745
2742
|
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";
|
|
2782
2779
|
worksheet_answers: "worksheet_answers";
|
|
2783
2780
|
downloadable_file: "downloadable_file";
|
|
2784
2781
|
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";
|
|
2826
2823
|
worksheet_answers: "worksheet_answers";
|
|
2827
2824
|
downloadable_file: "downloadable_file";
|
|
2828
2825
|
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: "worksheet_answers" | "downloadable_file" | "supplementary_resource" | "worksheet" | "slidedeck" | "lesson_guide";
|
|
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: "worksheet_answers" | "downloadable_file" | "supplementary_resource" | "worksheet" | "slidedeck" | "lesson_guide";
|
|
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: "worksheet_answers" | "downloadable_file" | "supplementary_resource" | "worksheet" | "slidedeck" | "lesson_guide";
|
|
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: "worksheet_answers" | "downloadable_file" | "supplementary_resource" | "worksheet" | "slidedeck" | "lesson_guide";
|
|
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: "worksheet_answers" | "downloadable_file" | "supplementary_resource" | "worksheet" | "slidedeck" | "lesson_guide";
|
|
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: "worksheet_answers" | "downloadable_file" | "supplementary_resource" | "worksheet" | "slidedeck" | "lesson_guide";
|
|
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: "worksheet_answers" | "downloadable_file" | "supplementary_resource" | "worksheet" | "slidedeck" | "lesson_guide";
|
|
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: "worksheet_answers" | "downloadable_file" | "supplementary_resource" | "worksheet" | "slidedeck" | "lesson_guide";
|
|
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: "worksheet_answers" | "downloadable_file" | "supplementary_resource" | "worksheet" | "slidedeck" | "lesson_guide";
|
|
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: "worksheet_answers" | "downloadable_file" | "supplementary_resource" | "worksheet" | "slidedeck" | "lesson_guide";
|
|
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: "worksheet_answers" | "downloadable_file" | "supplementary_resource" | "worksheet" | "slidedeck" | "lesson_guide";
|
|
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: "worksheet_answers" | "downloadable_file" | "supplementary_resource" | "worksheet" | "slidedeck" | "lesson_guide";
|
|
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: "worksheet_answers" | "downloadable_file" | "supplementary_resource" | "worksheet" | "slidedeck" | "lesson_guide";
|
|
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: "worksheet_answers" | "downloadable_file" | "supplementary_resource" | "worksheet" | "slidedeck" | "lesson_guide";
|
|
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: "worksheet_answers" | "downloadable_file" | "supplementary_resource" | "worksheet" | "slidedeck" | "lesson_guide";
|
|
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: "worksheet_answers" | "downloadable_file" | "supplementary_resource" | "worksheet" | "slidedeck" | "lesson_guide";
|
|
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: "worksheet_answers" | "downloadable_file" | "supplementary_resource" | "worksheet" | "slidedeck" | "lesson_guide";
|
|
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: "worksheet_answers" | "downloadable_file" | "supplementary_resource" | "worksheet" | "slidedeck" | "lesson_guide";
|
|
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";
|
|
3676
3673
|
worksheet_answers: "worksheet_answers";
|
|
3677
3674
|
downloadable_file: "downloadable_file";
|
|
3678
3675
|
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,6 +6678,7 @@ 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;
|
|
6681
6682
|
lesson_id: z.ZodNumber;
|
|
6682
6683
|
lesson_uid: z.ZodString;
|
|
6683
6684
|
_cohort: z.ZodEnum<{
|
|
@@ -6688,7 +6689,6 @@ declare const lessonNewSchema: z.ZodObject<{
|
|
|
6688
6689
|
}>;
|
|
6689
6690
|
_deleted: z.ZodBoolean;
|
|
6690
6691
|
_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;
|
|
7604
7605
|
lessonId: number;
|
|
7605
7606
|
lessonUid: string;
|
|
7606
7607
|
_cohort: "0" | "2020-2023" | "2023-2024" | "2024-2025";
|
|
7607
7608
|
_deleted: boolean;
|
|
7608
7609
|
_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;
|
|
7719
7720
|
lessonId: number;
|
|
7720
7721
|
lessonUid: string;
|
|
7721
7722
|
_cohort: "0" | "2020-2023" | "2023-2024" | "2024-2025";
|
|
7722
7723
|
_deleted: boolean;
|
|
7723
7724
|
_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;
|
|
7835
7836
|
lesson_id: number;
|
|
7836
7837
|
lesson_uid: string;
|
|
7837
7838
|
_cohort: "0" | "2020-2023" | "2023-2024" | "2024-2025";
|
|
7838
7839
|
_deleted: boolean;
|
|
7839
7840
|
_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;
|
|
7938
7939
|
lessonId: number;
|
|
7939
7940
|
lessonUid: string;
|
|
7940
7941
|
_cohort: "0" | "2020-2023" | "2023-2024" | "2024-2025";
|
|
7941
7942
|
_deleted: boolean;
|
|
7942
7943
|
_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;
|
|
8054
8055
|
lesson_id: number;
|
|
8055
8056
|
lesson_uid: string;
|
|
8056
8057
|
_cohort: "0" | "2020-2023" | "2023-2024" | "2024-2025";
|
|
8057
8058
|
_deleted: boolean;
|
|
8058
8059
|
_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;
|
|
8159
8160
|
lessonId: number;
|
|
8160
8161
|
lessonUid: string;
|
|
8161
8162
|
_cohort: "0" | "2020-2023" | "2023-2024" | "2024-2025";
|
|
8162
8163
|
_deleted: boolean;
|
|
8163
8164
|
_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>;
|
|
11988
11989
|
_cohort: z.ZodEnum<{
|
|
11989
11990
|
0: "0";
|
|
11990
11991
|
"2020-2023": "2020-2023";
|
|
11991
11992
|
"2023-2024": "2023-2024";
|
|
11992
11993
|
"2024-2025": "2024-2025";
|
|
11993
11994
|
}>;
|
|
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
|
-
_cohort: "0" | "2020-2023" | "2023-2024" | "2024-2025";
|
|
12122
12121
|
description: string | null;
|
|
12122
|
+
_cohort: "0" | "2020-2023" | "2023-2024" | "2024-2025";
|
|
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
|
-
_cohort: "0" | "2020-2023" | "2023-2024" | "2024-2025";
|
|
12135
12134
|
description: string | null;
|
|
12135
|
+
_cohort: "0" | "2020-2023" | "2023-2024" | "2024-2025";
|
|
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
|
-
_cohort: "0" | "2020-2023" | "2023-2024" | "2024-2025";
|
|
12149
12148
|
description: string | null;
|
|
12149
|
+
_cohort: "0" | "2020-2023" | "2023-2024" | "2024-2025";
|
|
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
|
-
_cohort: "0" | "2020-2023" | "2023-2024" | "2024-2025";
|
|
12160
12159
|
description: string | null;
|
|
12160
|
+
_cohort: "0" | "2020-2023" | "2023-2024" | "2024-2025";
|
|
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
|
-
_cohort: "0" | "2020-2023" | "2023-2024" | "2024-2025";
|
|
12174
12173
|
description: string | null;
|
|
12174
|
+
_cohort: "0" | "2020-2023" | "2023-2024" | "2024-2025";
|
|
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
|
-
_cohort: "0" | "2020-2023" | "2023-2024" | "2024-2025";
|
|
12187
12186
|
description: string | null;
|
|
12187
|
+
_cohort: "0" | "2020-2023" | "2023-2024" | "2024-2025";
|
|
12188
12188
|
expirationDate: string | null;
|
|
12189
12189
|
tags: number[] | null;
|
|
12190
12190
|
unitId: number;
|
|
@@ -19431,7 +19431,6 @@ declare const programmeListingSchema: z.ZodObject<{
|
|
|
19431
19431
|
dataset: z.ZodOptional<z.ZodString>;
|
|
19432
19432
|
}, z.core.$strip>;
|
|
19433
19433
|
is_legacy: z.ZodBoolean;
|
|
19434
|
-
programme_slug: z.ZodString;
|
|
19435
19434
|
lesson_data: z.ZodObject<{
|
|
19436
19435
|
created_at: z.ZodString;
|
|
19437
19436
|
updated_at: z.ZodString;
|
|
@@ -19545,6 +19544,7 @@ declare const programmeListingSchema: z.ZodObject<{
|
|
|
19545
19544
|
}, z.core.$strip>>>;
|
|
19546
19545
|
lesson_release_date: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
19547
19546
|
}, z.core.$strip>;
|
|
19547
|
+
programme_slug: z.ZodString;
|
|
19548
19548
|
}, z.core.$strip>;
|
|
19549
19549
|
type ProgrammeListing = z.infer<typeof programmeListingSchema>;
|
|
19550
19550
|
declare const programmeListingSchemaCamel: Omit<z.ZodType<{
|
|
@@ -19585,7 +19585,6 @@ declare const programmeListingSchemaCamel: Omit<z.ZodType<{
|
|
|
19585
19585
|
dataset?: string | undefined;
|
|
19586
19586
|
};
|
|
19587
19587
|
isLegacy: boolean;
|
|
19588
|
-
programmeSlug: string;
|
|
19589
19588
|
lessonData: {
|
|
19590
19589
|
createdAt: string;
|
|
19591
19590
|
updatedAt: string;
|
|
@@ -19706,6 +19705,7 @@ declare const programmeListingSchemaCamel: Omit<z.ZodType<{
|
|
|
19706
19705
|
} | null | undefined;
|
|
19707
19706
|
lessonReleaseDate?: string | null | undefined;
|
|
19708
19707
|
};
|
|
19708
|
+
programmeSlug: string;
|
|
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";
|
|
@@ -19744,7 +19744,6 @@ declare const programmeListingSchemaCamel: Omit<z.ZodType<{
|
|
|
19744
19744
|
dataset?: string | undefined;
|
|
19745
19745
|
};
|
|
19746
19746
|
isLegacy: boolean;
|
|
19747
|
-
programmeSlug: string;
|
|
19748
19747
|
lessonData: {
|
|
19749
19748
|
createdAt: string;
|
|
19750
19749
|
updatedAt: string;
|
|
@@ -19865,6 +19864,7 @@ declare const programmeListingSchemaCamel: Omit<z.ZodType<{
|
|
|
19865
19864
|
} | null | undefined;
|
|
19866
19865
|
lessonReleaseDate?: string | null | undefined;
|
|
19867
19866
|
};
|
|
19867
|
+
programmeSlug: string;
|
|
19868
19868
|
}, unknown>>, "parse" | "safeParse"> & {
|
|
19869
19869
|
parse: (input: {
|
|
19870
19870
|
programme_fields: {
|
|
@@ -19904,7 +19904,6 @@ declare const programmeListingSchemaCamel: Omit<z.ZodType<{
|
|
|
19904
19904
|
dataset?: string | undefined;
|
|
19905
19905
|
};
|
|
19906
19906
|
is_legacy: boolean;
|
|
19907
|
-
programme_slug: string;
|
|
19908
19907
|
lesson_data: {
|
|
19909
19908
|
created_at: string;
|
|
19910
19909
|
updated_at: string;
|
|
@@ -20013,6 +20012,7 @@ declare const programmeListingSchemaCamel: Omit<z.ZodType<{
|
|
|
20013
20012
|
}[]> | null | undefined;
|
|
20014
20013
|
lesson_release_date?: string | null | undefined;
|
|
20015
20014
|
};
|
|
20015
|
+
programme_slug: string;
|
|
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";
|
|
@@ -20051,7 +20051,6 @@ declare const programmeListingSchemaCamel: Omit<z.ZodType<{
|
|
|
20051
20051
|
dataset?: string | undefined;
|
|
20052
20052
|
};
|
|
20053
20053
|
isLegacy: boolean;
|
|
20054
|
-
programmeSlug: string;
|
|
20055
20054
|
lessonData: {
|
|
20056
20055
|
createdAt: string;
|
|
20057
20056
|
updatedAt: string;
|
|
@@ -20172,6 +20171,7 @@ declare const programmeListingSchemaCamel: Omit<z.ZodType<{
|
|
|
20172
20171
|
} | null | undefined;
|
|
20173
20172
|
lessonReleaseDate?: string | null | undefined;
|
|
20174
20173
|
};
|
|
20174
|
+
programmeSlug: string;
|
|
20175
20175
|
};
|
|
20176
20176
|
safeParse: (input: {
|
|
20177
20177
|
programme_fields: {
|
|
@@ -20211,7 +20211,6 @@ declare const programmeListingSchemaCamel: Omit<z.ZodType<{
|
|
|
20211
20211
|
dataset?: string | undefined;
|
|
20212
20212
|
};
|
|
20213
20213
|
is_legacy: boolean;
|
|
20214
|
-
programme_slug: string;
|
|
20215
20214
|
lesson_data: {
|
|
20216
20215
|
created_at: string;
|
|
20217
20216
|
updated_at: string;
|
|
@@ -20320,6 +20319,7 @@ declare const programmeListingSchemaCamel: Omit<z.ZodType<{
|
|
|
20320
20319
|
}[]> | null | undefined;
|
|
20321
20320
|
lesson_release_date?: string | null | undefined;
|
|
20322
20321
|
};
|
|
20322
|
+
programme_slug: string;
|
|
20323
20323
|
}) => {
|
|
20324
20324
|
success: boolean;
|
|
20325
20325
|
data?: {
|
|
@@ -20360,7 +20360,6 @@ declare const programmeListingSchemaCamel: Omit<z.ZodType<{
|
|
|
20360
20360
|
dataset?: string | undefined;
|
|
20361
20361
|
};
|
|
20362
20362
|
isLegacy: boolean;
|
|
20363
|
-
programmeSlug: string;
|
|
20364
20363
|
lessonData: {
|
|
20365
20364
|
createdAt: string;
|
|
20366
20365
|
updatedAt: string;
|
|
@@ -20481,6 +20480,7 @@ declare const programmeListingSchemaCamel: Omit<z.ZodType<{
|
|
|
20481
20480
|
} | null | undefined;
|
|
20482
20481
|
lessonReleaseDate?: string | null | undefined;
|
|
20483
20482
|
};
|
|
20483
|
+
programmeSlug: string;
|
|
20484
20484
|
} | undefined;
|
|
20485
20485
|
error?: any;
|
|
20486
20486
|
};
|
|
@@ -20778,7 +20778,6 @@ declare const programmeListingArraySchema: z.ZodArray<z.ZodObject<{
|
|
|
20778
20778
|
dataset: z.ZodOptional<z.ZodString>;
|
|
20779
20779
|
}, z.core.$strip>;
|
|
20780
20780
|
is_legacy: z.ZodBoolean;
|
|
20781
|
-
programme_slug: z.ZodString;
|
|
20782
20781
|
lesson_data: z.ZodObject<{
|
|
20783
20782
|
created_at: z.ZodString;
|
|
20784
20783
|
updated_at: z.ZodString;
|
|
@@ -20892,6 +20891,7 @@ declare const programmeListingArraySchema: z.ZodArray<z.ZodObject<{
|
|
|
20892
20891
|
}, z.core.$strip>>>;
|
|
20893
20892
|
lesson_release_date: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
20894
20893
|
}, z.core.$strip>;
|
|
20894
|
+
programme_slug: z.ZodString;
|
|
20895
20895
|
}, z.core.$strip>>;
|
|
20896
20896
|
type ProgrammeListingArray = z.infer<typeof programmeListingArraySchema>;
|
|
20897
20897
|
declare const programmeListingArraySchemaCamel: Omit<z.ZodType<{
|
|
@@ -20932,7 +20932,6 @@ declare const programmeListingArraySchemaCamel: Omit<z.ZodType<{
|
|
|
20932
20932
|
dataset?: string | undefined;
|
|
20933
20933
|
};
|
|
20934
20934
|
isLegacy: boolean;
|
|
20935
|
-
programmeSlug: string;
|
|
20936
20935
|
lessonData: {
|
|
20937
20936
|
createdAt: string;
|
|
20938
20937
|
updatedAt: string;
|
|
@@ -21053,6 +21052,7 @@ declare const programmeListingArraySchemaCamel: Omit<z.ZodType<{
|
|
|
21053
21052
|
} | null | undefined;
|
|
21054
21053
|
lessonReleaseDate?: string | null | undefined;
|
|
21055
21054
|
};
|
|
21055
|
+
programmeSlug: string;
|
|
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";
|
|
@@ -21091,7 +21091,6 @@ declare const programmeListingArraySchemaCamel: Omit<z.ZodType<{
|
|
|
21091
21091
|
dataset?: string | undefined;
|
|
21092
21092
|
};
|
|
21093
21093
|
isLegacy: boolean;
|
|
21094
|
-
programmeSlug: string;
|
|
21095
21094
|
lessonData: {
|
|
21096
21095
|
createdAt: string;
|
|
21097
21096
|
updatedAt: string;
|
|
@@ -21212,6 +21211,7 @@ declare const programmeListingArraySchemaCamel: Omit<z.ZodType<{
|
|
|
21212
21211
|
} | null | undefined;
|
|
21213
21212
|
lessonReleaseDate?: string | null | undefined;
|
|
21214
21213
|
};
|
|
21214
|
+
programmeSlug: string;
|
|
21215
21215
|
}[], unknown>>, "parse" | "safeParse"> & {
|
|
21216
21216
|
parse: (input: {
|
|
21217
21217
|
programme_fields: {
|
|
@@ -21251,7 +21251,6 @@ declare const programmeListingArraySchemaCamel: Omit<z.ZodType<{
|
|
|
21251
21251
|
dataset?: string | undefined;
|
|
21252
21252
|
};
|
|
21253
21253
|
is_legacy: boolean;
|
|
21254
|
-
programme_slug: string;
|
|
21255
21254
|
lesson_data: {
|
|
21256
21255
|
created_at: string;
|
|
21257
21256
|
updated_at: string;
|
|
@@ -21360,6 +21359,7 @@ declare const programmeListingArraySchemaCamel: Omit<z.ZodType<{
|
|
|
21360
21359
|
}[]> | null | undefined;
|
|
21361
21360
|
lesson_release_date?: string | null | undefined;
|
|
21362
21361
|
};
|
|
21362
|
+
programme_slug: string;
|
|
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";
|
|
@@ -21398,7 +21398,6 @@ declare const programmeListingArraySchemaCamel: Omit<z.ZodType<{
|
|
|
21398
21398
|
dataset?: string | undefined;
|
|
21399
21399
|
};
|
|
21400
21400
|
isLegacy: boolean;
|
|
21401
|
-
programmeSlug: string;
|
|
21402
21401
|
lessonData: {
|
|
21403
21402
|
createdAt: string;
|
|
21404
21403
|
updatedAt: string;
|
|
@@ -21519,6 +21518,7 @@ declare const programmeListingArraySchemaCamel: Omit<z.ZodType<{
|
|
|
21519
21518
|
} | null | undefined;
|
|
21520
21519
|
lessonReleaseDate?: string | null | undefined;
|
|
21521
21520
|
};
|
|
21521
|
+
programmeSlug: string;
|
|
21522
21522
|
}[];
|
|
21523
21523
|
safeParse: (input: {
|
|
21524
21524
|
programme_fields: {
|
|
@@ -21558,7 +21558,6 @@ declare const programmeListingArraySchemaCamel: Omit<z.ZodType<{
|
|
|
21558
21558
|
dataset?: string | undefined;
|
|
21559
21559
|
};
|
|
21560
21560
|
is_legacy: boolean;
|
|
21561
|
-
programme_slug: string;
|
|
21562
21561
|
lesson_data: {
|
|
21563
21562
|
created_at: string;
|
|
21564
21563
|
updated_at: string;
|
|
@@ -21667,6 +21666,7 @@ declare const programmeListingArraySchemaCamel: Omit<z.ZodType<{
|
|
|
21667
21666
|
}[]> | null | undefined;
|
|
21668
21667
|
lesson_release_date?: string | null | undefined;
|
|
21669
21668
|
};
|
|
21669
|
+
programme_slug: string;
|
|
21670
21670
|
}[]) => {
|
|
21671
21671
|
success: boolean;
|
|
21672
21672
|
data?: {
|
|
@@ -21707,7 +21707,6 @@ declare const programmeListingArraySchemaCamel: Omit<z.ZodType<{
|
|
|
21707
21707
|
dataset?: string | undefined;
|
|
21708
21708
|
};
|
|
21709
21709
|
isLegacy: boolean;
|
|
21710
|
-
programmeSlug: string;
|
|
21711
21710
|
lessonData: {
|
|
21712
21711
|
createdAt: string;
|
|
21713
21712
|
updatedAt: string;
|
|
@@ -21828,6 +21827,7 @@ declare const programmeListingArraySchemaCamel: Omit<z.ZodType<{
|
|
|
21828
21827
|
} | null | undefined;
|
|
21829
21828
|
lessonReleaseDate?: string | null | undefined;
|
|
21830
21829
|
};
|
|
21830
|
+
programmeSlug: string;
|
|
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";
|
|
21846
21843
|
worksheet_answers: "worksheet_answers";
|
|
21847
21844
|
downloadable_file: "downloadable_file";
|
|
21848
21845
|
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: "worksheet_answers" | "downloadable_file" | "supplementary_resource" | "worksheet" | "slidedeck" | "lesson_guide";
|
|
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: "worksheet_answers" | "downloadable_file" | "supplementary_resource" | "worksheet" | "slidedeck" | "lesson_guide";
|
|
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: "worksheet_answers" | "downloadable_file" | "supplementary_resource" | "worksheet" | "slidedeck" | "lesson_guide";
|
|
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: "worksheet_answers" | "downloadable_file" | "supplementary_resource" | "worksheet" | "slidedeck" | "lesson_guide";
|
|
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: "worksheet_answers" | "downloadable_file" | "supplementary_resource" | "worksheet" | "slidedeck" | "lesson_guide";
|
|
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: "worksheet_answers" | "downloadable_file" | "supplementary_resource" | "worksheet" | "slidedeck" | "lesson_guide";
|
|
22072
22072
|
assetObject: {
|
|
22073
22073
|
pdf?: {
|
|
22074
22074
|
bucketName?: string | null | undefined;
|
|
@@ -26235,6 +26235,8 @@ declare const syntheticUnitvariantLessonsByKsSchema: z.ZodObject<{
|
|
|
26235
26235
|
legacy: z.ZodOptional<z.ZodString>;
|
|
26236
26236
|
dataset: z.ZodOptional<z.ZodString>;
|
|
26237
26237
|
}, z.core.$strip>;
|
|
26238
|
+
lesson_slug: z.ZodString;
|
|
26239
|
+
is_legacy: z.ZodBoolean;
|
|
26238
26240
|
actions: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
26239
26241
|
exclusions: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodEnum<{
|
|
26240
26242
|
pupilSubjectListingQuery: "pupilSubjectListingQuery";
|
|
@@ -26646,9 +26648,6 @@ declare const syntheticUnitvariantLessonsByKsSchema: z.ZodObject<{
|
|
|
26646
26648
|
group_by_subjectcategory: z.ZodBoolean;
|
|
26647
26649
|
}, z.core.$strip>>;
|
|
26648
26650
|
}, z.core.$strip>>>;
|
|
26649
|
-
lesson_slug: z.ZodString;
|
|
26650
|
-
is_legacy: z.ZodBoolean;
|
|
26651
|
-
programme_slug: z.ZodString;
|
|
26652
26651
|
lesson_data: z.ZodObject<{
|
|
26653
26652
|
created_at: z.ZodString;
|
|
26654
26653
|
updated_at: z.ZodString;
|
|
@@ -26782,6 +26781,7 @@ declare const syntheticUnitvariantLessonsByKsSchema: z.ZodObject<{
|
|
|
26782
26781
|
expiration_date: z.ZodNullable<z.ZodString>;
|
|
26783
26782
|
}, z.core.$strip>;
|
|
26784
26783
|
unit_slug: z.ZodString;
|
|
26784
|
+
programme_slug: z.ZodString;
|
|
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;
|
|
@@ -26838,7 +26838,6 @@ declare const syntheticUnitvariantLessonsByKsSchemaCamel: Omit<z.ZodType<{
|
|
|
26838
26838
|
};
|
|
26839
26839
|
lessonSlug: string;
|
|
26840
26840
|
isLegacy: boolean;
|
|
26841
|
-
programmeSlug: string;
|
|
26842
26841
|
lessonData: {
|
|
26843
26842
|
createdAt: string;
|
|
26844
26843
|
updatedAt: string;
|
|
@@ -26976,6 +26975,7 @@ declare const syntheticUnitvariantLessonsByKsSchemaCamel: Omit<z.ZodType<{
|
|
|
26976
26975
|
priorKnowledgeRequirements?: string[] | null | undefined;
|
|
26977
26976
|
};
|
|
26978
26977
|
unitSlug: string;
|
|
26978
|
+
programmeSlug: string;
|
|
26979
26979
|
nullUnitvariantId: number;
|
|
26980
26980
|
features?: {
|
|
26981
26981
|
pePractical?: boolean | undefined;
|
|
@@ -27094,7 +27094,6 @@ declare const syntheticUnitvariantLessonsByKsSchemaCamel: Omit<z.ZodType<{
|
|
|
27094
27094
|
};
|
|
27095
27095
|
lessonSlug: string;
|
|
27096
27096
|
isLegacy: boolean;
|
|
27097
|
-
programmeSlug: string;
|
|
27098
27097
|
lessonData: {
|
|
27099
27098
|
createdAt: string;
|
|
27100
27099
|
updatedAt: string;
|
|
@@ -27232,6 +27231,7 @@ declare const syntheticUnitvariantLessonsByKsSchemaCamel: Omit<z.ZodType<{
|
|
|
27232
27231
|
priorKnowledgeRequirements?: string[] | null | undefined;
|
|
27233
27232
|
};
|
|
27234
27233
|
unitSlug: string;
|
|
27234
|
+
programmeSlug: string;
|
|
27235
27235
|
nullUnitvariantId: number;
|
|
27236
27236
|
features?: {
|
|
27237
27237
|
pePractical?: boolean | undefined;
|
|
@@ -27351,7 +27351,6 @@ declare const syntheticUnitvariantLessonsByKsSchemaCamel: Omit<z.ZodType<{
|
|
|
27351
27351
|
};
|
|
27352
27352
|
lesson_slug: string;
|
|
27353
27353
|
is_legacy: boolean;
|
|
27354
|
-
programme_slug: string;
|
|
27355
27354
|
lesson_data: {
|
|
27356
27355
|
created_at: string;
|
|
27357
27356
|
updated_at: string;
|
|
@@ -27475,6 +27474,7 @@ declare const syntheticUnitvariantLessonsByKsSchemaCamel: Omit<z.ZodType<{
|
|
|
27475
27474
|
prior_knowledge_requirements?: string[] | null | undefined;
|
|
27476
27475
|
};
|
|
27477
27476
|
unit_slug: string;
|
|
27477
|
+
programme_slug: string;
|
|
27478
27478
|
null_unitvariant_id: number;
|
|
27479
27479
|
features?: {
|
|
27480
27480
|
pe_practical?: boolean | undefined;
|
|
@@ -27593,7 +27593,6 @@ declare const syntheticUnitvariantLessonsByKsSchemaCamel: Omit<z.ZodType<{
|
|
|
27593
27593
|
};
|
|
27594
27594
|
lessonSlug: string;
|
|
27595
27595
|
isLegacy: boolean;
|
|
27596
|
-
programmeSlug: string;
|
|
27597
27596
|
lessonData: {
|
|
27598
27597
|
createdAt: string;
|
|
27599
27598
|
updatedAt: string;
|
|
@@ -27731,6 +27730,7 @@ declare const syntheticUnitvariantLessonsByKsSchemaCamel: Omit<z.ZodType<{
|
|
|
27731
27730
|
priorKnowledgeRequirements?: string[] | null | undefined;
|
|
27732
27731
|
};
|
|
27733
27732
|
unitSlug: string;
|
|
27733
|
+
programmeSlug: string;
|
|
27734
27734
|
nullUnitvariantId: number;
|
|
27735
27735
|
features?: {
|
|
27736
27736
|
pePractical?: boolean | undefined;
|
|
@@ -27850,7 +27850,6 @@ declare const syntheticUnitvariantLessonsByKsSchemaCamel: Omit<z.ZodType<{
|
|
|
27850
27850
|
};
|
|
27851
27851
|
lesson_slug: string;
|
|
27852
27852
|
is_legacy: boolean;
|
|
27853
|
-
programme_slug: string;
|
|
27854
27853
|
lesson_data: {
|
|
27855
27854
|
created_at: string;
|
|
27856
27855
|
updated_at: string;
|
|
@@ -27974,6 +27973,7 @@ declare const syntheticUnitvariantLessonsByKsSchemaCamel: Omit<z.ZodType<{
|
|
|
27974
27973
|
prior_knowledge_requirements?: string[] | null | undefined;
|
|
27975
27974
|
};
|
|
27976
27975
|
unit_slug: string;
|
|
27976
|
+
programme_slug: string;
|
|
27977
27977
|
null_unitvariant_id: number;
|
|
27978
27978
|
features?: {
|
|
27979
27979
|
pe_practical?: boolean | undefined;
|
|
@@ -28094,7 +28094,6 @@ declare const syntheticUnitvariantLessonsByKsSchemaCamel: Omit<z.ZodType<{
|
|
|
28094
28094
|
};
|
|
28095
28095
|
lessonSlug: string;
|
|
28096
28096
|
isLegacy: boolean;
|
|
28097
|
-
programmeSlug: string;
|
|
28098
28097
|
lessonData: {
|
|
28099
28098
|
createdAt: string;
|
|
28100
28099
|
updatedAt: string;
|
|
@@ -28232,6 +28231,7 @@ declare const syntheticUnitvariantLessonsByKsSchemaCamel: Omit<z.ZodType<{
|
|
|
28232
28231
|
priorKnowledgeRequirements?: string[] | null | undefined;
|
|
28233
28232
|
};
|
|
28234
28233
|
unitSlug: string;
|
|
28234
|
+
programmeSlug: string;
|
|
28235
28235
|
nullUnitvariantId: number;
|
|
28236
28236
|
features?: {
|
|
28237
28237
|
pePractical?: boolean | undefined;
|