Skip to content

Commit 860d99e

Browse files
author
Toni Reina
authored
Update field comment for an Invoice field (#270)
1 parent 45d343c commit 860d99e

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

gen/go/qdrant/cloud/billing/v1/billing.pb.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gen/openapiv2/qdrant/cloud/billing/v1/billing.swagger.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gen/typescript/qdrant/cloud/billing/v1/billing_pb.d.ts

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

proto/qdrant/cloud/billing/v1/billing.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ message Invoice {
6363
// Optional invoice unique identifier. It appears on emails sent to the
6464
// customer for this invoice.
6565
optional string number = 2 [(buf.validate.field).string.min_len = 1];
66-
// Total invoice amount.
66+
// Total invoice amount in millicents.
6767
int64 total_amount = 3 [(buf.validate.field).int64.gte = 0];
6868
// The timestamp when the invoice was created.
6969
google.protobuf.Timestamp created_at = 4 [(buf.validate.field).required = true];

0 commit comments

Comments
 (0)