clarifai-web-grpc 11.7.6 → 11.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.
@@ -143,4 +143,5 @@ export enum S {
143
143
  SECRETS_GET = 160,
144
144
  SECRETS_ADD = 161,
145
145
  SECRETS_DELETE = 162,
146
+ USERMETRICS_GET = 163,
146
147
  }
@@ -371,7 +371,8 @@ proto.clarifai.auth.scope.S = {
371
371
  PIPELINESTEPS_PULL: 159,
372
372
  SECRETS_GET: 160,
373
373
  SECRETS_ADD: 161,
374
- SECRETS_DELETE: 162
374
+ SECRETS_DELETE: 162,
375
+ USERMETRICS_GET: 163
375
376
  };
376
377
 
377
378