@vertexvis/stream-api 0.22.1-canary.12 → 0.22.1-canary.14

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.
@@ -15199,7 +15199,7 @@ const vertexvis = $root.vertexvis = (() => {
15199
15199
  * Properties of a SceneComparisonAttributes.
15200
15200
  * @memberof vertexvis.protobuf.stream
15201
15201
  * @interface ISceneComparisonAttributes
15202
- * @property {vertexvis.protobuf.core.IUuid2l|null} [sceneIdToCompare] SceneComparisonAttributes sceneIdToCompare
15202
+ * @property {google.protobuf.IStringValue|null} [streamKeyToCompare] SceneComparisonAttributes streamKeyToCompare
15203
15203
  */
15204
15204
 
15205
15205
  /**
@@ -15218,12 +15218,12 @@ const vertexvis = $root.vertexvis = (() => {
15218
15218
  }
15219
15219
 
15220
15220
  /**
15221
- * SceneComparisonAttributes sceneIdToCompare.
15222
- * @member {vertexvis.protobuf.core.IUuid2l|null|undefined} sceneIdToCompare
15221
+ * SceneComparisonAttributes streamKeyToCompare.
15222
+ * @member {google.protobuf.IStringValue|null|undefined} streamKeyToCompare
15223
15223
  * @memberof vertexvis.protobuf.stream.SceneComparisonAttributes
15224
15224
  * @instance
15225
15225
  */
15226
- SceneComparisonAttributes.prototype.sceneIdToCompare = null;
15226
+ SceneComparisonAttributes.prototype.streamKeyToCompare = null;
15227
15227
 
15228
15228
  /**
15229
15229
  * Creates a new SceneComparisonAttributes instance using the specified properties.
@@ -15249,8 +15249,8 @@ const vertexvis = $root.vertexvis = (() => {
15249
15249
  SceneComparisonAttributes.encode = function encode(message, writer) {
15250
15250
  if (!writer)
15251
15251
  writer = $Writer.create();
15252
- if (message.sceneIdToCompare != null && Object.hasOwnProperty.call(message, "sceneIdToCompare"))
15253
- $root.vertexvis.protobuf.core.Uuid2l.encode(message.sceneIdToCompare, writer.uint32(/* id 1, wireType 2 =*/10).fork()).ldelim();
15252
+ if (message.streamKeyToCompare != null && Object.hasOwnProperty.call(message, "streamKeyToCompare"))
15253
+ $root.google.protobuf.StringValue.encode(message.streamKeyToCompare, writer.uint32(/* id 2, wireType 2 =*/18).fork()).ldelim();
15254
15254
  return writer;
15255
15255
  };
15256
15256
 
@@ -15285,8 +15285,8 @@ const vertexvis = $root.vertexvis = (() => {
15285
15285
  while (reader.pos < end) {
15286
15286
  let tag = reader.uint32();
15287
15287
  switch (tag >>> 3) {
15288
- case 1:
15289
- message.sceneIdToCompare = $root.vertexvis.protobuf.core.Uuid2l.decode(reader, reader.uint32());
15288
+ case 2:
15289
+ message.streamKeyToCompare = $root.google.protobuf.StringValue.decode(reader, reader.uint32());
15290
15290
  break;
15291
15291
  default:
15292
15292
  reader.skipType(tag & 7);
@@ -15323,10 +15323,10 @@ const vertexvis = $root.vertexvis = (() => {
15323
15323
  SceneComparisonAttributes.verify = function verify(message) {
15324
15324
  if (typeof message !== "object" || message === null)
15325
15325
  return "object expected";
15326
- if (message.sceneIdToCompare != null && message.hasOwnProperty("sceneIdToCompare")) {
15327
- let error = $root.vertexvis.protobuf.core.Uuid2l.verify(message.sceneIdToCompare);
15326
+ if (message.streamKeyToCompare != null && message.hasOwnProperty("streamKeyToCompare")) {
15327
+ let error = $root.google.protobuf.StringValue.verify(message.streamKeyToCompare);
15328
15328
  if (error)
15329
- return "sceneIdToCompare." + error;
15329
+ return "streamKeyToCompare." + error;
15330
15330
  }
15331
15331
  return null;
15332
15332
  };
@@ -15343,10 +15343,10 @@ const vertexvis = $root.vertexvis = (() => {
15343
15343
  if (object instanceof $root.vertexvis.protobuf.stream.SceneComparisonAttributes)
15344
15344
  return object;
15345
15345
  let message = new $root.vertexvis.protobuf.stream.SceneComparisonAttributes();
15346
- if (object.sceneIdToCompare != null) {
15347
- if (typeof object.sceneIdToCompare !== "object")
15348
- throw TypeError(".vertexvis.protobuf.stream.SceneComparisonAttributes.sceneIdToCompare: object expected");
15349
- message.sceneIdToCompare = $root.vertexvis.protobuf.core.Uuid2l.fromObject(object.sceneIdToCompare);
15346
+ if (object.streamKeyToCompare != null) {
15347
+ if (typeof object.streamKeyToCompare !== "object")
15348
+ throw TypeError(".vertexvis.protobuf.stream.SceneComparisonAttributes.streamKeyToCompare: object expected");
15349
+ message.streamKeyToCompare = $root.google.protobuf.StringValue.fromObject(object.streamKeyToCompare);
15350
15350
  }
15351
15351
  return message;
15352
15352
  };
@@ -15365,9 +15365,9 @@ const vertexvis = $root.vertexvis = (() => {
15365
15365
  options = {};
15366
15366
  let object = {};
15367
15367
  if (options.defaults)
15368
- object.sceneIdToCompare = null;
15369
- if (message.sceneIdToCompare != null && message.hasOwnProperty("sceneIdToCompare"))
15370
- object.sceneIdToCompare = $root.vertexvis.protobuf.core.Uuid2l.toObject(message.sceneIdToCompare, options);
15368
+ object.streamKeyToCompare = null;
15369
+ if (message.streamKeyToCompare != null && message.hasOwnProperty("streamKeyToCompare"))
15370
+ object.streamKeyToCompare = $root.google.protobuf.StringValue.toObject(message.streamKeyToCompare, options);
15371
15371
  return object;
15372
15372
  };
15373
15373