clarifai-web-grpc 11.3.3 → 11.4.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.
@@ -136,4 +136,7 @@ export enum S {
136
136
  WORKFLOWVERSIONEVALUATIONS_ADD = 153,
137
137
  PIPELINE_GET = 154,
138
138
  PIPELINE_ADD = 155,
139
+ PIPELINESTEP_GET = 157,
140
+ PIPELINESTEP_ADD = 158,
141
+ PIPELINESTEP_PULL = 159,
139
142
  }
@@ -364,7 +364,10 @@ proto.clarifai.auth.scope.S = {
364
364
  WORKFLOWVERSIONEVALUATIONS_GET: 152,
365
365
  WORKFLOWVERSIONEVALUATIONS_ADD: 153,
366
366
  PIPELINE_GET: 154,
367
- PIPELINE_ADD: 155
367
+ PIPELINE_ADD: 155,
368
+ PIPELINESTEP_GET: 157,
369
+ PIPELINESTEP_ADD: 158,
370
+ PIPELINESTEP_PULL: 159
368
371
  };
369
372
 
370
373