summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--package.json1
-rw-r--r--packages/misskey-js/src/autogen/types.ts6
-rw-r--r--pnpm-lock.yaml3
3 files changed, 8 insertions, 2 deletions
diff --git a/package.json b/package.json
index bc632a4921..9d61f7f6d0 100644
--- a/package.json
+++ b/package.json
@@ -66,6 +66,7 @@
"typescript": "5.9.3"
},
"devDependencies": {
+ "@eslint/js": "9.39.0",
"@misskey-dev/eslint-plugin": "2.1.0",
"@types/js-yaml": "4.0.9",
"@types/node": "24.9.2",
diff --git a/packages/misskey-js/src/autogen/types.ts b/packages/misskey-js/src/autogen/types.ts
index c7c364e66b..2650869590 100644
--- a/packages/misskey-js/src/autogen/types.ts
+++ b/packages/misskey-js/src/autogen/types.ts
@@ -36640,9 +36640,11 @@ export interface operations {
/** @default 10 */
limit?: number;
page?: number;
- /** @default [
+ /**
+ * @default [
* "-id"
- * ] */
+ * ]
+ */
sortKeys?: ('+id' | '-id' | '+updatedAt' | '-updatedAt' | '+name' | '-name' | '+host' | '-host' | '+uri' | '-uri' | '+publicUrl' | '-publicUrl' | '+type' | '-type' | '+aliases' | '-aliases' | '+category' | '-category' | '+license' | '-license' | '+isSensitive' | '-isSensitive' | '+localOnly' | '-localOnly' | '+roleIdsThatCanBeUsedThisEmojiAsReaction' | '-roleIdsThatCanBeUsedThisEmojiAsReaction')[];
};
};
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index 1e517d78cc..d611bab7b2 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -47,6 +47,9 @@ importers:
specifier: 5.9.3
version: 5.9.3
devDependencies:
+ '@eslint/js':
+ specifier: 9.39.0
+ version: 9.39.0
'@misskey-dev/eslint-plugin':
specifier: 2.1.0
version: 2.1.0(@eslint/compat@1.1.1)(@stylistic/eslint-plugin@2.13.0(eslint@9.39.0)(typescript@5.9.3))(@typescript-eslint/eslint-plugin@8.46.2(@typescript-eslint/parser@8.46.2(eslint@9.39.0)(typescript@5.9.3))(eslint@9.39.0)(typescript@5.9.3))(@typescript-eslint/parser@8.46.2(eslint@9.39.0)(typescript@5.9.3))(eslint-plugin-import@2.32.0(@typescript-eslint/parser@8.46.2(eslint@9.39.0)(typescript@5.9.3))(eslint@9.39.0))(eslint@9.39.0)(globals@16.5.0)