@oaknational/oak-curriculum-schema 1.64.0 → 1.65.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.
package/dist/types.d.ts CHANGED
@@ -337,6 +337,13 @@ declare const lessonDataSchema: z.ZodObject<{
337
337
  format: z.ZodString;
338
338
  display_name: z.ZodString;
339
339
  resource_type: z.ZodString;
340
+ metadata: z.ZodOptional<z.ZodNullable<z.ZodObject<{
341
+ attribution: z.ZodOptional<z.ZodNullable<z.ZodString>>;
342
+ }, "strip", z.ZodTypeAny, {
343
+ attribution?: string | null | undefined;
344
+ }, {
345
+ attribution?: string | null | undefined;
346
+ }>>>;
340
347
  }, "strip", z.ZodTypeAny, {
341
348
  type: string;
342
349
  format: string;
@@ -344,6 +351,9 @@ declare const lessonDataSchema: z.ZodObject<{
344
351
  bytes: number;
345
352
  display_name: string;
346
353
  resource_type: string;
354
+ metadata?: {
355
+ attribution?: string | null | undefined;
356
+ } | null | undefined;
347
357
  }, {
348
358
  type: string;
349
359
  format: string;
@@ -351,6 +361,9 @@ declare const lessonDataSchema: z.ZodObject<{
351
361
  bytes: number;
352
362
  display_name: string;
353
363
  resource_type: string;
364
+ metadata?: {
365
+ attribution?: string | null | undefined;
366
+ } | null | undefined;
354
367
  }>;
355
368
  video_object: z.ZodNullable<z.ZodObject<{
356
369
  duration: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
@@ -394,6 +407,9 @@ declare const lessonDataSchema: z.ZodObject<{
394
407
  bytes: number;
395
408
  display_name: string;
396
409
  resource_type: string;
410
+ metadata?: {
411
+ attribution?: string | null | undefined;
412
+ } | null | undefined;
397
413
  };
398
414
  video_object: {
399
415
  mux_asset_id: string;
@@ -418,6 +434,9 @@ declare const lessonDataSchema: z.ZodObject<{
418
434
  bytes: number;
419
435
  display_name: string;
420
436
  resource_type: string;
437
+ metadata?: {
438
+ attribution?: string | null | undefined;
439
+ } | null | undefined;
421
440
  };
422
441
  video_object: {
423
442
  mux_asset_id: string;
@@ -482,6 +501,9 @@ declare const lessonDataSchema: z.ZodObject<{
482
501
  bytes: number;
483
502
  display_name: string;
484
503
  resource_type: string;
504
+ metadata?: {
505
+ attribution?: string | null | undefined;
506
+ } | null | undefined;
485
507
  };
486
508
  video_object: {
487
509
  mux_asset_id: string;
@@ -541,6 +563,9 @@ declare const lessonDataSchema: z.ZodObject<{
541
563
  bytes: number;
542
564
  display_name: string;
543
565
  resource_type: string;
566
+ metadata?: {
567
+ attribution?: string | null | undefined;
568
+ } | null | undefined;
544
569
  };
545
570
  video_object: {
546
571
  mux_asset_id: string;
@@ -2425,6 +2450,13 @@ declare const syntheticUnitvariantLessonsSchema: z.ZodObject<{
2425
2450
  format: z.ZodString;
2426
2451
  display_name: z.ZodString;
2427
2452
  resource_type: z.ZodString;
2453
+ metadata: z.ZodOptional<z.ZodNullable<z.ZodObject<{
2454
+ attribution: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2455
+ }, "strip", z.ZodTypeAny, {
2456
+ attribution?: string | null | undefined;
2457
+ }, {
2458
+ attribution?: string | null | undefined;
2459
+ }>>>;
2428
2460
  }, "strip", z.ZodTypeAny, {
2429
2461
  type: string;
2430
2462
  format: string;
@@ -2432,6 +2464,9 @@ declare const syntheticUnitvariantLessonsSchema: z.ZodObject<{
2432
2464
  bytes: number;
2433
2465
  display_name: string;
2434
2466
  resource_type: string;
2467
+ metadata?: {
2468
+ attribution?: string | null | undefined;
2469
+ } | null | undefined;
2435
2470
  }, {
2436
2471
  type: string;
2437
2472
  format: string;
@@ -2439,6 +2474,9 @@ declare const syntheticUnitvariantLessonsSchema: z.ZodObject<{
2439
2474
  bytes: number;
2440
2475
  display_name: string;
2441
2476
  resource_type: string;
2477
+ metadata?: {
2478
+ attribution?: string | null | undefined;
2479
+ } | null | undefined;
2442
2480
  }>;
2443
2481
  video_object: z.ZodNullable<z.ZodObject<{
2444
2482
  duration: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
@@ -2482,6 +2520,9 @@ declare const syntheticUnitvariantLessonsSchema: z.ZodObject<{
2482
2520
  bytes: number;
2483
2521
  display_name: string;
2484
2522
  resource_type: string;
2523
+ metadata?: {
2524
+ attribution?: string | null | undefined;
2525
+ } | null | undefined;
2485
2526
  };
2486
2527
  video_object: {
2487
2528
  mux_asset_id: string;
@@ -2506,6 +2547,9 @@ declare const syntheticUnitvariantLessonsSchema: z.ZodObject<{
2506
2547
  bytes: number;
2507
2548
  display_name: string;
2508
2549
  resource_type: string;
2550
+ metadata?: {
2551
+ attribution?: string | null | undefined;
2552
+ } | null | undefined;
2509
2553
  };
2510
2554
  video_object: {
2511
2555
  mux_asset_id: string;
@@ -2570,6 +2614,9 @@ declare const syntheticUnitvariantLessonsSchema: z.ZodObject<{
2570
2614
  bytes: number;
2571
2615
  display_name: string;
2572
2616
  resource_type: string;
2617
+ metadata?: {
2618
+ attribution?: string | null | undefined;
2619
+ } | null | undefined;
2573
2620
  };
2574
2621
  video_object: {
2575
2622
  mux_asset_id: string;
@@ -2629,6 +2676,9 @@ declare const syntheticUnitvariantLessonsSchema: z.ZodObject<{
2629
2676
  bytes: number;
2630
2677
  display_name: string;
2631
2678
  resource_type: string;
2679
+ metadata?: {
2680
+ attribution?: string | null | undefined;
2681
+ } | null | undefined;
2632
2682
  };
2633
2683
  video_object: {
2634
2684
  mux_asset_id: string;
@@ -3171,6 +3221,9 @@ declare const syntheticUnitvariantLessonsSchema: z.ZodObject<{
3171
3221
  bytes: number;
3172
3222
  display_name: string;
3173
3223
  resource_type: string;
3224
+ metadata?: {
3225
+ attribution?: string | null | undefined;
3226
+ } | null | undefined;
3174
3227
  };
3175
3228
  video_object: {
3176
3229
  mux_asset_id: string;
@@ -3360,6 +3413,9 @@ declare const syntheticUnitvariantLessonsSchema: z.ZodObject<{
3360
3413
  bytes: number;
3361
3414
  display_name: string;
3362
3415
  resource_type: string;
3416
+ metadata?: {
3417
+ attribution?: string | null | undefined;
3418
+ } | null | undefined;
3363
3419
  };
3364
3420
  video_object: {
3365
3421
  mux_asset_id: string;
@@ -5985,6 +6041,13 @@ declare const lessonContentSchema: z.ZodObject<{
5985
6041
  format: z.ZodString;
5986
6042
  display_name: z.ZodString;
5987
6043
  resource_type: z.ZodString;
6044
+ metadata: z.ZodOptional<z.ZodNullable<z.ZodObject<{
6045
+ attribution: z.ZodOptional<z.ZodNullable<z.ZodString>>;
6046
+ }, "strip", z.ZodTypeAny, {
6047
+ attribution?: string | null | undefined;
6048
+ }, {
6049
+ attribution?: string | null | undefined;
6050
+ }>>>;
5988
6051
  }, "strip", z.ZodTypeAny, {
5989
6052
  type: string;
5990
6053
  format: string;
@@ -5992,6 +6055,9 @@ declare const lessonContentSchema: z.ZodObject<{
5992
6055
  bytes: number;
5993
6056
  display_name: string;
5994
6057
  resource_type: string;
6058
+ metadata?: {
6059
+ attribution?: string | null | undefined;
6060
+ } | null | undefined;
5995
6061
  }, {
5996
6062
  type: string;
5997
6063
  format: string;
@@ -5999,6 +6065,9 @@ declare const lessonContentSchema: z.ZodObject<{
5999
6065
  bytes: number;
6000
6066
  display_name: string;
6001
6067
  resource_type: string;
6068
+ metadata?: {
6069
+ attribution?: string | null | undefined;
6070
+ } | null | undefined;
6002
6071
  }>;
6003
6072
  video_object: z.ZodNullable<z.ZodObject<{
6004
6073
  duration: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
@@ -6042,6 +6111,9 @@ declare const lessonContentSchema: z.ZodObject<{
6042
6111
  bytes: number;
6043
6112
  display_name: string;
6044
6113
  resource_type: string;
6114
+ metadata?: {
6115
+ attribution?: string | null | undefined;
6116
+ } | null | undefined;
6045
6117
  };
6046
6118
  video_object: {
6047
6119
  mux_asset_id: string;
@@ -6066,6 +6138,9 @@ declare const lessonContentSchema: z.ZodObject<{
6066
6138
  bytes: number;
6067
6139
  display_name: string;
6068
6140
  resource_type: string;
6141
+ metadata?: {
6142
+ attribution?: string | null | undefined;
6143
+ } | null | undefined;
6069
6144
  };
6070
6145
  video_object: {
6071
6146
  mux_asset_id: string;
@@ -6399,6 +6474,9 @@ declare const lessonContentSchema: z.ZodObject<{
6399
6474
  bytes: number;
6400
6475
  display_name: string;
6401
6476
  resource_type: string;
6477
+ metadata?: {
6478
+ attribution?: string | null | undefined;
6479
+ } | null | undefined;
6402
6480
  };
6403
6481
  video_object: {
6404
6482
  mux_asset_id: string;
@@ -6703,6 +6781,9 @@ declare const lessonContentSchema: z.ZodObject<{
6703
6781
  bytes: number;
6704
6782
  display_name: string;
6705
6783
  resource_type: string;
6784
+ metadata?: {
6785
+ attribution?: string | null | undefined;
6786
+ } | null | undefined;
6706
6787
  };
6707
6788
  video_object: {
6708
6789
  mux_asset_id: string;
@@ -7789,6 +7870,13 @@ declare const programmeListingResponseSchema: z.ZodObject<Pick<{
7789
7870
  format: z.ZodString;
7790
7871
  display_name: z.ZodString;
7791
7872
  resource_type: z.ZodString;
7873
+ metadata: z.ZodOptional<z.ZodNullable<z.ZodObject<{
7874
+ attribution: z.ZodOptional<z.ZodNullable<z.ZodString>>;
7875
+ }, "strip", z.ZodTypeAny, {
7876
+ attribution?: string | null | undefined;
7877
+ }, {
7878
+ attribution?: string | null | undefined;
7879
+ }>>>;
7792
7880
  }, "strip", z.ZodTypeAny, {
7793
7881
  type: string;
7794
7882
  format: string;
@@ -7796,6 +7884,9 @@ declare const programmeListingResponseSchema: z.ZodObject<Pick<{
7796
7884
  bytes: number;
7797
7885
  display_name: string;
7798
7886
  resource_type: string;
7887
+ metadata?: {
7888
+ attribution?: string | null | undefined;
7889
+ } | null | undefined;
7799
7890
  }, {
7800
7891
  type: string;
7801
7892
  format: string;
@@ -7803,6 +7894,9 @@ declare const programmeListingResponseSchema: z.ZodObject<Pick<{
7803
7894
  bytes: number;
7804
7895
  display_name: string;
7805
7896
  resource_type: string;
7897
+ metadata?: {
7898
+ attribution?: string | null | undefined;
7899
+ } | null | undefined;
7806
7900
  }>;
7807
7901
  video_object: z.ZodNullable<z.ZodObject<{
7808
7902
  duration: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
@@ -7846,6 +7940,9 @@ declare const programmeListingResponseSchema: z.ZodObject<Pick<{
7846
7940
  bytes: number;
7847
7941
  display_name: string;
7848
7942
  resource_type: string;
7943
+ metadata?: {
7944
+ attribution?: string | null | undefined;
7945
+ } | null | undefined;
7849
7946
  };
7850
7947
  video_object: {
7851
7948
  mux_asset_id: string;
@@ -7870,6 +7967,9 @@ declare const programmeListingResponseSchema: z.ZodObject<Pick<{
7870
7967
  bytes: number;
7871
7968
  display_name: string;
7872
7969
  resource_type: string;
7970
+ metadata?: {
7971
+ attribution?: string | null | undefined;
7972
+ } | null | undefined;
7873
7973
  };
7874
7974
  video_object: {
7875
7975
  mux_asset_id: string;
@@ -7934,6 +8034,9 @@ declare const programmeListingResponseSchema: z.ZodObject<Pick<{
7934
8034
  bytes: number;
7935
8035
  display_name: string;
7936
8036
  resource_type: string;
8037
+ metadata?: {
8038
+ attribution?: string | null | undefined;
8039
+ } | null | undefined;
7937
8040
  };
7938
8041
  video_object: {
7939
8042
  mux_asset_id: string;
@@ -7993,6 +8096,9 @@ declare const programmeListingResponseSchema: z.ZodObject<Pick<{
7993
8096
  bytes: number;
7994
8097
  display_name: string;
7995
8098
  resource_type: string;
8099
+ metadata?: {
8100
+ attribution?: string | null | undefined;
8101
+ } | null | undefined;
7996
8102
  };
7997
8103
  video_object: {
7998
8104
  mux_asset_id: string;
@@ -8405,6 +8511,9 @@ declare const programmeListingResponseSchema: z.ZodObject<Pick<{
8405
8511
  bytes: number;
8406
8512
  display_name: string;
8407
8513
  resource_type: string;
8514
+ metadata?: {
8515
+ attribution?: string | null | undefined;
8516
+ } | null | undefined;
8408
8517
  };
8409
8518
  video_object: {
8410
8519
  mux_asset_id: string;
@@ -8504,6 +8613,9 @@ declare const programmeListingResponseSchema: z.ZodObject<Pick<{
8504
8613
  bytes: number;
8505
8614
  display_name: string;
8506
8615
  resource_type: string;
8616
+ metadata?: {
8617
+ attribution?: string | null | undefined;
8618
+ } | null | undefined;
8507
8619
  };
8508
8620
  video_object: {
8509
8621
  mux_asset_id: string;
@@ -8973,6 +9085,13 @@ declare const programmeListingResponseSchemaArray: z.ZodArray<z.ZodObject<Pick<{
8973
9085
  format: z.ZodString;
8974
9086
  display_name: z.ZodString;
8975
9087
  resource_type: z.ZodString;
9088
+ metadata: z.ZodOptional<z.ZodNullable<z.ZodObject<{
9089
+ attribution: z.ZodOptional<z.ZodNullable<z.ZodString>>;
9090
+ }, "strip", z.ZodTypeAny, {
9091
+ attribution?: string | null | undefined;
9092
+ }, {
9093
+ attribution?: string | null | undefined;
9094
+ }>>>;
8976
9095
  }, "strip", z.ZodTypeAny, {
8977
9096
  type: string;
8978
9097
  format: string;
@@ -8980,6 +9099,9 @@ declare const programmeListingResponseSchemaArray: z.ZodArray<z.ZodObject<Pick<{
8980
9099
  bytes: number;
8981
9100
  display_name: string;
8982
9101
  resource_type: string;
9102
+ metadata?: {
9103
+ attribution?: string | null | undefined;
9104
+ } | null | undefined;
8983
9105
  }, {
8984
9106
  type: string;
8985
9107
  format: string;
@@ -8987,6 +9109,9 @@ declare const programmeListingResponseSchemaArray: z.ZodArray<z.ZodObject<Pick<{
8987
9109
  bytes: number;
8988
9110
  display_name: string;
8989
9111
  resource_type: string;
9112
+ metadata?: {
9113
+ attribution?: string | null | undefined;
9114
+ } | null | undefined;
8990
9115
  }>;
8991
9116
  video_object: z.ZodNullable<z.ZodObject<{
8992
9117
  duration: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
@@ -9030,6 +9155,9 @@ declare const programmeListingResponseSchemaArray: z.ZodArray<z.ZodObject<Pick<{
9030
9155
  bytes: number;
9031
9156
  display_name: string;
9032
9157
  resource_type: string;
9158
+ metadata?: {
9159
+ attribution?: string | null | undefined;
9160
+ } | null | undefined;
9033
9161
  };
9034
9162
  video_object: {
9035
9163
  mux_asset_id: string;
@@ -9054,6 +9182,9 @@ declare const programmeListingResponseSchemaArray: z.ZodArray<z.ZodObject<Pick<{
9054
9182
  bytes: number;
9055
9183
  display_name: string;
9056
9184
  resource_type: string;
9185
+ metadata?: {
9186
+ attribution?: string | null | undefined;
9187
+ } | null | undefined;
9057
9188
  };
9058
9189
  video_object: {
9059
9190
  mux_asset_id: string;
@@ -9118,6 +9249,9 @@ declare const programmeListingResponseSchemaArray: z.ZodArray<z.ZodObject<Pick<{
9118
9249
  bytes: number;
9119
9250
  display_name: string;
9120
9251
  resource_type: string;
9252
+ metadata?: {
9253
+ attribution?: string | null | undefined;
9254
+ } | null | undefined;
9121
9255
  };
9122
9256
  video_object: {
9123
9257
  mux_asset_id: string;
@@ -9177,6 +9311,9 @@ declare const programmeListingResponseSchemaArray: z.ZodArray<z.ZodObject<Pick<{
9177
9311
  bytes: number;
9178
9312
  display_name: string;
9179
9313
  resource_type: string;
9314
+ metadata?: {
9315
+ attribution?: string | null | undefined;
9316
+ } | null | undefined;
9180
9317
  };
9181
9318
  video_object: {
9182
9319
  mux_asset_id: string;
@@ -9589,6 +9726,9 @@ declare const programmeListingResponseSchemaArray: z.ZodArray<z.ZodObject<Pick<{
9589
9726
  bytes: number;
9590
9727
  display_name: string;
9591
9728
  resource_type: string;
9729
+ metadata?: {
9730
+ attribution?: string | null | undefined;
9731
+ } | null | undefined;
9592
9732
  };
9593
9733
  video_object: {
9594
9734
  mux_asset_id: string;
@@ -9688,6 +9828,9 @@ declare const programmeListingResponseSchemaArray: z.ZodArray<z.ZodObject<Pick<{
9688
9828
  bytes: number;
9689
9829
  display_name: string;
9690
9830
  resource_type: string;
9831
+ metadata?: {
9832
+ attribution?: string | null | undefined;
9833
+ } | null | undefined;
9691
9834
  };
9692
9835
  video_object: {
9693
9836
  mux_asset_id: string;
@@ -10158,6 +10301,13 @@ declare const syntheticUnitvariantLessonsByKsSchemaOld: z.ZodObject<{
10158
10301
  format: z.ZodString;
10159
10302
  display_name: z.ZodString;
10160
10303
  resource_type: z.ZodString;
10304
+ metadata: z.ZodOptional<z.ZodNullable<z.ZodObject<{
10305
+ attribution: z.ZodOptional<z.ZodNullable<z.ZodString>>;
10306
+ }, "strip", z.ZodTypeAny, {
10307
+ attribution?: string | null | undefined;
10308
+ }, {
10309
+ attribution?: string | null | undefined;
10310
+ }>>>;
10161
10311
  }, "strip", z.ZodTypeAny, {
10162
10312
  type: string;
10163
10313
  format: string;
@@ -10165,6 +10315,9 @@ declare const syntheticUnitvariantLessonsByKsSchemaOld: z.ZodObject<{
10165
10315
  bytes: number;
10166
10316
  display_name: string;
10167
10317
  resource_type: string;
10318
+ metadata?: {
10319
+ attribution?: string | null | undefined;
10320
+ } | null | undefined;
10168
10321
  }, {
10169
10322
  type: string;
10170
10323
  format: string;
@@ -10172,6 +10325,9 @@ declare const syntheticUnitvariantLessonsByKsSchemaOld: z.ZodObject<{
10172
10325
  bytes: number;
10173
10326
  display_name: string;
10174
10327
  resource_type: string;
10328
+ metadata?: {
10329
+ attribution?: string | null | undefined;
10330
+ } | null | undefined;
10175
10331
  }>;
10176
10332
  video_object: z.ZodNullable<z.ZodObject<{
10177
10333
  duration: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
@@ -10215,6 +10371,9 @@ declare const syntheticUnitvariantLessonsByKsSchemaOld: z.ZodObject<{
10215
10371
  bytes: number;
10216
10372
  display_name: string;
10217
10373
  resource_type: string;
10374
+ metadata?: {
10375
+ attribution?: string | null | undefined;
10376
+ } | null | undefined;
10218
10377
  };
10219
10378
  video_object: {
10220
10379
  mux_asset_id: string;
@@ -10239,6 +10398,9 @@ declare const syntheticUnitvariantLessonsByKsSchemaOld: z.ZodObject<{
10239
10398
  bytes: number;
10240
10399
  display_name: string;
10241
10400
  resource_type: string;
10401
+ metadata?: {
10402
+ attribution?: string | null | undefined;
10403
+ } | null | undefined;
10242
10404
  };
10243
10405
  video_object: {
10244
10406
  mux_asset_id: string;
@@ -10303,6 +10465,9 @@ declare const syntheticUnitvariantLessonsByKsSchemaOld: z.ZodObject<{
10303
10465
  bytes: number;
10304
10466
  display_name: string;
10305
10467
  resource_type: string;
10468
+ metadata?: {
10469
+ attribution?: string | null | undefined;
10470
+ } | null | undefined;
10306
10471
  };
10307
10472
  video_object: {
10308
10473
  mux_asset_id: string;
@@ -10362,6 +10527,9 @@ declare const syntheticUnitvariantLessonsByKsSchemaOld: z.ZodObject<{
10362
10527
  bytes: number;
10363
10528
  display_name: string;
10364
10529
  resource_type: string;
10530
+ metadata?: {
10531
+ attribution?: string | null | undefined;
10532
+ } | null | undefined;
10365
10533
  };
10366
10534
  video_object: {
10367
10535
  mux_asset_id: string;
@@ -10777,6 +10945,9 @@ declare const syntheticUnitvariantLessonsByKsSchemaOld: z.ZodObject<{
10777
10945
  bytes: number;
10778
10946
  display_name: string;
10779
10947
  resource_type: string;
10948
+ metadata?: {
10949
+ attribution?: string | null | undefined;
10950
+ } | null | undefined;
10780
10951
  };
10781
10952
  video_object: {
10782
10953
  mux_asset_id: string;
@@ -11021,6 +11192,9 @@ declare const syntheticUnitvariantLessonsByKsSchemaOld: z.ZodObject<{
11021
11192
  bytes: number;
11022
11193
  display_name: string;
11023
11194
  resource_type: string;
11195
+ metadata?: {
11196
+ attribution?: string | null | undefined;
11197
+ } | null | undefined;
11024
11198
  };
11025
11199
  video_object: {
11026
11200
  mux_asset_id: string;
@@ -11361,6 +11535,13 @@ declare const syntheticUnitvariantLessonsByKsSchema: z.ZodObject<{
11361
11535
  format: z.ZodString;
11362
11536
  display_name: z.ZodString;
11363
11537
  resource_type: z.ZodString;
11538
+ metadata: z.ZodOptional<z.ZodNullable<z.ZodObject<{
11539
+ attribution: z.ZodOptional<z.ZodNullable<z.ZodString>>;
11540
+ }, "strip", z.ZodTypeAny, {
11541
+ attribution?: string | null | undefined;
11542
+ }, {
11543
+ attribution?: string | null | undefined;
11544
+ }>>>;
11364
11545
  }, "strip", z.ZodTypeAny, {
11365
11546
  type: string;
11366
11547
  format: string;
@@ -11368,6 +11549,9 @@ declare const syntheticUnitvariantLessonsByKsSchema: z.ZodObject<{
11368
11549
  bytes: number;
11369
11550
  display_name: string;
11370
11551
  resource_type: string;
11552
+ metadata?: {
11553
+ attribution?: string | null | undefined;
11554
+ } | null | undefined;
11371
11555
  }, {
11372
11556
  type: string;
11373
11557
  format: string;
@@ -11375,6 +11559,9 @@ declare const syntheticUnitvariantLessonsByKsSchema: z.ZodObject<{
11375
11559
  bytes: number;
11376
11560
  display_name: string;
11377
11561
  resource_type: string;
11562
+ metadata?: {
11563
+ attribution?: string | null | undefined;
11564
+ } | null | undefined;
11378
11565
  }>;
11379
11566
  video_object: z.ZodNullable<z.ZodObject<{
11380
11567
  duration: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
@@ -11418,6 +11605,9 @@ declare const syntheticUnitvariantLessonsByKsSchema: z.ZodObject<{
11418
11605
  bytes: number;
11419
11606
  display_name: string;
11420
11607
  resource_type: string;
11608
+ metadata?: {
11609
+ attribution?: string | null | undefined;
11610
+ } | null | undefined;
11421
11611
  };
11422
11612
  video_object: {
11423
11613
  mux_asset_id: string;
@@ -11442,6 +11632,9 @@ declare const syntheticUnitvariantLessonsByKsSchema: z.ZodObject<{
11442
11632
  bytes: number;
11443
11633
  display_name: string;
11444
11634
  resource_type: string;
11635
+ metadata?: {
11636
+ attribution?: string | null | undefined;
11637
+ } | null | undefined;
11445
11638
  };
11446
11639
  video_object: {
11447
11640
  mux_asset_id: string;
@@ -11506,6 +11699,9 @@ declare const syntheticUnitvariantLessonsByKsSchema: z.ZodObject<{
11506
11699
  bytes: number;
11507
11700
  display_name: string;
11508
11701
  resource_type: string;
11702
+ metadata?: {
11703
+ attribution?: string | null | undefined;
11704
+ } | null | undefined;
11509
11705
  };
11510
11706
  video_object: {
11511
11707
  mux_asset_id: string;
@@ -11565,6 +11761,9 @@ declare const syntheticUnitvariantLessonsByKsSchema: z.ZodObject<{
11565
11761
  bytes: number;
11566
11762
  display_name: string;
11567
11763
  resource_type: string;
11764
+ metadata?: {
11765
+ attribution?: string | null | undefined;
11766
+ } | null | undefined;
11568
11767
  };
11569
11768
  video_object: {
11570
11769
  mux_asset_id: string;
@@ -11975,6 +12174,9 @@ declare const syntheticUnitvariantLessonsByKsSchema: z.ZodObject<{
11975
12174
  bytes: number;
11976
12175
  display_name: string;
11977
12176
  resource_type: string;
12177
+ metadata?: {
12178
+ attribution?: string | null | undefined;
12179
+ } | null | undefined;
11978
12180
  };
11979
12181
  video_object: {
11980
12182
  mux_asset_id: string;
@@ -12162,6 +12364,9 @@ declare const syntheticUnitvariantLessonsByKsSchema: z.ZodObject<{
12162
12364
  bytes: number;
12163
12365
  display_name: string;
12164
12366
  resource_type: string;
12367
+ metadata?: {
12368
+ attribution?: string | null | undefined;
12369
+ } | null | undefined;
12165
12370
  };
12166
12371
  video_object: {
12167
12372
  mux_asset_id: string;
@@ -13789,6 +13994,13 @@ declare const mediaClipObjectSchema: z.ZodObject<{
13789
13994
  format: z.ZodString;
13790
13995
  display_name: z.ZodString;
13791
13996
  resource_type: z.ZodString;
13997
+ metadata: z.ZodOptional<z.ZodNullable<z.ZodObject<{
13998
+ attribution: z.ZodOptional<z.ZodNullable<z.ZodString>>;
13999
+ }, "strip", z.ZodTypeAny, {
14000
+ attribution?: string | null | undefined;
14001
+ }, {
14002
+ attribution?: string | null | undefined;
14003
+ }>>>;
13792
14004
  }, "strip", z.ZodTypeAny, {
13793
14005
  type: string;
13794
14006
  format: string;
@@ -13796,6 +14008,9 @@ declare const mediaClipObjectSchema: z.ZodObject<{
13796
14008
  bytes: number;
13797
14009
  display_name: string;
13798
14010
  resource_type: string;
14011
+ metadata?: {
14012
+ attribution?: string | null | undefined;
14013
+ } | null | undefined;
13799
14014
  }, {
13800
14015
  type: string;
13801
14016
  format: string;
@@ -13803,6 +14018,9 @@ declare const mediaClipObjectSchema: z.ZodObject<{
13803
14018
  bytes: number;
13804
14019
  display_name: string;
13805
14020
  resource_type: string;
14021
+ metadata?: {
14022
+ attribution?: string | null | undefined;
14023
+ } | null | undefined;
13806
14024
  }>;
13807
14025
  declare const videoClipObjectSchema: z.ZodNullable<z.ZodObject<{
13808
14026
  duration: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
@@ -13848,6 +14066,13 @@ declare const mediaClipCycleSchema: z.ZodObject<{
13848
14066
  format: z.ZodString;
13849
14067
  display_name: z.ZodString;
13850
14068
  resource_type: z.ZodString;
14069
+ metadata: z.ZodOptional<z.ZodNullable<z.ZodObject<{
14070
+ attribution: z.ZodOptional<z.ZodNullable<z.ZodString>>;
14071
+ }, "strip", z.ZodTypeAny, {
14072
+ attribution?: string | null | undefined;
14073
+ }, {
14074
+ attribution?: string | null | undefined;
14075
+ }>>>;
13851
14076
  }, "strip", z.ZodTypeAny, {
13852
14077
  type: string;
13853
14078
  format: string;
@@ -13855,6 +14080,9 @@ declare const mediaClipCycleSchema: z.ZodObject<{
13855
14080
  bytes: number;
13856
14081
  display_name: string;
13857
14082
  resource_type: string;
14083
+ metadata?: {
14084
+ attribution?: string | null | undefined;
14085
+ } | null | undefined;
13858
14086
  }, {
13859
14087
  type: string;
13860
14088
  format: string;
@@ -13862,6 +14090,9 @@ declare const mediaClipCycleSchema: z.ZodObject<{
13862
14090
  bytes: number;
13863
14091
  display_name: string;
13864
14092
  resource_type: string;
14093
+ metadata?: {
14094
+ attribution?: string | null | undefined;
14095
+ } | null | undefined;
13865
14096
  }>;
13866
14097
  video_object: z.ZodNullable<z.ZodObject<{
13867
14098
  duration: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
@@ -13905,6 +14136,9 @@ declare const mediaClipCycleSchema: z.ZodObject<{
13905
14136
  bytes: number;
13906
14137
  display_name: string;
13907
14138
  resource_type: string;
14139
+ metadata?: {
14140
+ attribution?: string | null | undefined;
14141
+ } | null | undefined;
13908
14142
  };
13909
14143
  video_object: {
13910
14144
  mux_asset_id: string;
@@ -13929,6 +14163,9 @@ declare const mediaClipCycleSchema: z.ZodObject<{
13929
14163
  bytes: number;
13930
14164
  display_name: string;
13931
14165
  resource_type: string;
14166
+ metadata?: {
14167
+ attribution?: string | null | undefined;
14168
+ } | null | undefined;
13932
14169
  };
13933
14170
  video_object: {
13934
14171
  mux_asset_id: string;
@@ -13957,6 +14194,13 @@ declare const mediaClipsRecordSchema: z.ZodRecord<z.ZodString, z.ZodArray<z.ZodO
13957
14194
  format: z.ZodString;
13958
14195
  display_name: z.ZodString;
13959
14196
  resource_type: z.ZodString;
14197
+ metadata: z.ZodOptional<z.ZodNullable<z.ZodObject<{
14198
+ attribution: z.ZodOptional<z.ZodNullable<z.ZodString>>;
14199
+ }, "strip", z.ZodTypeAny, {
14200
+ attribution?: string | null | undefined;
14201
+ }, {
14202
+ attribution?: string | null | undefined;
14203
+ }>>>;
13960
14204
  }, "strip", z.ZodTypeAny, {
13961
14205
  type: string;
13962
14206
  format: string;
@@ -13964,6 +14208,9 @@ declare const mediaClipsRecordSchema: z.ZodRecord<z.ZodString, z.ZodArray<z.ZodO
13964
14208
  bytes: number;
13965
14209
  display_name: string;
13966
14210
  resource_type: string;
14211
+ metadata?: {
14212
+ attribution?: string | null | undefined;
14213
+ } | null | undefined;
13967
14214
  }, {
13968
14215
  type: string;
13969
14216
  format: string;
@@ -13971,6 +14218,9 @@ declare const mediaClipsRecordSchema: z.ZodRecord<z.ZodString, z.ZodArray<z.ZodO
13971
14218
  bytes: number;
13972
14219
  display_name: string;
13973
14220
  resource_type: string;
14221
+ metadata?: {
14222
+ attribution?: string | null | undefined;
14223
+ } | null | undefined;
13974
14224
  }>;
13975
14225
  video_object: z.ZodNullable<z.ZodObject<{
13976
14226
  duration: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
@@ -14014,6 +14264,9 @@ declare const mediaClipsRecordSchema: z.ZodRecord<z.ZodString, z.ZodArray<z.ZodO
14014
14264
  bytes: number;
14015
14265
  display_name: string;
14016
14266
  resource_type: string;
14267
+ metadata?: {
14268
+ attribution?: string | null | undefined;
14269
+ } | null | undefined;
14017
14270
  };
14018
14271
  video_object: {
14019
14272
  mux_asset_id: string;
@@ -14038,6 +14291,9 @@ declare const mediaClipsRecordSchema: z.ZodRecord<z.ZodString, z.ZodArray<z.ZodO
14038
14291
  bytes: number;
14039
14292
  display_name: string;
14040
14293
  resource_type: string;
14294
+ metadata?: {
14295
+ attribution?: string | null | undefined;
14296
+ } | null | undefined;
14041
14297
  };
14042
14298
  video_object: {
14043
14299
  mux_asset_id: string;
@@ -14067,6 +14323,13 @@ declare const lessonMediaClipsSchema: z.ZodObject<{
14067
14323
  format: z.ZodString;
14068
14324
  display_name: z.ZodString;
14069
14325
  resource_type: z.ZodString;
14326
+ metadata: z.ZodOptional<z.ZodNullable<z.ZodObject<{
14327
+ attribution: z.ZodOptional<z.ZodNullable<z.ZodString>>;
14328
+ }, "strip", z.ZodTypeAny, {
14329
+ attribution?: string | null | undefined;
14330
+ }, {
14331
+ attribution?: string | null | undefined;
14332
+ }>>>;
14070
14333
  }, "strip", z.ZodTypeAny, {
14071
14334
  type: string;
14072
14335
  format: string;
@@ -14074,6 +14337,9 @@ declare const lessonMediaClipsSchema: z.ZodObject<{
14074
14337
  bytes: number;
14075
14338
  display_name: string;
14076
14339
  resource_type: string;
14340
+ metadata?: {
14341
+ attribution?: string | null | undefined;
14342
+ } | null | undefined;
14077
14343
  }, {
14078
14344
  type: string;
14079
14345
  format: string;
@@ -14081,6 +14347,9 @@ declare const lessonMediaClipsSchema: z.ZodObject<{
14081
14347
  bytes: number;
14082
14348
  display_name: string;
14083
14349
  resource_type: string;
14350
+ metadata?: {
14351
+ attribution?: string | null | undefined;
14352
+ } | null | undefined;
14084
14353
  }>;
14085
14354
  video_object: z.ZodNullable<z.ZodObject<{
14086
14355
  duration: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
@@ -14124,6 +14393,9 @@ declare const lessonMediaClipsSchema: z.ZodObject<{
14124
14393
  bytes: number;
14125
14394
  display_name: string;
14126
14395
  resource_type: string;
14396
+ metadata?: {
14397
+ attribution?: string | null | undefined;
14398
+ } | null | undefined;
14127
14399
  };
14128
14400
  video_object: {
14129
14401
  mux_asset_id: string;
@@ -14148,6 +14420,9 @@ declare const lessonMediaClipsSchema: z.ZodObject<{
14148
14420
  bytes: number;
14149
14421
  display_name: string;
14150
14422
  resource_type: string;
14423
+ metadata?: {
14424
+ attribution?: string | null | undefined;
14425
+ } | null | undefined;
14151
14426
  };
14152
14427
  video_object: {
14153
14428
  mux_asset_id: string;
@@ -14174,6 +14449,9 @@ declare const lessonMediaClipsSchema: z.ZodObject<{
14174
14449
  bytes: number;
14175
14450
  display_name: string;
14176
14451
  resource_type: string;
14452
+ metadata?: {
14453
+ attribution?: string | null | undefined;
14454
+ } | null | undefined;
14177
14455
  };
14178
14456
  video_object: {
14179
14457
  mux_asset_id: string;
@@ -14200,6 +14478,9 @@ declare const lessonMediaClipsSchema: z.ZodObject<{
14200
14478
  bytes: number;
14201
14479
  display_name: string;
14202
14480
  resource_type: string;
14481
+ metadata?: {
14482
+ attribution?: string | null | undefined;
14483
+ } | null | undefined;
14203
14484
  };
14204
14485
  video_object: {
14205
14486
  mux_asset_id: string;
@@ -14361,6 +14642,9 @@ declare const additionalCyclesFixture: {
14361
14642
  bytes: number;
14362
14643
  display_name: string;
14363
14644
  resource_type: string;
14645
+ metadata?: {
14646
+ attribution?: string | null | undefined;
14647
+ } | null | undefined;
14364
14648
  };
14365
14649
  video_object: {
14366
14650
  mux_asset_id: string;
@@ -14386,6 +14670,9 @@ declare const additionalCyclesFixture: {
14386
14670
  bytes: number;
14387
14671
  display_name: string;
14388
14672
  resource_type: string;
14673
+ metadata?: {
14674
+ attribution?: string | null | undefined;
14675
+ } | null | undefined;
14389
14676
  };
14390
14677
  video_object: {
14391
14678
  mux_asset_id: string;