clarifai-web-grpc 11.8.6 → 11.9.1

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.
@@ -308,6 +308,7 @@ export enum StatusCode {
308
308
  FILETYPE_UNSUPPORTED = 46003,
309
309
  LOGIN_EVENT_ERROR = 46004,
310
310
  SIFT_UNCATEGORIZED_ERROR = 46005,
311
+ USER_FLAGGED = 46006,
311
312
  APP_COUNT_INVALID_MESSAGE = 47001,
312
313
  APP_COUNT_UPDATE_INCREMENT_FAILED = 47002,
313
314
  APP_COUNT_REBUILD_FAILED = 47003,
@@ -331,6 +331,7 @@ proto.clarifai.api.status.StatusCode = {
331
331
  FILETYPE_UNSUPPORTED: 46003,
332
332
  LOGIN_EVENT_ERROR: 46004,
333
333
  SIFT_UNCATEGORIZED_ERROR: 46005,
334
+ USER_FLAGGED: 46006,
334
335
  APP_COUNT_INVALID_MESSAGE: 47001,
335
336
  APP_COUNT_UPDATE_INCREMENT_FAILED: 47002,
336
337
  APP_COUNT_REBUILD_FAILED: 47003,