@aviaryhq/cloudglue-js 0.1.6 → 0.1.7
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/generated/Collections.d.ts +5 -1
- package/dist/generated/Collections.js +10 -3
- package/dist/generated/Extract.d.ts +2 -0
- package/dist/generated/Extract.js +3 -1
- package/dist/generated/Files.d.ts +465 -36
- package/dist/generated/Files.js +50 -1
- package/dist/generated/Segmentations.d.ts +366 -36
- package/dist/generated/Segmentations.js +43 -0
- package/dist/generated/Transcribe.d.ts +2 -0
- package/dist/generated/Transcribe.js +3 -1
- package/dist/generated/common.d.ts +186 -20
- package/dist/generated/common.js +31 -3
- package/dist/src/client.d.ts +136 -12
- package/dist/src/client.js +35 -1
- package/package.json +1 -1
- package/dist/generated/Describe.d.ts +0 -7027
- package/dist/generated/Describe.js +0 -159
|
@@ -115,58 +115,74 @@ export declare const SegmentationsApi: import("@zodios/core").ZodiosInstance<[{
|
|
|
115
115
|
start_time_seconds: z.ZodOptional<z.ZodNumber>;
|
|
116
116
|
end_time_seconds: z.ZodOptional<z.ZodNumber>;
|
|
117
117
|
}, z.ZodTypeAny, "passthrough">>;
|
|
118
|
+
thumbnails_config: z.ZodObject<{
|
|
119
|
+
enable_segment_thumbnails: z.ZodBoolean;
|
|
120
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
121
|
+
enable_segment_thumbnails: z.ZodBoolean;
|
|
122
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
123
|
+
enable_segment_thumbnails: z.ZodBoolean;
|
|
124
|
+
}, z.ZodTypeAny, "passthrough">>;
|
|
118
125
|
total_segments: z.ZodOptional<z.ZodNumber>;
|
|
119
126
|
data: z.ZodOptional<z.ZodObject<{
|
|
120
127
|
object: z.ZodLiteral<"list">;
|
|
121
|
-
segments: z.ZodArray<z.ZodObject<{
|
|
128
|
+
segments: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
122
129
|
id: z.ZodString;
|
|
123
130
|
start_time: z.ZodNumber;
|
|
124
131
|
end_time: z.ZodNumber;
|
|
132
|
+
thumbnail_url: z.ZodOptional<z.ZodString>;
|
|
125
133
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
126
134
|
id: z.ZodString;
|
|
127
135
|
start_time: z.ZodNumber;
|
|
128
136
|
end_time: z.ZodNumber;
|
|
137
|
+
thumbnail_url: z.ZodOptional<z.ZodString>;
|
|
129
138
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
130
139
|
id: z.ZodString;
|
|
131
140
|
start_time: z.ZodNumber;
|
|
132
141
|
end_time: z.ZodNumber;
|
|
133
|
-
|
|
142
|
+
thumbnail_url: z.ZodOptional<z.ZodString>;
|
|
143
|
+
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
134
144
|
total: z.ZodNumber;
|
|
135
145
|
limit: z.ZodNumber;
|
|
136
146
|
offset: z.ZodNumber;
|
|
137
147
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
138
148
|
object: z.ZodLiteral<"list">;
|
|
139
|
-
segments: z.ZodArray<z.ZodObject<{
|
|
149
|
+
segments: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
140
150
|
id: z.ZodString;
|
|
141
151
|
start_time: z.ZodNumber;
|
|
142
152
|
end_time: z.ZodNumber;
|
|
153
|
+
thumbnail_url: z.ZodOptional<z.ZodString>;
|
|
143
154
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
144
155
|
id: z.ZodString;
|
|
145
156
|
start_time: z.ZodNumber;
|
|
146
157
|
end_time: z.ZodNumber;
|
|
158
|
+
thumbnail_url: z.ZodOptional<z.ZodString>;
|
|
147
159
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
148
160
|
id: z.ZodString;
|
|
149
161
|
start_time: z.ZodNumber;
|
|
150
162
|
end_time: z.ZodNumber;
|
|
151
|
-
|
|
163
|
+
thumbnail_url: z.ZodOptional<z.ZodString>;
|
|
164
|
+
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
152
165
|
total: z.ZodNumber;
|
|
153
166
|
limit: z.ZodNumber;
|
|
154
167
|
offset: z.ZodNumber;
|
|
155
168
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
156
169
|
object: z.ZodLiteral<"list">;
|
|
157
|
-
segments: z.ZodArray<z.ZodObject<{
|
|
170
|
+
segments: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
158
171
|
id: z.ZodString;
|
|
159
172
|
start_time: z.ZodNumber;
|
|
160
173
|
end_time: z.ZodNumber;
|
|
174
|
+
thumbnail_url: z.ZodOptional<z.ZodString>;
|
|
161
175
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
162
176
|
id: z.ZodString;
|
|
163
177
|
start_time: z.ZodNumber;
|
|
164
178
|
end_time: z.ZodNumber;
|
|
179
|
+
thumbnail_url: z.ZodOptional<z.ZodString>;
|
|
165
180
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
166
181
|
id: z.ZodString;
|
|
167
182
|
start_time: z.ZodNumber;
|
|
168
183
|
end_time: z.ZodNumber;
|
|
169
|
-
|
|
184
|
+
thumbnail_url: z.ZodOptional<z.ZodString>;
|
|
185
|
+
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
170
186
|
total: z.ZodNumber;
|
|
171
187
|
limit: z.ZodNumber;
|
|
172
188
|
offset: z.ZodNumber;
|
|
@@ -267,58 +283,74 @@ export declare const SegmentationsApi: import("@zodios/core").ZodiosInstance<[{
|
|
|
267
283
|
start_time_seconds: z.ZodOptional<z.ZodNumber>;
|
|
268
284
|
end_time_seconds: z.ZodOptional<z.ZodNumber>;
|
|
269
285
|
}, z.ZodTypeAny, "passthrough">>;
|
|
286
|
+
thumbnails_config: z.ZodObject<{
|
|
287
|
+
enable_segment_thumbnails: z.ZodBoolean;
|
|
288
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
289
|
+
enable_segment_thumbnails: z.ZodBoolean;
|
|
290
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
291
|
+
enable_segment_thumbnails: z.ZodBoolean;
|
|
292
|
+
}, z.ZodTypeAny, "passthrough">>;
|
|
270
293
|
total_segments: z.ZodOptional<z.ZodNumber>;
|
|
271
294
|
data: z.ZodOptional<z.ZodObject<{
|
|
272
295
|
object: z.ZodLiteral<"list">;
|
|
273
|
-
segments: z.ZodArray<z.ZodObject<{
|
|
296
|
+
segments: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
274
297
|
id: z.ZodString;
|
|
275
298
|
start_time: z.ZodNumber;
|
|
276
299
|
end_time: z.ZodNumber;
|
|
300
|
+
thumbnail_url: z.ZodOptional<z.ZodString>;
|
|
277
301
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
278
302
|
id: z.ZodString;
|
|
279
303
|
start_time: z.ZodNumber;
|
|
280
304
|
end_time: z.ZodNumber;
|
|
305
|
+
thumbnail_url: z.ZodOptional<z.ZodString>;
|
|
281
306
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
282
307
|
id: z.ZodString;
|
|
283
308
|
start_time: z.ZodNumber;
|
|
284
309
|
end_time: z.ZodNumber;
|
|
285
|
-
|
|
310
|
+
thumbnail_url: z.ZodOptional<z.ZodString>;
|
|
311
|
+
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
286
312
|
total: z.ZodNumber;
|
|
287
313
|
limit: z.ZodNumber;
|
|
288
314
|
offset: z.ZodNumber;
|
|
289
315
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
290
316
|
object: z.ZodLiteral<"list">;
|
|
291
|
-
segments: z.ZodArray<z.ZodObject<{
|
|
317
|
+
segments: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
292
318
|
id: z.ZodString;
|
|
293
319
|
start_time: z.ZodNumber;
|
|
294
320
|
end_time: z.ZodNumber;
|
|
321
|
+
thumbnail_url: z.ZodOptional<z.ZodString>;
|
|
295
322
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
296
323
|
id: z.ZodString;
|
|
297
324
|
start_time: z.ZodNumber;
|
|
298
325
|
end_time: z.ZodNumber;
|
|
326
|
+
thumbnail_url: z.ZodOptional<z.ZodString>;
|
|
299
327
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
300
328
|
id: z.ZodString;
|
|
301
329
|
start_time: z.ZodNumber;
|
|
302
330
|
end_time: z.ZodNumber;
|
|
303
|
-
|
|
331
|
+
thumbnail_url: z.ZodOptional<z.ZodString>;
|
|
332
|
+
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
304
333
|
total: z.ZodNumber;
|
|
305
334
|
limit: z.ZodNumber;
|
|
306
335
|
offset: z.ZodNumber;
|
|
307
336
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
308
337
|
object: z.ZodLiteral<"list">;
|
|
309
|
-
segments: z.ZodArray<z.ZodObject<{
|
|
338
|
+
segments: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
310
339
|
id: z.ZodString;
|
|
311
340
|
start_time: z.ZodNumber;
|
|
312
341
|
end_time: z.ZodNumber;
|
|
342
|
+
thumbnail_url: z.ZodOptional<z.ZodString>;
|
|
313
343
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
314
344
|
id: z.ZodString;
|
|
315
345
|
start_time: z.ZodNumber;
|
|
316
346
|
end_time: z.ZodNumber;
|
|
347
|
+
thumbnail_url: z.ZodOptional<z.ZodString>;
|
|
317
348
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
318
349
|
id: z.ZodString;
|
|
319
350
|
start_time: z.ZodNumber;
|
|
320
351
|
end_time: z.ZodNumber;
|
|
321
|
-
|
|
352
|
+
thumbnail_url: z.ZodOptional<z.ZodString>;
|
|
353
|
+
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
322
354
|
total: z.ZodNumber;
|
|
323
355
|
limit: z.ZodNumber;
|
|
324
356
|
offset: z.ZodNumber;
|
|
@@ -419,58 +451,74 @@ export declare const SegmentationsApi: import("@zodios/core").ZodiosInstance<[{
|
|
|
419
451
|
start_time_seconds: z.ZodOptional<z.ZodNumber>;
|
|
420
452
|
end_time_seconds: z.ZodOptional<z.ZodNumber>;
|
|
421
453
|
}, z.ZodTypeAny, "passthrough">>;
|
|
454
|
+
thumbnails_config: z.ZodObject<{
|
|
455
|
+
enable_segment_thumbnails: z.ZodBoolean;
|
|
456
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
457
|
+
enable_segment_thumbnails: z.ZodBoolean;
|
|
458
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
459
|
+
enable_segment_thumbnails: z.ZodBoolean;
|
|
460
|
+
}, z.ZodTypeAny, "passthrough">>;
|
|
422
461
|
total_segments: z.ZodOptional<z.ZodNumber>;
|
|
423
462
|
data: z.ZodOptional<z.ZodObject<{
|
|
424
463
|
object: z.ZodLiteral<"list">;
|
|
425
|
-
segments: z.ZodArray<z.ZodObject<{
|
|
464
|
+
segments: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
426
465
|
id: z.ZodString;
|
|
427
466
|
start_time: z.ZodNumber;
|
|
428
467
|
end_time: z.ZodNumber;
|
|
468
|
+
thumbnail_url: z.ZodOptional<z.ZodString>;
|
|
429
469
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
430
470
|
id: z.ZodString;
|
|
431
471
|
start_time: z.ZodNumber;
|
|
432
472
|
end_time: z.ZodNumber;
|
|
473
|
+
thumbnail_url: z.ZodOptional<z.ZodString>;
|
|
433
474
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
434
475
|
id: z.ZodString;
|
|
435
476
|
start_time: z.ZodNumber;
|
|
436
477
|
end_time: z.ZodNumber;
|
|
437
|
-
|
|
478
|
+
thumbnail_url: z.ZodOptional<z.ZodString>;
|
|
479
|
+
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
438
480
|
total: z.ZodNumber;
|
|
439
481
|
limit: z.ZodNumber;
|
|
440
482
|
offset: z.ZodNumber;
|
|
441
483
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
442
484
|
object: z.ZodLiteral<"list">;
|
|
443
|
-
segments: z.ZodArray<z.ZodObject<{
|
|
485
|
+
segments: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
444
486
|
id: z.ZodString;
|
|
445
487
|
start_time: z.ZodNumber;
|
|
446
488
|
end_time: z.ZodNumber;
|
|
489
|
+
thumbnail_url: z.ZodOptional<z.ZodString>;
|
|
447
490
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
448
491
|
id: z.ZodString;
|
|
449
492
|
start_time: z.ZodNumber;
|
|
450
493
|
end_time: z.ZodNumber;
|
|
494
|
+
thumbnail_url: z.ZodOptional<z.ZodString>;
|
|
451
495
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
452
496
|
id: z.ZodString;
|
|
453
497
|
start_time: z.ZodNumber;
|
|
454
498
|
end_time: z.ZodNumber;
|
|
455
|
-
|
|
499
|
+
thumbnail_url: z.ZodOptional<z.ZodString>;
|
|
500
|
+
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
456
501
|
total: z.ZodNumber;
|
|
457
502
|
limit: z.ZodNumber;
|
|
458
503
|
offset: z.ZodNumber;
|
|
459
504
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
460
505
|
object: z.ZodLiteral<"list">;
|
|
461
|
-
segments: z.ZodArray<z.ZodObject<{
|
|
506
|
+
segments: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
462
507
|
id: z.ZodString;
|
|
463
508
|
start_time: z.ZodNumber;
|
|
464
509
|
end_time: z.ZodNumber;
|
|
510
|
+
thumbnail_url: z.ZodOptional<z.ZodString>;
|
|
465
511
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
466
512
|
id: z.ZodString;
|
|
467
513
|
start_time: z.ZodNumber;
|
|
468
514
|
end_time: z.ZodNumber;
|
|
515
|
+
thumbnail_url: z.ZodOptional<z.ZodString>;
|
|
469
516
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
470
517
|
id: z.ZodString;
|
|
471
518
|
start_time: z.ZodNumber;
|
|
472
519
|
end_time: z.ZodNumber;
|
|
473
|
-
|
|
520
|
+
thumbnail_url: z.ZodOptional<z.ZodString>;
|
|
521
|
+
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
474
522
|
total: z.ZodNumber;
|
|
475
523
|
limit: z.ZodNumber;
|
|
476
524
|
offset: z.ZodNumber;
|
|
@@ -536,6 +584,123 @@ export declare const SegmentationsApi: import("@zodios/core").ZodiosInstance<[{
|
|
|
536
584
|
error: z.ZodString;
|
|
537
585
|
}, z.ZodTypeAny, "passthrough">>;
|
|
538
586
|
}];
|
|
587
|
+
}, {
|
|
588
|
+
method: "get";
|
|
589
|
+
path: "/segmentations/:segmentation_id/thumbnails";
|
|
590
|
+
alias: "getSegmentationThumbnails";
|
|
591
|
+
description: "Get all thumbnails for a segmentation";
|
|
592
|
+
requestFormat: "json";
|
|
593
|
+
parameters: [{
|
|
594
|
+
name: "segmentation_id";
|
|
595
|
+
type: "Path";
|
|
596
|
+
schema: z.ZodString;
|
|
597
|
+
}, {
|
|
598
|
+
name: "segment_ids";
|
|
599
|
+
type: "Query";
|
|
600
|
+
schema: z.ZodOptional<z.ZodString>;
|
|
601
|
+
}, {
|
|
602
|
+
name: "limit";
|
|
603
|
+
type: "Query";
|
|
604
|
+
schema: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
605
|
+
}, {
|
|
606
|
+
name: "offset";
|
|
607
|
+
type: "Query";
|
|
608
|
+
schema: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
609
|
+
}];
|
|
610
|
+
response: z.ZodObject<{
|
|
611
|
+
object: z.ZodLiteral<"list">;
|
|
612
|
+
total: z.ZodNumber;
|
|
613
|
+
limit: z.ZodNumber;
|
|
614
|
+
offset: z.ZodNumber;
|
|
615
|
+
data: z.ZodArray<z.ZodObject<{
|
|
616
|
+
id: z.ZodString;
|
|
617
|
+
url: z.ZodString;
|
|
618
|
+
time: z.ZodNumber;
|
|
619
|
+
segmentation_id: z.ZodOptional<z.ZodString>;
|
|
620
|
+
segment_id: z.ZodOptional<z.ZodString>;
|
|
621
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
622
|
+
id: z.ZodString;
|
|
623
|
+
url: z.ZodString;
|
|
624
|
+
time: z.ZodNumber;
|
|
625
|
+
segmentation_id: z.ZodOptional<z.ZodString>;
|
|
626
|
+
segment_id: z.ZodOptional<z.ZodString>;
|
|
627
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
628
|
+
id: z.ZodString;
|
|
629
|
+
url: z.ZodString;
|
|
630
|
+
time: z.ZodNumber;
|
|
631
|
+
segmentation_id: z.ZodOptional<z.ZodString>;
|
|
632
|
+
segment_id: z.ZodOptional<z.ZodString>;
|
|
633
|
+
}, z.ZodTypeAny, "passthrough">>, "many">;
|
|
634
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
635
|
+
object: z.ZodLiteral<"list">;
|
|
636
|
+
total: z.ZodNumber;
|
|
637
|
+
limit: z.ZodNumber;
|
|
638
|
+
offset: z.ZodNumber;
|
|
639
|
+
data: z.ZodArray<z.ZodObject<{
|
|
640
|
+
id: z.ZodString;
|
|
641
|
+
url: z.ZodString;
|
|
642
|
+
time: z.ZodNumber;
|
|
643
|
+
segmentation_id: z.ZodOptional<z.ZodString>;
|
|
644
|
+
segment_id: z.ZodOptional<z.ZodString>;
|
|
645
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
646
|
+
id: z.ZodString;
|
|
647
|
+
url: z.ZodString;
|
|
648
|
+
time: z.ZodNumber;
|
|
649
|
+
segmentation_id: z.ZodOptional<z.ZodString>;
|
|
650
|
+
segment_id: z.ZodOptional<z.ZodString>;
|
|
651
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
652
|
+
id: z.ZodString;
|
|
653
|
+
url: z.ZodString;
|
|
654
|
+
time: z.ZodNumber;
|
|
655
|
+
segmentation_id: z.ZodOptional<z.ZodString>;
|
|
656
|
+
segment_id: z.ZodOptional<z.ZodString>;
|
|
657
|
+
}, z.ZodTypeAny, "passthrough">>, "many">;
|
|
658
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
659
|
+
object: z.ZodLiteral<"list">;
|
|
660
|
+
total: z.ZodNumber;
|
|
661
|
+
limit: z.ZodNumber;
|
|
662
|
+
offset: z.ZodNumber;
|
|
663
|
+
data: z.ZodArray<z.ZodObject<{
|
|
664
|
+
id: z.ZodString;
|
|
665
|
+
url: z.ZodString;
|
|
666
|
+
time: z.ZodNumber;
|
|
667
|
+
segmentation_id: z.ZodOptional<z.ZodString>;
|
|
668
|
+
segment_id: z.ZodOptional<z.ZodString>;
|
|
669
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
670
|
+
id: z.ZodString;
|
|
671
|
+
url: z.ZodString;
|
|
672
|
+
time: z.ZodNumber;
|
|
673
|
+
segmentation_id: z.ZodOptional<z.ZodString>;
|
|
674
|
+
segment_id: z.ZodOptional<z.ZodString>;
|
|
675
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
676
|
+
id: z.ZodString;
|
|
677
|
+
url: z.ZodString;
|
|
678
|
+
time: z.ZodNumber;
|
|
679
|
+
segmentation_id: z.ZodOptional<z.ZodString>;
|
|
680
|
+
segment_id: z.ZodOptional<z.ZodString>;
|
|
681
|
+
}, z.ZodTypeAny, "passthrough">>, "many">;
|
|
682
|
+
}, z.ZodTypeAny, "passthrough">>;
|
|
683
|
+
errors: [{
|
|
684
|
+
status: 404;
|
|
685
|
+
description: string;
|
|
686
|
+
schema: z.ZodObject<{
|
|
687
|
+
error: z.ZodString;
|
|
688
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
689
|
+
error: z.ZodString;
|
|
690
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
691
|
+
error: z.ZodString;
|
|
692
|
+
}, z.ZodTypeAny, "passthrough">>;
|
|
693
|
+
}, {
|
|
694
|
+
status: 500;
|
|
695
|
+
description: string;
|
|
696
|
+
schema: z.ZodObject<{
|
|
697
|
+
error: z.ZodString;
|
|
698
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
699
|
+
error: z.ZodString;
|
|
700
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
701
|
+
error: z.ZodString;
|
|
702
|
+
}, z.ZodTypeAny, "passthrough">>;
|
|
703
|
+
}];
|
|
539
704
|
}]>;
|
|
540
705
|
export declare function createApiClient(baseUrl: string, options?: ZodiosOptions): import("@zodios/core").ZodiosInstance<[{
|
|
541
706
|
method: "get";
|
|
@@ -652,58 +817,74 @@ export declare function createApiClient(baseUrl: string, options?: ZodiosOptions
|
|
|
652
817
|
start_time_seconds: z.ZodOptional<z.ZodNumber>;
|
|
653
818
|
end_time_seconds: z.ZodOptional<z.ZodNumber>;
|
|
654
819
|
}, z.ZodTypeAny, "passthrough">>;
|
|
820
|
+
thumbnails_config: z.ZodObject<{
|
|
821
|
+
enable_segment_thumbnails: z.ZodBoolean;
|
|
822
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
823
|
+
enable_segment_thumbnails: z.ZodBoolean;
|
|
824
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
825
|
+
enable_segment_thumbnails: z.ZodBoolean;
|
|
826
|
+
}, z.ZodTypeAny, "passthrough">>;
|
|
655
827
|
total_segments: z.ZodOptional<z.ZodNumber>;
|
|
656
828
|
data: z.ZodOptional<z.ZodObject<{
|
|
657
829
|
object: z.ZodLiteral<"list">;
|
|
658
|
-
segments: z.ZodArray<z.ZodObject<{
|
|
830
|
+
segments: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
659
831
|
id: z.ZodString;
|
|
660
832
|
start_time: z.ZodNumber;
|
|
661
833
|
end_time: z.ZodNumber;
|
|
834
|
+
thumbnail_url: z.ZodOptional<z.ZodString>;
|
|
662
835
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
663
836
|
id: z.ZodString;
|
|
664
837
|
start_time: z.ZodNumber;
|
|
665
838
|
end_time: z.ZodNumber;
|
|
839
|
+
thumbnail_url: z.ZodOptional<z.ZodString>;
|
|
666
840
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
667
841
|
id: z.ZodString;
|
|
668
842
|
start_time: z.ZodNumber;
|
|
669
843
|
end_time: z.ZodNumber;
|
|
670
|
-
|
|
844
|
+
thumbnail_url: z.ZodOptional<z.ZodString>;
|
|
845
|
+
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
671
846
|
total: z.ZodNumber;
|
|
672
847
|
limit: z.ZodNumber;
|
|
673
848
|
offset: z.ZodNumber;
|
|
674
849
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
675
850
|
object: z.ZodLiteral<"list">;
|
|
676
|
-
segments: z.ZodArray<z.ZodObject<{
|
|
851
|
+
segments: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
677
852
|
id: z.ZodString;
|
|
678
853
|
start_time: z.ZodNumber;
|
|
679
854
|
end_time: z.ZodNumber;
|
|
855
|
+
thumbnail_url: z.ZodOptional<z.ZodString>;
|
|
680
856
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
681
857
|
id: z.ZodString;
|
|
682
858
|
start_time: z.ZodNumber;
|
|
683
859
|
end_time: z.ZodNumber;
|
|
860
|
+
thumbnail_url: z.ZodOptional<z.ZodString>;
|
|
684
861
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
685
862
|
id: z.ZodString;
|
|
686
863
|
start_time: z.ZodNumber;
|
|
687
864
|
end_time: z.ZodNumber;
|
|
688
|
-
|
|
865
|
+
thumbnail_url: z.ZodOptional<z.ZodString>;
|
|
866
|
+
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
689
867
|
total: z.ZodNumber;
|
|
690
868
|
limit: z.ZodNumber;
|
|
691
869
|
offset: z.ZodNumber;
|
|
692
870
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
693
871
|
object: z.ZodLiteral<"list">;
|
|
694
|
-
segments: z.ZodArray<z.ZodObject<{
|
|
872
|
+
segments: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
695
873
|
id: z.ZodString;
|
|
696
874
|
start_time: z.ZodNumber;
|
|
697
875
|
end_time: z.ZodNumber;
|
|
876
|
+
thumbnail_url: z.ZodOptional<z.ZodString>;
|
|
698
877
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
699
878
|
id: z.ZodString;
|
|
700
879
|
start_time: z.ZodNumber;
|
|
701
880
|
end_time: z.ZodNumber;
|
|
881
|
+
thumbnail_url: z.ZodOptional<z.ZodString>;
|
|
702
882
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
703
883
|
id: z.ZodString;
|
|
704
884
|
start_time: z.ZodNumber;
|
|
705
885
|
end_time: z.ZodNumber;
|
|
706
|
-
|
|
886
|
+
thumbnail_url: z.ZodOptional<z.ZodString>;
|
|
887
|
+
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
707
888
|
total: z.ZodNumber;
|
|
708
889
|
limit: z.ZodNumber;
|
|
709
890
|
offset: z.ZodNumber;
|
|
@@ -804,58 +985,74 @@ export declare function createApiClient(baseUrl: string, options?: ZodiosOptions
|
|
|
804
985
|
start_time_seconds: z.ZodOptional<z.ZodNumber>;
|
|
805
986
|
end_time_seconds: z.ZodOptional<z.ZodNumber>;
|
|
806
987
|
}, z.ZodTypeAny, "passthrough">>;
|
|
988
|
+
thumbnails_config: z.ZodObject<{
|
|
989
|
+
enable_segment_thumbnails: z.ZodBoolean;
|
|
990
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
991
|
+
enable_segment_thumbnails: z.ZodBoolean;
|
|
992
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
993
|
+
enable_segment_thumbnails: z.ZodBoolean;
|
|
994
|
+
}, z.ZodTypeAny, "passthrough">>;
|
|
807
995
|
total_segments: z.ZodOptional<z.ZodNumber>;
|
|
808
996
|
data: z.ZodOptional<z.ZodObject<{
|
|
809
997
|
object: z.ZodLiteral<"list">;
|
|
810
|
-
segments: z.ZodArray<z.ZodObject<{
|
|
998
|
+
segments: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
811
999
|
id: z.ZodString;
|
|
812
1000
|
start_time: z.ZodNumber;
|
|
813
1001
|
end_time: z.ZodNumber;
|
|
1002
|
+
thumbnail_url: z.ZodOptional<z.ZodString>;
|
|
814
1003
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
815
1004
|
id: z.ZodString;
|
|
816
1005
|
start_time: z.ZodNumber;
|
|
817
1006
|
end_time: z.ZodNumber;
|
|
1007
|
+
thumbnail_url: z.ZodOptional<z.ZodString>;
|
|
818
1008
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
819
1009
|
id: z.ZodString;
|
|
820
1010
|
start_time: z.ZodNumber;
|
|
821
1011
|
end_time: z.ZodNumber;
|
|
822
|
-
|
|
1012
|
+
thumbnail_url: z.ZodOptional<z.ZodString>;
|
|
1013
|
+
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
823
1014
|
total: z.ZodNumber;
|
|
824
1015
|
limit: z.ZodNumber;
|
|
825
1016
|
offset: z.ZodNumber;
|
|
826
1017
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
827
1018
|
object: z.ZodLiteral<"list">;
|
|
828
|
-
segments: z.ZodArray<z.ZodObject<{
|
|
1019
|
+
segments: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
829
1020
|
id: z.ZodString;
|
|
830
1021
|
start_time: z.ZodNumber;
|
|
831
1022
|
end_time: z.ZodNumber;
|
|
1023
|
+
thumbnail_url: z.ZodOptional<z.ZodString>;
|
|
832
1024
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
833
1025
|
id: z.ZodString;
|
|
834
1026
|
start_time: z.ZodNumber;
|
|
835
1027
|
end_time: z.ZodNumber;
|
|
1028
|
+
thumbnail_url: z.ZodOptional<z.ZodString>;
|
|
836
1029
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
837
1030
|
id: z.ZodString;
|
|
838
1031
|
start_time: z.ZodNumber;
|
|
839
1032
|
end_time: z.ZodNumber;
|
|
840
|
-
|
|
1033
|
+
thumbnail_url: z.ZodOptional<z.ZodString>;
|
|
1034
|
+
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
841
1035
|
total: z.ZodNumber;
|
|
842
1036
|
limit: z.ZodNumber;
|
|
843
1037
|
offset: z.ZodNumber;
|
|
844
1038
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
845
1039
|
object: z.ZodLiteral<"list">;
|
|
846
|
-
segments: z.ZodArray<z.ZodObject<{
|
|
1040
|
+
segments: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
847
1041
|
id: z.ZodString;
|
|
848
1042
|
start_time: z.ZodNumber;
|
|
849
1043
|
end_time: z.ZodNumber;
|
|
1044
|
+
thumbnail_url: z.ZodOptional<z.ZodString>;
|
|
850
1045
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
851
1046
|
id: z.ZodString;
|
|
852
1047
|
start_time: z.ZodNumber;
|
|
853
1048
|
end_time: z.ZodNumber;
|
|
1049
|
+
thumbnail_url: z.ZodOptional<z.ZodString>;
|
|
854
1050
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
855
1051
|
id: z.ZodString;
|
|
856
1052
|
start_time: z.ZodNumber;
|
|
857
1053
|
end_time: z.ZodNumber;
|
|
858
|
-
|
|
1054
|
+
thumbnail_url: z.ZodOptional<z.ZodString>;
|
|
1055
|
+
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
859
1056
|
total: z.ZodNumber;
|
|
860
1057
|
limit: z.ZodNumber;
|
|
861
1058
|
offset: z.ZodNumber;
|
|
@@ -956,58 +1153,74 @@ export declare function createApiClient(baseUrl: string, options?: ZodiosOptions
|
|
|
956
1153
|
start_time_seconds: z.ZodOptional<z.ZodNumber>;
|
|
957
1154
|
end_time_seconds: z.ZodOptional<z.ZodNumber>;
|
|
958
1155
|
}, z.ZodTypeAny, "passthrough">>;
|
|
1156
|
+
thumbnails_config: z.ZodObject<{
|
|
1157
|
+
enable_segment_thumbnails: z.ZodBoolean;
|
|
1158
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
1159
|
+
enable_segment_thumbnails: z.ZodBoolean;
|
|
1160
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
1161
|
+
enable_segment_thumbnails: z.ZodBoolean;
|
|
1162
|
+
}, z.ZodTypeAny, "passthrough">>;
|
|
959
1163
|
total_segments: z.ZodOptional<z.ZodNumber>;
|
|
960
1164
|
data: z.ZodOptional<z.ZodObject<{
|
|
961
1165
|
object: z.ZodLiteral<"list">;
|
|
962
|
-
segments: z.ZodArray<z.ZodObject<{
|
|
1166
|
+
segments: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
963
1167
|
id: z.ZodString;
|
|
964
1168
|
start_time: z.ZodNumber;
|
|
965
1169
|
end_time: z.ZodNumber;
|
|
1170
|
+
thumbnail_url: z.ZodOptional<z.ZodString>;
|
|
966
1171
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
967
1172
|
id: z.ZodString;
|
|
968
1173
|
start_time: z.ZodNumber;
|
|
969
1174
|
end_time: z.ZodNumber;
|
|
1175
|
+
thumbnail_url: z.ZodOptional<z.ZodString>;
|
|
970
1176
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
971
1177
|
id: z.ZodString;
|
|
972
1178
|
start_time: z.ZodNumber;
|
|
973
1179
|
end_time: z.ZodNumber;
|
|
974
|
-
|
|
1180
|
+
thumbnail_url: z.ZodOptional<z.ZodString>;
|
|
1181
|
+
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
975
1182
|
total: z.ZodNumber;
|
|
976
1183
|
limit: z.ZodNumber;
|
|
977
1184
|
offset: z.ZodNumber;
|
|
978
1185
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
979
1186
|
object: z.ZodLiteral<"list">;
|
|
980
|
-
segments: z.ZodArray<z.ZodObject<{
|
|
1187
|
+
segments: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
981
1188
|
id: z.ZodString;
|
|
982
1189
|
start_time: z.ZodNumber;
|
|
983
1190
|
end_time: z.ZodNumber;
|
|
1191
|
+
thumbnail_url: z.ZodOptional<z.ZodString>;
|
|
984
1192
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
985
1193
|
id: z.ZodString;
|
|
986
1194
|
start_time: z.ZodNumber;
|
|
987
1195
|
end_time: z.ZodNumber;
|
|
1196
|
+
thumbnail_url: z.ZodOptional<z.ZodString>;
|
|
988
1197
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
989
1198
|
id: z.ZodString;
|
|
990
1199
|
start_time: z.ZodNumber;
|
|
991
1200
|
end_time: z.ZodNumber;
|
|
992
|
-
|
|
1201
|
+
thumbnail_url: z.ZodOptional<z.ZodString>;
|
|
1202
|
+
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
993
1203
|
total: z.ZodNumber;
|
|
994
1204
|
limit: z.ZodNumber;
|
|
995
1205
|
offset: z.ZodNumber;
|
|
996
1206
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
997
1207
|
object: z.ZodLiteral<"list">;
|
|
998
|
-
segments: z.ZodArray<z.ZodObject<{
|
|
1208
|
+
segments: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
999
1209
|
id: z.ZodString;
|
|
1000
1210
|
start_time: z.ZodNumber;
|
|
1001
1211
|
end_time: z.ZodNumber;
|
|
1212
|
+
thumbnail_url: z.ZodOptional<z.ZodString>;
|
|
1002
1213
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
1003
1214
|
id: z.ZodString;
|
|
1004
1215
|
start_time: z.ZodNumber;
|
|
1005
1216
|
end_time: z.ZodNumber;
|
|
1217
|
+
thumbnail_url: z.ZodOptional<z.ZodString>;
|
|
1006
1218
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
1007
1219
|
id: z.ZodString;
|
|
1008
1220
|
start_time: z.ZodNumber;
|
|
1009
1221
|
end_time: z.ZodNumber;
|
|
1010
|
-
|
|
1222
|
+
thumbnail_url: z.ZodOptional<z.ZodString>;
|
|
1223
|
+
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
1011
1224
|
total: z.ZodNumber;
|
|
1012
1225
|
limit: z.ZodNumber;
|
|
1013
1226
|
offset: z.ZodNumber;
|
|
@@ -1073,4 +1286,121 @@ export declare function createApiClient(baseUrl: string, options?: ZodiosOptions
|
|
|
1073
1286
|
error: z.ZodString;
|
|
1074
1287
|
}, z.ZodTypeAny, "passthrough">>;
|
|
1075
1288
|
}];
|
|
1289
|
+
}, {
|
|
1290
|
+
method: "get";
|
|
1291
|
+
path: "/segmentations/:segmentation_id/thumbnails";
|
|
1292
|
+
alias: "getSegmentationThumbnails";
|
|
1293
|
+
description: "Get all thumbnails for a segmentation";
|
|
1294
|
+
requestFormat: "json";
|
|
1295
|
+
parameters: [{
|
|
1296
|
+
name: "segmentation_id";
|
|
1297
|
+
type: "Path";
|
|
1298
|
+
schema: z.ZodString;
|
|
1299
|
+
}, {
|
|
1300
|
+
name: "segment_ids";
|
|
1301
|
+
type: "Query";
|
|
1302
|
+
schema: z.ZodOptional<z.ZodString>;
|
|
1303
|
+
}, {
|
|
1304
|
+
name: "limit";
|
|
1305
|
+
type: "Query";
|
|
1306
|
+
schema: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
1307
|
+
}, {
|
|
1308
|
+
name: "offset";
|
|
1309
|
+
type: "Query";
|
|
1310
|
+
schema: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
1311
|
+
}];
|
|
1312
|
+
response: z.ZodObject<{
|
|
1313
|
+
object: z.ZodLiteral<"list">;
|
|
1314
|
+
total: z.ZodNumber;
|
|
1315
|
+
limit: z.ZodNumber;
|
|
1316
|
+
offset: z.ZodNumber;
|
|
1317
|
+
data: z.ZodArray<z.ZodObject<{
|
|
1318
|
+
id: z.ZodString;
|
|
1319
|
+
url: z.ZodString;
|
|
1320
|
+
time: z.ZodNumber;
|
|
1321
|
+
segmentation_id: z.ZodOptional<z.ZodString>;
|
|
1322
|
+
segment_id: z.ZodOptional<z.ZodString>;
|
|
1323
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
1324
|
+
id: z.ZodString;
|
|
1325
|
+
url: z.ZodString;
|
|
1326
|
+
time: z.ZodNumber;
|
|
1327
|
+
segmentation_id: z.ZodOptional<z.ZodString>;
|
|
1328
|
+
segment_id: z.ZodOptional<z.ZodString>;
|
|
1329
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
1330
|
+
id: z.ZodString;
|
|
1331
|
+
url: z.ZodString;
|
|
1332
|
+
time: z.ZodNumber;
|
|
1333
|
+
segmentation_id: z.ZodOptional<z.ZodString>;
|
|
1334
|
+
segment_id: z.ZodOptional<z.ZodString>;
|
|
1335
|
+
}, z.ZodTypeAny, "passthrough">>, "many">;
|
|
1336
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
1337
|
+
object: z.ZodLiteral<"list">;
|
|
1338
|
+
total: z.ZodNumber;
|
|
1339
|
+
limit: z.ZodNumber;
|
|
1340
|
+
offset: z.ZodNumber;
|
|
1341
|
+
data: z.ZodArray<z.ZodObject<{
|
|
1342
|
+
id: z.ZodString;
|
|
1343
|
+
url: z.ZodString;
|
|
1344
|
+
time: z.ZodNumber;
|
|
1345
|
+
segmentation_id: z.ZodOptional<z.ZodString>;
|
|
1346
|
+
segment_id: z.ZodOptional<z.ZodString>;
|
|
1347
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
1348
|
+
id: z.ZodString;
|
|
1349
|
+
url: z.ZodString;
|
|
1350
|
+
time: z.ZodNumber;
|
|
1351
|
+
segmentation_id: z.ZodOptional<z.ZodString>;
|
|
1352
|
+
segment_id: z.ZodOptional<z.ZodString>;
|
|
1353
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
1354
|
+
id: z.ZodString;
|
|
1355
|
+
url: z.ZodString;
|
|
1356
|
+
time: z.ZodNumber;
|
|
1357
|
+
segmentation_id: z.ZodOptional<z.ZodString>;
|
|
1358
|
+
segment_id: z.ZodOptional<z.ZodString>;
|
|
1359
|
+
}, z.ZodTypeAny, "passthrough">>, "many">;
|
|
1360
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
1361
|
+
object: z.ZodLiteral<"list">;
|
|
1362
|
+
total: z.ZodNumber;
|
|
1363
|
+
limit: z.ZodNumber;
|
|
1364
|
+
offset: z.ZodNumber;
|
|
1365
|
+
data: z.ZodArray<z.ZodObject<{
|
|
1366
|
+
id: z.ZodString;
|
|
1367
|
+
url: z.ZodString;
|
|
1368
|
+
time: z.ZodNumber;
|
|
1369
|
+
segmentation_id: z.ZodOptional<z.ZodString>;
|
|
1370
|
+
segment_id: z.ZodOptional<z.ZodString>;
|
|
1371
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
1372
|
+
id: z.ZodString;
|
|
1373
|
+
url: z.ZodString;
|
|
1374
|
+
time: z.ZodNumber;
|
|
1375
|
+
segmentation_id: z.ZodOptional<z.ZodString>;
|
|
1376
|
+
segment_id: z.ZodOptional<z.ZodString>;
|
|
1377
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
1378
|
+
id: z.ZodString;
|
|
1379
|
+
url: z.ZodString;
|
|
1380
|
+
time: z.ZodNumber;
|
|
1381
|
+
segmentation_id: z.ZodOptional<z.ZodString>;
|
|
1382
|
+
segment_id: z.ZodOptional<z.ZodString>;
|
|
1383
|
+
}, z.ZodTypeAny, "passthrough">>, "many">;
|
|
1384
|
+
}, z.ZodTypeAny, "passthrough">>;
|
|
1385
|
+
errors: [{
|
|
1386
|
+
status: 404;
|
|
1387
|
+
description: string;
|
|
1388
|
+
schema: z.ZodObject<{
|
|
1389
|
+
error: z.ZodString;
|
|
1390
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
1391
|
+
error: z.ZodString;
|
|
1392
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
1393
|
+
error: z.ZodString;
|
|
1394
|
+
}, z.ZodTypeAny, "passthrough">>;
|
|
1395
|
+
}, {
|
|
1396
|
+
status: 500;
|
|
1397
|
+
description: string;
|
|
1398
|
+
schema: z.ZodObject<{
|
|
1399
|
+
error: z.ZodString;
|
|
1400
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
1401
|
+
error: z.ZodString;
|
|
1402
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
1403
|
+
error: z.ZodString;
|
|
1404
|
+
}, z.ZodTypeAny, "passthrough">>;
|
|
1405
|
+
}];
|
|
1076
1406
|
}]>;
|