clarifai-web-grpc 11.4.1 → 11.5.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/VERSION +1 -1
- package/dist/cjs/proto/clarifai/api/service_grpc_web_pb.js +0 -84
- package/dist/cjs/proto/clarifai/api/service_pb.js +0 -753
- package/dist/esm/proto/clarifai/api/service_grpc_web_pb.js +0 -84
- package/dist/esm/proto/clarifai/api/service_pb.js +0 -753
- package/package.json +1 -1
- package/proto/clarifai/api/service_grpc_web_pb.d.ts +0 -24
- package/proto/clarifai/api/service_grpc_web_pb.js +0 -122
- package/proto/clarifai/api/service_pb.d.ts +0 -114
- package/proto/clarifai/api/service_pb.js +0 -942
package/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
11.
|
|
1
|
+
11.5.0
|
|
@@ -10352,88 +10352,4 @@ proto.clarifai.api.V2PromiseClient.prototype.patchWorkflowVersionEvaluations =
|
|
|
10352
10352
|
return this.client_.unaryCall(this.hostname_ +
|
|
10353
10353
|
'/clarifai.api.V2/PatchWorkflowVersionEvaluations', request, metadata || {}, methodDescriptor_V2_PatchWorkflowVersionEvaluations);
|
|
10354
10354
|
};
|
|
10355
|
-
/**
|
|
10356
|
-
* @const
|
|
10357
|
-
* @type {!grpc.web.MethodDescriptor<
|
|
10358
|
-
* !proto.clarifai.api.MCPRequest,
|
|
10359
|
-
* !proto.clarifai.api.SingleMCPResponse>}
|
|
10360
|
-
*/
|
|
10361
|
-
const methodDescriptor_V2_GetMCP = new grpc.web.MethodDescriptor('/clarifai.api.V2/GetMCP', grpc.web.MethodType.UNARY, proto.clarifai.api.MCPRequest, proto.clarifai.api.SingleMCPResponse,
|
|
10362
|
-
/**
|
|
10363
|
-
* @param {!proto.clarifai.api.MCPRequest} request
|
|
10364
|
-
* @return {!Uint8Array}
|
|
10365
|
-
*/
|
|
10366
|
-
function (request) {
|
|
10367
|
-
return request.serializeBinary();
|
|
10368
|
-
}, proto.clarifai.api.SingleMCPResponse.deserializeBinary);
|
|
10369
|
-
/**
|
|
10370
|
-
* @param {!proto.clarifai.api.MCPRequest} request The
|
|
10371
|
-
* request proto
|
|
10372
|
-
* @param {?Object<string, string>} metadata User defined
|
|
10373
|
-
* call metadata
|
|
10374
|
-
* @param {function(?grpc.web.RpcError, ?proto.clarifai.api.SingleMCPResponse)}
|
|
10375
|
-
* callback The callback function(error, response)
|
|
10376
|
-
* @return {!grpc.web.ClientReadableStream<!proto.clarifai.api.SingleMCPResponse>|undefined}
|
|
10377
|
-
* The XHR Node Readable Stream
|
|
10378
|
-
*/
|
|
10379
|
-
proto.clarifai.api.V2Client.prototype.getMCP =
|
|
10380
|
-
function (request, metadata, callback) {
|
|
10381
|
-
return this.client_.rpcCall(this.hostname_ +
|
|
10382
|
-
'/clarifai.api.V2/GetMCP', request, metadata || {}, methodDescriptor_V2_GetMCP, callback);
|
|
10383
|
-
};
|
|
10384
|
-
/**
|
|
10385
|
-
* @param {!proto.clarifai.api.MCPRequest} request The
|
|
10386
|
-
* request proto
|
|
10387
|
-
* @param {?Object<string, string>=} metadata User defined
|
|
10388
|
-
* call metadata
|
|
10389
|
-
* @return {!Promise<!proto.clarifai.api.SingleMCPResponse>}
|
|
10390
|
-
* Promise that resolves to the response
|
|
10391
|
-
*/
|
|
10392
|
-
proto.clarifai.api.V2PromiseClient.prototype.getMCP =
|
|
10393
|
-
function (request, metadata) {
|
|
10394
|
-
return this.client_.unaryCall(this.hostname_ +
|
|
10395
|
-
'/clarifai.api.V2/GetMCP', request, metadata || {}, methodDescriptor_V2_GetMCP);
|
|
10396
|
-
};
|
|
10397
|
-
/**
|
|
10398
|
-
* @const
|
|
10399
|
-
* @type {!grpc.web.MethodDescriptor<
|
|
10400
|
-
* !proto.clarifai.api.MCPRequest,
|
|
10401
|
-
* !proto.clarifai.api.SingleMCPResponse>}
|
|
10402
|
-
*/
|
|
10403
|
-
const methodDescriptor_V2_PostMCP = new grpc.web.MethodDescriptor('/clarifai.api.V2/PostMCP', grpc.web.MethodType.UNARY, proto.clarifai.api.MCPRequest, proto.clarifai.api.SingleMCPResponse,
|
|
10404
|
-
/**
|
|
10405
|
-
* @param {!proto.clarifai.api.MCPRequest} request
|
|
10406
|
-
* @return {!Uint8Array}
|
|
10407
|
-
*/
|
|
10408
|
-
function (request) {
|
|
10409
|
-
return request.serializeBinary();
|
|
10410
|
-
}, proto.clarifai.api.SingleMCPResponse.deserializeBinary);
|
|
10411
|
-
/**
|
|
10412
|
-
* @param {!proto.clarifai.api.MCPRequest} request The
|
|
10413
|
-
* request proto
|
|
10414
|
-
* @param {?Object<string, string>} metadata User defined
|
|
10415
|
-
* call metadata
|
|
10416
|
-
* @param {function(?grpc.web.RpcError, ?proto.clarifai.api.SingleMCPResponse)}
|
|
10417
|
-
* callback The callback function(error, response)
|
|
10418
|
-
* @return {!grpc.web.ClientReadableStream<!proto.clarifai.api.SingleMCPResponse>|undefined}
|
|
10419
|
-
* The XHR Node Readable Stream
|
|
10420
|
-
*/
|
|
10421
|
-
proto.clarifai.api.V2Client.prototype.postMCP =
|
|
10422
|
-
function (request, metadata, callback) {
|
|
10423
|
-
return this.client_.rpcCall(this.hostname_ +
|
|
10424
|
-
'/clarifai.api.V2/PostMCP', request, metadata || {}, methodDescriptor_V2_PostMCP, callback);
|
|
10425
|
-
};
|
|
10426
|
-
/**
|
|
10427
|
-
* @param {!proto.clarifai.api.MCPRequest} request The
|
|
10428
|
-
* request proto
|
|
10429
|
-
* @param {?Object<string, string>=} metadata User defined
|
|
10430
|
-
* call metadata
|
|
10431
|
-
* @return {!Promise<!proto.clarifai.api.SingleMCPResponse>}
|
|
10432
|
-
* Promise that resolves to the response
|
|
10433
|
-
*/
|
|
10434
|
-
proto.clarifai.api.V2PromiseClient.prototype.postMCP =
|
|
10435
|
-
function (request, metadata) {
|
|
10436
|
-
return this.client_.unaryCall(this.hostname_ +
|
|
10437
|
-
'/clarifai.api.V2/PostMCP', request, metadata || {}, methodDescriptor_V2_PostMCP);
|
|
10438
|
-
};
|
|
10439
10355
|
module.exports = proto.clarifai.api;
|