Skip to content

Commit

Permalink
[SCHEMA] - Update from schema
Browse files Browse the repository at this point in the history
  • Loading branch information
keegancraigcruickshank committed Jun 23, 2024
1 parent 3096207 commit a15d9b7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions draw/v1/private/draw_pb.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,11 @@ export declare class Points extends Message<Points> {
*/
loss: number;

/**
* @generated from field: int32 tie = 4;
*/
tie: number;

constructor(data?: PartialMessage<Points>);

static readonly runtime: typeof proto3;
Expand Down
1 change: 1 addition & 0 deletions draw/v1/private/draw_pb.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ export const Points = /*@__PURE__*/ proto3.makeMessageType(
{ no: 1, name: "win", kind: "scalar", T: 5 /* ScalarType.INT32 */ },
{ no: 2, name: "draw", kind: "scalar", T: 5 /* ScalarType.INT32 */ },
{ no: 3, name: "loss", kind: "scalar", T: 5 /* ScalarType.INT32 */ },
{ no: 4, name: "tie", kind: "scalar", T: 5 /* ScalarType.INT32 */ },
],
);

Expand Down

0 comments on commit a15d9b7

Please sign in to comment.