Add typescript methods for requesting the new backend
authorMarcel Werk <burntime@woltlab.com>
Fri, 14 Jun 2024 11:00:51 +0000 (13:00 +0200)
committerMarcel Werk <burntime@woltlab.com>
Fri, 14 Jun 2024 11:00:51 +0000 (13:00 +0200)
commit57f56d902b91bc3fa283b5d1b352358a42739dd8
tree5dafacffb8363af5fb09acc0976e001095cede7d
parent624b25e92d0273e5e7282d85dba992a39ebbe658
Add typescript methods for requesting the new backend
28 files changed:
ts/WoltLabSuite/Core/Api/Comments/CreateComment.ts [new file with mode: 0644]
ts/WoltLabSuite/Core/Api/Comments/DeleteComment.ts [new file with mode: 0644]
ts/WoltLabSuite/Core/Api/Comments/EditComment.ts [new file with mode: 0644]
ts/WoltLabSuite/Core/Api/Comments/EnableComment.ts [new file with mode: 0644]
ts/WoltLabSuite/Core/Api/Comments/RenderComment.ts [new file with mode: 0644]
ts/WoltLabSuite/Core/Api/Comments/RenderComments.ts [new file with mode: 0644]
ts/WoltLabSuite/Core/Api/Comments/Responses/CreateResponse.ts [new file with mode: 0644]
ts/WoltLabSuite/Core/Api/Comments/Responses/DeleteResponse.ts [new file with mode: 0644]
ts/WoltLabSuite/Core/Api/Comments/Responses/EditResponse.ts [new file with mode: 0644]
ts/WoltLabSuite/Core/Api/Comments/Responses/EnableResponse.ts [new file with mode: 0644]
ts/WoltLabSuite/Core/Api/Comments/Responses/RenderResponse.ts [new file with mode: 0644]
ts/WoltLabSuite/Core/Api/Comments/Responses/RenderResponses.ts [new file with mode: 0644]
ts/WoltLabSuite/Core/Api/Comments/Responses/UpdateResponse.ts [new file with mode: 0644]
ts/WoltLabSuite/Core/Api/Comments/UpdateComment.ts [new file with mode: 0644]
wcfsetup/install/files/js/WoltLabSuite/Core/Api/Comments/CreateComment.js [new file with mode: 0644]
wcfsetup/install/files/js/WoltLabSuite/Core/Api/Comments/DeleteComment.js [new file with mode: 0644]
wcfsetup/install/files/js/WoltLabSuite/Core/Api/Comments/EditComment.js [new file with mode: 0644]
wcfsetup/install/files/js/WoltLabSuite/Core/Api/Comments/EnableComment.js [new file with mode: 0644]
wcfsetup/install/files/js/WoltLabSuite/Core/Api/Comments/RenderComment.js [new file with mode: 0644]
wcfsetup/install/files/js/WoltLabSuite/Core/Api/Comments/RenderComments.js [new file with mode: 0644]
wcfsetup/install/files/js/WoltLabSuite/Core/Api/Comments/Responses/CreateResponse.js [new file with mode: 0644]
wcfsetup/install/files/js/WoltLabSuite/Core/Api/Comments/Responses/DeleteResponse.js [new file with mode: 0644]
wcfsetup/install/files/js/WoltLabSuite/Core/Api/Comments/Responses/EditResponse.js [new file with mode: 0644]
wcfsetup/install/files/js/WoltLabSuite/Core/Api/Comments/Responses/EnableResponse.js [new file with mode: 0644]
wcfsetup/install/files/js/WoltLabSuite/Core/Api/Comments/Responses/RenderResponse.js [new file with mode: 0644]
wcfsetup/install/files/js/WoltLabSuite/Core/Api/Comments/Responses/RenderResponses.js [new file with mode: 0644]
wcfsetup/install/files/js/WoltLabSuite/Core/Api/Comments/Responses/UpdateResponse.js [new file with mode: 0644]
wcfsetup/install/files/js/WoltLabSuite/Core/Api/Comments/UpdateComment.js [new file with mode: 0644]