@oaknational/oak-curriculum-schema 1.46.0 → 1.46.1

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.
@@ -77,9 +77,6 @@ export const mediaClipsFixture = ({
77
77
  },
78
78
  max_resolution_tier: "1080p",
79
79
  max_stored_resolution: "Audio only",
80
- non_standard_input_reasons: {
81
- audio_codec: "mp3",
82
- },
83
80
  },
84
81
  },
85
82
  {
@@ -152,9 +149,6 @@ export const mediaClipsFixture = ({
152
149
  },
153
150
  max_resolution_tier: "1080p",
154
151
  max_stored_resolution: "Audio only",
155
- non_standard_input_reasons: {
156
- audio_codec: "mp3",
157
- },
158
152
  },
159
153
  },
160
154
  ],
@@ -62,11 +62,6 @@ export const clipVideoObjectSchema = z.object({
62
62
  }),
63
63
  max_resolution_tier: z.string(),
64
64
  max_stored_resolution: z.string(),
65
- non_standard_input_reasons: z
66
- .object({
67
- audio_codec: z.string(),
68
- })
69
- .optional(),
70
65
  });
71
66
 
72
67
  export const mediaClipCycleSchema = z.object({
package/dist/types.d.ts CHANGED
@@ -5742,13 +5742,6 @@ declare const lessonContentSchema: z.ZodObject<{
5742
5742
  }>;
5743
5743
  max_resolution_tier: z.ZodString;
5744
5744
  max_stored_resolution: z.ZodString;
5745
- non_standard_input_reasons: z.ZodOptional<z.ZodObject<{
5746
- audio_codec: z.ZodString;
5747
- }, "strip", z.ZodTypeAny, {
5748
- audio_codec: string;
5749
- }, {
5750
- audio_codec: string;
5751
- }>>;
5752
5745
  }, "strip", z.ZodTypeAny, {
5753
5746
  passthrough: string;
5754
5747
  id: string;
@@ -5776,9 +5769,6 @@ declare const lessonContentSchema: z.ZodObject<{
5776
5769
  asset_id?: string | undefined;
5777
5770
  duration?: number | undefined;
5778
5771
  }[] | undefined;
5779
- non_standard_input_reasons?: {
5780
- audio_codec: string;
5781
- } | undefined;
5782
5772
  }, {
5783
5773
  passthrough: string;
5784
5774
  id: string;
@@ -5806,9 +5796,6 @@ declare const lessonContentSchema: z.ZodObject<{
5806
5796
  asset_id?: string | undefined;
5807
5797
  duration?: number | undefined;
5808
5798
  }[] | undefined;
5809
- non_standard_input_reasons?: {
5810
- audio_codec: string;
5811
- } | undefined;
5812
5799
  }>;
5813
5800
  }, "strip", z.ZodTypeAny, {
5814
5801
  order: string | number;
@@ -5867,9 +5854,6 @@ declare const lessonContentSchema: z.ZodObject<{
5867
5854
  asset_id?: string | undefined;
5868
5855
  duration?: number | undefined;
5869
5856
  }[] | undefined;
5870
- non_standard_input_reasons?: {
5871
- audio_codec: string;
5872
- } | undefined;
5873
5857
  };
5874
5858
  }, {
5875
5859
  order: string | number;
@@ -5928,9 +5912,6 @@ declare const lessonContentSchema: z.ZodObject<{
5928
5912
  asset_id?: string | undefined;
5929
5913
  duration?: number | undefined;
5930
5914
  }[] | undefined;
5931
- non_standard_input_reasons?: {
5932
- audio_codec: string;
5933
- } | undefined;
5934
5915
  };
5935
5916
  }>, "many">>>>;
5936
5917
  lesson_outline: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
@@ -6292,9 +6273,6 @@ declare const lessonContentSchema: z.ZodObject<{
6292
6273
  asset_id?: string | undefined;
6293
6274
  duration?: number | undefined;
6294
6275
  }[] | undefined;
6295
- non_standard_input_reasons?: {
6296
- audio_codec: string;
6297
- } | undefined;
6298
6276
  };
6299
6277
  }[]> | null | undefined;
6300
6278
  lesson_outline?: {
@@ -6652,9 +6630,6 @@ declare const lessonContentSchema: z.ZodObject<{
6652
6630
  asset_id?: string | undefined;
6653
6631
  duration?: number | undefined;
6654
6632
  }[] | undefined;
6655
- non_standard_input_reasons?: {
6656
- audio_codec: string;
6657
- } | undefined;
6658
6633
  };
6659
6634
  }[]> | null | undefined;
6660
6635
  lesson_outline?: {
@@ -12125,13 +12100,6 @@ declare const clipVideoObjectSchema: z.ZodObject<{
12125
12100
  }>;
12126
12101
  max_resolution_tier: z.ZodString;
12127
12102
  max_stored_resolution: z.ZodString;
12128
- non_standard_input_reasons: z.ZodOptional<z.ZodObject<{
12129
- audio_codec: z.ZodString;
12130
- }, "strip", z.ZodTypeAny, {
12131
- audio_codec: string;
12132
- }, {
12133
- audio_codec: string;
12134
- }>>;
12135
12103
  }, "strip", z.ZodTypeAny, {
12136
12104
  passthrough: string;
12137
12105
  id: string;
@@ -12159,9 +12127,6 @@ declare const clipVideoObjectSchema: z.ZodObject<{
12159
12127
  asset_id?: string | undefined;
12160
12128
  duration?: number | undefined;
12161
12129
  }[] | undefined;
12162
- non_standard_input_reasons?: {
12163
- audio_codec: string;
12164
- } | undefined;
12165
12130
  }, {
12166
12131
  passthrough: string;
12167
12132
  id: string;
@@ -12189,9 +12154,6 @@ declare const clipVideoObjectSchema: z.ZodObject<{
12189
12154
  asset_id?: string | undefined;
12190
12155
  duration?: number | undefined;
12191
12156
  }[] | undefined;
12192
- non_standard_input_reasons?: {
12193
- audio_codec: string;
12194
- } | undefined;
12195
12157
  }>;
12196
12158
  declare const mediaClipCycleSchema: z.ZodObject<{
12197
12159
  order: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
@@ -12330,13 +12292,6 @@ declare const mediaClipCycleSchema: z.ZodObject<{
12330
12292
  }>;
12331
12293
  max_resolution_tier: z.ZodString;
12332
12294
  max_stored_resolution: z.ZodString;
12333
- non_standard_input_reasons: z.ZodOptional<z.ZodObject<{
12334
- audio_codec: z.ZodString;
12335
- }, "strip", z.ZodTypeAny, {
12336
- audio_codec: string;
12337
- }, {
12338
- audio_codec: string;
12339
- }>>;
12340
12295
  }, "strip", z.ZodTypeAny, {
12341
12296
  passthrough: string;
12342
12297
  id: string;
@@ -12364,9 +12319,6 @@ declare const mediaClipCycleSchema: z.ZodObject<{
12364
12319
  asset_id?: string | undefined;
12365
12320
  duration?: number | undefined;
12366
12321
  }[] | undefined;
12367
- non_standard_input_reasons?: {
12368
- audio_codec: string;
12369
- } | undefined;
12370
12322
  }, {
12371
12323
  passthrough: string;
12372
12324
  id: string;
@@ -12394,9 +12346,6 @@ declare const mediaClipCycleSchema: z.ZodObject<{
12394
12346
  asset_id?: string | undefined;
12395
12347
  duration?: number | undefined;
12396
12348
  }[] | undefined;
12397
- non_standard_input_reasons?: {
12398
- audio_codec: string;
12399
- } | undefined;
12400
12349
  }>;
12401
12350
  }, "strip", z.ZodTypeAny, {
12402
12351
  order: string | number;
@@ -12455,9 +12404,6 @@ declare const mediaClipCycleSchema: z.ZodObject<{
12455
12404
  asset_id?: string | undefined;
12456
12405
  duration?: number | undefined;
12457
12406
  }[] | undefined;
12458
- non_standard_input_reasons?: {
12459
- audio_codec: string;
12460
- } | undefined;
12461
12407
  };
12462
12408
  }, {
12463
12409
  order: string | number;
@@ -12516,9 +12462,6 @@ declare const mediaClipCycleSchema: z.ZodObject<{
12516
12462
  asset_id?: string | undefined;
12517
12463
  duration?: number | undefined;
12518
12464
  }[] | undefined;
12519
- non_standard_input_reasons?: {
12520
- audio_codec: string;
12521
- } | undefined;
12522
12465
  };
12523
12466
  }>;
12524
12467
  declare const mediaClipsRecordSchema: z.ZodRecord<z.ZodString, z.ZodArray<z.ZodObject<{
@@ -12658,13 +12601,6 @@ declare const mediaClipsRecordSchema: z.ZodRecord<z.ZodString, z.ZodArray<z.ZodO
12658
12601
  }>;
12659
12602
  max_resolution_tier: z.ZodString;
12660
12603
  max_stored_resolution: z.ZodString;
12661
- non_standard_input_reasons: z.ZodOptional<z.ZodObject<{
12662
- audio_codec: z.ZodString;
12663
- }, "strip", z.ZodTypeAny, {
12664
- audio_codec: string;
12665
- }, {
12666
- audio_codec: string;
12667
- }>>;
12668
12604
  }, "strip", z.ZodTypeAny, {
12669
12605
  passthrough: string;
12670
12606
  id: string;
@@ -12692,9 +12628,6 @@ declare const mediaClipsRecordSchema: z.ZodRecord<z.ZodString, z.ZodArray<z.ZodO
12692
12628
  asset_id?: string | undefined;
12693
12629
  duration?: number | undefined;
12694
12630
  }[] | undefined;
12695
- non_standard_input_reasons?: {
12696
- audio_codec: string;
12697
- } | undefined;
12698
12631
  }, {
12699
12632
  passthrough: string;
12700
12633
  id: string;
@@ -12722,9 +12655,6 @@ declare const mediaClipsRecordSchema: z.ZodRecord<z.ZodString, z.ZodArray<z.ZodO
12722
12655
  asset_id?: string | undefined;
12723
12656
  duration?: number | undefined;
12724
12657
  }[] | undefined;
12725
- non_standard_input_reasons?: {
12726
- audio_codec: string;
12727
- } | undefined;
12728
12658
  }>;
12729
12659
  }, "strip", z.ZodTypeAny, {
12730
12660
  order: string | number;
@@ -12783,9 +12713,6 @@ declare const mediaClipsRecordSchema: z.ZodRecord<z.ZodString, z.ZodArray<z.ZodO
12783
12713
  asset_id?: string | undefined;
12784
12714
  duration?: number | undefined;
12785
12715
  }[] | undefined;
12786
- non_standard_input_reasons?: {
12787
- audio_codec: string;
12788
- } | undefined;
12789
12716
  };
12790
12717
  }, {
12791
12718
  order: string | number;
@@ -12844,9 +12771,6 @@ declare const mediaClipsRecordSchema: z.ZodRecord<z.ZodString, z.ZodArray<z.ZodO
12844
12771
  asset_id?: string | undefined;
12845
12772
  duration?: number | undefined;
12846
12773
  }[] | undefined;
12847
- non_standard_input_reasons?: {
12848
- audio_codec: string;
12849
- } | undefined;
12850
12774
  };
12851
12775
  }>, "many">>;
12852
12776
  declare const lessonMediaClipsSchema: z.ZodObject<{
@@ -12987,13 +12911,6 @@ declare const lessonMediaClipsSchema: z.ZodObject<{
12987
12911
  }>;
12988
12912
  max_resolution_tier: z.ZodString;
12989
12913
  max_stored_resolution: z.ZodString;
12990
- non_standard_input_reasons: z.ZodOptional<z.ZodObject<{
12991
- audio_codec: z.ZodString;
12992
- }, "strip", z.ZodTypeAny, {
12993
- audio_codec: string;
12994
- }, {
12995
- audio_codec: string;
12996
- }>>;
12997
12914
  }, "strip", z.ZodTypeAny, {
12998
12915
  passthrough: string;
12999
12916
  id: string;
@@ -13021,9 +12938,6 @@ declare const lessonMediaClipsSchema: z.ZodObject<{
13021
12938
  asset_id?: string | undefined;
13022
12939
  duration?: number | undefined;
13023
12940
  }[] | undefined;
13024
- non_standard_input_reasons?: {
13025
- audio_codec: string;
13026
- } | undefined;
13027
12941
  }, {
13028
12942
  passthrough: string;
13029
12943
  id: string;
@@ -13051,9 +12965,6 @@ declare const lessonMediaClipsSchema: z.ZodObject<{
13051
12965
  asset_id?: string | undefined;
13052
12966
  duration?: number | undefined;
13053
12967
  }[] | undefined;
13054
- non_standard_input_reasons?: {
13055
- audio_codec: string;
13056
- } | undefined;
13057
12968
  }>;
13058
12969
  }, "strip", z.ZodTypeAny, {
13059
12970
  order: string | number;
@@ -13112,9 +13023,6 @@ declare const lessonMediaClipsSchema: z.ZodObject<{
13112
13023
  asset_id?: string | undefined;
13113
13024
  duration?: number | undefined;
13114
13025
  }[] | undefined;
13115
- non_standard_input_reasons?: {
13116
- audio_codec: string;
13117
- } | undefined;
13118
13026
  };
13119
13027
  }, {
13120
13028
  order: string | number;
@@ -13173,9 +13081,6 @@ declare const lessonMediaClipsSchema: z.ZodObject<{
13173
13081
  asset_id?: string | undefined;
13174
13082
  duration?: number | undefined;
13175
13083
  }[] | undefined;
13176
- non_standard_input_reasons?: {
13177
- audio_codec: string;
13178
- } | undefined;
13179
13084
  };
13180
13085
  }>, "many">>;
13181
13086
  }, "strip", z.ZodTypeAny, {
@@ -13236,9 +13141,6 @@ declare const lessonMediaClipsSchema: z.ZodObject<{
13236
13141
  asset_id?: string | undefined;
13237
13142
  duration?: number | undefined;
13238
13143
  }[] | undefined;
13239
- non_standard_input_reasons?: {
13240
- audio_codec: string;
13241
- } | undefined;
13242
13144
  };
13243
13145
  }[]>;
13244
13146
  }, {
@@ -13299,9 +13201,6 @@ declare const lessonMediaClipsSchema: z.ZodObject<{
13299
13201
  asset_id?: string | undefined;
13300
13202
  duration?: number | undefined;
13301
13203
  }[] | undefined;
13302
- non_standard_input_reasons?: {
13303
- audio_codec: string;
13304
- } | undefined;
13305
13204
  };
13306
13205
  }[]>;
13307
13206
  }>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oaknational/oak-curriculum-schema",
3
- "version": "1.46.0",
3
+ "version": "1.46.1",
4
4
  "description": "Contract tests to ensure data integrity between Oak apps and their data",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",