@readyfor/api-client-readyfor 0.223.0 → 0.224.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -14828,6 +14828,12 @@ interface operations {
14828
14828
  "application/json": components["schemas"]["GetEngagementTagsTagKeywordProjects"];
14829
14829
  };
14830
14830
  };
14831
+ /** @description タグが見つからなかった場合に返す */
14832
+ 404: {
14833
+ content: {
14834
+ "application/json": components["schemas"]["HttpErrorNotFound"];
14835
+ };
14836
+ };
14831
14837
  };
14832
14838
  };
14833
14839
  /** お気に入りのタグ一覧を取得 */
@@ -14828,6 +14828,12 @@ interface operations {
14828
14828
  "application/json": components["schemas"]["GetEngagementTagsTagKeywordProjects"];
14829
14829
  };
14830
14830
  };
14831
+ /** @description タグが見つからなかった場合に返す */
14832
+ 404: {
14833
+ content: {
14834
+ "application/json": components["schemas"]["HttpErrorNotFound"];
14835
+ };
14836
+ };
14831
14837
  };
14832
14838
  };
14833
14839
  /** お気に入りのタグ一覧を取得 */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@readyfor/api-client-readyfor",
3
- "version": "0.223.0",
3
+ "version": "0.224.0",
4
4
  "license": "SEE LICENSE IN LICENSE.md",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -24,7 +24,7 @@
24
24
  "build": "tsup"
25
25
  },
26
26
  "devDependencies": {
27
- "@readyfor/api-client-base": "0.223.0",
27
+ "@readyfor/api-client-base": "0.224.0",
28
28
  "@types/qs": "6.9.18",
29
29
  "@types/react": "19.1.2",
30
30
  "@types/use-sync-external-store": "1.5.0",
@@ -65,5 +65,5 @@
65
65
  "src"
66
66
  ]
67
67
  },
68
- "gitHead": "c55c04180741432bdc11fc82ed20b56200b9c655"
68
+ "gitHead": "24c1a1925ef0215f3d9ec7f032e6d2e99f656a4d"
69
69
  }