clarifai-web-grpc 11.1.3 → 11.2.1
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 +3045 -32
- package/dist/cjs/proto/clarifai/api/service_grpc_web_pb.js +252 -0
- package/dist/cjs/proto/clarifai/api/service_pb.js +2282 -7
- package/dist/cjs/proto/clarifai/auth/scope/scope_pb.js +3 -2
- package/dist/esm/proto/clarifai/api/resources_pb.js +3045 -32
- package/dist/esm/proto/clarifai/api/service_grpc_web_pb.js +252 -0
- package/dist/esm/proto/clarifai/api/service_pb.js +2282 -7
- package/dist/esm/proto/clarifai/auth/scope/scope_pb.js +3 -2
- package/package.json +1 -1
- package/proto/clarifai/api/resources_pb.d.ts +467 -6
- package/proto/clarifai/api/resources_pb.js +3778 -34
- package/proto/clarifai/api/service_grpc_web_pb.d.ts +72 -0
- package/proto/clarifai/api/service_grpc_web_pb.js +366 -0
- package/proto/clarifai/api/service_pb.d.ts +339 -0
- package/proto/clarifai/api/service_pb.js +2855 -7
- package/proto/clarifai/auth/scope/scope_pb.d.ts +2 -1
- package/proto/clarifai/auth/scope/scope_pb.js +3 -2
|
@@ -276,7 +276,6 @@ proto.clarifai.auth.scope.S = {
|
|
|
276
276
|
LABELORDERS_GET: 67,
|
|
277
277
|
LABELORDERS_ADD: 68,
|
|
278
278
|
LABELORDERS_DELETE: 69,
|
|
279
|
-
USERFEATURECONFIGS_GET: 71,
|
|
280
279
|
FINDDUPLICATEANNOTATIONSJOBS_ADD: 102,
|
|
281
280
|
FINDDUPLICATEANNOTATIONSJOBS_GET: 103,
|
|
282
281
|
FINDDUPLICATEANNOTATIONSJOBS_DELETE: 104,
|
|
@@ -320,7 +319,9 @@ proto.clarifai.auth.scope.S = {
|
|
|
320
319
|
DEPLOYMENTS_DELETE: 146,
|
|
321
320
|
INSTANCETYPES_GET: 148,
|
|
322
321
|
AUDITLOGS_GET: 149,
|
|
323
|
-
LOGENTRIES_GET: 151
|
|
322
|
+
LOGENTRIES_GET: 151,
|
|
323
|
+
WORKFLOWVERSIONEVALUATIONS_GET: 152,
|
|
324
|
+
WORKFLOWVERSIONEVALUATIONS_ADD: 153
|
|
324
325
|
};
|
|
325
326
|
/**
|
|
326
327
|
* A tuple of {field number, class constructor} for the extension
|