10 Commits

4 changed files with 11 additions and 9 deletions
+3 -3
View File
@@ -5,13 +5,13 @@
## インストール
```bash
# npm
npm install git+https://gitea.last2014.com/last2014/better-uwuzu-sdk.git#1.1.0
npm install git+https://gitea.last2014.com/last2014/better-uwuzu-sdk.git#1.1.3
# yarn
yarn add git+https://gitea.last2014.com/last2014/better-uwuzu-sdk.git#1.1.0
yarn add git+https://gitea.last2014.com/last2014/better-uwuzu-sdk.git#1.1.3
# pnpm
pnpm add git+https://gitea.last2014.com/last2014/better-uwuzu-sdk.git#1.1.0
pnpm add git+https://gitea.last2014.com/last2014/better-uwuzu-sdk.git#1.1.3
```
> **NOTE**
> このSDKはnpmリポジトリがありません。Gitリポジトリを使用しています。
+5 -5
View File
@@ -1,6 +1,6 @@
{
"name": "better-uwuzu-sdk",
"version": "1.1.0",
"version": "1.1.3",
"description": "A better uwuzu SDK.",
"main": "dist/index.js",
"types": "dist/types/index.d.ts",
@@ -33,19 +33,19 @@
"types": "./dist/types/*.d.ts"
},
"./*/*": {
"import": "./dist/types/*/*.js",
"import": "./dist/*/*.js",
"types": "./dist/types/*/*.d.ts"
},
"./*/*/*": {
"import": "./dist/types/*/*/*.js",
"import": "./dist/*/*/*.js",
"types": "./dist/types/*/*/*.d.ts"
},
"./*/*/*/*": {
"import": "./dist/types/*/*/*/*.js",
"import": "./dist/*/*/*/*.js",
"types": "./dist/types/*/*/*/*.d.ts"
},
"./*/*/*/*/*": {
"import": "./dist/types/*/*/*/*/*.js",
"import": "./dist/*/*/*/*/*.js",
"types": "./dist/types/*/*/*/*/*.d.ts"
}
},
+1 -1
View File
@@ -2,7 +2,7 @@ import InputError from "../../modules/error/input";
import { UserDataNotFound } from "../../modules/error/critical";
export default interface TokenGet {
"ueuse/get": {
"token/get": {
body: {
/** api/authで使用したセッション */
session: string;
+2
View File
@@ -31,6 +31,8 @@ export default interface ueuseModule {
/** Botフラグ(自主設定)かどうか */
is_bot: boolean;
};
/** 本文 */
text: string;
/** いいねしたユーザーID */
favorite: string[];
/** メディア */