clarifai-web-grpc 10.7.2 → 10.8.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 +1052 -4
- package/dist/cjs/proto/clarifai/api/service_grpc_web_pb.js +42 -0
- package/dist/cjs/proto/clarifai/api/service_pb.js +502 -1
- package/dist/cjs/proto/clarifai/auth/scope/scope_pb.js +3 -1
- package/dist/esm/proto/clarifai/api/resources_pb.js +1052 -4
- package/dist/esm/proto/clarifai/api/service_grpc_web_pb.js +42 -0
- package/dist/esm/proto/clarifai/api/service_pb.js +502 -1
- package/dist/esm/proto/clarifai/auth/scope/scope_pb.js +3 -1
- package/package.json +1 -1
- package/proto/clarifai/api/resources_pb.d.ts +177 -2
- package/proto/clarifai/api/resources_pb.js +1321 -4
- package/proto/clarifai/api/service_grpc_web_pb.d.ts +12 -0
- package/proto/clarifai/api/service_grpc_web_pb.js +61 -0
- package/proto/clarifai/api/service_pb.d.ts +74 -0
- package/proto/clarifai/api/service_pb.js +629 -1
- package/proto/clarifai/auth/scope/scope_pb.d.ts +2 -0
- package/proto/clarifai/auth/scope/scope_pb.js +3 -1
|
@@ -279,6 +279,7 @@ proto.clarifai.auth.scope.S = {
|
|
|
279
279
|
MODELS_SYNC: 27,
|
|
280
280
|
MODELEXPORTS_GET: 142,
|
|
281
281
|
MODELEXPORTS_ADD: 143,
|
|
282
|
+
MODELS_PULL: 150,
|
|
282
283
|
WORKFLOWS_ADD: 18,
|
|
283
284
|
WORKFLOWS_GET: 19,
|
|
284
285
|
WORKFLOWS_PATCH: 20,
|
|
@@ -358,7 +359,8 @@ proto.clarifai.auth.scope.S = {
|
|
|
358
359
|
DEPLOYMENTS_GET: 144,
|
|
359
360
|
DEPLOYMENTS_ADD: 145,
|
|
360
361
|
DEPLOYMENTS_DELETE: 146,
|
|
361
|
-
INSTANCETYPES_GET: 148
|
|
362
|
+
INSTANCETYPES_GET: 148,
|
|
363
|
+
AUDITLOGS_GET: 149
|
|
362
364
|
};
|
|
363
365
|
|
|
364
366
|
|