@readyfor/api-client-readyfor 0.217.0 → 0.218.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
|
@@ -13987,8 +13987,8 @@ interface operations {
|
|
|
13987
13987
|
};
|
|
13988
13988
|
};
|
|
13989
13989
|
responses: {
|
|
13990
|
-
/** @description
|
|
13991
|
-
|
|
13990
|
+
/** @description No Content */
|
|
13991
|
+
204: {
|
|
13992
13992
|
content: never;
|
|
13993
13993
|
};
|
|
13994
13994
|
/** @description 申し込み済み、申込み不可の場合に返す */
|
package/dist/schemaType.d.ts
CHANGED
|
@@ -13987,8 +13987,8 @@ interface operations {
|
|
|
13987
13987
|
};
|
|
13988
13988
|
};
|
|
13989
13989
|
responses: {
|
|
13990
|
-
/** @description
|
|
13991
|
-
|
|
13990
|
+
/** @description No Content */
|
|
13991
|
+
204: {
|
|
13992
13992
|
content: never;
|
|
13993
13993
|
};
|
|
13994
13994
|
/** @description 申し込み済み、申込み不可の場合に返す */
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@readyfor/api-client-readyfor",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.218.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.
|
|
27
|
+
"@readyfor/api-client-base": "0.218.0",
|
|
28
28
|
"@types/qs": "6.9.18",
|
|
29
29
|
"@types/react": "19.1.0",
|
|
30
30
|
"@types/use-sync-external-store": "1.5.0",
|
|
@@ -65,5 +65,5 @@
|
|
|
65
65
|
"src"
|
|
66
66
|
]
|
|
67
67
|
},
|
|
68
|
-
"gitHead": "
|
|
68
|
+
"gitHead": "bd9bb0c8a21e1eeb520e3bbd61fc58a6766b6a38"
|
|
69
69
|
}
|