clarifai-web-grpc 10.7.2 → 10.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.
@@ -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