@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.
@@ -1,4 +1,4 @@
1
- export { ek as DeviceSelectorComponent } from '../device-selector-sNiClvkV.mjs';
1
+ export { ek as DeviceSelectorComponent } from '../device-selector-DQj2Yds5.mjs';
2
2
  import 'react';
3
3
  import 'google-protobuf';
4
4
  import 'google-protobuf/google/protobuf/timestamp_pb';
@@ -1,4 +1,4 @@
1
- export { ek as DeviceSelectorComponent } from '../device-selector-sNiClvkV.js';
1
+ export { ek as DeviceSelectorComponent } from '../device-selector-DQj2Yds5.js';
2
2
  import 'react';
3
3
  import 'google-protobuf';
4
4
  import 'google-protobuf/google/protobuf/timestamp_pb';
@@ -4490,7 +4490,8 @@ var require_common_pb = __commonJS({
4490
4490
  proto.AssistantConversationRecording.toObject = function(includeInstance, msg) {
4491
4491
  var f, obj = {
4492
4492
  id: jspb.Message.getFieldWithDefault(msg, 1, "0"),
4493
- recordingurl: jspb.Message.getFieldWithDefault(msg, 2, "")
4493
+ assistantrecordingurl: jspb.Message.getFieldWithDefault(msg, 2, ""),
4494
+ userrecordingurl: jspb.Message.getFieldWithDefault(msg, 3, "")
4494
4495
  };
4495
4496
  if (includeInstance) {
4496
4497
  obj.$jspbMessageInstance = msg;
@@ -4522,7 +4523,14 @@ var require_common_pb = __commonJS({
4522
4523
  /** @type {string} */
4523
4524
  reader.readString()
4524
4525
  );
4525
- msg.setRecordingurl(value);
4526
+ msg.setAssistantrecordingurl(value);
4527
+ break;
4528
+ case 3:
4529
+ var value = (
4530
+ /** @type {string} */
4531
+ reader.readString()
4532
+ );
4533
+ msg.setUserrecordingurl(value);
4526
4534
  break;
4527
4535
  default:
4528
4536
  reader.skipField();
@@ -4545,13 +4553,20 @@ var require_common_pb = __commonJS({
4545
4553
  f
4546
4554
  );
4547
4555
  }
4548
- f = message.getRecordingurl();
4556
+ f = message.getAssistantrecordingurl();
4549
4557
  if (f.length > 0) {
4550
4558
  writer.writeString(
4551
4559
  2,
4552
4560
  f
4553
4561
  );
4554
4562
  }
4563
+ f = message.getUserrecordingurl();
4564
+ if (f.length > 0) {
4565
+ writer.writeString(
4566
+ 3,
4567
+ f
4568
+ );
4569
+ }
4555
4570
  };
4556
4571
  proto.AssistantConversationRecording.prototype.getId = function() {
4557
4572
  return (
@@ -4562,15 +4577,24 @@ var require_common_pb = __commonJS({
4562
4577
  proto.AssistantConversationRecording.prototype.setId = function(value) {
4563
4578
  return jspb.Message.setProto3StringIntField(this, 1, value);
4564
4579
  };
4565
- proto.AssistantConversationRecording.prototype.getRecordingurl = function() {
4580
+ proto.AssistantConversationRecording.prototype.getAssistantrecordingurl = function() {
4566
4581
  return (
4567
4582
  /** @type {string} */
4568
4583
  jspb.Message.getFieldWithDefault(this, 2, "")
4569
4584
  );
4570
4585
  };
4571
- proto.AssistantConversationRecording.prototype.setRecordingurl = function(value) {
4586
+ proto.AssistantConversationRecording.prototype.setAssistantrecordingurl = function(value) {
4572
4587
  return jspb.Message.setProto3StringField(this, 2, value);
4573
4588
  };
4589
+ proto.AssistantConversationRecording.prototype.getUserrecordingurl = function() {
4590
+ return (
4591
+ /** @type {string} */
4592
+ jspb.Message.getFieldWithDefault(this, 3, "")
4593
+ );
4594
+ };
4595
+ proto.AssistantConversationRecording.prototype.setUserrecordingurl = function(value) {
4596
+ return jspb.Message.setProto3StringField(this, 3, value);
4597
+ };
4574
4598
  if (jspb.Message.GENERATE_TO_OBJECT) {
4575
4599
  proto.AssistantConversationTelephonyEvent.prototype.toObject = function(opt_includeInstance) {
4576
4600
  return proto.AssistantConversationTelephonyEvent.toObject(opt_includeInstance, this);