@rapidaai/react 1.1.44 → 1.1.45
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-HQHWE2DO.mjs → chunk-DRBNQMZR.mjs} +268 -151
- package/dist/chunk-DRBNQMZR.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 +267 -150
- package/dist/components/device-selector.js.map +1 -1
- package/dist/components/device-selector.mjs +1 -1
- package/dist/{device-selector-C2no2MF2.d.mts → device-selector-D7AEGpZu.d.mts} +57 -40
- package/dist/{device-selector-C2no2MF2.d.ts → device-selector-D7AEGpZu.d.ts} +57 -40
- package/dist/index.d.mts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +271 -152
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +5 -3
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/dist/chunk-HQHWE2DO.mjs.map +0 -1
|
@@ -36,6 +36,7 @@ var require_common_pb = __commonJS({
|
|
|
36
36
|
goog.exportSymbol("proto.AssistantConversationMessageTextContent", null, global);
|
|
37
37
|
goog.exportSymbol("proto.AssistantConversationPhoneCallTransferAction", null, global);
|
|
38
38
|
goog.exportSymbol("proto.AssistantConversationRecording", null, global);
|
|
39
|
+
goog.exportSymbol("proto.AssistantConversationTelephonyEvent", null, global);
|
|
39
40
|
goog.exportSymbol("proto.AssistantConversationUserMessage", null, global);
|
|
40
41
|
goog.exportSymbol("proto.AssistantConversationUserMessage.MessageCase", null, global);
|
|
41
42
|
goog.exportSymbol("proto.AssistantConverstationApiRequestAction", null, global);
|
|
@@ -251,6 +252,13 @@ var require_common_pb = __commonJS({
|
|
|
251
252
|
if (goog.DEBUG && !COMPILED) {
|
|
252
253
|
proto.AssistantConversationRecording.displayName = "proto.AssistantConversationRecording";
|
|
253
254
|
}
|
|
255
|
+
proto.AssistantConversationTelephonyEvent = function(opt_data) {
|
|
256
|
+
jspb.Message.initialize(this, opt_data, 0, -1, null, null);
|
|
257
|
+
};
|
|
258
|
+
goog.inherits(proto.AssistantConversationTelephonyEvent, jspb.Message);
|
|
259
|
+
if (goog.DEBUG && !COMPILED) {
|
|
260
|
+
proto.AssistantConversationTelephonyEvent.displayName = "proto.AssistantConversationTelephonyEvent";
|
|
261
|
+
}
|
|
254
262
|
proto.AssistantConversation = function(opt_data) {
|
|
255
263
|
jspb.Message.initialize(this, opt_data, 0, -1, proto.AssistantConversation.repeatedFields_, null);
|
|
256
264
|
};
|
|
@@ -4308,7 +4316,230 @@ var require_common_pb = __commonJS({
|
|
|
4308
4316
|
proto.AssistantConversationRecording.prototype.setRecordingurl = function(value) {
|
|
4309
4317
|
return jspb.Message.setProto3StringField(this, 1, value);
|
|
4310
4318
|
};
|
|
4311
|
-
|
|
4319
|
+
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
4320
|
+
proto.AssistantConversationTelephonyEvent.prototype.toObject = function(opt_includeInstance) {
|
|
4321
|
+
return proto.AssistantConversationTelephonyEvent.toObject(opt_includeInstance, this);
|
|
4322
|
+
};
|
|
4323
|
+
proto.AssistantConversationTelephonyEvent.toObject = function(includeInstance, msg) {
|
|
4324
|
+
var f, obj = {
|
|
4325
|
+
id: jspb.Message.getFieldWithDefault(msg, 1, "0"),
|
|
4326
|
+
assistantconversationid: jspb.Message.getFieldWithDefault(msg, 2, "0"),
|
|
4327
|
+
provider: jspb.Message.getFieldWithDefault(msg, 3, ""),
|
|
4328
|
+
eventtype: jspb.Message.getFieldWithDefault(msg, 4, ""),
|
|
4329
|
+
payload: (f = msg.getPayload()) && google_protobuf_struct_pb.Struct.toObject(includeInstance, f),
|
|
4330
|
+
createddate: (f = msg.getCreateddate()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f),
|
|
4331
|
+
updateddate: (f = msg.getUpdateddate()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f)
|
|
4332
|
+
};
|
|
4333
|
+
if (includeInstance) {
|
|
4334
|
+
obj.$jspbMessageInstance = msg;
|
|
4335
|
+
}
|
|
4336
|
+
return obj;
|
|
4337
|
+
};
|
|
4338
|
+
}
|
|
4339
|
+
proto.AssistantConversationTelephonyEvent.deserializeBinary = function(bytes) {
|
|
4340
|
+
var reader = new jspb.BinaryReader(bytes);
|
|
4341
|
+
var msg = new proto.AssistantConversationTelephonyEvent();
|
|
4342
|
+
return proto.AssistantConversationTelephonyEvent.deserializeBinaryFromReader(msg, reader);
|
|
4343
|
+
};
|
|
4344
|
+
proto.AssistantConversationTelephonyEvent.deserializeBinaryFromReader = function(msg, reader) {
|
|
4345
|
+
while (reader.nextField()) {
|
|
4346
|
+
if (reader.isEndGroup()) {
|
|
4347
|
+
break;
|
|
4348
|
+
}
|
|
4349
|
+
var field = reader.getFieldNumber();
|
|
4350
|
+
switch (field) {
|
|
4351
|
+
case 1:
|
|
4352
|
+
var value = (
|
|
4353
|
+
/** @type {string} */
|
|
4354
|
+
reader.readUint64String()
|
|
4355
|
+
);
|
|
4356
|
+
msg.setId(value);
|
|
4357
|
+
break;
|
|
4358
|
+
case 2:
|
|
4359
|
+
var value = (
|
|
4360
|
+
/** @type {string} */
|
|
4361
|
+
reader.readUint64String()
|
|
4362
|
+
);
|
|
4363
|
+
msg.setAssistantconversationid(value);
|
|
4364
|
+
break;
|
|
4365
|
+
case 3:
|
|
4366
|
+
var value = (
|
|
4367
|
+
/** @type {string} */
|
|
4368
|
+
reader.readString()
|
|
4369
|
+
);
|
|
4370
|
+
msg.setProvider(value);
|
|
4371
|
+
break;
|
|
4372
|
+
case 4:
|
|
4373
|
+
var value = (
|
|
4374
|
+
/** @type {string} */
|
|
4375
|
+
reader.readString()
|
|
4376
|
+
);
|
|
4377
|
+
msg.setEventtype(value);
|
|
4378
|
+
break;
|
|
4379
|
+
case 5:
|
|
4380
|
+
var value = new google_protobuf_struct_pb.Struct();
|
|
4381
|
+
reader.readMessage(value, google_protobuf_struct_pb.Struct.deserializeBinaryFromReader);
|
|
4382
|
+
msg.setPayload(value);
|
|
4383
|
+
break;
|
|
4384
|
+
case 6:
|
|
4385
|
+
var value = new google_protobuf_timestamp_pb.Timestamp();
|
|
4386
|
+
reader.readMessage(value, google_protobuf_timestamp_pb.Timestamp.deserializeBinaryFromReader);
|
|
4387
|
+
msg.setCreateddate(value);
|
|
4388
|
+
break;
|
|
4389
|
+
case 7:
|
|
4390
|
+
var value = new google_protobuf_timestamp_pb.Timestamp();
|
|
4391
|
+
reader.readMessage(value, google_protobuf_timestamp_pb.Timestamp.deserializeBinaryFromReader);
|
|
4392
|
+
msg.setUpdateddate(value);
|
|
4393
|
+
break;
|
|
4394
|
+
default:
|
|
4395
|
+
reader.skipField();
|
|
4396
|
+
break;
|
|
4397
|
+
}
|
|
4398
|
+
}
|
|
4399
|
+
return msg;
|
|
4400
|
+
};
|
|
4401
|
+
proto.AssistantConversationTelephonyEvent.prototype.serializeBinary = function() {
|
|
4402
|
+
var writer = new jspb.BinaryWriter();
|
|
4403
|
+
proto.AssistantConversationTelephonyEvent.serializeBinaryToWriter(this, writer);
|
|
4404
|
+
return writer.getResultBuffer();
|
|
4405
|
+
};
|
|
4406
|
+
proto.AssistantConversationTelephonyEvent.serializeBinaryToWriter = function(message, writer) {
|
|
4407
|
+
var f = void 0;
|
|
4408
|
+
f = message.getId();
|
|
4409
|
+
if (parseInt(f, 10) !== 0) {
|
|
4410
|
+
writer.writeUint64String(
|
|
4411
|
+
1,
|
|
4412
|
+
f
|
|
4413
|
+
);
|
|
4414
|
+
}
|
|
4415
|
+
f = message.getAssistantconversationid();
|
|
4416
|
+
if (parseInt(f, 10) !== 0) {
|
|
4417
|
+
writer.writeUint64String(
|
|
4418
|
+
2,
|
|
4419
|
+
f
|
|
4420
|
+
);
|
|
4421
|
+
}
|
|
4422
|
+
f = message.getProvider();
|
|
4423
|
+
if (f.length > 0) {
|
|
4424
|
+
writer.writeString(
|
|
4425
|
+
3,
|
|
4426
|
+
f
|
|
4427
|
+
);
|
|
4428
|
+
}
|
|
4429
|
+
f = message.getEventtype();
|
|
4430
|
+
if (f.length > 0) {
|
|
4431
|
+
writer.writeString(
|
|
4432
|
+
4,
|
|
4433
|
+
f
|
|
4434
|
+
);
|
|
4435
|
+
}
|
|
4436
|
+
f = message.getPayload();
|
|
4437
|
+
if (f != null) {
|
|
4438
|
+
writer.writeMessage(
|
|
4439
|
+
5,
|
|
4440
|
+
f,
|
|
4441
|
+
google_protobuf_struct_pb.Struct.serializeBinaryToWriter
|
|
4442
|
+
);
|
|
4443
|
+
}
|
|
4444
|
+
f = message.getCreateddate();
|
|
4445
|
+
if (f != null) {
|
|
4446
|
+
writer.writeMessage(
|
|
4447
|
+
6,
|
|
4448
|
+
f,
|
|
4449
|
+
google_protobuf_timestamp_pb.Timestamp.serializeBinaryToWriter
|
|
4450
|
+
);
|
|
4451
|
+
}
|
|
4452
|
+
f = message.getUpdateddate();
|
|
4453
|
+
if (f != null) {
|
|
4454
|
+
writer.writeMessage(
|
|
4455
|
+
7,
|
|
4456
|
+
f,
|
|
4457
|
+
google_protobuf_timestamp_pb.Timestamp.serializeBinaryToWriter
|
|
4458
|
+
);
|
|
4459
|
+
}
|
|
4460
|
+
};
|
|
4461
|
+
proto.AssistantConversationTelephonyEvent.prototype.getId = function() {
|
|
4462
|
+
return (
|
|
4463
|
+
/** @type {string} */
|
|
4464
|
+
jspb.Message.getFieldWithDefault(this, 1, "0")
|
|
4465
|
+
);
|
|
4466
|
+
};
|
|
4467
|
+
proto.AssistantConversationTelephonyEvent.prototype.setId = function(value) {
|
|
4468
|
+
return jspb.Message.setProto3StringIntField(this, 1, value);
|
|
4469
|
+
};
|
|
4470
|
+
proto.AssistantConversationTelephonyEvent.prototype.getAssistantconversationid = function() {
|
|
4471
|
+
return (
|
|
4472
|
+
/** @type {string} */
|
|
4473
|
+
jspb.Message.getFieldWithDefault(this, 2, "0")
|
|
4474
|
+
);
|
|
4475
|
+
};
|
|
4476
|
+
proto.AssistantConversationTelephonyEvent.prototype.setAssistantconversationid = function(value) {
|
|
4477
|
+
return jspb.Message.setProto3StringIntField(this, 2, value);
|
|
4478
|
+
};
|
|
4479
|
+
proto.AssistantConversationTelephonyEvent.prototype.getProvider = function() {
|
|
4480
|
+
return (
|
|
4481
|
+
/** @type {string} */
|
|
4482
|
+
jspb.Message.getFieldWithDefault(this, 3, "")
|
|
4483
|
+
);
|
|
4484
|
+
};
|
|
4485
|
+
proto.AssistantConversationTelephonyEvent.prototype.setProvider = function(value) {
|
|
4486
|
+
return jspb.Message.setProto3StringField(this, 3, value);
|
|
4487
|
+
};
|
|
4488
|
+
proto.AssistantConversationTelephonyEvent.prototype.getEventtype = function() {
|
|
4489
|
+
return (
|
|
4490
|
+
/** @type {string} */
|
|
4491
|
+
jspb.Message.getFieldWithDefault(this, 4, "")
|
|
4492
|
+
);
|
|
4493
|
+
};
|
|
4494
|
+
proto.AssistantConversationTelephonyEvent.prototype.setEventtype = function(value) {
|
|
4495
|
+
return jspb.Message.setProto3StringField(this, 4, value);
|
|
4496
|
+
};
|
|
4497
|
+
proto.AssistantConversationTelephonyEvent.prototype.getPayload = function() {
|
|
4498
|
+
return (
|
|
4499
|
+
/** @type{?proto.google.protobuf.Struct} */
|
|
4500
|
+
jspb.Message.getWrapperField(this, google_protobuf_struct_pb.Struct, 5)
|
|
4501
|
+
);
|
|
4502
|
+
};
|
|
4503
|
+
proto.AssistantConversationTelephonyEvent.prototype.setPayload = function(value) {
|
|
4504
|
+
return jspb.Message.setWrapperField(this, 5, value);
|
|
4505
|
+
};
|
|
4506
|
+
proto.AssistantConversationTelephonyEvent.prototype.clearPayload = function() {
|
|
4507
|
+
return this.setPayload(void 0);
|
|
4508
|
+
};
|
|
4509
|
+
proto.AssistantConversationTelephonyEvent.prototype.hasPayload = function() {
|
|
4510
|
+
return jspb.Message.getField(this, 5) != null;
|
|
4511
|
+
};
|
|
4512
|
+
proto.AssistantConversationTelephonyEvent.prototype.getCreateddate = function() {
|
|
4513
|
+
return (
|
|
4514
|
+
/** @type{?proto.google.protobuf.Timestamp} */
|
|
4515
|
+
jspb.Message.getWrapperField(this, google_protobuf_timestamp_pb.Timestamp, 6)
|
|
4516
|
+
);
|
|
4517
|
+
};
|
|
4518
|
+
proto.AssistantConversationTelephonyEvent.prototype.setCreateddate = function(value) {
|
|
4519
|
+
return jspb.Message.setWrapperField(this, 6, value);
|
|
4520
|
+
};
|
|
4521
|
+
proto.AssistantConversationTelephonyEvent.prototype.clearCreateddate = function() {
|
|
4522
|
+
return this.setCreateddate(void 0);
|
|
4523
|
+
};
|
|
4524
|
+
proto.AssistantConversationTelephonyEvent.prototype.hasCreateddate = function() {
|
|
4525
|
+
return jspb.Message.getField(this, 6) != null;
|
|
4526
|
+
};
|
|
4527
|
+
proto.AssistantConversationTelephonyEvent.prototype.getUpdateddate = function() {
|
|
4528
|
+
return (
|
|
4529
|
+
/** @type{?proto.google.protobuf.Timestamp} */
|
|
4530
|
+
jspb.Message.getWrapperField(this, google_protobuf_timestamp_pb.Timestamp, 7)
|
|
4531
|
+
);
|
|
4532
|
+
};
|
|
4533
|
+
proto.AssistantConversationTelephonyEvent.prototype.setUpdateddate = function(value) {
|
|
4534
|
+
return jspb.Message.setWrapperField(this, 7, value);
|
|
4535
|
+
};
|
|
4536
|
+
proto.AssistantConversationTelephonyEvent.prototype.clearUpdateddate = function() {
|
|
4537
|
+
return this.setUpdateddate(void 0);
|
|
4538
|
+
};
|
|
4539
|
+
proto.AssistantConversationTelephonyEvent.prototype.hasUpdateddate = function() {
|
|
4540
|
+
return jspb.Message.getField(this, 7) != null;
|
|
4541
|
+
};
|
|
4542
|
+
proto.AssistantConversation.repeatedFields_ = [13, 28, 30, 32, 31, 33, 35, 36];
|
|
4312
4543
|
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
4313
4544
|
proto.AssistantConversation.prototype.toObject = function(opt_includeInstance) {
|
|
4314
4545
|
return proto.AssistantConversation.toObject(opt_includeInstance, this);
|
|
@@ -4365,6 +4596,11 @@ var require_common_pb = __commonJS({
|
|
|
4365
4596
|
msg.getRecordingsList(),
|
|
4366
4597
|
proto.AssistantConversationRecording.toObject,
|
|
4367
4598
|
includeInstance
|
|
4599
|
+
),
|
|
4600
|
+
telephonyeventsList: jspb.Message.toObjectList(
|
|
4601
|
+
msg.getTelephonyeventsList(),
|
|
4602
|
+
proto.AssistantConversationTelephonyEvent.toObject,
|
|
4603
|
+
includeInstance
|
|
4368
4604
|
)
|
|
4369
4605
|
};
|
|
4370
4606
|
if (includeInstance) {
|
|
@@ -4526,6 +4762,11 @@ var require_common_pb = __commonJS({
|
|
|
4526
4762
|
reader.readMessage(value, proto.AssistantConversationRecording.deserializeBinaryFromReader);
|
|
4527
4763
|
msg.addRecordings(value);
|
|
4528
4764
|
break;
|
|
4765
|
+
case 36:
|
|
4766
|
+
var value = new proto.AssistantConversationTelephonyEvent();
|
|
4767
|
+
reader.readMessage(value, proto.AssistantConversationTelephonyEvent.deserializeBinaryFromReader);
|
|
4768
|
+
msg.addTelephonyevents(value);
|
|
4769
|
+
break;
|
|
4529
4770
|
default:
|
|
4530
4771
|
reader.skipField();
|
|
4531
4772
|
break;
|
|
@@ -4711,6 +4952,14 @@ var require_common_pb = __commonJS({
|
|
|
4711
4952
|
proto.AssistantConversationRecording.serializeBinaryToWriter
|
|
4712
4953
|
);
|
|
4713
4954
|
}
|
|
4955
|
+
f = message.getTelephonyeventsList();
|
|
4956
|
+
if (f.length > 0) {
|
|
4957
|
+
writer.writeRepeatedMessage(
|
|
4958
|
+
36,
|
|
4959
|
+
f,
|
|
4960
|
+
proto.AssistantConversationTelephonyEvent.serializeBinaryToWriter
|
|
4961
|
+
);
|
|
4962
|
+
}
|
|
4714
4963
|
};
|
|
4715
4964
|
proto.AssistantConversation.prototype.getId = function() {
|
|
4716
4965
|
return (
|
|
@@ -4979,6 +5228,21 @@ var require_common_pb = __commonJS({
|
|
|
4979
5228
|
proto.AssistantConversation.prototype.clearRecordingsList = function() {
|
|
4980
5229
|
return this.setRecordingsList([]);
|
|
4981
5230
|
};
|
|
5231
|
+
proto.AssistantConversation.prototype.getTelephonyeventsList = function() {
|
|
5232
|
+
return (
|
|
5233
|
+
/** @type{!Array<!proto.AssistantConversationTelephonyEvent>} */
|
|
5234
|
+
jspb.Message.getRepeatedWrapperField(this, proto.AssistantConversationTelephonyEvent, 36)
|
|
5235
|
+
);
|
|
5236
|
+
};
|
|
5237
|
+
proto.AssistantConversation.prototype.setTelephonyeventsList = function(value) {
|
|
5238
|
+
return jspb.Message.setRepeatedWrapperField(this, 36, value);
|
|
5239
|
+
};
|
|
5240
|
+
proto.AssistantConversation.prototype.addTelephonyevents = function(opt_value, opt_index) {
|
|
5241
|
+
return jspb.Message.addToRepeatedWrapperField(this, 36, opt_value, proto.AssistantConversationTelephonyEvent, opt_index);
|
|
5242
|
+
};
|
|
5243
|
+
proto.AssistantConversation.prototype.clearTelephonyeventsList = function() {
|
|
5244
|
+
return this.setTelephonyeventsList([]);
|
|
5245
|
+
};
|
|
4982
5246
|
proto.GetAllAssistantConversationRequest.repeatedFields_ = [3];
|
|
4983
5247
|
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
4984
5248
|
proto.GetAllAssistantConversationRequest.prototype.toObject = function(opt_includeInstance) {
|
|
@@ -8809,10 +9073,8 @@ var require_assistant_deployment_pb = __commonJS({
|
|
|
8809
9073
|
goog.object.extend(proto, common_pb);
|
|
8810
9074
|
goog.exportSymbol("proto.assistant_api.AssistantApiDeployment", null, global);
|
|
8811
9075
|
goog.exportSymbol("proto.assistant_api.AssistantDebuggerDeployment", null, global);
|
|
8812
|
-
goog.exportSymbol("proto.assistant_api.AssistantDebuggerDeployment.IconCase", null, global);
|
|
8813
9076
|
goog.exportSymbol("proto.assistant_api.AssistantPhoneDeployment", null, global);
|
|
8814
9077
|
goog.exportSymbol("proto.assistant_api.AssistantWebpluginDeployment", null, global);
|
|
8815
|
-
goog.exportSymbol("proto.assistant_api.AssistantWebpluginDeployment.IconCase", null, global);
|
|
8816
9078
|
goog.exportSymbol("proto.assistant_api.AssistantWhatsappDeployment", null, global);
|
|
8817
9079
|
goog.exportSymbol("proto.assistant_api.CreateAssistantDeploymentRequest", null, global);
|
|
8818
9080
|
goog.exportSymbol("proto.assistant_api.CreateAssistantDeploymentRequest.DeploymentCase", null, global);
|
|
@@ -8831,7 +9093,7 @@ var require_assistant_deployment_pb = __commonJS({
|
|
|
8831
9093
|
proto.assistant_api.DeploymentAudioProvider.displayName = "proto.assistant_api.DeploymentAudioProvider";
|
|
8832
9094
|
}
|
|
8833
9095
|
proto.assistant_api.AssistantWebpluginDeployment = function(opt_data) {
|
|
8834
|
-
jspb.Message.initialize(this, opt_data, 0, -1, proto.assistant_api.AssistantWebpluginDeployment.repeatedFields_,
|
|
9096
|
+
jspb.Message.initialize(this, opt_data, 0, -1, proto.assistant_api.AssistantWebpluginDeployment.repeatedFields_, null);
|
|
8835
9097
|
};
|
|
8836
9098
|
goog.inherits(proto.assistant_api.AssistantWebpluginDeployment, jspb.Message);
|
|
8837
9099
|
if (goog.DEBUG && !COMPILED) {
|
|
@@ -8852,7 +9114,7 @@ var require_assistant_deployment_pb = __commonJS({
|
|
|
8852
9114
|
proto.assistant_api.AssistantWhatsappDeployment.displayName = "proto.assistant_api.AssistantWhatsappDeployment";
|
|
8853
9115
|
}
|
|
8854
9116
|
proto.assistant_api.AssistantDebuggerDeployment = function(opt_data) {
|
|
8855
|
-
jspb.Message.initialize(this, opt_data, 0, -1, null,
|
|
9117
|
+
jspb.Message.initialize(this, opt_data, 0, -1, null, null);
|
|
8856
9118
|
};
|
|
8857
9119
|
goog.inherits(proto.assistant_api.AssistantDebuggerDeployment, jspb.Message);
|
|
8858
9120
|
if (goog.DEBUG && !COMPILED) {
|
|
@@ -9085,18 +9347,6 @@ var require_assistant_deployment_pb = __commonJS({
|
|
|
9085
9347
|
return jspb.Message.setProto3StringField(this, 6, value);
|
|
9086
9348
|
};
|
|
9087
9349
|
proto.assistant_api.AssistantWebpluginDeployment.repeatedFields_ = [20];
|
|
9088
|
-
proto.assistant_api.AssistantWebpluginDeployment.oneofGroups_ = [[15, 16]];
|
|
9089
|
-
proto.assistant_api.AssistantWebpluginDeployment.IconCase = {
|
|
9090
|
-
ICON_NOT_SET: 0,
|
|
9091
|
-
URL: 15,
|
|
9092
|
-
RAW: 16
|
|
9093
|
-
};
|
|
9094
|
-
proto.assistant_api.AssistantWebpluginDeployment.prototype.getIconCase = function() {
|
|
9095
|
-
return (
|
|
9096
|
-
/** @type {proto.assistant_api.AssistantWebpluginDeployment.IconCase} */
|
|
9097
|
-
jspb.Message.computeOneofCase(this, proto.assistant_api.AssistantWebpluginDeployment.oneofGroups_[0])
|
|
9098
|
-
);
|
|
9099
|
-
};
|
|
9100
9350
|
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
9101
9351
|
proto.assistant_api.AssistantWebpluginDeployment.prototype.toObject = function(opt_includeInstance) {
|
|
9102
9352
|
return proto.assistant_api.AssistantWebpluginDeployment.toObject(opt_includeInstance, this);
|
|
@@ -9110,8 +9360,6 @@ var require_assistant_deployment_pb = __commonJS({
|
|
|
9110
9360
|
mistake: jspb.Message.getFieldWithDefault(msg, 11, ""),
|
|
9111
9361
|
inputaudio: (f = msg.getInputaudio()) && proto.assistant_api.DeploymentAudioProvider.toObject(includeInstance, f),
|
|
9112
9362
|
outputaudio: (f = msg.getOutputaudio()) && proto.assistant_api.DeploymentAudioProvider.toObject(includeInstance, f),
|
|
9113
|
-
url: jspb.Message.getFieldWithDefault(msg, 15, ""),
|
|
9114
|
-
raw: (f = msg.getRaw()) && common_pb.Content.toObject(includeInstance, f),
|
|
9115
9363
|
suggestionList: (f = jspb.Message.getRepeatedField(msg, 20)) == null ? void 0 : f,
|
|
9116
9364
|
helpcenterenabled: jspb.Message.getBooleanFieldWithDefault(msg, 21, false),
|
|
9117
9365
|
productcatalogenabled: jspb.Message.getBooleanFieldWithDefault(msg, 22, false),
|
|
@@ -9187,18 +9435,6 @@ var require_assistant_deployment_pb = __commonJS({
|
|
|
9187
9435
|
reader.readMessage(value, proto.assistant_api.DeploymentAudioProvider.deserializeBinaryFromReader);
|
|
9188
9436
|
msg.setOutputaudio(value);
|
|
9189
9437
|
break;
|
|
9190
|
-
case 15:
|
|
9191
|
-
var value = (
|
|
9192
|
-
/** @type {string} */
|
|
9193
|
-
reader.readString()
|
|
9194
|
-
);
|
|
9195
|
-
msg.setUrl(value);
|
|
9196
|
-
break;
|
|
9197
|
-
case 16:
|
|
9198
|
-
var value = new common_pb.Content();
|
|
9199
|
-
reader.readMessage(value, common_pb.Content.deserializeBinaryFromReader);
|
|
9200
|
-
msg.setRaw(value);
|
|
9201
|
-
break;
|
|
9202
9438
|
case 20:
|
|
9203
9439
|
var value = (
|
|
9204
9440
|
/** @type {string} */
|
|
@@ -9339,22 +9575,6 @@ var require_assistant_deployment_pb = __commonJS({
|
|
|
9339
9575
|
proto.assistant_api.DeploymentAudioProvider.serializeBinaryToWriter
|
|
9340
9576
|
);
|
|
9341
9577
|
}
|
|
9342
|
-
f = /** @type {string} */
|
|
9343
|
-
jspb.Message.getField(message, 15);
|
|
9344
|
-
if (f != null) {
|
|
9345
|
-
writer.writeString(
|
|
9346
|
-
15,
|
|
9347
|
-
f
|
|
9348
|
-
);
|
|
9349
|
-
}
|
|
9350
|
-
f = message.getRaw();
|
|
9351
|
-
if (f != null) {
|
|
9352
|
-
writer.writeMessage(
|
|
9353
|
-
16,
|
|
9354
|
-
f,
|
|
9355
|
-
common_pb.Content.serializeBinaryToWriter
|
|
9356
|
-
);
|
|
9357
|
-
}
|
|
9358
9578
|
f = message.getSuggestionList();
|
|
9359
9579
|
if (f.length > 0) {
|
|
9360
9580
|
writer.writeRepeatedString(
|
|
@@ -9522,36 +9742,6 @@ var require_assistant_deployment_pb = __commonJS({
|
|
|
9522
9742
|
proto.assistant_api.AssistantWebpluginDeployment.prototype.hasOutputaudio = function() {
|
|
9523
9743
|
return jspb.Message.getField(this, 14) != null;
|
|
9524
9744
|
};
|
|
9525
|
-
proto.assistant_api.AssistantWebpluginDeployment.prototype.getUrl = function() {
|
|
9526
|
-
return (
|
|
9527
|
-
/** @type {string} */
|
|
9528
|
-
jspb.Message.getFieldWithDefault(this, 15, "")
|
|
9529
|
-
);
|
|
9530
|
-
};
|
|
9531
|
-
proto.assistant_api.AssistantWebpluginDeployment.prototype.setUrl = function(value) {
|
|
9532
|
-
return jspb.Message.setOneofField(this, 15, proto.assistant_api.AssistantWebpluginDeployment.oneofGroups_[0], value);
|
|
9533
|
-
};
|
|
9534
|
-
proto.assistant_api.AssistantWebpluginDeployment.prototype.clearUrl = function() {
|
|
9535
|
-
return jspb.Message.setOneofField(this, 15, proto.assistant_api.AssistantWebpluginDeployment.oneofGroups_[0], void 0);
|
|
9536
|
-
};
|
|
9537
|
-
proto.assistant_api.AssistantWebpluginDeployment.prototype.hasUrl = function() {
|
|
9538
|
-
return jspb.Message.getField(this, 15) != null;
|
|
9539
|
-
};
|
|
9540
|
-
proto.assistant_api.AssistantWebpluginDeployment.prototype.getRaw = function() {
|
|
9541
|
-
return (
|
|
9542
|
-
/** @type{?proto.Content} */
|
|
9543
|
-
jspb.Message.getWrapperField(this, common_pb.Content, 16)
|
|
9544
|
-
);
|
|
9545
|
-
};
|
|
9546
|
-
proto.assistant_api.AssistantWebpluginDeployment.prototype.setRaw = function(value) {
|
|
9547
|
-
return jspb.Message.setOneofWrapperField(this, 16, proto.assistant_api.AssistantWebpluginDeployment.oneofGroups_[0], value);
|
|
9548
|
-
};
|
|
9549
|
-
proto.assistant_api.AssistantWebpluginDeployment.prototype.clearRaw = function() {
|
|
9550
|
-
return this.setRaw(void 0);
|
|
9551
|
-
};
|
|
9552
|
-
proto.assistant_api.AssistantWebpluginDeployment.prototype.hasRaw = function() {
|
|
9553
|
-
return jspb.Message.getField(this, 16) != null;
|
|
9554
|
-
};
|
|
9555
9745
|
proto.assistant_api.AssistantWebpluginDeployment.prototype.getSuggestionList = function() {
|
|
9556
9746
|
return (
|
|
9557
9747
|
/** @type {!Array<string>} */
|
|
@@ -10533,18 +10723,6 @@ var require_assistant_deployment_pb = __commonJS({
|
|
|
10533
10723
|
proto.assistant_api.AssistantWhatsappDeployment.prototype.setIdealtimeoutmessage = function(value) {
|
|
10534
10724
|
return jspb.Message.setProto3StringField(this, 31, value);
|
|
10535
10725
|
};
|
|
10536
|
-
proto.assistant_api.AssistantDebuggerDeployment.oneofGroups_ = [[15, 16]];
|
|
10537
|
-
proto.assistant_api.AssistantDebuggerDeployment.IconCase = {
|
|
10538
|
-
ICON_NOT_SET: 0,
|
|
10539
|
-
URL: 15,
|
|
10540
|
-
RAW: 16
|
|
10541
|
-
};
|
|
10542
|
-
proto.assistant_api.AssistantDebuggerDeployment.prototype.getIconCase = function() {
|
|
10543
|
-
return (
|
|
10544
|
-
/** @type {proto.assistant_api.AssistantDebuggerDeployment.IconCase} */
|
|
10545
|
-
jspb.Message.computeOneofCase(this, proto.assistant_api.AssistantDebuggerDeployment.oneofGroups_[0])
|
|
10546
|
-
);
|
|
10547
|
-
};
|
|
10548
10726
|
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
10549
10727
|
proto.assistant_api.AssistantDebuggerDeployment.prototype.toObject = function(opt_includeInstance) {
|
|
10550
10728
|
return proto.assistant_api.AssistantDebuggerDeployment.toObject(opt_includeInstance, this);
|
|
@@ -10558,8 +10736,6 @@ var require_assistant_deployment_pb = __commonJS({
|
|
|
10558
10736
|
mistake: jspb.Message.getFieldWithDefault(msg, 11, ""),
|
|
10559
10737
|
inputaudio: (f = msg.getInputaudio()) && proto.assistant_api.DeploymentAudioProvider.toObject(includeInstance, f),
|
|
10560
10738
|
outputaudio: (f = msg.getOutputaudio()) && proto.assistant_api.DeploymentAudioProvider.toObject(includeInstance, f),
|
|
10561
|
-
url: jspb.Message.getFieldWithDefault(msg, 15, ""),
|
|
10562
|
-
raw: (f = msg.getRaw()) && common_pb.Content.toObject(includeInstance, f),
|
|
10563
10739
|
createddate: (f = msg.getCreateddate()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f),
|
|
10564
10740
|
updateddate: (f = msg.getUpdateddate()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f),
|
|
10565
10741
|
status: jspb.Message.getFieldWithDefault(msg, 28, ""),
|
|
@@ -10630,18 +10806,6 @@ var require_assistant_deployment_pb = __commonJS({
|
|
|
10630
10806
|
reader.readMessage(value, proto.assistant_api.DeploymentAudioProvider.deserializeBinaryFromReader);
|
|
10631
10807
|
msg.setOutputaudio(value);
|
|
10632
10808
|
break;
|
|
10633
|
-
case 15:
|
|
10634
|
-
var value = (
|
|
10635
|
-
/** @type {string} */
|
|
10636
|
-
reader.readString()
|
|
10637
|
-
);
|
|
10638
|
-
msg.setUrl(value);
|
|
10639
|
-
break;
|
|
10640
|
-
case 16:
|
|
10641
|
-
var value = new common_pb.Content();
|
|
10642
|
-
reader.readMessage(value, common_pb.Content.deserializeBinaryFromReader);
|
|
10643
|
-
msg.setRaw(value);
|
|
10644
|
-
break;
|
|
10645
10809
|
case 26:
|
|
10646
10810
|
var value = new google_protobuf_timestamp_pb.Timestamp();
|
|
10647
10811
|
reader.readMessage(value, google_protobuf_timestamp_pb.Timestamp.deserializeBinaryFromReader);
|
|
@@ -10747,22 +10911,6 @@ var require_assistant_deployment_pb = __commonJS({
|
|
|
10747
10911
|
proto.assistant_api.DeploymentAudioProvider.serializeBinaryToWriter
|
|
10748
10912
|
);
|
|
10749
10913
|
}
|
|
10750
|
-
f = /** @type {string} */
|
|
10751
|
-
jspb.Message.getField(message, 15);
|
|
10752
|
-
if (f != null) {
|
|
10753
|
-
writer.writeString(
|
|
10754
|
-
15,
|
|
10755
|
-
f
|
|
10756
|
-
);
|
|
10757
|
-
}
|
|
10758
|
-
f = message.getRaw();
|
|
10759
|
-
if (f != null) {
|
|
10760
|
-
writer.writeMessage(
|
|
10761
|
-
16,
|
|
10762
|
-
f,
|
|
10763
|
-
common_pb.Content.serializeBinaryToWriter
|
|
10764
|
-
);
|
|
10765
|
-
}
|
|
10766
10914
|
f = message.getCreateddate();
|
|
10767
10915
|
if (f != null) {
|
|
10768
10916
|
writer.writeMessage(
|
|
@@ -10895,36 +11043,6 @@ var require_assistant_deployment_pb = __commonJS({
|
|
|
10895
11043
|
proto.assistant_api.AssistantDebuggerDeployment.prototype.hasOutputaudio = function() {
|
|
10896
11044
|
return jspb.Message.getField(this, 14) != null;
|
|
10897
11045
|
};
|
|
10898
|
-
proto.assistant_api.AssistantDebuggerDeployment.prototype.getUrl = function() {
|
|
10899
|
-
return (
|
|
10900
|
-
/** @type {string} */
|
|
10901
|
-
jspb.Message.getFieldWithDefault(this, 15, "")
|
|
10902
|
-
);
|
|
10903
|
-
};
|
|
10904
|
-
proto.assistant_api.AssistantDebuggerDeployment.prototype.setUrl = function(value) {
|
|
10905
|
-
return jspb.Message.setOneofField(this, 15, proto.assistant_api.AssistantDebuggerDeployment.oneofGroups_[0], value);
|
|
10906
|
-
};
|
|
10907
|
-
proto.assistant_api.AssistantDebuggerDeployment.prototype.clearUrl = function() {
|
|
10908
|
-
return jspb.Message.setOneofField(this, 15, proto.assistant_api.AssistantDebuggerDeployment.oneofGroups_[0], void 0);
|
|
10909
|
-
};
|
|
10910
|
-
proto.assistant_api.AssistantDebuggerDeployment.prototype.hasUrl = function() {
|
|
10911
|
-
return jspb.Message.getField(this, 15) != null;
|
|
10912
|
-
};
|
|
10913
|
-
proto.assistant_api.AssistantDebuggerDeployment.prototype.getRaw = function() {
|
|
10914
|
-
return (
|
|
10915
|
-
/** @type{?proto.Content} */
|
|
10916
|
-
jspb.Message.getWrapperField(this, common_pb.Content, 16)
|
|
10917
|
-
);
|
|
10918
|
-
};
|
|
10919
|
-
proto.assistant_api.AssistantDebuggerDeployment.prototype.setRaw = function(value) {
|
|
10920
|
-
return jspb.Message.setOneofWrapperField(this, 16, proto.assistant_api.AssistantDebuggerDeployment.oneofGroups_[0], value);
|
|
10921
|
-
};
|
|
10922
|
-
proto.assistant_api.AssistantDebuggerDeployment.prototype.clearRaw = function() {
|
|
10923
|
-
return this.setRaw(void 0);
|
|
10924
|
-
};
|
|
10925
|
-
proto.assistant_api.AssistantDebuggerDeployment.prototype.hasRaw = function() {
|
|
10926
|
-
return jspb.Message.getField(this, 16) != null;
|
|
10927
|
-
};
|
|
10928
11046
|
proto.assistant_api.AssistantDebuggerDeployment.prototype.getCreateddate = function() {
|
|
10929
11047
|
return (
|
|
10930
11048
|
/** @type{?proto.google.protobuf.Timestamp} */
|
|
@@ -29211,7 +29329,6 @@ var VoiceAgent = class extends Agent {
|
|
|
29211
29329
|
inputChannel = "audio" /* Audio */;
|
|
29212
29330
|
outputChannel = "audio" /* Audio */;
|
|
29213
29331
|
/**
|
|
29214
|
-
* Creates a new Room, the primary construct for a LiveKit session.
|
|
29215
29332
|
* @param options
|
|
29216
29333
|
*/
|
|
29217
29334
|
constructor(connection, agentConfig, agentCallback) {
|
|
@@ -30054,4 +30171,4 @@ export {
|
|
|
30054
30171
|
useSelectInputDeviceAgent,
|
|
30055
30172
|
DeviceSelectorComponent
|
|
30056
30173
|
};
|
|
30057
|
-
//# sourceMappingURL=chunk-
|
|
30174
|
+
//# sourceMappingURL=chunk-DRBNQMZR.mjs.map
|