@scalar/openapi-types 0.1.3 → 0.1.4
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/CHANGELOG.md +6 -0
- package/README.md +8 -0
- package/dist/openapi-types.d.ts +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -27,3 +27,11 @@ const file: OpenAPI.Document = {
|
|
|
27
27
|
paths: {},
|
|
28
28
|
}
|
|
29
29
|
```
|
|
30
|
+
|
|
31
|
+
## Community
|
|
32
|
+
|
|
33
|
+
We are API nerds. You too? Let’s chat on Discord: <https://discord.gg/scalar>
|
|
34
|
+
|
|
35
|
+
## License
|
|
36
|
+
|
|
37
|
+
The source code in this repository is licensed under [MIT](https://github.com/scalar/scalar/blob/main/LICENSE).
|
package/dist/openapi-types.d.ts
CHANGED
|
@@ -180,7 +180,7 @@ export declare namespace OpenAPIV3 {
|
|
|
180
180
|
* Version of the OpenAPI specification
|
|
181
181
|
* @see https://github.com/OAI/OpenAPI-Specification/tree/main/versions
|
|
182
182
|
*/
|
|
183
|
-
openapi?: '3.0.0' | '3.0.1' | '3.0.2' | '3.0.
|
|
183
|
+
openapi?: '3.0.0' | '3.0.1' | '3.0.2' | '3.0.3';
|
|
184
184
|
swagger?: undefined;
|
|
185
185
|
info?: InfoObject;
|
|
186
186
|
servers?: ServerObject[];
|