@tcn/tcnapi-connect-es
Advanced tools
Comparing version 1.7.31 to 1.7.32
{ | ||
"name": "@tcn/tcnapi-connect-es", | ||
"private": false, | ||
"version": "1.7.31", | ||
"version": "1.7.32", | ||
"files": [ | ||
@@ -6,0 +6,0 @@ "src" |
@@ -8,3 +8,3 @@ // @generated by protoc-gen-es v1.3.0 with parameter "target=js+dts" | ||
import { Message, proto3 } from "@bufbuild/protobuf"; | ||
import type { AutoEvaluation } from "../../commons/scorecards_pb.js"; | ||
import type { AutoEvaluation, TimeFilter } from "../../commons/scorecards_pb.js"; | ||
@@ -80,2 +80,9 @@ /** | ||
/** | ||
* Optional, filter completed timestamp by a specific range | ||
* | ||
* @generated from field: api.commons.TimeFilter completed_at = 3; | ||
*/ | ||
completedAt?: TimeFilter; | ||
constructor(data?: PartialMessage<ListAutoEvaluationsRequest>); | ||
@@ -82,0 +89,0 @@ |
@@ -7,3 +7,3 @@ // @generated by protoc-gen-es v1.3.0 with parameter "target=js+dts" | ||
import { proto3 } from "@bufbuild/protobuf"; | ||
import { AutoEvaluation } from "../../commons/scorecards_pb.js"; | ||
import { AutoEvaluation, TimeFilter } from "../../commons/scorecards_pb.js"; | ||
@@ -43,2 +43,3 @@ /** | ||
{ no: 2, name: "scorecard_ids", kind: "scalar", T: 3 /* ScalarType.INT64 */, repeated: true }, | ||
{ no: 3, name: "completed_at", kind: "message", T: TimeFilter }, | ||
], | ||
@@ -45,0 +46,0 @@ ); |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
10036794
418
235493