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 13, 2024
1 parent 07777e5 commit 393aff0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
5 changes: 0 additions & 5 deletions users/v1/private/users_pb.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -272,11 +272,6 @@ export declare class UpdateMeRequest extends Message<UpdateMeRequest> {
* @generated from message users.v1.private.UpdateMeResponse
*/
export declare class UpdateMeResponse extends Message<UpdateMeResponse> {
/**
* @generated from field: users.v1.private.User user = 1;
*/
user?: User;

constructor(data?: PartialMessage<UpdateMeResponse>);

static readonly runtime: typeof proto3;
Expand Down
4 changes: 1 addition & 3 deletions users/v1/private/users_pb.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,9 +102,7 @@ export const UpdateMeRequest = /*@__PURE__*/ proto3.makeMessageType(
*/
export const UpdateMeResponse = /*@__PURE__*/ proto3.makeMessageType(
"users.v1.private.UpdateMeResponse",
() => [
{ no: 1, name: "user", kind: "message", T: User },
],
[],
);

/**
Expand Down

0 comments on commit 393aff0

Please sign in to comment.