clarifai-web-grpc 11.1.2 → 11.2.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.
@@ -88,7 +88,6 @@ export enum S {
88
88
  LABELORDERS_GET = 67,
89
89
  LABELORDERS_ADD = 68,
90
90
  LABELORDERS_DELETE = 69,
91
- USERFEATURECONFIGS_GET = 71,
92
91
  FINDDUPLICATEANNOTATIONSJOBS_ADD = 102,
93
92
  FINDDUPLICATEANNOTATIONSJOBS_GET = 103,
94
93
  FINDDUPLICATEANNOTATIONSJOBS_DELETE = 104,
@@ -133,4 +132,6 @@ export enum S {
133
132
  INSTANCETYPES_GET = 148,
134
133
  AUDITLOGS_GET = 149,
135
134
  LOGENTRIES_GET = 151,
135
+ WORKFLOWVERSIONEVALUATIONS_GET = 152,
136
+ WORKFLOWVERSIONEVALUATIONS_ADD = 153,
136
137
  }
@@ -317,7 +317,6 @@ proto.clarifai.auth.scope.S = {
317
317
  LABELORDERS_GET: 67,
318
318
  LABELORDERS_ADD: 68,
319
319
  LABELORDERS_DELETE: 69,
320
- USERFEATURECONFIGS_GET: 71,
321
320
  FINDDUPLICATEANNOTATIONSJOBS_ADD: 102,
322
321
  FINDDUPLICATEANNOTATIONSJOBS_GET: 103,
323
322
  FINDDUPLICATEANNOTATIONSJOBS_DELETE: 104,
@@ -361,7 +360,9 @@ proto.clarifai.auth.scope.S = {
361
360
  DEPLOYMENTS_DELETE: 146,
362
361
  INSTANCETYPES_GET: 148,
363
362
  AUDITLOGS_GET: 149,
364
- LOGENTRIES_GET: 151
363
+ LOGENTRIES_GET: 151,
364
+ WORKFLOWVERSIONEVALUATIONS_GET: 152,
365
+ WORKFLOWVERSIONEVALUATIONS_ADD: 153
365
366
  };
366
367
 
367
368