clarifai-web-grpc 11.5.0 → 11.5.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.
- package/VERSION +1 -1
- package/dist/cjs/proto/clarifai/api/resources_pb.js +1412 -0
- package/dist/cjs/proto/clarifai/api/service_grpc_web_pb.js +210 -0
- package/dist/cjs/proto/clarifai/api/service_pb.js +2384 -0
- package/dist/cjs/proto/clarifai/auth/scope/scope_pb.js +5 -5
- package/dist/esm/proto/clarifai/api/resources_pb.js +1412 -0
- package/dist/esm/proto/clarifai/api/service_grpc_web_pb.js +210 -0
- package/dist/esm/proto/clarifai/api/service_pb.js +2384 -0
- package/dist/esm/proto/clarifai/auth/scope/scope_pb.js +5 -5
- package/package.json +1 -1
- package/proto/clarifai/api/resources_pb.d.ts +215 -0
- package/proto/clarifai/api/resources_pb.js +1775 -0
- package/proto/clarifai/api/service_grpc_web_pb.d.ts +60 -0
- package/proto/clarifai/api/service_grpc_web_pb.js +305 -0
- package/proto/clarifai/api/service_pb.d.ts +348 -0
- package/proto/clarifai/api/service_pb.js +2935 -0
- package/proto/clarifai/auth/scope/scope_pb.d.ts +5 -5
- package/proto/clarifai/auth/scope/scope_pb.js +5 -5
|
@@ -134,9 +134,9 @@ export enum S {
|
|
|
134
134
|
LOGENTRIES_GET = 151,
|
|
135
135
|
WORKFLOWVERSIONEVALUATIONS_GET = 152,
|
|
136
136
|
WORKFLOWVERSIONEVALUATIONS_ADD = 153,
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
137
|
+
PIPELINES_GET = 154,
|
|
138
|
+
PIPELINES_ADD = 155,
|
|
139
|
+
PIPELINESTEPS_GET = 157,
|
|
140
|
+
PIPELINESTEPS_ADD = 158,
|
|
141
|
+
PIPELINESTEPS_PULL = 159,
|
|
142
142
|
}
|
|
@@ -363,11 +363,11 @@ proto.clarifai.auth.scope.S = {
|
|
|
363
363
|
LOGENTRIES_GET: 151,
|
|
364
364
|
WORKFLOWVERSIONEVALUATIONS_GET: 152,
|
|
365
365
|
WORKFLOWVERSIONEVALUATIONS_ADD: 153,
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
366
|
+
PIPELINES_GET: 154,
|
|
367
|
+
PIPELINES_ADD: 155,
|
|
368
|
+
PIPELINESTEPS_GET: 157,
|
|
369
|
+
PIPELINESTEPS_ADD: 158,
|
|
370
|
+
PIPELINESTEPS_PULL: 159
|
|
371
371
|
};
|
|
372
372
|
|
|
373
373
|
|