@ondewo/nlu-client-typescript 6.6.0 → 6.8.0
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/api/ondewo/nlu/common_pb.d.ts +73 -0
- package/api/ondewo/nlu/common_pb.js +523 -0
- package/api/ondewo/nlu/rag_grpc_web_pb.d.ts +12 -0
- package/api/ondewo/nlu/rag_grpc_web_pb.js +63 -2
- package/api/ondewo/nlu/rag_pb.d.ts +816 -45
- package/api/ondewo/nlu/rag_pb.js +3196 -361
- package/package.json +1 -1
- package/public-api.d.ts +29 -29
- package/public-api.js +26 -26
|
@@ -26,13 +26,13 @@ var google_protobuf_field_mask_pb = require('google-protobuf/google/protobuf/fie
|
|
|
26
26
|
|
|
27
27
|
var google_protobuf_timestamp_pb = require('google-protobuf/google/protobuf/timestamp_pb.js')
|
|
28
28
|
|
|
29
|
+
var ondewo_nlu_common_pb = require('../../ondewo/nlu/common_pb.js')
|
|
30
|
+
|
|
29
31
|
var ondewo_nlu_operation_metadata_pb = require('../../ondewo/nlu/operation_metadata_pb.js')
|
|
30
32
|
|
|
31
33
|
var ondewo_nlu_operations_pb = require('../../ondewo/nlu/operations_pb.js')
|
|
32
34
|
|
|
33
35
|
var ondewo_nlu_session_pb = require('../../ondewo/nlu/session_pb.js')
|
|
34
|
-
|
|
35
|
-
var ondewo_nlu_common_pb = require('../../ondewo/nlu/common_pb.js')
|
|
36
36
|
const proto = {};
|
|
37
37
|
proto.ondewo = {};
|
|
38
38
|
proto.ondewo.nlu = require('./rag_pb.js');
|
|
@@ -1731,5 +1731,66 @@ proto.ondewo.nlu.RagsPromiseClient.prototype.ragDeleteCrawlers =
|
|
|
1731
1731
|
};
|
|
1732
1732
|
|
|
1733
1733
|
|
|
1734
|
+
/**
|
|
1735
|
+
* @const
|
|
1736
|
+
* @type {!grpc.web.MethodDescriptor<
|
|
1737
|
+
* !proto.ondewo.nlu.RagGetCrawlerRunLogsRequest,
|
|
1738
|
+
* !proto.ondewo.nlu.RagGetCrawlerRunLogsResponse>}
|
|
1739
|
+
*/
|
|
1740
|
+
const methodDescriptor_Rags_RagGetCrawlerRunLogs = new grpc.web.MethodDescriptor(
|
|
1741
|
+
'/ondewo.nlu.Rags/RagGetCrawlerRunLogs',
|
|
1742
|
+
grpc.web.MethodType.UNARY,
|
|
1743
|
+
proto.ondewo.nlu.RagGetCrawlerRunLogsRequest,
|
|
1744
|
+
proto.ondewo.nlu.RagGetCrawlerRunLogsResponse,
|
|
1745
|
+
/**
|
|
1746
|
+
* @param {!proto.ondewo.nlu.RagGetCrawlerRunLogsRequest} request
|
|
1747
|
+
* @return {!Uint8Array}
|
|
1748
|
+
*/
|
|
1749
|
+
function(request) {
|
|
1750
|
+
return request.serializeBinary();
|
|
1751
|
+
},
|
|
1752
|
+
proto.ondewo.nlu.RagGetCrawlerRunLogsResponse.deserializeBinary
|
|
1753
|
+
);
|
|
1754
|
+
|
|
1755
|
+
|
|
1756
|
+
/**
|
|
1757
|
+
* @param {!proto.ondewo.nlu.RagGetCrawlerRunLogsRequest} request The
|
|
1758
|
+
* request proto
|
|
1759
|
+
* @param {?Object<string, string>} metadata User defined
|
|
1760
|
+
* call metadata
|
|
1761
|
+
* @param {function(?grpc.web.RpcError, ?proto.ondewo.nlu.RagGetCrawlerRunLogsResponse)}
|
|
1762
|
+
* callback The callback function(error, response)
|
|
1763
|
+
* @return {!grpc.web.ClientReadableStream<!proto.ondewo.nlu.RagGetCrawlerRunLogsResponse>|undefined}
|
|
1764
|
+
* The XHR Node Readable Stream
|
|
1765
|
+
*/
|
|
1766
|
+
proto.ondewo.nlu.RagsClient.prototype.ragGetCrawlerRunLogs =
|
|
1767
|
+
function(request, metadata, callback) {
|
|
1768
|
+
return this.client_.rpcCall(this.hostname_ +
|
|
1769
|
+
'/ondewo.nlu.Rags/RagGetCrawlerRunLogs',
|
|
1770
|
+
request,
|
|
1771
|
+
metadata || {},
|
|
1772
|
+
methodDescriptor_Rags_RagGetCrawlerRunLogs,
|
|
1773
|
+
callback);
|
|
1774
|
+
};
|
|
1775
|
+
|
|
1776
|
+
|
|
1777
|
+
/**
|
|
1778
|
+
* @param {!proto.ondewo.nlu.RagGetCrawlerRunLogsRequest} request The
|
|
1779
|
+
* request proto
|
|
1780
|
+
* @param {?Object<string, string>=} metadata User defined
|
|
1781
|
+
* call metadata
|
|
1782
|
+
* @return {!Promise<!proto.ondewo.nlu.RagGetCrawlerRunLogsResponse>}
|
|
1783
|
+
* Promise that resolves to the response
|
|
1784
|
+
*/
|
|
1785
|
+
proto.ondewo.nlu.RagsPromiseClient.prototype.ragGetCrawlerRunLogs =
|
|
1786
|
+
function(request, metadata) {
|
|
1787
|
+
return this.client_.unaryCall(this.hostname_ +
|
|
1788
|
+
'/ondewo.nlu.Rags/RagGetCrawlerRunLogs',
|
|
1789
|
+
request,
|
|
1790
|
+
metadata || {},
|
|
1791
|
+
methodDescriptor_Rags_RagGetCrawlerRunLogs);
|
|
1792
|
+
};
|
|
1793
|
+
|
|
1794
|
+
|
|
1734
1795
|
module.exports = proto.ondewo.nlu;
|
|
1735
1796
|
|