clarifai-web-grpc 11.9.10 → 11.10.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.
@@ -144,4 +144,7 @@ export enum S {
144
144
  SECRETS_ADD = 161,
145
145
  SECRETS_DELETE = 162,
146
146
  USERMETRICS_GET = 163,
147
+ ANNOTATIONTRACKS_GET = 166,
148
+ ANNOTATIONTRACKS_ADD = 167,
149
+ ANNOTATIONTRACKS_DELETE = 168,
147
150
  }
@@ -372,7 +372,10 @@ proto.clarifai.auth.scope.S = {
372
372
  SECRETS_GET: 160,
373
373
  SECRETS_ADD: 161,
374
374
  SECRETS_DELETE: 162,
375
- USERMETRICS_GET: 163
375
+ USERMETRICS_GET: 163,
376
+ ANNOTATIONTRACKS_GET: 166,
377
+ ANNOTATIONTRACKS_ADD: 167,
378
+ ANNOTATIONTRACKS_DELETE: 168
376
379
  };
377
380
 
378
381