clarifai-web-grpc 11.8.1 → 11.8.3

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.
@@ -160,6 +160,7 @@ export enum StatusCode {
160
160
  RUNNER_STREAM_END = 25606,
161
161
  RUNNER_ITEM_CANCELLED = 25607,
162
162
  RUNNER_PROCESSING_FAILED = 25608,
163
+ RUNNER_SPECIAL_HANDLING_NOT_COMPLETE = 25609,
163
164
  NODEPOOL_DOES_NOT_EXIST = 25700,
164
165
  NODEPOOL_INVALID_ARGUMENT = 25701,
165
166
  NODEPOOL_INVALID_REQUEST = 25702,
@@ -183,6 +183,7 @@ proto.clarifai.api.status.StatusCode = {
183
183
  RUNNER_STREAM_END: 25606,
184
184
  RUNNER_ITEM_CANCELLED: 25607,
185
185
  RUNNER_PROCESSING_FAILED: 25608,
186
+ RUNNER_SPECIAL_HANDLING_NOT_COMPLETE: 25609,
186
187
  NODEPOOL_DOES_NOT_EXIST: 25700,
187
188
  NODEPOOL_INVALID_ARGUMENT: 25701,
188
189
  NODEPOOL_INVALID_REQUEST: 25702,