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 Apr 19, 2024
1 parent 33d3f91 commit f775881
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions players/v1/private/players_pb.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -371,9 +371,9 @@ export declare class ListPlayersRequest extends Message<ListPlayersRequest> {
sortDirection?: SortDirection;

/**
* @generated from field: repeated string Users = 5;
* @generated from field: repeated string playerIds = 5;
*/
Users: string[];
playerIds: string[];

constructor(data?: PartialMessage<ListPlayersRequest>);

Expand Down
2 changes: 1 addition & 1 deletion players/v1/private/players_pb.js
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ export const ListPlayersRequest = /*@__PURE__*/ proto3.makeMessageType(
{ no: 2, name: "page", kind: "scalar", T: 5 /* ScalarType.INT32 */, opt: true },
{ no: 3, name: "pageSize", kind: "scalar", T: 5 /* ScalarType.INT32 */, opt: true },
{ no: 4, name: "sortDirection", kind: "enum", T: proto3.getEnumType(SortDirection), opt: true },
{ no: 5, name: "Users", kind: "scalar", T: 9 /* ScalarType.STRING */, repeated: true },
{ no: 5, name: "playerIds", kind: "scalar", T: 9 /* ScalarType.STRING */, repeated: true },
],
);

Expand Down

0 comments on commit f775881

Please sign in to comment.