Skip to content

Commit

Permalink
chore: recompile protos (#1047)
Browse files Browse the repository at this point in the history
  • Loading branch information
weeco authored Jan 30, 2024
1 parent 47ff54b commit 57a927c
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 21 deletions.
50 changes: 29 additions & 21 deletions backend/pkg/protogen/redpanda/api/common/v1alpha1/money.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 11 additions & 0 deletions frontend/src/protogen/redpanda/api/common/v1alpha1/money_pb.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,18 +19,29 @@ export enum Currency {
* @generated from enum value: CURRENCY_CURRENCY_USD_CENTS = 1;
*/
CURRENCY_USD_CENTS = 1,

/**
* @generated from enum value: CURRENCY_CURRENCY_CRT = 2;
*/
CURRENCY_CRT = 2,
}
// Retrieve enum metadata with: proto3.getEnumType(Currency)
proto3.util.setEnumType(Currency, "redpanda.api.common.v1alpha1.Currency", [
{ no: 0, name: "CURRENCY_UNSPECIFIED" },
{ no: 1, name: "CURRENCY_CURRENCY_USD_CENTS" },
{ no: 2, name: "CURRENCY_CURRENCY_CRT" },
]);

/**
* @generated from message redpanda.api.common.v1alpha1.Money
*/
export class Money extends Message<Money> {
/**
* Amount is a decimal number.
* Examples:
* 10
* 10.15
*
* @generated from field: string amount = 1;
*/
amount = "";
Expand Down

0 comments on commit 57a927c

Please sign in to comment.