@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.
- package/dist/{chunk-OGOYDGMX.mjs → chunk-QS2FF3PJ.mjs} +30 -6
- package/dist/chunk-QS2FF3PJ.mjs.map +1 -0
- package/dist/components/device-selector.d.mts +1 -1
- package/dist/components/device-selector.d.ts +1 -1
- package/dist/components/device-selector.js +29 -5
- package/dist/components/device-selector.js.map +1 -1
- package/dist/components/device-selector.mjs +1 -1
- package/dist/{device-selector-sNiClvkV.d.mts → device-selector-DQj2Yds5.d.mts} +7 -3
- package/dist/{device-selector-sNiClvkV.d.ts → device-selector-DQj2Yds5.d.ts} +7 -3
- package/dist/index.d.mts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +29 -5
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
- package/dist/chunk-OGOYDGMX.mjs.map +0 -1
|
@@ -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
|
-
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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);
|