Skip to content

Commit

Permalink
Merge pull request #27 from HyunsDev:develop
Browse files Browse the repository at this point in the history
feat: DeleteUser 추가 1.0.27
  • Loading branch information
HyunsDev authored Mar 7, 2024
2 parents 3b72d41 + b50f7b3 commit 50d4e63
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "unibook-client",
"version": "1.0.26",
"version": "1.0.27",
"repository": "https://github.com/HyunsDev/unibook-client.git",
"author": "혀느현스 <[email protected]>",
"license": "Unlicense",
Expand Down
2 changes: 2 additions & 0 deletions src/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ import {
UpdateUser,
UpdateUserProfileImage,
UploadFile,
DeleteUser,
} from "./endpoint";

export class ProjectBookClient extends EndpointClient {
Expand All @@ -74,6 +75,7 @@ export class ProjectBookClient extends EndpointClient {
readonly UpdateUserProfileImage = this.endpointBuilder(
UpdateUserProfileImage
);
readonly DeleteUser = this.endpointBuilder(DeleteUser);

readonly ListUserDevice = this.endpointBuilder(ListUserDevice);
readonly DeleteUserDevice = this.endpointBuilder(DeleteUserDevice);
Expand Down

0 comments on commit 50d4e63

Please sign in to comment.