@rapidaai/nodejs 1.0.13 → 1.0.15
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/index.d.mts +13 -82
- package/dist/index.d.ts +13 -82
- package/dist/index.js +79 -415
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +78 -415
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -20727,8 +20727,6 @@ var require_assistant_api_pb = __commonJS({
|
|
|
20727
20727
|
goog.exportSymbol("proto.assistant_api.GetAllAssistantProviderModelResponse", null, global);
|
|
20728
20728
|
goog.exportSymbol("proto.assistant_api.GetAllAssistantRequest", null, global);
|
|
20729
20729
|
goog.exportSymbol("proto.assistant_api.GetAllAssistantResponse", null, global);
|
|
20730
|
-
goog.exportSymbol("proto.assistant_api.GetAllAssistantUserConversationRequest", null, global);
|
|
20731
|
-
goog.exportSymbol("proto.assistant_api.GetAllAssistantUserConversationResponse", null, global);
|
|
20732
20730
|
goog.exportSymbol("proto.assistant_api.GetAllMessageRequest", null, global);
|
|
20733
20731
|
goog.exportSymbol("proto.assistant_api.GetAllMessageResponse", null, global);
|
|
20734
20732
|
goog.exportSymbol("proto.assistant_api.GetAssistantConversationRequest", null, global);
|
|
@@ -20871,20 +20869,6 @@ var require_assistant_api_pb = __commonJS({
|
|
|
20871
20869
|
if (goog.DEBUG && !COMPILED) {
|
|
20872
20870
|
proto.assistant_api.UpdateAssistantDetailRequest.displayName = "proto.assistant_api.UpdateAssistantDetailRequest";
|
|
20873
20871
|
}
|
|
20874
|
-
proto.assistant_api.GetAllAssistantUserConversationRequest = function(opt_data) {
|
|
20875
|
-
jspb.Message.initialize(this, opt_data, 0, -1, proto.assistant_api.GetAllAssistantUserConversationRequest.repeatedFields_, null);
|
|
20876
|
-
};
|
|
20877
|
-
goog.inherits(proto.assistant_api.GetAllAssistantUserConversationRequest, jspb.Message);
|
|
20878
|
-
if (goog.DEBUG && !COMPILED) {
|
|
20879
|
-
proto.assistant_api.GetAllAssistantUserConversationRequest.displayName = "proto.assistant_api.GetAllAssistantUserConversationRequest";
|
|
20880
|
-
}
|
|
20881
|
-
proto.assistant_api.GetAllAssistantUserConversationResponse = function(opt_data) {
|
|
20882
|
-
jspb.Message.initialize(this, opt_data, 0, -1, proto.assistant_api.GetAllAssistantUserConversationResponse.repeatedFields_, null);
|
|
20883
|
-
};
|
|
20884
|
-
goog.inherits(proto.assistant_api.GetAllAssistantUserConversationResponse, jspb.Message);
|
|
20885
|
-
if (goog.DEBUG && !COMPILED) {
|
|
20886
|
-
proto.assistant_api.GetAllAssistantUserConversationResponse.displayName = "proto.assistant_api.GetAllAssistantUserConversationResponse";
|
|
20887
|
-
}
|
|
20888
20872
|
proto.assistant_api.GetAssistantConversationRequest = function(opt_data) {
|
|
20889
20873
|
jspb.Message.initialize(this, opt_data, 0, -1, proto.assistant_api.GetAssistantConversationRequest.repeatedFields_, null);
|
|
20890
20874
|
};
|
|
@@ -24645,337 +24629,6 @@ var require_assistant_api_pb = __commonJS({
|
|
|
24645
24629
|
proto.assistant_api.UpdateAssistantDetailRequest.prototype.setDescription = function(value) {
|
|
24646
24630
|
return jspb.Message.setProto3StringField(this, 3, value);
|
|
24647
24631
|
};
|
|
24648
|
-
proto.assistant_api.GetAllAssistantUserConversationRequest.repeatedFields_ = [3];
|
|
24649
|
-
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
24650
|
-
proto.assistant_api.GetAllAssistantUserConversationRequest.prototype.toObject = function(opt_includeInstance) {
|
|
24651
|
-
return proto.assistant_api.GetAllAssistantUserConversationRequest.toObject(opt_includeInstance, this);
|
|
24652
|
-
};
|
|
24653
|
-
proto.assistant_api.GetAllAssistantUserConversationRequest.toObject = function(includeInstance, msg) {
|
|
24654
|
-
var f, obj = {
|
|
24655
|
-
assistantid: jspb.Message.getFieldWithDefault(msg, 1, "0"),
|
|
24656
|
-
paginate: (f = msg.getPaginate()) && common_pb.Paginate.toObject(includeInstance, f),
|
|
24657
|
-
criteriasList: jspb.Message.toObjectList(
|
|
24658
|
-
msg.getCriteriasList(),
|
|
24659
|
-
common_pb.Criteria.toObject,
|
|
24660
|
-
includeInstance
|
|
24661
|
-
),
|
|
24662
|
-
source: jspb.Message.getFieldWithDefault(msg, 7, 0)
|
|
24663
|
-
};
|
|
24664
|
-
if (includeInstance) {
|
|
24665
|
-
obj.$jspbMessageInstance = msg;
|
|
24666
|
-
}
|
|
24667
|
-
return obj;
|
|
24668
|
-
};
|
|
24669
|
-
}
|
|
24670
|
-
proto.assistant_api.GetAllAssistantUserConversationRequest.deserializeBinary = function(bytes) {
|
|
24671
|
-
var reader = new jspb.BinaryReader(bytes);
|
|
24672
|
-
var msg = new proto.assistant_api.GetAllAssistantUserConversationRequest();
|
|
24673
|
-
return proto.assistant_api.GetAllAssistantUserConversationRequest.deserializeBinaryFromReader(msg, reader);
|
|
24674
|
-
};
|
|
24675
|
-
proto.assistant_api.GetAllAssistantUserConversationRequest.deserializeBinaryFromReader = function(msg, reader) {
|
|
24676
|
-
while (reader.nextField()) {
|
|
24677
|
-
if (reader.isEndGroup()) {
|
|
24678
|
-
break;
|
|
24679
|
-
}
|
|
24680
|
-
var field = reader.getFieldNumber();
|
|
24681
|
-
switch (field) {
|
|
24682
|
-
case 1:
|
|
24683
|
-
var value = (
|
|
24684
|
-
/** @type {string} */
|
|
24685
|
-
reader.readUint64String()
|
|
24686
|
-
);
|
|
24687
|
-
msg.setAssistantid(value);
|
|
24688
|
-
break;
|
|
24689
|
-
case 2:
|
|
24690
|
-
var value = new common_pb.Paginate();
|
|
24691
|
-
reader.readMessage(value, common_pb.Paginate.deserializeBinaryFromReader);
|
|
24692
|
-
msg.setPaginate(value);
|
|
24693
|
-
break;
|
|
24694
|
-
case 3:
|
|
24695
|
-
var value = new common_pb.Criteria();
|
|
24696
|
-
reader.readMessage(value, common_pb.Criteria.deserializeBinaryFromReader);
|
|
24697
|
-
msg.addCriterias(value);
|
|
24698
|
-
break;
|
|
24699
|
-
case 7:
|
|
24700
|
-
var value = (
|
|
24701
|
-
/** @type {!proto.Source} */
|
|
24702
|
-
reader.readEnum()
|
|
24703
|
-
);
|
|
24704
|
-
msg.setSource(value);
|
|
24705
|
-
break;
|
|
24706
|
-
default:
|
|
24707
|
-
reader.skipField();
|
|
24708
|
-
break;
|
|
24709
|
-
}
|
|
24710
|
-
}
|
|
24711
|
-
return msg;
|
|
24712
|
-
};
|
|
24713
|
-
proto.assistant_api.GetAllAssistantUserConversationRequest.prototype.serializeBinary = function() {
|
|
24714
|
-
var writer = new jspb.BinaryWriter();
|
|
24715
|
-
proto.assistant_api.GetAllAssistantUserConversationRequest.serializeBinaryToWriter(this, writer);
|
|
24716
|
-
return writer.getResultBuffer();
|
|
24717
|
-
};
|
|
24718
|
-
proto.assistant_api.GetAllAssistantUserConversationRequest.serializeBinaryToWriter = function(message, writer) {
|
|
24719
|
-
var f = void 0;
|
|
24720
|
-
f = message.getAssistantid();
|
|
24721
|
-
if (parseInt(f, 10) !== 0) {
|
|
24722
|
-
writer.writeUint64String(
|
|
24723
|
-
1,
|
|
24724
|
-
f
|
|
24725
|
-
);
|
|
24726
|
-
}
|
|
24727
|
-
f = message.getPaginate();
|
|
24728
|
-
if (f != null) {
|
|
24729
|
-
writer.writeMessage(
|
|
24730
|
-
2,
|
|
24731
|
-
f,
|
|
24732
|
-
common_pb.Paginate.serializeBinaryToWriter
|
|
24733
|
-
);
|
|
24734
|
-
}
|
|
24735
|
-
f = message.getCriteriasList();
|
|
24736
|
-
if (f.length > 0) {
|
|
24737
|
-
writer.writeRepeatedMessage(
|
|
24738
|
-
3,
|
|
24739
|
-
f,
|
|
24740
|
-
common_pb.Criteria.serializeBinaryToWriter
|
|
24741
|
-
);
|
|
24742
|
-
}
|
|
24743
|
-
f = message.getSource();
|
|
24744
|
-
if (f !== 0) {
|
|
24745
|
-
writer.writeEnum(
|
|
24746
|
-
7,
|
|
24747
|
-
f
|
|
24748
|
-
);
|
|
24749
|
-
}
|
|
24750
|
-
};
|
|
24751
|
-
proto.assistant_api.GetAllAssistantUserConversationRequest.prototype.getAssistantid = function() {
|
|
24752
|
-
return (
|
|
24753
|
-
/** @type {string} */
|
|
24754
|
-
jspb.Message.getFieldWithDefault(this, 1, "0")
|
|
24755
|
-
);
|
|
24756
|
-
};
|
|
24757
|
-
proto.assistant_api.GetAllAssistantUserConversationRequest.prototype.setAssistantid = function(value) {
|
|
24758
|
-
return jspb.Message.setProto3StringIntField(this, 1, value);
|
|
24759
|
-
};
|
|
24760
|
-
proto.assistant_api.GetAllAssistantUserConversationRequest.prototype.getPaginate = function() {
|
|
24761
|
-
return (
|
|
24762
|
-
/** @type{?proto.Paginate} */
|
|
24763
|
-
jspb.Message.getWrapperField(this, common_pb.Paginate, 2)
|
|
24764
|
-
);
|
|
24765
|
-
};
|
|
24766
|
-
proto.assistant_api.GetAllAssistantUserConversationRequest.prototype.setPaginate = function(value) {
|
|
24767
|
-
return jspb.Message.setWrapperField(this, 2, value);
|
|
24768
|
-
};
|
|
24769
|
-
proto.assistant_api.GetAllAssistantUserConversationRequest.prototype.clearPaginate = function() {
|
|
24770
|
-
return this.setPaginate(void 0);
|
|
24771
|
-
};
|
|
24772
|
-
proto.assistant_api.GetAllAssistantUserConversationRequest.prototype.hasPaginate = function() {
|
|
24773
|
-
return jspb.Message.getField(this, 2) != null;
|
|
24774
|
-
};
|
|
24775
|
-
proto.assistant_api.GetAllAssistantUserConversationRequest.prototype.getCriteriasList = function() {
|
|
24776
|
-
return (
|
|
24777
|
-
/** @type{!Array<!proto.Criteria>} */
|
|
24778
|
-
jspb.Message.getRepeatedWrapperField(this, common_pb.Criteria, 3)
|
|
24779
|
-
);
|
|
24780
|
-
};
|
|
24781
|
-
proto.assistant_api.GetAllAssistantUserConversationRequest.prototype.setCriteriasList = function(value) {
|
|
24782
|
-
return jspb.Message.setRepeatedWrapperField(this, 3, value);
|
|
24783
|
-
};
|
|
24784
|
-
proto.assistant_api.GetAllAssistantUserConversationRequest.prototype.addCriterias = function(opt_value, opt_index) {
|
|
24785
|
-
return jspb.Message.addToRepeatedWrapperField(this, 3, opt_value, proto.Criteria, opt_index);
|
|
24786
|
-
};
|
|
24787
|
-
proto.assistant_api.GetAllAssistantUserConversationRequest.prototype.clearCriteriasList = function() {
|
|
24788
|
-
return this.setCriteriasList([]);
|
|
24789
|
-
};
|
|
24790
|
-
proto.assistant_api.GetAllAssistantUserConversationRequest.prototype.getSource = function() {
|
|
24791
|
-
return (
|
|
24792
|
-
/** @type {!proto.Source} */
|
|
24793
|
-
jspb.Message.getFieldWithDefault(this, 7, 0)
|
|
24794
|
-
);
|
|
24795
|
-
};
|
|
24796
|
-
proto.assistant_api.GetAllAssistantUserConversationRequest.prototype.setSource = function(value) {
|
|
24797
|
-
return jspb.Message.setProto3EnumField(this, 7, value);
|
|
24798
|
-
};
|
|
24799
|
-
proto.assistant_api.GetAllAssistantUserConversationResponse.repeatedFields_ = [3];
|
|
24800
|
-
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
24801
|
-
proto.assistant_api.GetAllAssistantUserConversationResponse.prototype.toObject = function(opt_includeInstance) {
|
|
24802
|
-
return proto.assistant_api.GetAllAssistantUserConversationResponse.toObject(opt_includeInstance, this);
|
|
24803
|
-
};
|
|
24804
|
-
proto.assistant_api.GetAllAssistantUserConversationResponse.toObject = function(includeInstance, msg) {
|
|
24805
|
-
var f, obj = {
|
|
24806
|
-
code: jspb.Message.getFieldWithDefault(msg, 1, 0),
|
|
24807
|
-
success: jspb.Message.getBooleanFieldWithDefault(msg, 2, false),
|
|
24808
|
-
dataList: jspb.Message.toObjectList(
|
|
24809
|
-
msg.getDataList(),
|
|
24810
|
-
common_pb.AssistantConversation.toObject,
|
|
24811
|
-
includeInstance
|
|
24812
|
-
),
|
|
24813
|
-
error: (f = msg.getError()) && common_pb.Error.toObject(includeInstance, f),
|
|
24814
|
-
paginated: (f = msg.getPaginated()) && common_pb.Paginated.toObject(includeInstance, f)
|
|
24815
|
-
};
|
|
24816
|
-
if (includeInstance) {
|
|
24817
|
-
obj.$jspbMessageInstance = msg;
|
|
24818
|
-
}
|
|
24819
|
-
return obj;
|
|
24820
|
-
};
|
|
24821
|
-
}
|
|
24822
|
-
proto.assistant_api.GetAllAssistantUserConversationResponse.deserializeBinary = function(bytes) {
|
|
24823
|
-
var reader = new jspb.BinaryReader(bytes);
|
|
24824
|
-
var msg = new proto.assistant_api.GetAllAssistantUserConversationResponse();
|
|
24825
|
-
return proto.assistant_api.GetAllAssistantUserConversationResponse.deserializeBinaryFromReader(msg, reader);
|
|
24826
|
-
};
|
|
24827
|
-
proto.assistant_api.GetAllAssistantUserConversationResponse.deserializeBinaryFromReader = function(msg, reader) {
|
|
24828
|
-
while (reader.nextField()) {
|
|
24829
|
-
if (reader.isEndGroup()) {
|
|
24830
|
-
break;
|
|
24831
|
-
}
|
|
24832
|
-
var field = reader.getFieldNumber();
|
|
24833
|
-
switch (field) {
|
|
24834
|
-
case 1:
|
|
24835
|
-
var value = (
|
|
24836
|
-
/** @type {number} */
|
|
24837
|
-
reader.readInt32()
|
|
24838
|
-
);
|
|
24839
|
-
msg.setCode(value);
|
|
24840
|
-
break;
|
|
24841
|
-
case 2:
|
|
24842
|
-
var value = (
|
|
24843
|
-
/** @type {boolean} */
|
|
24844
|
-
reader.readBool()
|
|
24845
|
-
);
|
|
24846
|
-
msg.setSuccess(value);
|
|
24847
|
-
break;
|
|
24848
|
-
case 3:
|
|
24849
|
-
var value = new common_pb.AssistantConversation();
|
|
24850
|
-
reader.readMessage(value, common_pb.AssistantConversation.deserializeBinaryFromReader);
|
|
24851
|
-
msg.addData(value);
|
|
24852
|
-
break;
|
|
24853
|
-
case 4:
|
|
24854
|
-
var value = new common_pb.Error();
|
|
24855
|
-
reader.readMessage(value, common_pb.Error.deserializeBinaryFromReader);
|
|
24856
|
-
msg.setError(value);
|
|
24857
|
-
break;
|
|
24858
|
-
case 5:
|
|
24859
|
-
var value = new common_pb.Paginated();
|
|
24860
|
-
reader.readMessage(value, common_pb.Paginated.deserializeBinaryFromReader);
|
|
24861
|
-
msg.setPaginated(value);
|
|
24862
|
-
break;
|
|
24863
|
-
default:
|
|
24864
|
-
reader.skipField();
|
|
24865
|
-
break;
|
|
24866
|
-
}
|
|
24867
|
-
}
|
|
24868
|
-
return msg;
|
|
24869
|
-
};
|
|
24870
|
-
proto.assistant_api.GetAllAssistantUserConversationResponse.prototype.serializeBinary = function() {
|
|
24871
|
-
var writer = new jspb.BinaryWriter();
|
|
24872
|
-
proto.assistant_api.GetAllAssistantUserConversationResponse.serializeBinaryToWriter(this, writer);
|
|
24873
|
-
return writer.getResultBuffer();
|
|
24874
|
-
};
|
|
24875
|
-
proto.assistant_api.GetAllAssistantUserConversationResponse.serializeBinaryToWriter = function(message, writer) {
|
|
24876
|
-
var f = void 0;
|
|
24877
|
-
f = message.getCode();
|
|
24878
|
-
if (f !== 0) {
|
|
24879
|
-
writer.writeInt32(
|
|
24880
|
-
1,
|
|
24881
|
-
f
|
|
24882
|
-
);
|
|
24883
|
-
}
|
|
24884
|
-
f = message.getSuccess();
|
|
24885
|
-
if (f) {
|
|
24886
|
-
writer.writeBool(
|
|
24887
|
-
2,
|
|
24888
|
-
f
|
|
24889
|
-
);
|
|
24890
|
-
}
|
|
24891
|
-
f = message.getDataList();
|
|
24892
|
-
if (f.length > 0) {
|
|
24893
|
-
writer.writeRepeatedMessage(
|
|
24894
|
-
3,
|
|
24895
|
-
f,
|
|
24896
|
-
common_pb.AssistantConversation.serializeBinaryToWriter
|
|
24897
|
-
);
|
|
24898
|
-
}
|
|
24899
|
-
f = message.getError();
|
|
24900
|
-
if (f != null) {
|
|
24901
|
-
writer.writeMessage(
|
|
24902
|
-
4,
|
|
24903
|
-
f,
|
|
24904
|
-
common_pb.Error.serializeBinaryToWriter
|
|
24905
|
-
);
|
|
24906
|
-
}
|
|
24907
|
-
f = message.getPaginated();
|
|
24908
|
-
if (f != null) {
|
|
24909
|
-
writer.writeMessage(
|
|
24910
|
-
5,
|
|
24911
|
-
f,
|
|
24912
|
-
common_pb.Paginated.serializeBinaryToWriter
|
|
24913
|
-
);
|
|
24914
|
-
}
|
|
24915
|
-
};
|
|
24916
|
-
proto.assistant_api.GetAllAssistantUserConversationResponse.prototype.getCode = function() {
|
|
24917
|
-
return (
|
|
24918
|
-
/** @type {number} */
|
|
24919
|
-
jspb.Message.getFieldWithDefault(this, 1, 0)
|
|
24920
|
-
);
|
|
24921
|
-
};
|
|
24922
|
-
proto.assistant_api.GetAllAssistantUserConversationResponse.prototype.setCode = function(value) {
|
|
24923
|
-
return jspb.Message.setProto3IntField(this, 1, value);
|
|
24924
|
-
};
|
|
24925
|
-
proto.assistant_api.GetAllAssistantUserConversationResponse.prototype.getSuccess = function() {
|
|
24926
|
-
return (
|
|
24927
|
-
/** @type {boolean} */
|
|
24928
|
-
jspb.Message.getBooleanFieldWithDefault(this, 2, false)
|
|
24929
|
-
);
|
|
24930
|
-
};
|
|
24931
|
-
proto.assistant_api.GetAllAssistantUserConversationResponse.prototype.setSuccess = function(value) {
|
|
24932
|
-
return jspb.Message.setProto3BooleanField(this, 2, value);
|
|
24933
|
-
};
|
|
24934
|
-
proto.assistant_api.GetAllAssistantUserConversationResponse.prototype.getDataList = function() {
|
|
24935
|
-
return (
|
|
24936
|
-
/** @type{!Array<!proto.AssistantConversation>} */
|
|
24937
|
-
jspb.Message.getRepeatedWrapperField(this, common_pb.AssistantConversation, 3)
|
|
24938
|
-
);
|
|
24939
|
-
};
|
|
24940
|
-
proto.assistant_api.GetAllAssistantUserConversationResponse.prototype.setDataList = function(value) {
|
|
24941
|
-
return jspb.Message.setRepeatedWrapperField(this, 3, value);
|
|
24942
|
-
};
|
|
24943
|
-
proto.assistant_api.GetAllAssistantUserConversationResponse.prototype.addData = function(opt_value, opt_index) {
|
|
24944
|
-
return jspb.Message.addToRepeatedWrapperField(this, 3, opt_value, proto.AssistantConversation, opt_index);
|
|
24945
|
-
};
|
|
24946
|
-
proto.assistant_api.GetAllAssistantUserConversationResponse.prototype.clearDataList = function() {
|
|
24947
|
-
return this.setDataList([]);
|
|
24948
|
-
};
|
|
24949
|
-
proto.assistant_api.GetAllAssistantUserConversationResponse.prototype.getError = function() {
|
|
24950
|
-
return (
|
|
24951
|
-
/** @type{?proto.Error} */
|
|
24952
|
-
jspb.Message.getWrapperField(this, common_pb.Error, 4)
|
|
24953
|
-
);
|
|
24954
|
-
};
|
|
24955
|
-
proto.assistant_api.GetAllAssistantUserConversationResponse.prototype.setError = function(value) {
|
|
24956
|
-
return jspb.Message.setWrapperField(this, 4, value);
|
|
24957
|
-
};
|
|
24958
|
-
proto.assistant_api.GetAllAssistantUserConversationResponse.prototype.clearError = function() {
|
|
24959
|
-
return this.setError(void 0);
|
|
24960
|
-
};
|
|
24961
|
-
proto.assistant_api.GetAllAssistantUserConversationResponse.prototype.hasError = function() {
|
|
24962
|
-
return jspb.Message.getField(this, 4) != null;
|
|
24963
|
-
};
|
|
24964
|
-
proto.assistant_api.GetAllAssistantUserConversationResponse.prototype.getPaginated = function() {
|
|
24965
|
-
return (
|
|
24966
|
-
/** @type{?proto.Paginated} */
|
|
24967
|
-
jspb.Message.getWrapperField(this, common_pb.Paginated, 5)
|
|
24968
|
-
);
|
|
24969
|
-
};
|
|
24970
|
-
proto.assistant_api.GetAllAssistantUserConversationResponse.prototype.setPaginated = function(value) {
|
|
24971
|
-
return jspb.Message.setWrapperField(this, 5, value);
|
|
24972
|
-
};
|
|
24973
|
-
proto.assistant_api.GetAllAssistantUserConversationResponse.prototype.clearPaginated = function() {
|
|
24974
|
-
return this.setPaginated(void 0);
|
|
24975
|
-
};
|
|
24976
|
-
proto.assistant_api.GetAllAssistantUserConversationResponse.prototype.hasPaginated = function() {
|
|
24977
|
-
return jspb.Message.getField(this, 5) != null;
|
|
24978
|
-
};
|
|
24979
24632
|
proto.assistant_api.GetAssistantConversationRequest.repeatedFields_ = [5];
|
|
24980
24633
|
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
24981
24634
|
proto.assistant_api.GetAssistantConversationRequest.prototype.toObject = function(opt_includeInstance) {
|
|
@@ -24984,7 +24637,7 @@ var require_assistant_api_pb = __commonJS({
|
|
|
24984
24637
|
proto.assistant_api.GetAssistantConversationRequest.toObject = function(includeInstance, msg) {
|
|
24985
24638
|
var f, obj = {
|
|
24986
24639
|
assistantid: jspb.Message.getFieldWithDefault(msg, 1, "0"),
|
|
24987
|
-
|
|
24640
|
+
id: jspb.Message.getFieldWithDefault(msg, 2, "0"),
|
|
24988
24641
|
selectorsList: jspb.Message.toObjectList(
|
|
24989
24642
|
msg.getSelectorsList(),
|
|
24990
24643
|
common_pb.FieldSelector.toObject,
|
|
@@ -25021,7 +24674,7 @@ var require_assistant_api_pb = __commonJS({
|
|
|
25021
24674
|
/** @type {string} */
|
|
25022
24675
|
reader.readUint64String()
|
|
25023
24676
|
);
|
|
25024
|
-
msg.
|
|
24677
|
+
msg.setId(value);
|
|
25025
24678
|
break;
|
|
25026
24679
|
case 5:
|
|
25027
24680
|
var value = new common_pb.FieldSelector();
|
|
@@ -25049,7 +24702,7 @@ var require_assistant_api_pb = __commonJS({
|
|
|
25049
24702
|
f
|
|
25050
24703
|
);
|
|
25051
24704
|
}
|
|
25052
|
-
f = message.
|
|
24705
|
+
f = message.getId();
|
|
25053
24706
|
if (parseInt(f, 10) !== 0) {
|
|
25054
24707
|
writer.writeUint64String(
|
|
25055
24708
|
2,
|
|
@@ -25074,13 +24727,13 @@ var require_assistant_api_pb = __commonJS({
|
|
|
25074
24727
|
proto.assistant_api.GetAssistantConversationRequest.prototype.setAssistantid = function(value) {
|
|
25075
24728
|
return jspb.Message.setProto3StringIntField(this, 1, value);
|
|
25076
24729
|
};
|
|
25077
|
-
proto.assistant_api.GetAssistantConversationRequest.prototype.
|
|
24730
|
+
proto.assistant_api.GetAssistantConversationRequest.prototype.getId = function() {
|
|
25078
24731
|
return (
|
|
25079
24732
|
/** @type {string} */
|
|
25080
24733
|
jspb.Message.getFieldWithDefault(this, 2, "0")
|
|
25081
24734
|
);
|
|
25082
24735
|
};
|
|
25083
|
-
proto.assistant_api.GetAssistantConversationRequest.prototype.
|
|
24736
|
+
proto.assistant_api.GetAssistantConversationRequest.prototype.setId = function(value) {
|
|
25084
24737
|
return jspb.Message.setProto3StringIntField(this, 2, value);
|
|
25085
24738
|
};
|
|
25086
24739
|
proto.assistant_api.GetAssistantConversationRequest.prototype.getSelectorsList = function() {
|
|
@@ -57236,6 +56889,19 @@ function GetProtoSource(source) {
|
|
|
57236
56889
|
return import_common_pb.Source.SDK;
|
|
57237
56890
|
}
|
|
57238
56891
|
|
|
56892
|
+
// src/utils/rapida_content.ts
|
|
56893
|
+
var import_common_pb2 = __toESM(require_common_pb());
|
|
56894
|
+
var ToContentText = (cnt) => {
|
|
56895
|
+
if (!cnt) return "";
|
|
56896
|
+
return cnt.filter((x) => x.getContenttype() === "text").map((x) => {
|
|
56897
|
+
try {
|
|
56898
|
+
return new TextDecoder().decode(x.getContent());
|
|
56899
|
+
} catch (error) {
|
|
56900
|
+
return "";
|
|
56901
|
+
}
|
|
56902
|
+
}).join(" ");
|
|
56903
|
+
};
|
|
56904
|
+
|
|
57239
56905
|
// src/configs/index.ts
|
|
57240
56906
|
var ASSISTANT_API = "workflow-01.rapida.ai";
|
|
57241
56907
|
var ENDPOINT_API = "endpoint-01.rapida.ai";
|
|
@@ -57573,14 +57239,14 @@ function IndexKnowledgeDocument(client, knowledgeId, knowledgeDocumentIds, index
|
|
|
57573
57239
|
}
|
|
57574
57240
|
|
|
57575
57241
|
// src/clients/marketplace.ts
|
|
57576
|
-
var
|
|
57242
|
+
var import_common_pb3 = __toESM(require_common_pb());
|
|
57577
57243
|
var import_marketplace_api_pb = __toESM(require_marketplace_api_pb());
|
|
57578
57244
|
function GetAllDeployment(client, page, pageSize, criteria) {
|
|
57579
57245
|
return new Promise((resolve, reject) => {
|
|
57580
57246
|
const req = new import_marketplace_api_pb.GetAllDeploymentRequest();
|
|
57581
|
-
const paginate = new
|
|
57247
|
+
const paginate = new import_common_pb3.Paginate();
|
|
57582
57248
|
criteria.forEach(({ key, value, logic }) => {
|
|
57583
|
-
const ctr = new
|
|
57249
|
+
const ctr = new import_common_pb3.Criteria();
|
|
57584
57250
|
ctr.setKey(key);
|
|
57585
57251
|
ctr.setValue(value);
|
|
57586
57252
|
ctr.setLogic(logic);
|
|
@@ -57616,7 +57282,7 @@ function Invoke(config, req, auth) {
|
|
|
57616
57282
|
|
|
57617
57283
|
// src/clients/auth.ts
|
|
57618
57284
|
var import_web_api_pb = __toESM(require_web_api_pb());
|
|
57619
|
-
var
|
|
57285
|
+
var import_common_pb4 = __toESM(require_common_pb());
|
|
57620
57286
|
function AuthenticateUser(config, email, password) {
|
|
57621
57287
|
return new Promise((resolve, reject) => {
|
|
57622
57288
|
const requestObject = new import_web_api_pb.AuthenticateRequest();
|
|
@@ -57728,9 +57394,9 @@ function UpdateUser(config, authHeader, name) {
|
|
|
57728
57394
|
function GetAllUser(config, page, pageSize, criteria, authHeader) {
|
|
57729
57395
|
return new Promise((resolve, reject) => {
|
|
57730
57396
|
const req = new import_web_api_pb.GetAllUserRequest();
|
|
57731
|
-
const paginate = new
|
|
57397
|
+
const paginate = new import_common_pb4.Paginate();
|
|
57732
57398
|
criteria.forEach(({ key, value }) => {
|
|
57733
|
-
const ctr = new
|
|
57399
|
+
const ctr = new import_common_pb4.Criteria();
|
|
57734
57400
|
ctr.setKey(key);
|
|
57735
57401
|
ctr.setValue(value);
|
|
57736
57402
|
req.addCriterias(ctr);
|
|
@@ -57793,7 +57459,7 @@ function Github(config, state, code) {
|
|
|
57793
57459
|
|
|
57794
57460
|
// src/clients/provider.ts
|
|
57795
57461
|
var import_provider_api_pb = __toESM(require_provider_api_pb());
|
|
57796
|
-
var
|
|
57462
|
+
var import_common_pb5 = __toESM(require_common_pb());
|
|
57797
57463
|
function GetAllProvider(connectionConfig) {
|
|
57798
57464
|
return new Promise((resolve, reject) => {
|
|
57799
57465
|
const request = new import_provider_api_pb.GetAllModelProviderRequest();
|
|
@@ -57810,9 +57476,9 @@ function GetAllProvider(connectionConfig) {
|
|
|
57810
57476
|
function GetAllToolProvider(connectionConfig, page, pageSize, criteria) {
|
|
57811
57477
|
return new Promise((resolve, reject) => {
|
|
57812
57478
|
const req = new import_provider_api_pb.GetAllToolProviderRequest();
|
|
57813
|
-
const paginate = new
|
|
57479
|
+
const paginate = new import_common_pb5.Paginate();
|
|
57814
57480
|
criteria.forEach((x) => {
|
|
57815
|
-
let ctr = new
|
|
57481
|
+
let ctr = new import_common_pb5.Criteria();
|
|
57816
57482
|
ctr.setKey(x.key);
|
|
57817
57483
|
ctr.setValue(x.value);
|
|
57818
57484
|
req.addCriterias(ctr);
|
|
@@ -58512,15 +58178,15 @@ function GetAssistantWhatsappDeployment(clientCfg, req, auth) {
|
|
|
58512
58178
|
}
|
|
58513
58179
|
|
|
58514
58180
|
// src/clients/activity.ts
|
|
58515
|
-
var
|
|
58181
|
+
var import_common_pb6 = __toESM(require_common_pb());
|
|
58516
58182
|
var import_audit_logging_api_pb = __toESM(require_audit_logging_api_pb());
|
|
58517
58183
|
function GetActivities(connectionConfig, projectId, page, pageSize, criteria) {
|
|
58518
58184
|
return new Promise((resolve, reject) => {
|
|
58519
58185
|
const req = new import_audit_logging_api_pb.GetAllAuditLogRequest();
|
|
58520
58186
|
req.setProjectid(projectId);
|
|
58521
|
-
const paginate = new
|
|
58187
|
+
const paginate = new import_common_pb6.Paginate();
|
|
58522
58188
|
criteria.forEach(({ key, value, logic }) => {
|
|
58523
|
-
const ctr = new
|
|
58189
|
+
const ctr = new import_common_pb6.Criteria();
|
|
58524
58190
|
ctr.setKey(key);
|
|
58525
58191
|
ctr.setValue(value);
|
|
58526
58192
|
ctr.setLogic(logic);
|
|
@@ -58631,7 +58297,7 @@ function GetEndpointLog(config, req, auth) {
|
|
|
58631
58297
|
|
|
58632
58298
|
// src/clients/vault.ts
|
|
58633
58299
|
var import_vault_api_pb = __toESM(require_vault_api_pb());
|
|
58634
|
-
var
|
|
58300
|
+
var import_common_pb7 = __toESM(require_common_pb());
|
|
58635
58301
|
import { Struct as Struct2 } from "google-protobuf/google/protobuf/struct_pb";
|
|
58636
58302
|
function CreateProviderKey(connectionConfig, providerId, providerName, credential, name, authHeader) {
|
|
58637
58303
|
return new Promise((resolve, reject) => {
|
|
@@ -58667,9 +58333,9 @@ function DeleteProviderKey(connectionConfig, providerKeyId, authHeader) {
|
|
|
58667
58333
|
function AllOrganizationCredential(connectionConfig, page, pageSize, criteria, authHeader) {
|
|
58668
58334
|
return new Promise((resolve, reject) => {
|
|
58669
58335
|
const req = new import_vault_api_pb.GetAllOrganizationCredentialRequest();
|
|
58670
|
-
const paginate = new
|
|
58336
|
+
const paginate = new import_common_pb7.Paginate();
|
|
58671
58337
|
criteria.forEach((x) => {
|
|
58672
|
-
let ctr = new
|
|
58338
|
+
let ctr = new import_common_pb7.Criteria();
|
|
58673
58339
|
ctr.setKey(x.key);
|
|
58674
58340
|
ctr.setValue(x.value);
|
|
58675
58341
|
req.addCriterias(ctr);
|
|
@@ -58706,8 +58372,8 @@ function CreateToolCredential(connectionConfig, toolId, toolName, credential, na
|
|
|
58706
58372
|
}
|
|
58707
58373
|
|
|
58708
58374
|
// src/clients/talk.ts
|
|
58709
|
-
var import_common_pb7 = __toESM(require_common_pb());
|
|
58710
58375
|
var import_common_pb8 = __toESM(require_common_pb());
|
|
58376
|
+
var import_common_pb9 = __toESM(require_common_pb());
|
|
58711
58377
|
var import_talk_api_pb = __toESM(require_talk_api_pb());
|
|
58712
58378
|
var import_talk_api_pb2 = __toESM(require_talk_api_pb());
|
|
58713
58379
|
function AssistantTalk(conversationStreamClient, authHeader) {
|
|
@@ -58720,7 +58386,7 @@ function CreateMessageMetric(connectionConfig, assistantId, assistantConversatio
|
|
|
58720
58386
|
req.setAssistantconversationid(assistantConversationId);
|
|
58721
58387
|
req.setMessageid(messageId);
|
|
58722
58388
|
for (var mtr of metrics) {
|
|
58723
|
-
const _m = new
|
|
58389
|
+
const _m = new import_common_pb8.Metric();
|
|
58724
58390
|
_m.setName(mtr.name);
|
|
58725
58391
|
_m.setValue(mtr.value);
|
|
58726
58392
|
_m.setDescription(mtr.description);
|
|
@@ -58742,7 +58408,7 @@ function CreateConversationMetric(connectionConfig, assistantId, assistantConver
|
|
|
58742
58408
|
req.setAssistantid(assistantId);
|
|
58743
58409
|
req.setAssistantconversationid(assistantConversationId);
|
|
58744
58410
|
for (var mtr of metrics) {
|
|
58745
|
-
const _m = new
|
|
58411
|
+
const _m = new import_common_pb8.Metric();
|
|
58746
58412
|
_m.setName(mtr.name);
|
|
58747
58413
|
_m.setValue(mtr.value);
|
|
58748
58414
|
_m.setDescription(mtr.description);
|
|
@@ -58760,7 +58426,7 @@ function CreateConversationMetric(connectionConfig, assistantId, assistantConver
|
|
|
58760
58426
|
}
|
|
58761
58427
|
|
|
58762
58428
|
// src/clients/knowledge.ts
|
|
58763
|
-
var
|
|
58429
|
+
var import_common_pb10 = __toESM(require_common_pb());
|
|
58764
58430
|
var import_knowledge_api_pb = __toESM(require_knowledge_api_pb());
|
|
58765
58431
|
var import_knowledge_api_pb2 = __toESM(require_knowledge_api_pb());
|
|
58766
58432
|
function CreateKnowledge(config, provider, name, description, tags) {
|
|
@@ -58799,9 +58465,9 @@ function GetKnowledgeBase(config, knowledgeBaseId) {
|
|
|
58799
58465
|
function GetAllKnowledgeBases(config, page, pageSize, criteria) {
|
|
58800
58466
|
return new Promise((resolve, reject) => {
|
|
58801
58467
|
const req = new import_knowledge_api_pb.GetAllKnowledgeRequest();
|
|
58802
|
-
const paginate = new
|
|
58468
|
+
const paginate = new import_common_pb10.Paginate();
|
|
58803
58469
|
criteria.forEach(({ key, value, logic }) => {
|
|
58804
|
-
const ctr = new
|
|
58470
|
+
const ctr = new import_common_pb10.Criteria();
|
|
58805
58471
|
ctr.setKey(key);
|
|
58806
58472
|
ctr.setValue(value);
|
|
58807
58473
|
ctr.setLogic(logic);
|
|
@@ -58853,9 +58519,9 @@ function GetAllKnowledgeDocument(config, knowledgeId, page, pageSize, criteria)
|
|
|
58853
58519
|
return new Promise((resolve, reject) => {
|
|
58854
58520
|
const req = new import_knowledge_api_pb.GetAllKnowledgeDocumentRequest();
|
|
58855
58521
|
req.setKnowledgeid(knowledgeId);
|
|
58856
|
-
const paginate = new
|
|
58522
|
+
const paginate = new import_common_pb10.Paginate();
|
|
58857
58523
|
criteria.forEach(({ key, value }) => {
|
|
58858
|
-
const ctr = new
|
|
58524
|
+
const ctr = new import_common_pb10.Criteria();
|
|
58859
58525
|
ctr.setKey(key);
|
|
58860
58526
|
ctr.setValue(value);
|
|
58861
58527
|
req.addCriterias(ctr);
|
|
@@ -58877,9 +58543,9 @@ function GetAllKnowledgeDocumentSegment(config, knowledgeId, page, pageSize, cri
|
|
|
58877
58543
|
return new Promise((resolve, reject) => {
|
|
58878
58544
|
const req = new import_knowledge_api_pb.GetAllKnowledgeDocumentSegmentRequest();
|
|
58879
58545
|
req.setKnowledgeid(knowledgeId);
|
|
58880
|
-
const paginate = new
|
|
58546
|
+
const paginate = new import_common_pb10.Paginate();
|
|
58881
58547
|
criteria.forEach(({ key, value }) => {
|
|
58882
|
-
const ctr = new
|
|
58548
|
+
const ctr = new import_common_pb10.Criteria();
|
|
58883
58549
|
ctr.setKey(key);
|
|
58884
58550
|
ctr.setValue(value);
|
|
58885
58551
|
req.addCriterias(ctr);
|
|
@@ -58972,7 +58638,7 @@ function UpdateKnowledgeDocumentSegment(config, documentId, index, organizations
|
|
|
58972
58638
|
|
|
58973
58639
|
// src/clients/project.ts
|
|
58974
58640
|
var import_web_api_pb3 = __toESM(require_web_api_pb());
|
|
58975
|
-
var
|
|
58641
|
+
var import_common_pb11 = __toESM(require_common_pb());
|
|
58976
58642
|
function AddUsersToProject(connectionConfig, email, role, projectIds, authHeader) {
|
|
58977
58643
|
return new Promise((resolve, reject) => {
|
|
58978
58644
|
const requestObject = new import_web_api_pb3.AddUsersToProjectRequest();
|
|
@@ -59024,9 +58690,9 @@ function UpdateProject(connectionConfig, projectId, authHeader, projectName, pro
|
|
|
59024
58690
|
function GetAllProject(connectionConfig, page, pageSize, criteria, authHeader) {
|
|
59025
58691
|
return new Promise((resolve, reject) => {
|
|
59026
58692
|
const req = new import_web_api_pb3.GetAllProjectRequest();
|
|
59027
|
-
const paginate = new
|
|
58693
|
+
const paginate = new import_common_pb11.Paginate();
|
|
59028
58694
|
criteria.forEach(({ key, value }) => {
|
|
59029
|
-
const ctr = new
|
|
58695
|
+
const ctr = new import_common_pb11.Criteria();
|
|
59030
58696
|
ctr.setKey(key);
|
|
59031
58697
|
ctr.setValue(value);
|
|
59032
58698
|
req.addCriterias(ctr);
|
|
@@ -59113,7 +58779,7 @@ var import_assistant_analysis_pb = __toESM(require_assistant_analysis_pb());
|
|
|
59113
58779
|
var import_sendgrid_api_pb = __toESM(require_sendgrid_api_pb());
|
|
59114
58780
|
var import_invoker_api_pb = __toESM(require_invoker_api_pb());
|
|
59115
58781
|
var import_web_api_pb4 = __toESM(require_web_api_pb());
|
|
59116
|
-
var
|
|
58782
|
+
var import_common_pb12 = __toESM(require_common_pb());
|
|
59117
58783
|
var import_assistant_webhook_pb = __toESM(require_assistant_webhook_pb());
|
|
59118
58784
|
var import_connect_api_pb2 = __toESM(require_connect_api_pb());
|
|
59119
58785
|
var import_endpoint_api_pb = __toESM(require_endpoint_api_pb());
|
|
@@ -59158,21 +58824,21 @@ var export_AddUsersToProjectResponse = import_web_api_pb4.AddUsersToProjectRespo
|
|
|
59158
58824
|
var export_AggregatedEndpointAnalytics = import_endpoint_api_pb.AggregatedEndpointAnalytics;
|
|
59159
58825
|
var export_ArchiveProjectRequest = import_web_api_pb4.ArchiveProjectRequest;
|
|
59160
58826
|
var export_ArchiveProjectResponse = import_web_api_pb4.ArchiveProjectResponse;
|
|
59161
|
-
var export_Argument =
|
|
58827
|
+
var export_Argument = import_common_pb12.Argument;
|
|
59162
58828
|
var export_Assistant = import_assistant_api_pb.Assistant;
|
|
59163
58829
|
var export_AssistantAnalysis = import_assistant_analysis_pb.AssistantAnalysis;
|
|
59164
58830
|
var export_AssistantApiDeployment = import_assistant_deployment_pb.AssistantApiDeployment;
|
|
59165
|
-
var export_AssistantConversation =
|
|
58831
|
+
var export_AssistantConversation = import_common_pb12.AssistantConversation;
|
|
59166
58832
|
var export_AssistantConversationAssistantMessage = import_talk_api_pb3.AssistantConversationAssistantMessage;
|
|
59167
58833
|
var export_AssistantConversationConfiguration = import_talk_api_pb3.AssistantConversationConfiguration;
|
|
59168
|
-
var export_AssistantConversationContext =
|
|
58834
|
+
var export_AssistantConversationContext = import_common_pb12.AssistantConversationContext;
|
|
59169
58835
|
var export_AssistantConversationInterruption = import_talk_api_pb3.AssistantConversationInterruption;
|
|
59170
|
-
var export_AssistantConversationMessage =
|
|
58836
|
+
var export_AssistantConversationMessage = import_common_pb12.AssistantConversationMessage;
|
|
59171
58837
|
var export_AssistantConversationUserMessage = import_talk_api_pb3.AssistantConversationUserMessage;
|
|
59172
58838
|
var export_AssistantDebuggerDeployment = import_assistant_deployment_pb.AssistantDebuggerDeployment;
|
|
59173
58839
|
var export_AssistantDefinition = import_talk_api_pb3.AssistantDefinition;
|
|
59174
58840
|
var export_AssistantKnowledge = import_assistant_knowledge_pb.AssistantKnowledge;
|
|
59175
|
-
var export_AssistantMessageStage =
|
|
58841
|
+
var export_AssistantMessageStage = import_common_pb12.AssistantMessageStage;
|
|
59176
58842
|
var export_AssistantMessagingRequest = import_talk_api_pb3.AssistantMessagingRequest;
|
|
59177
58843
|
var export_AssistantMessagingResponse = import_talk_api_pb3.AssistantMessagingResponse;
|
|
59178
58844
|
var export_AssistantPhoneDeployment = import_assistant_deployment_pb.AssistantPhoneDeployment;
|
|
@@ -59188,11 +58854,11 @@ var export_AuthenticateResponse = import_web_api_pb4.AuthenticateResponse;
|
|
|
59188
58854
|
var export_Authentication = import_web_api_pb4.Authentication;
|
|
59189
58855
|
var export_AuthenticationError = import_web_api_pb4.AuthenticationError;
|
|
59190
58856
|
var export_AuthorizeRequest = import_web_api_pb4.AuthorizeRequest;
|
|
59191
|
-
var export_BaseResponse =
|
|
58857
|
+
var export_BaseResponse = import_common_pb12.BaseResponse;
|
|
59192
58858
|
var export_ChatRequest = import_integration_api_pb.ChatRequest;
|
|
59193
58859
|
var export_ChatResponse = import_integration_api_pb.ChatResponse;
|
|
59194
58860
|
var export_Contact = import_sendgrid_api_pb.Contact;
|
|
59195
|
-
var export_Content =
|
|
58861
|
+
var export_Content = import_common_pb12.Content;
|
|
59196
58862
|
var export_CreateAssistantAnalysisRequest = import_assistant_analysis_pb.CreateAssistantAnalysisRequest;
|
|
59197
58863
|
var export_CreateAssistantKnowledgeRequest = import_assistant_knowledge_pb.CreateAssistantKnowledgeRequest;
|
|
59198
58864
|
var export_CreateAssistantProviderModelRequest = import_assistant_api_pb.CreateAssistantProviderModelRequest;
|
|
@@ -59235,7 +58901,7 @@ var export_CreateProjectResponse = import_web_api_pb4.CreateProjectResponse;
|
|
|
59235
58901
|
var export_CreateProviderCredentialRequest = import_vault_api_pb2.CreateProviderCredentialRequest;
|
|
59236
58902
|
var export_CreateToolCredentialRequest = import_vault_api_pb2.CreateToolCredentialRequest;
|
|
59237
58903
|
var export_Credential = import_integration_api_pb.Credential;
|
|
59238
|
-
var export_Criteria =
|
|
58904
|
+
var export_Criteria = import_common_pb12.Criteria;
|
|
59239
58905
|
var export_DeleteAssistantAnalysisRequest = import_assistant_analysis_pb.DeleteAssistantAnalysisRequest;
|
|
59240
58906
|
var export_DeleteAssistantKnowledgeRequest = import_assistant_knowledge_pb.DeleteAssistantKnowledgeRequest;
|
|
59241
58907
|
var export_DeleteAssistantRequest = import_assistant_api_pb.DeleteAssistantRequest;
|
|
@@ -59255,13 +58921,13 @@ var export_EndpointLog = import_endpoint_api_pb.EndpointLog;
|
|
|
59255
58921
|
var export_EndpointProviderModel = import_endpoint_api_pb.EndpointProviderModel;
|
|
59256
58922
|
var export_EndpointProviderModelAttribute = import_endpoint_api_pb.EndpointProviderModelAttribute;
|
|
59257
58923
|
var export_EndpointRetryConfiguration = import_endpoint_api_pb.EndpointRetryConfiguration;
|
|
59258
|
-
var export_Error =
|
|
58924
|
+
var export_Error = import_common_pb12.Error;
|
|
59259
58925
|
var export_FeaturePermission = import_web_api_pb4.FeaturePermission;
|
|
59260
|
-
var export_FieldSelector =
|
|
58926
|
+
var export_FieldSelector = import_common_pb12.FieldSelector;
|
|
59261
58927
|
var export_ForgotPasswordRequest = import_web_api_pb4.ForgotPasswordRequest;
|
|
59262
58928
|
var export_ForgotPasswordResponse = import_web_api_pb4.ForgotPasswordResponse;
|
|
59263
58929
|
var export_ForkEndpointRequest = import_endpoint_api_pb.ForkEndpointRequest;
|
|
59264
|
-
var export_FunctionCall =
|
|
58930
|
+
var export_FunctionCall = import_common_pb12.FunctionCall;
|
|
59265
58931
|
var export_FunctionDefinition = import_integration_api_pb.FunctionDefinition;
|
|
59266
58932
|
var export_FunctionParameter = import_integration_api_pb.FunctionParameter;
|
|
59267
58933
|
var export_FunctionParameterProperty = import_integration_api_pb.FunctionParameterProperty;
|
|
@@ -59269,8 +58935,8 @@ var export_GeneralConnectRequest = import_connect_api_pb2.GeneralConnectRequest;
|
|
|
59269
58935
|
var export_GeneralConnectResponse = import_connect_api_pb2.GeneralConnectResponse;
|
|
59270
58936
|
var export_GetAllAssistantAnalysisRequest = import_assistant_analysis_pb.GetAllAssistantAnalysisRequest;
|
|
59271
58937
|
var export_GetAllAssistantAnalysisResponse = import_assistant_analysis_pb.GetAllAssistantAnalysisResponse;
|
|
59272
|
-
var export_GetAllAssistantConversationRequest =
|
|
59273
|
-
var export_GetAllAssistantConversationResponse =
|
|
58938
|
+
var export_GetAllAssistantConversationRequest = import_common_pb12.GetAllAssistantConversationRequest;
|
|
58939
|
+
var export_GetAllAssistantConversationResponse = import_common_pb12.GetAllAssistantConversationResponse;
|
|
59274
58940
|
var export_GetAllAssistantKnowledgeRequest = import_assistant_knowledge_pb.GetAllAssistantKnowledgeRequest;
|
|
59275
58941
|
var export_GetAllAssistantKnowledgeResponse = import_assistant_knowledge_pb.GetAllAssistantKnowledgeResponse;
|
|
59276
58942
|
var export_GetAllAssistantMessageRequest = import_assistant_api_pb.GetAllAssistantMessageRequest;
|
|
@@ -59281,16 +58947,14 @@ var export_GetAllAssistantRequest = import_assistant_api_pb.GetAllAssistantReque
|
|
|
59281
58947
|
var export_GetAllAssistantResponse = import_assistant_api_pb.GetAllAssistantResponse;
|
|
59282
58948
|
var export_GetAllAssistantToolRequest = import_assistant_tool_pb.GetAllAssistantToolRequest;
|
|
59283
58949
|
var export_GetAllAssistantToolResponse = import_assistant_tool_pb.GetAllAssistantToolResponse;
|
|
59284
|
-
var export_GetAllAssistantUserConversationRequest = import_assistant_api_pb.GetAllAssistantUserConversationRequest;
|
|
59285
|
-
var export_GetAllAssistantUserConversationResponse = import_assistant_api_pb.GetAllAssistantUserConversationResponse;
|
|
59286
58950
|
var export_GetAllAssistantWebhookLogRequest = import_assistant_webhook_pb.GetAllAssistantWebhookLogRequest;
|
|
59287
58951
|
var export_GetAllAssistantWebhookLogResponse = import_assistant_webhook_pb.GetAllAssistantWebhookLogResponse;
|
|
59288
58952
|
var export_GetAllAssistantWebhookRequest = import_assistant_webhook_pb.GetAllAssistantWebhookRequest;
|
|
59289
58953
|
var export_GetAllAssistantWebhookResponse = import_assistant_webhook_pb.GetAllAssistantWebhookResponse;
|
|
59290
58954
|
var export_GetAllAuditLogRequest = import_audit_logging_api_pb2.GetAllAuditLogRequest;
|
|
59291
58955
|
var export_GetAllAuditLogResponse = import_audit_logging_api_pb2.GetAllAuditLogResponse;
|
|
59292
|
-
var export_GetAllConversationMessageRequest =
|
|
59293
|
-
var export_GetAllConversationMessageResponse =
|
|
58956
|
+
var export_GetAllConversationMessageRequest = import_common_pb12.GetAllConversationMessageRequest;
|
|
58957
|
+
var export_GetAllConversationMessageResponse = import_common_pb12.GetAllConversationMessageResponse;
|
|
59294
58958
|
var export_GetAllDeploymentRequest = import_marketplace_api_pb2.GetAllDeploymentRequest;
|
|
59295
58959
|
var export_GetAllDeploymentResponse = import_marketplace_api_pb2.GetAllDeploymentResponse;
|
|
59296
58960
|
var export_GetAllEndpointLogRequest = import_endpoint_api_pb.GetAllEndpointLogRequest;
|
|
@@ -59359,27 +59023,27 @@ var export_InviteMemeberEmailRequest = import_sendgrid_api_pb.InviteMemeberEmail
|
|
|
59359
59023
|
var export_InviteMemeberEmailResponse = import_sendgrid_api_pb.InviteMemeberEmailResponse;
|
|
59360
59024
|
var export_InvokeRequest = import_invoker_api_pb.InvokeRequest;
|
|
59361
59025
|
var export_InvokeResponse = import_invoker_api_pb.InvokeResponse;
|
|
59362
|
-
var export_Knowledge =
|
|
59026
|
+
var export_Knowledge = import_common_pb12.Knowledge;
|
|
59363
59027
|
var export_KnowledgeConnectRequest = import_connect_api_pb2.KnowledgeConnectRequest;
|
|
59364
59028
|
var export_KnowledgeConnectResponse = import_connect_api_pb2.KnowledgeConnectResponse;
|
|
59365
59029
|
var export_KnowledgeDocument = import_knowledge_api_pb3.KnowledgeDocument;
|
|
59366
59030
|
var export_KnowledgeDocumentSegment = import_knowledge_api_pb3.KnowledgeDocumentSegment;
|
|
59367
|
-
var export_Metadata =
|
|
59368
|
-
var export_Metric =
|
|
59031
|
+
var export_Metadata = import_common_pb12.Metadata;
|
|
59032
|
+
var export_Metric = import_common_pb12.Metric;
|
|
59369
59033
|
var export_Moderation = import_integration_api_pb.Moderation;
|
|
59370
|
-
var export_Ordering =
|
|
59371
|
-
var export_Organization =
|
|
59034
|
+
var export_Ordering = import_common_pb12.Ordering;
|
|
59035
|
+
var export_Organization = import_common_pb12.Organization;
|
|
59372
59036
|
var export_OrganizationError = import_web_api_pb4.OrganizationError;
|
|
59373
59037
|
var export_OrganizationRole = import_web_api_pb4.OrganizationRole;
|
|
59374
|
-
var export_Paginate =
|
|
59375
|
-
var export_Paginated =
|
|
59038
|
+
var export_Paginate = import_common_pb12.Paginate;
|
|
59039
|
+
var export_Paginated = import_common_pb12.Paginated;
|
|
59376
59040
|
var export_ProbeRequest = import_invoker_api_pb.ProbeRequest;
|
|
59377
59041
|
var export_ProbeResponse = import_invoker_api_pb.ProbeResponse;
|
|
59378
59042
|
var export_Project = import_web_api_pb4.Project;
|
|
59379
59043
|
var export_ProjectCredential = import_web_api_pb4.ProjectCredential;
|
|
59380
59044
|
var export_ProjectRole = import_web_api_pb4.ProjectRole;
|
|
59381
|
-
var export_ProtoMessage =
|
|
59382
|
-
var export_Provider =
|
|
59045
|
+
var export_ProtoMessage = import_common_pb12.Message;
|
|
59046
|
+
var export_Provider = import_common_pb12.Provider;
|
|
59383
59047
|
var export_RegisterUserRequest = import_web_api_pb4.RegisterUserRequest;
|
|
59384
59048
|
var export_Reranking = import_integration_api_pb.Reranking;
|
|
59385
59049
|
var export_RerankingRequest = import_integration_api_pb.RerankingRequest;
|
|
@@ -59391,11 +59055,11 @@ var export_ScopedAuthentication = import_web_api_pb4.ScopedAuthentication;
|
|
|
59391
59055
|
var export_ScopedAuthenticationResponse = import_web_api_pb4.ScopedAuthenticationResponse;
|
|
59392
59056
|
var export_SearchableDeployment = import_marketplace_api_pb2.SearchableDeployment;
|
|
59393
59057
|
var export_SocialAuthenticationRequest = import_web_api_pb4.SocialAuthenticationRequest;
|
|
59394
|
-
var export_Tag =
|
|
59395
|
-
var export_TextChatCompletePrompt =
|
|
59396
|
-
var export_TextPrompt =
|
|
59058
|
+
var export_Tag = import_common_pb12.Tag;
|
|
59059
|
+
var export_TextChatCompletePrompt = import_common_pb12.TextChatCompletePrompt;
|
|
59060
|
+
var export_TextPrompt = import_common_pb12.TextPrompt;
|
|
59397
59061
|
var export_Token = import_web_api_pb4.Token;
|
|
59398
|
-
var export_ToolCall =
|
|
59062
|
+
var export_ToolCall = import_common_pb12.ToolCall;
|
|
59399
59063
|
var export_ToolDefinition = import_integration_api_pb.ToolDefinition;
|
|
59400
59064
|
var export_ToolProvider = import_provider_api_pb2.ToolProvider;
|
|
59401
59065
|
var export_UpdateAssistantAnalysisRequest = import_assistant_analysis_pb.UpdateAssistantAnalysisRequest;
|
|
@@ -59418,8 +59082,8 @@ var export_UpdateRequest = import_invoker_api_pb.UpdateRequest;
|
|
|
59418
59082
|
var export_UpdateResponse = import_invoker_api_pb.UpdateResponse;
|
|
59419
59083
|
var export_UpdateUserRequest = import_web_api_pb4.UpdateUserRequest;
|
|
59420
59084
|
var export_UpdateUserResponse = import_web_api_pb4.UpdateUserResponse;
|
|
59421
|
-
var export_User =
|
|
59422
|
-
var export_Variable =
|
|
59085
|
+
var export_User = import_common_pb12.User;
|
|
59086
|
+
var export_Variable = import_common_pb12.Variable;
|
|
59423
59087
|
var export_VaultCredential = import_vault_api_pb2.VaultCredential;
|
|
59424
59088
|
var export_VerifyCredentialRequest = import_integration_api_pb.VerifyCredentialRequest;
|
|
59425
59089
|
var export_VerifyCredentialResponse = import_integration_api_pb.VerifyCredentialResponse;
|
|
@@ -59619,8 +59283,6 @@ export {
|
|
|
59619
59283
|
GetAllAssistantTool,
|
|
59620
59284
|
export_GetAllAssistantToolRequest as GetAllAssistantToolRequest,
|
|
59621
59285
|
export_GetAllAssistantToolResponse as GetAllAssistantToolResponse,
|
|
59622
|
-
export_GetAllAssistantUserConversationRequest as GetAllAssistantUserConversationRequest,
|
|
59623
|
-
export_GetAllAssistantUserConversationResponse as GetAllAssistantUserConversationResponse,
|
|
59624
59286
|
GetAllAssistantWebhook,
|
|
59625
59287
|
export_GetAllAssistantWebhookLogRequest as GetAllAssistantWebhookLogRequest,
|
|
59626
59288
|
export_GetAllAssistantWebhookLogResponse as GetAllAssistantWebhookLogResponse,
|
|
@@ -59804,6 +59466,7 @@ export {
|
|
|
59804
59466
|
export_Tag as Tag,
|
|
59805
59467
|
export_TextChatCompletePrompt as TextChatCompletePrompt,
|
|
59806
59468
|
export_TextPrompt as TextPrompt,
|
|
59469
|
+
ToContentText,
|
|
59807
59470
|
export_Token as Token,
|
|
59808
59471
|
export_ToolCall as ToolCall,
|
|
59809
59472
|
export_ToolDefinition as ToolDefinition,
|