clarifai-web-grpc 10.8.7 → 10.9.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.
@@ -310,7 +310,10 @@ export enum StatusCode {
310
310
  TASK_ASSIGNMENT_PENDING = 54201,
311
311
  TASK_ASSIGNMENT_AWAITING_REVIEW = 54202,
312
312
  TASK_ASSIGNMENT_AWAITING_CONSENSUS_REVIEW = 54203,
313
- TASK_ASSIGNMENT_REVIEW_DENIED = 54204,
313
+ TASK_ASSIGNMENT_REJECTED = 54204,
314
+ TASK_ASSIGNMENT_REVIEW_SUCCESS = 54300,
315
+ TASK_ASSIGNMENT_REVIEW_PENDING = 54301,
316
+ TASK_ASSIGNMENT_REVIEW_DISMISSED = 54302,
314
317
  LABEL_ORDER_PENDING = 55001,
315
318
  LABEL_ORDER_IN_PROGRESS = 55002,
316
319
  LABEL_ORDER_SUCCESS = 55003,
@@ -333,7 +333,10 @@ proto.clarifai.api.status.StatusCode = {
333
333
  TASK_ASSIGNMENT_PENDING: 54201,
334
334
  TASK_ASSIGNMENT_AWAITING_REVIEW: 54202,
335
335
  TASK_ASSIGNMENT_AWAITING_CONSENSUS_REVIEW: 54203,
336
- TASK_ASSIGNMENT_REVIEW_DENIED: 54204,
336
+ TASK_ASSIGNMENT_REJECTED: 54204,
337
+ TASK_ASSIGNMENT_REVIEW_SUCCESS: 54300,
338
+ TASK_ASSIGNMENT_REVIEW_PENDING: 54301,
339
+ TASK_ASSIGNMENT_REVIEW_DISMISSED: 54302,
337
340
  LABEL_ORDER_PENDING: 55001,
338
341
  LABEL_ORDER_IN_PROGRESS: 55002,
339
342
  LABEL_ORDER_SUCCESS: 55003,