clarifai-web-grpc 11.7.0 → 11.7.2

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.
@@ -102592,7 +102592,7 @@ proto.clarifai.api.DeletePipelinesRequest.prototype.toObject = function(opt_incl
102592
102592
  proto.clarifai.api.DeletePipelinesRequest.toObject = function(includeInstance, msg) {
102593
102593
  var f, obj = {
102594
102594
  userAppId: (f = msg.getUserAppId()) && proto_clarifai_api_resources_pb.UserAppIDSet.toObject(includeInstance, f),
102595
- pipelineIdsList: (f = jspb.Message.getRepeatedField(msg, 2)) == null ? undefined : f
102595
+ idsList: (f = jspb.Message.getRepeatedField(msg, 2)) == null ? undefined : f
102596
102596
  };
102597
102597
 
102598
102598
  if (includeInstance) {
@@ -102636,7 +102636,7 @@ proto.clarifai.api.DeletePipelinesRequest.deserializeBinaryFromReader = function
102636
102636
  break;
102637
102637
  case 2:
102638
102638
  var value = /** @type {string} */ (reader.readString());
102639
- msg.addPipelineIds(value);
102639
+ msg.addIds(value);
102640
102640
  break;
102641
102641
  default:
102642
102642
  reader.skipField();
@@ -102675,7 +102675,7 @@ proto.clarifai.api.DeletePipelinesRequest.serializeBinaryToWriter = function(mes
102675
102675
  proto_clarifai_api_resources_pb.UserAppIDSet.serializeBinaryToWriter
102676
102676
  );
102677
102677
  }
102678
- f = message.getPipelineIdsList();
102678
+ f = message.getIdsList();
102679
102679
  if (f.length > 0) {
102680
102680
  writer.writeRepeatedString(
102681
102681
  2,
@@ -102723,10 +102723,10 @@ proto.clarifai.api.DeletePipelinesRequest.prototype.hasUserAppId = function() {
102723
102723
 
102724
102724
 
102725
102725
  /**
102726
- * repeated string pipeline_ids = 2;
102726
+ * repeated string ids = 2;
102727
102727
  * @return {!Array<string>}
102728
102728
  */
102729
- proto.clarifai.api.DeletePipelinesRequest.prototype.getPipelineIdsList = function() {
102729
+ proto.clarifai.api.DeletePipelinesRequest.prototype.getIdsList = function() {
102730
102730
  return /** @type {!Array<string>} */ (jspb.Message.getRepeatedField(this, 2));
102731
102731
  };
102732
102732
 
@@ -102735,7 +102735,7 @@ proto.clarifai.api.DeletePipelinesRequest.prototype.getPipelineIdsList = functio
102735
102735
  * @param {!Array<string>} value
102736
102736
  * @return {!proto.clarifai.api.DeletePipelinesRequest} returns this
102737
102737
  */
102738
- proto.clarifai.api.DeletePipelinesRequest.prototype.setPipelineIdsList = function(value) {
102738
+ proto.clarifai.api.DeletePipelinesRequest.prototype.setIdsList = function(value) {
102739
102739
  return jspb.Message.setField(this, 2, value || []);
102740
102740
  };
102741
102741
 
@@ -102745,7 +102745,7 @@ proto.clarifai.api.DeletePipelinesRequest.prototype.setPipelineIdsList = functio
102745
102745
  * @param {number=} opt_index
102746
102746
  * @return {!proto.clarifai.api.DeletePipelinesRequest} returns this
102747
102747
  */
102748
- proto.clarifai.api.DeletePipelinesRequest.prototype.addPipelineIds = function(value, opt_index) {
102748
+ proto.clarifai.api.DeletePipelinesRequest.prototype.addIds = function(value, opt_index) {
102749
102749
  return jspb.Message.addToRepeatedField(this, 2, value, opt_index);
102750
102750
  };
102751
102751
 
@@ -102754,8 +102754,8 @@ proto.clarifai.api.DeletePipelinesRequest.prototype.addPipelineIds = function(va
102754
102754
  * Clears the list making it empty but non-null.
102755
102755
  * @return {!proto.clarifai.api.DeletePipelinesRequest} returns this
102756
102756
  */
102757
- proto.clarifai.api.DeletePipelinesRequest.prototype.clearPipelineIdsList = function() {
102758
- return this.setPipelineIdsList([]);
102757
+ proto.clarifai.api.DeletePipelinesRequest.prototype.clearIdsList = function() {
102758
+ return this.setIdsList([]);
102759
102759
  };
102760
102760
 
102761
102761
 
@@ -296,6 +296,7 @@ export enum StatusCode {
296
296
  EVALUATION_UNEXPECTED_ERROR = 43108,
297
297
  EVALUATION_MIXED = 43109,
298
298
  STRIPE_EVENT_ERROR = 44001,
299
+ STRIPE_UNEXPECTED_ERROR = 44002,
299
300
  CACHE_MISS = 45001,
300
301
  REDIS_SCRIPT_EXITED_WITH_FAILURE = 45002,
301
302
  REDIS_STREAM_ERR = 45003,
@@ -304,6 +305,8 @@ export enum StatusCode {
304
305
  SIGNUP_EVENT_ERROR = 46001,
305
306
  SIGNUP_FLAGGED = 46002,
306
307
  FILETYPE_UNSUPPORTED = 46003,
308
+ LOGIN_EVENT_ERROR = 46004,
309
+ SIFT_UNCATEGORIZED_ERROR = 46005,
307
310
  APP_COUNT_INVALID_MESSAGE = 47001,
308
311
  APP_COUNT_UPDATE_INCREMENT_FAILED = 47002,
309
312
  APP_COUNT_REBUILD_FAILED = 47003,
@@ -319,6 +319,7 @@ proto.clarifai.api.status.StatusCode = {
319
319
  EVALUATION_UNEXPECTED_ERROR: 43108,
320
320
  EVALUATION_MIXED: 43109,
321
321
  STRIPE_EVENT_ERROR: 44001,
322
+ STRIPE_UNEXPECTED_ERROR: 44002,
322
323
  CACHE_MISS: 45001,
323
324
  REDIS_SCRIPT_EXITED_WITH_FAILURE: 45002,
324
325
  REDIS_STREAM_ERR: 45003,
@@ -327,6 +328,8 @@ proto.clarifai.api.status.StatusCode = {
327
328
  SIGNUP_EVENT_ERROR: 46001,
328
329
  SIGNUP_FLAGGED: 46002,
329
330
  FILETYPE_UNSUPPORTED: 46003,
331
+ LOGIN_EVENT_ERROR: 46004,
332
+ SIFT_UNCATEGORIZED_ERROR: 46005,
330
333
  APP_COUNT_INVALID_MESSAGE: 47001,
331
334
  APP_COUNT_UPDATE_INCREMENT_FAILED: 47002,
332
335
  APP_COUNT_REBUILD_FAILED: 47003,