@readyfor/api-client-readyfor 0.323.0 → 0.324.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.
- package/dist/schemaType.d.mts +2 -2
- package/dist/schemaType.d.ts +2 -2
- package/package.json +3 -3
package/dist/schemaType.d.mts
CHANGED
|
@@ -1013,8 +1013,8 @@ interface paths {
|
|
|
1013
1013
|
};
|
|
1014
1014
|
"/api/v1/my/projects/{project_id}/edit_logs": {
|
|
1015
1015
|
/**
|
|
1016
|
-
*
|
|
1017
|
-
* @description
|
|
1016
|
+
* プロジェクト・リワードの履歴作成
|
|
1017
|
+
* @description プロジェクト・リワードの履歴を作成する
|
|
1018
1018
|
*/
|
|
1019
1019
|
post: {
|
|
1020
1020
|
parameters: {
|
package/dist/schemaType.d.ts
CHANGED
|
@@ -1013,8 +1013,8 @@ interface paths {
|
|
|
1013
1013
|
};
|
|
1014
1014
|
"/api/v1/my/projects/{project_id}/edit_logs": {
|
|
1015
1015
|
/**
|
|
1016
|
-
*
|
|
1017
|
-
* @description
|
|
1016
|
+
* プロジェクト・リワードの履歴作成
|
|
1017
|
+
* @description プロジェクト・リワードの履歴を作成する
|
|
1018
1018
|
*/
|
|
1019
1019
|
post: {
|
|
1020
1020
|
parameters: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@readyfor/api-client-readyfor",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.324.0",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.mjs",
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"swr": "2.4.1",
|
|
37
37
|
"use-sync-external-store": "1.6.0",
|
|
38
38
|
"zod": "^3.24.1",
|
|
39
|
-
"@readyfor/api-client-base": "0.
|
|
39
|
+
"@readyfor/api-client-base": "0.324.0"
|
|
40
40
|
},
|
|
41
41
|
"peerDependencies": {
|
|
42
42
|
"qs": "^6",
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
"swr": "^2.3.3",
|
|
45
45
|
"use-sync-external-store": "^1.2.2",
|
|
46
46
|
"zod": "^3",
|
|
47
|
-
"@readyfor/api-client-base": "0.
|
|
47
|
+
"@readyfor/api-client-base": "0.324.0"
|
|
48
48
|
},
|
|
49
49
|
"peerDependenciesMeta": {
|
|
50
50
|
"react": {
|