@rapidaai/react 1.1.56 → 1.1.57

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.
@@ -4465,7 +4465,8 @@ var require_common_pb = __commonJS({
4465
4465
  proto.AssistantConversationRecording.toObject = function(includeInstance, msg) {
4466
4466
  var f, obj = {
4467
4467
  id: jspb.Message.getFieldWithDefault(msg, 1, "0"),
4468
- recordingurl: jspb.Message.getFieldWithDefault(msg, 2, "")
4468
+ assistantrecordingurl: jspb.Message.getFieldWithDefault(msg, 2, ""),
4469
+ userrecordingurl: jspb.Message.getFieldWithDefault(msg, 3, "")
4469
4470
  };
4470
4471
  if (includeInstance) {
4471
4472
  obj.$jspbMessageInstance = msg;
@@ -4497,7 +4498,14 @@ var require_common_pb = __commonJS({
4497
4498
  /** @type {string} */
4498
4499
  reader.readString()
4499
4500
  );
4500
- msg.setRecordingurl(value);
4501
+ msg.setAssistantrecordingurl(value);
4502
+ break;
4503
+ case 3:
4504
+ var value = (
4505
+ /** @type {string} */
4506
+ reader.readString()
4507
+ );
4508
+ msg.setUserrecordingurl(value);
4501
4509
  break;
4502
4510
  default:
4503
4511
  reader.skipField();
@@ -4520,13 +4528,20 @@ var require_common_pb = __commonJS({
4520
4528
  f
4521
4529
  );
4522
4530
  }
4523
- f = message.getRecordingurl();
4531
+ f = message.getAssistantrecordingurl();
4524
4532
  if (f.length > 0) {
4525
4533
  writer.writeString(
4526
4534
  2,
4527
4535
  f
4528
4536
  );
4529
4537
  }
4538
+ f = message.getUserrecordingurl();
4539
+ if (f.length > 0) {
4540
+ writer.writeString(
4541
+ 3,
4542
+ f
4543
+ );
4544
+ }
4530
4545
  };
4531
4546
  proto.AssistantConversationRecording.prototype.getId = function() {
4532
4547
  return (
@@ -4537,15 +4552,24 @@ var require_common_pb = __commonJS({
4537
4552
  proto.AssistantConversationRecording.prototype.setId = function(value) {
4538
4553
  return jspb.Message.setProto3StringIntField(this, 1, value);
4539
4554
  };
4540
- proto.AssistantConversationRecording.prototype.getRecordingurl = function() {
4555
+ proto.AssistantConversationRecording.prototype.getAssistantrecordingurl = function() {
4541
4556
  return (
4542
4557
  /** @type {string} */
4543
4558
  jspb.Message.getFieldWithDefault(this, 2, "")
4544
4559
  );
4545
4560
  };
4546
- proto.AssistantConversationRecording.prototype.setRecordingurl = function(value) {
4561
+ proto.AssistantConversationRecording.prototype.setAssistantrecordingurl = function(value) {
4547
4562
  return jspb.Message.setProto3StringField(this, 2, value);
4548
4563
  };
4564
+ proto.AssistantConversationRecording.prototype.getUserrecordingurl = function() {
4565
+ return (
4566
+ /** @type {string} */
4567
+ jspb.Message.getFieldWithDefault(this, 3, "")
4568
+ );
4569
+ };
4570
+ proto.AssistantConversationRecording.prototype.setUserrecordingurl = function(value) {
4571
+ return jspb.Message.setProto3StringField(this, 3, value);
4572
+ };
4549
4573
  if (jspb.Message.GENERATE_TO_OBJECT) {
4550
4574
  proto.AssistantConversationTelephonyEvent.prototype.toObject = function(opt_includeInstance) {
4551
4575
  return proto.AssistantConversationTelephonyEvent.toObject(opt_includeInstance, this);
@@ -33972,4 +33996,4 @@ export {
33972
33996
  useSelectInputDeviceAgent,
33973
33997
  DeviceSelectorComponent
33974
33998
  };
33975
- //# sourceMappingURL=chunk-OGOYDGMX.mjs.map
33999
+ //# sourceMappingURL=chunk-QS2FF3PJ.mjs.map