@readyfor/api-client-readyfor 0.179.0 → 0.180.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 +6 -0
- package/dist/schemaType.d.ts +6 -0
- package/package.json +3 -3
package/dist/schemaType.d.mts
CHANGED
|
@@ -286,6 +286,12 @@ interface paths {
|
|
|
286
286
|
"application/json": components["schemas"]["HttpErrorNotFound"];
|
|
287
287
|
};
|
|
288
288
|
};
|
|
289
|
+
/** @description バリデーションに引っかかった場合に返す */
|
|
290
|
+
422: {
|
|
291
|
+
content: {
|
|
292
|
+
"application/json": components["schemas"]["HttpErrorRecordInvalid"];
|
|
293
|
+
};
|
|
294
|
+
};
|
|
289
295
|
};
|
|
290
296
|
};
|
|
291
297
|
};
|
package/dist/schemaType.d.ts
CHANGED
|
@@ -286,6 +286,12 @@ interface paths {
|
|
|
286
286
|
"application/json": components["schemas"]["HttpErrorNotFound"];
|
|
287
287
|
};
|
|
288
288
|
};
|
|
289
|
+
/** @description バリデーションに引っかかった場合に返す */
|
|
290
|
+
422: {
|
|
291
|
+
content: {
|
|
292
|
+
"application/json": components["schemas"]["HttpErrorRecordInvalid"];
|
|
293
|
+
};
|
|
294
|
+
};
|
|
289
295
|
};
|
|
290
296
|
};
|
|
291
297
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@readyfor/api-client-readyfor",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.180.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.180.0",
|
|
28
28
|
"@types/qs": "6.9.18",
|
|
29
29
|
"@types/react": "^18.3.12",
|
|
30
30
|
"@types/use-sync-external-store": "0.0.6",
|
|
@@ -65,5 +65,5 @@
|
|
|
65
65
|
"src"
|
|
66
66
|
]
|
|
67
67
|
},
|
|
68
|
-
"gitHead": "
|
|
68
|
+
"gitHead": "7c74ad438e8be2d07e2152a2e73358bfae5c3740"
|
|
69
69
|
}
|