clarifai-web-grpc 11.5.0 → 11.5.2
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/resources_pb.js +1412 -0
- package/dist/cjs/proto/clarifai/api/service_grpc_web_pb.js +210 -0
- package/dist/cjs/proto/clarifai/api/service_pb.js +2384 -0
- package/dist/cjs/proto/clarifai/auth/scope/scope_pb.js +5 -5
- package/dist/esm/proto/clarifai/api/resources_pb.js +1412 -0
- package/dist/esm/proto/clarifai/api/service_grpc_web_pb.js +210 -0
- package/dist/esm/proto/clarifai/api/service_pb.js +2384 -0
- package/dist/esm/proto/clarifai/auth/scope/scope_pb.js +5 -5
- package/package.json +1 -1
- package/proto/clarifai/api/resources_pb.d.ts +215 -0
- package/proto/clarifai/api/resources_pb.js +1775 -0
- package/proto/clarifai/api/service_grpc_web_pb.d.ts +60 -0
- package/proto/clarifai/api/service_grpc_web_pb.js +305 -0
- package/proto/clarifai/api/service_pb.d.ts +348 -0
- package/proto/clarifai/api/service_pb.js +2935 -0
- package/proto/clarifai/auth/scope/scope_pb.d.ts +5 -5
- package/proto/clarifai/auth/scope/scope_pb.js +5 -5
|
@@ -322,11 +322,11 @@ proto.clarifai.auth.scope.S = {
|
|
|
322
322
|
LOGENTRIES_GET: 151,
|
|
323
323
|
WORKFLOWVERSIONEVALUATIONS_GET: 152,
|
|
324
324
|
WORKFLOWVERSIONEVALUATIONS_ADD: 153,
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
325
|
+
PIPELINES_GET: 154,
|
|
326
|
+
PIPELINES_ADD: 155,
|
|
327
|
+
PIPELINESTEPS_GET: 157,
|
|
328
|
+
PIPELINESTEPS_ADD: 158,
|
|
329
|
+
PIPELINESTEPS_PULL: 159
|
|
330
330
|
};
|
|
331
331
|
/**
|
|
332
332
|
* A tuple of {field number, class constructor} for the extension
|