cerevox 3.11.3 → 3.12.0

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.
@@ -182,13 +182,13 @@ export declare const zVideoProject: z.ZodObject<{
182
182
  fps: z.ZodOptional<z.ZodNumber>;
183
183
  }, "strip", z.ZodTypeAny, {
184
184
  id: string;
185
- type: "image" | "audio" | "video";
185
+ type: "image" | "video" | "audio";
186
186
  uri: string;
187
187
  fps?: number | undefined;
188
188
  durationMs?: number | undefined;
189
189
  }, {
190
190
  id: string;
191
- type: "image" | "audio" | "video";
191
+ type: "image" | "video" | "audio";
192
192
  uri: string;
193
193
  fps?: number | undefined;
194
194
  durationMs?: number | undefined;
@@ -359,7 +359,7 @@ export declare const zVideoProject: z.ZodObject<{
359
359
  }>, "many">;
360
360
  }, "strip", z.ZodTypeAny, {
361
361
  id: string;
362
- type: "audio" | "video" | "subtitle";
362
+ type: "video" | "audio" | "subtitle";
363
363
  clips: {
364
364
  id: string;
365
365
  durationMs: number;
@@ -400,7 +400,7 @@ export declare const zVideoProject: z.ZodObject<{
400
400
  opacity?: number | undefined;
401
401
  }, {
402
402
  id: string;
403
- type: "audio" | "video" | "subtitle";
403
+ type: "video" | "audio" | "subtitle";
404
404
  clips: {
405
405
  id: string;
406
406
  durationMs: number;
@@ -517,7 +517,7 @@ export declare const zVideoProject: z.ZodObject<{
517
517
  }, "strip", z.ZodTypeAny, {
518
518
  tracks: {
519
519
  id: string;
520
- type: "audio" | "video" | "subtitle";
520
+ type: "video" | "audio" | "subtitle";
521
521
  clips: {
522
522
  id: string;
523
523
  durationMs: number;
@@ -574,7 +574,7 @@ export declare const zVideoProject: z.ZodObject<{
574
574
  }, {
575
575
  tracks: {
576
576
  id: string;
577
- type: "audio" | "video" | "subtitle";
577
+ type: "video" | "audio" | "subtitle";
578
578
  clips: {
579
579
  id: string;
580
580
  durationMs: number;
@@ -766,7 +766,7 @@ export declare const zVideoProject: z.ZodObject<{
766
766
  };
767
767
  assets: {
768
768
  id: string;
769
- type: "image" | "audio" | "video";
769
+ type: "image" | "video" | "audio";
770
770
  uri: string;
771
771
  fps?: number | undefined;
772
772
  durationMs?: number | undefined;
@@ -774,7 +774,7 @@ export declare const zVideoProject: z.ZodObject<{
774
774
  timeline: {
775
775
  tracks: {
776
776
  id: string;
777
- type: "audio" | "video" | "subtitle";
777
+ type: "video" | "audio" | "subtitle";
778
778
  clips: {
779
779
  id: string;
780
780
  durationMs: number;
@@ -878,7 +878,7 @@ export declare const zVideoProject: z.ZodObject<{
878
878
  };
879
879
  assets: {
880
880
  id: string;
881
- type: "image" | "audio" | "video";
881
+ type: "image" | "video" | "audio";
882
882
  uri: string;
883
883
  fps?: number | undefined;
884
884
  durationMs?: number | undefined;
@@ -886,7 +886,7 @@ export declare const zVideoProject: z.ZodObject<{
886
886
  timeline: {
887
887
  tracks: {
888
888
  id: string;
889
- type: "audio" | "video" | "subtitle";
889
+ type: "video" | "audio" | "subtitle";
890
890
  clips: {
891
891
  id: string;
892
892
  durationMs: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cerevox",
3
- "version": "3.11.3",
3
+ "version": "3.12.0",
4
4
  "description": "TypeScript SDK for browser automation and secure command execution in highly available and scalable micro computer environments",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",