cerevox 4.60.0 → 4.61.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.
@@ -143,11 +143,11 @@ export declare const zVideoProject: z.ZodObject<{
143
143
  width: z.ZodNumber;
144
144
  height: z.ZodNumber;
145
145
  }, "strip", z.ZodTypeAny, {
146
- height: number;
147
146
  width: number;
148
- }, {
149
147
  height: number;
148
+ }, {
150
149
  width: number;
150
+ height: number;
151
151
  }>;
152
152
  pixelFormat: z.ZodString;
153
153
  sampleRate: z.ZodNumber;
@@ -155,8 +155,8 @@ export declare const zVideoProject: z.ZodObject<{
155
155
  timebase: z.ZodString;
156
156
  }, "strip", z.ZodTypeAny, {
157
157
  resolution: {
158
- height: number;
159
158
  width: number;
159
+ height: number;
160
160
  };
161
161
  fps: number;
162
162
  pixelFormat: string;
@@ -165,8 +165,8 @@ export declare const zVideoProject: z.ZodObject<{
165
165
  timebase: string;
166
166
  }, {
167
167
  resolution: {
168
- height: number;
169
168
  width: number;
169
+ height: number;
170
170
  };
171
171
  fps: number;
172
172
  pixelFormat: string;
@@ -762,8 +762,8 @@ export declare const zVideoProject: z.ZodObject<{
762
762
  };
763
763
  settings: {
764
764
  resolution: {
765
- height: number;
766
765
  width: number;
766
+ height: number;
767
767
  };
768
768
  fps: number;
769
769
  pixelFormat: string;
@@ -874,8 +874,8 @@ export declare const zVideoProject: z.ZodObject<{
874
874
  };
875
875
  settings: {
876
876
  resolution: {
877
- height: number;
878
877
  width: number;
878
+ height: number;
879
879
  };
880
880
  fps: number;
881
881
  pixelFormat: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cerevox",
3
- "version": "4.60.0",
3
+ "version": "4.61.1",
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",