@ts-rest/open-api
Advanced tools
Comparing version 3.23.0-beta.0 to 3.23.0
# @ts-rest/open-api | ||
## 3.23.0-beta.0 | ||
## 3.23.0 | ||
@@ -5,0 +5,0 @@ ## 3.22.0 |
{ | ||
"name": "@ts-rest/open-api", | ||
"version": "3.23.0-beta.0", | ||
"version": "3.23.0", | ||
"dependencies": { | ||
@@ -10,3 +10,3 @@ "@anatine/zod-openapi": "^1.12.0", | ||
"zod": "^3.0.0", | ||
"@ts-rest/core": "3.23.0-beta.0" | ||
"@ts-rest/core": "3.23.0" | ||
}, | ||
@@ -13,0 +13,0 @@ "typedoc": { |
@@ -56,2 +56,5 @@ # ts-rest | ||
}, | ||
headers: z.object({ | ||
'x-pagination-page': z.coerce.number().optional(), | ||
}), | ||
}, | ||
@@ -78,2 +81,3 @@ }); | ||
const result = await client.getPosts({ | ||
headers: { 'x-pagination-page': 1 }, | ||
query: { skip: 0, take: 10 }, | ||
@@ -100,4 +104,4 @@ // ^-- Fully typed! | ||
<div align="center" style={{margin: "50px"}}> | ||
<h2>👉 Read more on the official <a href="https://ts-rest.com/docs/quickstart?utm_source=github&utm_medium=documentation&utm_campaign=readme">Quickstart Guide</a>👈</h2> | ||
<div align="center"> | ||
<h3>👉 Read more on the official <a href="https://ts-rest.com/docs/quickstart?utm_source=github&utm_medium=documentation&utm_campaign=readme">Quickstart Guide</a> 👈</h3> | ||
</div> | ||
@@ -125,2 +129,3 @@ | ||
<td align="center" valign="top" width="14.28%"><a href="http://rifaldhiaw.com"><img src="https://avatars.githubusercontent.com/u/7936061?v=4?s=100" width="100px;" alt="Rifaldhi AW"/><br /><sub><b>Rifaldhi AW</b></sub></a><br /><a href="https://github.com/ts-rest/ts-rest/commits?author=rifaldhiaw" title="Documentation">📖</a></td> | ||
<td align="center" valign="top" width="14.28%"><a href="https://github.com/Jwcode-uk"><img src="https://avatars.githubusercontent.com/u/30149596?v=4?s=100" width="100px;" alt="Jonathan White "/><br /><sub><b>Jonathan White </b></sub></a><br /><a href="https://github.com/ts-rest/ts-rest/commits?author=Jwcode-uk" title="Code">💻</a> <a href="https://github.com/ts-rest/ts-rest/commits?author=Jwcode-uk" title="Documentation">📖</a></td> | ||
</tr> | ||
@@ -127,0 +132,0 @@ </tbody> |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
22788
1
151