@norskvideo/norsk-api 1.0.376 → 1.0.377

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/lib/media_pb.ts CHANGED
@@ -6534,6 +6534,11 @@ export class TestCardVideoConfiguration extends Message<TestCardVideoConfigurati
6534
6534
  */
6535
6535
  pixelFormat = PixelFormat.UNSPECIFIED;
6536
6536
 
6537
+ /**
6538
+ * @generated from field: bool interlaced = 8;
6539
+ */
6540
+ interlaced = false;
6541
+
6537
6542
  constructor(data?: PartialMessage<TestCardVideoConfiguration>) {
6538
6543
  super();
6539
6544
  proto3.util.initPartial(data, this);
@@ -6549,6 +6554,7 @@ export class TestCardVideoConfiguration extends Message<TestCardVideoConfigurati
6549
6554
  { no: 5, name: "realtime", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
6550
6555
  { no: 6, name: "pattern", kind: "enum", T: proto3.getEnumType(TestCardPattern) },
6551
6556
  { no: 7, name: "pixel_format", kind: "enum", T: proto3.getEnumType(PixelFormat) },
6557
+ { no: 8, name: "interlaced", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
6552
6558
  ]);
6553
6559
 
6554
6560
  static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): TestCardVideoConfiguration {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@norskvideo/norsk-api",
3
- "version": "1.0.376",
3
+ "version": "1.0.377",
4
4
  "license": "MIT",
5
5
  "dependencies": {
6
6
  "@bufbuild/protobuf": "^0.3.0",